@charset "UTF-8";

html {
  background: #E4E4E4;
}

/*******************************
UU240412popup
*******************************/
#UU240412popup{
  display: block;
  width: 100%;
  padding: 6rem 0 12rem;
  background: #E4E4E4;
  box-sizing: border-box;
  font-family: "游ゴシック Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
}

#UU240412popup *{box-sizing: border-box;}

#UU240412popup picture,
#UU240412popup figure,
#UU240412popup img{
  display: block;
  width: 100%;
  height: auto;
}

#UU240412popup .imgOuter > a,
#UU240412popup figure > a{display: block; width: 100%; height: auto;}

#UU240412popup a{
  transition: opacity .3s;
}

#UU240412popup a:hover{
  opacity: .6;
}


/*******************************
fadeInSetting
*******************************/
#UU240412popup .fadeInBlock,
#UU240412popup .fadeInList .fadeInTarget{
  visibility: hidden;
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}

#UU240412popup .fadeInBlock.view,
#UU240412popup .fadeInList .fadeInTarget.view{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  pointer-events: inherit;
}

/*******************************
mv
*******************************/
#UU240412popup .mv{
  display: block;
  width: 90rem;
  padding: 0;
  margin: 0 auto 6.9rem;
  background: #FFFFFF;
}

#UU240412popup .mv .outer{
  display: block;
}

/*******************************
lpMainTTL
*******************************/
#UU240412popup .lpMainTTL{
  display: block;
  padding-bottom: 4rem;
  margin-bottom: 3.7rem;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.090909090909091;
  letter-spacing: 0.14em;
  font-feature-settings: 'palt';
  color: #555555;
  position: relative;
  padding-left: 0.5rem;
}

#UU240412popup .lpMainTTL > span{
  display: block;
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.588235294117647;
  letter-spacing: 0.13em;
  margin-top: 0.2rem;
  text-align: center;
}

#UU240412popup .lpMainTTL > em{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width:  calc(9.4rem - 2px);
  height: 2.6rem;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555;
  padding-bottom: 0.2rem;
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

#UU240412popup .lpMainTTL > em::before,
#UU240412popup .lpMainTTL > em::after{
  content: '';
  height: calc(100% - 2px);
  width: 1px;
  background: #555555;
  position: absolute;
  top: 1px;
}

#UU240412popup .lpMainTTL > em::before{left: -2px;}
#UU240412popup .lpMainTTL > em::after{right: -2px;}

#UU240412popup .lpMainTTL > em > span{
  font-size: 2rem;
  letter-spacing: 0.12em;
  font-style: normal;
  margin-bottom: -0.1rem;
  margin-left: 0.3rem;
}

/*******************************
lpLede
*******************************/
#UU240412popup .lpLede{
  display: block;
  margin-bottom: 11.3rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.085em;
  font-feature-settings: 'palt';
  padding-left: 0.3rem;
}



/*******************************
creditLinks
*******************************/
#UU240412popup .creditLinks{
  display: block;
  padding-top: 2.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: 'palt';
}

#UU240412popup .creditLinks span,
#UU240412popup .creditLinks a{
  display: inline-block;
  white-space: nowrap;
  color: #555555;
  text-decoration: none;
}

#UU240412popup .creditLinks span > em,
#UU240412popup .creditLinks a > em{
  font-size: normal;
  color: #C84B3C;
  font-style: normal;
}

#UU240412popup dl.creditLinks > dt{display: block;}

#UU240412popup dl.creditLinks.inline > dt{ display: inline; margin-right: -0.4rem;}
#UU240412popup dl.creditLinks.inline > dd{display: inline;}

#UU240412popup .text > p.creditCaution{
  font-size: 1.2rem;
  padding-top: 0.8rem;
  text-align: left;
}

/*******************************
lpTTL
*******************************/
#UU240412popup .lpTTL{
  display: block;
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.14em;
  text-align: center;
  color: #979797;
}


/*******************************
lpTTL
*******************************/
#UU240412popup .quotCatch{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 2rem 0;
  margin: 0 auto;
  text-align: left;
  position: relative;
  margin-bottom: 7rem;
}

#UU240412popup .quotCatch > span{
  display: block;
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  font-weight: 500;
  line-height: 1;
  font-feature-settings: 'palt';
  text-align: left;
  color: #555555;
}
#UU240412popup .quotCatch > span:nth-of-type(2){
  text-align: right;
}

#UU240412popup .quotCatch::before{
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  background: url("../img/quotation_left.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -1.9rem;
  top: -0.2rem;
}

#UU240412popup .quotCatch::after{
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  background: url("../img/quotation_right.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -1.9rem;
  bottom: 0;
}

/*******************************
question
*******************************/
#UU240412popup .question{
  display: block;
  margin-bottom: 2.1rem;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.072em;
  font-feature-settings: 'palt';
  color: #A0B1C0;
}

/*******************************
borderCatch
*******************************/
#UU240412popup .borderCatch{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  margin-bottom: 6.7rem;
  width: 100%;
}

#UU240412popup .borderCatch::before,
#UU240412popup .borderCatch::after{
  content: '';
  display: block;
  width: 100%;
  height: 0.75px;
  background: #555555;
  flex-shrink: 1;
  transform: scale(0,1);
  transition: transform 1.8s ease 0.5s; 
}

#UU240412popup .borderCatch::before{transform-origin: 100%;}
#UU240412popup .borderCatch::after{transform-origin: 0;}

#UU240412popup .view .borderCatch::before,
#UU240412popup .view .borderCatch::after{
  transform: scale(1,1);
}

#UU240412popup .borderCatch > span{
  display: block;
  font-family: "jaf-bernino-sans", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.127em;
  line-height: 1;
  white-space: nowrap;
  transform: translateX(0.1rem);
}

/*******************************
figImgBox
*******************************/
#UU240412popup .figImgBox{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#UU240412popup .figImgBox .imgOuter{
  display: block;
  width: 36rem;
  order: 2;
}

#UU240412popup .figImgBox .text{
  display: block;
  width: 25.6rem;
  order: 1;
}

#UU240412popup .figImgBox.imgLeft .imgOuter{order: 1;}
#UU240412popup .figImgBox.imgLeft .text{order: 2;}


/*******************************
text
*******************************/
#UU240412popup  .text > p{
  display: block;
  text-align: justify;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2;
  font-feature-settings: 'palt';
}


/*******************************
sec02TTL
*******************************/
#UU240412popup .sec02TTL{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2rem 0;
  margin-bottom: 3.8rem;
  padding-left: 0.3rem;
}

#UU240412popup .sec02TTL > span{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 2.8rem;
  padding: 0.1rem 1.96333rem 0;
  background: #A0B1C0;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  font-feature-settings: 'palt';
}

#UU240412popup .sec02TTL > em{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.25rem;
  text-align: center;
  color: #555555;
  font-feature-settings: 'palt';
  font-style: normal;
}


/*******************************
sec03TTL
*******************************/
#UU240412popup .sec03TTL{
  display: block;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.888888888888889;
  font-weight: 500;
  letter-spacing: 0.14em;
  color: #555555;
  font-feature-settings: 'palt';
  margin-bottom: 3.2rem;
}


/*******************************
#sec01
*******************************/
#sec01{
  display: block;
  width: 90rem;
  margin: 0 auto 11rem;
  padding: 9.1rem 12rem 10rem;
  background: #EFEFEF;
  position: relative;
}

#sec01 .ttlBlock .lpTTL{
  position: absolute;
  top: -9.2rem;
  left: 50%;
  transform: translate(-50%,-50%);
  padding-left: 0.2rem;
}

#sec01 .ttlBlock .quotCatch{
  width: 31.2rem;
  padding-left: 0.5rem;
  margin-bottom: 6.2rem;
}
#sec01 .sec01inner .quotCatch{
  width: 36.8rem;
  padding-left: 0.6rem;
  margin-bottom: 6.1rem;
}

#sec01 .sec01figure{
  display: block;
  width: 52rem;
  margin: 5.2rem auto 9.2rem;
}

#UU240412popup .figImgBox{
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

#UU240412popup .figImgBox .question{width: 100%;}

#UU240412popup .figImgBox.sec0101 .text{width: 25.56rem;}
#UU240412popup .figImgBox.sec0101 .text > p{margin-top: -0.7rem;}

#UU240412popup .figImgBox.sec0102{padding-bottom: 1.3rem; align-items: center;}
#UU240412popup .figImgBox.sec0102 .text{width: 25.4rem;}
#UU240412popup .figImgBox.sec0102 .text > p{padding-top: 0.2rem}

#sec01 .sec01inner:nth-of-type(2) .question{
  margin-bottom: 1.5rem;
  width: calc(100% + 1rem);
  margin-right: -1rem;
}
#sec01 .sec01inner:nth-of-type(2) .text > p{letter-spacing: 0.05em;}

#sec01 .sec01inner:nth-of-type(3) .question{
  margin-bottom: 2.3rem;
}

#UU240412popup .figImgBox.sec0104{margin-bottom: 6rem;}
#UU240412popup .figImgBox.sec0104 > .imgOuter{width: 32.8rem;}
#UU240412popup .figImgBox.sec0104 > .text{
  width: 28.7rem;
  margin-top: -0.7rem;
}
#UU240412popup .figImgBox.sec0104 > .text > p{letter-spacing: 0.05em;}

#UU240412popup .figImgBox.sec0105{margin-bottom: 0;}
#UU240412popup .figImgBox.sec0105 > .imgOuter{width: 30.8rem;}
#UU240412popup .figImgBox.sec0105 > .text{width: 30.5rem; padding-top: 7.6rem;}
#UU240412popup .figImgBox.sec0105 > .text > .question{margin-bottom: 1.4rem;}



#UU240412popup #sec01 .figSlider > ul.pager{
  justify-content: flex-start;
}

/*******************************
#sec02
*******************************/
#sec02{
  display: block;
  width: 66rem;
  margin: 0 auto 11.4rem;
  padding: 0 0 0;
  position: relative;
}

#sec02 .ttlBlock .lpTTL{
  margin-bottom: 6.5rem;
  transform: translateX(-0.1rem);
}

#UU240412popup .figImgBox.sec0202{ align-items: center; padding-bottom: 10rem; margin-bottom: 0;}
#UU240412popup .figImgBox.sec0202 > .imgOuter{width: 32rem;}
#UU240412popup .figImgBox.sec0202 > .text{width: 29.5rem; padding-top: 0.3rem;}
#UU240412popup .figImgBox.sec0202 > .text .creditLinks{padding-top: 2.7rem;}

#sec02 .sec02figure{
  display: block;
  width: 50rem;
  margin: 0 auto 4.5rem;
}

#sec02 .sec02Inner:nth-of-type(2) .sec02TTL > span{padding: 0.1rem 1.5rem 0;}

#sec02 .sec02Inner:nth-of-type(2) .sec02figure{margin-bottom: 3.8rem;}
#sec02 .sec02Inner:nth-of-type(2) .text{width: 66rem;}
#sec02 .sec02Inner:nth-of-type(2) .text > p{ letter-spacing: 0.075em;}

#UU240412popup #sec02 .sec02Inner:nth-of-type(2) .text > dl.creditLinks{padding-top: 2.7rem;}


/*******************************
#sec03
*******************************/
#sec03{
  display: block;
  width: 66rem;
  margin: 0 auto 9rem;
  padding: 0 0 0;
  position: relative;
}

#UU240412popup #sec03 .borderCatch{margin-bottom: 6rem;}

#sec03 .imgOuter{
  display: block;
  width: 50rem;
  margin: 0 auto 3.2rem;
}

#sec03 .sec03Inner + .sec03Inner{
  padding-top: 7.5rem;
}


/*******************************
.presentSection
*******************************/
#UU240412popup .presentSection{
  display: block;
  margin: 0 auto 12rem;
}

#UU240412popup .presentTTL{
  display: block;
  margin-bottom: 3.8rem;
  text-align: center;
  padding-left: 0.3rem;
} 

#UU240412popup .presentTTL > em{
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.11em;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: 'palt';
  position: relative;
}

#UU240412popup .presentTTL > em::before,
#UU240412popup .presentTTL > em::after{
  content: '';
  display: block;
  width: 2rem;
  height: 0.75px;
  background: #555555;
  position: absolute;
  bottom: 1.1rem;
}

#UU240412popup .presentTTL > em::before{transform: rotate(60deg); left: -2.3rem;}
#UU240412popup .presentTTL > em::after{transform: rotate(-60deg); right: -2.0rem;}

#UU240412popup .presentTTL > span{
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.14em;
  font-weight: 500;
  font-feature-settings: 'palt';
}

#UU240412popup .presentImg{
  display: block;
  width: 21rem;
  margin: 0 auto;
  background: #FFFFFF;
}


/*******************************
.presentSection
*******************************/
#UU240412popup .profileSection{
  display: block;
  width: 54rem;
  margin: 0 auto;
}

#UU240412popup .profileSection .lpTTL{
  margin-bottom: 2.5rem;
  transform: translateX(0.1rem);
}

#UU240412popup .profileBox{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0 6rem;
  width: 54rem;
}

#UU240412popup .profileBox .profile{
  display: block;
  width: calc(50% - 3rem);
}

#UU240412popup .profileBox .profile > figure{
  display: block;
  width: 17rem;
  margin: 0 auto 2.6rem;
}
#UU240412popup .profileBox .profile > figure img{display: block; width: 100%; height: auto;}

#UU240412popup .profileBox .profile > dl{display: block;}

#UU240412popup .profileBox .profile > dl > dt{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.77428rem;
  text-align: center;
  letter-spacing: 0.045em;
  line-height: 1;
  font-feature-settings: 'palt';
  width: 100%;
}

#UU240412popup .profileBox .profile > dl > dt  > span{
  display: inline-block;
  padding-right: 0.57em;
  font-size: 1.38rem;
}

#UU240412popup .profileBox .profile > dl > dd{
  display: block;
  width: 100%;
  margin-top: 2.3rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: justify;
  letter-spacing: 0.06em;
  font-feature-settings: 'palt';
}

#UU240412popup .profileBox .profile:nth-of-type(1) > dl > dd{width: 100.4%;}


/*******************************
.youtubeSection
*******************************/
#UU240412popup .youtubeSection{
  display: block;
  width: 80rem;
  margin: 0 auto;
  padding-top: 12.2rem;
}

#UU240412popup .youtubeSection .lpTTL{
  margin-bottom: 4rem;
  transform: translateX(0.1rem);
  letter-spacing: 0.11em;
}

#UU240412popup .yutuobeOuter{
  display: block;
  width: 100%;
}
#UU240412popup .yutuobeOuter .inner{
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
}

#UU240412popup .yutuobeOuter .inner > iframe{
  width: 100%;
  height: 100%;
}

/*******************************
allItemBtn
*******************************/
#UU240412popup .allItemBtn{
  display: block;
  width: 44rem;
  height: 6.2rem;
  margin: 11.8rem auto 0;
  background-color: #F1F1F1;
}

#UU240412popup .allItemBtn > a{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1rem;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #555555;
  text-decoration: none;
}

#UU240412popup .allItemBtn > a::after{
  content: '';
  display: block;
  width: 0.5rem;
  height: 1rem;
  background: url("../img/icon_btn_arrow.svg") center center no-repeat;
  background-size: 100% auto;
}


/*******************************
figSlider
*******************************/
#UU240412popup .figSlider{
	overflow: hidden;
	position: relative;
}

#UU240412popup .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#UU240412popup .figSlider .sliderWrapper{}

#UU240412popup .figSlider .slider{
  display: block;
  width: 100%;
}

#UU240412popup .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#UU240412popup .figSlider .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#UU240412popup .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#UU240412popup .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 1.4rem;
  gap: 0 0.8rem;
}

#UU240412popup #sec02 .figSlider ul.pager{justify-content: flex-end;}


#UU240412popup .figSlider ul.pager > li{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  margin: 0;
  background: #C1C0C0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
}

#UU240412popup .figSlider ul.pager > li.swiper-pagination-bullet-active{
  background: #656565;
  pointer-events: none;
}

/*******************************
overRide
*******************************/
#UU240412popup .spView{display: none;}











