@charset "UTF-8";

/* 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, main {
	display: block;
	box-sizing: border-box;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cf:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}
.cf { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .cf { height: 1%; }  
.cf { display: block; }  
/* End hide from IE-mac */  

/*=============
contact
==============*/
.mini img{
	width: 30%;
}
.mini{
	margin-top: 50px;
}
.thanks {
	text-align: center;
	margin-top: 50px;
}
/*=============
汎用クラス
==============*/
.img100{width: 100%;}
.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}
.cf{overflow: hidden;}
.pd20{padding: 20px 10px;}
.ps10{padding: 0 10px;}
.mt10{margin-top: 10px;}
.mt30{margin-top: 30px;}
.mt40{margin-top:40px;}
.mt60{margin-top:60px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb40{margin-bottom: 40px;}
.mb70{margin-bottom: 70px;}
.pl10{padding-left: 10px;}
.pt50{padding-top: 50px !important;}
.pt60{padding-top: 60px !important;}
.w600{width: 600px;}
.note{font-size: 10px;}
@media screen and (min-width: 768px) {
	.sp-show{
		display: none;
	}
	.tac-sm{
		text-align: center;
	}
}
.u-postpone{
	color: #787878;
}
strong{font-weight: bold;}

a {
	text-decoration: none;
	color: #3dc0b0;
}
section a:hover{
	text-decoration: underline;
	cursor: pointer;
}
/*=============
font
==============*/
html {
	font-size: 87.5%;/* 14px */
	min-height: 100%;
}
body{
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-size: 1.0rem;
	position: relative;
	color: #333;
	background: #000;
}
body.is-open {
	overflow: hidden!important;
}
/*=============
トップ
==============*/
header{
	width: 960px;
	padding: 60px 0;
	margin: 0 auto;
	color: #fff;
}
#index .wrapper{
	background: #000 url(../img/common/bg03.jpg) no-repeat bottom center;
	background-size: 100% auto;
	background-position: bottom;
}
#local-nav{
	position: fixed;
	left: 0;
	top: -100px;
}
@media screen and (min-width: 768px) {
	#index .wrapper{
		background: #000 url(../img/common/bg04.jpg) repeat-x bottom center;
		background-size: 30% auto;
		background-position: bottom;
	}
}
header a,
header a:visited,
header a:link{
	color: #fff;
	text-decoration: none;
	transition: color .2s ease-out;
}
header a:hover{
	color: #c1c1c1;
	text-decoration: none;
	transition: color .2s ease-out;
	cursor: pointer;
}
header li{
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	header li {
		width: 100%;
	}
}
@media screen and (min-width: 768px) {
	header li {
		margin: 0;
	}
}
main{
	width: 760px;
	margin: 0 auto ;
	padding-top: 150px;
	padding-bottom: 150px;
	color: #fff;
}
#goods main{
	width: 800px;
}
main p{
	font-size: 14px;
	line-height: 1.7;
}
p + p{
	margin-top: 25px;
}
#index section{
	padding-top: 100px;
	text-align: center;
}

.index-info__item__title {
	display: block;
	margin: 40px 0 20px;
	font-weight: bold;
}
.index-info__item__date {
	font-weight: bold;
}

/*=============
live, news
==============*/
#bio section img{
	width: 100%;
}
.date{
	display: inline-block;
	border-bottom: dotted 1px #fff;
	margin-bottom: 10px;
}

/*=============
bio
==============*/
#bio section img,
#live section img,
#news section img,
#video section img{
	width: 100%;
}
/*=============
video
==============*/
#video .video_box {
	margin-bottom: 60px;
}
#video .video_box p {
	margin-top: 20px;
}
/*=============
disco
==============*/
#disco h2,
#goods h2,
#news h2,
#live h2,
.live h2,
#bio h1{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}
#disco section p,
#live section p,
#news section p{
	font-size: 14px;
	line-height: 1.7;
}
#disco section p + p,
#live section p + p{
	margin-top: 25px;
}
#disco section + section,
#live section + section,
#news section + section{
	margin-top: 70px;
}
#disco section img {
	max-width: 100%;
}

/*=============
goods
==============*/
@media screen and (min-width: 768px) {
	.gridbox{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.gridbox.justify-center{
		justify-content: center;
	}
	.gridinr{
		width: 45%;
		padding: 0 2px;
		box-sizing: border-box;
	}
	.gridinr img{
		width: 100%;
	}
	.gridinr span{
		font-weight: bold;
		display: block;
		margin: 5px 0;
	}
	.gridinr:nth-child(n + 3){
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.gridinr{
		width: 100%;
	}
	.gridinr + .gridinr{
		margin-top: 20px;
	}
}
.sold{
	opacity: .7;
}
.col2 {
	overflow: hidden;
}
.col2 div{
	width: 45%;
	padding: 0 2px;
	float: left;
	box-sizing: border-box;
}
.col2 div img{
	width: 100%;
}
.col2 div span{
	font-weight: bold;
	display: block;
	margin: 5px 0;
}
.col2 div + div{
	margin-left: 10%;
}
.col2 + .col2{
	margin-top: 20px;
}

.inner {
	width: 960px;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	position: absolute;
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px;
	line-height: 1;
	z-index: 999;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	float: left;
	font-size: 36px;
}
#global-nav ul,#local-nav ul {
	list-style: none;
}
@media screen and (min-width: 768px) {
	#global-nav ul,#local-nav ul{
		display: flex;
		justify-content: space-between;
	}
	#global-nav ul li,#local-nav ul li{
		margin: 0;
	}
}
/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: rgba(0,0,0,.7);
	transition: top 0.65s ease-in;
}
@media screen and (max-width: 767px) {
	#local-nav{
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#local-nav{
		position: fixed;
		top: -100px;
		left: 0;
		width: 100%;
		height: 56px;
		padding: 18px 20px;
		transition: .3s;
		background: rgba(0,0,0,.7);
		box-sizing: border-box;
	}
	#local-nav.fixed {
		top: 0;
	}
	#local-nav > ul{
		width: 960px;
		margin: 0 auto;
	}
}
#top-head.fixed .logo,#local-nav.fixed .logo {
	font-size: 24px;
	color: #fff;
}
#top-head.fixed #global-nav ul li a,
#local-nav.fixed #global-nav ul li a{
	color: #fff;
}

/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
#live section p + .reserve{
	margin-top: 10px;
}
.reserve_info{
	padding-left: 5%;
	margin-bottom: 40px;
}
#video iframe,
iframe {
	width: 100%;
	height: 430px;
}

#index .live p + p{
	margin-top: 30px;
}
#index .live{padding-top:0;}
#index .live p + p.reserve{margin-top:5px;}
#index .live + .live{margin-top: 40px;}
#index h1{font-size: 30px;}
#index {background-attachment: fixed;}
@media screen and (max-width: 767px) {
	body{
		width: 100%;
	}
	main{
		width: 100%;
		padding: 80px 16px 0;
	}
	#index section{
		padding-top: 200px;
		text-align: center;
	}
	#goods main{
		width: 100%;
	}
	.col2 div{
		width: 100%;
		float: none;
	}
	.col2 div + div{
	margin-left: 0;
	margin-top: 20px;
	}
	section img{
		width: 100%;}
	#disco h2,
	#news h2,
	#live h2{
		font-size: 160%;
	}
	#goods .col2 div img{
		padding: 10%;
		box-sizing: border-box;
	}
	#disco section p + p,
	#live section p + p{
		margin-top: 10px;
	}	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	#mobile-head {
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
		color: #333;
		font-size: 26px;
	}
	#global-nav {
		position: fixed;
		/* 開いてないときは画面外に配置 */
		top: -120%;
		background: rgba(0,0,0,.8);
		backdrop-filter: blur(10px);
		-webkit-backdrop-filter: blur(10px);
		width: 100%;
		height: calc( 100vh + 20px );
		text-align: center;
		padding: 10px 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 14px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		top: -10px;
		padding-top: 50px;
	}
	#video iframe,
	iframe {
		width: 100%;
	}
	#contact {
		  outline: none;
	}
	#video .video_box iframe,iframe {
		width: 100%;
		height: 56vw;
	}
	#index .index--info{padding-top:50px;}
	#index {background-attachment: fixed;}
	.index--info h1 img{width: 40%;}
}
.wrapper{
	opacity: 0;
}
#txoko{
	background: #ebe8e8;
}
#txoko main{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#txoko main{
	width: 900px;
}
#txoko main img{
	width: 100%;
}
.txoko_url {margin-top: 1em;}
.txoko_url a{
	display: block;
	color: #55c3e8;
}
.txoko_url span{
	display: block;
	padding-bottom: 4px;
	border-bottom: dashed 1px #55c3e8;
}
#txoko .track {
	width: 100%;
	margin-top: 20px;
	color: #333;
	text-align: center;
	line-height: 2;
}
@media screen and (min-width: 768px) {
	#txoko main{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.txoko_url {
		font-size: 1.5rem;
		font-weight: bold;
	}
	.txoko_url a:hover{
		opacity: .6;
		transition: .3s;
	}
}
@media screen and (max-width: 767px) {
	#txoko main{
		width: 100%;
	}
	.txoko_url {
		margin-top: 2em;
		font-size: 2rem;
		font-weight: bold;
	}
}
.p-linkList{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.p-linkList	a{
	color: #fff;
}
.p-linkList li{
	width: 10%;
	padding: 0 20px;
	text-align: center;
}
.p-linkList i{
	font-size: 30px;
}
#global-nav .p-linkList,#local-nav .p-linkList{
	margin-top: 0;
}
#global-nav .p-linkList li,#local-nav .p-linkList li{
	padding: 0 10px;
}
#global-nav .p-linkList i,#local-nav .p-linkList i{
	font-size: 18px;
}
@media screen and (min-width: 768px) {
	#local-nav .p-linkList{
		margin-top: 0;
	}
	#local-nav .p-linkList li{
		padding: 0 10px;
	}
	#local-nav .p-linkList i{
		font-size: 18px;
	}	
}
@media screen and (max-width: 767px) {
	.p-linkList i{
		font-size: 8vw;
	}
	.snsList{
		width: 100%;
		margin: 40px 0 0;
	}
	#global-nav .p-linkList i,#local-nav .p-linkList i{
		font-size: 5vw;
	}
	#global-nav .p-linkList li,#local-nav .p-linkList li{
		margin: 0;
	}
}

.mail-info {
	width: 85%;
    margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
	.mail-info {
		width: 90%;
	}
}

.c-btn__item a {
    display: block;
	max-width: 200px;
	margin: 60px auto;
	font-weight: bold;
	padding: 16px 30px;
	text-align: center;
	color: #000;
	background: #fff;
	transition: .6s;
}

.c-btn__item a:hover {
    opacity: .8;
}







.local-nav {
	mix-blend-mode: difference;
}
.local-nav a {
	color: #dedede;
}
