/*================================
f-reset
================================*/
/* destyle.css v4.0.0 */
/* Reset box-model and set borders */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

/* Sections */
body {
  margin: 0;
}

main {
  display: block;
}

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

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

/* Lists (enumeration) */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Lists (definition) */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

/* Text-level semantics */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

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

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

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

label[for] {
  cursor: pointer;
}

/* Interactive */
details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

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

/*================================
base
================================*/
html {
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
body:has(.drawer.is-open), body:has(.modal[open]) {
  overflow: hidden;
}

a {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

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

picture {
  display: block;
}

/*================================
root
================================*/
:root {
  --main-width: 660px;
}

/*================================
lp
================================*/
.wrapper {
  background: url(../images/bg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  position: relative;
}

.inner {
  background: #000;
  container-type: inline-size;
  margin-inline: auto;
  position: relative;
  width: min(100%, var(--main-width));
  z-index: 1;
}

.header {
  left: 0;
  padding-left: 23px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: 1;
}

.header-logo {
  display: block;
  width: 21.9696969697%;
}

.toggle-wrap {
  display: none;
}

.drawer {
  display: none;
}

.drawer-close {
  aspect-ratio: 1;
  position: absolute;
  right: 12px;
  top: 19px;
  width: 67px;
}

.drawer-menus {
  margin-inline: auto;
  padding-inline: 80px 68px;
}

.drawer-logo {
  display: block;
  width: 162px;
}

.drawer-menu {
  background: url(../images/drawer-line.png) no-repeat center bottom/contain;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-top: 31px;
  padding-bottom: 34px;
  padding-top: 42px;
}
.drawer-menu + .drawer-menu {
  margin-top: 0;
}
.drawer-menu:nth-child(n+4) {
  letter-spacing: 0;
}

.drawer-btns {
  margin-top: 64px;
  padding-inline: 65px 62px;
}

.drawer-btn {
  aspect-ratio: 206/52;
  display: block;
  position: relative;
  transition: opacity 0.3s;
  width: 100%;
}
.drawer-btn + .drawer-btn {
  margin-top: 24px;
}
.drawer-btn.btn01::before, .drawer-btn.btn02::before {
  content: "";
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  width: 100%;
  z-index: 1;
}
.drawer-btn.btn01::before {
  background: url(../images/drawer-btn01-hover.png) no-repeat center center/contain;
}
.drawer-btn.btn02::before {
  background: url(../images/drawer-btn02-hover.png) no-repeat center center/contain;
}

.drawer-mask {
  background: rgba(0, 0, 0, 0.7);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 8;
}

.shining {
  border-radius: min(1.2121212121vw, 8px);
  bottom: 0;
  height: 75%;
  opacity: 0.5;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 95.5%;
}
.shining::after {
  animation: shining 2.5s infinite;
  animation-delay: 3s;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-20deg);
  width: 50%;
}

@keyframes shining {
  0% {
    left: -100%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
.concerns-wrap,
.price-wrap,
.simulation-wrap {
  position: relative;
}

.concerns-part {
  left: 7.8787878788%;
  position: absolute;
  top: 13.9393939394%;
  width: 86.8%;
}

.price-part {
  left: 28.0303030303%;
  position: absolute;
  top: 13.3503401361%;
  width: 61.3333333333%;
}

.simulation-part {
  bottom: 5.3115423902%;
  left: 10.4545454545%;
  position: absolute;
  width: 80.1333333333%;
}

.footer {
  background: #000;
  color: #fff;
  padding-bottom: 24px;
  padding-top: 58.96px;
  position: relative;
}

.footer-content {
  margin-inline: auto;
  width: 85%;
}

.footer-note {
  font-size: 12.32px;
  text-align: center;
}

.footer-btn {
  display: block;
  margin-inline: auto;
  margin-top: 15.84px;
  transition: opacity 0.3s;
  width: 286px;
}

.footer-links {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 70.4px;
  padding-inline: 4px;
}

.footer-link {
  font-size: 15.84px;
  transition: opacity 0.3s;
}

.footer-logo {
  display: block;
  margin-inline: auto;
  margin-top: 100px;
  width: min(100%, 342px);
}

.footer-line {
  background: #fff;
  height: 1px;
  margin-top: 19px;
  width: 99%;
}

.footer-copyright {
  display: block;
  font-size: 10.56px;
  margin-top: 19px;
  text-align: center;
}

.to-top {
  display: block;
  position: absolute;
  right: 31px;
  top: 95px;
  transition: opacity 0.3s;
  width: 43px;
}

.modal {
  aspect-ratio: 250/331;
  background: url(../images/modal-bg.png) no-repeat center center/contain;
  height: auto !important;
  max-height: none !important;
  overflow: visible;
  padding-left: 70px;
  padding-top: 178px;
  transition: opacity 0.5s;
  translate: 0 -66px;
  width: min(66.6666666667vw, 440px);
}
.modal[open] {
  opacity: 1;
}
.modal:not([open]) {
  opacity: 0;
}
@starting-style {
  .modal[open] {
    opacity: 0;
  }
}
.modal::backdrop {
  background: rgba(0, 0, 0, 0.8);
  transition: background-color 0.5s, display 0.5s allow-discrete;
}
.modal:not([open])::backdrop {
  background: rgba(0, 0, 0, 0);
}
@starting-style {
  .modal[open]::backdrop {
    background: rgba(0, 0, 0, 0);
  }
}
.modal[closing] {
  opacity: 0;
}
.modal[closing]::backdrop {
  background: rgba(0, 0, 0, 0);
}

.modal-link {
  border-bottom: solid 1px;
  color: #000;
  display: block;
  font-size: 28.16px;
  padding-bottom: 8.8px;
  transition: opacity 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-link + .modal-link {
  margin-top: 67px;
}
.modal-link.indent {
  text-indent: -5px;
}

.modal-close {
  position: absolute;
  right: -82px;
  top: 0;
  transition: opacity 0.3s;
  width: 66px;
}

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

.img04 {
  background: #0a0a0a url(../images/4-part.jpg) no-repeat bottom center/contain;
}

.btn-wrap {
  position: relative;
  width: 100%;
}

.btn {
  bottom: 0;
  display: block;
  left: 50%;
  position: absolute;
  transition: opacity 0.3s;
  translate: -50%;
}
.btn.btn01 {
  bottom: 2.4354243542%;
  left: 46.9% !important;
  width: 90.4%;
}
.btn.btn02 {
  bottom: 7.9646017699%;
  left: 48.1%;
  width: 90.4%;
}
.btn.btn03 {
  bottom: 22.1271393643%;
  left: 48.1%;
  width: 90.4%;
}
.btn.btn04 {
  bottom: 82.72px;
  left: 48.6%;
  width: 90.4%;
}
.btn.btn05 {
  bottom: 7.1984435798%;
  left: 50%;
  width: 90.4%;
}
.btn img {
  width: 100%;
}

.slide-wrap {
  position: relative;
}
.slide {
  bottom: 5.0549450549%;
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 82%;
}

.swiper-container {
  height: 100%;
  position: relative;
  width: 100%;
}

.swiper {
  height: 100%;
  position: relative;
  width: 100%;
}

.swiper-wrapper {
  height: 100%;
  position: relative;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: 40.4%;
  width: 3.5772357724%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev {
  background: url(../images/slide-arrow01.png) no-repeat center center/contain;
  left: -7.8048780488%;
}

.swiper-button-next {
  background: url(../images/slide-arrow02.png) no-repeat center center/contain;
  right: -7.8048780488%;
}

.swiper-pagination {
  bottom: auto !important;
  line-height: 1 !important;
  top: -6.6% !important;
  top: -33px !important;
}

.swiper-pagination-bullet {
  aspect-ratio: 1 !important;
  background: transparent;
  border: solid 1px #535353;
  height: auto !important;
  margin-inline: 2.6016260163% !important;
  opacity: 1;
  top: 50% !important;
  width: 2.6016260163% !important;
}

.swiper-pagination-bullet-active {
  background: #535353;
}

.video-wrap {
  background: url(../images/6.jpg) no-repeat center center/cover;
  padding-bottom: 4.4%;
  padding-top: 7.4666666667%;
  width: 100%;
}

.video {
  margin-inline: auto;
  width: 100%;
}
.video.--mt {
  margin-top: 2.6666666667%;
}
.video video {
  height: 100%;
  width: 100%;
}

/* 動画タブ UI（横並びタブ＋コンテンツ一体型） */
.tab-container {
  --tab-gold: #b28956;
  --tab-gold-light: #f8cd7b;
  --tab-gold-dark: #694809;
  --tab-active-bg: rgba(0, 0, 0, 0.88);
  --tab-inactive-bg: rgba(178, 137, 86, 0.22);
  --tab-inactive-text: #f0e6d4;
  --tab-border: rgba(178, 137, 86, 0.5);
  --tab-radius-top: 10px;
  --tab-radius-bottom: 12px;
  --tab-gap: 3px;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: transparent;
  font-family: "Noto Sans JP", sans-serif;
}

input[name="tab-item"] {
  display: none;
}

.tab-nav {
  padding: 0 0 0;
}

.tab-nav__heading {
  align-items: center;
  background: #2e2118;
  display: flex;
  gap: 0.55em;
  justify-content: center;
  line-height: 1;
  margin: 0 0 16px;
  padding: 14px 16px 16px;
  text-align: center;
}

.tab-nav__heading-en {
  background: linear-gradient(180deg, #9a7848 0%, #c9a96e 38%, #f0dfb8 72%, #fff6e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 5.8vw, 30px);
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1.2;
  padding-left: 0.28em;
  text-transform: uppercase;
}

.tab-nav__heading-ja {
  color: #e8d9b8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(11px, 2.8vw, 14px);
  font-weight: 400;
  letter-spacing: 0.12em;
  translate: 0 0.12em;
  white-space: nowrap;
}

.tab-buttons {
  display: flex;
  flex-direction: column;
  gap: var(--tab-gap);
}

.tab-buttons__row {
  display: flex;
  gap: var(--tab-gap);
}

.tab-label {
  align-items: center;
  background: var(--tab-inactive-bg);
  border: 1px solid var(--tab-border);
  border-bottom: none;
  border-radius: var(--tab-radius-top) var(--tab-radius-top) 0 0;
  color: var(--tab-inactive-text);
  cursor: pointer;
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 3px;
  justify-content: center;
  line-height: 1.35;
  min-height: 52px;
  min-width: 0;
  padding: 8px 6px 10px;
  position: relative;
  text-align: center;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.tab-label:hover {
  background: rgba(178, 137, 86, 0.32);
  color: #fff;
}

.tab-label:has(:focus-visible) {
  outline: 2px solid var(--tab-gold-light);
  outline-offset: 2px;
  z-index: 2;
}

.tab-label--main {
  flex: none;
  min-height: 54px;
  padding: 10px 12px 11px;
  width: 100%;
}

.tab-label__sub {
  display: block;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3;
  opacity: 0.9;
}

.tab-label__title {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
}

.tab-label--main .tab-label__title {
  font-size: 12px;
}

.tab-content-wrapper {
  /* background: var(--tab-active-bg); */
  border: 1px solid var(--tab-border);
  border-radius: 0 0 var(--tab-radius-bottom) var(--tab-radius-bottom);
  border-top: none;
  padding: 12px;
  position: relative;
  z-index: 1;
}

.tab-content {
  display: none;
}

/* 選択中タブ＝コンテンツエリアと同色で一体表示 */
#tab1:checked ~ .tab-nav label[for="tab1"],
#tab2:checked ~ .tab-nav label[for="tab2"],
#tab3:checked ~ .tab-nav label[for="tab3"],
#tab4:checked ~ .tab-nav label[for="tab4"],
#tab5:checked ~ .tab-nav label[for="tab5"] {
  background: var(--tab-active-bg);
  border-color: var(--tab-border);
  color: #fff;
  font-weight: 700;
  z-index: 2;
}

#tab1:checked ~ .tab-nav label[for="tab1"] .tab-label__sub,
#tab2:checked ~ .tab-nav label[for="tab2"] .tab-label__sub,
#tab3:checked ~ .tab-nav label[for="tab3"] .tab-label__sub,
#tab4:checked ~ .tab-nav label[for="tab4"] .tab-label__sub,
#tab5:checked ~ .tab-nav label[for="tab5"] .tab-label__sub {
  color: var(--tab-gold-light);
  opacity: 1;
}

/* コンテンツ切り替え */
#tab1:checked ~ .tab-content-wrapper #content1,
#tab2:checked ~ .tab-content-wrapper #content2,
#tab3:checked ~ .tab-content-wrapper #content3,
#tab4:checked ~ .tab-content-wrapper #content4,
#tab5:checked ~ .tab-content-wrapper #content5 {
  display: block;
}

.video-main,
.tab-content .video.--mt {
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
}

.video-main video,
.tab-content .video.--mt video {
  display: block;
  width: 100%;
  height: auto;
}

.video-main--coming-soon {
  align-items: center;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(178, 137, 86, 0.45);
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 24px 16px;
}

.video-coming-soon {
  background: linear-gradient(180deg, #9a7848 0%, #c9a96e 38%, #f0dfb8 72%, #fff6e8 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(22px, 5.8vw, 30px);
  font-weight: 300;
  letter-spacing: 0.28em;
  line-height: 1.35;
  margin: 0;
  padding-left: 0.28em;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}

/* 動画用サンプルのスタイル（調整用） */
.video-placeholder {
  width: 100%;
  aspect-ratio: 16 / 9;
  /* background-color: #eaeaea; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.point-wrap {
  position: relative;
}

.point {
  left: 50%;
  position: absolute;
  translate: -50%;
  width: 22.9333333333%;
}
.point.point01 {
  top: 16.603257242%;
}
.point.point02 {
  top: 0.3147821707%;
}
.point.point03 {
  top: 3.1876766145%;
}

.handle {
  position: absolute;
}
.handle.handle01 {
  bottom: -3.6011080332%;
  left: 0;
  width: 33.7777777778%;
}
.handle.handle02 {
  bottom: -18.6340640809%;
  right: 0;
  width: 33.9555555556%;
}

.payment-wrap {
  position: relative;
}

.payment-btn {
  bottom: 9.3480934809%;
  position: absolute;
  transition: opacity 0.3s;
}
.payment-btn.btn01 {
  left: 3.3333333333%;
  width: 44.1777777778%;
}
.payment-btn.btn02 {
  right: 2.2666666667%;
  width: 44.1777777778%;
}

.qa {
  background: url(../images/bg-qa.png) no-repeat center top/cover;
  margin-top: -14%;
  padding-bottom: 40.9333333333%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.qa-ttl {
  isolation: isolate;
  margin-inline: auto;
  position: relative;
  translate: 0 8.6956521739%;
  width: 30.6666666667%;
}
.qa-ttl::before {
  aspect-ratio: 356/272;
  background: url(../images/qa-part.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: -26.0869565217%;
  opacity: 0.25;
  position: absolute;
  top: -31.0559006211%;
  width: 77.3913043478%;
}

.qa-item {
  background: #FFF;
  cursor: pointer;
  margin-inline: auto;
  margin-top: 9.7333333333%;
  padding-block: 3.7333333333%;
  padding-left: 4.2666666667%;
  padding-right: 8.5333333333%;
  position: relative;
  width: 92%;
}
.qa-item + .qa-item {
  margin-top: 4.6666666667%;
}
.qa-item::before, .qa-item::after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 3.1884057971%;
  top: 47.52px;
  width: 4.6376811594%;
}
.qa-item::after {
  rotate: -90deg;
  transition: rotate 0.3s, opacity 0.3s;
}
.qa-item.is-open::after {
  opacity: 0;
  rotate: none;
}

.qa-q {
  align-items: center;
  color: #b28956;
  display: flex;
  font-feature-settings: "palt";
  font-size: 28.16px;
  gap: 0.8%;
}

.qa-icon {
  flex: 0 0 7.2951739618%;
  translate: 0 2px;
}

.qa-a {
  display: none;
  font-size: 23.76px;
  line-height: 1.75;
  margin-top: 4.5454545455%;
  padding-bottom: 5.2%;
}
.qa-a .bold {
  font-weight: 600;
}

.floating-wrap {
  display: none;
}
.floating-wrap.is-show {
  visibility: visible;
}
.floating-wrap.is-show .floating {
  opacity: 1;
  translate: -50% 0;
  visibility: visible;
}

.floating {
  bottom: 8px;
  display: block;
  left: 48.6%;
  max-width: 596.64px;
  opacity: 0;
  position: absolute;
  transition: translate 0.5s ease-out, opacity 0.5s, visibility 0.5s;
  translate: -50% 100%;
  visibility: hidden;
  width: 90.4%;
}

.aside {
  align-items: flex-end;
  bottom: 42px;
  display: flex;
  gap: var(--main-width);
  justify-content: center;
  position: fixed;
  width: 100%;
}

.aside-left,
.aside-right {
  flex-shrink: 0;
  width: calc((100vw - var(--main-width)) / 2);
}

.aside-left {
  padding-left: 16px;
  padding-right: 28px;
}

.aside-left-content {
  margin-left: auto;
  width: min(100%, 346px);
}

.aside-flex {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.aside-img01 {
  flex: 0 1 149px;
  translate: 0 -10px;
}

.aside-img02 {
  flex: 0 1 195px;
}

.aside-lead {
  width: 195px;
}

.aside-logo {
  display: block;
  margin-inline: auto;
  margin-top: 13px;
  translate: -7px;
  width: 84px;
}

.aside-note01 {
  margin-inline: auto;
  margin-top: 25px;
  width: 218px;
}

.aside-menus {
  margin-inline: auto;
  margin-top: 7px;
  width: min(100%, 232px);
}

.aside-menu {
  aspect-ratio: 232/52;
  background: #000;
  box-shadow: 0 0 5px 1px rgba(255, 255, 255, 0.2);
  display: grid;
  place-items: center;
  position: relative;
  width: 100%;
}
.aside-menu + .aside-menu {
  margin-top: 19px;
}
.aside-menu::before {
  background: linear-gradient(to right, #694809, #f8cd7b, #745214);
  content: "";
  height: 100%;
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  width: 100%;
}

.aside-menu-txt {
  margin-inline: auto;
  position: relative;
  z-index: 2;
}
.aside-menu-txt.txt01 {
  width: 67.6724137931%;
}
.aside-menu-txt.txt02 {
  width: 47.4137931034%;
}
.aside-menu-txt.txt03 {
  width: 33.1896551724%;
}
.aside-menu-txt.txt04 {
  width: 82.7586206897%;
}
.aside-menu-txt.txt05 {
  width: 83.1896551724%;
}
.aside-menu-txt img {
  transition: filter 0.3s;
}

.aside-right-content {
  box-sizing: content-box;
  padding-bottom: 2px;
  padding-left: 93px;
  padding-right: 16px;
  width: min(75%, 180px);
}

.aside-note02 {
  margin-inline: auto;
  width: 80%;
}

.aside-img03 {
  display: block;
  filter: drop-shadow(0 0 8px rgba(117, 65, 10, 0.58));
  margin-inline: auto;
  margin-top: 8px;
  transition: opacity 0.3s;
  width: 100%;
}

.aside-note03 {
  margin-inline: auto;
  margin-top: 28px;
  width: 93.3333333333%;
}

.aside-qr {
  margin-inline: auto;
  margin-top: 8px;
  width: 100%;
}

@media screen and (max-width: 1439px) {
  .aside-right-content {
    padding-left: 23.8461538462%;
  }
}

@media screen and (max-width: 1279px) {
  .aside-left {
    padding-right: 1.875%;
  }
  .aside-left-content {
    width: min(100%, 232px);
  }
  .aside-note01 {
    width: 93.9655172414%;
  }
  .aside-right-content {
    padding-left: 10.3225806452%;
  }
}

@media screen and (max-width: 1023px) {
  .toggle-wrap {
    display: block;
    left: 50%;
    position: fixed;
    top: 0;
    translate: -50%;
    width: min(100%, var(--main-width));
    z-index: 5;
  }
  .toggle-btn {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-left: auto;
    margin-right: 8px;
    padding-block: 5px 2px;
    position: relative;
    text-shadow: 0 0 2px #000, 0 0 4px #000, 0 2px 4px rgba(0, 0, 0, 0.5);
  }
  .toggle-btn::before {
    background: #fff;
    bottom: 0;
    box-shadow: 0 0 2px #000, 0 0 4px #000, 0 2px 4px rgba(0, 0, 0, 0.5);
    content: "";
    height: 1px;
    left: 50%;
    position: absolute;
    translate: -50%;
    width: 100%;
  }
  .drawer {
    display: block;
    height: 100vh;
    left: 50%;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    transition: opacity 0.3s, visibility 0.3s;
    translate: -50%;
    visibility: hidden;
    width: min(100%, var(--main-width));
    z-index: 10;
  }
  .drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
  .drawer.is-open .drawer-content {
    translate: none;
  }
  .drawer-content {
    background: #fff;
    height: 100%;
    overflow: scroll;
    padding-block: 94px 80px;
    position: absolute;
    right: 0;
    top: 0;
    transition: translate 0.3s;
    translate: 100%;
    width: 74cqw;
  }
  .floating-wrap {
    aspect-ratio: 660/162;
    bottom: 0;
    display: block;
    left: 50%;
    position: fixed;
    translate: -50%;
    visibility: hidden;
    width: 100%;
    z-index: 5;
  }
  .aside {
    display: none;
  }
}

@media screen and (max-width: 660px) {
  .header {
    padding-left: 3.4848484848%;
    top: 3.0303030303vw;
  }
  .toggle-btn {
    font-size: 2.1212121212vw;
    margin-right: 1.2121212121vw;
    padding-block: 0.7575757576vw 0.303030303vw;
  }
  .drawer-content {
    padding-bottom: 12.1212121212vw;
    padding-top: 14.2424242424vw;
  }
  .drawer-close {
    right: 1.8181818182vw;
    top: 2.8787878788vw;
    width: 10.1515151515vw;
  }
  .drawer-menus {
    padding-left: 12.1212121212vw;
    padding-right: 10.303030303vw;
  }
  .drawer-logo {
    width: 24.5454545455vw;
  }
  .drawer-menu {
    font-size: 3.4848484848vw;
    margin-top: 4.696969697vw;
    padding-bottom: 5.1515151515vw;
    padding-top: 6.3636363636vw;
  }
  .drawer-btns {
    margin-top: 9.696969697vw;
    padding-left: 9.8484848485vw;
    padding-right: 9.3939393939vw;
  }
  .drawer-btn + .drawer-btn {
    margin-top: 3.6363636364vw;
  }
  .modal {
    padding-left: 10.6060606061vw;
    padding-top: 26.9696969697vw;
    translate: 0 -10vw;
    width: 66.6666666667vw;
  }
  .modal-link {
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .modal-link + .modal-link {
    margin-top: 10.1515151515vw;
  }
  .modal-link.indent {
    text-indent: -0.7575757576vw;
  }
  .modal-close {
    right: -12.4242424242vw;
    width: 10vw;
  }
  .btn.btn04 {
    bottom: 12.5333333333vw;
  }
  .swiper-pagination {
    top: -4.4vw !important;
  }
  .qa-item::before, .qa-item::after {
    top: 7.2vw;
  }
  .qa-q {
    font-size: 4.2666666667vw;
  }
  .qa-a {
    font-size: 3.6vw;
  }
  .floating {
    bottom: 4px;
  }
  .tab-container {
    --tab-radius-top: 2.4242424242vw;
    --tab-radius-bottom: 2.7272727273vw;
    --tab-gap: 0.6060606061vw;
  }
  .tab-nav__heading {
    gap: 1.8181818182vw;
    margin-bottom: 3.6363636364vw;
    padding: 3.0303030303vw 3.6363636364vw 3.6363636364vw;
  }
  .tab-nav__heading-en {
    font-size: clamp(22px, 5.7575757576vw, 32px);
    letter-spacing: 0.24em;
    padding-left: 0.24em;
  }
  .tab-nav__heading-ja {
    font-size: clamp(11px, 2.9090909091vw, 15px);
  }
  .tab-label {
    border-radius: var(--tab-radius-top) var(--tab-radius-top) 0 0;
    gap: 0.9090909091vw;
    min-height: 13.6363636364vw;
    padding: 1.8181818182vw 1.2121212121vw 2.1212121212vw;
  }
  .tab-label--main {
    min-height: 14.5454545455vw;
    padding: 2.1212121212vw 2.4242424242vw 2.4242424242vw;
  }
  .tab-label__sub {
    font-size: 2.4242424242vw;
  }
  .tab-label__title {
    font-size: 2.6666666667vw;
  }
  .tab-label--main .tab-label__title {
    font-size: 2.9090909091vw;
  }
  .tab-content-wrapper {
    border-radius: 0 0 var(--tab-radius-bottom) var(--tab-radius-bottom);
    padding: 2.4242424242vw;
  }
  .video-main,
  .tab-content .video.--mt {
    border-radius: 1.2121212121vw;
  }
  .video-coming-soon {
    font-size: clamp(22px, 5.7575757576vw, 32px);
    letter-spacing: 0.24em;
    padding-left: 0.24em;
  }
  .video-main--coming-soon {
    min-height: 36.3636363636vw;
    padding: 5.4545454545vw 3.0303030303vw;
  }
}

@media screen and (max-width: 575px) {
  .footer-links {
    margin-top: 10.6060606061vw;
  }
  .footer-link {
    font-size: 14px;
  }
  .footer-logo {
    margin-top: 17.3611111111vw;
    width: 59.375vw;
  }
  .to-top {
    right: 24px;
    top: 100px;
    width: 7.4652777778vw;
  }
  .swiper-pagination-bullet {
    translate: 0 -50%;
  }
}

@media screen and (max-width: 429px) {
  .footer {
    padding-bottom: 5.5813953488vw;
    padding-top: 13.7209302326vw;
  }
  .footer-note {
    font-size: 2.8651162791vw;
  }
  .footer-btn {
    margin-top: 3.6837209302vw;
    width: 66.511627907vw;
  }
  .footer-links {
    gap: 5.5813953488vw;
    padding-inline: 0.9302325581vw;
  }
  .footer-link {
    font-size: 3.2558139535vw;
  }
  .footer-logo {
    margin-top: 13.8888888889vw;
  }
  .footer-line {
    margin-top: 4.4186046512vw;
  }
  .footer-copyright {
    font-size: 2.4558139535vw;
    margin-top: 4.4186046512vw;
  }
  .to-top {
    right: 3.7209302326vw;
    top: 23.2558139535vw;
  }
}

@media (hover: hover) {
  .drawer-btn:hover::before {
    opacity: 1;
  }
  .footer-btn:hover {
    opacity: 0.7 !important;
  }
  .footer-link:hover {
    opacity: 0.7 !important;
  }
  .to-top:hover {
    opacity: 0.7 !important;
  }
  .modal-link:hover {
    opacity: 0.6 !important;
  }
  .modal-close:hover {
    opacity: 0.6 !important;
  }
  .btn:hover {
    opacity: 0.7 !important;
  }
  .payment-btn:hover {
    opacity: 0.7;
  }
  .aside-menu:hover::before {
    opacity: 1;
  }
  .aside-menu:hover img {
    filter: drop-shadow(0 0 8px rgba(129, 94, 31, 0.8));
  }
  .aside-img03:hover {
    opacity: 0.7;
  }
}