@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}

a {
  color: #c6222f;
}

a:hover {
  color: #de3d4a;
}

#wrapper {
  padding-top: 70px;
}

/*
	header
-------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  height: 70px;
  width: 100%;
}

#header h1 {
  height: 50px;
}

#header h1 img {
  height: 50px;
  width: auto;
}

#header .header_upper_right {
  text-align: right;
  float: right;
  margin: 0 0 0 10px;
}

#header .search_wrap {
  display: none;
  vertical-align: middle;
}

#header .hd_cart {
  float: right;
  margin: 0;
}

.hd_sns {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.hd_sns li {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin: 0 5px;
}

.hd_sns a {
  color: #565555;
  display: block;
  text-decoration: none;
  transition: all, .4s;
}

.hd_sns a:hover {
  color: #c6222f;
}

.guide_btn {
  display: inline-block;
  margin: 0 0 0 6px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.guide_btn a {
  background-color: #565555;
  color: #fff;
  display: block;
  padding: 8px 9px;
  transition: all, .4s;
}

.guide_btn a:hover {
  background-color: #898888;
}
.law_btn {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 1.6rem;
  vertical-align: middle;
}

.law_btn a {
  background-color: #565555;
  color: #fff;
  display: block;
  padding: 5px 9px;
  transition: all, .4s;
}

.law_btn a:hover {
  background-color: #898888;
}

.contact_btn {
  display: inline-block;
  margin: 0 0 0 3px;
  font-size: 1.2rem;
  vertical-align: middle;
}

.contact_btn a {
  background-color: #c6222f;
  color: #fff;
  display: block;
  padding: 8px 9px;
  transition: all, .4s;
}

.contact_btn a:hover {
  background-color: #e56973;
}

#category_id {
  float: none;
  display: inline-block;
}

.search select {
  height: auto;
  padding: 3px 1em 6px;
  font-size: 1.1rem;
  background-color: #fff;
}

.search .input_search {
  background-color: #fff;
  height: auto;
  font-size: 1.1rem;
  padding-right: 30px;
}

.search input[type="search"] {
  height: auto;
  width: 100%;
  font-size: 1.1rem;
  padding: 4px 0;
}

.search .bt_search {
  margin-top: 1px;
}

.bt_search {
  width: 32px;
  height: 24px;
}

.bt_search .cb-search {
  fill: #636378;
  font-size: 20px;
  font-size: 2rem;
}

/* cart area */
#cart_area {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 11;
}

.cb {
  fill: #fff;
}

.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after {
  background: #fff;
}

.extra-form {
  margin: 5px 0;
}

/* navigation drawer */
#drawer .category-nav ul {
		display: block;
}
#drawer .category-nav ul a {
	font-weight: normal;
	line-height: 40px;
	height: 40px;
	font-size: small;
}

/*
	footer
-------------------------------------------------------------------*/
#footer {
  background-color: #000;
  font-family: 'Questrial', sans-serif;
  padding: 25px 0 16px;
  text-align: center;
}

#footer .logo {
  width: 292px;
  margin: 0 auto 42px;
}

#footer .logo a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all, .4s;
}

#footer .logo a:hover {
  opacity: .6;
}

#footer .sns {
  margin: 0 0 64px;
}

#footer .sns li {
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  margin: 0 22px;
}

#footer .sns li img {
  width: 28px;
}

#footer .sns .ft_cart {
  background: url(../img/common/cart.svg) no-repeat;
  background-size: 100% auto;
  height: 27px;
  width: 35px;
}

#footer .sns .ft_cart a {
  background-image: url(../img/common/cart_a.svg);
  opacity: 0;
  transition: all, .4s;
  height: 27px;
  width: 35px;
}

#footer .sns .ft_cart a:hover {
  opacity: 1;
}

#footer .sns a {
  color: #fff;
  display: block;
  text-decoration: none;
  transition: all, .4s;
}

#footer .sns a:hover {
  color: #c6222f;
}

#footer .link {
  margin: 0 0 80px;
  font-size: 0;
}

#footer .link li {
  font-size: 1.4rem;
  display: inline-block;
}

#footer .link li + li:before {
  content: "|";
  padding: 0 0.5em;
}

#footer .link a {
  color: #fff;
  text-decoration: none;
  transition: all, .4s;
}

#footer .link a:hover {
  color: #c6222f;
}

#footer .sunvalley {
  width: 304px;
  margin: 0 auto 50px;
}

#footer .sunvalley a {
  transition: all, .4s;
}

#footer .sunvalley a:hover {
  opacity: .6;
}

#footer .copyright {
  font-size: 1.4rem;
}

@media only screen and (min-width: 768px){
  #wrapper{
    padding-top: 60px;
  }
  #header{
    height: auto;
    padding-top: 5px;
    min-height: 60px;
  }
  #header h1{
    height: 40px;
  }
  #header h1 img{
    height: 40px;
  }
  #header .search_wrap{
    display: inline-block;
  }
  .hd_sns{
    vertical-align: middle;
    padding: 0;
  }
  .hd_sns li{
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 5px;
  }
  .hd_sns a{
    color: #fff;
  }
  #header .search .input_search{
    float: none;
    display: inline-block;
  }
  #header #searchform select,
  #header #searchform input{
    float: none;
    display: inline-block;
  }
  #header .header_logo_area{
    margin-right: 20px;
  }
  #header #category{
    padding: 15px 0 0;
    clear: none;
    font-family: "Times New Roman", "Lusitana", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  #category{
    float: left;
  }
  #header .category-nav{
    border: none;
    text-align: left;
    display: inline-block;
  }
  #header .category-nav > li > a{
    padding: 0 0.5em;
    height: 30px;
    line-height: 30px;
    border-bottom: none;
    font-weight: normal;
    font-family: "Times New Roman", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.7rem;
  }
  .category-nav ul{
    position: static;
    height: auto;
    width: auto;
    overflow: visible;
    z-index: 3;
    background: #000;
  }
  .category-nav > li > a{
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    overflow: visible;
    transition: color 0.3s, box-shadow 0.3s;
  }
  .category-nav li > a:hover{
    background: rgba(255, 255, 255, 0.3) !important;
  }
  #header .category-nav li ul{
    width: 220px;
  }
  #header .category-nav ul > li > a,
  #header .category-nav ul > li > ul > li > a,
  #header .category-nav ul > li > ul > li > ul > li a{
    color: #fff;
    padding-left: 10px;
    font-size: 1.4rem;
    font-weight: normal;
    font-family: "Times New Roman", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  }
  #header .category-nav li ul li ul:before{
    color: #fff;
  }
	
 .category-nav a{
    border-bottom: 1px solid #333;
  }
  .cart{
    top: 77px;
  }
  .badge{
    background-color: #f00;
  }
  .formWrap{
    display: inline-block;
    float: right;
  }

  /* cart_area */
  #cart_area{
    position: static;
    display: inline-block;
  }
  #header #cart_area{
    margin: 4px 0;
    vertical-align: middle;
  }
  #header #cart_area p.cart-trigger .cb-shopping-cart{
    left: 4px;
  }
  #header #cart_area p.cart-trigger .badge{
    left: 8px;
    top: 0;
  }
  #header #cart_area .cart_price{
    height: 26px;
    line-height: 24px;
    margin-right: 10px;
    color: #fff;
  }

  /* cart */
  #cart_area{
    top: 0;
    right: 16px;
  }
  #cart_area .user_name {
    position: absolute;
    color: #fff;
    line-height: 14px;
    bottom: 4px;
    font-weight: normal;
    font-family: "Times New Roman", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 1.7rem;
  }
  #cart_area p{
    border: none;
    float: none;
    min-width: 170px;
  }
  #cart_area p.cart-trigger{
    background-color: #c6222f;
    right: auto;
  }
  #cart_area .inner{
    min-width: 256px;
  }
  #cart_area .cart_price{
    font-size: 11px;
  }
  #cart_area .cart_price .price{
    font-size: 12px;
  }
  .cart-trigger, .nav-trigger{
    display: inline-block;
    height: 26px;
  }
  p.cart-trigger a{
    height: 24px;
    line-height: 24px;
  }
  p.cart-trigger .cb{
    vertical-align: middle;
    font-size: 20px;
    transition: opacity 0.3s, transform 0.3s;
  }
  p.cart-trigger .cb-close{
    opacity: 0;
    position: absolute;
    left: 8px;
    top: 4px;
    font-size: 18px;
  }
  p.cart-trigger .badge{
    position: absolute;
    right: 1px;
    top: 5px;
  }
}

@media screen and (max-width: 767px){
  #cart_area .user_name {
    position: absolute;
    color: #fff;
    right: 24px;
    top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  #wrapper {
    padding-top: 90px;
  }
  #wrapper.logged-in {
    padding-top: 102px;
  }
  .formWrap.has_user_name {
    height: 52px;
  }
  #cart_area .user_name {
    bottom: 4px;
  }
}