@charset "UTF-8";

.hidden {
  display: none;
}

.product-price span {
    color: #cc0000;
}

a.button {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 40px;
  line-height: 40px;
}

button.button {
  text-decoration: none;
  color: #fff;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

.loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;
}

.loader-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
}

.loader-indicator {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/loading.gif") 50% 50% no-repeat;
    background-size: 80px 80px;
}
.cartProductDetail_choiceCoupon input[type="text"].custom {
    width: 175.40px;
}
/* fix FCCL-1518#comment-37193200 */
.series-lineup-image-tiny {
  padding: 0;
}
.noimage-border {
  border: 1px solid #cccccc;
}

.list-empty {
  border-top: 1px solid #CCC;
}

/* categoryAnchor isFixed */
.isFixed .billingAnchorGuide_Anchor {
  width: 1160px;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #ffffff;
}
/* display product color on T06 */
.product-set-list-bto .product-bto-color {
  margin-left: 5px;
  width: 17px;
  height: 17px;
}

/* header */
@media print, screen and (min-width: 768px) {
/*Start FCCL-2274*/
  .cartProductConfirm_couponWrap {
    width: 100%;
  }
  /* FCCL-2695 */
  .pointer-none {
    pointer-events: none;
  }
  /* FCCL-2687 : bangly 15-03-2021 start */
  .header_search {
    padding: 15px 8px;
  }
  /* FCCL-2687 : bangly 15-03-2021 start */
  /* FCCL-3036 */
  .cartProductDetail_productContents .cartProductDetail_productName:nth-child(n+2) {
    padding-top: 5px !important;
  }
}
/*End FCCL-2274*/
  .gNavi_utility.gNavi-custom {
    bottom: -48px;
  }
  .gNavi_utility .gNavi_utilityLink-corp {
    width: 120px;
  }
  .gNavi_list-1st .gNavi_item a:hover {
    background: #677689;
    color: #fff;
  }
  .gNavi_list-2nd .gNavi_item a:hover {
      background: #ffffff;
      color: #48c0eb; 
  }

/* 201214 Mod: FCCL-2403 */
	.pdp-main .categoryMv_galleryInner img.product-image {
		min-width: 320px;
  }
  .sslText {
    margin: 70px auto 0; 
  }
  .footer {
    margin-top: 70px; 
  }
  /* START FCCL-2186 */
  .gNavi_list-1st > .gNavi_item > .forPC > .gNavi_link:before {
    content: '';
    display: block;
    width: 1px;
    height: 75%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
  }
  /* END FCCL-2186 */

    /* START FCCL-2465 */
    .form_unit-securityCode {
        width: auto !important;
    }
    .form_unit-securityCode div input{
        width: 175px !important;
    }
    /* START FCCL-2465 */
}
/* Add 2020/05/08  GMO T13*/
/* for mobile/tablelet style */
@media screen and (max-width: 767px) {
    .footer {
      margin-top: 70px;
    }
    .cartProductDetail_choiceCoupon input[type="text"].custom {
      width: 70%;
    }
    .header_item-login > a:after {
      content: "";
    }
    .mypageName_button {
      line-height: 40px;
    }
    /* START FCCL-2116 */
    #generalServiceError {
        bottom: 10px !important;
        right: 10% !important;
        width: 80% !important;
    }
    /* END FCCL-2116 */
    /* FCCL-2695 */
    .pointer-none {
      pointer-events: all;
    }
  }

.complete_cod_def {
  display: flex;
}
  
.complete_cod_term {
  width: 250px;
  text-align: center;
  color: #333;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  border: solid 1px #ccc; 
  padding: 10px;
  line-height: 1.5; 
}
  @media print, screen and (min-width: 768px) {
    .complete_cod_term {
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .complete_cod_term {
      margin-right: 20px; }
    /*FCCL-2152 add modal for image*/  
    .overLayer {
    transform: translate(-50%, -50%);
    margin: 0 !important;
    width: 70% !important; } }
    /*End FCCL-2152 add modal for image*/      

.complete_cod_description {
  width: 250px;
  text-align: center;
  font-size: 1.4rem;
  padding: 10px;
  border: solid 1px #ccc; 
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .complete_cod_description {
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .complete_cod_description {
      margin-right: 20px; } }

.complete_convin_term {
  width: 430px;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1.5; }
  @media print, screen and (min-width: 768px) {
    .complete_convin_term {
      margin-right: 30px; } }
  @media screen and (max-width: 767px) {
    .complete_convin_term {
      margin-right: 20px; } }
      
.complete_images {
  margin: 15px 0 5px;
  padding-left: 0.5em;}

/* Add 2020/05/08 GMO T13*/

.special-price-input {
    width: 100%;
    border: 2px solid #DAF3FB;
    margin-top: 10px;
    padding: 3px;
    font-size: 1.4rem;
}

/* add disable button */
.button-disable {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    opacity: 0.5;
    pointer-events: none;
}

.product_noSalePrice {
    color: #000000;
}

.form-shokuikilogin .err {
  color: #CC0000;
  margin-top: 3px;
}

.btn-group img[id^="FF"] {
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    display: flex;
}
.coupon-error {
    font-weight: bold;
}
@media screen and (min-width: 767px) {
    .coupon-error {
        margin-left: 25px;
        width: 250px;
    }
}

.cartProductDetail_calc-updateBtn a:after,
.cartProductDetail_calc-buyBtn a:after,
.cartProductDetail_calc-quoteBtn a:after {
    top: 0px;
}

.orderSummary_accButton a::after {
    line-height: 16px;
}
.sourcecode-list ul li {
  display: flex;
}

.sourcecode-list ul li a {
  font-size: 16px;
}

.sourcecode-list ul li span {
  font-size: 16px;
  width: 68px;
}

.sourcecode-list h2 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.contact-us #form1 {
  display: block !important;
}

/*Site offline*/
.site-offline {
    text-align: center;
}

.site-offline .line1 {
    font-size: 20px;
    color: blue;
}

.site-offline .line2 {
    font-size: 30px;
    font-weight: bold;
}

.site-offline .line4 {
    text-align: center;
    border: 1px solid #aaa;
    margin: 0 auto;
    width: 30%;
}

/*Override CSS T23 account_button 250620*/
.account_button_custom {
    text-align: center; }
    .account_button_custom a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 50px;
      margin: 0 auto;
      background: #ccc;
      border-radius: 3px;
      text-align: center;
      text-decoration: none;
      color: #fff;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.4;
      position: relative; }
      .account_button_custom a:after {
        font-size: 2.5rem;
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
      @media print, screen and (min-width: 768px) {
        .account_button_custom a:hover {
          opacity: .8; } }
    .account_button_custom-login {
      margin-top: 10px; }
      .account_button_custom-login a {
        width: 160px;
        padding: 0 35px;
        background: #C00; }
        .account_button_custom-login a:after {
          font-family: 'FontAwesome';
          content: "\f007";
          right: 15px; }
    .account_button_custom-guest {
      margin-top: 10px; }
      .account_button_custom-guest a {
        width: 250px;
        padding: 0 30px 0 10px;
        background: #606A76; }
        .account_button_custom-guest a:after {
          font-family: 'FontAwesome';
          content: "\f07a"; }
    .account_button_custom-regist {
      position: relative;
      margin-top: 25px; }
      .account_button_custom-regist a {
        display: flex;
        align-items: center;
        width: 160px;
        padding: 0 35px;
        background: #c00; }
      .account_button_custom-regist button {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 160px;
        padding: 0 35px;
        background: #C00;
        color: #fff;
        height: 50px;
        border-radius: 3px;
        font-weight: bold; }
      .account_button_custom-regist img.img-icon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: calc(50% + 50px);
        height: auto;
        width: 25px;
        z-index: 10; }
/*End T23*/

.cartProductDetail_choiceCoupon p.custom {
    margin-right: 15px;
    width: 220px;
}

/*Start T27*/
.billing_submit:disabled{
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    opacity: 0.5;
    pointer-events: none;
}
.billingreceipt .documentForm_setTitle .documentForm_note{
    font-size: 1rem;
}
/*End T27*/

.btn-cancel {
  position: absolute;
  top: -15px;
  right: -12px;
}

.btn-cancel i {
  font-size: 40px;
  color: #ccc;
}
.seriesLineupListSP_colorItem {
  pointer-events: auto; }
.seriesLineupTileSP_colorItem {
  pointer-events: auto;
}

.guest_create_quote {
    margin-top: 10px; 
  }
    .guest_create_quote a {
        width: 250px;
        padding: 0 0 0 10px;
        background: #606A76; 
    }
    .guest_create_quote a:after {
        font-family: 'FontAwesome';
    }
    
.seriesLineupListPC .seriesLineupListPC_imageBox img {
  max-height:90px !important;
}

.membersInfo_itemContents {
  word-break: break-all;
}

@media screen and (max-width: 767px){
  .mypageStatus_productContents .mypageStatus_productList:last-child {
    padding-right: 0px;
  }
  /*Start FCCL-2273*/
  .productTable_price_single {
    font-size: 1.4rem;
  }
  .productTable_price_single span {
    font-size: 2.2rem;
  }
  /*End FCCL-2273*/
}

@media print, screen and (min-width: 768px) {
  .searchResult_refineWrap {
    border-bottom: 1px solid #cccccc; 
  }
  /*Start FCCL-2273*/
  .productTable_price_single {
    font-size: 1.6rem;
  }
  .productTable_price_single span {
    font-size: 2.4rem;
  }
  /*End FCCL-2273*/
  /*Start FCCL-2069*/
  .basicSlider_item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-weight: bold;
    padding: 10px 9px 15px;
  }
  .basicSlider_item a:before {
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
    border-radius: 3px;
  }
  /*End FCCL-2069*/
}
    
.seriesReview_starList {
    box-sizing: initial;
}
.seriesReview_starItem {
    float: left;
}
.seriesReview_pagerList {
    position: relative;
}
.cart_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    margin-top: 15px;
    padding: 10px;
    border: solid 1px #CCC;
    border-radius: 3px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.8; }
    @media screen and (max-width: 374px) {
      .cart_empty {
        font-size: 1.2rem; } }
        
.cartOrderConfirm_resultPrice {
    width: 120px !important;
}

.categoryCustom_boxItem-black {
    background: #f6f6f6; 
}

@media print , screen and (min-width: 768px) {
    .seriesReview_rating .seriesReview_starList {
        padding-left: 75px !important;
    }

    /* fccl-1941 */
    .cartProductConfirm_heading {
        font-size: 2.3rem !important;
    }
    .categoryCustom_modalButton {
        left: unset !important;
        top: unset !important;
        transform: none !important;
    }
    .no-action:hover {
        cursor: default !important;
    }
    .no-action:hover:before {
        border: none !important;
    }
}

.categoryCustom_modalButton {
    position: relative !important;
}

.categoryService_itemThum img {
    pointer-events: none;
}

.cartProductDetail_specialPrice {
    width: 100%;
}

input:focus {
    border-color: red;
    border-style: double;
}

/*Start FCCL-2053 style change when focus select tag*/
.cartProductDetail_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}

.productSpec_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}

.seriesLineup_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}

.seriesReview_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}
.form_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}
.searchResult_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}

.accountForm_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}

.documentForm_select:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt red;
}
/*End FCCL-2053*/

.slick-track li a:focus {
    outline: none !important;
}

/*FCCL-2237 break line T44*/
.pre_wrap {
    white-space: pre-wrap;
}

/*FCCL-2152 add modal for image*/
.overLayer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    background: #ffffff;
    padding: 10px 10px 25px 10px;
    margin: -250px 0 0 -250px;
}

.glayLayer {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    _background: none;
    filter: alpha(opacity=60);
    opacity: 0.60;
    z-index: 9999;
}

.overLayer img.close {
    position: absolute;
    bottom: 10px;
    right: 20px;
    cursor: pointer;
}
/*End FCCL-2152*/

/*Start FCCL-2053
    FCCL-2439: Change button border color*/
button:not(.out_focus):focus {
  outline: none !important;
  box-shadow: 0 0 1pt 1pt #005fcc;
}

button:not(.out_focus):hover {
  outline: none !important;
  box-shadow: 0 0 1pt 1pt #005fcc;
}

.in_focus:focus-within {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt #005fcc;
}

.in_focus:hover {
    outline: none !important;
    box-shadow: 0 0 1pt 1pt #005fcc;
}
/*End FCCL-2053*/

/*Start FCCL-2273*/
.productTable_price_single {
  color: #333333;
  font-weight: bold;
  padding-bottom: 30px;
  position: relative; 
}
/*End FCCL-2273*/

/*START FCCL-2197*/
.model_itemContents {
    pointer-events: none;
}
/*END FCCL-2197*/

/*START FCCL-2298 add margin for detail productset option*/
.seriesLineupListSP_spec-highlight {
    padding: 0 5px;
}

a.no_underline {
    text-decoration: none;
    color: #333333;
}
/*END FCCL-2298*/
/*Start 201210 Add: FCCL-2331*/
.err_tooltip_panel {
    border-radius: 5px;
    border: 1px solid rgb(255, 0, 0);
    text-align: left;
    background-color: rgb(255, 0, 0);
    line-height: normal;
    height: auto;
    z-index: 50000;
    position: absolute;
    width: auto;
    display: none;
}

.err_tooltip_msg {
    padding:5px;
    text-align:left;
    color:#fff;
    font-size:12px;
    line-height:normal;
    font-weight:normal;
    font-style:normal;
}

.err_tooltip_arrow01 {
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    border-top:7px solid transparent;
    border-right:10px solid #f00;
    border-bottom:7px solid transparent;
    top:4px;left:-10px;
}

.err_tooltip_arrow02 {
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    border-top:6px solid transparent;
    border-right:8px solid #f00;
    border-bottom:6px solid transparent;
    top:5px;
    left:-8px;
}
/*End 201210 Add: FCCL-2331*/
/*FCCL-2445: Add down arrow for error tooltip*/
.err_tooltip_arrow03 {
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    border-top:10px solid #f00;
    border-right:7px solid transparent;
    border-left:7px solid transparent;
    bottom:-10px;
    left:4px;
}

.err_tooltip_arrow04 {
    position:absolute;
    width:0;
    height:0;
    line-height:0;
    border-top:8px solid #f00;
    border-right:6px solid transparent;
    border-left:6px solid transparent;
    bottom:-8px;
    left:5px;
}

@media screen and (max-width: 767px){
  .gNavi_utility .gNavi_utilityLink-corp {
    width: 49%;
  }
}

/* START FCCL-2116 */
/* START FCCL-2728 - bangly */
#generalServiceError {
    z-index: 9999;
    position: fixed;
    bottom: 70px;
    right: 23px;
    width: 300px;
    height: 120px;
    padding: 10px;
    white-space: pre-wrap;
    background: rgb(255, 255, 255);
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: 3px 3px 10px #bdc1c4;
    opacity: 80%;
}

#generalServiceError div {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 55%;
}

#generalServiceError button {
    position: absolute;
    background: #434A54;
    color: #fff;
    bottom: 10px;
    right: 10px;
    width: 80px;
}
/* END FCCL-2728 - bangly*/
.productList_button_deactivated {
    background: #888;
    pointer-events: none;
}

#serviceProductMessage {
    color: red;
    white-space: pre-wrap;
}

.productList_unit .list-count-zero {
    margin: auto;
    font-size: 2rem;
}
/* END FCCL-2116 */

/* START FCCL-2465*/
.form_checkboxWrap-same {
    font-weight: bold;
}

.margin-left-4rem {
    margin-left: 4rem;
}

.form_heading {
    display: inline-block;
}
/* END FCCL-2465*/
.productTable_price {
    font-size: 2.4rem;
}
/*FCCL-2502 : bangly 26/1/2021 start*/
.productList_text {
    word-break: break-word;
    white-space: break-spaces;
}
/*FCCL-2502 : bangly 26/1/2021 end*/

@media screen and (min-width: 767px){
    #pe-container .searchRefine_unitTitleWidth {
        width: auto;
    }
}

/* FCCL-2635: Add css on pdp service page */
.searchRefine_regproduct {
    display: flex;
    flex-wrap: wrap;
}
.searchRefine_regproductButton {
    margin: auto;
    margin-right: 0;
    flex: initial;
}
/* FCCL-2296 : bangly 19-02-2021 start*/
.info_basicSlider_price {
  display: inline-flex;
}
/* FCCL-2296 : bangly 19-02-2021 end*/

.msgok_header {
  font-weight: bold;
  font-size: 20px;
}

.msgok_body {
  font-size: 18px;
}

.msgok_footer {
  font-size: 13px;
}
.reduce_size {
  font-size: 1.12rem !important;
}
/* FCCL-2810: add css for increasing font-size on banner text T23 */
.login_banner {
    font-size: 130%;
}
/*FCCL-2812 : bangly 7-5-2021 start*/
.picLink {
  position: absolute;
  top: 0; 
  left: 0; 
  bottom: 0; 
  right: 0;
}
/* Start 210518 Add: FCCL-2838 */
.account_text span {
	color: #c00;
}
/* End 210518 Add: FCCL-2838 */

/* FCCL-2852: Set id of FTRA for not showing */
#FFgb {
    display: none !important;
}

/* FCCL-2875: Fix layout SP on gift checkbox b2c */
@media print, screen and (max-width: 768px) {
    .gift-discount {
        margin: -5px -5px 0 0;
    }
    .form_radioWrap label.new_creCard {
        font-size: 1rem;
    }
}

/* FCCL-3010 #34574 返品に関する記載のデザイン変更に関して */
.color-yellow {
  color: yellow !important;
}
.color-red {
  color: red !important;
}
.font-size-12pt, .agreeConfirm_checkTitle {
  font-size: 12pt !important;
}
.agreeConfirm_note {
  text-align: left !important;
}

/* FCCL-3018 */
.op-srv {
  margin-top: 10px !important;
  padding: 0 !important;
}
.op-srv-title {
  margin-bottom: 10px !important;
}
.op-srv-list {
  width: 100% !important;
}
.op-srv-banner {
  width: 100% !important;
}

/* FCCL-3036 */
.cartProductDetail_productContents .cartProductDetail_productName:nth-child(2) {
  color: #c00 !important;
}

/* FCCL-3037 */
.agreeConfirm_checkTitle a {
  color: #ffffff !important;
}

/* FCCL-3152 */
.pc-layout {
    display: block;
}
.mobile-layout {
    display: none;
}
@media screen and (max-width: 767px) {
    .pc-layout {
        display: none !important;
    }
    .mobile-layout {
        display: block !important;
    }
    .productSpec-mobile-price {
        display: flex;
        align-items: center;
    }
    .productSpec-mobile-deliverytime {
        width: 50%;
    }
    .productSpec-mobile-priceresult {
        font-size: 1.7rem;
        text-align: right;
        font-weight: bold;
        width: 34%;
    }
    .productSpec-mobile-tax {
        font-weight: bold;
        width: 16%;
    }
    .productSpec_favorite-alone {
        max-width: 40px !important;
    }
    .productSpec_favorite:after {
        right: 27% !important;
    }
    .productSpec_button {
        height: 40px !important;
        margin: 0 0 0 5px !important;
        font-size: 1.6rem !important;
        padding-right: 9% !important;
    }
}

/* FCCL-3153 【F-105（2）】PDPの同時購入商品のデフォルトの表示内容の変更 */
.categoryService_title {
  margin-bottom: 0 !important;
  border-radius: 3px 3px 0 0 !important;
}
.category-accordion {
  position: relative;
  font-size: 1.2rem;
  height: 30px;
  margin: 0 0 30px 0;
  overflow: hidden;
}
.category-accordionTxt {
  padding: 0;
  margin-top: 40px;
}
.category-accordionBtn {
  position: absolute;
  top: 0;
  cursor: pointer;
  margin-bottom: 10px;
  height: 30px;
  background-color: #E6E9ED;
  border-top: solid 1px #CCCCCC;
  border-radius: 0 0 3px 3px;
  width: 100%;
}
.category-accordionBtn:before {
  content: "＋";
  display: block;
  color: #333;
  font-size: 1.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.category-accordionBtn.isOpen:before {
  content: "－";
}
.categoryService_accordion {
  padding-bottom: 10px !important;
}

/* FCCL-3198 【調査】学割販売ページのブラウザ依存のバグ？について */
.cartProductDetail_choiceCoupon button {
  color : #000000 !important;
}