@charset "UTF-8";
/* *******************************************************************
 RESET CSS
******************************************************************* */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after {
  content: "";
  content: none;
}
q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* *******************************************************************
 RESET FONT
******************************************************************* */
html {
  font: 10px/1.231 arial, helvetica, clean, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}
select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}
table {
  font-size: inherit;
  font: 100%;
}
/* *******************************************************************
 BASE SETTING
******************************************************************* */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*, :before, :after {
  box-sizing: inherit;
}
body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, verdana, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 100%;*/
  font-size: 1.3rem;
  color: #333;
  line-height: 1.5;
}
img::selection {
  background: none;
}
a {
  color: #004fa7;
  text-decoration: none;
  outline: none;
}
audio, canvas, img, video {
  vertical-align: top;
}
body {
  -ms-touch-action: none !important;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
a, input, label, button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
input[type="text"], input[type="button"], input[type="submit"], button {
  -webkit-appearance: none;
  border-radius: 0;
}
.footer-group-search .c-search form input[type=text] {
  border: solid 1px #ccc;
}



img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}
.hdr_menu {
  text-align: right;
  height: 40px;
  margin: 10px 6px 0px 0;
}

.hdr_menu li {
  width: 18%;
}

.hdr_menu li.loginIcon {
  width: 35%;
}

.hdr_menu li.loginIcon span {
  position: relative;
  top: 20%;
  margin: 0 5px 0 0;
  font-size: 8px;
  vertical-align: top;
}

.hdr_menu li img {
  width: 30px;
}
.hdr_menu li a {
  font-weight: normal;
  font-size: 11px;
}

.hdr_menu a {
  width: auto;
}


#header {
  width: 100%;
  background: #ffffff;
  font: 10px/1.231 arial, helvetica, clean, sans-serif;
  border: 0;
  padding: 0;
  z-index: 10010;
  height: 44px;
}
#header.is-fixed, .is-fixed {
  position: fixed;
  top: 0;
  border-bottom: 5px solid #00a1f1;
}

#header.header_game {
  background: #001e60;
  color: #ffffff;
}
#Header_Qty_Sp, #Wish_Qty_Sp {
  color: #fff;
  position: absolute;
  top: 3px;
  right: 4px;
  background: #ff0000;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  padding: 0px 4px;
}

.header-group {
  padding: 10px 0;
  position: relative;
}
@media only screen and (max-width: 374px) {
  .header-group {
    padding: 7px 0;
  }
}
.header-group-logo {
  width: 125px;
  margin-left: 10px;
  float: left; /*20200327*/
}

/*shopreview display: none;*/
.header-group-review {
  display: none!important; /*20200327*/
}

.header-group-review {
  /* margin-bottom: 10px; */
  font-size: 12px;
  float: right;
  margin-right: 8px;
}
.header-group-review a {
    padding: .65em .65em .6em;
    border: 1px solid #CCC;
    display: block;
    color: #000 !important;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#eee), to(#fff));
    background-image: linear-gradient(to top, #eee 0, #fff 100%);
}
#header.header_game .header-group-review {
  margin-right: 10px;
}
.header-group-review a {
  padding: .65em .36em .6em;
}
.header-group-menu {
  position: absolute;
  right: 10px;
  top: 9px;
}
.header-group-menu .-list {
  display: table;
}
.header-group-menu .-list li {
  display: table-cell;
  line-height: 1;
  color: #004fa7;
  position: relative;
}
.header-group-menu .-list li>a {
  display: inline-block;
}
.header-group-menu .-list li img {
  width: 30px;
  vertical-align: middle;
}
@media only screen and (max-width: 374px) {
  .header-group-menu .-list li img {
    width: 25px;
  }
}
.header-group-menu .-list li.-login span {
  vertical-align: middle;
  display: inline-block;
  text-align: right;
}
.header-group-menu .-list li.-login span i {
  /*color: #eb0e43;*/
  color: #ff0000;
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.header-group-menu .-list li.-login span i b {
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
}
.header-group-menu .-list li.-login img {
  margin-left: 3px;
}
.header-group-menu .-list li.-cart {
  padding-left: 18px;
}
@media only screen and (max-width: 374px) {
  .header-group-menu .-list li.-cart {
    padding-left: 15px;
  }
}
.header-group-menu .-list li.-cart span {
  display: inline-block;
  text-align: center;
  width: 15px;
  height: 15px;
  color: #ffffff;
  font-size: 10px;
  line-height: 15px;
  /*background: #eb0e43;*/
  background: #ff0000;
  border-radius: 50%;
  position: absolute;
  right: -12px;
  top: 0;
}
.header-group-menu .-list li.-search {
  padding-left: 25px;
}
@media only screen and (max-width: 374px) {
  .header-group-menu .-list li.-search {
    padding-left: 20px;
  }
}
.header-gnav-wrap {
  height: 45px;
  background: #e6e6e6;
  position: relative;
}
@media only screen and (max-width: 374px) {
  .header-gnav-wrap {
    height: 39px;
  }
}
.header-gnav-wrap:after {
  display: block;
  background-color: #00a1f1;
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
}
.header-gnav {
  width: 100%;
  height: 45px;
  position: relative;
  margin-top: 10px;
}
.header-gnav:after {
  display: block;
  background-color: #00a1f1;
  content: '';
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 110%;
}
@media only screen and (max-width: 374px) {
  .header-gnav {
    height: 39px;
  }
  .header-gnav:after {
    display: none;
  }
}
.header-gnav.c-slidebox::-webkit-scrollbar {
  display: none;
}
.header-gnav.c-slidebox .-inner {
  position: relative;
  height: 45px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 374px) {
  .header-gnav.c-slidebox .-inner {
    height: 39px;
  }
}
.header-gnav li {
  position: relative;
}
.header-gnav li .badge {
  display: inline-block;
  width: 13px;
  height: 13px;
  position: absolute;
  color: #ffffff;
  font-size: 10px;
  line-height: 13px;
  background: #f39800;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
}
.header-gnav-menu {
  width: 50px;
  height: 40px;
  display: block;
  margin: auto;
  z-index: 10003;
  background: #e6e6e6;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu {
    width: 50px;
    height: 50px;
  }
}
.header-gnav-menu .-menu-btn-label {
  display: block;
  position: absolute;
  z-index: 10002;
  top: 0;
  width: 50px;
  height: 40px;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu .-menu-btn-label {
    width: 50px;
    height: 50px;
  }
}
.header-gnav-menu .-menu-btn-label .menu-btn-inner {
  display: block;
  padding: 10px;
  text-align: center;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu .-menu-btn-label .menu-btn-inner {
    padding: 8px;
  }
}
.header-gnav-menu .-menu-btn-label .menu-btn-inner img {
  width: 25px;
  height: 20px;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu .-menu-btn-label .menu-btn-inner img {
    width: 25px;
    /*height: 14px;*/
  }
}
.header-gnav-bloc {
  height: inherit;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0;
  z-index: 10000;
  color: #000000;
}
.header-gnav-bloc.is-fixed {
  position: fixed;
  top: 0;
}
.header-gnav-bloc .-list {
  background: #e6e6e6;
  border-bottom: solid 5px #00a1f1;
  height: inherit;
}
.header-gnav-bloc .-list li {
  float: left;
}
.header-gnav-bloc .-list li.is-current a {
  background: #00a1f1;
  color: #ffffff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header-gnav-bloc .-list li.is-current a:after {
  display: block;
  content: ' ';
  width: 100%;
  height: 8px;
  background: url(../../../img/header/gmenu_current.png);
  background-size: auto 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.header-gnav-bloc .-list a {
  height: 40px;
  display: block;
  padding: 15px 5px 0;
  line-height: 1;
  color: inherit;
  /*font-size: 11px\9;*/
  font-size: 13px;
  /*font-size: 1.1rem;*/
  font-size: 1.3rem;
  font-weight: bold;
  color: #444444;
  letter-spacing: 1px;
}
@media only screen and (max-width: 374px) {
  .header-gnav-bloc .-list a {
    height: 34px;
    padding-top: 13px;
    padding-left: 5px;
    padding-right: 5px;
    /*font-size: 10px\9;*/
    font-size: 10px;
    font-size: 1rem;
  }
}
.header-gnav-menu-list {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10010;
  text-align: left;
  background: #fff;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.4);
  color: #444;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 80%;
  left: -80%;
  height: 100%;
  letter-spacing: 1px;
  /*padding: 0 15px;*/
  transition: all 0.2s ease-in-out;
}
.header-gnav-menu-list::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu-list {
    width: 86%;
    left: -86%;
  }
}
.header-gnav-menu-list.is-opened {
  left: 0;
}
.header-gnav-menu-list .head {
  color: #444;
  /*font-size: 17px\9;*/
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 12px 10px 12px 10px;
  background-color: #00a1f1;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
  position: relative;
  /*margin-left: -15px;*/
  /*margin-right: -15px;*/
  /*margin-bottom: 12px;*/
  /*border-bottom: none;*/
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu-list .head {
    /*font-size: 15px\9;*/
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.header-gnav-menu-list .heder-menu-toggle {
  position: absolute;
  top: 4px;
  left: 5px;
}
.header-gnav-menu-list .heder-menu-toggle .-menu-btn-label {
  display: inline-block;
  padding: 10px;
}
.header-gnav-menu-list .heder-menu-toggle .-menu-btn-label img {
  width: 14px;
}
/*.header-gnav-menu-list p {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 6px; }*/
.header-gnav-menu-list p a {
  background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
  background-size: 20px;
  color: #444;
  display: block;
  /*font-size: 17px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 20px 14px 26px;
}
.header-gnav-menu-list p a.home {
  background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
  background-size: 20px;
}
.header-gnav-menu-list p a.guide {
  background: transparent url(../../../img/header/ic_guide.png) no-repeat 0% 48%;
  background-size: 20px;
}
.header-gnav-menu-list p a.contact {
  background: transparent url(../../../img/header/ic_contact.png) no-repeat 0% 48%;
  background-size: 20px;
}
.header-gnav-menu-list p a.mypage {
  background: transparent url(../../../img/header/ic_login.png) no-repeat 0% 48%;
  background-size: 20px;
}
.header-gnav-menu-list p a.wish {
  background: transparent url(../../../img/header/ic_wish.png) no-repeat 0% 48%;
  background-size: 20px;
}
.header-gnav-menu-list li.mainHead, .mainHead {
  background: #E0E0E0;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 15px 6px 10px;
  text-align: left;
}
.header-gnav-menu-list li.subHead, .subHead {
  background: #EEEEEE;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 6px 15px 6px 15px;
  text-align: left;
}
.memberCtn {
  border-bottom: #e5e5e5 1px solid;
  padding: 15px 20px;
}
.header-gnav-menu-list li {
  width: 100%;
  text-align: center;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom: #e5e5e5 1px solid;
  background: transparent url(../../../img/header/ic_link_arrow02.png) no-repeat 96% 50%;
  background-size: 10px;
  padding: 0 20px;
}
li.outside {
  background: transparent url(../../../img/header/ic_link_target.png) no-repeat 96% 50%;
  background-size: 20px;
}
.header-gnav-menu-list li a {
  color: #444;
  display: block;
  font-size: 110%;
  padding: 14px 20px 14px 0px;
  text-decoration: none;
  text-align: left;
}
@media only screen and (max-width: 374px) {
  .header-gnav-menu-list li a {
    /*font-size: 12px\9;*/
    font-size: 12px;
    font-size: 110%;
    padding: 14px 20px 14px 0px;
  }
}
/*.header-gnav-menu-list li a[target] {
        background: transparent url(../../../img/header/ic_link_target.png) no-repeat 98% 50%;
        background-size: 20px; }
        @media only screen and (max-width: 374px) {
          .header-gnav-menu-list li a[target] {
            background-size: 15px; } }*/
.header-gnav-menu-list div.-menu-logo img {
  display: block;
  margin: 40px auto;
  max-width: 186px;
}

/* ▼ 削除：180119 */
/*.header-gnav-search {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 10020;
  text-align: left;
  background: #fff;
  background: #999;
  box-shadow: 0px 6px 4px -4px rgba(0, 0, 0, 0.4);
  color: #444;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  width: 86%;
  right: -86%;
  height: 100%;
  letter-spacing: 1px;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.header-gnav-search::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 374px) {
  .header-gnav-search {
    width: 90%;
    right: -90%;
  }
}
.header-gnav-search.is-opened {
    right: 0;
}*/
/*.header-gnav-search .head {
    color: #444;
    font-size: 17px\9;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 8px 10px 8px 10px;
    text-align: center;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 374px) {
      .header-gnav-search .head {
        font-size: 15px\9;
        font-size: 1.5rem; } }
  .header-gnav-search .heder-menu-toggle {
    position: absolute;
    top: 4px;
    left: 5px; }
    .header-gnav-search .heder-menu-toggle .-menu-btn-label {
      display: inline-block;
      padding: 10px; }
      .header-gnav-search .heder-menu-toggle .-menu-btn-label img {
        width: 14px; }
  .header-gnav-search p {
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 6px; }
    .header-gnav-search p a {
      background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
      background-size: 20px;
      color: #444;
      display: block;
      font-size: 17px\9;
      font-size: 1.7rem;
      padding: 8px 10px 8px 26px;
      font-weight: bold; }
      .header-gnav-search p a.home {
        background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
        background-size: 20px; }
      .header-gnav-search p a.guide {
        background: transparent url(../../../img/header/ic_guide.png) no-repeat 0% 48%;
        background-size: 20px; }
      .header-gnav-search p a.contact {
        background: transparent url(../../../img/header/ic_contact.png) no-repeat 0% 48%;
        background-size: 20px; }
  .header-gnav-search li {
    width: 100%;
    text-align: center;
    font-size: 13px\9;
    font-size: 1.3rem; }
    .header-gnav-search li a {
      color: #444;
      display: block;
      font-size: 110%;
      padding: 10px 26px 10px 10px;
      text-decoration: none;
      text-align: left; }
      @media only screen and (max-width: 374px) {
        .header-gnav-search li a {
          font-size: 12px\9;
          font-size: 1.2rem;
          padding: 7px 20px 7px 6px; } }
      .header-gnav-search li a[target] {
        background: transparent url(../../../img/header/ic_link_target.png) no-repeat 98% 50%;
        background-size: 20px; }
        @media only screen and (max-width: 374px) {
          .header-gnav-search li a[target] {
            background-size: 15px; } }
  .header-gnav-search div.-menu-logo img {
    display: block;
    margin: 40px auto;
            max-width: 186px; }*/
/*.p-search .-search-box {
  width: 100%;
  padding: 10px;
  background: #cae0ed;
}
.p-search .-tag-box {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 10px 10px 25px;
  background: url(../../../img/header/ic_up.png) 10px 8px no-repeat #f4f4f4;
  background-size: 20px 32px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .2);
}
.p-search .-tag-box-list {
  overflow: hidden;
}
.p-search .-tag-box-list li {
  float: left;
  margin: 0 0 5px 10px;
  font-size: 1.1em;
}
.p-search .-tag-box-list a {
  display: inline-block;
  padding: 5px 10px;
  color: #004fa7;
  border-radius: 6px;
  border: 1px solid #eee;
  background: #fff;
}
.p-search .-tag-box-list b {
  font-weight: bold;
}
.p-search .-btn-box {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.p-search .-btn-box-list {
  width: 100%;
}
.p-search .-btn-box-list li+li {
  margin-top: 10px;
}
.p-search .-btn-box-list li img {
  height: auto;
  width: 100%;
  max-width: 640px;
}*/
/* ▲ 削除：180119 */

.c-ttl {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 8.8px 10px;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
  color: #333;
}
.c-ttl.mod-main span {
  display: inline-block;
  padding-left: 10px;
  border-left: 5px solid #ea5415;
}
@media screen and (max-width:479px) {
  .c-ttl.mod-main span {
    font-size: 4vw;
  }
}
.c-ttl.mod-main a {
  display: inline-block;
  margin-top: 2px;
  color: #004fa7;
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  right: 10px;
}
.c-ttl.mod-main a:after {
  content: "\f054";
  color: #004fa7;
  margin-left: 10px;
  font-family: FontAweSome;
  font-size: 1.5rem;
  vertical-align: middle;
}
.c-ttl.mod-sub {
  margin-bottom: 0;
  padding-left: 25px;
}
.c-ttl.is-emph {
  background: #fff100;
}
.c-premium-bnr {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}
.c-premium-bnr a {
  display: block;
  width: 100%;
  padding-top: 25.974%;
  position: relative;
  background: url(/5img/home/bnr_premium_camp_back.jpg) left top no-repeat #333;
  background-size: 100% auto;
}
.c-premium-bnr p {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 55%;
  color: #fff;
  font-size: 1.1rem;
}
.c-premium-bnr p span {
  margin: 0 0.2em;
  font-size: 2.0rem;
  color: #F6FC29;
}
@media only screen and (max-width: 374px) {
  .c-premium-bnr p {
    /*font-size: 0.9rem;*/
    font-size: 1rem;
    top: 52%;
  }
  .c-premium-bnr p span {
    font-size: 1.8rem;
  }
}
.c-search {
  width: 100%;
  padding-right: 50px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.c-search input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 6px 10px;
  border: 0;
  line-height: 1.5;
}
.c-search input[type="button"] {
  width: 50px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../../../img/header/ic_search02.png) 50% 50% no-repeat #5982ff;
}
.c-search2 {
  width: 100%;
  padding: 8px 0px 8px 30px;
  /*margin-bottom: 30px;*/
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #e5e5e5;
}
.c-search2 input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 6px 10px 6px 22px;
  border: 0;
  line-height: 1.5;
  /*font-size: 14px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
}
.c-search2 input[type="button"] {
  width: 35px;
  height: 30px;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: 0;
  font-size: 0;
  overflow: hidden;
  text-indent: -9999px;
  cursor: pointer;
  background: url(../../../img/header/ic_search01.png) 50% 50% no-repeat;
  background-size: 22px;
}
.c-breadlist {
  background-color: #222f3f;
}
.c-breadlist ul li {
  display: inline-block;
}
.c-breadlist ul li a {
  padding: 7px 10px;
  color: #999999;
  display: block;
  position: relative;
  text-decoration: underline;
}
.c-breadlist ul li a:after {
  display: inline-block;
  height: 1.3rem;
  margin: auto;
  content: "\f054";
  color: #c6c6c6;
  font-family: FontAweSome;
  /*font-size: 7px\9;*/
  font-size: 10px;
  font-size: 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
.c-content-ttl {
  width: 100%;
  text-align: left;
}
.c-content-ttl.mod-mode01 {
  background: #00a1f1;
}
.c-content-ttl.mod-mode01 .-inner {
  height: 45px;
  padding: 15px 10px 0;
  position: relative;
}
.c-content-ttl.mod-mode01 .-inner .-ttl {
  color: #ffffff;
  line-height: 1;
  /*font-size: 18px\9;*/
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 374px) {
  .c-content-ttl.mod-mode01 .-inner .-ttl {
    /*font-size: 15px\9;*/
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.c-content-ttl.mod-mode01 .-inner .-btn {
  color: #ffffff;
  width: 80px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.c-content-ttl.mod-mode01 .-inner .-btn a {
  display: block;
  width: inherit;
  height: inherit;
  color: inherit;
  position: relative;
}
.c-content-ttl.mod-mode01 .-inner .-btn span {
  display: inline-block;
  height: 1.3rem;
  margin: auto;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.c-content-ttl.mod-mode01 .-inner .-btn:before {
  content: "\00D7";
  display: inline-block;
  margin: auto;
  height: 2.2rem;
  font-size: 2rem;
  line-height: 2rem;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
}
.c-content-ttl.mod-mode01 .-inner .-btn2 {
  color: #ffffff;
  width: 120px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.c-content-ttl.mod-mode01 .-inner .-btn2 a {
  display: block;
  width: inherit;
  height: inherit;
  color: inherit;
  position: relative;
}
.c-content-ttl.mod-mode01 .-inner .-btn2 span {
  display: inline-block;
  height: 1.3rem;
  margin: auto;
  text-align: center;
  /*font-size: 11px\9;*/
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1;
  color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
}
.c-content-ttl.mod-mode01 .-inner .-btn2:after {
  display: inline-block;
  height: 1.6rem;
  margin: auto;
  content: "\f054";
  color: #c6c6c6;
  font-family: FontAweSome;
  /*font-size: 7px\9;*/
  font-size: 7px;
  font-size: 0.7rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.c-content-ttl.mod-mode02 {
  margin-bottom: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.c-content-ttl.mod-mode02 .-inner {
  padding: 10px 10px;
}
.c-content-ttl.mod-mode02 .-inner .-ttl {
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
}
.c-content-ttl.mod-mode03 {
  background: #00a1f1;
}
.c-content-ttl.mod-mode03 .-inner {
  height: 45px;
  padding: 0px 10px 0;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.c-content-ttl.mod-mode03 .-inner .-ttl {
  color: #ffffff;
  line-height: 1.2;
  overflow: hidden;
  height: 36px;
  width: 100%;
  /*font-size: 16px\9;*/
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 374px) {
  .c-content-ttl.mod-mode03 .-inner .-ttl {
    /*font-size: 14px\9;*/
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-content-ttl.mod-mode03 .-inner .-ttl span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.c-slidebox {
  width: 100%;
  position: relative;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: chained;
  -webkit-transform: translateZ(0);
}
.c-slidebox .-inner {
  width: 10000px;
}
.c-slidebox .-inner .-list {
  display: inline-block;
}
.c-slidebox .-inner .-list:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.c-slidebox .-inner .-list li {
  float: left;
}
.c-slidebox.mod-mode01 .-list li {
  width: 120px;
  /*height: 200px;*/
  min-height: 200px;
  position: relative;
  margin-left: 20px;
  line-height: 1.2;
}
.c-slidebox.mod-mode01 .-list li .-thum {
  margin-bottom: 3px;
}
.c-slidebox.mod-mode01 .-list li .-name {
  /*color: #6e9ac7;*/
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.2rem;
  line-height: 1.3em;
  overflow: hidden;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc {
  /*color: #eb0e43;*/
  color: #ff0000;
  margin-top: 6px;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc .-label {
  width: 30px;
  height: 26px;
  margin-right: 5px;
  /*background: #eb0e43;*/
  background: #ff0000;
  color: #fff;
  box-sizing: border-box;
  padding: 2px 5px;
  display: inline-block;
  float: left;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc .-price-revo {
  float: left;
  color: #9a9a9a;
  text-decoration: line-through;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc .-price-revo .-f_prc {
  font-weight: bold;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc .-price-sale {
  float: left;
}
.c-slidebox.mod-mode01 .-list li .-price_bloc .-price-sale .-f_prc {
  font-size: 1.4rem;
  font-weight: bold;
}
.c-slidebox.mod-mode02 .-list li {
  width: 245px;
  position: relative;
  margin-left: 10px;
}
.c-slidebox.mod-mode02 .-list li .stk_icon {
  width: 65px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.c-slidebox.mod-mode02 .-list li a {
  display: block;
  text-decoration: none;
}
.c-slidebox.mod-mode02 .-list li .cts {
  width: 100%;
  height: 165px;
  background: no-repeat;
  background-size: 100% 100%;
}
.c-slidebox.mod-mode02 .-list li .cts .-label_icon {
  display: inline-block;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 13px;
  z-index: 2;
}
.c-slidebox.mod-mode02 .-list li .cts .-label_icon img {
  width: 66%;
}
.c-slidebox.mod-mode02 .-list li .cts .caseImg {
  display: inline-block;
  position: absolute;
  text-align: right;
  z-index: 0!important;
  right: 2px;
  bottom: 40px!important;
}
.c-slidebox.mod-mode02 .-list li:nth-of-type(-n+4) .cts .caseImg img {
  max-width: 70%;
}
.c-slidebox.mod-mode02 .-list li .cts .icnImg {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  z-index: 2;
  /*width: 68%;*/
}
.c-slidebox.mod-mode02 .-list li .cts .icnImg img {
  width: 100%;
  width: 100%;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap {
  width: 100%;
  padding: 0 8px;
  /*position: relative;*/
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 180px;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtPcname {
  color: #fff;
  /*font-size: 0.8rem;*/
  font-size: 1rem;
  line-height: 1.7;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtMain {
  color: #fff;
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 4px;
  text-shadow: 1px 1px 0 #000;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSpec {
  margin-top: 6px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #000;
}
body .c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSpec em {
  line-height: 1.1;
  font-size: 14px!important;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSale {
  height: 38px;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSale span {
  display: inline-block;
  padding: 2px 3.3px;
  text-align: center;
  color: #FF0;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: #f00;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSale span>span {
  padding: 0;
  border: none;
}
.c-slidebox.mod-mode02 .-list li .cts .txtWrap .txtSale span.colorWhite {
  color: #fff;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice {
  width: 100%;
  padding: 0 5px;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice .priceRevocation {
  color: #666;
  /*font-size: 8px;*/
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: line-through;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice span {
  color: #f00;
  font-weight: bold;
  line-height: 1.1;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice span {
  font-size: 2.0rem;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice .yen, .c-slidebox.mod-mode02 .-list li .cts .txtPrice .tax, .-list-item-desc .txtPrice .c-slidebox.mod-mode02 .-list li .cts .txtPrice .tax {
  font-size: 1.4rem;
}
.c-slidebox.mod-mode02 .-list li .cts .txtPrice .tax {
  /*font-size: 0.9rem;*/
  font-size: 1rem;
}
.c-dropdown {
  display: inline-block;
  width: 125px;
  height: 24px;
  border-radius: 12px;
  position: relative;
  background: #00a1f1;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-dropdown {
    width: 110px;
  }
}
.c-dropdown:before, .c-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border: 4px solid transparent;
  position: absolute;
  z-index: 2;
  top: 1px;
  right: 10px;
  pointer-events: none;
}
.c-dropdown:before {
  border-bottom: 5px solid #fff;
}
.c-dropdown:after {
  margin-top: 12px;
  border-top: 5px solid #fff;
}
.c-dropdown select {
  width: 130%;
  height: 24px;
  margin: 0;
  padding: 0 10px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 24px;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent !important;
}
.c-dropdown select:focus {
  color: #004fa7;
  z-index: 3;
  outline: none;
}
.c-dropdown-sort {
  display: inline-block;
  width: 125px;
  height: 24px;
  border-radius: 4px;
  position: relative;
  background: #5982ff;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-dropdown-sort {
    width: 115px;
  }
}
.c-dropdown-sort:before {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../../img/header/ic_solt.png);
  background-size: 20px;
}
.c-dropdown-sort select {
  width: 130%;
  height: 24px;
  margin: 0;
  padding: 0 30px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 24px;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent !important;
}
.c-dropdown-sort select:focus {
  z-index: 3;
  outline: none;
}
.c-dropdown-sort select option {
  color: #000000;
}
.c-dropdown-sort2, .c-dropdown-sort3 {
  display: inline-block;
  width: 160px;
  height: 30px;
  border-radius: 4px;
  position: relative;
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #d5d5d5 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d5d5d5', GradientType=0);
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (max-width: 374px) {
  .c-dropdown-sort2, .c-dropdown-sort3 {
    width: 133px;
  }
}
.c-dropdown-sort2:before, .c-dropdown-sort3:before {
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: '';
  width: 20px;
  height: 20px;
  background-image: url(../../../img/header/ic_solt02.png);
  background-size: 20px;
}
.c-dropdown-sort2 select, .c-dropdown-sort3 select {
  width: 130%;
  height: 30px;
  margin: 0;
  padding: 0 30px;
  color: #2c3e50;
  /*font-size: 13.5px\9;*/
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 30px;
  vertical-align: top;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background: transparent !important;
}
.c-dropdown-sort2 select:focus, .c-dropdown-sort3 select:focus {
  z-index: 3;
  outline: none;
}
.c-dropdown-sort3:before {
  background-image: url(../../../img/header/ic_solt03.png);
}
.c-catlist .-item {
  width: 100%;
  background: #fff;
}
.c-catlist .-item+.-item {
  border-top: 1px solid #d8d8d8;
}
.c-catlist .-item-ttl {
  height: 40px;
  padding: 0 30px 0 60px;
  line-height: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  background: url(../../../img/header/ic_catlist.jpg) left top no-repeat;
  background-size: 40px auto;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
}
.c-catlist .-item-ttl:after {
  /*
    content: "\f078";
    color: #00a1f1;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    */
  content: "\f054";
  color: #004fa7;
  right: 10px;
  font-family: FontAweSome;
  font-size: 1.5rem;
  vertical-align: middle;
  position: absolute;
}
.c-catlist .-item-ttl.is-opened:after {
  content: "\f077";
}
.c-catlist .-item-ttl span {
  font-size: 1.1rem;
}
.c-catlist .-mod-deskpc .-item-ttl {
  background-position: 0 0;
}
.c-catlist .-mod-notepc .-item-ttl {
  background-position: 0 -40px;
}
.c-catlist .-mod-gamepc .-item-ttl {
  background-position: 0 -80px;
}
.c-catlist .-mod-tablet .-item-ttl {
  background-position: 0 -120px;
}
.c-catlist .-mod-creater .-item-ttl {
  background-position: 0 -160px;
}
.c-catlist .-mod-pcparts .-item-ttl {
  background-position: 0 -200px;
}
.c-catlist .-mod-electric .-item-ttl {
  background-position: 0 -240px;
}
.c-catlist .-mod-donya .-item-ttl {
  background-position: 0 -280px;
}
.c-catlist .-mod-usedpc .-item-ttl {
  background-position: 0 -320px;
}
.c-catlist .-mod-usedbuy .-item-ttl {
  background-position: 0 -360px;
}
.c-catlist .-mod-pcrepair .-item-ttl {
  background-position: 0 -400px;
}
.c-catlist .-item-body {
  display: none;
  padding: 0 10px;
  background: #f4f4f4;
}
.c-catlist .-item-body .-item-body-group {
  padding: 10px 0;
  text-align: center;
  position: relative;
  display: none;
}
.c-catlist .-item-body .-item-body-group:first-child {
  display: block;
}
.c-catlist .-item-body .-list {
  font-size: 1.3rem;
  color: #004fa7;
  line-height: 1.8;
  text-align: left;
}
.c-catlist .-item-body .-list li:before {
  content: "\f105";
  display: inline-block;
  margin-right: 0.3em;
  font-family: FontAweSome;
  position: relative;
  top: -1px;
}
.c-catlist .-item-body .-list .-list-head {
  font-weight: bold;
}
.c-catlist .-item-body .-list .-list-head:after {
  content: "\f0da";
  display: inline-block;
  margin-left: 0.3em;
  font-family: FontAweSome;
  font-size: 1rem;
  position: relative;
  top: -1px;
}
.c-catlist .-item-body .-list .-list-head:before {
  display: none;
}
.c-catlist .-item-body .-list a {
  color: #004fa7;
}
.c-catlist .-item-body .-menu {
  display: inline-block;
  margin-top: 15px;
}
.c-catlist .-item-body .-menu:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.c-catlist .-item-body .-menu li {
  float: left;
  font-size: 1.1rem;
  color: #333;
}
.c-catlist .-item-body .-menu li+li {
  margin-left: 10px;
}
@media only screen and (max-width: 374px) {
  .c-catlist .-item-body .-menu li {
    font-size: 1.0rem;
  }
  .c-catlist .-item-body .-menu li+li {
    margin-left: 8px;
  }
}
.c-catlist .-item-body .-menu li span, .c-catlist .-item-body .-menu li a {
  display: block;
  color: inherit;
  padding: 6px 12px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-image: linear-gradient(#fafafa, #e1e1e1);
  cursor: pointer;
}
.c-catlist .-item-body .-subitem {
  text-align: left;
  display: none;
}
.c-catlist .-item-body .-subitem-ttl {
  font-size: 1.3rem;
  font-weight: bold;
}
.c-catlist .-item-body .-closebtn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -7px;
  top: 5px;
  cursor: pointer;
}
/*-------------------------------------
　トップ Lサイズ(170817-)
	.modelTopBox_l_public：一般用(新)
	.modelTopBox_l_game：ガレリア用(新)
---------------------------------------*/
.cashless_back_desk {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  padding: 0 10px;
}
.cashless_back_desk:before {
  vertical-align: middle;
  padding-right: 5px;
  margin-bottom: 3px;
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
  background-size: contain;
}

/*スペック*/

.c-slidebox.mod-mode02 .-list li .modelTopBox_l_public .cts .txtWrap .txtSpec, .c-slidebox.mod-mode02 .-list li .modelTopBox_s_public .cts .txtWrap .txtSpec {
  color: #000;
  text-shadow: 1px 1px 0 #fff;
}
.c-slidebox.mod-mode02 .-list li .modelTopBox_l_game .cts .txtWrap .txtSpec, .c-slidebox.mod-mode02 .-list li .modelTopBox_s_game .cts .txtWrap .txtSpec {
  color: #fff;
}
.c-slidebox.mod-mode02 .-list li .modelTopBox_l_public .cts .txtWrap .txtSale span, .c-slidebox.mod-mode02 .-list li .modelTopBox_s_public .cts .txtWrap .txtSale span, .c-slidebox.mod-mode02 .-list li .modelTopBox_l_game .cts .txtWrap .txtSale span, .c-slidebox.mod-mode02 .-list li .modelTopBox_s_game .cts .txtWrap .txtSale span {
  background-color: #FF3300;
  border: 1px solid #FFF;
}

.cts .caseImg img {
  max-width: 70%;
  width: auto;
}
.modelTopBox_243S .cts .caseImg img {
  max-width: 70%;
  width: auto;
}
.c-slidebox.mod-mode02 .-list li .modelGameBox2 {
  border: 1px solid #ccc;
}
.c-slidebox.mod-mode02 .-list li .modelGameBox2 .cts .txtWrap .txtSale {
  font-weight: bold;
}
.c-slidebox.mod-mode02 .-list li .modelGameBox2 .cts .txtPrice .priceRevocation {
  color: #fff;
}
.c-slidebox.mod-mode02 .cateTop>li {
  width: 300px;
}
.c-slidebox.mod-mode02 .cateTop li .cts .icnImg {
  display: none;
}

/*-------------------------------------
  オススメパソコン　ページャー
---------------------------------------*/
.c-list-v .-list {
    overflow: hidden;
    padding: 0 10px;
}
.c-list-v .-list li {
    clear: both;
    overflow: hidden;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #aaa;
}
.c-list-v .-list .-thum {
    width: 40%;
    float: left;
    margin-right: 10px;
}
.c-list-v .-list .-price_bloc {
    color: red;
}
.c-list-v .-list .cts {
    position: relative;
}
.c-list-v .-list .cts:after {
    display: block;
    content: url(/5sp/img/index/ico_top_osusume_arrow.png);
    position: absolute;
    right: 10px;
    bottom: 1px;
}
.c-list-v.mod-mode02 li {
    border-bottom: none;
    padding-bottom: 0;
}
.c-list-v.mod-mode02 .modelTopBox_l_public .cts .txtWrap,
.c-list-v.mod-mode02 .modelTopBox_s_public .cts .txtWrap,
.c-list-v.mod-mode02 .modelTopBox_l_used .cts .txtWrap{
    color: #333;
}
.c-list-v.mod-mode02 .cts .txtWrap {
    width: 100%;
    padding: 0 8px;
    z-index: 10;
    height: 190px;
    color: #fff;
}
.c-list-v.mod-mode02 .cts .txtWrap .txtSpec {
    position: relative;
    color: currentColor;
    z-index: 1;
    line-height: 1.2;
}

.modelTopBox_l_public .cts,
.modelTopBox_l_game .cts,
.modelTopBox_l_used .cts,
.modelTopBox_s_public .cts{
  border: 1px solid #c0c0c0;
  height: 220px;
}

.c-list-v.mod-mode02 .modelTopBox_l_game .cts .txtWrap .txtSpec { text-shadow: 1px 1px 0 #000; }

.c-list-v.mod-mode02 .cts .txtWrap .txtSpec .-catch {
    font-size: 16px;
    line-height: 1.7;
    font-weight: 700;
}
.c-list-v.mod-mode02 .cts .txtWrap .txtSpec .-spec {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 5px;
}
.c-list-v.mod-mode02 .cts .txtWrap .txtSpec .-spec em {
    font-weight: 400;
}
.c-list-v.mod-mode02 .cts .txtWrap .txtSale span {
    display: inline-block;
    background-color: #F30;
    color: #ff0;
    padding: 6px 5px 4px;
    font-weight: 700;
    line-height: 1.2;
}
.c-list-v.mod-mode02 .cts .txtWrap .txtPcname {
    color: #fff;
    font-size: 3vw;
    padding-top: 3px;
    padding-bottom: 0;
    line-height: 1.4;
    margin-bottom: 5px;
}
.c-list-v.mod-mode02 .cts .txtPrice {
    width: 100%;
    padding: 4px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.c-list-v.mod-mode02 .cts .txtPrice span.tax {
    font-size: 3.75vw !important;
}
.c-list-v.mod-mode02 .cts .txtPrice .priceRevocation {
    color: #666;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: line-through;
}
.c-list-v.mod-mode02 .cts .txtPrice span {
    display: inline-block;
    font-size: 6.15vw;
    color: red;
    font-weight: 700;
    line-height: 1;
    vertical-align: middle;
}
.c-list-v.mod-mode02 .cts .icnImg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 25%;
    z-index: 2;
}
.c-list-v.mod-mode02 .cts .caseImg {
    display: inline-block;
    position: absolute;
    text-align: right;
    z-index: 0!important;
    right: 2px;
    bottom: 54px!important;
}
.c-list-v.mod-mode02 .cts .caseImg img {
    max-width: 80%;
    width: auto;
}
.c-list-v.mod-mode02 .cts .txtPrice span.autobanner_cashless_point,
.c-list-v.mod-mode02 .cts .txtPrice span.point_return {
  color: #333 !important;
  font-size: 13px;
  display: block;
  margin-top: 2px;
}
.autobanner_cashless_point:before {
  vertical-align: middle;
  padding-right: 3px;
  margin-bottom: 3px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/5info/img/sale_temp/icon_cashless_cashlessback.png) no-repeat;
  background-size: contain;
}
/*独自追加*/
.txtSpec {
  line-height: 1.2;
}
.mainCatch {
  font-size: 5vw;
  line-height: 1.7;
  font-weight: 700;
}
.osCatch {
  font-size: 14px;
  font-weight: 400;
}
.subCatch {
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 5px;
}
.modelTopBox_s_public .txtSpec,
.modelTopBox_l_public .subCatch,
.modelTopBox_l_public .mainCatch,
.modelTopBox_l_public .osCatch {
  text-shadow: 1px 1px 0 #fff;
}
.modelTopBox_l_used .txtSpec,
.modelTopBox_l_used .subCatch,
.modelTopBox_l_used .mainCatch,
.modelTopBox_l_used .osCatch {
  text-shadow: 1px 1px 0 #fff;
}
.pcBr {
  display: none;
}
.txtSale { position: relative; }


/*.p-news-pickup .-body {
	width: 100%;
	position: relative;
}

.p-news-pickup .-body:before {
	position: absolute;
	content: " ";
	top:0;
	right: 0;
	background: linear-gradient(90deg, rgba(0,0,0,.1), rgba(0,0,0,.9));
	height: 100%;
	z-index:1000;
	width: 20px;
}

.p-news-pickup .-body:after {
	position: absolute;
	content: "\f054";
	top:46%;
	right: 5px;
	z-index:1001;
	color: #fff;
	font-family: FontAweSome;
}

.p-news-pickup .-bnrbox {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  padding-top: 15px;
  text-align: center;
}

.p-news-pickup .-bnrbox + .-bnrbox {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #dddddd;
}

.p-news-pickup .-bnrbox .-ttl {
	margin-bottom: 5px;
	font-size: 1.5rem;
	text-align: left;
}

.p-news-pickup .-bnrbox .-msg {
	display: block;
	margin-top: 5px;
	font-size: 1.3rem;
	text-align: left;
	color: #004fa7;
}*/

/* 原稿サイトからのコピーです。 */
.accordionList {
  margin-bottom: 10px;
}
.topAccordion {
  border-top: 1px solid #CCC;
}
ul.topAccordion>li {
  background-color: #FFF;
}
.listHead {
  color: #505050;
  font-weight: bold;
  text-indent: 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 1.2em;
}
.headName, .middleName {
  font-size: 96%;
}
.headName a, .middleName a {
  color: #004ea2;
  text-decoration: none;
}
ul.topAccordion span {
  display: block;
  padding: 16px 0;
}
ul.topAccordion>li>p span, ul.topAccordion>li>ul>li>p span {
  background: url(/5sp/img/common/list-arw-up-down.png) no-repeat scroll 97% 25px;
}
ul.topAccordion span {
  display: block;
  padding: 16px 0;
}
/*アイコンクローズ*/

ul.topAccordion>li>p span, ul.topAccordion>li>ul>li>p span {
  background: url(/5sp/img/common/list-arw-up-down.png) no-repeat scroll 97% 25px;
}
/*アイコンオープン*/

ul.topAccordion>li>p span.open, ul.topAccordion>li>ul>li>p span.open {
  background: url(/5sp/img/common/list-arw-up-down.png) no-repeat scroll 97% -76px;
}
ul.topAccordion>li>ul>li>p span {
  background: url(/5sp/img/common/list_arw_lt_blue.png) no-repeat 97% center;
}
#category ul.topAccordion ul {
  display: none;
}
.middleMenu {
  width: 96%;
  margin: 0 auto 10px;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
ul.topAccordion>li>ul>li {
  /* background: #FFF; */
  /* background: #E4E4E4; */
  background: #E8E8E8;
}
ul.topAccordion>li>ul>li {
  background-color: #F3F3F3;
}
.middleList {
  border-top: 1px solid #CCC;
}
.-conditions {
  margin: 10px;
}
.-conditions a {
  display: inline-block;
  /*font-size: 12px\9;*/
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px;
  color: #414141;
}
.-conditions a:before {
  content: '+';
  color: #ffffff;
  background-color: #004fa7;
  margin-right: 4px;
  /*font-size: 14px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding: 0px;
  text-align: center;
}
.-conditions span {
  display: inline-block;
  color: #999999;
  margin-left: 15px;
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.-searchresult {
  margin-top: -15px;
  padding: 6px 10px;
  border-bottom: 2px solid #e5e5e5;
}
.-searchresult p {
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
  color: #999999;
}
.-searchresult p span {
  /*font-size: 11.5px\9;*/
  font-size: 11.5px;
  font-size: 1.15rem;
}
.-list-item {
  display: block;
  width: 100%;
  padding: 5px 10px;
  position: relative;
  color: #414141;
}
.-list-item:after {
  content: '';
  background: url(/5sp/img/common/list_arw_lt_blue.png) no-repeat 97% center;
  width: 10px;
  height: 14px;
  display: block;
  right: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.-list-item+.-list-item, .accordion_up+.-list-item {
  margin-top: 5px;
  border-top: 2px solid #e5e5e5;
}
.-list-item-column {
  position: relative;
}
.-list-item-column:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.-list-item-pic {
  width: 118px;
  height: 118px;
  border: 1px solid #e1e1e1;
  margin-left: -10px;
  margin-right: 10px;
  float: left;
  text-align: center;
}
/*.detailBtn {
  border-bottom: 1px solid #c0c0c0;
}*/
.detailBtn p a {
  background-color: #009cee;
  border: 3px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  color: #fff;
  display: block;
  font-size: 1.2em;
  margin: 10px auto 18px;
  padding: 10px 0;
  text-align: center;
  width: 85%;
}
.detailBtn p a:active {
    transform: translateY(4px);
}
@media only screen and (max-width: 374px) {
  .-list-item-pic {
    width: 93px;
    height: 93px;
  }
}
.-list-item-desc {
  margin-left: 90px;
  padding-left: 5px;
  position: relative;
}
@media only screen and (max-width: 374px) {
  .-list-item-desc {
    margin-left: 77px;
  }
}
.-list-item-desc .-namebox {
  margin-top: 5px;
  color: #004fa7;
  /*font-size: 13px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
.search_result.is-type-grid .-list-item-desc .-namebox {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
.-list-item-desc .-pricebox {
  margin-top: 5px;
  /*color: #eb0e43;*/
  color: #ff0000;
  font-weight: bold;
  line-height: 1.2;
}
.-list-item-desc .-pricebox .-f_prc {
  margin-right: 0.2em;
  /*font-size: 20px\9;*/
  font-size: 20px;
  font-size: 2rem;
}
.-list-item-desc .-pricebox .-f_yen, .-list-item-desc .-pricebox .-f_tax, .p-fav-section .-list-item-desc .-pricebox .-f_tax {
  font-size: 1.1rem;
}
.-list-item-desc .-delibox {
  font-size: 1.1rem;
  margin: 5px 0;
}
.search_result.is-type-grid .-list-item-desc .-delibox {
    font-size: 1.2rem;
}
.-list-item-desc .-status {
  margin-top: 10px;
}
.-list-item-desc .-status .-late {
  display: inline-block;
}
.-list-item-desc .-status .-late img {
  width: 12px;
}
.-list-item-desc .-status .-datebox {
  display: inline-block;
  float: right;
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.-list-item-spec {
  width: 100%;
  margin-top: 3px;
  padding: 5px;
  position: relative;
}
.-list-item-spec .-specbox {
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.-list-item-spec .-specbox span {
  font-weight: bold;
  /*font-size: 11px\9;*/
  font-size: 1.1rem;
}
.-diffbox {
  padding: 15px;
  margin-top: 5px;
  border-top: 2px solid #e5e5e5;
}
.-diffbox .-diff-btn {
  display: block;
  text-align: center;
  background-color: #5982ff;
  color: #ffffff;
  padding: 8px 5px;
  border-radius: 4px;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
}
.-diffbox .-desc {
  margin-top: 6px;
  text-align: center;
  font-size: 1rem;
}
/*
pager_element ページング定義（原稿サイトからコピー）
****************************************** */
.pager {
  padding: 0;
  margin: -8px 0px 16px;
  text-align: center;
}
.pager li {
  display: inline-block;
  margin: 0px 5px;
}
.pager li a, .pager li.inert, .pager li .current {
  display: inline-block;
  width: 28px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #515151;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px #CCCCCC solid;
  border-bottom: 1px #7F7F7F solid;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#DDDDDD));
  background: -moz-linear-gradient(top, #FEFEFE, #DDDDDD);
  background: linear-gradient(top, #FEFEFE, #DDDDDD);
}
.pager li.inert {
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  /*filter:alpha(opacity=25);
  -webkit-opacity:0.25;
  -moz-opacity:0.25;
  opacity:0.25;*/
}
.pager li .current {
  width: 30px;
  height: 32px;
  background: #ffffff;
  border-bottom: 1px solid #cccccc;
  /*color:#fff;
  text-shadow:0 -1px 1px #004256;
  border:none;
  background:-webkit-gradient(linear, left top, left bottom, from(#00BDEF),to(#008DBF));
  background:-moz-linear-gradient(top, #00BDEF,#008DBF);
  background:linear-gradient(top, #00BDEF,#008DBF);
  -webkit-box-shadow:1px 1px 2px #9F9F9F;
  -moz-box-shadow:1px 1px 2px #9F9F9F;
  box-shadow:1px 1px 2px #9F9F9F;*/
}
/* *******************************************************************
 THEME
******************************************************************* */
/*index.cssへ移動
.p-news-telop {
  width: 100%;
  height: 30px;
  padding: 5.25px 5px 0 30px;
  font-size: 1.3rem;
  background: url(../../../img/index/ic_speaker.png) 0 50% no-repeat #ffffff;
  background-size: 30px auto; }
  .p-news-telop a {
    color: #eb0e43;
    text-decoration: underline; }
  .p-news-telop p {
    color: #eb0e43; }
  .p-news-telop div.-inner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2px 0; }
    .p-news-telop div.-inner > *:after {
      content: "";
      white-space: nowrap;
      padding-right: 50px; }
    .p-news-telop div.-inner > * {
      margin: 0;
      padding-left: 100%;
      display: inline-block;
      white-space: nowrap;
      -webkit-animation-name: marquee;
      -webkit-animation-timing-function: linear;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      -moz-animation-name: marquee;
      -moz-animation-timing-function: linear;
      -moz-animation-duration: 10s;
      -moz-animation-iteration-count: infinite;
      -ms-animation-name: marquee;
      -ms-animation-timing-function: linear;
      -ms-animation-duration: 10s;
      -ms-animation-iteration-count: infinite;
      -o-animation-name: marquee;
      -o-animation-timing-function: linear;
      -o-animation-duration: 10s;
      -o-animation-iteration-count: infinite;
      animation-name: marquee;
      animation-timing-function: linear;
      animation-duration: 10s;
      animation-iteration-count: infinite; }
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%); }
  99%,to {
    -webkit-transform: translate(-100%); } }
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%); }
  99%,to {
    -moz-transform: translate(-100%); } }
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%); }
  99%,to {
    -ms-transform: translate(-100%); } }
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%); }
  99%,to {
    -o-transform: translate(-100%); } }
@keyframes marquee {
  from {
    transform: translate(0%); }
  99%,to {
    transform: translate(-100%); } }
*/


.p-news-mv {
  width: 100%;
  padding: 10px;
  background: #222f3f;
}
.p-news-mv .-inner {
  max-width: 640px;
  background: #222f3f;
  margin: 0 auto;
}
.p-news-section {
  width: 100%;
  /*margin-top: 20px;*/
  margin-top: 32px;
}
/*.p-news-section + .p-news-section {
    margin-top: 20px; }*/

section.p-news-section:first-of-type {
  margin-top: 0;
}
/* index.cssへ移動
.p-news-info .-body {
  width: 100%; }
.p-news-info .-bnrbox {
  margin-top: -15px; }
.p-news-info .-list {
  width: inherit; }
  .p-news-info .-list li {
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 1.3rem; }
    .p-news-info .-list li strong {
      display: block;
      font-size: 1.5rem;
      font-weight: bold; }
    .p-news-info .-list li:after {
      display: inline-block;
      height: 1.3rem;
      margin: auto;
      content: "\f054";
      color: #c6c6c6;
      font-family: FontAweSome;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px; }
.p-news-info .-link {
  padding: 0 16px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.1rem; }
  .p-news-info .-link a {
    display: block;
    padding: 7px;
    color: #fff;
    background: #00a1f1;
    border-radius: 4px; }
*/

.p-news-tsale .-timerbox {
  position: relative;
}
.p-news-tsale .-timerbox .-timer {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
  top: -12px;
}
/* index.cssへ移動
.p-news-pickup .-body {
  width: 100%; }
.p-news-pickup .-bnrbox {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  padding-top: 15px;
  text-align: center; }
  .p-news-pickup .-bnrbox + .-bnrbox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd; }
  .p-news-pickup .-bnrbox .-ttl {
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: left; }
  .p-news-pickup .-bnrbox .-msg {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: left;
    color: #004fa7; }
.p-news-pickup .-donyaRank {
  padding-top: 10px; }
  .p-news-pickup .-donyaRank li.itemBox div {
    float: left;
    margin-left: 10px;
    width: 30%; }
  .p-news-pickup .-donyaRank .c-slidebox {
    margin-bottom: 15px; }
    .p-news-pickup .-donyaRank .c-slidebox:after {
      content: " ";
      display: block;
      font-size: 0;
      clear: both; }
  .p-news-pickup .-donyaRank .c-slidebox .-item {
    margin: 5px;
    width: 140px;
    float: left;
    font-size: 10px; }
    .p-news-pickup .-donyaRank .c-slidebox .-item:first-child {
      margin-left: 8px; }
    .p-news-pickup .-donyaRank .c-slidebox .-item .-name {
      color: #6e9ac7;
      font-weight: bold; }
    .p-news-pickup .-donyaRank .c-slidebox .-item .-price_bloc {
      color: #eb0e43; }
      .p-news-pickup .-donyaRank .c-slidebox .-item .-price_bloc .-f_prc {
        font-size: 14px;
        font-weight: bold; }
  .p-news-pickup .-donyaRank .c-slidebox .-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
*/

.p-news-ranking .-body {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.p-news-ranking .-wklrank_tbl {
  width: 100%;
}
.p-news-ranking .-wklrank_tbl td {
  width: 33.33333333%;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-news-ranking .-wklrank_tbl td:first-child {
  border-left: 0;
}
.p-news-ranking .-wklrank_tbl td .-icon img {
  width: 40px;
}
.p-news-ranking .-wklrank_tbl td .-thum {
  margin-bottom: 5px;
}
.p-news-ranking .-wklrank_tbl td .-name {
  color: #6e9ac7;
}
.p-news-ranking .-wklrank_tbl td .-price {
  /*color: #eb0e43;*/
  color: #ff0000;
}
@media only screen and (max-width: 374px) {
  .p-news-ranking .-wklrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-news-ranking .-catrank_tbl {
  width: 100%;
  margin-top: -1px;
}
.p-news-ranking .-catrank_tbl td {
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-news-ranking .-catrank_tbl a {
  display: block;
  padding: 5px;
  color: #6e9ac7;
}
.p-news-ranking .-catrank_tbl img {
  width: 60px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 374px) {
  .p-news-ranking .-catrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-news-ranking .-link {
  margin-top: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 1.5rem;
}
.p-news-ranking .-link a {
  color: #6e9ac7;
}
/* index.cssへ移動
.p-news-service .-body {
  width: 100%; }
.p-news-service .-bnrbox {
  width: 100%;
  padding: 0 10px;
  text-align: center; }
  .p-news-service .-bnrbox + .-bnrbox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd; }
  .p-news-service .-bnrbox .-ttl {
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: left; }
  .p-news-service .-bnrbox .-msg {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: left;
    color: #004fa7; }
*/
.p-cat-mv {
  width: 100%;
  text-align: center;
  background: #f1f1f1;
  position: relative;
}
.p-cat-mv .-label {
  position: absolute;
  padding: 0 5px;
  color: #fff;
  font-size: 1.0rem;
  line-height: 1.6;
  background: #00a1f1;
  top: 8px;
  left: 10px;
}
.p-cat-menu {
  width: 100%;
}
.p-list-telop {
  width: 100%;
  height: 30px;
  padding: 5.25px 5px 0 30px;
  font-size: 1.3rem;
  background: url(../../../img/header/ic_speaker.png) 0 50% no-repeat #ffffff;
  background-size: 30px auto;
}
.p-list-telop a {
  /*color: #eb0e43;*/
  color: #ff0000;
  text-decoration: underline;
}
.p-list-telop p {
  /*color: #eb0e43;*/
  color: #ff0000;
}
.p-list-telop div.-inner {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 2px 0;
}
.p-list-telop div.-inner>*:after {
  content: "";
  white-space: nowrap;
  padding-right: 50px;
}
.p-list-telop div.-inner>* {
  margin: 0;
  padding-left: 100%;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marquee;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marquee;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 10s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marquee;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 10s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marquee;
  -o-animation-timing-function: linear;
  -o-animation-duration: 10s;
  -o-animation-iteration-count: infinite;
  animation-name: marquee;
  animation-timing-function: linear;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
  from {
    -webkit-transform: translate(0%);
  }
  99%, to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marquee {
  from {
    -moz-transform: translate(0%);
  }
  99%, to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marquee {
  from {
    -ms-transform: translate(0%);
  }
  99%, to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marquee {
  from {
    -o-transform: translate(0%);
  }
  99%, to {
    -o-transform: translate(-100%);
  }
}
@keyframes marquee {
  from {
    transform: translate(0%);
  }
  99%, to {
    transform: translate(-100%);
  }
}
.p-list-bnr {
  width: 100%;
}
.p-list-bnr .-inner {
  background: #fff;
  margin: 0 auto;
}
.p-list-bnr .-inner li a {
  display: block;
}
.p-list-bnr .-inner li img {
  width: 100%;
}
.p-list-bnr2 {
  width: 100%;
}
.p-list-bnr2 .-inner {
  background: #fff;
  margin: 0 auto;
}
.p-list-bnr2 .-inner li {
  width: 49.5%;
  display: inline-block;
}
.p-list-bnr2 .-inner li a {
  display: block;
}
.p-list-bnr2 .-inner li img {
  width: 100%;
}
.p-list-bnr3 {
  width: 100%;
  padding: 10px;
}
.p-list-bnr3 .-inner {
  background: #fff;
  margin: 0 auto;
}
.p-list-bnr3 .-inner li a {
  display: block;
}
.p-list-bnr3 .-inner li img {
  width: 100%;
}
.accordionList .c-ttl {
  margin-bottom: 0;
}
.p-list-section {
  width: 100%;
}
.p-list-section+.p-list-section {
  margin-top: 20px;
}
.p-list-info .-body {
  width: 100%;
}
.p-list-info .-bnrbox {
  margin-top: -15px;
}
.p-list-info .-list {
  width: inherit;
}
.p-list-info .-list li {
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  font-size: 1.3rem;
}
.p-list-info .-list li strong {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-list-info .-list li:after {
  display: inline-block;
  height: 1.3rem;
  margin: auto;
  content: "\f054";
  color: #c6c6c6;
  font-family: FontAweSome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
}
.p-list-info .-link {
  padding: 0 16px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.1rem;
}
.p-list-info .-link a {
  display: block;
  padding: 7px;
  color: #fff;
  background: #00a1f1;
  border-radius: 4px;
}
.p-list-tsale .-timerbox {
  position: relative;
}
.p-list-tsale .-timerbox .-timer {
  position: absolute;
  z-index: 1;
  background: #fff;
  padding: 0 10px;
  top: -12px;
}
.p-list-pickup .-body {
  width: 100%;
}
.p-list-pickup .-bnrbox {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  padding-top: 15px;
  text-align: center;
}
.p-list-pickup .-bnrbox+.-bnrbox {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.p-list-pickup .-bnrbox .-ttl {
  margin-bottom: 5px;
  font-size: 1.5rem;
  text-align: left;
}
.p-list-pickup .-bnrbox .-msg {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  text-align: left;
  color: #004fa7;
}
.p-list-pickup .-donyaRank {
  padding-top: 10px;
}
.p-list-pickup .-donyaRank li.itemBox div {
  float: left;
  margin-left: 10px;
  width: 30%;
}
.p-list-pickup .-donyaRank .c-slidebox {
  margin-bottom: 15px;
}
.p-list-pickup .-donyaRank .c-slidebox:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.p-list-pickup .-donyaRank .c-slidebox .-item {
  margin: 5px;
  width: 140px;
  float: left;
  font-size: 10px;
}
.p-list-pickup .-donyaRank .c-slidebox .-item:first-child {
  margin-left: 8px;
}
.p-list-pickup .-donyaRank .c-slidebox .-item .-name {
  color: #6e9ac7;
  font-weight: bold;
}
.p-list-pickup .-donyaRank .c-slidebox .-item .-price_bloc {
  /*color: #eb0e43;*/
  color: #ff0000;
}
.p-list-pickup .-donyaRank .c-slidebox .-item .-price_bloc .-f_prc {
  font-size: 14px;
  font-weight: bold;
}
.p-list-pickup .-donyaRank .c-slidebox .-item img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.p-list-ranking .-body {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.p-list-ranking .-wklrank_tbl {
  width: 100%;
}
.p-list-ranking .-wklrank_tbl td {
  width: 33.33333333%;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-list-ranking .-wklrank_tbl td:first-child {
  border-left: 0;
}
.p-list-ranking .-wklrank_tbl td .-icon img {
  width: 40px;
}
.p-list-ranking .-wklrank_tbl td .-thum {
  margin-bottom: 5px;
}
.p-list-ranking .-wklrank_tbl td .-name {
  color: #6e9ac7;
}
.p-list-ranking .-wklrank_tbl td .-price {
  /*color: #eb0e43;*/
  color: #ff0000;
}
@media only screen and (max-width: 374px) {
  .p-list-ranking .-wklrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-list-ranking .-catrank_tbl {
  width: 100%;
  margin-top: -1px;
}
.p-list-ranking .-catrank_tbl td {
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-list-ranking .-catrank_tbl a {
  display: block;
  padding: 5px;
  color: #6e9ac7;
}
.p-list-ranking .-catrank_tbl img {
  width: 60px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 374px) {
  .p-list-ranking .-catrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-list-ranking .-link {
  margin-top: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 1.5rem;
}
.p-list-ranking .-link a {
  color: #6e9ac7;
}
.p-list-service .-body {
  width: 100%;
}
.p-list-service .-bnrbox {
  width: 100%;
  padding: 0 10px;
  text-align: center;
}
.p-list-service .-bnrbox+.-bnrbox {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #dddddd;
}
.p-list-service .-bnrbox .-ttl {
  margin-bottom: 5px;
  font-size: 1.5rem;
  text-align: left;
}
.p-list-service .-bnrbox .-msg {
  display: block;
  margin-top: 5px;
  font-size: 1.3rem;
  text-align: left;
  color: #004fa7;
}
.p-list-head {
  width: 100%;
  padding: 0 10px;
  font-size: 1.3rem;
  background: #275090;
  color: #e5e5e5;
  letter-spacing: 1px;
}
.p-list-head .-selectbox {
  padding: 10px 0;
}
.p-list-head .-selectbox .c-dropdown-sort3 {
  float: left;
}
.p-list-section {
  width: 100%;
}
.p-list-section+.p-fav-section {
  margin-top: 10px;
}
.p-list-section .-disc {
  padding: 7px 15px;
  margin: 0;
  /*font-size: 12px\9;*/
  font-size: 12px;
  font-size: 1.2rem;
}
.p-list-section .-ttl {
  width: inherit;
  height: 26px;
  padding: 0 10px;
  position: relative;
  font-size: 1.3rem;
  line-height: 26px;
  background: #d4f0fc;
}
.p-list-section .-selectbox {
  position: absolute;
  right: 10px;
  top: 5px;
}
.p-list-section .-list {
  padding: 0px;
}
.p-fav-notice {
  width: 100%;
  padding: 25px 10px;
  text-align: center;
}
.p-fav-notice img {
  margin-bottom: 20px;
}
.p-fav-notice p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.p-fav-notice p span {
  /*color: #eb0e43;*/
  color: #ff0000;
}
.p-fav-btn {
  padding: 0 14.666%;
  text-align: center;
}
.p-fav-btn a {
  display: block;
  padding: 17px 10px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  background: #0dc122;
  border-radius: 6px;
}
.p-fav-head {
  width: 100%;
}
.p-fav-head .-ttl {
  width: inherit;
  height: 38px;
  padding: 0 10px;
  position: relative;
  font-size: 1.3rem;
  line-height: 38px;
  background: #222f3f;
  color: #e5e5e5;
  letter-spacing: 1px;
  /*font-size: 11px\9;*/
  /*font-size: 11px;*/
  font-size: 1.1rem;
}
.p-fav-head .-ttl .-count {
  /*font-size: 12px\9;*/
  font-size: 12px;
  font-size: 1.2rem;
  color: #ffe200;
}
.p-fav-head .-selectbox {
  position: absolute;
  right: 45px;
  top: 6px;
}
@media only screen and (max-width: 374px) {
  .p-fav-head .-selectbox {
    right: 40px;
  }
}
.p-fav-head .-trash {
  position: absolute;
  right: 10px;
  top: 7px;
}
.p-fav-head .-trash .-trash-btn {
  display: block;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.p-fav-head .-trash img {
  display: block;
  width: 22px;
  height: 22px;
}
.p-fav-section {
  width: 100%;
}
.p-fav-section+.p-fav-section {
  margin-top: 10px;
}
.p-fav-section.-trash-flag .-checkbox {
  display: none;
}
.p-fav-section.-trash-flag .-list-item-desc .-closebtn {
  display: block;
}
.p-fav-section .-disc {
  padding: 7px 15px;
  margin: 0;
  /*font-size: 12px\9;*/
  font-size: 12px;
  font-size: 1.2rem;
}
.p-fav-section .-ttl {
  width: inherit;
  height: 26px;
  padding: 0 10px;
  position: relative;
  font-size: 1.3rem;
  line-height: 26px;
  background: #d4f0fc;
}
.p-fav-section .-selectbox {
  position: absolute;
  right: 10px;
  top: 5px;
}
.p-fav-section .-list {
  padding: 0px;
  border-top: 2px solid #e5e5e5;
  /*上に見出しがないため。追加されれば削除*/
}
.p-fav-section .-list-item {
  width: 100%;
  padding: 5px 10px;
}
.p-fav-section .-list-item:after {
  display: none;
}
.p-fav-section .-list-item+.-list-item {
  margin-top: 5px;
  border-top: 2px solid #e5e5e5;
}
.p-fav-section .-list-item-column {
  position: relative;
}
.p-fav-section .-list-item-column:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.p-fav-section .-list-item-pic {
  width: 102px;
  height: 102px;
  border: 1px solid #e1e1e1;
  margin-left: -10px;
  margin-right: 10px;
  float: left;
}
@media only screen and (max-width: 374px) {
  .p-fav-section .-list-item-pic {
    width: 77px;
    height: 77px;
  }
}
.p-fav-section .-list-item-desc {
  margin-left: 90px;
  padding-left: 5px;
  position: relative;
}
@media only screen and (max-width: 374px) {
  .p-fav-section .-list-item-desc {
    margin-left: 77px;
  }
}
.p-fav-section .-list-item-desc .-namebox {
  margin-top: 5px;
  color: #004fa7;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}
.p-fav-section .-list-item-desc .-pricebox {
  margin-top: 5px;
  /*color: #eb0e43;*/
  color: #ff0000;
  font-weight: bold;
  line-height: 1.2;
}
.p-fav-section .-list-item-desc .-pricebox .-f_prc {
  margin-right: 0.2em;
  /*font-size: 20px\9;*/
  font-size: 20px;
  font-size: 2rem;
}
.p-fav-section .-list-item-desc .-pricebox .-f_yen, .p-fav-section .-list-item-desc .-pricebox .-f_tax {
  font-size: 1.1rem;
}
.p-fav-section .-list-item-desc .-delibox {
  font-size: 1.1rem;
}
.p-fav-section .-list-item-desc .-checkbox {
  position: absolute;
  right: 0;
  /*bottom: 22px;星が表示されるようになればこちら*/
  bottom: 0;
  font-size: 1.7rem;
  line-height: 28px;
  letter-spacing: 0.2em;
}
.p-fav-section .-list-item-desc .-checkbox label {
  display: inline-block;
  height: 28px;
  padding-left: 30px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}
.p-fav-section .-list-item-desc .-checkbox span {
  display: block;
  width: 28px;
  height: 28px;
  background: url(../../../img/header/ic_checkbox.png) 50% top no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -1px;
}
.p-fav-section .-list-item-desc .-checkbox input {
  position: absolute;
  left: -9999px;
}
.p-fav-section .-list-item-desc .-checkbox input:checked+span {
  background-position: bottom;
}
.p-fav-section .-list-item-desc .-closebtn {
  display: none;
  position: absolute;
  right: 0;
  /*bottom: 25px;*/
  bottom: 4px;
  font-size: 1.7rem;
  line-height: 28px;
  letter-spacing: 0.2em;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 8px;
  background-color: #c30033;
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0px;
  line-height: 1.5;
}
.p-fav-section .-list-item-desc .-closebtn input {
  /*display: none;*/
  font-size: 16px;
  font-size: 1rem;
  /*margin-top: 10px;*/
  /*padding: 8px 0;*/
  padding: 0;
  width: 100%;
  color: #ffffff;
  background: none;
  border: none;
  outline: 0;
  font-family: inherit;
}
.p-fav-section .-list-item-desc .-status {
  margin-top: 10px;
}
.p-fav-section .-list-item-desc .-status .-late {
  display: inline-block;
}
.p-fav-section .-list-item-desc .-status .-late img {
  width: 12px;
}
.p-fav-section .-list-item-desc .-status .-datebox {
  display: inline-block;
  float: right;
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.p-fav-section .-list-item-spec {
  width: 100%;
  margin-top: 3px;
  padding: 5px;
  position: relative;
}
.p-fav-section .-list-item-spec .-specbox {
  /*font-size: 10px\9;*/
  font-size: 10px;
  font-size: 1rem;
}
.p-fav-section .-list-item-spec .-specbox span {
  font-weight: bold;
  /*font-size: 11px\9;*/
  font-size: 11px;
  font-size: 1.1rem;
}
.p-fav-section .-list-item-spec .-btnbox {
  margin-top: 10px;
}
.p-fav-section .-diffbox {
  padding: 15px;
  margin-top: 5px;
  border-top: 2px solid #e5e5e5;
}
.p-fav-section .-diffbox .-diff-btn {
  display: block;
  text-align: center;
  background-color: #5982ff;
  color: #ffffff;
  padding: 8px 5px;
  border-radius: 4px;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
}
.p-fav-section .-diffbox .-diff-btn input {
  font-family: inherit;
  border: none;
  outline: 0;
  background: none;
  font-size: 1.3rem;
  color: #ffffff;
}
.p-fav-section .-diffbox .-desc {
  margin-top: 6px;
  text-align: center;
}
.-dj-link {
  padding: 12px;
  margin-bottom: -20px;
  border-top: 2px solid #e5e5e5;
}
.-dj-link.no-bottom {
  margin-bottom: 0;
}
.-dj-link a {
  padding: 5px;
  padding-left: 30px;
  background-image: url(../../../img/header/ic_link_arrow01.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 4px center;
  /*font-size: 14px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.-dj-link>.link_norm {
  border-bottom: none;
  /*overflow: auto;*/
  padding: 0;
}
/*-- blog --*/

.p-blog-section {
  width: 100%;
}
.p-blog-section:last-child {
  margin-bottom: -20px;
}
.p-blog-post {
  margin-bottom: 25px;
}
.p-blog-post .-post {
  padding-top: 40%;
  position: relative;
  margin-bottom: 5px;
  background-size: 100%;
  background-position: center;
}
.p-blog-post .-summary {
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
}
.p-blog-post .-ttl {
  /*font-size: 14px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 15px;
  line-height: 1.29;
}
.p-blog-post .-desc:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.p-blog-post .-desc .-date {
  font-size: 10px;
  float: left;
}
.p-blog-post .-desc .-cat {
  font-size: 12px;
  float: right;
}
.p-blog-tagList {
  text-align: center;
  font-weight: bold;
  padding-bottom: 10px;
}
.p-blog-tagList .-ttl {
  margin-top: 15px;
  padding-top: 1px;
}
.p-blog-tagList .-ttl span {
  background-color: #ffffff;
  /*font-size: 16px\9;*/
  font-size: 16px;
  font-size: 1.6rem;
  color: #1aa4d3;
  display: inline-block;
  padding: 5px 10px;
  z-index: 1000;
}
.p-blog-tagList .-ttl:before {
  content: '';
  display: block;
  border-bottom: 2px solid #1aa4d3;
  margin-bottom: -18px;
  margin-top: 18px;
}
.p-blog-tagList .-lead {
  font-size: 12px;
  margin-bottom: 8px;
}
.p-blog-tagList .-list-item {
  width: 90px;
  padding: 6px 0;
  display: inline-block;
  /*border: 1px solid #eb0e43;*/
  border: 1px solid #ff0000;
  border-radius: 16px;
  margin: 0 4px;
}
.p-blog-tagList .-list-item .-tag {
  /*color: #eb0e43;*/
  color: #ff0000;
  font-size: 12px;
}
.p-blog-recomend {
  color: #000;
}
.p-blog-recomend .-ttl {
  font-size: 16px;
  padding: 10px 10px 0;
}
.p-blog-recomend .-list-item {
  padding: 10px 14px;
  box-sizing: border-box;
  border-top: 2px solid #e5e5e5;
  position: relative;
}
.p-blog-recomend .-list-item:last-child {
  border-bottom: 2px solid #e5e5e5;
}
.p-blog-recomend .-list-item .-list-item-pic {
  width: 130px;
  padding-right: 10px;
  float: left;
}
.p-blog-recomend .-list-item .-item-ttl {
  color: #000;
  font-size: 14px;
}
.p-blog-recomend .-list-item .-list-item-desc {
  margin-left: 120px;
  padding-left: 5px;
  position: relative;
  vertical-align: bottom;
  color: #9a9a9a;
}
.p-blog-recomend .-list-item .-list-item-desc:after {
  content: " ";
  display: block;
  font-size: 0;
  clear: both;
}
.p-blog-recomend .-list-item .-list-item-desc .-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 5px;
}
.p-blog-recomend .-list-item .-list-item-desc .-desc .-date {
  vertical-align: bottom;
  /*font-size: 11px\9;*/
  font-size: 11px;
  font-size: 1.1rem;
  float: left;
}
.p-blog-recomend .-list-item .-list-item-desc .-desc .-cat {
  vertical-align: bottom;
  font-size: 12px;
  float: right;
  font-weight: bold;
}
.p-rank-section {
  width: 100%;
}
.p-rank-section+.p-rank-section {
  margin-top: 20px;
}
.p-rank-section .c-slidebox {
  text-align: center;
}
.p-rank-section .c-slidebox .-list li {
  margin-left: 0;
  padding: 0 10px;
  width: 140px;
  border-right: solid 1px #c5c5c5;
}
.p-rank-section .c-slidebox .-list .-icon img {
  width: 35px;
  height: auto;
}
.p-rank-section .c-slidebox .-list .-icon span {
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 7px;
  background-color: #9f9f9f;
  color: #ffffff;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 50%;
}
.p-rank-section .c-slidebox .-list .-name {
  color: #004fa7;
  margin-bottom: 2px;
  /*font-size: 13px\9;*/
  font-size: 13px;
  font-size: 1.3rem;
}
.p-rank-section .c-slidebox .-list .-price_box {
  /*font-size: 12px\9;*/
  font-size: 12px;
  font-size: 1.2rem;
}
.p-rank-section .c-slidebox .-list .-price_box .-price-sale {
  /*color: #eb0e43;*/
  color: #ff0000;
}
.p-rank-section .c-slidebox .-list .-price_box .-f_prc {
  /*font-size: 14px\9;*/
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
/*重複
.p-news-info .-body {
  width: 100%; }
.p-news-info .-bnrbox {
  margin-top: -15px; }
.p-news-info .-list {
  width: inherit; }
  .p-news-info .-list li {
    padding: 10px 30px 10px 10px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
    font-size: 1.3rem; }
    .p-news-info .-list li strong {
      display: block;
      font-size: 1.5rem;
      font-weight: bold; }
    .p-news-info .-list li:after {
      display: inline-block;
      height: 1.3rem;
      margin: auto;
      content: "\f054";
      color: #c6c6c6;
      font-family: FontAweSome;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px; }
.p-news-info .-link {
  padding: 0 16px;
  margin-top: 10px;
  text-align: center;
  font-size: 1.1rem; }
  .p-news-info .-link a {
    display: block;
    padding: 7px;
    color: #fff;
    background: #00a1f1;
    border-radius: 4px; }
*/

/* 重複
.p-news-pickup .-body {
  width: 100%; }
.p-news-pickup .-bnrbox {
  width: 100%;
  margin-top: 15px;
  padding: 0 10px;
  padding-top: 15px;
  text-align: center; }
  .p-news-pickup .-bnrbox + .-bnrbox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd; }
  .p-news-pickup .-bnrbox .-ttl {
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: left; }
  .p-news-pickup .-bnrbox .-msg {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: left;
    color: #004fa7; }
.p-news-pickup .-donyaRank {
  padding-top: 10px; }
  .p-news-pickup .-donyaRank li.itemBox div {
    float: left;
    margin-left: 10px;
    width: 30%; }
  .p-news-pickup .-donyaRank .c-slidebox {
    margin-bottom: 15px; }
    .p-news-pickup .-donyaRank .c-slidebox:after {
      content: " ";
      display: block;
      font-size: 0;
      clear: both; }
  .p-news-pickup .-donyaRank .c-slidebox .-item {
    margin: 5px;
    width: 140px;
    float: left;
    font-size: 10px; }
    .p-news-pickup .-donyaRank .c-slidebox .-item:first-child {
      margin-left: 8px; }
    .p-news-pickup .-donyaRank .c-slidebox .-item .-name {
      color: #6e9ac7;
      font-weight: bold; }
    .p-news-pickup .-donyaRank .c-slidebox .-item .-price_bloc {
      color: #eb0e43; }
      .p-news-pickup .-donyaRank .c-slidebox .-item .-price_bloc .-f_prc {
        font-size: 14px;
        font-weight: bold; }
  .p-news-pickup .-donyaRank .c-slidebox .-item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 10px; }
*/

.p-news-ranking .-body {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.p-news-ranking .-wklrank_tbl {
  width: 100%;
}
.p-news-ranking .-wklrank_tbl td {
  width: 33.33333333%;
  text-align: center;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-news-ranking .-wklrank_tbl td:first-child {
  border-left: 0;
}
.p-news-ranking .-wklrank_tbl td .-icon img {
  width: 40px;
}
.p-news-ranking .-wklrank_tbl td .-thum {
  margin-bottom: 5px;
}
.p-news-ranking .-wklrank_tbl td .-name {
  color: #6e9ac7;
}
.p-news-ranking .-wklrank_tbl td .-price {
  /*color: #eb0e43;*/
  color: #ff0000;
}
@media only screen and (max-width: 374px) {
  .p-news-ranking .-wklrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-news-ranking .-catrank_tbl {
  width: 100%;
  margin-top: -1px;
}
.p-news-ranking .-catrank_tbl td {
  width: 50%;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 1.5rem;
  line-height: 1.2;
}
.p-news-ranking .-catrank_tbl a {
  display: block;
  padding: 5px;
  color: #6e9ac7;
}
.p-news-ranking .-catrank_tbl img {
  width: 60px;
  margin-bottom: 3px;
}
@media only screen and (max-width: 374px) {
  .p-news-ranking .-catrank_tbl td {
    font-size: 1.3rem;
  }
}
.p-news-ranking .-link {
  margin-top: 15px;
  padding: 0 10px;
  text-align: right;
  font-size: 1.5rem;
}
.p-news-ranking .-link a {
  color: #6e9ac7;
}
/* 重複
.p-news-service .-body {
  width: 100%; }
.p-news-service .-bnrbox {
  width: 100%;
  padding: 0 10px;
  text-align: center; }
  .p-news-service .-bnrbox + .-bnrbox {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dddddd; }
  .p-news-service .-bnrbox .-ttl {
    margin-bottom: 5px;
    font-size: 1.5rem;
    text-align: left; }
  .p-news-service .-bnrbox .-msg {
    display: block;
    margin-top: 5px;
    font-size: 1.3rem;
    text-align: left;
    color: #004fa7; }
*/
body .layer:after {
  content: '×';
  color: #f6f6f6;
  position: absolute;
  font-size: 45px;
  top: -6px;
  right: 7px;
}
@media only screen and (max-width: 374px) {
  body .layer:after {
    font-size: 45px;
    right: 7px;
  }
}
body .layer.header-search-toggle:after {
  content: '';
}
/*******************************************
  最近チェックした商品
*******************************************/

#product_check h2.ttl_grad_bg_navy p {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  /*padding: 8.8px 0 8.8px 25px;*/
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
  color: #333;
}

#product_check h2.ttl_grad_bg_navy span {
  /*position: absolute;
  float: left;
  display: block;
  width: 5px;
  height: 25px;
  margin: 7px 5px 0px 10px;
  background: #ea5415;
  z-index:10;*/
  display: none;
}
#product_check {
  /*margin:20px 0;*/
  margin: 20px 0 0;
}


/*******************************************
 カテゴリタイトル帯　161207
*******************************************/

h2.ttl_grad_bg_navy p {
  width: 100%;
  height: 40px;
  padding: 8.8px 10px;
  font-size: 1.5rem;
  position: relative;
  background: #00a1f1;
  color: #fff;
}

h2.ttl_grad_bg_blue {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  padding: 8.8px 10px;
  font-size: 1.5rem;
  position: relative;
  background: #00a1f1;
  color: #fff;
}

ul.breadCrumb {
  background-color: #222f3f;
  /*font-size: 0.7rem;*/
  font-size: 1rem;
  margin-bottom: 0!important;
  padding: 7px 2%;
}

ul.breadCrumb a {
  color: #cccccc;
  text-decoration: underline;
}


/*******************************************
  パソコンおすすめランキング（一部はキャンペーン情報のスタイルを流用）
  最新情報ページ以外でも同テンプレートが用いられているため今あるクラスをそのまま使用
*******************************************/
.pcRankTable td {
  border: none;
  font-size: 1.2rem;
  font-weight: bold;
}
.pcRankTable p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3em;
  /*color: #eb0e43;*/
  color: #ff0000;
}
/*******************************************
  パソコン人気ランキングテンプレート
  PC版と共通テンプレートのためクラス名はそのままスタイルを上書き
*******************************************/
.rank .heading2 {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  /* padding: 8.8px 10px; */
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
  color: #333;
}
.rank .heading2:after, .rankNotePc .heading2:after {
  top: .5em;
  left: .5em;
  height: 1.5em;
  width: 5px;
  background-color: #ea5415;
}
#wrapper_game .rank .heading2 {
  background: #303030;
  color: #fff;
}
.rankNotePc .heading2 {
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  /* padding: 8.8px 10px; */
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
  color: #333;
  padding: 10px 24px;
}
.rankNotePc .heading2:after {
  top: .5em;
  left: .5em;
  height: 1.5em;
  width: 5px;
  background-color: #ea5415;
  position: absolute;
  content: '';
}
/*******************************************
 今週のおすすめPCパーツ　一覧リンク　170315
*******************************************/
.ichiran_link {
  overflow: hidden;
}
.ichiran_link ul li {
  padding: 15px 10px 0;
  float: left;
  width: 50%;
  text-align: center;
}
.ichiran_btn {
  display: block;
  margin: 0 auto;
  padding: 7px;
  color: #fff;
  background: #00a1f1;
  border-radius: 4px;
  text-align: center;
  /*width: 90%;*/
  font-size: 11px;
  line-height: 1.2;
}
.ichiran_icon {
  height: 120px;
}

/*******************************************
 パソコンカテゴリ　一覧リンク　170324　3列
*******************************************/
.ichiran_link_3line {
  overflow: hidden;
  padding: 0 10px;
}
.ichiran_link_3line ul li {
  padding: 0 10px 0 0;
  float: left;
  width: 33%;
  text-align: center;
}

.ichiran_link_3line ul li:last-child {
  padding: 0;
}

.ichiran_icon_3line {
  height: 75px;
  margin-bottom: 10px;
}
.ichiran_icon_3line img {}
@media only screen and (orientation: landscape) {
  /*横向きの際に適用*/
  .ichiran_icon_3line {
    height: 100px;
  }
  .ichiran_icon_3line img {
    height: 90px;
  }
}
/*横向きの際に適用*/


/*******************************************
 menu　170329　
*******************************************/
.c-ttl2 {
  width: 100%;
  height: 40px;
  padding: 8.8px 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  background: #eeeeee;
  color: #333;
}
.c-ttl2.mod-main2 span {
  display: inline-block;
  border-left: 5px solid #ea5415;
}
.listHead2 {
  color: #505050;
  font-weight: bold;
  text-indent: 10px;
  border-bottom: 1px solid #cccccc;
}
.listHead2 a {
  background: url(/5sp/img/index/img_category_icon.jpg) no-repeat 0 0;
  padding: 14px 0 14px 65px;
  font-size: 1.2em;
}
.iconDeskPc a {
  background-position: 10px 0;
}
.iconNotePc a {
  background-position: 10px -50px;
}
.iconGamePc a {
  background-position: 10px -100px;
}
.iconUsedGamePc a {
  background-position: 10px -952px;
}
.iconTablet a {
  background-position: 10px -148px;
}
.iconCreate a {
  background-position: 10px -200px;
}
.iconPcBusiness a {
  background-position: 10px -550px;
}
.iconPcParts a {
  background-position: 10px -250px;
}
.iconPartsSet a {
  background-position: 10px -600px;
}
.iconDevice a {
  background-position: 10px -300px;
}
.iconShanghaiFactor a {
  background-position: 10px -348px;
}
.iconUsedSale a {
  background-position: 10px -400px;
}
.iconUsedBuy a {
  background-position: 10px -448px;
}
.iconBlog a {
  background-position: 10px -650px;
}
.iconPcRepairs a {
  background-position: 10px -500px;
}
.iconDsprSrv a {
  background-position: 10px -700px;
}
.iconDsprApp a {
  background-position: 10px -750px;
}
.memberCtn a {
  padding-left: 30px;
}
.memberCtn p a {
  background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
  background-size: 20px;
  color: #444;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 14px 20px 14px 26px;
}
.memberCtn a.home {
  background: transparent url(../../../img/header/ic_home.png) no-repeat 0% 48%;
  background-size: 20px;
}
.memberCtn a.guide {
  background: transparent url(../../../img/header/ic_guide.png) no-repeat 0% 48%;
  background-size: 20px;
}
.memberCtn a.contact {
  background: transparent url(../../../img/header/ic_contact.png) no-repeat 0% 48%;
  background-size: 20px;
}
.memberCtn a.mypage {
  background: transparent url(../../../img/header/ic_login.png) no-repeat 0% 48%;
  background-size: 20px;
}
.memberCtn a.wish {
  background: transparent url(../../../img/header/ic_wish.png) no-repeat 0% 48%;
  background-size: 20px;
}
/*20170808追加*/

.p-list-head .-selectbox .p-list-items {
  width: 32%;
  box-sizing: border-box;
  float: left;
  margin: 0;
  padding: 0;
  margin-right: 2%;
}
.p-list-head .-selectbox .p-list-items:last-child {
  margin-right: 0;
}
#listTypeChange {
  color: #2c3e50;
  font: 99% arial, helvetica, clean, sans-serif;
  font-size: 1.35rem;
  line-height: 30px;
  vertical-align: top;
  height: 30px;
  border: 1px solid #ccc;
  background: #dadada;
  display: table;
  border-radius: 4px;
}
#listTypeChange dt, #listTypeChange dd {
  display: table-cell;
  width: 50%;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
}
#listTypeChange dd:first-child {
  border-radius: 4px 0 0 4px;
}
#listTypeChange dd:last-child {
  border-radius: 0 4px 4px 0;
}
#listTypeChange dt {
  width: 35%;
  border-right: 1px solid #b3b3b3;
}
#listTypeChange dd {
  font-size: 1.9rem;
  background: -moz-linear-gradient(top, #f7f7f7 0%, #d5d5d5 100%);
  background: -webkit-linear-gradient(top, #f7f7f7 0%, #d5d5d5 100%);
  background: linear-gradient(to bottom, #f7f7f7 0%, #d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#d5d5d5', GradientType=0);
}
#listTypeChange dd.listOn {
  background: #525252;
  color: #f3f3f3;
  border-right: 1px solid #b7b7b7;
  border-bottom: 1px solid #a2a2a2;
  border-top: 1px solid #444;
  border-left: 1px solid #6f6f6f;
}
