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

*{
	color: #333;
font-family: yu-gothic-pr6n, sans-serif;
font-style: normal;
font-weight: 400;
	
}

.pagetop{
	display: none;
}

.head-logo{
	position: fixed;
	z-index: 100;
	top: 3%;
    left: 6%;
    width: 20%;
	color: transparent;
}

main{
	background: #fffcf7;
}

sup{
    vertical-align: revert;
    color: #750205;
    font-size: 0.7rem;
}

video{
	width: 90vw;
}

.about-fv{
	position: relative;
}

.about-fv-text{
	position: absolute;
    top: 114vw;
    left: 9%;
    line-height: 1.5;
    font-size: 3.3rem;
    font-family: shippori-mincho, sans-serif;
	font-weight:  normal;
	font-style: normal;
	color: #fff;
}

.about-fv p{
    position: absolute;
    top: 56%;
    color: #fff;
    text-align: center;
    line-height: 3;
    font-family: shippori-mincho, sans-serif;
    font-size: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.about-fv-logo{
    position: absolute;
    z-index: 10;
    top: 76%;
    width: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.about-fv-text2{
	position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    font-family: cochin-lt-pro, sans-serif;
    line-height: 1.1;
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
}

.contents-wrapper{
	margin: 15% 0 25%;
}

.contents-wrapper h3{
	text-align: center;
	font-family: cochin-lt-pro, sans-serif;
	font-weight: 400;
	color: #750205;
    position: relative;
}

.contents-wrapper h3 span{
    width: 11px;
    height: 1px;
    display: inline-block;
    background-color: #750205;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.contents-title{
	text-align: center;
    font-family: shippori-mincho, sans-serif;
    color: #750205;
    font-size: 2rem;
    margin: 3% 0 5%;
}

.contents-text{
	color: #750205;
    font-family: yu-gothic-pr6n, sans-serif;
    text-align: center;
    font-size: 1.3rem;
    letter-spacing: 0.1rem;
}

.contents-img{
	    width: 77%;
    margin: 3% auto 7%;
    border-bottom: 0.5px solid #750205;
    padding-bottom: 6px;
}

.contents-annotation{
    text-align: right;
    font-size: 0.7rem;
    color: #AC9582;
    margin-right: 4%;
	margin-top: 2%;
}


.about-video{
    width: 90%;
    margin: 5% auto;
}

.sliderIMG{
	padding:0 1px;

}

.sliderIMG img{
	width: 55vw;
}

.theory{
	    margin: 15% 0 15%;
}

.theory > .contents-annotation{
	    padding-bottom: 10%;
}

.technology > .contents-text{
	    text-align: justify;
	    width: 90%;
    margin: 0 auto;
}

.technology-wrap-01{
	font-size: 3.5rem;
}

.technology-wrap-01 > .contents-title{
	    font-size: 3rem;
    margin: 3% 0 2%;
}

.technology-flex-wrap-text > .contents-title{
	font-size: 1.5rem;
}

.technology-flex-wrap-text > .contents-text{
	width: 90%;
    margin: 0 auto;
	text-align: justify;
}


.technology-wrap-02 img{
	width: 80%;
    margin: 8% auto;
}

.technology-wrap-03 img{
	    width: 90%;
        margin: 10% auto 6%;
}

.technology-wrap-03 > .contents-title{
	line-height: 1.6;
    font-size: 1.7rem;
    padding-top: 4%;
}

.technology-wrap-03 > .contents-text{
	    text-align: justify;
	    font-size: 1.3rem;
    width: 90%;
    margin: 0 auto;
}

.product-flex-wrap-text > .contents-title{
	    font-size: 1.8rem;
}

.product-flex-wrap-text img{
	    margin: 10% auto 2%;
}

.product-img img{
	    width: fit-content;
    margin: 0 auto;
}

.product > .contents-text{
	margin-top: 5%;
}

.bordeaux img{
	    width: 90%;
    margin: 8% auto;
}


.bordeaux > .contents-text{
	font-family: shippori-mincho, sans-serif;
	    line-height: 2;
}


.thought{
	background: #3E070A;
	margin: 0;
	padding-bottom: 25%; 
}

.thought > .contents-text{
	 color: #fff;
    font-family: shippori-mincho, sans-serif;
	    line-height: 2.5;
    padding: 10% 0;
	    font-size: 3.5vw;
}

.thought > .thought-img-wrapper{
	    margin: 0 auto;
    text-align: center;
    width: fit-content;
}

.thought-img-wrapper img:nth-of-type(1){
	width: 90%;
    margin: 0 auto;
}

.thought-img-wrapper img:nth-of-type(2){
	width: 82%;
    margin: 2% auto;
}


/* -----------------------opening----------------------*/
.opening
{
    position: fixed;
    z-index: 1000;
    display: flex;
    width: 100vw;
    height: 90vh;
    transition: 1.4s;
    opacity: 1;
    background-color: #3e070a;
    align-items: center;
    justify-content: center;
	box-sizing: border-box;	
	top: 10%;
}
.opening.js-load-blur > .opening__logo{
    transition: 1.4s;
    opacity: 0;
    filter: blur(50px);
}

.opening.js-load-hidden{
    transition: 1.4s;
    opacity: 0;
}

.opening__logo{
    display: block;
    width: 220px;
    height: auto;
    transition: 1.4s;
    opacity: 1;
    filter: blur(0px);
		color: #fff;
	font-family: cochin-lt-pro, sans-serif;
	width: fit-content;
    font-size: 5vw;
    text-align: center;
    letter-spacing: 0.2vw;
}

.opening__logo > img{
    display: block;
    width: 30vw;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
	    margin: 0 auto;
}



/* -----------------------SP--------------------------*/
@media screen and (max-width: 767px) {
    .about-display-pc{
        display: none;
    }
}

/* -----------------------PC--------------------------*/


@media screen and (min-width: 768px) {
	.opening{
		height: 100vh;
	}

	.opening__logo > img{
		width: 70%;
	}
	
	.opening__logo{
	    font-size: 2vw;
    letter-spacing: 0.3vw;
	}
	.contents-wrapper{
		    margin: 10% 0;
	}
	.about-display-sp{
		display: none;
	}
	
	.about-fv{
        padding-bottom: 27%;
		background: #3e070a;
	}
	
	.about-fv-text{
		top: 20.5vw;
        left: 64%;
        font-size: 3vw;
        line-height: 1.5;
	}
	
	.about-fv p{
		font-size: 2rem;
		position: inherit;
		background: #3e070a;
		padding:10% 0;
	}
	
	.about-fv-logo{
        position: absolute;
        z-index: 10;
        top: 72%;
        width: 5vw;
	}
	.about-fv-text2{
		    top: 85%;
		    font-size: 2rem;
	}
	
	.contents-title{
		  font-size: 2.5rem;
		    margin: 2% 0 3%;
	}

	.contents-text{
		    font-size: 1.5rem;
	}
	.contents-annotation{
		    margin-right: 20%;
		    font-size: 0.9rem;
	}
	
	video {
    width: 50vw;
	}
	
	.about-video {
    width: 50%;
    margin: 2% auto;
	}
	
	.sliderIMG img{
	width: 20vw;
}
	.theory > .contents-img{
		    width: 37%;
    margin: 3% auto 3%;
	}

	
	.technology-flex-wrap{
	display: flex;
    margin: 10% auto;
    max-width: 1070px;
    align-items: center;
	}
	
	.technology-flex-wrap-text > .contents-text{
        width: 80%;
        margin: 0 auto;
		text-align: justify;
	}
	
	.technology-flex-wrap-text > .contents-annotation{
		font-size: 0.9rem;
	    margin-right: 12%;
	}
	
	.technology-wrap-02 img{
		width: 100%;
		margin: 0;
	}
	
	.technology-flex-wrap-img{
		    width: 80%;	
	}
	
	.technology-wrap-03 img{
		    width: 40%;
	}
	
	.technology-wrap-03 > .contents-title{
		font-size: 2rem;
	}
	
	.technology-wrap-03 > .contents-text{
		  width: 55%;
		  font-size: 1.5rem;
	}
	
	.product-flex-wrap{
		    display: flex;
    flex-direction: row-reverse;
		    justify-content: center;
    margin: 5% 0 0;
		    align-items: center;
		        gap: 50px;
	}
	
	.product-flex-wrap-text img{
		    margin: 5% auto;
	}
	
	.product-flex-wrap-text > .contents-title{
		font-size: 2rem;
	}
	
	.product-flex-wrap-img{
		        width: 35%;
	}
	
	.bordeaux img{
		    width: 70%;
    margin: 5% auto;
    max-width: 1070px;
	}
	
	.thought > .contents-text{
		    padding: 10% 0 4%;
		        font-size: 2rem;
	}
	
	.contents-wrapper:last-of-type{
		margin: 0;
	}
	
	.thought{
		    padding-bottom: 15%;
	}
	
	.thought-img-wrapper img:nth-of-type(1){
		width: 350px;
		margin: 0 auto;
	}
	.thought-img-wrapper img:nth-of-type(2){
		 width: 260px;
        margin: 1% auto;
	}

}
