@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

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

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

html.fixed,
html.fixed body {
  height: 100%;
  overflow: hidden;
}

.cta__inner {
  position: relative;
}
.cta__btn--free {
  bottom: 42%;
}
.cta__btn--honkouza {
  bottom: 10%;
}

.footer {
  background-color: #fff;
  padding: 0 1.25rem 5.9375rem;
}
.footer__nav p {
  text-align: center;
}
.footer__nav p a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  color: #333333;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
}

.footer__copy {
  text-align: center;
  margin-top: 1.0625rem;
}
.footer__copy small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.2142857143;
  font-weight: 400;
  color: #333333;
}

.inner {
  width: 100%;
  padding-right: 0rem;
  padding-left: 0rem;
  margin-right: auto;
  margin-left: auto;
}

.follow-btn {
  position: sticky;
  bottom: 0;
  width: 100%;
  max-width: 46.875rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow: hidden;
  border-radius: 65px;
}
.follow-btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine-btn 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}
.follow-btn.is-active {
  opacity: 1;
  visibility: visible;
}
.follow-btn.is-hidden {
  display: none;
}

.btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 85.33%;
  max-width: 640px;
  overflow: hidden;
  border-radius: 65px;
}
.btn::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
  animation: shine-btn 5s cubic-bezier(0.55, 0.085, 0.68, 0.53) infinite;
}

@keyframes shine-btn {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.aside-right {
  display: none;
}
.aside-right__inner {
  position: relative;
  width: 27.4305555556vw;
  max-width: 395px;
  display: flex;
}

.aside-right__btn {
  width: 90%;
  max-width: initial;
}

.aside-right__btn--free {
  bottom: 53%;
}

.aside-right__btn--honkouza {
  bottom: 11%;
}

.aside-left {
  display: none;
}
.aside-left__inner {
  position: relative;
  width: 21.9444444444vw;
  max-width: 395px;
  display: flex;
}

.aside__item li {
  position: relative;
  padding-left: 1.0625rem;
}
.aside__item li::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #f07700;
  border-radius: 50%;
}
.aside__item li a {
  color: rgba(49, 27, 16, 0.5);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  padding-top: 0.28125rem;
  padding-bottom: 0.28125rem;
  display: block;
}
.aside__item li a:hover {
  color: #311B10;
}

.top-content {
  width: 100%;
}

.mv__inner {
  position: relative;
}
.mv__btn--free {
  bottom: 22%;
}
.mv__btn--honkouza {
  bottom: 7%;
}

.faq {
  background-color: rgba(247, 211, 107, 0.1);
  margin: 0 auto;
  padding-bottom: 3.25rem;
}
.faq__title {
  padding-top: 3.9375rem;
}
.faq__title img {
  width: 68.4%;
  margin: 0 auto;
}

.faq__inner {
  padding: 0 1.875rem;
  width: 100%;
  margin: 3.375rem auto 0;
}

.faq__item {
  background-color: #fff;
  margin-top: 1.875rem;
}
.faq__item::details-content {
  transition: height 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #fff;
}
.faq__item[open]::details-content {
  opacity: 1;
}
.faq__item[open] summary .faq__arrow::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq__item img {
  width: 100%;
  height: auto;
}
.faq__item summary {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fea104;
  height: 10.4vw;
  max-height: 78px;
}
.faq__item summary img {
  width: auto;
  height: 100%;
  margin-top: 0;
}
.faq__item summary .faq__q {
  height: 88%;
  display: block;
}
.faq__item summary .faq__arrow {
  position: relative;
  width: 1.8666666667vw;
  max-width: 14px;
  max-height: 14px;
  height: 1.8666666667vw;
  flex-shrink: 0;
  margin-right: 1.3125rem;
}
.faq__item summary .faq__arrow::before, .faq__item summary .faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  transition: transform 0.3s ease-in-out;
}
.faq__item summary .faq__arrow::before {
  width: 0.4vw;
  max-width: 3px;
  height: 1.8666666667vw;
  max-height: 14px;
  transform: translate(-50%, -50%);
}
.faq__item summary .faq__arrow::after {
  width: 1.8666666667vw;
  max-width: 14px;
  height: 0.4vw;
  max-height: 3px;
  transform: translate(-50%, -50%);
}
.faq__item summary::-webkit-details-marker {
  display: none;
}

@supports (interpolate-size: allow-keywords) {
  :root {
    interpolate-size: allow-keywords; /* height:0（数値型） → auto（文字型） のアニメーションを可能にするための指定 */
  }
  .faq__item[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  .faq__item[open]::details-content {
    height: 150px;
    overflow: visible;
  }
}
.information__inner {
  position: relative;
}
.information__map {
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 86.133%;
  aspect-ratio: 646/447;
  height: 26.81%;
}
.information__map iframe {
  width: 100%;
  height: 100%;
}

.price__inner {
  position: relative;
}
.price__btn--free {
  bottom: 22.9%;
}
.price__btn--honkouza {
  bottom: 6%;
}

.method {
  background-color: #fff;
  padding-top: 2.875rem;
}
.method__inner {
  position: relative;
}
.method__offline {
  width: 92%;
  margin: max(-8.5333333333vw, -64px) auto 0;
  background-color: rgba(255, 253, 212, 0.8);
  box-shadow: 2.868px 4.096px 20px 0px rgba(0, 0, 0, 0.15);
  padding-top: min(6.5333333333vw, 40px);
  padding-bottom: 2.6875rem;
  position: relative;
  z-index: 1;
  margin-bottom: 2.9375rem;
}

.method__title {
  width: 81.88%;
  margin: 0 auto;
  display: block;
}

.method__point {
  margin-top: 0.3125rem;
  width: 93%;
  display: block;
  padding-left: 1.375rem;
}

.method__flow {
  margin-top: 2.125rem;
}

.method__item {
  background-color: #fff;
  width: 94.2%;
  margin: 0 auto;
}
.method__item::details-content {
  transition: height 0.4s, content-visibility 0.4s allow-discrete;
  height: 0;
  opacity: 0;
  overflow: clip;
  background-color: #fff;
}
.method__item[open]::details-content {
  opacity: 1;
}
.method__item[open] summary .method__arrow {
  transform: rotate(180deg);
}
.method__item img {
  width: 100%;
  height: auto;
}
.method__item summary {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f07700;
  height: 11.7333333333vw;
  max-height: 88px;
  position: relative;
}
.method__item summary img {
  width: auto;
  height: 100%;
  margin-top: 0;
}
.method__item summary .method__q {
  height: 88%;
  display: block;
}
.method__item summary .method__arrow {
  position: absolute;
  right: 2.8125rem;
  width: 5.6666666667vw;
  max-width: 42.5px;
  height: 5.6666666667vw;
  max-height: 42.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
  transform: rotate(0deg);
  transform-origin: center;
}
.method__item summary .method__arrow svg {
  width: 100%;
  height: 100%;
  transform-origin: center;
}
.method__item summary::-webkit-details-marker {
  display: none;
}

@supports (interpolate-size: allow-keywords) {
  .method__item[open]::details-content {
    height: auto;
  }
}
/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
@supports not (interpolate-size: allow-keywords) {
  .method__item[open]::details-content {
    height: 1042px;
    overflow: visible;
  }
}
.u-desktop {
  display: none;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 2.1333333333vw;
  }
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
  .u-desktop {
    display: block;
  }
  .u-mobile {
    display: none;
  }
}
@media (min-width: 750px) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .inner {
    max-width: 420px;
  }
  .follow-btn {
    display: none;
  }
  .aside-right {
    background-image: url("/assets/images/srcImg/aside_right_bg.png");
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .aside-left {
    background-image: url("/assets/images/srcImg/aside_right_bg.png");
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 1.25rem;
  }
  .top-content {
    max-width: 420px;
  }
  .faq {
    max-width: 420px;
  }
  .faq__inner {
    width: 92%;
    padding: 0;
    margin: 1.875rem auto 0;
  }
  .faq__item {
    margin-top: 1rem;
  }
  .faq__item summary .faq__q {
    height: 54%;
  }
  .method__offline {
    margin: max(-8.5333333333vw, -44px) auto 0;
    padding-top: min(6.5333333333vw, 33px);
  }
  .method__flow {
    margin-top: 1.8125rem;
  }
  .method__item summary .method__q {
    height: 54%;
  }
  .method__item summary .method__arrow {
    right: 1.5625rem;
    width: 32.5px;
    max-width: 32.5px;
    height: 32.5px;
    max-height: 32.5px;
  }
}
/*# sourceMappingURL=style.css.map */
