@charset "UTF-8";
/* ============================================================================

　_base

=============================================================================== */
/* ----------------------------------------------------------------------------
　reset
---------------------------------------------------------------------------- */
body, h1, h2, h3, h4, h5, ul, li, dl, dt, dd, p, strong, address {
  margin: 0;
  padding: 0;
}

ul, li {
  list-style: none;
}

ol {
  padding: 0 0 0 2rem;
  margin: 0 0 0 0;
}

ol li {
  list-style: decimal;
  line-height: 180%;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: pointer;
}

address {
  font-style: normal;
}

img {
  width: 100%;
  border: 0;
  vertical-align: bottom;
}

/* ----------------------------------------------------------------------------
　font-size
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
  font-weight: 500;
  color: #4D4D4D;
}

/* ----------------------------------------------------------------------------
　font-family
---------------------------------------------------------------------------- */
body,
input,
button,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  color: #4D4D4D;
}

/* ----------------------------------------------------------------------------
　overflow
---------------------------------------------------------------------------- */
html {
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
}

main {
  display: block;
}

/* ----------------------------------------------------------------------------
　link
---------------------------------------------------------------------------- */
a {
  color: #000;
  text-underline-offset: 0.3rem;
}
a:hover {
  text-decoration: none;
}

/* ----------------------------------------------------------------------------
　is-visible
---------------------------------------------------------------------------- */
.is-visible-xld,
.is-visible-ld,
.is-visible-sd {
  display: none;
}

@media screen and (max-width: 1300px) {
  .is-visible-xld {
    display: block;
  }
  .is-hidden-xld {
    display: none;
  }
}
@media screen and (max-width: 979px) {
  .is-visible-ld {
    display: block;
  }
  .is-hidden-ld {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .is-visible-sd {
    display: block;
  }
  .is-hidden-sd {
    display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　widthdebug
---------------------------------------------------------------------------- */
#widthdebug {
  position: fixed;
  left: 0rem;
  bottom: 0rem;
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  z-index: 1000000;
}

/* ----------------------------------------------------------------------------
　main
---------------------------------------------------------------------------- */
main {
  font-size: 1.6rem;
}

#container {
  overflow-x: hidden !important;
}

/* ----------------------------------------------------------------------------
　print
---------------------------------------------------------------------------- */
@media print {
  body {
    zoom: 0.55;
    -webkit-print-color-adjust: exact;
  }
  header {
    position: relative !important;
  }
  main {
    overflow-x: hidden;
  }
  .pagetop,
  #widthdebug {
    display: none !important;
  }
}
/* ============================================================================

　_header

=============================================================================== */
/* ----------------------------------------------------------------------------
　blockSkip
---------------------------------------------------------------------------- */
#blockSkip a {
  position: fixed;
  width: 40%;
  top: 0rem;
  left: 30%;
  z-index: 103;
  background-color: #fff;
  padding: 1rem;
  -webkit-transform: scale(0);
          transform: scale(0);
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 743px) {
  #blockSkip a {
    width: 60%;
    left: 20%;
  }
}
#blockSkip a:focus {
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ----------------------------------------------------------------------------
　header
---------------------------------------------------------------------------- */
header .sp_menu_open {
  font-size: 0rem;
  width: 50px;
  aspect-ratio: 1/1;
  position: fixed;
  top: 1rem;
  right: 1rem;
  background-color: #eee;
  border-radius: 100%;
  z-index: 11;
  -webkit-transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .sp_menu_open:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
header .sp_menu_open span {
  display: block;
}
header .sp_menu_open span::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header .sp_menu_open span::after {
  content: "";
  position: absolute;
  top: 47%;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
header .sp_menu_open:after {
  content: "";
  position: absolute;
  top: 70%;
  left: 20%;
  width: 60%;
  height: 2px;
  background-color: #000;
}
header .sp_menu_open.active span::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 45%;
}
header .sp_menu_open.active span::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 45%;
}
header .sp_menu_open.active:after {
  display: none;
}

/* ----------------------------------------------------------------------------
　sp_menu
---------------------------------------------------------------------------- */
@media screen and (min-width: 744px) {
  html {
    overflow: visible !important;
  }
}

#sp_menu {
  font-size: 1.6rem;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0rem;
  left: 0rem;
  z-index: 10;
  display: none;
}
#sp_menu:after {
  display: none;
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  height: 100lvh;
  -webkit-transform: translate3d(0, 0, -1px);
          transform: translate3d(0, 0, -1px);
  background-color: #000;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  opacity: 0;
  z-index: 1;
}
#sp_menu.active {
  display: block;
}
#sp_menu.active:after {
  display: block;
  -webkit-animation: spMenuAfterAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
          animation: spMenuAfterAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s forwards;
}
#sp_menu.active .scroll {
  -webkit-animation: spMenuscrollAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
          animation: spMenuscrollAnime 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
}
#sp_menu .scroll {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  opacity: 0;
  border: 2px solid #ff0000;
  height: 100%;
  overflow-y: auto;
}
#sp_menu .scroll::-webkit-scrollbar {
  width: 4px;
}
#sp_menu .scroll::-webkit-scrollbar-thumb {
  background-color: #fff;
}
#sp_menu nav {
  margin-bottom: 1.8rem;
}
#sp_menu nav > ul > li {
  border-top: 1px solid #2C75C9;
  border-bottom: 1px solid #2C75C9;
  margin-top: -1px;
}
#sp_menu nav > ul > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  display: block;
  padding: 1rem;
}

@-webkit-keyframes spMenuAfterAnime {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes spMenuAfterAnime {
  0% {
    opacity: 0;
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  }
  100% {
    opacity: 1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes spMenuscrollAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes spMenuscrollAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
/* ============================================================================

　_footer

=============================================================================== */
footer {
  padding: 4rem 0;
}
footer .pagetop {
  cursor: pointer;
  border: none;
  padding: 0 0 0 0;
  background: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
  position: fixed;
  right: 6rem;
  bottom: 0rem;
  z-index: 90;
  width: 65px;
  pointer-events: none;
}
@media screen and (max-width: 743px) {
  footer .pagetop {
    width: 50px;
    right: 2rem;
  }
}
footer .pagetop span {
  display: block;
  -webkit-transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
footer .pagetop.active {
  pointer-events: auto;
}
footer .pagetop.active span {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
footer .pagetop img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
footer .pagetop:hover img {
  -webkit-transform: translateY(0px) scale(0.8);
          transform: translateY(0px) scale(0.8);
}
footer .logo {
  width: 300px;
  margin: 0 auto;
}
footer .logo img {
  width: 100%;
}

/* ============================================================================

　_page_top

=============================================================================== */
.page_top {
  margin-top: 50px;
  padding-top: 16.5rem;
  padding-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  .page_top {
    padding-top: 26rem;
    padding-bottom: 9rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top {
    margin-top: 33px;
    padding-top: 20rem;
    padding-bottom: 3rem;
  }
}
  /* ----------------------------------------------------------------------------
  　mv_illust
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　mv
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　intro
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　coming_soon
  ---------------------------------------------------------------------------- */
  /* ----------------------------------------------------------------------------
  　guide
  ---------------------------------------------------------------------------- */
  /*
  .mv_illust{
  	border: 1px solid #000;
  }
  section.mv{
  	.cat_block{
  		border: 1px solid #ff0000;

  		.cat{
  			border: 1px solid #ff0000;
  		}
  	}

  	.heading{
  		border: 1px solid #ff0000;
  	}
  }

  section.intro{
  	.inner{
  		border: 1px solid #ff0000;
  	}
  }

  section.coming_soon{
  	border: 1px solid #ff0000;
  }

  [class^="sp_illust_group"]{
  	@include mq(sd){
  		border: 1px solid #ff0000;
  	}
  }
  */
.page_top::before {
  content: "";
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 400px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00AFFF), color-stop(63%, #fff));
  background: linear-gradient(to bottom, #00AFFF 0%, #fff 63%);
  z-index: -1;
}
.page_top .mv_illust {
  width: 980px;
  aspect-ratio: 1/0.4;
  position: absolute;
  top: 0rem;
  left: calc((100% - 980px) / 2);
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust {
    width: 840px;
    aspect-ratio: 1/0.505;
    left: calc((100% - 840px) / 2);
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust {
    width: 440px;
    left: calc((100% - 440px) / 2);
    aspect-ratio: 1/0.64;
    top: 1.5rem;
  }
}
.page_top .mv_illust .illust {
  position: absolute;
  opacity: 0;
}
.page_top .mv_illust .illust.active {
  -webkit-animation: mvIllustAnime 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s forwards;
          animation: mvIllustAnime 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s forwards;
}
@-webkit-keyframes mvIllustAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(150px);
            transform: scale(0) translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
@keyframes mvIllustAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translateY(150px);
            transform: scale(0) translateY(150px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
.page_top .mv_illust ._illust01 {
  width: 113px;
  top: 20.8%;
  left: 1.5%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust01 {
    top: 19.5%;
    left: 3.5%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust01 {
    width: 79px;
    top: 27%;
    left: 8%;
  }
}
.page_top .mv_illust ._illust02 {
  width: 101px;
  top: 8%;
  left: 24.5%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust02 {
    top: 7%;
    left: 23%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust02 {
    width: 70px;
    top: 0%;
    left: 26.5%;
  }
}
.page_top .mv_illust ._illust03 {
  width: 101px;
  top: 25.5%;
  left: 45%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust03 {
    top: 23.5%;
    left: 44%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust03 {
    width: 71px;
    top: 32%;
    left: 43%;
  }
}
.page_top .mv_illust ._illust04 {
  width: 110px;
  top: 15.5%;
  left: 63.7%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust04 {
    top: 14.3%;
    left: 66.2%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust04 {
    width: 77px;
    top: 9%;
    left: 61%;
  }
}
@media screen and (max-width: 375px) {
  .page_top .mv_illust ._illust04 {
    width: 110px;
    top: 8%;
    left: 56%;
  }
}
.page_top .mv_illust ._illust05 {
  width: 75px;
  top: 18%;
  left: 88.3%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust05 {
    top: 17%;
    left: 87.2%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust05 {
    width: 52px;
    top: 22%;
    left: 81%;
  }
}
.page_top .mv_illust ._illust06 {
  width: 83px;
  top: 57.7%;
  left: 6.7%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust06 {
    top: 53%;
    left: 11.5%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust06 {
    width: 57px;
    top: 54.5%;
    left: 16%;
  }
}
.page_top .mv_illust ._illust07 {
  width: 63px;
  top: 56%;
  left: 85.7%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust07 {
    top: 52%;
    left: 80.7%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust07 {
    width: 44px;
    top: 51%;
    left: 75%;
  }
}
.page_top .mv_illust ._illust08 {
  width: 96px;
  top: 87%;
  left: -5%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust08 {
    top: 81%;
    left: 0%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust08 {
    width: 67px;
    top: 78%;
    left: 0%;
  }
}
.page_top .mv_illust ._illust09 {
  width: 85px;
  top: 85.5%;
  left: 97.1%;
}
@media screen and (max-width: 979px) {
  .page_top .mv_illust ._illust09 {
    top: 79.4%;
    left: 90.1%;
  }
}
@media screen and (max-width: 743px) {
  .page_top .mv_illust ._illust09 {
    width: 57px;
    top: 79%;
    left: 87%;
  }
}
.page_top section.mv {
  margin-bottom: 6.5rem;
}
.page_top section.mv .cat_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 662px;
  margin: 0 auto 2.5rem;
  aspect-ratio: 1/0.45;
}
@media screen and (max-width: 979px) {
  .page_top section.mv .cat_block {
    width: 500px;
    aspect-ratio: 1/0.595;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.mv .cat_block {
    width: 360px;
    aspect-ratio: 1/0.675;
  }
}
.page_top section.mv .cat_block .cat {
  position: absolute;
  aspect-ratio: 1/1.15;
  opacity: 0;
}
.page_top section.mv .cat_block .cat.active {
  -webkit-animation: catShowAnime 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s forwards;
          animation: catShowAnime 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s forwards;
}
@-webkit-keyframes catShowAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes catShowAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.page_top section.mv .cat_block .cat span {
  opacity: 0;
}
.page_top section.mv .cat_block .cat span.active {
  opacity: 1;
}
.page_top section.mv .cat_block .cat span img {
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.page_top section.mv .cat_block ._cat01 {
  width: 180px;
  top: 6rem;
  left: 0rem;
}
@media screen and (max-width: 979px) {
  .page_top section.mv .cat_block ._cat01 {
    top: 4.2rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.mv .cat_block ._cat01 {
    top: 3.5rem;
    width: 148px;
  }
}
.page_top section.mv .cat_block ._cat02 {
  width: 258px;
  top: 0rem;
  left: calc((100% - 258px) / 2);
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .page_top section.mv .cat_block ._cat02 {
    width: 212px;
    left: calc((100% - 212px) / 2);
  }
}
.page_top section.mv .cat_block ._cat03 {
  width: 180px;
  top: 6rem;
  right: 0rem;
}
@media screen and (max-width: 979px) {
  .page_top section.mv .cat_block ._cat03 {
    top: 4.2rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.mv .cat_block ._cat03 {
    top: 3.5rem;
    width: 148px;
  }
}
.page_top section.mv .heading {
  width: 806px;
  margin: 0 auto 2.5rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  .page_top section.mv .heading {
    width: 666px;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.mv .heading {
    width: 335px;
    margin-bottom: 6rem;
  }
}
.page_top section.mv .heading .pop {
  width: 130px;
  position: absolute;
  top: -11.4rem;
  right: -4.4rem;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.page_top section.mv .heading .pop.active {
  -webkit-animation: popAnime 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s forwards;
          animation: popAnime 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s forwards;
}
@-webkit-keyframes popAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes popAnime {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  40% {
    opacity: 1;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 979px) {
  .page_top section.mv .heading .pop {
    width: 110px;
    top: -10.4rem;
    right: 0rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.mv .heading .pop {
    position: static;
    margin: 0 auto;
  }
}
.page_top section.mv .heading .pop span {
  display: block;
  -webkit-transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.page_top section.mv .heading .pop:hover span {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.page_top section.mv .heading .pop img {
  -webkit-animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
@-webkit-keyframes popYuraAnime {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes popYuraAnime {
  0% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
.page_top section.mv .heading h1 {
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .page_top section.mv .heading h1 {
    margin-bottom: 7.5rem;
  }
}
.page_top section.mv > .txt {
  text-align: center;
}
.page_top section.mv > .txt p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 250%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .page_top section.mv > .txt p:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page_top section.intro {
  background-color: #FFF9E2;
  padding: 7.5rem 0 9rem;
  /* margin-bottom: 5rem; */
}
/* @media screen and (max-width: 979px) {
  .page_top section.intro {
    margin-bottom: 6.8rem;
  }
} */
@media screen and (max-width: 743px) {
  .page_top section.intro {
    padding: 5rem 0 4.7rem;
  }
}
.page_top section.intro .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 980px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .inner {
    width: 800px;
    margin: 0 0 0 0;
    left: calc((100% - 800px) / 2);
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .inner {
    width: 100%;
    left: 0rem;
  }
}
.page_top section.intro h2 {
  width: 680px;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 979px) {
  .page_top section.intro h2 {
    width: 587px;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro h2 {
    width: 330px;
    margin-bottom: 4.5rem;
  }
}
.page_top section.intro .txt p {
  font-size: 2rem;
  line-height: 250%;
  letter-spacing: 0.02em;
  text-align: center;
}
.page_top section.intro .txt p:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 743px) {
  .page_top section.intro .txt p {
    text-align: left;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .txt {
    margin: 0 40px 3rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .sp_illust_group01 {
    width: 267px;
    position: relative;
    aspect-ratio: 1/0.37;
    margin: 0 auto 0.5rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .sp_illust_group02 {
    width: 195px;
    position: relative;
    aspect-ratio: 1/0.6;
    margin: 0 auto 3rem;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .sp_illust_group03 {
    width: 242px;
    position: relative;
    aspect-ratio: 1/1;
    margin: 0 auto;
  }
}
.page_top section.intro .illust {
  position: absolute;
}
.page_top section.intro .illust._illust01 {
  top: 14.4%;
  left: -2.5%;
  width: 134px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust01 {
    top: 12%;
    left: 0%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust01 {
    top: 0%;
    left: 0%;
    width: 93px;
  }
}
.page_top section.intro .illust._illust02 {
  top: 32.5%;
  left: 11%;
  width: 100px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust02 {
    top: 37%;
    left: 11%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust02 {
    top: 3%;
    left: initial;
    right: 0%;
    width: 76px;
  }
}
.page_top section.intro .illust._illust03 {
  top: 59%;
  left: 2.6%;
  width: 100px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust03 {
    top: 64%;
    left: 4%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust03 {
    top: 0%;
    width: 72px;
  }
}
.page_top section.intro .illust._illust04 {
  top: 92%;
  left: 11%;
  width: 87px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust04 {
    left: 12%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust04 {
    left: initial;
    top: initial;
    right: 0%;
    bottom: 0%;
    width: 60px;
  }
}
.page_top section.intro .illust._illust05 {
  top: 15%;
  right: 3.5%;
  width: 37px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust05 {
    top: 13%;
    right: 8%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust05 {
    right: initial;
    top: 0%;
    left: 20%;
    width: 26px;
  }
}
.page_top section.intro .illust._illust06 {
  top: 33.5%;
  right: 7%;
  width: 65px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust06 {
    top: 33%;
    right: 12%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust06 {
    right: 0%;
    top: 10%;
    width: 45px;
  }
}
.page_top section.intro .illust._illust07 {
  top: 41%;
  right: -2.7%;
  width: 57px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust07 {
    top: 45%;
    right: 0%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust07 {
    right: initial;
    left: 0%;
    top: 40%;
    width: 40px;
  }
}
.page_top section.intro .illust._illust08 {
  top: 53.9%;
  right: 9%;
  width: 107px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust08 {
    top: 59%;
    right: 12%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust08 {
    right: initial;
    left: 42%;
    top: 32%;
    width: 77px;
  }
}
.page_top section.intro .illust._illust09 {
  top: 91%;
  right: -2%;
  width: 135px;
}
@media screen and (max-width: 979px) {
  .page_top section.intro .illust._illust09 {
    top: 95%;
    right: 3%;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.intro .illust._illust09 {
    right: initial;
    top: initial;
    bottom: 0%;
    left: 40%;
    width: 94px;
  }
}
.page_top section.coming_soon {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 1060px) {
  .page_top section.coming_soon {
    width: 95%;
  }
}
.page_top section.coming_soon .heading {
  margin-bottom: 3rem;
}
@media screen and (max-width: 743px) {
  .page_top section.coming_soon .heading {
    margin-bottom: 2rem;
  }
}
.page_top section.coming_soon .heading .illust {
  width: 60px;
  margin: 0 auto 2.2rem;
  -webkit-animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
.page_top section.coming_soon .heading h2 {
  width: 356px;
  margin: 0 auto;
}
@media screen and (max-width: 979px) {
  .page_top section.coming_soon .heading h2 {
    width: 300px;
  }
}
.page_top section.coming_soon .txt {
  font-size: 2rem;
  line-height: 180%;
  letter-spacing: 0.02em;
  text-align: center;
}

/* ----------------------------------------------------------------------------
　pc-hide
---------------------------------------------------------------------------- */
@media print and (min-width: 744px), screen and (min-width: 744px) {
  .pc-hide {
      display: none !important;
  }
}

/* ----------------------------------------------------------------------------
　sp-hide
---------------------------------------------------------------------------- */
@media print and (max-width: 743px), screen and (max-width: 743px) {
  .sp-hide {
      display: none !important;
  }
}
/* ----------------------------------------------------------------------------
　Jost
---------------------------------------------------------------------------- */
.font-jost {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* ----------------------------------------------------------------------------
　page-header
---------------------------------------------------------------------------- */
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  background-color: #fff;
  color: #4D4D4D;
  z-index: 100;
}
@media screen and (max-width: 743px) {
  .page-header {
    height: 33px;
  }
}

/* nav */
.page-header nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 900;
  color: #4D4D4D;
  padding-inline: 2.3rem;
}
.page-header nav a:last-child {
  padding-right: 0;
}
.page-header nav a:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 50%;
  width: 7px;
  height: 7px;
  background: url("../../assets/img/header_nav_separator.svg") no-repeat center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 743px) {
  .page-header nav {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 743px) {
  .page-header nav a,
  .page-header nav a:last-child {
    font-size: 1.2rem;
    padding-inline: 1.8rem;
  }
  .page-header nav a:not(:first-of-type)::before {
    left: -.4rem;
  }
}

/* ----------------------------------------------------------------------------
　page-header_inner
---------------------------------------------------------------------------- */
.page-header_inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  height: 100%;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 2rem 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 743px) {
  .page-header_inner {
    width: 100%;
    padding-inline: 1.5rem;
  }
}

/* ----------------------------------------------------------------------------
　page-header_logo
---------------------------------------------------------------------------- */
.page-header_logo {
  width: 200px;
}
.page-header_logo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 743px) {
  .page-header_logo {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
　top_report
---------------------------------------------------------------------------- */
.page_top section.top_report {
  padding-top: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 743px) {
  .page_top section.top_report {
    padding-top: 4.5rem;
  }
}
.page_top section.top_report .inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: min(100%, 1180px);
  margin-inline: auto;
  padding-inline: 20px;
  position: relative;
}
@media screen and (max-width: 743px) {
  .page_top section.top_report .inner {
    width: 100%;
    left: 0rem;
    padding-inline: 15px;
  }
}

/* top_report h2 */
.page_top section.top_report h2 {
  width: 184px;
  margin: 0 auto 3.5rem;
}
@media screen and (max-width: 743px) {
  .page_top section.top_report h2 {
    width: 130px;
    margin-bottom: 2.5rem;
  }
}

/* top_report p */
.page_top section.top_report .txt p {
  font-size: 2rem;
  line-height: 250%;
  letter-spacing: 0.02em;
  text-align: center;
}
.page_top section.top_report .txt p:not(:last-child) {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 743px) {
  .page_top section.top_report .txt p {
    text-align: left;
  }
}
@media screen and (max-width: 743px) {
  .page_top section.top_report .txt {
    margin: 0 40px 3rem;
  }
}

/* ----------------------------------------------------------------------------
　top_report_contents
---------------------------------------------------------------------------- */
.top_report_contents {
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 30px;
  background: #EDFAFF;
  padding: 92px 70px 65px;
}
@media screen and (max-width: 979px) {
  .top_report_contents {
    max-width: 740px;
    padding-inline: 4rem;
  }
}
@media screen and (max-width: 743px) {
  .top_report_contents {
    max-width: min(500px, 100%);
    padding: 52px 2rem 25px;
    border-radius: 15px;
  }
}

/* ----------------------------------------------------------------------------
　top_report_main
---------------------------------------------------------------------------- */
.top_report_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 33px;
  align-items: start;
}
.top_report_main .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 979px) {
  .top_report_main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 743px) {
  .top_report_main {
    display: flex;
    flex-wrap: wrap;
  }
}

/* ----------------------------------------------------------------------------
　top_report_main card
---------------------------------------------------------------------------- */
.top_report_main .card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  position: relative;
  padding-block: 26px 35px;
  padding-inline: 20px;
  background: #FFF;
  box-shadow: 4px 6px 4px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition: transform 0.3s, opacity 0.3s;
  -moz-transition: transform 0.3s, opacity 0.3s;
  will-change: transform, opacity;

  /* Safari・Firefox バグ対策 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top_report_main .card.red {
  transform: rotate(-2deg);
}
.top_report_main .card.yellow {
  transform: rotate(1deg);
}
.top_report_main .card.pink {
  transform: rotate(3deg);
}
.top_report_main .card a {
  text-decoration: none !important;
}
.top_report_main .card:nth-child(n+4) {
  margin-top: 80px;
}
@media (hover: hover) and (pointer: fine) {
  .top_report_main .card:hover {
    opacity: .8;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transition: transform 0.3s, opacity 0.3s;
	  -moz-transition: transform 0.3s, opacity 0.3s;
  }
}
@media screen and (max-width: 979px) {
  .top_report_main .card:nth-child(n+3) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 743px) {
  .top_report_main .card {
    margin-inline: auto;
    max-width: 440px;
    padding-inline: 1.7rem;
  }
  .top_report_main .card.yellow {
    transform: rotate(2deg);
  }
  .top_report_main .card.pink {
    transform: rotate(-2deg);
  }
  .top_report_main .card:nth-child(n+7) {
    display: none;
  }
  .top_report_main .card + .card {
    margin-top: 6.2rem;
  }
}
.top_report_main .card h3 {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 1行で省略 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25em;
  letter-spacing: 0.48px;
  color: #4D4D4D;

  /* Safari・Firefoxバグ対策 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media screen and (max-width: 743px) {
  .top_report_main .card h3 {
    margin-top: 15px;
  }
}

/* tape */
.top_report_main .card .tape {
  position: absolute;
  bottom: calc(100% - 2px);
  left: 50%;
  transform: translateX(-50%) rotate(-1deg) translateZ(0);
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  z-index: 10;
  color: white;

  /* Safariバグ回避 */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.top_report_main .card.red .tape {
  background: #EE001E;
  transform: translate(-53%, 36%) rotate(-1deg);
}
.top_report_main .card.yellow .tape {
  background: #F8B62D;
  transform: translate(-53%, 36%) rotate(1deg);
}
.top_report_main .card.pink .tape {
  background: #E75197;
  transform: translate(-53%, 36%) rotate(-3deg);
}
@media screen and (max-width: 743px) {
  .top_report_main .card .tape {
    width: max(150px, calc(150 / 310 * 100%));
    height: max(30px, calc(30 / 250* 100%));
    line-height: 1;
  }
  .top_report_main .card.yellow .tape {
    transform: translate(-53%, 36%) rotate(-1deg);
  }
  .top_report_main .card.pink .tape {
    transform: translate(-53%, 36%) rotate(-1deg);
  }
}

/* card_img */
.top_report_main .card .card_img {
  width: 100%;
  aspect-ratio: 270 / 152;
  display: block;
  overflow: hidden;
  order: -1;
}
.top_report_main .card .card_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: rgba(255, 255, 255, .01);
  will-change: auto;
}


/* ----------------------------------------------------------------------------
　top_report_bottom
---------------------------------------------------------------------------- */
.top_report_bottom {
  margin-top: 8.5rem;
}
@media screen and (max-width: 743px) {
  .top_report_bottom {
    margin-top: 4.9rem;
  }
}

/* ----------------------------------------------------------------------------
　top_report_button
---------------------------------------------------------------------------- */
.top_report_button {
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #00B8EE;
  transition: opacity 0.3s;
}
.top_report_button img {
  width: 125px;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .top_report_button:hover {
    opacity: .8;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .top_report_button {
    height: 60px;
  }
  .top_report_button img {
    width: 105px;
  }
}


/* ============================================================================

　page_report

=============================================================================== */
.page_report {
  position: relative;
  margin-top: 5rem;
  padding-top: 15.5rem;
  padding-bottom: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 743px) {
  .page_report {
    margin-top: 3.3rem;
    padding: 0;
  }
}
.page_report::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, #00AFFF 0%, #fff 63%);
  z-index: -1;
}
@media screen and (max-width: 743px) {
  .page_report::before {
    height: max(400px, 10%);
  }
}

/* ----------------------------------------------------------------------------
　page_report mv
---------------------------------------------------------------------------- */
.page_report .mv {
  width: min(100%, 840px);
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 743px) {
  .page_report .mv {
    padding-top: calc(185 / 375 * 100%);
    position: relative;
    width: 100%;
    padding-inline: 15px;
  }
}
/* .img */
.page_report .mv .img {
  position: relative;
  margin-inline: auto;
  width: 100%;
  max-width: 800px;
}
.page_report .mv .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 30px;
}
@media screen and (max-width: 743px) {
  .page_report .mv .img img {
    border-radius: 15px;
  }
}
/* .img_num */
.page_report .mv .img_num{
  position: absolute;
  color: #253E64;
  font-size: 11rem;
  font-weight: 700;
  bottom: 100%;
  left: max(29px, calc(20 / 800 * 100%));
  transform: translateY(50%);
}
@media screen and (max-width: 743px) {
  .page_report .mv .img_num {
    left: max(13px, calc(13 / 345 * 100%));
    font-size: clamp(30px, 13.33vw, 11rem);
  }
}

/* mv ._illust-cat */
.page_report .mv ._illust-cat {
  position: absolute;
  width: 141px;
  right: calc(13 / 800 * 100%);
  bottom: calc(-80 / 605 * 100%);
}
@media screen and (max-width: 743px) {
  .page_report .mv ._illust-cat {
    width: calc(70 / 345 * 100%);
    right: calc(8 / 345 * 100%);
    bottom: calc(-32 / 185 * 100%);
  }
}

/* mv_illust */
.page_report .mv_illust {
  position: absolute;
  width: 800px;
  height: 605px;
  top: 0rem;
  left: calc((100% - 800px) / 2);
}
@media screen and (max-width: 743px) {
  .page_report .mv_illust {
    display: none;
  }
}
.page_report .mv_illust .illust {
  position: absolute;
}
.page_report .mv_illust ._illust01 {
  width: 102px;
  top: calc(10 / 605 * 100%);
  left: calc(-56 / 800 * 100%);
}
.page_report .mv_illust ._illust02 {
  width: 121px;
  top: calc(24 / 605 * 100%);
  left: calc(213 / 800 * 100%);
}
.page_report .mv_illust ._illust03 {
  width: 118px;
  top: calc(-2 / 605 * 100%);
  left: calc(497 / 800 * 100%);
}
.page_report .mv_illust ._illust04 {
  width: 102px;
  top: calc(34 / 605 * 100%);
  right: calc(-45 / 800 * 100%);
}
.page_report .mv_illust ._illust05 {
  width: 117px;
  top: calc(125 / 605 * 100%);
  left: calc(-200 / 800 * 100%);
}
.page_report .mv_illust ._illust06 {
  width: 107px;
  top: calc(263 / 605 * 100%);
  left: calc(-138 / 800 * 100%);
}
.page_report .mv_illust ._illust07 {
  width: 102px;
  top: calc(411 / 605 * 100%);
  left: calc(-208 / 800 * 100%);
}
.page_report .mv_illust ._illust08 {
  width: 94px;
  top: calc(123 / 605 * 100%);
  right:calc(-198 / 800 * 100%);
}
.page_report .mv_illust ._illust09 {
  width: 113px;
  top: calc(253 / 605 * 100%);
  right: calc(-142 / 800 * 100%);
}
.page_report .mv_illust ._illust010 {
  width: 118px;
  top: calc(401 / 605 * 100%);
  right: calc(-220 / 800 * 100%);
}
.page_report .mv_illust ._illust011 {
  width: 204px;
  top: calc(537 / 605 * 100%);
  left: calc(-222 / 800 * 100%);
}
.page_report .mv_illust ._illust012 {
  width: 203px;
  top: calc(540 / 605 * 100%);
  right: calc(-217 / 800 * 100%);
}
@media screen and (max-width: 979px) {
  .page_report .mv_illust ._illust01 {
    top: calc(10 / 605 * 100%);
    left: calc(56 / 800 * 100%);
  }
  .page_report .mv_illust ._illust02 {
    top: calc(24 / 605 * 100%);
    left: calc(213 / 800 * 100%);
  }
  .page_report .mv_illust ._illust03 {
    top: calc(-2 / 605 * 100%);
    left: calc(497 / 800 * 100%);
  }
  .page_report .mv_illust ._illust04 {
    top: calc(34 / 605 * 100%);
    right: calc(45 / 800 * 100%);
  }
}

/* mv_illust_sp */
.page_report .mv_illust_sp {
  display: none;
}
@media screen and (max-width: 743px) {
  .page_report .mv_illust_sp {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
}
@media screen and (max-width: 743px) {
  .page_report .mv_illust_sp .illust {
    position: absolute;
  }
  .page_report .mv_illust_sp ._illust01 {
    width: calc(59 / 345 * 100%);
    left: calc(67 / 345 * 100%);
    top: calc(6 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust02 {
    width: calc(61 / 345 * 100%);
    left: calc(147 / 345 * 100%);
    top: calc(21 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust03 {
    width: calc(61 / 345 * 100%);
    right: calc(56 / 345 * 100%);
    top: calc(4 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust04 {
    width: calc(57 / 345 * 100%);
    left: calc(18 / 345 * 100%);
    top: calc(58 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust05 {
    width: calc(47 / 345 * 100%);
    right: calc(18 / 345 * 100%);
    top: calc(65 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust06 {
    width: calc(83 / 345 * 100%);
    right: calc(81 / 345 * 100%);
    top: calc(75 / 511 * 100%);
  }
  .page_report .mv_illust_sp ._illust07 {
    width: calc(83 / 345 * 100%);
    left: calc(95 / 345 * 100%);
    top: calc(76 / 511 * 100%);
  }
}

/* ----------------------------------------------------------------------------
　page_report_title
---------------------------------------------------------------------------- */
.page_report_title {
  margin-top: 6.6rem;
  display: grid;
  grid-template-areas:
    "main info"
    "sub  info";
  grid-template-columns: 1fr auto;
  row-gap: .5rem;
  align-items: center;
}
@media screen and (max-width: 979px) {
  .page_report_title {
    margin-top: 4.2rem;
    grid-template-areas:
      "main main"
      "sub  info";
    grid-template-columns: auto 1fr;
    row-gap: 15px;
  }
}

/* title_main */
.page_report_title .title_main {
  grid-area: main;
  color: #253E64;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 1.08px;
  line-height: normal;
}
@media screen and (max-width: 743px) {
  .page_report_title .title_main {
    font-size: 24px;
    letter-spacing: -0.0009em;
  }
}

/* title_sub */
.page_report_title .title_sub {
  grid-area: sub;
  color: #253E64;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 979px) {
  .page_report_title .title_sub {
    padding-right: max(10px, 2.4rem);
  }
}
@media screen and (max-width: 743px) {
  .page_report_title .title_sub {
    width: fit-content;
    font-size: 1.4rem;
  }
}

/* title_info */
.page_report_title .title_info {
  grid-area: info;
  width: 219px;
  height: 100%;
  color: #253E64;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-left: 1px solid #253E64;
}
@media screen and (max-width: 743px) {
  .page_report_title .title_info {
    width: fit-content;
    font-size: 1.2rem;
    padding-left: max(10px, 1.2rem);
    justify-content: flex-start;
  }
}
.page_report_title .title_info .info_img {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 743px) {
  .page_report_title .title_info .info_img {
    width: 30px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.page_report_title .title_info .info_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* ----------------------------------------------------------------------------
　report
---------------------------------------------------------------------------- */
.report {
  margin-top: 67px;
}
@media screen and (max-width: 743px) {
  .report {
    margin-top: 40px;
  }
}

.report .inner {
  position: relative;
  width: min(100%, 840px);
  margin-inline: auto;
  padding-inline: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 743px) {
  .report .inner {
    width: 100%;
    padding-inline: 15px;
  }
}

/* report_contents  */
.report_contents {
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px;
  background: #FFF9E2;
  padding-inline: 6rem;
  padding-block: 6rem 7rem;
}
@media screen and (max-width: 743px) {
.report_contents {
    padding: 20px 1.5rem 25px;
    border-radius: 15px;
  }
}

/* report_item */
.report .report_item {
  margin-top: 10rem;
}
@media screen and (max-width: 743px) {
  .report .report_item {
    margin-top: 6rem;
  }
}

/* report_img */
.report .report_img {
  margin-top: 5rem;
  width: 100%;
  max-width: 680px;
  aspect-ratio: 680 / 510;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.report .report_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .report .report_img {
    margin-top: 3rem;
    max-width: 100%;
    aspect-ratio: 315 / 236;
  }
}

.report .report_img_caption {
  margin-top: .5rem;
  margin-left: auto;
  display: block;
  width: fit-content;
  color: #4D4D4D;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .report .report_img_caption {
    font-size: .9rem;
    letter-spacing: -0.03em;
  }
}

/* report_title */
.report .report_title {
  position: relative;
  font-size: 2.4rem;
  color: #4D4D4D;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.72px;
  padding-bottom: 1.5rem
}
@media screen and (max-width: 743px) {
.report .report_title {
    font-size: 1.8rem;
    line-height: 32px;
    letter-spacing: 0.54px;
    padding-bottom: 1rem
  }
}
.report .report_title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: .1rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4D4D4D;
}

/* report_txt_top */
.report .report_txt_top{
  color: #4D4D4D;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  font-feature-settings: "kern" 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 743px) {
  .report .report_txt_top{
    font-size: 1.4rem;
    line-height: 28px;
  }
}

/* report_txt */
.report .report_txt{
  margin-top: 3rem;
  color: #4D4D4D;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (max-width: 743px) {
  .report .report_txt{
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 28px;
    letter-spacing: 0.02em;
  }
}
.report .report_txt2{
  margin-top: 5rem;
}
@media screen and (max-width: 743px) {
  .report .report_txt2{
    margin-top: 3rem;
  }
}
.report .report_txt p + p{
  margin-top: 3rem;
}
@media screen and (max-width: 743px) {
  .report .report_txt p + p{
    margin-top: 3rem;
  }
}

/* report_bottom */
.report .report_bottom {
  margin-top: 10rem;
}
@media screen and (max-width: 743px) {
  .report .report_bottom {
    margin-top: 4rem;
  }
}

/* report_bottom_info */
.report .report_bottom_info {
  background-color: #fff;
  border-radius: 30px;
  padding-inline: 1rem;
  padding-block: 3.5rem;
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info {
    border-radius: 15px;
    padding-block: 2rem 2.5rem;
  }
}
.report .report_bottom_info .title {
  position: relative;
  margin-inline: auto;
  width: fit-content;
  color: #253E64;
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.84px;
  padding-inline: 3rem;
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info .title {
    font-size: 1.8rem;
    line-height: 30px;
    letter-spacing: 1.44px;
    padding-inline: 2.8rem;
  }
}
.report .report_bottom_info .title::before,
.report .report_bottom_info .title::after {
  content: "";
  display: block;
  position: absolute;
  height: 3.5rem;
  width: .1rem;
  background-color: #253E64;
}
.report .report_bottom_info .title::before {
  left: 0;
  bottom: -2px;
  transform: rotate(-33deg);
}
.report .report_bottom_info .title::after {
  right: 0;
  bottom: -2px;
  transform: rotate(33deg);
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info .title::before,
  .report .report_bottom_info .title::after {
    height: 3rem;
    width: .1rem;
  }
}

/* location */
.report .report_bottom_info .location {
  margin-top: 1.5rem;
  color: #253E64;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 32px;
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info .location {
    font-size: 1.6rem;
    line-height: normal;
  }
}
.report .report_bottom_info .location .text_light {
  font-weight: 500;
  line-height: 1;
}

/* info_detail */
.report .report_bottom_info .info_detail {
  margin-top: 1rem;
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  color: #253E64;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info .info_detail {
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.report .report_bottom_info .info_detail .link {
  margin-inline: auto;
  width: fit-content;
  text-align: center;
  color: #253E64;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 743px) {
  .report .report_bottom_info .info_detail .link {
    font-size: 1.2rem;
    line-height: 20px;
  }
}

/* ----------------------------------------------------------------------------
　page_back
---------------------------------------------------------------------------- */
.page_back {
  margin-top: 8.5rem;
}
@media screen and (max-width: 1060px) {
  .page_back {
    margin-top: 5.5rem;
  }
}
.page_back .content {
  position: relative;
  margin-inline: auto;
  display: block;
  width: 200px;
  height: 200px;
  background-color: #00AFFF;
  border-radius: 999px;
}
@media (hover: hover) and (pointer: fine) {
  .page_back .content:hover {
    opacity: .8;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .page_back .content {
    margin-bottom: 2rem;
    width: 150px;
    height: 150px;
  }
}

/* illust */
.page_back .content .illust {
  position: relative;
  top: -2.6rem;
  width: 70px;
  margin: 0 auto 2.2rem;
  -webkit-animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
          animation: popYuraAnime 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s infinite;
}
@media screen and (max-width: 743px) {
  .page_back .content .illust {
    top: -2rem;
    width: 53px;
  }
}

/* txt */
.page_back .content .txt {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 156px;
  margin: 0 auto;
}
@media screen and (max-width: 743px) {
  .page_back .content .txt {
    top: 55%;
    width: 108px;
  }
}

