@charset "utf-8";
/*NEWS*/
main{
    color: #886C43;
}
.section_news {
	height: 40px;
	padding: 0 20px;
	background-color: #686260;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
	transition: .2s;
	display: flex;
}
.news_container {
	width: 100%;
	max-width: 1280px;
	margin: auto;
	display: flex;
	align-items: center;
}
.h2_news {
	font-family: "basel-neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	color: #fff;
	width: 65px;
}
.news_swiper {
	width: 100%;
	height: 23px;
	flex: 1;
}
.swiper-slide {
	display: flex !important;
	align-items: center;
}
.news_item {
	font-size: 14px;
	color: #fff;
}
.news_item:hover {
	opacity: .7;
}
.news_item_date {
	display: inline-block;
	margin-right: 15px;
	white-space: nowrap;
}
.news_item_title {
	overflow: hidden;
	white-space: nowrap;
}
@media (max-width: 767px) {
	.h2_news {
		display: none;
	}
	.news_item {
		font-size: 12px;
		color: #fff;
	}
}
/*products main コンテンツ*/
.sp_br {
	display: none;
}
.sp_none {
	display: block;
}
.section_products {
    position: relative;
    z-index: 2;
}
.products_container {
	/*width: 100%;
	max-width: 1280px;
	margin: auto;*/
}


@media (max-width: 767px) {
.sp_br {
	display: block;
}
.sp_none {
	display: none;
}

}

/*products 説明*/
.story_container {
    width: 100%;
    max-width: 1280px;
    margin: 115px auto 0;
}
.story_item {
	position: relative;
}
.story_item_text {
	line-height: 2;
}
.story_item_text_products_big {
	line-height: 2;
	font-size: 13.5px;
	font-weight: 500;
	margin-bottom: 10px;
}
.story_item_text_products {
	line-height: 2;
	font-size: 12px;
}
.story_item_text_products_box {
	border: 1px #886c43 solid;
	padding: 4px 8px;
	margin-right: 10px;
}
.story_item_right {
	position: relative;
}
.story_item2{
    max-width: 600px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.story_item_left {
	margin-bottom: 80px;
    text-align: center;
}
.story_item_left2 {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.story_item_left2_top,
.story_item_left2_bottom {
	content:"";
	position: absolute;
	background-color: rgba(79,70,68,.5);
	width: 0;
	height:1px;
	z-index: 1;
}
.story_item_left2_top {
  left: 0;
  top: 0;
}
.story_item_left2_bottom {
  right: 0;
  bottom: 0;
}
.story_item_left2_right,
.story_item_left2_left {
	content:"";
	position: absolute;
	background-color: rgba(79,70,68,.5);
	width: 1px;
	height:0;
	z-index: 1;
}
.story_item_left2_right {
  right: 0;
  bottom: 0;
}

.story_item_left2_left {
  left: 0;
  bottom: 0;
}
.story_item_right2_container {
	position: relative;
	width: 100%;
	height: 100%;
}
.story_item_right2_top,
.story_item_right2_bottom {
	content:"";
	position: absolute;
	background-color: rgba(79,70,68,.5);
	width: 0;
	height:1px;
	z-index: 1;
}
.story_item_right2_top {
  right: 0;
  top: 0;
}
.story_item_right2_bottom {
  left: 0;
  bottom: 0;
}
.story_item_right2_right,
.story_item_right2_left {
	content:"";
	position: absolute;
	background-color: rgba(79,70,68,.5);
	width: 1px;
	height:0;
	z-index: 1;
}
.story_item_right2_right {
  right: 0;
  bottom: 0;
}

.story_item_right2_left {
  left: 0;
  bottom: 0;
}
.story_img1 {
	position: absolute;
	top: -200px;
	right: 16%;
	width: 18%;
	max-width: 226px;
	z-index: 1;
	opacity: 0;
}
.story_img2 {
	position: absolute;
	top: 0;
	right: 7%;
	width: 15%;
	max-width: 182px;
	opacity: 0;
}
.story_img3 {
	width: 100%;
	height: auto;
	display: block;
}
.story_item_text_br {
	display: none;
}
.story_item_title {
	font-size: 28px;
	font-weight: 400;
	font-style: normal;
    margin-bottom: .5em;
}
.story_item_title_jp{
	font-size: 13px;
	margin-bottom: 3px;
	font-weight: 400;
    line-height: 1.5em;
}
.story_item_title_jp_category {
	font-size: 13px;
	margin-bottom: 30px;
	font-weight: 400;
    line-height: 1.5em;
}
.story_item_title_wrap{
    margin-bottom: 3em;
    padding: 20px 0;
    position: relative;
}
.story_item_title_wrap::before,
.story_item_title_wrap::after{
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
}
.story_item_title_wrap::before{
    border-top: 1px solid;
    border-left: 1px solid;
    top: 0;
    left: 0;
}
.story_item_title_wrap::after{
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: 0;
    right: 0;
}
.story_item_subtitle span{
    display: inline-block;
    margin-bottom: 1em;
    padding-bottom: 5px;
    border-bottom: 1px solid;
}
.link{
    padding: 60px ;
    position: relative;
}
.link::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: #C2B6A8;
    mix-blend-mode: color;     
}
.link::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url("../../img/contents/hairoil/keyV.jpg") center/cover no-repeat;
    opacity: .3;
}
.link > div{
    position: relative;
    z-index: 2;
}
.link_btn{
    padding: 30px;
    display: block;
    position: relative;max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    transition: all .3s ease;
}
.link_btn:hover{
    background: rgba(255,255,255,0.70);
}
.link_btn::before,
.link_btn::after{
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
}
.link_btn::before{
    border-top: 1px solid;
    border-left: 1px solid;
    left: 0;
    top: 0;
}
.link_btn::after{
    border-bottom: 1px solid;
    border-right: 1px solid;
    bottom: 0;
    right: 0;
}
.link_btn span{
    display: block;
}
.link_btn span.geneva{
    margin-bottom: 1em;
}
@media (max-width: 1280px) {
	.story_item_left2 {
		margin-left: -1px;
	}
	.story_item_right2 {
		margin-right: -1px;
	}
}
@media (max-width: 1000px) {
	.story_item_left2 {
		margin-bottom: 40%
	}
}
@media (max-width: 768px) {
	.story_container {
    margin: 50px auto 0;
	}
	.story_item:first-of-type .story_item_left {
		margin-bottom: 0;
	}
	.story_item_text {
		font-size: 13px;
	}
	.story_item_text + .story_item_text {
		margin-top: 25px;
	}
	.story_item_text_br {
		display: block;
	}
	.story_img1 {
		width: 36%;
		max-width: 130px;
		top: -20%;
		right: 5%;
	}
	.story_img2 {
    position: absolute;
    top: 33%;
    right: -25px;
    width: 27%;
    max-width: 105px;
	}
	.story_img3 {
		aspect-ratio: 1 / 1.2;
		object-fit: cover;
	}
	.story_item_left2 {
    margin-bottom: 50%;
/*		margin-left: auto;左寄せのため*/
    margin-right: -1px;
	}
	.story_item_right2 {
		top: 48%;
		margin-right: 0;
		left: inherit;
	}
	.story_item_title {
		font-size: 20px;
		font-weight: 500;
	}
	.story_item_title_jp{
		font-size: 12px;
	}
	.story_item_title_jp_category {
		font-size: 12px;
	}
	.story_item_text_products {
    line-height: 2;
    font-size: 13px;
	}
	.story_item_text_products_big {
    line-height: 2;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
	}
	.story_item_left2_top {
		right: 0;
		left: inherit;
	}
	.story_item_left2_bottom {
		right: inherit;
		left: 0;
	}
	.story_item_right2_top {
		left: 0;
		right: inherit;
	}
	.story_item_right2_bottom {
		left: inherit;
		right: 0;
	}
}
@media (max-width: 480px) {
	
	.story_item_title {
		font-size: 17px;
	}
	
	.story_container {
    margin: 0 auto 0;
	}
	.story_item_left2 {
    margin-bottom: 75%;
	}
	.story_item_right2 {
		top: 46%;
	}
	.story_item_text_br_sp {
		display: none;
	}
	.story_item_right2_container {
    padding: 41% 32px 32px 32px;
	}
}
/*products 詳細*/
.section_feature {
	padding: 140px 20px 40px;
}
.feature_container	{
	width: 100%;
	margin: auto;
}
.feature_box {
	width: 100%;
}
.feature_box_item:first-child{
	position: relative;
	z-index: 1;
}
.feature_box_item_question {
	padding: 35px 20px;
	border-bottom: 1px solid rgba(79,70,68,.5);
}
.feature_box_item_question_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feature_box_answer_flex_scent_description_item_contents {
    font-size: 13px;
}
.feature_box_item_question_text_title {
	flex: 1;
	margin-left: 90px;
	font-size: 16px;
    font-family: NotoSans-Regular;
	letter-spacing: 0.12rem;
	-webkit-font-smoothing: antialiased;
}
.feature_box_item_question_text_plus {
	/*width: 15px;*/
	height: 15px;
    padding-left: 30px;
	position: relative;
	transition: .3s; 
	display: block;
	margin-left: 10px;
}
/*.feature_box_item_question_text_plus::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #756d58;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: center center;
    transform: translateX(-50%) rotate(0deg);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}*/
.feature_box_item_question_text_plus::after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 1px;
    background-color: #756d58;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.feature_box_item_question.active .feature_box_item_question_text_plus::before {
    transform: translateX(-50%) rotate(90deg);
}
.feature_box_item_answer {
	padding: 60px 65px;
}
.feature_box_item_answer_text {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.04rem;
}
.earlgray {
	width: 39.2%;
    margin: 0 0 0 auto;
}
.feature_box_item_answer_text_ul {
	font-size: 14px;
	line-height: 2;
	letter-spacing: 0.03rem;
	padding-left: 1em;
}
.feature_box_item_answer_text_ul>li {
    text-indent: -1em;
}
.feature_box_item_answer_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:10px;
	margin: 40px auto 8px;
}
.feature_box_item_answer_flex_item {
    width: calc((95% - 10*4px) / 6);
}
.feature_box_item_answer_flex_item_img {
	width: 100%;
}
.feature_box_item_answer_flex_item_text {
	font-size: 10px;
	text-align: center;
	margin-top: 5px;
	height: 40px;
}
.feature_box_item_answer_flex_scent {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin: 35px auto 0;
	}
.feature_box_item_answer_flex_scent_img_box{
	width: 50%;
	margin-top: -60px;
}
.feature_box_item_answer_flex_scent_img {
	width: 85%;
	margin: 0 auto;
	display: block;
}
.feature_box_item_answer_flex_scent_description {
	width: 40%;
    margin-top: 28px;
}
.feature_box_item_answer_flex_scent_description_item {
	margin-bottom: 15px;
}
.feature_box_item_answer_flex_scent_description_item:last-child {
	margin-bottom: 0;
}
.feature_box_answer_flex_scent_description_item_title {
	width: 180px;
    padding: 4px 0;
    letter-spacing: 0.03rem;
	margin-bottom: 6px;
	font-size: 14px;
}
.feature_box_answer_flex_scent_description_item_contents {
	font-size: 12px;
	text-indent: 1.4em;
}
#answer_fragrance {
	display: block;
    padding-top: 30%;
    margin-top: -30%;
	position: relative;
	z-index: 0;
}

@media (max-width: 768px){
	.section_feature {
    	padding-top: 200px;
	}
	#answer_fragrance {
	display: block;
}
	.earlgray {
	width: 100%;
    margin: 0 0 0 auto;
	}
	
}

@media (max-width: 768px) {
	.h2_ja {
    font-size: 14px;
    margin-left: 0;
    display: block;
		margin-top: 10px;
	}
	.section_products {
		padding-bottom: 0;
		padding-top: 130px;
	}
	.section_feature {
    	padding-top: 30%;
	}
	.feature_box {
		padding: 0 10px;
		margin: 35px auto 70px;
	}
	.feature_box_item_question {
		padding: 30px 0;
	}
	.feature_box_item_answer {
    padding: 40px 20px;
	}
	.feature_box_item_question_text {
		font-size: 14px;
	}
	.feature_box_item_question_text_plus {
    /*width: 12px;
    height:12px;*/
	}
	.feature_box_item_question_text_plus:before {
		top: .5px;
		left: 19.25px;
	}
	.feature_box_item_question_text_plus:after {
		left: 13.5px;
	}
	.feature_box_item_answer_text {
		line-height: 1.75;
		letter-spacing: 0.03rem;
	}
	.feature_box_item_answer_flex_item {
    width: calc((100% - 8*4px) / 3);
	}
	.feature_box_item_answer_flex {
    margin: 35px auto 8px;
    justify-content: space-between;
	gap: 0; 
	}
	.feature_box_item_answer_flex_scent {
    display: flex;
    flex-direction: column;
	gap:40px;
	margin: 40px auto 0px;
	}
	.feature_box_item_answer_flex_scent_img_box {
    width: 100%;
	margin-top: 0;
	}
	.feature_box_item_answer_flex_scent_img {
    width: 50%;
    margin: 0 auto;
    display: block;
	}
	.feature_box_item_answer_flex_scent_description {
    width: 100%;
		margin-top: 0;
	}
	.feature_box_item_answer_flex_scent_description_item {
    margin-bottom: 5px;
	font-size: 14px;
	}
	.feature_box_answer_flex_scent_description_item_title {
	padding: 0;
    margin-bottom: 3px;
	}
}
@media (max-width: 480px) {
	.section_products {
    padding-top: 60px;
	}
	.section_feature {
    padding: 230px 20px 100px;
	}
	.feature_container {
    margin-top: -60px;
    padding-top: 60px;
	}
	.feature_box {
    margin: 35px auto 60px;
	}
	.feature_box_item_question_text_title {
    margin-left: 40px;
		font-size: 13px;
	}
	.feature_box_item_answer {
    padding: 40px 20px;
	}
	.feature_box_item_answer_flex_scent {
    gap: 30px;
	}
	.feature_box_item_answer_flex_scent_img {
    width: 65%;
	}
	.feature_box_answer_flex_scent_description_item_contents {
    text-indent: 1.1em;
	}
	.feature_box_item_answer_text {
		font-size: 12px;
	}
	.feature_box_answer_flex_scent_description_item_title {
    font-size: 12px;
	}
	.feature_box_item_answer_text_ul {
    font-size: 12px;
	}
	.feature_box_item_answer_flex_item_text {
    font-size: 9px;
    text-align: center;
    margin-top: 5px;
    height: 40px;
	}
}


/*MOVIE　footer*/
.section_movie {
	display: none;
}
.movie_video {
	width: 100%;
	height: auto;
	display: block;
}
@media (max-width: 768px) {
	.section_movie {
		display: block;
	}
}
/*CONTENTS footer*/
.section_contents {
	display: flex;
	flex-wrap: wrap;
	height: 24.922vw;
}
.contents_item {
	width: 50%;
	height: 100%;
	position: relative;
}
.contents_img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.section_contents .h2 {
	position: absolute;
	left: 4%;
	bottom: 13%;
}

@media( max-width: 768px ){
	.section_contents {
		height: inherit;
	}
	.contents_item {
		width: 100%;
		height: 50.667vw;
	}
}


.subpageTitle_container_main {
    padding: 170px 0 185px;
    text-align: center;
}
.sectionArrange .subpageTitle {
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.sectionArrange .subpageTitle h2 {
	font-family: "basel-neue", sans-serif;
	font-weight: 400;
	font-size: 35px;
	text-align: center;
}
.sectionArrange img {
    width: 100%;
}
.sectionArrange .subpageTitle_descri {
	text-align: center;
}
.sectionArrange_cont {
	font-family: "basel-neue", sans-serif;
	font-weight: 400;
	font-style: normal;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	margin-bottom: 10em;
	counter-reset: number 0; 
}

.sectionArrange_cont_title {
    letter-spacing: 1px;
    font-size: 21px;
	text-align: center;
    border-top: 1px solid #886c43;
    border-bottom: 1px solid #886c43;
	padding: 1em 0;
	margin-bottom: 2.5em;
}
.sectionArrange_cont_article {
	margin-bottom: 7em;
}
.sectionArrange_cont_article .numbox {
	font-weight: 400;
	font-style: normal;
	letter-spacing: 1px;
	font-size: 18px;
	border-bottom: 1px solid #886c43;
	display: inline-block;
	padding-bottom: 5px;
}
/*
.sectionArrange_cont_article .numbox::after {
	counter-increment: number 1;
  	content: counter(number) ". ";
}
*/
.sectionArrange_cont_article .titlebox {
	font-family: NotoSans-Regular;
	font-size: 18px;
	margin: 1.5em 0;
}
.sectionArrange_cont_article .itembox {
}
.sectionArrange_cont_article .itembox_pic {
	margin-bottom: 2em;
}
.sectionArrange_cont_article .itembox_detail {
}
.sectionArrange_cont_article .itembox_detail.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.sectionArrange_cont_article .itembox_detail.flex.flex-reverse {
	flex-direction: row-reverse;
}
.sectionArrange_cont_article .itembox_detail_text {
	counter-reset: number 0;
}
.sectionArrange_cont_article .itembox_detail_text.flex-item {
	width: 55%;
}
.sectionArrange_cont_article .itembox_detail_text_txt {
    padding-left: 1em;
    text-indent: -1em;  
}
.sectionArrange_cont_article .itembox_detail_text_txt:first-child {
	 margin-bottom: 2em;
}
.sectionArrange_cont_article .itembox_detail_text_txt .num {
}
.sectionArrange_cont_article .itembox_detail_text_txt .num::before {
	counter-increment: number 1;
  	content: counter(number) ". ";
}
.sectionArrange_cont_article .itembox_detail_img {
}
.sectionArrange_cont_article .itembox_detail_img.flex-item {
	width: 40%;
}

@media (max-width: 768px) {
    .sectionArrange{
        padding:140px 20px 40px;
    }
	.sectionArrange_cont {
	width: 86%;
	}
.subpageTitle_container_main {
    padding: 210px 0 0;
	}
.sectionArrange .subpageTitle_descri {
    margin-top: 20px;
}
}

@media (max-width: 480px) {
	.subpageTitle_container_main {
    padding: 140px 0 0;
	}
	.sectionArrange {
		margin-bottom: 105px;
	}
	.sectionArrange .subpageTitle h2 {
    	font-size: 20px;
	}
	.sectionArrange .subpageTitle_descri {
		font-size: 14px;
		line-height: 24px;
		margin-top: 90px;
	}
	.sectionArrange_cont {
	width: 100%;
	}
	.sectionArrange_cont_title {
    	font-size: 15px;
		font-weight: 400;
	}
	.sectionArrange_cont_article {
		margin-bottom: 5em;
	}
	.sectionArrange_cont {
    	margin-bottom: auto;
		margin-top: 45px;
	}
	
	.sectionArrange_cont_article .numbox {
    	font-size: 16px;
	}
	.sectionArrange_cont_article .titlebox {
		font-size: 15px;
		margin: 1em 0;
	}
	.sectionArrange_cont_article .itembox_detail_text_txt {
		font-size: 13px;
	}
	.sectionArrange_cont_article .itembox_pic {
		margin-bottom: 1em;
	}
    .link{
        padding: 30px 0;
    }
}
