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

/* --------------------------------
   products top
-------------------------------- */
.products_intro {
  margin-bottom: -70px;
}
@media (min-width: 1024px) {
  .products_intro {
    margin-bottom: -110px;
  }
}

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

.hero_visual img {
  width: 100%;
}

.products_hero_copy {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 0 20px 6.66667% 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .products_hero_copy {
    padding: 0 5.71429% 2.57143% 5.71429%;
  }
}
.mv_animation .products_hero_copy {
  -webkit-transition: opacity 0.35s 0.85s;
  transition: opacity 0.35s 0.85s;
}
.products_hero_copy .en {
  display: block;
  font-size: 1.9375rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .products_hero_copy .en {
    font-size: 3rem;
  }
}
.products_hero_copy .ja {
  display: block;
  margin-top: 8px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .products_hero_copy .ja {
    font-size: 1.375rem;
  }
}

.mv_animation .products_hero {
  background: #f5f4f5;
}

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

.mv_animation .products_hero_copy {
  -webkit-transition: opacity 0.35s 0.85s;
  transition: opacity 0.35s 0.85s;
}

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 .products_hero_copy {
  opacity: 0;
}

.products_intro_txtArea {
  padding: 50px 20px;
}
@media (min-width: 1024px) {
  .products_intro_txtArea {
    margin: 0 auto;
    padding: 80px 56px 40px;
    max-width: 1612px;
  }
}

.products_intro_read {
  font-size: 0.875rem;
  font-weight: bold; 
  line-height: 1.92857;
}
@media (min-width: 1024px) {
  .products_intro_read {
    font-size: 1.125rem;
    line-height: 1.8125;
  }
}

/* --------------------------------
   content
-------------------------------- */
.section_content {
  margin: 70px 20px 50px;
}
.section_content.adjuster {
  margin-top: 110px;
}
@media (min-width: 768px) {
  .section_content {
    margin: 110px auto 0;
    padding: 0 80px;
    max-width: 1612px;
  }
  .section_content.adjuster {
    margin-top: 194px;
  }
}

.section_content_heading {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .section_content_heading {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.section_content_txt {
  margin-top: 14px; 
  font-size: 0.875rem;
  line-height: 1.8;
}
.section_content_txt + .section_content_txt {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .section_content_txt {
    margin-top: 31px;
  }
  .section_content_txt + .section_content_txt {
    margin-top: 13px;
  }
}
.section_content_txt a {
  text-decoration: underline;
}
.section_content_txt a:hover {
  text-decoration: none;
}

.section_informed {
  margin-top: 19px;
}
@media (min-width: 768px) {
  .section_informed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px; 
    width: 100%;
  }
}

.section_informedImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e5e5e5;
  width: 100%;
  height: 143px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .section_informedImg {
    width: 356px;
    height: 210px;
  }
}
.section_informedImg img {
  width: 164px;
}
@media (min-width: 768px) {
  .section_informedImg img {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .section_informedTxt {
    padding-left: 30px; 
    width: calc(100% - 356px);
  }
  .section_informedTxt p {
    margin: 0;
  }
}

/* --------------------------------
   LINEUP
-------------------------------- */
.lineup_container {
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  .lineup_container {
    margin: 33px auto 0;
  }
}
.lineup_container + .lineup_container {
  margin: 10px auto 0;
}
@media (min-width: 1024px) {
  .lineup_container + .lineup_container {
    margin: 33px auto 0;
  }
}

.lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .lineup_list {
    margin: 26px -9px 0;
  }
}

.lineup_listItem {
  margin: 0;
  padding-bottom: 30px; 
  width: calc(100%/2 - 6px);
}
.lineup_listItem:nth-child(odd) {
  margin-right: 12px;
}
@media (min-width: 1024px) {
  .lineup_listItem {
    position: relative;
    margin: 0 8px;
    width: calc(100%/4 - 17px);
  }
  .lineup_listItem:nth-child(n+5) {
    margin-top: 20px;
  }
  .lineup_listItem.w_full {
    width: 100%;
  }
  .lineup_listItem.w_informed {
    padding-bottom: 75px;
  }
  .lineup_listItem:nth-child(odd) {
    margin-right: 8px;
  }
}
.lineup_listItem a {
  color: #000;
}

.lineup_category {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .lineup_category {
    font-size: 1.375rem;
  }
}

.lineup_listItem_image_wrapp {
  overflow: hidden; 
  position: relative;
}

.lineup_listItem_image {
  height: 132px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s; 
  background-color: #f5f4f5;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .lineup_listItem_image {
    height: 243px; 
    background-size: contain;
  }
}
@media (min-width: 1024px) {
  .lineup_listItem_image {
    height: 243px;
  }
  .lineup_listItem a:hover .lineup_listItem_image {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.is-touched .lineup_listItem_image {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}

.lineup_listItem_detail {
  margin-top: 12px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .lineup_listItem_detail {
    margin-top: 20px;
  }
}

.lineup_listItem_detail_name {
  display: inline-block;
  position: relative;
  font-size: 0.8125rem;
  font-weight: bold;
}
.lineup_listItem_detail_name:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s; 
  background: #000;
}
.is-touched .lineup_listItem_detail_name:before {
  left: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .lineup_listItem_detail_name {
    font-size: 1rem;
  }
  .lineup_listItem a:hover .lineup_listItem_detail_name:before {
    left: 0;
    width: 100%;
  }
}
.lineup_listItem_detail_name:after {
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  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);
}

/* --------------------------------
   products nav
-------------------------------- */
.products_nav {
  margin-top: -3px;
}
@media (min-width: 768px) {
  .products_nav {
    margin-top: 53px;
    padding: 0 15px;
  }
}

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

.products_nav_list {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .products_nav_list {
    margin: 32px auto 0;
    max-width: 1258px;

    -webkit-box-pack: center;

        -ms-flex-pack: center;

            justify-content: center;
  }
}
.products_nav_list li {
  width: 73.86667%;
}
@media (min-width: 768px) {
  .products_nav_list li {
    margin: 0 9px;
    width: 23.68839%;
  }
}
.products_nav_list li a {
  display: block;
}
.products_nav_list li .is-current {
  pointer-events: none;
}
.products_nav_list li .is-current .products_nav_figure {
  position: relative;
}
.products_nav_list li .is-current .products_nav_figure:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

@media (min-width: 1024px) {
  .products_nav_figure {
    overflow: hidden;
  }
  .products_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;
  }
  .products_nav_list li a:hover .products_nav_figure img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.products_nav_title {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  -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;
  color: #000;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .products_nav_title {
    margin-top: 20px;
  }
}
.products_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;
}
@media (min-width: 1024px) {
  .products_nav_list li a:hover .products_nav_title {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.is-current .products_nav_title {
  background-size: 100% 1px;
}

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