/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family:"segoe UI","游ゴシック",'Yu Gothic',YuGothic,'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN',メイリオ,Meiryo,sans-serif;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	letter-spacing: 0.2em;
	font-weight: nomal;
}
#sidebar{
}
.section-inner {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}
.frame_wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.iframe-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.scheiframe {height:500px;}
.x_btn {
		position: fixed;
		right: 8px;
		bottom: 113px;
		display: block;
		font-size: 2rem;
		z-index: 9999;
		line-height: 1.5;
		padding: 0 0 0 5px;
		background-color: rgba(169,169,169,0.50);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	width:40px;
	text-align: center;
}
.x_btn a {
		color: #666666;
}
.tiktok_btn {
		position: fixed;
		right: 8px;
		bottom: 60px;
		display: block;
		font-size: 2rem;
		z-index: 9999;
		line-height: 1.5;
		padding: 0 0 0 5px;
		background-color: rgba(169,169,169,0.50);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	width:40px;
	text-align: center;
}
.tiktok_btn a {
		color: #666666;
}
.youtube_btn {
		position: fixed;
		right: 8px;
		bottom: 166px;
		display: block;
		font-size: 2rem;
		z-index: 9999;
		line-height: 1.5;
		padding: 0 0 0 5px;
		background-color: rgba(169,169,169,0.50);
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	width:40px;
	text-align: center;
}
.youtube_btn a {
		color: #666666;
}
.top_arrow a {
		color: #666666;
}
.top_arrow {
	position: fixed;
	right: 8px;
	bottom: 7px;
	display: block;
	font-size: 2rem;
	z-index: 9999;
	background-color: rgba(169,169,169,0.50);
	line-height: 1.5;
	padding: 0 0 0 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	width:40px;
	text-align: center;
}

a{
	color: #990000;
	text-decoration: none;
	transition: 0.5s;
}
a:hover, .active{
  text-decoration: underline;
}
a:active, a:focus,input:active, input:focus{outline:0;}
img{vertical-align:top;}

#sec01 {
}
#osaka,#nagoya,#tokyo {
	background-color: #666666;
	color:#fff;
	text-align: center;
	margin-bottom: 10px;
}
.box {
	border: #666666 1px solid;
	color:#967700;
	text-align: center;
	margin-bottom: 10px;
}
#nagoya {
	margin-top: 0px;
}
#osaka,#tokyo {
	margin-top: 60px;
}
#osaka h2 {
	padding: 10px;
	font-weight: bolder;
	margin: 0px auto;
	color: #fff;
}
#nagoya h2 {
	padding: 10px;
	font-weight: bolder;
	margin: 0px auto;
	color: #fff;
}
#tokyo h2 {
	padding: 10px;
	font-weight: bolder;
	margin: 0px auto;
	color: #fff;
}
#osaka p {
	padding: 0 0 10px 0;
	margin: 0;
}
#nagoya p {
	padding: 0 0 10px 0;
	margin: 0;
}
#tokyo p {
	padding: 0 0 10px 0;
	margin: 0;
}

#sec02,#sec04,#sec06,#sec03,#sec05,#sec10,#sec11 {
	background-color: #fff;
	color:#000;
	padding-bottom: 50px;
}
#sec03,#sec04,#sec06,#sec05,#sec10,#sec11 {
	margin-top: 40px;
}
#sec05 p,#sec10 p,#sec11 p {
	color:#fff;
}
.pc_none {
	display: none;
}

.btn_wt a {
	text-align: center;
	padding: 30px 0;
	background-color: #666666;
	margin: 0 auto;
	display: block;
	color:#fff;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px 50px 5px 5px;
	width:330px;
}
.btn_wt a span {
	color:yellow;
	font-size: 0.8em;
	font-weight: normal;
}
.btn_wt a:hover {
	background-color: #666666;
}

/* 展示商品
------------------------------------------------------------*/
#product {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
#product ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
#product ul li {
    width: 30.666666666666666666665%;
	background-color: #fff;
	overflow-wrap: break-word;
	margin: 2% 0px 2% 2%;
}
#product ul li:nth-child(3) {
	margin: 2% 2% 2% 2%;
}
#product ul li a {
	display: block;
	padding: 5%;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
#product ul li a:hover {
	opacity: 0.7;
}

/* 企画詳細
------------------------------------------------------------*/
.contents {
    width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.contents ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
}
.contents ul li {
    width: 47%;
	overflow-wrap: break-word;
	margin: 2% 0px 2% 2%;
}
.contents ul li:nth-child(even) {
	margin: 2% 2% 2% 2%;
}
.contents ul li h2 {
	text-align: center;
	display: block;
	padding: 5%;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 0px;
}
.contents ul li p {
	text-align: center;
	display: block;
	padding: 0 5% 5% 5%;
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 1px;
}
.contents ul li a:hover {
	opacity: 0.7;
}


/* ヘッダー
------------------------------------------------------------*/
#mainnav a{
	color: #fff;
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/
h1, h2{
	color: #666666;
}

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

section{
  clear: both;
}

section h2{
	width: 90%;
	margin: 0px auto 30px auto;
	padding-top: 70px;
	font-size: 20px;
	font-weight:normal;
	text-align: center;
}

section h2 span {
	font-weight:bold;
	font-size: 1.3em;
}
#osaka h3{
	width: 90%;
	margin: 0px auto 0 auto;
	padding-top: 10px;
	font-size: 22px;
	font-weight:bold;
	text-align: center;
}
#osaka p.center{
	width: 90%;
	margin: 0px auto 0 auto;
	padding-top: 0;
	font-weight:normal;
	text-align: left;
	color: #fff;
}
#osaka p.center a{
	font-weight:bold;
	color: #000;
	text-decoration: underline;
}

section h3{
	width: 90%;
	margin: 0px auto 50px auto;
	padding-top: 10px;
	font-size: 22px;
	font-weight:bold;
	text-align: center;
}

section h3 span {
	display: block;
	font-size: 0.7em;
	font-weight: normal;
	padding-bottom: 20px;
	border-bottom: #fff 2px solid;
	color: #000;
}

.inner{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
}
p.membar{
	color:#967700!important;
}
.about_inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.content_inner{
	width: 90%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#sec03 .inner, #sec04 .inner{
	border-bottom: 1px solid #a0a0a0;
}

.innerS{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: center;
}


/* SEC02 Gallery
------------------------------------------------------------*/

#gallery{
	overflow: hidden;
}

#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}
#gallery li.full{
	width: 100%;
}


#gallery img{
	display: block;
	width: 100%;
	height: auto;
}


/* SEC03 BRAND
------------------------------------------------------------*/
.col4 .img{
	margin: 0 auto;
	text-align: center;
}
.col4 p{
	text-align: center;
}
.col4 p span{
	font-weight: normal;
	font-size: 0.8em;
}



/* SEC04 PROJECT
------------------------------------------------------------*/


.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
}

.article img{
	float: left;
	margin: 5px 20px 20px;
}

.article p{
	margin-bottom: 20px;
}



/* SEC05 COMPANY
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 10px;
	margin-top: 10px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.about_col2 {
	border-bottom: 1px solid #fff;
}
.about_col2 li{
	display: inline-block;
	margin: 20px 0;
	width: 67%;
	vertical-align: top;
	font-size: 13px;
}
.about_col2 li span{
	font-size: 11px;
	color:#000;
}
.about_col2 li:nth-child(odd){
	width: 28%;
	font-weight: bold;
	letter-spacing:0.5px;
	padding-left: 30px;
}
.content_col2 {
	border-bottom: 1px solid #fff;
}
.content_col2 li{
	display: inline-block;
	margin: 20px 0;
	width: 49%;
	vertical-align: top;
	font-size: 13px;
}
.content_col2 li span{
	font-size: 11px;
	color:#000;
}
.content_col2 li:nth-child(odd){
	width: 49%;
	font-weight: bold;
	letter-spacing:0.5px;
	padding-left: 2%;
}

#map{
	position: relative;
	padding-bottom: 200px;
	height: 0;
	overflow: hidden;
	z-index: 0;
}

#map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}



/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 800px){
	body{
		font-size:14px;
	}
	#wrapper{
		width: 100%;
		margin-left: 10px;
	}
	
	#content{
		width: 80%;
	}
	
	#sidebar{
		width: 12%;
		position: fixed;
		top: 0;
		right: 0;
		background-color: #C3C3C3;
		height: 100%;
		padding: 20px;
	}
	a#menu{
		display:none;
	}
	.panel{
		display:block !important;
	}
	#sidebar h1{
		padding: 30px 0;
	}
	#mainnav li{
		font-size: 14px;
		padding: 10px 0;
	}
	#sns{
		margin-top: 50px;
	}
	
	#sns li{
		display: inline-block;
		padding-right: 10px;
	}

	#sns a:hover img{
		opacity: .8;
	}
	
	/* SEC03 BRAND
	-----------------*/
	.col4{
		text-align: center;
	}

	.col4 li{
		display: inline-block;
		width: 27%;
		padding: 0 2%;
		vertical-align: top;
		text-align: center;
	}

	.col4 .sns li{
		display: inline-block;
		width: 20%;
		padding: 0 3%;
		vertical-align: top;
		text-align: center;
	}
	
	#map iframe{
		height: 200px !important;
  }
	
  #footer{
		padding: 30px 10px 70px 0;
	}
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 60%;
		vertical-align: top;
	}
	.col2 li:nth-child(odd){
		width: 35%;
		padding-right: 4%;
	}
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 30px;
	}
	#sec02,#sec03,#sec04 {
		padding-bottom: 30px;
	}
	#gallery li{
		float: none;
		width: 100%;
	}
	.article img{
		float: none;
		display: block;
		margin: 0 auto 20px;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	.box{
		margin-left: 10px;
		margin-right: 10px;
	}
	
.scheiframe {height:1000px;}
}

@media only screen and (max-width: 799px){
	.section-inner {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
	#mainImg{
		padding-top: 100px;
	}
	.mainImg{
		padding-top: 0px;
	}
	.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
	}
	.about_col2 li{
		letter-spacing:2px;
	}
	.about_col2 li:first-child{
		padding-left: 0px;
	}
	.content_col2 li{
		letter-spacing:2px;
	}
	.content_col2 li:first-child{
		padding-left: 0px;
	}
	.contents ul li {
		width: 100%;
		overflow-wrap: break-word;
		margin: 2% 2% 2% 2%;
	}
	#sidebar{
		position: fixed;
		width: 100%;
		z-index:500;
	}
	#sidebarwraper{
		position: relative;
		width: 100%;
		height: 75px;
		background-color: #c3c3c3;
		border-bottom: #000 2px solid;
	}
	#sidebar h1{
		text-align: center;
		padding-top: 15px;
	}
	
	#sidebar h1 img{
		width: auto !important;
		max-height: 50px;
	}
	a#menu{
		display: inline-block;
		position: relative;
		width: 40px;
		height: 58px;
		margin: 10px;
	}
	#menubtn{
  	display: block;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menubtn:before, #menubtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menubtn:before{
  	margin-top: -7px;
	}

	#menubtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -10px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background-color: rgba(195,195,195,0.9);
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display: block;
		padding: 15px 25px;
		border-bottom: 1px solid #ccc;
		color: #393949;
		font-weight: 400;
	}
	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainnav #sns li{
		display: inline-block;
	}
	#mainnav #sns li a{
		position: relative;
		display: inline-block;
		padding: 15px 10px 0;
		border: 0;
	}
	#mainnav #sns li a:before{
		border: 0;
	}
	.col4 li{
		margin: 0 auto 50px;
		display: block;
		text-align: center;
	}

	.col4 .sns li{
		display: inline-block;
		width: 25%;
		padding: 0;
		vertical-align: top;
		text-align: center;
	}
	
	section h2{
		margin: 0px auto 55px auto;
		padding-top: 55px;
	}
}