@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

img {
  border-style: none;
}

.fadein {
  opacity: 0;
  transform: translateY(10vh);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.fadein.faded {
  opacity: 1;
  transform: translateY(0);
}

/*========== base ==========*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Meiryo", "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.6666666667;
  scroll-behavior: smooth;
}
@media screen and (min-width: 576px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 992px) {
  html {
    font-size: 14.922px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}

body {
  background-color: #00afdd;
  height: 100%;
  position: relative;
  width: 100%;
}

h1, h2, h3, h4, h5, h6, p, figure {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
}

a {
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out 0s;
  -moz-transition: color 0.15s ease-out 0s;
  -ms-transition: color 0.15s ease-out 0s;
  -o-transition: color 0.15s ease-out 0s;
  transition: color 0.15s ease-out 0s;
}

figure,
picture {
  display: block;
}
figure > img,
picture > img {
  display: block;
  height: auto;
  width: 100%;
}

/*--- 臨時ツメ設定 ---*/
span {
  letter-spacing: calc(var(--ls) * 0.01em);
}

.page__container {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.cmn__contwidth {
  margin-left: auto;
  margin-right: auto;
  width: 87.5vw;
}
@media screen and (min-width: 576px) {
  .cmn__contwidth {
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .cmn__contwidth {
    width: 688px;
  }
}
@media screen and (min-width: 992px) {
  .cmn__contwidth {
    width: 912px;
  }
}
@media screen and (min-width: 1200px) {
  .cmn__contwidth {
    width: 1100px;
  }
}

@media screen and (min-width: 576px) {
  .xs-ssm {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .xs-sm {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .sm-over {
    display: none;
  }
}

/*========== header ==========*/
header {
  left: 0;
  padding: 0.5555555556rem;
  position: absolute;
  top: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  header {
    padding: 1.1111111111rem;
  }
}
header > a {
  display: block;
  padding: 0.5555555556rem;
}
@media screen and (min-width: 768px) {
  header > a {
    padding: 1.1111111111rem;
  }
}
header #logo_psp_svg {
  display: block;
  height: auto;
  width: 11.1111111111rem;
}
@media screen and (min-width: 768px) {
  header #logo_psp_svg {
    width: 22.2222222222rem;
  }
}
header #logo_psp_svg .cls-1 {
  fill: #000;
  transition: fill 1.5s ease-out;
}
header #logo_psp_svg.white .cls-1 {
  fill: #fff;
}

/*========== ナビ系 ==========*/
.page__menu {
  background-color: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 0.2s ease-out;
  width: 100%;
  z-index: 1000;
}
.page__menu.active {
  display: flex;
  opacity: 1;
  pointer-events: all;
}

.page__menu-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 2em 0;
}
.page__menu-content img {
  height: 9.5027777778rem;
  width: 5.6833333333rem;
}
@media screen and (min-width: 768px) {
  .page__menu-content img {
    height: 17.2777777778rem;
    width: 10.3333333333rem;
  }
}
.page__menu-content ul {
  list-style: none;
  margin: 3.7888888889rem auto 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .page__menu-content ul {
    display: grid;
    gap: 2rem 5.5555555556rem;
    grid-template-areas: "news hobie" "hours faq" "psp psp";
    grid-template-columns: repeat(2, 18.1666666667rem);
    margin-top: 6.8888888889rem;
  }
}
.page__menu-content li.gen {
  background: url(../img/menu-wave.svg) 0 100%/contain no-repeat;
  height: 5rem;
  margin: 0 auto;
  width: 18.1666666667rem;
}
.page__menu-content li.gen + li.gen {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .page__menu-content li.gen + li.gen {
    margin-top: 0;
  }
}
.page__menu-content li.gen > a {
  color: #000;
  display: flex;
  height: 100%;
  justify-content: space-between;
  letter-spacing: 0.05em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__menu-content li.gen > a {
    transition: filter 0.15s ease-out;
  }
  .page__menu-content li.gen > a:hover::after {
    background-color: #33AFE9;
  }
}
.page__menu-content li.gen > a::after {
  background: #99d7f4 url(../img/menu-arrow.svg) 0 0/contain no-repeat;
  border-radius: 50%;
  content: "";
  flex: 0 0 2.5rem;
  height: 2.5rem;
  margin-top: 0.6111111111rem;
  transition: background-color 0.15s ease-out;
  width: 2.5rem;
}
.page__menu-content li.gen .label > span {
  display: block;
}
.page__menu-content li.gen .label-ja {
  font-size: 1.3888888889rem;
  font-weight: 500;
  line-height: 1.8;
}
.page__menu-content li.gen .label-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .page__menu-content li.psp {
    grid-area: psp;
  }
}
.page__menu-content li.psp > a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: url(../img/logo-psp.svg) 50%/contain no-repeat;
  display: block;
  height: 2.7777777778rem;
  margin: 2.3333333333rem auto 0;
  width: 16.6666666667rem;
}
@media screen and (min-width: 768px) {
  .page__menu-content li.psp > a {
    margin-top: 5.7777777778rem;
    transition: filter 0.3s ease-out;
    width: 22.2222222222rem;
  }
  .page__menu-content li.psp > a:hover {
    filter: drop-shadow(1px 3px 1px rgba(0, 155, 228, 0.5));
  }
}

.page__menubtn {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background: #8DC32E url(../img/icon-menu-open.svg) 0 0/contain no-repeat;
  border-radius: 50%;
  cursor: pointer;
  height: 54px;
  font-size: 0.55rem;
  position: fixed;
  right: 4.6875vw;
  top: 4.6875vw;
  width: 54px;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .page__menubtn {
    font-size: 1rem;
    height: 5.2777777778em;
    right: 2.2222222222em;
    top: 2.2222222222em;
    transition: filter 0.15s ease-out;
    width: 5.2777777778em;
  }
  .page__menubtn:hover {
    filter: brightness(110%) drop-shadow(0 0 0.5555555556em rgba(0, 0, 0, 0.15));
  }
}
.page__menubtn.active {
  background-image: url(../img/icon-menu-close.svg);
}

.page__newslink {
  font-size: 0.75rem;
  bottom: 2.2222222222em;
  height: 7.7777777778em;
  position: fixed;
  right: 2.2222222222em;
  width: 7.7777777778em;
  z-index: 1001;
}
@media screen and (min-width: 768px) {
  .page__newslink {
    font-size: 1rem;
  }
}
.page__newslink > a {
  background: #ffd900 url(../img/btn-news-bg-8@2x.png) 0 0/contain no-repeat;
  border-radius: 50%;
  color: #000;
  display: block;
  height: 100%;
  font-weight: 500;
  line-height: 1.3333333333;
  padding-top: 3.6666666667em;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page__newslink > a {
    transition: filter 0.15s ease-out;
  }
  .page__newslink > a:hover {
    filter: brightness(120%) drop-shadow(0 0 0.5555555556em rgba(0, 0, 0, 0.25));
  }
}

/*========== footer ==========*/
footer {
  background-color: #B5E3F8;
  padding: 3.4444444444rem 1rem;
}
footer .copyright {
  color: #000;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8333333333rem;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-align: center;
}

/*========== title__sect : メインビジュアル節 ==========*/
.title__sect {
  aspect-ratio: 1300/1059;
  background: url(../img/wave-bg@1x.png) 0 0/contain no-repeat;
  width: 100vw;
  width: 100svw;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .title__sect {
    background-image: url(../img/wave-bg@2x.png);
  }
}
.title__sect h1 {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}

.wave__view {
  aspect-ratio: 1300/990;
  height: 100%;
  position: relative;
  width: 100%;
}

#wave_maf_logo {
  height: auto;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 15.1538461538vw;
  top: 15.1538461538svw;
  width: 22.5384615385vw;
  z-index: 31;
  transition: opacity 1.5s ease-out;
}
#wave_maf_logo.active {
  opacity: 1;
}
#wave_maf_logo .cls-1, #wave_maf_logo .cls-2, #wave_maf_logo .cls-3, #wave_maf_logo .cls-4 {
  transition: fill 1.5s ease-out;
}
#wave_maf_logo .cls-1 {
  fill: #8dc32e;
}
#wave_maf_logo .cls-2 {
  fill: #8dc32e;
}
#wave_maf_logo .cls-3 {
  fill: #009be4;
}
#wave_maf_logo .cls-4 {
  fill: #6bc7f1;
}
#wave_maf_logo.white .cls-1, #wave_maf_logo.white .cls-2, #wave_maf_logo.white .cls-3, #wave_maf_logo.white .cls-4 {
  fill: #fff;
}

#wave_body {
  display: block;
  opacity: 0;
  position: relative;
  z-index: 30;
  transition: opacity 1s ease-out;
}
#wave_body.active {
  opacity: 1;
}

#wave0_box rect {
  opacity: 0;
  transition: opacity 1.5s ease-out;
}
#wave0_box.active rect {
  opacity: 1;
}

#wave1_image,
#wave2_image,
#wave3_image {
  opacity: 0;
  transition: opacity 1s ease-out;
}
#wave1_image.active,
#wave2_image.active,
#wave3_image.active {
  opacity: 1;
}

#wave1_image image {
  transform-origin: center;
}

/*========== newop__sect "NEW OPEN!" ==========*/
.newop__sect {
  margin-top: -5.3076923077vw;
  position: relative;
}

.newop__intro {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .newop__intro {
    display: grid;
    grid-template-columns: 47% 49.3%;
    justify-content: space-between;
  }
}

.newop__main h2 > span {
  display: block;
}
.newop__main h2 span.line-date {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .newop__main h2 span.line-date {
    font-size: 3.8888888889rem;
  }
}
.newop__main h2 span.line-date > span.lg {
  font-size: 1.4em;
}
.newop__main h2 span.line-date > span.lg.month {
  margin-left: 0.05em;
}
.newop__main h2 span.line-date > span.lg.day {
  margin-right: 0.035em;
}
.newop__main h2 span.line-open {
  color: #fff232;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 4.7rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 0.0957446809em;
}
@media screen and (min-width: 768px) {
  .newop__main h2 span.line-open {
    font-size: 5.2222222222rem;
  }
}
.newop__main h2 span.line-ja {
  color: #fff232;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .newop__main h2 span.line-ja {
    font-size: 1.3888888889rem;
  }
}
.newop__main p {
  line-height: 2.2222222222;
  margin-top: 1.8888888889em;
}
@media screen and (min-width: 768px) {
  .newop__main p {
    text-align: justify;
  }
}

.newop__image {
  margin-top: 2.2222222222rem;
}
@media screen and (min-width: 768px) {
  .newop__image {
    margin-top: 0;
    padding-top: 1.1111111111rem;
  }
}
.newop__image img {
  border-radius: 50%;
  display: block;
}
.newop__image img.img1 {
  height: auto;
  width: 14.8888888889rem;
}
.newop__image img.img2 {
  height: auto;
  margin-left: auto;
  margin-top: -5.9444444444rem;
  width: 22.4444444444rem;
}

.newop__map {
  margin-top: 4.7777777778rem;
}
.newop__map address {
  font-size: 0.8333333333rem;
  font-style: normal;
  line-height: 1.7333333333;
  margin: 0.5333333333em auto 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .newop__map address {
    width: 51.1111111111rem;
  }
}

.newop__map-wrapper {
  background-color: #0099d1;
  margin: 0 auto;
  padding: 0.5555555556rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newop__map-wrapper {
    width: 51.1111111111rem;
  }
}
.newop__map-wrapper > iframe {
  aspect-ratio: 1/1;
  border: none;
  display: block;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newop__map-wrapper > iframe {
    aspect-ratio: 900/430;
  }
}

/*========== newsl__sect "NEWS" ==========*/
.newsl__sect {
  padding-top: 3.7777777778rem;
}
.newsl__sect h2 {
  text-align: center;
}
.newsl__sect h2 > span {
  display: block;
}
.newsl__sect h2 span.line-en {
  color: #fff232;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .newsl__sect h2 span.line-en {
    font-size: 4.1666666667rem;
  }
}
.newsl__sect h2 span.line-ja {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 0.72em;
}
@media screen and (min-width: 768px) {
  .newsl__sect h2 span.line-ja {
    font-size: 1.3888888889rem;
  }
}

.newsl__postlist {
  background-color: #fff;
  height: 10.1666666667rem;
  list-style: none;
  margin: 2.6666666667rem auto 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 2.7777777778rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .newsl__postlist {
    width: 50rem;
  }
}
.newsl__postlist > li {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.8333333333em 0;
}
.newsl__postlist > li + li {
  border-top: 1px solid #9E9F9F;
}
.newsl__postlist > li > a {
  color: #000;
}
.newsl__postlist > li > a:hover {
  color: #009be4;
}
.newsl__postlist > li > span {
  color: gray;
  display:block;
  font-size:0.7rem;
}

/*========== hobie__sect "What's HOBIE!?" ==========*/
.hobie__sect {
  margin-top: 6rem;
}

.hobie__upper {
  background: url(../img/hobie-bg-wave@1x.png) 0 100%/100% auto no-repeat;
  padding-bottom: 2.3333333333rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hobie__upper {
    background-image: url(../img/hobie-bg-wave-cover.svg), url(../img/hobie-bg-wave@2x.png);
    background-position: 0 0, 0 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 768px) {
  .hobie__upper-grid {
    display: grid;
    grid-template-areas: "slide slide . main . ";
    grid-template-columns: 1fr 29.1666666667rem 4.1666666667rem 27.7777777778rem 1fr;
  }
}

.hobie__slider {
  aspect-ratio: 625/470;
  position: relative;
}
@media screen and (min-width: 768px) {
  .hobie__slider {
    grid-area: slide;
    aspect-ratio: unset;
    height: 26.1111111111rem;
    width: 100%;
    overflow: hidden;
  }
}
.hobie__slider > img {
  display: block;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 2s linear;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hobie__slider > img {
    object-fit: cover;
    height: 100%;
  }
}
.hobie__slider > img.active {
  opacity: 1;
}

.hobie__main {
  padding-top: 4.7rem;
  margin-left: auto;
  margin-right: auto;
  width: 87.5vw;
}
@media screen and (min-width: 576px) {
  .hobie__main {
    width: 516px;
  }
}
@media screen and (min-width: 768px) {
  .hobie__main {
    grid-area: main;
    padding-top: 5.2222222222rem;
    width: auto;
  }
}
.hobie__main h2 > span {
  display: block;
}
.hobie__main h2 span.line-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .hobie__main h2 span.line-en {
    font-size: 4.1666666667rem;
  }
}
.hobie__main h2 span.line-en > em {
  font-style: normal;
  color: #fff232;
}
.hobie__main h2 span.line-ja {
  color: #fff232;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 1.56em;
}
@media screen and (min-width: 768px) {
  .hobie__main h2 span.line-ja {
    font-size: 1.3888888889rem;
  }
}
.hobie__main p {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2.2222222222;
  margin-top: 1.9444444444rem;
  text-align: justify;
}

.hobie__lower {
  background: url(../img/hobie-divider.svg) 0 0/102% auto no-repeat;
  margin-top: -3.6923076923vw;
  padding-top: 7.6153846154vw;
  position: relative;
}
.hobie__lower .lower-content {
  background-color: #fff;
  padding-top: 2.2222222222rem;
  padding-bottom: 4.8333333333rem;
  margin-top: -1px;
}
.hobie__lower h3 {
  color: #000;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2em;
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .hobie__lower h3 {
    font-size: 1.3888888889rem;
  }
}

.hobie__specs {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778rem;
  margin-top: 2.7777777778rem;
}
@media screen and (min-width: 768px) {
  .hobie__specs {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
  }
}
.hobie__specs > img {
  border: 1px solid #c4e9f9;
  height: auto;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hobie__specs > img {
    width: 29.1666666667rem;
  }
}

/*========== busin__sect "営業時間" ==========*/
.busin__sect {
  background-color: #fff;
  padding-bottom: 5.3333333333rem;
}
.busin__sect ul.note {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.busin__sect ul.note > li {
  padding: 0 0 0 1.1em;
  text-indent: -1.1em;
  margin-top: 2px;
}

.busin__head {
  background-image: url(../img/busin-img-cover.svg), url(../img/busin-img-j50@1x.jpg);
  background-position: 0 0, 0 1px;
  background-repeat: no-repeat;
  background-size: 102% auto, 100% auto;
  display: flex;
  height: calc(35.7692307692vw + 1px);
}
@media screen and (min-width: 768px) {
  .busin__head {
    background-image: url(../img/busin-img-cover.svg), url(../img/busin-img-j50@2x.jpg);
  }
}
.busin__head h2 {
  margin: auto;
  padding-bottom: 1.4444444444rem;
}
@media screen and (min-width: 768px) {
  .busin__head h2 {
    padding-bottom: 3.1111111111rem;
  }
}
.busin__head h2 > span {
  display: block;
  text-align: center;
}
.busin__head h2 span.line-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5666666667rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .busin__head h2 span.line-en {
    font-size: 4.6666666667rem;
  }
}
.busin__head h2 span.line-ja {
  font-weight: 500;
  font-size: 1.0694444444rem;
  margin-top: 0.4285714286em;
}
@media screen and (min-width: 768px) {
  .busin__head h2 span.line-ja {
    font-size: 1.9444444444rem;
  }
}

.busin__main {
  margin-top: 4.0555555556rem;
}

.busin__table-wrapper > table {
  border-collapse: collapse;
  color: #000;
  font-size: 1rem;
  letter-spacing: 0.03em;
}
.busin__table-wrapper > table th, .busin__table-wrapper > table td {
  border: 1px solid #9E9F9F;
  font-weight: 500;
}
.busin__table-wrapper > table th {
  background-color: #E9F7FD;
  padding: 1em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .busin__table-wrapper > table th {
    padding: 1em 3.7777777778em;
  }
}
.busin__table-wrapper > table td {
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .busin__table-wrapper > table td {
    padding: 1.5555555556em;
  }
}
.busin__table-wrapper > table ul.list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.busin__table-wrapper > table ul.list > li {
  margin-top: 2px;
}

a.text {
  color: #009be4;
  font-weight: 700;
  text-decoration: none;
}
a.text:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.busin__table-wrapper + ul.note {
  color: #000;
  font-size: 1rem;
  line-height: 1.7777777778;
  margin-top: 1.2777777778em;
}
.busin__table-wrapper + ul.note li > ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2.1em;
  margin-top: 2px;
  padding-left: 1.1em;
}
.busin__table-wrapper + ul.note li > ol > li {
  text-indent: 0;
}

/*========== faque__sect "FAQ" ==========*/
.faque__sect {
  background-color: #B5E3F8;
}

.faque__head {
  background-image: url(../img/faque-img-cover.svg), url(../img/faque-img-j10@1x.jpg);
  background-position: 0 0, 0 1px;
  background-repeat: no-repeat;
  background-size: 102% auto, 100% auto;
  display: flex;
  height: calc(36vw + 1px);
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .faque__head {
    background-image: url(../img/faque-img-cover.svg), url(../img/faque-img-j10@2x.jpg);
  }
}
.faque__head h2 {
  margin: auto;
}
.faque__head h2 > span {
  display: block;
  text-align: center;
}
.faque__head h2 span.line-en {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2.5666666667rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .faque__head h2 span.line-en {
    font-size: 4.6666666667rem;
  }
}
.faque__head h2 span.line-ja {
  font-weight: 500;
  font-size: 1.0694444444rem;
  margin-top: 0.4285714286em;
}
@media screen and (min-width: 768px) {
  .faque__head h2 span.line-ja {
    font-size: 1.9444444444rem;
  }
}

.faque__main {
  background-color: #B5E3F8;
  color: #000;
  margin-top: 5rem;
}
.faque__main dl {
  font-size: 1rem;
  letter-spacing: 0.03em;
  margin: 0;
}
.faque__main dt span.label, .faque__main dd span.label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2222222222em;
  font-weight: 500;
  line-height: 1.3636363636;
  width: 1.8181818182em;
}
.faque__main dt {
  background: #fff url(../img/faque-arrow-open.svg) center right 2.2777777778em/1em auto no-repeat;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  padding: 1.6666666667em 3em;
}
@media screen and (min-width: 768px) {
  .faque__main dt {
    transition: background-color 0.15s ease-out;
  }
  .faque__main dt:hover {
    background-color: #E1F4FC;
  }
}
.faque__main dt.active {
  background-image: url(../img/faque-arrow-close.svg);
}
.faque__main dd {
  display: grid;
  grid-template-columns: 2.2222222222em 1fr;
  height: 0;
  margin-left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 3em;
  text-align: justify;
  transition-duration: 0.2s, 0.4s, 0.2s;
  transition-property: height, opacity, padding;
  transition-timing-function: ease-in-out, ease-in, ease-out;
}
.faque__main dt.active + dd {
  height: max-content;
  opacity: 1;
  padding: 1em 3em;
}
.faque__main dd + dt {
  margin-top: 1em;
}
