@charset "UTF-8";

html {
    font-size: 100%;
}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro N", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #1d1d1f;
}
a {
    color: #06c;
    text-decoration: none;
}
img {
    max-width: 100%;
}
li {
    list-style: none;
}
.wrapper {
    max-width: 1200px;
    padding: 0 22px;
    margin: 0 auto;
}
.link-more {
    font-size: 14px;
    position: relative;
}
.link-more::after {
    position: absolute;
    top: 54%;
    right: -12px;
    width: 7px;
    height: 7px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.link-more:hover {
    text-decoration: underline;
}

.partcontents {
    text-align: center;
}

.arrow-icon {
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border-style: solid;
    border-width: 6px 6px 0 0;
    border-color: white;  
    transform: rotate(135deg);
  }

/*-------------------------------------------
header
-------------------------------------------*/
header {
    width: 100%;
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 10;
	transition: .3s;
    height: 44px;
}
header.scroll {
	background: rgba(0,0,0,.7);
    opacity: 0.9;
}
/*
#header {
    width: 100%;
    background-color: #000;
    color: #fff;
    position: fixed;
    z-index: 10;
  }
*/
  
  #header .header-inner {
    
    display: flex;
    align-items: center;
  }
  
  #header .header-inner .logo {
    flex-shrink: 0;
    width: 50%;
    line-height: 1px;
    margin-right: 9%;
    font-size: 120%;
  }

  #header .header-inner .logo a {
      color: #fff;
  }

  #navi {
    width: 100%;
  }
  
  #navi ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  #navi a {
    height: 44px;
    line-height: 44px;
    display: inline-block;
    color: #f5f5f7;
    font-size: 14px;
    padding: 0 10px;
    opacity: 0.8;
    transition: all 0.5s;
  }
  
  #navi a:hover {
    opacity: 1;
  }
  .hamburger {
   display: none;
  }

/*-------------------------------------------
main
-------------------------------------------*/

#main {
    padding-top: 44px;
}

#top {
    padding-bottom:6em;
}

#top .topimgspan {
    /* width: 100%;
    height: auto; */
    position: relative; 
    overflow-x: hidden;
    z-index: -1;
}


#top .topimgspan video {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    z-index: -1;
    position: relative; 
}

.tophead {
    top: 5%;
    left: 10%;
    position: absolute;
    z-index: 0;
}
#top .topimgspan .wrapper .headline {
    padding-top: 0.7em;
    font-size: 430%;
    color: #fff;
}

#top .topimgspan .wrapper .subline {
    padding-top: 1em;
    font-size: 120%;
    color: #fff;
}

#video {
    display: block !important;
}
#video_m {
    display: none !important;
}

#top .topnavigate {
    background-color: black;
    height: 150px;
    text-align: center;
}
#top .topnavigate .navigateline {
    padding-top: 1em;
    padding-bottom: 1em;
    color: #fff;
    font-size:170%;
    font-weight: bold;
}

.partcontents .partheadline {
    padding: 0.5em 0;
    font-size: 290%;
}

.partcontents img {
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding: 3em 0;
}

.partcontents .partsubline {
    font-size: 120%;
    font-weight: bold;
    line-height: 2em;
    padding-bottom: 10em;
}

#footer {
    background-color: black;
}

#footer .footercontents {
    text-align: center;
}

#footer .footercontents .footerheadline {
    padding: 1em 0 3em 0;
    font-size: 430%;
    color: #fff;
}

#footer .footercontents .footersubline {
    color: #fff;
    font-size: 120%;
    line-height: 2em;
    padding-bottom: 5em;
}

@keyframes fade{
    0% {opacity:0;}
    100% {opacity:1;}
}
.blinking {
    animation:fade 1s ease-in-out infinite alternate;
}

@media (max-width: 1260px) {
    .tophead {
        top: 0%;
        left: 0%;
        position: absolute;
        z-index: 0;
    }
}

@media (max-width: 970px) {
    #top .topimgspan .wrapper .headline {
        padding-top: 2em;
        font-size: 380%;
    }
    #top .topimgspan .wrapper .subline {
        font-size: 100%;
    }
    #footer .footercontents .footerheadline {
        font-size: 340%;
    }
    header {
        position: fixed;
        height: 100px;
    }
    /*
    #header {
        width: 100%;
        background-color: #000;
        color: #fff;
        position: fixed;
        z-index: 10;
      }
    */
      
      #header .header-inner {
        padding-top: 1em;
        display: block;
        align-items: center;
        text-align: center;
      }
      
      #header .header-inner .logo {
        flex-shrink: 1;
        width: 100%;
        line-height: 1em;
        margin-right: 0%;
        font-size: 120%;
      }

      #navi ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1em 0;
      }
    
}

@media (max-width: 750px) {
    #top .topimgspan .wrapper .headline {
        padding-top: 3em;
        font-size: 180%;
    }
    #top .topimgspan .wrapper .subline {
        font-size: 90%;
    }
    #top .topnavigate .navigateline {
        font-size:120%;
        font-weight: bold;
    }

    #video {
        display: none !important;
    }
    #video_m {
        display: block !important;
    }
    
    .partcontents .partheadline {
        padding: 0.5em 0;
        font-size: 150%;
    }
    
    .partcontents img {
        max-width: 1000px;
        width: 100%;
        height: auto;
        padding: 1.5em 0;
    }
    
    .partcontents .partsubline {
        font-size: 100%;
        font-weight:bold;
        line-height: 1.5em;
        padding-bottom: 5em;
    }

    #footer .footercontents .footerheadline {
        font-size: 170%;
    }
    #footer .footercontents .footersubline {
        font-size: 90%;
        line-height: 1.5em;
        padding-bottom: 3em;
    }
    
    header {
        position: fixed;
        height: 100px;
    }
    /*
    #header {
        width: 100%;
        background-color: #000;
        color: #fff;
        position: fixed;
        z-index: 10;
      }
    */
      
      #header .header-inner {
        padding-top: 1em;
        display: block;
        align-items: center;
        text-align: center;
      }
      
      #header .header-inner .logo {
        flex-shrink: 1;
        width: 100%;
        line-height: 1em;
        margin-right: 0%;
        font-size: 120%;
      }

      #navi ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 1em 0;
    }
}
