@charset "UTF-8";
/* CSS Document */


/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900&display=swap&subset=japanese');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700;900&display=swap');



html {
 margin-top: 0px !important;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
abbr, address, cite, code,
del, dfn, img, ins, kbd, q, samp,
small, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "m-plus-1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #333;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}

em {
	font-family: "m-plus-1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 15px;
	font-style: italic;	
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul {
    list-style:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
   /* border-collapse:collapse;*/
    border-spacing:0;
}
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}

li {
	list-style: none;	
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

rt {
	letter-spacing: 0;
	font-size: 40%;
}

/*end reset*/

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

.serif {
	font-family: 'Noto Serif JP', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝","ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.sans-serif {
	font-family: "m-plus-1p", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック","メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.lato {
	font-family: 'Lato', sans-serif;
}

.tc {text-align: center !important;}
.tr {text-align: right !important;}
.tl {text-align: left !important;}

.bold {font-weight:bold;}
 
.font10{font-size:10px !important;}
.font11{font-size:11px !important;}
.font12{font-size:12px !important;}
.font13{font-size:13px !important;}
.font14{font-size:14px !important;}
.font15{font-size:15px !important;}
.font16{font-size:16px !important;}
.font17{font-size:17px !important;}
.font18{font-size:18px !important;}
.font19{font-size:19px !important;}
.font20{font-size:20px !important;}
.font21{font-size:21px !important;}
.font22{font-size:22px !important;}
.font23{font-size:23px !important;}
.font24{font-size:24px !important;}
.font25{font-size:25px !important;}
.font26{font-size:26px !important;}
.font27{font-size:27px !important;}
.font28{font-size:28px !important;}
.font29{font-size:29px !important;}
.font30{font-size:30px !important;}
.font32{font-size:32px !important;}
.font34{font-size:34px !important;}
.font36{font-size:36px !important;}
.font40{font-size:40px !important;}
 
/* ----------------------------------------------------
    float
---------------------------------------------------- */
.fr {float: right !important;}
.fl {float: left !important;}
 
.clear {clear: both;}
 
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
 
.clearfix {
  min-height: 1px;
}
 
* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
 

/* ----------------------------------------------------
    margin
---------------------------------------------------- */
 
.mt00 { margin-top:  0px !important; }
.mt05 { margin-top:  5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
 
.mr00 { margin-right:  0px !important; }
.mr05 { margin-right:  5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr50 { margin-right: 50px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
 
.mb00 { margin-bottom:  0px !important; }
.mb05 { margin-bottom:  5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb76 { margin-bottom: 76px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
 
.ml00 { margin-left:  0px !important; }
.ml05 { margin-left:  5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
 
/* ----------------------------------------------------
    padding
---------------------------------------------------- */
 
.pt00 { padding-top:  0px !important; }
.pt05 { padding-top:  5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt80 { padding-top: 80px !important; }
 
.pr00 { padding-right:  0px !important; }
.pr05 { padding-right:  5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
 
.pb00 { padding-bottom:  0px !important; }
.pb05 { padding-bottom:  5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
 
.pl00 { padding-left:  0px !important; }
.pl05 { padding-left:  5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }






/* ----------------------------------------------------

    common

---------------------------------------------------- */


/* IE10以前でのみ有効 */
html {
height: 100%\9;
overflow: hidden\9;
}
body {
height: 100%\9;
overflow: scroll\9;
}
/* IE10以降でのみ有効 */
@media all and (-ms-high-contrast: none) {
	html {
		height: 100%;
		overflow: hidden;
	}
	body {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.sec_in1000 {
	max-width: 1000px;
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.sec_in1200 {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.sec_in1400 {
	max-width: 1400px;
	width: 90%;
	margin: auto;
	overflow: hidden;
}

.overflow-h {overflow: hidden;}

.object-fit-img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

body {
	overflow-x: hidden;
	transition: .3s;
	position: relative;
}


#page_top{
	position: fixed;
	right: 10px;
	bottom: -200px;
	z-index: 8000;
	transition: .3s;
}
#page_top a{
	position: relative;
	transition: .3s;
	width: 50px;
	height: 50px;
	background: #b20022;
	box-sizing: border-box;
	text-align: center;
	padding-top: 7px;
	display: block;
	border-radius: 50%;
	border: solid 1px #fff;
}

#page_top a img {
	transition: .3s;
	position: relative;
	bottom: 3px;
}

#page_top a:hover img {
	
}

#page_top.pt_up {
	bottom: 20px;
	transition: .3s;
}


/* ----------------------------------------------------

    header

---------------------------------------------------- */


header {position: relative;}

.header_in {
	position: relative;
	/*padding-top: calc(1080 / 1920 * 100%);
	height: 0;*/
	overflow: hidden;
}

.header_left {
	position: absolute;
	width: 160px;
	left: 3%;
	top: 4%;
	z-index: 100;
	box-sizing: border-box;
	opacity: 0;
	transform: translateY(-400px);
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.header_left.fade01 {
	opacity: 1;
	transform: translateX(0);
}

.main_bg {
	/*position: absolute;
	top: 0;
	left: 0;*/
	width: 100%;
	z-index: 0;
}

.main_left {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 39.0625%;
	opacity: 0;
	transform: translateX(-1000px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}
.main_left.fade01 {
	opacity: 1;
	transform: translateX(0);
}

.main_right {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	width: 39.84375%;
	opacity: 0;
	transform: translateX(1000px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.main_right.fade01 {
	opacity: 1;
	transform: translateX(0);
}

.main_title {
	position: absolute;
	right: 0;
	left: 0;
	top: 6%;
	margin: auto;
	z-index: 10;
	width: 44.895%;
	opacity: 0;
	transform: translateY(-800px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.main_title.fade01 {
	opacity: 1;
	transform: translateX(0);
}

.main_center {
	position: absolute;
	right: 0;
	left: 0;
	top: 22%;
	margin: auto;
	z-index: 100;
	width: 38.59375%;
	opacity: 0;
	transform: translateY(1600px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.main_center.fade01 {
	opacity: 1;
	transform: translateX(0);
}




.h_bnr {
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 9999;
	width: 360px;
	opacity: 0;
	transform: translateY(-500px);
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, width .5s;
}

.h_bnr.fade01 {
	opacity: 1;
	transform: translateX(0);
}

.h_bnr.fixed {
	width: 280px;
}

.h_bnr a {
	display: block;
	transition: .3s;
}

.h_bnr a:hover {
	transform: scale(0.9);
}





/* ----------------------------------------------------

    top

---------------------------------------------------- */

.content_wrap {
	/*background-image: url("images/top/bg01.jpg");
	background-repeat: repeat;
	background-size: 1920px;
	background-position: center top;*/
	/*background-color: #eade23;*/
	background-color: #bb121a;
	padding: 80px 0 20px;
	/*background-image: url("images/top/top_bg01.png");*/
	background-image: url("images/top/top_bg01-2.png");
	background-repeat: repeat;
	background-size: 100px;
	background-position: left top;
}

.top01_in {
	max-width: 1300px;
	width: 90%;
	margin: auto;
}

.top01_text {
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1.4;
	margin-bottom: 30px;
	color: #fff000;
}

.top01_text02 {
	text-align: center;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.7;
	margin-bottom: 30px;
	color: #fff;
	font-weight: 500;
}


.top01_title {text-align: center; margin-bottom: 30px; transform: scale(0);}
.top01_title.show {
	animation: show 0.7s ease-out;
	transform: scale(1);
}
.top01_bnr {margin-bottom: 60px;}
.top01_bnr h3 {
	text-align: center;
	margin-bottom: 20px;
	opacity: 0;
	transform: translateY(200px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition-delay: .1s;
}
.top01_bnr.show h3 {
	opacity: 1;
	transform: translateX(0);
}
.top01_bnr h4 {
	text-align: center;
	transform: translateY(200px);
	transition: transform 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 2s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition-delay: .3s;
}
.top01_bnr.show h4 {
	opacity: 1;
	transform: translateX(0);
}
.top01_bnr h4 a img {transition: .3s; box-sizing: border-box; border: solid 1px #fff;}
.top01_bnr h4 a:hover img {transform: scale(0.95);}

.shoplist_wrap {
	max-width: 1300px;
	width: 90%;
	margin: auto;
}



.store_wrap {
	overflow: hidden;
	max-width: 1300px;
	width: 90%;
	margin: auto;
	column-count: 4;
	column-gap: 16px;
	/*height: auto !important;*/
	padding-bottom: 80px;
	/*display: grid;
   grid-gap: 20px;
   grid-template-columns: repeat(auto-fill, minmax(300px,1fr));
   grid-auto-rows: auto;*/
	position: relative;

}

.store_wrap01 {
	max-width: 1300px;
	width: 90%;
	margin: auto;
	margin-bottom: 10px;
}

.store_box {

	width: auto;
	height: auto;
	/*float: left;*/
	margin-bottom: 16px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 8px;
	overflow: hidden;
	break-inside: avoid;
	transition: .3s;
	/* grid-row-end: span 1;*/
	/*display: flex;
    justify-content: center;
    align-items: center;*/
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(100px);
	opacity: 0;
}

.store_box.show {
	transition: all 1.1s cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translateY(0);
	opacity: 1;
}

.store_box a {
	display: block;
	padding: 10px 10px 25px 10px;
}
.store_box01 {width: 100%;}
.store_box01 a {padding: 0;}
.store_box:hover {transform: scale(0.95);}

.store_box01_dl {
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 40px 50px;
	border-radius: 10px;
	background: #fff;
}

.store_box01_dl dt {
	display: table-cell;
	width: 41.67%;
	vertical-align: top;
}

.store_box01_dl dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding-left: 6%;
}

.place_text {
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 15px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: 7px;
	border-radius: 4px;
}

.place_text.south {background: #0076ab;}
.place_text.north {background: #00a496;}
.place_text.center {background: #c60915;}
.place_text.opa {background: #00336b;}

.floor {
	display: block;
	width: 64px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 2px;
	border-radius: 20px;
	margin-bottom: 10px;
	padding: 5px;
	float: right;
}

.floorb1f {background: #00336b;}
.floor1f {background: #f39839;}
.floor2f {background: #00a496;}
.floor3f {background: #0076ab;}
.floor4f {background: #c60915;}

.store_name {
	max-width: 216px;
	width: 100%;
	margin: auto;
}
.place_text.centerwalk {background: #e38187;}
.place_text.grand {background: #0076ab;}

.store_name2 {font-size: 19px; font-weight: 600; text-align: center; margin-bottom: 16px;}
.store_box01 .store_name2 {text-align: left;font-size: 24px; margin-bottom: 8px;}
.store_img {text-align: center; display: block; padding-bottom: 20px; margin-bottom: 10px; border-bottom: solid 1px #ccc;}
.store_box01 .store_img {border-bottom: none; margin-bottom: 0; padding-bottom: 0;}
.store_cat_wrap {overflow: hidden; margin-bottom: 10px;}
.store_box01 .store_cat_wrap {margin-bottom: 0;}
.store_cat {
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 4px;
}
.store_price {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	color: #c60915;
	display: block;
	margin-bottom: 10px;
}

.store_box01 .store_price {text-align: left; font-size: 30px;}

.store_price span {
	display: block;
	font-size: 0.6em;
	font-weight: 600;
	color: #c60915;
}
.pickup {
	display: block;
	max-width: 120px;
	width: 100%;
	box-sizing: border-box;
	background: #d90d18;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	line-height: 1;
	padding: 6px 10px;
	margin-bottom: 10px;
}
.store_box_b_text {font-size: 15px; line-height: 1.4; text-align: center;}

@media screen and (max-width: 1200px) {
	.store_name2 {font-size: 18px; letter-spacing: 0;}
}
	
@media screen and (max-width: 991px) {
	.store_wrap {column-count: 3;}
}
	
@media screen and (max-width: 767px) {
	.store_wrap {column-count: 2;}
}
	
@media screen and (max-width: 567px) {
	.store_name2 {font-size: 16px; letter-spacing: 0;}
	.menu_name {font-size: 14px;}
	.menu_price {font-size: 18px;}
	.menu_text {font-size: 13px;}
}
@media screen and (max-width: 428px) {
	.store_wrap {column-count: 1; padding-bottom: 20px;}
}








.top02 {
	background: #00336b;
	padding: 70px 0 90px;
}

.top02_in {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

.top02_in h3 {
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition-delay: .4s;
}

.top02_in.show h3 {
	opacity: 1;
	transform: translateX(0);
}

.top02_in h3 a {
	display: block;
	max-width: 740px;
	width: 100%;
	margin: auto;
	transition: .3s;
}

.top02_in h3 a:hover {
	transform: scale(0.95);
}

.top02_text {
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 1.4;
	margin-bottom: 20px;
	display: block;
	opacity: 0;
	transform: translateY(200px);
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	transition-delay: .3s;
}
.top02_in.show .top02_text {
	opacity: 1;
	transform: translateX(0);
}

.top03 {
	padding: 80px 0 90px;
	background: #f5f5f5;
}

.top03_in {
	max-width: 1000px;
	width: 90%;
	margin: auto;
}

.top03_in h2 {
	text-align: center;
	margin-bottom: 40px;
	transform: scale(0);
}

.top03_in h2.show {
	animation: show 0.7s ease-out;
	transform: scale(1);
}

.top03_bnr_wrap {
	overflow: visible;
}

.top03_bnr_wrap h3 {
	transform: translateY(200px);
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
	
}
.top03_bnr_wrap h3:nth-of-type(1) {transition-delay: .2s;}
.top03_bnr_wrap h3:nth-of-type(2) {transition-delay: .3s;}
.top03_bnr_wrap h3:nth-of-type(3) {transition-delay: .4s;}
.top03_bnr_wrap h3:nth-of-type(4) {transition-delay: .5s;}

.top03_bnr_wrap.show h3 {
	opacity: 1;
	transform: translateX(0);
}

.top03_bnr_wrap h3 a {
	display: block;
	max-width: 480px;
	width: 48%;
	float: left;
	margin: 0 1% 20px;
	transition: .3s;
}
.top03_bnr_wrap h3 a:hover {
	transform: scale(0.95);
}

@keyframes show{
  0% {
    transform: scale(0);
  }
	
  70% {
    transform: scale(1.2);
  }
	
  85% {
    transform: scale(0.8);
  }
 
  100% {
    transform: scale(1);
  }
}



.top08 {
	background: #fff;
	padding: 80px 0;
}

.top08 h2 {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: auto;
	margin-bottom: 40px;
}

.top08_in {
	overflow: hidden;
	max-width: 500px;
	width: 100%;
	margin: auto;
}

.top08_in h3 {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(0);
	transform-origin: center;
    opacity: 0;
}

.top08_in h3.show {
	transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scale(1);
    opacity: 1;
}

.top08_in h3:nth-of-type(2) {transition-delay: .1s;}
.top08_in h3:nth-of-type(3) {transition-delay: .2s;}
.top08_in h3:nth-of-type(4) {transition-delay: .3s;}
.top08_in h3:nth-of-type(5) {transition-delay: .4s;}
.top08_in h3:nth-of-type(6) {transition-delay: .5s;}

.top08_in h3 a {
	display: block;
	float: left;
	max-width: 80px;
	width: 16%;
	margin: 0 2%;
	transition: .3s;
}

.top08_in h3 a:hover {
	transform: scale(0.9);
}








/* ----------------------------------------------------

    footer

---------------------------------------------------- */


footer {
	/*background: #00a496;*/
	background: #a91f25;
	padding: 50px 0;
}

footer .sec_in1200 {
	overflow: hidden;
}

.footer_left {
	float: left;
	max-width: 620px;
	width: 72%;
	padding-top: 20px;
}

.footer_right {
	float: right;
	max-width: 220px;
	width: 26%;
	padding-top: 120px;
}

.footer_nav ul {
	overflow: hidden;
}

.footer_nav li {
	float: left;
	margin-right: 20px;
	list-style: none;
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px;
}

.footer_nav li a {
	display: block;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	transition: .3s;
}

.footer_nav li a i {
	color: #fff;
	font-size: 18px;
	padding-right: 5px;
	transition: .3s;
}



.footer_nav li a:hover {
	color: #F8E06C;
	transition: .3s;
}

.footer_nav li a:hover i {
	color: #F8E06C;
	transition: .3s;
}

.copy {
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
	text-align: right;
}






/* ----------------------------------------------------

    canalfes

---------------------------------------------------- */


.guest_wrap {padding-bottom: 60px;}

.guest_box {
	float: left;
	max-width: 630px;
	width: 48.5%;
	margin: 0 3% 40px 0;
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(150px);
    opacity: 0;
	border-radius: 15px;
	box-shadow: 10px 10px 30px rgba(0,0,0,0.2);
}

.guest_box:nth-of-type(even) {margin-right: 0; transition-delay: .1s;}

.guest_box.show {
	transform: translateY(0);
    opacity: 1;
}



.guest_box01 {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto 40px!important;
	float: none;
	position: relative;
}


.guest_box > dl {
	display: table;
	width: 100%;
}

.guest_box > dl > dt {
	display: table-cell;
	width: 300px;
}

.guest_box01 > dl > dt {
	display: table-cell;
	width: 370px;
}

.guest_box > dl > dt > img {
	object-fit: cover;
	width: 100%;
	height: 300px;
	border-radius: 8px;
}

.guest_box01 > dl > dt > img {
	object-fit: cover;
	width: 100%;
	height: 360px;
}

.guest_box > dl > dd {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: middle;
	padding: 0 20px; 
}

.guest_date {
	max-width: 150px;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 10px 2px;
	line-height: 1;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	border-radius: 30px;
	margin: 0 auto 5px;
	letter-spacing: 2px;
}

.guest_box01 .guest_date {
	max-width: 200px;
	font-size: 25px;
}

.guest_date span {
	font-size: 0.7em;
	font-weight: 600;
	color: #fff;
	padding-left: 2px;
	position: relative;
	bottom: 2px;
}

.date_red {background: #ae002b;}
.date_blue {background: #0b76ab;}
.date_black {background: #333;}

.guest_time {
	display: table;
	padding: 10px 0;
	margin: auto;
	width: 100%;
	max-width: 120px;
}

.guest_time dt {
	display: table-cell;
	width: 50px;
	line-height: 1;
	box-sizing: border-box;
	text-align: center;
	padding: 2px 5px;
	font-size: 13px;
	vertical-align: middle;
	border: solid 1px #333;
}

.guest_time dd {
	display: table-cell;
	box-sizing: border-box;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.3;
	vertical-align: middle;
}

.guest_name {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 20px;
}

.guest_box01 .guest_name {font-size: 28px;}

.guest_name span {font-size: 0.6em;font-weight: 600; letter-spacing: 0;}

.guest_btn a {
	display: block;
	max-width: 200px;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	text-align: center;
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.2;
	border-radius: 25px;
	border: solid 1px #333;
	transition: .3s;
}

.guest_btn a:hover {
	background: #333;
	color: #fff;
}

.seiri {
	margin: 0 auto 10px;
	width: 96px;
	box-sizing: border-box;
	text-align: center;
	background: #e5be00;
	line-height: 1;
	padding: 6px;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	
}

.guest_box01 .seiri {
	position: static;
	margin: 0 auto 10px;
}

.stage_cat {
	max-width: 140px;
	width: 100%;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	padding: 2px 5px 3px;
	line-height: 1.2;
	margin: 0 auto 10px;
	font-weight: 600;
}

.stage_cat.owarai {color: #00336b; border: solid 2px #00336b;}
.stage_cat.ongaku {color: #f39839; border: solid 2px #f39839;}
.stage_cat.talk {color: #ae002b; border: solid 2px #ae002b; max-width: 180px; letter-spacing: 0;}
.stage_cat.performance {color: #00a496; border: solid 2px #00a496;}

.guest_box .pickup {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 100;
}

.canalfes02 {padding-bottom: 100px;}

.canalfes02_in {
	max-width: 1200px;
	width: 90%;
	margin: auto;
	
}

.schedule_wrap {
	transition: transform 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 1s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
    transform: translateY(150px);
    opacity: 0;
	transition-delay: .1s;
}

.schedule_wrap.show {
	transform: translateY(0);
    opacity: 1;
}




/* ----------------------------------------------------

    メディアクエリ

---------------------------------------------------- */



.max1366 {display: none !important;}
.min1367 {display: block !important;}
.max1279 {display: none !important;}
.min1280 {display: block !important;}
.max1199 {display: none !important;}
.min1200 {display: block !important;}
.max991 {display: none !important;}
.min992 {display: block !important;}
.max850 {display: none !important;}
.min851 {display: block !important;}
.max767 {display: none !important;}
.min768 {display: block !important;}
.max567 {display: none !important;}
.min568 {display: block !important;}
.max430 {display: none !important;}
.min431 {display: block !important;}



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


@media screen and ( max-width:1680px ){
	.h_bnr {width: 320px;}
	.h_bnr.fixed {width: 240px;}
	.header_left {width: 150px;}
}



@media screen and ( max-width:1536px ){
	
	.top01_title {display: block; max-width: 600px; width: 70%; margin: 0 auto 30px;}
}


@media screen and ( max-width:1366px ){
	.max1366 {display: block !important;}
	.min1367 {display: none !important;}

	
	.h_bnr {width: 260px;}
	.h_bnr.fixed {width: 220px;}
	.header_left {width: 130px;}
	
	.top01_title {max-width: 540px;}
	.store_box01_dl dt {width: 52%;}
	.store_box01_dl dd {padding-left: 3%;}
	.pickup {font-size: 15px; max-width: 120px;}
	.store_box01 .store_name2 {font-size: 21px;}
	.store_box01 .store_price {font-size: 26px;}
	
	.top03_in h2 {display: block; max-width: 520px; width: 70%; margin: 0 auto 40px;}
	.guest_box > dl > dt {width: 240px;}
	.guest_box > dl > dt > img {height: 240px;}
	.guest_box01 > dl > dt {width: 320px;}
	.guest_box01 > dl > dt > img {height: 320px;}
	.stage_cat {font-size: 13px;}
	.stage_cat.talk {max-width: 160px;}
	.guest_date {font-size: 19px;}
	.guest_box01 .guest_date {font-size: 22px;}
	.guest_time dt {padding: 2px 5px; font-size: 13px;}
	.guest_box .pickup {margin-bottom: 6px;}
	.guest_name span {line-height: 1.2;}
	.guest_name {margin-bottom: 10px;}
	.seiri {font-size: 13px; width: 90px;}
	.guest_btn a {font-size: 13px;}
	.guest_time dd {font-size: 14px;}
}

@media screen and ( max-width:1279px ){
	.max1279 {display: block !important;}
	.min1280 {display: none !important;}
	
}

@media screen and ( max-width:1199px ){
	.max1199 {display: block !important;}
	.min1200 {display: none !important;}
	
	.h_bnr {width: 220px;}
	.h_bnr.fixed {width: 180px;}
	.header_left {width: 120px;}
	
	
	.guest_box {margin-bottom: 30px;}
	.guest_box > dl > dt {width: 240px;}
	.guest_box01 > dl > dt {width: 310px;}
}

@media screen and ( max-width:991px ){
	.max991 {display: block !important;}
	.min992 {display: none !important;}
	
	.h_bnr {width: 180px; top: 10px; right: 10px;}
	.h_bnr.fixed {width: 150px;}
	
	.top01_text {font-size: 18px;}
	.top01_title {max-width: 300px;}
	.canalfes02_in .top01_title {max-width: 400px;}
	.top01_text02 {font-size: 14px;}
	.store_box01_dl dt {display: block;width: 100%;}
	.store_box01_dl dd {display: block;width: 100%; padding-left: 0; padding-top: 20px;}
	
	.top03_in h2 {max-width: 460px;}

	footer {padding-bottom: 100px;}	
	.footer_left {float: none;max-width: 520px;width: 90%;margin: 0 auto 30px;padding-top: 20px;text-align: center;}
	.footer_right {float: none;max-width: 210px;width: 90%;margin: auto; padding-top: 0;}
	.footer_left h3 {text-align: center;}
	.copy {text-align: center;}
	
	.guest_box {float: none; width: 100%; margin: 0 auto 25px;}
	.guest_box:nth-of-type(even) {margin: 0 auto 25px; transition-delay: 0s;}
	.guest_box01 {margin-bottom: 25px !important;}
	
	
}

@media screen and ( max-width:767px ){
	.max767 {display: block !important;}
	.min768 {display: none !important;}

	.h_bnr {width: 180px; top: 15px; right: 15px;}
	.h_bnr.fixed {width: 130px;}
	.header_left {width: 100px; left: 15px; top: 15px;}
	
	.top01_bnr h3 img {width: 300px;}
	.content_wrap {padding-top: 50px;}
	.top01_text {margin-bottom: 10px;}
	.top01_title {margin-bottom: 20px;}
	
	.guest_box01 .guest_name {font-size: 22px;}
	.guest_box01 .guest_date {font-size: 20px;}
	.seiri {font-size: 12px; padding: 4px;}
	.guest_box01 > dl > dt {width: 270px;}
	.guest_box01 > dl > dt > img {height: 270px;}
	

}

@media screen and ( max-width:567px ){	
	.max567 {display: block !important;}
	.min568 {display: none !important;}
	
	.header_left {top: 10px;}
	
	/*.header_in {height: 80vh; padding-top: 0;}*/
	/*.main_bg {height: 80vh;}*/
	.main_bg img {height: 100%;}
	.main_left {width: 52%; z-index: 100;}
	.main_right {width: 52%; z-index: 90;}
	.main_center {width: 67%; z-index: 10; top: 20%;}
	.main_title {width: 74%; top: 13%;}
	
	.store_box01_dl {padding: 20px;}
	.store_box01 .store_name2 {font-size: 19px;}
	.store_box01 .store_price {font-size: 22px;}
	.place_text {font-size: 14px;}
	.store_price {font-size: 22px;}
	.store_cat {font-size: 12px;}
	.store_wrap {padding-bottom: 40px;}
	
	.top02 {padding: 50px 0 60px;}
	.top02_text {font-size: 18px;}
	.top03 {padding: 50px 0 40px;}
	
	.top08 h2 {max-width: 340px;}
	
	.footer_left h3 img {width: 120px;}
	.footer_left {max-width: 270px;}
	.footer_nav li {float: none;margin-right: 0;}
	
	.canalfes02 {padding-bottom: 40px;}
	
	.guest_box01 > dl > dt {display: block; width: 100%;}
	.guest_box01 > dl > dd {display: block; width: 100%; padding: 20px 10px 10px;}
	.guest_box01 > dl > dt > img {height: 400px;}
	
	.guest_name {font-size: 19px;}
}

@media screen and ( max-width:500px ){
	/*.header_in {height: 72vh; padding-top: 0;}*/
	/*.main_bg {height: 72vh;}*/
	.top01_text {font-size: 17px; letter-spacing: 0; line-height: 1.5;}
	.top01_title {width: 80%;}
	.top03_in h2 {width: 80%; margin-bottom: 20px;}
	.top03_bnr_wrap h3 a {float: none; width: 100%; margin: 0 auto 15px;}
	
	.guest_box > dl > dt {display: block; width: 100%; max-width: 380px; margin: auto;}
	.guest_box > dl > dd {display: block; width: 100%; padding: 20px 10px 20px;}
	.guest_box > dl > dt > img {height: 240px;}
	.guest_box01 > dl > dt {max-width: 100%;}
	.guest_box01 > dl > dt > img {height: 430px;}
	
	.top01_title {max-width: 220px;}
	.canalfes02_in .top01_title {max-width: 300px;}
	
}

@media screen and ( max-width:480px ){
	.store_wrap {column-count: 1; width: 86%;}
	.store_wrap01 {width: 86%;}
	.top08_in h3 a {width: 22%; margin: 0 5.65% 40px;}
	.top08 {padding: 40px 0 20px;}
	.top08 .sec_in1200 {width: 74%;}
	
	.guest_box01 > dl > dt > img {height: 360px;}
	.guest_wrap {padding-bottom: 40px;}
	.guest_box {padding: 15px; width: 90%; border-radius: 8px;}
}

@media screen and ( max-width:450px ){
	.max430 {display: block !important;}
	.min431 {display: none !important;}
	
	/*.header_in {height: 640px; padding-top: 0;}*/
	/*.main_bg {height: 640px;}*/
	.main_center {width: 70%; top: 24%;}
	.main_title {width: 78%; top: 14%;}
	.h_bnr {width: 160px; top: 10px; right: 10px;}
	.h_bnr.fixed {width: 130px;}
	.header_left {width: 90px;}
	.store_box_b_text {font-size: 14px;}
	.store_price {font-size: 20px;}
	.store_price span {font-size: 0.7em;}
	
	.footer_left h3 {margin-bottom: 35px;}
	.footer_left h3 img {width: 100px;}
	footer {padding: 35px 0 100px;}
	

	.guest_box01 > dl > dt > img {height: 340px;}
	.top01_in {width: 92%;}
	.guest_time {max-width: 140px;}
	.seiri {font-size: 13px;}
}

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

	.guest_box01 > dl > dt > img {height: 320px;}
}


@media screen and ( max-width:375px ){
	/*.header_in {height: 590px; padding-top: 0;}*/
	/*.main_bg {height: 590px;}*/
	.main_center {top: 27%;}
	.main_title {top: 16%;}
}

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

	.guest_name {font-size: 19px;}
	.guest_box01 .guest_name {font-size: 19px;}
}


















