@charset "UTF-8";
/* -----------------------------
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;
  }
}

html {
  scrollbar-gutter: stable;
}

body #opening-overlay {
  position: fixed;
  inset: 0;
  background-color: #000;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-animation: bgToWhite 0.3s forwards 1s, overlayExit 0.4s forwards 2.2s;
          animation: bgToWhite 0.3s forwards 1s, overlayExit 0.4s forwards 2.2s;
}
body .opening-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100vh;
}
body .opening-container .slide-row {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
body .opening-container .slide-row.left-side {
  -webkit-animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, slideOutLeft 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, slideOutLeft 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
body .opening-container .slide-row.right-side {
  -webkit-animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, slideOutRight 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
          animation: slideInRight 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards, slideOutRight 0.7s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
body .opening-container .slide-row {
  /* --- PC表示 --- */
  height: 20%;
  display: block;
}
body .opening-container .slide-row.sp-only {
  display: none;
}
body .opening-container .slide-row {
  /* PC用の遅延設定 */
}
body .opening-container .slide-row:nth-child(1) {
  -webkit-animation-delay: 0s, 1.6s;
          animation-delay: 0s, 1.6s;
}
body .opening-container .slide-row:nth-child(2) {
  -webkit-animation-delay: 0.1s, 1.7s;
          animation-delay: 0.1s, 1.7s;
}
body .opening-container .slide-row:nth-child(3) {
  -webkit-animation-delay: 0.2s, 1.8s;
          animation-delay: 0.2s, 1.8s;
}
body .opening-container .slide-row:nth-child(4) {
  -webkit-animation-delay: 0.05s, 1.65s;
          animation-delay: 0.05s, 1.65s;
}
body .opening-container .slide-row:nth-child(5) {
  -webkit-animation-delay: 0.15s, 1.75s;
          animation-delay: 0.15s, 1.75s;
}
body .opening-container .slide-row {
  /* --- SP表示 --- */
}
@media screen and (max-width: 768px) {
  body .opening-container .slide-row {
    height: 14.28%;
    display: none;
  }
  body .opening-container .slide-row.sp-only {
    display: block;
  }
  body .opening-container .slide-row {
    /* SP用（6枚目〜12枚目）の遅延設定を上書き */
  }
  body .opening-container .slide-row:nth-child(6) {
    -webkit-animation-delay: 0s, 1.6s;
            animation-delay: 0s, 1.6s;
  }
  body .opening-container .slide-row:nth-child(7) {
    -webkit-animation-delay: 0.1s, 1.7s;
            animation-delay: 0.1s, 1.7s;
  }
  body .opening-container .slide-row:nth-child(8) {
    -webkit-animation-delay: 0.2s, 1.8s;
            animation-delay: 0.2s, 1.8s;
  }
  body .opening-container .slide-row:nth-child(9) {
    -webkit-animation-delay: 0.05s, 1.65s;
            animation-delay: 0.05s, 1.65s;
  }
  body .opening-container .slide-row:nth-child(10) {
    -webkit-animation-delay: 0.15s, 1.75s;
            animation-delay: 0.15s, 1.75s;
  }
  body .opening-container .slide-row:nth-child(11) {
    -webkit-animation-delay: 0.25s, 1.85s;
            animation-delay: 0.25s, 1.85s;
  }
  body .opening-container .slide-row:nth-child(12) {
    -webkit-animation-delay: 0.3s, 1.9s;
            animation-delay: 0.3s, 1.9s;
  }
}
body #main-content {
  opacity: 0;
  -webkit-transform: scale(0.95) translateY(30px);
          transform: scale(0.95) translateY(30px);
  -webkit-filter: blur(15px);
          filter: blur(15px);
  -webkit-animation: mainFadeInVerySlow 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards 4.3s;
          animation: mainFadeInVerySlow 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards 4.3s;
}
body {
  /* ============================================================
     Keyframes
     ============================================================ */
}
@-webkit-keyframes bgToWhite {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes bgToWhite {
  0% {
    background-color: #000;
  }
  100% {
    background-color: #fff;
  }
}
@-webkit-keyframes overlayExit {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes overlayExit {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 1;
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 1;
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 1;
  }
}
@-webkit-keyframes mainFadeInVerySlow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(30px);
            transform: scale(0.95) translateY(30px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  40% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes mainFadeInVerySlow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95) translateY(30px);
            transform: scale(0.95) translateY(30px);
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  40% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
body .site-wrapper {
  position: relative;
  width: 100%;
  overflow: clip;
}
body body.is-locked {
  overflow: hidden;
}
body #main {
  width: 100%;
  z-index: 1;
}
body #main .inner {
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
body #main .mainlogo {
  position: absolute;
  left: 50%;
  bottom: min(0.347vw, 5px);
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  width: min(33.333vw, 480px);
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
}
@media only screen and (max-width: 768px) {
  body #main .mainlogo {
    position: absolute;
    top: 91.282vw;
    bottom: auto;
    width: 64.103vw;
  }
}
body #main .mainlogo.is-visible {
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
body #main #kv {
  position: relative;
  height: 100svh;
  background: url(../img/top/kv.webp) no-repeat center top/cover;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body #main #kv {
    background: url(../img/top/kv_sp.webp) no-repeat center top/cover;
    height: 128.205vw;
  }
}
body #main #kv .kv_abemalogo {
  position: absolute;
  left: min(1.389vw, 20px);
  top: min(1.389vw, 20px);
  width: min(13.889vw, 200px);
}
@media only screen and (max-width: 768px) {
  body #main #kv .kv_abemalogo {
    left: 2.564vw;
    top: 2.564vw;
    width: 25.641vw;
  }
}
body #main #info {
  background-color: #272121;
  padding: min(2.153vw, 31px) 0 min(6.042vw, 87px) 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main #info {
    padding: 5.641vw 0 15.385vw;
    z-index: 2;
    margin-top: -2.564vw;
  }
}
body #main #info::after {
  content: "";
  position: absolute;
  height: 50%;
  bottom: -10%;
  left: -10%;
  z-index: -1;
  background-color: #272121;
  width: 110%;
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
@media only screen and (max-width: 768px) {
  body #main #info::after {
    -webkit-transform: rotate(-6.76deg);
            transform: rotate(-6.76deg);
  }
}
body #main #info .dot {
  position: relative;
}
body #main #info .dot::before {
  content: "";
  background-image: url(../img/top/comic01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(44.444vw, 640px);
  height: min(26.667vw, 384px);
  position: absolute;
  left: max(-57.986vw, -835px);
  bottom: max(-9.514vw, -137px);
}
@media only screen and (max-width: 768px) {
  body #main #info .dot::before {
    background-image: url(../img/top/comic01_sp.png);
    width: 54.359vw;
    height: 31.795vw;
    left: -5.128vw;
    bottom: -20.513vw;
  }
}
body #main #info .dot::after {
  content: "";
  background-image: url(../img/top/comic02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(44.444vw, 640px);
  height: min(26.667vw, 384px);
  position: absolute;
  right: max(-43.403vw, -625px);
  top: max(-8.819vw, -127px);
}
@media only screen and (max-width: 768px) {
  body #main #info .dot::after {
    background-image: url(../img/top/comic02_sp.png);
    width: 33.846vw;
    height: 42.564vw;
    right: -5.128vw;
    top: -7.692vw;
  }
}
body #main #info .vector {
  z-index: -1;
  position: static;
}
body #main #info .vector::before {
  content: "";
  background-image: url(../img/top/vector01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(32.569vw, 469px);
  height: min(26.389vw, 380px);
  position: absolute;
  left: max(-31.25vw, -450px);
  top: max(-4.097vw, -59px);
}
@media only screen and (max-width: 768px) {
  body #main #info .vector::before {
    background-image: url(../img/top/vector01_sp.png);
    width: 8.205vw;
    left: -5.128vw;
    top: -5.128vw;
  }
}
body #main #info .vector::after {
  content: "";
  background-image: url(../img/top/vector02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(65.417vw, 942px);
  height: min(54.514vw, 785px);
  position: absolute;
  right: max(-48.611vw, -700px);
  bottom: -150px;
}
@media only screen and (max-width: 768px) {
  body #main #info .vector::after {
    background-image: url(../img/top/vector02_sp.png);
    width: 42.051vw;
    right: -10.256vw;
    bottom: -24.359vw;
  }
}
body #main #info .inner {
  max-width: 1060px;
  padding: 0 20px;
  margin: auto;
  font-size: min(5.556vw, 80px);
}
@media (max-width: 820px) {
  body #main #info .inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  body #main #info .inner {
    max-width: 100%;
    padding: 0 5.128vw;
  }
}
body #main #info .inner .day {
  width: min(67.5vw, 972px);
  margin: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .day {
    width: auto;
  }
}
body #main #info .inner .flex {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 972px;
  margin: auto;
  margin-bottom: min(3.125vw, 45px);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .flex {
    max-width: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 10.513vw;
  }
}
body #main #info .inner .left {
  width: min(33.333vw, 480px);
  margin-right: min(3.472vw, 50px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left {
    margin-right: 0;
    width: 84.615vw;
    margin: auto;
    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;
    margin-bottom: 7.692vw;
  }
}
body #main #info .inner .left_box {
  width: 100%;
  background-color: #FBFC0F;
  color: #272121;
  font-size: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box {
    width: 41.026vw;
  }
}
body #main #info .inner .left_box:first-of-type {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box:first-of-type {
    margin-bottom: 0;
  }
}
body #main #info .inner .left_box .dayinfo {
  font-size: min(1.389vw, 20px);
  font-weight: 900;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .dayinfo {
    font-size: 3.333vw;
    margin-bottom: 1.282vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .day {
    font-size: 4.615vw;
    font-weight: 900;
    display: block;
    margin-bottom: 0;
  }
}
body #main #info .inner .left_box .open {
  color: #FBFC0F;
  background-color: #272121;
  border-right: 2px solid var(--main_yellow, #FBFC0F);
  border-bottom: 2px solid var(--main_yellow, #FBFC0F);
  border-left: 2px solid var(--main_yellow, #FBFC0F);
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .open {
    padding: 1.282vw 0;
  }
}
body #main #info .inner .left_box .open .slash {
  display: inline !important;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .open .slash {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .open .time01 {
    text-align: center;
    font-weight: 800;
    font-size: 3.59vw;
    display: block;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .left_box .open .time02 {
    text-align: center;
    font-weight: 800;
    font-size: 3.59vw;
    display: block;
    text-transform: capitalize;
  }
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .right {
    margin: auto;
  }
}
body #main #info .inner .right .right_box {
  width: auto;
  margin-top: min(-0.694vw, -10px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .right .right_box {
    width: 100%;
  }
}
body #main #info .inner .right .right_box .place {
  font-size: min(3.472vw, 50px);
  font-weight: 900;
  color: #FBFC0F;
  margin-bottom: min(1.042vw, 15px);
  line-height: 130%;
  margin-top: max(-0.694vw, -10px);
}
body #main #info .inner .right .right_box .btn_type01 {
  width: min(29.167vw, 420px);
  -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) {
  body #main #info .inner .right .right_box .btn_type01 {
    margin: auto;
    width: 79.487vw;
  }
}
body #main #info .inner .right .right_box .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;
}
body #main #info .inner .right .right_box .btn_type01 .text {
  padding-right: min(4.306vw, 62px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .right .right_box .btn_type01 .text {
    padding-right: 14.615vw;
  }
}
body #main #info .inner .browser_box {
  border-radius: 15px;
  border: 3px solid var(--main_black, #272121);
  background-color: #FC0FC0;
  z-index: 1;
}
body #main #info .inner .browser_box h2 {
  color: #fff;
}
body #main #info .inner .browser_box_info {
  background-image: url(../img/top/text_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: min(66.944vw, 964px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .browser_box_info {
    background-size: 78.974vw;
  }
}
body #main #info .inner .browser_box_info h3 {
  width: min(59.583vw, 858px);
  margin: auto;
  margin-bottom: min(0.903vw, 13px);
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .browser_box_info h3 {
    margin-bottom: 3.077vw;
    width: 74.359vw;
  }
}
body #main #info .inner .browser_box_info p {
  text-align: center;
  font-size: min(1.667vw, 24px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body #main #info .inner .browser_box_info p {
    font-size: 3.59vw;
  }
}
body #main #news {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  body #main #news {
    padding: 30.769vw 0 17.949vw;
    z-index: 3;
  }
}
body #main #news .news-bg-wrapper {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  z-index: -1;
  background-color: #FBFC0F;
  background-image: url(../img/top/news_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% + min(26.389vw, 380px)) center;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -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 #news .news-bg-wrapper {
    -webkit-transform: rotate(-6.76deg);
            transform: rotate(-6.76deg);
    width: 120%;
    left: -10%;
    background-image: url(../img/top/news_bg_sp.png);
    background-position: right calc(0% + 20px);
    background-size: auto;
  }
}
body #main #news .news-bg-wrapper .infinite-banner-container {
  width: 100%;
  height: 44px;
  background-color: #000;
  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;
  z-index: 2;
  -webkit-box-shadow: 0 0 1px 1px #000;
          box-shadow: 0 0 1px 1px #000;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media only screen and (max-width: 768px) {
  body #main #news .news-bg-wrapper .infinite-banner-container {
    height: 37px;
  }
}
body #main #news .news-bg-wrapper .infinite-banner-container .loop-image-l,
body #main #news .news-bg-wrapper .infinite-banner-container .loop-image-r {
  width: 100%;
  height: 100%;
  background-image: url("../img/top/text.png");
  background-repeat: repeat-x;
  background-position: 0 center;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  will-change: background-position;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
body #main #news .news-bg-wrapper .infinite-banner-container .loop-image-r {
  background-size: 710px 50px;
  -webkit-animation: side-scroll-r 20s linear infinite;
          animation: side-scroll-r 20s linear infinite;
}
body #main #news .news-bg-wrapper .infinite-banner-container .loop-image-l {
  background-size: 710px 50px;
  -webkit-animation: side-scroll-l 20s linear infinite;
          animation: side-scroll-l 20s linear infinite;
}
@-webkit-keyframes side-scroll-r {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -710px center;
  }
}
@keyframes side-scroll-r {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: -710px center;
  }
}
@-webkit-keyframes side-scroll-l {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 710px center;
  }
}
@keyframes side-scroll-l {
  0% {
    background-position: 0 center;
  }
  100% {
    background-position: 710px center;
  }
}
body #main #news .inner {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 1140px;
  padding: min(8.333vw, 102px) min(1.389vw, 20px) min(3.611vw, 52px);
}
@media (max-width: 820px) {
  body #main #news .inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  body #main #news .inner {
    max-width: 100%;
    padding: 7.692vw;
  }
}
body #main #news .inner .bg {
  position: relative;
}
body #main #news .inner .bg::before {
  content: "";
  background-image: url(../img/top/vector03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(12.5vw, 180px);
  height: min(14.722vw, 212px);
  position: absolute;
  right: max(-4.931vw, -71px);
  top: max(-5.278vw, -76px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .bg::before {
    width: 23.333vw;
    height: 27.436vw;
    right: -6.923vw;
    top: -8.974vw;
  }
}
body #main #news .inner .bg::after {
  content: "";
  background-image: url(../img/top/vector04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(11.597vw, 167px);
  height: min(12.153vw, 175px);
  position: absolute;
  left: max(-5.833vw, -84px);
  bottom: max(-6.806vw, -98px);
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .bg::after {
    width: 21.282vw;
    height: 21.538vw;
    bottom: -9.744vw;
    left: -6.41vw;
  }
}
body #main #news .inner .dot {
  position: relative;
}
body #main #news .inner .dot::before {
  content: "";
  background-image: url(../img/top/comic03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(44.444vw, 640px);
  height: min(37.153vw, 535px);
  position: absolute;
  left: max(-48.264vw, -695px);
  top: max(-10.417vw, -150px);
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .dot::before {
    background-image: url(../img/top/comic03_sp.png);
    width: 35.128vw;
    height: 45.128vw;
    left: -7.692vw;
    top: -30.769vw;
  }
}
body #main #news .inner .dot::after {
  content: "";
  background-image: url(../img/top/comic04.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(52.292vw, 753px);
  height: min(29.375vw, 423px);
  position: absolute;
  right: max(-43.403vw, -625px);
  bottom: max(-8.819vw, -127px);
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .dot::after {
    background-image: url(../img/top/comic04_sp.png);
    width: 32.051vw;
    height: 42.821vw;
    right: -7.692vw;
    bottom: -20.513vw;
    z-index: -2;
  }
}
body #main #news .inner .news-contents {
  border-radius: min(1.042vw, 15px);
  border: 3px solid var(--main_black, #272121);
  background: var(--main_white, #FFF);
  -webkit-box-shadow: 6px 6px 0 0 #272121;
          box-shadow: 6px 6px 0 0 #272121;
  padding: min(3.472vw, 50px) min(4.167vw, 60px) min(2.222vw, 32px);
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents {
    padding: 7.692vw 5.128vw;
    border-radius: 15px;
    border: 3px solid var(--main_black, #272121);
    background: var(--main_white, #FFF);
    -webkit-box-shadow: 6px 6px 0 0 #272121;
            box-shadow: 6px 6px 0 0 #272121;
  }
}
body #main #news .inner .news-contents::before {
  content: "";
  background-image: url(../img/top/goodslineup_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: min(14.792vw, 213px);
  height: min(13.889vw, 200px);
  position: absolute;
  right: max(-3.542vw, -51px);
  bottom: max(-3.542vw, -51px);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents::before {
    background-image: url(../img/top/goodslineup_bg01_sp.png);
    background-size: cover;
    width: 25.641vw;
    height: 27.179vw;
    right: -5.128vw;
    bottom: -6.41vw;
  }
}
body #main #news .inner .news-contents h2 {
  width: min(18.264vw, 263px);
  position: absolute;
  top: max(-7.083vw, -102px);
  left: max(-3.056vw, -44px);
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents h2 {
    width: 56.41vw;
    top: -24.359vw;
    left: -4.359vw;
  }
}
body #main #news .inner .news-contents .news_titlebox {
  margin-bottom: min(2.083vw, 30px);
  padding-bottom: min(2.083vw, 30px);
  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;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents .news_titlebox {
    margin-bottom: 6.667vw;
    padding-bottom: 4.615vw;
  }
}
body #main #news .inner .news-contents .news_titlebox .day {
  color: #FFF;
  border-radius: 60px;
  background: var(--main_blue, #391DE1);
  padding: min(1.042vw, 15px) min(2.222vw, 32px);
  -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
          box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.15);
  font-size: min(1.389vw, 20px);
  margin-right: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents .news_titlebox .day {
    display: block;
    width: 31.538vw;
    font-size: 4.103vw;
    text-align: center;
    margin-bottom: 2.564vw;
  }
}
body #main #news .inner .news-contents .news_titlebox .title {
  font-size: min(1.389vw, 20px);
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents .news_titlebox .title {
    font-size: 5.128vw;
  }
}
body #main #news .inner .news-contents .news_info {
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
}
@media only screen and (max-width: 768px) {
  body #main #news .inner .news-contents .news_info {
    font-size: 3.333vw;
    letter-spacing: 1;
  }
}
body #main #profile {
  position: relative;
  padding: min(8.333vw, 120px) 0 min(12.222vw, 176px);
  margin-top: max(-1.389vw, -20px);
}
@media only screen and (max-width: 768px) {
  body #main #profile {
    padding: 12.821vw 0 0;
    z-index: 2;
  }
}
body #main #profile .inner {
  position: relative;
}
@media (max-width: 820px) {
  body #main #profile .inner {
    max-width: 600px;
  }
}
@media only screen and (max-width: 768px) {
  body #main #profile .inner {
    max-width: 100%;
    padding: 0;
  }
}
body #main #profile h2 {
  height: min(8.333vw, 120px);
  margin-bottom: min(2.986vw, 43px);
  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;
  overflow: hidden;
  z-index: -1;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main #profile h2 {
    height: 17.949vw;
    padding-left: 4.359vw;
    margin-bottom: 41.795vw;
  }
}
body #main #profile h2 #js-title-img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: 100%;
  display: block;
}
body #main #profile .bg-layers {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #ffffff;
  background-image: -webkit-radial-gradient(circle, #ececec 2px, transparent 2px);
  background-image: radial-gradient(circle, #ececec 2px, transparent 2px);
  background-position: 0 0;
  background-size: 24px 24px;
}
body #main #profile .bg-layers .bg-item {
  height: 105%;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 77% top;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media only screen and (max-width: 768px) {
  body #main #profile .bg-layers .bg-item {
    background-size: contain;
  }
}
body #main #profile .bg-layers .bg-item.active {
  opacity: 1;
}
body #main #profile .profile-area {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: none;
  background-color: #272121;
  display: inline-block;
  padding-bottom: min(0.972vw, 14px);
  margin-bottom: min(2.5vw, 36px);
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area {
    height: 93.846vw;
    min-width: 37.949vw;
    margin-left: 4.359vw;
    margin-bottom: 7.692vw;
  }
}
body #main #profile .profile-area::before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 7px;
  right: -6px;
  height: 4px;
  background: #272121;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area::before {
    bottom: -3px;
    left: 7px;
    right: -3px;
    height: 2px;
  }
}
body #main #profile .profile-area::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 7px;
  bottom: -6px;
  width: 4px;
  background: #272121;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area::after {
    right: -3px;
    top: 7px;
    bottom: -3px;
    width: 2px;
  }
}
body #main #profile .profile-area h3 {
  font-size: min(1.528vw, 22px);
  color: #fff;
  margin: min(0.694vw, 10px) min(0.972vw, 14px) min(0.694vw, 10px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 22px */
  letter-spacing: -0.44px;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area h3 {
    font-size: 3.59vw;
    margin: 1.282vw 1.795vw;
  }
}
body #main #profile .profile-area .info {
  margin: auto;
  margin: 0 min(0.972vw, 14px);
  padding: min(2.083vw, 30px) min(1.389vw, 20px);
  background-color: #FFF;
  background-image: -webkit-radial-gradient(circle, #F1F1F5 1.5px, transparent 1.5px), -webkit-radial-gradient(circle, #F1F1F5 1.5px, transparent 1.5px);
  background-image: radial-gradient(circle, #F1F1F5 1.5px, transparent 1.5px), radial-gradient(circle, #F1F1F5 1.5px, transparent 1.5px);
  background-position: 0 0, 5px 6px;
  background-size: 10px 12px;
  height: min(24.653vw, 355px);
  min-width: min(25.694vw, 370px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info {
    height: 86.154vw;
    margin: 0 1.795vw 1.795vw;
    padding: 2.051vw 3.077vw 0;
  }
}
body #main #profile .profile-area .info #js-kana {
  font-size: min(1.25vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 18px */
  text-transform: capitalize;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-kana {
    font-size: 3.59vw;
    margin-bottom: 5.128vw;
  }
}
body #main #profile .profile-area .info #js-name-container {
  margin-bottom: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-name-container {
    margin-top: 0.513vw;
    margin-bottom: 2.564vw;
  }
}
body #main #profile .profile-area .info #js-name-container img {
  display: block;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-name-container img {
    height: auto;
  }
}
body #main #profile .profile-area .info #js-name-container img[src] {
  opacity: 1;
}
body #main #profile .profile-area .info #js-kana-icon {
  height: auto;
  width: auto;
}
body #main #profile .profile-area .info ul li {
  margin-bottom: min(0.694vw, 10px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info ul li {
    margin-bottom: 2.564vw;
    height: 11.538vw;
  }
}
body #main #profile .profile-area .info ul li:last-of-type {
  margin-bottom: min(1.042vw, 15px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info ul li:last-of-type {
    margin-bottom: 2.051vw;
  }
}
body #main #profile .profile-area .info ul li .tag {
  font-size: min(1.111vw, 16px);
  font-weight: 700;
  width: min(10.417vw, 150px);
  color: #FFF;
  background-color: #000;
  display: inline-block;
  padding: min(0.347vw, 5px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info ul li .tag {
    display: block;
    width: 100%;
    font-size: 2.821vw;
    margin-bottom: 1.282vw;
    padding-left: 1.538vw;
  }
}
body #main #profile .profile-area .info ul li .tag02 {
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  margin-left: min(1.389vw, 20px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info ul li .tag02 {
    font-size: 3.333vw;
    margin-left: 0;
  }
}
body #main #profile .profile-area .info #js-youtube {
  display: inline-block;
  color: #272121;
  background-color: #fff;
  font-size: min(0.833vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: min(0.833vw, 12px) min(0.972vw, 14px) min(0.833vw, 12px) min(1.736vw, 25px);
  border: 1px solid var(--main-main_black, #272121);
  position: relative;
  margin-right: min(0.556vw, 8px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-youtube {
    font-size: 3.077vw;
    padding: 1.795vw 1.538vw 1.795vw 4.615vw;
  }
}
body #main #profile .profile-area .info #js-youtube::before {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: min(0.486vw, 7px);
  height: min(0.625vw, 9px);
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-youtube::before {
    width: 1.795vw;
    height: 2.308vw;
    left: 13%;
    background-size: cover;
  }
}
body #main #profile .profile-area .info #js-x {
  display: inline-block;
  color: #272121;
  background-color: #fff;
  font-size: min(0.833vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding: min(0.833vw, 12px) min(0.972vw, 14px) min(0.833vw, 12px) min(1.597vw, 23px);
  border: 1px solid var(--main-main_black, #272121);
  position: relative;
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-x {
    font-size: 3.077vw;
    padding: 1.795vw 1.538vw 1.795vw 3.59vw;
    margin-bottom: 0;
  }
}
body #main #profile .profile-area .info #js-x::before {
  content: "";
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: min(0.486vw, 7px);
  height: min(0.625vw, 9px);
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  body #main #profile .profile-area .info #js-x::before {
    width: 1.795vw;
    height: 2.308vw;
    left: 30%;
    background-size: cover;
  }
}
body #main #profile .image-group .image-item {
  position: absolute;
  top: 55%;
  left: 50vw;
  margin-left: calc(-1 * (100vw - 100%) / 2);
  --base-x: calc(-50% + var(--x, 0px));
  --base-y: calc(-50% + var(--y, 0px));
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate(var(--base-x), var(--base-y));
          transform: translate(var(--base-x), var(--base-y));
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body #main #profile .image-group .image-item.active {
  opacity: 1;
  -webkit-transform: translate(var(--base-x), var(--base-y));
          transform: translate(var(--base-x), var(--base-y));
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media (max-width: 1000px) {
  body #main #profile .image-group .image-item {
    left: 40vw;
  }
}
@media (max-width: 800px) {
  body #main #profile .image-group .image-item {
    left: 50vw;
  }
}
@media only screen and (max-width: 768px) {
  body #main #profile .image-group .image-item {
    top: 52%;
    left: 46vw;
  }
}
body #main #profile .image-group .image-item img {
  display: block;
  max-width: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}
@media only screen and (max-width: 768px) {
  body #main #profile .image-group .image-item img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
body #main #profile .image-group .image-item img:not(.effect-img) {
  position: relative;
  z-index: 2;
}
body #main #profile .image-group .image-item .effect-img {
  position: absolute;
  left: var(--ex, 0);
  top: var(--ey, 0);
  z-index: 10;
  pointer-events: none;
  width: auto;
  height: auto;
  opacity: 0;
}
body #main #profile .image-group .image-item .effect-img.effect-img-l {
  -webkit-transform: translateX(-40px) scale(0.9);
          transform: translateX(-40px) scale(0.9);
}
body #main #profile .image-group .image-item .effect-img.effect-img-r {
  -webkit-transform: translateX(40px) scale(0.9);
          transform: translateX(40px) scale(0.9);
}
body #main #profile .image-group .image-item .effect-img {
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease;
  transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}
body #main #profile .image-group .image-item .effect-img.effect-img-l {
  -webkit-transform: translateX(-40px) scale(0.9);
          transform: translateX(-40px) scale(0.9);
}
body #main #profile .image-group .image-item .effect-img.effect-img-r {
  -webkit-transform: translateX(40px) scale(0.9);
          transform: translateX(40px) scale(0.9);
}
body #main #profile .image-group .image-item.active .effect-img {
  opacity: 1;
  -webkit-transform: translateX(0) scale(0.9);
          transform: translateX(0) scale(0.9);
}
body #main #profile .icon-nav {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
  max-width: min(26.181vw, 377px);
}
@media only screen and (max-width: 768px) {
  body #main #profile .icon-nav {
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline;
    gap: 0;
    max-width: 100%;
    width: 100vw;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body #main #profile .icon-nav .icon-btn {
  width: calc((100% - 30px) / 4);
  position: relative;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  body #main #profile .icon-nav .icon-btn {
    width: 25%;
  }
}
body #main #profile .icon-nav .icon-btn img {
  display: block;
  width: min(5.972vw, 86px);
  height: auto;
}
@media only screen and (max-width: 768px) {
  body #main #profile .icon-nav .icon-btn img {
    width: 100%;
  }
}
body #main #profile .icon-nav .icon-btn::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(39, 33, 33, 0.65);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  z-index: 1;
}
body #main #profile .icon-nav .icon-btn.active {
  outline: solid #313157 2px;
}
@media only screen and (max-width: 768px) {
  body #main #profile .icon-nav .icon-btn.active {
    outline: none;
    border: solid #313157 0.513vw;
  }
}
body #main #profile .icon-nav .icon-btn.active::after {
  opacity: 0;
}
body #main #goods {
  padding-top: min(16.319vw, 235px);
  padding-bottom: min(14.236vw, 205px);
  position: relative;
  width: 100%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  body #main #goods {
    padding-top: 38.462vw;
    padding-bottom: 35.897vw;
    height: auto;
    background-image: url(../img/top/goods_bg_sp.png);
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  body #main #goods::before {
    content: "";
    background-color: #FC0FC0;
    width: 100%;
    height: 12.821vw;
    position: absolute;
    top: -7.692vw;
  }
}
body #main #goods .inner {
  position: relative;
  z-index: 2;
  margin: auto;
  max-width: 1140px;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  body #main #goods .inner {
    max-width: 100%;
    padding: 0 5.128vw;
  }
}
body #main #goods .inner::before {
  content: "";
  width: min(28.194vw, 406px);
  height: min(37.361vw, 538px);
  background-image: url(../img/top/vector05.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: max(-12.917vw, -186px);
  top: max(-30.556vw, -440px);
  position: absolute;
}
@media only screen and (max-width: 768px) {
  body #main #goods .inner::before {
    content: none;
  }
}
body #main #goods .browser_box {
  background-color: #F7B92A;
  margin-bottom: min(3.125vw, 45px);
  position: relative;
}
@media (max-width: 820px) {
  body #main #goods .browser_box {
    max-width: 600px;
    margin: auto;
    margin-bottom: min(3.125vw, 45px);
  }
}
@media only screen and (max-width: 768px) {
  body #main #goods .browser_box {
    max-width: auto;
    margin-bottom: 5.385vw;
  }
}
body #main #goods .browser_box::after {
  content: "";
  background-image: url(../img/top/goodslineup_bg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: min(13.889vw, 200px);
  height: min(14.792vw, 213px);
  right: max(-3.542vw, -51px);
  bottom: max(-4.931vw, -71px);
  z-index: -1;
}
body #main #goods .browser_box .title {
  position: absolute;
  top: max(-7.014vw, -101px);
  left: max(-3.056vw, -44px);
  width: min(20.278vw, 292px);
}
@media only screen and (max-width: 768px) {
  body #main #goods .browser_box .title {
    width: 63.077vw;
    top: -25.897vw;
  }
}
body #main #goods .browser_box_info {
  padding: min(3.958vw, 57px) min(2.083vw, 30px) min(2.5vw, 36px);
}
@media only screen and (max-width: 768px) {
  body #main #goods .browser_box_info {
    padding: 5.128vw 3.846vw;
  }
}
body #main #goods .trapezoid-bg {
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 110%;
  -webkit-transform: rotate(-3.341deg);
          transform: rotate(-3.341deg);
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FBFC0F url("../img/top/good_bg02.png") no-repeat;
  background-size: auto;
  background-position: center;
  background-position-y: 40%;
}
@media only screen and (max-width: 768px) {
  body #main #goods .trapezoid-bg {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    background: none;
  }
}
body #main #goods .trapezoid-bg::before {
  content: "";
  position: absolute;
  top: max(-3.681vw, -53px);
  left: -10%;
  width: 120%;
  height: min(31.597vw, 455px);
  background: #FC0FC0 url("../img/top/good_bg01.png") no-repeat;
  background-size: contain;
  background-position: center top;
  background-position-x: 35%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@media only screen and (max-width: 768px) {
  body #main #goods .trapezoid-bg::before {
    content: none;
  }
}
body #main #goods .trapezoid-bg::after {
  content: "";
  position: absolute;
  bottom: min(14.236vw, 205px);
  left: -10%;
  width: 120%;
  height: 1000px;
  background: #FC0FC0 url("../img/top/good_bg03.png") no-repeat;
  background-size: auto;
  background-position: center top;
  background-position-y: -15%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(13.064deg);
          transform: rotate(13.064deg);
}
@media only screen and (max-width: 768px) {
  body #main #goods .trapezoid-bg::after {
    content: none;
  }
}
body #main #goods .btn_type02 {
  margin: auto;
  padding-right: min(3.542vw, 51px);
  margin-bottom: min(6.389vw, 92px);
}
@media only screen and (max-width: 768px) {
  body #main #goods .btn_type02 {
    padding-right: 13.077vw;
    margin-bottom: 12.821vw;
  }
}
body #main #goods .sponsor_title {
  width: min(22.569vw, 325px);
  margin: auto;
  margin-bottom: min(2.083vw, 30px);
}
@media only screen and (max-width: 768px) {
  body #main #goods .sponsor_title {
    width: 41.795vw;
    margin-bottom: 5.128vw;
  }
}
body #main #goods .sponsor_img {
  width: min(22.569vw, 325px);
  margin: auto;
}
@media only screen and (max-width: 768px) {
  body #main #goods .sponsor_img {
    width: 71.795vw;
  }
}
body #main #goods h2 {
  font-size: 32px;
  color: #fff;
}
body .btnarea {
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 5;
  bottom: 2.8rem;
  width: min(6.944vw, 100px);
}
@media only screen and (max-width: 768px) {
  body .btnarea {
    width: 100%;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  body .btnarea__content .btnarea-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 768px) {
  body .btnarea__content .btnarea-list__item {
    width: 33.333vw;
  }
}