/*オーバーレイヘッダー*/
/* Grid System */

.container {
  max-width: 960px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container:before,
.container:after {
  content: "";
  display: table;
}

.container:after {
  clear: both;
}

.row:before,
.row:after {
  content: "";
  display: table;
}

.row{
  font-size: 0;
}

.row:after {
  clear: both;
}

/*
.columns {
  float: left;
  display: block;
  margin-bottom: 0;
  vertical-align: top;
  padding: 0;
}

.columns.half {
  width: 50%;
}
*/

/* Nav Bar */

.hd-cart{
  position: absolute;
  top: 60px;
  left: 25px;
  text-align: center;
  white-space: nowrap;
  font-size: .7rem;
  line-height: 1.2;
}

.hd-cart > a {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.hd-cart > a:before {
  content: '';
  position: absolute;
  top: -24px;
  left: 3px;
  width: 30px;
  height: 26px;
  background: url(https://neutral0011.itembox.design/item/1477.png?t=20250115153501) no-repeat center center;
  background-size: 100% 100%;
}

.hd-cart span{
  position: absolute;
  top: -25px;
  right: -10px;
  width: 14px;
  height: 14px;
  background: #222;
  border-radius: 50%;
  text-align: center;
  font-size: .8rem;
  line-height: 14px;
  color: #fff;
}

.nav-wrap nav {
  background: #fff;
  color: #000;
  font-size: 0.2rem;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
/*
  border-bottom: solid 1px #f5f5f5;
*/
  z-index: 200;
}

.menu-icon {
  top:25px;
  right:25px;
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 0 0 auto;
  position: relative;
  cursor: pointer;
  transition: background 0.5s;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 1px;
  width: 35px;
  background: #000;
  position: absolute;
  left: 15%;
  top: 50%;
  display: block;
  content: '';
  transition: all 0.5s ease-in-out;
}

.menu-icon span:before {
  left: 0;
  top: -10px;
}

.menu-icon span:after {
  left: 0;
  top: 10px;
}

.menu-icon.active {
  background: #fff;
}

.menu-icon.active span {
  background-color: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
  top: 0;
}

.menu-icon.active span:before {
  transform: rotate(135deg);
}

.menu-icon.active span:after {
  transform: rotate(-135deg);
}
/* Menu */

.overlay-menu {
  background: #fff;
  color: #000;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding: 50px 0 0 0;
  opacity: 0;
  z-index: 99;
  /*
  text-align: center;
  */
  transform: translateY(-100%);
  transition: all 0.5s;
}

.overlay-menu.open {
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .columns {
  transform: translateY(5%);
  opacity: 0;
  transition: all 0.4s;
  transition-delay: 0s;
}

.overlay-menu.open .columns {
  transition: all 1s;
  transition-delay: 1s;
  opacity: 1;
  transform: translateY(0%);
}

.overlay-menu .columns:nth-child(2) {
  transition-delay: 0s;
}

.overlay-menu.open .columns:nth-child(2) {
  transition-delay: 1.25s;
}

.overlay-menu ul {
  font-size: 1.2rem;
}
.overlay-menu ul li{
  padding: 0.2rem;
  list-style:none;
}

/*ここから編集して居ます*/
.nav-gmenu{
  display:flex;
  padding: 80px 0px 30px 0px;
  justify-content: center;
}

.gnav{
  border-right: solid #ccc 1px;
  font-size: 1.3rem;
  line-height: 1;
  margin-left:25px;
  padding-right: 25px!important;
}

.gnav-title {
  padding: 14px 4px;
  border-top: solid #e4e4e4 1px;
  border-bottom: solid #e4e4e4 1px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: #999;
}

.columns-wrap{
  display: flex;
  margin-top:20px;
}

.columns-menu{
  margin-left:100px;
}

.columns-menu:first-child{
  margin-left:0;
}

.gnavsub{
  font-weight: bold;
}

.columns-menu ol{
  padding: 5px 0 0 20px;
}

/*ヘッダーロゴ　*/
.hd-logo{
  position: relative;
  bottom:20px;
  width: 180px;
  margin:0 auto;
  text-align:center;
}

/*検索フォーム*/
.search-header{
  position: absolute;
  top: 30px;
  left: 80px
}

.search-header .fs-p-searchForm__button{
  width:50px;
  height:25px;
  top:5px;
  background:#fff;
}

.search-header .fs-p-searchForm__input{
  padding:10px;
}

.search-header .fs-p-inputGroup{
  background:#fff;
}

/*ヘッダーフッター*/
.nav-footer .sns-navisite{
  padding-top:20px;
}

.nav-footer .sns-navisite a{
  border: 1px solid #f5f5f5;
}

/*ヘッダーフッター*/
/*ここまで編集して居ます*/

@media screen and (max-width: 600px) {
  html {font-size: 12px;}
  
.columns.half {
　　width: 100%;
　　margin: 10px 0;
}

}

/*ここからモバイルヘッダー設定*/
@media screen and (max-width: 710px) {
.nav-gmenu{
display:none;
}
  
.columns.half{
display:none;
}

.search-header{
display:none;
}

.search-mobile{
margin: 20px auto;
width: 80%;
}

.menu-icon{
width:20px;
}

.menu-icon span:before{
top:-7px;
}

.menu-icon span:after{
top:7px;
}

.menu-icon span, .menu-icon span:before, .menu-icon span:after{
width:20px;
}

.hd-logo {
width:150px;
}

/*ヒーロイメージカルーセル*/
.fs-pt-carousel{
margin-top: 88px;
}
  
/*ここからヘッダーモバイル*/

/*アイテムボックス*/

.search-contents-link {
display: flex;
flex-flow: row wrap;
}

.search-contents-link__item:nth-child(odd) {
border-right: 1px solid #dadada;
}

.search-contents-link__item {
width: 50%;
border-top: 1px solid #dadada;
}

.search-contents-link__item a:first-child {
padding-left: 20px;
}

.search-contents-link__item a {
display: flex;
align-items: center;
justify-content: space-between;
height: 60px;
font-size: 1rem;
}

.search-contents-link__item a span {
margin-right: auto;
font-weight: bold;
}

/*仮*/
.columns-wrap{
margin-top:0;
}

.gnav-title{
text-align:center;
margin:0;
border-bottom:none;
}

.rog-contents{
padding-top:38px;
}
/*仮*/
/*アイテムボックス*/


.overlay-menu ul, .overlay-menu li{
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 1rem;
}
  
#category {
background-color: #f5f5f5;
/*
　　border: 1px solid #bbb;
*/
padding-bottom: 10px;
font-size: 15px;
color: #000;
padding-top: 10px;
}
  
#category a {
text-decoration: none;
color: #000;
}
  
#category a:hover {
color: #000;
}

/*  
#menu {
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #CCC;
}
*/
  
.main_menu{
padding-top: 15px;
padding-bottom: 15px;
background-color: #f5f5f5;
font-weight: bold;
padding-left: 20px;
text-indent: 10;
display: block;
position: relative;
border-top-width: 1px;
/*
 border-top-style: solid;
*/
border-top-color: #CCC;
}
  
.main_menu::before {
content: '';
width: 8px;
height: 8px;
border: 0px;
border-top: solid 2px #000;
border-right: solid 2px #000;
-ms-transform: rotate(135deg);
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 50%;
right: 20px;
margin-top: -6px;
}
  
#menu .open::before {
-ms-transform: rotate(315deg);
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
margin-top: -3px;
}
  
#menu .main_menu:hover ,#menu .open {
    background-color: #f5f5f5;
    color: #000;
}
  
#menu .main_menu:hover::before ,#menu .open::before{
    border-top: solid 2px #000;
    border-right: solid 2px #000;
}
  
.sub_menu li a{
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 40px;
    background-color: #f5f5f5;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #CCC;
}
  
.sub_menu li a::before{
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 25px;
}
  
.sub_menu li a:hover{
    background-color: #f5f5f5;
}
  
.sub_menu li a:hover::before {
    border-left: solid 6px #000;
}
  
.third_menu li a{
    padding-left: 40px;
    border-top-style: none;
    padding-bottom: 6px;
    padding-top: 6px;   
}
  
.third_menu li a::before{
    margin-left: 65px;
}

 }
/*ここまでモバイルヘッダー設定*/

@media screen and (min-width: 710px) {
  #category{
    display:none;
  }

.search-contents{
display:none;
}

.search-mobile{
  display:none;
}

}
/*ここまでモバイルヘッダー設定*/

/*オーバーレイヘッダー*/

a{
color:#000
text-decoration: none !important;
}

a:link{
text-decoration: none !important;
}

a:visited{
color: #000;
text-decoration: none !important;
}

a:hover{
text-decoration: none !important;
opacity:0.5;
}

.fs-l-pageMain　{
  text-decoration: none;
}

/*↓↓デフォルトのcssを改造して居ます↓↓*/
/*デフォルトのメインCSS必要ない改装*/

.fs-l-pageMain {
max-width: 1500px;
margin: auto;
display: block;
}

.fs-l-main {
margin:0;
font-family: 'Noto Sans JP', sans-serif;
max-width: 100%;
padding: 0;
}

.fs-preview-header{
display:none;
}

/*カルーセルヒーローイメージとのヘッダー余白*/
.fs-pt-carousel{
margin: 95px 0 70px 0;
}

/*デフォルトのカルーゼルスライダーボタンがずれているの訂正済み*/
.fs-c-slick button:before{
position:relative !important;
}

/*デフォルトのカルーゼルスライダー左右調整*/

.fs-pt-carousel .slick-slide {
  transition: .3s ease;
}

.fs-pt-carousel .slick-slide:not(.slick-current) {
  opacity: .5;
}

/*デフォルトの任意商品表示スライダー改装*/
.fs-c-slick .slick-track:after {
content:none;
}

/*
.fs-c-slick .slick-slide{
　margin-left:20px;
}
*/

/*
.fs-c-price {
display:block;
}
*/

/*
.fs-c-productListCarousel__list__item {
flex-basis: 132px;
max-width: 132px;
min-width: 132px;
margin: 0 4px;
}
*/

/*デフォルトスライダー任意商品表示ボタン改装*/
.fs-c-button--carousel {
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
transition-delay: 0s;
border: none;
background: none;
cursor: pointer;
font-size: 4.4rem;
line-height: 1;
min-height: 1em;
position: relative;
display: flex;
justify-content: center;
align-items: center;
overflow:hidden;
}

/*
.fs-c-button--carousel::before {
font-family: 'fs-icon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
*/

/*
.fs-c-button--carousel .fs-c-button__label {
display: none;
}
*/

/*
.fs-c-productListCarousel{
padding-bottom:70px;
}
*/

/*スクロールカートボタン*/
.fs-p-scrollingCartButton__button{
background-color: #f5f5f5;
}

/*並び替えパーツの新着商品の色*/
.fs-c-sortItems__list__item.is-active{
background-color: #000;
color:fff;
}

/*商品詳細ページ*/
.fs-c-breadcrumb__list{
padding-left:5% !important;
font-size:1rem;
}

#fs_form {
width: 90%;
margin: 0 auto;
}

/*
.fs-l-productLayout{
margin-right: 100px;
}
*/

/*
.fs-l-productLayout__item{
margin:0 auto;
}
*/

.fs-c-productPrices{
line-height: normal;
/*padding: 10px 0;*/
}

.fs-c-productMembersLoginLink{
padding-bottom:10px;
}

.fs-c-variationAndActions{
padding: 10px 0;
}

.fs-c-productMarks{
margin:8px;
}

.fs-c-productNameHeading{
font-size:1.4rem;
}

.fs-c-productPrice__main__price,.fs-c-price__currencyMark,.fs-c-price__value{
color:#c33;
}

/*商品詳細モーダル等*/

@keyframes modal {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

.fs-detail-cart {
    animation: modal .5s ease;
    display: none;
    position: fixed;
    top: 100px;
    left: 16px;
    padding: 50px 24px 100px 24px;
    width: calc(100% - 32px);
    height: calc(100vh - 32px);
    background: #fff;
    z-index: 101;
    overflow-y: auto;
}

.fs-detail-cart--close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
}

.fs-detail-cart--close:before {
    top: 0;
    transform: rotate(45deg);
}

.fs-detail-cart--close:before, .fs-detail-cart--close:after {
    content: '';
    position: absolute;
    left: 0;
    transform-origin: left;
    width: 24px;
    height: 1px;
    background: #555;
}

.fs-detail-cart--close:after {
    top: 17px;
    transform: rotate(-45deg);
}

.fs-detail-cart--overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 100;
}

.fs-l-product2 .fs-l-productLayout{
    display:block;
}

.fs-detail-btns--cart{
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .075em;
    line-height: 1.2;
}

.fs-detail-btns--cart a{
    background:#000;
    display: block;
    padding: 22px 0;
    color: #fff;
}

.fs-detail-btns--favorite{
    margin-top: 14px;
    text-align: center;
    font-size: 1.4rem;
    letter-spacing: .075em;
    line-height: 1.2;
}

.fs-detail-btns--favorite a{
    background:#d9b0b0;
    display: block;
    padding: 22px 0;
    color: #fff;
}

.fs-detail-btns{
    list-style:none;
    padding:0;
}

.fs-c-productReview{
display:none;
}

/*独自コメントタブ*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  width: 700px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 14px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding:40px 0 0 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#tab-detail:checked ~ #detail-content,
#tab-spec:checked ~ #spec-content,
#tab-review:checked ~ #review-content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*商品検索結果*/
.fs-c-sortItems {
    flex-direction: column;
}

.fs-c-productList__controller{
    margin: auto;
    width: 90%;
    display:block;
}

.fs-c-sortItems__list{
    border-left: none;
    flex-direction: column;
    margin-top: 8px;
}

.fs-c-listControl{
font-size:1rem;
}

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

.fs-c-sortItems {
    width: 100%;
    flex-direction: inherit;
}

.fs-c-sortItems__list {
    flex-direction: inherit;
    margin-top:0;
}

}

/*商品検索結果お気に入りボタン*/
.fs-c-productListItem__control{
position: relative;
padding: 0;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon{
    background: #f5f5f5;
    border-radius: 50%;
    border: solid #c5c5c5 1px;
    padding: 5px;
    right: 0;
    bottom: 1px;
    position: absolute;
}

.fs-c-button--particular.fs-c-button--addToWishList--icon::before{
font-size:1.2rem;
}

/*お気に入りボタン*/

.fs-detail-cart .fs-c-button--particular.fs-c-button--addToWishList--icon{
position: initial;
}


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

.fs-c-variationAndActions .fs-c-button--particular.fs-c-button--addToWishList--icon{
position: initial;
}

}

/*商品サブグループ*/
.fs-c-subgroup{
margin:auto;
width:90%;
}

.fs-c-subgroupList__link{
padding:10px;
}

/*マイページログイン*/
.fs-body-login .fs-c-loginForm{
/*display:block;*/
margin:auto;
width:90%;
}

.fs-body-login .fs-c-newUsers{
/*margin:auto;*/
}

.fs-c-inputInformation__field table tr,.fs-c-inputInformation__field table th, .fs-c-inputInformation__field table td{
border-bottom: none !important;
border-right:none;
}

.fs-body-login .fs-c-registeredUsers{
flex-grow:0;
}

.fs-c-inputInformation__field table tbody th{
background:none;
color:#000;
font-weight: 100;
}

.fs-c-subSection__title{
border-bottom:none;
font-size:1.5rem;
font-weight:100;
}

.fs-c-inputInformation__link{
font-size:1rem;
}

.fs-c-newUsers__message,.fs-c-subSection__message{
font-size:1rem;
}

/*デフォルトヘッドタイトルボーダーボトム　*/
.fs-c-heading--page{
border-bottom: none !important;
font-family: FreightBig Pro, serif;
font-size:2rem;
margin:0;
padding:40px;
}

/*デフォルトコラム*/
.fs-pt-column{
margin-top:70px;
}

/*お問い合わせ*/
.contact-wrapper,.shop-wrapper{
margin-top:110px;
}


/*ご利用ガイド*/
.fs-c-documentArticle p{
font-size:1em;
line-height:1.5;
}

/*NEWITEMのMOREボタン*/
.newitem-buttun{
margin-bottom:70px;
}

/*カートページ*/
.fs-l-cart{
margin:auto;
width:90%;
}

/*カラムアイテム*/
.fs-pt-column__item{
padding: 10px 20px !important;
}

/*top商品アイテム*/
.fs-c-productList__list__item{
border:none;
}

.fs-c-productListItem__productName span{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fs-c-productListItem__viewMoreImageButton {
display:none;
}

.fs-c-productListItem__productName{
font-size: 0.8rem;
font-weight:100;
}

.fs-c-productPrice__main{
font-size:1rem;
}

/*ショッピングカート*/
.fs-c-listedProductName,.fs-c-listedProductName__variation,.fs-c-cartTable__unitPrice,.fs-c-productPrice__addon{
text-align:left;
font-size:0.8rem;
}

.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before{
position: static;
}

.fs-c-listedProductName__variation{
color: #777;
}

.fs-c-cartTable__actionButton__container > button {
    font-size: 0.8rem;
    width: auto;
    color: #81a8b9;
}

.fs-c-cartTable__row,.fs-c-orderTotalTable > tbody > tr:last-of-type,.fs-c-orderTotalTable > tbody > tr td,.fs-c-orderTotalTable > tbody > tr:last-of-type{
border-top: none;
border-bottom: none;
}

.fs-c-orderTotalTable > tbody > tr th{
border-top:none;
}

.fs-p-productSearch__formSwitch{
font-size:1rem;
}

/*カート内*/

.fs-p-announcement__title,.fs-c-cartTable__dataCell--subtotal,.fs-c-orderTotalTable__mainRow > td{
font-size:1.5rem;
font-weight:100;
}

.fs-p-announcement__body p,.fs-c-purchaseHere__message p{
font-size:1rem;
}

.fs-c-button--primary,.fs-c-button--secondary,.fs-c-button--continueShopping{
font-size:1.2rem;
font-weight:600;
}

/*詳細検索*/
.fs-p-productSearch__field table tr,.fs-p-productSearch__field table td,.fs-p-productSearch__field table th{
border-bottom:none;
border-right:none;
}

.fs-p-productSearch__field table tbody th{
background:none;
color:#000;
}

.fs-c-radio__radioLabelText{
flex-grow:0;
}

.fs-c-checkbox{
display:block;
}

.fs-p-productSearch__searchButton::before{
color:#fff;
}

/*ログインページ*/
.fs-c-fsLogin #fs_form{
margin:0 !important;
width:100% !important;
}

/*ログインカート*/
.fs-body-cart-login .fs-c-loginForm{
width:90%;
}

/*お気に入りログイン*/
.fs-body-wishlist-login .fs-c-loginForm{
margin: auto;
width:90%;
}

/*会員登録*/
.fs-c-inputInformation__field table tr{
background: none;
}

.fs-c-checkbox__labelText{
font-size:1rem;
}

.fs-c-dropdown{
font-size:1rem;
}

/*パスワード再設定*/
.fs-c-inputInformation__message{
width:90%;
}

/*商品詳細タブこの下に予定*/

/*お客様情報登録*/
.fs-body-customerDetails .fs-c-agreementField{
border:none;
}

.fs-c-agreementConfirmationArea__message,.fs-c-agreementConfirmation__message,.fs-c-agreementConfirmation__addon__message{
font-size: 1rem;
}


/*↑↑デフォルトのcssを改造して居ます↑↑*/


/*コンセプト*/

.top-title .title-1{
margin:70px 0 0 0;
}

.top-concept {
    position: relative;
    /*margin-top: 72px;*/
}

.title-1 {
    position: relative;
    margin-bottom: 24px;
    text-align: center;
}

.title-1-en {
    margin-bottom: 6px;
    font-family: FreightBig Pro, serif;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: .025em;
    line-height: 1.2;
    padding:0;
}

.title-1-ja {
    font-size: .8rem;
    font-weight: 100;
    letter-spacing: .0125em;
    line-height: 1.2;
    margin:0;
}

.top-concept-block {
    position: relative;
}

.top-concept-photo {
    position: relative;
    padding-bottom: 66.6180758017%;
    height: 0;
    overflow: hidden;
}

.top-concept-photo img {
    position: absolute;
    top: 0;
    left: 0;
}

.object-fit-img {
    width: 100%;
    height: 100%;
    max-width: inherit;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.top-concept-info {
    position: relative;
}

.top-concept-copy {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
}

.top-concept-text {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    line-height: 2.18181818182;
}

.top-concept .btn-1 {
    margin-top: 28px;
}

.btn-1 {
    margin: 20px auto 0;
    max-width: 270px;
    text-align: center;
    font-family: Aktiv Grotesk, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    font-size: .8rem;
    line-height: 1.2;
}

.btn-1 > a {
    display: block;
    padding: 16px 0;
    background: #fff;
    border: solid #777 1px;
    color: #222;
}


/*プロフィール非表示にしています*/
.profile-wrap{
  display:flex;
  margin:auto;
  width:70%;
  padding-top:70px;
}

.profile-img{
  width:500px;
}

.profile-text p{
  font-family: 'Noto Serif JP', serif;
  position:relative;
  font-size:20px;
  top:30%;
  left:20%;
  line-height: 1.5;
}


/*h2タイトル見出し*/
.title {
  text-align:center;
  font-size:2rem;
  font-family: FreightBig Pro, serif;
/*あとで調整します*/
  padding:20px 0 20px 0 ;
}

.tab-title {
  text-align:center;
  font-size:2rem;
  font-family: FreightBig Pro, serif;
}

/*消すかもしれません*/
.guide-title h2{
font-family: 'Noto Sans JP', sans-serif !important;
}

/*検索フォーム*/
.trend-keyword {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.btn--trend-keyword {
  color: #000;
  text-align: center;
  text-indent: .1rem;
  letter-spacing: .1rem;
  background: #f5f5f5;
  border: 1px solid #fff;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 1rem;
  margin:5px;
}

/*デフォルトキーワード検索*/
.fs-p-productSearch{
border-bottom:none;
margin:auto;
padding:8px 0 0 0 ;
width:60%;
}

/*デフォルト検索フォーム*/
.fs-p-searchForm{
width:60%;
margin:auto;
}

.fs-p-searchForm__input {
font-size:1rem;
}

/*ランキング*/

/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 70px;
  background-color: #fff;
  width: auto;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 1px solid #000;
  background-color: #f5f5f5;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #000;
  color: #fff;
}

/*MOREボタン*/

.container *, *:before, *:after{
  box-sizing: border-box;
  /*padding: 0; margin: 0;*/
  text-decoration: none;
  color: #111;
}

section.container{
  /*margin: 5% auto;*/
  text-align: center;
  }

h1{font-size: 2em; padding: 20px 0;}

p{
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 20px 0;
}

button:hover{cursor: pointer}

.container button {
  background: transparent; outline: none;
  position: relative;
  border: 1px solid #111;
  padding: 15px 50px;
  overflow: hidden;
  z-index:3;
}

 /*button:before (attr data-hover)*/
.container button:hover:before{opacity: 1 !important; transform: translate(0,0) !important;}

.container button:before{
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: .8em;
  opacity: 0;
  transform: translate(-100%,0);
  transition: all .3s ease-in-out;
}

/*button div (button text before hover)*/
button:hover div{opacity: 0; transform: translate(100%,0)}
button div{
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 400;
  font-size: .8em;
  transition: all .3s ease-in-out;
}

/*フッター*/
footer{
  background:#fff;
  font-family: 'Noto Sans JP', sans-serif;
}

.neutral-logo{
  text-align:center;
  padding:10px;
  margin-top:30px;
}

.neutral-logo img{
width:200px;
}

.sns-navi{
  display:flex;
  margin:auto;
}

.sns-navisite{
  display:flex;
}

.sns-navi a{
  width: 55px;
  height: 55px;
  background-color: #fff;
  border-radius: 50%;
  margin:0 20px;
  align-items:center;
  justify-content: center;
  display: flex;
}

/*ロゴとsnsロゴを隣あわせる時*/
.primary{
  align-items:center;
}

.sitenavi{
  display:flex;
  list-style:none;
  margin:auto;
  width:50%;
  padding:10px;
  flex-wrap:wrap;
  font-size:1rem;
}

.sitenavi li{
  margin:10px;
  width:100%;
  text-align:center;
}

.sitenavi a{
color: #000;
}

.copyright{
  width:100%;
  text-align:center;
  margin:auto;
  padding-bottom:20px;
}


/*RECOMEND任意商品表示非表示にして居ます*/
/*あとで調整します
.recomend-title{
  padding-top:70px;
}
*/

/*lookbookスライダー*/

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.style-wrap {
  position: relative;
  z-index: 2;
  width: 100%;
 /*
  height: 100%;
*/
  padding: 70px 60px 50px 60px;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.style-wrap:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*
  background: rgba(0,0,0,.5);
*/
}

.style-slider {
  position: relative;
  z-index: 200;
  margin:auto;
  padding: 0 0px;
  max-width: 800px;
  width: 100%;
}

.style-slick-prev,.style-slick-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 50px;
  line-height: 50px;
  margin-top: -25px;
  border: none;
  background: transparent;
  color: #000;
  font-family: monospace;
  font-size: 2rem;
  z-index: 300;
  outline: none;
}

.style-slick-prev {
  left: -50px;
  text-align: left;
}

.style-slick-next {
  right: -50px;
  text-align: right;
}



.item.slick-slide {
  width: 400px;
  height: 600px !important;
  transition: transform .4s;
  position: relative; 
}

.slick-slide:after {
  content:'';
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  transition: transform .4s;
}

.item.slick-slide {
  transform: scale(0.7)  translate(640px);
}

.item.slick-slide.slick-center + .slick-slide {
  transform: scale(0.8) translate(-250px);
  z-index: 10;
}

.item.slick-slide.slick-center + .slick-slide + .item.slick-slide {
  transform: scale(0.7)  translate(-640px);
  z-index: 5;
}

.item.slick-slide.slick-active {
  transform: scale(0.8) translate(250px);
}

.item.slick-slide.slick-center {
  /* margin: 0 -10%; */
  transform: scale(1);
  z-index: 30;
}

.slick-center:after {
  opacity: 0;
}

/*↓↓フリーページの編集をします↓↓*/
/*LPページ*/
.lp-wrapper{
padding-top:100px;
width:900px;
margin: 0 auto;
}

.lp-title{
margin-bottom:15px;
font-family: 'Noto Serif JP', serif;
}

.lp-title h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.lp-title h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width:100%;
  height:1px;
  content: '';
  background: #000;
}

.lp-title h2 span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}

.lp-maintext{
margin-top:20px;
background:#f5f5f5;
padding:1%;
font-family: 'Noto Serif JP', serif;
}

.lp-maintext h3{
margin:20px 0;
}

.lp-maintext p{
font-size:16px;
line-height: 1.75;
padding:0;
}

.lp-sub{
text-align:center;
}

.lp-subimg img{
margin:auto;
width:50%;
}

.lp-subtext{
text-align:center;
}

.lp-subtext h3{
margin: 20px 0;
}

.lp-subtext p{
padding:0;
}

/*ガイド*/

.guid-hed{
margin-top:100px;
}

.title,.center{
  text-align:center;
}

.center{
  font-size: 1rem;
  padding: 10px 0 20px 0;
  margin:auto;
  width:90%;
}

h2#title,h2#title1,h2#title2,h2#title3,h2#title4,h2#title5,h2#title6{
  padding-top:20px;
  width: 90%;
  margin: auto;
  font-size:1.5rem;
  font-weight: 100;
}

.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	width: auto;
	margin: 10px 0;
}
.cp_box label {
	font-weight: 500;
	position: relative;
	display: block;
	width: 90%;
	margin: auto;
	padding: 0.3em 1em;
	cursor: pointer;
	transition: all 0.3s;
	color: #000;
	border: 1px solid #dadada;
	border-radius: 3px;
  background:#f5f5f5;
}
.cp_box label:hover {
	transition: all 0.3s;
	color: #000;
	background: #fff;
}

/*
.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #da3c41;
}
*/

.cp_box label:hover::after {
	color: #ffffff;
}

/*
.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #da3c41;
}
*/

.cp_box input:checked ~ label:hover::after {
	color: #ffffff;
}
.cp_box input {
	display: none;
}
.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	background: rgba(255, 255, 255, 0.5);
}
.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}
/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
  margin: auto;
  width: 90%;
  line-height: 2;
  padding: 0.3em 1em;
  font-size: 1rem;
}

/*仮*/
 table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

 table tr {
  background-color: #f5f5f5;
  padding: .35em;
  border-bottom: 2px solid #fff;
}
 table th,
 table td {
  padding: 1em 10px 1em 1em;
  border-right: 2px solid #fff;
}
 table th {
  font-size: 1rem;
}
 table thead tr{
  background-color: #d9b0b0;
  color:#fff;
}
 table tbody th {
    background: #d9b0b0;
    color: #fff;
}
.txt{
   text-align: left;
   font-size: 1rem;
}
.price{
  text-align: left;
  color: #000;
  font-weight: 500;
}
.non{
  background:#fff
}
@media screen and (max-width: 600px) {
 table {
    border: 0;
    width:100%
  }
 table th{
    background-color: #167F92;
    display: block;
    border-right: none;
  }
 table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
 table tr {
    display: block;
    margin-bottom: .625em;
  }
 table td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: 1rem;
    text-align: right;
    position: relative;
    padding: .625em .625em .625em 4em;
    border-right: none;
  }
  
 table td::before {
    content: attr(data-label);
    font-weight: bold;
    position: absolute;
    left: 10px;
    color: #167F92;
  }
 table td:last-child {
    border-bottom: 0;
  }
 table tbody th {
    color: #fff;
}
  .std-guid td{
  text-align:left;
  padding:0;
}

.price,.txt {
text-align:right;
}
}

.guid-subtitle{
  text-align:center;
  font-size:1rem;
  padding:0;
}

.guid-subtitle2{
  text-align:center;
  font-size:1rem;
}

.std-guid{
  margin:0;
  width:auto;
}

.guid-help td{
text-align:left;
}

.guid-help table td {
padding:10px;
}
/*ガイド*/
/*↑↑フリーページの編集をします↑↑*/


/*↓↓ここからはレスポンシブデザイン↓↓*/
@media screen and (max-width: 1220px) {

/*消すかも*/
.profile-text p{
top:0;
}

}

 @media screen and (max-width: 930px) {

/*lpページ*/
.lp-wrapper{
width:700px;
}

}

 @media screen and (max-width: 760px) {

/*プロフィール消すかも*/
.profile-wrap{
display:block;
width:90%;
}

.profile-img{
width:100%;
}

.profile-text p{
left:0;
text-align:center;
}

/*lookbookスライド*/
.item.slick-slide{
width: 300px;
height: 400px !important;
}

/*検索フォーム*/
.search_container{
width:80%;
}

.nav-ranking nav{
width: 100%; 
margin: 0;
}

.nav-ranking nav a{
margin-bottom:10px;
margin:0;
}

/*ランキング*/
.tabContainer{
height: 1500px;
}

/*フッター*/

/*
.neutral-logo img{
display:none;
}
*/

.sns-navi a{
margin:0 10px;
}

.sitenavi{
width:100%;
}

/*lpページ*/
.lp-wrapper{
width:90%;
}

.lp-title h2{
padding:0;
}

.lp-title h2::before{
width:0;
}

.lp-subimg img{
width:80%;
}

}

 @media screen and (max-width: 710px) {

/*ヒーロイメージカルーセル*/
.fs-pt-carousel{
margin: 88px 0 30px 0;
}

}

 @media screen and (max-width: 600px) {

/*top商品詳細レイアウト*/
.fs-c-productList__list{
grid-gap:8px;
padding:20px 25px 0px 20px;
}

.fs-c-productList__list__item{
border:0.5px solid #ccc;
padding:0;
}

.fs-c-productListItem__productName{
margin:8px;
}

.fs-c-productPrices{
margin:8px;
}

}

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

.cp_box input:checked ~ div.cp_container{
font-size:1.5rem;
}

h2#title, h2#title1, h2#title2, h2#title3, h2#title4, h2#title5, h2#title6{
font-size: 1.8rem;
}

.txt{
font-size:1.5rem;
}
}

@media screen and (max-width: 440px) {

/*プロフィール消すかも*/
.profile-text p{
font-size:16px;
}

/*lpページ*/
.lp-wrapper{
width:90%;
}

.lp-title h2 span{
font-size:20px;
}

}

@media screen and (max-width: 360px) {

/*プロフィール消すかも*/
.profile-text p{
font-size:14px;
white-space: nowrap;
overflow: hidden;
}

}

/*↓↓調整中です↓↓*/
/*商品詳細ページ等のデフォルトcssレスポンシブ*/
@media screen and (max-width: 1500px) {

/*商品詳細*/
.fs-l-productLayout{
margin-right:0;
}

}

@media screen and (max-width: 960px) {

/*商品詳細*/
.fs-l-productLayout__item{
margin:0;
}

}

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

/*商品パンくずリスト*/
.fs-c-breadcrumb__list{
padding:200px 5px 5px 5px;
}

}

@media screen and (max-width: 850px) {

/*マイページログイン*/
.fs-body-login .fs-c-loginForm{
width:90%;
}

.fs-p-productSearch{
width:90%;
}

.fs-p-searchForm{
width:90%;
}

}

@media screen and (max-width: 510px) {

/*商品パンくずリスト*/
.fs-c-breadcrumb__list{
padding: 90px 5px 5px 5px;
}

}

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

/*商品パンくずリスト*/
.fs-c-breadcrumb__list{
padding: 120px 5px 5px 5px;
}

}

/*↑↑調整中です↑↑*/

/*コンセプト*/

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

/*h2タイトル　*/
.title {
  font-size:3.6rem;
  padding: 70px 0 20px 0;
}

 .top-concept {
    margin:auto;
    width:70%;
 }
  
/*.title-1 {
    margin-bottom: 54px;
}*/

.title-1-en {
    margin-bottom: 6px;
    font-size: 3rem;
    letter-spacing: .12em;
    /*padding-top: 70px;*/
} 
  
.title-1-ja {
    font-size: 1.1rem;
    letter-spacing: .075em;
}     
  
.top-concept-block {
    display: flex;
    align-items: center;
    padding: 11.8421052632% 0;
}

.top-concept-block:before {
    top: 0;
    left: 0;
    background: #f5f5f5;
    z-index: -2; 
} 

.top-concept-block:before, .top-concept-block:after {
    content: '';
    position: absolute;
    padding-bottom: 63.1578947368%;
    width: 63.1578947368%;
    height: 0;
    overflow: hidden;
    z-index: -1;
}  

 .top-concept-photo {
    margin-left: 7.01754385965%;
    padding-bottom: 45.0877192982%;
    width: 45.6140350877%;
}

.top-concept-info {
    padding: 0 10px;
    width: 41.9298245614%;
}
  
.top-concept-copy {
    font-size: 1.5rem;
} 
  
.top-concept-text {
    margin-top: 26px;
    font-size: 1rem;
    line-height: 2.46153846154;
}

.top-concept .btn-1 {
    margin-top: 30px;
}
  
.btn-1 {
    margin-top: 56px;
    max-width: 306px;
    font-size: .8rem;
}
  
.btn-1 > a {
    padding: 18px 0;
}
  
.top-concept-block:after {
    bottom: 0;
    right: 0;
    border: solid #c5c5c5 1px;
}
  
.top-concept-block:after {
    content: '';
    position: absolute;
    padding-bottom: 63.1578947368%;
    width: 63.1578947368%;
    height: 0;
    overflow: hidden;
    z-index: -1;
}
  
}

@media screen and (max-width: 768px){

.top-concept {
    padding-top: 48px;
}

.top-concept-photo {
    margin: 0 16px;
    width: calc(100% - 32px);
}

.top-concept-info {
    margin-top: 34px;
}

.top-concept:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 78.4%;
    width: 100%;
    height: 0;
    background: #f5f5f5;
    overflow: hidden;
    z-index: -1;
}

}

/*レスポンシブ*/
@media screen and (min-width: 769px){

.fs-detail-gallery, .fs-detail-comment {
    float: left;
    width: 52.6315789474%;
}

.fs-detail-basic {
    float: right;
    width: 38.2456140351%;
}

.fs-detail-cart {
    position: unset;
    display:block;
    padding:0;
}

.fs-detail-cart--overlay {
    display:none;
}

.fs-detail-btns {
    display:none;
}

}

/*↑↑ここからはレスポンシブデザイン↑↑*/

/*カートボタンスクロール表示*/
#topbutton {
    /* ▼ボタンの表示位置を画面の右下に固定 */
    position: fixed; /* ➁  表示場所を固定 */
    bottom: -20px; /* 画面下端からの距離 */
    opacity: 0; /* ➂  ▼最初は非表示に */
    right: 0px; /* 画面右端からの距離 */
    z-index: 10000; /* 前面に表示 */
    width:100%;
  }


#topbutton .fs-detail-btns .fs-detail-btns--favorite{
    margin:0;
}


/**/

@media screen and (max-width: 500px) {

.style-wrap .slick-list{
overflow: visible;
}

}

/*50%OFFポップアップ 240105*/

#popUpCouponBox {
  z-index: 99999999999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
#popUpCouponWrap {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media all and (min-width: 1024px) and (max-width: 1280px) { #popUpCouponWrap { width: 400px; } }
@media all and (min-width: 768px) and (max-width: 1024px) { #popUpCouponWrap { width: 50%; } }
@media all and (min-width: 480px) and (max-width: 768px) { #popUpCouponWrap { width: 60%; } }
@media all and (max-width: 480px) { #popUpCouponWrap { width: 75%; } }
#popUpCoupon {
  width: 100%;
}
#popupCouponClose {
  display: block;
  padding: 5px;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
}

