@charset "UTF-8";


html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-size: clamp(10px,30/780*100vw,30px);
  font-weight: 400;
  line-height: 1.8;
  color: #131415;
}

/* common */
.pc{
  display: none;
}
.container {
  width: min(100%,780px);
  margin: auto;
  background-color: #f5f5f5;
}

section:not(.fv, .product) {
  position: relative;
}

section:not(.fv, .about, .product) {
    margin-bottom: min(24/780*100vw,24px);
  }

section:not(.fv, .about, .product)::after {
    position: absolute;
    bottom: max(-12/780*100vw,-12px);
    width: 100%;
    height: 1px;
    content: "";
  }

/* title */
.ttl__small {
  font-family: Outfit;
  font-size: clamp(10px,20/780*100vw,20px);
  font-weight: 400;
  color: #777;
  letter-spacing: .1em;
  padding: .5em 0 .3em;
}

.ttl__defa {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: clamp(10px,52/780*100vw,52px);
  font-weight: 600;
  color: #131415;
  letter-spacing: .05em;
}

/* product number */
.product__ttl {
  padding: 0;
  text-align: center;
  font-size: clamp(10px,104/780*100vw,104px);
  font-family: Prata;
  line-height: 1.2;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  padding-top: 8px;
}

  .product__ttl .product__num .small {
      font-size: clamp(10px,44/780*100vw,44px);
    }


@keyframes arrow-line {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes arrow {
  0% {
    left: 0%;
  }

  100% {
    left: 100%;
  }
}

/* about */
.about, .story {
  padding-top: min(74/780*100vw,74px);
  box-sizing: border-box;
  border: solid 0.5px #313232;
}
.about__wrap, .story__wrap {
  width: min(604/780*100vw,604px);
  margin: auto;
}

.about__wrap {
  padding: min(12/780*100vw,48px) 0 64px 0;
}

.about .ttl__small, .story .ttl__small, .ttl__defa {
  width: min(604/780*100vw,604px);
  margin: auto;
}

.about__txt, .story__txt {
  letter-spacing: .1em;
}

/* story */
.story__wrap {
  padding: min(48/780*100vw,48px) 0 min(90/780*100vw,90px);
}

/* schedule */

.schedule__ttl--01 {
  margin-top: -0.5px;
  width: 100%;
  text-align: center;
  padding: min(30/780*100vw,30px);
  background-color: #fff;
  box-sizing: border-box;
  border: solid 0.5px #313232;
  letter-spacing: 0.5em;
}


  .schedule__ttl--01 p {
    position: relative;
    display: inline-block;
    font-size: clamp(10px,48/780*100vw,48px);
    font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 min(30/780*100vw,30px);
  }
/* 
  .schedule__ttl--01::before, &::after {
      position: absolute;
      content: "";
      width: 2px;
      height: min(72/780*100vw,72px);
      background-color: #131415;
      transform: rotate(20deg);
    } */

  .schedule__ttl--01::before {
      left: 0;
    }

  .schedule__ttl--01::after {
      right: 0;
    }
.schedule__ttl--02{
  margin-top: -0.5px;
  box-sizing: border-box;
  border: solid 0.5px #313232;
  background-color: #fff;
  padding: min(48/780*100vw,48px) 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.schedule__ttl--02 p{
  font-size:clamp(10px,36/780*100vw,36px);
  font-weight: 400;
  letter-spacing: 0.5em;
  color: #131415;
}

.schedule__date {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
  color: #131415;
  font-family: Prata;
  font-size: clamp(10px,86/780*100vw,86px);
  font-weight: 400;
  line-height: 1;
  width: 100%;
  background-color: #fff;
}

.small {
  font-size: clamp(10px,30/780*100vw,30px);
  }

.background {
  border: solid #777777;
  border-width: 0px 0.5px;
  color: #777777;
  padding: min(20/780*100vw,20px) min(6/780*100vw,6px);
  margin-right: 8px;
  align-self: center
}

.mincho {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
  font-weight: 500;
}
.lineup{
  margin-top: -0.5px;
  box-sizing: border-box;
  border: solid 0.5px #313232;
  display: flex;
  flex-direction: column;
}

.lineup__txt{
  box-sizing: border-box;
  border-bottom: solid 0.5px #313232;
  padding: min(24/780*100vw,24px) min(40/780*100vw,40px) min(24/780*100vw,24px);
}
.lineup__txt span{
  font-size: clamp(10px,30/780*100vw,30px);
  font-weight: 500;

}

.lineup__inner {
    display: grid;
    grid-template-columns: 1fr min(340/780*100vw,340px);
    grid-template-rows: 1fr min(100/780*100vw,100px);
}
.lineup__icon {
      position: relative;
      grid-column: 1/2;
      grid-row: 1/3;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      border-right: solid 0.5px #313232;
}

.lineup__icon img {
        width: min(350/780*100vw,350px);
      }

      /* .lineup__icon::before, &::after {
        position: absolute;
        top: 50%;
        content: "";
        width: 1px;
        height: min(30/780*100vw,30px);
        background-color: #777;
      }

      .lineup__icon::before {
        transform: translateY(-50%) rotate(45deg);
      }

.lineup__icon::after {
        transform: translateY(-50%) rotate(-45deg);
      } */


    .offer {
      grid-column: 2/3;
      grid-row: 2/3;
      display: block;
      text-align: right;
    }

      .offer__inner {
        padding-top: 8px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
      }
      
        .offer__line {
          position: relative;
          height: 1em;
          width: 25%;
        }


          .offer__line::before {
            position: absolute;
            top: 50%;
            left: 0;
            padding-right: min(6/780*100vw,6px);
            content: "";
            border: solid 0.5px #313232;
            transform: translateY(-50%);
            animation: arrow-line 1s ease infinite;
          }

          .offer__line::after {
            position: absolute;
            top: 50%;
            left: 0;
            width: min(8/780*100vw,8px);
            height: min(8/780*100vw,8px);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
            content: "";
            background-color: #313232;
            transform: translateY(-50%);
            animation: arrow 1s ease infinite;
          }
          .offer__txt {
            font-family: Outfit;
            font-size: min(32/780*100vw,32px);
            font-weight: 700;
            text-transform: lowercase;
          }
  

/* product */
.product .product__ttl{
  flex-direction: column;
}
.product__ttl {
  grid-column: 2/3;
  grid-row: 1/2;
}
.product__wrap {
  position: relative;
}

.product__wrap .schedule_inner {
    border: none;
  }
.schedule_inner .offer__inner{
  border-top:solid 0.5px #313232 ;
}
  .product__wrap .product__inner {
    position: relative;
    margin-bottom: min(24/780*100vw,24px);
    border: solid 0.5px #313232;
    margin-top: -0.5px;
  }
    .product__wrap .product__inner::after {
      position: absolute;
      bottom: max(-12/780*100vw,-12px);
      width: 100%;
      height: 1px;
      content: "";
      border-bottom: solid 0.5px #313232;
    }

    .product__wrap .product__grid {
      width: 100%;
      display: grid;
      grid-template-columns: min(230/780*100vw,230px) 1fr;
      grid-template-rows: auto;
      justify-content: space-between;
      align-items: center;
      border-bottom: solid 0.5px #313232;
      margin-top: -0.5px;
    }

    .product__wrap .product__ttl {
      border-bottom: none;
      grid-column: 1 / 2;
      grid-row: 1 / 2;
    }

    .product__wrap .product__ttl--txt {
      grid-column: 2 / 3;
      grid-row: 1 / 2;
      padding: min(35/780*100vw,35px) 1em;
      font-weight: 500;
      border-left: solid 0.5px #313232;
    }


.product__inner:nth-of-type(odd) .product__grid {
    grid-template-columns: 1fr min(230/780*100vw,230px) ;
}

.product__inner:nth-of-type(odd) .product__ttl {
      grid-column: 2 / 3;
    }

.product__inner:nth-of-type(odd) .product__ttl--txt {
      grid-column: 1 / 2;
      border-left: none;
      border-right: solid 0.5px #313232;
    }


.product__wrap:last-of-type .product__inner {
  margin-bottom: 0;
}

.product__wrap:last-of-type .product__inner ::after {
    bottom: 0;
    height: 0;
    border-bottom: none;
  }
.product__item{
  padding: min(72/780*100vw,72px) 0;

}


/* interview */
.inta {
  width: 100%;
}

.inta .inta__inner {
    width: min(652/780*100vw,652px);
    margin: auto;
}

.inta .inta__ttl--small {
      width: min(646/780*100vw,646px);
      padding: min(60/780*100vw,60px) 0 min(40/780*100vw,40px);
    }

    .inta .inta__prof {
      font-size: clamp(10px,28/780*100vw,28px);
      color: #3E3E3E;
    }
    .inta .inta__prof--grid {
        display: grid;
        grid-template-rows: 1fr 1fr;
        grid-template-columns: min(180/780*100vw,180px) 1fr;
        column-gap: min(35/780*100vw,35px);
        align-items: center;
        justify-content: space-between;
        padding-bottom: min(30/780*100vw,30px);
    }

    .inta .inta__prof--grid .inta__prof--img {
          grid-row: 1 / 3;
          grid-column: 1 / 2;
    }

    .inta .inta__prof--grid .inta__prof--img img {
            width: min(128/780*100vw,128px);
            border-radius: 50%;
          }

        .inta__prof--post {
          grid-row: 1 / 2;
          grid-column: 2 / 3;
          font-size: clamp(10px,26/780*100vw,26px);
          color: #131415;
        }

        .inta__prof--name {
          grid-row: 2 / 3;
          grid-column: 2 / 3;
          font-size: clamp(10px,32/780*100vw,32px);
          font-weight: 500;
          color: #131415;
        }
      

      .inta__prof--deta {
        grid-row: 3;
        grid-column: 2;
        margin: auto;
        font-weight: 400;
        color: #777;
      }
    
    .inta__movie {
      width: min(608/780*100vw,608px);
      margin: min(40/780*100vw,40px) auto min(100/780*100vw,100px);
    }

.item-link .item-link__inner {
    border-top: none;
    margin-top: -0.5px;
}

.item-link  .item-link__txt {
      border-top: solid 0.5px #313232;
      border-bottom: solid 0.5px #313232;
      padding-bottom: 16px;
}

.item-link  .item-link__txt p {
        width: min(652/780*100vw,652px);
        margin: auto;
        padding: min(50/780*100vw,50px) 0 min(30/780*100vw,30px);
      }

    .offer .offer__inner {
        /* width: 100%; */
        display: inline-flex;
        justify-content: space-between;
        padding: min(24/780*100vw,24px);
    }
    .notice .offer__inner{
      justify-content: flex-end;
    }

    .offer .offer__line {
          width: 30%;
        }

    .offer .offer__txt {
          width: min(270/750*100vw,270px);
          font-family: 'Zen Kaku Gothic New', sans-serif;
          font-size: clamp(10px,26/780*100vw,26px);
          color: #131415;
          font-weight: 500;
        }
    .sp .item-link .offer {
      text-align: center;
    }
    .underline{
      text-decoration: underline;
    }
/* 販売前商品　グレー */
.notice{
  color: #777777;
  border:#777777;
  opacity: 0.45;
  }

 .copyright{
    text-align: center;
    margin: 0 auto;
  }
  .ytp-chrome-top ytp-show-cards-title{
    display: none;
  }

/* PC VIEW */
  @media screen and (min-width: 1080px){
    .sp{
      display: none;
    }
    .pc{
      display: block;
      font-size:clamp(10px,14/1080*100vw,14px);
    }
    .container{
      width: min(100%);
    }
    .about .ttl__small, .story .ttl__small, .ttl__defa{
      width: min(920/1080*100vw,920px);
    }
    .ttl__defa{
      font-size:clamp(10px,24/1080*100vw,24px)
    }
    .ttl__small{
      font-size:clamp(10px,10/1080*100vw,10px);
    }
    .about__wrap, .story__wrap{
      padding:min(12/1080*100vw,48px) 0 64px 0;
      width:min(920/1080*100vw,920px);
    }
    .schedule{
      display: flex;
      flex-direction: row;
      gap:min(24/1080*100vw,24px);
      width: min(920/1080*100vw,920px);
      margin: 0 auto;
    }
    .schedule .schedule_inner{
      margin-top: 64px;
      width: min(100%,300px);
    }
    .schedule__ttl--01{
      padding: min(16/1080*100vw,16px) 0;
    }
    .schedule__ttl--01 p{
      font-size: clamp(14px,14/1080*100vw,14px);
    }
    .schedule__ttl--02{
      padding:min(16/1080*100vw,16px) 0;
    }
    .schedule__ttl--02 p{
      font-size: clamp(14px,14/1080*100vw,14px);
    }
    .schedule__date{
      font-size: clamp(24px,24/1080*100vw,24px);
    }
    .small{
      font-size: clamp(12px,12/1080*100vw,12px);
    }
    .background{
      padding:min(4/1080*100vw,4px) min(4/1080*100vw,4px);
    }
    .lineup__txt{
      height: min(100%,300px);
      padding: min(8/1080*100vw,8px) min(8/1080*100vw,8px) min(8/1080*100vw,8px);
    }
    .lineup__txt p{
      font-size:clamp(16px,16/1080*100vw,16px);
    }
    .lineup__txt span{
      font-size:clamp(14px,14/1080*100vw,14px);
    }
    .lineup__inner{
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .lineup__icon{
      border-right: none;
    }
    .lineup__icon img{
      margin-top: 24px;
      width: min(125/1080*100vw,125px)
    }
    .product__ttl{
      font-size:clamp(10px,24/1080*100vw,24px);
    }
    .product__ttl .product__num .small{
      font-size:clamp(10px,12/1080*100vw,12px);
    }
    .lineup{
    width: min(100%,150px);
    }
    .lineup__2{
      display: flex;
      flex-direction: row;
    }
    .lineup__3 .lineup{
      width: min(100%,300px);
    }
    .lineup__3 .lineup__txt{
      padding:min(8/1080*100vw,8px) min(54/1080*100vw,54px) min(58/1080*100vw,58px);
    }
    .lineup__3 .offer .offer__txt{
      width: min(120/1080*100vw,120px);
    }
    .product__ttl{
padding:16px;
      border-right: solid 0.5px #313232;
    }
    .offer .offer__inner{
      padding:min(8/1080*100vw,8px);
      flex-direction: column;
      justify-content: space-evenly;
    }
    .offer .offer__txt{
      width: min(64/1080*100vw,64px);
      font-size: clamp(10px,12/1080*100vw,12px);
      border-top: none;
    }
    .schedule_inner .offer__inner{
      border-top:none;
    }
    section:not(.fv, .about, .product){
      margin-bottom: min(64/1080*100vw,64px);
    }
    .product__item{
      width: 55%;
    }
    .item-link .item-link__txt{
      padding:min(24/1080*100vw,24px);
    }
    .item-link .item-link__txt p{
      width: 100%;
    }
    .product__pc{
      display: flex;
      flex-direction: row;
    }
    .product__wrap .product__ttl--txt{
      font-size: clamp(28px,28/1080*100vw,28px);
      border-left:none;
      padding: min(24/780*100vw,24px) 24px;
      font-family: "Yu Mincho", YuMincho, "Hiragino Mincho Pro", "MS PMincho", serif;
    }
    .product__wrap .product__num{
      font-size: clamp(48px,48/1080*100vw,48px); 
    }
    .product__wrap .inta{
      padding:min(64/780*100vw,64px);
      background-color: #313232;
      margin: 0;
    }
    .inta__prof--deta{
      font-size: clamp(16px,16/1080*100vw,16px);
      color:#fff;
    }
    .inta .inta__prof--grid{
      display: flex;
      flex-direction: row;
    }
    .inta .inta__prof--grid .inta__prof--img img{
      width:min(200/780*100vw,200px);
    }
    .inta__prof--post{
      font-size: clamp(16px,16/1080*100vw,16px);
      color: #fff;
    }
    .inta__prof--name{
      color: #fff;
    }
    .product__item .offer .offer__inner{
      margin-top: min(54/1080*100vw,54px);
      flex-direction: row;
      width: 100%;
    }
    .product__item .offer .offer__inner .offer__txt{
      width:min(200/780*100vw,200px);
      font-size: clamp(16px,16/1080*100vw,16px);
      text-align: center;
    }
  }