/*
* magazine.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;
}

/* --------------------------------
   about nav
-------------------------------- */
.about_nav {
  margin-top: 78px;
}
@media (min-width: 768px) {
  .about_nav {
    margin-top: 120px;
    padding: 0 15px;
  }
}
.about_nav:not(:has(.about_top_btn)) {
  margin-bottom: 78px;
}
@media (min-width: 768px) {
  .about_nav:not(:has(.about_top_btn)) {
    margin-bottom: 120px;
  }
}

.about_nav_heading {
  text-align: center; 
  font-size: 1.5rem;
  line-height: 1;
}
@media (min-width: 768px) {
  .about_nav_heading {
    font-size: 1.875rem;
  }
}
.about_nav_heading small {
  display: block;
  margin-top: 14px;
  font-size: 50%;
}

.about_nav_list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .about_nav_list {
    margin: 32px auto 0;
    max-width: 1240px;
  }
}
.about_nav_list li {
  width: 73.86667%;
}
@media (min-width: 768px) {
  .about_nav_list li {
    margin: 0 8px;
    width: 24.03226%;
  }
  .about_nav_list li:first-child {
    margin-left: 0;
  }
}
.about_nav_list li a {
  display: block;
}
.about_nav_list li .is-current {
  pointer-events: none;
}
.about_nav_list li .is-current .about_nav_figure {
  position: relative;
}
.about_nav_list li .is-current .about_nav_figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
@media (min-width: 768px) {
  .about_nav_list.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (min-width: 1024px) {
  .about_nav_figure {
    overflow: hidden;
  }
  .about_nav_figure img {
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
  .about_nav_list li a:hover .about_nav_figure img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.about_nav_title {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .about_nav_title {
    margin-top: 20px;
  }
}
.about_nav_title:after {
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 0.5em;
  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);
  vertical-align: middle;
}
.about_nav_title > span {
  -webkit-transition: background-size 0.35s;
  transition: background-size 0.35s; 
  background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
}
[target="_blank"] .about_nav_title::after {
  margin-bottom: 4px;
  margin-left: 0px;
  border: none;
  width: 14px;
  height: 14px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; 
  background: url(/sports/savas/img/common/icon_blank.webp) no-repeat center/cover;
  background-size: contain;
}
@media (min-width: 1024px) {
  [target="_blank"] .about_nav_title::after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1024px) {
  .about_nav_list li a:hover .about_nav_title > span {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.is-current .about_nav_title {
  background-size: 100% 1px;
}

.about_top_btn {
  margin: 35px auto 70px;
  width: 220px;
}
@media (min-width: 768px) {
  .about_top_btn {
    margin: 40px auto 100px;
  }
}

/* --------------------------------
   magazine
-------------------------------- */
:where(.main_container) {
  font-family: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; 
  font-style: normal;
}
:where(.main_container) div:after,
:where(.main_container) dl:after,
:where(.main_container) ul:after {
  all: unset;
}

.p-section {
  padding: 0 20px;

  -webkit-font-feature-settings: "palt";

          font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .p-section {
    padding: 0 40px;
  }
}

.p-section_inner {
  margin: 0 auto; 
  padding: 55px 0;
  max-width: 1240px;
}
@media (min-width: 768px) {
  .p-section_inner {
    padding: 110px 0 90px;
  }
}

.p-txt_body {
  letter-spacing: 0.02em; 
  font-size: 0.875rem;
  line-height: 1.92857;
}
@media (min-width: 768px) {
  .p-txt_body {
    font-size: 1rem;
    line-height: 2;
  }
}

.p-txt_small {
  letter-spacing: 0.02em; 
  font-size: 0.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-txt_small {
    letter-spacing: 0; 
    font-size: 0.75rem;
    line-height: 1.66667;
  }
}

.p-list_annotation {
  display: inline-block;
  padding-left: 1em; 
  text-indent: -1em;
}

.p-cite {
  display: -ms-grid;
  display: grid;
  margin-top: 12px; 

  -ms-grid-columns: auto 1fr; 

      grid-template-columns: auto 1fr;
  gap: 0 10px;
}
@media (min-width: 768px) {
  .p-cite {
    margin-top: 16px;
  }
}
.p-cite cite {
  font-style: normal;
}
.p-cite cite span {
  display: inline-block;
}
.p-cite cite span:not(:first-child) {
  margin-top: 0.5em;
}

.p-color_red {
  color: #ae0000;
}

.p-color_gray {
  color: #777;
}

.p-section_heading {
  text-align: center;
}

.p-section_heading_txt {
  position: relative;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
  word-break: keep-all;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.55;

  overflow-wrap: anywhere;
  line-break: strict;
}
@media (min-width: 768px) {
  .p-section_heading_txt {
    padding-bottom: 14px;
    font-size: 2.125rem;
  }
}
.p-section_heading_txt::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #000;
}
@media (min-width: 768px) {
  .p-section_heading_txt::after {
    width: 1.875rem;
    height: 0.1875rem;
  }
}

@media (min-width: 768px) {
  .main_container {
    position: relative; 
    margin-bottom: 42px;
  }
}

.hero {
  position: relative;
}
.mv_animation .hero {
  overflow: hidden;
  background: #f5f4f5;
}

.hero_visual img {
  width: 100%;
}

.hero_title {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 20px 6.66667% 20px;
  color: #fff; 
  font-size: 1.9375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .hero_title {
    padding: 0 5.71429% 2.57143% 5.71429%;
    font-size: 3rem;
  }
}
.hero_title small {
  display: block;
  margin-top: 10px;
  font-size: 45.16%;
}
.mv_animation .hero_title {
  -webkit-transition: opacity 0.35s 0.85s;
  transition: opacity 0.35s 0.85s;
}
.hero_title > span {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .hero_title > span {
    font-size: 0.9em;
  }
}

.mv_animation .hero_visual {
  -webkit-transition: all 0.35s 0.1s;
  transition: all 0.35s 0.1s;
}

body:not(.is-loaded) .mv_animation .hero_visual {
  opacity: 0; 
  -webkit-transform: translateY(30px); 
      -ms-transform: translateY(30px); 
          transform: translateY(30px);
}

body:not(.is-loaded) .mv_animation .hero_title {
  opacity: 0;
}

.about_body:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .about_body:not(:first-child) {
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .about_body:first-child .about_item {
    -ms-grid-columns: 56fr 30fr;
        grid-template-columns: 56fr 30fr;
  }
  .about_body:first-child .about_txt {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .about_body:first-child .about_img {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .about_body:first-child .about_caption {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
}

@media (min-width: 1024px) {
  .about_body:nth-child(2) .about_item {
    -ms-grid-columns: 30fr 56fr;
        grid-template-columns: 30fr 56fr;
  }
  .about_body:nth-child(2) .about_lead {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .about_body:nth-child(2) .about_txt {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .about_body:nth-child(2) .about_img {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/span 2;
  }
  .about_body:nth-child(2) .about_caption {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}

.about_list_wrapper {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .about_list_wrapper {
    margin-top: 50px;
  }
}

@media (min-width: 1024px) {
  .about_item {
    display: -ms-grid;
    display: grid;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
    gap: 0 42px;
  }
}

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

.about_lead > p {
  text-align: center;
  letter-spacing: 0.1em; 
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.58824;
}
@media (min-width: 768px) {
  .about_lead > p {
    text-align: left;
    font-size: 1.375rem;
  }
}

.about_lead + .about_txt {
  margin-top: 10px;
}

.protein {
  position: relative;
  background-color: #f7f7f7;
}
.protein::after {
  content: "";
  position: absolute;
  z-index: 1; 
  right: 0;
  bottom: -34px;
  left: 0;
  margin: auto;
  width: 165px;
  height: 34px;
  background-color: #f7f7f7;

  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);

          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (min-width: 768px) {
  .protein::after {
    bottom: -80px;
    width: 415px;
    height: 80px;
  }
}

.protein_inner {
  padding: 50px 0 43px;
}
@media (min-width: 768px) {
  .protein_inner {
    margin: 0 auto; 
    padding: 80px 0;
    max-width: 900px;
  }
}
@media (min-width: 1400px) {
  .protein_inner {
    max-width: 1240px;
  }
}

.protein_lead {
  margin: 0 auto;
}
.protein_lead > p {
  text-align: center;
  letter-spacing: 0.1em; 
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.61111;
}
@media (min-width: 768px) {
  .protein_lead > p {
    font-size: 1.75rem;
  }
}

.protein_list_wrapper {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .protein_list_wrapper {
    margin-top: 40px;
  }
}

.protein_list {
  display: -ms-grid;
  display: grid;

  -ms-grid-columns: (1fr)[2];

      grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}
@media (min-width: 768px) {
  .protein_list {
    gap: 32px;
  }
}
@media (min-width: 1400px) {
  .protein_list {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
}

.protein_item {
  letter-spacing: 0.1em; 
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 2.08333;
}
@media (min-width: 768px) {
  .protein_item {
    font-size: 1.125rem;
  }
}
.protein_item .item_img {
  width: 100%;

  aspect-ratio: 572 / 252;
}
.protein_item .item_img img {
  width: 100%;
  height: 100%;

  -o-object-fit: cover;

     object-fit: cover;
}
.protein_item .item_name {
  background-color: #000;
  text-align: center; 
  color: #fff;
}
@media (min-width: 768px) {
  .protein_item .item_name {
    padding: 4px 0;
  }
}
.protein_item .item_name .name_sm {
  font-size: 0.83em;
}
.protein_item .item_bottom {
  padding: 8px 17px;
  background-color: #fff;
}
@media (min-width: 768px) {
  .protein_item .item_bottom {
    padding: 18px 30px;
  }
}
.protein_item .item_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: justify;

      -ms-flex-pack: justify;

          justify-content: space-between;
}
.protein_item .item_desc::after {
  content: none;
}
.protein_item .item_desc:not(:first-child) {
  margin-top: 3px;
  border-top: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .protein_item .item_desc:not(:first-child) {
    margin-top: 9px;
    padding-top: 7px;
  }
}

.recommend {
  overflow: hidden;
  background: url("/sports/savas/img/magazine/product_lineup_bg_lg.webp") center top/auto 112% no-repeat; 

  -webkit-font-feature-settings: "palt"; 

          font-feature-settings: "palt";
}
@media (min-width: 1024px) {
  .recommend {
    background-position: center;
  }
}
@media (min-width: 1400px) {
  .recommend {
    background-size: 100% auto;
  }
}

.recommend_inner {
  position: relative;
  padding: 62px 0 0;
}
@media (min-width: 768px) {
  .recommend_inner {
    padding: 142px 0 0;
  }
}
.recommend_inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  height: 80px;
  background-color: #fff;
  pointer-events: none; 

  -webkit-filter: blur(10px); 

          filter: blur(10px);
}
@media (min-width: 768px) {
  .recommend_inner::after {
    width: 100%;
    height: 8.61111vw;

    -webkit-filter: blur(50px);

            filter: blur(50px);
  }
}
.recommend_inner::before {
  content: "";
  position: absolute;
  z-index: 2; 
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 24px;
  background-color: #fff;
  pointer-events: none;

  -webkit-filter: blur(10px);

          filter: blur(10px);
}
@media (min-width: 768px) {
  .recommend_inner::before {
    height: 4.16667vw;

    -webkit-filter: blur(50px);

            filter: blur(50px);
  }
}

.recommend_txt {
  position: relative;
  z-index: 1; 
  margin: 0 auto;
  padding: 4px 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #000;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.33333;
}
@media (min-width: 768px) {
  .recommend_txt {
    padding: 14px 24px;
    font-size: 2.125rem;
  }
}

.recommend_product_img {
  position: relative;
  z-index: 1; 
  left: 50%;
  margin-top: 23px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 768px) {
  .recommend_product_img {
    margin-top: 34px;
  }
}
@media (min-width: 1024px) {
  .recommend_product_img {
    max-width: 1260px;
  }
}

.reason {
  background-color: #f7f7f7;
}

.reason_inner {
  max-width: 900px;
}

.reason_annotation {
  margin-top: 12px;
}
.reason_annotation + .p-cite {
  margin-top: 0;
}

.column_sec_body {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .column_sec_body {
    margin-top: 50px;
  }
}

.column_sec_listItem + .column_sec_listItem {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .column_sec_listItem + .column_sec_listItem {
    margin-top: 80px;
  }
}

.column_sec_listItem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0.1em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.59375;

  gap: 9px;
}
@media (min-width: 768px) {
  .column_sec_listItem dt {
    letter-spacing: 0.1em;
    font-size: 1.375rem;
    line-height: 1.5;

    gap: 16px;
  }
}

.column_sec_listItem dd {
  margin-top: 12px; 
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  line-height: 1.92857;
}
@media (min-width: 768px) {
  .column_sec_listItem dd {
    margin-top: 24px; 
    font-size: 1rem;
    line-height: 2;
  }
}

@media (min-width: 768px) {
  .column_sec_listItem .column_sec_listItem_img {
    margin-top: 21px;
  }
}

.column_icon {
  display: -ms-grid;
  display: grid;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1; 

  -ms-flex-negative: 0; 

      flex-shrink: 0;
  place-items: center;
}
@media (min-width: 768px) {
  .column_icon {
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
  }
}
.column_icon._checked {
  position: relative; 
  width: 28px;
  height: 28px;
}
.column_icon._checked::before {
  content: "";
  display: block;
  margin-right: 2px; 
  margin-bottom: 3px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 9px;
  height: 16px;
  -webkit-transform: rotate(48deg);
      -ms-transform: rotate(48deg);
          transform: rotate(48deg);
}

.careful_body {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .careful_body {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  .careful_body {
    display: -ms-grid;
    display: grid;

    -ms-grid-columns: auto 1fr;

        grid-template-columns: auto 1fr;
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}

.careful_img {
  margin: 0 auto; 
  max-width: 430px;
}
@media (min-width: 1024px) {
  .careful_img {
    margin: 0;
  }
}

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

    -ms-flex-item-align: center;

        -ms-grid-row-align: center;

        align-self: center;
  }
}

.careful_annotation_wrapper {
  margin-top: 8px;
}

.careful_annotation {
  margin-top: 5px;
}