@charset "UTF-8";
/* CSS Document */

/* font */
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&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;
}
@font-face {
    font-family: 'didotbold';
    src: url('fonts/didot_bold.woff2') format('woff2'),
         url('fonts/didot_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'zen_old_minchoregular';
    src: url('fonts/zenoldmincho-regular.woff2') format('woff2'),
         url('fonts/zenoldmincho-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* base */
html {
	scroll-behavior:smooth;
	-webkit-overflow-scrolling: touch;
}
#mineral {
	font-family: "Noto Sans Japanese", Quicksand, "游ゴシック体", "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: #026985;
	border-bottom: none;
	text-align: center;
	letter-spacing: 0.08em;
	overflow-x: hidden;
	background-color: #E3E8E3;
}
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;}
.didot {font-family: 'didotbold';}
.mincho {font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;}
@media(min-width: 601px) {
	.sp-item {
		display: none;
	}
	.pc-item {
		display: block;
	}
}
@media(max-width: 600px) {
	.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;
}
.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%; }
.fix-img {
	width: 100%;
	height: 100%;
}
.fix-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* color */
.txt-white { color: #fff; }
.bg-white { background-color: #fff; }
.bg-whitealpha {background-color: rgb(255,255,255,.7)}
.bg-lightgreen {background-color: #D1E6E4;}
.bg-midgreen {background-color: #94B7BB;}
.bg-darkgreen {background-color: #003A40;}
.bg-grad { background: #D1E6E4;
	background: linear-gradient(45deg,rgba(2, 105, 133, 1) 0%, rgba(148, 183, 187, 1) 50%, rgba(209, 230, 228, 1) 100%); }
.bg-grad-alpha { background: #D1E6E4;
	background: linear-gradient(45deg,rgba(2, 105, 133, .7) 0%, rgba(148, 183, 187, .7) 50%, rgba(209, 230, 228, .7) 100%); }

/* back movie */
.back-mov {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	z-index: -1;
}
.back-mov video {
	width: 100vw;
	object-fit: cover;
}
@media(min-width: 601px) {
	.back-mov, .back-mov video {
	height: 100vh;
	}
}
@media(max-width: 600px) {
	.back-mov, .back-mov video {
	height: 178vw;
	}
}

/* anime */
.anime {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-o-transition: 1s ease;
	-ms-transition: 1s ease;
	transition: 1s ease;
	opacity: 0;
	filter: blur(50px);
}
.anime-2nd {
	-webkit-transition-delay: .5s;
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-ms-transition-delay: .5s;
	transition-delay: .5s;
}
.anime-3rd {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-ms-transition-delay: 1s;
	transition-delay: 1s;
}
.up {transform: translateY(30px);}

.active {opacity: 1; filter: blur(0); transform: translate(0);}

/* sections */
#intro {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	animation: introduction 5s both;
    -webkit-animation: introduction 5s both;
	pointer-events: none;
}
@keyframes introduction {
	80% {opacity: 1; filter: blur(0);}
	100% {opacity: 0; filter: blur(50px);}
 }
@-webkit-keyframes introduction {
	80% {opacity: 1; filter: blur(0);}
	100% {opacity: 0; filter: blur(50px);}
}
.pc-item .logo-area {
    top: 50px;
	left: 0;
	right: 0;
	margin: auto;
	width: 300px;
}
.pc-item .logo-area .logo {
	width: 100px;
	margin: auto;
}
.pc-item .logo-area img {
	margin-bottom: 20px;
}
#fv .pc-item {
    position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 0;
}
#fv .fix-img img { object-position: center bottom;}
#fv .sp-item {
	position: fixed;
    left: 0;
    right: 0;
    width: 100vw;
    height: 50%;
    z-index: 0;
	top: 0;
}
#fv .sp-item + .sp-item {
	top: 50%;
	bottom: 0;
}
.sp-item .logo {
    left: 0;
    right: 0;
    margin: auto;
    top: 4%;
    width: 14%;
}
.sp-item .title1 {
    bottom: 3%;
    left: 15%;
    right: 15%;
}
.sp-item .title2 {
    top: 3%;
    left: 15%;
    right: 15%;
}
#concept {
	background: url("../images/02_back.jpg") no-repeat center;
    background-size: cover;
}
#concept:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	background: #006776;
	background: linear-gradient(45deg,rgba(209, 230, 228, 1) 0%, rgba(2, 105, 133, 1) 100%);
}
#concept h2 {
    margin-bottom: 1.5em;
}
#feature, #lineup {
    padding: 5em 5%;
}
#feature > div:nth-of-type(n+2) {
    margin-top: 3em;
}
.feature-right {
    text-align: right;
}
.feature-left {
    text-align: left;
}
.no-box .almoni { letter-spacing: 0;}
.no-box .didot { line-height: .7; }
#feature .img-box {
	margin-top: -8%;
    overflow: hidden;
}
.feature-right .img-box {
    border-radius: 50% 0 0 50%;
    margin-right: -5.6%;
}
.feature-left .img-box {
    border-radius: 0 50% 50% 0;
    margin-left: -5.6%;
}
.feature-center .grid-box, .anker-box {
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-grid-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.feature-center .grid-box {
    margin-top: 2em;
}
.reason-box {
	left: 5%;
	right: 5%;
	padding: 3em 5%;
}
.reason-box h2 {
    margin-bottom: 1em;
}
.graph {
	margin-top: 2em;
}
.graph .abs-box {
    left: 0;
    top: 0;
    width: 100%;
	overflow: hidden;
}
.graph .abs-box img {
    transform: translateY(100%);
}
.graph.active .abs-box img {
	transform: translateY(0);
	transition: 1s ease .5s;
	-webkit-transition: 1s ease .5s;
}
#fragrance {
    overflow: hidden;
}
.fragrance-area {
	padding: 3em 5% 5em;
}
.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;
}
.anker-box {
	margin-bottom: 2em;
}
.anker {
    display: block;
    border: solid 1px;
    line-height: 2em;
}
#lineup .item-box {
	grid-template-columns: 1fr 1fr;
    -webkit-grid-columns: 1fr 1fr;
	gap: 10px;
}
.item-box p.didot {
    text-transform: capitalize;
}
.item-list {
    padding: 3em 10px;
    margin-top: 1em;
    border-radius: 30px;
}
.item-list li {padding-top: 1em;}
.item-box p {
    letter-spacing: 0;
    margin: 0;
}
.item-button {
    display: inline-block;
    padding: 0 30px;
    line-height: 2em;
    border-radius: 1em;
    margin: .5em auto 0;
}
/* popup */
.popup {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
	transition: 1s ease;
	-webkit-transition: 1s ease;
	width: 100%;
    height: 100%;
	z-index: 100;
	overflow: auto;
	padding: 1em 5%;
}
.popup:target {
	opacity: 1;
    pointer-events: auto;
}
.popup .bg-white {
    max-width: 450px;
    padding: 3em 20px;
    border-radius: 30px;
}
.popup img {
    width: 80%;
}
.popup p {
    margin-bottom: .5em;
}
.popup p.didot {
    margin-bottom: 0;
}
.close-area {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.close-button {
    top: 10px;
    right: 20px;
    line-height: 1;
	color: #1B6875;
}
@media(min-width: 501px) {
main {
    max-width: 500px;
    margin: auto;
}
main .full-box {
    width: 100%;
}
}

/* Water drop */
.drop {
			display: inline-block;
			position: fixed;
	opacity: .8;
	pointer-events: none;
			top: -100px;
			z-index: 100;
			animation-name: kirakira;
	 animation-timing-function: linear;
			text-align: center;
			transform:translateY(calc(100vh + 100px));
		}
		@keyframes kirakira {
			to {transform:translateY(0);}
		}
		.drop img {
			width: 100%;
			height: auto;
		}

/* video */
#movie h2 {
    z-index: 2;
    margin: auto;
    left: 0;
    right: 0;
    top: 5em;
}

/*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%);
	
}

/*add*/
.top-banner {
    display: none!important;
}
.top-banner.nav_fix {
    display: block!important;
}
#mineral .pc-menu {
    line-height: 4em;
}
#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;
}
}