@charset "UTF-8";
/* -----------------
fv_wrap
-------------------- */
.fv_wrap {
  position: relative;
  z-index: 1;
}
.fv_wrap .txt_box {
  padding: 50px 142px 150px;
  width: 100%;
  min-height: 700px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .fv_wrap .txt_box {
    padding: 10.6666666667vw 2vw 26.6666666667vw;
    min-height: 129.3333333333vw;
  }
}
.fv_wrap .txt_box .txt {
  font-family: var(--font-noto-serif);
  font-size: 5rem;
  line-height: 1.3333333333;
  color: #000;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  display: inline;
  background: linear-gradient(transparent 0%, transparent 70%, #fff 70%, #fff 100%);
}
@media screen and (max-width: 767px) {
  .fv_wrap .txt_box .txt {
    font-size: 7.7333333333vw;
    line-height: 1.4482758621;
    text-shadow: 0.1333333333vw 0.1333333333vw 0 #FFF, -0.1333333333vw -0.1333333333vw 0 #FFF, -0.1333333333vw 0.1333333333vw 0 #FFF, 0.1333333333vw -0.1333333333vw 0 #FFF, 0 0.1333333333vw 0 #FFF, 0 -0.1333333333vw 0 #FFF, -0.1333333333vw 0 0 #FFF, 0.1333333333vw 0 0 #FFF;
  }
}
.fv_wrap .txt_box .txt .brackets {
  position: relative;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .fv_wrap .txt_box .txt .brackets {
    padding: 4.6666666667vw 0;
  }
}
.fv_wrap .txt_box .txt .brackets::before, .fv_wrap .txt_box .txt .brackets::after {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.fv_wrap .txt_box .txt .brackets::before {
  content: "「";
  top: -25px;
}
@media screen and (max-width: 767px) {
  .fv_wrap .txt_box .txt .brackets::before {
    top: -4.6666666667vw;
  }
}
.fv_wrap .txt_box .txt .brackets::after {
  content: "」";
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .fv_wrap .txt_box .txt .brackets::after {
    bottom: -4.6666666667vw;
  }
}
.fv_wrap .fv_slider {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 2s;
}
@media screen and (min-width: 768px) {
  .fv_wrap .fv_slider {
    padding-inline: 50px;
  }
}
@media screen and (max-width: 767px) {
  .fv_wrap .fv_slider {
    padding-bottom: 15.3333333333vw;
  }
}
.fv_wrap .fv_slider.slick-initialized {
  opacity: 1;
}
.fv_wrap .fv_slider .slick-list,
.fv_wrap .fv_slider .slick-track {
  height: 100%;
}
.fv_wrap .fv_slider .item a {
  display: block;
  height: 100%;
}
.fv_wrap .fv_slider .item .bg {
  height: 100%;
}
.fv_wrap .fv_slider .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .fv_wrap .fv_dot_slider {
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fv_wrap .fv_dot_slider .slick-list {
    display: none;
  }
  .fv_wrap .fv_dot_slider .slick-arrow {
    font-size: 0;
    fill: var(--color-blue);
    display: block;
    width: 14px;
  }
  .fv_wrap .fv_dot_slider .slick-prev {
    order: 0;
    transform: scale(-1, 1);
  }
  .fv_wrap .fv_dot_slider .slick-next {
    order: 2;
  }
  .fv_wrap .fv_dot_slider .slick-dots {
    display: flex;
    align-items: center;
    gap: 15px;
    order: 1;
  }
  .fv_wrap .fv_dot_slider .slick-dots li {
    font-size: 0;
    width: 13px;
  }
  .fv_wrap .fv_dot_slider .slick-dots button {
    font-size: 0;
    display: block;
    width: 100%;
    height: 13px;
    border-radius: 100%;
    background: var(--color-blue);
  }
  .fv_wrap .fv_dot_slider .slick-dots .slick-active button {
    background: #ccc;
  }
}
@media screen and (max-width: 767px) {
  .fv_wrap .fv_dot_slider {
    display: none;
  }
}
.fv_wrap .label {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 490px;
}
@media screen and (max-width: 767px) {
  .fv_wrap .label {
    width: 93.3333333333vw;
  }
}
.fv_wrap .label a {
  display: block;
  position: relative;
  padding: 22px 72px 19px 38px;
  border-top-left-radius: 10px;
  background: #897d55;
}
@media screen and (max-width: 767px) {
  .fv_wrap .label a {
    padding: 3.0666666667vw 9.3333333333vw 3.2vw 4vw;
  }
}
.fv_wrap .label .date {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.4285714286;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fv_wrap .label .date {
    font-size: 2.9333333333vw;
    line-height: 1.3636363636;
  }
}
.fv_wrap .label .txt {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  color: #fff;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .fv_wrap .label .txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 1.2vw;
  }
}
.fv_wrap .label .icn {
  fill: #fff;
  position: absolute;
  top: 50%;
  right: 19px;
  width: 14px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .fv_wrap .label .icn {
    top: calc(50% + 2.6666666667vw);
    right: 4vw;
    width: 2.8vw;
  }
}

/* -----------------
about_us_wrap
-------------------- */
.about_us_wrap {
  position: relative;
  padding: 10.7142857143vw 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about_us_wrap {
    padding: 24.6666666667vw 0 16vw;
  }
}
.about_us_wrap .loop_slider {
  position: absolute;
  top: 5.2142857143vw;
  left: 0;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  width: 100vw;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .loop_slider {
    top: 17.8666666667vw;
  }
}
.about_us_wrap .loop_slider .item {
  flex-shrink: 0;
  width: 129.9285714286vw;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .loop_slider .item {
    width: 163.8666666667vw;
  }
}
.about_us_wrap .loop_slider .item:first-child {
  animation: loop_slide01 50s -25s linear infinite;
}
.about_us_wrap .loop_slider .item:last-child {
  animation: loop_slide02 50s linear infinite;
}
@keyframes loop_slide01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop_slide02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
.about_us_wrap .inner {
  padding: 130px 0;
  background: url(../img/index/about_us_bg_pc.jpg) center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .inner {
    padding: 20.4vw 0 22vw;
    background: url(../img/index/about_us_bg_sp.jpg) center/cover no-repeat;
  }
}
.about_us_wrap .m_wrap {
  max-width: 930px;
}
.about_us_wrap .ttl {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .ttl {
    width: 66.6666666667vw;
  }
}
.about_us_wrap .txt {
  font-family: var(--font-noto-serif);
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  color: var(--color-blue);
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .txt {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
    letter-spacing: 0;
    margin-top: 7.6vw;
  }
}
.about_us_wrap .wave {
  position: absolute;
  left: -38px;
  bottom: 30px;
  width: 259px;
}
@media screen and (max-width: 767px) {
  .about_us_wrap .wave {
    left: -8vw;
    bottom: 4vw;
    width: 51.7333333333vw;
  }
}

/* -----------------
news_wrap
-------------------- */
.news_wrap {
  padding: 57px 0 150px;
}
@media screen and (max-width: 767px) {
  .news_wrap {
    padding: 4.9333333333vw 0 21.3333333333vw;
  }
}
.news_wrap .m_wrap {
  max-width: 1110px;
}
.news_wrap .list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .news_wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_wrap .list::after {
    content: "";
    width: 31.5315315315%;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list {
    margin-top: 10.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .news_wrap .list li {
    width: 31.5315315315%;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .news_wrap .list a {
    display: block;
  }
  .news_wrap .list a:hover {
    opacity: 1;
  }
  .news_wrap .list a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.news_wrap .list .img {
  width: 100%;
  aspect-ratio: 350/240;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .img {
    width: 35.8461538462%;
    aspect-ratio: 233/160;
  }
}
.news_wrap .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.news_wrap .list .txt_box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
@media screen and (min-width: 768px) {
  .news_wrap .list .txt_box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt_box {
    gap: 1.8666666667vw 3.0666666667vw;
    width: 61.0769230769%;
  }
}
.news_wrap .list .date,
.news_wrap .list .category {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .date,
  .news_wrap .list .category {
    font-size: 2.9333333333vw;
    line-height: 1.2272727273;
  }
}
.news_wrap .list .category {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .category {
    text-underline-offset: 1.6vw;
  }
}
.news_wrap .list .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: var(--color-blue);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .news_wrap .list .txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.news_wrap .m_btn_01 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .news_wrap .m_btn_01 {
    margin-top: 10.6666666667vw;
  }
}

/* -----------------
story_wrap
-------------------- */
.story_wrap {
  position: relative;
  z-index: 1;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .story_wrap {
    padding-bottom: 29.3333333333vw;
  }
}
.story_wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 230px);
  background: #ede9df;
}
@media screen and (max-width: 767px) {
  .story_wrap::before {
    height: calc(100% - 33.3333333333vw);
  }
}
.story_wrap .icn_01 {
  position: absolute;
  left: 0;
  bottom: -61px;
  z-index: 1;
  width: 305px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .story_wrap .icn_01 {
    bottom: -10.6666666667vw;
    width: 60.9333333333vw;
  }
}
.story_wrap .icn_01 img {
  translate: -26px 0;
}
@media screen and (max-width: 767px) {
  .story_wrap .icn_01 img {
    translate: -25.3333333333vw 0;
  }
}
.story_wrap .ttl_box {
  position: relative;
  padding: 0 100px 82px 0;
  width: calc(82.5% + 100px);
}
@media screen and (max-width: 767px) {
  .story_wrap .ttl_box {
    padding: 0 0 22.1333333333vw 0;
    width: 93.3333333333vw;
  }
}
.story_wrap .ttl_box .ttl {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 0 0 62px 80px;
  width: 362px;
}
@media screen and (max-width: 767px) {
  .story_wrap .ttl_box .ttl {
    right: 5.3333333333vw;
    padding: 0 0 16vw 5.3333333333vw;
    width: 80vw;
  }
}
.story_wrap .ttl_box .icn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 259px;
}
@media screen and (max-width: 767px) {
  .story_wrap .ttl_box .icn {
    left: -5.3333333333vw;
    width: 51.7333333333vw;
  }
}
.story_wrap .ttl_box .img::before {
  background: linear-gradient(180deg, #fff 0%, #fff 230px, #ede9df 230px, #ede9df 100%);
}
@media screen and (max-width: 767px) {
  .story_wrap .ttl_box .img::before {
    background: linear-gradient(180deg, #fff 0%, #fff 33.3333333333vw, #ede9df 33.3333333333vw, #ede9df 100%);
  }
}
.story_wrap .list {
  margin-top: 92px;
}
@media screen and (min-width: 768px) {
  .story_wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1110px;
  }
}
@media screen and (max-width: 767px) {
  .story_wrap .list {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .story_wrap .list > li {
    width: 48.6486486486%;
  }
  .story_wrap .list > li:nth-child(n+3) {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .story_wrap .list > li:nth-child(n+2) {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .story_wrap .list a:hover {
    opacity: 1;
  }
  .story_wrap .list a:hover .img img {
    transform: scale(1.1);
  }
}
.story_wrap .list .img {
  aspect-ratio: 540/380;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .story_wrap .list .img {
    aspect-ratio: 650/458;
  }
}
.story_wrap .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.story_wrap .list .txt_box {
  margin: 30px auto 0;
  width: 92.5925925926%;
}
@media screen and (max-width: 767px) {
  .story_wrap .list .txt_box {
    margin-top: 7.2vw;
    width: 81.3333333333vw;
  }
}
.story_wrap .list .sttl {
  font-family: var(--font-noto-serif);
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .story_wrap .list .sttl {
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
.story_wrap .list .txt,
.story_wrap .list .company {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .story_wrap .list .txt,
  .story_wrap .list .company {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    margin-top: 1.8666666667vw;
  }
}
.story_wrap .list .company {
  margin-left: auto;
  width: fit-content;
}
.story_wrap .list .category_list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 7px 15px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .story_wrap .list .category_list {
    gap: 1.6vw 3.3333333333vw;
    margin-top: 2.8vw;
  }
}
.story_wrap .list .category_list li {
  font-size: 1.2rem;
  line-height: 1;
  padding: 6px 5px;
  border-radius: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .story_wrap .list .category_list li {
    font-size: 3.2vw;
    padding: 1.6vw;
    border-radius: 0.6666666667vw;
  }
}
.story_wrap .list .category_list li::before {
  content: "#";
}
.story_wrap .m_btn_01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .story_wrap .m_btn_01 {
    margin-top: 10.6666666667vw;
  }
}

/* -----------------
short_movie_wrap
-------------------- */
.short_movie_wrap .m_wrap {
  padding-top: 146px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .m_wrap {
    padding-top: 20.2666666667vw;
  }
}
.short_movie_wrap .box {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .short_movie_wrap .box {
    padding-inline: 70px;
  }
}
.short_movie_wrap .movie_list {
  position: relative;
}
.short_movie_wrap .movie_list .item {
  position: relative;
  margin-inline: 15px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item:nth-child(n+2) {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item.is_hide {
    display: none;
  }
}
.short_movie_wrap .movie_list .item .movie {
  aspect-ratio: 16/9;
  overflow: hidden;
}
.short_movie_wrap .movie_list .item .movie iframe {
  width: 100%;
  height: 100%;
  border: none;
  object-fit: cover;
}
.short_movie_wrap .movie_list .item .date,
.short_movie_wrap .movie_list .item .name,
.short_movie_wrap .movie_list .item .ttl {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item .date,
  .short_movie_wrap .movie_list .item .name,
  .short_movie_wrap .movie_list .item .ttl {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.short_movie_wrap .movie_list .item .date {
  color: #8c8c8c;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item .date {
    margin-top: 2.6666666667vw;
  }
}
.short_movie_wrap .movie_list .item .date + .ttl {
  margin-top: 0;
}
.short_movie_wrap .movie_list .item .name_link {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item .name_link {
    text-underline-offset: 0.8vw;
  }
}
.short_movie_wrap .movie_list .item .ttl {
  color: var(--color-blue);
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .item .ttl {
    margin-top: 4vw;
  }
}
.short_movie_wrap .movie_list .slide-arrow {
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 85px;
  height: 85px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .slide-arrow {
    display: none !important;
    width: 5.3333333333vw;
    height: 8.8vw;
  }
}
.short_movie_wrap .movie_list .slide-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  border-left: 2px solid var(--color-base);
  border-bottom: 2px solid var(--color-base);
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .slide-arrow::before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-left-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.short_movie_wrap .movie_list .slide-arrow.slick-disabled {
  pointer-events: none;
}
.short_movie_wrap .movie_list .slide-arrow.slick-disabled::before {
  opacity: 0;
}
.short_movie_wrap .movie_list .slick-prev {
  left: -70px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .slick-prev {
    left: -3.2vw;
  }
}
.short_movie_wrap .movie_list .slick-prev::before {
  transform: translate(-18%, -50%) rotate(45deg);
}
.short_movie_wrap .movie_list .slick-next {
  right: -70px;
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .movie_list .slick-next {
    right: -3.2vw;
  }
}
.short_movie_wrap .movie_list .slick-next::before {
  transform: translate(-82%, -50%) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .short_movie_wrap .m_btn_01 {
    margin-top: 9.3333333333vw;
  }
}

/* -----------------
collab_wrap
-------------------- */
.collab_wrap .m_wrap {
  padding-top: 146px;
  max-width: 1110px;
}
@media screen and (max-width: 767px) {
  .collab_wrap .m_wrap {
    padding-top: 20.2666666667vw;
  }
}
.collab_wrap .list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .collab_wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .collab_wrap .list::after {
    content: "";
    width: 31.5315315315%;
  }
}
@media screen and (max-width: 767px) {
  .collab_wrap .list {
    margin-top: 10.9333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .collab_wrap .list li {
    width: 31.5315315315%;
  }
}
@media screen and (max-width: 767px) {
  .collab_wrap .list li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .collab_wrap .list a {
    display: block;
  }
  .collab_wrap .list a:hover {
    opacity: 1;
  }
  .collab_wrap .list a:hover .img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .collab_wrap .list a {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.collab_wrap .list .img {
  width: 100%;
  aspect-ratio: 350/240;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .collab_wrap .list .img {
    width: 35.8461538462%;
    aspect-ratio: 233/160;
  }
}
.collab_wrap .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.collab_wrap .list .txt_box {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
}
@media screen and (min-width: 768px) {
  .collab_wrap .list .txt_box {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .collab_wrap .list .txt_box {
    gap: 1.8666666667vw 3.0666666667vw;
    width: 61.0769230769%;
  }
}
.collab_wrap .list .date,
.collab_wrap .list .category {
  font-family: var(--font-noto-serif);
  font-size: 1.4rem;
  line-height: 1.2857142857;
  color: #8c8c8c;
}
@media screen and (max-width: 767px) {
  .collab_wrap .list .date,
  .collab_wrap .list .category {
    font-size: 2.9333333333vw;
    line-height: 1.2272727273;
  }
}
.collab_wrap .list .category {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 767px) {
  .collab_wrap .list .category {
    text-underline-offset: 1.6vw;
  }
}
.collab_wrap .list .txt {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  color: var(--color-blue);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .collab_wrap .list .txt {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.collab_wrap .m_btn_01 {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .collab_wrap .m_btn_01 {
    margin-top: 10.6666666667vw;
  }
}

/* -----------------
online_shop_wrap
-------------------- */
.online_shop_wrap {
  position: relative;
  z-index: 1;
  padding: 146px 0 150px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .online_shop_wrap {
    padding: 20.2666666667vw 0 21.3333333333vw;
  }
}
.online_shop_wrap .icn_01 {
  position: absolute;
  top: 515px;
  right: -110px;
  z-index: 1;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .online_shop_wrap .icn_01 {
    top: 83.4666666667vw;
    right: -25.3333333333vw;
    width: 48vw;
  }
}
.online_shop_wrap .img {
  margin: 69px auto 0;
  width: 688px;
}
@media screen and (max-width: 767px) {
  .online_shop_wrap .img {
    margin-top: 14vw;
    width: 82.5333333333vw;
  }
}
.online_shop_wrap .m_btn_01 {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  .online_shop_wrap .m_btn_01 {
    margin-top: 14vw;
  }
}

/* -----------------
craftsman_wrap
-------------------- */
.craftsman_wrap {
  margin-top: 146px;
  padding: 161px 0 150px;
  background: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .craftsman_wrap {
    margin-top: 20.2666666667vw;
    padding: 21.3333333333vw 0;
  }
}
@media screen and (max-width: 767px) {
  .craftsman_wrap .m_wrap {
    width: 100%;
  }
}
.craftsman_wrap .list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 50px auto 0;
  max-width: 1110px;
}
@media screen and (max-width: 767px) {
  .craftsman_wrap .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 4vw;
    margin-top: 10.9333333333vw;
  }
}
.craftsman_wrap .list li {
  width: 31.5315315315%;
}
.craftsman_wrap .list li span {
  display: block;
  border-radius: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .craftsman_wrap .list li {
    width: 42vw;
  }
  .craftsman_wrap .list li:nth-child(1) {
    text-align: center;
    margin-bottom: -2vw;
    width: 100%;
  }
  .craftsman_wrap .list li:nth-child(1) img {
    width: 42vw;
  }
}
.craftsman_wrap .m_btn_01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .craftsman_wrap .m_btn_01 {
    margin-top: 10.6666666667vw;
  }
}

/* -----------------
stores_wrap
-------------------- */
.stores_wrap {
  padding: 141px 0;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .stores_wrap {
    padding: 21.3333333333vw 0;
  }
}
.stores_wrap .m_wrap {
  display: block;
  position: relative;
  padding-block: 44px 52px;
  background: url(../img/index/stores_bg_pc.jpg) center/cover no-repeat;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .stores_wrap .m_wrap {
    max-width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .stores_wrap .m_wrap {
    padding-block: 6.1333333333vw 7.2vw;
    background: url(../img/index/stores_bg_sp.jpg) center/cover no-repeat;
  }
}
.stores_wrap .ttl .logo {
  display: block;
  margin-inline: auto;
  width: 340px;
}
@media screen and (max-width: 767px) {
  .stores_wrap .ttl .logo {
    width: 45.3333333333vw;
  }
}
.stores_wrap .ttl .txt {
  display: block;
  margin: 36px auto 0;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .stores_wrap .ttl .txt {
    margin-top: 4.8vw;
    width: 45.3333333333vw;
  }
}
.stores_wrap [class^=icn_] {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.stores_wrap .icn_01 {
  top: -9px;
  left: -30px;
  width: 160px;
}
@media screen and (max-width: 767px) {
  .stores_wrap .icn_01 {
    top: -10.5333333333vw;
    left: -21.2vw;
    width: 32vw;
  }
}
.stores_wrap .icn_02 {
  right: -30px;
  bottom: -9px;
  width: 213px;
}
@media screen and (max-width: 767px) {
  .stores_wrap .icn_02 {
    right: -23.2vw;
    bottom: -12.2666666667vw;
    width: 42.5333333333vw;
  }
}

/*# sourceMappingURL=index.css.map */
