@charset "utf-8";

/* -------------------------------------------------
	font
------------------------------------------------- */

/* NOTO SERIF */


@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url('../font/NotoSerifCJKjp-hinted_subset_woff/NotoSerifCJKjp-Bold_sub.woff') format('woff');
}


/* PRIDI */

@font-face {
	font-family: 'Pridi-Bold';
	font-style: normal;
	src: url('../font/Pridi/Pridi-Bold.ttf') format('truetype');
}

/* -------------------------------------------------
	reset
------------------------------------------------- */

body {
	margin: 0;
}

a {
    line-height: 1.3;
}

#container {
	padding: 50px 0 0 !important;
}

#contents {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic Medium", "游ゴシック", "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

#contents {
	-webkit-text-size-adjust: 100%;
}

#contents img {
	border: none;
	max-width: 100%;
	height: auto;
}

#contents iframe {
	border: none;
}

#contents a {
	text-decoration: none;
}
#contents a:hover {
	
}

#contents ul, #contents ol {
	list-style-type: none;
}

/* -------------------------------------------------
	box
------------------------------------------------- */

#contents .layoutbox {
	width: calc(980 / 1125 * 100% );
	margin: 0 auto;
	position: relative;
}

#contents .second-section {
    padding: 10vw 0;
}


/* -------------------------------------------------
	h
------------------------------------------------- */

#contents h1,
#contents h2,
#contents h3 {
	font-weight: normal;
}

#contents .h-normal {
    margin-bottom: 8vw;
    font-family: 'Pridi-Bold';
    text-align: center;
    font-size: 9vw;
    color: #de2583;
    text-align: center;
    letter-spacing: 0.1em;
}
#contents .h-normal.soldOut {
	font-size: 8.2vw;
	color: #cc0000;
}



/*===================================================

	Navi

====================================================*/

.wrap {
    padding-top: 60px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 60px;
    z-index: 100;
}

.nav_logo a {
    display: block;
    width: 150px;
    position: absolute;
    top: 22px;
    left: 15px;
}

.nav_logo a img {
    filter: brightness(20);
}

#gNav {
    position: fixed;
    right: 0;
    color: #ffffff;
    box-sizing: border-box;
    top: 0;
    padding: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    transition: 0.5s;
    background: #000000;
}

#gNav.open {
    transform: none;
}

#gNav .gnavMenu {
    text-align: center;
}

#gNav a {
    display: inline-block;
    text-decoration: none;
    margin: 0px auto 20px auto;
    font-size: 2.2em;
    font-weight: 400;
    width: auto;
    letter-spacing: 0.08em;
    font-family: 'Pridi-Bold';
    text-align: center;
    color: #de2583;
    line-height: 1;
}


.gNav_logo {
    width: 45%;
    margin: 0 auto 40px;
    line-height: 0;
    max-width: 250px;
}

#gNav li:last-child a{
    margin: 0 auto 0;
}

#gNav .product_link a {
    display: block;
    font-size: 0.75em;
    padding: 0.3em 1.5em;
    background: #23318b;
    border-radius: 3em;
}

#gNav .product_link.single_b a {
    background: #c72b2b;
}
#gNav .product_link.single_c a {
    background: #3f136b;
}

.gNavInr{
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
}

#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: auto;
}
#gNav .menu li a {
    display: block;
    color: #fff;
    font-size: 1.3vw;
    letter-spacing: 0.05em;
}
#gNav .menu li a.off {
    opacity: 0.5;
    pointer-events: none;    
}

#menuButton {
    display: block;
    width: 60px;
    height: 60px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    border: none;
    text-decoration: none;
    opacity: 1;
}

#menuButton span:first-child {
    top: 22px;
} 
#menuButton span:nth-child(2) { margin-top: -1px; top: 50%;} 
#menuButton span:nth-child(3) {
    bottom: 22px;
}

#menuButton.active span {
}
#menuButton.active span:first-child {
    transform: translateY(11px) rotate(13deg);
}
#menuButton.active span:nth-child(2) { opacity: 0;} 
#menuButton.active span:nth-child(3) {
    transform: translateY(-12px) rotate(-13deg);
}
#gNav .menu {
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 40%;
    margin: 40px auto;
}

#menuButton span {
    display: block;
    background: #ffffff;
    width: 100px;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}


@media screen and (min-width: 960px) {

#menuButton {
    display: none;
}

#gNav {
    transform: none;
    width: auto;
    height: auto !important;
    padding: 27px 3% 0 0;
    box-shadow: none;
    top: 0;
    background: none;
    position: absolute;
}

.loaded #gNav {
}

#gNav .gnavMenu {
    text-align: left;
    display: flex;
}

#gNav .gnavMenu li:not(:last-child) {
    margin-right: 1.5em;
}

#gNav .gnavMenu .product_link:not(:last-child) {
    margin-right: 0.5em;
}

#gNav .gnavMenu .product_link.single_c:not(:last-child) {
    margin-right: 1.85em;
}

#gNav a {
    font-size: 20px;
    margin: 0;
}

.nav_logo a {
    left: 3%;
    width: 200px;
    top: 30px;
}

}




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

#contents #main-visual {
    padding: 0;
    text-align: center;
    background: #000;
}
#contents #main-visual h1 {
	line-height: 1;
	color: #C79F62;
	font-size: 5vw;
	line-height: 1.3;
}
#contents #main-visual h1 .logo {
	width: 96%;
}
#contents #main-visual h1 .text {
	margin-top: 7vw;
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
	line-height: 1.5;
	display: block;
}
#contents #main-visual h1 .text .small {
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
	font-size: 3vw;
	display: block;
	margin-top: 1.5vw;
}
#contents #main-visual .logos {
	margin-top: 6vw;
}
#contents #main-visual .logos img:nth-child(1) {
	width: 17%;
	vertical-align: middle;
}
#contents #main-visual .logos img:nth-child(2) {
	margin-left: 2vw;
	width: 9%;
	vertical-align: middle;
}




/* -------------------------------------------------
	news
------------------------------------------------- */

section#news {
    background: #000;
}

.news_list > li > a {
    display: block;
    background: #fff;
    padding: 1.2em;
    margin-bottom: 1em;
    border-radius: 0.6em;
    line-height: 1.5;
}

.news_list > li:last-child > a {
    margin-bottom: 0;
}

.news_date {
    font-family: 'Pridi-Bold';
    color: #de2583;
    letter-spacing: 0.05em;
    margin-bottom: 0.2em;
}

.news_tit {
    font-size: 0.95em;
}

#cboxLoadedContent {
    margin: 0;
    overflow: clip !important;
}

#cboxContent {
    border-radius: 0.6rem;
}

.news_detail {
    padding: 1.2rem;
        height: 100%;
        overflow-y: scroll;
}
.news_detail .news_tit {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 1px solid;
    margin-bottom: 0.8rem;
    padding-bottom: 0.6rem;
}

.news_detail .news_date {
    line-height: 1;
}

.news_detail .news_txt {
    font-size: 0.9em;
}



/* -------------------------------------------------
	schedule
------------------------------------------------- */

#contents #schedule ul {
    border-top: solid 1px;
}
#contents #schedule ul li {
    border-bottom: solid 1px;
    display: flex;
    align-items: center;
    padding: 1em 0 1.2em;
}
#contents #schedule ul li {
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
}
#contents #schedule ul li .l {
	width: 25%;
	text-align: left;
}
#contents #schedule ul li .r {
	width: 75%;
}

#contents #schedule ul li .date {
	font-size: calc(64 / 1125 * 100vw);
	margin-bottom: 0.3em;
}
#contents #schedule ul li .youbi {
	font-size: calc(36 / 1125 * 100vw);
}
#contents #schedule ul li .region {
	font-size: calc(34 / 1125 * 100vw);
	display: inline-block;
	padding-left: 0.8em;
}
#contents #schedule ul li .place {
    font-size: calc(52 / 1125 * 100vw);
    margin-bottom: 0.3em;
}
#contents #schedule ul li .time {
	font-size: calc(36 / 1125 * 100vw);
    margin-bottom: 1em;
}
#contents #schedule ul li .num {
}

#contents #schedule ul li .contact a {
text-decoration: underline;
}
#contents #schedule ul li .contact a i {
    text-indent: 0;
    margin-right: 0.1em;
}

#contents #schedule ul li .contact {
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 0.8em;
}

#contents #schedule ul li .contact span {
width: 3.5em;
display: inline-block;
text-indent: 0;
}


/* -------------------------------------------------
	ticket
------------------------------------------------- */

#contents #ticket {
	background: #000;
	color: #fff;
}


#contents .ticket_box:last-child {
margin-bottom: 0;
}

#contents .btn {
width: 100%;
font-weight: bold;
}

#contents .btn:last-child {
    margin-bottom: 0;
}

.new_box:after{
content:"NEW";
background-color: #FFE200;
color: #000;
border-radius: 50%;
height: 35px;
width: 35px;
display: flex;
justify-content: center;
align-items: center;
font-size: 12px;
margin-left: 10px;
font-weight:bold;
}

#contents #ticket .infobox{
border:1px solid #fff;
margin-bottom: 25px;
text-align: center;
padding: 15px 0;
}

#contents #ticket .infobox .posfix{
margin-bottom:10px;}

#contents #ticket .info_list{
margin-bottom: 25px;
line-height: 1.3;
}

#contents #ticket .infobox dd strong{
font-size: calc(54 / 1125 * 100vw);
display: inline-block;
vertical-align: baseline;
margin-right: 0.2em;
}

#contents #ticket .info_list .list_place{
margin-bottom: 5px;}

#contents #ticket .info_list .list_tit{}

#contents #ticket .info_list .list_txt{
padding-left: 13px;
margin-bottom:5px;}


#contents #ticket .ticket_place {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#contents #ticket .ticket_place span {
    width: 48px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-41vw);
}

#contents .ticket_box.ac dt {
    padding: 1.5rem 2.75rem;
}

#contents #ticket .soldOutImg {
	line-height: 0;
	margin-bottom: 6vw;
    padding: 0 5vw;
}

#contents #ticket .ticket-info {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
    border-top: solid 1px #ffffff61;
    margin-bottom: 2rem;
}

#contents #ticket .ticket-info dt, #contents #ticket .ticket-info dd {
    border-bottom: solid 1px #ffffff61;
    padding: 0.9em 0;
    line-height: 1.6;
}

#contents #ticket .ticket-info dt {
    width: 30%;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 2.2;
}
#contents #ticket .ticket-info dt.posfix {
	padding-top: 4.5vw;
}
#contents #ticket .ticket-info dd {
    width: 70%;
    text-align: right;
    font-size: 1.05em;
    letter-spacing: 0.05em;
    font-weight: bold;
}
#contents #ticket .ticket-info dd strong {
	font-size: calc(54 / 1125 * 100vw);
	display: inline-block;
	vertical-align: baseline;
    margin-right: 0.2em;
}


#contents #playguide .headline {
	width: 100%;
    margin: 0 auto 5vw;
	padding: 1.2em 0 1em;
	border-bottom: solid 1px #13294C;
	font-size: calc(52 / 1125 * 100vw);
	font-weight: bold;
}
#contents #playguide .txt {
	line-height: 1.6;
    text-align: left;
    font-size: 3.5vw;
    margin-bottom: 4vw;
}
#contents #playguide .txt.ac {
	text-align: center;
	font-weight: bold;
}
#contents #playguide .txt.note {
	font-size: 3vw;
}
#contents #playguide .txt a {
	text-decoration: underline;
}

#contents #playguide .detail_list {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    justify-content: center;
    gap: 0.8rem;
    flex-wrap: wrap;
    text-align: center;
}

#contents #playguide .limit-title {
	font-size: calc(36 / 1125 * 100vw);
}
#contents #playguide .limit-detail {
    font-size: calc(45 / 1125 * 100vw);
}
#contents .btn {
    width: 100%;
    height: auto;
    margin: 0 auto 1em;
    background: #de2583;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(48 / 1125 * 100vw);
    color: #fff;
    padding: 1.5em;
    border-radius: 5em;
}

#contents .btn.btn_gray {
    background: #B1B1B1;
}
#contents .btn.btn_fc {
    background: #223252;
}

#contents #playguide .ended {
	margin-top: 1.5em;
	font-size: calc(40 / 1125 * 100vw);
	color: #E50012;
	font-weight: bold;
}

#contents #notice {
	width: 89%;
	margin: 10vw auto 0;
}
#contents #notice .headline {
	margin-bottom: 1.2em;
	text-align: center;
	font-size: calc(42 / 1125 * 100vw);
}
#contents #notice p {
	font-size: calc(32 / 1125 * 100vw);
	line-height: 1.6;
}
#contents #notice p + p {
	margin-top: 1.2em;
}
#contents #notice p a {
	color: #fff;
	text-decoration: underline;
}

#contents .attention_list {
margin-bottom: 25px;
}
#contents .attention_list:last-child {
margin-bottom: 0;
}

#contents .attention_list > li {
line-height: 1.5;
margin-bottom: 4px;
text-indent: -1em;
padding-left: 1em;
}

#contents .attention_list > li.list_place {
font-weight: bold;
}

#contents .attention_tit {
    color: #ff2626;
}

#contents .ticket_wrap {
    border-top: solid 1px #ffffff61;
    border-bottom: solid 1px #ffffff61;
    padding: 1.5rem 0;
    margin: 1.5rem 0;
}

.ac {
    background: #fff;
    color: #000;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}
.ac:last-child {
    margin-bottom: 0;
}

.ac dt {
    cursor: pointer;
    position: relative;
    padding: 1.2rem 2.5rem 1.2rem 1.2rem;
    font-weight: bold;
    font-size: .95em;
}

.ac dd {
    padding: 1.2rem;
    display: none;
    border-top: 1px solid;
}

.ac dt::before {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    border-bottom: 3px solid;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

.ac dt::after {
    content: "";
    display: block;
    width: 1em;
    height: 0;
    position: absolute;
    top: 50%;
    right: 1.5em;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1;
    border-bottom: 3px solid;
}

.ac.on dt::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    opacity: 0;
}

.ac dd .ac_txt {
    font-size: 0.9em;
}

#contents .ac dd .ac_txt a {
    text-decoration: underline;
}

/* -------------------------------------------------
	special
------------------------------------------------- */

#contents #special {
	background: #C79F62;
	color: #fff;
}
#contents #special .h-normal {
	color: #fff;
}
#contents #special .title {
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
	font-size: calc(60 / 1125 * 100vw);
	text-align: center;
}
#contents #special .cs {
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
	font-size: calc(60 / 1125 * 100vw);
	text-align: center;
	font-style: italic;
	margin: 1em 0;
}

#contents #special h3.specialTtl {
	margin: 0 10vw 20vw;
	text-align: center;
}
#contents #special h3.specialTtl span {
    font-family: 'Noto Serif Japanese';
    font-weight: 700;
	color: #000;
	display: block;
	margin-top: 3vw;
    font-size: 5.4vw;
}
#contents #special .specialWrap {
	background-color: #fff;
	margin: 18vw 5vw 0 5vw;
	padding: 18vw 6vw 10vw;
	position: relative;
	color: #000;
}
#contents #special .specialWrap::before {
	content: "";
	position: absolute;
	top: 2vw;
	left: 2vw;
	width: calc(100% - 4vw);
	height: calc(100% - 4vw);
	border: #c79f62 solid 1px;
	box-sizing: border-box;
}
#contents #special .specialWrap .badge {
    font-family: 'Noto Serif Japanese';
    font-weight: 700;
	font-style: italic;
	background: url("../images/badge.png") no-repeat center center;
	background-size: 100%;
	width: 26vw;
	height: 26vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 6vw;
    line-height: 1.4;
	color: #c79f62;
	position: absolute;
	top: -13vw;
	left: 50%;
	transform: translateX(-50%);
}
#contents #special .specialWrap .badge span {
    font-family: 'Noto Serif Japanese';
    font-weight: 700;
	display: block;
	font-size: 3.2vw;
    letter-spacing: 0.12em;
}
#contents #special .specialWrap h4 {
    text-align: center;
    font-size: 5.9vw;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin-bottom: 8vw;
    padding-bottom: 6vw;
    border-bottom: #000 solid 2px;
}
#contents #special .specialWrap h4 span {
    font-size: 4.6vw;
    line-height: 1.5;
}

#contents #special .specialWrap .specialCont { margin-bottom: 8vw;}
#contents #special .specialWrap .specialCont:last-child { margin-bottom: 0;}

#contents #special .specialWrap .specialCont + .specialCont {
	padding-top: 8vw;
	border-top: #000 solid 1px;
}

#contents #special .specialWrap .specialCont h5 {
	font-size: 4.6vw;
	text-align: center;
	margin-bottom: 6vw;
	letter-spacing: 0.1em;
}

#contents #special .specialWrap .specialCont .prizeList li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 6vw;
}
#contents #special .specialWrap .specialCont .prizeList li:last-child { margin-bottom: 0;}
#contents #special .specialWrap .specialCont .prizeList li .prizeName {
	width: 50%;
}
#contents #special .specialWrap .specialCont .prizeList li .prizeName .iconPrize {
	width: 10vw;
	margin-bottom: 2.5vw;
}
#contents #special .specialWrap .specialCont .prizeList li .prizeName p {
	font-size: 4.2vw;
	font-weight: bold;
	line-height: 1.5;
}
#contents #special .specialWrap .specialCont .prizeList li .prizeImg {
	width: 50%;
}
#contents #special .specialWrap .specialCont .method p {
	font-size: 3.6vw;
	line-height: 1.6;
	margin-bottom: 5vw;
}
#contents #special .specialWrap .specialCont .method p.note {
	font-size: 3vw;
}

#contents #special .specialWrap .specialImg {
	width: 70%;
	margin: 0 auto 10vw;
}
#contents #special .specialWrap .specialTxt {
	font-size: 3.8vw;
	font-weight: bold;
	line-height: 1.6;
}





#contents #tomonokai {
    background: #223252;
}

#contents #tomonokai .fc_lead {
margin-bottom: 8vw;
font-size: 15px;
}


#contents #tomonokai .fc_box {
margin-bottom: 30px;
}

#contents #tomonokai .fc_box:last-child {
margin-bottom: 0;
}

#contents #tomonokai .fc_box_tit {
text-align: center;
margin-bottom: 20px;
line-height: 1;
}

#contents #tomonokai .fc_box_tit::after {
content: '';
display: block;
width: 80px;
height: 2.5px;
background: #d3111a;
margin: 10px auto 0;
}

#contents #tomonokai .fc_box_txt {
/* margin-bottom: 5vw; */
font-size: 14px;
}

#contents #tomonokai .fc_box_txt.sml {
font-size: 13px;
text-align: center;
}

#contents #tomonokai .fc_box.online_kuji {
    padding: 1.3rem;
    background: #fff;
    border-radius: 0.8rem;
}

#contents #tomonokai .fc_box.online_kuji .fc_box_tit::after {
background: #0e1535;
}

#contents #tomonokai .fc_box.online_kuji .btn_fc a{
background: #0e1535;
}

#contents #tomonokai .fc_box.online_message {
border: 2px solid #000;
}

#contents #tomonokai .fc_box.online_message .fc_box_tit::after {
background: #000;
}

#contents #tomonokai .fc_box.antnbv {
border: 2px solid #000;
}

#contents #tomonokai .fc_box.antnbv .fc_box_tit::after {
background: #000;
}



#contents #tomonokai .btn_fc a {
width: calc(900 / 1125 * 100vw);
height: calc(180 / 1125 * 100vw);
margin: 5vw auto 0;
background: #d3111a;
display: flex;
justify-content: center;
align-items: center;
font-size: calc(48 / 1125 * 100vw);
color: #fff;
border-radius: calc(90 / 1125 * 100vw);
}

#contents #tomonokai .prize_list li {
width: 88%;
margin: 0 auto 20px;
}

.fc_box_txt .joinBtn {
margin: 0 0 25px;
}
#contents .fc_box_txt .joinBtn:last-child {
margin-bottom: 0;
}

.fc_box_txt .joinBtn {
}

.fc_box.online_kuji .logo {
margin: 0 0 20px!important;
}

.fc_box_txt .fc_box_txt_lead {
margin: 0 0 15px!important;
}

.fc_box_txt .fcBoxTit {
position: relative;
margin: 0px 0 5px!important;
display: block;
}

.fc_box_txt .fcBoxTit:after {
content: "";
height: 2px;
width: 100%;
left: 0;
position: absolute;
bottom: 0px;
z-index: 0;
top: 50%;
background: #222;
}

.fc_box_txt .fcBoxTit .fcInBoxTit {
padding: 0 10px 0 0!important;
display: inline-block;
z-index: 1;
background: #fff;
position: relative;
font-size: 18px;
font-weight: 600;
}

.fc_box_txt .joinList {
margin: 0 0 15px!important;
}

.fc_box_txt .joinList li {
margin: 0 0 5px!important;
text-indent: -1.3em;
padding: 0 0 0 1.3em!important;
}

.fc_box_txt .joinList li:last-child {
margin: 0!important;
}

.fc_box_txt .attList {
margin: 0 0 25px!important;
}

.fc_box_txt .attList li {
margin: 0 0 5px!important;
text-indent: -1em;
padding: 0 0 0 1em!important;
}

.fc_box_txt .attList li:last-child {
margin: 0!important;
}

.fc_box_txt .joinBtn {
margin: 0 0 25px;
}
#contents .fc_box_txt .joinBtn:last-child {
margin-bottom: 0;
}

.fc_box_txt .fc_box_subtxt {

}

#contents .fc_box_img {
margin-bottom: 15px;
}

#contents .fc_box_inner_tit {
font-weight: bold;
letter-spacing: 0.1em;
margin-bottom: 0.5em;
border-left: 3px solid;
padding-left: 0.5em;
line-height: 1.4;
}

#contents .fc_box_inner {
margin-bottom: 1rem;
}

#contents .indent_list > li {
text-indent: -1em;
padding-left: 1em;
margin-bottom: 0.2em;
}

#contents .attention_list {
    font-size: 0.85em;
}


/* -------------------------------------------------
	goods
------------------------------------------------- */

#contents #goods .cs {
	font-family: 'Noto Serif Japanese';
	font-weight: 700;
	font-size: calc(60 / 1125 * 100vw);
	text-align: center;
	font-style: italic;
	margin: 1em 0;
}

#contents #goods .btn {
	width: calc(900 / 1125 * 100vw);
	height: calc(180 / 1125 * 100vw);
	margin: 5vw auto 0;
	background: #C79F62;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(48 / 1125 * 100vw);
	color: #fff;
	border-radius: calc(90 / 1125 * 100vw);
}

#contents #goods .btnred {
	width: calc(1000 / 1125 * 100vw);
	height: calc(250 / 1125 * 100vw);
	margin: 15vw auto 0;
	background: #ff0000;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: calc(70 / 1125 * 100vw);
	color: #fff;
	border-radius: calc(30 / 1125 * 100vw);
	font-weight: bolder;
}

#contents #goods .txt.ac {
	text-align: center;
	font-weight: bold;
    font-size: 3.8vw;
    line-height: 1.6;
}

/* -------------------------------------------------
	fixbtn
------------------------------------------------- */

#contents #fixbtn {
	width: 100%;
	height: calc(200 / 1125 * 100vw);
	font-size: calc(48 / 1125 * 100vw);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(199,159,98,0.95);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 50;
}
#contents #fixbtn span {
	display: inline-block;
}
#contents #fixbtn span::after {
	content: "";
	display: inline-block;
	width: 0.7em;
	height: 0.7em;
	box-sizing: border-box;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	margin-left: 0.8em;
	transform: translateY(-1vw) rotate(-45deg);
}


footer .block--sns {
    margin: 0;
    text-align: center;
}

footer .inner .block--sns .list--nav--sns {
    justify-content: center;
    font-size: 1.5em;
    margin-bottom: 1.5rem;
}
footer .inner .block--sns .list--nav--sns li {
    margin: 0 0.5em;
}
footer .inner .block--copyright .copyright {
    text-align: center;
}



@media screen and (min-width: 960px){

header {
    height: 80px;
}

.wrap {
    padding-top: 80px;
}

#contents .second-section {
    padding: 90px 0;
}

#contents .h-normal {
    font-size: 70px;
    margin-bottom: 70px;
    line-height: 1;
}

#contents .layoutbox {
width: 80%;
max-width: 900px;
}

.news_list > li > a {
    padding: 1.5em 2em;
    margin-bottom: 1.2em;
    border-radius: 0.9em;
    font-size: 17px;
}

.news_detail {
    padding: 40px;
    width: 700px;
    font-size: 18px;
}

.news_detail .news_tit {
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}

.news_detail .news_txt {
    font-size: 0.85em;
}


#contents #schedule ul li .l {
    width: 18%;
    text-align: left;
    white-space: nowrap;
}
#contents #schedule ul li .r {
    width: 82%;
}


#contents #schedule ul li {
height: auto;
padding: 25px 0;
}

#contents #schedule ul li .date {
    font-size: 31px;
    margin-bottom: 7px;
    line-height: 1;
}

#contents #schedule ul li .youbi {
font-size: 17px;
}
#contents #schedule ul li .region {
font-size: 17px;
padding-left: 10px;
}

#contents #schedule ul li .time {
    font-size: 17px;
    margin-bottom: 0.6em;
}

#contents #schedule ul li .place {
    font-size: 25px;
    letter-spacing: 0.08em;
    margin-bottom: 0.1em;
}

#contents #ticket .infobox {
display: flex;
align-items: center;
padding: 35px;
justify-content: center;
margin-bottom: 35px;
flex-wrap: wrap;
}

#contents #ticket .infobox .posfix {
margin: 0;
font-size: 17px;
width: 55%;
text-align: right;
padding-right: 20px;
}
#contents #ticket .infobox dd {
margin: 0;
width: 45%;
text-align: left;
padding: 10px 0;
}

#contents #ticket .infobox dd strong {
font-size: 30px;
font-weight: bold;
}

#contents .attention_list {
margin-bottom: 35px;
font-size: 14px;
}

#contents #ticket .ticket-info {
    font-size: 20px;
    width: 60%;
    margin: 0 auto 4rem;
}

#contents #ticket .ticket-info dt, #contents #ticket .ticket-info dd {
    padding: 20px 0;
}

#contents #ticket .ticket-info dt {
width: 25%;
letter-spacing: 0.1em;
font-weight: bold;
}
#contents #ticket .ticket-info dd {
width: 75%;
}

#contents .ac.contents_box {
margin-bottom: 100px;
}

#contents #ticket .ticket_place {
    font-size: 21px;
    position: relative;
}

#contents .ticket_box.ac dt {
    padding: 2.2rem 3rem;
}

#contents #ticket .ticket_place span {
    left: 1%;
    transform: translateY(-50%);
    width: 77px;
}

#contents #playguide .headline {
padding: 0;
font-size: 25px;
margin-bottom: 2em;
}

#contents #playguide .limit-title {
font-size: 16px;
margin: 0;
letter-spacing: 0.1em;
}
#contents #playguide .limit-detail {
font-size: 20px;
}

#contents .btn {
    font-size: 19px;
    padding: 25px;
    box-sizing: border-box;
    max-width: 350px;
}

#contents .map {
line-height: 0;
width: 60%;
margin: 0 auto 40px;
}

#contents #tomonokai .fc_box.online_kuji {
    padding: 50px;
    border-radius: 1.4rem;
}

#contents .attention_tit {
    font-size: 16px;
    text-align: center;
}

#contents .ticket_wrap {
    padding: 4rem 0;
    margin: 4rem 0;
}

.ac {
    border-radius: 0.7rem;
    margin-bottom: 1.2rem;
}

.ac dt {
    padding: 1.5rem 3.5rem 1.5rem 2rem;
    font-size: 17px;
}

.ac dd {
    padding: 1.75rem 2rem;
}

.ac.ticket_box dd {
    padding: 2rem 2.75rem;
}

footer .inner {
    justify-content: center;
}

}


@media screen and (max-width: 960px){

#contents #schedule ul li .region {
padding-left: 0.5em;
}

#contents #schedule ul li .r {
width: 75%;
}
#contents #schedule ul li .l {
width: 25%;
}

#contents #schedule ul li .place {
line-height: 1.3;
}

#contents #schedule ul li .contact {
font-size: 0.8em;
}
}


