@charset "UTF-8";
/*==============================================================================


 mobile device styles


==============================================================================*/
/*------------------------------------------------------------------------------

  Header

------------------------------------------------------------------------------*/
.header h1 {
  margin-bottom: 15px;
  padding-top: 15px;
}
.header h1 img {
  width: 70%;
}

.to-lineup {
  width: 90%;
  margin: -1em auto 5px;
  text-align: right;
}
.to-lineup a {
  display: inline-block;
}
.to-lineup a i {
  font-size: 210%;
  vertical-align: middle;
}
.to-lineup a span {
  font-size: 140%;
  vertical-align: middle;
}

/*------------------------------------------------------------------------------

  contents

------------------------------------------------------------------------------*/
.contents {
  background-image: none;
}

.bread-crumb {
  display: none;
}

/*------------------------------------------------------------------------------

  product

------------------------------------------------------------------------------*/
.product {
  margin: 0 auto;
  padding: 20px 0 20px 0;
  width: 100%;
}
.product p {
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.product ul.list {
  list-style-type: disc;
  margin: 1.6em auto;
  padding-left: 20px;
}
.product ul.list li {
  list-style-type: disc;
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.product__title, .product__type, .product__spec, .product__detail {
  width: 93.33333%;
  margin: 0 auto;
}

.product__title h2 {
  border-color: #FFFFFF;
  margin: 0 auto 10px;
  padding: 0 0 10px;
  font-size: 200%;
  text-align: left;
  line-height: 1.75;
}
.product__title h2 small {
  font-size: 70%;
}
.product__title h2 small span {
  display: block;
}

.product__type p {
  margin: 5px auto;
  color: #d5af38;
  font-weight: bold;
}

.product__cart {
  width: 100%;
  border: 4px solid #f1f1ee;
  border-radius: 8px;
  margin: 20px auto;
  padding: 10px 20px;
}
.product__cart p {
  margin: 0 auto;
}
.product__cart p .price {
  color: #e52e2e;
  font-weight: bold;
}
.product__cart p > small {
  font-size: 75%;
}
.product__cart p.stock {
  color: #e52e2e;
  font-size: 140%;
}
.product__cart p.shipping {
  font-size: 140%;
}
.product__cart .cart-button {
  margin: 8px auto;
}
.product__cart .cart-button a.btn {
  display: block;
  padding: 8px 16px;
  font-size: 160%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #e52e2e;
  -moz-box-shadow: 0 4px 0 #731717;
  -webkit-box-shadow: 0 4px 0 #731717;
  box-shadow: 0 4px 0 #731717;
}
.product__cart .cart-button a.btn i {
  font-size: 150%;
  vertical-align: middle;
}
.product__cart .cart-button a.btn span {
  vertical-align: middle;
}
.product__cart .cart-button a.btn:hover {
  -moz-box-shadow: 0 1px 0 #731717;
  -webkit-box-shadow: 0 1px 0 #731717;
  box-shadow: 0 1px 0 #731717;
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 1;
}
.product__cart .cart-button a.sold {
  background-color: gray;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.product__cart .cart-button a.sold:hover {
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  cursor: default;
}
.product__cart .cart-button div {
  background-color: #e52e2e;
  border-radius: 6px;
  display: block;
  padding: 8px 16px;
  color: #FFFFFF;
  font-size: 160%;
  font-weight: bold;
  text-align: center;
}

.product__spec {
  margin: 20px auto 40px;
}
.product__spec table {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}
.product__spec th, .product__spec td {
  border-bottom: 1px solid #e6e6e6;
  padding: 8px;
  font-size: 140%;
  text-align: left;
}
.product__spec th {
  padding-right: 16px;
  width: 100px;
  color: gray;
  text-align: right;
}

.product__detail p small {
  font-size: 87.5%;
}

.product__data {
  background-color: #f2f2f2;
  border-radius: 8px;
  margin: 40px auto 20px;
  padding: 4%;
}
.product__data h3 {
  border-bottom: 1px solid #cccccc;
  margin: 0px auto 5px;
  padding: 0px 0 5px;
  color: #000000;
  font-size: 160%;
}
.product__data ul.list {
  margin-top: 5px;
  margin-bottom: 0;
}
.product__data ul.list li {
  font-size: 140%;
  line-height: 1.5;
  margin-bottom: 5px;
}
.product__data p {
  font-size: 140%;
}
.product__data p.attention {
  margin-bottom: 0;
  color: #2e97e6;
}
.product-header .product-slider.loaded {
  height: 100%;
}
.product-header .product-slider.loaded li {
  height: 100%;
}
.product-header__slide {
  background-color: #FFFFFF;
  border-bottom: 4px solid #d5af38;
  margin: 0;
  line-height: 1;
  position: relative;
}
.product-header__slide img {
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}
.product-header__slide img.lazy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: auto;
}

.product-header__lead {
  margin: 20px auto;
  width: 90%;
}
.product-header__lead p {
  color: #000000;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75;
}

/*------------------------------------------------------------------------------

  Slide

------------------------------------------------------------------------------*/
.bx-wrapper {
  margin-bottom: 50px;
}
.bx-wrapper .bx-viewport {
  border: 0;
  left: 0;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
.bx-wrapper .bx-pager {
  padding-top: 0;
  bottom: -45px;
  line-height: 0;
}
.bx-wrapper .bx-pager .bx-pager-item {
  padding: 0 2px;
}
.bx-wrapper .bx-pager .bx-pager-item a {
  display: block;
  border-radius: 4px;
}
.bx-wrapper .bx-pager .bx-pager-item a.active {
  background-color: #2e97e6;
}
.bx-wrapper .bx-pager .bx-pager-item a.active img {
  opacity: 0.5;
}
.bx-wrapper .bx-pager .bx-pager-item img {
  height: 40px;
  width: auto;
  border-radius: 4px;
}
.bx-wrapper .bx-caption {
  background: transparent;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 160%;
}

/*------------------------------------------------------------------------------

  article

------------------------------------------------------------------------------*/
.article .credit {
  padding-bottom: 10px;
  text-align: center;
}
.article .credit dl {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  margin: 0;
}
.article .credit dt, .article .credit dd {
  font-size: 120%;
  text-align: left;
}
.article .credit dt {
  float: left;
  font-weight: bold;
}
.article .credit dd span {
  white-space: nowrap;
}

/*==============================================================================


 small device styles


==============================================================================*/
@media only screen and (max-width: 600px) {
  .hidden-sp {
    display: none;
  }

  .visible-block {
    display: block !important;
  }

  .visible-inline-block {
    display: inline-block !important;
  }

  .visible-inline {
    display: inline !important;
  }
}
/*==============================================================================


 large device styles [width >= 601]


==============================================================================*/
@media only screen and (min-width: 601px) {
  .visible-sp {
    display: none;
  }

  .visible-block,
  .visible-inline-block,
  .visible-inline {
    display: none !important;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] contents
  
  	------------------------------------------------------------------------------*/
  .contents {
    max-width: 960px;
  }

  .bread-crumb {
    display: block;
    margin: 10px;
  }
  .bread-crumb ul {
    font-family: 'zero-width';
    letter-spacing: 0;
  }
  .bread-crumb ul li {
    display: inline-block;
    font-family: "YuGothic", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
  .bread-crumb ul li a {
    font-size: 120%;
    vertical-align: middle;
  }
  .bread-crumb ul li span {
    font-size: 120%;
    font-weight: bold;
    vertical-align: middle;
  }
  .bread-crumb ul li:after {
    font-family: "Hobonichi-Icons";
    content: "\e917";
    color: gray;
    font-size: 150%;
    vertical-align: middle;
  }
  .bread-crumb ul li:last-child:after {
    content: "";
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] product
  
  	------------------------------------------------------------------------------*/
  .product__spec {
    float: right;
    width: 30%;
  }
  .product__spec th {
    width: auto;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Footer
  
  	------------------------------------------------------------------------------*/
  	/*------------------------------------------------------------------------------
  
  	  [PC] Slide
  
  	------------------------------------------------------------------------------*/
  .bx-wrapper {
    margin-bottom: 70px;
  }
  .bx-wrapper .bx-pager {
    bottom: -65px;
  }
  .bx-wrapper .bx-pager .bx-pager-item a {
    border-radius: 8px;
  }
  .bx-wrapper .bx-pager .bx-pager-item img {
    height: 60px;
    border-radius: 8px;
  }
}
/*==============================================================================


 large device styles 2 [width >= 769]


==============================================================================*/
@media screen and (min-width: 769px) {
  .header h1 {
    margin: 0px auto;
    padding: 20px 0;
  }
  .header h1 img {
    max-width: 440px;
  }
  .header-navi {
    overflow: visible;
  }
  .header-navi .header-navi__cart {
    display: none !important;
  }

  .product__title {
    padding-top: 20px;
    width: 91.66667%;
  }
  .product__title h2 {
    font-size: 320%;
  }
  .product__title h2 small {
    font-size: 50%;
  }
  .product__title h2 small span {
    display: inline;
  }

  .product__type {
    width: 91.66667%;
  }

  .product__cart {
    margin-top: 40px;
    padding: 20px 30px;
  }

  .product__spec {
    float: none;
    width: auto;
  }

  .pull-right {
    width: 37.5%;
    margin-right: 4.16667%;
  }

  .product__detail {
    float: left;
    width: 50%;
    margin-left: 4.16667%;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .product__detail p:first-child {
    margin-top: 0;
  }

  .product__data {
    clear: both;
    width: 91.66667%;
    margin: 40px auto;
  }
  .product__data ol.list li {
    font-size: 140%;
  }

  .pull-right {
    float: right;
  }

  .pull-left {
    float: left;
  }

  .cup_shop_banner {
    clear: both;
  }

  .article {
    clear: both;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC2] Navi [responsive-nav.js 1.0.39 by @viljamis]
  
  	------------------------------------------------------------------------------*/
  .nav-collapse {
    background-color: transparent;
    height: 40px;
    max-width: 960px;
    margin: 0 auto;
  }
  .nav-collapse li {
    display: inline-block;
    width: auto;
    position: absolute;
  }
  .nav-collapse a {
    border-bottom: 0 none transparent;
    display: block;
    padding: 0 8px;
  }
  .nav-collapse a span {
    letter-spacing: 0;
  }
  .js .nav-collapse {
    position: relative;
    overflow: visible;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-collapse__lineup {
    background-color: #d5af38;
    border-radius: 0 0 4px 4px;
    left: 1.04167%;
  }
  .nav-collapse__lineup a i, .nav-collapse__lineup a span {
    color: #FFFFFF;
  }
  .nav-collapse__lineup a i {
    font-size: 240%;
  }
  .nav-collapse__lineup a span {
    font-size: 140%;
  }
  .nav-collapse__lineup a:after {
    height: 50px;
  }

  .nav-collapse__cupshop {
    left: 15.10417%;
  }
  .nav-collapse__cupshop a i {
    font-size: 240%;
  }
  .nav-collapse__cupshop a span {
    font-size: 140%;
  }

  .nav-collapse__store {
    right: 26.04167%;
  }
  .nav-collapse__store a {
    color: #000000;
  }
  .nav-collapse__store a:link, .nav-collapse__store a:visited, .nav-collapse__store a:hover, .nav-collapse__store a:active {
    color: #000000;
  }
  .nav-collapse__store a span {
    font-size: 120%;
  }

  .nav-collapse__help {
    right: 10.41667%;
  }
  .nav-collapse__help a {
    color: #000000;
  }
  .nav-collapse__help a:link, .nav-collapse__help a:visited, .nav-collapse__help a:hover, .nav-collapse__help a:active {
    color: #000000;
  }
  .nav-collapse__help a span {
    font-size: 120%;
  }

  .nav-collapse__cart {
    right: 0px;
  }
  .nav-collapse__cart a {
    color: #e52e2e;
  }
  .nav-collapse__cart a:link, .nav-collapse__cart a:visited, .nav-collapse__cart a:hover, .nav-collapse__cart a:active {
    color: #e52e2e;
  }
  .nav-collapse__cart a i {
    font-size: 240%;
  }
  .nav-collapse__cart a span {
    font-size: 140%;
  }

  .nav-toggle {
    display: none;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC2] sale
  
  	------------------------------------------------------------------------------*/
  .sale-item {
    width: 25%;
    padding: 1.388889%;
  }
}
