@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	common.css

*/

/*============================================================
	IMPORT CSS
*/
@import url('../../../assets/css/icons.css');
@import url('../../../assets/css/slick.css');

/*============================================================
	IMPORT WebFont
*/
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 400;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 500;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
 }
@font-face {
   font-family: 'Noto Sans Japanese';
   font-style: normal;
   font-weight: 700;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format('opentype');
 }

/*============================================================
	COMMON
*/
* {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header, footer, nav, small {
	display: block;
} 
li {
	list-style: none;
}
img {
	vertical-align: top;
}

/*============================================================
	BODY
*/
html {
	-ms-overflow-style: auto;
}
body {
	background-color: #222;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 2;
	color: #ccc;
	-webkit-font-smoothing: antialiased;
	        font-smoothing: antialiased;
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
}
a, button {
	text-decoration: none;
	color: #ccc;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	        transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
img {
	max-width: 100%;
}

/*============================================================
	表示/非表示
*/
.visible-pc {
}
.visible-sp {
	display: none;
}

/*============================================================
	インプット
*/
input[type="text"],
input[type="password"],
textarea {
	display: block;
	padding: 4px 8px;
	width: 100%;
	border: 1px solid #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5;
	resize: none;
	-webkit-appearance: none;
	appearance: none;
}
button {
	margin: 0; padding: 0;
	border: 0;
	background: transparent;
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'Noto Sans Japanese', sans-serif;
}

/*============================================================
	コンテナ

#container {
	overflow: hidden;
	position: relative;
	min-width: 1160px;
}
#body {
	position: relative;
}
.container {
	margin: 0 auto;
	width: 100%;
	max-width: 1040px;
}
.container:after {
	content: '';
	display: block;
	clear: both;
}*/

/*============================================================
	ヘッダー
*/
header {
	background-color:#000;
}
#header {
}
#header header {
	position: relative;
	height: 100px;
	border-bottom: 1px solid #ccc;
}
#header header .logo {
	position: absolute;
	top: 34px; left: 50px;
	width: 220px;
}
#header header ul {
	display: table;
	position: absolute;
	top: 30px; right: 40px;
}
#header header ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 8px;
	font-size: 30px;
	line-height: 1;
}
#header header ul li a {
	color: #ccc;
}
#header header ul li a:hover {
	color: #ccc;
}
#header header ul li.youtube {
	font-size: 36px;
}
/* ナビ */
#header .nav-pc {
	border-bottom: 1px solid #ccc;
}
#header .nav-pc ul {
	display: table;
	margin: 0 auto;
}
#header .nav-pc ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 15px;
	line-height: 1.2;
}
#header .nav-pc ul li a {
	display: block;
	padding: 10px;
}
#header .nav-pc ul li a i {
	display: none;
}
/**/
#header .nav-sp,
#header .nav-opener {
	display: none;
}

/*============================================================
	フッター

#footer {
}
#footer nav {
	padding: 30px 0 30px 0;
	background-color: #fff;
	color: #000;
}
#footer nav ul.logos {
	margin: 0 auto;
	width: 960px;
	padding: 0 0 20px 0;
}
#footer nav ul.logos li {
	float: left;
	padding: 0 0 20px 0;
	width: 120px;
}
#footer nav ul.logos li img {
	display: block;
	margin: 0 auto;
	width: 90px;
}
#footer nav ul.share {
	display: table;
	margin: 0 auto;
}
#footer nav ul.share li {
	display: table-cell;
	vertical-align: top;
	padding: 0 5px;
	height: 1px;
	line-height: 0;
}
#footer footer {
	padding: 20px 0;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}*/

/*============================================================
	CLEARFIX
*/
.cf:after {
	content: '';
	display: block;
	clear: both;
}

/*============================================================
	画像ボックス
*/
span.add-bg {
	display: block;
	width: 100%; height: 100%;
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
span.add-bg img {
	display: none;
}

/*============================================================
	ボタン
*/
.btn-primary {
	display: block;
	padding: 15px 10px;
	border: 2px solid #666;
	text-align: center;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.2;
}
.btn-primary span i {
	padding-left: 2px;
	font-size: 14px;
	color: #fb0f0c;
}
/* サイズ */
.btn-small {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

/*============================================================
	見出し
*/
.heading {
	text-align: center;
}
.heading .h {
	font-size: 30px;
	line-height: 1.2;
}
.heading p {
	margin: 10px 0 0 0;
	font-size: 14px;
	line-height: 1.5;
}
.subhead {
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}

/*============================================================
	カテゴリー
*/
.category span {
	display: table;
	padding: 8px 15px 10px 15px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #fff;
	white-space: nowrap;
}
.category span.cat-campaign {
	background-color: #e67e22;
}
.category span.cat-price {
	background-color: #3498db;
}
.category span.cat-pickup {
	background-color: #2ecc71;
}

/*============================================================
	テーブル
*/
ul.table-primary {
	display: table;
	width: 100%;
}
ul.table-primary li {
	display: table-row;
	background-color: #333;
	font-size: 16px;
	line-height: 1.5;
}
ul.table-primary li:nth-child(even) {
	background-color: #555;
}
ul.table-primary li div {
	display: table-cell;
	padding: 15px 20px;
}
ul.table-primary li.title {
	font-size: 16px;
}

/*============================================================
	モーダル
*/
#modalYoutubeOverlay {
	display: none;
	position: fixed;
	z-index: 9998;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.9);
}
#modalYoutube {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 50%; left: 50%;
	margin-left: -498px;
	max-width: 996px;
	width: 100%;
}
#modalYoutube:after {
	content: '';
	display: block;
	height: 60px;
}
#modalYoutube .video {
	position: relative;
	padding-top: 56.25%;
	width: 100%; height: 0;
	overflow: hidden;
}
#modalYoutube .video iframe {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
#modalYoutube .close {
	display: block;
	float: right;
	margin-right: -10px;
	width: 60px; height: 60px;
	background: transparent url(../img/common/btn_modal_close.png) 50% 50% no-repeat;
	cursor: pointer;
}
#modalYoutube .close:hover {
	opacity: 0.7;
}

/* ////////////////////////////////////////////////////////////
	ブレイクポイント
*/
@media screen and (max-width: 680px) {

	/*============================================================
		コンテナ
	*/
	#container {
		min-width: 1px;
		padding-top: 50px;
	}

	/*============================================================
		表示/非表示
	*/
	.visible-pc {
		display: none;
	}
	.visible-sp {
		display: block;
	}

	/*============================================================
		ヘッダー
	*/
	#header {
		position: fixed;
		z-index: 9000;
		top: 0; left: 0;
		width: 100%;
		background-color: #000;
	}
	#header header {
		height: 50px;
		border-bottom: 1px solid #ccc;
	}
	#header header .logo {
		top: 18px; left: 14px;
		width: 110px;
	}
	#header header ul {
		display: none;
	}
	/* ナビ */
	#header .nav-pc {
		display: none;
	}
	#header .nav-sp {
		overflow: hidden;
		display: block;
		height: 0;
	}
	#header .nav-sp .inner:after {
		content: '';
		display: block;
		height: 1px;
		border-bottom: 1px solid #666;
	}
	#header .nav-sp nav ul {
		display: block;
	}
	#header .nav-sp nav ul li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #666;
	}
	#header .nav-sp nav ul li a {
		position: relative;
		display: block;
		padding: 15px;
		font-size: 16px;
		line-height: 1.2;
	}
	#header .nav-sp nav ul li a i {
		display: block;
		position: absolute;
		top: 50%; right: 15px;
		margin-top: -8px;
		color: #fb0f0c;
	}
	#header .nav-sp .menu {
		display: table;
		margin: 0 auto;
	}
	#header .nav-sp .menu li {
		display: table-cell;
		vertical-align: middle;
		padding: 20px 15px;
	}
	#header .nav-sp .menu li a {
		display: block;
		font-size: 26px;
		line-height: 1;
	}
	#header .nav-opener {
		display: block;
		position: absolute;
		top: 0; right: 0;
		width: 50px; height: 50px;
	}
	#header .nav-opener a {
		position: relative;
		display: block;
		width: 100%; height: 100%;
	}
	#header .nav-opener a i {
		position: absolute;
		top: 20px; left: 50%;
		margin-left: -15px;
		width: 20px; height: 1px;
		background-color: #fff;
	}
	#header .nav-opener a i:first-child {
		margin-top: 4px;
	}
	#header .nav-opener a i:last-child {
		margin-top: 8px;
	}

	/*============================================================
		フッター
	*/
	#footer nav {
		padding: 30px 0;
	}
	#footer nav ul.logos {
		width: 100%;
		padding: 0 5px 20px 5px;
	}
	#footer nav ul.logos li {
		padding: 0 10px 2% 10px;
		width: 20%;
	}
	#footer nav ul.logos li img {
		width: 100%;
	}
	#footer footer {
		padding: 10px 0;
		font-size: 10px;
	}

	/*============================================================
		ボタン
	*/
	.btn-primary {
		border-width: 1px;
		font-size: 15px;
		line-height: 1.2;
	}
	.btn-primary span i {
		font-size: 96%;
	}
	/* サイズ */
	.btn-small {
		border: 1px solid #999;
		padding: 10px 10px;
		font-size: 14px;
		line-height: 1.2;
	}
	.btn-small span i {
		font-size: 96%;
	}

	/*============================================================
		見出し
	*/
	.heading .h {
		font-size: 26px;
		line-height: 1.2;
	}

	/*============================================================
		カテゴリー
	*/
	.category span {
		padding: 6px 10px 8px 10px;
		width: 90px;
		font-size: 11px;
		line-height: 1.2;
	}

	/*============================================================
		テーブル
	*/
	ul.table-primary {
		display: block;
	}
	ul.table-primary li {
		display: block;
		padding: 10px 15px 15px 15px;
		font-size: 12px;
		line-height: 1.5;
	}
	ul.table-primary li div {
		display: block;
		padding: 0 !important;
		width: 100% !important;
	}
	ul.table-primary li .title {
		font-size: 15px;
		line-height: 1.5;
	}

	/*============================================================
		モーダル
	*/
	#modalYoutube {
		overflow: hidden;
	}
	#modalYoutube:after {
		padding: 8% 0 0 0;
		height: 0;
	}
	#modalYoutube .close-wrap {
		position: relative;
		padding: 8% 0 0 0;
		height: 0;
	}
	#modalYoutube .close {
		position: absolute;
		top: 0; right: 1%;
		margin: 0;
		width: 8%; height: 80%;
		background-image: url(../img/common/btn_modal_close_sp.png);
		background-size: contain;
	}

}


