@charset "utf-8";
.cont__center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cont__center > * {
  min-height: 0%;
}

.product__container, .story__container, .feature__container, .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) {
  .product__container, .story__container, .feature__container, .cont__container, .cont__container--small {
    max-width: 89.3333333333vw;
    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;
}

.story__text, .story__text--right, .story-renewal__text, .feature-lead__note, .feature-point__text--center, .feature-point__text-01, .feature-point__text-02, .feature-point__text-03, .feature-point__text-04, .story-renewal__note, .feature__note, .feature-point__note {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  color: #00448c;
}
@media screen and (max-width: 1240px) {
  .story__text, .story__text--right, .story-renewal__text, .feature-lead__note, .feature-point__text--center, .feature-point__text-01, .feature-point__text-02, .feature-point__text-03, .feature-point__text-04, .story-renewal__note, .feature__note, .feature-point__note {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .story__text, .story__text--right, .story-renewal__text, .feature-lead__note, .feature-point__text--center, .feature-point__text-01, .feature-point__text-02, .feature-point__text-03, .feature-point__text-04, .story-renewal__note, .feature__note, .feature-point__note {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.story__content, .feature__content {
  box-shadow: 10px 17px 50px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .story__content, .feature__content {
    box-shadow: 1.3333333333vw 2.2666666667vw 6.6666666667vw rgba(0, 0, 0, 0.3);
  }
}

.story__container, .story-renewal, .feature__container, .feature-lead__title, .feature-lead__text, .feature-lead__bottom, .feature__ab, .feature__title, .feature__text--img, .feature-point, .feature-point__item-01, .feature-point__item-02, .feature-point__item-03, .feature-point__item-04, .lead__container {
  position: relative;
  z-index: 3;
}

.feature__ab, .lead__ab, .lead__beer {
  opacity: 0;
  transition: 0.4s all;
  transform: translateY(10%);
}
.feature__ab.js-yurayura-fade, .lead__ab.js-yurayura-fade, .lead__beer.js-yurayura-fade {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.feature__ab.js-yurayura-active, .lead__ab.js-yurayura-active, .lead__beer.js-yurayura-active {
  animation: yurayura 2s linear infinite;
  animation-delay: 0.5s;
}

.story-renewal__note, .feature__note, .feature-point__note {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 1240px) {
  .story-renewal__note, .feature__note, .feature-point__note {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__note, .feature__note, .feature-point__note {
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
}

/* 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;
  }
}

.js-fade {
  opacity: 0;
  transition: 0.4s all;
  transform: translateY(5%);
}
.js-fade-active {
  opacity: 1;
  transform: translateX(0) translateY(0);
}

.bg-foot {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding-top: 15px;
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
/* common:end */
/* kv:start */
.kv__main {
  position: relative;
  margin: 0;
  padding-bottom: 33px;
}
@media screen and (max-width: 1240px) {
  .kv__main {
    padding-bottom: 2.6612903226vw;
  }
}
@media screen and (max-width: 768px) {
  .kv__main {
    padding-bottom: 18vw;
  }
}
.kv__main img {
  width: 100%;
}
.kv__img {
  position: absolute;
  left: 0;
  bottom: -6.4880952381vw;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kv__img {
    bottom: -7.0666666667vw;
  }
}

/* kv:end */
/* content:start */
.content {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}
.content__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/content_bg_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .content__bg {
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/content_bg_sp.jpg);
  }
}
@media screen and (max-width: 768px) {
  .content img {
    width: 100%;
  }
}

/* content:end */
.lead__arrow-02, .lead__arrow-01 {
  position: absolute;
  top: 0;
  transition: right 0.4s, left 0.4s;
  background-repeat: no-repeat;
  background-size: contain;
}

/* lead:start */
.lead {
  position: relative;
}
.lead__bg {
  overflow: hidden;
}
.lead__container {
  position: relative;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 215px;
  padding-bottom: 188px;
}
@media screen and (max-width: 1240px) {
  .lead__container {
    max-width: 77.4193548387vw;
    padding-top: 17.3387096774vw;
    padding-bottom: 15.1612903226vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__container {
    max-width: 89.3333333333vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 30.6666666667vw;
    padding-left: 0;
    padding-right: 0;
  }
}
.lead__title {
  margin-bottom: 55px;
}
@media screen and (max-width: 1240px) {
  .lead__title {
    margin-bottom: 4.435483871vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__title {
    margin-bottom: 6.6666666667vw;
  }
}
.lead__ab {
  position: absolute;
  top: 298px;
  left: -85px;
  width: 221px;
}
@media screen and (max-width: 1240px) {
  .lead__ab {
    top: 24.0322580645vw;
    left: -6.8548387097vw;
    width: 17.8225806452vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__ab {
    top: 8vw;
    left: -2.4vw;
    width: 25.8666666667vw;
  }
}
.lead__beer {
  position: absolute;
  right: 0;
  bottom: 35px;
  width: 236px;
}
@media screen and (max-width: 1240px) {
  .lead__beer {
    bottom: 2.8225806452vw;
    width: 19.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__beer {
    bottom: 0;
    right: -5.3333333333vw;
    width: 29.6vw;
  }
}
.lead__arrows {
  position: absolute;
  left: 0;
  bottom: -10.119047619vw;
  width: 100%;
  height: 14.8214285714vw;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .lead__arrows {
    bottom: -13.7096774194vw;
    height: 20.0806451613vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__arrows {
    bottom: -4.6666666667vw;
    height: 23.3333333333vw;
  }
}
.lead__arrows.js-scroll-active .lead__arrow-01 {
  right: -9.5238095238vw;
}
@media screen and (max-width: 768px) {
  .lead__arrows.js-scroll-active .lead__arrow-01 {
    right: -74vw;
  }
}
.lead__arrows.js-scroll-active .lead__arrow-02 {
  transition-delay: 0.3s;
  left: -20.2380952381vw;
}
@media screen and (max-width: 768px) {
  .lead__arrows.js-scroll-active .lead__arrow-02 {
    left: -62vw;
  }
}
.lead__arrow-01 {
  right: 100%;
  width: 138.0952380952vw;
  height: 14.8214285714vw;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-01_pc.png);
  background-position: top left;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .lead__arrow-01 {
    width: 217.3333333333vw;
    height: 23.3333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-01_sp.png);
  }
}
.lead__arrow-02 {
  left: 100%;
  width: 129.7619047619vw;
  height: 14.8214285714vw;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-02_pc.png);
  background-position: top right;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lead__arrow-02 {
    width: 205.3333333333vw;
    height: 23.3333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-02_sp.png);
  }
}
.lead__notes {
  margin-top: 45px;
  padding-left: 173px;
}
@media screen and (max-width: 1240px) {
  .lead__notes {
    margin-top: 3.6290322581vw;
    padding-left: 13.9516129032vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__notes {
    margin-top: 10vw;
    padding-left: 2.5333333333vw;
  }
}
.lead__note {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8333333333;
  padding-left: 2em;
  text-indent: -2em;
  color: #00448c;
}
@media screen and (max-width: 1240px) {
  .lead__note {
    font-size: 0.9677419355vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__note {
    font-size: 2.6666666667vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .lead__note + .lead__note {
    margin-top: 0.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lead__note--pare {
    margin-left: -1.3333333333vw;
  }
}

/* lead:end */
.feature-point__text-04, .feature-point__text-03, .feature-point__text-02, .feature-point__text-01 {
  font-weight: bold;
  margin-top: -7px;
}
@media screen and (max-width: 1240px) {
  .feature-point__text-04, .feature-point__text-03, .feature-point__text-02, .feature-point__text-01 {
    margin-top: -0.564516129vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__text-04, .feature-point__text-03, .feature-point__text-02, .feature-point__text-01 {
    margin-top: -1.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.feature-point__text-04 sub, .feature-point__text-03 sub, .feature-point__text-02 sub, .feature-point__text-01 sub {
  font-size: inherit;
  left: -0.06em;
  bottom: -0.4em;
}
.feature-point__text-04 sup, .feature-point__text-03 sup, .feature-point__text-02 sup, .feature-point__text-01 sup {
  font-size: 60%;
}
.feature-point__item-04, .feature-point__item-03, .feature-point__item-02, .feature-point__item-01 {
  position: relative;
  width: 505px;
  padding-bottom: 50px;
  border-radius: 60px 0 60px 0;
  background-color: #dff4ff;
}
@media screen and (max-width: 1240px) {
  .feature-point__item-04, .feature-point__item-03, .feature-point__item-02, .feature-point__item-01 {
    width: 49.5098039216%;
    padding-bottom: 4.0322580645vw;
    border-radius: 4.8387096774vw 0 4.8387096774vw 0;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-04, .feature-point__item-03, .feature-point__item-02, .feature-point__item-01 {
    width: 100%;
    padding-bottom: 5.3333333333vw;
    border-radius: 8vw 0 8vw 0;
  }
}
.feature-point__item-04::before, .feature-point__item-03::before, .feature-point__item-02::before, .feature-point__item-01::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.feature__arrow-02, .feature__arrow-01 {
  position: absolute;
  top: 0;
  transition: right 0.4s, left 0.4s, width 0.4s, transform 0.4s;
  width: 0;
  height: 82.2023809524vw;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .feature__arrow-02, .feature__arrow-01 {
    height: 165.6vw;
  }
}

/* feature:start */
.feature {
  position: relative;
  overflow: hidden;
}
.feature__container {
  padding-top: 145px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1240px) {
  .feature__container {
    padding-top: 11.6935483871vw;
    padding-bottom: 14.5161290323vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__container {
    padding-top: 0;
    padding-bottom: 18.6666666667vw;
  }
}
.feature-lead {
  position: relative;
  padding-top: 105px;
  padding-bottom: 90px;
}
@media screen and (max-width: 1240px) {
  .feature-lead {
    padding-top: 8.4677419355vw;
    padding-bottom: 7.2580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-lead {
    padding-top: 10vw;
    padding-bottom: 0;
  }
}
.feature-lead__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1240px) {
  .feature-lead__title {
    margin-bottom: 3.6290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-lead__title {
    margin-bottom: 6vw;
  }
}
.feature-lead__bottom {
  margin-top: 5px;
  padding-left: 45.5%;
}
@media screen and (max-width: 1240px) {
  .feature-lead__bottom {
    margin-top: 0.4032258065vw;
    padding-left: 44.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-lead__bottom {
    display: flex;
    justify-content: center;
    margin-top: 2.6666666667vw;
    padding-left: 0;
  }
}
.feature-lead__note {
  font-size: 1.4rem;
  line-height: 3.4285714286;
}
@media screen and (max-width: 1240px) {
  .feature-lead__note {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-lead__note {
    font-size: 2.4vw;
    line-height: 2.6666666667;
  }
}
@media screen and (min-width: 769px) {
  .feature-lead__img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .feature-lead__img {
    margin-top: 2.6666666667vw;
  }
}
.feature__content {
  position: relative;
  border: 10px solid #00448c;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .feature__content {
    border-width: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__content {
    border-width: 2vw;
  }
}
.feature__ab {
  position: absolute;
  top: -70px;
  right: 40px;
  width: 271px;
}
@media screen and (max-width: 1240px) {
  .feature__ab {
    top: -5.6451612903vw;
    right: 3.2258064516vw;
    width: 21.8548387097vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__ab {
    top: -8.9333333333vw;
    right: -4.4vw;
    width: 32.4vw;
  }
}
.feature__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 47px;
  padding-left: 70px;
  padding-right: 70px;
}
@media screen and (max-width: 1240px) {
  .feature__inner {
    padding-top: 8.064516129vw;
    padding-bottom: 3.7903225806vw;
    padding-left: 5.6451612903vw;
    padding-right: 5.6451612903vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__inner {
    padding-top: 11.4666666667vw;
    padding-bottom: 4.6666666667vw;
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
.feature__inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 643px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_bg_top_pc.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 1240px) {
  .feature__inner::before {
    height: 51.8548387097vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__inner::before {
    height: 89.7333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_bg_top_sp.jpg);
  }
}
.feature__inner::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 677px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_bg_bottom_pc.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  content: "";
}
@media screen and (max-width: 1240px) {
  .feature__inner::after {
    height: 54.5967741935vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__inner::after {
    height: 89.7333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_bg_bottom_sp.jpg);
  }
}
.feature__title {
  margin-bottom: 45px;
}
@media screen and (max-width: 1240px) {
  .feature__title {
    margin-bottom: 3.6290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__title {
    margin-bottom: 4vw;
  }
}
.feature__text--notes {
  width: 565px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .feature__text--notes {
    margin-top: 1.8548387097vw;
    width: 45.564516129vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__text--notes {
    margin-top: 3.3333333333vw;
    width: 78.6666666667vw;
  }
}
.feature__text--note {
  font-size: 14px;
  color: #00448c;
}
@media screen and (max-width: 1240px) {
  .feature__text--note {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__text--note {
    font-size: 2.9333333333vw;
    line-height: 1.5454545455;
  }
}
.feature__text--note:not(:last-child) {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .feature__text--note:not(:last-child) {
    margin-bottom: 0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__text--note:not(:last-child) {
    margin-bottom: 0.8vw;
  }
}
.feature-point__title {
  margin-top: 28px;
}
@media screen and (max-width: 1240px) {
  .feature-point__title {
    margin-top: 2.2580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__title {
    margin-top: 5.3333333333vw;
  }
}
.feature-point__title-02 {
  margin-top: 35px;
}
@media screen and (max-width: 1240px) {
  .feature-point__title-02 {
    margin-top: 2.8225806452vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__title-02 {
    margin-top: 5.3333333333vw;
  }
}
.feature-point__text--center {
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 1240px) {
  .feature-point__text--center {
    margin-top: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__text--center {
    margin-top: 2.6666666667vw;
  }
}
.feature-point__text--center sup {
  font-size: 60%;
}
@media screen and (min-width: 769px) {
  .feature-point__text-01 {
    padding-left: 24.7524752475%;
  }
}
@media screen and (min-width: 769px) {
  .feature-point__text-02 {
    padding-left: 31.6831683168%;
  }
}
@media screen and (min-width: 769px) {
  .feature-point__text-03 {
    padding-left: 25.7425742574%;
  }
}
@media screen and (min-width: 769px) {
  .feature-point__text-04 {
    padding-left: 25.1485148515%;
  }
}
.feature-point__items {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1240px) {
  .feature-point__items {
    margin-top: 2.0161290323vw;
    padding-top: 0.8064516129vw;
    padding-left: 0.8064516129vw;
    padding-right: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__items {
    display: block;
    width: 70.6666666667vw;
    margin-top: 2.6666666667vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 1.3333333333vw;
    padding-right: 0;
  }
}
.feature-point__items::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 31.0344827586%;
  background-color: #00448c;
  content: "";
}
@media screen and (max-width: 1240px) {
  .feature-point__items::before {
    height: 7.2580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__items::before {
    width: 13.3333333333vw;
    height: 100%;
  }
}
.feature-point__item-01::before {
  bottom: 64px;
  left: 32px;
  width: 60px;
  height: 94px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-01_pc.png);
}
@media screen and (max-width: 1240px) {
  .feature-point__item-01::before {
    bottom: 5.1612903226vw;
    left: 2.5806451613vw;
    width: 4.8387096774vw;
    height: 7.5806451613vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-01::before {
    bottom: auto;
    top: 3.3333333333vw;
    left: 9.0666666667vw;
    width: 8.5333333333vw;
    height: 13.3333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-01_sp.png);
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-02 {
    margin-top: 1.3333333333vw;
  }
}
.feature-point__item-02::before {
  bottom: 68px;
  left: 44px;
  width: 96px;
  height: 81px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-02_pc.png);
}
@media screen and (max-width: 1240px) {
  .feature-point__item-02::before {
    bottom: 5.4838709677vw;
    left: 3.5483870968vw;
    width: 7.7419354839vw;
    height: 6.5322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-02::before {
    bottom: auto;
    top: 4.9333333333vw;
    left: 9.0666666667vw;
    width: 13.3333333333vw;
    height: 11.3333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-02_sp.png);
  }
}
.feature-point__item-03 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .feature-point__item-03 {
    padding-bottom: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-03 {
    padding-bottom: 6vw;
  }
}
.feature-point__item-03::before {
  bottom: 63px;
  left: 25px;
  width: 85px;
  height: 81px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-03_pc.png);
}
@media screen and (max-width: 1240px) {
  .feature-point__item-03::before {
    bottom: 5.0806451613vw;
    left: 2.0161290323vw;
    width: 6.8548387097vw;
    height: 6.5322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-03::before {
    bottom: auto;
    top: 5.3333333333vw;
    left: 6.5333333333vw;
    width: 11.8666666667vw;
    height: 11.3333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-03_sp.png);
  }
}
.feature-point__item-04 {
  padding-bottom: 30px;
}
@media screen and (max-width: 1240px) {
  .feature-point__item-04 {
    padding-bottom: 2.4193548387vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-04 {
    padding-bottom: 6vw;
    margin-top: 1.3333333333vw;
  }
}
.feature-point__item-04::before {
  bottom: 57px;
  left: 35px;
  width: 71px;
  height: 100px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-04_pc.png);
}
@media screen and (max-width: 1240px) {
  .feature-point__item-04::before {
    bottom: 4.5967741935vw;
    left: 2.8225806452vw;
    width: 5.7258064516vw;
    height: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__item-04::before {
    bottom: auto;
    top: 3.0666666667vw;
    left: 7.0666666667vw;
    width: 9.8666666667vw;
    height: 13.8666666667vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/feature_point_icon-04_sp.png);
  }
}
.feature-point__notes {
  margin-top: 55px;
}
@media screen and (max-width: 1240px) {
  .feature-point__notes {
    margin-top: 4.435483871vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__notes {
    margin-top: 6.6666666667vw;
    margin-right: -0.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__note {
    font-size: 2.9333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .feature-point__note + .feature-point__note {
    margin-top: 1.3333333333vw;
  }
}
.feature__arrows {
  position: absolute;
  left: 0;
  top: 30.3571428571vw;
  width: 100%;
  height: 82.2023809524vw;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .feature__arrows {
    top: 41.1290322581vw;
    height: 111.3709677419vw;
  }
}
@media screen and (max-width: 768px) {
  .feature__arrows {
    top: 58.6666666667vw;
    height: 165.6vw;
  }
}
.feature__arrows.js-scroll-active .feature__arrow-01 {
  transform: scale(1, 1);
  width: 147.619047619vw;
  transition-delay: 0.5s;
}
@media screen and (max-width: 768px) {
  .feature__arrows.js-scroll-active .feature__arrow-01 {
    width: 267.7333333333vw;
  }
}
.feature__arrows.js-scroll-active .feature__arrow-02 {
  left: -9.5238095238vw;
  transition-delay: 0.8s;
}
@media screen and (max-width: 768px) {
  .feature__arrows.js-scroll-active .feature__arrow-02 {
    left: -66vw;
  }
}
.feature__arrow-01 {
  left: -11.3095238095vw;
  transform: scale(1, 0);
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-03_pc.png);
  background-position: top left;
  transform-origin: bottom left;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .feature__arrow-01 {
    left: -108vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-03_sp.png);
  }
}
.feature__arrow-02 {
  left: 100%;
  width: 122.619047619vw;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-04_pc.png);
  background-position: top right;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .feature__arrow-02 {
    top: -24vw;
    width: 225.6vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/arrow_img-04_sp.png);
  }
}

/* feature:end */
.story-renewal__item-03, .story-renewal__item-02, .story-renewal__item-01 {
  position: relative;
  width: 31.5789473684%;
  border-radius: 60px 0 60px 0;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 1240px) {
  .story-renewal__item-03, .story-renewal__item-02, .story-renewal__item-01 {
    border-radius: 4.8387096774vw 0 4.8387096774vw 0;
    width: 29.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__item-03, .story-renewal__item-02, .story-renewal__item-01 {
    width: 100%;
    border-radius: 8vw 0 8vw 0;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__item-03 + .story-renewal__item-03, .story-renewal__item-02 + .story-renewal__item-03, .story-renewal__item-03 + .story-renewal__item-02, .story-renewal__item-02 + .story-renewal__item-02, .story-renewal__item-01 + .story-renewal__item-03, .story-renewal__item-01 + .story-renewal__item-02, .story-renewal__item-03 + .story-renewal__item-01, .story-renewal__item-02 + .story-renewal__item-01, .story-renewal__item-01 + .story-renewal__item-01 {
    margin-top: 2.6666666667vw;
  }
}
.story-renewal__item-03::before, .story-renewal__item-02::before, .story-renewal__item-01::before {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}

/* story:start */
.story {
  position: relative;
}
.story__bg {
  position: relative;
  z-index: 1;
  background: linear-gradient(to right, #c2e7f7 9%, #91d5f4 50%, #c2e7f7 90%);
}
.story__bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55.3571428571vw;
  max-height: 1180px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_bg-01_pc.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1240px) {
  .story__bg::before {
    height: 75vw;
  }
}
@media screen and (max-width: 768px) {
  .story__bg::before {
    height: 124vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_bg-01_sp.png);
  }
}
.story__bg::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 21.4285714286vw;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_bg-02_pc.png);
  background-repeat: repeat-x;
  background-position: top left;
  background-size: 100vw 21.4285714286vw;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .story__bg::after {
    height: 79.6vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_bg-02_sp.png);
    background-size: contain;
  }
}
.story__container {
  position: relative;
  padding-top: 110px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1240px) {
  .story__container {
    padding-top: 8.8709677419vw;
    padding-bottom: 11.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .story__container {
    padding-top: 15.3333333333vw;
    padding-bottom: 14.6666666667vw;
  }
}
.story__en {
  position: absolute;
  top: -40px;
  right: 20px;
  width: 453px;
}
@media screen and (max-width: 1240px) {
  .story__en {
    top: -3.2258064516vw;
    right: 1.6129032258vw;
    width: 36.5322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .story__en {
    top: -7.3333333333vw;
    right: -2vw;
    width: 72.4vw;
  }
}
.story__content {
  position: relative;
  padding-top: 90px;
  padding-bottom: 45px;
  padding-left: 470px;
  padding-right: 50px;
  background-color: #fff;
}
@media screen and (max-width: 1240px) {
  .story__content {
    padding-top: 7.2580645161vw;
    padding-bottom: 3.6290322581vw;
    padding-left: 37.9032258065vw;
    padding-right: 4.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .story__content {
    padding-top: 11.3333333333vw;
    padding-bottom: 8vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.story__title {
  position: absolute;
  top: -40px;
  right: 50px;
  width: 410px;
}
@media screen and (max-width: 1240px) {
  .story__title {
    top: -3.2258064516vw;
    right: 4.0322580645vw;
    width: 33.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .story__title {
    top: -4.6666666667vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 54.6666666667vw;
  }
}
.story__subtitle {
  margin-bottom: 25px;
}
@media screen and (max-width: 1240px) {
  .story__subtitle {
    margin-bottom: 2.0161290323vw;
  }
}
@media screen and (max-width: 768px) {
  .story__subtitle {
    margin-bottom: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .story__img {
    width: 61.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .story__img {
    position: absolute;
    bottom: 9.1954022989%;
    left: 3.3333333333%;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .story__text {
    line-height: 1.75;
    margin-top: 5.3333333333vw;
  }
}
.story__text--right {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .story__text--right {
    font-size: 1.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .story__text--right {
    font-size: 2.9333333333vw;
    line-height: 1.7727272727;
    margin-top: 4vw;
  }
}
.story-renewal {
  margin-top: 50px;
}
@media screen and (max-width: 1240px) {
  .story-renewal {
    margin-top: 4.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal {
    margin-top: 10.6666666667vw;
  }
}
.story-renewal__items {
  display: flex;
  justify-content: space-between;
  width: 1140px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .story-renewal__items {
    width: 91.935483871vw;
    margin-top: 2.8225806452vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__items {
    display: block;
    width: 69.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.story-renewal__item-01::before {
  top: -10px;
  left: 36px;
  width: 32px;
  height: 50px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-01_pc.png);
}
@media screen and (max-width: 1240px) {
  .story-renewal__item-01::before {
    top: -0.8064516129vw;
    left: 2.9032258065vw;
    width: 2.5806451613vw;
    height: 4.0322580645vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__item-01::before {
    top: -3.0666666667vw;
    left: 2.6666666667vw;
    width: 6.8vw;
    height: 10.5333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-01_sp.png);
  }
}
.story-renewal__item-02::before {
  bottom: -10px;
  right: 14px;
  width: 50px;
  height: 54px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-02_pc.png);
}
@media screen and (max-width: 1240px) {
  .story-renewal__item-02::before {
    bottom: -0.8064516129vw;
    right: 1.1290322581vw;
    width: 4.0322580645vw;
    height: 4.3548387097vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__item-02::before {
    bottom: auto;
    top: 13.3333333333vw;
    right: -3.3333333333vw;
    width: 10.2666666667vw;
    height: 10.8vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-02_sp.png);
  }
}
.story-renewal__item-03::before {
  top: -25px;
  right: 18px;
  width: 40px;
  height: 59px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-03_pc.png);
}
@media screen and (max-width: 1240px) {
  .story-renewal__item-03::before {
    top: -2.0161290323vw;
    left: 1.4516129032vw;
    width: 3.2258064516vw;
    height: 4.7580645161vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__item-03::before {
    top: -2.4vw;
    right: auto;
    left: -3.0666666667vw;
    width: 8.9333333333vw;
    height: 11.8666666667vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_icon-03_sp.png);
  }
}
.story-renewal__content {
  padding-bottom: 34px;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 1240px) {
  .story-renewal__content {
    padding-bottom: 2.7419354839vw;
    padding-left: 2.0161290323vw;
    padding-right: 2.0161290323vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__content {
    padding-bottom: 4.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.story-renewal__episode {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 1240px) {
  .story-renewal__episode {
    margin-bottom: 1.2096774194vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__episode {
    margin-bottom: 1.3333333333vw;
  }
}
.story-renewal__episode-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  line-height: 1;
  width: 125px;
  height: 24px;
  padding-bottom: 1px;
  border-radius: 12px;
  z-index: 1;
  background-color: #00448c;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .story-renewal__episode-inner {
    font-size: 1.0483870968vw;
    width: 10.0806451613vw;
    height: 1.935483871vw;
    padding-bottom: 0.0806451613vw;
    border-radius: 0.9677419355vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__episode-inner {
    font-size: 2.6666666667vw;
    width: 24vw;
    height: 4.8vw;
    padding-bottom: 0.1333333333vw;
    border-radius: 2.4vw;
  }
}
.story-renewal__episode::before {
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 309px;
  height: 2px;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_line_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  content: "";
}
@media screen and (max-width: 1240px) {
  .story-renewal__episode::before {
    top: 0.8870967742vw;
    width: 24.9193548387vw;
    height: 0.1612903226vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__episode::before {
    top: 2.1333333333vw;
    width: 58.2666666667vw;
    height: 0.5333333333vw;
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/story_renewal_line_sp.png);
  }
}
.story-renewal__text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .story-renewal__text {
    line-height: 1.6666666667;
  }
}
.story-renewal__text sup {
  font-size: 60%;
}
.story-renewal__note {
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .story-renewal__note {
    margin-top: 0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .story-renewal__note {
    margin-top: 2vw;
  }
}

/* story:end */
/* movie:start */
.movie__bg {
  position: relative;
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/movie_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .movie__bg {
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/movie_bg_sp.jpg);
  }
}
.movie__container {
  padding-top: 140px;
}
@media screen and (max-width: 1240px) {
  .movie__container {
    padding-top: 11.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .movie__container {
    padding-top: 16vw;
  }
}
.movie__title {
  width: 433px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .movie__title {
    width: 63.4666666667vw;
    margin-bottom: 8vw;
  }
}

#cm .largeSlider {
  padding-bottom: 135px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #cm .largeSlider {
    padding-bottom: 17.3333333333vw;
  }
}

#cm .largeSlider .slick-list {
  overflow: inherit;
}

#cm .largeSlider h2 {
  margin: 0 auto 3.125%;
  max-width: 960px;
  width: 100%;
}

#cm .largeSlider h2 img {
  margin: 0 auto;
  width: 4.68%;
}

#cm .largeSlider h3 {
  margin: 45px auto 0;
  max-width: 960px;
}

#cm .largeSlider img {
  vertical-align: bottom;
  width: 100%;
}

#cm ul.cmSlider {
  opacity: 0;
}

#cm ul.cmSlider .slick-arrow:before {
  display: none;
}

#cm ul.cmSlider .slick-arrow {
  position: absolute;
  top: 44%;
  font-size: 0;
  line-height: 0;
  width: 5.72%;
  padding-top: 49.89%;
  border: none;
  background-repeat: no-repeat;
  background-color: transparent;
  z-index: 3;
}

#cm ul.cmSlider .slick-arrow:hover {
  cursor: pointer;
}

#cm ul.cmSlider .slick-prev {
  left: 0;
  background-image: url(../images/slider_prev.png);
  background-position: 50% center;
}

#cm ul.cmSlider .slick-next {
  background-image: url(../images/slider_next.png);
  right: 0;
  background-position: 50% center;
}

#cm .largeSlider ul.cmSlider {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

#cm .largeSlider ul.cmSlider li {
  display: inline-block;
  width: 850px;
  font-size: 138.46%;
  line-height: 1.56;
}

#cm .largeSlider ul.cmSlider * {
  outline: none;
}

#cm .largeSlider ul.cmSlider li:first-child {
  margin-left: 0;
}

#cm .largeSlider ul.cmSlider li.last {
  margin-bottom: 0;
}

#cm .largeSlider ul.cmSlider li a {
  display: block;
  color: #fff;
  text-align: center;
  transition: opacity 0.5s ease;
}

#cm .largeSlider ul.cmSlider li.slick-active a:hover {
  opacity: 0.85;
}

#cm .largeSlider ul.cmSlider li a p.thumbnail {
  background: #fff;
  position: relative;
  padding-top: 56.3%;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  font-size: 0;
  background-size: cover;
}

.cboxElement:hover {
  text-decoration: underline;
}

#cm .largeSlider:not(.oneItem) ul.cmSlider li a p.thumbnail img {
  background-color: rgba(0, 0, 0, 0.4);
  transition: background-color 0.5s ease;
  backface-visibility: hidden;
  opacity: 1 !important;
}

#cm .largeSlider ul.cmSlider li.slick-center a p.thumbnail img {
  transition: background-color 1s ease;
  background-color: rgba(0, 0, 0, 0);
}

#cm .largeSlider ul.cmSlider li.slick-center a p.thumbnail:after {
  opacity: 1;
  transition: opacity 1s ease;
  backface-visibility: hidden;
}

#cm .largeSlider ul.cmSlider li.slick-center a p.thumbnail img:after {
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  left: 0;
  top: 0;
}

#cm .largeSlider ul.cmSlider li a p.title,
#cm .largeSlider ul.cmSlider li a p.text {
  margin: 0 auto;
  width: 88%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}

#cm .largeSlider ul.cmSlider li.slick-center a p.title,
#cm .largeSlider ul.cmSlider li.slick-center a p.text {
  opacity: 1;
}

#cm .largeSlider ul.cmSlider li a p.title {
  position: relative;
  padding-top: 25px;
  font-size: 2.2rem;
  line-height: 1.4545454545;
}

#cm .largeSlider ul.cmSlider li a p.text {
  padding-top: 8px;
  padding-bottom: 10px;
  text-align: center;
}

#cm .largeSlider ul.cmSlider li a p.text sup.small {
  font-size: 0.5em !important;
  top: -0.75em;
}

#cm .largeSlider ul.cmSlider li a p.text span {
  font-size: 0.75em;
}

#cm .largeSlider ul.cmSlider .slick-dots {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  bottom: -35px;
}

#cm .largeSlider ul.cmSlider .slick-dots li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: #fff 1px solid;
  border-radius: 50%;
  background-color: transparent;
  transition: background 0.5s ease-in;
  margin: 0 4px;
  cursor: pointer;
}

#cm .largeSlider ul.cmSlider .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#cm .largeSlider ul.cmSlider .slick-dots li.slick-active {
  background-color: #fff;
}

#cm .largeSlider ul.cmSlider .slick-dots li button {
  display: none;
}

/* newIcon */
#graphickSlider .slideItem.new:after,
#cm .largeSlider ul li.new a .textBlock:after {
  background: url(../images/icon_new.png) no-repeat;
  background-size: contain;
  backface-visibility: hidden;
}

#cm .largeSlider ul li.new a .textBlock {
  position: relative;
}

#cm .largeSlider ul li.new a .textBlock:after {
  position: absolute;
  content: "";
  display: block;
  max-width: 60px;
  width: 7.05%;
  padding-top: 7.05%;
  top: 10px;
  left: 2.35%;
}

#cm .largeSlider ul li.new a .textBlock:after {
  opacity: 0;
  transition: opacity 0.5s ease;
  backface-visibility: hidden;
}

#cm .largeSlider ul li.new.slick-center a .textBlock:after {
  opacity: 1;
  transition: opacity 1s ease;
  backface-visibility: hidden;
}

#cm .largeSlider.oneItem ul li.new a .textBlock:after {
  opacity: 1;
}

/*
#cm .largeSlider ul.cmSlider li.new a p.thumbnail:before{
  position: absolute;
  content:"";
  display:block;
  max-width: 80px;
  max-height: 80px;
  width:9.41%;
  height:16.7%;
  top:4.17%;
  left:2.35%;
}
*/
#cm ul li a p.title img.newIcon {
  display: inline;
  vertical-align: middle;
  max-width: 80px;
  width: 9.55%;
  padding-right: 10px;
  position: relative;
  top: -4px;
}

@media screen and (min-width: 769px) {
  #cm ul.cmSlider .slick-arrow {
    transition: opacity 0.5s ease;
  }
  #cm ul.cmSlider .slick-arrow:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 768px) {
  #cm .largeSlider h2 {
    width: 8.75%;
  }
  #cm .largeSlider h2 img {
    width: 100%;
  }
  #cm .largeSlider h3 {
    margin-top: 6.25%;
  }
  #cm .largeSlider ul.cmSlider {
    margin-top: 0;
  }
  #cm .largeSlider ul.cmSlider li {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    /*  width:85.93%;*/
    font-size: 92.3%;
    font-size: 3.75vw;
    line-height: 1.5;
  }
  #cm .largeSlider ul.cmSlider li:last-child {
    padding-bottom: 0;
  }
  #cm .largeSlider ul.cmSlider li a p.title,
  #cm .largeSlider ul.cmSlider li a p.text {
    margin: 0 auto;
    width: 92.09%;
  }
  #cm .largeSlider ul.cmSlider li a p.title {
    font-size: 116.66%;
    font-size: 4.2666666667vw;
    padding-top: 2vw;
    line-height: 1.4375;
    /* padding-left:7%; */
  }
  #cm .largeSlider ul.cmSlider li a p.text {
    text-align: left;
    padding: 8px 0 10px;
  }
  #cm .largeSlider ul.cmSlider li a p.text br {
    display: none;
  }
  #cm ul.cmSlider .slick-arrow {
    top: 36%;
    padding-top: 48.43%;
    width: 7.031%;
    border: none;
    background-size: 70%;
  }
  /* newIcon */
  #cm .largeSlider ul.cmSlider li.new a p.thumbnail:before {
    position: absolute;
    content: "";
    display: block;
    max-width: 80px;
    max-height: 80px;
    width: 14.54%;
    height: 25.72%;
    top: 4.17%;
    left: 3.125%;
  }
  #cm .largeSlider ul li.new a .textBlock:after {
    width: 8.05%;
    padding-top: 8.05%;
    top: 15%;
    left: -1%;
  }
  #cm .largeSlider.oneItem ul li.new a .textBlock:after {
    opacity: 1;
  }
  #cm ul li.new a p.title img.newIcon {
    width: 8.55%;
    top: -1px;
  }
  #cm .making ul li a p.thumbnail:before {
    display: none;
  }
  #cm .largeSlider ul.cmSlider .slick-dots {
    bottom: -4.6666666667vw;
  }
  #cm .largeSlider ul.cmSlider .slick-dots li {
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}
/* CM WEB */
#cm #cmWeb.oneItem .largeSliderInner {
  background: transparent;
}

#cm #cmWeb.oneItem .largeSliderInner li a {
  background: #c59e3b;
}

#cm #cmWeb.oneItem .largeSliderInner li.slick-current a p.thumbnail img {
  background-color: rgba(0, 0, 0, 0);
  opacity: inherit !important;
}

#cm #cmWeb h2 {
  max-width: 960px;
  width: 100%;
}

#cm #cmWeb h2 img {
  width: 18.02%;
}

#cm #cmWeb ul.cmSlider li.new a p.thumbnail:before {
  display: none;
}

#cm #cmWeb ul li.new a .textBlock:after {
  opacity: 1;
}

#cm #cmWeb.oneItem.largeSlider ul.cmSlider li a {
  margin: 0 auto;
  max-width: 850px;
  width: 88.54%;
}

#cm #cmWeb.oneItem.largeSlider ul.cmSlider li a p.title {
  font-weight: bold;
}

#cm .oneItem.largeSlider ul.cmSlider li a p.title,
#cm .oneItem.largeSlider ul.cmSlider li a p.text {
  opacity: 1;
}

#cm #cmWeb.oneItem.largeSlider ul.cmSlider li a p.text {
  padding-bottom: 15px;
}

@media screen and (min-width: 769px) {
  #cm #cmWeb {
    margin-bottom: 84px;
  }
}
@media screen and (max-width: 768px) {
  #cm #cmWeb h2 {
    margin: 0 auto 3.125%;
    width: 31.7%;
  }
  #cm #cmWeb h2 img {
    width: 100%;
  }
  #cm #cmWeb.oneItem.largeSlider ul.cmSlider li a {
    width: 100%;
  }
  #cm #cmWeb.oneItem.largeSlider ul.cmSlider li a p.text {
    margin-bottom: 0;
  }
}
/* end */
/* cmSlider01 */
#cm .largeSlider #cmSlider01,
#cm .largeSlider #cmSlider02 {
  max-width: 950px;
}

#cm .largeSlider.oneItem ul#cmSlider01 li {
  width: 100%;
}

#cm .largeSlider.oneItem .largeSliderInner {
  margin: 0 auto;
  max-width: 850px;
  width: 88.54%;
}

@media screen and (max-width: 768px) {
  #cm .largeSlider.oneItem .largeSliderInner {
    width: 85.93%;
  }
  #cm .largeSlider #cmSlider01 {
    width: 100%;
  }
  #cm .largeSlider ul#cmSlider01.cmSlider li a p.thumbnail:after {
    width: 9.09%;
    height: 16.1%;
    max-width: 50px;
    max-height: 50px;
  }
}
/* end */
/* 20231204 更新 */
/* スライダーの内容が一つになった場合 */
#cm .largeSlider.oneItem .largeSliderInner {
  max-width: 100%;
  width: 100%;
}

#cm .largeSlider ul.cmSliderToshitsuzero li a {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

#cm .largeSlider:not(.oneItem) ul.cmSlider li a p.thumbnail .imgcover {
  width: 100%;
  max-height: 474px;
}

@media screen and (max-width: 768px) {
  #cm .largeSlider:not(.oneItem) ul.cmSlider li a p.thumbnail .imgcover {
    max-height: 48vw;
  }
}
.largeSlider .imgcover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
  max-width: 100%;
  max-height: 100%;
}

/* movie:end */
.product__date, .product__team {
  font-size: 2.2rem;
  line-height: 1.3636363636;
  color: #00448c;
}
@media screen and (max-width: 1240px) {
  .product__date, .product__team {
    font-size: 1.7741935484vw;
  }
}
@media screen and (max-width: 768px) {
  .product__date, .product__team {
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
}
.product-nutrition__date, .product-nutrition__team {
  font-size: 1.8rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 1240px) {
  .product-nutrition__date, .product-nutrition__team {
    font-size: 1.4516129032vw;
  }
}
@media screen and (max-width: 768px) {
  .product-nutrition__date, .product-nutrition__team {
    font-size: 2.9333333333vw;
    line-height: 1.6363636364;
  }
}

/* product:start */
.product__bg {
  background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/product_bg_pc.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .product__bg {
    background-image: url(/alcohol/beer/ichiban/toshitsuzero/images/product_bg_sp.jpg);
  }
}
.product__container {
  max-width: 960px;
  padding-top: 80px;
  padding-bottom: 140px;
}
@media screen and (max-width: 1240px) {
  .product__container {
    padding-top: 6.4516129032vw;
    padding-bottom: 11.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .product__container {
    max-width: 89.3333333333vw;
    padding-top: 13.3333333333vw;
    padding-bottom: 12vw;
  }
}
.product__content {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 1240px) {
  .product__content {
    margin-top: 8.064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .product__content {
    margin-top: 9.3333333333vw;
  }
}
.product__list {
  width: 556px;
  margin-top: 35px;
}
@media screen and (max-width: 1240px) {
  .product__list {
    width: 44.8387096774vw;
    margin-top: 2.8225806452vw;
  }
}
@media screen and (max-width: 768px) {
  .product__list {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
}
.product__item {
  display: flex;
  justify-content: space-between;
}
.product__item + .product__item {
  margin-top: 15px;
}
@media screen and (max-width: 1240px) {
  .product__item + .product__item {
    margin-top: 1.2096774194vw;
  }
}
@media screen and (max-width: 768px) {
  .product__item + .product__item {
    margin-top: 2.6666666667vw;
  }
}
.product__team {
  width: 200px;
}
@media screen and (max-width: 1240px) {
  .product__team {
    width: 16.1290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .product__team {
    width: 33.3333333333vw;
    padding-left: 4.6666666667vw;
  }
}
.product__team--s {
  font-size: 2rem;
}
@media screen and (max-width: 1240px) {
  .product__team--s {
    font-size: 1.6129032258vw;
  }
}
@media screen and (max-width: 768px) {
  .product__team--s {
    font-size: 2.9333333333vw;
  }
}
.product__date {
  width: 356px;
}
@media screen and (max-width: 1240px) {
  .product__date {
    width: 28.7096774194vw;
  }
}
@media screen and (max-width: 768px) {
  .product__date {
    width: 56vw;
  }
}
.product__date--s {
  font-size: 1.6rem;
}
@media screen and (max-width: 1240px) {
  .product__date--s {
    font-size: 1.2903225806vw;
  }
}
@media screen and (max-width: 768px) {
  .product__date--s {
    font-size: 2.6666666667vw;
  }
}
.product-nutrition__item {
  display: flex;
  justify-content: space-between;
}
.product-nutrition__team {
  width: 125px;
}
@media screen and (max-width: 1240px) {
  .product-nutrition__team {
    width: 10.0806451613vw;
  }
}
@media screen and (max-width: 768px) {
  .product-nutrition__team {
    width: 19.3333333333vw;
  }
}
.product-nutrition__date {
  width: 231px;
}
@media screen and (max-width: 1240px) {
  .product-nutrition__date {
    width: 18.6290322581vw;
  }
}
@media screen and (max-width: 768px) {
  .product-nutrition__date {
    width: 36.6666666667vw;
  }
}
.product__img {
  position: absolute;
  bottom: -10px;
  right: 0;
}
@media screen and (max-width: 1240px) {
  .product__img {
    bottom: -0.8064516129vw;
  }
}
@media screen and (max-width: 768px) {
  .product__img {
    position: static;
    margin-top: 8vw;
  }
}

/* product:end */