@charset "UTF-8";
/* =============================================================================

Common CSS

・ヘッダー、フッター等のページ共通で使用される要素「.g-×××」

上記はここに記述する

============================================================================= */
/*---------------------------------------------------------------
 add on
---------------------------------------------------------------*/
@font-face {
  font-family: "Number";
  src: url("../fonts/subset-ShipporiMincho-Regular.woff") format("woff");
  src: url("../fonts/subset-ShipporiMincho-Regular.woff2") format("woff2");
  unicode-range: U+0030-0039; /*0-9*/
}
:root {
  /* フォント */
  --ff_min: "Shippori Mincho", serif;
  --ff_go: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","游ゴシック","游ゴシック体","Yu Gothic",YuGothic,verdana,"メイリオ","Meiryo","Osaka",sans-serif;
  --ff_en: "Number", "Baskervville", serif;
  /* スクロールバー幅動的対応 */
  --scrollbar: 0;
  /* カラーリング */
  /* hex */
  --bc_ff: #FFFFFF;
  --bc_00: #000000;
  --bc_c00: #cc0000;
  --bc_00c: #0000cc;
  --bc_black: #18191A;
  --bc_black_text: #393C3D;
  --bc_white: #FFFFFF;
  --bc_line: #E5E5E5;
  --bc_gray: #FAFBFB;
  --bc_blue_gray: #A9B0BD;
  /* RGB */
  --bc_ff_RGB: 255,255,255;
  --bc_00_RGB: 0,0,0;
  --bc_c00_RGB: 204, 0, 0;
  --bc_red_RGB: 204, 0, 0;
  --bc_blue_RGB: 0, 0, 204;
  --bc_black_RGB: 24,25,26;
  --bc_black_text_RGB: 89,93,95;
  --bc_white_RGB: 255,255,255;
  --bc_line_RGB: 229,229,229;
  --bc_gray_RGB: 250,251,251;
  --bc_blue_gray_RGB: 169,176,189;
}

/* 自動高さ調整 */
[data-autoheight],
[data-autoheight-pc],
[data-autoheight-sp] {
  -webkit-transition: none !important;
  transition: none !important;
}

/*---------------------------------------------------------------
 Library class
---------------------------------------------------------------*/
/* object-fit */
:where(.-of) {
  display: block;
  line-height: 0;
}
:where(.-of) > img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
}

:where(.-of_contain) {
  display: block;
  line-height: 0;
}
:where(.-of_contain) > img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
}

/* line-clamp */
:where(.-line_clamp) {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
}

/* background img */
:where(.-bg) {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

@-webkit-keyframes anim-underline01 {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  40% {
    clip-path: inset(0% 0% 0% 0%);
  }
  60% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
  }
}

@keyframes anim-underline01 {
  0% {
    clip-path: inset(0% 100% 0% 0%);
  }
  40% {
    clip-path: inset(0% 0% 0% 0%);
  }
  60% {
    clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
  }
}
@-webkit-keyframes anim-underline02 {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  40% {
    clip-path: inset(0% 0% 0% 100%);
  }
  60% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes anim-underline02 {
  0% {
    clip-path: inset(0% 0% 0% 0%);
  }
  40% {
    clip-path: inset(0% 0% 0% 100%);
  }
  60% {
    clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
  }
}
:where(.-underline) > span {
  position: relative;
}
:where(.-underline) > span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bc_black);
  clip-path: inset(0% 100% 0% 0%);
}
.no-touchevents :where(.-underline):hover span::before {
  -webkit-animation-name: anim-underline01;
  animation-name: anim-underline01;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
:where(.-underline).-rev > span::before {
  bottom: -0.5rem;
  clip-path: inset(0% 0% 0% 0%);
}
.no-touchevents :where(.-underline).-rev:hover span::before {
  -webkit-animation-name: anim-underline02;
  animation-name: anim-underline02;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/*---------------------------------------------------------------
 ico class
---------------------------------------------------------------*/
/* btn arrow icon */
:where(.ico-btn_arrow) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_arrow.svg");
  mask-image: url("../img/common/ico_btn_arrow.svg");
  background: var(--bc_black);
}

/* btn external icon */
:where(.ico-btn_external) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_external.svg");
  mask-image: url("../img/common/ico_btn_external.svg");
  background: var(--bc_black);
}

/* btn send icon */
:where(.ico-btn_send) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.4rem;
  height: 1.5rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_send.svg");
  mask-image: url("../img/common/ico_btn_send.svg");
  background: var(--bc_black);
}

/* btn mappin icon */
:where(.ico-btn_pin) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_pin.svg");
  mask-image: url("../img/common/ico_btn_pin.svg");
  background: var(--bc_black);
}

/* btn insta icon */
:where(.ico-btn_insta) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.2rem;
  height: 1.3rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_btn_insta.svg");
  mask-image: url("../img/common/ico_btn_insta.svg");
  background: var(--bc_black);
}

/* accordion pulldown arrow */
:where(.ico-accordion_arrow) > i,
:where(.ico-accordion_arrow) > span > i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1rem;
  height: 0.7rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_accordion_arrow.svg");
  mask-image: url("../img/common/ico_accordion_arrow.svg");
  background: var(--bc_black);
}

/* slider next arrow */
:where(.ico-paging_arrow) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.7rem;
  height: 1.2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_paging_arrow.svg");
  mask-image: url("../img/common/ico_paging_arrow.svg");
  background: var(--bc_black);
}

/* pagetop arrow */
:where(.ico-pagetop_arrow) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_pagetop_arrow.svg");
  mask-image: url("../img/common/ico_pagetop_arrow.svg");
  background: var(--bc_black);
}

/* subnav pulldown arrow */
:where(.ico-subnav_arrow) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 0.9rem;
  height: 0.7rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_subnav_arrow.svg");
  mask-image: url("../img/common/ico_subnav_arrow.svg");
  background: var(--bc_black);
}

/* heart icon */
:where(.ico-other_heart) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_other_heart.svg");
  mask-image: url("../img/common/ico_other_heart.svg");
  background: var(--bc_black);
}

/* mail icon */
:where(.ico-other_mail) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_other_mail.svg");
  mask-image: url("../img/common/ico_other_mail.svg");
  background: var(--bc_black);
}

/* search icon */
:where(.ico-other_search) i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-image: url("../img/common/ico_other_search.svg");
  mask-image: url("../img/common/ico_other_search.svg");
  background: var(--bc_black);
}

/*---------------------------------------------------------------
 Font Format class
---------------------------------------------------------------*/
/* webfont */
/* Shippori Mincho */
:where(.-f_min) {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* デバイスフォント */
:where(.-f_go) {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
}

/* Baskervville */
:where(.-f_en) {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:where(.-f_en).-fz_l {
  font-size: 7.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}
:where(.-f_en).-fz_m {
  font-size: 5.6rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

/*---------------------------------------------------------------
 Text Format class
---------------------------------------------------------------*/
/* text style */
/* 見出し */
:where(.-t_headline) {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.7;
}
:where(.-t_headline).-fz_l {
  font-size: 3.2rem;
  letter-spacing: 0;
  line-height: 1.5;
}
:where(.-t_headline).-fz_m {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
:where(.-t_headline).-fz_s {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
}

/* body */
:where(.-t_body) {
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1.8;
  color: var(--bc_black_text);
}

/* indent（※） */
:where(.-ind) {
  text-indent: 1em;
}
:where(.-ind)::before {
  content: "※";
  text-indent: -1em;
}

/* weight level */
:where(.-fw_r) {
  font-weight: 400;
}

:where(.-fw_m) {
  font-weight: 500;
}

:where(.-fw_sb) {
  font-weight: 600;
}

:where(.-fw_b) {
  font-weight: 700;
}

/*---------------------------------------------------------------
 Title Format class
---------------------------------------------------------------*/
/* section title */
:where(.-sec_tit) :where(.-title) {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  font-size: 7.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* content title */
:where(.-cont_tit) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 17rem;
  width: calc(100% - 4rem);
  margin-inline: auto;
}
:where(.-cont_tit) .-title {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}

/* content header */
:where(.-cont_header) {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
:where(.-cont_header) .-cont_header-mv {
  width: 63.75%;
  height: 82.8rem;
}
:where(.-cont_header) .-cont_header-sec_tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
:where(.-cont_header) .-cont_header-sec_tit .-title {
  font-size: 8.8rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
}

/*---------------------------------------------------------------
 Link element
---------------------------------------------------------------*/
/* wraplink */
:where(.-wrap_link) {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
:where(.-wrap_link) ~ :is(.img, .ph, .bg, .thumb) {
  overflow: hidden;
}
:where(.-wrap_link) ~ :is(.img, .ph, .bg, .thumb) img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.no-touchevents :where(.-wrap_link):hover ~ :is(.img, .ph, .bg, .thumb) img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* 汎用角ボタン */
@-webkit-keyframes btn01-mouseout {
  0% {
    clip-path: inset(0% 100% 0% 0%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
@keyframes btn01-mouseout {
  0% {
    clip-path: inset(0% 100% 0% 0%);
    opacity: 0;
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
}
@-webkit-keyframes btn01-mouseover {
  0% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
    opacity: 0;
  }
}
@keyframes btn01-mouseover {
  0% {
    clip-path: inset(0% 0% 0% 0%);
    opacity: 1;
  }
  100% {
    clip-path: inset(0% 0% 0% 100%);
    opacity: 0;
  }
}
:where(.-btn01) {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.5rem;
  width: 16rem;
  height: 3.2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--bc_black);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  /*カラバリ*/
}
:where(.-btn01):has(i) {
  padding-right: 4.5rem;
}
:where(.-btn01):has(i) i {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: var(--bc_white);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
:where(.-btn01):before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background-color: var(--bc_black);
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: btn01-mouseout;
  animation-name: btn01-mouseout;
}
:where(.-btn01) > span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_white);
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
:where(.-btn01).-bc_white {
  border: 1px solid var(--bc_black_text);
}
:where(.-btn01).-bc_white span {
  color: var(--bc_black_text);
}
:where(.-btn01).-bc_white i {
  background: var(--bc_black_text);
}
:where(.-btn01).-bc_white:before {
  background-color: var(--bc_white);
}
.no-touchevents :where(.-btn01).-bc_white:hover {
  background-color: var(--bc_black);
}
.no-touchevents :where(.-btn01).-bc_white:hover span {
  color: var(--bc_white);
}
.no-touchevents :where(.-btn01).-bc_white:hover i {
  background: var(--bc_white);
}
:where(.-btn01).-bc_black_B {
  background-color: var(--bc_black_text);
  border: 1px solid var(--bc_black_text);
}
:where(.-btn01).-bc_black_B span {
  color: var(--bc_white);
}
:where(.-btn01).-bc_black_B i {
  background: var(--bc_white);
}
.no-touchevents :where(.-btn01).-bc_black_B:hover {
  background-color: var(--bc_white);
}
.no-touchevents :where(.-btn01).-bc_black_B:hover span {
  color: var(--bc_black);
}
.no-touchevents :where(.-btn01).-bc_black_B:hover i {
  background: var(--bc_black);
}
.no-touchevents :where(.-btn01):hover {
  background-color: var(--bc_white);
}
.no-touchevents :where(.-btn01):hover:before {
  -webkit-animation-name: btn01-mouseover;
  animation-name: btn01-mouseover;
}
.no-touchevents :where(.-btn01):hover span {
  color: var(--bc_black);
}
.no-touchevents :where(.-btn01):hover i {
  background: var(--bc_black);
}

/*---------------------------------------------------------------
 nav element layout
---------------------------------------------------------------*/
/* navigation link */
:where(.-g_nav) > li > a, :where(.-g_nav) > li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  cursor: pointer;
}
:where(.-g_nav) > li > a i, :where(.-g_nav) > li > p i {
  margin-left: 1rem;
}

:where(.-s_nav) a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
:where(.-s_nav) a > span {
  font-family: var(--ff_go);
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

:where(.-sns_link) a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
}
.no-touchevents :where(.-sns_link) a:hover {
  opacity: 0.3;
}
:where(.-sns_link) img {
  width: 100%;
  height: auto;
}
:where(.-sns_link) .ico-btn_insta i {
  width: 1.8rem;
  height: 1.6rem;
  background: var(--bc_black_text);
}

:where(.-other_link) a, :where(.-other_link) [data-accordion-trigger] {
  line-height: 0;
}
:where(.-other_link) a span, :where(.-other_link) [data-accordion-trigger] span {
  position: relative;
  display: block;
  width: 2rem;
  height: 2rem;
}
:where(.-other_link) a i, :where(.-other_link) [data-accordion-trigger] i {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
:where(.-other_link) a img, :where(.-other_link) [data-accordion-trigger] img {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.no-touchevents :where(.-other_link) a:hover i, .no-touchevents :where(.-other_link) [data-accordion-trigger]:hover i {
  opacity: 1;
}
.no-touchevents :where(.-other_link) a:hover img, .no-touchevents :where(.-other_link) [data-accordion-trigger]:hover img {
  opacity: 0;
}

/*---------------------------------------------------------------
 common element layout
---------------------------------------------------------------*/
/* ガイドラインmodule */
.mod_guideline {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  pointer-events: none;
  /* 表示制御 */
}
.mod_guideline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: rgba(var(--bc_red_RGB), 0.5);
}
.mod_guideline.-visible {
  display: block;
}
.mod_guideline.-visible .mod_guideline-basic {
  display: block;
}
.mod_guideline.-visible.-layout1 {
  display: block;
}
.mod_guideline.-visible.-layout1 .mod_guideline-basic {
  display: none;
}
.mod_guideline.-visible.-layout1 .mod_guideline-layout1 {
  display: block;
}
.mod_guideline.-visible.-layout2 {
  display: block;
}
.mod_guideline.-visible.-layout2 .mod_guideline-basic {
  display: none;
}
.mod_guideline.-visible.-layout2 .mod_guideline-layout2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 3.6rem) 1fr;
  grid-template-columns: calc(50% - 3.6rem) 1fr;
}

.mod_guideline-basic {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mod_guideline-basic::before, .mod_guideline-basic::after {
  content: "";
  position: absolute;
}
.mod_guideline-basic::before {
  top: 0;
  bottom: 0;
  width: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(var(--bc_red_RGB), 0.5);
  border-right: 1px solid rgba(var(--bc_red_RGB), 0.5);
}
.mod_guideline-basic::after {
  display: inline-block;
  background-color: rgba(var(--bc_red_RGB), 1);
  color: var(--bc_white);
  line-height: 1.6;
}
.mod_guideline-basic > span {
  position: relative;
  display: block;
  margin: auto;
}
.mod_guideline-basic > span::before, .mod_guideline-basic > span::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_guideline-basic > span::before {
  left: 0;
  right: 0;
  top: 0;
  height: 100vh;
}
.mod_guideline-basic > span::after {
  display: inline-block;
  color: var(--bc_white);
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 0 1rem;
}
.mod_guideline-basic .-w01 {
  width: 156rem;
}
.mod_guideline-basic .-w01::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 1);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 1);
}
.mod_guideline-basic .-w01::after {
  background-color: rgba(var(--bc_blue_RGB), 1);
}
.mod_guideline-basic .-w02 {
  width: 144rem;
}
.mod_guideline-basic .-w02::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 0.5);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 0.5);
}
.mod_guideline-basic .-w02::after {
  background-color: rgba(var(--bc_blue_RGB), 0.7);
}
.mod_guideline-basic .-w03 {
  width: 136rem;
}
.mod_guideline-basic .-w03::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 0.3);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 0.3);
}
.mod_guideline-basic .-w03::after {
  background-color: rgba(var(--bc_blue_RGB), 0.5);
}
.mod_guideline-basic .-w04::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 0.8);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 0.8);
}
.mod_guideline-basic .-w04::after {
  background-color: rgba(var(--bc_blue_RGB), 0.8);
}
.mod_guideline-basic .-w05::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 0.6);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 0.6);
}
.mod_guideline-basic .-w05::after {
  background-color: rgba(var(--bc_blue_RGB), 0.6);
}
.mod_guideline-basic .-w06::before {
  border-left: 1px solid rgba(var(--bc_blue_RGB), 0.4);
  border-right: 1px solid rgba(var(--bc_blue_RGB), 0.4);
}
.mod_guideline-basic .-w06::after {
  background-color: rgba(var(--bc_blue_RGB), 0.4);
}
.mod_guideline-basic .-min {
  /* PC最小幅絶対基準 */
  width: 1000px;
}
.mod_guideline-basic .-min::before {
  border-left: 1px solid rgba(var(--bc_00_RGB), 0.5);
  border-right: 1px solid rgba(var(--bc_00_RGB), 0.5);
}
.mod_guideline-basic .-min::after {
  content: "w:1000px(absolute)";
  background-color: rgba(var(--bc_00_RGB), 0.7);
}

/* content wrap */
:where(.content_wrap) {
  position: relative;
  width: 100%;
  padding-top: 7.2rem;
}

/* header */
.mod_header .header_inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 7.2rem;
  width: 100%;
  padding-left: 5rem;
  padding-right: 10.7rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: var(--bc_white);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.mod_header .header_inner::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: calc(50% - 50vw);
  right: calc(50% - 50vw + var(--scrollbar) / 2);
  height: 1px;
  background-color: var(--bc_line);
}
#Pagetop:has(#menuopenstate:checked) .mod_header .header_inner {
  -webkit-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.mod_header .header_logo {
  position: absolute;
  left: calc(50% - 7.8rem);
  top: calc(50% - 1.85rem);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 15.6rem;
  height: 3.7rem;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_header .header_logo > * {
  line-height: 0;
}
.mod_header .header_logo img {
  width: 100%;
  height: auto;
}
.no-touchevents .mod_header .header_logo:hover {
  opacity: 0.5;
}
.mod_header .header-g_nav {
  position: absolute;
  left: 5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2rem;
}
.mod_header .header-other_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3rem;
}
.mod_header .header-other_link li {
  position: relative;
}
.mod_header .header-other_link li + li {
  margin-left: 4rem;
}
.mod_header .header-other_link li + li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2rem;
  width: 1px;
  background-color: var(--bc_line);
}
.mod_header .header-sns_link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 3rem;
}
.mod_header .header-sns_link li {
  position: relative;
}
.mod_header .header-sns_link li + li {
  margin-left: 4rem;
}
.mod_header .header-action_link .-btn01 {
  width: 15.7rem;
  height: 4rem;
}

/* menu drawer */
#menuopenstate {
  display: none;
}

.menu_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 7.2rem;
  height: 7.2rem;
  background-color: var(--bc_white);
  cursor: pointer;
  -webkit-transition: opacity 0.7s;
  transition: opacity 0.7s;
}
.menu_btn .bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: auto;
  background-color: var(--bc_black);
}
.menu_btn .open .bar {
  width: 3.2rem;
}
.menu_btn .open .bar:nth-child(1) {
  top: -0.6rem;
}
.menu_btn .open .bar:nth-child(2) {
  opacity: 0;
}
.menu_btn .open .bar:nth-child(3) {
  bottom: -0.6rem;
}
.menu_btn .close .bar {
  width: 0;
}
.menu_btn .close .bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu_btn .close .bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body:has(#menuopenstate:checked) .menu_btn .open .bar {
  width: 0;
}
body:has(#menuopenstate:checked) .menu_btn .close .bar {
  width: 2rem;
}

.menu_drawer {
  position: fixed;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  background-color: var(--bc_white);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer {
  opacity: 1;
  pointer-events: auto;
}
.menu_drawer-inner {
  position: relative;
  width: 100%;
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.menu_drawer-ph {
  position: absolute;
  top: 7.2rem;
  bottom: 0;
  left: 0;
  right: calc(50% - 2.8rem);
}
.menu_drawer-g_nav {
  pointer-events: none;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer-g_nav {
  pointer-events: auto;
}
.menu_drawer-g_nav > li {
  text-align: left;
  min-width: 19rem;
}
.menu_drawer-g_nav-accordion {
  pointer-events: none;
  text-align: left;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer-g_nav-accordion {
  pointer-events: auto;
}
.menu_drawer-g_nav-accordion > dt {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  pointer-events: none;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer-g_nav-accordion > dt {
  pointer-events: auto;
}
.menu_drawer-g_nav-accordion > dd {
  pointer-events: none;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer-g_nav-accordion > dd {
  pointer-events: auto;
}
.menu_drawer-inner_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.1;
  color: var(--bc_black_text);
  pointer-events: none;
}
#Pagetop:has(#menuopenstate:checked) .menu_drawer-inner_link {
  pointer-events: auto;
}
.menu_drawer-sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}
.menu_drawer-sns_link i {
  margin-right: 0.8rem;
}

/* footer */
.mod_footer {
  position: relative;
}
.mod_footer .footer_inner {
  position: relative;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_footer .footer_logo {
  position: relative;
  z-index: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod_footer .footer_logo .main {
  line-height: 0;
}
.mod_footer .footer_logo .main img {
  width: 109.3rem;
  height: auto;
}
.mod_footer .footer-g_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
.mod_footer .footer-g_nav > li > a, .mod_footer .footer-g_nav > li > p {
  font-size: 2rem;
}
.mod_footer .footer-s_nav {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
.mod_footer .footer-s_nav > li {
  line-height: 1;
}
.mod_footer .footer-s_nav a > span {
  color: var(--bc_black_text);
}
.mod_footer .footer-s_nav .-underline span::before {
  background-color: var(--bc_black_text);
}
.mod_footer .footer-sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mod_footer .footer-sns_link a {
  font-size: 1.4rem;
}
.no-touchevents .mod_footer .footer-sns_link a:hover {
  opacity: 1;
}
.mod_footer .footer-sns_link span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mod_footer .footer-sns_link i {
  width: 1.4rem;
  height: 1.4rem;
  margin-right: 0.4rem;
}
.mod_footer .footer-other_link {
  display: block;
}
.mod_footer .footer-other_link > a {
  display: inline-block;
  white-space: pre;
}
.mod_footer .footer-other_link .ico-btn_arrow span,
.mod_footer .footer-other_link .ico-btn_external span {
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
}
.mod_footer .footer-other_link .ico-btn_arrow i,
.mod_footer .footer-other_link .ico-btn_external i {
  margin-left: 1rem;
}
.mod_footer .footer-other_link .thumb {
  width: 24rem;
  height: 15rem;
  margin-top: 1.5rem;
}
.mod_footer .footer-other_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12rem;
}
.mod_footer .footer-other_link_wrap .footer-other_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  gap: 7rem;
}
.no-touchevents .mod_footer .footer-other_link_wrap .footer-other_link > a:hover ~ .thumb_link .thumb {
  opacity: 1;
}
.mod_footer .footer-other_link_wrap .footer-other_link .ico-btn_arrow span {
  font-size: 4.4rem;
  letter-spacing: 0;
}
.mod_footer .footer-other_link_wrap .footer-other_link .ico-btn_arrow i {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: 2rem;
}
.mod_footer .footer-other_link_wrap .footer-other_link .thumb_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20rem;
  height: 26.7rem;
  margin-top: 0;
}
.mod_footer .footer-other_link_wrap .footer-other_link .thumb {
  width: 100%;
  height: 100%;
  margin-top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mod_footer .footer_copyright {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  pointer-events: none;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
}

/* RTB */
.mod_rtb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: right;
}

.pagetop_btn {
  position: fixed;
  bottom: 3rem;
  right: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.6rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s, bottom 1s;
  transition: opacity 1s, bottom 1s;
  z-index: 999;
  margin-bottom: env(safe-area-inset-bottom);
}
.pagetop_btn span {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 1;
  white-space: pre;
}
.pagetop_btn i {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 1rem;
}
.state_screenheightscroll .pagetop_btn {
  opacity: 1;
  pointer-events: auto;
}
#Pagetop:has(#menuopenstate:checked) .pagetop_btn {
  opacity: 0;
  pointer-events: none;
}
.pagetop_btn.-endline {
  position: absolute;
  bottom: -10rem;
}

/* SP sticky menu */
.flowbottomSP {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 4rem);
  height: 3.5rem;
  margin-bottom: env(safe-area-inset-bottom);
  background-color: var(--bc_white);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translateY(calc(100% + 2rem));
  transform: translateY(calc(100% + 2rem));
  z-index: 999;
}
.flowbottomSP a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.state_screenheightscroll .flowbottomSP {
  -webkit-transform: none;
  transform: none;
}
#Pagetop:has(#menuopenstate:checked) .flowbottomSP {
  -webkit-transform: translateY(calc(100% + 2rem));
  transform: translateY(calc(100% + 2rem));
}
.flowbottomSP.-endline {
  -webkit-transform: translateY(calc(100% + 2rem));
  transform: translateY(calc(100% + 2rem));
}

/* bread list */
.mod_breadlist {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-inline: 2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
}

.breadlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  margin: auto;
  text-align: left;
  white-space: nowrap;
}
.breadlist li {
  display: inline-block;
  position: relative;
  font-family: var(--ff_en);
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--bc_black);
}
.breadlist li + li {
  margin-left: 3rem;
}
.breadlist li + li:before {
  content: "";
  display: block;
  width: 1rem;
  height: 1px;
  background-color: var(--bc_black);
  position: absolute;
  top: 50%;
  left: -2rem;
}
.breadlist li:last-child {
  color: var(--bc_blue_gray);
}
.no-touchevents .breadlist a:hover {
  color: var(--bc_black);
  text-decoration: underline;
}

/* mod_contact */
.mod_contact-inner {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.mod_contact-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.3, 0, 0.7, 1);
  transition: opacity 0.4s cubic-bezier(0.3, 0, 0.7, 1);
}
.mod_contact-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mod_contact-item .label {
  position: absolute;
  top: 2rem;
  left: 3.5rem;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1;
  color: var(--bc_black);
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
}
.mod_contact-item .ico-btn_arrow span {
  position: relative;
  font-family: var(--ff_min);
  font-style: normal;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: var(--bc_black);
  -webkit-transition: color 0.7s ease 0.2s;
  transition: color 0.7s ease 0.2s;
}
.mod_contact-item .ico-btn_arrow span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--bc_white);
  clip-path: inset(0% 100% 0% 0%);
  -webkit-transition: clip-path 0.7s;
  transition: clip-path 0.7s;
}
.mod_contact-item .ico-btn_arrow i {
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 1.5rem;
  background: var(--bc_white);
  opacity: 0;
  -webkit-transition: opacity 0.7s ease 0.3s;
  transition: opacity 0.7s ease 0.3s;
}
.no-touchevents .mod_contact-item:hover .label {
  color: var(--bc_white);
}
.no-touchevents .mod_contact-item:hover .ico-btn_arrow span {
  color: var(--bc_white);
}
.no-touchevents .mod_contact-item:hover .ico-btn_arrow span::before {
  clip-path: inset(0% 0% 0% 0%);
}
.no-touchevents .mod_contact-item:hover .ico-btn_arrow i {
  opacity: 1;
}
.no-touchevents .mod_contact-item:hover.reserve ~ .bg01 {
  opacity: 1;
}
.no-touchevents .mod_contact-item:hover.contact ~ .bg02 {
  opacity: 1;
}
.no-touchevents .mod_contact-item:hover.catalog ~ .bg03 {
  opacity: 1;
}

/* accordion */
:where([data-accordion-trigger]) {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
:where([data-accordion-trigger]) i {
  position: absolute;
  right: 0;
  top: calc(50% - 0.9rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
}
:where([data-accordion-trigger]) i::before, :where([data-accordion-trigger]) i::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--bc_black);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
:where([data-accordion-trigger]) i::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
:where([data-accordion-trigger]).is-active i::after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

:where([data-accordion-detail]) {
  -webkit-transition: height 0.7s, padding 0.3s, opacity 0.7s;
  transition: height 0.7s, padding 0.3s, opacity 0.7s;
  height: auto;
  opacity: 1;
  pointer-events: all;
}
:where([data-accordion-detail]).is-hidden {
  opacity: 0;
  height: 0;
  padding-block: 0 !important;
  overflow: hidden;
  pointer-events: none;
}

/* 汎用タブ（表示制御のみ） */
:where([data-tabarea]) {
  pointer-events: all;
}
:where([data-tabarea]) [data-tabmenu] {
  position: relative;
  z-index: 1;
  pointer-events: all;
}
:where([data-tabarea]) [data-tabmenu] [data-tabmenu-item] {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  cursor: pointer;
}
:where([data-tabarea]) [data-tabdetail] [data-tabdetail-item] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
:where([data-tabarea]) [data-tabdetail] [data-tabdetail-item].is-active {
  position: static;
  display: block;
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

/* phase1-5 */
.-phase1-5 .menu_drawer-g_nav > li {
  text-align: left;
  min-width: 19rem;
}
.-phase1-5 .mod_contact-bg.bg03 {
  display: none !important;
}
.-phase1-5 .mod_contact-item.catalog {
  display: none !important;
  pointer-events: none !important;
}
@media (width > 767px) {
  :where(.-line_clamp).-line1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  :where(.-line_clamp).-line2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  :where(.-line_clamp).-line3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  :where(.-line_clamp).-line4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  :where(.-line_clamp).-line5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  :where(.-line_clamp).-line6 {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  :where(.-cont_header) {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  :where(.-cont_header) .-cont_header-sec_tit {
    position: absolute;
    top: 2rem;
    left: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
  }
  .mod_guideline-basic::before {
    width: 160rem;
    left: calc(50% - 80rem);
  }
  .mod_guideline-basic::after {
    content: "w:1600px";
    font-size: 1.4rem;
    padding: 0 1rem;
    left: calc(50% - 80rem);
  }
  .mod_guideline-basic .-w01::after {
    content: "w:1560px";
    top: 3rem;
    left: calc(50% - 78rem);
  }
  .mod_guideline-basic .-w02::after {
    content: "w:1440px";
    top: 0rem;
    left: calc(50% - 72rem);
  }
  .mod_guideline-basic .-w03::after {
    content: "w:1360px";
    top: 3rem;
    left: calc(50% - 68rem);
  }
  .mod_guideline-basic .-w04 {
    display: none;
  }
  .mod_guideline-basic .-w04::after {
    content: "w:800px(menu drawer)";
    top: 3rem;
    left: calc(50% - 40rem);
  }
  .mod_guideline-basic .-w05 {
    display: none;
  }
  .mod_guideline-basic .-w06 {
    display: none;
  }
  .mod_guideline-basic .-min::after {
    top: 6rem;
    left: calc(50% - 500px);
  }
  .menu_drawer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 100%;
    padding-top: 7.2rem;
    padding-bottom: 8rem;
    padding-right: 4rem;
  }
  .menu_drawer-g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 4rem 0;
    width: 44.6rem;
  }
  .menu_drawer-g_nav-accordion > dt {
    cursor: default;
  }
  .menu_drawer-g_nav-accordion > dt i {
    display: none;
  }
  .menu_drawer-g_nav-accordion > dd {
    margin-top: 3rem;
  }
  .mod_footer .footer_inner {
    min-height: 100vh;
    padding: 4rem 2rem 2rem;
  }
  .mod_footer .footer-g_nav {
    position: absolute;
    top: 17rem;
    left: 2rem;
  }
  .mod_footer .footer-sns_link {
    position: absolute;
    left: 2rem;
    bottom: 11rem;
  }
  .mod_footer .footer-other_link {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    text-align: right;
    max-width: 24rem;
  }
  .mod_footer .footer-other_link_wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mod_footer .footer-other_link_wrap .footer-other_link {
    bottom: -5rem;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .no-touchevents .mod_footer .footer-other_link_wrap .footer-other_link:hover .thumb_link .thumb {
    opacity: 1;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .ico-btn_arrow span::before {
    bottom: -0.7rem;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .thumb_link {
    position: relative;
    top: -5rem;
  }
  .is-hidden .pagetop_btn {
    opacity: 0 !important;
    pointer-events: none;
  }
  .mod_contact-inner {
    height: 53.4rem;
    border-top: 1px solid var(--bc_line);
    border-bottom: 1px solid var(--bc_line);
  }
  .mod_contact-inner::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(var(--bc_white_RGB), 1);
    -webkit-transition: background-color 0.7s;
    transition: background-color 0.7s;
  }
  .no-touchevents .mod_contact-inner:hover::before {
    background-color: rgba(var(--bc_white_RGB), 0);
  }
  .no-touchevents .mod_contact-inner:hover .mod_contact-item:not(:hover) .label {
    color: var(--bc_blue_gray);
  }
  .no-touchevents .mod_contact-inner:hover .mod_contact-item:not(:hover) .ico-btn_arrow span {
    color: var(--bc_blue_gray);
  }
  .mod_contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 33.3333333333%;
    height: 100%;
    padding: 2rem;
  }
  .mod_contact-item + .mod_contact-item {
    border-left: 1px solid var(--bc_line);
  }
  .-phase1-5 .menu_drawer-g_nav > li:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .-phase1-5 .menu_drawer-g_nav > li:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .-phase1-5 .menu_drawer-g_nav > li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: -16rem;
  }
  .-phase1-5 .mod_contact-item {
    width: 50% !important;
  }
}
@media (width <= 767px) {
  :where(.-line_clamp).-sp_line1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
  :where(.-line_clamp).-sp_line2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
  :where(.-line_clamp).-sp_line3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
  :where(.-line_clamp).-sp_line4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
  :where(.-line_clamp).-sp_line5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
  }
  :where(.-line_clamp).-sp_line6 {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }
  :where(.-underline).-rev > span::before {
    bottom: -0.3rem;
  }
  :where(.ico-other_heart) i {
    width: 1.6rem;
    height: 1.6rem;
  }
  :where(.ico-other_mail) i {
    width: 1.6rem;
    height: 1.6rem;
  }
  :where(.ico-other_search) i {
    width: 1.6rem;
    height: 1.6rem;
  }
  :where(.-f_en).-fz_l_sp {
    font-size: 4rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  :where(.-f_en).-fz_m_sp {
    font-size: 3rem;
    letter-spacing: 0.02em;
    line-height: 1.2;
  }
  :where(.-t_headline) {
    font-size: 2.2rem;
  }
  :where(.-t_headline).-fz_l {
    font-size: 2.2rem;
  }
  :where(.-t_headline).-fz_l_sp {
    font-size: 2.2rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
  :where(.-t_headline).-fz_m {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 1.6em;
  }
  :where(.-t_headline).-fz_m_sp {
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
  }
  :where(.-sec_tit) :where(.-title) {
    font-size: 4rem;
  }
  :where(.-cont_tit) {
    min-height: 14rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(204, 0, 0, 0.1);
  }
  :where(.-cont_tit) .-title {
    font-size: 4.8rem;
  }
  :where(.-cont_header) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  :where(.-cont_header) .-cont_header-mv {
    width: 100%;
    height: auto;
    aspect-ratio: 390/519;
  }
  :where(.-cont_header) .-cont_header-sec_tit {
    height: 12.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  :where(.-cont_header) .-cont_header-sec_tit .-title {
    font-size: 4.8rem;
  }
  :where(.-btn01) {
    height: 3.6rem;
    max-width: 100%;
    width: 100%;
  }
  :where(.-btn01) > span {
    font-size: 1.4rem;
  }
  :where(.-g_nav) > li > a, :where(.-g_nav) > li > p {
    font-size: 1.6rem;
  }
  :where(.-other_link) a span, :where(.-other_link) [data-accordion-trigger] span {
    width: 1.6rem;
    height: 1.6rem;
  }
  .mod_guideline-basic::before {
    max-width: 39rem;
    width: 100vw;
    left: 50%;
  }
  .mod_guideline-basic::after {
    content: "w:390px";
    font-size: 1.2rem;
    padding: 0 0.5rem;
    left: 0;
  }
  .mod_guideline-basic > span::after {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
  .mod_guideline-basic .-w01 {
    width: calc(100% - 2rem);
  }
  .mod_guideline-basic .-w01::after {
    content: "w:370px(100vw - 2.0rem)";
    top: 2rem;
    left: 0;
  }
  .mod_guideline-basic .-w02 {
    width: calc(100% - 4rem);
  }
  .mod_guideline-basic .-w02::after {
    content: "w:350px(100vw - 4.0rem)";
    top: 4rem;
    left: 0;
  }
  .mod_guideline-basic .-w03 {
    width: calc(100% - 12rem);
  }
  .mod_guideline-basic .-w03::after {
    content: "w:270px(100vw - 12.0rem)";
    top: 6rem;
    left: 0;
  }
  .mod_guideline-basic .-w04 {
    display: none;
  }
  .mod_guideline-basic .-w04::after {
    content: "w:295px(100vw - 8.0rem)";
    top: 8rem;
    left: 0;
  }
  .mod_guideline-basic .-w05 {
    display: none;
  }
  .mod_guideline-basic .-w05::after { /* SP */
    content: "w:279px(100vw - 9.6rem)";
    top: 10rem;
    left: 0;
  }
  .mod_guideline-basic .-w06 {
    display: none;
  }
  .mod_guideline-basic .-w06::after {
    content: "w:215px(100vw - 16rem)";
    top: 12rem;
    left: 0;
  }
  .mod_guideline-basic .-min {
    display: none;
  }
  :where(.content_wrap) {
    padding-top: 4.8rem;
  }
  .mod_header .header_inner {
    height: 4.8rem;
    padding: 0;
  }
  .mod_header .header_inner::before {
    left: 0;
    right: 0;
  }
  .is-header_fix.is-header_up .mod_header .header_inner {
    -webkit-transform: translateY(-101%);
    transform: translateY(-101%);
  }
  .mod_header .header_logo {
    left: calc(50% - 5.02rem);
    top: calc(50% - 1.25rem);
    width: 10.4rem;
    height: 2.5rem;
  }
  .mod_header .header-other_link {
    margin-right: 1rem;
  }
  .mod_header .header-other_link li + li {
    margin-left: 2rem;
  }
  .mod_header .header-other_link li + li::before {
    left: -1rem;
  }
  .mod_header .header-sns_link {
    margin-right: 1rem;
  }
  .mod_header .header-sns_link li + li {
    margin-left: 2rem;
  }
  .menu_btn {
    width: 5.6rem;
    height: 4.8rem;
    top: 0;
    left: 0;
  }
  .menu_btn .open .bar {
    width: 3.6rem;
  }
  .menu_btn .open .bar:nth-child(1) {
    top: -0.6rem;
  }
  .menu_btn .open .bar:nth-child(3) {
    bottom: -0.6rem;
  }
  body:has(#menuopenstate:checked) .menu_btn .close .bar {
    width: 3.2rem;
  }
  .menu_drawer {
    -webkit-overflow-scrolling: touch;
    background-color: rgba(var(--bc_gray_RGB), 1);
  }
  .menu_drawer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    margin-inline: auto;
    padding-top: 10rem;
    padding-bottom: 1.5rem;
  }
  .menu_drawer-ph {
    display: none;
  }
  .menu_drawer-g_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem 0;
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
  }
  .menu_drawer-g_nav-accordion > dt span {
    position: relative;
  }
  .menu_drawer-g_nav-accordion > dt i {
    position: absolute;
    right: -2.5rem;
    top: -0.5em;
    display: block;
    width: 2rem;
    height: 2rem;
    -webkit-transform: none;
    transform: none;
    background-color: rgba(var(--bc_00_RGB), 0);
  }
  .menu_drawer-g_nav-accordion > dt i::before, .menu_drawer-g_nav-accordion > dt i::after {
    content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background: var(--bc_00);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .menu_drawer-g_nav-accordion > dt i::before {
    opacity: 0;
    -webkit-mask-image: url("../img/common/ico_accordion_minas.svg");
    mask-image: url("../img/common/ico_accordion_minas.svg");
  }
  .menu_drawer-g_nav-accordion > dt i::after {
    opacity: 1;
    -webkit-mask-image: url("../img/common/ico_accordion_plus.svg");
    mask-image: url("../img/common/ico_accordion_plus.svg");
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .menu_drawer-g_nav-accordion > dt.is-active i::before {
    opacity: 1;
  }
  .menu_drawer-g_nav-accordion > dt.is-active i::after {
    opacity: 0;
  }
  .menu_drawer-g_nav-accordion > dd {
    padding-top: 2rem;
    -webkit-padding-start: 0.5rem;
    padding-inline-start: 0.5rem;
  }
  .menu_drawer-inner_link {
    font-size: 1.6rem;
  }
  .menu_drawer-sns_link {
    bottom: 17rem;
  }
  .menu_drawer-link {
    max-width: calc(100% - 4rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 30rem;
  }
  .mod_footer .footer_inner {
    padding-top: 10rem;
    padding-bottom: 4rem;
  }
  .mod_footer .footer_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }
  .mod_footer .footer_logo img {
    width: 4rem;
    height: auto;
  }
  .mod_footer .footer_logo .main img {
    width: 100%;
  }
  .mod_footer .footer-g_nav {
    display: block;
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 5rem;
  }
  .mod_footer .footer-g_nav > li {
    border-bottom: 1px solid var(--bc_line);
  }
  .mod_footer .footer-g_nav > li > a, .mod_footer .footer-g_nav > li > p {
    position: relative;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod_footer .footer-g_nav .ico-subnav_arrow i {
    position: absolute;
    right: 0;
  }
  .mod_footer .footer-g_nav .ico-btn_arrow i {
    position: absolute;
    right: 0;
  }
  .mod_footer .footer-s_nav {
    position: static;
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 5rem;
  }
  .mod_footer .footer-sns_link {
    max-width: calc(100% - 6rem);
    width: 100%;
    margin-inline: auto;
    margin-top: 2.4rem;
  }
  .mod_footer .footer-sns_link span::before {
    content: none;
  }
  .mod_footer .footer-other_link {
    position: relative;
  }
  .mod_footer .footer-other_link > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mod_footer .footer-other_link.mirano {
    width: calc(100% - 6rem);
    height: 11rem;
    margin-inline: auto;
    margin-top: 2.4rem;
  }
  .mod_footer .footer-other_link.mirano > a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .mod_footer .footer-other_link.mirano .thumb {
    width: 100%;
    height: 11rem;
  }
  .mod_footer .footer-other_link_wrap {
    gap: 2rem;
    margin-top: 8rem;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 1.5rem;
    bottom: 0;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .ico-btn_arrow span {
    font-size: 1.5rem;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .ico-btn_arrow i {
    width: 0.8rem;
    height: 0.8rem;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .thumb_link {
    width: 15.5rem;
    height: 20.8rem;
    margin: 0;
  }
  .mod_footer .footer-other_link_wrap .footer-other_link .thumb {
    opacity: 1;
  }
  .mod_footer .footer_copyright {
    position: static;
    display: block;
    width: calc(100% - 4rem);
    font-size: 1.4rem;
    text-align: center;
    margin-inline: auto;
    margin-top: 5rem;
  }
  .mod_rtb:has(.-endline) {
    top: auto;
    bottom: 0;
  }
  .pagetop_btn {
    bottom: 7rem;
    right: 3rem;
  }
  .pagetop_btn span {
    font-size: 1.4rem;
  }
  .pagetop_btn.-endline {
    bottom: 9.5rem;
  }
  .breadlist {
    height: 4rem;
  }
  .mod_contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .mod_contact-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 24.4rem;
  }
  .mod_contact-item .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mod_contact-item .label {
    top: 1rem;
    left: 2.5rem;
    font-size: 1.6rem;
    color: var(--bc_white);
  }
  .mod_contact-item .ico-btn_arrow span {
    font-size: 1.6rem;
    color: var(--bc_white);
  }
  .mod_contact-item .ico-btn_arrow span::before {
    clip-path: inset(0% 0% 0% 0%);
    bottom: -0.5rem;
  }
  .mod_contact-item .ico-btn_arrow i {
    width: 1rem;
    height: 1rem;
    opacity: 1;
  }
  :where([data-accordion-trigger]) i {
    right: 2rem;
  }
}
@media print, screen and (min-width: 641px) and (max-width: 1000px) {
  .mod_main {
    overflow: hidden;
  }
}
@media (width <= 767px) and (width <= 767px) {
  .mod_footer .footer-other_link.mirano .ico-btn_external span {
    color: var(--bc_white);
  }
  .mod_footer .footer-other_link.mirano .ico-btn_external span::before {
    background-color: var(--bc_white);
    bottom: -0.5rem;
  }
  .mod_footer .footer-other_link.mirano .ico-btn_external i {
    background: var(--bc_white);
  }
}/*# sourceMappingURL=common.css.map */
