@charset "utf-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.cont__container, .cont__container--small {
  box-sizing: content-box !important;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .cont__container, .cont__container--small {
    max-width: 94.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}

.cont__container--small {
  max-width: 990px;
}
@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333vw;
  }
}

.link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}
.link:hover {
  opacity: 0.7;
}

/* common:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.wrapper {
  overflow: hidden;
  padding-bottom: 80px;
}
@media screen and (max-width: 1200px) {
  .wrapper {
    padding-bottom: 6.6666666667vw;
  }
}

.js-fade {
  opacity: 0;
  transition: 0.4s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0) !important;
}

.imgcover {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  z-index: 50 !important;
}

/* common:end */
/* fv:start */
.fv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  background-color: #f4f4f5;
  opacity: 1;
  transition: 0.2s opacity;
  padding-top: 141px;
}
@media screen and (max-width: 768px) {
  .fv {
    height: 100dvh;
    padding-top: 64px;
  }
}
.fv__diabled {
  opacity: 0;
  pointer-events: none;
}
.fv__container {
  position: absolute;
  width: 100vw;
  height: calc(100dvh - 141px);
}
@media screen and (max-width: 768px) {
  .fv__container {
    height: calc(100vh - 64px);
  }
}
.fv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  opacity: 0;
  transition: 0.2s opacity;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .fv__image {
    top: 30%;
    transform: translate(-50%, -30%);
    width: 100%;
  }
}
.fv__image-active {
  opacity: 1;
}
.fv__image img {
  margin: 0 auto;
  max-height: 1080px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .fv__image img {
    width: auto;
    max-height: 85vh;
  }
}

/* fv:end */
/* mv:start */
.mv {
  background-color: #f4f4f5;
}
.mv__slider {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .mv__slider {
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider {
    width: 100%;
  }
}
.mv__slider .swiper-wrapper {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__slider .swiper-wrapper {
    width: 100%;
  }
}
.mv__slider .swiper-pagination {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  background-color: #39a5de;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (max-width: 1200px) {
  .mv__slider .swiper-pagination {
    height: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider .swiper-pagination {
    height: 7.2vw;
  }
}
.mv__slider .swiper-pagination-bullet {
  background-color: #ffffff;
  height: 10px;
  width: 80px;
  border-radius: 5px;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .mv__slider .swiper-pagination-bullet {
    width: 6.6666666667vw;
    height: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider .swiper-pagination-bullet {
    width: 16vw;
    height: 1.8666666667vw;
  }
}
.mv__slider .swiper-pagination-bullet:nth-child(2) {
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .mv__slider .swiper-pagination-bullet:nth-child(2) {
    margin-left: 1.3333333333vw;
    margin-right: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .mv__slider .swiper-pagination-bullet:nth-child(2) {
    margin-left: 2.1333333333vw;
    margin-right: 2.1333333333vw;
  }
}
.mv__slider .swiper-pagination-bullet-active {
  background-color: #ffc601;
}

/* mv:end */
/* lead:start */
.lead {
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/lead_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
}
@media screen and (min-width: 1921px) {
  .lead {
    background-size: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .lead {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .lead {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/lead_bg_sp.jpg);
    background-size: cover;
  }
}
.lead__container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 100px;
}
@media screen and (max-width: 1200px) {
  .lead__container {
    width: 103.3333333333vw;
    padding: 6.6666666667vw 1.6666666667vw 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__container {
    width: 100%;
    padding: 10.6666666667vw 3.2vw 13.3333333333vw;
  }
}
.lead__inner {
  width: 100%;
  padding-left: 100px;
}
@media screen and (max-width: 1200px) {
  .lead__inner {
    padding-left: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__inner {
    padding-left: 0;
  }
}
.lead__title {
  width: 640px;
}
@media screen and (max-width: 1200px) {
  .lead__title {
    width: 53.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__title {
    width: 85.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.lead__text-01 {
  width: 438px;
  margin-top: 59px;
  margin-left: 68px;
}
@media screen and (max-width: 1200px) {
  .lead__text-01 {
    width: 36.5vw;
    margin-top: 4.9166666667vw;
    margin-left: 5.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__text-01 {
    width: 63.7333333333vw;
    margin-top: 10.6666666667vw;
    margin-left: 4.4vw;
  }
}
.lead__text-02 {
  width: 512px;
  margin-top: 59px;
  margin-left: 28px;
}
@media screen and (max-width: 1200px) {
  .lead__text-02 {
    width: 42.6666666667vw;
    margin-top: 4.9166666667vw;
    margin-left: 2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__text-02 {
    width: 65.2vw;
    margin-top: 8vw;
    margin-left: 0.8vw;
  }
}
.lead__caution {
  width: 466px;
  margin-top: 59px;
  margin-left: 14px;
}
@media screen and (max-width: 1200px) {
  .lead__caution {
    width: 38.8333333333vw;
    margin-top: 4.9166666667vw;
    margin-left: 1.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__caution {
    width: 47.6vw;
    margin-top: 5.2vw;
    margin-left: 2.5333333333vw;
  }
}
.lead.js-fade {
  transform: translateY(0);
}

/* lead:end */
/* about:start */
.about {
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/about_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
}
@media screen and (min-width: 1921px) {
  .about {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/about_bg_sp.jpg);
    background-size: cover;
  }
}
.about__container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 117px;
}
@media screen and (max-width: 1200px) {
  .about__container {
    width: 100%;
    padding: 6.6666666667vw 0 9.75vw;
  }
}
@media screen and (max-width: 768px) {
  .about__container {
    padding: 11.8666666667vw 3.2vw 13.3333333333vw;
  }
}
.about__inner {
  width: 100%;
}
.about__title {
  width: 415px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .about__title {
    width: 34.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .about__title {
    width: 49.7333333333vw;
  }
}
.about__lead {
  width: 304px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .about__lead {
    width: 25.3333333333vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .about__lead {
    width: 53.7333333333vw;
    margin-top: 10.6666666667vw;
  }
}
.about__text {
  width: 748px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .about__text {
    width: 62.3333333333vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .about__text {
    width: 85.8666666667vw;
    margin-top: 10.2666666667vw;
  }
}
.about.js-fade {
  transform: translateY(0);
}

/* about:end */
/* taste:start */
.taste {
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/taste_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  .taste {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/taste_bg_sp.jpg);
  }
}
.taste__container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1200px) {
  .taste__container {
    width: 100%;
    padding: 6.6666666667vw 0 10vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__container {
    padding: 9.8666666667vw 0 13.3333333333vw;
  }
}
.taste__title {
  width: 73.25%;
  margin-left: 11.8333333333%;
}
@media screen and (max-width: 1200px) {
  .taste__title {
    width: 73.25vw;
    margin-left: 11.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__title {
    width: 81.2vw;
    margin-left: 8.5333333333vw;
  }
}
.taste__lead {
  width: 82.0833333333%;
  margin: 5.5% auto 0;
}
@media screen and (max-width: 1200px) {
  .taste__lead {
    width: 82.0833333333vw;
    margin: 5.5vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .taste__lead {
    width: 82.4vw;
    margin: 10.6666666667vw auto 0;
  }
}
.taste__point-01 {
  width: 83.3333333333%;
  margin-left: 10.0833333333%;
  margin-top: 6.25%;
}
@media screen and (max-width: 1200px) {
  .taste__point-01 {
    width: 83.3333333333vw;
    margin-left: 10.0833333333vw;
    margin-top: 6.25vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__point-01 {
    width: 92.4vw;
    margin-left: 6.2666666667vw;
    margin-top: 10.5333333333vw;
  }
}
.taste__point-02 {
  width: 87.25%;
  margin-left: 11.3333333333%;
  margin-top: -0.8333333333%;
}
@media screen and (max-width: 1200px) {
  .taste__point-02 {
    width: 87.25vw;
    margin-left: 11.3333333333vw;
    margin-top: -0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__point-02 {
    width: 92.6666666667vw;
    margin-left: 4.5333333333vw;
    margin-top: 8.4vw;
  }
}
.taste__point-03 {
  width: 86.5%;
  margin-left: 2.0833333333%;
  margin-top: -2.3333333333%;
}
@media screen and (max-width: 1200px) {
  .taste__point-03 {
    width: 86.5vw;
    margin-left: 2.0833333333vw;
    margin-top: -2.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__point-03 {
    width: 91.6vw;
    margin-left: 3.2vw;
    margin-top: 8.2666666667vw;
  }
}
.taste__caution {
  width: 1049px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .taste__caution {
    width: 87.4166666667vw;
    margin-top: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .taste__caution {
    width: 82.1333333333vw;
    margin-left: 5.7333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.taste.js-fade {
  transform: translateY(0);
}

/* taste:end */
/* pairing:start */
.pairing {
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/pairing_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: bottom center;
}
@media screen and (min-width: 1921px) {
  .pairing {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pairing {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/pairing_bg_sp.jpg);
    background-size: cover;
  }
}
.pairing__container {
  width: 1200px;
  margin: 0 auto;
  padding: 78px 0 195px;
}
@media screen and (max-width: 1200px) {
  .pairing__container {
    width: 100%;
    padding: 6.5vw 0 16.25vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__container {
    padding: 13.3333333333vw 3.2vw 93.3333333333vw;
  }
}
.pairing__title {
  width: 96.8333333333%;
  margin-left: 1.8333333333%;
}
@media screen and (max-width: 1200px) {
  .pairing__title {
    width: 96.8333333333vw;
    margin-left: 1.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__title {
    width: 86vw;
    margin-left: 2.9333333333vw;
  }
}
.pairing__text {
  width: 94.4166666667%;
  margin: 2.3333333333% auto 0;
}
@media screen and (max-width: 1200px) {
  .pairing__text {
    width: 94.4166666667vw;
    margin: 2.3333333333vw auto 0;
  }
}
@media screen and (max-width: 768px) {
  .pairing__text {
    width: 93.6vw;
    margin: 5.3333333333vw auto 0;
  }
}
.pairing__menu {
  margin-left: auto;
  margin-right: 0;
  margin-top: 16.25%;
  display: flex;
  flex-wrap: wrap;
  width: 53.75%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu {
    margin-top: 16.25vw;
    width: 53.75vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu {
    margin-top: 10.6666666667vw;
    width: 100%;
    justify-content: center;
  }
}
.pairing__menu-content {
  width: getRaito(304, 645);
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content {
    width: 25.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content {
    width: 44.1333333333vw;
  }
}
.pairing__menu-content:nth-child(2) {
  margin-top: 13.3333333333%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(2) {
    margin-top: 7.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(2) {
    margin-top: 11.6vw;
  }
}
.pairing__menu-content:nth-child(3) {
  margin-top: -6.511627907%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(3) {
    margin-top: -3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(3) {
    margin-top: -0.9333333333vw;
  }
}
.pairing__menu-content:nth-child(4) {
  margin-top: 6.976744186%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(4) {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(4) {
    margin-top: 11.0666666667vw;
  }
}
.pairing__menu-content:nth-child(5) {
  margin-top: -6.511627907%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(5) {
    margin-top: -3.5vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(5) {
    margin-top: -0.2666666667vw;
  }
}
.pairing__menu-content:nth-child(6) {
  margin-top: 6.976744186%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(6) {
    margin-top: 3.75vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(6) {
    margin-top: 8.2666666667vw;
  }
}
.pairing__menu-content:nth-child(2n) {
  margin-left: 5.5813953488%;
}
@media screen and (max-width: 1200px) {
  .pairing__menu-content:nth-child(2n) {
    margin-left: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .pairing__menu-content:nth-child(2n) {
    margin-left: 3.7333333333vw;
  }
}
.pairing.js-fade {
  transform: translateY(0);
}

/* pairing:end */
/* message:start */
.message {
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
}
@media screen and (min-width: 1921px) {
  .message {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .message {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_bg_pc.jpg);
    background-size: cover;
  }
}
.message__container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1200px) {
  .message__container {
    width: 100%;
    padding: 6.6666666667vw 0 10vw;
  }
}
@media screen and (max-width: 768px) {
  .message__container {
    padding: 13.3333333333vw 0;
  }
}
.message__title {
  width: 549px;
  margin: 0 200px 0 auto;
}
@media screen and (max-width: 1200px) {
  .message__title {
    width: 45.75vw;
    margin: 0 16.6666666667vw 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .message__title {
    width: 80.4vw;
    margin: 0 7.0666666667vw 0 auto;
  }
}
.message__contents {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .message__contents {
    flex-direction: column;
  }
}
.message__contents-01 {
  margin-top: 18px;
  padding-bottom: 143px;
}
@media screen and (max-width: 1200px) {
  .message__contents-01 {
    margin-top: 1.5vw;
    padding-bottom: 11.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message__contents-01 {
    margin-top: 2.2666666667vw;
    padding-bottom: 25.7333333333vw;
  }
}
.message__contents-01::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_text01_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1122px;
  height: 898px;
  top: 0;
  right: -26px;
}
@media screen and (max-width: 1200px) {
  .message__contents-01::before {
    width: 93.5vw;
    height: 74.8333333333vw;
    right: -2.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message__contents-01::before {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_text01_bg_sp.png);
    width: 100%;
    height: 151.2vw;
    top: 13.3333333333vw;
    right: 0;
  }
}
.message__contents-02 {
  margin-top: 83px;
  padding-bottom: 155px;
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .message__contents-02 {
    margin-top: 6.9166666667vw;
    padding-bottom: 12.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message__contents-02 {
    margin-top: 0;
    padding-bottom: 13.4666666667vw;
    flex-direction: column;
  }
}
.message__contents-02::before {
  display: block;
  position: absolute;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_text02_bg_pc.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 1056px;
  height: 797px;
  top: 0;
  right: 114px;
}
@media screen and (max-width: 1200px) {
  .message__contents-02::before {
    width: 88vw;
    height: 66.4166666667vw;
    right: 9.5vw;
  }
}
@media screen and (max-width: 768px) {
  .message__contents-02::before {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/message_text02_bg_sp.png);
    width: 100%;
    height: 106.1333333333vw;
    top: 14.6666666667vw;
    right: 0;
  }
}
.message__name-01 {
  width: 131px;
  margin-left: 16px;
}
@media screen and (max-width: 1200px) {
  .message__name-01 {
    width: 10.9166666667vw;
    margin-left: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .message__name-01 {
    width: 52.2666666667vw;
    margin-left: 5.8666666667vw;
  }
}
.message__name-02 {
  width: 131px;
  margin-left: auto;
  margin-right: 21px;
}
@media screen and (max-width: 1200px) {
  .message__name-02 {
    width: 10.9166666667vw;
    margin-right: 1.75vw;
  }
}
@media screen and (max-width: 768px) {
  .message__name-02 {
    width: 59.7333333333vw;
    margin-right: 5.8666666667vw;
  }
}
.message__text-01 {
  width: 609px;
  margin-top: 138px;
  margin-left: auto;
  margin-right: 362px;
}
@media screen and (max-width: 1200px) {
  .message__text-01 {
    width: 50.75vw;
    margin-top: 11.5vw;
    margin-right: 30.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-01 {
    width: 89.3333333333vw;
    margin-top: 12.8vw;
    margin-right: 5.0666666667vw;
  }
}
.message__text-02 {
  width: 651px;
  margin-top: 59px;
  margin-left: auto;
  margin-right: 110px;
}
@media screen and (max-width: 1200px) {
  .message__text-02 {
    width: 54.25vw;
    margin-top: 4.9166666667vw;
    margin-right: 9.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-02 {
    width: 87.2vw;
    margin-top: 10.5333333333vw;
    margin-right: 7.7333333333vw;
  }
}
.message__text-03 {
  width: 769px;
  margin-top: 59px;
  margin-left: auto;
  margin-right: 118px;
}
@media screen and (max-width: 1200px) {
  .message__text-03 {
    width: 64.0833333333vw;
    margin-top: 4.9166666667vw;
    margin-right: 9.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-03 {
    width: 90.1333333333vw;
    margin-top: 10.5333333333vw;
    margin-right: 6vw;
  }
}
.message__text-04 {
  width: 483px;
  margin-top: 155px;
  margin-right: auto;
  margin-left: 480px;
}
@media screen and (max-width: 1200px) {
  .message__text-04 {
    width: 36.5vw;
    margin-top: 12.9166666667vw;
    margin-left: 40vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-04 {
    width: 77.2vw;
    margin-top: 10.8vw;
    margin-left: 19.6vw;
  }
}
.message__text-05 {
  width: 544px;
  margin-top: 59px;
  margin-right: auto;
  margin-left: 319px;
}
@media screen and (max-width: 1200px) {
  .message__text-05 {
    width: 45.3333333333vw;
    margin-top: 4.9166666667vw;
    margin-left: 26.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-05 {
    width: 86.8vw;
    margin-top: 10.6666666667vw;
    margin-left: 7.4666666667vw;
  }
}
.message__text-06 {
  width: 634px;
  margin-top: 62px;
  margin-right: auto;
  margin-left: 153px;
}
@media screen and (max-width: 1200px) {
  .message__text-06 {
    width: 52.8333333333vw;
    margin-top: 5.1666666667vw;
    margin-left: 12.75vw;
  }
}
@media screen and (max-width: 768px) {
  .message__text-06 {
    width: 89.8666666667vw;
    margin-top: 10.6666666667vw;
    margin-left: 4.4vw;
  }
}
.message__caution {
  width: 664px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .message__caution {
    width: 55.3333333333vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .message__caution {
    width: 82.2666666667vw;
    margin-top: 5.3333333333vw;
    margin-left: 5.7333333333vw;
  }
}
.message.js-fade {
  transform: translateY(0);
}

/* message:end */
/* movie:start */
.movie {
  padding-bottom: 100px;
}
@media screen and (max-width: 1200px) {
  .movie {
    padding-bottom: 8.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    padding-bottom: 10.6666666667vw;
  }
}
.movie__container {
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0 85px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .movie__container {
    width: 100%;
    padding: 6.6666666667vw 0 7.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__container {
    width: 100%;
    padding: 13.3333333333vw 0 11.3333333333vw;
  }
}
.movie__title {
  width: 842px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .movie__title {
    width: 70.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__title {
    width: 94.5333333333vw;
  }
}
.movie__kirin {
  position: absolute;
  width: 197px;
  top: 25px;
  right: 11px;
}
@media screen and (max-width: 1200px) {
  .movie__kirin {
    width: 16.4166666667vw;
    top: 2.0833333333vw;
    right: 0.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__kirin {
    width: 15.8666666667vw;
    top: 3.4666666667vw;
    right: 4vw;
  }
}
.movie__slider {
  position: relative;
}
.movie__slider-pagination {
  position: absolute;
  bottom: auto !important;
  top: 494px !important;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .movie__slider-pagination {
    top: 41.1666666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .movie__slider-pagination {
    top: 52.6666666667vw !important;
  }
}
.movie__slider .swiper-pagination-bullet {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #bfc0c0;
  cursor: pointer;
  margin: 0 !important;
  opacity: 1 !important;
}
@media screen and (max-width: 1200px) {
  .movie__slider .swiper-pagination-bullet {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slider .swiper-pagination-bullet {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.movie__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px !important;
}
@media screen and (max-width: 1200px) {
  .movie__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 0.8333333333vw !important;
  }
}
@media screen and (max-width: 768px) {
  .movie__slider .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 2.6666666667vw !important;
  }
}
.movie__slider .swiper-pagination-bullet-active {
  background-color: #60b7e5;
}
.movie__slide {
  position: relative;
  width: 842px;
}
@media screen and (max-width: 1200px) {
  .movie__slide {
    width: 70.1666666667vw !important;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide {
    width: 86.1333333333vw !important;
  }
}
.movie__slide::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 474px;
  transition: opacity 0.2s;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: 2;
  content: "";
}
@media screen and (max-width: 1200px) {
  .movie__slide::after {
    height: 39.5vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide::after {
    height: 48.5333333333vw !important;
  }
}
.movie__slide-image {
  position: relative;
}
.movie__slide-image::after {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/cm_play_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 71px;
  bottom: 20px;
  right: 26px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-image::after {
    width: 5.75vw;
    height: 5.9166666667vw;
    bottom: 2.1666666667vw;
    right: 2.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-image::after {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/cm_play_icon_sp.png);
    width: 7.7333333333vw;
    height: 7.8666666667vw;
    bottom: 2.6666666667vw;
    right: 2.6666666667vw;
  }
}
.movie__slide-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3333333333;
  color: #60b7e5;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 10px;
  transition: 0.2s opacity;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .movie__slide-title {
    font-size: 2vw;
    padding-top: 5vw;
    padding-bottom: 0.8333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-title {
    font-size: 4.5333333333vw;
    line-height: 1.4117647059;
    padding-top: 11.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
.movie__slide-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5555555556;
  text-align: center;
  color: #222;
  transition: 0.2s opacity;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .movie__slide-text {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-text {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    text-align: left;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.movie__slide-text + .movie__slide-text {
  margin-top: 1.5em;
}
.movie__slide.swiper-slide-active .movie__slide-title {
  opacity: 1;
}
.movie__slide.swiper-slide-active .movie__slide-text {
  opacity: 1;
}
.movie__slide.swiper-slide-active::after {
  opacity: 0;
  pointer-events: none;
}
.movie__slide a {
  text-decoration: none;
}
.movie__slide-prev {
  top: 200px;
  left: calc(50% - 495px);
  width: 37px;
  height: 109px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-prev {
    top: 16.6666666667vw;
    left: calc(50% - 41.25vw);
    width: 3.0833333333vw;
    height: 9.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-prev {
    top: 21.3333333333vw;
    left: 0.6666666667vw;
    width: 5.0666666667vw;
    height: 16.9333333333vw;
  }
}
.movie__slide-prev::after {
  display: block;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/movie_prev_button.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 109px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-prev::after {
    width: 3.0833333333vw;
    height: 9.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-prev::after {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/movie_prev_button_sp.png);
    width: 5.0666666667vw;
    height: 16.9333333333vw;
  }
}
.movie__slide-prev:hover.movie__slide-prev::after {
  transform: translateX(-10%);
}
.movie__slide-next {
  top: 200px;
  left: calc(49% + 495px);
  transform: translateX(-50%);
  width: 37px;
  height: 109px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-next {
    top: 16.6666666667vw;
    left: calc(49% + 41.25vw);
    width: 3.0833333333vw;
    height: 9.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-next {
    top: 21.3333333333vw;
    right: 0.6666666667vw;
    left: auto;
    transform: translateX(0);
    width: 5.0666666667vw;
    height: 16.9333333333vw;
  }
}
.movie__slide-next::after {
  display: block;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/movie_next_button.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 37px;
  height: 109px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-next::after {
    width: 3.0833333333vw;
    height: 9.0833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-next::after {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/movie_next_button_sp.png);
    width: 5.0666666667vw;
    height: 16.9333333333vw;
  }
}
.movie__slide-new {
  position: relative;
}
.movie__slide-new::before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/cm_new_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 58px;
  height: 58px;
  left: 21px;
  top: 55px;
}
@media screen and (max-width: 1200px) {
  .movie__slide-new::before {
    width: 4.8333333333vw;
    height: 4.8333333333vw;
    left: 1.75vw;
    top: 4.5833333333vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__slide-new::before {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/thumbnail/cm_new_icon_sp.png);
    width: 6.6666666667vw;
    height: 6.6666666667vw;
    left: -3.7333333333vw;
    top: 11.3333333333vw;
  }
}
.movie.js-fade {
  transform: translateY(0);
}

/*------------------------------------------------------------
cm modal
------------------------------------------------------------*/
#movie_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
}

#movie_modal .modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.85);
}

#movie_modal iframe {
  height: 45vw;
  width: 80vw;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: opacity 0.5s ease;
}

/* product:start */
.product {
  background-color: #39a5de;
  padding: 30px 0;
}
@media screen and (max-width: 1200px) {
  .product {
    padding: 2.5vw 0;
  }
}
@media screen and (max-width: 768px) {
  .product {
    padding: 5.3333333333vw 0;
  }
}
.product__container {
  background-color: #ffffff;
  background-image: url(/alcohol/beer/ichiban/whitebeer/images/product_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: 1920px;
  background-position: top center;
}
@media screen and (min-width: 1921px) {
  .product__container {
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .product__container {
    background-image: url(/alcohol/beer/ichiban/whitebeer/images/product_bg_sp.jpg);
    background-size: cover;
    padding: 10.6666666667vw 0;
  }
}
.product__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 70px 0 95px;
}
@media screen and (max-width: 1200px) {
  .product__inner {
    width: 100%;
    padding: 5.8333333333vw 0 7.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__inner {
    padding: 0;
  }
}
.product__title {
  width: 509px;
  margin-left: auto;
  margin-right: 230px;
}
@media screen and (max-width: 1200px) {
  .product__title {
    width: 42.4166666667vw;
    margin-right: 19.1666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__title {
    width: 74.5333333333vw;
    margin-left: 5.8666666667vw;
    margin-right: auto;
  }
}
.product__contents {
  display: flex;
  padding-left: 86px;
  margin-top: 18px;
}
@media screen and (max-width: 1200px) {
  .product__contents {
    padding-left: 7.1666666667vw;
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product__contents {
    flex-direction: column-reverse;
    margin-top: 8vw;
    padding-left: 5.8666666667vw;
  }
}
.product__image {
  width: 368px;
  margin-right: 59px;
}
@media screen and (max-width: 1200px) {
  .product__image {
    width: 30.6666666667vw;
    margin-right: 4.9166666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__image {
    width: 66vw;
    margin: 10.6666666667vw auto 0 11.4666666667vw;
  }
}
.product__detail-name {
  width: 257px;
  margin-top: 12px;
}
@media screen and (max-width: 1200px) {
  .product__detail-name {
    width: 21.4166666667vw;
    margin-top: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .product__detail-name {
    width: 40vw;
    margin-top: 0;
  }
}
.product__detail-text {
  width: 670px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .product__detail-text {
    width: 55.8333333333vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__detail-text {
    width: 76.2666666667vw;
    margin-top: 4vw;
  }
}
.product__component-name {
  width: 257px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .product__component-name {
    width: 21.4166666667vw;
    margin-top: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .product__component-name {
    width: 40vw;
    margin-top: 5.3333333333vw;
  }
}
.product__component-text {
  width: 518px;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .product__component-text {
    width: 43.1666666667vw;
    margin-top: 1.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .product__component-text {
    width: 72.2666666667vw;
    margin-top: 4vw;
  }
}
.product.js-fade {
  transform: translateY(0);
}

/* product:end */