@charset "UTF-8";
/*
* products.css
*
*/
/* --------------------------------
  cv btn
-------------------------------- */
@media (min-width: 768px) {
  .products_shops_empty {
    visibility: hidden;
    opacity: 0; 
    width: 100%;
    height: auto;
    min-height: 93px;
  }
}

.products_shop_btnArea {
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .products_shop_btnArea {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 0;
    padding: 7px;
    width: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: rgba(0, 0, 0, 0.55);
  }
  .products_shop_btnArea.is-hide {
    visibility: hidden;
    opacity: 0;
  }
}

.btn-logo {
  overflow: hidden; 
  position: relative;
  padding: 3px;
  border-radius: 39px;
  height: 71px;
  background: #e3b865;
}
@media (min-width: 1024px) {
  .btn-logo {
    border-radius: 44px;
    height: 86px;
  }
}
.btn-logo 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) {
  .btn-logo a {
    padding: 20px;
  }
  .btn-logo 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: #000;
  }
  .btn-logo a:hover:before {
    left: -2%;
    width: 104%;
  }
  .btn-logo 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;
  }
  .products_shops_list_amazon .btn-logo a:after {
    background-image: url(/sports/savas/img/products_detail/logo_amazon_ov.svg);
  }
  .products_shops_list_rakuten .btn-logo a:after {
    background-image: url(/sports/savas/img/products_detail/logo_rakuten_ov.svg);
  }
  .products_shops_list_lohaco .btn-logo a:after {
    background-image: url(/sports/savas/img/products_detail/logo_lohaco_ov.svg?20210601);
  }
  .btn-logo a:hover:after {
    opacity: 1;
  }
}
.btn-logo a .icon_blank {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .btn-logo a .icon_blank {
    right: 19px;
    width: 11px;
    height: 9px;
  }
}
.btn-logo 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;
}
@media (min-width: 1024px) {
  .btn-logo 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) {
  .btn-logo a:hover .icon_blank:before {
    opacity: 0;
  }
  .btn-logo a:hover .icon_blank:after {
    opacity: 1;
  }
}

.products_shop_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f5f5f5;
  background: #fff;
}
@media (min-width: 1024px) {
  .products_shop_btns {
    border-width: 3px;
  }
}
.products_shop_btns li {
  width: calc(100% / 3);
}
.products_shop_btns li:nth-child(n + 2) {
  border-left: 2px solid #f5f5f5;
}
@media (min-width: 1024px) {
  .products_shop_btns li:nth-child(n + 2) {
    border-width: 3px;
  }
}
.products_shop_btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 15px 0;
  height: 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_shop_btns li a {
    overflow: hidden;
    padding: 16px 5px 14px;
  }
  .products_shop_btns li a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -10%;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.35s;
    transition: width 0.35s; 
    -webkit-transform: skewX(20deg); 
        -ms-transform: skewX(20deg); 
            transform: skewX(20deg);
    background: #000;
  }
  .products_shop_btns li a:hover:before {
    left: -10%;
    width: 120%;
  }
  .products_shop_btns li a:after {
    content: "";
    opacity: 0; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: -2px; 
    left: 0;
    z-index: 1;
    margin: auto;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .products_shop_btns li a:hover:after {
    opacity: 1;
  }
}
.products_shop_btns li .icon_blank {
  position: absolute;
  right: 3px;
  bottom: 3px;
  width: 9px;
  height: 8px;
}
@media (min-width: 1024px) {
  .products_shop_btns li .icon_blank {
    right: 6px;
    bottom: 6px;
    width: 11px;
    height: 9px;
  }
}
.products_shop_btns li .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;
}
@media (min-width: 1024px) {
  .products_shop_btns li .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) {
  .products_shop_btns li a:hover .icon_blank:before {
    opacity: 0;
  }
  .products_shop_btns li a:hover .icon_blank:after {
    opacity: 1;
  }
}

.products_shop_btns_amazon img {
  width: 50.84746%;
}
@media (min-width: 1024px) {
  .products_shop_btns_amazon img {
    width: 106px;
  }
}

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

.products_shop_btns_rakuten img {
  width: 51.27119%;
}
@media (min-width: 1024px) {
  .products_shop_btns_rakuten img {
    width: 107px;
  }
}

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

.products_shop_btns_lohaco img {
  width: 62.71186%;
}
@media (min-width: 1024px) {
  .products_shop_btns_lohaco img {
    width: 128px;
  }
}

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

.products_detail {
  opacity: 0; 
  padding-top: 25px;
  -webkit-transition: opacity 0.7s 0.9s;
  transition: opacity 0.7s 0.9s;
}
@media (min-width: 1024px) {
  .products_detail {
    position: relative;
    padding: 40px 4.14286% 0;
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .products_detail {
    padding: 40px 58px 0;
    width: 700px;

    -ms-flex-negative: 0;

        flex-shrink: 0;
  }
}
.is-loaded .products_detail {
  opacity: 1;
}
@media (min-width: 768px) {
  .products_detail.w_bottle {
    min-height: calc(100vh - 80px);
  }
}

.products_shop_btnArea._productTop,
.products_shop_btnArea._productCategory {
  position: fixed;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.34s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.products_shop_btnArea._productTop.is-hidden,
.products_shop_btnArea._productCategory.is-hidden {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.16s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.products_shop_btnArea._productCategory {
  height: 67px;
}
@media (min-width: 768px) {
  .products_shop_btnArea._productCategory {
    height: 68px;
  }
}
.products_shop_btnArea._productCategory .products_shop_btns {
  display: block;
  height: 100%;
}
.products_shop_btnArea._productCategory .products_shop_btns li {
  width: 100%;
  height: 100%;
}
.products_shop_btnArea._productCategory .products_shop_btns a {
  height: 100%;
}
.products_shop_btnArea._productCategory .products_shop_btns a img {
  height: 100%;
}

/* --------------------------------

-------------------------------- */
@media (max-width: 1023.98px) {
  .products_container {
    margin: 0 auto;
    max-width: 750px;
  }
}

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

.products_images {
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
@media (max-width: 767.98px) {
  .products_images {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .products_images {
    margin-right: 25px; 
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  .products_images {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .products_images {
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .products_images_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: fixed;
    bottom: 0;
    left: 0;
    width: calc(50% - 2px);
    height: calc(100vh - 101px);
    min-height: 420px; 

    -webkit-box-pack: justify; 

        -ms-flex-pack: justify; 

            justify-content: space-between;
  }
}

@media (min-width: 1280px) {
  .products_images_container {
    height: calc(100vh - 80px);
  }
}

@media (min-width: 1400px) {
  .products_images_container {
    width: calc(100% - 703px);
  }
}

@media (min-width: 768px) {
  .products_images_container.is-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

.products_images_container:after {
  display: none;
}

.products_images_detail {
  opacity: 0; 
  position: relative;
  padding: 30px 20px 0 20px;
  -webkit-transition: opacity 0.7s 0.8s;
  transition: opacity 0.7s 0.8s;
}
@media (min-width: 1024px) {
  .products_images_detail {
    padding: 6.42857% 8.57143% 0;
  }
}
.is-loaded .products_images_detail {
  opacity: 1;
}

.products_images_name {
  font-size: 1.75rem;
  font-weight: bold; 
  line-height: 1.28571;
}
@media (min-width: 1024px) {
  .products_images_name {
    font-size: 2.25rem;
  }
}

.products_images_lead {
  margin-top: 7px;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_images_lead {
    margin-top: 4px;
    font-size: 1.25rem;
  }
}

.products_ingredient_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  gap: 4px 8px;
}
@media (min-width: 768px) {
  .products_ingredient_list {
    margin-top: 18px;

    gap: 5px 10px;
  }
}

.products_ingredient {
  padding: 2px 8px 3px;
  border: 1px solid #000;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .products_ingredient {
    padding: 3px 8px 4px;
    font-size: 0.75rem;
  }
}

.products_new_icon {
  display: -ms-grid;
  display: grid;
  position: absolute;
  z-index: 1; 
  top: 0;
  left: 0;
  width: 2.75rem;
  height: 1.25rem;
  background: #ae0000;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;

  place-items: center;
}
@media (min-width: 1024px) {
  .products_new_icon {
    width: 5rem;
    height: 1.625rem;
    font-size: 1.125rem;
  }
}
.products_new_icon.is-show {
  opacity: 0;
  -webkit-animation: fadeIn 0.35s forwards 0.3s;
          animation: fadeIn 0.35s forwards 0.3s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.products_images_figure {
  opacity: 0; 
  margin-top: 15px;
  height: 265px;
  -webkit-transition: all 0.35s 0.3s;
  transition: all 0.35s 0.3s;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .products_images_figure {
    margin-bottom: 30px;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .products_images_figure {
    height: 360px;
  }
}
@media (min-width: 1024px) {
  .products_images_figure {
    margin-bottom: 30px;
    height: 100%; 
    max-height: 450px;
  }
}
@media screen and (max-height: 760px) and (min-width: 1024px) {
  .products_images_figure {
    background-size: contain;
  }
}
@media screen and (min-height: 660px) and (min-width: 1024px) and (max-width: 1400px) {
  .products_images_figure {
    background-size: cover;
  }
}
@media screen and (min-height: 760px) and (min-width: 1600px) {
  .products_images_figure {
    background-size: contain;
  }
}
.products_images_figure img {
  display: none;
}
.is-loaded .products_images_figure {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.products_images_figure:has(.products_images_figure_badge) {
  position: relative;
}
.products_images_figure .products_images_figure_badge img {
  display: block;
}

.products_images_figure_badge {
  opacity: 0;
  -webkit-animation: fadeIn 0.35s forwards 2.1s;
          animation: fadeIn 0.35s forwards 2.1s;
}
.products_images_figure_badge._top {
  position: absolute;
  top: calc(100% + 18px);
  right: 7.2vw;
  width: 64px;
}
@media (min-width: 1024px) {
  .products_images_figure_badge._top {
    top: calc(100% + 40px);
    right: 4.88281vw; 
    width: 80px;
  }
}
@media (min-width: 1400px) {
  .products_images_figure_badge._top {
    right: 5.55556vw; 
    width: 102px;
  }
}
.products_images_figure_badge._top img {
  width: 100%;
}
.products_images_figure_badge._bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7.2vw 16px 0;
  height: 53px; 

  -webkit-box-pack: end; 

      -ms-flex-pack: end; 

          justify-content: flex-end;
  gap: 16px;
}
@media (min-width: 1024px) {
  .products_images_figure_badge._bottom {
    position: absolute;
    right: 4.88281vw; 
    bottom: 104px;
    margin: 0;
    height: 80px;
  }
}
@media (min-width: 1400px) {
  .products_images_figure_badge._bottom {
    right: 5.55556vw; 
    bottom: 96px;
  }
}

/*---------------------------
  flavor switch
---------------------------*/
@media (min-width: 1024px) {
  .products_switch_taste {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .products_switch_taste {
    margin: 13px 5.33333% 0;
  }
  .products_switch_taste.only_sm-large .products_switch_taste_list li {
    width: calc(100% / 2 - 16px);
  }
  .products_switch_taste_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -8px; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
  .products_switch_taste_list li {
    margin: 0 8px 7px;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% / 3 - 16px);
    -webkit-transition: border 0.35s;
    transition: border 0.35s;
  }
  .products_switch_taste_list li.item_lg {
    width: 130px;
  }
  .products_switch_taste_list li.item_xlg {
    width: calc(100% / 2 - 16px);
  }
  .products_switch_taste_list li.is-current {
    border-color: #000;
  }
  .products_switch_taste_list li.is-current .products_switch_taste_list_btn {
    font-weight: bold;
  }
  .products_switch_taste_list_btn {
    position: relative;
    padding: 10px 2px 12px 16px;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: transparent;
    text-align: left;
    font-size: 0.625rem;
  }
  .products_switch_taste_list_btn:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 50%;
    width: 9px;
    height: 9px;
  }
  .products_switch_taste_list_btn.cocoa:before,
  .products_switch_taste_list_btn.cocoa_flavor:before,
  .products_switch_taste_list_btn.cocoa_01:before,
  .products_switch_taste_list_btn.cocoa_flavor_01:before,
  .products_switch_taste_list_btn.cocoa_30:before {
    background: #e70012;
  }
  .products_switch_taste_list_btn.milk:before {
    background: #f6ddc7;
  }
  .products_switch_taste_list_btn.milk_flavor_01:before {
    background: #1d3176;
  }
  .products_switch_taste_list_btn.vanilla:before {
    background: #004ea1;
  }
  .products_switch_taste_list_btn.vanilla_01:before {
    background: #03a1eb;
  }
  .products_switch_taste_list_btn.yogurt:before,
  .products_switch_taste_list_btn.yogurt_01:before {
    background: #00a1e9;
  }
  .products_switch_taste_list_btn.tea:before {
    background: #47b133;
  }
  .products_switch_taste_list_btn.chocolate:before {
    background: #471902;
  }
  .products_switch_taste_list_btn.chocolate_01:before {
    background: #c89641;
  }
  .products_switch_taste_list_btn.lemon:before {
    background: #fff100;
  }
  .products_switch_taste_list_btn.lemon_01:before {
    background: #f1e500;
  }
  .products_switch_taste_list_btn.pineapple:before {
    background: #e50112;
  }
  .products_switch_taste_list_btn.cafeaulait:before {
    background: #bc8131;
  }
  .products_switch_taste_list_btn.grapefruit:before {
    background: #f8e614;
  }
  .products_switch_taste_list_btn.grapefruit_01:before {
    background: #7cb10f;
  }
  .products_switch_taste_list_btn.yogurt_drink_acerola_mix:before {
    background: #dc0075;
  }
  .products_switch_taste_list_btn.whey_muscat:before {
    background: #9bc991;
  }
  .products_switch_taste_list_btn.muscat:before {
    background: #9bc991;
  }
  .products_switch_taste_list_btn.milktea:before {
    background: #1b72ab;
  }
  .products_switch_taste_list_btn.whey_milktea:before {
    background: #322d74;
  }
  .products_switch_taste_list_btn.soymilk:before {
    background: #538d28;
  }
  .products_switch_taste_list_btn.soylatte:before {
    background: #5d3e2a;
  }
  .products_switch_taste_list_btn.berry:before {
    background: #942f8a;
  }
  .products_switch_taste_list_btn.mango:before {
    background: #e4541e;
  }
  .products_switch_taste_list_btn.yogurt_mango:before {
    background: #e4541e;
  }
  .products_switch_taste_list_btn.fruity_01:before {
    background: #69ad21;
  }
  .products_switch_taste_list_btn.fruity_02:before {
    background: #c0eaa9;
  }
  .products_switch_taste_list_btn.banana:before,
  .products_switch_taste_list_btn.banana_01:before {
    background: #ffe100;
  }
  .products_switch_taste_list_btn.mixberry:before {
    background: #b41a70;
  }
  .products_switch_taste_list_btn.mixfruit:before {
    background: #f09520;
  }
  .products_switch_taste_list_btn.milktea_01:before {
    background: #5053a2;
  }
  .products_switch_taste_list_btn.cafelatte_01:before {
    background: #592b2b;
  }
  .products_switch_taste_list_btn.yogurt_drink_strawberry:before {
    background: #d23c84;
  }
  .products_switch_taste_list_btn.yogurt_banana:before {
    background: #f0c900;
  }
  .products_switch_taste_list_btn.yogurt_solid:before {
    background: #0a3dc4;
  }
  .products_switch_taste_list_btn.yogurt_drink:before {
    background: #0a3dc4;
  }
  .products_switch_taste_list_btn.honeylemon_01:before {
    background: #ffe100;
  }
  .products_switch_taste_list_btn.bitter_chocolate:before {
    background: #c5c5c5;
  }
  .products_switch_taste_list_btn.fruitmix:before {
    background: #f09520;
  }
  .products_switch_taste_list_btn.cafelatte_30:before {
    background: #592b2b;
  }
  .products_switch_taste_list_btn.vanilla_ice_cream:before {
    background: #fff2cc;
  }
  .products_switch_taste_list_btn.whey_banana:before {
    background: #fff202;
  }
  .products_switch_taste_list_btn.melon:before {
    background: #aacc03;
  }
  .products_switch_taste_list_btn.yogurt_low_sugar:before {
    background: #55b2af;
  }
  .products_switch_taste_list_btn.yogurt_cocoa:before {
    background: #e70012;
  }
  .products_switch_taste_list_btn.yogurt_peach:before {
    background: #f29b87;
  }
  .products_switch_taste_list_btn.yogurt_vanilla:before {
    background: #03a1eb;
  }
  .products_switch_taste_list_btn.yogurt_banana:before {
    background: #ffe100;
  }
  .products_switch_taste_list_btn.yogurt_drink_less_sweetness:before {
    background: #0a3dc4;
  }
  .products_switch_taste_list_btn.yogurt_drink_white:before {
    background: #91c39d;
  }
  .products_switch_taste_list_btn.yogurt_drink_green_apple:before {
    background: #02b11d;
  }
  .products_switch_taste_list_btn.yogurt_drink_grapefruit:before {
    background: #f8e614;
  }
  .products_switch_taste_list_btn.yogurt_mixberry:before {
    background: #b41a70;
  }
  .products_switch_taste_list_btn.yogurt_drink_banana:before {
    background: #ffe100;
  }
  .products_switch_taste_list_btn.blk_20_chocolate:before {
    background: #471902;
  }
  .products_switch_taste_list_btn.blk_20_caramel:before {
    background: #b55b36;
  }
  .products_switch_taste_list_btn.blk_20_strawberry:before {
    background: #d23c84;
  }
  .products_switch_taste_list_btn.blk_20_almond:before {
    background: #ddc5ad;
  }
  .products_switch_taste_list_btn.strawberry_01:before {
    background: #d23c84;
  }
  .products_switch_taste_list_btn.milkchocolate:before {
    background: #7d281e;
  }
  .products_switch_taste_list_btn.blueberry_yogurt:before {
    background: #44198c;
  }
  .products_switch_taste_list_btn.whey_strawberry:before {
    background: #e91d60;
  }
  .products_switch_taste_list_btn.grape:before {
    background: #5d0c9e;
  }
  .products_switch_taste_list_btn.greenapple:before {
    background: #02b11d;
  }
  .products_switch_bottle_list_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 10px 0;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; 
    background: transparent;
    text-align: left;
    font-size: 0.625rem;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
  }
  .products_switch_bottle_list_btn:before {
    content: none;
  }
}

.products_switch_sections_container {
  margin-bottom: -25px;
}
@media (min-width: 1024px) {
  .products_switch_sections_container {
    margin-bottom: -35px;
  }
}

/*---------------------------
  product detail
---------------------------*/
.products_detail_section {
  margin: 25px 20px;
}
@media (min-width: 1024px) {
  .products_detail_section {
    margin: 35px 20px;
  }
}

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

.products_detail_section_txt {
  margin-top: 12px;
  font-size: 0.8125rem;
  line-height: 1.80769;
}
@media (min-width: 1024px) {
  .products_detail_section_txt {
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}

.products_detail_icon_wrapper {
  margin-top: 17px;
  padding: 32px 37px; 
  border: 2px solid #e5e5e5;
  width: 100%;
}
@media (min-width: 1024px) {
  .products_detail_icon_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 19px;
    padding: 32px 0 37px; 
    border: 1px solid #e5e5e5;
  }
}

.products_detail_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.products_detail_icon img {
  height: 74px;
}
@media (min-width: 1024px) {
  .products_detail_icon {
    padding: 0 29px 0 40px;
  }
  .products_detail_icon img {
    height: 89px;
  }
}
.products_detail_icon img {
  max-width: none;
}

.products_detail_iconTxt {
  margin-top: 13px; 
  line-height: 1.9;
}
.products_detail_iconTxt p {
  width: 100%;
}
.products_detail_iconTxt a {
  position: relative;
  margin-top: 5px; 
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
}
.products_detail_iconTxt a::after {
  content: "";
  display: inline-block;
  margin-left: 9px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .products_detail_iconTxt a::after {
    margin-top: 0; 
    text-align: left;
  }
  .products_detail_iconTxt a::after.is-touched:before {
    left: 0;
    width: 100%;
  }
}
.products_detail_iconTxt a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s; 
  background: #000;
}
.products_detail_iconTxt a.is-touched:before {
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .products_detail_iconTxt {
    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: 0;
    padding-right: 20px;
    width: calc(100% - 271px);
    letter-spacing: -0.04em;
    font-size: 0.875rem;
    line-height: 1.5; 

    -webkit-box-pack: center; 

        -ms-flex-pack: center; 

            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .products_detail_iconTxt a {
    display: inline-block;
  }
}
.products_detail_iconTxt .products_detail_iconLink {
  text-align: center;
}
@media (min-width: 1024px) {
  .products_detail_iconTxt .products_detail_iconLink {
    margin-top: 8px; 
    text-align: left;
  }
}

.products_detail_note {
  margin-top: 10px;
}
.products_detail_note li {
  position: relative;
  padding-left: 1em;
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .products_detail_note li {
    font-size: 0.75rem;
  }
}
.products_detail_note li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  border-radius: 50%;
  width: 0.6em;
  height: 0.6em;
  background: #000;
}

.products_detail_attention {
  margin-top: 10px;
}
.products_detail_attention li {
  position: relative;
  margin-top: 4px;
  padding-left: 1.3em;
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .products_detail_attention li {
    font-size: 0.75rem;
  }
}
.products_detail_attention li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .products_detail_attention li:before {
    font-size: 0.8125rem;
  }
}

.products_detail_component {
  margin-top: 50px;
  padding: 42px 30px 35px;
  background: #f5f5f5;
}
@media screen and (max-width: 340px) {
  .products_detail_component {
    padding-right: 15px; 
    padding-left: 15px;
  }
}
@media (min-width: 1024px) {
  .products_detail_component {
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px 28px 40px;
  }
}

.products_detail_component_taste {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 30px;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  gap: 6px 4px;
}
.products_detail_component_taste._mb_sm {
  margin-bottom: 15px;
}
.products_detail_component_taste li {
  width: max(154px, calc(100% / 3 - 4px)); 

  -ms-flex-negative: 1; 

      flex-shrink: 1;
}
@media (min-width: 768px) and (max-width: 1360px) {
  .products_detail_component_taste li {
    width: max(154px, calc(100% / 2 - 4px));
  }
}
.products_detail_component_taste li.item_lg {
  width: clamp(162px, 15.82031vw, 180px);
}
.products_detail_component_taste li.item_lg > button {
  line-height: 15px;
}
.products_detail_component_taste li.item_xlg {
  width: 270px;
}
.products_detail_component_taste li.item_xlg > button {
  line-height: 15px;
}
@media (max-width: 1023.98px) {
  .products_detail_component_taste {
    display: none;
  }
}

.products_detail_component_taste_btn {
  position: relative;
  padding: 0 10px 0 20px;
  border: none;
  border-radius: 42px;
  width: 100%;
  height: 41px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 0px 3px #000 inset;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.09091;
}
.is-current .products_detail_component_taste_btn {
  background: #000;
  color: #fff;
}
@media (min-width: 1024px) {
  .products_detail_component_taste_btn {
    overflow: hidden;
    z-index: 1;
    padding: 0 10px 0 25px;
    height: 50px;
    font-size: 0.8125rem;
  }
  .products_detail_component_taste_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;
  }
  .products_detail_component_taste_btn:hover {
    color: #fff;
  }
  .products_detail_component_taste_btn:hover:after {
    top: -10%;
    left: -10%;
    width: 120%;
  }
}
.products_detail_component_taste_btn span {
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .products_detail_component_taste_btn span {
    font-size: 0.6875rem;
  }
}
.products_detail_component_taste_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
  border-radius: 50%; 
  width: 10px;
  height: 10px;
}
@media (min-width: 1024px) {
  .products_detail_component_taste_btn:before {
    width: 14px;
    height: 14px;
  }
}
.products_detail_component_taste_btn.cocoa:before,
.products_detail_component_taste_btn.cocoa_flavor:before,
.products_detail_component_taste_btn.cocoa_01:before,
.products_detail_component_taste_btn.cocoa_flavor_01:before,
.products_detail_component_taste_btn.cocoa_30:before {
  background: #e70012;
}
.products_detail_component_taste_btn.milk:before {
  background: #f6ddc7;
}
.products_detail_component_taste_btn.milk_flavor_01:before {
  background: #1d3176;
}
.products_detail_component_taste_btn.vanilla:before {
  background: #004ea1;
}
.products_detail_component_taste_btn.vanilla_01:before {
  background: #03a1eb;
}
.products_detail_component_taste_btn.yogurt:before,
.products_detail_component_taste_btn.yogurt_01:before {
  background: #00a1e9;
}
.products_detail_component_taste_btn.tea:before {
  background: #47b133;
}
.products_detail_component_taste_btn.chocolate:before {
  background: #471902;
}
.products_detail_component_taste_btn.chocolate_01:before {
  background: #c89641;
}
.products_detail_component_taste_btn.lemon:before {
  background: #fff100;
}
.products_detail_component_taste_btn.lemon_01:before {
  background: #f1e500;
}
.products_detail_component_taste_btn.pineapple:before {
  background: #e50112;
}
.products_detail_component_taste_btn.cafeaulait:before {
  background: #bc8131;
}
.products_detail_component_taste_btn.grapefruit:before {
  background: #f8e614;
}
.products_detail_component_taste_btn.grapefruit_01:before {
  background: #7cb10f;
}
.products_detail_component_taste_btn.yogurt_drink_acerola_mix:before {
  background: #dc0075;
}
.products_detail_component_taste_btn.whey_muscat:before {
  background: #9bc991;
}
.products_detail_component_taste_btn.muscat:before {
  background: #9bc991;
}
.products_detail_component_taste_btn.milktea:before {
  background: #1b72ab;
}
.products_detail_component_taste_btn.whey_milktea:before {
  background: #322d74;
}
.products_detail_component_taste_btn.soymilk:before {
  background: #538d28;
}
.products_detail_component_taste_btn.soylatte:before {
  background: #5d3e2a;
}
.products_detail_component_taste_btn.berry:before {
  background: #942f8a;
}
.products_detail_component_taste_btn.mango:before {
  background: #e4541e;
}
.products_detail_component_taste_btn.yogurt_mango:before {
  background: #e4541e;
}
.products_detail_component_taste_btn.fruity_01:before {
  background: #69ad21;
}
.products_detail_component_taste_btn.fruity_02:before {
  background: #c0eaa9;
}
.products_detail_component_taste_btn.banana:before,
.products_detail_component_taste_btn.banana_01:before {
  background: #ffe100;
}
.products_detail_component_taste_btn.mixberry:before {
  background: #b41a70;
}
.products_detail_component_taste_btn.mixfruit:before {
  background: #f09520;
}
.products_detail_component_taste_btn.milktea_01:before {
  background: #5053a2;
}
.products_detail_component_taste_btn.cafelatte_01:before {
  background: #592b2b;
}
.products_detail_component_taste_btn.yogurt_drink_strawberry:before {
  background: #d23c84;
}
.products_detail_component_taste_btn.yogurt_banana:before {
  background: #f0c900;
}
.products_detail_component_taste_btn.yogurt_solid:before {
  background: #0a3dc4;
}
.products_detail_component_taste_btn.yogurt_drink:before {
  background: #0a3dc4;
}
.products_detail_component_taste_btn.honeylemon_01:before {
  background: #ffe100;
}
.products_detail_component_taste_btn.bitter_chocolate:before {
  background: #c5c5c5;
}
.products_detail_component_taste_btn.fruitmix:before {
  background: #f09520;
}
.products_detail_component_taste_btn.cafelatte_30:before {
  background: #592b2b;
}
.products_detail_component_taste_btn.yogurt_drink_green_apple::before {
  background: #b2cb41;
}
.products_detail_component_taste_btn.vanilla_ice_cream:before {
  background: #fff2cc;
}
.products_detail_component_taste_btn.whey_banana:before {
  background: #fff202;
}
.products_detail_component_taste_btn.melon:before {
  background: #aacc03;
}
.products_detail_component_taste_btn.yogurt_low_sugar:before {
  background: #55b2af;
}
.products_detail_component_taste_btn.yogurt_cocoa:before {
  background: #e70012;
}
.products_detail_component_taste_btn.yogurt_peach:before {
  background: #f29b87;
}
.products_detail_component_taste_btn.yogurt_vanilla:before {
  background: #03a1eb;
}
.products_detail_component_taste_btn.yogurt_drink_less_sweetness:before {
  background: #0a3dc4;
}
.products_detail_component_taste_btn.yogurt_drink_white:before {
  background: #91c39d;
}
.products_detail_component_taste_btn.yogurt_drink_grapefruit:before {
  background: #f8e614;
}
.products_detail_component_taste_btn.yogurt_mixberry:before {
  background: #b41a70;
}
.products_detail_component_taste_btn.yogurt_drink_banana:before {
  background: #ffe100;
}
.products_detail_component_taste_btn.blk_20_chocolate:before {
  background: #471902;
}
.products_detail_component_taste_btn.blk_20_caramel:before {
  background: #b55b36;
}
.products_detail_component_taste_btn.blk_20_strawberry:before {
  background: #d23c84;
}
.products_detail_component_taste_btn.blk_20_almond:before {
  background: #ddc5ad;
}
.products_detail_component_taste_btn.strawberry_01:before {
  background: #d23c84;
}
.products_detail_component_taste_btn.milkchocolate:before {
  background: #7d281e;
}
.products_detail_component_taste_btn.blueberry_yogurt:before {
  background: #44198c;
}
.products_detail_component_taste_btn.whey_strawberry:before {
  background: #e91d60;
}
.products_detail_component_taste_btn.grape:before {
  background: #5d0c9e;
}
.products_detail_component_taste_btn.greenapple:before {
  background: #02b11d;
}

.products_taste_txt {
  margin: 20px 0 8px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.84615;
}
@media (min-width: 768px) {
  .products_taste_txt {
    margin: 0 0 9px;
    font-size: 0.875rem;
    line-height: 1.78571;
  }
}
.products_taste_txt._sm {
  font-size: 0.75rem;
  line-height: 1.75;
}
.products_taste_txt._md {
  margin-top: 26px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .products_taste_txt._md {
    margin-top: 0;
    font-size: 1rem;
    line-height: 1.5625;
  }
}
.products_taste_txt._02 {
  margin: 20px 0 -15px;
}
@media (min-width: 768px) {
  .products_taste_txt._02 {
    margin: 0 0 -20px;
  }
}
.products_detail_component .products_taste_txt {
  display: none;
}
@media (min-width: 1024px) {
  .products_detail_component .products_taste_txt {
    display: block;
  }
}
.products_taste_txt._ttl {
  position: relative;
  padding-left: calc(1em - 2px);
}
.products_taste_txt._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;
}

.products_detail_component_link.btn-logo {
  margin: 29px auto 0; 
  max-width: 170px;
  height: 46px;
}
@media (min-width: 768px) {
  .products_detail_component_link.btn-logo {
    margin: 35px 0 53px; 
    max-width: 202px;
    height: 50px;
  }
}
@media (min-width: 1024px) {
  .products_detail_component_link.btn-logo a::after {
    content: "MUSCLE ELITE";
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    letter-spacing: 0;
    color: #fff; 
    font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
    font-size: 1rem;
    font-weight: bold;
  }
}

.products_detail_component_link_txt {
  letter-spacing: 0; 
  font-size: 1rem;
  font-weight: bold;
}

.products_detail_component_bottle_btn {
  position: relative;
  padding: 0 10px;
  border: none;
  border-radius: 42px;
  width: 100%;
  height: 41px;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  background: #fff;
  -webkit-box-shadow: 0px 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 0px 3px #000 inset;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.09091;
}
.is-current .products_detail_component_bottle_btn {
  background: #000;
  color: #fff;
}
@media (min-width: 1024px) {
  .products_detail_component_bottle_btn {
    overflow: hidden;
    z-index: 1;
    padding: 0 10px;
    height: 50px;
    font-size: 0.8125rem;
  }
  .products_detail_component_bottle_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;
  }
  .products_detail_component_bottle_btn:hover {
    color: #fff;
  }
  .products_detail_component_bottle_btn:hover:after {
    top: -10%;
    left: -10%;
    width: 120%;
  }
}

@media (min-width: 1024px) {
  .products_switch_content.w_bottle {
    height: 282px;
  }
}

.products_detail_component_cont {
  margin-bottom: 30px;
}

.products_detail_component_cont_heading {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_detail_component_cont_heading {
    font-size: 1rem;
  }
}
.products_detail_component_cont_heading small {
  font-size: 80%;
}

.products_detail_component_cont_txt {
  margin-top: 1em;
  font-size: 0.75rem;
  line-height: 1.79167;
}

.products_detail_component_table {
  margin-top: 30px;
}
.products_detail_component_table table {
  width: 100%;
  border-collapse: collapse;
  text-align: center; 
  font-size: 0.6875rem;
  line-height: 1.54545;
}
@media (min-width: 1024px) {
  .products_detail_component_table table {
    font-size: 0.75rem;
  }
}
.products_detail_component_table table caption {
  margin-bottom: 17px;
  text-align: left; 
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_detail_component_table table caption {
    font-size: 1rem;
  }
}
.products_detail_component_table table caption small {
  font-size: 80%;
}
.products_detail_component_table table th {
  padding: 8px 5px;
  font-weight: bold;
}
.products_detail_component_table table thead th {
  border-right: 1px solid #e5e4e3;
  border-left: 1px solid #e5e4e3; 
  background: #e5e4e3;
}
.products_detail_component_table table td {
  padding: 8px 5px;
}
.products_detail_component_table table tr:nth-child(odd) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff; 
  background: #fff;
}
.products_detail_component_table 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;
}
.products_detail_component_table table tr:last-child {
  border-bottom: 1px solid #e5e4e3;
}
.products_detail_component_table.column {
  overflow-x: scroll;
  overflow-y: hidden;
}
.products_detail_component_table.column table {
  min-width: 360px;
}
@media (min-width: 1024px) {
  .products_detail_component_table.column table {
    min-width: 455px;
  }
}

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

.products_detail_feature_cont {
  margin: 60px 20px;
}
.products_detail_feature_cont:after {
  display: none;
}

.products_detail_feature_cont_heading {
  position: relative;
  margin-bottom: 25px;
  font-size: 1.1875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_heading {
    font-size: 1.625rem;
  }
}
.products_detail_feature_cont_heading:after {
  content: "";
  display: block;
  margin-top: 12px;
  width: 21px;
  height: 3px;
  background: #000;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_heading:after {
    margin-top: 15px;
    width: 30px;
    height: 4px;
  }
}

.products_detail_feature_cont_subheading {
  margin-top: 22px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.78571;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_subheading {
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}

.products_detail_feature_cont_txt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.78571;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_txt {
    line-height: 1.85714;
  }
}
.products_detail_feature_cont_txt small {
  font-size: 85.71429%;
}

.products_detail_feature_cont_annotation {
  margin-top: 10px;
  padding-left: 1em; 
  text-indent: -1em;
  font-size: 0.8125rem;
  line-height: 1.78571;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_annotation {
    line-height: 1.85714;
  }
}
.products_detail_feature_cont_annotation + .products_detail_feature_priceTable {
  margin-top: 15px;
}
.products_detail_feature_cont_annotation._red {
  color: red;
}

.products_detail_feature_cont_point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  margin-bottom: 20px;
}
.products_detail_feature_cont_point li:nth-child(n + 2) {
  margin-left: -1px;
}
.products_detail_feature_cont_point li {
  width: 84px;
}
@media (min-width: 1024px) {
  .products_detail_feature_cont_point {
    margin-bottom: 30px;
  }
  .products_detail_feature_cont_point li {
    width: 100px;
  }
}

.products_detail_feature_priceTable {
  width: 100%;
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .products_detail_feature_priceTable {
    font-size: 0.875rem;
  }
}
.products_detail_feature_priceTable th {
  padding: 15px 10px;
  border-bottom: 1px solid #000;
  text-align: left;
}
@media (min-width: 1024px) {
  .products_detail_feature_priceTable th {
    padding: 20px;
  }
}
.products_detail_feature_priceTable td {
  padding: 15px 13px;
  border-bottom: 1px solid #e5e4e3;
  color: #9f9f9f;
}
@media (min-width: 1024px) {
  .products_detail_feature_priceTable td {
    padding: 20px;
  }
}
.products_detail_feature_priceTable td .price {
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_detail_feature_priceTable td .price {
    font-size: 1.125rem;
  }
}

.products_links {
  margin: 66px 20px 60px;
}
@media (min-width: 1024px) {
  .products_links {
    margin: 100px 20px;
  }
}

.products_links_lead {
  text-align: center; 
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .products_links_lead {
    font-size: 1rem;
  }
}
.products_links_lead:not(:first-of-type) {
  margin-top: 49px;
}
@media (min-width: 768px) {
  .products_links_lead:not(:first-of-type) {
    margin-top: 65px;
  }
}

.btn-logo {
  margin: 21px auto 0;
  max-width: 282px;
}
@media (min-width: 1024px) {
  .btn-logo {
    margin-top: 26px;
    max-width: 362px;
  }
}

.products_links_junior img {
  width: 151px;
}
@media (min-width: 1024px) {
  .products_links_junior img {
    width: 202px;
  }
}

@media (min-width: 1024px) {
  .products_links_junior a:after {
    width: 202px;
    height: 28px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_junior_ov.webp?20201005);
  }
}

.products_links_shape img {
  width: 174px;
}
@media (min-width: 1024px) {
  .products_links_shape img {
    width: 220px;
  }
}

@media (min-width: 1024px) {
  .products_links_shape a:after {
    width: 220px;
    height: 32px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_shape_01_ov.webp);
  }
}

.products_links_whey img {
  width: 174px;
}
@media (min-width: 1024px) {
  .products_links_whey img {
    width: 220px;
  }
}

@media (min-width: 1024px) {
  .products_links_whey a:after {
    width: 220px;
    height: 32px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_whey_ov.webp);
  }
}

.products_links_milkprotein img {
  width: 165px;
}
@media (min-width: 1024px) {
  .products_links_milkprotein img {
    width: 212px;
  }
}

@media (min-width: 1024px) {
  .products_links_milkprotein a:after {
    width: 212px;
    height: 22px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_milkprotein_01_ov.webp);
  }
}

.products_links_bcaa img {
  height: 21px;
}
@media (min-width: 1024px) {
  .products_links_bcaa img {
    height: 26px;
  }
}

@media (min-width: 1024px) {
  .products_links_bcaa a:after {
    height: 26px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_bcaa_ov.webp);
  }
}

.products_links_forwoman img {
  margin-bottom: -4px;
  width: 156px;
}
@media (min-width: 1024px) {
  .products_links_forwoman img {
    width: 189px;
  }
}

@media (min-width: 1024px) {
  .products_links_forwoman a:after {
    bottom: -4px;
    width: 189px;
    height: 31px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_beautyline_ov.webp);
  }
}

.products_links_aminopower img {
  width: 212px;
}
@media (min-width: 1024px) {
  .products_links_aminopower img {
    width: 242px;
  }
}

@media (min-width: 1024px) {
  .products_links_aminopower a:after {
    width: 242px;
    height: 20px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_aminopower_ov.webp);
  }
}

.products_links_glucosamine img {
  width: 225px;
}
@media (min-width: 1024px) {
  .products_links_glucosamine img {
    width: 253px;
  }
}

@media (min-width: 1024px) {
  .products_links_glucosamine a:after {
    width: 253px;
    height: 17px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_glucosamine_ov.webp);
  }
}

.products_links_soy img {
  width: 174px;
}
@media (min-width: 1024px) {
  .products_links_soy img {
    width: 220px;
  }
}

@media (min-width: 1024px) {
  .products_links_soy a:after {
    width: 220px;
    height: 32px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_soy_ov.webp);
  }
}

.products_links_acid img {
  width: 225px;
}
@media (min-width: 1024px) {
  .products_links_acid img {
    width: 281px;
  }
}

@media (min-width: 1024px) {
  .products_links_acid a:after {
    width: 281px;
    height: 39px;
    background-image: url(/sports/savas/img/products_detail/btn_logo_acid_ov.webp);
  }
}

.products_links_shinka {
  margin-top: 49px;
}
@media (min-width: 768px) {
  .products_links_shinka {
    margin-top: 65px;
  }
}
.products_links_shinka a {
  text-align: center; 
  font-size: 16px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_links_shinka a {
    font-size: 22px;
  }
}
.products_links_shinka a > span {
  display: block;
  position: absolute;
  font-size: inherit;
  font-weight: inherit;
}
.products_links_shinka a:after {
  content: "カラダづくり特設サイト";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
}

.products_links_style_vege a {
  padding: 0;
}
@media (min-width: 1024px) {
  .products_links_style_vege a::after {
    background-image: url(/sports/savas/img/products_detail/btn_logo_style_vege_ov.webp);
  }
}

.products_shops {
  margin: 15px 0 85px;
}
@media (min-width: 1024px) {
  .products_shops {
    margin: 130px 20px;
  }
}

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

.products_shops_txt {
  font-size: 0.875rem;
  line-height: 1.92857;
}
@media (min-width: 1024px) {
  .products_shops_txt {
    text-align: center; 
    font-size: 1rem;
    line-height: 1.875;
  }
}
.products_shops_txt .products_shops_txt_sub {
  display: inline;
  font-size: 80%;
}
.products_shops_txt small {
  display: block;
  margin-top: 10px;
  line-height: 1.875;
}
.products_shops_txt small + small {
  margin-top: 2px;
}
.products_shops_txt small + small + small {
  margin-top: 6px;
  line-height: 1.6;
}

.products_shops_annotation {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .products_shops_annotation {
    margin: 10px auto 0;
    max-width: 570px;
    font-size: 1rem;
  }
}
.products_shops_annotation li::before {
  content: "※";
  font-size: smaller;
}
@media (min-width: 1024px) {
  .products_shops_annotation li span {
    display: inline-block;
    padding-left: 1em;
  }
}

.products_shops_list_container {
  margin: 20px 0 0;
  padding: 13px 26px 60px;
  background: #f0f0f0;
}
@media (min-width: 1024px) {
  .products_shops_list_container {
    margin: 40px auto;
    padding: 58px 20px 70px;
  }
}

@media (min-width: 1024px) {
  .products_shops_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1046px;
  }
}

.products_shops_list li {
  margin: 32px auto 0;
  max-width: 326px;
}
@media (min-width: 1024px) {
  .products_shops_list li {
    margin: 0 11px;
    width: calc(100% / 3 - 22px);
  }
}

.products_shops_list_name {
  text-align: center; 
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .products_shops_list_name {
    font-size: 1rem;
  }
}

.products_shops_list_btn {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .products_shops_list_btn {
    margin-top: 20px;
  }
}

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

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

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

.products_shops_list_rakuten img {
  width: 99px;
}
@media (min-width: 1024px) {
  .products_shops_list_rakuten img {
    width: 110px;
  }
}

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

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