@charset "shift_jis";
/* CSS Document */

/*　ベース
==================================================*/

* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style: none;
}

body {
    /*font-family:"ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, Osaka, sans-serif;*/
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 12px;
    padding: 0;
    margin: 0 !important;
    text-align: left !important;
}

img {
    border: none;
    -webkit-backface-visibility: hidden;
}

/*　リンクカラー
==================================================*/

a {
    color: #416090;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #416090;
}

a:visited {
    color: #416090;
}

/* toggle button */
#genuine #order-list .toggleWrapper{
    position: relative;
    overflow: hidden:
 -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    float: right;
    top: -25px;
    right: -82px;
}
#genuine #genuine_center .toggleWrapper span.label{
    font-weight: normal;
    font-size: 1.17em;
    color: #fff;
    line-height: 2;
}
#genuine #order-list .toggleWrapper input{
    position: absolute;
    left: -99em;
}
#genuine #order-list .toggle{
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 70px;
    height: 24px;
    background: #e98f97;
    border-radius: 3px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    top: 4px;
}
#genuine #order-list input:checked + .toggle{
    background: #03A9F4;
    top: 4px;
}

#genuine #order-list .toggle:before, .toggle:after{
    position: absolute;
    line-height: 25px;
    font-size: 13px;
    z-index: 2;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
#genuine #order-list .toggle:before{
    content: "ON";
    left: 10px;
    color: #f4e7e7;
}
#genuine #order-list .toggle:after{
    content: "OFF";
    right: 5px;
    color: #717171;
}
#genuine #order-list .toggle__handler{
    display: inline-block;
    position: relative;
    z-index: 1;
    background: #f4e7e7;
    width: 35px;
    height: 23px;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    -webkit-transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

#genuine #order-list input:checked + .toggle:before{
    color: #f4e7e7;
}
#genuine #order-list input:checked + .toggle:after{
    color: #f4e7e7;
}
#genuine #order-list input:checked + .toggle .toggle__handler{
    width: 35px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    border-color: #fff;
    top: 0px;
    left: -6px;
}
/* toggle button end */

/* #series */

#series_page #impression #overall, #series_page #impression #overall2,#series_page #impression2 #overall3, #series_page #impression2 #overall4 {
  float: none;
  border: none;
  width: 100%; }

#series_page .button {
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background-color: #ffcc00;
  -webkit-box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
  box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
  position: relative;
  bottom: 1px; }

#series_page .button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: brightness(1.05);
  filter: brightness(1.05);
  bottom: 0; }

#series_page .main_img {
  width: 340px;
  height: 340px; }
  #series_page .main_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }

#series_page .series_header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 20px 0 50px; }
  #series_page .series_header .text {
    padding: 0 15px;
    width: calc(100% - 680px);}
    #series_page .series_header .text h3 {
      font-size: 16px;
      color: #066aa7;
      font-weight: normal;
      margin-bottom: 5px; }
    #series_page .series_header .text h4 {
      font-size: 20px; }
    #series_page .series_header .text .price {
      font-size: 16px;
      padding: 10px 0 5px; }
      #series_page .series_header .text .price .title {
        padding: 10px 15px;
        margin-right: 10px;
        background-color: #efefef;
          display: inline-block;
          width: 110px;
          text-align: center;
}
      #series_page .series_header .text .price .number {
        font-size: 20px;
        color: #e61e25;
        font-weight: bold; }
#series_page .series_header .text .price.bule .number {
    font-size: 18px;
    color: #066aa7;
}
    #series_page .series_header .text .button {
      font-size: 14px;
      font-weight: bold;
      width: calc(100% - 710px);
      height: 50px;
      line-height: 50px;
      text-align: center;
      border-radius: 5px;
      background-color: #ffcc00;
      -webkit-box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
      box-shadow: 0 2px 5px rgba(181, 145, 0, 0.51);
      position: absolute;
      bottom: 1px; }
      #series_page .button i {
        position: relative;
        left: 5px;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s; }
    #series_page .series_header .text .button:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-filter: brightness(1.05);
      filter: brightness(1.05);
      bottom: 0; }
      #series_page .button:hover i {
        left: 20px; }
  #series_page .series_header #impression {
    width: 340px;
    height: 320px;
    padding: 10px; }
    #series_page .series_header #impression .title {
      font-size: 14px;
      font-weight: bold;
      margin: 5px 0 5px;
      text-align: center; }

#series_page .series_header #impression table .rating_title {
    text-align: left;
    padding: 0 10px 0 0;
    width: 33px;
}
#series_page .series_header #impression table .graph {
    background-color: gainsboro;
    height: 20px;
    width: 100%;
}
#series_page .series_header #impression table .graph div {
    background-color: #ffcc66;
    width: 0px;
    height: 20px;
}
#series_page .series_header #impression table .num {
    padding: 0 0 0 4px;
    min-width: 40px;
}
#series_page .lc_menu .button {
  width: 236px;
  margin: 5px 0 15px; }

#series_page #rightcol .describe {
  font-size: 14px; }
  #series_page #rightcol .describe .title {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px #efefef solid; }

#series_page #movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;}
  #series_page #movie iframe {
  margin: 0 20px 20px 0;
width: 492px;
height: 272px;}

#series_page #imprerequestlist ~ .button {
  width: 456px;
  margin-left: calc(50% - 228px); }
  #series_page #imprerequestlist ~ .button a {
    color: #333; }
#series_page .lc_menu2.similar ul li {
    margin-bottom: 20px;
}
#series_page .similar img {
    width: 100px;
    display: block;
    height: auto;
    text-align: center;
    margin: 0 auto 10px;
}
#series_page .goods_list.button {
    width: 456px;
    margin-left: calc(50% - 228px);
}
#series_page .goods_list.button a {
    color: #333;
}


#series_page .impre_go {
    font-size: 18px;
    color: #2a313c; }
  #series_page .wrapper .series_header .text {
    cursor: auto; }
    #series_page .wrapper .series_header .text h3 a:hover {
      text-decoration: none; }
    #series_page .wrapper .series_header .text .price {
      display: block; }
      #series_page .wrapper .series_header .text .price .number_series, #series_page .wrapper .series_header .text .price .number, #series_page .wrapper .series_header .text .price number_blue {
        width: 70%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; }
  #series_page .list_next {
    display: block;
    width: 40px;
    background: #a0a0a0;
    line-height: 60px;
    position: absolute;
    right: 0px;
    top: calc(50% - 30px);
    color: #ffffff;
    text-align: center; }
  #series_page .list_prev {
    display: block;
    width: 40px;
    background: #a0a0a0;
    position: absolute;
    line-height: 60px;
    left: 0px;
    top: calc(50% - 30px);
    color: #ffffff;
    text-align: center; }
  #series_page .list_prev a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block; }
    #series_page .list_prev a:hover {
      text-decoration: none;
      opacity: 0.7;
      display: block; }
  #series_page .list_next a {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    display: block; }
    #series_page .list_next a:hover {
      text-decoration: none;
      opacity: 0.7;
      display: block; }
  #series_page #rightcol {
    /*ボタン*/
    /*概要、もっと見る*/
    /*スタッフコメント*/
    /*インプレ*/ }
    #series_page #rightcol .describe p:first-child.title {
      margin: 0 auto 10px; }
    #series_page #rightcol .describe .title {
      margin: 20px auto 10px; }
    #series_page #rightcol .right_col_top_image_p {
      width: 100%;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #series_page #rightcol .right_col_top_image_p:after {
        clear:both; }
      #series_page #rightcol .right_col_top_image_p .photo {
        float: left;
        width: 50%;
        padding-right: 15px; }
      #series_page #rightcol .right_col_top_image_p .text {
        float: left;
        width: 50%; }
      #series_page #rightcol .right_col_top_image_p img {
        max-width: 100%; }
    #series_page #rightcol .staff_comment {
      position: relative;
      border: 5px solid #efefef;
      padding: 20px; }
      #series_page #rightcol .staff_comment img {
        position: absolute;
        background: #ffffff;
        width: 300px;
        top: -20px;
        left: 5px;
        padding: 0 10px; }
    #series_page #rightcol .news_blog ul li {
      border-bottom: 2px solid #efefef;
      overflow: hidden;
      display: block;
      padding: 10px; }
      #series_page #rightcol .news_blog ul li a p:hover {
        text-decoration: underline; }
      #series_page #rightcol .news_blog ul li img {
        width: calc(20% - 20px); }
      #series_page #rightcol .news_blog ul li .news_p_box {
        width: calc(80% - 20px);
        float: right;
        overflow: hidden;
        padding: 0 10px; }
        #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_title {
          float: left;
          display: block;
          width: 70%;
          font-size: 20px;
          color: #066aa7; }
        #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date {
          float: right;
          display: block;
          width: 30%; }
          #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date p {
            text-align: right; }
          #series_page #rightcol .news_blog ul li .news_p_box .news_p_box_date img {
            width: 100%; }
        #series_page #rightcol .news_blog ul li .news_p_box .text {
          color: #333;
          font-size: 14px;
          clear: both;
          padding: 5px 0 0; }
      #series_page #rightcol .news_blog ul li:last-child {
        border-bottom: none; }
    #series_page #rightcol #impression2 h3 {
      background: #4C5462;
      padding: 12px;
      color: #fff;
      font-weight: 400;
      margin: 0 0 15px;
      overflow: hidden; }
    #series_page #rightcol .impre_hyouka {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 50px; }
      #series_page #rightcol .impre_hyouka .impre_hyouka_star {
        width: 50%; }
        #series_page #rightcol .impre_hyouka .impre_hyouka_star table th {
          text-align: left; }
      #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad {
        width: 50%; }
        #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad #dashboard {
          width: 100%;
          border: none; }
          #series_page #rightcol .impre_hyouka .impre_hyouka_good_bad #dashboard dl {
            float: none;
            text-align: left;
            width: 100%; }
    #series_page #rightcol .impre_user ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      #series_page #rightcol .impre_user ul li {
        padding: 20px;
        border: 1px solid #efefef;
        border-radius: 5px;
        text-align: left;
        width: calc(50% - 40px);
        margin: 0 20px 20px; }
        #series_page #rightcol .impre_user ul li a {
          display: block;
          width: 100%; }
        #series_page #rightcol .impre_user ul li .impre_user_title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
#series_page #rightcol .impre_user ul li .impre_user_title img{width: 25px;}
          #series_page #rightcol .impre_user ul li .impre_user_title p {
            font-size: 20px;
            color: #066aa7; }
          #series_page #rightcol .impre_user ul li .impre_user_title dl {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            margin: 0 10px 0 0; }
            #series_page #rightcol .impre_user ul li .impre_user_title dl dd {
              width: 35px;
              font-size: 20px;
              font-weight: bold;
              color: #ff7200; }
        #series_page #rightcol .impre_user ul li .impre_user_description {
          margin: 10px auto;
          color: #333;
          font-size: 14px; }
    #series_page #rightcol .impre_user .impre_user_date {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      color: #666; }
      #series_page #rightcol .impre_user .impre_user_date dl {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 10px 0 0; }
  #series_page .number_series {
    color: #000000;
    font-weight: bold; }
  #series_page .number_blue {
    color: #066aa7;
    font-size: 18px;
    font-weight: bold; }
  #series_page .series_h3 {
    background: #efefef;
    padding: 15px 21px; }
  #series_page .grad-btn {
    text-align: center;
    color: #066aa7;
    font-size: 14px;
    margin: 0 10px 10px;
    display: block;
    border: 1px solid #066aa7;
    border-radius: 5px;
    width: 100px;
    line-height: 30px;
    margin: 0 auto;
    padding: 5px; }
  #series_page .grad-btn:hover {
    opacity: 0.8; }
  #series_page .grad-btn::before {
    content: "続きを読む"; }
  #series_page .grad-item {
    position: relative;
    overflow: hidden;
    height: 200px;
    /*隠した状態の高さ*/
    font-size: 13px;
    padding: 10px; }
  #series_page .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.9)), color-stop(20%, rgba(255, 255, 255, 0.9)), to(#fff));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 20%, #fff 100%);
    content: ""; }
  #series_page .grad-trigger {
    display: none;
    /*チェックボックスは常に非表示*/ }
  #series_page .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"; }
  #series_page .grad-trigger:checked ~ .grad-item {
    height: auto;
    /*チェックされていたら、高さを戻す*/ }
  #series_page .grad-trigger:checked ~ .grad-item::before {
    display: none;
    /*チェックされていたら、grad-itemのbeforeを非表示にする*/ }
  #series_page .page_no {
    text-align: right;
    margin: 10px 0;
    font-weight: bold;
    font-size: 12px;
    padding: 0; }
  #series_page .button {
    width: 60%;
    margin: 0 auto; }
  #series_page .slider_box {
    margin: 20px auto; }
    #series_page .slider_box .slider_ul {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 100%; }
      #series_page .slider_box .slider_ul li {
        position: relative;
        width: 20%; }
        #series_page .slider_box .slider_ul li .photo {
          display: block;
          text-align: center;
          margin: 10px auto; }
        #series_page .slider_box .slider_ul li img {
          max-width: 159px;
          max-height: 159px;
          object-fit: contain;
          width: 159px;
          height: 159px; }
        #series_page .slider_box .slider_ul li .info {
          margin-bottom: 40px;
        }
        #series_page .slider_box .slider_ul li .shohinsu {
          text-align: center;
          background: #efefef;
          width: 80%;
          border-radius: 5px;
          position: static;
          padding: 2px; }
        #series_page .slider_box .slider_ul li .series_title {
          width: 100%;
          margin: 0 auto; }
        #series_page .slider_box .slider_ul li .series_price {
          color: #e61e25;
          font-size: 14px;
          font-weight: bold;
          width: 100%;
          margin: 0 auto; }
#series_page .slider_box .slider_ul li.bx-clone {
    visibility: hidden !important;
}
#series_page .slider_box .slider_ul li.bx-clone img{
    visibility: hidden !important;
}
    #series_page .slider_box .bx-viewport {
      height: auto; }
    #series_page .slider_box .bx-wrapper {
      margin: 15px auto;
      float:left;
      }
    #series_page .slider_box .bx-pager {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
  #series_page .button a {
    padding: 0 5px;
    display: block;
    color: #000000; }
    #series_page .button a:hover {
      text-decoration: none; }
  #series_page .button.impre_button {
    height: auto; }
  #series_page .button.slider_button {
    height: auto;
    width: 70%;
    margin: 100px 60px 0 auto; }
  #series_page .list_order {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    #series_page .list_order dt {
      padding: 6px;
      border: #E61E25 1px solid;
      color: #E61E25;
      margin: 0 5px 0 0; }
    #series_page .list_order dd {
      margin: 0 5px 0 0;
      border: #ccc 1px solid;
      padding: 1px; }
      #series_page .list_order dd select {
        font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
        padding: 3px 0;
        border: none; }
  #series_page #brand_header {
    font-size: 16px;
    padding: 10px 10px 0; }
    #series_page #brand_header .head_evaluation_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #series_page #brand_header .head_evaluation_flex #bh_valuation > p {
        margin: 0; }
      #series_page #brand_header .head_evaluation_flex table {
        padding: 8px; }
      #series_page #brand_header .head_evaluation_flex .series_brand_ranking {
        font-weight: bold; }
        #series_page #brand_header .head_evaluation_flex .series_brand_ranking span {
          font-size: 24px;
          color: #ffda00;
          font-weight: bold; }
      #series_page #brand_header .head_evaluation_flex .rating_title {
        font-size: 16px; }
  #series_page .list_type02 .point {
    color: #ff7200; }
  #series_page #leftcol .left_series_list {
    padding: 0 0 0 5px;
    border-bottom: 1px dotted #999999;
    margin: 0 0 5px; }
    #series_page #leftcol .left_series_list li {
      margin: 10px 0; }
    #series_page #leftcol .left_series_list li ul li {
        margin-left: 15px;
    }
      #series_page #leftcol #modalSeries.modal .left_series_list li a span {
        color: #416090;
        font-size: 10px; }
  #series_page #leftcol .left_series_etc {
    text-align: right; }
    #series_page #leftcol .left_series_etc a::before {
      font-family: FontAwesome;
      content: "\f138";
      margin: 0 5px 0 0;
      font-size: 12px;
      display: inline-block;
      text-align: center;
     }
  #series_page .pagination li.firstPage a, #series_page .pagination li.lastPage a, #series_page .pagination li.pageLink a {
    background: #ffffff; }
  #series_page .shopping_tab > ul > li.m02 {
      left: -webkit-calc(100% / 10 + 1%);
      left: -moz-calc(100% / 10 + 1%);
      left: calc(100% / 10 + 1%);
  }
  #series_page .shopping_tab > ul > li.m03 {
      left: -webkit-calc(100% / 10 * 2 + 2%);
      left: -moz-calc(100% / 10 * 2 + 2%);
      left: calc(100% / 10 * 2 + 2%);
  }
  #series_page .shopping_tab > ul > li.m04 {
      left: -webkit-calc(100% / 10 * 3 + 3%);
      left: -moz-calc(100% / 10 * 3 + 3%);
      left: calc(100% / 10 * 3 + 3%);
  }
  #series_page .shopping_tab > ul > li.m05 {
      left: -webkit-calc(100% / 10 * 4 + 4%);
      left: -moz-calc(100% / 10 * 4 + 4%);
      left: calc(100% / 10 * 4 + 4%);
  }
  #series_page .shopping_tab > ul > li.m06 {
      left: -webkit-calc(100% / 10 * 5 + 5%);
      left: -moz-calc(100% / 10 * 5 + 5%);
      left: calc(100% / 10 * 5 + 5%);
  }
  #series_page .shopping_tab > ul > li.m07 {
      left: -webkit-calc(100% / 10 * 6 + 6%);
      left: -moz-calc(100% / 10 * 6 + 6%);
      left: calc(100% / 10 * 6 + 6%);
  }
  #series_page .shopping_tab > ul > li.m08 {
      left: -webkit-calc(100% / 10 * 7 + 7%);
      left: -moz-calc(100% / 10 * 7 + 7%);
      left: calc(100% / 10 * 7 + 7%);
  }
  #series_page .shopping_tab > ul > li.m99 {
      left: auto;
      right: 0;
  }
  #series_page .shopping_tab > ul > li.current a {
    left: 0px ;
  }

/*ブランドページ（シリーズ追加）*/
  #series_page.series_brand #brand_header {
    font-size: 12px; }
  #series_page.series_brand .series_search .slider_box {
    margin: 0 auto 10px; }
    #series_page.series_brand .series_search .slider_box .page_no {
      margin: 5px 0; }
    #series_page.series_brand .series_search .slider_box .slider_ul li {
      width: 25%; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .series_description {
        width: 80%;
        margin: 5px auto 0;
        height: 3.2em; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .star {
        width: 80%;
        margin: 0 auto; }
      #series_page.series_brand .series_search .slider_box .slider_ul li .series_title {
        margin: 40px auto 0;
        width: 80%;
        height: 3.0em;
        overflow:hidden;
        }
  #series_page.series_brand .series_search .series_search_title {
    border: 1px solid #333333;
    width: calc(100% - 22px);
    display: block;
    overflow: hidden;
    padding: 5px 10px;
    border-radius: 5px; }
    #series_page.series_brand .series_search .series_search_title span a {
      float: right;
      font-weight: normal; }
      #series_page.series_brand .series_search .series_search_title span a::before {
        font-family: FontAwesome;
        content: "\f138";
        margin: 0 5px 0 0;
        font-size: 12px;
        display: inline-block;
        text-align: center;
        color: #416090; }
  #series_page.series_brand #rightcol h3.all {
    position: relative; }
    #series_page.series_brand #rightcol h3.all span a {
      font-size: 12px;
      display: block;
      margin: auto;
      position: absolute;
      top: 10px;
      right: 10px;
      text-align: center;
      background: #fff;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      width: 150px;
      padding: 4px; }
      #series_page.series_brand #rightcol h3.all span a:hover {
        background: #4C5462;
        color: #fff;
        text-decoration: none; }
  #series_page.series_brand .brand_series_list_box p.title {
    border: solid 1px #333333;
    border-radius: 5px; }
    #series_page.series_brand .brand_series_list_box p.title a {
      font-size: 14px;
      display: block;
      padding: 5px; }
  #series_page.series_brand .brand_series_list_box ul li {
    border-bottom: 3px solid #efefef;
    padding: 5px; }
    #series_page.series_brand .brand_series_list_box ul li h4 {
      font-size: 16px;
      margin: 15px 10px 5px; }
    #series_page.series_brand .brand_series_list_box ul li .brand_series_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left {
        width: 30%; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left img {
          max-width: calc(100% - 40px);
          max-height: 159px;
          object-fit: contain;
          height: auto;
          display: block;
          margin: 0 auto;
          border: solid 1px #efefef; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_left .shohinsuu {
          background: #efefef;
          border-radius: 5px;
          width: 80%;
          padding: 3px;
          margin: 5px auto;
          text-align: center; }
      #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right {
        width: calc(100% - 20px);
        margin: 0 20px 0 0; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right h5 {
          font-size: 16px; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right p {
          font-size: 14px; }
        #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow {
          overflow: hidden;
          margin: 20px  0 0; }
          #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description {
            float: left; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .price {
              margin: 0 0 5px;
              font-size: 16px; }
              #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .price span {
                color: #e61e25;
                font-weight: bold; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .hyouka {
              font-size: 16px; }
              #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .hyouka .impre_go {
                font-size: 16px; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .list_right_description .star {
              line-height: 18px; }
          #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .series_list_go {
            float: right;
            display: block;
            width: 200px;
            text-align: center;
            border: 1px solid #416090;
            border-radius: 5px;
            padding: 3px;
            margin: 83px 0 0; }
            #series_page.series_brand .brand_series_list_box ul li .brand_series_list .brand_series_list_right .overflow .series_list_go:hover {
              text-decoration: none;
              opacity: 0.6; }
  #series_page.series_brand .slider_box .slider_ul li {
    width: 25%; }
    #series_page.series_brand .slider_box .slider_ul li .series_title {
      margin: 40px auto 0;
      width: 80%;
      height: 2.8em; }
    #series_page.series_brand .slider_box .slider_ul li .series_description {
      width: 80%;
      height: 2.8em;
      margin: 0 auto; }
    #series_page.series_brand .slider_box .slider_ul li .star {
      width: 80%;
      margin: 0 auto; }
  #series_page.series_brand .button.brand_button {
    margin: 0 auto 20px; }

#series_page .series_name,
#series_page .series_description{
    max-height: 44px;
    overflow: hidden;
    display: block;
}
#series_page .series_headline{
    max-height: 30px;
    overflow: hidden;
    display: block;
}

#modalSeries.modal .search_block {
    background: #efefef;
    padding: 20px;
    margin: 5px 0 10px;
}

#modalSeries.modal .search_block input {
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
    font-family: FontAwesome;
}

#modalSeries.modal .series-content{
    float: none;
    overflow: hidden;
    width: 100%;
}

#modalSeries ul.left_series_list ul {
    display: none;
}

#modalSeries ul.left_series_list a.btn {
    background: url(//img.webike.net/sys_images/shopping.png) no-repeat 0 0;
    padding: 0 0 0 20px;
    min-height: 14px;
    height: auto !important;
    height: 14px;
    display: inline-block;
    float: left;
}
#modalSeries ul.left_series_list a.open {
    background-position: -200px 0;
}
#modalSeries ul.left_series_list a.btn + a {
    display: inline-block;
}

#series_page #leftcol #modalSeries.modal .series-content li a span {
    font-size: 12px;
}
#modalSeries.modal div.series-header span {
    background: #eee;
    padding: 15px;
    width: 100%;
    font-weight: bold;
    display: block;
    font-size: 16px;
}

 div#modalSeries {
    height: 80%;
    width: 30%;
    left: 35vw !important;
    min-width: 200px;
    padding: 20px;
}

/* series detail link css */
div#product_series_link{
    padding: 5px 30px;
    margin: 0px 0;
}

a.btn_series {
    text-align: center;
    display: block;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: #ccc 1px solid;
    margin: 0 auto;
    text-decoration: none;
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
a.btn_series:visited {
    color: #0066C0;
}
a.btn_series:before {
    font-family: FontAwesome;
    content: "\f138";
    margin: 0 5px 0 0;
}

#product_series_link a:hover {
    background: #D1EEFC;
    text-decoration: none;
}
/* series detail link css end*/

#series_page #rightcol .listinner p.product_count {
    font-weight: bold;
    background-color: #eee;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
}
#series_page #rightcol .listinner p.product_count .number {
    display: inline;
}

#series_list .bx-wrapper{
    float: left;
}

#series_page .describe p.text,
.brand_series_list_right p{
    white-space: pre-wrap;
}

#series_page #rightcol .listinner .series_name,
#series_page #rightcol .listinner .price{
    font-size: 15px;
}

#series_page #rightcol .series_headline{
    background: #d9eff6;
    margin: 0 0 5px;
    border-radius: 3px;
    background: white;
    font-weight: bold;
    max-height: 55px;
}

#series_page #rightcol .series_info{
    color: #555;
    margin: 5px 0 0 0;
    border: #efefef 1px solid;
    padding: 5px;
}
#series_page .series_info .series_description{
    max-height: 55px;
    overflow: hidden;
    display: block;
}

/* sns icon*/
.sns_icon_pc {
   float: right;
   display: block;
   width: 100px;
   text-align: right;
   padding: 0 5px;
}

.sns_icon_pc > * {
   display: inline-block;
   height: 20px;
   vertical-align: top;
   box-sizing: border-box;
}

.sns_icon_pc > * img {
 max-width: 100%;
 max-height: 100%;
}

#quickSearch select[disabled],
#model_menu select[disabled]{
    background: darkgray;
    color: white;
}
#model_menu input#btnQuickSearch{
    background: #ffe100 !important;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    color: black !important;
    border: none;
    padding: 5px 5px;
}
#model_menu input#btnQuickSearch[disabled]{
    color: #fff !important;
    background: darkgray !important;
}
#model_menu input#btnQuickSearch:not([disabled]):hover{
    cursor:pointer;
}