@charset "UTF-8";

/*--------------------------------------------------------*/
/*! _reset*/
/*--------------------------------------------------------*/
/*html5doctor.com Reset Stylesheetv1.6.1Last Updated: 2010-09-17Author: Richard Clark - http://richclarkdesign.comTwitter: @rich_clark*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {  margin: 0;  padding: 0;  border: 0;  outline: 0;  font-size: 100%; font: inherit; vertical-align: baseline;  background: transparent;}body {  line-height: 1;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {  display: block;}nav ul {  list-style: none;}blockquote,q {  quotes: none;}blockquote:before,blockquote:after,q:before,q:after {  content: '';  content: none;}a {  margin: 0;  padding: 0;  font-size: 100%;  vertical-align: baseline;  background: transparent;}
/* change colours to suit your needs */
ins {  background-color: #ff9;  color: #000;  text-decoration: none;}
/* change colours to suit your needs */
mark {  background-color: #ff9;  color: #000;  font-style: italic;  font-weight: bold;}del {  text-decoration: line-through;}abbr[title],dfn[title] {  border-bottom: 1px dotted;  cursor: help;}table {  border-collapse: collapse;  border-spacing: 0;}
/* change border colour to suit your needs */
hr {  display: block;  height: 1px;  border: 0;  border-top: 1px solid #cccccc;  margin: 1em 0;  padding: 0;}input,select {  vertical-align: middle;}

/*--------------------------------------------------------*/
/*! _font*/
/*--------------------------------------------------------*/
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP.woff") format("woff");
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------*/
/*! _color*/
/*--------------------------------------------------------*/
:root {
  --c_orange: #FF8A22;
  --txt_orange: var(--c_orange);
  --ar_orange: #FFB55F;
  --c_brown01: #653A18;
  --c_brown02: #3a2b20;
  --c_black: #1A1A18;
  --txt_black: var(--c_black);
  --c_gray: #EBEBEB;
  --c_white: #FFF;
  --txt_white: var(--c_white);
  --bg_body: #f3f1da;
  --shadow01: 0 calc(var(--val)*4) calc(var(--val)*4) 0 color-mix(in srgb, #525252 25%, transparent);
  --shadow02: 0 calc(var(--val)*5) calc(var(--val)*10) color-mix(in srgb, #a59d9d 80%, transparent);
}

/*--------------------------------------------------------*/
/*! _variable*/
/*--------------------------------------------------------*/
:root {
  --hover_transition: 0.3s;
  --hover_opacity: 0.8;
}

/*--------------------------------------------------------*/
/*! _base*/
/*--------------------------------------------------------*/
:root {
  --fz: min(0.133vw, 0.074vh, calc((13.653/16)/16 * 1rem));
  --val: min(0.133vw, 0.074vh, 0.853px);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  letter-spacing: 0em;
}

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100vh;
  font-family: "NotoSansJP", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: calc(var(--fz) * 16);
  color: var(--txt_black);
  text-spacing-trim: space-all;
  overflow-y: scroll;
}

ul,
ol {
  list-style: none;
}

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

@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media (any-hover: none) {
  a:active {
    text-decoration: none;
  }
}

span {
  display: inline-block;
  letter-spacing: inherit;
}

picture {
  display: block;
}

img,
video,
iframe {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  font: initial;
  font-style: italic;
  vertical-align: middle;
}

input {
  margin: 0;
  padding: 0;
  font: inherit;
}

textarea {
  display: block;
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  resize: none;
  field-sizing: content;
}

select {
  font: inherit;
  color: inherit;
}

button {
  padding: 0;
  background-color: transparent;
  border: none;
  font: inherit;
  color: inherit;
  cursor: pointer;
  touch-action: manipulation;
  user-select: none;
}

/*--------------------------------------------------------*/
/*! _main*/
/*--------------------------------------------------------*/
.l-wrapper-limit {
  width: 56vh;
  max-width: min(640px, 100%);
  height: 100vh;
  margin: 0 auto;
  background-color: var(--bg_body);
}

.l-main {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/*--------------------------------------------------------*/
/*! <question>*/
/*--------------------------------------------------------*/
.p-question {
  position: relative;
  z-index: 0;
}

.p-question__cont {
  padding: 0 calc(var(--val) * 45);
  margin: 0 auto;
  position: absolute;
  top: calc(var(--val) * 75);
  left: 0;
  right: 0;
  z-index: 1;
}

.p-question__heading {
  padding: calc(var(--val) * 15) 0;
  background-color: color-mix(in srgb, var(--c_white) 90%, transparent);
  border-radius: 100vh;
  font-size: calc(var(--fz) * 36);
  font-weight: bold;
  line-height: 1.15;
  letter-spacing: 0.06em;
  color: var(--c_brown01);
  text-align: center;
}

.p-question__heading .open {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 1fr calc(var(--val)*205) 1fr;
  gap: calc(var(--val)*10);
  width: calc(var(--val)*280);
  margin: calc(var(--val)*12) auto 0;
}

.p-question__heading .open::before {
  content: "";
  width: 100%;
  height: calc(var(--val)*2);
  background-color: var(--c_brown01);
}

.p-question__heading .open::after {
  content: "";
  width: 100%;
  height: calc(var(--val)*2);
  background-color: var(--c_brown01);
}

.p-question__text {
  padding: calc(var(--val) * 25) 0 calc(var(--val)*40);
  margin-top: calc(var(--val) * 30);
  background-color: color-mix(in srgb, var(--c_white) 93%, transparent);
  border-radius: calc(var(--val) * 10);
  font-size: calc(var(--fz) * 39);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c_brown01);
  text-align: center;
  position: relative;
}

.p-question__text .slash {
  display: flex;
  justify-content: center;
  gap: calc(var(--val)*15);
  font-size: calc(var(--fz) * 36);
  font-weight: 800;
  letter-spacing: 0.06em;
}

.p-question__text .slash::before {
  content: "";
  width: calc(var(--val)*3);
  aspect-ratio: 3/52;
  background-image: url(../img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: -15deg;
}

.p-question__text .slash::after {
  content: "";
  width: calc(var(--val)*3);
  aspect-ratio: 3/52;
  background-image: url(../img/slash.svg);
  background-size: contain;
  background-repeat: no-repeat;
  rotate: 15deg;
}

.p-question__text::before {
  content: "↓↓↓";
  width: fit-content;
  padding: calc(var(--val)*22) calc(var(--val) * 10);
  background-color: color-mix(in srgb, var(--c_white) 98%, transparent);
  border-radius: calc(var(--val) * 10);
  font-size: calc(var(--fz) * 40);
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-38.5%);
}

.p-question__text .txt-orange {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: calc(var(--val)*10);
  margin-top: calc(var(--val)*25);
  color: var(--txt_orange);
  font-weight: 800;
}

.p-question__text .price {
  width: calc(var(--val) * var(--w));
  line-height: 0;
}

.p-question__text .price:first-child {
  padding-bottom: calc(var(--val)*5);
}

.p-question__sl-item {
  padding: calc(var(--val) * 560) calc(var(--val) * 85) 0;
  height: 100vh;
}

.p-question__sl-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-question__sl-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-question__sl-cont {
  display: flex;
  flex-direction: column;
  height: calc(var(--val) * 730);
  border-radius: calc(var(--val) * 72) calc(var(--val) * 72) calc(var(--val) * 30) calc(var(--val) * 30);
  box-shadow: var(--shadow01);
  overflow: hidden;
}

.p-question__sl-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(var(--val) * 167);
  background-color: var(--c_black);
  font-size: calc(var(--fz) * 38);
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.06em;
  color: var(--c_white);
  text-align: center;
}

.p-question__sl-answer {
  display: flex;
  flex-direction: column;
  gap: calc(var(--val) * 24);
  flex: 1;
  padding: calc(var(--val) * 40) calc(var(--val) * 38) calc(var(--val) * 60);
  background-color: var(--c_white);
}

.p-question__radio-label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(var(--val) * 92);
  padding: calc(var(--val)*15) 0 calc(var(--val)*15) calc(var(--val) * 50);
  background-color: var(--c_gray);
  border-radius: calc(var(--val) * 24);
  font-size: calc(var(--fz) * 36);
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  position: relative;
}

.p-question__radio-label:has(.p-question__radio:checked) {
  background-color: var(--c_black);
  color: var(--txt_white);
}

.p-question__radio {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: calc(var(--val) * 20);
  margin: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}

.p-question__btn {
  display: inline-block;
  width: 92.5%;
  margin: 0 auto;
  filter: drop-shadow(var(--shadow02));
  position: absolute;
  top: calc(var(--val) * 1090);
  left: 0;
  right: 0;
  transition: scale var(--hover_transition);
}

@media (any-hover: hover) {
  .p-question__btn:hover {
    scale: 0.98;
  }
}

@media (any-hover: none) {
  .p-question__btn:active {
    scale: 0.98;
  }
}

.p-question__list {
  display: flex;
  justify-content: center;
  gap: calc(var(--val) * 40);
  position: absolute;
  top: calc(var(--val) * 1298);
  left: 0;
  right: 0;
}

.p-question__li-link {
  font-size: calc(var(--fz) * 20);
  color: var(--c_brown02);
  transition: opacity var(--hover_transition);
}

@media (any-hover: hover) {
  .p-question__li-link:hover {
    opacity: var(--hover_opacity);
  }
}

@media (any-hover: none) {
  .p-question__li-link:active {
    opacity: var(--hover_opacity);
  }
}

/*--------------------------------------------------------*/
/*! <スライダー>*/
/*--------------------------------------------------------*/
.splide {
  position: relative;
}

.splide .dots {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: calc(var(--val) * 20);
  height: calc(var(--val) * 8);
  padding: 0 calc(var(--val) * 10);
  position: absolute;
  top: calc(var(--val) * 20);
  bottom: auto;
}

.splide .dots li {
  flex: 1;
  height: 100%;
}

.splide .dots li button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c_white);
  position: relative;
}

.splide .dots li button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--c_orange);
  scale: 0 1;
  transform-origin: left center;
}

.splide .dots li button.is-active::before {
  animation: progress 15s linear forwards;
}

@keyframes progress {
  0% {
    scale: 0 1;
  }

  100% {
    scale: 1 1;
  }
}

.splide .arrow {
  width: calc(var(--val) * 55);
  height: calc(var(--val) * 55);
  border-radius: 50%;
  background-color: var(--ar_orange);
  position: absolute;
  top: calc(var(--val) * 645);
  z-index: 10;
}

.splide .arrow:disabled {
  display: none;
}

.splide .arrow::before {
  display: block;
  content: "";
  width: calc(var(--val) * 20);
  height: calc(var(--val) * 20);
  position: absolute;
}

.splide .arrow svg {
  display: none;
}

.splide .arrow-prev {
  left: calc(var(--val) * 10);
}

.splide .arrow-prev::before {
  border-top: calc(var(--val) * 6) solid #fff;
  border-left: calc(var(--val) * 6) solid #fff;
  inset: 50% auto auto 50%;
  transform: translate(-35.7142857143%, -50%) rotate(-45deg);
}

.splide .arrow-next {
  right: calc(var(--val) * 10);
}

.splide .arrow-next::before {
  border-top: calc(var(--val) * 6) solid #fff;
  border-right: calc(var(--val) * 6) solid #fff;
  inset: 50% 50% auto auto;
  transform: translate(35.7142857143%, -50%) rotate(45deg);
}