body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, 'BlinkMacSystemFont', Sans-Serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  font-size: 1rem;
  line-height: 1.8;
  font-weight: normal;
  color: #444;
  word-wrap: break-word;
  overflow-x: visible;
}
header {
  background-color: black;
}
section{
  padding: 0;
}

article {
  margin-bottom: 0;
}

.site-main {
  margin: auto;
  background: #fff;
}

.h-title{
  background: black;
  color: #fff;
  padding-left: 1em;
  margin-bottom: .75rem;
}
.h-title .more {
  float: right;
  margin-right: 1rem;
  text-decoration: underline;
  color: #fff;
}

.error {
  text-align: center;
  margin-bottom: 2em;
  background: pink;
}

#header-menu {
  background: #000;
  color: #fff;
  width: 100%;
  position: relative;
  z-index: 999;
}
#header-menu a {
  color: #fff;
  background: #000;
  font-weight: bold;
}
#header-menu a:hover {
  color: #fff !important;
  background: #444;
}


#header-menu #logo {
  position: absolute;
  top: 4px;
  left: 10px;
  height: 48px;
}

#header-menu ul {
  display: flex;
  width: 156px;
  float: right;
  position: absolute;
  right: 0;
}
#header-menu ul li{
  width: 52px;
  height: 52px;
}
#header-menu ul li .menu-button{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 12px;
  text-align: center;
}
.navbar-menu {
  box-shadow: 0;
  padding: 0;
}
.navbar-item{
  text-align: left;
}

.navbar-item.is-mega {
  position: static;
}
.navbar-item.is-mega .is-mega-menu-title {
  margin-bottom: 0;
  padding: .375rem 1rem;
  color: #fff;
}

.topcat .catname-ja,
.subcat .catname-ja{
  display: inline;
  font-weight: normal;
  font-size: 0.9em;
}

.navbar-dropdown {
  background: #000;
  display: none;
}

.navbar-dropdown a {
  background: #fff !important;
  color: #000 !important;
}

#cart-pc, #search-pc, #account-pc{
  display: none;
}

.field p span {
  display: inline-block;
}

.steps {
  max-width: 600px;
  margin: auto;
}

.top-swiper-container,
.sub1-swiper-container,
.sub2-swiper-container,
.brand-swiper-container,
.pickup-swiper-container{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-swiper-pagination,
.sub1-swiper-pagination,
.sub2-swiper-pagination {
  width: 100%;
  line-height: .5em;
  text-align: center;
}

.swiper-pagination-bullet {
  margin: 0 4px;
}
.flexslider {
  margin: 0 !important;
}
.flex-direction-nav a:before {
  font-size: 0 !important;
}
.flexslider .flex-direction-nav li a {
  background-size: 100px 100px;
}

.flexslider .flex-direction-nav li a.flex-prev {
  left: 0;
  background-size: contain;
  width: 59px;
  height: 18px;
  background-image: url(../images/prev.png);
}
.flexslider .flex-direction-nav li a.flex-next {
  right: 0;
  background-size: contain;
  width: 59px;
  height: 18px;
  background-image: url(../images/next.png);
}


.sidemenu {
  display: none;
}

/* blog */

.entry-title {
  line-height: 1.2em;
  font-weight: bold;
  font-size: 1.25em;
}
.entry-title a {
  color: #000;
}

.entry-content {
  margin: 0;
}
.entry-content .wp-block-image {
  margin-bottom: 0;
}

.entry-content p {
  margin-bottom: 1.5em !important;
}

.avatar{
  border-radius: 50%;
  float: left;
  margin-right: 5px;
  border: solid 1px #BBB;
  padding: 2px;
}

.byline {
  font-size: 0.9em;
  margin: 5px 0;
  visibility: hidden;
}
.byline a {
  color: #444;
}

.posted-on {
  font-size: 0.8em;
}

/**********************************/
/********* PAGINATION *************/
/**********************************/

.pager {
  bottom: 30px;
}

.pager {
    overflow: hidden;
}

.pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
    padding: 0;
}

.pager ul li {
    margin: 1px;
    position: relative;
    left: -50%;
    float: left;
}

.current > span {
    background-color: #292929;
    color: #fff;
}

.pager ul li span,
.pager ul li a {
    display: block;
    font-size: 16px;
    padding: 0.3em 0.7em;
    border-radius: 3px;
}

.pager ul li a {
    background: #fff;
    color: #292929;
    text-decoration: none;
}

.pager ul li a:hover {
    background: #292929;
    color: #FFF;
}
/********/


.side-accordion, .header-accordion {text-align: center;}
.side-accordion .inner, .header-accordion .inner {display: none;padding-top: 0;}
.side-accordion p {cursor: pointer; padding: 10px; height: 50px;}
.side-accordion p.ac1, .header-accordion p.ac1 {background: #000;color:#fff;font-weight: bold;}
.side-accordion p.ac2, .header-accordion p.ac2 {background: #000;color:#fff;font-weight: bold;}
.side-accordion p.ac3, .header-accordion p.ac3 {background: #000;color:#fff;font-weight: bold;}
.side-accordion .inner li, .header-accordion .inner li {padding: 0;background: #FFF;}

#search-menu > a {margin-bottom: 1rem;}

.search-accordion {text-align: center;}
.search-accordion .inner {display: none;}
.search-accordion .cat {cursor: pointer; padding: 10px; height: 50px; margin-bottom: 1rem;}
.search-accordion > li {margin-bottom: 1rem;}
.search-accordion .inner li {padding: 0;background: #FFF;}

.main {
  padding-top: 0;
}

.item img {
  width:100%;
  height:100%;
}

.filter-cond {
  padding: 0 0 .75em 0;
  font-size: .9em;
}
.filter-cond img {
  margin-top: 3px;
  float: left;
  margin-right: 3px;
  width: 18px;
  height: 18px;
}

.filter {
}
.filter > div {
  margin-bottom: .75em;
}
.filter p {
  padding: .25em .5em;
  font-weight: bold;
  position: relative;
  font-size: .9em;
}

.filter p .toggle_btn {
	display: inline-block;
	width: 60px;
  height: 15px;
  line-height: 1.4em;
  background: url(../images/close.png) no-repeat left top;
  background-size: contain;
	position: absolute;
	top: 8px;
	right: 4px;
	cursor: pointer;
  text-indent: 1.6em;
  white-space: nowrap;
  overflow: hidden;
  font-size: .8em;
  font-weight: normal;
}
.filter p .toggle_btn:after {
  content: 'CLOSE';
}
.filter p .toggle_btn.selected {
  background: url(../images/open.png) no-repeat left top;
  background-size: contain;
}
.filter p .toggle_btn.selected:after {
  content: 'OPEN';
}

.size-label {
  padding: .25em;
  font-size: .9em;
}
.size-label a {
  display: block;
  font-size: .9em;
  border-radius: 1em;
  border: #666 solid 1px;
  color: #3273dc !important;
}
.size-selected a {
  border: #3273dc solid 1px;
  background-color: #3273dc;
  color: #fff !important;
}
#size-filter .message {
  margin-bottom: 0;
  background-color: #eee;
}
#size-filter ul{
  margin: .75em 0;
}

.brand-label {
  padding: 0 .75rem;
}
.brand-selected {
  border: 5px solid #3273dc;
  /* background: #3273dc; */
}
#brand-filter .message {
  margin-bottom: 0;
  background-color: #eee;
}
#brand-filter ul{
  margin: .75em 0;
}

.price {
  text-align: center;
  line-height: 1.3em;
}
.normalPrice{
  margin-top: .3em;
  display: block;
}
.oldPrice {
  text-decoration: line-through;
  font-size: 0.8em;
}
.specialPrice {
  color: red;
}
.product .price {
  text-align: left;
  font-size: 1.3em;
  font-weight: bold;
}

.shipping_free {
  font-weight: normal;
  font-size: 0.5em;
  background-color: #005aff;
  color: #fff;
  padding: 0.2em 0.4em;
}

.sale_price {
  font-weight: normal;
  font-size: 0.5em;
  background-color:#e60012;
  color: #fff;
  padding: 0.2em 0.4em;
}

.soldout {
  font-weight: normal;
  font-size: 0.5em;
  background-color: #bfbfbf;
  color: #fff;
  padding: 0.2em 0.4em;
}

.product #main img {
  width: 100%;
}
.product .thumbs {
  display: flex;
  flex-wrap: wrap;
}
.product .thumbs li{
  width: 25%;
  padding: 0.4em;
}
.product .description {
  font-size: 0.9em;
}
.product .description p {
  margin: .75em 0 !important;
}

.product .description table {
  width: 100%;
}
.product .description table tr {
  
}
.product .description table tr td{
  background-color: #fff;
  width: auto;
}

.ribbon {
    font-size: .75rem !important;
}

.ytube { 
  position:relative; 
  height:0; 
  margin-top:20px; 
  margin-bottom:20px; 
  padding-bottom:56.25%; 
  padding-top:30px; 
  overflow:hidden; 
}
.ytube iframe { 
  position:absolute; 
  top:0; 
  right:0; 
  width:100% !important; 
  height:100% !important; 
}


.disp-control {
  display: none;
}
.mobile-show {
  display: block;
}
.pc-show {
  display: none;
}
.breadcrumb {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
}
.breadcrumb ul {
  width: max-content;
}
.breadcrumb li+li::before {
  margin: 0 .75em;
}
.breadcrumb a {
  padding: 0;
}

.search_item {
    display: inline-block;
    padding: 3px;
    cursor: pointer;
}
.search_item.is-active {
    color: white;
    background-color: black;
}
.is-hide {
    display: none;
}

#brands-filter {

}

#brands-filter li{
  float: left;
  padding: 0 0.5rem;
}

#brands-filter li+ li {
  border-left: 1px solid #ddd;
}

.red {
  color: red;
}

h3{
  font-weight: bold;
}

a img:hover {
  opacity: 0.8;
}

#category-head {
  background-color: #fff;
  background-image: none;
}
#category-head .title {
  color: #444;
  font-size: 1em;
}
#category-head .description {
  color: #444;
}
#category-head .description a {
  color: #3273dc;
}
.subcategories a {
  background: #ceeaf9;
  border-radius: 20px;
}
.navigation {
  color: #444;
}

.grad-wrap {
  position: relative;
}
.grad-wrap + .grad-wrap {
  margin-top: 40px;
}
.grad-btn {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 128px;
  margin: auto;
  padding: .25em 0;
  border-radius: 2px;
  background: #009e8f;
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  cursor: pointer;
  transition: .2s ease;
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.grad-btn::after {
  content: "続きを読む"
}
.grad-btn:hover {
  background: #fff;
  color: #009e8f;
}
.grad-btn .fa-chevron-down {
  margin-right: .5em;
}
.grad-item {
  position: relative;
  overflow: hidden;
  height: 90px;
  margin-bottom: 2em;
}

.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 40px; /*グラデーションで隠す範囲*/
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
  background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.grad-trigger {
  display: none;
}
.grad-trigger:checked ~ .grad-btn {
  bottom: -2em;
}
.grad-trigger:checked ~ .grad-btn::after {
  content: "閉じる"
}
.grad-trigger:checked ~ .grad-btn .fa-chevron-down {
  transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
  height: auto;
  padding-bottom: 1rem;
}
.grad-trigger:checked ~ .grad-item::before {
  display: none;
}

.account-menu {
  max-width: 700px;
  margin: auto;
}

.account-menu .title {
  font-size: 1.4rem !important;
  margin-top: 1.5rem;
}

.account-menu .menu-buttons{
  margin-bottom: 1.5em;
}

.account-menu .resp-table{
  width: 100%;
}
.account-menu .resp-table th {
  background-color: #efefef;
}
.account-menu .resp-table th,
.account-menu .resp-table td {
  display: block;
  width: 100%;
}

.account-menu .resp-table small {

}

.account-menu-button {
  margin-bottom: .75rem;
}

.history {
  margin-bottom: 3rem;
}
.history .header-table {
  width: 100%;
  margin-bottom: 0;
}
.history .header-table th{
  background-color: #efefef;
}

.point-history-table {
  font-size: .8rem;
}
.point-history-table th {
  background-color: #efefef;
}
.point-history-table .mobile-hide {
  display: none;
}

.footer {
  background: #efefef;
  padding: 0;
}

.footer .shopinfo{
  margin-top: 3rem;
  padding: 1.5rem;
}

.footer .mini-logo {
  border-radius: 50%;
  width: 36px;
  float: left;
}

.footer .mini-logo-title {
  display: inline;
  font-size: 1.1em;
  padding-left: 8px;
}

.footer p {
  clear: both;
  font-size: .9rem;
  margin-top: 1em;
}

.footer .shopguide {
  text-align: center;
  max-width: 800px;
  margin: auto;
}

.footer .copyright {
  padding-bottom: 5rem;
  text-align: center;
}

.footer .sns {
  width: 300px;
  margin: auto;
  text-align: center;
}

#wplc_end_chat_button {
  display: none;
}

#page_top {
  width: 125px;
  height: 52px;
  position: fixed;
  right: 45%;
  bottom: -150px;
  background-image: url(../images/pagetop.png);
  background-size: contain;
  cursor: pointer;
}

#goto-skateboard-maker {
	position: fixed;
  z-index: 99;
  background: none !important;
  top: 64px;
  right: 0;
}
#goto-skateboard-maker:hover {
	background: none !important;
}
#goto-skateboard-maker img {
  width: 150px;
	opacity: 0.9;
}
#goto-skateboard-maker img:hover {
    opacity: 1;
}

@media screen and (min-width: 768px) {
  .account-menu .resp-table th,
  .account-menu .resp-table td {
    display: table-cell;
    width: auto;
  }
  .point-history-table {
    font-size: 1rem;
  }
  .point-history-table .mobile-hide {
    display: table-cell;
  }
  .topcat > .catname-ja {
    display: none;
  }
  .ribbon {
    font-size: 1rem;
  }
}

@media screen and (min-width: 1088px) {
  .main {
    padding-top: 52px;
  }
  #header-menu {
    position: fixed;
  }
  #header-menu ul {
    display: none;
  }

  #header-menu #logo {
    position: relative;
    margin-right: 2rem;
  }

  .navbar-menu, .navbar-brand {
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .navbar-menu {
    margin-top: 0;
  }

  .navbar-dropdown .container.is-fluid{
    margin-left: unset;
    margin-right: unset;
  }

  .navbar-dropdown a {
    background: #000 !important;
    color: #fff !important;
  }

  .sidemenu {
    display: block;
    padding-top: 52px;
    width: 150px;
    height: 100%;
    position: fixed;
    background: #000;
    overflow-y: scroll;
    -ms-overflow-style:none;
  }
  .sidemenu::-webkit-scrollbar {
    display: none;
  }

  .sidemenu ul li img {
    float: left;
    width:25px;
    margin-top: 2px;
    margin-right: 5px;
  }
  .sidemenu ul li span {
    display: block;
  }
  .main {
    /*margin-left:150px;*/
  }

  #cart-pc, #search-pc, #account-pc {
    display: inherit;
  }

  .disp-control {
    display: block;
  }
  .mobile-show {
    display: none;
  }
  .pc-show {
    display: block;
  }
  .size-label {
    padding: .25em .75em;
  }
  .size-label a {
    padding: 0;
  }
}
