/* カスタマイズ用CSS */

@import url('https://fonts.googleapis.com/css?family=Anton|Quicksand|Noto+Sans+JP:300,400,500,700&display=swap');

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.jBox-content {
    font-size: 12px;
}
.atte1 {
    font-size: 10px;
}
.tableA td {
    padding: 0 !important;
}
/* 緊急のお知らせ */
.hotnews {
    max-width: 1140px;
    margin: 0 auto 20px;
    font-size: 14px;
}
.hotnews .inner {
    background: #eee;
    margin: 0 20px;
    padding: 20px;
}
.hotnews a {
    display: flex;
    text-decoration: none;
    color: #000;
}
.hotnews a:hover dd {
  text-decoration: underline;
}
.hotnews dt {
  margin-right: 30px;
}
@media (max-width: 1139px) {
    .hotnews {
      margin-bottom: 15px; }
}
@media (max-width: 767px) {
    .hotnews .inner {
      margin: 0 10px; }
    .hotnews a {
      display: inline; }
    .hotnews dd {
      line-height: 15px; }
}



/* キャッシュレスバナー */

.cashless_banner,
.cashless_banner2 {
    margin: 0 auto;
    text-align: center;
    max-width: 1140px;
}
.cashless_banner .inner {
    margin: 0 20px;
}
.cashless_banner2 .inner {
    margin: 0 10px;
}
.cashless_banner .inner img,
.cashless_banner2 .inner img{
    width: 100%;
}
@media (min-width: 768px) {
    .cashless_banner {
      display: block; }
    .cashless_banner2 {
      display: none; }
}
@media (max-width: 767px) {
    .cashless_banner {
      display: none; }
    .cashless_banner2 {
      display: block; }
}





body,html {
  font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','游ゴシック Medium','游ゴシック','Yu Gothic',YuGothic,sans-serif;
}
html, body, h1, h2, h3, h4, h5, ol, dl, dt, dd, div, span, img, a, table, tr, th, td, article, figure {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body, header, footer {
    margin: 0;
    padding: 0;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    letter-spacing: 1px;
    background: #fff;
}
@media (min-width: 768px) {
    body {
        font-weight: 500; }
}



/* スマホヘッダー */

@media (min-width: 768px) {
    #main-image2 {
        display: none; }
}
#main-image2 {
  position: fixed;
  width: 100%;
  z-index: 9;
  height: 50px;
  background-image: url("https://shingen.jp/images/header_bg0.png");
  background-repeat: repeat-x;
}
#main-image2 H1 {
    color:#555;
    position: relative;
    margin: 55px 5px 0;
    text-align: right;
    font-size: 11px;
}
#main-image2 H1 span {
    display: block;
}
#main-image2 .logologo {
  position: absolute;
  z-index: 21;
  top: -20px;
  left: -15px;
  transition: .5s ;
  transform: rotateZ( 0deg ); }
#main-image2 .shingen_logo a:hover .logologo {
  opacity: 1;
  transform: rotateZ( -360deg ); }
#main-image2 .catchcopy {
  color: #ccc;
  font-size: 11px;
  margin-left: 85px;
  margin-top: 7px; }
#main-image2 .catchcopy span {
  display: block; }

@media (max-width: 500px) {
    #main-image2 .catchcopy {
      display: none; }
}
@media (max-width: 767px) {
    .ec-layoutRole {
      padding-top: 10px;
    }
}



/* PCヘッダー */

#main-image3 .site-description {
    max-width: 1140px;
    margin:0 auto;
}
@media (max-width: 1159px) {
    #main-image3 .site-description {
    width: 95%; }
}
#main-image3 .site-description H1 {
    position: relative;
    top: 10px;
    right: 10px;
    text-align: right;
    font-size: 13px;
    color: #ccc;
}
#main-image3 .site-description H2 {
    position: relative;
    top: -2px;
    right: 5px;
    text-align: right;
    font-size: 13px;
    color: #02c4cc;
}
#main-image3 .site-description H2 b {
    color: #e7ff3e;
}
#main-image3 .site-description H2:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 13px;
    left: -5px;
    width: 32px;
    height: 32px;
    background-image: url(https://shingen.jp/images/postage-free.png);
    background-size: contain;
}
#main-image3 .headerparts {
  position: absolute;
  text-align: center;
  color:#fff;
}
@media (max-width: 1159px) {
  #main-image3 .headerparts {
    top: 50px;
    left: 50%;
    width: 95%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left; }
}
@media (min-width: 1160px) {
  #main-image3 .headerparts {
    top: 50px;
    left: 50%;
    width: 1140px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: left; }
}
#main-image3 .headerlogo {
    margin-top: 3px;
    font-size: 13px; }
#main-image3 .headerlogo .site_title {
    float: left;
    margin-right: 10px;
    margin-top: 11px; }
#main-image3 .headerlogo .logo_waku {
    width: 82px;
    height: 82px;
    position: relative; }
#main-image3 .headerlogo .logo_waku:hover {
    opacity: 0.7; }
#main-image3 .headerlogo .logo_face {
    position: absolute;
    width: 82px;
    height: 82px; }
#main-image3 .headerlogo .site_title .front {
    transform: translateZ(41px); }
#main-image3 .headerlogo .site_title .top {
    opacity: 0.8;
    transform: rotateX( 90deg) translateZ(41px); }
#main-image3 .headerlogo .site_title_sub1 {
  padding-top: 15px; }
#main-image3 .headerlogo .site_title_sub2 {
  padding-bottom: 12px; }
#main-image3 .headerlogo .site_title_sub3 .sub {
  font-size: 17px;
  border-top: 2px solid #fff;
  padding-top: 5px;
  line-height: 24px; }
#main-image3 {
  height: 113px;
  position: relative;
  z-index: 11;
  width: 100%;
  background-color:#000; }
#main-image3:before {
  content: '';
  height: 113px;
  width: 100%;
  background-image: url('https://shingen.jp/images/dot.png');
  background-repeat: repeat;
  position: absolute;
  opacity: 0.3; }
#main-image3 .kasou-headerimg {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  position: absolute;
  z-index: -1; }

@media (min-width: 768px) {
  #main-image3 .shingen_logo {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
}
@media (min-width: 768px) {
  #main-image3 .headernavi {
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color:#fff; }
}
@media (max-width: 767px) {
    #main-image3 {
        display: none; }
    .ec-layoutRole__main {
        margin-top: 10px; }
}
.ec-cartNaviIsset {
    color: #333;
    max-height: 100vh;
    overflow-y: auto;
}
@media (max-width: 767px) {
    .ec-cartNaviIsset {
      top: 50px;
      width: calc(100% + 44px);
      margin: 0 -44px 0 0;
      height: calc(100vh - 60px);
      overflow-y: scroll; }
}



/* スマホ バーガーメニューボタン＆マルボタン */
#navtoggle {
  display: none;
  overflow: hidden; }

@media (min-width: 768px) {
  #nav-content,
  .sp-menu-open,
  .sp-menu-close,
  .sp-sidemenu-open {
    display: none; }
}
@media (max-width: 767px) {
  .sp-menu-open,
  .sp-menu-close {
    cursor: pointer;
    position: fixed;
    z-index: 10;
    top: 4px;
    right: 19px; }
  .sp-menu-close {
    pointer-events: none;
    width: 100%;
    height: 100%;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #navtoggle:checked ~ .sp-menu-close {
    pointer-events: auto; }
  .sp-menu-open {
    width: 28px;
    padding: 8px 8px 12px 8px;
    -webkit-transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transform: translate3d(0, 0, 0); }
  .sp-menu-open:after {
    position: absolute;
    text-align: center;
    bottom: 3px;
    content: "MENU";
    font-family: 'Quicksand',sans-serif;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0px; }
  .cps-icon-bar {
    height: 2px;
    width: 28px;
    background: #fff;
    display: block;
    margin-bottom: 5px;
    border-radius: 1px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  #navtoggle:checked + .sp-menu-open {
    position: fixed; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar {
    background: #fff; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(1) {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg); }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(2) {
    -webkit-transform: translate(-20px, 0);
    -moz-transform: translate(-20px, 0);
    transform: translate(-20px, 0);
    opacity: 0; }
  #navtoggle:checked + .sp-menu-open .cps-icon-bar:nth-child(3) {
    -webkit-transform: translate(0, -7px) rotate(-45deg);
    transform: translate(0, -7px) rotate(-45deg); }
  .sp-menu-close {
    display: none;
    position: fixed;
    z-index: 2;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out; }
  .sp-sidemenu-open {
    position: fixed;
    bottom: 50px;
    right: 14px;
    z-index: 99; }
  .sp-sidemenu-open .sp-sidemenu-btn {
  position: relative;
  z-index: 99;
  width: 58px;
  height: 58px;
  border-radius: 29px;
  background: #710c0c;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.16);
  transition: ease-out 0.3s;
  cursor: pointer;
}
  .sp-sidemenu-open .sp-sidemenu-title {
  position: absolute;
  width: 58px;
  text-align: center;
  bottom: 4px;
  right: 0;
  color: #fff;
  letter-spacing: 0px !important;
  font-size: 0.65rem;
  font-weight: bold;
}
  .sp-sidemenu-open .sp-sidemenu-btn i {
  position: absolute;
  top: 13px;
  right: 0;
  font-size: 1.5rem;
  width: 58px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
#navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn {
  transition: .4s ease-in-out;
  transform: translateX(-280px);
}

#navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-btn i {
  transition: .4s ease-in-out;
  transform: rotate(-405deg) scale(1.2); /* アイコンの回転とスケール */
}

  .sp-sidemenu-open .sp-sidemenu-title:after {
    content: "MENU";
    font-size: 0.65rem;
    font-weight: bold; }
  #navtoggle:checked ~ .sp-menu-open:after {
    transform: translateX(-2px);
    content: "CLOSE"; }
  #navtoggle:checked ~ .sp-sidemenu-open .sp-sidemenu-title:after {
    content: "CLOSE"; }

  #navtoggle:checked ~ #nav-content {
    transition: .4s ease-in-out;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  #navtoggle:checked ~ #scroll-content {
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-filter: blur(5px);
    filter: blur(5px); }
  #navtoggle:checked ~ .sp-menu-close {
    display: block;
    opacity: .5; }
  #nav-content {
    overflow: auto;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 8;
    width: 90%;
    max-width: 280px;
    height: 100%;
    background: #02c4cc;
    transition: .3s ease-in-out;
    -webkit-transform: translateX(105%);
    transform: translateX(105%); }

  /*スマホ バーガーメニュー内容*/
  /* 検索ボックス */
  #nav-content .searchform {
    position: relative; }
  #nav-content .searchform .input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px;
    margin: 10px 10px 0;
    border: 1px solid #999;
    width: 220px;
    border-radius: 2px; }
  #nav-content .searchform .submit {
    position: absolute;
    width: 40px;
    height: 38px;
    top: calc(50% - 14px);
    right: 10px;
    border: 0;
    background: #999; }
  #nav-content .searchform .submit:before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border-radius: 50%;
    box-shadow: 0 0 0 2px #fff; }
  #nav-content .searchform .submit:after {
    position: absolute;
    content: '';
    width: 8px;
    height: 6px;
    top: calc(50% + 6px);
    left: calc(50% + 2px);
    border-top: solid 2px #fff;
    transform: rotate(45deg); }
  #nav-content .searchform input::-webkit-input-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input:-moz-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input::-moz-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }
  #nav-content .searchform input:-ms-input-placeholder {
    line-height: 1.1rem;
    font-size: 1rem; }

  /*スマホ メニュー*/
  #nav-content {
    padding-bottom: 100px; }
  #nav-content .fixed-content {
    padding-bottom: 30px; }
  #nav-content .accordion {
    margin-top: 15px;
    list-style: none;
    padding-left: 0; }
  #nav-content .accordion .menu-item {
    position: relative;
    border-bottom: 1px solid #7fd0d3; }
  #nav-content .accordion .menu-item a {
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 12px 15px 11px 37px; }
  #nav-content .accordion .menu-item2 {
    display: block;
    border-bottom: 1px solid #7fd0d3; }
  #nav-content .accordion .menu-item a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-content .accordion .link {
    cursor: pointer;
    display: block;
    padding: 12px 15px 11px 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #nav-content .accordion li:last-child .link {
    border-bottom: 0; }
  #nav-content .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 16px;
    color: #fff; }
  #nav-content .accordion li i.fa-car-side {
    font-size: 15px; }
  #nav-content .accordion .link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #555;
    border-right: solid 2px #555;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #nav-content .accordion li.open .link {
    background: #01a3aa; }
  #nav-content .accordion li.open .link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #nav-content .accordion .count {
    position: absolute;
    font-family: 'Quicksand',sans-serif;
    right: 30px;
    top: 10px;
    padding: 2px 3px 0;
    height: 24px;
    min-width: 24px;
    font-size: 0.7rem;
    color: #333;
    border: 1px solid #777;
    border-radius: 50%;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.2rem;
    text-align: center;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
  #nav-content .accordion li a:hover .count {
    color: #fff;
    background: #777;
    border: 1px solid #777; }
  #nav-content .accordion .menu-item3 {
    display: block;
    background-color: #333;
    border-bottom: 1px solid #b6b6b6; }
  #nav-content .accordion .menu-item4 {
    display: block;
    background-color: #959595;
    border-bottom: 1px solid #b6b6b6; }
  #nav-content .accordion .nolink {
    display: block;
    padding: 12px 15px 11px 37px;
    font-weight: 700;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  #nav-content .accordion .menu-item5 {
    position: relative;
    background-color: #959595;
    border-bottom: 1px solid #b6b6b6; }
  #nav-content .accordion .menu-item5 a {
    display: block;
    font-weight: 700;
    color: #fff;
    padding: 12px 15px 11px 37px; }
  #nav-content .accordion .menu-item5 a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .ec-headerSearch__category {
    padding: 5px 5px 0; }
  .ec-headerSearch__keyword {
    margin: 0 5px; }

  /* スマホ Sub-menu */
  #nav-content .accordion .sub-menu {
    display: none;
    list-style: none;
    padding-left: 0;
    background: #eee;
    font-size: 0.8rem; }
  #nav-content .accordion .sub-menu li {
    position: relative;
    border-top: 1px solid #bbb; }
  #nav-content .accordion .sub-menu a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 12px 30px;
    padding-left: 37px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease; }
  #nav-content .accordion .sub-menu li a:before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #555; }
  #nav-content .accordion .sub-menu li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  #nav-content .accordion .sub-menu a:hover {
    color: #000;
    opacity: 1.0; }

  /* スマホ バーガーメニュー下 問い合わせ */
  #nav-content .menu-bottom {
    text-align:center;
    color: #fff; }
  #nav-content .menu-bottom1 {
    margin-bottom: 10px;
    position: relative;
    font-size: 1.1rem;
    font-weight: 700; }
  #nav-content .jin-ifont-comment {
    position: absolute;
    top: 1px;
    font-size: 20px; }
  #nav-content .menu-bottom2 {
    margin-bottom: 10px;
    color: #000;
    font-size: 0.8rem; }
  #nav-content .menu-bottom2 a {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    text-decoration: underline; }
  #nav-content .menu-bottom3  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  #nav-content .menu-bottom3 .tel {
    padding: 5px 0 0;
    line-height: 1.4rem;
    color: #000;
    font-family: 'Quicksand',sans-serif;
    font-size: 1.6rem; }
  #nav-content .menu-bottom3 .tel .uketsuke {
    display: block;
    padding: 1px 0 0;
    line-height: 1.3rem;
    color: #000;
    font-weight: 500;
    font-size: 0.7rem; }
  #nav-content .menu-bottom3 .tel .uketsuke span {
    font-size: 0.8rem; }
  #nav-content .menu-bottom3 .button {
    margin-left: 5px; }
  #nav-content .menu-bottom3 .button a {
    display: block;
    padding:5px 12px 0 13px;
    background: linear-gradient(-45deg, #f2f2f2, #fff);
    border-radius: 5px;
    color: #02c4cc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.0),0px 0px 4px 0px rgba(0, 0, 0, 0.4) inset; }
  #nav-content .menu-bottom3 .fa-phone-alt {
    font-size: 22px; }
  #nav-content .menu-bottom3 .button span {
    display: block;
    margin-top:4px;
    padding-left: 1px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px; }
  #nav-content .menu-bottom4 {
    margin-top: 20px; }
  #nav-content .menu-bottom4 a {
    display: block;
    background: #333;
    border-radius: 2px;
    margin: 0 20px;
    color: #fff;
    padding: 5px 0; }
  #nav-content .jin-ifont-mail {
    padding-right: 3px;
    font-size: 18px; }
  ul.menu-box {
    width: 86%;
    height: 60%;
    padding: 0 7%;
    overflow: hidden;
    overflow-y: scroll;
    overflow-wrap: break-word;
    -webkit-overflow-scrolling: touch; }
  ul.menu-box li a {
    display: block;
    padding: 8px;
    padding-left: 28px;
    position: relative;
    font-weight: 600;
    border-radius: 2px;
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease; }
  ul.menu-box li a:active {
    background: rgba(50, 50, 50, 0.1); }
  ul.menu-box li a:before {
    content: "・";
    position: absolute;
    line-height: 10%;
    top: 19px;
    left: 8px;
    font-size: 1.8rem;
    color: #2b2b2b; }
  ul.menu-box li ul.sub-menu {
    margin-top: 0px;
    margin-left: 20px; }
  ul.menu-box li ul.sub-menu li {
    margin-left: 22px; }
  ul.menu-box li ul.sub-menu li a {
    font-size: 0.9rem;
    line-height: 1.25rem;
    padding: 6px;
    padding-left: 16px;
    font-weight: 500; }
  ul.menu-box li ul.sub-menu li a:before {
    content: "";
    width: 1px;
    height: 24px;
    background: #aaa;
    top: 4px;
    left: 6px; }
  ul.menu-box li ul.sub-menu li ul.sub-menu li a {
    padding: 7px;
    padding-left: 16px;
    font-size: 0.75rem;
    line-height: 1.15rem;
    font-weight: 300; }
  .sp-sns-menu {
    position: absolute;
    z-index: 0;
    bottom: 0px;
    display: block;
    text-align: center;
    padding: 30px;
    width: 100%;
    background: transparent !important; }
  .sp-sns-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    background: transparent !important;
    align-items: center; }
  .sp-sns-menu ul li {
    margin-bottom: 0;
    background: transparent !important; }
  .sp-sns-menu ul li a {
    -webkit-transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    transition: color 0.4s ease, background 0.4s ease, transform 0.4s ease, opacity 0.4s ease, border 0.4s ease, padding 0.4s ease, left 0.4s ease, box-shadow 0.4s ease;
    display: block;
    color: #fff;
    margin: 0 5px;
    font-size: 20px;
    overflow: hidden;
    width: 46px;
    background: rgba(255, 255, 255, 0.18);
    height: 46px;
    border-radius: 2px;
    padding: 10px;
    box-shadow: 0 1px 7px 3px rgba(0, 0, 0, 0.05); }
  .sp-sns-menu ul li a:hover {
    color: #f8b500 !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  .sp-sns-menu ul .pro-fb a {
    padding: 12px 9px 9px 11px; }
  .sp-sns-menu ul .pro-tw a {
    font-size: 35px;
    padding: 3px 3px 2px 5px; }
  .sp-sns-menu ul .pro-line a {
    font-size: 34px;
    padding: 5px 3px 3px 4px; }
  .sp-sns-menu ul .pro-insta a {
    font-size: 22px;
    padding: 11px 11px 11px 12px; }
  .sp-sns-menu ul .pro-youtube a {
    font-size: 25px; }
  .sp-sns-menu ul .pro-contact a {
    font-size: 25px; }
}



/* 右上メニュー元 */

.ec-headerNaviRole__right2 {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 65%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1159px) {
.ec-headerNaviRole__right2 {
  right: 0; }
}
.ec-headerNaviRole__right2 .ec-headerNav__itemLink,
.ec-headerNaviRole__right2 .ec-headerNav__itemIcon {
  color: #fff;
}
.ec-headerNaviRole__right2 .ec-headerNav__item a:hover {
  text-decoration: none;
}
.ec-headerNaviRole__right2 a:hover .ec-headerNav__itemLink,
.ec-headerNaviRole__right2 a:hover .ec-headerNav__itemIcon {
  color: #02c4cc;
}

@media (max-width: 950px) {
    .ec-headerNaviRole__right2 .ec-headerNav__itemLink {
        display: none; }
    .ec-headerRole__cart {
        margin-left: 10px; }
}

@media (min-width: 768px) {
    .mobile-description {
      display: none; }
}
@media (max-width: 767px) {
    .ec-headerNaviRole__right2 {
        bottom: 8px;
    }
    .mobile-description {
      text-align: right;
      padding: 55px 10px 0 0;
      letter-spacing: 1px;
      color: #555;
      font-size: 12px;
    }
    .mobile-description b {
      color: #02c4cc;
    }
}


/* スマホバーガーメニュー */

@media (max-width: 767px) {
    .ec-headerNaviRole__right2 {
        width: 85%;
	margin-right: 50px;}
    .ec-headerNaviRole__right2 .ec-cartNaviWrap {
        margin-right: 20px; }
    .ec-headerNaviRole__right2 .ec-cartNavi__icon {
        color: #fff; }
    .ec-headerNaviRole__right2 .ec-headerRole__navSP {
        position: relative; }
    .ec-headerNaviRole__right2 .ec-headerRole__navSP .ec-headerNavSP {
        display: block;
        border-radius: 50%;
        box-sizing: border-box;
        padding: 15px 10px 10px;
        width: 40px;
        height: 40px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        background-color: transparent;
        position: static;
        z-index: 1000; }
}
@media (max-width: 360px) {
    .ec-headerNaviRole__right2 .ec-headerNav__itemIcon {
        margin: 5px; }
    .ec-headerNaviRole__right2 .ec-headerRole__cart {
        margin-left: 0; }
    .ec-headerNaviRole__right2 .ec-cartNavi {
        padding-left: 10px; }
}
.ec-overlayRole {
    z-index: 6; }
.ec-drawerRole {
    overflow-y: scroll;
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1;
    width: 90%;
    max-width: 260px;
    height: 100vh;
    background: black;
    opacity: 0;
    transition: transform .3s ease-in-out,opacity 1.5s ease-in;
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
.ec-drawerRole.is_active {
    z-index: 7;
    opacity: 1;
    transition: transform .4s ease-in-out,opacity 0s ease;
    transform: translateX(100vw) translateX(-260px);
    padding-bottom: 150px; }
.ec-layoutRole.is_active {
    -webkit-filter: blur(5px);
    filter: blur(5px); }
.ec-drawerRoleClose {
    color: #fff;
    background: #710c0c;
    top: auto;
    left: auto;
    bottom: 55px;
    right: 270px; }
.ec-cartNavi .ec-cartNavi__badge {
    background-color: #dd0000;
}



/* Navigation Bar */

.navibar {
    background-color: #02c4cc;
    color: #ffffff;
    width: 100%;
    border-radius: 0;
    margin: 0 auto 10px;
}
.navibar ul.menu {
    padding: 0;
    display: flex;
    position: relative;
    margin:0 auto;
    z-index: 10;
}

@media (min-width: 1160px) {
    .navibar .menu {
      width: 1140px; }
}

@media (max-width: 1159px) {
    .navibar .menu {
      width: 96%; }
    .menu_container .container__listItem a {
        font-size:1.45vw; }
}

@media (max-width: 767px) {
  .navibar {
      display: none; }
}

.navibar .menu li {
    flex: 1;
    display: flex;
    text-align: center;
}
.navibar .menu a {
  flex: 1;
  justify-content: center;
  display: inline-flex;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 5px 14px;
  position: relative;
}
.navibar .menu a span {
  white-space: nowrap;
  padding-left: 5px;
}
.navibar .menu a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    content: "\f152";
    position: relative;
    top: 1px;
}
.navibar .menu li:hover {
  background-color: #05a7ae;
}
.navibar .menu li:hover .menu_container {
  display: flex;
}

a.hasDropdown:after {
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-top-color: #05a7ae;
  z-index: 2;
}
li:hover a.hasDropdown:after {
  content: '';
  border-top-color: #05a7ae;
}



/* Single Section Menu */

.menu_container {
    display: none;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    background-color: #f0f0f0;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.06);
    padding: 20px;
    text-align: left;
    padding-bottom: 60px;
}

.container__list {

  flex-wrap: wrap;
  min-width: 0;
}

.container__listItem {
  flex: 0 0 25%;
  padding: 0 20px 0 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cate_num {
    display: inline-block;
    margin-left: 6px;
    padding: 4px .4em 4px .3em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    font-size: 68%;
    position: relative;
    vertical-align: middle;
    color: #333;
}




/* Multiple Section Menu */

.menu_container .container__list h3 {
    color: #000;
    margin-bottom: 10px;
    padding-left: 10px;
    font-weight: bold;
}

.menu_container .container__listItem {
    flex-basis: 100%;
}

.menu_container .container__listItem a {
    color: #333;
    padding: 5px 5px 5px 20px;
    display: block;
    position: relative;
}

.menu_container .container__listItem a.sub {
    padding-left: 30px;
}

.menu_container .container__listItem a:before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #555; }

.menu_container .container__listItem a.sub:before {
    left: 20px;
}

.menu_container .container__listItem a:hover {
    background: #555;
    color: #fff;
}

.menu_container .container__listItem a:hover:before {
    border-color: transparent transparent transparent #fff;
}

.menu_container .container__list {
  flex-basis: 33.333%;
}

.menu_container .container__list:not(:last-child) {
  border-right: solid 1px #ccc;
  margin-right: 20px;
}



/* サブメニュー */

@media (max-width: 767px) {
  .submenu-box-container {
    display: none; }
}
@media (min-width: 1160px) {
  .submenu-box-container {
    width: 1140px; }
}
.submenu-box-container {
    margin: 0 auto 40px;
    padding: 0 calc(9% + 10px);
    font-size: 15px;
}
.submenu-box-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.submenu-box-container ul li {
    padding: 0;
    transition: transform 0.4s ease;
}
.submenu-box-container ul li a {
    padding: 3px;
    color: #333;
}
.submenu-box-container ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f138";
}
.submenu-box-container ul li a:hover {
    text-decoration: none;
    color: #c64a07;
}
.submenu-box-container ul li a:hover:before {
    color: #333;
}
.submenu-box-container ul li a span {
    padding-left: 5px;
}
.submenu-box-container ul li:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: transform 0s;
}



/* 左カラム&中カラム */

.ec-layoutRole__left {
    padding-left: 20px;
}
@media (max-width: 767px) {
    .ec-layoutRole__contents {
      flex-direction: column; }
    .ec-layoutRole .ec-layoutRole__left {
      width: 100%;
      order: 3;
      display: block;
      padding-right: 20px; }
    .ec-layoutRole__contents .ec-layoutRole__mainWithColumn {
      order: 1; }
}



/* 下層ページ共通 */
.ec-layoutRole__contents {
    margin-top: 20px;
    margin-bottom: 40px;
}
@media (max-width: 767px) {
    .ec-layoutRole__contents {
      margin-top: 0; }
}



/* 検索窓 */

.navi_search2 {
    margin: 20px;
}
.navi_search2 .ec-headerSearch {
    max-width: 1100px;
    margin: 0 auto;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__category {
    width: 295px;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__category .ec-select select {
    max-width: 295px;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__category .ec-select:hover {
    background: #05a7ae;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    top: 0.9em;
}
.navi_search2 .ec-headerSearch .ec-headerSearch__keyword {
    width: calc(100% - 295px);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
    .navi_search2 {
        display: none;
    }
}



/* 商品一覧ページ */

@media only screen and (min-width: 768px) {
    .ec-topicpath {
        padding: 10px 0;
    }
}
.ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 20px;
}
.ec-shelfGrid__item .ec-productRole__tags {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 26px;
    display: flex;
    flex-wrap: wrap;
}
.ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
    position: relative;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    z-index: 1;
    width: 105px;
    padding-right: 5px;
}
@media (max-width: 1049px) {
    .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
      font-size: 10px;
      width: 80px; }
}
@media (max-width: 825px) {
    .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
      font-size: 8px;
      letter-spacing: 0.03em;
      width: 70px; }
}
@media (max-width: 767px) {
    .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
      font-size: 13px;
      letter-spacing: 0.1em;
      width: 105px; }
}
@media (max-width: 499px) {
    .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
      font-size: 10px;
      width: 80px; }
}
@media (max-width: 420px) {
    .ec-shelfGrid__item .ec-productRole__tags {
      height: 22px; }
    .ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag {
      position: relative;
      font-size: 8px;
      width: 70px;
      letter-spacing: 0.03em;
      line-height: 22px; }
}
.ec-shelfGrid__item .ec-productRole__tags .tag_1:before,
.ec-productRole__profile .ec-productRole__tags .tag_1 {
   background: #0060ff;
}
.ec-shelfGrid__item .ec-productRole__tags .tag_2:before,
.ec-productRole__profile .ec-productRole__tags .tag_2 {
   background: #ff8000;
}
.ec-shelfGrid__item .ec-productRole__tags .tag_3:before,
.ec-productRole__profile .ec-productRole__tags .tag_3 {
   background: #c61aff;
}
.ec-shelfGrid__item .ec-productRole__tags .tag_4:before,
.ec-productRole__profile .ec-productRole__tags .tag_4 {
   background: #06438c;
}
.ec-shelfGrid__item .ec-productRole__tags .ec-productRole__tag:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transform: scaleY(1.1) perspective(.6em) rotateX(2deg);
    transform-origin: bottom left;
}
.ec-shelfGrid .ec-shelfGrid__item-image {
    height: calc( calc(100vw / 4) - 35px );
}
@media (min-width: 1140px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
      height: 250px; }
}
@media (max-width: 767px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
      height: calc( calc(100vw / 2) - 30px ); }
}
@media (max-width: 350px) {
    .ec-shelfGrid .ec-shelfGrid__item-image {
      height: calc( calc(100vw / 1.8) - 45px ); }
}
.ec-shelfGrid__item a:hover .product__name {
    color: #c64a07;
}
.ec-shelfGrid__item a:hover img {
    opacity: 0.7;
}
.ec-shelfGrid__item .product__name {
    margin-bottom: 5px;
}
.price02-default {
    color: #b12603;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 22px;
}

.price02-default .yen {
    font-size: 14px;
    font-family: Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif;
    font-weight: 600;
}

.price02-default2 {
    font-size: 13px;
    color: #525263;
}
.price02-default2 .price03,
.price_regu {
    text-decoration: line-through;  
}
.priceRegular-listpage {
    font-size: 13px;
}
.priceRegular-listpage .price01-default {
  text-decoration: line-through;
}
.price-fir {
    font-size: 13px;
    font-weight: normal;
}
.cashless {
    margin-top: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.cashless .kangen1 {
    background: #e31820;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    white-space: nowrap;
}
.ec-cartNaviIsset__cartContentTitle {
  word-wrap: break-word;
  font-size: 12px;
}
@media (max-width: 949px) {
    .cashless {
      letter-spacing: 0;
      font-size: 11px; }
}
@media (max-width: 767px) {
    .cashless .kangen1 {
      line-height: 26px; }
}



/* 商品詳細ページ */

@media (max-width: 767px) {
    .ec-sliderItemRole {
        padding-left: 0;
        padding-right: 0;
    }
}
.slideThumb {
    text-align: center;
}
.pankuzu {
    padding: 10px 20px;
    font-size: 14px;
}
@media (max-width: 767px) {
    .pankuzu {
        padding-top: 0;
    }
}
.ec-productRole .ec-productRole__tag {
    border: none;
    padding: 5px 10px;
    border-radius: 0;
    color: #fff;
}
.ec-productRole .tag_2 {
    background: #ff8000;
}
.ec-totalBox .ec-totalBox__btn .ec-blockBtn--action {
    margin-bottom: 10px;
}
.ec-productRole__priceRegular .price01-default {
  text-decoration: line-through;
}
.ec-price .ec-price__tax {
    font-size: 12px;
    white-space: nowrap;
}
.ec-price .ec-price__price {
    padding: 0;
}
.ec-productRole .ec-productRole__price {
    color: #b12603;
}
#customer_rank_price_default {
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 700;
}
#customer_rank_price_default .yen {
    font-size: 18px;
    font-family: Hiragino Kaku Gothic ProN, Meiryo, MS PGothic, sans-serif;
    font-weight: 700;
}
.free-shipping {
    font-size: 22px;
    font-weight: bold;
    white-space: nowrap;
}
@media (max-width: 500px) {
    .free-shipping {
        font-size: 16px;
    }
    .ec-price__pricex {
        font-size: 13px !important;
    }
}
.ec-productRole__price .ec-price .totalPoint {
    font-size: 15px;
}

/* 売上ランキング */

.ec-secHeading {
    border-bottom: 2px solid #555;
    color: #555;
    padding-left: 5px;
}
.sales_style {
    background: #F5F5F5;
    margin-top: 40px;
}
.sale_ran_title_sub {
    text-align: center;
    color: #dd0000;
    text-decoration: underline;
}
.sale_ran_title {
    text-align: center;
    font-size: 28px;
    color: #dd0000;
    font-family: 'anton', sans-serif;
    letter-spacing: 2px;
}
.sales_style .ec-shelfRole {
    padding: 30px 20px;
}
@media only screen and (min-width: 768px) {
.ec-shelfRole .ec-shelfGrid {
    margin-left: 0;
    margin-right: 0; }
}
.sales_style .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(odd),
.sales_style .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding: 0;
}
.sales_style .ec-shelfRole .ec-shelfGrid .ec-shelfGrid__item {
    margin-bottom: 0;
}
.slider-ranking_item {
    padding: 0;
    list-style: none;
    opacity: 0;
    transition: 1s;
}
.ec-shelfRole .slick-initialized {
    opacity: 1;
}
.slider-ranking_item .ranking-item-detail {
    margin-right: 10px;
    margin-left: 10px;
    width: 260px;
}
.slider-ranking_item .ranking-item-detail img {
    border: 1px solid #ccc;
}
.slider-ranking_item .slick-arrow {
    z-index: 3;
    position: absolute;
    box-sizing: border-box;
    top: 25%;
    background-color: rgba(255,255,255,0.5);
    display: block;
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    color: rgba(0,0,0,0);
    outline: none;
}
@media (max-width: 767px) {
.slider-ranking_item .slick-arrow {
    top: 35%; }
}
.slider-ranking_item .slick-prev {
    left: -20px;
}
.slider-ranking_item .slick-next {
    right: -20px;
}
.slider-ranking_item .slick-arrow:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -8px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(-45deg);
    content: "";
}
.slider-ranking_item .slick-next:after {
    margin-left: -15px;
    transform: rotate(135deg);
}
@media (min-width: 768px) {
    .slider-ranking_item .slick-arrow:hover {
      background: rgb(2,196,204,0.6); }
}
@media (max-width: 767px) {
    .slider-ranking_item .slick-arrow:active {
      background: rgb(2,196,204,0.6); }
}
.slider-ranking_item .ranking-item-detail a {
    outline: none;
    text-decoration: none;
    color: #333;
}
.slider-ranking_item .ranking-item-detail a:hover img {
    opacity: 0.7;
}
.slider-ranking_item .ranking-item-detail a:hover {
    text-decoration: none;
}
.slider-ranking_item .ranking-item-detail a:hover .product__name {
    color: #c64a07;
}
.slider-ranking_item .product__name {
    font-size: 14px;
    margin: 5px 0;
}
.slider-ranking_item .price02-default {
    font-size: 22px;
    color: #b12603;
}
.slider-ranking_item .price02-default .price-fir {
    font-size: 13px;
}
.slider-ranking_item .cashless {
    margin-top: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
}
.slider-ranking_item .cashless .kangen1 {
    background: #e31820;
    padding: 2px 5px;
    margin-right: 5px;
    color: #fff;
    white-space: nowrap;
}
.slider-ranking_item .slick-disabled {
    display: none !important;
}

/* 順位 */

.sales_style .slider-ranking_item {
    counter-reset: li;
}
.sales_style .slider-ranking_item li:before {
    position: relative;
    counter-increment: li;
    content: counter(li);
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    top: 0;
    width: 60px;
    height: 25px;
    border-radius: 50%/100% 100% 0 0;
    background: linear-gradient(to bottom, #9398a4, #858994);
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    z-index: 3;
}
.sales_style .slider-ranking_item li:nth-child(1):before {
    background: linear-gradient(to bottom, #c9a954, #b2964b);
}
.sales_style .slider-ranking_item li:nth-child(2):before {
    background: linear-gradient(to bottom, #7ea6c7, #749aba);
}
.sales_style .slider-ranking_item li:nth-child(3):before {
    background: linear-gradient(to bottom, #ca8167, #c07a61);
}



/* 注目商品 */
.ec-shelfRole.osusume {
    margin-top: 40px;
}
.ec-shelfRole.osusume .ec-shelfGrid__item img {
    border: 1px solid #ccc;
}
.ec-shelfRole.osusume .ec-secHeading {
    margin-bottom: 30px;
}
.ec-shelfRole.osusume .hotitem__comment {
    display: none;
}
.ec-shelfRole.osusume .item_name {
    font-size: 14px;
    margin: 5px 0;
    font-weight: normal;
}
.ec-shelfRole.osusume a:hover .item_name {
    color: #c64a07;
}

.ec-shelfRole.osusume .item_price {
    color: #b12603;
}


/* ボタン */

.ec-blockBtn--action,
.ec-inlineBtn--action {
    background: #cc0000;
    border: #cc0000;
}
.ec-blockBtn--cancel,
.ec-inlineBtn--cancel {
    background: #3b3b47;
    border: #3b3b47;
}
.ec-blockBtn--action:hover,
.ec-blockBtn--cancel:hover {
    opacity: 0.8;
}
@media (max-width: 409px) {
    .ec-inlineBtn--cancel {
        margin-bottom: 10px;
        width: 100%;
    }
    .ec-inlineBtn--action {
        width: 100%;
    }
}



/* カート */

.ec-alert-warning {
    background: #cc0000;
}
@media (max-width: 767px) {
    .ec-progress .ec-progress__item:after {
        top: 1em;
    }
}
@media (min-width: 768px) {
    .ec-cartRow .ec-cartRow__contentColumn {
      display: flex; }
    .ec-cartRow .ec-cartRow__summary {
      margin-left: 10px;
      width: auto; }
}
.ec-cartRow__name {
    font-size: 13px;
}
.ec-cartRow__name a {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.ec-progress .ec-progress__item {
    z-index: 1;
}
.ec-orderRole__detail {
    margin-bottom: 50px;
}
.ec-rectHeading h2 {
    margin-bottom: 10px;
}
.ec-orderAccount__account,
.ec-orderDelivery__title,
.ec-orderDelivery__item p,
.ec-orderDelivery .ec-orderDelivery__address p,
.ec-orderDelivery__actions,
.ec-blockRadio,
.ec-orderDelivery__edit,
.ec-orderPayment .ec-radio,
.ec-orderCoupon .column {
    margin-left: 10px;
}
.ec-orderDelivery,
.ec-orderPayment,
.ec-rectHeading,
.ec-orderConfirm {
    margin-top: 20px;
}
.ec-rectHeading.ec-rectHeading--no-margin {
    margin-top: 0 !important;
}
.ec-orderDelivery__address {
    border:2px dotted #ccc;
    padding-top: 10px;
    padding-bottom: 8px;
}
.ec-imageGrid {
    padding: 10px 0;
}
@media (max-width: 767px) {
    .ec-imageGrid .ec-imageGrid__img {
      width: 65px; }
}
.ec-imageGrid .ec-imageGrid__content {
    word-break: break-all;
}
.ec-orderPayment .ec-radio .pay-button {
    margin-top: 5px;
    display: block;
}
.ec-orderPayment .ec-radio label {
    padding-top: 10px;
    padding-bottom: 5px;
    width: 100%;
}
.ec-orderPayment .ec-radio label:hover {
    cursor: pointer;
}
.ec-orderPayment .ec-radio .pay-button input {
    display: none;
}
.ec-orderPayment .ec-radio .pay-button input + .radiospan {
    position: relative;
    margin-right: 20px;
}
.ec-orderPayment .ec-radio .pay-button .radiospan {
    padding-left: 20px;
}
.ec-orderPayment .ec-radio .pay-button input + .radiospan:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
}
.ec-orderPayment .ec-radio .pay-button input:checked + .radiospan {
    color: #d01137;
}
.ec-orderPayment .ec-radio .pay-button input:checked + .radiospan:after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #d01137;
    border-radius: 50%;
}
.ec-orderPayment .ec-radio .pay-button {
    border-bottom: 1px solid #ccc;
}
.ec-orderPayment .ec-radio .pay-button:nth-last-child(1) {
    border-bottom: none;
}
.ec-imageGrid__content p {
   font-size: 13px;
}

/* TOPに戻るボタン */

.ec-blockTopBtn {
    bottom: 0;
    background-color: rgb(68,68,68,0.7);
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    line-height: 0; }
.ec-blockTopBtn .fas {
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease; }
.ec-blockTopBtn:hover .fas {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px); }

@media (min-width: 768px) {
    .ec-blockTopBtn {
      width: 47px;
      height: 47px;
      padding: 8px;
      border-radius: 0px;
      font-size: 1.6rem;
      right: 0;}
}

@media (max-width: 767px) {
  .ec-blockTopBtn {
    width: 42px;
    height: 42px;
    padding: 8px;
    padding-top: 10px;
    border-radius: 30px;
    z-index: 5;
    right: 22px;
    bottom: 120px;
    font-size: 1.2rem; }
}



/* フッターメニュー */

.ec-layoutRole__footer {
    background: #f5f5f5;
}
#footer-menubox {
    margin: 30px auto 40px;
    font-size: 15px;
    padding: 0 20px;
}
@media (min-width: 1160px) {
    #footer-menubox {
      width: 1140px; }
}
#footer-menubox .footer-menubox-title {
    margin-bottom: 10px;
    padding-left: 10px;
    font-family: 'anton', sans-serif;
    font-size: 24px;
    border-bottom: 2px solid #555;
    letter-spacing: 2px;
}
@media (min-width: 768px) {
    #footer-menubox .footer-menubox-container {
      display: flex;
      justify-content: space-between; }
}
#footer-menubox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer-menubox ul li {
    padding: 0;
    transition: transform 0.4s ease;
}
#footer-menubox ul li a {
    display: block;
    padding: 5px;
    color: #555;
}
#footer-menubox ul li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    content: "\f138";
    position: relative;
    top: -1px;
}
#footer-menubox ul li a:hover {
    text-decoration: none;
    color: #c64a07;
}
#footer-menubox ul li a:hover:before {
    color: #333;
}
#footer-menubox ul li a span {
    padding-left: 5px;
}
@media (min-width: 768px) {
    #footer-menubox ul li:hover {
      -webkit-transform: translateX(3px);
      transform: translateX(3px);
      transition: transform 0s; }
}

@media (max-width: 767px) {
    #footer-menubox ul li a {
      color: #fff;
      padding: 10px;
      margin-bottom: 2px;
      background: #000; }
}



/* フッター帯 */

#footer-box {
  background-color: #191919;
  padding-top: 14px;
  padding-bottom: 15px;
  color: #fff;
  width: 100%; }
#footer-box::after {
  clear: both;
  content: "";
  display: block; }
.footer-inner #privacy a {
    border-left: 1px solid #ddd; }
.footer-inner #privacy a,
.footer-inner #law a {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
    color: #fff;
    padding: 0 15px;
    border-right: 1px solid #ddd; }
#footer-box .footer-inner a:hover {
    color: red;
    text-decoration: none; }
#footer-box #copyright .far {
    margin-right: 3px;
    line-height: 17.5px; }
@media (max-width: 767px) {
  #footer-box {
    width: 100%;
    background-color: #000;
    text-align: center;
    font-size: 0.65rem;
    font-weight: 500; }
  .footer-inner {
    width: calc(100%);
    float: left;
    margin-left: 0px; }
 .footer-inner #copyright {
    display: block;
    clear: both;
    margin-top: 10px; }
}
@media (min-width: 768px) {
  #footer-box {
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    font-size: 0.7rem; }
  .footer-inner #privacy a,
  .footer-inner #law a {
    float: left;
    font-weight: 300; }
  .footer-inner {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }
  .footer-inner #copyright {
    float: right;
    margin-right: 15px;
    font-weight: 300; }
}
@media (min-width: 1200px) {
  .footer-inner {
    padding: 0 20px; }
}



/* スマホフッター固定メニュー */

@media (min-width: 768px) {
    #sp-footer-box {
      display: none; }
}
@media (max-width: 767px) {
    #sp-footer-box {
      margin-top: 40px; }
    .footer-menu-sp {
      display: block;
      position: fixed;
      width: 100%;
      bottom: 0px;
      z-index: 4;
      background: rgba(0,0,0,0.0);
      margin: 0;
      padding: 0;
      list-style: none;
      box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); }
    .footer-menu-sp::after {
      clear: both;
      content: "";
      display: block; }
    #sp-footer-box li a {
      color: #02c4cc; }
    .footer-menu-sp .menu-item {
      width: 25%;
      float: left;
      margin: 0 !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .footer-menu-sp .menu-item a {
      display: block;
      font-size: 0.65em;
      font-weight: 500;
      padding: 3px 5px;
      text-align: center;
      background: rgba(0,0,0,0.9);
      letter-spacing: 0;
      -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
      transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease; }
    .footer-menu-sp .menu-item a:hover {
      text-decoration: none;
      background: #ddd; }
    .footer-menu-sp .menu-item span {
      display: block;
      font-size: 1.4em; }
    .footer-menu-sp .current-menu-item a {
      position: relative; }
    .footer-menu-sp .current-menu-item a:before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      opacity: 0.07;
      background: #fff; }
}



/* フッター固定 */

.ec-layoutRole {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.ec-layoutRole__footer {
  margin-top: auto;
}



/* マイページ */

.ec-navlistRole__navlist {
    justify-content: flex-start;
}
.ec-navlistRole .ec-navlistRole__item {
    display: flex;
}
.ec-navlistRole .ec-navlistRole__item a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
   font-size: 1.0rem;
}
.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailPrice
 {
   font-size: 1.2rem;
}



















.ec-categoryNaviRole2 {
  margin: 0 auto;
  line-height: 1.4; }

.ec-itemNav2 {
  margin: 0 0 0 10px;
  padding: 0;
  width: 100%;
  height: 100%; }

ul.ec-itemNav__nav2 {
  margin: 0 10px 0 0;
  padding: 0; }

ul.ec-itemNav__nav2 li {
  display: inline-block;
  width: 100%;
  list-style-type: none; }
  
ul.ec-itemNav__nav2 li a {
  display: flex;
  position: relative;
  height:40px;
  -webkit-align-items: center;
  align-items: center;
  line-height: 14px;
  font-size: 16px;
  padding: 3px 20px;
  border-bottom: 1px solid #ccc;
  background: #eee; }

ul.ec-itemNav__nav2 li a:before {
    display: block;
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    left: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #555; }

ul.ec-itemNav__nav2 li a:hover {
  background: #ffe1e1;
}

ul.ec-itemNav__nav2 li ul {
  padding: 0; }

ul.ec-itemNav__nav2 li ul li a {
  font-size: 14px;
  padding: 3px 10px 3px 30px; }

ul.ec-itemNav__nav2 li ul li a:before {
    left: 20px; }

ul.ec-itemNav__nav2 li ul li ul li a {
  padding: 3px 10px 3px 40px; }

ul.ec-itemNav__nav2 li ul li ul li a:before {
    left: 30px; }

ul.ec-itemNav__nav2 li ul li ul li ul li a {
  padding: 3px 10px 3px 50px; }
  
ul.ec-itemNav__nav2 li ul li ul li ul li a:before {
    left: 40px; }
    
/* 商品ページ */
.ec-productRole__description img {
    vertical-align: bottom;}