@charset "UTF-8";
/* 1024 ～ 1365  */
@media screen and (min-width: 1024px) and (max-width: 1365px) {
    .main-content .center-text-wrap .links-wrap .items:nth-of-type(1) img:nth-of-type(2) {
		margin-top: -22px;
	}
	.main-content .center-text-wrap .links-wrap .items:nth-of-type(3) img {
		margin-top: -17px;
	}
	.main-content .box-tan {
		margin-top: 0px;
		display: flex;
		justify-content: center;
	}
	.main-content .box-tan .items {
		width: 200px;
	}
	.main-content .box-tan .items img {
		width: 100%;
		height: auto;
	}
    .video-popup {
        width: 25%;
    }
	.video-popup video {
		width: 100%;
		height: auto;
        object-fit: cover;
	}
    .close-button {
        background-size: 80% auto;
    }
    .main-content .box-tan .items .play-button-75 {
        top: 70%;
    }
}

/* 1366 ～ 1600  */
@media screen and (min-width: 1366px) and (max-width: 1600px) {
    .main-content .center-text-wrap .links-wrap .items:nth-of-type(1) img:nth-of-type(2) {
		margin-top: -30px;
	}
	.main-content .center-text-wrap .links-wrap .items:nth-of-type(3) img {
		margin-top: -22px;
	}
	.main-content .box-tan {
		margin-top: 50px;
		display: flex;
		justify-content: center;
	}
	.main-content .box-tan .items {
		width: 220px;
	}
	.main-content .box-tan .items img {
		width: 100%;
		height: auto;
	}
    .video-popup {
        width: 25%;
    }
	.video-popup video {
		width: 100%;
		height: auto;
        object-fit: cover;
	}
    .close-button {
        background-size: 90% auto;
    }
    .main-content .box-tan .items .play-button-75 {
        top: 70%;
    }
}

/* 1601 ～ 1920  */
@media screen and (min-width: 1601px) and (max-width: 1919px) {
    .main-content .center-text-wrap .links-wrap .items:nth-of-type(1) img:nth-of-type(2) {
		margin-top: -30px;
	}
	.main-content .center-text-wrap .links-wrap .items:nth-of-type(3) img {
		margin-top: -24px;
	}
    .main-content .box-tan {
		margin-top: 37px;
		display: flex;
		justify-content: center;
	}
	.main-content .box-tan .items {
		width: 200px;
	}
    .main-content .box-tan .items img {
		width: 100%;
		height: auto;
	}
    .video-popup {
        width: 21%;
    }
	.video-popup video {
		width: 100%;
		height: auto;
        object-fit: cover;
	}
    .close-button {
        background-size: 60% auto;
        top: 94%;
        left: 48%;
    }
    .close-button {
        background-size: 85% auto;
        left: 50%;
    }
    .main-content .box-tan .items:nth-child(odd) .play-button-75 {
        top: 70%;
    }
    .main-content .box-tan .items:nth-child(even) .play-button-75 {
        top: 80%;
    }
}

/* 1920 ～ 2559  */
@media screen and (min-width: 1920px) and (max-width: 2559px) {
    .main-content .center-text-wrap .links-wrap .items:nth-of-type(1) img:nth-of-type(2) {
		margin-top: -32px;
	}
	.main-content .center-text-wrap .links-wrap .items:nth-of-type(3) img {
		margin-top: -28px;
	}
	.main-content .box-tan {
		margin-top: 37px;
	}
	.main-content .box-tan .items {
		width: 228px;
	}
	.main-content .box-tan .items img {
		width: 100%;
		height: auto;
	}
	.video-popup {
        width: 22%;
    }
}

/* 2560 ～  */
@media screen and (min-width: 2560px) {
    .main-content .center-text-wrap .links-wrap .items:nth-of-type(1) img:nth-of-type(2) {
		margin-top: -40px;
	}
	.main-content .center-text-wrap .links-wrap .items:nth-of-type(3) img {
		margin-top: -38px;
	}
	.main-content .box-tan {
		margin-top: 37px;
	}
	.main-content .box-tan .items {
		width: 228px;
	}
	.main-content .box-tan .items img {
		width: 100%;
		height: auto;
	}
	.main-content .page-content .inner {
		top: 15%;
	}
}


@media screen and (min-device-width:666px) and (max-device-width:9666px) {
	.move-up-tip {
	  display: none;
	}
}