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

/* --------------------------------
   diagnosis
-------------------------------- */
.font-en {
  font-family: "Roboto Condensed", sans-serif !important;
}

.diagnosis_hero {
  overflow: hidden;
  background-color: #f6f6f6;
}

.diagnosis_hero_inner {
  position: relative;
  margin: 0 auto;
  padding: 203px 0 223px;
}
@media (min-width: 1024px) {
  .diagnosis_hero_inner {
    padding: 156px 0;
    max-width: 1920px;
  }
}

.diagnosis_hero_copy {
  text-align: center;
}
.diagnosis_hero_copy img {
  width: 300px;
}
@media (min-width: 1024px) {
  .diagnosis_hero_copy img {
    width: 500px;
  }
}

.diagnosis_hero_lead {
  margin-top: 20px;
  text-align: center; 
  font-size: 0.875rem;
  line-height: 1.8;
}
@media (min-width: 1024px) {
  .diagnosis_hero_lead {
    margin-top: 35px;
    letter-spacing: 0.02em;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.hero_btn {
  overflow: hidden;
  margin: 24px auto 0;
  width: 220px;
  height: 60px;
}
@media (min-width: 1024px) {
  .hero_btn {
    margin-top: 28px;
    width: 324px;
    height: 76px;
  }
}
.hero_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 3px solid #000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; 
  background-color: #000;
  color: #fff;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hero_btn a::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 12px;
  bottom: 12px;
  border-width: 0 0 13px 13px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.hero_btn a span {
  z-index: 2;
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .hero_btn a span {
    font-size: 1.25rem;
  }
}
.hero_btn a:hover {
  background-color: #fff;
  color: #000;
}
.hero_btn a:hover::after {
  border-color: transparent transparent #000 transparent;
}

.hero_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1024px) {
  .hero_bg {
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; 
    max-width: 1920px;
  }
}

.hero_bg_01 {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  margin: auto;
  width: 375px;
}
@media (min-width: 1024px) {
  .hero_bg_01 {
    right: auto;
    left: 50%;
    margin-left: -490px;
    width: 474px; 
    -webkit-transform: translateX(-50%); 
        -ms-transform: translateX(-50%); 
            transform: translateX(-50%);
  }
}

.hero_bg_02 {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 375px;
}
@media (min-width: 1024px) {
  .hero_bg_02 {
    top: 0;
    right: auto;
    left: 50%;
    margin-left: 500px;
    width: 493px; 
    -webkit-transform: translateX(-50%); 
        -ms-transform: translateX(-50%); 
            transform: translateX(-50%);
  }
}

/* --------------------------------
   question
-------------------------------- */
.question {
  padding: 30px 20px 48px;
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .question {
    padding: 50px 20px 80px;
  }
}

.question_contents_ttl {
  text-align: center;
}
.question_contents_ttl img {
  width: 187px;
}
@media (min-width: 1024px) {
  .question_contents_ttl img {
    width: 248px;
  }
}

.question_contents {
  margin-top: 34px;
  padding: 33px 25px 40px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .question_contents {
    margin: 48px auto 0;
    padding: 52px 6.66667vw 62px;
    max-width: 1000px;
  }
}

.question_num {
  margin: 0 auto;
  width: 55px;
  text-align: left;
}
@media (min-width: 1024px) {
  .question_num {
    width: 62px;
  }
}
.question_num img {
  height: 57px;
}
@media (min-width: 1024px) {
  .question_num img {
    height: 70px;
  }
}

.question_ttl {
  margin-top: 16px;
  text-align: center; 
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  .question_ttl {
    margin-top: 30px;
    font-size: 1.75rem;
  }
}

.question_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 0;
  max-width: 100%; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .question_list {
    margin-top: 30px;
    max-width: 668px; 

    -ms-flex-wrap: nowrap; 

        flex-wrap: nowrap;
  }
}

@media (min-width: 1024px) {
  .question_list_type {
    max-width: 100%;
  }
}

@media (min-width: 1024px) {
  .question_list_type .question_list_item {
    width: 190px;
  }
}

.question_list_item {
  width: calc((100% - 13px) / 2);
}
@media (min-width: 1024px) {
  .question_list_item {
    width: 320px;
  }
}
.question_list_item:nth-child(even) {
  margin-left: 13px;
}
@media (min-width: 1024px) {
  .question_list_item:nth-child(even) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .question_list_item:not(:first-child) {
    margin-left: 28px;
  }
}
.question_list_item:nth-child(n + 3) {
  margin-top: 13px;
}
@media (min-width: 1024px) {
  .question_list_item:nth-child(n + 3) {
    margin-top: 0;
  }
}
.question_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border: 3px solid #000;
  width: 100%;
  height: 140px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s; 
  background-color: #000;

  -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) {
  .question_list_item a {
    height: 200px;
  }
}
.question_list_item a::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 6px;
  bottom: 6px;
  border-width: 0 0 1.86667vw 1.86667vw;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media (min-width: 1024px) {
  .question_list_item a::after {
    right: 11px;
    bottom: 11px;
    border-width: 0 0 15px 15px;
  }
}
.question_list_item a:hover {
  background-color: #fff;
}
.question_list_item a:hover::before {
  left: -6%;
  width: 115%;
}
.question_list_item a:hover::after {
  border-color: transparent transparent #000 transparent;
}
.question_list_item a:hover .question_item_img img:last-child {
  opacity: 0;
}
.question_list_item a:hover .question_item_txt {
  color: #000;
}

.question_item_img {
  position: relative;
  width: 70px;
  height: 56px; 
  text-align: center;
}
@media (min-width: 1024px) {
  .question_item_img {
    width: 100px;
    height: 80px;
  }
}
.question_item_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.question_item_txt {
  z-index: 2;
  margin-top: 7px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; 
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .question_item_txt {
    margin-top: 18px;
    font-size: 1.125rem;
  }
}

.question_item_caution {
  margin-top: 6px;
  padding-left: 1em;
  text-indent: -1em; 
  font-size: 0.625rem;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .question_item_caution {
    font-size: 0.6875rem;
  }
}

.caution_multi .question_item_caution {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .caution_multi .question_item_caution {
    margin-top: 28px;
  }
}

.caution_multi .back_btn {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .caution_multi .back_btn {
    margin-top: 40px;
  }
}

.back_btn {
  margin-top: 35px;
  text-align: center;
}
@media (min-width: 1024px) {
  .back_btn {
    margin-top: 40px;
  }
}
.back_btn a {
  position: relative;
}
.back_btn a::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  background: #000;
}
.back_btn a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -13px;
  margin: auto;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .back_btn a::after {
    left: -16px;
    width: 7px;
    height: 7px;
  }
}
.back_btn a span {
  font-size: 0.875rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .back_btn a span {
    font-size: 1.125rem;
  }
}
.back_btn a:hover::before {
  left: 0;
  width: 100%;
}

.back_btn_btm {
  margin-top: 18px;
}
@media (min-width: 1024px) {
  .back_btn_btm {
    margin-top: 42px;
  }
}

/* --------------------------------
   result
-------------------------------- */
.result {
  display: none;
  opacity: 0;
  padding: 48px 20px 75px;
  -webkit-transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1); 
  background-color: #f6f6f6;
}
@media (min-width: 1024px) {
  .result {
    padding: 90px 20px 100px;
  }
}
.result.is-ready {
  display: block;
}
.result.is-show {
  opacity: 1;
}
.result.is-show .result_inner {
  opacity: 1; 
  -webkit-transform: translateY(0); 
      -ms-transform: translateY(0); 
          transform: translateY(0);
}

.result_inner {
  opacity: 0; 
  -webkit-transition: opacity 1s, -webkit-transform 1s; 
  transition: opacity 1s, -webkit-transform 1s; 
  transition: transform 1s, opacity 1s; 
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}

.result_contents_ttl {
  text-align: center;
}
.result_contents_ttl img {
  width: 242px;
}
@media (min-width: 1024px) {
  .result_contents_ttl img {
    width: 355px;
  }
}

.result_ttl {
  position: relative;
  margin-top: 35px;
  text-align: center; 
  font-size: 1.625rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .result_ttl {
    margin-top: 62px;
    font-size: 2.125rem;
  }
}
.result_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  background-color: #000;
}
@media (min-width: 1024px) {
  .result_ttl::after {
    bottom: -15px;
    height: 5px;
  }
}

.result_lead {
  margin-top: 30px;
  text-align: center; 
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .result_lead {
    margin-top: 40px;
    font-size: 1.25rem;
  }
}

.result_list {
  margin-top: 36px;
}
@media (min-width: 1024px) {
  .result_list {
    margin-top: 58px;
  }
}

.result_list_item {
  text-align: center;
}
@media (min-width: 1024px) {
  .result_list_item {
    margin: 0 auto;
    max-width: 1000px;
  }
}
.result_list_item + .result_list_item {
  margin-top: 70px;
}

.result_item_ttl {
  display: inline-block;
  position: relative;
  padding: 8px 16px 12px;
  background-color: #000;
  text-align: center; 
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  .result_item_ttl {
    padding: 10px 32px 15px;
    font-size: 1.625rem;
    line-height: 1;
  }
}
.result_item_ttl::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -9px;
  left: 0;
  margin: auto;
  border-top: 10px solid #000;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent; 
  width: 0;
  height: 0;
}

.result_item_wrapper {
  margin-top: 18px;
  padding: 32px 25px 50px;
  background-color: #fff;
}
@media (min-width: 1024px) {
  .result_item_wrapper {
    margin-top: 20px;
    padding: 60px 70px 50px;
  }
}

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

      -ms-grid-columns: 100%;

      grid-template-columns: 100%;
      grid-template-areas: "areaB" "areaA" "areaC" "areaD";
}
@media (min-width: 1024px) {
  .result_item_inner {
        -ms-grid-columns: 366px 1fr;
        grid-template-columns: 366px 1fr;
        -ms-grid-rows: auto auto 1fr;
        grid-template-rows: auto auto 1fr;
        grid-template-areas: "areaA areaB" "areaA areaC" "areaA areaD";
  }
}

.result_item_txt {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: areaB;
}
@media (min-width: 1024px) {
  .result_item_txt {
    margin-bottom: 35px; 

    -ms-grid-row: 1; 

    -ms-grid-column: 1; 

    grid-area: areaB;
  }
}

.result_item_name {
  text-align: left; 
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .result_item_name {
    margin-left: 35px;
    font-size: 1.75rem;
  }
}

.result_item_lead {
  margin-top: 5px;
  text-align: left; 
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
@media (min-width: 1024px) {
  .result_item_lead {
    margin-top: 12px;
    margin-left: 35px;
    font-size: 1.125rem;
  }
}

.result_item_img {
  position: relative;
  margin-top: 15px;
  height: 275px;
  background-color: #f6f6f6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 490px auto; 

  -ms-grid-row: 2; 

  -ms-grid-column: 1; 

  grid-area: areaA;
}
@media (min-width: 1024px) {
  .result_item_img {
    margin-top: 0;
    height: 370px;
    background-size: 610px auto;
  }
}
.result_item_img.img_bottom {
  background-position: bottom;
}
.result_item_img.icon_multi {
  background-position: center bottom -15px;
}
@media (min-width: 768px) {
  .result_item_img.icon_multi {
    background-position: center bottom -20px;
  }
}
.result_item_img .result_item_icon:nth-child(1) {
  left: 20px;
}
@media (min-width: 768px) {
  .result_item_img .result_item_icon:nth-child(1) {
    left: 30px;
  }
}
.result_item_img .result_item_icon:nth-child(2) {
  left: 68px;
}
@media (min-width: 768px) {
  .result_item_img .result_item_icon:nth-child(2) {
    left: 105px;
  }
}
.result_item_img img {
  display: none;
}

.result_item_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1.2; 

  -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: 768px) {
  .result_item_icon {
    top: 30px;
    width: 65px;
    height: 65px;
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
.result_item_icon.icon_new {
  background-color: #ae0000;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .result_item_icon.icon_new {
    font-size: 1.125rem;
  }
}
.result_item_icon.icon_popular {
  background-color: #211816;
  color: #efc35e;
}
.result_item_icon.icon_junior {
  background-color: #000;
  letter-spacing: -0.1em; 
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .result_item_icon.icon_junior {
    font-size: 0.875rem;
  }
}
.result_item_icon.icon_woman {
  background-color: #ef2e6a;
}

.result_item_list {
  margin-top: 20px;
  padding: 8px 18px 10px;
  background-color: #f6f6f6; 

  -ms-grid-row: 3; 

  -ms-grid-column: 1; 

  grid-area: areaC;
}

@media (min-width: 1024px) {
  .result_item_txt {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .result_item_txt {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .result_item_img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
  }
  .result_item_list {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media (min-width: 1024px) {
  .result_item_list {
    margin: 0 0 0 35px;
    padding: 10px 30px;

    -ms-flex-item-align: start;

        -ms-grid-row-align: start;

        align-self: start;
  }
}

.result_item_desc {
  position: relative;
  padding: 10px 0 13px 26px;
  text-align: left; 
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .result_item_desc {
    padding: 15px 0 15px 25px;
    font-size: 0.875rem;
  }
}
.result_item_desc::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 6px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 11px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .result_item_desc::before {
    top: 20px;
    border-width: 3px;
  }
}
.result_item_desc + .result_item_desc {
  position: relative;
}
.result_item_desc + .result_item_desc::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #8b8b8b, #8b8b8b 2px, transparent 2px, transparent 8px);
  background-repeat: repeat-x; 
  background-size: 8px 1px;
}

.result_item_desc_notice {
  display: inline-block;
  margin-top: 12px;
  letter-spacing: -0.02em; 
  font-size: 0.6875rem;
}
@media (min-width: 1024px) {
  .result_item_desc_notice {
    font-size: 0.75rem;
  }
}

.more_btn {
  margin: 40px auto 0;
  width: 220px;
}
@media (min-width: 1024px) {
  .more_btn .c-btn {
    padding: 4px;
    font-size: 1.125rem;
  }
  .more_btn .c-btn_mask {
    padding: 17px;
  }
}

.again_btn {
  overflow: hidden;
  margin: 60px auto 0;
  width: 285px;
  height: 70px;
}
@media (min-width: 1024px) {
  .again_btn {
    margin-top: 90px;
    width: 324px;
    height: 76px;
  }
}
.again_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 3px solid #000;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; 
  background-color: #000;
  color: #fff;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.again_btn a::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 10px;
  border-width: 13px 0 0 13px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
@media (min-width: 1024px) {
  .again_btn a::after {
    bottom: 12px;
    left: 12px;
  }
}
.again_btn a span {
  z-index: 2;
  letter-spacing: 0.05em; 
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .again_btn a span {
    font-size: 1.25rem;
  }
}
.again_btn a:hover {
  background-color: #fff;
  color: #000;
}
.again_btn a:hover::before {
  left: -6%;
  width: 115%;
}
.again_btn a:hover::after {
  border-color: transparent transparent transparent #000;
}

@media (min-width: 1024px) {
  .breadcrumbs {
    padding: 30px 0 40px 5.57143%;
  }
}

/* --------------------------------
   loading
-------------------------------- */
.diagnosis_initial {
  visibility: visible;
  opacity: 1;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 1s;
  transition: all 1s; 
  background-color: #f6f6f6;
}
.diagnosis_initial.is-show .loading_bar::before {
  -webkit-animation: bar 3.2s forwards;
          animation: bar 3.2s forwards;
}
.diagnosis_initial.is-show .loading_circle .circle {
  display: block;
}
.diagnosis_initial.is-show .loading_circle .circle:nth-child(1) {
  -webkit-animation: loading01 2s linear infinite;
          animation: loading01 2s linear infinite;
}
.diagnosis_initial.is-show .loading_circle .circle:nth-child(2) {
  -webkit-animation: loading02 2s linear infinite;
          animation: loading02 2s linear infinite;
}
.diagnosis_initial.is-show .loading_circle .circle:nth-child(3) {
  -webkit-animation: loading03 2s linear infinite;
          animation: loading03 2s linear infinite;
}

@-webkit-keyframes loading01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading01 {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading02 {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes loading03 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading03 {
  0% {
    opacity: 0;
  }
  35% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.diagnosis_initial.is-hidden {
  visibility: hidden;
  opacity: 0;
}

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

  -webkit-box-align: center;

      -ms-flex-align: center;

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

.diagnosis_initial_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

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

.diagnosis_initial_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  margin-top: 34px;
  width: 100%;
  height: 321px;
  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) {
  .diagnosis_initial_inner {
    margin-top: 50px;
    max-width: 1000px;
    height: 411px;
  }
}

.diagnosis_initial_content {
  display: none;
  padding: 40px 25px 61px; 
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
@media (min-width: 1024px) {
  .diagnosis_initial_content {
    overflow-y: scroll;
    padding: 0 42px 0 0;
  }
  .diagnosis_initial_content::-webkit-scrollbar {
    width: 7px;
  }
  .diagnosis_initial_content::-webkit-scrollbar-track {
    background-color: #e1e0df;
  }
  .diagnosis_initial_content::-webkit-scrollbar-thumb {
    background-color: #000;
  }
}
.diagnosis_initial_content.is-active {
  display: block;
}

.loading_cup {
  margin: 0 auto;
  width: 30px;
}
@media (min-width: 1024px) {
  .loading_cup {
    width: 35px;
  }
}
.loading_cup svg {
  height: 51.98px;
}
@media (min-width: 1024px) {
  .loading_cup svg {
    height: 60.66px;
  }
}

.loading_ttl {
  margin: 0 auto;
  width: 180px;
}
@media (min-width: 1024px) {
  .loading_ttl {
    width: 248px;
  }
}

.loading_bar {
  position: relative;
  margin: 20px auto 0;
  width: 234px;
  height: 5px;
  background-color: #dedede;
}
@media (min-width: 1024px) {
  .loading_bar {
    margin-top: 15px;
  }
}
.loading_bar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: inherit;
  background-color: #000;
}

.loading_txt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 23px; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1024px) {
  .loading_txt_wrapper {
    margin-top: 18px;
  }
}

.loading_txt {
  margin-right: 5px;
  letter-spacing: 0.2em; 
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .loading_txt {
    margin-right: 2px;
    font-size: 1.125rem;
  }
}

.loading_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2px;
  width: 19px;
}
@media (min-width: 1024px) {
  .loading_circle {
    margin-bottom: 3px;
    width: 22px;
  }
}
.loading_circle .circle {
  display: none;
  border-radius: 50%; 
  width: 3px;
  height: 3px;
  background-color: #000;
}
.loading_circle .circle:not(:first-child) {
  margin-left: 5px;
}

@-webkit-keyframes waves {
  0% {
    x: 0;
  }
  100% {
    x: -90px;
  }
}

@keyframes waves {
  0% {
    x: 0;
  }
  100% {
    x: -90px;
  }
}

@-webkit-keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes bar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* --------------------------------
   products nav
-------------------------------- */
.products_nav {
  margin-top: 66px;
}
@media (min-width: 768px) {
  .products_nav {
    margin-top: 80px;
    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;
  margin-top: 8px;
  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 > span {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.products_nav_title > span {
  position: relative;
  -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"] .products_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"] .products_nav_title::after {
    width: 10px;
    height: 10px;
  }
}
@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;
  }
}