/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

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;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px; /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .is-sp {
    display: block;
  }
  .is-pc {
    display: none;
  }
}
html {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
  }
}

body {
  max-width: 100vw;
  width: 100%;
  color: #333;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 75rem;
  margin: 0 auto;
  padding: 0rem 0;
  box-sizing: border-box;
}

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

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .serif {
    font-weight: 700;
  }
}

h2 {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 5rem;
  position: relative;
  line-height: 1.5;
}

p {
  font-size: 1.8rem;
  line-height: 1.9444444444;
}

.header {
  width: 100%;
  background-color: #fff;
}

.logo {
  width: 31rem;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head_btn {
  display: block;
  text-align: center;
  padding: 2rem 0;
  width: 31rem;
  background-color: #FF7C4D;
  color: #fff;
  border-radius: 45px;
  font-size: 2.7rem;
  margin-right: 1rem;
}

.facility {
  background-color: #DAF4FF;
  padding: 13rem 0 9rem;
  overflow: hidden;
}

.facility_ttl {
  width: 40rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.facility_img {
  position: relative;
  width: 65rem;
  margin: 0 auto;
  padding-bottom: 4rem;
  z-index: 20;
}

.y_circle_l,
.y_circle_r {
  position: relative;
  z-index: 10;
}

.y_circle_l::before,
.y_circle_r::before {
  content: "";
  position: absolute;
  background-image: url("../img/tenten_y.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 15rem;
  height: 14rem;
  z-index: 1;
}

.y_circle_l::before {
  top: -3rem;
  left: -2rem;
}

.y_circle_r::before {
  top: -4rem;
  left: 64rem;
}

.features {
  background-color: #FFD302;
  padding: 13rem 0 6rem;
}

.features_ttl {
  width: 62.4rem;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.features_img {
  width: 65rem;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.mushimegane,
.furasuko,
.boenkyo,
.hoshi,
.rocket {
  position: relative;
}

.mushimegane::before,
.furasuko::before,
.boenkyo::before,
.hoshi::before,
.rocket::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.mushimegane::before {
  background-image: url("../img/megane.png");
  width: 7.7rem;
  height: 12.54rem;
  top: -4rem;
  left: 2rem;
}

.furasuko::before {
  background-image: url("../img/furasuko.png");
  width: 6.96rem;
  height: 10.59rem;
  top: -4rem;
  left: 65rem;
}

.boenkyo::before {
  background-image: url("../img/boenkyo.png");
  width: 13.7rem;
  height: 13rem;
  top: -4rem;
  left: 2rem;
}

.hoshi::before {
  background-image: url("../img/hoshi.png");
  width: 25rem;
  height: 21.5rem;
  top: -13rem;
  left: 50rem;
}

.rocket::before {
  background-image: url("../img/rocket.png");
  width: 14.7rem;
  height: 14.3rem;
  top: -11rem;
  left: 60rem;
}

.media {
  background-color: #DAF4FF;
  padding: 13rem 0;
}

.media_img {
  width: 64.6rem;
  margin: 0 auto;
}

.voice {
  background-color: #FFD302;
  padding: 13rem 0;
}

.voice_ttl {
  width: 68.8rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.voice_cont {
  width: 65rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 30px;
  padding: 4rem;
}

.voice_cont_ttl {
  display: flex;
  align-items: center;
  gap: 5rem;
  margin-bottom: 1rem;
}

.voice_cont_ttl p {
  font-size: 3rem;
}

.voice_img {
  width: 10.7rem;
}

.voice_txt {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.voice_txt_bot {
  display: block;
  text-align: right;
  font-size: 3rem;
}

.splide__arrow--prev,
.splide__arrow--next {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  margin: auto;
}

.splide__arrow--next {
  right: calc(86% + 2.5rem);
  transform: scale(-1, 1);
}

.splide__arrow--prev {
  left: calc(86% + 2.5rem);
}

.ticket {
  background-color: #DAF4FF;
  padding: 13rem 0;
}

.ticket_ttl {
  width: 54.8rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.ticket_btn {
  display: block;
  text-align: center;
  padding: 3rem 0;
  width: 65rem;
  background-color: #FF7C4D;
  color: #fff;
  border-radius: 30px;
  font-size: 4rem;
  margin: 0 auto;
  margin-bottom: 7rem;
}

.buy_txt {
  width: 65rem;
  margin: 0 auto;
}

.access {
  background-color: #fff;
  padding: 9rem 0;
}

.access_ttl {
  width: 65rem;
  margin: 0 auto;
  padding-bottom: 5rem;
}

.access_txt {
  width: 68rem;
  background-color: #DAF4FF;
  border-radius: 30px;
  margin: 0 auto;
  padding: 4rem 2rem;
}

.access_txt p {
  font-size: 3rem;
  text-align: left;
  margin-bottom: 1rem;
}

.qa {
  background-color: #fff;
  padding: 9rem 0;
}

.qa_ttl {
  width: 51.6rem;
  margin: 0 auto;
  padding-bottom: 4rem;
}

.qa_cont {
  width: 65rem;
  border-radius: 15px;
  margin: 0 auto 4rem;
}

.q_txt {
  background-color: #FFD302;
  display: flex;
  border-radius: 15px 15px 0 0;
  padding: 2.2rem 2rem;
  gap: 2rem;
}

.q_txt p {
  font-size: 3rem;
  line-height: 1.4;
}

.a_txt {
  background-color: #DAF4FF;
  display: flex;
  border-radius: 0 0 15px 15px;
  padding: 2.2rem 2rem;
  gap: 2rem;
}

.a_txt p {
  font-size: 3rem;
  line-height: 1.4;
}

.b_q {
  color: #1F91D7;
  font-weight: 600;
}

.r_a {
  color: #FF7C4D;
  font-weight: 600;
}

.footer_box {
  background-color: #1F91D7;
  padding: 4rem 0 4rem;
}

.footer_logo {
  width: 13.4rem;
  margin: 0 auto;
}

.footer_copy {
  text-align: center;
  background-color: #333;
  padding: 0.2rem 0 14rem;
}
.footer_copy small {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}

.footer_button {
  width: 75rem;
  justify-content: center;
  background-color: #fff;
  position: fixed;
  left: 50%;
  bottom: 0rem;
  transform: translateX(-50%);
  z-index: 9999;
  display: flex;
  gap: 2.5rem;
  padding: 2.1rem 2rem;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.2s;
}

.footer_btn_r {
  display: block;
  text-align: center;
  padding: 3rem 0;
  width: 34rem;
  background-color: #FF7C4D;
  color: #fff;
  border-radius: 45px;
  font-size: 3rem;
}

.footer_btn_l {
  display: block;
  text-align: center;
  padding: 3rem 0;
  width: 34rem;
  background-color: #69FF7B;
  color: #333;
  border-radius: 45px;
  font-size: 2.9rem;
}

.back_g {
  background-image: url(../img/back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */