﻿
/**************************************************************/
/* CSSを修正する場合は、デザイン会社の作成したstyle.cssは     */
/* 修正せず、こちらのファイルに追加します                     */
/* 2019/01/15 石河 作成                                       */
/**************************************************************/

/* ----------------------------------------------------
多言語フォント対応
---------------------------------------------------- 
html[lang="zh-cmn-Hans"],
html[lang="zh-cmn-Hans"] body, 
html[lang="zh-cmn-Hans"] .yu_min {
    font-family:'Roboto', 'Microsoft YaHei', '微软雅黑', 'SimSun', sans-serif;
}
html[lang="zh-cmn-Hant"],
html[lang="zh-cmn-Hant"] body, 
html[lang="zh-cmn-Hant"] .yu_min {
    font-family:'Roboto', 'Microsoft JhengHei', '微軟正黑體', 'PMingLiU', sans-serif;
}*/

/* ----------------------------------------------------
margin
---------------------------------------------------- */
.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

/* ----------------------------------------------------
padding
---------------------------------------------------- */
.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}


/*------------------------------------------------------------
	Float Layout
------------------------------------------------------------*/

.float-right {
    margin: 0;
    float: right;
}

.float-left {
    margin: 0;
    float: left;
}

.float-wrapper {
    overflow: hidden;
}

.nowrap {
    white-space: nowrap;
}

.clearfix {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	画像遅延
------------------------------------------------------------*/
img[src$="loading.svg"] {
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    left: 0;
    right: 0;
    width: 32px !important;
    height: 32px !important;
}


/* ----------------------------------------------------
text-decoration
---------------------------------------------------- */
.textd-under {
    text-decoration:underline;
}


/* ----------------------------------------------------
display
---------------------------------------------------- */
.dp-none {
    display:none;
}


/* ----------------------------------------------------
エラー
---------------------------------------------------- */
.font-red {
    color: #FF0000;
}
.bold {
    font-weight:bold;
}
.is_error:not(.is_cell_head) {
  background-color: #f9f2f2;
  border: 1px solid #800 !important;
}

.select_ul_wrap .nice-select.is_error {
  background-color: #f9f2f2 !important;
}

.code_input_area .code_input_wrap.is_error {
    right: 0px;
    background: none;
}

.error_box:not(.dior) {
  max-width: 880px;
  width: 100%;
  margin: 30px 0px;
}

.shopping .inner .error_box {
    margin: 30px auto;
}
@media screen and (min-width: 767px) {
  .shopping .inner .error_box {
      padding: 0 40px;
      margin: 30px auto;
  }
}

.login .error_box, 
.unsub .error_box {
  padding: 0 40px;
  margin: 30px auto;
  text-align: center;
}

.dior .dior_container .error_box {
    margin: 30px auto;
}


/* ----------------------------------------------------
ヘッダー
---------------------------------------------------- */
header .sub_nav .mypage_detail {
    left: initial !important;
    right: 0 !important;
}


/* ----------------------------------------------------
shopping
---------------------------------------------------- */

.shopping_area .table_heading tr {
  text-align: center;
  font-size: 12px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .shopping_area .table_heading tr {
    display: none;
  }
}


/* ----------------------------------------------------
ボタン
---------------------------------------------------- */
button {
    cursor:pointer;
}

.btn button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #222;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    color: #fff;
}

@media screen and (min-width: 768px) {
  .btn_area .next_btn:hover button {
    color: #a49253;
  }
}

.brands_list .btn .link2 {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

/*画像認証用のリロードボタン*/
.reload_btn {
  width: 120px;
  height: 30px;
  background: #333;
  margin: 0 auto;
  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;
  align-items: center;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
}
@media screen and (max-width: 767px) {
  .reload_btn {
    width: 115px;
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .reload_btn:hover {
    color: #a49253;
  }
}


/* ----------------------------------------------------
disabled
---------------------------------------------------- */
/* Disable設定（カート入れるボタン以外）*/
.disabled:not(.shopping_input) {
    background-color: #e5e5e5 !important;
    pointer-events: none;
    cursor: default !important;
    opacity: 1 !important;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}
.disabled:hover {
    color: #FFFFFF !important;
}
@media screen and (max-width: 767px) {
    select.disabled {
        background-color: #BDBDBD !important;
    }
}

/*再検索のDisabledデザイン*/
.research_area .submit_btn label.disabled {
    background-color: #BDBDBD !important;
}

/*商品詳細のDisabledデザイン*/
.brands_detail .shopping_btn_area div.disabled {
    background-color: #e5e5e5 !important;
}
.brands_detail .shopping_btn_area button.disabled {
    background-color: none !important;
}


/* ----------------------------------------------------
DDL
---------------------------------------------------- */
.nice-select .list li.option:not(.placeholder) {
    color:#000 !important;
}

.nice-select .list li.option.placeholder {
    color:#ccc !important;
}

.placeholder  {
    color:#ccc !important;
}

select option:not(.placeholder) {
    color:#000 !important;
}

.nice-select .list li.option.disabled,
.nice-select .list li.option.disabled:hover {
    color:#90a1b5 !important;
    background-color:#ccc !important;
    cursor: default !important;
}

/* ----------------------------------------------------
ローダー
---------------------------------------------------- */
.loading-wrap {
    background-color: transparent;
    vertical-align: middle;
    text-align: center;
}


/* ----------------------------------------------------
カテゴリ検索
---------------------------------------------------- */
.research_area .group_name {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    width: 100%;

}

.main_nav .group_name {
    width: 100%;

}

.category .cat_sub_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%;
}

/* ----------------------------------------------------
カテゴリーから探す
---------------------------------------------------- */
.brands_slide #slide .tag::after {
    z-index:0 !important;
}

/* ----------------------------------------------------
商品一覧
---------------------------------------------------- */
.item .item_heading .heading {
    font-size: 40px;
}

.search_count {
    display: block;
    font-size: 18px;
    line-height: 1;
}
.refine_image {
    margin-bottom:20px;
}

@media screen and (max-width: 767px) {
    .search_count {
        font-size: 11px;
    }
    .refine_image {
        margin-bottom:10px;
    }
}

/* ----------------------------------------------------
お気に入り
---------------------------------------------------- */
.favorite_list .mini_btn_frame .btn {
  cursor: default !important;
}

/* ----------------------------------------------------
年齢認証
---------------------------------------------------- */
.modal_outline .y_modal_inner .flex_wrap {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .modal_outline .y_modal_inner .flex_wrap {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------------
ショッピングバッグ、予約変更
---------------------------------------------------- */
.shopping_bag .shopping_table .count .flex_wrap .count_box span {
  display: inline-block;
  min-width: 57px;
  margin-right: 14px;
}


/* ----------------------------------------------------
検索の虫眼鏡
---------------------------------------------------- */
.header .pc_search_nav .pc_search_icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/header/search_icon.png) no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 1079px) {
  .header .pc_search_nav .pc_search_icon {
    top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header .pc_search_nav .pc_search_icon {
    width: 19px;
    height: 19px;
    background: url(../img/header/search_icon.sp.png) no-repeat;
    background-size: contain;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.header .search_input_sp {
    display: inline-block;
    width: calc(100% - 35px);
    height: 35px;
    font-size: 11px;
    background-color: #FFF;
}
.header .sp_search_icon_2 {
    height: 35px;
    width: 35px;
    background: #fff url(../img/header/sp_search_icon2.png) no-repeat;
    background-size: 13px 13px;
    background-position: center left 10px;
    background-color: #FFF;
}

/* ----------------------------------------------------
利用規約
---------------------------------------------------- */
.regist_form .regist_table .border_area {
  height: 400px;
  overflow-y:scroll;
  padding: 30px;
  border: 1px solid #ccc;
  margin-bottom: 30px;
}

/* ----------------------------------------------------
プライバシーポリシー
---------------------------------------------------- */
.contents_frame .terms_inner .terms_block .link a {
    color: #a49253;
    font-size: 13px;
}

/* ----------------------------------------------------
画像認証（キャプチャ）
---------------------------------------------------- */
.login .captcha.passwordedit {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
}

/* ----------------------------------------------------
DIOR
---------------------------------------------------- */
html[lang="en"] body .dior.main {
  font-family: "Century Gothic";
}

html[lang="ja"] body .dior.main {
  font-family: "メイリオ", Meiryo;
}
/* ----------------------------------------------------
商品詳細 国内参考価格に取り消し線を追加
---------------------------------------------------- */
.normal_price span {
    text-decoration: line-through;
}