@charset "UTF-8";

@media screen and (max-width: 767px) {
  #header #vantan-logo {
    margin-top: -1.5em;
    position: relative;
  }
  #header #vantan-logo img {
    height: 7.8vw;
    max-width: 282px;
  }
}
@media screen and (min-width: 768px) {
  #header #vantan-logo {
    margin-top: -1.5em;
    position: relative;
  }
  #header #vantan-logo img {
    height: 65px;
  }
}

#footer {
  position: relative;
  z-index: 1000;
}

.oshinoko {
  font-family: 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 133px;
  position: relative;

  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  *::before, *::after {
    box-sizing: border-box;
  }
  ul, ol {
    list-style-type: none;
  }
  a {
    text-decoration: none;
  }
  a {
    transition: .3s;
    color: inherit;
  }
  @media screen and (min-width: 767px) {
    a:hover {
      opacity: .7;
    }
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
  }
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .wrap {
    min-width: 1126px;
    overflow: hidden;
    margin: 0 auto;
  }
  .inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .inner-wide {
    width: 1065px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  .mv {
    position: relative;
    overflow: hidden;
    background: url(../img/mv-bg.webp) center top / 100% 660px no-repeat;    
    
    .mv-top {
      position: relative;
      height: 660px;
      
      h1 {
        width: 500px;
        padding-top: 87px;
        position: relative;
      }
      h1::after {
        content: "";
        display: block;
        height: 97px;
        width: 100vw;
        background: linear-gradient(to bottom, #3B2194 0%, #242424 100%);
        position: absolute;
        right: -20%;
        bottom: 7px;
      }
      h1 img {
        position: relative;
        z-index: 3;
      }
      .poster {
        width: 465px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
      }
      p {
        font-size: 12px; 
        font-weight: 300;
        text-align: right;
        margin-top: 20px;
        width: 50%;
      }
    }
    .mv-bottom {
      position: relative;
      padding-bottom: 70px;
      margin: -30px auto 0;
      
      .mv-bottom-bg {
        width: 100%;
        height: 1705px;
        position: absolute;
        top: -310px;
        left: 0;
        z-index: -1;
        
        img {
          width: 100%;
          height: 100%;
        }
      }
      
      .box {
        position: relative;
        padding: 150px 0 0;
        
        h2 {
          font-size: 45px;
          font-weight: 700;
          line-height: 1.6;
          text-align: center;
          margin-bottom: 30px;
          position: relative;
          z-index: 2;
          
          span {
            color: #FF00A0;
            position: relative;
            
            &::after {
              content: "";
              display: block;
              background: url(../img/mv-bottom-deco.webp) center center / contain no-repeat;
              width: 37px;
              height: 37px;
              position: absolute;
              top: -10px;
              right: -25px;
            }
          }
        }
        p {
          font-size: 20px;
          text-align: center;
          line-height: 2;
          position: relative;
          z-index: 2;
          
          span {
            color: #FF00A0;;
          }
        }
        .cac1 {
          width: 170px;
          position: absolute;
          top: 240px;
          right: 60px;
        }
      }
    }
  }
  .special {
    padding: 35px 0 80px;
    position: relative;
  
    .scroll {
      background: url(../img/special-scroll.webp) center center / contain no-repeat;
      width: 992px;
      height: 568px;
      position: relative;
      margin: 0 auto;
      
      .scroll-in {
        padding: 100px 80px;
        position: relative;
        z-index: 2;
        
        h2 {
          width: 803px;
          margin: -180px auto 45px;
          position: relative;
          left: -10px;
        }
        .goods {
          .goods-in {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            
            .text {
              width: 47%;
            }
            .item {
              width: 50%;
              padding-top: 20px;
            }
          }
          .box {
            background: #F9EEF3;
            padding: 10px 20px;
            font-weight: 500;
            margin-top: 20px;
            
            span {
              color: #FF00A0;
            }
          }
          h4 {
            font-size: 43px;
            font-weight: 900;
            text-align: center;
            
            span {
              color: #FF00A0;
            }
          }
          
          .kome {
            font-size: 13px;
            font-weight: 400;
            text-align: center;
          }
        }
      }
      .ca3 {
        width: 93px;
        position: absolute;
        top: -20px;
        right: 20px;
        z-index: 3;
      }
    }
  }
  .bar {
    background: url(../img/bar-bg.webp) center center / 26px repeat;
    padding: 25px;
    
    .bg {
      display: block;
      width: 442px;
      background: url(../img/btn-bg.webp) center center / contain no-repeat;
      margin: 0 auto;
      position: relative;
      z-index: 5;
      
      .btn {
        display: block;
      }
    }
  }
  .bar2 {
    margin-top: 8px;
    border-top: 8px solid #FF00A0;
    
    .bg {
      display: block;
      width: 442px;
      background: url(../img/btn-bg.webp) center center / contain no-repeat;
      margin: -70px auto 0;
      position: relative;
      z-index: 5;
      
      .btn {
        display: block;
      }
    }
  }
  
  .experience-bg {
    background: url(../img/experience-bg.webp) center top / 156px repeat-x;
    padding-top: 106px;
    margin-top: -70px;
  }
  .experience {
    background: url(../img/experience-title.webp) left top / 117px no-repeat, linear-gradient(to bottom, #E409F5 0%, #FF00A0 100%);
    padding-bottom: 80px;
    
    .cac2 {
      width: 115px;
      position: absolute;
      top: -88px;
      left: 77px;
      z-index: 3;
    }
    .cac3 {
      width: 139px;
      position: absolute;
      top: -65px;
      right: 87px;
      z-index: 4;
    }
    .head {
      padding-top: 100px;
      text-align: center;
      color: #fff;
      
      h2 {
        font-size: 44px;
        font-weight: 700;
        margin-bottom: 20px;
      }
      p {
        font-size: 24px;
        font-weight: 500;
      }
    }
    .frames {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 37px;
      margin-top: 70px;
      
      .item {
        width: 330px;
        height: 473px;
        background: url(../img/experience-item.webp) center center / contain no-repeat;
        padding: 30px 15px 20px;
        display: flex;
        flex-flow: column nowrap;
        
        h3 {
          font-size: 24px;
          font-weight: 700;
          width: fit-content;
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 10px;
          margin: 0 auto 10px;
          padding-bottom: 5px;
          background: url(../img/experience-deco-line.webp) left bottom / 131px repeat-x;
          
          &::before {
            content: "";
            display: block;
            width: 14px;
            height: 23px;
            background: url(../img/experience-deco-l.webp) center center / contain no-repeat;
          }
          &::after {
            content: "";
            display: block;
            width: 14px;
            height: 23px;
            background: url(../img/experience-deco-r.webp) center center / contain no-repeat;
          }
        }
        .photo {
          margin: auto 0 10px;
        }
        p {
          line-height: 1.4;
          padding: 0 15px;
        }
        .kome {
          padding: 0;
          font-size: 10px;
          text-align: center;
        }
      }
    }
    .kome2 {
      color: #fff;
      text-align: center;
      margin-top: 20px;
    }
  }
  .timeschedule {
    padding: 50px 0 0;
    
    h2 {
      width: 670px;
      margin-left: -30px;
    }
    
    h3 {
      font-size: 38px;
      font-weight: 900;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-bottom: 20px;
        
      &::before {
        content: "";
        display: block;
        width: 46px;
        height: 27px;
        background: url(../img/timeschedule-deco.webp) center center / contain no-repeat;
      }
      &::after {
        content: "";
        display: block;
        width: 46px;
        height: 27px;
        background: url(../img/timeschedule-deco.webp) center center / contain no-repeat;
      }
    }
    
    .frame {
      background: #fff;
      border: 5px solid #000;
      border-radius: 15px;
      padding: 30px 0 20px;
      margin: -2px auto 0;
      position: relative;
      z-index: 3;
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      
      .flow {
        display: table;
        margin: 0 auto;
        
        p {
          width: 360px;
          background: #FF00A0;
          border-radius: 100px;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          padding: 5px;
          margin-bottom: 25px;
          position: relative;
          
          &:nth-child(2n) {
            background: #000;
          }
        
          &:not(:last-child)::after {
            content: "";
            display: block;
            background: url(../img/square-down.webp) center center / contain no-repeat;
            width: 20px;
            height: 15px;
            position: absolute;
            bottom: -20px;
            left: calc(50% - 10px);
          }
        }
      }
      .kome {
        font-size: 16px;
        text-align: center;
      }
      .cac4 {
        width: 149px;
        position: absolute;
        top: -65px;
        right: 65px;
        z-index: 3;
      }
    }
  }
  .introduction {
    background: url(../img/introduction-bg.webp) center bottom / 100% 1050px no-repeat;
    padding: 130px 0 80px;
    position: relative;
    z-index: 2;
    color: #fff;
    text-align: center;
    
    .cac5 {
      width: 157px;
      position: absolute;
      top: -10px;
      left: 55px;
      z-index: 3;
    }
    .cac6 {
      width: 143px;
      position: absolute;
      top: 170px;
      right: 75px;
      z-index: 3;
    }
    h2 {
      width: 406px;
      margin: 0 auto 40px;
    }
    h3 {
      font-size: 25px;
      font-weight: 500;
      margin-bottom: 30px;
    }
    p {
      line-height: 2.4;
    }
    .youtube-frame {
      width: 730px;
      margin: 60px auto 0;
      
      .youtube {
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        
        iframe {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
        }
      }
    }
  }
  .info-bg {
    background: url(../img/bottom-bg1.webp) center center / cover no-repeat;
    padding-top: 70px;
    position: relative;
    
    &::before {
      content: "";
      display: block;
      background: #fff;
      width: 1126px;
      height: calc(100% - 70px);
      position: absolute;
      top: 70px;
      left: calc(50% - 563px);
    }
    
    section {
      position: relative;
      z-index: 1;
    }
  }
  .access {
    padding: 40px 0;
    
    h2 {
      font-size: 24px;
      font-weight: 700;
      color: #1F286F;
      text-align: center;
      padding-bottom: 5px;
      border-bottom: 4px double #1F286F;
      margin-bottom: 15px;
    }
    .tab-btns {
      display: flex;
      gap: 1px;
      margin-bottom: 15px;
      
      a {
        flex: 1;
        background: rgba(31,40,111,0.25);
        font-weight: 500;
        text-align: center;
        color: #fff;
        padding: 15px;
        
        &.tab-active {
          background: #1F286F;
        }
      }
    }
    .item {
      .flex {
        display: flex;
        justify-content: space-between;
        
        .text {
          width: 48%;
          
          h3 {
            font-size: 18px;
            font-weight: 700;
            color: #1F286F;
            margin-top: 10px;
          }
          h4 {
            font-size: 16px;
            font-weight: 700;
            color: #1F286F;
            margin-top: 10px;
          }
          .bold {
            font-weight: 700;
          }
          .tel {
            display: table;
            margin-top: 5px;
            font-size: 18px;
            
            &::before {
              content: "";
              display: inline-block;
              background: url(../img/tel.webp) center center / contain no-repeat;
              width: 12px;
              height: 15px;
              margin-right: 5px;
            }
          }
          .gray {
            color: #959595;
          }
        }
        .map {
          width: 48%;
          height: 344px;
          
          iframe {
            width: 100%;
            height: 100%;
          }
        }
        & + .flex {
          margin-top: 50px;
        }
      }
    }
  }
  .about {
    .head {
      background: #1F286F;
      height: 113px;
      
      h2 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
      }
    }
    .body {
      padding: 30px 0 40px;
      
      .flex {
        display: flex;
        justify-content: space-between;
      }
      
      .text {
        width: 40%;
        color: #1F286F;
      }
      .value {
        width: 56%;
        margin-top: -110px;
        
        .items1 {
          gap: 15px;
          
          .item {
            flex: 1;
            border: 1px solid #1F286F;
            border-radius: 12px;
            background: #E8EDF0;
            padding: 13px;
            text-align: center;
            color: #1F286F;
            line-height: 1.4;
            
            dt {
              font-size: 20px;
            }
            dd {
              display: inline;
              font-size: 32px;
              font-weight: 700;
              background: linear-gradient(to top, #FFFD2E 10px, transparent 10px);
            }
            sup {
              font-size: 16px;
            }
          }
        }
        .kome {
          font-size: 13px;
          text-align: right;
          margin: 10px 0;
        }
        .items2 {
          flex-wrap: wrap;
          gap: 24px;
          
          .item {
            width: calc(50% - 12px);
            border: 1px solid #1F286F;
            border-radius: 12px;
            background: #E8EDF0;
            padding: 13px;
            text-align: center;
            color: #1F286F;
            line-height: 1.4;
            
            dt {
              font-size: 24px;
            }
            dd {
              display: inline;
              font-size: 24px;
              font-weight: 700;
              background: linear-gradient(to top, #FFFD2E 10px, transparent 10px);
              
              span {
                font-size: 32px;
              }
            }
            p {
              font-size: 16px;
              margin-top: 5px;
            }
            &.rows {
              display: flex;
              justify-content: center;
              align-items: center;
              
              dl {
                background: linear-gradient(to top, #FFFD2E 10px, transparent 10px);
                
                dt {
                  display: inline;
                  font-weight: 700;
                }
                dd {
                  background: none;
                }
              }
            }
          }
        }
      }
    }
  }
  .kadokawa {
    background: url(../img/bottom-bg2.webp) center center / cover no-repeat;
    padding: 40px 0 80px;
    color: #fff;
    
    h2 {
      font-size: 24px;
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
    }
    .flex {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 40px;
      
      .image {
        width: 395px;
      }
      .text {
        width: 395px;
        line-height: 1.7;
      }
    }
  }
  #CTA {
    background: rgba(255,255,255,0.8);
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    transition: bottom .3s;
    
    .btn {
      display: block;
      width: 442px;
      margin: 0 auto;
    }
  }
  #CTA.bottom {
    bottom: 120px;
  }
}



@media screen and (max-width: 767px) {

html {
  font-size: calc(100vw / 375 * 10);
}

.oshinoko {
  font-size: 1.6rem;
  margin-bottom: 9rem;
  
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .wrap {
    min-width: initial;
  }
  .inner {
    width: 100%;
    padding: 0 2rem;
  }
  .inner-wide {
    width: 100%;
    padding: 0 2rem;
  }
  .mv {
    background: url(../img/mv-bottom-bg-sp.webp) center 58rem / contain no-repeat;
    
    .mv-top {
      height: auto;
      background: none;
      padding: 0;
      h1 {
        padding: 1rem 0;
        width: 100%;
        margin: 0 auto;
      }
      h1::after {
        content: none;
      }
      .poster {
        width: calc(100% + 4rem);
        margin: 0 -2rem 1rem;
        position: relative;
        top: auto;
        right: auto;
      }
      p {
        font-size: 1rem;
        text-align: center;
        width: 100%;
        margin-top: 1rem;
      }
    }
    .mv-bottom {
      background: none;
      padding-bottom: 2rem;
      margin: 0;
      
      .mv-bottom-bg {
        display: none;
      }
      
      .box {
        padding: 4rem 0 0;
        
        &::after {
          content: none;
        }
        
        h2 {
          font-size: 2.7rem;
          margin-bottom: 2rem;
          line-height: 1.2;
          text-align: left;
          span {
            font-size: 3.2rem;
          }
        }
        p {
          font-size: 1.6rem;
          line-height: 1.6;
          text-align: left;
        }
        .cac1 {
          width: 8.4rem;
          position: absolute;
          top: 2rem;
          right: 2rem;
        }
      }
    }
  }
  .special {
    padding: 5rem 0 3rem;
      
    .scroll {
      background: url(../img/special-scroll-sp.webp) center center / contain no-repeat;
      width: 100%;
      height: 61rem;
      
      .scroll-in {
        padding: 2rem 4rem;
        
        h2 {
          width: calc(100% + 8rem);
          margin: -6rem -4rem 1rem;
          left: auto;
        }
        .goods {
          .goods-in {
            flex-flow: column nowrap;
            
            .text {
              width: 100%;
            }
            .item {
              width: 100%;
              padding-top: .5rem;
            }
          }
          .box {
            padding: 1rem 2rem;
            margin-top: .5rem;
            line-height: 1.2;
          }
          h4 {
            font-size: 2.3rem;
            line-height: 1.4;
            margin-top: 1rem;
          }
          .kome {
            margin-top: 1rem;
            font-size: 1.2rem;
            line-height: 1.4;
            text-align: left;
            text-indent: -1em;
            padding-left: 1em;
          }
        }
      }
    }
  }
  .bar {
    padding: 2rem;
    .bg {
      display: block;
      width: 30rem;
    }
  }
  .bar2 {
    margin-top: .4rem;
    border-top: .4rem solid #FF00A0;
    .bg {
      width: 30rem;
      margin: -4rem auto 0;
    }
  }
  .experience-bg {
    background: url(../img/experience-bg.webp) center top / auto 7rem repeat-x;
    padding-top: 7rem;
    margin-top: -5rem;
  }
  .experience {
    background: linear-gradient(to bottom, #E409F5 0%, #FF00A0 100%);
    padding-bottom: 6rem;
    
    .cac2 {
      width: 5.7rem;
      top: -2rem;
      left: auto;
      right: 7rem;
    }
    .cac3 {
      width: 6.9rem;
      top: -1rem;
      right: 2rem;
    }
    
    .head {
      padding: 3rem 0;
      text-align: left;
      
      h2 {
        font-size: 2.4rem;
        margin-bottom: 1rem;
      }
      p {
        font-size: 1.6rem;
        width: 20rem;
      }
    }
    .frames {
      flex-flow: column nowrap;
      gap: 2rem;
      margin-top: 0;
      
      .item {
        width: 100%;
        height: 41.4rem;
        background: url(../img/experience-item-sp.webp) center center / contain no-repeat;
        padding: 2.2rem;
        
        h3 {
          font-size: 2rem;
          margin-bottom: 1rem;
          gap: 1rem;
          
          &::before {
            width: 1.3rem;
            height: 2.1rem;
          }
          &::after {
            width: 1.3rem;
            height: 2.1rem;
          }
        }
        .photo {
          margin: 1.5rem 0 .5rem;
        }
        p {
          line-height: 1.3;
          padding: 0;
        }
        .kome {
          font-size: 1.1rem;
        }
      }
    }
    .kome2 {
      margin-top: 1rem;
      font-size: 1.2rem;
      text-align: left;
      text-indent: -1em;
      padding-left: 1em;
    }
  }
  .timeschedule {
    padding: 2rem 0 0;
    h2 {
      width: 16rem;
      margin-left: 3rem;
    }
    h3 {
      font-size: 2.8rem;
      gap: 1rem;
      margin-bottom: 2rem;
        
      &::before {
        width: 2.6rem;
        height: 1.6rem;
      }
      &::after {
        width: 2.6rem;
        height: 1.6rem;
      }
    }
    .frame {
      padding: 3rem 2rem 2rem;
      margin: -.2rem auto 0;
      width: 30rem;
      border-radius: 3rem;
      
      .flow {
        position: relative;
        z-index: 5;
        
        p {
          width: 18rem;
          border-radius: 100rem;
          font-size: 2rem;
          padding: .2rem;
          margin-bottom: 3rem;
        
          &:not(:last-child)::after {
            width: 2rem;
            height: 1.6rem;
            bottom: -2.2rem;
            left: calc(50% - 1rem);
          }
        }
      }
      .kome {
        font-size: 1.3rem;
        text-align: left;
        line-height: 1.4;
        text-indent: -1em;
        padding-left: 1em;
      }
      .cac4 {
        width: 7.5rem;
        position: absolute;
        top: -5rem;
        right: -2rem;
      }
    }
  }
  .introduction {
    background: url(../img/introduction-bg-sp.webp) center bottom / 100% auto no-repeat;
    padding: 5rem 0 5rem;
    
    .cac5 {
      width: 8rem;
      top: 2rem;
      left: 2rem;
    }
    .cac6 {
      width: 7rem;
      top: 4rem;
      right: 1rem;
    }
    h2 {
      width: 18rem;
      margin: 0 auto 4rem;
    }
    h3 {
      font-size: 2.2rem;
      text-align: left;
      display: table;
      margin: 0 auto 3rem;
      span {
        display: block;
        font-size: 1.4rem;
        text-align: center;
        margin-bottom: 1rem;
      }
    }
    p {
      line-height: 1.9;
      margin-bottom: 4rem;
    }
    .youtube-frame {
      width: 100%;
      margin-top: 0;
    }
  }
  .info-bg {
    background: #fff;
    padding-top: 0;
    
    &::before {
      content: none;
    }
  }
  .access {
    padding: 2rem 0;
    
    .tab-btns {
      gap: .1rem;
      margin-bottom: 0;
      
      a {
        padding: 1.2rem;
      }
    }
    .item {
      .flex {
        flex-flow: column nowrap;
        
        .text {
          width: 100%;
          
          h3 {
            font-size: 1.8rem;
            margin-top: 1rem;
          }
          .tel {
            margin-top: .5rem;
            font-size: 1.8rem;
            
            &::before {
              width: 1.2rem;
              height: 1.5rem;
              margin-right: .5rem;
            }
          }
        }
        .map {
          margin-top: 1rem;
          width: 100%;
          height: 24rem;
        }
      }
    }
  }
  .about {
    .head {
      height: auto;
      padding: 1.4rem 0;
      
      h2 {
        font-size: 2.1rem;
        line-height: 1.4;
        text-align: center;
        display: block;
      }
    }
    .body {
      padding: 2rem 0;
      
      .flex:not(.items1):not(.items2) {
        flex-flow: column nowrap;
      }
      
      .text {
        width: 100%;
      }
      .value {
        width: 100%;
        margin-top: 1rem;
        
        .items1 {
          gap: 1rem;
          
          .item {
            border-radius: 1.2rem;
            padding: 1.3rem .5rem;
            
            dt {
              font-size: 1.4rem;
            }
            dd {
              font-size: 2rem;
            }
            sup {
              font-size: 1rem;
            }
          }
        }
        .kome {
          font-size: 1.3rem;
          margin: 1rem 0;
          text-align: left;
        }
        .items2 {
          gap: 1rem;
          
          .item {
            width: calc(50% - .5rem);
            border-radius: 1.2rem;
            padding: 1rem .5rem;
            
            dt {
              font-size: 1.5rem;
            }
            dd {
              font-size: 1.5rem;
              
              span {
                font-size: 2rem;
              }
            }
            p {
              font-size: 1.3rem;
              margin-top: .5rem;
            }
          }
        }
      }
    }
  }
  .kadokawa {
    padding: 2rem 0;
    
    h2 {
      font-size: 1.5rem;
      margin-bottom: 2rem;
    }
    .flex {
      flex-flow: column nowrap;
      gap: 1rem;
      
      .image {
        width: 17rem;
      }
      .text {
        width: 100%;
      }
    }
  }
  #CTA {
    
    &::before {
      content: none;
    }
    &::after {
      content: none;
    }
    
    .btn {
      width: 30rem;
    }
  }
  #CTA.bottom {
    bottom: 94px;
  }
}

} /*@*/

