@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');

/* reset
--------------------------------------------------- */

*,
*::before,
*::after {
    box-sizing: border-box;
}

ul,
ol {
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

html {
    font-size: 62.5%;
}

body {
    min-height: 100vh;
    scroll-behavior: smooth;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

ul,
ol {
    list-style: none;
}

a:not([class]) {
    text-decoration-skip-ink: auto;
}

img {
    max-width: 100%;
    display: block;
    margin:0 auto;
}

/* 通常の画像スタイル */
.zoomable-image {
    height: auto; /* アスペクト比を維持 */
    cursor: pointer; /* クリック可能なカーソル */
    transition: transform 0.3s ease; /* 拡大時のアニメーション */
  }
  
  /* オーバーレイのスタイル */
  .image-overlay {
    display: none; /* 初期状態では非表示 */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; /* ビューポートの幅いっぱい */
    height: 100vh; /* ビューポートの高さいっぱい */
    background-color: rgba(0, 0, 0, 0.8); /* 背景を半透明の黒に設定 */
    justify-content: center;
    align-items: center;
    z-index: 1000; /* 他の要素の上に表示 */
  }
  
  /* オーバーレイ内の画像スタイル */
  .image-overlay img {
    max-width: 100%; /* 画面幅を超えない */
    max-height: 100%; /* 画面高さを超えない */
    object-fit: contain; /* アスペクト比を維持して画像を表示 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); /* 画像に影を追加 */
    cursor: pointer; /* クリック可能なカーソル */
  }

input,
button,
textarea,
select {
    font: inherit;
}

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

html {
    font-size: 62.5%;
}

body {
    position: relative;
}


/* ----- clearfix ----- */

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}


/* common
--------------------------------------------------- */

.contents a {
    color: #0086e3;
    text-decoration: none;
}

.contents a:visited {
    color: #0086e3;
}

.contents a:hover {
    text-decoration: underline;
}

.contents .no-pc {
    display: none;
}

.contents br.no-pc {
    display: none;
}

.contents .no-sp {
    display: block;
}

.contents .xs {
    font-size: 1.2rem;
}

.contents .tax {
    padding: 0 0 0 .25em;
    font-size: 1.2rem;
    font-weight: normal;
}

.sub-txt {
    font-size: 75%;
}

.contents em {
    color: #D3BF8F;
    font-style: normal;
    font-size: 120%;
    font-weight: bold;
}

.contents strong {
    font-style: normal;
    font-weight: bold;
}

.contents .strikethrough {
    color: #666;
    text-decoration: line-through;
}

.contents .caution {
    color: #555;
    padding: 0 0 0 1em;
    font-size: 1.2rem;
    line-height: 1.2;
    text-indent: -1em;
}

.contents .caution::before {
    content: "※";
    color: #555;
}

.contents .advance,
.contents .public,
.contents .soldout {
    display: inline-block;
    margin: 0 10px 3px 0;
    padding: .5em;
    border-radius: 4px;
    color: #FFF;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.contents .advance {
    background: #F60;
}

.contents .public {
    background: #666;
}

.contents .soldout {
    background: #999;
}

#page_top {
    width: 100px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #ef3f98;
    opacity: 0.6;
}

#page_top a {
    position: relative;
    display: block;
    width: 100px;
    height: 60px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

#page_top a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 30px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents .no-pc {
        display: block;
    }
    .contents .no-sp {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .contents .advance,
    .contents .public,
    .contents .soldout {
        display: block;
        margin: 0 0 5px 0;
        font-size: 1.0rem;
    }
    .contents .caution,
    .contents .xs,
    .contents .tax {
        font-size: 1.0rem;
        line-height: 1.2;
    }
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    min-width: 320px;
    color: #000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
    background: none;
    /* background-image: url(../images/background.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top left; */
    /* background: linear-gradient(90deg, rgb(211, 255, 255) 40%, rgb(236, 255, 100) 90%); */
}

.contents-area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url(../images/background.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
    background-position: top left;
}

.bg-top {
    background-image: url(../images/background-top.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; 
}

.bg-ticket {
    background-image: url(../images/background-ticket.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.caution-txt {
    font-weight: bold;
    color: red;
}

section {
    margin-bottom: 100px;
}

section:last-child {
    margin-bottom: 0px;
}

.contents-inner {
    width: 800px;
    margin: 0 auto;
}

.day1-contents {
    margin: 32px auto 0;
    padding: 0;
    color: #83A4FF !important;
    font-weight: bold;
    border: 2px solid #25307C;
    border-radius: 12px;
    background-color: #fff;
    position: relative; /* 疑似要素の基準位置を設定 */
    overflow: hidden; /* 疑似要素がはみ出さないようにする */
}

.day1-contents .day1-contents-inner {
    padding: 16px 24px !important; /* 内側の要素にpaddingを適用 */
}

.day1-contents::before {
    content: ''; /* 三角形を作成 */
    position: absolute;
    top: -2; /* 親要素の`padding`分だけ上に移動 */
    left: -2; /* 親要素の`padding`分だけ左に移動 */
    width: 100px; /* 三角形の幅 */
    height: 100px; /* 三角形の高さ */
    background-color: #83A4FF; /* 三角形の背景色 */
    clip-path: polygon(0 0, 100% 0, 0 100%); /* 三角形を作成 */
    border-top-left-radius: 10px; /* 三角形の左上角を丸める */
}

.day1-contents::after {
    content: 'DAY1'; /* 三角形内に表示するテキスト */
    position: absolute;
    top: 46px; /* テキストの位置を調整 */
    left: 1px; /* テキストの位置を調整 */
    color: #fff; /* テキストの色 */
    font-size: 2.6rem; /* テキストのサイズ */
    font-weight: bold; /* テキストを太字にする */
    transform: rotate(-45deg); /* テキストを斜めに回転 */
    transform-origin: top left; /* 回転の基準点を左上に設定 */
}

.day1-contents h2 {
    color: #83A4FF !important;
}

.day2-contents {
    margin: 32px auto 0;
    padding: 0;
    color: #FF97BD !important;
    font-weight: bold;
    border: 2px solid #25307C;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.day2-contents .day2-contents-inner {
    padding: 16px 24px !important; /* 内側の要素にpaddingを適用 */
}

.day2-contents::before {
    content: ''; /* 三角形を作成 */
    position: absolute;
    top: -2; /* 親要素の`padding`分だけ上に移動 */
    left: -2; /* 親要素の`padding`分だけ左に移動 */
    width: 100px; /* 三角形の幅 */
    height: 100px; /* 三角形の高さ */
    background-color: #FF97BD; /* 三角形の背景色 */
    clip-path: polygon(0 0, 100% 0, 0 100%); /* 三角形を作成 */
    border-top-left-radius: 10px; /* 三角形の左上角を丸める */
}

.day2-contents::after {
    content: 'DAY2'; /* 三角形内に表示するテキスト */
    position: absolute;
    top: 46px; /* テキストの位置を調整 */
    left: 1px; /* テキストの位置を調整 */
    color: #fff; /* テキストの色 */
    font-size: 2.6rem; /* テキストのサイズ */
    font-weight: bold; /* テキストを太字にする */
    transform: rotate(-45deg); /* テキストを斜めに回転 */
    transform-origin: top left; /* 回転の基準点を左上に設定 */
}

.day2-contents h2 {
    color: #FF97BD !important;
}

.contents .title-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #599FD3;
    border-bottom: 2px solid #25307C;
    border-radius: 10px 10px 0 0;
}

.contents .title-area h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
    text-shadow: 
        1px 1px 2px #25307C,
        -1px 1px 2px #25307C,
        1px -1px 2px #25307C,
        -1px -1px 2px #25307C;
}

.contents .title-area h3 img {
    margin: 0 10px;
    width: 24px;
    height: auto;
    z-index: 1;
}

.contents .title-area img {
    width: 60%;
    margin: 10px auto;
}

.contents .title-area p {
    margin: 0 0 10px 0;
    color: #fff;
    
}


.title-margin {
    margin: 150px 0 50px 0;
}

@media screen and (max-width: 767px) {
    .contents .title-area h3 {
        font-size: 2.4rem;
    }
    .contents .title-area h3 img {
        width: 18px;
        height: auto;
    }
    .title-margin {
        margin: 120px 0 50px 0;
    }
}

@media screen and (max-width: 799px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    section {
        margin-bottom: 60px;
        padding: 0 20px;
    }
    .contents-inner {
        width: 100%;
    }
    .day1-contents::before {
        width: 90px;
        height: 90px;
    }
    .day1-contents::after {
        font-size: 2.0rem;
        top: 40px;
        left: 2px;
    }
    .day2-contents::before {
        width: 90px;
        height: 90px;
    }
    .day2-contents::after {
        font-size: 2.0rem;
        top: 40px;
        left: 2px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    section {
        margin-bottom: 40px;
    }
    .day1-contents::before {
        width: 70px;
        height: 70px;
    }
    .day1-contents::after {
        font-size: 1.4rem;
        top: 30px;
        left: 6px;
    }
    .day2-contents::before {
        width: 70px;
        height: 70px;
    }
    .day2-contents::after {
        font-size: 1.4rem;
        top: 30px;
        left: 6px;
    }
    .contents .title-area h3 {
        font-size: 2.0rem;
    }
    .contents .title-area h3 img {
        width: 18px;
        height: auto;
    }
    .title-margin {
        margin: 100px 0 50px 0;
    }
}

.image-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 50px 0;
  }
  
  .image-container img {
    width: calc(50% - 5px);
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 768px) {
    .image-container img {
      width: 100%;
    }
  }


/* DAY1/DAY2 button
--------------------------------------------------- */
/* 固定するボタンのスタイル */
.fixed-button-container {
    display: flex;
    justify-content: center;
    width: 100%; /* 画面幅いっぱいに広げる */
    position: fixed; /* 画面下部に固定 */
    bottom: 0; /* 下端に配置 */
    left: 0; /* 左端に配置 */
    background-color: rgba(128, 128, 128, 0.5);
    z-index: 1000; /* 他の要素の上に表示 */
    padding: 10px 0; /* 上下の余白を追加 */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 下に影を追加して浮き上がる効果 */
}

/* 固定しないボタンのスタイル */
.normal-button-container {
    display: flex;
    justify-content: center;
    width: 60%; /* 固定しないボタンは中央揃え */
    margin: 30px auto; /* 上下に余白を追加 */
}

/* ボタンを80%の幅に設定 */
.fixed-button-container .button-wrapper {
    display: flex;
    justify-content: center; /* ボタンを中央揃え */
    width: 95%; /* ボタンの幅を背景の80%に設定 */
}

.fixed-button-container,
.normal-button-container a {
    text-decoration: none;
}

.fixed-button-container,
.normal-button-container a:hover {
    text-decoration: none;
}
  
.button {
    flex: 1;
    text-align: center;
    padding: 5px 0;
    text-decoration: none;
    color: white !important;
    font-size: 2.4rem;
    font-weight: bold;
    border: 2px solid #25307C;
    transition: background-color 0.3s ease;
    position: relative;
}

.button.day1 {
    background-color: #83A4FF;
}

.button.day2 {
    background-color: #FF97BD;
}

.button.day1:hover {
    background-color: #5A82E0; /* ホバー時の濃い背景色 */
    text-decoration: none;
}
.button.day2:hover {
    background-color: #E0658A; /* ホバー時の濃い背景色 */
    text-decoration: none;
}

.button + .button {
    margin-left: -1px;
}

.button::after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid;
    transition: transform 0.3s ease;
}

.button.day1::after {
    border-top-color: #4A90D9;
}

.button.day2::after {
    border-top-color: #E57373;
}

.button.arrow-top::after {
    bottom: auto;
    top: -12px;
    border-top: none;
    border-bottom: 10px solid;
}

.button.day1.arrow-top::after {
    border-bottom-color: #4A90D9;
}

.button.day2.arrow-top::after {
    border-bottom-color: #E57373;
}

.button:not(.arrow-top):hover::after {
    transform: translateX(-50%) translateY(4px);
}

.button.arrow-top:hover::after {
    transform: translateX(-50%) translateY(-4px);
}

/* 矢印を非表示にするパターン */
.button.no-arrow::after {
    content: none; /* 矢印を非表示にする */
}

@media screen and (max-width: 768px) {
    .button {
        padding: 5px 0;
        font-size: 1.8rem;
    }
    .button::after {
        bottom: -20px;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid;
    }
    .button-container {
        width: 80%;
    }
    .normal-button-container {
        width: 80%; /* 固定しないボタンは中央揃え */
        font-size: 1.8rem;
    }

}

@media (min-width: 1024px) {
    .fixed-button-container .button-wrapper {
        width: 80%; /* PCの場合、ボタンの幅を80%に設定 */
    }
}

/* HEADDING
--------------------------------------------------- */

.contents-inner h2 {
    font-size: 3rem;
    font-weight: bold;
    margin: 20px auto;
    text-align: center;
}

.contents-inner h2 small {
    display: block;
    font-size: 2.0rem;
    color: #000;
    font-weight: normal;
}

.contents h3 {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    color: #25307C;
    margin-top: 20px;
}

.contents h3.no-underline {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    border-bottom: none; /* アンダーバーを削除 */
    padding-bottom: 0; /* 余白も削除 */
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
}

i {
    font-size: 1.8rem;
}

p+p {
    margin-top: 1em;
}

span.bold {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .contents h2 {
        font-size: 2.4rem;
        margin-bottom: 20px;
    }
    .contents h3 {
        font-size: 2rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}

.title-img {
    max-width: 90%;
    display: block;
    margin: 0 auto;
}

.title-img-notes {
    max-width: 500px;
}



/* HERO
--------------------------------------------------- */


/*.line {
    background-image: linear-gradient(to right, #ffe490, #ffe490 10px, #fff4d2 10px, #fff4d2);
    background-size: 20px 100%;
}*/

.contents h1 {
    margin: 0 auto;
    font-size: 3.2rem;
    font-weight: bold;
    max-width: 800px;
}

.contents h2 {
    font-size: 2.8rem;
}

.hero {
    text-align: center;
}

.hero a {
    display: inline-block;
    position: relative;
}

.hero a img {
    display: block;
    max-width: 60%;
    margin: -180px auto 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.hero a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 767px) {
    .hero {
        padding: 0;
    }
    .hero a img {
        margin: -120px auto 0;
    }
}
@media screen and (max-width: 599px) {
	.hero a img {
        margin: -90px auto 0;
    }
}@media screen and (max-width: 376px) {
	.hero a img {
        margin: -80px auto 0;
    }
}

/* BANNER AREA
--------------------------------------------------- */

.banner-area {
    margin: 20px auto 0;
    max-width: 1200px;
    text-align: center;
    clear: both;
}

.banner-area img {
    margin: 10px auto;
}

.banner-area img:hover {
    opacity: .7;
}

.banner-area02 {
    margin: 0 auto 80px;
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
}

.banner-area02 a {
    display: block;
    width: calc(95% / 2);
}

.banner-area02 a:first-child {
    margin-right: 5%;
}

.banner-area02 img:hover {
    opacity: .7;
}

@media all and (max-width: 767px) {

    .banner-area02 {
        display: block;
        max-width: 295px;
    }
    .banner-area02 a {
        width: 100%;
    }
    .banner-area02 a:first-child {
        margin: 0 0 20px;
    }
}

.music_bnr {
    margin: 20px auto 40px;
    padding: 0 20px;
    max-width: 840px;
}


/* about
--------------------------------------------------- */

#about p {
    max-width: 1080px;
    margin: 0 auto;
    display: block;
}

#about .contents-inner {
    margin: 0 auto;
}

.about_list {
    margin-bottom: 50px;
    color: #000;
}

.about_list dt {
    /* text-align-last: justify; */
    position: relative;
    float: left;
    clear: both;
    width: 24%;
    margin-bottom: 30px;
    background: #eee;
    border-radius: 5px;
    text-align: center;
    padding: 1em;
}

.about_list dd {
    float: left;
    font-size: 1.8rem;
    width: 76%;
    padding: 1em 1em 1em 40px;
    margin-bottom: 30px;
}

.about_list_red {
    color: #e40011;
    font-size: 1.5rem;
}

.about-notes {
    margin: 32px auto 0;
    padding: 16px 24px;
    border: 2px solid #25307C;
    border-radius: 12px;
    background-color: #fff;
    position: relative;
}

.about-notes p {
    margin: 32px auto 24px;
    text-align: center;
    font-size: 1.8rem;
}

.about-notes strong {
    font-size: 1.2em;
    font-weight: bold;
}

.about-notes small {
    font-size: 1.6rem;
}


.small-img {
    max-width: 40%;
}

.highlight-yellow {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
}

.highlight-yellow::after {
    content: '';
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 110%;
    height: 50%;
    background-color: rgba(247, 255, 192, 0.6);
    z-index: -1;
}

.highlight-green {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    z-index: 1;
}

.highlight-green::after {
    content: '';
    position: absolute;
    left: -5%;
    bottom: 0;
    width: 110%;
    height: 50%;
    background-color: rgba(194, 255, 227, 0.6);
    z-index: -1;
}

.info-txt {
    color: #E5769E;
    font-size: 1.6em;
    font-weight: bold;
}

.no-margin {
    margin-top: -80px;
}

@media screen and (max-width: 767px) {
    .about p {
        padding: 0 20px;
    }
    .about_list dt,
    .about_list dd {
        width: 100%;
        margin-bottom: 15px;
    }
    .about_list dd {
        float: none;
        text-align: center;
    }
    .about_list_red {
        display: block;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .about-notes {
        padding: 12px;
    }
    .about-notes p {
        font-size: 1.4rem;
    }
    .about-notes small {
        font-size: 1.3rem;
    }
    .no-margin {
        margin-top: -30px;
    }
    
}


/* TICKET-------------------- */

.ticket-box {
    width: 100%;
    /* height: 100vh; */
    background-color: #C7ECFF;
    background-image: 
        linear-gradient(0deg, #fff 1px, transparent 1px),
        linear-gradient(90deg, #fff 1px, transparent 1px);
    background-size: 60px 60px;
    background-repeat: repeat;
    position: relative;   
}

.ticket-box p {
    color: #FC1D73;
    font-size: 2.0rem;
    font-weight: bold;
    text-shadow: 
        1px 1px 2px white,
        -1px 1px 2px white,
        1px -1px 2px white,
        -1px -1px 2px white;
}

.bg-caution {
    width: 100%;
    height: 400px;
    background-image: url(../images/background-caution.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: flex; /* Flexbox を有効化 */
    flex-direction: column; /* 子要素を縦並びにする */
    justify-content: center; /* 垂直方向の中央寄せ */
    align-items: center; /* 水平方向の中央寄せ */
}

.bg-caution h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #25307C;
    width: 80%;
    margin: 0;
    margin-bottom: 20px;
    text-decoration: underline; /* 下線を設定 */
    text-decoration-color: #25307C; /* 下線の色を指定 */
    text-decoration-thickness: 2px; /* 下線の太さを指定 */
    text-underline-offset: 10px; /* 下線と文字の間隔を調整 */
}

.bg-caution a {
    width: 50%;
    margin-top: 200px;
}
.bg-caution a img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.bg-caution a:hover img {
    transform: scale(1.1);
}

@media screen and (max-width: 799px) {
    .left-box {
        max-width: 100%;
        padding: 10px;
        border-radius: 15px 15px 0 0;
    }
    .left-box h4 {
        position: inherit;
        line-height: 0;
        margin: 0 auto;
        padding: 15px;
        text-align: center;
    }
    .right-box {
        max-width: 100%;
        border-radius: 0 0 15px 15px;
    }
    .right-box p>span {
        text-align: center;
    }
    .bg-caution {
        height: 300px;
    }
    .bg-caution a {
        margin-top: 180px;
    }
    .ticket-box p {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 599px) {
    .bg-caution {
        height: 250px;
    }
	.bg-caution a {
        margin-top: 150px;
    }
}
@media screen and (max-width: 499px) {
    .bg-caution {
        height: 200px;
    }
	.bg-caution a {
        margin-top: 100px;
    }
    .ticket-box p {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 376px) {
    .bg-caution {
        height: 150px;
    }
	.bg-caution a {
        margin-top: 80px;
    }
    .ticket-box p {
        font-size: 1.6rem;
    }
}


/* MODELS
--------------------------------------------------- */

p.model-txt {
    margin: 30px auto;
    font-size: 1.6rem;
    color: #000;
    font-weight: normal;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    row-gap: 0.2rem;
}

p.model-txt .name {
    white-space: nowrap;
    display: inline-block;
}
p.model-txt .slash {
    white-space: nowrap;
    display: inline-block;
    margin: 0 0.5rem;
}
p.model-txt .break {
    width: 100%; /* 強制的に改行を入れる */
    height: 0;
    margin-top: 0.5rem;
}
p.model-txt .more {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    display: block;
}
p.model-txt>small {
    display: block;
}

.momdel-notes {
    margin: 32px auto 0;
    padding: 16px 24px;
    background: #f7f7f7;
    border-radius: 12px;
}

.momdel-notes ul li,
ul.notes li {
    text-indent: -1em;
    padding-left: 1em;
}

.momdel-notes ul li::before,
ul.notes li::before {
    content: "※";
    padding-right: 4px;
}

@media screen and (max-width: 767px) {
    .momdel-notes {
        padding: 12px;
    }
    p.model-txt {
        font-size: 1.4rem;
    }
}


/* TIME SCHEDULE
--------------------------------------------------- */

.time-list {
    margin-bottom: 24px;
    font-size: 1.8rem;
    color: #000;
    gap: 10%;
}

ul.time-list {
    margin: 32px auto 0;
    padding: 16px 24px;
    background: #f7f7f7;
    border-radius: 12px;
}

#time-list ul li {
    text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
    .about p {
        padding: 0 20px;
    }
    .time-list dt,
    .time-list dd {
        width: 100%;
        margin-bottom: 15px;
    }
    .time-list dd {
        float: none;
        text-align: center;
    }
}

/* MOVIE
--------------------------------------------------- */
.contents .movie iframe {
    width: 750px;
    height: 450px;
}
.movie-txt {
	max-width: 800px;
	width: 100%;
	margin: 8px auto 0;
	color: #000;
	font-size: 1.2rem;
	text-align: right;
}
@media all and (max-width: 1024px){
    .contents .movie-inner {
        width: 100%;
        padding-top: 56.25%;
		background : none;
        overflow: hidden;
        position: relative;
    }
    .contents .movie iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100%!important;
    }
}
@media all and (max-width: 599px){
    .contents .movie iframe {
        padding: 3px;
    }
	.movie-txt {
		font-size: 1.0rem;
	}
}


/* SNS
--------------------------------------------------- */
.sns-area {
    background-image: url(../images/background-sns.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    padding: 20px 0;
}

.sns-icon {
    display: flex;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
}

.sns-icon a {
    display: flex;
    padding: 15px;
}

.sns-icon a img {
    max-width: 70%;
}

.sns-icon a:hover img {
    transform: scale(1.1);
}

.twitter-timeline {
    width: 100%;
    margin: 0 auto;
}

/* ACCESS
--------------------------------------------------- */

dd.acc-txt {
    margin: 16px auto;
    padding: 24px;
    border-radius: 12px;
    background: #f7f7f7;
}

dd.acc-txt span {
    display: block;
    font-size: 2rem;
    font-weight: bold;
    color: #f80;
}

p.access-txt {
    margin: 16px auto;
    font-size: 1.6rem;
    text-align: center;
}


/* BOTTON
--------------------------------------------------- */

.move-btn {
    margin: 20px 0 50px;
}

.fav-btn a {
    width: 50%;
    margin: 20px auto;
    padding: 10px 20px;
    display: block;
    margin: 20px auto;
    text-align: center;
    background: #fff;
    border: solid 2px #ef3f98;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    color: #ef3f98;
    font-size: 1.8rem;
    text-decoration: none;
}

.fav-btn a:hover {
    background: #ef3f98;
    color: #fff !important;
    text-decoration: none;
}

.fa-heart:before {
    content: "\f004";
}

.btnBox {
    text-align: center;
    margin-bottom: 40px;
}

.btnV {
    width: 80%;
    margin: 20px auto;
    padding: 20px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff !important;
    cursor: pointer;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.2;
}

.btnV.day1 {
    background-color: #83A4FF;
}

.btnV.day2 {
    background-color: #FF97BD;
}

.btnV:hover,
.btnA:hover {
    opacity: 0.7;
}

.btnV:active,
.btnA:active {
    position: relative;
    top: 1px;
}

.btnA {
    width: 40%;
    margin: 20px auto;
    padding: 10px;
    background: #000;
    color: #FFFF00 !important;
    cursor: pointer;
    display: block;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    line-height: 1.2;
}

.btnN {
    width: 80%;
    margin: 0 auto;
    padding: .5em;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
}

.btnN {
    background: #CCC;
    display: block;
}

.contents #submit-area {
    display: none;
}

.contents #submit-area .btn-txt {
    margin: 2em auto .5em;
    text-align: center;
    font-weight: bold;
}

.contents #submit-txt {
    text-align: center;
    font-size: 1.8rem;
    color: red;
}

@media screen and (max-width: 767px) {
    .contents #submit-txt {
        font-size: 1.6rem;
    }
    .fav-btn a {
        width: 100%;
    }
}

@media screen and (max-width: 639px) {
    .btnA {
        width: 50%;
    }
}

.contents .submit-btn {
    display: block;
    width: 60%;
    margin: 10px auto;
    padding: 1em .5em;
    background: #fff;
    border: solid 2px #b29a57;
    color: #b29a57 !important;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.contents .submit-btn:hover {
    text-decoration: none;
    background: #b29a57;
    color: #fff !important;
}

@media all and (max-width: 767px) {
    .btnN,
    .btnV {
        width: 100%;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn,
    .contents .next-btn,
    .contents .submit-btn,
    .btnV {
        font-size: 1.4rem;
    }
}

.input-area {
    font-size: 1.8rem;
    text-align: center;
}

.input-area input[type=checkbox] {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    margin: 0 10px 0 0;
}

@media screen and (max-width: 767px) {
    .input-area {
        font-size: 1.6rem;
    }
}


/* ticket
--------------------------------------------------- */

.ticket {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 8000;
    display: block;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    /*
	display: none;
	-moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	*/
}

@media screen and (max-width: 767px) {
    .ticket {
        width: 100%;
        right: auto;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        padding: 15px 10px;
    }
    .ticket a {
        width: 100%;
        display: block;
        padding: 10px;
        text-align: center;
        background: #f80;
        color: #FFF !important;
        font-weight: 700;
        font-size: 1.4rem !important;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }
    .ticket a:hover {
        text-decoration: none;
        opacity: .7;
    }
}


/* .ticket.on {
  display: block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
} */

/* PHOTO
--------------------------------------------------- */
.contents .photo-area {
    text-align: center;
}

.contents .photo-area h3 {
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    color: #25307C;
    margin-top: 20px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.contents .photo-area h3 img {
    margin: 0 10px;
    width: 24px;
    height: auto;
    z-index: 1;
  }

.contents .photo-area h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 10px;
    background-color: rgba(234, 204, 255, 0.6);
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    border-radius: 5px;
}

@media screen and (max-width: 767px) {
    .contents .photo-area h3 {
        font-size: 2.0rem;
    }
    .contents .photo-area h3::after {
        bottom: -12px;
    }
    .contents .photo-area h3 img {
        width: 18px;
        height: auto;
    }
}


/* CONTACT
--------------------------------------------------- */

.contents .link-area {
    padding: 1em 1em 0;
}

.link {
    display: inline-block;
    margin: 0 auto;
}

.contents .link li {
    margin: 0 auto;
    padding: .5em 1em 0;
}

.contents .link li a {
    display: block;
    width: 100%;
    color: #17434e;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.4;
    text-align: left;
    text-decoration: underline;
    transition: .25s;
}

.contents .link li a:hover {
    text-decoration: none;
}

.contents a.link {
    display: inline-block;
}

.contents a.link:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #17434e;
}

@media screen and (max-width: 599px) {
    .contents .link-area {
        padding: 1em;
    }
    .contents .link li a {
        font-size: 1.2rem;
    }
}

/* LINK BUTTON
--------------------------------------------------- */
.fixed_btn {
    position: fixed;
    right: calc((100vw - 1200px) / 2);
    bottom: 100px;
    transition: all 0.3s;
    width: 100px; /* ボタンの幅 */
    height: 100px; /* ボタンの高さ */
    background-color: rgba(228, 189, 242, 0.8); /* 背景色 */
    border: 3px solid #25307C; /* 枠の色と太さ */
    border-radius: 50%; /* 円形にする */
    display: flex; /* 中央揃えのためにflexboxを使用 */
    justify-content: center; /* 水平方向に中央揃え */
    align-items: center; /* 垂直方向に中央揃え */
    color: #FFFFFF !important; /* テキストの色 */
    font-size: 1.8rem; /* テキストのサイズ */
    font-weight: bold; /* テキストを太字にする */
    text-align: center; /* テキストを中央揃え */
    cursor: pointer; /* ホバー時にポインターを表示 */
    text-decoration: none !important; /* 下線を削除 */
    z-index: 100;
    text-shadow: 
        -1px -1px 0 #25307C, /* 左上 */
        1px -1px 0 #25307C,  /* 右上 */
        -1px 1px 0 #25307C,  /* 左下 */
        1px 1px 0 #25307C;   /* 右下 */
}

.fixed_btn:hover {
    background-color: #D9AEEA; /* ホバー時の背景色 */
    border-color: #1F285F; /* ホバー時の枠の色 */
    transform: scale(1.1); /* ホバー時に拡大 */
    color: #FFFFFF; /* ホバー時も文字色を白に固定 */
    text-shadow: 
        -1px -1px 0 #25307C, /* 左上 */
        1px -1px 0 #25307C,  /* 右上 */
        -1px 1px 0 #25307C,  /* 左下 */
        1px 1px 0 #25307C;   /* 右下 */
    text-decoration: none !important; /* ホバー時も下線を削除 */
}

.fixed_btn p {
    margin: 0; /* pタグのデフォルトの余白を削除 */
    line-height: 1.4; /* テキストの行間を調整 */
}

.fixed_btn p a {
    display: block;
    color: inherit; /* 親要素の文字色を継承 */
    text-decoration: none !important; /* 下線を削除 */
}

.fixed_btn p a:visited {
    color: inherit; /* 訪問済みリンクの色を親要素の色に固定 */
    text-decoration: none !important; /* 訪問済みリンクの下線を削除 */
}

.fixed_btn p a:hover {
    transform: scale(1.1);
    text-decoration: none !important; /* ホバー時も下線を削除 */
}
@media screen and (max-width: 1200px) {
	.fixed_btn {
		right: 10px;
	}
}
@media screen and (max-width: 1024px) {
	.fixed_btn {
		bottom: 80px;
	}
    .fixed_btn p {
		width: 120px;
	}
}
@media screen and (max-width: 599px) {
	.fixed_btn {
		bottom: 80px;
	}
    .fixed_btn p {
		width: 100px;
	}
}@media screen and (max-width: 376px) {
	.fixed_btn {
		bottom: 80px;
	}
    .fixed_btn p {
		width: 80px;
	}
}


/* --------レイアウト用のスタイル-------- */

.wrapper {
    display: flex;
    margin: 0 auto;
}

.wrapper details {
    margin-bottom: 16px;
}

.wrapper details:last-child {
    margin-bottom: 0;
}

.wrapper_normalIcon,
.wrapper_pseudoElementsIcon {
    width: 700px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 1071px) {
    .wrapper_normalIcon {
        margin-right: 24px;
    }
}

@media (max-width: 1070px) {
    .wrapper {
        flex-direction: column;
    }
    .wrapper_normalIcon {
        margin-bottom: 24px;
    }
}

@media (max-width: 760px) {
    .wrapper_normalIcon,
    .wrapper_pseudoElementsIcon {
        width: 100%;
    }
}

.wrapper_title {
    font-size: 22px;
}


/* GROUP banner
--------------------------------------------------- */

.group-bnr-3 li a:hover {
    opacity: .7;
}

.group-bnr-3 {
    display: flex;
    gap: 10px;
}

@media screen and (max-width: 767px) {
    .group-bnr-3 {
        display: block;
        gap: 0;
    }
    .group-bnr>ul.group-bnr-3>li {
        margin-bottom: 20px;
        text-align: center;
    }
    .group-bnr>ul.group-bnr-3>li>a>img {
        margin: 0 auto;
    }
}