@charset "UTF-8";

:root {
  interpolate-size: allow-keywords;
  --blk: #000;
  --dgry: #999;
  --gry: #ccc;
  --lgry: #f5f5f5;
  --wht: #fff;
  --body-bgc: #f7ffff;
  --main: #154e41;
  --lmain: #ebfaf6;
  --main02: #0c362c;
  --lmain02: #daf1ec;
  --acc: #3f73d9;
  --lacc: #e4ecff;
  --acc02: #f4b806;
  --lacc02: #fffbef;
  --acc03: #f04f14;
  --lacc03: #f2b29b;
  --acc04: #025b88;
  --lacc04: #eff5f8;
  --acc05: #e9ac07;
  --lacc05: #fff5da;
  --acc06: #f0143d;
  --lacc06: #fdf2f4;
  --grad-main: linear-gradient(90deg, var(--main) 0%, var(--lmain) 100%);
  --grad-main-rev: linear-gradient(270deg, var(--main) 0%, var(--lmain) 100%);
  --grad-acc: linear-gradient(90deg, var(--acc) 0%, var(--lacc) 100%);
  --grad-acc-rev: linear-gradient(270deg, var(--acc) 0%, var(--lacc) 100%);
  --grad-acc02: linear-gradient(90deg, var(--acc02) 0%, var(--lacc02) 100%);
  --grad-acc02-rev: linear-gradient(270deg, var(--acc02) 0%, var(--lacc02) 100%);
  --grad-acc03: linear-gradient(90deg, var(--acc03) 0%, var(--lacc03) 100%);
  --grad-acc03-rev: linear-gradient(270deg, var(--acc03) 0%, var(--lacc03) 100%);
  --grad-acc04: linear-gradient(90deg, var(--acc04) 0%, var(--lacc04) 100%);
  --grad-acc04-rev: linear-gradient(270deg, var(--acc04) 0%, var(--lacc04) 100%);
  --grad-acc05: linear-gradient(90deg, var(--acc05) 0%, var(--lacc05) 100%);
  --grad-acc05-rev: linear-gradient(270deg, var(--acc05) 0%, var(--lacc05) 100%);
  --transition: all 0.3s ease-in-out;
  --oversize: calc((100% - 100vw) / 2);
}
.main {
  --theme-color: var(--main);
}

/* ==================================
リセット・調整・ファンデーション
===================================== */
body {
  text-autospace: normal;
  overflow-wrap: anywhere;
}

/*---------- アクセシビリティ ----------*/
/* アイコンをスクリーンリーダーに読み上げられないようにする */
i,
[class*="material-icons"],
[class*="material-symbols"] {
  speak: none;
}

/* ==================================
moduleアレンジ
===================================== */
@media print, screen and (min-width: 769px) {
  .module__011.col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.list-dot.--circle {
  > li::before {
    content: "● ";
    font-size: 0.9em;
  }
}
.list-dot.--main {
  > li::before {
    color: var(--main);
  }
}
.list-dot.--acc {
  > li::before {
    color: var(--acc);
  }
}
.list-dot.--acc02 {
  > li::before {
    color: var(--acc02);
  }
}
.list-dot.--acc03 {
  > li::before {
    color: var(--acc03);
  }
}
.list-dot.--acc04 {
  > li::before {
    color: var(--acc04);
  }
}
.list-dot.--acc05 {
  > li::before {
    color: var(--acc05);
  }
}
.list-dot.--acc06 {
  > li::before {
    color: var(--acc06);
  }
}

/* ==================================
タイポ
===================================== */
/*---------- font-family ----------*/
.ff-nycd {
  font-family: "Nothing You Could Do", cursive;
}
.ff-shippori {
  font-family: "Shippori Mincho", serif;
}

/*---------- font-size ----------*/
.fs-10 {
  font-size: 1rem !important;
}
.fs-12 {
  font-size: 1.2rem !important;
}
.fs-14 {
  font-size: 1.4rem !important;
}
.fs-16 {
  font-size: 1.6rem !important;
}
.fs-18 {
  font-size: 1.8rem !important;
}

/*---------- 縦書き ----------*/
.vertical-rl {
  writing-mode: vertical-rl;
}

/*---------- 袋文字 ----------*/
.text-hukuro {
  text-shadow:
    2px 2px 1px var(--blk),
    -2px 2px 1px var(--blk),
    2px -2px 1px var(--blk),
    -2px -2px 1px var(--blk),
    2px 0px 1px var(--blk),
    0px 2px 1px var(--blk),
    -2px 0px 1px var(--blk),
    0px -2px 1px var(--blk);
}
.text-hukuro-wht {
  text-shadow:
    2px 2px 1px var(--wht),
    -2px 2px 1px var(--wht),
    2px -2px 1px var(--wht),
    -2px -2px 1px var(--wht),
    2px 0px 1px var(--wht),
    0px 2px 1px var(--wht),
    -2px 0px 1px var(--wht),
    0px -2px 1px var(--wht);
}

/*---------- text-stroke ----------*/
.text-stroke {
  -webkit-text-stroke: 0.0625em var(--blk);
  /* text-stroke: 0.0625em var(--blk); */
  paint-order: stroke;
}
.text-stroke-wht {
  -webkit-text-stroke: 0.0625em var(--wht);
  /* text-stroke: 0.0625em var(--wht); */
  paint-order: stroke;
}

/*---------- text-shadow ----------*/
.text-shadow {
  text-shadow: 0px 0px 0.25em var(--blk);
}
.text-shadow-wht {
  text-shadow: 0px 0px 0.25em var(--wht);
}

/*---------- box-decoration-break ----------*/
.decoration-break {
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

/*---------- マーカーのあしらい ----------*/
mark {
  background: linear-gradient(transparent 60%, yellow 60%);
}

/*---------- テキストをグラデーションにするベース ----------*/
.text-grad {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  display: inline-block;
}

/* ==================================
カラー
===================================== */
/*---------- color ----------*/
.cl-blk {
  color: var(--blk) !important;
}
.cl-dgry {
  color: var(--dgry) !important;
}
.cl-gry {
  color: var(--gry) !important;
}
.cl-lgry {
  color: var(--lgry) !important;
}
.cl-wht {
  color: var(--wht) !important;
}
.cl-main {
  color: var(--main) !important;
}
.cl-lmain {
  color: var(--lmain) !important;
}
.cl-main02 {
  color: var(--main02) !important;
}
.cl-lmain02 {
  color: var(--lmain02) !important;
}
.cl-acc {
  color: var(--acc) !important;
}
.cl-lacc {
  color: var(--lacc) !important;
}
.cl-acc02 {
  color: var(--acc02) !important;
}
.cl-lacc02 {
  color: var(--lacc02) !important;
}
.cl-acc03 {
  color: var(--acc03) !important;
}
.cl-lacc03 {
  color: var(--lacc03) !important;
}
.cl-acc04 {
  color: var(--acc04) !important;
}
.cl-lacc04 {
  color: var(--lacc04) !important;
}
.cl-acc05 {
  color: var(--acc05) !important;
}
.cl-lacc05 {
  color: var(--lacc05) !important;
}
.cl-acc06 {
  color: var(--acc06) !important;
}
.cl-lacc06 {
  color: var(--lacc06) !important;
}

/*---------- border-color ----------*/
.border-blk {
  border-color: var(--blk) !important;
}
.border-dgry {
  border-color: var(--dgry) !important;
}
.border-gry {
  border-color: var(--gry) !important;
}
.border-lgry {
  border-color: var(--lgry) !important;
}
.border-wht {
  border-color: var(--wht) !important;
}
.border-main {
  border-color: var(--main) !important;
}
.border-lmain {
  border-color: var(--lmain) !important;
}
.border-main02 {
  border-color: var(--main02) !important;
}
.border-lmain02 {
  border-color: var(--lmain02) !important;
}
.border-acc {
  border-color: var(--acc) !important;
}
.border-lacc {
  border-color: var(--lacc) !important;
}
.border-acc02 {
  border-color: var(--acc02) !important;
}
.border-lacc02 {
  border-color: var(--lacc02) !important;
}
.border-acc03 {
  border-color: var(--acc03) !important;
}
.border-lacc03 {
  border-color: var(--lacc03) !important;
}
.border-acc04 {
  border-color: var(--acc04) !important;
}
.border-lacc04 {
  border-color: var(--lacc04) !important;
}
.border-acc05 {
  border-color: var(--acc05) !important;
}
.border-lacc05 {
  border-color: var(--lacc05) !important;
}
.border-acc06 {
  border-color: var(--acc06) !important;
}
.border-lacc06 {
  border-color: var(--lacc06) !important;
}

/*---------- background-color ----------*/
.bg-blk {
  background-color: var(--blk) !important;
}
.bg-dgry {
  background-color: var(--dgry) !important;
}
.bg-gry {
  background-color: var(--gry) !important;
}
.bg-lgry {
  background-color: var(--lgry) !important;
}
.bg-wht {
  background-color: var(--wht) !important;
}
.bg-main {
  background-color: var(--main) !important;
}
.bg-lmain {
  background-color: var(--lmain) !important;
}
.bg-main02 {
  background-color: var(--main02) !important;
}
.bg-lmain02 {
  background-color: var(--lmain02) !important;
}
.bg-acc {
  background-color: var(--acc) !important;
}
.bg-lacc {
  background-color: var(--lacc) !important;
}
.bg-acc02 {
  background-color: var(--acc02) !important;
}
.bg-lacc02 {
  background-color: var(--lacc02) !important;
}
.bg-acc03 {
  background-color: var(--acc03) !important;
}
.bg-lacc03 {
  background-color: var(--lacc03) !important;
}
.bg-acc04 {
  background-color: var(--acc04) !important;
}
.bg-lacc04 {
  background-color: var(--lacc04) !important;
}
.bg-acc05 {
  background-color: var(--acc05) !important;
}
.bg-lacc05 {
  background-color: var(--lacc05) !important;
}
.bg-acc06 {
  background-color: var(--acc06) !important;
}
.bg-lacc06 {
  background-color: var(--lacc06) !important;
}

.u-outline {
  --ol-color: var(--gry);
  --ol-style: solid;
  --ol-width: 1px;
  --ol-offset: 0;
  outline-color: var(--ol-color);
  outline-style: var(--ol-style);
  outline-width: var(--ol-width);
  outline-offset: var(--ol-offset);
}

/* ==================================
BS5
===================================== */
.d-inline-block {
  display: inline-block;
}

translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid var(--gry);
}
.border {
  border: 1px solid var(--gry);
}
.border-top {
  border-top: 1px solid var(--gry);
}
.border-end {
  border-right: 1px solid var(--gry);
}
.border-bottom {
  border-bottom: 1px solid var(--gry);
}
.border-start {
  border-left: 1px solid var(--gry);
}

.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border-5 {
  border-width: 5px;
}

.shadow {
  box-shadow:
    0px 0.1em 0.3em 0px rgba(0, 0, 0, 0.1),
    0px 0.3em 2em -0.5em rgba(0, 0, 0, 0.08),
    0px 0.5em 4em -1em rgba(0, 0, 0, 0.06);
}
.shadow-wht {
  box-shadow:
    0px 0.1em 0.3em 0px rgba(255, 255, 255, 0.1),
    0px 0.3em 2em -0.5em rgba(255, 255, 255, 0.08),
    0px 0.5em 4em -1em rgba(255, 255, 255, 0.06);
}

.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}

/* ==================================
ユーティリティー
===================================== */
/*---------- 画像の比率 ----------*/
.u-aspect {
  /* 縦横比はstyleでCSS変数を書き換える
     ex) style="--aspect: 2.51 / 1;" */
  --aspect: auto;

  @media print, screen and (min-width: 576px) {
    --aspect-sm: var(--aspect);
  }
  @media print, screen and (min-width: 768px) {
    --aspect-md: var(--aspect-sm);
  }
  @media print, screen and (min-width: 992px) {
    --aspect-lg: var(--aspect-md);
  }
  @media print, screen and (min-width: 1200px) {
    --aspect-xl: var(--aspect-lg);
  }
  @media print, screen and (min-width: 1400px) {
    --aspect-xxl: var(--aspect-xl);
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: var(--aspect);

    @media print, screen and (min-width: 576px) {
      aspect-ratio: var(--aspect-sm);
    }
    @media print, screen and (min-width: 768px) {
      aspect-ratio: var(--aspect-md);
    }
    @media print, screen and (min-width: 992px) {
      aspect-ratio: var(--aspect-lg);
    }
    @media print, screen and (min-width: 1200px) {
      aspect-ratio: var(--aspect-xl);
    }
    @media print, screen and (min-width: 1400px) {
      aspect-ratio: var(--aspect-xxl);
    }
  }

  /* 画像全体を枠内に入れたいとき */
  &.--contain img,
  .--contain img {
    object-fit: contain;
  }
}

/*---------- 角丸 ----------*/
[class*="u-rounded"] {
  overflow: clip;
}

.u-rounded {
  --round: 0.625em;
  border-radius: var(--round);

  @media print, screen and (min-width: 576px) {
    --round-sm: var(--round);
    border-radius: var(--round-sm);
  }
  @media print, screen and (min-width: 768px) {
    --round-md: var(--round-sm);
    border-radius: var(--round-md);
  }
  @media print, screen and (min-width: 992px) {
    --round-lg: var(--round-md);
    border-radius: var(--round-lg);
  }
  @media print, screen and (min-width: 1200px) {
    --round-xl: var(--round-lg);
    border-radius: var(--round-xl);
  }
  @media print, screen and (min-width: 1400px) {
    --round-xxl: var(--round-xl);
    border-radius: var(--round-xxl);
  }
}

.--round-top {
  border-bottom-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
.--round-bottom {
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
}
.--round-right {
  border-top-left-radius: unset !important;
  border-bottom-left-radius: unset !important;
}
.--round-left {
  border-top-right-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
.--round-trans-up {
  border-top-left-radius: unset !important;
  border-bottom-right-radius: unset !important;
}
.--round-trans-down {
  border-top-right-radius: unset !important;
  border-bottom-left-radius: unset !important;
}

/*---------- はみ出させる ----------*/
.u-over {
  margin-inline: var(--oversize);
}

/* 右に */
.u-r-over {
  margin-right: var(--oversize);
}
@media print, screen and (min-width: 768px) {
  .u-r-md-over {
    margin-right: var(--oversize);
  }
}
@media print, screen and (min-width: 992px) {
  .u-r-lg-over {
    margin-right: var(--oversize);
  }
}

/* 左に */
.u-l-over {
  margin-left: var(--oversize);
}
@media print, screen and (min-width: 768px) {
  .u-l-md-over {
    margin-left: var(--oversize);
  }
}
@media print, screen and (min-width: 992px) {
  .u-l-lg-over {
    margin-left: var(--oversize);
  }
}

/* 2カラムのうち、右カラムだけはみ出させる */
.u-r-over-50vw {
  width: 50vw;
  margin-right: -50vw;
}
@media print, screen and (min-width: 768px) {
  .u-r-over-50vw-md {
    width: 50vw;
    margin-right: -50vw;
  }
}
@media print, screen and (min-width: 992px) {
  .u-r-over-50vw-lg {
    width: 50vw;
    margin-right: -50vw;
  }
}
@media print, screen and (min-width: 1200px) {
  .u-r-over-50vw-xl {
    width: 50vw;
    margin-right: -50vw;
  }
}
@media print, screen and (min-width: 1400px) {
  .u-r-over-50vw-xxl {
    width: 50vw;
    margin-right: -50vw;
  }
}

/* 2カラムのうち、左カラムだけはみ出させる */
.u-l-over-50vw {
  width: 50vw;
  margin-left: calc((50vw - 50%) * -1);
}
@media print, screen and (min-width: 768px) {
  .u-l-over-50vw-md {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }
}
@media print, screen and (min-width: 992px) {
  .u-l-over-50vw-lg {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }
}
@media print, screen and (min-width: 1200px) {
  .u-l-over-50vw-xl {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }
}
@media print, screen and (min-width: 1400px) {
  .u-l-over-50vw-xxl {
    width: 50vw;
    margin-left: calc((50vw - 50%) * -1);
  }
}

/* ========================================
パーツ
======================================== */
/*---------- table ----------*/
.p-table {
  --padding: 0.75em 0.5em;
  border-collapse: collapse;
  th,
  td {
    /* vertical-align: baseline; */
    padding: var(--padding);
  }
  th {
    /* text-align: start; */
    text-wrap: nowrap;
  }
}
.p-table.--border-bottom {
  tr {
    border-bottom: 1px solid #ccc;
  }
}
.p-table.--column {
  tr {
    display: flex;
    flex-direction: column;
    > th,
    > td {
      width: 100%;
    }
  }
}
@media print, screen and (min-width: 768px) {
  .p-table.--sp-column {
    tr {
      display: flex;
      flex-direction: column;
      > th,
      > td {
        width: 100%;
      }
    }
  }
}

/*---------- アイコン（アイコンフォント想定。大きさはp-*やfs-*、個別にwidth・height指定して調整。） ----------*/
.c-icon {
  aspect-ratio: 1 / 1;
  speak: none;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;

  --icon-size: 1.5em;
  width: var(--icon-size);
  height: var(--icon-size);

  @media print, screen and (min-width: 576px) {
    --icon-size-sm: var(--icon-size);
    width: var(--icon-size-sm);
    height: var(--icon-size-sm);
  }
  @media print, screen and (min-width: 768px) {
    --icon-size-md: var(--icon-size-sm);
    width: var(--icon-size-md);
    height: var(--icon-size-md);
  }
  @media print, screen and (min-width: 992px) {
    --icon-size-lg: var(--icon-size-md);
    width: var(--icon-size-lg);
    height: var(--icon-size-lg);
  }
  @media print, screen and (min-width: 1200px) {
    --icon-size-xl: var(--icon-size-lg);
    width: var(--icon-size-xl);
    height: var(--icon-size-xl);
  }
  @media print, screen and (min-width: 1400px) {
    --icon-size-xxl: var(--icon-size-xl);
    width: var(--icon-size-xxl);
    height: var(--icon-size-xxl);
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    speak: none;
  }
  &.--cover img {
    object-fit: cover;
  }
}

/*---------- アイコンとテキスト（ボタンによく使う） ----------*/
/* 余白の微調整は「gap-*」 */
.c-icon-text {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 0.75em;
  justify-content: center;
  align-items: center;

  /* アイコンだけ右寄せ */
  &.--r {
    grid-template-columns: 1fr auto;
  }
  /* アイコンだけ左寄せ */
  &.--l {
    grid-template-columns: auto 1fr;
  }
}

/*---------- レイアウト ----------*/
/* display: grid;で重ねる */
.l-overlap {
  display: grid;
  > * {
    grid-area: 1 / -1;
  }
}
/* 子要素を中央配置 */
/* 縦 */
.l-v-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* 縦横中央 */
.l-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*---------- 背景のベース ----------*/
/* 背景画像を敷く場合、
背景画像に各色のフィルターをかける場合
疑似要素を配置したいときのベース */
.p-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  /* opacity（濃さ）はstyleでCSS変数を書き換える
     ex) style="--bg-opacity: 0.5;" */
  --bg-opacity: 0.3;

  /* 疑似要素のファンデーション */
  &::before,
  &::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: inherit;
    pointer-events: none;
    speak: none;
    opacity: var(--bg-opacity);
  }

  /* 画像の時 */
  &.--img::before,
  &.--img::after {
    z-index: 1;
  }
  /* グレースケール透明フィルター */
  &.--blk::before {
    background-color: var(--blk);
  }
  &.--def::before {
    background-color: var(--DEF);
  }
  &.--dgry::before {
    background-color: var(--DGRY);
  }
  &.--gry::before {
    background-color: var(--GRY);
  }
  &.--lgry::before {
    background-color: var(--LGRY);
  }
  &.--wht::before {
    background-color: var(--wht);
  }
  /* メインカラーフィルター */
  &.--main::before {
    background-color: var(--main);
  }
  &.--lmain::before {
    background-color: var(--lmain);
  }
  &.--main02::before {
    background-color: var(--main02);
  }
  &.--lmain02::before {
    background-color: var(--lmain02);
  }
  /* アクセントカラーフィルター */
  &.--acc::before {
    background-color: var(--acc);
  }
  &.--lacc::before {
    background-color: var(--lacc);
  }
  &.--acc02::before {
    background-color: var(--acc02);
  }
  &.--lacc02::before {
    background-color: var(--lacc02);
  }
  &.--acc03::before {
    background-color: var(--acc03);
  }
  &.--lacc03::before {
    background-color: var(--lacc03);
  }
  &.--acc04::before {
    background-color: var(--acc04);
  }
  &.--lacc04::before {
    background-color: var(--lacc04);
  }
  &.--acc05::before {
    background-color: var(--acc05);
  }
  &.--lacc05::before {
    background-color: var(--lacc05);
  }
  /* グラデーションカラーフィルター */
  &.--grad-main::before {
    background: var(--grad-main);
  }
  &.--grad-main02-rev::before {
    background: var(--grad-main02-rev);
  }
  &.--grad-acc02::before {
    background: var(--grad-acc02);
  }
  &.--grad-acc02-rev::before {
    background: var(--grad-acc02-rev);
  }
  &.--grad-acc03::before {
    background: var(--grad-acc03);
  }
  &.--grad-acc03-rev::before {
    background: var(--grad-acc03-rev);
  }
  &.--grad-acc04::before {
    background: var(--grad-acc04);
  }
  &.--grad-acc04-rev::before {
    background: var(--grad-acc04-rev);
  }
  &.--grad-acc05::before {
    background: var(--grad-acc05);
  }
  &.--grad-acc05-rev::before {
    background: var(--grad-acc05-rev);
  }
  &.--grad-acc06::before {
    background: var(--grad-acc06);
  }
  &.--grad-acc06-rev::before {
    background: var(--grad-acc06-rev);
  }
  /* ぼかしフィルター
     強さはstyleでCSS変数を書き換える
     ex) style="--blur: 1em;" */
  &.--blur {
    --blur: 0.5rem;
  }
  &.--blur::after {
    backdrop-filter: blur(var(--blur));
    opacity: 1;
  }
  /* 乗算 */
  &.--multiply::before,
  &.--multiply::after {
    mix-blend-mode: multiply;
  }

  .--bgi {
    position: absolute;
    inset: 0;
    z-index: -2;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/*---------- ホバーアクション ----------*/
.c-hover {
  transition: var(--transition);
  text-decoration: none;

  &:hover {
    text-decoration: none;
  }
  /* 背景色 */
  &.--bg-bl:hover {
    background-color: var(--blk);
  }
  &.--bg-def:hover {
    background-color: var(--DEF);
  }
  &.--bg-dgry:hover {
    background-color: var(--DGRY);
  }
  &.--bg-gry:hover {
    background-color: var(--GRY);
  }
  &.--bg-lgry:hover {
    background-color: var(--LGRY);
  }
  &.--bg-wh:hover {
    background-color: var(--wht);
  }
  &.--bg-main:hover {
    background-color: var(--main);
  }
  &.--bg-lmain:hover {
    background-color: var(--lmain);
  }
  &.--bg-accent:hover {
    background-color: var(--acc);
  }
  &.--bg-laccent:hover {
    background-color: var(--lacc);
  }
  /* 動き */
  &.--up,
  .--up {
    --translate-up: -0.125rem;
    transition: var(--transition);
  }
  &.--up:hover,
  &:hover .--up {
    transform: translateY(var(--translate-up));
  }
  &.--down,
  .--down {
    --translate-down: 0.125rem;
    transition: var(--transition);
  }
  &.--down:hover,
  &:hover .--down {
    transform: translateY(var(--translate-down));
  }
  &.--right,
  .--right {
    --translate-right: 0.125rem;
    transition: var(--transition);
  }
  &.--right:hover,
  &:hover .--right {
    transform: translateX(var(--translate-right));
  }
  &.--left,
  .--left {
    --translate-left: -0.125rem;
    transition: var(--transition);
  }
  &.--left:hover,
  &:hover .--left {
    transform: translateX(var(--translate-left));
  }
  &.--scale-up,
  .--scale-up {
    --scale: scale(1.1);
    img {
      transition: var(--transition);
    }
    &:hover img {
      transform: var(--scale);
    }
  }
  /* あしらい */
  &.--underline:hover,
  &:hover .--underline {
    text-decoration: underline;
  }
  &.--opacity,
  .--opacity {
    --opacity: 0.8;
    &:hover {
      opacity: var(--opacity);
      img {
        opacity: var(--opacity);
      }
    }
  }
  /* l-overlapで重ねた要素のうち、ホバーしたら--afterが表示される */
  &.--overlap {
    .--after {
      opacity: 0;
      transition: var(--transition);
    }
    &:hover .--after {
      opacity: 1;
    }
  }
  /* 下線が伸びる */
  &.--bottom-line {
    position: relative;
    padding-bottom: min(0.5em, 5%);
    &::after {
      content: "";
      width: 0%;
      height: 2px;
      background-color: currentColor;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: 0.3s cubic-bezier(0.42, 0, 0.13, 0.99);
    }
    &:hover::after {
      @media (hover: hover) and (pointer: fine) {
        width: 100%;
      }
    }
  }
  /* 下線が伸びる（子要素の場合） */
  .--bottom-line {
    position: relative;
    padding-bottom: min(0.5em, 5%);
    &::after {
      content: "";
      width: 0%;
      height: 2px;
      background-color: currentColor;
      position: absolute;
      bottom: -1px;
      left: 0;
      transition: 0.3s cubic-bezier(0.42, 0, 0.13, 0.99);
    }
  }
  &:hover .--bottom-line::after {
    @media (hover: hover) and (pointer: fine) {
      width: 100%;
    }
  }
  /* shadowを入れる */
  &.--shadow:hover {
    @media (hover: hover) and (pointer: fine) {
      /* box-shadow: 0 .5em 1em currentColor; */
      box-shadow: 0 0.5em 1em rgb(0 0 0 / 30%);
    }
  }
}

/* ホバーしたら下線が左から順に伸びる
（display: inline;にする必要があるので注意） */
.c-hover {
  &.--underline-chain,
  .--underline-chain {
    display: inline;
    overflow: hidden;
    background-image: linear-gradient(90deg, currentColor, currentColor);
    background-repeat: no-repeat;
    background-position: bottom 0 left 0;
    background-size: 0 1px;
    transition-duration: 0.3s;
    transition-property: background-size;
  }
}
@media (any-hover: hover) {
  .c-hover:hover {
    &.--underline-chain,
    .--underline-chain {
      background-size: 100% 1px;
    }
  }
}

/* ==================================
リセット
===================================== */
body {
  overflow-x: clip;
}
.main {
  overflow: clip;
}

.main__pageNavi--menu.flex-column li {
  padding: 1rem 1em;
  text-align: center;
}
.main__pageNavi--menu.flex-column li + li {
  border-top: 1px solid #fff;
}
.main__pageNavi--menu.flex-column li + li::before {
  content: unset;
}

/* ==================================
ベース・コンポーネント
===================================== */
.l-content {
  display: flex;

  .l-content-main {
    width: 100%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-color: var(--body-bgc);
    @media screen and (min-width: 769px) {
      max-width: 37.5rem;
    }
  }
  .l-content-left {
    width: 100%;
    .l-content-left-inner {
      .c-text {
        position: absolute;
        z-index: 0;
        width: max-content;
        max-width: 100%;
      }
    }
  }
  .l-content-right {
    width: 100%;
    @media screen and (min-width: 769px) {
      max-width: 57.6rem;
    }
    .l-content-right-inner {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  }
  .l-content-left-inner,
  .l-content-right-inner {
    position: sticky;
    inset: 0;
    top: 8.2rem;
    /* height: calc(100vh - 11rem); */
    height: calc(100vh - 8.2rem);
    /* transition: height 0s ease-in-out; */
  }
}

.btn-primary {
  --bs-btn-bg: var(--main);
  border: 1px solid var(--main);
  /* color: var(--acc) !important; */
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 769px) {
  .btn__01.btn-primary.hoverOpa:hover {
    background-color: var(--lmain);
    border: 1px solid var(--main);
    color: var(--main) !important;
  }
}

/* .btn__01.btn-primary.next {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 20'><g fill='none' stroke='%23154e41' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M9.5 10a.5.5 0 0 1-.127.334l-8.5 9.5a.5.5 0 0 1-.705.039.5.5 0 0 1-.039-.706l8.5-9.5A.5.5 0 0 1 9.5 10Z'/><path d='M9.5 10a.5.5 0 0 1-.166.373.5.5 0 0 1-.705-.039l-8.5-9.5A.5.5 0 1 1 .873.167l8.5 9.5A.5.5 0 0 1 9.5 10Z'/></g></svg>");
} */
@media screen and (min-width: 769px) {
  .btn__01.btn-primary.next:hover {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 20'><g fill='none' stroke='%23154e41' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M9.5 10a.5.5 0 0 1-.127.334l-8.5 9.5a.5.5 0 0 1-.705.039.5.5 0 0 1-.039-.706l8.5-9.5A.5.5 0 0 1 9.5 10Z'/><path d='M9.5 10a.5.5 0 0 1-.166.373.5.5 0 0 1-.705-.039l-8.5-9.5A.5.5 0 1 1 .873.167l8.5 9.5A.5.5 0 0 1 9.5 10Z'/></g></svg>");
  }
}

.btn-secondary {
  --bs-btn-bg: var(--wht);
  border: 1px solid var(--acc);
  color: var(--acc) !important;
  transition: all 0.3s ease-in-out !important;
}
@media screen and (min-width: 769px) {
  .btn__01.btn-secondary:hover {
    background-color: var(--lacc);
    border: 1px solid var(--acc);
    color: var(--acc) !important;
  }
}

.btn__01.btn-secondary.next {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 20'><g fill='none' stroke='%233f73d9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M9.5 10a.5.5 0 0 1-.127.334l-8.5 9.5a.5.5 0 0 1-.705.039.5.5 0 0 1-.039-.706l8.5-9.5A.5.5 0 0 1 9.5 10Z'/><path d='M9.5 10a.5.5 0 0 1-.166.373.5.5 0 0 1-.705-.039l-8.5-9.5A.5.5 0 1 1 .873.167l8.5 9.5A.5.5 0 0 1 9.5 10Z'/></g></svg>");
}
@media screen and (min-width: 769px) {
  .btn__01.btn-secondary.next:hover {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 20'><g fill='none' stroke='%233f73d9' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M9.5 10a.5.5 0 0 1-.127.334l-8.5 9.5a.5.5 0 0 1-.705.039.5.5 0 0 1-.039-.706l8.5-9.5A.5.5 0 0 1 9.5 10Z'/><path d='M9.5 10a.5.5 0 0 1-.166.373.5.5 0 0 1-.705-.039l-8.5-9.5A.5.5 0 1 1 .873.167l8.5 9.5A.5.5 0 0 1 9.5 10Z'/></g></svg>");
  }
}

#pageTop {
  background-color: var(--acc);
}

.shinjuku .heading__01::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 10'><path fill='%230c362c' d='m0 5 4.964-5 4.964 5-4.964 5L0 5ZM26.072 5l4.964-5L36 5l-4.964 5-4.964-5ZM13.036 5 18 0l4.964 5L18 10l-4.964-5Z'/></svg>");
}

.c-head-plan {
  margin-inline: -0.5em;
  position: relative;
  &:before,
  &:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: -0.5em;
    border-top: 0.5em solid #0b2d25;
  }
  &:before {
    left: 0;
    border-left: 0.5em solid transparent;
  }
  &:after {
    right: 0;
    border-right: 0.5em solid transparent;
  }
}
.c-head-plan-head {
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  /* aspect-ratio: 2/1; */
  min-width: 16rem;
  > * {
    line-height: 1;
  }
}

/* ==================================
ローディング
===================================== */
.p-loading {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100dvh;
  z-index: calc(infinity * 1);
  display: grid;
  place-items: center;
  & > * {
    grid-area: -1 / 1;
  }
  .c-text {
    justify-self: self-start;
    align-self: self-end;
  }
  .c-thumb {
    width: 100vw;
    height: 100dvh;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
  .c-aappearance {
    justify-self: self-start;
    align-self: self-start;
    width: 100vw;
    height: 100dvh;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top left;
    }
  }
}

/* ==================================
SP時下部メニューボタン
===================================== */
@media screen and (max-width: 768px) {
  .btn__fixedReserve {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .btn__fixed_menu {
    position: fixed;
    display: block;
    left: 0;
    bottom: 5vh;
    z-index: 999;
    background-color: var(--bs-btn-bg);
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: var(--bs-btn-color);
    padding: 2rem 0.5rem;
    letter-spacing: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  html:has(.l-content-right[aria-hidden="false"]) {
    overflow: clip;
  }
  .l-content-right {
    position: fixed;
    inset: 0;
    z-index: 2;
    transition: all 0.3s ease-in-out;
    .l-content-right-inner {
      top: 6.4rem;
      height: calc(100vh - 6.4rem);
      > .main__block {
        overflow-y: scroll;
      }
    }
  }

  .l-content-right[aria-hidden="true"] {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .l-content-right[aria-hidden="false"] {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

/* ==================================
MV
===================================== */
.p-hero-img-text {
  position: relative;
  .c-text {
    position: absolute;
    max-width: 100%;
    top: 0;
    left: 0;
  }
}

.c-hero-text {
  font-size: 4rem;
}

/* ==================================
MENU
===================================== */
.l-ap-01 {
  top: 0;
  right: 0;
  width: 60%;
}
.l-ap-02 {
  top: 0;
  left: 0;
  width: 60%;
}
.l-ap-03 {
  top: 0;
  right: 0;
  width: 80%;
}
.l-ap-04 {
  top: 0;
  left: 0;
  width: 60%;
}
.l-ap-05 {
  top: 0;
  right: 0;
  width: 60%;
}

/* ==================================
Loop Slider
===================================== */
/*---------- 画像ループスライダー（CSS） ----------*/
.p-loop-img {
  speak: none;

  .p-loop-box {
    display: flex;

    .c-loop-img {
      display: flex;
      /* スライドの枚数 ÷ 表示させたい枚数 × 100vw */
      width: 12vw;

      /* @media print, screen and (min-width: 768px) {
        width: 150vw;
      }

      @media print, screen and (min-width: 992px) {
        width: 100vw;
      } */
    }
  }
}

/* ループアニメーション */
@keyframes loop-img {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop-img-02 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

.p-loop-img .c-loop-item:first-child {
  -webkit-animation: loop-img 50s -25s linear infinite;
  animation: loop-img 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.p-loop-img .c-loop-item+.c-loop-item {
  -webkit-animation: loop-img-02 50s linear infinite;
  animation: loop-img-02 50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

@keyframes loop-img-rev {
  0% {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(100%);
  }
}

@keyframes loop-img-02-rev {
  0% {
    transform: translateX(-200%);
  }

  to {
    transform: translateX(0%);
  }
}

.p-loop-img.--rev .c-loop-item:first-child {
  -webkit-animation: loop-img-rev 50s -25s linear infinite;
  animation: loop-img-rev 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.p-loop-img.--rev .c-loop-item+.c-loop-item {
  -webkit-animation: loop-img-02-rev 50s linear infinite;
  animation: loop-img-02-rev 50s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}