@charset "UTF-8";
/***************************************
01.Reset
02.共通
　ーヘッダー
　ーパンくず
　ーフッター
03.トップページ
04.
05.

***************************************/
/***************************************
01.Reset
***************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/***************************************
02.共通
***************************************/
body {
	font-size: 16px;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
	background: url("../img/bg-1.jpg");
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #27262B;
	word-break: break-all;
	text-decoration: none;
}
h2.ttl {
	text-align: center;
	line-height: 1em;
	font-weight: 600;
}
h3.ttl {
    text-align: center;
    line-height: 1em;
    font-weight: 600;
    font-size: 40px;
}
a:hover {
	color: #BF4A4D;
	text-decoration: underline;
}

img {
	width: 100%;
	vertical-align: middle;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.sp_only {
	display: none;
}
.pc_only {
	display: block;
}
.f-w-b {
	font-weight: bold;
}


/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/

#top-head {
	position: fixed;
  top: -80px; /* ← 最初は画面上に隠す */
  left: 0;
  width: 100%;
  z-index: 101;
  box-sizing: border-box;
  transition: top 0.5s ease-in-out;
}
#top-head.scrolled {
	top:0;
}

header {
	position: relative;
	width: 100%;
}
header nav {
	z-index: 10;
	padding: 5px 40px;
	box-sizing: border-box;
    background-color: #D28500;
}
.scrolled{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
header nav ul {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
	align-items: center;
}
header nav ul li {
    padding-left: 50px;
}
header nav ul li a {
    font-family: "Roboto Condensed", sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #fff;
}
header nav ul a:hover {
	text-decoration: none;
	opacity: 0.6;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 900;
}
.hover {
	overflow: hidden;
	position: relative;
}
.hover img {
	display: block;
	width: 100%;
}
.hover .nav-1 {
	position: relative;
	z-index: 2;
}
.hover .nav-2 {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}
.hover:hover .nav-1 {
	opacity: 0;
}

/*ナビゲーション*/
@media screen and (max-width:1024px) {
	header {
		display: block!important;
	}
	.header-info, .header-nav-list a span {
		display: none;
	}
	.header-inner {
		padding: 20px;
		z-index: 100;
		position: absolute;
		right: 0;
	}
	.header-nav {
		background: #D28500;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		height: 100vh;
    	padding: 45px 40px;
	}
	.open .header-nav .header-nav-inner{
		position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
	}
	.sp_header {
		display: flex;
	}
	#top-head.scrolled {
		background-color: #D28500;
	}
	.sp-tickets {
		display: block;
		padding: 7px 0;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sp-tickets img {
		height: 60px;
		width: 100%;
	}
	header nav{
		display: none;
		position: fixed;
		top:0;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
    header nav ul li a {
		font-weight: 500;
		font-size: 40px;
    }
	header nav ul a {
		color: #CBCACA;;
		font-weight: bold;
	}
	header nav ul{
		display: block;
		margin: 0 auto;
		width: 100%;
        height: 100%;
		padding-left: 0;
	}
	header nav ul li{
		margin: 0 auto;
		text-align: center;
		padding: 0 0 18vw 0;
	}
	header nav ul li:last-child{
		border: none;
		padding: 0;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 25px 15px;
		opacity: 1;
	}
	.hover .nav-2 {
		display: none;
	}
      /*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 30px;
		height: 30px;
		position: relative;
		z-index: 100;
	}
	#nav_toggle div {
		position: relative;
	}
	#nav_toggle span{
		display: block;
		height: 2px;
		background: #fff;
		position:absolute;
		width: 100%;
		left: 0;
		-webkit-transition: 0.5s ease-in-out;
		-moz-transition: 0.5s ease-in-out;
		transition: 0.5s ease-in-out;	
	}
	#nav_toggle span:nth-child(1){
		top:0px;
	}
	#nav_toggle span:nth-child(2){
		top:12px;
	}
	#nav_toggle span:nth-child(3){
		top:24px;
	}
	
	/*開閉ボタンopen時*/
	.open #nav_toggle span:nth-child(1) {
		top: 12px;
	   -webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.open #nav_toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav_toggle span:nth-child(3) {
		top: 12px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}
	.header-nav > ul > li a {
		display: block;
        position: relative;
        text-decoration: none;
        padding: 0;
        z-index: 2;
        font-size: 40px;
        text-align: center;
	}
	/*header nav ul {
		justify-content: center;
	}*/
	/*.header-nav > ul > li {
		padding-bottom: 100px;
	}
	.header-nav > ul > li:last-child {
		padding-bottom: 0;
	}*/
	.hover img {
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
}
@media screen and (max-width:767px) {
	.sp-tickets {
		display: block;
		height: 60px;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sp-tickets img {
		height: 100%;
		width: auto;
	}
}

/*------------フッター-----------------*/
footer {
	padding: 0 0 30px;
}
footer p {
	text-align: center;
}

/*------------共通-----------------*/
.inner {
	width: 70%;
	margin: 0 auto;
	max-width: 1100px;
}

/***************************************
03.メインビジュアル
***************************************/
.mv {
  overflow: hidden;
}
.mv-1 .mv-img {
    background: url("../img/pc-mv-3.jpg") no-repeat center center / 100%;
    margin: 0;
    padding-top: calc(1620 / 2880* 100%);
    position: relative;
}
.mv h1{
	display: none;
}
@media screen and (max-width:767px) {
   .mv-1 .mv-img{
		background: url(../img/pc-mv-3.jpg) no-repeat center center/ 100%;
    	padding-top: calc(323 /572* 100%);
        position: relative;
	}
}

.mv-2 .mv-img {
    background: url("../img/pc-mv-2.jpg") no-repeat center center / 100%;
    margin: 0;
    padding-top: calc(1620 / 2880* 100%);
    position: relative;
}
@media screen and (max-width:767px) {
   .mv-2 .mv-img{
		background: url(../img/sp-mv-2.jpg) no-repeat center center/ 100%;
    	padding-top: calc(650 /784* 100%);
        position: relative;
	}
}
/*------------ticketアイコン-----------------*/
/*.ticket {
	position: fixed;
    right: 12px;
    bottom: 20px;
    width: 180px;
    z-index: 100;
}*/

#ticket-btn {
	width: 190px;
	position: fixed;
	bottom: -200px; /* 最初は画面下に隠す */
	right: 20px;
	z-index: 1000;
}

#ticket-btn.show {
	bottom: 20px; /* ぬるっと出現させる位置 */
}
#ticket-btn.show a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
	transition: all 0.5s 0s ease;
}
#ticket-btn a:hover{
	opacity: 0.7;
}
/*------------btn----------------*/
.btn {
	text-align: center;
	margin-top: 30px;
}
.btn a {
	display: inline-block;
    font-size: 16px;
    line-height: 1em;
    font-weight: bold;
    color: #fff;
    background-color: #BF4A4D;
    border-radius: 40px;
}
.btn.btn-1 a {
	padding: 14px;
	width: 190px;
} 
.btn.btn-2 a {
	padding: 14px 55px;
} 
.btn a:hover {
	text-decoration: none;
	background-color: #C55B5D;
}
.sns-area {
    margin-bottom: 90px;
	display: flex;
	justify-content: center;
	gap: 20px;
}


/*------------共通-----------------*/
section .inner {
	width: 68%;
	max-width: 900px;
	margin: 0 auto;
}
.ttl {
	font-family: "Roboto Condensed", sans-serif;
    font-size: 60px;
	line-height: 1em;
}
.ttl-white {
	color: #fff;
}
/*------------あしらい-----------------*/
.sec_01,
.sec_02,
.sec_02 .row-01,
.sec_05,
.sec_06,
.sec_07{
	position: relative;
}
.asset {
	position: absolute;
}
.asset-1 {
	width: 17vw;
	right: 0;
	top: -13vw;
}
.asset-2 {
	width: 11.7vw;
	right: 24vw;
    top: 17.5vw;
	z-index: 10;
}
.asset-3 {
	width: 21.7vw;
	left: 0;
	top: 26vw;
	z-index: 10;
}
.asset-4 {
	width: 20vw;
	right: 0;
    top: -2vw;
	z-index: 10;
}
.asset-5 {
	width: 21.6vw;
	left: 0;
    top: 4vw;
}
.asset-6 {
	width: 17.3vw;
	right: 0;
    top: -9vw;
}
/*------------新着情報-----------------*/
.sec_00 {
	padding-top: 20px;
}
.sec_00 .text-area {
    width: 35.4%;
    margin: 0 auto;
}

.sec_00 ul {
    overflow: scroll;
    box-sizing: border-box;
    max-height: 205px;
}
.sec_00 ul li {
	line-height: 1.6em;
	padding: 10px 0;
    border-bottom: 1px solid #D28500;
}
.sec_00 ul li a{
	color: #BF4A4D;
}
/*.sec_00 ul li:last-child {
    border-bottom: none;
}*/
.sec_00 li time {
    width: 35%;
}
.sec_00 ul li p {
	line-height: 1.5em;
}

/*------------INTRODUCTION-----------------*/
.sec_01 {
	padding-top: 80px;
}
.sec_01 .text-01{
	font-size: 20px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
}
/*------------ENTERTAINER-----------------*/

.sec_02 .entertainer-name-1 {
	padding: 20px 0 0;
	font-size: 24px;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
}
.sec_02 .entertainer-name-1 span {
	font-size: 16px;
}
.sec_02 .row-01 {
	padding-bottom: 100px;
}
.sec_02 .row-01:first-of-type{
	padding-bottom: 80px;
}
.sec_02 .row-01 .img-area {
    width: 37.5%;
	margin: 0 auto;
	padding-top: 15px;
}
.sec_02 .row-01 .guest-area {
    width: 33%;
}
.sec_02 .row-01 .text-01 {
	height: 25px;
    text-align: center;
}
.sec_02 .row-01 .text-01 img {
	height: 100%;
	width: auto;
}
.sec_02 .row-01 ul,
.sec_02 .row-02 ul{
	display: flex;
	justify-content: center;
}
.sec_02 .row-01 li,
.sec_02 .row-02 li {
	height: 30px;
	width: auto;
	padding: 0 15px;
}
.sec_02 .row-01 li a, .sec_02 .row-02 li a{
	transition: all 0.5s 0s ease;
    display: block;
    width: 100%;
    height: 100%;
}
.sec_02 .row-01 li a:hover, .sec_02 .row-02 li a:hover{
	transform: scale(1.3);
}
.sec_02 .row-01 li img,
.sec_02 .row-02 li img{
	height: 100%;
	width: auto;
}
.sec_02 .row-02 {
	padding-top: 57px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
	row-gap: 60px;
}
.sec_02 .row-02 .row-card {
	width: 36%;
	
}
.sec_02 .text-01 {
	text-align: center;
	padding: 15px 0;
}
.sec_02 .text-02 {
	text-align: center;
	padding: 40px 0 80px;
    font-size: 20px;
    font-weight: bold;
}
.andmore {
	text-align: center;
	color: #fff;
	font-size: 24px;
	font-family: 'fabiola-capitals', serif;
	letter-spacing: 0.48px;
	padding-top: 60px;
}
/*------------TICKETS-----------------*/
.ttl-yellow {
	color: #D28500;
}
.sec_03 {
	background: url("../img/pc-bg-2.jpg")no-repeat;
	position: relative;
}
.sec_03 h3.ttl-01 {
	font-size: 20px;
	font-weight: bold;
	padding: 6px 0 10px;
	text-align: center;
}
.sec_03 .overview-01 {
	 margin-bottom: 60px;
}
.sec_03 .overview-01.mb-0{
	 margin-bottom: 0;
}
.sec_03 .overview-01 .text-box {
	background: rgba(255, 251, 242,.5);
	text-align: center;
	padding: 25px 0;
}

.sec_03 .overview-01 .text-box-wrap {
  position: relative;
  overflow: visible; 
}

.sec_03 .overview-01 .text-box-wrap::before,
.sec_03 .overview-01 .text-box-wrap::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  background: url("../img/sp-kado.png") no-repeat center/contain;
}
.sec_03 .overview-01 .text-box-wrap::before {
    top: -26px;
    left: -30px;
}

.sec_03 .overview-01 .text-box-wrap::after {
	bottom: -27px;
	right: -32px;
	transform: rotate(180deg);
}
.sec_03 .overview-01 .text-box h4 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5em;
}
.sec_03 .overview-01 h5 {
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.sec_03 .overview-01 .day-time {
	padding-top: 8px;
}
.sec_03 .overview-01 .text-02 {
	font-size: 24px;
	font-weight: bold;
}
.sec_03 .overview-01 .text-03 {
	font-size: 16px;
	font-weight: bold;
}
.sec_03 .overview-01 .text-04 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4em;
}
.sec_03 .overview-01 .text-05 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 8px;
}
.sec_03 .overview-01 .text-06 {
	font-size: 26px;
	font-weight: bold;
}
.sec_03 .overview-01 .text-06 span {
	font-size: 16px;
	font-weight: 400;
}
.sec_03 .overview-01 .text-08 {
	padding-top: 20px;
}
.sec_03 .overview-01 .text-09 {
	font-size: 18px;
	margin-top: 12px;
}
.sec_03 .inner {
    padding: 50px 0 60px;
}
.sec_03 h3 p {
    display: inline-block;
    position: relative;
}

.sec_03 h5 {
	font-size: 24px;
	padding-bottom: 10px;
}
.sec_03 .row-box .text-01 {
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	padding: 12px 0 0;
}
.contact-area {
	font-size: 16px;
	text-align: center;
	padding: 40px 0 20px;
}
.sale-site {
	text-align: center;
}
.sale-site p{
	margin-top: 12px;
}
.sec_04 h3 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
	padding-bottom: 20px;
}
.sec_04 .inner {
    padding: 0 0 60px;
} 
.sec_04 .ticket-info-box-01:first-of-type{
	padding-bottom: 40px;
}
.sec_04 .ticket-info-box-01 ul li,
.sec_07 .ticket-info-box-01 ul li {
	line-height: 1.6em;
	padding-bottom: 5px;
}
.ticket-info-box-01 p {
	padding: 30px 0 5px;
}
.sec_04 .ticket-info-box-01 ul,
.sec_05 .ticket-info-box-01 ul,
.sec_07 .ticket-info-box-01 ul{
	list-style-type: disc;
    list-style-position: outside;
    padding-left: 1em;
}
.ticket-info-box-01 a {
	color: #BF4A4D;
	text-decoration: underline;
}
.ticket-info-box-01 a:hover {
	color: #C55B5D;
}
.sec_04 .text-01,
.sec_07 .text-01 {
	font-weight: 500;
	text-align: center;
}
.ticket.ticket-area {
    position: relative;
    margin: 90px auto 0;
    background: rgba(255, 251, 242, .5);
    text-align: center;
    padding: 30px 0;
}
h4.end.title {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    line-height: 1.25em;
	position: relative;
	cursor: pointer;
}
.title::before, .title::after {
    position: absolute;
    top: 48%;
    right: 35px;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #D28500;
}
.title::before {
    transform: rotate(0deg);
}
.title::after {
    transform: rotate(90deg);
}
.title.close::after {
    display: none;
}
.box {
    display: none;
    padding: 0 3%;
    line-height: 1.6em;
}
.ticket.ticket-area .box {
    margin: 40px 0 0;
}
.sec_03 .ticket.ticket-area .overview-01 .text-box {
    background: none;
	padding: 25px 0 0;
}
.sec_03 .ticket.ticket-area .overview-01 .text-box-wrap::before, .sec_03 .ticket.ticket-area .overview-01 .text-box-wrap::after{
	display: none;
}
.sec_03 .overview-01 ul.attention{
	margin: 0 auto;
    width: fit-content;
    text-align: left;
    font-size: 14px;
    margin-top: 12px;
    font-weight: 400;
	list-style-type: "※";
    list-style-position: outside;
    padding-left: 1em;
}
.sec_03 .overview-01 ul.attention li {
    line-height: 1.2em;
    padding-bottom: 5px;
    padding-left: 2px;
}
.ticket.ticket-area .box .overview-01.mb-0 {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid rgba(210, 133, 0, 0.4);
}
.ticket.ticket-area .box .overview-01.mb-0:first-of-type {
    border: none;
    margin-top: 0;
    padding-top: 0;
}
/*------------ACCESS-----------------*/
.sec_05 h2.ttl {
    padding-top: 100px;
}
.sec_05 .btn {
	margin-top: 20px;
}
.sec_05 .text-box {
	text-align: center;
}
.sec_05 .text-box a {
	margin: 0 auto 12px;
    text-align: center;
}
.sec_05 .map-box {
	text-align: center;
	padding: 12px 0 30px;
	width: 62.5%;
	margin: 0 auto;
}
.sec_05 .ticket-info-box-01 {
	width: 62.5%;
	margin: 0 auto;
}
.ticket-info-box-01 h4 {
	font-size: 18px;
	padding-bottom: 10px;
	font-weight: bold;
}
.ticket-info-box-01 ul li {
	line-height: 1.6em;
}
.ticket-info-box-01 ul li span {
	font-weight: 500;
}
.sec_05 .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; 
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------GOODS-----------------*/
.sec_06 h2.ttl {
    padding: 100px 0 0;
	line-height: 1em;
}
.sec_06 .c-s {
	line-height: 1em;
	text-align: center;
	padding: 30px 0 130px;
}
.sec_06 .goods-img {
    margin: 30px auto;
}
.sec_06 h3 {
    font-size: 22px;
    font-weight: bold;
    padding: 6px 0 10px;
    text-align: center;
}
.sec_06 h4 {
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 5px;
}
.sec_06 .goods-text {
    margin-bottom: 20px;
}
.sec_06 .goods-text small {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}
.sec_06 .goods-attention {
    margin: 0 auto 100px;
}
/*------------info-area-----------------*/

.sec_07 {
	padding-bottom: 80px;
}
.sec_07 h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
}

@media screen and (max-width:767px) {
    body p {
        line-height: 1.8em;
    }
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	section .inner {
		width: 89%;
		margin: 0 auto;
	}
	.sec_00 {
		padding-top: 25px;
	}
    h2.ttl {
		font-size: 46px;
    }
	h3.ttl {
		font-size: 32px;
	}
	.asset-1 {
		width: 14vw;
		right: 0;
		top: 7vw;
	}
	.asset-3 {
		display: none;
	}
	.asset-2 {
		width: 23vw;
		left: 0;
		top: 44vw;
		z-index: -1;
	}
	.asset-4 {
		width: 25.6vw;
		right: 0;
		top: 12vw;
	}
	.asset-5 {
		width: 26vw;
		left: 0;
		top: -1vw;
	}
	.asset-6 {
		width: 21vw;
		right: 0;
		top: -18vw;
	}
	.btn a {
		font-size: 14px;
	}
	.btn.btn-1 a {
		padding: 14px 16px;
        line-height: 1.6em;
	}
	.sp-ticket {
		position: fixed;
		right: 5px;
		top: 130vw; /* 初期状態の位置 */
    	transition: bottom 0.3s ease-in-out; /* トランジションの追加 */
		width: 100px;
		z-index: 100;
	}

    .sec_00 .inner {
        width: 89%;
		max-width: 100%;
        margin: 0 auto;
		padding: 30px 0 60px;
    }
	.sec_00 h3 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.sec_00 .text-area {
		padding: 0 25px 20px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
	}
	.sec_00 ul {
		max-height: 172px;
	}
	.sec_00 ul li {
		font-size: 14px;
		padding: 8px 0;
	}
	.sec_00 ul li:last-child {
		padding-bottom: 0;
	}
    .sec_00 ul li p {
        width: 70%;
    }
	.sec_01 {
		padding-top: 20px;
	}
    .sec_01 .text-01 {
        font-size: 16px;
		text-align: left;
    }
	.sec_01 h2.ttl{
		padding-bottom: 0;
	}
	.sec_02 .row-01 {
		padding-bottom: 70px;
	}
	.sec_02 .row-01:first-of-type {
		padding-bottom: 40px;
	}
	.sec_02 h2.ttl {
		padding-bottom: 0;
		line-height: 0.9em;
		margin-top: 40px;
	}
	.sns-area {
		margin-bottom: 0;
	}
	.sec_02 .row-01 .text-01 {
		height: 20px;
	}
	.sec_02 .text-01 {
		padding: 10px 0 15px;
	}
	.sec_02 .row-01 .img-area {
		width: 87%;
		padding-top: 12px;
	}
	.sec_02 .row-01 .guest-area{
		padding-top: 6px;
		width: 78%;
	}
	.sec_02 .entertainer-name-1 {
		padding: 12px 0 0;
		font-size: 18px;
	}
	.sec_02 .entertainer-name-1 span {
		font-size: 14px;
	}
	.sec_03 {
		background: url(../img/sp-bg-2.jpg)repeat;
		background-size: contain;
		
	}
	.sec_03 .inner {
		padding: 70px 0 40px;
	}
	.sec_03 .row-02 {
		width: 100%;
		margin: 0 auto;
        padding-bottom: 40px;
	}
    .sec_03 .row-02 .head p {
        font-size: 14px;
    }
    .sec_03 .text-01 a{
        font-size: 14px;
    } 
	.sec_03 .overview-01 h5 {
		font-size: 16px;
		padding-bottom: 10px;
        padding-top: 0;
	}
	.sec_03 .overview-01 .text-06 {
		font-size: 20px;
		line-height: 1.6em;
	}
	.sec_03 .overview-01 .text-06 span {
		font-size: 12px;
	}
	.sec_03 .row-02 .head {
		padding-bottom: 6px;
	}
	.sec_03 .overview-01 {
		margin-bottom: 40px;
	}
    .sec_03 .overview-01 .text-box {
        padding: 12px 12px 18px;
    }
	.sec_03 .overview-01 .text-box h4 {
		font-size: 16px;
		padding-bottom: 5px;
	}
	.sec_03 .overview-01 .text-box-wrap::before, .sec_03 .overview-01 .text-box-wrap::after {
		content: "";
		position: absolute;
		width: 50px;
		height: 50px;
		background: url(../img/sp-kado.png) no-repeat center / contain;
	}
	.sec_03 .overview-01 .text-box-wrap::before {
		top: -13px;
		left: -13px;
	}
	.sec_03 .overview-01 .text-box-wrap::after {
		bottom: -13px;
		right: -13px;
		transform: rotate(180deg);
	}
	.sec_03 .overview-01 .text-02 {
		font-size: 16px;
	}
	.sec_03 .overview-01 .text-03,
	.sec_03 .overview-01 .text-04 {
		font-size: 12px;
	}
	.sec_03 .overview-01 .text-05 {
		font-size: 14px;
	}
	.sec_03 .overview-01 .text-box .text-08 {
		font-size: 14px;
		padding-top: 15px;
	}
	.sec_03 .btn {
		margin-top: 0;
	}
	.sec_03 .overview-01 .text-box .text-07{
		font-size: 14px;
		padding: 0;
		line-height: 1.6em;
	}
	.sec_03 .overview-01 .row-box .text-01 {
        font-size: 14px;
		padding: 8px 0 0;
    }
	.sec_03 .overview-01 .text-box .text-09 {
		font-size: 14px;
		margin-top: 5px;
	}
	.sec_03 .text-box .row-box .text-03 {
        padding-top: 12px;
		padding-bottom: 0;
		line-height: 1.5em;
    }
	.sec_03 h3.ttl-01 {
		padding: 10px 0;
		font-size: 16px;
		line-height: 1em;
	}
	h4.end.title {
		font-size: 16px;
	}
	.title::before, .title::after {
		width: 16px;
		height: 2px;
		right: 20px;
	}
	.ticket.ticket-area {
		padding: 20px 0;
		margin: 50px auto 0;
	}
	.ticket.ticket-area .box {
		margin: 25px 0 0;
	}
	.sec_03 .ticket.ticket-area .overview-01 .text-box {
		padding: 12px 0 0;
	}
	.sec_03 .overview-01 ul.attention {
		font-size: 12px;
	}
	.sec_03 .overview-01 ul.attention li {
		line-height: 1.4em;
	}
	.sale-site {
		margin-top: 5px;
	}
	.sec_04 .inner {
		padding: 0 0 70px 0;
	}
	.sec_04 .ticket-info-box-01 {
		width: 100%;
	}
	.sec_04 .ticket-info-box-01:first-of-type{
		padding-bottom: 0;
	}
    .sec_04 .ticket-info-box-01 ul li, .sec_07 .ticket-info-box-01 ul li {
        padding-bottom: 3px;
    }
	.sec_04 .contact-area h3.ttl-01 {
        font-size: 16px;
    }
    .sec_04 h3.ttl-01.ttl-01-2 {
        font-size: 16px;
        padding-bottom: 10px;
    }
	.ticket-info-box-01 p {
		padding: 24px 0 5px;
		font-size: 14px;
	}
	.sec_04 .contact-area h3.ttl-01 {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.sec_04 .contact-area {
		padding: 30px 0 0;
	}
	.sec_04 .contact-area .inner {
		width: 100%;
		margin: 0 auto;
	}
	.sec_04 .contact-area p {
		font-size: 14px;
	}
    .sec_04 .contact-area .text-01 {
        font-size: 14px;
		font-weight: 500;
		padding-bottom: 15px;
    }
	.sec_04 .contact-area .text-01 .sp_only {
		display: inline-block;
	}
	.sec_04 h3.ttl-01 {
		font-size: 18px;
        padding-bottom: 15px;
	}
	.sec_04 .text-01 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.sec_04 .contact-area .inner p{
		line-height: 1.5em;
	}
	.sec_04 ul {
		font-size: 14px;
		padding-left: 1em;
	}
	.sec_04 ul li {
		line-height: 1.5em;
	}
	    section.sec_05 .inner {
        width: 92%;
        margin: 0 auto;
    }
    .sec_05 h2.ttl {
        padding-top: 70px;
    }
	.sec_05 .btn {
		margin-top: 12px;
	}
	.sec_05 .btn.btn-2 a {
		padding: 9px 45px;
		line-height: 1.6em;
	}
	.sec_05 .text-box a {
		margin: 0 auto 8px;
	}
	.sec_05 .text-box a {
		font-size: 14px;
	}
	.sec_05 .text-box p {
		font-size: 14px;
		line-height: 1.4em;
	}
	.sec_05 .inner-box .ticket-info-box-01 {
		font-size: 14px;
		font-weight: 500;
	}
	.sec_05 .inner-box h4 {
		font-size: 14px;
		padding-bottom: 5px;
	}
	.sec_05 .inner-box .ticket-info-box-01 li {
		line-height: 1.5em;
		font-weight: 400;
	}
	.sec_05 .map-box {
		padding: 10px 0 10px;
		width: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 10;
	}
	.sec_05 .map{
		position: relative;
		width: 100%;
		margin: 0 auto;
		height: 0;
		padding-top: 56%;
		z-index: 10;
	}
	.sec_05 .map iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.sec_05 .inner-box .ticket-info-box-01,
	.sec_07 .ticket-info-box-01{
		width: 100%;
	}
	.sec_05 {
		padding-bottom: 40px;
	}
    .sec_06 .c-s {
        font-size: 14px;
        text-align: center;
        padding: 0 0 70px;
    }
	.sec_06 .btn {
        margin-top: 12px;
    }
	.sec_06 .goods-img {
		margin: 20px auto;
	}
	.sec_06 h3 {
		font-size: 18px;
		padding: 5px 0 10px;
	}
	.sec_06 h4 {
		font-size: 16px;
		padding: 0 0 5px;
	}
	.sec_06 .goods-text {
		font-size: 14px;
		line-height: 1.6em;
	}
	.sec_06 .goods-text small {
		font-size: 12px;
		margin-top: 5px;
		line-height: 1.4em;
	}
	.sec_06 .goods-attention {
		margin: 0 auto 50px;
	}
	.sec_07{
		padding-bottom: 0;
	}
	.sec_07 .text-01 {
		font-size: 14px;
	}
    .sec_06 h2.ttl {
		padding: 30px 0 0;
	}
	.sec_07 h3 {
		font-size: 18px;
        padding-bottom: 10px;
	}

	.sec_08 {
		padding: 0 0 40px;
	}
	.sec_07 .ticket-info-box-01 ul li {
		font-size: 14px;
	}
	footer p {
		font-size: 12px;
	}
	footer {
		padding: 70px 0 20px;
	}
    
}
