/*---------------------------------

【トップと共通テンプレート以外は同様】
2020.4.1追加: mediabrain_asa
ベースカラー: #a13951
バックグラウンドカラー: #fbf8ef
文字強調色: #a13951
文字カラーグレー(濃い）: #333
文字カラーグレー（薄い）: #4a4b4b
スライダー背景色: #f2f0e0
ボタン類：明るさ等　#cc4e6f;

---------------------------------*/
/* common（レイアウト調整） */
#header {
    margin-bottom: 0px;
}


/* common（ベースカラー変更） */
body {
  background-color: #fbf8ef;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #a13951;
}
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #a13951;
}
.lists {
  margin: 0;
  border-bottom: 1px solid #a13951;
}
.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #a13951;
  display: block;
  z-index: 5;
}
.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #a13951;
  z-index: 10;
}
.search_select {
  width: 150px;
  border: 1px solid #a13951;
  font-size: 12px;
}
.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #a13951;
}
.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #a13951;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}
.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #a13951;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_lst_phone a:hover {
  background: #a13951;
  text-decoration: none;
  color: #fff;
}
.footer_pagetop {
  text-align: center;
  background-color: #a13951;
}
.footer_nav {
  padding: 60px 0;
  background-color: #a13951;
}
.side_category_heading,
.side_group_heading,
.side_freepage_heading,
.footer_seller_heading,
.footer_recommend_heading,
.footer_checked_heading {
  background-color: transparent;
  color: #fff;
  padding: 10px 0 10px 10px;
}
  .footer_checked {
    border-bottom: 1px solid #a13951;
  }
  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #a13951;
    color: #fff;
  }
.header_delivery_price {
    padding: .5em 1em .3em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #a13951;
    color: #fff;
    line-height: 1.5;
    float: right;
    clear: right;
    margin-top: 10px;
}
/*ランキングカラー変更*/
.rank_box_color_1 {
    background-color: #dccc18;
}
.rank_box_color_2 {
    background-color: #bab9c1;
}
.rank_box_color_3 {
    background-color: #e18961;
}


/*インプットカラー変更*/
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border: 1px solid #a13951;
    background-color: #fff;
}


/*ヘッダー送料無料表示調整*/
.header_delivery_price {
    margin-top: 10px;
}
.header_delivery_price {
    padding: .5em 1em .3em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #a13951;
    color: #fff;
    line-height: 1.5;
    float: right;
    clear: right;
}
.header_delivery_price > ul,li {
    list-style: none;
}


/*ヘッダーリード調整*/
.header_lead {
    padding-top: 10px;
    font-size: 1em;
    color: #4b4b4b;
    letter-spacing: 0.1em;
    float: left;
}


/*ヘッダー右側調整*/
.header_logo_right {
    margin: 0 auto;
    padding-top: 0px;
    float: right;
}
.header_logo_right {
    margin: 0 auto;
    padding-top: 0px;
}
.footer_logo {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}


/*左ナビリスト画像調整*/
.list_link_name {
	font-size: 0.9em;
    display: inline-block;
    padding-right: 0px;
    /*padding-left: 65px;*/
}
.side .unstyled img {
    display: inline-block;
}
.list_link {
    padding: 20px 0;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 15px;
    padding-left: 0px;
}
.list_icon_arrow {
    float: right;
    margin-top: -4px;
}
.cat_radius_img {
    max-width: 50px;
    height: auto;
    max-height: 50px;
    width: auto;
    margin-right: 10px;
	margin-bottom: 0px;
    vertical-align: middle;
    border-radius: 10px;
	box-sizing:  border-box;    /* 崩れ防止 */
}


/*新着表示アイコン*/
.ico_new {
    position: absolute;
    top: 0px!important;
    left: 10px!important;
}


/*タイトルとリスト調整*/
.heading {
  font-family: 'Noto Serif JP', serif;
}
.heading {
	position: relative;
	padding: 0.25em 0;
	font-size: 1.5vw;
	font-weight: 500;
	color: #a13951 !important;
	margin: 0;
	letter-spacing: 0.1em;
	border-bottom: none !important;
}
.heading:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}


/*タイトル小見出し*/
.sub_heading {
	font-size: 18px !important;
	color: #4a4b4b !important;
}


/*タイトルとリスト調整（モバイルサイズ）*/
@media (max-width: 768px) {
.heading {
	font-size: 6.6vw;
	margin-left: 3vw;
	margin-right: 3vw;
	}
	.sub_heading {
	font-size: 18px !important;
	color: #4a4b4b !important;
	}
	.side_category_heading, .side_group_heading, .side_freepage_heading, .footer_seller_heading, .footer_recommend_heading, .footer_checked_heading {
    background-color: transparent;
	}
	.list {
    padding-left: 3vw;
	}
	.list_icon_arrow {
    margin-top: 0px !important;
    }
}


/*各種ボタン・タブ等カラー変更*/
.btn-addcart, .btn-reviews {
    border: none;
    margin-top: 30px;
    padding: 18px 0;
    background-color: #a13951;
    font-size: 18px;
    color: #fff;
    *background-color: #a13951;
    letter-spacing: 0.1em;
}
.product_cart_select {
    border: 1px solid #a13951;
    height: 40px;
}
.product_tabs {
    border-bottom: 1px solid #a13951;
}
.product_tab.active {
    background-color: #a13951;
}
.product_area {
    border-bottom: 1px solid #a13951;
    padding-bottom: 40px;
}
.btn-addcart:hover, .btn-addcart:focus, .btn-addcart:active, .btn-reviews:hover, .btn-reviews:focus, .btn-reviews:active {
    background-color: #cc4e6f;
    color: #fff;
    *background-color: #cc4e6f;
}
.c-button--primary:hover {
    background: #cc4e6f;
}
.c-input--text {
    width: 100%;
    padding: 7px;
    border: 2px solid #a13951;
    font-size: 13px;
    margin-top: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*各サブページタイトル周り変更*/

.p-page__title {
    color: #222;
    font-size: 20px;
    text-align: center;
    margin: 10px 0 30px;
    line-height: 1.5;
}

.p-page__title {
  font-family: 'Noto Serif JP', serif;
}
.p-page__title {
	position: relative;
	padding: 0.25em 0;
	font-size: 1.5vw;
	font-weight: 500;
	color: #a13951 !important;
	margin: 0;
	letter-spacing: 0.1em;
	border-bottom: none !important;
}
.p-page__title:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
	background: linear-gradient(to right, rgb(255, 186, 115), #ffb2b2);
}
.c-alert {
    color: #4a4b4b;
    background: #f2f0e0;
    padding: 20px;
    margin: 30px 0;
    line-height: 1.6;
    text-align: left;
}
.c-button--primary {
    background: #a13951;
}

/*ページリスト周り変更*/
.pagerlist li a {
    border: 1px solid #a13951;
    background-color: #fff;
    color: #a13951;
    text-decoration: none;
}
.pagerlist li a:hover {
    border: 1px solid #a13951;
    background-color: #a13951;
    color: #fff;
}