/*!
Theme Name: 明修塾
Author: NEXTAS Co., Ltd.
Author URI: -
Description: -
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: juku-keishinkan
Tags: custom, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, wide-blocks
*/


/**************************************************************
* Editor UI
**************************************************************/
.editor-styles-wrapper.post-type-post {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}


/**************************************************************
* Light reset
**************************************************************/

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-left: 0;
}

dl,
dt,
dd {
  margin: 0;
}

button,
a {
  transition: 0.3s;
}

a {
  color: inherit;
}

figure {
  margin: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

/* hovers */
@media (hover: hover) {
  a:not([class]):hover {
    /* opacity: 0.7; */
  }
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


/*************************************************************
* Wordpress Blocks 追加分/override
**************************************************************/

/* Wordpress layout system
********************************/
:root :where(.is-layout-constrained)>* {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .is-layout-constrained {
    padding-left: 5%;
    padding-right: 5%;
  }
}

/* wp-site-blocks
********************************/
:where(.wp-site-blocks)>main {
  margin-block-start: 0;
}

/* wp-block-embed
********************************/
.wp-block-embed.is-provider-youtube .wp-block-embed__wrapper {
  padding-top: calc(9/16 * 100%);
}

.wp-block-embed.is-provider-youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* wp-block-button
********************************/
:root :where(.wp-block-button .wp-block-button__link) {
  position: relative;
  width: auto;
}

/* wp-block-cover
********************************/
.wp-block-cover {
  padding: inherit;
}

.wp-block-cover,
.wp-block-cover-image {
  height: 100%;
}

.wp-block-cover,
.wp-block-cover-image {
  min-height: 100%;
}

/* wp-headline
********************************/
.wp-headline {
  position: relative;
  display: table;
  line-height: 2.5;
  margin-bottom: clamp(24px, calc((100vw - 375px) * 0.1061 + 24px), 120px);
  margin-right: auto;
  margin-left: auto;
  padding-inline: clamp(32px, calc((100vw - 375px) * 0.0199 + 32px), 50px);
}

.wp-headline::before {
  left: 0;
}

.wp-headline::after {
  right: 0;
}

.wp-headline__kana {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

.wp-headline__alphabetic {
  padding-bottom: 0.5rem;
  text-align: center;
  font-family: var(--wp--preset--font-family--alphabetic-font);
  font-size: clamp(28px, calc(28px + 28 * ((100vw - 375px) / 905)), 56px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
}

@media all and (min-width: 1024px) {
  .wp-headline::before,
  .wp-headline::after {
    height: 100px;
  }
}


/**************************************************************
* WP ユーティリティ関連
**************************************************************/

.has-regular-font-size,
.has-normal-font-size {
  font-size: 1em
}

.has-larger-font-size,
.has-huge-font-size {
  font-size: 2.625em
}

.has-text-align-center {
  text-align: center
}

.has-text-align-left {
  text-align: left
}

.has-text-align-right {
  text-align: right
}

#end-resizable-editor-section {
  display: none
}

.aligncenter {
  clear: both
}

.items-justified-left {
  justify-content: flex-start
}

.items-justified-center {
  justify-content: center
}

.items-justified-right {
  justify-content: flex-end
}

.items-justified-space-between {
  justify-content: space-between
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important
}

.screen-reader-text:focus {
  background-color: #ddd;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000
}


/**************************************************************
* グロバル設定
**************************************************************/

html {
  scroll-behavior: smooth;
}

/**************************************************************
* ◎◎◎
**************************************************************/

body {
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 600;
}

a:where(:not(.wp-element-button)) {
  text-decoration: none !important;
}


/* *************************************************************
* グロバル要素
**************************************************************/

/* g-header
************************************************/
.g-header {
  position: absolute;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding-top: clamp(18px, 1.125rem + ((1vw - 3.75px) * 1.1), 28px);
  padding-bottom: clamp(18px, 1.125rem + ((1vw - 3.75px) * 1.1), 28px);
  padding-left: 5.333%;
  padding-right: 5.333%;
  box-sizing: border-box;
}

.g-header__inner {
  position: relative;
  display: flex;
}

@media all and (min-width: 1024px) {
  .g-header__inner {
    justify-content: space-between;
    align-items: center;
  }
}

.g-header .wp-block-site-logo {
  position: relative;
  display: flex;
  align-items: center;
}

.g-header .wp-block-site-logo a {
  display: flex;
  width: 100%;
  height: 100%;
}

.g-header .wp-block-site-logo a img {
  display: block;
  width: 100%;
  margin-inline: auto;
  height: fit-content;
}



/* nav-links
************************************************/
.nav-links {
  position: relative;
}

.nav-link {
  position: relative;
}

@media all and (min-width: 1024px) {
  .nav-links .nav-link {
    color: var(--wp--preset--color--inverted-foreground);
  }
}

.nav-link a {
  color: var(--wp--preset--color--foreground);
  text-decoration: none;
}

.nav-links > li,
.nav-links > li a {
  font-size: 15px;
}

.nav-links .wp-block-button__link {
  width: 100%;
}

.nav-link .wp-block-button__link {
  color: var(--wp--preset--color--foreground);
}

@media (min-width: 1024px) {
  .nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: calc(40 / 1920 * 100vw);
  }

  .nav-links > li,
  .nav-links > li a {
    font-size: clamp(12px, calc(12px + 12 * ((100vw - 375px) / 905)), 16px);
    color: var(--wp--preset--color--foreground-inverted);
  }
}

@media (min-width: 1024px) and (max-width: 1250px) {
  .nav-links {
    width: 70%;
  }

  .wp-block-button.nav-link .wp-block-button__link {
    padding-right: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing--40);
  }
}

@media (hover: hover) {
  /* .nav-links > li.nav-link a {
    transition: all 0.3s ease;
  }

  .nav-links > li.nav-link a:hover {
    color: var(--wp--preset--color--primary);
  } */
}

.wp-block-button__link {
  font-size: 14px;
  padding-right: var(--wp--preset--spacing--70);
  padding-left: var(--wp--preset--spacing--70);
  line-height: 2;
}

.nav-link .wp-block-button__link {
  font-size: clamp(14px, calc(14px + 14 * ((100vw - 375px) / 905)), 16px);
  width: 100%;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding: 10% 5.333%;
  justify-content: center;
  height: 100vh;
}

.nav-links.wp-block-navigation {
  justify-content: center;
}

.wp-block-navigation-item__content {
  display: block;
  width: 100%;
}

.is-menu-open .g-nav__cta .wp-block-button__link {
  display: block;
}

.is-menu-open .wp-block-navigation__container,
.is-menu-open .wp-block-navigation-item {
  width: 100%;
}

.wp-block-navigation__responsive-container-open svg {
  fill: var(--wp--preset--color--inverted-foreground);
}

.wp-block-navigation__responsive-container-open:hover svg {
  fill: var(--wp--preset--color--foreground);
}


/**************************************************************
* その他の要素
**************************************************************/

/* hamburger-*
************************************************/
.hamburger-block {
  position: fixed;
  top: 8vw;
  right: 10.333%;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  display: block;
  color: var(--wp--preset--color--foreground);
}

@media (max-width: 1023px) {
  .hamburger-btn {
    position: absolute;
    right: 5.333%;
  }
}

/* hamburger-block
************************************************/
@media all and (min-width: 1024px) {
  .hamburger-block {
    display: none;
  }
}

/* hamburger-btn
************************************************/
.hamburger-btn {
  all: unset;
  display: revert;
}

.hamburger-btn {
  position: absolute;
  top: 8vw;
  z-index: 9999;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  cursor: pointer;
  color: var(--wp--preset--color--primary);
}

.hamburger-btn>span {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: var(--wp--preset--color--inverted-foreground);
}

.hamburger-btn>span:nth-child(1) {
  transform: translateY(-8px);
}

.hamburger-btn>span:nth-child(2) {
  transform: translateY(8px);
  transform-origin: 0 0;
}

@media all and (max-width: 1023px) {
  .hamburger-btn {
    position: fixed;
    right: 10.333%;
  }

  .g-nav {
    position: fixed;
  }
}

@media all and (min-width: 1024px) {
  .hamburger-btn {
    display: none;
  }
}

/* hovers / states */
.hamburger-btn>span:nth-child(1),
.hamburger-btn>span:nth-child(2) {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger-btn>span:nth-child(3) {
  transition: all 0.2s ease-out;
  transition-delay: 0.125s;
}

@media (hover: hover) {
  .hamburger-btn {
    transition: color 0.3s;
  }

  .hamburger-btn:hover span {
    color: var(--wp--preset--color--foreground);
  }

  html[class*="ui-state-nav-opened"] .hamburger-btn>span {
    background: var(--wp--preset--color--foreground);
  }

  .hamburger-btn:hover>i:before,
  .hamburger-btn:hover>i:after {
    transform: translateY(0) scaleX(1);
    filter: blur(0.5px);
  }
}

/* states */
html[class*="ui-state-nav-opened"] .hamburger-btn>span:nth-child(1) {
  transform-origin: center;
  transform: translateY(0) rotateZ(-135deg) scaleX(0.75);
  filter: blur(0);
}

html[class*="ui-state-nav-opened"] .hamburger-btn>span:nth-child(2) {
  transform-origin: center;
  transform: translateY(0) rotateZ(135deg) scaleX(0.75);
  filter: blur(0);
}

html[class*="ui-state-nav-opened"] .hamburger-btn>span:nth-child(3) {
  transform-origin: center;
  transform: scaleX(0);
  filter: blur(0);
}

/* g-nav
************************************************/
.g-nav {
  position: relative;
}

@media all and (min-width: 1024px) {
  .g-nav {
    display: flex;
    justify-content: flex-end;
    gap: min(2.5vw, 40px);
  }
}

.g-nav__cta {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .g-nav__cta {
    width: auto;
  }
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: block;
  }
}

@media (min-width: 1024px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}

@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}

@media (min-width: 1024px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
  }
}

@media (max-width: 1023px) {
  .g-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
    background-color: var(--wp--preset--color--background);
    transform: translateY(-110%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-sizing: border-box;
    padding: 0 5.333%;
  }
}

@media (max-width: 1023px) {
  html[class*="ui-state-nav-opened"] .g-nav {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: all;
  }
}

@media not (prefers-reduced-motion) {
  .g-nav.is-menu-open {
    animation: none;
    animation-fill-mode: none;
  }
}

@media (max-width: 1023px) {
  .nav-links {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    gap: 0px;
    width: 100%;
    height: 38%;
    text-align: center;
  }
}

.wp-block-navigation__responsive-container-open {
  position: fixed;
  top: 8vw;
  right: 10.333%;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  display: block;
  color: var(--wp--preset--color--foreground-inverted);
}

.wp-block-navigation__responsive-container-close {
  top: 8vw;
  right: 10.333%;
}

.wp-block-button {
  position: relative;
}

.wp-block-button__link {
  box-shadow: 1px 1px 0 var(--wp--preset--color--primary, #f2c318),
              -1px -1px 0 var(--wp--preset--color--primary, #f2c318);
}

@media (min-width: 1024px) {
  .wp-block-button::before {
    /* content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--wp--preset--color--foreground, #000000); */
  }
}

@media (hover: hover) {
  /* .wp-block-button,
  .wp-block-button__link {
    filter: brightness(1.2);
  } */

  /* .wp-block-button::before {
    transition: transform 0.15s ease-in-out;
  }

  .wp-block-button__link {
    z-index: 1;
  }

  .wp-block-button:hover::before {
    transform: translateX(-4px) translateY(4px);
  }

  .wp-block-button:hover > .wp-block-button__link {
    transform: translateX(4px) translateY(-4px);
  }

  .wp-block-button[class*="--backward"]:hover .wp-block-button__link {
    color: var(--wp--preset--color--secondary-background);
  } */
}

/* g-footer
************************************************/
.g-footer {
  position: relative;
  padding-top: clamp(50px, 3.125rem + ((1vw - 3.75px) * 11.05), 150px);
  padding-bottom: clamp(50px, 3.125rem + ((1vw - 3.75px) * 11.05), 150px);
  padding-left: 5.333%;
  padding-right: 5.333%;
  background-color: var(--wp--preset--color--secondary-background);
}

.g-footer .wp-block-site-logo a img {
  display: block;
  width: 100%;
  margin: auto;
}

.g-footer .wp-block-site-logo img {
  filter: invert(1);
}

.footer-info {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  margin-top: 14px;
}

@media (min-width: 1024px) {
  .footer-info {
    margin-top: 0;
    margin-inline: 0;
    max-width: none;
  }
}

.footer-info>li {
  font-size: 14px;
}

.footer-nav li a:hover {
  color: var(--wp--preset--color--primary);
}

.footer-nav {
  max-width: 30rem;
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: clamp(14px, 0.875rem + ((1vw - 3.75px) * 5.08), 60px);
  row-gap: clamp(14px, 0.875rem + ((1vw - 3.75px) * 1.215), 25px);
  margin-top: 28px;
}

@media (min-width: 1024px) {
  .footer-nav {
    margin-top: 0;
    max-width: 23rem;
    width: 100%;
    margin-inline: auto;
  }
}

.footer-nav li {
  line-height: 2;
}

@media (min-width: 1024px) {
  .g-footer__content {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.g-footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* footer(snsアイコン) */
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
  color: var(--foreground);
  fill: var(--foreground)
}

.g-footer__inner .wp-block-social-links .wp-block-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  transition: transform .1s ease
}

.wp-block-social-link:hover {
  transform: scale(1.1)
}

.g-footer .wp-block-social-links {
  display: flex;
  gap: calc(20/16 * 1rem);
  justify-content: center;
  flex-wrap: nowrap;
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

@media (min-width: 1024px) {
  .g-footer .wp-block-social-links {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

.g-footer .wp-social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(42px, calc(42px + 6 * ((100vw - 375px) / 905)), 48px);
  height: clamp(42px, calc(42px + 6 * ((100vw - 375px) / 905)), 48px);
  border-radius: 50%;
  border: 1px solid var(--wp--preset--color--foreground)
}

/* copyright */
.copyright {
  font-weight: bold;
  text-align: center;
  margin-top: auto;
}

@media all and (min-width: 1024px) {
  .copyright {
    text-align: right;
  }
}

.footer-info__tel {
  margin-top: 5px;
}

.footer-info__location .svg-icon {
  display: block;
  width: 22px;
  margin-right: clamp(14px, 1.2vw + 0.5px, 16px);
}

.footer-info__tel .svg-icon {
  display: block;
  width: 22px;
  margin-right: clamp(14px, 1.2vw + 0.5px, 16px);
}

.g-footer__inner {
  color: var(--wp--preset--color--foreground);
}

.g-footer .wp-block-site-logo {
  margin: auto;
}

.footer-info {
  margin-top: clamp(20px, 1.25rem + ((1vw - 3.75px) * 4.42), 60px);
}

.footer-info > li {
  display: flex;
  align-items: flex-start;
}

@media all and (min-width: 1024px) {
  .g-footer__wrapper {
    display: flex;
    gap: 2%;
  }

  .g-footer .wp-block-site-logo {
    margin: 0;
  }

  .footer-info > li {
    font-size: 0.875rem;
  }

  .g-footer .wp-block-social-links {
    justify-content: end;
  }
}


/**************************************************************
* MV
**************************************************************/

.mv {
  position: relative;
  height: 100vh;
}

.mv__inner {
  z-index: 99;
  padding-left: 5%;
  padding-right: 5%;
}

.mv .is-layout-constrained {
  padding-left: 0;
  padding-right: 0;
}

.mv__inner .wp-block-heading {
  line-height: 2;
  text-decoration: underline;
  text-underline-offset: 20px;
  text-decoration-thickness: 3px;
}

.mv__inner h1.wp-block-heading {
  font-size: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 905)), 56px);
  font-style: normal;
  font-weight: 700;
  letter-spacing: 10px;
  text-transform: uppercase;
  color: var(--mv-text-color, #ffffff);
}

.mv__inner .wp-block-cover__inner-container p {
  font-size: clamp(14px, calc(14px + 14 * ((100vw - 375px) / 905)), 18px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--mv-text-color, #ffffff);
}


@media all and (max-width: 1023px) {
  .mv__inner .wp-block-heading {
    line-height: 2.6 !important;
  }
}

@media all and (min-width: 1024px) {
  .mv__inner {
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }
}

/* scrolldown-indicator
************************************************/
.scrolldown-indicator {
  position: absolute;
  bottom: 2.5%;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(160/1023 * 100vw);
  height: calc(160/1023 * 100vw);
  margin: auto;
}

.scrolldown-indicator::before,
.scrolldown-indicator::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.scrolldown-indicator::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/themes-imagery/yadori/scrolldown_outer_block_bg.svg);
}

.scrolldown-indicator::after {
  display: block;
  width: calc(32/1920 * 100vw);
  height: calc(32/1920 * 100vw);
  background-image: url(/themes-imagery/yadori/scrolldown_arrow_bg.svg);
}

/* animations */
.scrolldown-indicator::before {
  animation: scrolldown-indicator-fx 10s linear infinite;
}

@media all and (min-width: 1024px) {
  .scrolldown-indicator {
    bottom: 6.25%;
    width: calc(120/1920 * 100vw);
    height: calc(120/1920 * 100vw);
  }
}

@keyframes scrolldown-indicator-fx {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg)
  }
}


/**************************************************************
* コンセプト（Concept）
**************************************************************/

.concept {
  max-width: 1920px;
  margin-inline: auto;
  position: relative;
  padding-top: 20vw;
  padding-bottom: 14vw;
}

.concept__body {
  position: relative;
  padding-left: 10%;
}

@media all and (max-width: 1023px) {
  .concept {
    overflow-x: hidden;
  }
}

@media all and (min-width: 1024px) {
  .concept {
    padding-top: clamp(20px, calc((100vw - 375px) * 0.19 + 20px), 192px);
    padding-bottom: clamp(52.5px, calc((100vw - 375px) * 0.238 + 52.5px), 268px);
  }

  .concept__body {
    padding-left: clamp(192px, calc(192px + 168 * ((100vw - 1024px) / 896)), 360px);
  }
}

/* concept-visual-*
************************************************/
.concept-visual-1,
.concept-visual-2,
.concept-visual-3,
.editor-styles-wrapper .concept-visual-1,
.editor-styles-wrapper .concept-visual-2,
.editor-styles-wrapper .concept-visual-3 {
  position: absolute;
}

.concept-visual-1 {
  top: 0;
  right: 5%;
  width: 28%;
}

.concept-visual-2 {
  display: table;
  left: 0;
  width: 28%;
  margin: auto;
}

.concept-visual-3 {
  bottom: -12vw;
  left: 0;
  right: 0;
  width: 38%;
  margin-left: auto;
  margin-right: auto;
  transform: translateX(25%);
}

.concept-visual-1>img,
.concept-visual-2>img,
.concept-visual-3>img {
  width: 100%;
}

@media all and (max-width: 1023px) {
  .concept-visual-1 {
    transform: translateY(-20px);
  }

  .concept-visual-2 {
    bottom: 2rem;
    transform: translateX(-30%);
  }
}

@media all and (min-width: 1024px) {
  .concept-visual-1 {
    top: -10%;
  }

  .concept-visual-2 {
    top: 0;
    left: -15%;
    bottom: 0;
  }
}


/* concept-contents
************************************************/
.concept-contents {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
  padding-top: 38vw;
  padding-bottom: 38vw;
  padding-right: 5vw;
  padding-left: 7vw;
  background-image: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 28%, var(--wp--preset--color--gradient-color-2) 100%);
}

.concept-contents__inner>p {
  margin-top: clamp(47px, calc((100vw - 375px) * 0.0077 + 47px), 54px);
  text-align: justify;
}

.concept-contents .wp-block-heading {
  position: relative;
  left: 10%;
  font-size: clamp(15px, calc(15px + 15 * ((100vw - 375px) / 905)), 30px);
  display: inline-block;
  text-align: left;
}

body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading {
  font-size: clamp(23px, calc(23px + 23 * ((100vw - 375px) / 905)), 56px);
}

body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::before,
body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::after {
  position: absolute;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif;
  font-size: 12vw;
  font-weight: 500;
  line-height: 0;
}

body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::before {
  content: "“";
  top: 0;
  left: 0;
  transform: translateX(-120%);
}

body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::after {
  content: "”";
  bottom: -15%;
  right: 0;
  transform: translateX(100%) translateY(50%);
}

@media all and (max-width: 1023px) {
  .concept-contents .wp-block-heading {
    line-height: 1.5;
  }
}

@media all and (min-width: 1024px) {
  .concept-contents {
    padding-top: clamp(132px, calc(132px + 118 * ((100vw - 1024px) / 896)), 250px);
    padding-right: clamp(266px, calc(266px + 234 * ((100vw - 1024px) / 896)), 500px);
    padding-bottom: clamp(132px, calc(132px + 118 * ((100vw - 1024px) / 896)), 250px);
    padding-left: clamp(205px, calc(205px + 179 * ((100vw - 1024px) / 896)), 384px);
  }

  .concept-contents__inner {
    transform: translateX(-10%);
  }

  .concept-contents .wp-block-heading {
    left: 0;
    line-height: 2;
  }

  body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::before,
  body:not(.editor-styles-wrapper) .concept-contents .wp-block-heading::after {
    font-size: 6vw;
  }
}


/**************************************************************
* やどりのこだわり （Our Pride）
**************************************************************/

.pride {
  position: relative;
  padding-top: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 905)), 200px);
  padding-bottom: clamp(100px, calc(100px + 100 * ((100vw - 375px) / 905)), 200px);
}

.pride .is-layout-constrained {
  padding-left: 0;
  padding-right: 0;
}

@media all and (min-width: 1024px) {

  .pride .wp-headline {
    text-align: center;
  }
}

/* pride-points
************************************************/
.pride-points {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  display: grid;
  gap: clamp(56px, calc(56px + 144 * ((100vw - 375px) / 905)), 200px);
  padding-bottom: clamp(84px, calc(84px + 116 * ((100vw - 375px) / 905)), 200px);
  counter-reset: pride-point-counter;
}

/* pride-point
************************************************/
.pride-point {
  width: 100%;
  counter-increment: pride-point-counter;
}

.pride-point__content-block {
  padding-top: clamp(30px, calc(30px + 120 * ((100vw - 375px) / 905)), 150px);
  padding-bottom: clamp(30px, calc(30px + 120 * ((100vw - 375px) / 905)), 150px);
  background-color: var(--wp--preset--color--secondary-background);
}

.pride-point__content-block .wp-block-heading {
  margin-bottom: clamp(17.5px, calc(17.5px + 2.5 * ((100vw - 375px) / 905)), 20px);
  font-size: clamp(16px, calc(16px + 16 * ((100vw - 375px) / 905)), 32px);
}


.pride-point__fig-block {
  position: relative;
}

.pride-point__fig-block>.wp-block-group,
.pride-point__fig-block>.wp-block-group>.wp-block-cover {
  height: 100%;
}

.pride-point-content>h3::before {
  content: '―　Point' counter(pride-point-counter, decimal-leading-zero);
  display: block;
  font-family: var(--wp--preset--font-family--alphabetic-font);
  font-size: 18px;
}


@media all and (max-width: 1023px) {
  @media (max-width: 1023px) {
    .pride-point__content-block {
      padding-left: clamp(30px, calc(30px + 120 * ((100vw - 375px) / 905)), 150px);
      padding-right: clamp(30px, calc(30px + 120 * ((100vw - 375px) / 905)), 150px);
    }
  }

  .pride-point__fig-block {
    min-height: 240px;
  }

  .pride-point__fig-block>div {
    width: 100%;
    height: 100%;
  }
}


@media all and (min-width: 1024px) {
  .pride-point {
    display: flex;
    flex-wrap: nowrap;
    align-items: normal;
    box-sizing: border-box;
  }

  .pride-point:nth-child(even) {
    flex-direction: row-reverse;
  }

  .pride-point__content-block {
    width: 50%;
    /* // MEMO: 管理画面に必要（表側で影響が出れば、".editor-styles-wrapper"で調整する）*/
    padding-top: clamp(80px, calc(80px + 80 * ((100vw - 1024px) / 896)), 150px);
    padding-bottom: clamp(80px, calc(80px + 80 * ((100vw - 1024px) / 896)), 150px);
  }

  body:not(.editor-styles-wrapper) .pride-point__content-block {
    min-height: 600px;
    flex-basis: 0;
    flex-grow: 1;
  }

  .pride-point:nth-child(odd) .pride-point-content {
    padding-left: calc(360/1920 * 100%);
    padding-right: 26%;
  }

  .pride-point:nth-child(even) .pride-point-content {
    padding-left: 26%;
    padding-right: calc(360/1920 * 100%);
  }

  .pride-point:nth-child(odd) .pride-point__fig-block {
    right: 100px;
  }

  .pride-point:nth-child(even) .pride-point__fig-block {
    left: 100px;
  }

  .pride-point-content>h3 {
    letter-spacing: 0.1em;
  }

  .pride-point-content>h3::before {
    letter-spacing: 0;
  }

  .pride-point__fig-block {
    display: grid;
    top: 5rem;
    width: 50%;
    /* flex-basis: 0; // MEMO: 管理画面側で崩れが発生するため、一旦コメントアウト */
    /* flex-grow: 1; // MEMO: 管理画面側で崩れが発生するため、一旦コメントアウト　*/
  }

  .pride-point__fig-block>div {
    position: relative;
  }
}

/* pride-aside
************************************************/
.pride-aside {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

.pride-aside .wp-block-heading {
  font-size: clamp(24px, calc(24px + 24 * ((100vw - 375px) / 905)), 56px);
  margin-bottom: clamp(12px, calc(12px + 48 * ((100vw - 375px) / 905)), 60px);
  color: var(--wp--preset--color--foreground);
}

.pride-aside .wp-block-cover__inner-container p {
  color: var(--wp--preset--color--foreground);
}

@media all and (max-width: 1023px) {

  .pride-aside .wp-block-cover {
    min-height: 60vh !important;
  }

  .pride-aside .wp-block-heading {
    line-height: 1.5;
  }

  .pride-aside .wp-block-cover__inner-container {
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

@media all and (min-width: 1024px) {
  .pride-aside {
    padding-left: calc(360 / 1920 * 100%);
  }

  .pride-aside .wp-block-heading {
    position: relative;
    line-height: 1.57;
    letter-spacing: 0.1em;
  }

  body:not(.editor-styles-wrapper) .pride-aside .wp-block-heading::after {
    content: "";
    display: block;
    width: 2.5rem;
    height: 1px;
    margin-top: 3.5rem;
    background-color: var(--wp--preset--color--primary);
  }

  .pride-aside .wp-block-cover__inner-container {
    max-width: 80%;
    margin-right: auto;
  }

  .pride-aside .wp-block-cover {
    min-height: auto;
  }
}

.pride-aside .wp-block-cover,
.pride-aside .wp-block-cover-image {
  overflow: visible;
}

/* animations */
/* .pride-point .pride-point-content>h3,
.pride-point .pride-point-content>p {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.6s ease 0s,
              opacity 1.6s ease 0s;
} */

/* .pride-point .pride-point-content>p {
  transition-delay: 0.5s;
} */

/* .pride-point.is-animating .pride-point-content>h3,
.pride-point.is-animating .pride-point-content>p {
  opacity: 1;
  transform: translateY(0);
} */

.pride-point .pride-point__fig-block .wp-block-cover {
  overflow: hidden;
  pointer-events: none;
}

.pride-point .pride-point__fig-block .wp-block-cover__background {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  background: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 28%, var(--wp--preset--color--gradient-color-2) 100%);
}

.pride-point .pride-point__fig-block .wp-block-cover__image-background {
  opacity: 0;
}

.pride-point.is-animating .pride-point__fig-block .wp-block-cover__background {
  animation: transient-bg-cover-fx 1.5s ease-in-out forwards;
}

.pride-point.is-animating .pride-point__fig-block .wp-block-cover__image-background {
  opacity: 1;
  transition-delay: 0.75s;
}

.pride-aside {
  overflow: hidden;
}

/* .pride-aside .wp-block-cover__inner-container .wp-block-heading,
.pride-aside .wp-block-cover__inner-container p {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.6s ease 0s,
              opacity 1.6s ease 0s;
} */

.pride-aside .wp-block-cover__inner-container p {
  transition-delay: 0.5s;
  margin-top: 0;
}

.pride-aside.is-inview .wp-block-cover__inner-container .wp-block-heading,
.pride-aside.is-inview p {
  opacity: 1;
  transform: translateY(0);
}

.pride-aside .wp-block-cover__background {
  transform: scaleX(0);
  transform-origin: 0% 50%;
  background: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 28%, var(--wp--preset--color--gradient-color-2) 100%);
}

/*.pride-aside .wp-block-cover__image-background {
  pointer-events: none;
  opacity: 0;
}　*/

.pride-aside.is-inview .wp-block-cover__background {
  animation: transient-bg-cover-fx 1.5s ease-in-out forwards;
}

.pride-aside.is-inview .wp-block-cover__image-background {
  opacity: 1;
  transition-delay: 0.75s;
}

@media all and (min-width: 1024px) {
  .pride-aside .wp-block-cover__inner-container {
    transform: translateX(-40%);
  }
}


/**************************************************************
* おすすめメニュー（Recommend Memu）
**************************************************************/

.menu {
  margin-bottom: clamp(80px, calc(80px + 10 * ((100vw - 375px) / 905)), 90px);
  padding-top: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 120px);
  padding-bottom: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 120px);
}

@media all and (min-width: 1024px) {
  .menu .wp-headline {
    text-align: center;
  }
}

/* featured-menu-list
************************************************/
.featured-menu-list {
  box-sizing: border-box;
  display: grid;
  gap: clamp(70px, calc(34.29vw - 83.1px), 130px);
  align-items: normal;
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
  position: relative;
  padding-top: 2.5rem;
  padding-left: 5.8vw;
  padding-right: 5.8vw;
  background: none;
  counter-reset: featured-menu-item-counter;
}

.featured-menu-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  margin: auto;
  padding-bottom: 1.875rem;
  background: var(--wp--preset--color--secondary-background);
  transform: translate(-50%, 5.625rem);
}

.featured-menu-list li {
  position: relative;
  max-width: 550px;
  width: 100%;
  margin-inline: auto;
  counter-increment: featured-menu-item-counter;
}

@media all and (min-width: 1024px) {
  .featured-menu-list {
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(42px, calc(42px + (100vw - 1024px) * 0.0424), 80px);
  }

  .featured-menu-list li {
    flex-basis: 0;
    flex-grow: 1;
  }
}

/* menu-item
************************************************/
.menu-item {
  position: relative;
}

body:not(.editor-styles-wrapper) .menu-item__counter {
  position: absolute;
  top: 0;
  z-index: 99;
  line-height: 1;
}

body:not(.editor-styles-wrapper) .menu-item__counter::before,
body:not(.editor-styles-wrapper) .menu-item__counter::after {
  font-family: var(--wp--preset--font-family--alphabetic-font);
  color: var(--wp--preset--color--primary);
}

body:not(.editor-styles-wrapper) .menu-item__counter::before {
  content: "#";
  position: relative;
  top: 0.5rem;
  font-size: clamp(12px, calc(12px + 12 * ((100vw - 375px) / 905)), 32px);
  font-weight: normal;
  vertical-align: top;
}

body:not(.editor-styles-wrapper) .menu-item__counter::after {
  content: counter(featured-menu-item-counter, decimal-leading-zero);
  font-size: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 905)), 60px);
}

.menu-item__fig {
  margin-bottom: 1.75rem;
}

.menu-item__data {
  position: relative;
}

.menu-item__data>.wp-block-heading {
  position: relative;
  margin-bottom: clamp(17.5px, calc(17.5px + 2.5 * ((100vw - 375px) / 905)), 20px);
  text-align: center;
  font-size: clamp(16px, calc(16px + 16 * ((100vw - 375px) / 905)), 18px);
  letter-spacing: 0.1em;
}

body:not(.editor-styles-wrapper) .menu-item__data > .wp-block-heading::after {
  content: "";
  width: 2.5rem;
  height: 1px;
  display: block;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: currentColor;
}

@media all and (min-width: 1024px) {
  .menu-item__counter {
    right: 0;
    transform: translateX(45%) translateY(-50%);
  }

  .menu-item__counter::before {
    font-size: clamp(17px, calc(17px + 17 * ((100vw - 375px) / 905)), 32px);
  }

  .menu-item__counter::after {
    font-size: clamp(42px, calc(42px + 42 * ((100vw - 375px) / 905)), 80px);
  }
}

/* animations */
/* 
.menu-item .menu-item__data>.wp-block-heading,
.menu-item .menu-item__data>p {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.6s ease 0s,
              opacity 1.6s ease 0s;
} */

.menu-item .menu-item__data > p {
  transition-delay: 0.5s;
}

.menu-item.is-animating .menu-item__data > .wp-block-heading,
.menu-item.is-animating .menu-item__data>p {
  opacity: 1;
  transform: translateY(0);
}

.menu-item .menu-item__fig {
  position: relative;
  overflow: hidden;
}

.menu-item .menu-item__fig::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  transform-origin: 0% 50%;
  background: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 28%, var(--wp--preset--color--gradient-color-2) 100%);
}

.menu-item .menu-item__fig > img {
  position: relative;
  z-index: 1;
  opacity: 0;
}

.menu-item.is-animating .menu-item__fig::before {
  animation: transient-bg-cover-fx 1.5s ease-in-out forwards;
}

.menu-item.is-animating .menu-item__fig>img {
  opacity: 1;
  transition-delay: 0.75s;
}


/**************************************************************
* グランドメニュー（Grand Menu）
**************************************************************/

.grand-menu {
  position: relative;
  padding-top: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 120px);
  padding-bottom: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 120px);
}

.grand-menu__guts {
  max-width: 1920px;
  width: 100%;
  margin-inline: auto;
}

.grand-menu__guts>ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 5rem;
}

.grand-menu__guts>ul>li {
  max-width: 550px;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .grand-menu .wp-headline {
    text-align: center;
  }

  .grand-menu__guts {
    display: grid;
    justify-content: center;
  }

  .grand-menu__guts>ul {
    display: flex;
    flex-wrap: nowrap;
  }

  .grand-menu__guts ul>li {
    flex-basis: inherit;
    flex-grow: 1;
    max-width: none;
    width: auto;
  }
}

/* grand-menu-data-block
************************************************/
.grand-menu-data-block {
  padding-left: clamp(21.75px, calc(21.75px + 58.25 * ((100vw - 375px) / 905)), 80px);
  padding-right: clamp(21.75px, calc(21.75px + 58.25 * ((100vw - 375px) / 905)), 80px);
}

.grand-menu-data-block .wp-block-heading {
  position: relative;
  text-align: center;
  margin-bottom: 3.125rem;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

body:not(.editor-styles-wrapper) .grand-menu-data-block .wp-block-heading::after {
  content: "● ● ●";
  display: block;
  margin-top: 0.75rem;
  font-size: 10px;
  color: var(--wp--preset--color--primary);
}

@media all and (min-width: 1024px) {
  .grand-menu-data-block {
    padding-left: clamp(42px, calc(3.571vw + 5.428px), 80px);
    padding-right: clamp(42px, calc(3.571vw + 5.428px), 80px);
  }

  .grand-menu__guts>ul>li:not(:last-child) .grand-menu-data-block {
    border-right: 1px dashed var(--wp--preset--color--primary);
  }

  .grand-menu-data-block .wp-block-heading {
    font-size: clamp(16px, calc(16px + 16 * ((100vw - 375px) / 905)), 24px);
    margin-bottom: clamp(30px, calc(2.083vw + 9px), 50px);
  }
}

/* menu-price-list
************************************************/
.menu-price-list {
  position: relative;
}

.menu-price-list>li {
  display: flow-root;
}

.menu-price-list>li+li {
  margin-top: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 905)), 20px);
}

.menu-price-list>li span {
  float: right;
  margin-left: clamp(14px, calc(14px + 114 * ((100vw - 375px) / 905)), 128px);
}

@media all and (min-width: 1024px) {
  .menu-price-list>li {
    font-size: clamp(12px, calc(12px + 12 * ((100vw - 375px) / 905)), 16px);
  }

  .menu-price-list>li span {
    font-size: clamp(12px, calc(12px + 12 * ((100vw - 375px) / 905)), 16px);
    margin-left: clamp(64px, calc(6.696vw - 4.571px), 128px);
  }
}


/**************************************************************
* INSTAGRAM
**************************************************************/

.instagram {
  padding-top: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 200px);
  padding-bottom: clamp(60px, calc(60px + 60 * ((100vw - 375px) / 905)), 200px);
}

.instagram__body {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 20% 80%;
  padding-left: 5.8vw;
}

.instagram__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  display: block;
  width: 80%;
  height: 100%;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 28%, var(--wp--preset--color--gradient-color-2) 100%);
}

.instagram-header {
  position: relative;
  font-family: var(--wp--preset--font-family--alphabetic-font);
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 905)), 60px);
}

.instagram-header>.wp-block-heading {
  font-size: clamp(24px, calc(24px + 24 * ((100vw - 375px) / 905)), 48px);
}

@media all and (max-width: 1023px) {
  .instagram-header {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  body:not(.editor-styles-wrapper) .instagram__body {
    grid-template-columns: 1fr calc(1560 / 1920 * 100%);
  }

  body:not(.editor-styles-wrapper) .instagram__body::before {
    width: 70%;
  }
}

@media all and (max-width: 1023px) {
  .instagram-header {
    position: relative;
    display: flex;
    gap: 1rem;
    width: 32px;
    padding-top: 3.75rem;
    margin-bottom: clamp(24px, calc(24px + 24 * ((100vw - 375px) / 905)), 60px);
    line-height: 1.2;
    writing-mode: vertical-lr;
  }

  .instagram-header > .wp-block-heading {
    font-size: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 905)), 70px);
  }

  .instagram-header > .wp-block-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 6rem;
    margin: auto;
    background-color: #000000;
    transform: translateY(-55%);
  }

  .instagram-header .instagram-icn {
    width: 30px;
  }
}

@media all and (min-width: 1024px) {
  .instagram-header {
    position: relative;
    display: flex;
    gap: 1rem;
    width: 75px;
    padding-top: 3.75rem;
    margin-bottom: clamp(24px, calc(24px + 24 * ((100vw - 375px) / 905)), 60px);
    line-height: 1.2;
    writing-mode: vertical-lr;
  }

  .instagram-header > .wp-block-heading {
    font-size: clamp(30px, calc(30px + 30 * ((100vw - 375px) / 905)), 70px);
  }

  .instagram-header > .wp-block-heading::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 8rem;
    margin: auto;
    background-color: #000000;
    transform: translateY(-65%);
  }
}

/* instagram-cta */
.instagram-cta {
  position: absolute;
  bottom: 0;
  right: 5%;
  z-index: 10;
  margin-top: 1rem;
}

.instagram-cta .wp-block-button__link {
  width: 100%;
}

@media all and (min-width: 1024px) {
  .instagram-cta .wp-block-button {
    min-width: 300px;
  }
}


/* instagram-gallery
********************************/

/* tiles型 */
.instagram-gallery[data-type="tiles"] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 180px; /* magic number to fix layout issue with above grid layout */
}

.instagram-gallery[data-type="tiles"] {
  .instagram-gallery__item {
    flex: 0 0 50%;
    transition: opacity 0.3s ease;
  }

  .instagram-gallery__item:nth-child(1) {
    order: 2;
  }

  .instagram-gallery__item:nth-child(2) {
    order: 3;
  }

  .instagram-gallery__item:last-child {
    order: 1;
  }

  .instagram-gallery__item:nth-child(3) {
    order: 4;
  }

  .instagram-gallery__item:nth-child(4) {
    order: 5;
  }

  .instagram-gallery__item:nth-child(5) {
    order: 6;
  }

  .instagram-gallery__item:nth-child(6) {
    order: 7;
  }

  .instagram-gallery__item:nth-child(7) {
    order: 8;
  }

  .instagram-gallery__item:nth-child(8) {
    order: 9;
  }

  .instagram-gallery__item:nth-child(9) {
    order: 10;
  }

  .instagram-gallery__item>a img {
    aspect-ratio: 1 / 1;
  }

  .instagram-gallery__item[class*="--cover-item"] {
    overflow: hidden;
    pointer-events: none;
  }

  .instagram-gallery__item[class*="--cover-item"] a {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background: var(--wp--preset--color--primary);
  }

  .instagram-gallery__item[class*="--cover-item"] a::before,
  .instagram-gallery__item[class*="--cover-item"] a::after {
    content: "";
    position: relative;
    display: block;
  }

  .instagram-gallery__item[class*="--cover-item"] a::before {
    content: "Instagram";
    margin-bottom: calc(5/16 * 1rem);
    font-family: var(--wp--preset--font-family--alphabetic-font);
    font-size: 112.5%;
    font-weight: bold;
    color: #ffffff;
  }

  .instagram-gallery__item[class*="--cover-item"] a::after {
    width: calc(30/16 * 1rem);
    height: calc(30/16 * 1rem);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyBpZD0iQXBwbGUiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6dXJsKCNOZXBvam1lbm92YW7DvV9wxZllY2hvZF8yNyk7fS5jbHMtMntmaWxsOiNmZmY7fTwvc3R5bGU+PGxpbmVhckdyYWRpZW50IGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBpZD0iTmVwb2ptZW5vdmFuw71fcMWZZWNob2RfMjciIHgxPSIzMjguMjciIHgyPSIxODMuNzMiIHkxPSI1MDguMDUiIHkyPSIzLjk1Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiNmZmRiNzMiLz48c3RvcCBvZmZzZXQ9IjAuMDgiIHN0b3AtY29sb3I9IiNmZGFkNGUiLz48c3RvcCBvZmZzZXQ9IjAuMTUiIHN0b3AtY29sb3I9IiNmYjgzMmUiLz48c3RvcCBvZmZzZXQ9IjAuMTkiIHN0b3AtY29sb3I9IiNmYTczMjEiLz48c3RvcCBvZmZzZXQ9IjAuMjMiIHN0b3AtY29sb3I9IiNmNjY5MmYiLz48c3RvcCBvZmZzZXQ9IjAuMzciIHN0b3AtY29sb3I9IiNlODRhNWEiLz48c3RvcCBvZmZzZXQ9IjAuNDgiIHN0b3AtY29sb3I9IiNlMDM2NzUiLz48c3RvcCBvZmZzZXQ9IjAuNTUiIHN0b3AtY29sb3I9IiNkZDJmN2YiLz48c3RvcCBvZmZzZXQ9IjAuNjgiIHN0b3AtY29sb3I9IiNiNDNkOTciLz48c3RvcCBvZmZzZXQ9IjAuOTciIHN0b3AtY29sb3I9IiM0ZDYwZDQiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM0MjY0ZGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48dGl0bGUvPjxyZWN0IGNsYXNzPSJjbHMtMSIgaGVpZ2h0PSI0NjUuMDYiIHJ4PSIxMDcuMjMiIHJ5PSIxMDcuMjMiIHdpZHRoPSI0NjUuMDYiIHg9IjIzLjQ3IiB5PSIyMy40NyIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTMzMSwxMTUuMjJhNjYuOTIsNjYuOTIsMCwwLDEsNjYuNjUsNjYuNjVWMzMwLjEzQTY2LjkyLDY2LjkyLDAsMCwxLDMzMSwzOTYuNzhIMTgxYTY2LjkyLDY2LjkyLDAsMCwxLTY2LjY1LTY2LjY1VjE4MS44N0E2Ni45Miw2Ni45MiwwLDAsMSwxODEsMTE1LjIySDMzMW0wLTMxSDE4MWMtNTMuNzEsMC05Ny42Niw0NC05Ny42Niw5Ny42NlYzMzAuMTNjMCw1My43MSw0NCw5Ny42Niw5Ny42Niw5Ny42NkgzMzFjNTMuNzEsMCw5Ny42Ni00NCw5Ny42Ni05Ny42NlYxODEuODdjMC01My43MS00My45NS05Ny42Ni05Ny42Ni05Ny42NloiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0yNTYsMTk4LjEzQTU3Ljg3LDU3Ljg3LDAsMSwxLDE5OC4xMywyNTYsNTcuOTQsNTcuOTQsMCwwLDEsMjU2LDE5OC4xM20wLTMxQTg4Ljg3LDg4Ljg3LDAsMSwwLDM0NC44NywyNTYsODguODcsODguODcsMCwwLDAsMjU2LDE2Ny4xM1oiLz48Y2lyY2xlIGNsYXNzPSJjbHMtMiIgY3g9IjM0Ni44MSIgY3k9IjE2My4yMyIgcj0iMjEuMDciLz48L3N2Zz4=);
  }

  @media all and (max-width: 767px) {
    .instagram-gallery {
      padding-left: 5%;
      padding-right: 5%;
    }
  }

  @media all and (min-width: 768px) {
    .instagram-gallery__item {
      flex: 0 0 20%;
    }

    .instagram-gallery__item[class*="--cover-item"] a::after {
      width: calc(35/16 * 1rem);
      height: calc(35/16 * 1rem);
    }

    .instagram-gallery__item:nth-child(1) {
      order: 1;
    }

    .instagram-gallery__item:nth-child(2) {
      order: 2;
    }

    .instagram-gallery__item:last-child {
      order: 3;
    }

    .instagram-gallery__item:nth-child(3) {
      order: 4;
    }

    .instagram-gallery__item:nth-child(4) {
      order: 5;
    }

    .instagram-gallery__item:nth-child(5) {
      order: 6;
    }

    .instagram-gallery__item:nth-child(6) {
      order: 7;
    }

    .instagram-gallery__item:nth-child(7) {
      order: 8;
    }

    .instagram-gallery__item:nth-child(8) {
      order: 9;
    }

    .instagram-gallery__item:nth-child(9) {
      order: 10;
    }
  }

  /* animations */
  .instagram-gallery__item {
    opacity: 0;
  }

  /* hover */
  @media (hover: hover) {
    .instagram-gallery__item[class*="--cover-item"] a {
      transition: transform 0.3s ease-out;
      will-change: transform;
    }

    .instagram-gallery__item[class*="--cover-item"] a:hover {
      transform: scale3d(1.1, 1.1, 1);
      opacity: inherit;
    }

    .instagram-gallery__item a:hover {
      opacity: 1;
      filter: brightness(1.1);
    }
  }
}


/* carousel型 */
.instagram-gallery[data-type="carousel"] {
  --instagram-item-w: calc(100px + 1.25rem); /* 1.25rem = gap */
  --instagram-item-h: 100px;
  @media screen and (min-width: 1024px) {
    --instagram-item-w: calc(300px + 1.25rem);
    --instagram-item-h: 300px;
  }
}

.instagram-gallery[data-type="carousel"] {
  display: flex;
  align-items: center;
  width: 100%;
  height: 300px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /* background: white; */
  /* box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
}

.instagram-gallery[data-type="carousel"]::before,
.instagram-gallery[data-type="carousel"]::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 300px;
  height: 300px;
  /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%); */
}

.instagram-gallery[data-type="carousel"]::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.instagram-gallery[data-type="carousel"]::before {
  left: 0;
  top: 0;
}

.instagram-gallery[data-type="carousel"] {
  .instagram-gallery__track {
    display: flex;
    gap: 1.25rem;
    width: calc(var(--instagram-item-w, 300px) * 18);
    animation: instagram-carousel-scroll 40s linear infinite;
  }

  .instagram-gallery__item {
    width: var(--instagram-item-w, 100px);
    height: var(--instagram-item-h, 100px);
  }

  .instagram-gallery__item img {
    height: 100%;
    object-fit: cover;
  }
}

@keyframes instagram-carousel-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--instagram-item-w, 300px) * -9)); /* マイナスは左スクロールさせるため */
  }
}


/**************************************************************
* お知らせ（News）
**************************************************************/

.news {
  position: relative;
  padding-top: calc(120/28 * 1rem);
  padding-bottom: calc(200/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .news {
    padding-top: calc(120/16 * 1rem);
    padding-bottom: calc(200/16 * 1rem);
  }

  .news .wp-headline {
    text-align: center;
  }
}

.news-list {
  position: relative;
}

.news-item {
  display: grid;
  gap: 5%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.news-list li:not(:last-child) .news-item {
  border-bottom: 1px dashed var(--wp--preset--color--primary);
}

@media all and (max-width: 1023px) {
  .news-list {
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }
}

@media all and (min-width: 1024px) {
  .news-list {
    max-width: 58rem;
    margin: auto;
  }

  .news-item {
    grid-template-columns: 15% 1fr;
  }

  .news-item>dd {
    padding-right: 15%;
  }
}


/**************************************************************
* 代表挨拶（Greetings）
**************************************************************/

.greeting {
  position: relative;
}

.greeting::after {
  content: "";
  right: 0;
  content: "";
  position: absolute;
  top: calc(10.4166vw + 30px);
  z-index: -1;
  display: block;
  width: 85%;
  height: calc(100% - 10.4166vw - 30px);
  background: var(--wp--preset--color--secondary-background);
}

@media all and (min-width: 1024px) {
  .greeting::after {
    top: calc(10vw - 160px);
    height: calc(100% - 10.4166vw + 160px);
  }

  .greeting .wp-headline {
    text-align: center;
  }
}

.greeting__body {
  position: relative;
  padding-bottom: 4rem;
}

.greeting__guts {
  position: relative;
  padding-top: 5rem;
}

.greeting__guts>p {
  width: 72%;
  margin-left: auto;
  margin-right: inherit;
  padding-right: 5.8vw;
}

@media all and (min-width: 1024px) {
  .greeting::after {
    width: calc(100% - 350px);
  }

  .greeting .wp-block-cover {
    min-height: 80vh;
  }

  .greeting__body {
    padding-bottom: 9.375rem;
  }

  .greeting__guts>p {
    width: 52%;
    padding-right: calc(360/1920 * 100vw);
  }
}

/* greeting-cover
************************************************/
.greeting-cover {
  overflow: visible;
  max-width: 1250px;
  margin-left: 5.8vw;
}

.greeting-cover__catch {
  font-family: var(--wp--preset--font-family--alphabetic-font);
  font-size: 12vw;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--wp--preset--color--primary);
  transform: translateX(-2.5%) translateY(55%);
  background: linear-gradient(145deg, var(--wp--preset--color--gradient-color-1) 10%, var(--wp--preset--color--gradient-color-2) 60%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

:root :where(.is-layout-constrained)> :first-child {
  margin-block-start: 0;
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.greeting-cover .wp-block-cover__inner-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  padding-right: 0;
}

.greeting__body figure.wp-block-image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.greeting__body figure.wp-block-image img {
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

@media all and (max-width: 767px) {
  .greeting-cover.wp-block-cover {
    min-height: 40vh !important;
  }
}

@media all and (min-width: 1024px) {
  .greeting-cover {
    min-height: 80vh;
  }

  .greeting-cover__catch {
    font-size: 6.25vw;
    transform: translateX(-2.5%) translateY(65%);
  }
}


/**************************************************************
* よくあるご質問（Q&A）
**************************************************************/

.qa {
  position: relative;
  padding-top: calc(180/28 * 1rem);
}

@media (min-width: 1024px) {
  .qa>div {
    display: flex;
    align-items: center;
  }

  .qa>div>div {
    flex-basis: 61.25%;
    flex-grow: 0;
  }

  .qa>div>div.qa__heading-block-is-sticky {
    flex-basis: 38.75%;
    flex-grow: 0;
  }
}

.qa__heading-block {
  display: grid;
  justify-content: center;
  align-items: center;
}

@media all and (min-width: 1024px) {
  .qa .wp-headline {
    text-align: center;
  }

  .qa .wp-block-columns {
    align-items: center !important;
  }
}

@media all and (min-width: 1024px) {
  .qa {
    padding-top: calc(180/16 * 1rem);
  }

  .qa .wp-custom-headline {
    margin-bottom: inherit;
  }
}

/* kadence block customization */
#qa .kt-blocks-accordion-header,
#qa .wp-block-kadence-pane,
#qa .kt-accordion-panel-inner {
  all: initial;
  font-family: inherit;
}

#qa .kt-blocks-accordion-header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  background-color: var(--wp--preset--color--secondary-background) !important;
}

#qa .wp-block-kadence-pane {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5.8vw;
  padding-right: 5.8vw;
  background-color: var(--wp--preset--color--secondary-background) !important;
}

@media all and (min-width: 1024px) {
  #qa .wp-block-kadence-pane {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.125vw;
    padding-right: 2.125vw;
  }
}

#qa .kt-blocks-accordion-title-wrap {
  display: inline-block;
}

#qa .kt-accordion-inner-wrap {
  display: grid;
  row-gap: 2.5rem !important;
}

#qa .kt-blocks-accordion-icon-trigger {
  display: inline-block;
}

.kt-blocks-accordion-title {
  position: relative;
  font-weight: 700;
  font-size: 1.125rem;
  padding-left: 6.25rem;
  line-height: 2;
  letter-spacing: 0.05em;
}

.kt-blocks-accordion-title::before {
  content: "Q";
  position: absolute;
  top: 50%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  font-family: var(--wp--preset--font-family--alphabetic-font);
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-50%);
}

@media (max-width: 1023px) {
  .kt-blocks-accordion-title {
    padding-right: 1.5rem;
    padding-left: 3.25rem;
    font-size: 1rem;
  }

  #qa .kt-blocks-accordion-title-wrap {
    display: flex;
  }
}

#qa .kt-accordion-panel {
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  .kt-blocks-accordion-title::before {
    width: 3.25rem;
    height: 3.25rem;
  }

  #qa .kt-accordion-panel-inner {
    display: block;
    padding-top: 1.5rem;
    padding-left: 6.25rem;
    padding-right: 11.5vw;
    background-color: var(--wp--preset--color--secondary-background) !important;
  }
}

#qa .kt-accordion-panel-inner p {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}


/* qa-list
************************************************/
.qa-list {
  gap: 2.5rem;
}

.qa-data-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 5.8vw;
  padding-right: 5.8vw;
  background-color: var(--wp--preset--color--secondary-background);
}

.qa-data-item__question {
  position: relative;
  padding-left: 3.25rem;
  cursor: pointer;
}


.qa-data-item__question::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 2.4rem;
  font-family: var(--wp--preset--font-family--alphabetic-font);
  color: #000000;
  border-radius: 50%;
  background-color: #ffffff;
  transform: translateY(-10%);
}

.qa-data-item__question::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin: auto;
  border-radius: 0.12rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

@media all and (max-width: 1023px) {
  .qa-data-item__question {
    padding-right: 1.5rem;
  }
}

@media all and (min-width: 1024px) {
  .qa-data-item {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 3.125vw;
    padding-right: 2.125vw;
  }

  .qa-data-item__question {
    position: relative;
    padding-left: 6.25rem;
    font-size: 1.125rem;
  }

  .qa-data-item__question::before {
    width: 3.25rem;
    height: 3.25rem;
  }

  .qa-data-item__answer {
    padding-left: 6.25rem;
    padding-right: 11.5vw;
    font-size: 0.875rem;
  }
}


/**************************************************************
* 店舗情報（Shop Info）
**************************************************************/

.shop-info {
  position: relative;
  padding-top: calc(160/28 * 1rem);
  padding-bottom: calc(40/28 * 1rem);
}

.shop-info::after {
  content: "";
  position: absolute;
  top: calc(10.4166vw + 30px);
  left: 0;
  z-index: -1;
  display: block;
  width: 85%;
  height: calc(100% - 10.4166vw - 30px);
  pointer-events: none;
  background: var(--wp--preset--color--secondary-background);
}

@media all and (min-width: 1024px) {
  .shop-info {
    padding-top: calc(220/16 * 1rem);
    padding-bottom: calc(40/16 * 1rem);
  }

  .shop-info .wp-headline {
    text-align: center;
  }
}

.shop-info .wp-custom-headline {
  margin-bottom: calc(80/1920 * 100vw);
}

.shop-info__body {
  position: relative;
  display: flex;
  gap: 4.1666vw;
  padding-bottom: 5rem;
  padding-left: 5.8vw;
  padding-right: 5.8vw;
}

.shop-info__body>div {
  flex-basis: 35.4%;
  flex-grow: 0;
}

.shop-info__body>div.shop-info__guts {
  flex-basis: 53.125%;
}

.shop-info__body>div.qa__heading-block-is-sticky {
  flex-basis: 53.125%;
  flex-grow: 0;
}

.shop-info__guts {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  background: var(--wp--preset--color--background);
}

.shop-info-table table {
  position: relative;
  width: 100%;
  border-collapse: collapse;
}

.shop-info-table table tr {
  position: relative;
}

.shop-info-table table td {
  padding-top: calc(40 / 16 * 1rem);
  padding-bottom: calc(40 / 16 * 1rem);
  vertical-align: top;
}

.shop-info-table table tr td {
  position: relative;
  font-size: 90%;
  font-weight: bold;
}

.shop-info-table table tr td:first-child {
  width: calc(160 / 550 * 100%);
}

.shop-info-table table tr td:nth-child(2) {
  padding-left: calc(30 / 550 * 100%);
}

.shop-info-table table tr:not(:last-child) td:nth-child(1):after,
.shop-info-table table tr:not(:last-child) td:nth-child(2):after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  display: block;
  border-bottom: 1px dashed var(--wp--preset--color--primary);
}

@media all and (max-width: 1023px) {
  .shop-info__body {
    flex-direction: column-reverse;
  }
}

@media all and (min-width: 1024px) {
  .shop-info::after {
    width: calc(100% - 350px);
  }

  .shop-info__body {
    padding-bottom: 10.375rem;
  }

  .shop-info__guts {
    padding-right: 3.75rem;
    padding-left: 3.75rem;
  }
}

/* shop-visual
************************************************/
.shop-visual {
  height: 250px;
  margin-bottom: 2rem;
}

.shop-visual img {
  object-fit: cover;
  height: 100%;
}

@media all and (min-width: 1024px) {
  .shop-visual {
    height: 480px;
    margin-top: 3rem;
    margin-bottom: 3.125rem;
  }
}

/* shop-map
************************************************/
.shop-map {
  position: relative;
}

@media all and (max-width: 1023px) {

  .shop-map > iframe,
  .google-map > iframe {
    height: 250px !important; /* override plugin inline style */
  }
}


/**************************************************************
* 掲載サイト情報（Listing Sites)
**************************************************************/

.listing-sites {
  position: relative;
  padding-top: calc(200/28 * 1rem);
  padding-bottom: calc(100/28 * 1rem);
}


@media all and (min-width: 1024px) {
  .listing-sites {
    padding-top: calc(200/16 * 1rem);
    padding-bottom: calc(200/16 * 1rem);
  }

  .listing-sites .wp-headline {
    text-align: center;
  }
}


.listing-sites__banners {
  gap: 1.25rem;
}

@media (min-width: 1024px) {
  .listing-sites__banners {
    max-width: calc(1200 / 16 * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

.listing-sites__banners .wp-block-image {
  border: 1px solid var(--wp--preset--color--primary);
}

@media all and (max-width: 1023px) {
  .listing-sites__banners {
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }
}

.listing-sites__banners figure {
  aspect-ratio: 3.5 / 1;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.listing-sites__banners figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* hover */
@media (hover: hover) {

  /* .listing-sites__banners figure,
  .listing-sites__banners figure img {
    transition: all 0.3s ease;
  }

  .listing-sites__banners figure:hover {
    border-color: #000000;
  }

  .listing-sites__banners figure:hover img {
    filter: brightness(120%);
  } */
}


/**************************************************************
* お問い合わせ（Contact）
**************************************************************/

.contact {
  position: relative;
  padding-top: calc(120/28 * 1rem);
  padding-bottom: calc(180/28 * 1rem);
}

.contact__body {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  gap: 3rem;
}

@media all and (max-width: 1023px) {
  .contact {
    padding-left: 5.8vw;
    padding-right: 5.8vw;
  }
}

@media all and (min-width: 1024px) {
  .contact {
    padding-bottom: calc(180/16 * 1rem);
  }

  .contact__body {
    display: flex;
    flex-wrap: nowrap;
    gap: 6.25rem;
    max-width: calc(1200/16 * 1rem);
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact .wp-headline {
    text-align: center;
  }
}

/* contact-lead-block
************************************************/
.contact-lead-block {
  position: relative;
}

.contact-lead-block > p {
  margin-bottom: 2.5rem;
}

.contact-lead-block > .wp-block-separator {
  border-top: 2px dashed;
  border-bottom: none;
}

.contact-lead-block > ul {
  margin-top: 2.5rem;
}

body:not(.editor-styles-wrapper) .contact-lead-block > ul li {
  list-style: disc;
  list-style-position: inside;
}

.contact-lead-block > p,
.contact-lead-block > ul li {
  font-size: 0.85rem;
}

@media all and (min-width: 1024px) {
  .contact-lead-block {
    flex-basis: 33.33%;
    flex-grow: 0;
  }
}

/* contact-form-block
************************************************/
.contact-form-block {
  position: relative;
}

@media all and (min-width: 1024px) {
  .contact-form-block {
    flex-basis: 66.66%;
    flex-grow: 0;
  }
}


/**************************************************************
* その他の要素
**************************************************************/

/* horizontal-ticker
************************************************/
.horizontal-ticker {
  position: relative;
  overflow: hidden;
  margin-top: -1rem;
}

body:not(.editor-styles-wrapper) .horizontal-ticker__body {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 4rem;
  width: 100%;
}

.horizontal-ticker__body>p {
  display: block;
  flex: 0 0 auto;
  line-height: 1;
  word-break: break-all;
}

body:not(.editor-styles-wrapper) .horizontal-ticker {
  --text-scroll-speed: 80s;
}

body:not(.editor-styles-wrapper) .horizontal-ticker__body > p {
  animation: horizontal-ticker-animation var(--text-scroll-speed, 80s) infinite linear both;
  will-change: transform;
}

.pride .horizontal-ticker__body > p {
  font-family: var(--wp--preset--font-family--alphabetic-font);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: clamp(10px, calc(10px + 10 * ((100vw - 375px) / 905)), 55px);
  font-weight: 600;
  line-height: 1.2;
  background-image: linear-gradient(145deg, var(--wp--preset--color--gradient-color-2) 0%, var(--wp--preset--color--gradient-color-1) 15%, var(--wp--preset--color--gradient-color-2) 100%);
}

body:not(.editor-styles-wrapper) .pride .horizontal-ticker__body > p {
  font-size: clamp(40px, calc(40px + 40 * ((100vw - 375px) / 905)), 225px);
}

@media all and (min-width: 1024px) {
  .pride .horizontal-ticker {
    margin-top: -6.5rem;
  }
}


/**************************************************************
* KEYFRAMES
**************************************************************/

@keyframes horizontal-ticker-animation {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-101%);
  }
}

@keyframes transient-bg-cover-fx {
  0% {
    opacity: 1;
    transform: scaleX(0);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }

  100% {
    opacity: 1;
    transform: translateX(102%);
  }
}


/**************************************************************
* ステート周り
**************************************************************/

.is-hidden {
  display: none !important;
}

.is-fadeout {
  opacity: 0 !important;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.is-disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* javascript */
.js-smooth-reveal {
  clip-path: inset(0% 120% 0% 0%);
  opacity: 0;
}


@media all and (min-width: 1024px) {}


/**************************************************************
* ユーティリティ
**************************************************************/

/* u-hide-**
************************************************/
.u-hide {
  display: none !important;
}

.u-hide-sp,
.u-hide-pc {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .u-hide-pc {
    display: block !important;
  }
}

@media screen and (min-width: 1024px) {
  .u-hide-sp {
    display: block !important;
  }
}

/* u-flexible-center
************************************************/
.u-flexible-center {
  display: grid;
  justify-content: center;
  text-align: center;
}

/* u-bullet-list
************************************************/
ul.u-bullet-list li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.2em;
  padding-left: 1.2em;
}


/**************************************************************
* エディター画面
**************************************************************/

body.editor-styles-wrapper .g-header {
  background-color: #dddddd;
}

body.editor-styles-wrapper .scrolldown-indicator {
  display: none;
}

body.editor-styles-wrapper .concept {
  padding-top: 350px;
}


/**************************************************************
   * 追従ボタン
**************************************************************/
.floating-btns[class^="wp-block-buttons"] {
  position: fixed;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  bottom: 5%;
  left: 5.8vw;
  z-index: 100;
}

.floating-btns__free-link .wp-block-button__link {
  background-color: #ed8515;
}

@media (max-width: 767px) {
  .floating-btns[class^="wp-block-buttons"] {
    left: unset;
    bottom: 0;
    width: 100%;
    gap: 0;
  }

  .floating-btns .wp-block-button {
    min-width: 0;
  }

  .floating-btns .wp-block-button {
    height: 48px;
  }

  .floating-btns .wp-block-button__link {
    width: 100%;
    padding-right: var(--wp--preset--spacing--20);
    padding-left: var(--wp--preset--spacing--20);
    border-radius: 0;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  .floating-btns .wp-block-button {
    min-width: 250px;
  }

  .floating-btns .wp-block-button__link {
    width: 100%;
  }
}


/**************************************************************
* フォーム系のコンポーネント
**************************************************************/

/* カスタムプロパティ */
:root {
  --form-control-readonly-bg: #dfdfdf;
  --form-control-border-radius: 0.5rem;
  --required-mark-border-radius: 30px;
}

#form {
  --wp--preset--color--background: #dddddd;
  --wp--preset--color--warning: var(--wp--preset--color--primary);
}


/* c-form-steps
************************************************/
.c-form-steps {
  counter-reset: form-steps-counter;
}

.c-form-steps {
  display: grid;
  grid-template-columns: repeat(3, calc(120/550 * 100%));
  gap: 1rem;
  justify-content: center;
  margin-bottom: calc(60/16 * 1rem);
}

.c-form-steps > li {
  position: relative;
  height: calc(120/550 * 100%);
  counter-increment: form-steps-counter;
}

.c-form-steps__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--foreground-inverted);
  border-radius: 50%;
  background-color: #ffffff;
}

.c-form-steps__item > span {
  position: relative;
  top: 0.1rem;
}
.c-form-steps__item > span::before {
  content: counter(form-steps-counter, decimal-leading-zero);
  display: block;
  font-family: var(--alphabetic-font);
  font-size: var(--wp--preset--font-size--small);
}


@media all and (min-width: 768px) {
  .c-form-steps {
    gap: calc(20/16 * 1rem);
  }
}

/* states */
.c-form-steps__item[class*="--current"] {
  background: var(--wp--preset--color--primary);
  animation: step-item-blinking 1s ease-out forwards;
  animation-delay: 0.5s;
}

@keyframes step-item-blinking {
  0% {
    background: var(--wp--preset--color--primary);
  }
  50% {
    background: #ffffff;
  }
  100% {
    background: var(--wp--preset--color--primary);
  }
}

/* c-form-control
************************************************/
.c-form-control {
  position: relative;
  display: grid;
}
.c-form-control:not(:last-child) {
  padding-top: 5%;
  padding-bottom: 2.5%;
}

[data-layout="bundle"] .c-form-control[class*="--special"] {
  grid-template-columns: 100%;
  border-bottom: none;
} 

.c-form-control__label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-top: 0.85rem;
  font-size: clamp(14px, calc(14px + 14 * ((100vw - 375px) / 905)), 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.15em;
  display: flex;
  align-items: baseline;
}

.c-form-control__box {
  display: grid;
  gap: 1rem;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px dashed var(--wp--preset--color--primary, #000000);
}

.c-form-control__input,
.c-form-control__textarea {
  position: relative;
  display: block;
  width: 100%;
  padding: 1rem;
  font-family: var(--wp--preset--font-family--kana-font);
  font-size: 16px;
  font-weight: bold;
  border: none;
  color: #000000;
  border-radius: var(--form-control-border-radius);
  background: transparent;
}

/* input */
.c-form-control__input:placeholder-shown,
.c-form-control__textarea:placeholder-shown {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
}
.c-form-control__input:focus,
.c-form-control__textarea:not(.privacy-textarea):focus {
  font-size: 16px;
  outline: auto;
}

.c-form-control__input + .c-form-control__input {
  margin-top: calc(20/16 * 1rem);
}

/* checkbox / radio */
.c-form-control__option {
  display: block;
  margin-top: 1rem;
  margin-right: calc(35/16 * 1rem);
  cursor: pointer;
}

.c-form-control__option br {
  display: none;
}

.c-form-control__option input[type="radio"],
.c-form-control__option input[type="checkbox"] {
  all: revert;
}

.c-form-control__option:first-child {
  margin-top: 0;
}

.c-form-control__option label {
  cursor: pointer;
}

/* textarea */
.c-form-control__textarea {
  resize: vertical;
}

.c-form-control__textarea:is(.privacy-textarea) {
  font-family: var(--wp--preset--font-family--kana-font);
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  color: var(--wp--preset--color--foreground);
  border: 1px solid currentColor;
  background-color: transparent;
  border-color: var(--wp--preset--color--primary);
}

@media all and (max-width: 1023px) {
  .c-form-control__option input[type="radio"],
  .c-form-control__option input[type="checkbox"] {
    position: relative;
    top: 0.15rem;
  }
}

@media all and (min-width: 1024px) {
  [data-layout="bundle"] .c-form-control {
    grid-template-columns: calc(256/16 * 1rem) 1fr;
    align-items: flex-start;
    gap: 1rem;
  }

  .c-form-control:not(:last-child) {
    padding-bottom: calc(40/16 * 1rem);
  }

  .c-form-control__option input[type="radio"],
  .c-form-control__option input[type="checkbox"] {
    margin-right: 0.5rem;
    filter: grayscale(1);
  }
}

/* states */
.c-form-control__input:read-only,
.c-form-control__textarea:not(.privacy-textarea):read-only {
  background: var(--form-control-readonly-bg);
  border-color: var(--form-control-readonly-bg);
}

.c-form-control__box .c-form-control__input[class*="is-invalid"],
.c-form-control__box .c-form-control__textarea[class*="is-invalid"] {
  border-color: var(--wp--preset--color--warning, #ff4040);
}

/* c-required-mark
************************************************/
.c-required-mark {
  position: relative;
  top: -2px;
  display: inline-flex;
  align-items: center;
  height: 20px;
  margin-left: 1rem;
  padding-left: calc(10/16 * 1rem);
  padding-right: calc(10/16 * 1rem);
  font-size: 0.75rem;
  line-height: 0;
  letter-spacing: 0.1em;
  color: var(--wp--preset--color--inverted-foreground, #000000);
  text-align: center;
  border-radius: var(--required-mark-border-radius);
  border: 1px solid var(--wp--preset--color--warning, #ff4040);
  background-color: var(--wp--preset--color--warning, #ff4040);
}

/* c-form-acceptance
************************************************/
.c-form-acceptance {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.c-form-acceptance__checkbox {
  all: revert;
  position: relative;
  top: 0.1rem;
  left: -0.1rem;
  cursor: pointer;
  transform: scale(1.5);
}

.c-form-acceptance__label {
  position: relative;
  top: 0.1rem;
  margin-left: 0.5rem;
  line-height: 1;
  cursor: pointer;
  text-shadow: none;
}

@media all and (max-width: 1023px) {
  .c-form-acceptance {
    text-align: center;
  }

  .c-form-acceptance__checkbox {
    position: relative;
    vertical-align: baseline;
    margin-right: 1rem;
  }
}


/**************************************************************
* フォーム その他
**************************************************************/

/* honeypot （スパム対策）
************************************************/
.form-honeypot {
  display: none;
}

/* form-onward
************************************************/
.form-onward {
  display: grid;
  justify-content: center;
  margin-bottom: calc(60/16 * 1rem);
}

@media all and (min-width: 1024px) {
  .form-onward {
    max-width: calc(515/16 * 1rem);
    margin-left: auto;
    margin-right: auto;
  }
}

/* form-comfirm
************************************************/
.form-comfirm {
  margin-bottom: calc(60/16 * 1rem);
  text-align: center;
}

.form-comfirm > p {
  color: var(--wp--preset--color--primary);
}

/* form-thanks
************************************************/
.form-thanks {
  position: relative;
}

.form-thanks__txt {
  margin-top: 2rem;
  text-align: left;
}

.form-check-mark {
  display: block;
  max-width: 60%;
  margin: auto;
  opacity: 0;
}
i.form-check-mark {
  opacity: 0;
  transform: translateY(15%);
}

@media all and (min-width: 1024px) {
  .form-check-mark {
    max-width: 100%;
  }

  .form-thanks__txt {
    letter-spacing: 0;
  }
}

/* form-processing-status
************************************************/
.form-processing-status {
  display: grid;
  justify-content: center;
  text-align: center;
}

.form-processing-status__msg {
  margin-top: 4rem;
  font-size: 1.125rem;
  font-weight: bold;
}

/* form-processing-animation
************************************************/
.form-processing-animation {
  transform: scale(0.7);
}

/* form-submit-area
************************************************/
.form-submit-area {
  display: grid;
  grid-template-columns: 100%;
  justify-content: center;
  margin-top: calc(20/16 * 1rem);
  text-align: center;
}

.form-submit-area .wp-block-buttons {
  display: flex;
  justify-content: center;
  gap: calc(20/16 * 1rem);
}

.form-submit-area .form-back-btn {
  background-color: #cccccc !important;
}
.form-submit-area .form-back-btn::after {
  display: none;
}

@media all and (max-width: 1023px) {
  .form-submit-area .wp-block-buttons {
    flex-flow: column;
  }

  .form-submit-area .wp-block-buttons > .wp-block-button {
    width: 100%;
  }
}

/* animations */
.form-processing-animation.is-loading .spinner-icn {
  display: block;
  border-radius: 50%;
  border: 1rem dotted #000;
  animation: form-spinner-rotation 2s linear backwards infinite;
}

.spinner-icn:not([class*="is-loading"]) {
  border-color: transparent;
  box-shadow: none;
}

.form-processing-animation[class*="is-animated"] .form-check-mark {
  animation: form-checkmark-animation 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) forwards;
}

@keyframes form-spinner-rotation {
  to {
    transform: rotate(360deg);
  }
}

@keyframes form-checkmark-animation {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@media all and (max-width: 1023px) {
  .form-processing-animation.is-loading .spinner-icn {
    height: 70px;
    width: 70px;
  }
}
