@charset "UTF-8";
@font-face {
  font-family: "KontrapunktBob";
  src: url("../font/kontrapunkt-bob.light.otf") format("opentype");
}
@font-face {
  font-family: "KontrapunktBobBold";
  src: url("../font/kontrapunkt-bob.bold.otf") format("opentype");
}
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  grid-template: "header" auto "contents" 1fr "footer" auto/100%;
  min-height: 100vh;
  font-kerning: auto;
  color: #101820;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-feature-settings: "palt";
}

* {
  position: relative;
}

a, img {
  display: block;
}

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

.anc {
  position: absolute;
  top: 1px;
}

.sound-box .sound-player-box {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.sound-box .sound-player-box li {
  line-height: 1;
}
.sound-box .sound-player-box li.time-1 {
  text-align: right;
}
.sound-box .sound-player-box li.slider-box {
  overflow: hidden;
}
.sound-box .sound-player-box li.slider-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #000;
}
.sound-box .sound-player-box li.slider-box .slider {
  position: absolute;
  left: 0;
}
.sound-box .sound-player-box li.slider-box .slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #ea668b;
}
.sound-box .sound-player-box li.slider-box .slider::after {
  content: "";
  display: block;
  background: #ea668b;
  cursor: pointer;
}
.sound-box .btn-sound-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sound-box .btn-sound-box .btn-sound-prevnext.btn-sound-prev {
  background: url(../imgs/btn_sound_10_l.svg) center center no-repeat;
  background-size: contain;
}
.sound-box .btn-sound-box .btn-sound-prevnext.btn-sound-next {
  background: url(../imgs/btn_sound_10_r.svg) center center no-repeat;
  background-size: contain;
}
.sound-box .btn-sound-box .btn-sound {
  background: url(../imgs/icon_sound.svg) center center no-repeat;
  background-size: contain;
}
.sound-box .btn-sound-box .btn-sound.on {
  background-image: url(../imgs/icon_sound_off.svg);
}
.sound-box .btn-sound-box.btn-sound-box-w .btn-sound-prevnext.btn-sound-prev {
  background-image: url(../imgs/btn_sound_10_l_w.svg);
}
.sound-box .btn-sound-box.btn-sound-box-w .btn-sound-prevnext.btn-sound-next {
  background-image: url(../imgs/btn_sound_10_r_w.svg);
}
.sound-box .btn-f {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  background: url(../imgs/fukidashi.svg) center center no-repeat;
  background-size: contain;
  z-index: 10;
}
.sound-box .btn-f.off {
  display: none;
}
.sound-box .btn-f .btn-f-pic {
  overflow: hidden;
  border: 2px solid #ea668b;
  z-index: 1;
}
.sound-box .btn-f .btn-f-text {
  text-align: center;
  color: #fff;
  line-height: 1.5;
}

.text {
  font-weight: 500;
}
.text span {
  color: #ea668b;
  font-weight: 700;
}
.text.text-b {
  font-weight: 700;
}

.header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header .hbg {
  position: absolute;
  z-index: 10000;
  background: #faf2e8;
}
.header .hbg::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: #ea668b;
}
.header .hbg::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  background: #ea668b;
}
.header .hbg.active::before {
  transform: rotate(30deg);
}
.header .hbg.active::after {
  transform: rotate(-30deg);
}
.header .nav {
  position: absolute;
  background: #d9d8d6;
  z-index: 9999;
}
.header .nav .nav-box {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.header .nav .nav-box li a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  color: #101820;
}
.header .nav .nav-box li a .no {
  font-family: "KontrapunktBobBold";
}
.header .nav .nav-box li a .tit {
  text-align: center;
}
.header .nav .nav-box li a .tit span {
  display: block;
}
.header .nav .nav-box li a .tit span.jp {
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  letter-spacing: 0.05em;
  line-height: 1;
  letter-spacing: -0.05em;
}
.header .nav .nav-box li a .tit span.jp::after {
  content: "";
  display: block;
  background: #ea668b;
}
.header .nav .nav-box li a .tit span.en {
  font-family: "KontrapunktBobBold";
  text-align: center;
  line-height: 1;
  letter-spacing: -0.025em;
}
.header .nav .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .nav .sns-box li.cs a {
  opacity: 0.5;
  pointer-events: none;
}
.header.off::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  z-index: 20000;
}

.wrapper {
  overflow: hidden;
}

.hero-content {
  background: #faf2e8;
}
.hero-content .tit {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  font-weight: 800;
  letter-spacing: 0.05em;
}
.hero-content .tit span.t-1 {
  letter-spacing: 0.1em;
}
.hero-content .tit span.t-2 {
  letter-spacing: 0;
}
.hero-content .tit span.t-3 {
  letter-spacing: 0;
}
.hero-content .pic {
  overflow: hidden;
}
.hero-content .pic video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-51%, -50%);
  width: 202%;
  height: auto;
}
.hero-content .copy {
  text-align: center;
}
.hero-content .copy span {
  color: #ea668b;
}

.content-0 .content-tit, .content-5 .content-tit {
  line-height: 1;
  text-align: center;
}
.content-0 .content-tit span, .content-5 .content-tit span {
  color: #ea668b;
}
.content-0 .text, .content-5 .text {
  line-height: 1.75;
}
.content-0 .aqua-tourism-box, .content-5 .aqua-tourism-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-0 .aqua-tourism-box .logo, .content-5 .aqua-tourism-box .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content-0 .aqua-tourism-box .place, .content-5 .aqua-tourism-box .place {
  position: absolute;
  width: 100%;
  color: #ea668b;
  text-align: center;
  line-height: 1;
}
.content-0 .aqua-tourism-box::before, .content-5 .aqua-tourism-box::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/wave.svg) center center no-repeat;
  background-size: contain;
}
.content-0 .picture-box, .content-5 .picture-box {
  text-align: center;
}
.content-0 .picture-box::before, .content-5 .picture-box::before {
  content: "";
  display: block;
  background: #ea668b;
}
.content-0 .picture-box .box-tit, .content-5 .picture-box .box-tit {
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  text-align: center;
  line-height: 1.75;
}
.content-0 .picture-box .pic.zoom, .content-5 .picture-box .pic.zoom {
  cursor: pointer;
}
.content-0 .picture-box .pic.zoom::after, .content-5 .picture-box .pic.zoom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/icon_zoom.svg);
}
.content-0 .content-sub-tit, .content-5 .content-sub-tit {
  text-align: center;
  color: #ea668b;
  line-height: 1.44;
}

.content .content-tit-box {
  background: #faf2e8;
  text-align: center;
}
.content .content-tit-box .no {
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: "KontrapunktBobBold";
}
.content .content-tit-box .content-tit {
  line-height: 1;
}
.content .content-tit-box .content-tit span {
  display: block;
}
.content .content-tit-box .content-tit span.jp {
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  letter-spacing: 0.05em;
  line-height: 1;
}
.content .content-tit-box .content-tit span.jp::after {
  content: "";
  display: block;
  background: #ea668b;
}
.content .content-tit-box .content-tit span.en {
  font-family: "KontrapunktBobBold";
  text-align: center;
  line-height: 1;
  letter-spacing: -0.025em;
}
.content .voice-box {
  z-index: 10;
}
.content .voice-box.voice-box-1 {
  background: url(../imgs/pic_1_1.jpg) center center no-repeat;
  background-size: cover;
}
.content .voice-box.voice-box-2 {
  background: url(../imgs/pic_1_2.jpg) center center no-repeat;
  background-size: cover;
}
.content .voice-box.voice-box-3 {
  background: url(../imgs/pic_2_1.jpg) center center no-repeat;
  background-size: cover;
}
.content .voice-box.voice-box-4 {
  background: url(../imgs/pic_3.jpg) center center no-repeat;
  background-size: cover;
}
.content .voice-box .box-tit {
  text-align: center;
  line-height: 1;
  color: #fff;
}
.content .voice-box .sound-box .sound-player-box {
  color: #fff;
}
.content .voice-box .sound-box .sound-player-box li.slider-box::before {
  background: #FFF;
}
.content .about-box .box-tit {
  text-align: center;
  color: #ea668b;
  letter-spacing: 0.05em;
}
.content .about-box .text.list-text {
  margin-bottom: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.content .about-box .text.list-text::before {
  content: "●";
  color: #ea668b;
}
.content .about-box .text.note {
  margin-top: 1.5em;
  color: #ea668b;
  font-weight: 700;
}
.content .lifetime-box .box-tit {
  text-align: center;
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  font-weight: 800;
  line-height: 1;
}
.content .lifetime-box .wrap .lifetime-slide-box {
  display: flex;
  left: 0;
  transition: left 0.4s ease-out;
}
.content .lifetime-box .wrap .lifetime-slide-box li .list-pic {
  border-top: 1px solid #ea668b;
  border-bottom: 1px solid #ea668b;
  border-left: 1px solid #ea668b;
}
.content .lifetime-box .wrap .lifetime-slide-box li .list-pic .month {
  position: absolute;
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  font-weight: 800;
  line-height: 1;
  color: #fff;
}
.content .lifetime-box .wrap .lifetime-slide-box li .list-tit {
  color: #ea668b;
  line-height: 1;
}
.content .lifetime-box .wrap .lifetime-slide-box li .list-text {
  font-weight: 500;
}
.content .lifetime-box .wrap .lifetime-slide-box li:last-child .list-pic::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ea668b;
}
.content .lifetime-box .wrap .btn-prevnext {
  position: absolute;
  transform: translateY(-50%);
  transition: opacity 0.3s ease-out;
}
.content .lifetime-box .wrap .btn-prevnext.btn-prev {
  background: url(../imgs/btn_prev.svg) center center no-repeat;
  background-size: contain;
}
.content .lifetime-box .wrap .btn-prevnext.btn-next {
  background: url(../imgs/btn_next.svg) center center no-repeat;
  background-size: contain;
}
.content .lifetime-box .wrap .btn-prevnext.off {
  opacity: 0.5;
  pointer-events: none;
}
.content .movie-box .box-tit {
  text-align: center;
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  font-weight: 800;
  line-height: 1;
}
.content .movie-box .btn-movie::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/icon_play.svg) center center no-repeat;
  background-size: contain;
}
.content .quiz-box {
  background: #e6e181;
}
.content .quiz-box .box-tit {
  display: flex;
  justify-content: center;
  align-content: center;
}
.content .quiz-box .box-tit span {
  display: block;
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  letter-spacing: 0.1em;
}
.content .quiz-box .quiz {
  color: #ea668b;
}
.content .quiz-box .quiz .no {
  font-family: "KontrapunktBobBold";
  color: #101820;
  letter-spacing: -0.025em;
}
.content .quiz-box .ans-box .ans {
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  cursor: pointer;
}
.content .quiz-box .ans-box .ans::before {
  display: block;
  position: absolute;
  font-family: "KontrapunktBobBold";
}
.content .quiz-box .ans-box .ans span {
  display: block;
}
.content .quiz-box .ans-box .ans.a::before {
  content: "A:";
}
.content .quiz-box .ans-box .ans.b::before {
  content: "B:";
}
.content .quiz-box .ans-box .ans::after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.content .quiz-box .ans-box .ans.ok::after {
  background-image: url(../imgs/typo_ok.svg);
}
.content .quiz-box .ans-box .ans.ng::after {
  background-image: url(../imgs/typo_ng.svg);
}
.content .quiz-box .ans-detail {
  font-weight: 500;
  display: none;
}
.content .quiz-box .ans-detail span {
  color: #ea668b;
}
.content .quiz-box.on .ans-box .ans::after {
  display: block;
}
.content .quiz-box.on .ans-detail {
  display: block;
}
.content .box-2 .box-tit {
  font-family: "YuMincho +36p Kana", "游明朝体", "Yu Mincho", "YuMincho", "Noto Serif JP", "メイリオ";
  text-align: center;
  line-height: 1.75;
}
.content .pic .cap {
  font-weight: 500;
  text-align: center;
}
.content .pic .cap span {
  color: #ea668b;
  font-weight: 700;
}
.content .pic.zoom {
  cursor: pointer;
}
.content .pic.zoom::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../imgs/icon_zoom.svg);
}

.footer .footer-inner {
  background: #faf2e8;
}
.footer .footer-inner .sns-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-inner .sns-box li.cs a {
  opacity: 0.5;
  pointer-events: none;
}
.footer .footer-inner .logo-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright {
  text-align: center;
  font-family: "KontrapunktBob";
  letter-spacing: -0.025em;
  line-height: 1;
  color: #a7a8a9;
}

.information-box {
  position: fixed;
  background: #d1c6bb;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  z-index: 30000;
}
.information-box .information-box-inner .icon {
  position: absolute;
}
.information-box .information-box-inner .box-tit {
  line-height: 1;
  text-align: center;
}
.information-box .information-box-inner .box-tit span {
  color: #ea668b;
}
.information-box .information-box-inner .box-tit span.logo {
  display: block;
}
.information-box .information-box-inner .box {
  display: flex;
}
.information-box .information-box-inner .box p {
  margin-bottom: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}
.information-box .information-box-inner .box p:last-child {
  margin-bottom: 0;
}
.information-box .information-box-inner .box p span {
  font-weight: 700;
}
.information-box .information-box-inner .box.box-1 {
  border-top: 1px solid #ea668b;
  border-bottom: 1px solid #ea668b;
}
.information-box .information-box-inner .box.box-2 {
  align-items: center;
}
.information-box .information-box-inner .box.box-2 .pic {
  z-index: 1;
  overflow: hidden;
}
.information-box.on {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 1000;
}
#modal .md-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(250, 242, 232, 0.95);
}
#modal .btn-md-close {
  position: absolute;
  z-index: 1000;
}
#modal .btn-md-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(30deg);
  transform-origin: center center;
  width: 100%;
  background: #ea668b;
}
#modal .btn-md-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-30deg);
  transform-origin: center center;
  width: 100%;
  background: #ea668b;
}
#modal .md-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
#modal .md-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#modal .md-content.on {
  display: block;
}
#modal.on {
  visibility: visible;
}

@media screen and (min-width: 768px) {
  /* sp x 1.44 */
  @-webkit-keyframes scrollAnime {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes scrollAnime {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  body {
    font-size: 22px;
    background: url(../imgs/bg_ptn.png) left top;
    background-size: 69px 69px;
    background-attachment: fixed;
  }
  .sp {
    display: none;
  }
  .sound-box .btn-sound-box {
    margin: 22px auto 0;
    gap: 0 32px;
  }
  .sound-box .btn-sound-box .btn-sound-prevnext {
    width: 35px;
    height: 39px;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  .sound-box .btn-sound-box .btn-sound-prevnext:hover {
    opacity: 0.5;
  }
  .sound-box .btn-sound-box .btn-sound {
    width: 70px;
    height: 70px;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }
  .sound-box .btn-sound-box .btn-sound:hover {
    opacity: 0.5;
  }
  .sound-box .btn-f {
    padding-top: 23px;
    bottom: -153px;
    width: 298px;
    height: 149px;
  }
  .sound-box .btn-f .btn-f-pic {
    margin-right: 9px;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border-width: 3px;
  }
  .sound-box .btn-f .btn-f-text {
    font-size: 19px;
  }
  .sound-box .sound-player-box li.time {
    width: 72px;
  }
  .sound-box .sound-player-box li.time p {
    font-size: 14px;
  }
  .sound-box .sound-player-box li.slider-box {
    margin: 0 7px;
    width: 245px;
    height: 10px;
  }
  .sound-box .sound-player-box li.slider-box::before {
    height: 3px;
  }
  .sound-box .sound-player-box li.slider-box .slider {
    width: 10px;
    height: 10px;
  }
  .sound-box .sound-player-box li.slider-box .slider::before {
    width: 540px;
    height: 3px;
  }
  .sound-box .sound-player-box li.slider-box .slider::after {
    width: 10px;
    height: 10px;
    border-radius: 50px;
  }
  .text {
    margin: 0 auto 1.5em;
    width: 454px;
  }
  .text.text-s {
    font-size: 20px;
  }
  .header {
    position: fixed;
    width: 88px;
    height: 100vh;
    background: #fff;
    z-index: 1000;
  }
  .header .logo {
    width: 21px;
    transform: translate(-50%, -50%);
  }
  .header .hbg {
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #fff;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  .header .hbg:hover {
    opacity: 0.5;
  }
  .header .hbg::before {
    top: 21px;
    left: 11px;
    width: 28px;
    height: 2px;
  }
  .header .hbg::after {
    top: 27px;
    left: 11px;
    width: 28px;
    height: 2px;
  }
  .header .hbg.on {
    top: 19px;
  }
  .header .hbg.active {
    background: #d9d8d6;
  }
  .header .hbg.active::before {
    top: 24px;
  }
  .header .hbg.active::after {
    top: 24px;
  }
  .header .nav {
    top: 0;
    left: 88px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 540px;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
  }
  .header .nav .logo {
    margin: 0 auto 151px;
  }
  .header .nav .nav-box {
    margin: 0 auto 20px;
  }
  .header .nav .nav-box li {
    margin-bottom: 66px;
    transition: opacity 0.3s ease-out;
    cursor: pointer;
  }
  .header .nav .nav-box li .no {
    width: 43px;
    font-size: 41px;
    letter-spacing: -0.025em;
  }
  .header .nav .nav-box li .tit {
    width: 245px;
  }
  .header .nav .nav-box li .tit span.jp {
    font-size: 46px;
  }
  .header .nav .nav-box li .tit span.jp::after {
    margin: 12px auto 17px;
    width: 144px;
    height: 3px;
  }
  .header .nav .nav-box li .tit span.en {
    font-size: 23px;
  }
  .header .nav .nav-box li:hover {
    opacity: 0.5;
  }
  .header .nav .sns-box {
    width: 100%;
    gap: 35px;
  }
  .header .nav .sns-box li.tw {
    width: 37px;
  }
  .header .nav .sns-box li.yt {
    width: 39px;
  }
  .header .nav .sns-box li.email {
    width: 35px;
  }
  .header .nav .sns-box li.info {
    width: 56px;
  }
  .header .nav .sns-box li a, .header .nav .sns-box li p {
    cursor: pointer;
    transition: opacity 0.3s ease-in;
  }
  .header .nav .sns-box li a:hover, .header .nav .sns-box li p:hover {
    opacity: 0.5;
  }
  .header .nav.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .wrapper {
    z-index: 200;
  }
  .side-box {
    position: fixed;
    top: 0;
    left: 628px;
    width: calc(100vw - 176px - 540px);
    height: 100vh;
  }
  .side-box .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.5s ease-out;
  }
  .side-box .bg.on {
    opacity: 1;
    z-index: 500;
  }
  .side-box .bg.bg-logo {
    width: 500px;
    height: 500px;
    border-radius: 250px;
    overflow: hidden;
  }
  .side-box .bg.bg-logo .movie-side {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-51%, -50%);
    width: 202%;
    height: auto;
  }
  .side-box .bg.bg-slide p {
    position: absolute;
    width: 372px;
    height: 372px;
    border-radius: 186px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    opacity: 0;
    transition: opacity 1s ease-out;
  }
  .side-box .bg.bg-slide p.on {
    z-index: 100;
    opacity: 1;
  }
  .side-box .bg.bg-slide .bg-slide-1 {
    width: 372px;
    height: 372px;
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-0.set {
    background-image: url(../imgs/slideshow/pic_1_0.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-1.set {
    background-image: url(../imgs/slideshow/pic_1_1.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-2.set {
    background-image: url(../imgs/slideshow/pic_1_2.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-3.set {
    background-image: url(../imgs/slideshow/pic_1_3.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-4.set {
    background-image: url(../imgs/slideshow/pic_1_4.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-1 p.bg-1-5.set {
    background-image: url(../imgs/slideshow/pic_1_5.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 {
    width: 372px;
    height: 372px;
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-0.set {
    background-image: url(../imgs/slideshow/pic_2_0.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-1.set {
    background-image: url(../imgs/slideshow/pic_2_1.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-2.set {
    background-image: url(../imgs/slideshow/pic_2_2.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-3.set {
    background-image: url(../imgs/slideshow/pic_2_3.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-4.set {
    background-image: url(../imgs/slideshow/pic_2_4.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-5.set {
    background-image: url(../imgs/slideshow/pic_2_5.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-6.set {
    background-image: url(../imgs/slideshow/pic_2_6.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-7.set {
    background-image: url(../imgs/slideshow/pic_2_7.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-8.set {
    background-image: url(../imgs/slideshow/pic_2_8.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-9.set {
    background-image: url(../imgs/slideshow/pic_2_9.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-10.set {
    background-image: url(../imgs/slideshow/pic_2_10.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-11.set {
    background-image: url(../imgs/slideshow/pic_2_11.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-12.set {
    background-image: url(../imgs/slideshow/pic_2_12.jpg);
  }
  .side-box .bg.bg-slide .bg-slide-2 p.bg-2-13.set {
    background-image: url(../imgs/slideshow/pic_2_13.jpg);
  }
  .side-box .nav-wrap {
    position: absolute;
    top: 70px;
    left: 63px;
    z-index: 1000;
  }
  .side-box .nav-wrap .nav-box li a {
    display: flex;
    font-family: "KontrapunktBobBold";
    font-size: 24px;
    line-height: 40px;
    letter-spacing: -0.025em;
    color: #000;
    transition: color 0.3s ease-out;
  }
  .side-box .nav-wrap .nav-box li a .no {
    width: 24px;
  }
  .side-box .nav-wrap .nav-box li a:hover {
    color: #ea668b;
  }
  .side-box .nav-wrap .nav-box li.on a {
    color: #ea668b;
  }
  .side-box .nav-wrap .nav-pos {
    position: absolute;
    top: 0;
    left: -78px;
    width: 64px;
    height: 40px;
    background: url(../imgs/wave_nav.svg) left center no-repeat;
    background-size: contain;
    transition: all 0.3s ease-out;
    opacity: 0;
  }
  .side-box .nav-wrap .nav-pos.on-1 {
    top: 0;
    opacity: 1;
  }
  .side-box .nav-wrap .nav-pos.on-2 {
    top: 40px;
    opacity: 1;
  }
  .side-box .nav-wrap .nav-pos.on-3 {
    top: 80px;
    opacity: 1;
  }
  .side-box.off::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a7a8a9;
    opacity: 0.5;
    z-index: 1000;
  }
  .side-logo-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 88px;
    height: 100vh;
    background: #fff;
  }
  .side-logo-box .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 21px;
  }
  .side-logo-box.off::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  .wrapper {
    margin-left: 88px;
    width: 540px;
    background: #fff;
  }
  .hero-content {
    height: 980px;
    padding-top: 52px;
  }
  .hero-content .tit {
    font-size: 52px;
    line-height: 104px;
  }
  .hero-content .tit .t {
    font-size: 58px;
  }
  .hero-content .pic {
    margin: 10px auto 49px;
    width: 420px;
    height: 420px;
    background: url(../imgs/pic_itasenpara.png) center center no-repeat;
    background-size: contain;
  }
  .hero-content .copy {
    font-size: 23px;
    line-height: 40px;
  }
  .hero-content .scroll {
    position: absolute;
    right: 15px;
    bottom: 25px;
    width: 16px;
    height: 128px;
  }
  .hero-content .scroll::before {
    content: "";
    display: block;
    width: 16px;
    height: 128px;
    background: url(../imgs/arw_scroll.png) left top no-repeat;
    background-size: contain;
    -webkit-animation: scrollAnime 1.2s infinite ease-out;
            animation: scrollAnime 1.2s infinite ease-out;
  }
  .hero-content .scroll span {
    position: absolute;
    top: 30px;
    left: 17px;
    transform: rotate(90deg);
    transform-origin: left top;
    display: block;
    font-family: "KontrapunktBob";
    font-size: 14px;
    letter-spacing: -0.025em;
    line-height: 1;
  }
  .content-0 {
    padding: 86px 0;
    background: url(../imgs/ptn.png) center top no-repeat, url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain, contain;
  }
  .content-0 .content-tit {
    margin: 48px auto 29px;
    font-size: 27px;
  }
  .content-0 .text {
    margin-bottom: 2em;
  }
  .content-0 .text .pic-itasenpara {
    margin-right: 14px;
    float: left;
    width: 164px;
    z-index: 0;
  }
  .content-0 .text.text-1 {
    margin-top: 60px;
  }
  .content-0 .aqua-tourism-box {
    margin: 115px auto 122px;
    width: 455px;
    gap: 106px;
  }
  .content-0 .aqua-tourism-box .logo {
    width: 184px;
  }
  .content-0 .aqua-tourism-box .box {
    width: 174px;
  }
  .content-0 .aqua-tourism-box .box .place {
    font-size: 20px;
  }
  .content-0 .aqua-tourism-box .box.box-0 .place, .content-0 .aqua-tourism-box .box.box-1 .place {
    top: -35px;
  }
  .content-0 .aqua-tourism-box .box.box-2 .place, .content-0 .aqua-tourism-box .box.box-3 .place {
    bottom: -35px;
  }
  .content-0 .aqua-tourism-box::before {
    width: 294px;
    height: 294px;
  }
  .content-0 .picture-box::before {
    margin: 0 auto;
    width: 454px;
    height: 4px;
  }
  .content-0 .picture-box .box-tit {
    margin: 43px auto;
    font-size: 26px;
  }
  .content-0 .picture-box .pic {
    margin: 46px auto 72px;
    width: 454px;
  }
  .content-0 .picture-box .pic.zoom {
    cursor: pointer;
  }
  .content-0 .picture-box .pic.zoom::after {
    width: 72px;
    height: 72px;
    transition: opacity 0.3s ease-out;
  }
  .content-0 .picture-box .pic.zoom:hover::after {
    opacity: 0.5;
  }
  .content-5 {
    padding: 0 0 101px;
    background: url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain;
  }
  .content-5 .content-tit {
    margin: 48px auto 29px;
    font-size: 27px;
  }
  .content-5 .sound-box {
    margin-bottom: 49px;
  }
  .content-5 .content-sub-tit {
    margin: 0 0 9px;
    font-size: 26px;
  }
  .content-5 .text {
    margin-bottom: 43px;
  }
  .content {
    padding-bottom: 86px;
    background: url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain, contain;
  }
  .content .content-tit-box {
    padding: 65px 0 72px;
  }
  .content .content-tit-box .no {
    margin: 0 auto 65px;
    font-size: 54px;
  }
  .content .content-tit-box .content-tit span.jp {
    font-size: 58px;
  }
  .content .content-tit-box .content-tit span.jp::after {
    margin: 16px auto 22px;
    width: 176px;
    height: 3px;
  }
  .content .content-tit-box .content-tit span.en {
    margin-top: 22px;
    font-size: 30px;
  }
  .content .box::after {
    content: "";
    display: block;
    margin: 58px auto 0;
    width: 454px;
    height: 4px;
    background: #ea668b;
  }
  .content .box-2 .box-tit {
    margin: 43px auto;
    font-size: 26px;
  }
  .content .line-top::before {
    content: "";
    display: block;
    margin: 58px auto 0;
    width: 454px;
    height: 4px;
    background: #ea668b;
  }
  .content .pic {
    margin: 46px auto;
    width: 454px;
  }
  .content .pic .cap {
    margin: 29px auto;
    font-size: 26px;
  }
  .content .pic.zoom {
    cursor: pointer;
  }
  .content .pic.zoom::after {
    width: 72px;
    height: 72px;
    transition: opacity 0.3s ease-out;
  }
  .content .pic.zoom:hover::after {
    opacity: 0.5;
  }
  .content .voice-box {
    padding-top: 120px;
    height: 380px;
  }
  .content .voice-box .box-tit {
    margin-bottom: 22px;
    font-size: 26px;
  }
  .content .about-box {
    margin: 0 auto;
    padding-top: 53px;
  }
  .content .about-box .box-tit {
    margin-bottom: 48px;
    font-size: 30px;
  }
  .content .about-box .note {
    font-size: 19.5px;
  }
  .content .lifetime-box {
    margin-bottom: 65px;
  }
  .content .lifetime-box::after {
    margin-top: 29px;
  }
  .content .lifetime-box .box-tit {
    margin: 42px 0;
    font-size: 26px;
  }
  .content .lifetime-box .wrap {
    margin: 0 auto;
    width: 460px;
  }
  .content .lifetime-box .wrap .lifetime-slide-box {
    width: 2300px;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-pic .month {
    left: 29px;
    bottom: 29px;
    font-size: 37px;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-tit {
    margin: 20px 24px 0;
    font-size: 26px;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-text {
    margin: 10px 24px 0;
    font-size: 22px;
  }
  .content .lifetime-box .wrap .btn-prevnext {
    top: 153px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-prev {
    left: -18px;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-next {
    right: -18px;
  }
  .content .lifetime-box .wrap .btn-prevnext:hover {
    opacity: 0.5;
  }
  .content .movie-box .box-tit {
    margin: 42px 0;
    font-size: 26px;
  }
  .content .movie-box .btn-movie {
    margin-bottom: 36px;
    cursor: pointer;
  }
  .content .movie-box .btn-movie::after {
    width: 88px;
    height: 88px;
    transition: opacity 0.3s ease-out;
  }
  .content .movie-box .btn-movie:hover::after {
    opacity: 0.5;
  }
  .content .quiz-box {
    margin: 72px auto 0;
    padding: 43px 0 50px;
  }
  .content .quiz-box .box-tit {
    margin-bottom: 55px;
    font-size: 22px;
  }
  .content .quiz-box .box-tit span.t {
    padding-top: 10px;
  }
  .content .quiz-box .box-tit span.typo-q {
    margin: 0 14px;
    width: 42px;
  }
  .content .quiz-box .quiz {
    margin: 0 auto 46px;
    width: 446px;
    font-size: 40px;
  }
  .content .quiz-box .quiz img {
    margin: 14px 7px 0 0;
    float: left;
    width: 65px;
  }
  .content .quiz-box .quiz.quiz-s {
    font-size: 38px;
  }
  .content .quiz-box .ans-box {
    margin: 0 auto;
    width: 454px;
  }
  .content .quiz-box .ans-box .ans {
    margin-bottom: 36px;
    height: 108px;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }
  .content .quiz-box .ans-box .ans span {
    margin-left: 98px;
    font-size: 40px;
    line-height: 108px;
  }
  .content .quiz-box .ans-box .ans span.line2 {
    padding-top: 17px;
    font-size: 30px;
    line-height: 37px;
  }
  .content .quiz-box .ans-box .ans::before {
    left: 14px;
    font-size: 40px;
    line-height: 108px;
  }
  .content .quiz-box .ans-box .ans::after {
    width: 127px;
    height: 127px;
  }
  .content .quiz-box .ans-box .ans:hover {
    opacity: 0.5;
  }
  .content .quiz-box .ans-detail {
    margin: 50px auto 0;
    padding-top: 32px;
    width: 454px;
    border-top: 4px solid #fff;
  }
  .content .quiz-box.on .ans-box .ans {
    pointer-events: none;
  }
  .content.content-1 .movie-box:nth-child(2) {
    margin-bottom: 86px;
  }
  .footer {
    padding: 72px 0 65px;
  }
  .footer .footer-inner {
    margin: 0 auto 23px;
    padding: 45px 0 50px;
    width: 460px;
    border-top: 4px solid #ea668b;
  }
  .footer .footer-inner .sns-box {
    gap: 35px;
  }
  .footer .footer-inner .sns-box li.tw {
    width: 37px;
  }
  .footer .footer-inner .sns-box li.yt {
    width: 39px;
  }
  .footer .footer-inner .sns-box li.email {
    width: 35px;
  }
  .footer .footer-inner .sns-box li.info {
    width: 56px;
  }
  .footer .footer-inner .sns-box li a, .footer .footer-inner .sns-box li p {
    cursor: pointer;
    transition: opacity 0.3s ease-in;
  }
  .footer .footer-inner .sns-box li a:hover, .footer .footer-inner .sns-box li p:hover {
    opacity: 0.5;
  }
  .footer .footer-inner .logo-box {
    margin-top: 43px;
  }
  .footer .footer-inner .logo-box .pic {
    margin-right: 16px;
    width: 115px;
  }
  .footer .footer-inner .logo-box .logo {
    width: 238px;
  }
  .information-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 39px;
    width: 472px;
    height: calc(100vh - 58px);
    max-height: 836px;
    overflow-y: scroll;
  }
  .information-box .icon {
    top: -13px;
    left: 26px;
    width: 56px;
  }
  .information-box .pic-itasenpara {
    margin: 0 auto 29px;
    width: 193px;
  }
  .information-box .box-tit {
    margin: 0 auto;
    width: 399px;
  }
  .information-box .box-tit .logo {
    margin-bottom: 10px;
  }
  .information-box .box.box-1 {
    margin: 30px auto;
    padding: 30px 0;
  }
  .information-box .box.box-1 .box-logo {
    margin: 0 32px 0 36px;
    width: 101px;
  }
  .information-box .box.box-2 .pic {
    margin: 0 29px 0 36px;
    width: 104px;
    border-radius: 52px;
  }
  #modal .btn-md-close {
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: opacity 0.3s ease-out;
  }
  #modal .btn-md-close:hover {
    opacity: 0.5;
  }
  #modal .btn-md-close::before {
    height: 3px;
  }
  #modal .btn-md-close::after {
    height: 3px;
  }
  #modal .md-inner {
    overflow-y: scroll;
  }
  #modal .md-content {
    width: 90%;
    max-width: 1440px;
  }
  #modal .md-content.md-map {
    position: relative;
    margin: 0 auto;
    padding: 100px 0;
    top: inherit;
    left: inherit;
    transform: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 78.125vw;
  }
  body {
    font-size: 0.022rem;
    background-size: 0.069rem 0.069rem;
  }
  .sound-box .btn-sound-box {
    margin: 0.022rem auto 0;
    gap: 0 0.032rem;
  }
  .sound-box .btn-sound-box .btn-sound-prevnext {
    width: 0.035rem;
    height: 0.039rem;
  }
  .sound-box .btn-sound-box .btn-sound {
    width: 0.07rem;
    height: 0.07rem;
  }
  .sound-box .btn-f {
    padding-top: 0.023rem;
    bottom: -0.153rem;
    width: 0.298rem;
    height: 0.149rem;
  }
  .sound-box .btn-f .btn-f-pic {
    margin-right: 0.009rem;
    width: 0.09rem;
    height: 0.09rem;
    border-radius: 0.045rem;
    border-width: 0.003rem;
  }
  .sound-box .btn-f .btn-f-text {
    font-size: 0.019rem;
  }
  .sound-box .sound-player-box li.time {
    width: 0.072rem;
  }
  .sound-box .sound-player-box li.time p {
    font-size: 0.014rem;
  }
  .sound-box .sound-player-box li.slider-box {
    margin: 0 0.007rem;
    width: 0.245rem;
    height: 0.01rem;
  }
  .sound-box .sound-player-box li.slider-box::before {
    height: 0.003rem;
  }
  .sound-box .sound-player-box li.slider-box .slider {
    width: 0.01rem;
    height: 0.01rem;
  }
  .sound-box .sound-player-box li.slider-box .slider::before {
    width: 0.54rem;
    height: 0.003rem;
  }
  .sound-box .sound-player-box li.slider-box .slider::after {
    width: 0.01rem;
    height: 0.01rem;
    border-radius: 0.05rem;
  }
  .text {
    width: 0.454rem;
  }
  .text.text-s {
    font-size: 0.02rem;
  }
  .header {
    width: 0.088rem;
  }
  .header .logo {
    width: 0.021rem;
  }
  .header .hbg {
    top: 0.055rem;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 0.025rem;
  }
  .header .hbg::before {
    top: 0.021rem;
    left: 0.011rem;
    width: 0.028rem;
    height: 0.002rem;
  }
  .header .hbg::after {
    top: 0.027rem;
    left: 0.011rem;
    width: 0.028rem;
    height: 0.002rem;
  }
  .header .hbg.on {
    top: 0.019rem;
  }
  .header .hbg.active::before {
    top: 0.024rem;
  }
  .header .hbg.active::after {
    top: 0.024rem;
  }
  .header .nav {
    left: 0.088rem;
    width: 0.54rem;
  }
  .header .nav .logo {
    margin: 0 auto 0.151rem;
  }
  .header .nav .nav-box {
    margin: 0 auto 0.02rem;
  }
  .header .nav .nav-box li {
    margin-bottom: 0.066rem;
  }
  .header .nav .nav-box li .no {
    width: 0.043rem;
    font-size: 0.041rem;
  }
  .header .nav .nav-box li .tit {
    width: 0.245rem;
  }
  .header .nav .nav-box li .tit span.jp {
    font-size: 0.046rem;
  }
  .header .nav .nav-box li .tit span.jp::after {
    margin: 0.012rem auto 0.017rem;
    width: 0.144rem;
    height: 0.003rem;
  }
  .header .nav .nav-box li .tit span.en {
    font-size: 0.023rem;
  }
  .header .nav .sns-box {
    gap: 0.035rem;
  }
  .header .nav .sns-box li.tw {
    width: 0.037rem;
  }
  .header .nav .sns-box li.yt {
    width: 0.039rem;
  }
  .header .nav .sns-box li.email {
    width: 0.035rem;
  }
  .header .nav .sns-box li.info {
    width: 0.056rem;
  }
  .side-box {
    left: 0.628rem;
    width: calc(100vw - 0.176rem - 0.54rem);
  }
  .side-box .bg.bg-logo {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0.25rem;
  }
  .side-box .bg.bg-slide p {
    width: 0.372rem;
    height: 0.372rem;
    border-radius: 0.186rem;
  }
  .side-box .bg.bg-slide .bg-slide-1 {
    width: 0.372rem;
    height: 0.372rem;
  }
  .side-box .bg.bg-slide .bg-slide-2 {
    width: 0.372rem;
    height: 0.372rem;
  }
  .side-box .nav-wrap {
    top: 0.07rem;
    left: 0.063rem;
  }
  .side-box .nav-wrap .nav-box li a {
    font-size: 0.024rem;
    line-height: 0.04rem;
  }
  .side-box .nav-wrap .nav-box li a .no {
    width: 0.024rem;
  }
  .side-box .nav-wrap .nav-pos {
    left: -0.078rem;
    width: 0.064rem;
    height: 0.04rem;
  }
  .side-box .nav-wrap .nav-pos.on-2 {
    top: 0.04rem;
  }
  .side-box .nav-wrap .nav-pos.on-3 {
    top: 0.08rem;
  }
  .side-logo-box {
    width: 0.088rem;
  }
  .side-logo-box .logo {
    width: 0.021rem;
  }
  .wrapper {
    margin-left: 0.088rem;
    width: 0.54rem;
  }
  .hero-content {
    height: 0.98rem;
    padding-top: 0.052rem;
  }
  .hero-content .tit {
    font-size: 0.052rem;
    line-height: 0.104rem;
  }
  .hero-content .tit .t {
    font-size: 0.058rem;
  }
  .hero-content .pic {
    margin: 0.01rem auto 0.049rem;
    width: 0.42rem;
    height: 0.42rem;
  }
  .hero-content .copy {
    font-size: 0.023rem;
    line-height: 0.04rem;
  }
  .hero-content .scroll {
    right: 0.015rem;
    bottom: 0.025rem;
    width: 0.016rem;
    height: 0.128rem;
  }
  .hero-content .scroll::before {
    width: 0.016rem;
    height: 0.128rem;
  }
  .hero-content .scroll span {
    top: 0.03rem;
    left: 0.017rem;
    font-size: 0.014rem;
  }
  .content-0 {
    padding: 0.086rem 0;
  }
  .content-0 .content-tit {
    margin: 0.048rem auto 0.029rem;
    font-size: 0.027rem;
  }
  .content-0 .text .pic-itasenpara {
    margin-right: 0.014rem;
    width: 0.164rem;
  }
  .content-0 .text.text-1 {
    margin-top: 0.06rem;
  }
  .content-0 .aqua-tourism-box {
    margin: 0.115rem auto 0.122rem;
    width: 0.455rem;
    gap: 0.106rem;
  }
  .content-0 .aqua-tourism-box .logo {
    width: 0.184rem;
  }
  .content-0 .aqua-tourism-box .box {
    width: 0.174rem;
  }
  .content-0 .aqua-tourism-box .box .place {
    font-size: 0.02rem;
  }
  .content-0 .aqua-tourism-box .box.box-0 .place, .content-0 .aqua-tourism-box .box.box-1 .place {
    top: -0.035rem;
  }
  .content-0 .aqua-tourism-box .box.box-2 .place, .content-0 .aqua-tourism-box .box.box-3 .place {
    bottom: -0.035rem;
  }
  .content-0 .aqua-tourism-box::before {
    width: 0.294rem;
    height: 0.294rem;
  }
  .content-0 .picture-box::before {
    width: 0.454rem;
    height: 0.004rem;
  }
  .content-0 .picture-box .box-tit {
    margin: 0.043rem auto;
    font-size: 0.026rem;
  }
  .content-0 .picture-box .pic {
    margin: 0.046rem auto 0.072rem;
    width: 0.454rem;
  }
  .content-0 .picture-box .pic.zoom::after {
    width: 0.072rem;
    height: 0.072rem;
  }
  .content-5 {
    padding: 0 0 0.101rem;
  }
  .content-5 .content-tit {
    margin: 0.048rem auto 0.029rem;
    font-size: 0.027rem;
  }
  .content-5 .sound-box {
    margin-bottom: 0.049rem;
  }
  .content-5 .content-sub-tit {
    margin: 0 0 0.009rem;
    font-size: 0.026rem;
  }
  .content-5 .text {
    margin-bottom: 0.043rem;
  }
  .content {
    padding-bottom: 0.086rem;
  }
  .content .content-tit-box {
    padding: 0.065rem 0 0.072rem;
  }
  .content .content-tit-box .no {
    margin: 0 auto 0.065rem;
    font-size: 0.054rem;
  }
  .content .content-tit-box .content-tit span.jp {
    font-size: 0.058rem;
  }
  .content .content-tit-box .content-tit span.jp::after {
    margin: 0.016rem auto 0.022rem;
    width: 0.176rem;
    height: 0.003rem;
  }
  .content .content-tit-box .content-tit span.en {
    margin-top: 0.022rem;
    font-size: 0.03rem;
  }
  .content .box::after {
    margin: 0.058rem auto 0;
    width: 0.454rem;
    height: 0.004rem;
  }
  .content .box-2 .box-tit {
    margin: 0.043rem auto;
    font-size: 0.026rem;
  }
  .content .line-top::before {
    margin: 0.058rem auto 0;
    width: 0.454rem;
    height: 0.004rem;
  }
  .content .pic {
    margin: 0.046rem auto;
    width: 0.454rem;
  }
  .content .pic .cap {
    margin: 0.029rem auto;
    font-size: 0.026rem;
  }
  .content .pic.zoom::after {
    width: 0.072rem;
    height: 0.072rem;
  }
  .content .voice-box {
    padding-top: 0.12rem;
    height: 0.38rem;
  }
  .content .voice-box .box-tit {
    margin-bottom: 0.022rem;
    font-size: 0.026rem;
  }
  .content .about-box {
    padding-top: 0.053rem;
  }
  .content .about-box .box-tit {
    margin-bottom: 0.048rem;
    font-size: 0.03rem;
  }
  .content .about-box .note {
    font-size: 0.0195rem;
  }
  .content .lifetime-box {
    margin-bottom: 0.065rem;
  }
  .content .lifetime-box::after {
    margin-top: 0.029rem;
  }
  .content .lifetime-box .box-tit {
    margin: 0.042rem 0;
    font-size: 0.026rem;
  }
  .content .lifetime-box .wrap {
    width: 0.46rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box {
    width: 2.3rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-pic .month {
    left: 0.029rem;
    bottom: 0.029rem;
    font-size: 0.037rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-tit {
    margin: 0.02rem 0.024rem 0;
    font-size: 0.026rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-text {
    margin: 0.01rem 0.024rem 0;
    font-size: 0.022rem;
  }
  .content .lifetime-box .wrap .btn-prevnext {
    top: 0.153rem;
    width: 0.036rem;
    height: 0.036rem;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-prev {
    left: -0.018rem;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-next {
    right: -0.018rem;
  }
  .content .movie-box .box-tit {
    margin: 0.042rem 0;
    font-size: 0.026rem;
  }
  .content .movie-box .btn-movie {
    margin-bottom: 0.036rem;
  }
  .content .movie-box .btn-movie::after {
    width: 0.088rem;
    height: 0.088rem;
  }
  .content .quiz-box {
    margin: 0.072rem auto 0;
    padding: 0.043rem 0 0.05rem;
  }
  .content .quiz-box .box-tit {
    margin-bottom: 0.055rem;
    font-size: 0.022rem;
  }
  .content .quiz-box .box-tit span.t {
    padding-top: 0.01rem;
  }
  .content .quiz-box .box-tit span.typo-q {
    margin: 0 0.014rem;
    width: 0.042rem;
  }
  .content .quiz-box .quiz {
    margin: 0 auto 0.046rem;
    width: 0.446rem;
    font-size: 0.04rem;
  }
  .content .quiz-box .quiz img {
    margin: 0.014rem 0.007rem 0 0;
    width: 0.065rem;
  }
  .content .quiz-box .quiz.quiz-s {
    font-size: 0.038rem;
  }
  .content .quiz-box .ans-box {
    width: 0.454rem;
  }
  .content .quiz-box .ans-box .ans {
    margin-bottom: 0.036rem;
    height: 0.108rem;
  }
  .content .quiz-box .ans-box .ans span {
    margin-left: 0.098rem;
    font-size: 0.04rem;
    line-height: 0.108rem;
  }
  .content .quiz-box .ans-box .ans span.line2 {
    padding-top: 0.017rem;
    font-size: 0.03rem;
    line-height: 0.037rem;
  }
  .content .quiz-box .ans-box .ans::before {
    left: 0.014rem;
    font-size: 0.04rem;
    line-height: 0.108rem;
  }
  .content .quiz-box .ans-box .ans::after {
    width: 0.127rem;
    height: 0.127rem;
  }
  .content .quiz-box .ans-detail {
    margin: 0.05rem auto 0;
    padding-top: 0.032rem;
    width: 0.454rem;
    border-top: 0.004rem solid #fff;
  }
  .content.content-1 .movie-box:nth-child(2) {
    margin-bottom: 0.086rem;
  }
  .footer {
    padding: 0.072rem 0 0.065rem;
  }
  .footer .footer-inner {
    margin: 0 auto 0.023rem;
    padding: 0.045rem 0 0.05rem;
    width: 0.46rem;
    border-top: 0.004rem solid #ea668b;
  }
  .footer .footer-inner .sns-box {
    gap: 0.035rem;
  }
  .footer .footer-inner .sns-box li.tw {
    width: 0.037rem;
  }
  .footer .footer-inner .sns-box li.yt {
    width: 0.039rem;
  }
  .footer .footer-inner .sns-box li.email {
    width: 0.035rem;
  }
  .footer .footer-inner .sns-box li.info {
    width: 0.056rem;
  }
  .footer .footer-inner .logo-box {
    margin-top: 0.043rem;
  }
  .footer .footer-inner .logo-box .pic {
    margin-right: 0.016rem;
    width: 0.115rem;
  }
  .footer .footer-inner .logo-box .logo {
    width: 0.238rem;
  }
  .information-box {
    padding-top: 0.039rem;
    width: 0.472rem;
    height: calc(100vh - 0.058rem);
    max-height: 0.836rem;
  }
  .information-box .icon {
    top: -0.013rem;
    left: 0.026rem;
    width: 0.056rem;
  }
  .information-box .pic-itasenpara {
    margin: 0 auto 0.029rem;
    width: 0.193rem;
  }
  .information-box .box-tit {
    width: 0.399rem;
  }
  .information-box .box-tit .logo {
    margin-bottom: 0.01rem;
  }
  .information-box .box.box-1 {
    margin: 0.03rem auto;
    padding: 0.03rem 0;
  }
  .information-box .box.box-1 .box-logo {
    margin: 0 0.032rem 0 0.036rem;
    width: 0.101rem;
  }
  .information-box .box.box-2 .pic {
    margin: 0 0.029rem 0 0.036rem;
    width: 0.104rem;
    border-radius: 0.052rem;
  }
  #modal .btn-md-close {
    top: 0.03rem;
    right: 0.03rem;
    width: 0.04rem;
    height: 0.04rem;
  }
  #modal .btn-md-close::before {
    height: 0.003rem;
  }
  #modal .btn-md-close::after {
    height: 0.003rem;
  }
  #modal .md-content {
    max-width: 1.44rem;
  }
  #modal .md-content.md-map {
    padding: 0.1rem 0;
  }
}
/* tablet 縦 */
@media screen and (min-width: 768px) and (max-width: 820px) {
  html {
    font-size: 139.6648044693vw;
  }
  body {
    background: none;
  }
  .side-box {
    display: none;
  }
  .side-logo-box.off::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 266.6666666667vw;
  }
  body {
    font-size: 0.015rem;
  }
  .pc {
    display: none;
  }
  .anc {
    top: -0.079rem;
  }
  .sound-box .btn-sound-box {
    margin: 0.012rem auto 0;
    gap: 0 0.022rem;
  }
  .sound-box .btn-sound-box .btn-sound-prevnext {
    width: 0.024rem;
    height: 0.027rem;
  }
  .sound-box .btn-sound-box .btn-sound {
    width: 0.049rem;
    height: 0.049rem;
  }
  .sound-box .btn-f {
    padding-top: 0.016rem;
    bottom: -0.106rem;
    width: 0.207rem;
    height: 0.106rem;
  }
  .sound-box .btn-f .btn-f-pic {
    margin-right: 0.006rem;
    width: 0.062rem;
    height: 0.062rem;
    border-radius: 0.031rem;
    border-width: 0.002rem;
  }
  .sound-box .btn-f .btn-f-text {
    font-size: 0.013rem;
  }
  .sound-box .sound-player-box li.time {
    width: 0.05rem;
  }
  .sound-box .sound-player-box li.time p {
    font-size: 0.01rem;
  }
  .sound-box .sound-player-box li.slider-box {
    margin: 0 0.005rem;
    width: 0.17rem;
    height: 0.007rem;
  }
  .sound-box .sound-player-box li.slider-box::before {
    height: 0.002rem;
  }
  .sound-box .sound-player-box li.slider-box .slider {
    width: 0.007rem;
    height: 0.007rem;
  }
  .sound-box .sound-player-box li.slider-box .slider::before {
    width: 100vw;
    height: 0.002rem;
  }
  .sound-box .sound-player-box li.slider-box .slider::after {
    width: 0.007rem;
    height: 0.007rem;
    border-radius: 0.0035rem;
  }
  .text {
    margin: 0 auto 1.5em;
    width: 0.315rem;
  }
  .text.text-s {
    font-size: 0.014rem;
  }
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 0.08rem;
    z-index: 1000;
    background: #fff;
  }
  .header .logo {
    width: 0.165rem;
    transform: translate(-50%, -50%);
  }
  .header .hbg {
    top: 0.055rem;
    left: 0.019rem;
    width: 0.05rem;
    height: 0.05rem;
    border-radius: 0.024rem;
    border: 0.001rem solid #fff;
    transition: top 0.3s ease-out;
  }
  .header .hbg::before {
    top: 0.021rem;
    left: 0.011rem;
    width: 0.028rem;
    height: 0.002rem;
  }
  .header .hbg::after {
    top: 0.027rem;
    left: 0.011rem;
    width: 0.028rem;
    height: 0.002rem;
  }
  .header .hbg.on {
    top: 0.019rem;
  }
  .header .hbg.active {
    background: #d9d8d6;
  }
  .header .hbg.active::before {
    top: 0.024rem;
  }
  .header .hbg.active::after {
    top: 0.024rem;
  }
  .header .nav {
    top: 0.08rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.063rem 0 0.055rem;
    width: 0.36rem;
    visibility: hidden;
    opacity: 0;
  }
  .header .nav .logo {
    margin: 0 auto 0.105rem;
  }
  .header .nav .nav-box {
    margin: 0 auto 0.06rem;
  }
  .header .nav .nav-box li {
    margin-bottom: 0.046rem;
  }
  .header .nav .nav-box li .no {
    width: 0.03rem;
    font-size: 0.0288rem;
    letter-spacing: -0.025em;
  }
  .header .nav .nav-box li .tit {
    width: 0.17rem;
  }
  .header .nav .nav-box li .tit span.jp {
    font-size: 0.0324rem;
  }
  .header .nav .nav-box li .tit span.jp::after {
    margin: 0.008rem auto 0.012rem;
    width: 0.1rem;
    height: 0.002rem;
  }
  .header .nav .nav-box li .tit span.en {
    font-size: 0.016rem;
  }
  .header .nav .sns-box {
    gap: 0.024rem;
  }
  .header .nav .sns-box li.tw {
    width: 0.026rem;
  }
  .header .nav .sns-box li.yt {
    width: 0.027rem;
  }
  .header .nav .sns-box li.email {
    width: 0.024rem;
  }
  .header .nav .sns-box li.info {
    width: 0.039rem;
  }
  .header .nav.active {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease-out;
  }
  .hero-content {
    padding: 0.039rem 0 0.036rem;
  }
  .hero-content .tit {
    font-size: 0.036rem;
    line-height: 0.072rem;
  }
  .hero-content .tit .t {
    font-size: 0.04rem;
  }
  .hero-content .pic {
    margin: 0.01rem auto 0.034rem;
    width: 0.292rem;
    height: 0.292rem;
  }
  .hero-content .copy {
    font-size: 0.016rem;
  }
  .content-0 {
    padding: 0.06rem 0;
    background: url(../imgs/ptn.png) center top no-repeat, url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain, contain;
  }
  .content-0 .content-tit {
    margin: 0.033rem auto 0.02rem;
    font-size: 0.019rem;
  }
  .content-0 .text {
    margin-bottom: 2em;
  }
  .content-0 .text .pic-itasenpara {
    margin-right: 0.01rem;
    float: left;
    width: 0.114rem;
  }
  .content-0 .text.text-1 {
    margin-top: 0.042rem;
  }
  .content-0 .aqua-tourism-box {
    margin: 0.08rem auto 0.085rem;
    width: 0.316rem;
    gap: 0.074rem;
  }
  .content-0 .aqua-tourism-box .logo {
    width: 0.128rem;
  }
  .content-0 .aqua-tourism-box .box {
    width: 0.121rem;
  }
  .content-0 .aqua-tourism-box .box .place {
    font-size: 0.014rem;
  }
  .content-0 .aqua-tourism-box .box.box-0 .place, .content-0 .aqua-tourism-box .box.box-1 .place {
    top: -0.024rem;
  }
  .content-0 .aqua-tourism-box .box.box-2 .place, .content-0 .aqua-tourism-box .box.box-3 .place {
    bottom: -0.024rem;
  }
  .content-0 .aqua-tourism-box::before {
    width: 0.204rem;
    height: 0.204rem;
  }
  .content-0 .picture-box::before {
    margin: 0 auto;
    width: 0.315rem;
    height: 0.003rem;
  }
  .content-0 .picture-box .box-tit {
    margin: 0.03rem auto;
    font-size: 0.018rem;
  }
  .content-0 .picture-box .pic {
    margin: 0.032rem auto 0.05rem;
    width: 0.315rem;
  }
  .content-0 .picture-box .pic.zoom::after {
    width: 0.05rem;
    height: 0.05rem;
  }
  .content-5 {
    padding: 0 0 0.07rem;
    background: url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain;
  }
  .content-5 .content-tit {
    margin: 0.033rem auto 0.02rem;
    font-size: 0.019rem;
  }
  .content-5 .sound-box {
    margin-bottom: 0.034rem;
  }
  .content-5 .content-sub-tit {
    margin: 0 0 0.006rem;
    font-size: 0.018rem;
  }
  .content-5 .text {
    margin-bottom: 0.03rem;
  }
  .content {
    padding-bottom: 0.06rem;
    background: url(../imgs/ptn.png) center bottom no-repeat;
    background-size: contain, contain;
  }
  .content .content-tit-box {
    padding: 0.045rem 0 0.05rem;
  }
  .content .content-tit-box .no {
    margin: 0 auto 0.045rem;
    font-size: 0.0375rem;
  }
  .content .content-tit-box .content-tit span.jp {
    font-size: 0.04rem;
  }
  .content .content-tit-box .content-tit span.jp::after {
    margin: 0.011rem auto 0.015rem;
    width: 0.122rem;
    height: 0.002rem;
  }
  .content .content-tit-box .content-tit span.en {
    margin-top: 0.015rem;
    font-size: 0.02rem;
  }
  .content .box::after {
    content: "";
    display: block;
    margin: 0.04rem auto 0;
    width: 0.315rem;
    height: 0.003rem;
    background: #ea668b;
  }
  .content .box-2 .box-tit {
    margin: 0.03rem auto;
    font-size: 0.018rem;
  }
  .content .line-top::before {
    content: "";
    display: block;
    margin: 0.04rem auto 0;
    width: 0.315rem;
    height: 0.003rem;
    background: #ea668b;
  }
  .content .pic {
    margin: 0.032rem auto;
    width: 0.315rem;
  }
  .content .pic .cap {
    margin: 0.02rem auto;
    font-size: 0.018rem;
  }
  .content .pic.zoom::after {
    width: 0.05rem;
    height: 0.05rem;
  }
  .content .voice-box {
    padding-top: 0.083rem;
    height: 0.264rem;
  }
  .content .voice-box .box-tit {
    margin-bottom: 0.015rem;
    font-size: 0.019rem;
  }
  .content .about-box {
    margin: 0 auto;
    padding-top: 0.037rem;
  }
  .content .about-box .box-tit {
    margin-bottom: 0.033rem;
    font-size: 0.021rem;
  }
  .content .about-box .note {
    font-size: 0.0135rem;
  }
  .content .lifetime-box {
    margin-bottom: 0.045rem;
  }
  .content .lifetime-box::after {
    margin-top: 0.02rem;
  }
  .content .lifetime-box .box-tit {
    margin: 0.029rem 0;
    font-size: 0.018rem;
  }
  .content .lifetime-box .wrap {
    margin: 0 auto;
    width: 0.32rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box {
    width: 1.6rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-pic .month {
    left: 0.02rem;
    bottom: 0.02rem;
    font-size: 0.026rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-tit {
    margin: 0.014rem 0.017rem 0;
    font-size: 0.018rem;
  }
  .content .lifetime-box .wrap .lifetime-slide-box li .list-text {
    margin: 0.007rem 0.017rem 0;
    font-size: 0.015rem;
  }
  .content .lifetime-box .wrap .btn-prevnext {
    top: 0.106rem;
    width: 0.024rem;
    height: 0.024rem;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-prev {
    left: -0.012rem;
  }
  .content .lifetime-box .wrap .btn-prevnext.btn-next {
    right: -0.012rem;
  }
  .content .movie-box .box-tit {
    margin: 0.029rem 0;
    font-size: 0.018rem;
  }
  .content .movie-box .btn-movie {
    margin-bottom: 0.025rem;
  }
  .content .movie-box .btn-movie::after {
    width: 0.061rem;
    height: 0.061rem;
  }
  .content .quiz-box {
    margin: 0.05rem auto 0;
    padding: 0.03rem 0 0.035rem;
  }
  .content .quiz-box .box-tit {
    margin-bottom: 0.038rem;
    font-size: 0.015rem;
  }
  .content .quiz-box .box-tit span.t {
    padding-top: 0.007rem;
  }
  .content .quiz-box .box-tit span.typo-q {
    margin: 0 0.01rem;
    width: 0.029rem;
  }
  .content .quiz-box .quiz {
    margin: 0 auto 0.032rem;
    width: 0.31rem;
    font-size: 0.028rem;
  }
  .content .quiz-box .quiz img {
    margin: 0.01rem 0.005rem 0 0;
    float: left;
    width: 0.045rem;
  }
  .content .quiz-box .quiz.quiz-s {
    font-size: 0.027rem;
  }
  .content .quiz-box .ans-box {
    margin: 0 auto;
    width: 0.315rem;
  }
  .content .quiz-box .ans-box .ans {
    margin-bottom: 0.025rem;
    height: 0.075rem;
  }
  .content .quiz-box .ans-box .ans span {
    margin-left: 0.068rem;
    font-size: 0.028rem;
    line-height: 0.075rem;
  }
  .content .quiz-box .ans-box .ans span.line2 {
    padding-top: 0.0115rem;
    font-size: 0.021rem;
    line-height: 0.026rem;
  }
  .content .quiz-box .ans-box .ans::before {
    left: 0.01rem;
    font-size: 0.028rem;
    line-height: 0.075rem;
  }
  .content .quiz-box .ans-box .ans::after {
    width: 0.088rem;
    height: 0.088rem;
  }
  .content .quiz-box .ans-detail {
    margin: 0.035rem auto 0;
    padding-top: 0.022rem;
    width: 0.315rem;
    border-top: 0.003rem solid #fff;
  }
  .content.content-1 .movie-box:nth-child(2) {
    margin-bottom: 0.06rem;
  }
  .footer {
    padding: 0.05rem 0 0.045rem;
  }
  .footer .footer-inner {
    margin: 0 auto 0.016rem;
    padding: 0.031rem 0 0.035rem;
    width: 0.32rem;
    border-top: 0.003rem solid #ea668b;
  }
  .footer .footer-inner .sns-box {
    gap: 0.024rem;
  }
  .footer .footer-inner .sns-box li.tw {
    width: 0.026rem;
  }
  .footer .footer-inner .sns-box li.yt {
    width: 0.027rem;
  }
  .footer .footer-inner .sns-box li.email {
    width: 0.024rem;
  }
  .footer .footer-inner .sns-box li.info {
    width: 0.039rem;
  }
  .footer .footer-inner .logo-box {
    margin-top: 0.03rem;
  }
  .footer .footer-inner .logo-box .pic {
    margin-right: 0.011rem;
    width: 0.08rem;
  }
  .footer .footer-inner .logo-box .logo {
    width: 0.165rem;
  }
  .information-box {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0.027rem;
    width: 0.328rem;
    height: calc(100vh - 0.04rem);
    max-height: 0.58rem;
    overflow-y: scroll;
  }
  .information-box .icon {
    top: -0.009rem;
    left: 0.018rem;
    width: 0.039rem;
  }
  .information-box .pic-itasenpara {
    margin: 0 auto 0.02rem;
    width: 0.134rem;
  }
  .information-box .box-tit {
    margin: 0 auto;
    width: 0.277rem;
  }
  .information-box .box-tit .logo {
    margin-bottom: 0.007rem;
  }
  .information-box .box.box-1 {
    margin: 0.021rem auto;
    padding: 0.021rem 0;
  }
  .information-box .box.box-1 .box-logo {
    margin: 0 0.022rem 0 0.025rem;
    width: 0.07rem;
  }
  .information-box .box.box-2 .pic {
    margin: 0 0.02rem 0 0.025rem;
    width: 0.072rem;
    border-radius: 0.036rem;
  }
  #modal .btn-md-close {
    top: 0.02rem;
    right: 0.02rem;
    width: 0.028rem;
    height: 0.028rem;
  }
  #modal .btn-md-close::before {
    height: 0.002rem;
  }
  #modal .btn-md-close::after {
    height: 0.002rem;
  }
  #modal .md-content {
    width: 0.35rem;
  }
}/*# sourceMappingURL=himi.css.map */