@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* --------------------------------------------------------------------
	common
--------------------------------------------------------------------- */
html {
	font-size: 100%;
	overflow-y: scroll;
	scroll-behavior: smooth;
}

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
	font-size: 1.125rem;
	color: #000;
	background: #87744c;
}

body > img {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 2000px;
}

a {
	text-decoration: none;
	color: #fff;
}

img,
video {
	max-width: 100%;
	vertical-align: baseline;
}

#container {
	background: #fff;
	position: relative;
	width: 100%;
	max-width: 1500px;
	min-width: 320px;
	margin: 0 auto;
}

h2 {
	font-family: "Noto Sans Japanese", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 1.5rem;
	font-weight: bold;
	margin: 30px auto;
}

h2 span {
	/*border-bottom: solid 3px #000;*/
	padding: 0 .5rem;
}

h2 .bor {
	min-width: 19rem;
	display: inline-block;
	color: #fff;
	/*text-shadow: 3px 3px 1px rgba(0,0,0,.75);*/
	/*box-shadow: inset 5px 5px 8px rgba(0,0,0,.5);*/
	border-bottom: none;
	padding: 10px 2rem;
}

.red {
	background: #e30613;
}

.blu {
	background: #003671;
}

.blk {
	background: #000000;
}

.tiny {
	font-size: .75em;
}

.image {
	width: 49%;
	margin-top: -3%;
}

.desc {
	width: 40%;
	margin-top: 3%;
	margin-right: 5%;
}



/* --------------------------------------------------------------------
	header
--------------------------------------------------------------------- */
header {
	max-height: 100vh;
	overflow: hidden;
	background: #000000;
	/*background: #000;*/
	margin-bottom: 50px;
}

header img {
	vertical-align: bottom;
}

#mainvisual img {
	opacity: 1;
	vertical-align: bottom;
	transition: all .2s;
}

#mainvisual img:hover {
	opacity: 0;
}

#mv01 {
	background: no-repeat center/100% url("../img/main_pc102.webp") ;
}

#mv02 {
	background: no-repeat center/100% url("../img/main_pc202.webp") ;
}

.home {
	max-width: 1200px;
	font-size: .875rem;
	margin-left: 10%;
	padding: 1rem 0;
}

.home a {
	display: inline-block;
}

#mainvisual {
	position: relative;
}

nav {
	position: absolute;
	top: 0;
	min-width: 100%;
	/*border-top: #00a461 solid 10px;*/
	background: repeat-x url("../img/nav/nav_bg.png");
}

nav:hover {
	/*background: rgba(227, 6, 19, .8);*/
	background: rgba(0, 0, 0, .8);
}

nav ul {
	display: flex;
	justify-content: space-between;
	margin: 0 10%;
}

nav li {
	font-weight: bold;
	padding: 1.5rem 0;
}

nav li a:hover {
	border-bottom: #fff solid 2px;
}



/* --------------------------------------------------------------------
	main
--------------------------------------------------------------------- */
main {
	margin: 0 3% 100px;
}

main a,
main dt,
main dd {
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}



/* --------------------------------------------------------------------
	contents
--------------------------------------------------------------------- */
#contents {
	text-align: center;
}

.flx {
	display: flex;
	justify-content: center;
}



/* --------------------------------------------------------------------
	section
--------------------------------------------------------------------- */
section {
	max-width: 1200px;
	margin: 0 auto 150px;
}

#fap {
	background: no-repeat center/100% url("../img/fap_bg_w03.jpg") ;
	padding: 50px 0;
}

#fap dl {
	max-width: 1000px;
	padding: 0 10%;
	margin: 0 auto;
}

#fap dt {
	margin-bottom: 1rem;
}

#fap ul {
	justify-content: space-between;
	margin: 50px 5% 0;
}

#fap li+li {
	margin-left: 30px;
}

.itm ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}

.image dl {
	margin-top: -1rem;
}

.image dt {
	line-height: 1.5;
}

.image dd {
	font-size: 1.5rem;
	font-weight: bold;
}

#max .desc {
	padding: 1rem;
}

#max .desc dt {
	padding: 1rem 0;
}

#max .desc a {
	display: block;
}

#max .desc a+a {
	margin-left: 3%;
}

#max .desc p {
	margin-bottom: 1rem;
}

.flx dl {
	position: relative;
}

.flx dt {
	position: absolute;
	left: 1rem;
	bottom: 0;
	height: 0px;
	width: 90%;
	padding-top: 20%;
	overflow: hidden;
	z-index: 11;
}

.flx dl:hover dd {
	opacity: .8;
}

#first {
	padding: 0 12.5% 2rem;
	margin: 150px auto;
}

#first dl+dl {
	margin-left: 20px;
}

#first dt {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2rem;
	height: auto;
	width: auto;
	color: #000;
	font-size: .875rem;
	font-weight: bold;
	overflow: visible;
}

#first dd img {
	vertical-align: bottom;
}

#all dt {
	padding-top: 11%;
}

.max01 {
	background: no-repeat url("../img/max01.jpg") ;
}

.tnd01 {
	background: no-repeat url("../img/tsunoda01.jpg") ;
}

.amt01 {
	background: no-repeat url("../img/am01.jpg") ;
}

.title dd {
	background-size: 100%;
}

.title dd img {
	/*opacity: 0;*/
	vertical-align: bottom;
	transition: all .2s;
}

.title dd img:hover {
	/*opacity: .9;*/
}



/* --------------------------------------------------------------------
	footer
--------------------------------------------------------------------- */
footer {
	background: #000;
	/*background: #003671;*/
	width: 92%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	align-items: center; 
	padding: 30px 4%;
}

footer a {
	color: #fff;
}

footer #flogo {
	width: 20%;
}

footer #fnav {
	width: 80%;
	padding-left: 60px;
}

footer #fnav li {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.5;
}

footer #fnav li::after {
	content: " | ";
	margin: 0 1rem;
}

footer #fnav li:last-child::after {
	content: none;
}

footer #fnav a:hover {
	text-decoration: underline;
}

small {
	font-size: .75rem;
}

.sp {
	display: none;
}



/* --------------------------------------------------------------------
	slick
--------------------------------------------------------------------- */
.slider {
	width: 70%;
	margin: 0 auto;
}

.slick-slide img {
	display: inline-block;
	margin: 0 auto;
}

.slick1 .slick-slide {
	margin: -20px 10px 30px;
}

.slick1 .slick-slide:not(.slick-center) {
	-webkit-filter: opacity(70%);
	-moz-filter: opacity(70%);
	-o-filter: opacity(70%);
	-ms-filter: opacity(70%);
	filter: opacity(70%);
	transition: .2s linear;
}

.slick-prev:before,
.slick-next:before {
	color: #000;
}

.slick-dots {
	display: none;
}

.items {
	margin-bottom: 150px;
}

.items ul {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.items li {
	background-size: 100%;
	position: relative;
	padding-bottom: 4rem;
}

.items dl {
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
	width: 100%;
	margin-top: 1em;
}

.items dd {
	font-size: 1.5rem;
	font-weight: bold;
}



/* --------------------------------------------------------------------
	hamburger Menu
--------------------------------------------------------------------- */
.menu-btn {
	border-radius: 10px;
	position: fixed;
	top: 10px;
	right: 10px;
	display: flex;
	height: 60px;
	width: 60px;
	justify-content: center;
	align-items: center;
	z-index: 90;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
	content: '';
	display: block;
	height: 3px;
	width: 25px;
	border-radius: 3px;
	background: rgba(162, 134, 63, 1);
	position: absolute;
	transition: all .5s;
}

.menu-btn span:before {
	bottom: 8px;
}

.menu-btn span:after {
	top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
	background: rgba(255, 255, 255, 0);
}

#menu-btn-check:checked ~ .menu-btn span::before {
	bottom: 0;
	background: rgba(255, 255, 255, 1);
	transform: rotate(45deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
	top: 0;
	background: rgba(255, 255, 255, 1);
	transform: rotate(-45deg);
}

#menu-btn-check {
	display: none;
}

.menu-content {
	width: 40%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 100%;
	z-index: 80;
	background: rgba(0, 0, 0, .8);
	transition: all .5s;
}

.menu-content ul {
	padding: 70px 10px 0;
}

.menu-content ul li {
	border-bottom: solid 1px #fff;
	list-style: none;
	margin-bottom: 10px;
}

.menu-content ul li a {
	display: block;
	width: 100%;
	font-size: 15px;
	box-sizing: border-box;
	color:#ffffff;
	text-decoration: none;
	padding: 9px 25px 10px 10px;
	position: relative;
}

.menu-content ul li a::before {
	content: "";
	width: 7px;
	height: 7px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	right: 11px;
	top: 19px;
}

#menu-btn-check:checked ~ .menu-content {
	left: 60%;
}

.hbg {
	display: none;
}



/* --------------------------------------------------------------------
	break point
--------------------------------------------------------------------- */
@media (max-width: 1200px) {
	body > img {
		display: none;
	}
}

@media (max-width: 1000px) {
	body {
		font-size: 1rem;
	}
	
	footer #fnav li {
		font-size: .875rem;
	}
}

@media (max-width: 800px) {
	body {
		font-size: .875rem;
	}
	
	#max .desc dt a {
		display: none;
	}
	
	.items dt {
		font-size: .75rem;
	}
	
	.items .sale::before {
		content: url("../img/sale_sp.png");
	}
}

@media (max-width: 600px) {
	body {
		line-height: 2;
	}
	
	header,
	section {
		margin-bottom: 100px;
	}
	
	.home {
		line-height: 1;
		padding: 2rem 0;
	}
	
	h2 {
		font-size: 1.25rem;
	}
	
	h2 .bor {
		min-width: 9rem;
		padding: 10px .5rem;
	}
	
	#mv01 {
		background: no-repeat center/100% url("../img/main_sp102.webp") ;
	}
	
	#mv02 {
		background: no-repeat center/100% url("../img/main_sp202.webp") ;
	}
	
	main {
		width: 100%;
		margin: 0;
		padding-bottom: 50px;
	}
	
	.flx {
		display: block;
	}
	
	#fap {
		background: no-repeat top/100% url("../img/fap_bg_w02.jpg") ;
		line-height: 1.5;
	}
	
	#fap dl br {
		display: none;
	}

	#fap li+li {
		margin-left: 0;
	}
	
	#fap li+li {
		margin-top: 30px;
	}
	
	#fap ul img {
		width: 50%;
	}
	
	#max {
		line-height: 1.5;
	}
	
	.itm ul {
		display: block;
	}
	
	.image {
		width: 90%;
		margin: 0 auto;
	}
	
	.desc {
		width: 90%;
		margin: 0 auto;
	}
	
	#first dl+dl {
		margin-left: 0;
	}
	
	#first {
		margin: 100px auto;
	}
	
	#first dl {
		margin: 30px auto 60px;
	}
	
	#first dt {
		bottom: -2.5rem;
	}
	
	.max01 {
		background: no-repeat url("../img/max02.jpg") ;
	}
	
	.tnd01 {
		background: no-repeat url("../img/tsunoda02.jpg") ;
	}
	
	.amt01 {
		background: no-repeat url("../img/am02.jpg") ;
	}
	
	.items {
		margin-bottom: 100px;
	}
	
	.items dt {
		line-height: 1.5;
	}
	
	.items dd {
		font-size: 1rem;
	}
	
	.hbg {
		display: block;
	}
	
	.slick1 .slick-slide {
		margin: 0 10px 30px;
	}
	
	footer {
		width: 92%;
		display: block;
		text-align: center;
	}
	
	footer #flogo {
		width: 100%;
		margin-bottom: 1rem;
	}
	
	footer #fnav {
		width: 100%;
		padding-left: 0;
	}
	
	footer #fnav ul {
		margin-bottom: 1rem;
	}
	
	footer #fnav li {
		font-size: .75rem;
	}
	
	.pc {
		display: none;
	}
	
	.sp	{
		display: block;
	}
}

@media (max-width: 500px) {
	nav,
	.items dt br {
		display: none;
	}
	
	.slick1 .slick-slide {
		margin: 0 10px 50px;
	}
}


	