/*
* savas-milk.css
*
*/
/* ------------------------
  utilities Classes
------------------------ */
/* copy Guard ------- */
.u-copyGuard {
  position: relative;
}
.u-copyGuard:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print {
  .u-copyGuard {
    display: none;
  }
}

.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) and (max-width: 1399.98px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1400px) and (max-width: 1599.98px) {
  .u-hidden-xlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1600px) and (max-width: 1278.98px) {
  .u-hidden-xxlg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1279px) and (max-width: 1279.98px) {
  .u-hidden-1279 {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1280px) {
  .u-hidden-1280 {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 767.98px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg-up {
    display: none !important;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* --------------------------------
   common
-------------------------------- */
.content_container {
  padding-top: 0;
}
.content_container p,
.content_container h1,
.content_container h2,
.content_container h3,
.content_container h4,
.content_container h5,
.content_container h6,
.content_container a,
.content_container li,
.content_container caption,
.content_container td,
.content_container th,
.content_container dt,
.content_container dd,
.content_container input,
.content_container textarea,
.content_container select,
.content_container address,
.content_container button {
  font-family: "Roboto Condensed", "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
}
.content_container .txt_bold {
  font-weight: bold;
}
@media (min-width: 1024px) {
  .content_container.is-IE .mv_video_inner {
    height: auto; 
    min-height: 54.86111vw;
  }
}
@media (min-width: 768px) {
  .content_container.is-IE .movie_txt_tag {
    padding: 2px 11px 3px;
  }
}

.section_ttl_wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  .section_ttl_wrapper:not(:has(.section_ttl_sub)) {
    margin-top: 20px;
  }
  .section_ttl_wrapper:not(:has(.section_ttl_sub)) .section_ttl_img {
    top: -39px;
  }
}

.section_ttl {
  text-align: center;
}

.section_ttl_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .section_ttl_img {
    top: -10px;
  }
}

.section_ttl_sub {
  display: block;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .section_ttl_sub {
    font-size: 1.5rem;
  }
}
.section_ttl_sub .ttl_sub_en {
  letter-spacing: 0.03em; 
  font-size: 0.9375rem;
}

.section_ttl_main {
  display: block;
  position: relative;
  margin-top: 3px;
  letter-spacing: 0.02em;
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .section_ttl_main {
    margin-top: 6px;
    font-size: 2.5rem;
  }
}
.section_ttl_main:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -22px;
  left: -2px;
  margin: auto;
  width: 28px;
  height: 3px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .section_ttl_main:after {
    bottom: -33px;
    width: 56px;
    height: 6px;
  }
}

.link-opacity {
  display: block; 
  -webkit-transition: opacity 0.35s; 
  transition: opacity 0.35s;
}
.link-opacity:hover {
  opacity: 0.6;
}

/* --------------------------------
   mv
-------------------------------- */
.mv_wrapper {
  position: relative;
}

.hero_img img {
  width: 100%;
}

.mv_ttl {
  position: absolute;
  top: 9.6vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 52.53333vw;
}
@media (min-width: 1024px) {
  .mv_ttl {
    top: 5.72vw;
    right: -0.277vw; 
    width: 26.6vw;
  }
}

.hero_swiper-controller {
  display: -ms-grid;
  display: grid;
  margin-top: 2.66667vw;
  padding: 0 2.66667vw;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 38px auto 38px;
      grid-template-columns: 38px auto 38px;
  -ms-grid-rows: 38px;
      grid-template-rows: 38px;
  gap: 0 4.93333vw;
}
@media (min-width: 768px) {
  .hero_swiper-controller {
    margin-top: 20px;
    padding: 0;

    gap: 0 40px;
  }
}

.hero_swiper-button_wrapper {
  border-radius: 50%;
}

.hero_swiper-button-next,
.hero_swiper-button-prev {
  position: relative;
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer; 
  -webkit-transition: all 0.35s; 
  transition: all 0.35s;
  background-color: #fff;
  pointer-events: all;
}
.hero_swiper-button-next::before,
.hero_swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0.66667vw solid;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .hero_swiper-button-next::before,
  .hero_swiper-button-prev::before {
    border: 2px solid; 
    width: 8px;
    height: 8px;
  }
}
.hero_swiper-button-next:hover,
.hero_swiper-button-prev:hover {
  border-color: #000; 
  background-color: #000;
}
.hero_swiper-button-next:hover::before,
.hero_swiper-button-prev:hover::before {
  border-color: #fff #fff transparent transparent;
}

.hero_swiper-button-next::before {
  left: -1.06667vw;
  border-color: #565656 #565656 transparent transparent;
}
@media (min-width: 768px) {
  .hero_swiper-button-next::before {
    left: -4px;
  }
}

.hero_swiper-button-next:hover::before {
  border-color: #fff #fff transparent transparent;
}

.hero_swiper-button-prev::before {
  right: -1.06667vw;
  border-color: transparent transparent #565656 #565656;
}
@media (min-width: 768px) {
  .hero_swiper-button-prev::before {
    right: -4px;
  }
}

.hero_swiper-button-prev:hover::before {
  border-color: transparent transparent #fff #fff;
}

.hero_swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 15px;
}
@media (min-width: 768px) {
  .hero_swiper-pagination {
    grid-area: 8px 20px;
  }
}
.hero_swiper-pagination::after {
  content: none;
}
.hero_swiper-pagination .swiper-pagination-bullet {
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
  outline: none;
  width: 10px;
  height: 10px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; 
  background-color: #f0f0f0;

  -ms-flex-negative: 0;

      flex-shrink: 0;
}
.hero_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transition: background-color 0.26s;
  transition: background-color 0.26s; 
  background-color: #000;
}

/* --------------------------------
   web cm
-------------------------------- */
.lead {
  overflow: hidden; 
  padding: 54px 20px 50px;
}
@media (min-width: 1024px) {
  .lead {
    padding: 123px 20px 100px;
  }
}
.lead .section_ttl_img {
  top: -16px; 
  width: 213px;
}
@media (min-width: 1024px) {
  .lead .section_ttl_img {
    top: -19px; 
    width: 427px;
  }
}
.lead._bottom {
  background-color: #f6f6f6;
}

.lead_block {
  position: relative;
  margin: 56px auto 0; 
  max-width: 335px;
}
@media (min-width: 768px) {
  .lead_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 84px auto 0;
    max-width: 1237px;

    -ms-flex-wrap: wrap;

        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
}

.milk_lead {
  overflow: hidden;
  position: relative;
  border: none;
  width: 100%;
  max-width: 373px;
  height: auto; 
  background: transparent;
}
@media (min-width: 768px) {
  .milk_lead {
    cursor: pointer;
  }
}
@media (min-width: 1024px) {
  .milk_lead:nth-child(1) {
    margin-left: 40px;
  }
}
@media (min-width: 1024px) {
  .milk_lead:nth-child(n + 3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 1024px) {
  .milk_lead::after {
    content: "";
    width: 100%;
  }
}
.milk_lead::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
}
.milk_lead:hover .movie_play {
  background: rgba(255, 255, 255, 0.8);
}
.milk_lead:hover .movie_play::after {
  border-color: transparent transparent transparent #000;
}
.milk_lead + .milk_lead {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .milk_lead + .milk_lead {
    margin-top: 0;
  }
}

.milk_lead_inner {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer; 
  background: transparent;
}
.milk_lead_inner img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.milk_lead_inner.is-touched img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.milk_lead_inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 2px, transparent 4px);
}

.movie_play {
  display: block;
  overflow: hidden;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s; 
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
.is-touched .movie_play {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .movie_play {
    width: 86px;
    height: 86px;
  }
  .movie_listItem_thumb_btn:hover .movie_play {
    background: rgba(255, 255, 255, 0.8);
  }
}
.movie_play:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  border-width: 8px 0 8px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  -webkit-transition: border 0.53s;
  transition: border 0.53s;
}
.is-touched .movie_play:after {
  border-color: transparent transparent transparent #000;
}
@media (min-width: 1024px) {
  .movie_play:after {
    border-width: 11px 0 11px 24px;
  }
  .movie_listItem_thumb_btn:hover .movie_play:after {
    border-color: transparent transparent transparent #000;
  }
}

.lead_block_ttl {
  margin-top: 12px;
  text-align: center; 
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .lead_block_ttl {
    margin-top: 15px;
    text-align: left; 
    letter-spacing: 0.02em;
    font-size: 1.125rem;
    line-height: 1.125;
  }
}

/* --------------------------------
   reason
-------------------------------- */
.reason {
  padding: 75px 0 60px;
  background-image: url(/dairies/milk_drink/savas-milk/img/reason_img_bg.webp);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 28.3%;
}
@media (min-width: 1024px) {
  .reason {
    padding: 115px 0 124px;
    background-size: 100% 37.2%;
  }
}
.reason .section_ttl_img {
  margin-top: -12px;
  width: 194px;
}
@media (min-width: 1024px) {
  .reason .section_ttl_img {
    margin: -5px auto 0;
    width: 23.26389vw;
    max-width: 335px;
  }
}

.reason_img {
  position: relative;
  margin-top: 58px;
}
@media (min-width: 1024px) {
  .reason_img {
    margin-top: 297px;
  }
}

.reason_img_emblem {
  margin: 0 auto;
  width: 112px;
}
@media (min-width: 1024px) {
  .reason_img_emblem {
    display: none;
  }
}

.reason_img_pkg {
  margin-top: 10px; 
  text-align: center;
}
@media (min-width: 1024px) {
  .reason_img_pkg {
    margin: -222px auto 0;
    max-width: 1151px;
  }
}

.reason_img_caution {
  margin-top: 7px;
  text-align: center; 
  font-size: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .reason_img_caution {
    display: none;
  }
}

.reason_list {
  margin-top: 48px;
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .reason_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 48px auto 0;
    padding: 0 20px;
    max-width: 1320px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

.reason_list_item {
  position: relative;
  height: 295px;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
@media (min-width: 1024px) {
  .reason_list_item {
    height: 410px;
  }
  .reason_list_item:nth-child(1),
  .reason_list_item:nth-child(4) {
    width: calc(100% - 433px);
    background-size: 848px 100%;
  }
  .reason_list_item:nth-child(2),
  .reason_list_item:nth-child(3) {
    width: 433px;
  }
}
.reason_list_item:nth-child(1) {
  background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img01.webp?20250408);
}
@media (min-width: 1024px) {
  .reason_list_item:nth-child(1) {
    background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img01_lg.webp?20250408);
    background-position: center right 30%;
  }
}
.reason_list_item:nth-child(1) .reason_list_txt,
.reason_list_item:nth-child(1) .reason_list_txt_cation,
.reason_list_item:nth-child(1) .point_txt,
.reason_list_item:nth-child(1) .point_num {
  color: #fff;
}
.reason_list_item:nth-child(1) .reason_list_txt:after,
.reason_list_item:nth-child(1) .reason_list_txt_cation:after,
.reason_list_item:nth-child(1) .point_txt:after,
.reason_list_item:nth-child(1) .point_num:after {
  background-color: #fff;
}
.reason_list_item:nth-child(2) {
  background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img02.webp);
}
@media (min-width: 1024px) {
  .reason_list_item:nth-child(2) {
    background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img02_lg.webp);
  }
}
.reason_list_item:nth-child(3) {
  background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img03.webp?20230424);
}
@media (min-width: 1024px) {
  .reason_list_item:nth-child(3) {
    background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img03_lg.webp?20230424);
  }
}
.reason_list_item:nth-child(3) .reason_list_txt,
.reason_list_item:nth-child(3) .point_txt,
.reason_list_item:nth-child(3) .point_num {
  color: #fff;
}
.reason_list_item:nth-child(3) .reason_list_txt:after,
.reason_list_item:nth-child(3) .point_txt:after,
.reason_list_item:nth-child(3) .point_num:after {
  background-color: #fff;
}
.reason_list_item:nth-child(4) {
  background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img04.webp?20250909);
}
@media (min-width: 1024px) {
  .reason_list_item:nth-child(4) {
    background-image: url(/dairies/milk_drink/savas-milk/img/reason_list_img04_bg.webp);
  }
}

.reason_list_point {
  position: absolute;
  top: 28px;
  left: 25px;
}
@media (min-width: 1024px) {
  .reason_list_point {
    top: 46px;
    left: 48px;
  }
}

.point_txt {
  display: block;
  letter-spacing: 0.03em; 
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .point_txt {
    font-size: 0.875rem;
  }
}

.point_num {
  display: inline-block;
  position: relative;
  margin: 1px 0 0 -1px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .point_num {
    font-size: 3rem;
  }
}
.point_num:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: -10px;
  margin: auto;
  width: 20px;
  height: 2px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .point_num:after {
    bottom: -13px;
    left: -16px;
    width: 28px;
    height: 3px;
  }
}

.reason_list_txt_wrapper {
  position: absolute;
  bottom: 27px;
  left: 24px;
}
@media (min-width: 1024px) {
  .reason_list_txt_wrapper {
    bottom: 39px;
    left: 48px;
  }
}

.reason_list_txt {
  letter-spacing: 0.03em; 
  font-size: 0.8125rem;
}
@media (min-width: 1024px) {
  .reason_list_txt {
    font-size: 1.125rem;
  }
}
.reason_list_txt .txt_bold {
  letter-spacing: 0.01em;
  font-size: 1.1875rem;
  font-weight: bold; 
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .reason_list_txt .txt_bold {
    display: inline-block; 
    margin-top: 6px;
    margin-left: -5px;
    font-size: 1.75rem;
  }
  .reason_list_txt .txt_bold span {
    font-size: 2.125rem;
  }
  .reason_list_txt .txt_bold sup {
    font-size: 1rem;
  }
}
.reason_list_txt .txt_key {
  display: inline-block;
  margin: 5px 0;
  padding: 0 8px 2px;
  background-color: #000;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .reason_list_txt .txt_key {
    margin: 6px 0 10px;
    padding: 0px 10px 2px;
    font-size: 1.625rem;
  }
}
.reason_list_txt .txt_sm {
  letter-spacing: 0.01em; 
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .reason_list_txt .txt_sm {
    font-size: 0.9375rem;
  }
}

.reason_list_txt_cation {
  margin-top: 10px;
  padding-left: 1em;
  text-indent: -1em; 
  letter-spacing: 0.03em;
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .reason_list_txt_cation {
    margin-top: 18px;
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.reason_list_img {
  overflow: hidden; 
  position: relative;
  padding: 20px;
  width: 100%;
  height: 100%;
}
.reason_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1023.98px) {
  .reason_list_img {
    display: none;
  }
}

.more_btn {
  width: 110px;
  height: 30px;
}
@media (min-width: 1024px) {
  .more_btn {
    width: 116px;
    height: 34px;
  }
}
.more_btn button {
  display: block;
  position: relative;
  padding: 2px;
  border: none;
  border-radius: 30px; 
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #000;
}
@media (min-width: 1024px) {
  .more_btn button {
    padding: 3px;
  }
}
.more_btn button::before,
.more_btn button::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  -webkit-transition: background-color 0.45s;
  transition: background-color 0.45s; 
  background-color: #000;
}
.more_btn button:before {
  z-index: 2;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.more_btn button:hover::before,
.more_btn button:hover::after {
  background-color: #fff;
}
.more_btn button:hover span {
  color: #fff;
}
.more_btn button:hover span::before {
  -webkit-transform: skewX(35deg) scaleX(0);
      -ms-transform: skewX(35deg) scaleX(0);
          transform: skewX(35deg) scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}
.more_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 26px; 
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .more_btn span {
    font-size: 0.9375rem;
  }
}
.more_btn span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: skewX(35deg);
      -ms-transform: skewX(35deg);
          transform: skewX(35deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background: #fff;
}
.more_btn.reason_btn {
  margin: 20px 0;
}
@media (max-width: 1399.98px) {
  .more_btn.reason_btn {
    margin: 16px 0 12px;
    width: 114px;
    height: 30px;
  }
  .more_btn.reason_btn button {
    border-radius: 26px;
  }
  .more_btn.reason_btn button:before,
  .more_btn.reason_btn button:after {
    right: 10px;
    width: 11px;
    height: 2px;
  }
  .more_btn.reason_btn button span {
    border-radius: 23px;
    font-size: 1rem;
  }
}

/* --------------------------------
   lineup
-------------------------------- */
.lineup {
  padding: 56px 0 60px;
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .lineup {
    padding: 100px 0;
  }
}
.lineup .section_ttl_img {
  width: 254px;
}
@media (min-width: 1024px) {
  .lineup .section_ttl_img {
    width: 480px;
  }
}

.lineup_list {
  margin-top: 58px;
}
@media (min-width: 1024px) {
  .lineup_list {
    margin: 97px auto 0;
    max-width: 1536px;
  }
}
@media (min-width: 1024px) {
  .lineup_list .js-bgImage02 img {
    display: none;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 638px;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_list_img,
  .lineup_list_item-03 .lineup_list_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lineup_list_item-01 .lineup_list_products,
  .lineup_list_item-03 .lineup_list_products {
    padding: 68px 0; 

    -webkit-box-ordinal-group: 2; 

        -ms-flex-order: 1; 

            order: 1;
  }
}

.lineup_list_item-01 .lineup_products_item,
.lineup_list_item-02 .lineup_products_item {
  width: 281px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item,
  .lineup_list_item-02 .lineup_products_item {
    width: 220px;
  }
}
.lineup_list_item-01 .lineup_products_item .products_item_img,
.lineup_list_item-02 .lineup_products_item .products_item_img {
  position: relative;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(1) .products_item_img,
  .lineup_list_item-02 .lineup_products_item:nth-child(1) .products_item_img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(1) .products_item_img,
  .lineup_list_item-02 .lineup_products_item:nth-child(1) .products_item_img {
    margin-top: 21px;
  }
}
.lineup_list_item-01 .lineup_products_item:nth-child(2),
.lineup_list_item-02 .lineup_products_item:nth-child(2) {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(2),
  .lineup_list_item-02 .lineup_products_item:nth-child(2) {
    margin-left: 4px;
  }
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_img,
  .lineup_list_item-02 .lineup_products_item:nth-child(2) .products_item_img {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_img,
  .lineup_list_item-02 .lineup_products_item:nth-child(2) .products_item_img {
    margin-top: 21px;
  }
}
.lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_icon_new,
.lineup_list_item-02 .lineup_products_item:nth-child(2) .products_item_icon_new {
  position: absolute;
  top: -9px;
  right: 29px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_icon_new,
  .lineup_list_item-02 .lineup_products_item:nth-child(2) .products_item_icon_new {
    top: 5px;
    right: 47px;
    margin: auto;
    width: 54px;
    height: 54px;
  }
}

.lineup_list_item-01 .more_btn,
.lineup_list_item-02 .more_btn {
  width: 79px;
  height: 30px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .more_btn,
  .lineup_list_item-02 .more_btn {
    width: 106px;
    height: 34px;
  }
}
.lineup_list_item-01 .more_btn button::before,
.lineup_list_item-01 .more_btn button::after,
.lineup_list_item-02 .more_btn button::before,
.lineup_list_item-02 .more_btn button::after {
  right: 9px;
  width: 10px;
}
@media (min-width: 768px) {
  .lineup_list_item-01 .more_btn button::before,
  .lineup_list_item-01 .more_btn button::after,
  .lineup_list_item-02 .more_btn button::before,
  .lineup_list_item-02 .more_btn button::after {
    width: 12px;
  }
}
.lineup_list_item-01 .more_btn span,
.lineup_list_item-02 .more_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 26px; 
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .more_btn span,
  .lineup_list_item-02 .more_btn span {
    font-size: 0.9375rem;
  }
}
.lineup_list_item-01 .more_btn span::before,
.lineup_list_item-02 .more_btn span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: skewX(35deg);
      -ms-transform: skewX(35deg);
          transform: skewX(35deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background: #fff;
}
.lineup_list_item-01 .more_btn.reason_btn,
.lineup_list_item-02 .more_btn.reason_btn {
  margin: 20px 0;
}
@media (max-width: 1399.98px) {
  .lineup_list_item-01 .more_btn.reason_btn,
  .lineup_list_item-02 .more_btn.reason_btn {
    margin: 16px 0 12px;
    width: 114px;
    height: 30px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button,
  .lineup_list_item-02 .more_btn.reason_btn button {
    border-radius: 26px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button:before,
  .lineup_list_item-01 .more_btn.reason_btn button:after,
  .lineup_list_item-02 .more_btn.reason_btn button:before,
  .lineup_list_item-02 .more_btn.reason_btn button:after {
    right: 10px;
    width: 11px;
    height: 2px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button span,
  .lineup_list_item-02 .more_btn.reason_btn button span {
    border-radius: 23px;
    font-size: 1rem;
  }
}

.lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_icon_new {
  top: -3px;
  right: 10px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .lineup_products_item:nth-child(2) .products_item_icon_new {
    top: 9px; 
    right: 19px;
  }
}

.lineup_list_item-01 .more_btn {
  width: 79px;
  height: 30px;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .more_btn {
    width: 106px;
    height: 34px;
  }
}
.lineup_list_item-01 .more_btn button::before,
.lineup_list_item-01 .more_btn button::after {
  right: 9px;
  width: 10px;
}
@media (min-width: 768px) {
  .lineup_list_item-01 .more_btn button::before,
  .lineup_list_item-01 .more_btn button::after {
    width: 12px;
  }
}
.lineup_list_item-01 .more_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 26px; 
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  color: #000;
  font-size: 0.75rem;
  font-weight: bold;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .lineup_list_item-01 .more_btn span {
    font-size: 0.9375rem;
  }
}
.lineup_list_item-01 .more_btn span::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -5%;
  width: 110%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: skewX(35deg);
      -ms-transform: skewX(35deg);
          transform: skewX(35deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  background: #fff;
}
.lineup_list_item-01 .more_btn.reason_btn {
  margin: 20px 0;
}
@media (max-width: 1399.98px) {
  .lineup_list_item-01 .more_btn.reason_btn {
    margin: 16px 0 12px;
    width: 114px;
    height: 30px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button {
    border-radius: 26px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button:before,
  .lineup_list_item-01 .more_btn.reason_btn button:after {
    right: 10px;
    width: 11px;
    height: 2px;
  }
  .lineup_list_item-01 .more_btn.reason_btn button span {
    border-radius: 23px;
    font-size: 1rem;
  }
}

.lineup_list_item-02 .lineup_products_item {
  width: 100%;
  background-image: url(/dairies/milk_drink/savas-milk/img/products_item_img_bg_lg.webp);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
.lineup_list_item-02 .lineup_products_item:nth-child(1) .products_item_icon_new {
  position: absolute;
  top: -9px;
  right: 29px;
}
@media (min-width: 1024px) {
  .lineup_list_item-02 .lineup_products_item:nth-child(1) .products_item_icon_new {
    top: 5px;
    right: 47px;
    margin: auto;
    width: 54px;
    height: 54px;
  }
}

.lineup_list_item-02 .products_item_icon_new {
  top: -6px;
  right: 9px;
}
@media (min-width: 1024px) {
  .lineup_list_item-02 .products_item_icon_new {
    right: -2px;
    margin: auto;
    width: 64px;
    height: 64px;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item-02 .lineup_list_img {
    background-position: center left 80%;
  }
}

@media (min-width: 1440px) {
  .lineup_list_item-02 .lineup_list_img {
    background-position: center;
  }
}

.lineup_list_item-03 .lineup_list_products {
  padding: 64px 5.83%;
}

.lineup_list_item-03 .lineup_products_item {
  width: 100%;
  background-image: url(/dairies/milk_drink/savas-milk/img/products_item_img_bg_lg.webp);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
@media (min-width: 1024px) {
  .lineup_list_item-03 .lineup_products_item .products_item_txt {
    margin-top: 12px;
  }
}
.lineup_list_item-03 .lineup_products_item .products_item_img {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lineup_list_item-03 .lineup_products_item .products_item_img img {
  width: 130px;
}
@media (min-width: 1024px) {
  .lineup_list_item-03 .lineup_products_item .products_item_img img {
    width: 218px;
  }
}

.lineup_list_item-03 .products_item_txt {
  margin-top: 6px;
}

.lineup_list_item-03 .products_item_icon_new {
  top: -6px;
  right: -42px;
  left: 0;
  margin: auto;
}
@media (min-width: 1024px) {
  .lineup_list_item-03 .products_item_icon_new {
    top: -10px;
    right: -80px;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item-03 .lineup_list_img {
    background-position: center right 34%;
  }
}

@media (min-width: 1440px) {
  .lineup_list_item-03 .lineup_list_img {
    background-position: center 80%;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item-04 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.lineup_list_item-04 .lineup_list_products {
  padding: 32px 0 22px;
}
@media (min-width: 1024px) {
  .lineup_list_item-04 .lineup_list_products {
    padding: 73px 5.83%;
  }
}

.lineup_list_item-04 .lineup_products_img {
  margin-top: 24px;
  margin-bottom: 23px;
}
@media (min-width: 1024px) {
  .lineup_list_item-04 .lineup_products_img {
    margin-top: 33px;
    margin-bottom: 0;
  }
}

.lineup_list_item-04 .lineup_products_item {
  width: 100%;
  background-image: url(/dairies/milk_drink/savas-milk/img/products_item_img_bg_lg.webp);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
.lineup_list_item-04 .lineup_products_item:nth-child(1) .products_item_img {
  margin: 10px auto -15px;
}
@media (min-width: 1024px) {
  .lineup_list_item-04 .lineup_products_item:nth-child(1) .products_item_img {
    margin: -8px auto -5px; 
    width: 100%;
    max-width: 444px;
    min-height: 190px;
  }
  .lineup_list_item-04 .lineup_products_item:nth-child(1) .products_item_img img {
    top: 40px;
    right: 0px;
    bottom: 0; 
    left: 0px;
  }
}

.lineup_list_item-04 .products_item_icon_new {
  top: 21px;
  left: 58px;
}
@media (min-width: 1024px) {
  .lineup_list_item-04 .products_item_icon_new {
    top: 4.30769vw;
    left: 6.61538vw;
  }
}
@media (min-width: 1300px) {
  .lineup_list_item-04 .products_item_icon_new {
    top: 56px;
    left: 86px;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item-04 .lineup_list_img {
    background-position: center left 80%;
  }
}

@media (min-width: 1440px) {
  .lineup_list_item-04 .lineup_list_img {
    background-position: center;
  }
}

.lineup_list_item-04 .products_item_btn {
  margin-top: 22px;
}

.lineup_list_img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media (min-width: 1024px) {
  .lineup_list_img {
    width: 57.63889%; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .lineup_list_img img {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .lineup_list_img {
    width: calc(100% - 610px);
  }
}

.lineup_list_products {
  position: relative;
  padding: 35px 0 50px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .lineup_list_products {
    padding: 68px 5.83%;
    width: 42.36111%;
    max-width: 610px;
  }
}

.lineup_products_ttl {
  text-align: center;
}

.lineup_products_ttl_main {
  display: block;
  font-size: 1.6875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .lineup_products_ttl_main {
    font-size: 2.625rem;
  }
}
.lineup_products_ttl_main .w_ttl_ja {
  font-size: 0.95em;
}

.w_amp {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .w_amp {
    font-size: 0.9em;
  }
}

.lineup_products_ttl_sub {
  letter-spacing: -0.02em; 
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .lineup_products_ttl_sub {
    font-size: 1.25rem;
  }
}

.lineup_products_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px auto 0;
  max-width: 286px; 

  -webkit-box-pack: justify; 

      -ms-flex-pack: justify; 

          justify-content: space-between;
}
@media (min-width: 1024px) {
  .lineup_products_img {
    margin-top: 36px;
    max-width: 444px;
  }
}

.lineup_products_item {
  padding: 21px 0 25px;
  width: calc((100% - 4px) / 2);
  background-image: url(/dairies/milk_drink/savas-milk/img/products_item_img_bg.webp);
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
@media (min-width: 1024px) {
  .lineup_products_item {
    padding: 39px 0;
  }
}
.lineup_products_item:nth-child(even) {
  margin-left: 4px;
}

.products_item_txt {
  text-align: center; 
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_item_txt {
    font-size: 1rem;
    line-height: 1.4;
  }
}

.products_item_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin: 18px auto 17px;
  min-height: 101px; 

  -webkit-box-align: end; 

      -ms-flex-align: end; 

          align-items: flex-end;
}
@media (min-width: 1024px) {
  .products_item_img {
    margin: 23px auto 22px;
    min-height: 170px;
  }
}
.products_item_img img {
  position: relative;
  z-index: 1;
  width: 100%;
}
@media (min-width: 1024px) {
  .products_item_img img {
    position: absolute;
    right: -100%;
    left: -100%;
    margin: auto;
    max-width: none;
  }
}

.products_item_icon_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  border-radius: 50px; 
  width: 38px;
  height: 38px;
  background: linear-gradient(135deg, #f6d8b3 0%, #b85c27 100%);

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .products_item_icon_new {
    width: 64px;
    height: 64px;
    font-size: 1rem;
  }
}
.products_item_icon_new span {
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_item_icon_new span {
    font-size: 1rem;
  }
}

.products_item_btn {
  margin: 0 auto;
}

.lineup_list_bnr {
  position: relative;
  margin: 20px auto 0;
  width: 218px;
}
@media (min-width: 1024px) {
  .lineup_list_bnr {
    position: absolute;
    right: -100%;
    bottom: 64px;
    left: -100%;
    margin: auto;
    width: 340px;
  }
}

/* --------------------------------
   scene
-------------------------------- */
.scene {
  overflow: hidden; 
  padding: 54px 20px 17px;
}
@media (min-width: 1024px) {
  .scene {
    padding: 128px 25px 92px;
  }
}
.scene .section_ttl_img {
  width: 213px;
}
@media (min-width: 1024px) {
  .scene .section_ttl_img {
    width: 405px;
  }
}

.scene_list_lg {
  margin: 0;
  margin-top: 58px; 
  padding: 0;
}
@media (min-width: 1024px) {
  .scene_list_lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    margin: 115px auto 0;
    max-width: 1140px;
  }
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item {
    width: calc(50% - 40px);
  }
}
.scene_list_lg .scene_list_item + .scene_list_item {
  margin-top: 113px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item + .scene_list_item {
    margin-top: 60px;
    margin-left: 80px;
  }
  .scene_list_lg .scene_list_item + .scene_list_item .scene_list_desc {
    margin-left: 4px;
  }
}
.scene_list_lg .scene_list_item:first-child::before {
  top: auto;
  right: auto;
  bottom: -33px;
  left: -25px;
  width: 291px;
  height: 395px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:first-child::before {
    bottom: 27px;
    left: -62px;
    width: 510px;
    height: 489px;
  }
}
.scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(1) {
  top: -25px;
  right: 32px; 
  width: 36px;
  height: 41px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(1) {
    top: -44px;
    right: 46px;
    width: 72px;
    height: 79px;
  }
}
.scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(2) {
  top: 51px;
  right: -11px; 
  width: 19px;
  height: 20px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(2) {
    top: 79px;
    right: -21px;
    width: 35px;
    height: 40px;
  }
}
.scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(3) {
  bottom: -48px;
  left: 125px; 
  width: 24px;
  height: 27px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:first-child .panel_green:nth-of-type(3) {
    bottom: 322px;
    left: -35px;
    width: 50px;
    height: 53px;
  }
}
.scene_list_lg .scene_list_item:nth-child(2)::before {
  right: -25px;
  bottom: -28px;
  width: 192px;
  height: 530px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:nth-child(2)::before {
    right: -39px;
    bottom: -16px;
    width: 303px;
    height: 705px;
  }
}
.scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(1) {
  top: -25px;
  right: 50px; 
  width: 36px;
  height: 41px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(1) {
    top: -38px;
    right: 76px;
    width: 72px;
    height: 79px;
  }
}
.scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(2) {
  right: 16px;
  bottom: -37px; 
  width: 19px;
  height: 20px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(2) {
    right: 14px;
    bottom: -28px; 
    width: 35px;
    height: 40px;
  }
}
.scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(3) {
  bottom: 239px;
  left: -10px;
  width: 24px;
  height: 27px;
}
@media (min-width: 1024px) {
  .scene_list_lg .scene_list_item:nth-child(2) .panel_brown:nth-of-type(3) {
    bottom: 221px;
    left: -30px;
    width: 50px;
    height: 53px;
  }
}

.scene_list_item {
  position: relative;
  z-index: 1;
}
.scene_list_item::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.scene_list_item:nth-child(odd)::before {
  background: #f6f6f6;
}
.scene_list_item:nth-child(even)::before {
  background: #f6f6f6;
}
.scene_list_item:first-child::before {
  top: -12px;
  right: -12px;
  width: 58px;
  height: 119px;
}
@media (min-width: 1024px) {
  .scene_list_item:first-child::before {
    top: -22px;
    right: -18px;
    width: 108px;
    height: 214px;
  }
}
.scene_list_item:nth-child(2)::before {
  right: -12px;
  bottom: 10px;
  width: 96px;
  height: 100px;
}
@media (min-width: 1024px) {
  .scene_list_item:nth-child(2)::before {
    right: -19px;
    bottom: 44px;
    width: 176px;
    height: 180px;
  }
}
.scene_list_item:nth-child(3)::before {
  right: -12px;
  bottom: 23px;
  width: 38px;
  height: 142px;
}
@media (min-width: 1024px) {
  .scene_list_item:nth-child(3)::before {
    right: -30px;
    bottom: 15px;
    width: 68px;
    height: 257px;
  }
}
.scene_list_item:nth-child(4)::before {
  top: -19px;
  right: -12px;
  width: 88px;
  height: 128px;
}
@media (min-width: 1024px) {
  .scene_list_item:nth-child(4)::before {
    top: -31px;
    right: -24px;
    width: 158px;
    height: 230px;
  }
}

.scene_list_tag {
  position: absolute;
  top: -34px;
  left: 12px;
  letter-spacing: 0.05em; 
  font-size: 0.75rem;
  font-weight: bold;
}
.scene_list_tag .num {
  display: block;
  margin-top: -2px;
  letter-spacing: -0.01em;
  font-size: 2.5rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .scene_list_tag {
    top: -44px;
    left: 23px;
    text-align: center; 
    font-size: 0.875rem;
  }
  .scene_list_tag .num {
    margin-top: 1px;
    font-size: 3.375rem;
  }
}

.scene_list_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scene_desc_img {
  margin-top: -52px;
  margin-left: 16px; 
  width: 156px;
}
@media (min-width: 1024px) {
  .scene_desc_img {
    margin-top: -73px;
    margin-left: 10px;
    width: 228px;
  }
}

.scene_desc_txt {
  margin-top: 14px;
  margin-left: -20px;
  width: calc(100% - 156px);
}
@media (min-width: 1024px) {
  .scene_desc_txt {
    margin-top: 34px;
    margin-left: -36px; 
    width: calc(100% - 228px);
  }
}

.scene_desc_ttl {
  letter-spacing: 0.01em;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .scene_desc_ttl {
    letter-spacing: 0.03em; 
    font-size: 1.5rem;
  }
}

.scene_desc_body {
  margin-top: 7px;
  font-size: 0.75rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .scene_desc_body {
    letter-spacing: 0.03em;
    font-size: 1rem;
    line-height: 1.9;
  }
}

.scene_desc_cation {
  margin-top: 8px;
  padding-left: 1em;
  text-indent: -1em; 
  letter-spacing: 0.05em;
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .scene_desc_cation {
    margin-top: 13px;
    font-size: 0.75rem;
  }
}

.scene_sub_txt {
  margin-top: 111px; 
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .scene_sub_txt {
    margin-top: 90px; 
    font-size: 1.375rem;
  }
}
.scene_sub_txt span.panel {
  display: inline-block;
}
.scene_sub_txt span.panel .panel_green {
  top: -13px;
  left: -50px; 
  width: 23px;
  height: 26px;
}
@media (min-width: 1024px) {
  .scene_sub_txt span.panel .panel_green {
    top: -19px;
    left: -80px;
    width: 35px;
    height: 40px;
  }
}
.scene_sub_txt span.panel .panel_brown {
  top: 10px;
  right: -46px; 
  width: 15px;
  height: 16px;
}
@media (min-width: 1024px) {
  .scene_sub_txt span.panel .panel_brown {
    top: 18px;
    right: -67px;
    width: 22px;
    height: 24px;
  }
}

.scene_list_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 0;
  padding: 0 25px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .scene_list_02 {
    margin: 70px auto 0;
    max-width: 1050px;
  }
}
.scene_list_02 .scene_list_item {
  margin-bottom: 29px; 
  width: calc(50% - 22px);
}
.scene_list_02 .scene_list_item:nth-child(even) {
  margin-top: 25px; 
  margin-left: 44px;
}
@media (min-width: 1024px) {
  .scene_list_02 .scene_list_item {
    width: calc(25% - 40.5px);
  }
  .scene_list_02 .scene_list_item + .scene_list_item {
    margin-left: 54px;
  }
  .scene_list_02 .scene_list_item:nth-child(2) {
    margin-top: 18px;
  }
  .scene_list_02 .scene_list_item:nth-child(3) {
    margin-top: 36px;
  }
  .scene_list_02 .scene_list_item:nth-child(4) {
    margin-top: 54px;
  }
}
.scene_list_02 .scene_list_tag {
  top: -26px;
  left: 7px; 
  font-size: 0.625rem;
}
.scene_list_02 .scene_list_tag .num {
  margin-top: 0; 
  font-size: 1.75rem;
}
@media (min-width: 1024px) {
  .scene_list_02 .scene_list_tag {
    top: -36px;
    left: 12px; 
    font-size: 0.75rem;
  }
  .scene_list_02 .scene_list_tag .num {
    margin-top: 1px; 
    font-size: 2.5rem;
  }
}
.scene_list_02 .scene_list_desc {
  display: block;
}
.scene_list_02 .scene_desc_txt {
  margin: 10px 0 0;
  width: auto;
}
@media (min-width: 1024px) {
  .scene_list_02 .scene_desc_txt {
    margin: 17px 0 0 -2px;
  }
}
.scene_list_02 .scene_desc_ttl {
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .scene_list_02 .scene_desc_ttl {
    letter-spacing: 0.01em; 
    font-size: 1.125rem;
  }
}

/* --------------------------------
   movie
-------------------------------- */
.movie {
  overflow: hidden; 
  padding: 54px 20px 68px;
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .movie {
    padding: 134px 25px 122px;
  }
}
.movie .section_ttl_img {
  top: -16px; 
  width: 213px;
}
@media (min-width: 1024px) {
  .movie .section_ttl_img {
    top: -23px; 
    width: 427px;
  }
}

.movie_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
  padding: 0;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
}
@media (min-width: 768px) {
  .movie_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 95px auto 0;
    max-width: 1140px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.movie_list_item {
  position: relative;
  max-width: 335px;
}
@media (min-width: 768px) {
  .movie_list_item {
    padding: 0;
    width: 543px;
    max-width: none;
  }
}
.movie_list_item + .movie_list_item {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .movie_list_item + .movie_list_item {
    margin-top: 0;
    margin-left: 45px;
  }
}
.movie_list_item.mv {
  position: absolute;
  top: 82.93333vw;
  right: 5.33333vw; 
  width: 28.66667vw;
  max-width: none;
}
@media (min-width: 1024px) {
  .movie_list_item.mv {
    top: 37.33333vw;
    right: 4.53333vw; 
    width: 16vw;
  }
}

.milk_movie {
  overflow: hidden;
  position: relative;
  border: none;
  width: 100%;
  height: auto;
  max-height: 188px; 
  background: transparent;
}
@media (min-width: 768px) {
  .milk_movie {
    max-height: 305px;
    cursor: pointer;
  }
}
.mv .milk_movie {
  height: 15.33333vw;
  max-height: none;
}
@media (min-width: 1024px) {
  .mv .milk_movie {
    height: 8.66667vw;
  }
}
.mv .milk_movie img {
  width: 100%;
}
.milk_movie::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.24);
}
.milk_movie:hover .movie_play {
  background: rgba(255, 255, 255, 0.8);
}
.milk_movie:hover .movie_play::after {
  border-color: transparent transparent transparent #000;
}

.milk_movie_inner {
  position: relative;
  padding: 0;
  border: none;
  width: 100%;
  height: 100%;
  cursor: pointer; 
  background: transparent;
}
.milk_movie_inner img {
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.milk_movie_inner.is-touched img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.milk_movie_inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15) 1px, transparent 2px, transparent 4px);
}

.movie_play {
  display: block;
  overflow: hidden;
  opacity: 0.85;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin: auto;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s; 
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
.is-touched .movie_play {
  background: rgba(255, 255, 255, 0.8);
}
@media (min-width: 1024px) {
  .movie_play {
    width: 80px;
    height: 80px;
  }
  .movie_listItem_thumb_btn:hover .movie_play {
    background: rgba(255, 255, 255, 0.8);
  }
}
.mv .movie_play {
  border: 0.26667vw solid #fff;
  width: 7.06667vw;
  height: 7.06667vw;
}
@media (min-width: 1024px) {
  .mv .movie_play {
    border: 2px solid #fff;
    width: 4vw;
    height: 4vw;
  }
}
.movie_play:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  border-width: 8px 0 8px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  width: 0;
  height: 0;
  -webkit-transition: border 0.53s;
  transition: border 0.53s;
}
.is-touched .movie_play:after {
  border-color: transparent transparent transparent #000;
}
@media (min-width: 1024px) {
  .movie_play:after {
    border-width: 11px 0 11px 24px;
  }
  .movie_listItem_thumb_btn:hover .movie_play:after {
    border-color: transparent transparent transparent #000;
  }
}
.mv .movie_play:after {
  left: 0.26667vw; 
  border-width: 0.93333vw 0 0.93333vw 1.86667vw;
}
@media (min-width: 1024px) {
  .mv .movie_play:after {
    border-width: 0.53333vw 0 0.53333vw 1.06667vw;
  }
}

.movie_list_item_ttl {
  margin-top: 12px;
  text-align: center; 
  letter-spacing: 0.06em;
  font-size: 0.75rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .movie_list_item_ttl {
    margin-top: 15px;
    text-align: left; 
    letter-spacing: 0.05em;
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/* --------------------------------
   campaign
-------------------------------- */
.campaign {
  overflow: hidden; 
  padding: 54px 20px 70px;
}
@media (min-width: 1024px) {
  .campaign {
    padding: 126px 25px 150px;
  }
}
.campaign .section_ttl_img {
  top: -5px;
  width: 335px;
}
@media (min-width: 1024px) {
  .campaign .section_ttl_img {
    top: -18px;
    width: 660px;
  }
}
@media (max-width: 320px) {
  .campaign .section_ttl_img {
    width: auto;
  }
}

.campaign_content {
  margin: 55px auto 0;
  max-width: 670px;
}
@media (min-width: 1024px) {
  .campaign_content {
    margin: 95px auto 0;
    max-width: 1000px;
  }
}

.campaign_link {
  display: block;
}
.campaign_link:hover .campaign_bnr_img {
  opacity: 0.6;
}

.campaign_bnr_img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.campaign_bnr_img img {
  width: 100%;
}

/* --------------------------------
   footer
-------------------------------- */
.page_footer {
  background: #181818 url(/dairies/milk_drink/savas-milk/img/footer_product_bg.webp?20250331);
  background-repeat: no-repeat;
  background-position: top center; 
  background-size: cover;
}
@media (min-width: 1024px) {
  .page_footer {
    background: #181818 url(/dairies/milk_drink/savas-milk/img/footer_product_bg_lg.webp?20250331);
    background-repeat: no-repeat;
    background-position: top center; 
    background-size: 1440px 100%;
  }
}

.page_footer_link {
  padding: 90px 30px 0;
}
@media (min-width: 1024px) {
  .page_footer_link {
    padding: 120px 0 0;
  }
}

.site_top_link {
  margin: 0 auto;
  text-align: center;
}
.site_top_link a {
  display: inline-block;
}

.site_top_img {
  margin: 0 auto; 
  width: 170px;
}
@media (min-width: 1024px) {
  .site_top_img {
    width: 308px;
  }
}
.site_top_img img {
  width: 100%;
}

.site_top_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff; 
  font-size: 0.8125rem;
  font-weight: bold;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .site_top_txt {
    margin-top: 14px; 
    letter-spacing: 0.01em;
    font-size: 1.125rem;
  }
}
.site_top_txt::after {
  content: "";
  display: inline-block;
  margin-top: 3px;
  margin-left: 7px;
  width: 11px;
  height: 9px;
  background: url(/dairies/milk_drink/savas-milk/img/icon_blank.webp) no-repeat center/contain;
}

.page_footer_product {
  position: relative;
  margin: 6.4vw 0 40vw;
  padding: 0 30px;
}
.page_footer_product img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: none;
}
@media (min-width: 1024px) {
  .page_footer_product {
    margin: 24px 0 0;
    height: 298px;
  }
  .page_footer_product img {
    width: 722px;
  }
}

.page_footer_shop {
  margin: 0 25px;
  padding: 42px 0 90px;
  border-top: #1e1e1e 2px solid;
}
@media (min-width: 1024px) {
  .page_footer_shop {
    margin: 0 auto;
    padding: 40px 25px 120px;
    max-width: 1190px;
  }
}

.page_footer_shop_lead.page_footer_shop_lead {
  text-align: center; 
  color: #fff;
  font-size: 1.8125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .page_footer_shop_lead.page_footer_shop_lead {
    font-size: 2.25rem;
  }
}

.page_footer_shopList {
  margin-top: 26px;
}
@media (min-width: 1024px) {
  .page_footer_shopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 22px -14px 0;
  }
}
.page_footer_shopList li {
  text-align: center;
}
@media (min-width: 1024px) {
  .page_footer_shopList li {
    margin: 0 14px;
    width: calc(100% / 3 - 28px);
  }
}
@media (max-width: 1023.98px) {
  .page_footer_shopList li:nth-child(n + 2) {
    margin-top: 20px;
  }
}

.footer_shop_btn {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 3px;
  border-radius: 35px;
  height: 61px; 
  background: #e3b865;
}
@media (min-width: 1024px) {
  .footer_shop_btn {
    border-radius: 37px;
    height: 74px;
  }
}
.footer_shop_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: inherit;
  height: 100%;
  background: #fff;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1024px) {
  .footer_shop_btn a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -2%;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.35s;
    transition: width 0.35s; 
    -webkit-transform: skewX(25deg); 
        -ms-transform: skewX(25deg); 
            transform: skewX(25deg);
    background: #e3b865;
  }
  .footer_shop_btn a:hover:before {
    left: -2%;
    width: 104%;
  }
  .footer_shop_btn a:after {
    content: "";
    opacity: 0; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    margin: auto;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .footer_shop_btn a:hover:after {
    opacity: 1;
  }
}
.footer_shop_btn a .icon_blank {
  position: absolute;
  top: 0;
  right: 21px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .footer_shop_btn a .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.footer_shop_btn a .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s 0.15s;
  transition: opacity 0.25s 0.15s; 
  background: url(/dairies/milk_drink/savas-milk/img/icon_blank_ov.webp) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .footer_shop_btn a .icon_blank:after {
    content: "";
    opacity: 0; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.25s 0.15s;
    transition: opacity 0.25s 0.15s;
    background: url(/dairies/milk_drink/savas-milk/img/icon_blank.webp) 0 0 no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .footer_shop_btn a:hover .icon_blank:before {
    opacity: 0;
  }
  .footer_shop_btn a:hover .icon_blank:after {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .footer_shop_amazon a::after {
    width: 112px;
    background-image: url(/sports/savas/img/products_detail/logo_amazon_ov.svg);
  }
}

.footer_shop_amazon img {
  width: 87px;
}
@media (min-width: 1024px) {
  .footer_shop_amazon img {
    width: 112px;
  }
}

@media (min-width: 1024px) {
  .footer_shop_rakuten a::after {
    width: 106px;
    background-image: url(/sports/savas/img/products_detail/logo_rakuten_ov.svg);
  }
}

.footer_shop_rakuten img {
  width: 89px;
}
@media (min-width: 1024px) {
  .footer_shop_rakuten img {
    width: 106px;
  }
}

@media (min-width: 1024px) {
  .footer_shop_lohaco a::after {
    width: 146px;
    background-image: url(/sports/savas/img/products_detail/logo_lohaco_ov.svg?20240222);
  }
}

.footer_shop_lohaco img {
  width: 121px;
}
@media (min-width: 1024px) {
  .footer_shop_lohaco img {
    width: 146px;
  }
}

/* --------------------------------
   modal
-------------------------------- */
.milk_modal {
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
}
@media (min-width: 1024px) {
  .milk_modal .milk_modal_link_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: end;

        -ms-flex-pack: end;

            justify-content: flex-end;
  }
}
.milk_modal .milk_modal_link {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 23px;
  width: 207px;
  height: 46px;
}
@media (min-width: 1024px) {
  .milk_modal .milk_modal_link {
    margin: 0; 
    border-radius: 26px;
    width: 186px;
    height: 52px;
  }
}
.milk_modal .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 8px 10px 12px;
  border: 3px solid #e3b865;
  border-radius: inherit;
  height: 100%;
  -webkit-transition: color 0.45s;
  transition: color 0.45s;
  background: #fff;
  font-size: 0.875rem;
  font-weight: bold;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 1024px) {
  .milk_modal .modal-btn {
    font-size: 1rem;
  }
}
.milk_modal .modal-btn span {
  position: relative;
}
.milk_modal .modal-btn::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 8px);
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: skewX(25deg) scaleX(0);
      -ms-transform: skewX(25deg) scaleX(0);
          transform: skewX(25deg) scaleX(0);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  background: #e3b865;
}
.milk_modal .modal-btn .icon_blank {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .milk_modal .modal-btn .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.milk_modal .modal-btn .icon_blank::before,
.milk_modal .modal-btn .icon_blank::after {
  content: "";
  position: absolute;
  z-index: 1; 
  top: 0;
  left: 4px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.milk_modal .modal-btn .icon_blank::before {
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}
.milk_modal .modal-btn .icon_blank::after {
  opacity: 0;
  background: url(/sports/savas/img/common/icon_blank_ov.webp) 0 0 no-repeat;
  background-size: contain;
}
.milk_modal .modal-btn:hover {
  color: #fff;
}
.milk_modal .modal-btn:hover::before {
  -webkit-transform: skewX(25deg) scaleX(1);
      -ms-transform: skewX(25deg) scaleX(1);
          transform: skewX(25deg) scaleX(1); 
  -webkit-transform-origin: left; 
      -ms-transform-origin: left; 
          transform-origin: left;
}
.milk_modal .modal-btn:hover .icon_blank::before {
  opacity: 0;
}
.milk_modal .modal-btn:hover .icon_blank::after {
  opacity: 1;
}

.milk_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.milk_modal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  width: 100%;
  height: 100%;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.milk_modal_container {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .milk_modal_container {
    max-width: 1000px;
  }
  .milk_modal_container.method {
    max-width: 730px;
  }
  .milk_modal_container.method .milk_modal_content {
    overflow: visible;
  }
  .milk_modal_container.movie_modal_video .milk_modal_inner {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .milk_modal_container:has(.milk_modal_content._embed.is-active) {
    max-width: 800px;
  }
}

.milk_modal_inner {
  overflow-y: scroll;
  position: relative;
  width: 100%;
  max-height: 76vh; 
  background: #fff;
}
@media (min-width: 1024px) {
  .milk_modal_inner {
    overflow-y: visible;
    margin: 0 auto;
    padding: 50px 15px 64px 57px;
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .milk_modal_inner > .milk_modal_content {
    max-height: calc(76vh - 107px);
  }
}
@media (min-width: 1024px) {
  .milk_modal_inner:has(.milk_modal_content._embed.is-active) {
    padding: 0;
  }
}

.milk_modal_content {
  display: none;
  padding: 40px 25px 61px; 
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (min-width: 1024px) {
  .milk_modal_content {
    overflow-y: scroll;
    padding: 0 42px 0 0;
  }
  .milk_modal_content::-webkit-scrollbar {
    width: 7px;
  }
  .milk_modal_content::-webkit-scrollbar-track {
    background-color: #e1e0df;
  }
  .milk_modal_content::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}
.milk_modal_content.is-active {
  display: block;
}
@media (min-width: 1024px) {
  .milk_modal_content:has(.milk_modal_thumb) {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .milk_modal_content:has(.milk_modal_thumb) .milk_modal_detail {
    display: -ms-grid;
    display: grid;
    padding-left: min(4.16667vw, 60px); 

    -ms-grid-columns: 1fr auto; 

        grid-template-columns: 1fr auto;
    -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 min(4.16667vw, 60px);
  }
}
@media (min-width: 1024px) {
  .milk_modal_content:has(.milk_modal_thumb) .milk_modal_detail_cont {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.milk_modal_content:has(.milk_modal_thumb) .milk_modal_thumb {
  margin: 15px auto 0;
  width: 100%;
  max-width: calc(9 * 70svh / 16);
  background-color: #000; 

  aspect-ratio: 9/16;
}
@media (min-width: 1024px) {
  .milk_modal_content:has(.milk_modal_thumb) .milk_modal_thumb {
    margin: 0;
    width: auto;
    height: 100%;
    max-height: calc(76vh - 107px); 

    -ms-grid-column: 2; 

    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
  }
}
.milk_modal_content:has(.milk_modal_thumb) .milk_modal_thumb iframe {
  border: none; 
  width: 100%;
  height: 100%;
}
.milk_modal_content:has(.milk_modal_thumb) .milk_modal_tag {
  margin-top: 26px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 1024px) {
  .milk_modal_content:has(.milk_modal_thumb) .milk_modal_tag {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.milk_modal_closeBtn {
  display: block;
  visibility: hidden; 
  overflow: hidden;
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: -59px;
  right: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;
  background: transparent;
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
@media (min-width: 1024px) {
  .milk_modal_closeBtn {
    top: -79px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
  }
  .milk_modal_closeBtn:hover {
    background: #fff;
  }
  .milk_modal_closeBtn:hover:before,
  .milk_modal_closeBtn:hover:after {
    background: #000;
  }
}
.milk_modal_closeBtn:before,
.milk_modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46%;
  height: 3px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s; 
  background: #fff;
}
.milk_modal_closeBtn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.milk_modal_closeBtn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.is-modal-open {
  overflow: hidden;
}
.is-modal-open .milk_modal {
  visibility: visible; 
  opacity: 1;
}
.is-modal-open .milk_modal_closeBtn {
  visibility: visible; 
  opacity: 1;
}

.milk_modal_ttl {
  letter-spacing: 0.02em;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .milk_modal_ttl {
    font-size: 1.75rem;
  }
}

.milk_modal_desc {
  margin-top: 5px;
  font-size: 0.75rem;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .milk_modal_desc {
    font-size: 1rem;
  }
}
.milk_modal_desc small {
  display: block;
  margin-top: 5px; 
  font-size: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .milk_modal_desc small {
    font-size: 0.875rem;
    line-height: 1.9;
  }
}

.milk_modal_tag {
  display: inline-block;
  margin-top: 16px;
  padding: 6px 7px 9px; 
  background: #000;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .milk_modal_tag {
    padding: 1px 7px 2px; 
    font-size: 0.875rem;
  }
}

@media (min-width: 1024px) {
  .milk_modal_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1024px) {
  .milk_modal_main {
    margin-top: -36px; 
    margin-right: 40px;
    width: 331px;
  }
}

@media (min-width: 1024px) {
  .milk_modal_component {
    width: calc(100% - 371px);
  }
}

.milk_modal_switch_ttl {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .milk_modal_switch_ttl {
    margin-top: 35px;
  }
}

.milk_modal_switch_txt {
  letter-spacing: -0.05em; 
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .milk_modal_switch_txt {
    margin-left: 371px; 
    font-size: 1.25rem;
  }
}

.milk_modal_component_container {
  margin-top: 23px;
}
@media (min-width: 1024px) {
  .milk_modal_component_container {
    margin-top: 27px;
  }
}

.milk_modal_component_cont_ttl {
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  letter-spacing: 0.04em; 
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .milk_modal_component_cont_ttl {
    padding: 2px 10px 3px; 
    font-size: 0.75rem;
  }
}

.milk_modal_component_cont_txt {
  margin-top: 8px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .milk_modal_component_cont_txt {
    margin-top: 12px;
    font-size: 0.9375rem;
  }
}

.milk_modal_component_table {
  overflow-x: scroll;
  margin-top: 21px;
  padding-bottom: 20px;
}
@media (min-width: 1024px) {
  .milk_modal_component_table {
    overflow-x: visible;
  }
}
.milk_modal_component_table caption {
  margin-bottom: 14px; 
  text-align: left;
}
@media (min-width: 1024px) {
  .milk_modal_component_table caption {
    margin-bottom: 18px;
  }
}
.milk_modal_component_table caption span {
  display: inline-block;
  padding: 2px 10px;
  background: #000;
  letter-spacing: 0.04em; 
  color: #fff;
  font-size: 0.625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .milk_modal_component_table caption span {
    padding: 2px 10px 3px; 
    font-size: 0.75rem;
  }
}
.milk_modal_component_table table {
  width: 338px;
  border-collapse: collapse;
  text-align: center; 
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .milk_modal_component_table table {
    width: 100%;
    font-size: 0.75rem;
  }
}
.milk_modal_component_table th {
  padding: 8px 7px;
  font-weight: bold;
}
.milk_modal_component_table thead th {
  border-right: 1px solid #e5e4e3;
  border-left: 1px solid #e5e4e3; 
  background: #e5e4e3;
}
.milk_modal_component_table tbody th {
  padding: 8px 9px 8px 34px;
}
@media (min-width: 1024px) {
  .milk_modal_component_table tbody th {
    padding: 9px 8px 9px 25px;
  }
}
.milk_modal_component_table td {
  padding: 8px 7px;
}
.milk_modal_component_table tr:nth-child(odd) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; 
  background: #fff;
}
.milk_modal_component_table tr:nth-child(even) {
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #f5f5f5;
  border-left: 1px solid #fff;
  background: #f7f7f7;
}
.milk_modal_component_table tr:last-child {
  border-bottom: 1px solid #e5e4e3;
}

.milk_modal_component_table_note {
  margin-top: 14px;
}
.milk_modal_component_table_note li {
  margin-top: 4px;
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .milk_modal_component_table_note li {
    font-size: 0.625rem;
  }
}

.milk_modal_images {
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .milk_modal_switch_taste {
    margin-top: 27px;
  }
}

.milk_modal_switch_taste_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .milk_modal_switch_taste_list {
    margin: 0 -4px;
  }
}
.milk_modal_switch_taste_list li {
  margin: 0 6px 7px;
  border-bottom: 1px solid #e5e5e5;
  width: calc(100% / 3 - 12px);
  -webkit-transition: border 0.35s;
  transition: border 0.35s;
}
@media (min-width: 1024px) {
  .milk_modal_switch_taste_list li {
    margin: 0 4px 6px;
    border: none; 
    width: calc(100% / 2 - 8px);
  }
}
@media (min-width: 1024px) {
  .milk_modal_switch_taste_list li.item_lg {
    margin: 0 4px 6px;
    width: 100%;
  }
}
.milk_modal_switch_taste_list li.is-current {
  border-color: #000;
}
.milk_modal_switch_taste_list li.is-current .milk_modal_switch_taste_list_btn {
  font-weight: bold;
}

.milk_modal_switch_taste_list_btn {
  position: relative;
  padding: 10px 2px 8px 15px;
  border: none;
  width: 100%;
  height: 100%;
  min-height: 44px; 
  -webkit-transition: all 0.35s; 
  transition: all 0.35s;
  background: transparent;
  text-align: left;
  font-size: 0.625rem;
  line-height: 1.3;
}
.milk_modal_switch_taste_list_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1px;
  margin: auto;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}
@media (min-width: 1024px) {
  .milk_modal_switch_taste_list_btn {
    overflow: hidden;
    z-index: 1;
    padding: 0 0 0 16px;
    border-radius: 18px;
    height: 36px;
    min-height: auto;
    cursor: pointer;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px #000 inset;
            box-shadow: 0px 0px 0px 3px #000 inset;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.09091;
  }
  .is-current .milk_modal_switch_taste_list_btn {
    background: #000;
    color: #fff;
  }
  .milk_modal_switch_taste_list_btn::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: -5%;
    width: 0;
    height: 120%;
    -webkit-transition: width 0.45s;
    transition: width 0.45s;
    -webkit-transform: skewX(25deg);
        -ms-transform: skewX(25deg);
            transform: skewX(25deg); 
    background: #000;
  }
  .milk_modal_switch_taste_list_btn::before {
    left: 12px;
    width: 12px;
    height: 12px;
  }
  .milk_modal_switch_taste_list_btn:hover {
    color: #fff;
  }
  .milk_modal_switch_taste_list_btn:hover::after {
    top: -10%;
    left: -10%;
    width: 120%;
  }
}
.milk_modal_switch_taste_list_btn.cocoa:before,
.milk_modal_switch_taste_list_btn.cocoa_30:before {
  background: #e70012;
}
.milk_modal_switch_taste_list_btn.milk_flavor:before {
  background: #1d3176;
}
.milk_modal_switch_taste_list_btn.vanilla:before {
  background: #03a1eb;
}
.milk_modal_switch_taste_list_btn.yogurt:before {
  background: #00a1e9;
}
.milk_modal_switch_taste_list_btn.muscat:before,
.milk_modal_switch_taste_list_btn.whey_muscat:before {
  background: #69ad21;
}
.milk_modal_switch_taste_list_btn.banana:before {
  background: #fbee3c;
}
.milk_modal_switch_taste_list_btn.mixberry:before {
  background: #b41a70;
}
.milk_modal_switch_taste_list_btn.strawberry:before {
  background: #d23c84;
}
.milk_modal_switch_taste_list_btn.almond:before {
  background: #ddc5ad;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_acerola_mix:before {
  background: #dc0075;
}
.milk_modal_switch_taste_list_btn.soy_tea:before {
  background: #7da21c;
}
.milk_modal_switch_taste_list_btn.cafelatte_30:before {
  background: #592b2b;
}
.milk_modal_switch_taste_list_btn.mixed_berries:before {
  background: #b41a70;
}
.milk_modal_switch_taste_list_btn.soylatte:before {
  background: #5d3e2a;
}
.milk_modal_switch_taste_list_btn.milktea:before {
  background: #5053a2;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_strawberry:before {
  background: #dd0070;
}
.milk_modal_switch_taste_list_btn.yogurt_low_sugar:before {
  background: #55b2af;
}
.milk_modal_switch_taste_list_btn.yogurt_cocoa:before {
  background: #e70012;
}
.milk_modal_switch_taste_list_btn.yogurt_peach:before {
  background: #f29b87;
}
.milk_modal_switch_taste_list_btn.yogurt_vanilla:before {
  background: #03a1eb;
}
.milk_modal_switch_taste_list_btn.yogurt_banana:before {
  background: #ffe100;
}
.milk_modal_switch_taste_list_btn.yogurt_mixberry:before {
  background: #b41a70;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_less_sweetness:before {
  background: #0a3dc4;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_white:before {
  background: #91c39d;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_grapefruit:before {
  background: #f8e614;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_green_apple:before {
  background: #02b11d;
}
.milk_modal_switch_taste_list_btn.yogurt_drink_banana:before {
  background: #fbee3c;
}
.milk_modal_switch_taste_list_btn.honeylemon:before {
  background: #ffe100;
}
.milk_modal_switch_taste_list_btn.fruitmix:before {
  background: #f09520;
}
.milk_modal_switch_taste_list_btn.milk_soy_cafelatte:before {
  background: #592b2b;
}
.milk_modal_switch_taste_list_btn.milk_strawberry:before {
  background: #ffa4c4;
}
.milk_modal_switch_taste_list_btn.choco:before {
  background: #471902;
}
.milk_modal_switch_taste_list_btn.caramel:before {
  background: #b55b36;
}
.milk_modal_switch_taste_list_btn.vege_banana:before {
  background: #ffe100;
}
.milk_modal_switch_taste_list_btn.vege_melon:before {
  background: #aacc03;
}
.milk_modal_switch_taste_list_btn.strawberry01:before {
  background: #d23c84;
}

@media (min-width: 1024px) {
  .btn_lg {
    padding: 0 0 0 16px;
    border-radius: 26px; 
    height: 50px;
    line-height: 1.3;
  }
}

/* --------------------------------
   movie modal
-------------------------------- */
.movie_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie_modal.is-active {
  visibility: visible; 
  opacity: 1;
}

.movie_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.movie_modal_content {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .movie_modal_content {
    max-width: 960px;
  }
}
.is-shorts .movie_modal_content {
  width: auto;
  height: 100%;
  max-height: 80%;

  aspect-ratio: 9/16;
}

.movie_modal_closeBtn {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -59px;
  right: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: transparent; 
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
@media (min-width: 1024px) {
  .movie_modal_closeBtn {
    top: -79px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
  }
  .movie_modal_closeBtn:hover {
    background: #fff;
  }
  .movie_modal_closeBtn:hover:before,
  .movie_modal_closeBtn:hover:after {
    background: #000;
  }
}
.movie_modal_closeBtn:before,
.movie_modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46%;
  height: 3px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s; 
  background: #fff;
}
.movie_modal_closeBtn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.movie_modal_closeBtn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movie_modal_video {
  position: relative;

  aspect-ratio: 16/9;
}

/* --------------------------------
   panel
-------------------------------- */
.panel {
  position: relative;
}
.panel .panel_green {
  opacity: 0.6; 
  position: absolute;
  background: linear-gradient(135deg, #fff, #7dd742);
}
.panel .panel_brown {
  opacity: 0.5; 
  position: absolute;
  background: linear-gradient(135deg, #fff, #d4833d);
}

.milk_modal_switch_tasteLabel.milk_modal_switch_tasteLabel {
  margin-top: 20px; 
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .milk_modal_switch_tasteLabel.milk_modal_switch_tasteLabel {
    margin-bottom: 8px; 
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.milk_modal_switch_tasteLabel.milk_modal_switch_tasteLabel:not(:first-child) {
  margin-top: 16px;
}
.milk_modal_switch_tasteLabel.milk_modal_switch_tasteLabel._ttl {
  position: relative;
  padding-left: calc(1em - 2px);
}
.milk_modal_switch_tasteLabel.milk_modal_switch_tasteLabel._ttl::before {
  content: "";
  position: absolute;
  top: calc(((1lh - 1em) / 2) + (1em / 2));
  left: 0;
  width: 3px;
  height: 1em;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
}