@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;
}
html {
	overflow-x: hidden;
	background: linear-gradient(#000, #222);
	height: 100vh;
}
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: #F7F7F7;
	font-family: "Noto Sans", sans-serif;
	font-weight: 400;
	text-align: justify;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	color: #28D8D8;
	word-break: break-all;
	text-decoration: none;
}
h2.ttl {
	height: 63px;
	width: auto;
	text-align: center;
	padding-bottom: 20px;
}
h2.ttl img {
	height: 100%;
	width: auto;
}

a:hover {
	color: #838383;
	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;
}
/*------------ヘッダー-（ナビゲーション・ロゴ）----------------*/
#top-head {
	position: fixed;
	top: -110px;
	z-index: 101;
	height: 65px;
	box-sizing: border-box;
	transition: top 0.5s ease-in-out 0s;
}
#top-head.scrolled {
	top:0;
}

header {
	position: relative;
	width: 100%;
	/* display: none; */
}
header nav {
	z-index: 10;
	background-color: #1F1F1F;
	padding: 15px 40px;
	box-sizing: border-box;
}
.fixed{
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
header nav ul {
	width: 100%;
	height: 26px;
	display: flex;
	justify-content: flex-end;
	box-sizing: border-box;
}
header nav ul li {
    padding-left: 50px;
    
}
header nav ul a {
    font-family: 'Oswald';
    color: #CBCACA;
    font-weight: bold;
    font-size: 20px;
}
header nav ul a:hover {
	text-decoration: none;
	padding-bottom: 0;
}
.header-nav-list li {
	height: 20px;
}
.header-nav-list img {
	height: 100%;
	width: auto;
}
.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 {
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		height: 100vh;
	}
	.header-nav-list {
		display: block;
	}
	.sp_header {
		display: flex;
	}
	.pc_logo_area {
		display: none;
	}
	.sp_logo_area {
		width: 80px;
		padding: 10px 10px 10px 15px;
		display: block;
	}
	.sp-tickets {
		display: block;
		width: 14%;
		padding: 7px 0;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	.sp-tickets img {
		height: auto;
		width: 100%;
	}
	header nav{
		display: none;
		position: fixed;
		top:0;
		width: 100%;
		left: 0;
	}
	header nav ul {
		padding: 0;
	}
    header nav ul li a {
		padding: 16px;
    }
	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: 10px 0;
	}
	header nav ul li:last-child{
		border: none;
	}
	header nav ul li a{
		display: block; 
	}
	header nav ul a:hover::after {
		display: none;
	}
	header nav ul a:hover {
		padding: 25px 15px;
	}
	.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: 25px 15px;
		z-index: 2;
		height: 30px;
		text-align: center;
	}
	.header-nav-list li {
		height: auto;
	}
	.hover img {
		display: block;
		width: auto;
		height: 100%;
		margin: 0 auto;
	}
	header nav ul a:hover {
		text-decoration: none;
		color: #C3C3C3;
	}
}
@media screen and (max-width:767px) {
	.sp-tickets {
		display: block;
		height: 60px;
		padding: 7px 0 0;
		text-align: center;
		margin: 0 auto;
		box-sizing: border-box;
	}
	sp-tickets img {
		height: 100%;
		width: auto;
	}
}

/*------------フッター-----------------*/
footer {
	background-color: #111;
	padding: 49px 0 50px;
}
footer p {
	color: #fff;
	text-align: center;
	font-size: 14px
}

#pagetop {
    position: fixed;
    bottom: 5px;
    left: 15px;
    float: right;
    width: 60px;
    height: 60px;
	z-index: 1000;
}
#pagetop img {
    width: 100%;
    height: auto;
}
/*------------共通-----------------*/
.inner {
	width: 70%;
	margin: 0 auto;
	max-width: 1100px;
}

/***************************************
03.メインビジュアル
***************************************/
.mv {
	text-align: center;
	padding: 100px 0 48px;
}
.mv .inter{
	font-family: "Inter";
	font-weight: 700;
}
.mv .text-01 {
	font-weight: 500;
	font-size: 36px;
	padding-bottom: 36px;
}
.mv .text-01 span{
	font-weight: 700;
	font-size: 64px;
}
.mv .text-02 {
	font-weight: 700;
	font-size: 76px;
	line-height: 1.15em;
	padding-bottom: 0px;
	font-feature-settings: "palt";
}
.mv .text-2-w10-8 {
	transform: scaleY(0.85);
}
.mv .text-2-w18-15 {
	transform: scaleY(0.82);
}
.mv .text-2-w17-14 {
	transform: scaleY(0.83);
}
.mv .text-2-w10-8 {
	transform: scaleY(0.90);
}
.mv .text-2-w7 {
	transform: scaleY(0.93);
}
.mv .text-2-w2 {
	transform : scaleY(0.98);
}
.mv .text-2-w30-29 {
	transform: scaleY(0.70);
}
.mv .text-2-w15-11 {
	transform: scaleY(0.85);
}
.mv .text-2-w0-7 {
	transform: scaleY(0);
}
.mv .sp-f44 {
	font-size: 76px;
}
.mv .sp-f38 {
	font-size: 76px;
}
.mv .sp-f20 {
	font-size: 52px;
}
.mv .text-03 {
	font-weight: 700;
	font-size: 40px;
	padding-bottom: 28px;
}
.mv .text-03 .text-03-1 {
	 transform: scaleY(0.8);
	font-size: 40px;
}
.mv .text-03 .text-03-2 {
	transform: scaleY(0.9);
	font-size: 44px;
	display: inline-block;
	margin-left: -6px;
}
.mv .text-04 {
	font-weight: 700;
	font-size: 30px;
	padding-bottom: 0px;
}
.mv .text-04 span{
	font-weight:700;
	font-size: 40px;
	display: inline-block;
	padding-right: 3px;
	padding-left: 3px;
}
.mv .text-05 {
	font-weight:bold;
	font-size: 20px;
	padding-bottom: 10px;
}
.mv .text-05 span{
	font-weight:600;
	font-size: 30px;
}
.mv .text-06 {
	font-weight:bold;
	font-size: 30px;
	padding-bottom: 15px;
}
.mv .text-06 .text-06-1 {
	font-weight:bold;
	font-size: 24px;
}
.mv .text-06 .text-06-2 {
	font-weight:600;
	font-size: 36px;
}
.mv .text-06 .text-06-3 {
	font-weight:600;
	font-size: 36px;
	transform: scaleY(0.90);
}
.mv .text-06 .text-06-4 {
	font-weight:bold;
	font-size: 36px;
	transform: scaleY(0.90);
	display: inline-block;
    margin-left: -6px;
}
.mv .text-07 {
	font-weight:500;
	font-size: 18px;
	line-height: 1.6em;
}

@media screen and (max-width:767px) {
   .mv {
		text-align: center;
		padding: 70px 0 40px;
	}
	.mv .inter{
		font-family: "Inter";
		font-weight: 700;
	}
	.mv .text-01 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.mv .text-01 span{
		font-size: 28px;
	}
	.mv .text-02 {
		font-size:38px;
		line-height: 1.15em;
		padding-bottom: 0px;
	}
	.mv .text-2-w10-8 {
		transform   : scaleY(0.92);
	}
	.mv .text-2-w18-15 {
		transform: scaleY(0.85);
	}
	.mv .text-2-w17-14 {
		transform: scaleY(0.86);
	}
	.mv .text-2-w10-8 {
		transform: scaleY(0.92);
	}
	.mv .text-2-w30-29 {
		transform: scaleY(0.71);
	}
	.mv .text-2-w15-11 {
		transform: scaleY(0.89);
	}
	.mv .text-2-w0-7 {
		transform: scaleY(0.93);
	}
	.mv .text-2-2 {
		display: block;
		padding-top: 6px;
	}
	.mv .sp-f44 {
		font-size: 40px;
	}
	.mv .sp-f38 {
		font-size: 36px;
	}
	.mv .sp-f20 {
		font-size: 20px;
	}
	.mv .text-03 {
		font-weight: 700;
		font-size: 32px;
		padding-bottom: 24px;
	}
	.mv .text-03 .text-03-1 {
		transform: scaleY(0.85);
		font-size: 32px;
	}
	.mv .text-03 .text-03-2 {
		transform: scaleY(0.9);
		font-size: 32px;
		display: inline-block;
		margin-left: -4px;
	}
	.mv .text-04 {
		font-size: 18px;
		padding-bottom: 0;
	}
	.mv .text-04 span{
		font-size: 30px;
	}
	.mv .text-05 {
		font-size: 18px;
		padding-bottom: 5px;
	}
	.mv .text-05 span{
		font-size: 24px;
	}
	.mv .text-06 {
		font-size: 24px;
		padding-bottom: 15px;
	}
	.mv .text-06 .text-06-1 {
		font-size: 18px;
	}
	.mv .text-06 .text-06-2 {
		font-size: 24px;
	}
	.mv .text-06 .text-06-3,
	.mv .text-06 .text-06-4{
		font-size: 24px;
	}
	.mv .text-07 {
		font-weight:500;
		font-size: 14px;
	}

}
/*------------ticketアイコン-----------------*/
.ticket {
	position: fixed;
	right: 30px;
	bottom: 0;
	padding-bottom: 20px;
    width: 180px;
    z-index: 100;
}
/*------------Twitter-----------------*/
.tw-btn {
	text-align: center;
	padding-top: 50px;
}
.tw-btn a {
	font-size: 23px;
	font-weight: bold;
    color: #000;
    background-color: #D9D9D9;
    padding: 0.5em 2em;
    border-radius: 30px;
    display: inline-block;
}
.tw-btn a:hover {
	text-decoration: none;
	opacity: 0.7;
}
.tw-area {
    margin-bottom: 60px;
}
.tw-box {
	width: 70%;
	margin: 0 auto;
    padding-top: 70px;
}
.tw-box .img-area {
	width: 30px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 20px;	
}
.tw-box .tw-name {
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	padding-bottom: 10px;
}
.t-inner {
	width: 100%!important;
	max-width: 800px!important;
	margin: 0 auto;
	display: flex;
    align-items: center;
    justify-content: center;
}
#twitter-widget-0,
.t-inner iframe{
	width: 100%t;
	max-width: 1000px;
}

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

/*------------新着情報-----------------*/
.sec_00 .bg-00 {
    position: relative;
}
.sec_00 .inner::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 92px 100vw 0 0 ;
    border-color: transparent #111 transparent transparent;
    margin-top: -92px;
}
.sec_00 .inner {
	width: 38%;
	margin: 0 auto;
	padding: 110px 0 100px;
}
.sec_00 .inner h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 15px;
}
.sec_00 .inner ul {
	height: 150px;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
    border-bottom: 1px solid #838383;
}
.sec_00 .inner ul li {
    display: flex;
	box-sizing: border-box;
	padding-bottom: 10px;
}
.sec_00 .innerul li time {
    width: 35%;
}
.sec_00 .inner ul li p {
    width: 65%;
	padding-left: 20px;
	line-height: 1.6em;
}

/*------------INTRODUCTION-----------------*/
.sec_01 {
	padding-top: 30px;
}
.sec_01 .text-01{
	font-size: 24px;
	text-align: center;
    padding-top: 15px;
}
.sec_01 .text-02{
	text-align: center;
	padding-top: 50px;
}
/*------------ENTERTAINER-----------------*/
.first .sec_02 {
    background: url("../img/pc-bg-nainai-01.png")no-repeat center center/cover;
    padding-top: calc(1459 / 2880 * 100%);
    height: 0;
	position: sticky;
}
.phase02 .sec_02 {
    background: url("../img/pc-bg-01.png")no-repeat center center/cover;
    padding-top: calc(2495 / 2159 * 100%);
    height: 0;
	position: sticky;
}
.first .sec_02 .inner {
    margin: -40vw auto 0;
    max-width: 100%!important;
}
.phase02 .sec_02 .inner {
    margin: -100vw auto 0;
    max-width: 100%!important;
}
.sec_02 .row-01 .img-area {
    width: 45%;
	margin: 0 auto;
}
.sec_02 p {
    font-size: 20px;
}
.sec_02 .row-02 {
	width: 65%;
	margin: 0 auto;
}
.sec_02 .row-02 ul {
	display: flex;
	flex-wrap: wrap;
}
.sec_02 .row-02 li {
    width: 45%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.sec_02 p,
.sec_02 .more{
    text-align: center;
}
.sec_02 p {
    padding: 10px 0 20px;
}
/*------------TICKETS-----------------*/

h3.ttl-01 {
	align-items: center;
	display: flex; 
}
h3.ttl-01::before,
h3.ttl-01::after {
	background-color: #555555;
	content: "";
	flex-grow: 1;
	height: 1px; 
}
h3.ttl-01::before {
	margin-right: 15px; 
}
h3.ttl-01::after {
	margin-left: 15px;
}
h3.ttl-01 {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 50px;
	padding-top: 20px;
	color: #a9b4b4;
}

.overview-01 .text-box {
	text-align: center;
	padding-bottom: 60px;
}
.overview-01 .text-box .f-01{
	font-size: 24px;
}
.overview-01 .text-box .text-01 a:hover{
	text-decoration: none;
}
.sec_03 .inner {
    padding-top: 50px;
}
.sec_03 h4 {
	background: url("../img/ttl-bn.png")no-repeat center center;
	background-size: contain;
	width: 307px;
	height: 45px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
    padding: 10px 0 5px;
}
.sec_03 .row-01 {
	display: flex;
	justify-content: space-around;
}

.sec_03 .row-02 {
	width: 50%;
	margin: 0 auto;
}
.sec_03 .row-02 .head {
	text-align: center;
	padding-bottom: 30px;
}
.phase02 .sec_03 .row-02 .head {
	padding-bottom: 30px;
}
.sec_03 .row-box {
	padding-bottom: 15px;
}
.sec_03 h5 {
	font-size: 24px;
	padding-bottom: 25px;
}
.sec_03 h5::before {
	content: "";
	display: inline-block;
	background: url("../img/tickets-icon.png")no-repeat center center;
	background-size: contain;
	width: 31px;
	height: 17px;
	padding-right: 5px;
}
.sec_03 .row-box .text-01 {
	font-weight: bold;
}
.contact-area {
	font-size: 16px;
	text-align: center;
	padding: 40px 0 60px;
}
.sec_04 .ticket-info-box-01 ul li,
.sec_07 .ticket-info-box-01 ul li {
	padding-bottom: 20px;
}
.sec_04 .ticket-info-box-01 ul,
.sec_07 .ticket-info-box-01 ul{
	list-style-type: disc;
    list-style-position: outside;
}
.sec_04 .text-01,
.sec_07 .text-01 {
	font-weight: bold;
	text-align: center;
	padding-bottom: 40px;
}
.organizer-area {
	text-align: center;
	padding: 70px 0 85px;
}
/*------------ACCESS-----------------*/
/*.sec_05 {
    background-color: #191E1C;
}*/
.sec_05 {
  position: relative;
  z-index: 0;
}
.sec_05::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-3.6deg);
  transform-origin: top right;
  
  z-index: -1;
  width:100%;
  height:100%;
  background:#191E1C;
}
.sec_05 h2.ttl {
    padding-top: 130px;
}
.sec_05 .text-box {
	text-align: center;
}
.sec_05 .text-box a {
	font-size: 24px;
}
.sec_05 .map-box {
	text-align: center;
	padding: 10px 0 50px;
}
/*------------GOODS-----------------*/
.sec_06 h2.ttl {
    padding: 150px 0 15px;
}
.sec_06 .c-s {
	font-size: 24px;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}
.sec_06 .goods-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sec_06 .goods-list ul li {
	width: 22%;
	margin: 0 auto;
	padding-bottom: 45px;
}
.sec_06 .goods-name {
	font-size: 20px;
	font-weight: bold;
	padding-top: 5px;
}
.sec_06 .size{
	font-weight: bold;
}
.sec_06 .price {
	font-weight: bold;
	text-align: right;
	padding-bottom: 15px;
}
.sec_06 .price span{
	font-size: 20px;
}
.sec_06 .btn {
	text-align: center;
    padding-bottom: 30px;
}
.sec_06 .btn a {
    background-color: #008C95;
    border-radius: 25px;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    padding: 8px 30px;
    transition: 0.5s;
}
.sec_06 .btn a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #008C95;
}
/*------------info-area-----------------*/

.sec_07 {
  position: relative;
  z-index: 0;
}
.sec_07::after{
  content: '';
  position: absolute;
  left:0;
  top: 0;
  transform: skewY(-3.6deg);
  transform-origin: top right;
  z-index: -1;
  width:100%;
  height:100%;
  background:#899193;
}
.sec_07 h3 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
}
.sec_07{
	/*background-color: #899193;*/
	color: #162328;
}
.sec_07 .inner {
    padding: 150px 0 100px;
}

footer {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1224px) {
    .sec_00 .inner {
        width: 42%;
    }
    .sec_01 .text-01 {
        font-size: 22px;
    }
    .tw-box {
        padding: 50px 0 30px;
    }
    .sec_02 .inner {
        margin: -47vw auto 0;
    }
    h2.ttl {
        height: 63px;
        width: auto;
        text-align: center;
        padding-bottom: 20px;
    }section .inner {
    width: 80%;
    max-width: 1008px;
    margin: 0 auto;
}
    .sec_02 p {
        padding: 10px 0;
    }
    .sec_03 .row-02 {
        width: 43%;
        margin: 0 auto;
    }
}
@media screen and (max-width:767px) {
    body p {
        line-height: 1.8em;
    }
	.pc_only {
		display: none;
	}
	.sp_only {
		display: block;
	}
	section .inner {
		width: 85%;
		margin: 0 auto;
	}
    h2.ttl {
		height: 50px;
    }
	.ticket {
		position: fixed;
		right: 5px;
		bottom: 0;
		padding-bottom: 20px;
		width: 90px;
		z-index: 100;
	}

    .sec_00 .inner {
        width: 83%;
        margin: 0 auto;
		padding: 24px 0 50px;
    }
    .sec_00 .inner::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 26px 100vw 0 0;
        border-color: transparent #111 transparent transparent;
        margin-top: -48px;
    }
    .sec_00 .inner ul li p {
        width: 70%;
    }
	.sec_01 {
        background: url("../img/sp-bg-01.jpg")no-repeat center center/cover;
        padding-top: calc(2820 / 1378 * 100%);
		padding-bottom: 90px;
        height: 0;
        position: sticky;
    }
	.sec_01 .inner {
		margin: -185vw auto 0;
    }
    .sec_01 .text-01 {
        font-size: 18px;
		padding-top: 0;
    }
	.sec_01 h2.ttl{
		padding-bottom: 30px;
	}
    .sec_01 .text-02 {
        line-height: 1.7em;
		padding-top: 20px;
    }
	.sec_02 p {
		font-size: 16px;
		line-height: 1.25em;
	}
	#twitter-widget-0, .t-inner iframe {
		width: 100%t;
		height: 180px!important;
	}
	.twitter-timeline { 
		width:100%; 
	}
    .tw-box {
		width: 100%;
		padding-top: 50px;
    }
    .first .sec_02 {
        background: url("../img/sp-bg-nainai-02.jpg")no-repeat center center/cover;
        padding-top: calc(1788 / 1378 * 100%);
        height: 0;
        position: sticky;
    }
	.phase02 .sec_02 {
        background: url("../img/sp-bg-02.png")no-repeat center center/cover;
        padding-top: calc(5762 / 1129 * 100%);
        height: 0;
        position: sticky;
    }
	.first .sec_02 {
        background: url("../img/sp-bg-nainai-02.jpg")no-repeat center center/cover;
        padding-top: calc(1788 / 1378 * 100%);
        height: 0;
        position: sticky;
    }
	.first .sec_02 .inner {
		margin: -110vw auto 0;
		max-width: 100%!important;
	}
	.phase02 .sec_02 .inner {
		margin: -485vw auto 0;
		max-width: 100%!important;
	}
	.sec_02 .img-area {
		width: 100%;
		margin: 0 auto;
	}
    .sec_02 .more {
        font-size: 14px;
    }
	.sec_02 h2.ttl {
		padding-bottom: 20px;
	}
	.sec_02 .row-02 {
		width: 100%;
	}
	.sec_02 .row-01 .img-area {
		width: 100%;
	}
	.sec_02 .row-02 ul {
		display: block;
	}
	.sec_02 .row-02 li {
		width: 100%;
	}
    .overview-01 .text-box {
        padding-bottom: 40px;
    }
    .sec_03 .inner {
        padding-top: 70px;
    }
    .sec_03 h3.ttl-01 {
        font-size: 14px;
        font-weight: normal;
        padding-bottom: 30px;
    }
    .sec_03 .row-01 {
        display: block;
    }
	.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 h5 {
		font-size: 20px;
		padding-bottom: 15px;
        padding-top: 24px;
	}
    .sec_03 #live h5 {
        padding-top: 0;
    }
	.sec_03 .row-02 .head {
		padding-bottom: 6px;
	}
	.sec_03 .icon-area ul {
		display: flex;
		width: 90%;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.sec_03 .icon-area ul li{
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
	.sec_03 .icon-area ul li a{
		color: #fff;
	}
	.sec_03 .icon-area ul li::after {
		content: '▼';
		display: block;
		width: 1em;
		height: 1em;
		margin: 0 auto;
	}
	.sec_03 .row-box .text-01,
	.sec_03 .row-box .text-02,
	.sec_03 .row-box .text-03 {
		font-weight: normal;
		font-size: 14px;
	}
	.sec_03 h5::before {
		content: "";
		display: inline-block;
		background: url(../img/tickets-icon.png)no-repeat center center;
		background-size: contain;
		width: 26px;
		height: 14px;
		padding-right: 5px;
	}
	.sec_03 h4 {
		background: url(../img/ttl-bn.png)no-repeat center center;
		background-size: contain;
		width: 256px;
		height: 38px;
		font-size: 24px;
		font-weight: bold;
		text-align: center;
		margin: 0 auto;
		padding: 5px 0 5px;
	}
	.contact-area h3.ttl-01 {
		font-size: 14px;
		padding-bottom: 30px;
	}
	.contact-area {
		padding: 0 0 30px;
	}
	.contact-area .inner {
		width: 85%;
		margin: 0 auto;
	}
	.contact-area p {
		font-size: 16px;
	}
	.sec_04 h3.ttl-01 {
		font-size: 14px;
        padding-bottom: 30px;
	}
	.sec_04 .text-01 {
		font-size: 16px;
		font-weight: bold;
		padding-bottom: 16px;
	}
	.sec_04 ul {
		font-size: 14px;
		padding-left: 1em;
	}
	.sec_04 ul li {
		line-height: 1.8em;
	}
    .sec_06 .goods-list ul li {
        width: 46%;
        margin: 0 auto;
        padding-bottom: 45px;
    }
	
	.sec_05 .map-box {
		padding-top: 15px;
		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_06 .btn a {
		font-size: 16px;
	}
	.sec_06 .goods-name {
		font-size: 16px;
		text-align: left;
	}
	.sec_06 .size,.sec_06 .price {
		font-size: 14px;
	}
	.sec_06 .price span{
		font-size: 16px;
	}
	.sec_07 .text-01 {
		font-size: 14px;
	}
    .sec_07 .inner {
        padding: 70px 0 100px;
    }
	h3.ttl-01::before, h3.ttl-01::after {
		background-color: #838383;
		content: "";
		flex-grow: 1;
		height: 1px;
	}
    .sec_06 h2.ttl {
		padding: 70px 0 16px;
	}
	.sec_07 h3 {
		font-size: 23px;
        padding-bottom: 15px;
	}
    
}
/*--------------teaser---------------*/
body{
	height: 100%;
}

div.first{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.inner{
    padding-bottom: 100px ;
	    width: 68%;
    max-width: 800px;
    margin: 0 auto;
}
.inner .ttl-white{
	width: auto;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
	height: 30px;
}
.history_list ul {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    gap: 20px;
}
.history_list ul li{
	width: 140px;
}
.history_list ul li a{
    background-color: #303030;
    padding: 4px;
	text-align: center;
	border: 1px solid #ffffff;
    transition: all 0.5s 0s ease;
	color: #fff;
	font-weight: bold;
	border-radius: 10px;
    font-size: 20px;
    letter-spacing: 0.8px;
    display: block;
}
.history_list ul li a:hover {
  background: #fff;
  color: #000000!important;
  text-decoration: none;
}
/*.history_list ul li a {
    color: #fff;
	font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.8px;
    display: block;
}*/
.history_list ul li a span {
    font-size: 16px;
}
.history_list ul li a::after {
    content: "";
    background: url(../img/arrow-right.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 9px;
    height: 18px;
    margin-left: 6px;
    vertical-align: middle;
}
.history_list ul li a:hover::after {
	background: url(../img/arrow-right_b.svg) no-repeat;
	background-size: contain;
}
	
@media screen and (max-width:767px) {
	.inner{
	    width: 100%;
		padding-bottom: 20px;
	}
	.inner .ttl-white{
    font-size: 20px;
	padding-bottom: 0px;
	}
	.history_list ul{
    gap: 10px;
	}
	.history_list ul li a{
    font-size: 16px;
	}
}

.load{
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
.load1{
	animation-delay: .5s;
}
.load2{
	animation-delay: 1s;
}
.load3{
	animation-delay: 1.5s;
}
.load4{
	animation-delay: 2s;
}
.load5{
	animation-delay:2.5s;
}

@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}