#kasou {
  font: 18px "M PLUS Rounded 1c", sans-serif !important;
  margin-top: 20px; }
  #kasou p {
    transform: rotate(0.05deg); }
  #kasou .bg-lightGreen {
    background-image: url(../img/karaokemaster/bg-dot.jpg);
    background-repeat: repeat;
    background-color: #93d30a;
    padding: 80px 0; }
    @media screen and (max-width: 768px) {
      #kasou .bg-lightGreen {
        padding: 65px 10px; } }
  #kasou .bg-green {
    background-image: url(../img/karaokemaster/bg-rain.png);
    background-repeat: repeat;
    background-color: #04a313;
    padding: 45px 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      #kasou .bg-green {
        padding: 30px 10px; } }
    #kasou .bg-green::before {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/nami.png);
      background-repeat: repeat-x;
      background-size: contain;
      width: 100%;
      padding-bottom: 30px;
      top: -28px;
      right: 0;
      left: 0;
      transform: scale(1, -1);
      z-index: 0; }
    #kasou .bg-green::after {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/nami.png);
      background-repeat: repeat-x;
      background-size: contain;
      width: 100%;
      padding-bottom: 30px;
      bottom: -28px;
      right: 0;
      left: 0;
      z-index: 1; }
  #kasou .mainvisual img {
    display: block; }
  #kasou .container {
    position: relative;
    z-index: 2;
    text-align: center; }
  #kasou .mainContent {
    position: relative;
    top: -1px; }
  #kasou .bold-text {
    font-weight: 700;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      #kasou .bold-text {
        font-size: 14px; } }
  #kasou .title {
    position: relative;
    font-size: 42px;
    margin: 0 auto 30px;
    line-height: 1.2;
    display: inline-block;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #kasou .title {
        font-size: 18px;
        margin: 0 auto 15px; } }
    #kasou .title::after {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/title-deco.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 32px;
      padding-bottom: 32px;
      top: -7px;
      right: -14px;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #kasou .title::after {
          top: -26px;
          right: -4px;
          transform: rotate(-30deg); } }
    #kasou .title .small {
      font-size: 24px;
      line-height: 2.1; }
      @media screen and (max-width: 768px) {
        #kasou .title .small {
          font-size: 15px; } }
  #kasou .text-sub {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 1.7;
    font-weight: 700; }
    @media screen and (max-width: 768px) {
      #kasou .text-sub {
        font-size: 14px;
        font-weight: 400; } }
  #kasou .subTitle {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px; }
    @media screen and (max-width: 768px) {
      #kasou .subTitle {
        font-size: 15px; } }
  #kasou .title-fukidashi {
    position: relative;
    padding: 19px;
    background-color: #04a313;
    border-radius: 50px;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #kasou .title-fukidashi {
        padding: 8px;
        margin-bottom: 25px; } }
    #kasou .title-fukidashi::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -16px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #04a313;
      border-width: 36px 15.5px 0 15.5px;
      display: block;
      border-radius: 0 0 6px 0;
      transform: scaleX(0.5) rotate(45deg);
      z-index: -1; }
      @media screen and (max-width: 768px) {
        #kasou .title-fukidashi::after {
          bottom: -10px;
          border-width: 20px 10px 0 10px; } }
  #kasou .tag-new {
    display: inline-block;
    padding: 5px 25px;
    background-color: #fff;
    border-radius: 50px;
    border: 5px solid #ffd420;
    font-size: 25px;
    color: #f62265;
    font-weight: 700;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      #kasou .tag-new {
        padding: 2px 5px;
        border: 4px solid #ffd420;
        font-size: 15px;
        display: block;
        width: 20%;
        max-width: 55px;
        margin: 0 auto 7.5px;
        text-align: center; } }
  #kasou #leadText.bg-green::before {
    content: none; }
  #kasou #leadText .container::before {
    content: "";
    position: absolute;
    background-image: url(../img/karaokemaster/title-joyonpu.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 130px;
    padding-bottom: 142px;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      #kasou #leadText .container::before {
        width: 14vw;
        padding-bottom: 14vw;
        top: 55%;
        transform: translate(0, 0); } }
  #kasou #leadText .container::after {
    content: "";
    position: absolute;
    background-image: url(../img/karaokemaster/title-onpu.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 94px;
    padding-bottom: 190px;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    z-index: 0; }
    @media screen and (max-width: 768px) {
      #kasou #leadText .container::after {
        background-image: url(../img/karaokemaster/title-onpu-sp.png);
        width: 10vw;
        padding-bottom: 16vw;
        transform: translate(0, 0);
        top: 60%; } }
  @media screen and (max-width: 768px) {
    #kasou #karamas.bg-lightGreen {
      padding: 65px 0; } }
  @media screen and (max-width: 768px) {
    #kasou #karamas .subTitle {
      margin: 0 10px 25px 10px; } }
  #kasou #karamas .wrap-youtube {
    width: 100%;
    aspect-ratio: 16 / 9; }
    @media screen and (max-width: 768px) {
      #kasou #karamas .wrap-youtube {
        width: 95%;
        margin: auto; } }
    #kasou #karamas .wrap-youtube iframe {
      width: 100%;
      height: 100%; }
  #kasou #karamas .howto {
    margin-top: 60px; }
    @media screen and (max-width: 768px) {
      #kasou #karamas .howto {
        margin-top: 25px; } }
    #kasou #karamas .howto .wrap-img {
      border-radius: 30px;
      border: 5px solid #3dad00;
      overflow: hidden;
      margin-right: 18px;
      width: 100%; }
      #kasou #karamas .howto .wrap-img:nth-child(3) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        #kasou #karamas .howto .wrap-img {
          border-radius: 15px;
          border: 2.5px solid #3dad00;
          margin: 0 10px; }
          #kasou #karamas .howto .wrap-img:nth-child(3) {
            margin-right: 10px; } }
      #kasou #karamas .howto .wrap-img img {
        display: block;
        width: 100%; }
  #kasou #karamas .howto-inner {
    margin-bottom: 50px; }
    #kasou #karamas .howto-inner:last-child {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #kasou #karamas .howto-inner p {
        margin: 0 10px; } }
  #kasou #karamas .howto-img {
    margin-bottom: 24px; }
    @media screen and (max-width: 768px) {
      #kasou #karamas .howto-img {
        margin-bottom: 15px; } }
  @media screen and (max-width: 768px) {
    #kasou #karamas .flex {
      display: block; } }
  @media screen and (max-width: 768px) {
    #kasou #minigame.bg-green {
      padding: 10px 10px 25px; } }
  #kasou #minigame .title {
    margin: 0 auto 30px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      #kasou #minigame .title {
        margin: 0 auto 15px;
        display: inline-block;
        width: auto; } }
    #kasou #minigame .title::after {
      top: 30px;
      right: 50px; }
      @media screen and (max-width: 768px) {
        #kasou #minigame .title::after {
          top: 12px;
          right: 0;
          width: 18px;
          padding-bottom: 18px;
          transform: rotate(0); } }
  #kasou #minigame .wrap-img {
    position: relative; }
    @media screen and (max-width: 768px) {
      #kasou #minigame .wrap-img {
        padding: 0 14vw; } }
    #kasou #minigame .wrap-img::before {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/minigame_before.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 150px;
      padding-bottom: 35%;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #kasou #minigame .wrap-img::before {
          background-image: url(../img/karaokemaster/minigame_before-sp.png);
          width: 10vw;
          padding-bottom: 42vw; } }
    #kasou #minigame .wrap-img::after {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/minigame_after.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 125px;
      padding-bottom: 32%;
      top: 50%;
      transform: translate(0, -50%);
      right: 0;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #kasou #minigame .wrap-img::after {
          background-image: url(../img/karaokemaster/minigame_after-sp.png);
          width: 10vw;
          padding-bottom: 42vw; } }
  @media screen and (max-width: 768px) {
    #kasou #minigame-about.bg-lightGreen {
      padding: 65px 0; } }
  @media screen and (max-width: 768px) {
    #kasou #minigame-about .subTitle {
      margin: 0 10px 25px 10px; } }
  #kasou #minigame-about .game-img {
    margin: 50px auto 40px;
    max-width: 830px; }
    @media screen and (max-width: 768px) {
      #kasou #minigame-about .game-img {
        margin: 30px 0 0 0;
        max-width: 100%; } }
  #kasou #minigame-about .flex {
    flex-wrap: wrap; }
  #kasou #minigame-about .wrap-img {
    border-radius: 10px;
    border: 4px solid #3dad00;
    overflow: hidden;
    width: calc(50% - 20px);
    max-width: 395px;
    margin-right: 20px;
    margin-bottom: 20px; }
    #kasou #minigame-about .wrap-img:nth-child(2n) {
      margin-right: 0; }
    #kasou #minigame-about .wrap-img:nth-last-child(-n+2) {
      margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      #kasou #minigame-about .wrap-img {
        max-width: 100%;
        border: 2px solid #3dad00;
        margin-left: 10px;
        margin-right: 10px; }
        #kasou #minigame-about .wrap-img:nth-child(2n) {
          margin-right: 10px; }
        #kasou #minigame-about .wrap-img:nth-last-child(-n+2) {
          margin-bottom: 20px; } }
    #kasou #minigame-about .wrap-img img {
      display: block;
      width: 100%; }
  @media screen and (max-width: 768px) {
    #kasou #minigame-about .bold-text {
      margin: 0 10px; } }
  #kasou #appGokko .app-block {
    background-image: url(../img/karaokemaster/bg-app.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 38px;
    padding: 48px 0 34px;
    position: relative; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .app-block {
        background-image: url(../img/karaokemaster/bg-app-sp.jpg); } }
    #kasou #appGokko .app-block::before {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/app_deco-before.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 114px;
      padding-bottom: 32%;
      top: 50%;
      transform: translate(0, -50%);
      left: -20px;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #kasou #appGokko .app-block::before {
          background-image: url(../img/karaokemaster/app_deco-before-sp.png);
          width: 30%;
          padding-bottom: 86%;
          top: -15px;
          transform: translate(0, 0);
          left: -5px; } }
    #kasou #appGokko .app-block::after {
      content: "";
      position: absolute;
      background-image: url(../img/karaokemaster/app_deco-after.png);
      background-repeat: no-repeat;
      background-size: contain;
      width: 170px;
      padding-bottom: 27%;
      top: 50%;
      transform: translate(0, -50%);
      right: -40px;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        #kasou #appGokko .app-block::after {
          background-image: url(../img/karaokemaster/app_deco-after-sp.png);
          bottom: 50px;
          padding-bottom: 80%;
          top: auto;
          transform: translate(0, 0);
          right: -77%;
          left: 77%; } }
  #kasou #appGokko .flex {
    max-width: 700px;
    margin: auto; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .flex {
        display: block; } }
  #kasou #appGokko .wrap-img {
    margin-right: 40px;
    max-width: 160px;
    width: calc(28% - 20px);
    order: 1; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .wrap-img {
        margin-right: 0;
        max-width: 100%;
        width: 30%;
        margin: 0 auto 35px; } }
  #kasou #appGokko .wrap-text {
    width: 72%;
    order: 2; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .wrap-text {
        width: 100%; } }
  #kasou #appGokko .app-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: left;
    line-height: 1.2; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .app-title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 7px; } }
  #kasou #appGokko .app-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .app-text {
        text-align: center;
        font-size: 14px;
        margin-bottom: 30px; } }
  #kasou #appGokko .btn-block {
    width: 54%;
    position: absolute;
    bottom: 50px;
    left: 308px; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .btn-block {
        width: 50%;
        position: static; } }
  #kasou #appGokko .wrap-btn {
    margin-right: 14px; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .wrap-btn {
        margin: auto;
        margin-bottom: 15px;
        max-width: 36vw; } }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .wrap-btn:first-child {
        max-width: 32vw; } }
    #kasou #appGokko .wrap-btn:last-child {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        #kasou #appGokko .wrap-btn:last-child {
          max-width: 38vw;
          margin: auto; } }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .wrap-btn img {
        width: 100%; } }
  #kasou #appGokko .notes {
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
    color: #fff; }
    @media screen and (max-width: 768px) {
      #kasou #appGokko .notes {
        font-size: 10px;
        margin-top: 12px; } }
  #kasou #content-footer {
    background: url(../img/karaokemaster/bg-footer-yellow.jpg) center 0 no-repeat;
    height: 454px;
    z-index: 0;
    margin-top: 0; }
    @media screen and (max-width: 768px) {
      #kasou #content-footer {
        background: url(../img/karaokemaster/bg-footer-yellow-sp.jpg) center 0 no-repeat;
        background-position: bottom;
        background-size: cover; } }
    #kasou #content-footer .container {
      padding-top: 50px; }
    #kasou #content-footer .joyonpu {
      margin-right: 80px;
      width: calc(48% - 40px); }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .joyonpu {
          margin-right: 0;
          width: 100%; } }
    #kasou #content-footer .bold-text {
      font-size: 21px; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .bold-text {
          font-size: 12px; } }
    #kasou #content-footer .joykids {
      width: 52%; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .joykids {
          width: 100%; } }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .joykids .bold-text {
          font-size: 14px; } }
    #kasou #content-footer .name {
      background-color: #fff;
      display: inline-block;
      padding: 0 12px;
      border-radius: 40px;
      margin-top: 8px; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .name {
          margin-bottom: 25px; } }
    #kasou #content-footer .wrap-img {
      padding-top: 0; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .wrap-img {
          width: 50%;
          margin: 0 auto 9px auto; } }
    #kasou #content-footer .flex {
      max-width: 720px;
      margin: auto;
      align-items: center; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .flex {
          display: block; } }
    #kasou #content-footer .btn {
      background-color: #fff;
      color: #d22935;
      font-size: 18px;
      padding: 0 50px;
      max-width: 260px;
      margin-top: 26px; }
      @media screen and (max-width: 768px) {
        #kasou #content-footer .btn {
          padding: 0 30px;
          max-width: 80%;
          margin: 10px auto 0;
          font-size: 14px; } }
      #kasou #content-footer .btn:after {
        content: url(../img/karaokemaster/btn-arrow-red.png); }
      #kasou #content-footer .btn img {
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          #kasou #content-footer .btn img {
            width: 40%; } }