@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";
  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;
}
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;
}
/* --------------------------------------------------
	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: 750px;
  overflow: hidden;
}
#mainContents img {
  display: inline-block;
  vertical-align: top;
}
#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: 7%;
  width: 100%;
}
.btn_area1 .btn_a {
  width: 81.5%;
  bottom: 7.9%;
  left: 9%;
}
.btn_area1 .btn_b {
  width: 81.5%;
  bottom: 10.1%;
  left: 8.5%;
}
.btn_area1 .btn_c {
  bottom: 8%;
}
/**offer**/
.offer_area {
  position: relative;
  display: flex;
  justify-content: center;
}
.offer_area .btn {
  position: absolute;
  top: 50%;
  /* width: calc(604px * (675 / 750)); */
  /* width: 80%; */
  overflow: hidden;
  /* margin-left: 1%; */
  width: 89%;
  margin: 0 auto;
  margin-left: 1%;
}
.offer_area a.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_area1 .btn1 {
  left: 4.5%;
  top: 22.2%;
}
.offer_area1 .btn2 {
  left: 12%;
  top: 39.5%;
  width: 73%;
}
.offer_area2 .btn1 {
  top: 34%;
  width: 88.5%;
  left: 4.8%;
}
.offer_area2 .btn2 {
  top: 74.8%;
  width: 88.5%;
  left: 4.8%;
}
.offer_area3 .btn1 {
  top: 53.8%;
  left: 4%;
}
.offer_area3 .btn2 {
  top: 72%;
  left: 4%;
}
.offer_area4 .btn1 {
  top: 65.7%;
}
.offer_area4 .btn2 {
  top: 83.1%;
}
.offer_area5 .btn1 {
  top: 67.5%;
}
.offer_area5 .btn2 {
  top: 83.4%;
}
.offer_area6 .btn1 {
  top: 77%;
}
.offer_area7 .btn1 {
  top: 54%;
}
.offer_area7 .btn2 {
  top: 77%;
}
.offer_area8 .btn1 {
  top: 48%;
}
.offer_area8 .btn2 {
  top: 73%;
}
.banner_area {
  margin: 0 auto;
  padding: 13% 0;
}
.banner_area a + a {
  margin-top: 8%;
}
.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;
}
#ft_banner #ft_banner_btn {
  cursor: pointer;
}
/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
  padding: 80px 0 135px;
}
#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: #769cb8 2px solid;
  box-sizing: border-box;
  font-size: 1.2rem;
  font-weight: 700;
  color: #769cb8;
  -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-bottom: 20vw;
  }
  #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: 5.5%;
  }
  .offer_area3 .btn {
    width: 78%;
    margin-left: 3.5%;
  }
  .offer_area4 .btn {
    width: 78%;
    margin-left: 3%;
  }
  .offer_area5 .btn {
    width: 78%;
    margin-left: 3%;
  }*/
} /**@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);
}
/* youtube 241225 */
.ytb-cnt {
  position: relative;
  width: 100%;
  max-width: 675px;
  margin: 0 auto;
}
.background-image {
  width: 100%;
  height: auto;
  display: block;
}
.yub-mv {
  position: absolute;
  top: 0;
  left: 7.2%;
  width: 85%;
  height: 79%;
}
iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* --------------------------------------------------
	USS 2025/1〜キャンペーンLP
-------------------------------------------------- */
.cta-box {
  position: relative;
}
.cta-btn {
  position: absolute;
  max-width: 634px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}
.sobolon-link {
  color: #303030;
  text-align: end;
  display: block;
  text-decoration: underline;
  line-height: 2;
  width: 82.7%;
  margin: auto;
}
/******************************************
▼ 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%
  );
}
/******************************************
▼ 共通スタイル ▼
******************************************/
html {
  font-size: 62.5%;
  width: 100%;
  scroll-behavior: smooth;
}
body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
  margin: 0;
  padding: 0;
}
#wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
  width: 100%;
}
.fw-bold {
  font-weight: bold;
}
.fz-9 {
  font-size: 0.9rem;
}
.fz-16 {
  font-size: 1.6rem;
}
.fz-24 {
  font-size: 2.4rem;
}
.img-layout {
  display: block;
  vertical-align: bottom;
  width: 100%;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-72 {
  margin-top: 72px;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.centered {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.jc-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.btn {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
.border-top {
  border-top: 1px solid #cccccc;
  margin: 0 auto 24px;
  width: 90%;
}
.yellow-marker {
  background: linear-gradient(transparent 50%, #ffff00 0%);
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.ta-center {
  text-align: center;
}
.w-90 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.lpWrapper a:hover img {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
.pos-abs {
  position: absolute;
}
z .pos-rltv {
  position: relative;
}
.noCopy {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/******************************************
▼ 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: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: 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%;
  }
}
