﻿
/**************************************************************/
/* CSSを修正する場合は、デザイン会社の作成したstyle.cssは     */
/* 修正せず、こちらのファイルに追加します                     */
/* 2018/03/08 石河 作成                                       */
/**************************************************************/


/* 2018/02/26 以下、文言修正で追加分 */

.mail-magazine-btn {
  overflow:hidden;
  height:5.5em;  
  display:flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.txt-attention-center {
  /*position: relative;*/
  padding-left: 1em;
}

.txt-attention-center:before {
  /*position: absolute;*/
  left: 0;
  top: 0;
}

.txt-attention-center:before {
  content: '※';
}

.txt-attention-center--required {
  /*position: relative;*/
  padding-left: 1em;
}

.txt-attention-center--required:before {
  position: absolute;
  left: 0;
  top: 0;
}

.txt-attention-center--required:before {
  content: '*';
}

/* 2018/03/26 loader.gifのデザイン調整 */
.loader-image {
    background-color: transparent;
    vertical-align:middle;
}

.show-loader {
    cursor: pointer;
}

/* 2018/04/24 ２度押し防止のデザイン */
.btn-cv--lg2 {
    position: relative;
    display: block;
    width: 100%;
    /*padding: 2.17em 10px;*/
    /* background:#0B318F; */
    background: #CCC !important;
    border-radius: 3px;
    color: #FFF;
    font-size: .933rem;
    font-weight: bold;
    text-align: center;
    cursor: default;
    line-height: 1;
    white-space: pre-wrap;
    border: 1px solid #CCC;
}
.btn-cv--lg2-pd {
    padding: 2.17em 10px;
}

/*共通*/
.border-bottom-red {
  border-bottom: 1px solid #FF0000;
}

.font-black {
    color: #000000;
}

/* NEWカテゴリ検索 */
.search-category-m {
    padding-bottom: 5.2vw;
}

/*免税店価格*/
.box-product_price_ttl {
    font-size: inherit;
}
.list-product_price_ttl {
    font-size: inherit;
}
.js-slider-03 .box-product.box-product__link {
    padding-bottom: 4em;
}

/* 商品名の短縮表示 */
.items_name {
    height: 3.4em; /**2行分の高さ*/
    word-break: break-all;
    position: relative;
    overflow: hidden;
    padding-right: 1em;
    background-color: #FFFFFF;
}

.bg-light-blue .items_name {
    background-color: #f6f8fb;
}

.cart-nav .items_name {
    height: 5em; /**2行分の高さ*/
}

.items_name:before {
    content: "…";
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 1em;
    background-color: #FFFFFF;
}

.bg-light-blue .items_name:before {
    background-color: #f6f8fb;
}

.items_name:after {
    content: "";
    position: relative;
    right: -1em;
    float: right;
    width: 1em;
    height: 100%;
    background-color: inherit;
}


.itemlist-banner {
    margin-bottom: 10px;
}

.external-link-title {
    position: relative;
    padding: 1rem 0;
    border-bottom: 1px solid #495563;
    width: 80%;
    margin: auto;
    padding-top: 3rem;
}

.external-link-title:before {
    position: absolute;
    bottom: -1rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 5px solid #495563;
    content: '';
}


.modal-external-link {
   display: none;
   position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-external-link-content {
    background-color: #fff;
    width: 800px;
    position: relative;
    margin: 0 auto;
    border-radius: 5px;
}
