@charset "utf-8";
.pageSection__title__group{}
.pageSection__title__text{
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 10px;
  position: relative;
}
.pickup .pageSection__title__text{
  letter-spacing: 0;
  position: relative;
}
.pickup .pageSection__title__text:before,
.pickup .pageSection__title__text:after{
  background-image: url(/src/images/common/illust/sparkle_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.pickup .pageSection__title__text:before{
  left: calc(0% - 24px - 2rem);
}
.pickup .pageSection__title__text:after{
  right: calc(0% - 24px - 2rem);
  transform: translateY(-50%) scale(-1, 1);
}
.pageSection__title__subText{
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1;
  margin: 0;
  width: 100%;
}
.pageSection__note{
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 1em 0 0;
}


/* ---------------------------------------------------

	IntroPoint

--------------------------------------------------- */
.introPoint{}
.introPoint__inner{}
.introPoint__section{
  margin: 0 0 3rem;
}
.introPoint__section:last-of-type{
  margin: 0;
}
.introPoint__sec__theme{
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  justify-content: center;
  line-height: 1.4;
  margin: 0 0 1em;
  padding: 0.5em 15px;
}
.introPoint__sec__detail{}
.introPoint__sec__detail__figure{}
.introPoint__sec__detail__note{
  margin: 0 0 1.5rem;
}
.introPoint__sec__detail__note__text{
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
}
.introPoint__section.style-access .introPoint__sec__detail__note{}
.introPoint__section.style-access .introPoint__sec__detail__figure{}
.introPoint__section.style-nature .introPoint__sec__detail__note{}
.introPoint__section.style-nature .introPoint__sec__detail__figure{
  width: 200px;
}

.introPoint__sec__picture{
  padding: 1.875rem 0 0;
}
.introPoint__sec__picture__column{
  margin: 0 0 2rem;
  width: 280px;
}
.introPoint__sec__picture__column:last-of-type{
  margin: 0;
}
.introPoint__sec__picture__column img{
  border-radius: 15px;
  line-height: 1;
}
.introPoint__sec__picture__col__caption{
  display: block;
  font-size: 1rem;
  padding: 0.5em 0 0;
}


.introPoint .buttonIllust__block{
  border-top: 1px rgba(0,0,0,1.00) solid;
  margin: 1.5rem 0 0;
  padding: calc(1.5rem - 0.5rem) 0 0;
}


/* ---------------------------------------------------

	pickup

--------------------------------------------------- */
.pickup{
  margin: 0 0 3rem;
}
.pickup__group{
  padding: 2rem 0 0;
}
.pickup__block{
  margin: 0 0 2.5rem;
}
.pickup__block:last-of-type{
  margin: 0;
}
.pickup__inner{
  padding: 2.5rem 0 10rem;
  position: relative;
}
.pickup__detail{
  margin: 0 0 2rem;
  position: relative;
  z-index: 200;
}
.pickup__detail__inner{}
.pickup__detail__group{
  background-color: rgba(255,255,255,1.00);
  border-radius: 15px;
  padding: 1.5rem 15px 1rem;
}
.pickup__detail__theme{
  font-size: 1.25rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 0.5em;
  position: relative;
}
.pickup__block.style-activity .pickup__detail__theme{}
.pickup__detail__theme:after{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
}
.pickup__block.style-activity .pickup__detail__theme:after{
  background-image: url("/src/images/features/pickup01_deco01.webp");
  height: 119px;
  right: -1rem;
  top: -3.5rem;
  width: 115px;
}
.pickup__block.style-history .pickup__detail__theme:after{
  background-image: url("/src/images/features/pickup02_deco01.webp");
  height: 100px;
  top: -2rem;
  width: 100px;
}
.pickup__block.style-manufacturing .pickup__detail__theme:after{
  background-image: url("/src/images/features/pickup03_deco01.webp");
  height: 62px;
  right: -1rem;
  top: 0;
  width: 65px;
}
.pickup__block.style-music .pickup__detail__theme:after{
  background-image: url("/src/images/features/pickup04_deco01.webp");
  height: 38px;
  top: 0;
  width: 70px;
}
.pickup__detail__note{
  font-size: 1rem;
  line-height: 1.75;
  margin: 0;
}
.pickup__detail__picture{
  justify-content: center;
  padding: 1.5rem 0 0;
}
.pickup__detail__picture__column{
  margin: 0 0 1rem;
}
.pickup__detail__picture__column:last-of-type{
  margin: 0;
}
.pickup__detail__picture__column img{
  border-radius: 15px;
}
.pickup__detail__picture__col__caption{
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.5em 0 0;
}
.pickup__bg{
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 180;
  /*height: 114px;*/
}
.pickup__bg__block{
  height: 100%;
}
.pickup__bg__list{
  bottom: 0;
  height: 160px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
}
.pickup__bg__list__item{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}
.pickup__bg__list__item:only-of-type{
  width: 100%;
}

.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(1){
  background-image: url("/src/images/features/pickup01_bg01.webp");
}
.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(2){
  background-image: url("/src/images/features/pickup01_bg02.webp");
}
.pickup__block.style-history .pickup__bg__list__item:nth-of-type(1){
  background-image: url("/src/images/features/pickup02_bg01_sp.webp");
  background-position: center top;
}
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(1){
  background-image: url("/src/images/features/pickup03_bg01.webp");
}
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(2){
  background-image: url("/src/images/features/pickup03_bg02.webp");
}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(1){
  background-image: url("/src/images/features/pickup04_bg01.webp");
}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(2){
  background-image: url("/src/images/features/pickup04_bg02.webp");
}

.pickup__bg__list__item__text{
  display: none;
}
.pickup__bg__caption{
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0.5em 15px 0;
}
.pickup__block:nth-of-type(2n-1) .pickup__bg__caption{}
.pickup__block:nth-of-type(2n) .pickup__bg__caption{
  text-align: right;
  }
.pickup .buttonIllust__block{
  padding: 1rem 0 0;
  position: relative;
  z-index: 200;
}


/* ---------------------------------------------------

	pilgrimage spot

--------------------------------------------------- */
.pilgrimageSpot{
  margin: 0 0 3rem;
}
.pilgrimageSpot__outer{}
.pilgrimageSpot__inner{
  border: 1px rgba(0,0,0,1.00) solid;
  border-radius: 15px;
  padding: 1.875rem 20px;
  position: relative;
}
.pilgrimageSpot__figure__list{
  list-style: none;
  margin: 0;
  padding: 1.5rem 0 0;
}
.pilgrimageSpot__figure__list__item{
  line-height: 1;
  margin: 0 0 1rem;
}
.pilgrimageSpot__figure__list__item:last-of-type{
  margin: 0;
}
.pilgrimageSpot__figure__list__item img{
  border-radius: 15px;
}
.pilgrimageSpot .button__block{
  padding: 1.5rem 0 0;
}
.pilgrimageSpot .button__item{
  max-width: 280px;
}


/* ---------------------------------------------------

	MediaQuery

--------------------------------------------------- */
/* ------------------------------------

	Tablet-Mode

------------------------------------ */
@media screen and (min-width: 600px) {
.pageSection__title__group{}
.pickup .pageSection__title__group{}
.pageSection__title__text{
  font-size: 2rem;
  letter-spacing: 3px;
  margin: 0 0 15px;
  }
.pickup .pageSection__title__text{
  letter-spacing: 0;
  }
.pickup .pageSection__title__text:before,
.pickup .pageSection__title__text:after{
  height: 32px;
  width: 32px;
  }
.pickup .pageSection__title__text:before{
  left: calc(0% - 32px - 2.5rem);
  }
.pickup .pageSection__title__text:after{
  right: calc(0% - 32px - 2.5rem);
  }
.pageSection__title__subText{
  font-size: 1.0625rem;
  letter-spacing: 3px;
  }
.pageSection__note{}


/* ------------------------------------

	IntroPoint

------------------------------------ */
.introPoint{}
.introPoint__inner{}
.introPoint__section{}
.introPoint__sec__theme{
  font-size: 1.5rem;
  margin: 0 0 1.6em;
  }
.introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail{
  flex-direction: row-reverse;
  }
.introPoint__sec__detail__figure{}
.introPoint__sec__detail__note{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail__note{
  margin: 0 1.5rem 0 0;
  }
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail__note{
  margin: 0 0 0 1.5rem;
  }
.introPoint__sec__detail__note__text{}
.introPoint__section.style-access .introPoint__sec__detail__note{
  width: calc((100% - 1.5rem) - 300px);
  }
.introPoint__section.style-access .introPoint__sec__detail__figure{
  width: 300px;
  }
.introPoint__section.style-nature .introPoint__sec__detail__note{
  width: calc((100% - 1.5rem) - 180px);
  }
.introPoint__section.style-nature .introPoint__sec__detail__figure{
  width: 180px;
  }

.introPoint__sec__picture{}
.introPoint__sec__picture__column{
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 2)) / 3);
  }
.introPoint__sec__picture__column:nth-of-type(3n){
  margin: 0;
  }
.introPoint__sec__picture__col__caption{
  padding: 0.75em 0 0;
  }


.introPoint .buttonIllust__block{
  margin: 2rem 0 0;
  padding: calc(2rem - 1rem) 0 0;
  }


/* ------------------------------------

	pickup

------------------------------------ */
.pickup{}
.pickup__group{}
.pickup__block{}
.pickup__inner{
  padding: 3rem 0 4rem;
  }
.pickup__detail{
  margin: 0;
  }
.pickup__detail__inner{}
.pickup__detail__group{
  border-radius: 20px;
  padding: 3rem 3rem 2rem;
  max-width: 600px;
  }
.pickup__block:nth-of-type(2n-1) .pickup__detail__group{
  margin: 0 0 0 auto;
  }
.pickup__block:nth-of-type(2n) .pickup__detail__group{}
.pickup__block.style-activity .pickup__detail__group{
  position: relative;
}
.pickup__block.style-activity .pickup__detail__group:after{
  background-image: url("/src/images/features/pickup01_deco02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -5rem;
  content: "";
  display: inline-block;
  height: 96px;
  position: absolute;
  right: 0;
  width: 180px;
}
.pickup__block.style-history .pickup__detail__group{
  position: relative;
}
.pickup__block.style-history .pickup__detail__group:after{
  background-image: url("/src/images/features/pickup02_deco02.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -7rem;
  content: "";
  display: inline-block;
  height: 161px;  
  left: 1rem;
  position: absolute;
  width: 80px;
}
.pickup__detail__theme{
  font-size: 1.5rem;
  }
.pickup__block.style-activity .pickup__detail__theme{}
.pickup__detail__theme:after{}
.pickup__block.style-activity .pickup__detail__theme:after{
  height: 200px;
  right: -2rem;
  top: -8rem;
  width: 200px;
  }
.pickup__block.style-history .pickup__detail__theme:after{
  height: 140px;
  top: -4rem;
  width: 140px;
  }
.pickup__block.style-manufacturing .pickup__detail__theme:after{
  height: 122px;
  right: 0;
  top: -4rem;
  width: 130px;
  }
.pickup__block.style-music .pickup__detail__theme:after{
  height: 97px;
  right: -1rem;
  top: -4rem;
  width: 180px;
  }
.pickup__detail__note{}
.pickup__detail__picture{
  justify-content: flex-start;
  padding: 2rem 0 0;
  }
.pickup__detail__picture__column{
  margin: 0 1.5rem 0 0;
  width: calc((100% - calc(1.5rem * 1)) / 2);
  }
.pickup__detail__picture__column:nth-of-type(2n){
  margin: 0;
  }
.pickup__detail__picture__col__caption{
  padding: 0.75em 0 0;
  }
.pickup__bg{
  /*height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 180;*/
  }
.pickup__bg__block{}
.pickup__bg__list{
  bottom: inherit;
  height: 100%;
  width: 50%;
  position: relative;
  }
.pickup__block:nth-of-type(2n-1) .pickup__bg__list{}
.pickup__block:nth-of-type(2n) .pickup__bg__list{
  margin: 0 0 0 auto;
  }
.pickup__bg__list__item{
  width: 100%;
  }

.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(2){}
.pickup__block.style-history .pickup__bg__list__item:nth-of-type(1){
  background-image: url("/src/images/features/pickup02_bg01_pc.webp");
  background-position: center;
  }
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(2){}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(2){}

.pickup__bg__list__item__text{}
.pickup__bg__caption{}
.pickup .buttonIllust__block{}


/* ------------------------------------

	pilgrimage spot

------------------------------------ */
.pilgrimageSpot{
  margin: 0 0 4rem;
  }
.pilgrimageSpot__outer{}
.pilgrimageSpot__inner{}
.pilgrimageSpot__figure__list{}
.pilgrimageSpot__figure__list__item{
  margin: 0 1rem 0 0;
  width: calc((100% - calc(1rem * 1)) / 2);
  max-width: 250px;
  }
.pilgrimageSpot__figure__list__item:nth-of-type(2n){
  margin: 0;
  }
.pilgrimageSpot .button__block{}
.pilgrimageSpot .button__item{
  max-width: 320px;
  }

  

}/* /min-width: 600px */

/* ------------------------------------

	PC-Mode

------------------------------------ */
@media screen and (min-width: 1025px) {
.pageSection__title__group{}
.pickup .pageSection__title__group{}
.pageSection__title__text{
  font-size: 2.5rem;
  letter-spacing: 6px;
  }
.pickup .pageSection__title__text{
  letter-spacing: 0;
  }
.pickup .pageSection__title__text:before,
.pickup .pageSection__title__text:after{
  height: 51px;
  width: 53px;
  }
.pickup .pageSection__title__text:before{
  left: calc(0% - 53px - 3.75rem);
  }
.pickup .pageSection__title__text:after{
  right: calc(0% - 53px - 3.75rem);
  }
.pageSection__title__subText{
  font-size: 1.125rem;
  letter-spacing: 5.4px;
  }
.pageSection__note{
  font-size: 1.125rem;
  line-height: 2;
  padding: 1.5em 0 0;
  }


/* ------------------------------------

	IntroPoint

------------------------------------ */
.introPoint{}
.introPoint__inner{}
.introPoint__section{
  margin: 0 0 4rem;
  }
.introPoint__sec__theme{}
.introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail{}
.introPoint__sec__detail__figure{}
.introPoint__sec__detail__note{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail__note{
  margin: 0 2rem 0 0;
  }
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail__note{
  margin: 0 0 0 2rem;
  }
.introPoint__sec__detail__note__text{
  font-size: 1.125rem;
  line-height: 2.5;
  }
.introPoint__section.style-access .introPoint__sec__detail__note{
  width: calc((100% - 2rem) - 350px);
  }
.introPoint__section.style-access .introPoint__sec__detail__figure{
  width: 350px;
  }
.introPoint__section.style-nature .introPoint__sec__detail__note{
  width: calc((100% - 2rem) - 200px);
  }
.introPoint__section.style-nature .introPoint__sec__detail__figure{
  width: 200px;
  }

.introPoint__sec__picture{
  padding: 3.125rem 0 0;
  }
.introPoint__sec__picture__column{
  margin: 0 1.8125rem 0 0;
  width: calc((100% - calc(1.8125rem * 2)) / 3);
  }
.introPoint__sec__picture__col__caption{}

.introPoint .buttonIllust__block{
  margin: 2.8125rem 0 0;
  padding: calc(2.8125rem - 1rem) 0 0;
  }


/* ------------------------------------

	pickup

------------------------------------ */
.pickup{
  margin: 0 0 6.25rem;
  }
.pickup__group{
  padding: 5rem 0 0;
  }
.pickup__block{
  margin: 0 0 6.25rem;
  }
.pickup__inner{
  padding: 6.25rem 0 8rem;
  }
.pickup__detail{}
.pickup__detail__inner{}
.pickup__detail__group{
  border-radius: 30px;
  padding: 5.625rem 6.25rem 3.5rem;
  max-width: 850px;
  }
.pickup__block.style-activity .pickup__detail__group{}
.pickup__block.style-activity .pickup__detail__group:after{
  bottom: -13rem;
  height: 179px;
  width: 338px;
  }
.pickup__block.style-history .pickup__detail__group{}
.pickup__block.style-history .pickup__detail__group:after{
  bottom: -18rem;
  height: 322px;  
  left: 2rem;
  width: 160px;
  }
.pickup__detail__theme{
  font-size: 2.25rem;
  letter-spacing: 2px;
  line-height: 1.75;
  margin: 0 0 1.1em;
  }
.pickup__detail__theme:after{}
.pickup__block.style-activity .pickup__detail__theme:after{
  height: 267px;
  right: -3.5rem;
  top: -9rem;
  width: 258px;
  }
.pickup__block.style-history .pickup__detail__theme:after{
  height: 180px;
  top: -3rem;
  width: 180px;
  }
.pickup__block.style-manufacturing .pickup__detail__theme:after{
  height: 165px;
  right: -3rem;
  top: -2rem;
  width: 180px;
  }
.pickup__block.style-music .pickup__detail__theme:after{
  height: 137px;
  right: 0;
  top: -1rem;
  width: 255px;
  }
.pickup__detail__note{
  font-size: 1.125rem;
  line-height: 2.5;
  }
.pickup__detail__picture{
  padding: 2.5rem 0 0;
  }
.pickup__detail__picture__column{
  margin: 0 1.875rem 0 0;
  width: calc((100% - calc(1.875rem * 1)) / 2);
  }
.pickup__detail__picture__column:nth-of-type(2n){
  margin: 0;
  }
.pickup__detail__picture__col__caption{}
.pickup__bg{}
.pickup__bg__block{
  position: relative;
  }
.pickup__bg__block:before{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  }
.pickup__block:nth-of-type(2n-1) .pickup__bg__block:before{
  right: 0;
  }
.pickup__block:nth-of-type(2n) .pickup__bg__block:before{
  left: 0;
  }
.pickup__block.style-activity .pickup__bg__block:before{
  background-image: url("/src/images/features/pickup01_deco03.svg");
  height: 214px;
  width: 227px;
  }
.pickup__block.style-history .pickup__bg__block:before{
  background-image: url("/src/images/features/pickup02_deco03.svg");
  height: 189px;
  width: 245px;
  }
.pickup__block.style-manufacturing .pickup__bg__block:before{
  background-image: url("/src/images/features/pickup03_deco03.svg");
  height: 178px;
  right: 5rem;
  width: 161px;
  }
.pickup__block.style-music .pickup__bg__block:before{
  background-image: url("/src/images/features/pickup04_deco03.svg");
  height: 183px;
  left: 5rem;
  width: 146px;
  }
.pickup__bg__list{}
.pickup__block:nth-of-type(2n-1) .pickup__bg__list{}
.pickup__block:nth-of-type(2n) .pickup__bg__list{}
.pickup__bg__list__item{}

.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-activity .pickup__bg__list__item:nth-of-type(2){}
.pickup__block.style-history .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-manufacturing .pickup__bg__list__item:nth-of-type(2){}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(1){}
.pickup__block.style-music .pickup__bg__list__item:nth-of-type(2){}

.pickup__bg__list__item__text{}
.pickup__bg__caption{
  line-height: 1.75;
  padding: 1em 1.5rem 0;
  }
.pickup .buttonIllust__block{
  padding: 3rem 0 0;
  }


/* ------------------------------------

	pilgrimage spot

------------------------------------ */
.pilgrimageSpot{
  margin: 0 0 5.625rem;
  }
.pilgrimageSpot__outer{}
.pilgrimageSpot__inner{
  border-radius: 30px;
  padding: 4.375rem 0 3.75rem;
  }
.pilgrimageSpot__figure__list{
  padding: 2.5rem 0 0;
  }
.pilgrimageSpot__figure__list__item{
  margin: 0 1.8125rem 0 0;
  width: calc((100% - calc(1.8125rem * 1)) / 2);
  max-width: 314px;
  }
.pilgrimageSpot__figure__list__item:nth-of-type(2n){
  margin: 0;
  }
.pilgrimageSpot .button__block{
  padding: 2.5rem 0 0;
  }
.pilgrimageSpot .button__item{}



}/* /min-width: 1025px */



/* ------------------------------------

	PC-Mode > Irregular

------------------------------------ */
@media screen and (min-width: 1366px) {
/* ------------------------------------

	IntroPoint

------------------------------------ */
.introPoint{}
.introPoint__inner{}
.introPoint__section{}
.introPoint__sec__theme{
  font-size: 1.875rem;
  height: 90px;
  margin: 0 0 1.6em;
  padding: 0;
  }
.introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail{}
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail{}
.introPoint__sec__detail__figure{}
.introPoint__sec__detail__note{}
.introPoint__section:nth-of-type(2n-1) .introPoint__sec__detail__note{
  margin: 0 3.125rem 0 0;
  }
.introPoint__section:nth-of-type(2n) .introPoint__sec__detail__note{
  margin: 0 0 0 3.125rem;
  }
.introPoint__sec__detail__note__text{
  font-size: 1.125rem;
  line-height: 2.5;
  }
.introPoint__section.style-access .introPoint__sec__detail__note{
  width: calc((100% - 3.125rem) - 550px);
  }
.introPoint__section.style-access .introPoint__sec__detail__figure{
  width: 550px;
  }
.introPoint__section.style-nature .introPoint__sec__detail__note{
  width: calc((100% - 3.125rem) - 280px);
  }
.introPoint__section.style-nature .introPoint__sec__detail__figure{
  width: 280px;
  }

.introPoint__sec__picture{}
.introPoint__sec__picture__column{}
.introPoint__sec__picture__col__caption{}

.introPoint .buttonIllust__block{
  margin: 2.8125rem 0 0;
  padding: calc(2.8125rem - 1rem) 0 0;
  }

}/* /min-width: 1366px */