@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6, dt, th {
  font-weight: normal;
}

b, em, strong {
  font-style: normal;
  font-weight: 700;
}

ol, ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select, button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: 100%;
  vertical-align: middle;
}

select {
  text-indent: .01px;
  text-overflow: "";
}

select::-ms-expand {
  display: none;
}

html {
  scroll-behavior: smooth;
}

.main * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
}

/* menu
================================================== */
.menu {
  padding: 70px 40px 80px;
  background-image: linear-gradient(90deg, #f8ca5c 0%, #fed58d 50%, #f8ca5c 100%);
}
.menu__items {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 40px;
}
.menu__item {
  flex: 1 0 0%;
  max-width: 500px;
}
.menu__item__btn {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 165px;
  border-radius: 40px;
  background: #023793;
  box-shadow: 0px 8px 0px 0px #5b85cf;
  text-decoration: none !important;
}
.menu__item__btn--oubo {
  background: #df0623;
  box-shadow: 0px 8px 0px 0px #f77979;
}
.menu__item__btn span {
  position: relative;
  font-size: 30px;
  line-height: 1.4;
  color: #fff !important;
}
.menu__item__btn i {
  line-height: 1;
}
.menu__item__btn i img {
  display: block;
}
.menu__item__btn > img {
  position: absolute;
  left: 0;
  top: -30px;
}
@media only screen and (max-width: 767px) {
  .menu {
    padding: 13.3333333333vw 5.3333333333vw;
  }
  .menu__items {
    gap: 2.9333333333vw;
  }
  .menu__item {
    max-width: unset;
  }
  .menu__item__btn {
    gap: 1.3333333333vw;
    padding-top: 4vw;
    height: 24vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0px 1.0666666667vw 0px 0px #5b85cf;
  }
  .menu__item__btn--oubo {
    box-shadow: 0px 1.0666666667vw 0px 0px #f77979;
  }
  .menu__item__btn span {
    font-size: 4vw;
  }
  .menu__item__btn i img {
    width: 4vw;
    height: auto;
  }
  .menu__item__btn > img {
    top: -8.2666666667vw;
    width: 13.3333333333vw;
    height: auto;
  }
}

/* kousaku
================================================== */
.kousaku {
  padding: 110px 0 170px;
  background: #d6f2fe url("../images/kousaku_bg-pc.png") no-repeat center top;
  color: #023793;
}
.kousaku__inner {
  width: 1040px;
  margin: 0 auto;
}
.kousaku__ttl {
  margin-bottom: 50px;
  text-align: center;
}
.kousaku__desc {
  margin-bottom: 45px;
  font-size: 28px;
  line-height: 1.57;
  text-align: center;
}
.kousaku__products {
  margin-bottom: 80px;
  text-align: center;
}
.kousaku__products figcaption {
  display: block;
  margin-bottom: 28px;
}
.kousaku__intro {
  margin-bottom: 120px;
  padding: 68px 50px 70px;
  background: #afdbfa;
  border-radius: 40px;
}
.kousaku__intro li, .kousaku__intro p {
  font-size: 28px;
  line-height: 1.57;
  font-weight: 700;
}
.kousaku__intro li small, .kousaku__intro p small {
  color: #df0623;
  font-size: 20px;
  line-height: 1.3 !important;
  font-weight: 500;
}
.kousaku__intro__ttl {
  margin-bottom: 25px;
  text-align: center;
}
.kousaku__intro ul {
  display: table;
  margin: 0 auto 50px;
}
.kousaku__intro ul li {
  display: flex;
  align-items: center;
  gap: .25em;
}
.kousaku__intro ol {
  display: table;
  margin: 0 auto 50px;
}
.kousaku__intro ol li {
  display: flex;
  align-items: flex-start;
  gap: .5em;
}
.kousaku__intro ol li > i {
  flex: 0 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: #023793;
  border-radius: 20px;
  color: #fff;
}
.kousaku__intro ol li + li {
  margin-top: .5em;
}
.kousaku__intro ol li small {
  display: block;
  margin-top: .3em;
}
.kousaku__intro p {
  text-align: center;
}
.kousaku__panel {
  position: relative;
  padding: 70px 95px 110px;
  border: dotted 5px #023793;
  border-radius: 40px;
  background-color: #fff;
  text-align: center;
}
.kousaku__panel + .kousaku__panel {
  margin-top: 90px;
}
.kousaku__panel__ttl {
  margin-bottom: 30px;
}
.kousaku__panel__desc {
  margin-bottom: 1em;
  font-size: 28px;
  line-height: 1.57;
}
.kousaku__panel__items {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 60px;
}
.kousaku__panel__item {
  flex: 0 0 calc(1/2 * 100% - 30px);
}
.kousaku__panel__item figure {
  margin: 0;
  margin-bottom: 28px;
}
.kousaku__panel__item figcaption {
  display: block;
  margin-top: 32px;
  font-size: 28px;
  line-height: 1.2;
}
.kousaku__panel__item figcaption small {
  font-size: 18px;
}
.kousaku__panel__item--3packages figure img {
  max-width: 600px;
}
.kousaku__panel__item--3packages .kousaku__panel__btns {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}
.kousaku__panel__item--3packages .kousaku__panel__btns p {
  display: table;
  margin: 1.25em auto 0;
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
}
.kousaku__panel__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  background-color: #023793;
  box-shadow: 0px 6px 0px 0px #5b85cf;
  width: 350px;
  height: 70px;
  border-radius: 35px;
  font-size: 24px;
  line-height: 1.4;
  color: #fff !important;
  text-decoration: none !important;
}
.kousaku__panel__btn--dl {
  height: 90px;
  border-radius: 45px;
}
.kousaku__panel__ill {
  position: absolute;
}
.kousaku__panel__ill--01 {
  right: 32px;
  top: -50px;
}
.kousaku__panel__ill--02 {
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
.kousaku__panel__ill--03 {
  right: 30px;
  bottom: -50px;
}
.kousaku__panel__ill--04 {
  left: 30px;
  top: -50px;
}
.kousaku__panel__ill--05 {
  right: 30px;
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .kousaku {
    padding: 13.3333333333vw 0 26.6666666667vw;
    background: #d6f2fe url("../images/kousaku_bg-sp.png") no-repeat center;
    background-size: 100% 100%;
  }
  .kousaku__inner {
    padding: 0 6.6666666667vw;
    width: auto;
  }
  .kousaku__ttl {
    margin-bottom: 6.6666666667vw;
  }
  .kousaku__ttl img {
    width: 80vw;
    height: auto;
  }
  .kousaku__desc {
    margin-bottom: 6.6666666667vw;
    font-size: 4vw;
    line-height: 1.66;
  }
  .kousaku__products {
    margin-bottom: 10.6666666667vw;
  }
  .kousaku__products figcaption {
    margin-bottom: 2.6666666667vw;
  }
  .kousaku__products figcaption img {
    width: 74.2666666667vw;
    height: auto;
  }
  .kousaku__products > img {
    width: 100%;
    height: auto;
  }
  .kousaku__intro {
    margin-bottom: 16vw;
    padding: 13.3333333333vw 6.6666666667vw 11.3333333333vw;
    border-radius: 5.3333333333vw;
  }
  .kousaku__intro li, .kousaku__intro p {
    font-size: 4vw;
    line-height: 1.66;
  }
  .kousaku__intro li small, .kousaku__intro p small {
    font-size: 3.2vw;
    line-height: 1.4 !important;
  }
  .kousaku__intro__ttl {
    margin-bottom: 3.3333333333vw;
  }
  .kousaku__intro__ttl img {
    width: 40vw;
    height: auto;
  }
  .kousaku__intro ol li > i {
    flex: 0 0 5.8666666667vw;
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-radius: 2.9333333333vw;
    font-size: 4vw;
  }
  .kousaku__panel {
    padding: 14.6666666667vw 6.6666666667vw;
    border-width: 0.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .kousaku__panel + .kousaku__panel {
    margin-top: 21.3333333333vw;
  }
  .kousaku__panel__ttl {
    margin-bottom: 6.6666666667vw;
  }
  .kousaku__panel__ttl img {
    width: 61.0666666667vw;
    height: auto;
  }
  .kousaku__panel__desc {
    font-size: 4vw;
    line-height: 1.66;
  }
  .kousaku__panel__items {
    flex-direction: column;
    gap: 12.6666666667vw;
  }
  .kousaku__panel__item figure {
    margin-bottom: 4vw;
  }
  .kousaku__panel__item figure img {
    max-width: 64vw;
  }
  .kousaku__panel__item figcaption {
    margin-top: 4vw;
    font-size: 4vw;
  }
  .kousaku__panel__item figcaption small {
    font-size: 3.2vw;
  }
  .kousaku__panel__item--3packages figure {
    margin: 0 -2.6666666667vw;
  }
  .kousaku__panel__item--3packages figure img {
    max-width: unset;
  }
  .kousaku__panel__item--3packages .kousaku__panel__btns {
    margin: 4vw 0 10.6666666667vw;
    flex-direction: column;
    gap: 4vw;
  }
  .kousaku__panel__item--3packages .kousaku__panel__btns p {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .kousaku__panel__item--blackmoon02 {
    margin-top: 9.3333333333vw;
  }
  .kousaku__panel__btn {
    gap: 2.4vw;
    width: 72vw;
    height: 13.3333333333vw;
    border-radius: 6.6666666667vw;
    box-shadow: 0px 1.0666666667vw 0px 0px #5b85cf;
    font-size: 4vw;
  }
  .kousaku__panel__btn > i img {
    width: 5.3333333333vw;
    height: auto;
  }
  .kousaku__panel__btn--dl {
    height: 20vw;
    border-radius: 10vw;
  }
  .kousaku__panel__ill {
    height: auto;
  }
  .kousaku__panel__ill--01 {
    right: 4.6666666667vw;
    top: -8.9333333333vw;
    width: 17.7333333333vw;
  }
  .kousaku__panel__ill--02 {
    left: -4vw;
    width: 17.0666666667vw;
    top: calc(50% + 7vw);
  }
  .kousaku__panel__ill--03 {
    right: 4vw;
    bottom: -9.3333333333vw;
    width: 18vw;
  }
  .kousaku__panel__ill--04 {
    left: 4.4vw;
    top: -8.8vw;
    width: 17.6vw;
  }
  .kousaku__panel__ill--05 {
    right: 4vw;
    bottom: -9.3333333333vw;
    width: 17.3333333333vw;
  }
}

/* oubo
================================================== */
.oubo {
  padding: 0 0 45px;
  background-color: #fdcec8;
  background-image: url("../images/oubo_bg_l-pc.png"), url("../images/oubo_bg_r-pc.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right top;
  color: #4c3833;
}
.oubo__inner {
  position: relative;
  padding-top: 130px;
  width: 1040px;
  margin: 0 auto;
}
.oubo__ill {
  position: absolute;
  left: 11px;
  top: -96px;
}
.oubo__ttl {
  margin-bottom: 53px;
  text-align: center;
}
.oubo__prize {
  position: relative;
  margin-bottom: 135px;
  padding: 65px 75px 82px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  background-image: url("../images/prize_bg_lt.svg"), url("../images/prize_bg_rt.svg"), url("../images/prize_bg_rb.svg"), url("../images/prize_bg_lb.svg");
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
  background-size: 109px 109px, 109px 109px, 109px 109px, 109px 109px;
  text-align: center;
}
.oubo__prize__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.oubo__prize ul {
  display: table;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 1.625;
  text-align: left;
}
.oubo__prize figure {
  margin-top: 30px;
}
.oubo__prize figure figcaption {
  margin-bottom: 1.2em;
  font-size: 28px;
}
.oubo__prize__ill {
  position: absolute;
  right: -3px;
  bottom: -85px;
}
.oubo__panel {
  position: relative;
  padding: 75px 56px 60px;
  background-color: #fff;
  border: dotted 5px #df0623;
  border-radius: 40px;
}
.oubo__panel + .oubo__panel {
  margin-top: 100px;
}
.oubo__panel__ttl {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.oubo__period {
  text-align: center;
}
.oubo__period ul {
  margin-top: 1.2em;
  font-size: 16px;
  line-height: 1.4;
}
.oubo__lineup {
  margin-top: 20px;
  text-align: center;
}
.oubo__lineup ul {
  margin: 2.5em 0;
  font-size: 16px;
  line-height: 1.4;
}
.oubo__lineup p {
  font-size: 28px;
  line-height: 1.57;
}
.oubo__howto__desc {
  margin-bottom: 45px;
  text-align: center;
}
.oubo__howto__desc p {
  font-size: 28px;
  line-height: 1.57;
}
.oubo__howto__desc ul {
  margin-top: .2em;
  font-size: 16px;
  line-height: 1.625;
}
.oubo__howto__steps {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 50px;
  text-align: center;
}
.oubo__howto__steps > li:nth-child(even) {
  margin-top: 140px;
}
.oubo__howto__steps p {
  margin-top: 1.25em;
  font-size: 16px;
  line-height: 1.625;
}
.oubo__howto__notes h4 {
  margin-bottom: 40px;
  height: 50px;
  line-height: 50px;
  background: #fed6d1;
  font-size: 28px;
  text-align: center;
}
.oubo__howto__notes > div {
  display: flex;
  gap: 40px;
}
.oubo__howto__notes > div figure {
  flex: 0 0 262px;
}
.oubo__howto__notes > div div {
  flex: 1 0 0;
}
.oubo__howto__notes > div div > ul {
  margin-bottom: 1.5em;
  font-size: 16px;
  line-height: 1.625;
}
.oubo__howto__notes > div div > ol {
  display: flex;
  gap: 1em;
  margin-bottom: 1.25em;
  font-size: 18px;
  line-height: 1.44;
}
.oubo__howto__notes > div div > ol span {
  color: #df0623;
}
.oubo__howto__notes > div div > dl {
  display: flex;
  gap: 40px;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: solid 1px #4c3833;
  font-size: 18px;
  line-height: 1.66;
}
.oubo__howto__notes > div div > dl dt {
  flex: 0 0 62px;
  text-align: center;
}
.oubo__howto__notes > div div > dl dt figcaption {
  margin-top: .5em;
  font-size: 20px;
}
.oubo__howto__notes > div div > dl dd ul {
  margin-top: .25em;
  font-size: 14px;
  line-height: 1.5;
}
.oubo__howto__notes > div div > dl dd li {
  padding-left: 1em;
  text-indent: -1em;
}
.oubo__term {
  padding-right: 30px;
  height: 450px;
  overflow-y: scroll;
  font-size: 16px;
  line-height: 1.625;
}
.oubo__term > * + * {
  margin-top: 1em;
}
.oubo__agree {
  margin: 60px 0 100px;
}
.oubo__agree__check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-bottom: 60px;
  cursor: pointer;
}
.oubo__agree__check input {
  appearance: checkbox;
  width: 36px;
  height: 36px;
  border: solid 2px #4c3833;
  border-radius: 4px;
}
.oubo__agree__check span {
  font-size: 28px;
}
.oubo__agree__btns {
  display: flex;
  justify-content: center;
  gap: 43px;
  margin-bottom: 45px;
}
.oubo__agree__btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: 500px;
  height: 140px;
  border-radius: 20px;
  background: #a7a7a7;
  font-size: 25px;
  color: #fff !important;
  text-decoration: none !important;
  pointer-events: none;
}
.oubo__agree__btn strong {
  font-size: 40px;
}
.oubo__agree__btn.is-active {
  background-color: #00a0c8;
  pointer-events: all;
}
.oubo__agree__btn--new.is-active {
  background-color: #b47d28;
}
.oubo__agree__notes {
  font-size: 16px;
  line-height: 1.625;
}
.oubo__contact h4 {
  font-size: 40px;
  line-height: 1.35;
  text-align: center;
}
.oubo__contact p {
  padding: .5em 0 1em;
  font-size: 25px;
  line-height: 1.3;
  text-align: center;
}
.oubo__contact p a {
  font-size: 35px;
  color: inherit;
}
.oubo__contact div {
  display: table;
  margin: 0 auto;
}
.oubo__contact table th, .oubo__contact table td {
  font-size: 25px;
  line-height: 1.52;
  vertical-align: top;
}
.oubo__contact ul {
  margin-top: .2em;
  font-size: 16px;
  line-height: 1.625;
}
.oubo__copy {
  margin-top: 45px;
  font-size: 16px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .oubo {
    padding-bottom: 10vw;
    background-image: url("../images/oubo_bg-sp.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
  }
  .oubo__inner {
    padding: 18.2666666667vw 6.6666666667vw 0;
    width: auto;
  }
  .oubo__ill {
    width: 32.5333333333vw;
    height: auto;
    left: 5.3333333333vw;
    top: -15.7333333333vw;
  }
  .oubo__ttl {
    margin-bottom: 8.5333333333vw;
  }
  .oubo__ttl img {
    width: 86.6666666667vw;
    height: auto;
  }
  .oubo__prize {
    margin-bottom: 20vw;
    padding: 13.8666666667vw 4.6666666667vw 10.6666666667vw;
    background-position: left 1.3333333333vw top 1.3333333333vw, right 1.3333333333vw top 1.3333333333vw, right 1.3333333333vw bottom 1.3333333333vw, left 1.3333333333vw bottom 1.3333333333vw;
    background-size: 14.5333333333vw 14.5333333333vw, 14.5333333333vw 14.5333333333vw, 14.5333333333vw 14.5333333333vw, 14.5333333333vw 14.5333333333vw;
  }
  .oubo__prize__ttl img {
    width: 42.6666666667vw;
    height: auto;
  }
  .oubo__prize h4 img {
    width: 100%;
    height: auto;
  }
  .oubo__prize__txt img {
    height: auto;
  }
  .oubo__prize__txt--a img {
    width: 76.1333333333vw;
  }
  .oubo__prize__txt--b img {
    width: 68.5333333333vw;
  }
  .oubo__prize ul {
    margin: 4vw auto;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .oubo__prize figure {
    margin-top: 4vw;
  }
  .oubo__prize figure img {
    width: 66.6666666667vw;
    height: auto;
  }
  .oubo__prize figure figcaption {
    font-size: 4vw;
  }
  .oubo__prize__ill {
    right: 0;
    bottom: -11.8666666667vw;
    width: 36.4vw;
    height: auto;
  }
  .oubo__panel {
    padding: 10vw 6.6666666667vw 6.6666666667vw;
    border-width: 0.6666666667vw;
    border-radius: 5.3333333333vw;
  }
  .oubo__panel + .oubo__panel {
    margin-top: 13.3333333333vw;
  }
  .oubo__panel__ttl img {
    width: 42.6666666667vw;
    height: auto;
  }
  .oubo__panel__ttl--contact img {
    width: 73.4666666667vw;
  }
  .oubo__period img {
    width: 70.2666666667vw;
    height: auto;
  }
  .oubo__period ul {
    margin-top: 1.2em;
    font-size: 3.2vw;
  }
  .oubo__lineup {
    margin-top: 4vw;
  }
  .oubo__lineup figure img {
    width: 100%;
    height: auto;
  }
  .oubo__lineup ul {
    margin: 2.5em 0;
    font-size: 3.2vw;
  }
  .oubo__lineup p {
    font-size: 4vw;
  }
  .oubo__howto__desc {
    margin-bottom: 8.6666666667vw;
  }
  .oubo__howto__desc p {
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__howto__desc ul {
    font-size: 3.2vw;
  }
  .oubo__howto__steps {
    flex-direction: column;
    gap: 6.6666666667vw;
    margin-bottom: 12vw;
  }
  .oubo__howto__steps > li:nth-child(even) {
    margin-top: 0;
  }
  .oubo__howto__steps > li:nth-child(even) img {
    transform: rotate(90deg);
    width: 6.1333333333vw;
    height: auto;
  }
  .oubo__howto__steps p {
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__howto__notes h4 {
    margin-bottom: 8vw;
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .oubo__howto__notes > div {
    flex-direction: column;
    gap: 6vw;
  }
  .oubo__howto__notes > div figure {
    flex: 0 0 auto;
    text-align: center;
  }
  .oubo__howto__notes > div figure img {
    width: 53.3333333333vw;
    height: auto;
  }
  .oubo__howto__notes > div div > ul {
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__howto__notes > div div > ol {
    flex-wrap: wrap;
    gap: .1em .5em;
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__howto__notes > div div > dl {
    flex-direction: column;
    gap: 4vw;
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__howto__notes > div div > dl dt {
    flex: 0 0 auto;
  }
  .oubo__howto__notes > div div > dl dt img {
    width: 14.9333333333vw;
    height: auto;
  }
  .oubo__howto__notes > div div > dl dt figcaption {
    font-size: 5.3333333333vw;
  }
  .oubo__howto__notes > div div > dl dd ul {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .oubo__term {
    margin-right: -4vw;
    padding-right: 4vw;
    height: 120vw;
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__agree {
    margin: 9.3333333333vw 0 16vw;
  }
  .oubo__agree__check {
    gap: 4.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
  .oubo__agree__check input {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
  }
  .oubo__agree__check span {
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__agree__btns {
    flex-direction: column;
    gap: 8vw;
    align-items: center;
    margin-bottom: 8vw;
  }
  .oubo__agree__btn {
    gap: 2vw;
    width: 72vw;
    height: 24vw;
    border-radius: 2.6666666667vw;
    font-size: 4vw;
  }
  .oubo__agree__btn strong {
    font-size: 5.3333333333vw;
  }
  .oubo__agree__notes {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .oubo__contact h4 {
    font-size: 5.0666666667vw;
  }
  .oubo__contact p {
    padding: 1.25em 0;
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__contact p a {
    font-size: inherit;
  }
  .oubo__contact table th, .oubo__contact table td {
    font-size: 4vw;
    line-height: 1.66;
  }
  .oubo__contact table th {
    white-space: nowrap;
  }
  .oubo__contact ul {
    margin-top: .5em;
    font-size: 3.2vw;
    line-height: 1.41;
  }
  .oubo__copy {
    margin-top: 10vw;
    font-size: 3.2vw;
  }
}

/* Utility
================================================== */
@media (min-width: 768px) {
  .u-forsp {
    display: none !important;
  }
}
@media print {
  .u-forsp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-forpc {
    display: none !important;
  }
}
.u-oro {
  transition: opacity .3s ease-in;
}
.u-oro:hover {
  opacity: .7;
}

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-ok {
  color: #df0623;
}

.u-bad {
  color: #0078c8;
}

img.u-liquid {
  width: 100%;
  height: auto;
}
img.u-liquid--mw {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  img.u-liquid--sp {
    width: 100%;
    height: auto;
  }
}
