@charset "utf-8";
/*
Theme Name: Lightning Pro Child
Theme URI: https://lightning.nagoya
Template: lightning-pro
Description:
Author: kwhr_yknr
Tags:
Version: 0.1.2
*/

textarea:focus,
input:focus,
input[type]:focus,
.uneditable-input:focus,
select:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

/*---------- header ---------*/
header {
  border-radius: 0 !important;
}

.page-header {
  margin-top: 0 !important;
  color: white !important;
}

#header-top {
  width: 100% !important;
  padding: 8px 0;
  border-bottom: 1px solid #333;
  font-size: 12px;
}

#header-top-wrapper {
  overflow: hidden;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

#header-top-wrapper h1 {
  float: left;
  margin: 0;
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
}

#header-top-wrapper ul {
  float: right;
  margin-bottom: 0;
  padding-left: 0;
  vertical-align: top;
}

#header-top-wrapper li {
  display: inline-block;
  float: left;
  margin-right: 8px;
  padding-top: 2.5px;
  list-style: none;
}

#header-top-wrapper li:after {
  margin-left: 5px;
  content: "｜";
}

#header-top-wrapper li:last-child:after {
  content: "";
}

#header-top-wrapper a {
  display: block;
  float: left;
  color: #305cae;
}

#nav-mypage {
  padding-left: 20px;
  background: url(https://image1.shopserve.jp/sf-y.sd.shopserve.jp/pic-labo/icon_mypage.gif) no-repeat left;
}

.gMenu {
  margin: 30px 0 0 0;
}

.gMenu li {
  border-left: 1px solid #d7d7d7;
}

.gMenu li:last-child {
  border-right: 1px solid #d7d7d7;
}

.gMenu li a {
  padding: 10px 61.6px;
}

.gMenu_name,
.sub-menu {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.sub-menu {
  left: 55.8% !important;
}

header .sub-menu li {
  width: 215px !important;
}

.menuBtn.menuBtn_right {
  top: 7px;
  right: 7px;
  margin: 0;
}

/* 検索フォーム */
.vk-mobile-nav-menu-btn {
  display: none;
}

.navbar-header #searchform {
  position: relative;
  float: right;
  max-width: 312px;
  margin-top: -60px;
  margin-bottom: 15px;
  padding: 5px 0;
}

.navbar-header #sbox {
  position: absolute;
  right: 52px;
  width: 235.5px;
  height: 50px;
  padding: 0 10px;
  border: none;
  border-radius: 4px 0 0 4px;
  background: #eee;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.navbar-header #sbtn {
  position: absolute;
  right: 2px;
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 0 4px 4px 0;
  background: #1f2533;
  color: #fff;
  font-size: 16px;
}

/* SP絞り込み検索 */
.header-search-btn {
  display: none !important;
  position: absolute;
  top: 17px;
  left: 20px;
  cursor: pointer;
  font-size: 25px;
}

.header-refine-wrapper {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .7);
}

.refine {
  position: relative;
  width: 90%;
  /* max-width: 600px; */
  margin: 50px auto;
  border-radius: 4px;
  background: #fff;
}

.return {
  display: none;
}

.searchandfilter p {
  margin-bottom: 1.2em;
  font-weight: bold;
}

.refine input[type="text"],
.refine .searchandfilter li,
.refine .searchandfilter h4,
.refine .searchandfilter input[type="submit"] {
  /* width: 100% !important; */
  /* max-width: 800px; */
  padding-right: 20px !important;
  padding-left: 20px;
}

/* チェックボックスデザイン */
.searchandfilter input[type=checkbox],
.mask-form input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

.searchandfilter input[type=radio] + span,
.searchandfilter input[type=checkbox] + span,
.mask-form input[type=radio] + span,
.mask-form input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
  line-height: 1.5px;
}

@media (min-width: 1px) {
  .searchandfilter input[type=checkbox],
  .mask-form input[type=checkbox] {
    display: none;
    margin: 0;
  }

  .searchandfilter input[type=checkbox] + span,
  .mask-form input[type=checkbox] + span {
    padding: 0 0 0 24px;
  }

  .searchandfilter input[type=checkbox] + span::before,
  .mask-form input[type=checkbox] + span::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background-color: white;
    content: "";
  }

  .searchandfilter input[type=checkbox] + span::before,
  .mask-form input[type=checkbox] + span::before {
    border: 2px solid #c2ced2;
  }

  .searchandfilter input[type=checkbox]:checked + span::after,
  .mask-form input[type=checkbox]:checked + span::after {
    display: block;
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    content: "";
  }

  .searchandfilter input[type=checkbox]:checked + span::after,
  .mask-form input[type=checkbox]:checked + span::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-bottom: 3px solid #1e73be;
    border-left: 3px solid #1e73be;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .searchandfilter input[type=checkbox]:checked + span,
  .mask-form input[type=checkbox]:checked + span {
    color: #1e73be;
  }
}

.refine .searchandfilter > div > ul > li {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.refine .searchandfilter > div > ul > li:nth-child(2) {
  display: none;
}

.refine .searchandfilter > div > ul > li:first-child,
.refine .searchandfilter > div > ul > li:last-child {
  border: none;
}

.refine .searchandfilter > div > ul > li:last-child {
  display: flex;
  margin: 27px 0 30px;

  justify-content: space-around;
}

.refine .searchandfilter ul li ul li {
  display: inline-block !important;
  width: auto !important;
  padding: 0 3px 7px !important;
  /* text-align: center; */
}

.fa-times-circle {
  position: absolute;
  top: -16px;
  right: -18px;
  background-image: url(/wp-content/uploads/white-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  cursor: pointer;
  color: #1f2533;
  font-size: 35px;
  font-weight: 900;
}

.fa-times-circle:hover {
  color: #636771;
}

/* メニューボタン */
.menu-btn {
  display: none !important;
  position: absolute;
  top: 14px;
  right: 20px;
  cursor: pointer;
  font-size: 30px;
}

.carousel {
  margin-top: 0 !important;
}

/* ページタイトル */
.page-header {
  background: #1f2533 !important;
}

.page-header_pageTitle {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 600;
}

/* パンくずリスト */
.breadcrumb {
  font-size: 60%;
}

/* ソートボタン */
.sort-btn {
  margin: 30px 0;
}

.sort-btn a {
  margin-right: 5px;
  padding: 10px;
  border-radius: 4px;
  background: #eee;
  color: #333;
  font-size: 12px;
  font-weight: bold;
}

.sort-btn .sort-btn-selected {
  text-decoration: underline;
  background: #1f2533;
  color: #fff;
}

/* 商品管理投稿一覧 */
.vertical_card.normal_image .media_post_image {
  margin-bottom: 5px !important;
}

.media_post_price {
  margin-bottom: 0;
  text-align: center;
  color: #b12704;
  font-size: 12px;
  font-weight: bold;
}

.media_post_price span {
  display: block;
}

.media_post_title {
  font-weight: bold;
}

/* 商品管理関連記事 */
.yarpp-title {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 10px 0;
}

.yarpp-related .media_post_excerpt {
  font-weight: normal;
}

/* 商品詳細ページ */
.row .item-img-left,
.row .item-img-right {
  position: relative;
  margin-bottom: 5px;
  padding: 5px;
  border-top: 5px solid #eee;
  border-right: 5px solid #ccc;
  border-bottom: 5px solid #ccc;
  border-left: 5px solid #eee;
}

.row .item-img-left:after,
.row .item-img-right:after {
  position: absolute;
  z-index: -10;
  top: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%);
  border-top: 5px solid #ccc;
  border-right: 5px solid #eee;
  border-bottom: 5px solid #eee;
  border-left: 5px solid #ccc;
  content: "";
}

.row .item-img-left {
  margin-right: 5px;
}

.row .item-img-left img,
.row .item-img-right img {
  width: 100%;
}

.item-img-bottom {
  margin-bottom: 5px;
}

.col-md-6,
.col-sm-6 {
  width: 372.5px;
  height: auto;
  margin: 0;
  /* padding: 0; */
}

.order-price {
  margin-bottom: 25px;
  padding-bottom: 0;
  border: none;
  font-size: 80%;
  font-weight: bold;
}

.order-price:after {
  content: none;
}

.gender-order {
  margin-bottom: 16px;
}

.gender td,
.mens,
.ladys {
  border: 1px solid #cdcdcd;
  font-size: 12px;
}

.mens {
  padding: 8px 0 8px 30px;
  background: #ecf2f6;
  color: #3b5180;
  font-weight: bold;
}

.ladys {
  padding: 8px 0 8px 30px;
  background: #f6ecf4;
  color: #803b80;
  font-weight: bold;
}

.gender td {
  text-align: center;
}

.data-true-hide,
#data-true-btn {
  display: none;
}

.last-order-btn {
  display: none;
  text-align: center;
}

.last-order-btn a {
  text-decoration: underline;
  color: #32b16c;
  font-size: 12px;
}

.single-products .sending {
  text-align: center;
}

.single-products #data-true-btn {
  width: 100%;
  max-width: 250px;
  padding: 26.5px 0;
  letter-spacing: 1px;
  border: none;
  border-radius: 5px;
  background: #32b16c;
  font-size: 14px;
}

.single-products #data-true-btn:hover {
  opacity: .7;
}

.attention p {
  font-size: 70%;
  line-height: 160%;
}

.spec {
  margin-bottom: 20px;
}

.spec h3 {
  margin-bottom: 25px;
}

.spec th {
  width: 130px;
  border: 1px solid #cdcdcd;
  background: #ecf2f6;
  color: #3b5180;
  font-size: 12px;
  font-weight: bold;
  ;
}

.spec td {
  padding: 2px 10px;
  border: 1px solid #cdcdcd;
  background: #fff;
  font-size: 12px;
}

/*---------- sidebar ----------*/
.refine-btn {
  display: block;
  margin: 30px 0;
  padding: .4em .7em;
  text-align: center;
  border: 3px solid #1f2533;
  border-radius: 4px;
  background: #f7f7f7;
  cursor: pointer;
  color: #1f2533;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7em;
  transition: all .3s;
}

.refine-btn i {
  margin-right: 10px;
}

.refine-btn:hover {
  background: #1f2533;
  color: #f7f7f7;
}

.widget-title {
  padding: .4em .5em;
  border-bottom: 3px solid #d7d7d7;
  border-left: 5px solid #1f2533;
  background: #f4f4f4;
  color: #494949;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

.widget-title:empty {
  border: none !important;
}

.siteContent .widget-title {
  margin-bottom: 9px !important;
}

.siteContent .widget-title:after {
  content: none !important;
}

.siteContent .subSection-title,
.siteContent .widget .subSection-title,
.subSection .widget {
  margin: 0 !important;
  padding: 0 !important;
}

.col-md-3 > .widget:nth-of-type(n+2) > .sideWidget > .localNavi > .cat-item > .children {
  display: none;
}

/* 絞り込み検索 */
#sbtn:hover,
.searchandfilter h4:hover,
.searchandfilter input[type="submit"]:hover {
  opacity: .7;
}

.searchandfilter input[type="text"] {
  /* width: 262.5px; */
  height: 50px;
  margin-bottom: 6px;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background: #eee;
  font-size: 13px;
}

.searchandfilter h4 {
  width: 262.5px;
  margin-bottom: 6px;
  background: transparent;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* .searchandfilter h4:after {
  float: right;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-size: 20px;
} */

.down-icon:after {
  content: "\f107" !important;
}

.up-icon:after {
  content: "\f106" !important;
}

.searchandfilter ul,
.mask-form {
  width: 100%;
  margin-top: 20px;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

.searchandfilter > div > ul {
  margin: 1.5em 0 0 0;
}

.searchandfilter ul > li > ul:not(.children) {
  /* display: none; */
  padding-left: 10px;
}

.searchandfilter li {
  margin-bottom: 3px;
}

.searchandfilter > div > ul > li > ul > li > label,
.searchandfilter .children li > .children {
  display: none;
}

.cat-item {
  display: block !important;
}

.searchandfilter label {
  width: 300px;
  margin-bottom: 0;
}

.searchandfilter input[type="checkbox"] {
  position: relative;
  top: 2.4px;
  margin-right: 2.4px;
}

.searchandfilter label,
.searchandfilter input[type="checkbox"] {
  cursor: pointer;
  font-size: 13px;
}

.searchandfilter #crearAll {
  width: 25%;
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  background: #c2ced2;
  color: #333;
  font-weight: bold;
}

.searchandfilter input[type="submit"] {
  width: 25%;
  /* margin: 0 0 0 auto; */
  padding: 10px 0;
  border: none;
  border-radius: 4px;
  background: #1f2533;
  color: #fff;
  font-weight: bold;
}

.postform {
  width: 262.5px;
  height: 50px;
  margin-top: 0 !important;
  padding: 0 15px;
  border: none;
  border-radius: 4px;
  background-color: #eee;
  background-image: url(/wp-content/uploads/angle-down-solid.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12.5px 22px;
  cursor: pointer;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 13px;
  font-weight: bold;

  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* .postform:-ms-expand {
  display: none;
} */

.postform option {
  font-weight: bold;
}

/* ブランドカテゴリー */
.widget > div > ul > li > a {
  padding: .4em .7em;
  background: #1f2533;
  cursor: pointer;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7em;
}

.widget > div > ul > li > a:after {
  float: right;
  content: "\f107";
  font-family: "font awesome 5 free";
  font-size: 20px;
}

.col-md-3 .widget_vkexunit_banner {
  margin-bottom: 5px !important;
}

.col-md-3 > .widget:first-child > .sideWidget > .localNavi > .cat-item > a:after {
  content: "\f106";
}

.widget > div > ul > li > a:hover {
  text-decoration: none;
}

.menu-item-10734466 a:after {
  content: none !important;
}

.menu-item-10734466 a:hover {
  text-decoration: underline !important;
}

.widget > div > ul > li > a + .sub-menu {
  display: none;
}

#nav_menu-4 {
  background: #f3f3f3;
}

.widget_nav_menu ul li li a {
  padding-left: 1em;
  font-size: 12px;
}

.sub-menu .sub-menu a:before {
  float: left;
  margin-right: 10px;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}


/* バナー */
.widget_vkexunit_banner img {
  width: 262.5px;
}

/*--------- footer ----------*/
footer {
  height: 100%;
  background: #f8f9fb;;
}

footer,
footer h1,
footer h4 {
  border: none;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: bold;
}

footer h4,
footer p {
  font-size: 13px !important;
}

footer h4 {
  margin: 0;
  padding: 0;
  text-align: center;
}

footer .textwidget p,
footer .greeting-txts {
  display: inline-block;
  vertical-align: top;
}

footer .greeting-txts p {
  margin-top: 6px;
}

.greeting-txts {
  width: 259.4px;
}

footer dt,
footer dd {
  padding: 0;
  border: none;
  font-size: 13px;
}

footer dl {
  margin-top: 0;
}

.copySection {
  font-size: 14px;
}

/* order-news ranking */
iframe {
  height: 417px;
}

/* instagram-feed */
.insta-img-list {
  display: flex;
  padding-left: 0;

  justify-content: center;
  flex-wrap: wrap;
}

.insta-img-list .item {
  margin-bottom: 0;
  list-style: none;
}

.insta-img-list .item img {
  width: 131.26px;
}

/* 投稿以外 日付非表示 */
.media_post_price + .media_post_text > .media_post_meta,
.entry-meta_updated {
  display: none;
}

/* Media Post */
@media screen and (min-width: 1200px) {
  .loop_outer .col-lg-4,
  .widget_ltg_media_posts_media_post .col-lg-4 {
    width: 25%;
  }

  .mainSection .vertical_card.normal_image a {
    padding: 12px;
  }
}

@media screen and (min-width: 992px) {
  /* header */
  .siteHeader {
    position: static !important;
  }

  /* ヘッダーロゴ中央寄せ */
  .navbar-header {
    float: none;
  }

  .navbar-brand {
    float: none;
    text-align: center;
  }

  .navbar-brand img {
    display: inline;
    text-align: center;
  }

  ul.gMenu {
    display: inline-block;
    position: relative;
    left: 50%;
    float: none;
    text-align: center;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}

@media screen and (max-width: 1199px) {
  /* グローバルメニュー */
  .gMenu li a {
    padding: 10px 41.6px;
  }

  header .sub-menu li {
    left: -102px !important;
    width: 182px !important;
  }

  /* 商品ページ画像 */
  .col-md-6,
  .col-sm-6 {
    width: 305.83px;
  }

  /* sidebar */
  .col-md-offset-1 {
    margin-left: 3.33333333% !important;
  }

  .col-md-3 {
    width: 30% !important;
  }

  /* instagram-feed */
  .insta-img-list .item img {
    width: 120px;
  }

  /* Media Post */
  .loop_outer .col-lg-4,
  .widget_ltg_media_posts_media_post .col-lg-4 {
    width: 33.3333%;
  }

  .mainSection.vertical_card.normal_image a {
    padding: 20px;
  }
}

/* @media screen and (max-width: 1090px) {
  .wpp-thumbnail {
    float: none;
    width: 100%;
    max-width: 720px;
  }
} */

@media screen and (max-width: 991px) {
  .siteHeadContainer {
    height: 59px;
  }

  .navbar-brand a {
    display: inline-block;
  }

  .gMenu-wrapper {
    display: none;
    position: fixed;
    z-index: 10;
    top: 58px;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
  }

  header #gMenu_outer {
    display: none;
    position: fixed;
    z-index: 100;
    top: 58px;
    left: 0;
    overflow-y: auto;
    width: 90%;
    max-width: 288px;
    height: 100%;
    background: #fff;
    transition: all .5s;
  }

  ul.gMenu {
    margin: 0;
  }

  header #gMenu_outer ul,
  header #gMenu_outer li,
  header #gMenu_outer a {
    border: none;
  }

  header #gMenu_outer a {
    width: 288px;
    padding: 15px 20px !important;
    border-top: 1px solid #e9e9e9;
  }

  .menu-item-object-custom a {
    /* border-bottom: 1px solid #e9e9e9 !important; */
  }

  header #gMenu_outer a:after {
    float: right;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    line-height: 20px;
  }

  header #gMenu_outer .menu-item-has-children a:first-child:after {
    float: right;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    line-height: 20px;
  }

  .sub-menu li {
    width: 100% !important;
  }

  header .sub-menu li {
    padding: 1px 20px !important;
  }

  header .sub-menu a {
    width: 267px !important;
    padding-left: 20px !important;
    border: none !important;
  }

  header .sub-menu a:after {
    float: right;
    content: "\f105" !important;
    font-family: "Font Awesome 5 Free";
    font-size: 25px;
    font-weight: 900;
    line-height: 20px;
  }

  .siteHeader {
    position: fixed !important;
  }

  .navbar-brand {
    padding: 5px 0 !important;
  }

  #header-top,
  #searchform,
  .menuBtn {
    display: none !important;
  }

  .header-search-btn,
  .menu-btn {
    display: inline-block !important;
  }

  .refine {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }

  .searchandfilter > div > ul {
    margin-top: 70px;
    margin-bottom: 57px;
  }

  .refine .fa-times-circle {
    display: none !important;
  }

  .return {
    display: block;
    position: fixed;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 59px;
    text-align: right;
    background: #eff0f5;
  }

  .return-btn {
    margin-right: 20px;
    padding: 5px 10px;
    border-radius: 4px;
    background: #1f2533;
    cursor: pointer;
    color: white;
    font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 59px;
  }

  .refine .searchandfilter h4 {
    width: 262.5px !important;
    padding-left: 0;
  }

  .refine .searchandfilter > div > ul > li {
    display: inline-block;
  }

  .refine .searchandfilter > div > ul > li:nth-child(2) {
    display: block;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    background: #efefef;
    font-size: 16px;
  }

  .refine .searchandfilter > div > ul > li:last-child {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin: 0;
    text-align: center;
    background: #eff0f5;
  }

  .searchandfilter label {
    width: 290px;
  }

  .refine .searchandfilter > div > ul > li:last-child .btn {
    /* width: 40% !important; */
    /* margin-right: 30% */
  }

  .page-header {
    margin-top: 58px !important;
  }

  .carousel {
    margin-top: 58.0469px !important;
  }

  /* 商品ページ画像 */
  .col-md-6,
  .col-sm-6 {
    width: 357.5px;
  }

  .item-img-bottom {
    margin-bottom: 5px !important;
  }

  /* sidebar */
  .col-md-offset-1 {
    margin-left: 0 !important;
  }

  .col-md-3,
  .widget-title,
  .searchandfilter input[type="text"],
  .searchandfilter li,
  .searchandfilter h4 {
    width: 100% !important;
  }

  .searchandfilter li {
    padding-right: 0;
  }

  /* instagram-feed */
  .insta-img-list .item img {
    width: 100%;
    max-width: 180px;
  }

  /* category */
  .postform {
    width: 100%;
  }

  /* WPP */
  .wpp-thumbnail {
    width: 100%;
  }

  /* footer */
  .siteFooter {
    margin-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  /* 商品詳細ページ */
  .entry-body .row {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: auto;

    justify-content: center;
  }

  .row .item-img-left,
  .row .item-img-right {
    border-top: 2.5px solid #eee;
    border-right: 2.5px solid #ccc;
    border-bottom: 2.5px solid #ccc;
    border-left: 2.5px solid #eee;
  }

  .col-md-6,
  .col-sm-6 {
    width: auto;
  }

  /* footer */
  .siteFooter .container {
    padding: 0;
  }

  .siteFooter .col-md-4:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
  }

  .siteFooter .subSection-title {
    margin: 0;
    padding: 10px 15px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #464646;
    font-size: 14px;
  }

  .siteFooter .subSection-title:after {
    position: static;
    float: right;
    overflow: visible;
    width: auto;
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-size: 20px;
    line-height: 27px;
  }

  .siteFooter .textwidget {
    display: none;
    padding: 0 15px;
  }

  .siteFooter .copySection {
    padding: 20px 15px;
    font-size: 10px;
  }

  /* Media Post */
  .loop_outer .col-lg-4,
  .widget_ltg_media_posts_media_post .col-lg-4 {
    width: 100%;
  }

  .flex_height_col.col-sm-6 {
    width: 50%;
  }

  .vertical_card.normal_image .media_post_image {
    height: 23vw !important;
  }
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }

  .entry-body .container {
    padding-right: 0;
    padding-left: 0;
  }

  .searchandfilter label {
    /* display: block; */
  }

  /* バナー */
  .widget_vkexunit_banner img {
    width: 100%;
    max-width: 720px;
  }
}

@media screen and (max-width: 576px) {
  .mainSection .vertical_card.normal_image a {
    padding: 10px !important;
  }
}

/************************************
** video
************************************/
/*動画の最大幅を指定する*/
.video-container {
  max-width: 640px;
}

/*動画の大きさを調整*/
.video {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  height: 0;
  height: auto;
  padding-top: 30px;
  padding-bottom: 56.25%;
}

/*動画を囲んでいるdiv目一杯に広げる*/
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* WordPress Popular Posts */
.wpp-list {
  display: flex;
  width: 100%;
  padding: 0;

  flex-wrap: wrap;
  justify-content: space-between;
}

.wpp-list li {
  position: relative;
  width: 49%;
  margin: 1.2rem 0 0 0;
  padding: 0 0 1rem 0;
  border-bottom: #ddd 1px solid;
}

.wpp-thumbnail {
  float: none;
}

.wpp-list .wpp-post-title {
  display: block;
  margin: 0 0 .5rem;
  margin-top: .8rem;
  color: black;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
}

.wpp-list .wpp-excerpt {
  display: block;
  margin: 0;
  color: #333;
  font-size: 9.09091px;
  line-height: 1.2;;
}

/* すべての順位共通のスタイル */
.wpp-list li .wpp-post-title:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* 1位 */
.wpp-list li:nth-of-type(1) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank1.png");
}

/* 2位 */
.wpp-list li:nth-of-type(2) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank2.png");
}

/* 3位 */
.wpp-list li:nth-of-type(3) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank3.png");
}

/* 4位 */
.wpp-list li:nth-of-type(4) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank4.png");
}

/* 5位 */
.wpp-list li:nth-of-type(5) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank5.png");
}

/* 6位 */
.wpp-list li:nth-of-type(6) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank6.png");
}

/* 7位 */
.wpp-list li:nth-of-type(7) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank7.png");
}

/* 8位 */
.wpp-list li:nth-of-type(8) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank8.png");
}

/* 9位 */
.wpp-list li:nth-of-type(9) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank9.png");
}

/* 10位 */
.wpp-list li:nth-of-type(10) .wpp-post-title:before {
  content: url("/wp-content/uploads/rank10.png");
}

/* Media Post */
.flex_height {
  display: flex;
  padding: 0 15px;

  flex-wrap: wrap;
}

.flex_height_col {
  display: flex;
  padding: 0;
}

.media_post_image.noimage {
  display: none !important;
}

/* taxonomy list */
/* .veu_childPage_list a:first-child, */
.veu_childPage_list .navigation {
  display: none;
}

.veu_childPage_list a .color_sample {
  width: 95px;
  height: 95px;
}

.veu_childPage_list a[href="white"] .color_sample {
  border: 1px solid #ccc;
  background: #fff;
}
.veu_childPage_list a[href="sax"] .color_sample {
  background: #94a2c5;
}
.veu_childPage_list a[href="blue_kei"] .color_sample {
  background: #4f67a5;
}
.veu_childPage_list a[href="purple"] .color_sample {
  background: #9f51c8;
}
.veu_childPage_list a[href="pink"] .color_sample {
  background: #f8aff2;
}
.veu_childPage_list a[href="gray"] .color_sample {
  background: #959395;
}
.veu_childPage_list a[href="black"] .color_sample {
  background: #333;
}
.veu_childPage_list a[href="navy"] .color_sample {
  background: #3d4875;
}
.veu_childPage_list a[href="ivory"] .color_sample {
  background: #f8f5e3;
}
.veu_childPage_list a[href="yellow"] .color_sample {
  background: #e9e451;
}
.veu_childPage_list a[href="beige"] .color_sample {
  background: #ede5ad;
}
.veu_childPage_list a[href="enji"] .color_sample {
  background: #9a4040;
}
.veu_childPage_list a[href="green"] .color_sample {
  background: #95cca3;
}
.veu_childPage_list a[href="brown"] .color_sample {
  background: #956540;
}
.veu_childPage_list a[href="red"] .color_sample {
  background: #eb4d49;
}
.veu_childPage_list a[href="khaki"] .color_sample {
  background: #c09c58;
}
.veu_childPage_list a[href="orange"] .color_sample {
  background: #f1903a;
}
.veu_childPage_list a[href="mint"] .color_sample {
  background: #b6dfe5;
}
.veu_childPage_list a[href="multi"] .color_sample {
  background-color: #fa8bff;
  background-image: linear-gradient(45deg, #fa8bff 0%, #2bd2ff 52%, #2bff88 90%);
}

.tax-products_cat_brand .veu_childPage_list .wp-post-image {
  width: 100%;
}

.tax-products_cat_brand .childPage_list_text {
  display: none;
}

.veu_childPage_list h5 {
  font-size: 14px;
  font-weight: normal;
}

div#order_form .resetstyle {
  margin-top: 30px;
  padding: 10px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-color: #ddd;
  cursor: pointer;
  color: #333;
  font-weight: bold;

  -webkit-appearance: none;
          appearance: none;
}

/* 注文速報 */
.smp_news {
  display: none;
}

/* 検索結果ページ 1列 */
@media screen and (min-width: 1200px) {
  .search .loop_outer .col-lg-4 {
    width: 50%;
  }

  .search .vertical_card.normal_image .media_post_image {
    height: 251px;
  }

  .search .media_post_price {
    margin-bottom: 10px;
  }

  .search .media_post_text {
    text-align: center;
  }
}

@media screen and (max-width: 1199px) {
  .search .loop_outer .col-lg-4 {
    width: 100%;
  }

  .search .vertical_card.normal_image .media_post_image {
    height: 20vw;
  }

  .search .media_post_price {
    margin-bottom: 10px;
  }

  .search .media_post_text {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .search .loop_outer .col-lg-4 {
    width: 50%;
  }

  #custom_html-12,
  .pc_news {
    display: none;
  }
  .smp_news {
    display: block;
  }
}

@media screen and (max-width: 576px) {
  .search .loop_outer .col-lg-4 {
    width: 100%;
  }

  .search .vertical_card.normal_image .media_post_image {
    height: 40vw !important;
  }
}

/* mask-form */
.post-type-mask .page-header {
  display: none;
}

.post-type-mask table {
  width: auto;
  margin-top: 20px;
}

.mask-size-wrap {
  margin-bottom: 15px;
}

.mask-size-wrap h5,
.mask-size-wrap h5 + div {
  margin-bottom: 5px;
}

.mask-size-wrap p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
}

.mask-note {
  width: auto;
  margin-left: 165px;
  font-size: 10px;
}

.mask-form #number {
  display: inline-block;
  width: auto;
  height: 26px;
  padding: 0;
  border-radius: 0;
}

.mask-submit {
  display: block;
  margin-top: 20px;
}

.mask-table-head {
  text-align: center;
  background-color: #ecf2f6;
  color: #3b5180;
}

.mask-form table,
.mask-form td,
.mask-form th {
  border: 1px solid #cdcdcd;
}
