.fs-preview-header { display: none; }
body{
  font-size: 1.3rem;
  font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic','Arial','Helvetica',sans-serif;
  letter-spacing: 0.1em;
  line-height: 180%;
}
/*変更*/
h1{
  margin: 0;
}
p{
  font-size: 14px;
  color: #121212;
}
a:hover,a:visited,a:active {
  opacity: 0.7 !important;
  text-decoration: none !important;
}
button:hover {
  opacity: 0.8 !important;
}
/*a:hover,a:visited,a:active {
    background: inherit !important;
    color: #3c3c3c !important;
    text-decoration: none !important;
}
/*icomoonヘッダー＆フッター*/
img {
    vertical-align: top;
}
.font_sns{
     font-size: 5em;
     line-height: 0em;
}
.font_sns a:hover {
    text-decoration: none;
}
.font_mypage{
     font-size: 3em !important;
}
/*トップページ全体のラップ*/
/*全体各コンテンツ*/
.fs-c-subSection__title {
    border-bottom: none;
    color: #444444;
    font-size: 1.6rem;
    padding-bottom: 10px;
}
/*背景色*/
.bg01{
  background-color: #f3f3f3;
}
.bg02{
  background-color: #e6e6e6;
}
/*ヘッダーのカート*/
.p_header__bottom__account  {
  position: relative;
}
.p_header__bottom__account li span {
    width: 15px;
    height: 15px;
    background: #EA5430;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    font-size: 10px;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    right: -5px;
    padding-top: 1px;
}

/*ヘッダー上部*/
.header_pc{
    margin: auto;
    max-width: 1216px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header_top_left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_top_right{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_pointtext{
  padding-left: 20px;
  color: #e86352;
  font-size: 90%;
}
.header_pointtext a{
  color: #e86352;
}
.header_serch{
  padding-left: 20px;
}
.header_top_icon ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.header_top_icon li{
  font-size: 2.3em;
  padding-left: 10px;
}
.header_top_icon a{
  color: #444444;
}
/*ヘッダー下部*/
.fs-p-headerNavBar {
    background: #444444;
    border-bottom: none;
    color: #ffffff;
    border-bottom: none;
    letter-spacing: 0.08em;
}
.fs-p-headerNavigation {
    justify-content: center;
}
.header_under ul{
  list-style: none;
  padding-inline-start: 0px;
}
.header_under_list{
  text-align: center;
}
.header_under_list a{
  color: #ffffff;
}
.header_under_item{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 1em;
}
.header_under_item + .header_under_item:before {
    content: '';
    display: block;
    width: 1px;
    background: #e5e5e5;
    height: 20px;
    position: absolute;
    left: -3px;
    top: 1px;
}
/*ヘッダーのコンテンツ_PC*/
.fs-l-header__contents{
  max-width: 1216px;
}
/*トップページ各コンテンツ*/
.toppage_contents{
  padding: 30px 8px;
}
/*↓↓↓ボタン*↓↓↓/
/*トップページでボタン使用（もっと見る等の場合に使用）*/
.common_link{
  text-align: center;
}
.avenuetop_button {
  background: #fff;
  border: 1px #333 solid;
  border-radius: 0px;
  color: #333;
  cursor: pointer;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 1em;
  min-width: 300px;
  margin-top: 30px;
}
.fs-pt-list {
    list-style: none;
    padding: 0;
    background-color: #fff;
}
.fs-p-dateList{
  background-color: #eeeeee;
    padding: 2.5em;
    border: solid #b2b2b2 1px;
}
.fs-pt-list__link a,.fs-pt-list__link a:visited{
  color:#333;
}
.fs-p-dateList > li {
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    padding: 8px 0 0;
}
/*新規会員登録でボタン使用（詳しく見る等の場合に使用）*/
.avenue_button{
    background: #123658;
    border-radius: 0px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    padding: 0.7em 1.5em;
    margin-top: 0.5em;
}
/*会員ランクページでボタン使用（ページ推移等の場合に使用）*/
.avenue_button02{
  background: #123658;
  border-radius: 0px;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 0.7em 4em;
  min-width: 250px;
  margin: 20px 0 30px 0;
}
/*トップページ*/
.fs-pt-carousel img {
    max-width: 80vw;
}
h2 {
    margin-block-end: 0;
    line-height: 0.9em;
}
.heading_sm{
    font-size: 60%;
    padding-top: 5px;
    padding-left: 5px;
}
.fs-p-heading--lv2:not(:first-child) {
    margin-top: 4em;
}
.fs-p-heading--lv2 {
    border-bottom: none;
    color: #5c5c5c;
    font-size: 1.8rem;
    padding-bottom: 0.6em;
}
/*トップページ_新着商品*/
.newsbox{
    background-color: #fff;
    padding: 8px;
}
/*トップページ_ブランドリスト*/
.top_brandlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_brandlist li{
      width: 18%;
      border: 1px solid #ddd;
      padding: 2px;
      margin: 5px;
}
/*トップページ_ブログ*/
.top_blog_wrap {
    display: flex;
    justify-content: space-between;
}
.top_blog_wrap ul{
    list-style: none;
    padding-inline-start: 0px;
    width: 50%;
}
.top_blog_inner{
  display: flex;
  justify-content: flex-start;
}
.blog_day{
  color:#999999;
  font-size: 95%;
}
.blog_text{
  padding-right: 15px;
  width: 40%;
  text-align: right;
}
/*トップページ_インスタ*/
.top_instalist {
    display: flex;
    flex-wrap: wrap;
    justify-content :space-between;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
}
.top_instalist li{
  width: 32.7%;
  margin: 2.5px;
}
/*ドロワーメニュー上部*/
.fs-p-drawer__loginLogout__logout, .fs-p-drawer__loginLogout__login {
    border-radius: 0px;
    height: 40px;
    margin-top: 10px;
}
.fs-clientInfo .is-ready {
    padding: 10px;
}
.drower_newmember{
    color: #e86352 !important;
    font-size: 80%;
}
/*ドロワーメニューPC*/
.fs-p-sideMenu a:hover {
    background: inherit !important;
    color: #3c3c3c;
    transition-duration: 0;
    transition-timing-function: ease;
    transition-delay: 0;
}
.leftmenu_pc_header{
  font-weight: bold;
  padding-top: 10px;
}
.fs-p-sideMenu ,.fs-pt-menu__heading--lv1 {
    border: none !important;
}
.fs-p-sideMenu ,.fs-pt-menu__heading {
    padding: 5px 0px !important;
    text-indent: 15px;
}
.fs-p-sideMenu ,.fs-pt-menu__item {
    margin-top: 0px !important;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
    content: "";
    padding-left: 23px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}
.font_col_red{
  color: #ed1c24;
}
.font_col_red a:hover{
  color: #ed1c24;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::after {
    content: "";
}
.fs-p-sideMenu .fs-pt-menu__link--lv1::before {
    content: "";
    padding-left: 15px;
}
.fs-p-sideMenu .fs-pt-menu__link--lv1 {
    justify-content: flex-start;
    padding-left: 10px;
}
.drower_menuhead {
    font-size: 1.5rem;
    text-align: left;
    text-indent: 15px;
    border-top: #999 solid 1px;
}
.drower_snsicon{
  font-size: 4.5em;
  text-align: center;
  color: #666666;
}
/*各ページ共通*/
.fs-c-heading--page {
    border-bottom: none;
    text-align: left;
    padding: 10px;
    background-color: #444444;
    color: #fff;
    font-size: 1em;
}
.fs-p-announcement__body{
  margin-bottom: 10px;
}
/*新規会員登録*/
.membermerit_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.membermerit_container ul{
  list-style: none;
}
.membermerit_item{
  width: 48%;
  border: 1px solid #cccccc;
  padding: 0.8em 0.5em;
  margin: 0.3em 0.2em;
}
/*↑↑↑タブレット以上の場合↑↑↑*/
@media screen and (min-width: 769px) {
  .membermerit_item{
    width: 32%;
  }
}
.membermerit_item01{
  font-size: 3em;
  color: #123658;
}
.membermerit_item02{
  font-size: 1.2em;
  color: #123658;
  font-weight: bold;
}
.membermerit_item03{
  text-align: left;
  padding: 0.6em 0;
}
/*会員ランクについて*/
.aboutrank_title {
    color: #3c3c3c;
    font-size: 1.8rem;
    padding: 20px 0 10px 0;
    border-left: solid 5px #3c3c3c;
    padding: 0.5em;
    margin-top: 15px;
}
.fs-c-specTableContainer {
    margin: 10px 0 20px 0;
}
.aboutrank_text{
  background-color: #444444;
  color: #ffffff;
  padding:0.5em 1em;
}
.aboutrank_container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutrank_item{
  width: 100%;
  background-color: #eee;
  padding: 1.5em 1em 1em 1em;
  margin: 0.5em 0.2em;
}
.aboutrank_item img{
  width: 65%;
  padding-top: 10px;
}
/*↑↑↑タブレット以上の場合↑↑↑*/
@media screen and (min-width: 769px) {
  .aboutrank_item{
    width: 48%;
  }
}
.aboutrank_item01{
  font-size: 1.3em;
  font-weight: bold;
}
.aboutrank_attention ul,.aboutrank_container ul{
  list-style: none;
}
.aboutrank_attention {
  padding: 10px 10px 0 10px;
}
.aboutrank_attention ul{
  padding-inline-start: 0px;
}
.aboutrank_attention li{
  padding-bottom: 5px;
}
.aboutrank_attention span{
  color: #7b878f;
}
.aboutrank_attention ul li{
  text-indent:-1em;
  padding-left:1em;
}
/*会員ステージ特典表*/
.fs-c-specTable__headerCell {
    background: #eee;
    font-weight: normal;
}
.fs-c-specTableContainer p{
  color: #8397a2;
  font-size: 90%;
  padding-left: 5px;
}

.fs-c-specTable img{
  width: 50%;
}
/*タブレット以上の場合*/
@media screen and (min-width: 769px) {
  .fs-c-specTable img{
    width: 35%;
  }
  .fs-c-specTableContainer p{
    display: none;
  }
  .pc_none{
    display: none;
  }
}
/*スマホ時の場合*/
@media screen and (max-width: 769px) {
	.brpc {
		display: none;
	}
}
/*詳細検索*/
.productSearch__form{
  background: rgba(126, 126, 126, 0.08);
  padding: 60px 30px;
}
/*商品一覧*/
.color_list{
margin-left:0!important;
}

.fs-c-button--plain {
font-size:13px!important;
}

.fs-c-sortItems {
    margin: 5px 8px;
}
.fs-c-productList__list__item {
    border-bottom: 1px solid #ddd;
    padding: 16px 8px;
}
.fs-c-productMark__mark {
    border-radius: 0;
    border: 1px solid #ccc;
    margin-bottom:8px;
}
.fs-c-productList .fs-c-productName__copy {
    font-size: 12px;
    padding-bottom: 8px;
}
.ranking_item .fs-c-productName__copy {
  font-size: 13px;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.fs-c-productName__name {
    font-weight:400;
    line-height: 150%;
    font-size: 12px;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: inherit;
    font-size: 13px;
}
.fs-c-buttonContainer {
    padding: 0;
}
.fs-c-button--particular.fs-c-button--addToWishList--icon::before {
    content: "\e91b";
}
.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
    content: "\e91d";
    color: #fbcf2d;
}
.fs-c-productNameHeading {
    color: #3c3c3c;
    font-size: 1.5rem;
}
.fs-c-variationLabel {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 10px;
}
.fs-c-variationList__item__title {
    background: #eeeeee;
    text-align: left;
    padding: 6px;
    margin: 6px 0;
}
/*商品詳細ページ　タブ内*/
.tabs {
  margin-top: 20px;
  background-color: #fff;
}
.tabs h4{
  font-weight: bold;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-top: 2em;
}
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
  line-height: 50px;
  font-size: 15px;
  text-align: center;
  color: #666666;
  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: 10px 0;
  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: #ffffff;
  color: #333333;
  border-bottom: 1px solid #000000;
  font-weight: bold;
}
/*商品詳細ページ 関連商品*/
.relateditem{
  border-bottom: 1px solid #ccc;
  padding: 0 0 8px 0;
  margin-top: 32px;
}

/*商品詳細ページ 商品特性*/
.itemproduct{
  max-width: 500px;
  margin: 10px 0 20px 0;
}
.itemproduct th{
  width:30%;
  text-align: left;
  font-weight: normal;
}
.itemtable{
  width: 100%;
}
/*商品詳細ページ 生地の特性表*/
.item_box{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.item_yes{
  background-color: #444444;
  color: #fff;
  width: 100%;
  margin-left: 2px;
}
.item_yes,.item_no{
  width: 100%;
  margin-left: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.item_no{
  background-color: #eee;
}
/*商品詳細ページ Dr.Vranjes専用ご利用シーン*/
.drvranjes_scene p{
    float: left;
    margin: 3px 1px 2px 4px;
    display: inline-block;
    line-height: 100%;
    padding: 7px 5px 5px 5px;
    text-decoration: none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.scene_yes{
  color: #ffffff;
  background-color: #444444;
}
.scene_no{
  color: #444444;
  background-color: #eee;
}

/*商品詳細ページ サイズ表*/
.sizeproduct table {
    border-spacing: 0px;
    border: 1px solid #d7d7d7;;
}
.sizetable{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.sizetable td, .sizetable th{
  border: 1px #d7d7d7 solid;
}

.sizetable td{
  padding-top: 7px;
  padding-bottom: 3px;
  text-align: center;
  font-size: 95%;
}

.sizetable th{
  padding-top: 7px;
  padding-bottom: 3px;
  text-align: left;
  font-weight: normal;
  padding-left: 5px;
}
.sizenumber{
  background-color: #eee;
}
.sizeproduct i{
  font-size: 2em;
  padding-right: 0.1em;
}
.linklist{
  display: inline-block;
  background: #f0f0f0;
  padding: 5px 10px;
  font-size: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  text-decoration: none;
}
.linklist a{
  color: #333;
}
.item_impression{
  margin-bottom: 50px;
}
.productpage_free h4 {
  padding-top: 1.5em;
    font-weight: bold;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
}
.productitemlist{
  display: flex;
  justify-content:space-between;
}
.productitemlist a{
  color: #3c3c3c;
}
.productitemlist_child{
  background: #ffffff;
  border: 1px solid #999999;
  text-align: center;
  width: 49%;
  padding: 8px 0 4px 0;
  color: #333;
}
.productitemlist_box{
  background: #eeeeee;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 3px;
  margin-top:15px;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 0 5px 0;
  color: #333;
}
.sizetable2{
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.sizetable2 td{
  padding: 5px 0;
  border: 1px #d7d7d7 solid;
}
.sizetable2 td{
  text-align: center;
  font-size: 95%;
}
.sizetable2 th{
  text-align: center;
  font-weight: normal;
  padding-left: 5px;
}
/*商品取扱について*/
.itemabout ul{
  list-style: none;
  padding-inline-start: 0px;
}
.itemabout{
  font-size: 1.3em;
}
.itemabout_list{
  text-align: center;
  font-size: 0.8em;
  margin-left: -8px;
}
.itemabout_item{
  position: relative;
  display: inline-block;
  padding: 0 8px;
}
.itemabout_item + .itemabout_item:before {
    content: '';
    display: block;
    width: 1px;
    background: #dcdcdc;
    height: 14px;
    position: absolute;
    left: -3px;
    top: 1px;
}
/*商品詳細ページ_上部の商品名*/
.brand_category ul {
    list-style: none;
    padding-inline-start: 0px;
    margin-block-start: 0.3em;
    margin-block-end: 0.3em;
    padding-bottom: 10px;
    color: #3c3c3c;
}
.brand_category a{
  color: #3c3c3c;
}
.fs-c-productNumber {
    border: none;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0 ;
}
/*商品詳細_簡易ガイド*/
.itempage_guide_wrap{
  display: flex;
  gap: 16px;
  justify-content: center;
  background-color: #eeeeee;
  margin: 2em 0;
  padding: 5px 8px;
}
.itempage_guide_wrap ul{
  list-style: none;
  background-color: #fff;
  padding: 16px;
  width: 30%;
  text-align: center;
  line-height: 150%;
  letter-spacing: 0.05em;
}
.itempage_guide01{
  font-size: 1.5em;
}
.itempage_guide02{
  font-size: 10px;
  padding-top: 8px;
}
/* スライダー調整 */
.fs-pt-carousel .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(50%);
  -moz-filter: opacity(50%);
  -o-filter: opacity(50%);
  -ms-filter: opacity(50%);
  filter: opacity(50%);
  transition: 0.2s linear;
}
.fs-c-productCarouselMainImage .slick-slide:not(.slick-center) {
  -webkit-filter: opacity(0%);
  -moz-filter: opacity(0%);
  -o-filter: opacity(0%);
  -ms-filter: opacity(0%);
  filter: opacity(0%);
  transition: 0.2s linear;
}
/* 商品詳細PC */
@media screen and (min-width: 960px){
.fs-l-product4 .fs-l-productLayout {
    display: grid;
    grid-template-columns: calc(50% - 16px / 2) calc(40% - 16px / 2);
    grid-gap: 60px;
    align-items: start;
}
}
.itempage_option_title{
  font-weight: bold;
  margin-block-start: 0.5em;
  margin-top: 2.2em;
  font-size: 1.2em;
  color: #444444;
}
.fs-c-breadcrumb {
    font-size: 1.2rem;
    padding-bottom: 10px;
}
.itempage_option_title .icon-major:before {
    content: "\e92e";
    font-size: 1.4em;
    padding-right: 4px;
}
/* マイページ */
.fs-l-pageMain .fs-p-accountInfo__body {
    padding: 15px;
    margin-bottom: 8px;
    text-align: left;
}
.fs-l-pageMain .fs-p-accountInfo__header{
  padding:10px 5px;
}
.fs-l-pageMain .fs-c-accountService__page {
    display: flex;
    align-items: stretch;
    height: 80px;
    margin: 10px 8px;
}
.fs-l-pageMain .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label::before {
    font-size: 35px;
    height: 45px;
}
.fs-l-pageMain .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
    box-shadow: none;
    border-radius: 0;
    color: #3c3c3c;
    align-items: normal;
}
.fs-l-pageMain .fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink__label {
    font-size: 1rem;
}
/* お気に入り商品一覧 */
.wishlist_title {
    padding-bottom: 10px;
    color: #444444;
    font-size: 1.6rem;
    border-bottom: 1px solid #b2b2b2;
    margin: 5px;
}
.wishlist_body ul {
  list-style:none;
  padding-inline-start: 0;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 8px;
  margin-right: 8px;
}
.wishlist_body li {
    padding-bottom: 8px;
    font-size: 1em;
}
/* 商品詳細タブ内 */
.grad-trigger{
  display: none;
}
.grad-item{
  padding-top: 8px;
}
.taberap01{
  display: flex;
  justify-content: space-between;
}
.taberap02{
  display: flex;
  justify-content: flex-end;
  padding-top: 2em;
}
.grad-wrap,.itemproduct_wrap{
  width:48%;
}
.itemproduct_wrap_img{
  width:40%;
  padding-right: 70px;
}
/* フッター */
.fs-p-footerCopyright {
    background-color: #444444;
}
.fs-l-footer {
    background-color: #ffffff;
}
.ft_guide_inner{
  text-indent:  10px;
}
.fs-p-footerNavigation .productitemlist_child {
    background: none;
    display: block;
    text-decoration: none;
    border: none;
    text-align: left;
    margin-right: 0px;
    width: 100%;
    padding: 0;
    color: #333;
}
.fs-p-footerNavigationItem__nav > li {
    padding-left: 3px;
}
.fs-p-footerNavigationItem__navItem {
    padding: 3px 0;
}
.footericon{
  font-size: 4em;
}
.footer_sns{
  font-size: 4em;
}
.fs-p-footerNavigation {
    margin: 3.8em auto 1.5em auto;
}
.fs-p-footerNavigationItem__title {
    border-bottom: 1px solid #ccc;
    padding: 6px 4px;
}
/* ショッピングガイド */
.fs-c-documentArticle__heading {
    background: #eee;
    color: #3c3c3c;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0;
    padding: 20px 10px 15px 10px;
    text-align: left;
}
.fs-c-documentColumn__heading {
    color: #3c3c3c;
    border-color: none;
    border-style: none;
    border-width: none;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0;
    padding-left: 0;
    margin-bottom: 0;
}
.fs-c-documentColumn__heading::before {
   font-family: 'fs-icon';
    content: "\e933";
}

/*ドロワーメニューPCショッピングガイド版*/
.fs-p-sideMenu-shoppingguide .drower_menuhead {
    padding: 3px 0;
    font-size: 1.3rem;
    text-align: left;
    text-indent: 15px;
    border-top: none;
}
.fs-p-sideMenu-shoppingguide a:hover {
    color: #3c3c3c;
}
.fs-p-sideMenu-shoppingguide .leftmenu_pc_header{
  padding-top: 20px;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__heading--lv1 {
    border: none !important;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__heading {
    padding: 5px 0px !important;
    text-indent: 15px;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__item {
    margin-top: 0px !important;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__link--lv2::before {
    content: "";
    padding-left: 55px;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__heading--lv2 {
    border-bottom: none;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__link--lv1::after {
    content: "";
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__link--lv1::before {
    content: "-";
    padding-left: 15px;
    padding-right: 8px;
}
.fs-p-sideMenu-shoppingguide .fs-pt-menu__link--lv1 {
    justify-content: flex-start;
    padding-left: 10px;
}
/* 検索BOX　PC */
.fs-p-searchForm{
  margin: 0 10px;
}
/* LINE連携 */
.fs-c-descriptionList {
    border-top: 1px solid #cccccc;
}
.fs-c-descriptionList__content {
    border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 600px){
.fs-c-descriptionList__label {
    border-bottom: 1px solid #ccc;
}
}
.fs-c-imageContainer__image {
    width: 50%;
}
/* マイページ */
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
    border-bottom: none;
    color: #3c3c3c;
    font-size: 1.8rem;
    padding: 50px 0 10px 0;
}
/* ブランド一覧 */
.allbrand a{
  color: #333;
}
.allbrand p{
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 2em;
}
.brand_alphabet ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.brand_alphabet li{
  font-size: 1.3em;
  height:50px;
  width:50px;
  line-height:50px;
  border: 1px solid #b2b2b2;
  margin: 5px;
  text-align: center;
}
.brand_kana{
  font-size: 0.8em;
}
.brand_text ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding-inline-start: 0px;
}
.brand_text li{
  padding-bottom: 5px;
  font-size: 1.1em;
  padding-left: 1.3em;
}
/* ブランドプロフィール */
.brand_plofile{
  padding-bottom: 1em;
}
.brand_plofile ul{
  list-style: none;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  padding-inline-start: 0px;
}
.brand_plofile img{
  border: 1px solid #b2b2b2;
}
.brand_plofile01{
  width:20%;
  margin-right: 2em;
}
.brand_plofile02{
  width:80%;
}

/* カテゴリ一覧 */
.allcategory a{
  color: #333;
}
.allcategory p{
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 2em;
}
.category_text ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding-inline-start: 0px;
}
.category_text li{
  padding-bottom: 5px;
  font-size: 1.1em;
  padding-left: 1.3em;
  padding-right: 1.5em;
}
/* 新規登録ページ */
.fs-c-newUsers__message{
  padding-top: 16px;
  padding-bottom: 16px;
}
/* トップページ_特集一覧 */
.pickup_f ul{
  display:flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding-inline-start: 0px;
}
.pickup_f li{
  width: 48%;
  margin: 0.25em 0.5em ;
}
/* 商品一覧 画像一覧部分 */
.fs-c-productCarouselMainImage__thumbnailList {
    flex-wrap: wrap;
    overflow-x: none;
}
.fs-c-productCarouselMainImage__thumbnailList > li {
    flex-basis: 70px;
    margin: 0 4px 0 0;
}
/* カラーリスト追記 */
.color_list {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.color_list{
  margin-left: 8px;
  margin-right: 8px;
}
.color_list span {
    font-size: 16px;
    margin: 0 5px 0 0;
    vertical-align: bottom;
    display: block;
}
.color_list span[style="color:#ffffff"]{
  border: 1px solid #000000;
  position: relative;
    top: 0;
    height: 8px;
    width: 8px;
    margin-top: 2px;
}
/* 詳細検索結果 */
.fs-c-inputTable {
  margin: 0 auto;
  margin-bottom: 2em;
}
.fs-c-inputTextGroup {
    align-items: flex-end;
}
/*サイズお直しについて*/
.repair p{
  margin-left: 8px;
  margin-right: 8px;
}
.repair table {
	border: 1px solid #999999;
	border-collapse: collapse;
  width: 100%;
  margin-top: 10px;
}
.repair td {
  border: 1px solid #999999;
  border-collapse: collapse;
  padding: 5px;
}
.repair01 {
  width:40%;
  color:#fff;
  background-color: #333;
  text-align: center;
}
.repair02 {
  width:30%;
  color:#000;
  background-color: #eee;
  text-align: center;
}
.repair03 {
  width:30%;
  color:#000;
  background-color: #fff;
  text-indent: 5px;
}
.repair h4{
  font-weight: bold;
  font-size: 1.7em;
  padding-left: 10px;
  margin: 50px 0 15px 0;
  border-left: solid 7px #444444;
}
.listTest {
  width:200px;
  padding:8px;
  background:#DDF8E3;
  border:1px solid #225012;
}
.repair ul {
  list-style:none;
  padding-inline-start: 0;
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 8px;
  margin-right: 8px;
}
.repair ul span{
  padding-right: 3px;
}
.repair li {
  padding-bottom: 3px;
}
.repair_attention{
  color: #FF634E;
}
.fs-icon--warning::before {
  color: #FF634E;
}
.repair .bold{
  font-weight: bold;
  font-size: 110%;
}
.repair_contents{
  display: flex;
  justify-content: space-between;
}
.repair_contents_img{
  width: 50%;
}
.repair_contents_text{
  width: 50%;
}
.repair_contents_text li{
  padding-bottom: 5px;
}
.bottom_repair_img{
  text-align: center;
  width: 70%;
}
.repair_contents_order{
  width: 49%;
  padding-bottom: 40px;
}
.go_kurozome{
  text-align: center;
  background-color: #000;
  font-size: 140%;
  padding: 0.5em 1.5em;
  margin: 1em 4em 3em 4em;
}
.go_kurozome a , .go_kurozome a:hover , .go_kurozome a:visited , .go_kurozome a:active {
  color: #fff;
  background-color: #000;
}
/* サイズ直し_スライド比較画像 */
.slide-wrap {
  display: flex;
  margin: 0 auto;
  width: 100%;
}
.slide-box {
  height: auto;
  margin-right: 1%;
  width: 100%;
}
.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}
.slide-box p {
  font-weight: bold;
  padding-left: 10px;
}
/* ランキング }*/
.ranking_item{
  counter-reset: number 0;
}
.ranking_item .fs-c-productImage {
    position: relative;
}
.ranking_item .fs-c-productImage :before {
    content: "";
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #313131;
    position: absolute;
    z-index: 100;
}
.ranking_item .fs-c-productImage :after{
    counter-increment: number 1;
    content: counter(number) " ";
    display: block;
    top: 6px;
    /*transform: rotate(-45deg);*/
    color: #fff;
    left: 13px;
    position: absolute;
    z-index: 101;
}

/* メールフォーム */
.repair_form #container {
    width: 80%;
    margin: 0 auto;
    padding: 0;
    font-size: 100%;
    text-align: left;
    position: relative;
}
.repair_form #contents {
    margin: 0 auto;
    padding: 50px;
    background: #ffffff;
    border: #444444 solid 1px;
    clear: both;
}
.repair_form #description {
    padding-bottom: 20px;
    font-size: 100%;
    line-height: 1.5;
    color: #000000;
}
.repair_form h1 {
    font-size: 1.8em;
    font-weight: bold;
    padding-bottom:15px;
}
.repair_form p {
    margin: 0 0 20px 0;
    padding: 0;
    color: #000000;
    line-height: 1.5;
}
.repair_form dl {
    margin: 20px 0;
    padding: 0;
}
.repair_form dt {
    margin: 5px 0;
    font-size: 100%;
    font-weight: bold;
    color: #000000;
}
.repair_form .required {
    margin: 0 5px 0 0;
    font-size: 122%;
    color: #ff0000;
    font-weight: bold;
}
.repair_form .align-center {
    text-align: center;
}
.repair_form .text {
    padding: 3px;
    border: #999999 solid 1px;
}
.repair_form dd td {
    padding: 5px;
    font-size: 100%;
}
.repair_form select {
    margin: 0 5px 5px 0;
}
.repair_form input {
    margin: 0 5px 5px 0;
}
/* 店舗紹介 */
.fs-c-explainList{
  padding-top: 10px;
  padding-left: 10px;
}
.free_textbox{
  display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
.fs-l-col__item i{
  font-size: 4.5em;
  color: #3c3c3c;
}
.fs-l-col__item iframe{
  width: 100%;
}
/* ラッピング */
.wrapping {
  text-align: center;
}
.wrapping h1{
  padding-top: 2em;
}
.wrapping h2{
  padding-top: 2em;
}
.wrapping ul{
  list-style: none;
  padding-inline-start: 0px;
}
.wrapping table {
    border-collapse:  collapse;
    margin: 0 auto;
    font-size: 1.05em;
}
.wrapping_table br{
  display: none;
}
.wrapping_table{
  margin: 2em 0;
}
.wrapping td {
    border: 1px solid #999999;
    padding: 8px 20px;
}
.wt01{
  background-color: #eee;
  text-align: center;
}
.wrapping_img{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapping_img img{
  padding: 0 15px;
}
.wrapping_img div{
  padding-bottom: 15px;
}
.wrapping_text{
  text-align: left;
  padding-top: 2em;
}
.wrapping_text li{
  padding-bottom: 10px;
}
.small{
  font-size: 80%;
}
/* 小物用_商品詳細 */
.tabs_goods{
  color: #333333;
  border-bottom: 1px solid #000000;
  font-weight: bold;
  width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    color: #666666;
    text-align: center;
}
/* フリーページ */
.freepage_topimg{
  text-align: center;
}
.freepage_topimg img{
  max-width: 100%;
}
.freepage{
  text-align: center;
}
.freepage h1{
  margin-top: 2em;
  margin-bottom: 0.3em;
  font-size: 2em;
  font-weight: bold;
}
.freepage h2{
  margin-top: 1.5em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: bold;
}
.freepage h3{
  font-size: 2em;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 3em;
  margin-bottom: 2em;
  color: #3c3c3c;
  letter-spacing: 0.5px;
}
.freepage h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3c3c3c;
  border-radius: 2px;
}
.freepage h4{
  font-size: 2em;
  font-weight: bold;
  font-family: serif;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 2em;
  color: #fff;
  letter-spacing: 0.5px;
}
.freepage h4:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 100px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 2px;
}
.freepage_dl{
  margin: 0 auto;
  text-align: center;
  max-width: 700px;
}
.freepage dl{
  text-align: left;
}
.freepage dt{
  width: 110px;
}
.freepage dd{
  width: 590px;
}
.freepage ul{
  list-style: none;
  padding-inline-start: 0px;
}
.freepage li{
  padding-bottom: 10px;
}
.freepage_text{
  text-align: left;
  padding-top: 2em;
}
.freepage_text li{
  padding-left: 10px;
  padding-bottom: 10px;
}
.freepage .productitemlist_box{
  background: #444444;
  display: block;
  text-decoration: none;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 3px;
  margin-top:15px;
  margin-bottom: 15px;
  width: 100%;
  padding: 10px 0;
  color: #ffffff;
}
.freepage_button{
  margin: 0 auto;
  text-align: center;
  max-width: 650px;
  height: 60px;
  margin-top: 30px;
}
.newbrandpage a img:hover{
  opacity: 0.8 !important;
}
/* ドットール */
.vr_top ul{
  list-style: none;
  padding-inline-start: 0px;
}
/* 上 */
.vr_menulist {
    display: flex;
    justify-content: space-between;
}
.vr_menu {
  background: #eeeeee;
  display: block;
  text-decoration: none;
  border: 1px solid #eeeeee;
  text-align: center;
  margin-right: 3px;
  width: 100%;
  padding: 6px 0;
  color: #444;
}
.vr_topimg img{
  width: 98%;
}
/* 下 */
.vr {
  text-align: center;
  /*margin-top: 2em;
  margin-bottom: 2em;*/
  display: flex;
  flex-wrap: wrap;
}
.vr a{
  color:#635040;
}
.vr img{
  width:80%;
}
.vr_item {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    align-items: center;
}
.vr_itemtext p{
  letter-spacing: -0.05em;
  margin: 0;
}
.vr_itemtext_01{
  text-align: center;
  font-weight: bold;
  font-size: 1.7rem;
}
.vr_itemtext_02{
  font-size: 1.2rem;
  text-align: center;
}
.vr_itemtext_03{
  padding-top: 1em;
  text-align: left;
}
.vr_page{
  text-align: center;
  color: #635040;
  border: 1px solid #635040;
  padding: 0.5em 4em;
  max-width: 20em;
}
/* ドットール js部分 */
.is-active{
  background-Color:#444444;
  color:white;
}
.search_item{
  cursor: pointer;
}
.vr_itemtext{
  background-color: #E3D6C8;
  color: #635040;
  /*padding: 2.5em 2em;横２列*/
  padding: 1.2em 1.2em;
  max-width: 50%;
  height: 100%;
  margin: 1em 0;
}
.list_item{
  /*width: 50%;横２列*/
  width: 33%;
  margin-top:3em;
  margin-bottom:3em;
}

/* 商品詳細ページ追加　ブログ */
  .itempage_blog{
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .itempage_blog a:hover , .itempage_blog a:visited , .itempage_blog a:active {
    opacity: 0.8 !important;
    color: inherit !important;
  }
  .itempage_blog ul{
    list-style: none;
    padding-inline-start: 0px;
  }
  .itempage_blog_left{
    width: 70%;
    padding-right: 10px;
  }
  .itempage_blog_right{
    width: 30%;
  }
  .itempage_blog_right img{
    width: 90%;
    height: 90%;
    object-fit: cover;
  }
  .itempage_blog_staff{
    display: flex;
  }
  .itempage_blog_title{
    font-weight: bold;
    color: #000;
  }
  .itempage_blog_maintext{
    margin: 5px 0;
    font-size: 95%;
    color: #333;
  }
  .itempage_blog_staffimg img{
    border-radius: 50%;
  }
  .itempage_blog_staffimg{
    width: 13%;
    margin-right: 10px;
  }
  .itempage_blog_stafftext01{
    font-weight: bold;
    color: #000;
  }
  .itempage_blog_stafftext02{
    color: #999;
  }
  hr {
     border-width: 1px 0px 0px 0px;
     border-style: solid;
     border-color: #eee;
     height: 1px;
  }
  /* セールの価格表示 */
  .fs-c-productPrice--listed span.fs-c-price__value {
      text-decoration: line-through !important;
  }

  /*
.top_recommend .fs-c-productListCarousel__list__item {
    flex-basis: 150px;
    max-width: 150px;
    min-width: 150px;
    margin: 0 8px;
}
.top_recommend .fs-c-button--carousel {
display:none;
}
.top_recommend .fs-c-productListCarousel__list {
    flex-wrap: wrap !important;
}
.top_recommend .fs-c-productListCarousel__ctrl {
    flex-basis: 0px;
    min-width: 0px;
}
*/

/*トップページ_おすすめ商品*/
.top_recommend{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.top_recommend a{
color:  #3c3c3c;
}
.top_recommend_item{
  width: 23%;
  margin-top: 10px;
}

/*追加フリーページjuri */
.freepage_juri{
  display: flex;
  justify-content:flex-start;
  text-align: left;
  margin: 0.5em 0;
}
.freepage_jurileft{
  width: 40%;
}
.freepage_juriright{
  width: 60%;
  margin-left: 30px;
}
.freepage_juriright p{
  font-size: 140%;
  padding-left: 2em;
}
.tateline{
  border-left: 10px solid #000;
  font-size: 170%;
  padding: 0;
  margin-top: 0;
}
.tateline li{
  padding: 0.25em 0 0 0.8em;
}
.tateline_01{
  font-family: serif;
}
.tateline_02{
  font-weight: bold;
  font-family: "kozL";
}
.tateline_03{
  font-family: "kozL";
  font-size: 60%;
  color: #727171;
  text-indent: 0.5em;
}
.freepage_productlist{
  text-align: left;
}
.freepage_productlist a{
  color:#000;
}
/*追加カテゴリページ */
.add_category{
  display: flex;
  justify-content:flex-start;
  text-align: left;
  margin: 0.5em 0;
}
.add_categoryleft{
  width: 40%;
}
.add_categoryright{
  width: 60%;
  margin-left: 30px;
}
.add_categoryright p{
  font-size: 115%;
  padding-left: 2em;
}
.add_category_tateline{
  border-left: 10px solid #000;
  font-size: 170%;
  padding: 0;
  margin-top: 0;
}
.add_category_tateline li{
  padding-bottom: 0px;
}
.add_category_tateline_01{
  font-family: serif;
  text-indent: 1em;
}
.add_category_tateline_02{
  font-weight: bold;
  text-indent: 1em;
  font-family: "kozL";
}
.text_left{
  text-align: left;
}
.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}
.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* フリーページ内スライダー */
.slider_box{
  padding-bottom: 5em;
}

.slider_box .flickity-prev-next-button {
    top: 50%;
    width: 38px;
    height: 38px;
     border-radius: 0%;
    transform: translateY(-50%);
}

/*トップページ_トップブログ最新記事*/
.top_updateblog_wrap {
    display: flex;
    justify-content: space-around;
    color: #000;
}
.top_updateblog_wrap a:visited , .top_updateblog_wrap a:active , .top_updateblog_wrap a:link {
  color: inherit !important;
  color: #000;
}

.top_updateblog_wrap a:hover{
  opacity: 0.8 !important;
}

.top_updateblog_contents{
    width: 23%;
}
.top_updateblog_contents ul{
    list-style: none;
    padding-inline-start: 0px;
}
  .top_updateblog_img img{
    width: 200px;
    height: 200px;
    object-fit: cover;
  }
  .top_updateblog_title{
    margin: 5px 0;
    font-size: 95%;
    color: #333;
  }
  .top_updateblog_staff{
    display: flex;
  }
  .top_updateblog_staffimg img{
    border-radius: 50%;
  }
  .top_updateblog_staffimg{
    width: 17%;
    margin-right: 10px;
  }
  .top_updateblog_stafftext01{
    font-weight: bold;
    color: #000;
  }
  .top_updateblog_stafftext02{
    color: #999;
    font-size: 90%;
  }

  /*店舗紹介*/
.shop_text ul ,.shop_info ul {
 list-style: none;
 padding-inline-start: 0px;
}
.shop_text .bold{
  font-weight: 500;
}
.shop_text{
  margin: 2em 0;
}
.shop_info i {
   font-size: 4.5em;
   color: #3c3c3c;
}
.shop_info {
  margin: 2.5em 0;
}
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px;
}
.defaultlist li{
	margin-bottom: 5px;
}
.list3 li{
	position:relative;
	padding-left:22px;
}
.list3-maru:after{
	content:'';
	display:block;
	position:absolute;
	top:3px;
	left:3px;
	border-radius:30px;
	height:7px;
	width:7px;
	border:2px solid #aaa;
}
.list3-batu:before, .list3-batu:after{
	content:'';
	display:block;
	position:absolute;
	top:8px;
	left:3px;
	height:2px;
	width:12px;
	background:#aaa;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list3-batu:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}


/* 黒染めサービス */
.kurozome h1{
  font-weight: bold;
  font-size: 1.7em;
  padding-left: 10px;
  margin: 50px 0 15px 0;
  border-left: solid 7px #444444;
}
.kurozome ul{
  padding-inline-start: 0px;
  list-style: none;
}
.kurozome ul span{
  padding-right: 3px;
}
.kurozome .kurozomeitem_box{
  display: flex;
  justify-content:center;
  flex-wrap: wrap;
}
.kurozome .kurozomeitem{
  width: 15%;
  margin: 1.5em;
}
.kurozome .kurozomeitem p{
  text-align: center;
  font-weight: bold;
  font-size: 110%;
}
.kurozome .warninglist ul ,.kurozome .arrowlist ul{
    padding: 0.5em 1em 0.5em 1.3em;
  position: relative;
  margin: 0;
}
.kurozome .warninglist li,.kurozome .arrowlist li{
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none;
}
.kurozome .arrowlist li:before{
font-family: 'fs-icon';
content: "\e933";
position: absolute;
left : 0em;
color: #646464;
}
.kurozome .warninglist li:before{
font-family: 'fs-icon';
content: "\e916";
position: absolute;
left : 0em;
color: #da4c44;
}
.kurozome .top_contents .text_bold{
  font-weight: bold;
  padding-top: 1em;
  padding-bottom: 0.2em;
  font-size: 140%;
}
.kurozome .top_contents .text_pad{
  padding-top: 1em;
  padding-bottom: 1.2em;
  font-size: 103%;
  font-style: oblique;
}
  .warningpoint01{
    padding: 0px 10px 30px 0px;
    font-weight: bold;
    font-size: 150%;
    margin: 0;
    text-align: center;
  }
  .kuro_underline{
    background: linear-gradient(transparent 50%, #ccc 80%);
    letter-spacing: 0.1em
  }
  .warningpoint02{
    padding: 15px 15px 0px 0px;
    font-weight: bold;
    font-size: 140%;
    margin: 0;
  }
.kurostop_1{
  padding-top: 0.8em;
  border-top: solid 2px #000;
  text-align: left;
}
.kurostop_2{
  font-weight: bold;
  padding-bottom: 3px;
}
.kurozome .repair_table {
  margin-top:2em;
  margin-bottom:2em;
}
.btn_kurozome,
a.btn_kurozome {
  color: #fff;
  background-color: #000;
  font-size: 160%;
  padding: 0.5em 1.5em;
  text-align: center;
}
.text-center{
  text-align: center;
  margin: 4em 0;
}

/* サイズお直し・補修について_黒染めサービス */
.go_kurozome{
  display: inline-block;
  max-width: 900px;
  background-color: #000;
  font-size: 150%;
  text-decoration: none;
  padding: 0.8em 1.5em;
  text-align: center;
  position: relative;
  color: #FFF;
}
.go_kurozome_box a, .go_kurozome_box a:hover, .go_kurozome_box a:visited, .go_kurozome_box a:active {
  color: #FFF !important;
  text-decoration: none;
}

.go_kurozome_box{
  text-align: center;
  margin-top: 1em;
  color: #FFF !important;
}

/* フリーページ追加 exclusive21ss_vol2*/
.exclusive21ss_vol2 h3{
  font-family: 'Vollkorn' , serif !important;
}
.exclusive21ss_vol2 h4{
  font-family: 'Vollkorn' , serif !important;
}
.freepage .background_gray{
  background-color: #545353;
  padding: 2em;
  margin-bottom: 2em;
}
.freepage .img_80 img{
  width: 80%;
  margin-bottom: 1em;
}
.freepage .background_gray_text01{
  color: #f8b62d;
  font-size: 200%;
  font-family: 'Vollkorn' , serif;
}
.freepage .background_gray_text02{
  color: #fff;
}
.fs-c-documentArticle {
  padding: 0;
}
.freepage .carousel-image{
  margin-right: 15px;
}
.freepage .free01_list {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 110%;
}

/* 商品ページ問合せ方法_追加 */
.itempage_contactbox{
  border: 1px solid #ccc;
  margin-top:4em;
}
.itempage_contactbox p{
  background-color: #ccc;
  font-weight: bold;
  font-size: 130%;
  padding: 0.5em 1em;
  margin: 0;
  margin-block-start:0;
  margin-block-end:0;
}
.itempage_flexwrap{
  display: flex;
  justify-content: space-between;
  padding: 1.3em;
}
.itempage_flexwrap ul{
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
}
.itempage_flexwrap01{
  font-size: 90%;
}
.itempage_flexwrap02{
  font-size: 140%;
  font-weight: 400;
  margin: 0.1em 0;
}
.itempage_flexwrap02 a{
  color: #3c3c3c;
}
.itempage_flexwrap03{
  font-size: 80%;
}
.itempage_flexwrap_line a{
  color: #fff;
  display: block;
  background-color: #01b901;
  color: #fff;
  padding: 0.7em 1.5em 0.5em 1.5em;
  text-align: center;
  margin: 0.3em 0;
}
.pad-t-1{
  padding-top: 15px;
}
/* フリーページ　ノベルティ */
.noveltyfair h1{
  padding-bottom: 0.9em;
}
.noveltyfair h2{
  text-align: left;
  padding-bottom: 0.2em;
  padding-top: 0.3em;
}
.noveltyfair p{
  text-align: left;
  line-height: 0.7em;
}
.noveltyfair .item p{
  text-align: center;
}
.noveltyfair .item img{
  width: 90%;
}

/* フリーページ追加 ychai_denim*/
.ychai_denim p{
  text-align: left;
}
.ychai_denim ul{
margin-block-start: 0;
margin-block-end: 0;
text-align: left;
}
.ychai_denim .background_blue{
  background-color: #1c5482;
  padding: 2em 6em;
  margin-bottom: 2em;
  color: #fff;
}
.ychai_denim h1{
  padding-bottom: 1em;
}
.littlegray_top{
  border: 1px solid #fff;
  padding: 0.3em 0.7em 0.15em 0.7em;
}
.ychai_denim .background_blue img{
  width: 15%;
  padding-top: 1em;
}
.ychai_denim .background_littlegray{
  background-color: #999999;
  padding: 2em 6em;
  margin: 4em 0 2em 0;
  color: #fff;
}
.ychai_denim h2{
font-size: 200%;
font-family: 'Vollkorn' , serif;
padding: 1em 0;
}
.h_bonus{
  font-size: 60%;
  opacity: 0.8;
  font-family: serif;
}
.bland_wrap{
  display: flex;
  justify-content :center;
  flex-wrap: wrap;
  margin: 1.5em 0;
}
.bland_wrap a{
  width: 25%;
  padding: 1em;
}
.ychai_denim .tateline_01 ,.ychai_denim .tateline_02{
  font-family: 'Vollkorn' , serif;
}
/* 比較画像 */
.slide-wrap_ychai {
  display: flex;
  margin: 0 auto;
  flex-wrap:wrap;
  justify-content:center;
}
.ychai_fitting_nko{
  background-color: #fff;
  margin-bottom: 2em;
}
.ychai_fitting_kai{
  background-color: #1c5482;
  color: #fff;
  margin-bottom: 3em;
  padding-bottom: 3em;
}
.slide-box_ychai {
  height: auto;
  width: 31%;
  margin :3em 0.5em 0em 0.5em;
}
.slide-box_ychai p{
  padding-left: 5px;
}
.slide-box_ychai img {
  display: block;
  height: auto;
}

.ychai_topic1{/* 商品紹介トピックくくり */
  position:relative;
  height:800px;
  margin: 3em 0;
}
.ychai_topic1_top{
  font-weight: bold;
  font-size: 200%;
  font-family: serif;
}
.ychai_topic1 img{/* メイン写真 */
  position:absolute;
  width:48%;
  right: 0;
}
.ychai_topicinfo{/* 商品タイトル */
position: absolute;
top: 0;
left: 6em;
text-align: left;
}
.ychai_topicinfo p{
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 300%;
  font-family: serif;
}
.ychai_topicinfo span{
  border-bottom:2px solid #c30d23;
  padding-bottom:2px;
  display:inline;
}
.ychai_topic1 ul{/* 商品説明文 */
  position: absolute;
  top: 20%;
  right: 40%;
  text-align: left;
  width: 40%;
  z-index: 1;
}
.ychai_topic1_detail{/* 詳細_小画像 */
  position: absolute;
  top: 60%;
  right: 55%;
  text-align: left;
  width: 80%;
}
.ychai_topic1 .freepage_button{
  margin: 0;
}
.freepage .fp_pcnone{
  display: none;
}

/* 商品レビュー */
.reviewimg{
  margin-top:1em;
}
.fs-c-button--plain {
    color: #3c3c3c;
    font-size: 110%;
  }


/*========================NEW_HEADER============================*/
/*上部バナー*/
.header_under ul {
    padding: 8px;
}
.fs-l-header {
    padding-top: 0px;
}
.header_newpc{
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 15px;
}
.headbanner_new ul{
  display: flex;
  justify-content :space-between;
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  font-size: 90%;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  align-items: flex-start;
  justify-content:center;
}
.headbanner_new .item_men{
  border-right: #b2b2b2 solid 1px;
  margin: 0;
}
.headbanner_new .item_men a{
  display: block;
  padding:  27px 22px;
  height: auto;
  color: #000000;
}
.headbanner_new .item_men a:hover{
  background-color: #eee;
}
.headbanner_new .item_women{
  border-right: #b2b2b2 solid 1px;
  margin: 0;
}
.headbanner_new .item_women a{
    display: block;
    padding:  27px 16px;
    height: auto;
    color: #000000;
}
.headbanner_new .item_women a:hover{
  background-color: #eee;
}
.headbanner_new .item_golf{
  border-right: #b2b2b2 solid 1px;
  margin: 0;
}
.headbanner_new .item_golf a{
  display: block;
  padding:  27px 20px;
  height: auto;
  color: #000000;
}
.headbanner_new .item_golf a:hover{
  background-color: #eee;
}
.headbanner_new .item_kids{
  border-right: #b2b2b2 solid 1px;
  margin: 0;
}
.headbanner_new .item_kids a{
    display: block;
    padding:  27px 22px;
    height: auto;
    color: #000000;
}
.headbanner_new .item_lifestyle a:hover{
  background-color: #eee;
}
.headbanner_new .item_lifestyle{
  border-right: #b2b2b2 solid 1px;
  margin: 0;
}
.headbanner_new .item_lifestyle a{
    display: block;
    padding:  27px 22px;
    height: auto;
    color: #000000;
}
.headbanner_new .item_lifestyle a:hover{
  background-color: #eee;
}

.header-active a{
  background-color: #eee;
}
.header_pc_wrap{
  border-bottom: 1px solid #434343;
}
/*========================NEW_HEADER============================*/

/*帯バナー*/
.headbanner{
  text-align: center;
  background-color: #434343;
}
.headbanner_golf{
  text-align: center;
  background-color: #283238;
}
.headbanner_women{
  text-align: center;
  background-color: #000000;
}

/*========================GOLF_WOMEN============================*/
/*見出し*/
  .heading_golf_women:not(:first-child) {
      margin-top: 4em;
  }
  .heading_golf_women {
      border-bottom: none;
      color: #5c5c5c;
      font-size: 1.8rem;
      padding-bottom: 0.6em;
      text-align: center;
  }
  /*インスタの一覧*/
  .top_instalist_golf_women {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 0.8em;
  }
  .top_instalist_golf_women li{
    width: 19.8%;
    padding-bottom: 0.2em;
  }
  /*取り扱いブランド一覧*/
  .top_brandlist_golf,  .top_brandlist_women{
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      box-sizing: border-box;
      list-style: none;
      margin: 0;
      padding: 0;
  }
  .top_brandlist_golf li{
        width: 25%;
        padding: 2px;
        margin: 5px;
      }
  .top_brandlist_women li{
            width: 23%;
            padding: 2px;
            margin: 5px;
      }
/*========================GOLF_WOMEN============================*/

/*MEN WOMEN GOLF分けのTOPIC*/
.topic_menu {
    margin: auto;
    margin-bottom: 2em;
}
.topic_menu ul{
  list-style: none;
  padding-inline-start: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content:center;
}
.topic_menu_item a{
  color: #444444;
}
.topic_menu_item{
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-size: 1.3em;
}
.topic_menu_item + .topic_menu_item:before {
    content: '';
    display: block;
    width: 1px;
    background: #e5e5e5;
    height: 20px;
    position: absolute;
    left: -3px;
    top: 0;
}
.is_active{
  text-decoration :underline;
}
.pickup_f li{
  padding-bottom: 20px;
}
.pickup_f_head{
  font-size: 120%;
  font-weight: 700;
  padding-top: 10px;
  padding-bottom: 3px;
}
.pickup_f p{
  margin: 0;
}

/*商品ページ大カテゴリ調整*/
.fs-c-subgroupList__link{
  border: 1px solid #000;
  background:#fff;
  padding: 6px 6px 3px 6px;
}
/*新規会員登録ページ調整*/
.fs-c-inputInformation__field {
    background-color: #f7f7f7;
    margin: 0 auto;
    max-width: 1000px;
    padding: 80px 150px;
}
.fs-p-announcement__title {
    color: #123658;
    font-size: 2.5rem;
    padding-bottom: 0.2em;
}

  .header_under_list a {
    color: #000000;
  }
  .fs-p-headerNavBar {
    background: #ffffff;
    padding: 10px 0;
}
.header_under_item + .header_under_item:before {
    background: #b2b2b2;
    top: 0;
}

/*SALEの色（商品一覧）*/
.fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    color: #af0000;
}
.fs-c-productListItem__prices .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__addon {
    color: #af0000;
}
.fs-c-productPrice--listed span.fs-c-price__value {
  text-decoration: none;
  text-decoration: line-through 1px solid #af0000 !important;
}
.fs-c-productPrice__addon {
    display: none;
}
/*会員価格の色（商品一覧）*/
.fs-c-productPrice--member span{
  color: #af0000;
}
/*SALEの色（商品詳細ページ）*/
.fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__main__price {
    color: #af0000;
}
.fs-c-productPrices--productDetail .fs-c-productPrice--listed + .fs-c-productPrice--selling .fs-c-productPrice__addon {
    color: #af0000;
}
/*ドロワー内のカテゴリトップ*/
.fs-pt_menu__item--brand .fs-pt-menu__heading--lv1{
  display: none;
}
.fs-pt_menu__item--_all .fs-pt-menu__heading--lv1{
  display: none;
}
/*よくあるご質問*/
.faq h1{
  font-weight: bold;
  font-size: 1.7em;
  margin: 30px 0 15px 0;
}
.faq .faq_topic {
    font-size: 1.2em;
    background-color: #3D3D3D;
    padding: 10px;
    margin-top: 1em;
    color: #fff;
}
.faq .faq_topic+dl {
    border: none;
    padding-top: 0;
}
.faq>dl {
    border-top: 1px solid #d9d9d9;
    padding-left: 3.5em;
    padding-top: 20px;
    margin: 20px 0;
}
.faq>dl>dt {
    font-weight: bold;
    padding-bottom: 0.5em;
}
.faq>dl>dt::before {
    content: 'Q';
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    font-weight: bold;
    color: #4996A2;
}
.faq>dd {
    display: block;
    margin-inline-start: 0;
}
.faq dd {
    margin-inline-start: 0;
    line-height: 1.5;
}
.faq>dl>dd::before {
    content: 'A';
    display: inline-block;
    width: 2em;
    margin-left: -2em;
    font-weight: bold;
    color: #E94858;
}
.faq .mar-b{
  display: block;
  content: "";
  margin: 8px 0;
}
.fs-c-productMark__item .sale{
  color: #c93037;
  background: #ffffff;
  border: 1px solid #c93037;
}
.fs-c-productMark__mark {
    margin-bottom: 4px;
}
.fs-c-productListItem__productName {
    margin: 0 0 8px 0;
}
/*SOLDOUT表示修正
.product-list-image .product-soldout .fs-c-productListItem__outOfStock {
    position: absolute;
    top: 45%;
    left: 48%;
    -webkit-transform: translate(-60%, -50%);
    -moz-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    -o-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: .15em;
    white-space: nowrap;
    border: 0;
    z-index: 3;
    background: #000000;
    margin: 0 10px;
    padding: 15px 0;
    opacity: 0.7;
}
.product-list-image {
    position: relative;
}*/

/*注目のキーワード*/
.keyword {
  list-style: none;
  padding-inline-start: 0px;
  text-align: center;
  padding-bottom: 8px;
}
.keyword a{
text-decoration: underline;
}
.keyword a:hover {
  opacity: 0.8 !important;
  color: #000000;
}
.keyword .fs-pt-list__item{
  position: relative;
  display: inline-block;
  padding: 0 20px;
}




   /*========================CCP============================*/
@keyframes fade{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
.ccp1{
width:95%;
margin:auto;
}
.ccp2 p,.ccp3 p{
  animation-name: fade;
  animation-duration: 1.5s;
}
.ccp1 img{
width:130px;
height:auto;
padding:20px 0 5px 10px;
}
.ccp4 #fs-l-col--3{
width:60%;
grid-gap:50px;
}
.ccp5 .fs-l-col--2{
width:60%;
margin:auto;
grid-gap:80px;
}
.ccp5 li{
text-align:center;
font-size:25px;
font-weight:bold;
}
.ccp6 h1{
font-size:40px;
margin:0 0 30px 0;
}
.ccp6 #sashi{
width:45%;
}
.ccp6 #curved{
width:45%;
}
.ccp6 #name{
font-size:25px;
padding-top:20px;
}
.ccp6 .fs-l-col--2{
width:100%;
margin:auto;
grid-gap:40px;
margin-bottom:-10px;
}
.ccp6 .fs-l-col--1{
width:6.5%;
margin:auto;
margin-bottom:-10px;
}
.ccp6 .fs-l-col--3{
width:100%;
margin:auto;
grid-gap:30px;
}
.ccp6 #fs-l-col--2{
width:13%;
margin:auto;
grid-gap:20px;
}
.ccp6 .point{
color:#8CC121;
text-align:left;
font-weight:bold;
font-size:25px;
padding-bottom:0;
margin-left:20px;
margin-bottom:-10px;
}
.ccp6 .detail{
color:#fff;
text-align:center;
font-weight:bold;
background:#8CC121;
font-size:20px;
padding-left:10px;
width:60%;
padding-top:15px;
padding-right:10px;
margin-left:20px;
}
.ccp6 #fs-l-col--2-2{
width:100%;
margin:auto;
grid-gap:30px;
}
.ccp7 a{
font-size:25px;
color:#000;
text-align:center;
}



   /*========================YCHAI PC============================*/
/* title */
.ychai_23aw1 h1{
font-size:20px;
font-weight:normal;
color:#000;
text-align:center;
margin-top:4em;
margin-bottom:4em;
}
/* about */
.ychai_23aw2{
background:#455765;
color:#fff;
padding-bottom:50px;
}
.ychai_23aw2_1{
width:90%;
margin:auto;
}
.ychai_23aw2_1 h1{
font-size:20px;
display: flex;
align-items: center;
font-weight:normal;
margin-bottom:50px;
}
.ychai_23aw2_1 h1:before,
.ychai_23aw2_1 h1:after{
content: "";
height: 2px;
flex-grow: 1;
background-color: #fff;
}
.ychai_23aw2 h1:before {
margin-right: 1rem;
}
.ychai_23aw2 h1:after {
margin-left: 1rem;
}
.ychai_23aw2_2{
margin:auto;
}
.ychai_23aw2 h2{
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
text-align:left;
font-size:20px;
line-height:30px;
}
.ychai_23aw2_3{
text-align:center;
padding:3em 0 4em 0;
}
.ychai_23aw2 p{
text-align:left;
font-size:14px;
display: inline-block;
}
.ychai_23aw2 .line{
border:solid 1px #fff;
width:100%;
}
/* menu */
.ychai_23aw3{
padding-bottom:50px;
}
.ychai_23aw3_1{
width:100%;
margin:auto;
border:solid 3px #455765;
margin-top:100px;
margin-bottom:70px;
}
.ychai_23aw3_2{
width:98%;
margin:auto;
border:solid 3px #455765;
margin-top:15px;
margin-bottom:15px;
}
.ychai_23aw3_3{
width:90%;
margin:auto;
}
.ychai_23aw3 h1{
font-size:20px;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
padding-bottom:30px;
color:#000;
}
.ychai_23aw3 ul{
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 50px;
}
.ychai_23aw3 p{
font-size:20px;
text-align:center;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
font-weight:bold;
color:#000;
padding-top:10px;
}
.ychai_23aw3 .arrow{
display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 100%;
  height: 3px;
  background: currentColor;
}
.ychai_23aw3 .arrow::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top left;
  position: absolute;
  top: 50%;
  left: -0.09em;
  box-sizing: border-box;
}
.ychai_23aw3 .arrow::after{
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.09em;
  box-sizing: border-box;
}
.ychai_23aw3 .tl{
width: 100%;
display: grid;
grid-template-columns: 1fr 1fr;
}
.ychai_23aw3 .tight{
text-align:left;
margin:0 0 30px 0;
}
.ychai_23aw3 .loose{
text-align:right;
margin:0 0 30px 0;
}
/* detail */
.ychai_23aw4{
background:#455765;
color:#fff;
padding-bottom:60px;
padding-top:10px;
}
.ychai_23aw4 a{
color:#fff;
}
.ychai_23aw4 h1{
padding:0 0 100px 0;
font-weight:bold;
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}
.ychai_23aw4_1{
display: grid;
grid-template-columns: 1fr 1fr;
gap:50px;
}
.ychai_23aw4 .grid1{
margin-top:-80px;
}
.ychai_23aw4 .title{
background:#DCDDDD;
color:#455765;
text-align:center;
font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
padding:30px 0 55px 0;
}
.ychai_23aw4 .title h2{
text-align:left;
display:inline-block;
line-height:25px;
font-size:24px;
font-weight:bold;
}
.ychai_23aw4 .title .h2{
padding-right:80px;
}
.ychai_23aw4 .title p{
text-align:left;
display:inline-block;
font-weight:bold;
}
.ychai_23aw4 .p{
text-align:left;
padding-top:50px;
line-height:40px;
}
.ychai_23aw4_2{
display: grid;
grid-template-columns: 1fr 1fr;
gap:50px;
align-items:center;
}
.ychai_23aw4_2 .grid2{
text-align:center;
}
.ychai_23aw4_2 p{
text-align:left;
display:inline-block;
line-height:30px;
}
/* detail:No.2 */
.ychai_23aw4_3{
width:60%;
margin:auto;
}
.ychai_23aw4 .h1{
padding-bottom:0px;
}
.ychai_23aw4 .ychai_23aw4_3 .title{
margin-bottom:60px;
}
.ychai_23aw4 .ychai_23aw4_3 .h2{
padding-right:105px;
}
.ychai_23aw4 .ychai_23aw4_3 .p{
padding-top:0;
padding-bottom:50px;
text-align:left;
display:inline-block;
}
.ychai_23aw4_4{
text-align:center;
}
/* viewall */
.viewall{
padding-top:80px;
}
.viewall a{
font-size:25px;
color:#000;
text-align:center;
font-weight:normal;
font-family: 'Neue Haas Grotesk Display Pro', sans-serif;
}



   /*========================特集ページ 共通============================*/
/* common */
.feature-page{
font-family : 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif ;
}
.feature-page h1,
.feature-page h2,
.feature-page p{
margin:0;
color:#000;
}
.feature-page h1{
font-family:"Helvetica Neue", Helvetica,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
font-size:30px;
font-weight:normal;
letter-spacing:3px;
padding-top:100px;
}
.feature-page .line{
border:1px solid #000;
width:100px;
margin:10px auto 50px;
}
.feature-page p{
font-size:12px;
}
.feature-page a{
color:#000;
}

/* styling */
.feature-page .styling-common nav{
display:flex;
gap:50px;
width:90%;
margin:auto;
padding-bottom:50px;
}
.feature-page .styling-common nav img{
width:100%;
}
.feature-page .styling-common .styling{
background:#2A2B2B;
display:flex;
align-items:center;
}
.feature-page .styling-common .styling img{
width:50%;
}
.feature-page .styling-common .styling .text{
width:50%;
}
.feature-page .styling-common .styling p{
color:#fff;
font-size:12px;
line-height:20px;
text-align:left;
width:60%;
margin:auto;
}
.feature-page .styling-common .styling .items{
padding-top:30px;
white-space:nowrap
}
.feature-page .styling-common .styling a{
color:#fff;
}
.feature-page .styling-common .imgs{
display:flex;
}
.feature-page .styling-common .imgs.first{
padding-bottom:50px;
}
.feature-page .styling-common .imgs img{
width:34%;
}

/* product */
.feature-page .product-common{
display:flex;
width:90%;
margin:auto;
padding-top:100px;
}
.feature-page .product-common img{
width:50%;
}
.feature-page .product-common .product{
width:50%;
text-align:left;
padding:0 50px;
}
.feature-page .product-common h2{
font-size:20px;
line-height: 35px;
font-weight:normal;
border-left:5px solid #000;
padding-left:10px;
}
.feature-page .product-common p{
font-size:12px;
padding:30px 0;
}
.feature-page .product-common a{
color:#000;
border:1px solid #000;
padding:10px 60px;
}
.feature-page .product-common a:hover{
background:#000;
color:#fff;
transition:.2s;
}

/* brand */
.feature-page .brand-common{
width:70%;
margin:auto;
}
.feature-page .brand-common h1{
font-size:13px;
letter-spacing:0;
border:solid 1px #b2b2b2;
padding:10px 0;
display:inline-block;
margin:100px 0 50px 0;
width:267px;
}
.feature-page .brand-common ul{
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
gap:20px;
}
.feature-page .brand-common li{
padding-bottom:0;
}
.feature-page .brand-common img{
border:solid 1px #b2b2b2;
}

/* btn */
.feature-page .btn-common{
padding-top:80px;
}
.feature-page .btn-common a{
border:1px solid #000;
padding:10px 100px;
}
.feature-page .btn-common a:hover{
background:#000;
color:#fff;
transition:.2s;
}

/* feature */
.feature-page .feature-common{
width:90%;
margin:auto;
}
.feature-page .feature-common .features{
display:flex;
gap:50px;
}



   /*========================BOMBERHEAT PC============================*/
.bomberheat-23aw .topimg{
width:100%;
}

/* intro */
.bomberheat-23aw-1{
position: relative;
}
.bomberheat-23aw-1 .intro{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align:left;
}
.bomberheat-23aw-1 h1{
font-size:26px;
color: #ffffff;
padding-bottom:40px;
line-height:35px;
}
.bomberheat-23aw-1 p{
font-size:12px;
color: #ffffff;
line-height:25px;
}

/* imgs */
.bomberheat-23aw-2{
display:flex;
flex-wrap:wrap;
gap:0;
}
.bomberheat-23aw-2 img{
width:50%;
}

/* buyer */
.bomberheat-23aw-3{
background:#C9CACA;
}
.bomberheat-23aw-3 img{
width:50%;
margin:auto;
}
.bomberheat-23aw-3 p{
font-size:12px;
line-height:25px;
padding-top:50px;
width:50%;
margin:auto;
}

/* detail */
.bomberheat-23aw-4{
background:#C9CACA;
}
.bomberheat-23aw-4 .detail{
display:flex;
gap:50px;
align-items:center;
width:90%;
margin:auto;
}
.bomberheat-23aw-4 .detail.first{
padding-bottom:50px;
}
.bomberheat-23aw-4 img{
width:50%;
}
.bomberheat-23aw-4 p{
font-size:12px;
text-align:left;
line-height:25px;
width:50%;
}
.bomberheat-23aw-4 .item{
padding:50px 0;
}
.bomberheat-23aw-4 .item p{
font-size:20px;
line-height:35px;
text-align:center;
padding-bottom:30px;
margin:auto;
}
.bomberheat-23aw-4 .item a{
color:#000;
border:1px solid #000;
padding:10px 60px;
}
.bomberheat-23aw-4 .item a:hover{
background:#000;
color:#fff;
transition:.2s;
}



   /*========================MOCK NECK KNIT PC============================*/
/* intro */
.mockneckknit-23aw-1 p{
padding:100px 0 180px;
line-height:200%;
}

/* detail */
.mockneckknit-23aw-2{
background:#C9CACA;
padding-bottom:100px;
}
.mockneckknit-23aw-2-1{
display:flex;
gap:80px;
width:80%;
margin:auto;
}
.mockneckknit-23aw-2-1 .first{
margin-top:-80px;
text-align:left;
}
.mockneckknit-23aw-2-1 p{
padding:50px 0 30px;
}
.mockneckknit-23aw-2-1 a{
text-decoration:underline;
}
.mockneckknit-23aw-2-2{
width:70%;
margin:auto;
padding-top:100px;
}

/* fitting */
.mockneckknit-23aw-3-1{
width:60%;
margin:auto;
}
.mockneckknit-23aw-3-1 img{
width:100%;
}
.mockneckknit-23aw-3-1 .slider_box{
padding-bottom:0;
}

/* styling */
.mockneckknit-23aw-4 nav{
display:flex;
gap:50px;
width:90%;
margin:auto;
}



   /*========================TECKWEAE 24SS PC============================*/
/* intro */
.techwear-24ss-1{
padding-bottom:100px;
}
.techwear-24ss-1 h1{
padding-bottom:30px;
}
.techwear-24ss-1 p{
line-height:25px;
}

/* about */
.techwear-24ss-2 p{
padding-bottom:100px;
}







