@charset "UTF-8";
html{font-size:62.5%;}
* {margin: 0;padding: 0;box-sizing: border-box;}
img {border: none;vertical-align: bottom;line-height: 0;}
main{display: block;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: bold;font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"メイリオ", Meiryo,serif;color: rgba(255,255,255,1);
}
h1,h1 a {font-size:26px;font-size:2.6rem;}
h2,h2 a {font-size:22px;font-size:2.2rem;}
h3 {font-size:20px;font-size:2.0rem;}
h4,h5 {font-size:18px;font-size:1.8rem;}
p,dl,a,ul,table,dt,dt a {font-size:15px;font-size:1.5rem;font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"メイリオ", Meiryo,serif;}
a {text-decoration: none;color: rgba(255,255,255,1);cursor: pointer;transition-duration: 0.4s;}
a:hover{color:rgba(208,0,0,1);text-decoration: none;}
ul,p,tr,td,table{margin:0;padding:0;color: rgba(255,255,255,1);}
p{line-height: 1.8;color: rgba(255,255,255,1);text-align: justify;text-justify: inter-ideograph;}
li,dd{list-style:none;margin: 0;padding: 0;color: rgba(255,255,255,1);}

.cf:after{content: "";clear: both;display: block;}
.no-border{border: 0px!important;}

span.ib{display: inline-block;}

.attention{margin-left: 1em!important;text-indent: -1em;}
.attention:before{content: "※";}
.attention-small{font-size:12px;font-size:1.2rem;}
.upper-1200,.upper-1024,.upper-767{display: block;}
.under-1200,.under-1024,.under-767{display: none;}

.flex-box{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content:         space-between;
}
.flex-box-column{
	-webkit-flex-direction: column; /* Safari */
	flex-direction:         column;
}
.flex-box-reverse{
	-webkit-flex-direction: row-reverse; /* Safari */
	flex-direction:         row-reverse;
}
.flex-box-start{
	-webkit-justify-content: flex-start; /* Safari */
	justify-content:         flex-start;
}
.flex-box-end{
	-webkit-justify-content: flex-end; /* Safari */
	justify-content:         flex-end;
}
.flex-box-center{
	-webkit-justify-content: center; /* Safari */
	justify-content:         center;
}
.flex-box-around{
	-webkit-justify-content: space-around; /* Safari */
	justify-content:         space-around;
}
.flex-align-center{
	-webkit-align-items: center; /* Safari */
	align-items:         center;
}
.flex-align-end{
	-webkit-align-items: flex-end; /* Safari */
	align-items:         flex-end;
}

.red{color: rgba(208,0,0,1);}

.max-img{width: 100%;height: auto;}
span.small-text{font-size: 75%;}
.multi-column-box{
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-moz-column-gap: 50px;
	-webkit-column-gap: 50px;
	column-gap: 50px;
}
body{
	font-size:10px;
	font-size:1.0rem;
	width:100%;
	line-height:1.8;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro,"メイリオ", Meiryo,serif;
	/*background: rgba(0, 0, 0, 0) url("images/bg.png") repeat top center ;*/
	background-color: #121212;
}
#wrapper{
	margin: 0 auto;
	position: relative;
	padding: 0;
	width: 100%;
	/*background: rgba(0, 0, 0, 0) url("images/bg.png") repeat top center ;*/
}
/*-------------------------------------common-------------------------------------*/
section.common-section{
	max-width: 1200px;
	width: 100%;
	padding: 100px 0 60px;
	margin: 0 auto;
}
div.humberger-menu-box{
	position: fixed;
	width: 28px;
	height: 28px;
	top: 20px;
	left: 20px;
	z-index: 99;
}
#show-button{
	cursor: pointer;
	transition-duration: .4s;
}
#show-button:hover{
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
/*-----------------------------------top-header----------------------------------------*/
header.top-header{
	width: 100%;
	height: 100vh;
	position: relative;
}
header div.header-nav-wrapper{
	z-index: 10;
	position: relative;
	background-color: rgba(0,0,0,0);
	padding-bottom: 20px;
}
header div.header-nav-wrapper h1{
	width: 206px;
	height: auto;
	margin: 0 auto 30px;
	padding-top: 20px;
}
header div.header-nav-wrapper nav.common-nav{
	padding: 0 20px;
}
header div.header-nav-wrapper nav.common-nav ul{
	margin-left: 2em;
}
header div.header-nav-wrapper nav.common-nav ul li{
	margin: 0 30px 20px;
}
header div.header-nav-wrapper nav.common-nav ul li p{
	text-align: center;
	line-height: 1.0;
}
header div.header-nav-wrapper nav.common-nav ul li p.nav-ja{
	margin-bottom: 8px;
}
header div.header-nav-wrapper nav.common-nav ul li p.nav-ja a{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.0;
}
header div.header-nav-wrapper nav.common-nav ul li p.nav-en a{
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.0;
}
header div.right-top-float-box{
	position: absolute;
	top: 20px;
	right: 20px;
}
header div.right-top-float-box div.icon-box{
	width: 28px;
	height: 28px;
}
div.top-header-bottom{
	background-color: #000;
	width: 100%;
	z-index: 12;
	position: relative;
	margin-top: -100px;
}
div.top-header-bottom div.top-news-box{
	padding: 15px 20px 15px 40px;
	width: 100%;
}
div.top-header-bottom div.top-news-box h3{
	color: rgba(208,0,0,1);
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: bolder;
	margin-right: 40px;
}
div.top-header-bottom div.top-news-box p.top-news-date{
	margin-right: 20px;
}
div.top-header-bottom div.top-news-box p.top-news-cat{
	background-color: rgba(208,0,0,1);
	padding: 0 20px;
	margin-right: 20px;
	line-height: 1.4;
}
div.top-header-bottom div.top-phone-box{
	padding: 15px 25px;
	width: 680px;
	background-color: rgba(208,0,0,1);
}
div.top-header-bottom div.top-phone-box p{
	text-align: center;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	font-weight: bolder;
	padding: 0 10px;
}
div.top-header-bottom div.top-phone-box h2{
	font-weight: bolder;
	font-size: 34px;
	font-size: 3.4rem;
	line-height: 1.0;
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/*-----------------------------------header----------------------------------------*/

/*---------------------------------------footer--------------------------------------*/
footer{
	background-color: #000;
	padding: 40px;
	position: relative;
}
footer p{
	font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-weight: bolder;
	letter-spacing: .1em;
	line-height: 1.0;
	margin-top: 8px;
}
footer div.footer-info-wrapper div.footer-logo{
	width: 200px;
	margin-right: 20px;
}
footer p.copy-text{
	margin-top: 80px;
}
section.page-top-btn{
	position: fixed;
	bottom: 40px;
	right: 40px;
}
section.page-top-btn a{
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #fff;
}
section.page-top-btn a:hover{
	border: 1px solid rgba(255,255,255,0);
}
footer div.footer-yukai-box{
	position: absolute;
	width: 20%;
	max-width: 100px;
	right: 200px;
	bottom: 30px;
}
/*-----------------------------------------top slide--------------------------------------*/
header.top-header div.swiper-container{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
header.top-header div.swiper-wrapper{
	width: 100%;
	height: 100%;
}
header.top-header div.swiper-wrapper article.swiper-slide{
	width: 100%;
	height: 100%;
	padding: 0 40px;
	z-index: 0;
	position: relative;
}
header.top-header div.swiper-wrapper article.swiper-slide p{
	position: absolute;
	left: 40px;
	bottom: 100px;
	font-weight: bolder;
	font-size: 40px;
	font-size: 4.0rem;
	line-height: 1.5;
	letter-spacing: 0.5rem;
	text-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
article.slide1{
	background: rgba(0, 0, 0, 0) url("images/top/slide/slide1.jpg") no-repeat top center / cover ;
}
article.slide2{
	background: rgba(0, 0, 0, 0) url("images/top/slide/slide2.jpg") no-repeat top center / cover ;
}
article.slide3{
	background: rgba(0, 0, 0, 0) url("images/top/slide/slide3.jpg") no-repeat top center / cover ;
}
/*-------------------------------top contents------------------------------------*/
section.holiday-section{
	padding: 15px 40px 15px 40px;
}
section.holiday-section div{
	margin: 10px 0;
	padding: 0px 0 10px;
	border-bottom: 1px dotted #fff;
}
section.holiday-section div:last-child{
	border-bottom: 0;
}
section.holiday-section div ul li{
	padding: 2px 10px;
	margin: 10px 10px 10px 0;
	background-color: rgba(40,40,40,1);
	text-align: center;
	min-width: 8.5em;
}
section.holiday-section div ul li.holiday-date{
	color: rgba(208,0,0,1);
}
section.event-news-section{
	background-color: rgba(0,0,0,1);
	padding: 15px 40px 40px 40px;
}
section.event-news-section h3{
	width: 10em;
}
section.event-news-section div.event-news-monthly{
	width: calc(100% - 10em);
	font-size: 20px;
	font-size: 2.0rem;
}
section.event-news-section div.event-news-monthly div.event-small{
	width: 33%;
	padding: 0 10px;
	border-left: 1px dotted #fff;
}
section.event-news-section div.event-news-monthly div.event-big{
	width: 66%;
	padding: 0 10px;
	border-left: 1px dotted #fff;
}
section.event-news-section div.event-news-monthly div.event-middle{
	width: 49%;
	padding: 0 10px;
	border-left: 1px dotted #fff;
}
ul.event-list li{
	padding: 6px 10px;
}
ul.event-list li h5{
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 1em;
	width: 23rem;
}
div.event-middle ul.event-list li h5{
	width: 34rem;
}
ul.event-list li p{
	width: calc(100% - 23rem);
	font-size: 14px;
	font-size: 1.4rem;
	text-align: right;
}
div.event-middle ul.event-list li p{
	width: calc(100% - 34rem);
}
section.event-news-section div.event-news-monthly div.event-small ul li,section.event-news-section div.event-news-monthly div.event-middle ul li{
	width: 100%;
}
section.event-news-section div.event-news-monthly div.event-small ul li:nth-child(even),section.event-news-section div.event-news-monthly div.event-middle ul li:nth-child(even){
	background-color: rgba(40,40,40,1);
}
section.event-news-section div.event-news-monthly div.event-big ul li{
	width: 50%;
}
section.event-news-section div.event-news-monthly div.event-big ul li:nth-child(4n-3),section.event-news-section div.event-news-monthly div.event-big ul li:nth-child(4n-4){
	background-color: rgba(40,40,40,1);
}
section.gyouza-section{
	background: rgba(0, 0, 0, 0) url("images/top/bg-gyouza2.jpg") no-repeat top center / cover ;
	width: 100%;
}
section.kodawari-section{
	background: rgba(0, 0, 0, 0) url("images/top/bg-kodawari.jpg") no-repeat top center / cover ;
	width: 100%;
}
section.tudou-section{
	background: rgba(0, 0, 0, 0) url("images/top/bg-tudou.jpg") no-repeat top center / cover ;
	width: 100%;
}
div.section-gradient{
	width: 100%;
	background: -moz-linear-gradient(top, rgba(18,18,18,0), rgba(18,18,18,0) 50%, rgba(18,18,18,.8) 90%,rgba(18,18,18,1));
	background: -webkit-linear-gradient(top, rgba(18,18,18,0), rgba(18,18,18,0) 50%, rgba(18,18,18,.8) 90%,rgba(18,18,18,1));
	background: linear-gradient(to bottom, rgba(18,18,18,0), rgba(18,18,18,0) 50%, rgba(18,18,18,.8) 90%,rgba(18,18,18,1));
	padding: 60px 0;
}
section div.left-title-wrapper{
	max-width: 1400px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
section div.left-title-wrapper div.section-title-area{
	width: 45%;
}
section div.right-title-wrapper div.section-title-area{
	text-align: right;
	margin-left: 55%;
}
section div.left-title-wrapper div.section-title-area div.cloud-title{
	width: 80%;
	max-width: 400px;
	margin-bottom: 80px;
	margin-left: -50px;
	display: inline-block;
}
section div.right-title-wrapper div.section-title-area div.cloud-title{
	margin-right: -50px;
	margin-left: 0;
}
section div.left-title-wrapper div.section-title-area div.sub-photo{
	width: 100%;
	padding-left: 22%;
	height: auto;
}
section div.right-title-wrapper div.section-title-area div.sub-photo{
	width: 100%;
	padding-right: 22%;
	padding-left: 0;
	height: auto;
}
section div.left-title-wrapper div.section-text{
	width: calc(55% - 100px);
	position: absolute;
	right: 0;
	bottom: 200px;
}
section div.left-title-wrapper div.section-text-bottom{
	bottom: 0;
}
div.section-text-inner-photo{
	max-width: 420px;
	width: 80%;
}
div.section-text-inner-photo div.section-text-inner-photo-wrapper{
	margin-bottom: 20px;
}
section div.right-title-wrapper div.section-text{
	right: auto;
	left: 0;
}
section div.left-title-wrapper div.section-text div.section-text-inner{
	padding-right: 40px;
}
section div.right-title-wrapper div.section-text div.section-text-inner{
	padding-left: 40px;
	padding-right: 0;
}
section div.left-title-wrapper div.section-text h2{
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 3.0rem;
}
section div.left-title-wrapper div.section-text p{
	font-size: 18px;
	font-size: 1.8rem;
}
img.max-img-390{
	max-width: 390px;
}
section.common-section h2{
	text-align: center;
	font-size: 40px;
	font-size: 4.0rem;
}
section.common-section h2.title-with-cloud span{
	position: relative;
}
section.common-section h2.title-with-cloud span:before{
	content: "";
	background: rgba(0, 0, 0, 0) url("images/top/cloud-left.png") no-repeat top center ;
	width: 147px;
	height: 63px;
	vertical-align:middle;
	position: absolute;
	left: -167px;
	top:-10px;
}
section.common-section h2.title-with-cloud span:after{
	content: "";
	background: rgba(0, 0, 0, 0) url("images/top/cloud-right.png") no-repeat top center ;
	width: 147px;
	height: 63px;
	vertical-align:middle;
	position: absolute;
	right: -167px;
	top:-10px;
}
section.common-section h5{
	text-align: center;
}
section.lineup-section ul.lineup-list{
	margin-top: 100px;
	width: 100%;
}
section.lineup-section ul.lineup-list li {
	width: 30%;
	margin-bottom: 1vw;
	min-width: 290px;
	padding: 20px;
}
section.lineup-section ul.lineup-list li h3{
	text-align: center;
	margin-top: 15px;
}
section.lineup-section ul.lineup-list li h3 a{
	font-weight: bolder;
	font-size: 22px;
	font-size: 2.2rem;
}
section.lineup-section ul.lineup-list li p{
	text-align: center;
}
section.lineup-section ul.lineup-list li p.item-cost{
	color: rgba(208,0,0,1);
	font-style: italic;
	font-size: 18px;
	font-size: 1.8rem;
}
div.instore-box{
	width: 90%;
	margin: 100px auto 0;
	padding: 20px;
}
div.instore-box figure{
	width: 34%;
}
div.instore-box div{
	width: 64%;
}
div.instore-box div p{
	font-size: 18px;
	font-size: 1.8rem;
}
section.lineup-section ul.menu-list{
	margin-top: 0;
}
section.lineup-section h3.instore-menu-title{
	width: 90%;
	padding: 20px 20px 0;
	margin: 0 auto;
}
section.contact-section{
	background-color: #fff;
	width: 100%;
	margin: 0 auto;
}
section.media-section{
	background-color: #f5f5f5;
}
section.contact-section h2,section.contact-section h5{
	color: #000;
}
section.contact-section form input[type="text"],section.contact-section form textarea{
	border:0;
	padding:10px;
	font-size: 15px;
	font-size:1.5rem;
	color:#aaa;
	border:solid 1px #ccc;
	width:100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.3);
}
section.contact-section form input[type="text"]:focus {
	border:solid 1px #EEA34A;
}
dl.form-list{
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
	margin: 20px auto 0;
	width: 90%;
}
dl.form-list dt{
	width: 20%;
}
dl.form-list dt span{
	color: red;
}
dl.form-list dd{
	width: 75%;
}
section.about-section ul.about-list li{
	border-top: 1px solid #d8d8d8;
	padding-top: 20px;
	margin: 20px auto 0;
	width: 90%;
}
section.about-section ul.about-list li p.about-list-title{
	width: 20%;
}
section.about-section ul.about-list li .about-list-contents{
	width: 75%;
}
div.button-wrapper{
	margin: 10px 0;
}
div.button-wrapper input{
	font-weight: bold;
	padding: 8px 30px;
	background-color: #D00000;
	color: #fff;
	border-style: none;
	margin: 10px;
	min-width: 150px;
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
div.button-wrapper input.cancel-btn{
	background-color: rgba(0,0,0,.5);
}
dl.media-list dd{
	border-bottom: 1px dotted rgba(255,255,255,.5);
	padding-bottom: 10px;
}
dl.media-list dd a{
	border-bottom: 1px solid rgba(255,255,255,.5);
}
ul.footer-info-list li .footer-info-title{
	min-width: 5.5em;
}
ul.footer-info-list li .footer-info-contents div p:first-child{
	min-width: 5.5em;
}
ul.media-list{
	margin-top: 40px;
	width: 100%;
	padding: 0 20px;
}
ul.media-list li{
	width: 25%;
	padding: 20px;
	border-right: 1px solid rgba(0,0,0,.2);
	margin-bottom: 20px;
}
ul.media-list li:nth-child(4n){
	border-right: none;
}
ul.media-list p{
	color: #000;
}
ul.media-list p:first-child{
	font-weight: bold;
}
ul.media-list p:first-child:before{
	content: "■";
}
ul.media-list a{
	color: #000;
	border-bottom: 1px dotted rgba(0,0,0,.5);
	font-weight:normal;
}
ul.media-list figure{
	margin: 5px 0;
}
h5.history-title{
	margin-top: 60px;
}
ul.link-banners-wrapper li{
	margin: 10px;
}
/*-------------------------------------smartphone-----------------------------------*/
section#smartphone-menu{
	display: none;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.95);
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2000;
	padding: 20px;
	overflow-y: scroll;
	border: 5px solid red;
}
section#smartphone-menu div.top-half{
	width: 100%;
}
section#smartphone-menu #btn-close{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	transition-duration: 0.5s;
}
section#smartphone-menu #btn-close:hover{
	transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
}
section#smartphone-menu h2{
	text-align: center;
	margin: 4vh auto 0;
	color: #fff;
	font-weight: bolder;
}
section#smartphone-menu h3.smartphone-logo{
	text-align: center;
	max-width: 200px;
	width: 50%;
	margin: 2vh auto 0;
}
h3.smartphone-logo img{
	transition-duration: .4s;
}
h3.smartphone-logo img:hover{
	transform: scale(0.9,0.9);
	-webkit-transform: scale(0.9,0.9);
}
section#smartphone-menu nav{
	margin: 10px 0;
	padding: 10px 0;
}
section#smartphone-menu nav ul {
	width: 30vw;
	padding: 1vw;
	text-align: center;
	margin: 0 auto;
}
section#smartphone-menu nav ul li{
	text-align: center;
	margin-bottom: 2vh;
	background-color: rgba(0,0,0,0);
	border-bottom: 1px solid rgba(255,255,255,.6);
	transition-duration: .4s;
	padding: 0.5vh 0;
}
section#smartphone-menu nav ul li:hover{
	background-color: rgba(0,70,168,1);
	border-bottom: 1px solid rgba(255,255,255,0);
}
section#smartphone-menu nav ul li a{
	color: #fff;
	padding: 4px 0;
	font-size:18px;
	font-size:1.8rem;
	letter-spacing: 0;
	font-weight: bolder;
}
section#smartphone-menu nav ul li a:hover{
	letter-spacing: .1rem;
}
/*-----------------------------------table---------------------------------------*/

table.common-table a:link {
	color: #666;
	font-weight: bold;
	text-decoration:underline;
}
table.common-table a:visited {
	color: #999999;
	font-weight:bold;
	text-decoration:none;
}
table.common-table a:active,
table.common-table a:hover {
	color: rgba(0, 153, 68, 1);
	text-decoration:underline;
}
table.common-table {
	color:#666;
	font-size:15px;
	font-size:1.5rem;
	background:#fff;
	border-collapse:collapse;
	border:0px;
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	margin: 10px 0 20px;
}
table.common-table caption{
	text-align: left;
}
table.common-table th {
	padding:10px;
	width: 100%;
	color: #fff;
	background: rgba(50,50,50,.7);
	text-align: center;
}
table.common-table th:first-child {
	text-align: center;
}
table.common-table tr {
	text-align: left;
	padding-left:20px;
}
table.common-table td:first-child {
	text-align: left;
	padding-left:0px;
	border-left: 0;
}
table.common-table td {
	padding:10px;
	font-size:15px;
	font-size:1.5rem;
	background: #fafafa;
	word-break: break-all;
}
table.common-table tr:nth-child(odd) td {
	background: #eeeeee;
}
table.common-table tr:last-child td {
	border-bottom:0;
}
table.common-table td p {
	color:#666;
}
/*-------------------------------1700px以下---------------------------------------------*/
@media screen and (max-width: 1700px) {

}
/*-------------------------------1450px以下---------------------------------------------*/
@media screen and (max-width: 1450px) {
	section.event-news-section h3{
		width: 100%;
		margin: 20px 0;
	}
	section.event-news-section div.event-news-monthly{
		width: 100%;
	}
}
/*--------------------------------1305px以下---------------------------------------------*/
@media screen and (max-width: 1305px) {
	header.top-header div.top-header-bottom div.top-phone-box,header.top-header div.top-header-bottom div.top-news-box{
		width: 100%;
		-webkit-justify-content: center; /* Safari */
		justify-content:         center;
	}
	header.top-header div.swiper-wrapper article.swiper-slide p{
		bottom: 150px;
		font-size: 30px;
		font-size: 3.0rem;
	}
}
/*-------------------------------1200px以下---------------------------------------------*/
@media screen and (max-width: 1200px) {
	.upper-1200{display: none;}
	.under-1200{display: block;}
	section div.left-title-wrapper div.section-text h2{
		font-size: 26px;
		font-size: 2.6rem;
	}
	ul.event-list li h5{
		width: 100%;
	}
	ul.event-list li p{
		width: 100%;
	}
	div.event-middle ul.event-list li h5{
		width: 100%;
	}
	div.event-middle ul.event-list li p{
		width: 100%;
	}
}
/*--------------------------------1024x以下-----------------------------------------------------*/
@media screen and (max-width: 1024px) {
	.upper-1024{display: none;}
	.under-1024{display: block;}
}
/*--------------------------------880x以下-----------------------------------------------------*/
@media screen and (max-width: 880px) {
	section div.left-title-wrapper div.section-title-area{
		width: 35%;
	}
	section div.left-title-wrapper div.section-text{
		width: calc(65% - 100px);
		bottom: 20px;
	}
	section div.left-title-wrapper div.section-text-bottom{
		bottom: 0;
	}
	section div.left-title-wrapper div.section-text p{
		font-size: 16px;
		font-size: 1.6rem;
	}
	section div.left-title-wrapper div.section-text h2{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom: 15px;
	}
	section.lineup-section ul.lineup-list{
		margin-top: 50px;
	}
	div.section-text-inner-photo{
		width: 50%;
	}
	div.instore-box{
		margin-top: 50px;
	}
}
/*--------------------------------767x以下-----------------------------------------------------*/
@media screen and (max-width: 767px) {
	.upper-767{display: none;}
	.under-767{display: block;}
	section.common-section h2{
		font-size: 28px;
		font-size: 2.8rem;
	}
	section div.left-title-wrapper div.section-text{
		width: calc(65% - 40px);
	}
	header div.header-nav-wrapper nav.common-nav ul li p.nav-ja a{
		font-size: 16px;
		font-size: 1.6rem;
		text-shadow: 0 1px 4px rgba(0,0,0,.6);
		font-weight: bold;
	}
	header div.header-nav-wrapper nav.common-nav ul li{
		margin: 0 15px 20px;
	}
	header div.header-nav-wrapper nav.common-nav ul{
		margin-left: 0;
	}
	section.common-section{
		padding-top: 50px;
	}
	section.lineup-section ul.lineup-list li h3 a{
		font-size: 18px;
		font-size: 1.8rem;
	}
	section.event-news-section div.event-news-monthly div.event-small,section.event-news-section div.event-news-monthly div.event-middle{
		width: 100%;
		margin-bottom: 20px;
		border: none;
	}
	section.event-news-section div.event-news-monthly div.event-big{
		width: 100%;
		border: none;
	}
	section.event-news-section div.event-news-monthly div.event-big ul li{
		width: 100%;
		background-color: rgba(0,0,0,1)!important;
	}
	section.event-news-section div.event-news-monthly div.event-big ul li:nth-child(even){
		background-color: rgba(40,40,40,1)!important;
	}
	ul.event-list li h5{
		width: 23rem;
	}
	ul.event-list li p{
		width: calc(100% - 23rem);
	}
	ul.media-list li{
		width: 50%;
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	ul.media-list li:nth-child(2n){
		border-right: none;
	}
}
/*--------------------------------673x以下-----------------------------------------------------*/
@media screen and (max-width: 673px) {
	header.top-header div.swiper-wrapper article.swiper-slide p{
		bottom: 200px;
		letter-spacing: 1;
		font-size: 20px;
		font-size: 2.0rem;
	}
}
/*--------------------------------650x以下-----------------------------------------------------*/
@media screen and (max-width: 650px) {
	table.common-table th,
	table.common-table td{
		width: 100%;
		display: inline-block;
	}
	section div.left-title-wrapper div.section-title-area{
		width: 100%;
	}
	section div.left-title-wrapper div.section-text{
		width: 100%;
		position: relative;
		bottom: 0;
	}
	div.sub-photo{
		display: none;
	}
	section div.left-title-wrapper div.section-text div.section-text-inner{
		padding: 0 20px;
	}
	section div.left-title-wrapper div.section-title-area div.cloud-title{
		width: 50%;
		max-width: 50%;
		margin-left:12.5vw;
		display: block;
		margin-bottom: 40px;
	}
	section.common-section h2.title-with-cloud span:before{
		background: rgba(0, 0, 0, 0) url("images/top/cloud-left.png") no-repeat top center / contain ;
		width: 73px;
		height: 31px;
		left: -80px;
		top:0px;
	}
	section.common-section h2.title-with-cloud span:after{
		background: rgba(0, 0, 0, 0) url("images/top/cloud-right.png") no-repeat top center / contain ;
		width: 73px;
		height: 31px;
		right: -80px;
		top:0px;
	}
	div.section-text-inner-photo{
		width: 100%;
		margin: 0 auto;
		display: -webkit-flex; /* Safari */
		display: flex;
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap:         wrap;
		-webkit-justify-content: space-between; /* Safari */
		justify-content:         space-between;
	}
	div.section-text-inner-photo div{
		width: 48%;
		height: auto;
	}
	footer div.footer-yukai-box{
		position: relative;
		right: auto;
		bottom: auto;
		margin-top: 20px;
		width: 30%;
	}
	div.instore-box figure{
		width: 100%;
		margin-bottom: 20px;
	}
	div.instore-box div{
		width: 100%;
	}
	section.event-news-section{
		padding: 0 20px;
	}
}
/*--------------------------------480px以下-----------------------------------------------------*/
@media screen and (max-width: 480px) {
	section.common-section h2{
		font-size: 22px;
		font-size: 2.2rem;
	}
	dl.form-list dt{
		width: 100%;
	}
	dl.form-list dd{
		width: 100%;
	}
	section.about-section ul.about-list li p.about-list-title{
		width: 100%;
	}
	section.about-section ul.about-list li p.about-list-title:before{
		content: "■";
	}
	section.about-section ul.about-list li .about-list-contents{
		width: 100%;
	}
	ul.event-list li h5{
		width: 100%;
	}
	ul.event-list li p{
		width: 100%;
	}
	ul.media-list li{
		width: 100%;
		border-right: none;
	}
}
/*--------------------------------450x以下-----------------------------------------------------*/
@media screen and (max-width: 450px) {
	header.top-header div.swiper-wrapper article.swiper-slide p{
		bottom: 220px;
		letter-spacing: 1;
		font-size: 20px;
		font-size: 2.0rem;
	}
}