@charset "UTF-8";
:root {
  --color-black: #000;
  --color-link: #008cd9;
  --color-red: #f00;
  --color-deep-red: #513333;
  --color-blue: #1e2737;
  --color-orange: #ff6c0a;
  --btn-bg-gradient: linear-gradient(90deg, #ffa454, #ff5454, #ff5454, #ffa454);
  --btn-bg-gradient-linear: linear-gradient(90deg, #ffa454, #ff5454);
}

/* ==========================================================================
   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: #f2f2f2;
  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.2vw;
  }
}

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);
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  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: 980px;
  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-caution
========================================================================== */
.c-caution {
  color: var(--color-deep-red);
  display: table;
  font-size: 12px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-caution {
    font-size: 2.6666666667vw;
  }
}

/* c-btn
========================================================================== */
.c-btn {
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
  text-align: center;
}
.c-btn:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 4.2666666667vw;
    margin-bottom: 3.2vw;
  }
}
.c-btn > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--btn-bg-gradient) 0 0;
  background-size: 200% 100%;
  border-radius: 1000px;
  -webkit-box-shadow: 9px 9px 10px inset rgba(255, 255, 255, 0.6), -9px -9px 10px inset rgba(0, 0, 0, 0.2);
          box-shadow: 9px 9px 10px inset rgba(255, 255, 255, 0.6), -9px -9px 10px inset rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-shadow: 0 0 7px rgba(125, 0, 0, 0.5);
  width: 520px;
  position: relative;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
}
.c-btn > a > sup {
  font-size: 0.5em;
}
.c-btn > a::after {
  background: url(../img/icon-arrow.png) no-repeat;
  background-size: 100% 100%;
  content: "";
  height: 17px;
  width: 12px;
  position: absolute;
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media (hover: hover) {
  .c-btn > a:hover {
    background-position: -100% 0;
  }
  .c-btn > a:hover::after {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-btn > a {
    -webkit-box-shadow: 1.2vw 1.2vw 1.3333333333vw inset rgba(255, 255, 255, 0.6), -1.2vw -1.2vw 1.3333333333vw inset rgba(0, 0, 0, 0.2);
            box-shadow: 1.2vw 1.2vw 1.3333333333vw inset rgba(255, 255, 255, 0.6), -1.2vw -1.2vw 1.3333333333vw inset rgba(0, 0, 0, 0.2);
    height: 17.3333333333vw;
    max-width: 82.6666666667vw;
    width: 100%;
  }
  .c-btn > a::after {
    height: 2.6666666667vw;
    width: 2vw;
    right: 5.3333333333vw;
  }
}
.c-btn.--orange {
  font-weight: 400;
}
.c-btn.--orange > a {
  background: -webkit-gradient(linear, left bottom, left top, from(#ff6c0a), to(#ffa454));
  background: -webkit-linear-gradient(bottom, #ff6c0a, #ffa454);
  background: linear-gradient(0deg, #ff6c0a, #ffa454);
  -webkit-box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 9px rgba(0, 0, 0, 0.25);
  height: 100px;
  text-shadow: none;
  width: 500px;
  -webkit-transition: -webkit-box-shadow 0.1s;
  transition: -webkit-box-shadow 0.1s;
  transition: box-shadow 0.1s;
  transition: box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
@media (hover: hover) {
  .c-btn.--orange > a:hover {
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-transform: translate(1px, 1px);
        -ms-transform: translate(1px, 1px);
            transform: translate(1px, 1px);
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--orange > a {
    -webkit-box-shadow: 0.8vw 0.8vw 1.2vw rgba(0, 0, 0, 0.25);
            box-shadow: 0.8vw 0.8vw 1.2vw rgba(0, 0, 0, 0.25);
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    max-width: 82.6666666667vw;
    width: 100%;
  }
  .c-btn.--orange > a::after {
    height: 2.4vw;
    width: 1.7333333333vw;
    right: 6.1333333333vw;
  }
}
.c-btn.--flat > a {
  background: #ffd100;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: var(--color-black);
  height: 100px;
  text-shadow: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-btn.--flat > a::after {
  background-image: url(../img/icon-arrow-black.png);
}
@media (hover: hover) {
  .c-btn.--flat > a:hover {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
  }
}
@media screen and (max-width: 767px) {
  .c-btn.--flat > a {
    height: 17.3333333333vw;
  }
}

/* c-title
========================================================================== */
.c-title {
  color: #3c1a1a;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-bottom: 36px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.c-title > i {
  font-size: 1.5em;
}
.c-title::before {
  background-color: #ff6c0a;
  content: "";
  height: 7px;
  width: 45px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 4.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 3.3333333333vw;
  }
  .c-title::before {
    height: 0.9333333333vw;
    width: 6vw;
  }
}

/* c-term
========================================================================== */
.c-term {
  background-color: #fff;
  border: 2px solid #d1d1d1;
  border-radius: 20px;
  overflow: hidden;
}
.c-term .c-term_inner {
  height: 545px;
  overflow: hidden auto;
  padding: 20px;
}
.c-term .c-term_inner p {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4615384615;
  margin-bottom: 1em;
}
.c-term .c-term_inner p:last-child {
  margin-bottom: 0;
}
.c-term .c-term_inner::-webkit-scrollbar {
  background: #f5f5f5;
  border-radius: 10px;
  width: 12px;
}
.c-term .c-term_inner::-webkit-scrollbar-thumb {
  background: #d1d1d1;
  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 {
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
  .c-term .c-term_inner {
    height: 80vw;
    padding: 4vw;
  }
  .c-term .c-term_inner p {
    font-size: 3.4666666667vw;
  }
  .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;
  }
}

/* c-pagetop
========================================================================== */
.c-pagetop {
  background: url(../img/icon-arrow-up.png) no-repeat 50% 16px, var(--btn-bg-gradient-linear);
  border-radius: 50%;
  cursor: pointer;
  color: #fff;
  display: none;
  font-weight: 700;
  height: 64px;
  line-height: 1.1;
  padding-top: 32px;
  text-align: center;
  width: 64px;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    display: none !important;
  }
}

/* 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;
}
@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.jpg) no-repeat 50% 50%/cover;
  text-align: center;
}
.p-main-visual .p-main-visual_title img {
  width: 892px;
}
@media screen and (max-width: 767px) {
  .p-main-visual {
    background: none;
  }
}

/* p-trial
========================================================================== */
.p-trial {
  background: -webkit-repeating-linear-gradient(135deg, #f2f2f2, #f2f2f2 15px, #f8f7f7 15px, #f8f7f7 30px);
  background: repeating-linear-gradient(-45deg, #f2f2f2, #f2f2f2 15px, #f8f7f7 15px, #f8f7f7 30px);
  padding-bottom: 30px;
  padding-top: 30px;
}
.p-trial .p-trial_title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  gap: 0 7px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}
.p-trial .p-trial_title .p-trial_title_card {
  background-color: #fff;
  border: 2px solid var(--color-orange);
  color: var(--color-orange);
  font-weight: 700;
  letter-spacing: 0.025em;
  width: 142px;
  text-align: center;
}
.p-trial .p-trial_title .p-trial_title_card > span {
  display: block;
  padding: 7px 0;
}
.p-trial .p-trial_title .p-trial_title_card > span:nth-child(2) {
  background-color: var(--color-orange);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 0;
}
.p-trial .p-trial_title .p-trial_title_text {
  color: var(--color-deep-red);
  font-weight: 400;
}
.p-trial .p-trial_subtitle {
  background: var(--btn-bg-gradient-linear);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  display: table;
  font-size: 18px;
  margin: 0 auto 14px;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
  position: relative;
}
.p-trial .p-trial_subtitle::after, .p-trial .p-trial_subtitle::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
}
.p-trial .p-trial_subtitle::before {
  background-color: #ffa454;
  left: 0;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-trial .p-trial_subtitle::after {
  background-color: #ff5454;
  right: 0;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
.p-trial .c-caution {
  color: var(--color-blue);
}
@media screen and (max-width: 767px) {
  .p-trial {
    background: none;
    margin-top: -32vw;
    padding: 0;
  }
  .p-trial .p-trial_title {
    font-size: 2.9333333333vw;
    gap: 0 1.6vw;
    letter-spacing: 0;
    margin-bottom: 3.4666666667vw;
  }
  .p-trial .p-trial_title .p-trial_title_card {
    border-width: 0.2666666667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 24vw;
  }
  .p-trial .p-trial_title .p-trial_title_card > span {
    padding: 0.8vw 0;
  }
  .p-trial .p-trial_title .p-trial_title_card > span:nth-child(2) {
    font-size: 2.4vw;
    padding: 0.5333333333vw 0;
  }
  .p-trial .p-trial_title .p-trial_title_text {
    line-height: 1.3;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  }
  .p-trial .p-trial_subtitle {
    font-size: 3.7333333333vw;
    margin-bottom: 2.9333333333vw;
    position: relative;
    z-index: 0;
  }
  .p-trial .p-trial_subtitle > span {
    background: var(--btn-bg-gradient-linear);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    display: block;
  }
  .p-trial .p-trial_subtitle > span::after {
    content: attr(data-text);
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
    position: absolute;
    left: 1em;
    top: 0;
    z-index: -1;
  }
  .p-trial .p-trial_subtitle::after, .p-trial .p-trial_subtitle::before {
    border: 2px solid #fff;
    border-radius: 10px;
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
  }
  .p-trial .p-trial_subtitle::before {
    background-color: #ffa454;
    left: 0;
    -webkit-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  .p-trial .p-trial_subtitle::after {
    background-color: #ff5454;
    right: 0;
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

/* p-campaign
========================================================================== */
.p-campaign {
  background-color: #f2f2f2;
  padding-bottom: 90px;
  padding-top: 32px;
  text-align: center;
}
.p-campaign .c-btn {
  margin-top: 40px;
}
.p-campaign p img {
  width: 791px;
}
@media screen and (max-width: 767px) {
  .p-campaign {
    padding: 10.6666666667vw 4vw 12vw;
  }
  .p-campaign .c-btn {
    margin-top: 5.3333333333vw;
  }
}

/* p-step
========================================================================== */
.p-step {
  background-color: #f9eab3;
  padding-bottom: 90px;
  padding-top: 90px;
}
.p-step .c-title {
  margin-bottom: 48px;
}
.p-step .p-step_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.p-step .p-step_inner > ol {
  counter-reset: step;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
  margin-bottom: 30px;
}
.p-step .p-step_inner > ol > li {
  background-color: #fff;
  border-radius: 50px;
  counter-increment: step;
  padding: 36px 50px;
  text-align: center;
  position: relative;
}
.p-step .p-step_inner > ol > li > b {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 6px solid var(--color-orange);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-radius: 50%;
  color: var(--color-orange);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "din-condensed", "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 400;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  width: 110px;
  position: absolute;
  left: 0;
  top: -35px;
}
.p-step .p-step_inner > ol > li > b::after {
  content: counter(step, decimal-leading-zero);
  font-size: 2em;
  line-height: 0.85;
}
.p-step .p-step_inner > ol > li h3 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-bottom: 20px;
}
.p-step .p-step_inner > ol > li figure {
  margin-bottom: 24px;
  margin-top: 30px;
}
.p-step .p-step_inner > ol > li figure:last-child {
  margin-bottom: 0;
}
.p-step .p-step_inner > ol > li .p-step_caution {
  display: table;
  font-size: 13px;
  line-height: 1.3076923077;
  margin: 20px auto 0;
  max-width: 370px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.p-step .p-step_inner > ol > li .c-caution {
  text-align: left;
}
.p-step .p-step_inner > ol > li .p-step_date {
  background-color: #f9eab3;
  border-radius: 15px;
  line-height: 1.4;
  margin-left: -22px;
  margin-right: -22px;
  padding: 15px;
}
.p-step .p-step_inner > ol > li:not(:last-child)::before {
  border-color: #513333 transparent transparent;
  border-style: solid;
  border-width: 18px 8px 0;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-step {
    padding-bottom: 12vw;
    padding-top: 12vw;
  }
  .p-step .c-title {
    margin-bottom: 9.6vw;
  }
  .p-step .p-step_inner {
    max-width: 80vw;
  }
  .p-step .p-step_inner > ol {
    gap: 13.3333333333vw;
    margin-bottom: 6.4vw;
  }
  .p-step .p-step_inner > ol > li {
    border-radius: 6.6666666667vw;
    padding: 6.4vw 3.3333333333vw 4.8vw;
  }
  .p-step .p-step_inner > ol > li > b {
    border-width: 0.8vw;
    font-size: 4vw;
    height: 14.6666666667vw;
    width: 14.6666666667vw;
    top: -5.3333333333vw;
  }
  .p-step .p-step_inner > ol > li h3 {
    font-size: 4.2666666667vw;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-step .p-step_inner > ol > li figure {
    margin-bottom: 4.2666666667vw;
    margin-top: 3.7333333333vw;
  }
  .p-step .p-step_inner > ol > li .p-step_caution {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
    max-width: initial;
  }
  .p-step .p-step_inner > ol > li .p-step_date {
    border-radius: 2vw;
    margin-left: 0;
    margin-right: 0;
    padding: 2vw;
  }
  .p-step .p-step_inner > ol > li:nth-child(1) figure img {
    width: 25.2vw;
  }
  .p-step .p-step_inner > ol > li:nth-child(2) figure img {
    width: 22.9333333333vw;
  }
  .p-step .p-step_inner > ol > li:nth-child(3) figure img {
    width: 16.9333333333vw;
  }
  .p-step .p-step_inner > ol > li:not(:last-child)::before {
    border-width: 2.4vw 1.0666666667vw 0;
    bottom: -5.3333333333vw;
  }
}

/* p-application-guideline
========================================================================== */
.p-application-guideline {
  background-color: #f2f2f2;
  padding-bottom: 80px;
  padding-top: 80px;
}
.p-application-guideline .p-application-guideline_inner {
  margin: 0 auto 90px;
  max-width: 750px;
}
@media screen and (max-width: 767px) {
  .p-application-guideline {
    padding-bottom: 13.3333333333vw;
    padding-top: 13.3333333333vw;
  }
  .p-application-guideline .p-application-guideline_inner {
    margin-bottom: 12vw;
    max-width: 92vw;
  }
}