@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/* --------------------------------------------------
	CSS Reset
-------------------------------------------------- */
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-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  color: #333333;
  vertical-align: baseline;
  background: transparent;
}
body {
  position: relative;
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  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;
  transition: all 0.2s linear;
}
a:link,
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover,
a:active {
  color: #333;
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  font-size: 50%;
  vertical-align: super;
}
.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* --------------------------------------------------
	Common
-------------------------------------------------- */
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.inner {
  position: relative;
  margin: 0 auto;
  max-width: 675px;
}
/* --------------------------------------------------
	#mainContents
-------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
}
html {
  font-size: 16px;
}
div {
  /* overflow-x: hidden; */
}
#mainContents {
  margin: 0 auto;
  max-width: 675px;
  overflow: hidden;
}
/* #mainContents a {
  display: inline-block;
} */
#mainContents img {
  display: inline-block;
  margin-top: -0.2%;
}
/* #mainContents p {
  height: 0;
  font-size: 0;
} */
.space_bottom::after {
  content: "";
  background-color: #effaff;
  height: 10%;
  width: 100%;
  display: block;
  padding-top: 15%;
}
.pdt0 {
  padding-top: 0 !important;
}
/** accordion **/
.wrap_accordion {
  text-align: center;
}
.wrap_accordion dt,
.wrap_accordion dd,
.wrap_accordion img {
  display: inline-block;
}
.wrap_accordion dt .accordion_img_on {
  display: none;
}
.wrap_accordion dt.accordion_on .accordion_img_on {
  display: inline-block;
}
.wrap_accordion dt.accordion_on .accordion_img_off {
  display: none;
}
.wrap_accordion dt {
  cursor: pointer;
  /* margin-bottom: 3.9%; */
}
.wrap_accordion dd {
  /* margin-bottom: 3.9%; */
}
.wrap_accordion dd + dt {
  margin-top: 5%;
}
/**btn**/
.btn_area {
  position: relative;
  display: flex;
  justify-content: center;
}
.btn_area .btn {
  position: absolute;
  bottom: 17%;
  width: 91.6%;
}
/**offer**/
.offer_area {
  position: relative;
  display: flex;
  justify-content: center;
}
.offer_area .btn {
  position: absolute;
  bottom: 4%;
  /* width: calc(604px * (675 / 750)); */
  /* width: 80%; */
  overflow: hidden;
  /* margin-left: 1%; */
  margin: 0 auto;
  right: 0;
  left: 0;
  width: calc((556 / 675) * 100%);
}
.offer_area .btn::after {
  position: absolute;
  left: -0;
  top: 0;
  width: 20%;
  height: 100%;
  background: linear-gradient(
    to right,
    white 0%,
    white 10%,
    rgba(255, 255, 255, 0) 11%,
    rgba(255, 255, 255, 0) 20%,
    white 21%,
    white 41%,
    rgba(255, 255, 255, 0) 42%,
    rgba(255, 255, 255, 0) 51%,
    white 52%,
    white 92%,
    rgba(255, 255, 255, 0) 93%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skew(-30deg, 0);
  opacity: 0.8;
  animation: 2s ease-in 0s infinite running slidein;
  content: "";
}
.offer_area .btn_cart_tudo {
  bottom: 39%;
}
.offer_area .btn_cart_teiki {
  bottom: 8%;
}
.btn_area .animation-pulse {
  position: absolute;
  bottom: 25%;
  width: calc((595 / 675) * 100%);
  cursor: pointer;
}
.btn_area_osusume {
  position: relative;
}
.btn_area_osusume .btn_link_osusume {
  position: absolute;
  bottom: 10%;
  width: calc((538 / 675) * 100%);
}
.btn_area_osusume .btn_link_osusume1 {
  left: 6%;
}
.btn_area_osusume .btn_link_osusume2 {
  right: 6%;
  bottom: 15%;
}
.btn_area_link {
  position: relative;
  display: flex;
  justify-content: center;
}
.btn_area_link .btn {
  position: absolute;
  bottom: 10%;
  width: calc((612 / 675) * 100%);
}
.btn_area_link2 .btn {
  bottom: 6%;
  width: calc((505 / 675) * 100%);
}
/**個別調整**/
.offer_area {
  /* flex-direction: column; */
}
.offer_area2 .btn_cart_tudo {
  bottom: 36%;
}
.offer_area3 .btn_cart_tudo {
  bottom: 42%;
}
.offer_area3 .btn_cart_teiki {
  bottom: 19%;
}
.offer_area4 .btn_cart_tudo {
  bottom: 46%;
}
.offer_area4 .btn_cart_teiki {
  bottom: 9%;
}
/**slick**/
.slide_box_wrap {
  position: absolute;
  width: 100%;
  top: 12%;
}
.slide_box_wrap .slide_box .slick-track img {
  margin: 0 0.38%;
}
.slick-dots {
  bottom: -5%;
}
.slick-dots li button:before {
  font-size: 1rem;
}
.slick-dots li {
  margin: 0 0.8rem;
}
.banner_area {
  margin: 0 auto;
  padding: 13% 0;
  text-align: center;
}
.banner_area a + a {
  margin-top: 8%;
}
.banner_area a {
  width: calc((596 / 675) * 100%);
}
.yt_area {
  position: relative;
  display: flex;
  justify-content: center;
  /* margin-bottom: calc((70 / 16.6) * 1vw); */
  height: auto; /**safari**/
}
.yt_area iframe {
  aspect-ratio: 16 / 9;
  width: 86%;
  /* height: auto; */
}
/**親：あまり関係ない**/
.qbox {
  width: 90%;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  /* gap: 10%; */
  margin: 0 auto;
}
.checknox-wrap {
  /* display: flex; */
  position: relative;
  cursor: pointer;
  /* font-size: 5rem; */
  font-size: 1.7rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
  /* justify-content: center; */
  /* align-items: center; */
  /* white-space: nowrap; */
  display: block;
  /* width: 90%; */
  margin-bottom: 8%;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 150%;
}
/**
JSでcheckedしてCSSで連動する
inputは動作連動用、spanで大きなチェックボックスとして表示する
構成要素
・input：動作連動用で非表示
・span.checkmark：チェックボックス背景
・span.checkmark:after：チェックマーク
**/
.checknox-wrap input {
  display: none;
}
.checknox-wrap input:checked + .checkmark {
  background-color: #0070bd;
  border: 2px solid #0070bd;
}
.checknox-wrap .checkmark {
  height: 2rem;
  width: 2rem;
  border: 2px solid #999999;
  box-sizing: border-box;
  border-radius: 4px;
  display: inline-block;
  vertical-align: top;
  margin-right: 0.4em;
  margin-top: 1.3%;
}
.checknox-wrap input:checked + .checkmark:after {
  display: block;
}
.checknox-wrap .checkmark:after {
  content: "";
  display: none;
  width: 1rem;
  height: 1.7rem;
  border: 4px solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg) translateY(-6px);
  /* font-weight: bold; */
}
#checkbox1 .checknox-wrap input:checked + .checkmark {
  background-color: #ff85b1;
  border: 2px solid #ff85b1;
}
#checkbox1 .checknox-wrap .checkmark {
  border: 2px solid #ff85b1;
}
#checkbox2 .checknox-wrap input:checked + .checkmark {
  background-color: #008000;
  border: 2px solid #008000;
}
#checkbox2 .checknox-wrap .checkmark {
  border: 2px solid #008000;
}
.typea_answer {
  position: relative;
}
.typea_answer .answer_btn {
  position: absolute;
  bottom: 17%;
  left: 10%;
  width: 47.2%;
}
.typeb_answer {
  position: relative;
}
.typeb_answer .answer_btn {
  position: absolute;
  bottom: 32%;
  right: 10%;
  width: 47.2%;
}
/**btn_orderエフェクト**/
@keyframes slidein {
  0% {
    transform: translate(0, 0) skew(-30deg, 0);
    opacity: 0;
  }
  8% {
    opacity: 0.2;
  }
  10% {
    opacity: 1;
  }
  12% {
    opacity: 0.2;
  }
  15% {
    transform: translate(500%, 0) skew(-30deg, 0);
    /* opacity: 1; */
    opacity: 0;
  }
  100% {
    transform: translate(500%, 0) skew(-30deg, 0);
    opacity: 0;
  }
}
#to-page-top {
  max-width: 87px;
  bottom: 0;
  /* right: 20px; */
  right: 2%;
  position: fixed;
}
#ft_banner {
  bottom: 0;
  /* right: 20px; */
  right: 2%;
  position: fixed;
}
#ft_banner #ft_banner_close {
  position: absolute;
  right: 2%;
  top: 4%;
  cursor: pointer;
  padding: 2% 2%;
}
#ft_banner #ft_banner_btn {
  cursor: pointer;
}
/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
  /* padding: 0 0 135px; */
  padding: 2.8% 0 3.8%;
}
#footer .btn-toppage {
  position: relative;
  /* z-index: 2; */
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 68%;
  height: auto;
  margin: 0 auto;
  padding: 5%;
  border-radius: 10vw;
  border: #c7467e 2px solid;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 700;
  color: #c7467e;
  -webkit-border-radius: 10vw;
  -moz-border-radius: 10vw;
  -ms-border-radius: 10vw;
  -o-border-radius: 10vw;
}
#footer .btn-toppage:hover {
  text-decoration: none;
}
#footer .btn-toppage::after {
  content: "";
  display: block;
  position: absolute;
  /* left: 39.6px; */
  left: calc((39 / 16.6) * 1vw);
  top: 50%;
  /* transform: translate(0, -50%); */
  width: calc((32 / 16.6) * 1vw); /*36px;*/
  height: calc((32 / 16.6) * 1vw); /*36px;*/
  background: url("../img/icon_arrow_left.svg") no-repeat;
  background-size: contain;
  width: 8%;
  height: 42%;
  left: 5%;
  top: 30%;
}
@media screen and (max-width: 675px) {
  html {
    font-size: 11px;
  }
  #mainContents {
    width: 100%;
  }
  img {
    margin-top: -0.1px;
  }
  .offer_area .btn {
  }
  /**個別調整**/
  .banner_area {
    /* margin: 5vw auto 10vw auto; */
    margin: 0 auto;
  }
  .banner_area a + a {
    /* margin-top: 8vw; */
  }
  .yt_area iframe {
    /* width: 90vw; */
    /* height: 50.6vw; */
    /* bottom: 10vw; */
  }
  #to-page-top {
    max-width: 50px;
    /* right: 10px; */
  }
  #footer {
    padding: 7.8% 0 10.8%;
  }
  #footer .btn-toppage {
    /* width: 86.6667vw; */
    /* height: 17.3334vw; */
    display: flex;
    justify-content: center;
  }
  #footer .btn-toppage a {
    border-radius: 10vw;
    border-width: 1px;
    font-size: 4.2667vw;
    width: 70vw;
    height: 15vw;
    -webkit-border-radius: 10vw;
    -moz-border-radius: 10vw;
    -ms-border-radius: 10vw;
    -o-border-radius: 10vw;
  }
  #footer .btn-toppage a:after {
    left: 5.8667vw;
    width: 5.3334vw;
    height: 5.3334vw;
  }
  .btn_area .btn {
    /* width: 88%; */
  }
  .offer_area .btn {
    /* width: 78%; */
    /* margin-left: 2%; */
  }
} /**@end**/
/**
debug
**/
body.test div {
  outline: 1px dashed deeppink;
}
/**セクションごとの区切りを入れる用**/
hr {
  display: none;
}
body.test hr {
  display: block;
  border-top: 10px dashed darkorange;
  height: 10px;
  background: #000;
  margin: 0;
  width: 99.5vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
body.test #mainContents {
  overflow: unset;
}
/******************************************
▼ 診断コンテンツ ▼
******************************************/
/* アニメーション(パルス) */
.animation-pulse {
  animation: original-pulse 1s infinite alternate ease-in-out;
}
@keyframes original-pulse {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
#shindan-modal-open {
  cursor: pointer;
}
#shindan-modal-box {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.shindan-modal-content {
  padding: 16px;
  box-sizing: border-box;
  background-color: #ffffff;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  min-height: 60%;
  animation-name: shindan-modal-open;
  animation-duration: 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes shindan-modal-open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.shindan-modal-close {
  text-align: right;
  font-size: 2rem;
}
.shindan-modal-close:hover {
  cursor: pointer;
}
.shindan-modal-header {
  text-align: center;
}
#q-number {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #333;
  margin-top: 24px;
}
.shindan-modal-header h2 {
  color: #333;
  padding: 12px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  margin: 24px 0;
}
/* YES or Noボタン */
.answer-box {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.answer-btn {
  cursor: pointer;
  width: 40%;
  border: none;
  padding: 24px;
  border-radius: 6px;
  font-size: 1.4rem;
  color: #fff;
}
#answer-yes {
  background-color: #6abce8;
}
#answer-no {
  background-color: #e86e6a;
}
/* 診断結果 */
.result-header-bg-a {
  background-color: #bd807e;
}
.result-header-bg-b {
  background-color: #447285;
}
.result-header-bg-c {
  background-color: #c5b039;
}
#result-box h2 {
  color: #fff;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
}
.shindan-result-img-box {
  width: 40%;
  margin: auto;
  margin-top: 16px;
}
.shindan-result-img-box img {
  width: 100%;
}
#result-message {
  font-size: 1.6rem;
  text-align: center;
  margin: 8px;
}
#result-button {
  margin-top: 24px;
  width: 74%;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
#result-message {
  font-size: 1.6rem;
  padding: 16px;
}
#shindan-result-rec {
  text-decoration: none;
  color: #fff;
  width: 60%;
  display: block;
  margin: auto;
  padding: 24px;
  border-radius: 8px;
  background-color: #59b07f;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.1rem;
}
.shindan-reset-btn {
  cursor: pointer;
  color: #49422c;
  font-size: 1.4rem;
  border-bottom: 1px solid #49422c;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  #shindan-modal-open {
    margin-top: 16px;
  }
  .shindan-modal-header h2 {
    padding: 8px;
  }
  .shindan-modal-content {
    width: 94%;
    max-width: 94%;
    max-height: fit-content;
    top: 32px;
    transform: translate(-50%, 0);
    padding: 12px 12px 24px 12px;
  }
  .shindan-modal-body {
    margin-top: 16px;
  }
  #result-button {
    margin-top: 32px;
    width: 100%;
  }
  .result-message {
    font-size: 1.5rem;
  }
  #shindan-result-rec {
    width: 90%;
  }
  .shindan-result-img-box {
    width: 60%;
  }
}
/******************************************
▼ CTA ▼
******************************************/
/* 共通 */
.cta-box {
  position: relative;
}
.cta-btn {
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}
.on-image .cta-link {
  position: absolute;
  top: 72%;
  width: 96%;
  left: 2%;
  height: auto;
}
.cta-link {
  display: block;
  height: 100%;
}
/* ファーストCTA */
.first-cta-btn {
  margin: 0 auto;
}
.cta-first {
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(225, 203, 172, 1) 100%
  );
}
/*CTA-スケール変化ボタン*/
.scale-btn {
  animation: scaleButton 2s infinite ease-in-out;
}
@keyframes scaleButton {
  0% {
    transform: translateX(-50%) scale3d(1, 1, 1);
  }
  50% {
    transform: translateX(-50%) scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: translateX(-50%) scale3d(1, 1, 1);
  }
}
/*CTA-シャイニーボタン*/
.reflection {
  display: inline-block;
  position: absolute;
  bottom: 3.5%;
  width: 94%;
  left: 3%;
  overflow: hidden;
  border-radius: 62px;
}
.reflection_not_bg {
  position: relative;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  border-radius: 62px;
}
.reflection:before,
.reflection_not_bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient(
    130deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 75%
  );
  -webkit-animation: reflection 2s infinite;
  animation: reflection 2s infinite;
}
@keyframes reflection {
  100% {
    left: 100%;
  }
}
