@charset "UTF-8";

:root {
  /* Color Code rgba Example red700/50% : rgb(from var(--cc-red-700) r g b / .5) */
  --cc-black-sm:#231815;
  --cc-gray-50:#F7F8F7;
  --cc-gray-100:#E1E2E1;
  --cc-gray-200:#CDCECD;
  --cc-gray-300:#B9BBBA;
  --cc-gray-400:#C3C3C3;
  --cc-gray-500:#929393;
  --cc-gray-600:#7E807F;
  --cc-gray-700:#6A6C6C;
  --cc-gray-800:#3A3B3B;
  --cc-stroke-wb:#E5E5E5;
  --cc-red-800:#670606;
  --cc-red-700:#880000;
  --cc-red-600:#9C1010;
  --cc-red-50:#FFF5F5;

  --cc-gold:#9F802D;

  /* Font Family */
  --ff-noto-sans:"Noto Sans JP", sans-serif;
  --ff-ryo:"ryo-gothic-plusn", "Noto Sans JP", sans-serif;
  --ff-zen:"Zen Old Mincho", serif;
  --ff-shippori:"Shippori Mincho", serif;
  --ff-railway:"Raleway";

  /* SP Size */
  --sp-w:100vw / 375; /* Example SP 20px : calc(20 * var(--sp-w)) */

  --duration-A:.2s;
}

*[id]:target {
  scroll-margin-top:100px;
}
@media (max-width: 1023px) {
  *[id]:target {
    scroll-margin-top:0;
  }
  body:has(.l2-anchorListA) *[id]:target {
    scroll-margin-top:calc(60 * var(--sp-w));
  }
}

/* Javascript
============================================================================= */
/* Accordion
----------------------------------------------------------------------------- */
.l2_js-accordion__button {
	cursor: pointer;
}
@media (min-width: 1024px) {
	.l2_js-accordion__button.is-pc {
		cursor: pointer;
	}
	:where(.l2_js-accordion:has(.l2_js-accordion__button.is-pc)) {
		.l2_js-accordion__target:not(.is-active) {
			height: 0;
		}
		.l2_js-accordion__target:is(.is-active) {
			z-index: 1;
		}
	}
}
@media (max-width: 1023px) {
	.l2_js-accordion__button.is-sp {
		cursor: pointer;
	}
	:where(.l2_js-accordion:has(.l2_js-accordion__button.is-sp)) {
		.l2_js-accordion__target:not(.is-active) {
			height: 0;
		}
		.l2_js-accordion__target:is(.is-active) {
			z-index: 1;
		}
	}
}
:where(.l2_js-accordion:not(:has(.l2_js-accordion__button:is(.is-sp,.is-pc)))) {
	.l2_js-accordion__target:not(.is-active) {
		height: 0;
	}
	.l2_js-accordion__target:is(.is-active) {
		z-index: 1;
	}
}
.l2_js-accordion__target {
  position: relative;
  overflow: hidden;
}
.l2_js-accordion__target:has(:focus-within) {
  overflow: visible;
}



/* Parts Class
============================================================================= */

/* Mask Image Icon .p2-i-
::before .p2-i-bf
::after .p2-i-af
----------------------------------------------------------------------------- */
/* Mask Image Icon Base */
[class*="p2-i-"]:not([class*="p2-i-bf"],[class*="p2-i-af"]),
[class*="p2-i-bf"]::before,
[class*="p2-i-af"]::after {
  -webkit-mask-position:center;
  mask-position:center;
  -webkit-mask-size:100%;
  mask-size:100%;
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  height:auto;
  aspect-ratio: 1/1;
}
[class*="p2-i-bf"]::before,
[class*="p2-i-af"]::after {
  content:"";
  display:block;
}

/* チェックボックス・ラジオボタンのチェック */
.p2-i-check,
.p2-i-bf-check::before,
.p2-i-af-check::after {
  -webkit-mask-image:url(/assets/img2/ico_check.svg);
  mask-image:url(/assets/img2/ico_check.svg);
}

/* 完了のチェック（丸枠付き） */
.p2-i-check2,
.p2-i-bf-check2::before,
.p2-i-af-check2::after {
  -webkit-mask-image:url(/assets/img2/ico_check2.svg);
  mask-image:url(/assets/img2/ico_check2.svg);
}

/* お気に入り */
.p2-i-favorite,
.p2-i-bf-favorite::before,
.p2-i-af-favorite::after {
  -webkit-mask-image:url(/assets/img2/ico_favorite.svg);
  mask-image:url(/assets/img2/ico_favorite.svg);
}
.p2-i-favoriteBeta,
.p2-i-bf-favoriteBeta::before,
.p2-i-af-favoriteBeta::after {
  -webkit-mask-image:url(/assets/img2/ico_favorite_beta.svg);
  mask-image:url(/assets/img2/ico_favorite_beta.svg);
}

/* 保存 */
.p2-i-keep,
.p2-i-bf-keep::before,
.p2-i-af-keep::after {
  -webkit-mask-image:url(/assets/img2/ico_keep.svg);
  mask-image:url(/assets/img2/ico_keep.svg);
}
.p2-i-keepBeta,
.p2-i-bf-keepBeta::before,
.p2-i-af-keepBeta::after {
  -webkit-mask-image:url(/assets/img2/ico_keep_beta.svg);
  mask-image:url(/assets/img2/ico_keep_beta.svg);
}

/* メール */
.p2-i-mail,
.p2-i-bf-mail::before,
.p2-i-af-mail::after {
  -webkit-mask-image:url(/assets/img2/ico_mail.svg);
  mask-image:url(/assets/img2/ico_mail.svg);
}
.p2-i-mailBig,
.p2-i-bf-mailBig::before,
.p2-i-af-mailBig::after {
  -webkit-mask-image:url(/assets/img2/ico_mail_big.svg);
  mask-image:url(/assets/img2/ico_mail_big.svg);
}

/* メール登録完了 */
.p2-i-mailcheckBig,
.p2-i-bf-mailcheckBig::before,
.p2-i-af-mailcheckBig::after {
  -webkit-mask-image:url(/assets/img2/ico_mailcheck_big.svg);
  mask-image:url(/assets/img2/ico_mailcheck_big.svg);
}

/* メール配信解除 */
.p2-i-mailcancelBig,
.p2-i-bf-mailcancelBig::before,
.p2-i-af-mailcancelBig::after {
  -webkit-mask-image:url(/assets/img2/ico_mailcancel_big.svg);
  mask-image:url(/assets/img2/ico_mailcancel_big.svg);
}

/* 希望物件終了 */
.p2-i-propertyendBig,
.p2-i-bf-propertyendBig::before,
.p2-i-af-propertyendBig::after {
  -webkit-mask-image:url(/assets/img2/ico_propertyend_big.svg);
  mask-image:url(/assets/img2/ico_propertyend_big.svg);
}

/* 名称編集アイコン */
.p2-i-pencil,
.p2-i-bf-pencil::before,
.p2-i-af-pencil::after {
  -webkit-mask-image:url(/assets/img2/ico_pencil.svg);
  mask-image:url(/assets/img2/ico_pencil.svg);
}



/* プラスマーク */
.p2-i-plus,
.p2-i-bf-plus::before,
.p2-i-af-plus::after {
  -webkit-mask-image:url(/assets/img2/ico_plus.svg);
  mask-image:url(/assets/img2/ico_plus.svg);
}

/* マイナスマーク */
.p2-i-minus,
.p2-i-bf-minus::before,
.p2-i-af-minus::after {
  -webkit-mask-image:url(/assets/img2/ico_minus.svg);
  mask-image:url(/assets/img2/ico_minus.svg);
}

/* 最近見た物件 */
.p2-i-recently,
.p2-i-bf-recently::before,
.p2-i-af-recently::after {
  -webkit-mask-image:url(/assets/img2/ico_recently.svg);
  mask-image:url(/assets/img2/ico_recently.svg);
}

/* 検索 */
.p2-i-search,
.p2-i-bf-search::before,
.p2-i-af-search::after {
  -webkit-mask-image:url(/assets/img2/ico_search.svg);
  mask-image:url(/assets/img2/ico_search.svg);
}
.p2-i-searchBig,
.p2-i-bf-searchBig::before,
.p2-i-af-searchBig::after {
  -webkit-mask-image:url(/assets/img2/ico_search_big.svg);
  mask-image:url(/assets/img2/ico_search_big.svg);
}

/* クエスチョンマーク */
.p2-i-question,
.p2-i-bf-question::before,
.p2-i-af-question::after {
  -webkit-mask-image:url(/assets/img2/ico_question.svg);
  mask-image:url(/assets/img2/ico_question.svg);
}

/* 電車アイコン */
.p2-i-train,
.p2-i-bf-train::before,
.p2-i-af-train::after {
  -webkit-mask-image:url(/assets/img2/ico_train.svg);
  mask-image:url(/assets/img2/ico_train.svg);
}
.p2-i-trainBig,
.p2-i-bf-trainBig::before,
.p2-i-af-trainBig::after {
  -webkit-mask-image:url(/assets/img2/ico_train_big.svg);
  mask-image:url(/assets/img2/ico_train_big.svg);
}

/* 場所（マップピン）アイコン */
.p2-i-place,
.p2-i-bf-place::before,
.p2-i-af-place::after {
  -webkit-mask-image:url(/assets/img2/ico_place.svg);
  mask-image:url(/assets/img2/ico_place.svg);
}
.p2-i-placeBig,
.p2-i-bf-placeBig::before,
.p2-i-af-placeBig::after {
  -webkit-mask-image:url(/assets/img2/ico_place_big.svg);
  mask-image:url(/assets/img2/ico_place_big.svg);
}
/* 市区郡仮 */
.p2-i-place2,
.p2-i-bf-place2::before,
.p2-i-af-place2::after {
  -webkit-mask-image:url(/assets/img2/ico_place2.svg);
  mask-image:url(/assets/img2/ico_place2.svg);
}

/* 相談 */
.p2-i-consultBig,
.p2-i-bf-consultBig::before,
.p2-i-af-consultBig::after {
  -webkit-mask-image:url(/assets/img2/ico_consult_big.svg);
  mask-image:url(/assets/img2/ico_consult_big.svg);
}

/* 店舗 */
.p2-i-shop,
.p2-i-bf-shop::before,
.p2-i-af-shop::after {
  -webkit-mask-image:url(/assets/img2/ico_shop.svg);
  mask-image:url(/assets/img2/ico_shop.svg);
}
.p2-i-shopBig,
.p2-i-bf-shopBig::before,
.p2-i-af-shopBig::after {
  -webkit-mask-image:url(/assets/img2/ico_shop_big.svg);
  mask-image:url(/assets/img2/ico_shop_big.svg);
}

/* 時計 */
.p2-i-time,
.p2-i-bf-time::before,
.p2-i-af-time::after {
  -webkit-mask-image:url(/assets/img2/ico_time.svg);
  mask-image:url(/assets/img2/ico_time.svg);
}
.p2-i-timeBig,
.p2-i-bf-timeBig::before,
.p2-i-af-timeBig::after {
  -webkit-mask-image:url(/assets/img2/ico_time_big.svg);
  mask-image:url(/assets/img2/ico_time_big.svg);
}

/* 物件 */
.p2-i-propertyBig,
.p2-i-bf-propertyBig::before,
.p2-i-af-propertyBig::after {
  -webkit-mask-image:url(/assets/img2/ico_property_big.svg);
  mask-image:url(/assets/img2/ico_property_big.svg);
}

/* 建物 */
.p2-i-building,
.p2-i-bf-building::before,
.p2-i-af-building::after {
  -webkit-mask-image:url(/assets/img2/ico_building.svg);
  mask-image:url(/assets/img2/ico_building.svg);
}

/* 部屋 */
.p2-i-room,
.p2-i-bf-room::before,
.p2-i-af-room::after {
  -webkit-mask-image:url(/assets/img2/ico_room.svg);
  mask-image:url(/assets/img2/ico_room.svg);
}

/* ズーム */
.p2-i-zoom,
.p2-i-bf-zoom::before,
.p2-i-af-zoom::after {
  -webkit-mask-image:url(/assets/img2/ico_zoom.svg);
  mask-image:url(/assets/img2/ico_zoom.svg);
}

/* ノート */
.p2-i-note,
.p2-i-bf-note::before,
.p2-i-af-note::after {
  -webkit-mask-image:url(/assets/img2/ico_note.svg);
  mask-image:url(/assets/img2/ico_note.svg);
}

/* 注意マーク */
.p2-i-attention,
.p2-i-bf-attention::before,
.p2-i-af-attention::after {
  -webkit-mask-image:url(/assets/img2/ico_attention.svg);
  mask-image:url(/assets/img2/ico_attention.svg);
}

/* カレンダーマーク */
.p2-i-calendar,
.p2-i-bf-calendar::before,
.p2-i-af-calendar::after {
  -webkit-mask-image:url(/assets/img2/ico_calendar.svg);
  mask-image:url(/assets/img2/ico_calendar.svg);
}

/* 電話マーク */
.p2-i-phone,
.p2-i-bf-phone::before,
.p2-i-af-phone::after {
  -webkit-mask-image:url(/assets/img2/ico_phone.svg);
  mask-image:url(/assets/img2/ico_phone.svg);
}

/* 外部リンクマーク */
.p2-i-external,
.p2-i-bf-external::before,
.p2-i-af-external::after {
  -webkit-mask-image:url(/assets/img2/ico_external.svg);
  mask-image:url(/assets/img2/ico_external.svg);
}

/* リストマーク */
.p2-i-list,
.p2-i-bf-list::before,
.p2-i-af-list::after {
  -webkit-mask-image:url(/assets/img2/ico_list.svg);
  mask-image:url(/assets/img2/ico_list.svg);
}

/* 家マーク */
.p2-i-property,
.p2-i-bf-property::before,
.p2-i-af-property::after {
  -webkit-mask-image:url(/assets/img2/ico_property.svg);
  mask-image:url(/assets/img2/ico_property.svg);
}

/* Font Family
----------------------------------------------------------------------------- */
.p2-ff-mp1 {
  font-family:var(--ff-noto-sans);
}
.p2-ff-notoSans {
  font-family:var(--ff-noto-sans);
}
.p2-ff-ryo {
  font-family:var(--ff-ryo);
}
.p2-ff-zen {
  font-family:var(--ff-zen);
}
.p2-ff-shippori {
  font-family:var(--ff-shippori);
}
.p2-ff-railway {
  font-family:var(--ff-railway);
}

/* Display
----------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .p2-sp {
    display:none;
  }
}
@media (max-width: 1023px) {
  .p2-pc {
    display:none;
  }
}

/* コンテンツ幅
PC: width
SP: padding-inline
----------------------------------------------------------------------------- */
@media (min-width: 1024px) {
  .p2-pcW810 {
    margin-inline:auto;
    width:810px;
  }
  .p2-pcW1016 {
    margin-inline:auto;
    width:1016px;
  }
  .p2-pcW1224 {
    margin-inline:auto;
    width:1224px;
    max-width:calc(100% - 8px);
  }
}
@media (max-width: 1023px) {
  .p2-spPi16 { /* padding-inline:16px; */
    padding-inline:calc(16 * var(--sp-w));
  }
}


/* Layout Class
============================================================================= */

/* Object
   ----------------------------------------------------------------- */
/* スクロールバーのカスタマイズ */
::-webkit-scrollbar {
  /* width: 12px; スクロールバーの幅 */
}

::-webkit-scrollbar-track {
  /* background: transparent; トラック（バーの背景）を透明に */
}

::-webkit-scrollbar-thumb {
  /* background-color: rgba(0, 0, 0, 0.2); スクロールバーの色 */
  /* border-radius: 10px; 丸みをつける */
  /* border: 3px solid transparent; スクロールバーの枠を透明に */
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); 影を付けて浮かんでいる感じに */
}

/* スクロールバーを右側に固定（浮かせる感じ） */
@media screen and (min-width: 1024px) {
  html.about body {
    overflow-y: scroll; /* 常に縦スクロールバーを表示 */
    overflow-x: hidden; /* 横スクロールバーを非表示に */
  }
}
@media screen and (max-width: 1023px) {
  html.about {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  html.about.is_enable {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
/* スクロールをしてもスクロールバーがページの右端に固定されて浮かんでいるように */
body::-webkit-scrollbar {
  /* position: fixed; 固定位置
  right: 10px; /* 少し右にずらす */
  /* top: 0;
  height: 100%; */
}

@media screen and (max-width: 1023px) {
  html, body {
    overflow-x: hidden;
  }
}
.js-sec-fadeIn {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
@media screen and (max-width: 1023px) {
  .js-sec-fadeIn {
    transform: translateY(50px);
  }
}
.js-sec-fadeIn.fadeInVisible {
  opacity: 1;
  transform: translateX(0);
}
@media screen and (max-width: 1023px) {
  .js-sec-fadeIn.fadeInVisible {
    transform: translateY(0);
  }
}

.secret {
  font-family: "ryo-gothic-plusn", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.09em;
}
.secret .l-header, .secret .l-headerMenu, .secret .l-footer {
  letter-spacing: normal;
}
@media screen and (min-width: 1024px) {
  .secret .sticky_wrap {
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.secret .horizontal_scroll {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}
@media screen and (min-width: 1024px) {
  .secret .horizontal_scroll {
    position: absolute;
    top: 0;
    height: 100%;
    will-change: transform;
  }
}
@media screen and (min-width: 1024px) {
  .secret .l-footer {
    display: none;
  }
}

.sec-wrap {
  transition: 0.5s ease-in-out;
  color: #E0E0E0;
}
.sec-wrap::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("/about/assets/img/bgfilter01.webp"); /* ノイズ画像 */
  background-repeat: repeat;
  mix-blend-mode: hard-light; /* 背景とノイズを掛け合わせる */
  transition: opacity 0.3s ease-in;
  background-size: cover;
  pointer-events: none;
  transition: 0.5s ease-in-out;
}
.sec-wrap[data-sec="1"] {
  background-color: #182B46;
}
.sec-wrap[data-sec="1"]::before {
  opacity: 0.13;
}
.sec-wrap[data-sec="2"] {
  background-color: #71AC7B;
}
.sec-wrap[data-sec="2"]::before {
  opacity: 0.13;
}
.sec-wrap[data-sec="3"] {
  background-color: #D0A86B;
}
.sec-wrap[data-sec="3"]::before {
  opacity: 0.13;
}
.sec-wrap[data-sec="4"] {
  background-color: #52A0D0;
}
.sec-wrap[data-sec="4"]::before {
  opacity: 0.13;
}

.sec-contentWrapper {
  position: relative;
  display: flex;
  color: #fff;
}
body.index01 .sec-contentWrapper {
  color: #E0E0E0;
}
@media screen and (min-width: 1024px) {
  .sec-contentWrapper {
    height: 100vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contentWrapper {
    flex-direction: column;
    padding: 21.79vw 6.41vw 0;
  }
}

.sec-mv {
  height: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec-mv {
    width: 156.25vh;
  }
}
.sec-mv::before {
  content: "";
  position: absolute;
  bottom: 6.88vh;
  height: 2.5vh;
  width: 13.03vh;
  left: 78.63vh;
}
body.index01 .sec-mv::before {
  background: url("/about/assets/img/sec_logo01.webp") no-repeat center center/100%;
}
body.index02 .sec-mv::before {
  background: url("/about/assets/img/sec_logo02.webp") no-repeat center center/100%;
}
body.index03 .sec-mv::before {
  background: url("/about/assets/img/sec_logo03.webp") no-repeat center center/100%;
}
body.index04 .sec-mv::before {
  background: url("/about/assets/img/sec_logo04.webp") no-repeat center center/100%;
}
@media screen and (max-width: 1023px) {
  .sec-mv::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: 7.69vw;
    width: 24.67vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec-mvInner {
    padding: 15.63vh 0 6.25vh 11.25vh;
    display: flex;
    height: 100%;
    gap: 5.63vh;
  }
}
.sec-mvPhrase {
  position: absolute;
  top: 17.5vh;
  right: -1.5vh;
  display: flex;
  gap: 1.13vh;
  align-items: flex-end;
}
@media screen and (max-width: 1023px) {
  .sec-mvPhrase {
    flex-direction: column;
    gap: 4.62vw;
    right: 0;
    top: 1.54vw;
  }
}
.sec-mvPhraseText {
  width: 8.25vh;
  height: 6.94vh;
}
@media screen and (max-width: 1023px) {
  .sec-mvPhraseText {
    width: 36.67vw;
    height: 5.74vw;
  }
}
.sec-mvPhraseNum {
  width: 6.25vh;
  height: 5vh;
}
@media screen and (max-width: 1023px) {
  .sec-mvPhraseNum {
    width: 8.72vw;
    height: 7.44vw;
  }
}
.sec-mvHead {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-mvHead {
    width: 14.5vh;
    min-width: 14.5vh;
    gap: 3.62vh;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvHead {
    justify-content: space-between;
    margin-bottom: 5.13vw;
    padding-right: 8.21vw;
    height: 78.97vw;
  }
}
.sec-mvHeadText {
  font-family: "しっぽり明朝", "Shippori Mincho";
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.38vh;
  align-self: center;
  font-size: 4.38vh;
}
.sec-mvHeadText .text-upright {
  text-combine-upright: all;
}
@media screen and (min-width: 1024px) {
  .sec-mvHeadText {
    padding-right: 0.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvHeadText {
    letter-spacing: 0.51vw;
    font-size: 6.92vw;
    line-height: 1.3;
    margin-top: 25.64vw;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvPlate {
    width: 26.67vw;
    min-width: 26.67vw;
  }
}
.sec-mvBody {
  display: flex;
  gap: 7.5vh;
}
@media screen and (max-width: 1023px) {
  .sec-mvBody {
    gap: 6.41vw;
    flex-direction: column;
    padding-bottom: 19.23vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec-mvPhoto {
    margin-top: 3.13vh;
    padding: 1.13vh;
    width: 106.25vh;
    height: 66.5vh;
  }
  body.index01 .sec-mvPhoto {
    background: url("/about/assets/secret/img/sec_frame01.webp") no-repeat center center/100%;
  }
  body.index02 .sec-mvPhoto {
    background: url("/about/assets/secret/img/sec_frame02.webp") no-repeat center center/100%;
  }
  body.index03 .sec-mvPhoto {
    background: url("/about/assets/secret/img/sec_frame03.webp") no-repeat center center/100%;
  }
  body.index04 .sec-mvPhoto {
    background: url("/about/assets/secret/img/sec_frame04.webp") no-repeat center center/100%;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvPhoto {
    height: 82.56vw;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 1.54vw 0;
  }
  body.index01 .sec-mvPhoto {
    background: url("/about/assets/secret/img/mv_imgOutLineTop01_sp.webp") no-repeat top/100%, url("/about/assets/secret/img/mv_imgOutLineBottom01_sp.webp") no-repeat bottom/100%;
  }
  body.index02 .sec-mvPhoto {
    background: url("/about/assets/secret/img/mv_imgOutLineTop02_sp.webp") no-repeat top/100%, url("/about/assets/secret/img/mv_imgOutLineBottom02_sp.webp") no-repeat bottom/100%;
  }
  body.index03 .sec-mvPhoto {
    background: url("/about/assets/secret/img/mv_imgOutLineTop03_sp.webp") no-repeat top/100%, url("/about/assets/secret/img/mv_imgOutLineBottom03_sp.webp") no-repeat bottom/100%;
  }
  body.index04 .sec-mvPhoto {
    background: url("/about/assets/secret/img/mv_imgOutLineTop04_sp.webp") no-repeat top/100%, url("/about/assets/secret/img/mv_imgOutLineBottom04_sp.webp") no-repeat bottom/100%;
  }
  .sec-mvPhoto img {
    height: 100%;
  }
}
.sec-mvInfo {
  align-self: flex-end;
}
@media screen and (min-width: 1024px) {
  .sec-mvInfo {
    width: 12.5vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvInfo {
    width: 100%;
    order: -1;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvInfoStatus {
    display: flex;
  }
}
.sec-mvInfoLavel {
  font-family: Raleway;
  font-weight: 300;
  font-size: 1.5vh;
  margin-bottom: 1.25vh;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1023px) {
  .sec-mvInfoLavel {
    font-size: 3.08vw;
    margin-bottom: 3.59vw;
  }
}
body.index01 .sec-mvInfoLavel {
  color: #C9C19F;
}
body.index02 .sec-mvInfoLavel {
  color: #E1D9B6;
}
body.index03 .sec-mvInfoLavel {
  color: #84673F;
}
body.index04 .sec-mvInfoLavel {
  color: #F7F3CE;
}
@media screen and (min-width: 1024px) {
  .sec-mvInfoIcon {
    width: 5vh;
    margin-bottom: 2.13vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-mvInfoIcon {
    width: 16.67vw;
    margin-right: 3.85vw;
  }
}

.sec-tag {
  line-height: 1.54;
  display: flex;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .sec-tag {
    flex-direction: column;
    font-size: 1.38vh;
    gap: 0.38vh;
    margin-bottom: 6.25vh;
    padding-top: 1.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-tag {
    align-items: center;
    font-size: 2.82vw;
    gap: 0.77vw;
  }
}
.sec-tag::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 2vh;
  background-color: #C9C19F;
  top: 0;
}
body.index02 .sec-tag::before {
  background-color: #E1D9B6;
}
body.index03 .sec-tag::before {
  background-color: #84673F;
}
body.index04 .sec-tag::before {
  background-color: #F7F3CE;
}
@media screen and (max-width: 1023px) {
  .sec-tag::before {
    position: static;
    height: 4.1vw;
    width: 1px;
  }
}
.sec-tagList {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  letter-spacing: 0;
}
@media screen and (max-width: 1023px) {
  .sec-tagList {
    gap: 0.77vw 2.05vw;
    width: 46.92vw;
    margin-left: 3.85vw;
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-tagList li::before {
  content: "＃";
}

@media screen and (min-width: 1024px) {
  .sec-contents {
    height: 100%;
    padding: 12.5vh 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec-contentsInner {
    height: 100%;
    display: flex;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contentsInner {
    padding-top: 15.38vw;
  }
}
.sec-contents__01 {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-contents__01 {
    margin-right: 15.63vh;
  }
  body.index04 .sec-contents__01 {
    margin-right: 10.63vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__01 {
    flex-direction: column;
    margin-bottom: 20.51vw;
  }
  body.index04 .sec-contents__01 {
    margin-bottom: 11.54vw;
  }
}
.sec-contents__01 .sec-contentsHead {
  font-family: "しっぽり明朝", "Shippori Mincho";
  line-height: 1.75;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .sec-contents__01 .sec-contentsHead {
    font-size: 3vh;
    margin-right: 7.75vh;
    margin-left: 1.5vh;
    padding-top: 31.5vh;
  }
  body.index01 .sec-contents__01 .sec-contentsHead {
    width: 38.75vh;
    padding-top: 31.5vh;
  }
  body.index02 .sec-contents__01 .sec-contentsHead {
    width: 32.5vh;
    padding-top: 26.25vh;
  }
  body.index03 .sec-contents__01 .sec-contentsHead {
    margin-right: 10.63vh;
    width: 25.87vh;
    padding-top: 31.5vh;
  }
  body.index04 .sec-contents__01 .sec-contentsHead {
    margin-right: 10.63vh;
    width: 26vh;
    padding-top: 31.5vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__01 .sec-contentsHead {
    width: 72.82vw;
    font-size: 5.64vw;
    margin: 0 auto 12.82vw;
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
.sec-contents__01 .sec-contentsImg {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sec-contents__01 .sec-contentsImg {
    border-radius: 0.38vh;
    margin-top: 7.5vh;
    width: 100vh;
    height: 61.88vh;
    margin-right: 10.63vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__01 .sec-contentsImg {
    margin: 0 calc(50% - 50vw) 12.82vw;
    width: 100vw;
    height: 61.54vw;
  }
}
.sec-contents__01 .sec-contentsBody {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .sec-contents__01 .sec-contentsBody {
    line-height: 2.1;
    font-size: 1.88vh;
    width: 41.25vh;
    margin-right: 10.63vh;
    padding-top: 19.88vh;
  }
  body.index03 .sec-contents__01 .sec-contentsBody {
    padding-top: 22.38vh;
  }
  body.index04 .sec-contents__01 .sec-contentsBody {
    margin-right: 15.63vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__01 .sec-contentsBody {
    line-height: 1.9;
    width: 71.79vw;
    margin: 0 auto 11.54vw;
    font-size: 3.59vw;
  }
  body.index04 .sec-contents__01 .sec-contentsBody {
    margin-bottom: 23.08vw;
  }
}
.sec-contents__01 .sec-contentsSubImg {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sec-contents__01 .sec-contentsSubImg {
    border-radius: 0.63vh;
    height: 25vh;
    width: 18.75vh;
  }
  body.index01 .sec-contents__01 .sec-contentsSubImg {
    margin-top: 44.38vh;
  }
  body.index02 .sec-contents__01 .sec-contentsSubImg {
    margin-top: 48.75vh;
  }
  body.index03 .sec-contents__01 .sec-contentsSubImg {
    align-self: flex-end;
    margin-bottom: 1.25vh;
  }
  body.index04 .sec-contents__01 .sec-contentsSubImg {
    margin-top: 11.38vh;
    height: 53vh;
    width: 85.63vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__01 .sec-contentsSubImg {
    border-radius: 0.77vw;
    width: 35.9vw;
    height: 47.69vw;
    margin: 0 1.28vw 0 auto;
  }
  body.index04 .sec-contents__01 .sec-contentsSubImg {
    background: #d9d9d9;
    width: 78.46vw;
    height: 48.21vw;
    margin: 0 auto;
  }
}
body.index02 .sec-contents__01 .sec-contentsImgText {
  display: flex;
  gap: 4.38vh;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__01 .sec-contentsImgText {
    gap: 6.38vh;
    margin: 0 calc(50% - 50vw) 12.82vw;
  }
  body.index02 .sec-contents__01 .sec-contentsImgText .sec-contentsSubImg {
    margin: 0;
  }
}
body.index02 .sec-contents__01 .sec-contentsImgText .text {
  align-self: flex-end;
  line-height: 2.1;
  width: 24.13vh;
  margin-bottom: -3.75vh;
  font-size: 1.88vh;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__01 .sec-contentsImgText .text {
    width: 44.1vw;
    font-size: 3.59vw;
    margin-bottom: -27.95vw;
  }
}
.sec-contents__02 {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 {
    margin-right: 18.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 {
    flex-direction: column;
    margin-bottom: 15.38vw;
  }
}
body.index02 .sec-contents__02Img {
  width: 85.63vh;
  height: 53vh;
  border-radius: 0.38vh;
  overflow: hidden;
  margin-top: 11vh;
  margin-right: 10.63vh;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__02Img {
    margin-top: 15.38vw;
    width: 78.46vw;
    height: 48.21vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.54vw;
  }
}
body.index03 .sec-contents__02Img {
  background: #D9D9D9;
  width: 85.63vh;
  height: 53vh;
  border-radius: 0.38vh;
  overflow: hidden;
  margin-top: 11vh;
  margin-right: 10.63vh;
}
@media screen and (max-width: 1023px) {
  body.index03 .sec-contents__02Img {
    margin-top: 2.56vw;
    width: 78.46vw;
    height: 48.21vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 11.54vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsHead {
    width: 41.25vh;
    margin-right: 10.63vh;
    padding-top: 8.13vh;
  }
  body.index03 .sec-contents__02 .sec-contentsHead {
    width: 45.13vh;
    margin-right: 8vh;
  }
  body.index04 .sec-contents__02 .sec-contentsHead {
    width: 42vh;
    padding-top: 15.88vh;
    margin-right: 15.63vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsHead {
    width: 72.56vw;
    margin: 0 auto 12.82vw;
  }
  body.index02 .sec-contents__02 .sec-contentsHead {
    width: 75.9vw;
    margin: 0 auto 23.33vw;
  }
  body.index03 .sec-contents__02 .sec-contentsHead {
    margin: 0 auto 23.33vw;
  }
  body.index04 .sec-contents__02 .sec-contentsHead {
    margin: 0 auto 23.33vw;
  }
}
.sec-contents__02 .sec-contentsHeading {
  font-family: "しっぽり明朝", "Shippori Mincho";
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsHeading {
    font-size: 3vh;
    padding-bottom: 3.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsHeading {
    font-size: 5.64vw;
    margin-bottom: 6.41vw;
  }
}
.sec-contents__02 .sec-contentsHeadText {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsHeadText {
    font-size: 1.88vh;
    line-height: 2.1;
  }
  body.index03 .sec-contents__02 .sec-contentsHeadText {
    width: 41.25vh;
  }
  body.index04 .sec-contents__02 .sec-contentsHeadText {
    width: 41.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsHeadText {
    font-size: 3.59vw;
    line-height: 1.9;
  }
  body.index02 .sec-contents__02 .sec-contentsHeadText {
    width: 72.05vw;
  }
}
.sec-contents__02 .sec-contentsBody {
  display: flex;
}
body.index01 .sec-contents__02 .sec-contentsBody {
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__02 .sec-contentsBody {
    margin: 0 calc(50% - 50vw) 12.82vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  body.index03 .sec-contents__02 .sec-contentsBody {
    margin: 0 calc(50% - 50vw) 12.82vw;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsBody {
    flex-direction: column;
  }
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsBody {
    padding-top: 3.13vh;
    width: 96.88vh;
    font-size: 1.88vh;
    line-height: 2.1;
  }
  body.index02 .sec-contents__02 .sec-contentsBody {
    width: auto;
  }
  body.index03 .sec-contents__02 .sec-contentsBody {
    width: auto;
  }
  body.index04 .sec-contents__02 .sec-contentsBody {
    width: auto;
    padding-top: 8.75vh;
  }
}
.sec-contents__02 .sec-contentsImg {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsImg {
    border-radius: 0.38vh;
    width: 58.75vh;
    height: 36.25vh;
    margin-bottom: 9.63vh;
  }
  body.index02 .sec-contents__02 .sec-contentsImg {
    width: 37.5vh;
  }
  body.index03 .sec-contents__02 .sec-contentsImg {
    margin-left: -12.5vh;
    width: 37.5vh;
  }
  body.index04 .sec-contents__02 .sec-contentsImg {
    order: -1;
    width: 41.88vh;
    height: 59.25vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsImg {
    border-radius: 0.77vw;
    width: 78.46vw;
    height: 48.21vw;
    margin: 0 auto 12.82vw;
  }
  body.index02 .sec-contents__02 .sec-contentsImg {
    width: 53.85vw;
    height: 33.08vw;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.index03 .sec-contents__02 .sec-contentsImg {
    width: 53.85vw;
    height: 33.08vw;
    margin-right: 0;
    margin-bottom: 0;
  }
  body.index04 .sec-contents__02 .sec-contentsImg {
    order: -1;
    background: #d9d9d9;
    width: 79.49vw;
    height: 112.31vw;
    align-self: center;
    margin-bottom: 0;
  }
}
body.index02 .sec-contents__02 .sec-contentsImg2 {
  overflow: hidden;
  border-radius: 0.38vh;
  width: 41.88vh;
  margin-top: 7.5vh;
  position: relative;
  z-index: -1;
  margin-left: -4.38vh;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__02 .sec-contentsImg2 {
    margin: -4.62vw auto 0;
    width: 79.49vw;
    height: 112.31vw;
  }
}
body.index03 .sec-contents__02 .sec-contentsImg2 {
  overflow: hidden;
  border-radius: 0.38vh;
  width: 42vh;
  margin-top: 7.5vh;
  position: relative;
  z-index: -1;
  margin-left: -4.38vh;
}
@media screen and (max-width: 1023px) {
  body.index03 .sec-contents__02 .sec-contentsImg2 {
    margin: -4.62vw auto 0;
    width: 79.49vw;
    height: 112.31vw;
  }
}
body.index04 .sec-contents__02 .sec-contentsImg2 {
  overflow: hidden;
  border-radius: 0.38vh;
  width: 42vh;
  margin-top: 7.5vh;
  position: relative;
  z-index: -1;
  margin-left: -4.38vh;
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsImg2 {
    margin: -4.62vw auto 0;
    width: 79.49vw;
    height: 112.31vw;
  }
}
@media screen and (min-width: 1024px) {
  body.index02 .sec-contents__02 .sec-contentsBottom {
    margin-left: 10.63vh;
    width: 41.88vh;
    padding-top: 13.38vh;
  }
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-contents__02 .sec-contentsBottom {
    width: 72.05vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  body.index03 .sec-contents__02 .sec-contentsBottom {
    margin-left: 10.63vh;
    width: 42vh;
    padding-top: 13.38vh;
  }
}
@media screen and (max-width: 1023px) {
  body.index03 .sec-contents__02 .sec-contentsBottom {
    width: 72.05vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  body.index04 .sec-contents__02 .sec-contentsBottom {
    display: flex;
    margin-left: 15.63vh;
    gap: 10.63vh;
    padding-top: 8.75vh;
  }
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsBottom {
    width: 100%;
  }
}
body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsBottomImg {
  overflow: hidden;
  border-radius: 0.38vh;
  width: 41.88vh;
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsBottomImg {
    width: 79.49vw;
    margin: 0 auto 12.82vw;
  }
}
body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsWrap {
  width: 40.88vh;
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsWrap {
    width: 73.08vw;
    margin: 0 auto;
  }
}
body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsWrap .sec-contentsHeading {
  font-size: 3vh;
  line-height: 1.75;
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-contents__02 .sec-contentsBottom .sec-contentsWrap .sec-contentsHeading {
    font-size: 5.64vw;
    line-height: 1.7;
  }
}
.sec-contents__02 .sec-contentsImgText {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsImgText {
    width: 46vh;
    margin-left: auto;
  }
  body.index03 .sec-contents__02 .sec-contentsImgText {
    margin-left: 0;
    align-self: flex-end;
    margin-bottom: 1.25vh;
  }
  body.index04 .sec-contents__02 .sec-contentsImgText {
    margin-left: -3.5vh;
    align-self: flex-end;
    margin-bottom: 1.25vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsImgText {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  body.index03 .sec-contents__02 .sec-contentsImgText {
    margin-bottom: 23.08vw;
  }
  body.index04 .sec-contents__02 .sec-contentsImgText {
    margin-top: -7.18vw;
    margin-bottom: 23.08vw;
  }
}
.sec-contents__02 .sec-contentsImgText .image {
  overflow: hidden;
}
body.index03 .sec-contents__02 .sec-contentsImgText .image {
  background: #E0E0E0;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsImgText .image {
    border-radius: 0.63vh;
    width: 18.75vh;
    min-width: 18.75vh;
    margin-right: 4.38vh;
    height: 25vh;
    margin-top: 1vh;
  }
  body.index03 .sec-contents__02 .sec-contentsImgText .image {
    margin-top: auto;
  }
  body.index04 .sec-contents__02 .sec-contentsImgText .image {
    margin-top: auto;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsImgText .image {
    width: 35.9vw;
    height: 47.69vw;
    margin-right: 13.08vw;
  }
}
.sec-contents__02 .sec-contentsImgText .text {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .sec-contents__02 .sec-contentsImgText .text {
    width: 22.75vh;
    font-size: 1.88vh;
    line-height: 2.1;
    margin-top: 2.88vh;
  }
  body.index03 .sec-contents__02 .sec-contentsImgText .text {
    margin-top: 0;
    margin-bottom: -0.88vh;
  }
  body.index04 .sec-contents__02 .sec-contentsImgText .text {
    margin-top: 0;
    margin-bottom: -0.88vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__02 .sec-contentsImgText .text {
    width: 45.9vw;
    font-size: 3.59vw;
    line-height: 1.9;
    padding-top: 19.23vw;
  }
}
.sec-contents__03 {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-contents__03 {
    margin-right: 15vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__03 {
    flex-direction: column;
    padding-bottom: 15.38vw;
  }
}
.sec-contents__03 .sec-contentsImg {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .sec-contents__03 .sec-contentsImg {
    border-radius: 0.63vh;
    width: 85.63vh;
    margin-right: 10.63vh;
    height: 53vh;
    margin-top: 11vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__03 .sec-contentsImg {
    margin: 0 calc(50% - 50vw) 12.82vw;
    width: 100vw;
    height: 61.79vw;
  }
}
@media screen and (min-width: 1024px) {
  .sec-contents__03 .sec-contentsBody {
    width: 41.25vh;
    padding-top: 8.13vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__03 .sec-contentsBody {
    width: 72.56vw;
    margin: 0 auto;
  }
}
.sec-contents__03 .sec-contentsHeading {
  font-family: "しっぽり明朝", "Shippori Mincho";
  letter-spacing: 0.07em;
}
@media screen and (min-width: 1024px) {
  .sec-contents__03 .sec-contentsHeading {
    width: 38.75vh;
    font-size: 3vh;
    padding-bottom: 3.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__03 .sec-contentsHeading {
    font-size: 5.64vw;
    line-height: 1.7;
    padding-bottom: 6.41vw;
  }
}
.sec-contents__03 .sec-contentsText {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  .sec-contents__03 .sec-contentsText {
    font-size: 1.88vh;
    line-height: 2.1;
  }
}
@media screen and (max-width: 1023px) {
  .sec-contents__03 .sec-contentsText {
    font-size: 3.59vw;
    line-height: 1.9;
  }
}

.sec-next {
  position: relative;
}
.sec-next::after {
  content: "";
  background: url("/about/assets/secret/img/next_bg_text01.webp") no-repeat center center/100%;
  position: absolute;
  right: 2.5vh;
  width: 11.13vh;
  height: 100vh;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .sec-next::after {
    right: -6.67vw;
    height: 138.21vw;
    width: 13.85vw;
    background-image: url("/about/assets/secret/img/next_bg_text01_sp.webp");
  }
}
@media screen and (min-width: 1024px) {
  .sec-next {
    height: 100%;
    width: 168.75vh;
  }
}
@media screen and (min-width: 1468px) {
  .sec-next {
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .sec-next {
    padding-bottom: 32.05vw;
  }
}
.sec-next::before {
  content: "";
  background: url("/about/assets/img/sec_logo01.webp") no-repeat center center/100%;
  position: absolute;
  bottom: 6.88vh;
  height: 2.5vh;
  width: 13.03vh;
  left: 78.88vh;
}
@media screen and (min-width: 1468px) {
  .sec-next::before {
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1023px) {
  .sec-next::before {
    left: 50%;
    transform: translate(-50%);
    bottom: 17.95vw;
    width: 24.67vw;
  }
}
body.index01 .sec-next::before {
  background-image: url("/about/assets/img/sec_logo02.webp");
}
body.index02 .sec-next::before {
  background-image: url("/about/assets/img/sec_logo03.webp");
}
body.index03 .sec-next::before {
  background-image: url("/about/assets/img/sec_logo04.webp");
}
@media screen and (min-width: 1024px) {
  .sec-nextInner {
    display: flex;
    gap: 7vh;
    height: 100%;
    padding: 15.63vh 0 3.75vh 10vh;
  }
}
@media screen and (min-width: 1468px) {
  .sec-nextInner {
    padding: 15.63vh 10vh 3.75vh 10vh;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextInner {
    padding: 11.28vw 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .sec-nextContentsWrap {
    display: flex;
    gap: 7vh;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1468px) {
  .sec-nextContentsWrap {
    position: relative;
    padding: 0 0 0 6vh;
    width: 158.5vh;
  }
}
.sec-nextHead {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-nextHead {
    gap: 3.62vh;
    width: 14.5vh;
    flex-direction: column;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextHead {
    justify-content: space-between;
    padding-right: 8.46vw;
    gap: 6.41vw;
    margin-bottom: 6.92vw;
  }
}
.sec-nextHeadText {
  font-family: "しっぽり明朝", "Shippori Mincho";
  writing-mode: vertical-rl;
  text-orientation: upright;
}
body.index04 .sec-nextHeadText {
  color: #E0E0E0;
}
.sec-nextHeadText .text-upright {
  text-combine-upright: all;
}
@media screen and (min-width: 1024px) {
  .sec-nextHeadText {
    letter-spacing: 0.38vh;
    font-size: 3.62vh;
    padding-right: 1.63vh;
  }
  body.index02 .sec-nextHeadText {
    padding-right: 0;
    margin-right: -1.25vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextHeadText {
    padding-top: 3.85vw;
    font-size: 6.15vw;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextPlate {
    width: 26.15vw;
  }
}
.sec-nextBody {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .sec-nextBody {
    padding-top: 2.75vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextBody {
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
  }
}
.sec-nextPhoto {
  background: url("/about/assets/secret/img/sec_frame02.webp") no-repeat center center/100%;
}
@media screen and (min-width: 1024px) {
  .sec-nextPhoto {
    height: 66.13vh;
    padding: 1.13vh;
    width: 105.62vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextPhoto {
    background: url("/about/assets/secret/img/sec_frame02_sp.webp") no-repeat center center/100%;
    width: 92.31vw;
    padding: 1.54vw;
    height: 58.21vw;
    margin: 0 -1.28vw 5.13vw;
  }
}
body.index02 .sec-nextPhoto {
  background: url("/about/assets/secret/img/sec_frame03.webp") no-repeat center center/100%;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-nextPhoto {
    background: url("/about/assets/secret/img/sec_frame03_sp.webp") no-repeat center center/100%;
  }
}
body.index03 .sec-nextPhoto {
  background: url("/about/assets/secret/img/sec_frame04.webp") no-repeat center center/100%;
}
@media screen and (max-width: 1023px) {
  body.index03 .sec-nextPhoto {
    background: url("/about/assets/secret/img/sec_frame04_sp.webp") no-repeat center center/100%;
  }
}
body.index04 .sec-nextPhoto {
  background: url("/about/assets/secret/img/sec_frame01.webp") no-repeat center center/100%;
}
@media screen and (max-width: 1023px) {
  body.index04 .sec-nextPhoto {
    background: url("/about/assets/secret/img/sec_frame01_sp.webp") no-repeat center center/100%;
  }
}
@media screen and (min-width: 1024px) {
  .sec-nextPhoto .image {
    height: 63.88vh;
    width: 103.38vh;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextPhoto .image {
    width: 89.23vw;
    height: 55.13vw;
  }
}

.sec-nextCard {
  position: absolute;
  bottom: 7.5vh;
  right: 5vh;
}
@media screen and (min-width: 1468px) {
  .sec-nextCard {
    bottom: 3.75vh;
    right: 0;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextCard {
    position: static;
    margin: 0 -1.28vw;
  }
}
.sec-nextCard .card {
  width: 52.88vh;
  margin-left: 0;
  margin-top: 0;
  padding: 3.75vh 3.75vh 3vh;
  pointer-events: auto;
  margin-right: 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1468px) {
  .sec-nextCard .card {
    margin-right: -1.25vh;
  }
}
body.index01 .sec-nextCard .card {
  background: #539572;
  color: #E1D9B6;
}
body.index02 .sec-nextCard .card {
  background: #A58965;
  color: #E2D9B4;
}
body.index03 .sec-nextCard .card {
  background: #79B9DF;
  color: #F7F3CE;
}
body.index04 .sec-nextCard .card {
  background: #34598C;
  color: #C7C09F;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card {
    padding: 4.36vw 6.92vw 3.85vw;
    width: 92.31vw;
    height: 43.33vw;
    margin: 0 -1.28vw;
  }
  .sec-nextCard .card::before {
    content: "";
    background: url("/about/assets/img/card_parentheses01_sp.webp") no-repeat center center/100%;
    position: absolute;
    width: 1.28vw;
    height: 38.46vw;
    left: 2.56vw;
    top: 3.08vw;
  }
  .sec-nextCard .card::after {
    content: "";
    background: url("/about/assets/img/card_parentheses02_sp.webp") no-repeat center center/100%;
    position: absolute;
    width: 1.28vw;
    height: 38.46vw;
    right: 2.56vw;
    top: 3.08vw;
  }
}
.sec-nextCard .card__head {
  margin-bottom: 2.25vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__head {
    margin-bottom: 2.05vw;
  }
}
.sec-nextCard .card__headLavel {
  width: 6.5vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__headLavel {
    width: 12.31vw;
  }
}
.sec-nextCard .card__body {
  margin-bottom: 2.75vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__body {
    margin-bottom: 0;
  }
}
.sec-nextCard .card__bodyText {
  letter-spacing: 0.02em;
  font-size: 1.63vh;
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-style: normal;
  overflow: hidden;
}
.sec-nextCard .card__bodyText::before {
  content: "";
  clear: both;
  display: block;
}
body.index01 .sec-nextCard .card__bodyText {
  color: #E1D9B6;
}
body.index02 .sec-nextCard .card__bodyText {
  color: #E2D9B4;
}
body.index03 .sec-nextCard .card__bodyText {
  color: #F7F3CE;
}
body.index04 .sec-nextCard .card__bodyText {
  color: #C7C09F;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bodyText {
    width: 67.69vw;
    height: 25.64vw;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 3.33vw;
    line-height: 1.55;
  }
  .sec-nextCard .card__bodyText::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 15.38vw;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(83, 149, 114, 0.8), rgb(83, 149, 114));
    pointer-events: none;
    width: 71.79vw;
  }
  body.index02 .sec-nextCard .card__bodyText::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(165, 137, 101, 0.8), rgb(165, 137, 101));
  }
  body.index03 .sec-nextCard .card__bodyText::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(121, 185, 223, 0.8), rgb(121, 185, 223));
  }
  body.index04 .sec-nextCard .card__bodyText::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(52, 89, 140, 0.8), rgb(52, 89, 140));
  }
}
.sec-nextCard .card__bodyFirstLetter {
  font-family: "しっぽり明朝", "Shippori Mincho";
  display: block;
  float: left;
  font-size: 4.38vh;
  margin-right: 0.88vh;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bodyFirstLetter {
    margin-right: 2.56vw;
    font-size: 8.21vw;
    line-height: 1.2;
  }
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottom {
    position: absolute;
    top: 46.92vw;
    left: 2.56vw;
  }
}
.sec-nextCard .card__bottomLavel {
  font-family: "Raleway";
  font-weight: 400;
  font-size: 1.5vh;
  margin-bottom: -1vh;
  color: #F7F3CE;
}
body.index04 .sec-nextCard .card__bottomLavel {
  color: #C7C09F;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomLavel {
    font-size: 3.59vw;
    margin-bottom: 0.51vw;
  }
  body.index02 .sec-nextCard .card__bottomLavel {
    color: #84673F;
  }
}
.sec-nextCard .card__bottomStatus {
  display: flex;
  align-items: center;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  .sec-nextCard .card__bottomStatus {
    min-height: 7.38vh;
  }
}
.sec-nextCard .card__bottomIcon {
  margin-right: 1.63vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomIcon {
    margin-right: 3.59vw;
  }
}
.sec-nextCard .card__bottomIcon img {
  width: 4.38vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomIcon img {
    width: 8.97vw;
  }
}
.sec-nextCard .card__bottomTags {
  font-size: 1.38vh;
  color: #e0e0e0;
  padding: 0 0 0 1.5vh;
  position: relative;
  width: 21.38vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomTags {
    font-size: 2.82vw;
    width: 51.28vw;
    padding: 0 0 0 2.82vw;
  }
}
.sec-nextCard .card__bottomTags::before {
  content: "";
  position: absolute;
  left: 0;
  height: 2.25vh;
  width: 1px;
  background-color: #C9C19F;
  top: 50%;
  transform: translateY(-50%);
}
body.index02 .sec-nextCard .card__bottomTags::before {
  background-color: #E2D9B4;
}
@media screen and (max-width: 1023px) {
  body.index02 .sec-nextCard .card__bottomTags::before {
    background-color: #84673F;
  }
}
body.index03 .sec-nextCard .card__bottomTags::before {
  background-color: #F7F3CE;
}
body.index04 .sec-nextCard .card__bottomTags::before {
  background-color: #C7C09F;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomTags::before {
    height: 3.08vw;
  }
}
.sec-nextCard .card__bottomLink {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 500;
  position: absolute;
  bottom: 4.38vh;
  right: 3.75vh;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomLink {
    bottom: 5.38vw;
    right: 6.67vw;
  }
}
.sec-nextCard .card__bottomLinkButton {
  width: 15.13vh;
  color: #1B5E87;
  border-radius: 18px;
  padding: 1.38vh 0 1.25vh;
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75vh;
}
body.index01 .sec-nextCard .card__bottomLinkButton {
  background: #E1D9B6;
  color: #346741;
}
body.index02 .sec-nextCard .card__bottomLinkButton {
  background: #E2D9B4;
  color: #84673F;
}
body.index03 .sec-nextCard .card__bottomLinkButton {
  background: #F7F3CE;
  color: #3185B9;
}
body.index04 .sec-nextCard .card__bottomLinkButton {
  background: #C7C09F;
  color: #273A57;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .card__bottomLinkButton {
    font-size: 3.33vw;
    width: 9.23vw;
    padding: 4.1vw 0.26vw 4.1vw 0;
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 27.69vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-nextCard .tagsList {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.38vh;
  -moz-column-gap: 0.75vh;
       column-gap: 0.75vh;
  color: #fff;
}
body.index04 .sec-nextCard .tagsList {
  color: #E0E0E0;
}
@media screen and (max-width: 1023px) {
  .sec-nextCard .tagsList {
    row-gap: 0.77vw;
    -moz-column-gap: 2.05vw;
         column-gap: 2.05vw;
  }
}
.sec-nextCard .tagsList li::before {
  content: "#";
}

.sec__prevLink {
  font-family: "ryo-gothic-plusn", "Noto Sans JP";
  font-weight: 500;
  position: absolute;
  top: 18.63vh;
  right: 14vh;
}
@media screen and (max-width: 1023px) {
  .sec__prevLink {
    position: static;
    margin: 26.67vw auto 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.sec__prevLinkButton {
  font-size: 1.75vh;
  width: 12.5vh;
  height: 12.5vh;
  border-radius: 100%;
  color: #fff;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .sec__prevLinkButton {
    font-size: 3.33vw;
    border-radius: 6.41vw;
    width: 26.67vw;
    height: 9.23vw;
  }
}

@media screen and (min-width: 1024px) {
  .sec-scrollHint {
    height: 25vh;
    width: 37.5vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 15;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    animation: scrollableFadeIn 2.2s ease-out none;
  }
  .sec-scrollHintLine {
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 25.5vh;
    top: 6.25vh;
  }
  .sec-scrollHintLine::before {
    content: "";
    position: absolute;
    height: 1.88vh;
    width: 1.88vh;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(45deg) translateX(-60%);
    left: 1vh;
    top: 0;
  }
  .sec-scrollHintLine::after {
    content: "";
    position: absolute;
    height: 1.88vh;
    width: 1.88vh;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-135deg) translateX(60%);
    top: 0;
    right: -0.71vh;
  }
  .sec-scrollHintImg {
    background: url("/about/assets/img/scrollHint01.svg") no-repeat center center/100%;
    width: 4.63vh;
    height: 6.75vh;
    position: absolute;
    top: 9.38vh;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec-scrollHintImg::before {
    content: "";
    position: absolute;
    background-color: #FFF;
    width: 0.56vh;
    height: 0.82vh;
    border-radius: 0.25vh;
    left: 50%;
    transform: translateX(-50%);
    top: 1.25vh;
  }
  .sec-scrollHintText {
    font-size: 2vh;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-weight: 500;
    text-align: center;
  }
  .sec-scrollable {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(76, 75, 75, 0.65);
    z-index: 5;
    opacity: 0;
    animation: scrollableFadeIn 2.2s ease-out none;
    pointer-events: none;
    mix-blend-mode: multiply;
  }
  .sec-scrollHintImg::before {
    animation: scrollHintMove 1.1s linear infinite;
  }
}
@keyframes scrollableFadeIn {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHintMove {
  0% {
    top: 1.25vh;
  }
  100% {
    top: 4.38vh;
  }
}
html {
  overflow-x: hidden !important;
}

body {
  background: #fff;
  color: #333;
  -webkit-font-smoothing: antialiased;
}

.mainvisual {
  height: 60.8055555556vw;
  max-height: 100vh;
  position: relative;
}
.mainvisual .swiper-wrapper {
  height: 100%;
}
.mainvisual .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainvisual .swiper-slide .bg {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainvisual .swiper-slide.swiper-slide-active .bg {
  animation: bg-scale 4s;
}
.mainvisual .subtitle {
  position: absolute;
  z-index: 2;
  left: 5.8333333333%;
  top: 30.1123595506%;
}
@media screen and (max-width: 1023px) {
  .mainvisual .swiper-slide .bg img.sp {
    display: block;
    width: 100%;
    height: auto;
  }
  .mainvisual .swiper-slide .bg img.pc {
      display: none;
  }
  .mainvisual .swiper-slide .bg{
    height: auto;
  }
}
.mainvisual .subtitle p {
  font-size: 56px;
  color: #fff;
  line-height: 1.2;
  font-family: var(--ff-zen);
}
.mainvisual .subtitle p small {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 12px;
  display: block;
}
.mainvisual .maintitle {
  position: absolute;
  z-index: 2;
  width: 514px;
  left: 5.8333333333%;
  bottom: 18.9887640449%;
}
.mainvisual__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  z-index: 1;
}
.mainvisual__link::before {
  content: "";
  background: #fff;
  opacity: 1;
  z-index: 2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  animation-name: arrow-border;
  animation-duration: 15s;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
}
.mainvisual__link::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.mainvisual__link__left {
  padding: 25px 0 25px 5.8333333333%;
  float: left;
  z-index: 3;
  position: relative;
}
.mainvisual__link__title p {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  font-family: var(--ff-zen);
}
.mainvisual__link__right {
  color: #fff;
  float: right;
  padding: 16px 5.8333333333% 16px 55px;
  position: relative;
  z-index: 3;
}
.mainvisual__link__right::before {
  content: "";
  background-color: #808080;
  width: 1px;
  height: calc(100% - 48px);
  position: absolute;
  left: 0;
  top: 24px;
}
.mainvisual__link__text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px 0 0;
}
.mainvisual__link__text p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-family: var(--ff-zen);
}
@media screen and (min-width: 1024px) {
  .mainvisual__link__text {
    overflow: hidden;
    height: 56px;
  }
  .mainvisual__link__text p {
    line-height: 56px;
    transition: 0.3s ease-in;
    font-style: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

  }
  .mainvisual__link__text p span {
    background: unset;
    display: unset;
    width: unset;
    height: unset;
    border-radius: unset;
    margin: unset;
    transition: 0.3s ease-in;
    transform: translateY(0);
  }
  .mainvisual__link__text p span:nth-child(2) {
    transition-delay: 0.02s;
  }
  .mainvisual__link__text p span:nth-child(3) {
    transition-delay: 0.04s;
  }
  .mainvisual__link__text p span:nth-child(4) {
    transition-delay: 0.06s;
  }
  .mainvisual__link__text p.trans span:nth-child(2) {
    transition-delay: 0.02s;
  }
  .mainvisual__link__text p.trans span:nth-child(3) {
    transition-delay: 0.04s;
  }
  .mainvisual__link__text p.trans span:nth-child(4) {
    transition-delay: 0.06s;
  }
/*  .mainvisual__link__right a:hover .mainvisual__link__text span {
    transform: translateY(-56px);
  }*/
}
.mainvisual__link__button {
  padding: 0;
}

.recommendation__list {
  background: #202020;
  position: relative;
  padding: 34.5px 0 0;
  overflow: hidden;
}
.recommendation__list h2 {
  font-size: 32px;
  color: #fff;
  width: 95%;
  max-width: 1224px;
  margin: 0 auto 32px;
  line-height: 1.6;
  font-family: var(--ff-zen);
  font-weight: bold;
}
.recommendation__list__button {
  color: #fff;
  position: absolute;
  top: 32px;
  right: 7.5%;
}
.recommendation__list .swiper-slide {
  width: 288px;
  margin-left: inherit;
  margin-right: auto;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.recommendation__list .swiper-slide.show {
  opacity: 1;
}
.recommendation__list .swiper-slide a {
  position: relative;
  display: block;
}
.recommendation__list .swiper-slide a .recommendation__list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (min-width: 1024px) {
  .recommendation__list .swiper-slide a::before {
    content: "";
    display: block;
    width: 1px;
    height: 0px;
    background: #fff;
    position: absolute;
    right: 0;
    top: calc(100% - 17px);
    transition: 0.3s ease-in;
  }
  .recommendation__list .swiper-slide a::after {
    content: "";
    display: block;
    width: 0px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: calc(100% - 16px);
    bottom: 0;
    transition: 0.3s ease-out;
  }
  .recommendation__list .swiper-slide a .recommendation__list__image img {
    transition: transform .3s;
  }
  .recommendation__list .swiper-slide a:hover .recommendation__list__image {
    position: relative;
    width: 100%;
  }
  .recommendation__list .swiper-slide a:hover .recommendation__list__image img {
    border-radius: 5px;
    color: #E1E2E1;
    position: absolute;
  }
  .recommendation__list .swiper-slide a .recommendation__list__image img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
  .recommendation__list.recommendation__list--area .swiper-slide a:hover .recommendation__list__image img {
    animation: none;
    transform: scale(1.15);
  }
  .recommendation__list .swiper-slide a:hover::before {
    height: 16px;
    opacity: 0.4;
  }
  .recommendation__list .swiper-slide a:hover::after {
    width: 16px;
    opacity: 0.4;
  }
}
.recommendation__list__image {
  margin-bottom: 8px;
  overflow: hidden;
/*  height: 192px;*/
  aspect-ratio: 288 / 192;
  border-radius: 4px;
  position: relative;
}
.recommendation__list__name h3 {
  font-size: 18px;
  line-height: 1.6;
  color: #fff;
  font-family: var(--ff-zen);
}
.recommendation__list__address p {
  font-size: 12px;
  color: #A6A7A6;
  line-height: 1.6;
  font-family: var(--ff-noto-sans);
}
.recommendation__list__floor p {
  font-size: 12px;
  color: #A6A7A6;
  line-height: 1.6;
  font-family: var(--ff-noto-sans);
}

.recommendation__list__swipe__inner {
  max-width: 1224px;
  margin: 32px auto;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.recommendation__list__swipe .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 40px;
  height: 40px;
  background: #111111;
  border-radius: 20px;
  margin: 0 8px 0 0;
  transition: 0.3s ease-in;
}
.recommendation__list__swipe .swiper-button-prev::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 12px;
  background-size: 100% auto;
  transform: rotate(180deg);
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  margin: auto;
  font-size: unset;
  font-family: unset;
}
.recommendation__list__swipe .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 40px;
  height: 40px;
  background: #111111;
  border-radius: 20px;
  margin: 0;
  transition: 0.3s ease-in;
}
.recommendation__list__swipe .swiper-button-next::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 12px;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 6px);
  left: 0;
  right: 0;
  margin: auto;
  font-size: unset;
  font-family: unset;
}
.recommendation__list__swipe .swiper-scrollbar {
  background: #808080;
  width: calc(100% - 104px);
  left: 0;
  bottom: calc(50% - 1px);
  height: 2px;
  overflow: hidden;
  margin-right: 16px;
}
.recommendation__list__swipe .swiper-scrollbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #CDCECD;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}

@media screen and (min-width: 1024px) {
  .recommendation__list__inner{
    width: 95%;
    max-width: 1224px;
    margin: 0 auto;
  }
  .recommendation__list__swipe {
    width: 95%;
    max-width: 1224px;
    margin: 0 auto;
    overflow: visible;
    padding-bottom: 0.5px;
  }
  .recommendation__list .recommendation__list__inner h2,
  .recommendation__list__inner .recommendation__list__swipe {
    width: 100%;
  }
  .recommendation__list__swipe__inner {
    width: 100%;
  }

  .recommendation__list__swipe .swiper-button-prev:hover ,
  .recommendation__list__swipe .swiper-button-next:hover {
    background: #808080;
    transform: scale(1.2, 1.2);
  }
}

.search {
  background: #202020;
  position: relative;
  padding: 24px 0 56px;
}
.search--top {
  padding-bottom: 90px;
}
.search::before {
  content: "";
  background: url(/assets/img/search_background.webp) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 305px;
  width: 850px;
  z-index: 1;
}
.search__inner {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.search h2 {
  margin: 0 0 16px;
  font-size: 32px;
  color: #fff;
  width: 85%;
  line-height: 1.6;
  font-family: var(--ff-zen);
  font-weight: bold;
}
.search__flex {
  display: flex;
  justify-content: space-between;
}
.search__flex__box {
  width: 23.5294117647%;
  background: #fff;
  border-radius: 8px;
  position: relative;
  opacity: 0;
}
.search__flex__box a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.search__flex__box:first-child a, .search__flex__box:nth-child(2) a {
  padding-top: 43px;
}
.search__flex__box::before {
  content: "";
  background: url(/assets/img/search_arrow.svg) no-repeat;
  width: 7.5px;
  height: 13px;
  background-size: 100% auto;
  position: absolute;
  bottom: 22.69px;
  right: 28.61px;
  z-index: 2;
  transition: 0.3s ease-in;
}
@media screen and (min-width: 1024px) {
  .search__flex__box:hover {
    background: #cdcecd;
    display: flex;
    align-items: baseline;
    transition: all 0.5s;
  }
  .search__flex__box:hover a {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: auto 0 0 auto;
    background: #fff;
    border-radius: 8px;
  }
  .search__flex__box:hover:first-child a, .search__flex__box:hover:nth-child(2) a {
    padding-top: 39px;
    padding-right: 4px;
  }
  .search__flex__box:hover::before {
    transform: translateX(8px);
  }
}
.search__flex__box__logo.icon1, .search__flex__box__logo.icon2 {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
}
.search__flex__box__logo.icon3, .search__flex__box__logo.icon4, .search__flex__box__logo.icon5, .search__flex__box__logo.icon6 {
  width: 32px;
  margin-right: 10px;
}
.search__flex__box__text p {
  text-align: center;
  margin-bottom: 43px;
  color: #231815;
  font-weight: bold;
  font-size: 24px;
  font-family: var(--ff-zen);
  line-height: 1;
}
.search__flex__box__text p small {
  font-size: 16px;
}
.search__flex__col2 {
  width: 49.0196078431%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search__flex__col2 .search__flex__box {
  width: 48.6666666667%;
}
.search__flex__col2 .search__flex__box a {
  width: 100%;
  display: flex;
  padding: 14px 12.925170068% 14px 6.8027210884%;
  align-items: center;
}
.search__flex__col2 .search__flex__box::before {
  bottom: calc(50% - 6.5px);
  right: 23.61px;
}
.search__flex__col2 .search__flex__box:first-child a {
  padding: 22px 12.925170068% 22px 6.8027210884%;
}
.search__flex__col2 .search__flex__box:nth-child(n+3) {
  margin-top: 16px;
}
.search__flex__col2 .search__flex__box__text p {
  margin-bottom: 0;
  font-size: 20px;
  text-align: left;
  line-height: 1.1;
}
.search__flex__col2 .search__flex__box__text p small {
  font-size: 14px;
}
@media screen and (min-width: 1024px) {
  .search__flex__col2 .search__flex__box:hover {
    background: #cdcecd;
    display: flex;
    align-items: baseline;
    transition: all 0.5s;
  }
  .search__flex__col2 .search__flex__box:hover a {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: auto 0 0 auto;
    background: #fff;
    border-radius: 8px;
    padding: 10px 12.925170068% 14px 5.4421768707%;
  }
  .search__flex__col2 .search__flex__box:hover:first-child a {
    padding: 21px 12.925170068% 24px 5.4421768707%;
  }
  .search__flex__col2 .search__flex__box:hover::before {
    transform: translateX(8px);
    transition: 0.3s ease-in;
  }
}
.search__flex.is-show .search__flex__box {
  animation: opacity 0.1s forwards;
}
.search__flex.is-show .search__flex__box.view1 {
  animation-delay: 0.6s;
}
.search__flex.is-show .search__flex__box.view2 {
  animation-delay: 0.7s;
}
.search__flex.is-show .search__flex__box.view3 {
  animation-delay: 0.8s;
}
.search__flex.is-show .search__flex__box.view4 {
  animation-delay: 0.9s;
}

.about {
  position: relative;
  background: #F7F8F7;
  padding-bottom: 86px;
}
.about__whiteblock1 {
  position: absolute;
  width: 194px;
  height: 194px;
  background: #fff;
  z-index: 2;
  top: 0;
  left: 22.9166666667%;
}
.about__whiteblock2 {
  position: absolute;
  width: 321px;
  height: 321px;
  background: #fff;
  z-index: 2;
  bottom: -45px;
  left: 25.2083333333%;
}
.about__whiteblock3 {
  position: absolute;
  width: 98px;
  height: 98px;
  background: #fff;
  z-index: 2;
  bottom: 7px;
  right: 8.2638888889%;
}
.about__contents {
  position: relative;
  z-index: 3;
}
.about__contents__image1 {
  width: 70.8333333333%;
  padding-top: 7.2916666667vw;
  margin: 0 0 0 auto;
}
.about__contents__image1 .swiper-slide img {
  width: 100%;
  height: 100%;
}
.about__contents__image1 .swiper-slide.swiper-slide-active img {
  animation: bg-scale 6s linear;
}
.about__contents__image2 {
  width: 73.75%;
  margin: 3.3333333333vw 0 5.625vw 7.5%;
}
.about__contents__semititle {
  position: absolute;
  left: 36.8055555556%;
  top: 71.1805555556vw;
}
.about__contents__semititle h2 {
  font-size: 18px;
  color: #880000;
  writing-mode: tb;
  font-family: var(--ff-zen);
}
.about__contents__title {
  position: absolute;
  left: 10.4166666667%;
  top: 7.0833333333vw;
}
.about__contents__title p {
  font-size: 56px;
  color: #231815;
  writing-mode: tb;
  font-family: var(--ff-zen);
  line-height: 1.3;
}
.about__contents__text {
  position: absolute;
  right: 28.6111111111%;
  bottom: 31.1805555556vw;
}
.about__contents__text p {
  font-size: 20px;
  line-height: 2.4;
  font-family: var(--ff-zen);
  color: #231815;
}
.about__contents__button {
  position: absolute;
  width: 234px;
  height: 234px;
  right: 30%;
  background: #fff;
  bottom: 12.1527777778vw;
  box-sizing: border-box;
}
.about__contents__button::before {
  content: "";
  width: 100%;
  height: 3px;
  background: #929393;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s all;
}
.about__contents__button::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #929393;
  position: absolute;
  top: 0;
  right: 0;
  transition: 1s all;
}
.about__contents__button > div {
  width: 100%;
  height: 100%;
  position: relative;
}
.about__contents__button > div::before {
  content: "";
  width: 80.7692307692%;
  height: 2px;
  background: #880000;
  position: absolute;
  top: 8.9743589744%;
  left: 21px;
}
.about__contents__button > div::after {
  content: "";
  width: 2px;
  height: 80.7692307692%;
  background: #880000;
  position: absolute;
  bottom: 9.4017094017%;
  right: 24px;
}
.about__contents__button a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 82px 20px 26px 21px;
  position: relative;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  font-family: var(--ff-zen);
  color: #231815;
}
.about__contents__button a::after {
  content: "";
  background: url(/assets/img/about_arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 13px;
  height: 16px;
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 1s all;
}
@media screen and (min-width: 1024px) {
  .about__contents__button:hover::before, .about__contents__button:hover::after {
    opacity: 0;
  }
  .about__contents__button:hover > div::before {
    animation: arrow-border2 1s;
  }
  .about__contents__button:hover > div::after {
    animation: arrow-border3 1s;
  }
  .about__contents__button:hover a::after {
    transform: translateX(10px);
  }
}
.about__contents__box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.about__contents__box__left {
  width: 34.7222222222%;
}
.about__contents__box__left .sr_video {
  padding: 148.8% 0 0 0;
  position: relative;
}
.about__contents__box__left .sr_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.about__contents__box__right {
  width: 38.0555555556%;
}
.about__contents__box__right .movie1 {
  width: 53.2846715328%;
  margin-left: auto;
}
.about__contents__box__right .movie1 .sr_video {
  padding: 150% 0 0 0;
  position: relative;
}
.about__contents__box__right .movie1 .sr_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.about__contents__box__right .movie2 {
  width: 46.7153284672%;
  margin-right: auto;
}
.about__contents__box__right .movie2 .sr_video {
  padding: 100% 0 0 0;
  position: relative;
  z-index: -1;
}
.about__contents__box__right .movie2 .sr_video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.about__contents__box__right img:first-child {
  width: 53.2846715328%;
  margin: 0 0 0 auto;
  display: block;
}
.about__contents__box__right img:last-child {
  width: 46.7153284672%;
}
.about__contents__scroll {
  position: absolute;
  right: 7.5%;
  bottom: 3.0555555556vw;
}
.about__contents__scroll a {
  font-size: 14px;
  font-weight: bold;
  font-family: var(--ff-zen);
  color: #231815;
  line-height: 1;
  position: relative;
  padding-top: 72px;
  cursor: default;
}
.about__contents__scroll a span {
  opacity: 1;
  transition: 0.3s ease-in;
  animation: scroll 3s infinite both;
}
.about__contents__scroll a span:nth-child(1) {
  animation-delay: 0s;
}
.about__contents__scroll a span:nth-child(2) {
  animation-delay: 0.2s;
}
.about__contents__scroll a span:nth-child(3) {
  animation-delay: 0.4s;
}
.about__contents__scroll a span:nth-child(4) {
  animation-delay: 0.6s;
}
.about__contents__scroll a span:nth-child(5) {
  animation-delay: 0.8s;
}
.about__contents__scroll a span:nth-child(6) {
  animation-delay: 1s;
}
.about__contents__scroll a::before {
  content: "";
  background: #B9BBBA;
  width: 1px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: arrow-border4 3s infinite both;
}

.reason {
  background-color: #F7F8F7;
  position: relative;
  padding-bottom: 40px;
}
.reason::before {
  content: "";
  background: url(/assets/img/reason_background.png) no-repeat;
  background-size: auto 100%;
  max-width: 1224px;
  width: 95%;
  height: 117px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.reason::after {
  content: "";
  background-color: #880000;
  width: calc(100% - 1320px);
  height: 4px;
  position: absolute;
  top: 113px;
  right: 0;
}
.reason__inner {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto;
  position: relative;
}
.reason h2 {
  padding: 167px 0 0;
  font-size: 40px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
  width: 100%;
}
.reason h2 small {
  font-size: 18px;
  color: #880000;
  font-weight: bold;
  font-family: var(--ff-zen);
  line-height: 1;
  padding-bottom: 15px;
}
.reason__text {
  position: absolute;
  right: 3%;
  bottom: 0;
}
.reason__text p {
  font-size: 18px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.reason__exp {
  position: absolute;
  left: 0;
  bottom: 21px;
}
.reason__exp.sp {
  display: none;
}
.reason__exp p {
  color: #6A6C6C;
  font-size: 14px;
  line-height: 1;
  font-family: var(--ff-noto-sans);
}
.reason__contents {
  border-top: 1px solid #CDCECD;
  border-bottom: 1px solid #CDCECD;
  margin-top: 40px;
}
.reason__contents__inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.reason__contents__item {
  width: 33.3796940195%;
  padding: 43px 4.1666666667% 40px;
  position: relative;
}
.reason__contents__item:nth-child(3n+2) {
  width: 33.2406119611%;
  padding-left: 4.0972222222%;
  padding-right: 4.0972222222%;
  border-left: 1px solid #CDCECD;
  border-right: 1px solid #CDCECD;
}
.reason__contents__item:nth-child(n+4) {
  border-top: 1px solid #CDCECD;
}
.reason__contents__item::before {
  content: "";
  background: #880000;
  width: 0;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 12.5%;
}
.reason__contents__item__image {
  margin-bottom: 16px;
}
.reason__contents__item__image img {
  border-radius: 6px;
}
.reason__contents__item__title {
  position: relative;
}
.reason__contents__item__title h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: var(--ff-zen);
  color: #231815;
  padding-right: 18px;
  line-height: 1.4;
}
.reason__contents__item__modal {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  right: 0;
}
.reason__contents__item__modal a, .reason__contents__item__modal img {
  display: block;
  width: 100%;
  height: 100%;
}
.reason__contents__item__modal img {
  transition: 1s all;
}
.reason__contents__item a:hover .reason__contents__item__modal img {
  transform: translateY(-5px);
}
.reason__contents.is-show .reason__contents__item::before {
  animation-delay: 2s;
  animation-name: series-border;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.reason__bottom {
  width: 95%;
  margin: 0 auto;
  max-width: 1224px;
  position: relative;
}
.reason__button {
  margin: 18px 0 0 auto;
  display: flex;
}
.reason__button a {
  margin-left: auto;
}

.series {
  background: #202020;
  padding: 56px 0 96px;
}
.series__inner {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto;
}
.series h2 {
  font-size: 40px;
  color: #fff;
  line-height: 1.6;
  font-family: var(--ff-zen);
  margin-bottom: 32px;
}
.series h2 small {
  font-size: 24px;
}
.series__contents {
  display: flex;
  justify-content: space-between;
}
.series__contents.is-show .series__item {
  animation: opacity 0.18s ease-in forwards;
}
.series__contents.is-show .series__item:nth-child(1) {
  animation-delay: 0.5s;
}
.series__contents.is-show .series__item:nth-child(2) {
  animation-delay: 0.6s;
}
.series__contents.is-show .series__item:nth-child(3) {
  animation-delay: 0.7s;
}
.series__contents.is-show .series__item:nth-child(4) {
  animation-delay: 0.8s;
}
.series__item {
  width: 23.5294117647%;
  opacity: 0;
}
.series__item__image {
  position: relative;
  margin-bottom: 24px;
}
@media screen and (min-width: 1024px) {
  .series__item__image__bg {
    position: relative;
    display: inline-block;
  }
  .series__item__image__bg img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
}
.series__item__image img {
  border-radius: 4px;
}
.series__item__image img.sp {
  display: none;
}
.series__item__logo {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0 8px 0;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 11px 12px;
}
.series__item__logo img {
  height: 18px;
  border-radius: unset;
}
.series__item__logo.color1 {
  background: #6A6C6C;
}
.series__item__logo.color1 img {
/*  width: 193px;*/
}
.series__item__logo.color2 {
  background: #9F802D;
}
.series__item__logo.color2 img {
/*  width: 189px;*/
}
.series__item__logo.color3 {
  background: #231815;
}
.series__item__logo.color3 img {
/*  width: 137px;*/
}
.series__item__logo.color4 {
  background: #066750;
}
.series__item__logo.color4 img {
/*  width: 137px;*/
}
.series__item__button {
  position: absolute;
  bottom: 2.5462962963%;
  right: 3.125%;
  background: #282524;
  display: block;
  width: 34px;
  height: 48px;
  border-radius: 4px;
}
.series__item__button::before {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  width: 8px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  right: 0;
  margin: auto;
}
.series__item__title h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.6;
  font-family: var(--ff-zen);
  margin-bottom: 16px;
}
.series__item__title h3 small {
  font-size: 14px;
  color: #B9BBBA;
}
.series__item__text p {
  font-size: 14px;
  line-height: 1.6;
  color: #C3C3C3;
  font-family: var(--ff-noto-sans);
}
.series__item a {
  position: relative;
}
.series__item a:hover .series__item__button::before {
  animation: arrow 0.5s;
}
.series__item a:hover::after {
  content: "";
  background: #fff;
  opacity: 0.3;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -17px;
  animation: arrow-border 0.3s;
}
.series__item a:hover .series__item__text p {
  color: #fff;
}
.series__button {
  margin: 32px 0 0 auto;
  display: flex;
}
.series__button a {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .series__button a:hover > div::before {
    animation: arrow-border 1s;
  }
  .series__button a:hover > div p {
    transform: translateY(-56px);
  }
  .series__button a:hover span .icon::before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #880000;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
}
.series__button a > div {
  padding-right: 40px;
  position: relative;
}
.series__button a > div::before {
  content: "";
  background: #CDCECD;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
@media screen and (min-width: 1024px) {
  .series__item__button {
    width: 40px;
    height: 56px;
  }
  .series__item__button::before {
    width: 10px;
    height: 16px;
  }
  .series__button a > div {
    height: 56px;
    overflow: hidden;
  }
  .series__button a > div p {
    transition: 0.3s ease-in;
    text-shadow: 0px 56px 0px #fff;
    line-height: 56px;
  }
}
.series__button a p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.series__button a span {
  background: #880000;
  display: flex;
  flex-flow: column;
  text-align: center;
  width: 40px;
  height: 56px;
  border-radius: 4px;
  position: relative;
  margin-left: 8px;
}
.series__button a span .icon {
  width: 9px;
  height: 14px;
  display: block;
  position: relative;
  margin: auto;
}
.series__button a span .icon img {
  display: block;
}

.style {
  padding: 64px 0;
}
.style__subtitle {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto 8px;
}
.style__subtitle p {
  color: #880000;
  font-size: 18px;
  line-height: 1;
  font-family: var(--ff-zen);
}
.style h2 {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto 48px;
  color: #231815;
  font-size: 40px;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.style h2 br {
  display: none;
}
.style__contents {
  border-top: 1px solid #CDCECD;
  overflow: hidden;
}
.style__slidearea {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  border-bottom: 1px solid #CDCECD;
}
.style__slidearea__left {
  width: 45.7516339869%;
  border-right: 1px solid #CDCECD;
  padding: 57px 5.1446945338% 120px 0;
  position: relative;
}
.style__slidearea__left::before {
  content: "";
  background: #880000;
  width: 56px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}
.style__contents.is-show .style__slidearea__left::before {
  /* animation-delay: 2s; */
  animation-name: series-border;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.style__slidearea__left__image {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .style__slidearea__left__image__pc {
    position: relative;
    display: inline-block;
  }
  .style__slidearea__left__image__pc img.hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
  }
}
.style__slidearea__left__image__sp {
  display: none;
}
.style__slidearea__left__item {
  position: absolute;
  width: 75.2016129032%;
  left: 0;
  right: 0;
  margin: auto;
  top: 32.5870646766%;
}
.style__slidearea__left__item::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}
.style__slidearea__left__item::after {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.style__slidearea__left__item .text {
  padding: 29.2px 0 47.8px 0;
  width: 91.1528150134%;
  position: relative;
}
.style__slidearea__left__item .text::before {
  content: "";
  background: url(/assets/img/style_line.webp) no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 17.5px;
  position: absolute;
  bottom: 6.5px;
  left: 0;
}
.style__slidearea__left__item .text p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-family: var(--ff-zen);
}
.style__slidearea__left__item .title p {
  font-size: 38px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  padding-bottom: 15px;
  font-family: var(--ff-zen);
}
.style__slidearea__left__button {
  position: absolute;
  width: 64.5161290323%;
  bottom: 35.3233830846%;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.style__slidearea__left__button > div {
  position: relative;
  height: 56px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .style__slidearea__left__button > div {
    width: 85%;
  }
  .style__slidearea__left__button > div p {
    transition: 0.3s ease-in;
    text-shadow: 0px 56px 0px #fff;
    line-height: 56px;
  }
}
.style__slidearea__left__button > div::before {
  content: "";
  background: #CDCECD;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.3;
}
.style__slidearea__left__button p {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  line-height: 56px;
  font-family: var(--ff-zen);
}
.style__slidearea__left__button span {
  background: #880000;
  display: flex;
  flex-flow: column;
  text-align: center;
  width: 40px;
  height: 56px;
  border-radius: 4px;
  position: relative;
  margin-left: 8px;
}
.style__slidearea__left__button span .icon {
  width: 9px;
  height: 14px;
  display: block;
  position: relative;
  margin: auto;
}
.style__slidearea__left__button span .icon img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .style__slidearea__left a:hover .style__slidearea__left__item::before {
    animation: arrow-border 0.3s;
  }
  .style__slidearea__left a:hover .style__slidearea__left__item::after {
    animation: arrow-border5 0.3s;
  }
  .style__slidearea__left a:hover .style__slidearea__left__button > div::before {
    animation: arrow-border 1s;
  }
  .style__slidearea__left a:hover .style__slidearea__left__button > div p {
    transform: translateY(-56px);
  }
  .style__slidearea__left a:hover .style__slidearea__left__button span .icon::before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #880000;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
}
.style__slidearea__right {
  width: 54.2483660131%;
  padding: 57px 0 74px 5.2287581699%;
}
.style__slidearea__right__subtitle p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 32px;
  font-family: var(--ff-zen);
}
.style__slidearea .swiper-wrapper {
  flex-wrap: wrap;
}
.style__slidearea .swiper-slide {
  padding: 34px 0;
  display: flex;
}
.style__slidearea .swiper-slide:first-child {
  padding-top: 0;
}
.style__slidearea .swiper-slide:nth-child(n+2) {
  border-top: 1px solid #CDCECD;
}
.style__slidearea .swiper-slide .left {
  width: 48%;
  margin-right: 4%;
}
.style__slidearea .swiper-slide .left a {
  display: block;
}
.style__slidearea .swiper-slide .right {
  width: 48%;
  position: relative;
}
.style__slidearea .swiper-slide .right .date p {
  font-size: 12px;
  line-height: 1.6;
  color: #880000;
  margin-bottom: 34px;
  font-family: var(--ff-noto-sans);
}
.style__slidearea .swiper-slide .right .title {
  margin-bottom: 16px;
}
.style__slidearea .swiper-slide .right .title a {
  font-size: 18px;
  line-height: 1.4;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
  display: block;
}
.style__slidearea .swiper-slide .right .title a i {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: text-bottom;
  margin-bottom: 3px;
  margin-left: 5px;
}
.style__slidearea .swiper-slide .right .title a i img {
  display: block;
}
.style__slidearea .swiper-slide .right .tag {
  display: flex;
  flex-wrap: wrap;
}
.style__slidearea .swiper-slide .right .tag > div {
  margin: 4px 4px 0 0;
  display: flex;
}
.style__slidearea .swiper-slide .right .tag > div a {
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
  padding: 1px 4px;
  background: #4A4D4D;
  border-radius: 3px;
  font-family: var(--ff-noto-sans);
}
.style__slidearea__button {
  margin: 8px 0 0 auto;
  display: flex;
}
.style__slidearea__button a {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .style__slidearea__button a:hover > div::before {
    animation: arrow-border 1s;
  }
  .style__slidearea__button a:hover > div p {
    transform: translateY(-56px);
  }
  .style__slidearea__button a:hover span .icon::before {
    animation: img-wrap 1s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    background: #880000;
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
}
.style__slidearea__button a > div {
  width: 264px;
  position: relative;
}
.style__slidearea__button a > div::before {
  content: "";
  background: #808080;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
}
@media screen and (min-width: 1024px) {
  .style__slidearea__button a > div {
    height: 56px;
    overflow: hidden;
  }
  .style__slidearea__button a > div p {
    transition: 0.3s ease-in;
    text-shadow: 0px 56px 0px #880000;
    line-height: 56px;
  }
}
.style__slidearea__button a p {
  font-size: 16px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
  margin-right: 8px;
}
.style__slidearea__button a span {
  background: #880000;
  display: flex;
  flex-flow: column;
  text-align: center;
  width: 40px;
  height: 56px;
  border-radius: 4px;
  position: relative;
  margin-left: 8px;
}
.style__slidearea__button a span .icon {
  width: 9px;
  height: 14px;
  display: block;
  position: relative;
  margin: auto;
}
.style__slidearea__button a span .icon img {
  display: block;
}
.style__slidearea__follow {
  width: 104px;
  height: 104px;
  background: #F7F8F7;
  border-radius: 50%;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  cursor: none;
  padding-top: 33px;
  text-align: center;
  transition: transform ease 0.2s;
  z-index: 1000;
  display: none;
  transform: scale(.65);
}
.style__slidearea__follow.is-active {
/*  display: block;*/
  transform: scale(1);
}
.style__slidearea__follow p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
  margin: 0;
  width: 100%;
}
.style__slidearea__follow span {
  width: 10.7px;
  display: block;
  margin: 9.68px auto 0;
}
.style__slidearea__follow span i, .style__slidearea__follow span img {
  display: block;
}
@media screen and (max-width: 1023px) {
  .style__slidearea__follow {
    display: none !important;
  }
}
.style__tour {
  padding: 40px 0 0;
}
.style__tour__top {
  width: 95%;
  max-width: 1224px;
  margin: 0 auto 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.style__tour h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.6;
  color: #231815;
  font-family: var(--ff-zen);
  display: contents;
  margin: 0;
}
.style__tour h2 br {
  display: none;
}
.style__tour__text p {
  font-size: 18px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.style__tour__slider {
  margin-left: calc((100% - 1224px) / 2);
  overflow: hidden;
  position: relative;
}
.style__tour__slider .swiper-container {
  overflow: hidden;
}
.style__tour__slider .swiper-slide {
  max-width: 288px;
}
.style__tour__slider .swiper-slide-active .img::after {
  background-color: rgba(0, 0, 0, 0);
}
.style__tour__slider .swiper-slide-active .img::before {
  content: none;
}
.style__tour__slider .swiper-slide a {
  transition: 0.3s opacity ease;
}
.style__tour__slider .swiper-slide a:hover {
  opacity: 0.7;
  transition: 0.3s opacity ease;
}

.style__tour__slider .swiper-option {
  width: 100%;
  max-width: 1224px;
  margin: 32px auto 32px 0;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.style__tour__slider .swiper-button-prev {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 40px;
  height: 40px;
  background: #880000;
  border-radius: 20px;
  margin: 0 8px 0 0;
  transition: 0.3s ease-in;
}
.style__tour__slider .swiper-button-prev::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 14px;
  transform: rotate(180deg);
}
.style__tour__slider .swiper-button-next {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  width: 40px;
  height: 40px;
  background: #880000;
  border-radius: 20px;
  margin: 0;
  transition: 0.3s ease-in;
}
.style__tour__slider .swiper-button-next::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  right: 0;
  margin: auto;
  width: 7px;
  height: 14px;
}
.style__tour__slider .swiper-scrollbar {
  background: #F1F1F1;
  width: calc(100% - 104px);
  left: 0;
  bottom: calc(50% - 1px);
  height: 3px;
  overflow: hidden;
  margin-right: 16px;
}
.style__tour__slider .swiper-scrollbar span {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #880000;
  border-radius: 7px;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.style__tour__slider .img {
  margin-bottom: 16px;
  width: 100%;
  position: relative;
}
/* .style__tour__slider .img::before {
  content: "";
  background: url(/assets/img/tour_start.webp) no-repeat;
  background-size: cover;
  width: 88px;
  height: 88px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}
.style__tour__slider .img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.2s background-color ease;
  border-radius: 8px;
} */
.style__tour__slider .img .sr_video {
  border-radius: 8px;
  overflow: hidden;
}
.style__tour__slider .text {
  font-size: 18px;
  color: #231815;
  line-height: 1.6;
  font-family: var(--ff-zen);
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.style__tour__slider .text span {
  margin-left: 4px;
}
.style__tour__slider .icon {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  margin: auto;
}
.style__tour__slider .icon img {
  display: block;
}
.style__tour__button {
  max-width: 1224px;
  width: 95%;
  margin: 0 auto;
  text-align: right;
  display: flex;
}
.style__tour__button a {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  font-size: 16px;
  font-family: var(--ff-zen);
  align-items: center;
}
.style__tour__button a .icon-wrap {
  margin-left: 4px;
}
.style__tour__button a .icon-wrap .icon {
  width: 18px;
  height: 18px;
  display: block;
  position: relative;
  margin: auto;
}
.style__tour__button a .icon-wrap .icon img {
  display: block;
}
@media screen and (min-width: 1024px) {
  .style__tour__slider .swiper-button-prev:hover {
    transform: scale(1.2, 1.2);
    background: #670606;
  }
  .style__tour__slider .swiper-button-next:hover {
    transform: scale(1.2, 1.2);
    background: #670606;
  }
}

.sr_video {
  padding: 177.78% 0 0 0;
  position: relative;
}
.sr_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.media {
  border-top: 1px solid #CDCECD;
}
.media__inner {
  max-width: 1224px;
  width: 95%;
  margin: 0 auto;
  display: flex;
}
.media__left {
  width: 50%;
  border-right: 1px solid #CDCECD;
  position: relative;
  padding: 59px 4.1666666667% 64px 0;
}
.media__left::before {
  content: "";
  background: #880000;
  width: 0px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 0;
}
.media.is-show .media__left::before {
  animation-name: series-border;
  animation-duration: 1s;
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.media__left__title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.media__left__title .icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.media__left__title h2 {
  font-size: 20px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.media__left__item a {
  display: block;
}
.media__left__item p {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 16px;
  color: #231815;
  font-family: var(--ff-noto-sans);
}
.media__left__item .image {
  position: relative;
}
.media__left__item .image .button {
  width: 104px;
  height: 104px;
  background: #F7F8F7;
  border-radius: 50%;
  position: absolute;
  right: 25.1785714286%;
  top: 45.308310992%;
  padding-top: 33px;
  text-align: center;
  display: none;
}
.media__left__item .image .button p {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
  margin: 0;
  width: 100%;
}
.media__left__item .image .button span {
  width: 10.7px;
  display: block;
  margin: 9.68px auto 0;
}
.media__left__item .image .button span i, .media__left__item .image .button span img {
  display: block;
}
.media__right {
  width: 50%;
  position: relative;
  padding: 59px 0 64px 4.1666666667%;
}
.media__right::before {
  content: "";
  background: #880000;
  width: 0px;
  height: 4px;
  position: absolute;
  top: -1px;
  left: 9.1071428571%;
}
.media.is-show .media__right::before {
  animation-name: series-border;
  animation-duration: 1s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}
.media__right__title {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.media__right__title .icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}
.media__right__title h2 {
  font-size: 20px;
  color: #231815;
  font-weight: bold;
  font-family: var(--ff-zen);
}
.media__right__sns {
  position: relative;
}
.media__right__sns a[tabindex="-1"] {
  color: #333;
  cursor: default;
}
.media__right__sns a[tabindex="-1"]:hover img {
  transform: none;
}
.media__right__sns__item1 {
  position: absolute;
  top: 19.5710455764%;
  left: 14.8214285714%;
  width: 53px;
}
.media__right__sns__item1 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.media__right__sns__item1 a:hover img {
  transform: translateY(-5px);
}
.media__right__sns__item1 img {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  transition: 0.3s all;
}
.media__right__sns__item2 {
  position: absolute;
  top: 19.5710455764%;
  left: 0;
  right: 0;
  margin: auto;
  width: 53px;
}
.media__right__sns__item2 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.media__right__sns__item2 a:hover img {
  transform: translateY(-5px);
}
.media__right__sns__item2 img {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  transition: 0.3s all;
}
.media__right__sns__item3 {
  position: absolute;
  top: 19.5710455764%;
  right: 14.8214285714%;
  width: 68px;
}
.media__right__sns__item3 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.media__right__sns__item3 a:hover img {
  transform: translateY(-5px);
}
.media__right__sns__item3 img {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  transition: 0.3s all;
}
.media__right__sns__item4 {
  position: absolute;
  bottom: 19.5710455764%;
  left: 27.8571428571%;
  width: 77px;
}
.media__right__sns__item4 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.media__right__sns__item4 a:hover img {
  transform: translateY(-5px);
}
.media__right__sns__item4 img {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  transition: 0.3s all;
}
.media__right__sns__item5 {
  position: absolute;
  bottom: 19.5710455764%;
  right: 27.8571428571%;
  width: 72px;
}
.media__right__sns__item5 a {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.media__right__sns__item5 a:hover img {
  transform: translateY(-5px);
}
.media__right__sns__item5 img {
  width: 53px;
  height: 53px;
  margin: 0 auto 8px;
  transition: 0.3s all;
}
.media__right__item p {
  line-height: 1.6;
  margin-top: 16px;
  font-size: 16px;
  color: #231815;
  font-family: var(--ff-noto-sans);
}

.reasonModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 501;
/*  background-color: rgba(0, 0, 0, 0.3);*/
}
.reasonModal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.reasonModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.reasonModal__content {
  position: relative;
  background-color: rgba(32, 32, 32, 0.9);
  backdrop-filter: blur(10px);
  width: 100%;
  border-radius: 20px;
  max-width: 600px;
  max-height: 692px;
  padding: 94.5px 40px 40px;
}
.reasonModal .swiper {
  height: 100%;
}
.reasonModal .swiper__slide {
  overflow-y: scroll;
}
.reasonModal__left {
  width: 96.7307692308%;
  margin: 0 auto 32px;
}
.reasonModal__left img {
  border-radius: 6.17px;
}
.reasonModal__left .sr_video {
  padding-top: 56.4612326044%;
  border-radius: 8px;
}
.reasonModal__right {
  width: 100%;
}
.reasonModal__right__title p {
  font-size: 24px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 48px;
  font-family: var(--ff-zen);
  position: relative;
}
.reasonModal__right__title p::before {
  content: "";
  background: #A6A7A6;
  width: 48px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.reasonModal__right__text p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  font-family: var(--ff-noto-sans);
}
.reasonModal__MenuActions {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 80px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .reasonModal__MenuBtn {
    width: 80px;
    height: 38.5px;
    position: relative;
  }
  .reasonModal__MenuBtn .reasonModal__MenuBtnText {
    position: absolute;
    line-height: 1;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #a6a7a6;
    bottom: 7.42px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-in;
  }
  .reasonModal__MenuBtn .reasonModal__MenuBtnIcon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .reasonModal__MenuBtn .reasonModal__MenuBtnIcon span {
    transition: 0.5s ease-out;
    position: absolute;
    width: 32.62px;
    height: 1px;
    background: #fff;
    top: 9px;
  }
  .reasonModal__MenuBtn .reasonModal__MenuBtnIcon span:nth-child(1) {
    transform: translateX(-50%) rotate(20deg);
  }
  .reasonModal__MenuBtn .reasonModal__MenuBtnIcon span:nth-child(2) {
    transform: translateX(-50%) rotate(-20deg);
  }
  .reasonModal__MenuBtn::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #a6a7a6;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in;
  }
  .reasonModal__MenuBtn::after {
    content: "";
    display: block;
    width: 1px;
    height: 38.5px;
    background: #a6a7a6;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-in;
  }
  .reasonModal__MenuBtn:hover .reasonModal__MenuBtnText {
    color: #fff;
  }
  .reasonModal__MenuBtn:hover .reasonModal__MenuBtnIcon span:nth-child(1) {
    transform: translateX(-50%) rotate(0);
  }
  .reasonModal__MenuBtn:hover .reasonModal__MenuBtnIcon span:nth-child(2) {
    transform: translateX(-50%) rotateZ(0) rotateY(180deg);
  }
  .reasonModal__MenuBtn:hover::before {
    opacity: 0;
    width: 0;
  }
  .reasonModal__MenuBtn:hover::after {
    opacity: 0;
    height: 0;
  }
}
.reasonModal .swiper-button-prev {
  left: -20px;
  width: 40px;
  height: 40px;
  background: #231815;
  border-radius: 20px;
}
.reasonModal .swiper-button-prev::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 14px;
  transform: rotate(180deg);
}
.reasonModal .swiper-button-next {
  right: -20px;
  width: 40px;
  height: 40px;
  background: #231815;
  border-radius: 20px;
}
.reasonModal .swiper-button-next::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 14px;
}

.tourModal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: none;
  opacity: 0;
  z-index: 501;
/*  background-color: rgba(0, 0, 0, 0.3);*/
}
.tourModal.is-active {
  opacity: 1;
  pointer-events: auto;
}
.tourModal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.tourModal__content {
  position: relative;
  background-color: rgba(32, 32, 32, 0.9);
  backdrop-filter: blur(10px);
  width: 100%;
  max-width: 808px;
  height: auto;
  max-height: 652px;
  border-radius: 20px;
  padding: 40px 0;
}
.tourModal__inner {
  display: flex;
  height: 100%;
  padding: 0 40px;
}
.tourModal__left {
  width: 43.956043956%;
  margin-right: 5.4945054945%;
  position: relative;
}
.tourModal__left img {
  border-radius: 6.17px;
}
.tourModal__left .sr_video {
  padding-top: 178.8149250031%;
  border-radius: 9px;
  overflow: hidden;
}
.tourModal__left__instagram {
  margin-top: 12px;
}
.tourModal__left__instagram a {
  font-size: 12px;
  color: #CDCECD;
  padding: 0 10px 0 20px;
  font-family: var(--ff-noto-sans);
  position: relative;
}
.tourModal__left__instagram a::before {
  content: "";
  background: url(/assets/img/tourModal_instagram.svg) no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
}
.tourModal__left__instagram a::after {
  content: "";
  background: url(/assets/img/tourModal_arrow.svg) no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 10px;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}
.tourModal__right {
  width: 50.5494505495%;
  padding-top: 80px;
}
.tourModal__right__logo {
  margin: 40px 0 24px;
  border-radius: 6px;
  display: inline-block;
}
.tourModal__right__logo.color1 {
  background: #A6A7A6;
}
.tourModal__right__logo.color2 {
  background: #9F802D;
}
.tourModal__right__logo img {
  width: 141px;
  padding: 7.41px 9.33px;
}
.tourModal__right__title p {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  font-family: var(--ff-zen);
  margin-bottom: 48px;
  position: relative;
}
.tourModal__right__title p::before {
  content: "";
  background: #A6A7A6;
  width: 48px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -25px;
}
.tourModal__right__text p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
  font-family: var(--ff-noto-sans);
}
.tourModal__right__detail table {
  width: 100%;
}
.tourModal__right__detail tr:nth-child(n+2) {
  border-top: 1px dotted rgba(255, 255, 255, 0.2);
}
.tourModal__right__detail th {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  padding: 8px 0;
  opacity: 0.7;
  transform: rotate(0.05em);
  font-family: var(--ff-noto-sans);
}
.tourModal__right__detail td {
  text-align: right;
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  padding: 8px 0;
  font-family: var(--ff-noto-sans);
}
.tourModal__right__tag {
  margin-top: 24px;
}
.tourModal__right__tag ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.tourModal__right__tag li {
  margin-right: 6px;
}
.tourModal__right__tag li span {
  font-size: 12px;
  line-height: 1.6;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.tourModal__right__button {
  margin-top: 60px;
  display: flex;
  justify-content: flex-end;
}
.tourModal__right__button a {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
}
.tourModal__right__button a p {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  border-bottom: 1px solid #808080;
  font-family: var(--ff-zen);
  width: 196px;
}
.tourModal__right__button a span {
  background: #880000;
  display: block;
  width: 27px;
  height: 40px;
  border-radius: 4px;
  position: relative;
  margin-left: 8px;
}
.tourModal__right__button a span::before {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 0;
  right: 0;
  margin: auto;
}
.tourModal__MenuActions {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 80px;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .tourModal__MenuBtn {
    width: 80px;
    height: 38.5px;
    position: relative;
  }
  .tourModal__MenuBtn .tourModal__MenuBtnText {
    position: absolute;
    line-height: 1;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
    color: #a6a7a6;
    bottom: 7.42px;
    font-size: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease-in;
  }
  .tourModal__MenuBtn .tourModal__MenuBtnIcon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .tourModal__MenuBtn .tourModal__MenuBtnIcon span {
    transition: 0.5s ease-out;
    position: absolute;
    width: 32.62px;
    height: 1.2px;
    background: #fff;
    top: 9px;
  }
  .tourModal__MenuBtn .tourModal__MenuBtnIcon span:nth-child(1) {
    transform: translateX(-50%) rotate(20deg);
  }
  .tourModal__MenuBtn .tourModal__MenuBtnIcon span:nth-child(2) {
    transform: translateX(-50%) rotate(-20deg);
  }
  .tourModal__MenuBtn::before {
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    background: #a6a7a6;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.5s ease-in;
  }
  .tourModal__MenuBtn::after {
    content: "";
    display: block;
    width: 1px;
    height: 38.5px;
    background: #a6a7a6;
    position: absolute;
    right: 0;
    top: 0;
    transition: 0.5s ease-in;
  }
  .tourModal__MenuBtn:hover .l-headerMenuBtnText {
    color: #fff;
  }
  .tourModal__MenuBtn:hover .l-headerMenuBtnIcon span:nth-child(1) {
    transform: translateX(-50%) rotate(0);
  }
  .tourModal__MenuBtn:hover .l-headerMenuBtnIcon span:nth-child(2) {
    transform: translateX(-50%) rotateZ(0) rotateY(180deg);
  }
  .tourModal__MenuBtn:hover::before {
    opacity: 0;
    width: 0;
  }
  .tourModal__MenuBtn:hover::after {
    opacity: 0;
    height: 0;
  }
}
.tourModal .swiper {
  height: 100%;
}
.tourModal .swiper__slide {
  height: 100%;
}
.tourModal .swiper-button-prev {
  left: -20px;
  width: 40px;
  height: 40px;
  background: #231815;
  border-radius: 20px;
}
.tourModal .swiper-button-prev::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 14px;
  transform: rotate(180deg);
}
.tourModal .swiper-button-next {
  right: -20px;
  width: 40px;
  height: 40px;
  background: #231815;
  border-radius: 20px;
}
.tourModal .swiper-button-next::after {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 7px;
  height: 14px;
}

.Fix {
  display: none;
}

.spMenu {
  display: none;
}

.area .mainvisual {
  max-height: calc(100vh - 112px);
}
.area .mainvisual .subtitle {
  top: 41.1311053985%;
}
.area .mainvisual .subtitle p {
  line-height: 1.4;
}
.area .mainvisual .subtitle p br {
  display: none;
}
.area .mainvisual .maintitle {
  bottom: 6.1696658098%;
}
.area .mainvisual .bg {
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .area .mainvisual {
    margin-top: 113.594px;
  }
}
.area .search::before {
  height: 85.6299212598%;
  width: 66.5277777778%;
  background: url(/assets/img/search_background3.webp) no-repeat;
  background-size: 100%;
  bottom: unset;
  top: 73px;
}
.area .search h1 {
  margin: 0 0 16px;
  font-size: 32px;
  color: #fff;
  width: 85%;
  line-height: 1.6;
  font-family: var(--ff-zen);
  font-weight: bold;
}
.area .search h1 span {
  font-size: 48px;
  margin-right: 16px;
}
.area .search__flex__area {
  width: 57.5163398693%;
  border-radius: 8px;
  background: #fff;
}
.area .search__flex__area__top ul {
  display: flex;
}
.area .search__flex__area__top li {
  width: 50%;
  position: relative;
  border-bottom: 1px solid #CDCECD;
}
.area .search__flex__area__top li a {
  display: flex;
  padding: 20px 0 16px;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: var(--ff-zen);
  color: #231815;
}
.area .search__flex__area__top li a h2 {
  margin: unset;
  font-size: unset;
  color: unset;
  width: unset;
  line-height: unset;
}
.area .search__flex__area__top li a span {
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.area .search__flex__area__top li a small {
  font-size: 18px;
}
.area .search__flex__area__top li img.pattern1 {
  display: none;
}
.area .search__flex__area__top li.active {
  border-bottom: 4px solid #880000;
}
.area .search__flex__area__top li.active img.pattern1 {
  display: block;
}
.area .search__flex__area__top li.active img.pattern2 {
  display: none;
}
.area .search__flex__area__top li.active a {
  color: #231815;
}
.area .search__flex__area__bottom {
  padding: 24px 3.4090909091%;
}
.area .search__flex__area__bottom__pattern {
  display: none;
}
.area .search__flex__area__bottom__pattern.active {
  display: block;
}
.area .search__flex__area__bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.area .search__flex__area__bottom li {
  width: calc((100% - 16px) / 3);
  margin-right: 8px;
}
.area .search__flex__area__bottom li:nth-child(3n+3) {
  margin-right: 0;
}
.area .search__flex__area__bottom li:nth-child(n+4) {
  margin-top: 8px;
}
.area .search__flex__area__bottom li a {
  padding: 16px 24px 16px 16px;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  background: #880000;
  position: relative;
  border-radius: 6px;
  color: #fff;
  font-family: var(--ff-noto-sans);
}
.area .search__flex__area__bottom li a::before {
  content: "";
  background: url(/assets/img/icon_arrow_white.svg) no-repeat;
  width: 5px;
  height: 8px;
  background-size: 100% auto;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
.area .search__flex__col2 {
  width: 40.522875817%;
}
.area .search__flex__col2 .search__flex__box a {
  justify-content: center;
  flex-flow: column;
  padding: 0;
}
.area .search__flex__col2 .search__flex__box::before {
  bottom: 10.8681672026%;
  right: 9.0041666667%;
}
.area .search__flex__col2 .search__flex__box__text p {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 1024px) {
  .area .search__flex__col2 .search__flex__box:hover a {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    margin: auto 0 0 auto;
  }
  .area .search__flex__col2 .search__flex__box:hover a .search__flex__box__logo {
    margin-top: -4px;
    margin-left: -4px;
  }
  .area .search__flex__col2 .search__flex__box:hover a .search__flex__box__text {
    margin-left: -4px;
  }
  .area .search__flex__col2 .search__flex__box:hover:first-child a {
    padding: 0;
  }
}
.area .search__flex__box__logo.icon3, .area .search__flex__box__logo.icon4, .area .search__flex__box__logo.icon5, .area .search__flex__box__logo.icon6 {
  margin: 0 0 8px;
  width: 100%;
}
.area .search__flex__box__logo.icon3 img, .area .search__flex__box__logo.icon4 img, .area .search__flex__box__logo.icon5 img, .area .search__flex__box__logo.icon6 img {
  width: 40px;
  margin: 0 auto;
  display: block;
}
.area .recommendation__list h2 span {
  font-size: 48px;
  margin-right: 16px;
}
.area .recommendation__list .swiper-slide {
  width: 240px;
}
.area .recommendation__list__image {
  height: 160px;
}
.area .about {
  padding-bottom: 7.2222222222vw;
}
.area .about__whiteblock1 {
  width: 120px;
  height: 120px;
  left: 37.4305555556%;
}
.area .about__whiteblock2 {
  width: 240px;
  height: 240px;
  bottom: 0;
  left: 0;
}
.area .about__contents__image1 {
  padding-top: 6.6666666667vw;
  width: 56.3888888889%;
  position: relative;
  z-index: 0;
}
.area .about__contents__image2 {
  position: absolute;
  width: 52.9861111111%;
  left: 7.5694444444%;
  margin: 0;
  bottom: -3.0354166667vw;
}
.area .about__contents__semititle {
  top: 8.3333333333vw;
  left: 7.5694444444%;
}
.area .about__contents__semititle h2 {
  writing-mode: unset;
}
.area .about__contents__title {
  left: 7.5694444444%;
  top: 12.0138888889vw;
}
.area .about__contents__title p {
  writing-mode: unset;
  font-size: 40px;
  line-height: 1.2;
}
.area .about__contents__button {
  left: 20.0208333333%;
  bottom: unset;
  top: 21.4583333333vw;
  width: unset;
  height: unset;
  right: unset;
  background: unset;
  border: unset;
}
.area .about__contents__button::before, .area .about__contents__button::after {
  content: none;
}
.area .about__contents__button a {
  display: flex;
/*  padding: 0;*/
}
.area .about__contents__button a::after {
  content: none;
}

.area .style h2 br {
  display: none;
}
.area .Fix {
  position: fixed;
  width: 55px;
  height: 154px;
  right: 0;
  top: 214px;
  z-index: 100;
  display: block;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.area:not(:has(.contents__wrap)) .Fix {
  display: none;
}
.area .Fix a {
  width: 100%;
  height: 100%;
  display: block;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 12px 12px 12px 11px;
  position: relative;
}
.area .Fix a::before {
  content: "";
  background: #880000;
  width: 100%;
  height: 100%;
  border-radius: 5px 0 0 5px;
  position: absolute;
  top: 0;
  left: -3px;
  z-index: -1;
}
.area .Fix a span {
  width: 32px;
  height: 32px;
  display: flex;
  background: #880000;
  border-radius: 16px;
  margin-bottom: 8px;
}
.area .Fix a span img {
  width: 14px;
  height: 12px;
  margin: auto;
  display: block;
}
.area .Fix a p {
  writing-mode: tb;
  font-size: 14px;
  line-height: 1.1;
  color: #231815;
  font-family: var(--ff-noto-sans);
  margin:auto;
}
.area .breadcrumb2 {
  display: none;
}

@media screen and (max-width: 1279px) {
  .mainvisual .subtitle {
    top: 21%;
  }
  .mainvisual .maintitle {
    bottom: 23%;
  }
  .about__contents__title p {
    font-size: 45px;
  }
  .about__contents__text {
    right: 20%;
  }
  .about__contents__text p {
    font-size: 18px;
  }
  .about__contents__button {
    width: 200px;
    height: 200px;
  }
  .about__contents__button a {
    padding-top: 55px;
    font-size: 18px;
  }
  .about__contents__button a::before {
    width: 156px;
    height: 151px;
  }
  .style__slidearea__left__item .text {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .style__slidearea__left__item .text p {
    font-size: 15px;
  }
  .style__slidearea__left__item .title p {
    font-size: 30px;
    padding-bottom: 10px;
  }
  .style__slidearea__left__button {
    bottom: 31%;
  }
  .style__tour h2 {
    width: 50%;
  }
  .style__tour__text {
    width: 45%;
  }
}
@media screen and (max-width: 1224px) {
  .style__tour__slider {
    width: 97.5%;
    margin-left: auto;
  }
  .style__tour__slider .swiper__option {
    margin-left: auto;
    width: 95%;
  }
}
@media screen and (max-width: 1023px) {
  .mainvisual {
    max-height: calc(768 * var(--sp-w));
    height: calc(100vh);
  }
  .mainvisual .bg {
    overflow: hidden;
  }
  .mainvisual .bg img {
    width: auto;
    height: 100%;
  }
  .mainvisual .subtitle {
    top: 27%;
    left: 6.4%;
  }
  .mainvisual .subtitle p {
    line-height: 1.2;
    font-size: 8.2vw;
  }
  .mainvisual .subtitle p small {
    font-size: 3.8vw;
  }
  .mainvisual .maintitle {
    left: 6.4%;
    bottom: calc(112.28 * var(--sp-w));
    width: 86%;
  }
  .mainvisual__link {
    display: flex;
    justify-content: space-between;
  }
  .mainvisual__link__left {
    width: 60.8%;
    padding: 6.1333333333vw 0 6.1333333333vw 4.2666666667%;
    float: none;
  }
  .mainvisual__link__title p {
    font-size: 4.2666666667vw;
  }
  .mainvisual__link__right {
    padding: 4.2666666667% 4.2666666667% 4.2666666667% 0;
    width: 38.9333333333%;
    justify-content: flex-end;
    float: none;
  }
  .mainvisual__link__right::before {
    top: 6.4vw;
    height: calc(100% - 12.8vw);
  }
  .mainvisual__link__text {
    padding: 0 17.1428571429%;
  }
  .mainvisual__link__text p {
    font-size: 3.7333333333vw;
  }
  .mainvisual__link__text p.trans {
    display: none;
  }
  .mainvisual__link__button span {
    width: 7.2vw;
    height: 10.6666666667vw;
  }
  .mainvisual__link__button span .icon {
    width: 1.6vw;
    height: 2.6666666667vw;
  }
  .recommendation__list {
    padding: 24px 0;
  }
  .recommendation__list h2 {
    font-size: 5.3333333333vw;
    width: 100%;
    padding: 0 6.4%;
    margin-bottom: 24px;
  }
  .recommendation__list__button {
    position: relative;
    top: unset;
    right: unset;
    display: flex;
    justify-content: flex-end;
  }
  .recommendation__list .swiper-slide {
    width: 65.0666666667vw;
  }
  .recommendation__list .swiper-button-prev {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: 1.6vw;
    border-radius: 4.2666666667vw;
  }
  .recommendation__list .swiper-button-prev::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .recommendation__list .swiper-button-next {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
  }
  .recommendation__list .swiper-button-next::after {
    width: 2.1333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - 1.8666666667vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .recommendation__list__image {
    max-height: 43.4666666667vw;
  }
  .recommendation__list__name h3 {
    font-size: 4.2666666667vw;
  }
  .recommendation__list__address p {
    font-size: 3.2vw;
  }
  .recommendation__list__floor p {
    font-size: 3.2vw;
  }
  .recommendation__list__swipe__inner {
    margin-top: 2.1333333333vw;
    margin-bottom: 6.4vw;
    width: 87.2%;
    height: 8.5333333333vw;
  }
  .recommendation__list__button a {
    justify-content: flex-end;
    margin-right: 6.4%;
  }
  .search {
    padding: 8px 0 9.3333333333vw;
  }
  .search::before {
    background: url(/assets/img/search_background2.webp) no-repeat;
    background-size: 100% auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56.5333333333vw;
  }
  .search__inner {
    width: 100%;
    padding: 0 4.2666666667%;
  }
  .search h2 {
    margin-bottom: 5.3333333333vw;
    line-height: 1.4;
    font-size: 5.3333333333vw;
  }
  .search__flex {
    flex-wrap: wrap;
  }
  .search__flex__box {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 2.6666666667vw;
  }
  .search__flex__box::before {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    right: 6.3002915452%;
    bottom: calc(50% - 1.7333333333vw);
  }
  .search__flex__box a {
    display: flex;
    align-items: center;
    padding: 4vw 13.8666666667% 4vw 4.8%;
    position: relative;
  }
  .search__flex__box:first-child a, .search__flex__box:nth-child(2) a {
    padding-top: 4vw;
  }
  .search__flex__box__logo.icon1, .search__flex__box__logo.icon2 {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin: 0 2.1333333333vw 0 0;
  }
  .search__flex__box__logo.icon3, .search__flex__box__logo.icon4, .search__flex__box__logo.icon5, .search__flex__box__logo.icon6 {
    width: 6.4vw;
    height: 6.4vw;
    margin: 0 1.6vw 0 0;
  }
  .search__flex__box__logo img {
    display: block;
  }
  .search__flex__box__text p {
    margin: 0;
    font-size: 5.3333333333vw;
  }
  .search__flex__box__text p small {
    font-size: 3.7333333333vw;
  }
  .search__flex__col2 {
    width: 100%;
  }
  .search__flex__col2 .search__flex__box {
    width: 48.6880466472%;
    margin-bottom: 0;
  }
  .search__flex__col2 .search__flex__box::before {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.0666666667vw);
    right: 2.9333333333vw;
  }
  .search__flex__col2 .search__flex__box:nth-child(n+3) {
    margin-top: 2.6666666667vw;
  }
  .search__flex__col2 .search__flex__box:nth-child(n+3) a p {
    letter-spacing: -2px;
  }
  .search__flex__col2 .search__flex__box:nth-child(n+3) a p span {
    letter-spacing: 0;
  }
  .search__flex__col2 .search__flex__box a {
    padding: 2.9333333333vw 5.2vw 2.9333333333vw 3.2vw;
  }
  .search__flex__col2 .search__flex__box:first-child a {
    padding: 5.0666666667vw 9.6vw 5.0666666667vw 3.2vw;
  }
  .search__flex__col2 .search__flex__box:nth-child(2) a {
    padding-right: 8vw;
  }
  .search__flex__col2 .search__flex__box:nth-child(2) a p {
    width: 23.6vw;
  }
  .search__flex__col2 .search__flex__box:nth-child(2) a br {
    display: none;
  }
  .search__flex__col2 .search__flex__box__text p {
    margin: 0;
    font-size: 4.2666666667vw;
    line-height: 1.2;
  }
  .search__flex__col2 .search__flex__box__text p small {
    font-size: 3.2vw;
  }
  .about {
    padding-bottom: 0;
  }
  .about__whiteblock1 {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    right: 0;
    top: 61.8666666667vw;
    left: unset;
  }
  .about__whiteblock2 {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 33.8666666667%;
    bottom: 66.9333333333vw;
    left: unset;
  }
  .about__whiteblock3 {
    width: 24.5333333333vw;
    height: 24.5333333333vw;
    right: 46.1333333333%;
    bottom: 12.2666666667vw;
  }
  .about__contents__image1 {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .about__contents__image2 {
    width: 87.2%;
    margin: 14.1333333333vw auto 7.416vw;
  }
  .about__contents__semititle {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 0 4.2666666667vw 6.4%;
  }
  .about__contents__semititle h2 {
    writing-mode: unset;
    font-size: 3.7333333333vw;
  }
  .about__contents__title {
    position: relative;
    left: unset;
    top: unset;
    margin: 0 0 4.2666666667vw 6.4%;
  }
  .about__contents__title p {
    writing-mode: unset;
    font-size: 8.5333333333vw;
    line-height: 1.4;
  }
  .about__contents__text {
    position: relative;
    bottom: unset;
    right: unset;
    width: 87.2%;
    margin: 0 auto 34.6666666667vw;
  }
  .about__contents__text p {
    font-size: 3.7333333333vw;
    line-height: 2.2;
  }
  .about__contents__text p br.pc {
    display: none;
  }
  .about__contents__button {
    width: 35.2%;
    height: 35.2vw;
    right: 13.3333333333%;
    bottom: 72.6133333333vw;
  }
  .about__contents__button > div::before {
    width: 29.368vw;
    left: 2.7253333333vw;
  }
  .about__contents__button > div::after {
    right: 3.0266666667vw;
  }
  .about__contents__button a {
    padding: 12.1093333333vw 4vw 0;
    font-size: 3.7333333333vw;
  }
  .about__contents__button a::before {
    width: 83.3333333333%;
    height: 80.303030303%;
    top: 2.72vw;
    left: 2.7253333333vw;
  }
  .about__contents__button a::after {
    width: 2.6666666667vw;
    height: 3.2vw;
    bottom: 4.976vw;
  }
  .about__contents__box {
    align-items: flex-start;
  }
  .about__contents__box__left {
    width: 41.6%;
  }
  .about__contents__box__left .sr_video {
    padding-top: 150%;
  }
  .about__contents__box__right {
    margin-top: 11.92vw;
    width: 58.4%;
  }
  .about__contents__box__right .movie1 {
    width: 57.9908675799%;
  }
  .about__contents__box__right .movie1 .sr_video {
    padding-top: 149.6062992126%;
    z-index: -1;
  }
  .about__contents__box__right .movie2 {
    width: 42.0091324201%;
  }
  .about__contents__box__right .movie2 .sr_video {
    padding-top: 100%;
  }
  .about__contents__box__right img:first-child {
    width: 57.9908675799%;
  }
  .about__contents__box__right img:last-child {
    width: 42.0091324201%;
  }
  .about__contents__scroll {
    right: 11.4666666667%;
    bottom: -6.9333333333vw;
  }
  .about__contents__scroll a {
    font-size: 3.7333333333vw;
  }
  .about__contents__scroll a::before {
    bottom: 5.6vw;
    height: 12.8vw;
  }
  .reason {
    padding-bottom: 6.4vw;
  }
  .reason::before {
    width: 93.4666666667%;
    height: 13.6vw;
    left: 6.5333333333%;
  }
  .reason::after {
    content: none;
  }
  .reason__inner {
    width: 88.2666666667%;
  }
  .reason h2 {
    padding: 22.1333333333vw 0 2.1333333333vw;
    font-size: 6.4vw;
  }
  .reason h2 small {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    padding-bottom: 1.0666666667vw;
  }
  .reason__text {
    position: relative;
    top: unset;
    right: unset;
    padding: 0 0 4.2666666667vw;
  }
  .reason__text p {
    font-size: 3.7333333333vw;
  }
  .reason__text p br {
    display: none;
  }
  .reason__exp {
    position: relative;
    bottom: unset;
    left: unset;
    padding: 0 5.8666666667%;
  }
  .reason__exp.pc {
    display: none;
  }
  .reason__exp.sp {
    display: block;
  }
  .reason__exp p {
    font-size: 2.6666666667vw;
  }
  .reason__contents__item {
    padding: 4.2666666667vw;
  }
  .reason__contents__item:nth-child(2n+1) {
    width: calc((100% - 1px) / 2);
  }
  .reason__contents__item:nth-child(2n+2) {
    width: calc((100% + 1px) / 2);
  }
  .reason__contents__item:nth-child(3n+2) {
    border-right: unset;
    border-left: 1px solid #CDCECD;
  }
  .reason__contents__item:nth-child(3) {
    border-top: 1px solid #CDCECD;
  }
  .reason__contents__item:nth-child(4), .reason__contents__item:last-child {
    border-right: unset;
    border-left: 1px solid #CDCECD;
  }
  .reason__contents__item:nth-child(5) {
    border-left: unset;
  }
  .reason__contents__item::before {
    width: 10.6666666667vw;
    left: 4.2666666667vw;
  }
  .reason__contents__item__image {
    margin-bottom: 2.1333333333vw;
  }
  .reason__contents__item__title h3 {
    font-size: 4.2666666667vw;
    padding: 0;
    line-height: 1.2;
  }
  .reason__contents__item__modal {
    position: relative;
    top: unset;
    right: unset;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    display: inline-block;
    margin-left: 2px;
  }
  .reason__bottom {
    width: 87.2%;
  }
  .reason__button {
    margin: 4.2666666667vw 0 0 0;
    display: flex;
  }
  .series {
    padding: 10.6666666667vw 0;
  }
  .series__inner {
    width: 100%;
    padding: 0 4.2666666667%;
  }
  .series h2 {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }
  .series h2 small {
    font-size: 4.8vw;
  }
  .series__contents {
    flex-wrap: wrap;
  }
  .series__contents.is-show .series__item:nth-child(1) {
    animation-delay: 0.6s;
  }
  .series__contents.is-show .series__item:nth-child(2) {
    animation-delay: 0.75s;
  }
  .series__contents.is-show .series__item:nth-child(3) {
    animation-delay: 0.9s;
  }
  .series__contents.is-show .series__item:nth-child(4) {
    animation-delay: 1.05s;
  }
  .series__item {
    width: 47.8134110787%;
    margin-bottom: 2.1333333333vw;
  }
  .series__item:nth-child(n+3) {
    margin-top: 6.4vw;
  }
  .series__item__image {
    margin-bottom: 2.1333333333vw;
    overflow: hidden;
    max-height: 62.4vw;
    border-radius: 4px;
  }
  .series__item__logo {
    height: 7.46666667vw;
  }
  .series__item__logo img {
    height: 3.2vw;
  }
  .series__item__logo.color1 {
    padding: 2.1333333333vw;
    width: 40.5333333vw;
  }
  .series__item__logo.color1 img {
    /*    width: 35.4666666667vw;*/
  }
  .series__item__logo.color2 {
    padding: 2.1333333333vw;
    width: 37.8666667vw;
  }
  .series__item__logo.color2 img {
    /*    width: 33.6vw;*/
  }
  .series__item__logo.color3 {
    padding: 2.1333333333vw;
    width: 28.6453333vw;
  }
  .series__item__logo.color3 img {
    /*    width: 24.2666666667vw;*/
  }

  .series__item__logo.color4 {
    padding: 2.1333333333vw;
    width: 33.7226667vw;
  }
  .series__item__logo.color4 img {
/*    width: 26.4vw;*/
  }
  .series__item__title h3 {
    font-size: 4.2666666667vw;
    margin-bottom: 1.6vw;
  }
  .series__item__title h3 small {
    font-size: 3.2vw;
  }
  .series__item__text p {
    font-size: 3.2vw;
  }
  .series__button {
    margin: 6.4vw 0 0;
  }
  .series__button a > div {
    padding-right: 8vw;
  }
  .series__button a p {
    padding: 0;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
  .series__button a span {
    margin-left: 2.1333333333vw;
    width: 7.2vw;
    height: 10.6666666667vw;
  }
  .series__button a span::before {
    width: 1.6vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
  .style {
    padding: 10.6666666667vw 0;
  }
  .style__subtitle {
    width: 100%;
    padding: 0 6.4%;
  }
  .style__subtitle p {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
  .style h2 {
    width: 100%;
    padding: 0 6.4%;
    font-size: 6.4vw;
    margin-bottom: 4.2666666667vw;
    line-height: 1.4;
  }
  .style h2 br {
    display: block;
  }
  .style__slidearea {
    flex-wrap: wrap;
    width: 100%;
    border-bottom: unset;
  }
  .style__slidearea__left {
    width: calc(100% - 46px);
    border-right: unset;
    border-bottom: 1px solid #CDCECD;
    margin: 0 auto;
    padding: 6.9333333333vw 0 6.4vw;
  }
  .style__slidearea__left::before {
    width: 10.6666666667vw;
    left: 0;
  }
  .style__slidearea__left__image__pc {
    display: none;
  }
  .style__slidearea__left__image__sp {
    display: block;
  }
  .style__slidearea__left__item {
    width: 76.8996960486%;
    top: 17.3515981735%;
  }
  .style__slidearea__left__item .text {
    padding: 4.2666666667vw 0 7.4666666667vw;
  }
  .style__slidearea__left__item .text::before {
    bottom: 1.6533333333vw;
  }
  .style__slidearea__left__item .text p {
    font-size: 3.2vw;
  }
  .style__slidearea__left__item .title p {
    font-size: 6.4vw;
    padding-bottom: 4.9813333333vw;
  }
  .style__slidearea__left__button {
    width: 55.3191489362%;
    bottom: 15.5251141553%;
  }
  .style__slidearea__left__button p {
    font-size: 3.7333333333vw;
    line-height: 9.3333333333vw;
  }
  .style__slidearea__left__button span {
    width: 6.1333333333vw;
    height: 9.3333333333vw;
  }
  .style__slidearea__left__button span::before {
    width: 1.6vw;
    height: 2.4vw;
    top: calc(50% - 1.2vw);
  }
  .style__slidearea__right {
    width: 100%;
    padding: 6.4vw 0 6.4vw 6.2666666667vw;
  }
  .style__slidearea__right__subtitle {
    padding-right: 6.4vw;
  }
  .style__slidearea__right__subtitle p {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
  .style__slidearea__slide .swiper-wrapper {
    flex-wrap: unset;
  }
  .style__slidearea__slide .swiper-slide {
    max-width: 76.8vw;
    padding: 0;
    flex-wrap: wrap;
  }
  .style__slidearea__slide .swiper-slide:nth-child(n+2) {
    border-top: unset;
  }
  .style__slidearea__slide .swiper-slide .left {
    width: 100%;
    margin: 0 0 4.2666666667vw;
  }
  .style__slidearea__slide .swiper-slide .right {
    width: 100%;
  }
  .style__slidearea__slide .swiper-slide .right .date p {
    margin-bottom: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .style__slidearea__slide .swiper-slide .right .title {
    margin-bottom: 3.2vw;
  }
  .style__slidearea__slide .swiper-slide .right .title a {
    font-size: 4.8vw;
  }
  .style__slidearea__slide .swiper-slide .right .tag > div {
    margin: 1.0666666667vw 1.0666666667vw 0 0;
  }
  .style__slidearea__slide .swiper-slide .right .tag > div a {
    font-size: 2.6666666667vw;
    padding: 0.2666666667vw 1.0666666667vw;
  }
  .style__slidearea__button {
    margin: 6.4vw 6.2666666667vw 0 0;
  }
  .style__slidearea__button a > div {
    padding-right: 20.2666666667vw;
    width: unset;
  }
  .style__slidearea__button a p {
    width: unset;
    margin: 0;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
  .style__slidearea__button a span {
    margin-left: 2.1333333333vw;
    width: 7.2vw;
    height: 10.6666666667vw;
  }
  .style__slidearea__button a span::before {
    width: 1.6vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
  .style__tour {
    padding: 0;
  }
  .style__tour__top {
    border-top: 1px solid #CDCECD;
    padding-top: 6.4vw;
    width: 86.6666666667%;
    flex-wrap: wrap;
    margin-bottom: 6.4vw;
  }
  .style__tour h2 {
    width: 100%;
    font-size: 6.4vw;
    margin-bottom: 2.1333333333vw;
    padding: 0;
  }
  .style__tour h2 br {
    display: block;
  }
  .style__tour__text {
    width: 100%;
  }
  .style__tour__text p {
    font-size: 3.7333333333vw;
  }
  .style__tour__slider {
    width: 93.6%;
  }
  .style__tour__slider .swiper-slide {
    max-width: 53.8666666667vw;
  }
  .style__tour__slider .swiper-option {
    margin: 7.2vw 0 6.4vw 0;
    width: 100%;
    padding-right: 6.4vw;
    height: 8.5333333333vw;
  }
  .style__tour__slider .swiper-button-prev {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    margin-right: 1.6vw;
    border-radius: 4.2666666667vw;
  }
  .style__tour__slider .swiper-button-prev::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .style__tour__slider .swiper-button-next {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    border-radius: 4.2666666667vw;
  }
  .style__tour__slider .swiper-button-next::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .style__tour__slider .img {
    margin-bottom: 1.6vw;
  }
  .style__tour__slider .text {
    font-size: 3.2vw;
  }
  .style__tour__button {
    width: 87.2%;
  }
  /* .style__tour__button a {
    margin: 0 auto;
  } */
  .style__tour__button a > div {
    padding-right: 5.3333333333vw;
  }
  .style__tour__button a p {
    width: 37.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
  .style__tour__button a p.trans {
    display: none;
  }
  .style__tour__button a .icon-wrap {
    margin-left: 1.0666vw;
  }
  .media__inner {
    width: 100%;
    flex-wrap: wrap;
  }
  .media__left {
    width: 100%;
    padding: 6.8vw 6.4% 6.4vw;
  }
  .media__left::before {
    width: 10.6666666667vw;
    left: 6.4%;
  }
  .media__left__title {
    margin-bottom: 4.9333333333vw;
  }
  .media__left__title .icon {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.1333333333vw;
  }
  .media__left__title h2 {
    font-size: 4.8vw;
  }
  .media__left__item a > div {
    overflow: hidden;
    max-height: 52.5333333333vw;
    border-radius: 4px;
  }
  .media__left__item p {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
  .media__right {
    width: 100%;
    border-top: 1px solid #CDCECD;
    padding: 6.8vw 6.4% 10.6666666667vw;
  }
  .media__right::before {
    width: 10.6666666667vw;
    left: 6.4%;
  }
  .media__right__title {
    margin-bottom: 4.9333333333vw;
  }
  .media__right__title .icon {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 2.1333333333vw;
  }
  .media__right__title h2 {
    font-size: 4.8vw;
  }
  .media__right__sns__item1 {
    width: 8.2666666667vw;
    top: 8.3226666667vw;
    left: 13.0346666667vw;
  }
  .media__right__sns__item1 img {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .media__right__sns__item1 a {
    font-size: 3.2vw;
  }
  .media__right__sns__item2 {
    width: 10.1333333333vw;
    top: 8.3226666667vw;
  }
  .media__right__sns__item2 img {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .media__right__sns__item2 a {
    font-size: 3.2vw;
  }
  .media__right__sns__item3 {
    width: 13.6vw;
    top: 8.3226666667vw;
    right: 10.144vw;
  }
  .media__right__sns__item3 img {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .media__right__sns__item3 a {
    font-size: 3.2vw;
  }
  .media__right__sns__item4 {
    width: 15.4666666667vw;
    bottom: 8.2106666667vw;
    left: 22.696vw;
  }
  .media__right__sns__item4 img {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .media__right__sns__item4 a {
    font-size: 3.2vw;
  }
  .media__right__sns__item5 {
    width: 14.4vw;
    bottom: 8.2106666667vw;
    right: 23.0186666667vw;
  }
  .media__right__sns__item5 img {
    width: 8.2666666667vw;
    height: 8.2666666667vw;
    margin-bottom: 1.0666666667vw;
  }
  .media__right__sns__item5 a {
    font-size: 3.2vw;
  }
  .media__right__item p {
    font-size: 3.7333333333vw;
    margin-top: 4.2666666667vw;
  }
  .reasonModal {
    padding: 4vw 2.1333333333%;
    bottom: 0;
    max-height: 100vh;
    align-items: baseline;
  }
  .reasonModal__content {
    padding: 19.4026666667vw 0 6.4vw;
    border-radius: 4.2666666667vw;
    max-height: 90%;
/*    overflow-y: hidden;*/
  }
  .reasonModal__MenuActions {
    width: 56px;
    height: 32.76px;
    top: 6.4vw;
    right: 6.4vw;
  }
  .reasonModal__inner {
    flex-wrap: wrap;
    height: calc(100vh - 44.074667vw);
    overflow-y: scroll;
    padding: 0 6.4vw;
  }
  .reasonModal__left {
    width: 100%;
    margin: 0 0 6.4vw;
  }
  .reasonModal__right {
    width: 100%;
  }
  .reasonModal__right__title p {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
  .reasonModal__right__title p::before {
    bottom: -3.4666666667vw;
  }
  .reasonModal__right__text p {
    font-size: 3.7333333333vw;
  }
  .reasonModal .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 37.2631578947%;
    right: -1.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .reasonModal .swiper-button-next::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .reasonModal .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 37.2631578947%;
    left: -1.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .reasonModal .swiper-button-prev::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .tourModal {
    padding: 4vw 2.1333333333%;
    bottom: 0;
    max-height: 100vh;
    align-items: baseline;
  }
  .tourModal__content {
    padding: 19.4026666667vw 0 6.4vw;
    border-radius: 4.2666666667vw;
    max-width: 92%;
    max-height: 90%;
/*    overflow-y: hidden;*/
  }
  .tourModal__wrap {
    height: calc(100vh - (19.4026666667vw + 6.4vw + 4vw + 4vw + 10vh));
    /* 19.4026666667vw + 6.4vw + 4vw + 4vw  */
/*    height: 75vh;
    height: 75dvh;
*/    overflow-y: scroll;
    padding: 0 6.4vw;
  }
  .tourModal__MenuActions {
    width: 56px;
    height: 32.76px;
    top: 6.4vw;
    right: 6.4vw;
  }
  .tourModal__inner {
    display: block;
    padding: 0;
    overflow-y: unset;
  }
  .tourModal__left {
    width: 60.8vw;
    margin: 0 auto 4.2666666667vw;
  }
  .tourModal__left__instagram {
    margin-top: 1.8613333333vw;
  }
  .tourModal__left__instagram a {
    font-size: 2.7893333333vw;
    padding: 0 2.3253333333vw 0 4.6506666667vw;
  }
  .tourModal__left__instagram a::before {
    width: 3.256vw;
    height: 3.256vw;
    top: calc(50% - 1.628vw);
  }
  .tourModal__left__instagram a::after {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.0666666667vw);
  }
  .tourModal__left .sr_video {
    padding-top: 178.8070175439%;
    border-radius: 1.688vw;
  }
  .tourModal__right {
    width: 100%;
    padding-top: 0;
  }
  .tourModal__right__logo {
    margin: 0 0 4.2666666667vw;
  }
  .tourModal__right__logo img {
    width: 32.8vw;
    padding: 1.728vw 2.1786666667vw;
  }
  .tourModal__right__title p {
    font-size: 4.8vw;
    margin-bottom: 8.5333333333vw;
  }
  .tourModal__right__title p::before {
    width: 24px;
    bottom: -4.5333333333vw;
  }
  .tourModal__right__text {
    padding-bottom: 6.4vw;
  }
  .tourModal__right__text p {
    font-size: 3.7333333333vw;
    margin-bottom: 0;
  }
  .tourModal__right__detal th {
    font-size: 3.2vw;
    padding: 2.1333333333vw;
  }
  .tourModal__right__detal td {
    font-size: 3.2vw;
    padding: 2.1333333333vw;
  }
  .tourModal__right__tag {
    margin-top: 4.2666666667vw;
  }
  .tourModal__right__tag li {
    font-size: 3.2vw;
    margin-right: 1.6vw;
  }
  .tourModal__right__button {
    margin-top: 6.4vw;
  }
  .tourModal__right__button a p {
    width: auto;
    font-size: 3.7333333333vw;
    line-height: 10.6666666667vw;
  }
  .tourModal__right__button a span {
    margin-left: 2.1333333333vw;
    width: 7.2vw;
    height: 10.6666666667vw;
  }
  .tourModal__right__button a span::before {
    width: 1.6vw;
    height: 2.6666666667vw;
    top: calc(50% - 1.3333333333vw);
  }
  .tourModal .swiper-button-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 50vh;
    top: 50dvh;
    right: -6%;
    border-radius: 5.3333333333vw;
  }
  .tourModal .swiper-button-next::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .tourModal .swiper-button-prev {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    top: 50vh;
    top: 50dvh;
    left: -6%;
    border-radius: 5.3333333333vw;
  }
  .tourModal .swiper-button-prev::after {
    width: 2.1333333333vw;
    height: 3.2vw;
    top: calc(50% - 1.6vw);
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    background-size: 100% auto;
  }
  .spMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 11;
    background: #fff;
    display: block;
  }
  .spMenu__mail {
    display: none;
    padding: 3.2vw 4.2666666667vw;
  }
  .spMenu__mail a {
    display: flex;
    justify-content: center;
    padding: 2.8vw 0;
    background: #880000;
    border-radius: 1.6vw;
    align-items: center;
  }
  .spMenu__mail a span {
    width: 4.8vw;
    height: 4.8vw;
    margin-right: 1.0666666667vw;
  }
  .spMenu__mail a span img {
    width: 100%;
    display: block;
  }
  .spMenu__mail a p {
    font-size: 3.2vw;
    line-height: 1.6;
    color: #fff;
    font-family: var(--ff-noto-sans);
  }
  .spMenu__link {
    display: flex;
    border-top: 1px solid #CDCECD;
    padding: 3.2vw 2.1333333333vw 5.6vw;
  }
  .spMenu__link > div {
    width: 20%;
  }
  .spMenu__link > div a {
    display: block;
    text-align: center;
  }
  .spMenu__link > div a span {
    width: 100%;
    display: block;
    margin-bottom: 1.0666666667vw;
  }
  .spMenu__link > div a span img {
    width: 6.4vw;
  }
  .spMenu__link > div a p {
    font-size: 3.2vw;
    color: #231815;
    font-family: var(--ff-noto-sans);
    line-height: 1.6;
  }
  .spMenu__link > div.is_disabled {
    visibility: hidden;
  }
  .area .Fix {
    display: none;
  }
  .area .mainvisual {
    height: 64vw;
  }
  .area .mainvisual .subtitle {
    left: 6.4%;
    top: 30%;
  }
  .area .mainvisual .subtitle p {
    font-size: 5.3333333333vw;
  }
  .area .mainvisual .subtitle p br {
    display: block;
  }
  .area .mainvisual .maintitle {
    left: 6.4%;
    bottom: 8.3333333333%;
    width: 45.896%;
  }
  .area .search {
    padding: 6.4vw 0;
  }
  .area .search::before {
    width: 100%;
    height: 57.6vw;
    background: url(/assets/img/search_background2.webp) no-repeat;
    background-size: 100% auto;
    bottom: 0;
    top: unset;
  }
  .area .search h1 {
    font-size: 5.3333333333vw;
    margin-bottom: 4.8vw;
  }
  .area .search h1 span {
    font-size: 8.5333333333vw;
    margin-right: 2.1333333333vw;
  }
  .area .search__flex__area {
    border-radius: 1.0666666667vw;
    width: 100%;
  }
  .area .search__flex__area__top ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .area .search__flex__area__top li.active {
    border-bottom-width: 2px;
  }
  .area .search__flex__area__top li a {
    padding: 2.9333333333vw 0 2.4vw;
    font-size: 4.2666666667vw;
  }
  .area .search__flex__area__top li a span {
    width: 6.4vw;
    height: 6.4vw;
    margin-right: 1.0666666667vw;
  }
  .area .search__flex__area__top li a small {
    font-size: 3.2vw;
  }
  .area .search__flex__area__bottom {
    padding: 4.2666666667vw;
  }
  .area .search__flex__area__bottom li {
    margin-right: 2.1333333333vw;
    width: calc((100% - 4.2666666667vw) / 3);
  }
  .area .search__flex__area__bottom li a {
    padding: 3.2vw 5.8666666667vw 3.2vw 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
  .area .search__flex__area__bottom li a::before {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.0666666667vw);
    right: 2.9333333333vw;
  }
  .area .search__flex__area__bottom li:nth-child(n+4) {
    margin-top: 2.1333333333vw;
  }
  .area .search__flex__col2 {
    margin-top: 4.8vw;
    width: 100%;
  }
  .area .search__flex__col2 .search__flex__box {
    width: 48.5422740525%;
  }
  .area .search__flex__col2 .search__flex__box a {
    padding: 3.2vw 8vw 3.2vw 3.2vw;
    flex-flow: unset;
    justify-content: unset;
  }
  .area .search__flex__col2 .search__flex__box::before {
    width: 1.3333333333vw;
    height: 2.1333333333vw;
    top: calc(50% - 1.0666666667vw);
    right: 2.9333333333vw;
  }
  .area .search__flex__col2 .search__flex__box__text p {
    text-align: left;
    line-height: 1.2;
    font-size: 4.2666666667vw;
    width: 23.6vw;
  }
  .area .search__flex__col2 .search__flex__box__text p small {
    font-size: 3.2vw;
  }
  .area .search__flex__col2 .search__flex__box:nth-child(3) a {
    padding-right: 5.6vw;
  }
  .area .search__flex__col2 .search__flex__box:nth-child(3) .search__flex__box__text p {
    width: 26.6vw;
  }
  .area .search__flex__col2 .search__flex__box:first-child .search__flex__box__text p br, .area .search__flex__col2 .search__flex__box:nth-child(3) .search__flex__box__text p br {
    display: none;
  }
  .area .search__flex__box__logo.icon3, .area .search__flex__box__logo.icon4, .area .search__flex__box__logo.icon5, .area .search__flex__box__logo.icon6 {
    width: 6.4vw;
    margin: 0 1.6vw 0 0;
    height: 6.4vw;
  }
  .area .search__flex__box__logo.icon3 img, .area .search__flex__box__logo.icon4 img, .area .search__flex__box__logo.icon5 img, .area .search__flex__box__logo.icon6 img {
    width: 100%;
    height: 100%;
  }
  .area .recommendation__list {
    padding-bottom: 12.8vw;
  }
  .area .recommendation__list h2 span {
    font-size: 8.5333333333vw;
    margin-right: 3.2vw;
  }
  .area .about {
    padding-top: 0;
    padding-bottom: 10.736vw;
  }
  .area .about__whiteblock1 {
    width: 15.2vw;
    height: 15.2vw;
    left: unset;
    right: 0;
    top: 55.7333333333vw;
  }
  .area .about__whiteblock2 {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    bottom: 10.6666666667vw;
  }
  .area .about__contents__image1 {
    padding-top: 0;
    width: 100%;
  }
  .area .about__contents__image2 {
    position: relative;
    bottom: unset;
    left: unset;
    width: 84.7226666667%;
    margin-left: 7.7333333333%;
  }
  .area .about__contents__semititle {
    position: relative;
    margin: 8.5333333333vw 6.4vw 4.2666666667vw;
    top: unset;
    left: unset;
  }
  .area .about__contents__semititle p {
    font-size: 3.7333333333vw;
  }
  .area .about__contents__title {
    margin: 0 6.4vw 4.2666666667vw;
    left: unset;
    top: unset;
  }
  .area .about__contents__title p {
    font-size: 6.4vw;
  }
  .area .about__contents__button {
    position: relative;
    top: unset;
    left: unset;
    margin: 0 6.4vw 8.5333333333vw;
    display: flex;
    justify-content: flex-end;
  }
  .area .about__contents__button a {
    width: unset;
    height: unset;
  }
  .area .style h2 br {
    display: block;
  }
  .area .breadcrumb2 {
    display: block;
    padding: 2.6666666667vw 0 2.6666666667vw 4.2666666667vw;
    background: #F7F8F7;
    margin-top: 10.6666666667vw;
  }
  .area .breadcrumb2 ul {
    display: flex;
  }
  .area .breadcrumb2 li {
    margin-right: 1.0666666667Vw;
    color: #6A6C6C;
    font-size: 12px;
    font-family: var(--ff-noto-sans);
  }
  .area .breadcrumb2 li:last-child {
    margin-right: 0;
  }
  .area .breadcrumb2 a {
    font-size: 12px;
    font-family: var(--ff-noto-sans);
    color: #231815;
    padding-right: 2.6666666667vw;
    position: relative;
  }
  .area .breadcrumb2 a::before {
    content: "";
    width: 4px;
    height: 7px;
    position: absolute;
    right: 0px;
    background: url("/assets/img/headerMenu_breadarrow.svg") no-repeat;
    background-size: cover;
    bottom: 5.035px;
  }
  .area .spMenu__mail {
    display: block;
  }
  .area:not(:has(.contents__wrap)) .spMenu__mail {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .reason h2, .series h2, .style h2 {
    font-size: 32px;
  }
}


.fadeInAnime500ms {
  animation-name: fadeIn500ms;
}

.fadeIn500ms {
  animation-delay: 500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInAnime1s {
  animation-name: fadeIn1s;
}

.fadeIn1s {
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

.fadeInAnime1500ms {
  animation-name: fadeIn1500ms;
}

.fadeIn1500ms {
  animation-delay: 1500ms;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn500ms {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1s {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn1500ms {
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  100% {
    opacity: 1;
  }
}
@keyframes image-fade-animation {
  0% {
    opacity: 0;
    transform: scale(1.2);
  }
  5% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  55% {
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes arrow {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrow-button {
  0% {
    width: 0;
  }
  100% {
    width: 9px;
  }
}
@keyframes arrow-border2 {
  0% {
    width: 0;
  }
  100% {
    width: 80.7692307692%;
  }
}
@keyframes arrow-border3 {
  0% {
    height: 0;
  }
  100% {
    height: 80.7692307692%;
  }
}
@keyframes arrow-border4 {
  0% {
    transform-origin: top;
    transform: scaleY(0);
  }
  39% {
    transform-origin: top;
    transform: scaleY(1);
  }
  40% {
    transform-origin: bottom;
    transform: scaleY(1);
  }
  100% {
    transform-origin: bottom;
    transform: scaleY(0);
  }
}
@keyframes arrow-border5 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes arrow-border6 {
  0% {
    height: 0;
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 1;
  }
}
@keyframes bg-scale {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes img-wrap {
  100% {
    transform: translateX(100%);
  }
}
@keyframes icon-move {
  100% {
    transform: translateY(-5px);
  }
}
@keyframes series-border {
  0% {
    width: 0;
  }
  100% {
    width: 56px;
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  39% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* display Utility */
.u-none {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .u-none_pc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-none_sp {
    display: none !important;
  }
}
.u-block {
  display: block !important;
}
.u-inline {
  display: inline !important;
}
.u-ib {
  display: inline-block !important;
}

.u-m_t0 {
  margin-top: 0 !important;
}
.u-m_b0 {
  margin-bottom: 0 !important;
}

.u-m_t1 {
  margin-top: 8px !important;
}

.u-m_r1 {
  margin-right: 8px !important;
}

.u-m_b1 {
  margin-bottom: 8px !important;
}

.u-m_l1 {
  margin-left: 8px !important;
}

.u-p_t1 {
  padding-top: 8px !important;
}

.u-p_b1 {
  padding-bottom: 8px !important;
}

.u-m_t2 {
  margin-top: 12px !important;
}

.u-m_r2 {
  margin-right: 12px !important;
}

.u-m_b2 {
  margin-bottom: 12px !important;
}

.u-m_l2 {
  margin-left: 12px !important;
}

.u-p_t2 {
  padding-top: 12px !important;
}

.u-p_b2 {
  padding-bottom: 12px !important;
}

.u-m_t3 {
  margin-top: 16px !important;
}

.u-m_r3 {
  margin-right: 16px !important;
}

.u-m_b3 {
  margin-bottom: 16px !important;
}

.u-m_l3 {
  margin-left: 16px !important;
}

.u-p_t3 {
  padding-top: 16px !important;
}

.u-p_b3 {
  padding-bottom: 16px !important;
}

.u-m_t4 {
  margin-top: 20px !important;
}

.u-m_r4 {
  margin-right: 20px !important;
}

.u-m_b4 {
  margin-bottom: 20px !important;
}

.u-m_l4 {
  margin-left: 20px !important;
}

.u-p_t4 {
  padding-top: 20px !important;
}

.u-p_b4 {
  padding-bottom: 20px !important;
}

.u-m_t5 {
  margin-top: 24px !important;
}

.u-m_r5 {
  margin-right: 24px !important;
}

.u-m_b5 {
  margin-bottom: 24px !important;
}

.u-m_l5 {
  margin-left: 24px !important;
}

.u-p_t5 {
  padding-top: 24px !important;
}

.u-p_b5 {
  padding-bottom: 24px !important;
}

.u-m_t6 {
  margin-top: 30px !important;
}

.u-m_r6 {
  margin-right: 30px !important;
}

.u-m_b6 {
  margin-bottom: 30px !important;
}

.u-m_l6 {
  margin-left: 30px !important;
}

.u-p_t6 {
  padding-top: 30px !important;
}

.u-p_b6 {
  padding-bottom: 30px !important;
}

.u-fw_bold {
  font-weight: bold !important;
}
.u-fw_normal {
  font-weight: normal !important;
}

.u-fs_l {
  font-size: larger !important;
  line-height: 1.5;
}
.u-fs_s {
  font-size: smaller !important;
}
@media screen and (max-width: 1023px) {
  .u-fs_10_sp {
    font-size: 10px !important;
  }
}

.u-td_u {
  text-decoration: underline !important;
}
.u-td_none {
  text-decoration: none !important;
}

.u-ta_center {
  text-align: center !important;
}
@media screen and (min-width: 1024px) {
  .u-ta_center_pc {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ta_center_sp {
    text-align: center !important;
  }
}
.u-ta_left {
  text-align: left !important;
}
@media screen and (min-width: 1024px) {
  .u-ta_left_pc {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ta_left_sp {
    text-align: left !important;
  }
}
.u-ta_right {
  text-align: right !important;
}
@media screen and (min-width: 1024px) {
  .u-ta_right_pc {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .u-ta_right_sp {
    text-align: right !important;
  }
}

.u-ws_preline {
  white-space: pre-line !important;
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

.u-text_sub, .u-text_sup {
  font-size: 0.6em;
  letter-spacing: -0.2em;
}
.u-text_sup {
  vertical-align: super;
}

.u-hover_trans {
  transition: opacity 0.3s;
}
.u-hover_trans:hover {
  opacity: 0.75;
}

.u-va_top {
  vertical-align: top !important;
}


/* H1
----------------------------------------------------------------------------- */
.l2-h1A {
  font-family:var(--ff-zen);
  font-size:24px;
  font-weight:700;
  line-height:1.6;
}
.l2-h1A > span {
  margin-right:.15em;
  font-size:32px;
  font-weight:500;
}
.l2-h1A > p {
  display:block;
  font-size:14px;
  font-weight:500;
  margin-top:5px;
}


@media (max-width: 1023px) {
  .l2-h1A {
    font-size:calc(14 * var(--sp-w));
  }
  .l2-h1A > span {
    font-size:calc(20 * var(--sp-w));
  }
}

/* H2
----------------------------------------------------------------------------- */
.l2-h2A {
  margin-block:40px 16px;
  border-bottom:1px solid var(--cc-stroke-wb);
  font-family:var(--ff-zen);
  font-size:24px;
  line-height:1.6;
}
.l2-h2A > .l2-h2A__inner {
  display:block;
  padding-bottom:16px;
  position:relative;
}
.l2-h2A > .l2-h2A__inner::after {
  content:"";
  display:block;
  border-bottom:4px solid var(--cc-red-700);
  width:56px;
  position:absolute;
  top:100%;
  left:0;
}
@media (max-width: 1023px) {
  .l2-h2A {
    margin-block:calc(16 * var(--sp-w)) calc(8 * var(--sp-w));
    font-size:calc(18 * var(--sp-w));
  }
  .l2-h2A > .l2-h2A__inner {
    padding-bottom:calc(8 * var(--sp-w));
  }
  .l2-h2A > .l2-h2A__inner::after {
    border-bottom-width:2px;
    width:calc(40 * var(--sp-w));
    left:calc(16 * var(--sp-w));
  }
}

/* メインビジュアル
----------------------------------------------------------------------------- */
.l2-mainvisual {
  display:flex;
  justify-content: center;
  align-items: center;
  height:240px;
  position:relative;
  z-index: 1;
}
.l2-mainvisual__logo {
  width:380px;
}
.l2-mainvisual__bg {
  margin:auto;
  position:absolute;
  inset:0;
  z-index: -1;
  pointer-events: none;
}
.l2-mainvisual__bg > picture {
  height:100%;
}
.l2-mainvisual__bg img {
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
@media (max-width: 1023px) {
  .l2-mainvisual {
    height:calc(120 * var(--sp-w));
  }
  .l2-mainvisual__logo {
    width:calc(200 * var(--sp-w));
  }
}

/* 下層ヘッダー
----------------------------------------------------------------------------- */
.l2-headerA {
}
.l2-headerA.is-border {
  border-bottom:1px solid var(--cc-stroke-wb);
}
.l2-headerA__inner {
  display:grid;
  grid-template-rows:auto auto;
  grid-template-columns:1fr auto;
  justify-content: space-between;
  align-items:center;
  padding-block:28px 24px;
  position:relative;
}
.l2-headerA__inner::before {
  content:"";
  display:block;
  border-top:4px solid var(--cc-red-700);
  width:48px;
  position:absolute;
  top:0;
  left:0;
}
.l2-headerA__inner__change {
  grid-column:2/3;
  font-family:var(--ff-noto-sans);
  font-size:16px;
  color:var(--cc-red-700);
}
.l2-headerA__inner__desc {
  grid-column:1/-1;
  font-family:var(--ff-zen);
  font-size:14px;
  color:var(--cc-gray-800);
}
.l2-headerA__condition {
  display:flex;
  align-items: center;
  font-family:var(--ff-noto-sans);
  gap:8px;
  border-radius:4px;
  border:1px solid var(--cc-stroke-wb);
  padding:12px 16px;
  background-color:#fff;
  position:relative;
  overflow:hidden;
}
.l2-headerA__condition::before {
  content:"";
  border-top-left-radius:4px;
  border-bottom-left-radius:4px;
  width:4px;
  height:100%;
  background-color:var(--cc-red-700);
  position:absolute;
  left:0;
}
.l2-headerA__condition__now {
  display:flex;
  align-items: center;
  gap:4px;
  font-size:14px;
  line-height:1.6;
}
.l2-headerA__condition__now::before {
  flex-shrink: 0;
  width:14px;
  height:14px;
  background-color:var(--cc-red-700);
}
.l2-headerA__condition__link {
  flex-shrink: 0;
  margin-left:auto;
  font-family:var(--ff-noto-sans);
  font-size:12px;
  color:var(--cc-red-700);
}
.l2-headerA__desc {
  grid-column:1/-1;
  grid-row:2/3;
  margin-top:24px;
  font-family:var(--ff-noto-sans);
  font-size:18px;
  line-height:1.6;
}
@media (min-width: 1024px) {
  .l2-headerA__inner__change {
    grid-row:1/-1;
  }
  .l2-headerA__condition {
    min-width:343px;
  }
}
@media (max-width: 1023px) {
  .l2-headerA__inner {
    padding-block:calc(20 * var(--sp-w)) calc(16 * var(--sp-w));
  }
  .l2-headerA__inner::before {
    width:calc(48 * var(--sp-w));
    left:calc(16 * var(--sp-w));
  }
  .l2-headerA__inner__desc {
    grid-row:2/3;
    grid-column:1/-1;
    font-size:calc(14 * var(--sp-w));
  }
  .l2-headerA__inner__change {
    font-size:calc(12 * var(--sp-w));
  }
  .l2-headerA__inner:has(.l2-headerA__condition) {
    grid-template-columns:1fr;
    gap:calc(16 * var(--sp-w));
  }
  .l2-headerA__condition {
    gap:calc(8 * var(--sp-w));
    padding:calc(12 * var(--sp-w)) calc(16 * var(--sp-w));
  }
  .l2-headerA__condition__now {
    gap:calc(4 * var(--sp-w));
    font-size:calc(14 * var(--sp-w));
  }
  .l2-headerA__condition__now::before {
    width:calc(14 * var(--sp-w));
    height:calc(14 * var(--sp-w));
  }
  .l2-headerA__condition__link {
    flex-shrink: 0;
    margin-left:auto;
  }
  .l2-headerA__desc {
    margin-top:calc(16 * var(--sp-w));
    font-size:calc(14 * var(--sp-w));
  }
}


/* アンカーリンクリスト
----------------------------------------------------------------------------- */
.l2-anchorListA {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:8px;
  margin-block:24px;
  font-family:var(--ff-noto-sans);
  font-size:16px;
  line-height:1.2;
}
.l2-anchorListA__item__link {
  display:flex;
  justify-content:space-between;
  align-items: center;
  padding-top:2px;
  padding-inline:16px;
  gap:8px;
  border-radius:4px;
  border:1px solid var(--cc-stroke-wb);
  min-height:40px;
  background-color:#fff;
}
.l2-anchorListA__item__link::after {
  content:"";
  margin-top:-6px;
  border-right:1px solid var(--cc-red-700);
  border-bottom:1px solid var(--cc-red-700);
  width:8px;
  height:8px;
  transform:rotate(45deg);
}
@media (max-width: 1023px) {
  body:has(.l2-anchorListA) {
    overflow-X:visible;
  }
  .l2-anchorListA {
    display:flex;
    position: sticky;
    top: 0;
    z-index: 10;
    gap:calc(8 * var(--sp-w));
    padding-block: 0 calc(12 * var(--sp-w));
    margin-block: 0 calc(4 * var(--sp-w));
    font-size:calc(12 * var(--sp-w));
    background-color: var(--cc-gray-50);
    overflow-x:auto;
    -webkit-overflow-scrolling: touch;
  }
  .l2-anchorListA__item {
    flex-shrink: 0;
  }
  .l2-anchorListA__item__link {
    padding-inline:calc(12 * var(--sp-w));
    gap:calc(8 * var(--sp-w));
    min-height:calc(32 * var(--sp-w));
  }
  .l2-anchorListA__item__link::after {
    margin-top:calc(-4 * var(--sp-w));
    margin-inline:calc(2 * var(--sp-w));
    width:calc(6 * var(--sp-w));
    height:calc(6 * var(--sp-w));
  }
}

/* ボタンリスト
----------------------------------------------------------------------------- */
.l2-buttonListA {
  position:relative;
}
.l2-buttonListA__target__list {
  display:grid;
}
.l2-buttonListA__accordionButton {
  gap:8px;
  height:1lh;
  width:fit-content;
  font-size:16px;
  color:var(--cc-gray-700);
  position:absolute;
  z-index: 5;
}
.l2-buttonListA__accordionButton::after {
  content:"";
  width:8px;
  height:8px;
  border-right:1px solid var(--cc-gray-700);
  border-bottom:1px solid var(--cc-gray-700);
  transform:rotate(45deg);
  margin-top:-2px;
}
@media (min-width: 1024px) {
  .l2-buttonListA__accordionButton {
  }
  .l2-buttonListA__accordionButton:not(.p2-sp) {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-top:-64px;
    margin-inline:auto;
    inset-inline:0 -1016px;
    transform:translateX(-50%);
  }
  .l2-buttonListA__target__list {
    grid-template-columns:repeat(4,1fr);
    gap:8px;
  }
}
@media (max-width: 1023px) {
  .l2-buttonListA__target__list {
    gap:calc(6 * var(--sp-w));
  }
  .l2-buttonListA__accordionButton {
    display:flex;
    justify-content: space-between;
    align-items: center;
    gap:calc(8 * var(--sp-w));
    padding-right:calc(8 * var(--sp-w));
    height:calc(24 * var(--sp-w));
    font-size:calc(12 * var(--sp-w));
    color:var(--cc-gray-700);
    position:absolute;
    right:calc(16 * var(--sp-w));
    top:0;
  }
  .l2-buttonListA__accordionButton::after {
    width:calc(8 * var(--sp-w));
    height:calc(8 * var(--sp-w));
    margin-top:calc(-2 * var(--sp-w));
  }
}
.l2-buttonListB {
  display:grid;
}
@media (min-width: 1024px) {
  .l2-buttonListB {
    grid-template-columns:repeat(4,1fr);
    gap:8px;
  }
}
@media (max-width: 1023px) {
  .l2-buttonListB {
    grid-template-columns:repeat(2,1fr);
    gap:calc(6 * var(--sp-w));
  }
  .l2-buttonListB:has(.l2-radioB,.l2-checkBoxB) {
    row-gap:calc(10 * var(--sp-w));
  }
  .l2-buttonListB:has(.l2-checkBoxCardA) {
    row-gap:calc(16 * var(--sp-w));
  }
}
/* 縦並び */
.l2-buttonListC {
  display:grid;
}
@media (min-width: 1024px) {
  .l2-mailForm__item__contents > .l2-buttonListC {
    margin-bottom:16px;
  }
  .l2-buttonListC {
    gap:12px;
  }
}
@media (max-width: 1023px) {
  .l2-mailForm__item__contents > .l2-buttonListC {
    margin-top:calc(12 * var(--sp-w));
  }
  .l2-buttonListC {
    gap:calc(12 * var(--sp-w));
  }
}

/* チェックボックス
----------------------------------------------------------------------------- */
.l2-checkBoxA {
  display:flex;
  align-items: center;
  gap:8px;
  box-sizing: border-box;
  padding-left:16px;
  border-radius:4px;
  border:1px solid var(--cc-stroke-wb);
  min-height:56px;
  font-family:var(--ff-noto-sans);
  font-size:16px;
  line-height:1.2;
  background-color:#fff;
  transition-property: border-color;
  transition-duration: var(--duration-A);
}
.l2-checkBoxA:has(input:checked) {
  border-color:var(--cc-red-700);
}
.l2-checkBoxA > input {
  margin:0 -8px 0 0;
  opacity:0;
  width:0;
  height:0;
  appearance: none;
}
.l2-checkBoxA > input:checked ~ i {
  background-color:var(--cc-red-700);
  border-color:var(--cc-red-700);
}
.l2-checkBoxA > input:checked ~ i::before {
  background-color:#fff;
}
.l2-checkBoxA > i {
  flex-shrink: 0;
  display:flex;
  justify-content: center;
  align-items: center;
  width:24px;
  height:auto;
  aspect-ratio: 1/1;
  border-radius:5px;
  border:1px solid var(--cc-gray-200);
  background-color:var(--cc-gray-50);
  transition-property: border-color, background-color;
  transition-duration: var(--duration-A);
}
.l2-checkBoxA > i::before {
  content:"";
  display:block;
  width:100%;
  background-color:var(--cc-gray-200);
  transition-property: background-color;
  transition-duration: var(--duration-A);
}
.l2-checkBoxA > small {
  font-size:12px;
}
.l2-checkBoxA > span > sup {
  color:var(--cc-red-700);
  position:relative;
  top:-.1em;
  font-size:14px;
}
.l2-checkBoxA.l2-checkBoxA_arrow {
  position: relative;
  padding-right:50px
}

.l2-checkBoxA.l2-checkBoxA_arrow:after {
  border-right: 1px solid var(--cc-red-700);
  border-top: 1px solid var(--cc-red-700);
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  right:24px;
  top:0;
  bottom:0;
  margin: auto 0;
}

/* disabled */
.l2-checkBoxA.is-disabled {
  pointer-events:none;
  color:var(--cc-gray-500);
}
.l2-checkBoxA.is-disabled > i {
  opacity:.5;
}
.l2-checkBoxA.is-disabled.l2-checkBoxA_arrow:after {
  content:none;
}
.l2-checkBoxA.is-disabled ~ .l2-checkRelationA__accordionButton {
  display:none;
}

@media (min-width: 1024px) {
  .l2-buttonListA__target__list {
  }
}
@media (max-width: 1023px) {
  .l2-checkBoxA {
    gap:calc(8 * var(--sp-w));
    padding-inline:calc(12 * var(--sp-w));
    border:1px solid var(--cc-stroke-wb);
    min-height:calc(48 * var(--sp-w));
    font-size:calc(14 * var(--sp-w));
  }
  .l2-checkBoxA:has(input:checked) {
    border-color:var(--cc-red-700);
  }
  .l2-checkBoxA > input {
    margin-right:calc(-8 * var(--sp-w));
  }
  .l2-checkBoxA > i {
    width:calc(18 * var(--sp-w));
  }
  .l2-checkBoxA > small {
    font-size:calc(12 * var(--sp-w));
  }
  .l2-checkBoxA.l2-checkBoxA_arrow:after {
    width: calc(6 * var(--sp-w));
    height: calc(6 * var(--sp-w));
    right:5.6%;
  }

}

.l2-mailSettingIntro__link {
  display:flex;
  justify-content: center;
  align-items: center;
  gap:8px;
  border-radius:6px;
  width:128px;
  height:40px;
  font-family: var(--ff-noto-sans);
  font-size:14px;
  line-height:1.6;
  color:#fff;
  background-color:var(--cc-red-700);
}
.l2-mailSettingIntro__link::before {
  width:18px;
  background-color:#fff;
}
@media (max-width: 1023px) {
  .l2-mailSettingIntro__link {
    margin-top:calc(12 * var(--sp-w));
    gap:calc(6 * var(--sp-w));
    border-radius:4px;
    width:calc(106 * var(--sp-w));
    height:calc(32 * var(--sp-w));
    font-size:calc(12 * var(--sp-w));
  }
  .l2-mailSettingIntro__link::before {
    width:calc(16 * var(--sp-w));
  }
}