@charset "UTF-8";
:root {
  --color-black: #111;
  --color-link: #054894;
  --color-blue: #054894;
  --color-red: #e50000;
  --color-yellow: #f7d414;
  --color-orange: #f56e00;
}

/* ==========================================================================
   Reset
   ========================================================================== */
/* Initialize
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strong, sub, sup, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, main,
menu, nav, output, ruby, section, summary, input, textarea,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  font-size: 0.625em;
  height: 100%;
  overflow-y: scroll;
}

body {
  background-color: #c21a1d;
  color: var(--color-black);
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
body.is-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

button {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

dd,
dt,
td,
th,
ol,
ul,
p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  dd,
  dt,
  td,
  th,
  ol,
  ul,
  p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}

td dl,
td ul,
td ol,
td td,
td th,
td p,
td li,
dd dd,
dd dt,
dd p,
dd li,
dd ul,
dd ol,
li th,
li td,
li table,
li dd,
li dt,
li ol,
li ul,
ol li,
ul li,
li p {
  font-size: 1em;
}

ol,
ul {
  list-style: none;
}

a {
  color: var(--color-link);
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

address {
  font-style: normal;
}

/* google chrome input button padding */
input[type=button],
input[type=submit],
input[type=reset],
input[type=file]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

input[type=checkbox] {
  margin: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.img-box {
  font-size: 0;
  line-height: 0;
}

.wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 696px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 767px) {
  .wrap {
    padding-left: 4vw;
    padding-right: 4vw;
    width: auto;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

sup {
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: top;
}

.text-bold,
strong {
  font-weight: bold;
}

.text-small {
  font-size: 0.8em;
}

.text-large {
  font-size: 2.4em;
}

.text-underline {
  text-decoration: underline;
}

.text-italic {
  font-style: italic;
}

video {
  outline: none;
}

.align-left {
  text-align: left !important;
}

.align-center {
  text-align: center !important;
}

.align-right {
  text-align: right !important;
}

.color-red {
  color: var(--color-red) !important;
}

.text-black {
  color: var(--color-black) !important;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* ---------------------------------------------------------

■■■ PC SP ■■■■■■■■■■

--------------------------------------------------------- */
@media screen and (min-width: 768px) {
  img.sp,
  br.sp,
  span.sp,
  .sp {
    display: none !important;
  }
  br.sp {
    width: 0 !important;
  }
  .pc {
    display: block !important;
  }
  span.pc,
  img.pc,
  br.pc {
    display: inline !important;
  }
  th.pc,
  td.pc {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
  th.pc,
  td.pc,
  span.pc,
  br.pc,
  img.pc,
  .pc {
    display: none !important;
  }
  img.sp,
  br.sp,
  span.sp {
    display: inline !important;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

/* f-move-top
========================================================================== */
.f-move-top {
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.f-move-top.--delay {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.f-move-top.--delay2 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 767px) {
  .f-move-top.--delay2, .f-move-top.--delay {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.f-move-top.--move {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.c-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .c-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.7333333333vw;
  }
}

@media screen and (max-width: 767px) {
  img.--mail {
    width: 22.6666666667vw;
  }
  img.--disc {
    width: 34.2666666667vw;
  }
  img.--tap {
    width: 26.1333333333vw;
  }
}

/* c-caution
========================================================================== */
.c-caution {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.35;
}
.c-caution a {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

/* c-btn
========================================================================== */
.c-btn {
  margin-top: 28px;
}
.c-btn > span,
.c-btn > a {
  background: -webkit-linear-gradient(340deg, #f9e054 50%, #f7d414 50%) no-repeat 50% 50%;
  background: linear-gradient(110deg, #f9e054 50%, #f7d414 50%) no-repeat 50% 50%;
  border-radius: 100px;
  -webkit-box-shadow: -5px -5px 3px 0 rgba(0, 0, 0, 0.12) inset, 0 4px 0 1px #000;
          box-shadow: -5px -5px 3px 0 rgba(0, 0, 0, 0.12) inset, 0 4px 0 1px #000;
  border: 3px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 20px;
  max-width: 500px;
  line-height: 1;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn > span::before,
.c-btn > a::before {
  background: url(../img/icon-arrow-right.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 16px;
  width: 11px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-btn > span:hover,
  .c-btn > a:hover {
    -webkit-filter: contrast(120%);
            filter: contrast(120%);
  }
  .c-btn > span:hover::before,
  .c-btn > a:hover::before {
    right: 28px;
  }
}
.c-btn.--white > span,
.c-btn.--white > a {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  max-width: 300px;
  padding: 12px;
}
.c-btn.--white > span::before,
.c-btn.--white > a::before {
  height: 9px;
  width: 5px;
  right: 20px;
  top: 45%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .c-btn.--white > span:hover,
  .c-btn.--white > a:hover {
    -webkit-filter: contrast(120%);
            filter: contrast(120%);
  }
  .c-btn.--white > span:hover::before,
  .c-btn.--white > a:hover::before {
    right: 20px;
    top: 55%;
  }
}
.c-btn.--white.--active > span::before,
.c-btn.--white.--active > a::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (hover: hover) {
  .c-btn.--white.--active > span:hover::before,
  .c-btn.--white.--active > a:hover::before {
    right: 20px;
    top: 35%;
  }
}
.c-btn.--flat > span,
.c-btn.--flat > a {
  background: var(--color-yellow);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #000;
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  max-width: 300px;
  padding: 12px;
}
.c-btn.--flat > span::before,
.c-btn.--flat > a::before {
  height: 9px;
  width: 5px;
}
@media (hover: hover) {
  .c-btn.--flat > span:hover,
  .c-btn.--flat > a:hover {
    -webkit-filter: contrast(120%);
            filter: contrast(120%);
  }
}
@media screen and (max-width: 767px) {
  .c-btn {
    margin-top: 5.6vw;
  }
  .c-btn > span,
  .c-btn > a {
    -webkit-box-shadow: -0.6666666667vw -0.6666666667vw 0.4vw 0 rgba(0, 0, 0, 0.12) inset, 0 0.5333333333vw 0 0.2666666667vw #000;
            box-shadow: -0.6666666667vw -0.6666666667vw 0.4vw 0 rgba(0, 0, 0, 0.12) inset, 0 0.5333333333vw 0 0.2666666667vw #000;
    border: 0.5333333333vw solid #000;
    font-size: 3.7333333333vw;
    max-width: 77.3333333333vw;
    padding: 4.2666666667vw;
  }
  .c-btn > span::before,
  .c-btn > a::before {
    height: 2.1333333333vw;
    width: 1.4666666667vw;
    right: 4.2666666667vw;
  }
  .c-btn.--white > span,
  .c-btn.--white > a {
    font-size: 3.7333333333vw;
    max-width: 44.8vw;
    padding: 1.6vw;
  }
  .c-btn.--white > span::before,
  .c-btn.--white > a::before {
    height: 1.2vw;
    width: 0.6666666667vw;
    right: 2.6666666667vw;
  }
  .c-btn.--flat > span,
  .c-btn.--flat > a {
    font-size: 3.7333333333vw;
    max-width: 44.8vw;
    padding: 1.6vw;
  }
  .c-btn.--flat > span::before,
  .c-btn.--flat > a::before {
    height: 1.2vw;
    width: 0.6666666667vw;
    right: 2.6666666667vw;
  }
}

/* c-title
========================================================================== */
.c-title {
  background-color: var(--color-yellow);
  border-radius: 300px;
  display: table;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 auto 24px;
  padding: 10px 18px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 4.2666666667vw;
    margin-bottom: 4.2666666667vw;
    padding: 1.6vw 2.9333333333vw;
  }
}

/* c-box
========================================================================== */
.c-box {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-box {
    border-radius: 2.6666666667vw;
    padding-top: 3.7333333333vw;
  }
}

/* c-term
========================================================================== */
.c-term {
  background-color: #fff;
  overflow: hidden;
}
.c-term .c-term_inner {
  height: 400px;
  overflow: hidden auto;
  padding-right: 20px;
}
.c-term .c-term_inner p {
  font-size: 14px;
  margin-bottom: 1.35em;
}
.c-term .c-term_inner p:last-child {
  margin-bottom: 0;
}
.c-term .c-term_inner::-webkit-scrollbar {
  background: #fff;
  border-radius: 10px;
  width: 16px;
}
.c-term .c-term_inner::-webkit-scrollbar-thumb {
  background: #aaa;
  border: 2px solid #fff;
  border-radius: 10px;
}
.c-term .c-term_inner::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-term .c-term_inner {
    height: 80vw;
    padding-right: 1.6vw;
  }
  .c-term .c-term_inner::-webkit-scrollbar {
    border-radius: 2.6666666667vw;
    width: 3.2vw;
  }
  .c-term .c-term_inner::-webkit-scrollbar-thumb {
    border: 0.5333333333vw solid #fff;
    border-radius: 2.6666666667vw;
  }
  .c-term .c-term_inner::-webkit-scrollbar-track {
    border-radius: 2.6666666667vw;
  }
}

/* l-container
========================================================================== */
.l-container {
  overflow-x: hidden;
}

/* l-header
========================================================================== */
.l-header {
  background-color: var(--color-black);
}
.l-header .l-header_inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 952px;
}
@media screen and (max-width: 767px) {
  .l-header .l-header_inner {
    height: 8vw;
  }
}
.l-header .logo {
  width: 238px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 37.0666666667vw;
  }
}

/* l-footer
========================================================================== */
.l-footer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-black);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 48px;
  text-align: center;
}
.l-footer .logo {
  line-height: 1;
  width: 238px;
}
.l-footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.6666666667vw 4.2666666667vw;
  }
  .l-footer .logo {
    width: 37.0666666667vw;
  }
  .l-footer .copyright {
    font-size: 2.6666666667vw;
  }
}

/* p-search
========================================================================== */
.p-search-group {
  color: #818181;
  max-width: 1100px;
  margin: 100px auto 0;
}
.p-search-group > h3 {
  color: var(--color-blue);
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 54px;
  text-align: center;
}
.p-search-group .p-search-group_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 90px;
}
@media screen and (max-width: 767px) {
  .p-search-group {
    max-width: 80vw;
    margin-top: 14.9333333333vw;
  }
  .p-search-group > h3 {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
  .p-search-group .p-search-group_container {
    grid-template-columns: auto;
    gap: 4.8vw 0;
  }
}

.p-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 520px;
}
@media screen and (max-width: 767px) {
  .p-search {
    max-width: initial;
  }
}
.p-search > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 22px;
  font-weight: 500;
  width: 120px;
}
.p-search > label::before {
  background: no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
}
.p-search > label[for^=dvd] {
  gap: 12px;
}
.p-search > label[for^=dvd]::before {
  background-image: url(../img/icon-cd-orange-thin.png);
  height: 26px;
  width: 26px;
}
.p-search > label[for^=cd] {
  gap: 8px;
}
.p-search > label[for^=cd]::before {
  background-image: url(../img/icon-music-orange-thin.png);
  height: 27px;
  width: 23px;
}
.p-search > label[for^=comic] {
  font-size: 17px;
  gap: 6px;
}
.p-search > label[for^=comic]::before {
  background-image: url(../img/icon-comic-orange.png);
  height: 23px;
  width: 25px;
}
@media screen and (max-width: 767px) {
  .p-search > label {
    font-size: 4.2666666667vw;
    width: 21.3333333333vw;
  }
  .p-search > label[for^=dvd] {
    gap: 1.6vw;
  }
  .p-search > label[for^=dvd]::before {
    height: 4.6666666667vw;
    width: 4.6666666667vw;
  }
  .p-search > label[for^=cd] {
    gap: 1.6vw;
  }
  .p-search > label[for^=cd]::before {
    height: 4.8vw;
    width: 4.1333333333vw;
  }
  .p-search > label[for^=comic] {
    font-size: 3.6vw;
    gap: 1.6vw;
  }
  .p-search > label[for^=comic]::before {
    height: 4vw;
    width: 4.2666666667vw;
  }
}
.p-search .p-search_form {
  margin-bottom: 30px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form {
    margin-bottom: 4.2666666667vw;
  }
}
.p-search .p-search_form:last-child {
  margin-bottom: 0;
}
.p-search .p-search_form .p-search_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-search .p-search_form input[type=text] {
  border: 2px solid #ffb609;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  font-size: 16px;
  height: 66px;
  outline: none;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form input[type=text] {
    border-width: 0.2666666667vw;
    border-radius: 2.4vw 0 0 2.4vw;
    font-size: 3.7333333333vw;
    height: 11.2vw;
    padding-left: 4.2666666667vw;
    padding-right: 4.2666666667vw;
  }
}
.p-search .p-search_form input[type=submit] {
  background: url(../img/icon-search.png) no-repeat 50% 50% #ffb609;
  background-size: 30px 28px;
  border: 0;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  font-size: 0;
  height: 66px;
  line-height: 0;
  width: 80px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .p-search .p-search_form input[type=submit]:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-search .p-search_form input[type=submit] {
    background-size: 4vw 3.7333333333vw;
    border-radius: 0 2.4vw 2.4vw 0;
    height: 11.2vw;
    width: 14.4vw;
  }
}
.p-search .p-search_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 1em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-search .p-search_tag li button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-search .p-search_tag li button:hover {
    text-decoration: none;
  }
}

.p-search-attention {
  font-size: 15px;
}
.p-search-attention > li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-top: 10px;
}
.p-search-attention > li:first-child {
  margin-top: 0;
}
.p-search-attention > li::before {
  background: url(../img/icon-check-simple.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 12px;
  margin-top: 8px;
  width: 17px;
}
@media screen and (max-width: 767px) {
  .p-search-attention {
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
  .p-search-attention > li {
    gap: 1.6vw;
    margin-top: 1.3333333333vw;
  }
  .p-search-attention > li::before {
    height: 2.6666666667vw;
    margin-top: 1.6vw;
    width: 3.6vw;
  }
}

/* popIframe
========================================================================== */
form.popOn {
  position: relative;
  pointer-events: none;
}
form.popOn::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-repeating-linear-gradient(315deg, #000, #000 1px, transparent 1px, transparent 2px);
  background: repeating-linear-gradient(135deg, #000, #000 1px, transparent 1px, transparent 2px);
  -webkit-animation: formpopOn 1.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: formpopOn 1.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}

@-webkit-keyframes formpopOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes formpopOn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.2;
  }
}
.popIframe {
  display: none;
  position: fixed;
  width: 96%;
  height: -webkit-calc(90vh - 70px);
  height: calc(90vh - 70px);
  bottom: 0;
  left: 2%;
  background: #fff;
  border-radius: 1%;
  border: 1px solid #e5e5e5;
  z-index: 2;
}
.popIframe.popOut {
  display: block;
  -webkit-animation: popOut 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: popOut 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}
.popIframe.popOn {
  -webkit-box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 35px rgba(0, 0, 0, 0.05);
  display: block;
  -webkit-animation: popOn 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
          animation: popOn 0.4s cubic-bezier(0.13, 0.75, 0.29, 0.91) forwards;
}
.popIframe object {
  position: absolute;
  width: 100%;
  height: -webkit-calc(84vh - 70px);
  height: calc(84vh - 70px);
  bottom: 0;
  left: 0;
  border: none;
  border-top: 1px solid #e5e5e5;
  z-index: 20;
}

@-webkit-keyframes popOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes popOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes popOn {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@keyframes popOn {
  0% {
    -webkit-transform: translate(0, 100vh);
            transform: translate(0, 100vh);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20%, 100% {
    opacity: 1;
  }
}
button.popBtn2 {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4vh;
  font-weight: 900;
  line-height: 6vh;
  height: 6vh;
  padding: 0;
  width: 6vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 30;
}

.inner_popIframe {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner_popIframe .loader {
  aspect-ratio: 1;
  background: -webkit-radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  background: radial-gradient(farthest-side, #ffa516 94%, rgba(0, 0, 0, 0)) top/8px 8px no-repeat, conic-gradient(rgba(0, 0, 0, 0) 30%, #ffa516);
  -webkit-mask: -webkit-radial-gradient(farthest-side, rgba(0, 0, 0, 0) -webkit-calc(100% - 8px), #000 0);
  border-radius: 50%;
  width: 50px;
  -webkit-animation: l13 1s infinite linear;
          animation: l13 1s infinite linear;
}

@-webkit-keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes l13 {
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
span#DSresultTXT {
  color: var(--color-black);
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2vh;
  font-weight: 700;
  height: 6vh;
  line-height: 6vh;
  padding-left: 1em;
}

/* p-main-visual
========================================================================== */
.p-main-visual {
  background: url(../img/mv_bg.png) no-repeat 50% 116px, -webkit-repeating-linear-gradient(315deg, #c21a1d, #c21a1d 10px, #b2191d 10px, #b2191d 20px);
  background: url(../img/mv_bg.png) no-repeat 50% 116px, repeating-linear-gradient(135deg, #c21a1d, #c21a1d 10px, #b2191d 10px, #b2191d 20px);
  background-size: 100% auto, auto;
  padding-bottom: 220px;
  padding-top: 40px;
  position: relative;
  z-index: 0;
}
.p-main-visual::before {
  background: -webkit-gradient(linear, left bottom, left top, from(#c21a1d), to(rgba(194, 26, 29, 0)));
  background: -webkit-linear-gradient(bottom, #c21a1d 0%, rgba(194, 26, 29, 0));
  background: linear-gradient(0deg, #c21a1d 0%, rgba(194, 26, 29, 0));
  content: "";
  height: 160px;
  pointer-events: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.p-main-visual.--bottom {
  padding-bottom: 40px;
  padding-top: 160px;
}
.p-main-visual.--bottom::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#c21a1d), to(rgba(194, 26, 29, 0)));
  background: -webkit-linear-gradient(top, #c21a1d 0%, rgba(194, 26, 29, 0));
  background: linear-gradient(180deg, #c21a1d 0%, rgba(194, 26, 29, 0));
  bottom: auto;
  top: 0;
}
.p-main-visual .wrap {
  position: relative;
}
.p-main-visual .p-main-visual_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
  z-index: 0;
}
.p-main-visual .p-main-visual_title picture:nth-child(1) {
  text-align: left;
  position: absolute;
  left: -136px;
  top: 0;
}
.p-main-visual .p-main-visual_terms {
  background: url(../img/mv_text_bg.png) no-repeat 0 0;
  font-size: 18px;
  height: 331px;
  text-align: center;
  width: 282px;
  position: absolute;
  right: -224px;
  top: 30px;
}
.p-main-visual .p-main-visual_terms > li {
  position: absolute;
}
.p-main-visual .p-main-visual_terms > li:nth-child(1) {
  left: 55px;
  top: 67px;
}
.p-main-visual .p-main-visual_terms > li:nth-child(2) {
  left: 121px;
  top: 165px;
}
.p-main-visual .p-main-visual_terms > li > span {
  background-color: var(--color-yellow);
  border-radius: 100px;
  display: table;
  line-height: 1.1;
  margin: 0 auto 10px;
  padding: 5px 16px;
}
.p-main-visual .p-main-visual_terms > li p {
  font-family: "ruika", "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.p-main-visual .p-main-visual_terms > li p > span {
  font-size: 0.7em;
}
.p-main-visual .p-main-visual_limit {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.p-main-visual .p-main-visual_limit > dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-yellow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 36px;
  padding-left: 16px;
  padding-right: 12px;
  position: relative;
  bottom: 12px;
  z-index: 0;
}
.p-main-visual .p-main-visual_limit > dt::before {
  border-color: transparent transparent transparent var(--color-yellow);
  border-style: solid;
  border-width: 18px 0 18px 12px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
.p-main-visual .p-main-visual_limit > dd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  line-height: 1;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}
.p-main-visual .p-main-visual_limit > dd p {
  font-size: 51px;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.p-main-visual .p-main-visual_limit > dd p > span {
  display: inline-block;
  font-size: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    background-image: url(../img/mv_bg-sp.png), -webkit-repeating-linear-gradient(315deg, #c21a1d, #c21a1d 10px, #b2191d 10px, #b2191d 20px);
    background-image: url(../img/mv_bg-sp.png), repeating-linear-gradient(135deg, #c21a1d, #c21a1d 10px, #b2191d 10px, #b2191d 20px);
    background-position: 50% 1.6vw, 50% 50%;
    padding-bottom: 8vw;
    padding-top: 4.8vw;
  }
  .p-main-visual.--bottom {
    padding-bottom: 4.8vw;
    padding-top: 9.3333333333vw;
  }
  .p-main-visual .p-main-visual_title picture:nth-child(1) {
    left: auto;
    right: -1.6vw;
    top: 2.4vw;
  }
  .p-main-visual .p-main-visual_title picture:nth-child(1) img {
    width: 20.4vw;
  }
  .p-main-visual .p-main-visual_terms {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.4666666667vw;
    height: auto;
    gap: 3.6vw;
    margin-top: 5.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: auto;
    position: static;
  }
  .p-main-visual .p-main-visual_terms > li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border-radius: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 13.3333333333vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 2.6666666667vw;
    position: relative;
    left: auto !important;
    top: auto !important;
  }
  .p-main-visual .p-main-visual_terms > li > span {
    margin: 0;
    padding: 0.6666666667vw 2.1333333333vw;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-main-visual .p-main-visual_limit {
    gap: 0 3.2vw;
    margin-top: 3.2vw;
  }
  .p-main-visual .p-main-visual_limit > dt {
    font-size: 3.7333333333vw;
    height: 5.6vw;
    padding-left: 1.0666666667vw;
    padding-right: 1.0666666667vw;
    bottom: 1.6vw;
  }
  .p-main-visual .p-main-visual_limit > dt::before {
    border-width: 2.8vw 0 2.8vw 1.0666666667vw;
  }
  .p-main-visual .p-main-visual_limit > dd {
    gap: 0 1.0666666667vw;
    text-shadow: 1.0666666667vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.25);
  }
  .p-main-visual .p-main-visual_limit > dd p {
    font-size: 7.2vw;
  }
}

/* p-campaign
========================================================================== */
.p-campaign {
  margin-bottom: 100px;
  margin-top: -120px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-campaign .c-caution {
  display: table;
  margin: 14px auto 0;
}
.p-campaign .p-campaign_img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  margin-top: 24px;
}
.p-campaign .p-campaign_img > span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff9da;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 200px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 270px;
}
.p-campaign .p-campaign_img > span > span {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin-top: 14px;
  text-align: center;
}
.p-campaign .p-campaign_img > span > span > b {
  font-size: 1.5em;
}
.p-campaign .p-campaign_price {
  color: var(--color-red);
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.p-campaign .p-campaign_price > b {
  font-family: "din-2014-narrow", "Noto Sans JP", sans-serif;
  font-size: 2em;
  letter-spacing: 0.01em;
}
.p-campaign .p-campaign_limit {
  background-color: var(--color-yellow);
  border-radius: 0 0 16px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-top: 60px;
  padding: 24px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    margin-bottom: 8vw;
    margin-top: 0;
  }
  .p-campaign .c-caution {
    margin-top: 3.2vw;
  }
  .p-campaign .p-campaign_img {
    font-size: 3.4666666667vw;
    gap: 3.2vw;
    margin-bottom: 4.2666666667vw;
    margin-top: 4.2666666667vw;
  }
  .p-campaign .p-campaign_img > img {
    width: 4.8vw;
  }
  .p-campaign .p-campaign_img > span {
    border-radius: 2.6666666667vw;
    height: 28.6666666667vw;
    width: 36vw;
  }
  .p-campaign .p-campaign_img > span > span {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
  }
  .p-campaign .p-campaign_img > span img.--mail {
    width: 14.9333333333vw;
  }
  .p-campaign .p-campaign_img > span img.--disc {
    width: 27.8666666667vw;
  }
  .p-campaign .p-campaign_price-wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4.2666666667vw;
  }
  .p-campaign .p-campaign_price {
    font-size: 4.6666666667vw;
    margin-bottom: 0;
  }
  .p-campaign .p-campaign_limit {
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.35;
    margin-top: 4.2666666667vw;
    padding: 3.2vw;
  }
}

/* p-target
========================================================================== */
.p-target {
  margin-bottom: 100px;
  text-align: center;
}
.p-target .c-box {
  padding-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-target {
    margin-bottom: 8vw;
  }
  .p-target .c-box {
    padding-bottom: 8.8vw;
  }
  .p-target p {
    line-height: 1.35;
  }
}

/* p-terms
========================================================================== */
.p-terms {
  margin-bottom: 100px;
  text-align: center;
}
.p-terms .c-box {
  padding-bottom: 48px;
  padding-left: 48px;
  padding-right: 48px;
}
.p-terms .p-terms_inner {
  background-color: #fff9da;
  border-radius: 20px;
  margin-top: 28px;
  padding: 42px;
  text-align: left;
}
.p-terms .p-terms_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  margin-bottom: 28px;
  text-align: left;
}
.p-terms .p-terms_title > i {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color-blue);
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 39px;
  font-style: italic;
  font-weight: 800;
  height: 69px;
  line-height: 1;
  margin-left: -15px;
  margin-top: -15px;
  padding-right: 4px;
  padding-top: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 69px;
}
.p-terms .p-terms_title .p-terms_title_inner h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.p-terms .p-terms_yell {
  color: var(--color-orange);
  display: table;
  font-size: 16px;
  line-height: 1.25;
  margin: 18px auto 56px;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  position: relative;
}
.p-terms .p-terms_yell::after, .p-terms .p-terms_yell::before {
  background: url(../img/icon-yell.png) no-repeat 0 0/100% 100%;
  content: "";
  height: 34px;
  width: 32px;
  position: absolute;
  top: 0;
}
.p-terms .p-terms_yell::before {
  left: 0;
}
.p-terms .p-terms_yell::after {
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-terms .p-terms_subtitle {
  background: url(../img/bg-title.png) no-repeat 50% 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
  padding-bottom: 18px;
  text-align: center;
}
.p-terms .p-terms_img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-terms .p-terms_step > div {
  margin-bottom: 32px;
}
.p-terms .p-terms_step > div:last-child {
  margin-bottom: 0;
}
.p-terms .p-terms_step dt {
  color: var(--color-blue);
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-weight: 800;
  font-style: italic;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
.p-terms .p-terms_step dt > b {
  font-size: 1.3em;
}
.p-terms .p-terms_step dd {
  font-size: 16px;
}
.p-terms .p-terms_step dd p {
  margin-bottom: 1em;
}
.p-terms .p-terms_step dd figure {
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .p-terms {
    margin-bottom: 8vw;
  }
  .p-terms .c-box {
    padding-bottom: 6.4vw;
    padding-left: 3.2vw;
    padding-right: 3.2vw;
  }
  .p-terms .p-terms_inner {
    border-radius: 2.6666666667vw;
    margin-top: 4.8vw;
    padding: 3.2vw 2.6666666667vw 4.2666666667vw;
  }
  .p-terms .p-terms_title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.2vw;
    margin-bottom: 3.2vw;
  }
  .p-terms .p-terms_title > i {
    font-size: 5.2vw;
    height: 9.2vw;
    margin-left: 0;
    margin-top: 0;
    padding-right: 0.5333333333vw;
    padding-top: 1.0666666667vw;
    width: 9.2vw;
  }
  .p-terms .p-terms_title .p-terms_title_inner h2 {
    font-size: 4.2666666667vw;
    line-height: 1.35;
    margin-bottom: 3.2vw;
    text-align: center;
  }
  .p-terms .p-terms_yell {
    font-size: 3.4666666667vw;
    margin-bottom: 15.4666666667vw;
    margin-top: 4.2666666667vw;
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .p-terms .p-terms_yell::after, .p-terms .p-terms_yell::before {
    height: 7.4666666667vw;
    width: 6.6666666667vw;
  }
  .p-terms .p-terms_subtitle {
    background-size: 48vw auto;
    font-size: 4.2666666667vw;
    margin-bottom: 5.6vw;
    padding-bottom: 4.2666666667vw;
  }
  .p-terms .p-terms_img {
    gap: 2.1333333333vw;
  }
  .p-terms .p-terms_step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.8vw;
    margin-bottom: 4.2666666667vw;
  }
  .p-terms .p-terms_step > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .p-terms .p-terms_step dt {
    font-size: 4.8vw;
    margin-bottom: 1.6vw;
  }
  .p-terms .p-terms_step dd {
    font-size: 3.4666666667vw;
  }
  .p-terms .p-terms_step dd figure {
    margin-bottom: 0;
  }
}

/* p-what-list
========================================================================== */
.p-what-list {
  display: none;
  margin-top: 24px;
  text-align: left;
}
.p-what-list h4 {
  color: var(--color-blue);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.p-what-list > p:not(.c-btn) {
  font-size: 14px;
  margin-bottom: 24px;
}
.p-what-list dl dt {
  border-bottom: 1px solid var(--color-black);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.p-what-list dl dd {
  margin-bottom: 24px;
}
.p-what-list dl dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-what-list {
    margin-top: 4.8vw;
  }
  .p-what-list h4 {
    font-size: 3.7333333333vw;
    margin-bottom: 3.2vw;
  }
  .p-what-list > p:not(.c-btn) {
    font-size: 3.4666666667vw;
    margin-bottom: 8vw;
  }
  .p-what-list dl dt {
    border-bottom-width: 0.2666666667vw;
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .p-what-list dl dd {
    margin-bottom: 9.3333333333vw;
  }
}

/* p-check
========================================================================== */
.p-check {
  border: 1px dotted #000;
  border-radius: 20px;
  margin-bottom: 12px;
  margin-top: 64px;
  padding: 42px 40px;
  text-align: center;
  position: relative;
}
.p-check::before {
  background: url(../img/chara.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 165px;
  pointer-events: none;
  width: 131px;
  position: absolute;
  left: -49px;
  top: -48px;
  z-index: 1;
}
.p-check .p-check_title {
  background-color: #fff;
  padding-left: 84px;
  padding-right: 14px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-check .p-check_title > span {
  background: url(../img/icon-check.png) no-repeat 0 50%;
  color: #2aa7cf;
  display: inline-block;
  font-family: "greycliff-cf", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 800;
  padding-left: 30px;
}
.p-check dl > div {
  border-bottom: 1px solid #aaa;
  margin-bottom: 32px;
  padding-bottom: 32px;
}
.p-check dl > div:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.p-check dl dt {
  font-family: "ruika", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.2;
  margin-bottom: 15px;
}
.p-check dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  text-align: left;
  position: relative;
}
.p-check dl dd input {
  position: absolute;
  left: -100px;
}
.p-check dl dd input:checked + label {
  background-color: var(--color-blue);
  color: #fff;
}
.p-check dl dd label {
  border: 2px solid var(--color-blue);
  border-radius: 100px;
  color: var(--color-blue);
  cursor: pointer;
  line-height: 1;
  padding: 5px 7px 6px;
}
@media screen and (max-width: 767px) {
  .p-check {
    border-radius: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
    margin-top: 16vw;
    padding: 10.6666666667vw 2.6666666667vw 4.2666666667vw;
  }
  .p-check::before {
    height: 27.7333333333vw;
    width: 22vw;
    left: -3.6vw;
    top: -12.5333333333vw;
  }
  .p-check .p-check_title {
    padding-left: 20.1333333333vw;
    padding-right: 2.1333333333vw;
  }
  .p-check .p-check_title > span {
    background-size: 3.8666666667vw auto;
    font-size: 6vw;
    padding-left: 5.6vw;
  }
  .p-check dl > div {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 4.2666666667vw;
  }
  .p-check dl dt {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-check dl dd {
    gap: 1.6vw;
  }
  .p-check dl dd label {
    border-width: 0.5333333333vw;
    padding: 1.3333333333vw 1.8666666667vw 1.6vw;
  }
}
.p-check + .c-caution {
  display: table;
  max-width: 77.3333333333vw;
  margin-left: auto;
  margin-right: auto;
}

/* p-thanks
========================================================================== */
.p-thanks {
  margin-top: 18px;
  padding-top: 51px;
  text-align: left;
  position: relative;
}
.p-thanks.--active::before {
  content: none;
}
.p-thanks.--active .p-thanks_title {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.p-thanks.--active .p-thanks_img::before {
  content: none;
}
.p-thanks.--active .p-thanks_img > i {
  display: block;
}
.p-thanks::before {
  background: url(../img/icon-arrow.png) no-repeat 50% 0;
  background-size: auto 100%;
  content: "";
  display: block;
  height: 51px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.p-thanks .p-thanks_title {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.9s;
  transition: all 0.9s;
}
.p-thanks .p-thanks_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 18px;
  margin-top: 8px;
}
.p-thanks .p-thanks_box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.p-thanks .p-thanks_box p > span {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, var(--color-yellow)), color-stop(60%, transparent)) no-repeat 0 100%;
  background: -webkit-linear-gradient(bottom, var(--color-yellow) 40%, transparent 60%) no-repeat 0 100%;
  background: linear-gradient(0deg, var(--color-yellow) 40%, transparent 60%) no-repeat 0 100%;
  background-size: auto 1em;
}
.p-thanks .p-thanks_img {
  position: relative;
}
.p-thanks .p-thanks_img::before {
  background: url(../img/bg-line.png) no-repeat 0 0;
  background-size: 100% 100%;
  content: "";
  height: 52px;
  width: 61px;
  position: absolute;
  left: -32px;
  top: -14px;
}
.p-thanks .p-thanks_img > i {
  background: url(../img/icon-star.png) no-repeat 0 0;
  background-size: 100% 100%;
  height: 12px;
  display: none;
  width: 12px;
  position: absolute;
  opacity: 1;
  -webkit-animation: blink 0.9s infinite;
          animation: blink 0.9s infinite;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-thanks .p-thanks_img > i:nth-child(1) {
  left: -16px;
  top: 7px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.p-thanks .p-thanks_img > i:nth-child(2) {
  height: 6px;
  width: 6px;
  left: 5px;
  top: 5px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.p-thanks .p-thanks_img > i:nth-child(3) {
  left: 158px;
  top: 94px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.p-thanks .p-thanks_img > i:nth-child(4) {
  height: 6px;
  width: 6px;
  left: 178px;
  top: 90px;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks {
    margin-top: 4vw;
    padding-top: 10.4vw;
  }
  .p-thanks::before {
    height: 10.4vw;
  }
  .p-thanks .p-thanks_title {
    top: 0.5333333333vw;
  }
  .p-thanks .p-thanks_title img {
    width: 64vw;
  }
  .p-thanks .p-thanks_box {
    gap: 2.1333333333vw;
    margin-bottom: 4.8vw;
    margin-top: 3.2vw;
  }
  .p-thanks .p-thanks_box p {
    font-size: 4.2666666667vw;
  }
  .p-thanks .p-thanks_img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-thanks .p-thanks_img img {
    width: 30.9333333333vw;
  }
  .p-thanks .p-thanks_img::before {
    height: 9.2vw;
    width: 10.5333333333vw;
    left: -5.6vw;
    top: -2.8vw;
  }
  .p-thanks .p-thanks_img > i {
    height: 3.2vw;
    width: 3.2vw;
  }
  .p-thanks .p-thanks_img > i:nth-child(1) {
    left: -4.2666666667vw;
    top: 1.8666666667vw;
  }
  .p-thanks .p-thanks_img > i:nth-child(2) {
    height: 1.6vw;
    width: 1.6vw;
    left: 0.5333333333vw;
    top: 1.3333333333vw;
  }
  .p-thanks .p-thanks_img > i:nth-child(3) {
    left: 23.2vw;
    top: 17.0666666667vw;
  }
  .p-thanks .p-thanks_img > i:nth-child(4) {
    height: 1.6vw;
    width: 1.6vw;
    left: 28vw;
    top: 16.5333333333vw;
  }
}

/* p-application-guideline
========================================================================== */
.p-application-guideline .c-box {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-application-guideline .c-box {
    padding-left: 3.7333333333vw;
    padding-right: 3.7333333333vw;
    padding-bottom: 3.7333333333vw;
  }
}