@charset "UTF-8";


.archive{border-top: none!important;}

/*******************************
FR250310official
*******************************/
#FR250310official{
  display: block;
  width: 100%;
  padding: 0 0 calc(144 * (100vw / 750));
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
}

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


#FR250310official .lpSection{
  display: block;
  width: 100%;
  overflow: hidden;
}

/*******************************
img setting
*******************************/
#FR250310official .imgOuter{
  display: block;
  width: 100%;
  height: auto;
  background: #FFFFFF;
  pointer-events: none;
}

#FR250310official .imgOuter > .outer,
#FR250310official .imgOuter picture,
#FR250310official .imgOuter img{
  display: block;
  width: 100%;
  height: auto;
}
#FR250310official .imgOuter > a{
  display: block;
  width: 100%;
  height: auto;
  pointer-events: auto;
}


/*******************************
creditLinks
*******************************/
#FR250310official .creditArea{
  display: block;
  padding-top: calc(32 * (100vw / 750));
}

#FR250310official .creditLinks{
  display: block;
  white-space: nowrap;
}

#FR250310official .creditLinks > a,
#FR250310official .creditLinks > span{
  display: inline-block;
  white-space: nowrap;
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(23 * (100vw / 750));
  letter-spacing: 0.04em;
  line-height: 1.85;
  color: #58595B;
  text-decoration: none;
  font-feature-settings: "palt";
}

#FR250310official .creditLinks > a:not(:nth-last-of-type(1))::after,
#FR250310official .creditLinks > span:not(:nth-last-of-type(1))::after{
  content: ',';
  display: inline-block;
  padding: 0 0.11em 0 0;
}

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

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

#FR250310official .figSlider .sliderWrapper{}

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

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

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

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

#FR250310official .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0 calc(20 * (100vw / 750));
  width: calc(100% - 40 * (100vw / 750));
  position: absolute;
  left: calc(20 * (100vw / 750));
  bottom: calc(20 * (100vw / 750));
  z-index: 2;
}

#FR250310official .figSlider ul.pager > li{
  display: block;
  width: calc(10 * (100vw / 750));
  height: calc(10 * (100vw / 750));
  background-color: inherit;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  transition: background 0.3s ease;
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

#FR250310official .figSlider ul.pager > li.swiper-pagination-bullet-active{
  opacity: 1;
  background: #FFFFFF;
}



/*******************************
fadeInSetting
*******************************/
#FR250310official .fadeInBlock{
  opacity: 0;
  transition: opacity 1s ease;
  /*transform: translate(0,6rem);
  transition: opacity 1s ease,transform 1s ease;
  */
}

#FR250310official .fadeInBlock.view{
  opacity: 1;
  /*transform: translate(0,0);*/
}


/*******************************
secTTL
*******************************/
#FR250310official .secTTL{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  z-index: 2;
  pointer-events: none;
}

#FR250310official .secTTL picture{
  display: block;
  overflow: hidden;
}

#FR250310official .secTTL picture img{
  display: block;
  width: 100%;
  height: auto;
  transform: translateY(100%);
  transition: transform .8s ease;
}

#FR250310official .secTTL.view picture img{
  transform: translateY(0);
}


/*******************************
mvBlock
*******************************/
#FR250310official .mvBlock{
  display: block;
  width: 100%;
  margin: 0 auto calc(110 * (100vw / 750));
}

#FR250310official .mvBlock .mvOuter{
  display: block;
  width: 100%;
  height: auto;
}

#FR250310official .mvBlock picture,
#FR250310official .mvBlock img{
  display: block;
  width: 100%;
  height: auto;
}

/*******************************
firstLede
*******************************/
#FR250310official .firstLede{
  display: block;
  margin: 0 auto calc(166 * (100vw / 750));
}

#FR250310official .firstLede p{
  font-family: "ryo-text-plusn", serif;
  font-size: calc(26 * (100vw / 750));
  line-height: 2;
  letter-spacing: 0.16em;
  text-align: center;
  color: #58595B;
  font-weight: 400;
  font-feature-settings: "palt";
}

#FR250310official .firstLede p + p{
  margin-top: calc(34 * (100vw / 750));
}

#FR250310official .firstLede p + p + p{
  margin-top: calc(32 * (100vw / 750));
}

/*******************************
sec01
*******************************/
#FR250310official #sec01{
  display: block;
  margin: 0 auto calc(192 * (100vw / 750));
  position: relative;
}


#FR250310official #sec01 .secTTL{
  align-items: flex-end;
  width: calc(670 * (100vw / 750));
  margin-bottom: calc(130 * (100vw / 750));
  margin-left: calc(42 * (100vw / 750));
}

#FR250310official #sec01 .secTTL picture:nth-of-type(1){
  width: calc(292 * (100vw / 750));
  margin-bottom: calc(54 * (100vw / 750));
}
#FR250310official #sec01 .secTTL picture:nth-of-type(2){
  width: calc(325.9443 * (100vw / 750));
  margin-bottom: calc(38.8521 * (100vw / 750));
}
#FR250310official #sec01 .secTTL picture:nth-of-type(3){
  width: calc(542.9941 * (100vw / 750));
}


#FR250310official #sec01 .img01{
  display: block;
  width: calc(670 * (100vw / 750));
  margin: 0 auto 0;
  position: relative;
  z-index: 1;
}

#FR250310official #sec01 .img01::after{
  content: '';
  display: block;
  width: calc(600 * (100vw / 750));
  height: calc(900 * (100vw / 750));
  background: url("../img/img_01_01_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: calc(-40 * (100vw / 750));
  top: calc(-40 * (100vw / 750));
}


#FR250310official #sec01 .creditArea{
  width: calc(670 * (100vw / 750));
  margin: 0 auto;
}
#FR250310official #sec01 .creditArea .creditLinks{text-align: right;}


/*******************************
sec02
*******************************/
#FR250310official #sec02{
  display: block;
  margin: 0 auto calc(188 * (100vw / 750));
  position: relative;
}


#FR250310official #sec02 .secTTL{
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: calc(90 * (100vw / 750));
  margin-left: calc(39 * (100vw / 750));
}

#FR250310official #sec02 .secTTL picture:nth-of-type(1){
  width: 100%;
  margin-bottom: calc(54 * (100vw / 750));
}
#FR250310official #sec02 .secTTL picture:nth-of-type(1) > img{
  width: calc(298 * (100vw / 750));
}

#FR250310official #sec02 .secTTL picture:nth-of-type(2){
  width: calc(208.8828 * (100vw / 750));
  margin-right: calc(27.2207 * (100vw / 750));
}
#FR250310official #sec02 .secTTL picture:nth-of-type(3){
  width: calc(380.0918 * (100vw / 750));
}


#FR250310official #sec02 .img01{
  display: block;
  width: calc(640 * (100vw / 750));
  margin: 0 0 calc(60 * (100vw / 750)) auto;
  position: relative;
  z-index: 1;
}

#FR250310official #sec02 .img02{
  display: block;
  width: calc(580 * (100vw / 750));
  margin: 0 auto 0 calc(40 * (100vw / 750));
  position: relative;
  z-index: 1;
}


#FR250310official #sec02 .creditArea{
  width: calc(580 * (100vw / 750));
  margin: 0 auto 0 calc(40 * (100vw / 750));
}
#FR250310official #sec02 .creditArea .creditLinks{text-align: left;}




/*******************************
sec03
*******************************/
#FR250310official #sec03{
  display: block;
  margin: 0 auto calc(190 * (100vw / 750));
  position: relative;
}


#FR250310official #sec03 .secTTL{
  align-items: center;
  margin-bottom: calc(76 * (100vw / 750));
  margin-left: calc(4 * (100vw / 750));
}

#FR250310official #sec03 .secTTL picture:nth-of-type(1){
  width: calc(298 * (100vw / 750));
  margin-bottom: calc(58 * (100vw / 750));
}

#FR250310official #sec03 .secTTL picture:nth-of-type(2){
  width: calc(668.1426 * (100vw / 750));
}
/*
#FR250310official #sec03 .secTTL picture:nth-of-type(3){
  width: calc(380.0918 * (100vw / 750));
}
*/


#FR250310official #sec03 .img01{
  display: block;
  width: 100%;
  margin: 0 auto calc(60 * (100vw / 750)) auto;
  position: relative;
  z-index: 1;
}

#FR250310official #sec03 .img02{
  display: block;
  width: calc(600 * (100vw / 750));
  padding: calc(20 * (100vw / 750));
  background: url("../img/img_03_02_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


#FR250310official #sec03 .creditArea{
  width: calc(600  * (100vw / 750));
  margin: 0 auto;
}
#FR250310official #sec03 .creditArea .creditLinks{text-align: center;}




/*******************************
sec04
*******************************/
#FR250310official #sec04{
  display: block;
  margin: 0 auto calc(188 * (100vw / 750));
  position: relative;
}


#FR250310official #sec04 .secTTL{
  align-items: flex-start;
  margin-bottom: calc(76 * (100vw / 750));
  margin-left: calc(40 * (100vw / 750));
}

#FR250310official #sec04 .secTTL picture:nth-of-type(1){
  width: calc(297.291 * (100vw / 750));
  margin-bottom: calc(54 * (100vw / 750));
}

#FR250310official #sec04 .secTTL picture:nth-of-type(2){
  width: calc(252.4072 * (100vw / 750));
  margin-bottom: calc(38 * (100vw / 750));
}

#FR250310official #sec04 .secTTL picture:nth-of-type(3){
  width: calc(429.9326 * (100vw / 750));
}



#FR250310official #sec04 .img01{
  display: block;
  width: calc(580 * (100vw / 750));
  margin: 0 calc(35 * (100vw / 750)) calc(60 * (100vw / 750)) auto;
  position: relative;
  z-index: 1;
}

#FR250310official #sec04 .img02{
  display: block;
  width: calc(660  * (100vw / 750));
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}


#FR250310official #sec04 .creditArea{
  width: calc(660  * (100vw / 750));
  margin: 0 auto 0 calc(41  * (100vw / 750));
}
#FR250310official #sec04 .creditArea .creditLinks{text-align: left;}



/*******************************
sec05
*******************************/
#FR250310official #sec05{
  display: block;
  margin: 0 auto calc(192 * (100vw / 750));
  position: relative;
}


#FR250310official #sec05 .secTTL{
  align-items: flex-end;
  margin-bottom: calc(90 * (100vw / 750));
  margin-right: calc(38 * (100vw / 750));
}

#FR250310official #sec05 .secTTL picture:nth-of-type(1){
  width: calc(298 * (100vw / 750));
  margin-bottom: calc(58 * (100vw / 750));
}

#FR250310official #sec05 .secTTL picture:nth-of-type(2){
  width: calc(340.625 * (100vw / 750));
  margin-bottom: calc(29.9492 * (100vw / 750));
}

#FR250310official #sec05 .secTTL picture:nth-of-type(3){
  width: calc(468.8545 * (100vw / 750));
}



#FR250310official #sec05 .img01{
  display: block;
  width: calc(670 * (100vw / 750));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

#FR250310official #sec05 .img01::after{
  content: '';
  display: block;
  width: calc(670 * (100vw / 750));
  height: calc(985 * (100vw / 750));
  background: url("../img/img_05_01_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: calc(60 * (100vw / 750));
  top: calc(60 * (100vw / 750));
}


#FR250310official #sec05 .creditArea{
  padding-top: calc(72 * (100vw / 750));
}
#FR250310official #sec05 .creditArea .creditLinks{text-align: center;}



/*******************************
sec06
*******************************/
#FR250310official #sec06{
  display: block;
  margin: 0 auto calc(152 * (100vw / 750));
  position: relative;
}


#FR250310official #sec06 .secTTL{
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: calc(90 * (100vw / 750));
  margin-left: calc(35 * (100vw / 750));
}

#FR250310official #sec06 .secTTL picture:nth-of-type(1){
  width: 100%;
  margin-bottom: calc(54 * (100vw / 750));
  transform: translateX(calc(-16 * (100vw / 750)));
}

#FR250310official #sec06 .secTTL picture:nth-of-type(1) img{
  width: calc(296 * (100vw / 750));
  margin: 0 auto;
}

#FR250310official #sec06 .secTTL picture:nth-of-type(2){
  width: calc(245.4668 * (100vw / 750));
  margin-right: calc(27.2 * (100vw / 750));
}

#FR250310official #sec06 .secTTL picture:nth-of-type(3){
  width: calc(402.6348 * (100vw / 750));
}



#FR250310official #sec06 .img01{
  display: block;
  width: 100%;
  margin: 0 auto calc(62 * (100vw / 750));
  position: relative;
  z-index: 1;
}

#FR250310official #sec06 .img02{
  display: block;
  width: calc(560  * (100vw / 750));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


#FR250310official #sec06 .creditArea .creditLinks{text-align: center;}



/*******************************
allItemBtn
*******************************/
#FR250310official .allItemBtn{
  display: block;
  width: calc(242  * (100vw / 750));
  margin: 0 auto calc(160  * (100vw / 750));
  position: relative;
}

#FR250310official .allItemBtn a{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: calc(20 * (100vw / 750) + 3px);
  position: relative;
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-size: calc(44  * (100vw / 750));
  line-height: 1.227272727272727;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  color: #000000;
}

#FR250310official .allItemBtn a::before,
#FR250310official .allItemBtn a::after{
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #58595B;
  position: absolute;
  left: 0;
  bottom: 0;
}

#FR250310official .allItemBtn a::before{
  bottom: 2px;
}

#FR250310official .allItemBtn img{
  width: calc(239.7578  * (100vw / 750));
  margin: 0 auto;
}


/*******************************
lpStaffList
*******************************/
#FR250310official dl.lpStaffList{
  display: block;
  margin: 0 auto;
  overflow: hidden;
}

#FR250310official dl.lpStaffList > dt,
#FR250310official dl.lpStaffList > dd{
  display: block;
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(25 * (100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  color: #58595B;
  text-align: center;
}

#FR250310official dl.lpStaffList > dt{

}

#FR250310official dl.lpStaffList > dd{
  /*transform: translateX(0.3rem);*/
}


#FR250310official dl.lpStaffList > dd > span{
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(25 * (100vw / 750));
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  color: #58595B;
}


/*******************************
overRide
*******************************/
#FR250310official .pcView{display: none;}











