@charset "UTF-8";
/*------------------------------
共通
------------------------------*/
html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
  background-color: #FFFFFF;
  color: #333;
  font-size: 1.6rem;
  position: relative;
}
main {
  margin-bottom: 0;
}
p {
  font-size: 1.8rem;
  font-weight: 500;
}
.wrapper {
  margin: 0;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 0 4.5vw;
  box-sizing: border-box;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-col2 {
  text-align: center;
  width: calc((100% / 2) - 4px);
}
.flex-col3 {
  text-align: center;
  width: calc((100% / 3) - 18px);
}
.align-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


iframe[src*="youtube.com"],
iframe[src*="youtube-nocookie.com"] {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/*------------------------------
タイトル
------------------------------*/
h3 {
  font-size:min(3.27vw,3.6rem);
  font-weight: 700;
  margin-bottom: 90px;
  background: rgba(0, 145, 186, 0.2);
  color: #0091ba;
  text-align: center;
  padding: 1em 0;
}
/*------------------------------
ヘッダー
------------------------------*/
header {
  width: 100%;
  text-align: center;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 200;
  border-top:1px solid #9fa0a0;
  border-bottom:1px solid #9fa0a0;
}
.logo a {
  display: block;
  width: 280px;
}
.logo a img {
  margin: 0;
  padding: 0;
  display: block;
  width: 240px;
  height: 47px;
}
nav {
  height: 80px;
  padding: 16px 0;
  margin: 0 50px;
}
/*------------------------------
フッター
------------------------------*/
.footer {
  background-color: #d1e7f8;
  font-size: 1.4rem;
  padding: 30px 0;
}
.footer .logo a img {
  margin: 0;
  padding: 0;
  display: block;
  height: 40px;
}
.foot-nav {
  margin: 0 50px;
  align-items: center;
}
.foot-links {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  flex-direction: column;
}
.foot-link {
  text-align: right;
}
/*------------------------------
pagetop　
------------------------------*/
#page-top {
  z-index: 100 !important;
  right: 50px;
}
#page-top img {
  width: 80px;
  height: 80px;
}
#page-top a {
  position: relative;
  color: #fff;
  bottom: -20px;
  z-index: 100;
}
/*------------------------------
メインビジュアル
------------------------------*/
.kv_wrapper {
  height: auto;
  margin-inline: auto;
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
}
.kv_content img {
  min-width: 100%;
}
.kv_copy {
  width: 100%;
  padding: 100px 0;
  background: #0091ba;
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}
.kv_copy::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0px 0px;
  border-color: #0091ba transparent transparent transparent;
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 10;
}
.target {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.5s, transform 1.5s;
}
.target.visible {
  opacity: 1;
  transform: translateY(0);
}
/*------------------------------
MOVIE
------------------------------*/
.movie {
  margin: 110px 0 200px;
  text-align: center;
}
.movie h2 {
  margin-bottom: 60px;
}
.movie video {
  max-width: 100%;
}
/*------------------------------
全日本スキー連盟（SAJ）への協賛
------------------------------*/
.sponsorship {
  width: 100%;
  background: url("../images/img-sponsorship-back.jpg") no-repeat;
  background-size: cover;
  background-position: 0;
  padding: 300px 0 260px 0;
  position: relative;
  overflow: hidden;
}
.sponsorship::before {
  content: "";
  width: 100%;
  height: 240px;
  background: url("../images/border01-pc.svg") no-repeat;
  background-position: top;
  background-size: 100vw auto;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  position: absolute;
}
.sponsorship::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 0px 0px 100vw;
  border-color: transparent transparent transparent #0091ba;
  position: absolute;
  bottom: 0;
}
.sponsorship-ttl {
  position: absolute;
  top: 0;
  left: 45%;
  width: 55%;
  text-align: left;
}
.sponsorship-ttl h2 {
  font-size:min(3.272vw,3.6rem);
  margin-top: 10px;
  margin-bottom: 20px;
}
.sponsorship-ttl p {
  font-size:min(1.9vw,2.1rem);
  line-height: 1.95;
}
.sponsorship-img {
  width: 45%;
  text-align: center;
  padding: 0;
}
.sponsorship-img img{
  width: 68%;
  margin: 0 auto;
}

/*------------------------------
スキー・スノーボード競技の種目紹介
------------------------------*/
.introduction {
  background: #0091ba;
  padding-top: 100px;
  margin-bottom: 90px;
}
.introduction h2 {
  text-align: center;
  margin: 0 auto 100px;
  max-width: 840px;
  padding: 0 50px;
}
.introduction-img img {
  min-width: 100%;
}
/*------------------------------
ピックアップ選手の種目紹介
------------------------------*/
.athlete {
  width: 100%;
  margin-bottom: 150px;
}
.athlete .container {
  justify-content: space-between;
}
.athlete-box {
  width: 46.5%;
  text-align: left;
  margin-bottom: 80px;
  justify-content: space-between;
}
.athlete-box-wide {
  width: 100%;
  text-align: left;
  justify-content: space-between;
}
.athlete-pickup-wrap {
  width: 29.5%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.athlete-pickup {
  width: 29%;
  text-align: center;
}

.athlete-pickup-wrap .athlete-pickup {
  width: 46%;
}


.athlete-pickup p {
  font-size:min(2.27vw,2.5rem);
  font-weight: 400;
}
.athlete-pickup img {
  margin-bottom: 5px;
}
.athlete-box .events {
  width: calc(71% - 2.72vw);
}
.athlete-box-wide .events {
  width: calc(71.5% - 3.63vw);
}
/*------------------------------
そのほかの種目紹介
------------------------------*/
.other {
  width: 100%;
  margin-bottom: 150px;
}
.other .container {
  justify-content: space-between;
}
.other .events {
  width: 46.5%;
  text-align: left;
  margin-bottom: 50px;
}
.other .events-wide {
  width: 100%;
  text-align: left;
}
.events-title {
  margin-bottom: 15px;
}
.events-title .icon {
  max-width: 60px;
  width: 5.454vw;
  margin-right: 10px;
}
.other .events-title .icon {
  max-width: 80px;
  width: 7.272vw;
}
.events-title h4 {
  position: relative;
  width: calc(100% - 70px);
  border-bottom: 1px solid #0091ba;
  font-size:min(2.2vw,2.6rem);
  font-weight: 700;
  line-height: 1.1em;
}
.other .events-title h4 {
  position: relative;
  width: calc(100% - 90px);
}
.events-title h4 span {
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  color: #0091ba;
}
.events p,.events-wide p {
  font-size:min(1.81vw,2rem);
  font-weight: 400;
  line-height: 1.75;
}
.events p.border, .events-wide p.border {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #efefef;
}
/*------------------------------
公益財団法人全日本スキー連盟
------------------------------*/
.support {
  width: 100%;
  background: #0091ba;
  padding: 200px 0 140px 0;
  position: relative;
  overflow: hidden;
}
.support::before {
  content: "";
  width: 100%;
  height: 240px;
  background: url("../images/border02-pc.svg") no-repeat;
  background-position: top;
  background-size: 100vw auto;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  position: absolute;
}
.support p {
  font-size:min(2.3vw,2.5rem);
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin-bottom: 60px;
}
.support .btn {
  max-width: 590px;
  margin: 0 auto;
}
.support .btn a:hover {
  opacity: 0.7;
}
/*------------------------------
以下SP記述
------------------------------*/
@media screen and (max-width: 767px) {
  html {
    width: 100%;
  }
  main {
    margin: 0;
    padding: 0;
  }
  h1 {
    font-size: 0;
  }
  h3 {
    font-size: 5vw;
    margin: 0 0 10.6vw;
    font-weight: 700;
  }
  p {
    font-size: 3.8vw;
  }
  .header__inner {
    width: 100%;
  }
  .container {
    padding: 0 20px;
  }
  *:hover {
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
  }
  /*------------------------------
ヘッダー
------------------------------*/
  .logo a {
    display: block;
    /*height: 9vw;*/
    height: 46px;
  }
  .logo a img {
    margin: 0;
    padding: 0;
    display: block;
    /*height: 9vw;*/
    width: 146px;
    height: 29px;
  }
  nav {
    /*height: 12vw;*/
    height: 46px;
    margin: 0 0 0 15px;
    /*padding: 1.5vw 0;*/
     padding: 7px 0;

  }
  /*------------------------------
メインビジュアル
------------------------------*/
  .kv_wrapper {
    padding-top: 46px;
  }
  .kv_copy {
    width: 100%;
    padding: 13.33vw 0 13.33vw;
    margin-bottom: 13.33vw;
  }
  .kv_copy::after {
    border-width: 13.33vw 100vw 0px 0px;
    bottom: -13vw;
  }
  .kv_copy img {
    width: 78vw;
    margin: 0 auto;
  }
  /*------------------------------
MOVIE
------------------------------*/
  .movie {
    margin: 13vw 0 26vw;
  }
  .movie h2 {
    margin-bottom: 6.6vw;
  }
  .movie h2 img {
    width: 36vw;
  }
  .movie video {
    max-width: 100%;
  }
  /*------------------------------
全日本スキー連盟（SAJ）への協賛
------------------------------*/
  .sponsorship {
    width: 100%;
    background: url("../images/img-sponsorship-back-sp.jpg") no-repeat;
    background-size: cover;
    padding: 28vw 0 10vw 0;
  }
  .sponsorship::before {
    height: 28vw;
    background: url("../images/border01-sp.svg") no-repeat;
    background-position: top;
    background-size: 100vw auto;
  }
  .sponsorship::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.73vw 0px 0px 100vw;
    border-color: transparent transparent transparent #0091ba;
    position: absolute;
    bottom: 0;
  }
  .sponsorship-ttl {
    position: static;
    text-align: left;
    width: 100%;
  }
  .sponsorship-ttl h2 {
    font-size: 6.13vw;
    margin-top: 0;
    margin-bottom: 6.6vw;
  }
  .sponsorship-ttl p {
    font-size: 4vw;
    line-height: 1.95;
  }
  .sponsorship-img {
    width: 29.33vw;
    text-align: center;
    padding: 0;
    margin: 12vw auto 0 auto;
  }
  .sponsorship-img img{
  width: 100%;
}

  /*------------------------------
スキー・スノーボード競技の種目紹介
------------------------------*/
  .introduction {
    background: #0091ba;
    padding-top: 13vw;
    margin-bottom: 13vw;
  }
  .introduction h2 {
    text-align: center;
    margin: 0 auto 6.66vw;
    width: 63.46vw;
    padding: 0;
  }
  .introduction-img img {
    width: 100%;
  }
  /*------------------------------
ピックアップ選手の種目紹介
------------------------------*/
  .athlete {
    width: 100%;
    margin-bottom: 26vw;
  }
  .athlete-box {
    width: 100%;
    text-align: left;
    margin-bottom: 9.3vw;
    justify-content: space-between;
  }
  .athlete-box-wide {
    width: 100%;
    text-align: left;
    margin: 0;
    justify-content: space-between;
  }
  .athlete-pickup-wrap {
    width: 25.6vw;
    text-align: center;
    margin-right: 0;
    display: block;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  
  
  .athlete-pickup {
    width: 25.6vw;
    text-align: center;
  }
  
.athlete-pickup-wrap .athlete-pickup {
    width: 100%;
    text-align: center;
  }
  
  .athlete-pickup img {

    width: 100%;
  }

  .athlete-pickup p {
    font-size: 4.6vw;
    font-weight: 400;
    margin-bottom: 5.3vw;
  }
  .athlete-pickup img {
    margin-bottom: 5px;
  }
  .athlete-box .events {
    width: calc(100% - 28.5vw);
  }
  .athlete-box-wide .events {
    width: calc(100% - 28.5vw);
  }
  /*------------------------------
そのほかの種目紹介
------------------------------*/
  .other {
    width: 100%;
    margin-bottom: 26vw;
  }
  .other .container {
    justify-content: space-between;
  }
  .other .events {
    width: 100%;
    text-align: left;
    margin-bottom: 9.3vw;
  }
  .other .events-wide {
    width: 100%;
    text-align: left;
  }
  .events-title {
    margin-bottom: 15px;
  }
  .events-title .icon {
    width: 13vw;
    margin-right: 10px;
  }
  .other .events-title .icon {
    width: 16vw;
  }
  .events-title h4 {
    position: relative;
    width: calc(100% - 13vw - 10px);
    font-size: 4.13vw;
  }
  .other .events-title h4 {
    position: relative;
    width: calc(100% - 16vw - 10px);
  }
  .events p,.events-wide p{
    font-size: 4vw;
    font-weight: 400;
    line-height: 1.75;
  }
  .events p.border, .events-wide p.border {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #efefef;
  }
  /*------------------------------
公益財団法人全日本スキー連盟
------------------------------*/
  .support {
    width: 100%;
    background: #0091ba;
    padding: 21.4vw 20px 23.46vw 20px;
    position: relative;
    overflow: hidden;
  }
  .support::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.6vw 100vw 0px 0px;
    border-color: #FFF transparent transparent transparent;
    position: absolute;
    bottom: 0;
    background: none;
  }
  .support p {
    font-size: 4.8vw;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    margin-bottom: 9.3vw;
  }
  .support .btn {
    max-width: 590px;
    margin: 0 auto;
  }
  .support .btn a:hover {
    opacity: 0.7;
  }
  /*------------------------------
フッター
------------------------------*/
  .footer {
    background-color: #d1e7f8;
    font-size: 2.4vw;
    padding: 8vw 0;
    text-align: center;
  }
  .footer .logo {
    width: 44.4vw;
    margin: 0 auto 2.66vw auto;
  }
    .footer .logo a{
    width: 100%;
 }

  .footer .logo a img {
    margin: 0 auto;
    padding: 0;
    display: block;
    width: 100%;
    height: auto;
 }
  .foot-nav {
    margin: 0;
    align-items: center;
  }
  .foot-links {
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 auto;
  }
  .foot-link {
    text-align: center;
  }
  /*------------------------------
pagetop　
------------------------------*/
  #page-top {
    z-index: 100 !important;
    right: 20px;
  }
  #page-top img {
    width: 16vw;
    height: 16vw;
  }
  #page-top a {
    position: relative;
    color: #fff;
    bottom: -3.33vw;
    z-index: 100;
  }
}