@charset "UTF-8";
/* -----------------------------------------------------------------
 Foundation
----------------------------------------------------------------- */
:root {
  /* サイトカラー */
  --theme-main: #282828;
  --theme-accent: #D7578A;
  --theme-gray: #F5F5F5;
  --theme-green: #1BA53B;
  --theme-blue: #2FABE6;
  /* font */
  --font-base: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ W3", "Noto Sans JP", sans-serif;
  --font-en: "Red Hat Display", sans-serif;
  /* header */
  --header-height-sm: 64px;
  --header-height-md: 70px;
  --header-height-lg: 88px;
  /* inner */
  --inner-max-width-sm: 800px;
  --inner-max-width-md: 1080px;
  --inner-max-width-lg: 1200px;
  --inner-max-width-xl: 1280px;
  /* btn */
  --btn-line-height: 1.2;
  --btn-font-weight: 500;
  --btn-font-size: rem(14);
}

/*======================
  reset
======================*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

svg,
img,
picture {
  display: block;
  width: 100%;
  vertical-align: middle;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*=======================
  breakpoints
=======================*/
.home-mv__copy-main,
.home-mv__copy-sub {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-filter: blur(12px);
          filter: blur(12px);
}

.home-mv__copy-desc,
.home-mv__copy-attention {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

.home-about__deco-right,
.home-about__deco-left,
.about__item-comment {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.u-animate-fade {
  opacity: 0;
  visibility: hidden;
}

.u-animate-slide-up {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1.25rem);
          transform: translateY(1.25rem);
}

@media screen and (max-width: 1023px) {
  .u-animate-slide-up {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
}
/*======================
  base
======================*/
* {
  min-height: 0vw;
}

html {
  scrollbar-gutter: stable;
  overflow-y: scroll;
}

html.is-nav-open,
body.is-nav-open {
  overflow: hidden;
}

body {
  color: var(--theme-main);
  font-family: var(--font-base);
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-autospace: normal;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  body a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.empty-message {
  text-align: center;
}

/*======================
  svg
======================*/
.svg,
.svg-defs {
  display: none;
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.c-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-icon__arrow {
  width: 0.75rem;
  aspect-ratio: 1/1;
  color: var(--theme-main);
}

.c-icon__arrow--md {
  width: 1rem;
  aspect-ratio: 1/1;
}

.c-icon__window {
  width: 1rem;
  aspect-ratio: 1/1;
  color: #fff;
}

/* -----------------------------------------------------------------
 Layout
----------------------------------------------------------------- */
/*=======================
  Header
=======================*/
.l-header {
  position: fixed;
  inset: 0;
  width: 100%;
  height: var(--header-height-md);
  background-color: var(--theme-gray);
  z-index: 980;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: var(--header-height-lg);
  }
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding-inline: 0.8125rem;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 2.2%;
  }
}
.l-header__logo {
  position: relative;
  display: block;
  width: 100%;
  max-width: 8.75rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    max-width: clamp(10rem, 6.923rem + 4.81vw, 11.25rem);
    /* 100 - 180 */
  }
}
.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__nav-list {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
       -moz-column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
            column-gap: clamp(1rem, -0.231rem + 1.92vw, 1.5rem);
    /* 16 - 24 */
    font-size: clamp(0.813rem, 0.505rem + 0.48vw, 0.938rem);
    /* 13 - 15 */
  }
}
.l-header__nav-item {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  vertical-align: baseline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}
.l-header__nav-contents {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: var(--theme-gray);
  border-top: 1px solid #e0e0e0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 1000;
}
.l-header__nav-contents[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
}
.l-header__nav-inner {
  display: grid;
  grid-template-columns: 23% 1fr;
  gap: 2rem;
  position: relative;
  padding: 2.5rem 4% 3.5rem 4%;
}
.l-header__nav-desc {
  -ms-flex-item-align: center;
      align-self: center;
}
.l-header__nav-head {
  margin-bottom: 1rem;
  margin-left: 0.375rem;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--theme-main);
}
.l-header__nav-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-self: center;
  gap: 0 2rem;
}
.l-header__sns {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    margin-left: 1.25rem;
  }
}
.l-header__contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header__contact {
    display: block;
    margin-left: 1.25rem;
  }
}

.l-navbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.375rem;
     -moz-column-gap: 0.375rem;
          column-gap: 0.375rem;
  min-width: 7.625rem;
  height: 2.625rem;
  margin-left: 0.625rem;
  padding: 0.625rem 0.9375rem 0.625rem 1.0625rem;
  background-color: #fff;
  border: 0.0625rem solid var(--theme-main);
  border-radius: calc(infinity * 1rem);
  font-family: var(--font-en);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--theme-main);
  letter-spacing: 0.08em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1200;
}
@media (hover: hover) and (pointer: fine) {
  .l-navbtn:hover {
    background-color: var(--theme-main);
    color: #fff;
  }
  .l-navbtn:hover .c-icon__menu path {
    stroke: #fff;
  }
}
.l-navbtn.is-active {
  background-color: var(--theme-main);
  color: #fff;
}
.l-navbtn.is-active svg path {
  stroke: #fff;
}
.l-navbtn__text {
  min-width: 3.25rem;
  text-align: right;
  line-height: 1;
}
.l-navbtn__icon {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-navbtn__icon .c-icon__menu path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

.l-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 999;
}
.l-nav::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-nav.is-active::before {
  opacity: 1;
  visibility: visible;
}
.l-nav__container {
  position: relative;
  margin-left: auto;
  height: 100%;
  min-height: 0;
  width: 100%;
  padding-top: var(--header-height-md);
  background: var(--theme-gray);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .l-nav__container {
    padding-top: var(--header-height-lg);
    max-width: 27.5rem;
  }
}
.l-nav.is-active .l-nav__container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-nav__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  min-height: 0;
  padding: 1.5rem max(5.3%, 1rem) 5rem max(5.3%, 1rem);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /* IE, Edge 対応 */
  scrollbar-width: none; /* Firefox 対応 */
}
.l-nav__inner::-webkit-scrollbar { /* Chrome, Safari 対応 */
  display: none;
}
.l-nav__search {
  width: 100%;
}
.l-nav__search input[type=search] {
  -webkit-appearance: none;
}
.l-nav__search input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.l-nav__search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 3.5rem;
  padding-left: 1.25rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.l-nav__search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  min-width: 0;
  height: 3.5rem;
  border: none;
  background: transparent;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--theme-text, var(--theme-main));
  letter-spacing: 0.08em;
}
.l-nav__search-input::-webkit-input-placeholder {
  color: #c7c7c7;
}
.l-nav__search-input::-moz-placeholder {
  color: #c7c7c7;
}
.l-nav__search-input:-ms-input-placeholder {
  color: #c7c7c7;
}
.l-nav__search-input::-ms-input-placeholder {
  color: #c7c7c7;
}
.l-nav__search-input::placeholder {
  color: #c7c7c7;
}
.l-nav__search-input:focus {
  outline: none;
}
.l-nav__search-button {
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.l-nav__search-button .c-icon__search {
  width: 1.25rem;
  height: 1.25rem;
}
.l-nav__menu {
  margin-top: 1rem;
}
.l-nav__menu-item {
  border-bottom: 1px solid #e0e0e0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.l-nav__menu-trigger, .l-nav__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 4rem;
  padding: 1.25rem 0.25rem;
}
.l-nav__menu-trigger {
  background: none;
  border: none;
  text-align: left;
}
.l-nav__menu-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1rem;
  aspect-ratio: 1/1;
}
.l-nav__menu-toggle {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-nav__menu-trigger[aria-expanded=true] .l-nav__menu-toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-nav__menu-panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.l-nav__submenu {
  padding-bottom: 1rem;
}
.l-nav__submenu-link {
  display: block;
  padding: 0.5rem 0 0.5rem 0.625rem;
  text-decoration: none;
}
.l-nav__cta {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 180px);
  gap: 0.5rem;
  margin-top: 2rem;
}
.l-nav__cta .c-cta-card__text {
  font-size: 0.75rem;
}

/*======================
  footer
======================*/
.l-footer {
  position: relative;
  padding-block: 5rem;
  background-color: var(--theme-main);
  font-size: 0.8125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 5rem 2.5rem;
  }
}
.l-footer__top {
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-family: var(--font-en);
  text-transform: uppercase;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-footer__top {
    right: 2.5rem;
    bottom: 2.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer__top:hover .icon::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.l-footer__top .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  aspect-ratio: 1/1;
}
.l-footer__top .icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.l-footer__top .c-icon {
  position: relative;
  z-index: 1;
  rotate: -90deg;
}
.l-footer__logo {
  display: block;
  width: 7.5rem;
  margin-inline: auto;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem 1.5rem;
  width: 100%;
  margin-inline: auto;
  margin-block: 4rem 5rem;
}
@media screen and (min-width: 768px) {
  .l-footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 37.5rem;
    margin-block: 3.5rem 7.5rem;
  }
}
.l-footer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.l-footer__copyright {
  font-family: var(--font-en);
  font-size: 0.625rem;
  font-weight: 300;
  color: #BDBDBD;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

/*=======================
  main
=======================*/
.l-main {
  display: block;
  position: relative;
  overflow-x: clip;
  padding-top: var(--header-height-md);
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-top: var(--header-height-lg);
  }
}
.l-main-content {
  padding-top: 3.5rem;
  padding-bottom: clamp(6.25rem, 5.179rem + 5.36vw, 10rem);
  /* 100 - 160 */
}

/*=======================
  container
=======================*/
.l-container {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-md);
  }
}

.l-container--sm {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--sm {
    padding-inline: 5.5%;
    max-width: var(--inner-max-width-sm);
  }
}

.l-container--md {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--md {
    padding-inline: 5.5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--md {
    max-width: var(--inner-max-width-lg);
  }
}

.l-container--lg {
  position: relative;
  margin-inline: auto;
  padding-inline: 20px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (min-width: 768px) {
  .l-container--lg {
    padding-inline: 5.5%;
  }
}
@media screen and (min-width: 1024px) {
  .l-container--lg {
    max-width: var(--inner-max-width-xl);
  }
}

/*======================
  cta
======================*/
.l-cta {
  padding-top: 6.25rem;
  background-color: var(--theme-gray);
}
.l-cta__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, minmax(180px, auto));
  gap: 0.625rem;
  width: 100%;
  max-width: 37.5rem;
  margin-top: 2.5rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .l-cta__list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 12.5rem 12.5rem;
    gap: 1.25rem;
    max-width: none;
  }
  .l-cta__list .c-cta-card--instagram {
    grid-area: 1/1/2/3;
  }
  .l-cta__list .c-cta-card--line {
    grid-area: 1/3/2/5;
  }
  .l-cta__list .c-cta-card--contact {
    grid-area: 2/2/3/4;
  }
}
.l-cta__carousel {
  position: relative;
  width: 100%;
  margin-top: 4rem;
  margin-bottom: -1rem;
  overflow: hidden;
  white-space: nowrap;
}
.l-cta__carousel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.l-cta__carousel-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 2.5rem;
  font-family: var(--font-en);
  font-size: clamp(6.25rem, 5.893rem + 1.79vw, 7.5rem);
  /* 100 - 120 */
  font-weight: 300;
  line-height: 1;
  color: #EDEDED;
  text-transform: uppercase;
  white-space: nowrap;
}

/* -----------------------------------------------------------------
 Component
----------------------------------------------------------------- */
/*=======================
  Button
=======================*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.5rem 0.875rem 0.625rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.5rem;
  height: 3.25rem;
  background-color: var(--theme-main);
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  color: #fff;
  line-height: var(--btn-line-height);
}
.c-btn__text {
  white-space: nowrap;
}
.c-btn__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn.center {
  margin-inline: auto;
}
.c-btn.right {
  margin-left: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background-color: #fff;
    color: var(--theme-main);
    border: 1px solid var(--theme-main);
  }
  .c-btn:hover .c-icon__arrow {
    color: #fff;
  }
  .c-btn:hover .c-btn__icon {
    background-color: var(--theme-main);
  }
}

.c-contact__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 1.25rem 0.625rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.625rem;
  background-color: var(--theme-main);
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  font-size: var(--btn-font-size);
  color: #fff;
  font-weight: var(--btn-font-weight);
  line-height: var(--btn-line-height);
}
@media (hover: hover) and (pointer: fine) {
  .c-contact__btn:hover {
    background-color: #fff;
    color: var(--theme-main);
    border: 1px solid var(--theme-main);
  }
}

.c-submit__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  padding: 0.5rem 0.875rem 0.625rem 1.25rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 12.5rem;
  height: 3.25rem;
  background-color: var(--theme-main);
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  color: #fff;
  line-height: var(--btn-line-height);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit__btn .c-submit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-submit__btn.center {
  margin-inline: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-submit__btn:hover {
    background-color: #fff;
    color: var(--theme-main);
    border: 1px solid var(--theme-main);
    cursor: pointer;
  }
  .c-submit__btn:hover .c-icon__arrow {
    color: #fff;
  }
  .c-submit__btn:hover .c-submit__icon {
    background-color: var(--theme-main);
  }
}

/*=======================
  CTA Card
=======================*/
.c-cta-card {
  display: grid;
  grid-template-columns: 1fr 1.875rem;
  grid-template-rows: auto auto;
  gap: 1rem;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 0.625rem;
  padding: 2rem max(5.3%, 1rem);
}
@media screen and (min-width: 1024px) {
  .c-cta-card {
    gap: 1rem 1.5rem;
    padding: 2rem 5.3%;
  }
}
.c-cta-card .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-cta-card .sp-none {
    display: inline-block;
  }
}
.c-cta-card__title {
  grid-area: 1/1/2/2;
  align-self: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
.c-cta-card__text {
  grid-area: 2/1/3/2;
  font-family: var(--font-base);
  font-size: 0.875rem;
  font-weight: 400;
  color: #888888;
  line-height: 1.6;
}
.c-cta-card__btn {
  grid-area: 1/2/3/3;
  align-self: center;
}
.c-cta-card__main {
  font-family: var(--font-en);
  font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 700;
  line-height: 1.2;
}
.c-cta-card__main.sm {
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  /* 20 - 24 */
}
.c-cta-card__sub {
  display: inline-block;
  padding: 0.1875rem 0.3125rem 0.25rem 0.625rem;
  clip-path: polygon(6px 0%, 100% 0%, 100% 100%, 6px 100%, 0% 50%);
  font-size: clamp(0.688rem, 0.67rem + 0.09vw, 0.75rem);
  /* 11 - 12 */
  line-height: 1.2;
}
.c-cta-card__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.875rem;
  aspect-ratio: 1/1;
}
.c-cta-card__icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-cta-card__symbol {
  position: relative;
  z-index: 1;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-card:hover .c-cta-card__icon::before {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

.c-cta-card--instagram .c-cta-card__sub {
  background-color: #FFEAF3;
  font-family: var(--font-en);
  color: var(--theme-accent);
}
.c-cta-card--instagram .c-cta-card__icon::before {
  background-color: var(--theme-accent);
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-card--instagram:hover {
    border-color: #d67fa2;
  }
}

.c-cta-card--line .c-cta-card__sub {
  font-family: var(--font-base);
  background-color: #dbeee4;
  font-weight: 400;
  color: var(--theme-green);
  letter-spacing: 0.03em;
}
.c-cta-card--line .c-cta-card__icon::before {
  background-color: var(--theme-green);
}
.c-cta-card--line .c-cta-card__main {
  text-transform: uppercase;
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-card--line:hover {
    border-color: #52a563;
  }
}

.c-cta-card--contact .c-cta-card__main {
  font-family: var(--font-base);
  font-size: clamp(1.25rem, 1.071rem + 0.89vw, 1.5rem);
  /* 20 - 24 */
  line-height: 1.4;
}
.c-cta-card--contact .c-cta-card__main.sm {
  font-size: clamp(1rem, 0.857rem + 0.71vw, 1.25rem);
  /* 16 - 20 */
}
.c-cta-card--contact .c-cta-card__icon::before {
  background-color: var(--theme-main);
}
@media (hover: hover) and (pointer: fine) {
  .c-cta-card--contact:hover {
    border-color: #3a3a3a;
  }
}

/*=======================
  Head
=======================*/
.c-page-head {
  position: relative;
  background-color: var(--theme-gray);
  padding-top: clamp(5rem, 4.643rem + 1.79vw, 6.25rem);
  /* 80 - 100 */
  padding-bottom: clamp(7.5rem, 5.714rem + 8.93vw, 13.75rem);
  /* 120 - 220 */
}
.c-page-head::before {
  content: "";
  background-image: url("../img/common/bg_header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/80;
  z-index: 10;
}
.c-page-head__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-page-head__sub .icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
.c-page-head__sub .en {
  margin-left: 1rem;
  padding-left: 1rem;
  background-image: repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.2;
  color: #bcbcbc;
}
.c-page-head__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.625rem;
  margin-top: 0.625rem;
  font-family: var(--font-base);
  font-size: clamp(1.75rem, 1.536rem + 1.07vw, 2.5rem);
  /* 28 - 40 */
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.c-page-head__main.sm {
  font-size: clamp(1.563rem, 1.295rem + 1.34vw, 2.5rem);
  /* 25 - 40 */
}

.c-section-head__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-section-head__sub .icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
.c-section-head__sub .en {
  margin-left: 1rem;
  padding-left: 1rem;
  background-image: repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
  font-family: var(--font-en);
  font-weight: 400;
  line-height: 1.2;
  color: #bcbcbc;
}
.c-section-head__main {
  margin-top: 0.625rem;
  font-family: var(--font-base);
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.c-section-head__main.lg {
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
}
.c-section-head__main .pc-none {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-section-head__main .pc-none {
    display: none;
  }
}
.c-section-head__main .sp-none {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-section-head__main .sp-none {
    display: inline-block;
  }
}

.c-content-head {
  text-align: center;
}
.c-content-head__sub {
  position: relative;
  display: inline-block;
  background-color: var(--theme-main);
  padding: 0.1875rem 0.625rem;
  border-radius: calc(infinity * 1px);
  font-family: var(--font-en);
  font-size: 0.75rem;
  color: #fff;
}
.c-content-head__sub::before {
  content: "";
  background-image: url("../img/common/babble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.625rem;
  aspect-ratio: 1/1;
}
.c-content-head__main {
  margin-top: 1rem;
  font-size: clamp(1.5rem, 1.429rem + 0.36vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 700;
  line-height: 1.4;
}

/*=======================
  Modal
=======================*/
@starting-style {
  .c-modal[open]::-ms-backdrop {
    opacity: 0;
  }
  .c-modal[open]::backdrop {
    opacity: 0;
  }
  .c-modal[open] .c-modal__inner {
    opacity: 0;
    -webkit-transform: translateY(0.75rem) scale(0.98);
            transform: translateY(0.75rem) scale(0.98);
  }
}
html.is-modal-open,
html.is-modal-open body {
  overflow: hidden;
}

.c-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  width: min(100vw - 2rem, 60rem);
  max-height: min(80vh, 60rem);
  margin: auto;
  padding: 0;
  background: transparent;
  color: var(--theme-main);
  overflow: visible;
}
.c-modal::-ms-backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -ms-transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
.c-modal[open] {
  display: block;
}
.c-modal[open] .c-modal__inner {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.c-modal.is-closing::-ms-backdrop {
  opacity: 0;
}
.c-modal.is-closing::backdrop {
  opacity: 0;
}
.c-modal.is-closing .c-modal__inner {
  opacity: 0;
  -webkit-transform: translateY(0.75rem) scale(0.98);
          transform: translateY(0.75rem) scale(0.98);
}
.c-modal__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: min(80vh, 56.25rem);
  min-height: 0;
  padding: 1.5rem max(2.1%, 1rem) 1.75rem;
  border-radius: 1rem;
  background-color: #fff;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1), transform 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.4, 0, 1), transform 0.3s cubic-bezier(0.4, 0.4, 0, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (min-width: 768px) {
  .c-modal__inner {
    padding: 2rem 4.2% 2.5rem;
  }
}
.c-modal__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  padding-top: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-modal__body::-webkit-scrollbar {
  display: none;
}
.c-modal__close-icon {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-modal__close-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: currentColor;
  border-radius: 0.0625rem;
  pointer-events: none;
}
.c-modal__close-line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-modal__close-line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.c-modal__close {
  position: absolute;
  top: -0.625rem;
  right: -0.625rem;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: var(--theme-main);
  color: #fff;
  cursor: pointer;
}
.c-modal__close:focus-visible {
  outline: 1px solid var(--theme-main);
}
.c-modal__close--footer {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 2.5rem;
  margin-top: 3.5rem;
  margin-inline: auto;
  padding: 0.5rem 1.125rem 0.625rem 1.125rem;
  border-radius: calc(infinity * 1px);
  border: 1px solid transparent;
  background-color: var(--theme-main);
  gap: 0.375rem;
  -webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-modal__close--footer:hover {
    border-color: var(--theme-main);
    background-color: #fff;
    color: var(--theme-main);
  }
}

/*=======================
  Store Card
=======================*/
.c-store-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 2.5%;
}
@media screen and (min-width: 768px) {
  .c-store-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2.5%;
  }
}
@media screen and (min-width: 1024px) {
  .c-store-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-store-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.c-store-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  padding: min(5%, 1.25rem);
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}
@media (hover: hover) and (pointer: fine) {
  .c-store-card:hover .c-store-card__action::before {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-store-card:hover .c-store-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-store-card:hover {
    border-color: var(--theme-accent);
  }
}
.c-store-card__label {
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  aspect-ratio: 1/1;
  z-index: 10;
}
.c-store-card__img {
  aspect-ratio: 365/243;
  border-radius: 0.5rem;
  overflow: hidden;
}
.c-store-card__img img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-store-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-store-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-store-card__tags .tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  border: 1px solid #ededed;
  font-size: 0.8125rem;
  line-height: 1;
}
.c-store-card__title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-store-card__desc {
  margin-block: 0.625rem 1.25rem;
  line-height: 1.8;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.c-store-card__date {
  font-family: var(--font-en);
  font-size: 0.8125rem;
  color: #b1b1b1;
}
.c-store-card__action {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2rem;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.c-store-card__action::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background-color: #ededed;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.c-store-card__action .c-icon {
  position: relative;
  z-index: 1;
  width: 1.25rem;
  aspect-ratio: 1/1;
}

.c-store-modal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem 4.2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-store-modal__head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.c-store-modal__swiper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .c-store-modal__swiper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.c-store-modal__swiper img {
  aspect-ratio: 365/243;
  border-radius: 0.625rem;
  overflow: hidden;
}
.c-store-modal__swiper .swiper {
  padding-bottom: 2rem;
}
.c-store-modal__swiper .swiper-pagination-bullet {
  width: 2.5rem;
  height: 0.1875rem;
  margin: 0 0.125rem !important;
  background: #e0e0e0;
  border-radius: 0;
  opacity: 1;
}
.c-store-modal__swiper .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--theme-accent);
}
.c-store-modal__title {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.c-store-modal__desc {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-store-modal__date {
  margin-top: 1.25rem;
  font-family: var(--font-en);
  font-size: 0.75rem;
  color: #b1b1b1;
  text-align: right;
}
.c-store-modal__content {
  margin-top: 2rem;
}
.c-store-modal__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-store-modal__content .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-store-modal__content .item:not(:first-child) {
  margin-top: 1.25rem;
}
.c-store-modal__content .item .head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-store-modal__content .item .head span {
  display: inline-block;
  padding: 0.125rem 0.75rem 0.1875rem 0.5rem;
  clip-path: polygon(0% 0%, calc(100% - 8px) 0%, 100% 50%, calc(100% - 8px) 100%, 0% 100%);
  background-color: var(--theme-accent);
  color: #fff;
  font-weight: 500;
}
.c-store-modal__content .item .text {
  line-height: 1.8;
}
.c-store-modal__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem 4.2%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .c-store-modal__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 3.5rem;
  }
}
.c-store-modal__info dl {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-store-modal__info dl {
    width: 50%;
  }
}
.c-store-modal__info .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  background-image: repeating-linear-gradient(to right, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  padding: 1.5rem 0.25rem;
}
@media screen and (min-width: 390px) {
  .c-store-modal__info .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-store-modal__info dt {
  min-width: 8.75rem;
  font-weight: 700;
}
.c-store-modal__info dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.875rem;
}
.c-store-modal__info dd.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-store-modal__info dd .icon {
  width: 1.5rem;
  aspect-ratio: 1/1;
  display: block;
}
.c-store-modal__map {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-store-modal__map {
    width: 50%;
  }
}
.c-store-modal__map span {
  display: block;
  border: 2px solid #e8e8e8;
  border-radius: 0.5rem;
  aspect-ratio: 420/280;
  overflow: hidden;
}
.c-store-modal__map iframe {
  width: 100%;
  height: 100%;
}

/*=======================
  form
=======================*/
/* reset */
input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

textarea {
  resize: vertical;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}

input[type=submit] {
  -webkit-appearance: none;
  background-image: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  letter-spacing: 0.06em;
}

/* contactform7 */
span.wpcf7-spinner {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

/* form base */
.form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 1.5rem;
  padding-block: 1.5rem;
}
.form__group.start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0;
}
.form__group.start .form__group-header {
  margin-top: 0.25rem;
}
.form__group:first-of-type {
  padding-top: 0;
}
.form__group-body {
  width: 100%;
}
.form__group-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem 0.625rem;
}
.form__group-header .label {
  padding: 0.1875rem 0.375rem 0.25rem 0.375rem;
  margin-top: 0.125rem;
  border-radius: 0.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.form__group-header .require {
  background-color: var(--theme-main);
}
.form__group-header .optional {
  background-color: #888888;
}
.form__label {
  display: block;
  font-weight: 600;
}
.form__input {
  padding: 1.25rem 1rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: var(--theme-gray);
  border-radius: 0.25rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .form__input {
    font-size: 1rem;
  }
}
.form__input:focus {
  border: 1px solid var(--theme-main);
}
.form__input::-webkit-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__input::-moz-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__input:-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__input::-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__input::placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
@media screen and (max-width: 767px) {
  .form__input::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-moz-placeholder {
    font-size: 0.875rem;
  }
  .form__input:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  .form__input::placeholder {
    font-size: 0.875rem;
  }
}
.form__input.c-select {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .form__input.c-select {
    width: 56.8%;
  }
}
.form__textarea {
  padding: 1.5rem 1rem;
  border-radius: 0.25rem;
  height: 15rem;
  width: 100%;
  background-color: var(--theme-gray);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .form__textarea {
    font-size: 1rem;
  }
}
.form__textarea:focus {
  border: 1px solid var(--theme-main);
}
.form__textarea::-webkit-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__textarea::-moz-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__textarea:-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__textarea::-ms-input-placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form__textarea::placeholder {
  font-weight: 400;
  color: #C7C7C7;
}
.form-privacy {
  text-align: center;
}
.form-privacy__link {
  color: var(--theme-main);
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.form-submit__btn {
  margin-top: 3.5rem;
}

/* form checkbox */
input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.5rem;
  font-weight: 400;
}

.c-checkbox .text,
.c-checkbox .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-weight: 400;
}
.c-checkbox .text::before,
.c-checkbox .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #C7C7C7;
  background-color: #F0F0F0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-checkbox .text::after,
.c-checkbox .wpcf7-list-item-label::after {
  content: "✔";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 17px;
  height: 17px;
  color: var(--theme-accent);
  font-size: 0.875rem;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-checkbox label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.c-checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-checkbox input:focus + span::before,
.c-checkbox input:focus + .wpcf7-list-item-label::before {
  border: 1px solid var(--theme-main);
}

.c-checkbox input:checked + span::after,
.c-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-checkbox label input:focus + .wpcf7-list-item-label::before,
.c-checkbox .wpcf7-list-item input:focus + .wpcf7-list-item-label::before {
  border: 1px solid var(--theme-main);
}

.c-checkbox label input:checked + .wpcf7-list-item-label::after,
.c-checkbox .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* form radio */
input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.form__group-body.radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem 1rem;
}

.c-radio .text,
.c-radio .wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  font-weight: 500;
}
.c-radio .text::before,
.c-radio .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  background: var(--theme-gray);
  border-radius: 50%;
  border: 1px solid #C7C7C7;
}
.c-radio .text::after,
.c-radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 0.4375rem;
  left: 0.25rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: var(--theme-main);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-radio label {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.c-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.c-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.c-radio input:focus + span::before,
.c-radio input:focus + .wpcf7-list-item-label::before {
  border: 1px solid var(--theme-main);
}

.c-radio input:checked + span::after,
.c-radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-radio label input:focus + .wpcf7-list-item-label::before,
.c-radio .wpcf7-list-item input:focus + .wpcf7-list-item-label::before {
  border: 1px solid var(--theme-main);
}

.c-radio label input:checked + .wpcf7-list-item-label::after,
.c-radio .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/*=======================
  pagination
=======================*/
/* 一覧　 */
.c-pagination {
  width: 100%;
  /* WP-Pagenavi用 */
  margin-top: 3.5rem;
}
.c-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
  position: relative;
  width: 100%;
  text-align: center;
}
.c-pagination .wp-pagenavi span, .c-pagination .wp-pagenavi a {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.25rem;
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  font-size: 1rem;
  font-family: var(--font-en);
  font-weight: 700;
  color: var(--theme-main);
  line-height: 2.5rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination .wp-pagenavi span.current, .c-pagination .wp-pagenavi a.current {
  cursor: default;
  pointer-events: none;
  background-color: var(--theme-main);
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .c-pagination .wp-pagenavi span:hover:hover, .c-pagination .wp-pagenavi a:hover:hover {
    background-color: var(--theme-main);
    color: #fff;
  }
}
.c-pagination .wp-pagenavi .pages {
  display: none;
}
.c-pagination .wp-pagenavi .previouspostslink, .c-pagination .wp-pagenavi .nextpostslink {
  position: relative;
  display: grid;
  place-items: center;
}
.c-pagination .wp-pagenavi .previouspostslink::before, .c-pagination .wp-pagenavi .nextpostslink::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1rem;
  aspect-ratio: 1/1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pagination .wp-pagenavi .previouspostslink::before {
  background-image: url(../img/common/icon_arrow.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-pagination .wp-pagenavi .previouspostslink:hover::before {
  background-image: url(../img/common/icon_arrow_w.svg);
}
.c-pagination .wp-pagenavi .nextpostslink::before {
  background-image: url(../img/common/icon_arrow.svg);
}
.c-pagination .wp-pagenavi .nextpostslink:hover::before {
  background-image: url(../img/common/icon_arrow_w.svg);
}
.c-pagination .wp-pagenavi .first, .c-pagination .wp-pagenavi .last {
  display: none;
}

/* -----------------------------------------------------------------
 Utility
----------------------------------------------------------------- */
.u-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (prefers-reduced-motion: no-preference) {
  html.js-page-reveal body {
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  html.js-page-reveal:not(.is-page-revealed) body {
    opacity: 0;
  }
  html.js-page-reveal.is-page-revealed body {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  html.js-page-reveal body {
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}
/* -----------------------------------------------------------------
Project
----------------------------------------------------------------- */
/*====================================================
*
*	Top
*
====================================================*/
.home-mv {
  position: relative;
  background-color: var(--theme-gray);
  padding-block: 2.5rem 0;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .home-mv {
    padding-block: 0;
  }
}
.home-mv::before {
  content: "";
  background-image: url("../img/common/bg_header.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  aspect-ratio: 1440/80;
  z-index: 100;
}
.home-mv__deco-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 24.3%;
  max-width: 21.875rem;
  min-width: 6.25rem;
  aspect-ratio: 350/365;
}
.home-mv__deco-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 16.3%;
  max-width: 14.6875rem;
  min-width: 5.4375rem;
  aspect-ratio: 235/223;
}
.home-mv__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 1.25rem;
  max-width: 90rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .home-mv__inner {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 2.8%;
  }
}
@media screen and (max-width: 1023px) {
  .home-mv__inner {
    padding-inline: 4%;
  }
}
.home-mv__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 35rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .home-mv__body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 18%;
  }
}
.home-mv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-mv__copy-sub {
  position: relative;
  display: inline-block;
  padding: 0.125rem 0.75rem 0.25rem 2.875rem;
  border-radius: 0.5rem;
  background-color: var(--theme-main);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.875rem, 0.761rem + 0.57vw, 1.125rem);
  /* 14 - 18 */
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .home-mv__copy-sub {
    padding: 0.3125rem 0.75rem 0.4375rem 2.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__copy-sub {
    font-size: clamp(0.875rem, 0.26rem + 0.96vw, 1.125rem);
    /* 14 - 18 */
  }
}
.home-mv__copy-sub::before {
  content: "";
  background-image: url("../img/home/mv_sub.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: -0.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.75rem;
  aspect-ratio: 48/51;
}
.home-mv__copy-sub::after {
  content: "";
  background-image: url("../img/home/babble_b.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 1rem;
  aspect-ratio: 16/12;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -0.625rem;
}
.home-mv__copy-sub .small {
  display: inline-block;
  margin-inline: 0.0625rem;
  font-size: clamp(0.75rem, 0.665rem + 0.43vw, 0.938rem);
  /* 12 - 15 */
}
@media screen and (min-width: 1024px) {
  .home-mv__copy-sub .small {
    font-size: clamp(0.75rem, 0.288rem + 0.72vw, 0.938rem);
    /* 12 - 15 */
  }
}
.home-mv__copy-main {
  position: relative;
  display: inline-block;
  padding-block: 0.125rem 0.375rem;
  padding-inline: clamp(0.625rem, 0.341rem + 1.42vw, 1.25rem);
  /* 10 - 20 */
  background-color: #fff;
  border-radius: 0.625rem;
  margin-top: 1rem;
  width: 100%;
  font-size: clamp(1.5rem, 13cqw, 4rem);
  font-weight: 900;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .home-mv__copy-main {
    margin-top: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1024px) {
  .home-mv__copy-main {
    padding: 0.125rem 1.125rem 0.375rem 1.125rem;
    font-size: clamp(3.5rem, 1.038rem + 3.85vw, 4.5rem);
    /* 56 - 72 */
  }
}
.home-mv__copy-main::before {
  content: "";
  background-image: url("../img/home/babble_w.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  position: absolute;
  top: 50%;
  left: -0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1rem;
  aspect-ratio: 16/12;
}
.home-mv__copy-desc {
  margin-top: 1rem;
  line-height: 1.8;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .home-mv__copy-desc {
    margin-top: 1.5rem;
    font-size: 0.9375rem;
  }
}
@media screen and (max-width: 1023px) {
  .home-mv__copy-desc {
    text-align: center;
  }
}
.home-mv__copy-desc .emoji {
  display: inline-block;
  margin: 0 0.25rem 0.25rem 0.25rem;
  width: 1.25rem;
  aspect-ratio: 1/1;
  vertical-align: middle;
}
.home-mv__copy-attention {
  margin-block: 1rem 0;
  font-size: clamp(0.75rem, 0.732rem + 0.09vw, 0.813rem);
  /* 12 - 13 */
}
@media screen and (min-width: 1024px) {
  .home-mv__copy-attention {
    margin-block: 1rem 5rem;
  }
}
.home-mv__img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1920px) {
  .home-mv__img {
    padding-bottom: 2.8vw;
  }
}
.home-mv__img img {
  display: block;
  width: 100%;
  aspect-ratio: 794/595;
  max-width: 45rem;
  margin-inline: auto;
}
@media screen and (min-width: 1024px) {
  .home-mv__img img {
    aspect-ratio: 711/629;
  }
}

.home-about {
  padding-top: clamp(4rem, 3.357rem + 3.21vw, 6.25rem);
  /* 64 - 100 */
  padding-bottom: clamp(2.5rem, 2.071rem + 2.14vw, 4rem);
  /* 40 - 64 */
  background-color: #fff;
}
.home-about__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem 3.7%;
}
@media screen and (min-width: 768px) {
  .home-about__inner {
    grid-template-columns: 1fr 1fr;
  }
}
.home-about__img {
  -ms-flex-item-align: center;
      align-self: center;
}
.home-about__img .img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 33.75rem;
  margin-inline: auto;
  aspect-ratio: 575/524;
}
.home-about__deco-right {
  position: absolute;
  top: 18%;
  right: 28%;
  width: 29.6%;
  max-width: 10rem;
  aspect-ratio: 1/1;
  z-index: 10;
}
.home-about__deco-left {
  position: absolute;
  top: 36%;
  left: 4%;
  width: 37%;
  max-width: 12.5rem;
  aspect-ratio: 1/1;
  z-index: 10;
}
.home-about__title {
  margin-top: 1.5rem;
}
.home-about__title .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.home-about__title .icon {
  display: block;
  width: 1.5rem;
  aspect-ratio: 1/1;
}
.home-about__title .main {
  margin-top: 0.5rem;
  font-size: clamp(1.75rem, 1.607rem + 0.71vw, 2.25rem);
  /* 28 - 36 */
  font-weight: 700;
}
.home-about__text {
  margin-top: 2rem;
  line-height: 1.8;
}
.home-about__text p + p {
  margin-top: 1.5rem;
}
.home-about__btn {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .home-about__btn {
    margin-top: 3.5rem;
  }
}

.home-stores {
  padding-block: 5rem 7.5rem;
  background-color: #fff;
}
.home-stores .c-store-list {
  margin-top: 2.5rem;
}
.home-stores__btn {
  margin-top: 3.5rem;
}

/*====================================================
*
*	About
*
====================================================*/
.about__lead {
  line-height: 1.8;
}
.about__lead p + p {
  margin-top: 1.5rem;
}
.about__title {
  text-align: center;
}
.about__title span {
  position: relative;
  display: inline-block;
  margin-top: 2.5rem;
  padding-bottom: 0.25rem;
  background-size: 100% 1px;
  font-size: 1.5rem;
  font-weight: 700;
}
.about__title span::before {
  content: "";
  background-image: url(../img/about/title.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 152/11;
  position: absolute;
  bottom: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.about__list {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(3, 1fr);
  gap: 2.5rem 1.5rem;
  margin-top: 3rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .about__list {
    grid-template-columns: auto 1fr 1fr 1fr 1fr auto;
    grid-template-rows: repeat(2, 1fr);
    gap: 2rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .about__list {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 1fr;
  }
}
.about__item {
  position: relative;
}
.about__item img {
  border-radius: 0.375rem;
  overflow: hidden;
}
.about__item:nth-child(1) {
  grid-area: auto;
}
@media screen and (min-width: 600px) {
  .about__item:nth-child(1) {
    grid-area: 1/2/2/4;
  }
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(1) {
    grid-area: 1/1/2/3;
  }
}
.about__item:nth-child(2) {
  grid-area: auto;
}
@media screen and (min-width: 600px) {
  .about__item:nth-child(2) {
    grid-area: 1/4/2/6;
  }
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(2) {
    grid-area: 1/3/2/5;
  }
}
.about__item:nth-child(3) {
  grid-area: auto;
}
@media screen and (min-width: 600px) {
  .about__item:nth-child(3) {
    grid-area: 2/3/3/5;
  }
}
@media screen and (min-width: 768px) {
  .about__item:nth-child(3) {
    grid-area: 1/5/2/7;
  }
}
.about__item-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--theme-accent);
  width: 6.25rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: absolute;
  top: -1.5rem;
  left: -0.625rem;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 600px) {
  .about__item-comment {
    left: -1rem;
  }
}
.about__item-comment::before {
  content: "";
  background-image: url(../img/about/bubble.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 0.8125rem;
  aspect-ratio: 1/1;
  position: absolute;
  bottom: 0;
  right: 0.8125rem;
}
.about__item-comment span {
  margin-top: 0.125rem;
  font-size: 0.75rem;
}
.about__desc {
  margin-top: 1.5rem;
  line-height: 1.8;
}

.about-flow {
  margin-top: 5rem;
}
.about-flow__list {
  margin-top: 2rem;
}
.about-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  position: relative;
}
@media screen and (min-width: 600px) {
  .about-flow__item {
    grid-template-columns: 37.5% 1fr;
  }
}
.about-flow__item:not(:first-child) {
  margin-top: 5rem;
}
.about-flow__item:not(:first-child)::after {
  content: "";
  display: block;
  width: 2.5rem;
  height: 1.125rem;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #c7c7c7;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.about-flow__item .num {
  position: absolute;
  top: -0.5rem;
  left: 0.25rem;
  width: 4rem;
  aspect-ratio: 1/1;
}
.about-flow__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: var(--theme-gray);
  border-radius: 0.625rem;
  padding: 2.5rem 4.68%;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
.about-flow__body {
  background-color: var(--theme-gray);
  border-radius: 0.625rem;
  padding: 2rem 1rem;
  background-image: repeating-linear-gradient(to right, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
@media screen and (min-width: 600px) {
  .about-flow__body {
    padding: 2rem;
    background-image: repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 2px 100%;
  }
}
.about-flow__body a {
  display: inline-block;
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}
.about-flow__body .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .about-flow__body .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.about-flow__body .item:not(:first-child) {
  margin-top: 1.25rem;
}
.about-flow__body dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.125rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 0.125rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.08em;
}
.about-flow__body dt.yamanashi {
  background-color: var(--theme-blue);
}
.about-flow__body dt.national {
  background-color: #888;
}
.about-flow__body dd {
  line-height: 1.6;
}
.about-flow__body dd span {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}
.about-flow__attention {
  margin-top: 1rem;
  text-align: center;
}

/*====================================================
*
*	Partner
*
====================================================*/
.partner__lead {
  margin-top: clamp(1.5rem, 1.357rem + 0.71vw, 2rem);
  /* 24 - 32 */
  line-height: 1.8;
}
.partner__plan-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .partner__plan-links {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner__plan-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  background-color: var(--theme-gray);
  border: 1px solid #EDEDED;
  border-radius: 0.5rem;
  padding: 1.5rem max(6%, 1rem);
}
.partner__plan-item.free .label {
  background-color: var(--theme-blue);
}
.partner__plan-item.free .partner__plan-icon::before {
  background-color: var(--theme-blue);
}
.partner__plan-item.paid .label {
  background-color: var(--theme-accent);
}
.partner__plan-item.paid .partner__plan-icon::before {
  background-color: var(--theme-accent);
}
@media (hover: hover) and (pointer: fine) {
  .partner__plan-item:hover.free {
    border-color: var(--theme-blue);
  }
  .partner__plan-item:hover.paid {
    border-color: var(--theme-accent);
  }
  .partner__plan-item:hover .partner__plan-icon::before {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
.partner__plan-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
}
.partner__plan-head .label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.125rem 0.5rem 0.1875rem 0.5rem;
  border-radius: 0.125rem;
  font-size: clamp(0.875rem, 0.839rem + 0.18vw, 1rem);
  /* 14 - 16 */
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.partner__plan-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.25rem;
  aspect-ratio: 1/1;
}
.partner__plan-icon::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.partner__plan-icon .c-icon {
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #fff;
  z-index: 1;
}
.partner__detail {
  overflow: hidden;
  margin-top: 2.5rem;
}
.partner__detail.free .partner__detail-title {
  background-color: var(--theme-blue);
}
.partner__detail.paid .partner__detail-title {
  background-color: var(--theme-accent);
}
.partner__detail-title {
  padding-block: 0.5rem;
  border-radius: 0.625rem 0.625rem 0 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.08em;
  color: #fff;
}
.partner__detail-list {
  background-color: var(--theme-gray);
  border-radius: 0 0 0.625rem 0.625rem;
  padding-inline: max(5%, 1rem);
}
.partner__detail-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  background-color: var(--theme-gray);
  padding-block: 2rem 2.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .partner__detail-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: 3rem;
  }
}
.partner__detail-item:not(:first-child) {
  background-image: repeating-linear-gradient(90deg, #C7C7C7, #C7C7C7 3px, transparent 3px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}
.partner__detail-item .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  margin-inline: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 600px) {
  .partner__detail-item .img {
    width: 3rem;
    margin-inline: 0;
  }
}
.partner__detail-item .body .sp-none {
  display: none;
}
@media screen and (min-width: 600px) {
  .partner__detail-item .body .sp-none {
    display: inline;
  }
}
.partner__detail-item .body .pc-none {
  display: inline-block;
}
@media screen and (min-width: 390px) {
  .partner__detail-item .body .pc-none {
    display: none;
  }
}
.partner__detail-item .title {
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .partner__detail-item .title {
    margin-bottom: 0.25rem;
    text-align: left;
  }
}

/*====================================================
*
*	Category
*
====================================================*/
.category__links {
  margin-bottom: 3.5rem;
  text-align: center;
}
.category__links-head {
  position: relative;
  display: inline-block;
  background-color: var(--theme-main);
  padding: 0.1875rem 0.625rem 0.25rem 0.625rem;
  border-radius: calc(infinity * 1px);
  font-family: var(--font-en);
  font-size: 0.75rem;
  color: #fff;
}
.category__links-head::before {
  content: "";
  background-image: url("../img/common/babble.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -0.375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.625rem;
  aspect-ratio: 1/1;
}
.category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
}
.category__list .tag {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background-color: #f5f5f5;
  border-radius: 0.125rem;
  border: 1px solid #e8e8e8;
  line-height: 1;
}
.category__btn {
  margin-top: 3.5rem;
}

/*====================================================
*
*	Contact
*
====================================================*/
.contact__section:not(:first-child) {
  margin-top: 3.5rem;
}
.contact__section .c-cta-card {
  background-color: var(--theme-gray);
  border-color: #EDEDED;
  max-width: 33.75rem;
}
@media (hover: hover) and (pointer: fine) {
  .contact__section .c-cta-card:hover {
    border-color: #52a563;
  }
}
.contact__section .c-cta-card__sub {
  background-color: var(--theme-green);
  color: #fff;
}
.contact__title {
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
  background-image: repeating-linear-gradient(to right, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  font-size: 1.5rem;
  font-weight: 700;
}

.thanks__title {
  margin-bottom: 2.5rem;
  font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 700;
  text-align: center;
}
.thanks__title .pc-none {
  display: inline-block;
}
@media screen and (min-width: 390px) {
  .thanks__title .pc-none {
    display: none;
  }
}
.thanks__text {
  line-height: 1.8;
}
.thanks__text p + p {
  margin-top: 1.5rem;
}
.thanks__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 31.25rem;
  margin-inline: auto;
  margin-top: 3rem;
  background-color: var(--theme-gray);
  border-radius: 0.625rem;
  border: 1px solid #EDEDED;
}
@media screen and (min-width: 768px) {
  .thanks__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 50rem;
  }
}
.thanks__info-title {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  padding: 2.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .thanks__info-title {
    width: 46%;
    padding: 2.5rem;
  }
}
.thanks__tel {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2rem 1rem 2.5rem 1rem;
}
@media screen and (min-width: 768px) {
  .thanks__tel {
    padding: 2.5rem;
  }
}
.thanks__tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 2.5rem);
  height: 1px;
  background-image: repeating-linear-gradient(to right, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
@media screen and (min-width: 768px) {
  .thanks__tel::before {
    top: 50%;
    -webkit-transform: translateX(0) translateY(-50%);
            transform: translateX(0) translateY(-50%);
    left: 0;
    width: 1px;
    height: calc(100% - 4rem);
    background-image: repeating-linear-gradient(to bottom, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: 1px 100%;
  }
}
.thanks__tel-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  margin-right: 1.25rem;
  font-family: var(--font-en);
  font-size: clamp(1.5rem, 1.321rem + 0.89vw, 1.75rem);
  /* 24 - 28 */
  font-weight: 700;
  line-height: 1.2;
}
.thanks__tel-icon {
  width: 1.75rem;
  aspect-ratio: 1/1;
}
.thanks__tel-time {
  margin-top: 0.375rem;
  font-size: 0.8125rem;
  text-align: center;
}
.thanks__btn {
  margin-top: 5rem;
}

/*====================================================
*
*	Policy
*
====================================================*/
.policy {
  background-color: #fff;
  line-height: 1.8;
}
.policy__lead {
  margin-bottom: 0.5rem;
}
.policy__list {
  margin-block: 0.625rem 1.5rem;
  padding-left: 0.625rem;
}
.policy__list li + li {
  margin-top: 0.375rem;
}
.policy__item {
  margin-top: 3.5rem;
}
.policy__item-subtitle {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
.policy__item-title {
  margin-bottom: 1rem;
  padding-bottom: 0.625rem;
  background-image: repeating-linear-gradient(to right, #c7c7c7, #c7c7c7 2px, transparent 2px, transparent 4px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.policy__item-content + .policy__item-content {
  margin-top: 1rem;
}