<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
/*
  reset
--------------------------------------------- */
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, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none; }

/*
  base
--------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

img {
  border-style: none;
  display: block;
  vertical-align: bottom; }

a,
a img,
button {
  transition: .4s; }

a img:hover {
  opacity: .7; }

a:link {
  color: #000;
  text-decoration: none; }

a:visited {
  color: #000; }

a:hover {
  color: #caaf2c;
  text-decoration: none; }

a:active {
  color: #caaf2c; }

.center {
  text-align: center; }

.t_left {
  text-align: left; }

.t_right {
  text-align: right; }

.mb_10 {
  margin-bottom: 10px; }

.mb_20 {
  margin-bottom: 20px; }

.mb_30 {
  margin-bottom: 30px; }

.mb_40 {
  margin-bottom: 40px; }

.mb_50 {
  margin-bottom: 50px; }

.mb_60 {
  margin-bottom: 60px; }

.mb_70 {
  margin-bottom: 70px; }

.mb_80 {
  margin-bottom: 80px; }

.mb_90 {
  margin-bottom: 90px; }

.mb_100 {
  margin-bottom: 100px; }

.mt_10 {
  margin-top: 10px; }

.mt_20 {
  margin-top: 20px; }

.mt_30 {
  margin-top: 30px; }

.mt_40 {
  margin-top: 40px; }

.mt_50 {
  margin-top: 50px; }

.mt_60 {
  margin-top: 60px; }

.mt_70 {
  margin-top: 70px; }

.mt_80 {
  margin-top: 80px; }

.mt_90 {
  margin-top: 90px; }

.mt_100 {
  margin-top: 100px; }

.pb_10 {
  padding-bottom: 10px; }

.pb_20 {
  padding-bottom: 20px; }

.pb_30 {
  padding-bottom: 30px; }

.pb_40 {
  padding-bottom: 40px; }

.pb_50 {
  padding-bottom: 50px; }

.pb_60 {
  padding-bottom: 60px; }

.pb_70 {
  padding-bottom: 70px; }

.pb_80 {
  padding-bottom: 80px; }

.pb_90 {
  padding-bottom: 90px; }

.pb_100 {
  padding-bottom: 100px; }

.pt_10 {
  padding-top: 10px; }

.pt_20 {
  padding-top: 20px; }

.pt_30 {
  padding-top: 30px; }

.pt_40 {
  padding-top: 40px; }

.pt_50 {
  padding-top: 50px; }

.pt_60 {
  padding-top: 60px; }

.pt_70 {
  padding-top: 70px; }

.pt_80 {
  padding-top: 80px; }

.pt_90 {
  padding-top: 90px; }

.pt_100 {
  padding-top: 100px; }

.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden; }

@media (min-width: 768px) {
  /*
 PC common
---------------------------------------- */
  .sp-on {
    display: none !important; }
  .pc-on {
    display: block; }
  body {
    font-family: "Open Sans", "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    letter-spacing: 1px;
    min-width: 1160px; }
  img {
    max-width: 100%; }
  /*
 header
---------------------------------------- */
  .header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #fff; }
    .header__top {
      background: #404040; }
      .header__top__cont {
        width: 1012px;
        margin: 0 auto;
        color: #fff;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .header__top__cont h1,
        .header__top__cont .tel {
          padding: 10px 0; }
        .header__top__cont .search {
          position: relative; }
          .header__top__cont .search__txt {
            font-family: "Open Sans", sans-serif;
            font-size: 16px;
            padding: 8px 0; }
            .header__top__cont .search__txt:before {
              content: '';
              width: 20px;
              height: 20px;
              padding-right: 10px;
              display: inline-block;
              vertical-align: middle;
              background: url(../img/ico_search.png) no-repeat center top;
              background-size: contain; }
            .header__top__cont .search__txt a {
              color: #fff;
              cursor: pointer; }
              .header__top__cont .search__txt a:hover {
                color: #caaf2c; }
          .header__top__cont .search__area {
            position: absolute;
            top: 40px;
            right: 0;
            background: #404040;
            width: 250px;
            padding: 5px 0 10px 10px;
            opacity: 0;
            display: none;
            transition: .4s; }
            .header__top__cont .search__area .screen-reader-text {
              display: none; }
            .header__top__cont .search__area input[type="text"] {
              display: inline-block;
              vertical-align: middle;
              width: 200px;
              font-size: 13px;
              font-family: "Open Sans", "Noto Sans JP", sans-serif;
              color: #888;
              padding: 5px 10px;
              border: 0; }
            .header__top__cont .search__area input[type="submit"] {
              cursor: pointer;
              display: inline-block;
              vertical-align: middle;
              text-indent: -9999px;
              border: 0;
              width: 30px;
              height: 30px;
              background: url(../img/ico_search.png) center no-repeat; }
            .header__top__cont .search__area.open {
              opacity: 1;
              transition: .4s;
              display: block; }
    .header__cont {
      width: 1272px;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 40px 0;
      transition: .2s; }
      .header__cont .logo {
        padding: 2px 0;
        margin-left: 60px; }
        .header__cont .logo img {
          width: 100%;
          transition: .2s; }
    .header__nav {
      margin-right: 130px; }
      .header__nav ul li {
        display: inline-block;
        font-size: 16px;
        padding-left: 30px; }
    .header__scroll {
      padding: 22px 0;
      transition: .2s; }
      .header__scroll .logo img {
        width: 80%;
        transition: .2s; }
  /*
 main
---------------------------------------- */
  .main {
    padding-top: 155px; }
    .main .inner {
      /*width: 1012px;*/
      margin: 0 auto; }
    .main .sec__tit {
      font-size: 32px;
      text-align: center;
      padding: 20px 0;
      line-height: 1.6; }
    .main .sec__btn {
      text-align: center; }
      .main .sec__btn a {
        display: inline-block;
        border: 1px #000 solid;
        padding: 10px 22px; }
        .main .sec__btn a:hover {
          background: #000;
          color: #fff; }
    .main .contact {
      background: #f7f7f7;
      border-top: 1px #c8c9ca solid;
      border-bottom: 1px #c8c9ca solid;
      margin-top: 50px;
      padding-bottom: 30px; }
      .main .contact__wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between; }
        .main .contact__wrap .tel {
          width: 50%; }
          .main .contact__wrap .tel .txt {
            font-family: "Open Sans", sans-serif;
            font-size: 32px; }
        .main .contact__wrap .mail {
          width: 50%; }
          .main .contact__wrap .mail .txt {
            font-size: 24px; }
      .main .contact__cont {
        text-align: center; }
        .main .contact__cont .ico {
          display: inline-block;
          padding-right: 10px;
          vertical-align: middle; }
        .main .contact__cont .txt {
          display: inline-block;
          vertical-align: middle;
          line-height: 45px; }
      .main .contact__min {
        text-align: center;
        color: #888;
        font-size: 16px;
        padding-top: 10px; }
  /*
 footer
---------------------------------------- */
  .footer {
    background: #404040; }
    .footer__mail-magazine {
      background: #caaf2c;
      color: #fff;
      padding: 22px 0;
      text-align: center; }
      .footer__mail-magazine .txt {
        font-size: 18px;
        display: inline-block;
        vertical-align: middle; }
        .footer__mail-magazine .txt:before {
          content: '';
          width: 48px;
          height: 31px;
          display: inline-block;
          vertical-align: middle;
          padding-right: 20px;
          background: url(../img/ico_mail_wh.png) no-repeat left center; }
      .footer__mail-magazine .btn {
        display: inline-block;
        vertical-align: middle; }
        .footer__mail-magazine .btn a {
          display: inline-block;
          color: #fff;
          border: 1px #fff solid;
          font-size: 18px;
          padding: 2px 10px; }
          .footer__mail-magazine .btn a:hover {
            background: #fff;
            color: #caaf2c; }
    .footer__wrap {
      width: 1080px;
      margin: 20px auto 0;
      color: #fff; }
      .footer__wrap a {
        color: #fff; }
        .footer__wrap a:hover {
          color: #caaf2c; }
    .footer__cont__tit {
      border-bottom: 1px solid #fff;
      padding-bottom: 5px;
      margin-bottom: 15px;
      color: #caaf2c;
      font-size: 18px; }
    .footer__cont__list {
      width: 205px;
      float: left; }
      .footer__cont__list dd {
        margin-bottom: 10px; }
        .footer__cont__list dd span {
          font-size: 13px; }
      .footer__cont__list--fir dd:first-child {
        display: none; }
      .footer__cont__list--mb {
        margin-bottom: 80px; }
      .footer__cont__list .firstletter {
        margin-bottom: 10px;
        font-size: 18px;
        margin-left: -10px; }
        .footer__cont__list .firstletter:after {
          content: '_'; }
    .footer__cont1 {
      width: 830px;
      float: left;
      margin-right: 20px; }
      .footer__cont1 dd {
        padding-left: 20px; }
    .footer__cont2 {
      width: 205px;
      float: left;
      margin-right: 20px; }
    .footer__bot {
      clear: both;
      text-align: center;
      padding: 60px 0 50px 0;
      background-image: url(../img/footerBg.png);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100%;
      width: 490px;
      margin: 0 auto;
      position: relative; }
      .footer__bot p img {
        margin: 0 auto;
        text-align: center; }
      .footer__bot .fbBtn {
        position: absolute;
        top: 77px;
        right: 110px; }
    .footer__copyright {
      background: #fff;
      text-align: center;
      padding: 10px 0; }
      .footer__copyright .copy {
        font-size: 21px;
        margin-bottom: 70px; }
      .footer__copyright .txt {
        font-size: 10px; }
  /*
 PC index
---------------------------------------- */
  .home .hero {
    max-width: 1272px;
    margin: 0 auto;
    position: relative; }
    .home .hero__cont .txt {
      width: 685px;
      height: 610px;
      position: relative;
      padding: 200px 0 0 60px;
      z-index: 2; }
      .home .hero__cont .txt .copy {
        font-size: 38px;
        text-shadow: 0 0 10px #fff; }
      .home .hero__cont .txt .btn {
        text-align: center;
        position: absolute;
        left: 220px;
        bottom: 140px; }
        .home .hero__cont .txt .btn a {
          min-width: 324px;
          font-size: 18px;
          display: inline-block;
          background: rgba(255, 255, 255, 0.6);
          line-height: 1;
          border: 2px #000 solid;
          padding: 10px 20px; }
          .home .hero__cont .txt .btn a:hover {
            background: #000;
            color: #fff; }
    .home .hero__cont .img {
      width: 1080px;
      height: 610px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
  .home .recommend {
    padding: 50px 0 60px; }
    .home .recommend__wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 10px 0 60px; }
    .home .recommend__cont {
      width: 25%;
      text-align: center; }
      .home .recommend__cont .brand {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        padding: 5px 0; }
      .home .recommend__cont .item-name {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        color: #888; }
  .home .links {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding-top: 60px; }
    .home .links__wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .home .links__cont {
      width: 320px;
      padding-bottom: 70px; }
      .home .links__cont .tit {
        padding: 10px 0 24px;
        font-size: 18px; }
  .home .savenow {
    padding: 60px 0; }
    .home .savenow__cont .txt1 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 10px; }
    .home .savenow__cont .txt2 {
      font-size: 24px;
      text-align: center;
      margin-bottom: 30px; }
    .home .savenow__cont .txt3 {
      font-size: 32px;
      margin: 50px 0 10px;
      text-align: center; }
    .home .savenow__cont .txt4 {
      text-align: center;
      margin-bottom: 20px; }
    .home .savenow__cont .txt5 {
      font-size: 16px;
      margin-bottom: 50px; }
    .home .savenow__bnr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 40px;
      max-width: 100%; }
      .home .savenow__bnr li {
        width: 225px;
        position: relative; }
        .home .savenow__bnr li span {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 2;
          width: 100%; }
        .home .savenow__bnr li:hover span {
          opacity: 1;
          transition: .4s; }
          .home .savenow__bnr li:hover span img {
            opacity: 1; }
  /*
 PC page / archive / single
---------------------------------------- */
  .page .main,
  .archive .main,
  .page-template-category .main,
  .page-template-brandpage .main {
    font-size: 16px; }
  .page .first,
  .archive .first,
  .page-template-category .first,
  .page-template-brandpage .first {
    padding: 30px 0 10px; }
    .page .first .txt,
    .archive .first .txt,
    .page-template-category .first .txt,
    .page-template-brandpage .first .txt {
      /*width: 620px;*/
      margin: 10px auto 0px;
      font-size: 18px; }
  .page .num__wrap__gr,
  .archive .num__wrap__gr,
  .page-template-category .num__wrap__gr,
  .page-template-brandpage .num__wrap__gr {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding: 60px 0; }
  .page .num__wrap,
  .archive .num__wrap,
  .page-template-category .num__wrap,
  .page-template-brandpage .num__wrap {
    padding: 60px 0; }
  .page .num__tit,
  .archive .num__tit,
  .page-template-category .num__tit,
  .page-template-brandpage .num__tit {
    border: 1px #000 solid;
    padding: 40px 60px;
    margin-bottom: 36px;
    font-size: 0; }
    .page .num__tit .num,
    .archive .num__tit .num,
    .page-template-category .num__tit .num,
    .page-template-brandpage .num__tit .num {
      width: 11%;
      font-size: 64px;
      font-weight: bold;
      display: inline-block;
      vertical-align: top;
      line-height: 1; }
    .page .num__tit .txt,
    .archive .num__tit .txt,
    .page-template-category .num__tit .txt,
    .page-template-brandpage .num__tit .txt {
      width: 87%;
      font-size: 24px;
      display: inline-block;
      vertical-align: top;
      line-height: 1.4; }
  .page .num__cont,
  .archive .num__cont,
  .page-template-category .num__cont,
  .page-template-brandpage .num__cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .page .num__cont .txt,
    .archive .num__cont .txt,
    .page-template-category .num__cont .txt,
    .page-template-brandpage .num__cont .txt {
      width: 50%; }
      .page .num__cont .txt p,
      .archive .num__cont .txt p,
      .page-template-category .num__cont .txt p,
      .page-template-brandpage .num__cont .txt p {
        margin-bottom: 2em; }
    .page .num__cont .img,
    .archive .num__cont .img,
    .page-template-category .num__cont .img,
    .page-template-brandpage .num__cont .img {
      width: 48%; }
      .page .num__cont .img img,
      .archive .num__cont .img img,
      .page-template-category .num__cont .img img,
      .page-template-brandpage .num__cont .img img {
        width: 100%; }
  /*
 PC archive
---------------------------------------- */
  .archive__inner,
  .page-template-category__inner,
  .page-template-brandpage__inner {
    width: 1080px;
    margin: 0 auto; }
  .archive .item__bot,
  .page-template-category .item__bot,
  .page-template-brandpage .item__bot {
    /*padding-bottom: 60px;*/ }
  .archive .sec__tit,
  .page-template-category .sec__tit,
  .page-template-brandpage .sec__tit {
    color: #caaf2c;
    padding-top: 50px; }
  .archive .prod__topBox,
  .page-template-category .prod__topBox,
  .page-template-brandpage .prod__topBox {
    width: 100%;
    padding: 50px 60px;
    background-color: #333;
    color: #fff;
    margin-bottom: 30px;
    position: relative; }
    .archive .prod__topBox__L--spec,
    .page-template-category .prod__topBox__L--spec,
    .page-template-brandpage .prod__topBox__L--spec {
      font-size: 32px;
      width: 300px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      line-height: 1.4; }
    .archive .prod__topBox__L__sText,
    .page-template-category .prod__topBox__L__sText,
    .page-template-brandpage .prod__topBox__L__sText {
      font-size: 12px; }
    .archive .prod__topBox__R,
    .page-template-category .prod__topBox__R,
    .page-template-brandpage .prod__topBox__R {
      font-size: 14px;
      width: 620px;
      float: right;
      line-height: 1.5; }
  .archive .itemCont,
  .page-template-category .itemCont,
  .page-template-brandpage .itemCont {
    font-size: 12px;
    margin: 0 auto 10px; }
    .archive .itemCont span,
    .page-template-category .itemCont span,
    .page-template-brandpage .itemCont span {
      font-weight: bold; }
  .archive .prodBox__list,
  .page-template-category .prodBox__list,
  .page-template-brandpage .prodBox__list {
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .archive .prodBox__list:before,
    .page-template-category .prodBox__list:before,
    .page-template-brandpage .prodBox__list:before {
      content: "";
      display: block;
      width: 260px;
      -ms-flex-order: 1;
          order: 1; }
    .archive .prodBox__list:after,
    .page-template-category .prodBox__list:after,
    .page-template-brandpage .prodBox__list:after {
      content: "";
      display: block;
      width: 260px; }
    .archive .prodBox__list__goods,
    .page-template-category .prodBox__list__goods,
    .page-template-brandpage .prodBox__list__goods {
      width: 260px;
      margin-bottom: 50px; }
      .archive .prodBox__list__goods__img,
      .page-template-category .prodBox__list__goods__img,
      .page-template-brandpage .prodBox__list__goods__img {
        width: 260px;
        text-align: center; }
        .archive .prodBox__list__goods__img img,
        .page-template-category .prodBox__list__goods__img img,
        .page-template-brandpage .prodBox__list__goods__img img {
          width: auto;
          height: 145px;
          max-width: 100%;
          text-align: center;
          margin: 0 auto; }
      .archive .prodBox__list__goods__text1,
      .page-template-category .prodBox__list__goods__text1,
      .page-template-brandpage .prodBox__list__goods__text1 {
        overflow: hidden;
        color: #caaf2c;
        border-bottom: 1px solid #c8c9ca;
        margin: 5px 0 0;
        height: 30px;
        font-size: 15px;
        letter-spacing: -0.1px; }
      .archive .prodBox__list__goods__text2,
      .page-template-category .prodBox__list__goods__text2,
      .page-template-brandpage .prodBox__list__goods__text2 {
        overflow: hidden;
        color: #000;
        height: 30px;
        font-size: 15px;
        letter-spacing: -0.1px; }
  .archive .woocommerce-result-count,
  .page-template-category .woocommerce-result-count,
  .page-template-brandpage .woocommerce-result-count {
    display: none; }
  /*
 PC brand
---------------------------------------- */
  .brand__wrap .brandInner,
  .brands__wrap .brandInner {
    padding: 30px 0 60px 40px; }
  .brand__cont,
  .brands__cont {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .brand__cont__list,
    .brands__cont__list {
      width: 33.33%; }
      .brand__cont__list__L,
      .brands__cont__list__L {
        float: left;
        width: 20px;
        padding-top: 5px;
        padding-right: 5px;
        font-size: 10px;
        color: #888; }
      .brand__cont__list__R,
      .brands__cont__list__R {
        float: left; }
        .brand__cont__list__R p,
        .brands__cont__list__R p {
          font-size: 24px;
          color: #000;
          line-height: .8;
          cursor: pointer;
          transition: .4s; }
        .brand__cont__list__R a,
        .brands__cont__list__R a {
          font-size: 12px;
          color: #888;
          letter-spacing: -0.2px; }
          .brand__cont__list__R a:hover,
          .brands__cont__list__R a:hover {
            color: #caaf2c; }
            .brand__cont__list__R a:hover p,
            .brands__cont__list__R a:hover p {
              color: #caaf2c; }
  /*
 PC single
---------------------------------------- */
  .single__wrap {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding-bottom: 30px; }
  .single__inner {
    width: 1080px;
    margin: 0 auto; }
  .single .main {
    font-size: 16px; }
  .single .item__bc {
    padding: 10px 0 40px; }
    .single .item__bc li {
      display: inline-block;
      margin-right: 10px; }
    .single .item__bc__icon {
      color: #caaf2c; }
  .single .item__tit1 {
    font-size: 24px; }
  .single .item__tit2 {
    font-size: 32px;
    padding-bottom: 20px; }
  .single .item__L {
    float: left;
    width: 50%; }
    .single .item__L a {
      cursor: pointer; }
    .single .item__L__img {
      cursor: pointer; }
    .single .item__L img {
      width: 100%;
      margin-bottom: 10px; }
  .single .item__R {
    float: right;
    width: 45%;
    padding-bottom: 30px;
    font-size: 14px; }
    .single .item__R__ta {
      width: 100%;
      border-bottom: 1px #000 solid;
      margin-bottom: 10px; }
      .single .item__R__ta th,
      .single .item__R__ta td {
        padding-bottom: 10px; }
      .single .item__R__ta th {
        width: 40%; }
    .single .item__R__tit1 {
      padding-bottom: 10px; }
  .single .item__pager {
    clear: both;
    padding: 40px 0 50px; }
    .single .item__pager__btns {
      margin-bottom: 30px; }
      .single .item__pager__btns li {
        display: inline-block; }
        .single .item__pager__btns li:first-child {
          margin-right: 30px; }
        .single .item__pager__btns li a {
          display: block;
          min-width: 230px;
          border: 1px solid #000;
          padding: 16px 30px 16px 50px;
          position: relative;
          line-height: 1.4;
          font-size: 12px; }
          .single .item__pager__btns li a:before {
            position: absolute;
            content: "◀︎";
            color: #caaf2c;
            font-size: 14px;
            top: 27px;
            left: 20px; }
        .single .item__pager__btns li span {
          font-size: 16px; }
    .single .item__pager__box {
      border: 1px #000 solid;
      padding: 20px 30px;
      font-size: 14px;
      line-height: 1.6; }
      .single .item__pager__box__L {
        float: left;
        width: 490px; }
      .single .item__pager__box__R {
        float: right;
        width: 500px;
        text-align: center; }
        .single .item__pager__box__R p {
          padding-bottom: 4px; }
        .single .item__pager__box__R img {
          text-align: center;
          margin: 0 auto; }
  .single__form {
    width: 752px;
    margin: 70px auto 120px; }
    .single__form__tit {
      font-size: 32px;
      margin-bottom: 40px; }
    .single__form__cont .item__form__name {
      padding-bottom: 5px;
      margin-top: 30px; }
      .single__form__cont .item__form__name .req {
        display: inline-block;
        margin: 3px 0 3px 10px;
        vertical-align: top;
        background: #e95513;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        padding: 0 6px 1px; }
    .single__form__cont .item__form__input {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 70%;
      margin-bottom: 8px; }
      .single__form__cont .item__form__input:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__input__s {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 40%;
      margin-bottom: 8px; }
      .single__form__cont .item__form__input__s:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__input__l {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%;
      margin-bottom: 8px; }
      .single__form__cont .item__form__input__l:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__textarea {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%; }
      .single__form__cont .item__form__textarea:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__txt {
      color: #caaf2c;
      font-size: 18px;
      margin-bottom: 30px; }
    .single__form__cont .formBtn {
      border: 0;
      border-radius: 4px;
      background: #e95513;
      color: #fff;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      font-size: 18px;
      width: 390px;
      padding: 10px 0;
      cursor: pointer;
      transition: .4s;
      margin-top: 30px; }
      .single__form__cont .formBtn:hover {
        background: #caaf2c;
        transition: .4s; }
  /*
 PC modal
---------------------------------------- */
  .modal-content {
    position: fixed;
    display: none;
    z-index: 999999;
    margin: 0;
    padding: 25px;
    background: #fff; }
    .modal-content img {
      max-width: 800px !important;
      height: auto !important; }
  .modal-overlay {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.7); }
  .error404 .main_inner {
    font-size: 16px;
    text-align: center;
    margin: 40px auto 200px; }
  .error404 .sec__tit {
    padding-top: 50px; }
  .error404 .sec__btn {
    margin-top: 40px; }
  /*
 PC choice
---------------------------------------- */
  .choice .hero {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../img/choice_img_01.jpg) no-repeat center;
    background-size: cover; }
  /*
 PC after-sales-service
---------------------------------------- */
  .after-sales-service .hero {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../img/after-sales-service_img_01.jpg) no-repeat center;
    background-size: cover; }
  .after-sales-service .contact {
    border: 0;
    margin-top: 0; }
  .after-sales-service .map__cont {
    text-align: center;
    margin: 0 auto; }
    .after-sales-service .map__cont p {
      font-size: 18px;
      text-align: center;
      padding-bottom: 20px; }
    .after-sales-service .map__cont iframe {
      width: 825px;
      height: 470px;
      margin: 0 auto;
      border: 0; }
  /*
 PC delivery-record
---------------------------------------- */
  .delivery-record .hero,
  .post-type-archive-delivery_record .hero {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../img/delivery-record_img_01.jpg) no-repeat center;
    background-size: cover; }
  .delivery-record__wrap,
  .post-type-archive-delivery_record__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 40px 0 0; }
    .delivery-record__wrap:after,
    .post-type-archive-delivery_record__wrap:after {
      content: '';
      display: block;
      width: 320px; }
  .delivery-record__cont,
  .post-type-archive-delivery_record__cont {
    width: 320px;
    margin-bottom: 30px; }
    .delivery-record__cont a,
    .post-type-archive-delivery_record__cont a {
      cursor: pointer; }
    .delivery-record__cont .img,
    .post-type-archive-delivery_record__cont .img {
      cursor: pointer;
      transition: .4s; }
      .delivery-record__cont .img img,
      .post-type-archive-delivery_record__cont .img img {
        width: 100%;
        height: auto; }
      .delivery-record__cont .img:hover,
      .post-type-archive-delivery_record__cont .img:hover {
        opacity: .7;
        transition: .4s; }
    .delivery-record__cont .txt,
    .post-type-archive-delivery_record__cont .txt {
      padding: 5px 0;
      font-size: 14px; }
  .delivery-record .wp-pagenavi,
  .post-type-archive-delivery_record .wp-pagenavi {
    margin: 80px auto 120px;
    text-align: center; }
    .delivery-record .wp-pagenavi span,
    .delivery-record .wp-pagenavi a,
    .post-type-archive-delivery_record .wp-pagenavi span,
    .post-type-archive-delivery_record .wp-pagenavi a {
      font-size: 16px;
      padding: 16px 24px;
      background: #f7f7f7;
      color: #9d9d9e;
      border-bottom: 3px #aca59b solid; }
    .delivery-record .wp-pagenavi .current,
    .delivery-record .wp-pagenavi a:hover,
    .post-type-archive-delivery_record .wp-pagenavi .current,
    .post-type-archive-delivery_record .wp-pagenavi a:hover {
      background: #65655e;
      color: #fff;
      border-bottom: 3px #464546 solid; }
  /*
 PC subscribe
---------------------------------------- */
  .subscribe .hero {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../img/subscribe_img_01.jpg) no-repeat center;
    background-size: cover; }
  .subscribe__form {
    text-align: center;
    padding-top: 20px; }
    .subscribe__form input[type="text"] {
      text-align: left;
      font-size: 28px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      border: 0;
      border-bottom: 1px #caaf2c solid;
      width: 516px;
      padding: 4px;
      display: inline-block; }
      .subscribe__form input[type="text"]:focus {
        border: 0;
        border-bottom: 1px #404040 solid;
        outline: 0; }
    .subscribe__form input[type="submit"] {
      border: 0;
      border-radius: 4px;
      background: #caaf2c;
      color: #fff;
      font-size: 20px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      display: inline-block;
      padding: 8px 20px;
      margin-left: 5px;
      cursor: pointer;
      transition: .4s; }
      .subscribe__form input[type="submit"]:hover {
        background: #404040;
        transition: .4s; }
  .subscribe .img img {
    text-align: center;
    margin: 0 auto;
    padding: 70px 0; }
  .subscribe__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 120px; }
  .subscribe__cont {
    width: 49%;
    border: 1px #000 solid;
    margin-bottom: 20px;
    padding: 15px 40px 20px; }
    .subscribe__cont .ico img {
      margin: 0 auto;
      text-align: center; }
    .subscribe__cont .txt {
      font-size: 18px;
      padding-top: 15px; }
  /*
 PC company-info
---------------------------------------- */
  .company-info .hero {
    max-width: 100%;
    height: 350px;
    margin: 0 auto;
    position: relative;
    background: url(../img/company-info_img_01.jpg) no-repeat center;
    background-size: cover; }
  .company-info__wrap {
    margin-top: 40px; }
  .company-info__tit {
    font-size: 30px;
    padding-bottom: 45px; }
  .company-info__cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    .company-info__cont .txt {
      width: 48%; }
      .company-info__cont .txt table {
        width: 100%;
        margin-bottom: 30px; }
        .company-info__cont .txt table th, .company-info__cont .txt table td {
          vertical-align: top;
          padding-bottom: 20px; }
        .company-info__cont .txt table th {
          width: 30%; }
      .company-info__cont .txt .img {
        width: 484px; }
  .company-info .map__cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 60px; }
    .company-info .map__cont p {
      font-size: 18px;
      text-align: center;
      padding-bottom: 20px; }
    .company-info .map__cont iframe {
      width: 825px;
      height: 470px;
      margin: 0 auto;
      border: 0; }
  .company-info__law {
    padding: 60px 0; }
    .company-info__law .txt {
      margin-bottom: 50px; }
    .company-info__law dl dt {
      font-size: 24px;
      padding-bottom: 20px; }
    .company-info__law dl dd {
      padding-bottom: 50px; }
  /*
 PC privacy-policy
---------------------------------------- */
  .privacy-policy .privacy__wrap {
    margin: 40px auto 120px; }
  .privacy-policy .privacy__inner__tit {
    font-size: 24px;
    margin-bottom: 40px; }
  .privacy-policy .privacy__inner__cont {
    margin-bottom: 50px; }
    .privacy-policy .privacy__inner__cont__sTit {
      font-size: 24px;
      padding-bottom: 20px; }
    .privacy-policy .privacy__inner__cont__li {
      margin-top: 10px; }
      .privacy-policy .privacy__inner__cont__li li {
        margin-bottom: 5px; }
  /*
 PC contact
---------------------------------------- */
  .contact .num__wrap__gr {
    padding: 0; }
  .contact__wrap {
    margin: 40px auto 60px; }
    .contact__wrap .page__sTit {
      font-size: 24px;
      color: #caaf2c;
      border-bottom: 1px #000 solid;
      padding-bottom: 5px;
      margin-bottom: 30px; }
    .contact__wrap .enqiury__cont__L {
      width: 660px;
      float: left; }
      .contact__wrap .enqiury__cont__L table {
        margin-left: 10px; }
        .contact__wrap .enqiury__cont__L table th, .contact__wrap .enqiury__cont__L table td {
          vertical-align: top;
          padding-bottom: 5px; }
    .contact__wrap .enqiury__cont__R {
      float: right; }
    .contact__wrap .enqiury__img1 img {
      width: 100%; }
  .contact__form {
    width: 752px;
    margin: 70px auto 120px; }
    .contact__form__tit {
      font-size: 32px;
      margin-bottom: 40px; }
    .contact__form__cont .item__form__1, .contact__form__cont .item__form__2, .contact__form__cont .item__form__3 {
      padding-bottom: 50px; }
    .contact__form__cont .item__form__name {
      padding-bottom: 5px;
      margin-top: 30px; }
      .contact__form__cont .item__form__name .req {
        display: inline-block;
        margin: 3px 0 3px 10px;
        vertical-align: top;
        background: #e95513;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        padding: 0 6px 1px; }
    .contact__form__cont .item__form__input {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 70%;
      margin-bottom: 8px; }
      .contact__form__cont .item__form__input:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .contact__form__cont .item__form__input__s {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 40%;
      margin-bottom: 8px; }
      .contact__form__cont .item__form__input__s:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .contact__form__cont .item__form__input__l {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%;
      margin-bottom: 8px; }
      .contact__form__cont .item__form__input__l:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .contact__form__cont .item__form__textarea {
      border: 1px #717071 solid;
      padding: 8px 16px;
      font-size: 16px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%; }
      .contact__form__cont .item__form__textarea:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .contact__form__cont .item__form__txt {
      color: #caaf2c;
      font-size: 18px;
      margin-bottom: 30px; }
    .contact__form__cont .formBtn {
      border: 0;
      border-radius: 4px;
      background: #e95513;
      color: #fff;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      font-size: 18px;
      width: 390px;
      padding: 10px 0;
      cursor: pointer;
      transition: .4s;
      margin-top: 30px; }
      .contact__form__cont .formBtn:hover {
        background: #caaf2c;
        transition: .4s; }
  /*
 PC savenow
---------------------------------------- */
  .savenow img,
  .single-savenow img {
    max-width: 100%;
    text-align: center;
    margin: 0 auto; }
  .savenow__wrap,
  .single-savenow__wrap {
    font-size: 16px;
    padding: 50px 0 0; }
  .savenow__inner,
  .single-savenow__inner {
    width: 1140px;
    margin: 0 auto; }
  .savenow__tit,
  .single-savenow__tit {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto; }
    .savenow__tit h2,
    .single-savenow__tit h2 {
      font-size: 24px; }
  .savenow__mv,
  .single-savenow__mv {
    text-align: center;
    margin-bottom: 60px; }
  .savenow__cont,
  .single-savenow__cont {
    padding-bottom: 50px; }
    .savenow__cont__tit .br-name,
    .single-savenow__cont__tit .br-name {
      font-size: 32px; }
    .savenow__cont__tit .pro-name,
    .single-savenow__cont__tit .pro-name {
      font-size: 24px; }
    .savenow__cont__tit .jp-name,
    .single-savenow__cont__tit .jp-name {
      font-size: 14px;
      margin-bottom: 10px; }
    .savenow__cont__L,
    .single-savenow__cont__L {
      width: 570px;
      float: left;
      padding-top: 6px; }
    .savenow__cont__R,
    .single-savenow__cont__R {
      width: 520px;
      float: right;
      font-size: 14px; }
      .savenow__cont__R .price-box,
      .single-savenow__cont__R .price-box {
        text-align: center;
        padding: 16px 0;
        width: 100%;
        background: #f7f7f7;
        margin-top: 30px; }
        .savenow__cont__R .price-box .text1,
        .single-savenow__cont__R .price-box .text1 {
          font-size: 20px;
          margin-bottom: 4px; }
        .savenow__cont__R .price-box .text2,
        .single-savenow__cont__R .price-box .text2 {
          font-size: 22px;
          margin-top: 4px;
          font-weight: bold; }
        .savenow__cont__R .price-box .text3,
        .single-savenow__cont__R .price-box .text3 {
          font-size: 18px;
          margin-top: 4px;
          font-weight: bold;
          color: #c30d23; }
    .savenow__cont__btns,
    .single-savenow__cont__btns {
      text-align: center;
      margin-top: 20px; }
      .savenow__cont__btns li a,
      .single-savenow__cont__btns li a {
        width: 90%;
        margin: 0 auto;
        font-weight: bold;
        display: block;
        line-height: 48px;
        border-radius: 24px;
        font-size: 24px;
        color: #fff;
        background: #3284b7; }
        .savenow__cont__btns li a:hover,
        .single-savenow__cont__btns li a:hover {
          background: #2d96d8; }
      .savenow__cont__btns li:first-child,
      .single-savenow__cont__btns li:first-child {
        margin-bottom: 12px; }
        .savenow__cont__btns li:first-child a,
        .single-savenow__cont__btns li:first-child a {
          font-size: 18px;
          background: #0c3a5a; }
          .savenow__cont__btns li:first-child a:hover,
          .single-savenow__cont__btns li:first-child a:hover {
            background: #1b5984; }
      .savenow__cont__btns p,
      .single-savenow__cont__btns p {
        padding-top: 4px; }
  .savenow .savenow-thm,
  .single-savenow .savenow-thm {
    text-align: center;
    margin-top: 20px; }
    .savenow .savenow-thm li,
    .single-savenow .savenow-thm li {
      width: 130px;
      display: inline-block;
      margin: 3px;
      cursor: pointer; }
      .savenow .savenow-thm li img,
      .single-savenow .savenow-thm li img {
        width: 100%;
        border: 3px #fff solid; }
      .savenow .savenow-thm li .active img,
      .single-savenow .savenow-thm li .active img {
        border: 3px #caaf2c solid; }
  .savenow .bot-ban,
  .single-savenow .bot-ban {
    text-align: center;
    padding-bottom: 70px;
    padding-top: 70px; }
  .savenow .record_container .tbl_record,
  .single-savenow .record_container .tbl_record {
    font-size: 16px;
    width: 100%;
    vertical-align: top;
    border-bottom: 1px #888 solid;
    margin-bottom: 20px; }
    .savenow .record_container .tbl_record th,
    .single-savenow .record_container .tbl_record th {
      vertical-align: top;
      width: 100px;
      padding: 0 10px 20px 0; }
    .savenow .record_container .tbl_record td,
    .single-savenow .record_container .tbl_record td {
      padding-bottom: 20px; }
  .savenow .record_container .comment,
  .single-savenow .record_container .comment {
    font-size: 16px; }
  .savenow .record_wrap,
  .single-savenow .record_wrap {
    border-bottom: 1px #c8c9ca solid;
    padding-top: 60px; }
    .savenow .record_wrap:nth-of-type(2n),
    .single-savenow .record_wrap:nth-of-type(2n) {
      background: #f7f7f7; }
    .savenow .record_wrap:last-of-type,
    .single-savenow .record_wrap:last-of-type {
      border-bottom: none; } }

@media (max-width: 767px) {
  /*
 SP common
---------------------------------------- */
  .sp-on {
    display: block; }
  .pc-on {
    display: none !important; }
  body {
    font-family: "Open Sans", "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    color: #000;
    letter-spacing: .5px; }
  img {
    max-width: 100%; }
  /*
 header
---------------------------------------- */
  .header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #fff; }
    .header__top {
      background: #404040;
      height: 28px; }
      .header__top__cont {
        width: 100%;
        margin: 0 auto;
        color: #fff; }
        .header__top__cont h1 {
          padding: 1.2% 0;
          text-align: center;
          font-size: 11px; }
        .header__top__cont .tel {
          display: none; }
        .header__top__cont .search {
          display: none; }
    .header__cont {
      width: 100%;
      margin: 0 auto;
      padding: 14px 0;
      transition: .2s;
      border-bottom: 1px #c8c9ca solid; }
      .header__cont .logo {
        text-align: center;
        margin: 0 auto; }
        .header__cont .logo img {
          height: 16px;
          text-align: center;
          margin: 0 auto; }
  /*
 headerNav
---------------------------------------- */
  .header__nav__sp {
    transition: .3s;
    position: fixed;
    opacity: 0;
    top: -100%;
    width: 100%;
    height: 0%;
    background: #fff;
    z-index: 3;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    overflow-y: scroll;
    z-index: 3000; }
    .header__nav__sp.open {
      transition: .3s;
      position: fixed;
      display: block;
      opacity: 1;
      top: 72px;
      height: 100%;
      opacity: 1;
      visibility: visible;
      padding-bottom: 68px; }
    .header__nav__sp ul li a {
      display: block;
      width: 100%;
      border-bottom: 1px #c8c9ca solid;
      color: #000;
      text-align: left;
      line-height: 46px;
      padding: 0 6%;
      font-size: 14px; }
      .header__nav__sp ul li a:before {
        content: '';
        width: 6px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        background: url(../img/ico_arw.png) no-repeat left center;
        background-size: contain; }
    .header__nav__sp .search {
      padding: 0 6% 10px; }
      .header__nav__sp .search__btn {
        color: #000;
        text-align: left;
        line-height: 46px;
        font-size: 13px; }
        .header__nav__sp .search__btn:before {
          content: '';
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          background: url(../img/ico_search_bk.png) no-repeat left center;
          background-size: contain; }
      .header__nav__sp .search__area {
        background: #404040;
        width: 100%;
        padding: 5px 0 5px 5px; }
        .header__nav__sp .search__area .screen-reader-text {
          display: none; }
        .header__nav__sp .search__area input[type="text"] {
          display: inline-block;
          vertical-align: middle;
          width: calc(100% - 40px);
          font-size: 13px;
          font-family: "Open Sans", "Noto Sans JP", sans-serif;
          color: #888;
          padding: 5px 10px;
          border: 0; }
        .header__nav__sp .search__area input[type="submit"] {
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          text-indent: -9999px;
          border: 0;
          width: 30px;
          height: 30px;
          background: url(../img/ico_search.png) center no-repeat; }
  .menuTrigger,
  .menuTrigger span {
    display: inline-block;
    transition: 0.3s ease;
    box-sizing: border-box; }
  .menuTrigger {
    position: absolute;
    display: block;
    width: 44px;
    height: 44px;
    left: 0;
    top: 28px;
    z-index: 99999;
    cursor: pointer;
    background: #fff; }
  .menuTrigger span {
    position: absolute;
    left: 50%;
    width: 22px;
    height: 2px;
    margin-left: -11px;
    background-color: #404040; }
    .menuTrigger span:nth-of-type(1) {
      top: 14px; }
    .menuTrigger span:nth-of-type(2) {
      top: 50%;
      margin-top: -1.5px; }
    .menuTrigger span:nth-of-type(3) {
      bottom: 15px; }
  .menuTrigger:not(.active):hover span:nth-of-type(1) {
    top: 14px; }
  .menuTrigger:not(.active):hover span:nth-of-type(3) {
    bottom: 15px; }
  .menuTrigger.active span:nth-of-type(1) {
    transform: translateY(6.5px) rotate(-45deg); }
  .menuTrigger.active span:nth-of-type(2) {
    opacity: 0; }
  .menuTrigger.active span:nth-of-type(3) {
    transform: translateY(-6.5px) rotate(45deg); }
  /*
 main
---------------------------------------- */
  .main {
    padding-top: 72px; }
    .main .inner {
      width: 100%;
      margin: 0 auto; }
    .main .sec__tit {
      font-size: 22px;
      text-align: center;
      padding: 20px 0;
      line-height: 1.4; }
    .main .sec__btn {
      text-align: center; }
      .main .sec__btn a {
        display: inline-block;
        border: 1px #000 solid;
        padding: 10px 22px; }
        .main .sec__btn a:hover {
          background: #000;
          color: #fff; }
  .contact {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    margin-top: 50px;
    padding-bottom: 30px; }
    .contact__wrap {
      margin: 0 auto; }
      .contact__wrap .tel {
        margin-bottom: 20px; }
        .contact__wrap .tel .txt {
          font-family: "Open Sans", sans-serif;
          font-size: 32px; }
        .contact__wrap .tel .ico {
          width: 25px; }
      .contact__wrap .mail {
        width: 100%; }
        .contact__wrap .mail .txt {
          font-size: 20px; }
        .contact__wrap .mail .ico {
          margin-top: 2px;
          width: 33px; }
    .contact__cont {
      text-align: center; }
      .contact__cont .ico {
        display: inline-block;
        padding-right: 5px;
        vertical-align: middle; }
      .contact__cont .txt {
        display: inline-block;
        vertical-align: middle; }
    .contact__min {
      text-align: center;
      color: #888;
      font-size: 12px; }
  #wrapper {
    position: relative;
    top: 0; }
    #wrapper.open {
      width: 100%;
      position: fixed;
      top: 0; }
  /*
 footer
---------------------------------------- */
  .footer {
    background: #404040; }
    .footer__mail-magazine {
      background: #caaf2c;
      color: #fff;
      padding: 16px 0;
      text-align: center; }
      .footer__mail-magazine .txt {
        font-size: 14px;
        width: 60%;
        margin: 0 auto; }
        .footer__mail-magazine .txt:before {
          content: '';
          width: 24px;
          height: 16px;
          display: block;
          vertical-align: middle;
          margin: 0 auto 6px;
          background: url(../img/ico_mail_wh.png) no-repeat center;
          background-size: contain; }
      .footer__mail-magazine .btn {
        display: inline-block;
        vertical-align: middle; }
        .footer__mail-magazine .btn a {
          display: inline-block;
          color: #fff;
          border: 1px #fff solid;
          font-size: 14px;
          padding: 2px 20px;
          margin-top: 10px; }
          .footer__mail-magazine .btn a:hover {
            background: #fff;
            color: #caaf2c; }
    .footer__wrap {
      width: 100%;
      margin: 20px auto 0;
      color: #fff; }
      .footer__wrap a {
        color: #fff; }
        .footer__wrap a:hover {
          color: #caaf2c; }
    .footer__sp h3 {
      width: 88%;
      font-size: 18px;
      border-top: 2px #caaf2c solid;
      margin: 0 auto;
      text-align: center;
      padding: 10px 0; }
    .footer__sp__nav {
      width: 88%;
      margin: 0 auto;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .footer__sp__nav li {
        width: 48%;
        margin-bottom: 10px; }
        .footer__sp__nav li a {
          text-align: center;
          display: block;
          border: 1px #fff solid;
          line-height: 36px; }
    .footer__sp__contact {
      padding: 20px 0; }
      .footer__sp__contact .contact__min {
        color: #fff !important; }
    .footer__bot__sp {
      background-image: url(../img/footerBg.png);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center bottom;
      padding: 20px 0;
      width: 80%;
      margin: 0 auto; }
      .footer__bot__sp .img {
        width: 60%;
        margin: 0 auto;
        padding-right: 10%;
        position: relative; }
      .footer__bot__sp .sp__fbBtn {
        position: absolute;
        top: 5px;
        right: 0;
        display: block; }
    .footer__copyright {
      background: #fff;
      text-align: center;
      padding: 10px 0; }
      .footer__copyright .copy {
        font-size: 21px;
        margin-bottom: 50px; }
      .footer__copyright .txt {
        font-size: 11px; }
  /*
 SP index
---------------------------------------- */
  .home .hero {
    width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative; }
    .home .hero__cont .txt {
      font-size: 14px;
      width: 100%;
      height: 300px;
      padding: 60px 6% 40px;
      position: relative;
      z-index: 2; }
      .home .hero__cont .txt .copy {
        font-size: 25px;
        letter-spacing: normal;
        line-height: 1.4;
        text-shadow: 0 0 10px #fff; }
      .home .hero__cont .txt .btn {
        text-align: center;
        position: absolute;
        bottom: 50px;
        left: 50%;
        width: 70%;
        margin-left: -35%; }
        .home .hero__cont .txt .btn a {
          width: 100%;
          font-size: 14px;
          display: inline-block;
          background: rgba(255, 255, 255, 0.6);
          line-height: 1;
          border: 2px #000 solid;
          padding: 8px 20px; }
          .home .hero__cont .txt .btn a:hover {
            background: #000;
            color: #fff; }
    .home .hero__cont .img {
      width: 100%;
      height: 300px;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1;
      overflow: hidden; }
      .home .hero__cont .img img {
        max-width: inherit;
        width: auto;
        height: 300px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
  .home .recommend {
    padding: 25px 0 60px; }
    .home .recommend__wrap {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding: 10px 8% 20px;
      width: 300%; }
      .home .recommend__wrap__scroll {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 20px;
        -webkit-overflow-scrolling: touch; }
    .home .recommend__cont {
      width: 23%;
      text-align: center; }
      .home .recommend__cont .img img {
        width: 100%;
        margin: 0 auto;
        text-align: center; }
      .home .recommend__cont .brand {
        font-family: "Open Sans", sans-serif;
        font-size: 18px;
        padding: 5px 0; }
      .home .recommend__cont .item-name {
        font-family: "Open Sans", sans-serif;
        font-size: 17px;
        color: #888; }
  .home .contact {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    margin-top: 50px;
    padding-bottom: 30px; }
    .home .contact__wrap {
      margin: 0 auto; }
      .home .contact__wrap .tel {
        margin-bottom: 20px; }
        .home .contact__wrap .tel .txt {
          font-family: "Open Sans", sans-serif;
          font-size: 32px; }
        .home .contact__wrap .tel .ico {
          width: 25px; }
      .home .contact__wrap .mail {
        width: 100%; }
        .home .contact__wrap .mail .txt {
          font-size: 20px; }
        .home .contact__wrap .mail .ico {
          margin-top: 2px;
          width: 33px; }
    .home .contact__cont {
      text-align: center; }
      .home .contact__cont .ico {
        display: inline-block;
        padding-right: 5px;
        vertical-align: middle; }
      .home .contact__cont .txt {
        display: inline-block;
        vertical-align: middle; }
    .home .contact__min {
      text-align: center;
      color: #888;
      font-size: 12px; }
  .home .links {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding-top: 30px; }
    .home .links__wrap {
      width: 84%;
      margin: 0 auto; }
    .home .links__cont {
      padding-bottom: 30px; }
      .home .links__cont .tit {
        padding: 10px 0 14px;
        font-size: 18px; }
  .home .savenow {
    width: 88%;
    margin: 30px auto 0;
    border-top: 2px #caaf2c solid;
    padding: 30px 0; }
    .home .savenow__cont .txt1 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 5px; }
    .home .savenow__cont .txt2 {
      font-size: 18px;
      text-align: center;
      margin-bottom: 15px; }
    .home .savenow__cont .txt3 {
      font-size: 38px;
      margin: 25px 0 0;
      text-align: center; }
    .home .savenow__cont .txt4 {
      text-align: center;
      margin-bottom: 20px; }
    .home .savenow__cont .txt5 {
      margin-bottom: 25px; }
    .home .savenow__bnr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .home .savenow__bnr li {
        width: 48%;
        position: relative;
        padding-bottom: 10px; }
        .home .savenow__bnr li span {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0;
          z-index: 2; }
        .home .savenow__bnr li:hover span {
          opacity: 1;
          transition: .4s; }
          .home .savenow__bnr li:hover span img {
            opacity: 1; }
  /*
 SP page / archive / single
---------------------------------------- */
  .page .first,
  .archive .first,
  .page-template-category .first,
  .page-template-brandpage .first {
    padding: 10px 0; }
    .page .first .txt,
    .archive .first .txt,
    .page-template-category .first .txt,
    .page-template-brandpage .first .txt {
      margin: 10px auto 1em;
      font-size: 14px; }
  .page .num__wrap__gr,
  .archive .num__wrap__gr,
  .page-template-category .num__wrap__gr,
  .page-template-brandpage .num__wrap__gr {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding: 30px 0; }
  .page .num__wrap,
  .archive .num__wrap,
  .page-template-category .num__wrap,
  .page-template-brandpage .num__wrap {
    padding: 30px 0; }
  .page .num__tit,
  .archive .num__tit,
  .page-template-category .num__tit,
  .page-template-brandpage .num__tit {
    border: 1px #000 solid;
    padding: 20px 8%;
    margin-bottom: 20px; }
    .page .num__tit .num,
    .archive .num__tit .num,
    .page-template-category .num__tit .num,
    .page-template-brandpage .num__tit .num {
      font-size: 35px;
      font-weight: bold; }
    .page .num__tit .txt,
    .archive .num__tit .txt,
    .page-template-category .num__tit .txt,
    .page-template-brandpage .num__tit .txt {
      font-size: 17px;
      line-height: 1.4; }
  .page .num__cont .txt,
  .archive .num__cont .txt,
  .page-template-category .num__cont .txt,
  .page-template-brandpage .num__cont .txt {
    margin-bottom: 30px; }
    .page .num__cont .txt p,
    .archive .num__cont .txt p,
    .page-template-category .num__cont .txt p,
    .page-template-brandpage .num__cont .txt p {
      margin-bottom: 1em; }
  /*
 SP archive
---------------------------------------- */
  .archive__inner,
  .page-template-category__inner,
  .page-template-brandpage__inner {
    width: 88%;
    margin: 0 auto; }
  .archive .item__bot,
  .page-template-category .item__bot,
  .page-template-brandpage .item__bot {
    padding-bottom: 60px; }
  .archive .sec__tit,
  .page-template-category .sec__tit,
  .page-template-brandpage .sec__tit {
    color: #caaf2c; }
  .archive .spWrapper,
  .page-template-category .spWrapper,
  .page-template-brandpage .spWrapper {
    padding-top: 20px; }
  .archive .prod__topBox,
  .page-template-category .prod__topBox,
  .page-template-brandpage .prod__topBox {
    padding: 6%;
    background-color: #333;
    color: #fff;
    margin-bottom: 30px;
    position: relative; }
    .archive .prod__topBox__L,
    .page-template-category .prod__topBox__L,
    .page-template-brandpage .prod__topBox__L {
      width: 100%;
      text-align: center;
      margin-bottom: 15px; }
      .archive .prod__topBox__L--spec,
      .page-template-category .prod__topBox__L--spec,
      .page-template-brandpage .prod__topBox__L--spec {
        font-size: 18px;
        line-height: 1.4; }
      .archive .prod__topBox__L__sText,
      .page-template-category .prod__topBox__L__sText,
      .page-template-brandpage .prod__topBox__L__sText {
        font-size: 12px; }
  .archive .itemCont,
  .page-template-category .itemCont,
  .page-template-brandpage .itemCont {
    font-size: 12px;
    margin: 0 auto 20px; }
    .archive .itemCont span,
    .page-template-category .itemCont span,
    .page-template-brandpage .itemCont span {
      font-weight: bold; }
  .archive .prodBox__list__goods,
  .page-template-category .prodBox__list__goods,
  .page-template-brandpage .prodBox__list__goods {
    width: 100%;
    margin-bottom: 30px; }
    .archive .prodBox__list__goods__img,
    .page-template-category .prodBox__list__goods__img,
    .page-template-brandpage .prodBox__list__goods__img {
      width: 100%;
      text-align: center;
      margin: 0 auto; }
      .archive .prodBox__list__goods__img img,
      .page-template-category .prodBox__list__goods__img img,
      .page-template-brandpage .prodBox__list__goods__img img {
        width: auto;
        height: 145px;
        max-width: 100%;
        text-align: center;
        margin: 0 auto; }
    .archive .prodBox__list__goods__text1,
    .page-template-category .prodBox__list__goods__text1,
    .page-template-brandpage .prodBox__list__goods__text1 {
      overflow: hidden;
      color: #caaf2c;
      border-bottom: 1px solid #c8c9ca;
      margin: 5px 0 0;
      height: 30px;
      font-size: 14px;
      letter-spacing: -0.1px; }
    .archive .prodBox__list__goods__text2,
    .page-template-category .prodBox__list__goods__text2,
    .page-template-brandpage .prodBox__list__goods__text2 {
      overflow: hidden;
      color: #000;
      height: 30px;
      font-size: 12px;
      letter-spacing: -0.1px; }
  .archive .woocommerce-result-count,
  .page-template-category .woocommerce-result-count,
  .page-template-brandpage .woocommerce-result-count {
    display: none; }
  /*
 SP brand
---------------------------------------- */
  .brand__cont__list,
  .brands__cont__list {
    width: 100%;
    margin-bottom: 20px; }
    .brand__cont__list__L,
    .brands__cont__list__L {
      float: left;
      width: 20px;
      padding-top: 5px;
      padding-right: 5px;
      font-size: 11px;
      color: #888; }
    .brand__cont__list__R,
    .brands__cont__list__R {
      float: left; }
      .brand__cont__list__R p,
      .brands__cont__list__R p {
        font-size: 17px;
        color: #000;
        line-height: .7;
        cursor: pointer;
        transition: .4s; }
      .brand__cont__list__R a,
      .brands__cont__list__R a {
        font-size: 11px;
        color: #888;
        letter-spacing: -0.2px; }
        .brand__cont__list__R a:hover,
        .brands__cont__list__R a:hover {
          color: #caaf2c; }
          .brand__cont__list__R a:hover p,
          .brands__cont__list__R a:hover p {
            color: #caaf2c; }
  /*
 SP single
---------------------------------------- */
  .single__wrap {
    background: #f7f7f7;
    border-top: 1px #c8c9ca solid;
    border-bottom: 1px #c8c9ca solid;
    padding-bottom: 30px; }
  .single__inner {
    width: 88%;
    margin: 0 auto; }
  .single .item__bc {
    font-size: 12px;
    padding: 10px 0 20px; }
    .single .item__bc li {
      display: inline-block;
      margin-right: 3px; }
    .single .item__bc__icon {
      color: #caaf2c; }
  .single .item__tit1 {
    font-size: 17px; }
  .single .item__tit2 {
    font-size: 18px;
    padding-bottom: 10px; }
  .single .item__L {
    margin-bottom: 20px; }
    .single .item__L a {
      cursor: pointer; }
    .single .item__L img {
      width: 100%;
      margin-bottom: 10px; }
  .single .item__R {
    padding-bottom: 30px; }
    .single .item__R__ta {
      width: 100%;
      border-bottom: 1px #000 solid;
      margin-bottom: 10px; }
      .single .item__R__ta th, .single .item__R__ta td {
        /*width: 100%;*/
        display: block; }
      .single .item__R__ta td {
        padding-bottom: 10px; }
    .single .item__R__tit1 {
      padding-bottom: 10px; }
  .single .item__pager__btns {
    margin-bottom: 30px; }
    .single .item__pager__btns li {
      display: block; }
      .single .item__pager__btns li:first-child {
        margin-bottom: 10px; }
      .single .item__pager__btns li a {
        display: block;
        min-width: 230px;
        border: 1px solid #000;
        padding: 16px 30px 16px 50px;
        position: relative;
        line-height: 1.4;
        font-size: 12px; }
        .single .item__pager__btns li a:before {
          position: absolute;
          content: "◀︎";
          color: #caaf2c;
          top: 27px;
          left: 20px; }
      .single .item__pager__btns li span {
        font-size: 12px; }
  .single .item__pager__box {
    border: 1px #000 solid;
    padding: 4%;
    line-height: 1.6; }
    .single .item__pager__box__L {
      margin-bottom: 20px; }
    .single .item__pager__box__R p {
      padding-bottom: 4px; }
    .single .item__pager__box__R img {
      text-align: center;
      margin: 0 auto 10px; }
  .single__form {
    width: 88%;
    margin: 30px auto 60px; }
    .single__form__tit {
      font-size: 18px;
      margin-bottom: 20px; }
    .single__form__cont .item__form__name {
      padding-bottom: 3px;
      margin-top: 20px; }
      .single__form__cont .item__form__name .req {
        display: inline-block;
        margin: 2px 0 2px 10px;
        vertical-align: top;
        background: #e95513;
        border-radius: 4px;
        color: #fff;
        font-size: 11px;
        padding: 0 6px 1px; }
    .single__form__cont .item__form__input {
      border: 1px #717071 solid;
      padding: 10px 3%;
      font-size: 14px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%; }
      .single__form__cont .item__form__input:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__input__s {
      border: 1px #717071 solid;
      padding: 10px 3%;
      font-size: 14px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%;
      margin-bottom: 5px; }
      .single__form__cont .item__form__input__s:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__input__l {
      border: 1px #717071 solid;
      padding: 10px 3%;
      font-size: 14px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%;
      margin-bottom: 5px; }
      .single__form__cont .item__form__input__l:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__textarea {
      border: 1px #717071 solid;
      padding: 10px 3%;
      font-size: 14px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      width: 100%;
      margin-bottom: 5px; }
      .single__form__cont .item__form__textarea:focus {
        border: 1px #caaf2c solid;
        outline: 0; }
    .single__form__cont .item__form__txt {
      color: #caaf2c;
      font-size: 14px;
      margin-bottom: 20px; }
    .single__form__cont .formBtn {
      border: 0;
      border-radius: 4px;
      background: #e95513;
      color: #fff;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      font-size: 14px;
      width: 100%;
      padding: 10px 0;
      cursor: pointer;
      transition: .4s;
      margin-top: 20px; }
      .single__form__cont .formBtn:hover {
        background: #caaf2c;
        transition: .4s; }
  /*
 SP modal
---------------------------------------- */
  .modal-content {
    position: fixed;
    display: none;
    z-index: 999999;
    margin: 0;
    padding: 25px;
    background: #fff; }
  .modal-overlay {
    z-index: 99999;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(255, 255, 255, 0.7); }
  /*
 SP choice
---------------------------------------- */
  .choice .hero {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background: url(../img/choice_img_01.jpg) no-repeat center;
    background-size: cover; }
  .choice .inner {
    width: 84%; }
  /*
 SP after-sales-service
---------------------------------------- */
  .after-sales-service .hero {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background: url(../img/after-sales-service_img_01.jpg) no-repeat center;
    background-size: cover; }
  .after-sales-service .inner {
    width: 84%; }
  .after-sales-service .contact {
    border: 0;
    margin-top: 0; }
  .after-sales-service .map__cont {
    text-align: center;
    margin: 0 auto; }
    .after-sales-service .map__cont p {
      font-size: 14px;
      text-align: center;
      padding-bottom: 20px; }
    .after-sales-service .map__cont iframe {
      width: 100%;
      height: 200px;
      margin: 0 auto;
      border: 0; }
  /*
 SP delivery-record
---------------------------------------- */
  .delivery-record .hero,
  .post-type-archive-delivery_record .hero {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background: url(../img/delivery-record_img_01.jpg) no-repeat center;
    background-size: cover; }
  .delivery-record .inner,
  .post-type-archive-delivery_record .inner {
    width: 84%; }
  .delivery-record__cont,
  .post-type-archive-delivery_record__cont {
    width: 100%;
    margin-bottom: 20px; }
    .delivery-record__cont a,
    .post-type-archive-delivery_record__cont a {
      cursor: pointer; }
    .delivery-record__cont .img img,
    .post-type-archive-delivery_record__cont .img img {
      width: 100%;
      height: auto; }
    .delivery-record__cont .txt,
    .post-type-archive-delivery_record__cont .txt {
      padding: 5px 0; }
  .delivery-record .wp-pagenavi,
  .post-type-archive-delivery_record .wp-pagenavi {
    margin: 40px auto 60px;
    text-align: center; }
    .delivery-record .wp-pagenavi span,
    .delivery-record .wp-pagenavi a,
    .post-type-archive-delivery_record .wp-pagenavi span,
    .post-type-archive-delivery_record .wp-pagenavi a {
      padding: 8px 12px;
      background: #f7f7f7;
      font-size: 12px;
      color: #9d9d9e;
      border-bottom: 2px #aca59b solid; }
    .delivery-record .wp-pagenavi .current,
    .delivery-record .wp-pagenavi a:hover,
    .post-type-archive-delivery_record .wp-pagenavi .current,
    .post-type-archive-delivery_record .wp-pagenavi a:hover {
      background: #65655e;
      color: #fff;
      border-bottom: 2px #464546 solid; }
    .delivery-record .wp-pagenavi .pages,
    .post-type-archive-delivery_record .wp-pagenavi .pages {
      display: none; }
  /*
 SP subscribe
---------------------------------------- */
  .subscribe .hero {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background: url(../img/subscribe_img_01.jpg) no-repeat center;
    background-size: cover; }
  .subscribe .inner {
    width: 84%; }
  .subscribe__form {
    text-align: center;
    padding-top: 10px; }
    .subscribe__form input[type="text"] {
      text-align: left;
      font-size: 17px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      border: 0;
      border-bottom: 1px #caaf2c solid;
      width: 100%;
      padding: 6px;
      display: block; }
      .subscribe__form input[type="text"]:focus {
        border: 0;
        border-bottom: 1px #404040 solid;
        outline: 0; }
    .subscribe__form input[type="submit"] {
      width: 100%;
      border: 0;
      border-radius: 4px;
      background: #caaf2c;
      color: #fff;
      font-size: 15px;
      font-family: "Open Sans", "Noto Sans JP", sans-serif;
      display: block;
      padding: 8px 20px;
      margin-top: 10px;
      cursor: pointer;
      transition: .4s; }
      .subscribe__form input[type="submit"]:hover {
        background: #404040;
        transition: .4s; }
  .subscribe .img {
    width: 70%;
    margin: 0 auto; }
    .subscribe .img img {
      text-align: center;
      margin: 0 auto;
      padding: 35px 0 50px; }
  .subscribe__wrap {
    padding-bottom: 40px; }
  .subscribe__cont {
    width: 100%;
    border: 1px #000 solid;
    margin-bottom: 20px;
    padding: 15px 8% 20px; }
    .subscribe__cont .ico {
      width: 26%;
      margin: 0 auto; }
      .subscribe__cont .ico img {
        margin: 0 auto;
        text-align: center; }
    .subscribe__cont .txt {
      padding-top: 15px; }
  /*
 SP company-info
---------------------------------------- */
  .company-info .hero {
    max-width: 100%;
    height: 300px;
    margin: 0 auto;
    position: relative;
    background: url(../img/company-info_img_01.jpg) no-repeat center;
    background-size: cover; }
  .company-info .inner {
    width: 84%; }
  .company-info__tit {
    font-size: 18px;
    padding-bottom: 20px; }
  .company-info__cont .txt {
    width: 100%; }
    .company-info__cont .txt table {
      width: 100%;
      margin-bottom: 15px; }
      .company-info__cont .txt table th, .company-info__cont .txt table td {
        vertical-align: top;
        padding-bottom: 10px;
        line-height: 2; }
      .company-info__cont .txt table th {
        width: 30%; }
  .company-info__cont .img {
    margin-bottom: 30px; }
  .company-info .map__cont {
    text-align: center;
    margin: 0 auto;
    padding-top: 30px; }
    .company-info .map__cont p {
      font-size: 14px;
      text-align: center;
      padding-bottom: 20px; }
    .company-info .map__cont iframe {
      width: 100%;
      height: 200px;
      margin: 0 auto;
      border: 0; }
  .company-info__law {
    padding: 30px 0; }
    .company-info__law .txt {
      margin-bottom: 40px; }
    .company-info__law dl dt {
      font-size: 17px;
      padding-bottom: 10px; }
    .company-info__law dl dd {
      padding-bottom: 30px; }
  /*
 SP privacy-policy
---------------------------------------- */
  .privacy-policy .inner {
    width: 84%; }
  .privacy-policy .privacy__wrap {
    margin: 0 auto 60px; }
  .privacy-policy .privacy__inner__tit {
    font-size: 18px;
    margin-bottom: 20px; }
  .privacy-policy .privacy__inner__cont {
    margin-bottom: 40px; }
    .privacy-policy .privacy__inner__cont__sTit {
      font-size: 17px;
      padding-bottom: 10px; }
    .privacy-policy .privacy__inner__cont__li {
      margin-top: 10px; }
      .privacy-policy .privacy__inner__cont__li li {
        margin-bottom: 5px; }
  /*
 SP contact
---------------------------------------- */
  .contact {
    background: #fff;
    border: 0;
    margin: 0;
    padding-bottom: 0; }
    .contact .inner {
      width: 84%; }
    .contact .num__wrap__gr {
      padding: 0; }
    .contact__wrap {
      margin: 0 auto 30px; }
      .contact__wrap .page__sTit {
        font-size: 17px;
        color: #caaf2c;
        border-bottom: 1px #000 solid;
        padding-bottom: 5px;
        margin-bottom: 15px; }
      .contact__wrap .enqiury__cont__L {
        width: 100%; }
        .contact__wrap .enqiury__cont__L table th, .contact__wrap .enqiury__cont__L table td {
          vertical-align: top; }
      .contact__wrap .enqiury__cont__R {
        padding: 20px 0; }
    .contact__form {
      width: 88%;
      margin: 30px auto 60px; }
      .contact__form__tit {
        font-size: 18px;
        margin-bottom: 20px; }
      .contact__form__cont .item__form__1, .contact__form__cont .item__form__2, .contact__form__cont .item__form__3 {
        padding-bottom: 30px; }
      .contact__form__cont .item__form__name {
        padding-bottom: 3px;
        margin-top: 20px; }
        .contact__form__cont .item__form__name .req {
          display: inline-block;
          margin: 2px 0 2px 10px;
          vertical-align: top;
          background: #e95513;
          border-radius: 4px;
          color: #fff;
          font-size: 11px;
          padding: 0 6px 1px; }
      .contact__form__cont .item__form__input {
        border: 1px #717071 solid;
        padding: 10px 3%;
        font-size: 14px;
        font-family: "Open Sans", "Noto Sans JP", sans-serif;
        width: 100%;
        margin-bottom: 5px; }
        .contact__form__cont .item__form__input:focus {
          border: 1px #caaf2c solid;
          outline: 0; }
      .contact__form__cont .item__form__input__s {
        border: 1px #717071 solid;
        padding: 10px 3%;
        font-size: 14px;
        font-family: "Open Sans", "Noto Sans JP", sans-serif;
        width: 100%;
        margin-bottom: 5px; }
        .contact__form__cont .item__form__input__s:focus {
          border: 1px #caaf2c solid;
          outline: 0; }
      .contact__form__cont .item__form__input__l {
        border: 1px #717071 solid;
        padding: 10px 3%;
        font-size: 14px;
        font-family: "Open Sans", "Noto Sans JP", sans-serif;
        width: 100%;
        margin-bottom: 5px; }
        .contact__form__cont .item__form__input__l:focus {
          border: 1px #caaf2c solid;
          outline: 0; }
      .contact__form__cont .item__form__textarea {
        border: 1px #717071 solid;
        padding: 10px 3%;
        font-size: 14px;
        font-family: "Open Sans", "Noto Sans JP", sans-serif;
        width: 100%; }
        .contact__form__cont .item__form__textarea:focus {
          border: 1px #caaf2c solid;
          outline: 0; }
      .contact__form__cont .item__form__txt {
        color: #caaf2c;
        font-size: 14px;
        margin-bottom: 20px; }
      .contact__form__cont .formBtn {
        border: 0;
        border-radius: 4px;
        background: #e95513;
        color: #fff;
        font-family: "Open Sans", "Noto Sans JP", sans-serif;
        font-size: 14px;
        width: 100%;
        padding: 10px 0;
        cursor: pointer;
        transition: .4s;
        margin-top: 20px; }
        .contact__form__cont .formBtn:hover {
          background: #caaf2c;
          transition: .4s; }
  /*
 SP savenow
---------------------------------------- */
  .savenow img,
  .single-savenow img {
    text-align: center;
    margin: 0 auto; }
  .savenow__wrap,
  .single-savenow__wrap {
    width: 88%;
    margin: 0 auto; }
  .savenow__tit,
  .single-savenow__tit {
    text-align: center;
    position: relative;
    padding-bottom: 20px;
    margin: 0 auto; }
    .savenow__tit h2,
    .single-savenow__tit h2 {
      font-size: 17px; }
  .savenow__mv,
  .single-savenow__mv {
    text-align: center;
    margin-bottom: 30px; }
  .savenow__cont,
  .single-savenow__cont {
    padding-bottom: 30px; }
    .savenow__cont__tit .br-name,
    .single-savenow__cont__tit .br-name {
      font-size: 18px; }
    .savenow__cont__tit .pro-name,
    .single-savenow__cont__tit .pro-name {
      font-size: 17px; }
    .savenow__cont__tit .jp-name,
    .single-savenow__cont__tit .jp-name {
      margin-bottom: 10px; }
    .savenow__cont__L,
    .single-savenow__cont__L {
      padding-top: 6px; }
    .savenow__cont__R .price-box,
    .single-savenow__cont__R .price-box {
      text-align: center;
      padding: 4%;
      width: 100%;
      background: #f7f7f7;
      margin-top: 20px; }
      .savenow__cont__R .price-box .text1,
      .single-savenow__cont__R .price-box .text1 {
        font-size: 14px;
        margin-bottom: 4px; }
      .savenow__cont__R .price-box .text2,
      .single-savenow__cont__R .price-box .text2 {
        font-size: 14px;
        margin-top: 4px;
        font-weight: bold; }
      .savenow__cont__R .price-box .text3,
      .single-savenow__cont__R .price-box .text3 {
        font-size: 12px;
        margin-top: 4px;
        font-weight: bold;
        color: #c30d23; }
    .savenow__cont__btns,
    .single-savenow__cont__btns {
      text-align: center;
      margin-top: 20px; }
      .savenow__cont__btns li a,
      .single-savenow__cont__btns li a {
        width: 100%;
        margin: 0 auto;
        font-weight: bold;
        display: block;
        line-height: 42px;
        border-radius: 20px;
        font-size: 18px;
        color: #fff;
        background: #3284b7; }
        .savenow__cont__btns li a:hover,
        .single-savenow__cont__btns li a:hover {
          background: #2d96d8; }
      .savenow__cont__btns li:first-child,
      .single-savenow__cont__btns li:first-child {
        margin-bottom: 6px; }
        .savenow__cont__btns li:first-child a,
        .single-savenow__cont__btns li:first-child a {
          font-size: 14px;
          background: #0c3a5a; }
          .savenow__cont__btns li:first-child a:hover,
          .single-savenow__cont__btns li:first-child a:hover {
            background: #1b5984; }
      .savenow__cont__btns p,
      .single-savenow__cont__btns p {
        padding-top: 4px; }
  .savenow .savenow-thm,
  .single-savenow .savenow-thm {
    text-align: center;
    margin: 10px 0 20px; }
    .savenow .savenow-thm li,
    .single-savenow .savenow-thm li {
      width: 20%;
      display: inline-block;
      margin: 3px;
      cursor: pointer; }
      .savenow .savenow-thm li img,
      .single-savenow .savenow-thm li img {
        width: 100%;
        border: 3px #fff solid; }
      .savenow .savenow-thm li .active img,
      .single-savenow .savenow-thm li .active img {
        border: 3px #caaf2c solid; }
  .savenow .bot-ban,
  .single-savenow .bot-ban {
    text-align: center; }
  .savenow .record_container .tbl_record,
  .single-savenow .record_container .tbl_record {
    width: 100%;
    vertical-align: top;
    margin-bottom: 20px; }
    .savenow .record_container .tbl_record th,
    .single-savenow .record_container .tbl_record th {
      vertical-align: top;
      width: 20%;
      padding: 0 4% 20px 0; }
    .savenow .record_container .tbl_record td,
    .single-savenow .record_container .tbl_record td {
      padding-bottom: 20px; }
  .savenow .record_wrap,
  .single-savenow .record_wrap {
    border-bottom: 1px #c8c9ca solid;
    padding-top: 30px; }
    .savenow .record_wrap:last-of-type,
    .single-savenow .record_wrap:last-of-type {
      border-bottom: none; } }

/*# sourceMappingURL=maps/style.css.map */


/*--------------------------------------------------------------
個別商哝〝紝入実績㝮ロゴ部分㝮修正
--------------------------------------------------------------*/

.site-logo .logo {
	position: relative;
}
.site-logo .logo img {
	position: absolute;
	top:0;
	left:0;
}
.site-logo .logo img.small {
	margin-left: 0px!important;
}


@media (min-width: 768px){
.main {
    padding-top: 0px;
}
}

#page {
	background-color: #fff;
	/*background: url(https://www.italia-kagu.com/wp-content/uploads/2019/11/bg-product.jpg) repeat;*/
}
.woocommerce-breadcrumb {
	display: none;
}

/*--------------------------------------------------------------
個別商哝㝮レイアウト変更　※2318をコメントアウト
--------------------------------------------------------------*/

@media (min-width: 992px){
.item__R .col-md-6 {
    /*width: 45%;*/
	margin-top: 150px;
	float: right;
}
	}
@media (min-width: 768px){
.single .item__R {
    float: none;
    width: 100%;
}
}
.item__L {
	margin-top: 150px;
}

.item__tit {
	width: 100%;
	height: 110px;
	border-top: solid 54px #438099;
}
.item__tit1 {
	margin-bottom: -20px;
	/*background-color: #438099;*/
	width: 100%;
	/*height: 54px;*/
	padding: 15px 0px 5px;
	line-height: 1.2;
}
.item__tit2 {
	font-size: 38px!important;
	font-weight: 500;
	width:100%;
	padding-top: 10px;
}
.item__tit {
	position: absolute;
	top: 50px;
	left: 0;
}
.item__pager {
	clear: both;
	width: 100%;
}

.single .item__bc {
    padding: 0px 0 40px;
}

.single .item__bc li {
	font-size: 14px;
}

.item__L__img img {
	/*box-shadow: 3px 5px 5px 0px rgba(0,0,0,0.1); */
	border-top: solid 1px #777;
	border-right: solid 1px #777;
	border-bottom: none;
  border-left: solid 1px #777;
  /* border: none; */
}

.single .item__R__ta {
    width: 100%;
    border-bottom: none!important;
    margin-bottom: 30px;
	border-collapse: separate;
	border-spacing: 0px;
}
.single table.item__R__ta th {
    border-bottom: solid 1px #777!important;
	border-top: none!important;
	border-left: none !important;
	/*border-left: solid 1px #fff !important;*/
	border-right: none!important;
	white-space: nowrap;
}
.single table.item__R__ta td {
    border-bottom: solid 1px #777!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
}
.single .item__R__tit1 {
	font-weight: 700;
}

.single .item__pager__btns li a {
    display: block;
    min-width: 230px;
    border: 1px solid #777!important;
    padding: 16px 30px 16px 50px;
    position: relative;
    line-height: 1.4;
    font-size: 12px;
    background-color: #777!important;
    color: #fff!important;
	/*border-radius: 50px 0 0 50px;*/
}
.single .item__pager__btns li a:hover {
    background-color: #fff!important;
    color: #333!important;
}

.single .item__pager__btns li a:before {
    position: absolute;
    content: "◀︎";
    color: #ddd!important;
    top: 25px!important;
    left: 20px;
}

.single .item__pager__box {
	/*background-color: rgba(229,191,147,0.30);*/
	/*border-color: rgba(229,191,147,1.00)!important;*/
	border-color: #777;
}

.contact__form__cont .item__form__name .req {
    display: inline-block;
    margin: 2px 0 2px 10px;
    vertical-align: top;
    background: #c30d23!important;
    border-radius: 4px;
    color: #fff;
    font-size: 11px;
    padding: 0 6px 1px;
}
.Sbtn {
    width: 300px!important;
    margin: auto;
}
.Sbtn input.formBtn {
	font-weight: 400;
}
.Sbtn input.formBtn:hover {
	border: solid 1px #438099;
}
.wpcf7-form .phone:after, .wpcf7-form .gem-form-icon-phone:after {
    content: none!important;
}
.single__wrap {
    background-color: rgba(229,191,147,0.00)!important;
    /*background: #eeeedd!important;*/
	/*background: url(https://www.italia-kagu.com/wp-content/uploads/2019/11/bg-product.jpg) repeat;*/
}
.single .item__L {
    padding-right: 30px;
}

@media (max-width: 767px){
.single .item__R__ta th, .single .item__R__ta td {
    display:table-cell;
}
.item__tit {
	height: 85px;
}
.item__tit {
	border-top: solid 33px #438099;
}
.item__tit1 {
	margin-bottom: -20px;
	padding-top: 5px;
	height: 30px;
}
.item__tit2 {
	font-size: 30px!important;
}
.item__R .col-md-6 {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 50px;
	}
.single-product .main {
    padding-top: 0px!important;
}
.main {
    padding-top: 0px;
}
.item__L {
	margin-top: 100px;
}
.single .item__L {
    padding-right: 0px;
}
}


/*--------------------------------------------------------------
ブランド㝮レイアウト変更　※727をコメントアウト
--------------------------------------------------------------*/

.prod__topBox,.itemCont,.tax-product_brand #container {
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}
.tax-product_brand .archive__inner,
.tax-product_brand .page-template-category__inner,
.tax-product_brand .page-template-brandpage__inner {
    width: 100%;
}
.archive .prod__topBox, .page-template-category .prod__topBox, .page-template-brandpage .prod__topBox {
    padding: 0px 0px;
    /*background-color:rgba(229,191,147,0.50);*/
	/*background-color:rgba(153,169,181,0.50);*/
	background-color: #fff;
    color: #000;
    margin: 50px auto 30px;
    position: relative;
	border-top: 54px none #438099;
	border-bottom: 15px none #99a9b5;
}
.archive .prod__topBox__L--spec,
    .page-template-category .prod__topBox__L--spec,
    .page-template-brandpage .prod__topBox__L--spec {
    font-size: 38px!important;
	padding:15px 0 0;
    width: 100%;
    position: relative!important;
	transform: translateY(0%);
    line-height: 1.4;
	border-top: 54px solid #438099;
}
    .archive .prod__topBox__L__sText,
    .page-template-category .prod__topBox__L__sText,
    .page-template-brandpage .prod__topBox__L__sText {
      font-size: 16px!important; }
    .archive .prod__topBox__R,
    .page-template-category .prod__topBox__R,
    .page-template-brandpage .prod__topBox__R {
      font-size: 16px;
      width: 100%!important;
      float: none!important;
      line-height: 1.8; }

@media (max-width: 767px){
.prod__topBox,.itemCont,.tax-product_brand #container {
 	padding-left: 21px!important;
	padding-right: 21px!important;
}
.archive .item__bot, .page-template-category .item__bot, .page-template-brandpage .item__bot {
    padding-bottom: 0px;
}
.archive .prod__topBox, .page-template-category .prod__topBox, .page-template-brandpage .prod__topBox {
	margin-left: 0px;
	margin-right: 0px;
}
.archive .prod__topBox__L--spec, .page-template-category .prod__topBox__L--spec, .page-template-brandpage .prod__topBox__L--spec {
    font-weight: 500;
	font-size: 30px!important;
	text-align: left;
	border-top: 33px solid #438099;
}
.archive .spWrapper,
  .page-template-category .spWrapper,
  .page-template-brandpage .spWrapper {
    padding-top: 0px; }
.archive .prod__topBox, .page-template-category .prod__topBox, .page-template-brandpage .prod__topBox {
	/*border-top: 33px solid #438099;*/
}
}

/*--------------------------------------------------------------
カテゴリー㝮レイアウト変更　
--------------------------------------------------------------*/
.archive .sec__tit, .page-template-category .sec__tit, .page-template-brandpage .sec__tit {
	color: #000!important;
	margin: 50px 0 30px;
    padding: 15px 0 0;
	background-color: #fff!important;
	border-top: 54px solid #438099;
	text-align: left;
	font-size: 38px!important;
}

.page-id-9598 .archive .sec__tit, .page-template-category .sec__tit, .page-template-brandpage .sec__tit {
	margin: 150px 0 30px;
}
.archive .prodBox__list__goods__text1, .page-template-category .prodBox__list__goods__text1, .page-template-brandpage .prodBox__list__goods__text1 {
	overflow: hidden;
    color: #333!important;
    border-bottom: 1px solid #777;
    margin: 5px 0 0;
    height: 30px;
    font-size: 15px;
    letter-spacing: -0.1px;
}
#site-header .site-title a img.small, #site-header .menu-item-logo a img.small {
	opacity: 1;
}
/*.page-id-9598 #site-header-wrapper.site-header-wrapper-transparent {
    position: static;
}*/

#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-3, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .menu-toggle .menu-line-3, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .perspective-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .perspective-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons .perspective-toggle .menu-line-3 {
    background-color: #121212;
}
#site-header:not(.shrink) .header-colors-light #primary-navigation .hamburger-toggle &gt; span, #site-header:not(.shrink) .header-colors-light #primary-navigation .overlay-toggle &gt; span, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .perspective-toggle span {
    background-color: #121212;
}
.page-id-9598 #site-header-wrapper.site-header-wrapper-transparent #site-header:not(.shrink){
    background-color: rgba(255, 255, 255, 0.95) !important;
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
}
.page-id-9598 a img {
    transition: 0s!important;
}

@media (max-width: 767px){
.archive .sec__tit, .page-template-category .sec__tit, .page-template-brandpage .sec__tit {
	margin: 50px 0 30px;
	border-top: 33px solid #438099;
	font-size: 30px!important;
}
.page-id-9598 .archive .sec__tit, .page-template-category .sec__tit, .page-template-brandpage .sec__tit {
    margin: 60px 0 30px!important;
}
#site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #primary-navigation .menu-toggle .menu-line-3, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-1, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-2, #site-header:not(.shrink) .header-colors-light #perspective-menu-buttons.primary-navigation .menu-toggle .menu-line-3 {
    background-color: #121212;
}

.page-id-9598 #site-header.fixed.shrink .site-title a img.small.light ~ img.small, .page-id-9598 #site-header.fixed.shrink .menu-item-logo a img.small.light ~ img.small {
    margin-left: 0px!important;
}
.page-id-9598 #site-header .site-title a img.small.light ~ img.small, .page-id-9598 #site-header .menu-item-logo a img.small.light ~ img.small {
    display:inline-block!important;
	margin-left: -200px!important;
}
.page-id-9598 #site-header .site-title a img.light {
    opacity: 0;
}
.page-id-9598 .page-template-category .sec__tit {
    margin: 60px 0 30px!important;
}
}

/*--------------------------------------------------------------
紝哝実績㝮レイアウト変更　
--------------------------------------------------------------*/
.post-type-archive-delivery_record .sec__tit {
    margin: 20px auto 50px;
	max-width: 1140px;
	color: #000!important;
}

.post-type-archive-delivery_record h3{
	font-size: 38px!important;
	margin: -30px 0 0px;
	display: none;
}

.post-type-archive-delivery_record .main,
.post-type-archive-delivery_record .inner {
	max-width: 1140px!important;
	margin: 0 auto;
}

.bx-wrapper {
    position: relative;
    margin-bottom: 0px!important;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.savenow .savenow-thm li .active img, .single-savenow .savenow-thm li .active img {
    border: 3px #e5bf93 solid!important;
}
.savenow .savenow-thm, .single-savenow .savenow-thm {
    text-align: center;
    margin-top: 10px;
    margin-left: -15px;
}
.savenow .record_wrap:nth-of-type(2n), .single-savenow .record_wrap:nth-of-type(2n) {
    background: #fff;
}
.savenow .record_wrap, .single-savenow .record_wrap {
    /*border-bottom: 1px #e5bf93 solid!important;*/
    padding-top: 60px;
}
.savenow .record_container .tbl_record, .single-savenow .record_container .tbl_record {
    font-size: 16px;
    vertical-align: top;
	border-bottom: none!important;
    /*border-bottom: 1px #e5bf93 solid!important;*/
	border-collapse: separate;
	border-spacing: 3px;
    margin-bottom: 20px;
}
.savenow .record_container .tbl_record th, .single-savenow .record_container .tbl_record th {
	border-bottom: solid 1px #777!important;
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	white-space: nowrap;
}
.savenow .record_container .tbl_record td, .single-savenow .record_container .tbl_record td {
    border-bottom: solid 1px #777!important;
	border-top: none!important;
	border-left: solid 1px #777!important;
	border-right: none!important;
}
.savenow .record_container .tbl_record th, .single-savenow .record_container .tbl_record th,
.savenow .record_container .tbl_record td, .single-savenow .record_container .tbl_record td {
	padding: 5px 10px 10px!important;
	}

@media (max-width: 767px){
.post-type-archive-delivery_record .sec__tit {
    margin: 40px 21px 30px;
}
.savenow .savenow-thm, .single-savenow .savenow-thm {
    text-align: center;
    margin-top: 10px;
    margin-left: -25px;
}
.savenow .record_container .tbl_record, .single-savenow .record_container .tbl_record {
    font-size: 14px;
	}
.delivery-record .wp-pagenavi span, .delivery-record .wp-pagenavi a, .post-type-archive-delivery_record .wp-pagenavi span, .post-type-archive-delivery_record .wp-pagenavi a {
    padding: 8px 8px!important;
    background: #f7f7f7;
    font-size: 12px;
    color: #9d9d9e;
    border-bottom: 2px #aca59b solid;
}

}

.woocommerce .woocommerce-ordering select {
	display: none;
}
.archive .prodBox__list__goods, .page-template-category .prodBox__list__goods, .page-template-brandpage .prodBox__list__goods {

}

.single-product #site-header.fixed.shrink .site-title a img.small, #site-header.fixed.shrink .menu-item-logo a img.small {
	margin-left: 0px;
}

/*--------------------------------------------------------------
????????????
--------------------------------------------------------------*/
.archive .sec__tit,
.archive .prod__topBox__L--spec,
.single .item__tit2 {
  font-size: 30px !important;
  font-family: 'Roboto', sans-serif !important;
}
.single .item__tit1 {
  font-family: 'Roboto',sans-serif !important;
}

@media (min-width: 768px) {
  .archive .sec__tit,
  .archive .prod__topBox__L--spec,
  .single .item__tit2 {
    font-size: 30px !important;
    font-family: 'Roboto', sans-serif !important;
  }
  .single .item__tit1 {
    font-family: 'Roboto', sans-serif !important;
  }
}

/*--------------------------------------------------------------
20210519 WordPressアップグレード後に
ブランドのカテゴリーページのレイアウトがフルワイドになってしまったことによる修正
--------------------------------------------------------------*/
@media (min-width: 768px){
.archive .prodBox__list, .page-template-category .prodBox__list, .page-template-brandpage .prodBox__list {
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto;
}
}
@media (max-width: 767px){
.archive .prodBox__list, .page-template-category .prodBox__list, .page-template-brandpage .prodBox__list {
	width: 88%;
	margin: 0 auto;
}
}

/*--------------------------------------------------------------
20231206
カテゴリー別一覧ページの商品タイトルの設定変更
--------------------------------------------------------------*/
.archive .prodBox__list__goods__text2 {
    overflow: visible!important;
    color: #000;
    height: 30px;
    font-size: 15px;
    letter-spacing: -0.1px;
    line-height: 1.2;
    padding-top: 5px;
}

</pre></body></html>