.fs-preview-header { display: none; }
* {box-sizing: border-box;}
body {
    font-family:"Noto Sans JP", sans-serif;
    font-size:15px;
    z-index:0;
    line-height: 1.75em;
    background:#f5ecdb;
}
.color-brown{
    color:#867874;
}
.font-jost{
    font-family: "Jost", sans-serif;
    font-weight:200;
}
 footer{
    z-index:1;
    position:relative;
}
body.fs-body-custom{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    max-width:100% !important;
}
.fs-l-page{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    max-width:100% !important;
}
main.fs-l-main{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
    max-width:100% !important;
}
a {
    color:#867874;
	outline : none;
	text-decoration:none;
}
a.active, a:active, a:focus, a:hover {
    color:#867874;
	text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 200;
  margin:0;
  padding:0;
  }
p{
  margin:0;
  padding:0;
}
img{
    width:100%;
    height:auto;
}
*:focus {
  outline: none;
}
/*--------------------------------------------------------------
FITSフッター
--------------------------------------------------------------*/
li.footer-nav-item a{
    font-size:12px !important;
	font-family: "游ゴシック体", YuGothic, '游ゴシック', 'Yu Gothic', "Hiragino Kaku Gothic ProN", sans-serif !important; 
}
li.footer-nav-item a:hover{
    font-size:12px !important;
    color:#fff !important;
    opacity:0.8 !important;
    text-decoration:underline !important;
}
p.copyright{
    display:block !important;
    width:100% !important;
    text-align:center !important;
}
p.copyright small{
    font-weight:600 !important;
}
@media screen and (max-width: 767px){
li.footer-nav-item a{
    font-size:11px !important;
}
li.footer-nav-item a:hover{
    font-size:11px !important;
}
}
@media screen and (max-width: 335px){
li.footer-nav-item a{
    font-size:10px !important;
}
li.footer-nav-item a:hover{
    font-size:10px !important;
}
}
/*--------------------------------------------------------------
全体
--------------------------------------------------------------*/
.wrapper {
    width:1152px;
    padding:0; 
    display:block;
    margin:0 auto;
    position:relative;
    overflow-x:hidden;
}
section {
    width:100%;
    padding:0; 
    display:block;
    margin:0 auto;
    position:relative;
}
.mx-auto{
    display:block !important;
    margin:0 auto !important;
}
.text-center{
    text-align:center;
}
@media screen and (max-width: 991px){
.wrapper {
    width:100%;
}
.sp-padding-5{
    padding:0 5px;
}
.sp-padding-10{
    padding:0 10px;
}
.sp-padding-15{
    padding:0 15px;
}
.sp-padding-20{
    padding:0 20px;
}
.sp-padding-25{
    padding:0 25px;
}
.sp-padding-30{
    padding:0 30px;
}
.sp-padding-35{
    padding:0 35px;
}
.sp-padding-40{
    padding:0 40px;
}
.sp-padding-45{
    padding:0 45px;
}
}
/*--------------------------------------------------------------
アニメーション
--------------------------------------------------------------*/
 /* アニメーション*/
.animation01{
    opacity:0;
}

/*--------------------------------------------------------------
追従バナー
--------------------------------------------------------------*/
.purchase-banner-area{
    position:fixed;
    right: calc(50% - 576px + 20px); /* 画面中央の.wrapperの右側に配置 */
    bottom:20px;
    width:300px;
    z-index:999;
}
.purchase-banner-inner{
    position:relative;
}
.purchase-banner{
    z-index:2;
}
.banner-close{
    position:absolute;
    top:-2%;
    right:0;
    width:10%;
    z-index:3;
}
.banner-close:hover{
    cursor:pointer;
}
@media screen and (max-width:1151px) {
.purchase-banner-area{
    right:10px;
    bottom:10px;
}
}
@media screen and (max-width:767px) {
.purchase-banner-area{
    width:50%;
}
}
/*--------------------------------------------------------------
ヘッダー
--------------------------------------------------------------*/
header{
    width: 100%;
    height: 60px;
    background: #231f20;
    position: fixed;
    top: 0px;
    z-index: 9999; /* ここを追加 */
}
.header-area {
    width:1152px;
    padding:0; 
    display:block;
    margin:0 auto;
    position:relative;
    overflow-x:hidden;
}
img.vasilisa-header-logo{
    width:200px;
    height:auto;
    padding:20px 0 20px 10px;
}
.menu-trigger {
    display: block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 10px;
    text-align: center;
    z-index: 1000000 !important; /* nav よりも高い z-index */
    transition: transform .5s;
}
.menu-trigger span {
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    height: 1px;
    background: #fff;
    width: 30px;
    z-index: 1000000 !important; /* nav よりも高い z-index */
}
.menu-1{
    top:20px;
}
.menu-2{
    top:29px;
}
.menu-3{
    top:38px;
}
.menu-1.open {
    top:29px;
    transform: rotate(45deg);
}
.menu-2.open {
    display:none;
}
.menu-3.open {
    top:29px;
    transform: rotate(-45deg);
}
@media screen and (max-width:1151px) {
header{
    height: 50px;
}
.header-area {
    width:100%;
}
img.vasilisa-header-logo{
    width:160px;
    padding:17px 0 17px 15px;
}
.menu-trigger{
    right:5px;
}
.menu-trigger span {
    width: 25px;
}
.menu-1{
    top:17px;
}
.menu-2{
    top:25px;
}
.menu-3{
    top:33px;
}
.menu-1.open {
    top:24px;
}
.menu-3.open {
    top:24px;
}
}
@media screen and (min-width: 1152px) {
header .container{
    width: 1152px;
}
.menu-trigger {
    right: calc(50vw - 566px); /* 初期位置をrightで固定 */
}
}
/*--------------------------------------------------------------
メニュー
--------------------------------------------------------------*/
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
nav {
    width: 300px; /* デフォルトの幅 (PC用) */
    height: calc(var(--vh, 1vh) * 100);
    background: #867874;
    position: fixed;
    top: 0;
    z-index: 999;
    opacity: 0;
    transition: opacity .5s;
    pointer-events: none; /* クリックを無効にする */
}

nav.open {
    opacity: 1;
    z-index: 999999;
    pointer-events: auto; /* クリックを有効にする */
}
nav ul{
  padding:0 15px !important;
  margin:100px 0 0 !important;
  list-style: none;
  width:100%;
}
nav li {
  text-align:right;
  padding:0 !important;
  margin:0 !important;
}
nav li a{
  display:block;
  padding:15px;
  font-weight:600;
  line-height:1.4em;
  font-size:32px;
  color:#fff !important;
}

/*--------------------------------------------------------------
TOP
--------------------------------------------------------------*/
#vasilisa_01{
    margin-top:60px;
    z-index:2;
}
#vasilisa_01 .container{
    padding:0;
}
img.kv{
    width:100%;
    height:auto;
}
@media screen and (max-width: 1151px) {
#vasilisa_01{
    margin-top:50px;
}
}
/*--------------------------------------------------------------
ABOUT
--------------------------------------------------------------*/
#vasilisa_02 {
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/about_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0 60px;
    z-index:1;
}
.kv-item{
    position:absolute;
    bottom:-28%;
    left:0;
    right:0;
    margin:auto;
    width:260px;
    height:auto;
    z-index:3;
}
.vasilisa-about-logo{
    width:320px;
    height:auto;
    display:block;
    margin:0 auto;
}
.about-title{
    width:400px;
    height:auto;
    display:block;
    margin:5% auto 0;
}
.about-en-title{
    width:320px;
    height:auto;
    display:block;
    margin:5% auto 0;
}
.about-message{
    width:300px;
    height:auto;
    display:block;
    margin:5% auto 0;
}
.kv-item{
    position:absolute;
    bottom:-28%;
    left:0;
    right:0;
    margin:auto;
    width:260px;
    height:auto;
    z-index:3;
}

@media screen and (min-width: 992px) and (max-width: 1151px) {
.kv-item{
    bottom:-20%;
    width:230px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.kv-item{
    bottom:-25%;
    width:200px;
}
}
@media screen and (max-width: 767px) {
#vasilisa_02 {
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/about_bg_sp.jpg);
    padding: 40% 0 15%;
    z-index:1;
}
.kv-item{
    width:45%;
    bottom:-30%;
}
.vasilisa-about-logo{
    width:60%;
}
.about-title{
    width:75%;
    margin:10% auto 0;
}
.about-en-title{
    width:65%;
    margin:10% auto 0;
}
.about-message{
    width:60%;
    margin:10% auto 0;
}
}

/*--------------------------------------------------------------
スライダー
--------------------------------------------------------------*/
.slider-area a {
    cursor:pointer;
}
/*--------------------------------------------------------------
モーダル
--------------------------------------------------------------*/
.modal{
    display: none;
    height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left:0;
    width: 100%;
    z-index:999999999;
}
.modal__bg{
    background: rgba(36,24,21,0.9);
    height: calc(var(--vh, 1vh) * 100);
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width:1100px;
    background-repeat:no-repeat;
    background-position:top;
    background-size:cover;
    background-image:url(https://fits.itembox.design/item/vasilisa_2024//img/popup_bg_pc.png);
}
.js-modal-close-button{
    display: block;
    position: absolute; /* 必要に応じて絶対位置を保持 */
    top: 20px;
    right: 20px;
    width: 35px;   /* クリック可能な領域の幅 */
    height: 35px;  /* クリック可能な領域の高さ */
    cursor: pointer; /* ポインタをクリック状態に */
    z-index: 99999; /* 適切なz-index */
}
.js-modal-close-button span {
    position: absolute;
    top: 50%; /* 親要素の中央に配置 */
    left: 0;
    transform-origin: center center;
    transform: translate(-50%, -50%); /* 親要素の中央に表示 */
    height: 1px;
    background: #666564;
    width: 35px;
}
.js-modal-close-button .close-1{
    transform: rotate(45deg);
}
.js-modal-close-button .close-2{
    transform: rotate(-45deg);
}
.modal-area{
    display:flex;
    align-items:center;
    padding:60px;
    font-weight:200;
}
.modal-left{
    width:50%;
    padding-right:8%;
}
.modal-right{
    width:50%;
}
.popup-text{
	font-size:18px;
	color:#726658;
	letter-spacing:0.1em;
	line-height:2.0em;
    font-weight:300;
}
.element-area{
    background:#fffef2;
    padding:20px 40px 10px;
    margin:30px 0 20px;
}
.element-table{
    background:#fffef2;
    padding:20px 40px;
    color:#666564;
}
.element-table th{
    vertical-align:top;
    width:90px;
    padding:2px 0 0 15px !important;
    line-height:1.5em;
    font-weight:300;
    font-size:13px;
}
.element-table td{
    padding-right:10px;
    vertical-align:top;
    width:calc(100% - 90px);
    line-height:1.5em;
    font-weight:300;
    font-size:13px;
}
.element-table td strong{
    font-weight:600;
}
.element-area p{
    display:block;
    margin:15px 0 10px;
    border-top:1px solid #666564;
}
.element-area p strong{
    display:inline-block;
    margin:10px 15px 0;
    color:#666564;
    font-size:13px;
}
.store-area {
    list-style: none;
    padding: 0;
    display: flex; /* フレックスボックスで子要素を配置 */
    align-items: center; /* 垂直方向の中央揃え */
    justify-content: center; /* 水平方向の中央揃え */
    flex-wrap: wrap; /* フレックス要素を折り返し */
    height: 100%; /* 親要素の高さ全体を利用 */
}

/* 既存のstore-area liスタイル */
.store-area li {
    display: inline-block;
    border-radius: 5px;
    list-style: none;
    background: #ac9368;
    color: #fff;
    font-weight: 300;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    text-align: center;
}

/* リストアイテムが1つの場合に中央に配置するスタイル */
.store-area li.single-item {
    width: 60%;
    margin: 0;
}
@media screen and (min-width: 992px){
.store-area li.single-item {
    position:relative;
    left:10%;
}
}
@media screen and (max-width: 991px){
.store-area li.single-item {
    width: 50%;
}
}

/* aタグのスタイル */
.store-area li a {
    display: block;
    color: #fff;
    padding: 5px;
}

/* buttonタグのスタイル */
.store-area button {
    border-radius: 5px;
    width: 100%;
    display: block !important;
    text-align: center;
    background: #ac9368 !important;
    color: #fff !important;
}

/* 偶数・奇数アイテムのスタイルを適用 */
.store-area li:nth-child(2n+1) {
    margin-right: 5px;
}
.store-area li:nth-child(2n) {
    margin-left: 5px;
}
.popup-text-mini{
    margin:50px 0 30px;
	font-size:24px !important;
	color:#726658;
	line-height:1.8em;
    font-weight:300;
}
.popup-item-mini{
    padding:0 70px;
}
.popup-minibottle-title{
    padding:0 30px 0 90px;
    position:relative;
    bottom:8px;
}
.modal-right-mini{
    padding-right:85px;
}
.popup-item03{
    position:relative;
    left:4.0%;
}
@media screen and (max-width: 991px){
.modal__content{
    max-width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y:scroll;
    background-image:url(https://fits.itembox.design/item/vasilisa_2024//img/popup_bg_sp.png);
}
.modal-area{
    display:block;
    padding:30px 25px;
}
.modal-left{
    width:100%;
    padding-right:0;
    margin:50px 0 0;
}
.modal-left img{
    display:block;
    margin:0 auto 20px;
    max-width:400px;
}
.modal-right{
    width:100%;
}
.popup-text{
	font-size:16px;
	line-height:1.8em;
	text-align:center;
}
.element-area{
    padding:15px 15px 5px;
    margin:20px 0;
}
.popup-text-mini{
    margin:25px 0;
	font-size:18px !important;
	color:#726658;
	line-height:1.8em;
    font-weight:300;
}
.popup-item-mini{
    padding:0;
}
.popup-minibottle-title{
    width:60%;
    max-width:300px;
    display:block;
    margin:0 auto;
    padding:25px 0 0;
    bottom:0;
}
.modal-right-mini{
    padding-right:0;
}
}

@media screen and (max-width: 480px){
.popup-text{
	font-size:3.6vw;
	letter-spacing:0.05em;
}
.popup-text-mini{
	font-size:4.05vw;
	letter-spacing:0.05em;
}
.element-area p strong{
    margin:10px 5px 0;
}
.element-table th{
    width:60px;
    padding:2px 0 0 5px !important;
    font-size:12px;
}
.element-table td{
    padding-right:10px;
    width:calc(100% - 60px);
    font-size:12px;
}
.element-area p strong{
    font-size:12px;
}
}
@media screen and (max-width: 391px){
.popup-text{
	font-size:3.3vw;
}
.popup-text-mini{
	font-size:3.71255vw;
}
}
@media screen and (max-width: 359px){
.popup-text{
	font-size:3.0vw;
}
.popup-text-mini{
	font-size:3.375vw;
}
.element-table th{
    width:50px;
    padding:2px 0 0 5px !important;
    font-size:10px;
}
.element-table td{
    padding-right:5px;
    width:calc(100% - 50px);
    font-size:10px;
}
.element-area p strong{
    font-size:10px;
}
.store-area li a{
    font-size:11px;
}
}
/*--------------------------------------------------------------
アンカーリンク
--------------------------------------------------------------*/
#vasilisa_link03,#vasilisa_link12,#vasilisa_link13{
    margin-top:-60px;
    padding-top:60px;
}
#vasilisa_link02{
    margin-top:-120px;
    padding-top:120px;
}
@media screen and (max-width: 1151px){
#vasilisa_link03,#vasilisa_link12,#vasilisa_link13{
    margin-top:-50px;
    padding-top:50px;
}
#vasilisa_link02{
    margin-top:-90px;
    padding-top:90px;
}
}
/*--------------------------------------------------------------
成分
--------------------------------------------------------------*/
#vasilisa_04{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element01_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 20px;
}
#vasilisa_06{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element02_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}
#vasilisa_08{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element03_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}
#vasilisa_10{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element04_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 20px;
}
#vasilisa_12{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element05_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 60px;
}
#vasilisa_13{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/lineup_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 40px;
}
@media screen and (max-width: 991px){
#vasilisa_04{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element01_bg_sp.jpg);
    padding: 60px 0 10px;
}
#vasilisa_06{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element02_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 30px;
}
#vasilisa_08{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element03_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 30px;
}
#vasilisa_10{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element04_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 10px;
}
#vasilisa_12{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/element05_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 100px;
}
#vasilisa_13{
    background-image: url(https://fits.itembox.design/item/vasilisa_2024/img/lineup_bg_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 20px;
}
}
.element-content{
    width:580px;
    display:block;
    margin: 0 auto;
}
.element-title{
    font-size:28px;
    font-weight:300;
    margin-bottom:50px;
    letter-spacing:0.15em;
}
.element-txt{
    font-size:20px;
    font-weight:300;
    line-height:1.9em;
    margin:0 0 50px;
    letter-spacing:0.15em;
}
.element-txt sup{
    font-size: 10px;
    display: inline-block; /* 追加 */
    position: relative;
    top: -1.0em;
    right:10px;
}
.add-txt{
    display: block;
    font-size: 12px;
    line-height:1.3em;
    font-weight:300;
}
.add-txt02{
    display: block;
    font-size: 12px;
    line-height:1.3em;
    font-weight:300;
}
.add-link{
    display:inline;
}
.indent-txt01{
    margin:0 0 0 1em;
    text-indent:-1em;    
}
.product-design-item{
    padding:0 30px;
    margin:0 auto;
    position:relative;
    left:1%;
}
@media screen and (max-width: 991px){
.product-design-item{
    display:block;
    width:100%;
    max-width:400px;
    padding:0 5px;
    margin:15px auto 0;
}
.element-content{
    width:100%;
}
.element-title{
    font-size:5.6vw;
    margin-bottom:30px;
    line-height:1.6em;
    font-weight:300;
}
.element-txt{
    font-size:4.0vw;
    margin:0 0 30px;
    font-weight:300;
}
.add-txt{
    font-size:2.8vw;
}
.add-txt02{
    font-size:2.8vw;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.element-title{
    font-size:28px;
    font-weight:300;
    margin-bottom:50px;
    letter-spacing:0.15em;
}
.element-txt{
    font-size:20px;
    font-weight:300;
    line-height:1.9em;
    margin:0 0 50px;
    letter-spacing:0.15em;
}
}
/*--------------------------------------------------------------
LINE UP
--------------------------------------------------------------*/
.lineup-content{
    width:1080px;
    display:block;
    margin: 0 auto;
}
.lineup-title{
    font-size:36px;
    font-weight:200;
    margin-bottom:50px;
    letter-spacing:0.15em;
}
.lineup-area{
    padding:60px 60px 100px 60px;
}
@media screen and (max-width: 1151px){
.lineup-content{
    width:100%;
}
.lineup-area{
    padding:0 30px 120px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px){
.lineup-area{
    padding:0 80px 150px;
}
.element-title{
    font-size:28px;
    margin-bottom:50px;
}
.element-txt{
    font-size:20px;
    margin:0 0 50px;
}
}
@media screen and (max-width: 767px){
.lineup-area{
    padding:0 25px 120px;
}
.lineup-title{
    font-size:7.0vw;
    margin-bottom:0;
    line-height:1.6em;
}
}