.site_container.page .page_head {
  border-bottom: 1px solid var(--color-border);
  height: 536px;
  padding: 176px var(--content-margin) 20px;
}
.site_container.page .page_head .head_inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.site_container.page .page_head .head_title {
  display: flex;
  flex-wrap: wrap;
  font-size: clamp(2.38rem, 5.59vw, 4.75rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.45;
  margin-bottom: 40px;
  order: 1;
  padding-top: 50px;
  position: relative;
}
.site_container.page .page_head .head_title::before {
  background-color: var(--title-color-gray);
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 0;
}
.js-enabled .site_container.page .page_head .head_title::before {
  opacity: 0;
  transition: width 1s ease 0.2s, opacity 0.3s ease 0.2s;
  width: 0;
  will-change: width opacity;
}
.site_container.page .page_head .head_title > span {
  display: block;
  line-height: inherit;
  opacity: 0;
  overflow: hidden;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.site_container.page .page_head .head_title > span span {
  display: inline-block;
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1.6s cubic-bezier(0.58, 0, 0.07, 1) 0.6s, opacity 1.6s cubic-bezier(0.58, 0, 0.07, 1) 0.6s;
  will-change: opacity, transform;
}
body.is_loaded .site_container.page .page_head .head_title > span span {
  opacity: 1;
  transform: translateY(0);
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title::before {
  opacity: 1;
  width: clamp(3.75rem, 8.82vw, 7.5rem);
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title > span {
  opacity: 1;
  transform: none;
}
.site_container.page .page_head .head_title_en {
  color: var(--title-color-gray);
  font-size: clamp(2.38rem, 4.85vw, 4.13rem);
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 0.77;
  margin-top: auto;
  order: 3;
}
.js-enabled .site_container.page .page_head .head_title_en {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.js-enabled body.is_loaded .site_container.page .page_head .head_title_en {
  opacity: 1;
  transition-delay: 0.6s;
}
.site_container.page .page_head .head_title_en > span {
  line-height: inherit;
}
.site_container.page .page_head .head_desc {
  font-feature-settings: "palt" 1;
  font-size: clamp(0.81rem, 1.25vw, 1.06rem);
  letter-spacing: 0.02em;
  line-height: 1.76;
  min-height: calc(clamp(0.81rem, 1.25vw, 1.06rem) * 1.76 * 3);
  order: 2;
  text-align: justify;
}
.js-enabled .site_container.page .page_head .head_desc {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  will-change: opacity;
}
.js-enabled body.is_loaded .site_container.page .page_head .head_desc {
  opacity: 1;
  transition-delay: 0.6s;
}

.site_container.page .page_content {
  margin: 0 auto;
  max-width: calc(var(--content-max-width) + var(--content-margin) * 2);
  padding: clamp(3.13rem, 5.88vw, 5rem) var(--content-margin);
  width: 100%;
}
.site_container.page .page_content .section {
  padding-bottom: clamp(3.13rem, 7.35vw, 6.25rem);
  padding-top: clamp(3.13rem, 7.35vw, 6.25rem);
}
.site_container.page .page_content .sec_title_01 {
  display: flex;
  flex-direction: column;
  margin-bottom: 45px;
  overflow: hidden;
  padding-top: 30px;
  position: relative;
}
.site_container.page .page_content .sec_title_01::before {
  background-color: #e2dfd7;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 0;
}
.site_container.page .page_content .sec_title_01 .title_en {
  display: inline-block;
  font-family: var(--font-en);
  font-size: clamp(1.94rem, 3.16vw, 2.69rem);
  font-weight: 800;
  line-height: 0.78;
  line-height: 1.07;
  order: 1;
  overflow: hidden;
}
.site_container.page .page_content .sec_title_01 .title_jp {
  font-family: var(--font-jp);
  font-size: clamp(0.91rem, 1.4vw, 1.19rem);
  font-weight: 700;
  line-height: 1;
  margin-top: clamp(7.5px, 3.33vw, 20px);
  order: 2;
  overflow: hidden;
}
.site_container.page .page_content .sec_title_01 span {
  display: block;
}
.site_container.page .page_content .sec_title_01:not(.js-observe)::before {
  width: clamp(3rem, 5vw, 4.25rem);
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
  display: block;
  height: 460px;
  height: clamp(14.38rem, 33.82vw, 28.75rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover {
  cursor: pointer;
}
.site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover img {
  transform: scale(1) translate(-50%, -50%);
  transform-origin: left top;
  transition: transform 0.32s cubic-bezier(0, 0, 0.58, 1);
  will-change: transform;
}
.site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img {
  width: calc(700 / 1360 * 100vw);
}
.site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
  border-radius: 0 80px 80px 0;
}
.site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
  border-radius: 80px 0 0 80px;
}
.site_container.page .page_content .article_body > .section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.site_container.page .section p {
  font-size: clamp(0.91rem, 1.4vw, 1.19rem);
  line-height: 1.79;
}
.site_container.page .section .sec_title_02 {
  margin-bottom: clamp(3.13rem, 4.12vw, 3.5rem);
  padding-top: clamp(1.56rem, 2.57vw, 2.19rem);
  position: relative;
}
.site_container.page .section .sec_title_02::before {
  background-color: var(--title-color-gray);
  content: "";
  height: 6px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: width 1s ease 0.2s, opacity 0.3s ease 0.2s;
  width: 0;
  will-change: width, opacity;
}
.site_container.page .section .sec_title_02 span {
  display: block;
  font-size: clamp(1.59rem, 2.5vw, 2.13rem);
  font-weight: 700;
  transition-delay: 0.2s;
}
.site_container.page .section .sec_title_02.is_inview::before {
  opacity: 1;
  width: 68px;
}
.site_container.page .section .lead_wrap {
  margin: 0 auto 192px;
  max-width: 720px;
  width: 59.5%;
}
.site_container.page .section .lead_wrap .title {
  font-feature-settings: "palt" 1;
  font-size: clamp(1.44rem, 3.97vw, 3.38rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 -5% clamp(1.56rem, 2.57vw, 2.19rem) 0;
  overflow: hidden;
  text-align: justify;
}
.site_container.page .section .lead_wrap .title span {
  display: block;
}
.site_container.page .section .athlete_wrap {
  display: flex;
  margin: clamp(5.78rem, 7.35vw, 6.25rem) 0 clamp(6.25rem, 14.71vw, 12.5rem);
}
.site_container.page .section .athlete_wrap:last-of-type {
  margin-bottom: 0;
}
.site_container.page .section .athlete_wrap .athlete_name {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: clamp(1.88rem, 2.43vw, 2.06rem);
}
.site_container.page .section .athlete_wrap .athlete_name .name_jp {
  font-size: clamp(1.13rem, 1.76vw, 1.5rem);
  font-weight: 700;
  margin-right: clamp(1.25rem, 1.84vw, 1.56rem);
}
.site_container.page .section .athlete_wrap .athlete_name .name_en {
  font-family: var(--font-en);
  font-size: clamp(1.13rem, 1.76vw, 1.5rem);
  font-weight: 800;
}
.site_container.page .section .athlete_wrap .athlete_name .name_group {
  font-size: clamp(0.81rem, 1.1vw, 0.94rem);
  line-height: 1.73;
  margin-top: clamp(0.31rem, 0.74vw, 0.63rem);
  width: 100%;
}
.site_container.page .section .athlete_wrap .athlete_intro {
  margin-bottom: clamp(1.88rem, 2.94vw, 2.5rem);
}
.site_container.page .section .athlete_wrap .athlete_intro p {
  font-feature-settings: "palt" 1;
  letter-spacing: 0.015em;
  text-align: justify;
}
.site_container.page .section .athlete_wrap .athlete_comment {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: clamp(1.06rem, 1.84vw, 1.56rem) clamp(1.41rem, 1.84vw, 1.56rem) clamp(1.06rem, 2.57vw, 2.19rem);
}
.site_container.page .section .athlete_wrap .athlete_comment .comment_tit {
  font-size: clamp(0.75rem, 1.09vw, 0.92rem);
  font-weight: 800;
  margin-bottom: clamp(0.44rem, 1.1vw, 0.94rem);
}
.site_container.page .section .athlete_wrap .athlete_img {
  aspect-ratio: 590/450;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.site_container.page .section .athlete_wrap .athlete_img img {
  height: 100%;
  -o-object-fit: cover;
  left: 50%;
     object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.site_container.page .section .athlete_wrap .athlete_profile p,
.site_container.page .section .athlete_wrap .athlete_profile dl {
  font-size: clamp(0.81rem, 1.1vw, 0.94rem);
  line-height: 1.73;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_tit {
  font-weight: 700;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_txt b {
  font-weight: 700;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_txt a {
  text-decoration: underline;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_sns {
  align-items: center;
  display: flex;
  margin-top: clamp(1.13rem, 1.47vw, 1.25rem);
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_sns dt {
  font-weight: 700;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_sns dd {
  align-items: center;
  display: flex;
  gap: 0 18px;
  padding-left: 15px;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_sns dd a {
  display: block;
}
.site_container.page .section .athlete_wrap .athlete_profile .profile_sns dd img {
  height: clamp(1.75rem, 2.35vw, 2rem);
  width: auto;
}
.js-enabled .site_container.page .js-observe.sec_title_01::before {
  opacity: 0;
  transition: width 1s ease 0.2s, opacity 0.3s ease 0.2s;
  width: 0;
  will-change: width opacity;
}
.js-enabled .site_container.page .js-observe.sec_title_01 .title_jp span {
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.js-enabled .site_container.page .js-observe.sec_title_01 .title_en span {
  opacity: 0;
  transform: translateY(101%);
  transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.2s, opacity 0.4s ease-in-out 0.2s;
  will-change: opacity transform;
}
.js-enabled .site_container.page .js-observe.sec_title_01.is_inview::before {
  opacity: 1;
  width: clamp(3rem, 5vw, 4.25rem);
}
.js-enabled .site_container.page .js-observe.sec_title_01.is_inview span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page .js-observe.sec_title_02 > span, .js-enabled .site_container.page .js-observe.sec_title_03 > span {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page .js-observe.sec_title_02.is_inview > span, .js-enabled .site_container.page .js-observe.sec_title_03.is_inview > span {
  opacity: 1;
}
.js-enabled .site_container.page .js-observe.upin_title.is_inview > span {
  opacity: 1;
  transform: none;
}
.js-enabled .site_container.page .js-observe.anm_fade_in {
  opacity: 0;
  transition: opacity 1s ease-in-out 0.6s;
  will-change: opacity;
}
.js-enabled .site_container.page .js-observe.anm_fade_in.is_inview {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1210px) {
  .site_container.page .page_content {
    padding-bottom: clamp(25px, 13.33vw, 50px);
    padding-top: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .section .lead_wrap {
    margin: 0;
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 960px) and (orientation: portrait) {
  .site_container.page .page_head .head_title_en {
    font-size: clamp(1.19rem, 10.13vw, 2.38rem);
    line-height: 0.97;
  }
}
@media screen and (max-width: 960px) and (orientation: landscape) {
  .site_container.page .page_head .head_title > span:first-of-type {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .site_container.page .page_head {
    height: 380px;
    max-height: var(--win-vh);
    padding-top: 106px;
  }
  .site_container.page .page_head .head_title {
    font-size: clamp(1.19rem, 10.13vw, 2.38rem);
    margin-bottom: clamp(0.63rem, 5.33vw, 1.25rem);
    padding-top: clamp(0.7rem, 6vw, 1.41rem);
  }
  .site_container.page .page_head .head_title::before {
    height: 5px;
  }
  .site_container.page .page_head .head_desc {
    font-size: clamp(0.44rem, 3.47vw, 0.81rem);
    letter-spacing: 0.06em;
    line-height: 1.77;
  }
  .site_container.page .page_content .section {
    padding-bottom: clamp(25px, 13.33vw, 50px);
    padding-top: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .page_content .sec_title_01 {
    margin-bottom: clamp(26.25px, 12vw, 45px);
    padding-top: clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page .page_content .sec_title_01::before {
    height: clamp(2px, 0.8vw, 3px);
  }
  .site_container.page .page_content .sec_title_01 .title_en {
    font-size: clamp(0.95rem, 8.13vw, 1.91rem);
  }
  .site_container.page .page_content .sec_title_01 .title_jp {
    font-size: clamp(0.45rem, 3.87vw, 0.91rem);
  }
  .site_container.page .page_content .sec_title_01:not(.js-observe)::before {
    width: clamp(24px, 12.8vw, 48px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
    height: clamp(115px, 61.33vw, 230px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img .img {
    border-radius: 0 clamp(20px, 10.67vw, 40px) clamp(20px, 10.67vw, 40px) 0;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img .img {
    border-radius: clamp(20px, 10.67vw, 40px) 0 0 clamp(20px, 10.67vw, 40px);
  }
  .site_container.page .page_content .article_body > .section:first-child {
    margin-top: 0;
    padding-top: 0;
  }
  .site_container.page .section p {
    font-size: clamp(8px, 3.87vw, 0.91rem);
    line-height: 1.79;
  }
  .site_container.page .section .sec_title_01 {
    margin-bottom: clamp(20px, 10.67vw, 40px);
  }
  .site_container.page .section .sec_title_02 {
    margin-bottom: clamp(25px, 13.33vw, 50px);
    padding-top: clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page .section .sec_title_02::before {
    height: clamp(2px, 1.07vw, 4px);
  }
  .site_container.page .section .sec_title_02 span {
    font-size: clamp(12.75px, 6.8vw, 1.59rem);
  }
  .site_container.page .section .sec_title_02.is_inview::before {
    width: clamp(24px, 12.8vw, 48px);
  }
  .site_container.page .section .lead_wrap .title {
    font-size: clamp(11.5px, 6.13vw, 1.44rem);
    margin: 0 0 clamp(12.5px, 6.67vw, 25px);
  }
  .site_container.page .section .athlete_wrap {
    flex-direction: column;
    margin: clamp(46.25px, 24.67vw, 92.5px) 0 clamp(50px, 26.67vw, 100px);
  }
  .site_container.page .section .athlete_wrap .wrap_01 {
    display: contents;
  }
  .site_container.page .section .athlete_wrap .wrap_02 {
    display: contents;
  }
  .site_container.page .section .athlete_wrap .wrap_01 > *:not(.sec_title_02),
  .site_container.page .section .athlete_wrap .wrap_02 > * {
    transition-delay: 0.8s;
  }
  .site_container.page .section .athlete_wrap .athlete_name {
    margin-bottom: clamp(15px, 8vw, 30px);
    order: 2;
  }
  .site_container.page .section .athlete_wrap .athlete_name .name_jp {
    font-size: clamp(9px, 4.8vw, 1.13rem);
    margin-right: clamp(10px, 5.33vw, 20px);
  }
  .site_container.page .section .athlete_wrap .athlete_name .name_en {
    font-size: clamp(9px, 4.8vw, 1.13rem);
  }
  .site_container.page .section .athlete_wrap .athlete_name .name_group {
    font-size: clamp(6.5px, 3.47vw, 13px);
    margin-top: clamp(2.5px, 1.33vw, 5px);
  }
  .site_container.page .section .athlete_wrap .athlete_intro {
    margin-bottom: clamp(15px, 8vw, 30px);
    order: 3;
  }
  .site_container.page .section .athlete_wrap .athlete_comment {
    border-radius: clamp(7.5px, 4vw, 15px);
    margin-bottom: clamp(22.5px, 12vw, 45px);
    order: 4;
    padding: clamp(10px, 4.53vw, 17px) clamp(11.15px, 6vw, 22.5px);
  }
  .site_container.page .section .athlete_wrap .athlete_comment .comment_tit {
    font-size: clamp(6px, 3.2vw, 0.75rem);
    margin-bottom: clamp(3.5px, 1.87vw, 7px);
  }
  .site_container.page .section .athlete_wrap .athlete_img {
    border-radius: clamp(10px, 5.33vw, 20px);
    margin: 0 auto clamp(16px, 8.53vw, 32px);
    max-width: 480px;
    order: 1;
    width: 100%;
  }
  .site_container.page .section .athlete_wrap .athlete_profile {
    order: 5;
  }
  .site_container.page .section .athlete_wrap .athlete_profile p,
  .site_container.page .section .athlete_wrap .athlete_profile dl {
    font-size: clamp(6.5px, 3.47vw, 0.81rem);
    line-height: 1.77;
  }
  .site_container.page .section .athlete_wrap .athlete_profile .profile_sns {
    margin-top: clamp(10px, 4.8vw, 18px);
  }
  .site_container.page .section .athlete_wrap .athlete_profile .profile_sns dd {
    gap: 0 clamp(7.5px, 4vw, 15px);
    padding-left: clamp(7.5px, 4vw, 15px);
  }
  .site_container.page .section .athlete_wrap .athlete_profile .profile_sns dd img {
    height: clamp(14px, 7.47vw, 28px);
  }
}
@media screen and (max-width: 600px) and (orientation: portrait) {
  .site_container.page .page_head {
    height: 130.13vw;
    padding: 42.13vw var(--content-margin) 7.33vw;
  }
  body.is_loaded:not(:has(.site_header.is_fixed)) .site_container.page .page_content .article_body > .section:first-child > .sec_title_01.js-observe:first-child span {
    opacity: 1;
    transform: none;
    transition-delay: 0.6s;
  }
}
@media screen and (max-width: 600px) {
  .site_container.page .page_head .head_title::before {
    height: 1.33vw;
  }
  .js-enabled body.is_loaded .site_container.page .page_head .head_title::before {
    width: 16vw;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img {
    margin-bottom: clamp(25px, 13.33vw, 50px);
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_left .sec_img {
    margin-left: calc(var(--content-margin) * -1);
    width: calc(100% + var(--content-margin));
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img {
    margin-right: calc(var(--content-margin) * -1);
    width: calc(100% + var(--content-margin));
  }
  .js-enabled .site_container.page .js-observe.sec_title_01.is_inview::before {
    width: 12.8vw;
  }
  .js-enabled .site_container.page .js-observe.upin_title > span {
    opacity: 0;
    transform: translateY(101%);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.4s ease-in-out 0.4s;
    will-change: opacity transform;
  }
  .js-enabled .site_container.page .js-observe.upin_title.is_inview > span + span {
    transition-delay: 0.6s;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover:hover img {
    transform: scale(1.05) translate(-50%, -50%);
    transition-duration: 0.64s;
  }
}
@media (hover: none) {
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img.img_hover:active img {
    transform: scale(1.05) translate(-50%, -50%);
    transition-duration: 0.64s;
  }
}
@media print {
  .site_container.page .page_head {
    height: auto !important;
    padding: 0 0 30px;
  }
  .site_container.page .page_head .head_title {
    margin-bottom: 15px;
    padding-top: 25px;
  }
  .page_content {
    padding: 5mm 0 10mm !important;
  }
  .page_content .section {
    padding: 5mm 0 !important;
  }
  .page_content .column_wrap.pc_column_2 {
    display: block !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap,
  .page_content .column_wrap.pc_column_2 .txt_wrap {
    margin: 5mm 0 !important;
    width: 100% !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap .sec_img {
    width: 100% !important;
  }
  .page_content .column_wrap.pc_column_2 .img_wrap .sec_img .img {
    aspect-ratio: 740/460 !important;
    border-radius: 40px !important;
    height: 400px !important;
    margin: 0 auto !important;
  }
  .site_container.page .section .sec_title_02::before {
    opacity: 1;
    width: 68px;
  }
  .site_container.page .section .lead_wrap {
    max-width: 100%;
    width: 100%;
  }
  .js-enabled .site_container.page .js-observe.sec_title_01::before {
    opacity: 1;
    width: clamp(3rem, 5vw, 4.25rem);
  }
  .js-enabled .site_container.page .js-observe.sec_title_01 .title_jp span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .js-observe.sec_title_01 .title_en span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .js-observe.sec_title_01.is_inview span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .js-observe.sec_title_02 > span, .js-enabled .site_container.page .js-observe.sec_title_03 > span {
    opacity: 1;
  }
  .js-enabled .site_container.page .js-observe.upin_title > span {
    opacity: 1;
    transform: none;
  }
  .js-enabled .site_container.page .js-observe.anm_fade_in {
    opacity: 1;
  }
}
@media not print {
  .site_container.page .section .lead_wrap p:not(.title) {
    opacity: 0;
    transition: opacity 1s ease 0.6s;
    will-change: opacity;
  }
  .site_container.page .section .lead_wrap.is_inview p:not(.title) {
    opacity: 1;
  }
  .site_container.page .section .athlete_wrap .wrap_01 > *:not(.sec_title_02),
  .site_container.page .section .athlete_wrap .wrap_02 > * {
    opacity: 0;
    transition: opacity 1s ease 1s;
    will-change: opacity;
  }
  .site_container.page .section .athlete_wrap.is_inview .wrap_01 > *:not(.sec_title_02),
  .site_container.page .section .athlete_wrap.is_inview .wrap_02 > *:not(.sec_title_02) {
    opacity: 1;
  }
}
@media screen and (min-width: 601px), print {
  .site_container.page .page_content .sec_title_01 .title_en {
    margin-left: clamp(-0.06rem, -0.41vw, -0.31rem);
  }
  .site_container.page .page_content .column_wrap.pc_column_2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 8.68%;
    justify-content: space-between;
    width: 100%;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .txt_wrap {
    flex: 1;
  }
  .site_container.page .page_content .column_wrap.pc_column_2 .img_wrap {
    width: 51.65%;
  }
  .site_container.page .page_content .column_wrap.pc_column_2.img_right .sec_img {
    width: calc(700 / 1360 * 100vw);
  }
  .site_container.page .section .sec_title_01 .title_en span {
    display: inline;
  }
  .js-enabled .site_container.page .js-observe.upin_title > span {
    opacity: 0;
    transform: translateY(101%);
    transition: transform 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0.4s, opacity 0.4s ease-in-out 0.4s;
    will-change: opacity transform;
  }
  .js-enabled .site_container.page .js-observe.upin_title.is_inview > span + span {
    transition-delay: 0.6s;
  }
}
@media screen and (min-width: 961px), print {
  .site_container.page .page_head .head_title > span:first-of-type {
    width: 100%;
  }
  .site_container.page .page_head .head_title_en {
    text-align: right;
  }
  .site_container.page .page_content {
    padding-bottom: clamp(3.13rem, 3.68vw, 3.13rem);
  }
  .site_container.page .section .athlete_wrap {
    justify-content: space-between;
  }
  .site_container.page .section .athlete_wrap .wrap_01 {
    flex: 1;
    padding-right: 7.44%;
  }
  .site_container.page .section .athlete_wrap .wrap_02 {
    width: 48.76%;
  }
  .site_container.page .section .athlete_wrap .athlete_profile {
    margin: 35px 0 0 40px;
  }
}