br.pc {
	display: block;
}
br.sp {
	display: none;
}
@media screen and (max-width: 768px) {
	br.pc {
		display: none;
	}
	br.sp {
		display: block;
	}
}

@media screen and (max-width: 768px) {
	.l-container__inner {
	padding: 40px 20px 40px
	}
}

#section_survey .section_survey {
  margin: 60px auto 0 !important;
}
@media screen and (max-width: 768px) {
#section_survey .section_survey {
  margin: 40px auto 0 !important;
	}
}
.p-design-section {
	margin-top: 70px
}
@media screen and (max-width: 768px) {
	.p-design-section {
		margin-top: 70px
	}
}
.p-design-sub-section {
	margin-top: 40px
}
@media screen and (max-width: 768px) {
	.p-design-sub-section {
		margin-top: 40px
	}
}
.p-design-sub-section > * + * {
	margin-top: 20px
}
.p-design-stack > * {
	margin-top: 80px
}
@media screen and (max-width: 768px) {
	.p-design-stack > * {
		margin-top: 60px
	}
}
.p-design-gallery-stack > * {
	margin-top: 70px
}

.c-box-button {
    margin-top: 40px;
	padding: 0 20px;
    text-align: center;
	width: 80%;
	background-color: aqua;
}
.pic_full.p-design-gallery .c-card__image{
	border: none;
}
@media screen and (max-width: 768px) {
.pic_full.p-design-gallery .c-card__image{
	border-radius: 0;
}
.pic_full.p-design-gallery .c-card__text{
	padding: 0 30px;
}
.pic_full.p-design-gallery .c-card__caption{
	padding: 0 30px;
}
}

.p-design-gallery-stack__modal-image {
	position: relative;
	cursor: pointer;
}
.p-design-gallery-stack__modal-image::after {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 25px;
    height: 25px;
    content: "";
    background-image: url(/auto/common/images/icon/icon_zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto
}

.p-design-color__link--flex a {
	min-width: 250px;
}

@media screen and (max-width: 768px) {
	.p-design-color__link--flex a {
		min-width: auto;
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
.p-design-color-chip__stack{
	margin-top: 15px;
	max-width: calc(100vw - 40px);
	}
.p-design-color-chip__stack.interior_collor{
	margin-top: 30px;
	}
}
@media screen and (min-width: 769px) {
.c-grid.js-change-color .p-design-color-chip__stack {
	margin-top: 55px;
	}
}
.js-color-caption span{
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
.js-color-caption span.is-active{
	display: block;
}
.js-color-slider-caption span{
	position: relative;
	top: 0;
	right: 0;
	display: none;
}
.js-color-slider-caption span.is-active{
	display: block;
}

.p-design-color-chip__color-caution {
	margin-top: 20px;
	font-size: 12px;
	color: var(--color-red);
	font-family: "HondaGlobalFontJP-Light", sans-serif;
}

/* animate_light */

.animate_light {
	padding-top: 56.2244898%;
}
.animate_light img{
	display:block;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.animate_light img:nth-child(1){
	opacity:1;
}
.animate_light img:nth-child(2),
.animate_light img:nth-child(3),
.animate_light img:nth-child(4),
.animate_light img:nth-child(5),
.animate_light img:nth-child(6),
.animate_light img:nth-child(7){
	opacity:0;
	animation-delay:1s;
	animation-duration: 0.7s;
	animation-iteration-count:infinite;
}
.animate_light img:nth-child(2){
	animation-delay:0s;
	animation-name: show02_01;
	z-index:2;
}
.animate_light img:nth-child(3){
	animation-delay:0s;
	animation-name: show02_02;
	z-index:3;
}
.animate_light img:nth-child(4){
	animation-delay:0s;
	animation-name: show02_03;
	z-index:4;
}
.animate_light img:nth-child(5){
	animation-delay:0s;
	animation-name: show02_04;
	z-index:5;
}
.animate_light img:nth-child(6){
	animation-delay:0s;
	animation-name: show02_05;
	z-index:6;
}
.animate_light img:nth-child(7){
	animation-delay:0s;
	animation-name: show02_06;
	z-index:6;
}
.animate_light img:nth-child(8){
	animation-delay:0s;
	animation-name: show02_07;
	z-index:6;
}
 @keyframes show02_01 {  0% {opacity: 0;}  4% {opacity: 0; }5% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_02 {  0% {opacity: 0;}  9% {opacity: 0; }  10% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_03 {  0% {opacity: 0;}  14% {opacity: 0; }  15% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_04 {  0% {opacity: 0;}  19% {opacity: 0; }  20% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_05 {  0% {opacity: 0;}  24% {opacity: 0; }  25% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_06 {  0% {opacity: 0;}  44% {opacity: 0; }  45% {opacity: 1; }  100% {opacity: 1; } }
 @keyframes show02_07 {  0% {opacity: 0;}  49% {opacity: 0; }  50% {opacity: 1; }  100% {opacity: 1; } }


 /* overwrite */
.p-design-color-chip__text{
	margin-top: 20px;
}
h4.c-heading4 + .c-card__image{
	margin-top: 15px;
}
.l-container__inner.pt70{
	padding-top: 70px;
}
.h4-h50 h4{
	height: 50px;
}
.h4-h50_pc h4{
	height:50px;
}
.h4-h75 h4{
	height:75px;
}
.c-grid__col.mt-0 .c-text{
	margin-top: 0;
}
@media screen and (min-width: 769px){
	.c-slider .swiper:not(.swiper-initialized) .swiper-slide.slide2{
		width: 50%;
	}
}

@media screen and (max-width: 768px){
	.h4-h50.sp_450 h4{
		height: auto;
	}
	.h4-h50_pc h4{
		height:auto;
	}
	.h4-h75 h4{
		height:75px;
	}
	.c-heading4 .c-tag-black{
		margin-left: 10px;
	}
	.c-grid__col.mt-0 .c-text{
		margin-top: 20px;
	}
	.c-slider .swiper:not(.swiper-initialized) .swiper-slide.slide2{
		width: 100%;
	}
}
@media screen and (max-width: 450px){
	.h4-h50.sp_450 h4{
		height: 50px;
	}
}
@media screen and (max-width: 400px){
	.h4-h75 h4{
		height:75px;
	}
	.c-heading4 .c-tag-black{
		margin-left: 0;
	}
}

.c-grid--start{
	align-items: flex-start;
}

h3.c-heading3.tag_space .c-tag-black{
	margin-left: 5px;
	vertical-align: middle;
}
@media screen and (min-width: 769px){
	/*.slide-typeVari .swiper-slide{
		width: 20% !important;
	} */
	.ls-s01{
		letter-spacing: -0.1em;
	}
	.ls-s005{
		letter-spacing: -0.05em;
	}
	.c-grid.grid_small .c-grid__col{
		padding: 0 3px;
	}
}

@media (max-width: 768px) {
  .bs-Slider .swiper-pagination.swiper-pagination-disabled {
    display: block !important;
  }
  .bs-Slider .swiper-pagination-bullet:only-child {
    display: inline-block !important;
  }
}

.c-color-list.col2{
	width: 300px;
}

.mt40{
	margin-top: 40px;
}

.c-card__image.radius img{
	border-radius: 8px;
}

/* body color */
