@charset "UTF-8";

html {
    font-size: 62.5%;
}

body {
    color: #2A292F;
    background-color: #F5F3EF;
    overflow-wrap: break-word;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 500;
}

img {
    max-width: 100%;
    height: auto;
}

.fade-in {
  opacity: 0;
  animation: fadeOnly 1.5s ease-out forwards;
}

@keyframes fadeOnly {
  to {
    opacity: 1;
  }
}

/* ////////// h2 共通 ////////// */

h2 {
    line-height: 1;
    text-align: center;
}

.h2_main {
    font-size: 3.2rem;
    font-weight: 700;
    color: #FAC62A;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.h2_sub {
    margin-top: 5px;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .h2_main {
        font-size: 6rem;
    }

    .h2_sub {
        font-size: 2.4rem;
    }
}

/* //////////main visual ////////// */

.main_img {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

@media (min-width: 768px) {
    .main_img {
        max-width: 768px;
    }
}

/* ////////// about ////////// */

.section_about {
    padding: 35px 20px;
    background-color: #F0D171;
}

.about_content1 {
    padding: 20px 14px;
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #000;
}

.a1 {
    font-size: 1.4rem;
    line-height: 1.8;
}

.a2::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 5px;
}

.a2 {
    margin-top: 10px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
}

.a3 {
    margin-top: 15px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.8;
    color: #69A1EA;
}

.about_vector {
    margin-top: 5px;
    width: 14px;
} 

.arrow {
    font-size: 2.8rem;
}

.about_btn {
    margin: 5px auto 0;
    display: block;
    width: 270px;
}

.about_content2 {
    margin-top: 35px;
}

.section_about h3 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.8;
}

.about_content2 p {
    margin-top: 35px;
    font-size: 1.5rem;
    line-height: 1.8;
    }

@media (min-width: 768px) {
    .a1 {
        font-size: 1.6rem;
    }

    .a2 {
        font-size: 1.9rem;
    }

    .a3 {
        font-size: 2.4rem;
    }

    .section_about {
        max-width: 768px;
        margin: 0 auto 0;
    }

    .about_content2 h3, .about_content2 p {
        font-size: 1.7rem;
    }
}

/* ////////// story ////////// */

.section_story {
    margin-top: 75px;
    padding: 0 20px;
}

.section_story h3 {
    margin-top: 35px;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.8;
    color: #69A1EA;
    text-align: center;
}

.section_story div {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.8; 
    display: grid;
    gap: 1em;
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 20px;
    border: 3px solid #F0D171;
}

@media (min-width: 768px) {
    .section_story {
        max-width: 768px;
        margin: 75px auto 0;
    }

    .section_story h3 {
        font-size: 1.9rem;
    }

    .section_story div {
        font-size: 1.7rem;
    }
}

/* ////////// ts ////////// */

/* 日程 */

.section_ts {
    margin-top: 75px;
    padding: 0 20px 20px;
}

.ts_content {
    margin-top: 35px;
    background-color: #fff;
    border: 3px solid #F0D171;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.h3_frame {
    background-color:#F0D171;
    padding: 9px 0;
}

.h3_frame h3 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.s_item {
    padding: 20px;
    display: grid;
    justify-content: center;
}

.date {
    width: 590px;
}

.table {
    margin-top: 20px;
}

/* 料金 */

.t_items {
    padding: 20px;
    display: grid;
    gap: 20px;
}

.fee_frame {
    background-color: #69A1EA;
}

.fee {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    color: #FFFFFF;
    text-align: center;
}

.fee_box {
    width: 170px;
    margin: 10px auto;
}

.fee_item1, .fee_item2 {
    font-size: 1.4rem;
    line-height: 1.8;
    display: flex;
    justify-content: space-between;
}

.fee_item2 {
    margin-top: 5px;
}

.fee_item_right {
    font-weight: 700;
    display: flex;
    gap: 28px;
}

.fee_last {
    margin-top: 10px;
    display: grid;
}

.fee_last_top {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: center;
}

.fee_last_bottom {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: center;
}

.fee_point {
    /* margin-top: 20px; */
    font-size: 1.3rem;
    line-height: 1.8;
}

.fee_point::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 20px;
}

.fee_point p {
    text-indent: -1em;
    padding-left: 1em;
}

/* チケットボタン */

.tickets {
    display: flex;
    gap: 20px;
    padding: 20px;
    justify-content: center;
    position: relative;
}

.tickets::after {
    content: "";
    display: block;
    width: calc(100% - 40px); /* 左右20pxずつ引く */
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -1px;
    left: 20px; /* 左から20px */
}

.tickets_ex {
    padding: 20px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-align: left;
}

.tickets_btn {
    width: 137.5px;
}

@media (min-width: 768px) {
    .section_ts {
        max-width: 768px;
        margin: 75px auto 0;
    }

    .h3_frame h3 {
        font-size: 2rem;
    }

    .fee {
        font-size: 1.6rem
    }

    .fee_item1, .fee_item2 {
        font-size: 1.6rem;
    }
    
    .fee_last_top {
        font-size: 1.6rem;
    }

    .fee_last_bottom {
        font-size: 1.6rem;
    }

    .fee_point {
        font-size: 1.5rem;
    }

    .tickets_ex {
        font-size: 1.5rem;
    }

    .fee_box {
        width: 200px;
    }

    .fee_item_right {
        gap: 38px;
    }
}    

/* ////////// cast ////////// */

.section_cast {
    margin-top: 75px;
}

.cast_content {
    margin-top: 35px;
    padding: 30px 20px;
    background-color: #F0D171;
}

.cast_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 30px;
    justify-content: center;
} 

.cast_member {
    text-align: center;
}

.cast_member img {
    width: 157px;
    height: 157px;
    object-fit: cover;
}

.cast_name {
    margin-top: 8px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.cast_unit {
    font-size: 1.3rem;
    line-height: 1.8;
}

.cast_ex {
    margin-top: 30px;
    font-size: 1.4rem;
    text-align: end;
}

@media (min-width: 768px) {
    .section_cast {
        max-width: 768px;
        margin: 75px auto 0;
    }

    .cast_name {
        font-size: 2rem;
    }

    .cast_unit {
        font-size: 1.5rem;
    }

    .cast_ex {
        font-size: 1.6rem;
    }
}

/* ////////// staff ////////// */

.section_staff {
    margin-top: 75px;
}

.staff_list {
    margin-top: 35px;
    display: grid;
    gap: 35px;
}

.staff_list dl {
    text-align: center;
}

.staff_list dt {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #FAC62A;
}

.staff_list dd {
    font-size: 1.4rem;
    line-height: 1.5;
    display: block;
    margin: 0 auto 1em;
}

@media (min-width: 768px) {
    .staff_list dt {
        font-size: 1.3rem;
    }

    .staff_list dd {
        font-size: 1.6rem;
    }
}

/* ////////// access ////////// */

.section_access {
    margin-top: 75px;
    padding: 0 20px 20px;
}

.access_content {
    margin-top: 35px;
    background-color: #fff;
    border: 3px solid #F0D171;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.access_item {
    padding: 20px;
}

.access_item img {
    display: block;
    margin: 0 auto;
}

.location {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.location div {
    background-color: #69A1EA;
}

.location_top {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
}

.location_bottom {
    font-size: 1.4rem;
    line-height: 1.8;
}

.location::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-top: 20px; /* locationと線の間隔 */
}

.train {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.train li {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
}

.circle {
    color: #FAC62A;
}

.station {
    font-weight: 700;
    color: #69A1EA;
}

.access_point {
    margin-top: 40px;
    font-size: 1.3rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    position: relative;
}

.access_point::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: -20px;
    left: 0;
}

@media (min-width: 768px) {
    .section_access {
        max-width: 768px;
        margin: 75px auto 0;
    }

    .location_top {
        font-size: 1.8rem
    }

    .location_bottom {
        font-size: 1.6rem;
    }

    .train li {
        font-size: 1.6rem;
    }

    .access_point {
        font-size: 1.5rem;
    }
}

/* ////////// last ////////// */

.section_last {
    margin-top: 75px;
    padding: 20px 20px 70px;
    display: grid;
    gap: 35px;
}

.last_content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
}

.last_content span {
    font-size: 1.8rem;
    color: #FAC62A;
}

.last_item {
    margin-top: 10px;
    background-color: #fff;
    border: 3px solid #F0D171;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.last_item p {
    font-size: 1.38rem;
    line-height: 1.8;
    /* text-align: center; */
}

.last_btn {
    display: block;
    margin-top: 20px;
    text-align: center;
}

.last_btn img {
    width: 270px;
}

.last_btn::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    margin-bottom: 20px;
}

.last_item ul {
    font-size: 1.4rem;
    line-height: 1.8;
    text-indent: -1em;
    padding-left: 1em;
    display: grid;
    gap: 1em;
}

@media (min-width: 768px) {
    .section_last {
        max-width: 768px;
        margin: 75px auto 0;
    }

    .last_content h2 {
        font-size: 1.8rem;
    }

    .last_content span {
        font-size: 1.8rem;
    }

    .last_item p {
        font-size: 1.48rem;
    }

    .last_item ul {
        font-size: 1.6rem;
    }
}

/* ////////// footer ////////// */

.footer {
    padding: 60px;
    background-color: #F0D171;
    text-align: left;
}

.footer_txt {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8;
}

.sns {
    margin-top: 8px;
    display: flex;
    gap: 20px;
}

.sns img {
    width: 32px;
}

.contact {
    margin-top: 25px;
    font-size: 1.4rem;
    line-height: 1.8;
}

.contact dt {
    font-weight: 700;
    line-height: 1.8;
}

.contact dd {
    margin-top: 5px;
    line-height: 160%;
}

.contact span {
    font-weight: 700;
}

.pro {
    margin-top: 25px;
    width: 256px;
    /* text-align: center; */
}

.copy {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 25px;
    text-align: center;
}

@media (min-width: 768px) {
    .footer {
        text-align: center;
    }

    .footer_txt {
        font-size: 1.6rem;
    }

    .sns {
        justify-content: center;
    }

    .contact {
        font-size: 1.6rem;
    }

    .copy {
        font-size: 1.2rem;
    }
}

/* ////////// bottom_menu ////////// */

.bottom_menu {
    height: 60px; 
    display: flex;
    gap: 20px;
    padding: 8px 20px;
    align-items: center;
    /* 追従 */
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottom_sns {
    display: flex;
    flex-shrink: 0;
    gap: 10px;
}

.bottom_menu img {
    max-width: 50px;
    height: 50px;
}

.ticket-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #944747;
}

.ticket-content {
  display: grid;
  align-items: center;
  gap: 6px;
}

.ticket-text {
  font-size: 1.7rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}

.ticket-subtitle {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
}

.ticket-button::after {
  content: "";
  position: absolute;
  right: 17px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* ////////// 追加 ////////// */

/* .ticket-item {
    display: flex;
    gap: 20px;
}

.online-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    background-color: #2C70C9;
}

.theater-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    background-color: #944747;
} */