@charset "UTF-8";
@-webkit-keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink_animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modal-movie {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  pointer-events: none;
  -webkit-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
}

.modal-movie.active {
  pointer-events: all;
  opacity: 1;
}

.modal-inner {
  width: 100%;
  max-width: 1280px;
  position: relative;
  left: 55%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-movie-area {
  width: 69.53%;
  aspect-ratio: 16 / 9;
  margin-right: 3.9%;
  position: relative;
  margin-top: 10em;
}

.modal-movie__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}

.modal-movie__inner.active {
  opacity: 1;
  pointer-events: all;
}

.modal-movie__inner iframe {
  width: 100%;
  height: 100%;
  max-width: inherit;
}

.modal-close {
  width: 7.57%;
}

.modal-close img {
  cursor: pointer;
}

main.beer-contents .load-element-area {
  width: 100%;
  height: calc(100% - 4.167em - 98px);
  position: absolute;
  left: 0;
  top: 4.167em;
  z-index: 9999;
  background-color: #000;
  overflow: hidden;
  -webkit-transition: opacity 1.5s ease-out;
  -o-transition: opacity 1.5s ease-out;
  transition: opacity 1.5s ease-out;
}

main.beer-contents .load-element-area.hide {
  pointer-events: none;
  opacity: 0;
}

main.beer-contents .load-element-area__logo {
  width: 17em;
  position: fixed;
  left: 50%;
  top: 55%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main.beer-contents .beer-contents-title {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

main.beer-contents .beer-contents-title-text {
  top: 50%;
}

main.beer-contents .beer-contents-title__maintext {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: -0.02em;
}

main.beer-contents .box1-banner {
  width: 100%;
  background-color: #1a1a1a;
  border: 1px solid #ffc20e;
  padding: 4em 0 5.7em;
}

main.beer-contents .box1-banner__text {
  font-size: 1.55em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

main.beer-contents .box1-banner__text p {
  line-height: 1.57;
  margin: 0;
}

main.beer-contents .box1-banner__text p:first-child {
  margin-bottom: 1.6em;
}

main.beer-contents .beer-contents-area {
  margin-bottom: 0;
}

main.beer-contents .beer-main-contents {
  background-color: #000;
}

main.beer-contents .beer-contents__inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

main.beer-contents .box-section-title {
  width: 100%;
  position: relative;
  margin-bottom: 3.7em;
  z-index: 1;
}

main.beer-contents .box-section-title img {
  width: auto;
  height: 4.33em;
  display: block;
  margin: 0 auto;
}

main.beer-contents .box-section-title:before {
  content: " ";
  display: block;
  width: 43.98%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffc20e;
}

main.beer-contents .box-section-title:after {
  content: " ";
  display: block;
  width: 43.98%;
  height: 1px;
  position: absolute;
  right: 0;
  top: 62%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ffc20e;
}

main.beer-contents .beer-contents-box1 {
  margin-bottom: 3.88em;
}

main.beer-contents .beer-contents-box1 .box1__link {
  margin-bottom: 0;
}

main.beer-contents .beer-contents-box1 .box2-frame__title {
  line-height: 1.2;
  margin-bottom: 1.3em;
}

main.beer-contents .box1-pic1 {
  width: 87.1%;
  max-width: 1115px;
  margin-bottom: 2.6em;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box1-text1 {
  width: 40.8%;
  max-width: 455px;
  position: absolute;
  left: 4.4%;
  top: 32.9%;
}

main.beer-contents .box1-text2 {
  width: 26.99%;
  max-width: 301px;
  position: absolute;
  left: 9%;
  bottom: 9.8%;
}

main.beer-contents .box1-text3 {
  width: 96.25%;
  margin: 0 auto 5.9em;
}

main.beer-contents .box1__link {
  width: 21.83em;
  font-size: 1.11em;
  color: #000;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-out,color 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out,color 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out,color 0.5s ease-out;
  transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out,color 0.5s ease-out;
  transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out,color 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  background-color: #ffc20e;
  height: 4.01em;
  line-height: 4.01em;
  text-align: center;
  position: relative;
  margin: 0 auto 4em;
  cursor: pointer;
}

main.beer-contents .box1__link .box-link__icon {
  width: 1.2em;
}

main.beer-contents .box-link__icon {
  position: absolute;
  right: 9.17%;
  top: 50%;
  width: 1.27em;
  height: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}

main.beer-contents .box-link__icon img {
  -webkit-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  display: block;
}

main.beer-contents .box-link__icon img.rev {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

main.beer-contents .beer-contents-box0 {
  margin-bottom: 6.88em;
}

main.beer-contents .box0-title {
  width: 48.04%;
  left: 50%;
  position: absolute;
  top: 10.2%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box0-pic1 {
  width: 156.25%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box0-pic1 .play-btn {
  width: 8.05%;
  position: absolute;
  left: 50%;
  top: 55.7%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}

main.beer-contents .box0-navi {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

main.beer-contents .box0-navi__item {
  position: absolute;
  cursor: pointer;
}

main.beer-contents .box0-navi__item.box0-navi-1 {
  width: 9.14%;
  left: 40.5%;
  top: 21.6%;
}

main.beer-contents .box0-navi__item.box0-navi-2 {
  width: 9.14%;
  left: 18.2%;
  top: 26.8%;
}

main.beer-contents .box0-navi__item.box0-navi-3 {
  width: 9.14%;
  left: 63.3%;
  top: 28.6%;
}

main.beer-contents .box0-navi__item.box0-navi-4 {
  width: 7.92%;
  left: 66.64%;
  top: 72%;
}

main.beer-contents .beer-contents-box2 {
  margin-bottom: 8.55em;
}

main.beer-contents .box2-contents {
  position: relative;
  width: 100%;
}

main.beer-contents .box2-contents__left {
  position: relative;
  z-index: 1;
}

main.beer-contents .box2-title,
main.beer-contents .box3-title,
main.beer-contents .box4-title,
main.beer-contents .box5-title {
  font-size: 2.66em;
  line-height: 1.2;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.05em;
}

main.beer-contents .box2-title {
  position: relative;
  margin-bottom: 2.2em;
  z-index: 1;
}

main.beer-contents .box3-title {
  margin-bottom: 2.15em;
  position: relative;
  z-index: 1;
}

main.beer-contents .box4-title {
  margin-bottom: 2.15em;
  letter-spacing: -0.03em;
}

main.beer-contents .box5-title {
  margin-bottom: 2.15em;
  letter-spacing: -0.03em;
}

main.beer-contents .box2-contents-logoarea {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2.5em;
}

main.beer-contents .box2-contents-logoarea__item {
  width: 10.95em;
  margin-right: 2em;
}

main.beer-contents .box2-contents-logoarea__item:last-child {
  margin-right: 0;
}

main.beer-contents .box2-contents-logoarea__item img {
  display: block;
}

main.beer-contents .box2-contents-left__text,
main.beer-contents .box3-contents-left__text {
  display: inline-block;
  margin-bottom: 6.8em;
}

main.beer-contents .box2-contents-left__text p,
main.beer-contents .box3-contents-left__text p {
  font-size: 1.55em;
  color: #fff;
  line-height: 1.57;
  margin-bottom: 0;
}

main.beer-contents .box2-contents-left__text p span,
main.beer-contents .box3-contents-left__text p span {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main.beer-contents .box2-contents-left__text .box2-contents__link,
main.beer-contents .box2-contents-left__text .box3-contents__link,
main.beer-contents .box3-contents-left__text .box2-contents__link,
main.beer-contents .box3-contents-left__text .box3-contents__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

main.beer-contents .box2-contents-left__text .box2-contents__link p,
main.beer-contents .box2-contents-left__text .box3-contents__link p,
main.beer-contents .box3-contents-left__text .box2-contents__link p,
main.beer-contents .box3-contents-left__text .box3-contents__link p {
  margin-bottom: 0 !important;
}

main.beer-contents .box2-contents-left__text .play-btn,
main.beer-contents .box3-contents-left__text .play-btn {
  width: 5em;
  position: relative;
  left: 0.5em;
}

main.beer-contents .box2-contents-left__text p {
  margin-bottom: 2.46em;
}

main.beer-contents .box2-contents__right {
  width: 67.65%;
  width: 55.65%;
  max-width: 866px;
  position: absolute;
  left: 32.26%;
  left: 44.26%;
  top: -13.8em;
  top: -11.8em;
  top: 0.2em;
}

main.beer-contents .box2__link {
  width: 32em;
  font-size: 1.11em;
  letter-spacing: -0.15em;
  color: #000;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out,box-shadow 0.5s ease-out,-webkit-box-shadow 0.5s ease-out;
  background-color: #ffc20e;
  height: 4.01em;
  line-height: 4.01em;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

main.beer-contents .box2__link a, main.beer-contents .box2__link a:link, main.beer-contents .box2__link a:visited {
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  display: block;
}

main.beer-contents .box2__link .box-link__icon {
  width: 1.2em;
}

main.beer-contents .box3-contents {
  width: 100%;
  margin-bottom: 8.1em;
}

main.beer-contents .box3-contents__left {
  width: 54.53%;
  position: absolute;
  right: 0;
  top: 6.5em;
}

main.beer-contents .box3-contents__right {
  position: relative;
  top: -0.5em;
}

main.beer-contents .box3-contents__right p {
  font-size: 1.55em;
  line-height: 1.57;
  color: #fff;
  margin: 0;
  margin-bottom: 2.46em;
}

main.beer-contents .box3-contents__right p.note {
  font-size: 0.88em;
  padding-left: 1em;
  text-indent: -1em;
}

main.beer-contents .beer-contents-box4 {
  margin-bottom: 1.2em;
}

main.beer-contents .box4-contents {
  position: relative;
  margin-bottom: 7.4em;
}

main.beer-contents .box4-title {
  position: relative;
  z-index: 1;
}

main.beer-contents .box4-contents__left p {
  font-size: 1.55em;
  line-height: 1.57;
  color: #fff;
  margin: 0;
  margin-bottom: 1.56em;
}

main.beer-contents .box4-contents__left p:nth-child(2) {
  margin-bottom: 2.56em;
}

main.beer-contents .box4-contents__left {
  position: relative;
  z-index: 1;
}

main.beer-contents .box4-contents__right {
  width: 58.51%;
  position: absolute;
  right: -4.68%;
  top: -21.5em;
}

main.beer-contents .box4-contents__link {
  width: 36.83em;
  font-size: 1.11em;
  color: #000;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-out, color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out, color 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out, color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  background-color: #ffc20e;
  height: 4.01em;
  line-height: 4.01em;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

main.beer-contents .box4-contents__link a {
  width: 100%;
  height: 100%;
  color: #000;
  text-decoration: none;
  display: block;
  position: relative;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
}

main.beer-contents .box4-contents__link:hover {
  background-color: #000;
  -webkit-box-shadow: 0px 0px 1px 1px #ffc20e;
          box-shadow: 0px 0px 1px 1px #ffc20e;
  color: #ffc20e;
}

main.beer-contents .box4-contents__link:hover a {
  color: #ffc20e;
}

main.beer-contents .box4-contents__link:hover .box-link__icon img {
  opacity: 0;
}

main.beer-contents .box4-contents__link:hover .box-link__icon img.rev {
  opacity: 1;
}

main.beer-contents .box4-contents__link .box-link__icon {
  width: 1.2em;
}

main.beer-contents .box4-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.8em;
}

main.beer-contents .box4-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.21%;
      -ms-flex: 0 0 24.21%;
          flex: 0 0 24.21%;
  border: 1px solid #c9c9c9;
}

main.beer-contents .box4-link-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.beer-contents .box4-link-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.53%;
      -ms-flex: 0 0 49.53%;
          flex: 0 0 49.53%;
  height: 11.67em;
  border: 1px solid #ffc20e;
  -webkit-transition: background-color 0.5s ease-out,opacity 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out,opacity 0.5s ease-out;
  transition: background-color 0.5s ease-out,opacity 0.5s ease-out;
  position: relative;
}

main.beer-contents .box4-link-list__item:last-child img {
  width: 19.7%;
  left: 13.2%;
}

main.beer-contents .box4-link-list__item img {
  position: relative;
  width: 34.54%;
  left: 9.46%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.beer-contents .box4-link-list__item a, main.beer-contents .box4-link-list__item a:link, main.beer-contents .box4-link-list__item a:visited {
  position: relative;
  display: block;
  height: 100%;
}

main.beer-contents .box4-link-list__item a:after, main.beer-contents .box4-link-list__item a:link:after, main.beer-contents .box4-link-list__item a:visited:after {
  display: none;
}

main.beer-contents .box4-link-list__item .box-link__icon {
  width: 1.33em;
  right: 7.4%;
}

main.beer-contents .box4-link-list__item .box-link__icon img {
  width: 100%;
  display: block;
  left: auto;
  top: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

main.beer-contents .box4-link-list__item .box-link__icon img.rev {
  left: 0;
  top: 0;
}

main.beer-contents .box4-link-list__text {
  font-size: 1.55em;
  text-align: right;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: bold;
  color: #ffc20e;
  position: absolute;
  right: 15.2%;
  top: 50%;
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

main.beer-contents .beer-contents-box6 .box-section-title img {
  height: 3.11em;
}

main.beer-contents .beer-contents-box6 .box-section-title:before, main.beer-contents .beer-contents-box6 .box-section-title:after {
  width: 34.55%;
  top: 82%;
}

main.beer-contents .beer-contents-box5 {
  margin-bottom: 6.94em;
}

main.beer-contents .box5-contents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.9em;
}

main.beer-contents .box5-textarea p {
  font-size: 1.55em;
  color: #fff;
  line-height: 1.57;
}

main.beer-contents .box5-contents__left {
  width: 26.4%;
  position: absolute;
  right: 10.31%;
  top: -9em;
}

main.beer-contents .box5-contents__right p {
  font-size: 1.55em;
  line-height: 1.57;
  color: #fff;
  margin: 0;
  margin-bottom: 1.56em;
}

main.beer-contents .box5__link {
  width: 31.84em;
  font-size: 1.11em;
  letter-spacing: 0;
  color: #000;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  background-color: #ffc20e;
  height: 4.01em;
  line-height: 4.01em;
  text-align: center;
  position: relative;
  margin: 0 auto;
}

main.beer-contents .box5__link a, main.beer-contents .box5__link a:link, main.beer-contents .box5__link a:visited {
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  display: block;
}

main.beer-contents .box5__link .box-link__icon {
  width: 1.2em;
}

main.beer-contents .beer-contents-box6 {
  margin-bottom: 7.4em;
}

main.beer-contents .beer-contents-box6 .box-section-title {
  margin-bottom: 5.4em;
}

main.beer-contents .box6-pic1 {
  width: 83.2%;
  margin: 0 auto 5.4em;
  padding: 4.6em 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

main.beer-contents .box6-pic1 img {
  width: 33.42%;
  display: block;
  margin: 0 auto;
}

main.beer-contents .box6-list__title {
  width: 100%;
}

main.beer-contents .box6-list__title span {
  font-size: 0.8em;
}

main.beer-contents .box6-list {
  width: 80.85%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2em;
  position: relative;
}

main.beer-contents .box6-list__item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 48.54%;
      -ms-flex: 0 0 48.54%;
          flex: 0 0 48.54%;
  position: relative;
}

main.beer-contents .box6-list__item:nth-child(2) .box6-list__content {
  padding-bottom: 0;
}

main.beer-contents .box6-list__item:nth-child(2) .box6-list-btn {
  width: 100%;
  position: absolute;
  bottom: 2%;
}

main.beer-contents .box6-list__item:nth-child(2) .box6-list__title {
  margin-bottom: -0.1em;
}

main.beer-contents .box6-list__item:nth-child(2) .box6-list__pic2 {
  margin-bottom: 1.77em;
}

main.beer-contents .box6-list__item:nth-child(2) .box6-list__pic3 {
  width: 22%;
  margin: 0 auto;
}

main.beer-contents .box6-list__content {
  border: 1px solid #ffc20e;
  padding-top: 2.77em;
  padding-bottom: 2.88em;
}

main.beer-contents .box6-list-btn img {
  display: block;
}

main.beer-contents .box6-list-title__text {
  width: 100%;
  font-size: 2.55em;
  color: #f5bd00;
  letter-spacing: -0.03em;
  position: absolute;
  text-align: center;
  left: 50%;
  top: -0.4em;
  line-height: 1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box6-list__plus {
  width: 12%;
  margin: 0 auto 1.5em;
}

main.beer-contents .box6-list__subtitle {
  font-size: 1.77em;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #ffc20e;
  margin-bottom: 1.15em;
  line-height: 1.12;
}

main.beer-contents .box6-list__subtitle span {
  font-size: 0.62em;
  display: block;
  padding-top: 0.3em;
  line-height: 1.4;
}

main.beer-contents .box6-list__text {
  width: 78.56%;
  margin: 0 auto 2.6em;
  position: relative;
}

main.beer-contents .box6-list__pic {
  width: 38%;
  margin: 0 auto 1.3em;
}

main.beer-contents .box6-list__note {
  font-size: 0.88em;
  text-align: center;
  color: #fff;
  margin-bottom: 1.7em;
}

main.beer-contents .box6-textarea {
  width: 100%;
  margin: 0 auto;
  padding-top: 1.5em;
}

main.beer-contents .box6-textarea p {
  font-size: 0.88em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.7;
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}

main.beer-contents .box6-list__inner {
  width: 95.7%;
  padding: 2.4em 0;
  position: absolute;
  left: 50%;
  top: 32em;
  border: 1px solid #ffc20e;
  background-color: #000;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box6-list-inner-list {
  width: 74%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}

main.beer-contents .box6-list-inner__title {
  font-size: 1.77em;
  line-height: 1.12;
  text-align: center;
  color: #f5bd00;
  letter-spacing: -0.06em;
}

main.beer-contents .box6-list-inner__pic {
  margin: 0 auto;
  position: relative;
}

main.beer-contents .box6-list__pic2 {
  width: 40.6%;
  margin: 0 auto;
}

main.beer-contents .box6-list-inner__pic-1 {
  width: 52.2%;
  margin: 0 auto;
}

main.beer-contents .box6-list-inner__pic-2 {
  width: 59.5%;
  margin: 0 auto;
}

main.beer-contents .beer-contents-box7 {
  margin-bottom: 8.9em;
}

main.beer-contents .beer-contents-box7 .box-section-title {
  margin-bottom: 3em;
}

main.beer-contents .beer-contents-box7 .box-section-title img {
  width: auto;
  height: 5.22em;
}

main.beer-contents .beer-contents-box7 .box-section-title:before, main.beer-contents .beer-contents-box7 .box-section-title:after {
  width: 29.15%;
}

main.beer-contents .box7-list {
  color: #fff;
  margin-bottom: 2.6em;
}

main.beer-contents .box7-list__item {
  position: relative;
  margin-bottom: 2.5em;
}

main.beer-contents .box7-list__item:last-child {
  margin-bottom: 0;
}

main.beer-contents .box7-list__title {
  font-size: 1.44em;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.67em;
  margin-bottom: 0.6em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

main.beer-contents .box7-list__text p {
  font-size: 1.11em;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0.55em;
  padding-left: 7em;
  text-indent: -7em;
}

main.beer-contents .box7-list__text p:first-child {
  margin-top: 0;
}

main.beer-contents .box7-list__map {
  width: 6.87%;
  position: absolute;
  right: 0;
  top: -0.15em;
}

main.beer-contents .box7-list__map a:after, main.beer-contents .box7-list__map a:link:after, main.beer-contents .box7-list__map a:visited:after {
  display: none;
}

main.beer-contents .box7-note {
  font-size: 0.88em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.65;
  margin-bottom: 9.67em;
}

main.beer-contents .box7-title {
  font-size: 2.66em;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 1.66em;
}

main.beer-contents .box7-pic {
  width: 138.2%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-bottom: -8.9em;
}

main.beer-contents .box7-pic__note {
  width: 72.31%;
  font-size: 0.88em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: 26.8%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

main.beer-contents .box7__link {
  width: 31.84em;
  font-size: 1.11em;
  letter-spacing: 0;
  color: #000;
  font-weight: bold;
  -webkit-transition: background-color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out;
  transition: background-color 0.5s ease-out, box-shadow 0.5s ease-out, -webkit-box-shadow 0.5s ease-out;
  background-color: #ffc20e;
  height: 4.01em;
  line-height: 4.01em;
  text-align: center;
  position: relative;
  margin: 0 auto;
  /*&:hover{
            @include PcScale{
                background-color: #000;
                box-shadow: 0px 0px 1px 1px #ffc20e;

                a,a:link,a:visited{
                    color: #ffc20e;
                }

                .box-link__icon{
                    img{
                        opacity: 0;

                        &.rev{
                            opacity: 1;
                        }
                    }
                }
            }
        }*/
}

main.beer-contents .box7__link a, main.beer-contents .box7__link a:link, main.beer-contents .box7__link a:visited {
  -webkit-transition: color 0.5s ease-out;
  -o-transition: color 0.5s ease-out;
  transition: color 0.5s ease-out;
  display: block;
}

main.beer-contents .box7__link .box-link__icon {
  width: 1.2em;
}

main.beer-contents .beer-contents-box8 {
  margin-bottom: 7.4em;
}

main.beer-contents .beer-contents-box8 .box-section-title img {
  width: auto;
  height: 5.33em;
}

main.beer-contents .beer-contents-box8 .box-section-title:before, main.beer-contents .beer-contents-box8 .box-section-title:after {
  width: 36.15%;
}

main.beer-contents .beer-contents-box8 dl {
  color: #fff;
  margin-bottom: 2.5em;
}

main.beer-contents .beer-contents-box8 dl:nth-child(5) dd p:nth-child(4) {
  margin-bottom: 0;
}

main.beer-contents .beer-contents-box8 dl:last-of-type {
  margin-bottom: 9.6em;
}

main.beer-contents .beer-contents-box8 dt {
  font-size: 1.44em;
  font-weight: bold;
  border-bottom: 1px solid #999999;
  padding-bottom: 0.6em;
  margin-bottom: 0.63em;
}

main.beer-contents .beer-contents-box8 dd {
  font-size: 1.11em;
  font-weight: 600;
}

main.beer-contents .beer-contents-box8 dd p {
  margin: 0;
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}

main.beer-contents .beer-contents-box8 dd p.note {
  font-size: 0.88em;
  margin-bottom: 0.5em;
}

main.beer-contents .beer-contents-box8 dd p.noindent {
  padding-left: 0;
  text-indent: 0;
}

main.beer-contents .slider-area {
  position: relative;
  width: calc(100% + 5.86em);
  left: -2.93em;
  margin-bottom: 7em;
}

main.beer-contents .slider__set {
  width: 100%;
  position: relative;
  margin: 0 auto;
  left: -3.5%;
}

main.beer-contents .slider-set__slider {
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  -o-transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}

main.beer-contents .slider-set__slider.notransition {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

main.beer-contents .slider__item {
  float: left;
  position: relative;
  outline: none;
  width: 36vw;
  pointer-events: none;
}

main.beer-contents .slider__item img {
  -webkit-transition: opacity 0.3s ease-out 0.3s,-webkit-transform 0.3s ease-out 0.3s,-webkit-box-shadow 0.3s ease-out 0.3s;
  transition: opacity 0.3s ease-out 0.3s,-webkit-transform 0.3s ease-out 0.3s,-webkit-box-shadow 0.3s ease-out 0.3s;
  -o-transition: transform 0.3s ease-out 0.3s,opacity 0.3s ease-out 0.3s,box-shadow 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s,opacity 0.3s ease-out 0.3s,box-shadow 0.3s ease-out 0.3s;
  transition: transform 0.3s ease-out 0.3s,opacity 0.3s ease-out 0.3s,box-shadow 0.3s ease-out 0.3s,-webkit-transform 0.3s ease-out 0.3s,-webkit-box-shadow 0.3s ease-out 0.3s;
  display: block;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-box-shadow: 0 0 0.9em 0.1em rgba(0, 0, 0, 0);
          box-shadow: 0 0 0.9em 0.1em rgba(0, 0, 0, 0);
  opacity: 0.3;
}

main.beer-contents .slider__item.show {
  pointer-events: all;
  z-index: 1;
}

main.beer-contents .slider__item.show img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  opacity: 1;
  -webkit-box-shadow: 0 0 0.9em 0.1em rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 0.9em 0.1em rgba(0, 0, 0, 0.35);
}

main.beer-contents .slider-btn-set {
  position: absolute;
  width: 39.4%;
  left: 50%;
  top: 6.4vw;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

main.beer-contents .slider-btn-prev {
  width: 3.8vw;
  position: absolute;
  left: -9.5%;
  cursor: pointer;
  z-index: 1;
}

main.beer-contents .slider-btn-prev img {
  display: block;
}

main.beer-contents .slider-btn-next {
  width: 3.8vw;
  position: absolute;
  right: -9.5%;
  cursor: pointer;
  z-index: 1;
}

main.beer-contents .slider-btn-next img {
  display: block;
}

main.beer-contents .box8-link {
  width: 67.5%;
  margin: 0 auto;
}

main.beer-contents .box8-link a:after {
  display: none !important;
}

main.beer-contents .beer-contents-box9 {
  padding-bottom: 8.4em;
}

main.beer-contents .box9-pic {
  width: 23.1%;
  max-width: 295px;
  margin: 0 auto 5.8em;
}

main.beer-contents .beer-link-btn {
  -webkit-transition: opacity 1s ease-out,background-color 0.5s ease-out;
  -o-transition: opacity 1s ease-out,background-color 0.5s ease-out;
  transition: opacity 1s ease-out,background-color 0.5s ease-out;
}

main.beer-contents .box2-frame__title {
  font-size: 1.88em;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

main.beer-contents .box2-frame__title span {
  font-size: 0.7em;
}

main.beer-contents .box2-frame {
  width: 55%;
  max-width: 700px;
  margin: 0 auto;
}

main.beer-contents .cmttw-wrap {
  background-color: #fff !important;
}

main.beer-contents .beer-contents-box-twit {
  width: 55%;
  margin: 0 auto 6.16em;
  max-width: 700px;
}

main.beer-contents .beer-contents-box-twit__title {
  font-size: 1.88em;
  text-align: center;
  color: #fff;
  margin-bottom: 1em;
}

main.beer-contents .box7-text {
  font-size: 0.88em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 3.5em;
}

@media screen and (min-width: 769px) {
  .modal-close img:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .beer-contents-title__maintext {
    line-height: 1.2 !important;
  }
  main.beer-contents .box1__link:hover {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 1px 1px #ffc20e;
            box-shadow: 0px 0px 1px 1px #ffc20e;
    color: #ffc20e;
  }
  main.beer-contents .box1__link:hover .box-link__icon img {
    opacity: 0;
  }
  main.beer-contents .box1__link:hover .box-link__icon img.rev {
    opacity: 1;
  }
  main.beer-contents .box0-pic1 .play-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .box0-navi__item:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .box2-contents-left__text .box2-contents__link:hover,
  main.beer-contents .box2-contents-left__text .box3-contents__link:hover,
  main.beer-contents .box3-contents-left__text .box2-contents__link:hover,
  main.beer-contents .box3-contents-left__text .box3-contents__link:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .box2__link:hover {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 1px 1px #ffc20e;
            box-shadow: 0px 0px 1px 1px #ffc20e;
  }
  main.beer-contents .box2__link:hover a, main.beer-contents .box2__link:hover a:link, main.beer-contents .box2__link:hover a:visited {
    color: #ffc20e;
  }
  main.beer-contents .box2__link:hover .box-link__icon img {
    opacity: 0;
  }
  main.beer-contents .box2__link:hover .box-link__icon img.rev {
    opacity: 1;
  }
  main.beer-contents .box4-link-list__item:hover {
    background-color: #f3be2c;
  }
  main.beer-contents .box4-link-list__item:hover .box4-link-list__text {
    color: #000;
  }
  main.beer-contents .box4-link-list__item:hover .box-link__icon img {
    opacity: 0;
  }
  main.beer-contents .box4-link-list__item:hover .box-link__icon img.rev {
    opacity: 1;
  }
  main.beer-contents .box5__link:hover {
    background-color: #000;
    -webkit-box-shadow: 0px 0px 1px 1px #ffc20e;
            box-shadow: 0px 0px 1px 1px #ffc20e;
  }
  main.beer-contents .box5__link:hover a, main.beer-contents .box5__link:hover a:link, main.beer-contents .box5__link:hover a:visited {
    color: #ffc20e;
  }
  main.beer-contents .box5__link:hover .box-link__icon img {
    opacity: 0;
  }
  main.beer-contents .box5__link:hover .box-link__icon img.rev {
    opacity: 1;
  }
  main.beer-contents .box6-list-btn:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .box6-list-inner__item {
    width: 50%;
  }
  main.beer-contents .box6-list-inner__pic {
    width: 74%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main.beer-contents .box7-list__title span {
    width: 11.6em;
    display: inline-block;
  }
  main.beer-contents .box7-list__map:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .slider__item:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .slider-btn-prev:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .slider-btn-next:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
  main.beer-contents .box8-link:hover {
    -webkit-animation: blink_animation 0.6s ease-out;
            animation: blink_animation 0.6s ease-out;
  }
}

@media screen and (max-width: 768px) {
  .modal-inner {
    max-width: inherit;
    top: 45%;
  }
  .modal-movie-area {
    width: 85.53%;
    margin-top: 8vw;
  }
  .modal-close {
    position: relative;
    left: -11vw;
    top: -3vw;
  }
  main.beer-contents .load-element-area {
    height: calc(100% - 13.3vw - 55px);
    top: 13.3vw;
  }
  main.beer-contents .load-element-area__logo {
    width: 40.93vw;
  }
  main.beer-contents .beer-contents-title {
    line-height: 1.2 !important;
  }
  main.beer-contents .box1-banner {
    border: 0.3vw solid #ffc20e;
    padding: 5.5vw 0;
  }
  main.beer-contents .box1-banner__text {
    font-size: 3.45vw;
  }
  main.beer-contents .box1-banner__text p {
    line-height: 1.69;
  }
  main.beer-contents .box1-banner__text p:first-child {
    margin-bottom: 6.2vw;
  }
  main.beer-contents .beer-contents__inner {
    max-width: inherit;
  }
  main.beer-contents .box-section-title {
    margin-bottom: 8vw;
  }
  main.beer-contents .box-section-title img {
    height: 6.66vw;
  }
  main.beer-contents .box-section-title:before {
    width: 40.5%;
    height: 2px;
    top: 67%;
  }
  main.beer-contents .box-section-title:after {
    width: 40.5%;
    height: 2px;
    top: 67%;
  }
  main.beer-contents .beer-contents-box1 {
    margin-bottom: 8.4vw;
  }
  main.beer-contents .beer-contents-box1 .box2-frame__title {
    line-height: 1.3;
    margin-bottom: 6vw;
  }
  main.beer-contents .box1-pic1 {
    width: 111.9% !important;
    padding-left: 0 !important;
    max-width: inherit;
    margin-bottom: -2.9vw;
  }
  main.beer-contents .box1-text1 {
    width: 39.86vw;
    max-width: inherit;
    left: 7.2%;
    top: 33.4vw;
  }
  main.beer-contents .box1-text2 {
    width: 26.7vw;
    max-width: inherit;
    left: 6.5%;
    top: 54.2vw;
    bottom: auto;
  }
  main.beer-contents .box1-text3 {
    font-size: 3.73vw;
    width: 100%;
    position: relative;
    text-align: center;
    line-height: 2.14;
    color: #fff;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    white-space: nowrap;
    margin-bottom: 6.6vw;
  }
  main.beer-contents .box1__link {
    width: 100%;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
    margin-bottom: 10vw;
  }
  main.beer-contents .box1__link .box-link__icon {
    width: 3.2vw;
    right: 5.6%;
  }
  main.beer-contents .beer-contents-box0 {
    margin-bottom: 12.5vw;
  }
  main.beer-contents .box0-title {
    width: 32.66vw;
  }
  main.beer-contents .box0-pic1 {
    width: 111.9%;
  }
  main.beer-contents .box0-pic1 .play-btn {
    width: 8.53vw;
  }
  main.beer-contents .box0-navi__item.box0-navi-1 {
    width: 11.73%;
  }
  main.beer-contents .box0-navi__item.box0-navi-2 {
    width: 11.73%;
    left: 12.3%;
  }
  main.beer-contents .box0-navi__item.box0-navi-3 {
    width: 11.73%;
    left: 69.7%;
    top: 29.3%;
  }
  main.beer-contents .box0-navi__item.box0-navi-4 {
    width: 10.26%;
    left: 74.8%;
    top: 71.5%;
  }
  main.beer-contents .beer-contents-box2 {
    margin-bottom: 18.7vw;
  }
  main.beer-contents .box2-title,
  main.beer-contents .box3-title,
  main.beer-contents .box4-title,
  main.beer-contents .box5-title {
    font-size: 5.06vw;
    text-align: center;
    line-height: 1.26;
    letter-spacing: -0.025em;
    margin-bottom: 9vw;
  }
  main.beer-contents .box2-title {
    margin-bottom: 64vw;
  }
  main.beer-contents .box2-contents-logoarea {
    margin-bottom: 9.7vw;
  }
  main.beer-contents .box2-contents-logoarea__item {
    width: 29.85%;
    margin-right: 5%;
  }
  main.beer-contents .box2-contents-left__text,
  main.beer-contents .box3-contents-left__text {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-bottom: 0;
  }
  main.beer-contents .box2-contents-left__text p,
  main.beer-contents .box3-contents-left__text p {
    font-size: 3.45vw;
    line-height: 1.69;
  }
  main.beer-contents .box2-contents-left__text .play-btn,
  main.beer-contents .box3-contents-left__text .play-btn {
    width: 7.46vw;
    left: 2.2vw;
  }
  main.beer-contents .box2-contents-left__text p {
    margin-bottom: 6vw;
  }
  main.beer-contents .box2-contents__right {
    width: 111.93%;
    max-width: inherit;
    left: -6%;
    right: auto;
    top: -57.5vw;
    position: absolute;
  }
  main.beer-contents .box2__link {
    width: 100%;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
  }
  main.beer-contents .box2__link .box-link__icon {
    width: 3.2vw;
    right: 5.6%;
  }
  main.beer-contents .beer-contents-box3 {
    margin-bottom: 18.3vw;
  }
  main.beer-contents .box3-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  main.beer-contents .box3-contents__left {
    width: 93%;
    left: 42%;
    right: auto;
    top: 70vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main.beer-contents .box3-contents__right {
    top: auto;
  }
  main.beer-contents .box3-contents__right p {
    font-size: 3.45vw;
    line-height: 1.69;
    letter-spacing: -0.025em;
    margin-bottom: 84.5vw;
  }
  main.beer-contents .box3-contents__right p:last-child {
    margin-bottom: 0;
  }
  main.beer-contents .box3-contents__right p.note {
    font-size: 2.65vw;
    line-height: 1.6;
    margin-bottom: 0;
  }
  main.beer-contents .beer-contents-box4 {
    margin-bottom: 1.7vw;
  }
  main.beer-contents .box4-contents {
    margin-bottom: 10.6vw;
  }
  main.beer-contents .box4-title {
    line-height: 1.26 !important;
  }
  main.beer-contents .box4-contents__left p:nth-child(2) {
    margin-bottom: 78.8vw;
  }
  main.beer-contents .box4-contents__left p {
    font-size: 3.73vw;
    margin-bottom: 6vw;
    line-height: 1.57;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  main.beer-contents .box4-contents__left p:last-child {
    margin-bottom: 0;
  }
  main.beer-contents .box4-contents__right {
    width: 84.26vw;
    position: absolute;
    left: 50%;
    top: 35.6vw;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main.beer-contents .box4-contents__link {
    width: 100%;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
  }
  main.beer-contents .box4-contents__link .box-link__icon {
    right: 3.17%;
  }
  main.beer-contents .box4-list {
    margin-bottom: 5.7vw;
  }
  main.beer-contents .box4-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48.35%;
        -ms-flex: 0 0 48.35%;
            flex: 0 0 48.35%;
    margin-bottom: 2.8vw;
  }
  main.beer-contents .box4-list__item:nth-child(3), main.beer-contents .box4-list__item:nth-child(4) {
    margin-bottom: 0;
  }
  main.beer-contents .box4-link-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 28vw;
    margin-bottom: 3.3vw;
  }
  main.beer-contents .box4-link-list__item:last-child {
    margin-bottom: 0;
  }
  main.beer-contents .box4-link-list__item img {
    width: 32.7%;
    left: 8.8%;
  }
  main.beer-contents .box4-link-list__item .box-link__icon {
    width: 3.2vw;
    right: 9%;
  }
  main.beer-contents .box4-link-list__text {
    font-size: 3.45vw;
    right: 16.5%;
  }
  main.beer-contents .beer-contents-box6 .box-section-title img {
    height: 5.86vw;
  }
  main.beer-contents .beer-contents-box6 .box-section-title:before, main.beer-contents .beer-contents-box6 .box-section-title:after {
    width: 28.7%;
  }
  main.beer-contents .beer-contents-box5 {
    margin-bottom: 18.6vw;
  }
  main.beer-contents .beer-contents-box5 .box-section-title {
    margin-bottom: 6vw;
  }
  main.beer-contents .box5-title {
    line-height: 1.41 !important;
    letter-spacing: 0.05em;
    margin-bottom: 7vw;
  }
  main.beer-contents .box5-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 8.2vw;
  }
  main.beer-contents .box5-textarea p {
    font-size: 3.45vw;
    line-height: 1.69;
  }
  main.beer-contents .box5-contents__left {
    width: 38.53vw;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
  main.beer-contents .box5-contents__right {
    left: auto;
    top: auto;
    margin-bottom: 5.7vw;
  }
  main.beer-contents .box5-contents__right p {
    font-size: 3.46vw;
    line-height: 1.69;
    margin-bottom: 6.2vw;
  }
  main.beer-contents .box5-contents__right p:last-child {
    margin-bottom: 0;
  }
  main.beer-contents .box5__link {
    width: 100%;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
  }
  main.beer-contents .box5__link .box-link__icon {
    width: 3.2vw;
    right: 5.6%;
  }
  main.beer-contents .beer-contents-box6 {
    margin-bottom: 17.2vw;
  }
  main.beer-contents .beer-contents-box6 .box-section-title {
    margin-bottom: 8vw;
  }
  main.beer-contents .beer-contents-box6 .box-section-title:before, main.beer-contents .beer-contents-box6 .box-section-title:after {
    top: 62%;
  }
  main.beer-contents .box6-pic1 {
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 7.5vw 0;
    margin-bottom: 9.5vw;
  }
  main.beer-contents .box6-pic1 img {
    width: 53.13%;
  }
  main.beer-contents .box6-list__title {
    font-size: 2.95vw;
  }
  main.beer-contents .box6-list__title span {
    font-size: 2.65vw;
  }
  main.beer-contents .box6-list {
    width: 100%;
    margin: 0 auto 4.4vw;
  }
  main.beer-contents .box6-list__item:nth-child(2) .box6-list__text {
    margin-bottom: 9.9vw;
  }
  main.beer-contents .box6-list__item:nth-child(2) .box6-list-btn {
    bottom: -15%;
  }
  main.beer-contents .box6-list__item:nth-child(2) .box6-list__pic2 {
    margin-bottom: 4.4vw;
  }
  main.beer-contents .box6-list__item:nth-child(2) .box6-list__pic3 {
    width: 14.66vw;
  }
  main.beer-contents .box6-list__content {
    padding-top: 6.8vw;
    padding-bottom: 65.8vw;
  }
  main.beer-contents .box6-list-title__text {
    font-size: 4.53vw;
    top: -2vw;
  }
  main.beer-contents .box6-list__plus {
    width: 18.6%;
    margin-bottom: 3.8vw;
  }
  main.beer-contents .box6-list__subtitle {
    font-size: 4.26vw;
    letter-spacing: -0.1em;
    margin-bottom: 2.6vw;
  }
  main.beer-contents .box6-list__subtitle span {
    font-size: 2.53vw;
    letter-spacing: 0em;
    padding-top: 1.4vw;
  }
  main.beer-contents .box6-list__text {
    width: 85.56%;
    margin-bottom: 4.5vw;
  }
  main.beer-contents .box6-list__pic {
    width: 16.13vw;
    left: 0%;
    position: relative;
    margin-bottom: 1.4vw;
  }
  main.beer-contents .box6-list__note {
    font-size: 2.4vw;
    margin-bottom: 3vw;
  }
  main.beer-contents .box6-textarea {
    width: 100%;
    padding-top: 0;
  }
  main.beer-contents .box6-textarea p {
    font-size: 2.68vw;
    line-height: 1.6;
  }
  main.beer-contents .box6-list__inner {
    width: 94%;
    top: 61.8vw !important;
    padding: 6.4vw 0;
  }
  main.beer-contents .box6-list-inner-list {
    width: 83%;
  }
  main.beer-contents .box6-list-inner__title {
    font-size: 4vw !important;
    letter-spacing: -0.1em;
    margin-bottom: 4.5vw;
  }
  main.beer-contents .box6-list-inner__pic {
    width: 74.6%;
    left: auto;
  }
  main.beer-contents .box6-list__pic2 {
    width: 20.13vw;
  }
  main.beer-contents .beer-contents-box7 {
    margin-bottom: 18.8vw;
  }
  main.beer-contents .beer-contents-box7 .box-section-title {
    margin-bottom: 5.6vw;
  }
  main.beer-contents .beer-contents-box7 .box-section-title img {
    height: 10.13vw;
  }
  main.beer-contents .beer-contents-box7 .box-section-title:before, main.beer-contents .beer-contents-box7 .box-section-title:after {
    width: 21.15%;
  }
  main.beer-contents .box7-list {
    margin-bottom: 8.5vw;
  }
  main.beer-contents .box7-list__item {
    margin-bottom: 8vw;
  }
  main.beer-contents .box7-list__title {
    font-size: 3.72vw;
    border-bottom: 2px solid #999999;
    padding-bottom: 3.5vw;
  }
  main.beer-contents .box7-list__text p {
    font-size: 3.35vw;
    line-height: 1.69;
    margin-top: 1vw;
    font-weight: normal;
    padding-left: 5em;
    text-indent: -5em;
  }
  main.beer-contents .box7-list__text p span {
    font-weight: bold;
  }
  main.beer-contents .box7-list__map {
    width: 17.47vw;
    top: 0.8vw;
  }
  main.beer-contents .box7-note {
    font-size: 2.67vw;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 18vw;
  }
  main.beer-contents .box7-title {
    font-size: 6.4vw;
    line-height: 1.8;
    margin-bottom: 12vw;
  }
  main.beer-contents .box7-pic {
    width: 146.2%;
    margin-bottom: -6.6vw;
  }
  main.beer-contents .box7-pic__note {
    width: 70%;
    font-size: 2.16vw;
    bottom: 23%;
  }
  main.beer-contents .box7__link {
    width: 100%;
    height: 10.67vw;
    font-size: 3.2vw;
    line-height: 10.67vw;
  }
  main.beer-contents .box7__link .box-link__icon {
    width: 3.2vw;
    right: 5.6%;
  }
  main.beer-contents .beer-contents-box8 {
    margin-bottom: 11.6vw;
  }
  main.beer-contents .beer-contents-box8 .box-section-title {
    margin-bottom: 9.3vw;
  }
  main.beer-contents .beer-contents-box8 .box-section-title img {
    height: 10.26vw;
  }
  main.beer-contents .beer-contents-box8 .box-section-title:before, main.beer-contents .beer-contents-box8 .box-section-title:after {
    width: 31.5%;
  }
  main.beer-contents .beer-contents-box8 dl {
    margin-bottom: 8.3vw;
  }
  main.beer-contents .beer-contents-box8 dl:last-of-type {
    margin-bottom: 11vw;
  }
  main.beer-contents .beer-contents-box8 dt {
    font-size: 3.73vw;
    border-bottom: 2px solid #999999;
    padding-bottom: 2.5vw;
    margin-bottom: 2vw;
  }
  main.beer-contents .beer-contents-box8 dd {
    font-size: 3.45vw;
    line-height: 1.69;
    font-weight: normal;
  }
  main.beer-contents .beer-contents-box8 dd p {
    font-size: 3.45vw;
    line-height: 1.69;
  }
  main.beer-contents .slider-area {
    width: 100%;
    left: auto;
    margin-bottom: 5vw;
  }
  main.beer-contents .slider__set {
    left: -85.1%;
  }
  main.beer-contents .slider__item {
    width: 80.4vw;
  }
  main.beer-contents .slider__item.show img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
  main.beer-contents .slider-btn-set {
    width: 100%;
    height: 100%;
    top: 18vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    pointer-events: none;
  }
  main.beer-contents .slider-btn-prev {
    width: 10.14%;
    left: 1.8%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    pointer-events: all;
  }
  main.beer-contents .slider-btn-next {
    width: 10.14%;
    right: 1.8%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    pointer-events: all;
  }
  main.beer-contents .box8-link {
    width: 89.5%;
  }
  main.beer-contents .beer-contents-box9 {
    padding-bottom: 17vw;
  }
  main.beer-contents .box9-pic {
    width: 39.2vw;
    max-width: inherit;
    margin-bottom: 10vw;
  }
  main.beer-contents .box2-frame__title {
    font-size: 4.53vw;
    margin-bottom: 4vw;
    white-space: nowrap;
  }
  main.beer-contents .box2-frame__title span {
    font-size: 3.6vw;
  }
  main.beer-contents .box2-frame {
    width: 100%;
    max-width: inherit;
  }
  main.beer-contents .cmttw-widget {
    height: 55vw !important;
  }
  main.beer-contents .beer-contents-box-twit {
    width: 100%;
    max-width: inherit;
    margin-bottom: 12.2vw;
  }
  main.beer-contents .beer-contents-box-twit__title {
    font-size: 4.53vw;
    margin-bottom: 4vw;
  }
  main.beer-contents .box7-text {
    font-size: 2.68vw;
    line-height: 1.6;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 6vw;
  }
}

@media screen and (max-width: 1000px) {
  main.beer-contents .box6-list__inner {
    top: 447px;
  }
}

@media screen and (max-width: 1370px) {
  main.beer-contents .box6-list-inner__title {
    font-size: 2.32vw;
  }
}
/*# sourceMappingURL=wagon.css.map */
