@charset "utf-8";

/* Reset
-------------------------------------------------------------------------------*/

/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent; /*追加*/ max-height:100%; }body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

html, body{ background-color: #ffffff; }
h1,h2,h3,h4,p,strong,span{ font-weight: normal; }
ul,li{ list-style: none; }
img {
  vertical-align: bottom;
  max-width: 100%;
}
address{ font-style: normal; }
em{ font-style: normal; }

/* basic
-------------------------------------------------------------------------------*/
body{
  font: 14px/1.8 "秀英丸ゴシック L", "Shuei MaruGo L","ヒラギノ丸ゴ Pro W3", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

a{ text-decoration: none; color: #333; }

@media(hover: hover) {
  .op:hover,
  a > img {
    transition: opacity 0.2s ease 0.05s;
  }
  a > img:hover{ opacity: 0.6; }
}

a[target="_blank"]::after,
a[target="_new"]::after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
}

[v-cloak] { display: none; }

.warning-message {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.7);
  display: block;
  line-height: 2;
  width: fit-content;
  margin: 24px auto;
  border: 1px dotted #ccc;
  padding: 12px;
}
.warning-message a {
  text-decoration: underline;
}
.error-message {
  color: red;
}

/* module
-------------------------------------------------------------------------------*/
.wrapper{
  width: 1000px;
  margin: 31px auto;
  padding-bottom: 20px;
}

.clmn2, .clmn3, .clmn4, .clmn5{
  width: 100%;
  letter-spacing: -0.35em;
}

.clmnBox, .clmnBoxList > li{
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  letter-spacing: 0;
}

.clmn2 .clmnBox{ width: 50%; }
.clmn3 .clmnBoxList > li{ width: 33%; }
.clmn4 .clmnBoxList > li{ width: 25%; }


/* layout
-------------------------------------------------------------------------------*/

/* main nav */
#mainNav{
  position: fixed;
  width: 1000px;
  margin-top: -32px;
  background-color: #FFF;
  z-index: 999;
}

#mainNav li{
  display: inline-block;
  box-sizing: border-box;
  width: 12.5%;
  border: 1px solid #000;
  border-right: none;
  vertical-align: top;
}
#mainNav li:last-child{ border-right: 1px solid #000; }

#mainNav a{
  display: block;
  height: 25px;
  padding-top: 6px;
  text-align: center;
  font-size: 10px;
}

#openMenu{
  display: none;
  position: fixed;
  top: 12px;
  right: 22px;
  width: 40px;
  height: 39px;
  z-index: 1000;
  background: url(../images/1506/nav_btn.gif) no-repeat;
  background-size: cover;
  text-indent: -9999px;
  cursor: pointer;
}
#spHeadLogo{
  display: none;
}

#footer{
  margin-top: 45px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.2em;
}
#footer li{ display: inline-block; }
#footer li + li{ margin-left: 52px; }
#footer li > a{ display: block; }

#footer ul{ margin-top: 25px; }
#footer ul:first-of-type img{ width: 39px; }

#footer ul:last-of-type{
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #000;
}
#footer ul:last-child li{ margin-bottom: 3%; }

#footer p img{ width: 229px; }

/* product detail
-------------------------------------------------------------------------------*/
.productSlide img{
  display: block;
  width: 100%;
}

.productSlide .mainImgs{
  position: relative;
  box-sizing: border-box;
  padding-top: 66.5%;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  overflow: hidden;
}

.productSlide .mainImgs li{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.productSlide .thumb{
  border: 1px solid #000;
  display: flex;
}
.productSlide .thumb li{
  box-sizing: border-box;
  float: left;
  width: 20%;
  border-right: 1px solid #000;
  opacity: 0.6;
  cursor: pointer;
}
.productSlide .thumb li:nth-child(5){ border-right: none; }
.productSlide .thumb li.active,
.productSlide .thumb li.over{ opacity: 1; }
@media(hover: hover) {
  .productSlide .thumb li img:hover {
    opacity: 1;
  }
}
.productSlide .mainImgs li {
  display: block;
  transition: opacity .5s;
}
.slide-enter-active,
.slide-leave-active {
  transition: opacity .2s;
}
.slide-enter-from,
.slide-leave-to {
  opacity: 0;
}
.productInfo {
  padding-bottom: 15px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.productInfo a {
  color: #4d87ff;
  text-decoration: underline;
}
.productInfo dl + dl {
  margin-top: 1.25em;
}
.productInfo dd {
  margin-top: 0.5em;
  line-height: 1.5;
}
.productInfo h3 {
  font-size: 120%;
  margin-top: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #333;
}
.size4 li {
  margin: 26px;
}

.productDetail{
  box-sizing: border-box;
  margin: 10px 0;
  border: 1px solid #000;
  padding: 6.8% 0;
}
.productDetail > div:first-child{
  width: 450px;
  text-align: center;
}
.productDetail > div:last-child{ width: 540px; padding-right: 42px; }

.productDetail .productImg > img{ width: 270px; }
.productDetail h1{ margin: 15px 0; }
.productDetail .cartLabel > img{ width: 134px; }

.cart li{
  display: none;
  margin: 18px 25px;
  vertical-align: top;
  line-height: 1;
}

.cart a:not(.sold) {
  cursor: pointer;
}

.cart p{ margin-bottom: 8px; }

.size4 li{ margin: 25px; }
.size6 li{ margin: 25px 10px; }

.cart li img,
.size4 li img,
.size6 li img{ width: 100px; }
.size1 li img{ width: 150px; } 

.cart li span{
  display: block;
  font-size: 11px;
  margin-top: 8px;
  color: #f00;
}
.cart li em{
  display: block;
  font-size: 11px;
  margin-top: 8px;
}

.sold{ cursor: default; }
@media(hover: hover) {
  .sold > img:hover{ opacity: 1; }
}

.productDetail > div:last-child > p{ margin-bottom: 30px; }
.productDetail > div:last-child > p strong{
  display: block;
  font-size: 15px;
}

.productDetail > div:last-child a{ color: #4d87ff; }

.red{ color: #f00; }


/* reflow
-------------------------------------------------------------------------------*/
/* 1000px 以下 メインナビ用マイナーブレイクポイント */
@media only screen and (max-width: 1000px) {
  .wrapper{ margin-top: 63px; }
  #mainNav{
    width: 100%;
    margin-top: -63px;
  }
  #mainNav li{ width: 25%; }
  #mainNav li:nth-child(4){ border-right: 1px solid #000; }
  #mainNav li:nth-child(n+5){ border-top: none; }
}

/* 500px 以下 */
@media only screen and (max-width: 500px) {
  
  .wrapper{ width: 100%; }
  
  .clmn2 .clmnBox,
  .clmnBoxList > li{ width: 100%; }
  .clmn3 .clmnBoxList > li{ width: 100% !important; }
  .clmn4 .clmnBoxList > li{ width: 50%;}
  #contentNav li > a{
    height: 50vw;
  }
  
  #mainNav{
    box-sizing: border-box;
    padding-top: 64px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  #spHeadLogo{
    display: block;
    position: fixed;
    top: 12px;
    left: 20px;
    z-index: 1000;
    width: 124px;
  }
  #spHeadLogo img {
    max-width: 100%;
  }
  
  #mainNav li{ width: 50%; }
  #mainNav li:nth-child(2n+1){ border-left: none; }
  #mainNav li:nth-child(2n){ border-right: none; }
  #mainNav li:nth-child(n+3){ border-top: none; }
  #mainNav li:nth-child(n+7){ border-bottom: none; }
  .manuDeactive li{ display: none !important; }
  
  #openMenu{ display: block; }
  
  #footer{ font-size:14px; }
  #footer li + li{ margin-left: 5%; }
  
  .productDetail > div:first-child{ width: 100%; }
  .productDetail > div:last-child{
    width: 100%;
    margin-top: 25px;
    padding: 5%;
  }
  
  .cart li{
    width: 38%;
    margin: 25px 2.5%;
  }
  
  /* .size1 li{ width: 50%; } */
  .size4 li, .size6 li{ margin: 25px 2.5%; }

  .cart li img,
  .size4 li img,
  .size6 li img{ width: 100%; }
}
