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

/*--------------------------------------------------------------
Reset:
----------------------------------------------------------------
*/

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

body {
line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

nav ul,
ul,
li{
list-style:none;
}

blockquote, q {
quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content:'';
content:none;
}

a {
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
text-decoration: none;
color: #000;
}

a:hover{
opacity: 0.5;
}

/* change colours to suit your needs */
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}

/* change colours to suit your needs */
mark {
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}

del {
text-decoration: line-through;
}

abbr[title], dfn[title] {
border-bottom:1px dotted;
cursor:help;
}

table {
border-collapse:collapse;
border-spacing:0;
}

/* change border colour to suit your needs */
hr {
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}

input, select {
vertical-align:middle;
}

img{
width: 100%;
line-height: 1;
}

/*--------------------------------------------------------------
common:
----------------------------------------------------------------
*/
a,
button,
.thumb {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
* {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}

html{
overflow: auto;
}
body{
position: relative;
font-family: "Zen Kaku Gothic New", sans-serif;
letter-spacing: 1px;
font-size: 1em;
line-height: 1.8;
color: #4c483b;
padding-bottom: env(safe-area-inset-bottom);
overflow: hidden;
max-width: 800px;
margin: 0 auto;
background-color:#ECECEC ;
}
body::after {
  content: "";
  display: block;
  height: var(--pdf-area-height, 0px);
}
.pc{
display: none;
}
.wrapper{
overflow-x: hidden;
margin: 0 auto;
}
main{
overflow: clip;
}

/*--------------------------------------------------------------
Header:
----------------------------------------------------------------
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease;
  z-index: 200;
}
header.come{
margin-top: 0;
}

#global-menu{
position: relative;
width: 100%;
z-index: 101;
}
.nav-mobile{
z-index: 101;
position: relative;
float: right;
margin: 5% 20px 0 0;
width: 40px;
height: 40px;
background-color: transparent;
border: none;
}
.nav-mobile span{
position: absolute;
display: block;
height: 1px;
width: 40px;
background-color: #4c483b;
}
.nav-mobile span:nth-child(1){
top:15px;
}
.nav-mobile span:nth-child(2){
top:20px;
}
header.open .nav-mobile span:nth-child(1){
transform-origin:center center; 
transform: rotate(15deg);
background-color: #4c483b;
}
header.open .nav-mobile span:nth-child(2){
top:15px;
transform: rotate(-15deg);
background-color: #4c483b;
}
#global-menu nav{
position: absolute;
top: 0;
right: -100%;
width: 100%;
height: 100vh;
background-color: #ccc;
}
header.open #global-menu nav{
right: 0;
}
#global-menu nav ul{
padding: 10%;
}
#global-menu nav a{
display: block;
font-weight: 400;
font-style: normal; 
color: #4c483b;
text-align: center;
padding: 5% 0;
width: 100%;
}
#global-menu nav a strong{
display: block;
font-family: "jost", sans-serif;
font-size: 1.2em;
letter-spacing: 2px;
font-weight: 400;
}
#global-menu nav a span{
display: block;
font-size: 80%;
letter-spacing: 2px;
}
#global-menu nav li.sns ul{
display: flex;
justify-content:center;
margin: 0;
}
#global-menu nav li.sns li{
width: 40px;
}
#global-menu nav li.sns li:nth-child(1){
margin-right: 10px;
}

/*--------------------------------------------------------------
contents
----------------------------------------------------------------
*/


/*キャンペーン*/
section#top{
position: relative;
}

.campaign{
position: absolute;
display: block;
width: 30%;
bottom: 7%;
right: -2%;
z-index: 11;
border: none;
background-color: transparent;
}

dialog {
position: relative;
  border: none;
  border-radius: 8px;
  padding: 8%;
  max-width: 400px;
  width: 84%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

/* 背景のグレーアウト（黒い半透明）の調整 */
dialog::backdrop {
  background: rgba(0, 0, 0, 0.6); /* 好みの薄さに調整できます */
}
.modal-content {
  text-align: center;
 color: #4c483b; 
}
.modal-content h3{
/* ↓ここが超重要！文字にぴったり沿わせる魔法のセット */
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone; /* Safari用のお守り */

  /* マーカーの色と太さの調整（linear-gradient を使います） */
  /* 下から30%の位置まで透明、残り70%を黄色（#fff066）にするという意味 */
  background: linear-gradient(transparent 60%, #dbe0e3 20%);
  
  /* 少し文字の左右に余白（マーカーの余韻）を持たせると可愛くなります */
  padding: 0 4px;
  
  /* 全体のバランス調整（お好みで） */
font-size:1.2rem;
}
.modal-content strong{
display: block;
text-align: center;
padding-top: 5%;
}
#closeBtn{
position: absolute;
display: block;
font-size: 30px;
line-height: 1;
font-weight: 100;
top:20px;
right: 20px;
border: none;
background-color: transparent;
color: #4c483b;
font-family: "Zen Kaku Gothic New", sans-serif;
}


section{
padding: 0;
width: 100%;
color: #4c483b;
}


/* --- Hero Section --- */
/* --- Hero Section (全画面スライダー対応) --- */
.hero {
    width: 100%;
    height: 100dvh; /* ③ 画面いっぱいの高さにする */
    position: relative;
    overflow: hidden;
    background-color: #4c483b; /* 画像が読み込まれる前の背景色 */
}

/* スライド内の画像設定 */
.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の比率を保ったまま画面いっぱいに広げる */
    object-position: bottom; /* 画像の中心を基準にする */
}

/* 画像の上に重なるテキストコンテナ */
.hero-overlay {
    position: absolute;
    bottom: 7%;
    transform:translateX( -50%);
    margin-left: 50%;
    width: 40%;
    height: auto;
    z-index: 10; /* 画像より前面に配置 */
}

section#concept{
background-image: url("../images/concept-pc.png");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
padding: 15% 0;
width: 100%;
}

.lead{
text-align: center;
}

.lead h2 {
font-family: "Shippori Mincho", serif;
font-weight: 600;
font-style: normal;
font-size: 1.2rem;
letter-spacing: 2px;
margin-bottom: 7%;
}

.lead p{
font-size: 13px;
line-height: 2;
}

/* --- Line Up Section --- */

#lineup{
background-color: #fff;
padding: 5% 0;
}
#lineup h2,
#matrix h2{
font-family: brandon-grotesque, sans-serif;
font-style: normal;
font-weight: 400;
text-align: center;
font-size: 2em;
letter-spacing: 2px;
margin-bottom: 5%;
}
.container{
padding: 5%;
}
.lineup-grid {
  display: flex;
  flex-wrap: wrap; /* ← 超重要！はみ出た要素を折り返して次の段にする */
  gap: 20px;       /* アイテム同士の隙間 */
  margin-bottom: 40px;
}

.lineup-card {
  position: relative;
  padding: 5%;
  text-align: center;
  color: #4c483b;
  box-sizing: border-box;
  /* 2カラム（横に2つ並べる）にするための計算 */
  /* 「全体の50%」から「隙間の半分（20px ÷ 2 = 10px）」を引く */
  width: calc(50% - 10px); 
  
  /* カード内のテキストや画像を縦に綺麗に並べる場合（お好みで） */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup-card::after{
content: "";
position: absolute;
display: block;
width: 10px;
height: 10px;
border-bottom: solid 1px #4c483b;
border-right: solid 1px #4c483b;
transform: rotate(45deg);
bottom: -10px;
left: calc(50% - 7px);
}

.lineup-card .en {
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-size: 1rem;
letter-spacing: 3px;
}

.lineup-card .ja {
    font-size: 0.75rem;
    line-height: 1.4;
    font-weight: 200;
}

#white-floral{
background-color: #f0efe7;
}
#musk{
background-color: #eaeaeb;
}
#apple{
background-color: #e3e8e1;
}
#citrus{
background-color: #f4f2e6;
}
#aqua{
background-color: #dbe0e3;
}
#woody{
background-color: #e4e0da;
}

/* --- Details Section --- */

.bk-image{
position: absolute;
width: 90%;
z-index: 0;
}

.image-box img{
position: relative;
z-index: 1;
width: 50%;
}

#white-floral .bk-image{
right: -20%;
top: -10%;
}

#musk .bk-image{
left: -32%;
top: 0;
width: 80%;
}

#apple .bk-image{
right: -15%;
top: -10%;
}

#citrus .bk-image{
left: -32%;
top: -10%;
}

#aqua .bk-image{
right: -17%;
top: -10%;
width: 85%;
}

#woody .bk-image{
left: -30%;
top: 5%;
width: 80%;
}

section.details{
padding-bottom: 7%;
position: relative;
overflow: hidden;
}

.detail-item {
text-align: center;
}

.detail-item:last-child {
border-bottom: none;
}

.detail-head {
margin-top: -3%;
margin-bottom: 7%;
}

.detail-head .eng-label {
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-size: 2rem;
letter-spacing: 3px;
}

.detail-head h3 {
font-size: .75rem;
letter-spacing: 2px;
line-height: 1.2;
}

.detail-head h3 span{
font-family: brandon-grotesque, sans-serif;
}

.detail-desc {
font-size: 13px;
margin-bottom: 7%;
}

.component {
margin-bottom: 7%;
}

.component h4 {
font-family: brandon-grotesque, sans-serif;
font-weight: 200;
}

.btn-more {
width: 50%;
display: block;
margin: 0 auto;
}
.btn-more:hover{
opacity: .5;
}

/* --- Matrix Section --- */
section#matrix {
background-color: #efefef;
}

section#go-to-shop{
padding: 15% 0;
text-align: center;
width: 100%;
background-color: #fff;
}

section#go-to-shop p{
font-size: 13px;
letter-spacing: 2px;
}

section#go-to-shop a{
position: relative;
display: block;
border: 1px #4c483b solid;
margin: 15% auto 5%;
width: 64%;
max-width: 280px;
padding: 2% 0;
}

section#go-to-shop a:hover{
opacity: .5%;
}

section#go-to-shop a img{
position: absolute;
display: block;
width: 40%;
right: -20%;
top:-130%;
}



/*--------------------------------------------------------------
footer
----------------------------------------------------------------
*/

footer{
background-color: #ccc;
}
#lh-navigation{
margin-bottom: 10%;
}
#lh-navigation ul{
display: flex;
justify-content:center;
}
#lh-navigation li{
margin-right: 20px;
}
#lh-navigation li:last-child{
margin-right: 0;
}
#lh-navigation li a{
display: block;
width: 40px;
}
#lh-navigation li a img{
line-height: 0;
display: block;
}
footer h1{
position: relative;
width: 60%;
max-width: 320px;
margin: 0 auto 10%;
padding: 15% 0 0;
}
footer h1 img{
display: block;
width: 100%;
}
#lh-navigation + p{
display: block;
font-size: 10px;
padding: 10%;
}
#lh-navigation + strong{
display: block;
font-size: 10px;
padding-left: 15%;
}
footer table{
width: 70%;
margin: 0 auto 10%;
}
footer th{
font-size: 10px;
font-weight: 400;
text-align: left;
width: 3em;
}
footer td{
font-size: 10px;
}

.copyright{
background-color: #EAE9EA;
text-align: center;
font-size: 10px;
letter-spacing: 1px;
padding: 8% 0;
line-height: 1.6;
}
.to-online-fix {
position: fixed;
bottom: 160px;
right: 10px;
width: 30px;
height: auto;
z-index: 10;
display: none;
}
.page-top {
position: fixed;
bottom: 20px;
right: 10px;
width: 30px;
height: auto;
z-index: 10;
display: none;
}

.to-online-fix:hover,
.page-top:hover{
opacity: .5;
}


@media screen and (min-width:768px) {
.nav-mobile{
display: none;
}
header{
background: rgba(255,255,255,.4);
margin-top: 0;
}
header.come{
transform: translateY(-140px);
}
#global-menu nav{
position: relative;
left: 0;
width: 100%;
height: auto;
background-color: transparent;
}
#global-menu nav ul{
display: flex;
padding: 12px 30px;
}
#global-menu nav li{
width: 33.33%;
}
#global-menu nav li.sns{
display: none;
}
#global-menu nav a{
padding: 20px 0;
width: 100%;
}

.pc{
display: block;
}
.sp{
display: none;
}

/* 画像の上に重なるテキストコンテナ */
.hero-overlay {
    bottom: auto;
    top: 10%;
    left: 10%;
    transform:translateX(0);
    margin-left: 0;
    width: 20%;
    max-width: 280px;
}

.campaign{
width: 20%;
max-width: 280px;
bottom: 2%;
right: 2%;
}

section#concept{
background-position: center left;
background-repeat: no-repeat;
background-size: cover;
padding: 60px 0;
width: 100%;
}

.lead{
text-align: left;
padding-left: 50%;
}

.lead .line-feed{
display: none;
 }

/* --- Line Up Section --- */


#lineup h2,
#matrix h2{
font-family: brandon-grotesque, sans-serif;
font-style: normal;
font-weight: 400;
text-align: center;
font-size: 2.5em;
letter-spacing: 2px;
margin-bottom: 40px;
}


#lineup .container{
max-width: 1000px;
margin: 40px auto;
padding: 0 40px 10px;
}

.lineup-card {
width: calc(33.33% - 13.33px);
padding: 20px 10px;
}

.lineup-card .en {
font-size: 1.2rem;
}

.lineup-card .ja {
    font-size: 0.85rem;
}
.detail-item{
display: flex;
}
section.details {
padding-bottom: 20px;
}

#white-floral .container,
#apple .container,
#aqua .container{
padding: 40px 0 40px 80px;
}

#musk .container,
#citrus .container,
#woody .container{
padding: 60px 80px 40px 0;
}

#white-floral .detail-item,
#apple .detail-item,
#aqua .detail-item{
flex-direction: row-reverse;
align-items: center;
}
.image-box{
position: relative;
width: 75%;
}
#white-floral .image-box,
#apple .image-box,
#aqua .image-box{
text-align: left;
}
#white-floral .image-box img,
#apple .image-box img,
#aqua .image-box img{
padding-left: 20%;
width: 60%;
}


.text-box{
position: relative;
text-align: left;
}

.btn-more {
width: 80%;
margin-left: 0;
margin-top: 30px;
}

#white-floral .bk-image{
width: 70%;
}

#musk .bk-image{
left: -25%;
top: 0;
width: 60%;
}

#apple .bk-image{
right: -20%;
width: 70%;
}

#citrus .bk-image{
width: 70%;
}

#aqua .bk-image{
width: 65%;
}

#woody .bk-image{
left: -30%;
top: -5%;
width: 65%;
}
#matrix h2{
margin-bottom: 0px;
}

#matrix .container{
padding: 60px 0 40px;
}
section#go-to-shop{
padding: 60px 0;
width: 100%;
}

section#go-to-shop p{
font-size: 1rem;
letter-spacing: 3px;
}

section#go-to-shop a{
margin: 60px auto 40px;
}

section#go-to-shop a:hover{
opacity: .5%;
}

section#go-to-shop a img{
width: 40%;
right: -20%;
top:-130%;
}

#lh-navigation + strong {
text-align: center;
width: 70%;
margin: 0 auto;
font-size: 12px;
padding: 0 0 2% 0;
}
footer th {
font-size: 12px;
}
footer td {
font-size: 12px;
}
.copyright {
font-size: 12px;
}
}

@media screen and (min-width:1080px) {

#global-menu {
width: 800px;
margin: 0 auto;
}
#global-menu nav ul{
padding: 20px 0;
}
}
