/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: min(1.111vw, 16px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  color: #272121;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    font-size: 3.59vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #272121;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  li,
  dt,
  dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------
font
------------------------------*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

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

.biz-udpgothic {
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
}

.changa-one {
  font-family: "Changa One", sans-serif;
  font-style: normal;
}

.changa-one-italic {
  font-family: "Changa One", sans-serif;
  font-style: italic;
}

.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

html, body {
  overflow-x: hidden;
}

.site-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

.btn_type01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.944vw, 28px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
}
@media only screen and (max-width: 768px) {
  .btn_type01 {
    height: 17.436vw;
    font-size: 5.128vw;
    border-radius: 15.385vw;
    padding: 4.615vw 0;
  }
}
.btn_type01::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type01::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type01:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}
.btn_type01 .bold {
  font-weight: 800;
}

.btn_type02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type02 {
    width: 79.487vw;
    height: 17.436vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type02 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_type02::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type02::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type02 .bold {
  font-weight: 800;
}
.btn_type02:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_type03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    width: 79.487vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type03 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  }
}
.btn_type03::before {
  content: "";
  background-image: url(../img/common/btnparts02.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type03::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type03 .bold {
  font-weight: 800;
  display: block;
}
.btn_type03:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_off {
  background-color: #D9D9D9;
  pointer-events: none;
}
.btn_off::before {
  content: "";
  background-image: url(../img/common/btnparts_off.svg);
}
.btn_off span {
  color: #AAA;
}

.browser_box {
  -webkit-box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
          box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
  border-radius: min(1.042vw, 15px);
  border: 3px solid var(--main_black, #272121);
  position: relative;
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 6px;
  background-size: 10px 12px;
}
@media only screen and (max-width: 768px) {
  .browser_box {
    border-radius: 3.846vw;
  }
}
.browser_box::before {
  content: "";
  background-image: url(../img/common/parts01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(6.042vw, 87px);
  height: min(1.458vw, 21px);
  position: absolute;
  right: min(2.778vw, 40px);
  top: min(1.319vw, 19px);
}
@media only screen and (max-width: 768px) {
  .browser_box::before {
    background-image: url(../img/common/parts01_sp.png);
    width: 12.308vw;
    height: 3.59vw;
    right: 1.282vw;
    top: 4.359vw;
  }
}
.browser_box h2, .browser_box h3 {
  font-size: min(3.194vw, 46px);
  font-family: "Changa One", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #272121;
  text-align: center;
  margin: min(0.486vw, 7px) 0;
}
@media only screen and (max-width: 768px) {
  .browser_box h2, .browser_box h3 {
    font-size: 8.205vw;
    margin: 1.795vw 0;
    letter-spacing: 1px;
  }
}
.browser_box_info {
  background-color: #fff;
  border: 3px solid var(--main_black, #272121);
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: min(1.042vw, 15px);
  padding: min(4.028vw, 50px) 0 min(2.5vw, 36px);
  margin: 0 min(0.625vw, 9px) min(0.625vw, 9px);
}
@media only screen and (max-width: 768px) {
  .browser_box_info {
    border-radius: 3.846vw;
    padding: 6.41vw 0;
    margin: 0 2.308vw 2.308vw;
  }
}

.browser-box02 {
  background: #E8306E;
  border: 1px solid var(--main_black, #272121);
  border-radius: 7px;
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
}
@media only screen and (max-width: 768px) {
  .browser-box02 {
    border-radius: 7px;
  }
}
.browser-box02_head {
  text-align: center;
  color: #fff;
  padding: min(0.833vw, 12px) 0;
  font-size: min(1.25vw, 18px);
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .browser-box02_head {
    line-height: 100%;
    font-size: 4.615vw;
    padding: 3.077vw 0;
  }
}
.browser-box02_body {
  border-top: 2px solid #181E51;
  background: #fff;
  padding: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser-box02_body {
    padding: 2.564vw;
    border-radius: 0 0 7px 7px;
  }
}
.browser-box02_body .box-info_title {
  font-size: min(0.972vw, 14px);
}

.browser_box03 {
  padding: min(3.472vw, 50px) min(3.125vw, 45px);
  border-radius: 14px;
  border: 3px solid var(--main-main_black, #272121);
  background: var(--main-main_white, #FFF);
  /* cont_shadow */
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 {
    padding: 10.256vw 5.128vw;
    margin-bottom: 10.256vw;
  }
}
.browser_box03:last-of-type {
  margin-bottom: 0;
}
.browser_box03 h2 {
  padding-left: min(1.389vw, 20px);
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  margin-bottom: min(2.083vw, 30px);
  padding-bottom: min(1.389vw, 20px);
  border-bottom: 2px solid #272121;
}
@media only screen and (max-width: 768px) {
  .browser_box03 h2 {
    padding-left: 0;
    font-size: 5.128vw;
    margin-bottom: 3.077vw;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 h3 {
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='100%25' y2='1' stroke='%23000000' stroke-width='2' stroke-dasharray='2, 12' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 2px;
  margin-bottom: min(2.083vw, 30px);
  margin: 0 min(1.389vw, 20px) min(1.389vw, 20px) min(1.389vw, 20px);
  padding-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 h3 {
    font-size: 4.103vw;
    margin: 0;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 .red {
  font-weight: 800;
  color: #E8306E;
}
.browser_box03 .box {
  margin-bottom: min(2.083vw, 30px);
  padding: 0 min(1.389vw, 20px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box {
    padding: 0;
    margin-bottom: 5.128vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box .bold {
  font-weight: 800;
}
.browser_box03 .box .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 .box02 {
  padding-left: min(1.389vw, 20px);
  margin-bottom: min(3.472vw, 50px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box02 {
    padding-left: 0;
    margin-bottom: 10.256vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box02:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box02 .bold {
  font-weight: 800;
}
.browser_box03 .box02 .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box02 .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}
.browser_box03 a:visited {
  color: #391DE1;
}

.title {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .title {
    width: 100%;
  }
}
.title .bg {
  position: absolute;
  top: -120%;
  left: -5%;
  width: 110%;
  height: 200%;
  background-color: #FC0FC0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .title .bg {
    top: -17%;
    height: 61.538vw;
    -webkit-transform: rotate(-4.345deg);
            transform: rotate(-4.345deg);
  }
}
.title .bg::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: min(2.778vw, 40px) min(2.778vw, 40px);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .title .bg::after {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 9.487vw 9.487vw;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.title h1 {
  padding: min(4.861vw, 70px) 0 min(7.292vw, 105px);
  text-align: center;
  font-size: min(8.333vw, 120px);
  line-height: 1;
  color: #FBFC0F;
}
@media only screen and (max-width: 768px) {
  .title h1 {
    padding: 17.949vw 0 25.897vw;
    font-size: 17.949vw;
  }
}
.title h1 span {
  display: block;
  font-size: min(1.25vw, 18px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .title h1 span {
    font-size: 4.615vw;
  }
}
.title .logo {
  width: 224px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .title .logo {
    width: 33.333vw;
    left: 2.564vw;
    top: 2.564vw;
  }
}
.title .logo img {
  width: auto;
}

.bg_dot {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-image: radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-position: 0 0;
  background-size: 23.5px 23.5px;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 89.744vw;
    margin: auto;
    padding: 0;
  }
}
/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: min(1.111vw, 16px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  color: #272121;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    font-size: 3.59vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #272121;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  li,
  dt,
  dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------
font
------------------------------*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

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

.biz-udpgothic {
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
}

.changa-one {
  font-family: "Changa One", sans-serif;
  font-style: normal;
}

.changa-one-italic {
  font-family: "Changa One", sans-serif;
  font-style: italic;
}

.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

html, body {
  overflow-x: hidden;
}

.site-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

.btn_type01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.944vw, 28px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
}
@media only screen and (max-width: 768px) {
  .btn_type01 {
    height: 17.436vw;
    font-size: 5.128vw;
    border-radius: 15.385vw;
    padding: 4.615vw 0;
  }
}
.btn_type01::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type01::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type01:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}
.btn_type01 .bold {
  font-weight: 800;
}

.btn_type02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type02 {
    width: 79.487vw;
    height: 17.436vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type02 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_type02::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type02::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type02 .bold {
  font-weight: 800;
}
.btn_type02:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_type03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    width: 79.487vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type03 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  }
}
.btn_type03::before {
  content: "";
  background-image: url(../img/common/btnparts02.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type03::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type03 .bold {
  font-weight: 800;
  display: block;
}
.btn_type03:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_off {
  background-color: #D9D9D9;
  pointer-events: none;
}
.btn_off::before {
  content: "";
  background-image: url(../img/common/btnparts_off.svg);
}
.btn_off span {
  color: #AAA;
}

.browser_box {
  -webkit-box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
          box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
  border-radius: min(1.042vw, 15px);
  border: 3px solid var(--main_black, #272121);
  position: relative;
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 6px;
  background-size: 10px 12px;
}
@media only screen and (max-width: 768px) {
  .browser_box {
    border-radius: 3.846vw;
  }
}
.browser_box::before {
  content: "";
  background-image: url(../img/common/parts01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(6.042vw, 87px);
  height: min(1.458vw, 21px);
  position: absolute;
  right: min(2.778vw, 40px);
  top: min(1.319vw, 19px);
}
@media only screen and (max-width: 768px) {
  .browser_box::before {
    background-image: url(../img/common/parts01_sp.png);
    width: 12.308vw;
    height: 3.59vw;
    right: 1.282vw;
    top: 4.359vw;
  }
}
.browser_box h2, .browser_box h3 {
  font-size: min(3.194vw, 46px);
  font-family: "Changa One", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #272121;
  text-align: center;
  margin: min(0.486vw, 7px) 0;
}
@media only screen and (max-width: 768px) {
  .browser_box h2, .browser_box h3 {
    font-size: 8.205vw;
    margin: 1.795vw 0;
    letter-spacing: 1px;
  }
}
.browser_box_info {
  background-color: #fff;
  border: 3px solid var(--main_black, #272121);
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: min(1.042vw, 15px);
  padding: min(4.028vw, 50px) 0 min(2.5vw, 36px);
  margin: 0 min(0.625vw, 9px) min(0.625vw, 9px);
}
@media only screen and (max-width: 768px) {
  .browser_box_info {
    border-radius: 3.846vw;
    padding: 6.41vw 0;
    margin: 0 2.308vw 2.308vw;
  }
}

.browser-box02 {
  background: #E8306E;
  border: 1px solid var(--main_black, #272121);
  border-radius: 7px;
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
}
@media only screen and (max-width: 768px) {
  .browser-box02 {
    border-radius: 7px;
  }
}
.browser-box02_head {
  text-align: center;
  color: #fff;
  padding: min(0.833vw, 12px) 0;
  font-size: min(1.25vw, 18px);
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .browser-box02_head {
    line-height: 100%;
    font-size: 4.615vw;
    padding: 3.077vw 0;
  }
}
.browser-box02_body {
  border-top: 2px solid #181E51;
  background: #fff;
  padding: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser-box02_body {
    padding: 2.564vw;
    border-radius: 0 0 7px 7px;
  }
}
.browser-box02_body .box-info_title {
  font-size: min(0.972vw, 14px);
}

.browser_box03 {
  padding: min(3.472vw, 50px) min(3.125vw, 45px);
  border-radius: 14px;
  border: 3px solid var(--main-main_black, #272121);
  background: var(--main-main_white, #FFF);
  /* cont_shadow */
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 {
    padding: 10.256vw 5.128vw;
    margin-bottom: 10.256vw;
  }
}
.browser_box03:last-of-type {
  margin-bottom: 0;
}
.browser_box03 h2 {
  padding-left: min(1.389vw, 20px);
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  margin-bottom: min(2.083vw, 30px);
  padding-bottom: min(1.389vw, 20px);
  border-bottom: 2px solid #272121;
}
@media only screen and (max-width: 768px) {
  .browser_box03 h2 {
    padding-left: 0;
    font-size: 5.128vw;
    margin-bottom: 3.077vw;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 h3 {
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='100%25' y2='1' stroke='%23000000' stroke-width='2' stroke-dasharray='2, 12' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 2px;
  margin-bottom: min(2.083vw, 30px);
  margin: 0 min(1.389vw, 20px) min(1.389vw, 20px) min(1.389vw, 20px);
  padding-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 h3 {
    font-size: 4.103vw;
    margin: 0;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 .red {
  font-weight: 800;
  color: #E8306E;
}
.browser_box03 .box {
  margin-bottom: min(2.083vw, 30px);
  padding: 0 min(1.389vw, 20px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box {
    padding: 0;
    margin-bottom: 5.128vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box .bold {
  font-weight: 800;
}
.browser_box03 .box .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 .box02 {
  padding-left: min(1.389vw, 20px);
  margin-bottom: min(3.472vw, 50px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box02 {
    padding-left: 0;
    margin-bottom: 10.256vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box02:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box02 .bold {
  font-weight: 800;
}
.browser_box03 .box02 .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box02 .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}
.browser_box03 a:visited {
  color: #391DE1;
}

.title {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .title {
    width: 100%;
  }
}
.title .bg {
  position: absolute;
  top: -120%;
  left: -5%;
  width: 110%;
  height: 200%;
  background-color: #FC0FC0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .title .bg {
    top: -17%;
    height: 61.538vw;
    -webkit-transform: rotate(-4.345deg);
            transform: rotate(-4.345deg);
  }
}
.title .bg::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: min(2.778vw, 40px) min(2.778vw, 40px);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .title .bg::after {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 9.487vw 9.487vw;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.title h1 {
  padding: min(4.861vw, 70px) 0 min(7.292vw, 105px);
  text-align: center;
  font-size: min(8.333vw, 120px);
  line-height: 1;
  color: #FBFC0F;
}
@media only screen and (max-width: 768px) {
  .title h1 {
    padding: 17.949vw 0 25.897vw;
    font-size: 17.949vw;
  }
}
.title h1 span {
  display: block;
  font-size: min(1.25vw, 18px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .title h1 span {
    font-size: 4.615vw;
  }
}
.title .logo {
  width: 224px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .title .logo {
    width: 33.333vw;
    left: 2.564vw;
    top: 2.564vw;
  }
}
.title .logo img {
  width: auto;
}

.bg_dot {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-image: radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-position: 0 0;
  background-size: 23.5px 23.5px;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 89.744vw;
    margin: auto;
    padding: 0;
  }
}
/*----------------
  header
----------------*/
#header .menu-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 120;
  background: #FBFC0F;
  border: none;
  cursor: pointer;
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #header .menu-trigger {
    height: 60px;
    width: 60px;
  }
}
#header .menu-trigger span {
  display: block;
  width: 50px;
  height: 4px;
  background: #FC0FC0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  #header .menu-trigger span {
    width: 30px;
    height: 2px;
  }
}
#header .menu-trigger span:nth-child(1) {
  top: calc(50% - 20px);
}
@media only screen and (max-width: 768px) {
  #header .menu-trigger span:nth-child(1) {
    top: calc(50% - 12px);
  }
}
#header .menu-trigger span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#header .menu-trigger span:nth-child(3) {
  top: calc(50% + 20px);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media only screen and (max-width: 768px) {
  #header .menu-trigger span:nth-child(3) {
    top: calc(50% + 12px);
  }
}
.is-open #header .menu-trigger span {
  top: 50%;
}
.is-open #header .menu-trigger span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.is-open #header .menu-trigger span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.is-open #header .menu-trigger span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
#header .menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.is-open #header .menu-overlay {
  opacity: 1;
  visibility: visible;
}
#header .menu-content {
  position: fixed;
  top: 0;
  right: 0;
  background: #ffffff;
  z-index: 110;
  padding: min(6.319vw, 91px) min(5vw, 72px);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  /* -------------- */
  background-color: #FC0FC0;
}
@media only screen and (max-width: 768px) {
  #header .menu-content {
    height: 100vh;
    width: 100%;
    padding: 15.385vw 18.462vw 0;
  }
}
.is-open #header .menu-content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#header .menu-content ul {
  list-style: none;
  padding: 0;
}
#header .menu-content ul li {
  text-align: center;
}
#header .menu-content ul li a {
  text-decoration: none;
  color: #333;
  font-size: min(4.861vw, 70px);
  font-weight: 400;
  color: #FBFC0F;
}
@media (min-width: 700px) {
  #header .menu-content ul li a {
    font-size: min(4.861vw, 70px) !important;
  }
}
@media only screen and (max-width: 768px) {
  #header .menu-content ul li a {
    font-size: 15.385vw;
    line-height: 1.4;
  }
}
#header .menu-content ul li a span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  #header .menu-content ul li a span {
    font-size: 4.103vw;
  }
}

body.is-open {
  overflow: hidden;
}

/* -----------------------------
common reset
------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
caption,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: left;
  list-style-type: none;
}

body {
  font-size: min(1.111vw, 16px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0.8px;
  -webkit-text-size-adjust: 100%;
  color: #272121;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    font-size: 3.59vw;
  }
}
body.fixed {
  position: fixed;
}

img {
  vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
  border: none;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  color: #272121;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

ul,
ol,
dl {
  list-style-position: outside;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  li,
  dt,
  dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

/*------------------------------
module
------------------------------*/
.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.clearFix {
  zoom: 1;
}

.textL {
  text-align: left;
}

.textC {
  text-align: center;
}

.textR {
  text-align: right;
}

.ps_ab {
  position: absolute;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* -----------------------------
font
------------------------------*/
.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

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

.biz-udpgothic {
  font-family: "BIZ UDPGothic", sans-serif;
  font-style: normal;
}

.changa-one {
  font-family: "Changa One", sans-serif;
  font-style: normal;
}

.changa-one-italic {
  font-family: "Changa One", sans-serif;
  font-style: italic;
}

.m-plus-1p {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
}

/* -----------------------------
layout
------------------------------*/
img {
  max-width: 100%;
  width: 100%;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

.sp-inline {
  display: none !important;
}

.pc-inline {
  display: inline-block !important;
}

ul.inline li {
  display: inline-block;
  vertical-align: top;
}

html, body {
  overflow-x: hidden;
}

.site-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}

body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.none {
  display: none !important;
}

.btn_type01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.944vw, 28px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #4C6200;
}
@media only screen and (max-width: 768px) {
  .btn_type01 {
    height: 17.436vw;
    font-size: 5.128vw;
    border-radius: 15.385vw;
    padding: 4.615vw 0;
  }
}
.btn_type01::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type01::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type01:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}
.btn_type01 .bold {
  font-weight: 800;
}

.btn_type02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  height: min(5.278vw, 76px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type02 {
    width: 79.487vw;
    height: 17.436vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type02 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn_type02::before {
  content: "";
  background-image: url(../img/common/btnparts.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type02::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type02 .bold {
  font-weight: 800;
}
.btn_type02:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_type03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(1.806vw, 26px);
  border-radius: min(4.167vw, 60px);
  font-weight: 500;
  width: min(29.167vw, 420px);
  padding: min(1.667vw, 24px) 0;
  background-color: #D7FF4E;
  color: #272121;
  border: none;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    width: 79.487vw;
    font-size: 5.641vw;
    padding: 5.128vw 0;
    border-radius: 15.385vw;
  }
}
.btn_type03 {
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .btn_type03 {
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 4px 4px 0 0 #272121;
  }
}
.btn_type03::before {
  content: "";
  background-image: url(../img/common/btnparts02.svg);
  width: min(4.306vw, 62px);
  height: min(1.944vw, 28px);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: min(2.083vw, 30px);
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
@media only screen and (max-width: 768px) {
  .btn_type03::before {
    width: 11.795vw;
    height: 5.385vw;
    right: 5.128vw;
  }
}
.btn_type03 .bold {
  font-weight: 800;
  display: block;
}
.btn_type03:hover {
  opacity: 1;
  -webkit-transform: translate(4px, 4px);
          transform: translate(4px, 4px);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}

.btn_off {
  background-color: #D9D9D9;
  pointer-events: none;
}
.btn_off::before {
  content: "";
  background-image: url(../img/common/btnparts_off.svg);
}
.btn_off span {
  color: #AAA;
}

.browser_box {
  -webkit-box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
          box-shadow: min(0.417vw, 6px) min(0.417vw, 6px) 0 0 #272121;
  border-radius: min(1.042vw, 15px);
  border: 3px solid var(--main_black, #272121);
  position: relative;
  background-image: -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), -webkit-radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(0, 0, 0, 0.05) 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 6px;
  background-size: 10px 12px;
}
@media only screen and (max-width: 768px) {
  .browser_box {
    border-radius: 3.846vw;
  }
}
.browser_box::before {
  content: "";
  background-image: url(../img/common/parts01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(6.042vw, 87px);
  height: min(1.458vw, 21px);
  position: absolute;
  right: min(2.778vw, 40px);
  top: min(1.319vw, 19px);
}
@media only screen and (max-width: 768px) {
  .browser_box::before {
    background-image: url(../img/common/parts01_sp.png);
    width: 12.308vw;
    height: 3.59vw;
    right: 1.282vw;
    top: 4.359vw;
  }
}
.browser_box h2, .browser_box h3 {
  font-size: min(3.194vw, 46px);
  font-family: "Changa One", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  color: #272121;
  text-align: center;
  margin: min(0.486vw, 7px) 0;
}
@media only screen and (max-width: 768px) {
  .browser_box h2, .browser_box h3 {
    font-size: 8.205vw;
    margin: 1.795vw 0;
    letter-spacing: 1px;
  }
}
.browser_box_info {
  background-color: #fff;
  border: 3px solid var(--main_black, #272121);
  -webkit-box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
          box-shadow: 8px 8px 0 0 rgba(0, 0, 0, 0.15) inset;
  border-radius: min(1.042vw, 15px);
  padding: min(4.028vw, 50px) 0 min(2.5vw, 36px);
  margin: 0 min(0.625vw, 9px) min(0.625vw, 9px);
}
@media only screen and (max-width: 768px) {
  .browser_box_info {
    border-radius: 3.846vw;
    padding: 6.41vw 0;
    margin: 0 2.308vw 2.308vw;
  }
}

.browser-box02 {
  background: #E8306E;
  border: 1px solid var(--main_black, #272121);
  border-radius: 7px;
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
}
@media only screen and (max-width: 768px) {
  .browser-box02 {
    border-radius: 7px;
  }
}
.browser-box02_head {
  text-align: center;
  color: #fff;
  padding: min(0.833vw, 12px) 0;
  font-size: min(1.25vw, 18px);
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .browser-box02_head {
    line-height: 100%;
    font-size: 4.615vw;
    padding: 3.077vw 0;
  }
}
.browser-box02_body {
  border-top: 2px solid #181E51;
  background: #fff;
  padding: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser-box02_body {
    padding: 2.564vw;
    border-radius: 0 0 7px 7px;
  }
}
.browser-box02_body .box-info_title {
  font-size: min(0.972vw, 14px);
}

.browser_box03 {
  padding: min(3.472vw, 50px) min(3.125vw, 45px);
  border-radius: 14px;
  border: 3px solid var(--main-main_black, #272121);
  background: var(--main-main_white, #FFF);
  /* cont_shadow */
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 {
    padding: 10.256vw 5.128vw;
    margin-bottom: 10.256vw;
  }
}
.browser_box03:last-of-type {
  margin-bottom: 0;
}
.browser_box03 h2 {
  padding-left: min(1.389vw, 20px);
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  margin-bottom: min(2.083vw, 30px);
  padding-bottom: min(1.389vw, 20px);
  border-bottom: 2px solid #272121;
}
@media only screen and (max-width: 768px) {
  .browser_box03 h2 {
    padding-left: 0;
    font-size: 5.128vw;
    margin-bottom: 3.077vw;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 h3 {
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='100%25' y2='1' stroke='%23000000' stroke-width='2' stroke-dasharray='2, 12' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 2px;
  margin-bottom: min(2.083vw, 30px);
  margin: 0 min(1.389vw, 20px) min(1.389vw, 20px) min(1.389vw, 20px);
  padding-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 h3 {
    font-size: 4.103vw;
    margin: 0;
    padding-bottom: 2.564vw;
  }
}
.browser_box03 .red {
  font-weight: 800;
  color: #E8306E;
}
.browser_box03 .box {
  margin-bottom: min(2.083vw, 30px);
  padding: 0 min(1.389vw, 20px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box {
    padding: 0;
    margin-bottom: 5.128vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box .bold {
  font-weight: 800;
}
.browser_box03 .box .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 .box02 {
  padding-left: min(1.389vw, 20px);
  margin-bottom: min(3.472vw, 50px);
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  .browser_box03 .box02 {
    padding-left: 0;
    margin-bottom: 10.256vw;
    font-size: 3.59vw;
  }
}
.browser_box03 .box02:last-of-type {
  margin-bottom: 0;
}
.browser_box03 .box02 .bold {
  font-weight: 800;
}
.browser_box03 .box02 .bold_title {
  font-weight: 800;
  display: block;
}
.browser_box03 .box02 .note li {
  text-indent: -1em;
  padding-left: 1em;
}
.browser_box03 a {
  text-decoration: underline;
  word-break: break-all;
  overflow-wrap: break-word;
}
.browser_box03 a:visited {
  color: #391DE1;
}

.title {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .title {
    width: 100%;
  }
}
.title .bg {
  position: absolute;
  top: -120%;
  left: -5%;
  width: 110%;
  height: 200%;
  background-color: #FC0FC0;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  z-index: -1;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .title .bg {
    top: -17%;
    height: 61.538vw;
    -webkit-transform: rotate(-4.345deg);
            transform: rotate(-4.345deg);
  }
}
.title .bg::after {
  content: "";
  position: absolute;
  top: -20%;
  left: -20%;
  width: 140%;
  height: 140%;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
  background-size: min(2.778vw, 40px) min(2.778vw, 40px);
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .title .bg::after {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-image: linear-gradient(rgba(255, 255, 255, 0.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.2) 1px, transparent 1px);
    background-size: 9.487vw 9.487vw;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
}
.title h1 {
  padding: min(4.861vw, 70px) 0 min(7.292vw, 105px);
  text-align: center;
  font-size: min(8.333vw, 120px);
  line-height: 1;
  color: #FBFC0F;
}
@media only screen and (max-width: 768px) {
  .title h1 {
    padding: 17.949vw 0 25.897vw;
    font-size: 17.949vw;
  }
}
.title h1 span {
  display: block;
  font-size: min(1.25vw, 18px);
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .title h1 span {
    font-size: 4.615vw;
  }
}
.title .logo {
  width: 224px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media only screen and (max-width: 768px) {
  .title .logo {
    width: 33.333vw;
    left: 2.564vw;
    top: 2.564vw;
  }
}
.title .logo img {
  width: auto;
}

.bg_dot {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-image: radial-gradient(circle, #efefef 1.75px, transparent 1.75px);
  background-position: 0 0;
  background-size: 23.5px 23.5px;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-inline {
    display: inline-block !important;
  }
  .pc-inline {
    display: none !important;
  }
  body {
    min-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: 89.744vw;
    margin: auto;
    padding: 0;
  }
}
/* -----------------------------
footer
------------------------------*/
.typ02 {
  position: relative;
  z-index: 2;
  padding: 0 0 min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  .typ02 {
    padding: 0 0 25.641vw;
  }
}
.typ02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background-color: #272121;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  z-index: -1;
  -webkit-transform: rotate(-6.92deg);
          transform: rotate(-6.92deg);
}
@media (min-width: 1441px) {
  .typ02::before {
    -webkit-transform: rotate(-6.92deg);
            transform: rotate(-6.92deg);
  }
}
@media (min-width: 2000px) {
  .typ02::before {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
}
@media only screen and (max-width: 768px) {
  .typ02::before {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
    top: -5%;
  }
}

footer {
  width: 100%;
  background-color: #272121;
  padding: min(4.167vw, 60px) 0;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 15.385vw 0;
  }
}
footer .btn_type01 {
  margin: auto;
  width: min(32.639vw, 470px);
  margin-bottom: min(2.778vw, 40px);
  padding-right: min(5.139vw, 74px);
}
@media only screen and (max-width: 768px) {
  footer .btn_type01 {
    width: 84.615vw;
    margin-bottom: 7.692vw;
    padding-right: 12.821vw;
    letter-spacing: 20;
  }
}
footer .btn_type01 .text {
  color: #272121;
}
footer .footer-logo,
footer .footer-logo02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo,
  footer .footer-logo02 {
    margin-bottom: 10.256vw;
  }
}
footer .footer-logo li,
footer .footer-logo02 li {
  margin-right: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo li,
  footer .footer-logo02 li {
    margin-right: 3.333vw;
  }
}
footer .footer-logo li img,
footer .footer-logo02 li img {
  width: min(10.417vw, 150px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo li img,
  footer .footer-logo02 li img {
    width: 24.359vw;
  }
}
footer .footer-logo li:last-of-type,
footer .footer-logo02 li:last-of-type {
  margin-right: 0;
}
footer .footer-logo .footer-logo02__icon img,
footer .footer-logo02 .footer-logo02__icon img {
  width: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo .footer-logo02__icon img,
  footer .footer-logo02 .footer-logo02__icon img {
    width: 12.821vw;
  }
}
footer .footer-logo2 {
  text-align: center;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo2 {
    margin-bottom: 7.692vw;
  }
}
footer .footer-logo2 img {
  width: min(12.5vw, 180px);
}
@media only screen and (max-width: 768px) {
  footer .footer-logo2 img {
    width: 30.769vw;
  }
}
footer .privacypolicy {
  text-align: center;
  margin-bottom: min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  footer .privacypolicy {
    margin: auto;
    margin-bottom: 5.128vw;
  }
}
footer .privacypolicy a {
  color: #fff;
  margin-right: min(0.694vw, 10px);
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  footer .privacypolicy a {
    font-size: 3.333vw;
    display: inline-block;
    margin-bottom: 2.564vw;
    margin-right: 2.564vw;
  }
}
footer .privacypolicy a:last-of-type {
  margin-right: 0;
}
footer .copyright {
  text-align: center;
}
footer .copyright img {
  width: min(10vw, 144px);
}
@media only screen and (max-width: 768px) {
  footer .copyright img {
    width: 36.923vw;
  }
}

body .inner {
  max-width: 1140px;
  padding: 0 20px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body .inner {
    max-width: 100%;
    padding: 0 5.128vw;
  }
}
body #main {
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #efefef 2.25px, transparent 2.25px);
  background-image: radial-gradient(circle, #efefef 2.25px, transparent 2.25px);
  background-position: 0 0;
  background-size: 24.5px 24.5px;
  padding-bottom: min(16.667vw, 240px);
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body #main {
    padding-bottom: 30.769vw;
  }
}
body #main .table {
  margin-bottom: min(2.083vw, 30px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main .table {
    border: 2px solid #272121;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 7.692vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .table .scroll-bg-img {
    position: -webkit-sticky;
    position: sticky;
    left: 40%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
    width: 30.769vw;
    margin-top: -30.769vw;
    height: auto;
    pointer-events: none;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    will-change: opacity;
    margin-left: 0;
    display: block;
  }
}
body #main .table table {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  border: 3px solid #272121;
  border-collapse: collapse;
  width: 100%;
}
@-moz-document url-prefix() {
  body #main .table table {
    border-collapse: separate;
    border-spacing: 0;
    border-bottom: 3px solid #272121;
  }
}
@media only screen and (max-width: 768px) {
  body #main .table table {
    min-width: 1100px;
    width: 1100px;
    border: 2px solid #272121;
  }
}
@media only screen and (max-width: 768px) {
  body #main .table table tr:first-of-type {
    border-left: 1px #272121;
  }
}
body #main .table table tr:nth-last-child(12) td:first-child,
body #main .table table tr:nth-last-child(3) td:first-child,
body #main .table table tr:nth-last-child(1) td:first-child {
  background-image: none;
  width: 85px;
  min-width: 85px;
  max-width: 85px;
}
@media only screen and (max-width: 768px) {
  body #main .table table tr:nth-last-child(12) td:first-child,
  body #main .table table tr:nth-last-child(3) td:first-child,
  body #main .table table tr:nth-last-child(1) td:first-child {
    width: 20.513vw;
    min-width: 20.513vw;
    max-width: 20.513vw;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    -webkit-box-shadow: inset -1px 0 0 0 #272121;
            box-shadow: inset -1px 0 0 0 #272121;
    position: sticky;
    left: -1px;
    box-shadow: inset -1px 0 0 0 #272121;
  }
}
body #main .table table tr:nth-last-child(12) td:first-child {
  background-color: #D7FF4E;
  background-image: none;
}
body #main .table table tr:nth-last-child(3) td:first-child {
  background-color: #FFACD3;
  background-image: none;
}
body #main .table table tr:nth-last-child(1) td:first-child {
  background-color: #93DCD8;
  background-image: none;
}
body #main .table table th, body #main .table table td {
  font-weight: 800;
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  body #main .table table th, body #main .table table td {
    font-size: 3.59vw;
  }
}
body #main .table table th .note, body #main .table table td .note {
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  body #main .table table th .note, body #main .table table td .note {
    font-size: 2.564vw;
  }
}
body #main .table table th .zei, body #main .table table td .zei {
  font-size: min(0.694vw, 10px);
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  body #main .table table th .zei, body #main .table table td .zei {
    font-size: 2.564vw;
  }
}
body #main .table table th {
  background-color: #272121;
  color: #fff;
  border-right: #fff solid 1px;
  text-align: center;
  font-size: min(0.972vw, 14px);
  line-height: 110%;
  height: min(3.194vw, 46px);
}
@media only screen and (max-width: 768px) {
  body #main .table table th {
    font-size: 3.59vw;
    height: 11.795vw;
  }
}
body #main .table table th:last-of-type {
  border-right: none;
}
body #main .table table th:nth-of-type(1) {
  width: 37.27%;
}
body #main .table table th:nth-of-type(3),
body #main .table table th:nth-of-type(4) {
  width: 10%;
}
body #main .table table th:last-of-type {
  width: 22.7%;
}
body #main .table table tr:nth-last-child(3) td:first-child {
  width: min(7.639vw, 110px);
  height: min(5.556vw, 80px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body #main .table table tr:nth-last-child(3) td:first-child {
    width: 28.205vw;
    height: 20.513vw;
  }
}
body #main .table table tr:nth-last-child(1) td:first-child {
  width: min(7.639vw, 110px);
  height: min(5.556vw, 80px);
  padding: 0;
}
@media only screen and (max-width: 768px) {
  body #main .table table tr:nth-last-child(1) td:first-child {
    width: 28.205vw;
    height: 20.513vw;
  }
}
body #main .table table td {
  background-color: #ffffff;
  border: 1px solid #272121;
  padding: 11px;
  text-align: center;
  line-height: 1;
  font-size: min(0.972vw, 14px);
}
@media only screen and (max-width: 768px) {
  body #main .table table td {
    font-size: 3.59vw;
  }
}
body #main .table table td .pink {
  display: block;
  background-color: #FC0FC0;
  font-size: min(0.833vw, 12px);
  font-weight: 800;
  padding: min(0.486vw, 7px);
  color: #fff;
  border-radius: 100px;
}
@media only screen and (max-width: 768px) {
  body #main .table table td .pink {
    font-size: 3.077vw;
    padding: 1.795vw;
    line-height: 1.6;
  }
}
body #main .table table td .pink_title {
  display: block;
  font-size: min(1.111vw, 16px);
}
@media only screen and (max-width: 768px) {
  body #main .table table td .pink_title {
    font-size: 3.59vw;
  }
}
body #main .table table td .sub {
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  body #main .table table td .sub {
    font-size: 3.077vw;
  }
}
body #main .table table .dot {
  background-image: -webkit-radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px), -webkit-radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px);
  background-image: radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px), radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px);
  background-position: 0 0, 2.75px 5.5px;
  background-size: 5.5px 11px;
}
body #main .table table .ta_l {
  text-align: left;
  font-size: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  body #main .table table .ta_l {
    font-size: 3.59vw;
  }
}
body #main .table table .lh {
  line-height: 1.4;
}
body #main .table table .pink_td {
  padding: min(0.486vw, 7px);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body #main .table table .pink_td {
    padding: 1.795vw;
  }
}
body #main .table table .is-border-bold {
  border-bottom: 2px solid #272121 !important;
}
body #main .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  body #main .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body #main .flex .box {
  width: min(35.694vw, 514px);
}
@media only screen and (max-width: 768px) {
  body #main .flex .box {
    width: 100%;
  }
}
body #main .flex .box .btn_type03 {
  width: 100%;
  font-size: min(1.528vw, 22px);
  padding: min(1.042vw, 15px) 0;
  border: 1px solid var(--main_black, #272121);
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px), -webkit-radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px);
  background-image: radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px), radial-gradient(circle, #f1f1f5 0.75px, transparent 0.75px);
  background-position: 0 0, 2.75px 5.5px;
  background-size: 5.5px 11px;
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
  margin-bottom: min(2.5vw, 36px);
}
body #main .flex .box .img {
  margin: auto;
  width: min(28.611vw, 412px);
}
body #main .stage {
  width: min(70.139vw, 1010px);
  margin: auto;
  margin-bottom: min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  body #main .stage {
    width: 100%;
    margin-bottom: 15.385vw;
  }
}
body #main .vip h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: min(2.222vw, 32px) !important;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  body #main .vip h3 {
    font-size: 5.641vw !important;
  }
}
body #main .vip_img {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .vip_img {
    margin-bottom: 5.128vw;
  }
}
body #main .vip_note {
  font-size: min(1.042vw, 15px);
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  body #main .vip_note {
    font-size: 3.077vw;
  }
}
body #main .streaming .note {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .streaming .note {
    margin-bottom: 7.692vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .--en h3 {
    font-size: 6.667vw;
    line-height: 65%;
    padding-right: 10.256vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .--en h3 span {
    font-size: 3.59vw;
  }
}
body #main .--en h5 {
  margin-bottom: min(0.694vw, 10px) !important;
}
@media only screen and (max-width: 768px) {
  body #main .--en h5 {
    margin-bottom: 5.128vw !important;
  }
}
body #main .--en .btnarea_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .--en .btnarea_text {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 5.128vw;
  }
}
body #main .--en .btnarea_text p {
  color: #F3465A;
  font-weight: 700;
  width: min(20.833vw, 300px);
}
@media only screen and (max-width: 768px) {
  body #main .--en .btnarea_text p {
    width: 100% !important;
  }
}
body #main .--en .btnbox a {
  font-size: min(0.972vw, 14px) !important;
  padding: min(1.042vw, 15px) min(3.819vw, 55px) min(1.042vw, 15px) 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  body #main .--en .btnbox a {
    font-size: 3.59vw;
    padding: 2.051vw 15.385vw 2.051vw 0 !important;
  }
}
body #main .--en .btnbox a .text {
  display: block;
  padding-right: 0 !important;
  padding-left: min(1.736vw, 25px);
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  body #main .--en .btnbox a .text {
    font-size: 3.59vw;
    padding-left: 6.41vw;
  }
}
body #main .--en .btnbox a .bold {
  font-size: min(1.389vw, 20px);
  display: block;
}
@media only screen and (max-width: 768px) {
  body #main .--en .btnbox a .bold {
    font-size: 5.128vw;
  }
}
body #main .--green {
  background-color: #0BDA9F !important;
}
body #main .--green::before {
  top: min(1.042vw, 15px);
  background-image: url(../img/common/parts02.png);
}
@media only screen and (max-width: 768px) {
  body #main .--green::before {
    top: 3.846vw;
    background-image: url(../img/common/parts02_sp.png);
  }
}
body #main .--green h3 {
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: min(2.222vw, 32px) !important;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  body #main .--green h3 {
    font-size: 5.641vw !important;
  }
}
body #main .--green h4 {
  width: min(50.486vw, 727px);
  margin: auto;
  margin-bottom: 0 !important;
  border-bottom: none !important;
  padding-left: 0 !important;
  padding-bottom: min(1.181vw, 17px) !important;
}
@media only screen and (max-width: 768px) {
  body #main .--green h4 {
    width: 68.718vw;
    padding-bottom: 3.333vw !important;
  }
}
body #main .--green .fm {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm {
    -webkit-box-align: none;
    -webkit-align-items: none;
        -ms-flex-align: none;
            align-items: none;
    -webkit-flex-wrap: wrap-reverse;
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse;
  }
}
body #main .--green .fm-subtitle {
  font-size: min(1.319vw, 19px);
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  margin-bottom: min(1.389vw, 20px);
  height: min(3.819vw, 55px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-subtitle {
    font-size: 4.103vw;
    height: 8.205vw;
  }
}
body #main .--green .fm-subtitle_text {
  font-size: 3.846vw;
  font-weight: 700;
  margin-bottom: 3.846vw;
}
body #main .--green .fm-info {
  width: 56.1%;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info {
    width: 100%;
  }
}
body #main .--green .fm-info_subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info_subtitle {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 3.846vw;
    text-align: center;
    gap: 0;
    margin-bottom: 3.077vw;
  }
}
body #main .--green .fm-info_subtitle:last-of-type {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info_subtitle:last-of-type {
    margin-bottom: 5.128vw;
  }
}
body #main .--green .fm-info_subtitle .main {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background: #0BDABF;
  height: min(3.125vw, 45px);
  font-size: min(1.25vw, 18px);
  padding: 0 1em;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info_subtitle .main {
    height: 7.692vw;
    font-size: 3.59vw;
    width: 64.615vw;
    margin: auto;
    margin-bottom: 2.308vw;
  }
}
body #main .--green .fm-info_subtitle .sub {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info_subtitle .sub {
    text-align: center;
    font-size: 3.846vw;
    margin: auto;
  }
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info .note {
    width: 68.205vw;
    margin: auto;
  }
}
body #main .--green .fm-info .note li {
  font-size: min(0.833vw, 12px);
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-info .note li {
    font-size: 3.077vw;
  }
}
body #main .--green .fm-img {
  width: 37.3%;
}
@media only screen and (max-width: 768px) {
  body #main .--green .fm-img {
    width: 69.231vw;
    margin: auto;
    margin-bottom: 2.564vw;
  }
}
body #main .--blue {
  background-color: #00D5F9 !important;
}
body #main .--blue .bold {
  font-weight: 700;
}
body #main .--pink {
  background-color: #FC0FC0 !important;
}
body #main .--pink::before {
  top: min(1.042vw, 15px);
  background-image: url(../img/common/parts02.png);
}
@media only screen and (max-width: 768px) {
  body #main .--pink::before {
    top: 3.846vw;
    background-image: url(../img/common/parts02_sp.png);
  }
}
body #main .--pink h3 {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body #main .--pink h3 {
    font-size: 6.41vw;
  }
}
body #main .--goods {
  background-color: #F7B92A !important;
}
body #main .--goods h3 {
  font-family: "M PLUS 1p", sans-serif;
  font-size: min(1.806vw, 26px);
  font-weight: 800;
  background-color: #FDEFE0;
  padding: min(1.389vw, 20px) 0;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main .--goods h3 {
    font-size: 5.128vw;
    padding: 5.128vw 0;
    margin-bottom: 5.128vw;
  }
}
body #main .--goods .day {
  color: var(--main-main_blue, #391DE1);
  text-align: center;
  font-family: "M PLUS 1p";
  font-size: min(1.806vw, 26px);
  font-style: normal;
  font-weight: 700;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .--goods .day {
    font-size: 5.128vw;
    margin-bottom: 5.128vw;
  }
}
body #main .--goods .goods-note {
  width: 100%;
  text-align: center;
}
body #main .--goods .goods-note li {
  text-indent: -1em;
  padding-left: 1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body #main .--goods .goods-note li {
    text-align: left;
  }
}
body #main .--goods .btn_type02 {
  font-size: min(1.389vw, 20px);
  margin: auto;
  margin-bottom: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  body #main .--goods .btn_type02 {
    width: 100% !important;
    font-size: 5.128vw;
    margin-bottom: 10.256vw;
    text-align: left;
    padding: 3.077vw 0;
    line-height: 1.2;
  }
}
body #main .--goods .btn_type02::before {
  width: min(3.333vw, 48px);
  height: min(1.528vw, 22px);
}
@media only screen and (max-width: 768px) {
  body #main .--goods .btn_type02::before {
    width: 10.256vw;
    height: 4.615vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .--goods .btn_type02 .bold {
    display: block;
    font-size: 4.872vw;
  }
}
body #main .--goods .btn_type02 .text {
  padding-right: min(4.167vw, 60px);
}
@media only screen and (max-width: 768px) {
  body #main .--goods .btn_type02 .text {
    font-size: 3.59vw;
    display: block;
    padding-right: 10.256vw;
  }
}
body #main .--goodsbrowser_box03 .box:first-of-type {
  max-width: 100%;
}
body #main .browser_box {
  background-color: #FBFC0F;
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box {
    margin-bottom: 10.256vw;
  }
}
body #main .browser_box:last-of-type {
  margin-bottom: 0;
}
body #main .browser_box_info {
  padding: min(3.472vw, 50px) min(2.292vw, 33px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info {
    padding: 10.256vw 3.846vw;
  }
}
body #main .browser_box_info h4 {
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  padding: 0 0 min(1.389vw, 20px) min(1.389vw, 20px);
  border-bottom: 2px solid #272121;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info h4 {
    font-size: 5.128vw;
    padding: 0 0 1.282vw 0;
    margin-bottom: 3.846vw;
  }
}
body #main .browser_box_info h5 {
  color: #F3465A;
  font-size: min(1.389vw, 20px);
  font-weight: 800;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info h5 {
    font-size: 4.103vw;
    margin-bottom: 2.564vw;
  }
}
body #main .browser_box_info .subttl {
  font-size: min(1.111vw, 16px);
  font-weight: 800;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .subttl {
    font-size: 3.59vw;
    margin-bottom: 2.564vw;
  }
}
body #main .browser_box_info .textarea {
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .textarea {
    margin-bottom: 5.128vw;
  }
}
body #main .browser_box_info .textarea p {
  font-weight: 500;
  font-size: min(1.111vw, 16px);
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .textarea p {
    font-size: 3.59vw;
    padding: 0;
  }
}
body #main .browser_box_info .textarea p .bold {
  font-weight: 800;
}
body #main .browser_box_info .btnbox {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnbox {
    width: 100%;
    margin-bottom: 10.256vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnbox a {
    width: 100% !important;
    -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 6px 6px 0 0 #272121;
            box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.15) inset, 6px 6px 0 0 #272121;
  }
}
body #main .browser_box_info .btnbox a:first-of-type {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnbox a:first-of-type {
    margin-bottom: 3.846vw;
  }
}
body #main .browser_box_info .btnarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body #main .browser_box_info .btnarea_text .text {
  font-weight: 800;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea_text .text {
    margin-bottom: 3.846vw;
  }
}
body #main .browser_box_info .btnarea .--w600 {
  max-width: 62.24%;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .--w600 {
    max-width: 100%;
  }
}
body #main .browser_box_info .btnarea .btn_type02 {
  font-size: min(1.389vw, 20px);
  width: min(19.722vw, 284px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type02 {
    font-size: 5.128vw;
    width: 74.359vw;
    margin: auto;
    margin-bottom: 2.564vw;
    padding: 3.846vw 0;
  }
}
body #main .browser_box_info .btnarea .btn_type02:before {
  width: min(3.333vw, 48px);
  height: min(1.528vw, 22px);
  right: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type02:before {
    width: 10.256vw;
    height: 4.615vw;
    right: 5.128vw;
  }
}
body #main .browser_box_info .btnarea .btn_type02 .text {
  padding-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type02 .text {
    padding-right: 12.821vw;
  }
}
body #main .browser_box_info .btnarea .btn_type03 {
  font-size: min(1.389vw, 20px);
  width: min(19.722vw, 284px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type03 {
    font-size: 5.128vw;
    width: 74.359vw;
    margin: auto;
    margin-bottom: 2.564vw;
    padding: 3.846vw 0;
  }
}
body #main .browser_box_info .btnarea .btn_type03:before {
  width: min(3.333vw, 48px);
  height: min(1.528vw, 22px);
  right: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type03:before {
    width: 3.846vw;
    height: 3.846vw;
    right: 5.128vw;
  }
}
body #main .browser_box_info .btnarea .btn_type03 .text {
  padding-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .btnarea .btn_type03 .text {
    padding-right: 0;
  }
}
body #main .browser_box_info .btnarea .btn_type03 .text .bold {
  display: inline;
}
body #main .browser_box_info .innerarea {
  margin: 0 min(1.389vw, 20px) min(1.389vw, 20px) min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .innerarea {
    margin: 0 0 5.128vw;
  }
}
body #main .browser_box_info .innerarea:last-of-type {
  margin-bottom: 0;
}
body #main .browser_box_info .border {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='100%25' y2='1' stroke='%23000000' stroke-width='2' stroke-dasharray='2, 12' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 2px;
  padding-bottom: min(1.389vw, 20px);
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .border {
    padding-bottom: 5.128vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .note {
    width: 100%;
  }
}
body #main .browser_box_info .note ul li {
  font-size: min(0.972vw, 14px);
  text-indent: -1em;
  padding-left: 1em;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .note ul li {
    font-size: 3.59vw;
  }
}
body #main .browser_box_info .note a {
  text-decoration: underline;
}
body #main .browser_box_info .note a:visited {
  color: #391DE1;
}
body #main .browser_box_info .red {
  color: #F3465A;
}
body #main .browser_box_info .ticket_box {
  max-width: 980px;
  margin: auto;
  margin-bottom: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .ticket_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body #main .browser_box_info .ticket_box .img {
  width: 30.93%;
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .ticket_box .img {
    width: 100%;
    margin-bottom: 5.128vw;
  }
}
body #main .browser_box_info .ticket_box .img::last-of-type {
  margin-bottom: 0;
}
body #main .browser_box_info .multiangle_title {
  font-size: min(1.389vw, 20px);
  color: #F3465A;
  font-weight: 800;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .multiangle_title {
    font-size: 5.128vw;
    margin-bottom: 3.59vw;
  }
}
body #main .browser_box_info .multiangle_subtitle {
  font-weight: 700;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .multiangle_subtitle {
    margin-bottom: 3.59vw;
  }
}
body #main .browser_box_info .multiangle_img {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .browser_box_info .multiangle_img {
    margin-bottom: 5.128vw;
  }
}
body #main .browser_box_info .multiangle .note {
  width: 100%;
  margin-bottom: 0;
}
body #main .browser_box_info .multiangle a {
  text-decoration: underline;
}
body #main .browser_box_info .multiangle a:visited {
  color: #391DE1;
}
body #main .jtb .title01 {
  width: min(27.153vw, 391px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body #main .jtb .title01 {
    width: 58.205vw;
  }
}
body #main .jtb .title02 {
  font-size: min(1.528vw, 22px);
  font-weight: 800;
  color: #F3465A;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body #main .jtb .title02 {
    font-size: 5.641vw;
    line-height: 1.2;
  }
}
body #main .jtb .title03 {
  font-size: min(1.806vw, 26px);
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body #main .jtb .title03 {
    font-size: 4.615vw;
    margin-bottom: 2.564vw;
  }
}
body #main .jtb .title04 {
  font-size: min(1.111vw, 16px);
  text-align: center;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .title04 {
    font-size: 3.59vw;
    margin-bottom: 4.615vw;
  }
}
body #main .jtb .bold01 {
  font-size: min(2.639vw, 38px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .bold01 {
    font-size: 8.205vw;
  }
}
body #main .jtb .bold02 {
  font-size: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .bold02 {
    font-size: 5.641vw;
  }
}
body #main .jtb .bold03 {
  font-size: min(2.431vw, 35px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .bold03 {
    font-size: 6.667vw;
  }
}
body #main .jtb .bold04 {
  font-size: min(1.806vw, 26px);
  color: #F3465A;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  body #main .jtb .bold04 {
    font-size: 5.128vw;
  }
}
body #main .jtb .browser-box02 {
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .browser-box02 {
    margin-bottom: 5.128vw;
  }
}
body #main .jtb_box {
  border-radius: 7px;
  background: var(--main-main_pink, #FFF3FC);
  padding: min(1.736vw, 25px) min(2.5vw, 36px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box {
    padding: 6.667vw 2.564vw 5.128vw;
  }
}
body #main .jtb_box .title {
  font-size: min(1.389vw, 20px);
  text-align: center;
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .title {
    font-size: 4.615vw;
  }
}
body #main .jtb_box .subtitle {
  text-align: center;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .subtitle {
    font-size: 3.333vw;
  }
}
body #main .jtb_box .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex {
    margin-bottom: 5.128vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
body #main .jtb_box .flex .btn_type02 {
  position: absolute;
  top: 68%;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 4px), calc(-50% - 4px));
          transform: translate(calc(-50% - 4px), calc(-50% - 4px));
  -webkit-box-shadow: 4px 4px 0 0 #272121;
          box-shadow: 4px 4px 0 0 #272121;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  transition: transform 0.2s ease, box-shadow 0.2s ease, -webkit-transform 0.2s ease, -webkit-box-shadow 0.2s ease;
  width: min(20.833vw, 300px);
  height: min(4.167vw, 60px);
  font-size: min(1.389vw, 20px);
  padding: min(1.181vw, 17px) 0;
  color: #272121;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .btn_type02 {
    top: 70%;
    width: 51.282vw;
    height: 13.846vw;
    font-size: 4.103vw;
    padding: 2.564vw 0;
  }
}
body #main .jtb_box .flex .btn_type02:hover {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
          box-shadow: 0 min(0.278vw, 4px) 0 0 rgba(0, 0, 0, 0.15) inset, 0 0 0 0 #272121;
}
body #main .jtb_box .flex .btn_type02::before {
  width: min(3.333vw, 48px);
  height: min(1.528vw, 22px);
  right: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .btn_type02::before {
    width: 7.949vw;
    height: 3.846vw;
    right: 2.564vw;
  }
}
body #main .jtb_box .flex .btn_type02 .text {
  padding-right: min(2.778vw, 40px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .btn_type02 .text {
    font-size: 3.59vw;
    padding-right: 7.692vw;
  }
}
body #main .jtb_box .flex .plan01 {
  width: 46%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .plan01 {
    width: 100%;
  }
}
body #main .jtb_box .flex .or {
  font-size: min(2.5vw, 36px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .or {
    font-size: 7.179vw;
    text-align: center;
    line-height: 1;
    margin-bottom: 1.282vw;
  }
}
body #main .jtb_box .flex .plan02 {
  width: 46%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .flex .plan02 {
    width: 100%;
  }
}
body #main .jtb_box .jtb_planimg {
  margin-bottom: min(0.347vw, 5px);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .jtb_planimg {
    margin-bottom: 3.077vw;
  }
}
body #main .jtb_box .jtb_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .jtb_info {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body #main .jtb_box .jtb_info p {
  text-align: right;
  font-size: min(0.833vw, 12px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .jtb_info p {
    font-size: 2.821vw;
    text-align: center;
  }
}
body #main .jtb_box .jtb_info .logo {
  margin-bottom: min(-0.347vw, -5px);
  margin-left: min(1.042vw, 15px);
  display: inline-block;
  width: min(9.306vw, 134px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb_box .jtb_info .logo {
    margin-left: 0;
    margin-bottom: 0;
    width: 34.359vw;
  }
}
body #main .jtb .jtb_note .box {
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main .jtb .jtb_note .box {
    margin-bottom: 5.128vw;
  }
}
body #main .jtb .jtb_note .box:last-of-type {
  margin-bottom: 0;
}
body #main .jtb .jtb_note .box .bold {
  font-weight: 800;
}
body #main .jtb .jtb_note .box .bold_title {
  font-weight: 800;
  display: block;
}
body #main .jtb .jtb_note .box a {
  color: #391DE1;
  text-decoration: underline;
}
body #main .jtb .jtb_note .box .note {
  width: 100% !important;
}
body #main .jtb .jtb_note .box .note li {
  text-indent: -1em;
  padding-left: 1em;
}