@charset "utf-8";

.hero {
  background: url(../img/main_bg.png) repeat-y;
  background-size: contain;
  background-position: center top;
}

@media only screen and (min-width: 751px) {
  body {
    min-width: 1200px;
  }
}

@media only screen and (max-width: 750px) {
  body {
    background-size: auto 60px;
  }
}

header {
  position: relative;
  min-width: initial;
}
.container {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.container::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff982 url("../img/bg.jpg") repeat;
  z-index: 1;
}
.container main {
  position: relative;
  z-index: 2;
}
.hero p {
  height: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.movie_box {
  max-width: 850px;
  border: 4px solid #fff;
}
.youtube,
.uliza {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
.youtube iframe,
.uliza .inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.cast {
  display: inline-block;
  padding: 50px;
  background-color: rgb(255, 255, 255, 0.6);
}
.guest {
  margin-top: 40px;
}
.guest_box {
  margin: 0 auto;
  padding: 80px 0 0;
}
.guest_box h2 {
  padding: 0 0 40px;
}
.guest_box ul li {
  padding: 0 0 80px;
}
.guest_box ul li:last-child {
  padding: 0;
}
.guest_box ul li h3 {
  margin: 0 -30px 45px -30px;
}
.guest_box ul li p {
  text-align: left;
  font-size: 2rem;
  font-weight: 500;
}
.guest_box_article {
  display: block;
  margin-top: 30px;
  padding: 20px 30px;
  text-align: left;
  background-color: #fff;
}
.guest_box_article h4 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.guest_box_article address {
  font-size: 2rem;
  line-height: 1.4;
}
#article_01.guest_box_article h4 {
  color: #e9601a;
}
#article_02.guest_box_article h4 {
  color: #dd0d20;
}
#article_03.guest_box_article h4 {
  color: #51a70b;
}
.tokyo {
  margin-bottom: 80px;
}
.tokyo_inner {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
  position: relative;
}
.tokyo ul {
  display: flex;
  justify-content: center;
}
.tokyo figcaption {
  margin-top: 14px;
  font-size: 16px;
}
.tokyo article {
  text-align: left;
  padding: 20px 30px 0;
  font-size: 1.6rem;
}
.tokyo h4 {
  font-weight: bold;
  font-size: 1.8rem;
}
.end {
  padding: 40px;
  font-size: 2rem;
  font-family: "Mochiy Pop P One", sans-serif;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, 0.7);
}
.end span {
  color: #e73b10;
}

.footer_simple {
  position: relative;
  z-index: 2;
}
.footer_simple .copyright {
  font-size: 1.2rem;
  color: #000;
}

@media only screen and (min-width: 751px) {
  .movie_box {
    margin: 80px auto 40px;
    border-width: 6px;
  }
  .tver {
    width: fit-content;
    margin: 80px auto;
  }
  .guest_box {
    width: 870px;
  }
  #article_01.guest_box_article {
    background: url(../img/bangumi_bg_01.png) #fff no-repeat right 88px center /
      auto 100%;
  }
  #article_02.guest_box_article {
    background: url(../img/bangumi_bg_02.png) #fff no-repeat right 88px center /
      auto 100%;
  }
  #article_03.guest_box_article {
    background: url(../img/bangumi_bg_03.png) #fff no-repeat right 88px center /
      auto 100%;
  }

  .bnr_block ul li:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
  }
  .tokyo_inner {
    margin: auto;
    width: 870px;
    text-align: left;
  }
  .tokyo ul {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
  }
  .tokyo li {
    width: 50%;
    text-align: center;
  }
  .bangumi_item01 {
    position: absolute;
    top: -110px;
    left: 70px;
  }
  .bangumi_item02 {
    position: absolute;
    top: -140px;
    left: 130px;
  }
  .bangumi_item03 {
    position: absolute;
    top: 180px;
    left: -40px;
  }
  .bangumi_item04 {
    position: absolute;
    top: 40px;
    right: -50px;
  }
  .bangumi_item05 {
    position: absolute;
    top: 95px;
    right: -10px;
  }
  .end {
    font-size: 2.4rem;
  }
  .footer_simple .copyright {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 750px) {
  .movie_box {
    margin: 40px 3% 20px;
  }
  .om_contents {
    padding: 0 3%;
  }
  .tver {
    width: fit-content;
    margin: 40px auto;
    padding: 0 3%;
  }
  .mc,
  .bnr_block {
    padding: 0 3%;
  }
  .cast {
    padding: 40px 3%;
  }
  .guest {
    margin-top: 30px;
  }
  .guest_box {
    padding: 40px 3% 0;
  }
  .guest_box h2 {
    width: 80%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .guest_box h2 img {
    width: 50vw;
    height: auto;
  }
  .guest_box ul li h3 {
    margin: 0 0 15px;
  }
  .guest_box ul li h3 img {
    width: 92%;
  }
  .guest_box ul li {
    padding: 0 0 40px;
  }
  .guest_box ul li p {
    font-size: 1.4rem;
  }
  .guest_box_article {
    margin-top: 15px;
    padding: 15px;
  }
  .guest_box_article h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  .tokyo {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .tokyo ul {
    display: block;
  }
  .tokyo li {
    margin-left: 0;
  }
  .tokyo li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 30px;
  }
  .tokyo figcaption {
    margin-top: 10px;
    font-size: 14px;
  }
  .tokyo article {
    font-size: 14px;
    padding: 10px 0px 0;
  }
  .tokyo h2 {
    width: 70%;
    margin: 0 auto;
  }
  .tokyo h4 {
    font-size: 1.6rem;
}
  .bangumi_item01,.bangumi_item02,.bangumi_item03,.bangumi_item04,.bangumi_item05 {
    display: none;
  }
  .end {
    margin: 0 0 100px !important;
    padding: 40px 3%;
  }
}

/*****************
モーダル
*****************/
.modaal-video .modaal-inner-wrapper {
  padding: 0;
}
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}
.modaal-container {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 16/ 9;
  background: rgb(0, 0, 0, 0.8);
}

@media screen and (max-width: 750px) {
  .modaal-close {
    top: 20vh;
  }
}
@media screen and (max-width: 500px) {
  .modaal-close {
    top: 26vh;
    top: clamp(180px, 24svh, 270px);
  }
}
