@charset "UTF-8";
/* reset:start */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "palt";
  color: #000;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

img {
  width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
}

[hidden] {
  display: none;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a {
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

.hamburger__menu-list, .cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hamburger__menu-list > *, .cont__center > * {
  min-height: 0%;
}

.content__container-top, .content__container-bottom, .cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .content__container-top, .content__container-bottom, .cont__container, .cont__container--small {
    max-width: 92vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.modal__close, .link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.modal__close:hover, .link:hover {
  opacity: 0.7;
}

.content__contact-inner {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .content__contact-inner {
    box-shadow: 0 0.8vw 2.1333333333vw rgba(0, 0, 0, 0.3);
  }
}

.kiyaku__inner, .oubo__campaign-img, .oubo__prize-img, .oubo__method-img, .oubo__entry {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .kiyaku__inner, .oubo__campaign-img, .oubo__prize-img, .oubo__method-img, .oubo__entry {
    box-shadow: 0 0.1333333333vw 1.0666666667vw rgba(0, 0, 0, 0.4);
  }
}

.kiyaku__button, .content__button, .content__buy-button {
  display: block;
  border-radius: 75px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .kiyaku__button, .content__button, .content__buy-button {
    border-radius: 6.9333333333vw;
    box-shadow: 0 0.8vw 2.1333333333vw rgba(0, 0, 0, 0.3);
  }
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

/* common:end */
.hamburger__button-line::after, .hamburger__button-line::before, .hamburger__button-line {
  display: block;
  position: absolute;
  left: 2.5333333333vw;
  transition: background-color 0.4s, opacity 0.4s, transform 0.4s, top 0.4s, left 0.4s;
  transform: rotate(0);
  width: 4.8vw;
  height: 0.5333333333vw;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}
.hamburger__button {
  position: fixed;
  top: 4vw;
  right: 4vw;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 100%;
  border: 0.4vw solid #fff;
  background-color: #000;
  transition: background-color 0.4s;
  cursor: pointer;
  z-index: 10;
}
.hamburger__button-line {
  top: 4.6666666667vw;
}
.hamburger__button-line::before {
  content: "";
  top: -1.6vw;
  left: 0;
}
.hamburger__button-line::after {
  content: "";
  top: 1.6vw;
  left: 0;
}
.hamburger__button.is-hamburger__active {
  background-color: #fff;
}
.hamburger__button.is-hamburger__active .hamburger__button-line {
  left: 2.4vw;
  background-color: transparent;
}
.hamburger__button.is-hamburger__active .hamburger__button-line::before {
  top: 0;
  transform: rotate(45deg);
  width: 5.3333333333vw;
  background-color: #000;
}
.hamburger__button.is-hamburger__active .hamburger__button-line::after {
  top: 0;
  transform: rotate(-45deg);
  width: 5.3333333333vw;
  background-color: #000;
}
.hamburger__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.hamburger__menu.is-hamburger__active {
  opacity: 1;
  pointer-events: all;
}
.hamburger__menu-bg {
  position: absolute;
  top: 21.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 78.6666666667vw;
  padding-bottom: 8vw;
}
.hamburger__menu-inner {
  position: relative;
  padding-top: 7.3333333333vw;
  padding-bottom: 34.6666666667vw;
  background-image: url(../../img/hamburger/hamburger_bg.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hamburger__menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hamburger__menu-title {
  margin-bottom: 9.3333333333vw;
}
.hamburger__menu-list + .hamburger__menu-list {
  margin-top: 6.6666666667vw;
}
.hamburger__menu-text-01 {
  width: 18.9333333333vw;
}
.hamburger__menu-text-02 {
  width: 28.6666666667vw;
}
.hamburger__menu-text-03 {
  width: 23.8666666667vw;
}
.hamburger__menu-text-04 {
  width: 29.6vw;
}
.hamburger__sns {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  transform: translateX(-50%);
  width: 21.3333333333vw;
  height: 25.3333333333vw;
  padding-top: 3.6vw;
}
.hamburger__sns-img {
  width: 14.6666666667vw;
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方向 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.js-scroll {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.is-ScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}
.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 1s;
}
.fade-leave-active {
  transition: opacity 1s;
}
.fade-enter, .fade-leave-to {
  opacity: 0;
}

/* js-fade:end */
/* xxx:start */
.xxx__container {
  background-color: #fff;
}

/* xxx:end */
/* kv:start */
.kv__container {
  position: relative;
}
.kv__sns {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 8.3333333333%;
  height: 16.9642857143%;
  padding-top: 1.40625%;
}
.kv__sns-img {
  display: block;
  width: 68.75%;
}

/* kv:end */
.content__container-bottom, .content__container-top {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .content__container-bottom, .content__container-top {
    padding-top: 8.3333333333vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .content__container-bottom, .content__container-top {
    padding-top: 10.6666666667vw;
    padding-bottom: 13.3333333333vw;
  }
}

/* content:start */
.content__container-bottom {
  padding-top: 140px;
}
@media screen and (max-width: 1200px) {
  .content__container-bottom {
    padding-top: 11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__container-bottom {
    padding-top: 16.6666666667vw;
  }
}
.content__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .content__title {
    margin-bottom: 6.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__title {
    margin-bottom: 8vw;
  }
}
.content__lead {
  margin-bottom: 110px;
}
@media screen and (max-width: 1200px) {
  .content__lead {
    margin-bottom: 9.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__lead {
    margin-bottom: 12vw;
  }
}
@media screen and (max-width: 768px) {
  .content__button + .content__button {
    margin-top: 5.3333333333vw;
  }
}
.content__movie {
  padding-top: 115px;
}
@media screen and (max-width: 1200px) {
  .content__movie {
    padding-top: 9.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .content__movie {
    padding-top: 13.3333333333vw;
  }
}
.content__movie-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .content__movie-title {
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .content__movie-title {
    margin-bottom: 2.6666666667vw;
  }
}
.content__movie-main {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.content__movie-main iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content__bg-top {
  position: relative;
  background-image: url(../../img/bg_01_pc.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1920px 1997px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content__bg-top {
    background-image: url(../../img/bg_01_sp.jpg);
    background-size: 100vw 218.5333333333vw;
  }
}
.content__bg-top::after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1920px;
  height: 1997px;
  background-image: url(../../img/bg_item_01_pc.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 1200px) {
  .content__bg-top::after {
    width: 160vw;
    height: 166.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__bg-top::after {
    width: 100vw;
    height: 213.7333333333vw;
    background-image: url(../../img/bg_item_01_sp.png);
  }
}
.content__bg-bottom {
  position: relative;
  background-image: url(../../img/bg_02_pc.jpg);
  background-repeat: repeat;
  background-position: center top;
  background-size: 1920px 2923px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .content__bg-bottom {
    background-image: url(../../img/bg_02_sp.jpg);
    background-size: 100vw 170.4vw;
  }
}
.content__buy {
  margin-top: 115px;
}
@media screen and (max-width: 1200px) {
  .content__buy {
    margin-top: 9.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .content__buy {
    margin-top: 13.3333333333vw;
  }
}
.content__buy-button {
  border-radius: 101px;
}
@media screen and (max-width: 1200px) {
  .content__buy-button {
    border-radius: 8.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__buy-button {
    border-radius: 9.3333333333vw;
  }
}
.content__contact {
  padding-top: 120px;
}
@media screen and (max-width: 1200px) {
  .content__contact {
    padding-top: 10vw;
  }
}
@media screen and (max-width: 768px) {
  .content__contact {
    padding-top: 13.3333333333vw;
  }
}
.content__contact-inner {
  padding-top: 35px;
  padding-bottom: 25px;
  border-radius: 20px;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .content__contact-inner {
    padding-top: 2.9166666667vw;
    padding-bottom: 2.0833333333vw;
    border-radius: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .content__contact-inner {
    padding-top: 4.5333333333vw;
    padding-bottom: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.content__contact-text {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: -3px;
  color: #5a5a5a;
}
@media screen and (max-width: 1200px) {
  .content__contact-text {
    font-size: 2.5vw;
    margin-top: -0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .content__contact-text {
    font-size: 4vw;
    margin-top: -0.2666666667vw;
  }
}
.content__contact-tell {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.5833333333;
  text-align: center;
  color: #0e5e98;
}
@media screen and (max-width: 1200px) {
  .content__contact-tell {
    font-size: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .content__contact-tell {
    font-size: 6.4vw;
  }
}
.content__contact-supp {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 2.8461538462;
  text-align: center;
  margin-top: -7px;
  color: #5a5a5a;
}
@media screen and (max-width: 1200px) {
  .content__contact-supp {
    font-size: 2.1666666667vw;
    margin-top: -0.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .content__contact-supp {
    font-size: 3.4666666667vw;
    margin-top: -1.3333333333vw;
  }
}

/* xxx:end */
.tab__app-02, .tab__app-01 {
  position: relative;
  width: 492px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .tab__app-02, .tab__app-01 {
    width: 49.696969697%;
  }
}
.is-tab__active.tab__app-02, .is-tab__active.tab__app-01 {
  z-index: 3;
}
.is-tab__active.tab__app-02::after, .is-tab__active.tab__app-01::after {
  background-color: transparent;
}

.tab__app-02::before, .tab__app-01::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 58px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-radius: 20px 20px 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  content: "";
}
@media screen and (max-width: 1200px) {
  .tab__app-02::before, .tab__app-01::before {
    height: 4.8333333333vw;
    border-top-width: 0.25vw;
    border-left-width: 0.25vw;
    border-right-width: 0.25vw;
    border-radius: 1.6666666667vw 1.6666666667vw 0 0;
  }
}

.tab__app-02::after, .tab__app-01::after, .tab__apps::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1200px) {
  .tab__app-02::after, .tab__app-01::after, .tab__apps::before {
    height: 0.25vw;
  }
}

@media screen and (min-width: 769px) {
  .tab__area-02, .tab__area-01 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .is-tab__active.tab__area-02, .is-tab__active.tab__area-01 {
    display: block;
  }
}
.is-tab__active.tab__area-02::before, .is-tab__active.tab__area-01::before {
  background-color: transparent;
}

.tab__inner-02, .tab__inner-01 {
  position: relative;
  z-index: 2;
  padding-top: 45px;
  padding-bottom: 95px;
  padding-left: 22px;
  padding-right: 22px;
  border-left: 3px solid #000;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 1200px) {
  .tab__inner-02, .tab__inner-01 {
    padding-top: 3.75vw;
    padding-bottom: 7.9166666667vw;
    padding-left: 1.8333333333vw;
    padding-right: 1.8333333333vw;
    border-left-width: 0.25vw;
    border-right-width: 0.25vw;
    border-bottom-width: 0.25vw;
    border-radius: 0 0 1.6666666667vw 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .tab__inner-02, .tab__inner-01 {
    padding-top: 0;
    padding-left: 3.6vw;
    padding-right: 3.6vw;
    padding-bottom: 13.3333333333vw;
    border-top: 0.4vw solid #000;
    border-left-width: 0.4vw;
    border-right-width: 0.4vw;
    border-bottom-width: 0.4vw;
    border-radius: 2.6666666667vw;
  }
}

/* tab:start */
.tab__apps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: -1px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .tab__apps {
    display: none;
  }
}
.tab__apps::before {
  width: 1.0101010101%;
  left: 50%;
  transform: translateX(-50%);
}
.tab__app-01::before {
  background-image: url(../../img/content_tab_bg-01.jpg);
}
.tab__app-01::after {
  left: 0;
}
.tab__app-02::before {
  background-image: url(../../img/content_tab_bg-02.jpg);
}
.tab__app-02::after {
  left: 0;
}
.tab__app-img {
  position: relative;
  z-index: 1;
}
.tab__area {
  position: relative;
}
@media screen and (max-width: 768px) {
  .tab__area-02 {
    padding-top: 17.3333333333vw;
  }
}
.tab__inner-01 {
  background-image: url(../../img/oubo_bg-01_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .tab__inner-01 {
    background-image: url(../../img/oubo_bg-01_sp.jpg);
  }
}
.tab__inner-02 {
  background-image: url(../../img/oubo_bg-02_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  .tab__inner-02 {
    background-image: url(../../img/oubo_bg-02_sp.jpg);
  }
}

/* tab:end */
.oubo__campaign-lead-buy, .oubo__campaign-lead {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .oubo__campaign-lead-buy, .oubo__campaign-lead {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__campaign-lead-buy, .oubo__campaign-lead {
    margin-top: 9.3333333333vw;
  }
}

/* oubo:start */
@media screen and (max-width: 768px) {
  .oubo__title {
    margin-top: -4.9333333333vw;
  }
}
.oubo__subtitle {
  position: relative;
  margin-bottom: -35px;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .oubo__subtitle {
    margin-bottom: -2.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__subtitle {
    margin-bottom: -4vw;
  }
}
.oubo__campaign {
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .oubo__campaign {
    margin-top: 4.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__campaign {
    margin-top: 6.6666666667vw;
  }
}
.oubo__campaign-lead-buy {
  width: auto;
  margin-top: 65px;
  margin-left: -25px;
  margin-right: -25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1200px) {
  .oubo__campaign-lead-buy {
    margin-top: 5.4166666667vw;
    margin-left: -2.0833333333vw;
    margin-right: -2.0833333333vw;
    padding-bottom: 0.4166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__campaign-lead-buy {
    width: 92vw;
    margin-top: 9.3333333333vw;
    margin-left: -4vw;
    padding-bottom: 0;
  }
}
.oubo__prize {
  margin-top: 55px;
}
@media screen and (max-width: 1200px) {
  .oubo__prize {
    margin-top: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__prize {
    margin-top: 7.3333333333vw;
  }
}
.oubo__prize-img {
  position: relative;
}
.oubo__prize-link {
  display: block;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 31.914893617%;
}
@media screen and (max-width: 1200px) {
  .oubo__prize-link {
    bottom: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__prize-link {
    bottom: 5.3333333333vw;
    width: 37.0666666667vw;
  }
}
.oubo__method {
  margin-top: 75px;
}
@media screen and (max-width: 1200px) {
  .oubo__method {
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__method {
    margin-top: 10vw;
  }
}
.oubo__entry {
  position: relative;
  margin-top: 180px;
  padding-top: 95px;
  padding-bottom: 75px;
  padding-left: 40px;
  padding-right: 40px;
  background-image: url(../../img/entry_bg_pc.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 940px 2652px;
}
@media screen and (max-width: 1200px) {
  .oubo__entry {
    margin-top: 15vw;
    padding-top: 7.9166666667vw;
    padding-bottom: 6.25vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__entry {
    margin-top: 18vw;
    padding-top: 12.6666666667vw;
    padding-bottom: 8vw;
    padding-left: 4vw;
    padding-right: 4vw;
    background-image: url(../../img/entry_bg_sp.jpg);
    background-size: 84vw 819.4666666667vw;
  }
}
.oubo__kiyaku {
  position: relative;
  margin-top: 95px;
}
@media screen and (max-width: 1200px) {
  .oubo__kiyaku {
    margin-top: 7.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .oubo__kiyaku {
    margin-top: 10vw;
  }
}

/* oubo:end */
/* entry:start */
.entry__title {
  position: absolute;
  top: -140px;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .entry__title {
    top: -11.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__title {
    top: -14vw;
    left: -4.4vw;
    width: 92vw;
  }
}
.entry__lists {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.entry__list {
  width: 47.6744186047%;
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .entry__list {
    margin-top: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .entry__list {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}

/* entry:end */
.kiyaku__note, .kiyaku__list, .kiyaku__text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
@media screen and (max-width: 1200px) {
  .kiyaku__note, .kiyaku__list, .kiyaku__text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__note, .kiyaku__list, .kiyaku__text {
    font-size: 3.2vw;
    line-height: 1.75;
  }
}
.kiyaku__note sup, .kiyaku__list sup, .kiyaku__text sup {
  font-size: 60%;
}

/* kiyaku:start */
.kiyaku__inner {
  padding-top: 70px;
  padding-bottom: 75px;
  padding-left: 40px;
  padding-right: 40px;
  max-height: 410px;
  overflow-y: scroll;
  border: 3px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .kiyaku__inner {
    padding-top: 5.8333333333vw;
    padding-bottom: 6.25vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
    max-height: 34.1666666667vw;
    border-width: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__inner {
    padding-top: 8.6666666667vw;
    padding-bottom: 8.6666666667vw;
    padding-left: 4vw;
    padding-right: 4vw;
    max-height: 66.6666666667vw;
    border-width: 0.4vw;
  }
}
.kiyaku__text + .kiyaku__text {
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .kiyaku__text + .kiyaku__text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__text + .kiyaku__text {
    margin-top: 5.3333333333vw;
  }
}
.kiyaku__lists + .kiyaku__text {
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .kiyaku__lists + .kiyaku__text {
    margin-top: 2.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__lists + .kiyaku__text {
    margin-top: 5.3333333333vw;
  }
}
.kiyaku__list {
  padding-left: 1em;
  text-indent: -0.5em;
}
.kiyaku__list .kiyaku__note {
  margin-left: -1em;
}
.kiyaku__note {
  padding-left: 1em;
  text-indent: -1em;
}
.kiyaku__checks {
  display: flex;
  justify-content: center;
  margin-top: 75px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .kiyaku__checks {
    margin-top: 6.25vw;
    margin-bottom: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__checks {
    margin-top: 10vw;
    margin-bottom: 4vw;
  }
}
.kiyaku__check {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .kiyaku__check {
    font-size: 2.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__check {
    font-size: 3.4666666667vw;
  }
}
.kiyaku__check::before {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
  content: "";
}
@media screen and (max-width: 1200px) {
  .kiyaku__check::before {
    top: 0.5833333333vw;
    right: 0.4166666667vw;
    width: 1.6666666667vw;
    height: 0.8333333333vw;
    border-left-width: 0.25vw;
    border-bottom-width: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__check::before {
    top: 1.0666666667vw;
    right: 0.9333333333vw;
    width: 3.3333333333vw;
    height: 2vw;
    border-left-width: 0.4vw;
    border-bottom-width: 0.4vw;
  }
}
.kiyaku__check::after {
  display: block;
  width: 30px;
  height: 30px;
  margin-left: 20px;
  border: 3px solid #fff;
  content: "";
}
@media screen and (max-width: 1200px) {
  .kiyaku__check::after {
    width: 2.5vw;
    height: 2.5vw;
    margin-left: 1.6666666667vw;
    border-width: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__check::after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 0.4vw;
    margin-left: 2.6666666667vw;
  }
}
.kiyaku__input {
  display: none;
}
.kiyaku__input:checked + .kiyaku__check::before {
  opacity: 1;
}
.kiyaku__button {
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.7;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  .kiyaku__button {
    width: 71.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .kiyaku__button {
    width: 100%;
  }
}
.kiyaku__button.is-oubo__active {
  opacity: 1;
  pointer-events: all;
}
.kiyaku__button.is-oubo__active:hover {
  opacity: 0.7;
}

/* kiyaku:end */
.modal__close::after, .modal__close::before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 31px;
  width: 3px;
  height: 40px;
  transform-origin: center;
  background-color: #000;
  content: "";
}
@media screen and (max-width: 1200px) {
  .modal__close::after, .modal__close::before {
    top: 1vw;
    left: 2.5833333333vw;
    width: 0.25vw;
    height: 3.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .modal__close::after, .modal__close::before {
    top: 1.6vw;
    left: 4.1333333333vw;
    width: 0.4vw;
    height: 5.6vw;
  }
}

/* modal:start */
.modal.is-modal__active {
  opacity: 1;
  pointer-events: all;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
}
@media screen and (max-width: 1200px) {
  .modal__inner {
    width: 66.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .modal__inner {
    width: 92vw;
  }
}
.modal__close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  border: 3px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .modal__close {
    top: -1.8333333333vw;
    right: -1.8333333333vw;
    width: 5.8333333333vw;
    height: 5.8333333333vw;
    border-width: 0.25vw;
  }
}
@media screen and (max-width: 768px) {
  .modal__close {
    top: -2.6666666667vw;
    right: -2.6666666667vw;
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border-width: 0.4vw;
  }
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}

/* modal:end */