@charset "UTF-8";
/*
Theme Name: shop用サイト_2026_new
Template:  	 	welcart_basic
Author:		 		trendmake
Author URI:		http://www.trendmake.co.jp/
License:		 	GNU General Public License v2 or later
*/
html{ font-size: 16px; }

/* navigation */
#site-navigation {
position: fixed;
    width: 100%;
    top: 0;
    right: -100%;
    bottom: 0;
    left: auto;
    background: rgba(0, 0, 0, 0.72);
    color: white;
    display: flex;
    justify-content: flex-end;
    align-items: start;
    flex-wrap: wrap;
    padding: 104px 114px 16px 70px;
    flex-direction: row;
    transition: 0.3s ease;
    column-gap: 50px;
}
#site-navigation .n_logo img {
  max-height: 200px;
  margin-top: 15px;
}
#menu-shop-manu {
  width: calc(100% - 80px);
}
#site-navigation.is-active {
  right: 0;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
  position: static;
}
#site-navigation a {
  color: white !important;
  text-decoration: none !important;
}
#site-navigation .n_logo span {
  display: block;
  font-size: 1rem;
  margin: 6px 12px;
}
#site-navigation li a {
  font-size: 1rem;
  border: none;
  padding: 15px 0 12px;
  line-height: 1.2;
}
#site-navigation li.current-menu-item > a,
#site-navigation li.current-menu-ancestor > a,
#site-navigation li a:hover {
  background: none !important;
}
#site-navigation li > a::before {
  /* content: "\f0da";
  padding-right: 0.6em;
  font-family: "FontAwesome"; */
}
#site-navigation li.menu-item-type-taxonomy > a {
  padding-left: 0.6em;
}
#site-navigation li.menu-item-type-taxonomy > a::before {
  font: var(--fa-font-regular);
  content: "\f290";
  padding-right: 0.6em;
  font-family: "FontAwesome";
}
#site-navigation li#menu-item-344 > a::before {
  /* font: var(--fa-font-regular);
  content: "\f06e";
  padding-right: 0.6em; */
}
#site-navigation li.noarrow > a i {
  padding-right: 0.6em;
}
#site-navigation li.noarrow > a::before {
  display: none;
}
#site-navigation ul {
  width: auto;
  min-width: 210px;
  padding: 0;
}
#site-navigation ul li {
  border: none !important;
}
#site-navigation li a {
  margin-bottom: 0px;
}
#masthead #site-navigation .menu-wrap .nav-add-menu {
  display: flex;
  margin-top: 20px;
  flex-direction: row;
  column-gap: 15px;
}
#site-navigation .menu-wrap .nav-add-menu a {
  padding: 0 0 10px;
}

#site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a{
  background: none;
}

header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
  display: flex;
  height: auto;
}

.page-template-uscescart table {
  width: 100%;
  margin-bottom: 1.25rem;
  /*border: 1px solid #ddd;*/
  border-collapse: collapse;
  font-size: 0.875rem;
}
.page-template-uscescart table thead,
.page-template-uscescart table tfoot {
  background: #f5f5f5;
}
.page-template-uscescart table thead tr:last-child,
.page-template-uscescart table tfoot tr:last-child {
  border-bottom: 1px solid #ddd;
}
.page-template-uscescart .font-awesome {
  font-family: "FontAwesome";
}

pre,
.moz-quote-pre {
  white-space: pre-wrap;
}

/*配色テクニック
$base:;
$main:;
$accent:;
*/
/*
ボタンの余白の作り方
作り方は上下がフォントサイズの1倍、左がフォントサイズの1.5倍、右がフォントサイズの2倍
*/
.btn {
  font-size: 13px;
  padding: 13px 26px 13px 19.5px;
}

.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after {
  clear: both;
}

/* body設定 */
body{
  font: .9em/1.5em Arial, Helvetica, sans-serif;
  overflow-wrap: break-word;
}
body .wrap {
  /*   font-family: "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.7; */
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #555555;
  font-size: 1rem;
  line-height: 2;
}
body a {
  color: #000;
  text-decoration: underline;
}
body a:visited {
  color: #000;
}
body a:hover {
  color: #196836;
  text-decoration: none;
}
body a:active {
  color: #196836;
}

/*ページトップへ戻る*/
.rtt {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 9999;
}
.rtt a {
  text-decoration: none;
  max-width: 120px;
  padding: 10px;
  text-align: center;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
}
.rtt a:hover {
  text-decoration: none;
}
.rtt a span {
  font-size: 30px;
  font-size: 1.875rem;
  display: block;
  line-height: 1;
}

/*************************************
共通パーツ
*************************************/
.wrap .inner {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#site-navigation ul {
  display: flex;
  flex-direction: column;
}

#colophon {
  margin-top: 60px;
  padding-left: 0;
  padding-right: 0;
}
#colophon .guide {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
#colophon .guide:before,
#colophon .guide:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
#colophon .guide:after {
  clear: both;
}
#colophon .guide .col03 {
  width: 32%;
  margin-right: 2%;
  float: left;
}
#colophon .guide .col03.last {
  margin-right: 0;
}
#colophon .guide .col03 dl dt,
#colophon .guide .col03 dl dd {
  display: block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}

.cat-il.type-grid {
  letter-spacing: inherit;
}
.cat-il.type-grid article {
  margin-right: 1%;
  margin-left: 1%;
}
.cat-il.type-grid article:nth-of-type(even) {
  margin-right: 1%;
  margin-left: 1%;
}

@media screen and (min-width: 768px) {
  #site-navigation{
    max-width: 500px;
  }
  #main {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #main #primary {
    /* width: 75%;
	float:right; */z
  }
  #main #primary #content {
    width: 100%;
  }
  #main #secondary {
    width: 20%;
    float: left;
  }
}
/*************************************
     header
*************************************/
h1 .site-title,
div .site-title {
  padding-top: 0;
  padding-bottom: 0;
  width: auto;
}

/*************************************
     footer
*************************************/
/*************************************
nav
*************************************/

/* Mobile Menu Button */
#menu-button {
  /* visibility:hidden;
		opacity:0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  /* background-color: #fafafa; */
}
#menu-button:hover {
  cursor: pointer;
}
#menu-button.nav-on {
  visibility: visible;
  opacity: 1;
}
#menu-button .ham-lines {
  position: relative;
  margin: 0 auto;
  width: 32px;
  height: 32px;
}
#menu-button .ham-lines span,
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 28px;
  height: 2px;
  background-color: white;
  box-shadow: 1px 1px 2px #4d4d4d;
}
#menu-button .ham-lines span {
  bottom: 15px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
#menu-button .ham-lines::before,
#menu-button .ham-lines::after {
  content: "";
}
#menu-button .ham-lines::before {
  bottom: 24px;
  animation: menu-bar01 0.75s forwards;
}
#menu-button .ham-lines::after {
  bottom: 6px;
  animation: menu-bar03 0.75s forwards;
}
#menu-button .ham-text {
  font-size: 12px;
  line-height: 1;
}
#menu-button.is-active .ham-lines span {
  opacity: 0;
}
#menu-button.is-active .ham-lines::before {
  animation: active-menu-bar01 0.5s forwards;
}
#menu-button.is-active .ham-lines::after {
  animation: active-menu-bar03 0.5s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(9px) rotate(45deg);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar03 {
  0% {
    transform: translateY(-9px) rotate(-45deg);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(9px) rotate(0);
  }
  100% {
    transform: translateY(9px) rotate(45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-9px) rotate(0);
  }
  100% {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* navigation */
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
  background: beige;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#site-navigation input#panel.on-off:checked + div.header-nav-container ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#site-navigation input#panel.on-off:checked + div.header-nav-container ul li {
  border: none !important;
  width: 100%;
  margin: 0 16px;
  padding: 8px;
}
#site-navigation input#panel.on-off:checked + div.header-nav-container ul a {
  display: inline;
  background: transparent;
  color: #333 !important;
  text-decoration: none !important;
  border: none;
}

@media screen and (max-width: 768px) {
  body #site-navigation {
    flex-direction: row-reverse;
    width: 100%;
    max-width: 100vw;
    padding: 90px 30px 0px 30px;
    background: rgba(0,0,0,0.9);
  }
}

/*************************************
     クライアント専用部分
*************************************/
/*サイドバー*/
.cart-btn {
  display: block;
  text-align: center;
  text-decoration: none !important;
  color: black !important;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #333;
}
.cart-btn i {
  font: normal normal normal 14px/1 FontAwesome;
}
#secondary #searchform input[type="text"] {
  max-width: unset;
}

/*商品詳細ページ*/
body.single .skuform {
  border: solid 1px #666;
  padding: 16px;
  margin-bottom: 16px;
}
body.single input[type="text"],
body.single input[type="password"],
body.single input[type="email"],
body.single input[type="tel"],
body.single input[type="search"],
body.single input[type="url"] {
  max-width: 60px;
  text-align: center;
}

.font-awesome {
  font-family: "FontAwesome";
}
body.single input[type="submit"],
.wpcf7 input[type="submit"] {
  font-family: FontAwesome, "ヒラギノ角ゴ ProN W3″", "Hiragino Kaku Gothic ProN",
    "メイリオ", Meiryo, sans-serif;
}
.itemsoldout a {
  background-color: #efefef;
  display: inline-block;
  padding: 15px;
  border-radius: 3px;
  text-decoration: none;
}
/*カート内ページ*/
.page-template-uscescart #main #primary,
.page-template-uscesmember #main #primary {
  width: 100%;
}

/* 特商 */
.tokusyo-tit,
.contact-tit {
  font-size: 20px;
  margin-bottom: 30px;
}
.tokusyou-format h3 {
  font-size: 1rem;
  margin-bottom: 5px;
}
.tokusyou-format table {
  width: 100%;
  margin-bottom: 30px;
}
.tokusyou-format table tr th,
.tokusyou-format table tr td {
  border: solid 1px #000;
  padding: 10px 15px;
}
.tokusyou-format table tr th {
  width: 25%;
}

/*お問い合わせ*/
.contact-txt {
  margin-bottom: 30px;
}
.wpcf7 table {
  width: 100%;
}
.wpcf7 table tr td,
.wpcf7 table tr th {
  border: solid 1px #000;
  padding: 10px 15px;
}
.wpcf7 table tr th {
  width: 25%;
  vertical-align: middle;
}
.wpcf7 table tr td input,
.wpcf7 table tr td textarea {
  width: 100%;
}
.wpcf7 input[type="submit"] {
  background-color: #efefef;
  width: 250px;
}
.submit-btn {
  text-align: center;
  margin: 30px 0 50px;
}
.pp-tit {
  font-size: 1rem;
  margin-bottom: 20px;
}
.pp-w {
  height: 200px;
  overflow-y: scroll;
}
.pp {
  margin-bottom: 50px;
}
/*mediaquery*/
@media screen and (max-width: 768px) {
  #menu-button {
    visibility: visible;
    opacity: 1;
  }

  .site-header {
    padding-top: 10px;
  }

  #site-navigation {
    background: #000;
  }
  #site-navigation label {
    position: static;
  }

  #colophon .guide .col03 {
    float: none;
    margin-left: 0;
    width: 100%;
    padding: 0 2% 10px 2%;
  }
  #secondary .incart-btn {
    display: none;
    margin: 0;
  }
  body.single .quantity input[type="button"] {
    line-height: 1;
  }
  .cat-il.type-grid article {
    display: inline-block;
    width: 100%;
    margin-right: 8%;
  }
}
@media screen and (max-width: 680px) {
  .wpcf7 table tr td,
  .wpcf7 table tr th,
  .tokusyou-format table tr th,
  .tokusyou-format table tr td {
    width: 100%;
    display: block;
    border-bottom: 0;
  }
  .wpcf7 table tr:last-child td,
  .tokusyou-format table tr:last-child td {
    border-bottom: solid 1px #000;
  }
}

/*ナビゲーション用CSS*/
/*追加CSS*/
/* sns share links */
.sns_container a {
  display: inline-block;
  vertical-align: bottom;
  font-size: 32px;
  text-decoration: none !important;
}
.sns_container a:hover {
  opacity: 0.72;
}
.sns_facebook {
  color: #3678ea !important;
}
.sns_twitter {
  color: #6aabe8 !important;
}
.sns_pocket {
  color: #dc4f5a !important;
}
.sns_line {
  color: #58bf38 !important;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------- PAGE ---------------------------------*/
* {
  box-sizing: border-box;
}
.wrap .pagewidth {
  width: 1100px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}
.wrap #masthead .inner {
  width: 100%;
  max-width: 100%;
}
body .wrap {
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-style: normal;
    color: #555555;
    font-size: 1rem;
    line-height: 2;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body strong,
body th {
  font-weight: 500;
}
img {
  vertical-align: top;
}
.wrap a img {
  transition: all 0.2s linear;
}
a img:hover {
  opacity: 0.7;
}
.wrap a,
.wrap a:hover,
.wrap a:active,
.wrap a:visited {
  transition: all 0.2s linear;
  color: #555;
}
a:focus {
  outline: none;
}
.main-image {
  text-align: center;
  margin: 0;
  padding: 0;
}

/*--------------------------------- END PAGE ---------------------------------*/
/*--------------------------------- HEADER ---------------------------------*/
header#masthead {
  padding: 0;
  margin-bottom: 0;
  border: none;
  position: relative;
  z-index: 10000;
  /* 	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: rgba(255,255,255,.42); */
}
.wrap header#masthead .inner {
  padding: 0;
}
.wrap header#masthead .inner:before,
.wrap header#masthead .inner:after {
  display: none;
}
header .site-title {
  padding: 15px 0;
  width: auto;
  float: none;
  text-align: center;
  line-height: 1;
}
header .site-title img {
  width: auto;
}
#site-navigation .nav-menu-open {
  background: none !important;
}
.rb {
}
#pagewrap .header_insta,
#pagewrap .footer_insta {
  display: block;
  margin: 0 0 15px 20px;
  border: 1px solid #926fb7;
  background: #eceaef;
  width: 240px;
  max-width: 100%;
  text-decoration: none;
  padding: 14px 20px;
  text-align: center;
}
#pagewrap .header_insta:hover,
#pagewrap .footer_insta:hover {
  opacity: 0.7;
}
#pagewrap .header_insta:before,
#pagewrap .footer_insta:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: url(../../uploads/icon_sns_insta.png) center center no-repeat;
  margin: 0 15px 0 0;
}

@media screen and (min-width: 1025px) {
}

/*--------------------------------- END HEADER ---------------------------------*/
/*--------------------------------- FOOTER ---------------------------------*/
#colophon {
  background: #f7f7f7;
  padding: 0;
  color: #555;
}
.footer_content {
  padding: 60px 0 0;
  text-align: center;
  overflow: hidden;
}
.footer_logo {
  margin-bottom: 22px;
}
.footer_info {
  line-height: 1.875;
  margin-bottom: 22px;
}
#pagewrap .footer_insta {
  margin: 0 auto;
}
#pagewrap .footer-navigation {
  width: 100%;
  padding: 0 3%;
  background: #926fb7;
}
.footer-navigation .footer-menu {
  padding: 22px 0;
  line-height: 1;
  text-align: center;
}
.footer-navigation .footer-menu li {
  width: auto;
  float: none;
  border: none;
  margin: 0;
  font-size: 1rem;
  line-height: 1.875;
  display: inline-block;
  position: relative;
  padding: 0;
}
.footer-navigation .footer-menu li.nav_none {
  display: none;
}
.footer-navigation .footer-menu li a {
  color: #fff;
  padding: 0 13px 0 8px;
  display: inline-block;
  position: relative;
}
.footer-navigation
  .footer-menu
  > li:not(:last-child):not(.menu-item-has-children, .nav_last)
  > a:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 0;
  border-left: 1px solid #fff;
}
.footer-navigation .footer-menu li.menu-item-has-children > a {
  padding-right: 0;
}
.footer-navigation .footer-menu li.menu-item-has-children ul {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.footer-navigation .footer-menu li.menu-item-has-children li {
  font-size: 1rem;
  line-height: 1.875;
}
.footer-navigation .footer-menu li.menu-item-has-children li a {
  padding: 0 0 0 5px;
}
.footer-navigation .footer-menu li.menu-item-has-children li a:after {
  content: "/";
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer-navigation
  .footer-menu
  li.menu-item-has-children
  li:first-child
  a:before {
  content: "(";
  display: inline-block;
  margin: 0 10px 0 0;
}
.footer-navigation .footer-menu li.menu-item-has-children li:last-child a {
}
.footer-navigation
  .footer-menu
  li.menu-item-has-children
  li:last-child
  a:after {
  content: ")";
  border: none;
  margin: 0 0 0 10px;
  display: inline-block;
  position: static;
}
.wrap .copyright {
  padding: 18px 3% 19px;
  text-align: center;
}
.wrap .copyright span {
  font-size: 14px;
}
.sp-footer-icons-container {
  display: none;
}
#pc-backtop.is-visible {
  opacity: 1;
}
#pc-backtop {
  display: block;
  position: fixed;
  z-index: 500;
  bottom: 50px;
  right: 50px;
  opacity: 0;
  transition: opacity 0.3s;
}

/*--------------------------------- END FOOTER ---------------------------------*/
/*--------------------------------- SIDEBAR ---------------------------------*/
.wrap #main #secondary {
  width: 22.6%;
  max-width: 100%;
  float: left;
  border: none;
  padding: 0 0 80px;
}
.wrap #secondary .widget {
  margin-bottom: 20px;
  padding: 0;
}

/*--------------------------------- END SIDEBAR ---------------------------------*/
/*--------------------------------- CONTENT ---------------------------------*/
.wrap #content {
  padding: 0;
}
.wrap #main #primary {
  /* width:74.2%;
  max-width:100%;
  float:right;
  overflow:hidden;
  padding:0 0 50px; */
}
body.page-template-uscescart .wrap #main #primary {
  width: 100%;
}
.category #content article,
.blog #content article {
  /* display:block;
	float:left;
	width:31.2%;
	padding-top:0;
	margin:0 0 50px 3.2%; */
}
.category #content article:nth-of-type(3n + 1),
.blog #content article:nth-of-type(3n + 1) {
  /* margin-left:0;
	clear:left; */
}
.cat-il.type-grid {
  margin: 0;
}
.category #content .cat-il > p.no-date,
.blog #content .cat-il > p.no-date {
  /* margin-bottom:42px; */
}
.wrap #main {
  padding: 60px 0 0;
  margin-top: 0;
}

/*--------------------------------- END CONTENT ---------------------------------*/

@media screen and (max-width: 1024px) {
  #main .widget_welcart_category ul,
  #main .widget_welcart_search ul,
  #main .widget_search form,
  #main .widget_welcart_login ul {
    width: 100%;
  }
  #main .widget_welcart_calendar table {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  header .inner .site-title {
    padding: 5px 0;
  }
  header .inner .site-title a img {
    max-height: 50px;
  }
  header .inner .rb {
    padding: 0;
  }
  #pagewrap header .inner .header_insta {
    display: none;
  }
  .sp-footer-icons-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: fixed;
    z-index: 600;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
  }
  .sp-footer-icons-container a {
    display: block;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-size: 10px;
    border-radius: 0;
    background-color: #fff;
    text-decoration: none;
    padding: 10px 0 6px;
    border: 1px solid #c4c4c4;
    border-width: 1px 0 0 1px;
  }
  .sp-footer-icons-container a:first-of-type {
    border-width: 1px 0 0;
  }
  .sp-footer-icons-container a i {
    display: block;
    font-size: 1rem;
    color: #111;
    margin-bottom: 8px !important;
  }
  #pc-backtop {
    display: none;
  }
  .header .site-title {
    position: static;
    margin-bottom: -84px;
  }

  .row_main {
    background-position: left -200px center;
  }
}

.wrap header#masthead .inner.nav-on {
  max-width: 94%;
  padding: 0 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
header .inner.nav-on .site-title {
  padding: 5px 0;
}
header .inner.nav-on .site-title a img {
  max-height: 50px;
}
header .inner.nav-on .rb {
  padding: 0;
}

.wrap #menu-button {
}
#masthead #site-navigation.nav-off {
}
#masthead #site-navigation.is-active {
}
#masthead #site-navigation.is-active .header-nav-container,
#masthead #site-navigation .nav-add-menu {
  padding: 0;
  margin: 0 auto;
}
#masthead #site-navigation.is-active .header-nav-container li {
}
#masthead #site-navigation.is-active .header-nav-container li:last-child {
}
#masthead #site-navigation.is-active .header-nav-container li a {
}
#masthead #site-navigation.is-active .header-nav-container li ul {
}
#masthead #site-navigation.is-active .header-nav-container li ul li {
}

.wrap #menu-button {
}
.sp-footer-icons-container a {
  color: #fff;
  border-left: 0;
  border-color: #fff;
  background: #926fb7;
}
.sp-footer-icons-container a i {
  color: #fff;
}
.wrap #main-menu-container.is-active {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .wrap #main #primary,
  .wrap #main #secondary {
    /* width:100%;
		float:none; */
  }
}

@media screen and (max-width: 680px) {
  .blog #content article,
  .category #content article {
    width: 100%;
    margin-left: 0;
  }
    #site-navigation{
    justify-contact: space-between;
    column-gap: 30px;
  }
  #site-navigation .menu-wrap{
    width: calc(100% - 86px);
  }
  #site-navigation{

  }
}
