@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;
}

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: #b29a57;
    text-decoration: none;
}

.contents a:visited {
    color: #b29a57;
}

.contents a:hover {
    text-decoration: underline;
}

.contents .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 {
    text-decoration: line-through;
    font-size: 1.2rem;
    color: #c1c1c1;
    margin-bottom: 12px;
}

.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;
}

.through {
    text-decoration: line-through;
    color: #999;
}

@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;
    }
}

.mt40 {
    margin-top: 40px;
}


/* LAYOUT
--------------------------------------------------- */

.contents {
    width: 100%;
    min-width: 320px;
    color: #333;
    /* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; */
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.6;
}

.contents-area {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contents-inner {
    margin-bottom: 80px;
    padding: 0 20px;
}

.contents-inner:last-child {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .contents {
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contents-inner {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 480px) {
    .contents {
        font-size: 1.4rem;
        line-height: 1.4;
    }
    .contents-inner {
        margin-bottom: 40px;
    }
}


/* HEADDING
--------------------------------------------------- */

.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5 {
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif !important;
}

.contents h1 {
    max-width: 1200px;
    font-size: 3.2rem;
    font-weight: bold;
}

.contents h2 {
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #FFF;
    margin-bottom: 50px;
    padding: 10px;
}

.contents h2 small {
    display: block;
    font-size: 2rem;
}

.contents h2.grape {
    background: #843779;
}

.contents h2.tour {
    background: #b29a57;
}

.contents h3 {
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.contents h4 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contents h1 {
        font-size: 2.8rem;
    }
    .contents h2 {
        font-size: 2.4rem;
    }
    .contents h3 {
        font-size: 3rem;
    }
    .contents h4 {
        font-size: 1.6rem;
    }
}


/* HERO
--------------------------------------------------- */

.hero {
    padding: 0 0 20px;
}

.hero-inner {}

.infobnr {
    width: 768px;
    margin: 10px auto;
}

.infobnr a:hover {
    opacity: .7;
}

.outline {}

.outline p {}

.outline p+p {}

@media screen and (max-width: 767px) {
    .infobnr {
        width: 100%;
        margin: 10px auto;
    }
    .outline {}
    .outline p+p {}
}

@media screen and (max-width: 480px) {
    .outline {}
    .outline p+p {}
}


/* month link
--------------------------------------------------- */

.monthlink {
    margin-bottom: 50px;
}

.monthlink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.monthlink ul li {
    display: block;
    width: calc(100% / 8);
}

.monthlink ul li a {
    display: block;
    padding: .5em;
    background: #b29a57;
    color: #FFF !important;
    border: solid 1px #eaeaea;
    text-align: center;
    margin: 0 10px;
}

.monthlink ul li a:hover {
    background: #f6f6f6;
    color: #b29a57 !important;
    text-decoration: none;
}

@media screen and (max-width: 860px) {
    .monthlink ul li {
        display: block;
        width: calc(100% / 2);
    }
    .monthlink ul li a {
        margin: 0 5px;
    }
}


/* text
--------------------------------------------------- */

.atttxt-b {
    font-weight: bold;
    color: #C00;
}


/* SCHEDULE
--------------------------------------------------- */

.sch-box {
    margin-bottom: 80px;
}

.sch-ttl,
.sch-ttl-gp {
    font-size: 2.4rem;
    text-align: center;
    display: block;
}

.sch-ttl {
    border-bottom: 1px solid #b29a57;
}

.sch-ttl-gp {
    border-bottom: 1px solid #843779;
}

.sch-list ul {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    /* padding-right: 60px; */
}

.sch-list ul li {
    display: block;
    text-align: center;
    padding: 15px 5px;
    line-height: 1;
}

.sch-list ul li:nth-child(1),
.sch-list ul li:nth-child(2),
.sch-list ul li:nth-child(4),
.sch-list ul li:nth-child(5) {
    width: 14%;
}

.sch-list.col6 ul li:nth-child(6) {
    width: 10%;
    margin-right: 1%;
    font-size: 1.2rem;
    position: relative;
}

.sch-list.col6 ul li:nth-child(6) span {
    width: 100%;
    padding: 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.sch-list.col6 ul li:nth-child(6) span.icon-sold {
    border: solid 1px #c00;
    background: #c00;
    color: #FFF;
}

.sch-list.col6 ul li:nth-child(6) span.icon-noticket {
    border: solid 1px #999;
    background: #999;
    color: #FFF;
}

.sch-list.col6 ul li:nth-child(6) span.icon-sch {
    border: solid 1px #c00;
    background: #fff;
    color: #c00;
}

.sch-list.col6 ul li:nth-child(6) span.icon-nobuy {
    border: solid 1px #999;
    color: #999;
}

.sch-list ul li:nth-child(3) {
    width: calc(100% - 15%*4);
}

.sch-list.col6 ul li:nth-child(3) {
    width: calc(100% - (15%*4) - 10%);
}

.sch-list ul:nth-child(even) {
    background: #f6f6f6;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.sold-list {
    color: #c1c1c1;
}


/* .sch-list ul.icon-sold::before,
.sch-list ul.icon-noticket::before {
	top: 50%;
	right: 10px;
	transform: translate(0%, -50%);
	position: absolute;
	padding: 3px;
	font-size: 1.2rem;
	line-height: 1;
	width: 50px;
	text-align: center;
	white-space: pre;
}
.sch-list ul.icon-sold::before {
	content: "SOLD\AOUT";
	border: solid 1px #c00;
	background: #c00;
	color: #FFF;
}
.sch-list ul.icon-noticket::before {
	content: "取扱\Aなし";
	border: solid 1px #999;
	background: #999;
	color: #FFF;
} */

.sch-att {
    margin-top: 25px;
    padding: 20px;
    border: double 3px #b29a57;
}

.sch-txt {
    text-align: center;
    padding-top: 25px;
}

.sch-txt p:first-child {
    margin-bottom: 20px;
    font-size: 2rem;
}

.sch-txt div {
    padding-top: 25px;
}

.sch-next-txt,
.sch-next-txt-gp {
    font-size: 1.8rem;
    text-align: center;
    display: block;
    border: solid 1px #eaeaea;
    padding: 1em;
}

.sch-next-txt a {
    color: #b29a57;
}

.sch-next-txt-gp a {
    color: #843779;
}

.sch-list-bold {
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .sch-box {
        margin-bottom: 40px;
    }
    .sch-ttl {
        font-size: 1.8rem;
    }
    .sch-list-head {
        display: none !important;
    }
    .sch-list ul {
        display: block;
        padding: 30px 0;
        position: relative;
    }
    /* .sch-list ul.icon-sold,
	.sch-list ul.icon-noticket {
		padding: 40px 0;
	}
	.sch-list ul.icon-sold::before,
	.sch-list ul.icon-noticket::before {
		top: 15px;
		left: 50%;
		transform: translate(-50%, 0%);
		padding: 2px 50px;
		font-size: 1.3rem;
		width: 80%;
	}
	.sch-list ul.icon-sold::before {
		content: "SOLDOUT";
	}
	.sch-list ul.icon-noticket::before {
		content: "取扱なし";
	} */
    .sch-list ul li {
        padding: 5px 5px 0;
    }
    .sch-list ul li:nth-child(1),
    .sch-list ul li:nth-child(2),
    .sch-list ul li:nth-child(3),
    .sch-list ul li:nth-child(4),
    .sch-list ul li:nth-child(5),
    .sch-list ul li:nth-child(6) {
        width: 100%;
    }
    .sch-list.col6 ul li:nth-child(1),
    .sch-list.col6 ul li:nth-child(2),
    .sch-list.col6 ul li:nth-child(3),
    .sch-list.col6 ul li:nth-child(4),
    .sch-list.col6 ul li:nth-child(5),
    .sch-list.col6 ul li:nth-child(6) {
        width: 100%;
    }
    .sch-list.col6 ul li:nth-child(6) {
        font-size: 1.2rem;
        width: 100%;
    }
    .sch-list.col6 ul li:nth-child(6) span {
        width: 100%;
        padding: 5px;
        display: block;
        position: relative;
        top: 0;
        left: 0;
        transform: translateY(0%) translateX(0%);
        -webkit-transform: translateY(0%) translateX(0%);
    }
    .sch-att {
        padding: 10px;
    }
    .sch-txt p:first-child {
        font-size: 1.8rem;
    }
    .sch-next-txt {
        font-size: 1.6rem;
    }
}


/* FANCLUB
--------------------------------------------------- */

.fanclub-box {
    padding: 25px;
    border: 1px solid #eaeaea;
    background: #f6f6f6;
}

.fanclub-box ul {
    margin-bottom: 25px;
}

.sada-sns {
    padding: 25px 0 0;
}

.sada-sns a:hover {
    opacity: .7;
}

.sada-sns div {
    width: 75%;
    margin: 0 auto 25px;
}

.sada-sns ul {
    display: flex;
    flex-wrap: nowrap;
    width: 250px;
    margin: 0 auto;
}

.sada-sns ul li {
    padding: 0 10px;
}

@media screen and (max-width: 767px) {
    .sada-sns div {
        width: 100%;
    }
    .sada-sns ul {
        width: 250px;
    }
}


/* NOTES
--------------------------------------------------- */

.notes {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.notes li {
    padding: 0 0 0 1em;
    text-indent: -1em;
    text-align: left;
}

.notes li.red {
    color: #C00 !important;
}

.notes li::before {
    content: "※";
}

.notes.dot li::before {
    content: "・";
}

.notes.sq li::before {
    content: "■";
}

.notes li+li {
    margin: .5em 0 0;
}

@media screen and (max-width: 767px) {
    .notes {}
    .notes li {}
}

@media screen and (max-width: 480px) {
    .notes li+li {
        margin: .5em 0 0;
    }
}


/* BUTTON
--------------------------------------------------- */

.contents .btn,
.contents .btnG {
    font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ 明朝", "MS Mincho", "Noto Serif JP", "Georgia", "Didot", serif;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 1em .5em;
    color: #FFF !important;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    text-transform: none;
    border-radius: 50px;
    white-space: normal;
}

.contents .btn {
    background: #b29a57;
}

.contents .btnG {
    background: #843779;
}

.contents .btn:hover,
.contents .btnG:hover {
    opacity: .7;
    text-decoration: none;
}

.contents .btn.off-link {
    pointer-events: none;
    background: #999;
}

@media screen and (max-width: 767px) {
    .contents .btn {
        width: 80%;
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 480px) {
    .contents .btn {
        width: 100%;
        font-size: 1.4rem;
    }
}


/* info　鹿児島公演お詫び20250707更新
---------------------------------------------*/

.contents .sada-info-box {
    padding: 15px;
    background: rgba(255, 255, 255, 1);
    margin: 0 auto 60px;
    max-width: 1024px;
}

.contents .sada-info-box .sada-info-inner {
    padding: 20px;
    background: rgb(0 0 0 / 13%);
}

.contents .sada-info-box p {
    line-height: 1.6;
    color: #000;
    font-size: 18px;
}

.contents .sada-info-box p+p {
    margin-top: 1em;
}

.contents .sada-info-box summary.info-ttl {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #c9a14f;
    display: flex;
    margin-bottom: 8px;
    padding: 16px;
}

.contents .sada-info-box summary.info-ttl:hover {
    opacity: .8;
}

.accordion-005 {
    width: 100%;
}

.accordion-005:not([open]) {
    margin-bottom: 7px;
}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-color: black;
    color: #b29a57;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::-webkit-details-marker {
    display: none;
}

.accordion-005 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 14px;
    height: 14px;
    margin-left: 10px;
    border-bottom: 3px solid #b29a57;
    border-right: 3px solid #b29a57;
    content: '';
    transition: transform .3s;
}

.accordion-005[open] summary::after {
    transform: rotate(225deg);
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}

.contents .sada-info-box p.info-subttl {
    text-align: center;
    font-size: 18px;
    color: #fff;
    display: block;
    background: #c9a14f;
    padding: 10px;
    width: 30%;
    margin: 1em auto;
}

.contents .sada-info-box .info-relive {
    text-align: center;
    margin-top: 1.5em;
}

.contents .sada-info-box .info-relive span.info-arrow {
    display: block;
    color: #c9a14f;
}

.contents .sada-info-box .info-relive+p {
    margin-top: 1.5em;
}

.contents .info-btn-box {
    display: flex;
    flex-wrap: nowrap;
}

.contents .info-btn-box .info-btn {
    display: flex;
    width: 48%;
    margin: 1em 1%;
    padding: 10px;
    background: #000;
    border-radius: 50px;
    color: #c9a14f !important;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    position: relative;
    justify-content: center;
    align-items: center;
}

.contents .info-btn-box .info-btn:hover {
    opacity: .7;
}

.contents .sada-info-box #sale-fc,
.contents .sada-info-box #sale-etc {
    display: none;
}

@media screen and (max-width:1024px) {
    .contents .sada-info-box {
        margin: 0 5% 30px;
    }
}

@media screen and (max-width:767px) {
    .contents .sada-info-box {
        padding: 5px;
        border: solid 2px #c9a14f;
    }
    .contents .sada-info-box.sada-info-inner {
        padding: 5px;
    }
    .contents .sada-info-box p {
        line-height: 1.2;
        font-size: 14px;
    }
    .contents .sada-info-box summary.info-ttl {
        font-size: 14px;
    }
    .contents .sada-info-box p.info-subttl {
        font-size: 14px;
        width: 60%;
    }
    .contents .info-btn-box {
        display: block;
    }
    .contents .info-btn-box .info-btn {
        width: 100%;
        margin: 1em 0;
        font-size: 14px;
    }
}