@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600;700&display=swap");
@media only screen and (min-width: 768px) {
  .is-sp {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .is-medium {
    display: none !important; } }

@media only screen and (min-width: 767px) {
  .is-medium {
    display: none !important; } }

.is-hide {
  display: none !important; }

.fz-ss {
  font-size: 0.6em !important; }

.fz-s {
  font-size: 0.85em !important; }

.fz-l {
  font-size: 1.2em !important; }

.fz-ll {
  font-size: 1.4em !important; }

.fz-lll {
  font-size: 1.6em !important; }

.bold {
  font-weight: bold; }

.underline {
  text-decoration: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px; }

.ta-c {
  text-align: center; }
  .ta-c .textarea {
    text-align: center; }
  .ta-c h2 {
    text-align: center; }

.ta-l {
  text-align: left; }
  .ta-l .textarea {
    text-align: left; }

@media only screen and (max-width: 767px) {
  .sp-ta-c {
    text-align: center; }
    .sp-ta-c .textarea {
      text-align: center; }
    .sp-ta-c h2 {
      text-align: center; }
  .sp-ta-l {
    text-align: left; }
    .sp-ta-l .textarea {
      text-align: left; } }

.yellow {
  color: #FCEE21; }

.red {
  color: #ED1C24; }

/*  margin
================================================== */
.mrl-auto {
  margin-left: auto !important;
  margin-right: auto !important; }

.m-unset {
  margin: unset !important; }

* {
  box-sizing: border-box; }

*::before {
  box-sizing: border-box; }

*::after {
  box-sizing: border-box; }

html {
  overflow: auto;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6; }
  @media only screen and (min-width: 520px) {
    html {
      font-size: calc(13px + 3 * ((100vw - 320px) / 880)); } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 16px; } }
  @media only screen and (max-width: 768px) {
    html {
      font-size: 15px; } }

img {
  vertical-align: bottom;
  height: auto; }
  @media only screen and (max-width: 768px) {
    img {
      max-width: 100%; } }

body {
  overflow-x: hidden;
  width: 100%;
  box-sizing: border-box;
  max-width: 1920px;
  line-height: 1.8; }

sup {
  font-size: .8em;
  position: relative;
  left: 0;
  bottom: .2em; }

sub {
  font-size: .8em;
  position: relative;
  left: 0;
  top: .2em; }

ul,
li {
  list-style-type: none;
  text-decoration: none;
  margin: 0;
  padding: 0; }

dd {
  margin-left: 0; }

.nobr,
nobr {
  display: inline-block;
  white-space: nowrap; }

span,
a {
  display: inline-block; }

label {
  cursor: pointer; }

.textarea {
  padding-left: 2%;
  padding-right: 2%; }

@media only screen and (min-width: 768px) {
  .wrapper {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto; } }

body {
  margin: 0 auto;
  padding: 0; }

#contact {
  background: repeating-linear-gradient(-45deg, #dde3eb, #dde3eb 1px, transparent 0, transparent 30px);
  background-color: rgba(0, 0, 0, 0);
  background-color: #f5f5f5;
  font-size: 1.2rem; }
  @media only screen and (min-width: 768px) {
    #contact {
      font-size: 1.5rem; } }
  #contact .block {
    background: white;
    margin: 1rem auto;
    padding: 2rem;
    border: 1px solid transparent; }
    #contact .block > div:not(.headline) {
      margin-left: 0;
      margin-right: 0; }
  #contact input[type="submit"] {
    width: auto;
    margin: 0 auto;
    display: block;
    color: white;
    background: gray;
    border: none;
    padding: 1rem 4rem; }
  #contact .address .zip label {
    min-width: 5em; }
  #contact .address .prefecture label {
    min-width: 5em; }
  #contact .address .city label {
    min-width: 12em; }
  #contact .address .ext label {
    min-width: 12em; }
  #contact .address input {
    min-width: auto;
    width: 44%;
    flex: 1 1 44%; }
  #contact .address .city, #contact .address .ext {
    flex: 1 0 51%; }
  #contact .required .legend p:after {
    content: "※必須";
    color: #ff6e8c;
    font-size: .8em;
    margin-left: .25em; }
  #contact h2 {
    font-size: 1.1rem;
    text-align: center;
    color: #999;
    background: white;
    border: 1px solid gray; }
    @media only screen and (min-width: 768px) {
      #contact h2 {
        font-size: 2rem; } }
  #contact input, #contact textarea {
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: .5rem;
    border: 1px solid whitesmoke;
    background-color: whitesmoke; }
    @media only screen and (min-width: 768px) {
      #contact input, #contact textarea {
        font-size: 1.5rem; } }
  #contact input[type='radio'] {
    transform: scale(2);
    margin: 0 .5rem 0 0; }
  #contact .fieldset.ticket .field {
    margin-left: .5rem; }

.section-mainvisual h1 {
  padding: 0;
  margin: 0; }

main .player picture {
  position: relative;
  display: block;
  width: fit-content;
  margin: 0 auto; }
  main .player picture:after {
    content: "";
    position: absolute;
    width: 20%;
    padding-top: 20%;
    opacity: .95;
    background-image: url("/images/play-circle.svg");
    background-size: cover;
    background-position: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 8em;
    max-height: 4em; }

main .section-contact {
  background-image: url(/wp-content/uploads/contact-bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  padding: 3%; }
  @media only screen and (min-width: 1200px) {
    main .section-contact {
      padding: 3% 0; } }

main .contact_template {
  background-color: #FFF;
  margin: 0 auto;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding: 1%; }
  @media only screen and (min-width: 768px) {
    main .contact_template {
      background-image: url(/wp-content/uploads/contact_pic.png);
      background-repeat: no-repeat;
      background-size: 30%;
      background-position: right; } }
  main .contact_template .logo {
    max-width: 60%; }
  main .contact_template img {
    max-width: 100%; }
  main .contact_template .image {
    max-width: 60%;
    margin: 0 auto; }
  main .contact_template .contact-box {
    max-width: 880px;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      main .contact_template .contact-box {
        width: 70%; } }
    @media only screen and (min-width: 1200px) {
      main .contact_template .contact-box {
        margin: 0 0% 0 6%; } }
  main .contact_template .contact-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 880px; }
  main .contact_template .tel-no {
    font-weight: bold;
    font-family: "Noto Serif JP", sans-serif;
    font-size: calc(20px + 74 * ((100vw - 320px) / 880)); }
    @media only screen and (min-width: 1200px) {
      main .contact_template .tel-no {
        font-size: 94px; } }
    main .contact_template .tel-no::before {
      font-size: calc(20px + 6 * ((100vw - 320px) / 880));
      content: "";
      width: 30px;
      height: 50px;
      display: inline-block;
      background-image: url(/wp-content/uploads/tel.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom center;
      margin-right: 10px; }
      @media only screen and (min-width: 1200px) {
        main .contact_template .tel-no::before {
          font-size: 26px; } }
    main .contact_template .tel-no a {
      color: #143C82; }

@media only screen and (min-width: 768px) {
  main .section-message {
    background-image: url(/wp-content/uploads/message-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center; } }

main .section-message .text {
  max-width: 605px; }

main .section-message .read .textarea {
  color: #666;
  font-size: calc(20px + 6 * ((100vw - 320px) / 880)); }
  @media only screen and (min-width: 1200px) {
    main .section-message .read .textarea {
      font-size: 26px; } }

main .section-message .textcontents {
  margin: 5% 0; }
  main .section-message .textcontents .textarea {
    font-size: calc(14px + 3 * ((100vw - 320px) / 880)); }
    @media only screen and (min-width: 1200px) {
      main .section-message .textcontents .textarea {
        font-size: 17px; } }

main .section-movie {
  padding: 3% 0 5% 0; }
  main .section-movie .youtubetitle {
    justify-content: center; }
  main .section-movie .youtube {
    max-width: 50%; }

main .section-listmovie {
  background-image: url(/wp-content/uploads/listmovie-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #E6F0FA;
  padding: 3% 0;
  color: #fff; }
  @media only screen and (min-width: 768px) {
    main .section-listmovie {
      background-size: auto; } }
  main .section-listmovie h2 {
    background-color: unset;
    border: unset;
    color: unset;
    margin: 2% 2% 2% 10%;
    position: relative;
    font-size: calc(20px + 18 * ((100vw - 320px) / 880)); }
    @media only screen and (min-width: 1200px) {
      main .section-listmovie h2 {
        font-size: 38px; } }
    main .section-listmovie h2::before {
      content: "";
      display: inline-block;
      width: 10%;
      height: 120%;
      margin-right: 10px;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: bottom center;
      position: absolute;
      top: 50%;
      transform: translate(50%, -50%);
      left: -15%; }
      @media only screen and (max-width: 767px) {
        main .section-listmovie h2::before {
          top: 0%; } }
    main .section-listmovie h2 span {
      display: inline; }
  main .section-listmovie .img-listtitle img {
    max-width: 50%;
    margin-bottom: 1em; }
  main .section-listmovie .p1 h2::before {
    background-image: url(/wp-content/uploads/p1.png); }
  main .section-listmovie .p2 h2::before {
    background-image: url(/wp-content/uploads/p2.png); }
  main .section-listmovie .p3 h2::before {
    background-image: url(/wp-content/uploads/p3.png); }

main .section-checklist {
  background-image: url(/wp-content/uploads/checklist-bg.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
  text-align: center; }
  main .section-checklist img {
    max-width: 80%; }

main .section-flow h3 {
  background-color: unset;
  border: unset;
  color: unset;
  color: #000;
  text-align: center;
  position: relative;
  font-size: calc(12px + 16 * ((100vw - 320px) / 880)); }
  @media only screen and (min-width: 1200px) {
    main .section-flow h3 {
      font-size: 28px; } }
  main .section-flow h3::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 3px;
    border-bottom: 3px solid #143C82;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%); }

main .section-staffpicture {
  background-image: url(/wp-content/uploads/company-bg.png);
  background-repeat: repeat;
  background-size: auto;
  padding: 3%; }
  main .section-staffpicture img {
    max-width: 80%; }

main .section-company {
  background-color: #661C1C;
  background-repeat: repeat;
  background-size: auto;
  padding: 3%;
  justify-content: center;
  gap: 3em; }
  main .section-company .block {
    margin: unset; }
    @media only screen and (min-width: 520px) and (max-width: 1199px) {
      main .section-company .block {
        width: 100%; } }
  main .section-company .chart .column {
    color: #fff;
    border: none; }
    main .section-company .chart .column:first-child {
      background-color: unset;
      word-break: keep-all; }
    @media only screen and (max-width: 767px) {
      main .section-company .chart .column:nth-child(2) {
        padding-left: 2em; } }
  @media only screen and (min-width: 768px) {
    main .section-company .chart .column {
      color: #fff;
      border-bottom: 1px solid #fff; }
      main .section-company .chart .column:first-child {
        background-color: unset;
        border-right: 1px dotted #fff; }
    main .section-company .chart .row:last-child .column {
      border-bottom: none; } }

footer {
  background-color: #1a1a1a; }
  footer .copyright {
    color: #fff;
    text-align: center; }
