body {
  font-size: 1.5rem;
  line-height: 1.733;
}

main {
  overflow: hidden;
}

*:focus {
  outline: none;
}

.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;
  }
}
#top {
  position: relative;
  background-color: #EBEBEB;
}
@media screen and (min-width: 769px) {
  #top {
    height: 56.25vw;
  }
}
#top #slider {
  position: relative;
  width: 100vw;
  height: 106vw;
  margin-right: 0;
  margin-left: auto;
}
#top #slider img {
  width: 100vw;
}
@media screen and (min-width: 769px) {
  #top #slider img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #top #slider {
    width: 66.95vw;
    height: auto;
  }
}
#top #slider p {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
#top #slider p.show {
  opacity: 1;
}
#top h1 {
  position: absolute;
  top: 8vw;
  left: 9vw;
}
@media screen and (min-width: 769px) {
  #top h1 {
    top: 6vw;
    right: 0;
    left: max(12vw, 120px);
  }
}
#top h1 img {
  width: 12.14vw;
}
@media screen and (min-width: 768px) {
  #top h1 img {
    width: 8.2vw;
  }
}
#top .date {
  padding: 30px 0 20px 5.33vw;
}
#top .date img {
  width: 76.8vw;
}
@media screen and (min-width: 769px) {
  #top .date img {
    width: 24.53vw;
  }
}
@media screen and (min-width: 769px) {
  #top .date {
    position: absolute;
    left: max(12vw, 120px);
    top: 43vw;
    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: 0.5s;
          animation-delay: 0.5s;
}

#contents_inner .yodogawa {
  color: #00281E;
  position: relative;
}
#contents_inner .yodogawa img {
  width: 100%;
}
#contents_inner .yodogawa .text {
  position: absolute;
  left: calc((100% - 88vw) / 2);
  top: 9vw;
  opacity: 0;
  width: 88vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .yodogawa .text {
    width: initial;
    top: 2vw;
    left: 16vw;
  }
}
@media screen and (min-width: 1024px) {
  #contents_inner .yodogawa .text {
    top: 6vw;
  }
}
#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 {
  background-color: #EBEBEB;
  padding: 40px min(8vw, 120px);
}
@media screen and (min-width: 768px) {
  #contents_inner .nav {
    padding: 80px 0;
  }
}
#contents_inner .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 2.66vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .nav ul {
    gap: 0 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#contents_inner .nav ul li {
  max-width: 150px;
  width: calc((100% - 2.66vw) / 2);
}
#contents_inner .nav ul li a.off {
  pointer-events: none;
  position: relative;
}
#contents_inner .nav ul li a.off::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.4;
}
#contents_inner h2 {
  background-color: #D1D1CB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 28px 0;
}
#contents_inner .intro {
  background-color: #EBEBEB;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro {
    padding-bottom: 50px;
  }
}
#contents_inner .intro .title img {
  width: 100%;
}
#contents_inner .intro .js-active {
  opacity: 0;
}
#contents_inner .intro .js-active.active {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -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 .text {
    max-width: 955px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 48px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .text div {
    max-width: 730px;
  }
}
#contents_inner .intro .text div:first-of-type {
  padding: 20px min(11.3vw, 120px);
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .text div:first-of-type {
    padding: 55px 0 0 0;
    margin-right: -150px;
    z-index: 1;
  }
}
#contents_inner .intro .text div:first-of-type.js-active.active {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .text div:first-of-type.js-active.active {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
}
#contents_inner .intro .text div.left {
  padding-right: 11.3vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .text div.left {
    padding-right: 0;
  }
}
#contents_inner .intro .text div.right {
  padding-left: 11.3vw;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .text div.right {
    padding-left: 0;
  }
}
#contents_inner .intro .color {
  padding: 25px min(11.3vw, 120px) 40px;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .color {
    max-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 0 auto;
    padding: 30px 0 0;
    position: relative;
  }
}
#contents_inner .intro .color h3 span {
  font-size: 1.8rem;
  line-height: 1;
  padding: 0.3em 0.6em;
  border: 1px solid;
  display: inline-block;
  margin-bottom: 1.2em;
}
#contents_inner .intro .color ul li {
  text-indent: -26px;
  padding-left: 26px;
}
#contents_inner .intro .color ul li span {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: -4px;
  margin-right: 6px;
}
#contents_inner .intro .color ul li:nth-of-type(n + 2) {
  margin-top: 0.2em;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .color ul li:nth-of-type(n + 2) {
    margin-top: 0;
  }
}
#contents_inner .intro .color .btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #contents_inner .intro .color .btn {
    position: absolute;
    right: 0;
    top: 10px;
  }
}
#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: 0;
  text-align: center;
  padding: 35px 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  nav .date_nav {
    padding: 60px 0 30px;
  }
}
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;
}
@media screen and (min-width: 768px) {
  .modaal-content-container .mv {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .modaal-content-container .mv img {
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .modaal-content-container section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.modaal-content-container section:nth-of-type(n + 2) {
  border-top: 2px solid #00281E;
  margin-top: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .modaal-content-container section:nth-of-type(n + 2) {
    margin-top: 80px;
    padding-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .modaal-content-container section div:nth-of-type(1) {
    max-width: 380px;
  }
}
@media screen and (min-width: 768px) {
  .modaal-content-container section div:nth-of-type(2) {
    max-width: 400px;
  }
}
.modaal-content-container .btn_close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .modaal-content-container .btn_close {
    left: 90%;
  }
}
.modaal-content-container .btn_close::before, .modaal-content-container .btn_close::after {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  display: block;
  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);
}

br.tb-br {
  display: none;
}

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