/*
* multi_lang.css
*
*/
/* --------------------------------
   common
-------------------------------- */
.lang-en.lang-en * {
  font-family: "Roboto Condensed", sans-serif;
}

.lang-sc.lang-sc * {
  font-family: "Noto Sans SC", sans-serif;
}

.lang-tc.lang-tc * {
  font-family: "Noto Sans TC", sans-serif;
}

.content_container {
  position: relative;
  padding-top: 0;
}

.main_container {
  margin-top: 0;
}

.section_ttl {
  position: relative;
  text-align: center;
  letter-spacing: 0.04em; 
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .section_ttl {
    font-size: 2.5rem;
  }
}
.section_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  margin: auto;
  width: 28px;
  height: 3px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .section_ttl:after {
    bottom: -24px;
    width: 56px;
    height: 6px;
  }
}

.icon_blank {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.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(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}

/* --------------------------------
   hero
-------------------------------- */
.language_logo {
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 29px;
  width: 69px;
  font-size: 0;
}
@media (min-width: 1024px) {
  .language_logo {
    top: 40px;
    left: 58px;
    width: 129px;
  }
}

.hero {
  position: relative;
}

.langnav {
  position: absolute;
  z-index: 2;
  top: 27px;
  right: 25px;
}
@media (min-width: 1024px) {
  .langnav {
    top: 41px;
    right: 51px;
  }
}
.langnav.is-show .langnav_list {
  visibility: visible;
  opacity: 1;
}
.langnav.is-show .c-btn .c-btn_mask {
  color: #000;
}
.langnav.is-show .c-btn .c-btn_mask span::before {
  background-image: url(/sports/savas/img/multi_lang/icon_global_ov.webp);
}
.langnav.is-show .c-btn .c-btn_mask span:after {
  border-color: #000;
}
.langnav.is-show .c-btn .c-btn_mask::after {
  -webkit-transform: skewX(35deg) scaleX(1);
      -ms-transform: skewX(35deg) scaleX(1);
          transform: skewX(35deg) scaleX(1); 
  -webkit-transform-origin: left; 
      -ms-transform-origin: left; 
          transform-origin: left;
}
.langnav button {
  padding: 0;
  outline: none;
  cursor: pointer;
  background-color: transparent;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.langnav .c-btn {
  display: none; 
  border: none;
  background: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #e3b865 inset;
          box-shadow: 0px 0px 0px 3px #e3b865 inset;
}
@media (min-width: 1024px) {
  .langnav .c-btn {
    display: block;
    width: 159px;
    height: 44px;
    -webkit-box-shadow: 0px 0px 0px 4px #e3b865 inset;
            box-shadow: 0px 0px 0px 4px #e3b865 inset; 
    font-size: 0.9375rem;
  }
  .langnav .c-btn:hover .c-btn_mask {
    color: #000;
  }
  .langnav .c-btn:hover .c-btn_mask span::before {
    background-image: url(/sports/savas/img/multi_lang/icon_global_ov.webp);
  }
  .langnav .c-btn:hover .c-btn_mask span:after {
    border-color: #000;
  }
  .langnav .c-btn:hover .c-btn_mask::after {
    -webkit-transform: skewX(35deg) scaleX(1);
        -ms-transform: skewX(35deg) scaleX(1);
            transform: skewX(35deg) scaleX(1); 
    -webkit-transform-origin: left; 
        -ms-transform-origin: left; 
            transform-origin: left;
  }
}
.langnav .c-btn_mask {
  padding: 9px 10px 11px;
  -webkit-transition: color 0.25s;
  transition: color 0.25s; 
  background: none;
}
@media (min-width: 1024px) {
  .langnav .c-btn_mask {
    padding: 14px 15px 16px;
  }
}
.langnav .c-btn_mask:after {
  top: -3px;
  height: calc(100% + 6px); 
  -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;
  background: #e3b865;
}
.langnav .c-btn_mask span {
  position: relative;
  margin-left: 12px;
}
@media (min-width: 1024px) {
  .langnav .c-btn_mask span {
    margin-left: 17px;
    letter-spacing: 0.03em;
  }
}
.langnav .c-btn_mask span:before,
.langnav .c-btn_mask span:after {
  content: "";
  position: absolute;
}
.langnav .c-btn_mask span:before {
  top: 0;
  left: -22px;
  width: 15px;
  height: 15px;
  -webkit-transition: background-image 0.25s;
  transition: background-image 0.25s; 
  background-image: url(/sports/savas/img/multi_lang/icon_global.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .langnav .c-btn_mask span:before {
    left: -30px;
    width: 19px;
    height: 19px;
  }
}
.langnav .c-btn_mask span:after {
  display: block;
  top: -2px;
  right: -13px;
  bottom: 0;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transition: border-color 0.25s;
  transition: border-color 0.25s; 
  -webkit-transform: rotate(-54deg) skewX(-15deg); 
      -ms-transform: rotate(-54deg) skewX(-15deg); 
          transform: rotate(-54deg) skewX(-15deg);
}
@media (min-width: 1024px) {
  .langnav .c-btn_mask span:after {
    right: -17px;
  }
}
.langnav .c-select {
  display: block;
  position: relative;
  z-index: 2;
  padding: 0;
  border: none;
  border-radius: 39px;
  outline: none;
  width: 119px;
  height: 33px;
  background: none;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #e3b865 inset;
          box-shadow: 0px 0px 0px 3px #e3b865 inset;
  font-weight: bold;
  line-height: 1;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}
.langnav .c-select:before,
.langnav .c-select:after {
  content: "";
  position: absolute;
}
.langnav .c-select:before {
  top: 9px;
  left: 19px;
  width: 15px;
  height: 15px; 
  background-image: url(/sports/savas/img/multi_lang/icon_global.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.langnav .c-select:after {
  display: block;
  visibility: visible;
  top: -4px;
  right: 17px;
  bottom: 0;
  margin: auto;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-54deg) skewX(-15deg);
      -ms-transform: rotate(-54deg) skewX(-15deg);
          transform: rotate(-54deg) skewX(-15deg);
}
@media (min-width: 1024px) {
  .langnav .c-select {
    display: none;
  }
}
.langnav .c-select select {
  display: block;
  overflow: hidden;
  z-index: 1;
  padding: 11px 10px 9px 40px;
  border: none;
  border-radius: 25px;
  width: 100%; 
  background: none;
  color: #fff;
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

.langnav_list {
  display: none; 
  visibility: hidden;
  opacity: 0;
  position: relative;
  margin: 0 auto;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-color: #000;
}
@media (min-width: 1024px) {
  .langnav_list {
    display: block;
    margin-top: 24px;
    padding: 15px 25px;
    width: 138px;
  }
}
.langnav_list:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #000;
  border-left: 6px solid transparent; 
  -webkit-transform: translateX(-50%); 
      -ms-transform: translateX(-50%); 
          transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .langnav_list:before {
    top: -8px;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #000;
    border-left: 6px solid transparent;
  }
}

.langnav_list_item a {
  display: block;
  position: relative;
  padding: 7px 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; 
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .langnav_list_item a {
    padding: 10px 0;
    font-size: 1rem;
  }
}
.langnav_list_item a:before,
.langnav_list_item a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 5px;
  height: 1px;
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right; 
  background: #fff;
}
.langnav_list_item a:before {
  -webkit-transform: rotate(-45deg) skewX(50deg);
      -ms-transform: rotate(-45deg) skewX(50deg);
          transform: rotate(-45deg) skewX(50deg);
}
.langnav_list_item a:after {
  -webkit-transform: rotate(45deg) skewX(-50deg);
      -ms-transform: rotate(45deg) skewX(-50deg);
          transform: rotate(45deg) skewX(-50deg);
}
.langnav_list_item a:hover {
  opacity: 0.6;
}
.langnav_list_item a[aria-current="page"] {
  pointer-events: none; 
  color: #525252;
}
.langnav_list_item a[aria-current="page"]:before,
.langnav_list_item a[aria-current="page"]:after {
  background: #525252;
}

.langnav_list_item:nth-child(n + 2) {
  border-top: 1px solid #525252;
}

.hero_content {
  position: relative;
}

.mv_logo {
  position: absolute;
  z-index: 5;
  top: 66.85144%;
  right: 6.53333%;
  width: 163px;
}
@media (min-width: 1024px) {
  .mv_logo {
    top: 37.44428%;
    left: 60.21429%;
    width: 25.78571%;
  }
}

.hero_img img {
  width: 100%;
}

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

  -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;
    margin-bottom: 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;
}

/* --------------------------------
   reason
-------------------------------- */
.reason {
  padding: 55px 0 0;
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .reason {
    padding: 92px 0 68px;
  }
}

.reason_img {
  position: relative;
  margin-top: 46px;
  width: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .reason_img {
    margin-top: 84px;
  }
}

.reason_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 46px;
  text-align: center; 
  color: #fff;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .reason_list {
    margin: 30px auto 0;
    padding: 0 20px;
    max-width: 1320px; 

    -ms-flex-wrap: nowrap; 

        flex-wrap: nowrap;
  }
}

.reason_list_item {
  padding: 26px 15px 35px;
  width: 50%;
  background-color: #000;
}
@media (min-width: 1024px) {
  .reason_list_item {
    padding: 50px 10px;
    width: calc(100% / 4);
  }
  .reason_list_item:nth-child(3) {
    border-left: 1px solid #373737;
  }
}
.reason_list_item:nth-child(even) {
  border-left: 1px solid #373737;
}
.reason_list_item:nth-child(n + 3) {
  border-top: 1px solid #373737;
}
@media (min-width: 1024px) {
  .reason_list_item:nth-child(n + 3) {
    border-top: none;
  }
}
.reason_list_item:nth-of-type(1) img {
  margin-left: 20px;
  width: 74px;
}
@media (min-width: 1024px) {
  .reason_list_item:nth-of-type(1) img {
    margin-left: 30px;
    width: 122px;
  }
}
.reason_list_item:nth-of-type(2) img {
  width: 71px;
}
@media (min-width: 1024px) {
  .reason_list_item:nth-of-type(2) img {
    width: 116px;
  }
}
.reason_list_item:nth-of-type(3) img {
  margin-left: 18px;
  width: 83px;
}
@media (min-width: 1024px) {
  .reason_list_item:nth-of-type(3) img {
    margin-top: 5px;
    margin-left: 26px;
    width: 134px;
  }
}
.reason_list_item:nth-of-type(4) img {
  margin-top: 5px;
  width: 84px;
}
@media (min-width: 1024px) {
  .reason_list_item:nth-of-type(4) img {
    margin-top: 6px;
    width: 145px;
  }
}

.reason_list_num {
  font-size: 0.8125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .reason_list_num {
    font-size: 0.875rem;
  }
}

.reason_list_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-size: 1.25rem;
  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) {
  .reason_list_ttl {
    margin-top: 6px;
    font-size: 2.125rem;
  }
}
.reason_list_ttl:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -13px;
  left: 0;
  margin: auto;
  width: 26px;
  height: 3px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .reason_list_ttl:after {
    bottom: -17px;
    width: 28px;
  }
}

.reason_list_ttl_sm {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .reason_list_ttl_sm {
    font-size: 1.625rem;
  }
}

.reason_list_img {
  margin-top: 38px;
  height: 61px;
}
@media (min-width: 1024px) {
  .reason_list_img {
    margin-top: 50px;
    height: 101px;
  }
}

.reason_list_txt {
  margin-top: 15px;
  letter-spacing: 0.05em;
  font-size: 0.6875rem;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .reason_list_txt {
    margin-top: 28px;
    letter-spacing: 0.04em;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.reason_cation {
  padding: 12px 20px 33px;
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .reason_cation {
    margin: 0 auto;
    padding: 23px 20px;
    max-width: 1320px;
  }
}

.reason_cation_txt {
  font-size: 0.625rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .reason_cation_txt {
    letter-spacing: 0.03em; 
    font-size: 0.75rem;
    line-height: 1;
  }
}

/* --------------------------------
   lineup
-------------------------------- */
.lineup {
  padding: 60px 0;
}
@media (min-width: 1024px) {
  .lineup {
    padding: 92px 0 73px;
  }
}

.lineup_list {
  margin-top: 42px;
}
@media (min-width: 1024px) {
  .lineup_list {
    margin: 80px auto 0;
    padding: 0 20px;
    max-width: 1440px;
  }
}

.lineup_list_item:nth-of-type(1) .lineup_list_pkImg,
.lineup_list_item:nth-of-type(2) .lineup_list_pkImg {
  width: 63.46667vw;
}
@media (min-width: 1024px) {
  .lineup_list_item:nth-of-type(1) .lineup_list_pkImg,
  .lineup_list_item:nth-of-type(2) .lineup_list_pkImg {
    width: 340px;
  }
}

.lineup_list_item:nth-of-type(3) .lineup_list_pkImg {
  width: 90.66667vw;
}
@media (min-width: 1024px) {
  .lineup_list_item:nth-of-type(3) .lineup_list_pkImg {
    width: 484px;
  }
}

.lineup_list_item:nth-of-type(4) .lineup_list_pkImg {
  width: 90.66667vw;
}
@media (min-width: 1024px) {
  .lineup_list_item:nth-of-type(4) .lineup_list_pkImg {
    width: 484px;
  }
}

.lineup_list_item:nth-of-type(5) .lineup_list_pkImg {
  width: 71.73333vw;
}
@media (min-width: 1024px) {
  .lineup_list_item:nth-of-type(5) .lineup_list_pkImg {
    width: 382px;
  }
}

.lineup_list_item:nth-of-type(6) .lineup_list_pkImg {
  width: 88.8vw;
}
@media (min-width: 1024px) {
  .lineup_list_item:nth-of-type(6) .lineup_list_pkImg {
    width: 478px;
  }
}

@media (min-width: 1024px) {
  .lineup_list_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lineup_list_item:nth-of-type(odd) .lineup_list_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lineup_list_item:nth-of-type(odd) .lineup_list_product {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.lineup_list_img {
  width: 100%;
}
@media (min-width: 1024px) {
  .lineup_list_img {
    width: 50%; 
    background-position: center;
    background-size: cover;
  }
  .lineup_list_img img {
    visibility: hidden;
  }
}

.lineup_list_product {
  overflow: hidden;
  padding: 35px 20px 60px;
  background-color: #f6f6f6;
  text-align: center;
}
@media (min-width: 1024px) {
  .lineup_list_product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 50px 20px;
    width: 50%; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

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

.lineup_list_ttl {
  font-size: 1.25rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .lineup_list_ttl {
    font-size: 2.125rem;
  }
}

.lineup_list_subttl {
  margin-top: 18px;
  letter-spacing: 0.09em; 
  font-size: 1.0625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .lineup_list_subttl {
    margin-top: 20px;
    letter-spacing: 0.05em; 
    font-size: 1.5rem;
  }
}

.lineup_list_pkImg {
  margin: 19px auto 0;
}
@media (min-width: 1024px) {
  .lineup_list_pkImg {
    margin-top: 26px;
    max-width: 100%;
  }
}

.lineup_list_txt {
  margin-top: 8px;
  text-align: left; 
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .lineup_list_txt {
    margin-top: 16px;
    max-width: 420px;
    letter-spacing: 0.03em; 
    font-size: 0.875rem;
  }
}

.detail_btn {
  margin: 18px auto 0;
  width: 180px;
}
@media (min-width: 1024px) {
  .detail_btn {
    margin-top: 23px;
    width: 196px;
  }
}
@media (min-width: 1024px) {
  .detail_btn .c-btn {
    letter-spacing: 0.05em;
  }
}
.detail_btn .c-btn_mask {
  padding: 11px;
}
@media (min-width: 1024px) {
  .detail_btn .c-btn_mask {
    padding: 15px;
  }
}
.detail_btn .icon_blank {
  right: 13px;
}
@media (min-width: 1024px) {
  .detail_btn .icon_blank {
    right: 10px;
    bottom: -2px;
  }
}

.lineup_btn {
  margin: 30px auto 0;
  width: 220px;
}
@media (min-width: 1024px) {
  .lineup_btn {
    margin-top: 48px;
    width: 340px;
  }
}
@media (min-width: 1024px) {
  .lineup_btn .c-btn {
    padding: 4px;
    font-size: 1.5rem;
  }
}
.lineup_btn .c-btn_mask {
  padding: 18px;
}
@media (min-width: 1024px) {
  .lineup_btn .c-btn_mask {
    padding: 24px;
    border-radius: 36px;
  }
}
.lineup_btn .icon_blank:before {
  left: 4px;
}
@media (min-width: 1024px) {
  .lineup_btn .icon_blank:before {
    left: 2px;
  }
}

/* --------------------------------
   advertisement
-------------------------------- */
.advertisement {
  padding: 0 20px 0;
  width: 100%;
  height: 134.8vw;
}
@media (min-width: 1024px) {
  .advertisement {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1160px;
    height: 53vw; 
    max-height: 619px;
  }
}

.advertisement_inner {
  position: relative;
  padding: 9.33333vw 0;
  width: 100%;
  height: 100%; 
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1024px) {
  .advertisement_inner {
    padding: 5vw 0; 
    background-size: contain;
  }
}

.advertisement_ttl {
  text-align: center; 
  letter-spacing: 0.04em;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .advertisement_ttl {
    top: 72px;
    font-size: 1.875rem;
    line-height: 1.4;
  }
}

.advertisement_btn {
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 28.26667vw;
  left: 0;
  margin: auto;
  padding: 3px;
  border-radius: 39px;
  width: 220px;
  height: 57px;
  background: #e3b865;
  text-align: center;

  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
@media (min-width: 1024px) {
  .advertisement_btn {
    bottom: 13%;
    margin: 0 auto;
    padding: 4px;
    border-radius: 44px;
    width: 340px; 
    height: 80px;
  }
}
.advertisement_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  border-radius: inherit; 
  height: 100%;
  background: #fff;

  -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) {
  .advertisement_btn a {
    padding: 20px;
  }
  .advertisement_btn a: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: #000;
  }
  .advertisement_btn a:hover:before {
    -webkit-transform: skewX(25deg) scaleX(1);
        -ms-transform: skewX(25deg) scaleX(1);
            transform: skewX(25deg) scaleX(1);
  }
  .advertisement_btn a:after {
    content: "";
    opacity: 0; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    margin: auto;
    width: 198px;
    height: 22px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-image: url(/sports/savas/img/products_detail/btn_logo_milkprotein_01_ov.webp?20231003);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .advertisement_btn a:hover:before {
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
  .advertisement_btn a:hover:after {
    opacity: 1;
  }
}
.advertisement_btn a .icon_blank {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .advertisement_btn a .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.advertisement_btn a .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.25s 0.15s;
  transition: opacity 0.25s 0.15s; 
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .advertisement_btn a .icon_blank:before {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .advertisement_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(/sports/savas/img/common/icon_blank_ov.webp) 0 0 no-repeat;
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .advertisement_btn a:hover .icon_blank:before {
    opacity: 0;
  }
  .advertisement_btn a:hover .icon_blank:after {
    opacity: 1;
  }
}
.advertisement_btn img {
  width: 126px;
}
@media (min-width: 1024px) {
  .advertisement_btn img {
    width: 198px;
  }
}

/* --------------------------------
   products_link
-------------------------------- */
.products_link {
  position: relative;
  padding: 35px 0 70px;
  background-image: url(/sports/savas/img/multi_lang/products_link_img.webp?20211224);
  background-repeat: no-repeat;
  background-position-x: center; 
  background-size: 100%;
}
@media (min-width: 1024px) {
  .products_link {
    margin-top: 100px;
    padding: 122px 0 134px;
    min-height: 602px;
    background-image: url(/sports/savas/img/multi_lang/products_link_img_lg.webp?20211224);
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .products_link .section_ttl {
    color: #fff;
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .products_link .section_ttl:after {
    background-color: #fff;
  }
}

.products_link_img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .products_link_img {
    margin-top: 0;
  }
  .products_link_img img {
    width: 100%;
  }
}

.products_link_txt {
  padding: 84.8vw 20px 0;
  text-align: center;
  letter-spacing: 0.02em; 
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .products_link_txt {
    margin-top: 55px;
    padding: 0;
    letter-spacing: 0.06em;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.7;
  }
}

.products_link_btn {
  margin: 20px auto 0;
  width: 240px;
}
@media (min-width: 1024px) {
  .products_link_btn {
    margin-top: 47px;
    width: 340px;
  }
}
.products_link_btn .c-btn {
  padding: 0;
  background: none;
  -webkit-box-shadow: 0px 0px 0px 3px #e3b865 inset;
          box-shadow: 0px 0px 0px 3px #e3b865 inset;
  font-size: 1.0625rem;
}
@media (min-width: 1024px) {
  .products_link_btn .c-btn {
    border-radius: 40px;
    color: #fff; 
    -webkit-box-shadow: 0px 0px 0px 4px #e3b865 inset; 
            box-shadow: 0px 0px 0px 4px #e3b865 inset;
    font-size: 1.625rem;
  }
  .products_link_btn .c-btn:hover .c-btn_mask::after {
    -webkit-transform: skewX(35deg) scaleX(1);
        -ms-transform: skewX(35deg) scaleX(1);
            transform: skewX(35deg) scaleX(1);
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
  }
}
.products_link_btn .c-btn .icon_blank:before {
  background: url(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1024px) {
  .products_link_btn .c-btn .icon_blank:before {
    background: url(/sports/savas/img/common/icon_blank_ov.webp) 0 0 no-repeat;
    background-size: contain;
  }
}
.products_link_btn .c-btn_mask {
  padding: 20px;
}
@media (min-width: 1024px) {
  .products_link_btn .c-btn_mask {
    padding: 27px;
    border-radius: 40px;
  }
}
.products_link_btn .c-btn_mask::after {
  top: -3px; 
  height: calc(100% + 6px);
  -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;
  background: #e3b865;
}

/* --------------------------------
   footer
-------------------------------- */
.footer {
  position: relative;
  padding: 55px 20px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .footer {
    padding: 78px 0 32px;
  }
}
.footer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

@media (min-width: 1024px) {
  .shop_list_wrapper {
    margin: 28px auto 0;
    padding: 0 20px;
    max-width: 1160px;
  }
}

.shop_list {
  margin-top: 27px;
  padding-bottom: 45px;
  border-bottom: 2px solid #1e1e1e;
}
@media (min-width: 1024px) {
  .shop_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 43px; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .shop_list_item {
    width: calc((100% - 64px) / 3);
  }
}

.shop_list_item + .shop_list_item {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .shop_list_item + .shop_list_item {
    margin-top: 0; 
    margin-left: 32px;
  }
}

.shop_list_item:nth-child(1) img {
  width: 87px;
}
@media (min-width: 1024px) {
  .shop_list_item:nth-child(1) img {
    width: 110px;
  }
}

.shop_list_item:nth-child(2) img {
  width: 87px;
}
@media (min-width: 1024px) {
  .shop_list_item:nth-child(2) img {
    width: 110px;
  }
}

.shop_list_item:nth-child(3) img {
  width: 120px;
}
@media (min-width: 1024px) {
  .shop_list_item:nth-child(3) img {
    width: 146px;
  }
}

.shop_btn {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; 
  position: relative;
  margin: 0 auto;
  padding: 3px;
  border-radius: 35px;
  max-width: 336px;
  height: 61px;
  background: #e3b865;
}
@media (min-width: 1024px) {
  .shop_btn {
    padding: 4px;
    border-radius: 44px;
    max-width: 352px;
    height: 87px;
  }
}
.shop_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: inherit; 
  width: 100%;
  height: 100%;
  background: #fff;

  -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) {
  .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;
  }
  .shop_btn a:hover:before {
    left: -2%;
    width: 104%;
  }
  .shop_btn a:after {
    content: "";
    opacity: 0; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    margin: auto;
    width: 146px;
    height: 34px;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .shopping_storeList_amazon .shop_btn a:after {
    background-image: url(/sports/savas/img/products_detail/logo_amazon_ov.webp);
  }
  .shopping_storeList_rakuten .shop_btn a:after {
    background-image: url(/sports/savas/img/products_detail/logo_rakuten_ov.webp);
  }
  .shopping_storeList_lohaco .shop_btn a:after {
    background-image: url(/sports/savas/img/products_detail/logo_lohaco_ov.webp);
  }
  .shop_btn a:hover:after {
    opacity: 1;
  }
}
.shop_btn a img {
  z-index: 1;
}
.shop_btn a .icon_blank {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 26px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .shop_btn a .icon_blank {
    right: 17px;
    width: 11px;
    height: 9px;
  }
}
.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(/sports/savas/img/common/icon_blank.webp) 0 0 no-repeat;
  background-size: contain;
}

.footer_logo {
  margin-top: 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer_logo {
    margin-top: 54px;
  }
}
.footer_logo img {
  width: 170px;
}
@media (min-width: 1024px) {
  .footer_logo img {
    width: 193px;
  }
}
.footer_logo a {
  display: inline-block;
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; 
  color: #fff;
}
@media (min-width: 1024px) {
  .footer_logo a:hover .footer_logo_img img,
  .footer_logo a:hover .footer_txt {
    opacity: 0.6;
  }
}

.footer_txt {
  display: inline-block;
  position: relative;
  margin-top: 9px;
  letter-spacing: 0.07em; 
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .footer_txt {
    margin-top: 14px;
    font-size: 0.75rem;
  }
}
.footer_txt .icon_blank {
  position: absolute;
  top: 0;
  right: -14px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 8px;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 1024px) {
  .footer_txt .icon_blank {
    right: -19px;
    width: 11px;
    height: 9px;
  }
}
.footer_txt .icon_blank:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sports/savas/img/common/icon_blank_ov.webp) 0 0 no-repeat;
  background-size: contain;
}

.footer_copyright {
  margin-top: 47px;
  text-align: center; 
  color: #4e4e4e;
}
.footer_copyright .footer_copyright_txt {
  font-family: "Noto Sans JP", sans-serif;
}
.footer_copyright small {
  letter-spacing: 0.07em; 
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .footer_copyright small {
    font-size: 0.75rem;
  }
}

.global_footer_pageTop {
  bottom: 40px;
}
@media (min-width: 1024px) {
  .global_footer_pageTop {
    right: 2.98611%;
    bottom: 30px;
  }
}

/* --------------------------------
   lang-en
-------------------------------- */
@media (min-width: 1024px) {
  .lang-en .langnav .c-btn_mask span:before {
    top: 0;
  }
}

@media (min-width: 1024px) {
  .lang-en .langnav .c-btn_mask span:after {
    top: -4px;
  }
}

.lang-en .advertisement_inner {
  background-image: url(/sports/savas/img/multi_lang/advertisement_img_en.webp?20250408);
}
@media (min-width: 1024px) {
  .lang-en .advertisement_inner {
    background-image: url(/sports/savas/img/multi_lang/advertisement_img_en_lg.webp?20250909);
  }
}

.lang-en .products_link {
  background-position-y: 133px;
}
@media (min-width: 1024px) {
  .lang-en .products_link {
    background-position-y: center;
  }
}

/* --------------------------------
   lang-sc lang-tc
-------------------------------- */
@media (min-width: 1024px) {
  .lang-sc .langnav .c-btn_mask span:before,
  .lang-tc .langnav .c-btn_mask span:before {
    top: 2px;
  }
}

@media (min-width: 1024px) {
  .lang-sc .langnav .c-btn_mask span:after,
  .lang-tc .langnav .c-btn_mask span:after {
    top: -2px;
  }
}

.lang-sc .products_link,
.lang-tc .products_link {
  background-position-y: 105px;
}
@media (min-width: 1024px) {
  .lang-sc .products_link,
  .lang-tc .products_link {
    background-position-y: center;
  }
}

/* --------------------------------
   lang-sc
-------------------------------- */
.lang-sc .advertisement_inner {
  background-image: url(/sports/savas/img/multi_lang/advertisement_img_sc.webp?20250408);
}
@media (min-width: 1024px) {
  .lang-sc .advertisement_inner {
    background-image: url(/sports/savas/img/multi_lang/advertisement_img_sc_lg.webp?20250909);
  }
}

/* --------------------------------
   lang-tc
-------------------------------- */
.lang-tc .advertisement_inner {
  background-image: url(/sports/savas/img/multi_lang/advertisement_img_tc.webp?20250408);
}
@media (min-width: 1024px) {
  .lang-tc .advertisement_inner {
    background-image: url(/sports/savas/img/multi_lang/advertisement_img_tc_lg.webp?20250909);
  }
}