/*
Theme Name: ORIGINAL
*/



* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	-webkit-font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}



ul, li{
list-style:none;
}

img{
	display:block;
	width:100%;
	height:auto;
}

video{
		display:block;
	width:100%;
	height:auto;
}

::selection {
background-color: #006437;
color:#fff;
}

a{
text-decoration:none;
	color: #006437;
}



.text_border{
text-decoration:underline;
}


.font_bold{
font-weight:bold;
}


	

p{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 170%;
	text-align: justify;
	font-weight: 500;
}


.text_right{
	text-align:right;
}

.text_left{
	text-align:left;
}
	
	
	
	.clear{
	clear: both;
	}
	
	
	body {
	color: #006437;
	line-height: 180%;
	margin: 0;
	font-family: "dnp-shuei-gothic-gin-std", sans-serif;
	font-weight:normal;
	background-color:#fff;
	}
	
	








.sub_grand_menu{
	position: fixed;
	top: 11px;
	right: 22px;
	z-index:9998;
	-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
	transition: 1s cubic-bezier(0.78, .18, .34, .98);
	}


.sub_grand_menu.sub_grand_menu_ani{
position:fixed;
top:0px;
z-index: 9999;
-webkit-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-ms-transition: 1s cubic-bezier(0.78, .18, .34, .98);
-o-transition: 1s cubic-bezier(0.78, .18, .34, .98);
transition: 1s cubic-bezier(0.78, .18, .34, .98);
}


.sub_grand_menu .button-navi-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
	margin: 0px 0 0 -15px;
	background: #fff;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}

.sub_grand_menu .button-navi-icon:after, .sub_grand_menu .button-navi-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
	background: #fff;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.sub_grand_menu .button-navi-icon:before {
margin-top: -8px;
}

.sub_grand_menu .button-navi-icon:after {
margin-top: 6px;
}





.sub_grand_menu_top{
	width: 50px;
	height: 50px;
	overflow:hidden;
	cursor: pointer;
}



.sub_grand_menu_top .sub_menu ul li{
display: inline-block;
padding:0 20px;
}




.sub_grand_menu .button-navi-icon.close:before, .sub_grand_menu .button-navi-icon.close:after {
margin-top: 0;
}

.sub_grand_menu .button-navi-icon.close:after {
margin-left: 0px;
}


.sub_grand_menu_inner{
	
}


.button-navi-icon.close:after {
-moz-transform: rotate(30deg);
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
transform: rotate(30deg);
}

.button-navi-icon.close:before {
-moz-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg);
}


.button-navi-icon.close {
background: transparent;
}



.button-close{
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0px;
	z-index: -9999;
}



#menu_index{
	position:fixed;
	top: 0;
	right:0;
	width:0%;
	height: 100%;
	z-index: 9997;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	transition: .8s cubic-bezier(0.78, .18, .34, .98);
}

#menu_index.active{
	width:50%;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	transition: .8s cubic-bezier(0.78, .18, .34, .98);
}


.menu_content{
	background:#006437;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 99;
}


.menu_back{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.menu_content_wrap{
	opacity: 0;
	height: 100%;
	padding: 50px 50px;
	display:flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
		-webkit-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	transition: .2s cubic-bezier(0.78, .18, .34, .98);
}

#menu_index.active .menu_content_wrap{
	opacity: 1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) 6s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) 6s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) 6s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) 6s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .6s;
}



.menu_logo{
	width:160px;
	position:absolute;
	top:40px;
	left:50px;
}

.gra_menu{
	display:flex;
	flex-direction: column;
	gap: 30px;
}

.gra_menu a{
	font-family: "rl-limo", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.5px;
	color:#fff;
}

.gra_menu a span{
	display: inline-block;
	width: 20px;
	margin-left: 8px;
}

.gra_menu a span svg{
	fill:#fff;
}

.menu_clogo{
	width:150px;
	position:absolute;
	right:20px;
	bottom:20px;
}



#logo_scroll{
	position:fixed;
	z-index:99;
	top:30px;
	left:30px;
	width:160px;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

#home #logo_scroll{
	top:-30px;
}


#home #logo_scroll.on{
	top: 30px;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}




























.loading {
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
bottom: 0;
z-index: 999999;
opacity: 1;
background: #006437;
}



.loader
{
position: absolute;
display: inline-block;
top:50%;
left:50%;
margin-left:-17px;
margin-top:-30px;
width: 30px;
height: 30px;
border-radius: 30px;
border: 1px solid #fff;
border-right-color: transparent;
-webkit-animation: spin 1s infinite linear;
-moz-animation: spin 1s infinite linear;
}


@-webkit-keyframes spin
{
	0% { -webkit-transform: rotate(0deg); opacity: 0.4; }
	50%  { -webkit-transform: rotate(180deg); opacity: 1; }
	100%   { -webkit-transform: rotate(360deg); opacity: 0.4; }
}

@-moz-keyframes spin
{
	0% { -moz-transform: rotate(0deg); opacity: 0.4; }
	50%  { -moz-transform: rotate(180deg); opacity: 1; }
	100%   { -moz-transform: rotate(360deg); opacity: 0.4; }
}



.inner{
	max-width: 100%;
	margin:0 auto;
	padding: 0 20px;
	position: relative;
}



header{
	width:100%;
	padding: 50px 70px;
	position: absolute;
	top:0;
	left:0;
	z-index:9997;
}



footer{
	position:relative;
	padding: 80px 0 40px;
	background: #006437;
}

#home footer{
	padding: 40px 0 40px;
}

footer .inner{
	padding: 0 30px;
}

.footer_content p, .footer_content a{
	color:#fff;
}


.footer_content{
	display: flex;
	justify-content: space-between;
}

.footer_logo{
	width:240px;
}

.footer_link{
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer_link a{
	font-family: "rl-limo", sans-serif;
	line-height: 100%;
	font-size:16px;
	display:block;
	opacity:1;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}

.footer_link a:hover{
	opacity:.5;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}



.footer_link a:after{
	content:"";
	display:inline-block;
	margin-left:5px;
	width:12px;
	height:12px;
	background-image:url(images/icon_link.svg);
	background-size:100%;
}


.footer_right {
    margin-top: 150px;
}

.footer_clogo{
	display:flex;
	justify-content: flex-end;
}

.footer_clogo a{
	width:180px;
}

.footer_copylight{
	margin-top:30px;
}

.footer_copylight p{
	font-size:11px;
}



/* 共通 */

.main_title {
	
}

.main_title h4{
	font-family: "rl-limo", sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.5px;
}




.view_btn a{
	position:relative;
	z-index:9;
	display:flex;
	align-items: center;
	justify-content: center;
	height:33px;
	width: 200px;
	font-family: "helvetica-neue-lt-pro", sans-serif;
	font-size: 13px;
	letter-spacing:2px;
	line-height: 0%;
	font-weight: 500;
	border:1.5px solid #006437;
	overflow:hidden;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
	-webkit-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	transition: .2s cubic-bezier(0.78, .18, .34, .98);
}

.view_btn a:hover{
	color:#fff;
	-webkit-transition: .2s cubic-bezier(0.78, .18, .34, .98) .2s;
	-moz-transition: .2s cubic-bezier(0.78, .18, .34, .98) .2s;
	-ms-transition: .2s cubic-bezier(0.78, .18, .34, .98) .2s;
	-o-transition: .2s cubic-bezier(0.78, .18, .34, .98) .2s;
	transition: .2s cubic-bezier(0.78, .18, .34, .98) .2s;
}


.view_btn a span{
	width: 7px;
	height: 7px;
	position:absolute;
	right:15px;
}

.view_btn.outlink a span{
	width: 12px;
	height: 12px;
}


.view_btn a span svg{
	fill: #006437;
	-webkit-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .2s cubic-bezier(0.78, .18, .34, .98);
	transition: .2s cubic-bezier(0.78, .18, .34, .98);
}

.view_btn a:hover span svg{
	fill: #fff;
	-webkit-transition: .2s cubic-bezier(0.78, .18, .34, .98) .4s;
	-moz-transition: .2s cubic-bezier(0.78, .18, .34, .98) .4s;
	-ms-transition: .2s cubic-bezier(0.78, .18, .34, .98) .4s;
	-o-transition: .2s cubic-bezier(0.78, .18, .34, .98) .4s;
	transition: .2s cubic-bezier(0.78, .18, .34, .98) .4s;

}




.view_btn a:before{
	position: absolute;
	z-index:-9;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #006437;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.6s;
}


.view_btn a:hover:before {
transform: scale(1, 1);
transform-origin: left top;
}



.bg_green{
	background:#aac8aa;
}








/* HOME */

#top_movie{	
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}


#top_movie video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
 }




#first_view{
	position: relative;
	width:100%;
	height: 100dvh;
}


.first_logo{
	position:absolute;
	left:40px;
	bottom:40px;
	width:46%;
}


#side_link{
	position: fixed;
	z-index: 99;
	bottom: 138px;
	right: -80px;
	opacity:1;
	display:flex;
	gap: 30px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
	
}


#side_link.off{
	opacity:0;
	z-index:-9;
	-webkit-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .4s cubic-bezier(0.78, .18, .34, .98);
	transition: .4s cubic-bezier(0.78, .18, .34, .98);
}


#side_link > a{
	position:relative;
	font-family: "rl-limo", sans-serif;
	line-height: 100%;
	font-size: 16px;
	color:#fff;
	display: block;
}


#side_link > a:after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    background-image: url(images/icon_link.svg);
    background-size: 100%;
}


#side_link > a:before {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	bottom: -5px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform 0.6s;
}


#side_link > a:hover:before {
transform: scale(1, 1);
transform-origin: left top;
}










	#top_about{
	position: sticky;
	top: 0;
	height:250vh;
	}


#top_about:after{
	content:"";
	opacity:0;
	position: fixed;
	z-index: -9;
	top: 0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,60,0,.5);
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	transition: .8s cubic-bezier(0.78, .18, .34, .98);
}

#top_about.on:after{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	transition: .8s cubic-bezier(0.78, .18, .34, .98);
}


	
	#top_about .main_title h4 {
	color:#fff;
	}
	
.top_about_content{
	opacity:0;
	padding: 0 30px;
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98);
	transition: .8s cubic-bezier(0.78, .18, .34, .98);
}


.on .top_about_content{
	opacity:1;
	-webkit-transition: .8s cubic-bezier(0.78, .18, .34, .98) .3s;
	-moz-transition: .8s cubic-bezier(0.78, .18, .34, .98) .3s;
	-ms-transition: .8s cubic-bezier(0.78, .18, .34, .98) .3s;
	-o-transition: .8s cubic-bezier(0.78, .18, .34, .98) .3s;
	transition: .8s cubic-bezier(0.78, .18, .34, .98) .3s;
}



	
	
	.top_about_detail{
	margin-top:40px;
	padding-left:150px;
	}

.top_about_title h2{
    font-size: 35px;
    letter-spacing: 2px;
    line-height: 160%;
    color: #fff;
}

.top_about_note {
	margin-top:40px;
}

.top_about_note p{
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 180%;
	text-align: justify;
	font-weight: 600;
	color: #fff;
}






	
	
	
	/* HOMEページ */
	
	
	main{
	background:#dcdcd8;
	}
	
	#page_home{
		padding-top: 200px;
		position: relative;
	}
	


#top_products{
	padding-top:100px;
	margin-top:-100px;
}


.top_products_title{
	padding: 0 10px;
}


.top_products_list{
	margin-top: 80px;
	display:flex;
	flex-direction: column;
	gap:160px;
}



.top_products_sec{
	display:flex;
	flex-direction: column;
	gap:20px;
}

.top_product_bottom{
	display:flex;
	align-items: center;
	gap:40px;
}


.top_product_sub{
	display:flex;
	gap:20px;
	width:65%;
}

.product_detail{
	width:35%;
	padding-right:70px;
}

.product_detail .product_title h3{
	width:180px;
}

.product_detail .product_note{
	margin-top:40px;
}

.product_detail .product_note p{
	font-size: 14px;
	font-weight:500;
}

.product_detail .view_btn{
	margin-top:40px;
}




#top_quality{
	margin-top:100px;
	padding-top:100px;
	padding-bottom: 20px;
}

.top_quality_wrap{
	display:flex;
	gap:20px;
}

.top_quality_left{
	width:40%;
	padding: 0 10px;
}



.top_quality_movie{
	width:60%;
	display: flex;
	flex-direction: column;
	gap:20px;
}



.quality_detail{
	position: sticky;
    top: 100px;
	margin-top:100px;
}

.quality_title {

}

.quality_title h3{
	font-size: 2vw;
	letter-spacing: 2px;
	line-height: 160%;
}

.quality_note{
	margin-top:30px;
}


.quality_note p{
	font-weight:500;
}





.top_gallery_content{
	padding: 180px 0 220px;
}


.top_gallery_content .inner{
	padding: 0 30px;
}

.top_gallery_content .view_btn{
	display: flex;
	justify-content: center;
	margin-top: 80px;
}


.top_gallery_content .scroll_img{
		margin-top:40px;
}

.scroll_img_wrap {
  overflow: hidden;
}

.scroll_img_list {
	display: flex;
	align-items: center;
	width: max-content;
	animation: infinity-scroll 30s linear infinite;
	list-style: none;
	padding: 0;
	margin: 0;
	}
	
.scroll_img_list > div {
	width: calc(100vw / 3.5);
	max-width:500px;
	padding:0 10px;
	}

	@keyframes infinity-scroll {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-50%);
	}
	}

















#top_roots{
	padding-top:100px;
}

.top_footer_content{
	margin-bottom: 120px;
	display:flex;
	gap:40px;
}

.top_footer_left{
	width: 40%;
	display: flex;
	gap: 70px;
}

.top_footer_content .main_title h4{
	margin-top: 4px;
	color:#fff;
}

.top_footer_title{
}

.top_footer_title h3{
	font-size: 2vw;
	letter-spacing: 2px;
	line-height: 160%;
	color:#fff;
}

.top_footer_note{
	width: 45%;
	margin-top: 3px;
}

.top_footer_note p{
		color:#fff;
}








#product_single{
	padding-top: 200px;
    position: relative;
}

#product_single_sec01 .inner{
	padding: 0 20px 0 0;
}




.product_single_sec01_wrap{
	display:flex;
	gap: 40px;
}

.product_single_img{
	width:58%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.product_single_detail{
	width:42%;
}


.product_single_detail .product_detail {
	width: 100%;
	padding-right: 100px;
	position: sticky;
	top: 200px;
}



#product_single_sec02{
	margin-top:100px;
	padding-top:100px;
}


#product_single_sec02 .main_title{
	padding: 0 10px;
}



#product_single_sec03{
	margin-top:100px;
	padding-top:100px;
	padding-bottom:200px;
}

#product_single_sec03 .main_title{
	padding: 0 10px;
}



.feature_list{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 60px;
	margin-top:80px;
}



.feature_box .detail{
	margin-top:10px;
}

.feature_box .detail .title p{
	font-size:20px;
	font-weight: 600;
}

.feature_box .detail .note{
		margin-top:10px;
}

.feature_box .detail .note p{
	font-size:13px;
}




.gallery_slick{
	margin-top:60px;
}





.spec_wrap{
	display: flex;
	gap: 40px;
	margin-top:60px;
}



.spec_img{
	width:50%;
	position:relative;
}


.spec_img .flexslider{
	position:absolute;
	top:0;
}



.spec_detail{
	width:50%;
	padding-right: 70px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.spec_detail_top{
	margin-top:15%;
}

.spec_title{
	position: relative;
	display: flex;
	align-items: flex-end;
	align-items: center;
	gap: 40px;
}

.spec_title h4{
	width: 160px;
}

.spec_title .view_btn outlink{

}



.spec_detail .price{
	margin-top:40px;
}

.spec_detail .price p{
	font-size:18px;
	font-weight: 600;
}

.spec_detail .price p span{
	font-size:15px;
}








.color_tag{
	display:flex;
	gap: 15px;
	margin-top:60px;
}

.color_tag > div{
	opacity:.5;
}

.color_tag > div.active{
	opacity:1;
}

.color_tag > div a{
	font-size:13px;
	font-weight:bold;
	display:block;
	padding:2px 10px;
	width:100px;
	background:#fff;
	text-align:center;
	border-radius: 333px;
	-webkit-border-radius: 333px;
	-moz-border-radius: 333px;
}

.color_tag > div.c_gray a{
	background:#afb4be;
	color:#fff;
}

.color_tag > div.c_green a{
	background:#006437;
	color:#fff;
}



.spec_info{
	border-top:1px solid #006c3b;
	margin-top:20px;
}

.spec_info > div{
	display:flex;
	padding: 8px 0px;
	border-bottom: 1px solid #006c3b;
}


.spec_info > div .info_t{
	width:25%;
}

.spec_info > div .info_n{
	width:75%;
}

.spec_info > div .info_n p{
	font-size:13px;
}






#other_products{
	margin-top: 100px;
	padding-top: 100px;
	padding-bottom: 200px;
}

.other_products_list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}

.other_products_list .main_title{
	padding-left:10px;
}

.other_products_title{
	margin-top:20px;
	width:100px;
}


.other_products_thum{
	position:relative;
}


.other_products_thum .hover_img{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	transition: .3s cubic-bezier(0.78, .18, .34, .98);
}


.other_products_thum:hover .hover_img{
	opacity:1;
	-webkit-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-moz-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-ms-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	-o-transition: .3s cubic-bezier(0.78, .18, .34, .98);
	transition: .3s cubic-bezier(0.78, .18, .34, .98);
}







.sp_img{
display:none!important;
}









@media screen and (max-width: 768px) {
	
	
	.sp_img{
		display:block!important;
	}
	
	.pc_img{
		display:none!important;
	}
	
	
	.sub_grand_menu{
		display:block;
		top: 2px;
		right: 2px;
	}
	
	
	
	.button-navi-icon.close {
	background: transparent;
	}
	
	
	#logo_scroll {
		top: 20px;
		left: 15px;
		width: 128px;
	}
	

	
	#logo_scroll.on {
		top: 20px;
	}
	
	#home #logo_scroll.on {
		top: 20px;
	}
	
	
	#menu_index.active {
		width: 100%;
	}
	
	.menu_content_wrap {
		padding: 15px;
	}
	
	
	.menu_logo {
		width: 120px;
		top: 20px;
		left: 15px;
	}
	
		
	.gra_menu a {
		font-size: 22px;
	}
	
	.menu_clogo {
		width: 30%;
	}
	
	
	
	
	
	footer {
		padding: 100px 0 30px;
	}
	
	#home footer {
		padding: 0px 0 30px;
	}
	
	footer .inner {
		padding: 0 15px;
	}
	
	
	.footer_content {
		flex-direction: column;
	}
	
	
	.footer_logo {
		width: 45%;
	}
	
	.footer_clogo a {
		width: 40%;
	}
	
	.footer_copylight p {
		font-size: 9px;
		text-align: right;
	}
	
	
	
	#side_link {
		bottom: 170px;
		right: -96px;
	}
		
	
	
	.inner {
		padding: 0 10px;
	}
	
	
	
	
	
	
	
	.view_btn a {
		width: 60%;
	}
	
	
	.main_title {
		padding: 0 5px;
	}
	
	.main_title h4 {
		font-size: 20px;
	}
	
	
	
	
	
	
	.first_logo {
		width: 60%;
		left: 15px;
		bottom: 15px;
	}
	
	
	
	.top_about_content {
		top: 50%;
		padding: 0 10px;
	}
	
	.top_about_detail {
		padding-left: 50px;
	}
	
	.top_about_title h2 {
    font-size: 28px;
	}
	
	.top_about_note p {
		font-size: 14px;
	}
		
	
	#page_home {
		padding-top: 100px;
		position: relative;
	}
	
	#top_products {
		padding-top: 80px;
		margin-top: -80px;
	}
	
	
	.top_products_list {
		margin-top: 40px;
		gap: 100px;
	}
	
	.top_products_sec {
		gap: 10px;
	}
	
	
	.top_product_bottom {
		flex-direction: column;
		gap: 20px;
	}
	
	.top_product_sub {
		gap: 10px;
		width: 100%;
	}
	
	.product_detail {
		width: 100%;
		padding: 0 5px;
	}
	
	
	.product_detail .product_title h3 {
		width: 120px;
	}
	
	.product_detail .product_note {
		margin-top: 20px;
        padding-right: 40px;
	}
	
	
	
	#top_quality {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 10px;
	}
	
	.top_quality_wrap {
		margin-top: 0px;
		gap: 30px;
		flex-direction: column;
	}
	
	.top_quality_movie {
		width: 100%;
		gap: 10px;
	}
	
	.top_quality_left {
		width: 100%;
		padding: 0 0px;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	
	
	
	.quality_detail {
		padding: 0 5px;
		margin-top: 50px;
	}
	
	.quality_title h3 {
		font-size: 22px;
	}
	
	
	.quality_note {
		margin-top: 20px;
		padding-right: 40px;
	}
	
	
	.top_gallery_content .inner {
		padding: 0 15px;
	}
	
	
	.top_gallery_content {
		padding: 80px 0 100px;
	}
	
	
	.scroll_img_list > div {
		width: calc(100vw / 1.5);
		padding: 0 5px;
	}
	
	.top_gallery_content .view_btn {
		margin-top: 40px;
	}
	
	
	#other_products {
		margin-top: 0px;
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	
	.other_products_list {
		margin-top:40px;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 10px;
	}
	
	
	.other_products_title {
		padding: 0 5px;
		margin-top: 10px;
		width: 70px;
	}
	
	
	.top_footer_content {
		margin-bottom: 80px;
		gap: 40px;
		flex-direction: column;
	}
	
	.top_footer_left {
		width: 100%;
		display: flex;
		align-items: baseline;
		gap: 40px;
		flex-direction: column;
		align-items: flex-start;
	}
	
	.top_footer_left .main_title {
		padding: 0 0px;
    }
	
	
	.top_footer_title h3 {
        font-size: 22px;
	}
	
	
	.top_footer_note {
		width: 100%;
	}
	
	
	
	#product_single {
		padding-top: 0;
	}
	
	#product_single_sec01 .inner{
		padding: 0 10px;
	}
	
	#product_single_sec01{
		padding-top: 30px;
	}
	
	
	#product_single_sec02 .main_title {
		padding: 0 5px;
	}
	
	#product_single_sec03 .main_title {
		padding: 0 5px;
	}
	
	
	.product_single_sec01_wrap {
		flex-direction: column-reverse;
		gap: 60px;
	}
	
	
	.product_single_detail .product_detail {
		width: 100%;
		padding-right: 0px;
		position: sticky;
		top: 0px;
	}
	
	
	.product_single_detail {
		width: 100%;
	}
	
	.product_single_img {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	
	#product_single_sec02 {
		margin-top: 60px;
		padding-top: 60px;
	}
	
	
	
	.feature_list {
		margin-top: 30px;
		grid-template-columns: repeat(1, 1fr);
	}
	
	.feature_box .detail {
		padding: 0 5px;
	}
	
	
	.feature_box .detail .note {
		padding-right: 40px;
	}
	
	
	.spec_wrap {
		margin-top: 30px;
		flex-direction: column;
		gap: 30px;
	}
	
	
	
	
	.spec_img {
		width: 100%;
	}
	
	
	.spec_detail {
		width: 100%;
		padding-right: 0px;
		padding: 0 5px;
	}
	
	.spec_title .view_btn a {
		width: auto;
		padding: 0 30px;
	}
	
	.spec_detail .price {
		margin-top: 20px;
	}
	
	
	.spec_info {
		margin-top: 80px;
		margin-right: 50px;
	}
	
	.spec_info > div {
		padding: 6px 0px;
	}
	
	
	.spec_info > div .info_t {
		width: 30%;
	}
	
	.spec_info > div .info_n {
		width: 70%;
	}
	
	
	
	
	.color_tag > div a {
    font-size: 12px;
    padding: 0px 8px;
		width: 80px;
	}
	
	
	#product_single_sec03 {
		padding-bottom: 80px;
		margin-top: 60px;
		padding-top: 60px;
	}
	
	.spec_detail_top {
		margin-top: 0px;
	}
	
	.spec_title h4 {
		width: 100px;
	}
	
	
	
	
	.color_tag {
		margin-top: 20px;
	}
	
	
	
	
}	
	
	







	
	@media screen and (max-width: 460px) {
	
	
	
	
	
	#product_single #first_view {
		height: 100%;
		aspect-ratio: 4 / 5;
	}
	
	
	#product_single #top_movie {
		aspect-ratio: 4 / 5;
		height:auto;
	}
	
	
	
	
	
	
	
	
	
	}











