@charset "UTF-8";
/*
Theme Name: Modern Beat
Theme URI: https://modern-beat.com/
Author: Modern Beat
Author URI: https://modern-beat.com/
Description: モダンビート公式サイト用のオリジナルWordPressテーマ
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: modern-beat
Tags: blog, custom-menu, featured-images, translation-ready
*/
/* ===========================================
リセットCSS
=========================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
li,
ol,
dt,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

ul,
ol {
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

a {
  text-decoration-skip-ink: auto;
  color: currentColor;
  text-decoration: none;
}

img,
picture,
video,
canvas,
svg,
iframe {
  width: 100%;
  height: auto;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
}

address {
  font-style: normal;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

:root {
  --font-size-base: 16px;
  --font-weight-base: 400;
  --line-height-base: 1.76;
  --font-family-base-ja: "Noto Sans JP", sans-serif;
  --font-family-base-en: neulis-neue, sans-serif;
  --theme-color-white: #fff;
  --theme-color-blue: #0058d6;
  --theme-color-blue2: #0047b0;
  --theme-color-green: #72bf44;
  --theme-color-orange: #f55209;
  --theme-color-purple: #6666cc;
  --hover-color-green: #558f32;
  --hover-color-blue: #005feb;
  --hover-color-orange: #c74206;
  --header-logo-green: #85c441;
  --header-logo-green2: #72bf44;
  --header-logo-purple: #66c;
  --header-logo-white: #fff;
  --inner-width: 40px;
}
@media not screen and (min-width: 768px) {
  :root {
    --inner-width: 20px;
  }
}
:root {
  --header-height: clamp(100px, 6.25vw + 52px, 142px);
}
@media not screen and (min-width: 768px) {
  :root {
    --header-height: 60px;
  }
}

/* ===========================================
共通設定
=========================================== */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scrollbar-gutter: stable;
  scroll-padding-top: var(--header-height);
}

body {
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  color: var(--theme-color-white);
  font-family: var(--font-family-base-ja);
  font-weight: var(--font-weight-base);
  position: relative;
  background: var(--theme-color-blue);
}
body::before {
  position: fixed;
  content: "";
  inset: 0;
  z-index: -1;
  background: url(../img/main-bg.png) repeat center center;
  background-size: 11px 8px;
  opacity: 1;
  transition: opacity 0.45s ease;
  transform: translateZ(0);
  will-change: transform;
}

html.is-page-loading body::before {
  opacity: 0;
}

body > .drawer,
body > .main,
body > .footer {
  transition: opacity 0.45s ease;
}

body > .header {
  transition: opacity 0.45s ease;
}

html.is-page-loading body > .header,
html.is-page-loading body > .drawer,
html.is-page-loading body > .main,
html.is-page-loading body > .footer {
  opacity: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  body::before,
  body > .header,
  body > .drawer,
  body > .main,
  body > .footer {
    transition-duration: 0.01ms;
  }
}

.inline-block {
  display: inline-block;
  font-weight: inherit;
}

@media not screen and (min-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .hidden-tb {
    display: none;
  }
}

.inner {
  padding-inline: var(--inner-width);
  max-width: calc(1240px + var(--inner-width) * 2);
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .inner {
    padding-inline: var(--inner-width);
  }
}

.two-column {
  display: grid;
  grid-template-columns: 11.2903225806% 1fr;
}
@media not screen and (min-width: 768px) {
  .two-column {
    grid-template-columns: 1fr;
  }
}

@media not screen and (min-width: 768px) {
  .space {
    display: none;
  }
}

.circle-button {
  background: var(--theme-color-green);
  width: clamp(80px, 2.381vw + 61.714px, 96px);
  height: clamp(80px, 2.381vw + 61.714px, 96px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 768px) {
  .circle-button {
    width: 96px;
    height: 96px;
  }
}
.circle-button .circle-button__text {
  font-size: 15px;
  font-weight: 500;
}

.arrow-button {
  display: inline-flex;
  gap: 7px;
  justify-content: center;
  align-items: center;
  padding: 0.72em 1.4em;
  border-radius: 100px;
  background: var(--theme-color-green);
  font-size: 15px;
  font-family: var(--font-family-base-en);
}
.arrow-button .arrow-button__icon {
  width: 12px;
  height: 10px;
}
.heading {
  position: relative;
  z-index: 10;
  padding-left: 45px;
  font-size: 14px;
  font-weight: 500;
}
.heading::before {
  position: absolute;
  z-index: 10;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: var(--theme-color-orange);
}

/* ===========================================
/共通設定
=========================================== */
/* ===========================================
ヘッダー
=========================================== */
.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  height: var(--header-height);
}
.header::before {
  position: absolute;
  content: "";
  inset: 0;
  z-index: 0;
  background: var(--theme-color-blue) url(../img/main-bg.png) repeat center center;
  background-size: 11px 8px;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.header.is-scrolled::before, .header.is-drawer-open::before {
  opacity: 1;
}
.header.is-logo-white .header__logo-icon .cls-1, .header.is-drawer-open .header__logo-icon .cls-1 {
  fill: var(--header-logo-white);
}

.header__inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding-inline: 20px;
  max-width: 1380px;
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .header__inner {
    padding-inline: 20px;
  }
}

.header__content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo {
  display: inline-block;
  padding-left: 12px;
}

.header__logo-link {
  display: flex;
  justify-content: start;
  align-items: center;
}
@media (hover: hover) and (pointer: fine) {
  .header__logo-link {
    transition: opacity 0.3s ease-in-out;
  }
  .header__logo-link:hover {
    opacity: 0.7;
  }
}

.header__logo-icon {
  width: clamp(100px, 8.171vw + 37.245px, 121px);
}
.header__logo-icon .cls-1 {
  fill: var(--header-logo-purple);
  transition: fill 0.3s ease;
}
.header__logo-icon .cls-2 {
  fill: var(--header-logo-green);
}
.header__logo-icon .cls-3 {
  fill: var(--header-logo-green2);
}
@media not screen and (min-width: 768px) {
  .header__logo-icon {
    width: 121px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: clamp(16.5333333333px, 2.1527777778vw, 31px);
}
@media not screen and (min-width: 768px) {
  .header__nav {
    display: none;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
  gap: clamp(18.1333333333px, 2.3611111111vw, 34px);
}

.header__nav-link {
  font-size: 14px;
  font-weight: 500;
}
@media (hover: hover) and (pointer: fine) {
  .header__nav-link {
    transition: opacity 0.3s ease-in-out;
  }
  .header__nav-link:hover {
    opacity: 0.7;
  }
}

.header__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (hover: hover) and (pointer: fine) {
  .header__button {
    transition: background-color 0.3s ease-in-out;
  }
  .header__button:hover {
    background-color: var(--hover-color-green);
  }
}

.header__drw-button {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .header__drw-button {
    display: none;
  }
}

.drw-button {
  --drw-width: 28px;
  --drw-height: 20px;
  position: relative;
  width: var(--drw-width);
  height: var(--drw-height);
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.drw-button.is-open .drw-button__bar:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.drw-button.is-open .drw-button__bar:nth-of-type(2) {
  opacity: 0;
}
.drw-button.is-open .drw-button__bar:nth-of-type(3) {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.drw-button__bar {
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--theme-color-white);
  left: 0;
  transition: all 0.3s ease;
}
.drw-button__bar:nth-of-type(1) {
  top: 0;
}
.drw-button__bar:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.drw-button__bar:nth-of-type(3) {
  bottom: 0;
}

/* ===========================================
ドロワーメニュー
=========================================== */
.drawer {
  position: fixed;
  overflow-y: scroll;
  overscroll-behavior: contain;
  z-index: 700;
  top: var(--header-height);
  left: 0;
  transform: translateY(calc(-100% - var(--header-height)));
  width: 100vw;
  height: calc(100vh - var(--header-height));
  height: calc(100dvh - var(--header-height));
  padding-top: 100px;
  padding-bottom: 100px;
  background: var(--theme-color-blue);
  transition: transform 0.8s ease-in-out;
}
.drawer.is-open {
  transform: translateY(0);
}

.drawer__inner {
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .drawer__inner {
    padding-inline: 20px;
    max-width: 1020px;
    margin-inline: auto;
  }
}

.drawer__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

.drawer__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-content: center;
  justify-content: center;
}

.drawer__item {
  text-align: center;
}

.drawer__link {
  padding-inline: 20px;
}

.drawer__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.drawer__button.oval-button {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
  min-width: 250px;
  padding: 0.3em 0.3em;
  border-radius: 100px;
  background: var(--theme-color-green);
  font-size: 20px;
  font-family: var(--font-family-base-en);
  letter-spacing: -0.04em;
}
.drawer__button.oval-button .is-small {
  font-size: 13px;
  font-weight: 700;
}
.drawer__button.drawer__button--orange {
  background: var(--theme-color-orange);
}

.prevent-scroll {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/* ===========================================
メインビジュアル
=========================================== */
.mv {
  position: relative;
  background: var(--theme-color-blue2);
  z-index: 1;
  height: 100svh;
  min-height: 660px;
}
@media not screen and (min-width: 768px) {
  .mv {
    height: 100svh;
    min-height: 660px;
  }
}
.mv::before {
  position: absolute;
  content: "";
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../img/mv-bg.webp) no-repeat center center/cover;
  mix-blend-mode: hard-light;
  z-index: 2;
}

.mv__inner {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6%;
}

.mv__heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.mv__heading-en {
  width: clamp(372.2666666667px, 48.4722222222vw, 698px);
}
@media not screen and (min-width: 768px) {
  .mv__heading-en {
    width: 280px;
  }
}

.mv__heading-ja {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.mv__buttons {
  margin-top: clamp(126.9333333333px, 16.5277777778vw, 238px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 768px) {
  .mv__buttons {
    margin-top: 92px;
  }
}

.mv__button {
  display: inline-flex;
  gap: 5px;
  justify-content: center;
  align-items: baseline;
  min-width: 400px;
  padding: 0.3em 0.3em;
  border-radius: 100px;
  background: var(--theme-color-green);
  font-size: 24px;
  font-family: var(--font-family-base-en);
  letter-spacing: -0.04em;
}
@media not screen and (min-width: 768px) {
  .mv__button {
    min-width: 250px;
  }
}
.mv__button .is-small {
  font-size: 13px;
  font-weight: 700;
}
@media (hover: hover) and (pointer: fine) {
  .mv__button {
    transition: background-color 0.3s ease-in-out;
  }
  .mv__button:hover {
    background-color: var(--hover-color-green);
  }
}

.mv__notion {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

/* ===========================================
最新のお知らせ
=========================================== */
.news {
  padding-top: clamp(28.8px, 3.75vw, 54px);
  padding-bottom: clamp(47.4666666667px, 6.1805555556vw, 89px);
}
@media not screen and (min-width: 768px) {
  .news {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}

.news__item {
  width: 100%;
}

.news__link {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
  background: var(--theme-color-blue2);
  display: grid;
  grid-template-columns: 127px 1fr 12px;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .news__link {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    grid-template-columns: 1fr 12px;
    column-gap: 10px;
    row-gap: 4px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news__link {
    transition: background-color 0.3s ease-in-out;
  }
  .news__link:hover {
    background-color: var(--hover-color-blue);
  }
}

.news__date {
  font-family: var(--font-family-base-en);
  font-size: 19px;
}
@media not screen and (min-width: 768px) {
  .news__date {
    font-size: 14px;
    grid-column: 1/2;
    grid-row: 1/2;
  }
}

.news__title {
  font-size: 21px;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media not screen and (min-width: 768px) {
  .news__title {
    font-size: 16px;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.news__icon {
  width: 12px;
  height: 10px;
}
@media not screen and (min-width: 768px) {
  .news__icon {
    grid-column: 2/3;
    grid-row: 1/3;
  }
}

.news__buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.news__button {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
@media not screen and (min-width: 768px) {
  .news__button {
    margin-top: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news__button {
    transition: opacity 0.3s ease-in-out;
  }
  .news__button:hover {
    opacity: 0.7;
  }
}

/* ===========================================
魅力
=========================================== */
.about {
  padding-top: clamp(28.8px, 3.75vw, 54px);
  padding-bottom: clamp(47.4666666667px, 6.1805555556vw, 89px);
}
@media not screen and (min-width: 768px) {
  .about {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.about__content {
  margin-top: clamp(44.2666666667px, 5.7638888889vw, 83px);
}
@media not screen and (min-width: 768px) {
  .about__content {
    margin-top: 40px;
  }
}

.about__main-text {
  font-size: 39px;
  font-weight: 500;
  letter-spacing: -0.04em;
}
@media not screen and (min-width: 768px) {
  .about__main-text {
    font-size: 24px;
  }
}

.about__sub-text {
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: -0.05em;
}
@media not screen and (min-width: 768px) {
  .about__sub-text {
    font-size: 16px;
    line-height: 2;
  }
}

.about__cards {
  margin-top: clamp(44.2666666667px, 5.7638888889vw, 83px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24.5333333333px, 3.1944444444vw, 46px);
  align-items: stretch;
}
@media not screen and (min-width: 768px) {
  .about__cards {
    margin-top: 60px;
    grid-template-columns: 1fr;
    gap: 36px;
  }
}

.feature {
  border-top: 2px solid var(--theme-color-white);
}

.feature__item {
  margin-top: 9px;
  font-family: var(--font-family-base-en);
  color: var(--theme-color-green);
  font-size: 17px;
  font-weight: 700;
}

.feature__value {
  margin-top: 41px;
  display: flex;
  align-items: baseline;
  gap: 9px;
}
@media not screen and (min-width: 768px) {
  .feature__value {
    margin-top: 20px;
  }
}

.feature__number {
  font-family: var(--font-family-base-en);
  font-size: clamp(51.2px, 6.6666666667vw, 96px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media not screen and (min-width: 768px) {
  .feature__number {
    font-size: 80px;
  }
}

.feature__unit {
  font-family: var(--font-family-base-en);
  font-size: clamp(25.6px, 3.3333333333vw, 48px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media not screen and (min-width: 768px) {
  .feature__unit {
    font-size: 38px;
  }
}

.feature__text {
  margin-top: 25px;
  font-size: 17px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .feature__text {
    margin-top: 10px;
    font-size: 16px;
  }
}

/* ===========================================
水中ログ
=========================================== */
.log {
  padding-top: clamp(28.8px, 3.75vw, 54px);
  padding-bottom: clamp(76.2666666667px, 9.9305555556vw, 143px);
}
@media not screen and (min-width: 768px) {
  .log {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}

.log__content {
  margin-top: clamp(35.2px, 4.5833333333vw, 66px);
}
@media not screen and (min-width: 768px) {
  .log__content {
    margin-top: 20px;
  }
}

.log__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: clamp(24.5333333333px, 3.1944444444vw, 46px);
  row-gap: clamp(30.4px, 3.9583333333vw, 57px);
}
@media not screen and (min-width: 768px) {
  .log__cards {
    grid-template-columns: 1fr;
    column-gap: 36px;
    row-gap: 30px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .log-card__link {
    transition: opacity 0.3s ease-in-out;
  }
  .log-card__link:hover {
    opacity: 0.7;
  }
}

.log-card__image {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.log-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}

.log-card__date-wrapper {
  margin-top: 15px;
}

.log-card__date {
  font-family: var(--font-family-base-en);
  font-size: 14px;
}

.log-card__title {
  margin-top: 11px;
  font-size: 21px;
  font-weight: 500;
  text-decoration: underline;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media not screen and (min-width: 768px) {
  .log-card__title {
    margin-top: 0;
  }
}

.log-card__text {
  margin-top: 12px;
  font-size: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.log__buttons {
  margin-top: 59px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

@media (hover: hover) and (pointer: fine) {
  .log__button {
    transition: background-color 0.3s ease-in-out;
  }
  .log__button:hover {
    background-color: var(--hover-color-green);
  }
}

/* ===========================================
料金サービス
=========================================== */
.service {
  position: relative;
  scroll-margin-top: calc(var(--header-height) + 40px);
  margin-top: clamp(79.4666666667px, 10.3472222222vw, 149px);
  margin-bottom: clamp(76.8px, 10vw, 144px);
  background: var(--theme-color-blue2);
}
@media not screen and (min-width: 768px) {
  .service {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.service::before {
  position: absolute;
  z-index: 1;
  content: "";
  bottom: 99%;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(79.4666666667px, 10.3472222222vw, 149px);
  background: url(../img/service-top-bg.webp) no-repeat center center/100% 100%;
}
@media not screen and (min-width: 768px) {
  .service::before {
    height: 80px;
  }
}
.service::after {
  position: absolute;
  z-index: 1;
  content: "";
  top: 99%;
  left: 0;
  right: 0;
  width: 100%;
  height: clamp(76.8px, 10vw, 144px);
  background: url(../img/service-bottom-bg.webp) no-repeat center center/100% 100%;
}
@media not screen and (min-width: 768px) {
  .service::after {
    height: 80px;
  }
}

.service__content {
  position: relative;
  z-index: 10;
  margin-top: clamp(35.7333333333px, 4.6527777778vw, 67px);
}
@media not screen and (min-width: 768px) {
  .service__content {
    margin-top: 67px;
  }
}

.service__tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 9px;
  padding-bottom: clamp(25.0666666667px, 3.2638888889vw, 47px);
  border-bottom: 2px solid var(--theme-color-white);
}
@media not screen and (min-width: 768px) {
  .service__tabs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 20px;
  }
}

.service__tab-button {
  padding-top: 0.55em;
  padding-bottom: 0.55em;
  padding-left: 0.65em;
  padding-right: 0.65em;
  border: 2px solid var(--theme-color-white);
  border-radius: 10px;
  font-size: clamp(11.2px, 1.4583333333vw, 21px);
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .service__tab-button {
    font-size: 14px;
    width: 100%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .service__tab-button {
    transition: background-color 0.3s ease-in-out;
  }
  .service__tab-button:hover {
    background-color: var(--hover-color-blue);
  }
}
.service__tab-button[aria-selected=true] {
  background: var(--theme-color-green);
  border-color: var(--theme-color-green);
}
@media (hover: hover) and (pointer: fine) {
  .service__tab-button[aria-selected=true]:hover {
    border-color: var(--theme-color-green);
  }
}

.service__body-wrapper {
  padding-top: 10px;
}
.service__body-wrapper[hidden] {
  display: none;
}

.service__name {
  font-family: var(--font-family-base-en);
  font-size: 17px;
  font-weight: 700;
  color: var(--theme-color-green);
}

.service__body {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 34.9090909091%;
  align-items: start;
  justify-content: center;
  gap: clamp(49.0666666667px, 6.3888888889vw, 92px);
}
@media not screen and (min-width: 768px) {
  .service__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media not screen and (min-width: 768px) {
  .service-info {
    grid-row: 2/3;
  }
}

.service__place {
  margin-bottom: 26px;
}

.service__place-num {
  font-family: var(--font-family-base-en);
  font-size: clamp(51.2px, 6.6666666667vw, 96px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media not screen and (min-width: 768px) {
  .service__place-num {
    font-size: 48px;
  }
}

.service__place-tax {
  font-size: 17px;
  line-height: 1;
}

.service__text {
  font-size: 17px;
  letter-spacing: -0.04em;
}
@media not screen and (min-width: 768px) {
  .service__text {
    font-size: 16px;
  }
}
.service__text .is-underline {
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .service__text .is-underline {
    transition: opacity 0.3s ease-in-out;
  }
  .service__text .is-underline:hover {
    opacity: 0.7;
  }
}

.service__menu {
  margin-top: 58px;
  border-top: 2px solid var(--theme-color-white);
}
@media not screen and (min-width: 768px) {
  .service__menu {
    margin-top: 40px;
  }
}

.menu__list {
  display: grid;
  grid-template-columns: 1fr;
}

.menu__item {
  position: relative;
  padding-top: 0.83em;
  padding-bottom: 0.83em;
  padding-left: 0.7em;
  display: flex;
  justify-content: space-between;
  font-size: clamp(18px, 0.446vw + 14.571px, 21px);
  border-bottom: 1px dotted var(--theme-color-white);
}
@media not screen and (min-width: 768px) {
  .menu__item {
    font-size: 16px;
  }
}
.menu__item::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 2px;
  height: 1.14em;
  background: var(--theme-color-green);
}

.menu__place {
  display: flex;
  align-items: center;
}

.menu__place-num {
  font-family: var(--font-family-base-en);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.menu__place-tax {
  font-size: 12px;
}

.service__image {
  border-radius: 10px;
  overflow: hidden;
}

.service__include {
  margin-top: 36px;
}

.include {
  padding-top: 24px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px;
  background: var(--theme-color-white);
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .include {
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.include__text {
  color: var(--theme-color-blue);
  font-size: 17px;
  font-weight: 500;
}

.include__list {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
@media not screen and (min-width: 768px) {
  .include__list {
    gap: 6px;
  }
}

.include__item {
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  padding-left: 0.65em;
  padding-right: 0.65em;
  color: var(--theme-color-blue);
  background: #e7e7f6;
  border-radius: 10px;
  font-size: 21px;
  line-height: 1;
}
@media not screen and (min-width: 768px) {
  .include__item {
    font-size: 16px;
  }
}

.service__notion {
  margin-top: 16px;
  font-size: 17px;
}
@media not screen and (min-width: 768px) {
  .service__notion {
    font-size: 14px;
    line-height: 1.2;
  }
}

.service__limit {
  margin-top: 24px;
}

.limit__title {
  color: var(--theme-color-blue);
  font-size: 17px;
  font-weight: 500;
}

.limit__text {
  margin-top: 8px;
  font-size: 17px;
}
@media not screen and (min-width: 768px) {
  .limit__text {
    font-size: 14px;
    line-height: 1.4;
  }
}

.service__message {
  padding-top: 60px;
}

.message__head {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 20px;
}
@media not screen and (min-width: 768px) {
  .message__head {
    grid-template-columns: 60px 1fr;
  }
}

@media not screen and (min-width: 768px) {
  .message__head-image {
    grid-row: 1/2;
  }
}

.message__head-text {
  font-size: 22px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .message__head-text {
    font-size: 18px;
  }
}

.message__text {
  margin-top: 14px;
  padding-top: 24px;
  padding-bottom: 23px;
  padding-left: 28px;
  padding-right: 28px;
  border-radius: 10px;
  border: 2px solid var(--theme-color-white);
  font-size: 17px;
  letter-spacing: -0.04em;
}
@media not screen and (min-width: 768px) {
  .message__text {
    padding-top: 16px;
    padding-bottom: 20px;
    padding-left: 16px;
    padding-right: 16px;
    font-size: 16px;
  }
}

/* ===========================================
店舗・スタッフ
=========================================== */
.introduce {
  padding-top: clamp(78.9333333333px, 10.2777777778vw, 148px);
  padding-bottom: clamp(46.9333333333px, 6.1111111111vw, 88px);
}
@media not screen and (min-width: 768px) {
  .introduce {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.introduce__content {
  margin-top: clamp(74.6666666667px, 9.7222222222vw, 140px);
}
@media not screen and (min-width: 768px) {
  .introduce__content {
    margin-top: 110px;
  }
}

.introduce__profiles {
  display: grid;
  grid-template-columns: repeat(2, calc((100% - clamp(51.2px, 6.6666666667vw, 96px) - clamp(76.8px, 10vw, 144px) / 2) / 2));
  align-items: stretch;
  justify-content: start;
  gap: clamp(51.2px, 6.6666666667vw, 96px);
}
@media not screen and (min-width: 768px) {
  .introduce__profiles {
    grid-template-columns: calc(100% - 50px);
    gap: 96px;
  }
}

.profile {
  position: relative;
  z-index: 10;
  padding-top: clamp(16px, 2.0833333333vw, 30px);
  padding-bottom: clamp(21.3333333333px, 2.7777777778vw, 40px);
  padding-left: clamp(25.6px, 3.3333333333vw, 48px);
  padding-right: clamp(21.3333333333px, 2.7777777778vw, 40px);
  --cut-r: clamp(44.8px, 5.8333333333vw, 84px);
  --cut-x: 100%;
  --cut-y: 0%;
}
@media not screen and (min-width: 768px) {
  .profile {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    --cut-r: 62px;
  }
}
.profile::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 10px;
  background: var(--theme-color-white);
  mask: radial-gradient(circle var(--cut-r) at var(--cut-x) var(--cut-y), transparent 99%, #000 100%);
}

.profile__en-name {
  position: absolute;
  z-index: 11;
  bottom: calc(100% + 12px);
  right: clamp(44.2666666667px, 5.7638888889vw, 83px);
  color: var(--theme-color-green);
  font-size: 17px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .profile__en-name {
    font-size: 14px;
    right: 62px;
    bottom: calc(100% + 6px);
  }
}

.profile__image {
  position: absolute;
  z-index: 12;
  width: clamp(76.8px, 10vw, 144px);
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
@media not screen and (min-width: 768px) {
  .profile__image {
    width: 100px;
  }
}

.profile__ja-name {
  font-size: 32px;
  font-weight: 500;
  color: var(--theme-color-blue);
}
@media not screen and (min-width: 768px) {
  .profile__ja-name {
    font-size: 28px;
  }
}
.profile__ja-name .is-accent {
  color: var(--theme-color-green);
  font-weight: inherit;
}

.profile__label {
  color: var(--theme-color-blue);
  font-size: 14px;
  font-weight: 500;
}

.profile__text {
  margin-top: 36px;
  color: var(--theme-color-blue);
  letter-spacing: -0.03em;
}
@media not screen and (min-width: 768px) {
  .profile__text {
    margin-top: 20px;
  }
}

.introduce__access {
  margin-top: clamp(34.1333333333px, 4.4444444444vw, 64px);
}
@media not screen and (min-width: 768px) {
  .introduce__access {
    margin-top: 64px;
  }
}

.access__map {
  aspect-ratio: 1100/552;
  border-radius: 10px;
  overflow: hidden;
}
@media not screen and (min-width: 768px) {
  .access__map {
    aspect-ratio: 1/1;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}

.access__info {
  margin-top: 16px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}
@media not screen and (min-width: 768px) {
  .access__info {
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}

.access__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.access__item {
  font-size: 17px;
}
@media not screen and (min-width: 768px) {
  .access__item {
    font-size: 14px;
  }
}

.access__buttons {
  margin-top: 8px;
}
@media not screen and (min-width: 768px) {
  .access__buttons {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (hover: hover) and (pointer: fine) {
  .access__button {
    transition: background-color 0.3s ease-in-out;
  }
  .access__button:hover {
    background-color: var(--hover-color-green);
  }
}

.introduce__gallery {
  margin-top: 90px;
}
@media not screen and (min-width: 768px) {
  .introduce__gallery {
    margin-top: 60px;
  }
}

.gallery__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: clamp(21.3333333333px, 2.7777777778vw, 40px);
  column-gap: clamp(25.6px, 3.3333333333vw, 48px);
}
@media not screen and (min-width: 768px) {
  .gallery__list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 24px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .gallery__button:hover .gallery__thumb img {
    transform: scale(1.1);
  }
}

.gallery__thumb {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__thumb img {
    transition: transform 0.3s ease-in-out;
  }
}

.gallery__text-area {
  margin-top: clamp(5.3333333333px, 0.6944444444vw, 10px);
  display: grid;
  grid-template-columns: 1fr 16px;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
}
@media not screen and (min-width: 768px) {
  .gallery__text-area {
    margin-top: 4px;
    grid-template-columns: 1fr 14px;
    gap: 8px;
  }
}

.gallery__caption {
  text-align: left;
  font-size: 17px;
}
@media not screen and (min-width: 768px) {
  .gallery__caption {
    font-size: 14px;
  }
}

.gallery__dialog {
  position: relative;
  width: 60vw;
  max-width: 60vw;
  max-height: 90vh;
  padding: 0;
  border: none;
  background: transparent;
  margin: auto;
  overflow: visible;
}
.gallery__dialog::backdrop {
  background: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}
.gallery__dialog:focus-visible {
  outline: none;
}
@media not screen and (min-width: 768px) {
  .gallery__dialog {
    width: 90vw;
    max-width: 90vw;
  }
}
.gallery__dialog-close {
  position: absolute;
  top: -20px;
  right: 0;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  transform: translateY(-100%);
  transition: background 0.2s ease;
}
.gallery__dialog-close:hover {
  background: rgba(0, 0, 0, 0.65);
}
.gallery__dialog-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
@media not screen and (min-width: 768px) {
  .gallery__dialog-close {
    width: 36px;
    height: 36px;
    font-size: 24px;
  }
}
.gallery__dialog-image {
  border-radius: 10px;
  overflow: hidden;
}
.gallery__dialog-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 90vh;
  margin-inline: auto;
  object-fit: contain;
}

/* ===========================================
FAQ
=========================================== */
.faq {
  padding-top: clamp(28.8px, 3.75vw, 54px);
  padding-bottom: clamp(149.3333333333px, 19.4444444444vw, 280px);
}
@media not screen and (min-width: 768px) {
  .faq {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.faq__content {
  margin-top: clamp(36.8px, 4.7916666667vw, 69px);
}
@media not screen and (min-width: 768px) {
  .faq__content {
    margin-top: 40px;
  }
}

.faq__wrapper {
  border-top: 2px solid var(--theme-color-white);
}
.faq__wrapper:nth-of-type(n + 2) {
  margin-top: clamp(51.7333333333px, 6.7361111111vw, 97px);
}
@media not screen and (min-width: 768px) {
  .faq__wrapper:nth-of-type(n + 2) {
    margin-top: 60px;
  }
}

.faq__category {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .faq__category {
    margin-top: 6px;
    font-size: 21px;
  }
}

.faq__list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media not screen and (min-width: 768px) {
  .faq__list {
    margin-top: 20px;
  }
}

.faq__item {
  background: var(--theme-color-blue2);
  border-radius: 10px;
  overflow: hidden;
}

.faq__question {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 26px;
  align-items: center;
  padding: 23px 56px 27px 32px;
  text-align: left;
  color: inherit;
  cursor: pointer;
}
@media not screen and (min-width: 768px) {
  .faq__question {
    gap: 8px;
    padding: 8px 32px 8px 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .faq__question {
    transition: background-color 0.3s ease-in-out;
  }
  .faq__question:hover, .faq__item:has(.faq__answer:hover) .faq__question {
    background-color: var(--hover-color-blue);
  }
  .faq__question:hover + .faq__answer, .faq__item:has(.faq__answer:hover) .faq__question + .faq__answer {
    background-color: var(--hover-color-blue);
  }
}
.faq__question::before, .faq__question::after {
  position: absolute;
  content: "";
  top: 50%;
  background: var(--theme-color-white);
}
.faq__question::before {
  right: 28px;
  width: 16px;
  height: 2px;
  transform: translateY(-50%);
}
@media not screen and (min-width: 768px) {
  .faq__question::before {
    right: 14px;
    width: 12px;
  }
}
.faq__question::after {
  right: 35px;
  width: 2px;
  height: 16px;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: transform 0.3s ease;
}
@media not screen and (min-width: 768px) {
  .faq__question::after {
    right: 19px;
    height: 12px;
  }
}
.faq__question[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq__q {
  font-family: var(--font-family-base-en);
  color: var(--theme-color-green);
  font-size: 24px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .faq__q {
    font-size: 21px;
  }
}

.faq__question-text {
  font-size: 24px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .faq__question-text {
    font-size: 14px;
  }
}

.faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .faq__answer {
    transition: grid-template-rows 0.3s ease, background-color 0.3s ease-in-out;
  }
}

.faq__question[aria-expanded=true] + .faq__answer {
  grid-template-rows: 1fr;
}

.faq__answer-inner {
  min-height: 0;
  overflow: hidden;
  padding-inline: 24px;
}
@media not screen and (min-width: 768px) {
  .faq__answer-inner {
    padding-inline: 16px;
  }
}

.faq__answer-text {
  margin-top: -8px;
  padding-bottom: 26px;
}
@media not screen and (min-width: 768px) {
  .faq__answer-text {
    margin-top: 0;
    padding-bottom: 16px;
    font-size: 14px;
  }
}

/* ===========================================
アーカイブページ、シングルページ
=========================================== */
.article {
  padding-top: clamp(147.7333333333px, 19.2361111111vw, 277px);
  padding-bottom: clamp(121.6px, 15.8333333333vw, 228px);
}
@media not screen and (min-width: 768px) {
  .article {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}

.article__heading__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
@media not screen and (min-width: 768px) {
  .article__heading__wrapper {
    align-items: flex-end;
  }
}

.article__heading {
  display: flex;
  align-items: center;
  gap: clamp(32px, 4.1666666667vw, 60px);
}
@media not screen and (min-width: 768px) {
  .article__heading {
    flex-direction: column;
    gap: 20px;
  }
}

.article__heading-en {
  width: clamp(102.4px, 13.3333333333vw, 192px);
}
@media not screen and (min-width: 768px) {
  .article__heading-en {
    width: 100px;
  }
}

.article__heading-ja {
  position: relative;
  padding-left: 45px;
  font-size: 15px;
  font-weight: 500;
}
.article__heading-ja::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--theme-color-orange);
}

.selector {
  position: relative;
}

.selector__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 16px;
  width: 192px;
  border-radius: 10px;
  background: var(--theme-color-white);
  font-family: var(--font-family-base-en);
  color: var(--theme-color-blue);
  font-size: 17px;
  letter-spacing: -0.04em;
  line-height: 1;
  cursor: pointer;
}
@media not screen and (min-width: 768px) {
  .selector__toggle {
    font-size: 14px;
    padding: 16px 12px;
    width: 120px;
  }
}

.selector__icon {
  width: 10px;
  height: 6px;
  background: var(--theme-color-blue);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transition: transform 0.3s ease;
}

.selector__toggle[aria-expanded=true] .selector__icon {
  transform: rotate(180deg);
}

.selector__list {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 10;
  min-width: 100%;
  padding: 8px 0;
  border-radius: 12px;
  background: var(--theme-color-blue2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

.selector__toggle[aria-expanded=true] + .selector__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.selector__link {
  display: block;
  padding: 8px 20px;
  font-family: var(--font-family-base-en);
  font-size: 17px;
  white-space: nowrap;
  transition: background-color 0.2s ease;
}
@media not screen and (min-width: 768px) {
  .selector__link {
    font-size: 14px;
    padding: 8px 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .selector__link {
    transition: background-color 0.3s ease-in-out;
  }
  .selector__link:hover {
    background-color: var(--hover-color-blue);
  }
}

.article__content {
  margin-top: clamp(76.2666666667px, 9.9305555556vw, 143px);
}
@media not screen and (min-width: 768px) {
  .article__content {
    margin-top: 80px;
  }
}
.article__content .log__cards {
  padding-bottom: clamp(48px, 6.25vw, 90px);
  border-bottom: 2px solid var(--theme-color-white);
}
@media not screen and (min-width: 768px) {
  .article__content .log__cards {
    padding-bottom: 40px;
  }
}

.article__nav {
  margin-top: clamp(25.0666666667px, 3.2638888889vw, 47px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media not screen and (min-width: 768px) {
  .article__nav {
    margin-top: 20px;
  }
}

.article__nav-button {
  width: 100%;
  border-radius: 10px;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  padding-left: 1em;
  padding-right: 1em;
  background: var(--theme-color-blue2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 19px;
}
@media not screen and (min-width: 768px) {
  .article__nav-button {
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .article__nav-button {
    transition: background-color 0.3s ease-in-out;
  }
  .article__nav-button:hover {
    background-color: var(--hover-color-blue);
  }
}

.article__nav-button--prev {
  grid-column: 1/2;
}

.article__nav-button-icon {
  width: 12px;
  height: 10px;
}

.article__nav-button--next {
  grid-column: 2/3;
}

.article__links {
  margin-top: clamp(48px, 6.25vw, 90px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 768px) {
  .article__links {
    margin-top: 20px;
  }
}

.article__link {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .article__link {
    transition: opacity 0.3s ease-in-out;
  }
  .article__link:hover {
    opacity: 0.7;
  }
}

.post {
  margin-top: clamp(73.6px, 9.5833333333vw, 138px);
}
@media not screen and (min-width: 768px) {
  .post {
    margin-top: 80px;
  }
}

.post__content {
  border-bottom: 2px solid var(--theme-color-white);
  padding-bottom: clamp(45.8666666667px, 5.9722222222vw, 86px);
}
@media not screen and (min-width: 768px) {
  .post__content {
    padding-bottom: 40px;
  }
}
.post__content a {
  text-decoration: underline;
  font-weight: inherit;
}
@media (hover: hover) and (pointer: fine) {
  .post__content a {
    transition: opacity 0.3s ease-in-out;
  }
  .post__content a:hover {
    opacity: 0.7;
  }
}
.post__content > :where(p, .wp-block-paragraph) {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 2;
}
.post__content a:has(> img) {
  cursor: zoom-in;
}
.post__content > :where(.wp-block-image, .wp-caption),
.post__content > p:has(> img) {
  margin-top: clamp(42.6666666667px, 5.5555555556vw, 80px);
  width: fit-content !important;
  max-width: 100%;
}
.post__content > :where(.wp-block-image, .wp-caption) img,
.post__content > p:has(> img) img {
  width: auto;
  height: auto;
  max-width: min(560px, 100%);
  max-height: 560px;
  border-radius: 10px !important;
}
.post__content > :where(.wp-block-image, .wp-caption) :where(.wp-element-caption, .wp-caption-text) {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: clamp(40px, 5.2083333333vw, 75px);
}
@media not screen and (min-width: 768px) {
  .post__content > :where(.wp-block-image, .wp-caption),
  .post__content > p:has(> img) {
    margin-top: 40px;
  }
  .post__content > :where(.wp-block-image, .wp-caption) img,
  .post__content > p:has(> img) img {
    max-width: 100%;
    max-height: calc(100vw - var(--inner-width) * 2);
  }
  .post__content > :where(.wp-block-image, .wp-caption) :where(.wp-element-caption, .wp-caption-text) {
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 40px;
  }
}
.post__content > p:has(> iframe) {
  margin-top: clamp(42.6666666667px, 5.5555555556vw, 80px);
  line-height: 0;
  font-size: 0;
}
@media not screen and (min-width: 768px) {
  .post__content > p:has(> iframe) {
    margin-top: 40px;
  }
}
.post__content iframe {
  width: 65.2173913043%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .post__content iframe {
    width: 100%;
  }
}
.post__content > :where(.wp-block-embed) {
  margin-top: clamp(42.6666666667px, 5.5555555556vw, 80px);
  width: 65.2173913043%;
  max-width: 100%;
}
@media not screen and (min-width: 768px) {
  .post__content > :where(.wp-block-embed) {
    margin-top: 40px;
    width: 100%;
  }
}
.post__content > :where(.wp-block-embed) .wp-block-embed__wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  width: 100%;
}
.post__content > :where(.wp-block-embed) .wp-block-embed__wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.post__content > :where(.wp-block-embed) :where(.wp-element-caption) {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media not screen and (min-width: 768px) {
  .post__content > :where(.wp-block-embed) :where(.wp-element-caption) {
    margin-top: 10px;
    font-size: 14px;
  }
}
.post__content > :where(.wp-video) {
  margin-top: clamp(42.6666666667px, 5.5555555556vw, 80px);
  width: 65.2173913043% !important;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 10px;
  overflow: hidden;
}
@media not screen and (min-width: 768px) {
  .post__content > :where(.wp-video) {
    margin-top: 40px;
    width: 100% !important;
  }
}
.post__content > :where(.wp-video) .mejs-container {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
}
.post__content > :where(.wp-video) .mejs-inner,
.post__content > :where(.wp-video) .mejs-mediaelement,
.post__content > :where(.wp-video) .mejs-layer,
.post__content > :where(.wp-video) .mejs-overlay,
.post__content > :where(.wp-video) .mejs-poster {
  width: 100% !important;
  height: 100% !important;
}
.post__content > :where(.wp-video) video,
.post__content > :where(.wp-video) .wp-video-shortcode {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.post__heading {
  display: flex;
  flex-direction: column;
}

.post__date {
  font-family: var(--font-family-base-en);
  font-size: 14px;
}

.post__title {
  font-size: 40px;
  font-weight: 500;
}
@media not screen and (min-width: 768px) {
  .post__title {
    font-size: 24px;
  }
}

.post__nav {
  margin-top: clamp(25.0666666667px, 3.2638888889vw, 47px);
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
@media not screen and (min-width: 768px) {
  .post__nav {
    margin-top: 20px;
  }
}

.post__nav-button {
  width: 100%;
  border-radius: 10px;
  padding-top: 2.8em;
  padding-bottom: 2.8em;
  padding-left: 1em;
  padding-right: 1em;
  background: var(--theme-color-blue2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 19px;
}
@media not screen and (min-width: 768px) {
  .post__nav-button {
    font-size: 16px;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .post__nav-button {
    transition: background-color 0.3s ease-in-out;
  }
  .post__nav-button:hover {
    background-color: var(--hover-color-blue);
  }
}

.post__nav-button-icon {
  width: 12px;
  height: 10px;
}

/* ===========================================
フッター
=========================================== */
.footer {
  overflow-x: hidden;
}

.footer__inner {
  padding-inline: 50px;
  max-width: 1440px;
  margin-inline: auto;
}
@media not screen and (min-width: 768px) {
  .footer__inner {
    padding-inline: 20px;
  }
}

.scroll-text-anime {
  display: flex;
  white-space: nowrap;
}

.scroll-text {
  font-family: var(--font-family-base-en);
  font-size: clamp(102.4px, 13.3333333333vw, 192px);
  font-weight: 700;
  line-height: 1;
  animation: scroll-text 50s linear infinite both;
}
@media not screen and (min-width: 768px) {
  .scroll-text {
    font-size: 50px;
  }
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.footer__nav {
  margin-top: 66px;
}
@media not screen and (min-width: 768px) {
  .footer__nav {
    margin-top: 40px;
  }
}

.footer__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(8.5333333333px, 1.1111111111vw, 16px);
}
@media not screen and (min-width: 768px) {
  .footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.footer__nav-item {
  width: 208px;
}
@media not screen and (min-width: 768px) {
  .footer__nav-item {
    width: 100%;
  }
}

.footer__nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  font-size: clamp(14px, 0.744vw + 8.286px, 19px);
  background: var(--theme-color-orange);
  border-radius: 10px;
}
@media not screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .footer__nav-link {
    transition: background-color 0.3s ease-in-out;
  }
  .footer__nav-link:hover {
    background: var(--hover-color-orange);
  }
}

.footer__nav-link-icon {
  width: 12px;
  height: 10px;
}

.footer__bottom {
  margin-top: clamp(153.6px, 20vw, 288px);
  padding-bottom: clamp(24.5333333333px, 3.1944444444vw, 46px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media not screen and (min-width: 768px) {
  .footer__bottom {
    margin-top: 120px;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
  }
}

.footer__links {
  display: flex;
  align-items: center;
  gap: 48px;
}

@media (hover: hover) and (pointer: fine) {
  .footer__link {
    transition: opacity 0.3s ease-in-out;
  }
  .footer__link:hover {
    opacity: 0.7;
  }
}

.footer__link-icon.footer__link-icon--facebook {
  width: 32px;
  height: 32px;
}
.footer__link-icon.footer__link-icon--instagram {
  width: 32px;
  height: 32px;
  display: block;
}
.footer__link-icon.footer__link-icon--youtube {
  width: 144px;
  height: 32px;
}

.footer__copyright-text {
  font-family: var(--font-family-base-en);
  font-size: 15px;
  font-weight: 700;
}
@media not screen and (min-width: 768px) {
  .footer__copyright-text {
    font-size: 14px;
  }
}
