@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.6;
  font-family: YakuHanJP, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.01em;
  font-size: 14px;
  color: #222;
  font-weight: 400;
  background: #fff;
  padding-top: env(safe-area-inset-top);
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

* img {
  pointer-events: none;
}

.karte-widget__backdrop {
  display: none !important;
}

.effect {
  opacity: 0;
}
.effect.effect-scale {
  -webkit-animation: effect-scale 1.2s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: effect-scale 1.2s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@-webkit-keyframes effect-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes effect-scale {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.effect.effect-up {
  -webkit-animation: effect-up 1.2s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: effect-up 1.2s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@-webkit-keyframes effect-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes effect-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

* {
  outline: none;
}

body {
  width: 100%;
  height: 100%;
  background: #e1eff8;
  overflow-x: hidden;
}

em {
  color: #ff6000;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 72px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 9999;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 950px) {
  header {
    height: 50px;
  }
}
header h1 {
  position: absolute;
  top: 18px;
  left: 28px;
  width: 150px;
  z-index: 99999;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
header h1 a {
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 950px) {
  header h1 {
    top: 12px;
    left: 20px;
    width: 106px;
  }
}
header h1 img {
  width: 100%;
  height: auto;
}
header ul.nav-box {
  position: absolute;
  top: 20px;
  right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 950px) {
  header ul.nav-box {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header ul.nav-box > li:last-child {
    display: none;
  }
}
header ul.nav-box > li {
  position: relative;
  cursor: pointer;
  font-size: 17px;
  letter-spacing: -0.01em;
}
header ul.nav-box > li.pulldown:after {
  position: absolute;
  content: "";
  top: calc(50% - 4px);
  right: 4px;
  width: 10px;
  height: 8px;
  background: url("../img/icon_pulldown.png") center center no-repeat;
  background-size: contain;
}
header ul.nav-box > li.pulldown:hover .pulldown-box {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
header ul.nav-box > li.pulldown .pulldown-box {
  position: absolute;
  top: 16px;
  left: -60px;
  width: 390px;
  padding-top: 50px;
  opacity: 0;
  -webkit-transform: translateY(2.5%);
          transform: translateY(2.5%);
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}
header ul.nav-box > li.pulldown .pulldown-box ul {
  position: relative;
  width: 100%;
  background: #ffffff;
  padding: 36px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
header ul.nav-box > li.pulldown .pulldown-box ul:before {
  position: absolute;
  content: "";
  background: url("../img/icon_baloon.png");
  width: 18px;
  height: 9px;
  top: -9px;
  left: calc(50% - 9px);
  background-size: contain;
}
header ul.nav-box > li.pulldown .pulldown-box ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3px 0 3px 42px;
  font-size: 16px;
  cursor: pointer;
}
header ul.nav-box > li.pulldown .pulldown-box ul li:hover > span.txt {
  color: #ff6000;
}
header ul.nav-box > li.pulldown .pulldown-box ul li:nth-child(n+2) {
  margin-top: 12px;
}
header ul.nav-box > li.pulldown .pulldown-box ul li span {
  position: relative;
  display: block;
}
header ul.nav-box > li.pulldown .pulldown-box ul li span.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
}
header ul.nav-box > li.pulldown .pulldown-box ul li span.icon img {
  width: 100%;
  height: auto;
}
header ul.nav-box > li:hover > span.txt {
  color: #ff6000;
}
header ul.nav-box > li:nth-child(n+2) {
  margin-left: 20px;
}
header ul.nav-box > li span.icon {
  position: relative;
  top: -2px;
  display: inline-block;
  width: 32px;
  margin-right: 4px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header ul.nav-box > li span.icon img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
header ul.nav-box > li span.txt {
  position: relative;
  -webkit-transition: color 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: color 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
header ul.nav-box > li span.txt.pulldown {
  padding-right: 20px;
}
header ul.nav-box > li span.txt.pulldown:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 6px;
  height: 6px;
  background: url("../img/pulldown_icon.svg") center center no-repeat;
  background-size: contain;
}
header ul.nav-box > li img {
  height: clamp(0px, 2.4137931034vw, 28px);
  width: auto;
}
header nav.nav-sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0vh;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header nav.nav-sp.open {
  height: 149.8666666667vw;
}
header nav.nav-sp .container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 149.8666666667vw;
  background: #fff;
}
header nav.nav-sp .container > ul {
  width: 84vw;
  margin: 25.8666666667vw auto 0;
}
header nav.nav-sp .container > ul > li {
  color: #000;
  width: 100%;
  padding: 2.1333333333vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
}
header nav.nav-sp .container > ul > li .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav.nav-sp .container > ul > li span {
  display: block;
}
header nav.nav-sp .container > ul > li span.icon {
  position: relative;
  top: -0.2666666667vw;
  display: inline-block;
  width: 8.5333333333vw;
  margin-right: 2.6666666667vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
header nav.nav-sp .container > ul > li span.icon img {
  width: 100%;
  height: auto;
}
header nav.nav-sp .container > ul > li span.txt {
  font-size: 4.9333333333vw;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}
header nav.nav-sp .container > ul > li img {
  width: 100%;
  height: auto;
}
header nav.nav-sp .container > ul > li:nth-child(n+2) {
  margin-top: 1.2vw;
}
header nav.nav-sp .container > ul > li .pulldown-box {
  position: relative;
}
header nav.nav-sp .container > ul > li .pulldown-box ul {
  position: relative;
  width: 100%;
  padding: 5.3333333333vw 0 1.8666666667vw 7.7333333333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header nav.nav-sp .container > ul > li .pulldown-box ul:before {
  position: absolute;
  content: "";
  background: url("../img/icon_baloon.png");
  width: 18px;
  height: 9px;
  top: -9px;
  left: calc(50% - 9px);
  background-size: contain;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.8666666667vw 0 1.8666666667vw 9.3333333333vw;
  font-size: 2.4vw;
  cursor: pointer;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li:nth-child(n+2) {
  margin-top: 2.9333333333vw;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li span {
  position: relative;
  display: block;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li span.icon {
  position: absolute;
  top: 0.1333333333vw;
  left: 0;
  width: 7.3333333333vw;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li span.icon img {
  width: 100%;
  height: auto;
}
header nav.nav-sp .container > ul > li .pulldown-box ul li span.txt {
  font-size: 3.8666666667vw;
  font-weight: 400;
  letter-spacing: -0.02em;
}
header .btnNavi {
  position: absolute;
  top: 7px;
  right: 10px;
  width: 36px;
  height: 36px;
  padding: 12px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 40px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  z-index: 10;
  background: #8fd0f6;
  border-radius: 50%;
  display: none;
}
@media screen and (max-width: 950px) {
  header .btnNavi {
    display: block;
  }
}
header .btnNavi span {
  position: relative;
  display: block;
  width: 14px;
  height: 2px;
  -webkit-transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  margin: 0 auto 0;
  border-radius: 2px;
  overflow: hidden;
}
header .btnNavi span:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
header .btnNavi span:nth-child(n+2) {
  margin: 3px auto 0;
}
header .btnNavi.active span:nth-child(1) {
  -webkit-transform: translate(0px, 5px) rotate(45deg);
          transform: translate(0px, 5px) rotate(45deg);
}
header .btnNavi.active span:nth-child(2) {
  opacity: 0;
}
header .btnNavi.active span:nth-child(3) {
  -webkit-transform: translate(0px, -5px) rotate(-45deg);
          transform: translate(0px, -5px) rotate(-45deg);
}
header .btnNavi.active span:nth-child(3):before {
  width: 100%;
}

.pagetop {
  position: fixed;
  bottom: clamp(0px, 1.2068965517vw, 14px);
  right: clamp(0px, 1.2068965517vw, 14px);
  width: clamp(0px, 4.8275862069vw, 56px);
  height: clamp(0px, 4.8275862069vw, 56px);
  padding: clamp(0px, 1.8103448276vw, 21px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 997;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .pagetop:hover:before {
    -webkit-transform: scale(1.125);
            transform: scale(1.125);
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
}
.pagetop:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8fd0f6;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.15s cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 0.15s cubic-bezier(0.65, 0, 0.35, 1);
}
.pagetop.show {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 150ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 150ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 2.1333333333vw;
    right: 2.1333333333vw;
    width: 8.5333333333vw;
    height: 8.5333333333vw;
    padding: 3.0666666667vw 0;
  }
}
.pagetop img {
  position: relative;
  display: block;
  width: clamp(0px, 1.2068965517vw, 14px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .pagetop img {
    width: 2.4vw;
  }
  .pagetop img path {
    width: 100%;
    height: auto;
  }
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
#wrap main {
  position: relative;
  display: block;
  padding-bottom: clamp(0px, 10.6896551724vw, 124px);
}
#wrap main > section {
  position: relative;
  width: calc(100% - 80px);
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main > section {
    width: 92vw;
  }
}
#wrap main > section img {
  display: block;
  width: 100%;
  height: auto;
}
#wrap main > section img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main > section img.pc {
    display: none;
  }
  #wrap main > section img.sp {
    display: block;
  }
}
#wrap main > section .lead-box {
  text-align: center;
  margin-top: 4%;
  font-size: clamp(0px, 1.5517241379vw, 18px);
  line-height: 1.75;
  letter-spacing: 0em;
}
#wrap main .sec-title {
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title {
    width: 100%;
  }
}
#wrap main .sec-title .title-box {
  position: relative;
  padding: 5.8% 0 8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap main .sec-title .title-box.show h2 {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main .sec-title .title-box.show .chara {
  opacity: 1;
  -webkit-transform: scale(1) translate(0px, 0px);
          transform: scale(1) translate(0px, 0px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .title-box {
    padding: 6.4vw 0 6.4vw;
    height: 68vw;
  }
}
#wrap main .sec-title .title-box:before {
  position: absolute;
  content: "";
  top: -50%;
  left: 0;
  background: url("../img/title_baloon.png") top center no-repeat;
  width: 100%;
  height: 978px;
  background-size: 100% auto;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .title-box:before {
    top: 0;
    left: 0;
    background: url("../img/title_baloon_sp.png") bottom center no-repeat;
    width: 100%;
    height: 100%;
    background-size: 144% auto;
  }
}
#wrap main .sec-title .title-box h2 {
  position: relative;
  max-width: 68.8%;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .title-box h2 {
    max-width: none;
    width: 80.6666666667vw;
  }
}
#wrap main .sec-title .title-box .chara {
  position: absolute;
  bottom: -14.5%;
  left: 1%;
  width: 19.8%;
  -webkit-transition: all 0.5s 1.1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s 1.1s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 0;
  -webkit-transform: scale(0.9) translate(-50%, 10%);
          transform: scale(0.9) translate(-50%, 10%);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .title-box .chara {
    width: 29.3333333333vw;
    left: 3.7333333333vw;
    bottom: -2.6666666667vw;
  }
}
#wrap main .sec-title .lead-box {
  text-align: center;
  margin-top: clamp(0px, 3.4482758621vw, 48px);
  font-size: clamp(0px, 1.5517241379vw, 18px);
  line-height: 1.75;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-title .lead-box {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    line-height: 1.56;
  }
}
#wrap main .sec-title .lead-box p {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
}
#wrap main .sec-title .lead-box p.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.5s 0s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.5s 0s cubic-bezier(0.33, 1, 0.68, 1);
}
#wrap main .sec-manga {
  position: relative;
  margin: clamp(0px, 4.1379310345vw, 48px) auto 0;
  background: url("../img/bg_manga.jpg") top center no-repeat;
  background-size: cover;
  padding: 0 clamp(0px, 5vw, 58px) clamp(0px, 3.1034482759vw, 36px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga {
    margin: 7.4666666667vw auto 0;
    background: url("../img/bg_manga_sp.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 5.3333333333vw;
    padding: 3.2vw 3.7333333333vw 3.7333333333vw;
  }
}
#wrap main .sec-manga .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap main .sec-manga .frame span {
  position: absolute;
  display: block;
}
#wrap main .sec-manga .frame span.top {
  top: -3px;
  left: -2px;
  width: calc(100% + 4px);
  height: 50px;
  background: url("../img/frame_manga_top.png") top center no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .frame span.top {
    background: url("../img/frame_manga_top_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
}
#wrap main .sec-manga .frame span.side {
  top: 20px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 40px);
  background: url("../img/frame_manga_side.png") top center repeat-y;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .frame span.side {
    top: 5.3333333333vw;
    height: calc(100% - 10.6666666667vw);
    background: url("../img/frame_manga_side_sp.png") top center repeat-y;
    background-size: 100% auto;
  }
}
#wrap main .sec-manga .frame span.bottom {
  top: auto;
  bottom: -3px;
  left: -2px;
  width: calc(100% + 4px);
  height: 50px;
  background: url("../img/frame_manga_top.png") top center no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .frame span.bottom {
    background: url("../img/frame_manga_top_sp.png") top center no-repeat;
    background-size: 100% auto;
  }
}
#wrap main .sec-manga .ttl-box {
  position: relative;
  top: clamp(-18px, -1.5517241379vw, 0px);
  left: clamp(-60px, -5.1724137931vw, 0px);
  width: clamp(0px, 57.0689655172vw, 662px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .ttl-box {
    width: 78.6666666667vw;
    left: auto;
    top: 0;
  }
}
#wrap main .sec-manga .lead-box {
  margin: clamp(-16px, -1.3793103448vw, 0px) auto 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .lead-box {
    margin: 2.6666666667vw auto 0;
    font-size: 3.7333333333vw;
  }
}
#wrap main .sec-manga .manga-box {
  position: relative;
  margin: clamp(0px, 5vw, 58px) auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .manga-box {
    display: block;
    margin: 7.7333333333vw auto 0;
  }
}
#wrap main .sec-manga .manga-box li {
  width: 31.8%;
  background: #c2e0f1;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .manga-box li {
    width: 59.2vw;
    margin: 0 auto;
    border-radius: 3.2vw;
  }
  #wrap main .sec-manga .manga-box li:nth-child(n+2) {
    margin-top: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  #wrap main .sec-manga .manga-box li {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-manga .manga-box li:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
#wrap main .sec-manga .manga-box li .image {
  width: 100%;
}
#wrap main .sec-manga .manga-box li .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: clamp(0px, 1.2068965517vw, 14px) clamp(0px, 2.0689655172vw, 24px) clamp(0px, 1.5517241379vw, 18px);
  font-size: clamp(0px, 1.5517241379vw, 18px);
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .manga-box li .text-box {
    font-size: 3.4666666667vw;
    padding: 3.4666666667vw 4.8vw 3.7333333333vw;
  }
}
#wrap main .sec-manga .manga-box li .text-box.col-1 {
  padding-top: clamp(0px, 2.2413793103vw, 26px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .manga-box li .text-box.col-1 {
    padding: 5.3333333333vw 4.8vw 5.6vw;
  }
}
#wrap main .sec-manga .manga-box li .text-box .icon {
  width: clamp(0px, 1.8965517241vw, 22px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .manga-box li .text-box .icon {
    width: 4.2666666667vw;
  }
}
#wrap main .sec-manga .note {
  text-align: right;
  font-size: 12px;
  margin-top: clamp(0px, 1.2931034483vw, 15px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-manga .note {
    margin: 3.7333333333vw 0 0 auto;
    font-size: 2.6666666667vw;
    letter-spacing: -0.02em;
    text-align: left;
    width: 72vw;
    white-space: nowrap;
  }
}
#wrap main .sec-outline {
  position: relative;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline {
    margin: 8vw auto 0;
  }
}
#wrap main .sec-outline .container {
  max-width: 800px;
  margin: 0 auto;
}
#wrap main .sec-outline .container .outline-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #cce5f4;
  border: 1px solid #8fd0f6;
  padding: 33px 24px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline .container .outline-box {
    padding: 6.1333333333vw 6.4vw 6.4vw 4.2666666667vw;
    border-radius: 3.2vw;
  }
}
#wrap main .sec-outline .container .outline-box h2 {
  position: relative;
  top: -5px;
  background: url("../img/title_outline_bg.png") center center no-repeat;
  background-position: 0 100%;
  background-size: contain;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline .container .outline-box h2 {
    background: url("../img/title_outline_bg_sp.png") center center no-repeat;
    background-size: contain;
    padding: 3.7333333333vw 5.3333333333vw 4.2666666667vw;
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
#wrap main .sec-outline .container .outline-box ul {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline .container .outline-box ul {
    margin-left: 3.4666666667vw;
    font-size: 3.3333333333vw;
    letter-spacing: 0em;
    line-height: 1.45;
  }
}
#wrap main .sec-outline .container .outline-box ul li:nth-child(n+2) {
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline .container .outline-box ul li:nth-child(n+2) {
    margin-top: 2.1333333333vw;
  }
}
#wrap main .sec-outline .container .note-box {
  position: relative;
  margin-top: 12px;
  font-size: 10px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-outline .container .note-box {
    margin-top: 3.3333333333vw;
    font-size: 2.6666666667vw;
  }
}
#wrap main .sec-outline .container .note-box li {
  position: relative;
  padding-left: 11px;
  line-height: 1.5;
  letter-spacing: 0em;
}
#wrap main .sec-outline .container .note-box li:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
  font-size: 10px;
}
#wrap main .sec-data {
  position: relative;
  background: #a6804e;
  border-radius: clamp(0px, 1.724137931vw, 20px);
  margin: clamp(0px, 5.5172413793vw, 64px) auto 0;
  padding: clamp(0px, 1.6379310345vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data {
    border-radius: 4vw;
    margin: 8.5333333333vw auto 0;
    padding: 2.6666666667vw;
  }
}
#wrap main .sec-data .inner {
  width: 100%;
  background: url("../img/bg_data.jpg") center center no-repeat;
  background-size: cover;
  border-radius: clamp(0px, 0.8620689655vw, 10px);
  padding: clamp(0px, 2.4137931034vw, 28px) clamp(0px, 1.2068965517vw, 14px) clamp(0px, 1.2068965517vw, 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner {
    border-radius: 2vw;
    padding: 6.9333333333vw 2.6666666667vw 5.3333333333vw;
    background: url("../img/bg_data_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
#wrap main .sec-data .inner em {
  color: #fff23f;
}
#wrap main .sec-data .inner .ttl-box h2 {
  width: clamp(0px, 55.1724137931vw, 640px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .ttl-box h2 {
    width: 59.7333333333vw;
  }
}
#wrap main .sec-data .inner .lead-box {
  margin: clamp(0px, 2.4137931034vw, 28px) auto 0;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .lead-box {
    margin: 4.2666666667vw auto 0;
    font-size: 3.6vw;
  }
}
#wrap main .sec-data .inner .image-data {
  position: relative;
  width: clamp(0px, 67.2413793103vw, 780px);
  margin: clamp(0px, 3.1034482759vw, 36px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .image-data {
    margin: 6.6666666667vw auto 0;
    width: 72.8vw;
  }
}
#wrap main .sec-data .inner .image-data img {
  width: 100%;
  height: auto;
}
#wrap main .sec-data .inner .comment-box {
  position: relative;
  margin: clamp(0px, 3.4482758621vw, 40px) auto 0;
  width: clamp(0px, 76.3793103448vw, 886px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .comment-box {
    margin: 6.6666666667vw auto 0;
    width: 78.6666666667vw;
  }
}
#wrap main .sec-data .inner .comment-box .image {
  position: relative;
  width: clamp(0px, 59.4827586207vw, 690px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .comment-box .image {
    width: 42.9333333333vw;
  }
}
#wrap main .sec-data .inner .comment-box .baloon {
  position: absolute;
  top: clamp(-64px, -5.5172413793vw, 0px);
  right: 0;
  width: clamp(0px, 15.5172413793vw, 180px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .comment-box .baloon {
    width: 33.4666666667vw;
    top: -1.8666666667vw;
  }
}
#wrap main .sec-data .inner .note {
  margin: clamp(0px, 2.9310344828vw, 34px) auto 0;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-data .inner .note {
    margin-top: 4.2666666667vw;
    font-size: 2.6666666667vw;
  }
}
#wrap main .sec-question {
  position: relative;
  margin: clamp(0px, 7.9310344828vw, 92px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question {
    margin: 12.2666666667vw auto 0;
  }
}
#wrap main .sec-question article {
  position: relative;
  background: #a1d2ef;
  border-radius: clamp(0px, 1.724137931vw, 20px);
  padding: clamp(0px, 1.6379310345vw, 19px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article {
    padding: 2.6666666667vw;
    border-radius: 4vw;
  }
}
#wrap main .sec-question article:before {
  position: absolute;
  content: "";
  top: clamp(-52px, -4.4827586207vw, 0px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../img/icon_clip.png") top center no-repeat;
  width: clamp(0px, 16.9827586207vw, 197px);
  height: clamp(0px, 6.8103448276vw, 79px);
  background-size: contain;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article:before {
    top: -9.3333333333vw;
    width: 33.6vw;
    height: 13.3333333333vw;
  }
}
#wrap main .sec-question article:nth-child(n+2) {
  margin-top: clamp(0px, 7.2413793103vw, 84px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article:nth-child(n+2) {
    margin-top: 14.4vw;
  }
}
#wrap main .sec-question article .inner {
  position: relative;
  width: 100%;
  background: #fff;
  background-size: cover;
  border-radius: clamp(0px, 0.8620689655vw, 10px);
  padding: clamp(0px, 2.4137931034vw, 28px) clamp(0px, 1.2068965517vw, 14px) clamp(0px, 6.724137931vw, 78px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article .inner {
    border-radius: 2vw;
    padding: 7.4666666667vw 5.3333333333vw 10.4vw;
  }
}
#wrap main .sec-question article .inner em {
  color: #fff23f;
}
#wrap main .sec-question article .inner > .ttl-box > h2 {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article .inner > .ttl-box > h2 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#wrap main .sec-question article .inner > .ttl-box > h2 span {
  display: block;
}
#wrap main .sec-question article .inner > .ttl-box > h2 span.q {
  width: clamp(0px, 5.6896551724vw, 66px);
  margin-right: clamp(0px, 1.2068965517vw, 14px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article .inner > .ttl-box > h2 span.q {
    position: relative;
    top: -1.3333333333vw;
    width: 11.2vw;
    margin-right: 2.6666666667vw;
  }
}
#wrap main .sec-question article .inner > .ttl-box > h2 span.txt {
  width: clamp(0px, 46.9827586207vw, 545px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article .inner > .ttl-box > h2 span.txt {
    width: 52.5333333333vw;
  }
}
#wrap main .sec-question article .inner > .ttl-box > h2 span img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article .inner .lead-box {
  margin: clamp(0px, 0.4310344828vw, 5px) auto 0;
  line-height: 1.45;
  color: #000;
}
#wrap main .sec-question article .inner .lead-box em {
  color: #ff6000;
}
#wrap main .sec-question article.sec-1 .inner .ttl-box h2 {
  position: relative;
  left: clamp(-24px, -2.0689655172vw, 0px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .lead-box {
    position: relative;
    left: -0.6666666667vw;
    margin-top: 6.4vw;
    text-align: left;
    font-size: 3.7333333333vw;
    letter-spacing: -0.04em;
    line-height: 1.55;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(0px, 80vw, 928px);
  margin: clamp(0px, 2.0689655172vw, 24px) auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment {
    display: block;
    width: 100%;
    margin: 6.9333333333vw auto 0;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .image-graph {
  position: relative;
  width: clamp(0px, 41.0344827586vw, 476px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: clamp(0px, 3.1034482759vw, 36px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment .image-graph {
    margin: 0 auto;
    width: 98%;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .image-graph img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box {
  position: relative;
  margin: clamp(0px, 3.4482758621vw, 40px) auto 0;
  width: clamp(0px, 31.0344827586vw, 360px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box {
    margin: 9.6vw auto 0;
    width: 100%;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box ul li {
  background: #e7f3ff;
  border-radius: 10px;
  color: #000;
  font-size: clamp(0px, 1.3793103448vw, 16px);
  line-height: 1.5;
  padding: clamp(0px, 1.3793103448vw, 16px) clamp(0px, 1.5517241379vw, 18px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box ul li {
    font-size: 3.4666666667vw;
    padding: 3.3333333333vw 4.2666666667vw;
    letter-spacing: 0em;
    line-height: 1.6;
    border-radius: 2vw;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box ul li:nth-child(n+2) {
  margin-top: clamp(0px, 1.0344827586vw, 12px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box ul li:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box ul li em {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0.1em;
  line-height: 1;
}
#wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box .baloon {
  position: absolute;
  top: clamp(-44px, -3.7931034483vw, 0px);
  left: clamp(-44px, -3.7931034483vw, 0px);
  width: clamp(0px, 10vw, 116px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .graph-comment .comment-box .baloon {
    top: -9.6vw;
    left: -3.7333333333vw;
    width: 25.0666666667vw;
  }
}
#wrap main .sec-question article.sec-1 .inner .chara {
  position: absolute;
  top: clamp(-64px, -5.5172413793vw, 0px);
  right: clamp(0px, 3.4482758621vw, 40px);
  width: clamp(0px, 15.8620689655vw, 184px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-1 .inner .chara {
    top: 17.6vw;
    right: 3.2vw;
    width: 24.5333333333vw;
  }
}
#wrap main .sec-question article.sec-1 .inner .chara img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-2 .inner {
  padding-bottom: clamp(0px, 4.1379310345vw, 48px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner {
    padding-bottom: 8.5333333333vw;
  }
}
#wrap main .sec-question article.sec-2 .inner > .ttl-box > h2 span.txt {
  width: clamp(0px, 60.0862068966vw, 697px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner > .ttl-box > h2 span.txt {
    width: 62.1333333333vw;
  }
}
#wrap main .sec-question article.sec-2 .inner ul.comment-box {
  margin: clamp(0px, 1.3793103448vw, 16px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner ul.comment-box {
    margin: 5.3333333333vw auto 0;
  }
}
#wrap main .sec-question article.sec-2 .inner ul.comment-box li {
  position: relative;
  color: #000;
  font-size: clamp(0px, 1.3793103448vw, 16px);
  line-height: 1.7;
  padding-left: clamp(0px, 1.2931034483vw, 15px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner ul.comment-box li {
    font-size: 3.4666666667vw;
    padding-left: 2.9333333333vw;
    line-height: 1.5;
  }
}
#wrap main .sec-question article.sec-2 .inner ul.comment-box li:before {
  position: absolute;
  content: "";
  top: clamp(0px, 0.6896551724vw, 8px);
  left: 0;
  width: clamp(0px, 0.775862069vw, 9px);
  height: clamp(0px, 0.775862069vw, 9px);
  background: #fbb43d;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner ul.comment-box li:before {
    width: 1.6vw;
    height: 1.6vw;
    top: 1.8666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner ul.comment-box li:nth-child(n+2) {
  margin-top: clamp(0px, 0.775862069vw, 9px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner ul.comment-box li:nth-child(n+2) {
    margin-top: 3.2vw;
  }
}
#wrap main .sec-question article.sec-2 .inner ul.comment-box li em {
  position: relative;
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0.1em;
  line-height: 1;
}
#wrap main .sec-question article.sec-2 .inner .point-box, #wrap main .sec-question article.sec-2 .inner .point-flex {
  width: clamp(0px, 81.3793103448vw, 944px);
  margin: clamp(0px, 2.0689655172vw, 24px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box, #wrap main .sec-question article.sec-2 .inner .point-flex {
    margin: 8.6666666667vw auto 0;
    width: 100%;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box > li, #wrap main .sec-question article.sec-2 .inner .point-flex > li {
  position: relative;
  width: 100%;
  background: #e7f3ff;
  border-radius: clamp(0px, 1.724137931vw, 20px);
  padding: 0 clamp(0px, 3.4482758621vw, 40px) clamp(0px, 4.1379310345vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box > li, #wrap main .sec-question article.sec-2 .inner .point-flex > li {
    border-radius: 2vw;
    padding: 0 4.8vw 8vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box > li:nth-child(n+2), #wrap main .sec-question article.sec-2 .inner .point-flex > li:nth-child(n+2) {
  margin-top: clamp(0px, 3.275862069vw, 38px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box > li:nth-child(n+2), #wrap main .sec-question article.sec-2 .inner .point-flex > li:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-2 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-2 .comment-box {
  margin-top: clamp(0px, 2.4137931034vw, 28px) !important;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-2 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-2 .comment-box {
    margin-top: 6.9333333333vw !important;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 {
  padding: 0 clamp(0px, 3.4482758621vw, 40px) clamp(0px, 3.1034482759vw, 36px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 {
    padding: 0 4.8vw 7.4666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 .comment-box {
  margin-top: clamp(0px, 1.724137931vw, 20px) !important;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 .comment-box {
    margin-top: 4.8vw !important;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3 .comment-box li:nth-child(n+2), #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 .comment-box li:nth-child(n+2) {
  margin-top: clamp(0px, 1.724137931vw, 20px) !important;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-3 .comment-box li:nth-child(n+2), #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-3 .comment-box li:nth-child(n+2) {
    margin-top: 3.2vw !important;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-4 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-5 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-4 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-5 .comment-box {
  margin-top: clamp(0px, 1.0344827586vw, 12px) !important;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-4 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-5 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-4 .comment-box, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-5 .comment-box {
    margin-top: 3.7333333333vw !important;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-4, #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-5, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-4, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-5 {
  padding: 0 clamp(0px, 3.4482758621vw, 40px) clamp(0px, 3.1034482759vw, 36px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-4, #wrap main .sec-question article.sec-2 .inner .point-box .sec-point-5, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-4, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-5 {
    padding: 0 4.8vw 7.4666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .sec-point-5, #wrap main .sec-question article.sec-2 .inner .point-flex .sec-point-5 {
  margin-top: clamp(0px, 3.1034482759vw, 36px) !important;
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box {
  width: 100%;
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box .baloon, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box .baloon {
  position: relative;
  width: clamp(0px, 9.0517241379vw, 105px);
  margin: 0 auto;
  top: clamp(-20px, -1.724137931vw, 0px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .ttl-box .baloon, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box .baloon {
    width: 25.0666666667vw;
    top: -4.8vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box .baloon img, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box .baloon img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box h2, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box h2 {
  margin-top: clamp(-16px, -1.3793103448vw, 0px);
  font-size: clamp(0px, 2.5862068966vw, 30px);
  text-align: center;
  color: #ff6000;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .ttl-box h2, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box h2 {
    font-size: 5.6vw;
    letter-spacing: -0.02em;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .ttl-box h2 span.sp, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box h2 span.sp {
    display: block;
    margin-top: 0.2666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box h2 ruby, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box h2 ruby {
  ruby-align: center;
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box h2 rt, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box h2 rt {
  font-size: 0.45em;
}
#wrap main .sec-question article.sec-2 .inner .point-box .ttl-box .lead, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box .lead {
  margin-top: clamp(0px, 0.6896551724vw, 8px);
  font-size: clamp(0px, 1.3793103448vw, 16px);
  color: #000;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .ttl-box .lead, #wrap main .sec-question article.sec-2 .inner .point-flex .ttl-box .lead {
    font-size: 3.4666666667vw;
    margin-top: 2.4vw;
    line-height: 1.5;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .chara, #wrap main .sec-question article.sec-2 .inner .point-flex .chara {
  position: absolute;
  top: clamp(-98px, -8.4482758621vw, 0px);
  right: clamp(-28px, -2.4137931034vw, 0px);
  width: clamp(0px, 17.7586206897vw, 206px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .chara, #wrap main .sec-question article.sec-2 .inner .point-flex .chara {
    top: -24vw;
    right: -6.9333333333vw;
    width: 27.4666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-box .pencil, #wrap main .sec-question article.sec-2 .inner .point-flex .pencil {
  position: absolute;
  top: clamp(-16px, -1.3793103448vw, 0px);
  left: clamp(0px, 9.4827586207vw, 110px);
  width: clamp(0px, 11.2068965517vw, 130px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-box .pencil, #wrap main .sec-question article.sec-2 .inner .point-flex .pencil {
    top: -4vw;
    left: 3.4666666667vw;
    width: 20vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-flex {
  margin-top: clamp(0px, 3.275862069vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-flex {
    display: block;
    margin-top: 6.6666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-flex > ul {
  width: calc(50% - 18px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-flex > ul {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-flex > ul:nth-child(n+2) {
    margin-top: 6.6666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .point-flex > ul > li {
  width: 100%;
  background: #e7f3ff;
  border-radius: clamp(0px, 1.724137931vw, 20px);
  padding: 0 clamp(0px, 3.4482758621vw, 40px) clamp(0px, 4.1379310345vw, 48px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#wrap main .sec-question article.sec-2 .inner .point-flex > ul > li:nth-child(n+2) {
  margin-top: clamp(0px, 3.275862069vw, 38px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .point-flex > ul > li:nth-child(n+2) {
    margin-top: 6.6666666667vw !important;
  }
}
#wrap main .sec-question article.sec-2 .inner .btn-more {
  position: relative;
  margin: clamp(0px, 1.5517241379vw, 18px) auto 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .btn-more {
    margin: 3.4666666667vw auto 0;
  }
}
#wrap main .sec-question article.sec-2 .inner .btn-more a {
  position: relative;
  display: block;
  text-align: center;
  background: #fbb43d;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: clamp(0px, 1.2931034483vw, 15px) clamp(0px, 3.4482758621vw, 40px) clamp(0px, 1.6379310345vw, 19px) clamp(0px, 2.1551724138vw, 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: clamp(0px, 8.6206896552vw, 100px);
  font-size: clamp(0px, 1.8965517241vw, 22px);
  letter-spacing: -0.06em;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #wrap main .sec-question article.sec-2 .inner .btn-more a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main .sec-question article.sec-2 .inner .btn-more a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .btn-more a {
    font-size: 4.2666666667vw;
    letter-spacing: -0.04em;
    padding: 2.9333333333vw 7.4666666667vw 3.3333333333vw 5.0666666667vw;
  }
}
#wrap main .sec-question article.sec-2 .inner .btn-more a:before {
  position: absolute;
  content: "";
  top: clamp(0px, 1.8965517241vw, 22px);
  right: clamp(0px, 1.724137931vw, 20px);
  background: url("../img/icon_link_arrow.png") center center no-repeat;
  width: clamp(0px, 0.6896551724vw, 8px);
  height: clamp(0px, 0.9482758621vw, 11px);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-2 .inner .btn-more a:before {
    top: 4.2666666667vw;
    right: 3.3333333333vw;
    width: 1.6vw;
    height: 2.1333333333vw;
  }
}
#wrap main .sec-question article.sec-3 .inner {
  padding-bottom: clamp(0px, 4.8275862069vw, 56px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner {
    padding: 7.4666666667vw 0 10.6666666667vw;
  }
}
#wrap main .sec-question article.sec-3 .inner > .ttl-box > h2 span.txt {
  width: clamp(0px, 49.4827586207vw, 574px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner > .ttl-box > h2 span.txt {
    width: 51.2vw;
  }
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .lead-box {
    margin: 4.2666666667vw auto 0;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box {
  position: relative;
  width: clamp(0px, 70.6896551724vw, 820px);
  margin: clamp(0px, 2.2413793103vw, 26px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box {
    margin: 4.8vw auto 0;
    width: 82.6666666667vw;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box .atari {
  position: relative;
  width: 100%;
  opacity: 0;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box .atari .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box .atari .pc {
    display: none;
  }
  #wrap main .sec-question article.sec-3 .inner .sticky-box .atari .sp {
    display: block;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box .atari img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(1) {
  top: 3%;
  left: 3%;
  width: 29.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(1) {
    top: 0%;
    left: 2%;
    width: 51.5%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(2) {
  top: 0%;
  left: 36%;
  width: 34.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(2) {
    top: 25.6%;
    left: 5%;
    width: 78%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(2) .text {
  top: 54%;
  left: 2%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(2) .text {
    top: 53%;
    left: -3%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(3) {
  top: 3%;
  left: 73.8%;
  width: 23%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(3) {
    top: 75.2%;
    left: 0.2%;
    width: 40%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(3) .text {
  left: -8%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(3) .text {
    left: -11%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(4) {
  top: 49%;
  left: -0.1%;
  width: 41%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(4) {
    top: 49.2%;
    left: 10.2%;
    width: 90.25%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(4) .text {
  top: 56%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(4) .text {
    top: 57%;
    left: 3%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(5) {
  top: 55.2%;
  left: 41.4%;
  width: 23%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(5) {
    top: 0%;
    left: 57.2%;
    width: 40.4%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(5) .text {
  line-height: 1.7;
  left: -3%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(5) .text {
    left: -5%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(5) .text em {
  font-size: 1.25em;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(6) {
  top: 54.8%;
  left: 67.8%;
  width: 32.2%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(6) {
    top: 75.2%;
    left: 43.5%;
    width: 56.2%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(6) .text {
  left: 4%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li:nth-child(6) .text {
    left: 1%;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  width: 100%;
  font-size: clamp(0px, 1.2931034483vw, 15px);
  padding-left: clamp(0px, 3.1034482759vw, 36px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li .text {
    font-size: 2.9333333333vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
    padding-left: 6.4vw;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li .text p {
  display: inline-block;
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li .text em {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-3 .inner .sticky-box > ul li .text em {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    font-size: 1.125em;
  }
}
#wrap main .sec-question article.sec-3 .inner .sticky-box > ul li img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-4 .inner {
  padding-bottom: clamp(0px, 4.1379310345vw, 48px);
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner {
    padding: 7.4666666667vw 0 6.4vw;
  }
}
#wrap main .sec-question article.sec-4 .inner > .ttl-box > h2 span.txt {
  width: clamp(0px, 49.8275862069vw, 578px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner > .ttl-box > h2 span.txt {
    width: 51.4666666667vw;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box {
  position: relative;
  width: clamp(0px, 82.2413793103vw, 954px);
  left: 0.5%;
  margin: clamp(0px, 2.4137931034vw, 28px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box {
    width: 81.3333333333vw;
    margin: 6.4vw auto 0;
    left: 0;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box .atari {
  position: relative;
  width: 100%;
  opacity: 0;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box .atari .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box .atari .pc {
    display: none;
  }
  #wrap main .sec-question article.sec-4 .inner .baloon-box .atari .sp {
    display: block;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box .atari img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(1) {
  top: 0%;
  left: 10%;
  width: 27%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(1) {
    top: 7%;
    width: 51%;
    left: 47.5%;
    z-index: 3;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(1) .text {
  top: 50%;
  left: 3.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(1) .text {
    left: -3%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(2) {
  top: 0%;
  left: 64.2%;
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(2) {
    top: 20.5%;
    width: 65.5%;
    left: 34.5%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(2) .text {
  top: 48%;
  left: 3%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(2) .text {
    left: 4%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(3) {
  top: 40.4%;
  left: 0%;
  width: 28.7%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(3) {
    top: 43.5%;
    width: 58.5%;
    left: 0.5%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(3) .text {
  top: 49%;
  left: 1.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(3) .text {
    left: -2%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(4) {
  top: 33%;
  left: 76.2%;
  width: 23.8%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(4) {
    top: 29.2%;
    width: 44%;
    left: 0%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(4) .text {
  top: 50;
  left: 8.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(4) .text {
    left: 2%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(5) {
  top: 68.5%;
  left: 11.2%;
  width: 27.7%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(5) {
    top: 51.5%;
    width: 48.9%;
    left: 49.5%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(5) .text {
  top: 49%;
  left: 10%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(5) .text {
    left: 1%;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(6) {
  top: 63.9%;
  left: 61.9%;
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(6) {
    top: 0%;
    width: 59.5%;
    left: 1%;
    z-index: 1;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li:nth-child(6) .text {
  top: 50%;
  left: 0%;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  width: 100%;
  font-size: clamp(0px, 1.2931034483vw, 15px);
  padding-left: clamp(0px, 3.1034482759vw, 36px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li .text {
    font-size: 2.8666666667vw;
    line-height: 1.5;
    letter-spacing: -0.03em;
    padding-left: 6.4vw;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li .text p {
  display: inline-block;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li .text em {
  color: #000;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 0.05em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box > ul li .text em {
    font-size: 2.9333333333vw;
    line-height: 1.4;
    font-size: 1.125em;
  }
}
#wrap main .sec-question article.sec-4 .inner .baloon-box > ul li img {
  width: 100%;
  height: auto;
}
#wrap main .sec-question article.sec-4 .inner .baloon-box .chara {
  position: absolute;
  bottom: 0;
  left: 47.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28.8%;
}
@media screen and (max-width: 768px) {
  #wrap main .sec-question article.sec-4 .inner .baloon-box .chara {
    width: 54.8%;
    left: 45.4%;
  }
}
#wrap .sec-link {
  width: 100%;
  background: #cce5f4;
  padding: clamp(0px, 8.6206896552vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link {
    padding: 13.3333333333vw 0;
  }
}
#wrap .sec-link ul {
  position: relative;
  width: calc(100% - 80px);
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul {
    width: 89.3333333333vw;
  }
}
#wrap .sec-link ul li {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: clamp(0px, 1.724137931vw, 20px);
  padding: clamp(0px, 4.3103448276vw, 50px) clamp(0px, 4.4827586207vw, 52px) clamp(0px, 4.3103448276vw, 50px) clamp(0px, 5.5172413793vw, 64px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li {
    width: 89.3333333333vw;
    padding: 8.5333333333vw 6.6666666667vw 8.5333333333vw;
    border-radius: 4vw;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
  }
}
#wrap .sec-link ul li.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li.flex {
    display: block;
  }
}
#wrap .sec-link ul li.map {
  padding: clamp(0px, 4.3103448276vw, 50px) clamp(0px, 4.4827586207vw, 52px) clamp(0px, 6.0344827586vw, 70px) clamp(0px, 5.5172413793vw, 64px);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li.map {
    padding: 8.5333333333vw 6.6666666667vw 8.5333333333vw;
  }
}
#wrap .sec-link ul li.map .text-box {
  padding-top: clamp(0px, 1.0344827586vw, 12px);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li.map .text-box {
    padding: 0;
  }
}
#wrap .sec-link ul li .text-box {
  padding-top: clamp(0px, 2.2413793103vw, 26px);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box {
    padding: 0;
  }
}
#wrap .sec-link ul li .text-box h3 {
  font-size: clamp(0px, 3.4482758621vw, 40px);
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box h3 {
    font-size: 6.4vw;
  }
}
#wrap .sec-link ul li .text-box p.lead {
  margin-top: clamp(0px, 2.5862068966vw, 30px);
  font-size: clamp(0px, 1.5517241379vw, 18px);
  line-height: 1.6;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box p.lead {
    margin-top: 4.2666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.45;
  }
}
#wrap .sec-link ul li .text-box .btn-more {
  position: relative;
  margin-top: clamp(0px, 3.4482758621vw, 40px);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box .btn-more {
    margin-top: 3.3333333333vw;
  }
}
#wrap .sec-link ul li .text-box .btn-more.orange a {
  background: #fbb43d;
}
#wrap .sec-link ul li .text-box .btn-more a {
  position: relative;
  display: block;
  background: #81d5fa;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: clamp(0px, 1.3793103448vw, 16px) clamp(0px, 3.4482758621vw, 40px) clamp(0px, 1.5517241379vw, 18px) clamp(0px, 2.0689655172vw, 24px);
  border-radius: clamp(0px, 8.6206896552vw, 100px);
  text-decoration: none;
  letter-spacing: -0.08em;
  font-size: clamp(0px, 1.8103448276vw, 21px);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  #wrap .sec-link ul li .text-box .btn-more a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap .sec-link ul li .text-box .btn-more a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box .btn-more a {
    font-size: 4.2666666667vw;
    letter-spacing: -0.04em;
    padding: 2.9333333333vw 7.4666666667vw 3.3333333333vw 5.0666666667vw;
  }
}
#wrap .sec-link ul li .text-box .btn-more a:after {
  position: absolute;
  content: "";
  top: clamp(0px, 50% - 0.474137931vw, 50% - 0.474137931vw);
  right: clamp(0px, 1.5517241379vw, 18px);
  background: url("../img/icon_link_arrow.png") center center no-repeat;
  width: clamp(0px, 0.6896551724vw, 8px);
  height: clamp(0px, 0.9482758621vw, 11px);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .text-box .btn-more a:after {
    top: 4.2666666667vw;
    right: 3.3333333333vw;
    width: 1.6vw;
    height: 2.1333333333vw;
  }
}
#wrap .sec-link ul li .image {
  width: clamp(0px, 40.5172413793vw, 470px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: clamp(0px, 0.8620689655vw, 10px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li .image {
    margin: 4.5333333333vw 0 0;
    width: 100%;
    border-radius: 2vw;
  }
}
#wrap .sec-link ul li .image img {
  width: 100%;
  height: auto;
}
#wrap .sec-link ul li:nth-child(n+2) {
  margin-top: clamp(0px, 4.3103448276vw, 50px);
}
@media screen and (max-width: 768px) {
  #wrap .sec-link ul li:nth-child(n+2) {
    margin-top: 5.3333333333vw;
  }
}
#wrap footer {
  position: relative;
  margin-top: clamp(0px, 6.3793103448vw, 74px);
  padding-bottom: clamp(0px, 6.8965517241vw, 80px);
}
@media screen and (max-width: 768px) {
  #wrap footer {
    margin-top: 14.6666666667vw;
    padding-bottom: 16vw;
  }
}
#wrap footer ul.banner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box {
    display: block;
  }
}
#wrap footer ul.banner-box li {
  width: clamp(0px, 33.6206896552vw, 390px);
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
#wrap footer ul.banner-box li a {
  position: relative;
  width: 100%;
  height: clamp(0px, 9.6551724138vw, 112px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: clamp(0px, 0.8620689655vw, 10px);
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 769px) {
  #wrap footer ul.banner-box li a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer ul.banner-box li a:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a {
    border-radius: 2.6666666667vw;
    height: 26.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
#wrap footer ul.banner-box li a .image {
  position: relative;
  width: clamp(0px, 12.5vw, 145px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .image {
    width: 30.6666666667vw;
  }
}
#wrap footer ul.banner-box li a .image img {
  width: clamp(0px, 7.8448275862vw, 91px);
  height: auto;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .image img {
    width: 21.0666666667vw;
  }
}
#wrap footer ul.banner-box li a .image:after {
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
  background: #b0def9;
}
#wrap footer ul.banner-box li a .text-box {
  padding-left: clamp(0px, 1.5517241379vw, 18px);
  font-size: clamp(0px, 1.2931034483vw, 15px);
  letter-spacing: -0.02em;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .text-box {
    font-size: 3.4666666667vw;
    padding-left: 4.2666666667vw;
  }
}
#wrap footer ul.banner-box li a .text-box p {
  position: relative;
  top: clamp(-2px, -0.1724137931vw, 0px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .text-box p {
    line-height: 1.43;
  }
}
#wrap footer ul.banner-box li a .icon {
  position: absolute;
  top: clamp(0px, 3.6206896552vw, 42px);
  right: clamp(0px, 1.8965517241vw, 22px);
  padding: clamp(0px, 0.6034482759vw, 7px) 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .icon {
    top: 11.8666666667vw;
    right: 4.5333333333vw;
    padding: 0;
  }
}
#wrap footer ul.banner-box li a .icon svg {
  position: relative;
  left: 3%;
  display: block;
  width: clamp(0px, 0.6896551724vw, 8px);
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap footer ul.banner-box li a .icon svg {
    left: 2%;
    width: 1.8666666667vw;
  }
}
#wrap footer ul.banner-box li a .icon .cls-1 {
  fill: #000;
}
#wrap footer .share-box {
  position: relative;
  text-align: center;
  margin-top: clamp(0px, 6.3793103448vw, 74px);
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box {
    margin-top: 13.3333333333vw;
  }
}
#wrap footer .share-box ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: clamp(0px, 2.5862068966vw, 30px);
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul {
    margin-top: 4vw;
  }
}
#wrap footer .share-box ul li {
  width: clamp(0px, 3.7931034483vw, 44px);
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul li {
    width: 10.6666666667vw;
  }
}
#wrap footer .share-box ul li:nth-child(n+2) {
  margin-left: clamp(0px, 3.1034482759vw, 36px);
}
@media screen and (max-width: 768px) {
  #wrap footer .share-box ul li:nth-child(n+2) {
    margin-left: 6.4vw;
  }
}
#wrap footer .share-box ul li a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #wrap footer .share-box ul li a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer .share-box ul li a:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}
#wrap footer .share-box ul li a img {
  width: 100%;
  height: auto;
}
#wrap footer .foot-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: clamp(0px, 4.8275862069vw, 56px) auto 0;
}
@media screen and (max-width: 768px) {
  #wrap footer .foot-menu {
    margin: 10.1333333333vw auto 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 89.3333333333vw;
  }
}
#wrap footer .foot-menu li {
  position: relative;
  font-size: clamp(0px, 1.0344827586vw, 12px);
}
@media screen and (max-width: 768px) {
  #wrap footer .foot-menu li {
    font-size: 3.2vw;
    margin: 1.3333333333vw 0;
  }
  #wrap footer .foot-menu li:nth-child(4), #wrap footer .foot-menu li:nth-child(6) {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
  #wrap footer .foot-menu li:nth-child(4):before, #wrap footer .foot-menu li:nth-child(6):before {
    display: none;
  }
}
#wrap footer .foot-menu li a {
  display: block;
  text-decoration: none;
  letter-spacing: 0em;
}
@media screen and (min-width: 769px) {
  #wrap footer .foot-menu li a {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap footer .foot-menu li a:hover {
    opacity: 0.6;
  }
}
#wrap footer .foot-menu li:nth-child(n+2) {
  margin-left: clamp(0px, 1.3793103448vw, 16px);
  padding-left: clamp(0px, 1.3793103448vw, 16px);
}
@media screen and (max-width: 768px) {
  #wrap footer .foot-menu li:nth-child(n+2) {
    margin-left: clamp(0px, 3.2vw, 24px);
    padding-left: clamp(0px, 3.2vw, 24px);
  }
}
#wrap footer .foot-menu li:nth-child(n+2):before {
  position: absolute;
  content: "";
  top: clamp(0px, 0vw, 0px);
  left: 0;
  width: 1px;
  height: clamp(0px, 1.8965517241vw, 22px);
  background: #a1d2ef;
}
@media screen and (max-width: 768px) {
  #wrap footer .foot-menu li:nth-child(n+2):before {
    top: 0.8vw;
    height: 4.2666666667vw;
  }
}
#wrap footer .copyright {
  position: relative;
  margin: clamp(0px, 3.7931034483vw, 44px) auto 0;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrap footer .copyright {
    margin: 9.6vw auto 0;
    font-size: 3.0666666667vw;
  }
}
#wrap footer .copyright small {
  display: block;
  width: 100%;
}
#wrap footer .copyright small img {
  width: 100%;
  height: auto;
}

#cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  backdrop-filter: blur(clamp(0px, 0.6896551724vw, 8px)) brightness(100%);
  z-index: 9999;
  display: none;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 50ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 50ms cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  #cover {
    -webkit-transition: opacity 0 cubic-bezier(0.33, 1, 0.68, 1);
    transition: opacity 0 cubic-bezier(0.33, 1, 0.68, 1);
    backdrop-filter: none;
    opacity: 1;
  }
}
#cover.is-show {
  display: block;
  opacity: 1;
}
#cover:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #54c3f1;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  #cover:before {
    opacity: 0.75;
  }
}

#cover-spnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  -webkit-transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
#cover-spnav.show {
  opacity: 0.25;
  pointer-events: auto;
}

#modal-spnav {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 18.6666666667vw;
  background: #e0f3fe;
  z-index: 99999;
  border-top: 1.0666666667vw solid #000;
  padding: 2.6666666667vw 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(26.6666666667vw);
          transform: translateY(26.6666666667vw);
  -webkit-transition: all 550ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 550ms cubic-bezier(0.65, 0, 0.35, 1);
}
@media screen and (min-width: 769px) {
  #modal-spnav {
    display: none;
  }
}
#modal-spnav.show {
  -webkit-transition: all 650ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 650ms cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
#modal-spnav .container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-spnav .container ul li {
  position: relative;
  width: 41.6vw;
  height: 12.2666666667vw;
  border: 0.8vw solid #000;
  background: #fff;
  border-radius: 6.6666666667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  padding: 3.2vw 0 0;
  cursor: pointer;
}
#modal-spnav .container ul li.enabled {
  background: #bababa;
  pointer-events: none;
}
#modal-spnav .container ul li.enabled span.icon {
  background: #fff;
}
#modal-spnav .container ul li.enabled span.icon svg path {
  fill: #bababa;
}
#modal-spnav .container ul li.enabled .text img:nth-child(1) {
  display: none;
}
#modal-spnav .container ul li.enabled .text img:nth-child(2) {
  display: block;
}
#modal-spnav .container ul li:nth-child(n+2) {
  margin-left: 1.3333333333vw;
}
#modal-spnav .container ul li:nth-child(2) span.icon {
  left: auto;
  right: 2.6666666667vw;
}
#modal-spnav .container ul li:nth-child(2) span.icon svg {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  left: 3%;
}
#modal-spnav .container ul li span.icon {
  position: absolute;
  display: block;
  top: 2.8vw;
  left: 2.6666666667vw;
  width: 5.0666666667vw;
  height: 5.0666666667vw;
  background: #53c0ee;
  border-radius: 50%;
  overflow: hidden;
  padding: 1.3333333333vw 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#modal-spnav .container ul li span.icon svg {
  position: relative;
  left: -3%;
  display: block;
  margin: 0 auto;
  width: 1.2vw;
  height: auto;
}
#modal-spnav .container ul li span.icon svg path {
  fill: #fff;
}
#modal-spnav .container ul li span.icon:before {
  position: absolute;
}
#modal-spnav .container ul li span.text img {
  width: 15.4666666667vw;
  height: auto;
  margin: 0 auto;
}
#modal-spnav .container ul li span.text img:nth-child(1) {
  display: block;
}
#modal-spnav .container ul li span.text img:nth-child(2) {
  display: none;
}

@-webkit-keyframes baloon-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75) translateY(25px);
            transform: scale(0.75) translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}

@keyframes baloon-anim {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75) translateY(25px);
            transform: scale(0.75) translateY(25px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  7% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  14% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  21% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fuwafuwa {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  7% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  14% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  21% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
  }
  27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  7% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  14% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  21% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes fuwafuwa-2 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  7% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  14% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  21% {
    -webkit-transform: translateY(2vw);
            transform: translateY(2vw);
  }
  27% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow-anim-next {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@keyframes arrow-anim-next {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@-webkit-keyframes arrow-anim-back {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@keyframes arrow-anim-back {
  0% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate(50%);
            transform: translate(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0%);
            transform: translate(0%);
  }
}
@-webkit-keyframes arrow-anim-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow-anim-down {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes arrow-anim-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes arrow-anim-up {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  51% {
    opacity: 0;
    -webkit-transform: translateY(75%);
            transform: translateY(75%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
#karte-c {
  display: none !important;
}

#modal-manga {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#modal-manga .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
}
#modal-manga .manga-container {
  position: relative;
  height: 100dvh;
  margin: 0 auto;
  width: 65.9793814433dvh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#modal-manga .manga-container img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container img {
    width: 100%;
    height: auto;
  }
}
#modal-manga .manga-container .inner {
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .inner {
    width: 90%;
    height: auto;
    overflow: visible;
    margin: 0 auto;
  }
}
#modal-manga .manga-container .inner .modal-box {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .inner .modal-box {
    width: 100%;
    height: auto;
  }
}
#modal-manga .manga-container .inner .modal-box article {
  height: 100%;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .inner .modal-box article {
    width: 100%;
    height: auto;
  }
}
#modal-manga .manga-container .inner .modal-box article img {
  display: block;
}
#modal-manga .manga-container .inner .modal-box article img:nth-child(n+2) {
  display: none;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .swiper-pagination {
    bottom: -10.6666666667vw;
  }
}
#modal-manga .manga-container .swiper-pagination-bullet {
  background: #767676;
  border: 1px solid #fff;
  opacity: 0.5;
  margin: 0 10px;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
#modal-manga .manga-container .swiper-pagination-bullet-active {
  background: #17a1e6;
  opacity: 1;
}
#modal-manga .manga-container .nav-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  pointer-events: none;
}
#modal-manga .manga-container .nav-swiper li {
  position: absolute;
  bottom: 6px;
  left: calc(50% - 120px);
  width: 32px;
  height: 32px;
  background: #17a1e6;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
  -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
}
#modal-manga .manga-container .nav-swiper li.enabled {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .nav-swiper li {
    top: auto;
    left: calc(50% - 120px);
    bottom: -12vw;
    width: 8vw;
    height: 8vw;
    background: #fff;
  }
}
#modal-manga .manga-container .nav-swiper li:before {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/icon_slider.png") no-repeat center center;
  background-size: 10px auto;
  background-position: 55% 51%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .nav-swiper li:before {
    background: url("../img/icon_slider_blue.png") no-repeat center center;
    background-size: 2.6666666667vw auto;
    background-position: 55% 51%;
  }
}
@media screen and (min-width: 769px) {
  #modal-manga .manga-container .nav-swiper li:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#modal-manga .manga-container .nav-swiper li:nth-child(2) {
  left: auto;
  right: calc(50% - 120px);
}
@media screen and (max-width: 768px) {
  #modal-manga .manga-container .nav-swiper li:nth-child(2) {
    right: calc(50% - 120px);
  }
}
#modal-manga .manga-container .nav-swiper li:nth-child(1):before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#modal-manga .btn-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #modal-manga .btn-close {
    top: 2.6666666667vw;
    right: 2.6666666667vw;
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #modal-manga .btn-close {
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: transform 0.15s cubic-bezier(0.33, 1, 0.68, 1), -webkit-transform 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #modal-manga .btn-close:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#modal-manga .btn-close img {
  width: 18px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #modal-manga .btn-close img {
    width: 4.2666666667vw;
    height: auto;
  }
}
#modal-manga .btn-close img path {
  fill: #fff;
}

#fixed-btn {
  position: fixed;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 10;
  width: clamp(0px, 29.3103448276vw, 340px);
  height: clamp(0px, 8.6206896552vw, 100px);
  z-index: 999;
}
@media screen and (max-width: 768px) {
  #fixed-btn {
    width: 56vw;
    height: 17.6vw;
    bottom: 2.1333333333vw;
  }
}
#fixed-btn .btn-box {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: all 250ms cubic-bezier(0.65, 0, 0.35, 1);
}
#fixed-btn .btn-box .hover-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  #fixed-btn .btn-box .hover-wrap {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #fixed-btn .btn-box .hover-wrap .chara {
    -webkit-transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.15s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #fixed-btn .btn-box .hover-wrap:hover {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  #fixed-btn .btn-box .hover-wrap:hover .chara {
    -webkit-transform: translateY(-2%);
            transform: translateY(-2%);
  }
}
#fixed-btn.show .btn-box {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 150ms cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 150ms cubic-bezier(0.33, 1, 0.68, 1);
}
#fixed-btn a {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(0px, 6.2068965517vw, 72px);
  background: #fbb22f;
  border-radius: clamp(0px, 4.3103448276vw, 50px);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: clamp(0px, 2.6724137931vw, 31px);
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: clamp(0px, 5.8620689655vw, 68px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#fixed-btn a span {
  position: relative;
  left: clamp(0px, 1.0344827586vw, 12px);
}
@media screen and (max-width: 768px) {
  #fixed-btn a {
    height: 12.2666666667vw;
    border-radius: 13.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 11.7333333333vw;
    letter-spacing: 0.03em;
  }
  #fixed-btn a span {
    position: relative;
    left: 2.6666666667vw;
  }
}
#fixed-btn a:before {
  position: absolute;
  content: "";
  top: clamp(0px, 2.5vw, 29px);
  right: clamp(0px, 2.0689655172vw, 24px);
  background: url("../img/icon_link_arrow.png") center center no-repeat;
  width: clamp(0px, 0.8620689655vw, 10px);
  height: clamp(0px, 1.1206896552vw, 13px);
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #fixed-btn a:before {
    top: 4.6666666667vw;
    right: 4.2666666667vw;
    width: 2vw;
    height: 2.6666666667vw;
  }
}
#fixed-btn .chara {
  position: absolute;
  bottom: clamp(-32px, -2.7586206897vw, 0px);
  left: clamp(0px, 0.2586206897vw, 3px);
  width: clamp(0px, 7.3275862069vw, 85px);
}
@media screen and (max-width: 768px) {
  #fixed-btn .chara {
    width: 14.5333333333vw;
    bottom: -5.6vw;
    left: 0.5333333333vw;
  }
}
#fixed-btn .chara img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=style.css.map */