@charset "utf-8";
/* CSS Document */

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-break: normal;
}

.container.twopane {
  width: 1280px;
}

@media screen and (max-width: 1280px) {
/* 1280px以下用の記述 */
  .container.twopane {
    width: auto;
  }
}

@media screen and (min-width: 1060px) {
/* 1060px以上用（PC用）の記述 */
  .container {
   width: 1030px;
  }
}

.cx_container_contents,
.main {
  margin-top: 30px;
}
@media screen and (max-width: 800px) {
/* 800px以下用（ヘッダー切替時）の記述 */
  .cx_container_contents,
  .main {
    margin-top: 15px;
  }
}

section {
  margin-bottom: 30px;
}
section:last-child {
  margin-bottom: 0;
}

p {
  font-size: 15px;
  line-height: 1.7;
}

/* clearfix */
.clearfix:after,
.fixed:after  {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix, .fixed {
  min-height: 1px;
}
* html .clearfix,
* html .fixed {
  height: 1px;
}

figure img {
  border: 1px solid #ddd;
}

.price,
.links {
  margin: 5px 0 0;
  font-size: 12px;
}

div.videowrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
div.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .table th, .table td {
    display: block;
  }
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  p {
  font-size: 14px;
  }
  input,select,textarea {
    font-size: 16px!important;
  }
}

/*-------------------------
  見出し
-------------------------*/

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.4;
}
h2 {
  display: block;
  margin: 0 auto 15px;
  padding: 15px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
}
h2 span {
  padding-top: 4px;
  font-size: 14px;
}
h3 {
  margin-top: 0;
  padding: 10px;
  background: #f3f3f3;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
h4 {
  font-size: 16px;
  font-weight: bold;
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  h1 {
    font-size: 22px;
  }
  h2 {
    padding: 12px 0;
    font-size: 18px;
  }
  h2 span {
    padding-top: 2px;
  }  
  h3 {
    font-size: 15px;
  }
  h4 {
    font-size: 14px;
  }
}

/*-------------------------
  ヘッダー・ナビ
-------------------------*/

.display-sp {
  display: none!important;
}

/*一段目*/
.header-lead {
  background-color: #000;
  color: #fff;
  vertical-align: baseline;
}
.header-lead_inner {
  display: flex;
  padding: 7px 0;
}
.header-lead_inner > :first-child {
  margin-right: auto
}
.header-lead_inner a {
  margin-left: 25px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.header-lead_inner a:hover {
  text-decoration: underline;
}

/*二段目*/
.header-main {
  align-items: center;
  background-color: #fff;
}
.header-main_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-main .form-horizontal {
  width: 410px;
  margin-top: 15px;
}
.header-main .search-group .form-control {
  width: 76%;
}
.header-main .search-group .selectpicker.form-control {
  width: 24%;
}

.header-main_menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.header-main_menu a {
  margin: auto 13px;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
  text-decoration: none;
}
.header-main_menu a span {
  font-size: 28px;
}
.header-main_menu a:hover {
  opacity: .8;
}
.header-main_menu a.nonmember {
  opacity: .4;
}
#cart_count {
  font-size: 10px;
}

/*三段目*/
.header-navi {
  background-color: #f0f0f0;
}
.header-navi_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-navi_category {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  font-size: 15px;
}
.header-navi_category > li {
  display: block;
  position: relative;
}
.header-navi_category > li > a {
  display: block;
  position: relative;
  padding: 11px 28px 8px;
  color: #000;
  cursor: pointer;
  border-bottom: 3px solid #f0f0f0;
}
.header-navi_category > li > a:hover,
.header-navi_category > li > a:focus {
  background-color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #3f494e;
  transition: .4s;
}
.header-navi_point {
  padding-left: 15px;
  border-left: 1px solid #ccc;
  line-height: 1.8;
}
.header-navi_point a:hover,
.header-navi_point a:focus {
  text-decoration: none;
}

#point span {
  color: #c00;
  font-weight: bold;
}

.dropdown-menu {
  min-width: 200px;
  margin: 0;
  padding: 5px;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, .15);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #f3f3f3;
}

.order-logo {
  margin-top: 10px;
}

@media screen and (max-width: 979px) {
/* 979px以下用（タブレット／スマートフォン用）の記述 */
  .header-main .form-horizontal {
    width: 290px;
  }
  .header-main .search-group .form-control {
    width: 65%;
  }
  .header-main .search-group .selectpicker.form-control {
    width: 35%;
  }

  .header-main_menu a {
    margin: auto 7px;
    font-size: 9px;
  }
  .header-main_menu a span {
    font-size: 26px;
  }
  .header-navi {
    font-size: 14px;
  }
  .header-navi_category > li > a {
    padding: 10px 16px;
    border-bottom: none;
  }
  .header-navi_category > li > a:hover,
  .header-navi_category > li > a:focus {
    border-bottom: none;
  }
  .header-navi_point {
    padding-left: 10px;
  }
}

@media screen and (max-width: 800px) {
/* 800px以下用（タブレット／スマートフォン用）の記述 */
  .display-pc {
    display: none!important;
  }
  .display-sp {
    display: block!important;
  }

  .header-lead {
    padding: 5px 10px;
    font-size: 13px;
  }
  .header-sp {
    display: flex;
      -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px;
  }
  .header-sp a:hover,
  .header-sp a:focus {
    text-decoration: none;
  }
  .header-sp a:nth-of-type(3) {
    margin-left: auto;
  }
  .header-sp_logo {
    margin-left: 7px;
  }
  .header-sp_icon {
    color: #000;
    font-size: 28px;
    padding-left: 5px;
  }
  .header-sp #mobile-point {
    margin-right: 5px;
    font-size: 9px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
  }
  .header-sp #mobile-point span {
    color: #c00;
    font-size: 13px; 
    line-height: 1.5;
  }
  #mobile-cart_count {
    font-size: 9px;
    margin-left: -4px!important;
  }

  .header-sp_memu {
    margin-bottom: 0;
    padding-left: 0;
    background-color: #f3f3f3;
    list-style: none;
  }
  .header-sp_memu h4 {
    margin-top: 0;
  }
  .header-sp_memu p span {
    color: #c00;
    font-weight: bold;
  }
  .header-sp_memu > li > a {
    display: block;
    padding: 10px 15px;
    border-top: 1px solid #ccc;
    color: #000;
  }
  .header-sp_memu > li {
    position: relative;
  }
  .header-sp_memu > li::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: -4px;
  }
  .header-sp_memu > li > a:hover,
  .header-sp_memu > li > a:focus {
    text-decoration: none;
    background-color: #fff;
  }

  .header-sp_btn {
    padding: 15px;
  }

  .header-sp_search {
    background-color: #3f494e;
    color: #fff;
    padding: 10px 15px 5px;
  }
  .header-sp_search .form-horizontal {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 15px;
  }
  .header-main .form-group.header-sp_form {
    margin-bottom: 0;
  }

  .sp-search {
    padding: 1px 15px;
  }
  .sp-search .form-horizontal {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px 0;
  }

  /*PC共通カテゴリ*/
  .header-navi_category {
    display: block;
    background-color: #3f494e;
  }
  .header-navi_category > li > a {
    position: relative;
    padding: 10px 15px;
    border-top: 1px solid #666;
    color: #fff;
    font-size: 14px;
   }
  .header-navi_category > li > a:hover,
  .header-navi_category > li > a:focus {
    background-color: #495257;
    text-decoration: none;
  }
  .header-navi_category > li > a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 16px;
    margin-top: -5px;
  }
  .header-navi_category > li > a.dropdown-toggle::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 50%;
    right: 15px;
    margin-top: -7px;
  }

  .dropdown-menu {
    position: relative;
    top: auto;
    left: auto;
    float: none;
    margin: 0;
    padding: 0;
    background-color: #495257;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .dropdown-menu > li > a {
    position: relative;
    margin: 0;
    padding: 8px 15px 8px 30px;
    background-color: #495257;
    color: #fff;
    border-top: 1px solid #666;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #525b5f;
    color: #fff;
  }
  .dropdown-menu > li > a::after {
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    margin-top: -4px;
  }

  .order-logo {
    width: 140px;
  }
}

/*-------------------------
  ログインモーダル
-------------------------*/

.modal-header {
  overflow: hidden;
  display: flex;
  align-items:flex-start
}
.modal-header > :first-child {
  margin-right: auto
}
.modal-header .close {
  font-size: 30px;
  vertical-align: top!important;
}
.modal-footer div {
  cursor: pointer;
  opacity: .8;
}
.modal-body .btn-lg {
  margin: 20px auto 5px;
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  .modal-header img {
    width: 140px;
  }
}

/*-------------------------
  トップコンテンツ
-------------------------*/

/* アリーナ */
#slide {
  width: 100%;
  overflow: hidden;
}
#slide ul {
  margin: 0 auto;
  padding: 0;
}
.center .slick-center img {
  opacity: 1;
}
.center img {
  opacity: 0.5;
  transition: all 300ms ease 0s;
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  .center img {
    opacity: 1;
  }
}

/*アリーナ用slick*/
.slick-prev:before, .slick-next:before {
  font-size: 40px;
  color: #fff;
}
.slick-prev, .slick-next {
  width: 40px;
  height: 40px;
}
.slick-next {
  right: 32%;
}
.slick-prev {
  left: 32%;
}

 @media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  #slide {
  	margin-top: 0;
    margin-bottom: 15px;
  }
}

/* 注目キーワード */
#attention {
  margin-bottom: 10px;
}
#attention p {
  margin-bottom: 5px;
}
.nav-pills.category li {
  margin-bottom: 8px;
}
.nav-pills.category a {
  padding: 5px;
}
.nav-pills.category > li + li {
  margin-left: 0;
}

/*-------------------------
  商品カルーセル
-------------------------*/

.tile {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.tile .inner {
  display: table-cell;
  vertical-align: top!important;
}
/*non-responsive.css
.tile .inner {
  display: table-cell;
  vertical-align: bottom;
  width: auto;
  float: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}*/

.carousel-contents {
  height: auto!important;
  max-height: 100%!important;
}
.carousel-contents > .tile {
  display: none;
  width: 98%;
  padding-left: 16px;
}

.carousel-contents p.price {
  margin-bottom: 0;
  font-size: 12px;
}

.carousel-contents .inner img {
  border: 1px solid #ddd;
}
.carousel-contents .inner .text-center .date {
  display: inline-block;
  margin-bottom: 5px;
}
.carousel-contents .inner-rec {
  margin: 0 10px;
}

/* lazysizes to fadein */
.carousel-contents .product-index .lazyload,
.carousel-contents .product-index .lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 200ms;
}

/* slick */
.carousel-contents .slick-next {
  right: -3%;
}
.carousel-contents .slick-prev {
  left: -1%;
}
.carousel-contents .slick-prev:before,
.carousel-contents .slick-next:before {
  font-family: "slick";
  font-size: 40px;
  line-height: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 979px) {
/* 979px以下用（タブレット用）の記述 */
  .tile .inner {
    width: 33%;
    padding: 0;
  }
  .tile .inner:first-child {
    padding-left: 0;
  }
  .tile .inner:last-child {
    padding-right:0;
  }

  .carousel-contents .inner {
    display: table-cell;
    width: auto;
    float: none;
  }

  /* slick  */
  .carousel-contents .slick-next {
    right: -3%;
  }
  .carousel-contents .slick-prev {
    left: -1%;
  }
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .tile {
    display: block;
    white-space: nowrap;
  }
  .tile .inner {
    display: block;
    width: 46%;
    min-height: auto;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
  }
  .carousel-contents .inner {
    display: table-cell;
    width: auto;
    float: none;
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  .tile .inner {
    display: block;
    width: 46%;
    min-height: 130px;
    float: left;
    margin-left: 2%;
    margin-right: 2%;
    padding: 0;
  }

  .carousel-contents > .tile {
    padding-left: 5px;
  }
  .carousel-contents .tile .inner {
    display: table-cell;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

/* slick */
  .carousel-contents .slick-next {
    right: -2%;
  }
}

/*-------------------------
  パンくず
-------------------------*/

.breadcrumb {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
}
.breadcrumb > li + li::before {
  padding: 0 5px;
  color: #ccc;
  content: "> ";
}

 @media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .breadcrumb > li {
    font-size: 12px;
  }
}

@media screen and (max-width: 479px) {
/* 479px以下用（スマートフォン用）の記述 */
  .breadcrumb.breadcrumb-index {
    margin-top: 8px;
  }
}

/*-------------------------
  フッター
-------------------------*/

footer {
  margin-top: 45px;
}

.footer-guide {
  padding-top: 30px;
  padding-bottom: 20px;
  background: #f3f3f3;
}
.footer-guide a {
  color: #000;
  text-decoration: underline;
}
.footer-guide a:hover {
  color: #333;
}
.footer-guide h5 {
  margin: 0 0 15px 0; 
  font-weight: bold;
  font-size: 14px;
}
.footer-guide h6 {
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 13px;
}
.footer-guide p {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1.7;
}
.footer-guide ul {
  margin-bottom: 15px;
  padding: 0;
  list-style: outside none none;
}
.footer-guide li {
  padding-right: 0;
  font-size: 11px;
  line-height: 1.9;
  white-space: nowrap;
}
.footer-guide .seal {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.footer-guide .seal img {
  margin: 3px
}
.footer-guide .abj {
  display: flex;
  align-items: center;
}

.footer-media {
  padding: 12px 0 10px;
  background: #3f494e;
  color: #fff;
}
.footer-media p {
  margin-bottom: 2px;
}
.footer-media .list {
  display: flex;
  justify-content: space-between;
  line-height: 1.7;
}
.footer-media .list a {
  color: #fff;
}

@media screen and (max-width: 1000px) {
/* 1000px以下用の記述 */
  .footer-media .list {
    display: block;
  }
  .footer-media .list a {
    padding: 0 5px;
  }
}

 @media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .footer-media {
    font-size: 13px;
  }
}

.footer-copyright {
  padding: 8px 0;
  background: #000;
}
.footer-copyright p {
  margin-bottom: 0;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 11px;
}

#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  font-size: 20px;
  z-index: 5;
}
#page-top a {
  display: block;
  padding: 10px 0;  
  background-color: #999;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 50px;
  opacity: 0.5;
}
#page-top a:hover {
  background-color: #666;
  text-decoration: none;
}

/*-------------------------
  SNS
-------------------------*/

#social {
  overflow: hidden;
}
#social ul {
  list-style: outside none none;
  overflow: hidden;
  margin: 10px 0 0 0;
  padding: 0;
}
#social li {
  display: inline;
  float: left;
  margin-right: 4px;
}
#social li:last-child {
  margin-right: 0;
}

/*-------------------------
  商品一覧
-------------------------*/

/* 商品一覧 */
div .list [class*="col-"],
div .list-camp [class*="col-"] {
  margin-bottom: 15px;
  overflow: hidden;
}
.row.list .inner,
.row.list-camp .inner {
  overflow: hidden;
}
.row.list .inner p,
.row.list-camp .inner p {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.6;
}
.row.list .inner .price,
.row.list-camp .inner .price {
  font-size: 12px;
}
.row.list .inner figure,
.row.list-camp .inner figure {
  width: 30%;
  margin-right: 2%;
  float: left;
}
.row.list .inner .txt,
.row.list-camp .inner .txt {
  width: 68%;
  float: right;
}

/* 商品画像リボン */
.ribbon-corner {
  display: block;
  position: relative;
  overflow: hidden;
}
.ribbon-corner .new {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -18px;
  width: 60px;
  padding: 0px 10px;
  background: #c00;
  color: #fff;
  font-size: 10px;
  text-align: center;
  transform: rotate(315deg);
}
.ribbon-corner .release {
  display: inline-block;
  position: absolute;
  top: 3px;
  left: -18px;
  width: 60px;
  padding: 0px 10px;
  background-color: #f90;
  color: #fff;
  font-size: 10px;
  text-align: center;
  transform: rotate(315deg);
}
.ribbon-corner .out {
  display: inline-block;
  position: absolute;
  top: 48%;
  width: 100%;
  padding: 3px 10px;
  background-color: rgba(102,102,102,0.8);
  color: #fff;
  font-size: 10px;
  text-align: center;
}

/* 日付 */
.date {
  padding: 2px 3px;
  background-color: #f3f3f3;
  border-radius: 2px;
  font-size: 10px;
}

/*-------------------------
  商品ページ
-------------------------*/

/* 商品形態 */
.dl-horizontal dt {
  width: 120px;
  margin-bottom: 3px;
}
.dl-horizontal dd {
  margin-left: 130px;
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .dl-horizontal dd {
    margin-bottom: 5px;
    margin-left: 90px;
  }
  .dl-horizontal dt {
    width: 80px;
    clear: left;
    float: left;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/* 商品概要 */
.detail p {
  margin-bottom: 30px;
}
.detail p:last-child {
  margin-bottom: 0;
}
.detail li {
  margin-bottom: 10px;
}
.detail .nav-tabs {
  margin-bottom: 15px;
}
.detail .nav-tabs > li {
  margin-bottom: -1px;
}
.detail .tab-content {
  margin-bottom: 30px;
}
dl {
  margin-bottom: 0;
}
.detail #link li {
  margin-bottom: 10px;
}

/* カート */
.cart-block {
  padding: 10px 15px 15px;
}

/* 価格 */
.usual-price {
  margin-bottom: 5px;
  font-size: 85%;
  line-height: 1;
}
.strike-price {
  text-decoration: line-through;
}
.detail-price {
  margin: 5px 0 0;
  color: #f0ad4e;
  font-size: 22px;
}
.sale-price {
  color: #c00;
}

/*-------------------------
  商品ページSプラス
-------------------------*/

/* splus image gallery */
.bookImageModal {
  font-size: 13px;
}
.splus-image-gallery-item img {
  margin: 0 auto;
}
#splus-ga-main-image {
  max-height: 100%;
  max-width: 100%;
}
.splus-ga-main-image-block figure.zoom {
  background-repeat: no-repeat;
}
.splus-ga-main-image-block figure .zoomable {
  cursor: zoom-in;
}
.splus-ga-main-image-block figure.zoomedin {
  background-position: 50% 50%;
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: zoom-out;
}
.splus-ga-main-image-block figure.zoomedin img {
  cursor: zoom-out;
  display: block;
  width: 100%;
}
.splus-ga-thumbnail-inner {
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}
.splus-ga-thumbnail {
  width: 100%;
  height: 100%;
  border: 2px solid #ddd;
}
.splus-ga-thumbnail.selected {
  border: 2px solid #e47911!important;
}
.splus-book-image-list {
  margin-top: 10px;
}
.splus-book-image-list img {
  max-width: 42px;
  max-height: 40px;
}

.splus-book-image-list .lazyload, .splus-book-image-list .lazyloading {
  opacity: 0;
  min-height: 32px;
}
.sp-image-gallery {
  margin-bottom: 40px;
}
.sp-gallery img {
  max-height: 180px;
}
.splus-image-gallery-item .gallery-image {
  max-width: 100%;
}
#book-image-gallery > img, .splus-image-gallery-item img {
  border: 1px solid #ddd;
}

/* splus contents */
h2.cl-head {
  padding: 0 0 5px 0;
  border-bottom: 2px solid #ccc;
  border-top: none;
}
.cl-block-button {
  width: 80%;
}
.cl-block {
  margin-top: 30px;
}
.cl-back {
  padding: 20px;
  background-color: #f3f3f3;
}
@media screen and (max-width:480px) {
  .cl-block-button {
    display: block;
    width: 100%;
  }
  .cl-button-module {
    margin-top: 10px;
  }
}

.splus-card {
  display: flex;
  justify-content: space-between;
}
.splus-card .splus-card-item {
  width: 30%;
}
.splus-card .splus-card-item-4 {
  width: 24%;
}
.splus-card-headline {
  padding: 8px 0 0 0;
}
.splus-card-item-body p {
  margin-top: 1rem;
}
@media (max-width:480px) {
  .splus-card {
    flex-wrap: wrap;
  }
  .splus-card .splus-card-item {
    width: 100%;
  }
}

/*-------------------------
  商品ページレビュー
-------------------------*/

.review {
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 15px;
  border: #ccc 1px solid;
  overflow: hidden;  
}
.review .list {
  margin-bottom: 15px;
  padding:0 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.review .date {
  margin: 0;
  padding: 0;
  background: none;
  font-size: 10px;
}

.review h2 {
  margin-top: 0px;
  padding: 0 0 5px 0;
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  font-weight: bold;
}
.review h3 {
  padding: 0;
}

.review .logo {
  margin-bottom: 15px;
  margin-top: 0;
}

@media screen and (max-width: 767px) { 
  .review {
    margin-top: 40px;
  }
}

/*-------------------------
  ランキング
-------------------------*/

.ranking_1 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll 0 0;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_2 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -37px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_3 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -73px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_4 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -109px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_5 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -146px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_6 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -181px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_7 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -218px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_8 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -254px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_9 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -290px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
.ranking_10 {
  background: rgba(0, 0, 0, 0) url("/assets/img/ranking_icon.png") no-repeat scroll -327px center;
  height: 26px;
  margin: 3px auto 5px;
  width: 33px;
}
ul.ranking li {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.ranking-no {
  margin-right: 8px;
  padding: 2px 3px;
  background: #f3f3f3 none repeat scroll 0 0;
  border-radius: 2px;
  font-size: 10px;
}

/*-------------------------
  注文・会員メニュー
-------------------------*/

/* カート */
table.table-bordered th {
  padding: 5px;
  background-color: #f3f3f3;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background: #5cb85c;
  color: #fff;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  vertical-align: middle;
}

@media screen and (max-width: 979px) {
/* 979px以下用（タブレット用）の記述 */
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
  /* this is the line connecting 2 adjacent items */
    position: absolute;
    left: 50%;
  /* 40px is the <li> right margin value */
    width: calc(100% + 10px);
  }
  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 10px 0.4em 0;
  }
}

h2.payment {
  padding: 5px;
  border: none;
  font-size: 18px;
}
.radio-payment {
  padding: 5px 5px 5px 0;
}
.payment td .form-inline, .payment td p {
  margin-left:25px;
}
.caret-side {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 3px;
  border-left: 4px dashed;
  border-top:4px solid transparent;
  border-bottom: 4px solid transparent;
  vertical-align: middle;
}

.get-total-point {
  color: #c00;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .card th, .card td, .member th, .member td {
    display: block;
    width: 100%;
  }
  .cd-multi-steps.text-top li::after, .cd-multi-steps.text-bottom li::after {
    position: inherit;
    left: auto;
    width: auto;
  }
  .btn-block {
    margin-bottom:5px;
  }
  .btn-back {
    margin-bottom: 10px;
  }
  .product {
    margin-bottom: 8px;
  }
  .cd-breadcrumb, .cd-multi-steps {
    margin-top: -30px;
  }

  /* カート用table メンバー用table */
  table.table-bordered.cart thead tr, table.table-bordered.memberadress thead tr {
    padding-bottom:0;
  }
  table.table-bordered.cart tr, table.table-bordered.memberadress tr {
    display: block;
    padding-bottom: 10px;
  }
  table.table-bordered.cart td, table.table-bordered.memberadress td {
    display: block;
    padding:5px 15px;
    width: 100%;
    border-left-width: 0;
    border:none;
    text-align:left;
  }
  table.table-bordered.cart td:before, table.table-bordered.memberadress td:before {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 5px;
    color: #888;
    font-weight: normal;
  }
  table.table-bordered.cart td.price:before {
    content: "販売価格:";
  }
  table.table-bordered.cart td.stock:before {
    content: "在庫状態:";
  }
  table.table-bordered.cart td.taxinclude:before {
    content: "単価(税抜):";
  }
  table.table-bordered.cart td.number:before {
    content: "数量:";
  }
  table.table-bordered.cart td.notax:before {
    content: "小計:";
  }
  table.table-bordered.cart td.subtotal:before {
    content: "小計(税抜):";
  }
  table.table-bordered.cart td.shipping:before {
    content: "送料(税抜):";
  }
  table.table-bordered.cart td.tax:before {
    content: "消費税等:";
  }
  table.table-bordered.cart td.detail-subtotal-price:before {
    content: "税抜合計:";
  }
  table.table-bordered.cart td.tax:before {
    content: "税抜合計:";
  }
  table.table-bordered.cart td.point:before {
    content: "ご利用ポイント:";
  }
  table.table-bordered.cart td.get-point:before {
    content: "ポイント:";
  }
  table.table-bordered.cart td.getpoint:before {
    content: "取得ポイント:";
  }
  table.table-bordered.cart td.total:before {
    content: "お支払合計:";
  }
  table.table-bordered.cart td.productType:before {
    content: "商品タイプ:";
  }
  table.table-bordered.cart td.indication:before {
    content: "出荷の目安:";
  }
  /* メンバー用見出し */
  table.table-bordered.memberadress td.adressbook:before {
    content: "アドレス帳名:";
  }
  table.table-bordered.memberadress td.adress:before {
    content: "連絡先:";
  }
  table.table-bordered.memberadress td.rule:before {
    content: "規定:";
  }
  table.table-bordered.memberadress td.rule:before {
    content: "規定:";
  }
  /* 定期購読用見出し */
  table.table.periodical td.product:before {
    content: "商品名:";
  }
  table.table.periodical td.period:before {
    content: "定期購読期間:";
  }
  table.table.periodical td.update:before {
    content: "自動更新:";
  }
  table.table-bordered.cart tr, table.table-bordered.memberadress tr {
    padding-bottom: 0;
  }
  table.table-bordered.memberadress td:last-child {
    border-bottom: 1px solid #ddd;
  }
  .table-bordered.memberadress {
    border-bottom: none;
  }
  table.table-bordered.cart td.subtotal, table.table-bordered.cart td.shipping, 
  table.table-bordered.cart td.detail-subtotal-price, table.table-bordered.cart td.tax, 
  table.table-bordered.cart td.point, table.table-bordered.cart td.getpoint
  {
    background-color: #f5f5f5;
    text-align: right;
  }
  table.table-bordered.cart td.total {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: solid 1px #ddd;
    font-size: 16px;
    font-weight: bold;
    text-align: right;
  }
  table.table-bordered.cart .title {
    padding: 10px 15px;
    background-color: #666;
    color: #fff;
    font-weight: bold;
  }
  table.table-bordered.cart .title a {
    color: #fff;
  }
  table.table-bordered.cart .title .help-block {
    color: #969696;
  }
  table.table-bordered.cart td.bo, table.table-bordered.memberadress td.bo {
    text-align: center;
  }
  table.table-bordered.cart form {
    display: inline-block;
  }
  table.table-bordered.cart th, table.table-bordered.memberadress th, table.table.periodical th {
    display: none;
  }
  /* 現在ご注文中の注文見出し */
  table.table.status td.item:before {
    content: "商品:";
  }
  table.table.status td.number:before {
    content: "数:";
  }
  table.table.status td.price:before {
    content: "単価:";
  }
  table.table.status td.total:before {
    content: "合計:";
  }
  table.table.status th {
    display: none;
  }
  table.table.status td:before {
    display: inline-block;
    margin-right: 5px;
    color: #888;
    font-weight: normal;
    vertical-align: middle;
  }
  table.table.status td {
    padding: 5px;
    border: none;
  }
  table.table.status td:last-child {
    border-bottom: 1px solid #ddd;
  }
  .payment td .form-inline, .payment td p {
    margin-left: 0;
  }
}

@media screen and (max-width:480px) {
  .amazonpay-login-widget {
    margin: 10px;
    padding: 10px;
    border-top: dashed 1px #999;
  }
}

/*-------------------------
  記事
-------------------------*/

.day {
  color: #666;
  font-size: 10px;
  font-weight: normal;
}
.catListBlock figure {
  margin-bottom: 10px;
}
.boxWrap h2 {
  padding: 0;
  border-top: none;
  border-bottom: none;
  font-size: 12px;
  line-height: 1.6;

}
.boxWrap p {
  margin: 0 0 10px;
  font-size: 13px;
}
.paging_number {
  margin: 0 0 5px 0;
  font-size: 12px;
}
.detailUit {
  margin-bottom: 10px;
  overflow: hidden;
}
.tag {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.tag li {
  display: inline-block;
  margin: 0;
  padding: 4px 10px 4px;
  background: #999 none repeat scroll 0 0;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.1;
}
.tag a {
  display: block;
  color: #fff;
  text-decoration: none;
}
.detailUit .socialBlock {
  margin: 10px 0 0;
  float: right;
}
.detailUit .socialBlock li {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.authorDetail {
  margin-bottom: 20px;
  padding: 5px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.topSection  {
  margin-bottom:30px;
}

.article h2 {
  position: relative;
  padding: 2px 10px;
  border:none;
  border-left: 10px solid #5cb85c;
  font-size: 20px;
  overflow: inherit;
}
.article figure {
  text-align: center;
}
.article figure figcaption {
  display: block;
  color: #f90;
  font-size: 12px;
}
.article figure img {
  height: auto;
  max-width: 100%;
  border:none;
}
.article .columnSection {
  margin: 0 0 20px;
  padding: 15px 20px 5px;
  border: #5cb85c solid 1px;
}
.article blockquote {
  margin: 0 10px 20px;
  padding: 15px 20px;
  background: #efefef none repeat scroll 0 0;
  border-left: none;
  font-size: inherit
}
.imgLRBlock {
  overflow: hidden;
}
.imgLRBlock .imgR {
  margin: 0 0 0 20px;
  float: right;
}
.imgLRBlock .imgL {
  margin: 0 20px 0 0;
}
.imgLRBlock .ovh {
  overflow: hidden;
}
.nextLink {
  margin-bottom: 15px;
  text-align: center;
}
.nextLink a {
  display: inline-block;
  padding: 8px 15px 6px;
  background: #337ab7 none repeat scroll 0 0;
  color: #fff;
}
.authorProfile {
  margin: 0 0 20px;
  padding: 0;
}
.authorProfile li {
  padding: 10px 0;
  border-top: 1px solid #eee;
  list-style: outside none none;
  overflow: hidden;
}
.authorProfile li:first-child {
  padding-top: 0;
  border-top: medium none;
}
.authorProfile li figure {
  margin-right: 10px;
  width: 90px;
  float: left;
}
.authorProfile li a {
  text-decoration: none;
}

table.fblike {
  width:100%;
  background-color: #000;
  color: #fff;
  text-align: center;
}
table.fblike td {
  width: 50%;
}
table.fblike .fbliketxt {
  padding: 5px;
}
table.fblike p {
  margin: 10px 0;
}
.productinfo .wish {
  margin: 10px 0;
}
.productinfo figure img {
  border: 1px solid #dcdcdc;
}

/* fontawesome */
[class*="fontawesome-"]:before {
  font-family: 'FontAwesome', sans-serif;
}

/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

/* シェア */
#share ul {
  margin: 10px auto 0;
  padding: 0;
  list-style: none;
}
#share li {
  margin: 0 2% 2% 0;
  float: left;
  width: 18.2%;
}
#share li a {
  position: relative;
  display: block;
  padding: 0.5em 0;
  color: #fff;
  font-size: 14px;
  border-radius: 3px;
  text-align: center;
  line-height: 28px;
  text-decoration: none;
}
#share li a:hover {
  -webkit-transform: translate3d(0px, 5px, 1px);
  -moz-transform: translate3d(0px, 5px, 1px);
  transform: translate3d(0px, 5px, 1px);
  box-shadow:none;
}

#share li a span {
  padding-left: 3px;
}

/* ツイッター */
#share .twitter a {
  background: #00acee;
  box-shadow: 0 5px 0 #0092ca;
}
#share .twitter a:hover {
  background:#0092ca;
}

/* Facebook */
#share .facebook a {
  background: #3b5998;
  box-shadow: 0 5px 0 #2c4373;
}
#share .facebook a:hover {
  background: #2c4373;
}

/* グーグル */
#share .googleplus a {
  background: #db4a39;
  box-shadow: 0 5px 0 #ad3a2d;
}
#share .googleplus a:hover {
  background: #ad3a2d;
}
/* Pocket */
#share .pocket a {
  background: #f03e51;
  box-shadow: 0 5px 0 #c0392b;
}
#share .pocket a:hover {
  background: #c0392b;
}

/* はてぶ */
#share .hatebu {
  margin-right: 0;
}
#share .hatebu a {
  background: #5d8ac1;
  box-shadow: 0 5px 0 #43638b;
}
#share .hatebu a:hover {
  background: #43638b;
}
.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold
}

 @media screen and (max-width: 767px) {
/* 767px以下用（タブレット／スマートフォン用）の記述 */
  .article h2 {
    padding: 5px;
    font-size: 16px;
  }
  .imgLRBlock .imgR {
    margin: 0;
    float: none;
  }
  .imgLRBlock .imgL {
    margin: 0;
    float: none;
  }
  table.fblike  {
    font-size: 12px;
  }
  table.fblike p {
    margin: 3px 0;
  }
  .productinfo li figure {
    width: 90px;
  }
  .productinfo .contWrap h4 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  #share li a {
    font-size: 14px;
  }
  #share li:nth-child(5n) {
    margin-right: 0;
  }
  #share li a span {
    display: none;
  }
  table.fblike {
    font-size: 10px;
  }
}
