@charset "UTF-8";
:root {
  --break-point-pc: 960;
}

html {
  scroll-behavior: smooth;
}

* {
  font-feature-settings: inherit !important;
  -webkit-font-feature-settings: inherit !important;
  -moz-font-feature-settings: inherit !important;
}

a,
img,
path,
figure,
.link {
  transition: opacity 0.4s, color 0.4s, background-color 0.4s, fill 0.4s;
  -webkit-transition: opacity 0.4s, color 0.4s, background-color 0.4s, fill 0.4s;
  -moz-transition: opacity 0.4s, color 0.4s, background-color 0.4s, fill 0.4s;
  -ms-transition: opacity 0.4s, color 0.4s, background-color 0.4s, fill 0.4s;
  -o-transition: opacity 0.4s, color 0.4s, background-color 0.4s, fill 0.4s;
}

.link:hover {
  opacity: 0.7;
}

a {
  text-decoration: none;
}

a:hover,
a:active {
  text-decoration: underline;
}

.block {
  display: inline-block;
}

/* ロゴ画像の余白削除 */
.wp-block-site-logo .custom-logo-link {
  padding: 0 !important;
}

/* ヘッダーh1タグの表示設定 */
.wp-block-site-logo + .wp-block-site-title {
  display: block !important;
}

.visually-hidden,
.wp-block-site-logo + .wp-block-site-title {
  position: absolute;
  border: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media screen and (max-width: 959px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp-only {
    display: none !important;
  }
}

/* ========================================
    ブロックスタイル／ボタン
========================================= */
/* 矢印（SP小ボタン） */
.is-style-btn-normal > .wp-block-button__link {
  font-size: clamp(14px, calc(16 * (100vw / var(--break-point-pc))), 16px) !important;
  border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -webkit-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -moz-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -ms-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -o-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  position: relative;
  text-decoration: none;
}

.is-style-btn-normal > .wp-block-button__link::after {
  content: "";
  background: url("../../../uploads/2024/10/btn-arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.is-style-btn-normal > .wp-block-button__link:hover,
.is-style-btn-normal > .wp-block-button__link:active {
  background-color: var(--wp--preset--color--custom-blue-hover);
}

@media screen and (max-width: 959px) {
  .is-style-btn-normal > .wp-block-button__link {
    padding-inline: 27px;
    padding-block: 5px !important;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
  }

  .is-style-btn-normal > .wp-block-button__link::after {
    width: 4px;
    height: 8px;
    right: 6px;
  }
}

@media screen and (min-width: 960px) {
  .is-style-btn-normal > .wp-block-button__link {
    padding-inline: 80px;
  }

  .is-style-btn-normal > .wp-block-button__link::after {
    width: 7px;
    height: 12px;
    right: 12px;
  }
}

/* 矢印（SP大ボタン） */
.is-style-btn-normal-sp-large > .wp-block-button__link {
  font-size: calc(16 / 16 * 1rem);
  padding-inline: 30px;
  padding-block: 11px !important;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  text-decoration: none;
}

.is-style-btn-normal-sp-large > .wp-block-button__link::after {
  content: "";
  background: url("../../../uploads/2024/10/btn-arrow.svg") no-repeat center/contain;
  width: 7px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.is-style-btn-normal-sp-large > .wp-block-button__link:hover,
.is-style-btn-normal-sp-large > .wp-block-button__link:active {
  background-color: var(--wp--preset--color--custom-blue-hover);
}

/* 別タブで開く */
.is-style-btn-new-window > .wp-block-button__link {
  font-size: clamp(14px, calc(16 * (100vw / var(--break-point-pc))), 16px) !important;
  border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -webkit-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -moz-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -ms-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  -o-border-radius: clamp(4px, calc(8 * (100vw / var(--break-point-pc))), 8px) !important;
  position: relative;
  text-decoration: none;
}

.is-style-btn-new-window > .wp-block-button__link::after {
  content: "";
  background: url("../../../uploads/2024/10/btn-new-window.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.is-style-btn-new-window > .wp-block-button__link:hover,
.is-style-btn-new-window > .wp-block-button__link:active {
  background-color: var(--wp--preset--color--custom-blue-hover);
}

@media screen and (max-width: 959px) {
  .is-style-btn-new-window > .wp-block-button__link {
    padding-inline: 27px;
    padding-block: 5px !important;
  }

  .is-style-btn-new-window > .wp-block-button__link::after {
    width: 10px;
    height: 10px;
    right: 8px;
  }
}

@media screen and (min-width: 960px) {
  .is-style-btn-new-window > .wp-block-button__link {
    padding-inline: 80px;
  }

  .is-style-btn-new-window > .wp-block-button__link::after {
    width: 14px;
    height: 14px;
    right: 16px;
  }
}

/* CVボタン */
.is-style-btn-cv {
  width: min(78.6%, 460px);
}

.is-style-btn-cv > .wp-block-button__link {
  font-size: clamp(18px, calc(24 * (100vw / var(--break-point-pc))), 24px) !important;
  font-weight: 700;
  background-color: var(--wp--preset--color--custom-orange-main);
  width: 100%;
  padding-inline: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  position: relative;
  text-decoration: none;
}

.is-style-btn-cv > .wp-block-button__link::after {
  content: "";
  background: url("../../../uploads/2024/10/btn-arrow.svg") no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.is-style-btn-cv > .wp-block-button__link:hover,
.is-style-btn-cv > .wp-block-button__link:active {
  background-color: var(--wp--preset--color--custom-orange-hover);
}

/* 募集開始前 */
.is-style-btn-preview {
  width: min(78.6%, 460px);
}

.is-style-btn-preview > .wp-block-button__link {
  color: #10a0cb;
  font-size: clamp(18px, calc(24 * (100vw / var(--break-point-pc))), 24px) !important;
  font-weight: 700;
  border: solid 1px #10a0cb;
  background-color: #fff;
  width: 100%;
  padding-inline: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-decoration: none;
  pointer-events: none;
}

/* 募集開始前 */
.is-style-btn-closed {
  width: min(78.6%, 460px);
}

.is-style-btn-closed > .wp-block-button__link {
  color: #9d9d9d;
  font-size: clamp(18px, calc(24 * (100vw / var(--break-point-pc))), 24px) !important;
  font-weight: 700;
  border: solid 1px #9d9d9d;
  background-color: #fff;
  width: 100%;
  padding-inline: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 959px) {
  .is-style-btn-cv > .wp-block-button__link,
  .is-style-btn-preview > .wp-block-button__link,
  .is-style-btn-closed > .wp-block-button__link {
    padding-block: 8px !important;
  }

  .is-style-btn-cv > .wp-block-button__link::after {
    width: 8px;
    height: 14px;
    right: 16px;
  }
}

@media screen and (min-width: 960px) {
  .is-style-btn-cv > .wp-block-button__link,
  .is-style-btn-preview > .wp-block-button__link,
  .is-style-btn-closed > .wp-block-button__link {
    padding-block: 15px !important;
  }

  .is-style-btn-cv > .wp-block-button__link::after {
    width: 10px;
    height: 18px;
    right: 18px;
  }
}

/* テキスト＋矢印 */
.is-style-btn-text-arrow > .wp-block-button__link {
  color: var(--wp--preset--color--custom-blue-main);
  font-size: calc(16 / 16 * 1rem);
  font-weight: 500;
  text-decoration: none !important;
  display: inline-block;
  background-color: transparent;
  padding: 0 23px 0 0;
  position: relative;
}

.is-style-btn-text-arrow > .wp-block-button__link::after {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.861' height='11.999' viewBox='0 0 6.861 11.999'%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M16.039,12.194,11.5,7.657a.854.854,0,0,1,0-1.211.865.865,0,0,1,1.215,0l5.144,5.141a.856.856,0,0,1,.025,1.182l-5.166,5.177A.858.858,0,1,1,11.5,16.734Z' transform='translate(-11.246 -6.196)' fill='%230057e3'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 7px;
  height: 12px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

.is-style-btn-text-arrow > .wp-block-button__link:hover {
  color: var(--wp--preset--color--custom-blue-hover);
}

.is-style-btn-text-arrow > .wp-block-button__link:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.861' height='11.999' viewBox='0 0 6.861 11.999'%3E%3Cpath id='Icon_ionic-ios-arrow-forward' data-name='Icon ionic-ios-arrow-forward' d='M16.039,12.194,11.5,7.657a.854.854,0,0,1,0-1.211.865.865,0,0,1,1.215,0l5.144,5.141a.856.856,0,0,1,.025,1.182l-5.166,5.177A.858.858,0,1,1,11.5,16.734Z' transform='translate(-11.246 -6.196)' fill='%230047ba'/%3E%3C/svg%3E");
}

/* ヘッダーメニュー用 */
.is-style-btn-header-menu > .wp-block-button__link {
  color: var(--wp--preset--color--custom-text-main);
  font-size: clamp(14px, calc(16 * (100vw / var(--break-point-pc))), 16px) !important;
  font-weight: 500;
  text-align: left;
  text-decoration: none !important;
  display: inline-block;
  background-color: transparent;
  padding: 0 0 0 11px;
  position: relative;
}

.is-style-btn-header-menu > .wp-block-button__link::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath id='合体_9' data-name='合体 9' d='M21966.258,21340.75a.793.793,0,0,1-.252-.6.813.813,0,0,1,.252-.6l3.629-3.543-3.633-3.549a.844.844,0,0,1-.256-.607.818.818,0,0,1,.256-.6.894.894,0,0,1,1.24,0l4.248,4.148a.83.83,0,0,1,.025,1.174l0,.006-4.27,4.172a.889.889,0,0,1-1.236,0Z' transform='translate(-21965.998 -21331)' fill='%23262626'/%3E%3C/svg%3E") no-repeat center/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 7px;
  left: 0;
}

@media screen and (min-width: 960px) {
  .is-style-btn-header-menu > .wp-block-button__link::before {
    top: 8px;
  }
}

.is-style-btn-header-menu > .wp-block-button__link:hover {
  color: var(--wp--preset--color--custom-blue-main);
}

.is-style-btn-header-menu > .wp-block-button__link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10'%3E%3Cpath id='合体_8' data-name='合体 8' d='M21966.258,21340.75a.793.793,0,0,1-.252-.6.813.813,0,0,1,.252-.6l3.629-3.543-3.633-3.549a.844.844,0,0,1-.256-.607.818.818,0,0,1.256-.6.894.894,0,0,1,1.24,0l4.248,4.148a.83.83,0,0,1,.025,1.174l0,.006-4.27,4.172a.889.889,0,0,1-1.236,0Z' transform='translate(-21965.998 -21331)' fill='%230057e3'/%3E%3C/svg%3E");
}

/* ========================================
    スライダー
========================================= */
.unitone-slider {
  position: relative;
}

.unitone-slider__canvas-wrapper,
.unitone-slider__canvas {
  height: 100%;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
  gap: var(--size) !important;
  position: absolute;
  left: auto;
}

.swiper-pagination-bullet {
  width: var(--size);
  height: var(--size);
  background: #a7a7a7;
  opacity: 1 !important;
}

.swiper-pagination-bullet::after {
  width: calc(var(--size) * 2) !important;
  height: calc(var(--size) * 2) !important;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* program */
.program__slider-wrapper .swiper-button {
  padding: 0;
  position: absolute;
}

.program__slider-wrapper .swiper-button::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.program__slider-wrapper .swiper-button-next {
  right: auto;
  left: calc(100% + var(--button-space));
}

.program__slider-wrapper .swiper-button-prev {
  right: calc(100% + var(--button-space));
  left: auto;
}

.program__slider-wrapper .swiper-button-prev::after {
  transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
}

@media screen and (max-width: 959px) {
  /* top */
  .top__slider-wrapper {
    --unitone--slide-width: 69.6% !important;
  }

  .top__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: calc(50vw - 33%);
    bottom: 6px;
  }

  .top__slider-wrapper .swiper-pagination-bullets {
    --size: 6px;
  }

  .top__slider-frame {
    --unitone--ratio: 256/175 !important;
  }

  /* program */
  .program__slider-wrapper {
    max-width: 59.2vw;
    margin-inline: auto;
  }

  .program__slider-wrapper .swiper-button {
    --button-space: max(2vw, 9px);
    width: clamp(9px, 2.4vw, 15px);
    height: clamp(15px, 4vw, 25px);
  }

  .program__slider-wrapper .swiper-button::after {
    background: url("../../../uploads/2024/11/program-slider-arrow-sp.svg") no-repeat center/contain;
  }

  .program__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 11px;
    bottom: 8px;
  }

  .program__slider-wrapper .swiper-pagination-bullets {
    --size: 8px;
  }

  /* lower-page */
  .lower-page__slider-wrapper {
    --unitone--slide-width: 100% !important;
  }

  .lower-page__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: max(3.4%, calc((100vw - var(--wp--style--global--content-size)) / 2));
    bottom: 12px;
  }

  .lower-page__slider-wrapper .swiper-pagination-bullets {
    --size: 6px;
  }

  .lower-page__slider-frame {
    --unitone--ratio: 376/284 !important;
  }
}

@media screen and (min-width: 960px) {
  /* top */
  .top__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: calc(50vw - min(30%, 480px));
    bottom: 11px;
  }

  @media screen and (max-width: 1250px) {
    .top__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
      right: calc(50vw - 370px);
    }
  }

  @media screen and (min-width: 1600px) {
    .top__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
      right: calc(50vw - min(30%, 570px));
    }
  }

  .top__slider-wrapper .swiper-pagination-bullets {
    --size: 10px;
  }

  /* program */
  .program__slider-wrapper .swiper-button {
    --button-space: 31px;
    width: 40px;
    height: 40px;
  }

  .program__slider-wrapper .swiper-button::after {
    background: url("../../../uploads/2024/11/program-slider-arrow-pc.svg") no-repeat center/contain;
  }

  .program__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: 31px;
    bottom: 25px;
  }

  .program__slider-wrapper .swiper-pagination-bullets {
    --size: 16px;
  }

  /* lower-page */
  .lower-page__slider-wrapper {
    height: max(25.2vw, 404px);
  }

  .lower-page__slider-wrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
    right: calc(50vw - max(24.5%, 388px));
    bottom: 13px;
  }

  .lower-page__slider-wrapper .swiper-pagination-bullets {
    --size: 10px;
  }
}

/* ========================================
    アーカイブ共通パーツ
========================================= */
/* ページネーション */
.wp-block-query-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wp-block-query-pagination,
.wp-block-query-pagination-numbers {
  --size: clamp(26px, calc(40 * (100vw / var(--break-point-pc))), 40px) !important;
  font-size: clamp(12px, calc(16 * (100vw / var(--break-point-pc))), 16px) !important;
  gap: clamp(15px, calc(22 * (100vw / var(--break-point-pc))), 22px) !important;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-query-pagination-numbers a {
  color: var(--wp--preset--color--custom-blue-main);
  line-height: 1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: var(--size) !important;
  min-height: var(--size) !important;
  border: 1px solid var(--wp--preset--color--custom-blue-main);
  padding: 0.3em;
  cursor: pointer;
}

.wp-block-query-pagination-numbers .current {
  min-width: var(--size) !important;
  min-height: var(--size) !important;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-query-pagination-numbers a,
.wp-block-query-pagination-numbers .current {
  border-radius: clamp(2px, calc(4 * (100vw / var(--break-point-pc))), 4px) !important;
  -webkit-border-radius: clamp(2px, calc(4 * (100vw / var(--break-point-pc))), 4px) !important;
  -moz-border-radius: clamp(2px, calc(4 * (100vw / var(--break-point-pc))), 4px) !important;
  -ms-border-radius: clamp(2px, calc(4 * (100vw / var(--break-point-pc))), 4px) !important;
  -o-border-radius: clamp(2px, calc(4 * (100vw / var(--break-point-pc))), 4px) !important;
}

.wp-block-query-pagination-previous svg,
.wp-block-query-pagination-next svg {
  width: clamp(5px, calc(7 * (100vw / var(--break-point-pc))), 7px) !important;
  height: clamp(8px, calc(12 * (100vw / var(--break-point-pc))), 12px) !important;
}

.wp-block-query-pagination-numbers .current {
  color: #fff;
  background-color: var(--wp--preset--color--custom-blue-main);
}

.page-numbers.dots {
  color: var(--wp--preset--color--custom-blue-main);
}

.wp-block-query-pagination-previous:hover,
.wp-block-query-pagination-next:hover,
.wp-block-query-pagination-numbers a:hover {
  color: #fff;
  background-color: var(--wp--preset--color--custom-blue-hover);
  border-color: var(--wp--preset--color--custom-blue-hover);
}

.wp-block-query-pagination-previous:hover svg path,
.wp-block-query-pagination-next:hover svg path {
  fill: #fff;
}

/* ========================================
    キーワードリスト
========================================= */
.common-keyword-list {
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.common-keyword-list__title {
  font-size: clamp(14px, calc(16 * (100vw / var(--break-point-pc))), 16px) !important;
}

.common-keyword-list a {
  font-size: clamp(12px, calc(14 * (100vw / var(--break-point-pc))), 14px) !important;
  padding: 3px 13px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: solid 1px var(--wp--preset--color--custom-blue-label);
  text-decoration: none !important;
}

.common-keyword-list a:hover,
.common-keyword-list a:active {
  color: #fff;
  background-color: var(--wp--preset--color--custom-blue-label);
}

@media screen and (max-width: 959px) {
  .archive .common-keyword-list {
    column-gap: 6px;
    row-gap: 20px;
  }
}

@media screen and (min-width: 960px) {
  .single .common-keyword-list {
    justify-content: start;
  }

  .archive .common-keyword-list {
    column-gap: 8px;
    row-gap: 23px;
  }
}

/* ========================================
    header
 ========================================= */
.header {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.header__inner,
.header__inner *,
.header__inner *::after {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media screen and (max-width: 959px) {
  .header__logo {
    margin-left: -7px;
  }
}

@media screen and (max-width: 959px) {
  .header__inner {
    padding-block: 8px;
  }

  .header__nav {
    gap: 17px !important;
  }

  .header__btn > .wp-block-button__link {
    font-size: calc(10 / 16 * 1rem) !important;
    padding-inline: 20px;
  }
}

@media screen and (min-width: 960px) {
  .header__inner {
    padding-block: 13px;
    margin-left: -13px;
  }

  .header__logo img {
    width: 193px !important;
  }

  .header__nav-wrapper {
    gap: 44px !important;
  }

  .header__btn > .wp-block-button__link {
    font-size: calc(16 / 16 * 1rem) !important;
    padding-inline: 44px;
  }

  /* is-scroll */
  .header__inner.is-scrolled {
    padding-block: 5px;
  }

  .header__inner.is-scrolled .header__logo img {
    width: 151px !important;
  }

  .header__inner.is-scrolled .is-style-btn-normal > .wp-block-button__link {
    font-size: calc(14 / 16 * 1rem) !important;
    padding: 5px 37px;
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
  }

  .header__inner.is-scrolled .is-style-btn-normal > .wp-block-button__link::after {
    width: 5px;
    height: 8px;
    right: 6px;
  }
}

/* メニューボタン画像設定 */
.header__menu > button {
  font-size: calc(1 / 16 * 1rem);
  width: var(--size);
  height: var(--size);
  position: relative;
}

@media screen and (max-width: 959px) {
  .header__menu > button {
    --size: 22px;
  }
}

@media screen and (min-width: 960px) {
  .header__menu > button {
    --size: 38px;
  }

  /* is-scroll */
  .header__inner.is-scrolled .header__menu > button {
    --size: 30px;
  }
}

.header__menu > button::before {
  content: "";
  background: url("../../../uploads/2024/10/menu-default.svg") no-repeat center/contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.header__menu > button[aria-expanded="true"]::before {
  background: url("../../../uploads/2024/10/menu-close.svg") no-repeat center/contain;
}

/* ========================================
    content-layout
========================================= */
@media screen and (min-width: 960px) {
  .content-wrapper,
  .content-wrapper__sidebar-block {
    height: calc(100vh - var(--header-height, 0px) - var(--footer-height, 0px) - 20px);
    min-height: 450px;
  }

  .content-wrapper__sidebar-block *:has(.content-scroll-area) {
    height: 100%;
    overflow-y: hidden;
  }
  .content-wrapper__sidebar-block *:has(.content-scroll-area) {
    height: 100%;
    overflow-y: hidden;
  }

  .content-scroll-area {
    height: 100%;
    overflow-y: scroll !important;
  }
}

/* エディター用 */
.editor-styles-wrapper .content-wrapper,
.editor-styles-wrapper .content-wrapper__sidebar-block {
  height: auto !important;
}

/* スクロールバーのスタイリング（オプション） */
.content-scroll-area::-webkit-scrollbar {
  width: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.content-scroll-area::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.content-scroll-area::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.content-scroll-area::-webkit-scrollbar-thumb:hover {
  background: #555;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* ========================================
    page-fade-animation
========================================= */
/* フェードアニメーション */
.fade-area {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: opacity, transform;
}

.fade-area,
.fade-area.fade-out {
  opacity: 0;
  transform: scale(0.95) translateY(-10px);
}

.fade-area.fade-in {
  opacity: 1;
  transform: scale(1) translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .fade-area {
    transition: none !important;
    transform: none !important;
  }

  .fade-area.fade-out {
    opacity: 0;
    transform: none;
  }

  .fade-area.fade-in {
    opacity: 1;
    transform: none;
  }
}

/* エディター用 */
.editor-styles-wrapper .fade-area,
.editor-styles-wrapper .fade-area.fade-out {
  opacity: 1 !important;
  transform: none !important;
}

/* ========================================
    img-animation
========================================= */
/* フェードアニメーション */
.img-fade {
  animation: fadeAnimation 1.4s ease-in-out;
  -webkit-animation: fadeAnimation 1.4s ease-in-out;
}

@keyframes fadeAnimation {
  0% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  20% {
    opacity: 0;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

/* 振動アニメーション */
.img-move {
  animation: moveAnimation 0.2s ease-in-out;
  -webkit-animation: moveAnimation 0.2s ease-in-out;
}

@keyframes moveAnimation {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  30% {
    transform: translateX(5px);
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
  }
  60% {
    transform: translateX(-5px);
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}

/* ========================================
    bg-img-area
========================================= */
.bg-img-area {
  background: url("../img/footer-bg.svg") repeat-x center;
  background-size: auto 100%;
}
