@charset "UTF-8";
@media screen and (max-width:1920px) {
  /*---------------------
        TOP
---------------------*/
  .mv .textG + p {
    width: 64%;
  }
}
@media screen and (max-width:1800px) {
  /*---------------------
        TOP
---------------------*/
  .mv .textG {
    left: 9.5vw;
  }
  .mv .textG + p {
    width: 68%;
  }
}
@media screen and (max-width:1680px) {
  /*---------------------
        header
---------------------*/
  header nav li a {
    padding-left: 1.4vw;
  }
  /*---------------------
        TOP
---------------------*/
  .mv .textG {
    left: 5.5vw;
  }
  .hero-slide__img {
    max-width: 75%;
  }
}
@media screen and (max-width: 1560px) {
  header nav li a {
    font-size: 1.8rem;
  }
  .top-slider, .hero, .hero__inner {
    height: 34vw;
  }
  .hero-slide__img {
    max-width: 70%;
    height: 34vw;
  }
}
@media screen and (max-width: 1440px) {
  /*---------------------
        header
---------------------*/
  header nav {
    margin-top: 3.2vw;
  }
  .hdr-wrap .linkG {
    margin-top: 3rem;
  }
  /*---------------------
        TOP
---------------------*/
  .mv h2 + p {
    margin-top: -0.5rem;
    width: 70%;
  }
  .mv > .flex-e {
    position: relative;
  }
  .mv .textG + p {
    width: 70%;
  }
}
@media screen and (max-width: 1368px) {
  /*---------------------
        header
---------------------*/
  header {
    padding: 0 2rem;
  }
  header h1, header p.logo {
    width: 40rem;
  }
  .hdr-wrap .linkG {
    margin-top: 3rem;
    width: 45%;
  }
  /*---------------------
        TOP
---------------------*/
  .sec06 + .image {
    margin: 12vw 0 6vw;
  }
  /*---------------------
        footer
---------------------*/
  .to-top {
    width: 12rem;
  }
}
@media screen and (max-width: 1280px) {
  .sec01 .tabs {
    margin: 12vw 0 4rem;
  }
  .schedule-wrap {
    margin-top: 10vw;
  }
  .sec04 .schedule-wrap {
    margin: 12rem auto 0;
  }
  .sec06 {
    width: 75%;
  }
}
@media screen and (max-width: 1024px) {
  /*---------------------
        TOP
---------------------*/
  .sec02::after {
    top: -23rem;
  }
  .event-wrap ul li p.gest span {
    width: 24%;
  }
  .schedule-wrap .contents2Wrap {
    gap: 0 4rem;
  }
  .sec06 + .image p {
    width: 45%;
  }
  footer .navArea {
    padding: 6rem 2rem;
  }
  footer .navArea ul {
    gap: 2.5vw;
  }
}
@media screen and (max-width: 559px) {
  /*ポップアップ*/
  body.open_popup {
    overflow: hidden;
  }
  .bg_onetime_popup {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
  }
  body.open_popup .bg_onetime_popup {
    opacity: 1;
    visibility: visible;
  }
  .onetime_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50%;
    min-width: 92%;
    background-color: #030000;
    padding: 1rem 1rem 2rem;
  }
  #popup-video {
    width: 100%;
    height: 20.5rem;
  }
  /*//ポップアップ*/
  /*---------------------
        header
---------------------*/
  .hdr-wrap .linkG {
    display: none;
  }
  header h1, header p.logo {
    width: 23.5rem;
    margin: 0 auto;
  }
  .wrap {
    background: url(../images/top/shine.webp) no-repeat center top;
    background-size: 160%;
  }
  /*drawer*/
  .drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    width: 4rem;
  }
  .drawer-hamburger-icon:after, .drawer-hamburger-icon:before, .drawer-hamburger-icon {
    background: var(--baseColor);
  }
  .drawer-hamburger-icon::before {
    top: 1rem;
  }
  .drawer-hamburger-icon::after {
    top: 2rem;
  }
  .drawer-open .drawer-hamburger-icon:after, .drawer-open .drawer-hamburger-icon:before {
    top: 0.5rem;
  }
  .drawer--right .drawer-nav {
    padding: 0 1.5rem 2rem;
    background: #030000 url(../images/top/shine.webp) no-repeat center top;
    background-size: 160%;
    z-index: 8000;
  }
  .drawer--right .drawer-nav p.logo {
    padding-top: 0;
  }
  .drawer--right .drawer-nav .drawerLink, .drawer--right .drawer-nav .single-event-sns-list {
    width: 85%;
    margin: 4rem auto 0;
  }
  .drawer--right .drawer-nav .single-event-sns-list {
    gap: 0.5rem;
  }
  .drawer--right .drawer-nav .drawerLink .flex-c {
    gap: 2rem;
  }
  .drawer--right.drawer-open .drawer-nav ul {
    margin-top: 5rem;
  }
  .drawer--right.drawer-open .drawer-nav ul li {
    margin: 1rem 0;
  }
  .drawer--right.drawer-open .drawer-nav ul li a {
    color: var(--baseColor);
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .drawer--right.drawer-open .drawer-nav ul li a::after {
    display: none;
  }
  /*---------------------
        TOP
---------------------*/
  .mv {
    margin-top: 10rem;
    height: 31rem;
  }
  .mv .textG {
    width: 100%;
    left: 0;
    top: -6rem;
    transform: translateY(0);
    text-align: center;
  }
  .top-slider, .hero, .hero__inner {
    height: 31rem;
  }
  .hero-slide__img {
    height: 31rem;
    max-width: 100%;
    width: 100%;
  }
  .mv .textG + p {
    width: 100%;
  }
  .mv h2 {
    display: inline-block;
    text-align: left;
    text-shadow: none;
  }
  .mv h2 + p {
    margin-top: 0;
    width: 21.3rem;
    margin-left: 2rem;
  }
  .sec01 {
    margin-top: 6rem;
  }
  .sec01 .tabs {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 8rem 0 1rem;
  }
  .sec01 .tabs label:not(:last-of-type) {
    border-right: solid 1px;
    margin-right: 2rem;
    padding-right: 2rem;
    margin-bottom: 2rem;
  }
  .event-wrap ul li {
    width: 100%;
  }
  .event-wrap .cat p img, .schedule-wrap .cat p img {
    width: 1.8rem;
  }
  .event-wrap h3 {
    min-height: auto;
    letter-spacing: 0.15em;
  }
  .event-wrap ul {
    width: 94%;
    margin: 0 auto 5vw;
  }
  .event-wrap ul li p.gest {
    flex-direction: row;
  }
  .event-wrap ul li p.gest span {
    width: 15%;
  }
  .event-wrap p.event-place {
    margin-top: 1.5rem;
  }
  .event-wrap .detail-btn2 a {
    margin: 2rem 0 3rem;
  }
  /*  .event-wrap ul li figure {
    height: auto;
  }*/
  .sec02 {
    padding-top: 10rem;
  }
  .sec02 .youtube-logo {
    width: 12rem;
    margin: 0 auto;
  }
  .sec02 h2, .sec02 h2 + p {
    text-align: center;
  }
  .sec02 p.text {
    margin: 3.5rem 0;
    padding: 2rem 0;
  }
  .sec02 p.text::after {
    display: none;
  }
  .sec02 .contents2Wrap {
    gap: 0;
  }
  .videoWrapper:not(:last-child) {
    margin-bottom: 2rem;
  }
  .schedule-wrap .contents2Wrap .box > .flex {
    flex-direction: row;
  }
  .sec03 .sec-ttl::after {
    width: 15.2rem;
    height: 15.2rem;
    right: -7.5vw;
    top: 50%;
  }
  .schedule-wrap .detail-btn a {
    margin: 4rem 0 5rem;
  }
  .sec04 .schedule-wrap {
    margin: 5rem auto 0;
  }
  .schedule-wrap .contents2Wrap .box {
    padding: 2rem 0;
  }
  .sec04 .schedule-wrap .contents2Wrap {
    margin: 5rem 0 0;
  }
  .sec04 .container {
    padding-bottom: 0;
  }
  .sec05 {
    margin-top: 5rem;
  }
  .sec05 p.logo {
    width: 20.4rem;
    margin: 0 auto 4rem;
  }
  .sec05 h2 + p {
    margin-bottom: 4rem;
  }
  .sns-box {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .sns-box .box {
    width: calc((100% - 1.5rem) / 2);
  }
  .sns-box .box p.icon {
    min-height: 11rem;
    width: 65%;
    margin: 0 auto;
  }
  .sns-box .box.line p.icon img {
    width: 96%;
  }
  .sns-box .box.twitter p.icon img {
    width: 72%;
  }
  .sns-box .box.blog p.icon img {
    width: 74%;
  }
  .sns-box .box p.icon + p {
    text-align: justify;
    line-height: 1.4;
  }
  .sns-box .box p.register span {
    display: block;
    padding: 0.5rem 0;
  }
  .sns-box .box p.register span img {
    width: 1rem;
    position: relative;
    top: -0.2rem;
    left: 0.5rem;
  }
  .sns-box .box p {
    font-size: 1.3rem;
  }
  .sns-box .box dl dt {
    font-size: 1.2rem;
  }
  .linkArea {
    margin: 5rem 0;
  }
  .sec06 {
    width: 88%;
    padding: 4rem 0 0;
  }
  .sec06 ul {
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 4rem 0;
  }
  .sec06 ul li {
    width: calc((100% - 3rem) / 2);
  }
  .sec06 + .image {
    flex-direction: row;
    margin: 75vw 0 6vw;
  }
  .sec06 + .image p {
    width: 27.8rem;
  }
  .sec06 + .image p::before {
    width: 21rem;
    height: 21rem;
    left: -28vw;
  }
  .company-info .flexL, .company-info .flexR {
    width: 100%;
  }
  .company-info .flexL .logo img {
    width: 23.8rem;
    margin: 0 auto 1.5rem;
  }
  .company-info .flexL .logo img + p {
    margin: 1rem 0 0;
  }
  .company-info .flexL h2 {
    font-size: 2rem;
    letter-spacing: 0.15em;
    font-weight: 700;
  }
  .company-info .flexL ul {
    flex-direction: row;
    justify-content: center;
    margin-top: 1.5rem;
  }
  .company-info .flexL ul li {
    width: 3rem;
  }
  .company-info .flexL, .company-info .flexR {
    margin-right: 0;
  }
  .company-info .flexL {
    margin-bottom: 4rem;
  }
  .company-info .flexL address, .company-info .flexL p.tel {
    text-align: center;
  }
  .company-info .flexL dl {
    justify-content: center;
  }
  .company-info .flexL p.tel img {
    top: -0.8rem;
    margin-right: 0.5rem;
    width: 1.2rem;
  }
  .gmap {
    width: 100%;
  }
  .company-info {
    margin: 10rem 0 4rem;
  }
  .home main {
    background: url(../images/top/bg2.webp) no-repeat center bottom 73rem/contain;
  }
  /*---------------------
        footer
---------------------*/
  .to-top {
    width: 8rem;
    right: 2rem;
    bottom: 8rem
  }
  footer {
    padding-bottom: 7rem;
  }
  footer .navArea {
    padding: 2rem 0;
  }
  footer .navArea ul li:not(:last-child) {
    border-bottom: solid 1px var(--baseColor);
  }
  footer .navArea ul li a {
    display: block;
    padding: 1.5rem 1em;
  }
  footer .navArea ul li a i {
    font-size: 150%;
    position: relative;
    left: 1rem;
    top: 0.5rem;
    transform: rotate(90deg);
  }
  footer .navArea ul li ul.sub-menu {
    margin: 0 0 4rem;
  }
  footer .navArea ul li ul.sub-menu li {
    border: none;
  }
  footer .navArea ul li ul.sub-menu li a {
    font-size: 1.6rem;
    padding: 0.5rem 2em;
  }
  /*フローティング*/
  .footerNav {
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: none;
  }
  .footerNav ul {
    flex-direction: row;
  }
  .footerNav li {
    flex-grow: 1;
  }
  .footerNav a {
    display: block;
  }
  .footerNav a img {
    height: 6.85rem;
    width: 100%;
    object-fit: cover;
  }
  /*---------------------
        イベント情報
---------------------*/
  /*一覧*/
  .event-wrap.list, .event-wrap.list.cat {
    margin-top: 8rem;
  }
  .event-wrap.list ul {
    width: 100%;
    flex-direction: row;
  }
  .event-wrap.list ul li {
    width: calc((100% - 2rem) / 2);
  }
  .event-wrap.list ul li .cat {
    padding-bottom: 0.5rem;
    margin: 1rem 0 0.5rem;
  }
  .event-wrap.list ul li .cat p {
    font-size: 1.2rem;
  }
  .event-wrap.list ul li .cat p img {
    top: -0.2rem;
  }
  .event-wrap.list h3 {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .event-wrap.list ul li p.gest {
    flex-direction: column;
    min-height: 5em;
  }
  .event-wrap.list ul li p.gest span {
    width: 100%;
  }
  .event-wrap.list p.event-day {
    font-size: 1.3rem;
  }
  .event-wrap.list p.event-place {
    margin-top: 1rem;
  }
  .event-wrap.list .detail-btn2 a {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  /*	.event-wrap.list ul li figure {
    height: 25rem;
  }
  .event-wrap.list ul li figure img {
    object-fit: cover;
  }*/
  .schedule-list .schedule-wrap {
    margin-top: 8rem;
  }
  /*---------------------
        footer
---------------------*/
  footer p.copy {
    padding: 2rem 6%;
  }
  .to-top {
    display: none;
  }
  /*---------------------
        お問い合わせ
---------------------*/
  .radio-area {
    margin: 8rem 0 4rem;
    width: 100%;
  }
  .contact h2 {
    font-size: 2.2rem;
  }
  .radio-area > span {
    width: 100%;
  }
  .contact-wrap {
    margin: 4rem 0;
    padding: 2rem 6%;
  }
  .contact-wrap table {
    width: 100%;
  }
  .contact-wrap td {
    margin-bottom: 4rem;
  }
  .contact-wrap td input, .contact-wrap td textarea {
    width: 87.5%;
    padding: 1.5rem 2rem;
  }
  .contact-wrap .tel td p.text-r {
    font-size: 1.2rem;
  }
  .contact-wrap td input[type="text"].short {
    width: 35%;
  }
  .contact-wrap td .select-area {
    width: 70%;
  }
  .contact-wrap td a {
    text-decoration: underline;
  }
  .contact-wrap table .radio-area.request-details, .contact-wrap table .radio-area.contact-method {
    margin-top: 0;
  }
  .contact-wrap table .radio-area.request-details td, .contact-wrap table .radio-area.contact-method td {
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
  }
  .doui-check {
    margin-bottom: 4rem;
  }
  .contact-wrap button[type="submit"], .contact-wrap input[type="submit"] {
    width: 100%;
  }
  .detail-btn2 p.past {
    padding: 1rem 0;
    font-size: 1.5rem;
  }
  /*エラー*/
  .contact-error p.error {
    font-size: 1.8rem;
    margin: 6rem 0 2rem;
  }
  /*確認*/
  .mw_wp_form_confirm form {
    margin-top: 8rem;
  }
  .mw_wp_form_confirm .detailBT {
    flex-direction: column-reverse;
  }
  /*完了*/
  .completion-text {
    margin: 8rem 0 5vw;
  }
  .completion-text p, .p-404-text p {
    text-align: justify;
  }
  .completion-text p:not(:last-child), .p-404-text p:not(:last-child) {
    margin-bottom: 1em;
  }
  .contact-completion .detail-btn, .p-404 .detail-btn {
    margin: 5rem 0;
  }
  /*---------------------
        404
---------------------*/
  .p-404-text {
    margin: 8rem 0 5vw;
  }
  /*---------------------
     プライバシーポリシー
---------------------*/
  .privacy-contents {
    margin: 8rem 0 4rem;
  }
  /*-----------------------

  チケットお申し込みの流れ         

-----------------------*/
  .flow .flewContents {
    margin: 20vw 0 9vw;
  }
  .flow .flewContents ul {
    width: 100%;
  }
  .flow .flewContents li:not(:last-child) {
    margin-bottom: 5rem;
    padding: 2rem;
  }
  .flow .flewContents li:not(:last-child)::after {
    width: 5rem;
    height: 2.5rem;
    bottom: -3.5rem;
  }
  .flow .flewContents li .detail-btn2 a img {
    max-width: 8%;
  }
  .pickup-op {
    margin-top: 0;
  }
  /*20240830 add*/
  .sec01 .message {
    font-size: 1.6rem;
    text-align: justify
  }
  /*20241019 add*/
  /*---------------------
        会社概要
---------------------*/
  .media {
    max-width: 100%;
    margin: 12rem auto 0;
  }
  .media .media__ttl {
    margin-top: 6rem;
  }
  .company .company-sec03 {
    padding-bottom: 25rem;
  }
  .partnership__contents {
    gap: 2rem;
    flex-direction: row;
  }
  .partnership__degree {
    margin-bottom: 1rem;
  }
  .partnership__name {
    font-size: 1.5em;
    line-height: 1.1;
  }
  /*20241216 add ブロックエディタスタイル*/ :root :where(p.has-background) {
    padding: 0.5em;
  }
}
@media screen and (max-width: 375px) {
  /*ポップアップ*/
  #popup-video {
    height: 18.3rem;
  }
  /*---------------------
        TOP
---------------------*/
  .event-wrap ul li p.gest span {
    width: 18%;
  }
  .sns-box .box dl dt {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
  .sns-box .box p.icon + p {
    min-height: 8em;
  }
  /*---------------------
        お問い合わせ
---------------------*/
  .contact-wrap td input, .contact-wrap td textarea {
    width: 86.5%;
  }
  .contact-wrap td .select-area {
    width: 75%;
  }
  .contact-wrap td input[type="text"].short {
    width: 35%;
    margin-right: 0;
  }
  .contact-wrap td a {
    font-size: 1.4rem;
  }
  .contact-wrap button[type="submit"], .contact-wrap input[type="submit"] {
    font-size: 1.6rem;
  }
  .contact-wrap .detailBT .form_submit::before {
    right: 2rem;
  }
}
@media screen and (max-width: 361px) {
  /*ポップアップ*/
  #popup-video {
    height: 17.5rem;
  }
  /*---------------------
        お問い合わせ
---------------------*/
  .contact h2 {
    font-size: 1.8rem;
  }
  .contact-wrap td input, .contact-wrap td textarea {
    width: 85.5%;
  }
}
/*20250721add*/
@media screen and (max-width: 559px) {
  .contact-wrap td .select-area.ticket-name {
    width: 100%;
  }
  #two-part-tickets-row td {
    flex-direction: column;
    align-items: flex-start;
	  gap: 2rem;
  }
  .ticket-unit {
    gap: 1em;
    width: 100%;
  }
  #two-part-tickets-row td p {
    margin-right: 0;
  }
  #two-part-tickets-row td .select-area {
    margin-right: 0;
    width: 10em;
  }
}