@charset "UTF-8";
body * {box-sizing: border-box;}

body {background: url(/jp/newyear2017/img/craft.jpg) top center;}

.wrapper {width: 100%;}

#main {margin-bottom: 0;}

#main a {color: #333;}

#main h1 span {border-bottom: 4px solid #990000; display: inline-block;
    color: #990000;}

h1, h2 {font-family: 'Gothic MB101 DemiBold', sans-serif;}

#topContents {text-align: center; position: relative;}
#topContents h1 {
  font-family: 'Gothic MB101 Bold', sans-serif;
  text-align: left;
    font-size: 40px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    margin: 0 auto;
    line-height: 1.3;
    position: absolute;
    top: 1.7em;
    left:50%;
    margin-left: 2em;
    text-indent: -1.7em;
  }
#topContents img {width:45%; margin-top: 10em;}

#main p.notice {font-weight: bold; text-align: center;}
#main p.catch {font-size: 16px; text-align: center; line-height: 1.6; padding: 2px 0; max-width: 700px; margin: 5px auto;}
#main p.about {font-size: 13px; text-align: center; line-height: 1.6; padding: 2px 0; color: #666; max-width: 700px; margin: 5px auto;}
#main p.annotation {font-size: 13px; line-height: 1.6; padding: 8px 0; margin: 5px auto 10px; color: #444; max-width: 800px;}
#main p.caption {font-size: 12px; color: #666; margin: 20px auto;}
#main p.priceBlock {margin: 20px auto 10px;}

#main .price .num2 {
font-family: "Helvetica","Lucida Grande","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W6","ＭＳ Ｐゴシック" ,sans-serif;
font-size: 22px;
font-weight: bold;
margin: 0 4px;
color: #990000;
}

.saleItems {
  display: flex;
  flex-wrap:wrap;
}


.saleItem {
  width: 33%;
  height: auto;
  padding: 0 4% 4%;
  margin: 0;
}

.saleItem figure {
  width: 100%;
}
.saleItem figure img {
  width: 100%;
  height: auto;
  margin-right: 0;
}
.saleItem .detail {
  width: 100%;
}
#main .saleItem .detail h2 {
  text-align: left;
  font-size: 16px;
}
#main .saleItem .detail h2 span.category {
  font-size: 12px;
  display: block;
}
#main .saleItem .detail p {
  margin: 0;
}

.saleItem-width2 {width: 47%;}

.saleItem-width2 figure {
	width: 100%;
}
.saleItem-width2 figure img {
	width: 100%;
	height: auto;
	margin-right: 0;
}
.saleItem-width2 .detail {
	width: 100%;
}
#main .saleItem-width2 .detail h2 {
	text-align: left;
  font-size: 16px;
}
#main .saleItem-width2 .detail p {
	margin: 0;
}


.price .num {
    margin: 0 2px;
    font-size: 23px;
}
div.price del {
    color: #666;
    margin-right: 10px;
}
.price del .num {
    font-size: 16px;
}
.price del:after {
    content: " → ";
}

div.price {
	margin-top: 15px;
}
div.price ins .num {
    color: #7F0019;
}
del,ins{text-decoration:none; white-space: nowrap;}

.deliveryFree {float: right; background: #fff; border-radius: 50%; font-size: 12px; height: 60px; width: 60px; text-align: center; color: #990000;
display: -webkit-flex;
 display: flex;
 -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
.try,
.buy2,
.mix {font-weight: bold; color: #990000;}
.try:before,
.buy2:before {content: "＼";}
.try:after,
.buy2:after {content: "／";}

#main #otherItem {
background: #fff;
padding: 40px 0;
}
#main #otherItem {
  display: flex;
}
#main #otherItem section {
  width: 50%;
  padding: 4%;
}

#main #otherItem figure img {
  width: 100%;
  height: auto;
  margin: 0 0 20px 0;
}
#main #otherItem p {
  font-size: 14px;
  line-height: 1.9;
  margin-bottom: 0;
}


#main #otherItem .wrapper div.relatedLink {
  width: 100%;
}

#misc {background: #fff; padding: 0 4%;}

#main aside.share {border: none; text-align: center; margin-top: 0; background: #fff; padding: 40px 0; border-radius: 0;}
#main aside.share a {display: inline-block; margin-right: 20px;}
#main aside.share a:last-child {margin-right: 0;}
#main aside.share span {display: inline-block; margin-right: 20px; color: #999; font-size: small;}
#main aside.share img {vertical-align: middle; opacity: .4;}
#main aside.share img.fbBtn {width: 20px; padding-right: 0;}
#main aside.share img.tw_btnImg {width: 26px; padding-right: 0;}
#main aside.share img.weibo {width: 24px; padding-right: 0;}


@media screen and (max-width: 700px) {
#topContents h1 {
    font-size: 30px;
  }

 .saleItem {
  width: 50%;
}

#main #otherItem {
  flex-direction: column;
}

#main #otherItem section {
  width: 100%;
}

}
