@charset "UTF-8";
/*----------------------------------------

	- common
	- main
	- emergency
	- products
	- brand
	- recommend
	- corp
	- newsinfo
	- sns
	- youtube modal

-----------------------------------------*/

/*----------------------------------------
	common
-----------------------------------------*/

body, header {
	min-width: 1200px;
}

#header_bg {
	top: 0;
	min-width: 1200px;
}

article {
	min-width: 100%;
	margin-top: 161px;
	background: url(../img/common_bg01.gif) repeat left top;
}

@media screen and (max-device-width:500px) {
	body, header {
		min-width: 500px;
	}

	#header_bg {
		min-width: 100%;
	}
	
	article {
		margin-top: 332px;
		min-width: 500px;
		width: 500px;
	}
}

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width: 100%;
	background: #fde695;
}

#main li {
	width: 80%;
}

#main li a {
	display: block;
}

#main li img {
	width: 100%;
	height: auto;
}

/* swiper */
#main .main-swiper {
	padding-bottom: 50px;
}

#main .main-swiper.swiper-disabled {
	padding-bottom: 0;
}

#main .swiper-slide.swiper-slide-next,
#main .swiper-slide.swiper-slide-prev {
	opacity: 0.3;
}

#main .swiper-pagination {
    font-size: 0;
	line-height: 0;
}

/* swiper option */
#main .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 16px;
}

#main .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    border-radius: 0;
    background: transparent url(../img/i_main_nav.png) no-repeat top left;
	outline: none;
    opacity: 1;
}

#main .swiper-pagination-bullet-active {
    background: transparent url(../img/i_main_nav_current.png) no-repeat top left;
}

#main .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 5px;
}

#main .swiper-button-next,
#main .swiper-button-prev {
    top: calc(50% - 23px);
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
	outline: none;
}

#main .swiper-button-next {
    background-image: url(../img/i_main_arrow_next.png);
    right: 6.3%;
}

#main .swiper-button-prev {
    background-image: url(../img/i_main_arrow_prev.png);
    left: 6.3%;
}

@media screen and (max-device-width:500px) {
	#main li {
		width: 100%;
	}

	#main .swiper-button-next,
	#main .swiper-button-prev {
		display: none;
	}
}

/*----------------------------------------
	emergency
-----------------------------------------*/

#emergency {
	background: #fff;
}

#emergency div {
	display: flex;
	width: 1200px;
	margin: 0 auto;
}

#emergency h1 {
	display: flex;
	align-items: center;
	width: 60px;
	padding: 30px 20px;
	background: #cc2403;
	color: #fff;
	font-weight: bold;
}

#emergency dl {
	display: flex;
	flex-wrap: wrap;
	width: 1000px;
	padding: 30px 50px;
}

#emergency dl dt {
	width: 130px;
	margin-right: 15px;
}

#emergency dl dd {
	width: 755px;
	color: #cc2403;
}

#emergency dl dd a {
	color: #cc2403;
	text-decoration: none;
}

#emergency dl dd a:hover,
#emergency dl dd a:active {
	text-decoration: underline;
}

#emergency dl dt:not(:first-of-type),
#emergency dl dd:not(:first-of-type) {
	margin-top: 20px;
}

@media screen and (max-device-width:500px) {
	#emergency div {
		width: auto;
	}

	#emergency h1 {
		padding: 20px 15px;
	}

	#emergency dl {
		display: block;
		width: 330px;
		padding: 20px 15px;
	}

	#emergency dl dt {
		width: auto;
	}

	#emergency dl dt:not(:first-of-type) {
		margin: 10px 0 0;
	}

	#emergency dl dd,
	#emergency dl dd:not(:first-of-type) {
		width: auto;
		margin-top: 0;
	}
}

/*----------------------------------------
	products
-----------------------------------------*/

#products {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 40px auto 0;
}

#products > h1 {
	width: 1200px;
	margin-bottom: 40px;
	text-align: center;
}

#products #new_products {
	width: 580px;
}

#products #new_products > div:first-of-type {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 18px 30px;
	background: #6c3e0e;
}

#products #new_products #new_products_lineup {
	min-height: 290px;
	padding: 25px 5px;
	background: #fff;
}

/* swiper */
#products #new_products #new_products_lineup .swiper-slide {
	width: 331px;
	height: auto;
	background: url(../img/i_prod_line.png) repeat-y right top;
	text-align: center;
}

#products #new_products #new_products_lineup .new-prod-swiper.swiper-disabled .swiper-slide {
	width: 330px;
	background: none;
}

#products #new_products #new_products_lineup .swiper-slide a {
	color: #6f4314;
	display: block;
	margin: 0 30px;
}

#products #new_products #new_products_lineup .swiper-slide a:link,
#products #new_products #new_products_lineup .swiper-slide a:visited {
	text-decoration: none;
}

#products #new_products #new_products_lineup .swiper-slide a:hover,
#products #new_products #new_products_lineup .swiper-slide a:active {
	text-decoration: underline;
}

#products #new_products #new_products_lineup .swiper-slide img {
	width: auto;
	height: 230px;
}

#products #new_products #new_products_lineup .swiper-slide span {
	display: block;
	margin-top: 10px;
}

/* swiper option */
#products #new_products #new_products_lineup .swiper-button-next,
#products #new_products #new_products_lineup .swiper-button-prev {
    width: 22px;
    height: 30px;
    background-size: 22px 30px;
	opacity: 1;
	outline: none;
}

#products #new_products #new_products_lineup .swiper-button-next {
    background-image: url(../img/i_prod_arrow_next.png);
    right: 17.2%;
}

#products #new_products #new_products_lineup .swiper-button-prev {
    background-image: url(../img/i_prod_arrow_prev.png);
    left: 17.2%;
}

#products #new_products #new_products_lineup .new-prod-swiper.swiper-disabled .swiper-button-next,
#products #new_products #new_products_lineup .new-prod-swiper.swiper-disabled .swiper-button-prev {
    display: none !important;
}

#products > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
}

#products > #new_products + ul {
	width: 580px;
}

#products > #new_products + ul li:nth-of-type(n+3) {
	margin-top: 20px;
}

@media screen and (max-device-width:500px) {
	#products {
		width: 480px;
	}

	#products > h1 {
		width: 100%;
	}

	#products #new_products {
		width: 100%;
	}

	#products #new_products #new_products_lineup {
		min-height: unset;
	}

	/* swiper */
	#products #new_products #new_products_lineup .swiper-slide {
		width: 273px;
	}

	#products #new_products #new_products_lineup .new-prod-swiper.swiper-disabled .swiper-slide {
		width: 272px;
	}

	#products #new_products #new_products_lineup .swiper-slide a {
		margin: 0 22px;
	}

	#products #new_products #new_products_lineup .swiper-slide img {
		width: auto;
		height: 150px;
	}

	#products #new_products #new_products_lineup .swiper-button-next {
		right: 12%;
	}

	#products #new_products #new_products_lineup .swiper-button-prev {
		left: 12%;
	}

	#products > ul,
	#products > #new_products + ul {
		width: 100%;
		margin-top: 10px;
	}

	#products > ul li,
	#products > #new_products + ul li:nth-of-type(n+3) {
		width: calc(50% - 5px);
		margin-top: 10px;
	}

	#products > ul li img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
	brand
-----------------------------------------*/

#brand {
	width: 1200px;
	margin: 30px auto 0;
	padding-top: 40px;
	border-top: 1px solid #c5b59c;
}

#brand h1 {
	width: 1200px;
	margin-bottom: 40px;
	text-align: center;
}

#brand > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#brand > ul li:not(:nth-of-type(3n)) {
	margin-right: 30px;
}

#brand > ul li:nth-of-type(n+4) {
	margin-top: 30px;
}

@media screen and (max-device-width:500px) {
	#brand {
		width: 480px;
	}

	#brand h1 {
		width: 100%;
		margin-bottom: 30px;
	}

	#brand > ul {
		justify-content: space-between;
	}

	#brand > ul li,
	#brand > ul li:not(:nth-of-type(3n)),
	#brand > ul li:nth-of-type(n+4) {
		width: calc(50% - 5px);
		margin: 10px 0 0;
	}

	#brand > ul li img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
	recommend 
-----------------------------------------*/

#recommend {
	width: 100%;
	margin-top: 80px;
	background: #fde695;
}

#recommend > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0 60px;
}

#recommend > div > section {
	width: 580px;
}

#recommend > div > section h1 {
	margin-bottom: 30px;
}

#recommend > div > section ul {
	display: flex;
	flex-wrap: wrap;
}

#recommend > div > section ul li:not(:nth-of-type(even)) {
	margin-right: 20px;
}

#recommend > div > section ul li:nth-of-type(n+3) {
	margin-top: 20px;
}

@media screen and (max-device-width:500px) {
	#recommend > div {
		display: block;
		width: 480px;
		padding: 20px 0 30px;
	}

	#recommend > div > section {
		width: auto;
	}

	#recommend > div > section:nth-of-type(n+2) {
		margin-top: 20px;
	}

	#recommend > div > section h1 {
		margin-bottom: 0;
	}

	#recommend > div > section ul {
		justify-content: space-between;
	}

	#recommend > div > section ul li,
	#recommend > div > section ul li:not(:nth-of-type(even)),
	#recommend > div > section ul li:nth-of-type(n+3) {
		width: calc(50% - 5px);
		margin: 20px 0 0;
	}

	#recommend > div > section li img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
	corp
-----------------------------------------*/

#corp {
	width: 1200px;
	margin: 40px auto 0;
}

#corp h1 {
	margin-bottom: 30px;
}

#corp ul {
	display: flex;
	flex-wrap: wrap;
}

#corp ul li:not(:nth-of-type(3n)) {
	margin-right: 30px;
}

#corp ul li:nth-of-type(n+4) {
	margin-top: 30px;
}

@media screen and (max-device-width:500px) {
	#corp {
		width: 480px;
	}

	#corp h1 {
		width: auto;
		margin-bottom: 10px;
	}

	#corp ul {
		justify-content: space-between;
	}

	#corp ul li,
	#corp ul li:not(:nth-of-type(3n)),
	#corp ul li:nth-of-type(n+4) {
		width: 100%;
		margin: 10px 0 0;
	}

	#corp ul li img {
		width: 100%;
		height: auto;
	}
}

/*----------------------------------------
	newsinfo
-----------------------------------------*/

#newsinfo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 1200px;
	margin: 80px auto 0;
}

#newsinfo > section {
	width: 580px;
}

#newsinfo h1 {
	margin-bottom: 30px;
	text-align: center;
}

#newsinfo > section > div {
	width: 580px;
	height: 174px;
	padding: 25px 0;
	border-top: 1px solid #c5b59c;
	border-bottom: 1px solid #c5b59c;
	overflow: hidden;
}

#newsinfo > section > div dl {
	display: flex;
	flex-wrap: wrap;
}

#newsinfo > section > div dl dt {
	width: 130px;
	margin-right: 15px;
}

#newsinfo > section > div dl dd {
	width: 435px;
}

#newsinfo > section > div dl dd a {
	color: #6f4314;
}

#newsinfo > section > div dl dd a:link,
#newsinfo > section > div dl dd a:visited {
	text-decoration: none;
}

#newsinfo > section > div dl dd a:hover,
#newsinfo > section > div dl dd a:active {
	text-decoration: underline;
}

#newsinfo > section > div dl dt:not(:first-of-type),
#newsinfo > section > div dl dd:not(:first-of-type) {
	margin-top: 20px;
}

#newsinfo > section > div + p {
	margin-top: 20px;
}

#newsinfo > section > div + p span {
	display: block;
	width: 80px;
	height: 32px;
	margin: 0 auto;
	overflow: hidden;
	cursor: pointer;
}

#newsinfo > section > div + p span img {
	margin-top: 0;
}

@media screen and (max-device-width:500px) {
	#newsinfo {
		display: block;
		width: 480px;
		margin: 80px auto 0;
	}

	#newsinfo > section {
		width: auto;
	}

	#newsinfo > section + section {
		margin-top: 40px;
	}

	#newsinfo h1 {
		text-align: center;
	}

	#newsinfo > section > div {
		width: auto;
		height: 245px;
	}

	#newsinfo > section > div dl {
		width: 470px;
		display: block;
		margin: 0 auto;
	}

	#newsinfo > section > div dl dt {
		width: auto;
		margin-right: 0;
	}

	#newsinfo > section > div dl dd {
		width: auto;
	}

	#newsinfo > section > div dl dt:not(:first-of-type) {
		margin-top: 15px;
	}

	#newsinfo > section > div dl dd,
	#newsinfo > section > div dl dd:not(:first-of-type) {
		margin-top: 0;
	}

	#newsinfo > section > div + p {
		margin-top: 20px;
	}
}

/*----------------------------------------
	sns
-----------------------------------------*/

#sns {
	margin: 100px auto 0;
	background: #fff;
}

#sns > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin: 0 auto;
	padding: 35px 0;
}

#sns > div dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 80px;
}

#sns > div dl dt {
	margin-right: 40px;
}

#sns > div dl dd ul {
	display: flex;
}

#sns > div dl dd ul li:not(:first-of-type) {
	margin-left: 30px;
}

#sns > div p {
	display: flex;
	align-items: center;
}

#sns > div p::before {
	content: '';
	display: block;
	width: 22px;
	height: 18px;
	background: url(../img/i_sns_mark.png) no-repeat left top;
}

#sns > div p a {
	display: flex;
	align-items: center;
	color: #6f4314;
	text-decoration: none;
}

#sns > div p a::after {
	content: '';
	display: block;
	width: 8px;
	height: 10px;
	background: url(../img/i_sns_arrow.png) no-repeat right top;
}

@media screen and (max-device-width:500px) {
	#sns {
		margin-top: 50px;
	}

	#sns > div {
		display: block;
		width: 470px;
		padding: 20px 0;
	}

	#sns > div dl {
		display: block;
		margin-right: 0;
	}

	#sns > div dl dt {
		margin: 0 0 10px;
	}

	#sns > div p {
		margin-top: 15px;
	}
}

/*----------------------------------------
	youtube modal
-----------------------------------------*/

#youtubeModal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}

#youtubeModal .modal-content {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 100px auto;
	background: #fff;
	padding: 20px;
	border-radius: 5px;
}

#youtubeModal iframe {
	width: 100%;
	height: 450px;
	border: none;
}