@charset "UTF-8";
@font-face {
  font-family: iconfont;
  src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Original CSS */
@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Gothic';
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: 'Yu Mincho';
  src: local("Yu Mincho Medium");
  font-weight: 400;
}

@font-face {
  font-family: 'Yu Mincho';
  src: local("Yu Mincho Bold");
  font-weight: bold;
}

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

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

main {
  display: block;
}

table {
  border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
  line-height: inherit;
  color: inherit;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]),
optgroup,
select,
textarea {
  display: block;
  width: 100%;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder-shown, textarea::-webkit-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-moz-placeholder-shown, textarea::-moz-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox]):-ms-input-placeholder-shown, textarea:-ms-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder-shown, textarea::-ms-input-placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::placeholder-shown,
textarea::placeholder-shown {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
  opacity: 1;
}

input:not([type=file]):not([type=submit]):not([type=image]):not([type=reset]):not([type=button]):not([type=radio]):not([type=checkbox])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: inherit;
  line-height: inherit;
  color: #a7a7a7;
}

textarea {
  resize: vertical;
}

figure {
  margin: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

html {
  /* font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.75;
  color: #4D3811;
  background-color: #EDEBE5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-weight: 500;
}

html,
body {
  min-height: 100%;
}

html {
  font-size: 4.26666666666vw;
  min-height: .1vw;
}

@media (min-width: 770px) {
  html {
    font-size: 18px;
  }
}

.page {
  width: 100vw;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul {
  padding-left: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  padding-left: 0;
}

li {
  list-style: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 6.75vw, 2.8125rem);
  min-height: .1vw;
}

h2,
.h2 {
  font-size: 1.5rem;
}

h3,
.h3 {
  font-size: 1.25rem;
}

h4,
.h4 {
  font-size: 1.125rem;
}

h5,
.h5 {
  font-size: 1rem;
}

h6,
.h6 {
  font-size: .875rem;
}

body .header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100000;
}

body .header__inner {
  max-width: 1200px;
}

@media screen and (min-width: 770px) {
  body .header__inner {
    padding: 0 10px;
    margin: 30px auto;
  }
}

@media screen and (min-width: 1200px) {
  body .header__inner {
    padding: 0;
  }
}

body .header__inner.v2 {
  max-width: 1000px;
}

body .header__box {
  position: relative;
  background: #ffffff;
  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: 1.3333333333vw;
}

@media screen and (min-width: 770px) {
  body .header__box {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-shadow: 0 0 2px #d6d0cc;
    box-shadow: 0 0 2px #d6d0cc;
    border-radius: 50px;
    margin: 0 auto;
    padding: 7px 12px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__box {
    padding: 10px 16px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__box {
    padding: 12px 20px;
  }
}

body .header__logo {
  width: 21.8666666667vw;
  height: 9.3333333333vw;
}

@media screen and (min-width: 770px) {
  body .header__logo {
    width: 100%;
    max-width: 87px;
    height: auto;
    margin-right: 9px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__logo {
    max-width: 113px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__logo {
    max-width: 136px;
    margin-right: 15px;
  }
}

body .header__icoarea {
  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;
}

@media screen and (min-width: 770px) {
  body .header__icoarea {
    display: none;
  }
}

body .header__btnsp {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  margin: 0 0.5333333333vw;
}

body .header__btnsp a {
  display: block;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  padding: 1.8666666667vw;
}

body .header__action {
  display: none;
}

@media screen and (min-width: 770px) {
  body .header__action {
    display: block;
    min-width: 188px;
    margin-right: 9px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__action {
    min-width: 245px;
    margin-right: 12px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__action {
    min-width: 294px;
    margin-right: 15px;
  }
}

body .header__tel {
  color: #604a29;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}

@media screen and (min-width: 770px) {
  body .header__tel {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__tel {
    font-size: 21px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__tel {
    font-size: 25.6px;
  }
}

body .header__tel strong {
  letter-spacing: -1px;
}

@media screen and (min-width: 770px) {
  body .header__tel strong {
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__tel strong {
    font-size: 24px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__tel strong {
    font-size: 30px;
  }
}

body .header__hours {
  background: #a99d8b;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  padding: 3px 0 0;
}

@media screen and (min-width: 770px) {
  body .header__hours {
    font-size: 9px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__hours {
    font-size: 12px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__hours {
    font-size: 15px;
  }
}

body .header__contact {
  display: none;
}

@media screen and (min-width: 770px) {
  body .header__contact {
    position: absolute;
    top: 50%;
    top: calc(50% - 8px);
    right: -274px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: block;
  }
}

@media screen and (min-width: 1000px) {
  body .header__contact {
    right: -274px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__contact {
    right: -274px;
  }
}

body .header__contact ul {
  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;
}

@media screen and (min-width: 770px) {
  body .header__contact ul li {
    margin: 0 7px;
  }
}

@media screen and (min-width: 1000px) {
  body .header__contact ul li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  body .header__contact ul li {
    margin: 0 12px;
  }
}

body .nav {
  display: none;
  width: 100%;
}

@media screen and (min-width: 770px) {
  body .nav {
    display: block;
  }
}

body .nav__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 770px) {
  body .nav__links {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 770px) {
  body .nav__links li {
    width: 25%;
    max-width: 118px;
    margin: 0 6px;
  }
}

@media screen and (min-width: 1000px) {
  body .nav__links li {
    margin: 0 8px;
  }
}

@media screen and (min-width: 1200px) {
  body .nav__links li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 770px) {
  body .nav__links li.v2 {
    width: 25%;
    max-width: 75px;
    margin: 0 3px;
  }
}

@media screen and (min-width: 1000px) {
  body .nav__links li.v2 {
    margin: 0 5px;
  }
}

@media screen and (min-width: 1200px) {
  body .nav__links li.v2 {
    margin: 0 6px;
  }
}

body .menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10000000;
}

@media screen and (min-width: 770px) {
  body .menu {
    display: none;
  }
}

body .menu__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

body .menu__logo h2 {
  width: 50%;
}

body .menu__close {
  position: absolute;
  top: 1.3333333333vw;
  right: 1.3333333333vw;
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  padding: 1.8666666667vw;
}

body .menu__bottom {
  background: #56a10d;
  color: #ffffff;
  padding: 18px 0 30px;
}

body .menu__nav {
  margin-bottom: 30px;
}

body .menu__nav ul {
  width: 100%;
}

body .menu__nav a {
  position: relative;
  display: block;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
}

body .menu__nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  border-bottom: 2px dotted #ffffff;
  width: 48%;
}

body .menu__contact {
  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 57px;
}

body .menu__contact li {
  width: 63px;
}

body .footer {
  width: 100%;
  background: #f2efe1;
  padding-bottom: 1.3333333333vw;
}

@media screen and (min-width: 770px) {
  body .footer {
    padding-bottom: 0;
  }
}

body .footer__photo {
  position: relative;
}

body .footer__photo::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 100%;
  height: 10.8vw;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  background: url("https://shibasuke.jp/wp-content/themes/shibasuke/images/top/mask_thumb_02.png") no-repeat;
  background-size: cover;
}

@media screen and (min-width: 770px) {
  body .footer__photo::after {
    height: 51px;
    background: url("https://shibasuke.jp/wp-content/themes/shibasuke/images/top/mask_thumb_pc_02.png") no-repeat;
    background-size: cover;
  }
}

@media screen and (min-width: 1000px) {
  body .footer__photo::after {
    height: 67px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__photo::after {
    height: 81px;
  }
}

body .footer__inner {
  position: relative;
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
  padding: 4vw 2.6666666667vw;
}

@media screen and (min-width: 770px) {
  body .footer__inner {
    padding: 8px 20px 8px;
  }
}

@media screen and (min-width: 1000px) {
  body .footer__inner {
    max-width: 998px;
    padding: 10px 0 10px;
  }
}

@media screen and (min-width: 770px) {
  body .footer__inner-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__inner-bottom {
    padding: 20px 0;
  }
}

body .footer__top {
  background: #fff;
}

body .footer__nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; /* 修正 */
  padding-bottom: 2.6666666667vw;
  flex-wrap: wrap; /* 修正 */
  gap: 0.5em; /* 修正 */
}

@media screen and (min-width: 770px) {
  body .footer__nav ul {
    width: 752px; /* 修正 */
    margin: 0 auto;
    padding-bottom: 20px;
  }
}

body .footer__nav ul::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 46.6666666667vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: .4vw dotted #d6d0cc;
}

@media screen and (min-width: 770px) {
  body .footer__nav ul::after {
    width: 49%;
    border-width: 3px;
  }
}

body .footer__nav ul li a {
  display: block;
  padding: 1.3333333333vw 0;
}

@media screen and (min-width: 770px) {
  body .footer__nav ul li a {
    padding: 10px 0;
  }
}

body .footer__nav ul li a img {
  width: 21.6vw;
}

@media screen and (min-width: 770px) {
  body .footer__nav ul li a img {
    width: 110px;
  }
}

body .footer__contact {
  margin: 4.6666666667vw 0;
}

@media screen and (min-width: 770px) {
  body .footer__contact {
    margin: 16px auto 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  body .footer__contact {
    margin: 20px auto 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__contact {
    margin: 25px auto 0 !important;
  }
}

body .footer__pagetop {
  display: block;
  width: 58.2666666667vw;
  height: 12.8vw;
  margin: -8.2666666667vw auto 2vw;
}

@media screen and (min-width: 770px) {
  body .footer__pagetop {
    position: absolute;
    top: -20px;
    right: 0;
    width: 215px;
    height: 63px;
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {
  body .footer__pagetop {
    top: -25px;
    width: 280px;
    height: 82px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__pagetop {
    top: -30px;
    width: 336px;
    height: 99px;
  }
}

body .footer__association {
  width: 33.8666666667vw;
  height: 7.2vw;
  background: #71b553;
  font-size: 20px;
  font-size: 2.6666666667vw;
  color: #fff;
  text-align: center;
  line-height: 7.2vw;
  margin: 0 auto 2vw;
  padding-top: .4vw;
}

@media screen and (min-width: 770px) {
  body .footer__association {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 86px;
    height: 52px;
    font-size: 14px;
    line-height: 1.2;
    margin: 0;
    padding: 5px 5px 0;
  }
}

@media screen and (min-width: 770px) {
  body .footer__association {
    width: 98px;
    height: 62px;
    font-size: 16px;
    padding: 5px 5px 0;
  }
}

@media screen and (min-width: 770px) {
  body .footer__about {
    padding-left: 10px;
  }
}

@media screen and (min-width: 1000px) {
  body .footer__about {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__about {
    padding-left: 20px;
  }
}

body .footer__catch {
  font-size: 20px;
  font-size: 2.6666666667vw;
  padding: 1.3333333333vw;
}

@media screen and (min-width: 770px) {
  body .footer__catch {
    font-size: 10px;
    padding: 0 0 5px;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__catch {
    font-size: 12px;
  }
}

body .footer__copyright {
  font-size: 20px;
  font-size: 2.6666666667vw;
  text-align: center;
}

@media screen and (min-width: 770px) {
  body .footer__copyright {
    font-size: 10px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  body .footer__copyright {
    font-size: 12px;
  }
}

@media screen and (min-width: 770px) {
  body .contact {
    max-width: 730px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px) {
  body .contact {
    max-width: 998px;
    margin: 0 auto;
  }
}

body .contact__catch {
  margin-bottom: 7.7333333333vw;
}

@media screen and (min-width: 770px) {
  body .contact__catch {
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__catch {
    margin-bottom: 33px;
  }
}

@media screen and (min-width: 1200px) {
  body .contact__catch {
    margin-bottom: 40px;
  }
}

body .contact__box {
  padding: 0 6.6666666667vw 5.3333333333vw;
}

@media screen and (min-width: 770px) {
  body .contact__box {
    padding: 0 15px 28px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__box {
    padding: 0 55px 35px;
  }
}

body .contact__title {
  width: 56vw;
  margin: -2.6666666667vw auto 4vw;
}

@media screen and (min-width: 770px) {
  body .contact__title {
    width: 334px;
    margin: -15px auto 16px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__title {
    width: 417px;
    margin: -18px auto 20px;
  }
}

@media screen and (min-width: 770px) {
  body .contact__inner {
    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;
  }
}

body .contact__logo {
  width: 40vw;
  margin: 0 auto 4vw;
}

@media screen and (min-width: 770px) {
  body .contact__logo {
    width: 144px;
    margin: 0;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__logo {
    width: 180px;
  }
}

@media screen and (min-width: 770px) {
  body .contact__info {
    width: 290px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__info {
    width: 362px;
  }
}

body .contact__tel {
  display: block;
  font-size: 48px;
  font-size: 6.4vw;
  color: #604a29;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  list-style: 1;
}

@media screen and (min-width: 770px) {
  body .contact__tel {
    font-size: 25px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__tel {
    font-size: 32px;
  }
}

body .contact__tel strong {
  font-size: 62px;
  font-size: 8.2666666667vw;
}

@media screen and (min-width: 770px) {
  body .contact__tel strong {
    font-size: 32px;
    letter-spacing: -2px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__tel strong {
    font-size: 40px;
  }
}

body .contact__hours {
  background: #71b553;
  border-radius: 100px;
  font-size: 24px;
  font-size: 3.2vw;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 5.3333333333vw;
  padding: 1.0666666667vw;
}

@media screen and (min-width: 770px) {
  body .contact__hours {
    height: 22px;
    font-size: 11px;
    line-height: 22px;
    margin: 0;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__hours {
    height: 28px;
    font-size: 14px;
    line-height: 28px;
  }
}

body .contact__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding: 0 2.6666666667vw;
}

@media screen and (min-width: 770px) {
  body .contact__action {
    width: 232px;
    padding: 0;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__action {
    width: 290px;
  }
}

body .contact__action li {
  width: 19.7333333333vw;
}

@media screen and (min-width: 770px) {
  body .contact__action li {
    width: 64px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__action li {
    width: 80px;
  }
}

body .contact__address {
  font-size: 20px;
  font-size: 2.6666666667vw;
  text-align: center;
  line-height: 1.4;
  margin-top: 2.6666666667vw;
}

@media screen and (min-width: 770px) {
  body .contact__address {
    font-size: 9px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 1000px) {
  body .contact__address {
    font-size: 12px;
    margin-top: 30px;
  }
}

body .floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999999;
  padding: 1.3333333333vw 7.3333333333vw;
}

body .floating__menu {
  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;
}

body .floating__menu li {
  width: 16.8vw;
}

.floating-menu-sp {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  padding: clamp(16px, 4vw, 40px);
  padding: 4vw;
  text-align: center;
  /* font-family: "Zen Maru Gothic", YuMincho, "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
  font-family: Roboto, "Noto Sans JP", "Helvetica Neue", Arial, YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility .3s step-end, .3s, opacity .3s;
  -o-transition: visibility .3s step-end, .3s, opacity .3s;
  transition: visibility .3s step-end, .3s, opacity .3s;
}

.floating-menu-sp.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s step-start, .3s, opacity .3s;
  -o-transition: visibility 0s step-start, .3s, opacity .3s;
  transition: visibility 0s step-start, .3s, opacity .3s;
}

.floating-menu-sp + .footer {
  -webkit-padding-after: clamp(102px, 25.8vw, 254px);
          padding-block-end: clamp(102px, 25.8vw, 254px);
  -webkit-padding-after: 28vw;
          padding-block-end: 28vw;
}

@media (min-width: 770px) {
  .floating-menu-sp + .footer {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

.floating-menu-sp__text {
  font-size: clamp(13px, 3.4vw, 34px);
  font-size: 3.4vw;
  font-weight: bold;
  background-color: #FFFFB2;
  border-radius: 2em;
  line-height: 1;
  padding: .5em .5em;
  -webkit-margin-before: clamp(12px, 3vw, 30px);
          margin-block-start: clamp(12px, 3vw, 30px);
  -webkit-margin-before: 3vw;
          margin-block-start: 3vw;
}

.floating-menu-sp__links {
  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%;
}

.floating-menu-sp__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  gap: clamp(6px, 1.5vw, 15px);
  gap: 1.5vw;
  line-height: 1;
  -webkit-margin-end: clamp(6px, 1.5vw, 15px);
          margin-inline-end: clamp(6px, 1.5vw, 15px);
  -webkit-margin-end: 1.5vw;
          margin-inline-end: 1.5vw;
}

.floating-menu-sp__tel-prefix {
  font-size: clamp(19px, 4.8vw, 48px);
  font-size: 5vw;
}

.floating-menu-sp__tel-link {
  font-size: clamp(32px, 8vw, 80px);
  font-size: 9.5vw;
}

.floating-menu-sp__line,
.floating-menu-sp__mail {
  display: block;
  width: clamp(40px, 10vw, 100px);
  width: 10vw;
}

.floating-menu-sp__line img,
.floating-menu-sp__mail img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 770px) {
  .floating-menu-sp {
    display: none;
  }
}

/* 
　MARK: ここからは追加スタイル
*/

:root {
  --primary-color: #239621;
  --primary-light-color: oklch(from var(--primary-color) calc(l * 1.27) calc(c * 0.9) calc(h * 1.2));
  --white-color: #fff;
  --background-color: #EEEDDB;
  --secondary-color: #BCA975;
  --secondary-background-color: oklch(from var(--secondary-color) calc(l * 1.13) calc(c * 1.1) calc(h * 1));
  --secondary-light-color: oklch(from var(--secondary-color) calc(l * 1.3) calc(c * 0.3) calc(h * 1));
  --text-color: #2C2C2C;
  --title-color: #4D5E6F;
  --frame-color: #c8c8c8;
  --high-light-color: #FFF950;
  --sp-breakpoint: 768;
  --pc-breakpoint: 1024;
  --normalized-factor: calc((100vw - (var(--sp-breakpoint) * 1px)) / (var(--pc-breakpoint) - var(--sp-breakpoint)));
  /*
  --min-font-size-fr: calc(30 / 16);
  --max-font-size-fr: calc(50 / 16);
  --normalized-factor: calc((100vw - 768px) / (1024 - 768));
  --calculated-font-size: calc((var(--min-font-size-fr) * 1rem) + (var(--max-font-size-fr) - var(--min-font-size-fr)) * ((100vw - 768px) / (1024 - 768)));
  font-size: clamp(calc(var(--min-font-size-fr) * 1rem), var(--calculated-font-size), calc(var(--max-font-size-fr) * 1rem));
  */
  --components-width-default: 860px;
  --components-width-md: 1000px;
  --components-width-lg: 1200px;
  --border-radius-default: 50px;
  --shape-triangle-top: polygon(50% 0, 100% 100%, 0 100%);
  --shape-triangle-bottom: polygon(0 0, 100% 0, 50% 100%);
  --shape-triangle-right: polygon(0 0, 100% 50%, 0 100%);
  --shape-triangle-left: polygon(0 50%, 100% 0, 100% 100%);
  --shape-triangle-lower-left: polygon(0 0, 100% 100%, 0 100%);
  --shape-triangle-upper-left: polygon(0 0, 100% 0, 0 100%);
  --shape-triangle-lower-right: polygon(100% 0, 100% 100%, 0 100%);
  --shape-triangle-upper-right: polygon(0 0, 100% 0, 100% 100%);
}

@media (max-width: 768px) {
  :root {
    --border-radius-default: 20px;
  }
}

/* 単位を削除する */
@property --formula {
  syntax: '<length>';
  initial-value: 0;
  inherits: false;
}

*,
::before,
::after {
  --clamp-root-font-size: 16;
  --clamp-slope: calc((var(--clamp-max) - var(--clamp-min)) / (var(--clamp-viewport-max) - var(--clamp-viewport-min)));
  --clamp-y-axis-intersection: calc(var(--clamp-min) - (var(--clamp-slope) * var(--clamp-viewport-min)));
  --clamp-preffered-value: calc(
    var(--clamp-y-axis-intersection) * (1rem / var(--clamp-root-font-size)) + (var(--clamp-slope) * 100vi)
  );
  --clamp: clamp(
    calc(var(--clamp-min) * (1rem / var(--clamp-root-font-size))),
    var(--clamp-preffered-value),
    calc(var(--clamp-max) * (1rem / var(--clamp-root-font-size)))
  );
  font-size: var(--clamp);
  /*
    使い方
    .title {
      --clamp-min: 20;
      --clamp-max: 24;
      font-size: var(--clamp); // 詳細度が0のため、適用されない場合は指定する
    }
  */
  /* 単位を削除したフォントサイズ */
  --formula: var(--clamp);
  --clamp-font-size-number: calc(10000 * tan(atan2(var(--formula), 10000px)));
  --clamp-font-size-number-for-line-height: clamp(
    var(--clamp-min),
    var(--clamp-font-size-number),
    var(--clamp-max)
  );
  --max-line-height: 1.8;
  --font-size-of-max-line-height: 14;
  --min-line-height: 1.25;
  --font-size-of-min-line-height: 50;
  --line-height-diff: calc(var(--max-line-height) - var(--min-line-height));
  --fonf-size-of-line-height-diff: calc(var(--font-size-of-min-line-height) - var(--font-size-of-max-line-height));
  --line-height-slope: calc(var(--line-height-diff) / var(--fonf-size-of-line-height-diff));
  --line-height: clamp(
    var(--min-line-height),
    calc((var(--line-height-diff) - ((var(--clamp-font-size-number-for-line-height) - var(--font-size-of-max-line-height)) * var(--line-height-slope))) + var(--min-line-height)),
    var(--max-line-height)
  );
  line-height: var(--line-height);
}

/* bodyにデフォルト値を設定する */
body {
  --clamp-viewport-min: 375;
  --clamp-viewport-max: 1200;
  --clamp-min: 14;
  --clamp-max: 18;
  background-color: var(--background-color);
}

/* 使い方 */
/* .title {
  --clamp-min: 20;
  --clamp-max: 24;
} */

.schedule-timeline {
  max-width: var(--components-width-lg);
  width: calc(100% - 2rem);
  margin-inline: auto;
  display: block grid;
  grid-template-columns: 70px auto;
  gap: 1em;
  padding-block: 5em;
}

@media (min-width: 768px) {
  .schedule-timeline {
    grid-template-columns: 124px auto;
    gap: 3em;
  }
}

.schedule {
  display: block grid;
  place-items: center;
  position: relative;
}

.schedule::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: calc(100% + 10.9em);
  border-left: 2px dotted var(--text-color);
  z-index: 0;
}

@media (max-width: 767px) {
  .schedule::before {
    display: none;
  }
}

.schedule.schedule--first::before {
  height: calc(50% + 10.9em);
  top: 50%;
}

.schedule.schedule--last::before {
  height: 50%;
  top: 0;
}

.schedule__time {
  display: block grid;
  place-items: center;
  background-color: #FFF950;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1;
  position: relative;
  align-content: center;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1;
  font-family: "Agdasima", sans-serif;

  &::before {
    content: 'STEP';
    display: block;
    font-size: .5em;
    line-height: 1;
    letter-spacing: .1em;
  }
}

@media (max-width: 767px) {
  .schedule {
    justify-content: flex-start;
    margin-block-end: -5em;
    margin-inline-start: -.5em;
  }
  .schedule__time {
    width: 3em;
  }
}

.flow-illust {
  display: block grid;
  place-items: center;
  margin-block: 5em;
  @media (min-width: 768px) {
    margin-block: 5em 10em;
  }
}

.flow {
  max-width: var(--components-width-lg);
  margin-inline: auto;
  display: block grid;
  grid-template-columns: 1fr;
  gap: 1em;
}

@media (min-width: 768px) {
  .flow {
    grid-template-columns: 1fr 5em 1fr;
    grid-auto-flow: dense;
    column-gap: 3em;
    row-gap: 11em;
    padding-block: 2em;
  }
  .flow::after {
    content: '';
  }
}

.flow .schedule {
  /* grid-column: 1; */
  position: relative;
  z-index: 2;
}

.flow .schedule i {
  position: absolute;
  background-color: var(--white-color);
}

@media (max-width: 767px) {
  .flow .schedule i {
    display: none;
  }
  .flow-blank {
    display: none;
  }
}

@media (min-width: 768px) {
  .flow .schedule {
    grid-column: 2;
  }
  .flow .schedule:nth-child(4n) i {
    --size: 1.5em;
    width: calc(var(--size) * 1.5);
    height: var(--size);
    clip-path: var(--shape-triangle-left);
    right: -3em;
    top: calc(50% - (var(--size) / 2));
  }
  .flow .schedule:nth-child(1) i,
  .flow .schedule:nth-child(4n + 2) i {
    --size: 1.5em;
    width: calc(var(--size) * 1.5);
    height: var(--size);
    clip-path: var(--shape-triangle-right);
    left: -3em;
    top: calc(50% - (var(--size) / 2));
  }
}

.flow .flow-item {
  /* grid-column: 2; */
  display: block grid;
  gap: 1em;
  background-color: var(--white-color);
  padding: .5em;
  border-radius: calc(var(--border-radius-default) / 2);
  position: relative;
}

@media (min-width: 768px) {
  .flow .flow-item {
    grid-column: auto;
    grid-row: span 2;
    align-self: start;
  }
}

.flow .flow-item img:not(.flow-decoration) {
  border-radius: calc(var(--border-radius-default) / 2);
  vertical-align: bottom;
}

.flow .flow-item__heading {
  text-align: center;
  color: var(--title-color);
  --clamp-min: 22;
  --clamp-max: 26;
}

.flow .flow-item__heading:firs-child {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}

.flow .flow-item__description {
  padding-inline: 1em;
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
}


.flow-decoration {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  
}

@media (max-width: 767px) {
  .flow-decoration {
    display: none;
  }
}

/*
  MARK: セクション
*/

/* .main {
  overflow-x: hidden;
  width: 100%;
} */

.main {
  overflow-x: hidden;
  width: 100%;
}

.section-hero {
  margin-block: 8em 5em;
  @media (min-width: 768px) {
    padding-inline: 1em;
    margin-block: 15em 5em;
  }
}

.section-hero__inner {
  position: relative;
  @media (min-width: 768px) {
    display: block grid;
    gap: 1em;
    padding: 3em calc((100vw - 1100px) / 2);
    grid-template-columns: 1fr 1fr;
  }
}

.section-hero__bg {
  @media (max-width: 767px) {
    position: relative;
    height: 100vw;
    margin-block-end: -50vw;
  }
  img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;

    @media (min-width: 768px) {
      border-radius: var(--border-radius-default);
    }
  }
}

.section-hero__container {
  display: block grid;
  grid-column-start: 1;
  position: relative;
  place-items: center;
  padding: 3em 2em;
  gap: 1em;
  background-color: #fff;
  z-index: 1;
  border-radius: var(--border-radius-default);
  width: calc(100% - 2em);
  margin-inline: auto;

  @media (min-width: 768px) {
    width: auto;
  }

  hr {
    width: 50%;
    border: none;
    border-top: 2px dotted var(--text-color);
  }
}

.section--even .section-hero__container {
  grid-column-start: 2;
}

.section-hero__number {
  font-family: "Agdasima", sans-serif;
  font-size: 15em;
  font-weight: bold;
  color: var(--white-color);
  position: absolute;
  bottom: 100%;
  line-height: .7;
}

.section-hero__heading {
  font-size: 2em;
  color: var(--primary-color);
  text-align: center;
}

.section-hero__label {
  display: inline-block;
  background-color: var(--high-light-color);
  padding-inline: 2em;
  border-radius: 3em;
  font-weight: bold;
}

/*
  MARK: MV
*/

.mv {
  position: relative;
  width: 100%;
  padding-block-start: 15vw;
  margin-block-end: -15vw;
  @media (min-width: 768px) {
    height: 100svh;
    padding-block-start: 0vw;
    /* margin-block-end: -10vw; */
    margin-block-end: -12em;
  }
  overflow: hidden;
}

.mv__bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.mv__inner {
  position: relative;
  z-index: 1;
  display: block grid;
  place-items: center;
  height: 100%;
  max-width: 1100px;
  margin-inline: auto;
  gap: 1em;
  padding-block-end: 25vw;
  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    padding-block-end: 0;
  }
}

.mv__wave {
  position: absolute;
  width: 100%;
  margin-top: -2em;
  @media (min-width: 768px) {
    /* margin-top: -3em; */
    margin-top: -6em;
  }

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

.mv__message {
  img {
    width: 40vw;
  }
  width: 100%;
  margin-bottom: -15vw;
  text-align: right;
  @media (min-width: 768px) {
    img {
      width: auto;
    }
    width: auto;
    order: 2;
    margin-bottom: 0;
    margin-top: -20svh;
  }
}

.mv__icon {
  width: 40vw;
  @media (min-width: 768px) {
    width: auto;
    order: 1;
  }
}

.mv__heading {
  display: block grid;
  gap: .25em;
  width: 100%;
  padding-inline: .25em;
  @media (min-width: 768px) {
    width: auto;
    padding-inline: 0;
    gap: .25em;
    grid-template-rows: 1fr 1fr 1fr;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    transform: rotate(-10deg);
    transform-origin: 0% 50%;
    /* テキスト変更にともない位置を追加 */
    margin-top: -2em;
    margin-left: 2em;
  }

  span {
    display: block;
    height: fit-content;
    /* font-size: 1.25em; */
    /* テキスト変更にともないフォントサイズを変更 */
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    background-color: var(--white-color);
    color: var(--primary-color);
    width: fit-content;
    padding: .1em .2em;
    @media (min-width: 768px) {
      /* letter-spacing: -.4em; */
      /* padding: 0 .1em .3em; */
      padding: .1em;
      width: auto;
      /* transform: rotate(-10deg);
      transform-origin: 0% 50%; */
    }
  }
}

.badges {
  display: block grid;
  gap: 1em;
  position: relative;
  padding-inline: 3em;
  max-width: 820px;
  margin-inline: auto;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    padding-inline: 0;
    gap: 3em;
  }

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

.badges-text {
  width: 820px;
  padding-inline: 1em;
  margin-inline: auto;
  position: relative;
  margin-block-start: 1em;
  @media (min-width: 768px) {
    padding-inline: 0;
    gap: 3em;
  }
}

.banners {
  display: block grid;
  gap: 1em;
  position: relative;
  margin-block: 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 1fr);
    margin-block: 5em 10em;
  }
}

.banner {
  display: block grid;
  gap: .75em;
  padding: 1em;
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );

  img {
    border-radius: calc( var(--border-radius-default) / 2 );
  }
  div {
    display: block grid;
    gap: .5em;
  }
  p {
    color: var(--primary-color);
    text-align: center;
    font-weight: bold;
  }
  a {
    display: block;
    font-size: .75em;
    border-radius: 3em;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    text-align: center;
    padding: .25em 2em;
    position: relative;
    /* transition: background-color .1s ease-in-out, color .1s ease-in-out; */

    &::before {
      content: '';
      position: absolute;
      top: 50%;
      right: 1em;
      width: 1em;
      height: 1em;
      background-color: var(--primary-color);
      border-radius: 100%;
      transform: translateY(-50%);
      /* transition: background-color .1s ease-in-out; */
    }

    &::after {
      content: '';
      position: absolute;
      top: 50%;
      right: .85em;
      width: .75em;
      height: .5em;
      border-top: .25em solid transparent;
      border-bottom: .25em solid transparent;
      border-left: .375em solid transparent;
      border-right: .375em solid transparent;
      border-left-color: var(--white-color);
      transform: translateY(-50%);
      /* transition: border-left-color .1s ease-in-out; */
    }

    @media (any-hover: hover) {
      &:hover {
        background-color: var(--primary-color);
        color: var(--white-color);

        &::before {
          background-color: var(--white-color);
        }
        &::after {
          border-left-color: var(--primary-color);
        }
      }
    }
  }

  @media (max-width: 767px) {
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto auto;
    grid-auto-flow: dense;

    img {
      grid-row: span 2;
    }

    div {
      grid-row: span 2;
      align-self: center;
      padding: 1em;
    }

    p {
      font-size: 1.25em;
    }

    a {
      padding-inline: 1em;
      font-size: .85em;
    }
  }
}

/* 
  MARK: コンテナ
*/

.container {
  max-width: 1200px;
  width: calc(100% - 2em);
  margin-inline: auto;
}

.container--horizontal {
  margin-block: 5em;
  @media (min-width: 768px) {
    margin-block: 5em 10em;
  }
}

.container--narrow {
  max-width: 900px;
}

/* 
  MARK: 見出し
*/

.heading {
  display: block grid;
  place-items: center;
  gap: .15em;
  font-size: 2.25em;
  margin-block-end: 1em;
  text-align: center;

  & > * {
    display: inline-block;
  }
  span {
    font-family: "Agdasima", sans-serif;
    font-size: .5em;
    background-image: linear-gradient(to bottom, transparent 60%, var(--high-light-color) 60%);
    padding-inline: .5em;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.4;
  }
  strong {
    font-size: 1em;
  }
  em {
    font-style: normal;
    font-weight: bold;
    background-color: var(--white-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 3em;
    padding: 0 1em;
    font-size: .5em;
  }
}

br.sp {
  @media (min-width: 768px) {
    display: none;
  }
}

.sub-heading {
  display: block grid;
  place-items: center;
  gap: .15em;
  font-size: 1.75em;
  margin-block-end: 1em;

  @media (max-width: 767px) {
    font-size: 2em;
  }

  & > * {
    display: inline-block;
  }
  span {
    font-size: .5em;
    background-image: linear-gradient(to bottom, transparent 60%, var(--high-light-color) 60%);
    padding-inline: .5em;
    font-weight: 500;
  }
  strong {
    font-size: 1em;
  }
  em {
    font-style: normal;
    font-weight: bold;
    background-color: var(--high-light-color);
    border-radius: 3em;
    padding: 0 1em;
    font-size: .65em;
    @media (min-width: 768px) {
      font-size: .5em;
    }
  }
}

/*
  MARK: 対応エリア
*/

.areas {
  display: block grid;
  gap: 2em;
  margin-inline: auto;
  margin-block-end: 8em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
  }

  img {
    display: block;
    width: 60%;
    @media (min-width: 768px) {
      width: 90%;
    }
    height: auto;
    margin-block-start: 2em;
    margin-inline: auto;
  }
}

.problems {
  display: block grid;
  gap: 1em;
  margin-block: 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    align-items: end;
  }

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

/* 
  MARK: セクション
*/

.section-hr {
  width: 100%;
  margin-block-end: 8em;
  border-bottom: 4px dotted var(--text-color);
  border-top-width: 0;
  @media (min-width: 768px) {
    margin-block-end: 10em;
  }
}

.section--problems {
  margin-block-end: 5em;
  @media (min-width: 768px) {
    margin-block-end: 12.5em;
  }
}

/* 
  MARK: パターマット
*/

.putter-mat {
  display: block grid;
  border-radius: calc( var(--border-radius-default) / 2 );
  background-color: var(--white-color);
  padding: 1em;
  gap: 1em;
  margin-block: 3em;

  @media (min-width: 768px) {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto;
    padding: 2em;
    gap: 2em;
  }
}

.putter-mat__image {
  display: block;
  width: 100%;
  height: auto;
  img {
    border-radius: calc( var(--border-radius-default) / 2 ); 
  }
}

.putter-mat__info {
  display: block grid;
  gap: 1em;
  @media (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
    gap: .5em;
  }

  h4 {
    font-size: 1.75em;
    font-weight: bold;
    border-bottom: 2px dotted var(--text-color);
    padding-block-end: .5em;
    @media (min-width: 768px) {
      grid-column: span 2;
      padding-block-end: .15em;
    }
  }
}

.putter-mat__text {
  background-color: #FAF9E8;
  position: relative;
  padding: 4em 1em 1em;
  border-radius: calc( var(--border-radius-default) / 2 );
  margin-block-start: 1em;

  @media (min-width: 768px) {
    padding: 3em .9em .8em;
  }

  h5 {
    display: block grid;
    place-items: center;
    position: absolute;
    background-color: var(--high-light-color);
    text-align: center;
    border-radius: 100%;
    width: 4em;
    aspect-ratio: 1;
    top: -1em;
  }
  ul li {
    @media (min-width: 768px) {
      font-size: .85em;
    }
  }
}

.warning {
  background-color: #F68789;
  color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;

  @media (min-width: 768px) {
    grid-column: span 2;
    padding: 2em;
  }
}

.warning__heading {
  display: block flex;
  align-items: center;
  gap: .5em;
  justify-content: center;
  font-size: 1.5em;
  margin-block-end: .5em;
  text-align: center;
  span {
    font-size: 1em;
    line-height: 1.4;
  }
}

/*
  MARK: タブ
*/

.tabs {
  display: block flex;
  gap: 3em;
  margin-block: 1.5em;
  font-size: 2vw;
  width: 100%;
  justify-content: center;

  @media (min-width: 768px) {
    display: none;
  }
}

.tab {
  color: #c3b89f;
  cursor: pointer;

  &.is-active {
    color: var(--primary-color);
    font-weight: bold;
  }
}

.tab-contents {
  display: block grid;
  gap: .5em;
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  overflow: hidden;
  @media (min-width: 768px) {
    gap: 1em;
  }
  img {
    max-width: 100%;
  }

  &.is-select-1 {
    @media (max-width: 767px) {
      .tab-contents__td {
        &:nth-child(1) {
          display: block;
        }
        &:nth-child(2),
        &:nth-child(3) {
          display: none;
        }
      }
    }
  }
  &.is-select-2 {
    @media (max-width: 767px) {
      .tab-contents__td {
        &:nth-child(2) {
          display: block;
        }
        &:nth-child(1),
        &:nth-child(3) {
          display: none;
        }
      }
    }
  }
  &.is-select-3 {
    @media (max-width: 767px) {
      .tab-contents__td {
        &:nth-child(3) {
          display: block;
        }
        &:nth-child(1),
        &:nth-child(2) {
          display: none;
        }
      }
    }
  }
}

.tab-contents__tr {
  display: block grid;
  width: 100%;
  gap: 1em;
  padding-block: .5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    padding-block: 1em;
  }
}

.tab-contents__tr {
  .tab-contents__td {
    @media (min-width: 768px) {
      padding-inline: 1em;
      &:nth-child(2n) {
        border-left: 2px dotted var(--text-color);
        border-right: 2px dotted var(--text-color);
      }
    }
  }
}
.tab-contents__tr--noborder {
  .tab-contents__td {
    &:nth-child(2n) {
      border-left-width: 0;
      border-right-width: 0;
    }
  }
}

.tab-contents__td {
  p {
    text-align: center;
    @media (min-width: 768px) {
      font-size: .85em;
    }
  }
  li {
    @media (min-width: 768px) {
      font-size: .85em;
    }
    padding-inline-start: 1em;
    position: relative;
    &::before {
      content: '';
      position: absolute;
      top: calc(.5lh - .125em);
      left: 0;
      width: .25em;
      height: .25em;
      background-color: var(--text-color);
      border-radius: 100%;
      transform: translateY(-50%);
    }
  }
  strong {
    color: var(--primary-color);
    font-size: 1.15em;
    @media (min-width: 768px) {
      font-size: 1em;
    }
  }
  figure {
    text-align: center;
    margin-block: 1em;
    img {
      display: inline-block;
      width:  50%;
      height: auto;
      vertical-align: bottom;
    }
  }
}

.tab-contents__label {
  background-color: #FAF9E8;
  border-radius: 3em;
  font-weight: bold;
  padding: .25em 1em;
  color: var(--primary-color);
  text-align: center;
  font-size: 1.125em;
  @media (min-width: 768px) {
    font-size: 1em;
  }
}

.tab-contents__heading {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color: var(--primary-color);
  margin-block-end: .5em;
  @media (min-width: 768px) {
    font-size: 1.5em;
  }
}

.tab-contents__image {
  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.tab-contents__box {
  background-color: #FFFCD1;
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1.6em;
  height: 100%;
  p {
    text-align: left;
  }
}

.tab-contents__sub-heading {
  font-size: 1.25em;
  font-weight: bold;
  color: var(--primary-color);
  margin-block-end: 1em;
  padding-block-end: 1em;
  border-bottom: 2px dotted var(--primary-color);
  text-align: center;
  @media (min-width: 768px) {
    font-size: 1em;
  }
}

/*
  MARK: 02
*/

.good-or-bad {
  display: block grid;
  grid-template-rows: auto;
  gap: 5em;
  margin-block: 8em 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 3em;
    margin-block: 10em 5em;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.good-or-bad__item {
  position: relative;
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 2em 1em 1em;
  display: block grid;
  gap: 1em;

  h3 {
    position: relative;
    text-align: center;
  }

  p {
    position: relative;
  }

  @media (min-width: 768px) {
    grid-template-rows: subgrid;
    grid-row: span 4;
  }
}

.good-or-bad__icon {
  position: absolute;
  top: -2.5em;
  left: 50%;
  padding: .5em 2em 2em;
  background-color: var(--white-color);
  border-radius: 100%;
  display: block grid;
  place-items: center;
  transform: translateX(-50%);

  img {
    display: block;
    width: 2em;
    height: auto;
  }
}

.shitaji {
  margin-block: 5em;
  display: block grid;
  grid-template-columns: .5em 1fr .5em;
  grid-template-rows: repeat(4, auto);
  @media (min-width: 768px) {
    grid-template-columns: max( calc((100vw - 1200px) / 2), 1em) 1fr max( calc((100vw - 1200px) / 2), 1em);
    grid-template-rows: repeat(4, auto);
    margin-block: 5em 20em;
  }
}

.shitaji__container {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  position: relative;
  z-index: 1;
  grid-area: 1 / 2 / 3 / 3;

  @media (min-width: 768px) {
    padding: 2em;
  }
}

.shitaji__heading {
  text-align: center;
  width: 100%;
  padding: 1.5em 1em;
  font-size: 1.25em;
}

.shitaji__demerit-list {
  display: block grid;
  gap: .5em;
  @media (min-width: 768px) {
    grid-template-columns: 1fr 1fr;
  }

  li {
    display: block grid;
    gap: .5em;
    padding: 1em;
    background-color: #FAF9E8;
    border-radius: calc( var(--border-radius-default) / 2 );
    @media (min-width: 768px) {
      padding: 1.5em;
      gap: 1em;
    }
  }

  h4 {
    text-align: center;
    font-size: 1.125em;
  }
}

.shitaji__bg {
  background-color: var(--primary-color);
  grid-area: 2 / 1 / 4 / 4;
  @media (min-width: 768px) {
  }
}

.shitaji__text {
  color: var(--white-color);
  font-size: 1.25em;
  position: relative;
  padding: 2em 1em 4em;
  z-index: 1;
  grid-area: 3 / 2 / 4 / 3;
  @media (min-width: 768px) {
    padding: 3em 0;
    padding-right: 46%;
  }
}

.shitaji__result {
  display: block grid;
  align-items: center;
  position: relative;
  grid-area: 4 / 1 / 5 / 4;
  @media (min-width: 768px) {
    place-items: center;
  }

  h3 {
    position: absolute;
    padding-inline: .25em;
    z-index: 2;
    width: auto;
    padding-inline: 0;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 3em;
    white-space: nowrap;
    left: calc(50% + 3em);
    top: -1em;
    @media (max-width: 1200px) {
      left: auto;
      right: 0;
    }
    @media (max-width: 768px) {
      left: auto;
      right: 0;
      margin: 0;
    }
  
    span {
      display: block;
      height: fit-content;
      font-size: 1.25em;
      line-height: 1;
      font-weight: bold;
      background-color: var(--white-color);
      color: var(--primary-color);
      /* letter-spacing: -.4em;
      padding: 0 .1em .3em; */
      padding: .1em;
      width: auto;
      transform: rotate(5deg);
      margin-block: 20px;
      @media (max-width: 768px) {
        font-size: 1em;
        padding: .1em .2em;
      }

      &:last-child {
        background-color: #FFF950;
        font-size: 1.5em;
      }
    }
  }
}

.shitaji__image {
  position: absolute;
  width: 100%;
  height: 100%;
  img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.shitaji__icon {
  position: relative;
  z-index: 1;
  font-size: 2.5em;
  width: 8em;
  margin-block: -.81em;
  height: auto;
  img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
  }
  @media (max-width: 768px) {
    width: 6em;
    padding-block-start: 4em;
    margin-block: -.58em;
  }
}

/*
  MARK: 03
*/

.movie {
  text-align: center;
  margin-block: 5em;
  @media (min-width: 768px) {
    margin-block: 6em;
  }
  a {
    transition: opacity .1s ease-in-out;
    @media (any-hover: hover) {
      &:hover {
        opacity: 0.7;
      }
    }
  }
}

.benefits {
  display: block grid;
  gap: 5em;
  margin-block: 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
    gap: 2em;
    margin-block: 10em 5em;
    padding-inline: 3em;
  }

  img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    @media (max-width: 767px) {
      width: 6em;
    }
  }
}

.benefits__item {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 4em 1em 1em;
  position: relative;

  h4 {
    font-size: 1.25em;
  }

  p {
    font-size: 1em;
    @media (min-width: 768px) {
      font-size: .85em;
    }
  }
}

.demerit {
  display: block grid;
  @media (min-width: 768px) {
    grid-template-columns: 3fr 2fr;
  }
  gap: 1em;
  padding: 1em;
  margin-block: 5em;
  border-radius: calc( var(--border-radius-default) / 2 );
  background-color: var(--white-color);

  ul {
    padding: 2em;
    background-color: #FAF9E8;
    border-radius: calc( var(--border-radius-default) / 2 );

    li {
      padding-inline-start: 1em;
      position: relative;
      &::before {
        content: '';
        position: absolute;
        top: calc(.5lh - .125em);
        left: 0;
        width: .25em;
        height: .25em;
        background-color: var(--text-color);
        border-radius: 100%;
      }
    }
  }

  .warning {
    text-align: center;
    padding: .5em;
    span {
      font-size: 1em;
      line-height: 1.25;
    }
  }

  .warning__heading {
    margin: 0;
  }
}

.demerit__images {
  display: block grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: .5em;
  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
  img:first-child {
    grid-column: span 2;
  }
}

.demerit__heading {
  text-align: center;
  font-size: 1.25em;
  padding-block: 1.5em;
}

/* 
  MARK: 04
*/

.heading-border {
  text-align: center;
  position: relative;
  padding-bottom: .5em;
  margin-bottom: 1em;

  &::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50%;
    border-bottom: 2px dotted var(--text-color);
    transform: translateX(-50%);
  }
}

.hilight-label {
  width: fit-content;
  margin-inline: auto;
  font-weight: bold;
  background-image: linear-gradient(to bottom, transparent 60%, var(--high-light-color) 60%);
  padding-inline: .5em;
  font-weight: bold;
  font-family: "Agdasima", sans-serif;
  letter-spacing: .1em;
  line-height: 1.4;
  font-size: 1.5em;
}

.features {
  display: block grid;
  gap: 2em;
  margin-block: 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }

  .warning p {
    text-align: center;
  }
}

.features__item {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  display: block grid;
  gap: 1em;
  place-items: center;

  .heading-border {
    font-size: 1.5em;
    margin-block-end: 0;
  }

  .hilight-label {
    font-size: 1.25em;
  }

  p {
    font-size:  1em;
    @media (min-width: 768px) {
      font-size: .85em;
    }
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }

  &.is-last {
    .features__text {
      display: contents;
    }
    @media (min-width: 768px) {
      grid-column: span 2;

      .features__text {
        display: block grid;
        gap: 1em;
      }
      grid-template-columns: 1fr 1fr;
      gap: 2em;
    }
  }
}

/* 
  MARK: 05
*/

.cases-outer {
  overflow-x: hidden;
  width: 100%;
}

.cases {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-block: 0;
  @media (min-width: 768px) {
    margin-block: 0 5em;
  }
}

.cases__inner {
  display: block flex;
  gap: 1em;
  width: max-content;
  padding-inline: 1em;
  @media (min-width: 768px) {
    padding-inline: 2em;
    gap: 2em;
  }
}

.cases__item {
  display: block grid;
  gap: 1em;
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  width: 80vw;
  flex-shrink: 0;

  @media (min-width: 768px) {
    width: 800px;
  }

  .hilight-label {
    font-size: 1em;
    margin: 0;
  }

  h4 {
    font-size: 1.25em;
    margin-block-end: .5em;
    padding-block-end: .5em;
    border-bottom: 2px dotted var(--text-color);

    span {
      font-size: 1rem;
      font-weight: normal;
    }
    strong {
      font-size: 1em;
    }
    span, strong {
      display: block;
    }
  }

  p {
    font-size: .85em;
  }
}

.cases__text {
  display: block grid;
  gap: .5em;
}

.cases__images {
  display: block grid;
  grid-template-columns: 258fr 442fr;
  border-radius: calc( var(--border-radius-default) / 2 );
  overflow: hidden;
  position: relative;
  @media (max-width: 767px) {
    order: 1;
  }

  &::before {
    content: '';
    --size: 1.5em;
    width: var(--size);
    height: var(--size);
    clip-path: var(--shape-triangle-right);
    background-color: #FFF950;
    left: 35%;
    top: 50%;
    position: absolute;
    z-index: 2;
  }

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

.cases__before {
  position: relative;
  
  &::before {
    content: 'Before';
    position: absolute;
    width: 4em;
    height: 4em;
    background-color: #C8C8C8;
    color: var(--text-color);
    top: 1em;
    left: 1em;
    border-radius: 100%;
    display: block grid;
    place-items: center;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cases__before::before {
    font-size: .65em;
  }
}

.cases__after {
  position: relative;
  
  &::before {
    content: 'After';
    position: absolute;
    font-size: 1.25em;
    width: 4em;
    height: 4em;
    background-color: #FFF950;
    color: var(--text-color);
    top: 1em;
    right: 1em;
    border-radius: 100%;
    display: block grid;
    place-items: center;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .cases__after::before {
    font-size: .75em;
  }
}

.cases__info {
  display: block grid;
  gap: .5em;
  @media (min-width: 768px) {
    grid-template-columns: 3fr 1fr;
    padding-inline: 1em;
  }
  text-align: left;
  @media (max-width: 767px) {
    order: 2;
  }
}

.cases__illust {
  display: block;
  width: 100%;
  height: auto;
  img {
    display: block;
    width: calc(100% + 3.5em);
    max-width: none;
    height: auto;
    position: relative;
    z-index: 3;
  }
  @media (max-width: 768px) {
    display: none;
  }
}

/* 
  MARK: reviews
*/

.reviews {
  display: block grid;
  gap: 1.5em;
}

.reviews__text {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  position: relative;
  padding: 1em;

  @media (min-width: 768px) {
    padding: 2em;
  }

  &::before {
    content: '';
    --size: 1.5em;
    width: var(--size);
    height: var(--size);
    clip-path: var(--shape-triangle-left);
    background-color: var(--white-color);
    right: calc(100% - .5em);
    top: 3em;
    position: absolute;
    z-index: 2;
    transform: skewY(-10deg);
  }

  h4 {
    font-size: 1.25em;
    font-weight: bold;
    width: fit-content;
    padding-block-end: .25em;
    margin-bottom: .5em;
    border-bottom: 2px dotted var(--text-color);
  }

  p {
    font-size: .85em;
  }
}

.reviews__item {
  display: block grid;
  gap: 1em;
  grid-template-columns: 2fr 3fr;

  @media (min-width: 768px) {
    grid-template-columns: 1fr 4fr;
    gap: 2em;
  }

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

  &:nth-child(even) {
    grid-template-columns: 3fr 2fr;

    @media (min-width: 768px) {
      grid-template-columns: 4fr 1fr;
    }

    img {
      order: 2;
    }

    .reviews__text::before {
      clip-path: var(--shape-triangle-right);
      left: calc(100% - .5em);
      right: auto;
      transform: skewY(10deg);
    }
  }
}

/*
  MARK: 料金
*/

.lead {
  text-align: center;
  margin-block: 2em;
}
.lead--bg {
  background-color: var(--white-color);
  border-radius: 999em;
  padding: 1em 2em;
  width: fit-content;
  margin-inline: auto;
}

.prices {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 2em;

  h4 {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin-block-end: .1em;
  }
  & > p {
    text-align: center;
    font-size: .85em;
    font-weight: bold;
    margin-block-end: 2em;
  }
  @media (max-width: 767px) {
    padding: 1em;
  }
}
.prices > p {
  @media (max-width: 767px) {
    margin-block-end: 1em;
  }
}

.prices__table {
  display: block grid;
  grid-template-rows: auto auto;
  gap: 1em;
  @media (min-width: 768px) {
    grid-template-columns: .75fr 1fr 1fr 1fr 1fr;
    gap: 1em;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    @media (min-width: 768px) {
      border-radius: calc( var(--border-radius-default) / 2 );
    }
    @media (max-width: 767px) {
      grid-row: span 2;
    }
  }
}

.prices__td {
  display: block grid;
  gap: .5em;
  grid-template-rows: subgrid;
  grid-row: span 2;

  @media (max-width: 767px) {
    background-color: #FAF9E8;
    border-radius: calc( var(--border-radius-default) / 2 );
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
  }
}

.prices__td:first-child {
  background-color: #FAF9E8;
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: .75em;
  font-weight: bold;
  text-align: center;
  align-items: center;
  
  .prices__td-item {
    font-size: .85em;
    height: 100%;
    align-content: center;
  }
  .prices__td-item:first-child {
    border-bottom: 2px dotted var(--text-color);
  }

  @media (max-width: 767px) {
    display: none !important;
  }
}

.prices__td-item:first-child {
  p {
    text-align: center;
    border-bottom: 2px dotted var(--text-color);
    padding-block-end: .5em;
    padding-inline: 1em;
    margin-block-start: .5em;
    span:first-child {
      display: none;
    }
  }
  @media (max-width: 767px) {
    display: contents;

    p {
      margin-inline: 1em;
      margin-block-start: 0;
      padding: 0;
      align-content: center;
      span:last-child {
        font-size: 1.25em;
        font-weight: bold;
      }
      span:first-child {
        display: block;
        font-size: .75em;
      }
    }
  }
}

.prices__td-item:last-child {
  p {
    display: block flex;
    justify-content: space-between;
    width: 100%;
    gap: .5em;
    padding-inline: 1em;
  }
}

.price-caution {
  font-weight: bold;
  text-align: center;
  margin-block: 1em;
  background-color: #FFF950;
  padding: 1em;
  border-radius: calc( var(--border-radius-default) / 2 );
}

.price-sub {
  font-size: .85em;
  line-height: 1.5;
}

/* 
  MARK: オプション
*/

.options {
  display: block grid;
  gap: 1em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(3, 1fr);
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.options__item {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  display: block grid;
  gap: 1em;
  align-content: start;

  .hilight-label {
    font-size: 1.125em;
  }

  h4 {
    font-size: 1.25em;
    margin-block: 0;
  }

  p {
    @media (min-width: 768px) {
      font-size: .85em;
    }
  }

  @media (max-width: 767px) {
    grid-template-columns: 3fr 4fr;
    grid-template-rows: auto auto auto;

    img {
      grid-row: span 2;
    }

    p:not(.hilight-label) {
      grid-column: span 2;
    }

    .hilight-label, h4 {
      align-self: center;
    }
  }
}

/* 
  MARK: エクステリア
*/

.exterior-logo {
  text-align: center;
  img {
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.exterior-list {
  display: block grid;
  gap: 1em;
  margin-block: 2em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
  }
}

.exterior-list__item {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 1em;
  display: block grid;
  gap: 1em;
  grid-template-columns: 3fr 4fr;
  grid-template-rows: auto auto auto;

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }

  .hilight-label {
    font-size: 1.125em;
  }

  h4 {
    font-size: 1.25em;
    margin-block: 0;
  }

  p {
    font-size: .85em;
  }

  img {
    grid-row: span 3;
  }

  .hilight-label, h4, p {
    align-self: center;
  }

  @media (max-width: 767px) {
    grid-template-columns: 2fr 3fr;
    grid-template-rows: auto auto auto;
  }
}

.examples {
  display: block flex;
  flex-wrap: wrap;
  gap: 1em;

  @media (max-width: 767px) {
    justify-content: center;
  }

  @media (min-width: 768px) {
    display: block grid;
    gap: 1em;
    grid-template-columns: repeat(5, 1fr);
    margin-block: 5em;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.examples__item {
  @media (max-width: 767px) {
    width: calc((100% / 3) - (2 / 3) * 1em);
  }
}

.examples__item:first-child img {
  border-radius: 0 calc( var(--border-radius-default) / 2 ) calc( var(--border-radius-default) / 2 ) 0;
}

.examples__item:last-child img {
  @media (min-width: 768px) {
    border-radius: calc( var(--border-radius-default) / 2 ) 0 0 calc( var(--border-radius-default) / 2 );
  }
}

.examples__item:nth-child(3) img {
  @media (max-width: 767px) {
    border-radius: calc( var(--border-radius-default) / 2 ) 0 0 calc( var(--border-radius-default) / 2 );
  }
}

/*
  MARK: 流れ
*/

.process-list {
  display: block grid;
  gap: 3.5em;
  margin-block: 4em 6em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(4, 1fr);
    gap: 1em;
    margin-block: 5em;
  }
}

.process-list__item {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 4em 1.5em 1.5em;
  display: block grid;
  gap: 1em;
  text-align: center;
  position: relative;
  justify-items: center;
  align-content: flex-start;
  @media (max-width: 767px) {
    padding: 3em 1em 1em;
  }

  h4 {
    font-size: 1.25em;
    margin-block: 0;
  }
  p {
    @media (max-width: 767px) {
      font-size: 1em;
    }
    font-size: .85em;
  }

  &::before {
    content: '';
    position: absolute;
    width: .6em;
    height: 1em;
    background-color: var(--text-color);
    clip-path: var(--shape-triangle-right);
    right: -.8em;
    top: 50%;
    transform: translateY(-50%);
    display: block;
  }

  &:last-child::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .process-list__item::before {
    display: none;
  }
}

.process-list__number {
  width: 3em;
  height: 3em;
  background-color: #FFF950;
  border-radius: 100%;
  display: block grid;
  place-items: center;
  align-content: center;
  font-size: 1.5em;
  font-weight: bold;
  border-radius: 100%;
  left: calc*(50% - 1.5em);
  bottom: 100%;
  transform: translateY(50%);
  line-height: 1;
  position: absolute;
  font-family: "Agdasima", sans-serif;

  &::before {
    content: 'STEP';
    display: block;
    font-size: .5em;
    letter-spacing: .1em;
    line-height: 1;
  }
}

/*
  MARK: よくある質問
*/

.faq {
  margin-block: 1rem;
  @media (min-width: 768px) {
    padding-inline: 4em;
  }
}

.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: .5rem 2rem .5rem .5rem;
  cursor: pointer;
  gap: 2.25rem;
  font-weight: bold;
}

.faq__question span {
  text-align: left;
  width: calc(100% - 6rem);
}

.faq__question i {
  position: relative;
}
.faq__answer i {
  position: absolute;
  top: 0;
  left: .5rem;
}

.faq__question i::before {
  content: 'Q';
  display: block;
  font-size: 2.111111111rem;
  background-color: var(--primary-color);
  color: #fff;
  font-weight: bold;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3rem;
  text-align: center;
  border-radius: calc( var(--border-radius-default) / 3 );
  font-style: normal;
}

.faq__question i::after {
  content: '';
  position: absolute;
  width: .6em;
  height: 1em;
  background-color: var(--primary-color);
  clip-path: var(--shape-triangle-right);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

.faq__question::after {
  content: '';
  display: block;
  position: relative;
  width: .6rem;
  height: .6rem;
  border-right: 3px solid var(--text-color);
  border-bottom: 3px solid var(--text-color);
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.faq__question::-webkit-details-marker {
  display: none;
}

.faq[open] .faq__question::after {
  top: .2rem;
  transform: rotate(-135deg);
}

.faq__answer {
  position: relative;
  padding-inline: 6rem 2rem;
  margin-block-start: 1rem;
  margin-block-end: 1rem;
}

.faq__answer i::before {
  content: 'A';
  display: block;
  font-size: 2.111111111rem;
  background-color: #FFF950;
  color: var(--text-color);
  font-weight: bold;
  width: 3.25rem;
  height: 3.25rem;
  line-height: 3rem;
  text-align: center;
  border-radius: calc( var(--border-radius-default) / 3 );
  font-style: normal;
}

.faq__answer i::after {
  content: '';
  position: absolute;
  width: .6em;
  height: 1em;
  background-color: #FFF950;
  clip-path: var(--shape-triangle-right);
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
}

/* 
  MARK: 店舗一覧
*/

.stores {
  display: block grid;
  row-gap: 4em;
  column-gap: 2em;
  margin-block: 5em;

  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4em;
    column-gap: 2em;
  }
}

.store {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 3em 1em 2em;
  display: block grid;
  gap: 1em;
  position: relative;
  grid-template-rows: subgrid;
  grid-row: span 3;

  h4 {
    font-size: 1.5em;
    margin-block: 0 1em;
  }

  img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
}

.store__caution {
  color: #EB5C5E;
}

.store__pref {
  position: absolute;
  top: -3em;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--white-color);
  padding: 1em 3em 3em;
  border-radius: 100%;
  text-align: center;

  span {
    display: block;
    font-size: .85em;
    line-height: 1;

    &::before {
      content: '\\';
      margin-right: .25em;
    }
    &::after {
      content: '/';
      margin-left: .25em;
    }
  }
  strong {
    display: block;
    font-size: 1.25em;
    font-weight: bold;
    background-image: linear-gradient(to bottom, transparent 60%, var(--high-light-color) 60%);
    line-height: 1em;
  }
}

.store__info {
  text-align: center;
  position: relative;
}

.store__box {
  background-color: #FAF9E8;
  border-radius: calc( var(--border-radius-default) / 2 );
  padding: 3em 1em 1em;
  margin-block: 2em 1em;
  text-align: left;
}

.store__area {
  margin-top: -4.5em;
  background-color: #FFF950;
  padding: .5em 2em;
  border-radius: 3em;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  max-width: 90%;
  margin-bottom: 1em;
}

.store__label {
  background-color: #5F3C12;
  border-radius: 3em;
  font-weight: bold;
  padding: .25em 2em;
  color: var(--white-color);
  width: fit-content;
  margin-block: .5em;
  font-size: 1em;
}

.store__buttons {
  display: block grid;
  gap: .5em;
  width: 100%;
  align-self: flex-start;
}

.store__button {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: .5em 2em;
  border-radius: 3em;
  font-weight: bold;
  display: block;
  width: 100%;
  margin-inline: auto;
  text-align: center;
  align-self: flex-start;

  @media (min-width: 768px) {
    width: 80%;
  }

  @media (any-hover: hover) {
    &:hover {
      opacity: 0.7;
    }
  }
}

/*
  MARK: メンバー
*/

.members {
  display: block grid;
  gap: 2em;
  margin-block: 5em;
  @media (min-width: 768px) {
    grid-template-columns: calc((100vw - 1200px) / 2) 3fr 4fr calc((100vw - 1200px) / 2);
    grid-template-rows: auto auto auto;
    gap: 2em;
    grid-template-areas: 
      ". head image image"
      ". office image image"
      ". sub-image car .";
  }
}

.members__head {
  .heading {
    margin-block: 0;
  }
  @media (min-width: 768px) {
    grid-area: head;
    .heading {
      margin-block: 0;
    }
  }
}

.members__image {
  display: block;
  width: 100%;
  img {
    display: block;
    width: 100%;
    max-width: none;
  }
  @media (min-width: 768px) {
    grid-area: image;
    border-radius: calc( var(--border-radius-default) / 2 ) 0 0 calc( var(--border-radius-default) / 2 );
    overflow: hidden;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

.members__sub-image {
  display: block;
  width: 100%;
  padding-inline: 1em;
  img {
    display: block;
    width: 100%;
    max-width: none;
    border-radius: calc( var(--border-radius-default) / 2 );
  }
  @media (min-width: 768px) {
    grid-area: sub-image;
    padding-inline: 0;
  }
}

.members__office {
  width: 100%;
  padding-inline: 1em;
  @media (min-width: 768px) {
    grid-area: office;
    align-self: flex-end;
    padding-inline: 0;
  }
}
.members__office-inner {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  display: block grid;
  text-align: center;
  overflow: hidden;

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

  h4 {
    font-size: 1.25em;
    margin-bottom: .5em;
  }
}

.members__office-text {
  padding: 1em;
}

.members__car {
  width: 100%;
  padding-inline: 1em;
  @media (min-width: 768px) {
    grid-area: car;
    padding-inline: 0;
  }
}
.members__car-inner {
  background-color: var(--white-color);
  border-radius: calc( var(--border-radius-default) / 2 );
  display: block grid;
  text-align: center;
  overflow: hidden;
  height: 100%;

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

  h4 {
    font-size: 1.25em;
    margin-bottom: .5em;
  }

  @media (min-width: 768px) {
    grid-template-columns: 3fr 4fr;
  }
}

.members__car-text {
  padding: 1em;
  @media (min-width: 768px) {
    order: 1;
    align-content: center;
  }
}

.members__car-image {
  @media (min-width: 768px) {
    order: 2;
    width: 100%;
    height: 100%;
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }
}

/* 
  MARK: お問い合わせ
*/

.cv {
  margin-block: 5em;
  text-align: center;

  @media (min-width: 768px) {
    padding-inline: 4em;
  }
}

.cv__head {
  display: block grid;
  gap: 1em;
  grid-template-columns: 1fr 4fr 1fr;
  border-radius: calc( var(--border-radius-default) / 2 ) calc( var(--border-radius-default) / 2 ) 0 0;
  background-color: #FFFCCA;
  width: 100%;
  @media (max-width: 767px) {
    grid-template-columns: 1fr;
    padding-inline: 2em;
    gap: 0;
    border-radius: var(--border-radius-default) var(--border-radius-default) 0 0;
  }
}

.cv__foot {
  border-radius: 0 0 calc( var(--border-radius-default) / 2 ) calc( var(--border-radius-default) / 2 );
  background-color: #FFF;
  width: 100%;
  padding: .75em 2em;
  @media (max-width: 767px) {
    padding: 1em 2em;
    border-radius: 0 0 var(--border-radius-default) var(--border-radius-default);
  }
}

.cv__head-left,
.cv__head-right {
  position: relative;
  img {
    position: absolute;
  }
}

.cv__head-left img {
  right: 0;
  bottom: -1em;
}

.cv__head-right img {
  right: 0;
  top: 1em;
}

@media (max-width: 767px) {
  .cv__head-right {
    display: none;
  }
  .cv__head-left {
    order: 2;
  }
  .cv__head-left img {
    position: static;
    margin-bottom: -1em;
  }
}

.cv__heading {
  font-size: 1.5em;
  font-weight: bold;
  width: fit-content;
  margin-inline: auto;
  line-height: 1.25;
  span {
    font-size: 1em;
    background-image: linear-gradient(to bottom, transparent 60%, var(--high-light-color) 60%);
  }
  @media (max-width: 767px) {
    span {
      display: block;
      width: fit-content;
      margin-inline: auto;
    }
  }
}

.cv__head-center {
  display: block grid;
  gap: 2em;
  padding: 2em 0;
  @media (max-width: 767px) {
    order: 1;
    padding-block: 2em 1em;
  }
}

.cv__buttons {
  display: block grid;
  gap: 1em;
  @media (min-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }
}

.cv__button-line {
  display: block flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  background-color: #06C755;
  color: var(--white-color);
  border-radius: .5em;
  padding: .5em 1em;
  &::after {
    content: '';
    width: .5em;
    height: .5em;
    border-right: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    transform: rotate(-45deg);
    display: block;
  }
  transition: opacity .1s ease-in-out;
  @media (any-hover: hover) {
    &:hover {
      opacity: 0.5;
    }
  }
}

.cv__button-mail {
  display: block flex;
  gap: 1em;
  justify-content: center;
  align-items: center;
  background-color: #E67070;
  color: var(--white-color);
  border-radius: .5em;
  padding: .5em 1em;
  &::after {
    content: '';
    width: .5em;
    height: .5em;
    border-right: 2px solid var(--white-color);
    border-bottom: 2px solid var(--white-color);
    transform: rotate(-45deg);
    display: block;
  }
  @media (max-width: 767px) {
    padding-block: .7em;
  }
  transition: opacity .1s ease-in-out;
  @media (any-hover: hover) {
    &:hover {
      opacity: 0.5;
    }
  }
}

/* 
  MARK: その他
*/

.margin-top-plus {
  @media (min-width: 768px) {
    margin-top: 10em;
  }
}

.margin-top-plus-add {
  @media (min-width: 768px) {
    margin-top: 12em;
  }
}

/*
  MARK: アニメーション
*/
:root {
  --animation-duration: 0.35s;
  --animation-timing-function: cubic-bezier(.645, .045, .355, 1);
}

body {
  .mv__icon img {
    --animation-delay: 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(.9) rotate(-360deg);
    transform-origin: 50% 50%;
    transition: opacity .4s var(--animation-timing-function) var(--animation-delay), transform .4s var(--animation-timing-function) var(--animation-delay);
  }
  .mv__message img {
    --animation-delay: .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(.9) rotate(-5deg) translateX(-10px);
    transform-origin: 50% 50%;
    transition: opacity .4s var(--animation-timing-function) var(--animation-delay), transform .4s var(--animation-timing-function) var(--animation-delay);
  }
  .mv__heading span {
    opacity: 0;
    transform: scale(.9) rotate(5deg) translateX(10px);
    transform-origin: 50% 50%;
    transition: opacity .4s var(--animation-timing-function), transform .4s var(--animation-timing-function);
  }
  .mv__heading span:nth-child(1) {
    transition-delay: .4s;
  }
  .mv__heading span:nth-child(2) {
    transition-delay: .5s;
  }
  .mv__heading span:nth-child(3) {
    transition-delay: .6s;
  }

  .mv__wave img {
    --animation-delay: 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translate3d(0, 20px, 0) skew(-45deg) scale(1.05);
    transform-origin: 50% 0%;
    opacity: 0;
    transition: opacity .1s var(--animation-timing-function) var(--animation-delay), transform .5s var(--animation-timing-function) var(--animation-delay);
  }
  .badge img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    transform: scale(.9) rotate(-5deg);
    transform-origin: 50% 50%;
    transition: opacity .4s var(--animation-timing-function), transform .4s var(--animation-timing-function);
  }
  .badge:nth-child(1) img {
    transition-delay: 1.4s;
  }
  .badge:nth-child(2) img {
    transition-delay: 1.5s;
  }
  .badge:nth-child(3) img {
    transition-delay: 1.6s;
  }

  &.is-mv-loaded {
    .mv__icon img {
      opacity: 1;
      transform: scale(1) rotate(0);
    }
    .mv__message img {
      opacity: 1;
      transform: scale(1) rotate(0) translateX(0);
    }
    .mv__heading span {
      opacity: 1;
      transform: scale(1) rotate(0) translateX(0);
    }
    .mv__wave img {
      opacity: 1;
      transform: translate3d(0, 0, 0) skew(0deg) scale(1);
    }
    .badge img {
      opacity: 1;
      transform: scale(1) rotate(0);
    }
  }
}

.is-slow {
  --animation-duration: .7s;
}

.animation-slideup-list {
  --base-animation-delay: 0.1s;
  & > * {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);
  }
  & > *:nth-child(2) {
    transition-delay: calc(var(--base-animation-delay) * 1);
  }
  & > *:nth-child(3) {
    transition-delay: calc(var(--base-animation-delay) * 2);
  }
  & > *:nth-child(4) {
    transition-delay: calc(var(--base-animation-delay) * 3);
  }
  & > *:nth-child(5) {
    transition-delay: calc(var(--base-animation-delay) * 4);
  }
  & > *:nth-child(6) {
    transition-delay: calc(var(--base-animation-delay) * 5);
  }
  & > *:nth-child(7) {
    transition-delay: calc(var(--base-animation-delay) * 6);
  }

  &.has-scroll-animation.is-scrolled {
    & > * {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

.animation-heading-odd {
  img {
    --animation-duration: .7s;
    opacity: 0;
    transform: scale(.9) skewX(-5deg);
    transform-origin: 50% 50%;
    transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);
  }
  .section-hero__container {
    --animation-delay: .5s;
    --animation-duration: .5s;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity var(--animation-duration) var(--animation-timing-function) var(--animation-delay), transform var(--animation-duration) var(--animation-timing-function) var(--animation-delay);
  }

  &.has-scroll-animation.is-scrolled {
    img {
      opacity: 1;
      transform: scale(1) skewX(0);
    }
    .section-hero__container {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

.animation-heading-even {
  img {
    --animation-duration: .7s;
    opacity: 0;
    transform: scale(.9) skewX(5deg);
    transform-origin: 50% 50%;
    transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);
  }
  .section-hero__container {
    --animation-delay: .5s;
    --animation-duration: .5s;
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity var(--animation-duration) var(--animation-timing-function) var(--animation-delay), transform var(--animation-duration) var(--animation-timing-function) var(--animation-delay);
  }

  &.has-scroll-animation.is-scrolled {
    img {
      opacity: 1;
      transform: scale(1) skewX(0);
    }
    .section-hero__container {
      opacity: 1;
      transform: translateX(0);
    }
  }
}

.animation-slideup {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);

  &.has-scroll-animation.is-scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}

.animation-slide-left {
  opacity: 0;
  transform: translateX(10px);
  transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);

  &.has-scroll-animation.is-scrolled {
    opacity: 1;
    transform: translateX(0);
  }
}

.animation-slide-right {
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity var(--animation-duration) var(--animation-timing-function), transform var(--animation-duration) var(--animation-timing-function);

  &.has-scroll-animation.is-scrolled {
    opacity: 1;
    transform: translateX(0);
  }
}

.animation-fadein {
  opacity: 0;
  transition: opacity var(--animation-duration) var(--animation-timing-function);

  &.has-scroll-animation.is-scrolled {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.9);
  }
}