@charset "UTF-8";

@media (max-width: 1400px) and (min-width: 768px) {
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}

/*******************************
FR250310official
*******************************/
#FR250310official{
  display: block;
  width: 100%;
  padding: 0 0 13.3rem;
  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;
}

#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: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
  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.2em 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 1.2rem;
  width: calc(100% - 2rem);
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 2;
}

#FR250310official .figSlider ul.pager > li{
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  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: 120rem;
  margin: 0 auto 6rem;
}

#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 12.4rem;
}

#FR250310official .firstLede p{
  font-family: "ryo-text-plusn", serif;
  font-size: 1.3rem;
  line-height: 2;
  letter-spacing: 0.14em;
  text-align: center;
  color: #58595B;
  font-weight: 400;
  font-feature-settings: "palt";
      -webkit-font-smoothing: auto;
}

#FR250310official .firstLede p + p{
  margin-top: 2.7rem;
}

/*******************************
sec01
*******************************/
#FR250310official #sec01{
  display: block;
  width: 96.64512rem;
  margin: 0 auto 18rem;
  position: relative;
  transform: translateX(2.32256rem);
}


#FR250310official #sec01 .secTTL{
  position: absolute;
  left: 56rem;
  top: 38.8rem;
}

#FR250310official #sec01 .secTTL picture:nth-of-type(1){
  width: 18.9rem;
  margin-bottom: 3rem;
}
#FR250310official #sec01 .secTTL picture:nth-of-type(2){
  width: 24.33726rem;
  margin-bottom: 2.9rem;
}
#FR250310official #sec01 .secTTL picture:nth-of-type(3){
  width: 40.54351rem;
}


#FR250310official #sec01 .img01{
  display: block;
  width: 50rem;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}

#FR250310official #sec01 .img01::after{
  content: '';
  display: block;
  width: 45rem;
  height: 67.5rem;
  background: url("../img/img_01_01_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: -1;
  left: -3rem;
  top: -3rem;
}


#FR250310official #sec01 .creditArea{
  display: block;
  position: absolute;
  left: 56rem;
  bottom: 11.3rem;
  z-index: 3;
}




/*******************************
sec02
*******************************/
#FR250310official #sec02{
  display: block;
  width: 89rem;
  margin: 0 auto 18.1rem;
  padding-bottom: 33.7294rem;
  position: relative;
  transform: translateX(0.5rem);
}


#FR250310official #sec02 .secTTL{
  position: absolute;
  left: 0;
  top: 23.4rem;
}

#FR250310official #sec02 .secTTL picture:nth-of-type(1){
  width: 19.2rem;
  margin-bottom: 3.3rem;
}
#FR250310official #sec02 .secTTL picture:nth-of-type(2){
  width: 16.06777rem;
  margin-bottom: 2.9rem;
  transform: translateX(0.2rem);
}
#FR250310official #sec02 .secTTL picture:nth-of-type(3){
  width: 29.23755rem;
  transform: translateX(0.2rem);
}


#FR250310official #sec02 .img01{
  display: block;
  width: 46rem;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

#FR250310official #sec02 .img02{
  display: block;
  width: 38rem;
  position: absolute;
  left: 14rem;
  top: 46rem;
  z-index: 4;
}


#FR250310official #sec02 .img02::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}


#FR250310official #sec02 .creditArea{
  display: block;
  position: absolute;
  left: 54.8rem;
  bottom: -0.6rem;
  z-index: 3;
}

#FR250310official #sec02 .creditArea .creditLinks > a,
#FR250310official #sec02 .creditArea .creditLinks > span{
  letter-spacing: 0.04em;
}

#FR250310official #sec02 .creditArea .creditLinks > a::after,
#FR250310official #sec02 .creditArea .creditLinks > span::after{display: none;}

/*******************************
sec03
*******************************/
#FR250310official #sec03{
  display: block;
  width: 54rem;
  margin: 0 auto 17.5rem;
  position: relative;
  transform: translateX(0);
}


#FR250310official #sec03 .secTTL{
  align-items: center;
  margin-bottom: 4.9rem;
}

#FR250310official #sec03 .secTTL picture:nth-of-type(1){
  width: 19.18384rem;
  margin-bottom: 3.3rem;
}
#FR250310official #sec03 .secTTL picture:nth-of-type(2){
  width: 51.39531rem;
}
/*
#FR250310official #sec03 .secTTL picture:nth-of-type(3){
  width: 29.23755rem;
}
*/


#FR250310official #sec03 .img01{
  display: block;
  width: 100%;
  margin: 0 auto 6rem;
  position: relative;
  z-index: 1;
}

#FR250310official #sec03 .img02{
  display: block;
  width: 45rem;
  padding: 1.5rem;
  background: url("../img/img_03_02_bg.jpg") center center no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
}


#FR250310official #sec03 .creditArea{
  display: block;
  padding-top: 2.7rem;
}


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

#FR250310official #sec03 .creditArea .creditLinks a{
  letter-spacing: 0.04em;
}



/*******************************
sec04
*******************************/
#FR250310official #sec04{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 104rem;
  margin: 0 auto 18.2rem;
  position: relative;
  transform: translateX(0);
}


#FR250310official #sec04 .secTTL{
  position: absolute;
  left: 52rem;
  top: 12.3rem;
}

#FR250310official #sec04 .secTTL picture:nth-of-type(1){
  width: 19.19039rem;
  margin-bottom: 3.3rem;
}
#FR250310official #sec04 .secTTL picture:nth-of-type(2){
  width: 19.41563rem;
  margin-bottom: 2.8rem;
  transform: translateX(0.1rem);
}

#FR250310official #sec04 .secTTL picture:nth-of-type(3){
  width: 33.07153rem;
  transform: translateX(0.2rem);
}



#FR250310official #sec04 .img01{
  order: 2;
  display: block;
  width: 40rem;
  margin-top: 43.5rem;
  position: relative;
  z-index: 1;
}

#FR250310official #sec04 .img02{
  display: block;
  width: 46rem;
}


#FR250310official #sec04 .creditArea{
  position: absolute;
  left: 52rem;
  top: 33.9rem;
}

#FR250310official #sec04 .creditArea .creditLinks > a{
  letter-spacing: 0.04em;
}

/*******************************
sec05
*******************************/
#FR250310official #sec05{
  display: block;
  width: 50rem;
  margin: 0 auto 17.5rem;
  position: relative;
  transform: translateX(0);
}


#FR250310official #sec05 .secTTL{
  align-items: center;
  margin-bottom: 6rem;
}

#FR250310official #sec05 .secTTL picture:nth-of-type(1){
  width: 19.18384rem;
  margin-bottom: 3.3rem;
}
#FR250310official #sec05 .secTTL picture:nth-of-type(2){
  width: 26.20176rem;
  margin-bottom: 2.3042rem;
  transform: translateX(-0.2rem);
}

#FR250310official #sec05 .secTTL picture:nth-of-type(3){
  width: 36.06548rem;
  transform: translateX(-0.2rem);
}



#FR250310official #sec05 .img01{
  display: block;
  width: 100%;
  margin: 0 auto 5rem;
  position: relative;
  z-index: 1;
}

#FR250310official #sec05 .img01::after{
  content: '';
  display: block;
  width: 48rem;
  height: 73rem;
  background: url("../img/img_05_01_bg.jpg") center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 5rem;
  top: 5rem;
  z-index: -1;
}


#FR250310official #sec05 .creditArea{
  display: block;
  padding-top: 0.7rem;
}


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

#FR250310official #sec05 .creditArea .creditLinks > a{
  letter-spacing: 0.04em;
}

/*******************************
sec06
*******************************/
#FR250310official #sec06{
  display: block;
  width: 81rem;
  margin: 0 auto 14rem;
  padding-bottom: 21.9758rem;
  position: relative;
  transform: translateX(-3rem);
}


#FR250310official #sec06 .secTTL{
  position: absolute;
  left: 58.86201rem;
  top: 24.9rem;
}

#FR250310official #sec06 .secTTL picture:nth-of-type(1){
  width: 19.2rem;
  margin-bottom: 3.3rem;
}
#FR250310official #sec06 .secTTL picture:nth-of-type(2){
  width: 18.88184rem;
  margin-bottom: 3rem;
}
#FR250310official #sec06 .secTTL picture:nth-of-type(3){
  width: 30.97153rem;
}


#FR250310official #sec06 .img01{
  display: block;
  width: 53rem;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}

#FR250310official #sec06 .img02{
  display: block;
  width: 36rem;
  position: absolute;
  left: 45rem;
  top: 47.5rem;
  z-index: 4;
}


#FR250310official #sec06 .img02::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
  box-sizing: border-box;
}


#FR250310official #sec06 .creditArea{
  display: block;
  position: absolute;
  left: 0;
  top: 82.1rem;
  z-index: 3;
}

#FR250310official #sec06 .creditArea .creditLinks > a{
  letter-spacing: 0.04em;
}


/*******************************
allItemBtn
*******************************/
#FR250310official .allItemBtn{
  display: block;
  width: 12.3rem;
  margin: 0 auto 13.3rem;
  position: relative;
}

#FR250310official .allItemBtn a,
#FR250310official .allItemBtn img{
  display: block;
  width: 100%;
  height: auto;
  padding-bottom: calc(0.4rem + 3px);
  position: relative;
  font-family: "scotch-display", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1.272727272727273;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: center;
  color: #000000;
  white-space: nowrap;
}

#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: 11.98765rem;
  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: 1.4rem;
  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: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.056em;
  font-feature-settings: "palt";
}


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











