/* スライダー
================================================== */
#slider_wrap {
    margin-top: 90px;
}
@media only screen and (max-width: 767px) {
    #slider_wrap {
        margin-top: 0;
    }
}

#slider_wrap img {
    width: 5000px;
}

.slide_zoom_on img {
    animation: zoomUp 0.7s 0s both;
}
@keyframes zoomUp {
    0% {
      transform: scale(1.1);
    }
    100% {
      transform: scale(1);
    }
}

.sp-horizontal .sp-arrows {
	width: 100%;
	left: 0;
	top: 50%;
}
.sp-arrow {
	width: 5px !important;
	height: 50px !important;
}
.sp-previous-arrow:before,
.sp-previous-arrow:after,
.sp-next-arrow:before,
.sp-next-arrow:after {
	width: 50% !important;
	height: 50% !important;
	background-color: #444 !important;
}
@media only screen and (max-width: 767px) {
    .sp-arrow {
        width: 3px !important;
        height: 30px !important;
    }
}

.mix_difference {
    mix-blend-mode: difference;
}

.sp-buttons {
	position: relative;
	width: 100%;
	text-align: left;
    padding-left: 3.6%;
    box-sizing: border-box;
    border-radius: 0;
}
.sp-button {
	width: 30px;
	height: 2px;
	border: none;
	margin: 0px 5px;
	background: #e5e5e5;
	display: inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
    border-radius: 0;
}
.sp-selected-button {
    background: #000;
}

.mix_difference_SP {
    display: none;
}
@media only screen and (max-width: 767px) {
    .slide_left_black {
        display: none;
    }
    .mix_difference {
        display: none;
    }
    .mix_difference_SP {
        display: block;
    }
}





/* 動画
================================================== */
video {
    width: 100%;
}

/* バナー
================================================== */
.tp_banner_bg {
    overflow: hidden;
}
.tp_banner {
    display: flex;
    width: calc(100% + 16px);
    margin-left: -8px;
    padding: 7px 16px 0 16px;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: center;
}
.tp_banner .box {
    width: calc(50% - 16px);
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
}
.tp_banner .box img {
    width: 100%;
}
.tp_banner2 {
    margin-top: 10px;
    padding: 0 16px;
    box-sizing: border-box;
}
.tp_banner2 p {
    text-align: center;
}
@media only screen and (min-width: 800px) {
    .tp_banner2 {
        padding: 0 16px;
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Type / Price
================================================== */
.tp_carselection_menu {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
}
.tp_carselection_menu h2 {
    margin-top: 2px;
    font-size: 22px;
}
.tp_carselection_menu ul {
    display: flex;
}
.tp_carselection_menu ul li {
    margin-left: 20px;
}
.tp_carselection_menu ul li img {
    height: 30px;
}

.tp_carselection_wrap {
    width: calc(100% + 10px);
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tp_carselection_wrap .box {
    width: calc(50% - 10px);
    margin: 0 5px 20px 5px;
}
.tp_carselection_wrap .box .photo {
    text-align: center;
}
.tp_carselection_wrap .box .photo img {
    width: 90%;
}
.tp_carselection_wrap .box h3 {
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
}
.tp_carselection_wrap .box .copy {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3em;
}
.tp_carselection_wrap .box .text {
    font-size: 10px;
    text-align: center;
}





/* Body color
================================================== */
.bodycolor_wrap {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bodycolor_wrap .box {
    width: calc(20% - 20px);
    margin: 0 10px 20px 10px;
    text-align: center;
}
.bodycolor_wrap .box .text {
    margin-top: 5px;
    font-size: 10px;
    text-align: center;
}