/* カスタマイズ用CSS */

.w100 {
    width: 100%;	
}

.ec-footerRole {
    background-color: #8ABFDE;
}
.ec-footerTitle__copyright {
	color: #fff;
}
#page_homepage .ec-headPromotionRole__content .description {
    font-size: 150%;
}
#page_homepage .ec-pickupRole .content {
    width: 40%;
}

#page_homepage .ec-pickupRole .image {
    width: 60%;
}

ul.spec__item {
    list-style: none;
    padding: 0;
}

#page_product_detail ul.spec__item .spec__row,
#page_rental_detail ul.spec__item .spec__row,
#page_drive_detail ul.spec__item .spec__row,
#page_photo_detail ul.spec__item .spec__row
 {
    padding: 4px 2px;
    line-height: 1.5;
    border-bottom: 1px solid #ccc;
}

#page_product_detail ul.spec__item .spec__row:first-child,
#page_rental_detail ul.spec__item .spec__row:first-child,
#page_drive_detail ul.spec__item .spec__row:first-child,
#page_photo_detail ul.spec__item .spec__row:first-child
 {
    border-top: 1px solid #ccc;
}


#page_product_detail ul.spec__item br,
#page_rental_detail ul.spec__item br,
#page_drive_detail ul.spec__item br,
#page_photo_detail ul.spec__item br {
	display: none;
}

.ec-productRole .ec-productRole__price .ec-price__price {
    font-size: 1.4rem;
}


@media only screen and (max-width: 767px) {
	#page_homepage .ec-pickupRole .image {
	    width: auto;
	}
	#page_homepage .ec-pickupRole .content {
	    width: auto;
	}

	#page_homepage .ec-newProductsRole .ec-newProductsRole__list > * {
	    flex: 0 0 auto;
	    width: calc((100% - 10px ) );
	    margin-left: 10px;
	    margin-top: 20px;
	}
}


.ceo-message img {
   width: 80%;
    margin-top: 2%;
}

@media only screen and (max-width: 767px) {
	.ceo-message img {
		width: 100%;
		margin-top: 5%;
	}
	.spLeft {
	    text-align: left;
	}

}


.ec-productItemRole .ec-productItemRole__image a img {
    object-fit: cover;
    border-radius: 6px;
	max-width: 450px;
	object-fit: cover;

}


.ec-categoryRole .ec-categoryRole__content .title {
    font-size: 1.6vw;
}

.ec-categoryRole .ec-categoryRole__image .item .content_sp .title {
    font-size: 1.4rem;
}


#page_homepage .limitedoffer p {
    margin: 0 auto;
    max-width: 60%;
    color: var(--clrDefaultThin, #9C9B98);
}
#page_homepage .limitedoffer .ec-secHeading p {
    margin-bottom: 1em;
    margin-top: 2%;
    color: var(--clrDefaultThin, #505050);
    font-size: 0.93rem;

}

#page_homepage .limitedoffer .ec-secHeading.ceo-message p {
    font-size: 140%!important;
}

.spOnly {
	display: none!important;
}

.pcOnly {
	display: inline-block!important;
}

p.japanise {
    font-family: "Noto Sans JP", sans-serif;
}

.ec-headerTitle a img {
    width: 80%;
    height: auto;
    max-height: var(--headerLogoHeight, 80px);
}

.ec-headerTitle a p {
    vertical-align: middle;
    font-size: 170%;
    margin-bottom: 0;
}


@media only screen and (max-width: 767px) {
	.spOnly {
		display: inline-block!important;
	}
	.spOnlyFlex {
		display: flex!important;
	}
	.pcOnly {
		display: none!important;
	}
	#page_homepage .limitedoffer p {
	    max-width: 100%;
	}
	#page_homepage .limitedoffer .ec-secHeading p {
	    margin-top: 6%;
	}

	.ec-headerTitle a img {
	    width: 100%;
	    padding: 5px 0 0 0;
	}
	.ec-headerTitle a p {
	    font-size: 150%;
	}

	.ec-footerTitle .container .item {
	    margin: 1% 4% 3%;
	}
	.ec-footerTitle .container a {
	    font-size: 12px;
	}
}


.border-title{
	position: relative;
	font-size: 18px;
    font-weight: bold;
}

.border-title:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	border-bottom: solid 2px #C8AF75;
	animation: border_anim 3s linear forwards;
}

@keyframes border_anim {
	0%{
		width: 0%;
	}
	100%{
		width: 100%;
	}
}


.ec-footerTitle .container {
  display: flex;
  justify-content: center;
}

.ec-footerTitle .container .item {
    margin: 1% 2% 3%;
}
.ec-footerTitle .container a {
    color: #fff;
}


.font-120 {
    font-size: 120%!important;
}


p {
	line-height: 1.8em!important;
    font-size: 16px!important;
}

#whatsapp-icon {
    position: fixed;
    padding: 5px;
    bottom: 10px;
    left: 10px;
    width: 150px;
    height: 50px;
    border-radius: 10%;
    display: flex;
    border: 2px solid #24CC63;
    align-items: center;
    background-color: #FFF;
    justify-content: center;
    color: white;
    font-size: 20px;
    cursor: pointer;
    text-decoration: none;
}

#whatsapp-icon2 {
    position: fixed;
    /* padding: 5px; */
    bottom: 40px;
    left: 16px;
    /* width: 150px; */
    /* height: 50px; */
    /* border-radius: 10%; */
    display: flex;
    /* border: 2px solid #24CC63; */
    align-items: center;
    /* background-color: #FFF; */
    /* justify-content: center; */
    /* color: white; */
    /* font-size: 20px; */
    cursor: pointer;
    /* text-decoration: none; */
    max-width: 74px;
}

#line-icon {
    position: fixed;
    /* padding: 5px; */
    bottom: 120px;
    left: 16px;
    /* width: 150px; */
    /* height: 50px; */
    /* border-radius: 10%; */
    display: flex;
    /* border: 2px solid #24CC63; */
    align-items: center;
    /* background-color: #FFF; */
    /* justify-content: center; */
    /* color: white; */
    /* font-size: 20px; */
    cursor: pointer;
    /* text-decoration: none; */
    max-width: 74px;
}

@media only screen and (max-width: 767px) {
	#whatsapp-icon {
	    width: 100px;
	    height: 40px;
	}
	#whatsapp-icon2 {
	    max-width: 48px;
	}

	#line-icon {
	    max-width: 60px;
	    bottom: 70px;
	}
}