@charset "utf-8";


/*ヘッダー*/
#mv .mv_text p {
	font-size: 36px;
}

/*ラインアップ　見出し*/
#lineup h4 span{
	font-size: 18px;
	margin-left: 1em;
}

/*コーション赤字*/
.option.f10{
	font-size: 10px !important;
}
.space {
	margin-left: 1em !important;
	display: inline-block !important;
	font-size: 10px !important;
}


/*------------------------------------------------------------
	For PC　
-------------------------------------------------------------*/
@media only screen and (min-width: 737px), print {

	/*ヘッダー*/
	#mv {
		background: url(../img/main_pc.jpg);
		background-size: 100% auto;
	}

	#mv .mv_text {
		right: 110px;
		padding: 40px !important;
		height: auto;
		width: auto !important;
	}

	/*ラインアップ*/
	#lineup {
		margin-top: 50px;
	}

	h3.headline_title {
		width: 100%;
		background: #ECEFF1;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 132px;
	}

	h3.headline_title span{
		font-size: 36px;
		line-height: 1;
		display: block;
	}

	.addCulumn{
		padding-top: 60px;
	}

	.enter {
		margin-right: 340px;
	}

	.link ul li {
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	.linkArea{
		margin-bottom: 100px !important;
	}

	h4.mb30{
		margin-bottom: 30px !important;
	}

	h4.products_h4 span.ttl{
		font-size: 18px;
    margin-left: 1em;
	}
	
	.backBtnArea {
		padding-bottom:30px;
	}
}


/*------------------------------------------------------------
	For Sp　
-------------------------------------------------------------*/
@media only screen and (max-width: 736px) {

	/*ヘッダー*/
	#mv .mv_img{
	    	background: url(../img/main_sp.jpg) left top no-repeat;
	    	background-size: 100% auto;
		}

	#mv .mv_text p{
		letter-spacing: 0 !important;
	}

	/*ラインアップ*/
	#lineup{
		width: 100%;
		padding: 0;
		margin: 0;
	}

	h3.headline_title {
		width: 100%;
		background: #ECEFF1;
		display: flex;
		justify-content: center;
		align-items: center;
		height: 45px;
	}

	h3.headline_title span{
		font-size: 18px;
		line-height: 1;
		display: block;
	}

	#lineup h4{
		margin: 20px;
	}

	#lineup h4 span{
		font-size: 12px;
		display: block;
		margin-left: 0;
		line-height: 1;
	}

	h4.mt0{
		margin-top: 0px !important;
	}

	.addCulumn{
		padding-top: 30px;
	}

	.enter {
		margin-right: 0;
	}

	.link{
		margin: 0 15px;
	}

	.link li{
		margin-bottom: 30px !important;
	}

	h4.products_h4{
		line-height: 1.4;
	}

	h4.products_h4 span.ttl{
		font-size: 13px;
	}

	/*------------------------------------------------------------
		ラインアップ　スライダー（SPのみ)　
	-------------------------------------------------------------*/

	.productsWrap.multiple-items .products.slick-slide {
	  box-sizing: border-box;
	  width: calc(100%- 70px);
	  margin: 0 35px;
	}
	.productsWrap.multiple-items .products.slick-slide img {
	  width: 100%;
	}
	.productsWrap.multiple-items .slick-prev,
	.productsWrap.multiple-items .slick-next {
	  width: 15px;
	  height: 100%;
	  border-radius: 0;
	}
	.productsWrap.multiple-items .slick-prev:before,
	.productsWrap.multiple-items .slick-next:before {
	  font-size: 24px;
	  transform: scale(0.5, 1);
	}
	.productsWrap.multiple-items .slick-prev {
	  top: 0;
	  left: 0px;
	  z-index: 49;
	}
	.productsWrap.multiple-items .slick-prev:before {
	  top: 50%;
	  left: 0px;
	}
	.productsWrap.multiple-items .slick-next {
	  top: 0;
	  right: 0px;
	}
	.productsWrap.multiple-items .slick-next:before {
	  top: 50%;
	  left: 0px;
	}
}


/*202002add*/
.mainImg {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 30px;
	}

	.mainImg .slick-dots {
		bottom: 10px;
	}

	.mainImg .slick-prev {
		left: -40px;
	}

	.mainImg .slick-next {
		right: -40px;
	}

	.mainImg .slick-prev,
	.mainImg .slick-next {
		top: calc(50% - 30px);
	}

	.mainImg .spshow {
		display: none;
	}

	#mv {
		display: none;
	}


	@media screen and (max-width: 736px) {
		.mainImg {
			width: 100%;
			padding-bottom: 0;
			overflow: hidden;
		}

		.mainImg img {
			width: 100%;
		}

		.mainImg .slick-dots {
			bottom: -15px;
		}

		.mainImg .slick-prev {
			left: 10px;
			z-index: 1;
		}

		.mainImg .slick-next {
			right: 10px;
		}

		.mainImg .slick-prev,
		.mainImg .slick-next {
			top: 30%;
		}

		#mv {
			display: block;
		}

		#mv .mv_text {
			padding-top: 10px;
		}

		.mainImg .pcshow {
			display: none;
		}

		.mainImg .spshow {
			display: inline;
		}
	}






@media screen and (min-width: 737px) {
	.footerbackbtn ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }

.footerbackbtn ._inner p {
    text-align: center;
  }
	
	
    .footerbackbtn .backbtn {
        display: inline-block;
        position: relative;
        width: 320px;
        padding: 15px;
        background-color: #eceff1;
        color: #2b383f;
        text-decoration: none;
    }
	
	
	.footerbackbtn .backbtn:after {
        position: absolute;
        top: 50%;
        left: 20px;
        width: 7px;
        height: 7px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 2px solid #009844;
        border-left: 2px solid #009844;
        content: '';
    }
}


@media screen and (max-width: 736px) {
    .footerbackbtn ._inner {
        padding: 35px 15px;
    }
	
	.footerbackbtn ._inner p {
        text-align: center;
    }
	
	.footerbackbtn .backbtn {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 22px;
        background-color: #eceff1;
        color: #2b383f;
        font-size: 16px;
        text-decoration: none;
		box-sizing: border-box;
    }
	
	 .footerbackbtn .backbtn:after {
        position: absolute;
        top: 50%;
        left: 30px;
        width: 7px;
        height: 7px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: 2px solid #009844;
        border-left: 2px solid #009844;
        content: '';
    }
}