@charset "UTF-8";
@import url("https://use.typekit.net/dbh3kyv.css");

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, address,
em, img, small, strong, b, i,dl, dt, dd, ol, ul, li, form, label, table, caption,
tbody, tfoot, thead, tr, th, td, article, canvas, footer, header, menu, nav, section,
time, audio, video, figure , button
{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{-webkit-appearance: none;border-radius: 0;}
body {
  font-size: 16px;
  line-height: 1.4;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141414;
}
article, footer, header, menu, nav, section {display: block;}
ul {list-style: none; }
a {margin: 0;color: inherit;padding: 0;font-size: 100%;text-decoration: none;vertical-align: baseline;background: transparent;}
a:link{transition: .3s;}
a:link:hover{opacity: 0.7;cursor: pointer;}
table {border-collapse: collapse;border-spacing: 0; }
em, b {font-style: normal; }
img {max-width: 100%;vertical-align: bottom;}
hr {display: block;height: 1px;margin: 0;padding: 0;border: 0;outline: 0; }
input, select {vertical-align: middle;}
.century{
  font-family: century-gothic, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width:768px){
  body {
    font-size: 14px;
  }
}
/*//////////////////////////////
		header
//////////////////////////////*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 102;
  background-color: #fff;
  transition: 0.5s;
}
header.hd_shadow {
  position: fixed;

}
header h1{
  width: 200px
}
header.hd_shadow .pcnav li a {
  padding: 10px 10px;
}
header.hd_shadow .ec_nav{
  padding: 5px 0;
}
header.hd_shadow .head_top{
  height: 0;
  padding: 0;
}
.head_top{
  transition: .3s;
  padding: 0;
  line-height: 1;
  overflow: hidden;
}
.head_top li:first-child{
  padding-right: 10px;
  margin-right: 10px;
}
.pcnav{
  width: 100%;
}
.pcnav ul{
}
.pcnav li{
  position: relative;
  width: 20%;
  text-align: center;
  font-size: 14px;
}
header.hd_shadow .pcnav li.new::before{
  top: 1px;
}
.pcnav .flex{
  justify-content: flex-end;
}
.pcnav li::after{
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #0c88d2;
  transform: scale(0,1);
  transition: .3s;
}
.pcnav li:last-child{
  background-color: #0a0a8c;
  color: #fff;
  font-size: 16px;
}
.pcnav li span{
  padding-right: 10px;
}
.pcnav li span img{
  vertical-align: middle;
}
.pcnav li a{
  position: relative;
  display: block;
  height: 100px;
  line-height: 100px;
  padding: 0px 10px;
  font-size: 14px;
  font-weight: bold;
}
.pcnav li a:hover{
  opacity: 1;
}
.pcnav li:first-child a::after{
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  width: 1px;
  height: 60%;
}
.pcnav li a::after{
  position: absolute;
  content: "";
  top: 20%;
  right: 0;
  width: 1px;
  height: 60%;
}

/* search */
.search_area{
  display: none;
  background-color: #cbcbcb;
}
.s-box_wrap{
  position: relative;
  width: 80%;
}
.s-box_wrap::before{
  position: absolute;
  content: "";
  left: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  background: url(./assets/img/common/icon_search.png) center / cover;
}
input#s-box {
  padding: 5px 5px 5px 40px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  box-sizing: border-box;
  height: 40px;
  border: 1px solid #dadada;
}

form#form {
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
}

button#s-btn-area {
  width: 20%;
  background: #0c88d2;
  cursor: pointer;
  color: #fff;
  margin: 0 0 0 10px;
}

#s-btn {
  font-weight: bold;
  letter-spacing: 5px;
}

@media screen and (max-width: 1000px) {
  .pcnav li a{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  header{
    left: 0;
    max-width: none;
    padding: 0;
    height: 50px;
    background: #fff;
    position: fixed;
  }
  header h1 {
    margin-left: -10px;
    width: 130px;
    padding-top: 5px;
  }
  .ec_nav {
    padding: 10px 0;
  }
  header.hd_shadow .ec_nav {
    padding: 10px 0;
  }
  /*sp navi */
  .sp_navBtn{
    position: absolute;
    width: 50px;
    right: 0;
    top: 0;
  }
  .ec_btn_area li {
    box-sizing: border-box;
    width: 44px;
    padding: 0 2px;
    font-size: 10px;
  }
  .ec_btn_area li.sp_cart{
    height: 50px;
  }
  .ec_btn_area li.sp_cart a{
    box-sizing: border-box;
    display: block;
    padding-top: 12px;
    width: 100%;
    height: 100%;
  }
  .ec_btn_area .count {
    top: 4px;
  }
  .globalnav_btn{
    position: relative;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
  }
  .globalnav_btn span {
    position: absolute;
    display: block;
    top: 24px;
    right: 12px;
    width: 20px;
    height: 2px;
    background-color: #000;
  }
  .globalnav_btn span::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 0;
    width: 25px;
    height: 2px;
    background-color: #000;
    transition: .3s;
  }
  .globalnav_btn span::after {
    content: "";
    position: absolute;
    bottom: -7px;
    right: 0;
    width: 15px;
    height: 2px;
    background-color: #000 ;
    transition: .3s;
  }
  .open .globalnav_btn span {
    background-color: #fff;
    width: 25px;
  }
  .open .globalnav_btn span::before{
   top: 0;
   left: 0;
   -webkit-transform: rotate(135deg);
   transform: rotate(135deg);
 }
 .open .globalnav_btn span::after {
   bottom: 0;
   left: 0;
   width: 25px;
   -webkit-transform: rotate(-135deg);
   transform: rotate(-135deg);
 }
 .sp-menu li a {
    font-size: 14px;
  }
 .sp-menu{
   background-color:#fff;
   position: absolute;
   top: 50px;
   left: 0;
   width: 100%;
   z-index: 800;
   padding-bottom: 50px;
   height: calc(100vh - 50px);
   overflow-y: scroll;
 }

 .sp-menu li{
   border-top: 1px solid #d2d2d2;
   position: relative;
   transition: .5s;
  }
 .sp-menu a{
    padding: 0 15px;
    font-size: 14px;
    line-height: 50px;
    display: block;
    position: relative;
  }
  .sp-menu li span{
    color: #543617;
    font-weight: 500;
  }
  .sp-menu ul li{
    text-align: left;
     display: block;
     height: auto;
     padding-bottom: 0;
   }
   .sp-menu ul li a{
     padding: 0 0 0 15px;
     line-height: 4em;
   }
  .pcnav{
    display: none;
  }
  .sp-menu a{
    line-height:initial;
  }
  .sp-menu a.nav_acc{
    position: relative;
  }
  .sp-menu a.nav_acc::before{
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    background-color: #000;
    right: 30px;
    top: calc(50% - 12px);
    transition: .3s;
  }
  .sp-menu a.nav_acc::after{
    position: absolute;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #000;
    right: 19px;
    top: calc(50% - 1px);
  }
  .sp-menu a.nav_acc.open::before{
    transform: rotate(90deg);
    transform-origin: center center;
  }
  .sp-menu nav > ul{
    height: auto;
    padding-bottom: 50px;
  }
  .sp-menu nav > ul > li:last-child{
    border-bottom:1px solid #d2d2d2;
  }
  .sp-menu nav > ul > li > ul{
    display: none;
  }
  .sp-menu nav > ul > li > ul > li{
    padding-left: 20px;
  }
  .sp-menu nav > ul > li > ul > li a{
    line-height: 3em
  }
  input#s-box {
    padding: 5px 5px 5px 34px;
    font-size: 14px;
  }
  .s-box_wrap::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 8px;
    width: 20px;
    height: 20px;
  }
  #s-btn{
    letter-spacing: 0;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */
#pageTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  display: none;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer{
  background-color: #0a0a8c;
  position: relative;
}
.contact_box{
  max-width: 1000px;
  position: absolute;
  top: -230px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 50px 0;
  background-color: #fff;
  box-shadow: 1px 4px 5px 3px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.contact_box h2{
      width: 294px;
      font-size: 48px;
      font-weight: bold;
      color: #0a0a8c;
      letter-spacing: 7px;
      position: relative;
      margin: auto;
}

.contact_box h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 294px;
    border-bottom: 4px solid #0a0a8c;
    opacity: 0.35;
}

.contact_box h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    border-bottom: 4px solid #0a0a8c;
}

.contact_box .sub_md{
      margin-top: 20px;
      display: block;
      text-align: center;
      font-size: 18px;
}
.contact_box p._txt {
  margin: 20px 50px;
  text-align: center;
  line-height: 2;
  font-size:15px;
}
.f_tel{
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 3px;
}
.f_tel span{
  font-size: 12px;
  display: block;
  text-align: center;
  letter-spacing: 1px;
}
.f_mail{
  width: 348px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  background-color: #ffaf25;
}
.f_tel img,.f_mail img{
  vertical-align: middle;
  padding-right: 10px;
}
.foot_bottom{
  padding-top: 250px;
}
footer ul li{
  color: #fff;
  font-style: normal;
}
footer address{
  text-align: center;
}
footer address ul{
  max-width: 350px;
  margin: auto;
}
footer small{
  background-color: #0a0a8c;
  border-top: 1px solid #fff;
}
footer address .foot_logo{
  width: 138px;
  display: block;
  margin: auto;
}
.foot_contact .contact_box{
  box-sizing: border-box;
  padding: 15px 30px 20px;
}
.foot_contact .contact_btn{
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 40px;
  line-height: 26px;
  border-radius: 25px;
}
.foot_contact .contact_btn::before{
  position: absolute;
  content: "";
  display: block;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  background: url(./assets/img/common/icon_send.png) center / cover;
}
.foot_bottom .link li:nth-child(2){
  padding: 0 10px;
  margin: 0 10px;
  border-left: 1px solid;
  border-right: 1px solid;
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px){
	.contact_box{
		max-width: 100%;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		z-index: 10;
		margin-top: 0 !important;
	}
	
  .foot_contact .contact_box {
    padding: 15px 20px 20px;
  }
  .foot_contact .contact_btn {
    padding: 5px 30px;
  }
  .foot_contact .contact_btn::before {
    right: 5px;
    top: 5px;
    width: 26px;
    height: 26px;
  }
  .foot_logo{
    width: 140px;
  }
  .insta_icon{
    width: 20px;
  }
	
	.foot_bottom{
		padding-top: 20px;
	}
	.f_tel{
		font-size: 26px !important;
	}
}
/* /////////////////////////////
      side navi
///////////////////////////// */
.sidecategory{
  width: 200px;
}
.sidecategory h2{
  position: relative;
  color: #0c88d2;
  padding: 15px 10px 10px 25px;
  background-color: #f3f3f3;
}
.sidecategory h2::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: 0;
  left: 0;
  background-size: 4px 4px;
  background-image: linear-gradient(-45deg, #0c88d2 30%, #60aedc 30%, #60aedc 50%, #0c88d2 50%, #0c88d2 80%, #60aedc 80%, #60aedc);
  color: #0c88d2;
}
.sidecategory h2::after{
  position: absolute;
  content: "";
  left: 5px;
  top: 21px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #0c88d2;
}
.sidecategory .maker a{
  padding: 10px 0;
  border-bottom: 1px solid #dedede;
}
.sidecategory .maker .image{
  width: 50px;
}
.sidecategory .maker .name{
  width: calc(100% - 70px);
  line-height: 1.2
}

.sidecategory .category a{
  padding: 10px 0;
  border-bottom: 1px dotted #dedede;
}
.sidecategory .category a:hover{
  opacity: 1;
  background-color: #f4f4f4;
}
.sidecategory .category a .image{
  width: 40px;
}
.sidecategory .category a .name{
  font-size: 12px;
  width: calc(100% - 45px);
}
/* .sidecategory .category a::before{
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 18px;
  left: 10px;
  transform: rotate(45deg);
  border-top: 3px solid #ff7930;
  border-right: 3px solid #ff7930;
} */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 768px){
  .sidecategory {
    width: 100%;
  }
}
/* /////////////////////////////
      COMMON
///////////////////////////// */
#breadcrumb{
  padding: 10px 0;
  font-size: 12px;
}
#breadcrumb a{
  position: relative;
  padding-right: 20px;
  text-decoration: underline;
}
#breadcrumb a::after{
  position: absolute;
  content: ">";
  right: 5px;
}

/* /////////////////////////////
      TOP
///////////////////////////// */
main {
  padding-top: 100px;
}
.top_news li{
  margin-bottom: 5px;
}
.top_news li a{
  position: relative;
  padding: 15px 10px 15px 40px;
  background-color: #f3f3f3;
}
.top_news li a:hover{
  opacity: 1;
  background-color: #ecf9ff;
}
.top_news li a::after{
  position: absolute;
  content: "";
  left: 14px;
  top: 19px;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #fff;
  border: 4px solid #ff7930;
}
.top_news .date{
  width: 150px;
}
.top_news .detail{
  width: calc(100% - 150px);
}

.product_list h3{
  color: #00304c;
  transition: .3s;
}
.product_list a:hover h3{
  text-decoration: underline;
}
.product_list .price{
  color: #d20000;
}
.product_list{
  padding: 10px;
}
.product_list a{
  display: block;
  height: 100%;
  position: relative;
  background-color: #fff;
  padding: 10px 10px 30px;
  box-sizing: border-box;
}
.product_list a:hover{
  opacity: 1;
}
.top_ranking .product_list a::after{
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 0;
  font-size: 18px;
  font-weight:bold;
  line-height: 30px;
  text-align: center;
  color: #fff;
}
.top_ranking .product_list li:first-child a::after{
  content: "1";
  background-color: #ffb400;
}
.top_ranking .product_list li:nth-child(2) a::after{
  content: "2";
  background-color: #999999;
}
.top_ranking .product_list li:nth-child(3) a::after{
  content: "3";
  background-color: #a16651;
}
.top_ranking .product_list li:nth-child(4) a::after{
  content: "4";
  background-color: #2e8cd2;
}
.pickup_list:before{
  content:"";
  display:block;
  width: 23%;
  height:0;
  order:1;
}
.pickup_list:after{
  content:"";
  display:block;
  width: 23%;
  height:0;
}
.pickup_list li{
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
}
.pickup_list li:first-child h3{
  background-color: #f19236;
}
.pickup_list li:nth-child(2) h3{
  background-color: #40b4c8;
}
.pickup_list li:nth-child(3) h3{
  background-color: #88243e;
}
.pickup_list li:nth-child(4) h3{
  background-color: #54c541;
}
.pickup_list li:nth-child(5) h3{
  background-color: #e15d69;
}
.pickup_list li:nth-child(6) h3{
  background-color: #8d9f1f;
}
.pickup_list li:nth-child(7) h3{
  background-color: #f3c02e;
}
.pickup_list li:nth-child(8) h3{
  background-color: #f26798;
}
.pickup_list li:nth-child(9) h3{
  background-color: #6385da;
}
.pickup_list li:nth-child(10) h3{
  background-color: #58c46c;
}
.pickup_list h3{
  position: relative;
  line-height: 18px;
  color: #fff;
  letter-spacing: 2px;
  padding: 10px 10px 10px 20px;
}
.pickup_list h3::before{
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 10px;
  height: 20px;
  background: url(./assets/img/common/icon_circle.png) center / cover;
}
.top_insta{
  border-bottom: 1px solid #ccc;
}
.top_insta h2 {
  position: relative;
  text-align: center;
}
.top_insta h2::after{
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}
.top_insta h2 p{
  position: relative;
  display: inline-block;
  z-index: 1;
  background-color: #fff;
  padding: 0 10px;
}
.top_insta a{
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  main {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px){
  main {
    padding-top: 0;
  }
  .pickup_list li{
    margin-bottom: 10px;
  }
  .top_news li a {
    padding: 15px 10px 15px 30px;
    font-size: 13px;
  }
  .top_news li a::after {
    left: 9px;
    top: 17px;
  }
  .top_news .date {
    width: 110px;
  }
  .top_news .detail {
    width: calc(100% - 110px);
  }
  .pickup_list h3::before {
    top: 6px;
    width: 6px;
    height: 14px;
  }
  .pickup_list h3 {
    line-height: 15px;
    letter-spacing: 1px;
    font-size: 13px;
    padding: 5px 10px 5px 15px;
  }
}


/* /////////////////////////////
      PRODUCT LIST
///////////////////////////// */
.pager a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid;
  text-align: center;
  margin-right: 10px;
}
.pager a.next{
  padding: 0 20px;
}
.sort a{
  padding: 0 10px;
  background-color: #0c88d2;
  color: #fff;
}
#product .product_list{
  padding: 0;
}
#product .product_list a:hover{
  opacity: 0.7;
}
#product .product_list li{
  position: relative;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 10px 10px 110px;
  margin-bottom: 20px;
}
#product .product_list  .cart_btn,#product .product_list  .detail_btn{
  text-align: center;
  color: #fff;
  border-radius: 5px;
  padding: 3px 5px 5px;
  display: block;
  width: 100%;
  text-align: center;
}
#product .product_list .product_btn{
  position: absolute;
  width: calc(100% - 20px);
  bottom: 30px;
  left: 10px;
}
#product .product_list  .cart_btn{
  background-color: #0c88d2;
  margin-bottom: 10px;
}
#product .product_list  .detail_btn{
  background-color: #ff7930;
}
@media screen and (max-width: 1000px){
  #product .product_list a{
    font-size: 12px;
  }
}
@media screen and (max-width: 768px){
  .pager a.next {
    padding: 0 15px;
  }
  .pager a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  #product .product_list li {
    padding: 10px 10px 80px;
  }
  #product .product_list .product_btn{
    bottom: 10px;
  }
  #product .product_list  .cart_btn{
    margin-bottom: 5px;
  }

}
/* /////////////////////////////
      DETAIL
///////////////////////////// */
#detail select,#detail input{
  -webkit-appearance:none;
  font-size: 16px;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
}
.product_detail select{
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 50px;
  padding: 0 30px 0 10px;
}
.product_detail input[type="number"]{
  width: 120px;
  line-height: 50px;
  border: 1px solid #ccc;
  border-radius: 3px;
  text-align: right;
}
.select_wrap{
  position: relative;
}
.select_wrap::after{
  position: absolute;
  content: "";
  right: 10px;
  top: calc(50% - 5px);
  border-right: 5px solid transparent;
  border-top: 9px solid #000;
  border-left: 5px solid transparent;
}
.product_detail dl{
  margin-top: 40px;
  width: 100%;
  border: 1px solid #ccc;
}
.product_detail dl dt{
  padding: 10px;
  background-color: #e8f1f6;
}
.product_detail dl dd{
  padding: 10px;
}
.product_detail dl dd a{
  color: #0c88d2;
}
#detail .cart_btn{
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #0c88d2;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
}
#detail .review_btn{
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background-color: #ffeab6;
  border-radius: 5px;
}
.product_detail  .bx-wrapper{
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.product_detail  .custom_thumb::after{
  content: "";
  display: block;
  width: 22%;
}

.product_detail .custom_thumb a{
  border: 1px solid #ccc;
  cursor: pointer;
}
.product_info img{
  width: 100%;
}
.ttl_voice{
  padding: 10px 15px;
  margin-bottom: 10px;
  background-color: #ffeab6;
}
.customer_voice li{
  padding: 20px 10px;
  border-bottom: 1px solid #ccc;
}
.customer_voice li:nth-child(even){
  background-color: #fffcf3;
}
@media screen and (max-width: 768px){
  .product_detail input[type="number"]{
    padding-right: 10px;
  }
}
