@charset "utf-8";

/**************************************************/
/*                                                */
/*                標準リセットCSS                 */
/*                                                */
/**************************************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
  font-family: "Roboto","源真ゴシック","源ノ角ゴシック","Koruri",sans-serif;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

  blockquote:before,
  blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none;
  }

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

*, *:before,
*:after {
  box-sizing: border-box;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}
.day{
  color: #E9A326;
  font-weight: 700;
}
/*ーーーーーーーーーーーーーー　FV　ーーーーーーーーーーーーーーーーーーー*/
.fv{
  height: 660px;
  background-image: url("../image/ポタリング写真/AdobeStock_32695462.jpeg");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.fv .wrapper{
  width: 1000px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.fv .text{
  background-color:rgba(255,255,255,0.8);
  border-radius: 15px;
  width: 600px;
  padding: 30px 45px;
}

.fv .text .text_content{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.fv .text .text_content img,
.fv .text .text_content a img{
  width: 100%;
  height: auto;
}

.fv .text .text_content a{
  display: inline-block;
  width: 70%;
  margin-top: 25px;
  animation-name:updown1;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 1s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

@keyframes updown1 {
0% {
  transform: translateY(0);
}
50% {
  transform: translateY(-5px);
}
100% {
  transform: translateY(0);
}
}

.fv .wrapper{
  position: relative;
}

.humen{
  position: absolute;
  bottom: 5px;
  right: -100px;
  width: 500px;
}

.humen img{
  width: 100%;
  height: auto;
}

/*ーーーーーーーーーーーーーー　イベント概要　ーーーーーーーーーーーーーーーーーーー*/
.event{
  border-top: 10px solid #F4D730;
  border-bottom: 10px solid #E71519;
}

.event .wrapper{
  width: 1000px;
  max-width: 100%;
  margin: 100px auto;
}

.title{
  height: 30px;
  display: flex;
  align-items: center;
}
.title img{
  height: 100%;
  width: auto;
}

.title h1{
  font-size: 14px;
  letter-spacing: .5px;
  font-weight: 500;
}

.event .wrapper p{
  font-size: 18px;
  line-height: 2em;
  letter-spacing: .5px;
  margin-top: 25px;
  font-weight: 500;
}

.event .wrapper p span{
  font-weight: bold;
}

/*ーーーーーーーーーーーーーー　参加特典　ーーーーーーーーーーーーーーーーーーー*/
.benefit{
  background-image: url("../image/ポタリング写真/AdobeStock_305599320.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 100px 0;
}

.benefit .wrapper{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.benefit .wrapper .content{
  width: 100%;
}

.benefit .wrapper .content img{
  width: 100%;
  height: auto;
}

/*ーーーーーーーーーーーーーー　選手紹介　ーーーーーーーーーーーーーーーーーーー*/
 .athlete{
  /* background-image: url("../image/ポタリング写真/AdobeStock_79316695.jpeg");  */
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #F7F7F7;
}

.athlete .wrapper{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}

.athlete .wrapper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
}

.athlete .wrapper ul li{
  width: 45%;
  margin: 0 auto;
  list-style: none;
  margin-bottom: 90px;
}

.athlete .wrapper ul li .image{
  width: 50%;
  margin: 0 auto;
}
.athlete .wrapper ul li .image img{
  width: 100%;
  height: auto;
}

.athlete .wrapper ul li .date{
  margin-top: 15px;
  letter-spacing: .5px;
}

.athlete .wrapper ul li .date h2{
  font-size: 20px;
  color: #EACA39;
  font-weight: bold;
}

.athlete .wrapper ul li .date p{
  margin-top: 10px;
  line-height: 2em;
  font-size: 14px;
}

.athlete .wrapper ul li .date p span{
  font-weight: bold;
}
.guest{
  height: 20px!important;
}
/*ーーーーーーーーーーーーーー　申し込み　ーーーーーーーーーーーーーーーーーーー*/
.form{
  background-color: #F4D730;
}

.form .wrapper{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0 15px 0;
  position: relative;
  text-align: center;
}
.form .wrapper .cara,
.form .wrapper .bach{
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 200px;
}
.form .wrapper .bach{
  right: 40px;
  bottom: 15px;
  left: auto;
  width: 150px;
}

.form .wrapper a{
  display: inline-block;
  width: 360px;
  animation-name:updown1;   /* アニメーション名の指定 */
  animation-delay:0s;   /* アニメーションの開始時間指定 */
  animation-duration: 1s;   /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;  /* アニメーションの動き指定（徐々に早く）*/
  animation-iteration-count: infinite; 
}

.form .wrapper .cara img,
.form .wrapper .bach img,
.form .wrapper a img{
  width: 100%;
  height: auto;
}

.form .wrapper p{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 2em;
}

/*ーーーーーーーーーーーーーー　ご案内　ーーーーーーーーーーーーーーーーーーー*/
.guide{
  background-image: url("../image/guide_back.png");
}

/*ーーーーーーーーーーーーーー　ご案内　ーーーーーーーーーーーーーーーーーーー*/
.img_line {
  overflow: hidden;
  max-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img_line img{
  width: 100%;
  height: auto;
}

/*ーーーーーーーーーーーーーー　マップ　ーーーーーーーーーーーーーーーーーーー*/
.map{
  background-color: #E4F3F6;
  padding: 100px 0 150px 0;
}

.map .wrapper{
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.map .title{
  display: inline-block;
  margin: 0 auto;
}

.map .contnet img{
  width: 100%;
  height: auto;
}

/*ーーーーーーーーーーーーーー　アニメーション　ーーーーーーーーーーーーーーーーーーー*/
.humen{
  transform: translateX(100%);
  transition: 1.0s ;
}

.active{
  transform: translateX(0);
}

.elem {
  opacity : 0;
  transform : translate(0, 100px);
  transition : all 1s;
}
 
.elem.active{
  opacity : 1;
  transform : translate(0, 0);
}

.img_sp{
  display: none;
}



/**************************************************/
/*                                                */
/*                   タブレット用                    */
/*                                                */
/**************************************************/
/* 959px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 959px) {
  

  /*ーーーーーーーーーーーーーー　FV　ーーーーーーーーーーーーーーーーーーー*/
  .fv {
    height: 100vh;
  }
  .fv .text {
    border-radius: 15px;
    width: calc(100% - 80px );
    padding: 80px 40px;
    margin: 0 auto 150px auto;
  }
  .fv .wrapper{
    padding-top: 10%;
  }
  .event .wrapper ,
  .benefit .wrapper .content,
  .athlete .wrapper ul{
    width: calc(100% - 80px);  
  }
  .benefit .wrapper .content,
  .athlete .wrapper ul{
    margin: 0 auto;
  }
  .athlete .wrapper ul li{
    width: 100%;
    margin-right: 5%;
  }
  .athlete .wrapper ul li:nth-child(3){
    margin-right: 0;
  }
  .athlete .wrapper ul{
    margin-top: 50px;
  }
  .title{
    padding: 0 0 0 40px;
  }
  .img_line {
    overflow: none;
    height: auto;
  }
  .form .wrapper .cara, .form .wrapper .bach {
    left: 0;
    width: 150px;
  }
  .form .wrapper .bach {
    right: 10px;
    left: auto;
    width: 130px;
}

}


/**************************************************/
/*                                                */
/*                   スマホ用 　                    */
/*                                                */
/**************************************************/
/* 750px以下に適用されるCSS（スマホ用） */

@media screen and (max-width: 750px) {
  .img_pc{
    display: none;
  }
  .img_sp{
    display: inline-block;
  }
  .fv .text {
    width: calc(100% - 40px );
    padding: 40px 20px;
    margin: 0 auto 25vh auto;
  }
  .fv .text .text_content a {
    width: 100%;
    margin-top: 40px;
  }
  .humen {
    width: 80vw;
    right: -30px;
  }
  .event .wrapper, 
  .benefit .wrapper .content, 
  .athlete .wrapper ul{
    width: calc(100% - 40px);
    margin: 60px auto;
  }
  .title {
    padding: 0;
  }
  .benefit,
  .athlete{
    padding: 50px 0;
    background-size: auto 100%;
    background-position: center;
  }
  .benefit .wrapper .content{
    margin: 0 auto;
  }
  .athlete{
    padding: 60px 20px;
    background-size: 100% auto;
    background-position: top;
    background-color: #ffffff;
  }
  .athlete .wrapper ul li {
    width: 100%;
    margin-right: 0;
    display: block;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.athlete .wrapper ul{
  margin: 25px 0 0 0;
  width: 100%;
}
.athlete .wrapper ul li .image {
  width: 100%;
  margin: 0 auto;
}
.athlete .wrapper ul li .date{
  margin-top: 0;
  margin-left: 8px;
  width: 100%;
}
.title h1{
  font-size: 2.5vw;
}
.event .wrapper p span{
  font-size: 3.8vw;
}
.event .wrapper p,
.athlete .wrapper ul li .date p,
.form .wrapper p{
  font-size: 3.5vw;
  margin-top: 10px;
}
.athlete .wrapper ul li .date h2{
  font-size: 4vw;
}
.form .wrapper .cara{
  display: none;
}
.form .wrapper{
  padding: 40px 20px;
}
.form .wrapper p{
  text-align: left;
  margin-bottom: 15px;
  margin-top: 0;
}
.form .wrapper a{
  width: 100%;
}
.form .wrapper .bach {
  top: 20px;
  width: 30%;
}
.map{
  padding: 60px 20px;
}

}
