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

/* font */
@import url('https://fonts.googleapis.com/css2?family=Baskervville:wght@700&display=swap');
@font-face {
    font-family: 'almoni_dl_aaalight';
    src: url('fonts/almoni-dl-aaa-light.woff2') format('woff2'),
         url('fonts/almoni-dl-aaa-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* base */
html {
	scroll-behavior:smooth;
	-webkit-overflow-scrolling: touch;
}
body {margin: 0}
#MF {
	font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
	padding: 0;
	color: #0D7C75;
	border-bottom: none;
	text-align: center;
	letter-spacing: 0.08em;
	overflow-x: hidden;
}
h1, h2, h3, h4 {
	font-weight: normal;
	-webkit-margin-before: 0;
    -webkit-margin-after: 0;
}
img, video {
	width: 100%;
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
	color: #000;
	-webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
}
a:hover {
	opacity: .7;
}
a, img, div, p, ul, li, video {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-start: 0;
    vertical-align: top;
    outline: none;
    border: none;
	box-sizing: border-box;
	-webkit-appearance:none;
}
p {
	margin: 0 0 1em;
}
h2 + h2 {
    margin-top: -.5em;
}
/* text */
.title-main:last-of-type {
    margin-bottom: 1em;
}
.title-sub {
    margin-bottom: 3em;
}
.txt-left {
	text-align: justify;
}
.txt-center {
    text-align: center;
}
.txt-right {
	text-align: right;
}
.size10 {font-size: 10px;}
.size12 {font-size: 12px;}
.size14 {font-size: 14px;}
.size18 {font-size: 18px;}
.size21 {font-size: 21px;}
.size24 {font-size: 24px;}
.size32 {font-size: 32px;}
.size36 {font-size: 36px;}
.size40 {font-size: 40px;}
.size48 {font-size: 48px;}
.size60 {font-size: 60px;}
.size72 {font-size: 72px;}
.almoni {font-family: 'almoni_dl_aaalight'; letter-spacing: 0;}
.baskervville-semibold {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.baskervville-bold {
  font-family: "Baskervville", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media(min-width: 768px) {
	.sp-item {
		display: none;
	}
	.pc-item {
		display: block;
	}
}
@media(max-width: 767px) {
	.pc-item {
		display: none;
	}
	.sp-item {
		display: block;
	}
body, .size16 {font-size: 3.8vw;}
.size10 {font-size: 2.8vw;}
.size12 {font-size: 3.2vw;}
.size14 {font-size: 3.4vw;}
.size18 {font-size: 4vw;}
.size21 {font-size: 4.8vw;}
.size24 {font-size: 5vw;}
.size32 {font-size: 6vw;}
.size36 {font-size: 7vw;}
.size40 {font-size: 8vw;}
.size48 {font-size: 10vw;}
.size60 {font-size: 16vw;}
.size72 {font-size: 20vw;}
}

/* rule */
section {
	box-sizing: border-box;
	overflow-x: clip;
}
.grid-box {
	display: grid;
    display: -webkit-grid;
	column-gap: 50px;
}
.flex-box {
	display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.full-box {
	width: 100vw;
	height: 100vh;
	display: flex;
	display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.rel-box { position: relative; }
.abs-box { position: absolute; }
.box-1400 { max-width: 1400px;margin: auto; }
.box-1200 { max-width: 1200px;margin: auto; }
.box-1000 { max-width: 1200px;margin: auto; }
.box-75p { max-width: 75%; }
.w30 { width: 32%; }
.w475 { width: 49%; }
.fix-img {
	width: 100%;
	height: 100%;
}
.fix-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
section {
    padding: 30px;
}

/* color */
.txt-white { color: #fff; }
.txt-green {color: #0D7C75;}
.txt-red {color: #BE1F30;}
.bg {
	background: url("back.jpg") repeat center;
	background-size: contain;
}
.bg-white { background-color: #fff; }
.bg-red {background-color: #BE1F30;}
.bg-green {background-color: #0D7C75;}
.bg-pink {background-color: #CD6F8F;}
.side-line {
	border-left: solid 30px;
	border-right:  solid 30px;
}
.line-red {color:#BE1F30;}
.line-green {color:#0D7C75;}
.line-pink {color:#CD6F8F;}

/* anime */
.anime {
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-o-transition: .5s ease;
	-ms-transition: .5s ease;
	transition: .5s ease;
	opacity: 0;
	filter: blur(50px);
}
.anime-2nd {
	-webkit-transition-delay: .25s;
	-moz-transition-delay: .25s;
	-o-transition-delay: .25s;
	-ms-transition-delay: .25s;
	transition-delay: .25s;
}
.anime-3rd {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}
.up {transform: translateY(30px);}
.anime .side-line, .anime.title-img {overflow: hidden}
.anime img {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	transform: scale(1.2)
}
.anime.active img {transform: scale(1)}

.active {opacity: 1; filter: blur(0); transform: translate(0);}
/* sections */
.logo-area .logo, .logo-group .logo {
	width: 100px;
	margin: auto;
}
.logo-area img {
	margin-bottom: 20px;
}
#fv .pc-item {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 0;
}
.logo-area {
    top: 50px!important;
	left: 0!important;
	right: 0!important;
	margin: auto!important;
	width: 300px!important;
}
#fv .fix-img img { object-position: center bottom;}
#fv .sp-item {
	position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    z-index: 0;
	top: 0;
}

#concept h2 {
    margin: 1.5em auto;
}
.concept-box {
    padding: 50px 5%;
}
#fragrance {
    overflow: hidden;
	padding: 2em 0;
	margin: 0;
}
.fragrance-area {
	padding: 3em 5%;
}
.fragrance-triangle {
    width: 80%;
    margin: .5em auto 0;
}
.fragrance-triangle .abs-box {
    top: 0;
    left: 0;
}
#fragrance .text-area {
    top: 5em;
    left: 0;
    right: 0;
}
#lineup .title-area {
	padding-bottom: 2em;
}
.anker-box li {
    margin-right: 2%;
    margin-bottom: 10px;
}
.anker-box li:nth-of-type(2n) {
    margin-right: 0;
}
.anker {
    display: block;
    line-height: 2em;
}
.title-img {
    margin: -30px -30px -50%;
}
#lineup .product-box {
	padding-bottom: 2em;
}
.item-box {
    padding: 2em 20px 0;
	position: relative;
}
.item {
    padding-bottom: 2em;
}
.item .side-line {
    padding: 30px 0;
	margin: 1em 0;
}
.item-box p {
    letter-spacing: 0;
    margin: 0;
}
.item-button {
    display: block;
    line-height: 2em;
    border-radius: 1em;
    margin: .5em auto 0;
    width: 60%;
}
.budge {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    line-height: 1em;
    margin-right: 10px;
}
#product4 .title-img {
    margin-bottom: -20%;
}
.all-item {
    padding: 3em 0;
}
@media(max-width: 767px) {
.logo-area {
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    top: 4%!important;
    width: 70%!important;
}
.logo-area .logo {
    width: 120px;
    margin: 0 auto -1em;
}
}
@media(min-width: 501px) {
main {
    max-width: 500px;
    margin: auto;
	z-index: 2;
}
main .full-box {
    width: 100%;
}
}


/*menu*/
#menu {
    left: 0;
    top: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
}
#menu.current {
	opacity: 1;
	pointer-events: auto;
}
.logo-group {
	left:15%;
	left:calc((50% - 250px)/2);
	transform: translateX(-50%);
	
}
.pc-menu {
	right:15%;
	right:calc((50% - 250px)/2);
	transform: translateX(50%);
}
.pc-menu li {
    line-height: 4em;
}
#movie {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	pointer-events: none;
	opacity: 0;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	filter: blur(50px);
}
#movie.current {
	opacity: 1;
	filter: blur(0);
}
#movie video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*add*/
#footer {
	background: #fff;
    max-width: 100vw;
    margin: 0;
    padding-top: 80px;
	padding-bottom: 1px;
}
@media(min-width: 1401px) {
	#footer {
    padding-left: calc(50% - 700px);
	padding-right: calc(50% - 700px);
}
}
@media only screen and (max-width: 767px) {
    #main {
        padding-left: 0!important;
        padding-right: 0!important;
    }
}
@media screen and (max-width: 767px) {
    .header-banner, .top-banner.nav_fix {
    display: none!important;
}
	.top-banner.nav_fix.fix {
    display: block!important;
}
}
/*add 11/11*/
.header-banner, .top-banner {
    display: none;
}
.top-banner.nav_fix, .top-banner.nav {
    display: block;
}