@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;
}

.roshidere {
  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;
    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;
    
    .mv-top {
      background: url(../img/mv-bg.webp) top center / cover no-repeat;    
      position: relative;
      height: 425px;
      padding-top: 65px;
      
      &::after {
        content: "";
        background: url(../img/mv-top-wave.webp) center center / contain no-repeat;
        width: 1862px;
        height: 133px;
        position: absolute;
        top: 250px;
        left: calc(50% - 931px);
        z-index: 1;
      }
      
      h1 {
        padding: 18px 20px;
        width: 613px;
        background: #fff;
        margin-left: -85px;
      }
      h1 img {
        position: relative;
        z-index: 3;
      }
      .poster {
        width: 433px;
        position: absolute;
        top: -65px;
        right: 0;
        z-index: 2;
      }
      p {
        font-size: 10px;
        color: #fff;
        text-align: right;
        margin-top: 5px;
      }
    }
    .mv-middle {
      position: relative;
      height: 230px;
      background: url(../img/bg-line.webp) center center / 10px repeat;
      
      &::before {
        content: "";
        background: #FE5F9D;
        mix-blend-mode: multiply;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: calc(50% - (100% + 600px));
        transform: skewX(-45deg);
      }
      
      &::after {
        content: "";
        background: #FE5F9D;
        mix-blend-mode: multiply;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: calc(50% - (100% + 80px));
        transform: skewX(-45deg);
      }
      
      .box {
        width: 510px;
        margin-left: -20px;
        
        .schedule {
          padding-top: 20px;
          margin: 0 auto 10px;
          
          p {
            font-family: 'Noto Serif JP', 'serif';
            font-weight: 700;
            font-size: 38px;
            color: #0285FC;
            text-align: center;
          }
        }
        .text {
          p {
            font-family: 'Rounded Mplus 1c', 'sans-serif';
            font-size: 36px;
            font-weight: 400;
            text-align: center;
            line-height: 1.4;
          }
        }
      }
    }
    .mv-bottom {
      position: relative;
      background: linear-gradient(to top, #fff8fb 0%, #fff 80%);
      
      .box {
        position: relative;
        padding: 50px 0;
        
        &::after {
          content: "";
          background: url(../img/mv-bottom-wave.webp) center center / contain no-repeat;
          width: 1862px;
          height: 133px;
          position: absolute;
          top: 160px;
          left: calc(50% - 931px);
          z-index: 1;
        }
        
        .russia {
          width: 532px;
          margin: 0 auto 40px;
        }
        
        h2 {
          font-family: 'Rounded Mplus 1c', 'sans-serif';
          font-size: 46px;
          font-weight: 700;
          line-height: 1.2;
          text-align: center;
          margin-bottom: 30px;
          position: relative;
          z-index: 2;
          
          span {
            background-image: radial-gradient(circle at center, #FE5F9D 20%, transparent 20%);
            background-position: left top;
            background-repeat: repeat-x;
            background-size: 1em .6em;
            padding-top: .3em;
            
            @supports (-webkit-hyphens: none) and (not (-ms-ime-align: auto)) {
              padding-top: .6em;
            }
          }
        }
        p {
          font-family: 'Noto Serif JP', 'serif';
          font-size: 24px;
          font-weight: 500;
          text-align: center;
          letter-spacing: -.02em;
          line-height: 1.8;
          position: relative;
          z-index: 2;
          
          .color {
            color: #FE5F9D;
          }
          .line {
            background: linear-gradient(to top, #FAE6EF 10px, transparent 10px);
          }
        }
        .ca1 {
          width: 125px;
          position: absolute;
          top: 48px;
          left: 0;
          z-index: 3;
        }
        .ca2 {
          width: 122px;
          position: absolute;
          top: 80px;
          right: 0;
          z-index: 3;
        }
      }
    }
  }
  .special {
    padding: 90px 0;
    position: relative;
    background: url(../img/special-bg.webp) center center / cover no-repeat;
      
    .kirakira {
      width: 100%;
      position: absolute;
      top: -250px;
      left: 0;
      z-index: 1;
    }
  
    .scroll {
      background: #fff;
      border: 1px solid #FF8200;
      position: relative;
      margin: 0 auto;
      
      &::before {
        content: "";
        width: calc(100% - 10px);
        height: calc(100% - 10px);
        border: 2px solid #FF8200;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 1;
      }
      
      .scroll-in {
        padding: 0 30px 30px;
        position: relative;
        z-index: 2;
        
        h2 {
          width: 650px;
          margin: -85px auto 10px;
        }
        .goods {
          display: flex;
          align-items: center;
          gap: 10px;
          
          .text {
            width: 345px;
            
            h3 {
              font-size: 30px;
              font-weight: 700;
              line-height: 1.6;
              text-align: center;
              color: #AE2A4F;
              margin-top: 30px;
              
              span {
                background: linear-gradient(to top, #FAE6EF 10px, transparent 10px);
              }
            }
          }
          
          .file {
            width: 213px;
          }
          .sticker {
            width: 286px;
            
            .image {
              width: 242px;
              margin: 0 auto;
            }
            
            .kome {
              font-size: 13px;
              text-indent: -1em;
              padding-left: 1em;
            }
          }
        }
      }
      .ca3 {
        width: 93px;
        position: absolute;
        top: -20px;
        right: 20px;
        z-index: 3;
      }
    }
  }
  .bar {
    background: #FF9DC1;
    padding: 15px 0;
    
    .btn {
      display: block;
      width: 525px;
      margin: 0 auto;
    }
  }
  
  .experience {
    .bg {
      background: #fff8fb;
      padding: 136px 0 90px;
      position: relative;
      
      &::before {
        content: "";
        display: block;
        background: url(../img/bg-line.webp) center center / 10px repeat;
        width: 100%;
        height: 136px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
      }
      
      &::after {
        content: "";
        display: block;
        background: url(../img/bg-line.webp) center center / 10px repeat;
        width: 100%;
        height: 274px;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 1;
      }
    }
    
    .head {
      position: relative;
      border-top: 3px solid #FE5F9D;
      margin-bottom: 30px;
      z-index: 2;
      
      h2 {
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2;
        color: #fff;
        text-align: center;
        background: #FE5F9D;
        display: table;
        padding: 5px 20px;
        margin: -40px auto 40px;
        transform: rotate(-3deg);
      }
      p {
        font-size: 24px;
        font-weight: 500;
        text-align: center;
      }
      .ca4 {
        width: 53px;
        position: absolute;
        top: -84px;
        left: 111px;
        z-index: 3;
      }
      .ca5 {
        width: 79px;
        position: absolute;
        top: -87px;
        right: 108px;
        z-index: 3;
      }
    }
    .frames {
      display: flex;
      justify-content: space-between;
      position: relative;
      z-index: 2;
      
      .item {
        width: 365px;
        height: 461px;
        background: url(../img/experience-frame.webp) center center / contain no-repeat;
        padding: 50px 25px 10px;
        
        h3 {
          font-family: 'Rounded Mplus 1c', 'sans-serif';
          font-size: 18px;
          font-weight: 700;
          color: #fff;
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 5px;
          
          &::before {
            content: "";
            display: block;
            background: #000;
            width: 35px;
            height: 35px;
            clip-path: polygon(0 0, 100% 0, 0 100%);
          }
          &::after {
            content: "";
            display: block;
            background: #000;
            width: 35px;
            height: 35px;
            clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
          }
        }
        &.item1 h3 {
          background: #0085FC;
        }
        &.item2 h3 {
          background: #FF8200;
        }
        &.item3 h3 {
          background: #0A9ABC;
        }
        .photo {
          margin: 5px 0;
        }
        p {
          line-height: 1.4;
        }
        .kome {
          font-size: 13px;
          text-align: center;
        }
      }
    }
    .btn {
      display: block;
      width: 525px;
      margin: -60px auto 0;
      position: relative;
      z-index: 4;
    }
  }
  .timeschedule {
    padding: 50px 0;
    background: url(../img/kirakira2.webp) center bottom / contain no-repeat;
    
    .frame {
      background: #F5F5E4;
      border: 2px solid #AE2A4F;
      border-radius: 10px;
      padding: 20px 30px;
      margin: 0 auto;
      position: relative;
      box-shadow: 0 0 40px #F7DEE7;
      
      h2 {
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        color: #2F2F2F;
        margin-bottom: 20px;
        padding-bottom: 10px;
        background: url(../img/timeschedule-line.webp) bottom center / contain no-repeat;
      }
      .flow {
        display: table;
        margin: 0 auto;
        
        p {
          width: 300px;
          background: #FE5F9D;
          border-radius: 100px;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          padding: 5px;
          margin-bottom: 25px;
          position: relative;
        
          &: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;
      }
      .cac1 {
        width: 141px;
        position: absolute;
        top: 20px;
        left: 150px;
        z-index: 3;
      }
      .cac2 {
        width: 118px;
        position: absolute;
        top: 30px;
        right: 160px;
        z-index: 3;
      }
    }
  }
  .introduction {
    background: url(../img/introduction-bg1.webp) center top / 100% no-repeat, url(../img/introduction-bg2.webp) center bottom / 100% no-repeat;
    padding: 70px 0;
    
    .frame {
      background: #fff;
      border: 1px solid #FFC6D9;
      border-radius: 40px;
      padding: 80px 0 40px;
      
      .brackets1 {
        width: 622px;
        margin: 0 auto;
      }
      h2 {
        width: 430px;
        margin: -10px auto 20px;
      }
      h3 {
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 20px;
        font-weight: 400;
        color: #F36995;
        text-align: center;
        margin-bottom: 20px;
      }
      p {
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 18px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px;
      }
      h4 {
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 28px;
        font-weight: 700;
        color: #A568E7;
        text-align: center;
        margin-bottom: 30px;
      }
      .youtube-frame {
        width: 476px;
        margin: 0 auto;
        
        .youtube {
          width: 100%;
          height: 0;
          padding-top: 56.25%;
          position: relative;
          
          iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
          }
        }
      }
      .brackets2 {
        width: 622px;
        margin: -10px auto 0;
      }
    }
    .russia {
      width: 565px;
      margin: 40px auto 0;
    }
  }
  .info-bg {
    background: url(../img/bg-line2.webp) center center / 11px repeat;
    position: relative;
    
    &::before {
      content: "";
      display: block;
      background: #fff;
      width: 1126px;
      height: 100%;
      position: absolute;
      top: 0;
      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;
          }
          .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%;
          }
        }
      }
    }
  }
  .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;
      
      .flex {
        display: flex;
        justify-content: space-between;
      }
      
      .text {
        width: 40%;
        color: #1F286F;
      }
      .value {
        width: 56%;
        
        .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/bg-line3.webp) center center / 11px 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: 528px;
      margin: 0 auto;
    }
  }
  #CTA.bottom {
    bottom: 65px;
  }
}



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

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

.roshidere {
  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 {
    .mv-top {
      height: auto;
      background: none;
      padding: 0 0 3rem;
      
      &::after {
        background: url(../img/mv-top-wave-sp.webp) center center / contain no-repeat;
        width: 110%;
        height: 9.1575%;
        top: auto;
        bottom: 1rem;
        left: -5%;
      }
      h1 {
        padding: 0;
        width: 32.9rem;
        background: none;
        margin: 0 auto;
      }
      .poster {
        width: calc(100% + 4rem);
        margin: 0 -2rem 1rem;
        position: relative;
        top: auto;
        right: auto;
      }
      p {
        font-size: 1.3rem;
        color: #000;
        text-align: center;
      }
    }
    .mv-middle {
      height: 12.8rem;
      background: url(../img/mv-middle-sp.webp) center top / cover no-repeat;
      margin-top: -2rem;
      
      &::before {
        content: none;
      }
      &::after {
        content: none;
      }
      
      .box {
        width: 100%;
        padding-top: 2rem;
        margin: 0;
        display: flex;
        flex-flow: column nowrap;
        
        .schedule {
          order: 2;
          padding-top: 0;
          margin: 0;
          
          p {
            font-size: 2.4rem;
          }
        }
        .text {
          order: 1;
          
          p {
            font-size: 2rem;
          }
        }
      }
    }
    .mv-bottom {
      background: none;
      
      .box {
        padding: 2.5rem 0;
        
        &::after {
          content: none;
        }
        
        .russia {
          width: 23.5rem;
          margin: 0 auto 3rem;
        }
        
        h2 {
          font-size: 2.5rem;
          margin-bottom: 2rem;
        }
        p {
          font-size: 1.55rem;
          width: calc(100% + 4rem);
          margin: 0 -2rem;
        }
        .ca1 {
          width: 6.3rem;
          top: 1rem;
          left: -1rem;
        }
        .ca2 {
          width: 6.2rem;
          top: 2rem;
          right: -1rem;
        }
      }
    }
  }
  .special {
    padding: 10rem 0 6rem;
      
    .kirakira {
      display: none;
    }
    
    .bg {
      display: none;
    }
    
    .scroll {
      .scroll-in {
        padding: 0 2rem 2rem;
        
        h2 {
          width: calc(100% + 8rem);
          margin: -11rem -4rem 2rem;
        }
        .goods {
          flex-wrap: wrap;
          gap: 1rem;
          
          .text {
            width: 100%;
            font-size: 1.5rem;
            
            h3 {
              font-size: 1.6rem;
              margin-top: 1rem;
            }
          }
          
          .file {
            width: calc(50% - .5rem);
          }
          .sticker {
            width: calc(50% - .5rem);
            
            .image {
              width: 100%;
            }
          }
        }
        .kome {
          font-size: 1.3rem;
          text-indent: -1em;
          padding-left: 1em;
        }
      }
      .ca3 {
        width: 4.9rem;
        top: -13rem;
        right: 0;
      }
    }
  }
  .bar {
    padding: 0;
    background: none;
    margin-top: -5rem;
    position: relative;
    z-index: 1;
    
    .btn {
      width: 100%;
    }
  }
  .experience {
    margin-top: 6rem;
    
    .bg {
      background: url(../img/bg-line.webp) center center / 10px repeat #fff8fb;
      padding: 0 0 6rem;
      
      &::before {
        content: none;
      }
      
      &::after {
        content: none;
      }
    }
    
    .head {
      border-top: none;
      padding-left: 1rem;
      z-index: 3;
      
      h2 {
        font-size: 2.4rem;
        padding: .5rem 1rem;
        margin: -4rem auto 1rem;
      }
      p {
        font-size: 1.8rem;
        text-align: left;
        padding-left: 9rem;
      }
      .ca4 {
        width: 4.7rem;
        top: -1rem;
        left: 0;
      }
      .ca5 {
        display: none;
      }
    }
    .frames {
      flex-flow: column nowrap;
      gap: 1rem;
      width: calc(100% + 4rem);
      margin: 0 -2rem;
      
      .item {
        width: 36.5rem;
        height: 46.1rem;
        padding: 5rem 3rem 3rem;
        margin: -2rem auto 0;
        
        h3 {
          font-size: 1.8rem;
          margin-bottom: 1rem;
          
          &::before {
            width: 3.5rem;
            height: 3.5rem;
          }
          &::after {
            width: 3.5rem;
            height: 3.5rem;
          }
        }
        .photo {
          margin-top: .5rem;
        }
        .kome {
          font-size: 1.3rem;
        }
      }
    }
    .btn {
      margin-top: -5rem;
      width: 100%;
    }
  }
  .timeschedule {
    padding: 2rem 0 4rem;
    background: url(../img/timeschedule-bg.webp) center bottom / contain no-repeat;
    
    .frame {
      padding: 2rem;
      box-shadow: none;
      
      h2 {
        font-size: 2.4rem;
        line-height: 1.1;
        margin-bottom: 2rem;
        padding: 1.5rem 0;
        background: url(../img/timeschedule-line-sp.webp) center center / contain no-repeat;
      }
      .flow {
        p {
          width: 16rem;
          border-radius: 100rem;
          font-size: 2rem;
          padding: .5rem;
          margin-bottom: 3rem;
        
          &:not(:last-child)::after {
            width: 2rem;
            height: 1.6rem;
            bottom: -2.2rem;
            left: calc(50% - 1rem);
          }
        }
      }
      .kome {
        margin-top: -1rem;
        font-size: 1.3rem;
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
      }
      .cac1 {
        width: 8.2rem;
        top: 3rem;
        left: 1rem;
      }
      .cac2 {
        width: 6.9rem;
        top: 4rem;
        right: 1rem;
      }
    }
  }
  .introduction {
    background: none;
    padding: 3rem 0;
    
    .frame {
      border: none;
      padding: 0;
      
      .brackets1 {
        width: 100%;
      }
      h2 {
        width: 100%;
        margin: 0 auto 1rem;
      }
      h3 {
        font-size: 2rem;
        margin-bottom: 2ren;
      }
      p {
        font-size: 1.6rem;
        width: calc(100% + 4rem);
        margin: 0 -2rem 2rem;
      }
      h4 {
        font-size: 2rem;
        margin-bottom: 3rem;
      }
      .youtube-frame {
        width: 100%;
      }
      .brackets2 {
        width: 100%;
      }
    }
    .russia {
      width: 23.5rem;
      margin-top: 2rem;
    }
  }
  .info-bg {
    background: #fff;
    
    &::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: 100%;
    }
  }
}

} /*@*/

