



/* sub-fv */
.sub_fv {
    height: 45vh;
    min-height: 600px;
    width: 100%;
    position: relative;
	background: url("../img/bk/sub-fv-top.png") center bottom no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sub_fv_title {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
    width: 100%;
}

.sub_fv_h2{
	position: relative;
}


.sub_fv_h2::before{
	content: '';
	display: block;
	position: absolute;
	background: url("../img/title/company.png") no-repeat;
	background-size: cover;
	width: 100%;
	aspect-ratio: 160/26;
	left: 0;
	top:50%;
	transform: translateY(-50%);
}

.sub_fv_h2 p {
	margin-left: 120px;
	font-weight: 300;
    line-height: 1 !important;
	font-family: "Noto Serif JP", serif;
    color: #a04800;
    font-size: min(6vw, 5.5rem);
	text-shadow: 0 0 10px #fff;
}


.sub_fv_title .herb{
	left: 80px;
	top: -30px;
}



/* menu-guide */
.menu_guide_text {
    margin-left: 3vw;
    display: flex;
    justify-content: flex-start;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 10px 0;
	align-items: center;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 50px;
}

.menu_guide_text a {
	color: #a04800;
	font-weight: 600;
    letter-spacing: 0;
    font-size: 0.8rem;
}

.menu_guide_text a:hover {
	text-decoration: underline;
}

.menu_guide_text span {
    margin: 3px 10px;
    color: #000;
    font-size: 0.75rem;
	font-weight: 600;
}

.menu_guide_text p {
	font-size: 0.8rem;
    color: #000;
	font-weight: 600;
}


@media (max-width: 1200px) {
    .sub_fv {
        height: 400px;
        min-height: 400px;
    }
	
	.sub_fv_h2 p {
        font-size: max(6vw, 3.25rem);
    }
	
	
	.sub_fv_title {
    	bottom: 3vw;
	}
	
	.sub_fv_title .herb {
		top: -20px;
		width: 30px;
	}
}


@media (max-width: 1000px) {
    .sub_fv {
        height: 350px;
        min-height: 350px;
    }
}

@media (max-width: 800px) {
	.sub_fv_h2 p {
		margin-left: 12vw;
	}
	
	.sub_fv_title .herb {
		left: 7vw;
	}
	
	.menu_guide_text {
		margin-bottom: 0;
	}
	
}


@media (max-width: 600px) {
    .sub_fv {
        height: 33vh;
        min-height: 260px;
    }
	
	.sub_fv_title {
    	bottom: 10px;
		left: 10px;
	}
	
	.sub_fv_h2 p {
        margin-left: 20px;
        font-size: max(6vw, 2.5rem);
    }
	
	.sub_fv_title .herb {
        left: 5px;
        width: 20px;
    }
}

/* sub-fv ///*/



/* sub-container */

.sub-box{
	margin-bottom: 100px;
}

.sub-container{
	position: relative;
	padding: 100px 0;
	display: flex;
    flex-direction: row;
	justify-content: flex-start;
}

.wh-drag{
	position: absolute;
	left: 0;
	top: 0;
	width: 80%;
	height: 100%;
	background: linear-gradient(to right, #fff,#fff, rgba(255, 255, 255, 0));
	z-index: 1;
}

.sub-title-en h3{
	color: rgba(183, 124, 53, 0.5);
    font-size: min(10vw, 10rem);
    font-weight: 600;
    font-family: "Cormorant Garamond", serif;
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    left: 6vw;
}

.sub-container-box{
    z-index: 2;
    position: relative;
    padding: 100px 6vw 80px;
	background: rgba(252, 247, 242, 0.9);
    width: fit-content;
	box-shadow: 5px 5px 20px rgba(80, 20, 0, 0.5);
}

.sub-container-box-main{
	display: flex;
	gap: 50px;
	align-items: center;
}


.sub-box:nth-child(even) .wh-drag{
	background: linear-gradient(to left, #fff,#fff, rgba(255, 255, 255, 0));
	left: auto;
	right:0;
}

.sub-box:nth-child(even) .sub-container {
	justify-content: flex-end;
}

.sub-box:nth-child(even) .sub-title-en h3 {
    left: 6vw;
}

.sub-container .main-text{
	width: 35vw;
	max-width: 700px;
}

.main-text-ps p{
	font-size: 0.85rem;
	color: #bc5b5b;
}


@media(max-width: 1480px){
	
	.sub-container-box-main {
    	gap: 30px;
	}
	
	.sub-container-box {
    	padding: 80px 4vw 60px;
	}
	
	.sub-title-en h3 {
    	left: 4vw;
		letter-spacing: 0;
	}
	
	.sub-box:nth-child(even) .sub-title-en h3 {
		left: 4vw;
	}
	
	.sub-container .main-text {
		min-width: 600px;
		gap: 10px;
	}
	
	
	
}



@media(max-width: 1360px){
	
	.sub-container {
    	padding: 50px 0;
	}
	
	.sub-box {
		margin-bottom: 50px;
	}
	
}

@media(max-width: 1200px){
    .sub-container .main-text {
        max-width: 400px;
        min-width: inherit;
    }
	
	.sub-title-en h3 {
        letter-spacing: 0;
		font-size: max(12vw, 7.5rem);
	}
	
	
	.sub-container-box-main {
        min-width: 600px;
    }
	
}



@media(max-width: 1000px){
    .sub-container .main-text {
        max-width: 400px;
        min-width: inherit;
    }
	
	#mission .sub-container-img {
		width: 250px;
	}
	
	.sub-container-box {
        padding: 80px 6vw 50px;
    }

    .main-area {
        padding: 50px 6vw;
    }	
	
	.sub-container{
		    aspect-ratio: 4 / 3;
	}
	
	.wh-drag {
    	width: 100%;
		height: 50vw;
		background: linear-gradient(to bottom, #fff, #fff, rgba(255, 255, 255, 0));
	}
	
	.sub-container-box {
        height: fit-content;
    }
	
	.sub-box:nth-child(even) .wh-drag {
		background: linear-gradient(#fff, #fff, rgba(255, 255, 255, 0));
	}
	
	.sub-container-box {
		width: 100%;
        left: 0;
		box-shadow: none;
		background: linear-gradient(to bottom, rgba(252, 247, 242, 0.9), rgba(255, 255, 255, 0));
	}
	
	.sub-container-box::before {
		box-shadow: none;
		background: linear-gradient(to bottom, rgba(252, 247, 242, 0.9), rgba(255, 255, 255, 0));
	}
	
	.sub-container-box-main {
        gap: 30px;
        align-items: center;
        flex-direction: column-reverse;
        min-width: 100%;
    }
	
	
	.sub-box:nth-child(even) .sub-title-en h3 {
        left: 0;
    }
	
	.main-text-ps p {
		background: rgba(255, 255, 255, 0.85);
        font-weight: 500;
        margin-top: 20px;
        display: inline-block;
	}
}



@media(max-width: 800px){
	
	.sub-title-en h3 {
		left: 0;
	    letter-spacing: 0;
        font-size: max(16vw, 2.25rem);
    }
	
	.sub-container .main-text {
        max-width: 100%;
		width: 100%;
    }
	
	.sub-container-box {
        padding: 0 5vw;
		background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0));
    }
	
	.sub-title-en h3 {
	     position:relative; 
	     top: 0; 
		 transform: translateY(0);
	}
	
}

@media (max-width: 600px) {
    .main-area {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* sub-container ///


/* sub-center-title */

.sub-center-title{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
    margin-bottom: 30px;
}

.sub-center-title h3 {
    position: relative;	
}

.sub-center-title h3::before {
    display: block;
    position: absolute;
    content: '';
    background: url(../img/dec/herb.png) no-repeat;
    background-size: cover;
    aspect-ratio: 3 / 4;
    width: 40px;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
}

.sub-center-title h3::after {
    display: block;
    position: absolute;
    content: '';
    background: url(../img/dec/herb.png) no-repeat;
    background-size: cover;
    aspect-ratio: 3 / 4;
    width: 40px;
    top: 50%;
    right: -60px;
    transform: translateY(-50%) scale(-1, 1);
}



/* sub-center-title ///*/


/* full-screen-photo */

.full-screen-photo{
	width: 100%;
	overflow: hidden;
}

/* full-screen-photo ///*/





