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

.logo_nontop{
	display: none!important;
}
@media screen and (max-width:768px){
	.logo_nontop{
		display:block!important;
	}
	.logo_top{
		display: none!important;
	}
}

.wrapper.top {
	overflow: hidden;
}
.wrapper.top .main{
	position: relative;
}
@media screen and (min-width:769px){
    .spOnly{
      display: none!important;
    }
	.pcOnly{
		display: block!important;
	}
}
@media screen and (max-width:768px){
    .pcOnly{
      display: none!important;
    }
	.spOnly{
		display: block!important;
	}
}
/*------------------------- CMS News */
.newsBox{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(255,255,255,1.0);
    padding: 15px 15px 20px 40px;
    box-sizing: border-box;
}
@media screen and (max-width:767px){
    .newsBox{
        /* display: none; */
        position: absolute;
        bottom: 10px;
        left: 0;
        width: 100%;
        z-index: 999999;
        background-color: rgba(255,255,255,1.0);
        padding: 20px 15px 0px 20px;
        box-sizing: border-box;
    }
}
.newsBox .ttl{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    float: left; 
    width: 50px;
    line-height: 1.4em;
    padding-top: 3px;
}
.newsBox ul{
    font-size: 15px;
    float: right;
    width: calc(100% - 55px);
    padding-left: 20px;
    box-sizing: border-box;
}
.newsBox ul li{
    margin-bottom: 5px;
    line-height: 1.6em;
}
@media screen and (max-width:767px){
    .newsBox ul li:nth-child(2){
        display: none;
    }
}
.newsBox ul li a{
    line-height: 1.4em;
    color: #444444;
}
@media screen and (max-width:480px){
    .newsBox ul li a{
        text-decoration: underline;
    }
}
.newsBox ul li a:hover{
    text-decoration:underline;
}

/* CMS News -------------------------*/

.wrapper.top .main .slick-bg{

}
.wrapper.top .main .slick-bg .slick-slide{
	width: 100%;
	text-align: center;

	height: calc( 100vh - 50px);
	min-height: 600px;

}


@media screen and (min-width:769px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(1){
		background: url("../images/Xframe_series_DAND-01.jpg")no-repeat -0px center;
		background-size: cover;
	}
}
@media screen and (max-width:768px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(1){
		background: url("../images/Xframe_series_DAND-01_SP.jpg")no-repeat center;
		background-size: cover;
	}
}
@media screen and (min-width:769px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(2){
		background: url("../images/Xframe_series_DAND-03.jpg")no-repeat -0px center;
		background-size: cover;
	}
}
@media screen and (max-width:768px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(2){
		background: url("../images/Xframe_series_DAND-03_SP.jpg")no-repeat center;
		background-size: cover;
	}
}
@media screen and (min-width:769px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(3){
		background: url("../images/Xframe_series_HAND-06.jpg")no-repeat -0px center;
		background-size: cover;
	}
}
@media screen and (max-width:768px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(3){
		background: url("../images/Xframe_series_HAND-06_SP.jpg")no-repeat center;
		background-size: cover;
	}
}
@media screen and (min-width:769px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(4){
		background: url("../../camping_at_home/images/top_slide.jpg")no-repeat center 0px;
		background-size: cover;
	}
}
@media screen and (max-width:768px){
	.wrapper.top .main .slick-bg .slick-slide:nth-child(4){
		background: url("../../camping_at_home/images/top_slide_SP.jpg")no-repeat center 30px;
		background-size: 100% auto;
	}
}


.wrapper.top .main .slick-bg a{
	width: 100%;
	height: 100%;
	display: block;
    transition-duration: 0.3s;
}
@media screen and (min-width:769px){
    .wrapper.top .main .slick-bg a:hover{
       /*  opacity: 0.5 !important;
        background: #ffffff; */
    }
}

.wrapper.top .main h2 {
	text-align: center;
	width: 100%;
	height: auto;
	position: absolute;
	top: 160px;
	left: 0;
	z-index: 100;
	min-width: 768px;
}
@media screen and (max-width:768px){
	.wrapper.top .main h2 {
		min-width: 0px;
	}
}
.wrapper.top .main h2 img{
	/*width: 550px;*/
	width: 30%;
}
@media screen and (max-width:768px){
	.wrapper.top .main h2 img{
		width: 75%;
	}
}
@media screen and (min-width:1400px){
	.wrapper.top .main h2 img{
		width: 25%;
	}
}
.wrapper.top .main .bottom_bar{
	background-color: #ffffff;
	width: 9%;
	height: 42px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
}

@media screen and (max-width:768px){
	.wrapper.top .main .bottom_bar{
		background-color: #ffffff;
		width: 80px;
		display: none;
	}
}

/******************************************
  product_area
******************************************/

.product_area{
	background: url("../images/product_area_bg.jpg") center;
	background-repeat: no-repeat;
	background-size: 1218px auto;
}
@media screen and (min-width:1200px){
	.product_area{
		background-size: 100% auto;
	}
}
@media screen and (max-width:786px){
	.product_area{
		background: url("../images/sp_product_area_bg.jpg") center;
		background-size: auto 100%;

	}
}
.product_area .inner{
	/*
	width: 1080px;*/
	width: 920px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.product_area .inner.inner_typ1{
	width: 1080px;
}
@media screen and (max-width:1080px){
	.product_area .inner{
		width: 100%;
	}
	.product_area .inner.inner_typ1{
		width: 100%;
	}
}


@media  (min-width:480px) and (max-width:768px){
	.product_area .inner,
	.product_area .inner.typ1{
		width:calc(100% - 0px);
		margin: auto;
		display: flex;
		justify-content: space-between;
	}
	
}

@media screen and (max-width:786px){
	.product_area .inner,
	.product_area .inner_typ1{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
}



@media screen and (max-width:480px){
	.product_area .inner,
	.product_area .inner_typ1{
		width:calc(100% - 40px);
		display: block;
	}
}

.product_area .inner .box{
	width: 260px;
	background: rgba(255,255,255,0.9);
	border:4px solid #ffffff;
	padding: 5px;
	box-sizing: border-box;
	position: relative;
	padding-bottom: 90px;
	margin: 5px;
}
@media screen and (max-width:786px){
	.product_area .inner .box{
		width:calc(50% - 10px);
		margin-bottom: 0px;
		box-sizing: border-box;
	}
}

@media screen and (max-width:600px){
	.product_area .inner .box{
		width: 100%;
		margin-bottom: 20px;
		padding-bottom: 0px;
	}
}
.product_area .inner .box img{
	width: 100%;
	margin-bottom: 15px;
}
.product_area .inner .box .ty1{
	font-size: 18px;
	text-align: center;
	line-height: 1em;
	margin-bottom: 5px;
	font-weight: bold;
}
.product_area .inner .box .ty2{
	font-size: 16px;
	text-align: center;
	color: #231815;
	margin-bottom: 10px;
}
.product_area .inner .box .ty3{
	padding: 0 10px 0 10px;
	font-size: 14px;
	line-height: 1.6em;
	margin-bottom: 15px;
}
.product_area .inner .box .btn_ty1{
	background-color: #838484;
	width: auto;
	display: block;
	padding: 17px 0 17px 0;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
	margin-bottom: 5px;
	color: #ffffff;
	font-weight: normal;
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.product_area .inner .box .btn_ty1{
		padding: 15px 0 15px 0;
	}
}

.product_area .inner .box .btn_ty1.ty1_2{
	margin-bottom: 0px;
}
.product_area .inner .box .btn_ty1.ty1_3{
	background: none;
}
@media screen and (max-width:600px){
	.product_area .inner .box .btn_ty1.ty1_3{
		display: none;
	}
}


.product_area .inner .box .btn_ty1:hover{
	opacity: 0.3;
}

.product_area .inner .box .btn_ty2{
	background-color: #009FC9;
	width: auto;
	display: block;
	padding: 17px 0 17px 0;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
	transition-duration: 0.3s;
}
@media screen and (max-width:768px){
	.product_area .inner .box .btn_ty2{
		padding: 15px 0 15px 0;
	}
}
.product_area .inner .box .btn_ty2:hover{
	opacity: 0.3;
}

.product_area .inner .box .btn_wr{
	position: absolute;
	bottom: 0px;
	width: calc(100% - 10px);
	left: 5px;
}
@media screen and (max-width:600px){
	.product_area .inner .box .btn_wr{
		left: 0px;
		position: relative;
		width: calc(100% - 0px);
	}
}



/******************************************
  contents2
******************************************/

.contents2 .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 55px;
}
@media screen and (max-width:768px){
	.contents2 .flex{
		text-align: center;
		display: block;
		margin-bottom: 20px;
	}
	.contents2 .flex img{
		width: calc(100% - 0px);
		height: auto;
		text-align: center;
		margin-bottom: 50px;
	}
}
.contents2 .moviebox{
	background-color: #e8e8e8;
	width: 720px;
	padding: 150px 0 150px 0;
	font-size: 21px;
	text-align: center;
	color: #231815;
	margin: auto;
}
@media screen and (max-width:768px){
	.contents2 .moviebox{
		width: 100%;
		padding: 150px 0 150px 0;
	}
}
.contents2 .moviebox p{
	text-align: center;
}


/******************************************
  slick
******************************************/

.slick-active{
	opacity: 0.3;
}

@media screen and (max-width:768px){
	.slick-active{
		background-color: #000000;
	}
}

