@charset "UTF-8";
/*============================================================
  common
============================================================*/
/*  web font
------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Lilita+One&family=Noto+Sans+JP:wght@400;700&display=swap");
:root {
  --base-width: 767px;
  --inner-width: 690px;
  --txt-color: #fff;
  --alert-color: #ff0000;
  --colorLine: #06C755;
  --colorY: #ffea00;
  --colorB: #0b318f;
  --colorR: #e60012;
  --link-color: #e60012;
  --linkVisited-color: #e60012;
  --linkHover-color: #e60012;
  --btn-color: #e60012;
  --btn-width: 100%;
  --btn-height: 140px;
  --radius1: 20px;
  --radius2: 40px;
  --radius3: 60px;
  --fontset_noto: "Noto Sans JP",-apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  --fsize8: 0.5rem;
  --fsize9: 0.56rem;
  --fsize10: 0.63rem;
  --fsize11: 0.69rem;
  --fsize12: 0.75rem;
  --fsize13: 0.82rem;
  --fsize14: 0.88rem;
  --fsize15: 0.94rem;
  --fsize16: 1rem;
  --fsize17: 1.07rem;
  --fsize18: 1.13rem;
  --fsize19: 1.19rem;
  --fsize20: 1.25rem;
  --fsize21: 1.32rem;
  --fsize22: 1.38rem;
  --fsize23: 1.44rem;
  --fsize24: 1.50rem;
  --fsize25: 1.57rem;
  --fsize26: 1.63rem;
  --fsize27: 1.69rem;
  --fsize28: 1.75rem;
  --fsize29: 1.82rem;
  --fsize30: 1.88rem;
  --fsize31: 1.94rem;
  --fsize32: 2rem;
  --fsize33: 2.07rem;
  --fsize34: 2.13rem;
  --fsize35: 2.19rem;
  --fsize36: 2.25rem;
  --fsize37: 2.32rem;
  --fsize38: 2.38rem;
  --fsize39: 2.44rem;
  --fsize40: 2.50rem;
  --fsize41: 2.57rem;
  --fsize42: 2.63rem;
  --fsize43: 2.69rem;
  --fsize44: 2.75rem;
  --fsize45: 2.82rem;
  --fsize46: 2.88rem;
  --fsize47: 2.94rem;
  --fsize48: 3.00rem;
  --fsize49: 3.07rem;
  --fsize50: 3.13rem;
  --fsize51: 3.19rem;
  --fsize52: 3.25rem;
  --fsize53: 3.32rem;
  --fsize54: 3.38rem;
  --fsize55: 3.44rem;
  --fsize56: 3.50rem;
  --fsize57: 3.57rem;
  --fsize58: 3.63rem;
  --fsize59: 3.69rem;
  --fsize60: 3.75rem;
  --fsize61: 3.82rem;
  --fsize62: 3.88rem;
  --fsize63: 3.94rem;
  --fsize64: 4.00rem;
  --fsize65: 4.07rem;
  --fsize66: 4.13rem;
  --fsize67: 4.19rem;
  --fsize68: 4.25rem;
  --fsize69: 4.32rem;
  --fsize70: 4.38rem;
  --fsize71: 4.44rem;
  --fsize72: 4.50rem;
  --fsize73: 4.57rem;
  --fsize74: 4.63rem;
  --fsize75: 4.69rem;
  --fsize76: 4.75rem;
  --fsize77: 4.82rem;
  --fsize78: 4.88rem;
  --fsize79: 4.94rem;
  --fsize80: 5.00rem;
  --easeInSine: cubic-bezier(0.12, 0, 0.39, 0);
  --easeOutSine: cubic-bezier(0.61, 1, 0.88, 1);
  --easeInOutSine: cubic-bezier(0.37, 0, 0.63, 1);
  --easeInQuad: cubic-bezier(0.11, 0, 0.5, 0);
  --easeOutQuad: cubic-bezier(0.5, 1, 0.89, 1);
  --easeInOutQuad: cubic-bezier(0.45, 0, 0.55, 1);
  --easeInCubic: cubic-bezier(0.32, 0, 0.67, 0);
  --easeOutCubic: cubic-bezier(0.33, 1, 0.68, 1);
  --easeInOutCubic: cubic-bezier(0.65, 0, 0.35, 1);
  --easeInQuart: cubic-bezier(0.5, 0, 0.75, 0);
  --easeOutQuart: cubic-bezier(0.25, 1, 0.5, 1);
  --easeInOutQuart: cubic-bezier(0.76, 0, 0.24, 1);
  --easeInQuint: cubic-bezier(0.64, 0, 0.78, 0);
  --easeOutQuint: cubic-bezier(0.22, 1, 0.36, 1);
  --easeInOutQuint: cubic-bezier(0.83, 0, 0.17, 1);
  --easeInExpo: cubic-bezier(0.7, 0, 0.84, 0);
  --easeOutExpo: cubic-bezier(0.16, 1, 0.3, 1);
  --easeInOutExpo: cubic-bezier(0.87, 0, 0.13, 1);
  --easeInCirc: cubic-bezier(0.55, 0, 1, 0.45);
  --easeOutCirc: cubic-bezier(0, 0.55, 0.45, 1);
  --easeInOutCirc: cubic-bezier(0.85, 0, 0.15, 1);
  --easeInBack: cubic-bezier(0.36, 0, 0.66, -0.56);
  --easeOutBack: cubic-bezier(0.34, 1.56, 0.64, 1);
  --easeInOutBack: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --easeOutMoment: cubic-bezier(0, 0.8, 0, 1);
  --linearCenter: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  --linearInOut: linear(0, 0.08, 0.32, 0.68, 0.92, 1);
  --linearBounce: linear(0, 1.32, 0.87, 1.05, 0.98, 1.01, 1, 1);
}

/*============================================================
  reset
============================================================*/
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  border: 0;
  margin: 0;
  padding: 0;
}

input {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}

html:not(.ios) input[type=radio] {
  background: none;
  border: none;
  border-radius: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button] {
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=submit],
input[type=button] {
  cursor: pointer;
}

select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button {
  display: block;
  border: none;
  border-radius: 0;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -ms-interpolation-mode: bicubic;
}

strong, em, b, i, small, address {
  font-weight: normal;
  font-style: normal;
}

main {
  display: block;
}

/* text */
input::-ms-clear {
  visibility: hidden;
}

/* password */
input::-ms-reveal {
  visibility: hidden;
}

/* テキストエリアのりサイズ縦のみ可 */
textarea {
  resize: vertical;
}

/*
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 700;
  font-style: bold;
  src: url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
  font-display: swap;
}
*/
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: var(--fontset_noto);
}
html.ios {
  height: 100vh;
}

body {
  font-feature-settings: "palt" 1;
  color: var(--txt-color);
  width: 100%;
  height: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body.fixed {
  position: fixed;
  overflow-y: hidden;
}
body.absolute {
  position: absolute;
}
body.iframe {
  color: var(--colorBl);
}
body.iframe .column {
  border-color: rgba(0, 0, 0, 0.1);
}
body.iframe .column:first-of-type {
  border-color: rgba(0, 0, 0, 0.1);
}

.lilita {
  font-family: "Lilita One", sans-serif;
}

html:not(.ios) input[type=radio] {
  background: none;
  border: none;
  border-radius: 0;
}

/*  a
------------------------------------------------*/
a {
  outline: 0;
  text-decoration: none;
  cursor: pointer;
  color: var(--link-color);
}

a:link {
  text-decoration: none;
}

a:visited {
  color: var(--linkVisited-color);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
}

.hover:hover {
  opacity: 1;
}

@media (min-width: 1024px) {
  .hover {
    transition: opacity 0.3s;
  }
  .hover:hover {
    opacity: 0.7;
  }
}
/*  img
------------------------------------------------*/
picture {
  display: block;
}

.imgOuter {
  font-size: 0;
  line-height: 0;
}
.imgOuter img {
  width: 100%;
  height: auto;
}
.imgOuter.-height img {
  height: 100%;
  width: auto;
}

/*  loader
------------------------------------------------*/
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes stroke {
  0% {
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes slide {
  0% {
    width: 80px;
    left: calc(50% - 40px);
  }
  25% {
    width: 16px;
    left: calc(50% - 40px);
  }
  50% {
    width: 80px;
    left: calc(50% - 40px);
  }
  75% {
    width: 16px;
    left: calc(50% + 24px);
  }
  100% {
    width: 80px;
    left: calc(50% - 40px);
  }
}
@keyframes gear1 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(-360deg) scale(1);
  }
  46.25% {
    transform: translateX(-4px) translateY(24px) rotate(-360deg) scale(1.4);
  }
  50% {
    transform: translateX(24px) translateY(24px) rotate(-360deg) scale(1);
  }
  92.75% {
    transform: translateX(24px) translateY(24px) rotate(0deg) scale(1);
  }
  96.5% {
    transform: translateX(24px) translateY(-4px) rotate(0deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes gear2 {
  0% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
  42.5% {
    transform: translateX(0) translateY(0) rotate(360deg) scale(1);
  }
  46.25% {
    transform: translateX(4px) translateY(-24px) rotate(0deg) scale(1.4);
  }
  50% {
    transform: translateX(-24px) translateY(-24px) rotate(360deg) scale(1);
  }
  92.75% {
    transform: translateX(-24px) translateY(-24px) rotate(0) scale(1);
  }
  96.5% {
    transform: translateX(-24px) translateY(4px) rotate(360deg) scale(1.4);
  }
  100% {
    transform: translateX(0) translateY(0) rotate(0deg) scale(1);
  }
}
@keyframes ball1 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0px);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball2 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
@keyframes ball3 {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  10% {
    transform: translateY(-20px);
    opacity: 0;
  }
  20% {
    transform: translateY(-20px);
    opacity: 0;
  }
  30% {
    transform: translateY(-20px);
    opacity: 0;
  }
  40% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}
.loader {
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}
.loader.-rotateCirc .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  animation: rotate 1.6s var(--easeOutCubic) infinite;
}
.loader.-rotateCirc .ico .circ {
  fill: none;
  stroke: var(--colorB);
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-width: 8px;
  stroke-dasharray: 240px;
  animation: stroke 1.6s var(--easeOutCubic) infinite;
}
.loader.-rotateCirc:before {
  content: "";
  width: 78px;
  height: 78px;
  border-radius: 50%;
  border: 4px solid #efefef;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 39px);
  top: calc(50% - 39px);
}
.loader.-slideBar .bar {
  width: 80px;
  height: 8px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 4px);
  border-radius: 4px;
  background: #999;
  animation: slide 1.6s var(--easeOutCubic) infinite;
}
.loader.-slideBar:before {
  content: "";
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 2px);
}
.loader.-gear .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loader.-gear .gear1 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 13px;
  top: 13px;
  fill: #999;
  animation: 3s linear infinite gear1;
  z-index: 1;
  backface-visibility: hidden;
}
.loader.-gear .gear2 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  bottom: 13px;
  fill: #999;
  animation: 3s linear infinite gear2;
  z-index: 1;
}
.loader.-gear .gear3 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: calc(50% - 14px);
  top: calc(50% - 48px);
  fill: #fff;
  animation: 6s linear infinite rotate;
}
.loader.-ball .ico {
  width: 80px;
  height: 80px;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.loader.-ball .ico div {
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background: #fff;
  top: calc(50% - 5px);
}
.loader.-ball .ico div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  background: #999;
  left: 0;
  top: 0;
}
.loader.-ball .ico div:nth-child(1) {
  left: calc(50% - 30px);
}
.loader.-ball .ico div:nth-child(1):before {
  animation: 1.4s var(--easeOutCubic) infinite ball1;
}
.loader.-ball .ico div:nth-child(2) {
  left: calc(50% - 5px);
}
.loader.-ball .ico div:nth-child(2):before {
  animation: 1.4s var(--easeOutCubic) infinite ball2;
}
.loader.-ball .ico div:nth-child(3) {
  left: calc(50% + 20px);
}
.loader.-ball .ico div:nth-child(3):before {
  animation: 1.4s var(--easeOutCubic) infinite ball3;
}
.loader.fo {
  animation: 0.3s cubic-bezier(0.15, 0.29, 0.62, 0.99) both;
  animation-name: fade_out;
}
.loader.hdn:before.-rotateCirc .ico {
  animation: none;
}
.loader.hdn:before.-rotateCirc .ico .circ {
  animation: none;
}

/* マウス追従カーソル
------------------------------------------------*/
#crsl {
  width: 8px;
  height: 8px;
  top: -4px;
  left: -4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  transition: transform 0.3s var(--easeOutQuad), top 0.5s var(--easeOutQuad), left 0.5s var(--easeOutQuad), width 0.5s var(--easeOutQuad), height 0.5s var(--easeOutQuad), opacity 0.5s var(--easeOutQuad);
}
#crsl.areaOnly {
  opacity: 0;
}
#crsl.areaOnly.over {
  opacity: 1;
}
#crsl.over {
  width: 16px;
  height: 16px;
  top: -8px;
  left: -8px;
  background: rgba(255, 0, 0, 0.2);
}

/*  br
------------------------------------------------*/
br.pc {
  display: inline !important;
}

br.pcTab {
  display: inline !important;
}

br.tabSp {
  display: none !important;
}

br.sp {
  display: none !important;
}

br.spS {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  br.pc {
    display: none !important;
  }
  br.pcTab {
    display: inline !important;
  }
  br.tabSp {
    display: inline !important;
  }
  br.sp {
    display: none !important;
  }
  br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  br.pc {
    display: none !important;
  }
  br.pcTab {
    display: none !important;
  }
  br.tabSp {
    display: inline !important;
  }
  br.sp {
    display: inline !important;
  }
  br.spS {
    display: none !important;
  }
}
@media screen and (max-width: 374px) {
  br.spS {
    display: inline !important;
  }
}
/*  hidden
------------------------------------------------*/
.hdn {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*  baseTmpl
------------------------------------------------*/
.util {
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.util .mt0 {
  margin-top: 0px !important;
}
.util .mt-0 {
  margin-top: 0px !important;
}
.util .mb0 {
  margin-bottom: 0px !important;
}
.util .pt0 {
  padding-top: 0px !important;
}
.util .pb0 {
  padding-bottom: 0px !important;
}
.util .mt5 {
  margin-top: 10px !important;
}
.util .mt-5 {
  margin-top: -10px !important;
}
.util .mb5 {
  margin-bottom: 10px !important;
}
.util .pt5 {
  padding-top: 10px !important;
}
.util .pb5 {
  padding-bottom: 10px !important;
}
.util .mt10 {
  margin-top: 20px !important;
}
.util .mt-10 {
  margin-top: -20px !important;
}
.util .mb10 {
  margin-bottom: 20px !important;
}
.util .pt10 {
  padding-top: 20px !important;
}
.util .pb10 {
  padding-bottom: 20px !important;
}
.util .mt15 {
  margin-top: 30px !important;
}
.util .mt-15 {
  margin-top: -30px !important;
}
.util .mb15 {
  margin-bottom: 30px !important;
}
.util .pt15 {
  padding-top: 30px !important;
}
.util .pb15 {
  padding-bottom: 30px !important;
}
.util .mt20 {
  margin-top: 40px !important;
}
.util .mt-20 {
  margin-top: -40px !important;
}
.util .mb20 {
  margin-bottom: 40px !important;
}
.util .pt20 {
  padding-top: 40px !important;
}
.util .pb20 {
  padding-bottom: 40px !important;
}
.util .mt25 {
  margin-top: 50px !important;
}
.util .mt-25 {
  margin-top: -50px !important;
}
.util .mb25 {
  margin-bottom: 50px !important;
}
.util .pt25 {
  padding-top: 50px !important;
}
.util .pb25 {
  padding-bottom: 50px !important;
}
.util .mt30 {
  margin-top: 60px !important;
}
.util .mt-30 {
  margin-top: -60px !important;
}
.util .mb30 {
  margin-bottom: 60px !important;
}
.util .pt30 {
  padding-top: 60px !important;
}
.util .pb30 {
  padding-bottom: 60px !important;
}
.util .mt35 {
  margin-top: 70px !important;
}
.util .mt-35 {
  margin-top: -70px !important;
}
.util .mb35 {
  margin-bottom: 70px !important;
}
.util .pt35 {
  padding-top: 70px !important;
}
.util .pb35 {
  padding-bottom: 70px !important;
}
.util .mt40 {
  margin-top: 80px !important;
}
.util .mt-40 {
  margin-top: -80px !important;
}
.util .mb40 {
  margin-bottom: 80px !important;
}
.util .pt40 {
  padding-top: 80px !important;
}
.util .pb40 {
  padding-bottom: 80px !important;
}
.util .mt45 {
  margin-top: 90px !important;
}
.util .mt-45 {
  margin-top: -90px !important;
}
.util .mb45 {
  margin-bottom: 90px !important;
}
.util .pt45 {
  padding-top: 90px !important;
}
.util .pb45 {
  padding-bottom: 90px !important;
}
.util .mt50 {
  margin-top: 100px !important;
}
.util .mt-50 {
  margin-top: -100px !important;
}
.util .mb50 {
  margin-bottom: 100px !important;
}
.util .pt50 {
  padding-top: 100px !important;
}
.util .pb50 {
  padding-bottom: 100px !important;
}
.util .mt55 {
  margin-top: 110px !important;
}
.util .mt-55 {
  margin-top: -110px !important;
}
.util .mb55 {
  margin-bottom: 110px !important;
}
.util .pt55 {
  padding-top: 110px !important;
}
.util .pb55 {
  padding-bottom: 110px !important;
}
.util .mt60 {
  margin-top: 120px !important;
}
.util .mt-60 {
  margin-top: -120px !important;
}
.util .mb60 {
  margin-bottom: 120px !important;
}
.util .pt60 {
  padding-top: 120px !important;
}
.util .pb60 {
  padding-bottom: 120px !important;
}
.util .mt65 {
  margin-top: 130px !important;
}
.util .mt-65 {
  margin-top: -130px !important;
}
.util .mb65 {
  margin-bottom: 130px !important;
}
.util .pt65 {
  padding-top: 130px !important;
}
.util .pb65 {
  padding-bottom: 130px !important;
}
.util .mt70 {
  margin-top: 140px !important;
}
.util .mt-70 {
  margin-top: -140px !important;
}
.util .mb70 {
  margin-bottom: 140px !important;
}
.util .pt70 {
  padding-top: 140px !important;
}
.util .pb70 {
  padding-bottom: 140px !important;
}
.util .mt75 {
  margin-top: 150px !important;
}
.util .mt-75 {
  margin-top: -150px !important;
}
.util .mb75 {
  margin-bottom: 150px !important;
}
.util .pt75 {
  padding-top: 150px !important;
}
.util .pb75 {
  padding-bottom: 150px !important;
}
.util .mt80 {
  margin-top: 160px !important;
}
.util .mt-80 {
  margin-top: -160px !important;
}
.util .mb80 {
  margin-bottom: 160px !important;
}
.util .pt80 {
  padding-top: 160px !important;
}
.util .pb80 {
  padding-bottom: 160px !important;
}
.util .mt85 {
  margin-top: 170px !important;
}
.util .mt-85 {
  margin-top: -170px !important;
}
.util .mb85 {
  margin-bottom: 170px !important;
}
.util .pt85 {
  padding-top: 170px !important;
}
.util .pb85 {
  padding-bottom: 170px !important;
}
.util .mt90 {
  margin-top: 180px !important;
}
.util .mt-90 {
  margin-top: -180px !important;
}
.util .mb90 {
  margin-bottom: 180px !important;
}
.util .pt90 {
  padding-top: 180px !important;
}
.util .pb90 {
  padding-bottom: 180px !important;
}
.util .mt95 {
  margin-top: 190px !important;
}
.util .mt-95 {
  margin-top: -190px !important;
}
.util .mb95 {
  margin-bottom: 190px !important;
}
.util .pt95 {
  padding-top: 190px !important;
}
.util .pb95 {
  padding-bottom: 190px !important;
}
.util .mt100 {
  margin-top: 200px !important;
}
.util .mt-100 {
  margin-top: -200px !important;
}
.util .mb100 {
  margin-bottom: 200px !important;
}
.util .pt100 {
  padding-top: 200px !important;
}
.util .pb100 {
  padding-bottom: 200px !important;
}
.util .inner {
  width: var(--inner-width);
  margin: 0 auto;
}
.util .inner.-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.util .center {
  text-align: center !important;
}
.util .left {
  text-align: left !important;
}
.util .right {
  text-align: right !important;
}
.util .centerParent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.util .centerParent > * {
  display: inline-block;
}
.util strong,
.util em,
.util span,
.util b,
.util sup {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.util .colorAlert {
  color: var(--alert-color);
}
.util .colorBl {
  color: #000;
}
.util .colorB {
  color: var(--colorB);
}
.util .colorR {
  color: var(--colorR);
}
.util .colorY {
  color: var(--colorY);
}
.util .bold {
  font-weight: bold;
}
.util .fsize10 {
  font-size: 1.26rem !important;
}
.util .fsize11 {
  font-size: 1.385rem !important;
}
.util .fsize12 {
  font-size: 1.51rem !important;
}
.util .fsize13 {
  font-size: 1.635rem !important;
}
.util .fsize14 {
  font-size: 1.76rem !important;
}
.util .fsize15 {
  font-size: 1.885rem !important;
}
.util .fsize16 {
  font-size: 2.01rem !important;
}
.util .fsize17 {
  font-size: 2.135rem !important;
}
.util .fsize18 {
  font-size: 2.26rem !important;
}
.util .fsize19 {
  font-size: 2.385rem !important;
}
.util .fsize20 {
  font-size: 2.51rem !important;
}
.util .fsize21 {
  font-size: 2.635rem !important;
}
.util .fsize22 {
  font-size: 2.76rem !important;
}
.util .lt0 {
  letter-spacing: 0 !important;
}
.util .lh10 {
  line-height: 1 !important;
}
.util .lh12 {
  line-height: 1.2 !important;
}
.util .lh14 {
  line-height: 1.4 !important;
}
.util .lh16 {
  line-height: 1.6 !important;
}
.util .lh18 {
  line-height: 1.8 !important;
}
.util .lh20 {
  line-height: 2 !important;
}
.util .lh22 {
  line-height: 2.2 !important;
}
.util .code {
  display: inline-block;
  vertical-align: baseline;
  background: #f4f4f4;
  border-radius: 3px;
  padding-left: 0.2em;
  padding-right: 0.2em;
  margin-left: 0.2em;
  margin-right: 0.2em;
  line-height: 1.2;
  text-indent: 0;
}
.util .supTxt {
  font-size: var(--fsize10);
  vertical-align: top;
  position: relative;
  top: 0;
}
.util .tel {
  font-size: var(--fsize50);
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  padding-left: 84px;
  background: url(../images/ico_tel_bl.svg) no-repeat left center;
  background-size: 72px auto;
}
.util .disableTel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}
.util .block {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: #f4f4f4;
  padding: 40px 48px;
}
.util .block.-bgW {
  background-color: #fff;
}
.util .block.-bgB {
  background-color: rgba(0, 0, 0, 0.2);
}
.util .block.-border {
  background: none;
  border: 4px solid #fff;
}
.util .block.-alert {
  border: 4px solid var(--alert-color);
  background: #fff;
}
.util .txtLink {
  position: relative;
  padding-left: 32px;
  margin: 0 8px;
}
.util .txtLink:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 0.6em;
  background-color: var(--link-color);
  height: 12px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 7.5px;
}
.util .txtLink.-left:before {
  background-color: var(--link-color);
  height: 12px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 7.5px;
}
.util .txtLink.-up:before {
  background-color: var(--link-color);
  width: 12px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  height: 7.5px;
}
.util .txtLink.-down:before {
  background-color: var(--link-color);
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 7.5px;
}
.util .txtLink.-noar {
  padding-left: 0;
}
.util .txtLink.-noar:before {
  display: none;
}
.util .txtLink.-blank {
  padding-right: 28px;
  background: url(../images/ico_blank.svg) no-repeat 99.5% 0.45em;
  background-size: 20px auto;
}
.util .txtLink.-file {
  padding-right: 24px;
  background: url(../images/ico_file.svg) no-repeat 99.5% 0.45em;
  background-size: auto 20px;
}
.util input[type=submit].btn,
.util input[type=button].btn,
.util input[type=reset].btn {
  font-weight: bold;
  font-size: var(--fsize40px);
}
.util .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  box-sizing: border-box;
  border-radius: var(--radius1);
  height: var(--btn-height);
  width: 100%;
  max-width: var(--btn-width);
  margin-left: auto;
  margin-right: auto;
  font-size: var(--fsize40);
  line-height: 1.2;
  background-color: var(--btn-color);
  border: 4px solid #fff;
  color: #fff;
}
.util .btn.-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.util .btn:before {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.util .btn.-left {
  margin-left: 0;
  margin-right: 0;
}
.util .btn.-sub {
  --btn-color: #6b6b6b;
  background-color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega {
  background: none;
  color: #fff;
  border: 4px solid #fff;
}
.util .btn.-nega.-sub {
  color: var(--btn-color);
  border: 2px solid var(--btn-color);
}
.util .btn.-nega.-sub.-file:before {
  background-image: url(../images/ico_file_gray.svg);
}
.util .btn.-nega.-sub.-blank:before {
  background-image: url(../images/ico_blank_gray.svg);
}
.util .btn.-nega.-file:before {
  background-image: url(../images/ico_file.svg);
}
.util .btn.-nega.-blank:before {
  background-image: url(../images/ico_blank_b.svg);
}
.util .btn.-nega.-close:before {
  background-color: var(--btn-color);
}
.util .btn.-nega.-close:after {
  background-color: var(--btn-color);
}
.util .btn.-line {
  background-color: var(--colorLine);
}
.util .btn.-line:before {
  content: "";
  display: block;
  width: 11.5%;
  height: 75%;
  background: url(../images/ico_line.svg) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 3%;
  top: 25%;
}
.util .btn.-sizeSS {
  --btn-color: #0b318f;
  max-width: none;
  width: auto;
  display: table;
  height: auto;
  line-height: 1;
  padding: 15px 64px 19px;
}
.util .btn.-sizeSS > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 1;
}
.util .btn.-sizeSS.-file:before {
  right: 20px;
  width: 16px;
  height: 20px;
  top: calc(50% - 10px);
}
.util .btn.-sizeSS.-blank:before {
  right: 20px;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
}
.util .btn.-sizeS {
  --btn-height: 110px;
  font-size: var(--fsize32);
}
.util .btn.-sizeS.-file:before {
  right: 30px;
}
.util .btn.-sizeS.-blank:before {
  right: 30px;
}
.util .btn.-sizeL {
  max-width: var(--btn-width);
}
.util .btn.-file:before {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 14px);
  width: 24px;
  height: 28px;
  background-image: url(../images/ico_file_w.svg);
}
.util .btn.-blank:before {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 14px);
  width: 28px;
  height: 28px;
  background-image: url(../images/ico_blank_w.svg);
}
.util .btn.-close {
  background: none;
  border: 2px solid var(--colorB);
  color: var(--colorB);
}
.util .btn.-close:before {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 2px);
  width: 24px;
  height: 4px;
  background-color: var(--colorB);
  transform: rotate(-45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btn.-close:after {
  content: "";
  position: absolute;
  right: 40px;
  top: calc(50% - 2px);
  width: 24px;
  height: 4px;
  background-color: var(--colorB);
  transform: rotate(45deg);
  transition: transform 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btnArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
}
.util .btnArea > .btn {
  width: 47.5%;
  margin: 0;
}
.util .btnArea > .btn:first-child {
  margin-right: 3%;
}
.util .btnArea > .btn.-sizeS {
  width: 27.5%;
}
.util .list.right > li, .util .list.center > li {
  display: block;
}
.util .list.right > li:before, .util .list.center > li:before {
  display: none;
}
.util .list.-noMarker > li {
  padding-left: 1em;
  text-indent: -1em;
}
.util .list.-noMarker > li:before {
  display: none;
}
.util .list > li {
  position: relative;
  line-height: 1.4;
  display: table;
  padding-left: 1em;
}
.util .list > li:not(:last-child) {
  margin-bottom: 0.5em;
}
.util .list > li:before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0.3em;
  top: 0.5em;
  background-color: #000;
  border-radius: 50%;
  box-sizing: border-box;
}
.util .list > li:after {
  content: "";
  display: block;
}
.util .list > li .list {
  margin-top: 0.5em;
}
.util .list > li .list > li:before {
  background-color: #fff;
  border: 1px solid #000;
}
.util .list.-notes > li {
  padding-left: 24px;
}
.util .list.-notes > li:before {
  content: "※";
  font-size: var(--fsize20);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .list.-asterisk > li {
  padding-left: 24px;
}
.util .list.-asterisk > li:before {
  content: "＊";
  font-size: var(--fsize20);
  width: auto;
  height: auto;
  top: 0;
  left: 0;
  background: none !important;
  border-radius: none !important;
  border: none !important;
}
.util .head01 {
  font-size: 2.26rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head01.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head01.-dot {
  padding-left: 24px;
}
.util .head01.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head02 {
  font-size: 3.01rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head02.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head02.-dot {
  padding-left: 24px;
}
.util .head02.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head03 {
  font-size: 3.76rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head03.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head03.-dot {
  padding-left: 24px;
}
.util .head03.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head04 {
  font-size: 4.51rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head04.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head04.-dot {
  padding-left: 24px;
}
.util .head04.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head05 {
  font-size: 5.26rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head05.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head05.-dot {
  padding-left: 24px;
}
.util .head05.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .head06 {
  font-size: 6.01rem;
  line-height: 1.4;
  font-weight: bold;
  position: relative;
}
.util .head06.-underLine {
  border-bottom: 4px solid #eaeaea;
}
.util .head06.-dot {
  padding-left: 24px;
}
.util .head06.-dot:before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  left: 2px;
  top: calc(50% - 7px);
}
.util .tableScroller {
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 100%;
  overflow-x: scroll;
}
.util .tableScroller::-webkit-scrollbar {
  display: none;
}
.util .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.util .table th, .util .table td {
  border: 2px solid #b3b3b3;
  empty-cells: show;
  padding: 20px;
  line-height: 1.4;
}
.util .table th {
  background-color: #f0f0f0;
}
.util label {
  display: block;
}
.util input[type=text],
.util input[type=email],
.util input[type=tel],
.util textarea {
  font-size: var(--fsize36);
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 30px;
  border-radius: var(--radius1);
  box-sizing: border-box;
  color: #000;
  transition: background 0.3s var(--easeOutCubic);
  background-color: #fff;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.util input[type=text]:focus,
.util input[type=email]:focus,
.util input[type=tel]:focus,
.util textarea:focus {
  background: #fff;
}
.util input[type=text].full,
.util input[type=email].full,
.util input[type=tel].full,
.util textarea.full {
  width: 100%;
}
.util input[type=text].col2,
.util input[type=email].col2,
.util input[type=tel].col2,
.util textarea.col2 {
  width: 49%;
}
.util input[type=text].error,
.util input[type=email].error,
.util input[type=tel].error,
.util textarea.error {
  background: rgba(255, 0, 0, 0.1);
}
.util input[type=text]::-webkit-scrollbar,
.util input[type=email]::-webkit-scrollbar,
.util input[type=tel]::-webkit-scrollbar,
.util textarea::-webkit-scrollbar {
  display: none;
}
.util select {
  font-size: var(--fsize36);
  line-height: 1.2;
  padding: 30px 76px 30px 30px;
  background: #fff;
  border-radius: var(--radius1);
  box-sizing: border-box;
  color: #000;
  cursor: pointer;
  width: 100%;
  transition: background 0.2s var(--easeOutCubic);
}
.util select.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.util select.alert {
  background: #ffcccc;
}
.util .required {
  background: var(--alert-color);
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: var(--fsize24);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  border-radius: 5px;
  padding: 6px 12px 8px;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.util .alerthead {
  font-size: var(--fsize36);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  border-radius: var(--radius1);
  padding: 20px 0;
  background: url(../images/ico_alert_w.svg) no-repeat 3% center, url(../images/ico_alert_w.svg) no-repeat 97% center var(--alert-color);
  background-size: 36px auto, 36px auto;
}
.util .alertmessage {
  font-size: var(--fsize24);
  line-height: 1.4;
  font-weight: bold;
  background: var(--alert-color);
  display: table;
  color: #fff;
  padding: 12px 20px;
  border-radius: var(--radius1);
  margin-top: 10px;
}
.util .alertmessage.-name {
  margin-left: 10%;
}
.util .column {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30px 0;
  box-sizing: border-box;
}
.util .column:first-of-type {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.util .column.-noborder {
  border-bottom: none;
}
.util .column.-gray {
  border-bottom: 1px solid #dddddd;
}
.util .column.-gray:first-of-type {
  border-top: 1px solid #dddddd;
}
.util .column dt, .util .column dd {
  text-align: left;
}
.util .columnInner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
  width: 100%;
  position: relative;
}
.util .columnInner.-noGap {
  gap: 0;
}
.util .columnInner.-noStretch {
  -ms-flex-align: center;
      align-items: center;
}
.util .columnInner.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.util .nameLabel {
  width: 10%;
  text-align: right;
  box-sizing: border-box;
  padding-right: 0.5em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.util .formName {
  width: 90%;
}
.util .btnLabel {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: var(--fsize28);
  line-height: 1.2;
  padding: 20px 10px 20px 52px;
  min-height: 124px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--radius1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  transition: border 0.2s var(--easeOutCubic), background 0.2s var(--easeOutCubic);
}
.util .btnLabel.-radio:before {
  content: "";
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
}
.util .btnLabel.-radio.checked {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.util .btnLabel.-radio.checked:before {
  border: 6px solid #fff;
  background: rgb(0, 0, 0);
}
.util .btnLabel.-check:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
}
.util .btnLabel.-check.checked {
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.util .btnLabel.-check.checked:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.util .btnLabel.-check.checked:after {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  position: absolute;
  left: 20px;
  top: calc(50% - 10px);
  transform: rotate(-45deg);
}
.util .btnLabel.-col3 {
  width: 32%;
}
.util .btnLabel.-col2 {
  width: 49%;
}
.util .btnLabel.-full {
  width: 100%;
}
.util .btnLabel.center {
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 10px;
}
.util .btnLabel > input[type=radio],
.util .btnLabel > input[type=checkbox] {
  display: none;
}
.util .selectCol {
  position: relative;
  width: 100%;
}
.util .selectCol:before {
  content: "";
  background-color: #000;
  width: 24px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 12px;
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
  pointer-events: none;
}
.util .selectCol.-col3 {
  width: 32%;
}
.util .selectCol.-col3:before {
  right: 20px;
}
.util .selectCol.-col2 {
  width: 49%;
}
.util .selectCol.-full {
  width: 100%;
}
.util .confirm {
  border-radius: var(--radius1);
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 24px;
  line-height: 1.4;
  word-break: break-all;
}
.util .history_tab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 2%;
  border-bottom: 2px solid var(--btn-color);
  text-align: center;
}
.util .history_tab > li {
  width: 49%;
  margin-bottom: -2px;
}
.util .history_tab > li > a,
.util .history_tab > li > span {
  display: block;
  width: 100%;
  font-size: var(--fsize16);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  position: relative;
  box-sizing: border-box;
}
.util .history_tab > li > a,
.util .history_tab > li > span {
  color: #fff;
  background: var(--btn-color);
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: auto;
}
.util .history_tab > li > a:before,
.util .history_tab > li > span:before {
  content: "";
  background-color: #fff;
  height: 8px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 5px;
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
}
.util .history_tab > li.active > a,
.util .history_tab > li.active > span {
  color: var(--btn-color);
  border-top: 2px solid var(--btn-color);
  border-right: 2px solid var(--btn-color);
  border-left: 2px solid var(--btn-color);
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 14px 0 15px;
  pointer-events: none;
}
.util .history_lists > li {
  box-sizing: border-box;
  padding: 15px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.util .history_lists > li .history_col:not(:first-child) {
  margin-top: 10px;
}
.util .history_lists > li.border-top {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
}
.util .history_col {
  display: table;
}
.util .history_col dt {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: var(--fsize24);
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: bold;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  min-width: 160px;
  padding: 20px 0;
}
.util .history_col dd {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  padding: 10px 0 10px 20px;
  line-height: 1.2;
  text-align: left;
}
.util .history_course {
  font-size: var(--fsize12);
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
  display: table;
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 5px;
  text-align: center;
  background: #efefef;
}
.util .history_pn1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 20px;
}
.util .history_pn1 > .prev,
.util .history_pn1 > .next {
  width: 60px;
  height: 60px;
  position: relative;
  display: block;
  box-sizing: border-box;
  background: var(--btn-color);
  border-radius: 10px;
  font-size: var(--fsize28);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
}
.util .history_pn1 > .prev.-none,
.util .history_pn1 > .next.-none {
  opacity: 0.3;
}
.util .history_pn1 > .prev:before,
.util .history_pn1 > .next:before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: calc(50% - 8px);
}
.util .history_pn1 > .prev:before {
  background-color: #fff;
  height: 16px;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 10px;
}
.util .history_pn1 > .next:before {
  background-color: #fff;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
}
.util .history_pn1 > .page {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 10px;
  line-height: 1;
}
.util .history_pn1 > .page > span {
  letter-spacing: 0.05em;
}
.util .history_pn1 > .page > .page_this {
  font-size: var(--fsize32);
}
.util .history_pn1 > .page > .page_txt {
  font-size: var(--fsize28);
}
.util .history_pn1 > .page > .page_all {
  font-size: var(--fsize32);
}
.util .history_pn1 > .link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 50px;
  line-height: 1;
}
.util .history_pn1 > .link > .page_this {
  font-size: var(--fsize36);
  border-bottom: 2px solid #fff;
  padding-bottom: 0.2em;
}
.util .history_pn1 > .link > .page_link {
  font-size: var(--fsize36);
  color: #fff;
  padding-bottom: 0.2em;
}
.util .history_pn2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  gap: 0 20px;
}
.util .history_pn2 > input[type=tel] {
  padding: 20px;
  font-size: var(--fsize32);
  text-align: center;
  width: 160px;
}
.util .history_pn2 > .txt {
  font-size: var(--fsize32);
  letter-spacing: 0.05em;
}
.util .history_pn2 > .btn {
  height: 84px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  box-sizing: border-box;
  border: none;
  background: var(--btn-color);
  width: auto;
  margin: 0;
  border-radius: var(--radius1);
  font-size: var(--fsize28);
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  padding: 0 48px 0 50px;
}
.util .history_pn2 > .btn:before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 16px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 10px;
  right: 12px;
  top: calc(50% - 8px);
}
.util .accorBlock {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #000;
  border-radius: var(--radius1);
  box-sizing: border-box;
}
.util .accorBtn {
  cursor: pointer;
  position: relative;
  padding: 30px 40px 30px 40px;
}
.util .accorBtn:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 1.1em;
  color: #fff;
  font-family: "Lilita One", sans-serif;
  font-weight: bold;
  font-size: var(--fsize28);
  line-height: 1;
  letter-spacing: 0;
  padding: 4px 0;
  text-align: center;
  border-radius: var(--radius1);
  min-width: 80px;
  background: var(--colorB);
  display: none;
}
.util .accorBtn.open .accorIco:after {
  transform: rotateZ(90deg);
}
.util .accorBtn.-q1 {
  padding-left: 130px;
}
.util .accorBtn.-q1:before {
  display: block;
  content: "Q1";
}
.util .accorBtn.-q1 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q1 + .accorArea .inner:before {
  display: block;
  content: "A1";
}
.util .accorBtn.-q2 {
  padding-left: 130px;
}
.util .accorBtn.-q2:before {
  display: block;
  content: "Q2";
}
.util .accorBtn.-q2 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q2 + .accorArea .inner:before {
  display: block;
  content: "A2";
}
.util .accorBtn.-q3 {
  padding-left: 130px;
}
.util .accorBtn.-q3:before {
  display: block;
  content: "Q3";
}
.util .accorBtn.-q3 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q3 + .accorArea .inner:before {
  display: block;
  content: "A3";
}
.util .accorBtn.-q4 {
  padding-left: 130px;
}
.util .accorBtn.-q4:before {
  display: block;
  content: "Q4";
}
.util .accorBtn.-q4 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q4 + .accorArea .inner:before {
  display: block;
  content: "A4";
}
.util .accorBtn.-q5 {
  padding-left: 130px;
}
.util .accorBtn.-q5:before {
  display: block;
  content: "Q5";
}
.util .accorBtn.-q5 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q5 + .accorArea .inner:before {
  display: block;
  content: "A5";
}
.util .accorBtn.-q6 {
  padding-left: 130px;
}
.util .accorBtn.-q6:before {
  display: block;
  content: "Q6";
}
.util .accorBtn.-q6 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q6 + .accorArea .inner:before {
  display: block;
  content: "A6";
}
.util .accorBtn.-q7 {
  padding-left: 130px;
}
.util .accorBtn.-q7:before {
  display: block;
  content: "Q7";
}
.util .accorBtn.-q7 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q7 + .accorArea .inner:before {
  display: block;
  content: "A7";
}
.util .accorBtn.-q8 {
  padding-left: 130px;
}
.util .accorBtn.-q8:before {
  display: block;
  content: "Q8";
}
.util .accorBtn.-q8 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q8 + .accorArea .inner:before {
  display: block;
  content: "A8";
}
.util .accorBtn.-q9 {
  padding-left: 130px;
}
.util .accorBtn.-q9:before {
  display: block;
  content: "Q9";
}
.util .accorBtn.-q9 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q9 + .accorArea .inner:before {
  display: block;
  content: "A9";
}
.util .accorBtn.-q10 {
  padding-left: 130px;
}
.util .accorBtn.-q10:before {
  display: block;
  content: "Q10";
}
.util .accorBtn.-q10 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q10 + .accorArea .inner:before {
  display: block;
  content: "A10";
}
.util .accorBtn.-q11 {
  padding-left: 130px;
}
.util .accorBtn.-q11:before {
  display: block;
  content: "Q11";
}
.util .accorBtn.-q11 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q11 + .accorArea .inner:before {
  display: block;
  content: "A11";
}
.util .accorBtn.-q12 {
  padding-left: 130px;
}
.util .accorBtn.-q12:before {
  display: block;
  content: "Q12";
}
.util .accorBtn.-q12 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q12 + .accorArea .inner:before {
  display: block;
  content: "A12";
}
.util .accorBtn.-q13 {
  padding-left: 130px;
}
.util .accorBtn.-q13:before {
  display: block;
  content: "Q13";
}
.util .accorBtn.-q13 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q13 + .accorArea .inner:before {
  display: block;
  content: "A13";
}
.util .accorBtn.-q14 {
  padding-left: 130px;
}
.util .accorBtn.-q14:before {
  display: block;
  content: "Q14";
}
.util .accorBtn.-q14 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q14 + .accorArea .inner:before {
  display: block;
  content: "A14";
}
.util .accorBtn.-q15 {
  padding-left: 130px;
}
.util .accorBtn.-q15:before {
  display: block;
  content: "Q15";
}
.util .accorBtn.-q15 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q15 + .accorArea .inner:before {
  display: block;
  content: "A15";
}
.util .accorBtn.-q16 {
  padding-left: 130px;
}
.util .accorBtn.-q16:before {
  display: block;
  content: "Q16";
}
.util .accorBtn.-q16 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q16 + .accorArea .inner:before {
  display: block;
  content: "A16";
}
.util .accorBtn.-q17 {
  padding-left: 130px;
}
.util .accorBtn.-q17:before {
  display: block;
  content: "Q17";
}
.util .accorBtn.-q17 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q17 + .accorArea .inner:before {
  display: block;
  content: "A17";
}
.util .accorBtn.-q18 {
  padding-left: 130px;
}
.util .accorBtn.-q18:before {
  display: block;
  content: "Q18";
}
.util .accorBtn.-q18 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q18 + .accorArea .inner:before {
  display: block;
  content: "A18";
}
.util .accorBtn.-q19 {
  padding-left: 130px;
}
.util .accorBtn.-q19:before {
  display: block;
  content: "Q19";
}
.util .accorBtn.-q19 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q19 + .accorArea .inner:before {
  display: block;
  content: "A19";
}
.util .accorBtn.-q20 {
  padding-left: 130px;
}
.util .accorBtn.-q20:before {
  display: block;
  content: "Q20";
}
.util .accorBtn.-q20 + .accorArea .inner {
  padding-left: 130px;
}
.util .accorBtn.-q20 + .accorArea .inner:before {
  display: block;
  content: "A20";
}
.util .accorArea {
  height: 0;
}
.util .accorArea.open .inner {
  opacity: 1;
}
.util .accorArea .inner {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px 30px;
  opacity: 0;
  position: relative;
  transition: opacity 0.1s;
}
.util .accorArea .inner:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0.2em;
  color: #fff;
  font-family: "Lilita One", sans-serif;
  font-weight: bold;
  font-size: var(--fsize28);
  line-height: 1;
  letter-spacing: 0;
  padding: 4px 0;
  text-align: center;
  border-radius: var(--radius1);
  min-width: 80px;
  background: var(--colorR);
  display: none;
}
.util .accorIco {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 30px;
  top: calc(50% - 12px);
  pointer-events: none;
  transition: transform 0.2s;
}
.util .accorIco:before {
  content: "";
  width: 24px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 0;
  top: calc(50% - 2px);
  transition: transform 0.2s;
}
.util .accorIco:after {
  content: "";
  width: 4px;
  height: 24px;
  background: #000;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  transition: transform 0.2s;
}

@media screen and (max-width: 767px) {
  :root {
    --inner-width: 90%;
    --radius1: 2.61vw;
    --btn-height: 14vw;
    --btn-width: 100%;
  }
  .util .mt0 {
    margin-top: 0vw !important;
  }
  .util .mb0 {
    margin-bottom: 0vw !important;
  }
  .util .pt0 {
    padding-top: 0vw !important;
  }
  .util .pb0 {
    padding-bottom: 0vw !important;
  }
  .util .mt5 {
    margin-top: 1.3vw !important;
  }
  .util .mb5 {
    margin-bottom: 1.3vw !important;
  }
  .util .pt5 {
    padding-top: 1.3vw !important;
  }
  .util .pb5 {
    padding-bottom: 1.3vw !important;
  }
  .util .mt10 {
    margin-top: 2.61vw !important;
  }
  .util .mb10 {
    margin-bottom: 2.61vw !important;
  }
  .util .pt10 {
    padding-top: 2.61vw !important;
  }
  .util .pb10 {
    padding-bottom: 2.61vw !important;
  }
  .util .mt15 {
    margin-top: 3.91vw !important;
  }
  .util .mb15 {
    margin-bottom: 3.91vw !important;
  }
  .util .pt15 {
    padding-top: 3.91vw !important;
  }
  .util .pb15 {
    padding-bottom: 3.91vw !important;
  }
  .util .mt20 {
    margin-top: 5.22vw !important;
  }
  .util .mb20 {
    margin-bottom: 5.22vw !important;
  }
  .util .pt20 {
    padding-top: 5.22vw !important;
  }
  .util .pb20 {
    padding-bottom: 5.22vw !important;
  }
  .util .mt25 {
    margin-top: 6.52vw !important;
  }
  .util .mb25 {
    margin-bottom: 6.52vw !important;
  }
  .util .pt25 {
    padding-top: 6.52vw !important;
  }
  .util .pb25 {
    padding-bottom: 6.52vw !important;
  }
  .util .mt30 {
    margin-top: 7.82vw !important;
  }
  .util .mb30 {
    margin-bottom: 7.82vw !important;
  }
  .util .pt30 {
    padding-top: 7.82vw !important;
  }
  .util .pb30 {
    padding-bottom: 7.82vw !important;
  }
  .util .mt35 {
    margin-top: 9.13vw !important;
  }
  .util .mb35 {
    margin-bottom: 9.13vw !important;
  }
  .util .pt35 {
    padding-top: 9.13vw !important;
  }
  .util .pb35 {
    padding-bottom: 9.13vw !important;
  }
  .util .mt40 {
    margin-top: 10.43vw !important;
  }
  .util .mb40 {
    margin-bottom: 10.43vw !important;
  }
  .util .pt40 {
    padding-top: 10.43vw !important;
  }
  .util .pb40 {
    padding-bottom: 10.43vw !important;
  }
  .util .mt45 {
    margin-top: 11.73vw !important;
  }
  .util .mb45 {
    margin-bottom: 11.73vw !important;
  }
  .util .pt45 {
    padding-top: 11.73vw !important;
  }
  .util .pb45 {
    padding-bottom: 11.73vw !important;
  }
  .util .mt50 {
    margin-top: 13.04vw !important;
  }
  .util .mb50 {
    margin-bottom: 13.04vw !important;
  }
  .util .pt50 {
    padding-top: 13.04vw !important;
  }
  .util .pb50 {
    padding-bottom: 13.04vw !important;
  }
  .util .mt55 {
    margin-top: 14.34vw !important;
  }
  .util .mb55 {
    margin-bottom: 14.34vw !important;
  }
  .util .pt55 {
    padding-top: 14.34vw !important;
  }
  .util .pb55 {
    padding-bottom: 14.34vw !important;
  }
  .util .mt60 {
    margin-top: 15.65vw !important;
  }
  .util .mb60 {
    margin-bottom: 15.65vw !important;
  }
  .util .pt60 {
    padding-top: 15.65vw !important;
  }
  .util .pb60 {
    padding-bottom: 15.65vw !important;
  }
  .util .mt65 {
    margin-top: 16.95vw !important;
  }
  .util .mb65 {
    margin-bottom: 16.95vw !important;
  }
  .util .pt65 {
    padding-top: 16.95vw !important;
  }
  .util .pb65 {
    padding-bottom: 16.95vw !important;
  }
  .util .mt70 {
    margin-top: 18.25vw !important;
  }
  .util .mb70 {
    margin-bottom: 18.25vw !important;
  }
  .util .pt70 {
    padding-top: 18.25vw !important;
  }
  .util .pb70 {
    padding-bottom: 18.25vw !important;
  }
  .util .mt75 {
    margin-top: 19.56vw !important;
  }
  .util .mb75 {
    margin-bottom: 19.56vw !important;
  }
  .util .pt75 {
    padding-top: 19.56vw !important;
  }
  .util .pb75 {
    padding-bottom: 19.56vw !important;
  }
  .util .mt80 {
    margin-top: 20.86vw !important;
  }
  .util .mb80 {
    margin-bottom: 20.86vw !important;
  }
  .util .pt80 {
    padding-top: 20.86vw !important;
  }
  .util .pb80 {
    padding-bottom: 20.86vw !important;
  }
  .util .mt85 {
    margin-top: 22.16vw !important;
  }
  .util .mb85 {
    margin-bottom: 22.16vw !important;
  }
  .util .pt85 {
    padding-top: 22.16vw !important;
  }
  .util .pb85 {
    padding-bottom: 22.16vw !important;
  }
  .util .mt90 {
    margin-top: 23.47vw !important;
  }
  .util .mb90 {
    margin-bottom: 23.47vw !important;
  }
  .util .pt90 {
    padding-top: 23.47vw !important;
  }
  .util .pb90 {
    padding-bottom: 23.47vw !important;
  }
  .util .mt95 {
    margin-top: 24.77vw !important;
  }
  .util .mb95 {
    margin-bottom: 24.77vw !important;
  }
  .util .pt95 {
    padding-top: 24.77vw !important;
  }
  .util .pb95 {
    padding-bottom: 24.77vw !important;
  }
  .util .mt100 {
    margin-top: 26.08vw !important;
  }
  .util .mb100 {
    margin-bottom: 26.08vw !important;
  }
  .util .pt100 {
    padding-top: 26.08vw !important;
  }
  .util .pb100 {
    padding-bottom: 26.08vw !important;
  }
  .util .spLeft {
    text-align: left !important;
  }
  .util .fsize10 {
    font-size: 2.61vw !important;
  }
  .util .fsize11 {
    font-size: 2.87vw !important;
  }
  .util .fsize12 {
    font-size: 3.13vw !important;
  }
  .util .fsize13 {
    font-size: 3.39vw !important;
  }
  .util .fsize14 {
    font-size: 3.65vw !important;
  }
  .util .fsize15 {
    font-size: 3.91vw !important;
  }
  .util .fsize16 {
    font-size: 4.17vw !important;
  }
  .util .fsize17 {
    font-size: 4.43vw !important;
  }
  .util .fsize18 {
    font-size: 4.69vw !important;
  }
  .util .fsize19 {
    font-size: 4.95vw !important;
  }
  .util .fsize20 {
    font-size: 5.22vw !important;
  }
  .util .fsize21 {
    font-size: 5.48vw !important;
  }
  .util .fsize22 {
    font-size: 5.74vw !important;
  }
  .util .tel {
    font-size: 7.82vw;
    padding-left: 6.52vw;
    background-size: 5.74vw auto;
  }
  .util .head01 {
    font-size: 4.69vw !important;
  }
  .util .head01.-dot {
    padding-left: 5.22vw;
  }
  .util .head01.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head02 {
    font-size: 5.48vw !important;
  }
  .util .head02.-dot {
    padding-left: 5.22vw;
  }
  .util .head02.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head03 {
    font-size: 6.26vw !important;
  }
  .util .head03.-dot {
    padding-left: 5.22vw;
  }
  .util .head03.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head04 {
    font-size: 7.04vw !important;
  }
  .util .head04.-dot {
    padding-left: 5.22vw;
  }
  .util .head04.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head05 {
    font-size: 7.82vw !important;
  }
  .util .head05.-dot {
    padding-left: 5.22vw;
  }
  .util .head05.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .head06 {
    font-size: 8.6vw !important;
  }
  .util .head06.-dot {
    padding-left: 5.22vw;
  }
  .util .head06.-dot:before {
    width: 3.13vw;
    height: 3.13vw;
    left: 0.26vw;
    top: calc(50% - 1.83vw);
  }
  .util .block {
    padding: 3.91vw 4.43vw;
  }
  .util .txtLink {
    padding-left: 4.17vw;
    margin: 0 1.04vw;
  }
  .util .txtLink:before {
    left: 1.56vw;
    background-color: var(--link-color);
    height: 1.56vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(1.56vw / 1.6);
  }
  .util .txtLink.-left:before {
    background-color: var(--link-color);
    height: 1.56vw;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(1.56vw / 1.6);
  }
  .util .txtLink.-up:before {
    background-color: var(--link-color);
    width: 1.56vw;
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
    height: calc(1.56vw / 1.6);
  }
  .util .txtLink.-down:before {
    background-color: var(--link-color);
    width: 1.56vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(1.56vw / 1.6);
  }
  .util .txtLink.-blank {
    padding-right: 3.65vw;
    background-size: 2.61vw auto;
  }
  .util .txtLink.-file {
    padding-right: 3.13vw;
    background-size: auto 2.61vw;
  }
  .util .btn {
    font-size: 5.22vw;
    border: 2px solid #fff;
  }
  .util .btn.-nega {
    border: 2px solid #fff;
    font-size: 4.17vw;
  }
  .util .btn.-sizeSS {
    padding: 1.96vw 8.34vw 2.48vw;
  }
  .util .btn.-sizeSS.-file:before {
    right: 2.61vw;
    width: 2.09vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeSS.-blank:before {
    right: 2.61vw;
    width: 2.61vw;
    height: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btn.-sizeS {
    --btn-height: 14vw;
  }
  .util .btn.-sizeS.-file:before {
    right: 3.91vw;
  }
  .util .btn.-sizeS.-blank:before {
    right: 3.91vw;
  }
  .util .btn.-sizeL {
    --btn-width: 100%;
    --btn-height: 20vw;
  }
  .util .btn.-file:before {
    content: "";
    position: absolute;
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.13vw;
    height: 3.65vw;
  }
  .util .btn.-blank:before {
    right: 5.22vw;
    top: calc(50% - 1.83vw);
    width: 3.65vw;
    height: 3.65vw;
  }
  .util .btn.-close:before {
    right: 5.22vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btn.-close:after {
    right: 5.22vw;
    top: calc(50% - 0.26vw);
    width: 3.13vw;
    height: 0.52vw;
  }
  .util .btnArea {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .util .btnArea > .btn {
    width: 100%;
  }
  .util .btnArea > .btn:first-child {
    margin-right: 0;
    margin-top: 5.22vw;
    -ms-flex-order: 1;
        order: 1;
  }
  .util .btnArea > .btn.-sizeS {
    width: 80%;
  }
  .util .list.right > li, .util .list.center > li {
    display: block;
  }
  .util .list.right > li:before, .util .list.center > li:before {
    display: none;
  }
  .util .list.-noMarker > li {
    padding-left: 1em;
  }
  .util .list > li:before {
    width: 1.56vw;
    height: 1.56vw;
  }
  .util .list.-notes > li {
    padding-left: 3.13vw;
  }
  .util .list.-notes > li:before {
    font-size: 2.61vw;
  }
  .util .list.-asterisk > li {
    padding-left: 3.13vw;
  }
  .util .list.-asterisk > li:before {
    font-size: 2.61vw;
  }
  .util .table {
    /*
          &.-w120{
            width: 120%;
          }
          &.-w140{
            width: 140%;
          }
    */
  }
  .util .table th, .util .table td {
    padding: 2.61vw;
  }
  .util .table.-w120 {
    width: 120%;
  }
  .util .table.-w140 {
    width: 140%;
  }
  .util .table.-w160 {
    width: 160%;
  }
  .util .table.-w180 {
    width: 180%;
  }
  .util .table.-w200 {
    width: 200%;
  }
  .util input[type=text],
  .util input[type=email],
  .util input[type=tel],
  .util textarea {
    font-size: 4.69vw;
    padding: 3.91vw;
  }
  .util select {
    font-size: 4.69vw;
    padding: 3.91vw 9.91vw 3.91vw 3.91vw;
  }
  .util .required {
    font-size: 3.13vw;
    padding: 0.78vw 1.56vw 1.04vw;
  }
  .util .alerthead {
    font-size: 4.69vw;
    padding: 2.61vw 0;
    background-size: 4.69vw auto, 4.69vw auto;
  }
  .util .alertmessage {
    font-size: 3.65vw;
    padding: 1.56vw 2.61vw;
    margin-top: 1.3vw;
  }
  .util .column {
    padding: 3.91vw 0;
  }
  .util .columnInner {
    gap: 2.61vw 2%;
  }
  .util .nameLabel {
    letter-spacing: 0;
  }
  .util .btnLabel {
    font-size: 3.65vw;
    padding: 2.61vw 1.3vw 2.61vw 6.78vw;
    min-height: 16.17vw;
  }
  .util .btnLabel.-radio:before {
    width: 2.61vw;
    height: 2.61vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
  }
  .util .btnLabel.-radio.checked:before {
    border: 3px solid #fff;
  }
  .util .btnLabel.-check:before {
    width: 2.61vw;
    height: 2.61vw;
    border-radius: 2px;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
    border: 1px solid #fff;
  }
  .util .btnLabel.-check.checked:after {
    content: "";
    width: 2.09vw;
    height: 1.04vw;
    left: 2.61vw;
    top: calc(50% - 1.3vw);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .util .btnLabel.-spCol2 {
    width: 49%;
  }
  .util .btnLabel.-spFull {
    width: 100%;
  }
  .util .selectCol:before {
    background-color: #000;
    width: 3.13vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: calc(3.13vw / 2);
    right: 3.91vw;
    top: calc(50% - 0.78vw);
  }
  .util .selectCol.-col3:before {
    right: 2.61vw;
  }
  .util .selectCol.-spCol2 {
    width: 49%;
  }
  .util .selectCol.-spFull {
    width: 100%;
  }
  .util .confirm {
    padding: 3.13vw;
  }
  .util .history_tab > li > a,
  .util .history_tab > li > span {
    font-size: 4.17vw;
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_tab > li > a:before,
  .util .history_tab > li > span:before {
    background-color: #fff;
    height: 2.09vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 1.6);
    right: 2.61vw;
    top: calc(50% - 1.04vw);
  }
  .util .history_tab > li.active > a,
  .util .history_tab > li.active > span {
    padding: 3.65vw 0 3.91vw;
  }
  .util .history_lists > li {
    padding: 3.91vw 0;
  }
  .util .history_lists > li .history_col:not(:first-child) {
    margin-top: 1.3vw;
  }
  .util .history_col dt {
    font-size: 3.13vw;
    min-width: 20.86vw;
    padding: 2.61vw 0;
  }
  .util .history_col dd {
    padding: 1.3vw 0 1.3vw 2.61vw;
  }
  .util .history_course {
    font-size: 3.13vw;
    padding: 1.04vw 2.61vw;
    margin-bottom: 1.3vw;
  }
  .util .history_pn1 {
    gap: 0 2.61vw;
  }
  .util .history_pn1 > .prev,
  .util .history_pn1 > .next {
    width: 7.82vw;
    height: 7.82vw;
    border-radius: 5px;
  }
  .util .history_pn1 > .prev:before,
  .util .history_pn1 > .next:before {
    left: calc(50% - 0.78vw);
    top: calc(50% - 1.04vw);
  }
  .util .history_pn1 > .prev:before {
    background-color: #fff;
    height: 2.09vw;
    -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
            clip-path: polygon(0 50%, 100% 0, 100% 100%);
    width: calc(2.09vw / 1.6);
  }
  .util .history_pn1 > .next:before {
    background-color: #fff;
    height: 2.09vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 1.6);
  }
  .util .history_pn1 > .page {
    gap: 0 1.3vw;
  }
  .util .history_pn1 > .page > .page_this {
    font-size: 4.17vw;
  }
  .util .history_pn1 > .page > .page_txt {
    font-size: 3.65vw;
  }
  .util .history_pn1 > .page > .page_all {
    font-size: 4.17vw;
  }
  .util .history_pn1 > .link {
    gap: 0 6.52vw;
  }
  .util .history_pn1 > .link > .page_this {
    font-size: 4.69vw;
    border-bottom: 1px solid #fff;
  }
  .util .history_pn1 > .link > .page_link {
    font-size: 4.69vw;
  }
  .util .history_pn2 {
    gap: 0 2.61vw;
  }
  .util .history_pn2 > input[type=tel] {
    padding: 2.61vw;
    font-size: 4.17vw;
    width: 20.86vw;
  }
  .util .history_pn2 > .txt {
    font-size: 4.17vw;
  }
  .util .history_pn2 > .btn {
    height: 10.95vw;
    font-size: 3.65vw;
    padding: 0 6.26vw 0 5.22vw;
  }
  .util .history_pn2 > .btn:before {
    background-color: #fff;
    height: 2.09vw;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: calc(2.09vw / 1.6);
    right: 1.56vw;
    top: calc(50% - 1.04vw);
  }
  .util .accorBtn {
    padding: 2.61vw 10.43vw 2.61vw 5.22vw;
  }
  .util .accorBtn:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    min-width: 10.43vw;
  }
  .util .accorBtn.-q1 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q1 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q2 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q3 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q4 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q5 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q6 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q7 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q8 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q9 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q10 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q11 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q12 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q13 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q14 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q15 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q16 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q17 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q18 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q19 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 {
    padding-left: 16.95vw;
  }
  .util .accorBtn.-q20 + .accorArea .inner {
    padding-left: 16.95vw;
  }
  .util .accorArea .inner {
    padding: 0 5.22vw 3.91vw;
  }
  .util .accorArea .inner:before {
    left: 3.91vw;
    font-size: 3.65vw;
    padding: 0.52vw 0;
    min-width: 10.43vw;
  }
  .util .accorIco {
    position: absolute;
    width: 3.13vw;
    height: 3.13vw;
    right: 3.91vw;
    top: calc(50% - 1.56vw);
  }
  .util .accorIco:before {
    width: 3.13vw;
    height: 0.52vw;
    top: calc(50% - 0.26vw);
  }
  .util .accorIco:after {
    content: "";
    width: 0.52vw;
    height: 3.13vw;
    left: calc(50% - 0.26vw);
  }
}
/*============================================================
  modal
============================================================*/
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slide_in_bg {
  0% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_in_bg_ie {
  0% {
    transform: translateX(-100rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide_out_bg {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes slide_out_bg_ie {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100rem);
  }
}
@keyframes slide_in_contents {
  0% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes zoom_out_contents {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoom_in_btn {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
#modal_bg.active.in {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_in;
}

.ie11 #modal_bg.active.in,
.ie10 #modal_bg.active.in {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_in;
}

#modal_bg.active.out {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_out;
}

.ie11 #modal_bg.active.out,
.ie10 #modal_bg.active.out {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_out;
}

#modal_close.active.in {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_in, zoom_in_btn;
}
#modal_close.active.in:hover {
  opacity: 0.7;
}

#modal_close.active.out {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_out, zoom_out_contents;
}

.modal_contents.active.in {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_in, slide_in_contents;
}

.modal_contents.active.out {
  animation: 0.3s var(--easeInOutCubic) both;
  animation-name: fade_out, zoom_out_contents;
}

body.iframe {
  scrollbar-width: none;
  -ms-overflow-style: none;
  height: auto;
}
body.iframe::-webkit-scrollbar {
  display: none;
}
body.iframe .wrap {
  min-height: 0;
}

.modal_contents {
  display: none;
  opacity: 0;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #666666;
  position: fixed;
  z-index: 2;
  border-radius: var(--radius2);
  max-width: 619px;
  width: 95%;
}
.modal_contents iframe {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal_contents.active {
  display: block;
}

.modal_iframe {
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
}
.modal_iframe.-ios {
  overflow-y: y;
  -webkit-overflow-scrolling: touch;
}

#modal_close {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 10px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  transform: scale(1.2);
  transition: opacity cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s, transform cubic-bezier(0.15, 0.29, 0.62, 0.99) 0.3s;
}
#modal_close:hover {
  opacity: 0.7;
}
#modal_close:before {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}
#modal_close:after {
  content: "";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  transform: rotateZ(-45deg);
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 1px);
  background: #fff;
}

#modal_bg {
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#modal_bg:before {
  content: "";
  animation: rotate 0.8s linear infinite;
  background: transparent;
  border: 4px solid #222222;
  border-bottom-color: #616161;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  padding: 0;
  position: absolute;
  top: 40%;
  width: 50px;
}

#modal_loading {
  width: 50px;
  position: absolute;
  left: 50%;
  top: 42%;
  margin: -25px 0 0 -25px;
  display: none;
}
#modal_loading img {
  width: 100%;
  height: auto;
  display: block;
}

.modal_yt {
  background-color: #000000;
}

#player1,
#player2,
#player3,
#player4,
#player5 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.modal_img img {
  width: 100%;
  height: auto;
}

.modal_grp img,
.modal_grp iframe {
  position: relative;
  display: none;
  width: 100%;
  height: auto;
}
.modal_grp .show {
  display: block;
}

.modal_ar {
  display: none;
  cursor: pointer;
  position: absolute;
  height: 100%;
  width: 35%;
  z-index: 3;
  background: url(../images/blank.gif) repeat left top;
}
.modal_ar .ar {
  width: 46px;
  height: 46px;
  position: absolute;
  margin-top: -23px;
  opacity: 0;
  transition: all 0.3s;
  backface-visibility: hidden;
}

.modal_ar.show {
  display: block;
}

.modal_ar_prev {
  left: 0;
  top: 0;
}
.modal_ar_prev .ar {
  background: url(../images/modal_ar_prev.png) no-repeat left top;
  background-size: 46px;
  left: 20px;
  top: 50%;
}

.modal_ar_prev:hover .ar {
  opacity: 1;
}

.modal_ar_next {
  right: 0;
  top: 0;
}
.modal_ar_next .ar {
  background: url(../images/modal_ar_next.png) no-repeat left top;
  background-size: 46px;
  right: 20px;
  top: 50%;
}

.modal_ar_next:hover .ar {
  opacity: 1;
}

.modal_grp_num {
  position: absolute;
  right: 0;
  bottom: -30px;
  color: #ffffff;
  font-size: var(--fsize16);
}

@media screen and (max-width: 980px) {
  #modal_bg:before {
    border-width: 2px;
    height: 26px;
    margin: -13px 0 0 -13px;
    width: 26px;
  }
  #modal_close:hover {
    opacity: 1;
  }
  .modal_ar {
    display: none;
  }
  .modal_ar .ar {
    width: 23px;
    height: 23px;
    position: absolute;
    margin-top: -11px;
    opacity: 0.7;
  }
  .modal_ar_prev .ar {
    background: url(../images/modal_ar_prev.png) no-repeat left top;
    background-size: 23px;
    left: 10px;
    top: 50%;
  }
  .modal_ar_prev:hover .ar {
    opacity: 0.7;
  }
  .modal_ar_next .ar {
    background: url(../images/modal_ar_next.png) no-repeat left top;
    background-size: 23px;
    right: 10px;
    top: 50%;
  }
  .modal_ar_next:hover .ar {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #modal_close {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 10px;
    top: 10px;
    z-index: 10;
    cursor: pointer;
  }
  #modal_close:before {
    width: 20px;
    left: calc(50% - 10px);
  }
  #modal_close:after {
    width: 20px;
    left: calc(50% - 10px);
  }
}
.wrap {
  background: url(../images/cmn_ptn.png) repeat center top;
  background-size: 1724px auto;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 0;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  width: 100%;
}
.wrap.-nobg {
  background: none;
}

.wrap_inner {
  box-sizing: border-box;
  width: 100%;
  max-width: var(--base-width);
  margin: 0 auto;
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  height: auto;
  background: url(../images/webp/cmn_bg.webp) repeat center top;
  background-size: 500px auto;
  padding-bottom: 280px;
  opacity: 0;
  trasition: opacity 0.3s;
}
.wrap_inner.fi {
  opacity: 1;
}
.wrap_inner.-contact {
  padding-bottom: 980px;
}
.wrap_inner.-top {
  padding-bottom: 962px;
}

.header {
  background: #fff;
  padding: 20px 0;
}

.header_ttl {
  max-width: 666px;
  margin: 0 auto;
}

.container {
  position: relative;
  max-width: var(--base-width);
  margin-left: auto;
  margin-right: auto;
}

footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.contact {
  background: #e6e6e6;
  color: var(--colorB);
  padding: 40px 0;
}

.contact_head {
  display: table;
  position: relative;
  margin: 0 auto;
}
.contact_head:before {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--colorB);
  position: absolute;
  left: -120px;
  top: calc(50% - 1px);
}
.contact_head:after {
  content: "";
  width: 100px;
  height: 2px;
  background: var(--colorB);
  position: absolute;
  right: -120px;
  top: calc(50% - 1px);
}

.contact_btn {
  background: #fff !important;
  border-color: var(--colorB) !important;
  color: var(--colorB) !important;
}

.contactLink {
  position: relative;
}

.contactLink_l {
  width: 58%;
  margin-right: 2%;
}

.contactLink_comp {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  top: -1.8em;
  right: 2%;
  padding: 0 12px 4px;
  border-radius: var(--radius1);
}
.contactLink_comp:before {
  content: "";
  position: absolute;
  left: calc(50% - 3px);
  bottom: -6px;
  background-color: rgba(0, 0, 0, 0.8);
  width: 12px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 7.5px;
}

.btmId {
  font-size: var(--fsize24);
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: table;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 4px 30px;
  margin-left: auto;
  margin-right: auto;
}

.btmCopy {
  font-size: var(--fsize20);
}

.btmStop {
  font-size: var(--fsize20);
  line-height: 1.4;
  text-align: left;
  background: url(../images/ico_stop.svg) no-repeat left center;
  background-size: 200px auto;
  padding-left: 230px;
}

.prize_img {
  width: 100%;
  background: #fff;
  border-radius: var(--radius1);
  overflow: hidden;
  margin: 0 auto 20px;
  height: auto;
  padding: 20px 0;
}
.prize_img picture {
  max-width: 620px;
  width: 89.86%;
  margin: 0 auto;
}

.prize_confirmpoint {
  background: var(--colorR);
  width: 100%;
  padding: 25px 0;
  text-align: center;
  display: table;
  border-radius: var(--radius1);
  margin: 0 auto;
}
.prize_confirmpoint.-my {
  border-radius: 0;
}

.prize_confirmpointtxtL {
  display: table-cell;
  vertical-align: middle;
  font-size: var(--fsize32);
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: bold;
  text-align: right;
  padding-right: 20px;
}

.prize_confirmpointnum {
  display: table-cell;
  vertical-align: middle;
  background: #fff;
  border-radius: var(--radius1);
  box-sizing: border-box;
  font-size: var(--fsize80);
  line-height: 1;
  color: var(--colorR);
  width: 240px;
  position: relative;
  padding: 10px 0;
}

.prize_confirmpointtxtR {
  display: table-cell;
  vertical-align: middle;
  font-size: var(--fsize32);
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: left;
  padding-left: 20px;
}

.confirmselect {
  position: relative;
}
.confirmselect.-next {
  padding-bottom: 40px;
}
.confirmselect.-next:before {
  content: "";
  background-color: #fff;
  width: 40px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  height: 20px;
  position: absolute;
  left: calc(50% - 20px);
  bottom: -16px;
}

.confirmtotal {
  position: relative;
  padding: 20px 30px !important;
}
.confirmtotal .num {
  margin: 0 auto;
  display: table;
  margin-top: 10px;
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}

.confirmtotaltxt {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fsize32);
  letter-spacing: 0.05em;
}

.confirmtotalnum {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--fsize32);
  line-height: 1 !important;
  letter-spacing: 0.05em;
  margin: 0 5px;
}
.confirmtotalnum.-large {
  font-size: var(--fsize72);
}

.scanSelect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2%;
}
.scanSelect > li {
  width: 49%;
}
.scanSelect > li > a {
  display: block;
  width: 100%;
  height: auto;
  background: rgba(0, 0, 0, 0.2);
  border: 4px solid rgb(255, 255, 255);
  border-radius: var(--radius1);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  padding: 40px 0 20px;
  color: #fff;
}

.scanSelect_img {
  max-width: 100px;
  width: 35%;
  margin: auto auto 0;
}

@keyframes bounce {
  0% {
    transform: translateY(2px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(2px);
  }
}
.myCan_in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 2%;
}
.myCan_in:first-child .myCan_can:nth-child(3):before {
  content: "";
  width: 60px;
  height: 65px;
  background: url(../images/can3.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: -18px;
  animation: bounce 1s var(--linearInOut) infinite;
}
.myCan_in:first-child .myCan_can:nth-child(6):before {
  content: "";
  width: 60px;
  height: 65px;
  background: url(../images/can6.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: -18px;
  top: -18px;
  animation: bounce 1s var(--linearInOut) infinite;
}

.myCan_can {
  width: 32%;
  height: 240px;
  position: relative;
}
.myCan_can > p {
  display: none;
}
.myCan_can.-clear1 .myCan_img {
  background: url(../images/webp/my_can_1.webp) no-repeat center;
  background-size: 98%;
}
.myCan_can.-clear1 > p {
  display: block;
}
.myCan_can.-clear2 .myCan_img {
  background: url(../images/webp/my_can_2.webp) no-repeat center;
  background-size: 98%;
}
.myCan_can.-clear2 > p {
  display: block;
}
.myCan_can.-clear3 .myCan_img {
  background: url(../images/webp/my_can_3.webp) no-repeat center;
  background-size: 98%;
}
.myCan_can.-clear3 > p {
  display: block;
}
.myCan_can.-clear4 .myCan_img {
  background: url(../images/webp/my_can_4.webp) no-repeat center;
  background-size: 98%;
}
.myCan_can.-clear4 > p {
  display: block;
}
.myCan_can.-clear5 .myCan_img {
  background: url(../images/webp/my_can_5.webp) no-repeat center;
  background-size: 98%;
}
.myCan_can.-clear5 > p {
  display: block;
}

.swiper-wrapper {
  transition-timing-function: var(--easeInOutQuad) !important;
}
.swiper-wrapper.-linear {
  transition-timing-function: linear !important;
}

.myCan_img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/webp/my_can.webp) no-repeat center;
  background-size: 90%;
}

.myCan_date {
  font-size: var(--fsize20);
  margin-top: -5px;
}

.myCan_pn {
  position: relative !important;
  bottom: 0 !important;
  margin-top: 40px;
  font-size: 0 !important;
}
.myCan_pn .swiper-pagination-bullet {
  background-color: #fff;
  height: 20px;
  width: 20px;
  margin: 0 20px !important;
}

.myNotes {
  padding: 30px !important;
}

.myPrize {
  margin-top: 80px;
}
.myPrize > li {
  background: #fff;
  border-radius: var(--radius2);
  position: relative;
  padding-bottom: 34px;
}
.myPrize > li + li {
  margin-top: 60px;
}

.myPrize_img {
  margin: 0 auto;
  position: relative;
  height: 0;
  max-width: 620px;
  width: 89.86%;
}
.myPrize_img > img {
  position: absolute;
  left: 0;
}
.myPrize_img.-img1 {
  max-width: 662px;
  width: 95.94%;
  padding-top: calc(56.71% - 30px);
}
.myPrize_img.-img1 > img {
  top: -30px;
  left: -35px;
}
.myPrize_img.-img2 {
  padding-top: calc(37.69% - 20px);
}
.myPrize_img.-img2 > img {
  top: -20px;
}
.myPrize_img.-img3 {
  padding-top: calc(38.84% - 15px);
}
.myPrize_img.-img3 > img {
  top: -15px;
}

.prizeDetails_img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

.myPrize_btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2%;
  width: 90%;
  margin: 20px auto 0;
}
.myPrize_btn > li {
  display: -ms-flexbox;
  display: flex;
  width: 49%;
}
.myPrize_btn > li > a {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  border: 4px solid var(--colorB);
  border-radius: var(--radius1);
  padding: 20px 0;
}
.myPrize_btn > li.details {
  width: 40%;
}
.myPrize_btn > li.details img {
  font-size: 0;
  max-width: 183px;
  width: 75%;
  height: auto;
}
.myPrize_btn > li.prize {
  width: 58%;
}
.myPrize_btn > li.prize > a {
  border: none;
  background: var(--colorR);
}
.myPrize_btn > li.prize img {
  font-size: 0;
  max-width: 260px;
  width: 72.23%;
  height: auto;
}
.myPrize_btn > li.prize.-disable > a {
  background: #d9d9d9;
  pointer-events: none;
}

.myPrize_btn_new {
  width: 90%;
  margin: 20px auto 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: var(--radius1);
  padding: 20px 0;
  background: var(--colorR);
}
.myPrize_btn_new img {
  font-size: 0;
  max-width: 414px;
  width: 66.7742%;
  height: auto;
}
.myPrize_btn_new.-disable {
  background: #d9d9d9;
  pointer-events: none;
}

.myPrize_notes {
  width: 90%;
  margin: 0 auto;
}

.myScan, .topEntry {
  border-radius: var(--radius2) !important;
  height: 180px !important;
  border-width: 8px !important;
  margin-top: 60px;
  position: sticky !important;
  bottom: 20px;
}
.myScan:before, .topEntry:before {
  content: "";
  width: 85px;
  height: 95px;
  background: url(../images/ico_scan.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: calc(50% - 48px);
}
.myScan img, .topEntry img {
  font-size: 0;
  max-width: 402px;
  width: 58.9443%;
  height: auto;
  padding-left: 40px;
}
.myScan.-disabled, .-disabled.topEntry {
  position: relative !important;
  opacity: 1 !important;
  background: #c9c9c9 !important;
}
.myScan.-closed, .-closed.topEntry {
  box-sizing: border-box;
}
.myScan.-closed:after, .-closed.topEntry:after {
  content: "最大ポイント(44ポイント)\a取得済みです";
  white-space: pre;
  font-weight: bold;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 34px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.top_age {
  display: table;
  max-width: 355px;
  width: 92%;
  height: 100%;
  margin: 0 auto;
}
.top_age .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 40px 0;
}

.top_ageLogo {
  width: 140px;
  margin: 0 auto;
}

.top_ageTxt {
  font-size: var(--fsize14);
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.top_ageTxt.-l {
  font-size: var(--fsize24);
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 20px;
}

.top_ageBtn {
  --btn-height: 100px;
  margin-top: 20px;
  border: none !important;
}
.top_ageBtn.-blue {
  background: #5bc2dc;
}

.top_ageCheck {
  display: block;
  font-size: var(--fsize16);
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 20px;
  border-radius: 8px;
  padding: 12px;
  background: #f0f0f0;
  position: relative;
  padding-left: 1.2em;
  cursor: pointer;
  box-sizing: border-box;
}
.top_ageCheck > input[type=radio],
.top_ageCheck > input[type=checkbox] {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 10px;
}

.top_date {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 20px 0;
}
.top_date > img {
  font-size: 0;
  display: block;
  max-width: 663px;
  width: 86.45%;
  margin: 0 auto;
}

.topEntry {
  margin-top: 40px;
  position: relative !important;
}
.topEntry:before {
  display: none;
}
.topEntry img {
  font-size: 0;
  max-width: 319px;
  width: 46.78%;
  height: auto;
  padding-left: 0;
}
.topEntry.-end img {
  max-width: 449px;
  width: 67.072%;
}

.top_col {
  margin-top: 100px;
}
.top_col.topProduct {
  margin-top: 50px;
}

.topPrize_head {
  max-width: 397px;
  width: 51.7601%;
  margin: 0 auto;
}

.topPrize_out {
  margin-top: 30px;
}

.topPrize_in {
  padding-top: 20px;
}

.topPrize_panel {
  background: #fff;
  border-radius: var(--radius2);
  position: relative;
  height: 230px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 30px;
}

.topPrize_img {
  max-width: 620px;
  width: 97.8%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.topPrize_btn {
  margin: auto auto 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 90%;
  border: 4px solid var(--colorB);
  border-radius: var(--radius1);
  padding: 20px 0;
}
.topPrize_btn img {
  font-size: 0;
  max-width: 227px;
  width: 40.106%;
  height: auto;
}

.topProduct {
  background: url(../images/top_product_bg.png) no-repeat left top;
  background-size: cover;
  padding: 80px 0;
}

.topProduct_head {
  max-width: 522px;
  width: 68.06%;
  margin: 0 auto;
}

.topProduct_img {
  max-width: 301px;
  width: 39.25%;
  margin: 30px auto 0;
}

.topHowto_head {
  max-width: 258px;
  width: 33.64%;
  margin: 0 auto;
}

.topHowto_out {
  margin-top: 30px;
}

.topHowto_in {
  padding-top: 20px;
  position: relative;
}
.topHowto_in:nth-child(1) .topHowto_ico {
  background: url(../images/top_howto_num1.png) no-repeat left center;
  background-size: contain;
}
.topHowto_in:nth-child(2) .topHowto_ico {
  background: url(../images/top_howto_num2.png) no-repeat left center;
  background-size: contain;
}
.topHowto_in:nth-child(3) .topHowto_ico {
  background: url(../images/top_howto_num3.png) no-repeat left center;
  background-size: contain;
}

.topHowto_img {
  border-radius: var(--radius2);
  overflow: hidden;
  position: relative;
}
.topHowto_img img {
  font-size: 0;
  width: 100%;
  height: auto;
}

.topHowto_ico {
  width: 140px;
  height: 140px;
  position: absolute;
  left: -20px;
  top: 0;
}

@media screen and (max-width: 767px) {
  :root {
    --radius1: 3vw;
    --radius2: 6vw;
    --radius3: 12vw;
  }
  .wrap_inner {
    padding-bottom: 36.51vw;
  }
  .wrap_inner.-contact {
    padding-bottom: 127.77vw;
  }
  .wrap_inner.-top {
    padding-bottom: 125.42vw;
  }
  .header {
    padding: 2.61vw 0;
  }
  .contact {
    padding: 5.22vw 0;
  }
  .contact_head:before {
    content: "";
    width: 13.04vw;
    left: -15.65vw;
  }
  .contact_head:after {
    width: 13.04vw;
    right: -15.65vw;
  }
  .btmId {
    font-size: 3.13vw;
    border: 1px solid #fff;
    padding: 0.52vw 3.91vw;
  }
  .btmCopy {
    font-size: 2.61vw;
  }
  .btmStop {
    font-size: 2.61vw;
    background-size: 26.08vw auto;
    padding-left: 29.99vw;
  }
  .prize_img {
    margin: 0 auto 2.61vw;
    padding: 2.61vw 0;
  }
  .prize_confirmpoint {
    padding: 3.26vw 0;
  }
  .prize_confirmpointtxtL {
    font-size: 4.17vw;
    padding-right: 2.61vw;
  }
  .prize_confirmpointnum {
    border-radius: 3vw;
    font-size: 10.43vw;
    width: 28.68vw;
    padding: 1.3vw 0;
  }
  .prize_confirmpointtxtR {
    font-size: 4.17vw;
    padding-left: 2.61vw;
  }
  .confirmselect.-next {
    padding-bottom: 5.22vw;
  }
  .confirmselect.-next:before {
    background-color: #fff;
    width: 20px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    height: 10px;
    left: calc(50% - 10px);
    bottom: -8px;
  }
  .confirmtotal {
    padding: 2.61vw 3.91vw !important;
  }
  .confirmtotal .num {
    margin-top: 1.3vw;
  }
  .confirmtotaltxt {
    font-size: 4.17vw;
  }
  .confirmtotalnum {
    font-size: 4.17vw;
    margin: 0 0.65vw;
  }
  .confirmtotalnum.-large {
    font-size: 9.39vw;
  }
  .scanSelect > li > a {
    border: 2px solid rgb(255, 255, 255);
    padding: 5.22vw 0 2.61vw;
    color: #fff;
  }
  .myCan_in {
    gap: 2.61vw 2%;
  }
  .myCan_in:first-child .myCan_can:nth-child(3):before {
    width: 7.82vw;
    height: 8.47vw;
    right: -2.35vw;
    top: -2.35vw;
  }
  .myCan_in:first-child .myCan_can:nth-child(6):before {
    width: 7.82vw;
    height: 8.47vw;
    right: -2.35vw;
    top: -2.35vw;
  }
  .myCan_can {
    height: 31.29vw;
  }
  .myCan_date {
    font-size: 2.61vw;
    margin-top: -0.65vw;
  }
  .myCan_pn {
    margin-top: 5.22vw;
  }
  .myCan_pn .swiper-pagination-bullet {
    height: 2.61vw;
    width: 2.61vw;
    margin: 0 2.61vw !important;
  }
  .myNotes {
    padding: 3.91vw !important;
  }
  .myPrize {
    margin-top: 10.43vw;
  }
  .myPrize > li {
    border-radius: var(--radius2);
    padding-bottom: 4.43vw;
  }
  .myPrize > li + li {
    margin-top: 7.82vw;
  }
  .myPrize_img.-img1 {
    padding-top: calc(56.71% - 3.91vw);
  }
  .myPrize_img.-img1 > img {
    top: -3.91vw;
    left: -4.56vw;
  }
  .myPrize_img.-img2 {
    padding-top: calc(37.69% - 2.61vw);
  }
  .myPrize_img.-img2 > img {
    top: -2.61vw;
  }
  .myPrize_img.-img3 {
    padding-top: calc(38.84% - 1.96vw);
  }
  .myPrize_img.-img3 > img {
    top: -1.96vw;
  }
  .myPrize_btn {
    margin: 2.61vw auto 0;
  }
  .myPrize_btn > li > a {
    border: 2px solid var(--colorB);
    padding: 2.61vw 0;
  }
  .myPrize_btn_new {
    margin: 2.61vw auto 0;
    padding: 2.61vw 0;
  }
  .myScan, .topEntry {
    height: 23.47vw !important;
    border-width: 4px !important;
    margin-top: 7.82vw;
    bottom: 2.61vw;
  }
  .myScan:before, .topEntry:before {
    content: "";
    width: 11.08vw;
    height: 12.39vw;
    left: 5.22vw;
    top: calc(50% - 6.26vw);
  }
  .myScan img, .topEntry img {
    padding-left: 5.22vw;
  }
  .myScan.-closed:after, .-closed.topEntry:after {
    border-radius: 5.7vw;
  }
  .top_ageBtn {
    --btn-height: 14vw;
  }
  .top_date {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 2.61vw 0;
  }
  .topEntry {
    margin-top: 5.22vw;
  }
  .topEntry img {
    padding-left: 0;
  }
  .top_col {
    margin-top: 13.04vw;
  }
  .top_col.topProduct {
    margin-top: 6.52vw;
  }
  .topPrize_out {
    margin-top: 3.91vw;
  }
  .topPrize_in {
    padding-top: 2.61vw;
  }
  .topPrize_panel {
    height: 29.99vw;
    padding-bottom: 3.91vw;
  }
  .topPrize_img {
    top: -2.61vw;
    left: -2.61vw;
  }
  .topPrize_btn {
    border: 2px solid var(--colorB);
    padding: 2.61vw 0;
  }
  .topProduct {
    padding: 10.43vw 0;
  }
  .topProduct_img {
    margin: 3.91vw auto 0;
  }
  .topHowto_out {
    margin-top: 3.91vw;
  }
  .topHowto_in {
    padding-top: 2.61vw;
  }
  .topHowto_ico {
    width: 18.25vw;
    height: 18.25vw;
    left: -2.61vw;
  }
}
@media screen and (max-width: 374px) {
  .wrap_inner.-contact {
    padding-bottom: 132.99vw;
  }
  .wrap_inner.-top {
    padding-bottom: 125.42vw;
  }
}