@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #291500;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

.en {
  font-family: "Montserrat", sans-serif;
}

img.fit {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ========================================================== */
/* SP用スタイル */
/* ========================================================== */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .site_header {
    background: rgb(15, 92, 173);
  }
  .site_header h1 {
    margin: 0;
  }
  .gaiyo {
    padding-bottom: 10.6666666667vw;
    background: rgb(15, 92, 173);
  }
  .gaiyo--title {
    margin: 0 auto -2.6666666667vw auto;
  }
  .gaiyo--img {
    margin: auto;
  }
  .present {
    background: url(../img/bg02_sp.png) no-repeat;
    background-size: cover;
    padding: 10.6666666667vw 4.8vw 42.6666666667vw 4.8vw;
  }
  .present--title {
    margin: 0;
  }
  .present--grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8vw 0;
    margin: 0 auto;
  }
  .present--box__title {
    margin: 0;
  }
  .present--box__image {
    margin: 0 0 2.6666666667vw;
  }
  .present--box__text {
    width: 100%;
    border: 4px solid #FFC400;
    border-radius: 17px;
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 4.2666666667vw;
    line-height: 7.68vw;
    padding: 5.8666666667vw 2.6666666667vw;
  }
  .present--note {
    text-align: center;
    color: #ffffff;
    font-size: 4.2666666667vw;
    line-height: 1.7;
  }
  .flow {
    background: #FFC400;
    padding: 10.6666666667vw 0 42.6666666667vw 0;
  }
  .flow--title {
    margin: 0;
  }
  .flow--subtitle {
    text-align: center;
    margin: -8vw auto 22.9333333333vw auto;
    position: relative;
  }
  .flow--step {
    margin: 0 4.8vw;
    border: 3px solid #ffffff;
    border-radius: 17px;
    position: relative;
    padding: 13.8666666667vw 4.8vw 11.7333333333vw 4.8vw;
  }
  .flow--step__title {
    width: 40vw;
    position: absolute;
    left: 0;
    right: 0;
    top: -4vw;
    margin: 0 auto;
  }
  .flow--step__text p {
    font-weight: bold;
    font-size: 4.8vw;
    line-height: 8.2666666667vw;
    margin: 0 0 6.4vw 0;
  }
  .flow--step__text p small {
    display: block;
    margin-top: 6.6666666667vw;
    font-size: 4.2666666667vw;
    font-weight: 500;
    line-height: 6.8266666667vw;
  }
  .flow--step .image {
    width: 40vw;
    margin: 0 auto;
  }
  .flow--step .line {
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .flow--step__arrow {
    width: 22.4vw;
    margin: 4.2666666667vw auto 9.6vw auto;
  }
  .flow--btn {
    display: block;
    width: 85.3333333333vw;
    height: 17.0666666667vw;
    border-radius: 18.6666666667vw;
    margin: 17.0666666667vw auto 0 auto;
    border-radius: 18.6666666667vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .flow--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .spot {
    background: url(../img/bg03_sp.png) 50% 33.8666666667vw no-repeat #0F5CAD;
    background-size: 85.933333vw;
    padding: 10.6666666667vw 0 42.6666666667vw 0;
  }
  .spot--title {
    margin: 0;
  }
  .spot--subtitle {
    text-align: center;
    margin: -5.3333333333vw auto 31.2vw auto;
    position: relative;
  }
  .spot--note {
    font-weight: 700;
    font-size: 3.7333333333vw;
    background: rgb(120, 178, 230);
    padding: 3.4666666667vw;
    margin: 0 4.5333333333vw 25.6vw 4.5333333333vw;
  }
  .spot--container {
    width: 90.6666666667vw;
    margin: 0 auto 32vw auto;
    position: relative;
  }
  .spot--container__ticket {
    width: 40vw;
    position: absolute;
    top: -18.6666666667vw;
    right: -1.3333333333vw;
    transform: rotate(9deg);
    z-index: 1;
  }
  .spot--container__title {
    width: 100%;
    height: 28.5333333333vw;
    font-size: 5.8666666667vw;
    font-weight: bold;
    text-align: center;
    background: url(../img/spot_kanban.png) no-repeat;
    background-size: contain;
    margin: 0 auto -5.3333333333vw auto;
    position: relative;
  }
  .spot--container__title div {
    display: flex;
    width: 100%;
    height: 18.6666666667vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .spot--container__title div small {
    font-size: 5.0666666667vw;
  }
  .spot--container__frame {
    background: #ffffff;
    border: 4px solid #FF8400;
    border-radius: 23px;
    padding: 6.4vw 5.3333333333vw 5.3333333333vw;
  }
  .spot--container__data {
    margin-top: 5.3333333333vw;
  }
  .spot--container__data p {
    margin: 0;
    padding-bottom: 8vw;
    background: url(../img/dot_line.png) no-repeat bottom;
    background-size: 200%;
    font-size: 4.2666666667vw;
    line-height: 6.1333333333vw;
  }
  .spot--container__table {
    border-collapse: collapse;
    margin: 9.6vw 0 4.8vw;
  }
  .spot--container__table th {
    width: 28.5333333333vw;
    vertical-align: top;
    display: block;
  }
  .spot--container__table th div {
    background: #0F5CAD;
    color: #ffffff;
    text-align: center;
    font-size: 4vw;
    font-weight: normal;
    line-height: 6.1333333333vw;
  }
  .spot--container__table td {
    font-size: 4vw;
    vertical-align: top;
    line-height: 6.1333333333vw;
    display: block;
    margin-bottom: 3.2vw;
  }
  .spot--container__table td a {
    color: #0F5CAD;
  }
  .spot--container__show {
    width: 58.6666666667vw;
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #ffffff;
    font-size: 3.7333333333vw;
    position: relative;
    margin: 0 auto 6.4vw auto;
  }
  .spot--container__show::after {
    content: "";
    width: 3.2vw;
    height: 2.4vw;
    background: url(../img/ico_triangle.svg) no-repeat;
    background-size: contain;
    margin-left: 1.3333333333vw;
  }
  .spot--container__show.open::after {
    transform: rotate(180deg);
  }
  .spot--container__link {
    width: 53.3333333333vw;
    height: 10.9333333333vw;
    border-radius: 5.6vw;
    border: 2px solid #0F5CAD;
    background: #ffffff;
    color: #0F5CAD !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.2666666667vw;
    font-weight: 700;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -5.3333333333vw;
  }
  .spot--map {
    width: 100vw;
    margin: -13.3333333333vw auto 0 auto;
  }
  .spot--btn {
    display: block;
    width: 85.3333333333vw;
    height: 17.0666666667vw;
    border-radius: 18.6666666667vw;
    margin: 17.0666666667vw auto 0 auto;
    border-radius: 18.6666666667vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .spot--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .spot .js-hide {
    transition: height 0.4s ease;
    overflow: hidden;
    position: relative;
  }
  .spot .js-hide::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .spot .js-hide.open::after {
    display: none;
  }
  .faq {
    background: #FF8400;
    padding: 10.6666666667vw 0 42.6666666667vw 0;
  }
  .faq--title {
    margin: 0;
  }
  .faq--subtitle {
    text-align: center;
    margin: -5.3333333333vw auto 0vw auto;
    position: relative;
  }
  .faq--container {
    margin: 17.0666666667vw auto;
    padding: 0 4.5333333333vw;
  }
  .faq--question {
    color: #ffffff;
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    font-weight: 500;
    background: url(../img/faq_q.png) no-repeat 1.3333333333vw 1.3333333333vw;
    background-size: 11.4666666667vw;
    width: 72vw;
    border: 3px solid #ffffff;
    border-radius: 4.8vw;
    padding: 12vw 4vw 8vw 4vw;
    position: relative;
  }
  .faq--question::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-left: 15px solid #ffffff;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -6.9333333333vw;
  }
  .faq--question::after {
    content: "";
    width: 16vw;
    height: 16vw;
    background: url(../img/faq_img01.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 10.6666666667vw;
    right: -21.3333333333vw;
  }
  .faq--answer {
    font-size: 4.2666666667vw;
    line-height: 8.5333333333vw;
    font-weight: 500;
    background: url(../img/faq_a.png) no-repeat 1.3333333333vw 1.3333333333vw #ffffff;
    background-size: 11.4666666667vw;
    width: 72vw;
    border: 3px solid #ffffff;
    border-radius: 4.8vw;
    padding: 12vw 4vw 8vw 4vw;
    position: relative;
    margin: 6.4vw 0 0 auto;
  }
  .faq--answer::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 10px solid transparent;
    border-right: 15px solid #ffffff;
    position: absolute;
    top: 24vw;
    bottom: 0;
    left: -6.9333333333vw;
  }
  .faq--answer::after {
    content: "";
    width: 16vw;
    height: 16vw;
    background: url(../img/faq_img02.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 18.6666666667vw;
    left: -21.3333333333vw;
  }
  .faq--show {
    width: 75.2vw;
    height: 12vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC400;
    font-size: 4.2666666667vw;
    position: relative;
    margin: 13.3333333333vw auto 0 auto;
    cursor: pointer;
  }
  .faq--show::after {
    content: "";
    width: 3.2vw;
    height: 2.4vw;
    background: url(../img/ico_triangle02.svg) no-repeat;
    background-size: contain;
    margin-left: 1.3333333333vw;
  }
  .faq--show.open::after {
    transform: rotate(180deg);
  }
  .faq .js-faq-hide {
    transition: height 0.4s ease;
    overflow: hidden;
    position: relative;
  }
  .faq .js-faq-hide::after {
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 132, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .faq .js-faq-hide.open::after {
    display: none;
  }
  .terms {
    background: #FFC400;
    padding: 21.3333333333vw 4.5333333333vw 42.6666666667vw;
  }
  .terms_note {
    margin: 0 auto 10.6666666667vw 0;
    background: #2F3C7C;
    border-radius: 4vw;
    overflow: hidden;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    position: relative;
  }
  .terms_note__body {
    background: #ffffff;
    padding: 4vw;
    height: 128vw;
  }
  .terms_note p {
    line-height: 1.7;
    font-size: 3.7333333333vw;
  }
  .terms--contact {
    text-align: center;
    font-size: 5.3333333333vw;
  }
  .terms--mail {
    width: 90.6666666667vw;
    height: 18.1333333333vw;
    border-radius: 14.4vw;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .terms--time {
    text-align: center;
    font-size: 4.2666666667vw;
  }
  .terms--btn {
    display: block;
    width: 85.3333333333vw;
    height: 17.0666666667vw;
    border-radius: 18.6666666667vw;
    margin: 17.0666666667vw auto 0 auto;
    border-radius: 18.6666666667vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .terms--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .footer {
    background: #0F5CAD;
    padding: 12.8vw 9.8666666667vw;
  }
  .footer--nav {
    margin-bottom: 13.3333333333vw;
  }
  .footer--nav li {
    margin-bottom: 8vw;
  }
  .footer--nav a {
    font-size: 4.2666666667vw;
    font-weight: 700;
    color: #ffffff;
  }
  .footer--shusai {
    background: url(../img/dot_line.png) repeat-x top;
    background-size: auto 2px;
    padding-top: 10.6666666667vw;
    line-height: 6.1333333333vw;
    text-align: center;
    color: #ffffff;
  }
  .pagetop {
    width: 21.3333333333vw;
    height: 21.3333333333vw;
    position: fixed;
    right: 2.6666666667vw;
    bottom: 2.6666666667vw;
    z-index: 100;
  }
}
/* ========================================================== */
/* PC用スタイル */
/* ========================================================== */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .site_header h1 {
    margin: 0;
  }
  .gaiyo {
    background: url(../img/bg01.png) no-repeat 50% calc(100% - 2.0833333333vw) rgb(15, 92, 173);
    background-size: 91.25vw;
    padding-bottom: 11.7708333333vw;
  }
  .gaiyo--title {
    width: 91.40625vw;
    margin: 0 auto -2.6041666667vw auto;
  }
  .gaiyo--img {
    width: 57.2916666667vw;
    margin: auto;
  }
  .present {
    background: url(../img/bg02.png) no-repeat;
    background-size: cover;
    padding: 2.0833333333vw 0 8.3333333333vw 0;
  }
  .present--title {
    margin: 0;
  }
  .present--grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.0833333333vw 2.96875vw;
    width: 53.3333333333vw;
    margin: 0 auto;
  }
  .present--box__title {
    margin: 0;
  }
  .present--box__image {
    margin: 0 0 0.5208333333vw;
  }
  .present--box__text {
    width: 100%;
    height: 9.21875vw;
    border: 4px solid #FFC400;
    border-radius: 17px;
    display: flex;
    align-items: center;
    background: #ffffff;
    font-size: 0.9375vw;
    line-height: 1.5vw;
    padding: 0 30px;
  }
  .present--note {
    text-align: center;
    color: #ffffff;
  }
  .flow {
    background: #FFC400;
    padding: 2.0833333333vw 0 8.3333333333vw 0;
  }
  .flow--title {
    margin: 0;
  }
  .flow--subtitle {
    width: 36.4583333333vw;
    text-align: center;
    margin: -4.1666666667vw auto 4.4791666667vw auto;
    position: relative;
  }
  .flow--step {
    width: 57.2916666667vw;
    margin: 0 auto;
    border: 3px solid #ffffff;
    border-radius: 17px;
    position: relative;
    padding: 3.6458333333vw 7.5vw 2.8645833333vw 6.3541666667vw;
  }
  .flow--step__title {
    width: 14.0625vw;
    position: absolute;
    left: 0;
    right: 0;
    top: -1.5625vw;
    margin: 0 auto;
  }
  .flow--step__grid {
    display: grid;
    grid-template-columns: auto 10.78125vw;
    gap: 0 2.6041666667vw;
  }
  .flow--step__text p {
    text-align: center;
    font-weight: bold;
    font-size: 1.25vw;
    line-height: 2.0833333333vw;
  }
  .flow--step__text p small {
    display: block;
    margin-top: 1.3020833333vw;
    font-weight: 500;
    line-height: 1.6145833333vw;
  }
  .flow--step .line {
    width: 18.8541666667vw;
    margin: 0 auto;
  }
  .flow--step__arrow {
    width: 8.3854166667vw;
    margin: 1.25vw auto 2.7083333333vw auto;
  }
  .flow--btn {
    display: block;
    width: 36.4583333333vw;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
    margin: 3.3333333333vw auto 0 auto;
    border-radius: 3.6458333333vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .flow--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .spot {
    background: url(../img/bg03.png) no-repeat 50% 12.5520833333vw #0F5CAD;
    padding: 2.0833333333vw 0 6.3020833333vw 0;
    background-size: 100%;
  }
  .spot--title {
    margin: 0;
  }
  .spot--subtitle {
    width: 36.4583333333vw;
    text-align: center;
    margin: -2.6041666667vw auto 4.4791666667vw auto;
    position: relative;
  }
  .spot--note {
    width: 57.2916666667vw;
    font-weight: 700;
    font-size: 0.8333333333vw;
    background: rgb(120, 178, 230);
    padding: 1.4583333333vw 2.0833333333vw;
    margin: 0 auto 5.4166666667vw auto;
  }
  .spot--container {
    width: 57.2916666667vw;
    margin: 0 auto 7.3958333333vw auto;
    position: relative;
  }
  .spot--container__ticket {
    width: 11.25vw;
    position: absolute;
    top: 2.0833333333vw;
    right: 1.5625vw;
    transform: rotate(9deg);
  }
  .spot--container__title {
    width: 25.5208333333vw;
    height: 8.0729166667vw;
    font-size: 1.6666666667vw;
    font-weight: bold;
    text-align: center;
    background: url(../img/spot_kanban.png) no-repeat;
    background-size: contain;
    margin: 0 auto -1.5625vw auto;
    position: relative;
  }
  .spot--container__title div {
    display: flex;
    width: 100%;
    height: 5.2083333333vw;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .spot--container__title div small {
    font-size: 1.25vw;
  }
  .spot--container__frame {
    background: #ffffff;
    border: 4px solid #FF8400;
    border-radius: 23px;
    padding: 2.9166666667vw 2.9166666667vw 1.4583333333vw;
    display: grid;
    grid-template-columns: 22.5520833333vw 26.0416666667vw;
    gap: 0 2.2395833333vw;
  }
  .spot--container__data p {
    margin: 0;
    padding-bottom: 0.78125vw;
    background: url(../img/dot_line.png) no-repeat bottom;
    background-size: contain;
    font-size: 0.8333333333vw;
    line-height: 1.1979166667vw;
  }
  .spot--container__table {
    border-collapse: collapse;
    margin: 0.5208333333vw 0 0.9375vw;
  }
  .spot--container__table th {
    width: 5.5729166667vw;
    padding: 0.4166666667vw 0;
    vertical-align: top;
  }
  .spot--container__table th div {
    background: #0F5CAD;
    color: #ffffff;
    text-align: center;
    font-size: 0.78125vw;
    font-weight: normal;
    line-height: 1.1979166667vw;
  }
  .spot--container__table td {
    padding: 0.4166666667vw 0 0.4166666667vw 0.6770833333vw;
    font-size: 0.78125vw;
    vertical-align: top;
    line-height: 1.1979166667vw;
  }
  .spot--container__table td a {
    color: #0F5CAD;
  }
  .spot--container__table td small {
    font-size: 0.6770833333vw;
  }
  .spot--container__link {
    width: 10.4166666667vw;
    height: 2.1354166667vw;
    border-radius: 1.09375vw;
    border: 2px solid #0F5CAD;
    background: #ffffff;
    color: #0F5CAD !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8333333333vw;
    font-weight: 700;
    position: absolute;
    right: 2.7604166667vw;
    bottom: -1.0416666667vw;
  }
  .spot--map {
    width: 57.2916666667vw;
    margin: -2.6041666667vw auto 0 auto;
  }
  .spot--btn {
    display: block;
    width: 36.4583333333vw;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
    margin: 3.3333333333vw auto 0 auto;
    border-radius: 3.6458333333vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .spot--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .spot .js-hide {
    height: auto !important;
  }
  .faq {
    background: #FF8400;
    padding: 2.0833333333vw 0 6.9791666667vw 0;
  }
  .faq--title {
    margin: 0;
  }
  .faq--subtitle {
    width: 36.4583333333vw;
    text-align: center;
    margin: -2.6041666667vw auto 4.4791666667vw auto;
    position: relative;
  }
  .faq--container {
    width: 57.2916666667vw;
    margin: 4.1666666667vw auto;
  }
  .faq--question {
    color: #ffffff;
    font-size: 1.0416666667vw;
    font-weight: bold;
    background: url(../img/faq_q.png) no-repeat;
    background-size: 5.3645833333vw;
    width: 41.6666666667vw;
    border: 4px solid #ffffff;
    border-radius: 30px;
    padding: 2.1875vw 1.6145833333vw 2.1875vw 6.5104166667vw;
    position: relative;
    transform: translateX(5.5729166667vw);
  }
  .faq--question::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 20px solid transparent;
    border-left: 30px solid #ffffff;
    position: absolute;
    top: 1.6666666667vw;
    right: -51px;
  }
  .faq--question::after {
    content: "";
    width: 7.8125vw;
    height: 7.8125vw;
    background: url(../img/faq_img01.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -1.0416666667vw;
    right: -10.4166666667vw;
  }
  .faq--answer {
    font-size: 1.0416666667vw;
    font-weight: bold;
    line-height: 1.5104166667vw;
    background: url(../img/faq_a.png) no-repeat #ffffff;
    background-size: 5.3645833333vw;
    width: 41.6666666667vw;
    border: 4px solid #ffffff;
    border-radius: 30px;
    padding: 1.3020833333vw 1.6145833333vw 1.3020833333vw 6.5104166667vw;
    position: relative;
    transform: translateX(7.96875vw);
    margin-top: 2.9166666667vw;
  }
  .faq--answer::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 20px solid transparent;
    border-right: 30px solid #ffffff;
    position: absolute;
    top: 1.6666666667vw;
    left: -51px;
  }
  .faq--answer::after {
    content: "";
    width: 7.8125vw;
    height: 7.8125vw;
    background: url(../img/faq_img02.png) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: -1.0416666667vw;
    left: -10.4166666667vw;
  }
  .faq--show {
    width: 14.6875vw;
    height: 2.34375vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFC400;
    font-size: 0.8333333333vw;
    position: relative;
    margin: 2.6041666667vw auto 0 auto;
    cursor: pointer;
  }
  .faq--show::after {
    content: "";
    width: 0.625vw;
    height: 0.46875vw;
    background: url(../img/ico_triangle02.svg) no-repeat;
    background-size: contain;
    margin-left: 0.2604166667vw;
  }
  .faq--show.open::after {
    transform: rotate(180deg);
  }
  .faq .js-faq-hide {
    transition: height 0.4s ease;
    overflow: hidden;
    position: relative;
  }
  .faq .js-faq-hide::after {
    content: "";
    width: 100%;
    height: 30%;
    display: block;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 132, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .faq .js-faq-hide.open::after {
    display: none;
  }
  .terms {
    background: #FFC400;
    padding: 4.1666666667vw 0 8.3333333333vw;
  }
  .terms--subtitle {
    width: 36.4583333333vw;
    text-align: center;
    margin: 0 auto 2.8125vw auto;
    position: relative;
  }
  .terms_note {
    width: 57.2916666667vw;
    margin: 0 auto 70px auto;
    background: #2F3C7C;
    border-radius: 25px;
    overflow: hidden;
    font-family: "Hiragino Kaku Gothic ProN", sans-serif;
    position: relative;
  }
  .terms_note__body {
    background: #ffffff;
    padding: 30px;
    height: 457px;
  }
  .terms_note p {
    padding: 0 20px;
    line-height: 1.7;
  }
  .terms--contact {
    text-align: center;
    font-size: 1.09375vw;
  }
  .terms--mail {
    width: 17.4479166667vw;
    height: 2.8125vw;
    border-radius: 2.8125vw;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .terms--time {
    text-align: center;
    font-size: 0.8333333333vw;
  }
  .terms--btn {
    display: block;
    width: 36.4583333333vw;
    height: 7.2916666667vw;
    border-radius: 3.6458333333vw;
    margin: 3.3333333333vw auto 0 auto;
    border-radius: 3.6458333333vw;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
  }
  .terms--btn:hover {
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
  }
  .footer {
    background: #0F5CAD;
    padding: 3.125vw;
  }
  .footer--nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 2.2916666667vw;
    margin-bottom: 2.6041666667vw;
  }
  .footer--nav a {
    font-size: 0.8333333333vw;
    font-weight: 700;
    color: #ffffff;
  }
  .footer--shusai {
    background: url(../img/dot_line.png) repeat-x top;
    background-size: auto 3px;
    padding-top: 2.0833333333vw;
    text-align: center;
    color: #ffffff;
  }
  .pagetop {
    width: 120px;
    height: 120px;
    border-radius: 93px;
    position: fixed;
    right: 70px;
    bottom: 50px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    transition: all 0.3s;
    z-index: 100;
  }
  .pagetop:hover {
    width: 204px;
    height: 204px;
    border-radius: 102px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  }
}
.mCSB_scrollTools {
  opacity: 1;
  width: 9px;
  border-radius: 6px;
  background: #D9D9D9;
}
.mCSB_scrollTools .mCSB_draggerRail {
  opacity: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:active {
  background: #000000 !important;
  width: 9px;
  border-radius: 6px;
}/*# sourceMappingURL=style.css.map */