@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;
}
/* --------------------------------------------------
	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 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: 70%;
}
/**offer**/
.offer_area {
  position: relative;
  display: flex;
  justify-content: center;
}
.offer_area .btn {
  position: absolute;
  bottom: 0%;
  /* width: calc(604px * (675 / 750)); */
  /* width: 80%; */
  overflow: hidden;
}
.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: "";
}
/**個別調整**/
.btn_area_premium .btn {
  bottom: 5%;
}
.btn_area_premium2 .btn {
  bottom: 25%;
}
.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; */
}
/**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;
  position: fixed;
}
/* --------------------------------------------------
	#footer
-------------------------------------------------- */
#footer {
  padding: 0 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: #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) {
  #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: 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);
}
