@charset "UTF-8";


/**************************************************************
* GLOBAL
**************************************************************/

/* //TODO:  */
/* add dynamicly through essentialKit plugin (enqueue_global_custom_styles) */
body {
  background-color: var(--wp--preset--color--background);
  color: var(--wp--preset--color--foreground);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  padding: 0;
}

a:not([class]):hover {
  color: var(--wp--preset--color--custom-primary-opacity-mode);
}



/**************************************************************
* WP overrides
**************************************************************/

/* wp-block-buttons
********************************/
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;

}
.wp-block-button .wp-block-button__link {
  line-height: 1;
  padding-right: var(--wp--preset--spacing--60);
  padding-left: var(--wp--preset--spacing--60);
}

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

/* wp-block-social-links
********************************/
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  transform: scale(0.9);
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
  display: inherit;
}


/**************************************************************
* WPブロックの指定 (wp-)
**************************************************************/

/* wp-headline
********************************/

/* animations */
.wp-headline {
  opacity: 0;
  visibility: hidden;
}


/* wp-block-button
************************************************/
.wp-block-button::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: var(--wp--preset--color--primary);
}

.wp-block-button:not([class*="--backward"])::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  z-index: 9;
  margin: auto;
  border-radius: 0.15rem;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotateZ(-45deg);
}

.wp-block-button[class*="--backward"] .wp-block-button__link {
  background-color: rgb(126, 126, 126);
  color: #000000;
}
.wp-block-button[class*="--backward"]::after {
  display: none;
}

/* hovers */
@media (hover: hover) {
  .wp-block-button,
  .wp-block-button__link {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .wp-block-button::before {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                filter 0.4s ease-in-out;
  }

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

  .wp-block-button:hover::before {
    transform: translateY(-0.5rem);
    filter: brightness(110%);
  }

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


/* wp-block-flexible-table
********************************/
.wp-block-flexible-table-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-flexible-table-block-table table td {
  padding-top: calc(40/16 * 1rem);
  padding-bottom: calc(40/16 * 1rem);
  vertical-align: top;
}

.wp-block-flexible-table-block-table table tr {
  position: relative;
}

.wp-block-flexible-table-block-table table tr td {
  position: relative;
  font-weight: 500;
}
.wp-block-flexible-table-block-table table tr:not(:last-child) td:nth-child(1):after,
.wp-block-flexible-table-block-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;

}
.wp-block-flexible-table-block-table table tr:not(:last-child) td:nth-child(1):after {
  background: #dddddd;
}
.wp-block-flexible-table-block-table table tr:not(:last-child) td:nth-child(2):after {
  background: linear-gradient(to right, #dddddd 0%, #dddddd 100%);
}

.wp-block-flexible-table-block-table table tr td:first-child {
  width: calc(160/550 * 100%);
}
/* .wp-block-flexible-table-block-table table tr:first-child > td {
  padding-top: inherit;
} */
.wp-block-flexible-table-block-table table tr:last-child > td {
  /* padding-bottom: inherit; */
  border-bottom: none;
}
.wp-block-flexible-table-block-table table tr td:nth-child(2) {
  padding-left: calc(30/550 * 100%);
}



/**************************************************************
* コンテンツの共通要素
**************************************************************/

/* constrained-content
************************************************/
@media all and (max-width: 1023px) {
  .constrained-content {
    margin-left: 5.33%;
    margin-right: 5.33%;
  }
}

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



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

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

  /* states */
  html[class*="ui-state-nav-opened"] .g-header__nav-block {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    pointer-events: all;
  }
}


/* g-nav
************************************************/
.g-nav__cta .wp-block-button::after {
  right: calc(40/16 * 1rem);
}

.g-nav__list > li {
  position: relative;
  line-height: 1;
}

.g-nav__list > li a {
  text-decoration: none;
}

@media all and (max-width: 1023px) {
  .g-nav {
    padding-top: 5%;
  }
  .g-nav__list {
    text-align: center;
  }

  .g-nav__list {
    display: grid;
    gap: 2rem;
    margin-bottom: 2rem;
  }

  .g-nav__list > li {
    font-size: 15px;
  }

  .g-nav__cta {
    width: 100%;
  }
}

/* states / hovers */
@media (hover: hover) {
  .g-nav__list > li.nav-link a {
    transition: text-shadow 0.2s ease-out;
  }

  .g-nav__list > li.nav-link a:hover {
    color: inherit;
    text-shadow: 3px 3px 1px var(--wp--preset--color--primary);
  }
}


/* g-footer
************************************************/
.footer-info__location,
.footer-info__tel,
.footer-info__email {
  position: relative;
}

.footer-info__location::before,
.footer-info__tel::before,
.footer-info__email::before {
  content: "";
  position: relative;
  top: 2px;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.footer-info__location::before { background-image: url(./assets/imagery/map_icn.svg); }
.footer-info__tel::before      { background-image: url(./assets/imagery/tel_icn.svg); }
.footer-info__email::before    { background-image: url(./assets/imagery/email_icn.svg); }

@media all and (min-width: 768px) and (max-width: 1023px) {
  .g-footer__inner .wp-block-columns {
    gap: 2rem;
  }
}

@media all and (min-width: 1024px) {
  .g-footer {
    margin-right: calc(200/16 * 1rem);
    border-radius: 0 30px 0 0;
  }
}



/* g-fixed-cover-bg
************************************************/
.g-fixed-cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.1s ease-out;
}

.g-fixed-cover-bg__shape {
  position: absolute;
  aspect-ratio: 1 / 1;
  width: 45%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--wp--preset--color--primary), var(--wp--preset--color--custom-primary-opacity-mode));
  opacity: 0.8;
  filter: blur(50px);
}

.g-fixed-cover-bg__shape[class*="--left-shape"] {
  bottom: 0;
  left: 0;
  transform: translate(-25%, 25%);
}
.g-fixed-cover-bg__shape[class*="--right-shape"] {
  top: 0;
  right: 0;
  transform: translateX(25%);
}

/* states */
html[class*="has-fixed-cover-bg-shown"] .g-fixed-cover-bg {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}



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

/* hamburger-*
************************************************/
.hamburger {
  position: fixed;
  top: 3vw;
  right: 5.333%;
  z-index: 999;
  width: 2rem;
  height: 2rem;
  display: block;
}

.hamburger-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  cursor: pointer;
  color: currentColor;
}

.hamburger-btn > span {
  content: "";
  position: absolute;
  left: 0;
  display: block;
  height: 1px;
  background: currentColor;
}

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

.hamburger-btn > span:nth-child(2) {
  width: 70%;
}

.hamburger-btn > span:nth-child(3) {
  width: 80%;
  transform: translateY(8px);
}

@media all and (min-width: 1024px) {
  .hamburger {
    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.05s;
}

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

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

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

  .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 {
  width: 100%;
}

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

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

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

/* pagetop-btn
************************************************/
.pagetop-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(210/16 * 1rem);
  height: calc(150/16 * 1rem);
  margin-top: auto;
  margin-bottom: auto;
  writing-mode: vertical-rl;
  transform: translateX(100%);
}
.pagetop-btn::before,
.pagetop-btn::after {
  content: "";
  position: absolute;
  display: block;
}
.pagetop-btn::before {
  top: 0;
  left: 0;
  right: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid var(--wp--preset--color--foreground);
  border-bottom: 1px solid transparent;
  border-left: 1px solid var(--wp--preset--color--foreground);
  border-right: 1px solid transparent;
  transform: rotate(45deg);
}
.pagetop-btn::after {
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: calc(60/16 * 1rem);
  margin-left: auto;
  margin-right: auto;
  background-color: var(--wp--preset--color--foreground);
}

.pagetop-btn__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: end;
  font-family: var(--alphabetic-font);
}

@media all and (max-width: 1023px) {
  .pagetop-btn {
    display: none;
  }
}

/* hover */
@media (hover: hover) {
  .pagetop-btn::before,
  .pagetop-btn::after {
    transition: transform 0.3s ease-out;
  }

  .pagetop-btn:hover::before {
    transform: translateY(-5px) rotate(45deg);
  }
  .pagetop-btn:hover::after {
    transform: translateY(-5px);
  }
}

/* fixed-pagetop-btn
************************************************/
.fixed-pagetop-btn {
  position: fixed;
  bottom: 2.5%;
  right: 2.5%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(60/28 * 1rem);
  height: calc(60/28 * 1rem);
  writing-mode: vertical-rl;
  border-radius: 50%;
  color: var(--wp--preset--color--foreground);
  border: 1px solid currentColor;
  background-color: var(--wp--preset--color--background);
}

.fixed-pagetop-btn__link {
  display: block;
  width: 100%;
  height: 100%;
}
.fixed-pagetop-btn__link::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid currentColor;
  transform: rotate(40deg);
}

@media all and (min-width: 1024px) {
  .fixed-pagetop-btn {
    width: calc(60/16 * 1rem);
    height: calc(60/16 * 1rem);
    background-color: transparent;
  }
}

/* states */
.fixed-pagetop-btn {
  opacity: 0;
  transition: opacity 0.3s ease;
}

html[class*="has-fixed-pagetop-btn-shown"] .fixed-pagetop-btn {
  opacity: 1;
}

@media (hover: hover) {
  .fixed-pagetop-btn {
    transition: all 0.3s ease-out;
  }

  .fixed-pagetop-btn:hover {
    transform: translateY(-10%);
  }
}




/**************************************************************
* HERO
**************************************************************/
.hero {
  overflow: hidden;
}

.hero-contents__catch, .hero-contents__noAnime {
  margin-bottom: 3.75rem;
}
.hero-contents__catch::after, .hero-contents__noAnime::after {
  content: "";
  display: block;
  width: 3.75rem;
  height: 1px;
  margin-top: 3rem;
  background-color: currentColor;
}

.hero-contents__txt {
  margin-bottom: calc(80/28 * 1rem);
}

.hero-alphabetic-copy {
  letter-spacing: 0.1em;
}

.hero-slider::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid var(--wp--preset--color--primary);
}

@media all and (min-width: 1024px) {
  .hero {
    height: calc(100vh - 136px);
    height: calc(100svh - 136px);
  }
  
  .hero-contents__catch, .hero-contents__noAnime {
    margin-top: calc(100/16 * 1rem);
  }

  .hero-contents__txt {
    margin-bottom: calc(120/16 * 1rem);
  }

  .hero-alphabetic-copy {
    position: relative;
    top: 0.85rem;
  }
}

/* animations */
.hero-contents__catch {
  opacity: 0;
  visibility: hidden;
}

.hero-slider,
.hero-contents__txt,
.hero-alphabetic-copy {
  opacity: 0;
}

.hero-contents__catch .char {
  display: inline-block;
}

.hero-contents__catch::after {
  transition: all 0.2s ease-out;
  transform: scaleX(0);
}
.hero-contents__catch.is-animation-done::after {
  transform: scaleX(1);
}



/**************************************************************
* CAMPAIGN
**************************************************************/

@media all and (max-width: 1023px) {
  .campaign .wp-section {
    padding-top: calc(160/28 * 1rem);
    padding-bottom: calc(160/28 * 1rem);
  }

  .campaign-contents {
    margin-top: calc(120/28 * 1rem);
  }
}

@media all and (min-width: 1024px) {
  .campaign .wp-headline {
    position: absolute;
    top: calc(160/16 * 1rem);
    left: 0;
  }

  .campaign .wp-headline {
    writing-mode: vertical-rl;
  }
  
  .campaign .wp-headline__kana {
    margin-top: inherit;
    margin-right: calc(40/16 * 1rem);
    text-orientation: sideways-right;
  }

  .campaign-contents {
    max-width: calc(960/16 * 1rem);
    margin-left: auto;
    padding-top: calc(280/16 * 1rem);
    padding-bottom: calc(160/16 * 1rem);
  }
}



/**************************************************************
* PROBLEM
**************************************************************/

.problem::before,
.problem::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 50px;
  margin: auto;
  background: var(--wp--preset--color--background);
}
.problem::before {
  clip-path: polygon(100% 0%, 80% 0%, 50% 100%, 100% 100%, 100% 0%);
}
.problem::after {
  clip-path: polygon(0% 0%, 20% 0%, 50% 100%, 0% 100%, 0% 0%);
}

.problems-list > li {
  position: relative;
  padding: calc(20/16 * 1rem) calc(40/16 * 1rem) calc(20/16 * 1rem) calc(60/16 * 1rem);
  text-indent: -2.4em;
}
.problems-list > li::before {
  content: "";
  position: relative;
  display: inline-block;
  width: calc(40/28 * 1rem);
  height: calc(40/28 * 1rem);
  margin-right: calc(20/28 * 1rem);
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(./assets/imagery/check_mark_icn.svg);
}

@media all and (min-width: 1024px) {
  .problem::before,
  .problem::after {
    height: 80px;
  }
  .problem::before {
    clip-path: polygon(100% 0%, 58% 0%, 50% 100%, 100% 100%, 100% 0%);
  }
  .problem::after {
    clip-path: polygon(0% 0%, 42% 0%, 50% 100%, 0% 100%, 0% 0%);
  }

  .problems-list > li {
    padding: calc(20/16 * 1rem) calc(40/16 * 1rem) calc(20/16 * 1rem) calc(80/16 * 1rem);
    text-indent: -3.2em;
  }
  
  .problem-visual {
    position: absolute;
    top: 0;
  }

  .problem-visual[class*="--2"] .wp-block-cover__image-background {
    top: calc(800/16 * 1rem);
  }

  .problems-list > li::before {
    width: calc(40/16 * 1rem);
    height: calc(40/16 * 1rem);
    margin-right: calc(20/16 * 1rem);
    vertical-align: middle;
  }
}

/* animations */
.problems-list {
  opacity: 0;
  visibility: hidden;
}

.problems-list > li::before,
.problems-list > li > strong {
  opacity: 0;
  transition: all 0.5s ease-out;
  transition-delay: 0.25s;
}
.problems-list > li::before {
  transform: scale3d(2, 2, 2);
  transition-delay: 0.5s;
}

.problems-list > li.is-animated::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.problems-list > li.is-animated > strong {
  opacity: 1;
}


/**************************************************************
* FEATURES
**************************************************************/

@media all and (min-width: 1920px) {
  .features {
    overflow: hidden;
  }

  .features-item .wp-block-columns {
    position: relative;
    gap: 0;
    min-height: calc(600px + 40px);
    margin-bottom: inherit;
    background-color: var(--wp--preset--color--custom-background-opacity-mode);
  }
  .features-item .wp-block-columns::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 50%;
    height: 100%;
    background-color: var(--wp--preset--color--custom-background-opacity-mode);
  }

  .features-item:nth-child(odd) .wp-block-columns::after {
    right: 0;
    transform: translateX(99.8%);
  }
  .features-item:nth-child(even) .wp-block-columns::after {
    left: 0;
    transform: translateX(-100%);
  }

  .features-item .wp-block-columns > div:nth-child(2) {
    margin-top: 7rem;
    padding-bottom: 2rem;
  }
  .features-item:nth-child(odd) .wp-block-columns .wp-block-cover {
    left: -160px;
  }
  .features-item:nth-child(even) .wp-block-columns .wp-block-cover {
    right: -160px;
  }
  
  .features-item .wp-block-cover {
    position: relative;
    top: 20px;
  }
}



/**************************************************************
* FLOW
**************************************************************/

.flow-list {
  max-width: calc(1100/16 * 1rem);
  margin-top: calc(120/16 * 1rem);
}

.flow-item {
  position: relative;
  padding: calc(60/28 * 1rem) calc(40/28 * 1rem);
  border-radius: 20px;
  background: var(--wp--preset--color--custom-background-opacity-mode);
  box-shadow: 0px 0px 20px rgba(12, 28, 31, 0.04);
}
.flow-item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  width: calc(80/28 * 1rem);
  height: calc(80/28 * 1rem);
  transform: translateY(calc(50/28 * -1rem));
  background: var(--wp--preset--color--background);
}
.flow-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 110px;
  width: calc(110/28 * 1rem);
  height: calc(60/28 * 1rem);
  margin: auto;
  transform: translateY(calc(60/28 * -1rem));
  border-radius: 60px 60px 0 0;
  background: var(--wp--preset--color--background);
  box-shadow: 0px 0px 20px rgba(12, 28, 31, 0.04);
}

@media all and (min-width: 1920px) {
  .flow-item {
    padding: calc(40/16 * 1rem);
  }

  .flow-item::before {
    width: calc(90/16 * 1rem);
    height: calc(90/16 * 1rem);
    transform: translateY(calc(50/16 * -1rem));
  }
  .flow-item::after {
    width: calc(110/16 * 1rem);
    height: calc(60/16 * 1rem);
    transform: translateY(calc(60/16 * -1rem));
  }
}



/**************************************************************
* VOICE
**************************************************************/

.voice {
  overflow: hidden;
}

.voice-upper-visual {
  background: var(--wp--preset--color--custom-primary-opacity-mode);
}

@media all and (min-width: 1024px) {
  .voice .wp-headline {
    position: absolute;
    top: calc(190/16 * -1rem);
    left: 0;
  }

  .voice .wp-headline {
    writing-mode: vertical-rl;
  }
  
  .voice .wp-headline__kana {
    margin-top: inherit;
    margin-right: calc(40/16 * 1rem);
    text-orientation: sideways-right;
  }

  .voice .wp-section {
    min-height: calc(1000/16 * 1rem);
  }

  .voices-list {
    max-width: calc(1024/16 * 1rem);
    margin-left: auto;
  }
}



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

.instagram {
  position: relative;
  overflow: hidden;
}
.instagram::before,
.instagram::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: calc(300/28 * 1rem);
  height: calc(300/28 * 1rem);
  opacity: 0.8;
  border-radius: 50%;
}
.instagram::before {
  top: calc(75/28 * -1rem);
  left: calc(75/28 * -1rem);
  border: 4px dotted #dddddd;
}
.instagram::after {
  bottom: calc(75/28 * -1rem);
  right: calc(75/28 * -1rem);
  border: 4px dotted var(--wp--preset--color--primary);
}

.instagram .constrained-content {
  position: relative;
}

.instagram-heading {
  position: relative;
}
.instagram-heading::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 1rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(./assets/imagery/instagram_icn.svg);
}

.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.instagram-gallery__item a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 0;
}

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

/* hide editor message */
.instagram-gallery > div p {
  display: none;
}

@media all and (min-width: 768px) {
  .instagram-gallery {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media all and (max-width: 1023px) {
  .instagram-cta {
    margin-bottom: 2rem;
  }
}

@media all and (min-width: 1024px) {
  .instagram::before,
  .instagram::after {
    width: calc(480/16 * 1rem);
    height: calc(480/16 * 1rem);
  }
  .instagram::before {
    top: calc(120/16 * -1rem);
    left: calc(120/16 * -1rem);
  }
  .instagram::after {
    bottom: calc(120/16 * -1rem);
    right: calc(120/16 * -1rem);
  }

  .instagram-cta {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* animations */
.instagram::before,
.instagram::after {
  animation: instagram-circle-rotate-fx 60s linear infinite;
}
.instagram::after {
  animation-direction: alternate-reverse;
}

@keyframes instagram-circle-rotate-fx {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}



/**************************************************************
* GREETING
**************************************************************/

@media all and (min-width: 1024px) {
  .greetings-contents > .wp-block-cover .wp-block-cover__image-background {
    max-height: 620px;
  }
}

.greetings-txt-block::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 40px 0;
  border: 1px solid var(--wp--preset--color--primary);
}



/**************************************************************
* INFORMATION
**************************************************************/

.location-map iframe[src*="https://www.google.com/maps/"] {
  border-radius: 8px;
}

.location-map .google-map {
  height: 100%;
}

@media all and (min-width: 1920px) {
  .shop-info-contents {
    max-width: calc(1280/16 * 1rem);
    padding: calc(80/16 * 1rem) calc(120/16 * 1rem) calc(120/16 * 1rem); 
    border-radius: 30px;
    background-color: var(--wp--preset--color--custom-background-opacity-mode);
    box-shadow: 0px 0px 20px rgba(12, 28, 31, 0.04);
  }
}



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

/* js-acc
************************************************/
.js-acc .wp-block-heading::before,
.js-acc .wp-block-heading::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5%;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #ffffff;
}

.js-acc .wp-block-heading::after {
  transform: rotatez(92deg) scale(1);
  transition: transform 0.3s ease;
}
.js-acc.is-unfolded .wp-block-heading::after {
  transform: rotate(0deg) scale(1);
}

.js-acc > .acc-body {
  height: 0;
  min-height: 0;
  visibility: hidden;
  opacity: 0;
}

.js-acc.is-unfolded > .acc-body {
  height: 100%;
  min-height: 50vh;
  padding-top: 40px;
  visibility: visible;
  opacity: 1;
}

.js-acc > .acc-body {
  transition: all 0.3s ease-out;
}


/**************************************************************
   * 追従ボタン（2024/08/08 追記）
**************************************************************/
.floating-btns {
  position: fixed;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5%;
    bottom: 5%;
    left: 5.8vw;
    z-index: 100;
}

.floting-btns__free-link.wp-block-button::before {
	background: var(--wp--preset--color--vivid-cyan-blue);
}

@media (max-width: 1023px) {
  .floating-btns {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .floating-btns {
      left: unset;
      bottom: 0;
      width: 100%;
      gap:0;
  }

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

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

  .floating-btns .wp-block-button::before {
    border-radius: 0;
    top: 0;
  }

  .floating-btns .wp-block-button__link {
    border-radius:0;
  }
}


/**************************************************************
   * デモテーブル（2024/08/08 追記）
**************************************************************/
.component-timeTableArea {
  margin: 0 auto;
  width: 90%;
}

.component-timeTable {
  border-collapse: collapse;
  font-size: 3vw;
  text-align: center;
  width: 100%;
}

.component-timeTable thead th,
.component-timeTable tbody tr {
  border: 1px solid var(--wp--preset--color--secondary);
}

.component-timeTable thead th {
  padding: 10px 0;
  font-weight: 600;
}

.component-timeTable thead th:first-child {
  background-color: var(--wp--preset--color--primary);
  width: 10vw;
}

.component-timeTable thead th:last-child {
  width: 5vw;
}

.component-timeTable th+th {
  background-color: var(--wp--preset--color--primary);
  width: 5vw;
}

.component-timeTable tbody th {
  background-color: var(--wp--preset--color--primary);
  padding: 10px 0;
}

.component-timeTable tbody td,
.component-timeTable tbody th {
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 2vw 1vw;
  font-weight: 600;
}

.component-timeTable tbody td {
  position: relative;
}

.component-timeTable tbody tr:last-child td,
.component-timeTable tbody tr:last-child th {
  padding: 15px 0;
  padding: 0.781vw 0;
}

.component-timeTable__open,
.component-timeTable__close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  height: 16px;
  width: 16px;
}

.component-timeTable__open:before,
.component-timeTable__close:before {
  background-color: var(--wp--preset--color--secondary);
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 1px;
  width: 3vw;
}

.component-timeTable__open:before {
  /* height: 16px; */
  height: 3vw;
  width: 3vw;
  border-radius: 50px;
}

.component-timeTable__note {
  margin-top: 10px;
  font-weight: 600;
  text-align: right;
}

@media screen and (min-width: 1024px) {
  .component-timeTableArea {
    width: 850px;
  }

  .component-timeTable {
    font-size: 14px;
  }


  .component-timeTable__open:before,
  .component-timeTable__close:before {
    height: 1px;
    width: 16px;
  }

  .component-timeTable__open:before {
    height: 14px;
    width: 14px;
  }

  .component-timeTable tbody td,
  .component-timeTable tbody th {
    padding: 15px 0;
  }

  .component-timeTable thead th:first-child {
    width: 150px;
  }

  .component-timeTable th+th {
    width: 38px;
  }

  .component-timeTable thead th:last-child {
    width: 65px;
  }
}


/**************************************************************
**************************************************************
* フォント拡大ver
**************************************************************
**************************************************************/


/* bodyタグに「txt-size-bigger」追加で全体気に大きくする
**************************************************************/
body.txt-size-bigger {
  font-size: calc(42 / 28 * 1rem);
}

body.txt-size-bigger .g-nav__list > li {
  font-size: 1.2rem;
}

@media screen and (max-width: 425px) {
  body.txt-size-bigger .wp-headline__alphabetic {
    font-size: calc(100 / 28 * 1rem);
  }
}

@media screen and (min-width: 1024px) {
  body.txt-size-bigger {
    font-size: calc(20 / 16 * 1rem);
  }
}

@media screen and (max-width: 767px) {
  body.txt-size-bigger a.wp-block-button__link.wp-element-button {
    font-size: 1.2rem;
  }
}

/* mv */
@media (min-width: 1024px) {
  body.txt-size-bigger .font-big.hero-contents__catch {
    font-size: calc(55 / 16 * 1rem);
  }
}

@media screen and (max-width:425px) {
  body.txt-size-bigger .font-big.hero-contents__catch {
    font-size: calc(54 / 28 * 1rem);
  }
}

/* form */
body.txt-size-bigger .c-form-control__option {
  font-size: 1rem;
}

/* footer */
@media screen and (min-width: 1024px) {
  body.txt-size-bigger .footer-info>li {
    font-size: calc(20 / 16 * 1rem);
  }

  body.txt-size-bigger .footer-nav {
    font-size: calc(20 / 16 * 1rem);
  }
}


/* 個別クラス（font-big）
**************************************************************/

@media (min-width: 1024px) {
  .font-big.wp-headline__kana {
    font-size: calc(30 / 16* 1rem);
  }
}

.g-nav__list > li .font-big {
  font-size: 1.3rem;
}

.g-nav__cta .font-big.wp-block-button__link {
  font-size: 1.3rem;
}

@media (max-width: 1023px) {
  .g-nav__list > li .font-big {
    font-size: 22px;
  }

  .g-nav__cta .font-big.wp-block-button__link {
    font-size: 22px;
  }
}

/* hero */
.font-big.hero-contents__catch {
  font-size: calc(72 / 28* 1rem);
}

.font-big.hero-contents__txt {
  font-size: calc(20 / 16* 1rem);
}

.font-big.hero-alphabetic-copy {
  font-size: calc(36 / 28* 1rem);
}

@media (min-width: 1024px) {
  .font-big.hero-contents__catch {
      font-size: calc(72 / 16* 1rem);
  }

  .font-big.hero-contents__txt {
      font-size: calc(32 / 16* 1rem);
  }

  .font-big.hero-alphabetic-copy {
    font-size: calc( 52/ 16* 1rem);
  }
}

/* campaign */
.campaign-contents p.font-big {
  font-size: calc(24 / 16* 1rem);
}

/* problem */
.problems-list li strong.font-big {
  font-size: calc(24 / 16* 1rem);
}

.problems-list > li.is-animated.font-big::before {
  margin-top: calc(-10 / 16* 1rem);
}

/* solution */
.font-big.solution-line1,
.font-big.solution-line2 {
  font-size: calc(36/28 * 1rem);
}

.font-big.solution-big-catch {
  font-size: calc(72/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.solution-line1,
  .font-big.solution-line2 {
    font-size: calc(36/16 * 1rem);
  }
  
  .font-big.solution-big-catch {
    font-size: calc(72/16 * 1rem);
  }

  .font-big.solution-txt {
    font-size: calc(24 / 16* 1rem);
  }
}

/* concept */
.font-big.concept-alphabetic-catch {
  font-size: calc(36/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.concept-alphabetic-catch {
    font-size: calc(36/16 * 1rem);
  }

  .concept-contents > p.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* features */
.features-item .wp-block-heading.font-big {
  font-size: calc(48/28 * 1rem);
}

.features-item h3.wp-block-heading.font-big::before {
  font-size: calc(111/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .features-item .wp-block-heading.font-big {
    font-size: calc(36/16 * 1rem);
  }

  .features-item p.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* menu */
.menu-contents > p.font-big {
  font-size: calc(21/16 * 1rem);
}

@media all and (min-width: 1024px) {
  .menu-list li.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* flow */
.font-big.flow-item::before {
  font-size: calc(60/28 * 1rem);
}

.flow-item .wp-block-heading.font-big {
  font-size: calc(27/16 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.flow-item::before {
    font-size: calc(60/16 * 1rem);
  }

  .flow-item p.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* voice */
@media all and (min-width: 1024px) {
  .font-big.voice-item__comment {
    font-size: calc(24/16 * 1rem);
  }

  .font-big.voice-item__metatag {
    font-size: calc(24/16 * 1rem);
  }
}

/* instagram */
.font-big.instagram-heading {
  font-size: calc(72/28 * 1rem);
}

.instagram-cta .wp-block-button__link.font-big {
  font-size: calc(36/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.instagram-heading {
    font-size: calc(72/16 * 1rem);
  }

  .instagram-cta .wp-block-button__link.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* faq */
.font-big.faq-item__question::before {
  font-size: calc(30/16 * 1rem);
}

.font-big.faq-item__answer::before {
  font-size: calc(30/16 * 1rem);
}

.faq-item__question h3.font-big {
  font-size: calc(24/16 * 1rem);
}

.faq-item__answer p.font-big {
  font-size: calc(24/16 * 1rem);
}

/* greeting */
@media all and (min-width: 1024px) {
  .greetings-txt-block p.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* information */
@media all and (min-width: 1024px) {
  .shop-info-contents td.font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* contact */
.contact .wp-block-button[class*="--line"] .font-big.wp-block-button__link {
  font-size: calc(24/16 * 1rem);
}

.contact .wp-block-button[class*="--tel"] .font-big.wp-block-button__link {
  font-size: calc(21/16 * 1rem);
}

.contact .wp-block-button[class*="--tel"] .wp-block-button__link > .font-big {
  font-size: calc(48/16 * 1rem);
}

.font-big.contact-onward {
  font-size: calc(21/16 * 1rem);
}

/* form
************************************************/
@media all and (min-width: 1024px) {
  .font-big.c-form-control__label {
    font-size: calc(27 / 16* 1rem);
  }

  .form-submit-area button.font-big {
    font-size: calc(24 / 16* 1rem);
  }
}

/* footer */
.footer-nav li .font-big {
  font-size: calc(36/28 * 1rem);
}

.font-big.copyright {
  font-size: calc(36/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.copyright {
    font-size: calc(24/16 * 1rem);
  }

  .footer-info > li .font-big {
    font-size: calc(21/16 * 1rem);
  }

  .footer-nav li .font-big {
    font-size: calc(24/16 * 1rem);
  }
}

/* pagetop-btn */
.font-big.pagetop-btn__link {
  font-size: calc(36/28 * 1rem);
}

@media all and (min-width: 1024px) {
  .font-big.pagetop-btn__link {
    font-size: calc(24 / 16* 1rem);
  }
}
