@charset "UTF-8";

.thinly {
	opacity:0.3;
}
.mv {
  background: url(../../img/mv_top.webp) no-repeat center;
  background-size: cover;
}

.mvsp {
  display: none;
}

.about-28 {
  text-align: center;
}
.about-28 img {
  margin-bottom: 40px;
}
.about-28 h2 {
  margin-bottom: 20px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.about-28 p {
  text-align: center;
}
.about-28 .a28link {
  margin-bottom: 0px;
  margin-top: 40px;
}
.about-28 a:hover {
  opacity: 0.8;
}

.section-borders {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 0;
}

.video-container,
.section-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container {
  overflow: hidden;
  will-change: transform, opacity;
}

.section-video {
  object-fit: cover;
}

.section-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.section-contents {
  margin-top: -25vh;
  padding-top: 20%;
  padding-bottom: 20%;
  overflow: hidden;
  z-index: 1;
  position: relative;
  min-height: 100vh;
  color: #fff;
}
.section-contents h3 {
  margin-bottom: 15px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.section-contents p {
  font-size: 14px;
  font-size: 1.4rem;
}

.drink-info {
  margin-top: 30px;
}
.drink-info dt,
.drink-info dd {
  line-height: 1.4;
}
.drink-info dt {
  margin-bottom: 10px;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
}
.drink-info dt span {
  font-weight: normal;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.drink-info dd {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
.drink-info dd .btn {
  width: 140px;
}

.a-t,
.e-t {
  opacity: 0;
  transition: all 2s ease;
}

.a-1 {
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
}

.a-2 {
  -webkit-transform: translateY(220px);
  transform: translateY(220px);
}

.a-3 {
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
}

.e-1 {
  -webkit-transform: translateY(420px);
  transform: translateY(420px);
}

.a-e {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.section-overview {
  position: relative;
}

.section-half {
  width: 48.5%;
}

.section-img {
  text-align: center;
}

.border-inside {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.section-border {
  position: absolute;
  background: #fff;
}

.section-border-top,
.section-border-bot {
  height: 15%;
  width: 100%;
}

.section-border-left,
.section-border-right {
  width: 90px;
  height: 100%;
}

.section-border-left,
.section-border-top {
  top: 0;
  left: 0;
}

.section-border-right,
.section-border-bot {
  bottom: 0;
  right: 0;
}

.section-border-top {
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.section-border-bot {
  -webkit-transform-origin: center top;
  transform-origin: center bottom;
}

.section-border-left {
  -webkit-transform-origin: center top;
  transform-origin: center left;
}

.section-border-right {
  -webkit-transform-origin: center top;
  transform-origin: center right;
}

.about-slider-wrapper {
  margin: 0 auto;
  margin-top: 30px;
  width: 1000px;
  max-width: 100%;
}
.about-slider-wrapper ul li img {
  width: 100%;
}
.about-slider-wrapper .bx-wrapper {
  position: relative;
}
.about-slider-wrapper .bx-controls-direction {
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-slider-wrapper .bx-controls-direction a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #fff;
  vertical-align: bottom;
  position: relative;
  text-align: center;
  transition: all 0.5s ease;
}
.about-slider-wrapper .bx-controls-direction a:hover {
  background: #AF9C60;
}
.about-slider-wrapper .bx-controls-direction a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.catch-box {
  padding: 180px 100px;
  text-align: center;
}
.catch-box p {
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.catch-box p b {
  font-size: 20px;
  font-size: 2rem;
}

.link-box {
  margin-top: 20px;
  padding: 100px 40px 60px;
  color: #fff;
}
.link-box h2 {
  margin-bottom: 5px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
}
.link-box ul {
  margin-top: 30px;
}
.link-box ul li a {
  color: #fff;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}
.link-box ul li a img {
  margin-right: 5px;
}
.link-box ul li + li {
  margin-top: 15px;
}

.link-box1 {
  background: url(../../img/bg-link1.webp) no-repeat center;
  background-size: cover;
}

.link-box2 {
  background: url(../../img/bg-link2.webp) no-repeat center;
  background-size: cover;
}

.link-box3 {
  background: url(../../img/bg-link3.webp) no-repeat center;
  background-size: cover;
}

.link-box4 {
  background: url(../../img/bg-link4.webp) no-repeat center;
  background-size: cover;
}
.link-box5 {
  background: url(../../img/bg-link5.webp) no-repeat center;
  background-size: cover;
}

.link-box6 {
  background: url(../../img/bg-link6.webp) no-repeat center;
  background-size: cover;
}

.story {
  margin: 30px 0;
}
.story .section-half img {
  width: 100%;
}
.story h3 {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.first-box {
  order: -1;
}

.drink-info .btn-flex {
  margin-bottom: 20px;
  display: -webkit-box;
  /*Android4.3*/
  display: -moz-box;
  /*Firefox21*/
  display: -ms-flexbox;
  /*IE10*/
  display: -webkit-flex;
  /*PC-Safari,iOS8.4*/
  display: flex;
  -webkit-box-pack: justify;
  /*Android4.3*/
  -moz-box-pack: justify;
  /*Firefox21*/
  -ms-flex-pack: justify;
  /*IE10*/
  -webkit-justify-content: space-between;
  /*PC-Safari,iOS8.4*/
  justify-content: space-between;
}
.drink-info .btn-flex .btn {
  width: 48.087431694%;
}
.drink-info .btn-flex .btn img {
  margin-right: 5px;
  vertical-align: text-bottom;
}

.dd-btn-box {
  width: 366px;
  max-width: 100%;
}
.dd-btn-box .btn{
  font-size: 1.6rem;
}
.btn-about{
  font-size: 1.6rem;
}
.shopify-buy__layout-vertical {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
} 

.shopify-buy__product__variant-selectors .shopify-buy__option-select__label {
  display: none;
}

.shopify-buy__product__variant-selectors {
  width: 28.6885245902%;
} 

.shopify-buy__btn-wrapper {
  width: 66.9398907104%;
} 
.shopify-buy__btn-wrapper .shopify-buy__btn {
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  height: 47px;
  transition: all .5s ease;
}
.shopify-buy__btn-wrapper .shopify-buy__btn:hover {
  color: #fff;
  background: #AF9C60;
}

.shopify-buy__option-select-wrapper {
  position: relative;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  transition: all .5s ease;
}
.shopify-buy__option-select-wrapper:hover {
  background: #AF9C60;
}
.shopify-buy__option-select-wrapper:hover select {
  color: #fff;
}
.shopify-buy__option-select-wrapper select {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  padding: 0 15px;
  width: 100%;
  height: 45px;
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}
.shopify-buy__option-select-wrapper svg {
  width: 15px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  fill: #fff;
  pointer-events: none;
}

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

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 640px) {
  .flex-box {
    width: 100%;
    display: block;
  } 
    
  .section-border-left, .section-border-right {
    width: 46px;
  }

  .catch-box {
    padding: 20% 20px;
  }
  .catch-box p {
    text-align: center;
  }
  .catch-box p b {
    display: block;
  }

  .section-contents {
    padding-top: 60%;
    padding-bottom: 20%;
  }

  .drink-info {
    text-align: center;
    margin-bottom: 5%;
  }
  .drink-info dd .btn {
    display: inline-block;
  }

  .about-slider-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
  }

  .story .section-half {
    margin: 20px 0;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 480px) {
  .about-28 h2 {
    font-size: 28px;
    font-size: 2.8rem;
  }

  .link-box {
    padding: 60px 20px;
  }

  .mv {
   display: none;
  }
  
  .mvsp {
   display: block;
   background: url("../../img/mv_top_sp.webp") no-repeat center;
   background-size: cover;
  }
}
/* ==================================================================================== 

    p x 以 下

==================================================================================== */
@media only screen and (max-width: 360px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

