@charset "UTF-8";
.pos-fixed {
  position: fixed;
}

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


 mobile device styles


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

  Header

------------------------------------------------------------------------------*/
.header {
  padding-top: 40px;
}
.header .pos-fixed {
  top: 0;
  width: 100%;
  z-index: 1;
}
.header-content__slide {
  width: 93.75%;
  margin: 0 auto 20px;
}
.header-content__slide ul {
  font-family: "zero-width";
  letter-spacing: 0;
}
.header-content__slide li {
  display: inline-block;
  width: 25%;
}
.header-content__slide li img {
  width: 100%;
}

.header-content__lead {
  width: 93.75%;
  margin: 20px auto;
}
.header-content__lead p {
  color: #333333;
  font-size: 140%;
  font-weight: bold;
  line-height: 1.75;
}

.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;
}

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

  sale

------------------------------------------------------------------------------*/
.sale {
  margin: 0 auto 20px;
  padding: 40px 0 0 0;
  width: 100%;
}
.sale p {
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.sale ul.list {
  list-style-type: disc;
  margin: 1.6em auto;
  padding-left: 20px;
}
.sale ul.list li {
  list-style-type: disc;
  font-size: 160%;
  letter-spacing: 0;
  line-height: 1.75;
}
.sale__photo {
  border-radius: 8px;
  border: 4px solid #FFFFFF;
  background-color: #FFFFFF;
  overflow: hidden;
  line-height: 1;
}
.sale__photo img {
  width: 100%;
  vertical-align: top;
}
.sale__photo p {
  margin: 5px 0 0 5px;
  font-size: 140%;
  line-height: 1.5;
}

.sale__info {
  border: 4px solid #2e97e6;
  border-radius: 8px;
  padding: 20px;
}
.sale__info p {
  margin: 0;
  font-size: 180%;
  font-weight: bold;
}
.sale-header__slide {
  border-bottom: 4px solid #FFFFFF;
  margin: 0;
  line-height: 1;
  position: relative;
}
.sale-header__slide img {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  width: 100%;
}
.sale-header__slide img.lazy {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  width: auto;
}

.sale-header__lead {
  margin: 20px auto;
  width: 90%;
}
.sale-header__lead p {
  color: #000000;
  font-size: 160%;
  font-weight: bold;
  line-height: 1.75;
}
.sale-products h2 {
  border-bottom: 4px solid #2e97e6;
  margin: 0px auto 10px;
  padding: 20px 0 10px;
  font-size: 240%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  width: 93.33334%;
}
.sale-products ul {
  font-family: 'zero-width';
  letter-spacing: 0;
  width: 96.66667%;
  margin: 0 auto;
}
.sale-products:after {
  content: "";
  display: block;
  width: 93.33334%;
  border-top: 4px solid #2e97e6;
  margin: 10px auto;
}
.sale-item {
  background-color: #FFFFFF;
  margin: 0px auto 20px;
}

.sale-item a {
  border: 4px solid #f1f1ee;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}
.sale-item a:active .sale-item__more p {
  box-shadow: 0 0 0 #206aa1;
  transition-duration: 0.1s;
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  opacity: 1;
}
.sale-item.sold .sale-item__text h3 {
  color: gray;
}
.sale-item.sold .sale-item__text p span {
  color: gray;
}

.sale-item__photo img {
  width: 100%;
}

.sale-item__text {
  padding: 20px 20px 10px 20px;
  position: relative;
}
.sale-item__text h3 {
  margin: 0 0 5px 0;
  color: #000000;
  font-size: 160%;
  line-height: 1.4;
  font-weight: bold;
}
.sale-item__text h3 small {
  font-weight: normal;
  letter-spacing: 0;
}
.sale-item__text h3 small span {
  display: block;
  text-indent: -0.5em;
  margin-right: -0.5em;
}
.sale-item__text p {
  margin: 0;
  font-size: 160%;
  line-height: 1.75;
}
.sale-item__text p .price {
  color: #e52e2e;
  font-weight: bold;
}
.sale-item__text div {
  background-color: #d5af38;
  border-radius: 6px;
  display: block;
  margin-bottom: 1em;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.sale-item__more {
  text-align: right;
  padding: 10px;
}
.sale-item__more p {
  display: inline-block;
  cursor: pointer;
  margin: 0 auto;
  padding: 8px 16px;
  background-color: #2e97e6;
  border-radius: 4px;
  box-shadow: 0 2px 0 #206aa1;
  transition: all 0.3s;
  outline: none;
  color: #FFFFFF;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}
.sale-item__more p i {
  font-size: 131.25%;
  vertical-align: middle;
}
.sale-item__more p span {
  font-size: 87.5%;
  font-weight: bold;
  vertical-align: middle;
}

.type-teabag .sale-item__text, .type-boil .sale-item__text {
  position: relative;
}
.type-teabag .sale-item__text:after, .type-boil .sale-item__text:after {
  border-radius: 0 0 4px 0;
  display: block;
  padding: 2px 4px;
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}

.type-teabag .sale-item__text:after {
  content: "ティーバッグ";
  background-color: #d5af38;
}

.type-boil .sale-item__text:after {
  content: "煮出し用";
  background-color: #2e97e6;
}

.cup_shop_banner {
  margin: 20px auto 0;
  width: 90%;
  max-width: 510px;
}
.cup_shop_banner a {
  display: block;
  padding: 5.88235% 8.82353% 2.94118%;
  border-radius: 8px;
  border: 2px solid #d5af38;
  background-color: #FFFFFF;
  text-align: center;
}
.cup_shop_banner div {
  margin-top: 10px;
  line-height: 1;
}
.cup_shop_banner i {
  font-size: 240%;
}

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

  Slide

------------------------------------------------------------------------------*/
.bx-wrapper {
  margin-bottom: 30px;
}

.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;
}

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

  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;
  }

  .header h1 {
    margin-bottom: 0;
    padding-bottom: 40px;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] contents
  
  	------------------------------------------------------------------------------*/
  .contents {
    max-width: 100%;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] sale
  
  	------------------------------------------------------------------------------*/
  .sale p {
    letter-spacing: 0.075em;
  }
  .sale__photo p {
    font-size: 140%;
  }

  .sale__info p {
    font-size: 200%;
  }
  .sale-header .sale-header__lead {
    max-width: 560px;
    margin: 40px auto;
  }
  .sale-products h2 {
    width: 91.66667%;
  }
  .sale-products:after {
    content: "";
    display: block;
    width: 91.66667%;
    border-top: 4px solid #2e97e6;
    margin: 20px auto;
  }
  .sale-item {
    width: 240px;
    margin-bottom: 40px;
  }
  .sale-item a:hover {
    opacity: 1;
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #f1f1ee;
  }
  .sale-item a:hover .sale-item__more p {
    background-color: #2579b8;
  }
  .sale-item__photo {
    line-height: 1;
  }

  .sale-item__text {
    border-radius: 0 0 8px 8px;
    padding: 18px 8px 26px 8px;
    position: relative;
    transition: all 0.3s;
  }
  .sale-item__text h3 {
    font-size: 160%;
    margin-bottom: 5px;
  }
  .sale-item__text h3 small span {
    display: block;
    color: gray;
  }
  .sale-item__text p.more {
    transition: all 0.3s;
  }
  .sale-item__text p.more i {
    font-size: 128.57143%;
    vertical-align: middle;
  }
  .sale-item__text p.more span {
    font-size: 85.71429%;
    vertical-align: middle;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC] Footer
  
  	------------------------------------------------------------------------------*/
}
/*==============================================================================


 large device styles 2 [width >= 769]


==============================================================================*/
@media screen and (min-width: 769px) {
  .header-content {
    position: relative;
    background-color: #f1f1ee;
  }
  .header-content__slide {
    width: 100%;
    margin: 0px auto 40px;
    border-bottom: 4px solid #d5af38;
  }
  .header-content__slide ul {
    max-width: 960px;
    margin: 0px auto;
  }
  .header-content__slide li {
    height: 25%;
  }

  .header-content__lead {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    margin: 20px;
    padding: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: auto;
  }
  .header-content__lead p:first-child {
    margin-top: 0;
  }
  .header-content__lead p:last-child {
    margin-bottom: 0;
  }

  	/*------------------------------------------------------------------------------
  
  	  [PC2] sale
  
  	------------------------------------------------------------------------------*/
}
@media screen and (min-width: 961px) {
  .header-content__slide {
    background-image: url(../images/slide_bg.svg);
    background-size: 480px;
    background-position: center top;
  }

  .header-content__lead {
    right: auto;
    left: 50%;
    width: 440px;
    padding-right: 0;
  }
}
