@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
.scroll-target {
scroll-margin-top: 240px; /* sticky-menuの高さと同じ */
}
.scroll-target02 {
scroll-margin-top: 200px; /* sticky-menuの高さと同じ */
}
.sticky-menu {
position: sticky;
top: 80px;
display: flex;
flex-wrap: wrap;
justify-content: center;
background-color: #fff;
padding: 10px 0;
z-index: 1000;
}
/* ボタン共通スタイル */
.menu-button {
flex: 1 1 0;
max-width: 16%; /* PC時:4つ横並び */
box-sizing: border-box;
margin: 8px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
border: 1px solid #461503;
padding: 10px 10px 20px;
text-align: center;
cursor: pointer;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
font-family: "Noto Sans JP", sans-serif;
text-decoration: none;
}
/* 色パターン */
.menu-button.type1 {
background-color: #eae4f5;
}
.menu-button.type2 {
background-color: #f7d8d5;
}
/* 英語 */
.menu-button .en {
font-size: 14px;
color: #461503;
font-weight: 300;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
transition: opacity 0.4s ease, max-height 0.4s ease;
opacity: 1;
max-height: 40px;
overflow: hidden;
text-decoration: none;
}
/* 日本語 */
.menu-button .jp {
font-size: 16px;
color: #461503;
font-weight: 400;
line-height: normal;
/* margin-top: 6px;*/
padding-bottom: 0; /* 必要なら明示しておく */
transition: padding-bottom 0.3s ease;
text-decoration: none;
}
/* 下向き矢印 */
.menu-button::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%) rotate(-45deg);
border-left: 1px solid #461503;
border-bottom: 1px solid #461503;
}
/* スクロール後:英語をフェードアウトして少し上へ */
.sticky-menu.scrolled .en {
opacity: 0;
max-height: 0;
}
/* スクロール後:日本語やボタン自体も少しコンパクトに */
.sticky-menu.scrolled .menu-button {
padding: 6px 8px 16px;
font-size: 90%;
}
/* スクロール後:余白を追加 */
.sticky-menu.scrolled .menu-button .jp {
padding-bottom: 10px; /* ← ここで余白を確保 */
padding-top: 10px; /
}
.sticky-menu.scrolled .jp {
font-size: 16px;
line-height: 1.2;
}
.gift-catch01{
font-family: "Lato", sans-serif;
font-style: normal;
display: inline-block;
padding: 0 10%;
margin-bottom: 1.4rem;
letter-spacing: .15em;
line-height: 1.2;
font-size:3.0rem;
font-weight: 400;
text-align:center;
}
.gift-catch01-sub {
display: inline-block;
padding: 0 10%;
font-size: 1.6rem;
font-weight: 300;
text-align:center;
}
.gift-catch02{
font-family: "Lato", sans-serif;
font-style: normal;
position: relative;
display: inline-block;
padding: 0 10%;
margin-bottom: 1.4rem;
letter-spacing: .15em;
line-height: 1.2;
padding: 20px 20px 10px;
font-size:3.0rem;
font-weight: 400;
text-align:center;
}
.gift-catch02:before {
content: '';
position: absolute;
bottom: -15px;
display: inline-block;
width: 60px;
height: 2px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
background-color: #461503;
border-radius: 1px;
}
.gift-catch02-sub {
display: inline-block;
padding: 10px 10%;
font-size: 2.2rem;
font-weight: 500;
text-align:center;
font-family: "Noto Sans JP", sans-serif;
}
.gift-data01 {
text-align: center;
letter-spacing: .12em;
font-weight: 400;
font-size: 1.8rem;
color: #ffffff;
background-color: #461503;
border-radius: 8px;
display: inline-block;
padding: 10px 20px;
margin: 0px 0 20px;
}
.gift-data01 span {
text-align: center;
letter-spacing: .12em;
font-weight: 300;
font-size: 1.5rem;
color: #ffffff;
}
.gift {
text-align:center;
}
.gift img {
width: 10%;
transform: translate(0, -20px);
max-width: calc(120px + 7rem);
}
.gift-m img {
width: 10%;
max-width: calc(120px + 7rem);
}
.gift-bgcolor {
/* padding: 5px 0; */
background-color: #e3dfea80;
margin: 40px 0 60px;
}
.gift-big-box {
margin: 0 auto;
width: 50%;
height: auto;
/* border: solid 1px #a39187; */
/* border-radius: 15px; */
padding: 20px 20px 20px;
/* background-color: #ffffff; */
}
.gift-bg .block-pic-text {
max-width: calc(1280px + 7rem);
}
.gift-bg .text-container {
color: #333;
}
.io-color {
color: #461503;
}
.io-font {
font-family: "Noto Sans JP", sans-serif;
}
.gift-space01 {
top:-20px;
}
.content-hidden {
display: none;
}
.sp-hidden {
display: inline;
}
@media (max-width: 1355px){
.gift-big-box {
width: 60%;
}
}
@media (max-width: 1024px){
.menu-button {
max-width: 24%;
}
.gift-big-box {
width: 90%;
}
}
@media (max-width: 999px){
.gift img {
width: 15%;
}
.gift-m img {
width: 15%;
}
}
@media (max-width: 767px){
.scroll-target {
scroll-margin-top: 160px; /* スマホ用のstickyヘッダーの高さに合わせて */
}
.scroll-target02 {
scroll-margin-top: 120px; /* スマホ用のstickyヘッダーの高さに合わせて */
}
.sticky-menu {
top: 0px;
}
.menu-button {
max-width: 45%; /* 2列にする */
flex: 1 1 45%;
aspect-ratio: auto; /* 高さ固定はやめて、柔軟にする */
height: auto;
margin: 3px;
padding: 5px 10px 20px;
}
.menu-button::after {
width: 6px;
height: 6px;
}
.sticky-menu {
justify-content: space-around; /* 2列の間隔を自動調整 */
}
/* 英語 */
.menu-button .en {
font-size: 12px;
}
/* 日本語 */
.menu-button .jp {
font-size: 12px;
line-height: 10px;
}
.sticky-menu.scrolled .menu-button {
padding: 4px 6px 14px;
}
.sticky-menu.scrolled .menu-button .jp {
padding-bottom: 8px; /* ← ここで余白を確保 */
padding-top: 8px; /
}
.sticky-menu.scrolled .jp {
font-size: 12px;
}
.gift-catch01{
font-size:4.2rem;
padding: 0 20px;
display: flex;
justify-content: center;
}
.gift-catch01-sub {
font-size: 2.8rem;
padding: 0 20px;
display: flex;
justify-content: center;
}
.gift-catch02 {
font-size: 4.0rem;
display: flex;
justify-content: center;
}
.gift-catch02-sub {
font-size: 3.4rem;
padding: 0 20px;
display: flex;
justify-content: center;
}
.gift-data01 {
font-size: 3.0rem;
}
.gift-data01 span {
font-size: 2.4rem;
}
gift-big-box {
margin: 0 auto;
padding: 20px 0;
width: 90%;
height: auto;
}
.gift img {
width: 40%;
}
.gift-m img {
width: 40%;
}
.sp-hidden {
display: none;
}
}
.menu-s {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 40px 0;
}
/* ボタン共通スタイル */
.menu-button-s {
flex: 1 1 0;
max-width: 16%; /* PC時:4つ横並び */
box-sizing: border-box;
margin: 8px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
border: 1px solid #461503;
padding: 20px 10px 30px;
text-align: center;
cursor: pointer;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
font-family: "Noto Sans JP", sans-serif;
text-decoration: none;
}
/* 色パターン */
.menu-button-s.type1 {
background-color: #ffffff;
}
.menu-button-s.type2 {
background-color: #fdf3e9;
}
/* 英語 */
.menu-button-s .en {
font-size: 14px;
color: #461503;
font-weight: 300;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
text-decoration: none;
}
/* 日本語 */
.menu-button-s .jp {
font-size: 16px;
color: #461503;
font-weight: 400;
line-height: normal;
/* margin-top: 6px;*/
text-decoration: none;
}
/* 下向き矢印 */
.menu-button-s::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%) rotate(-45deg);
border-left: 1px solid #461503;
border-bottom: 1px solid #461503;
}
.icon-heading {
display: flex;
align-items: center;
justify-content: center;
text-align: center;
letter-spacing: .12em;
font-weight: 400;
font-size: 2.0rem;
color: #461503;
font-family: "Montserrat", "Noto Sans JP", sans-serif;
gap: 0.5em;
}
.icon-heading span {
font-weight: 300;
font-size: 1.4rem;
}
.icon-heading .icon-img {
height: 3.0rem;
width: auto;
display: inline-block;
}
.bg-01 {
background-color: #F3E9D5;
padding: 20px 0;
margin-bottom: 40px;
margin-top: 20px;
}
@media (max-width: 1024px){
.menu-button-s {
max-width: 24%;
}
}
@media (max-width: 767px){
.menu-s {
justify-content: space-around; /* 2列の間隔を自動調整 */
}
.menu-button-s {
max-width: 45%; /* 2列にする */
flex: 1 1 45%;
aspect-ratio: auto; /* 高さ固定はやめて、柔軟にする */
height: auto;
margin: 3px;
padding: 10px 10px 20px;
}
.menu-button-s::after {
width: 6px;
height: 6px;
}
/* 英語 */
.menu-button-s .en {
font-size: 12px;
}
/* 日本語 */
.menu-button-s .jp {
font-size: 12px;
}
.icon-heading {
font-size: 3.2rem;
}
.icon-heading span {
font-size: 2.4rem;
}
.icon-heading .icon-img {
height: 6.0rem;
}
}
.recommend-body {
font-family:"Montserrat", "Noto Sans JP", sans-serif;
}
.recommend-body .block-slider .caption {
font-size: 1.6rem;
color: #434343;
line-height: 1.8;
}
.recommend-body .block-slider .item[data-v-9443a14a] {
text-decoration: none !important;
}
@media (max-width: 767px){
.recommend-body .block-slider .caption {
font-size: 2.6rem;
}
}
.special-body {
font-family: "Montserrat", "Noto Sans JP", sans-serif;
margin: 0;
padding: 20px;
color: #333;
}
.special-wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
max-width: calc(880px + 7rem);
gap: 40px;
margin-left: auto;
margin-right: auto;
}
.special-block {
width: calc(50% - 60px);
max-width: 500px;
}
.special-main-img {
width: 100%;
aspect-ratio: 1 / 1;
overflow: hidden;
}
.special-main-img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.special-block h4 {
text-align: center;
font-size: 1.6rem;
margin: 10px 0 20px;
color: #333;
}
.special-block p {
margin: 0;
font-size: 1.4rem;
line-height: 1.8;
color: #434343;
}
.special-block span {
margin: 0;
font-size: 1.3rem;
line-height: 1.8;
color: #333;
}
.special-item {
display: flex;
align-items: flex-start;
margin-bottom: 20px;
gap: 10px;
align-items: center;
}
.special-thumb {
width: 120px;
aspect-ratio: 1 / 1;
flex-shrink: 0;
}
.special-text p {
margin: 0;
font-size: 1.4rem;
line-height: 1.8;
color: #333;
}
a.special-text,
a.special-text p {
text-decoration: none !important;
}
/* -------- SP用 -------- */
@media (max-width: 767px) {
.special-wrapper {
flex-direction: column;
gap: 60px;
width: 100%;
margin: 0 auto;
}
.special-block {
width: 100%;
}
.special-thumb {
width: 80px;
aspect-ratio: 1 / 1;
flex-shrink: 0;
}
.special-block h4 {
font-size: 3.0rem;
margin: 10px 0 20px;
}
.special-block p {
font-size: 2.4rem;
}
.special-block span {
font-size: 2.0rem;
}
.special-text p {
font-size: 2.4rem;
}
}
.fragrance-wrapper {
max-width: calc(1280px + 7rem);
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
padding: 2rem;
}
/* ▼ カード共通スタイル */
.fragrance-box {
background: #f8f1e0;
border-radius: 1rem;
padding: 2rem;
box-sizing: border-box;
width: calc(33.333% - 40px);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.fragrance-box:nth-child(2) {
background: #f9d5c1;
}
.fragrance-box:nth-child(3) {
background: #c7e2df;
}
/* ▼ 各要素位置を揃えるための余白設計 */
.fragrance-box h3 {
font-size: 1.6rem;
margin-top: 0;
margin-bottom: 1rem;
min-height: 3rem; /* タイトルが2行でも高さ揃う */
display: flex;
align-items: center;
justify-content: center;
}
.fragrance-box img {
max-width: 120px;
height: auto;
margin-bottom: 1.5rem;
margin-top: 0.5rem;
}
.fragrance-box p {
font-size: 1.4rem;
line-height: 1.6;
color: #333;
min-height: 4.5em; /* 2〜3行でも揃う */
margin-bottom: auto; /* 下に伸びてもボタン位置がズレない */
}
.fragrance-box-button {
background: #fff;
border: 1px solid #512f2e;
border-radius: 999px;
padding: 0.5rem 1.5rem;
font-size: 1.2rem;
color: #512f2e;
margin-top: 2rem;
align-self: center;
cursor: pointer;
width: 70%;
}
.fragrance-box a:link, a:visited, a:active {
color: #512f2e;
text-decoration: none !important;
}
.menu-p {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 40px 0;
}
/* ボタン共通スタイル */
.menu-button-p {
flex: 1 1 0;
max-width: 10%; /* PC時:4つ横並び */
box-sizing: border-box;
margin: 8px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
position: relative;
border: 1px solid #461503;
padding: 10px 10px 20px;
text-align: center;
cursor: pointer;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
text-decoration: none;
}
/* 色パターン */
.menu-button-p.type1 {
background-color: #ffffff;
}
.menu-button-s.type2 {
background-color: #fdf3e9;
}
/* 英語 */
.menu-button-p .en {
font-size: 14px;
color: #461503;
font-weight: 300;
letter-spacing: 1px;
font-family: "Lato", sans-serif;
text-decoration: none;
}
/* 日本語 */
.menu-button-p .jp {
font-size: 16px;
color: #461503;
font-weight: 400;
line-height: normal;
/* margin-top: 6px;*/
text-decoration: none;
}
/* 下向き矢印 */
.menu-button-p::after {
content: '';
display: inline-block;
width: 8px;
height: 8px;
position: absolute;
bottom: 10px;
left: 50%;
transform: translateX(-50%) rotate(-45deg);
border-left: 1px solid #461503;
border-bottom: 1px solid #461503;
}
.gift-m img {
width: 10%;
max-width: calc(120px + 7rem);
}
@media (max-width: 1024px){
.fragrance-box-button {
width: 80%;
}
.menu-button-p {
max-width: 16%;
}
}
@media (max-width: 999px){
.gift-m img {
width: 15%;
}
}
@media screen and (max-width: 767px) {
.fragrance-wrapper {
gap: 20px;
}
.fragrance-box {
width: calc(100% - 10px);
border-radius: calc((10 / var(--vw-base-width)) * 100vw);
min-height: auto;
padding: 4rem 2rem;
}
.fragrance-box:nth-last-child(1):nth-child(odd) {
margin-left: auto;
margin-right: auto;
}
.fragrance-box h3 {
font-size: 3.0rem;
margin-top: 0;
margin-bottom: 1rem;
min-height: 3rem; /* タイトルが2行でも高さ揃う */
display: flex;
align-items: center;
justify-content: center;
}
.fragrance-box p {
font-size: 2.4rem;
line-height: 1.6;
color: #333;
min-height: 4.5em; /* 2〜3行でも揃う */
margin-bottom: auto; /* 下に伸びてもボタン位置がズレない */
}
.fragrance-box-button {
background: #fff;
border: 1px solid #512f2e;
border-radius:999px;
padding: 0.5rem 20px;
font-size: 2.2rem;
color: #512f2e;
margin-top: 2rem;
align-self: center;
cursor: pointer;
width: calc((400 / var(--vw-base-width)) * 390px);
}
.menu-p {
justify-content: space-around; /* 2列の間隔を自動調整 */
padding: 40px 5px;
}
.menu-button-p {
max-width: 22%;
/* flex: 1 1 25%; */
aspect-ratio: auto;
height: auto;
margin: 3px;
padding: 10px 10px 20px;
}
.menu-button-p::after {
width: 6px;
height: 6px;
}
/* 英語 */
.menu-button-p .en {
font-size: 12px;
}
/* 日本語 */
.menu-button-p .jp {
font-size: 12px;
}
.gift-m img {
width: 40%;
}
}
RECOMMENDED GIFT
ギフト選びをお手伝い
気軽に贈りたいときに
特別な贈りものに
シャンパックのヘアケアギフト
どんな髪質にもお使いいただけるシャンプーと、ヘアパックをセットに。まいにち使うものだから香りや質感にこだわって上質なヘアケアタイムを。ヘアパックは仕上がりや香りの異なる3種から選べます。
スパイシーな香りをまとうギフト
個性的でマニッシュなスパイシーウッドの香りのボディウォッシュと凛とした個性と刺激を感じる香りのオードパルファン。
ボディウォッシュは3つの香り、オードパルファンは5つの香りをラインナップ。贈る相手のイメージで組み合わせを楽しんでも♪
いつでもどこでもUVケアギフト
オールシーズン必要なUVケアアイテムはギフトにおすすめ。フェイス、ボディ用はもちろん、紫外線カット成分 (※メトキシケイヒ酸エチルヘキシル)配合のヘアミストまで、どれを組み合わせてもうれしい贈りものに。
うるおいスキンケアギフト
落とす・洗うが1つで叶うクレンジング・洗顔料と好きなタイミングで自由に使える美容液で、しっとり&うるおい肌に。肌効果だけでなく、香りや感触も楽しみながら、まいにちのお手入れをもっとハッピーに♪
おすすめの香りを贈る
イノセントフローラルの香り
さわやかなレモンとスイートなフローラルを基調とした、清潔感と透明感のある香り。
アイテムを見る
ビターオレンジの香り
フレッシュなオレンジにピールのような苦みを加えた香り。
アイテムを見る
クリアフローラルを基調とした香り
清楚で透明感のあるリリーやヴァイオレット、清々しくさわやかなリーフィーを基調とした香り。
アイテムを見る