/*----------------------------------------
2026 坂井瑠星 X TENTIALコラボ

レスポンシブ計算
基準　sp（768以下）
375=100vw

タブレット（~767）
375px固定値

PC(768~）
1512=100vw
816=100vh
----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
*{
  box-sizing: border-box;

}
body {
  line-height: 1;
  background-color: var(--color01);
}
html {
  scroll-behavior: smooth;
}
body .Wrap {
  overflow: clip !important;
}
img{
  max-width: 100%;
}
em{
  font-weight: 600;
}
a:hover{
  text-decoration: none;
}
.pc_view {
  display: none;
}
.sp_view {
  display: block;
}
@media screen and (min-width: 1200px){
  .pc_view {
    display: block;
  }
  .sp_view {
    display: none;
  }
}

.MainColumn{
  position: relative;
}
.body{
  width: 375px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .lp_contents{
    position: relative;
  }
  .lp_contents:before{
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/pc_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }
  .lp_contents:after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 69.27083333333334vw;
    height: 106.74603174603175vw;
    background-image: url(../img/kv_pc_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
    z-index: -1;
  }
  .body{
    margin: 0 auto;
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  header.Header_Area{
    position: relative;
    z-index: 1;
  }
  nav.ContentNavi01 {
    position: relative;
    z-index: 2;
  }
  .Header_Inner{
    box-sizing: border-box;
  }
  .lp_contents{
    display: flex;
    align-items: flex-start;
    background-image: url(../img/pc_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .body{
    flex: 0 0 375px;
    background-color: #fff;
  }
  .kv_pc,
  .menu_pc{
    min-width: 0;
  }
  .kv_pc{
    width: calc((100vw - 375px) * 803 / 1137);
  }
  .menu_pc{
    width: calc((100vw - 375px) * 334 / 1137);
  }
}

footer{
  z-index: 1;
  position: relative;
}
/*============================
 kv
============================*/
.kv_sp img{
  display: block;
}
.kv_pc{
  position: sticky;
  top: 87px;
  align-self: flex-start;
  height: calc(100vh - 87px);
  overflow: hidden;
}
.kv_pc img{
  position: absolute;
  left: 50%;
  top: 3.9755351681957185vh;
  transform: translateX(-50%);
  height: 78.1855249745158vh;
}
.kv_pc:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 39.55026455026455vw;
  height: 53.37301587301587vw;
  background-image: url(../img/kv_pc_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
/*============================
 menu(sp)
============================*/
.menu_sp{
  padding: 2px 22px 32px;
  background-color: #F0CF81;
}
.menu_sp ul{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu_sp ul li a{
  display: block;
  box-shadow: 0 4px 2px 0 rgba(151, 112, 44, 0.20);
}
.menu_sp ul li img{
  width: 100%;
  display: block;

}
/* 3つのときだけ最後の1つを中央寄せ */
.menu_sp ul li:last-child:nth-child(3){
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
}
.menu_sp ul li:last-child:nth-child(3) a{
  width: calc((100% - 14px) / 2);
}
/*============================
  info
============================*/
.information{
  padding: 55px 24px 5px;
}
.information h2{
  width: 178px;
  margin: 0 auto 28px;
}
.info_title{
  font-size: 18px;
  font-weight: bold;
  color: #D1710B;
  text-align: center;
  margin-bottom: 18px;
}
.info_detail{
  font-size: 14px;
  color: #D1710B;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 29px;
}
.info_detail a{
  color: #D1710B;
  text-decoration: underline;
}
.info_detail svg{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.info_detail span{
  font-weight: normal;
}
.info_notes{
  padding: 14px 24px 15px;
  font-size: 11px;
  color: #3A1D13;
  line-height: 1.4545454545454546;
  border: 1px dashed #D1710B;
}
/*============================
  collabo
============================*/
.collaboration{
  padding: 60px 24px 295px;
  background-image: url(../img/collabo_bg.png),url(../img/collabo_bg_bottom.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right 22px top 15px, center bottom 0;
}
.collaboration h2{
  width: 326px;
  margin: 0 auto 25px;
}
.collaboration dl{
  padding: 20px 20px 21px;
  border: 1px solid #D1710B;
}
.collaboration dl:not(:last-child){
  margin-bottom: 27px;
}
.collaboration dl dt p{
  font-size: 16px;
  font-weight: bold;
  color: #D1710B;
  line-height: 1.25;
  margin-bottom: 9px;
  text-align: center;
}
.collaboration dd img{
  margin-bottom: 10px;
}
.collaboration dd .collabo_caption{
  font-size: 11px;
  color: #3A1D13;
  line-height:1.4545454545454546;
  margin-bottom: 20px;
}
.collabo_link{
  font-size: 14px;
  font-weight: bold;
  color: #D1710B;
  line-height: 1.4285714285714286;
  border-top: 2px dashed #F0BE46;
  padding-top: 11px;
}
.collabo_link a{
  display: inline-block;
  margin-top: 20px;
  color: #D1710B;
  text-decoration: underline;
}
.collabo_link svg{
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.collabo_benefit{
  font-size: 16px;
  font-weight: bold;
  color: #D1710B;
  margin: -10px 0 18px;
  text-align: center;
}
.collaboration dd img.benefit_img{
  margin-bottom: 0px;
  /* width: 244px; */
  display: block;
  margin: auto;
  margin-bottom: 2px;
}
/*============================
  goods
============================*/
.goods{
  position: relative;
  padding: 43px 24px 50px;
  background-image: url(../img/goods_bg.png);
  background-size: 34px auto;
  background-position: center top;
  border-bottom: 10px solid #F0BE46;
}
.goods:before{
  content: '';
  position: absolute;
  top: 76px;
  right: 13px;
  width: 54px;
  height: 59px;
  background-image: url(../img/goods_bg_deco.png);
  background-size: contain;
  background-position: center;
}
.goods h2{
  width: 190px;
  margin: 0 auto 16px;
}
.goods_lead{
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #3A1D13;
  line-height: 1.45;
  margin-bottom: 18px;
  text-align: center;
}
.goods_lead:before{
  content: '';
  position: absolute;
  top: -36px;
  left: 16px;
  width: 77.66666666666667px;
  height: 50.666666666666664px;
  background-image: url(../img/goods_balloon.png);
  background-size: contain;
  background-position: center;
}
.goods dl{
  margin-bottom: 20px;
  background-color: #040000;
}
.goods dl dd p.goods_text{
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1.5;
  padding: 4px 16px 18px;
}
.goods dl dd p.goods_text span{
  color: #FB6BA1;
}
.goods_detail{
  margin-bottom: 24px;
}
.goods_link{
  position: relative;
  display: block;
  width: 297px;
  height: 36px;
  border-radius: 36px;
  line-height: 36px;
  text-align: left;
  padding-left: 20px;
  color: #D1710B;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid #D1710B;
  box-shadow: 0 4px 2px 0 rgba(0,0,0,0.20);
}
.goods_link svg{
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
}
/*============================
  video
============================*/
.video{
  padding: 60px 24px 0;
  background-image: url(../img/video_bg.png);
  background-size: 287px auto;
  background-repeat: no-repeat;
  background-position: right top;
}
.video h2{
  width: 195px;
  margin: 0 auto  25px;
}
.video_lead{
  font-size: 14px;
  color: #D1710B;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.video ul li{
  display: flex;
  align-items: center;
  border: 1px solid #F0BE46;
  margin-bottom: 15px;
  background-color: rgba(245, 245, 245, 0.50);
}
.video ul li div:first-child{
  width: 85px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video ul li div:first-child svg{
  display: block;
}
.video_title{
  font-size: 18px;
  font-weight: bold;
  color: #D1710B;
  line-height: 1.1111111111111112;
  margin-bottom: 10px;
}
.video_text{
  font-size: 12px;
  color: #D1710B;
  font-weight: 500;
  line-height: 1.4166666666666667;
}
.video_text a{
  color: #D1710B;
  text-decoration: underline;
}
.video_note{
  padding: 13px 24px 17px;
  margin: 25px 0;
  font-size: 11px;
  color: #3A1D13;
  line-height: 1.4545454545454546;
  border: 1px dashed #D1710B;
}
.video_note a{
  color: #3A1D13;
  font-weight: bold;
  text-decoration: underline;
}
/*============================
  credits
============================*/
.credits {
  padding: 60px 24px 0;
}
.credits ul{
  display: flex;
  width: 162px;
  height: 46px;
  gap: 30px;
  margin: 0 auto;
  padding-bottom: 82px;
}
/*============================
  menu_pc
============================*/
.menu_pc{
  position: sticky;
  top: 87px;
  align-self: flex-start;
  height: calc(100vh - 87px);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_pc::before{ 
  content: '';
  position: absolute;
  right: 1.5873015873015872vw;
  bottom: 3.8359788359788360vw;
  width: 17.59259259259259vw;
  height: 8.465608465608465vw;
  background-image: url(../img/kv_pc_menu_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.menu_pc_inner{
  position: absolute;
  width: 12.632275132275133vw;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.menu_pc_head{
  position: relative;
  display: block;
  left: -0.924339vw;
  margin-bottom: 0.7275132275132274vw;
}
.menu_pc_inner ul{
  width: 10.582010582010582vw;
}
.menu_pc_inner ul li{
  margin-bottom: 0.6613756613756614vw;
}
.menu_pc_inner ul li a{
  position: relative;
  display: block;
  box-shadow: 0 4px 2px 0 rgba(151, 112, 44, 0.20);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.menu_pc_inner ul li a:hover,
.menu_pc_inner ul li a:active{
  transform: translateY(4px);
  box-shadow: none;
}

/*============================
  sp overrides (<=767)
============================*/
@media screen and (max-width: 767px) {
  .body{
    width: 100vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .menu_sp{
    padding: 0.5333vw 5.8667vw 6.133333333333333vw;
  }
  .menu_sp ul{
    gap: 2.6667vw 3.7333vw;
  }
  .menu_sp ul li:last-child:nth-child(3) a{
    width: calc((100% - 3.7333vw) / 2);
  }
}

@media screen and (max-width: 767px) {
  .information{
    padding: 14.6667vw 6.4vw 1.3333vw;
  }
  .information h2{
    width: 47.4667vw;
    margin: 0 auto 7.4667vw;
  }
  .info_title{
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .info_detail{
    font-size: 3.7333vw;
    margin-bottom: 7.7333vw;
  }
  .info_detail svg{
    margin-left: 2.6667vw;
  }
  .info_notes{
    padding: 3.7333vw 6.4vw 4vw;
    font-size: 2.9333vw;
  }
}

@media screen and (max-width: 767px) {
  .collaboration{
    padding: 16vw 6.4vw 78.6667vw;
    background-position: right 5.8667vw top 4vw, center bottom 0;
  }
  .collaboration h2{
    width: 86.9333vw;
    margin: 0 auto 6.6667vw;
  }
  .collaboration dl{
    padding: 5.3333vw;
  }
  .collaboration dl:not(:last-child){
    margin-bottom: 6.6667vw;
  }
  .collaboration dl dt p{
    font-size: 4.2667vw;
    margin-bottom: 2.6667vw;
  }
  .collaboration dd img{
    margin-bottom: 2.6667vw;
  }
  .collaboration dd .collabo_caption{
    font-size: 2.9333vw;
    margin-bottom: 5.3333vw;
  }
  .collabo_link{
    font-size: 3.7333vw;
  }
  .collabo_link a{
    margin-top: 5.3333vw;
  }
  .collabo_link svg{
    margin-left: 2.6667vw;
  }
  .collabo_benefit{
    font-size: 4.2667vw;
    margin: -2.6667vw 0 4.8vw;
  }
}

@media screen and (max-width: 767px) {
  .goods{
    padding: 11.4667vw 6.4vw 13.3333vw;
    background-size: 9.0667vw auto;
    border-bottom-width: 2.6667vw;
  }
  .goods:before{
    top: 20.2667vw;
    right: 3.4667vw;
    width: 14.4vw;
    height: 15.7333vw;
  }
  .goods h2{
    width: 50.6667vw;
    margin: 0 auto 4.2667vw;
  }
  .goods_lead{
    font-size: 4vw;
    margin-bottom: 4.8vw;
  }
  .goods_lead:before{
    top: -9.6vw;
    left: 4.2667vw;
    width: 20.7111vw;
    height: 13.5111vw;
  }
  .goods dl{
    margin-bottom: 5.3333vw;
  }
  .goods dl dd p.goods_text{
    font-size: 3.7333vw;
    padding: 1.0667vw 4.2667vw 4.8vw;
  }
  .goods_detail{
    margin-bottom: 6.4vw;
  }
  .goods_link{
    width: 79.2vw;
    height: 9.6vw;
    border-radius: 9.6vw;
    line-height: 9.6vw;
    text-align: left;
    padding-left: 5.3333vw;
    font-size: 3.7333vw;
  }
  .goods_link svg{
    right: 2.1333vw;
    width: 5.3333vw;
    height: 5.3333vw;
  }
}

@media screen and (max-width: 767px) {
  .video{
    padding: 16vw 6.4vw 0;
    background-size: 76.5333vw auto;
  }
  .video h2{
    width: 52vw;
    margin: 0 auto 6.6667vw;
  }
  .video_lead{
    font-size: 3.7333vw;
    margin-bottom: 4vw;
  }
  .video ul li{
    margin-bottom: 4vw;
  }
  .video ul li div:first-child{
    width: 22.6667vw;
    height: 23.4667vw;
  }
  .video_title{
    font-size: 4.8vw;
    margin-bottom: 2.6667vw;
  }
  .video_text{
    font-size: 3.2vw;
  }
  .video_note{
    padding: 3.4667vw 6.4vw 4.5333vw;
    margin: 6.6667vw 0;
    font-size: 2.9333vw;
  }
}

@media screen and (max-width: 767px) {
  .credits ul{
    width: 43.2vw;
    height: 12.2667vw;
    gap: 8vw;
    margin: 0 auto;
    padding-bottom: 21.8667vw;
  }
}