@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100&display=swap&subset=japanese');

/* ------------------------------------------------------
 *  home
 * ------------------------------------------------------ */

#about_jquery_2 a {
    margin: 100px 0px;
    display: block;
}

#main .main_img {
  background-image: url(../../img/front/home/main.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.member {
	overflow: hidden;
}
.member_img {
  width: 90%;
  position: relative;
  float: right;
  right: 0;
  z-index: 2;
  overflow: hidden;
  margin-bottom: 40px;
}
.member_img:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(90deg, #3C3B3F, #605C3C);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.member_img > img {
  width: 150%;
}
.modal {
  top: 145px;
}
.pop-up-modal {
  display: block;
  padding-left: 0px;
  z-index: 10401;
}
.modal-backdrop {
  display: none;
}
.js-modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
  opacity: .5;
  z-index: 10400;
}

@media (min-width: 992px) {
  .member{
  padding-top: 100px;
  }
  .member:after{
    display: none;
  }
  .member_img{
    width: 55%;
    height: auto;
    max-height: 800px;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 3;
    margin-bottom: 0;
  }
  .member_img:after{
    display: none;
  }
  .member_img > img{
    max-width: 100%;
  }
}
.video_attention{
  display:none;
}
@media (max-width: 992px) {
  .video_attention{
    display:block;
    font-size: 12px;
    color:#ffffff;
    padding-top: 10px;
    padding-right: 10px;
    margin: 0,0,0,auto;
  }
  .video_attention p{
    text-align: right;
  }
  .close-button{
    font-size: 35px;
  }
}

.information .info_box{
	background: #fff;
	padding:40px 7.5%;
}
.information .info_box h2{
    margin-top: 0;
	margin-bottom: 35px;
}
.info_item{
	padding-top: 18px;
	border-top: 1px solid #707070;
}
.info_item_index{
	width: 100%;
	display: flex;
	border-bottom: 1px solid #707070;
	text-decoration: none;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
@media (min-width: 992px) {
    .information .info_box{
        padding:80px 7.5%;
    }
}

.category_label{
	text-align: center;
	display: block;
	line-height: 1;
	padding:3px 10px;
	color:#fff;
	background-color: #2c0080;
}
.item_title{
  margin-top: 1em;
}
.item_title > a{
    color: #333;
}
.item_title > a:hover{
    color: #28C590;
}
@media (min-width: 992px) {
  .item_title{
    padding-left: 40px;
    margin-top: 0;
  }
}
.info_more{
	text-align: right;
}
.info_more > .btn-style{
    box-shadow: 0px 1px 4px #666;
}
.card-link{
  display: block;
  background: #fff;
  padding-left: 0;
  margin-bottom: 20px;
  background-color: #fff;
  background-size: 200% 100%;	
  background-image: -webkit-linear-gradient(left, transparent 50%, rgba(40, 197, 144, 1) 50%);	
  background-image: linear-gradient(to right, transparent 50%, rgba(40, 197, 144, 1) 50%);
  -webkit-transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
.card-link:hover{
    background-color: #28C590;
    background-position: -100% 100%;
}
.card-link:hover > .nav_text{
    
  border-bottom: 1px solid #28C590;
}
.nav_img{
	display: inline-block;
}
.nav_img img{
  height: 95px;
  width: auto;
}
.nav_text{
	display: inline-block;
    margin-left: 25px;
	color: #28C590;
    width: calc(100% - 165px);
    font-size: 14px;
	text-align: center;
	display: inline-block;
    border-bottom: 1px solid #28C590;
}
.card-link:hover > .nav_text{
    color: #fff;
    border-bottom: 1px solid #fff;
}

@media (min-width: 992px) {
  .card-link{
    margin-top: 0px;
  }

  .nav_img img{
    height:150px;
  }

  .nav_text{
    width: calc(100% - 265px);
    font-size: 16px;
    margin-left: 30px;
    padding: 20px 10%;
  }
}

.js-header-sticky.js-static{
  z-index: 4;
  position: relative;
}
@media (min-width: 992px) {
    .js-header-sticky.js-static{
        position: fixed;
    }
}
.first-view-container {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  z-index: 11;
}
.first-view-video {
  z-index: 10;
  width: 100%;
}
.first-view-video video{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}
.first-view-video:before,
.first-view-video:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}


.first-view-video > img {
  width: 100%;
}
.first-view-video.js-video-is-playing:before,
.first-view-video.js-video-is-playing:after {
  display: none;
}
.member,
.first-view {
  background-color: #252525;
}
.first-view {
  position: relative;
}
.first-view:after{
  content: '';
  padding-top: 40%;
  display: block;
}
@media (min-width: 992px) {
  .first-view:after{
    padding-top: 60%;
  }
}
@media (max-width: 992px) {
  .first-view:after{
     padding-top: 20%;
  }
}

.first-view-container > h1{
  width: 100%;
  margin: 0px;
  padding: 0.2em;
  font-size: 60px;
  background: linear-gradient(to right, rgba(37,37,37,0) 18%,rgba(37,37,37,1) 80%);  
  display: inline;
  bottom: 0;
  position: absolute;
  z-index: 2;
  color: #FFF;
  font-family: 'HiraginoSans-W0', 'Noto Sans JP', sans-serif;
  font-weight: 100;
  z-index: 10;
}

.top-contents-box.member_box {
  position: absolute;
  z-index: 2;
  right: 0;
  width: 90%;
  padding: 20px;
}

@media (min-width: 992px) {
  .first-view-container {
    position: absolute;
    top: 100px;

  }
  .first-view-container > h1{
    font-size: 90px;
  }
  .top-contents-box.member_box {
    width: 40%;
    float: right;
    margin-right: 30px;
    position: relative;
  }
}

.top-contents-box {
  color: #FFF;
  font-family: 'HiraginoSans-W0', 'Noto Sans JP', sans-serif;
  font-weight: 100;
  position: relative;
  z-index: 3;
}

.top-contents-box > h2{
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.top-contents-box > h2:after {
  content: '';
  display: block;
  width: 1.5em;
  height: 1px;
  margin-top: 0.5em;
  background-color: #D5EF73;
}

@media (min-width: 992px) {
  .top-contents-box {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 40px;
    margin-bottom: 100px;
    position: relative;
    z-index: 2;
  }

  .top-contents-box > h2{
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
  }
  .top-contents-box > h2:after {
    content: '';
    display: block;
    width: 1.5em;
    height: 1px;
    margin-top: 0.5em;
    background-color: #D5EF73;
  }
}

.member_text_area {
  margin-bottom: 40px;
}

.member_btn_label {
  display: inline-block;
  width: 80%;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}

.member_btn_label:before,
.member_btn_label:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -5px;
}

.member_btn_label:before {
  height: 1em;
  width: 1px;
  background-color: #FFF;
  transform: rotate(-45deg);
  left: calc(80% - 0.5em);
  bottom: -6px;
}

.member_btn_label:after {
  width: 80%;
  height: 1px;
  background: #FFF;
}

@media (min-width: 992px) {
  .member_btn_label {
    margin-bottom: 0;
    width: 50%;
  }

  .member_btn_label:before {
    background-color: #88925F;
  }

  .member_btn_label:after {
    background: linear-gradient(90deg, #959D75, #88925F);
  }
}

.information .info_box{
  margin-top: 40px;
  margin-bottom: 40px;
}
.information .info_box > h2:after{
  content: '';
  display: block;
  width: 1.5em;
  height: 2px;
  margin-top: 0.5em;
  background-color: #D5EF73;
}
@media (min-width: 992px) {
  .information .info_box{
    margin-top: 400px;
    margin-bottom: 80px;
  }
}
.news-tab {
  border: none;
  line-height: 36px;
  margin-bottom: 40px;
}
.news-tab.nav-tabs>li{
  margin-bottom: 0px;
  display: inline-block;
  width: 50%;
  text-align: center;
}
.news-tab.nav-tabs>li>a {
  display: inline;
  color: #555;
  font-size: 12px;
  padding-left: 0px;
  padding-right: 0px;
}
.news-tab.nav-tabs>li.active>a {
  border: 1px solid transparent;
  border-bottom: 1px solid #37AD70;
}
@media (min-width: 992px) {
  .news-tab.nav-tabs>li{
    width: 40%;
    margin-right: 20%;
    text-align: right;
  }

  .news-tab.nav-tabs>li:last-child{
    margin-right: -10%;
    text-align: left;
  }

  .news-tab.nav-tabs>li>a {
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .news-tab.nav-tabs>li.new>a:before{
    content: 'NEW';
    font-size: 10px;
    background-color: #2c0080;
    color: #FFF;
    padding: 0.5em;
    margin-right: 1em;
  }
}
.news-tab.nav-tabs>li>a:hover,
.news-tab.nav-tabs>li>a:active,
.news-tab.nav-tabs>li>a:focus {
  background-color: transparent;
  border: 1px solid transparent;
}
.information {
  background: linear-gradient(-135deg, #28c580, #dff68f);
  position: relative;
  z-index: 2;
}

.trajectory {
  background-color: #252525;
  padding-top: 50px;/*information非表示のため50から530へ変更*/
}

.trajectory-description {
  margin-bottom: 50px;
}

.trajectory-detail {
  padding: 20px;
  position: absolute;
  left: 0;
  z-index: 3;
}

.trajectory-img {
  float: left;
  z-index: 2;
  position: relative;
  width: 99%;
  overflow: hidden;
  margin-left: -15px;
}

.trajectory-img > img{
  max-width: 150%;
}

.trajectory-img:after{
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: linear-gradient(90deg, #959D75, #88925F);
  opacity: 0.5;
}

@media (min-width: 992px) {
  .trajectory-detail {
    padding: 100px;
    padding-top: 40px;
  position: relative;
  }
  .trajectory-img {
    width: 50%;
    float: right;
    margin-top: 50px;
    overflow: auto;
  }
  .trajectory-img > img{
    max-width: 94%;
    margin-left: 5%;
  }
  .trajectory-img:after{
    display: none;
  }
}

/*information非表示のためスマホ表示の位置修正*/
@media (max-width: 992px) {
  .trajectory {
  padding-top: 80px;/*information非表示のため50から530へ変更*/
}
}

.card-links {
  background-color: #252525;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card-links > .container{
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
    .card-links {
      padding-top: 150px;
    }
}
.sponsorship {
  border-top: 1px solid #454545;
  background-color: #252525;
  padding-top: 50px;
  padding-bottom: 50px;
}
.sponsorship ul {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  padding-inline-start: 0;
}
.sponsorship ul li {
  display: inline-block;
  width: 150px;
  margin-left: 20px;
}
.sponsorship ul li:first-child{
  margin-left: 0px;
}
.sponsorship ul li a > img{
  max-width: 100%;
}
@media (max-width: 497px) {
    .sponsorship ul li {
        margin-left: 0;
        margin-bottom: 10px;
      } 
  }

footer{
    position: relative;
    z-index: 2;
}
