@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : layout.css
Description : レイアウト用CSS（基本的にこのCSSは変更しないようにしてください）
===================================================================== */
/* =====================================================================
    共通（大枠）
======================================================================*/
html {
  min-height: 100vh;
  font-size: calc(10 / 750 * 100vw);
}

.wrapper {
  position: relative;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1;
  word-wrap: break-word;
  overflow: hidden;
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.wrapper a {
  display: block;
}

section,
main,
header,
footer {
  position: relative;
}

.inner {
  position: relative;
  margin: 0 auto;
  width: calc(710 / 750 * 100%);
  z-index: 2;
}

.main .inner {
  padding: 12rem calc(30 / 750 * 100%);
}
.main > *:not(:last-of-type) .inner {
  padding-bottom: 0;
}
.main p {
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: calc(10 / 1600 * 100vw);
  }
  .wrapper {
    font-size: 1.8rem;
    font-size: max(1.8rem, 14px);
  }
  .wrapper a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .wrapper a:hover {
    opacity: 0.7;
  }
  .inner {
    width: 90%;
    max-width: 1000px;
  }
  .main .inner {
    padding: 12rem calc(100 / 1600 * 100%);
  }
  .main p,
  .popup p {
    line-height: 1.777;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 10px;
  }
  .main .inner {
    padding-left: 100px;
    padding-right: 100px;
  }
}
/* =====================================================================
*    header
* =================================================================== */
.header_top {
  position: relative;
}
@media screen and (max-width: 767px) {
  .header_top h1 {
    margin: 0 calc(50% - 50vw);
  }
}

/* =====================================================================
    banner_list
======================================================================*/
.banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.banner_list li {
  width: calc(600 / 650 * 100%);
}
.banner_list li a img {
  border: 1px solid #999999;
}
.banner_list li a p {
  text-align: center;
  margin-top: 0.5em;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .banner_list {
    gap: 3rem calc(40 / 1000 * 100%);
  }
  .banner_list li {
    width: calc(480 / 1000 * 100%);
  }
  .banner_list li a {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .banner_list li a:hover {
    opacity: 1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
}
/* =====================================================================
    共通
======================================================================*/
.sec_ttl {
  position: relative;
  margin-bottom: 8rem !important;
  padding-left: 1em;
  font-size: 146%;
  font-weight: bold;
}
.sec_ttl::before {
  content: "";
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  height: 100%;
  border-left: 0.5em solid;
}

.movie_embed {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie_embed iframe,
.movie_embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .sec_ttl {
    margin-bottom: 5rem !important;
    font-size: 166%;
  }
}
/* =====================================================================
    info
======================================================================*/
.catchcopy {
  text-align: center;
  margin-bottom: 8rem;
  font-size: 120%;
  font-weight: bold;
}

.info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
}
.info_content time {
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0.3em 1em;
  font-weight: 900;
  font-size: 86%;
  letter-spacing: 0.05em;
  border-radius: 3em;
}
.info_content h3 {
  font-weight: 600;
  font-size: 120%;
  line-height: 1.59;
}
.info_content header {
  width: 100%;
}
.info_content header h3 {
  padding-bottom: 0.5em;
  font-size: 120%;
  border-bottom: 2px solid currentColor;
}
.info_content h4 {
  padding-left: 0.8em;
  font-size: 115%;
  font-weight: 600;
  line-height: 1.666;
  border-left: 0.18em solid;
}
.info_content h4 + p {
  margin-top: -4rem;
}
.info_content h5 {
  line-height: 1.666;
}
.info_content h5 + p {
  margin-top: -4rem;
}
.info_content p a {
  display: inline;
  text-decoration: underline;
}
.info_content p a::before {
  content: "";
  position: relative;
  display: inline-block;
  top: -0.1em;
  width: 0.55em;
  height: 0.55em;
  margin-right: 0.6em;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .catchcopy {
    font-size: 136%;
  }
  .info_content {
    gap: 4rem;
  }
  .info_content h3 {
    font-size: 136%;
  }
  .info_content header h3 {
    font-size: 136%;
  }
  .info_content h4 + p,
  .info_content h5 + p {
    margin-top: -2rem;
  }
}
.image_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
.image_list li {
  width: 100%;
}
.image_list li figure figcaption {
  text-align: center;
  margin-top: 0.5em;
  font-size: 80%;
  line-height: 1.35;
}
.image_list.small {
  gap: 4rem calc(50 / 650 * 100%);
}
.image_list.small li {
  width: calc(300 / 650 * 100%);
}

@media screen and (min-width: 768px) {
  .image_list.medium {
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
  .image_list.medium li {
    width: 48%;
  }
  .image_list.small {
    gap: 4rem calc(40 / 1000 * 100%);
  }
  .image_list.small li {
    width: calc(220 / 1000 * 100%);
  }
}
/* =====================================================================
    cast
======================================================================*/
.cast > .inner > *:not(:last-child) {
  margin-bottom: 8rem;
}
.cast_list li figure {
  margin-bottom: 1.5rem;
}
.cast_list li dl {
  text-align: center;
  font-size: 146%;
  line-height: 1.4;
}
.cast_list li dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.1em;
  font-weight: 900;
  font-size: 63%;
}
.cast_list li dl dt::before, .cast_list li dl dt::after {
  content: "";
  width: 1em;
  border-top: 1px solid currentColor;
}
.cast_list li dl dt::before {
  margin-right: 0.5em;
}
.cast_list li dl dt::after {
  margin-left: 0.5em;
}
.cast_list li dl dd {
  font-weight: 700;
}
.cast_list li dl dd small {
  display: block;
  margin-top: 0.2em;
  font-size: 60%;
}
.cast_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
}
.cast_item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 146%;
  line-height: 1.4;
}
.cast_item dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 1em;
  padding: 0.25em 1em;
  font-size: 63%;
}
.cast_item dl dd {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .cast_list li dl {
    font-size: 166%;
  }
  .cast_item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3rem;
  }
  .cast_item dl {
    min-width: 48%;
    font-size: 166%;
  }
}
/* =====================================================================
    sns
======================================================================*/
.sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.sns_list li {
  width: calc(518 / 650 * 100%);
}
.sns_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  padding: 1.666em 1em;
  letter-spacing: 0;
}
.sns_list li a svg {
  margin: 0 1.5em;
  width: 1.833em;
  height: 1.833em;
}

@media screen and (min-width: 768px) {
  .sns_list {
    gap: 3rem calc(40 / 1200 * 100%);
  }
  .sns_list li {
    width: calc(270 / 1200 * 100%);
  }
  .sns_list li a {
    text-align: center;
    display: block;
    padding: 1.15em 0.5em;
    font-size: 1.7rem;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .sns_list li a:hover {
    opacity: 1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  .sns_list li a svg {
    display: block;
    margin: 0 auto 0.8em;
  }
}
/* =====================================================================
*    footer
* =================================================================== */
.pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 12rem;
  height: 12rem;
  z-index: 10;
}
.pagetop a {
  position: relative;
  width: 100%;
  height: 100%;
}
.pagetop a::after {
  content: "";
  position: absolute;
  display: block;
  top: 42%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: translateX(-50%) rotate(315deg);
          transform: translateX(-50%) rotate(315deg);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media screen and (min-width: 768px) {
  .pagetop {
    width: 10rem;
    height: 10rem;
  }
  .pagetop a:hover {
    opacity: 1;
  }
  .pagetop a:hover::after {
    top: 35%;
  }
}
/* =====================================================================
    print
======================================================================*/
@media print {
  .header_top img,
  .info_content_images img,
  .cast_list img {
    display: none;
  }
}/*# sourceMappingURL=layout.css.map */