@charset "shift_jis";
/* ========================================
top.css
------------------------------------------
※ wide:1200px
※ font-sizeは基本を10pxで設定（1rem = 10px）
======================================== */

/* ---------------------------------------- 
 - #Content
---------------------------------------- */
/*.img-full*/
#Content .img-full {
    position: relative;
}
#Content .img-full h1 {
    padding: 0;
    margin: 0;
    line-height: 0;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}
#Content .img-full .btn {
    max-width: 99px;
    height: auto;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
    z-index: 10;
}
@media screen and (max-width: 768px) {
#Content .img-full .btn {
    width: 12.89%;
    max-width: 99px;
    height: auto;
}
}


/* .sec共通
---------------------------------------- */
#Content section {
    padding-top: 6rem;
}
#Content section .titletBox h2 {
    font-size: 40px;
    font-weight: bold;
}
#Content section .titletBox p.lead {
    font-weight: bold;
}
@media screen and (max-width: 768px) {
#Content section {
    padding-top: 3rem;
}
}


/* .img-full
---------------------------------------- */
#Content .img-full .top-kv {
    position: relative;
    margin-bottom: 5%;
}
#Content .img-full .top-kv #topMv {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#Content .img-full .top-kv img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1.8s;
    -moz-transition: all 1.8s;
    -ms-transition: all 1.8s;
    -o-transition: all 1.8s;
    transition: all 1.8s;
}
#Content .img-full .top-kv .sp-only {
    display: none;
}
#Content .img-full .top-kv ul {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1500px;
    width: 92%;
    margin-top: 5%;
}
#Content .img-full .top-kv ul li {
    width: 31.93%;
}
#Content .img-full .top-kv ul li a img {
    width: 100%;
}
#Content .img-full .top-kv a {
    opacity: 1;
    transition: all 0.5s;
}
#Content .img-full .top-kv a:hover {
    opacity: 0.4;
    transition: all 0.5s;
}
#Content .top-yt-area {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 4rem;
}
#Content .top-yt-area .yt-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#Content .top-yt-area .yt-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
@media screen and (max-width: 768px) {
#Content .img-full .top-kv .pc-only {
    display: none;
}
#Content .img-full .top-kv .sp-only {
    display: block;
}
#Content .img-full .top-kv ul {
    display: block;
    max-width: 1200;
    width: 74.8%;
    margin-top: 5%;
}
#Content .img-full .top-kv ul li {
    width: 100%;
}
#Content .img-full .top-kv ul li {
    margin-bottom: 15px;
    width: 100%;
}
#Content .img-full .top-kv ul li:last-of-type {
    margin-bottom: 0;
}
#Content .img-full .top-kv ul li a img {
    width: 100%;
}
#Content .img-full .top-kv a:hover {
    opacity: 1;
}
#Content .top-yt-area {
    padding: 0 4%;
    width: auto;
}
#Content .top-yt-area .yt-wrap {
    width: 100%;
}
}


/* #Bnr-area
---------------------------------------- */
#Content .bnr-area {
	width: 100%;
	max-width: 1235px;
	padding: 2rem 0 0;
	margin: 0 auto;
	text-align: center;
}
#Content .bnr-area ul {
	width: 100%;
	max-width: 1235px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
	padding: 1rem 0 3rem;
}
#Content .bnr-area ul li {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	line-height: 1;
}
#Content .bnr-area ul li img {
    width: auto;
}
#Content .bnr-area ul.bnr-box li.mailmagazine {/*バナーの高さを揃えるための追加css*/
	/*width:100%;
	max-width: 520px;
	margin: 0 auto;
	line-height: 1;*/
}
#Content .bnr-area ul.bnr-box li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1280px) {
#Content .bnr-area ul.bnr-box {
	box-sizing: border-box;
	padding: 1rem 3.1% 3rem;
}
#Content .bnr-area ul.bnr-box li img {
	width:100%;
	height: auto;
}
}
@media screen and (max-width: 768px) {
	#Content .bnr-area {
		max-width: none;
		padding: 2rem 0 0;
	}
	#Content .bnr-area ul {
		display: block;
        position: relative;
	}
	#Content .bnr-area li {
		width: 78.66%;
		padding-bottom: 1.4rem;
		margin: 0 auto;
	}
	#Content .bnr-area ul.bnr-box {
		display: block;
		padding: 1rem 0 0;
	}
	#Content .bnr-area ul.bnr-box li {
		max-width: none;
		box-sizing: border-box;
		padding: 1rem 4% 1.5rem;
	}
    #Content .bnr-area ul.bnr-box li:nth-child(2) {
        max-width: none;
    }
}


/* #Slider-area
---------------------------------------- */
#Slider-area {
    margin: 0 auto;
    width: 1220px;
}
#Slider-area　h2 {
    font-size: 40px !important;
    font-weight: bold !important;
}
#Slider-area ul.model-list {
    margin: 0 10px;
}
#Slider-area ul.model-list li {
    margin: 10px;
}
#Slider-area ul.model-list li button.slick-prev {
    position: absolute;
        top: 50%;
        left: -20px;
}
#Slider-area ul.model-list .prev-arrow {
    position: absolute;
        top: 27%;
        left: -27px;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    #Slider-area ul.model-list img.prev-arrow {
        width: auto;
    }
}
#Slider-area ul.model-list .prev-arrow:hover {
    opacity: 0.6;
}
#Slider-area ul.model-list .next-arrow {
    position: absolute;
        top: 27%;
        right: -27px;
    z-index: 10;
}
@media screen and (max-width: 1200px) {
    #Slider-area ul.model-list img.next-arrow {
        width: auto;
    }
}
#Slider-area ul.model-list .next-arrow:hover {
    position: absolute;
        top: 27%;
        right: -27px;
    z-index: 10;
}
#Slider-area ul.model-list .next-arrow:hover {
    opacity: 0.6;
}
#Slider-areaul.model-list::after {
    content: "";
    display: block;
    width: 31%;
}
#Slider-area ul.model-list li {
    margin: 10px;
}
#Slider-area ul.slick-dots {
    display: flex;
        justify-content: center !important;
    position: absolute;
        left: 50%;
    transform: translate(-50%);
    width: auto;
}
#Slider-area ul.slick-dots li {
    margin: 0;
}
#Slider-area .slick-dots li button:before {
    color: #BFC0C0 !important;
    opacity: 1 !important;
}
#Slider-area ul.slick-dots li.slick-active button:before {
    color: #E50012 !important;
}


/* .section
---------------------------------------- */
#Content .section {
    margin-bottom: 90px;
}
#Content .section .wrapper {
    max-width: 1500px;
}
#Content .section .titletBox {
    display: flex;
    padding: 0 0 40px 10%;
}
#Content .section .titletBox h2 {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.5;
}
#Content .section .titletBox p.lead {
    line-height: 1.5;
    padding-left: 50px;
}
#Content .section p.img {
    margin-bottom: 40px;
}
#Content .section p.img img {
    width: 100%;
}
#Content .section a.safety {
    border: solid 2px #000;
    border-radius: 4px;
    display: block;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 482px;
    transition: 0.3s;
    box-shadow: 0 0 5px #ccc;
}
#Content .section a.safety:hover {
    opacity: 0.6;
    transition: 0.3s;
}
#Content .section a.safety span {
	box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
        top: 50%;
        left: 50%;
    transform: translate(-50%,-50%);
}
#Content .section a div.Arrow-Right {
    position: absolute;
        top: 40%;
        right: 130px;
    display: block;
}


/* 矢印
---------------------------------------- */
.Arrow-Right {
    border-top: solid 3px #C70012;
    border-right: solid 3px #C70012;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
}


/*#ModelList
----------------------*/
.model-list-ttl {
	font-size: 2.0rem;
	font-weight: bold;
	padding: 0 0 20px;
}
ul.model-list {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	position: relative;
}
/*ul.model-list::after {
    content: "";
    display: block;
    width: 31%;
}*/
ul.model-list li {
    width: 32%;
	padding-bottom: 20px;
}
ul.model-list li a {
	display: block;
    width: 100%;
	height: 100%;
	border-radius: 10px;
	border: solid 1px #dbdbdb;
	filter: drop-shadow(0 0 3px #d1d1d1);
	box-sizing: border-box;	
	background: #e4e6e5;
	text-align: center;
	text-decoration: none;	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
ul.model-list li a:hover {
	background: #d9dcdb;
}
ul.model-list li a .model-list-image {
	width:80%;
	max-width:290px;
	padding: 20px;
	margin: auto;
}
ul.model-list li a .model-list-text {
	background: #fff;
	padding: 15px;
	border-radius: 0 0 10px 10px;
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
	webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
ul.model-list li a:hover .model-list-text {
	color: #e60012;
}
ul.model-list li a .model-list-text span {
	display: inline-block;
	position: relative;
	padding: 0 25px;
}
ul.model-list li a .model-list-text span::before {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
	background: url(/product/elf/assets/images/model/ico_arr_red_r.svg) 100% center no-repeat;
    width: 13px;
    height: 13px;
	webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;	
}
ul.model-list li a:hover .model-list-text span::before {
	left: 5px;
}	
/* model-contact */
.model-contact {
	margin-top: 65px;
}
.model-contact .model-contact-text {
	margin-bottom: 1em;
}
.model-contact .model-contact-btn {
    width: 100%;
	max-width: 600px;
}
.model-contact .model-contact-btn a {
	display: block;
    width: 100%;
	padding: 25px 40px;
	border-radius: 4px;
	box-sizing: border-box;	
	background: #595758;
	color: #fff;
	text-decoration: none;	
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
}
.model-contact .model-contact-btn a::before {
    position: absolute;
    top: 50%;
    right: 35px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 17px;
    height: 17px;
    border-right: 3px solid #e80012;
    border-top: 3px solid #e80012;
    -webkit-transform: translate(0,-50%) rotate(45deg);
    transform: translate(0,-50%) rotate(45deg);
}
.model-contact .model-contact-btn a:hover {
	background: #000;
}
.model-contact .model-contact-btn {
	font-size: 2.0rem;
	font-weight: bold;
	text-decoration: none;
}	
@media screen and (max-width: 1200px) {
	ul.model-list li a .model-list-text {
		font-size: 1.7vw;
	}
}
@media screen and (max-width: 768px) {
	.model-list-ttl {
		font-size: 1.6rem;
		padding: 0 0 15px;
	}
	ul.model-list::after {
		display: none;
	}
	ul.model-list li {
		width: 48.5%;
		padding-bottom: 10px;
	}
	ul.model-list li a {
		border-radius: 5px;
	}
	ul.model-list li a .model-list-image {
		padding: 15px 5%;
	}
	ul.model-list li a .model-list-text {
		padding: 10px 3%;
		border-radius: 0 0 5px 5px;
		font-size: 1.3rem;
	}
	ul.model-list li a:hover .model-list-text {
		color: #e60012;		
	}
	ul.model-list li a .model-list-text span {
		display: inline-block;
		position: relative;
		padding: 0 18px;
	}
	ul.model-list li a .model-list-text span::before {
		width: 10px;
		height: 10px;
	}
	/* model-contact */
	.model-contact {
		margin-top: 35px;
	}
	.model-contact .model-contact-btn a {
		padding: 15px 5%;
	}
	.model-contact .model-contact-btn a::before {
		right: 5%;
		width: 12px;
		height: 12px;
		border-right: 2px solid #e80012;
		border-top: 2px solid #e80012;
	}
	.model-contact .model-contact-btn {
		font-size: 1.4rem;
	}
}


