@charset "utf-8";

/* main
-----------------------------------------------------*/
#main {
	clear: both;
	position: relative;
}
#main .bgList {
	margin: 0;
	padding: 0;	
}
#main .bgList > li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#main .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10%;
	margin: -10% 0 0 -5%;
	/*margin: -217px 0 0 -97px;*/
	z-index: 200;
	text-align: center;
}
#main .scroll {
	position: absolute;
	bottom: 5%;
	left: 50%;
	width: 4%;
	z-index: 100;
	margin: 0 0 0 -2%;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	#main .logo {
		width: 14%;
		margin: -18% 0 0 -7%;
	}
	#main .scroll {
		bottom: 1%;
		width: 12%;
		margin: 0 0 0 -6%;
	}
}
#main .ttl {
	position: absolute;
	top: 50%;
	right: 40px;
	margin: -34px 0 0 0;
	z-index: 98;
}
#main .cr {
	position: fixed;
	top: 50%;
	left: 40px;
	/* margin: -120px 0 0 0; */
	z-index: 99;
}
@media only screen and (max-width: 767px) {
	#main .ttl {
		right: 5px;
	}
	#main .cr {
		width: 8px;
		left: 5px;
		margin-top: -60px;
	}
}


/* common
-----------------------------------------------------*/
.commonTtlBox {
	color: #000000;
	font-family: 'Ryumin Medium KL', serif;
	position: relative;
}
@media only screen and (max-width: 767px) {
	.commonTtlBox {
		margin: 0 0 30px 0;
	}
}
.commonTtlBox h2 {
	font-size: 31px;
	line-height: 1.2;
	margin: 0;
	padding: 0 0 20px 0;
	/* background: url(../img/common_ttl_line01.png) 0 bottom no-repeat; */
}
.commonTtlBox .eng {
	font-size: 22px;
	margin: 5px 0 0 0;
}
.contentsBox .ttl {
	position: absolute;
	top: 50%;
	right: 40px;
}
.contentsBox .cr {
	position: absolute;
	top: 50%;
	left: 40px;
	margin: -120px 0 0 0;
}
@media only screen and (max-width: 767px) {
	.contentsBox .ttl {
		right: 5px;
		opacity: 0.3;
	}
	.contentsBox .cr {
		left: 5px;
		opacity: 0.3;
	}
}


/* story
-----------------------------------------------------*/
#story {
	clear: both;
	padding: 120px 0 0 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#story {
		padding-top: 60px;
	}
}
#story .clm01 {
	float: left;
	width: 372px;	
}
#story .clm02 {
	float: right;
	width: 648px;	
}
@media only screen and (max-width: 767px) {
	#story .clm01 {
		float: none;
		width: auto;	
	}
	#story .clm02 {
		float: none;
		width: auto;	
	}
}
#story .clm02 p {
	margin: 1.5em 0;
}
#story .clm02 p:first-child {
	margin-top: 0;
}
#story .clm02 p:last-child {
	margin-bottom: 0;
}
#story .clm02 .picBox {
	margin: 3em 0;
}

#story .ttl {
	margin: -34px 0 0 0;
}

/* concept
-----------------------------------------------------*/
#concept {
	clear: both;
	padding: 140px 0 0 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#concept {
		padding-top: 70px;
	}
}
#concept .clm01 {
	float: left;
	width: 372px;	
}
#concept .clm02 {
	float: right;
	width: 648px;	
}
@media only screen and (max-width: 767px) {
	#concept .clm01 {
		float: none;
		width: auto;	
	}
	#concept .clm02 {
		float: none;
		width: auto;	
	}
}
#concept .clm02 p {
	margin: 1.5em 0;
}
#concept .clm02 p:first-child {
	margin-top: 0;
}
#concept .clm02 p:last-child {
	margin-bottom: 0;
}
#concept .clm02 .picBox {
	margin: 3em 0;
}
#concept .ttl {
	margin: -60px 0 0 0;
}

/* lineup
-----------------------------------------------------*/
#lineup {
	clear: both;
	padding: 140px 0 140px 0;
	position: relative;
	background: #F6F7F7;
}
@media only screen and (max-width: 767px) {
	#lineup {
		padding: 70px 0;
	}
}
#lineup .row01 {
	clear: both;
}
#lineup .clm01 {
	float: left;
	width: 372px;	
}
#lineup .clm02 {
	float: right;
	width: 648px;	
}
@media only screen and (max-width: 767px) {
	#lineup .clm01 {
		float: none;
		width: auto;	
	}
	#lineup .clm02 {
		float: none;
		width: auto;	
	}
}
#lineup .clm02 h3 {
	color: #000000;
	font-size: 132%;
	font-weight: bold;
	margin: 0;
}
#lineup .clm02 p {
	margin: 1.5em 0;
}
#lineup .clm02 p:first-child {
	margin-top: 0;
}
#lineup .clm02 p:last-child {
	margin-bottom: 0;
}
#lineup .lineupBox {
	clear: both;
	margin: 120px 0 0 0;	
}
@media only screen and (max-width: 767px) {
	#lineup .lineupBox {
		margin-top: 60px;
	}
}
#lineup .lineupBox .lineupList {
	margin: 0 0 -40px 0;
	padding: 0;
}
#lineup .lineupBox .lineupList > li {
	margin: 0 0 40px 11%;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 26%;
	color: #000000;
}
#lineup .lineupBox .lineupList > li:nth-of-type(3n+1) {
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	#lineup .lineupBox .lineupList > li {
		float: none;
		width: auto;
		margin: 60px 0 0 0;
	}
}
#lineup .lineupBox .lineupList > li:first-child {
	margin-left: 0;
}
#lineup .lineupBox .lineupList > li .picBox {
	text-align: center;
}
#lineup .lineupBox .lineupList > li .txtBox {
	min-height: 8em;
}
@media only screen and (max-width: 767px) {
	#lineup .lineupBox .lineupList > li .txtBox {
		min-height: inherit;
	}
}
#lineup .lineupBox .lineupList > li .name {
	font-size: 125%;
	font-weight: bold;
	margin: 10px 0 0 0;
}
#lineup .lineupBox .lineupList > li .comment {
}
#lineup .lineupBox .lineupList > li .link {
	text-align: center;
	font-size: 125%;
}

#lineup .lineupBox .lineupList > li .linkBtn { margin-top: 10px; }
#lineup .lineupBox .lineupList > li .linkBtn a {
	margin: 0 auto;
	padding: 5px 0;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	background: rgba(0,0,0,0.4);
	box-shadow: -1px -1px 0px 1px rgba(100,100,100,0.8) inset;
	display: block;
}
#lineup .lineupBox .lineupList > li .linkBtn a:hover {
	box-shadow: -1px -1px 0px 1px rgba(100,100,100,0) inset;
	position: relative;
	top: 1px;
}
@media only screen and (max-width: 767px) {
	#lineup .lineupBox .lineupList > li .link {
		margin-top: 5px;
	}
	#lineup .lineupBox .lineupList > li .linkBtn a {
		width: 80%;
		max-width: 300px;
	}
}
#lineup .lineupBox .lineupList > li .link a {
	color: #000000;
	text-decoration: none;
}
#lineup .lineupBox .lineupList > li .link a:hover {
	text-decoration: underline;
}
#lineup .lineupBox .lineupList > li .link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
	background: url(../img/common_mark01.png) 0 0 no-repeat;
	background-size: contain;
}
#lineup .ttl {
	margin: -60px 0 0 0;
}


/* news
-----------------------------------------------------*/
#news {
	clear: both;
	padding: 140px 0 140px 0;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#news {
		padding: 70px 0;
	}
}
#news .newsTbl {
	width: 100%;
	margin: 40px 0 0 0;
    border-collapse:collapse;
    border-spacing:0;
}
#news .newsTbl th ,
#news .newsTbl td {
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 113%;
	padding: 5px 0 60px 0;
}
#news .newsTbl th {
	width: 372px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#news .newsTbl th ,
	#news .newsTbl td {
		display: block;
	}
	#news .newsTbl th {
		width: auto;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#news .newsTbl td {
		padding-top: 0;
	}
}
#news .newsTbl th::before ,
#news .newsTbl td::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}
#news .newsTbl th::before {
	width: 274px;
}
@media only screen and (max-width: 767px) {
	#news .newsTbl th::before {
		width: 100%;
	}
	#news .newsTbl td::before {
		display: none;
	}
}
#news .ttl {
	margin: -40px 0 0 0;
}

/* information
-----------------------------------------------------*/
#information {
	clear: both;
	padding: 140px 0;
	position: relative;
	background: #F6F7F7;
}
@media only screen and (max-width: 767px) {
	#information {
		padding: 70px 0;
	}
}
#information .row01 {
	clear: both;
}
#information .clm01 {
	float: left;
	width: 372px;	
}
#information .clm02 {
	float: right;
	width: 648px;	
}
@media only screen and (max-width: 767px) {
	#information .clm01 {
		float: none;
		width: auto;	
	}
	#information .clm02 {
		float: none;
		width: auto;	
	}
}
#information .link {
	margin: 0;
}
#information .link a {
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
#information .link a:hover {
	color: #00a0e9;
	opacity: 0.7;
}
#information .link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
	background: url(../img/common_mark02.png) 0 0 no-repeat;
	background-size: contain;
}


#information .ttl {
	margin: -90px 0 0 0;
}

#information .informationTbl {
	margin: 60px 0 0 0;	
    border-collapse:collapse;
    border-spacing:0;
}
@media only screen and (max-width: 767px) {
	#information .informationTbl {
		margin-top: 30px;
	}
}
#information .informationTbl > tbody > tr > th ,
#information .informationTbl > tbody > tr > td {
	vertical-align: top;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#information .informationTbl > tbody > tr > th ,
	#information .informationTbl > tbody > tr > td {
		display: block;
	}
}
#information .informationTbl > tbody > tr > th {
	width: 272px;
	padding: 0 100px 0 0;
	text-align: right;
}
@media only screen and (max-width: 767px) {
	#information .informationTbl > tbody > tr > th {
		width: auto;
		padding: 1.5em 0 0 0;
		text-align: left;
		font-weight: bold;
	}
}
#information .informationTbl > tbody > tr > td table {
}
#information .informationTbl > tbody > tr > td table th ,
#information .informationTbl > tbody > tr > td table td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
#information .informationTbl > tbody > tr > td table th {
	padding-right: 1em;
	white-space: nowrap;
}


/* shopinfo
-----------------------------------------------------*/
#shopinfo {
	clear: both;
	padding: 140px 0 140px 0;
	position: relative;
	background: #F6F7F7;
}
@media only screen and (max-width: 767px) {
	#shopinfo {
		padding: 70px 0;
	}
}

#shopinfo .row01 {
	clear: both;
}
#shopinfo .clm01 {
	float: left;
	width: 372px;	
}
#shopinfo .clm02 {
	float: right;
	width: 648px;	
}
@media only screen and (max-width: 767px) {
	#shopinfo .clm01 {
		float: none;
		width: auto;	
	}
	#shopinfo .clm02 {
		float: none;
		width: auto;	
	}
}
#shopinfo .linka,.linkb {
	margin: 0;
}
#shopinfo .linka a {
	font-size: 125%;
	font-weight: bold;
	text-decoration: none;
}
#shopinfo .linka a:hover {
	color: #00a0e9;
	opacity: 0.7;
}
#shopinfo .linka a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
	background: url(../img/common_mark02.png) 0 0 no-repeat;
	background-size: contain;
}

#shopinfo .linkb {
	text-align:right;
	margin-right: 20px;
}

#shopinfo .linkb a {
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	color:#000;
}
#shopinfo .linkb a:hover {
	color: #00a0e9;
	opacity: 0.7;
}
#shopinfo .linkb a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 19px;
	height: 19px;
	margin: 0 5px 0 0;
	background: url(../img/common_mark01.png) 0 0 no-repeat;
	background-size: contain;
}


#shopinfo .shopinfoTbl {
	width: 100%;
	margin: 40px 0 0 0;
    border-collapse:collapse;
    border-spacing:0;
}
#shopinfo .shopinfoTbl th ,
#shopinfo .shopinfoTbl td {
	text-align: left;
	vertical-align: top;
	position: relative;
	font-size: 113%;
	padding: 5px 0 60px 0;
}
#shopinfo .shopinfoTbl th {
	width: 372px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	#shopinfo .shopinfoTbl th ,
	#shopinfo .shopinfoTbl td {
		display: block;
	}
	#shopinfo .shopinfoTbl th {
		width: auto;
		padding-top: 10px;
		padding-bottom: 0;
	}
	#shopinfo .shopinfoTbl td {
		padding-top: 0;
	}
}
#shopinfo .shopinfoTbl th::before ,
#shopinfo .shopinfoTbl td::before {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000000;
}
#shopinfo .shopinfoTbl th::before {
	width: 274px;
}
@media only screen and (max-width: 767px) {
	#shopinfo .shopinfoTbl th::before {
		width: 100%;
	}
	#shopinfo .shopinfoTbl td::before {
		display: none;
	}
}
#shopinfo .ttl {
	margin: -40px 0 0 0;
}
