@charset "utf-8";
/* CSS Document */
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 clamp(40px, 7vw, 110px) clamp(50px, 7vw, 90px);
  background: #000;
}
body.gjs-dashed .fv {
  height: auto;
  min-height: 500px;
}
.fv .swiper {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.fv .swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: #fff;
  opacity: .15;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.fv .swiper-wrapper, .fv .swiper-slide {
  width: 100%;
  height: 100%;
}
.fv .swiper-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fv .swiper-img::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(0, 0, 0, .08) 55%, rgba(0, 0, 0, .35) 100%);
  pointer-events: none;
}
.fv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fv .swiper-slide-active .swiper-img img, .fv .swiper-slide-duplicate-active .swiper-img img, .fv .swiper-slide-prev .swiper-img img {
  animation: fv_zoom 10s linear both;
}
@keyframes fv_zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.08);
  }
}
.fv .fv_txtbox {
  position: relative;
  z-index: 3;
  align-items: flex-start;
  gap: clamp(18px, 2vw, 26px);
  color: #fff;
}
body:not(.gjs-dashed) .fv .fv_txtbox {
  opacity: 0;
  filter: blur(6px);
  animation: blurin 1.2s ease forwards;
}
.fv .fv_logo {
  width: clamp(300px, 25vw, 360px);
}
.fv .fv_logo img {
  width: 100%;
  height: auto;
  display: block;
}
.fv .fv_copy {
  color: #fff;
  line-height: 1.8;
  letter-spacing: .12em;
}
@media screen and (max-width:768px) {
  .fv {
    min-height: 560px;
    padding: 0 30px 60px;
  }
}
@media screen and (max-width:576px) {
  .fv {
    height: 100svh;
    min-height: 520px;
    padding: 0 22px 50px;
  }
  .fv .fv_copy {
    letter-spacing: .08em;
  }
}

.section01 .section01_top {
  --gap: clamp(60px, 8vw, 140px);
  justify-content: space-between;
  align-items: flex-start;
  gap: var(--gap);
  margin-bottom: clamp(70px, 8vw, 120px);
}
.section01 .leftbox {
  width: calc(50% - var(--gap) / 2);
  min-width: 420px;
}
.section01 .rightbox {
  width: calc(50% - var(--gap) / 2);
  max-width: 620px;
}
.section01 .rightbox p {
  line-height: 2.4;
  letter-spacing: .08em;
}

@media screen and (max-width:1080px) {
  .section01 .section01_top {
    flex-direction: column;
    gap: 40px;
         max-width: 500px;
          margin-right: auto;
     margin-left: auto;
  }
  .section01 .leftbox, .section01 .rightbox {
    width: 100%;
    max-width: none;
   min-width: 0;
  }


}
.section01 .section01_bottom{
	position:relative;
}

.section01 .img_wrap{
	position:relative;
	justify-content:center;
	align-items:stretch;
	gap:clamp(24px,4vw,54px);
	aspect-ratio:2 / 1.25;
}

.section01 .imgbox{
	height:100%;
	overflow:hidden;
}

.section01 .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.section01 .img1{
	width:calc(60% - clamp(24px,4vw,54px) / 2);
}

.section01 .img2{
	width:calc(40% - clamp(24px,4vw,54px) / 2);
}

.section01 .logo_box{
	position:absolute;
	left:60%;
	bottom:clamp(28px,4vw,54px);
	transform:translateX(-50%);
	z-index:5;
	width:clamp(220px,28vw,360px);
}

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

@media screen and (max-width:768px){
	.section01 .img_wrap{
		gap:20px;
	}

	.section01 .logo_box{
		width:clamp(180px,42vw,260px);
		bottom:24px;
	}
}

@media screen and (max-width:576px){
	.section01 .img_wrap{
		gap:18px;
	}

	.section01 .img1{
		width:100%;
		aspect-ratio:1.35 / 1;
	}

	.section01 .img2{
		width:100%;
        height: 100%;
		aspect-ratio:1 / 1;
	}

	.section01 .logo_box{
		left:50%;
		top:55%;
		bottom:auto;
		transform:translate(-50%,-50%);
		width:clamp(130px,58vw,200px);
	}
}
.fragrance_wrap{
	position:relative;
	overflow:hidden;

}

.fragrance_wrap .fragrance_bg{
	position:absolute;
	inset:0;
	z-index:1;
}



.fragrance_wrap .fragrance_bg img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.fragrance_wrap .fragrance_inner{
	position:relative;
	z-index:3;
	align-items:center;
	justify-content:space-between;
	gap:clamp(50px,8vw,120px);
	min-height:clamp(520px,48vw,680px);
}

.fragrance_wrap .txtbox{
	width:calc(50% - clamp(50px,8vw,120px) / 2);
    min-width: 310px;
}

.fragrance_wrap .txtbox p,
.fragrance_wrap .txtbox h2{
	color:#fff;
}

.fragrance_wrap .txtbox .entitle2{
	letter-spacing:.18em;
}

.fragrance_wrap .imgbox{
	flex:1;
	text-align:center;
}

.fragrance_wrap .imgbox img{
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

@media screen and (max-width:768px){
	.fragrance_wrap .fragrance_inner{
		flex-direction:column;
		align-items:center;
		gap:40px;
		min-height:auto;
	}

	.fragrance_wrap .imgbox{
		order:1;
		width:100%;
	}

	.fragrance_wrap .txtbox{
		order:2;
		width:100%;
		min-width:0;
	}

	.fragrance_wrap .imgbox img{
		width:min(70vw,400px);
	}
}
.signature_wrap .fragrance_inner{
	justify-content:flex-end;
}

.signature_wrap .txtbox{
	margin-left:auto;
}
.oem_wrap .fragrance_inner{
	justify-content:flex-start;
}

.oem_wrap .txtbox{
	width:100%;
	min-width:360px;
	margin-right:auto;
}

@media screen and (max-width:768px){
	.oem_wrap .txtbox{
		width:100%;
		min-width:0;
	}
}
.newstop_f1 .titlebox{
    margin-top: -70px;
    margin-left: -30px;
}

.newstop_f1 .contents {
  max-width: 1280px;
  margin: 0 auto;
}

.newstop_f1 .contents .webgene-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 50px 80px;
}

.newstop_f1 .contents .webgene-blog .webgene-item {
  width: calc(100% / 3 - 160px / 3);
}

.newstop_f1 .contents .webgene-blog .webgene-item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
}

.newstop_f1 .contents .webgene-blog .webgene-item .imgbox {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin-bottom: 14px;
}

.newstop_f1 .contents .webgene-blog .webgene-item .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.newstop_f1 .webgene-blog .webgene-item .date {
  position: absolute;
  top: 0;
  right: -28px;
  writing-mode: vertical-rl;
  letter-spacing: 0.08em;
  line-height: 1;
  font-weight: 400;
}

.newstop_f1 .webgene-blog .webgene-item .catename {
  display: inline-block;
  padding: 4px 15px;
  background: #fff;
  color: #333;
  line-height: 1;
  font-weight: 400;
}

.newstop_f1 .contents .webgene-blog .webgene-item h2 {
  line-height: 1.6;
  font-weight: 500;
  color: #333;
      background: #fff;
  padding: 4px 8px;
}

@media screen and (max-width: 768px) {
  .newstop_f1 .contents .webgene-blog {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    gap: 40px;
  }

  .newstop_f1 .contents .webgene-blog .webgene-item {
    width: 100%;
  }

  .newstop_f1 .webgene-blog .webgene-item .date {
    right: -24px;
  }
}
@media screen and (max-width: 768px) {
.newstop_f1 .contents .webgene-blog {
     
        max-width: 300px;

    }
        .newstop_f1 .webgene-blog .webgene-item .date {
        right: -18px;
    }
    
    
}

.newstop_b .contents{
	width:100%;
}

.newstop_b .webgene-blog .webgene-item{
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #d0d0d0;
}

.newstop_b .webgene-blog .webgene-item a > .flex{
	gap:20px;
	padding:10px 0;
}

.newstop_b .webgene-blog .webgene-item a .label{
	width:220px;
	align-items:center;
	gap:18px;
	flex-wrap:nowrap;
}

.newstop_b .webgene-blog .webgene-item a .date{
	letter-spacing:.08em;
}

.newstop_b .webgene-blog .webgene-item a .catelabel{
	background: #fff;
}

.newstop_b .webgene-blog .webgene-item a .cate_txt{
	width:94px;
	text-align:center;
	padding:3px;
	box-sizing:border-box;
}

.newstop_b .webgene-blog .webgene-item a h3{
	width:calc(100% - 240px);
	line-height:1.8;
	letter-spacing:.08em;
    color: #333;
}

@media screen and (max-width:576px){
	.newstop_b .webgene-blog .webgene-item a .item{
		flex-direction:column;
		align-items:flex-start;
	}

	.newstop_b .webgene-blog .webgene-item a .item .label,
	.newstop_b .webgene-blog .webgene-item a .item h3{
		width:100%;
		justify-content:flex-start;
	}

	.newstop_b .webgene-blog .webgene-item a .item .catelabel{
		font-size:12px;
	}

	.newstop_b .webgene-blog .webgene-item a .cate_txt{
		width:64px;
		padding:2px 5px;
	}

	.newstop_b .webgene-blog .webgene-item a > .flex{
		gap:10px;
	}

	.newstop_b .webgene-blog .webgene-item{
		padding-bottom:0;
		margin-bottom:10px;
	}
}
.shopinfo_wrap{
	position:relative;
	overflow:hidden;
	background:#fff;
	padding:clamp(90px,10vw,140px) clamp(30px,6vw,80px) clamp(80px,9vw,120px);
}

.shopinfo_wrap .shopinfo_bg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:clamp(230px,25vw,330px);
	background:#000;
	z-index:1;
}

.shopinfo_wrap .shopinfo_inner{
	position:relative;
	z-index:2;
	align-items:flex-start;
	justify-content:space-between;
	gap:clamp(50px,7vw,100px);
}

.shopinfo_wrap .txtbox{
	width:calc(42% - clamp(50px,7vw,100px) / 2);
	padding-top:clamp(50px,6vw,80px);
}

.shopinfo_wrap .txtbox > .entitle2{
	color:#fff;
	letter-spacing:.22em;
	line-height:1;
	font-size:clamp(30px,4vw,52px);
	margin-bottom:clamp(80px,5vw,90px);
}

.shopinfo_wrap .info_block{
	margin-bottom:clamp(34px,4vw,48px);
}

.shopinfo_wrap .info_block h3{
	letter-spacing:.15em;
	line-height:1;
	margin-bottom:16px;
}

.shopinfo_wrap .info_block p{
	line-height:2.1;
	letter-spacing:.08em;
}

.shopinfo_wrap .imgbox{
	width:calc(58% - clamp(50px,7vw,100px) / 2);

	overflow:hidden;
	margin-top:clamp(20px,3vw,40px);
}

.shopinfo_wrap .imgbox img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

@media screen and (max-width:1080px){
	.shopinfo_wrap .shopinfo_inner{
		gap:clamp(36px,5vw,60px);
	}

	.shopinfo_wrap .txtbox{
		width:calc(45% - clamp(36px,5vw,60px) / 2);
	}

	.shopinfo_wrap .imgbox{
		width:calc(55% - clamp(36px,5vw,60px) / 2);
	}
}

@media screen and (max-width:768px){
	.shopinfo_wrap{
		padding:80px 30px;
	}

	.shopinfo_wrap .shopinfo_inner{
		flex-direction:column;
		gap:40px;
	}

	.shopinfo_wrap .txtbox,
	.shopinfo_wrap .imgbox{
		width:100%;
	}

	.shopinfo_wrap .txtbox{
		padding-top:0;
	}

	.shopinfo_wrap .imgbox{
		order:1;
		margin-top:0;
		aspect-ratio:1.35 / 1;
	}

	.shopinfo_wrap .txtbox{
		order:2;
	}

	.shopinfo_wrap .txtbox > .entitle2{
		color:#333;
		margin-bottom:34px;
        text-align: center;
	}

	.shopinfo_wrap .shopinfo_bg{
		height:clamp(180px,38vw,260px);
	}
}

@media screen and (max-width:576px){
	.shopinfo_wrap{
		padding:70px 20px;
	}

	.shopinfo_wrap .imgbox{
		aspect-ratio:1.2 / 1;
	}
}
.section08{
}
.section08 .insta_title_wrap i{
	line-height:1;
    font-size: 24px;
}

.section08 .insta_head{
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;
	align-items:center;
	justify-content:space-between;
}

.section08 .insta_title{
	letter-spacing:.08em;
	line-height:1;
}

.section08 .insta_title i{
	margin-left:6px;
}

.section08 .insta_more{
	align-items:center;
	gap:24px;
	padding-bottom:8px;
	border-bottom:1px solid #333;
}

.section08 .insta_more p{
	letter-spacing:.12em;
	line-height:1;
}

.section08 .insta_more i{
	font-size:13px;
	transition:.3s;
}

.section08 .insta_more:hover i{
	transform:translateX(5px);
}

.section08 .contents{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}

.section08 .webgene-blog{
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;
	align-items:flex-start;
	gap:8px;
	overflow:hidden;
}

.section08 .webgene-blog .webgene-item{
	position:relative;
	width:calc(100% / 5 - 32px / 5);
	aspect-ratio:1 / 1;
	overflow:hidden;
	flex-shrink:0;
}

.section08 .webgene-blog .webgene-item a{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	height:100%;
	transition:.4s;
}

.section08 .webgene-blog .webgene-item a:hover{
	transform:translate(-50%,-50%) scale(1.08);
}

.section08 .webgene-blog .webgene-item img{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

@media screen and (max-width:768px){
	.section08 .webgene-blog{
		flex-wrap:wrap;
	}

	.section08 .webgene-blog .webgene-item{
		width:calc(100% / 3 - 16px / 3);
	}
}

@media screen and (max-width:576px){
	.section08 .insta_head{
		flex-direction:column;
		align-items:flex-start;
		gap:20px;
	}

	.section08 .webgene-blog .webgene-item{
		width:calc(50% - 4px);
	}
}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}