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


/******************************************
 COMMON
******************************************/

.logo_top{
	display: none!important;
}
.wrapper.top {
	overflow: hidden;
}
.wrapper.top .main{
	position: relative;
}
.wrapper.top .main .slick-bg{

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

/******************************************
 xframeseries_box
******************************************/


.xframeseries_box{
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}
@media screen and (max-width:768px){
	.xframeseries_box{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 620px) { 
	.xframeseries_box{
		display: block;
		margin-bottom: 30px;
	}
}
.xframeseries_box .ty1{
	width: 270px;
	margin-right: 30px;
	margin-top: 10px;
}


@media screen and (max-width:768px){
	.xframeseries_box .ty1{
		width: 270px;
	
		margin-bottom: 20px;
		margin-left: 0px;
	}
}
@media screen and (max-width: 620px) { 
	.xframeseries_box .ty1{
		margin-bottom: 20px;
	}
}
.xframeseries_box .ty1 img{
	float: left;
	margin: 0 20px 0px 0;
}
@media screen and (max-width:480px){
	.xframeseries_box .ty1 img{
		width: 40px;
	}
}

.xframeseries_box .ty1 .ttl1{
	font-size: 22px;
	font-weight: bold;
	line-height: 1em;
	margin-bottom: 5px;
}
@media screen and (max-width:480px){
	.xframeseries_box .ty1 .ttl1{
		font-size: 18px;
	}
}
.xframeseries_box .ty1 .ttl2{
	font-size: 36px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 15px;
}
@media screen and (max-width:480px){
	.xframeseries_box .ty1 .ttl2{
		font-size: 22px;
	}
}
.xframeseries_box .ty1 .price{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

.xframeseries_box .ty2{
	
}
@media screen and (max-width:768px){
	.xframeseries_box .ty2{
		text-align: center;
	}
}
@media screen and (max-width: 620px) { 
	.xframeseries_box .ty2 img{
		width: 100%;
	}
}
@media screen and (max-width:768px){
	.contents1 .btn_ty1{
		width: 50%;
	}
}
@media screen and (max-width:480px){
	.contents1 .btn_ty1{
		width: 100%;
	}
}


/******************************************
 details
******************************************/

.details{
	background: url("../images/xframeseries/details_border.jpg")repeat-x top center;
	background-size:auto 20px;
	width: 100%;
	margin: auto;
	background-color: #e8e8e8;
	padding: 40px 0 30px 0;
}
.details .flex{
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:768px){
	.details .flex{
		display: block;
	}
}

.details .flex .ty1{
	width: 500px;
	background-color: #fafafa;
}
@media screen and (max-width:768px){
	.details .flex .ty1{
		width:auto;
		margin-bottom: 20px;
	}
}

.details .flex .ty1 table {

}
.details .flex .ty1 table tr td:nth-child(1){
	font-weight: bold;
	width: 22%;
	vertical-align: top;
}
.details .flex .ty1 table tr td:nth-child(2){
	border-left: 1px solid #e8e8e8;
	line-height: 1.4em;
}
.details .flex .ty1 table tr:last-child td{
	border-bottom: none;
}

.details .flex .ty1 table tr td{
	font-size: 14px;
	margin-bottom: 10px;
	padding: 7px 10px 12px 10px;;
}
.details .flex .ty1 table tr td{
	padding-bottom: 5px;
	border-bottom: 1px solid #e8e8e8;
}

.details .flex .ty2{
	width: 280px;
	background-color: #fafafa;
}
@media screen and (max-width:768px){
	.details .flex .ty2{
		width: auto;
		text-align: center;
		background-color: #ffffff
	}
	.details .flex .ty2 img{
		width: calc(100% - 20px);
	}
}

@media screen and (min-width:768px){
	.tb{
		display: none;
	}
	.not_tb{
		display: block;
	}
}
@media screen and (max-width:769px){
	.not_tb{
		display: none;
	}
	.tb{
		display:block;
	}
	.details .flex .ty2 img{
		width: 80%;
		text-align: center;
	}
	.details .flex .ty2{
		text-align: center;
	}
}

@media screen and (max-width:480px){
	.tb{
		display: none;
	}
	.not_tb{
		display: block;
	}
}


.details .flex .ty1 .ttl,
.details .flex .ty2 .ttl{
	background-color: #000000;
	padding: 10px 0 10px 0;
	text-align: center;
	font-size: 14px;
	line-height: 1em;
	color: #ffffff;
	font-weight: bold;
}

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

.contents2 .flex{
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	margin-bottom: 55px;
}
.contents2 .flex img{
	height: auto!important;
}
@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-bg {
	margin-bottom: 60px;
}
@media screen and (max-width:768px){
	.slick-bg {
		margin-bottom: 20px;
	}
}
.slick-bg{
	background: url("../images/xframeseries/xframeseries_slide_bg.png")no-repeat top center;
	background-size: 100% auto;
}
@media screen and (max-width:768px){
	.slick-bg{
		background: url("../images/xframeseries/xframeseries_slide_bg.png")no-repeat center 64px;
		background-size: 100% auto;
		padding-top: 64px;
	}
}
.slick-bg li:nth-child(5) img{
		width: 110%;
		margin-left: -5%;
	margin-top: -2%;
}
@media screen and (max-width:480px){
	.slick-bg li img{
		width: 130%;
		margin-left: -15%;
	}
	.slick-bg li:nth-child(5) img{
		width: 140%;
		margin-left: -20%;
	}
}
.slick-dots{
	width: 20%;
	left: calc(50% - 30px);
}
@media screen and (max-width:768px){
	.slick-dots{
		width:90px;
		margin: auto;
		position: relative;
		bottom: 0px;
		left: 0;
	}
}
.slick-dots li{
	background-color: #000000;
}
@media screen and (max-width:768px){
	.slick-dots li{
		width: 10px;
		height: 10px;
	}
}

@media screen and (max-width:768px){
	.slick-prev,
	.slick-next
	{
		top: 70%;
	}
}
@media screen and (max-width:480px){
	.slick-prev,
	.slick-next
	{
		top: 55%;
	}
}
.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: #000000;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-active{
	opacity: 0.3;
}
.slick-arrow{
	width: 30px;
	height: 30px;
	z-index: 100000;
}
.slick-prev{
	left: 20px;
}
.slick-next{
	right: 20px;
}

.slide06 .slick-dots{
	width: 110px;
	margin: auto;
	bottom: -15px;
	left: 0px;
}
@media screen and (max-width:768px){
	.slide06 .slick-dots {
		width: 110px;
	}
}

@media screen and (max-width:768px){
	.box_ty2{
		padding-bottom: 20px;
	}
}


.slide06.slidedottednone .slick-dots{
	display: none!important;
}
