/* ---------------------------
 * All
 * --------------------------- */
#suntoryCraft {
  overflow: hidden;
}
#suntoryCraft img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#suntoryCraft .sc-page {
  position: relative;
  max-width: 1164px;
  margin: 0 auto;
}
#suntoryCraft .sc-page__inner {
  padding-top: 180.2%;
  height: 0;
}
#suntoryCraft .sc-sponly {
  display: none !important;
}
#suntoryCraft h1, #suntoryCraft h2, #suntoryCraft h3 {
  font-size: 100%;
  line-height: 1;
}

#suntoryCraft .sc-head {
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/bg-head.jpg") no-repeat 50% 0;
  background-size: 100%;
  width: 100%;
  padding-top: 51.5463917526%;
  height: 0;
}
#suntoryCraft .sc-head img {
  width: 100%;
  height: auto;
}
#suntoryCraft .sc-head__logo {
  position: absolute;
  top: 0;
  margin: 0;
  left: 4.8109965636%;
  width: 38.6597938144%;
}
#suntoryCraft .sc-head__text {
  position: absolute;
  top: 57%;
  left: 4.5532646048%;
  margin: 0;
  width: 39.089347079%;
}

#suntoryCraft .sc-details {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/bg-details.jpg") no-repeat 50% 100%;
  background-size: 100% auto;
  width: 100%;
  padding-top: 128.8659793814433%;
  height: 0;
}
#suntoryCraft .sc-details__photo1 {
  position: absolute;
  margin: 0;
  top: 3.72533333%;
  left: 6.4640979%;
  width: 41.666666%;
}

#suntoryCraft .sc-details__photo2 {
  position: absolute;
  margin: 0;
  top: 3.72533333%;
  left: 54.4817955326%;
  width: 41.666666%;
}

#suntoryCraft .sc-details__main {
  position: absolute;
  top: 50%;
  left: 2.57731958736%;
  width: 46.3917525773%;
  z-index: 2;
}

#suntoryCraft .sc-details__main_bitter {
  position: absolute;
  top: 50%;
  right: 2.57731958736%;
  width: 46.3917525773%;
  z-index: 2;
}

#suntoryCraft .sc-details__notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5px;
}
#suntoryCraft .sc-details__notesItem {
  font-size: 0;
  line-height: 1;
}
#suntoryCraft .sc-details__notesItem:nth-child(1) {
  width: 40.9259259259%;
}
#suntoryCraft .sc-details__notesItem:nth-child(2) {
  width: 34.8148148148%;
}


#suntoryCraft .sc-details__box {
  position: relative;
  width: 100%;
  margin-bottom: 4.8148148148%;
  padding-top: 85.1851851852%;
  background: rgba(183, 83, 46, 0.5);
}

#suntoryCraft .sc-details__box:before {
  position: absolute;
  top: 38.0434782609%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 82.962962963%;
  height: 6px;
  background: url("../img/bg-line.svg") no-repeat 50% 0;
  background-size: 100% auto;
}

#suntoryCraft .sc-details__box_bitter {
  position: relative;
  width: 100%;
  margin-bottom: 4.8148148148%;
  padding-top: 85.1851851852%;
  background: rgba(0, 153, 68, 0.5);
}

#suntoryCraft .sc-details__box_bitter:before {
  position: absolute;
  top: 38.0434782609%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "";
  width: 82.962962963%;
  height: 6px;
  background: url("../img/bg-line.svg") no-repeat 50% 0;
  background-size: 100% auto;
}

#suntoryCraft .sc-details__date {
  margin: 6.1111111111% 5px 6.1111111111%;
}
#suntoryCraft .sc-details__date img {
  width: 100%;
  height: auto;
}
#suntoryCraft .sc-details__title {
  position: absolute;
  top: 7.8260869565%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: 50.3703703704%;
}
#suntoryCraft .sc-details__text {
  position: absolute;
  top: 43.9130434783%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 75.7407407407%;
  margin: 0;
}

#suntoryCraft .sc-details__title_bitter {
  position: absolute;
  top: 7.8260869565%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0;
  width: 61.08905555%;
}
#suntoryCraft .sc-details__text_bitter {
  position: absolute;
  top: 43.9130434783%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 81.93468518518%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* ---------------------------
   * Mobile
   * --------------------------- */
  #suntoryCraft .sc-sponly {
    display: block !important;
  }
  #suntoryCraft .sc-pconly {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  /* ---------------------------
   * Mobile Large
   * --------------------------- */
  /* #suntoryCraft {
    min-width: 960px;
  }
   */
  #suntoryCraft .sc-sponly {
    display: none !important;
  }
  #suntoryCraft .sc-pconly {
    display: block !important;
  }
}
@media screen and (min-width: 960px) and (max-width: 1163px) {
  /* ---------------------------
   * PC
   * --------------------------- */
 #suntoryCraft .sc-sponly {
    display: block !important;

  
  }
}