/*
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(8.974vw, 70px);
  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.077vw, 102px);
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 99;
  box-sizing: border-box;
  /* HM Menu */
  /* HM Menu OPEN */
}
#header .logo {
  margin: min(0.769vw, 6px) 0;
}
#header .logo img {
  max-width: min(33.846vw, 264px);
  position: relative;
  z-index: 119;
}
#header .menu {
  position: absolute;
  right: min(5vw, 39px);
  top: min(4.103vw, 32px);
  width: min(7.692vw, 60px);
  height: min(4.744vw, 37px);
  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(4.103vw, 32px);
  top: min(2.308vw, 18px);
  width: min(10vw, 78px);
  height: min(10vw, 78px);
  z-index: 146;
  cursor: pointer;
  background-image: url(../img/menu_close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header .gnav {
  background: #FFF6E9;
  min-height: 100vh;
  position: fixed;
  display: none;
  width: 100vw;
  z-index: 100;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  z-index: 120;
  overflow-y: scroll;
}
#header .gnav__wrap {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 42%;
  transform: translateY(-50%);
  width: min(61.538vw, 480px);
  margin: min(17.949vw, 140px) auto;
}
#header .gnav__menu {
  margin: 0 auto;
  width: 100%;
  overflow: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  -webkit-overflow-scrolling: touch;
}
#header .gnav__menu__item {
  flex-basis: 100%;
  margin: 0 0 min(12.051vw, 94px);
  display: block;
  position: relative;
  text-align: center;
}
#header .gnav__menu__item a {
  text-decoration: none;
}
#header .gnav__menu__item a p {
  font-size: min(3.846vw, 30px);
  font-weight: 600;
  line-height: 1;
  position: relative;
  color: #00400D;
  padding-left: min(3.846vw, 30px);
}
#header .gnav__menu__item a p span {
  font-size: min(3.077vw, 24px);
  line-height: 1;
  color: #00400D;
  margin-left: min(2.564vw, 20px);
  font-weight: 400;
}
#header .hm_logo {
  text-align: center;
  margin: min(5.128vw, 40px) auto;
}
#header .hm_logo img {
  max-width: min(53.846vw, 420px);
}

#wrapper {
  max-width: min(100vw, 780px);
  width: 100%;
  margin: 0 auto;
  background-color: #D2151B;
  overflow-y: hidden;
}
#wrapper .kv {
  padding-top: min(13.077vw, 102px);
}
#wrapper .kv img {
  max-width: 100%;
}
#wrapper .red_base {
  max-width: 780px;
  width: 100%;
  background-image: url(../img/section_bg.png);
  background-repeat: no-repeat;
  background-size: 780px 485px;
  background-position: top center;
  padding: 150px 0 0;
  text-align: center;
  margin: 0 auto;
}
#wrapper .red_base .wbase {
  max-width: 702px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 14px;
  padding: 0 39px 39px;
  background-color: #fff;
  box-sizing: border-box;
}
#wrapper .red_base .wbase .ttl {
  max-width: 624px;
  width: 100%;
  height: 110px;
  background-image: url(../img/h2_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -56px auto 40px;
  text-align: center;
  position: relative;
}
#wrapper .red_base .wbase .ttl h2 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#wrapper .red_base .wbase .ttl span {
  font-size: 20px;
  line-height: 1;
  color: #0D3800;
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .red_base .wbase .store_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 2px;
  margin-top: min(5vw, 39px);
}
#wrapper .red_base .wbase .store_flex .store_ttl_a {
  font-size: min(3.333vw, 26px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #00400D;
  border-radius: 4px 0 0 4px;
  text-align: center;
  flex-basis: 49.5%;
  padding: min(2.564vw, 20px);
}
#wrapper .red_base .wbase .store_flex .store_ttl_b {
  font-size: min(3.333vw, 26px);
  font-weight: 700;
  line-height: 1;
  color: #fff;
  background-color: #00400D;
  border-radius: 0 4px 4px 0;
  text-align: center;
  flex-basis: 49.5%;
  padding: min(2.564vw, 20px);
}
#wrapper .red_base .wbase .store_flex .store_summary_a {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #1f1f1f;
  text-align: left;
  padding: min(2.564vw, 20px);
  flex-basis: 49.5%;
}
#wrapper .red_base .wbase .store_flex .store_summary_b {
  font-size: min(3.333vw, 26px);
  line-height: 1.8;
  color: #1f1f1f;
  text-align: left;
  background-color: #E2F5DC;
  padding: min(2.564vw, 20px);
  flex-basis: 49.5%;
}
#wrapper .red_base .wbase .store_flex .bottom_line {
  width: 100%;
  height: 1px;
  background-color: #1F1F1F;
  margin-top: -4px;
}
@media (max-width: 780px) {
  #wrapper .red_base {
    max-width: 780px;
    width: 100%;
    background-image: url(../img/section_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 22vw 0 0;
    text-align: center;
    margin: 0 auto;
  }
  #wrapper .red_base .wbase {
    max-width: 90vw;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    border-radius: min(1.795vw, 14px);
    padding: 0 5vw 5vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  #wrapper .red_base .wbase .ttl {
    max-width: min(80vw, 624px);
    width: 100%;
    height: 14.10256vw;
    background-image: url(../img/h2_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -6vw auto 5vw;
    text-align: center;
    position: relative;
  }
  #wrapper .red_base .wbase .ttl h2 {
    font-size: min(5.641vw, 44px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  #wrapper .red_base .wbase .ttl span {
    font-size: min(2.564vw, 20px);
    line-height: 1;
    color: #0D3800;
    font-weight: 900;
    display: block;
    position: absolute;
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #wrapper .red_base .wbase .store_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    gap: 2px;
    margin-top: min(5vw, 39px);
  }
  #wrapper .red_base .wbase .store_flex .store_ttl_a {
    font-size: min(3.333vw, 26px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #00400D;
    border-radius: 4px 0 0 4px;
    text-align: center;
    flex-basis: 49.5%;
    padding: min(2.564vw, 20px);
  }
  #wrapper .red_base .wbase .store_flex .store_ttl_b {
    font-size: min(3.333vw, 26px);
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #00400D;
    border-radius: 0 4px 4px 0;
    text-align: center;
    flex-basis: 49.5%;
    padding: min(2.564vw, 20px);
  }
  #wrapper .red_base .wbase .store_flex .store_summary_a {
    font-size: min(3.333vw, 26px);
    line-height: 1.8;
    color: #1f1f1f;
    text-align: left;
    padding: min(2.564vw, 20px);
    flex-basis: 49.5%;
  }
  #wrapper .red_base .wbase .store_flex .store_summary_b {
    font-size: min(3.333vw, 26px);
    line-height: 1.8;
    color: #1f1f1f;
    text-align: left;
    background-color: #E2F5DC;
    padding: min(2.564vw, 20px);
    flex-basis: 49.5%;
  }
  #wrapper .red_base .wbase .store_flex .bottom_line {
    width: 100%;
    height: 1px;
    background-color: #1F1F1F;
    margin-top: -4px;
  }
}
#wrapper .red_base2 {
  max-width: 780px;
  width: 100%;
  background-image: url(../img/section_bg2.png);
  background-repeat: no-repeat;
  background-size: 780px 540px;
  background-position: top center;
  padding: 150px 0 0;
  text-align: center;
  margin: 0 auto;
}
#wrapper .red_base2 .wbase_space {
  height: 60px;
  margin: 0 auto;
  width: 100%;
}
#wrapper .red_base2 .wbase {
  max-width: 702px;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 14px;
  padding: 0 39px 39px;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#wrapper .red_base2 .wbase .ttl {
  max-width: 624px;
  width: 100%;
  height: 110px;
  background-image: url(../img/h2_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: -56px auto 40px;
  text-align: center;
  position: relative;
  z-index: 3;
}
#wrapper .red_base2 .wbase .ttl h2 {
  font-size: 44px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
#wrapper .red_base2 .wbase .ttl span {
  font-size: 20px;
  line-height: 1;
  color: #0D3800;
  font-weight: 900;
  display: block;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
#wrapper .red_base2 .wbase h3 {
  background-color: #FBFFBC;
  width: 702px;
  border-radius: 14px 14px 0 0;
  margin: -95px 0 0 -40px;
  text-align: center;
  font-size: 34px;
  padding: 70px 0 30px;
  line-height: 1;
  color: #0D3800;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
#wrapper .red_base2 .wbase h3::before {
  content: "";
  background-image: url(../img/h3_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 80px;
}
#wrapper .red_base2 .wbase h3::after {
  content: "";
  background-image: url(../img/h3_after.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 34px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: 20px;
  right: 80px;
}
#wrapper .red_base2 .wbase .product_img {
  max-width: min(82.051vw, 640px);
  text-align: center;
}
#wrapper .red_base2 .wbase .product_img img {
  max-width: min(82.051vw, 640px);
  margin: min(2.564vw, 20px) min(-7.179vw, -56px) min(2.564vw, 20px) min(-7.179vw, -56px);
}
#wrapper .red_base2 .wbase .prize_img {
  max-width: min(84.103vw, 656px);
  margin: 0 auto min(3.846vw, 30px);
}
#wrapper .red_base2 .wbase .prize_img img {
  width: 100%;
  margin: 0 auto;
}
#wrapper .red_base2 .wbase .step_box {
  width: 702px;
  margin: 0 auto;
  text-align: center;
  margin: 0 -39px 0 -39px;
  box-sizing: border-box;
}
#wrapper .red_base2 .wbase .step_box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 0;
  text-align: left;
  width: 702px;
}
#wrapper .red_base2 .wbase .step_box ul .summary {
  flex-basis: 520px;
  text-align: left;
}
#wrapper .red_base2 .wbase .step_box ul .summary .step_img img {
  width: 520px;
  margin-left: -17px;
}
#wrapper .red_base2 .wbase .step_box ul .summary h6 {
  font-size: 28px;
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding-left: 30px;
  padding-right: 40px;
}
#wrapper .red_base2 .wbase .step_box ul .icon {
  flex-basis: 182px;
  text-align: center;
}
#wrapper .red_base2 .wbase .step_box ul .icon .icon01 {
  width: 136px;
  margin-top: 36px;
}
#wrapper .red_base2 .wbase .step_box ul .icon .icon02 {
  width: 128px;
  margin-top: 50px;
}
#wrapper .red_base2 .wbase .step_box ul .icon .icon03 {
  width: 154px;
  margin-top: 10px;
}
#wrapper .red_base2 .wbase .step_box ul .icon .icon04 {
  width: 150px;
  margin-top: 30px;
}
#wrapper .red_base2 .wbase .step_box ul .icon .icon05 {
  width: 172px;
  margin-top: 36px;
  margin-right: 8px;
}
#wrapper .red_base2 .wbase .step_box .step_box_ul {
  margin-top: 30px;
}
#wrapper .red_base2 .wbase .step_box .step_info {
  margin: 25px auto 0;
}
#wrapper .red_base2 .wbase .step_box .step_info img {
  width: 640px;
}
#wrapper .red_base2 .wbase .kiyaku {
  width: min(80vw, 624px);
  background-color: #F2F2F2;
  padding: min(5vw, 39px) 0 min(5vw, 39px) min(5vw, 39px);
  margin: 0 auto min(5.769vw, 45px);
}
#wrapper .red_base2 .wbase .kiyaku .kiyaku_inner {
  overflow-y: auto;
  height: min(66.026vw, 515px);
  padding-right: min(5vw, 39px);
}
#wrapper .red_base2 .wbase .kiyaku .kiyaku_inner h6 {
  line-height: 1.4;
  font-size: min(4.615vw, 36px);
  font-weight: 600;
  color: #1f1f1f;
  margin: min(5.128vw, 40px) 0 min(1.282vw, 10px);
  text-align: left;
}
#wrapper .red_base2 .wbase .kiyaku .kiyaku_inner p {
  line-height: 1.8;
  font-size: min(3.59vw, 28px);
  color: #1f1f1f;
  margin: 0;
}
#wrapper .red_base2 .wbase p {
  line-height: 1.8;
  font-size: min(2.821vw, 22px);
  color: #1f1f1f;
  margin-top: min(5vw, 39px);
  text-align: left;
  margin: 0 auto min(5vw, 39px);
}
#wrapper .red_base2 .wbase label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#wrapper .red_base2 .wbase .checkbox-input03 {
  display: none !important;
}
#wrapper .red_base2 .wbase .checkbox-parts03 {
  padding-left: 80px;
  position: relative;
  margin: 0 auto;
  font-size: min(4.103vw, 32px);
  font-weight: 700;
  vertical-align: middle;
}
#wrapper .red_base2 .wbase .checkbox-parts03::before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 52px;
  height: 52px;
  border: 3px solid #707070;
  margin-right: 10px;
  background-color: #fff;
}
#wrapper .red_base2 .wbase .checkbox-input03:checked + .checkbox-parts03::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 18px;
  width: 18px;
  height: 36px;
  transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
#wrapper .red_base2 .wbase input[type=button][disabled] {
  height: 128px;
  width: 546px;
  background: url(../img/entry_of.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#wrapper .red_base2 .wbase input[type=button] {
  height: 128px;
  width: 546px;
  background: url(../img/entry_on.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 50px auto 90px;
  cursor: pointer;
}
#wrapper .red_base2 .arrow {
  text-align: center;
  margin: -2px auto 20px;
}
#wrapper .red_base2 .arrow img {
  width: 52px;
  margin: 0 auto;
}
@media (max-width: 780px) {
  #wrapper .red_base2 {
    max-width: 780px;
    width: 100%;
    background-image: url(../img/section_bg2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding: 22vw 0 0;
    text-align: center;
    margin: 0 auto;
  }
  #wrapper .red_base2 .wbase_space {
    height: 10vw;
    margin: 0 auto;
    width: 100%;
  }
  #wrapper .red_base2 .wbase {
    max-width: 90vw;
    margin: 0 auto;
    border: 1px solid #fff;
    text-align: center;
    border-radius: min(1.795vw, 14px);
    padding: 0 5vw 5vw;
    background-color: #fff;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  #wrapper .red_base2 .wbase .ttl {
    max-width: min(80vw, 624px);
    width: 100%;
    height: 14.10256vw;
    background-image: url(../img/h2_bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: -6vw auto 5vw;
    text-align: center;
    position: relative;
  }
  #wrapper .red_base2 .wbase .ttl h2 {
    font-size: min(5.641vw, 44px);
    font-weight: 900;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 2vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
  #wrapper .red_base2 .wbase .ttl span {
    font-size: min(2.564vw, 20px);
    line-height: 1;
    color: #0D3800;
    font-weight: 900;
    display: block;
    position: absolute;
    bottom: -6vw;
    left: 50%;
    transform: translateX(-50%);
  }
  #wrapper .red_base2 .wbase h3 {
    background-color: #FBFFBC;
    width: 90vw;
    border-radius: min(1.795vw, 14px) min(1.795vw, 14px) 0 0;
    margin: -14vw 0 0 -5.2vw;
    text-align: center;
    font-size: min(4.615vw, 36px);
    padding: 10vw 0 4vw;
    line-height: 1;
    color: #0D3800;
    font-weight: 700;
    position: relative;
    z-index: 2;
  }
  #wrapper .red_base2 .wbase h3::before {
    content: "";
    background-image: url(../img/h3_before.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: min(4.359vw, 34px);
    height: min(5.385vw, 42px);
    display: block;
    position: absolute;
    bottom: 2vw;
    left: 9vw;
  }
  #wrapper .red_base2 .wbase h3::after {
    content: "";
    background-image: url(../img/h3_after.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: min(4.359vw, 34px);
    height: min(5.385vw, 42px);
    display: block;
    position: absolute;
    bottom: 2vw;
    right: 9vw;
  }
  #wrapper .red_base2 .wbase .product_img {
    max-width: min(82.051vw, 640px);
    text-align: center;
  }
  #wrapper .red_base2 .wbase .product_img img {
    max-width: min(82.051vw, 640px);
    margin: min(2.564vw, 20px) min(-7.179vw, -56px) min(2.564vw, 20px) min(-7.179vw, -56px);
  }
  #wrapper .red_base2 .wbase .prize_img {
    max-width: min(84.103vw, 656px);
    margin: 0 auto min(3.846vw, 30px);
  }
  #wrapper .red_base2 .wbase .prize_img img {
    width: 100%;
    margin: 0 auto;
  }
  #wrapper .red_base2 .wbase .step_box {
    width: 90vw;
    margin: 0 auto;
    text-align: center;
    margin: 0 -5vw 0 -5vw;
    box-sizing: border-box;
  }
  #wrapper .red_base2 .wbase .step_box ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 0;
    text-align: left;
    width: 90vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .summary {
    flex-basis: 68vw;
    text-align: left;
  }
  #wrapper .red_base2 .wbase .step_box ul .summary .step_img img {
    width: 68vw;
    margin-left: -3.3vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .summary h6 {
    font-size: min(3.59vw, 28px);
    line-height: 1.8;
    color: #000;
    font-weight: 700;
    margin: 0;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon {
    flex-basis: 22vw;
    text-align: center;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon .icon01 {
    width: 18vw;
    margin-top: 3vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon .icon02 {
    width: 16vw;
    margin-top: 4vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon .icon03 {
    width: 19vw;
    margin-top: 1vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon .icon04 {
    width: 19.2vw;
    margin-top: 3vw;
  }
  #wrapper .red_base2 .wbase .step_box ul .icon .icon05 {
    width: 20vw;
    margin-top: 3vw;
    margin-right: 2vw;
  }
  #wrapper .red_base2 .wbase .step_box .step_box_ul {
    margin-top: 4vw;
  }
  #wrapper .red_base2 .wbase .step_box .step_info {
    margin: 2vw auto 0;
  }
  #wrapper .red_base2 .wbase .step_box .step_info img {
    width: 82vw;
  }
  #wrapper .red_base2 .wbase .kiyaku {
    width: min(80vw, 624px);
    background-color: #F2F2F2;
    padding: min(5vw, 39px) 0 min(5vw, 39px) min(5vw, 39px);
    margin: 0 auto min(5.769vw, 45px);
  }
  #wrapper .red_base2 .wbase .kiyaku .kiyaku_inner {
    overflow-y: auto;
    height: min(66.026vw, 515px);
    padding-right: min(5vw, 39px);
  }
  #wrapper .red_base2 .wbase .kiyaku .kiyaku_inner h6 {
    line-height: 1.4;
    font-size: min(4.615vw, 36px);
    font-weight: 600;
    color: #1f1f1f;
    margin: min(5.128vw, 40px) 0 min(1.282vw, 10px);
    text-align: left;
  }
  #wrapper .red_base2 .wbase .kiyaku .kiyaku_inner p {
    line-height: 1.8;
    font-size: min(3.59vw, 28px);
    color: #1f1f1f;
    margin: 0;
  }
  #wrapper .red_base2 .wbase p {
    line-height: 1.8;
    font-size: min(2.821vw, 22px);
    color: #1f1f1f;
    margin-top: min(5vw, 39px);
    text-align: left;
    margin: 0 auto min(5vw, 39px);
  }
  #wrapper .red_base2 .wbase label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #wrapper .red_base2 .wbase .checkbox-input03 {
    display: none !important;
  }
  #wrapper .red_base2 .wbase .checkbox-parts03 {
    padding-left: 80px;
    position: relative;
    margin: 0 auto;
    font-size: min(4.103vw, 32px);
    font-weight: 700;
    vertical-align: middle;
  }
  #wrapper .red_base2 .wbase .checkbox-parts03::before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 0;
    width: 52px;
    height: 52px;
    border: 3px solid #707070;
    margin-right: 10px;
    background-color: #fff;
  }
  #wrapper .red_base2 .wbase .checkbox-input03:checked + .checkbox-parts03::after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 18px;
    width: 18px;
    height: 36px;
    transform: rotate(40deg);
    border-bottom: 5px solid #d01137;
    border-right: 5px solid #d01137;
  }
  #wrapper .red_base2 .wbase input[type=button][disabled] {
    height: 128px;
    width: 546px;
    background: url(../img/entry_of.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #wrapper .red_base2 .wbase input[type=button] {
    height: 128px;
    width: 546px;
    background: url(../img/entry_on.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 50px auto 90px;
    cursor: pointer;
  }
}
@media (max-width: 780px) and (max-width: 780px) {
  #wrapper .red_base2 .wbase .checkbox-parts03 {
    padding-left: 9vw;
    position: relative;
    margin: 4vw auto 4vw;
    font-size: min(3.333vw, 26px);
    font-weight: 400;
    vertical-align: middle;
  }
  #wrapper .red_base2 .wbase .checkbox-parts03::before {
    content: "";
    display: block;
    position: absolute;
    top: -1.5vw;
    left: 0;
    width: 7vw;
    height: 7vw;
    border: 1px solid #707070;
    margin-right: 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #wrapper .red_base2 .wbase .checkbox-input03:checked + .checkbox-parts03::after {
    content: "";
    display: block;
    position: absolute;
    top: -0.5vw;
    left: 2.5vw;
    width: 1.5vw;
    height: 3vw;
    transform: rotate(40deg);
    border-bottom: 3px solid #d01137;
    border-right: 3px solid #d01137;
  }
  #wrapper .red_base2 .wbase input[type=button][disabled] {
    height: min(16.41vw, 128px);
    width: min(70vw, 546px);
    background: url(../img/entry_of.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #wrapper .red_base2 .wbase input[type=button] {
    height: min(16.41vw, 128px);
    width: min(70vw, 546px);
    background: url(../img/entry_on.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 5vw auto 10vw;
  }
}
@media (max-width: 780px) {
  #wrapper .red_base2 .arrow {
    text-align: center;
    margin: -2px auto 4vw;
  }
  #wrapper .red_base2 .arrow img {
    width: 6.6vw;
    margin: 0 auto;
  }
}
#wrapper .footer {
  background-color: #fff;
  border-radius: min(1.795vw, 14px);
  max-width: min(90vw, 702px);
  width: 100%;
  margin: min(9.231vw, 72px) auto;
  text-align: center;
}
#wrapper .footer h4 {
  background-color: #E6E6E6;
  color: #000;
  border-radius: min(1.795vw, 14px) min(1.795vw, 14px) 0 0;
  font-size: min(4.615vw, 36px);
  font-weight: 700;
  line-height: 1;
  padding: min(3.846vw, 30px) 0;
  margin: 0;
}
#wrapper .footer h5 {
  font-size: min(4.103vw, 32px);
  font-weight: 700;
  line-height: 1.5;
  padding: 0;
  margin: min(3.846vw, 30px) auto;
}
#wrapper .footer img {
  margin: 0 auto;
  width: 572px;
}
@media (max-width: 780px) {
  #wrapper .footer img {
    margin: 0 auto;
    width: min(73.333vw, 572px);
  }
}
#wrapper .footer .footinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 680px;
  margin: 30px auto;
}
#wrapper .footer .footinfo .ttl {
  text-align: center;
  flex-basis: 128px;
  background-color: #E6E6E6;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
#wrapper .footer .footinfo .ttl p {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  padding: 10px 0;
}
#wrapper .footer .footinfo .summary {
  flex-basis: calc(100% - 148px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
#wrapper .footer .footinfo .summary p {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding: 10px 0;
}
#wrapper .footer span {
  font-size: min(3.333vw, 26px);
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  color: #1f1f1f;
  display: block;
  margin: 0 auto min(2.564vw, 20px);
}
#wrapper .copy {
  margin: min(15.385vw, 120px) auto;
  text-align: center;
}
#wrapper .copy p {
  font-size: min(3.077vw, 24px);
  font-weight: 400;
  line-height: 1;
  margin: 0;
  color: #fff;
}
@media (max-width: 780px) {
  #wrapper .footer {
    background-color: #fff;
    border-radius: min(1.795vw, 14px);
    max-width: min(90vw, 702px);
    width: 100%;
    margin: min(9.231vw, 72px) auto;
    text-align: center;
    padding-bottom: 5vw;
  }
  #wrapper .footer h4 {
    background-color: #E6E6E6;
    color: #000;
    border-radius: min(1.795vw, 14px) min(1.795vw, 14px) 0 0;
    font-size: min(4.615vw, 36px);
    font-weight: 700;
    line-height: 1;
    padding: min(5.128vw, 40px) 0;
    margin: 0;
  }
  #wrapper .footer h5 {
    font-size: min(4.103vw, 32px);
    font-weight: 700;
    line-height: 1.5;
    padding: 0;
    margin: min(3.846vw, 30px) auto;
  }
  #wrapper .footer img {
    margin: 0 auto;
    width: min(73.333vw, 572px);
  }
  #wrapper .footer .footinfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 80vw;
    margin: 4vw auto 0;
  }
  #wrapper .footer .footinfo .ttl {
    text-align: center;
    flex-basis: 16.41vw;
    background-color: #E6E6E6;
    white-space: nowrap;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1vw;
  }
  #wrapper .footer .footinfo .ttl p {
    font-size: min(3.077vw, 24px);
    font-weight: 700;
    line-height: 1;
    color: #000;
    padding: 1.5vw 0;
  }
  #wrapper .footer .footinfo .summary {
    flex-basis: calc(100% - 18.41vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1vw;
  }
  #wrapper .footer .footinfo .summary p {
    font-size: min(3.59vw, 28px);
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    color: #000;
    padding: 10px 0;
  }
  #wrapper .footer span {
    font-size: min(3.333vw, 26px);
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    color: #1f1f1f;
    display: block;
    margin: 0 auto min(2.564vw, 20px);
  }
  #wrapper .copy {
    margin: min(15.385vw, 120px) auto;
    text-align: center;
  }
  #wrapper .copy p {
    font-size: min(3.077vw, 24px);
    font-weight: 400;
    line-height: 1;
    margin: 0;
    color: #fff;
  }
}

@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 */