@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic_Family";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
}
@font-face {
  font-family: "YuGothic_Family";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
}
body {
  font-family: "游ゴシック体", "YuGothic_Family", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 16px;
  }
}

table {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

p,
li {
  color: #000;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #000000;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2a2a2a;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

sup {
  font-size: 0.7em;
  vertical-align: top;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=checkbox] {
  cursor: pointer;
}

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

hr {
  margin: 0;
  border: none;
  background-color: #5a533e;
  height: 1px;
}
@media screen and (min-width: 769px) {
  hr {
    height: 2px;
  }
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* utils */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
@media screen and (min-width: 769px) {
  .mt-auto-pc {
    margin-top: auto !important;
  }
}

.color-red {
  color: #E80000;
}

.color-red-light {
  color: #FF5858;
}

.bold {
  font-weight: 700 !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 769px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.relative {
  position: relative !important;
}

.color-orange {
  color: #ff5a10 !important;
}

.color-white {
  color: #fff !important;
}

/* page */
@media screen and (min-width: 769px) {
  body {
    min-width: 1240px;
  }
}
body img {
  vertical-align: bottom;
}

.attention-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-brown.webp);
  background-size: cover;
  background-position: center;
}

.attention-wrapper {
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .attention-wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 768px) {
  .attention-wrapper {
    padding: 0 20px;
  }
}
.attention-wrapper h2, .attention-wrapper h3, .attention-wrapper p, .attention-wrapper li, .attention-wrapper th, .attention-wrapper td {
  color: #fff;
}
.attention-wrapper h2 {
  font-weight: bold;
  font-size: 20px;
}
.attention-wrapper h3 {
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
}
.attention-wrapper h3 + * {
  margin-top: 20px;
}
.attention-wrapper p {
  font-size: 14px;
}
.attention-wrapper .dot-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.attention-wrapper .dot-list li {
  font-size: 14px;
}

.attention-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
  padding-top: 60px;
  padding-bottom: 4px;
  margin-bottom: 28px;
}
@media screen and (min-width: 769px) {
  .attention-title {
    font-size: 28px;
    padding-top: 100px;
    margin-bottom: 40px;
  }
}

.attention-window {
  background-color: rgba(201, 197, 192, 0.2);
  padding: 32px 20px;
}
@media screen and (min-width: 769px) {
  .attention-window {
    padding: 40px;
  }
}

.attention-cards {
  margin-top: 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .attention-cards {
    flex-direction: column;
    gap: 20px;
  }
}
.attention-cards > div {
  flex: 1;
  text-align: center;
}
.attention-cards img {
  width: 200px;
}
@media screen and (min-width: 769px) {
  .attention-cards img {
    width: 144px;
  }
}
.attention-cards p {
  margin-top: 20px;
  font-size: 16px;
}
.attention-cards p:nth-of-type(1) {
  font-weight: bold;
}

.attention-bottom {
  position: relative;
  background-color: rgba(201, 197, 192, 0.4);
  padding: 40px 20px;
  margin-top: 40px;
}
@media screen and (min-width: 769px) {
  .attention-bottom {
    padding: 20px;
    margin-top: 80px;
  }
}

.attention-bottom-inner {
  display: flex;
}
@media screen and (min-width: 769px) {
  .attention-bottom-inner {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .attention-bottom-inner {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .attention-bottom-inner {
    width: 1000px;
    margin-inline: auto;
  }
}
.attention-bottom-inner > div {
  flex: 1;
  text-align: center;
}
.attention-bottom-inner > div label {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .attention-bottom-inner > div label {
    font-size: 18px;
  }
}
.attention-bottom-inner > div label input[type=checkbox] {
  display: none;
}
.attention-bottom-inner > div label input[type=checkbox] + span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #000;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -0.1em;
}
.attention-bottom-inner > div label input[type=checkbox]:checked + span {
  background-image: url(../images/icon-check.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.attention-bottom-inner > div:last-child {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .attention-bottom-inner > div:last-child {
    margin-top: 32px;
    gap: 20px;
    flex-direction: column-reverse;
  }
}
.attention-bottom-inner > div:last-child > div {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .attention-bottom-inner > div:last-child > div {
    width: 100%;
  }
}
.attention-bottom-inner > div:last-child .button {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .attention-bottom-inner > div:last-child .button {
    font-size: 20px;
  }
}
.attention-bottom-inner > div:last-child .button span {
  padding: 8px 0;
}
.attention-bottom-inner > div:last-child .button.-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.-offHours .attention-bottom-inner > div:last-child .button.-sokuji {
  display: none;
}
.attention-bottom-inner > div:last-child .button.-sokuji.-showOffHours {
  display: none;
}
.-offHours .attention-bottom-inner > div:last-child .button.-sokuji.-showOffHours {
  display: block;
}
.attention-bottom-inner > div:last-child p {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 8px;
}

.sectionShoulder {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) {
  .sectionShoulder {
    font-size: 16px;
  }
}
.sectionShoulder.-white {
  color: #fff;
}

.sectionTitle {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 16px;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 28px;
    margin-top: 28px;
  }
}
.sectionTitle.-white {
  color: #fff;
}
.sectionTitle.-benefit {
  line-height: 1.3;
}
@media screen and (min-width: 769px) {
  .sectionTitle.-benefit {
    font-size: 32px;
  }
}
.sectionTitle.-benefit span {
  font-size: 40px;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 769px) {
  .sectionTitle.-benefit span {
    font-size: 48px;
  }
}

.button {
  display: inline-block;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  transition: filter 0.3s ease;
  position: relative;
  padding: 1px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .button {
    width: 100%;
  }
}
.button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -350px;
  margin-top: -350px;
  background: conic-gradient(#ffffff 0%, #888888 30%, #ffffff 50%, #888888 87%, #ffffff 100%);
  width: 700px;
  aspect-ratio: 1/1;
  animation: spin 3s linear infinite;
}
.button span {
  display: block;
  padding: 16px 0px;
  position: relative;
  background: linear-gradient(106.39deg, #655B5A 0%, #130800 70%);
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .button span {
    font-size: 18px;
    padding: 20px 120px;
  }
}
.button small {
  font-size: 12px;
}
@media screen and (min-width: 769px) {
  .button small {
    font-size: 14px;
  }
}
.button::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/icon-arrow-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
@media screen and (min-width: 769px) {
  .button::after {
    right: 20px;
  }
}
@media (any-hover: hover) {
  .button:hover {
    filter: brightness(1.2);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.icon-blank {
  vertical-align: middle;
  position: relative;
  top: -0.1em;
  margin-left: 6px;
}

.dot-list {
  list-style-type: disc;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}
.dot-list li {
  line-height: 1.8;
  font-size: 12px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
@media screen and (min-width: 769px) {
  .dot-list li {
    font-size: 14px;
  }
}

.note {
  font-size: 12px !important;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.notes {
  margin-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.notes li {
  font-size: 11px;
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (min-width: 769px) {
  .notes li {
    font-size: 12px;
  }
}

.notesTable {
  font-size: 10px;
  margin-top: 4px;
  text-align: left;
}
.notesTable th {
  font-weight: normal;
  padding-right: 0.5em;
  white-space: nowrap;
}

.js-scrollAnimation {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
@media screen and (min-width: 769px) {
  .js-scrollAnimation {
    transform: translateY(30px);
  }
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}

.wrapper {
  position: relative;
}
@media screen and (min-width: 769px) {
  .wrapper {
    max-width: 1220px;
    min-width: 1180px;
    margin-inline: auto;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 769px) {
  .wrapper.-small {
    width: 1000px;
    min-width: inherit;
  }
}
@media screen and (max-width: 768px) {
  .wrapper.-small {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s ease;
}
.accordion-content.-active {
  grid-template-rows: 1fr;
}

.accordion-content-inner {
  overflow: hidden;
}

.contents-bg {
  background-image: url(../images/bg-brown.webp);
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .spResizeImage {
    height: var(--sp-height, auto);
  }
}
