/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
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;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  color: #141414;
  background-color: #fff;
}

.no-scroll {
  overflow: hidden;
}

a {
  color: #1A0DAB;
}

.osw {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

b {
  font-weight: bold;
}

.ctext {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

.btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
}

.btn:hover {
  zoom: 1;
}

.btn a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}

input[type=button] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header {
  background-color: #fff;
  width: 100%;
  height: min(13.846vw, 108px);
  position: fixed;
  z-index: 9999;
}

.inner {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#header {
  background-color: #fff;
  display: block;
  padding: 0;
  width: 100%;
  max-width: 780px;
  height: min(13.846vw, 108px);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
  /* HM Menu */
  /* HM Menu OPEN */
}
#header .logo {
  margin: min(2.949vw, 23px) 0 min(2.949vw, 23px) min(2.949vw, 23px);
}
#header .logo img {
  max-width: min(13.846vw, 108px);
  position: relative;
  z-index: 119;
}
#header .menu {
  position: absolute;
  right: min(2.949vw, 23px);
  top: min(5.128vw, 40px);
  width: min(4.487vw, 35px);
  height: min(3.974vw, 31px);
  z-index: 146;
  cursor: pointer;
  background-image: url(../img/menu_open.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .menu.active {
  position: absolute;
  right: min(3.846vw, 30px);
  top: min(3.846vw, 30px);
  width: min(8.974vw, 70px);
  height: min(8.974vw, 70px);
  z-index: 146;
  cursor: pointer;
  background-image: url(../img/menu_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .gnav {
  background: #B4861B;
  min-height: 100vh;
  position: fixed;
  display: none;
  width: 100vw;
  max-width: 780px;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 120;
  overflow-y: scroll;
}
#header .gnav__wrap {
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(83.333vw, 650px);
  margin: 0 auto;
}
#header .gnav__wrap .ganv_icon {
  text-align: center;
  margin: 0 auto min(6.667vw, 52px);
}
#header .gnav__wrap .ganv_icon img {
  max-width: min(25.641vw, 200px);
}
#header .gnav__menu {
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}
#header .gnav__menu__item {
  flex-basis: 100%;
  margin: 0 0 min(7.692vw, 60px);
  display: block;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: min(7.692vw, 60px);
}
#header .gnav__menu__item a {
  text-decoration: none;
}
#header .gnav__menu__item a p {
  font-size: min(4.487vw, 35px);
  font-weight: 600;
  line-height: 1;
  position: relative;
  color: #fff;
}
#header li:first-child {
  margin-top: min(7.692vw, 60px);
}

#wrapper {
  max-width: min(100vw, 780px);
  width: 100%;
  margin: 0 auto;
  background-color: #B4861B;
  overflow-y: hidden;
}
#wrapper .bottom_bnr {
  position: fixed;
  bottom: min(0vw, 0px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}
#wrapper .bottom_bnr img {
  max-width: min(76.923vw, 600px);
}
#wrapper .kv {
  padding-top: min(13.846vw, 108px);
}
#wrapper .kv img {
  max-width: 100%;
  margin-top: -1px;
}
#wrapper .kv .ttl {
  max-width: min(82.051vw, 640px);
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin: min(3.205vw, 25px) auto min(6.41vw, 50px);
}
#wrapper .s1 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(10.897vw, 85px) 0 min(5.128vw, 40px);
  text-align: center;
  margin: 0 auto;
}
#wrapper .s1 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s1 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s1 .prize_img {
  margin: 0 min(5.769vw, 45px) min(6.41vw, 50px) min(8.333vw, 65px);
}
#wrapper .s1 .prize_img img {
  max-width: min(85.897vw, 670px);
}
#wrapper .s1 .prize_img02 {
  margin: 0 min(5.769vw, 45px) min(6.41vw, 50px) min(8.333vw, 65px);
}
#wrapper .s1 .prize_img02 img {
  max-width: min(85.897vw, 670px);
}
#wrapper .s1 .prize_img03 {
  margin: min(6.41vw, 50px) auto min(6.41vw, 50px);
}
#wrapper .s1 .prize_img03 img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s1 .prize_img03b {
  margin: 0 min(5.769vw, 45px) min(6.41vw, 50px) min(8.333vw, 65px);
}
#wrapper .s1 .prize_img03b img {
  max-width: min(85.897vw, 670px);
}
#wrapper .s1 p {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #231815;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
}
#wrapper .s2 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(10.897vw, 85px) 0 min(10.256vw, 80px);
  text-align: center;
  margin: 0 auto;
}
#wrapper .s2 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s2 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s2 h3 {
  font-size: min(3.333vw, 26px);
  line-height: 1.5;
  color: #231815;
  font-weight: 700;
  text-align: center;
  margin: 0 auto min(3.846vw, 30px);
}
#wrapper .s2 p {
  font-size: min(3.077vw, 24px);
  line-height: 1.8;
  color: #fff;
  font-weight: 500;
  text-align: left;
  margin: 0 auto;
  width: min(92.308vw, 720px);
  margin: 0 auto min(3.846vw, 30px);
  letter-spacing: -0.05em;
}
#wrapper .s2 .step_flow {
  margin: 0 auto min(6.41vw, 50px);
  text-align: center;
}
#wrapper .s2 .step_flow img {
  max-width: min(57.949vw, 452px);
}
#wrapper .s2 .step_caution {
  margin: 0 auto;
  text-align: center;
}
#wrapper .s2 .step_caution img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s3 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(10.897vw, 85px) 0 min(10.256vw, 80px);
  text-align: center;
  margin: 0 auto;
}
#wrapper .s3 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s3 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s3 .w_base {
  width: 100%;
  max-width: min(78.205vw, 610px);
  margin: 0 auto;
  text-align: center;
  padding: min(8.333vw, 65px) 0 min(0.641vw, 5px);
  background-color: #fff;
  border-radius: min(2.564vw, 20px);
}
#wrapper .s3 .w_base .s3_logo {
  margin: 0 auto min(5.128vw, 40px);
}
#wrapper .s3 .w_base .s3_logo img {
  max-width: min(51.282vw, 400px);
}
#wrapper .s3 .w_base .s3_sttl {
  margin: 0 auto min(5.128vw, 40px);
}
#wrapper .s3 .w_base .s3_sttl img {
  max-width: min(53.846vw, 420px);
}
#wrapper .s3 .w_base p {
  font-size: min(3.077vw, 24px);
  line-height: 1.8;
  color: #231815;
  font-weight: 500;
  text-align: left;
  margin: 0 auto min(5.128vw, 40px);
  width: min(70.513vw, 550px);
}
#wrapper .s3 .w_base .s3_img {
  margin: 0 auto min(3.205vw, 25px);
  text-align: center;
}
#wrapper .s3 .w_base .s3_img img {
  max-width: min(70.513vw, 550px);
}
#wrapper .s4 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(10.897vw, 85px) 0 0;
  text-align: center;
  margin: 0 auto;
}
#wrapper .s4 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s4 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s4 .kiyaku {
  width: min(83.333vw, 650px);
  background-color: #fff;
  border-radius: min(2.564vw, 20px);
  padding: 0 0 min(5vw, 39px) min(5vw, 39px);
  margin: min(9.487vw, 74px) auto min(5.769vw, 45px);
}
#wrapper .s4 .kiyaku .kiyaku_inner {
  overflow-y: auto;
  height: min(76.923vw, 600px);
  padding-right: min(5vw, 39px);
}
#wrapper .s4 .kiyaku .kiyaku_inner h6 {
  line-height: 1.4;
  font-size: min(3.59vw, 28px);
  font-weight: 600;
  color: #231815;
  margin: min(6.41vw, 50px) 0 min(1.282vw, 10px);
  text-align: left;
}
#wrapper .s4 .kiyaku .kiyaku_inner p {
  line-height: 1.8;
  font-size: min(3.333vw, 26px);
  color: #231815;
  margin: 0;
  text-align: left;
}
#wrapper .s4 p {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #231815;
  font-weight: 500;
  text-align: center;
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s4 .checkbox-input03 {
  display: none !important;
}
#wrapper .s4 .checkbox-parts03 {
  padding-left: 60px;
  position: relative;
  margin: 0 auto;
  font-size: min(3.333vw, 26px);
  font-weight: 500;
  vertical-align: middle;
}
#wrapper .s4 .checkbox-parts03::before {
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  width: 40px;
  height: 40px;
  border: 3px solid #000;
  margin-right: 10px;
  background-color: #fff;
}
#wrapper .s4 .checkbox-input03:checked + .checkbox-parts03::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 15px;
  width: 11px;
  height: 22px;
  transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
#wrapper .s4 input[type=button][disabled] {
  height: 223px;
  width: 600px;
  background: url(../img/s4_btn_of.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
#wrapper .s4 input[type=button] {
  height: 223px;
  width: 600px;
  background: url(../img/s4_btn.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 50px auto 90px;
  cursor: pointer;
  display: block;
}
@media (max-width: 780px) {
  #wrapper .s4 .checkbox-parts03 {
    padding-left: min(7.692vw, 60px);
    position: relative;
    margin: 0 auto;
    font-size: min(3.333vw, 26px);
    font-weight: 500;
    vertical-align: middle;
  }
  #wrapper .s4 .checkbox-parts03::before {
    content: "";
    display: block;
    position: absolute;
    top: min(-0.128vw, -1px);
    left: 0;
    width: min(5.128vw, 40px);
    height: min(5.128vw, 40px);
    border: 1px solid #000;
    margin-right: min(1.282vw, 10px);
    background-color: #fff;
  }
  #wrapper .s4 .checkbox-input03:checked + .checkbox-parts03::after {
    content: "";
    display: block;
    position: absolute;
    top: min(0.128vw, 1px);
    left: min(1.923vw, 15px);
    width: min(1.41vw, 11px);
    height: min(2.821vw, 22px);
    transform: rotate(40deg);
    border-bottom: 3px solid #d01137;
    border-right: 3px solid #d01137;
  }
  #wrapper .s4 input[type=button][disabled] {
    height: min(28.59vw, 223px);
    width: min(76.923vw, 600px);
    background: url(../img/s4_btn_of.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #wrapper .s4 input[type=button] {
    height: min(28.59vw, 223px);
    width: min(76.923vw, 600px);
    background: url(../img/s4_btn.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: min(6.41vw, 50px) auto min(11.538vw, 90px);
    cursor: pointer;
  }
}
#wrapper .s5 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(2.564vw, 20px) 0 min(10.256vw, 80px);
  text-align: center;
  margin: 0 auto;
}
#wrapper .s5 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s5 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s5 p {
  font-size: min(3.205vw, 25px);
  line-height: 1.8;
  color: #231815;
  font-weight: 500;
  text-align: center;
  margin: 0 auto min(5.128vw, 40px);
  letter-spacing: -0.05em;
}
#wrapper .s5 p a {
  text-decoration: none;
  color: #231815;
}
#wrapper .s5 span {
  display: block;
  width: min(83.333vw, 650px);
  margin: 0 auto;
  font-size: min(3.077vw, 24px);
  line-height: 1.8;
  color: #231815;
  font-weight: 500;
  text-align: left;
  margin: 0 auto min(5.128vw, 40px);
  letter-spacing: -0.05em;
}
#wrapper .s6 {
  max-width: min(100vw, 780px);
  width: 100%;
  padding: min(10.897vw, 85px) 0 min(5.128vw, 40px);
  text-align: center;
  margin: 0 auto;
}
#wrapper .s6 .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .s6 .ttl img {
  max-width: min(83.333vw, 650px);
}
#wrapper .s6 .s6_img {
  margin: 0 auto min(6.41vw, 50px);
}
#wrapper .s6 .s6_img img {
  max-width: min(85.897vw, 670px);
}
#wrapper .sns {
  background-color: #fff;
  padding: min(10.256vw, 80px) 0;
  text-align: center;
  margin: 0 auto;
}
#wrapper .sns .ttl {
  margin: 0 auto min(7.692vw, 60px);
}
#wrapper .sns .ttl img {
  max-width: min(67.949vw, 530px);
}
#wrapper .sns p {
  font-size: min(2.821vw, 22px);
  line-height: 1;
  color: #231815;
  font-weight: 500;
  text-align: center;
  margin: 0 auto min(1.282vw, 10px);
}
#wrapper .sns .bnr {
  margin: 0 auto min(5.128vw, 40px);
}
#wrapper .sns .bnr img {
  max-width: min(70.513vw, 550px);
}
#wrapper .sns .copy {
  margin: 0 auto min(20.513vw, 160px);
}
#wrapper .sns .copy img {
  max-width: min(75.385vw, 588px);
}

@media (max-width: 780px) {
  body {
    width: 100%;
    height: 100vh;
  }
  img {
    max-width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */