body {
  font-size: 1.5rem;
  line-height: 1.733;
  color: #00281E;
}

main {
  overflow: hidden;
}

.modal {
  display: none;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  @-webkit-keyframes slidein {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes slidein {
    0% {
      -webkit-transform: translateY(100px);
              transform: translateY(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
}
#top {
  position: relative;
  background-color: #EBEBEB;
}
@media screen and (min-width: 768px) {
  #top {
    height: 56.25vw;
  }
}
#top #mv {
  position: relative;
  padding-top: 20.53vw;
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  #top #mv {
    margin-left: 22.812vw;
    padding-top: 0;
  }
}
#top #mv img {
  width: 76.8vw;
}
@media screen and (min-width: 768px) {
  #top #mv img {
    width: 62.5vw;
  }
}
#top h1 {
  position: absolute;
  top: 6.66vw;
  right: 6.2vw;
}
@media screen and (min-width: 768px) {
  #top h1 {
    top: 4vw;
    right: 8.4vw;
  }
}
#top h1 img {
  width: 10.4vw;
}
@media screen and (min-width: 768px) {
  #top h1 img {
    width: 3.59vw;
  }
}
#top .date {
  padding: 26.66vw 0 5.33vw 5.33vw;
}
#top .date img {
  width: 59.2vw;
}
@media screen and (min-width: 768px) {
  #top .date img {
    width: 24.53vw;
  }
}
@media screen and (min-width: 768px) {
  #top .date {
    padding: 30px 0 20px 5.33vw;
    position: absolute;
    left: 5.6vw;
    bottom: 3vw;
    padding: 0;
  }
}
#top .fade {
  opacity: 0;
}
#top .fade.active {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#top .fade.active.date {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

#contents_inner .yodogawa {
  color: #00281E;
  position: relative;
}
#contents_inner .yodogawa .bg img {
  width: 100vw;
}
#contents_inner .yodogawa .text {
  position: absolute;
  left: calc((100% - 88vw) / 2);
  top: 67vw;
  opacity: 0;
  width: 88vw;
  font-size: clamp(12px, 4vw, 15px);
  line-height: 1.66;
}
@media screen and (min-width: 768px) {
  #contents_inner .yodogawa .text {
    width: initial;
    top: 0;
    left: 13vw;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: clamp(12px, 4vw, 14px);
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) and (max-width: 834px) {
  #contents_inner .yodogawa .text {
    display: block;
    height: inherit;
    top: 70vw;
  }
}
@media screen and (min-width: 1280px) {
  #contents_inner .yodogawa .text {
    font-size: clamp(12px, 4vw, 15px);
  }
}
#contents_inner .yodogawa .text.active {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#contents_inner .nav {
  position: relative;
}
#contents_inner .nav img {
  width: 100vw;
}
#contents_inner .nav h2 {
  position: absolute;
  top: 10vw;
  left: 4.533vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .nav h2 {
    top: 3.5vw;
    left: 0;
    right: 0;
    text-align: center;
  }
}
#contents_inner .nav h2 img {
  width: 88.53vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .nav h2 img {
    width: 79.375vw;
  }
}
#contents_inner .nav h2 .spOnly {
  position: absolute;
  width: 80.8vw;
  top: 60vw;
  right: 5.6vw;
}
#contents_inner .nav .js-active {
  opacity: 0;
}
#contents_inner .nav .js-active.active {
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#contents_inner .intro {
  background-color: #EBEBEB;
  padding: 37px 0 45px;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro {
    padding: 60px 0 90px;
  }
}
#contents_inner .intro .js-active {
  opacity: 0;
}
#contents_inner .intro .js-active.active {
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5.468vw;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set {
    display: block;
  }
}
#contents_inner .intro .set > div.text {
  padding-left: 3.73vw;
  padding-bottom: 1.5em;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set > div.text {
    padding-left: initial;
    padding-bottom: initial;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set > div.text {
    padding-left: 3.73vw;
    padding-bottom: 1.5em;
  }
}
#contents_inner .intro .set > div.img {
  padding-bottom: 45px;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set > div.img {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set > div.img {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set > div {
    width: calc((100% - 5.468vw) / 2);
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set > div {
    width: initial;
    white-space: initial;
  }
}
#contents_inner .intro .set > div h3 {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#contents_inner .intro .set.no01 .img {
  text-align: right;
}
#contents_inner .intro .set.no01 .img img {
  width: 74.93vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no01 .img img {
    width: 21.95vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no01 .img img {
    width: 74.93vw;
  }
}
#contents_inner .intro .set.no02 .img {
  text-align: right;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no02 .img {
    text-align: left;
  }
}
#contents_inner .intro .set.no02 .img img {
  width: 86.66vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no02 .img img {
    width: 28.82vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no02 .img img {
    width: 86.66vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no02 .text {
    width: 21.95vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no02 .text {
    width: initial;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no03 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#contents_inner .intro .set.no03 .img img {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no03 .img img {
    width: 44.68vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no03 .img img {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no04 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no04 .img {
    text-align: initial;
  }
}
#contents_inner .intro .set.no04 .img img {
  width: 74.66vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no04 .img img {
    width: 27.65vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no04 .img img {
    width: 74.66vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no04 .text {
    width: 21.95vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no04 .text {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no05 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#contents_inner .intro .set.no05 .img {
  text-align: right;
}
#contents_inner .intro .set.no05 .img img {
  width: 85.33vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no05 .img {
    text-align: initial;
  }
  #contents_inner .intro .set.no05 .img img {
    width: 27.65vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no05 .img img {
    width: 85.33vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no05 .text {
    width: 21.95vw;
    margin-top: 4.5vw;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no05 .text {
    width: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no00 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#contents_inner .intro .set.no00 .img {
  text-align: right;
}
#contents_inner .intro .set.no00 .img img {
  width: 100vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .set.no00 .img img {
    width: 34.375vw;
  }
}
@media screen and (min-width: 768px) and (orientation: portrait) {
  #contents_inner .intro .set.no00 .img img {
    width: 100vw;
  }
}
#contents_inner .intro .parapara {
  position: relative;
  max-width: 700px;
  width: 88vw;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .parapara {
    margin-top: 220px;
  }
}
#contents_inner .intro .parapara .text {
  line-height: 1.66;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .parapara .text {
    z-index: 2;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto 38px;
  }
}
#contents_inner .intro .parapara .text h2 {
  font-size: 2rem;
  padding-bottom: 0.5em;
}
#contents_inner .product {
  background-color: #D1D1CB;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  #contents_inner .product {
    padding: 100px 0 80px;
  }
}
#contents_inner .product .js-active {
  opacity: 0;
}
#contents_inner .product .js-active.active {
  -webkit-animation-name: slidein;
          animation-name: slidein;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#contents_inner .product > div > div {
  width: 88vw;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #contents_inner .product > div > div {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
#contents_inner .product .img {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #contents_inner .product .img {
    padding-bottom: 60px;
  }
}
#contents_inner .product .img img {
  max-width: 540px;
  width: 67.2vw;
}
#contents_inner .product .title {
  font-size: 1.4rem;
  padding-bottom: 30px;
}
#contents_inner .product .title p {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  #contents_inner .product .title p {
    padding-top: 15px;
  }
}
#contents_inner .bottom {
  background-color: #FFB700;
  text-align: center;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  #contents_inner .bottom {
    padding: 70px 0;
  }
}

nav {
  background-color: #fff;
}
nav .date_nav {
  color: #000;
  text-align: center;
  padding: 30px 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  nav .date_nav {
    padding: 80px 0;
  }
}
nav .article_nav ul {
  max-width: 640px;
  width: 80vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 35px;
}
@media screen and (min-width: 768px) {
  nav .article_nav ul {
    padding-bottom: 45px;
  }
}
nav .article_nav ul img {
  width: 13.86vw;
}
@media screen and (min-width: 768px) {
  nav .article_nav ul img {
    width: auto;
  }
}
nav .contens_nav {
  background-color: #EBEBEB;
  padding: 45px 0 70px;
}
@media screen and (min-width: 768px) {
  nav .contens_nav {
    padding: 90px 0;
  }
}
nav .contens_nav h3 {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  nav .contens_nav h3 {
    padding-bottom: 50px;
  }
}
nav .contens_nav h3 img {
  max-width: 167px;
  width: 37vw;
}
nav .contens_nav ul {
  width: 89vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5.86vw 3.73vw;
}
@media screen and (min-width: 769px) {
  nav .contens_nav ul {
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 20px;
  }
}
nav .contens_nav ul li {
  max-width: 200px;
  width: calc((100% - 3.74vw) / 2);
}
@media screen and (min-width: 769px) {
  nav .contens_nav ul li {
    width: calc((100% - 20px) / 5);
  }
}
nav .contens_nav ul li a.off {
  pointer-events: none;
  position: relative;
}
nav .contens_nav ul li a.off::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.4;
}
nav .contens_nav .index {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  nav .contens_nav .index {
    margin-top: 60px;
  }
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-content-container {
  padding: 0 0 180px 0;
  position: relative;
}
.modaal-content-container .mv {
  margin-bottom: 20px;
}
.modaal-content-container section:nth-of-type(n + 2) {
  border-top: 2px solid #00281E;
  margin-top: 40px;
  padding-top: 40px;
}
.modaal-content-container .btn_close::before, .modaal-content-container .btn_close::after {
  content: "";
  position: absolute;
  bottom: 50px;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #00281E;
}
.modaal-content-container .btn_close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modaal-content-container .btn_close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 640px) {
  br:not(.sp-br) {
    display: none;
  }
}/*# sourceMappingURL=style2.css.map */