/*!
Theme Name: Neon Palace
Author: -
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: neonpalace
Tags: custom, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, full-site-editing, one-column, template-editing, wide-blocks
*/

/**************************************************************
* CSS vars
**************************************************************/

body {
  --alphabetic-font: var(--wp--preset--font-family--alphabetic-font);
  --kana-font: var(--wp--preset--font-family--kana-font);
  --base-font-family: var(--kana-font), Arial, "メイリオ", Meiryo, sans-serif;
}

/**************************************************************
* Global settings
**************************************************************/

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  font-family: var(--base-font-family);
  letter-spacing: 0.05em;
}

/* hover */
@media (hover: hover) {
  a img {
    transition: opacity 0.3s ease-out;
  }
  
  a:hover img {
    opacity: 0.8;
  }
}


/**************************************************************
* WP styles
//MEMO: 
cherry picked from "wp-block-library" and now defined here 
**************************************************************/

.wp-element-button {
  cursor: pointer
}

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

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

.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge)
}

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

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

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

.aligncenter {
  clear: both
}

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

.items-justified-center,
.is-content-justification-center {
  justify-content: center
}

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

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



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

/* wp-block-social
********************************/
.wp-block-social-link-label.screen-reader-text {
  display: none;
}



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

/* wp-headline
********************************/
.wp-headline {
  position: relative;
  display: grid;
  justify-content: center;
  max-width: 74%;
  margin-bottom: 5.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.25rem;
  padding-bottom: 2.2rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  color: #ffffff;
  border-radius: 1.25rem;
  border: 0.25rem solid #ffffff;
}

.wp-headline::-moz-selection {
  background-color: var(--wp--preset--color--custom-neon-border-1);
  color: var(--wp--preset--color--custom-neon-text-1);
}
.wp-headline::selection {
  background-color: var(--wp--preset--color--custom-neon-border-1);
  color: var(--wp--preset--color--custom-neon-text-1);
}
.wp-headline:focus {
  outline: none;
}

.wp-headline__kana {
  display: table;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: min(8.5vw, 40px); /* 10vw = 40/375*100vw */
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.wp-headline__alphabetic {
  position: relative;
  display: inline-block;
  font-family: var(--alphabetic-font);
  font-size: min(5vw, 20px); /* 5vw = 20/375*100vw */
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  word-break: break-all;
}

@media (min-width: 1024px) {
  .wp-headline::before,
  .wp-headline::after {
    width: 17.25%;
  }
}


/* wp-section
************************************************/
.wp-section {
  position: relative;
  padding-top: 23.636%;
}


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

.wp-block-button:not(.has-custom-width) {
  width: 100%;
  height: 64px;
}

.wp-block-button::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  border-radius: 2rem;
  background: transparent;
  box-shadow: 0 0 5px 5px var(--wp--preset--color--primary),
              0 0 6px 6px rgba(0, 0, 0, 0.5);
}


.wp-block-button__link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: min(4.8vw, 18px);
  letter-spacing: 0.05em;
  border-radius: 2rem;
  border: 1px solid var(--wp--preset--color--primary);
}

@media (min-width: 1024px) {
  .wp-block-button:not(.has-custom-width) {
    max-width: 320px;
    min-width: 320px;
  }
}


/* padded-content
************************************************/
.padded-content {
  padding-left: 5%;
  padding-right: 5%;
}


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

.rail-horizontal-txt__body {
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
  width: 100%;
}

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



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

/* g-header
************************************************/
.g-header {
  z-index: 999;
  display: grid;
  justify-content: center;
  align-items: center;
  background-color: var(--wp--preset--color--background-secondary);
}

.g-header__inner {
  position: relative;
}

.g-header .wp-block-site-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: min(10.66vw, 40px);
}
.g-header .wp-block-site-logo > a {
  display: block;
}
.g-header .wp-block-site-logo > a img {
  display: block;
  margin: auto;
}


/* sns buttons */
.g-header .wp-block-social-links.is-style-logos-only {
  display: flex;
  gap: min(4vw, 30px);
  justify-content: center;
  margin-bottom: min(10.66vw, 40px);
}

.g-header .wp-block-social-link-anchor {
  position: relative;
}
.g-header .wp-block-social-link-anchor::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  filter: blur(10px);
  background: #ffffff;
}

.g-header .wp-block-social-link-anchor[href*="https://twitter.com"]::after {
  background: #1d9bf0;
}
.g-header .wp-block-social-link-anchor[href*="https://instagram.com"]::after {
  background: #a307e8;
}
.g-header .wp-block-social-link-anchor[href*="https://facebook.com"]::after {
  background: #1877f2;
}
.g-header .wp-block-social-link-anchor[href*="https://tiktok.com"]::after {
  background: #ff004f;
}
.g-header .wp-block-social-link-anchor[href*="https://youtube.com"]::after {
  background: #f70000;
}
.g-header .wp-block-social-link-anchor[href*="https://line.me"]::after {
  background: #06fc12;
}

.g-header .wp-social-link svg {
  position: relative;
}
.g-header .wp-block-social-link-anchor svg path {
  fill: var(--wp--preset--color--foreground);
}

.g-header .wp-block-social-link-anchor[href*="https://tiktok.com"] svg {
  transform: scale(0.85);
}

/* line cta */
.wp-block-button[class*="--line-btn"] {
  max-width: 280px;
  min-width: 280px;
}

.wp-block-button[class*="--line-btn"]::before {
  box-shadow: 0 0 5px 5px #06fc12,
              0 0 6px 6px rgba(0, 0, 0, 0.5);
}

.wp-block-button[class*="--line-btn"] .wp-block-button__link {
  border-color: #06fc12;
}

i.line-icn {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
  background-image: url(./assets/imagery/line.svg);
  background-color: #06C755;
  border-radius: 8px;
}


@media all and (max-width: 1023px) {
  .g-header {
    position: fixed;
    top: 0;
  }

  .g-header .wp-block-site-logo {
    width: 135px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 1024px) {
  .g-header {
    position: sticky;
    top: 2.2083333333vw;
    bottom: 2.2083333333vw;
    overflow-y: scroll;
    width: 375px;
    height: calc(100dvh - (2.2083333333vw + 2.2083333333vw));
    border-radius: 8px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1699px) {
  .g-header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media all and (min-width: 1600px) {
  .g-header {
    top: 100px;
    bottom: 100px;
    height: calc(100dvh - (4vw + 4.8vw));
  }
}

@media all and (min-width: 1700px) {
  .g-header {
    top: 2.25vw;
    bottom: 2.25vw;
    min-height: 840px;
  }
}



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

.g-nav__list {
  margin-bottom: min(10.66vw, 40px);
}

@media all and (max-width: 1023px) {
  .g-nav {
    display: grid;
    justify-content: center;
  }
}

@media all and (min-width: 1024px) {
  .g-nav__list {
    padding-left: 20px;
  }
}

/* g-footer
************************************************/
.g-footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media all and (min-width: 1024px) {
  .g-footer {
    padding-bottom: 20px;
  }
}


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

/* widescreen-fixed-frame-layer
********************************/
@media all and (min-width: 1024px) {
  .widescreen-fixed-frame-layer {
    position: relative;
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 1rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (min-width: 1200px) {
  .widescreen-fixed-frame-layer {
    padding-left: 100px;
    padding-right: 100px;
  }
}

/* scrollable-frame
********************************/
.scrollable-frame {
  position: relative;
  max-width: 550px;
  background-image: url("data:image/svg+xml,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='40' patternTransform='scale(3) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(240, 75%, 8%, 1)'/><path d='M0 30h20L10 50zm-10-20h20L0 30zm20 0h20L20 30zM0-10h20L10 10z' stroke-width='0.5' stroke='hsla(0, 0%, 100%, 0.075)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}

@media all and (max-width: 1023px) {
  .scrollable-frame {
    margin: auto;
  }
}

@media all and (min-width: 1024px) {
  .scrollable-frame {
    z-index: 9;
    margin-left: auto;
    background-attachment: fixed;
  }
}

/* mobile-line-cta
********************************/
.mobile-line-cta {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
}

.mobile-line-cta .wp-block-button[class*="--line-btn"] {
  max-width: 100px;
  min-width: 100px;
  height: 100px;
}
.mobile-line-cta .wp-block-button[class*="--line-btn"]::before {
  border-radius: 50%;
}
.mobile-line-cta .wp-block-button[class*="--line-btn"]::after {
  display: none;
}

.mobile-line-cta .wp-block-button[class*="--line-btn"] .wp-block-button__link {
  flex-direction: column;
  padding: inherit;
  border-radius: 50%;
  font-size: 11px;
  letter-spacing: 0;
  border-width: 5px;
  border-color: #b0ffb5;
}

.mobile-line-cta i.line-icn {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.35rem;
}

@media all and (min-width: 1024px) {
  .mobile-line-cta .wp-block-button[class*="--line-btn"] {
    max-width: 132px;
    min-width: 132px;
    height: 132px;
  }
  .mobile-line-cta .wp-block-button__link {
    font-size: 16px;
  }
}

/* seo-tagline
********************************/
.seo-tagline {
  display: none;
}

/* nav-contact-btn
********************************/
.nav-contact-btn {
  width: 100%;
  height: 50px;
}

@media all and (max-width: 1023px) {
  .nav-contact-btn {
    margin-top: 2rem;
    padding-left: 5%;
    padding-right: 5%;
    opacity: 0;
    transition: opacity 0.3s ease;
    transition-delay: 1s;
  }
}

@media all and (min-width: 1024px) {
  .nav-contact-btn {
    max-width: 190px;
  }
}

/* nav-*
********************************/
.nav-links > li {
  letter-spacing: 0.05em;
}

.nav-links > li,
.nav-links > li a {
  color: var(--wp--preset--color--foreground-inverted);
  text-decoration: none;
}

@media all and (max-width: 1023px) {  
  .nav-links {
    display: grid;
    grid-template-columns: 80%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 60%;
    margin-top: 100px;
    text-align: center;
  }
}

@media all and (min-width: 1024px) {
  .nav-links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 30px;
  }
}

/* hover */
@media (hover: hover) {
  html[style*="scroll-behavior"] .nav-links > li,
  html[style*="scroll-behavior"] .nav-links > li a {
    transition: color 0.3s ease-out;
  }

  .nav-links > li :hover {
    color: var(--wp--preset--color--foreground);
  }
}

/* miscellany 
************************************************/

/* sns icons */
.line-custom-icn {
  position: relative;
}
.line-custom-icn .wp-block-social-link-anchor::before {
  content: "";
  width: 1em;
  height: 1em;
  fill: currentColor;
  color: currentColor;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: contain;
  background-image: url(./assets/imagery/line.svg);
}

.line-custom-icn .wp-block-social-link-anchor > svg {
  display: none;
}

.line-custom-icn[class*="--inverted"] .wp-block-social-link-anchor::before {
  filter: invert(1);
}

/* footer-nav */
.footer-nav {
  display: grid;
  gap: 1rem;
}

.footer-nav > li a {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .footer-nav {
    grid-template-columns: repeat(3, 20%);
    gap: 25px 60px;
    justify-content: flex-end;
  }
}

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

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

/* copyright */
.copyright {
  font-size: 12px;
  font-family: var(--alphabetic-font);
  font-weight: normal;
  text-align: center;
}

@media all and (max-width: 1023px) {
  .copyright {
    text-align: center !important;
  }
}



/**************************************************************
* HERO
**************************************************************/

.hero {
  position: relative;
  height: 100vh;
  height: 100svh;
}

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

.hero .wp-block-cover__image-background {
  object-position: bottom;
}

.hero-cover {
  align-items: start;
  justify-content: center;
}

.hero-logo {
  display: flex;
  justify-content: center;
  width: auto;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-catch {
  margin-top: 23.636%;
}

.hero-catch__block-1 {
  position: relative;
  line-height: 1.2;
}
.hero-catch__block-1 > br {
  display: none;
}
.hero-catch__block-1 > strong {
  display: block;
  font-size: min(12.8vw, 72px); /* //MEMO: ((PC font size / 1.5) / 375 * 100vw ) */
  font-weight: 900;
  letter-spacing: -0.05em;
  transform: rotate(-8deg) skew(0deg);
}
.hero-catch__block-1 > strong:nth-child(1) {
  text-shadow: 4px 4px 5px var(--wp--preset--color--custom-secondary-opacity-mode),
               -4px -4px 5px var(--wp--preset--color--custom-secondary-opacity-mode),
               8px 8px 10px var(--wp--preset--color--custom-secondary-opacity-mode),
               -8px -8px 10px var(--wp--preset--color--custom-secondary-opacity-mode);
}
.hero-catch__block-1 > strong:nth-child(2), /* br */
.hero-catch__block-1 > strong:nth-child(3) {
  position: relative;
  left: min(16vw, 90px);
  text-shadow: 4px 4px 5px var(--wp--preset--color--custom-primary-opacity-mode),
               -4px -4px 5px var(--wp--preset--color--custom-primary-opacity-mode),
               8px 8px 10px var(--wp--preset--color--custom-primary-opacity-mode),
               -8px -8px 10px var(--wp--preset--color--custom-primary-opacity-mode);
}

.hero-catch__block-2 {
  position: relative;
  top: 15px;
  right: -20px;
  display: grid;
  grid-template-columns: auto;
  width: auto;
  margin-left: auto;
  text-align: right;
  padding-top: 5px;
  max-width: 380px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 80px;
  font-family: var(--alphabetic-font);
  font-size: min(4.26vw, 24px);
  letter-spacing: 0.05em;
  background: linear-gradient(to right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%);
  transform: rotate(-8deg) skew(0deg);
}

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

}



/**************************************************************
* WELCOME
**************************************************************/

.welcome .wp-block-heading {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: min(4.26vw, 24px);
  letter-spacing: 0em;
}



/**************************************************************
* CONCEPT
**************************************************************/

.concept {
  position: relative;
  width: calc(100% - 10.666%);
  margin-top: 80px; /* + 20px due to slick-dots */
  margin-left: auto;
  margin-right: auto;
  padding: 2px; /* neon-box */
}
.concept .wp-block-heading {
  margin-bottom: min(14vw, 80px);
  font-family: 'Monoton', cursive;
  font-size: min(10vw, 60px);
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-shadow: 0 0 10px var(--wp--preset--color--primary),
               1px 1px 30px var(--wp--preset--color--custom-primary-opacity-mode),
               -1px -1px 30px var(--wp--preset--color--custom-primary-opacity-mode);
}

.concept__inner-box {
  padding-top: min(18vw, 160px);
  padding-bottom: min(24vw, 230px);
  padding-left: min(9vw, 50px);
  padding-right: min(9vw, 50px);
}

.concept__inner-box {
  position: relative;
}

.concept__inner-box p + p {
  margin-top: 1.5rem;
}

.concept__inner-box p {
  line-height: 2;
}



/**************************************************************
* SERVICES
**************************************************************/

.services {
  position: relative;
}

/* services-carousel
************************************************/
.services-carousel .slick-arrow {
  display: none !important;
}

.services-carousel .slick-dots {
  bottom: -35px;
}

.services-carousel .slick-dots li button:before {
  font-size: 8px;
  color: #ffffff;
  text-shadow: 1px 1px 2px var(--wp--preset--color--primary),
               0 -1px 2px var(--wp--preset--color--primary);
}
.services-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
}

@media all and (min-width: 1024px) {
  .services-carousel {
    padding-left: 5%;
    padding-right: 5%;
  }
}



/**************************************************************
* NEWS
**************************************************************/

.news {
  position: relative;
}

.news .wp-block-columns {
  justify-content: space-between;
  gap: calc(100/1920 * 100vw);
}

/* news-*
************************************************/
.news-list {
  position: relative;
}

.news-item {
  display: grid;
  gap: 5%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.news-list li .news-item {
  border-top: 1px solid var(--wp--preset--color--primary);
}
.news-list li:last-child .news-item {
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.news-list li .news-item::before,
.news-list li .news-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.news-list li .news-item::before {
  top: 0;
}
.news-list li .news-item::after {
  bottom: 0;
}

.news-item__title {
  margin-bottom: 1rem;
}

@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: 57.5rem;
    margin: auto;
  }
  
  .news-item {
    grid-template-columns: 15% 1fr;
  }
  .news-item > dd {
    padding-right: 15%;
  }
}



/**************************************************************
* SHOP INFO
**************************************************************/

.shopinfo {
  position: relative;
}

.shopinfo .wp-block-columns {
  gap: calc(100/1920 * 100vw);
}

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

/* shopinfo-contents
********************************/
.shopinfo-contents {
  position: relative;
}

.shopinfo-contents :is(p, ul):not(:last-child) {
  padding-bottom: calc(30/1920 * 100vw);
}

.shopinfo-contents a {
  text-decoration: none !important;
}

.shopinfo-contents .wp-block-image {
  margin-bottom: 30px;
}

.shopinfo-contents .wp-block-flexible-table-block-table {
  margin-top: 40px;
  padding-top: 5%;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  background: var(--wp--preset--color--background);
}



/**************************************************************
* RECRUIT
**************************************************************/

.recruit {
  position: relative;
}

/* job-offer
************************************************/
.job-offer {
  position: relative;
  margin-top: 40px;
}

.job-offer + .job-offer {
  margin-top: 20px;
}

.job-offer__label {
  position: relative;
  padding: 1.2rem 0.75rem;
  padding-right: 7.25%;
  cursor: pointer;
  font-size: min(3.85vw, 18px);
  background: linear-gradient(to right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%);
}

.job-offer__body {
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 5%;
  background: var(--wp--preset--color--background);
}

.job-offer__body p + figure {
  position: relative;
  margin-top: 40px;
  padding-top: calc(30/550 * 100%);
}

.job-offer__body p + figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%);
}

@media all and (min-width: 1024px) {
  .job-offer__label {
    padding: 1.2rem;
    padding-right: 5%;
  }
}


/**************************************************************
* SNS
**************************************************************/

.sns {
  position: relative;
}

/* sns-*
************************************************/
.sns-block {
  position: relative;
}
.sns-block:not(:last-child) {
  margin-bottom: 60px;
}

.sns-subheading {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
  font-size: min(5.33vw, 40px);
  font-family: var(--alphabetic-font);
  text-shadow: 0 0 15px var(--wp--preset--color--primary);
}
.sns-subheading::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, var(--wp--preset--color--primary) 0%, var(--wp--preset--color--secondary) 100%);
  box-shadow: 0 0 5px 2px var(--wp--preset--color--custom-secondary-opacity-mode);
}

.sns-subheading[class*="--xtwitter"] {
  text-shadow: 0 0 15px var(--wp--preset--color--secondary);
}

/* twitter-embeded-box
************************************************/
.twitter-embeded-box {
  text-align: center;
}



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

.instagram {
  padding-top: 8.8vmax;
  padding-bottom: 6.25vmax;
}

.instagram .c-headline {
  color: var(--wp--preset--color--foreground-inverted);
}

/* instagram-gallery
************************************************/
.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 60px;
}

.instagram-gallery > div.instagram__error {
  grid-column: 1 / -1;
}

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



/**************************************************************
* LINKS
**************************************************************/

.links {
  position: relative;
}

.links .wp-block-gallery {
  display: grid;
  gap: 30px;
}



/**************************************************************
* CONTACT
**************************************************************/

.contact {
  position: relative;
}



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

.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-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;
}
