@charset "UTF-8";

@import url("common.css");
@import url("nav.css");
@import url("botton.css");


.flex{
  justify-content: center;
}

/* = SP ================================================ */

@media (min-width:320px) {

  /* header
  -------------------------- */
  header{
    position:relative;
    top: 62px;
    margin-bottom:110px;
  }
  @media (min-width:600px){
    header{
      margin-bottom:130px;
    }
  }

  /* info
  -------------------------- */
  .info{
    margin: 9% 0 4%;
  }
  .i-block{
    width:90%;
    height: 240px;
    padding: 2.5em 4em;
    margin: 0 auto;
    border: 2px solid #14171a;
    background: #fff;
    box-shadow: -13px 13px 0 0 #b58c4b,13px -13px 0 0 #868e27;
  }
  .i-block h3{
    position: relative;
    display: inline-block;
    color: #004da0;
    font-size: 2.8rem;
    margin-bottom: 0.5em;
  }
  .i-block h3::after{
    content:"";
    position: absolute;
    display: inline-block;
    z-index: 1;
    background: url("../images/index/pointing.png") center /contain no-repeat;
    width:84px;
    height:60px;
    top:-15%;
    left:48%;
    transform: translate(100%,-100%);
  }
  @media (max-width:425px){
    .i-block h3::after{
      width:64px;
      height:46px;
      left:60%;
    }
  }

  /*= スクロール　=================*/
  .info-scroll{
    width: 100%;
    height: 77%;
    text-align: left;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .info-scroll::-webkit-scrollbar {
    width: 4px;
  }
  .info-scroll::-webkit-scrollbar-track {
    background: #bbb8b6;
  }
  .info-scroll::-webkit-scrollbar-thumb {
    background: #14171a;
  }
  -webkit-overflow-scrolling: touch;
  /*= スクロール　=================*/

  .info-li{
    text-align: left;
    perspective: 100;
  }
  .info-li:not(:last-child){
    margin-bottom: 18px;
  }
  time,.info-li p,.info-new::after{
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .info-new::after{
    content:"NEW!";
    display: inline-block;
    color: #004da0;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0.5em;
    animation: rotate 3s linear infinite;
    -webkit-animation: rotate 3s linear infinite;
  }
  @keyframes rotate{
    0%{ transform:rotateX(0);}
    70%{ transform:rotateX(360deg);}
    100%{ transform:rotateX(360deg);}
  }
  @-webkit-keyframes rotate{
    0%{ transform:rotateX(0);}
    70%{ transform:rotateX(360deg);}
    100%{ transform:rotateX(360deg);}
  }

  /* about
  -------------------------- */
  .about-img{
    width: 90%;
    max-width: 600px;
    margin-bottom: 2.4em;
    margin-top: 3em;
  }
  @media (min-width:600px){
    .about-img{
      margin-top: 0em;
      margin-bottom: 4em;
    }
  }
  .about-text h3{
    font-size: calc(2.5rem + 8 * (100vw - 375px)/393);
    line-height: 1.4;
    margin-bottom: 0.75em;
  }
  .about-desc{
    font-size: calc(1.6rem + 4 * (100vw - 375px)/393);
    line-height: 1.6;
    margin-bottom: 1.75em;
  }
  @media (min-width:600px){
    .a-sp{
      display: none;
    }
    .a-pc{
      display: block;
    }
  }
  .youtube{
    width: 100%;
    margin-bottom: 1.5em;
  }
  .youtube a{
    font-size: 1.4rem;
    font-weight: bold;
    border: 2px solid #14171a;
    background: #fff;
    padding: 1em 1.25em;
  }

  .youtube-flex{
    justify-content: space-between;
  }
  @media (min-width:600px){
    .youtube a{
      font-size: 1.6rem;
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 2em;
    }
  }
  .yt-img{
    width: 10%;
    margin: auto 0;
  }
  .youtube a img{
    width: auto;
    height: 18px;
  }
  @media (min-width:600px){
    .yt-img{
      width: 12%;
    }
    .youtube a img{
      height: 22px;
    }
  }
  .yt-tx{
    width: 88%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  @media (min-width:600px){
    .yt-tx{
      font-size: 1.6rem;
    }
  }
  .teaser {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: auto;
    margin-top: 6em;
    margin-bottom: 1em;
  }
  .teaser iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  @media (min-width:600px){
    .teaser {
      margin-top: 8em;
      margin-bottom: -1em;
    }
  }

  /* contents
  -------------------------- */
  .contents, .about{
    position: relative;
    padding-top: 40%;
  }
  @media (min-width:600px){
    .contents{
      padding-top: 36%;
    }
  }
  .sc-img, .a-img{
    position: absolute;
    display: block;
    width: 83%;
    height: fit-content;
    top: 4.5vh;
    left: 10vw;
    margin:0 auto;
    z-index: -1;
  }
  .a-img{
    top: 5.5vh;
  }
  @media (min-width:600px){
    .sc-img, .a-img{
      width: 72%;
      left: 14vw;
      z-index: -1;
    }
  }
  .i-bg{
    position: relative;
    padding: 1.5em 0;
  }
  .i-bg:nth-of-type(1){
    padding-top: 4em;
  }
  .i-bg::after{
    content: '';
    position: absolute;
    left:0%;
    top: 1%;
    transform: skewY(-26deg);
    transform-origin: center;
    z-index: -1;
    width:100%;
    height:100%;
    background:#e0d179;
  }
  .i-bg:nth-of-type(2)::after{
    background: #958c87;
  }
  .i-bg:nth-of-type(3)::after{
    background: #868e27;
  }
  .i-bg:nth-of-type(4)::after{
    background: #b58c4b;
  }
  .i-bg:nth-of-type(4)::after{
    background: #b58c4b;
  }
  .item{
    position: relative;
    width:100%;
    height:auto;
  }
  .item-inner{
    flex:1;
    padding:3em 2.5em 2em;
    background: #fff;
  }
  @media (min-width:600px){
    .item-inner{
      padding: 4.5em 3.75em 3.5em;
    }
  }
  .i-ttl-img{
    width: 75%;
    margin-bottom: 1.5em;
  }
  @media (min-width:600px){
    .i-ttl-img{
      width: 60%;
      margin-bottom: 2.5em;
    }
  }
  .supported h3, .followus h3{
    position:relative;
    display: inline-block;
    font-size: calc(3.3rem + 7 * (100vw - 375px)/393);
    color: #e0d179;
    margin-bottom:0.25em;
    letter-spacing: 0.1em;
  }
  .supported h3, .followus h3{
    text-shadow: #14171a 1px 1px 0px, #14171a -1px 1px 0px,
    #14171a 1px -1px 0px, #14171a -1px -1px 0px;
  }
  .i-bg:nth-of-type(3) h3{
    color: #868e27;
  }
  .i-bg:nth-of-type(4) h3{
    color: #b58c4b;
  }
  .i-h-1::after,.i-h-2::after,.i-h-3::after{
    content:"";
    position: absolute;
    display: inline-block;
    z-index: 1;
  }
  .i-h-1::after{
    background: url("../images/index/megahon.png") center /contain no-repeat;
    width:51%;
    height:200%;
    top:22%;
    left:44%;
    transform: translate(100%,-100%);
  }
  .i-h-2::after{
    background: url("../images/index/flag.png") center /contain no-repeat;
    width:28%;
    height:300%;
    top:75%;
    left:-2%;
    transform: translate(-100%,-100%);
  }
  @media (max-width:387px){
    .i-h-2::after{
      width:38%;
      height:169%;
      top:15%;
      left:18%;
      transform: translate(-100%,-100%);
    }
  }
  .i-h-3::after{
    background: url("../images/index/clap.png") center /contain no-repeat;
    width:59%;
    height:240%;
    top:18%;
    left:44%;
    transform: translate(100%,-100%);
  }
  .desc{
    font-size: calc(2.1rem + 4 * (100vw - 375px)/393);
    line-height: 1.4;
    border-bottom: 2px solid #14171a;
    padding-bottom:1em;
    margin-bottom: 1.2em;
  }
  @media (min-width:600px){
    .desc{
      font-size: 2.6rem;
      line-height: 1.35;
      padding-bottom:1.15em;
      margin-bottom: 1.5em;
    }
  }
  .i-funletter-img{
    border: 4px solid #e0d179;
    margin-bottom: 2em;
    position: relative;
  }
  .i-first-img{
    border: 4px solid #958c87;
    margin-bottom: 2em;
  }
  .i-crosstalk-img{
    border: 4px solid #868e27;
    margin-bottom: 2em;
  }
  .i-goods-img{
    border: 4px solid #b58c4b;
    margin-bottom: 2em;
  }

  @media (min-width:600px){
    .i-funletter-img{
      border: 5px solid #e0d179;
      margin-bottom: 2.5em;
    }
    .i-first-img{
      border: 5px solid #958c87;
      margin-bottom: 2.5em;
    }
    .i-crosstalk-img{
      border: 5px solid #868e27;
      margin-bottom: 2.5em;
    }
    .i-goods-img{
      border: 5px solid #b58c4b;
      margin-bottom: 2.5em;
    }
  }
  .contents-desc{
    font-size: calc(1.6rem + 2 * (100vw - 375px)/393);
    line-height: 1.6;
  }

  /* follow us
  -------------------------- */
  .followus{
    margin:36px 0;
    padding:0 6%;
  }
  .followus h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.7em;
  }

  /* supported
  -------------------------- */
  .followus, .supported{
    margin: 40px 0;
    padding:0 6%;
  }
  .supported h3{
    color: #fff;
    font-size: 2rem;
    margin-bottom: 0.7em;
  }
  .sponsored{
    margin: 3% 0 12%;
  }
  .s-logo-c{
    max-width: 170px;
    width: 43%;
    height:auto;
    margin:0 auto 10%;
  }
  .f-logo-sub{
    justify-content: space-between;
    width: 39%;
    margin: auto;
  }
  .f-logo-sub li{
    width: 44%;
  }
  .f-logo-sub-fb{
    padding-top: 3px;
  }
  .s-logo-sub li{
    width: calc(22vw - 52 * (100vw - 375px)/393);
    margin-top: auto;
    margin-bottom: auto;
  }
  .s-logo-sub li:nth-of-type(2){
    border-left: solid 1px #757778;
    padding-left: 5%;
    width: calc(20vw - 35 * (100vw - 375px)/393);
  }
  .s-logo-sub li:not(:last-child){
    margin-right:5%;
  }
  .mag li:active,.sponsored a:active{
    opacity: .6;
  }
  .s-logo-sub li a img{
    margin: auto;
  }

  @media (min-width:600px){
    .followus, .supported{
      margin:50px 0;
    }
    .followus h3, .supported h3{
      font-size: 3.4rem;
      margin-bottom: 0.25em;
    }
    .f-logo-sub{
      width: 30%;
    }
    .s-logo-sub{
      margin: auto;
    }
    }

  } /* = SP ============================================== */


  /* = PC ================================================ */

  @media (min-width:769px) {

    /* header
    -------------------------- */
    header{
      margin-bottom: 150px;
    }

    /* info
    -------------------------- */
    .info{
      margin: 9% 0 5%;
    }
    .info .flex{
      justify-content: space-between;
    }
    .i-block{
      flex: 1;
      margin:0;
      height: 300px;
    }
    .fb{
      width: 280px;
      margin-left: 35px;
    }
    .archive{
      display: inline-block;
    }
    .archive a{
      position: relative;
      transition: .3s;
      color: #004da0;
    }
    .archive a::after {
      content: "";
      position: absolute;
      width: 0;
      bottom: -3px;
      left: 0;
      height: 1px;
      background: #004da0;
      transition: .3s;
    }
    .archive a:hover::after {
      width: 100%;
    }

    /* about
    -------------------------- */
    .about-img{
      width: 100%;
      margin-top: 6em;
      margin-bottom: 5em;
    }
    .about-text h3{
      font-size: 3.4rem;
      line-height: 1.525;
      margin-bottom: 0.8em;
    }
    .about-desc{
      font-size: 2.2rem;
      line-height: 1.7;
      margin-bottom: 2em;
    }
    .youtube{
      margin-bottom: 6%;
    }
    .youtube a{
      font-size: 2.2rem;
      background-image: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 77, 160, 1) 50%);
      background-position: 0 0;
      background-size: auto 200%;
      transition: .3s;
      padding: 1em 4em;
      width: 100%;
    }
    .youtube a:hover {
      background-position: 0 100%;
      color: #fff;
    }
    .youtube a img{
      width: auto;
      height: 22px;
    }
    .yt-img{
      width: 12%;
    }
    .yt-tx{
      width: 88%;
    }
    .youtube p{
      font-size: 2.0rem;
    }
    .teaser {
      width: 100%;
      margin-top: 8em;
      margin-bottom: 4em;
    }

    /* contents
    -------------------------- */
    .contents, .about{
      padding-top: 38%;
    }
    @media (min-width:838px){
      .contents, .about{
        padding-top: 320px;
      }
    }
    .sc-img{
      top:0;
      left:14vw;
      transform: translate(9%,4%);
    }
    .item-inner{
      padding: 6em 5em 5em;
    }
    .i-ttl-img{
      width: 52%;
      margin-bottom: 0.85em;
    }
    .item-inner h3{
      font-size: 4.4rem;
    }
    .i-h-1::after{
      top:65%;
      left:52%;
    }
    .desc{
      font-size:3.4rem;
      padding-bottom: 1em;
      margin-bottom: 1.45em;
    }
    .sc-img, .a-img{
      width: 67%;
      left: 17vw;
    }
    .i-bg{
      padding-bottom: 2em;
    }
    .i-funletter-img, .i-first-img, .i-crosstalk-img, .i-goods-img{
      margin-bottom: 4.25em;
    }
    .contents-desc{
      font-size: 2.2rem;
      line-height: 1.7;
    }

    /* followus
    -------------------------- */
    .f-logo-sub{
      width: 17%;
    }

    /* supported
    -------------------------- */
    .supported{
      padding:0 6%;
    }
    .sponsored{
      margin: 30px 0;
    }
    .s-logo-c{
      margin-bottom: 57px;
    }
    .s-logo-sub li{
      width: calc(22vw - 63 * (100vw - 375px)/393);
    }
    .s-logo-sub li:nth-of-type(2){
      width: calc(22vw - 68 * (100vw - 375px)/393);
    }
    .s-logo-sub li:not(:last-child){
      margin-right: 40px;
    }
    .s-logo-sub li:nth-of-type(2){
      padding-left: 40px;
    }
    .followus, .supported{
      margin: 60px 0;
    }

  @media (min-width:1100px) {
    .i-ttl-img {
        width: 52%;
    }
    .s-logo-sub li img{
      width: 85%;
    }
    .teaser {
      margin-top: 15em;
      margin-bottom: 10em;
    }
  }

  } /* = PC ============================================== */
