@charset "utf-8";

body {
  width: 100%;
  overflow: hidden;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

div#header {
}

div#body {
  /*font-size: 14px;*/
  font-size: 12px;
  min-height: 0;
  padding: 10px;
}

div.sns div.addthis_toolbox {
  width: 54px;
}

a:-webkit-any-link {
  text-decoration: none;
}

p {
  margin: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a:hover {
}

a:hover img {
  opacity: 0.75;
  filter: Alpha(Opacity=75);
}

h1.main_head {
  font-size: 18px;
}

/*========================================================
.item_list
========================================================*/
.item_list {
  margin: auto;
  width: 100%;
  /*max-width: 960px;*/
}

.item_head {
  padding-bottom: 20px;
}

.item_head_image {
  display: block;
  max-width: 84.5px;
  margin: auto;
}

.item_sub_head {
  border-top: 3px solid #ccc;
  padding: 8px 0 20px;
  line-height:  16px;
}

.item_sub_head span {
  border-top: 3px solid #df0068;
  padding: 6px 0;
  font-size: 16px;
  line-height:  1;
  font-weight: normal;
}

.anchor_area {
  overflow: hidden;
  margin-bottom: 20px;
}

.anchor_wrap {
  width: 48%;
  float: left;
}
.anchor_wrap:nth-child(2n){
  float: right;
}

.item_wrap {
  width: auto;
  margin-bottom: 20px;
}

.item_panel {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 16px;
  background: #fff;;
  /* border: 1px solid #efefef; */
  box-shadow: 0px 0px 4px rgba(0,0,0,.2);
}

.item_panel:nth-child(2n) {
  margin-right: 0;
}

.item_panel_box {
  padding: 8px 10px 16px;
}

.item_panel_box.box01 {
}

.item_panel_box.box02 {
  padding-top: 16px;
  border-top: 1px solid #efefef;
}

.item_date {
}
@media (max-width: 374px) {
  .item_date {
    font-size: 10px;
  }
}

.item_image {
  display: block;
  margin: auto;
  max-width: 120px;
  height: auto;
}

.item_icon_box {
  margin-bottom: 4px;
  /*min-height: 19px;*/
}

.item_token {
  display: inline-block;
  padding: 2px 4px;
  margin-right: 2px;
  margin-bottom: 2px;
  font-size: 10px;
  word-break: keep-all;
}

.item_token.__quasidrugs {
  color: #fff;
  background: #808080;
}

.item_token.__limited {
  color: #fff;
  background: #EC66A4;
}

.item_title {
  margin-bottom: 6px;
}

.item_tag {
  margin-bottom: 6px;
}

.item_text {
  margin-bottom: 6px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis; /* Safari */
  -o-text-overflow: ellipsis; /* Opera */
  text-overflow: ellipsis;
}

.item_price_large {
  margin-bottom: 10px;
  height: calc( 1em * 1.5);
}

.item_button {
  display: block;
  margin-bottom: 6px;
}

.item_link {
  margin: 8px;
  margin-bottom: 32px;
  text-align: right;
}

.item_link a {
  color: #df0068;
}

/*========================================================
新登場タグ
========================================================*/
.item_panel.new_rls {
  position: relative;
}

.item_panel.new_rls::before {
  content: "";
  position: absolute;
  display: block;
  top: 6px;
  right: -6px;
  width: auto;
  height: 16px;
  background: #EC66A3;
  padding: 2px 8px;
  font-size: 10px;
  color: #fff;
  z-index: 999;
}
@media (max-width: 374px) {
  .item_panel.new_rls::before {
    top: 6px;
    right: -8px;
    padding: 2px 4px;
    font-size: 10px;
  }
}

.item_panel.new_rls.__new-series::before {
  content: "新シリーズ登場";
}

.item_panel.new_rls.__new-brand::before {
  content: "新ブランド登場";
}

.item_panel.new_rls.__new-color::before {
  content: "新色登場";
}

.item_panel.new_rls::after {
  content: "";
  position: absolute;
  display: block;
  top: 26px;
  right: -6px;
  /* width: 10px; */
  /* height: 10px; */
  /* background: #B24B7A; */
  border: none;
  border-bottom: solid 6px transparent;
  border-left: solid 6px #B24B7A;
  z-index: 998;
}
@media (max-width: 374px) {
  .item_panel.new_rls::after {
    right: -8px;
  }
}

/*========================================================
パーツデザイン
========================================================*/
.parts_anchor {
  text-decoration: none;
}

.parts_btn {
  width: 100%;
  max-width: 200px;
  margin: auto;
  padding: 8px;
  text-align: center;
  color: #df0068;
  border: 1px solid #df0068;
  border-radius: 100px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  /*box-shadow: 1px 2px 4px rgba(0,0,0,0.4);*/
}

.parts_btn_large {
  width: 100%;
  margin: auto;
  padding: 14px 0;
  font-size: 14px;
  text-align: center;
  color: #df0068;
  font-weight:  bold;
  border: 1px solid #b8b8b8;
  border-bottom: 3px solid #df0068;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  /*box-shadow: 1px 2px 4px rgba(0,0,0,0.4);*/
}

.parts_btn_large.__2rows {
  padding: 4px 0;
}

.parts_icon_plus {
  background-image: url("/cms/onlineshop/topics/sg/img/icon_btn_plus.png");
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

.parts_icon_arrow {
  background-image: url("/cms/onlineshop/topics/sg/img/icon_btn_arrow.png");
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.parts_icon_rightDA {
  background-image: url("/cms/onlineshop/topics/sg/img/icon_btn_downarrow.png");
  background-position: 4% 50%;
  background-repeat: no-repeat;
  background-size: 15px;
}

.moreshow::after {
  content: "もっと見る";
}

.moreshow.opened::after {
  content: "閉じる";
}

.parts_icon_plus.opened {
  background-image: url("/cms/onlineshop/topics/sg/img/icon_btn_minus.png");
}

.parts_inactive {
  color: #999;
  border: 1px solid #999;
  background-image: none;
  cursor: default;
}

/*========================================================
clearfix
========================================================*/
.__cf:before,
.__cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.__cf:after {
  clear: both;
}

.__cf {
  *zoom: 1;
}
