@media screen and (max-width: 1023px){
	.buy-together-mv-over {
		width: 50%;
		height: auto;
	}
}

@media screen and (max-width: 637px){
	.buy-together-mv-over {
		width: 318px ;
		height: auto;
	}
}

@media screen and (max-width: 400px){
	.buy-together-mv-over {
		width: 250px ;
		height: auto;
	}
}


.buy-together-mv-wrapper {
	position: relative
}

.buy-together-mv-over {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-44%, -50%);
    -webkit-transform: translate(-44%, -50%);
    -ms-transform: translate(-44%, -50%);
}

body {
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
.buy-together-tpl_item {
	width: 100%;
	height: 480px;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.buy-together-tpl_text {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
	z-index: 3;
}
.buy-together-tpl_name {
	margin: 0 0 0.1em;
	color: #36BFC8　!important;
	font-weight: normal !important;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.buy-together-tpl_catch_1 {
	margin: 0 0 0.1em;
	text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	color: #707070 !important;
}


.buy-together-tpl_catch_2 {	
}
.buy-together-tpl_item:nth-child(2),
.buy-together-tpl_item:nth-child(3){
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
	background-size: contain;
}
.buy-together-tpl_item:nth-child(2){
    left: 0;
	z-index: 2;
	background-position: center left;
}
.buy-together-tpl_item:nth-child(3){
    right: 0;
	z-index: 3;
	background-position: center right;
}
.buy-together-tpl_item:nth-child(4){
	background-image: none!Important;
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
@media screen and (min-width: 1025px) {
	.buy-together-tpl_name{
		font-size: 4rem!important;
	}
}
@media screen and (max-width: 1024px) {
	.buy-together-tpl_item { height: 300px; }
}

@media screen and (max-width: 768px) {
	.buy-together-tpl_item { height: 220px; }
}
@media screen and (max-width: 768px) {
	.buy-together-tpl_item:nth-child(2){
		background-size: cover;
	}
	.buy-together-tpl_item:nth-child(3){
		background-image: none!important;
	}
}



