@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;
}
h1,h2,h3,h4,h5,h6 {
	color: aliceblue;	
}

/* スクロールバー　*/
::-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%;
	border-bottom: 1px solid rgba(141,141,141,0.2);
	position: fixed;  /* ヘッダーを */
 	z-index: 999;	  /* 透かしてスクロール */
  	top: 0;
  	background: rgba(255,255,255,0.8);
  	box-sizing: border-box; /* 要素サイズ制御 */
}
.top_logo {
	margin-top: 20px;	
}
.top_logo h1 {
	float: left;
}
.top_sns img {
	padding-top: 20px;
}

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

header a {
	color: #000;
}
.home_top a {         /* ホームのみオレンジ */
	color: #f17222;
	font-size: 1.2rem;
	line-height: 0.8;
}
header nav {
	max-width: 800px;
	right: 15%;
	top: 40px;
	position: fixed;	
}
header nav ul li {
	float: left;
	padding: 0 20px; 
	height: 30px;
	margin-top: 20px;/*セカンド枠も影響あり！*/	
}
header nav ul li a:hover {
	color: #f17222;	
} 
/* ショップボタン */
.online_shop {
	position: absolute;
	right: 5%;
	top: 40px;
}
.online_shop a {
	color: #fff;
	font-weight: 900;
	background-color: #F9914F;
	display:inline-block;
	border-radius: 5px;
	padding: 0 25px;
	line-height: 40px;
}
.online_shop a:hover {
	transition: 0.7s;
	color: #7C7C7C;
}

h2 {
	position: absolute;
	top: 8%;
	left: 8%;
	font-size: 5rem;
	font-weight: 800;
}
h3 {
	font-size: 2rem;
	margin-bottom: 3.2rem;
}
h4,h5 {
	font-size: 1.2rem;
	margin-bottom: 2rem;
	line-height: 1.2;
}
h6 {
	font-size: 1.1rem;
	line-height: 1.5;
	margin-top: 4rem
}
.main_imagetop {
	position: relative;
	margin: 0 auto;
}
.main_imagetop img {
	width: 100%;
	max-width: 1920px;
	height: 1840px;
	object-fit: cover;	
}
.kessai,.haisou {
	width: 100%;
	max-width: 880px;
	height: 530px;
	position: absolute;
	background: rgba(25,25,25,0.50);
	border-radius: 5px;
	text-align: left;
	transform: translate(-50%,-50%);
	padding: 2rem 5vw;
}
.kessai {
	top: 38%;
	left: 50%;
}

.haisou {
	top: 75%;
	left: 50%;
}
.main_web img {    /*  =======  weblog  ========*/
	width: 100%;
	height: 1440px;
	object-position: 35% center;
	object-fit:cover;	
}


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

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: 20%
	}
	header nav ul li {
		padding: 0 8px; 
		height: 30px;
		margin-top: 20px;
	}
}


@media screen and (max-width: 1280px) {
	header {
		padding-left: 3%;
	}	
	header nav {
		right: 3%;	
	}
	.online_shop {
		top: 10px;	
	}
	
	
}

@media screen and (max-width: 1080px) {
	header {
		height: 120px;
	}
	.top_logo {
		margin-top: 30px;
	}
	.top_logo h1 img {
		max-width: 180px;	
	}
	.top_sns img {
		max-width: 36px;
	}
	header nav {
		right: 10px;
		top: 75px;
	}
	.online_shop {
		margin-top: 10px;
	}
	h2 {
		top: 10%;
		left: 8%;
		font-size: 4rem;
		font-weight: 500;
	}
	h3 {
		font-size: 1.5rem;
		padding: 2rem 5vw 0 5vw;
		margin-bottom: 0;
	}
	h4,h5 {
		font-size: 1.1rem;
		margin-bottom: 0;
		line-height: 1.2;
		padding: 2rem 5vw 0 5vw;
	}
	h6 {
		line-height: 1.5;
		padding: 2rem 5vw 2.5rem 5vw;
		
	}
	
	.main_imagetop img {
		width: 100%;
		max-width: 1920px;
		height: 1840px;
		object-fit: cover;	
	}

	.kessai,.haisou {
		width: 100%;
		max-width: 700px;
		height: auto;
		position: absolute;
		background: rgba(25,25,25,0.50);
		border-radius: 5px;
		text-align: left;
		transform: translate(-50%,-50%);
		padding: 0;
		
	}
	

}


@media screen and (max-width: 900px) {
	.top_logo {
		margin-top: 20px;
	}
	.top_sns {
		margin-top: -5px;
	}
	 
}


@media screen and (min-width: 651px) { /*----- 　ナビギミック  ------*/
	
	.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 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;
	}
	.online_shop a {
		padding: 0 8px;
		line-height: 35px;
		font-size: 0.8rem;
	}
	.top_logo {
		margin-top: 55px;		
	}
	.top_sns img {
		max-width: 32px;
	}
	
	/* =======  ハンバーガーメニュー 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　======= */
	
	/*  ========    メイン　　=============*/
	
	h2 {
		top: 10%;
		left: 6%;
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1rem;
		padding: 2rem 0vw 0 5vw;
	}
	h4,h5 {
		font-size: 0.9rem;
		margin-bottom: 0;
		line-height: 1.2;
		padding: 2rem 3vw 0 3vw;
	}
	h6 {
		font-size: 0.8rem;
		line-height: 1.5;
		padding: 0 3vw 2.5rem 3vw;
		
	}
	
	.main_imagetop img {
		height: 1440px;	
	}
	.kessai {
		top:35%;
	}
}


footer {
		font-size: 0.9rem;
		letter-spacing: -0.06rem;
	}

@media screen and (max-width: 360px) {
	header {
		padding: 0 1%;
	}
	.toggle-btn {
		right: 10px;
	}
}







