@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,700&display=swap");
body {
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  background: #000;
}

#wrapper {
  overflow: hidden;
  background: #000;
}

#top-head #global-nav ul li {
  float: none;
}

#top-head #global-nav ul li a {
  padding: 0;
}

#top-head #global-nav ul li.anchor a {
  padding: 0;
}

#top-head #global-nav ul li.sns a.insta {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #top-head #global-nav ul {
    list-style: none;
    position: inherit;
    top: inherit;
    right: inherit;
  }

  #top-head #global-nav ul li.anchor {
    margin: 0;
  }

  #top-head #global-nav ul li {
    padding: 0;
  }

  #top-head #global-nav ul li a img {
    height: auto;
  }
}
/******* ここまで *********/
@media only screen and (min-width: 768px) {
  .ly_header {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
  }
}

.p-submanu__wrap {
  justify-content: center;
}

.globalnav {
  overflow-y: scroll;
}
@media only screen and (min-width: 768px) {
  .globalnav {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    overflow: hidden;
  }
}
.globalnav #gnav-ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0 3.13vw;
}
@media only screen and (min-width: 768px) {
  .globalnav #gnav-ul {
    gap: 10px 20px;
    font-weight: bold;
  }
}
.globalnav #gnav-ul a .arrow {
  position: relative;
  display: inline-block;
}
.globalnav #gnav-ul a .arrow::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: -3.13vw;
}
@media only screen and (min-width: 768px) {
  .globalnav #gnav-ul a .arrow::after {
    display: none;
  }
}
.globalnav .follow {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 3.13vw;
  text-align: left;
  padding-left: 7%;
  margin-bottom: 3.13vw;
  color: #666;
}
@media only screen and (min-width: 768px) {
  .globalnav .follow {
    display: none;
  }
}
.globalnav .sns {
  display: grid !important;
  grid-template-columns: 7.81vw 7.81vw !important;
  gap: 2.34vw;
  padding-left: 7%;
  padding-bottom: 10%;
}
@media only screen and (min-width: 768px) {
  .globalnav .sns {
    grid-template-columns: 32px 32px !important;
    gap: 20px;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .globalnav .sns__item {
    max-width: 32px;
  }
}
.globalnav .sns__item img {
  width: 100% !important;
  height: auto !important;
}
.globalnav .sns__item:last-child {
  padding: 0 !important;
}

#top-head {
  height: 16.41vw;
}
@media only screen and (min-width: 768px) {
  #top-head {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #top-head .logo {
    padding: 0;
    width: 25.78vw;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px) {
  #top-head #global-nav ul li.anchor a:after {
    bottom: -5px;
  }
}

#nav-toggle {
  padding-top: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 32px;
}

#nav-toggle span:nth-child(1) {
  top: 8px;
}

#nav-toggle span:nth-child(2) {
  top: 18px;
}

.sns_mobile {
  position: absolute;
  right: calc(14% + 3.13vw);
  top: 50%;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: 7.81vw 7.81vw;
  gap: 2.34vw;
  z-index: 2;
}
.sns_mobile__item img {
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .sns_mobile {
    display: none;
  }
}

/* footer */
.ly_footer {
  position: relative;
  text-align: center;
  background: #000;
  height: auto;
  padding: 12.5vw 0;
}
@media only screen and (min-width: 768px) {
  .ly_footer {
    padding: 80px 0;
  }
}
.ly_footer__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.ly_footer__logo {
  max-width: 158px;
}
@media only screen and (min-width: 768px) {
  .ly_footer__logo {
    text-align: right;
  }
}
.ly_footer .list {
  display: flex;
  gap: 0 3.91vw;
}
@media only screen and (min-width: 768px) {
  .ly_footer .list {
    gap: 0 28px;
  }
}
.ly_footer .list li a {
  color: #fff;
  font-size: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .ly_footer .list li a {
    font-size: 16px;
  }
}
.ly_footer .list li a:hover {
  text-decoration: underline;
}
.ly_footer__contents {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 30px;
}
@media only screen and (min-width: 768px) {
  .ly_footer__contents {
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 0;
  }
}
.ly_footer .copyright {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #787878;
  text-align: center;
  margin-top: 16px;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .ly_footer .copyright {
    text-align: right;
    font-size: 14px;
  }
}

/*****************************
モーダル調整
*****************************/
.modal_drink .package3 {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal_drink .package3 {
    padding-top: 90px !important;
  }
}
.modal_drink .package3 img {
  max-width: 113px;
}

@media screen and (max-width: 768px) {
  .modal_box {
    padding: 8% 4%;
  }
}

@media screen and (max-width: 768px) {
  .close_area .modal_close span:before, .close_area .modal_close span:after {
    width: 90%;
    height: 4%;
  }
}
.modal_box .store_modal ul,
.modal_box .store_modal ul li,
.modal_box h3,
.modal_box h4,
.modal_box ul {
  float: none;
  width: 100%;
}

.modal_box h4 span {
  margin-left: 0;
}

.modal_box ul {
  margin-bottom: 0;
}

.modal_protein {
  overflow: hidden !important;
  overflow-y: scroll !important;
  top: 18px !important;
  height: auto !important;
}
@media only screen and (min-width: 768px) {
  .modal_protein {
    max-width: 760px;
    top: 5% !important;
    height: 85vh !important;
  }
}
.modal_protein__title {
  font-size: 3.13vw;
  margin-bottom: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .modal_protein__title {
    font-size: 2.03vw;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_protein__title {
    font-size: 26px;
  }
}
.modal_protein__text {
  line-height: 1.5;
  margin-bottom: 6.25vw;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .modal_protein__text {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .modal_protein__text {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_protein__text {
    font-size: 16px;
  }
}

.modal_gi {
  overflow: hidden !important;
  overflow-y: scroll !important;
  top: 18px !important;
  height: 85vh !important;
}
@media only screen and (min-width: 768px) {
  .modal_gi {
    top: 5% !important;
  }
}
.modal_gi__header {
  border-bottom: 1px solid #999;
  padding-bottom: 6.25vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .modal_gi__header {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.modal_gi__header__title {
  font-size: 3.13vw;
  margin-bottom: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .modal_gi__header__title {
    font-size: 2.03vw;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_gi__header__title {
    font-size: 26px;
  }
}
.modal_gi__header__text {
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width: 640px) {
  .modal_gi__header__text {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_gi__header__text {
    font-size: 16px;
  }
}
.modal_gi__contents {
  border-bottom: 1px solid #999;
  padding-bottom: 6.25vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .modal_gi__contents {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.modal_gi__contents:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.modal_gi__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 640px) {
  .modal_gi__text {
    font-size: 1.25vw;
  }
}
@media only screen and (min-width: 768px) {
  .modal_gi__text {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.modal_gi__small {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  .modal_gi__small {
    font-size: 14px;
  }
}
.modal_gi__note {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .modal_gi__note {
    font-size: 12px;
  }
}
.modal_gi__picture {
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .modal_gi__picture {
    margin-bottom: 30px;
  }
}
.modal_gi__note2 {
  display: grid;
  grid-template-columns: auto 1fr;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .modal_gi__note2 {
    font-size: 12px;
  }
}
.modal_gi__subtitle {
  font-size: 2.81vw;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 20px !important;
}
@media only screen and (min-width: 768px) {
  .modal_gi__subtitle {
    font-size: 18px;
    margin-bottom: 30px !important;
  }
}

.modal_products {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .modal_products {
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) {
  .modal_products {
    overflow: hidden;
  }
}
.modal_products__img {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .modal_products__img {
    width: 46%;
    flex-direction: column-reverse;
  }
}
.modal_products__img__picture {
  margin-inline: auto;
  width: 65%;
}
@media only screen and (min-width: 768px) {
  .modal_products__img__picture {
    width: 100%;
    max-width: 370px;
  }
}
.modal_products__img__picture--drink {
  padding-top: 4.69vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal_products__img__picture--drink {
    padding-top: 30px;
  }
}
.modal_products__img__picture--drink img {
  width: auto;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .modal_products__img__picture--drink img {
    max-height: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .modal_products__header {
    margin-bottom: 30px;
  }
}
.modal_products__header__title {
  font-size: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .modal_products__header__title {
    font-size: 1.56vw;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_products__header__title {
    font-size: 20px;
  }
}
.modal_products__header__text {
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .modal_products__header__text {
    font-size: 1.09vw;
  }
}
@media only screen and (min-width: 1020px) {
  .modal_products__header__text {
    font-size: 14px;
  }
}
.modal_products__body {
  display: flex;
  flex-direction: column-reverse;
  gap: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .modal_products__body {
    display: block;
    position: absolute;
    width: 52%;
    left: 48%;
    top: 0;
  }
}
.modal_products__body .eiyou {
  margin-bottom: 3.13vw;
  float: none;
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .eiyou {
    margin-bottom: 20px;
  }
}
.modal_products__body .eiyou h4 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .eiyou h4 {
    font-size: 18px;
  }
}
.modal_products__body .eiyou h4 span {
  font-size: 3.13vw;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .eiyou h4 span {
    font-size: 16px;
  }
}
.modal_products__body .eiyou ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2px 10px;
  font-size: 12px;
  width: 100%;
}
.modal_products__body .eiyou ul li {
  width: auto;
}
.modal_products__body .productInfo h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .productInfo h4 {
    font-size: 18px;
  }
}
.modal_products__body .productInfo h4 span {
  font-size: 3.13vw;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .productInfo h4 span {
    font-size: 16px;
  }
}
.modal_products__body .productInfo .product_info {
  float: none;
  margin-bottom: 10px;
  width: 100%;
  font-size: 12px;
}
.modal_products__body .store_modal {
  width: 100%;
  position: relative;
  top: auto;
  display: flex;
  flex-direction: column-reverse;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .store_modal {
    display: block;
    margin-bottom: 10px;
    float: none;
  }
}
.modal_products__body .store_modal ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}
.modal_products__body .store_modal img {
  width: 100%;
}
.modal_products__body .store_note {
  position: relative;
  top: auto;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .modal_products__body .store_note {
    margin-bottom: 10px;
    float: none;
  }
}
.modal_products__body .store_note a {
  text-decoration: underline;
}
.modal_products__body .store_note a:hover {
  text-decoration: none;
}
.modal_products .circle {
  display: flex;
  position: inherit;
  width: 100%;
  gap: 10px;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .modal_products .circle {
    margin-bottom: 0;
  }
}
.modal_products .circle__inner {
  width: 25%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
}
.modal_products .circle__inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.modal_products .circle__inner dl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal_products .circle__inner dl dd {
  font-size: 2.81vw;
  line-height: 1;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .modal_products .circle__inner dl dd {
    font-size: 1.41vw !important;
  }
}
@media only screen and (min-width: 1280px) {
  .modal_products .circle__inner dl dd {
    font-size: 20px !important;
  }
}
.modal_products .circle__inner dl dd span {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 6.25vw !important;
  line-height: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .modal_products .circle__inner dl dd span {
    font-size: 1.95vw !important;
  }
}
@media only screen and (min-width: 1280px) {
  .modal_products .circle__inner dl dd span {
    font-size: 32px !important;
  }
}
.modal_products .circle__inner dl dd span.jp_big {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 5vw !important;
}
@media only screen and (min-width: 768px) {
  .modal_products .circle__inner dl dd span.jp_big {
    font-size: 1.72vw !important;
  }
}
@media only screen and (min-width: 1280px) {
  .modal_products .circle__inner dl dd span.jp_big {
    font-size: 25px !important;
  }
}
.modal_products .circle__inner dl dd span.txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.5vw !important;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .modal_products .circle__inner dl dd span.txt {
    font-size: 0.94vw !important;
  }
}
@media only screen and (min-width: 1280px) {
  .modal_products .circle__inner dl dd span.txt {
    font-size: 14px !important;
  }
}
.modal_products .circle__inner dl dd span.jp {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

/*****************************
共通
*****************************/
@media only screen and (min-width: 768px) {
  .kv .kvin {
    height: 50vw;
  }
}

@media screen and (max-width: 767.9px) {
  .kv {
    margin-top: 16.41vw;
  }
}

@media screen and (max-width: 767.9px) {
  .kv h2 img {
    padding-top: 0;
  }
}

.kv h2 {
  position: relative;
}

.kv__link-pro {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv .slick-dots {
  bottom: -8vw;
}
@media only screen and (min-width: 768px) {
  .kv .slick-dots {
    bottom: -40px;
  }
}

.ly_slider {
  background: url(../img/top_slide_bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 7.81vw 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .ly_slider {
    padding: 100px 0 50px;
  }
}
.ly_slider__inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}
@media only screen and (min-width: 768px) {
  .ly_slider__inner {
    width: 100%;
    padding: 0 0 0 5%;
  }
}
@media only screen and (min-width: 1215px) {
  .ly_slider__inner {
    width: 90%;
    max-width: 1080px;
  }
}
.ly_slider .swiper {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .ly_slider .swiper-controller {
    display: flex;
  }
}
.ly_slider .swiper-pagination {
  position: relative;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ly_slider .swiper-slide {
  max-width: 100%;
  width: 46.88vw;
  position: relative;
  cursor: -webkit-grab !important;
  cursor: grab !important;
}
@media only screen and (min-width: 768px) {
  .ly_slider .swiper-slide {
    width: 300px;
    cursor: pointer !important;
  }
}
.ly_slider .swiper-slide::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #333;
  opacity: 0.3;
  z-index: 1;
}
.ly_slider .swiper-slide:hover {
  opacity: 1;
}
.ly_slider .swiper-slide:hover::before {
  display: block;
}
.ly_slider .swiper-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px 0;
  margin-bottom: 40px;
}
.ly_slider .slide {
  text-align: center;
}
.ly_slider .slide__img {
  border: 1px solid #999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.88vw;
  height: 46.88vw;
}
@media only screen and (min-width: 768px) {
  .ly_slider .slide__img {
    width: auto;
    height: 300px;
  }
}
.ly_slider .slide__img img {
  width: auto;
  height: 37.5vw;
}
@media only screen and (min-width: 768px) {
  .ly_slider .slide__img img {
    width: auto;
    height: 240px;
  }
}
.ly_slider .slide__img--pin img {
  width: auto;
  height: 39.06vw;
}
@media only screen and (min-width: 768px) {
  .ly_slider .slide__img--pin img {
    width: auto;
    height: 250px;
  }
}
.ly_slider .slide__title {
  font-size: 2.81vw;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (min-width: 640px) {
  .ly_slider .slide__title {
    margin-top: 15px;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .ly_slider .slide__title {
    font-size: 16px;
  }
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: auto !important;
}

.swiper-button-prev {
  position: absolute;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  background: #fff;
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
@media only screen and (min-width: 1215px) {
  .swiper-button-prev {
    left: -66px;
  }
}
.swiper-button-prev::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.swiper-button-next {
  position: absolute;
  top: inherit;
  bottom: inherit;
  left: inherit;
  right: inherit;
  background: #fff;
  width: 46px;
  height: 46px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (min-width: 1215px) {
  .swiper-button-next {
    right: -66px;
  }
}
.swiper-button-next::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}

.swiper-pagination-bullet {
  border-radius: 0% !important;
  background: #999 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.sp-only {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none;
    visibility: hidden;
  }
}

.pc-only {
  display: none;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
    visibility: visible;
  }
}

.txt_y {
  color: #fcff00;
  font-weight: bold;
}

.shadow_y {
  text-shadow: 0 0 30px #DCDE00;
}

.shadow_w {
  text-shadow: 0 0 30px #fff;
}

.shadow_bw {
  text-shadow: 0 0 4px rgb(0, 0, 0), 0 0 30px #fff, 0 0 12px #fff;
}

.shadow_b {
  text-shadow: 0 0 4px rgb(0, 0, 0);
}

.font_poppins {
  font-family: "Poppins", sans-serif;
}

.store__title {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding-bottom: 3.13vw;
  margin-bottom: 5vw;
  font-size: 3.75vw;
}
@media only screen and (min-width: 768px) {
  .store__title {
    font-size: 28px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.store__title::before {
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  content: "";
}
.store .rakuten-link {
  display: flex;
  justify-content: center;
}
.store .rakuten-link__item {
  max-width: 43.75vw;
}
@media only screen and (min-width: 640px) {
  .store .rakuten-link__item {
    max-width: 280px;
  }
}
.store .store-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 600px;
  margin-inline: auto;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .store .store-link {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 40px;
  }
}
.store .store-link__item {
  width: calc(50% - 4.69vw);
  max-width: 43.75vw;
}
@media only screen and (min-width: 640px) {
  .store .store-link__item {
    width: 50%;
    max-width: 280px;
  }
}
.store__note {
  margin: 20px 0 0;
  text-align: center;
  font-size: 10px;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .store__note {
    font-size: 14px;
  }
}
.store__note a {
  text-decoration: underline;
}
.store__note a:hover {
  text-decoration: none;
}

.bl_btn {
  width: 80%;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .bl_btn {
    max-width: 59.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .bl_btn {
    max-width: 380px;
  }
}
.bl_btn--mt40 {
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .bl_btn--mt40 {
    margin-top: 40px;
  }
}
.bl_btn--mt50 {
  margin-top: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .bl_btn--mt50 {
    margin-top: 50px;
  }
}
.bl_btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .bl_btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .bl_btn__link {
    font-size: 16px;
    padding: 14px 20px;
    min-height: 56px;
  }
}
.bl_btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .bl_btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.bl_btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}

/*****************************
トップページ
calc(100vw * 40 / 1080);
@include m.fontsize(16px);
*****************************/
.toppage .ly_camp {
  padding: 5vw 0;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_camp {
    padding: 64px 0 0;
    max-width: 1080px;
  }
}
.toppage .ly_camp a:hover {
  opacity: 0.7;
}
.toppage .ly_lead {
  padding: 5vw 0 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lead {
    padding: 64px 0 0;
  }
}
.toppage .ly_lead__title {
  width: 100%;
  margin-inline: auto;
}
.toppage .ly_lead__text {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lead__text {
    font-size: 26px;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lead__ls {
    padding-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_banner {
    background: url(../img/top_banner_bg.jpg) center center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
  }
}
.toppage .ly_banner__inner {
  max-width: 1080px;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_banner__inner {
    width: 90%;
  }
}
.toppage .ly_banner a:hover {
  opacity: 0.7;
}
.toppage .ly_features {
  background: url(../img/top_features_bg_sp.png) center bottom no-repeat;
  background-size: 100vw 114.06vw;
  padding: 15.63vw 0 34.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features {
    background: url(../img/top_features_bg.png) center bottom no-repeat;
    background-size: 1280px 890px;
    padding: 150px 0 310px;
  }
}
.toppage .ly_features__header {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__header {
    margin-bottom: 80px;
  }
}
.toppage .ly_features__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_features__title {
  width: 100%;
  margin-inline: auto;
  max-width: 48.44vw;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__title {
    width: 42.66vw;
    max-width: 546px;
    margin-bottom: 35px;
  }
}
.toppage .ly_features__text {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__text {
    font-size: 26px;
  }
}
.toppage .ly_features__subtitle {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 15.63vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__subtitle {
    margin-bottom: 200px;
  }
}
.toppage .ly_features__subtitle__picture {
  max-width: 47.5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__subtitle__picture {
    width: 36.48vw;
    max-width: 467px;
  }
}
.toppage .ly_features__subtitle::after {
  display: block;
  content: "";
  background: url(../img/top_features_no1.png) center bottom no-repeat;
  background-size: cover;
  width: 31.25vw;
  height: 28.44vw;
  position: absolute;
  top: -0.78vw;
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__subtitle::after {
    background: url(../img/top_features_no1.png) center bottom no-repeat;
    background-size: cover;
    width: 200px;
    height: 182px;
    top: -5px;
    right: 5%;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_features__subtitle::after {
    background: url(../img/top_features_no1.png) center bottom no-repeat;
    background-size: cover;
    width: 308px;
    height: 280px;
    right: 100px;
  }
}
.toppage .ly_features__subtitle--yahoo::after {
  display: none;
}
.toppage .ly_features__btn {
  width: 100%;
  margin-top: 3.13vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .toppage .ly_features__btn {
    max-width: 59.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__btn {
    max-width: 380px;
    margin-top: 10px;
  }
}
.toppage .ly_features__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  padding: 3.13vw;
  min-height: 8.75vw;
  font-size: 2.34vw;
  font-weight: bold;
  color: #000;
  cursor: pointer;
  background: #fff;
}
@media only screen and (min-width: 640px) {
  .toppage .ly_features__btn__link {
    font-size: 2.34vw;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__btn__link {
    font-size: 1.72vw;
    padding: 20px;
    min-height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_features__btn__link {
    font-size: 16px;
  }
}
.toppage .ly_features__btn__link::after {
  display: block;
  content: "";
  background: url(../img/glass_black.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__btn__link::after {
    background: url(../img/glass_black.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 20px;
  }
}
.toppage .ly_features__btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.toppage .ly_features__note {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4.69vw;
  text-align: center;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features__note {
    font-size: 14px;
    margin-top: 30px;
  }
}
.toppage .ly_features .details {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details {
    max-width: 754px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_features .details {
    margin-left: 80px;
  }
}
.toppage .ly_features .details__img {
  position: absolute;
  top: -3.13vw;
  left: 0;
  max-width: 39.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details__img {
    max-width: 360px;
  }
}
.toppage .ly_features .details .list {
  border-left: 1px solid #999;
  margin-left: 21.88vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list {
    margin-left: 180px;
  }
}
.toppage .ly_features .details .list__item {
  border-bottom: 1px solid #999;
  padding: 4.69vw 0 4.69vw 21.88vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__item {
    padding: 30px 0 30px 230px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_features .details .list__item {
    padding: 30px 0 30px 250px;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__item--yog {
    padding: 20px 0 20px 230px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_features .details .list__item--yog {
    padding: 20px 0 20px 250px;
  }
}
.toppage .ly_features .details .list__subtitle {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__subtitle {
    font-size: 40px;
  }
}
.toppage .ly_features .details .list__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 13.44vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__en {
    font-size: 108px;
  }
}
.toppage .ly_features .details .list__en--g {
  font-size: 11.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__en--g {
    font-size: 82px;
  }
}
.toppage .ly_features .details .list__en--yog {
  font-size: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__en--yog {
    font-size: 74px;
  }
}
.toppage .ly_features .details .list__jp {
  line-height: 1;
  font-weight: bold;
  font-size: 10.94vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__jp {
    font-size: 84px;
  }
}
.toppage .ly_features .details .list__jp--yog {
  font-size: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__jp--yog {
    font-size: 60px;
  }
}
.toppage .ly_features .details .list__small {
  font-size: 5.31vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_features .details .list__small {
    font-size: 44px;
  }
}
.toppage .ly_features .details .list__center {
  display: flex;
}
.toppage .ly_drink {
  padding: 15.63vw 0 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink {
    padding: 150px 0 0;
  }
}
.toppage .ly_drink__inner {
  width: 100%;
  max-width: 1280px;
  background: url(../img/top_drink_bg_sp.jpg) left bottom no-repeat;
  background-size: 100vw 83.44vw;
  padding-bottom: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__inner {
    width: 90%;
    background: url(../img/top_drink_bg.jpg) left bottom -20px no-repeat;
    background-size: 1280px 1100px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 150px;
    margin-inline: auto;
  }
}
.toppage .ly_drink__text {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__text {
    font-size: 26px;
  }
}
.toppage .ly_drink__subtitle {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 6.25vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__subtitle {
    margin-bottom: 40px;
  }
}
.toppage .ly_drink__subtitle__picture {
  max-width: 38.13vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__subtitle__picture {
    width: 29.06vw;
    max-width: 372px;
  }
}
.toppage .ly_drink__btn {
  width: 60%;
  margin-top: 6.25vw;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .toppage .ly_drink__btn {
    max-width: 59.38vw;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__btn {
    max-width: 380px;
    margin-top: 40px;
  }
}
.toppage .ly_drink__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  padding: 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .toppage .ly_drink__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__btn__link {
    font-size: 16px;
    padding: 20px;
    min-height: 56px;
  }
}
.toppage .ly_drink__btn__link::after {
  display: block;
  content: "";
  background: url(../img/glass_black.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink__btn__link::after {
    background: url(../img/glass_black.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 20px;
  }
}
.toppage .ly_drink__btn__link:hover {
  transition: 0.3s;
  background: #fff;
}
.toppage .ly_drink .details {
  display: grid;
  grid-template-columns: 30vw 1fr;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details {
    width: 100%;
    grid-template-columns: 200px 1fr;
    max-width: 594px;
  }
}
.toppage .ly_drink .details .list__item {
  border-bottom: 1px solid #999;
  padding: 4.69vw 0 4.69vw 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details .list__item {
    padding: 30px 0 30px 70px;
  }
}
.toppage .ly_drink .details .list__subtitle {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details .list__subtitle {
    font-size: 40px;
  }
}
.toppage .ly_drink .details .list__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 13.44vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details .list__en {
    font-size: 108px;
  }
}
.toppage .ly_drink .details .list__en--g {
  font-size: 11.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details .list__en--g {
    font-size: 82px;
  }
}
.toppage .ly_drink .details .list__jp {
  line-height: 1;
  font-weight: bold;
  font-size: 10vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_drink .details .list__jp {
    font-size: 84px;
  }
}
.toppage .ly_drink .details .list__center {
  display: flex;
}
.toppage .drink_pro {
  padding: 15.63vw 0 0;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro {
    padding: 150px 0 0;
  }
}
.toppage .drink_pro__inner {
  width: 100%;
  max-width: 1280px;
  background: url(../img/top_drink_bg_sp_2.jpg) left bottom no-repeat;
  background-size: 100vw 83.44vw;
  padding-bottom: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__inner {
    width: 90%;
    background: url(../img/top_drink_bg_2.jpg) left top -20px no-repeat;
    background-size: 1280px 1100px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 150px;
    margin-inline: auto;
  }
}
.toppage .drink_pro__text {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__text {
    font-size: 26px;
  }
}
.toppage .drink_pro__subtitle {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 6.25vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__subtitle {
    margin-bottom: 40px;
  }
}
.toppage .drink_pro__subtitle__picture {
  max-width: 60.31vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__subtitle__picture {
    width: 45.78vw;
    max-width: 586px;
  }
}
.toppage .drink_pro__btn {
  width: 60%;
  margin-top: 6.25vw;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .toppage .drink_pro__btn {
    max-width: 59.38vw;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__btn {
    max-width: 380px;
    margin-top: 40px;
  }
}
.toppage .drink_pro__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  padding: 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .toppage .drink_pro__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__btn__link {
    font-size: 16px;
    padding: 20px;
    min-height: 56px;
  }
}
.toppage .drink_pro__btn__link::after {
  display: block;
  content: "";
  background: url(../img/glass_black.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro__btn__link::after {
    background: url(../img/glass_black.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 20px;
  }
}
.toppage .drink_pro__btn__link:hover {
  transition: 0.3s;
  background: #fff;
}
.toppage .drink_pro .details {
  display: grid;
  grid-template-columns: 30vw 1fr;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details {
    width: 100%;
    grid-template-columns: 200px 1fr;
    max-width: 594px;
  }
}
.toppage .drink_pro .details .list__item {
  border-bottom: 1px solid #999;
  padding: 4.69vw 0 4.69vw 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__item {
    padding: 30px 0 30px 70px;
  }
}
.toppage .drink_pro .details .list__subtitle {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__subtitle {
    font-size: 40px;
  }
}
.toppage .drink_pro .details .list__subtitle + * {
  margin-top: 0.78vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__subtitle + * {
    margin-top: 5px;
  }
}
.toppage .drink_pro .details .list__subtitle2 {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__subtitle2 {
    font-size: 32px;
  }
}
.toppage .drink_pro .details .list__subtitle2 + * {
  margin-top: 0.78vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__subtitle2 + * {
    margin-top: 5px;
  }
}
.toppage .drink_pro .details .list__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 13.44vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__en {
    font-size: 108px;
  }
}
.toppage .drink_pro .details .list__en--g {
  font-size: 11.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__en--g {
    font-size: 82px;
  }
}
.toppage .drink_pro .details .list__jp {
  line-height: 1.2;
  font-weight: bold;
  font-size: 5.31vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__jp {
    font-size: 42px;
  }
}
.toppage .drink_pro .details .list__jp--s {
  font-size: 3.44vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__jp--s {
    font-size: 32px;
  }
}
.toppage .drink_pro .details .list__jp--m {
  font-size: 6.88vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__jp--m {
    font-size: 62px;
  }
}
.toppage .drink_pro .details .list__text {
  font-size: 3.13vw;
  line-height: 1.5;
  margin-top: 1.56vw;
}
@media only screen and (min-width: 768px) {
  .toppage .drink_pro .details .list__text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.toppage .drink_pro .details .list__center {
  display: flex;
}
.toppage .ly_point01 {
  background: url(../img/top_point01_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01 {
    padding: 150px 0;
  }
}
.toppage .ly_point01__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_point01__lead {
  line-height: 1.5;
  font-weight: bold;
  font-size: 4.06vw;
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__lead {
    font-size: 26px;
    margin-bottom: 50px;
  }
}
.toppage .ly_point01__title {
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__title {
    margin-bottom: 50px;
  }
}
.toppage .ly_point01__title__picture {
  width: 100%;
  max-width: 66.56vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__title__picture {
    width: 47.03vw;
    max-width: 602px;
  }
}
.toppage .ly_point01__contents {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__contents {
    grid-template-columns: 1fr 1fr;
    gap: 6.25vw;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_point01__contents {
    grid-template-columns: 420px 1fr;
    gap: 80px;
  }
}
.toppage .ly_point01__contents + .ly_point01__contents {
  margin-top: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__contents + .ly_point01__contents {
    margin-top: 100px;
  }
}
.toppage .ly_point01__body {
  line-height: 1.5;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__body {
    font-size: 26px;
  }
}
.toppage .ly_point01__body p {
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__body p {
    margin-top: 30px;
  }
}
.toppage .ly_point01__body p:first-child {
  margin-top: 0;
}
.toppage .ly_point01__text {
  border: 1px solid #fff;
  background: #000;
  padding: 3.13vw;
  text-align: center;
  font-size: 5vw;
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__text {
    padding: 20px;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_point01__text {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 40px;
  }
}
.toppage .ly_point01__cap {
  color: #fcff00;
  font-size: 7.5vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__cap {
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_point01__cap {
    font-size: 48px;
  }
}
.toppage .ly_point01__num {
  font-family: "Poppins", sans-serif;
  font-size: 10vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__num {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_point01__num {
    font-size: 64px;
  }
}
.toppage .ly_point01__figure {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 4.69vw 6.25vw;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point01__figure {
    border: none;
    background: none;
    padding: 0;
  }
}
.toppage .ly_point02 {
  background: url(../img/top_point02_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02 {
    padding: 150px 0;
  }
}
.toppage .ly_point02__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_point02__title {
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__title {
    margin-bottom: 50px;
  }
}
.toppage .ly_point02__title__picture {
  width: 100%;
  max-width: 66.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__title__picture {
    width: 47.03vw;
    max-width: 602px;
  }
}
.toppage .ly_point02__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_point02__contents {
    grid-template-columns: 480px 1fr;
    gap: 80px;
  }
}
.toppage .ly_point02__body {
  line-height: 1.5;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__body {
    font-size: 26px;
  }
}
.toppage .ly_point02__body p {
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__body p {
    margin-top: 30px;
  }
}
.toppage .ly_point02__body p:first-child {
  margin-top: 0;
}
.toppage .ly_point02__figure {
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__figure {
    max-width: 580px;
  }
}
.toppage .ly_point02__cap {
  border: 1px solid #fff;
  margin-top: 20px;
}
.toppage .ly_point02__cap p {
  background: rgba(0, 0, 0, 0.8);
  font-weight: bold;
  padding: 3.13vw;
  line-height: 1.25;
  text-align: center;
  font-size: 5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point02__cap p {
    text-align: left;
    font-size: 2.19vw;
    padding: 30px 30px;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_point02__cap p {
    text-align: left;
    font-size: 30px;
  }
}
.toppage .ly_point03 {
  background: url(../img/top_point03_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03 {
    padding: 150px 0;
  }
}
.toppage .ly_point03__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_point03__title {
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__title {
    margin-bottom: 50px;
  }
}
.toppage .ly_point03__title__picture {
  width: 100%;
  max-width: 75vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__title__picture {
    width: 53.59vw;
    max-width: 686px;
  }
}
.toppage .ly_point03__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__contents {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_point03__contents {
    grid-template-columns: 420px 1fr;
    gap: 100px;
  }
}
.toppage .ly_point03__body {
  line-height: 1.5;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__body {
    font-size: 26px;
  }
}
.toppage .ly_point03__body p {
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__body p {
    margin-top: 30px;
  }
}
.toppage .ly_point03__body p:first-child {
  margin-top: 0;
}
.toppage .ly_point03__figure {
  margin-top: 5px;
}
.toppage .ly_point03__figure__picture {
  max-width: 64.06vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__figure__picture {
    max-width: 530px;
  }
}
.toppage .ly_point03__figure__title {
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: center;
  font-size: 4.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03__figure__title {
    font-size: 32px;
  }
}
.toppage .ly_point03 .bl_btn {
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03 .bl_btn {
    margin-inline: inherit;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_point03 .bl_btn__link {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_point03 .bl_btn__link {
    font-size: 16px;
  }
}
.toppage #gallery,
.toppage #ambassador {
  margin-top: auto !important;
}
.toppage #ambassador {
  padding-top: 0;
  margin-bottom: auto !important;
}
.toppage .ly_gallery {
  padding: 15.63vw 0 !important;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery {
    padding: 150px 0 !important;
  }
}
.toppage .ly_gallery__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.toppage .ly_gallery__contents {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4.69vw;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery__contents {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3.91vw;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_gallery__contents {
    gap: 50px;
  }
}
.toppage .ly_gallery__contents__item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery__contents__item {
    width: calc((100% - 3.91vw) / 2);
    gap: 3.91vw;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .toppage .ly_gallery__contents__item {
    width: calc((100% - 50px) / 2);
    gap: 50px;
  }
}
.toppage .ly_gallery__title {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery__title {
    margin-bottom: 80px;
  }
}
.toppage .ly_gallery__title__img {
  width: 100%;
  max-width: 38.75vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery__title__img {
    width: 28.13vw;
    max-width: 360px;
  }
}
.toppage .ly_gallery__subtitle {
  position: relative;
  font-weight: bold !important;
  text-align: center;
  line-height: 1.5 !important;
  font-size: 20px !important;
  padding-bottom: 20px;
  margin-bottom: 7.81vw !important;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery__subtitle {
    font-size: 28px !important;
    padding-bottom: 30px;
    margin-bottom: 50px !important;
    line-height: 1 !important;
  }
}
.toppage .ly_gallery__subtitle::before {
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  content: "";
}
.toppage .ly_gallery__video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.toppage .ly_gallery__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.toppage .ly_gallery .sns {
  display: grid;
  grid-template-columns: 40px 40px;
  justify-content: center;
  align-items: center;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_gallery .sns {
    gap: 50px;
    grid-template-columns: 64px 64px;
  }
}
.toppage .ly_ambassador {
  background: url(../img/top_ambassador_bg.jpg) center center no-repeat !important;
  background-size: cover !important;
  padding: 15.63vw 0 !important;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador {
    padding: 150px 0 0 !important;
  }
}
.toppage .ly_ambassador::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
  z-index: -1;
}
.toppage .ly_ambassador__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_ambassador__title {
  margin-bottom: 10.94vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__title {
    margin-bottom: 80px;
  }
}
.toppage .ly_ambassador__title__picture {
  width: 100%;
  max-width: 47.5vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__title__picture {
    width: 52.19vw;
    max-width: 451px;
  }
}
.toppage .ly_ambassador__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__contents {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .toppage .ly_ambassador__contents {
    grid-template-columns: 400px 1fr;
  }
}
.toppage .ly_ambassador__contents__picture {
  width: 100%;
  max-width: 62.5vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__contents__picture {
    max-width: 400px;
  }
}
.toppage .ly_ambassador__contents + .ly_ambassador__contents {
  padding-top: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__contents + .ly_ambassador__contents {
    padding-top: 100px;
  }
}
.toppage .ly_ambassador__contents .shadow {
  filter: drop-shadow(0 0 20px #000);
}
.toppage .ly_ambassador__body {
  line-height: 1.5;
  font-weight: bold;
}
.toppage .ly_ambassador__body p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}
.toppage .ly_ambassador__body p:first-child {
  margin-top: 0;
}
.toppage .ly_ambassador__body__title {
  font-family: "Poppins", sans-serif !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: left !important;
  font-style: italic !important;
  font-size: 7.5vw !important;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__body__title {
    font-family: "Poppins", sans-serif !important;
    font-weight: 700 !important;
    font-style: italic !important;
    font-size: 54px !important;
    line-height: 1 !important;
    text-align: left !important;
    margin-top: 70px !important;
  }
}
.toppage .ly_ambassador__body__subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  display: block;
  line-height: 1;
  font-size: 3.13vw;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_ambassador__body__subtitle {
    font-size: 20px;
  }
}
.toppage .ly_scene {
  background: url(../img/top_scene_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene {
    padding: 150px 0;
  }
}
.toppage .ly_scene__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_scene__title {
  margin-bottom: 10.94vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__title {
    margin-bottom: 80px;
  }
}
.toppage .ly_scene__title__picture {
  width: 100%;
  max-width: 57.81vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__title__picture {
    width: 78.28vw;
    max-width: 1002px;
  }
}
.toppage .ly_scene__contents {
  margin: 0 calc(50% - 50vw) 0 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__contents {
    margin: 0;
  }
}
.toppage .ly_scene__body {
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__body {
    margin-bottom: 80px;
  }
}
.toppage .ly_scene__body__title {
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__body__title {
    font-size: 26px;
  }
}
.toppage .ly_scene__body__picture {
  width: 100%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_scene__body__picture {
    max-width: 726px;
  }
}
.toppage .ly_scene__body p {
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}
.toppage .ly_scene__body p:first-child {
  margin-top: 0;
}
.toppage .ly_lineup {
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup {
    padding: 150px 0;
  }
}
.toppage .ly_lineup__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.toppage .ly_lineup__title {
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__title {
    margin-bottom: 60px;
  }
}
.toppage .ly_lineup__title__img {
  width: 100%;
  max-width: 48.13vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__title__img {
    width: 35vw;
    max-width: 448px;
  }
}
.toppage .ly_lineup__img {
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__img {
    margin-bottom: 50px;
  }
}
.toppage .ly_lineup__lead {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
  margin-bottom: 7.81vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__lead {
    font-size: 26px;
    margin-bottom: 80px;
  }
}
.toppage .ly_lineup__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-align: center;
  position: relative;
  font-size: 4.69vw;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__subtitle {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.toppage .ly_lineup__subtitle__inner {
  display: inline-block;
  background: #fff;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  padding: 5px 30px;
}
.toppage .ly_lineup__num {
  line-height: 1;
  color: #000;
  font-size: 6.88vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__num {
    font-size: 54px;
  }
}
.toppage .ly_lineup__btn {
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 2.19vw 6.25vw 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 2.5vw;
  font-weight: bold;
  width: 46.88vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .toppage .ly_lineup__btn {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__btn {
    font-size: 16px;
    padding: 14px 20px;
    min-height: 56px;
    width: auto;
    margin-inline: inherit;
  }
}
.toppage .ly_lineup__btn::after {
  display: block;
  content: "";
  background: url(../img/glass.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__btn::after {
    background: url(../img/glass.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 15px;
  }
}
.toppage .ly_lineup__contents {
  margin-bottom: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__contents {
    margin-bottom: 100px;
  }
}
.toppage .ly_lineup__contents:last-child {
  margin-bottom: 0;
}
.toppage .ly_lineup__contents--multi {
  margin-bottom: 9.38vw;
  padding-bottom: 9.38vw;
  border-bottom: 1px solid #999;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__contents--multi {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }
}
.toppage .ly_lineup__label {
  position: absolute;
  top: -10px;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__label {
    top: -15px;
  }
}
.toppage .ly_lineup__label img {
  width: 100%;
  max-width: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__label img {
    max-width: 92px;
  }
}
.toppage .ly_lineup .list_yogurt {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_yogurt {
    gap: 40px;
  }
}
.toppage .ly_lineup .list_yogurt__item {
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_yogurt__item {
    max-width: 300px;
  }
}
.toppage .ly_lineup .list_yogurt__img {
  max-width: 35.94vw;
  margin-inline: auto;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_yogurt__img {
    max-width: 240px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.toppage .ly_lineup .list_yogurt__img img {
  transition: 0.3s all;
}
.toppage .ly_lineup .list_yogurt__img img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}
.toppage .ly_lineup .list_yogurt__link {
  display: block;
  cursor: pointer;
}
.toppage .ly_lineup .list_yogurt__link:hover .ly_lineup__btn {
  background: #333;
}
.toppage .ly_lineup .list_yogurt-multi {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_yogurt-multi {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
}
.toppage .ly_lineup .list_yogurt-multi__item {
  position: relative;
}
.toppage .ly_lineup .list_yogurt-multi__img {
  max-width: 32.81vw;
  margin-inline: auto;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_yogurt-multi__img {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
.toppage .ly_lineup .list_yogurt-multi__img img {
  transition: 0.3s all;
}
.toppage .ly_lineup .list_yogurt-multi__img img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}
.toppage .ly_lineup .list_yogurt-multi__link {
  display: block;
  cursor: pointer;
}
.toppage .ly_lineup .list_yogurt-multi__link:hover .ly_lineup__btn {
  background: #333;
}
.toppage .ly_lineup .list_yogurt-multi .ly_lineup__btn {
  width: 100%;
}
.toppage .ly_lineup .list_drink {
  display: grid;
  justify-content: center;
  grid-template-columns: 42.97vw 42.97vw;
  gap: 9.38vw 4.69vw;
  margin-bottom: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_drink {
    grid-template-columns: 320px 320px;
    gap: 80px 100px;
    margin-bottom: 80px;
  }
}
.toppage .ly_lineup .list_drink__img {
  max-width: 15.63vw;
  margin-inline: auto;
  margin-bottom: 4.69vw;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_drink__img {
    max-width: 170px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.toppage .ly_lineup .list_drink__item {
  position: relative;
}
.toppage .ly_lineup .list_drink__link {
  display: block;
  cursor: pointer;
  transition: 0.3s all;
}
.toppage .ly_lineup .list_drink__link:hover .ly_lineup__btn {
  background: #333;
}
.toppage .ly_lineup .list_drink__link:hover .list_drink__img {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}
.toppage .ly_lineup .list_drink .ly_lineup__btn {
  width: 100%;
}
.toppage .ly_lineup .list_drink .ly_lineup__label {
  position: absolute;
  top: -6.25vw;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup .list_drink .ly_lineup__label {
    top: -40px;
  }
}
.toppage .ly_lineup__icon {
  max-width: 17.19vw;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .toppage .ly_lineup__icon {
    max-width: 110px;
    margin-bottom: 20px;
  }
}

/*****************************
プロテイン
*****************************/
.column_protein .kv {
  margin-top: 0;
  position: relative;
  width: 100%;
  padding-right: 4.69vw;
  padding-top: 16.41vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .kv {
    padding-left: 50px;
    padding-right: 0;
    padding-top: 100px;
    position: relative;
  }
}
.column_protein .kv__picture {
  width: 95.31vw;
  height: 100vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .kv__picture {
    width: 100%;
    max-width: 1230px;
    height: auto;
    margin-inline: auto;
  }
}
.column_protein .kv__picture img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .column_protein .kv__picture img {
    -o-object-fit: contain;
       object-fit: contain;
    height: auto;
  }
}
.column_protein .pagenavi {
  padding: 6.25vw 0;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagenavi {
    padding: 50px 0;
  }
}
.column_protein .pagenavi__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.column_protein .pagenavi__list {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagenavi__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
  }
}
.column_protein .pagenavi__item {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagenavi__item {
    width: 100%;
    max-width: auto;
  }
}
.column_protein .pagenavi__link {
  display: block;
  background: #fff;
  width: 100%;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  padding: 2.19vw 3.13vw;
  position: relative;
}
@media only screen and (min-width: 640px) {
  .column_protein .pagenavi__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .pagenavi__link {
    font-size: 1.25vw;
    padding: 14px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .pagenavi__link {
    font-size: 16px;
  }
}
.column_protein .pagenavi__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagenavi__link::after {
    width: 10px;
    height: 10px;
  }
}
.column_protein .pagenavi__link:hover {
  opacity: 0.7;
}
.column_protein .pagetitle {
  background: url(../img/protein_bg01.jpg) center center no-repeat;
  background-size: cover;
  padding: 12.5vw 0 6.25vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagetitle {
    padding: 11.72vw 0 7.81vw;
  }
}
.column_protein .pagetitle__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
}
.column_protein .pagetitle__header {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
.column_protein .pagetitle__header--right {
  left: auto;
  right: 0;
}
.column_protein .pagetitle__en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.column_protein .pagetitle__subtitle {
  background: #fff;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 0 calc(4% + 1.56vw) 0 1.56vw;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  font-size: 2.5vw;
  margin-bottom: 1.56vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagetitle__subtitle {
    padding: 0 calc(4% + 10px) 0 10px;
    font-size: 1.56vw;
    margin-bottom: 1.56vw;
  }
}
.column_protein .pagetitle__title {
  color: #fff;
  font-size: 5.63vw;
  line-height: 1.25;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagetitle__title {
    font-size: 4.22vw;
  }
}
.column_protein .pagetitle__picture {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0 0;
  padding-left: 18.75vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .pagetitle__picture {
    padding-left: 11.72vw;
  }
}
.column_protein .pagetitle__picture--right {
  width: auto;
  margin: 0 0 0 calc(50% - 50vw);
  padding-left: 0;
  padding-right: 11.72vw;
}
.column_protein .column01 {
  padding: 12.5vw 0;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 {
    padding: 100px 0 130px;
  }
}
.column_protein .column01__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
}
.column_protein .column01__contents {
  padding: 6.25vw 0;
  border-bottom: 1px solid #999;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__contents {
    padding: 50px 0;
  }
}
.column_protein .column01__contents:first-child {
  padding-top: 0;
}
.column_protein .column01__contents:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.column_protein .column01__subtitle {
  background: #fff;
  color: #000;
  display: inline-block;
  font-weight: bold;
  padding: 0 calc(2% + 1.56vw) 0 1.56vw;
  position: relative;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
  font-size: 2.81vw;
  margin-bottom: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__subtitle {
    padding: 0 calc(2% + 10px) 0 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.column_protein .column01__subtitle__en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.column_protein .column01__title {
  color: #fff;
  line-height: 1.25;
  margin-bottom: 6.25vw;
  font-size: 5.63vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__title {
    font-size: 54px;
    margin-bottom: 50px;
  }
}
.column_protein .column01__en {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  font-size: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__en {
    font-size: 20px;
  }
}
.column_protein .column01__h3 {
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__h3 {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.column_protein .column01__cap {
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__cap {
    font-size: 20px;
  }
}
.column_protein .column01__figure {
  max-width: 716px;
  margin-inline: auto;
}
.column_protein .column01__img {
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__img {
    margin-bottom: 30px;
  }
}
.column_protein .column01__text {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__text {
    font-size: 22px;
  }
}
.column_protein .column01__note {
  max-width: 716px;
  font-size: 10px;
  line-height: 1.4;
  margin-inline: auto;
  margin-top: 4.69vw;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01__note {
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
.column_protein .column01 .card {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 7.81vw 0 0 calc(50% - 50vw);
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card {
    flex-wrap: wrap;
    flex-direction: inherit;
    justify-content: center;
    margin: 80px calc(50% - 50vw) 0 0;
  }
}
.column_protein .column01 .card__title {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 4.69vw;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__title {
    font-size: 22px;
    margin-bottom: 3.91vw;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .card__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.column_protein .column01 .card__img {
  width: 100%;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__img {
    width: 46.09vw;
    padding-left: 3.91vw;
    margin-bottom: 0;
    height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .card__img {
    height: 800px;
    padding-left: 50px;
  }
}
.column_protein .column01 .card__img__note {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__img__note {
    font-size: 14px;
    margin-top: 15px;
    width: 46.09vw;
    padding-left: 3.91vw;
    padding-left: 0;
  }
}
.column_protein .column01 .card__img__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__img__picture img {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .card__img__picture img {
    height: 800px;
  }
}
.column_protein .column01 .card__contents {
  width: 100%;
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__contents {
    width: calc(100% - 46.09vw);
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .card__contents {
    padding-right: 50px;
  }
}
.column_protein .column01 .card__note {
  line-height: 1.4;
  font-size: 10px;
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__note {
    margin-top: 30px;
    font-size: 14px;
  }
}
.column_protein .column01 .card__btn {
  width: 90%;
  margin-top: 6.25vw;
  margin-inline: auto;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 640px) {
  .column_protein .column01 .card__btn {
    max-width: 59.38vw;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__btn {
    max-width: 380px;
    margin-top: 40px;
    margin-inline: inherit;
  }
}
.column_protein .column01 .card__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .column_protein .column01 .card__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__btn__link {
    font-size: 16px;
    padding: 14px 20px;
    min-height: 56px;
  }
}
.column_protein .column01 .card__btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .card__btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.column_protein .column01 .card__btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.column_protein .column01 .comparison {
  border: none;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .comparison {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .comparison {
    font-size: 22px;
  }
}
.column_protein .column01 .comparison th {
  text-align: right;
  padding: 0;
  width: auto;
  white-space: nowrap;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .comparison th {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .comparison th {
    font-size: 22px;
  }
}
.column_protein .column01 .comparison td {
  padding-left: 3.13vw;
  padding-bottom: 4.69vw;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .comparison td {
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column01 .comparison td {
    font-size: 22px;
  }
}
.column_protein .column01 .comparison tr:last-child td {
  padding-bottom: 0;
}
.column_protein .column01 .comparison p.memo {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column01 .comparison p.memo {
    font-size: 16px;
  }
}
.column_protein .column02 {
  padding: 6.25vw 0 0;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 {
    padding: 100px 0 0;
  }
}
.column_protein .column02__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
}
.column_protein .column02__text {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02__text {
    font-size: 22px;
  }
}
.column_protein .column02__text__note {
  line-height: 1.4;
  margin-top: 15px;
  font-size: 2.5vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02__text__note {
    font-size: 16px;
  }
}
.column_protein .column02 .card {
  position: relative;
  margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw);
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card {
    margin: 80px calc(50% - 50vw) 0 0;
  }
}
.column_protein .column02 .card__note {
  font-size: 10px;
  line-height: 1.4;
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__note {
    font-size: 14px;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__img {
    padding-left: 26.56vw;
  }
}
.column_protein .column02 .card__img__note {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}
.column_protein .column02 .card__img__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
.column_protein .column02 .card__lead {
  max-width: 63.28vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__lead {
    width: 39.06vw;
    max-width: 500px;
  }
}
.column_protein .column02 .card__contents {
  position: absolute;
  top: 15.63vw;
  left: 0;
  padding: 0 5%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__contents {
    top: 0;
    left: 0;
    padding: 0;
  }
}
.column_protein .column02 .card__btn {
  width: 90%;
  margin-top: 9.38vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .column_protein .column02 .card__btn {
    max-width: 59.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__btn {
    max-width: 380px;
    margin-top: 40px;
    margin-inline: inherit;
  }
}
.column_protein .column02 .card__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 2.19vw 3.13vw 2.19vw 10.94vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
  text-align: left;
}
@media only screen and (min-width: 640px) {
  .column_protein .column02 .card__btn__link {
    font-size: 2.5vw;
    padding: 14px 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__btn__link {
    font-size: 16px;
    min-height: 56px;
  }
}
.column_protein .column02 .card__btn__link::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/protein_btn_oikos.png) center center no-repeat;
  background-size: cover;
  width: 10.63vw;
  height: 9.38vw;
  top: -2.34vw;
  left: -1.56vw;
}
@media only screen and (min-width: 640px) {
  .column_protein .column02 .card__btn__link::before {
    background: url(../img/protein_btn_oikos.png) center center no-repeat;
    background-size: cover;
    width: 10.63vw;
    height: 9.38vw;
    top: -3.13vw;
    left: -1.56vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__btn__link::before {
    background: url(../img/protein_btn_oikos.png) center center no-repeat;
    background-size: cover;
    width: 68px;
    height: 60px;
    top: -20px;
    left: -10px;
  }
}
.column_protein .column02 .card__btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column02 .card__btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.column_protein .column02 .card__btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.column_protein .column03 {
  padding: 6.25vw 0 0;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 {
    padding: 100px 0 0;
  }
}
.column_protein .column03__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
  position: relative;
}
.column_protein .column03__text {
  line-height: 1.5;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03__text {
    font-size: 22px;
  }
}
.column_protein .column03__note {
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  margin-inline: auto;
  font-size: 10px;
  margin-top: 6.25vw;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03__note {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 100px;
  }
}
.column_protein .column03__btn {
  width: 90%;
  margin-top: 6.25vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .column_protein .column03__btn {
    max-width: 59.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column03__btn {
    max-width: 380px;
    margin-top: 40px;
  }
}
.column_protein .column03__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 640px) {
  .column_protein .column03__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column03__btn__link {
    font-size: 16px;
    padding: 14px 20px;
    min-height: 56px;
  }
}
.column_protein .column03__btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03__btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.column_protein .column03__btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.column_protein .column03 .card {
  display: flex;
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  margin: 7.81vw 0 0 calc(50% - 50vw);
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 80px 0 80px calc(50% - 50vw);
  }
}
.column_protein .column03 .card__title {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 4.69vw;
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__title {
    font-size: 22px;
    margin-bottom: 3.91vw;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .card__title {
    font-size: 30px;
    margin-bottom: 50px;
  }
}
.column_protein .column03 .card__img {
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__img {
    width: 46.09vw;
    padding-right: 50px;
    margin-bottom: 0;
    height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .card__img {
    height: 840px;
  }
}
.column_protein .column03 .card__img__note {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 15px;
}
.column_protein .column03 .card__img__picture img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__img__picture img {
    height: 700px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .card__img__picture img {
    height: 840px;
  }
}
.column_protein .column03 .card__contents {
  padding-left: 5%;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__contents {
    width: calc(100% - 46.09vw);
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .card__contents {
    padding-left: 30px;
  }
}
.column_protein .column03 .card__note {
  font-size: 10px;
  margin: 30px 0 0;
  line-height: 1.4;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__note {
    font-size: 14px;
  }
}
.column_protein .column03 .card__btn {
  width: 90%;
  margin-top: 6.25vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .column_protein .column03 .card__btn {
    max-width: 59.38vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__btn {
    max-width: 380px;
    margin-top: 40px;
    margin-inline: inherit;
  }
}
.column_protein .column03 .card__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #000;
  padding: 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 640px) {
  .column_protein .column03 .card__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__btn__link {
    font-size: 14px;
    padding: 14px 20px;
    min-height: 56px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .card__btn__link {
    font-size: 16px;
  }
}
.column_protein .column03 .card__btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 15px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .card__btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.column_protein .column03 .card__btn__link:hover {
  transition: 0.3s;
  opacity: 0.7;
}
.column_protein .column03 .comparison {
  border: none;
  margin-bottom: 20px;
  line-height: 1.5;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .comparison {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) {
  .column_protein .column03 .comparison {
    font-size: 22px;
  }
}
.column_protein .column03 .comparison th {
  text-align: right;
  padding: 0;
  width: auto;
  color: #FCFF00;
  max-width: 90px;
  width: 14.06vw;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .comparison th {
    width: 7.03vw;
  }
}
.column_protein .column03 .comparison td {
  padding-left: 3.13vw;
  padding-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .comparison td {
    padding-left: 20px;
    padding-bottom: 30px;
  }
}
.column_protein .column03 .comparison tr:last-child td {
  padding-bottom: 0;
}
.column_protein .column03 .comparison span {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .comparison span {
    font-size: 16px;
  }
}
.column_protein .column03 .comparison p.memo {
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  .column_protein .column03 .comparison p.memo {
    font-size: 16px;
  }
}

/*****************************
ドリンク
*****************************/
.proteindrink .header-drink {
  display: flex;
  justify-content: center;
}
.proteindrink .header-drink__inner {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1220px;
  margin-inline: auto;
  padding: 15px 20px;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .proteindrink .header-drink__inner {
    padding: 20px 30px;
  }
}
.proteindrink .header-drink .logo {
  width: 25.78vw;
  max-width: 165px;
}
@media only screen and (min-width: 768px) {
  .proteindrink .header-drink .logo {
    width: 12.89vw;
  }
}
.proteindrink .header-drink .sns {
  display: grid;
  grid-template-columns: 32px 32px;
  align-items: center;
  gap: 20px;
  margin-left: auto;
}
.proteindrink .kv {
  margin-top: 0;
  margin-top: 16.41vw;
  position: relative;
  z-index: 0;
  width: 100%;
  margin-bottom: 12.5vw;
}
@media screen and (min-width: 768.1px) {
  .proteindrink .kv {
    width: 100%;
    max-width: 1280px;
    margin-inline: auto;
    margin-bottom: 150px;
    margin-top: 100px;
  }
}
.proteindrink .kv img {
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .kv img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    max-height: 650px;
  }
}
.proteindrink .kv h2 img {
  padding-top: 0;
}
.proteindrink .kv h1 {
  position: relative;
}
.proteindrink .kv__link-drink {
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.proteindrink .slick-next:before,
.proteindrink .slick-prev:before {
  display: none !important;
}
.proteindrink .lead {
  margin-bottom: 18.75vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead {
    margin-bottom: 150px;
  }
}
.proteindrink .lead__title {
  padding: 0 0 8vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__title {
    padding: 0 0 10.94vw;
  }
}
.proteindrink .lead__title__img {
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__title__img {
    max-width: 64.38vw;
  }
}
@media only screen and (min-width: 1280px) {
  .proteindrink .lead__title__img {
    max-width: 824px;
  }
}
.proteindrink .lead__products {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__products {
    margin-top: -5vw;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .lead__products {
    margin-top: -7.81vw;
  }
}
@media only screen and (min-width: 1280px) {
  .proteindrink .lead__products img {
    max-width: 1280px;
  }
}
.proteindrink .lead__contents {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__contents {
    margin-top: -0.78vw;
  }
}
.proteindrink .lead__subtitle {
  max-width: 782px;
  margin-inline: auto;
  margin-bottom: 10vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__subtitle {
    margin-bottom: 100px;
  }
}
.proteindrink .lead__hashtag {
  width: 100%;
  max-width: 75vw;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__hashtag {
    max-width: 600px;
  }
}
.proteindrink .lead__logo {
  width: 100%;
  max-width: 39.06vw;
  margin-inline: auto;
  margin-bottom: 8vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lead__logo {
    max-width: 312px;
    margin-bottom: 80px;
  }
}
.proteindrink .products {
  background: url(../img/drink_product_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 18.75vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products {
    padding: 150px 0;
  }
}
.proteindrink .products__title {
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products__title {
    margin-bottom: 80px;
  }
}
.proteindrink .products__title__img {
  width: 100%;
  max-width: 75vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products__title__img {
    width: 53.28vw;
    max-width: 682px;
  }
}
.proteindrink .products .details {
  display: grid;
  grid-template-columns: 30vw 1fr;
  justify-content: center;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details {
    width: 100%;
    grid-template-columns: 200px 1fr;
    max-width: 594px;
  }
}
.proteindrink .products .details .list__item {
  border-bottom: 1px solid #999;
  padding: 4.69vw 0 4.69vw 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details .list__item {
    padding: 30px 0 30px 70px;
  }
}
.proteindrink .products .details .list__subtitle {
  font-size: 5.31vw;
  line-height: 1;
  margin-bottom: 1.56vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details .list__subtitle {
    font-size: 40px;
  }
}
.proteindrink .products .details .list__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  text-shadow: 0 0 30px #DCDE00;
  font-size: 13.44vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details .list__en {
    font-size: 108px;
  }
}
.proteindrink .products .details .list__en--g {
  font-size: 11.25vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details .list__en--g {
    font-size: 82px;
  }
}
.proteindrink .products .details .list__jp {
  line-height: 1;
  font-weight: bold;
  text-shadow: 0 0 30px #DCDE00;
  font-size: 10vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .products .details .list__jp {
    font-size: 84px;
  }
}
.proteindrink .products .details .list__center {
  display: flex;
}
.proteindrink .drink_pro {
  padding: 15.63vw 0 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro {
    padding: 150px 0 0;
  }
}
.proteindrink .drink_pro__inner {
  width: 100%;
  max-width: 1280px;
  background: url(../img/top_drink_bg_sp_2.jpg) left bottom no-repeat;
  background-size: 100vw 83.44vw;
  padding-bottom: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__inner {
    width: 90%;
    background: url(../img/top_drink_bg_2.jpg) left top -20px no-repeat;
    background-size: 1280px 1100px;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 150px;
    margin-inline: auto;
  }
}
.proteindrink .drink_pro__text {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__text {
    font-size: 26px;
  }
}
.proteindrink .drink_pro__subtitle {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 6.25vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__subtitle {
    margin-bottom: 40px;
  }
}
.proteindrink .drink_pro__subtitle__picture {
  max-width: 60.31vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__subtitle__picture {
    width: 45.78vw;
    max-width: 586px;
  }
}
.proteindrink .drink_pro__btn {
  width: 60%;
  margin-top: 6.25vw;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .proteindrink .drink_pro__btn {
    max-width: 59.38vw;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__btn {
    max-width: 380px;
    margin-top: 40px;
  }
}
.proteindrink .drink_pro__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  padding: 3.13vw;
  min-height: 8.75vw;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  cursor: pointer;
}
@media only screen and (min-width: 640px) {
  .proteindrink .drink_pro__btn__link {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__btn__link {
    font-size: 16px;
    padding: 20px;
    min-height: 56px;
  }
}
.proteindrink .drink_pro__btn__link::after {
  display: block;
  content: "";
  background: url(../img/glass_black.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro__btn__link::after {
    background: url(../img/glass_black.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 20px;
  }
}
.proteindrink .drink_pro__btn__link:hover {
  transition: 0.3s;
  background: #fff;
}
.proteindrink .drink_pro .details {
  display: grid;
  grid-template-columns: 30vw 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 90%;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details {
    width: 100%;
    grid-template-columns: 200px 1fr;
    max-width: 594px;
  }
}
.proteindrink .drink_pro .details .list__item {
  border-bottom: 1px solid #999;
  padding: 3.13vw 0 3.13vw 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__item {
    padding: 20px 0 20px 70px;
  }
}
.proteindrink .drink_pro .details .list__item:first-child {
  padding-top: 0;
}
.proteindrink .drink_pro .details .list__subtitle {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__subtitle {
    font-size: 40px;
  }
}
.proteindrink .drink_pro .details .list__subtitle + * {
  margin-top: 0.78vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__subtitle + * {
    margin-top: 5px;
  }
}
.proteindrink .drink_pro .details .list__subtitle2 {
  font-size: 5.31vw;
  line-height: 1;
  font-weight: bold;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__subtitle2 {
    font-size: 32px;
  }
}
.proteindrink .drink_pro .details .list__subtitle2 + * {
  margin-top: 0.78vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__subtitle2 + * {
    margin-top: 5px;
  }
}
.proteindrink .drink_pro .details .list__en {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  font-size: 13.44vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__en {
    font-size: 108px;
  }
}
.proteindrink .drink_pro .details .list__en--g {
  font-size: 11.25vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__en--g {
    font-size: 82px;
  }
}
.proteindrink .drink_pro .details .list__jp {
  line-height: 1.2;
  font-weight: bold;
  font-size: 5.31vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__jp {
    font-size: 40px;
  }
}
.proteindrink .drink_pro .details .list__jp--s {
  font-size: 3.44vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__jp--s {
    font-size: 32px;
  }
}
.proteindrink .drink_pro .details .list__jp--m {
  font-size: 6.88vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__jp--m {
    font-size: 62px;
  }
}
.proteindrink .drink_pro .details .list__text {
  font-size: 3.13vw;
  line-height: 1.5;
  margin-top: 1.56vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .drink_pro .details .list__text {
    margin-top: 10px;
    font-size: 16px;
  }
}
.proteindrink .drink_pro .details .list__center {
  display: flex;
}
.proteindrink .support {
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support {
    padding: 150px 0;
  }
}
.proteindrink .support__inner {
  max-width: 1080px;
  width: 90%;
  margin-inline: auto;
}
.proteindrink .support__title {
  margin-bottom: 12.5vw;
  font-size: 6.25vw;
  line-height: 1.25;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__title {
    font-size: 40px;
    margin-bottom: 80px;
  }
}
.proteindrink .support__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents {
    gap: 6.25vw;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents {
    gap: 80px;
    grid-template-columns: 1fr 1fr;
  }
}
.proteindrink .support__contents__block {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  margin-bottom: 4.69vw;
  padding: 3.13vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__block {
    min-height: 15.23vw;
    margin-bottom: 30px;
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents__block {
    min-height: 195px;
  }
}
.proteindrink .support__contents__title {
  font-size: 2.81vw;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__title {
    line-height: 1.2;
    font-size: 2.19vw;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents__title {
    font-size: 28px;
  }
}
.proteindrink .support__contents__subtitle {
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 3.91vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__subtitle {
    font-size: 1.56vw;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents__subtitle {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.proteindrink .support__contents__num {
  font-family: "Poppins", sans-serif;
  font-size: 5.63vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__num {
    font-size: 4.38vw;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents__num {
    font-size: 56px;
  }
}
.proteindrink .support__contents__big {
  font-size: 4.22vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__big {
    font-size: 3.13vw;
  }
}
@media only screen and (min-width: 1200px) {
  .proteindrink .support__contents__big {
    font-size: 40px;
  }
}
.proteindrink .support__contents__figure {
  max-width: 230px;
  margin-inline: auto;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__figure {
    max-width: 300px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 1100px) {
  .proteindrink .support__contents__figure {
    max-width: 350px;
  }
}
.proteindrink .support__contents__note {
  text-align: center;
  font-size: 2.19vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__contents__note {
    font-size: 14px;
  }
}
.proteindrink .support__note {
  font-size: 1.88vw;
  border: 1px solid #fff;
  padding: 1.56vw;
  margin-top: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .support__note {
    margin-top: 40px;
    padding: 10px;
    font-size: 12px;
  }
}
.proteindrink .graph {
  background: url(../img/drink_bg01.jpg) center center no-repeat;
  background-size: cover;
  padding: 18.75vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph {
    padding: 150px 0;
  }
}
.proteindrink .graph__title {
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__title {
    margin-bottom: 80px;
  }
}
.proteindrink .graph__title__img {
  width: 100%;
  max-width: 71.88vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__title__img {
    width: 58.2vw;
    max-width: 745px;
  }
}
.proteindrink .graph__subtitle {
  line-height: 1.25;
  text-align: center;
  font-size: 3.75vw;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__subtitle {
    font-size: 3.52vw;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 1080px) {
  .proteindrink .graph__subtitle {
    font-size: 40px;
  }
}
.proteindrink .graph__inner {
  width: 90%;
  max-width: 1080px;
  margin-inline: auto;
}
.proteindrink .graph__contents {
  display: grid;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__contents {
    grid-template-columns: 1fr 1fr;
    gap: 6.25vw;
  }
}
@media only screen and (min-width: 1280px) {
  .proteindrink .graph__contents {
    grid-template-columns: 420px 1fr;
    gap: 80px;
  }
}
.proteindrink .graph__contents + .graph__contents {
  margin-top: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__contents + .graph__contents {
    margin-top: 100px;
  }
}
.proteindrink .graph__body {
  line-height: 1.5;
  font-weight: bold;
  font-size: 4.06vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__body {
    font-size: 26px;
  }
}
.proteindrink .graph__body p {
  margin-top: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__body p {
    margin-top: 30px;
  }
}
.proteindrink .graph__body p:first-child {
  margin-top: 0;
}
.proteindrink .graph__text {
  border: 1px solid #fff;
  background: #000;
  padding: 3.13vw;
  text-align: center;
  font-size: 5vw;
  margin-top: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__text {
    padding: 20px;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .graph__text {
    font-size: 32px;
    line-height: 1.25;
    margin-top: 40px;
  }
}
.proteindrink .graph__cap {
  color: #fcff00;
  font-size: 7.5vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__cap {
    font-size: 3.75vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .graph__cap {
    font-size: 48px;
  }
}
.proteindrink .graph__num {
  font-family: "Poppins", sans-serif;
  font-size: 10vw;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__num {
    font-size: 5vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .graph__num {
    font-size: 64px;
  }
}
.proteindrink .graph__figure {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 4.69vw 6.25vw;
  background: #000;
}
@media only screen and (min-width: 768px) {
  .proteindrink .graph__figure {
    border: none;
    background: none;
    padding: 0;
  }
}
.proteindrink .about {
  background: url(../img/drink_about_bg_sp.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .about {
    background: url(../img/drink_about_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 150px 0;
  }
}
.proteindrink .about__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.proteindrink .about__title {
  margin-bottom: 6.25vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .about__title {
    margin-bottom: 50px;
  }
}
.proteindrink .about__title__img {
  width: 100%;
  max-width: 87.81vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .about__title__img {
    width: 66.41vw;
    max-width: 850px;
  }
}
.proteindrink .about__subtitle {
  text-align: center;
}
.proteindrink .about__subtitle span {
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  font-size: 3.44vw;
  margin-bottom: 2.34vw;
  position: relative;
  padding: 0 25px;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .proteindrink .about__subtitle span {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.proteindrink .about__subtitle span:before, .proteindrink .about__subtitle span:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fff;
}
.proteindrink .about__subtitle span:before {
  left: 0;
}
.proteindrink .about__subtitle span:after {
  right: 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .about .bl_btn {
    max-width: 300px;
  }
}
.proteindrink .lineup {
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup {
    padding: 150px 0;
  }
}
.proteindrink .lineup__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.proteindrink .lineup__title {
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup__title {
    margin-bottom: 80px;
  }
}
.proteindrink .lineup__title__img {
  width: 100%;
  max-width: 48.13vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup__title__img {
    width: 35vw;
    max-width: 448px;
  }
}
.proteindrink .lineup__lead {
  text-align: center;
  font-weight: bold;
  font-size: 4.06vw;
  margin-bottom: 7.81vw;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup__lead {
    font-size: 26px;
    margin-bottom: 80px;
  }
}
.proteindrink .lineup__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  line-height: 1;
  color: #000;
  text-align: center;
  position: relative;
  font-size: 4.69vw;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup__subtitle {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
.proteindrink .lineup__subtitle__inner {
  display: inline-block;
  background: #fff;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
          clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  padding: 5px 30px;
}
.proteindrink .lineup__num {
  line-height: 1;
  color: #000;
  font-size: 6.88vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup__num {
    font-size: 54px;
  }
}
.proteindrink .lineup .list {
  display: grid;
  justify-content: center;
  grid-template-columns: 42.97vw 42.97vw;
  gap: 9.38vw 4.69vw;
  margin-bottom: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list {
    grid-template-columns: 320px 320px;
    gap: 80px 100px;
    margin-bottom: 80px;
  }
}
.proteindrink .lineup .list__img {
  max-width: 15.63vw;
  margin-inline: auto;
  margin-bottom: 4.69vw;
  transition: 0.3s all;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list__img {
    max-width: 170px;
    margin-inline: auto;
    margin-bottom: 30px;
  }
}
.proteindrink .lineup .list__item {
  position: relative;
}
.proteindrink .lineup .list__btn {
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 2.19vw 6.25vw 2.19vw 3.13vw;
  min-height: 8.75vw;
  font-size: 2.5vw;
  font-weight: bold;
  width: 46.88vw;
  margin-inline: auto;
}
@media only screen and (min-width: 640px) {
  .proteindrink .lineup .list__btn {
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list__btn {
    font-size: 16px;
    padding: 14px 20px;
    min-height: 56px;
    width: auto;
    margin-inline: inherit;
  }
}
.proteindrink .lineup .list__btn::after {
  display: block;
  content: "";
  background: url(../img/glass.svg) center center no-repeat;
  background-size: cover;
  width: 3.44vw;
  height: 3.44vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.34vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list__btn::after {
    background: url(../img/glass.svg) center center no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    right: 15px;
  }
}
.proteindrink .lineup .list__link {
  display: block;
  cursor: pointer;
  transition: 0.3s all;
}
.proteindrink .lineup .list__link:hover .list__btn {
  background: #333;
}
.proteindrink .lineup .list__link:hover .list__img {
  transform: scale(1.1, 1.1);
  transition: 0.3s all;
}
.proteindrink .lineup .list .list__btn {
  width: 100%;
}
.proteindrink .lineup .list__label {
  position: absolute;
  top: -6.25vw;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list__label {
    top: -40px;
  }
}
.proteindrink .lineup .list__label img {
  width: 100%;
  max-width: 15.63vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .lineup .list__label img {
    max-width: 92px;
  }
}
.proteindrink .place {
  background: url(../img/drink_bg01.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place {
    padding: 140px 0;
  }
}
.proteindrink .place__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.proteindrink .place__title {
  max-width: 1280px;
  margin-inline: auto;
  margin-bottom: 12.5vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__title {
    margin-bottom: 60px;
  }
}
.proteindrink .place__title__img {
  width: 100%;
  max-width: 86.72vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__title__img {
    width: 64.22vw;
    max-width: 822px;
  }
}
.proteindrink .place__contents {
  display: flex;
  margin-inline: auto;
  justify-content: center;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__contents {
    margin-bottom: 50px;
  }
}
.proteindrink .place__contents--right {
  flex-direction: row-reverse;
  margin-bottom: 0;
}
.proteindrink .place__img {
  width: 81.25vw;
  height: 50vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__img {
    width: 76.56vw;
    height: 37.5vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .place__img {
    width: 100%;
    height: 450px;
  }
  .proteindrink .place__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 450px;
  }
}
.proteindrink .place__text {
  width: calc(100% - 81.25vw);
  padding-right: 18.75vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__text {
    width: calc(100% - 76.56vw);
    padding-right: 23.44vw;
  }
}
.proteindrink .place__text__title {
  font-weight: bold;
  position: absolute;
  line-height: 1.5;
  font-size: 5.31vw;
  bottom: 7.81vw;
  left: -28.13vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__text__title {
    font-size: 3.44vw;
    bottom: 5.47vw;
    left: -20.7vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .place__text__title {
    font-size: 44px;
    bottom: 60px;
    left: -265px;
  }
}
.proteindrink .place__text__title span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  padding: 0 0.78vw;
}
.proteindrink .place__text--right {
  padding-right: 0;
  padding-left: 18.75vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__text--right {
    padding-left: 23.44vw;
  }
}
.proteindrink .place__text--right .place__text__title {
  font-weight: bold;
  position: absolute;
  line-height: 1.5;
  left: auto;
  font-size: 5.31vw;
  bottom: 7.81vw;
  right: -33.28vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .place__text--right .place__text__title {
    font-size: 3.44vw;
    bottom: 5.47vw;
    right: -24.45vw;
  }
}
@media only screen and (min-width: 992px) {
  .proteindrink .place__text--right .place__text__title {
    font-size: 44px;
    bottom: 60px;
    right: -313px;
  }
}
.proteindrink .place__text--right .place__text__title span {
  display: inline-block;
  background: rgba(0, 0, 0, 0.85);
  padding: 0 0.78vw;
}
.proteindrink .gallery {
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery {
    padding: 150px 0;
  }
}
.proteindrink .gallery__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.proteindrink .gallery__title {
  max-width: 980px;
  margin-inline: auto;
  margin-bottom: 9.38vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery__title {
    margin-bottom: 80px;
  }
}
.proteindrink .gallery__title__img {
  width: 100%;
  max-width: 38.75vw;
  margin-inline: auto;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery__title__img {
    width: 28.13vw;
    max-width: 360px;
  }
}
.proteindrink .gallery__subtitle {
  position: relative;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  font-size: 20px;
  padding-bottom: 20px;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery__subtitle {
    line-height: 1;
    font-size: 28px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
}
.proteindrink .gallery__subtitle::before {
  position: absolute;
  border-bottom: 1px solid #fff;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  content: "";
}
.proteindrink .gallery__video {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  margin-bottom: 7.81vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery__video {
    margin-bottom: 80px;
  }
}
.proteindrink .gallery__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.proteindrink .gallery .sns {
  display: grid;
  grid-template-columns: 40px 40px;
  justify-content: center;
  align-items: center;
  gap: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .gallery .sns {
    gap: 50px;
    grid-template-columns: 64px 64px;
  }
}
.proteindrink .contact {
  background: url(../img/drink_bg02.jpg) center center no-repeat;
  background-size: cover;
  padding: 15.63vw 0;
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact {
    padding: 150px 0;
  }
}
.proteindrink .contact__inner {
  width: 90%;
  max-width: 980px;
  margin-inline: auto;
}
.proteindrink .contact__title {
  margin-inline: auto;
  max-width: 40.63vw;
  margin-bottom: 4.69vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__title {
    max-width: 260px;
    margin-bottom: 30px;
  }
}
.proteindrink .contact__btn {
  width: 56.25vw;
  margin-inline: auto;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .proteindrink .contact__btn {
    max-width: 45.31vw;
  }
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__btn {
    max-width: 300px;
    margin-bottom: 50px;
  }
}
.proteindrink .contact__btn__link {
  width: 100%;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  font-weight: bold;
  padding: 3.44vw 3.75vw;
  min-height: 8.75vw;
  font-size: 2.81vw;
}
@media only screen and (min-width: 640px) {
  .proteindrink .contact__btn__link {
    padding: 3.75vw 3.75vw;
    font-size: 2.5vw;
  }
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__btn__link {
    font-size: 16px;
    padding: 20px;
    min-height: 56px;
  }
}
.proteindrink .contact__btn__link::after {
  content: "";
  display: block;
  width: 1.56vw;
  height: 1.56vw;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__btn__link::after {
    width: 10px;
    height: 10px;
  }
}
.proteindrink .contact__btn__link:hover {
  transition: 0.3s;
  background: #333;
}
.proteindrink .contact__picture {
  max-width: 870px;
  margin-inline: auto;
  margin-top: -6.25vw;
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__picture {
    margin-top: 0;
  }
}
.proteindrink .contact__note {
  font-size: 2.19vw;
  line-height: 1.4;
  margin-top: 6.25vw;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .proteindrink .contact__note {
    font-size: 14px;
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */