@charset "UTF-8";
/* variables */
/* /variables */
/* mixins */
/* /mixins */
/* media-query */
/* /media-query */
/* common */
* {
  box-sizing: border-box;
}

ul, dl, ol, figure {
  margin: 0;
  padding: 0;
}

main, img, picture {
  display: block;
}

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

.mrg_b025em {
  margin-bottom: 0.25em !important;
}

.mrg_b05em {
  margin-bottom: 0.5em !important;
}

.mrg_b075em {
  margin-bottom: 0.75em !important;
}

.mrg_b1em {
  margin-bottom: 1em !important;
}

.mrg_b125em {
  margin-bottom: 1.25em !important;
}

.mrg_b15em {
  margin-bottom: 1.5em !important;
}

.mrg_b175em {
  margin-bottom: 1.75em !important;
}

.mrg_b2em {
  margin-bottom: 2em !important;
}

.mrg_b25em {
  margin-bottom: 2.5em !important;
}

.mrg_b3em {
  margin-bottom: 3em !important;
}

.mrg_b35em {
  margin-bottom: 3.5em !important;
}

.mrg_b4em {
  margin-bottom: 4em !important;
}

.mrg_b45em {
  margin-bottom: 4.5em !important;
}

.mrg_b5em {
  margin-bottom: 5em !important;
}

.mrg_t0 {
  margin-top: 0em !important;
}

.txa_left {
  text-align: left !important;
}

.txa_center {
  text-align: center !important;
}

.txa_right {
  text-align: right !important;
}

.txt_deco_u {
  text-decoration: underline !important;
}

.fw_bold {
  font-weight: 500;
}

.fs_08em {
  font-size: 0.8em;
}

.notice {
  margin-top: 0.5em;
  padding-left: 0;
}
.notice li {
  margin-bottom: 0.25em;
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  list-style-type: none;
  line-height: 1.5;
  font-size: 0.8em;
}
.notice li:before {
  content: "※";
}

@media screen and (min-width: 768px) {
  .md-min-disabled {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .md-max-disabled {
    display: none;
  }
}
@media screen and (orientation: landscape) {
  .landscape-disabled {
    display: none;
  }
}
@media screen and (orientation: portrait) {
  .portrait-disabled {
    display: none;
  }
}
.top-offset {
  margin-top: -22vh;
  padding-top: 22vh;
}

.heading {
  margin: 0 auto 2em;
  text-align: center;
  line-height: 1;
  font-size: 2.5em;
  font-weight: 500;
}

.wrapper__body {
  max-width: 1800px;
  margin: 0 auto;
  overflow: hidden;
}

.wrapper__common {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

.wrapper__common-body {
  width: 100%;
}

@media screen and (orientation: landscape) {
  .top-offset {
    margin-top: 0;
    padding-top: 0;
  }
  .wrapper__common-body {
    width: 57%;
  }
}
@media screen and (max-height: 430px) and (orientation: landscape) {
  .wrapper__common-body {
    margin: 0 2em;
    padding: env(safe-area-inset-top, 20px) env(safe-area-inset-right, 1em) env(safe-area-inset-bottom, 0.5vh) env(safe-area-inset-left, 1.4rem);
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .wrapper__common-body {
    width: 64%;
    padding: 0 40px 0 0;
  }
}
@media screen and (orientation: landscape) {
  .polygon-a {
    -webkit-clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
            clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
  }
  .polygon-b {
    -webkit-clip-path: polygon(0 0, 100% 90%, 100% 100%, 0 90%);
            clip-path: polygon(0 0, 100% 90%, 100% 100%, 0 90%);
  }
}
.text-paragraph {
  margin: 0 0 1em;
}
.text-paragraph:last-child {
  margin-bottom: 0;
}

/* /common */
html {
  margin: 0;
  padding: 0;
}

body {
  background-color: #F5F5EC;
  margin: 0;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.75;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
}
.header input[type=checkbox] {
  display: none;
}
.header .header__drawer {
  padding-right: env(safe-area-inset-right, 1em);
}
.header .header__drawer--open {
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 7px;
  left: calc(100vw - 60px);
  z-index: 1000;
  cursor: pointer;
}
.header .header__drawer--open span {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  background: #000000;
  mix-blend-mode: difference;
  transition: 0.5s;
  position: absolute;
  overflow: hidden;
}
.header .header__drawer--open span:nth-of-type(1) {
  top: calc(50% - 8px);
}
.header .header__drawer--open span:nth-of-type(2) {
  bottom: calc(50% - 8px);
}
@media screen and (max-width: 319px) {
  .header .header__drawer--open span {
    width: 24px;
  }
  .header .header__drawer--open span:nth-of-type(2) {
    bottom: 8px;
  }
}
@media screen and (min-width: 992px) {
  .header .header__drawer--open {
    top: 10px;
    left: calc(100vw - 70px);
  }
}
.header #drawer-check:checked ~ .header__drawer--open span {
  top: 50%;
  transform: rotate(45deg);
}
.header #drawer-check:checked ~ .header__drawer--open span:nth-of-type(2) {
  top: 50%;
  transform: rotate(-45deg);
}
.header #drawer-close {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  background: #77C289;
  transition: 0.7s;
  transform: translateY(-100%);
}
.header #drawer-check:checked ~ #drawer-close {
  transform: translateY(0);
}
.header #drawer-check:checked ~ .header__menu-outer {
  top: 0;
  transform: translateY(0);
}
.header .header__menu-outer {
  width: 100vw;
  height: 100vh;
  height: 100svh;
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 900;
  transition: 0.7s;
  transform: translateY(-100%);
  display: flex;
  align-items: center;
}
.header .header__menu--inner {
  width: 100vw;
  position: relative;
  top: -28.5px;
  list-style: none;
}
.header .header__menu--item {
  width: 100%;
  margin: 0;
}
.header .header__menu-link {
  display: block;
  width: 100%;
  background: transparent;
  padding: 20px 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.top .top__body {
  width: 100vw;
}
.top .top__desc-outer {
  background-color: #F5F5EC;
  width: 100%;
  height: 42vh;
  margin: auto;
  padding: 90px 1.5em 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 92%);
}
.top .top__desc-outer.active {
  height: 41vh;
  padding: 70px 1.5em 60px;
  animation: moving 0.2s;
}
@keyframes moving {
  0% {
    padding: 90px 1.5em 70px;
  }
  100% {
    padding: 70px 1.5em 60px;
  }
}
.top .top__desc {
  width: 44%;
  padding: 0 2px;
  text-align: center;
}
.top .top__heading {
  margin: 0;
}
.top .top__title {
  margin-bottom: 0em;
}
.top .top__date {
  margin: 1.25em auto 0;
  line-height: 1.5;
  font-weight: 300;
}
.top .top__jk-outer {
  width: 50%;
}
.top .top__slider {
  width: 100vw;
  margin: 55svh auto 200px;
  margin-top: 55vh;
}
@media screen and (min-width: 768px) {
  .top .top__desc-outer {
    padding: 60px 3em 40px;
  }
  .top .top__date {
    margin: 1.75em auto 0;
    font-size: 2.3vw;
  }
  .top .top__slider {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .top .top__slider {
    padding: 0 1.5em;
  }
}
@media screen and (orientation: landscape) {
  .top .top__body {
    width: 100%;
    height: 100svh;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .top .top__desc-outer {
    background-color: transparent;
    width: 31.1%;
    height: auto;
    min-width: 240px;
    margin: auto;
    padding: 0 0 0 4%;
    padding-left: env(safe-area-inset-left, 1.4rem);
    box-sizing: content-box;
    top: auto;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .top .top__desc {
    width: 100%;
  }
  .top .top__date {
    margin: 1em auto;
    font-size: 0.8em;
    line-height: 1.75;
  }
  .top .top__jk-outer {
    width: 100%;
  }
  .top .top__jk {
    border: 2px solid #F5F5EC;
  }
  .top .top__slider {
    width: 57%;
    max-width: 1140px;
    margin: 0 0 0 auto;
    padding: 0;
  }
  .top .top__slider-outer {
    margin: auto;
  }
  .top .top__slider-img {
    display: inline;
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .top .top__desc-outer {
    width: 25%;
    max-width: 450px;
    padding: 0 0 0 6%;
  }
  .top .top__date {
    margin: 1.75em auto 2.75em;
    font-size: 1.47vw;
  }
  .top .top__slider {
    width: 64%;
  }
}
@media screen and (min-width: 1800px) and (orientation: landscape) {
  .top .top__date {
    font-size: 1.5em;
  }
}
@media screen and (min-height: 741px) and (orientation: portrait) {
  .top .top__desc-outer {
    height: 41svh;
  }
  .top .top__desc-outer.active {
    height: 36svh;
    padding: 70px 1.5em 65px;
    animation: moving 0.2s;
  }
  @keyframes moving {
    0% {
      padding: 90px 1.5em 70px;
    }
    100% {
      padding: 70px 1.5em 65px;
    }
  }
  .top .top__slider {
    margin: 50svh auto 200px;
  }
}
@media screen and (min-width: 768px) and (min-height: 1024px) and (orientation: portrait) {
  .top .top__desc-outer.active {
    height: 41svh;
    padding: 60px 3em 40px;
    animation: none;
  }
}
@media screen and (max-height: 430px) and (orientation: landscape) {
  .top .top__desc-outer {
    width: 24svw;
    min-width: 200px;
    padding: 0 0 0 7%;
  }
  .top .top__date {
    font-size: 0.75em;
  }
  .top .top__slider {
    width: 60%;
    padding-right: env(safe-area-inset-right, 1em);
  }
}
@media screen and (max-width: 320px) and (orientation: portrait) {
  .top .top__desc-outer {
    height: 45svh;
    padding: 60px 1.5em 40px;
    font-size: 0.9em;
  }
  .top .top__desc-outer.active {
    height: 44svh;
    padding: 53px 1.5em 27px;
    font-size: 0.9em;
  }
}

.content-music.content-music__offset {
  margin-top: -25vh;
  padding-top: 25vh;
}
.content-music .image__rocket-outer {
  position: relative;
}
.content-music .image__rocket {
  width: 120px;
  margin: 0 auto 0 0;
  position: absolute;
  top: 500px;
  left: -125px;
  z-index: 500;
}
.content-music .image__rocket.active {
  animation: rocket 2s ease-in 3s forwards;
  will-change: transform;
}
@keyframes rocket {
  0% {
    transform: translate(0, 0) scale(0.8);
  }
  100% {
    transform: translate(calc(200px + 100vw), -250px) scale(1.5);
  }
}
.content-music .content-music__inner {
  width: 100%;
  background-color: #E84844;
  margin: 100px 0;
  padding: 80px 1.5em;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  color: #FFFFFF;
  text-align: center;
}
.content-music .content-music__heading {
  font-size: 1.25em;
  font-weight: 500;
}
.content-music .content-music__list {
  margin-bottom: 2em;
  padding-left: 0;
  list-style-position: inside;
  list-style: none;
}
.content-music .content-music__item {
  margin-bottom: 0.75em;
  line-height: 1.75;
  counter-increment: music;
}
.content-music .content-music__item::before {
  content: counter(music, decimal-leading-zero);
  margin-right: 0.5em;
  font-size: 0.8em;
}
@media screen and (orientation: landscape) {
  .content-music.content-music__offset {
    margin-top: 0;
    padding-top: 0;
  }
  .content-music .image__rocket {
    top: 500px;
    left: -40vw;
    opacity: 0;
  }
  .content-music .image__rocket.active {
    animation: rocket 8s ease-in 0s forwards;
    will-change: transform opacity;
  }
  @keyframes rocket {
    0% {
      transform: translate(0, 0) scale(0.8);
      opacity: 0;
    }
    5% {
      opacity: 1;
    }
    100% {
      transform: translate(150vw, -350px) scale(1.5);
      opacity: 1;
    }
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .content-music .content-music__inner {
    padding: 150px 1.5em;
  }
}

.content-release .content-release__inner {
  width: 100%;
  margin: 100px 0;
  padding: 80px 1.5em;
}
.content-release .content-release__text {
  text-align: center;
}
.content-release .content_release-title {
  font-size: 1.5em;
  font-weight: 500;
}
.content-release .content_release-desc {
  font-weight: 400;
}
.content-release .content-release__detail-outer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-release .content-release__detail-item {
  width: 100%;
  padding: 70px 1.25em 100px;
  font-size: 0.9em;
}
.content-release .content-release__detail--bold {
  font-weight: 500;
}
.content-release .content__normal-edition {
  background-color: #F1D431;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 100%);
}
.content-release .content-release__item--type {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 3px double #000000;
  font-size: 1em;
}
.content-release .content-release__normal-benefit-shops {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.content-release .content-release__normal-benefit-shop-outer {
  margin-bottom: 1em;
}
.content-release .content-release__normal-benefit-shop {
  margin: 0 0 0.5em;
  list-style: none;
  text-align: left;
}
.content-release .content-release__normal-benefit-shop:last-child {
  margin-bottom: 0;
}
.content-release .content-release__link-shop {
  color: #E84844;
  line-height: 1.25;
  font-weight: 500;
}
.content-release .content-release__link-shop:hover, .content-release .content-release__link-shop:focus, .content-release .content-release__link-shop:active {
  color: #F5F5EC;
}
.content-release .content-release__link-shop-arrow {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #E84844;
  border-radius: 50% 50%;
  margin-left: 0.25em;
  text-decoration: none !important;
  position: relative;
  top: 2px;
}
.content-release .content-release__link-shop:hover > .content-release__link-shop-arrow {
  background-color: #70C6C9;
}
.content-release .content-release__link-shop-arrow-image {
  height: 10px;
  margin: auto;
  transform: rotate(-135deg);
  position: absolute;
  inset: 0;
}
.content-release .content__deluxe-edition {
  background-color: #70C6C9;
  margin-top: -4.5em;
  padding-top: 80px;
  -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
          clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
}
.content-release .content-release__deluxe-item-outer {
  counter-reset: deluxe-item;
  list-style: none;
  padding: 0;
  margin: 0 0 3em;
}
.content-release .content-release__deluxe-item {
  margin-bottom: 1em;
  padding-left: 2em;
  text-align: left;
  line-height: 1.5;
  position: relative;
}
.content-release .content-release__deluxe-item::before {
  content: counter(deluxe-item);
  counter-increment: deluxe-item;
  border: 1px solid #000000;
  border-radius: 50%;
  width: 1.25em;
  height: 1.25em;
  line-height: 1.17;
  text-align: center;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.content-release .content-release__reserve-term {
  background-color: #F28821;
  margin-bottom: 0.25em;
  font-size: 1.1em;
  font-weight: 400;
}
.content-release .content-release__note-reserve {
  margin: 0 auto 1em;
  font-size: 1em;
  text-align: left;
}
.content-release .content-release__deluxe-item-photo {
  width: 100%;
  margin-bottom: 2em;
}
.content-release .content-release__link {
  margin: 1em auto;
}
.content-release .content-release__button {
  display: block;
  width: 100%;
  background-color: #F1D431;
  border-radius: 100px;
  padding: 0.75em;
  color: #E84844;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
}
.content-release .content-release__button:hover, .content-release .content-release__button:focus {
  background-color: #E84844;
  color: #FFFFFF;
}
.content-release .image__ship-outer {
  width: 100vw;
  position: relative;
}
.content-release .image__ship-inner {
  position: absolute;
  top: -200px;
  right: -150px;
  list-style: none;
}
.content-release .image__ship-inner.active {
  animation: sailing 10s linear forwards;
  will-change: transform;
}
@keyframes sailing {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150vw, 0);
  }
}
.content-release .image__ship {
  width: 90px;
  position: relative;
  animation: 3s ease-in-out infinite;
  list-style: none;
}
.content-release .image__ship-frame {
  position: absolute;
  top: 0;
  left: 0;
}
.content-release .image__ship1 {
  animation: wave1 3s ease-in-out infinite;
  will-change: opacity;
}
@keyframes wave1 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-release .image__ship2 {
  animation: wave2 3s 1s ease-in-out infinite;
  will-change: opacity;
}
@keyframes wave2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-release .image__ship3 {
  animation: wave3 3s 2s ease-in-out infinite;
  will-change: opacity;
}
@keyframes wave3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-release .image__ship4 {
  top: -15px;
  animation: ship 6s ease-in-out infinite;
  will-change: transform;
}
@keyframes ship {
  0% {
    transform: rotate(-5deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}
@media screen and (orientation: landscape) {
  .content-release .image__ship-inner.active {
    animation: sailing 30s linear forwards;
  }
}
@media screen and (min-width: 992px) and (orientation: landscape) {
  .content-release .content_release-title {
    font-size: 1.75em;
  }
  .content-release .content_release-desc {
    font-size: 1.25em;
  }
  .content-release .content_release-desc:nth-child(4) {
    margin-bottom: 3em;
  }
  .content-release .content-release__detail-item {
    width: 50%;
    padding: 70px 1.5em;
  }
  .content-release .content__normal-edition {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .content-release .content__deluxe-edition {
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }
}
@media screen and (min-width: 1800px) and (orientation: landscape) {
  .content-release .content-release__text {
    padding: 0 10%;
  }
  .content-release .content-release__item--type {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 768px) and (min-height: 1024px) and (orientation: portrait) {
  .content-release .content-release__detail-item {
    width: 50%;
    padding: 70px 1.5em;
  }
  .content-release .content__normal-edition {
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
            clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
  }
  .content-release .content__deluxe-edition {
    margin-top: 0;
    -webkit-clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
            clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 95%);
  }
}

.content-video .content-video__inner {
  width: 100%;
  background-color: #77C289;
  margin: 100px 0;
  padding: 80px 1.5em;
  -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
          clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
  text-align: center;
}
.content-video .content-video__video {
  padding: 3em 0;
}
.content-video .image__light {
  width: 50px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -2em;
  left: 30px;
  list-style: none;
}
.content-video .image__light-frame {
  position: absolute;
  top: 0;
  left: 0;
}
.content-video .image__light--flash {
  animation: flash 5s linear infinite;
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  27% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  31% {
    opacity: 1;
  }
  98% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.content-video .content-video__heading {
  font-size: 2.25em;
}
.content-video .content-video__embed-outer {
  width: 100%;
  max-width: 600px;
  margin: auto auto 5em auto;
  aspect-ratio: 16/9;
}
.content-video .content-video__embed-outer-aspect-4-3 {
  width: 100%;
  max-width: 600px;
  margin: auto;
  aspect-ratio: 4/3;
}
.content-video .content-video__embed-outer iframe,
.content-video .content-video__embed-outer-aspect-4-3 iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (orientation: landscape) {
  .content-video .image__light {
    left: 28%;
  }
}

.content-comment .content-comment__inner {
  width: 100%;
  margin: 100px 0;
  padding: 30px 1.5em;
  text-align: center;
}
.content-comment .card__comment-player {
  width: 100%;
  background-color: #F1D431;
  margin: 0 auto 3em;
}
.content-comment .card__comment-player:last-child {
  margin-bottom: 0;
}
.content-comment .card__comment-name {
  background-color: #F28821;
  height: 3.75em;
  margin: auto;
  padding: 0.75em 0.5em 0.5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.25;
}
.content-comment .card__comment-instrument {
  font-size: 0.8em;
  font-weight: 300;
}
.content-comment .card__comment-text {
  padding: 1.5em;
  text-align: left;
  font-size: 0.9em;
  line-height: 2.25;
}
.content-comment .image__car-outer {
  position: relative;
}
.content-comment .image__car {
  width: 100px;
  margin: 0 auto 0 0;
  position: absolute;
  bottom: -100px;
  left: -150px;
}
.content-comment .image__car.active {
  animation: car 3s ease-in 2s forwards;
  will-change: transform;
}
@keyframes car {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(150px + 100vw), 50px);
  }
}
@media screen and (orientation: landscape) {
  .content-comment .content-comment__text {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 608px;
    margin: auto;
    line-break: strict;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
  .content-comment .card__comment-text {
    font-size: 1em;
  }
  .content-comment .image__car {
    top: -50px;
    left: -44vw;
    z-index: 90;
  }
  .content-comment .image__car.active {
    animation: car 8s ease-in 0s forwards;
  }
  @keyframes car {
    0% {
      transform: translate(-44vw, -50px);
      opacity: 0;
    }
    1% {
      opacity: 1;
    }
    100% {
      transform: translate(calc(150px + 110vw), 70px);
    }
  }
}

.content-interview {
  position: relative;
}
.content-interview .content-interview__inner-top {
  width: 100%;
  height: 30px;
  background-color: #516FB4;
  margin: 100px 0 0;
  padding: 50px 0 0;
  -webkit-clip-path: polygon(0 0, 100% calc(100% - 1px), 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% calc(100% - 1px), 100% 100%, 0% 100%);
  transform: translateY(1px);
}
.content-interview .content-interview__inner-bottom {
  width: 100%;
  height: 30px;
  background-color: #516FB4;
  margin: 0 0 100px;
  padding: 0 0 50px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 1px);
          clip-path: polygon(0 0, 100% 0, 100% 90%, 0 1px);
  transform: translateY(-1px);
}
.content-interview .content-interview__inner {
  width: 100%;
  background-color: #516FB4;
  padding: 50px 1.5em 80px;
  text-align: center;
  color: #FFFFFF;
}
.content-interview .content-interview__text {
  max-width: 800px;
  margin: auto;
}
.content-interview .content-interview__section {
  position: relative;
}
.content-interview .content-interview__body-outer {
  background-color: #F5F5EC;
  margin-bottom: 2.5em;
  padding: 1.5em 0 0;
  color: #000000;
}
.content-interview .content-interview__heading-text {
  margin-top: 1em;
  font-size: 1.25em;
  line-height: 1.5;
}
.content-interview .content-interview__body-inner {
  padding: 0 1.5em;
}
.content-interview .text-paragraph {
  margin-top: 0;
  line-height: 2;
  text-align: left;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.content-interview .text-paragraph ruby {
  word-break: keep-all;
}
.content-interview .text-paragraph rb {
  line-height: 1;
}
.content-interview .text-paragraph rt {
  line-height: 1;
  text-align: center;
  transform: translateY(-0.2em);
  transform-origin: bottom center;
}
.content-interview .content-interview__next-up {
  text-align: left;
}
.content-interview .content-interview__button-read {
  z-index: 2;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.content-interview .content-interview__button-read:before {
  background-color: #202962;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "続きを読む";
  padding: 0.75em 0;
  color: #FFFFFF;
  text-align: center;
  font-weight: 500;
}
.content-interview .content-interview__button-read .content-interview__button-arrow {
  position: absolute;
  bottom: 0.9em;
  right: 1em;
  width: 15px;
  animation: rotation1 0.5s;
  will-change: transform;
  backface-visibility: hidden;
}
@keyframes rotation1 {
  0% {
    transform-origin: center;
    transform: rotate(0deg);
  }
  100% {
    transform-origin: center;
    transform: rotate(-360deg);
  }
}
.content-interview .content-interview__button-read.close:before {
  content: "閉じる";
}
.content-interview .content-interview__button-read.close .content-interview__button-arrow {
  transform: rotate(180deg);
  animation: rotation2 0.5s;
  will-change: transform;
}
@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
.content-interview .content-interview__body--open {
  display: none;
  padding: 1em 0 4em;
}
.content-interview .image__man-outer {
  position: relative;
}
.content-interview .image__man {
  width: 50px;
  margin: auto;
  position: absolute;
  bottom: 100px;
  left: 50vw;
  z-index: 500;
}
.content-interview .image__man.active {
  animation: man 8s ease-out forwards;
  will-change: transform;
}
@keyframes man {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(calc(50px - 100vw), calc(90px - 100vh));
  }
}
@media screen and (orientation: landscape) {
  .content-interview .content-interview__body-inner {
    padding: 0 2em;
  }
  .content-interview .content-interview__next-up {
    text-align: center;
  }
  .content-interview .image__man {
    bottom: 100px;
    left: 25vw;
    z-index: 500;
  }
  .content-interview .image__man.active {
    animation: man 8s ease-out forwards;
  }
  @keyframes man {
    0% {
      transform: translate(0, 0);
    }
    95% {
      transform: translate(-180px, -190vh) scale(0);
    }
    100% {
      transform: translate(-200px, -200vh) scale(0);
    }
  }
}

.ios .text-paragraph ruby, .safari .text-paragraph ruby {
  display: inline-block;
  margin: -0.5em auto 0;
}
.ios .text-paragraph rt, .safari .text-paragraph rt {
  width: 100%;
  margin: auto;
  text-align: center;
  transform: translateY(-0.5em);
}

.footer .footer__inner {
  width: 100%;
  margin: auto;
  padding: 80px 1.5em;
  text-align: center;
}
.footer .footer__pc {
  width: 50px;
  margin: 50px auto;
}
.footer .footer__heading {
  font-size: 1.5em;
}
.footer .footer__share {
  max-width: 200px;
  margin: 0 auto 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.footer .footer__link {
  display: block;
}
.footer .footer__official-site-button {
  display: block;
  width: 100%;
  max-width: 400px;
  background-color: #77C289;
  border-radius: 100px;
  margin: 0 auto 2em;
  padding: 0.75em;
  font-size: 1.5em;
  color: #000000;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}
.footer .footer__official-site-button:hover, .footer .footer__official-site-button:focus, .footer .footer__official-site-button :active {
  background-color: #F1D431;
  color: #F28821;
}
.footer .footer__official-site-button:visited {
  color: #202962;
}
@media screen and (max-width: 413px) {
  .footer .footer__official-site-button {
    font-size: 1.25em;
  }
}
.footer .footer__sns {
  max-width: 125px;
  margin: 0 auto 7em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}
.footer .footer__copyright {
  font-size: 0.75em;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 10;
  height: 32px;
}
.back-to-top .back-to-top__inner {
  width: 32px;
  height: 32px;
  background: #000000;
  border-radius: 50% 50%;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 1.25em;
  line-height: 1;
  opacity: 0.5;
}
.back-to-top .back-to-top__inner:hover, .back-to-top .back-to-top__inner:focus {
  opacity: 1;
}
.back-to-top:hover {
  cursor: pointer;
  transition: all 0.3s;
}
.back-to-top .move-page-top {
  display: block;
  width: 32px;
  height: 32px;
  padding: 4px;
  line-height: 1;
  text-decoration: none;
}
.back-to-top .back-to-top__arrow {
  display: block;
  max-height: 24px;
  margin: auto;
  transform: rotate(180deg);
}/*# sourceMappingURL=style.css.map */