@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

a:hover img {
-moz-opacity:0.9;
opacity:0.9;
filter:alpha(opacity=50);
}

.kw {
   font-color:#D9D8D8;
   font-size:11px;
}

body{
　　　　　　　　font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
    font-size: 14px;
    line-height:1.5em;
    letter-spacing:0.07em;
    font-weight:300;
}

br {
   display: block;
   margin: 15px 0;
}

a:hover {
text-decoration: none;
}


.fs-p-headerNavBar{
    letter-spacing: 2px;
}



/* カテゴリーの部分 */
.categories {
   max-width: 1000px;
}

/* トップカルーセルに重ねる文字 *　　.fs-pt-carousel__slide__caption　/



/* トップのFlavorエクスペアリエンス */

.container {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}

.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between; /* スペースを均等に配置 */
    width: 100%;
}

.image-item {
    position: relative;
    width: calc(25% - 15px); /* 4列 */
    box-sizing: border-box;
}

.image-item img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay1 {
    position: absolute;
    top: 80%;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.7);
    color: black;
    text-align: center;
    font-size: 18px;
    padding:10px;
}




.header_preorder_sale{
   border-top: 1px solid #e3e3e3;
   font-size: 15px;
   text-align: center;
   font-color: #000000;
   padding: 5px;
}

.fs-c-heading{
   letter-spacing: 2px;
   text-align: center;
   font-color: #000000;
   font-size: 30px;
   font-weight: 400;
   padding: 30px 0 30px 0;
}

.fs-p-drawer__heading{
   letter-spacing: 1px;
   font-size:18px;
   border-bottom: #f3f3f3 solid; 
}


#trending{
        margin-top: 30px;
        margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}



.image_trending1 { 
  padding:0 3px;
  max-width: 600px !important;
  height: auto !important;
  position: relative;
}

.image_trending1 p { 
  width: 90% !important;
  position: absolute;
  color: #ffffff;
    top: 50%; 
    left: 50%; 
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
  font-size: 16px;
  font-weight:222;
  text-align:center;
  letter-spacing: 1.5px;
}



#available{
        margin-top: 30px;
        margin-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}




/* 先行予約ページのコラム 都度変える */
#preorder{
        padding-top: 30px;
        padding-bottom: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    background-color: ##EEF2EB;
}




/* ここまで先行予約ページのコラム 都度変える */


#feature{
   margin-bottom: 50px;
}

/* #featureの中身元々これだった
　　letter-spacing: 2px;
   text-align: center;
   font-size: 20px; */


#pc_pre_wrapper{
    margin-bottom: 30px;
}

.pc_pre_banner {
    position:relative;
}

.bestseller_word{
   letter-spacing: 2px;
   margin-bottom:40px;
   font-size: 25px;
   align-items: center;
   font-family:"Times New Roman",serif;
}



.best_carousel {
       margin-bottom: 60px;
}



/* 各 ぶらんど紹介ページ内 */
#brand_intro {
   border-bottom: 1px solid #f3f3f3;
   text-align:center;
   padding:3% 20% 5% 20%;
}

#brand_intro p{
	display: inline-block;
	margin: 0 2px 5px 2px;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	background-color: #F2F7F6;
	border-radius: 2em;

}


/* CVR向上用のトップキーワード */
#keyword {
   text-align:center;
   padding:0% 10%;
}

#keyword p{
	display: inline-block;
	margin: 0 2px 5px 2px;
	padding: .6em;
	line-height: 1;
	text-decoration: none;
	background-color: #F2F7F6;
	border-radius: 2em;
}

#keyword span{
	display: inline-block;
	margin-left: 15px;
	font-family: "Times New Roman", Symbol;
        font-size:14px;
}




/コラムの本文.fs-pt-column__description/



.fs-p-card {
    background: #ffffff
}

/* 商品一覧３列 */



/* タブの外枠 */
.tab_itemdetail {
  margin-top: 12px;
}

/* タブのスタイル */
.tab_itemdetail .tab-label {
  display: inline-block;
  border: 1px solid #999;
  background-color: #ffffff;
  margin-left: 0;
  margin-right: 5px;
  padding: 10px 30px 10px 30px;
  border-bottom: none;
  font-size: 0.9em;
}

/* タブにマウスカーソルがのったときフッター */
.tab_itemdetail .tab-label:hover {
  opacity: 0.7;
}

/* ラジオボタンと内容を非表示 */
.tab_itemdetail input[name="tab-radio"],
.tab_itemdetail .tab-content {
  display: none;
}

/* タブ内容のスタイル */
.tab_itemdetail .tab-content{
  border: 1px solid #999;
  padding: 10px;
  min-height: 200px;
}

/* 選択されているタブのコンテンツのみを表示 */
.tab_itemdetail #tab-1:checked ~ .tab-1-content,
.tab_itemdetail #tab-2:checked ~ .tab-2-content,
.tab_itemdetail #tab-3:checked ~ .tab-3-content,
.tab_itemdetail #tab-4:checked ~ .tab-4-content,
.tab_itemdetail #tab-5:checked ~ .tab-5-content {
  display: block;
}

/* 選択されているタブのスタイルを変える */
.tab_itemdetail input[name="tab-radio"]:checked + .tab-label {
  background-color: #e1ddca;
}

.fs-l-footer{
   margin-top: 30px
/* 元80px */
}

.footer-container{
   border-top: 1px solid #F2F4F4;
   padding-top: 10px;
   padding-bottom: 10px;
   margin-top: 15px;
   margin-bottom: 0;
   position: relative;
   z-index: 0;
   
}

.footer_original{
    max-width: 1024px;
    margin: 0 auto;
    padding: 10px;
}

.footer-block{
    padding: 0;
    width: 23%;
    display: inline-block;
    margin: 2px -4px 0 0;
    vertical-align: top;
    box-sizing: border-box;
}

.footer-block li{
    font-size:12px;
}

.fs-c-productNameHeading__name{
    font-size: 20px;
    font-family: "Times New Roman", Symbol;
}


/* カートボタン 元padding8.border-radius3*/
.fs-c-variationMatrix__panel {
   padding: 6px;
   border-radius: 0;
}

/* カートアンダーサイズ表記 元4px*/
.fs-c-variationMatrix__row__variationName{
   margin: 5px;
}

.fs-c-variationMatrix__row {
  margin-bottom: 15px;
}



/* 背景ありの文言・フリーページ等に適用 */
.welcome_header{
   border: #B5C6BF solid;
   text-align: center;
}

.welcome_header_intro p{
  color: #222320;
  padding: 0 10% 2% 10%;
  font-weight:444;
  text-align:center;
  letter-spacing: 1px;
  line-height:1.7em;
  font-size: 15px;
}

.welcome_header span{
    color: #183B34;
    padding: 2% 10% 0 10%;
    margin-bottom:5px;
    font-size: 25px;
    letter-spacing: 1px;
    font-family: "Times New Roman";
    font-style: italic;
}





.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
        width: 80%;
}
.cp_qa .cp_actab {
	padding: 10px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.3em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 15px;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0px 10px;
	padding: 0px 8px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.0em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}

.fs-l-pageMain p {
    text-align: left;
}
input, textarea {
  width: 100%;
}

/*ログインログアウトの表示切り替えを行うCSS*/
.logout.my-false { display: none; }
.login.my-true { display: none; }
.logout { padding: 0 !important;}

.fs-c-continueShopping {
   margin-bottom: 20px;
}

/*サイズガイドCSS*/


/*カテゴリー別2コラム*/
.shopby_category {
    margin-bottom: 50px;
}

/*新着任意商品表示*/
.new_arrival_pc {
    margin-bottom: 30px;
}


/*トップカテゴリー別*/
.category {
    margin-bottom: 30px;
}


/*トップ下サービス＆コンタクト文字*/
.fs-p-card__title {
   font-size: 20px;
   letter-spacing: 1.5px;
   font-family: "Times New Roman", Symbol;
}


/*文字*/

.heading01{
   font-size: 30px;
   display: block;
   letter-spacing: 1.8px;
   font-color: #737373;
   font-family: "Times New Roman", Symbol;
   font-style: italic;
   padding: 3px;
}

.heading02{
   font-size: 18px;
   letter-spacing: 1.3px;
   margin-bottom: 18px;
   font-color: #536C60;
   font-family: "游明朝体","Times New Roman", Symbol;
   padding: 3px;
}


.quote{
  text-align: center;
  margin:40px auto;
}



/*マイページ用CSS*/
.my_page {
  color: #222320;
  font-size: 24px;
  font-weight:444;
  text-align:center;
  letter-spacing: 1.5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.my_page1 {
  color: #222320;
  font-size: 18px;
  font-weight:444;
  text-align:center;
  letter-spacing: 1.5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}


.video-container {
    position: relative;
    overflow: hidden;
}

.video-container video {
    width: 100%;
    height: auto;
    display: block;
}

.video-overlay {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%); /* 垂直方向のみ調整 */
    text-align: left; /* 文字を左寄せ */
}





/* リセットと基本設定 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* ヒーローセクション */
.hero-section {
    position: relative;
    text-align: center;
    padding: 50px 20px;
    background: url('https://flavorstyle.itembox.design/item/uk-lingerie-header.webp') no-repeat center/cover; /* 背景画像 */
    color: #183B34;
    border-radius: 30px;
    border: 1px solid #B5C6BF;
    max-width: 1200px;
    margin: 20px auto;
    overflow: hidden;
}

/* 背景画像に薄いオーバーレイを追加（読みやすさ向上） */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9); /* 白の薄いオーバーレイ */
    z-index: 0;
}

.hero-section > * {
    position: relative;
    z-index: 1;
}

.hero-section h2 {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #183B34;
}

.hero-section h3 {
    font-size: 16px;
    text-align:center;
    margin-bottom: 30px;
}

/* CTAボタン */
.cta-buttons {
    margin-top: 20px;
}

.cta-btn {
    display: inline-block;
    padding: 12px 30px;
    background: #fff;
    color: #748e80;
    text-decoration: none;
    border: 1px solid #B5C6BF;
    border-radius: 25px;
    font-size: 16px;
    margin: 5px;
    transition: background 0.3s, color 0.3s;
}

.cta-btn:hover {
    background: #748e80;
    color: #fff;
}

/* サイズセレクター */
.size-selector {
    margin: 20px auto;
    max-width: 400px;
    text-align: center;
}

.size-selector h2 {
    font-size: 22px;
    margin-bottom: 15px;
    color: #183B34;
}

.size-selector select {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 25px;
    border: 1px solid #B5C6BF;
    background: #fff;
    color: #666;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    appearance: none; /* デフォルトの矢印を非表示 */
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"><path fill="%23748e80" d="M0 0l5 5 5-5H0z"/></svg>'); /* カスタム矢印 */
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 10px;
    cursor: pointer;
}

.size-selector select:focus {
    outline: none;
    border-color: #748e80;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
    .hero-section {
        padding: 40px 15px;
        margin: 15px auto;
    }

    .hero-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hero-section h3 {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .cta-btn {
        padding: 10px 20px;
        font-size: 14px;
        display: block;
        width: 80%;
        margin: 10px auto;
    }

    .size-selector {
        max-width: 300px;
    }

    .size-selector h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .size-selector select {
        padding: 10px;
        font-size: 14px;
    }
}



/* カテゴリーセクション */
.category-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}

.category-section h2 {
    font-family: 'Times New Roman', serif;
    font-size: 24px;
    color: #748e80;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
}

/* カテゴリーコンテナ */
.category-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

/* カテゴリーアイテム */
.category-item {
    flex: 1;
    min-width: 300px;
    max-width: 380px;
    text-align: center;
}

.category-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.category-item h3 {
    display: block;
    font-size: 18px;
    margin: 20px auto;
    color: #666;
    text-decoration: none;
}

.category-item .category-btn {
    display: inline-block;
    background-color: #4a5a5a;
    color: white;
    padding: 10px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    margin: 10px auto 30px;
    transition: background-color 0.3s;
}

.category-item .category-btn:hover {
    background-color: #5a7066;
}


@media (min-width: 768px) and (max-width: 1024px) {
    .category-item {
        min-width: 230px; /* 幅を縮小して3列を維持 */
        max-width: 320px;
    }

    .category-item h3 {
        font-size: 16px; /* フォントサイズを少し小さく */
        margin: 15px auto;
    }

    .category-item .category-btn {
        padding: 8px 25px; /* ボタンのpaddingを調整 */
        font-size: 13px;
    }

    .products {
        gap: 15px; /* 隙間を小さくしてスペースを確保 */
    }
}





/* パソコン用 トップの大きい画像に文字 */

.image-container4 {
    position: relative;
    width: 100%;
    max-width: 1200px; /* 画像の幅を1200pxに固定 */
    margin: 60px auto; /* 中央寄せ */
}

/* 画像のスタイル */
.image-container4 img {
    width: 100%;
    height: auto; /* 縦横比を維持 */
    display: block;
}

/* 文字を重ねる部分 */
.text-overlay4 {
    position: absolute;
    top: 50%;
    right: 5%; /* 右側に配置（右端から5%の余白） */
    transform: translateY(-50%); /* 縦方向の中央揃え */
    text-align: center; /* テキスト中央 */
    width: 40%;
    color: #fff; /* 文字色を白に */
}

/* メインタイトル */
.text-overlay4 h2 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'Times New Roman', serif;
}

/* サブテキスト */
.text-overlay4 p {
    font-size: 16px;
    line-height: 1.8;
}

/* もっと見るリンク */
.text-overlay4 a {
display: block; /* ブロック要素にして中央寄せ */
    font-size: 14px;
    color: #fff; /* 文字色を白に */
    text-decoration: underline;
    text-align: center !important; /*
}
