@charset "UTF-8";

/*******************************
MO240222LIMITED
*******************************/
#MO240222LIMITED{
  display: block;
  width: 100%;
  color: #000000;
  box-sizing: border-box;
}

#MO240222LIMITED *{box-sizing: border-box;}

/*******************************
mvImg
*******************************/
#MO240222LIMITED .mvImg{
  display: block;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}
#MO240222LIMITED .mvImg > a{display: block;}

#MO240222LIMITED .mvImg picture,
#MO240222LIMITED .mvImg img{display: block; width: 100%; height: auto;}


/*******************************
lede
*******************************/
#MO240222LIMITED .lede{
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 8rem 0 12rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.933333333333333;
  font-weight: 500;
  margin-top: -1.45rem;
  margin-bottom: -1.45rem;
}
#MO240222LIMITED .lede > p{font-weight: 500;}


/*******************************
ancList
*******************************/
#MO240222LIMITED .ancList{
  display: block;
  width: 100%;
  margin-bottom: 4.8rem;
}


#MO240222LIMITED .ancList > ol{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 6rem;
}

#MO240222LIMITED .ancList > ol > li{
  display: block;
  width: 13.6rem;
}
#MO240222LIMITED .ancList > ol > li > a{
  display: block;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: #000000;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
}

#MO240222LIMITED .ancList > ol > li > a > em{
  display: block;
  font-size: 3.6rem;
  line-height: 0.7;
  letter-spacing: 0.05em;
  position: absolute;
  left: -0.3rem;
  top: 0;
  font-style: normal;
}

#MO240222LIMITED .ancList > ol > li > a > figure{
  display: block;
  width: 100%;
  margin-bottom: 2.2rem;
}
#MO240222LIMITED .ancList > ol > li > a > figure > img{display: block; width: 100%; height: auto;}

#MO240222LIMITED .ancList > ol > li > a > span{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 0.3rem;
  padding-left: 0.3rem;
  font-size: 1.36923rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
#MO240222LIMITED .ancList > ol > li > a > span::after{
  content: '';
  display: block;
  width: 1.2rem;
  height: 0.7rem;
  background: url("../img/icon_anc.svg") center center no-repeat;
  background-size: 100% auto;
  transform: translateY(-0.1em);
}


/*******************************
fadeInSetting
*******************************/
#MO240222LIMITED .fadeInBlock:not(.fadeSP),
#MO240222LIMITED .fadeInList:not(.fadeSP) > *{
  visibility: hidden;
  opacity: 0;
  transform: translate(0, 0);
  transition: opacity 1.5s ease, transform 1.5s ease;
  pointer-events: none;
}


#MO240222LIMITED .fadeInBlock:not(.fadeSP).leftIn,
#MO240222LIMITED .fadeInList:not(.fadeSP).leftIn > *{
  transform: translateX(-20%);
}

#MO240222LIMITED .fadeInBlock:not(.fadeSP).rightIn,
#MO240222LIMITED .fadeInList.rightIn > *{
  transform: translateX(8%);
}

#MO240222LIMITED .fadeInBlock:not(.fadeSP).upIn,
#MO240222LIMITED .fadeInList:not(.fadeSP).upIn > *{
  transform: translateY(8%);
}

#MO240222LIMITED .fadeInBlock:not(.fadeSP).downIn,
#MO240222LIMITED .fadeInList:not(.fadeSP).downIn > *{
  transform: translateY(-8%);
}

#MO240222LIMITED .fadeInBlock:not(.fadeSP).view,
#MO240222LIMITED .fadeInList:not(.fadeSP) > *.view{
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: inherit;
}



/*******************************
common
*******************************/
#MO240222LIMITED .allitemBtn{
  display: block;
  width: 100%;
  max-width: 38rem;
  margin: 12rem auto 12rem;
}

#MO240222LIMITED .allitemBtn > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.4rem;
  border: 1px solid #000000;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.06em;
}



/*ttl **/
#MO240222LIMITED .ttl{
  display: block;
  font-feature-settings: "palt";
}

#MO240222LIMITED .ttl > h2{
  display: block;
  margin-bottom: 1.4rem;
  font-family: "游明朝", "YuMincho", serif;
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1.826086956521739;
  text-align: left;
  letter-spacing: 0.06em;
}
#MO240222LIMITED .ttl > h2 > span{
  display: block;
  margin-bottom: calc(2.1rem - 0.28em);
  font-family: "garamond-premier-pro", serif;
  font-size: 3rem;
  letter-spacing: 0.05em;
  line-height: 0.7;
}


#MO240222LIMITED .ttl dl.color{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.9rem;
}

#MO240222LIMITED .ttl dl.color > dt{
  display: block;
  padding-top: 0.3em;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

#MO240222LIMITED .ttl dl.color > dd{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  height: 1.8rem;
  width: 4.4rem;
  padding-bottom: 0.15em;
  background: #f6edd5;
  font-family: "acumin-pro", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}

#MO240222LIMITED .ttl dl.color > dd.ivr{background-color: #f6edd5; color: #000000;}
#MO240222LIMITED .ttl dl.color > dd.nvy{background-color: #2a3459; color: #FFFFFF;}
#MO240222LIMITED .ttl dl.color > dd.gry{background-color: #5e5e66; color: #FFFFFF;}


/*img **/
#MO240222LIMITED .img{display: block;}
#MO240222LIMITED .img a,
#MO240222LIMITED .img img{
  display: block;
  width: 100%;
  height: auto;
}


/*first img **/
#MO240222LIMITED .first .img{
  display: block;
  width: 45rem;
}


/*staffInfo **/
#MO240222LIMITED .staffInfo{
  display: block;
  margin-top: 4rem;
  padding-top: 2.1rem;
  padding-left: 2.4rem;
  border-left: 1px solid #000000;
  font-feature-settings: "palt";
}

#MO240222LIMITED .staffInfo .namePlace{
  display: block;
  margin-bottom: 1.8rem;
}

#MO240222LIMITED .staffInfo .namePlace > .name{
  display: block;
  margin-bottom: calc(1.5rem - 0.3rem);
  font-family: "garamond-premier-pro", serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

#MO240222LIMITED .staffInfo .namePlace > .place{
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 500;
}

#MO240222LIMITED .staffInfo .btnSnap{
  display: block;
}

#MO240222LIMITED .staffInfo .btnSnap > a{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 9.1rem;
  height: 2.7rem;
  border: 1px solid #000000;
  gap: 0 0.5rem;
  padding-left: 0.2rem;
}

#MO240222LIMITED .staffInfo .btnSnap > a > em{
  display: block;
  width: 2.07803rem;
  height: 1.07075rem;
  background: url("../img/icon_snap.svg") center center no-repeat;
  background-size: 100% auto;
}

#MO240222LIMITED .staffInfo .btnSnap > a > span{
  display: block;
  padding-top: 0.1em;
  font-family: "garamond-premier-pro", serif;
  font-size: 1.7rem;
  line-height: 1;
  letter-spacing: 0.05em;
}



/*itemsLink **/
#MO240222LIMITED .itemLinks{
  display: block;
  text-align: right;
  font-feature-settings: "palt";
}

#MO240222LIMITED .itemLinks > ul{
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-bottom: -0.52rem;
}

#MO240222LIMITED .itemLinks > ul > li{display: block;}
#MO240222LIMITED .itemLinks > ul > li > a{
  font-family: "pragmatica", sans-serif;
  font-weight: 300;
  font-style: normal;
}



/*itemsLink **/
#MO240222LIMITED .pointText{
  display: block;
  width: 100%;
  text-align: right;
  font-feature-settings: "palt";
}

#MO240222LIMITED .pointText > dl{
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  position: relative;
  padding-top: 0.5rem;
  padding-right: 2.2rem;
}

#MO240222LIMITED .pointText > dl::before,
#MO240222LIMITED .pointText > dl::after{
  content: '';
  display: block;
  height: calc(50% - 0.6rem);
  width: 1px;
  background: #000000;
  position: absolute;
  right: 0;
}
#MO240222LIMITED .pointText > dl::before{top: 0;}
#MO240222LIMITED .pointText > dl::after{bottom: 0;}


#MO240222LIMITED .pointText > dl > dt{
  display: block;
  margin-bottom: calc(2rem - 0.5rem - 0.1em);
  font-family: "garamond-premier-pro", serif;
  font-size: 1.8rem;
  line-height: 0.7;
  letter-spacing: 0.05em;
}

#MO240222LIMITED .pointText > dl > dd{
  display: block;
  margin-bottom: -0.5rem;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.714285714285714;
}

#MO240222LIMITED .pointText > dl > dd::after{
  content: '';
  display: block;
  width: 0.6rem;
  height: 1.2rem;
  background: url("../img/arrow_point.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 0.6rem);
  right: -0.5rem;
}


/*figSlider **/
#MO240222LIMITED .figSlider{
	overflow: hidden;
	position: relative;
}

#MO240222LIMITED .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

#MO240222LIMITED .figSlider .sliderWrapper{}

#MO240222LIMITED .figSlider .slider{
  display: block;
  width: 100%;
}

#MO240222LIMITED .figSlider .slider a{
  display: block;
  width: 100%;
  height: auto;
}

#MO240222LIMITED .figSlider .slider a > img{
  display: block;
  width: 100%;
  height: auto;
}

#MO240222LIMITED .figSlider .slider.swiper-slide-active{
  pointer-events: auto;
}

#MO240222LIMITED .figSlider ul.pager{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.7rem;
  width: 100%;
  margin-top: 1.5rem;
}

#MO240222LIMITED .figSlider ul.pager > li{
  display: block;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  border: 1px solid #929292;
  transition: background 0.3s ease;
  cursor: pointer;
}

#MO240222LIMITED .figSlider ul.pager > li.swiper-pagination-bullet-active{
  background: #929292;
  pointer-events: none;
}


/*******************************
#sec01
*******************************/
#sec01{
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 10rem;
  padding-bottom: 10rem;
  box-sizing: border-box;
}

#sec01 > .first{
  display: block;
  width: 100%;
  max-width: 84rem;
  min-height: 60rem;
  margin: 0 auto 13rem;
  padding-top: 3.3rem;
  padding-right: 49rem;
  position: relative;
  box-sizing: border-box;
}

#sec01 > .first:after {
  content: "";
  display: block;
  clear: both;
} 

#sec01 > .first > .img{
  position: absolute;
  right: 0;
  top: 0;
}

#sec01 > .first > .itemLinks{
  width: calc(100% - 49rem);
}

#sec01 > .first > .itemLinks{
  position: absolute;
  bottom: 0;
}


#sec01 > .pcColumn{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 104.0rem;
  margin: 0 auto;
}


/*second **/
#sec01 > .pcColumn > .second{
  display: block;
  width: 30rem;
}

#sec01 > .pcColumn > .second > .img{
  width: 30rem;
}


#sec01 > .pcColumn > .second > .textImg{
  padding: 8.6rem 7.5rem 5.3rem 0;
  position: relative;
}

#sec01 > .pcColumn > .second > .textImg > .img{
  width: 24rem;
  position: absolute;
  right: -20.5rem;
  bottom: 0;
}


/*third **/
#sec01 > .pcColumn > .third{
  display: block;
  width: calc(100% - 30rem);
}

#sec01 > .pcColumn > .third > .textImg{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 4rem;
  width: 100%;
}


#sec01 > .pcColumn > .third .pointText{
  display: block;
  width: calc(100% - 42.4rem);
  padding-top: 9.5rem;
}


#sec01 > .pcColumn > .third > .textImg .img{
  display: block;
  width: 38.4rem;
}


#sec01 > .pcColumn > .third > .textImg .figSlider{
	overflow: hidden;
	position: relative;
}


#sec01 > .pcColumn > .third > .textImg .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


/*******************************
#sec02
*******************************/
#sec02{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
  background: #f0f2ea;
  box-sizing: border-box;
}

#MO240222LIMITED #sec02 .staffInfo{padding-left: 2.5rem;}

#sec02 > .first{
  display: block;
  width: 100%;
  max-width: 84rem;
  min-height: 60rem;
  margin: 0 auto 13rem;
  padding-top: 3.4rem;
  padding-left: 49rem;
  position: relative;
  box-sizing: border-box;
}

#sec02 > .first:after {
  content: "";
  display: block;
  clear: both;
} 

#sec02 > .first > .img{
  position: absolute;
  left: 0;
  top: 0;
}


#sec02 > .first > .ttl,
#sec02 > .first > .staffInfo{
  margin-left: 8rem;
}


#sec02 > .first > .itemLinks{
  width: 100%;
  text-align: left;
}

#sec02 > .first > .itemLinks{
  position: absolute;
  bottom: 0;
}


#sec02 > .pcColumn{
  display: block;
  max-width: 112.0rem;
  margin: 0 auto;
}


/*second **/
#sec02 > .pcColumn > .second{
  display: block;
  padding-left: 16rem;
}

#sec02 > .pcColumn > .second > .textImg{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

#sec02 > .pcColumn > .second > .textImg > .pointText{
  width: calc(100% - 73rem);
  padding-right: 4rem;
  padding-top: 6.2rem;
}

#sec02 > .pcColumn > .second > .textImg > .img{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 1rem;
  width: 73rem;
}


/*third **/
#sec02 > .pcColumn > .third{
  display: block;
  width: 100%;
}

#sec02 > .pcColumn > .third > .textImg{
  display: block;
  width: 100%;
  padding-top: 8.8rem;
  padding-left: 29.4rem;
  position: relative;
}


#sec02 > .pcColumn > .third .pointText{
  display: block;
  width: 100%;
  text-align: left;
}

#MO240222LIMITED #sec02 > .pcColumn > .third .pointText > dl{
  padding-left: 2rem;
  padding-right: 0;
}

#MO240222LIMITED #sec02 > .pcColumn > .third .pointText > dl::before,
#MO240222LIMITED #sec02 > .pcColumn > .third .pointText > dl::after{
  right: inherit;
  left: 0;
}


#MO240222LIMITED #sec02 > .pcColumn > .third .pointText > dl > dd::after{
  right: inherit;
  left: -0.5rem;
  transform: rotate(180deg);
}


#sec02 > .pcColumn > .third > .textImg .img{
  display: block;
  width: 25.5rem;
  position: absolute;
  left: 0;
  bottom: 0;
}


/*******************************
#sec03
*******************************/
#sec03{
  display: block;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-top: 10rem;
  box-sizing: border-box;
}

#sec03 > .first{
  display: block;
  width: 100%;
  max-width: 84rem;
  min-height: 60rem;
  margin: 0 auto 13rem;
  padding-top: 3.4rem;
  padding-right: 49rem;
  position: relative;
  box-sizing: border-box;
}

#sec03 > .first:after {
  content: "";
  display: block;
  clear: both;
} 

#sec03 > .first > .img{
  position: absolute;
  right: 0;
  top: 0;
}

#sec03 > .first > .itemLinks{
  width: calc(100% - 49rem);
}

#sec03 > .first > .itemLinks{
  position: absolute;
  bottom: 0;
}


#sec03 > .pcColumn{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 104.0rem;
  margin: 0 auto;
}


/*second **/
#sec03 > .pcColumn > .second{
  display: block;
  width: 50.6rem;
}



#sec03 > .pcColumn > .second > .textImg:nth-of-type(1){
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  position: relative;
  gap: 0 2.9rem;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .img{
  width: 27rem;
  order: 1;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .pointText{
  width: calc(100% - 30.5rem);
  padding-top: 7.5rem;
  order: 2;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .pointText > dl{
  padding-left: 2rem;
  padding-right: 0;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .pointText > dl::before,
#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .pointText > dl::after{
  right: inherit;
  left: 0;
}


#sec03 > .pcColumn > .second > .textImg:nth-of-type(1) > .pointText > dl > dd::after{
  right: inherit;
  left: -0.5rem;
  transform: rotate(180deg);
}


#sec03 > .pcColumn > .second > .textImg:nth-of-type(2){
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 31.2rem 0 0;
  position: relative;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(2) > .img{
  width: 27rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

#sec03 > .pcColumn > .second > .textImg:nth-of-type(2) > .pointText{
  width: 100%;
  padding-top: 12.6rem;
  padding-bottom: 5.3rem;
}



/*third **/
#sec03 > .pcColumn > .third{
  display: block;
  width: 38.4rem;
}


#sec03 > .pcColumn > .third > .figSlider{
	overflow: hidden;
	position: relative;
}


#sec03 > .pcColumn > .third > .figSlider .container{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}


/*******************************
overRide
*******************************/
#MO240222LIMITED .spView{display: none;}











