/* カスタマイズ用CSS */
/* font
   ========================================================================== */
@font-face {
    font-family: "Mincho";
    src: url("../font/A-OTF-A1MinchoStd-Bold.woff");
    src: url("../font/A-OTF-A1MinchoStd-Bold.woff2");
}
@font-face {
  font-family: 'Mincho';
  src: url('../font/A-OTF-A1MinchoStd-Bold.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
       url('../font/A-OTF-A1MinchoStd-Bold.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
.fa-comments:before {
  content: "\f086";
}
.fa-envelope:before {
  content: "\f0e0";
}
.ec-role img {
    width: auto;
}
/** ヘッダー **/
.fa-bars::after {
	content: "menu";
	font-size: 9px;
	display: block;
	/* font-weight: 500; */
	letter-spacing: 1px;
}
.ec-headerNaviRole {
	position: relative;
}
.hd_shopmei {
	text-align: center;
	left: 0;
	right: 0;
	font-size: 11px;
	top: -5px;
    position: absolute;
    letter-spacing: 3px;
    color: #777;
}
@media (min-width: 768px) {
    .hd_shopmei {
        top: 0px;
        left: 3em;
        font-size: 12px;
        text-align: left;
    }
}
/** 商品詳細 **/
.ec-productRole .ec-productRole__price {
    color: #000;
}

/**トップページお知らせ
**/
.oshirase {
	max-width: 650px;
	margin: 0 auto 100px;
	border: 3px #1e5b91 double;
	padding: 2em 2em 1.4em;
	line-height: 1.8em;
}
.oshirase_tit {
	text-align: center;
	color: #1e5b91;
	font-weight: bold;
	margin-bottom: 20px;
}
.ec-layoutRole__mainBottom {
	padding: 0 1em;
}

/**トップページキャッチコピー部
**/
.ec-headerTitle .ec-headerTitle__title h1 span {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 15px;
}
.top_main_catch {
    text-align: center;
    margin-top: 70px;
    font-family: "Mincho";
}
.top_main_catch .catch01 {
    font-size: 30px;
    color: #000;
    letter-spacing: 3px;
    margin-bottom: 25px;
}
.top_main_catch .catch02 {
	font-size: 15px;
	line-height: 1.8em;
	color: #000;
    margin-bottom: 35px;
}
.top_hanten {
    line-height: 1em;
    margin-bottom: 110px;
}
.top_midashi01 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
    color: #000;
}
#page_homepage .ec-shelfRole {
    max-width: 878px;
}
.item_name {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.ec-shelfGrid a .osusume_p {
    display: none;
}
.ec-shelfRole .item_price {
	font-weight: bold;
	margin-top: 5px;
}
.ec-shelfRole .item_price span {
    font-weight: normal;
    font-size: 13px;
    margin-right: 3px;
}
.ec-shelfGrid a dl {
	margin-top: 6px;
}
.ec-layoutRole__contentBottom .ni-pageHeader h3 {
	text-align: center;
	border: 0;
	font-size: 16px;
    color: #000;
}
#page_homepage .slide-wrap {
    max-width: 878px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
}
#page_homepage .side-box {
    padding: 0 16px;
    flex: 0 0 25%;
}

#page_homepage .side-box:nth-child(1) .inner::before {
	background-image: url("../img/top/ranking1.png");
	background-repeat: no-repeat;
	display: block;
	content: "";
	width: 24px;
	height: 40px;
    position: absolute;
    left: 7px;
    top: 0;
}
#page_homepage .side-box:nth-child(2) .inner::before {
	background-image: url("../img/top/ranking2.png");
	background-repeat: no-repeat;
	display: block;
	content: "";
	width: 24px;
	height: 40px;
    position: absolute;
    left: 7px;
    top: 0;
}
#page_homepage .side-box:nth-child(3) .inner::before {
	background-image: url("../img/top/ranking3.png");
	background-repeat: no-repeat;
	display: block;
	content: "";
	width: 24px;
	height: 40px;
    position: absolute;
    left: 7px;
    top: 0;
}
#page_homepage .side-box:nth-child(4) .inner::before {
	background-image: url("../img/top/ranking4.png");
	background-repeat: no-repeat;
	display: block;
	content: "";
	width: 24px;
	height: 40px;
    position: absolute;
    left: 7px;
    top: 0;
}
#page_homepage .side-box:nth-child(1) .inner {
    position: relative;
}
#page_homepage .side-box:nth-child(2) .inner {}
#page_homepage .side-box:nth-child(3) .inner {}
#page_homepage .side-box:nth-child(4) .inner {}
#page_homepage .side-box .inner {
    position: relative;
}
.topranking .name .juni {
    display: none;
}
.topranking a {
    color: #000;
}
.topranking .price02_default {
    font-weight: bold;
    font-size: 16px;
}
.topranking .price02_default span {
    font-weight: normal;
    font-size: 13px;
    margin-right: 3px;
}
.topranking .name {
    margin-top: 6px;
}
/**  **/
.top_banner_area01 {
	max-width: 840px;
	margin: 80px auto 0px;
}
.top_bnr01 {
	box-shadow: 1px 1px 3px #ccc;
	margin-bottom: 40px;
}
.top_bnr02 {
    box-shadow: 1px 1px 3px #ccc;
	margin-bottom: 40px;
}
.top_bnr03 {
    box-shadow: 1px 1px 3px #ccc;
	margin-bottom: 40px;
}
.top_banner_area02 {
	max-width: 840px;
	margin: 0 auto;
	display: flex;
    list-style: none;
    padding: 0;
    justify-content: space-between;
}
.top_banner_area02 li {
    margin-right: 10px;
}
.top_banner_area02 li:first-child {}
.top_banner_area02 li:last-child {
    margin-right: 0;
}
.ec-footerRole {
    background-color: #E8E8E8;
    border-top: 0;
    padding-bottom: 20px;
}
.ft_info {
	font-size: 12px;
	text-align: left;
	list-style: none;
	padding-left: 0;
	line-height: 1.7em;
}
.ec-footerTitle .ec-footerTitle__logo {
    margin-bottom: 30px;
}
.ec-footerTitle__copyright {
	text-align: center;
	font-size: 12px;
	color: #000;
	margin: 70px 0 0;
}
.ec-footerNavi .ec-footerNavi__link a {
	text-decoration: none;
	color: #000;
	font-size: 12px;
    margin: 0 15px;
    border-bottom: 0;
}
.ec-footerNavi .ec-footerNavi__link {
	display: inline-block;
	border-left: 1px #000 solid;
	line-height: 1em;
}
.ec-footerNavi .ec-footerNavi__link:last-child {
    border-right: 1px #000 solid;
}
.ec-footerRole .ec-footerRole__inner::after {
    display: none;
}
.ec-itemNav__nav li a {
	font-weight: normal;
	padding: 16px 20px;
}
/** 送料無料キャンペーンバナー **/
.freeshipping {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 200px;
	z-index: 9999;
}
.ec-blockTopBtn {
    display: none !important;
}
img {
    max-width: 100%;
    height: auto;
}

/*************************************************************************************
kuwano_hanten
**/
#page_user_data.other_page .ec-layoutRole .ec-layoutRole__contents {
    max-width: inherit;
}
.kuwano_hanten {
    text-align: center;
    font-family: "Mincho";
}
.kh_tit01 {
	margin-top: 100px;
	margin-bottom: 50px;
	font-size: 25px;
	letter-spacing: 6px;
}
.kh_txt01 {
	font-size: 16px;
	max-width: 600px;
	margin: 0 auto;
	text-align: justify;
	line-height: 2em;
}
.kh_img01 {
	list-style: none;
	padding: 0;
	margin-top: 40px;
}
.kh_img01 li {
	margin-bottom: 20px;
}
.kh_img01 li:last-child {
    margin-bottom: 0;
}
.kh_img02 {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	max-width: 600px;
	justify-content: space-between;
	margin: 40px auto 0;
}
.kh_img02 li {
	margin-bottom: 5px;
}
.kh_img02 li:last-child {
    margin-bottom: 0;
}
.nuikata a {
	color: #000;
	font-size: 16px;
	border: 1px #000 solid;
	border-radius: 20px;
	padding: 4px 20px 7px 20px;
	display: inline-block;
    transition: 0.5s;
}
.nuikata {
	margin-top: 40px;
}
.nuikata a:hover {
	text-decoration: none;
	background-color: #000;
	color: #fff;
}
.kh_tit02 {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 20px;
}
.kh_tit02.sentaku {
    margin-top: 60px;
}
.kh_txt02 {
	font-size: 16px;
	max-width: 600px;
	margin: 0 auto;
	text-align: justify;
	line-height: 2em;
}
.kh_img03 {
	margin-top: 20px;
	margin-bottom: 20px;
}
.kh_box01 {
	margin-top: 220px;
	background-color: #F7C9C9;
    position: relative;
    padding-bottom: 100px;
}
.kh_img04 {
	position: relative;
	top: -110px;
}
.kh_tit03 {
	margin-top: -40px;
	margin-bottom: 0;
}
.kh_tit04 {
	font-size: 36px;
	color: #000;
	margin-bottom: 40px;
}
.kh_txt03 {
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 2em;
}
.w600 {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.kh_tit05 {
	text-align: left;
	color: #000;
	font-size: 26px;
	margin-top: 70px;
    margin-bottom: 30px;
}
.kh_txt04 {
	font-size: 16px;
	text-align: left;
	line-height: 2em;
    margin-bottom: 40px;
}
.kh_txt05 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 2em;
}
.kh_img05 {
	position: absolute;
	right: -123px;
	top: 15px;
}
/*************************************************************************************
guide お買い物ガイド
**/
#page_help_guide .ec-layoutRole .ec-layoutRole__contents {
    max-width: inherit;
}
.ec-role.guide {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
}
.gd_tit01 {
	text-align: center;
	background-color: #E8E8E8;
	line-height: 118px;
}
.gd_tit01 span {
	background-image: url(../img/guide/icon01.png);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding-left: 55px;
	line-height: 48px;
	display: inline-block;
}
.gd_box01 {
	max-width: 705px;
	margin: 0 auto;
    color: #333;
    font-family: "Mincho";
}
.gd_tit02 {
	font-size: 20px;
	text-align: center;
	background-image: url("../img/guide/line01.png");
	background-repeat: repeat-x;
	background-position: left top 17px;
    margin-top: 60px;
}
.gd_tit02 span {
	background-color: #fff;
	display: inline-block;
	padding: 0px 25px;
}
.gd_txt01 {
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
}
.gd_midasi01 {
	font-size: 18px;
	border: 1px #171717 solid;
	display: inline-block;
	line-height: 1em;
	padding: 7px 30px 11px 30px;
	border-radius: 20px;
}
.gd_box01 dl {
	margin-left: 2em;
	margin-top: 40px;
}
.gd_txt02 {
	font-size: 16px;
	margin-top: 10px;
	line-height: 1.8em;
}
.gd_img01 {
	margin-top: 10px;
}
.gd_txt03 {
	line-height: 1.8em;
}
.gd_txt04 {
	margin-left: 2em;
	line-height: 1.5em;
	margin-top: 15px;
}
.gd_mini {
	margin-left: 10px;
}
.gd_txt06 {
	font-size: 17px;
	margin-top: 15px;
}
.gd_box01 dl dd {
	margin-left: 1em;
}
.gd_txt07 {
	font-size: 16px;
	margin-top: 10px;
}
.gd_txt08 {
	margin-top: 10px;
}
.gd_txt09 {
	margin-top: 10px;
	line-height: 1.8em;
}
.gd_midasi02 {
	font-size: 17px;
	margin-top: 50px;
}
.gd_txt10 {
	padding-left: 1.5em;
	margin-top: 10px;
	font-size: 16px;
}
.gd_box01 dl dd.gd_txt11 {
	margin-top: 10px;
	margin-left: 3em;
}
.soryo_tb {
	margin: 0 auto;
}
.soryo_tb th {
	background-color: #F7F7F7;
	text-align: center;
	padding: 8px 30px;
	border-bottom: 1px #000 solid;
}
.soryo_tb th:last-child {
    border-left: 1px #555 dashed;
}
.soryo_tb td {
	padding: 16px 30px;
	border-bottom: 1px #ccc solid;
}
.soryo_tb td:first-child {
	font-size: 15px;
}
.soryo_tb td:last-child {
	font-size: 16px;
	text-align: center;
	border-left: 1px #555 dashed;
}
.gd_txt12 {
	margin-left: 3em;
	margin-top: 15px;
	line-height: 1.6em;
}
.gd_ul li {
	margin-top: 20px;
	font-size: 15px;
}

/*************************************************************************************
privacy
**/
.ec-off1Grid {
	flex-wrap: wrap;
}
/*************************************************************************************
shoplist 取扱店
**/
.ec-role.shoplist {
    max-width: inherit;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.sl_tit01 {
    text-align: center;
	background-color: #E8E8E8;
	line-height: 118px;
}
.sl_tit01 span {
    background-image: url(../img/shoplist/icon01.png);
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: bold;
	padding-left: 125px;
	line-height: 48px;
	display: inline-block;
}
.sl_box01 {
	font-family: "Mincho";
	max-width: 700px;
	margin: 0 auto 80px;
	text-align: left;
}
.sl_tit02 {
	text-align: center;
	display: inline-block;
	font-family: "Mincho";
	font-size: 21px;
	border: 1px #333 solid;
	border-radius: 26px;
	line-height: 1;
	padding: 3px 25px 9px 25px;
	letter-spacing: 4px;
    margin-top: 80px;
}
.sl_tit03 {
	font-size: 20px;
	border-bottom: 1px #333 solid;
	padding-bottom: 10px;
	text-indent: 10px;
    margin-bottom: 0;
}
.sl_box01 table {
    width: 100%;
}
.sl_box01 table td {
	border-bottom: 1px #333 solid;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 13px;
}

/*************************************************************************************
list 商品一覧
**/
#page_product_list .ec-select p {
    margin-bottom: 0;
}


/*************************************************************************************
datail 商品詳細
**/
#classcategory_id1,
#classcategory_id2 {
    display: block;
}
.freearea {
	font-size: 14px;
	background-color: #e1e1e1;
	padding: 8px 15px;
	text-align: justify;
	line-height: 1.6em;
	margin-bottom: 12px;
	margin-top: 30px;
}
.ec-productRole {
  
}
#page_product_detail .ec-shelfGrid {
  justify-content: center;
  position: relative;
  margin-top: 200px;
}
#page_product_detail .ec-shelfGrid .ec-shelfGrid__item:nth-child(1)::before {
	display: block;
	content: "” おすすめセットアップ商品 ”";
	position: absolute;
	top: -80px;
	color: #000;
	font-size: 22px;
	line-height: 1em;
	font-weight: 500;
  margin: auto;
  text-align: center;
  left: 0;
  right: 0;
}

/*************************************************************************************/
@media (min-width: 768px) {
    .ec-footerRole {
        margin-top: 150px;
    }
    .ec-footerRole .ec-footerRole__inner {
        max-width: 1008px;
        display: flex;
        flex-flow: row-reverse;
        justify-content: space-between;
        align-items: flex-start;
    }
    .ec-footerTitle {
        padding: 0;
        color: #000;
    }
}
@media (max-width: 767px) {
    #page_homepage .side-box {
        flex: 0 0 50%;
        padding: 0;
        margin-bottom: 40px;
    }
    .ec-footerNavi {
        display: flex;
        flex-wrap: wrap;
    }
    .ec-footerNavi .ec-footerNavi__link {
        border: 0;
        display: block;
        width: 50%;
    }
    .ec-footerNavi .ec-footerNavi__link:last-child {
        border: 0;
    }
    .ec-footerNavi .ec-footerNavi__link a {
        padding: 7px 15px;
        margin: 4px 4px;
        background-color: #fff;
        border-radius: 20px;
        font-size: 13px;
    }
    .ec-footerTitle {
        color: #333;
    }
    .ft_info {
        text-align: center;
    }
    .ec-footerTitle__copyright {
        margin-top: 0;
    }
    img {
        max-width: 100%;
        height: auto;
    }
    .kh_img05 {
        position: relative;
        right: 0;
        left: 0;
    }
    .freeshipping {
        width: 100px;
        transition: 0.5s;
    }
    .freeshipping:hover {
        width: 200px;
    }
	  .kh_txt01 {
	      padding: 0 1.0em;
    }
	  .kh_img02 li {
      width: 49.5%;
    }
    .kh_txt02 {
        padding: 0 1em;
    }
    .kh_txt03 {
        padding: 0 1em;
        text-align: justify;
    }
    .kh_tit05 {
      text-align: center;
    }
    .kh_txt04 {
      padding: 0 1em;
      text-align: justify;
    }
  .kh_txt04 br {
    display: none;
  }
  .kh_txt05 {
    text-align: center;
  }
  .ec-footerRole {
    padding-top: 30px;
  }
  .ec-sliderRole {
    padding-left: 0;
    padding-right: 0;
  }
  .top_main_catch .catch02 br {
    display: none;
  }
  .top_main_catch .catch02 {
    text-align: justify;
    padding: 0 1em;
    font-size: 16px;
  }
  .ec-input .tusin_tx {
    font-size: 14px;
    margin-top: 1em;
    letter-spacing: 1px;
    line-height: 1.5em;
  }
}
/*************************************************************************************
answers よくある質問
**/
.answers .sl_tit01 span {
	background-image: url("../img/faq/faq.png");
	background-size: contain;
	padding-left: 65px;
}
.faq_box {
	max-width: 900px;
	margin: 60px auto 0;
	padding: 0 20px;
}
.faq_tb th, .faq_tb td {
	display: block;
	text-align: left;
	/*border: 1px #ddd solid;*/
	padding: 15px;
}
.faq_tb th {
	background-color: #ddd;
	background-image: url("../img/faq/Q.png");
	background-repeat: no-repeat;
	background-position: left 14px center;
	-webkit-background-size: 35px;
	background-size: 35px;
	padding-left: 58px;
}
.faq_tb td {
    font-weight: 500;
    line-height: 1.6em;
    padding-bottom: 30px;
}
/*************************************************************************************
shipping お届け先の指定
**/
.add_add_box {
	border: 2px #666 solid;
	padding: 1em;
	margin-top: 50px;
	font-size: 15px;
	line-height: 1.6em;
}
.add_add_tx01 {
	color: #000;
	border-bottom: 1px #000 solid;
	padding-bottom: 5px;
}
.add_add_tx02 {
	margin-top: 20px;
	color: #333;
}
/*************************************************************************************
マイページ
**/
#gmo_payment_gateway_card_edit_navi {
	display: none;
}