/*========================================
*	common
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Serif+JP:wght@200..900&display=swap");
#__bs_notify__ {
  display: none !important;
}

::selection {
  color: #fff;
  background: #f39800;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

html,
body {
  font-size: 62.5%;
  color: #535353;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 200;
}

body {
  width: 100%;
}
body.js-hidden {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
}

h1,
h2,
h3 {
  line-height: 1;
}

ul,
li {
  list-style: none;
}

tr,
th,
td {
  font-weight: normal;
  text-align: left;
}

img,
picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .pr-footer__nav {
    flex-wrap: wrap;
  }
  .pr-footer__item__top {
    width: 100%;
    margin-bottom: 1.25em;
  }
  .pr-footer__item {
    width: 50%;
    margin-bottom: 1.25em;
  }
}
::selection {
  color: #fff;
  background: #8dbafe;
}

body {
  position: relative;
  color: #25255f;
}
@media only screen and (min-width: 768px) {
  body {
    height: 100%;
    overflow: hidden;
    background: url(../img/top/bg_prism_pc.png) no-repeat left top, url(../img/top/bg_text_pc.png) no-repeat right top, url(../img/top/bg_pc.jpg) no-repeat left top;
    background-size: cover, auto 100%, cover;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    background: url(../img/top/bg_prism_pc.png) no-repeat left top, url(../img/top/bg_pc.jpg) no-repeat left top;
    background-size: cover, cover;
  }
}
body .common-wrapper {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  body .common-wrapper {
    width: 100%;
    padding-left: 80px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1920px) {
  body .common-wrapper {
    padding-left: 160px;
  }
}

@keyframes logo_opacity {
  0%, 10%, 100%, 90% {
    opacity: 1;
  }
  40%, 60% {
    opacity: 0;
  }
}
.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: url(../img/top/bg_loading.jpg) no-repeat center;
  background-color: #fff;
  background-size: cover;
  transform: translate3d(0, 0, 0);
}
@media only screen and (min-width: 768px) {
  .loading {
    background-image: url(../img/top/bg_loading_pc.jpg);
  }
}
.loading.js--hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 800ms;
}
.loading-txt {
  position: absolute;
  left: 50%;
  top: 50dvh;
  transform: translate3d(-50%, -50%, 0);
  animation: logo_opacity 1.8s infinite 0s linear;
  width: 54.5833333333vw;
}
@media only screen and (min-width: 768px) {
  .loading-txt {
    width: 180px;
  }
}

.sp-wrapper {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sp-wrapper {
    position: relative;
    width: 520px;
    height: 100vh;
    padding: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
  }
}
@media only screen and (max-width: 1200px) {
  .sp-wrapper {
    margin: 0 auto;
  }
}
.sp-wrapper::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: url("../data/webp/top/bg_fix.jpg.webp") repeat-y center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .sp-wrapper::before {
    position: absolute;
    left: 19px;
    top: 16px;
    width: calc(100% - 38px);
    height: calc(100% - 32px);
    border: 1px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .sp-inner {
    position: relative;
    width: 200vw;
    height: calc(100% - 2px);
    left: 50%;
    top: 1px;
    transform: translate3d(-50%, 0, 0);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1;
  }
  .sp-inner::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .sp-contents {
    position: relative;
    width: 480px;
    height: 100%;
    margin: 0 auto;
    z-index: 1;
  }
}
.sp-scroller {
  position: relative;
  padding: 21.875vw 0 0;
  background: url("../img/top/bg_repeat_top.png") no-repeat left top, url("../data/webp/top/bg_repeat.png.webp") repeat-y center top;
  background-size: 75vw auto, 100% auto;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sp-scroller {
    padding: 105px 0 0;
    background-size: 100% auto, 360px auto;
  }
}
.sp-scroller section h2 {
  margin-bottom: 8.125vw;
}
@media only screen and (min-width: 768px) {
  .sp-scroller section h2 {
    margin-bottom: 39px;
  }
}
.sp-container {
  padding: 0 4.1666666667vw 0;
}
@media only screen and (min-width: 768px) {
  .sp-container {
    padding: 20px;
  }
}
.sp-video {
  position: relative;
  margin-bottom: 25vw;
}
@media only screen and (min-width: 768px) {
  .sp-video {
    margin-bottom: 100px;
  }
}
.sp-video-img {
  width: 100%;
  height: 40.625vw;
  background: url("../img/top/bg_movie.png") no-repeat center top;
  background-size: 100% auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .sp-video-img {
    height: 195px;
    background-size: calc(100% - 2px) auto;
  }
  .sp-video-img:hover::after {
    opacity: 1;
  }
}
.sp-video-img::before, .sp-video-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 19.5833333333vw;
  height: 19.5833333333vw;
  left: 50%;
  top: 8.75vw;
  transform: translate3d(-50%, 0, 0);
  background: url("../img/top/btn_movie.png") no-repeat center top;
  background-size: 100% auto;
  z-index: 1;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .sp-video-img::before, .sp-video-img::after {
    width: 94px;
    height: 94px;
    top: 42px;
  }
}
.sp-video-img::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sp-video-img::after {
    display: block;
    background: url("../img/top/btn_movie_on.png") no-repeat center top;
    background-size: 100% auto;
    z-index: 2;
    opacity: 0;
    transition: opacity 500ms;
  }
}
.sp-video-text {
  margin-top: -4.1666666667vw;
  font-size: 3.3333333333vw;
  line-height: 5.2083333333vw;
  letter-spacing: 0.625vw;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .sp-video-text {
    margin-top: -20px;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 3px;
  }
}
.sp-section__text {
  position: relative;
  padding: 7.2916666667vw 5.2083333333vw;
  font-size: 3.5416666667vw;
  line-height: 6.25vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 200;
  background: url("../img/top/bg_menu.png") no-repeat left top;
  background-size: 41.6666666667vw auto;
  border: 0.2083333333vw solid #fff;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .sp-section__text {
    padding: 35px 25px;
    font-size: 17px;
    line-height: 30px;
    background-size: 200px auto;
    border: 1px solid #fff;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.sp-section__text p {
  margin-top: 3.125vw;
}
@media only screen and (min-width: 768px) {
  .sp-section__text p {
    margin-top: 15px;
  }
}
.sp-section__text p:first-of-type {
  margin-top: 0;
}
.sp-section__item {
  margin-top: 8.3333333333vw;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .sp-section__item {
    margin-top: 40px;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.sp-section__item:first-of-type {
  margin-top: 0;
}
.sp-section__tit {
  margin-bottom: 3.9583333333vw;
  font-size: 5.8333333333vw;
  line-height: 8.3333333333vw;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .sp-section__tit {
    margin-bottom: 19px;
    font-size: 28px;
    line-height: 40px;
  }
}
.sp-section__more {
  display: flex;
  justify-content: end;
}
.sp-section__more a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 5.2083333333vw;
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 768px) {
  .sp-section__more a {
    font-size: 25px;
  }
  .sp-section__more a::before {
    transition: opacity 500ms;
  }
  .sp-section__more a:hover::before {
    opacity: 1;
  }
}
.sp-section__more a::before, .sp-section__more a::after {
  content: "";
  display: block;
  width: 11.1458333333vw;
  height: 11.1458333333vw;
  margin-left: 2.7083333333vw;
  background: url("../img/top/icon_more.png") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .sp-section__more a::before, .sp-section__more a::after {
    width: 53px;
    height: 53px;
    margin-left: 13px;
  }
}
.sp-section__more a::before {
  position: absolute;
  right: 0;
  background-image: url("../img/top/icon_more_on.png");
  opacity: 0;
}

.navi {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .navi {
    position: absolute;
    width: 478px;
    height: calc(100% - 34px);
    top: 17px;
    right: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.navi-menu {
  position: absolute;
  width: 77.0833333333vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  right: 0;
  top: 0;
  z-index: 1;
  border-left: 0.1041666667vw solid #fff;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
  transform: translate3d(101%, 0, 0);
  transition: transform 400ms;
}
.navi-menu.js--open {
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}
@media only screen and (min-width: 768px) {
  .navi-menu {
    width: 370px;
    border-left: 1px solid #fff;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.navi-menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 41.6666666667vw;
  height: 17.7083333333vw;
  left: 0;
  top: 0;
  background: url("../img/top/bg_menu.png") no-repeat center;
  background-size: 100% auto;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .navi-menu::before {
    width: 200px;
    height: 85px;
  }
}
.navi-menu__list {
  position: relative;
  padding: 12.5vw 5.2083333333vw 0;
  z-index: 1;
}
.navi-menu__list a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .navi-menu__list a {
    transition: opacity 400ms;
  }
  .navi-menu__list a:hover {
    opacity: 0.6;
  }
}
@media only screen and (min-width: 768px) {
  .navi-menu__list {
    padding: 60px 25px 0;
  }
}
.navi-menu__item {
  margin-top: 10.4166666667vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item {
    margin-top: 50px;
  }
}
.navi-menu__item:first-of-type {
  margin-top: 0 !important;
}
.navi-menu__item-top img {
  width: 15.8333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-top img {
    width: 76px;
  }
}
.navi-menu__item-intro img {
  width: 64.375vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-intro img {
    width: 309px;
  }
}
.navi-menu__item-contents img {
  width: 43.0208333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__item-contents img {
    width: 206px;
  }
}
.navi-menu__sub {
  padding: 4.375vw 0 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__sub {
    padding: 21px 0 0 30px;
  }
}
.navi-menu__sub-item {
  margin-top: 4.375vw;
  line-height: 4.375vw;
  font-size: 3.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-menu__sub-item {
    margin-top: 21px;
    line-height: 21px;
    font-size: 16px;
  }
}
.navi-menu__sub-item:first-of-type {
  margin-top: 0 !important;
}
.navi-menu__sub-item a {
  color: #25255f;
  font-family: "Noto Serif JP", serif;
}
.navi-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_modal.png") no-repeat center;
  background-size: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 350ms;
}
.navi-bg.js--open {
  opacity: 1;
  pointer-events: auto;
}
.navi-btn {
  position: fixed;
  right: 1.5625vw;
  top: 1.5625vw;
  width: 17.7083333333vw;
  height: 17.7083333333vw;
  background: url("../img/top/bg_hamb.png") no-repeat center;
  background-size: 100% auto;
  z-index: 3;
}
@media only screen and (min-width: 768px) {
  .navi-btn {
    position: absolute;
    right: 30px;
    top: 38px;
    width: 85px;
    height: 85px;
    background-image: url("../img/top/bg_hamb_on.png");
    background-size: 100% auto;
  }
  .navi-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../img/top/bg_hamb.png");
    background-size: 100% auto;
    transition: opacity 400ms;
  }
  .navi-btn:hover::before {
    opacity: 0;
  }
}
.navi-btn.js--open .navi-icon__open {
  display: none;
}
.navi-btn.js--open .navi-icon__close {
  display: block;
}
.navi-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 6.25vw;
  height: 8.3333333333vw;
}
@media only screen and (min-width: 768px) {
  .navi-icon {
    width: 30px;
    height: 40px;
  }
}
.navi-icon__close {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  top: 6.6666666667vw;
  display: none;
}
@media only screen and (min-width: 768px) {
  .navi-icon__close {
    width: 25px;
    height: 25px;
    top: 32px;
  }
}

.footer {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .footer {
    padding: 20px;
  }
}
.footer-share {
  height: 73.9583333333vw;
  margin: 24.4791666667vw 0 25vw;
  background: url(../img/top/bg_share.png) no-repeat center bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .footer-share {
    height: 355px;
    margin: 117px 0 120px;
  }
}
.footer-share dl dd {
  position: relative;
  display: flex;
  justify-content: center;
  width: 79.1666666667vw;
  height: 25.4166666667vw;
  margin: 12.5vw auto 0;
  background: url(../img/top/btn_share.png) no-repeat center top;
  background-size: 100% auto;
  text-align: center;
  font-size: 4.1666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .footer-share dl dd {
    width: 380px;
    height: 122px;
    margin: 60px auto 0;
    font-size: 20px;
    background: url(../img/top/btn_share_on.png) no-repeat center top;
    background-size: 340px 82px;
    background-position: 20px 10px;
  }
  .footer-share dl dd:hover::before {
    opacity: 0 !important;
  }
  .footer-share dl dd::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/btn_share.png) no-repeat center top;
    background-size: 100% auto;
    transition: opacity 500ms;
    opacity: 1;
  }
}
.footer-share dl dd::after {
  content: "";
  display: block;
  position: absolute;
  right: 10.9375vw;
  top: 8.3333333333vw;
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  background: url(../img/top/icon_x.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .footer-share dl dd::after {
    right: 52px;
    top: 40px;
    width: 25px;
    height: 25px;
  }
}
.footer-share dl dd a {
  position: relative;
  display: block;
  padding: 8.3333333333vw;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .footer-share dl dd a {
    padding: 40px;
  }
}
.footer-store__item {
  background: rgba(255, 255, 255, 0.6);
  border: 0.2083333333vw #fff solid;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .footer-store__item {
    border: 1px #fff solid;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.footer-store__item::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 41.6666666667vw;
  height: 17.7083333333vw;
  background: url(../img/top/bg_store.png) no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .footer-store__item::after {
    width: 200px;
    height: 85px;
  }
}
.footer-store__item-name {
  font-family: "Cormorant Garamond", serif;
  color: #25255f;
}
.footer-banner__list-item {
  border: 0.2083333333vw #fff solid;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .footer-banner__list-item {
    border: 1px #fff solid;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.footer-link {
  margin: 0 0 4.1666666667vw 0;
  padding: 0 4.1666666667vw;
}
@media only screen and (min-width: 768px) {
  .footer-link {
    margin: 0 0 20px 0;
    padding: 0 20px;
    cursor: pointer;
    transition: opacity 500ms;
  }
  .footer-link:hover {
    opacity: 0.7;
  }
}
.footer-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-link img {
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .footer-link img {
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
  }
}
.footer-attention, .footer-copy {
  font-family: "Noto Serif JP", serif;
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms;
}
@media only screen and (min-width: 768px) {
  .modal {
    position: absolute;
  }
}
.modal a {
  display: block;
}
.modal.js--show {
  opacity: 1;
  pointer-events: auto;
}
.modal-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/top/bg_modal.png") no-repeat center;
  background-size: cover;
}
.modal-wrapper {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 1;
}
.modal-iframe {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal-iframe {
    display: block;
    width: 800px;
    margin: auto;
  }
}
.modal-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.modal-img {
  width: 91.6666666667vw;
  margin: 0 auto;
  box-shadow: 0px 0px 3.125vw 0 rgba(37, 37, 95, 0.1);
}
@media only screen and (min-width: 768px) {
  .modal-img {
    width: 440px;
    box-shadow: 0px 0px 15px 0 rgba(37, 37, 95, 0.1);
    transition: opacity 500ms;
  }
  .modal-img:hover {
    opacity: 0.7;
  }
}
.modal-close {
  position: absolute;
  left: 50%;
  bottom: -3.9583333333vw;
  transform: translate3d(-50%, 100%, 0);
  width: 8.3333333333vw;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .modal-close {
    bottom: -19px;
    width: 40px;
    transition: 500ms;
  }
  .modal-close:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .modal-video {
    position: fixed;
  }
  .modal-video.js--show .modal-iframe {
    pointer-events: auto;
  }
  .modal-video.js--show .modal-close {
    pointer-events: auto;
  }
  .modal-video .modal-wrapper {
    display: flex;
    height: 100%;
    pointer-events: none;
  }
  .modal-video .modal-close {
    position: fixed;
    width: 60px;
    left: auto;
    right: 20px;
    top: 20px;
    bottom: auto;
    transform: translate3d(0, 0, 0);
  }
}

h1 {
  margin-bottom: 18.75vw;
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  h1 {
    margin-bottom: 90px;
  }
}

.js--anime h1 {
  opacity: 1;
  transition: 1200ms;
  transition-delay: 600ms;
}

.chara-wrapper {
  position: absolute;
  width: calc(100% - 600px);
  height: 100%;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1200px) {
  .chara-wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1920px) {
  .chara-wrapper {
    width: 1236px;
    left: 50%;
    transform: translate3d(-224px, 0, 0);
  }
}
.chara-item {
  display: none;
}
@media only screen and (min-width: 768px) {
  .chara-item {
    display: block;
    position: absolute;
    width: 85%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    transition: opacity 1200ms;
    top: 0;
  }
  .chara-item.js--current {
    opacity: 1;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .chara-item {
    width: 800px;
  }
}

.contents {
  margin-top: 25vw;
}
@media only screen and (min-width: 768px) {
  .contents {
    margin-top: 120px;
  }
}
.contents h2 {
  width: 59.4791666667vw;
}
@media only screen and (min-width: 768px) {
  .contents h2 {
    width: 285px;
  }
}
.contents .sp-section__text {
  padding: 6.25vw 5.2083333333vw;
}
@media only screen and (min-width: 768px) {
  .contents .sp-section__text {
    padding: 30px 25px;
  }
}
.contents .sp-section__text dl {
  margin-top: 3.9583333333vw;
}
@media only screen and (min-width: 768px) {
  .contents .sp-section__text dl {
    margin-top: 19px;
  }
}
.contents .sp-section__text dl:first-of-type {
  margin-top: 0;
}
.contents .sp-section__text dl dt {
  display: flex;
  align-items: center;
  font-weight: normal;
}
.contents .sp-section__text dl dt::before {
  content: "";
  display: block;
  width: 4.2708333333vw;
  height: 4.2708333333vw;
  margin-right: 0.8333333333vw;
  background: url("../img/top/icon_haruki.png") no-repeat center;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .contents .sp-section__text dl dt::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
  }
}
.contents .sp-section__text-hana dt::before {
  background-image: url("../img/top/icon_hana.png") !important;
}
.contents .sp-section__text-ruka dt::before {
  background-image: url("../img/top/icon_ruka.png") !important;
}
.contents .sp-section__text-hash {
  color: #8dbafe;
}
.contents .sp-section__more-x a {
  font-family: "Noto Serif JP", serif;
  font-size: 3.75vw;
  color: #25255f;
}
@media only screen and (min-width: 768px) {
  .contents .sp-section__more-x a {
    font-size: 18px;
  }
}
.contents .sp-section__more-x a::before {
  background-image: url("../img/top/icon_x_color_on.png");
}
.contents .sp-section__more-x a::after {
  background-image: url("../img/top/icon_x_color.png");
}

.intro .sp-section__text::before {
  content: "";
  display: block;
  position: absolute;
  right: 5.8333333333vw;
  bottom: 0;
  width: 27.6041666667vw;
  height: 30.2083333333vw;
  background: url("../img/top/icon_chara.png") no-repeat right bottom;
  background-size: 100% auto;
}
@media only screen and (min-width: 768px) {
  .intro .sp-section__text::before {
    right: 28px;
    width: 132px;
    height: 145px;
  }
}
/*# sourceMappingURL=../maps/top.css.map */
