main article{
	color: #3E3435;
	background-color: #D2B88F;
}
main article img{
	width: 100%;
	height: auto;
}
.bg_block {
	width: 100%;
	position: relative;
}
@media screen and (min-width: 769px) {
.bg_block {
	height: 468px;
}
#lead .bg_block {
	height: 215px;
}

.bg_block p{
	position: absolute;
	bottom: 0;
}
.bg_block .bg_01{
	max-width: 26.5%;
	padding-bottom: 20%;
}
.bg_block .bg_02{
	max-width: 46%;
	right: 0;
}
.bg_block .bg_03{
	max-width: 63.6%;
}
.bg_block .bg_04{
	max-width: 13%;
	left: 40%;
	bottom: 10px;
}
.bg_block .bg_05{
	max-width: 48.6%;
	right: 0;
}
}
@media screen and (max-width: 768px) {
.bg_block {
	height: 100px;
	padding-bottom: 45%;
	}
#lead .bg_block {
	height: 190px;
	}
.bg_block p{
	position: absolute;
	bottom: 0;
}
.bg_block .bg_01{
	width: 41%;
	bottom: 0;
	}
.bg_block .bg_02{
	width: 58%;
	right: 0;
	}
.bg_block .bg_03{
	width: 70%;
	}
.bg_block .bg_04{
	display: none;
	}
.bg_block .bg_05{
	width: 53%;
	right: 0;
	}
}

@media screen and (min-width: 1600px) {
.bg_block {
	height: 430px;
	}
#lead .bg_block {
	height: 165px;
	}
}


#lead {
	position: relative;
	z-index: 2;
}
#lead .l-container__inner {
	max-width: 916px;
	padding: 66px 30px 0;
	padding: 30px 30px 0;
}

#lead-copy {
	padding-bottom: 14px;
	width: 100%;
}
#lead-copy p{
	margin-bottom: 32px;
	opacity: 0;
	transform: translateY(30px);
	transition-property: transform, opacity;
	transition-duration: 700ms, 700ms;
}

#lead-copy p.is-active {
	opacity: 1;
	transform: translateY(0);
}

@media screen and (max-width: 768px) {
#lead .l-container__inner {
	padding: 44px 30px 0;
}
#lead-copy {
	padding-bottom: 21px;
}
#lead-copy p{
	margin-bottom: 18px;
	}
}

#lead .lead-text{
	margin-bottom: 47px;
}
#lead .lead-text p{
	font-size: 28px;
	font-family: var(--font-bold);
	line-height: 1.8;
	margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
#lead .lead-text{
	margin-bottom: 22px;
	}
#lead .lead-text p{
	white-space: nowrap;
	font-size: 16px;
	margin-bottom: 18px;
	}
}

#lead .logo {
	width: 400px;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
#lead .logo{
	width: 236px;
	height: auto;
	}
}

#movie01 {
	padding: 0 0 0;
}
#movie02 {
	padding: 80px 0 80px;
}
@media screen and (max-width: 768px) {
	#movie01 {
	padding: 0 0 0;
	}
#movie02 {
	padding: 12px 0 60px;
	}
}


@media screen and (min-width: 769px) {
	#movie01 .movie-inner, #movie02 .movie-inner, #movie03 .movie-inner {
	max-width: 960px;
	padding: 0 30px;
	margin: 0 auto
	}
.movie-inner .c-box.u-text-center {
		margin-top: 44px;
	}
}

@media screen and (max-width: 768px) {
	#movie01 .movie-inner, #movie02 .movie-inner, #movie03 .movie-inner {
		width: calc(100% - 60px);
		margin: 50px 30px 0;
	}
}
#movie01 h4 {
	font-size: 44px;
	font-family: var(--font-bold);
	line-height: 1.45;
	margin-top: -8px;
	margin-bottom: 8px;
}
#movie01 .lead-text {
	font-size: 20px;
	font-family: var(--font-bold);
	line-height: 1.4;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
#movie01 h4 {
	font-size: 26px;
	line-height: 1.55;
	margin-bottom: 22px;
	}
#movie01 .lead-text {
	font-size: 16px;
	text-align: left;
	}
}


#movie01 .c-button {
  background-color: #3e3435;
  border: none;
}
@media(hover: hover) {
#movie01 .c-button:hover {
		color: var(--color-black);
		background-color: var(--color-gray);
		border: 1px solid var(--color-black)
	}
}
@media screen and (max-width: 768px) {
.c-box--size-m {
    margin-top: 30px;
	}
#movie02 .c-box--size-m {
    margin-top: 20px;
	}
}

.heading-head {
	margin-top: 24px;
}
#movie02 .heading-head {
	margin-top: 20px;
}

@media screen and (max-width: 768px) {

#movie02 .heading-head {
	margin-top: 13px;
	}
}
.heading-title {
	font-size: 14px;
	font-family: var(--font-bold);
}
.heading-time {
	margin-left: 4px;
	vertical-align: 1px;
	padding: 2px 7px;
	font-size: 12px;
	font-family: var(--font-light);
	color: #fff;
	background-color:#000;
}
.blackStyle-article{
	background-color: #272727;
	color: #fff;
}

.blackStyle-article h4 {
	margin-top: -7px;
	font-size: 54px;
	font-family: var(--font-bold);
	line-height: 1;
}
.blackStyle-article h4 span {
	display: inline-block;
	font-size: 18px;
	font-family: var(--font-bold);
	margin-bottom: 15px;
}
.blackStyle-article .lead-text {
	font-size: 20px;
	font-family: var(--font-bold);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
.blackStyle-article h4 {
	font-size: 36px;
	}
.blackStyle-article h4 span {
	font-size: 16px;
	}
.blackStyle-article .lead-text {
	font-size: 16px;
	margin-bottom: 7px;
	}
}


@media screen and (min-width: 769px) {
.blackStyle-article .swiper-wrapper {
	justify-content: space-between;
	}
.blackStyle-article .swiper-slide {
    width: 32.4% !important;
	}
.blackStyle-article .p-compare-type-item__buttons {
    margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
.blackStyle-article .p-compare-type-item__buttons {
    margin-top: 50px;
	}
}

.c-card__image {
  margin-top: 20px;
	border: none;
}
.movie-block img {
    border-radius: 10px;
}


@media screen and (min-width: 769px) {
	.p-compare-type-item__buttons .c-button, .p-compare-type-item__buttons .c-button-secondary {
		width: auto;
		min-width: 280px
	}
}

#try {
	background-color: #D2B88F;
}
#try .section-try {
	padding: 40px 20px 70px;
	max-width: 1020px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row-reverse
}
@media screen and (max-width: 768px) {
	#try .section-try {
		width: 100%;
		min-width: 320px;
		flex-direction: column;
		padding: 55px 0 20px;
	}
}
#try .car {
	max-width: 565px;
	padding: 35px 30px 0 0;
}
@media screen and (max-width: 768px) {
#try .car{
	padding: 40px 30px 30px ;
	}
}

#try .car img {
	width: 100%;
}
@media screen and (max-width: 768px) {
	#try .car img {
		width: 100%;
		height: auto;
		margin-left: 0
	}
}
#try .lead {
	width: 350px;
	margin: 0 0 0 auto;
	position: relative;
	z-index: 1
}
@media screen and (max-width: 768px) {
	#try .lead {
		width: 100%;
		padding: 0 30px;
		margin: 0 auto
	}
}
#try .lead h4 {
	text-align: center;
	font-size: 28px;
	font-family: var(--font-bold);
}
@media screen and (max-width: 768px) {
	#try .lead h4{
	font-size: 26px;
	}
}

#try .lead .p-compare-type-item__buttons {
	margin-top: 28px
}
#try .lead .p-compare-type-item__buttons > * + * {
	margin-top: 18px
}

@media screen and (max-width: 768px) {
#try .lead .p-compare-type-item__buttons > * + * {
	margin-top: 26px
	}
}

#try .lead .p-compare-type-item__buttons .c-button, #try .lead .p-compare-type-item__buttons .c-button-secondary {
	width: 100%
}
#try .lead .c-button-secondary {
	background-color: rgba(0, 0, 0, 0)
}
#try .lead .c-button-secondary:hover {
	background-color: #e5d9cf
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-pagination-bullet {
    background: #C3C3C3;
}
.swiper-pagination-bullet-active {
    background: #fff;
}

@media screen and (max-width: 768px) {
.swiper-controls {
    margin-top: 18px;
	}
}
@media screen and (min-width: 769px) {
.c-grid--col3 {
	justify-content: space-between;
	}
.c-grid--col3 > * {
width: 30%;
	}
.c-box--size-m {
	margin-top: 45px;
	}
}
/*==========================================*/

.wrv-review a.mov {
	position: relative;
	transition: all .3s;
	line-height: 1;
	display: block;
	width: fit-content;
	margin: 0 auto
}
.wrv-review a.mov img {
	max-width: 100%;
	height: 100%;
}
.wrv-review a.mov:after {
	content: "";
	background-image: url("../image/ico_play.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 74px;
	height: 74px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, -50%);
	transition: all .3s
}
@media screen and (max-width: 768px) {
	.wrv-review a.mov:after {
		width: 50px;
		height: 50px
	}
}
.wrv-review .l-container {
	padding-top: 1px
}
@media screen and (max-width: 768px) {
	.wrv-review .l-container {
		padding-top: 0
	}
}
#cm {
	text-align: center;
	position: relative;
	background-color: #D2B88F;
}
#cm .main-visual {
	width: 100%;
	margin: auto;
	margin-top: -1px;
	aspect-ratio: 16/9;
	line-height: 0;
	position: relative
}
#cm .main-visual iframe {
	width: 100%;
	height: 100%
}
@media screen and (max-width: 768px) {
	#cm .main-visual {
		width: 100%
	}
}
#cm .l-container__inner {
	padding: 30px 0
}
@media screen and (max-width: 768px) {
	#cm .l-container__inner {
		padding: 0
	}
}
#cm .movie-sound {
	position: absolute;
	z-index: 30;
	bottom: 20px;
	left: 20px;
	width: 42px;
	height: 42px;
	cursor: pointer;
	background-image: url("../image/ico_audio_on.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}
#cm .movie-sound.on {
	background-image: url("../image/ico_audio_off.svg")
}

#survey {
	background-color: #f0f0f0
}
#caution{
	background-color: #f0f0f0
}
#caution .section-caution {
	padding: 10px 30px 70px;
}
