@charset "UTF-8";
/*=============================================
*
* 
*
=============================================*/
body {
  color: #000;
}

/*=============================================
*
* 
*
=============================================*/
.header > .inner {
  position: relative;
  width: 100%;
}

/*=============================================
*
* hero
*
=============================================*/
.hero-section {
  background: url(../images/zadankai/hero-back.jpg) no-repeat center center/cover;
  height: 100dvh;
  position: relative;
}
@media screen and (max-width: 700px) {
  .hero-section {
    background: url(../images/zadankai/hero-back-sp.png) no-repeat center top/cover #ff5b60;
  }
}
.hero-section::after {
  background: #FF5B60;
  bottom: 0;
  content: "";
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .hero-section::after {
    display: none;
  }
}

.hero__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 700px) {
  .hero__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-top: 25vw;
  }
}

.header__special-cross-talk {
  position: relative;
  -webkit-transform: translateX(calc(-50% - 57.5px));
          transform: translateX(calc(-50% - 57.5px));
}
@media screen and (max-width: 700px) {
  .header__special-cross-talk {
    max-width: 35vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 450px) {
  .header__special-cross-talk {
    max-width: 134px;
  }
}

@media screen and (max-width: 700px) {
  .header__hero-title-etc {
    background: url(../images/interview/header__hero-title-etc-back-sp.svg) no-repeat center center/cover;
    bottom: 0;
    padding: 13px 13px;
    position: absolute;
    text-align: center;
    width: 100%;
  }
}

/*=============================================
*
* 参加者
*
=============================================*/
.member {
  background: url(../images/zadankai/member-top-back.jpg) no-repeat center center/cover;
  padding: 60px 0 calc(312px + 16.4628111274vw);
}
@media screen and (max-width: 1500px) {
  .member {
    background: url(../images/zadankai/member-top-back.jpg) no-repeat center bottom -30px/cover;
  }
}
@media screen and (max-width: 700px) {
  .member {
    background: url(../images/zadankai/member-top-back-sp.jpg) no-repeat center center/cover;
    padding: 24px 0 200px;
  }
}

@media screen and (max-width: 1132px) {
  .member__top-box {
    padding: 0 30px;
  }
}

.member__heading-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  max-width: 1140px;
  min-height: 95px;
}
@media screen and (max-width: 700px) {
  .member__heading-box {
    margin-bottom: 20px;
    min-height: 0;
  }
}

.member__heading {
  position: relative;
}

.member__heading-text-jp {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: 3.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 700px) {
  .member__heading-text-jp {
    display: block;
    font-size: 2.6rem;
    left: 0;
    margin: 10px auto 0;
    position: relative;
    top: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 450px) {
  .member__heading-text-jp {
    font-size: 1.6rem;
  }
}

.member__list-box {
  margin: 0 auto 80px;
  max-width: 960px;
}
@media screen and (min-width: 801px) {
  .member__list-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.member__list-title {
  display: none;
}
@media screen and (max-width: 700px) {
  .member__list-title {
    display: block;
    font-family: "RocknRoll One", sans-serif;
    font-size: 2rem;
    margin: 10px auto;
  }
}
@media screen and (max-width: 450px) {
  .member__list-title {
    font-size: 1.4rem;
  }
}

.member__list {
  width: 100%;
}
@media screen and (min-width: 801px) {
  .member__list {
    display: contents;
  }
}
@media screen and (max-width: 800px) {
  .member__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 801px) {
  .member__list-item {
    position: relative;
    width: calc(20% - 8px);
  }
  .member__list-item:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .member__list-item:nth-child(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .member__list-item:nth-child(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .member__list-item:nth-child(4) {
    margin-top: 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    top: 80px;
  }
  .member__list-item:nth-child(5) {
    margin-top: 80px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 800px) {
  .member__list-item {
    width: calc(33.333% - 6.6666666667px);
  }
}
@media screen and (max-width: 450px) {
  .member__list-item {
    max-width: 97px;
  }
}

@media screen and (min-width: 801px) {
  .member__list:nth-child(2) .member__list-item:nth-child(1) {
    margin-top: 80px;
  }
  .member__list:nth-child(2) .member__list-item:nth-child(2) {
    margin-top: 80px;
  }
}

/*=============================================
*
* コラボ商品
*
=============================================*/
.products {
  margin-bottom: -16.4628111274vw;
  position: relative;
  top: -16.4628111274vw;
}

.products__top-box {
  position: relative;
}

.products__heading-box {
  height: 224.8821px;
  padding-top: 15px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .products__heading-box {
    height: auto;
    margin-bottom: 20px;
  }
}

.products__heading-box-back-img {
  background: url(../images/zadankai/products__heading-box-back.svg) no-repeat center bottom/cover;
  height: 224.8821px;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .products__heading-box-back-img {
    background: #ff5b60;
    height: 100%;
    opacity: 1;
  }
}

.products__section-back-img {
  background: url(../images/zadankai/products-back.png) no-repeat center bottom/cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .products__section-back-img {
    display: none;
  }
}

.products__heading-box-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 1240px;
  min-height: 95px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 700px) {
  .products__heading-box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1150px) {
  .products__heading {
    max-width: calc(50% - 35px);
  }
}
@media screen and (max-width: 700px) {
  .products__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width: 1150px) {
  .products__heading-text-eng {
    display: inline-block;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .products__heading-text-eng {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 450px) {
  .products__heading-text-eng {
    padding-left: 0;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 450px) {
  .products__heading-text-eng {
    max-width: 150px;
    width: 100%;
  }
}

.products__heading-text-jp {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: 3.2rem;
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 700px) {
  .products__heading-text-jp {
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media screen and (max-width: 450px) {
  .products__heading-text-jp {
    font-size: 1.6rem;
  }
}

.products__collabo-item-box {
  left: 25%;
  max-width: 859.5px;
  position: absolute;
  top: -95%;
}
@media screen and (max-width: 1150px) {
  .products__collabo-item-box {
    left: auto;
    max-width: 70%;
    right: 10px;
    top: -5vw;
  }
}
@media screen and (max-width: 700px) {
  .products__collabo-item-box {
    left: 0;
    max-width: 100%;
    padding: 0 40px;
    position: relative;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .products__collabo-item-box {
    padding: 0 16px;
  }
}

.products__description {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 100px;
  position: relative;
  height: 415px;
}
@media screen and (max-width: 700px) {
  .products__description {
    height: auto;
    margin-bottom: calc(-28vw - 40px);
    padding: 40px 0;
    top: -18vw;
    z-index: -1;
  }
}

.products__description-img {
  display: none;
}
@media screen and (max-width: 700px) {
  .products__description-img {
    display: block;
    background: url(../images/zadankai/products-back-sp.png) no-repeat center bottom/cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.products__description-text {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.1rem;
}
@media screen and (max-width: 700px) {
  .products__description-text {
    margin-top: 15vw;
    font-size: 1.5rem;
  }
}

/*=============================================
*
* 理由
*
=============================================*/
@media screen and (max-width: 935px) {
  .learning__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .what-kind__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .episode__content-box {
    padding: 0 16px;
  }
}

.episode__featured-comment span {
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
}

@media screen and (max-width: 935px) {
  .in-store-sales__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .impression__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .appeal__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .home-town__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .collab-thoughts__content-box {
    padding: 0 16px;
  }
}

@media screen and (max-width: 935px) {
  .future-path__content-box {
    padding: 0 16px;
  }
}

/*=============================================
*
* soo happy
*
=============================================*/
.soo-happy {
  margin: 45px auto;
  max-width: 895px;
  position: relative;
}
@media screen and (max-width: 935px) {
  .soo-happy__img-box {
    padding: 0 16px;
  }
}

/*=============================================
*
* 理由
*
=============================================*/
/*=============================================
*
* ページナビ
*
=============================================*/
.page-nav {
  margin: 45px auto 70px;
}

.page-nav__inner {
  margin: 0 auto;
  max-width: 895px;
}
@media screen and (max-width: 935px) {
  .page-nav__inner {
    padding: 0 16px;
  }
}

.page-nav__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-nav__text-box {
  background: url(../images/zadankai/page-nav__btn-icon.svg) no-repeat right 10px center #a0a0a0;
  padding: 10px 0;
  text-align: center;
}
@media screen and (max-width: 700px) {
  .page-nav__text-box {
    background-size: 16px;
    padding: 4px 0 6px;
  }
}

.page-nav__text {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 700px) {
  .page-nav__text {
    font-size: 1.4rem;
  }
}

/*=============================================
*
* 
*
=============================================*/
.contact-section {
  background: rgba(35, 24, 21, 0.7);
  padding: 50px 0 80px;
}