@charset "UTF-8";

@keyframes rotate {
  0% { rotate: 0deg; }
  to { rotate: 360deg; }
}

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

.orekuro {
  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: .8;
    }
  }
  img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
  }
  br.pc {
    display: block;
  }
  br.sp {
    display: none;
  }
  .sp-only {
    display: none;
  }
  .wrap {r
    min-width: 1126px;
    margin: 0 auto;
    overflow: hidden;
  }
  .inner {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .inner-wide {
    width: 1065px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  
  
  .mv1 {
    position: relative;
    background: url(../img/mv1-bg.webp) center top / cover no-repeat;
    padding-bottom: 130px;
    
    .visual {
      width: 623px;
      margin: 0 auto;
    }
  }
  .mv2 {
    position: relative;
    
    &::after {
      content: "";
      background: url(../img/mv2-bg2.webp) center top / contain no-repeat;
      width: 1940px;
      height: 1642px;
      position: absolute;
      top: 0;
      left: calc(50% - 970px);
      z-index: 2;
    }
    
    .novelty {
      width: 291px;
      position: absolute;
      top: -100px;
      right: 0;
      z-index: 5;
    }
    .copyright {
      font-size: 12px;
      font-weight: 500;
      position: absolute;
      top: 170px;
      right: 0;
      z-index: 5;
      text-shadow: 2px 0 0  #fff,
                   -2px 0 0 #fff,
                   0 2px 0 #fff,
                   0 -2px 0 #fff;
    }
    
    .bg {
      position: relative;
      background: url(../img/mv2-bg.webp) center top / cover no-repeat;
      margin-top: -296px;
      padding-bottom: 160px;
      
      &::after {
        content: "";
        background: #fff;
        width: 100%;
        height: 160px;
        position: absolute;
        bottom: 0;
        left: 0;
        clip-path: polygon(0 0, 0% 100%, 100% 100%);
      }
      
      .logo {
        width: 530px;
        margin: 0 auto;
        position: relative;
        z-index: 6;
      }
      .frame {
        background: #FFF4F4;
        border: 5px solid #FB5F7A;
        border-radius: 20px;
        padding: 45px 0 60px;
        box-shadow: 10px 7px 6px rgba(137,49,64,2.1);
        position: relative;
        z-index: 5;
        margin-top: -40px;
        
        h2 {
          font-family: 'Rounded Mplus 1c', 'sans-serif';
          font-size: 40px;
          font-weight: 700;
          line-height: 1.2;
          text-align: center;
          color: #9845B0;
          margin-bottom: 15px;
          
          span {
            color: #FF6593;
          }
        }
        h3 {
          font-size: 18px;
          text-align: center;
          position: relative;
          display: block;
          width: 570px;
          padding: 15px 0;
          margin: 0 auto 20px;
          
          &::before {
            content: "";
            display: block;
            width: 570px;
            height: 12px;
            background: url(../img/line1.webp) center center / contain no-repeat;
            position: absolute;
            top: 0;
            left: 0;
          }
          &::after {
            content: "";
            display: block;
            width: 570px;
            height: 12px;
            background: url(../img/line1.webp) center center / contain no-repeat;
            position: absolute;
            bottom: 0;
            left: 0;
          }
        }
        .info {
          width: 840px;
          margin: 0 auto;
          background: #fff;
          border-radius: 20px;
          margin-top: 20px;
          padding: 15px 38px;
          display: flex;
          flex-wrap: wrap;
          
          .item1,
          .item2,
          .item3 {
            font-size: 15px;
            font-weight: 500;
            
            dl {
              display: flex;
              align-items: center;
              gap: 10px;
              
              dt {
                background: #FF6593;
                border-radius: 100px;
                width: 78px;
                text-align: center;
                padding: 1px;
                color: #fff;
              }
            }
          }
          .item1 {
            width: 342px;
              
            dl {
              padding-bottom: 12px;
              margin-bottom: 12px;
              border-bottom: 3px dotted #d4d4d4;
            }
          }
          .item2 {
            flex: 1;
              
            dl {
              padding-bottom: 12px;
              margin-bottom: 12px;
              border-bottom: 3px dotted #d4d4d4;
            }
          }
          .item3 {
            width: 100%;
          }
        }
        .kome {
          max-width: 840px;
          margin: 5px auto 0;
          font-size: 13px;
          font-weight: 500;
          text-align: left;
        }
        .fire-ye1 {
          width: 88px;
          position: absolute;
          top: -38px;
          left: 53px;
        }
        .fire-ye2 {
          width: 88px;
          position: absolute;
          bottom: -42px;
          right: 53px;
        }
        .fire-re1 {
          width: 67px;
          position: absolute;
          top: -30px;
          right: 53px;
        }
        .fire-re2 {
          width: 67px;
          position: absolute;
          bottom: -42px;
          left: 53px;
        }
      }
      .btn {
        display: block;
        width: 502px;
        margin: -60px auto 0;
        position: relative;
        z-index: 6;
      }
    }
    .white {
      position: relative;
      padding-bottom: 80px;
      z-index: 8;
      
      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;
        
        .line {
          background: linear-gradient(to top, #FAE6EF 15px, transparent 15px);
        }
        /*
        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-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 1.8;
        
        .line {
          background: linear-gradient(to top, #FAE6EF 10px, transparent 10px);
        }
      }
      .ca1 {
        width: 203px;
        position: absolute;
        bottom: -60px;
        left: -43px;
      }
      .ca2 {
        width: 120px;
        position: absolute;
        bottom: -60px;
        right: 26px;
      }
    }
  }
  .special {
    background: url(../img/special-bg.webp) center center / cover no-repeat;
    padding: 130px 0 56px;
    position: relative;
    z-index: 10;
    
    .frame {
      background: rgba(255,255,255,0.8);
      border-radius: 20px;
      padding: 1px 30px 30px;
      box-shadow: 0 0 15px #FF8BB6, inset 0 0 26px #A7F5FF;
      
      h2 {
        background: url(../img/special-title.webp) center center / contain no-repeat;
        width: 507px;
        height: 157px;
        margin: -70px auto 20px;
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 29px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        color: #fff;
        padding-top: 30px;
        position: relative;
        
        &::before {
          content: "";
          display: block;
          background: url(../img/special-title2.webp) center center / contain no-repeat;
          width: 190px;
          height: 161px;
          position: absolute;
          top: -10px;
          left: -100px;
        }
      }
      .goods {
        display: flex;
        align-items: center;
        gap: 30px;
        
        .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: 195px;
        }
        .sticker {
          width: 235px;
          
          .image {
            width: 164px;
            margin: 0 auto 5px;
          }
          
          .kome {
            font-size: 13px;
            text-indent: -1em;
            padding-left: 1em;
          }
        }
      }
    }
    .ca3 {
      width: 169px;
      position: absolute;
      top: -50px;
      right: -35px;
      z-index: 3;
    }
  }
  .bar {
    background: url(../img/bar-bg.webp) center center / cover no-repeat;
    padding: 15px;
    
    .btn {
      display: block;
      width: 502px;
      margin: 0 auto;
    }
  }
  .experience {
    .bg {
      background: url(../img/experience-bg.webp) center center / cover no-repeat;
      padding: 50px 0 80px;
      position: relative;
      border-bottom: 10px solid #ED8AF5;
      
      .head {
        display: flex;
        align-items: center;
        gap: 40px;
        margin-bottom: 35px;
        
        h2 {
          background: url(../img/experience-title.webp) center center / cover no-repeat;
          width: 466px;
          height: 184px;
          font-family: 'Rounded Mplus 1c', 'sans-serif';
          font-size: 38px;
          font-weight: 700;
          line-height: 1.2;
          text-align: center;
          padding-top: 58px;
        }
        .text {
          flex: 1;
          
          p {
            font-size: 17px;
            font-weight: 500;
            line-height: 1.7;
            
            .line {
              background: linear-gradient(to top, #FAE6EF 10px, transparent 10px);
            }
          }
        }
      }
      .frames {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        position: relative;
        z-index: 2;
        
        .item {
          width: 335px;
          padding: 20px 15px;
          position: relative;
          box-shadow: 10px 7px 6px rgba(255,190,201,0.3);
          
          h3 {
            font-family: 'Rounded Mplus 1c', 'sans-serif';
            font-size: 24px;
            font-weight: 700;
            line-height: 1.2;
            text-align: center;
            padding-bottom: 15px;
            margin-bottom: 10px;
          }
          &.pu {
            background: #f8effa;
            border: 3px solid #9845B0;
            
            h3 {
              color: #9845B0;
              background: url(../img/line2pu.webp) center bottom / contain no-repeat;
            }
            
            &::before {
              content: "";
              display: block;
              background: #9845B0;
              width: 40px;
              height: 15px;
              clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
              position: absolute;
              top: -17px;
              left: 0;
            }
            &::after {
              content: "";
              display: block;
              background: #9845B0;
              width: 40px;
              height: 15px;
              clip-path: polygon(0 0, 100% 0, 0 100%);
              position: absolute;
              bottom: -17px;
              right: 0;
            }
          }
          &.pi {
            margin-top: 30px;
            background: #fff4f8;
            border: 3px solid #FF6593;
            
            h3 {
              color: #FF6593;
              background: url(../img/line2pi.webp) center bottom / contain no-repeat;
            }
            
            &::before {
              content: "";
              display: block;
              background: #FF6593;
              width: 40px;
              height: 15px;
              clip-path: polygon(100% 100%, 0% 100%, 100% 0%);
              position: absolute;
              top: -17px;
              left: 0;
            }
            &::after {
              content: "";
              display: block;
              background: #FF6593;
              width: 40px;
              height: 15px;
              clip-path: polygon(0 0, 100% 0, 0 100%);
              position: absolute;
              bottom: -17px;
              right: 0;
            }
          }
          .photo {
            margin: 5px 0;
          }
          p {
            line-height: 1.4;
          }
          .kome {
            font-size: 13px;
            text-align: center;
          }
        }
      }
    }
    .btn {
      display: block;
      width: 502px;
      margin: -65px auto 0;
      position: relative;
      z-index: 3;
    }
  }
  .timeschedule {
    margin-top: -62px;
    padding: 50px 0 10px;
    background: #FEDFE8;
    
    .frame {
      background: url(../img/timeschedule-frame.webp) center center / contain no-repeat;
      width: 1000px;
      height: 521px;
      padding: 60px 0 0;
      margin: 0 auto;
      position: relative;
      filter: drop-shadow(10px 7px 20px rgba(255,154,171,0.5));
      
      h2 {
        font-family: 'Rounded Mplus 1c', 'sans-serif';
        font-size: 38px;
        font-weight: 700;
        text-align: center;
        color: #FF6593;
        margin-bottom: 10px;
      }
      .flow {
        display: table;
        margin: 0 auto;
        
        p {
          width: 366px;
          border-radius: 100px;
          font-size: 24px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          padding: 3px;
          margin-bottom: 30px;
          position: relative;
          
          &:nth-child(odd) {
            background: #FE5F9D;
          }
          &:nth-child(even) {
            background: #9845B0;
          }
        
          &:not(:last-child)::after {
            content: "";
            display: block;
            background: url(../img/icon-down.webp) center center / contain no-repeat;
            width: 24px;
            height: 19px;
            position: absolute;
            bottom: -24px;
            left: calc(50% - 12px);
          }
        }
      }
      .kome {
        font-size: 16px;
        font-weight: 500;
        display: table;
        margin: -10px auto 0;
        
        li {
          text-indent: -1em;
          padding-left: 1em;
        }
      }
    }
  }
  .work-introduction {
    padding: 300px 0 80px;
    background: #fedfe7;
    position: relative;
    
    .background-circle {
      top: 8vw;
      width: 180vw;
      position: absolute;
      left: 50%;
      transform: translate(-50%);
      z-index: 1;
      border-radius: 50%;
      background-color: #fff8e1;
      aspect-ratio: 1;
      
      .background-text-about {
        position: absolute;
        top: -3.0021%;
        left: 50%;
        translate: -50% 0;
        animation: rotate 120s linear infinite;
        width: 106%;
        max-width: none;
      }
    }
    .introduction {
      position: relative;
      z-index: 2;
           
      .about-container {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        
        .ca4 {
          width: 244px;
          position: absolute;
          top: -215px;
          right: 20px;
        }
        
        .about-inner {
          position: relative;
          background: #fff;
          border-radius: 20px;
          box-shadow: 1px 1px 4px #00000029;
          padding: 60px;
        }
      }
      
      .title-about {
        width: 448px;
        position: absolute;
        top: -120px;
        left: 60px;
      }
      .youtube-header-container {
        margin-bottom: 50px;
      }
      .introduction-first {
        display: flex;
        gap: 40px;
        align-items: center;
        margin-bottom: 50px;
        
        .introduction-text {
          flex: 1;
          
          img {
            width: 216px;
            margin-bottom: 20px;
          }
        }
        .introduction-image-a-container {
          border-radius: 16px;
          width: 45%;
          transform: rotate(2deg);
          overflow: hidden;
        }
      }
      .introduction-last {
        display: flex;
        gap: 40px;
        align-items: center;
        
        .introduction-text {
          flex: 1;
        }
        .introduction-image-b-container {
          border-radius: 16px;
          width: 45%;
          transform: rotate(-2deg);
          overflow: hidden;
        }
      }
    }
  }
  .info-bg {
    background: url(../img/bottom-bg1.webp) center center / cover no-repeat;
    padding-top: 30px;
    position: relative;
    z-index: 10;
    
    &::before {
      content: "";
      display: block;
      background: #fff;
      width: 1126px;
      height: calc(100% - 70px);
      position: absolute;
      top: 0;
      left: calc(50% - 563px);
    }
    
    section {
      position: relative;
      z-index: 1;
    }
  }
  .access {
    padding: 40px 0;
    
    .title {
      font-size: 24px;
      font-weight: 700;
      color: #DF0011;
      text-align: center;
      padding-bottom: 5px;
      border-bottom: 4px double #DF0011;
      margin-bottom: 15px;
    }
    .head {
      background: #DF0011;
      height: 113px;
      
      h2 {
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        height: 100%;
        display: flex;
        align-items: center;
      }
    }
    .body {
      padding: 20px 0 40px;
      
      .flex {
        display: flex;
        justify-content: space-between;
        gap: 40px;
        
        .text {
          width: calc(50% - 20px);
          
          h3 {
            font-size: 15px;
            display: flex;
            align-items: center;
            gap: 5px;
            
            &::before {
              content: "";
              display: block;
              width: 15px;
              height: 3px;
              border-top: 3px solid #DF0011;
            }
          }
          h4 {
            font-size: 15px;
            color: #DF0011;
            margin-top: 5px;
          }
          .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: calc(50% - 20px);
          margin-top: -60px;
          height: 288px;
          
          iframe {
            width: 100%;
            height: 100%;
          }
        }
      }
    }
  }
  .about {
    .head {
      background: #DF0011;
      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%;
        
        .line {
          background: linear-gradient(to top, #FFFD2E 5px, transparent 5px);
        }
      }
      .value {
        width: 56%;
        margin-top: -110px;
        
        .items1 {
          flex-wrap: wrap;
          gap: 24px;
          
          .item {
            width: calc(50% - 12px);
            border: 1px solid #DF0011;
            border-radius: 12px;
            background: #FFF4F4;
            padding: 22px 13px;
            text-align: center;
            color: #DF0011;
            line-height: 1.5;
            
            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: 15px;
            }
          }
        }
        .kome {
          font-size: 13px;
          text-align: right;
          margin: 10px 0;
        }
        .items2 {
          flex-wrap: wrap;
          gap: 24px;
          
          .item {
            width: calc(50% - 12px);
            border: 1px solid #DF0011;
            border-radius: 12px;
            background: #FFF4F4;
            padding: 13px;
            text-align: center;
            line-height: 1.3;
            
            dt {
              font-size: 24px;
              color: #DF0011;
            }
            dd {
              display: inline;
              font-size: 24px;
              font-weight: 700;
              color: #DF0011;
              background: linear-gradient(to top, #FFFD2E 10px, transparent 10px);
              
              span {
                font-size: 32px;
              }
            }
            p {
              font-size: 15px;
              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;
                }
              }
            }
          }
        }
      }
      .image {
        width: 564px;
        margin: 20px auto 0;
      }
    }
  }
  .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: 502px;
      margin: 0 auto;
    }
  }
  #CTA.bottom {
    bottom: 120px;
  }
}

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

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

.orekuro {
  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;
  }
  .mv1 {
    background: url(../img/mv1-bg-sp.webp) center top / cover no-repeat;
    padding: 16rem 0 11rem;
    
    .visual {
      width: 100%;
      margin-right: -4%;
    }
  }
  .mv2 {
    &::after {
      background: url(../img/mv2-bg2-sp.webp) center top / contain no-repeat;
      width: 54rem;
      height: 89.5rem;
      top: 0;
      left: calc(50% - 27rem);
    }
    
    .novelty {
      width: 14rem;
      top: -14rem;
      right: 2rem;
    }
    .copyright {
      font-size: 1.2rem;
      top: -2.5rem;
      left: 5rem;
      right: auto;
    }
    .bg {
      position: relative;
      background: url(../img/mv2-bg-sp.webp) center top / cover no-repeat;
      margin-top: -20rem;
      padding: 8rem 0 7rem;
      
      &::after {
        height: 11.4rem;
      }
      
      .logo {
        width: 31rem;
        margin: 0 0 0 -2rem;
        position: absolute;
        top: -46rem; 
        left: calc(50% - 15.5rem);
      }
      .frame {
        border: .2rem solid #FB5F7A;
        border-radius: 2rem;
        padding: 2rem 1rem 5rem;
        box-shadow: .2rem .2rem .6rem rgba(137,49,64,2.1);
        margin-top: 0;
        
        h2 {
          font-size: 2rem;
          margin-bottom: .8rem;
        }
        h3 {
          font-size: 1.5rem;
          line-height: 1.2;
          width: 31rem;
          padding: 1.2rem 0;
          margin: 0 auto 1.2rem;
          
          &::before {
            width: 31rem;
            height: .7rem;
            background: url(../img/line1-sp.webp) center center / contain no-repeat;
          }
          &::after {
            width: 31rem;
            height: .7rem;
            background: url(../img/line1-sp.webp) center center / contain no-repeat;
          }
        }
        .info {
          width: 100%;
          margin: 0 auto;
          background: #fff;
          border-radius: 2rem;
          margin-top: 0;
          padding: 1.2rem 1rem;
          flex-flow: column nowrap;
          
          .item1,
          .item2,
          .item3 {
            font-size: 1.2rem;
            
            dl {
              display: flex;
              align-items: center;
              gap: 1rem;
              margin-bottom: 1rem;
              
              dt {
                font-size: .9rem;
                border-radius: 10rem;
                width: 4.2rem;
                padding: .1rem;
              }
            }
          }
          .item1 {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            
            dl {
              padding-bottom: 0;
              margin-bottom: 1rem;
              border-bottom: none;
            }
          }
          .item2 {
            dl {
              padding-bottom: 0;
              margin-bottom: 1rem;
              border-bottom: none;
            }
          }
        }
        .kome {
          margin-top: .5rem;
          font-size: 1.1rem;
          padding-left: 1em;
        }
        .fire-ye1 {
          width: 3.8rem;
          position: absolute;
          top: -2rem;
          left: -1rem;
        }
        .fire-ye2 {
          width: 3.8rem;
          position: absolute;
          bottom: 2rem;
          right: -1rem;
        }
        .fire-re1 {
          width: 3.2rem;
          position: absolute;
          top: -2rem;
          right: 0;
        }
        .fire-re2 {
          width: 3.2rem;
          position: absolute;
          bottom: 1rem;
          left: -1rem;
        }
      }
      .btn {
        width: 31rem;
        margin: -4rem auto 0;
      }
    }
    .white {
      padding-bottom: 6rem;
      
      h2 {
        font-size: 2.5rem;
        margin-bottom: 1rem;
      }
      p {
        font-size: 1.6rem;
        .line {
          background: linear-gradient(to top, #FAE6EF 1rem, transparent 1rem);
        }
      }
      .ca1 {
        width: 8.8rem;
        bottom: auto;
        top: -7rem;
        left: 0;
      }
      .ca2 {
        width: 5.2rem;
        bottom: auto;
        top: -5.4rem;
        right: 2rem;
      }
    }
  }
  .special {
    background: url(../img/special-bg-sp.webp) center center / cover no-repeat;
    padding: 13rem 0 4rem;
    
    .frame {
      border-radius: 2rem;
      padding: .1rem 2rem 2rem;
      box-shadow: 0 0 1.5rem #FF8BB6, inset 0 0 2.6rem #A7F5FF;
      
      h2 {
        width: calc(100% + 6rem);
        height: 12rem;
        margin: -6rem -3rem 0;
        font-size: 1.9rem;
        padding-top: 3rem;
        
        &::before {
          background: url(../img/special-title2-sp.webp) center center / contain no-repeat;
          width: 14rem;
          height: 6rem;
          top: -4rem;
          left: calc(50% - 7rem);
        }
      }
      .goods {
        flex-wrap: wrap;
        gap: 2rem;
        
        .text {
          width: 100%;
          
          h3 {
            font-size: 1.6rem;
            margin-top: .5rem;
            
            span {
              background: linear-gradient(to top, #FAE6EF 1rem, transparent 1rem);
            }
          }
        }
        
        .file {
          width: calc(50% - 1rem);
          padding: 0 1rem;
        }
        .sticker {
          width: calc(50% - 1rem);
          
          .image {
            width: 11rem;
          }
        }
      }
      > .kome {
        font-size: 1.3rem;
        text-indent: -1em;
        padding-left: 1em;
        display: table;
        margin: 1rem auto 0;
      }
    }
    .ca3 {
      width: 8.5rem;
      top: -17.6rem;
      right: 0;
    }
  }
  .bar {
    background: url(../img/bar-bg-sp.webp) center center / cover no-repeat;
    padding: 1.5rem;
    .btn {
      width: 31rem;
    }
  }
  .experience {
    .bg {
      background: url(../img/experience-bg-sp.webp) center center / cover no-repeat;
      padding: 1rem 0 5rem;
      border-bottom: 1rem solid #ED8AF5;
      
      .head {
        flex-flow: column nowrap;
        gap: 0;
        margin-bottom: 1rem;
        
        h2 {
          width: 30.6rem;
          height: 12.1rem;
          font-size: 2.2rem;
          padding-top: 4.2rem;
        }
        .text {
          p {
            font-size: 1.7rem;
            .line {
              background: linear-gradient(to top, #FAE6EF 1rem, transparent 1rem);
            }
          }
        }
      }
      .frames {
        flex-flow: column nowrap;
        margin-top: 3rem;
        gap: 3.2rem;
        
        .item {
          width: 100%;
          padding: 1.2rem 1.5rem;
          position: relative;
          box-shadow: 1rem .7rem .6rem rgba(255,190,201,0.3);
          
          h3 {
            font-size: 2.4rem;
            padding-bottom: 1.5rem;
            margin-bottom: 1rem;
          }
          &.pu {
            border: .3rem solid #9845B0;
            
            &::before {
              width: 4rem;
              height: 1.5rem;
              top: -1.7rem;
            }
            &::after {
              width: 4rem;
              height: 1.5rem;
              bottom: -1.7rem;
            }
          }
          &.pi {
            margin-top: 0;
            border: .3rem solid #FF6593;
            
            &::before {
              width: 4rem;
              height: 1.5rem;
              top: -1.7rem;
            }
            &::after {
              width: 4rem;
              height: 1.5rem;
              bottom: -1.7rem;
            }
          }
          .photo {
            margin: 1rem 0;
          }
          .kome {
            font-size: 1.3rem;
          }
        }
      }
    }
    .btn {
      width: 31rem;
      margin: -4rem auto 0;
    }
  }
  .timeschedule {
    margin-top: -4rem;
    padding: 5rem 0 1rem;
    
    .frame {
      background: url(../img/timeschedule-frame-sp.webp) center center / contain no-repeat;
      width: 108%;
      margin: 0 -4%;
      height: 45.9rem;
      padding: 2rem 0 0;
      filter: drop-shadow(1rem .7rem 2rem rgba(255,154,171,0.5));
      
      h2 {
        font-size: 3.1rem;
        line-height: 1.2;
        margin-bottom: 1rem;
      }
      .flow {
        p {
          width: 16.2rem;
          border-radius: 10rem;
          font-size: 2rem;
          padding: .3rem;
          margin-bottom: 2.6rem;
        
          &:not(:last-child)::after {
            width: 2rem;
            height: 1.6rem;
            bottom: -2rem;
            left: calc(50% - 1rem);
          }
        }
      }
      .kome {
        font-size: 1.4rem;
        margin: -1rem auto 0;
        
      }
    }
  }
  .work-introduction {
    padding: 16rem 0 4rem;
    
    .background-circle {
      top: 18vw;
      width: 375vw;
    }
    
    .introduction {
           
      .about-container {
        padding: 0 2rem;
        
        .ca4 {
          width: 14rem;
          position: absolute;
          top: -12rem;
          right: 2rem;
        }
        
        .about-inner {
          position: relative;
          background: #fff;
          border-radius: 2rem;
          box-shadow: .1rem .1rem .4rem #00000029;
          padding: 4rem 2rem;
        }
      }
      
      .title-about {
        width: 24rem;
        position: absolute;
        top: -6rem;
        left: 1rem;
      }
      .youtube-header-container {
        margin-bottom: 2rem;
      }
      .introduction-first {
        flex-flow: column nowrap;
        gap: 2rem;
        margin-bottom: 0;
        
        .introduction-text {
          font-size: 1.4rem;
          img {
            display: block;
            width: 16rem;
            margin: 0 auto 1rem;
          }
        }
        .introduction-image-a-container {
          border-radius: 1.6rem;
          width: 80%;
          margin-left: auto;
        }
      }
      .introduction-last {
        flex-flow: column nowrap;
        gap: 2rem;
        margin-top: -2rem;
        
        .introduction-text {
          font-size: 1.4rem;
        }
        .introduction-image-b-container {
          border-radius: 1.6rem;
          width: 80%;
          margin-right: auto;
        }
      }
    }
  }
  .info-bg {
    background: #fff;
    padding-top: 0;
    
    &::before {
      content: none;
    }
  }
  .access {
    padding: 2rem 0;
    
    .title {
      font-size: 2rem;
      padding-bottom: .5rem;
      border-bottom: 6px double #DF0011;
      margin-bottom: 1.5rem;
    }
    .head {
      height: 8rem;
      
      h2 {
        font-size: 2.1rem;
        justify-content: center;
        text-align: center;
      }
    }
    .body {
      padding: 2rem 0;
      
      .flex {
        flex-flow: column nowrap;
        gap: 2rem;
        
        .text {
          width: 100%;
          
          h3 {
            font-size: 1.6rem;
            gap: .5rem;
            
            &::before {
              width: 1.5rem;
              height: .3rem;
              border-top: .3rem solid #DF0011;
            }
          }
          h4 {
            font-size: 1.6rem;
            margin-top: .5rem;
          }
          .tel {
            margin-top: .5rem;
            font-size: 1.8rem;
            
            &::before {
              width: 1.2rem;
              height: 1.5rem;
              margin-right: .5rem;
            }
          }
        }
        .map {
          width: 100%;
          margin-top: 0;
          height: 21rem;
        }
      }
    }
  }
  .about {
    .head {
      height: 8rem;
      
      h2 {
        font-size: 2.1rem;
        line-height: 1.3;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
    }
    .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 {
            width: calc(50% - .5rem);
            border-radius: 1.2rem;
            padding: 1rem .5rem;
            
            dt {
              font-size: 1.6rem;
              line-height: 1.3;
            }
            dd {
              font-size: 2rem;
            }
            sup {
              font-size: 1rem;
            }
          }
        }
        .kome {
          font-size: 1.3rem;
          margin: 1rem 0;
          text-align: right;
        }
        .items2 {
          gap: 1rem;
          
          .item {
            width: calc(50% - .5rem);
            border-radius: 1.2rem;
            padding: 1rem .5rem;
            
            dt {
              font-size: 1.6rem;
            }
            dd {
              font-size: 1.6rem;
              
              span {
                font-size: 2.2rem;
              }
            }
            p {
              font-size: 1.3rem;
              margin-top: .5rem;
            }
          }
        }
      }
      .image {
        width: 100%;
        margin: 1rem auto 0;
      }
    }
  }
  .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: 31rem;
    }
  }
  #CTA.bottom {
    bottom: 94px;
  }
}