@charset "utf-8";
/* ======      リセットcss          ====== */

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-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{overflow-y: scroll;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: ''; content: none;}
input, textarea{margin: 0; padding: 0;}
ol, ul{list-style:none;}
table{border-collapse: collapse; border-spacing:0;}
caption, th{text-align: left;}
a:focus {outline:none;}

/* ========================================
    全体設定
========================================= */    

html {
	animation: fadein 3s forwards;
}
@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

body {
	font-family: 'BIZ UDPGothic', sans-serif;
}
a {
	text-decoration: none;
}
/* スクロールバー　*/
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  background: rgba(77,76,76,0.5);
  border-radius: 5px;
}

/* ========================================
    ヘッダー
========================================= */

header {
	width: 100%;
	padding: 0 8%;
	position: fixed;  /* ヘッダーを */
 	z-index: 999;	  /* 透かしてスクロール */
  	top: 0;
  	background: rgba(255,255,255,0.8);
  	box-sizing: border-box; /* 要素サイズ制御 */
}
.top_logo {
	margin-top: 10px;
}
.top_logo h1 {
	float: left;
}
.top_sns img {
	padding-top: 20px;
}

/* ====================
	ナビゲーション　
======================*/

header a {
	color: #000;
}
.home_top a {         /* ホームのみオレンジ */
	color: #f17222;
	font-size: 1.3rem;
	line-height: 0.8;
}
.home_top {
	display: inline-block;
	margin-left: 1.6rem;
	margin-top: 2rem;
}

header nav {
	max-width: 800px;
	right: 13%;
	top: 48px;
	position: fixed;	
}
header nav ul li {
	float: left;
	padding: 0 20px; 
	height: 30px;
}
header nav ul li a:hover {
	color: #f17222;
	transition: 0.7s;
} 
.menu_second {
	display: flex;
	right: 3%;
    top: 28%;
    position: absolute;
}
.menu_second img:hover {
	opacity: 0.3;
	transition: 0.7s;
}
/* ===================
	メインイメージ
=====================*/

.main_imagetop {
	width: 100%;
	height: 220px;
	position: relative;
  	overflow: hidden;
	background: rgba(0,0,0,1.00);
	margin-top: 4.5rem;
}
.main_imagetop img {
	object-fit: cover;
	display: block;
	position: absolute;   /* 画像サイズ表示エリアに合せる */      
	width: inherit;
	height: inherit;
	opacity: 0.7;
}
.main_imagetop h2 {
	width: 100%;
	position: absolute;
	text-align: center;
	font-size: 3rem;
	line-height: 220px;
	color:rgba(255,255,255,1.00);
	font-weight: 800;
	letter-spacing: 0.4rem;
}

/* ========================================
    おすすめ商品ボタン
========================================= */

.content_osusume1,.content_osusume11,.content_osusume111 {
	margin: 3rem auto 0 auto;
	text-align: center;
}
.content_osusume3 {
	margin-bottom: 1.5rem;
}
.content_osusume2,.content_osusume3 a{
	display: inline-block;
	color: #fff;
	background-color: #48677f;
	border-radius: 5px;
	padding: 10px 25px;
	text-decoration: none;
}
.content_osusume1 P {
	font-size: 0.9rem;
	margin-bottom: 2.5rem;
}
.content_osusume111 {
	height: 200px;
}
.content_osusume3 a:hover {
	transition: 0.7s;
	color: #A6A6A6;	
}

/* ========================================
    商品パネル
========================================= */
.content_list00 {
	margin: 0 10vw;
}
.content_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 2rem;
	letter-spacing: 1px;
}
.item_flame img {
		width: 100%;
	}

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

footer {
	width: 100%;
	height: 85px;
	background-color: #323232;
	color: #FFFFFF;
	text-align: center;
	line-height: 85px;
}
@media screen and (max-width: 1600px) {
	header nav {
		right: 13%;
	}
	header nav ul li {
		padding: 0 8px; 
		height: 30px;
	}
}
@media screen and (min-width: 1261px) {
	.item_flame {
		width: 260px;
	}
	.content_list dl {
		margin: 2vw;
	}
	.text_fast {
		padding: 0.2rem;
		font-size: 0.9rem;
		line-height: 1.4;
	}
	.text_second {
		padding: 0.1rem;
		font-size: 0.9rem;
		line-height: 1.3;
	}
}
@media screen and (max-width: 1260px) {
	header {
		padding-left: 3%;
	}
	.item_flame {
		width: 200px;
	}
	.content_list dl {
		margin: 2vw;
	}
	.text_fast {
		padding: 0.1rem;
		font-size: 0.8rem;
		line-height: 1.4;
	}
	.text_second {
		padding: 0.1rem;
		font-size: 0.8rem;
		line-height: 1.3;
	}
}

@media screen and (max-width: 980px) {
	header {
		padding-left: 3%;
		height: 100px;
	}
	header nav {
		right: 3%;
	}
	header nav ul li {
		margin-top: 32px;
	}
	.main_imagetop {
		margin-top: 6.2rem;
	}
	.main_imagetop img {
		object-position : 90% 50%;
	}
	.main_imagetop h2 {
		font-size: 2.5rem;
	}
	.content_list00 {
		margin: 0 5vw;
	}
	.item_flame {
		width: 180px;
	}
}

@media screen and (min-width: 651px) { /*-----  navハンバーガー  ------*/
	
	.init-bottom:after {
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin: 0 0 0 15px;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.menu > li.menu__single {			/* ドロップダウン　基本　*/
		position: relative;
	}
	li.menu__single ul.menu__second-level { /* セカンド位置や時間 */
		position: absolute;
		top: 50px;
		background: rgba(255,255,255,0.7);
		-webkit-transition: all .5s ease;
		transition: all .7s ease;
		border-radius: 3px;
	}
	li.menu__single:hover ul.menu__second-level {
		top: 30px;
		visibility: visible;     	 /* セカンド最終位置 */
		opacity: 1;
	}
	ul.menu__second-level {			/* ドロップダウン　追加　*/
		visibility: hidden;
		opacity: 0;	
	}
	.menu__second-level li {
		width: 150px;
		border-bottom: 1px solid #111;
		border-radius: 3px;
	}
	.menu__second-level li a:hover {
		color: #f17222;
	}
}

@media screen and (max-width: 650px) {
	header {
		height: 110px;
	}
	header nav {
		width: 130px;
		border-radius: 5px;
		margin-top: 50px;
		background-color: rgba(239,239,239,0.9);
		display: block;
		left: 1%;
	}
	header nav ul li {
		padding: 5px 10px; 
		height: 20px;
		margin-top: 30px; /*セカンド枠も影響あり！*/
		display: block;
	}
	.top_logo {
		margin-top: 28px;
	}
	.top_logo img {
		width: 150px;
	}
	.home_top a {
		font-size: 1.2rem;
	}
	.home_top {
		position: absolute;
		top:45%;
		left: 3%;
	}
	.menu_second img {
		width: 28px;
	}
	.main_imagetop {
		margin-top: 7rem;  /*----　　ヘッダー余白-----*/
	}
	/* =======  ハンバーガーメニュー start　======= */
	.toggle-btn {
		display: block;
		position: fixed;
		top: 75px;
		right: 30px;
		width: 30px;
		height: 30px;
		z-index: 3;
		cursor: pointer;
	}
	.toggle-btn span {
		position: absolute;
		display: block;
		left: 0;
		width: 30px;
		height: 2px;
		background-color: #333;
		transition: all 0.5;
		border-radius: 2px;
	}
	.toggle-btn span:nth-last-child(1) {
		top: 4px;
	}
	.toggle-btn span:nth-last-child(2) {
		top: 14px;
	}
	.toggle-btn span:nth-last-child(3) {
		bottom: 4px;
	}
	.menu__second-level li { /* メニューセカンド表示なし */
		display: none;
	}
	.menu {
		display: none;	
	}
	.open .menu {
		display: block;      /*-- オープンメニュー --*/
	}
	/* =======  ハンバーガーメニュー end　======= */
	
	.main_imagetop {
		height: 180px;
	}
	.main_imagetop h2 {
		font-size: 1.5rem;
		letter-spacing: 0.1rem;
		line-height: 180px;
	}
	.content_osusume1 {
		width: 110px;
		height: 60px;
	}
	.content_osusume2,.content_osusume3 a {
		border-radius: 3px;
		padding: 8px 12px;
		font-size: 0.9rem;
	}
	.content_osusume11,.content_osusume111 {
		height: 160px;
	}
	.content_osusume11 p,.content_osusume111 p {
		letter-spacing: 0;
		font-size: 0.7rem;
		margin-bottom: 2rem;
	}
	footer {
		font-size: 0.9rem;
		letter-spacing: -0.06rem;
	}
}
@media screen and (max-width: 460px) {
	
	.item_flame {
		width: 140px;
	}
	.content_list dl {
		margin: 3vw;
	}
	
	.text_fast {
		margin-top: 0.5rem;
		padding: 0.1rem;
		font-size: 0.7rem;
		line-height: 1.2;
	}
	.text_second {
		padding-left: 0.3rem;
		font-size: 0.7rem;
		line-height: 1;
	}
}
@media screen and (max-width: 400px) {
	header {
		padding: 0 1%;
	}
	.toggle-btn {
		right: 10px;
	}
	.content_list00 {
		margin: 0;
	}
	.item_flame {
		width: 130px;
	}
	.content_list dl {
		margin: 0.5rem;
	}
	.text_fast {
		margin-top: 0.3rem;
		padding: 0.1rem;
		font-size: 0.7rem;
		line-height: 1.5;
	}
	.text_second {
		padding-left: 0.3rem;
		font-size: 0.75rem;
		line-height: 1;
	}
}











