@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
.sideNav {
  position: fixed;
  left: 0;
  top: 50%;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 1149px) {
  .sideNav {
    display: none;
  }
}
.sideNav.isVisible {
  opacity: 1;
  pointer-events: auto;
}
.sideNav:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 6px;
  background-color: #fff;
}
.sideNav .sideNavItem {
  font-size: 0.16rem;
  opacity: 0.6;
  position: relative;
  padding-left: 0.24rem;
  margin-bottom: 70px;
  line-height: 1.6;
  font-family: "overpass-variable", sans-serif;
  font-weight: 600;
  font-style: italic;
}
.sideNav .sideNavItem:last-of-type {
  margin-bottom: 0;
}
.sideNav .sideNavItem.isCurrent {
  opacity: 1;
}
.sideNav .sideNavItem.isCurrent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 6px;
  background-color: #000;
  z-index: 1;
}

.mainvisual {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 640px) {
  .mainvisual {
    padding-top: 0.85rem;
    height: calc(100svh - 0.85rem);
    background-color: #BFD0D5;
  }
}
@media screen and (max-width: 1150px) {
  .mainvisual .mainvisualVideoWrapper {
    display: none !important;
  }
}
@media print, screen and (min-width: 641px) {
  .mainvisual .mainvisualVideoWrapper {
    position: relative;
    width: calc(100% - 90px);
    height: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .mainvisual .mainvisualVideoWrapper .mainvisualVideo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .mainvisual .mainvisualVideoWrapper iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 1920px;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    z-index: -1;
  }
  .mainvisual .mainvisualVideoWrapper .youtube_volume {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0.4rem;
    margin-bottom: 0.4rem;
    cursor: pointer;
    width: 0.64rem;
    z-index: 10;
  }
  .mainvisual .mainvisualVideoWrapper .youtube_volume::after {
    content: "";
    display: block;
    position: absolute;
    width: 58px;
    height: 2px;
    background-color: #1a1a1a;
    top: 0;
    bottom: 0;
    left: -2px;
    right: 0;
    margin: auto;
    /*transform: rotate(45deg);
    transform-origin: left top;*/
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mainvisual .mainvisualVideoWrapper .youtube_volume img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0.5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .mainvisual .mainvisualVideoWrapper .youtube_volume.on::after {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  .mainvisual .mainvisualVideoWrapper .youtube_volume.on img {
    opacity: 1;
  }
}
.mainvisual .mainvisualVideoWrapper .sound {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 0.4rem;
  margin-bottom: 0.4rem;
  cursor: pointer;
  width: 0.64rem;
  /*@include sc(sp) {
  	width: .45rem;
  	margin-left: .15rem;
  	margin-bottom: .15rem;
  }*/
}
.mainvisual .swiperContainer {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1151px) {
  .mainvisual .swiperContainer {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  .mainvisual .swiperContainer {
    /*.swiper-notification {
    	display: inline-block;
    	width: 10px;
    	height: 10px;
    	background-color: #333;
    	border-radius: 50%;
    	margin-bottom: .6rem;
    }*/
  }
  .mainvisual .swiperContainer .swiper_mv {
    width: 100%;
    height: calc(100svh - 0.85rem);
    /*.swiper-pagination-bullet {
    	display: inline-block;
    	width: 10px;
    	height: 10px;
    	background-color: #333;
    }*/
  }
}
@media screen and (max-width: 1150px) and (min-width: 641px) {
  .mainvisual .swiperContainer .swiper_mv {
    height: 100svh;
  }
}
@media screen and (max-width: 1150px) {
  .mainvisual .swiperContainer .swiper_mv .swiper-slide {
    height: 100vh;
    height: 100%;
  }
  .mainvisual .swiperContainer .swiper_mv .swiperImage {
    position: relative;
    width: calc(100% - 0.6rem);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0;
    /*picture {
    	@include sc(pc) {
    		//width: 9.4rem;
    		display: block;
    		height: 7rem;
    		height: calc(58.75vw * 0.609);
    		//margin: 0 auto;
    	}
    }*/
  }
  .mainvisual .swiperContainer .swiper_mv .swiperImage.noSlide {
    width: 9.4rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 1150px) and (max-width: 640px) {
  .mainvisual .swiperContainer .swiper_mv .swiperImage.noSlide {
    width: 3.25rem;
  }
}
@media screen and (max-width: 1150px) {
  .mainvisual .swiperContainer .swiper_mv .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 640px) {
  .mainvisual .sound {
    display: none;
  }
}
.mainvisual .mainvisualLogo {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2rem;
  margin-left: 0.4rem;
  margin-top: 0.4rem;
}
.mainvisual .scroll {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0.16rem;
  font-size: 0.14rem;
  z-index: 2;
  font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .mainvisual .scroll {
    font-size: 0.1rem;
  }
}
.mainvisual .scroll::before {
  content: "";
  height: 40px;
  width: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto -40px;
}
.mainvisual .rightMargin {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 100vh;
  background-color: #BFD0D5;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 641px) {
  .mainvisual .rightMargin {
    height: calc(100% + 1px);
  }
}
@media screen and (max-width: 640px) {
  .mainvisual .rightMargin {
    width: 0.6rem;
    height: 100%;
  }
}
.mainvisual .rightMargin .menuDecoText {
  font-size: 0.11rem;
  color: #000;
  font-family: "Roboto", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 400;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: 20px;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 640px) {
  .mainvisual .rightMargin .menuDecoText {
    font-size: 0.1rem;
    margin-top: 0.85rem;
    margin-right: 10px;
  }
}
.mainvisual .rightMargin .menuDecoNemuro {
  width: 1rem;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0.26rem;
  margin-right: 0.2rem;
  -webkit-transition: opacity ease-in-out 0.3s;
  transition: opacity ease-in-out 0.3s;
}
@media screen and (max-width: 640px) {
  .mainvisual .rightMargin .menuDecoNemuro {
    width: 0.6rem;
  }
}
.mainvisual .mainvisualTopTitle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.18rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-right: 1.3rem;
  margin-top: 0.4rem;
  font-weight: 300;
}
@media screen and (max-width: 640px) {
  .mainvisual .mainvisualTopTitle {
    font-size: 2.9333333333vw;
    line-height: 1.8;
    right: inherit;
    left: 0;
    margin-left: 22.6666666667vw;
    margin-right: 0;
    margin-top: 7px;
    z-index: 9991;
    position: fixed;
  }
}
@media screen and (max-width: 640px) {
  .mainvisual .mainvisualTopTitle span {
    line-height: 2;
    padding-bottom: 1px;
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(92%, transparent), color-stop(0%, #333));
    background: linear-gradient(transparent 92%, #333 0%);
    padding-bottom: 0.03rem;
  }
}

/* ニュースコンテンツ　202506追加 */
.news {
  background-color: #BFD0D5;
  position: relative;
  padding-top: 1.2rem;
  padding-bottom: 0.92rem;
}
@media screen and (max-width: 640px) {
  .news {
    padding-top: 0.7rem;
    padding-bottom: 0.2rem;
  }
}
.news .newsInner {
  width: 100%;
  max-width: 10rem;
  background-color: #fff;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.46rem;
  padding-left: 1rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .news .newsInner {
    max-width: calc(100% - 1.1rem);
    padding-top: 0.36rem;
    padding-right: 0.26rem;
    padding-bottom: 0.26rem;
    padding-left: 0.24rem;
  }
}
.news .title {
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.5rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.24rem;
}
@media screen and (max-width: 640px) {
  .news .title {
    font-size: 0.34rem;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0.04rem;
  }
}
.news .newsDetail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.24rem;
  border-top: 1px solid #BFD0D5;
}
@media screen and (max-width: 640px) {
  .news .newsDetail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.18rem 0.09rem;
  }
}
.news .visible-content .newsDetail:first-of-type {
  border-top: none;
}
.news .newsDate {
  margin-right: 0.56rem;
  font-size: 0.18rem;
  line-height: 1.6;
  color: #6A9EAD;
}
@media screen and (max-width: 640px) {
  .news .newsDate {
    font-size: 0.12rem;
  }
}
.news .newsText {
  font-size: 0.18rem;
  line-height: 1.6;
}
@media screen and (max-width: 640px) {
  .news .newsText {
    font-size: 0.14rem;
  }
}
.news .newsText a {
  display: inline-block;
  font-size: 0.16rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .news .newsText a {
    font-size: 0.12rem;
    margin-top: 0.04rem;
  }
}
.news .moreBtn {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.36rem;
  margin-left: auto;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .news .moreBtn {
    padding-right: 0.32rem;
  }
}
.news .moreBtn:before {
  content: "";
  position: absolute;
  display: block;
  top: 0.01rem;
  right: 0;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: #000;
  -webkit-transition: 0.7s background-color;
  transition: 0.7s background-color;
}
@media screen and (max-width: 640px) {
  .news .moreBtn:before {
    top: 0.05rem;
    width: 0.23rem;
    height: 0.23rem;
  }
}
.news .moreBtn:after {
  content: "";
  position: absolute;
  display: block;
  top: 0.09rem;
  right: 0.09rem;
  width: 0.06rem;
  height: 0.06rem;
  border-right: 2px solid;
  border-bottom: 2px solid;
  border-color: #FFF;
  color: #FFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media screen and (max-width: 640px) {
  .news .moreBtn:after {
    top: 0.12rem;
    right: 0.08rem;
    width: 0.05rem;
    height: 0.05rem;
  }
}
.news .moreBtn span {
  font-size: 0.2rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 640px) {
  .news .moreBtn span {
    font-size: 0.16rem;
  }
}
.news .moreBtn.active:after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  top: 0.12rem;
}
@media screen and (max-width: 640px) {
  .news .moreBtn.active:after {
    top: 0.14rem;
  }
}
.news .moreBtn span.fade-out {
  opacity: 0;
}
.news .hidden-content {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.lead {
  background-color: #BFD0D5;
  position: relative;
  padding-top: 2rem;
  overflow: hidden;
  padding-bottom: 2.3rem;
  border-radius: 0 0 1.1rem 0;
}
@media screen and (max-width: 640px) {
  .lead {
    padding-top: 2.3rem;
    padding-bottom: 4.15rem;
    border-radius: 0 0 0.8rem 0;
  }
}
.lead .leadDeco {
  position: absolute;
  top: 0;
  left: 0;
  width: 13.2rem;
  margin-left: -0.85rem;
  margin-top: -1rem;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .lead .leadDeco {
    width: 4.5rem;
    margin-left: -0.9rem;
    margin-top: -2rem;
  }
}
.lead .leadPhoto01 {
  position: absolute;
  width: 7.4rem;
  top: 0;
  right: 0;
  margin-top: 4.46rem;
  margin-right: -2.03rem;
}
@media screen and (max-width: 640px) {
  .lead .leadPhoto01 {
    width: 3.05rem;
    margin-top: 6.3rem;
    margin-right: 0;
  }
}
.lead .leadPhoto02 {
  position: absolute;
  width: 4rem;
  top: 0;
  right: 0;
  margin-top: 8.9rem;
  margin-right: 2.05rem;
}
@media screen and (max-width: 640px) {
  .lead .leadPhoto02 {
    width: 1.9rem;
    right: inherit;
    left: 0;
    margin-top: 8rem;
    margin-right: 0;
  }
}
.lead .leadInner {
  position: relative;
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .lead .leadInner {
    width: 100%;
  }
}
.lead .leadInner .leadText {
  position: relative;
  z-index: 1;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 2.5;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .lead .leadInner .leadText {
    font-size: 0.16rem;
    padding-left: 0.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0.2rem;
    line-height: 2.1;
  }
}
.lead .leadInner .leadTag {
  font-weight: 600;
  font-size: 0.54rem;
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .lead .leadInner .leadTag {
    font-size: 0.28rem;
    padding-left: 0.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.thingstodo {
  position: relative;
  border-radius: 1.1rem 0 0 1.1rem;
  background-color: #F2F2F2;
  padding-bottom: 1.18rem;
}
@media screen and (max-width: 640px) {
  .thingstodo {
    border-radius: 0.8rem 0 0 0.8rem;
    padding-bottom: 0.6rem;
  }
}
.thingstodo::before {
  content: "";
  background-color: #BFD0D5;
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  z-index: -1;
}
.thingstodo::after {
  content: "";
  background-color: #BFD0D5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  margin-bottom: 0;
  z-index: -1;
}
.thingstodo .title {
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .thingstodo .title {
    padding-top: 0.6rem;
    font-size: 0.4rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.thingstodo .subtitle {
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .thingstodo .subtitle {
    font-size: 0.15rem;
    margin-bottom: 6.6666666667vw;
  }
}
.thingstodo .contentsList {
  width: 12rem;
  margin: 0 auto 1rem;
  display: -ms-grid;
  display: grid;
  gap: 0.25rem;
  -ms-grid-columns: 2fr 0.25rem 1fr 0.25rem 1fr;
  grid-template-columns: 2fr 1fr 1fr;
  -ms-grid-rows: 2.9rem 0.25rem 0.18rem 0.25rem 2.9rem;
  grid-template-rows: 2.9rem 0.18rem 2.9rem;
}
.thingstodo .contentsList > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.thingstodo .contentsList > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.thingstodo .contentsList > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.thingstodo .contentsList > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.thingstodo .contentsList > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.thingstodo .contentsList > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.thingstodo .contentsList > *:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}
.thingstodo .contentsList > *:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
.thingstodo .contentsList > *:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList {
    width: 100%;
    display: block;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 0;
  }
}
.thingstodo .contentsList .contentsGrid {
  position: relative;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .contentsGrid {
    height: 68vw;
    padding-bottom: 0.7rem;
  }
}
.thingstodo .contentsList .grid01 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
}
.thingstodo .contentsList .grid01 .gridInnerText {
  font-size: 0.24rem;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .grid01 .gridInnerText {
    font-size: 0.15rem;
    margin-bottom: 0.73rem;
  }
}
.thingstodo .contentsList .grid01 .gridInnerNumber {
  font-size: 0.8rem;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .grid01 .gridInnerNumber {
    font-size: 0.25rem;
  }
}
.thingstodo .contentsList .grid02 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.thingstodo .contentsList .grid03 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
.thingstodo .contentsList .grid04 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.thingstodo .contentsList .grid05 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
}
.thingstodo .contentsList .gridInnerText {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 0.16rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.07em;
  margin-bottom: 0.02rem;
  font-weight: 500;
  word-break: break-all;
  line-height: 2;
  z-index: 2;
  width: calc(100% - 0.1rem);
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .gridInnerText {
    font-size: 0.15rem;
    margin-bottom: 0.73rem;
  }
}
.thingstodo .contentsList .gridInnerText .hasBg {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #000;
  padding: 0.1rem 0;
  border-left: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .gridInnerText .hasBg {
    line-height: 2.2;
  }
  .os-iOS.touchevents .thingstodo .contentsList .gridInnerText .hasBg {
    position: relative;
    top: 2px;
  }
}
.thingstodo .contentsList .gridInnerNumber {
  color: #fff;
  font-size: 0.5rem;
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 0.2rem;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .gridInnerNumber {
    font-size: 0.25rem;
    margin-top: 0.1rem;
    margin-right: 0.1rem;
  }
}
.thingstodo .contentsList .gridOuterTag {
  width: 100%;
  position: relative;
  font-family: "overpass-variable", sans-serif;
  font-weight: 600;
  font-style: italic;
  text-align: right;
  font-size: 0.13rem;
  color: #000;
  padding-top: 0.1rem;
  z-index: 2;
  background-color: #f2f2f2;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1em;
}
@media screen and (max-width: 640px) {
  .thingstodo .contentsList .gridOuterTag {
    font-size: 0.12rem;
  }
}
.thingstodo .contentsList .gridImage {
  height: 100%;
  overflow: hidden;
}
.thingstodo .contentsList .gridImage img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.thingstodo .moreBtnWrapper {
  width: 2.6rem;
  margin: 0 auto;
  position: relative;
}
.thingstodo .moreBtnWrapper:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .thingstodo .moreBtnWrapper:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
@media screen and (max-width: 640px) {
  .thingstodo .moreBtnWrapper {
    width: 1.95rem;
  }
}
.thingstodo .moreBtnWrapper::after {
  border-color: #fff;
}
.thingstodo .moreBtnWrapper a.moreBtn {
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .thingstodo .moreBtnWrapper a.moreBtn {
    padding: 0.2rem 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .thingstodo .moreBtnWrapper a.moreBtn {
    height: 0.45rem;
    padding: 0.1rem 0.16rem;
    font-size: 0.13rem;
  }
}

.itineraries {
  background-color: #BFD0D5;
  border-radius: 0 2rem 2rem 0;
  position: relative;
  padding-bottom: 1.18rem;
  /* 前へ次への矢印カスタマイズ */
}
@media screen and (max-width: 640px) {
  .itineraries {
    border-radius: 0 0.8rem 0.8rem 0;
    overflow: hidden;
    padding-bottom: 0.6rem;
  }
}
.itineraries .title {
  position: relative;
  z-index: 1;
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .itineraries .title {
    padding-top: 0.6rem;
    font-size: 0.4rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.itineraries .subtitle {
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 640px) {
  .itineraries .subtitle {
    font-size: 0.15rem;
    margin-bottom: 0.25rem;
  }
}
.itineraries .swiperContainer {
  position: relative;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperContainer {
    margin-bottom: 0.8rem;
  }
}
.itineraries .swiperContainer .decoLine {
  position: absolute;
  width: 81.25vw;
  height: 100%;
  border: 1px solid #fff;
  pointer-events: none;
  margin: -1.8rem auto 0;
  left: 0;
  right: 0;
  z-index: 0;
  padding-top: 1.4rem;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperContainer .decoLine {
    width: 96vw;
    padding-top: 0.98rem;
    padding-bottom: 0.18rem;
    margin-top: -0.75rem;
    margin-left: -2.6666666667vw;
  }
}
.itineraries .swiper {
  width: 100%;
  overflow: visible;
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-wrapper {
    max-height: 85vw;
  }
}
.itineraries .swiper-slide {
  width: 58.75vw;
}
.itineraries .swiperImage {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperImage {
    width: 86.6666666667vw;
    -webkit-transform: translateX(9.33333vw);
            transform: translateX(9.33333vw);
  }
}
.itineraries .swiperImage.noSlide {
  width: 9.4rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperImage.noSlide {
    width: 3.25rem;
  }
}
.itineraries .swiperImage .swiperTag {
  font-size: 0.24rem;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "overpass-variable", sans-serif;
  font-weight: 600;
  font-style: italic;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-left: -0.5rem;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperImage .swiperTag {
    font-size: 0.13rem;
    margin-left: -0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .itineraries .swiperImage picture {
    display: block;
    height: 7rem;
    height: 35.77875vw;
  }
}
.itineraries .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.itineraries .swiperInfoWrapper {
  position: relative;
  width: 53.75vw;
  max-width: 860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -0.8rem auto 0;
  background-color: #fff;
  padding: 0.25rem 0.5rem;
  z-index: 2;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperInfoWrapper {
    width: 87.4666666667vw;
    margin-top: -0.2rem;
    -webkit-transform: translateX(-9.33333vw);
            transform: translateX(-9.33333vw);
    padding: 0.2rem;
  }
}
.itineraries .swiperInfoWrapper .swiperInfoTitle {
  font-size: 0.3rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperInfoWrapper .swiperInfoTitle {
    font-size: 0.16rem;
  }
}
.itineraries .swiperInfoWrapper .swiperInfoText {
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 2.7;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperInfoWrapper .swiperInfoText {
    font-size: 0.12rem;
  }
}
.itineraries .swiperInfoWrapper .swiperInfoMore {
  text-align: right;
  font-size: 0.18rem;
  font-family: "overpass-variable", sans-serif;
  font-weight: 600;
  font-style: italic;
  display: block;
  margin-left: auto;
  position: relative;
}
.itineraries .swiperInfoWrapper .swiperInfoMore:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .itineraries .swiperInfoWrapper .swiperInfoMore:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
.itineraries .swiperInfoWrapper .swiperInfoMore::after {
  right: -0.2rem;
  top: -0.04rem;
  border-top: 1px solid;
  border-right: 1px solid;
}
@media screen and (max-width: 640px) {
  .itineraries .swiperInfoWrapper .swiperInfoMore::after {
    right: -0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .itineraries .swiperInfoWrapper .swiperInfoMore {
    font-size: 0.12rem;
    margin-right: 0.1rem;
  }
}
.itineraries .swiper-pagination {
  /*@include sc(pc) {
  	display: none;
  }*/
}
.itineraries .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  border: 1px solid #fff;
  background-color: #000;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
  }
}
.itineraries .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.itineraries .swiperContainer {
  position: relative;
  padding-bottom: 13.75vw;
}
@media print, screen and (min-width: 641px) {
  .itineraries .swiperContainer {
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .itineraries .swiperContainer {
    padding-bottom: 0.5rem;
  }
}
.itineraries .swiper-horizontal > .swiper-pagination-bullets,
.itineraries .swiper-pagination-bullets.swiper-pagination-horizontal,
.itineraries .swiper-pagination-custom, .itineraries .swiper-pagination-fraction {
  bottom: -6.9vw;
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-horizontal > .swiper-pagination-bullets,
  .itineraries .swiper-pagination-bullets.swiper-pagination-horizontal,
  .itineraries .swiper-pagination-custom, .itineraries .swiper-pagination-fraction {
    bottom: -15.1vw;
  }
}
.itineraries .swiper-button-prev,
.itineraries .swiper-button-next {
  height: 0.7rem;
  width: 0.7rem;
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-button-prev,
  .itineraries .swiper-button-next {
    width: 0.35rem;
    height: 0.35rem;
  }
}
.itineraries .swiper-button-prev::after,
.itineraries .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 0.7rem;
  width: 0.7rem;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-button-prev::after,
  .itineraries .swiper-button-next::after {
    width: 0.34rem;
    height: 0.34rem;
  }
}
.itineraries .swiper-button-prev::after {
  background-image: url(/common/img/top/slider_prev.svg);
}
.itineraries .swiper-button-next::after {
  background-image: url(/common/img/top/slider_next.svg);
}
.itineraries .swiper-slide img {
  height: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .itineraries .swiper-button-prev {
    top: 32%;
    left: calc(50% - 35.9vw);
    margin-left: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-button-prev {
    top: 100%;
    left: 0;
    margin-left: 0.45rem !important;
  }
}
@media print, screen and (min-width: 641px) {
  .itineraries .swiper-button-next {
    top: 32%;
    right: calc(50% - 35.9vw);
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .itineraries .swiper-button-next {
    top: 100%;
    right: 0;
    margin-right: 0.45rem !important;
  }
}
.itineraries .moreBtnWrapper {
  width: 2.6rem;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}
.itineraries .moreBtnWrapper:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .itineraries .moreBtnWrapper:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
.itineraries .moreBtnWrapper::after {
  border-color: #fff;
}
@media screen and (max-width: 640px) {
  .itineraries .moreBtnWrapper {
    width: 1.95rem;
  }
}
.itineraries .moreBtnWrapper a.moreBtn {
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .itineraries .moreBtnWrapper a.moreBtn {
    padding: 0.2rem 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .itineraries .moreBtnWrapper a.moreBtn {
    height: 0.45rem;
    padding: 0.1rem 0.16rem;
    font-size: 0.13rem;
  }
}

.spot {
  position: relative;
  border-radius: 1.1rem 0 0 1.1rem;
  background-color: #F2F2F2;
  padding-bottom: 1.18rem;
}
@media screen and (max-width: 640px) {
  .spot {
    border-radius: 0.8rem 0 0 0.8rem;
    padding-bottom: 0.6rem;
  }
}
.spot::before {
  content: "";
  background-color: #BFD0D5;
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  z-index: -1;
}
.spot::after {
  content: "";
  background-color: #BFD0D5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem;
  width: 100%;
  margin-bottom: 0;
  z-index: -1;
}
.spot .decoLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 2.8rem auto 0;
  pointer-events: none;
  z-index: 0;
}
@media print, screen and (min-width: 641px) {
  .spot .decoLogo {
    max-width: 14rem;
    width: 100%;
  }
}
.spot .spotContainer {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.spot .title {
  position: relative;
  z-index: 1;
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .spot .title {
    padding-top: 0.6rem;
    font-size: 0.4rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.spot .subtitle {
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 640px) {
  .spot .subtitle {
    font-size: 0.15rem;
    margin-bottom: 0.25rem;
  }
}
.spot .spotList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 12rem;
  margin: 0 auto 0.2rem;
}
@media screen and (max-width: 640px) {
  .spot .spotList {
    width: 100%;
    margin-bottom: 0;
  }
}
.spot .spotItem {
  width: 2.3rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .spot .spotItem {
    width: 50%;
    margin-bottom: 0.4rem;
    height: 42vw;
  }
}
.spot .spotItem .spotNumber {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: -0.15rem auto 0;
  background-image: url(/common/img/spot/spot_num_bg.svg);
  width: 0.34rem;
  height: 0.44rem;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  font-family: "overpass-variable", sans-serif;
  font-weight: 600;
  font-style: italic;
  font-size: 0.15rem;
  letter-spacing: 0.08em;
  text-align: center;
  padding-top: 0.5em;
}
@media screen and (max-width: 640px) {
  .spot .spotItem .spotNumber {
    padding-top: 0.13rem;
    font-size: 0.14rem;
  }
}
.spot .spotItem .spotName {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.spot .spotItem .spotName > span {
  font-size: 0.22rem;
  color: #fff;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight: 500;
  font-style: normal;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .spot .spotItem .spotName > span {
    font-size: 0.15rem;
  }
}
@media screen and (max-width: 640px) {
  .spot .spotItem a {
    height: 100%;
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .spot .spotItem .spotImage {
    height: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .spot .spotItem .spotImage {
    width: 2.3rem;
    height: 2.5rem;
  }
}
.spot .spotItem .spotImage img {
  height: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
.spot .moreBtnWrapper {
  width: 2.6rem;
  margin: 0 auto;
  font-weight: 500;
  position: relative;
}
.spot .moreBtnWrapper:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .spot .moreBtnWrapper:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
@media screen and (max-width: 640px) {
  .spot .moreBtnWrapper {
    width: 1.95rem;
  }
}
.spot .moreBtnWrapper::after {
  border-color: #fff;
}
.spot .moreBtnWrapper a.moreBtn {
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .spot .moreBtnWrapper a.moreBtn {
    padding: 0.2rem 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .spot .moreBtnWrapper a.moreBtn {
    height: 0.45rem;
    padding: 0.1rem 0.16rem;
    font-size: 0.13rem;
  }
}

.about {
  background-color: #BFD0D5;
  border-radius: 0 1.1rem 0 0;
  position: relative;
  padding-bottom: 1.18rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .about {
    border-radius: 0 0.8rem 0 0;
    padding-bottom: 26.6666666667vw;
  }
}
.about .aboutWrapper {
  width: 12rem;
  min-width: 900px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .about .aboutWrapper {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper {
    width: 100%;
    min-width: auto;
  }
}
.about .aboutWrapper .deco {
  width: 12rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 1.62rem;
  margin-right: 0.63rem;
  pointer-events: none;
  z-index: 3;
}
@media screen and (max-width: 1440px) {
  .about .aboutWrapper .deco {
    margin-right: 2.7rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .deco {
    width: 160vw;
    margin-top: 4.8vw;
    margin-right: 0;
    left: 0;
    right: inherit;
    margin-left: -57.3333333333vw;
  }
}
.about .aboutWrapper .decoImage01 {
  width: 9rem;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 8rem;
  margin-left: -2rem;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .about .aboutWrapper .decoImage01 {
    margin-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .decoImage01 {
    width: 89.3333333333vw;
    margin-top: 153.3333333333vw;
    margin-left: 0;
    z-index: 4;
  }
}
.about .aboutWrapper .decoImage02 {
  width: 4rem;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 13.2rem;
  margin-right: -2rem;
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .about .aboutWrapper .decoImage02 {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .decoImage02 {
    width: 48vw;
    margin-top: 200vw;
    z-index: 5;
    margin-right: 0;
  }
}
.about .aboutWrapper .title {
  position: relative;
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  padding-top: 1.25rem;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: center;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .title {
    padding-top: 16vw;
    font-size: 0.4rem;
    letter-spacing: 0;
    line-height: 1;
  }
}
.about .aboutWrapper .subtitle {
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  text-align: center;
  margin-bottom: 0.8rem;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .subtitle {
    font-size: 0.15rem;
    margin-bottom: 32vw;
    z-index: 3;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .decoBg {
    position: absolute;
    top: 0;
    right: 0;
    width: 92vw;
    height: 109.8666666667vw;
    margin-top: 48vw;
    background-color: #fff;
  }
}
.about .aboutWrapper .aboutContainer {
  position: relative;
  z-index: 2;
  background: #F2F2F2;
  padding: 3.16rem 0.74rem 0.9rem;
  width: 9rem;
  margin-left: auto;
  margin-right: -2rem;
  margin-bottom: 3.7rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1440px) {
  .about .aboutWrapper .aboutContainer {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .aboutContainer {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0);
    width: 92vw;
    padding: 1.6vw 8vw;
    margin-right: 0;
    margin-bottom: 101.3333333333vw;
  }
}
.about .aboutWrapper .aboutContainer .aboutLead {
  color: #fff;
  font-size: 0.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 0.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .aboutContainer .aboutLead {
    font-size: 0.23rem;
    margin-bottom: 6.6666666667vw;
  }
}
.about .aboutWrapper .aboutContainer .aboutLead .hasBg {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background-color: #000;
  padding: 0.1rem 0;
  border-left: 0.1rem solid #000;
  border-right: 0.1rem solid #000;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .aboutContainer .aboutLead .hasBg {
    line-height: 2.2;
  }
}
.about .aboutWrapper .aboutContainer .aboutText {
  font-size: 0.18rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .aboutContainer .aboutText {
    font-size: 0.14rem;
    line-height: 1.7;
  }
}
.about .aboutWrapper .accessArea {
  width: 12rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea {
    width: 100%;
    padding: 0 0.3rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.about .aboutWrapper .accessArea .accessContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 9.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .about .aboutWrapper .accessArea .accessContainer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer {
    width: 100%;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper {
  width: 3.45rem;
}
@media screen and (max-width: 1100px) {
  .about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper {
    width: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0.23rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper .accessTitle {
  position: relative;
  font-family: "overpass-variable", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper .accessTitle {
    font-size: 0.4rem;
    letter-spacing: 0;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper .accessSubtitle {
  font-size: 0.28rem;
  font-weight: 600;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessTitleWrapper .accessSubtitle {
    font-size: 0.15rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessText {
  font-size: 0.18rem;
  font-weight: 600;
  line-height: 1.8;
  width: 5.6rem;
  margin-top: 0.1rem;
  margin-bottom: 0.5rem;
  z-index: 1;
}
@media screen and (max-width: 1100px) {
  .about .aboutWrapper .accessArea .accessContainer .accessText {
    width: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessText {
    width: 100%;
    font-size: 0.14rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0.3rem;
    margin-top: 0;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper {
  width: 3.45rem;
  margin-top: 1.52rem;
}
@media screen and (max-width: 1100px) {
  .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper {
    width: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper {
    width: 100%;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 0;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper {
  width: 2.6rem;
  font-weight: 500;
  position: relative;
}
.about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper:after {
  content: "";
  display: block;
  margin: auto 0;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  -webkit-transform: rotate(45deg) skew(8deg, 8deg);
          transform: rotate(45deg) skew(8deg, 8deg);
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.no-touchevents .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper:hover:after {
  -webkit-transform: rotate(45deg) translate(3px, -3px);
          transform: rotate(45deg) translate(3px, -3px);
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper {
    width: 1.95rem;
    margin: 0 auto;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper::after {
  border-color: #fff;
}
.about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper a.moreBtn {
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 40px;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper a.moreBtn {
    padding: 0.2rem 0.16rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessBtnWrapper .moreBtnWrapper a.moreBtn {
    height: 0.45rem;
    padding: 0.1rem 0.16rem;
    font-size: 0.13rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessList {
  width: 5.6rem;
}
@media screen and (max-width: 1100px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList {
    width: 5.2rem;
  }
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList {
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 0.46rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessList .accessItem {
  position: relative;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList .accessItem {
    padding-left: 0.25rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessList .accessItem::after {
  content: "";
  position: absolute;
  width: calc(100% - 0.4rem);
  height: 1px;
  border-bottom: 1px dotted #000;
  top: 50%;
  left: 0;
  z-index: 0;
  margin-left: 0.4rem;
}
.about .aboutWrapper .accessArea .accessContainer .accessList .accessItem::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(/common/img/access/icon_plane.svg);
  width: 0.3rem;
  height: 0.14rem;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: 0.1rem;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList .accessItem::before {
    width: 0.2rem;
    height: 0.17rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessList .accessItem .accessPlace {
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  background-color: #BFD0D5;
  position: relative;
  z-index: 1;
  padding-right: 0.1rem;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList .accessItem .accessPlace {
    font-size: 0.13rem;
  }
}
.about .aboutWrapper .accessArea .accessContainer .accessList .accessItem .accessTime {
  font-size: 0.18rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 2;
  background-color: #BFD0D5;
  position: relative;
  z-index: 1;
  padding-left: 0.1rem;
}
@media screen and (max-width: 640px) {
  .about .aboutWrapper .accessArea .accessContainer .accessList .accessItem .accessTime {
    font-size: 0.13rem;
  }
}

@media print, screen and (min-width: 641px) {
  .safari .about .aboutWrapper .aboutContainer {
    margin-bottom: 4rem;
  }
}
/*# sourceMappingURL=index.css.map */