@charset "UTF-8";
/* CSS Document */

/*pickup時のみ（ニュース部分20221216*/

.pick{
	color: #b81a34!important;
/*
	border-bottom: solid 1px #b81a34;
	display: inline-block!important;
*/
}



/*見出し--------------------------------------------------------------------------------*/
.ttl_en{
    font-family: 'Cormorant Infant';
}
h1,h2,h3,h4,h5,h6{font-weight: normal;}
h2.ttl_en{
    font-size:4.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .08em;
}
h3.ttl_en{
    font-size: 3.7rem;
    font-weight: 500;
    line-height: 1.3;
}
h4.ttl_ja{
    font-size: 1.4rem;
    position: relative;
	line-height: 1.3;
	font-weight: 900;
}
h4.ttl_ja > .haigo{
	font-size: 1.2rem;
	font-weight: 400;
}
h5.text_ttl{
    font-size: 2rem;
    text-align: center;
    font-weight: 300;
}
@media only screen and (max-width: 767px) {
    h2.ttl_en{
        font-size:2.8rem;
    }
    h3.ttl_en{
        font-size: 2.5rem;
        line-height: 1.4;
    }
    h4.ttl_ja{
        font-size: 1.2rem;
    }
	h4.ttl_ja > .haigo{
	font-size: 1rem;
    }
    h5.text_ttl{
        font-size: 5.3vw;
        letter-spacing: 0.02em
    }
}

/*スライダー（今は使ってない）---------------------------------------------------------------------*/
.slider {
	z-index: 1;
    width: 100%;
}
.slick-dots {
    text-align:center;
	margin:-50px 0 0 0;
    z-index:3;
    position: absolute;
    left: 50%;
    justify-content: center;
    transform: translateX(-50%);
}

.slick-dots li {
    display:inline-block;
    margin: 0;
    margin-right: 5px;
    width: 30px;
    height: 4px;
    font-size: 0;
}

.slick-dots button {
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    border: none;
    background-color: #ddd;
    outline: none;
}
.slick-dots .slick-active button{
    background:#474747;
}
/*ファーストビュー----------------------------------------------------------------------*/
.fv .inner{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.fv_title,.fv_logo{
    position: absolute;
}
.fv_title{
    top: 13%;
    right:50%;
    width: 40vw;
    transform: translateX(50%)
}
.fv_logo{
    top: 30%;
    right: 15%;
    width: 240px;
}
@media only screen and (max-width: 767px) {
    .fv_img img{
        height: 100vw;
        object-fit:cover;
        left: 10px;
    }
    .fv_title{
        width: 78vw;
        top: 11%;
    }
}
/*CONCEPT----------------------------------------------------------------------*/

#concept{
    background-size: cover;
    background-repeat: no-repeat;
    background-position:top center;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 120px 0 130px 0;
    position: relative;
}
.concept .inner{
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
}
.concept .text{
    font-size: 1.6rem;
    letter-spacing: 2.5px;
    line-height: 2.6;
    padding: 30px 0 10px 0;
}
.concept .text_en{
    font-size: 1.4rem;
}
/*スクロールダウン（ダイヤ）*/
.border{
    height: 140px;
    position: relative;
    overflow: hidden;
    width: 10px;
    margin: 0px auto;
    bottom: 70px;
}
.border:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    margin: 0 auto;
    background-color: #474747;
}
.border:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    margin: auto;
    background-color: #474747;
    transform: rotate(45deg);
    animation: border 2.7s ease-in-out infinite;
}
@keyframes border{
		0%{top: 0%;}
		100%{top: 100%;}
	}
@media only screen and (max-width: 767px) {
    #concept{
        padding: 70px 0;
    }
    .concept .text{
        font-size: 1.4rem;
        letter-spacing: 0.01em;
    }
    .concept .text_en{
        font-size:1.2rem;
    }
    .border{
        height: 100px;
        bottom: 40px;
    }
}
/*PRODUCTS----------------------------------------------------------------------*/
#products{
    text-align: center;
}
.products .inner{
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
.wrap_small_link{
    display: block;
    margin: 0 auto;
    text-align: center;
}
ul.small_link{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 1.5rem;
    text-align: center;
    max-width: 320px;
    width: 100%;
    padding-bottom: 40px;
}
.small_link li{
    width: 8rem;
    text-align: center;
    margin: 0 auto;
}
.small_link a{
    display: block;
}
.products .item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
}
.products .item:nth-child(even){
    flex-direction: row-reverse;
}
.products .photo_box{
    width: 44%; 
    box-shadow: 1.5625vw 1.5625vw 2.34375vw rgb(216 215 222 / 30%);
}
.products .item:nth-child(even) .photo_box{
    box-shadow: -1.5625vw 1.5625vw 2.34375vw rgb(216 215 222 / 30%);
    
}
.products .text_box{
    width: 55%;
    box-sizing: border-box;
}
.products .text_ttl{
    padding: 70px 0 18px;
}
.products .text{
    padding: 0 0 50px;
}
.viewmore{
    display: block;
    padding: 12px 0;
    box-sizing: border-box;
    border: 1px solid #ddd;
    width: 170px;
    font-size: 1.2rem;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin: 0 auto
}
h4.ttl_ja::after{
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    position: absolute;
    background-color: #474747;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
}
.kome{
	font-size: 10px;
	line-height: 1.2;
	margin-bottom: 30px;
}
@media only screen and (max-width: 1000px) {
    .small_link{
        margin: 0 0 30px;
    }
    .products .item{
        display: block;
        margin: 0 auto;
        width: 100%;
        margin-bottom: 60px;
    }
    .products .photo_box,.products .text_box{
        width: 65%;
        margin: 0 auto;
    }
    .products .text_box{
        padding: 40px 0 ;
    }
}
@media only screen and (max-width: 767px) {
    .products .photo_box,.products .text_box{
        width: 84%;
    }
    .products .text{
        padding:  0 0 35px;
        text-align: left;
    }
    .products .text_ttl{
        padding: 50px 0 15px;
    }
    .products .text_box{
        padding: 30px 0;
    }
    .products .item{
        margin-bottom: 60px;
    }
    ul.small_link{
        font-size: 1.3rem;
        padding-bottom: 20px;
        max-width:77%;
    }
    ul.small_link li{
        width: 33%;
    }
    .small_link a{
        display: inline-block;
    }
    .products .ttl_ja{
        padding-top: 3px;
    }
    h4.ttl_ja::after{
        bottom: -20px;
        width: 36px;
    }
	.kome{
	text-align: left;
	}
}
/*NEWS---------------------------------------------------------------------*/
#news{
    background-color: #f1f1f1;
    padding: 80px 0 110px;
    margin-top: 120px;
    font-family: 'Noto Sans JP',"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#news h2{
    text-align: center;
    margin-bottom: 40px;
}
.news ul{
    display: flex;
    max-width: 1200px;
    width: 90%;
    flex-wrap: wrap;
    margin: 0 auto;
}
.news li{
    width: 25%;
    box-sizing: border-box;
    margin-bottom: 70px;
    padding: 0 3%;
}
.news_thumb{
    box-sizing: border-box;
}
.news_text{
    font-size: 13px;
    margin-top: 16px;
}
.news_date{
    margin-top: 15px;
    display: block;
    color: #999;
    font-size: 12px;
}
.allview{
    text-align: center;
    display: block;
    border-bottom: 1px solid #474747;
    width: 8rem;
    margin: 0 auto;
    font-size: 1.2rem;
}
@media only screen and (max-width: 1000px) {
    #news{
        padding: 60px 0 100px;
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    #news{
        margin-top: 0px;
        padding: 40px 0 70px;
    }
    #news h2{
        margin-bottom: 30px;
    }
    .news ul{
        width: 94%;
    }
    .news li{
        width: 50%;
        margin-bottom: 40px;
    }
    .news_date{
        margin-top: 8px;
    }
    .news_text{
        line-height: 1.7;
    }
    .allview{
        margin-top: 10px;
    }
}
/*FOOTER LINK----------------------------------------------------------------------*/
#footer_link{
    text-align: center;
}
.footer_link a:hover{
    opacity: inherit;
}
.footer_link .ttl_en{
    font-size: 4.1rem;
    font-weight: 400;
}
.footer_link .text{
    padding: 30px 0 28px;
}
.footer_link .inner{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
}
.footer_link .item{
    width: 100%;
    padding: 150px 0;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.footer_link .item:before{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: -1
}
.footer_link .item:hover:before{
    opacity: .9;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.footer_link .item:first-child:before{
    background:url("../../img/img_04.jpg") no-repeat center;
    background-size: cover;
}
.footer_link .item:last-child:before{
    background:url("../../img/img_05.jpg") no-repeat center;
    background-size: cover;
}
.footer_link .viewmore{
    margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
    .footer_link .inner{
        display: block;
    }
    .footer_link .item{
        padding: 100px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer_link .ttl_en{
        font-size: 3.3rem;
    }
    .footer_link .text{
        width:90%;
        margin: 0 auto;
    }
    .footer_link .item{
        padding: 60px 0;
    }

}