@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------------------------------------------------------
*/
#header {
  background-image: url("../../img/common/header-back-sp.svg");
  background-repeat: repeat-x;
  background-size: 150%;
  background-position: top center;
  height: 60px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    #header {
      background-image: url("../../img/common/header-back-pc.svg");
      background-size: 140%;
      height: 80px; } }
  @media (min-width: 1024px) {
    #header {
      background-size: auto; } }
  @media (min-width: 1200px) {
    #header {
      height: 100px; } }
  #header .header-logo {
    margin: 10px 0 0 10px;
    transition: .5s; }
    @media (min-width: 768px) {
      #header .header-logo {
        margin: 10px 0 0 20px; } }
    #header .header-logo a img {
      width: 240px;
      transition: .5s; }
      @media (min-width: 768px) {
        #header .header-logo a img {
          width: 280px; } }
      @media (min-width: 1200px) {
        #header .header-logo a img {
          width: 360px; } }
  #header .main-menu {
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s; }
    @media (min-width: 1024px) {
      #header .main-menu {
        top: 20px; } }
    #header .main-menu nav {
      display: none; }
      @media (min-width: 1024px) {
        #header .main-menu nav {
          display: flex;
          align-items: center; } }
      #header .main-menu nav ul {
        margin: 0 10px 0 0;
        display: flex;
        align-items: center; }
        #header .main-menu nav ul li {
          margin-right: 10px;
          position: relative; }
          @media (min-width: 1200px) {
            #header .main-menu nav ul li {
              margin-right: 20px; } }
          #header .main-menu nav ul li.has-oya a {
            font-family: "Cherry Bomb One", system-ui;
            font-weight: 400;
            font-style: normal;
            color: #000;
            font-size: 1.25em;
            line-height: 1.0em;
            position: relative;
            display: inline-block;
            transition: .3s; }
            @media (min-width: 1200px) {
              #header .main-menu nav ul li.has-oya a {
                font-size: 1.5em; } }
            #header .main-menu nav ul li.has-oya a span {
              display: inline-block; }
            #header .main-menu nav ul li.has-oya a:hover span {
              transform: rotateY(360deg);
              transition: .6s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(1) {
                transition-delay: .02s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(2) {
                transition-delay: .04s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(3) {
                transition-delay: .06s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(4) {
                transition-delay: .08s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(5) {
                transition-delay: .10s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(6) {
                transition-delay: .12s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(7) {
                transition-delay: .14s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(8) {
                transition-delay: .16s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(9) {
                transition-delay: .18s; }
              #header .main-menu nav ul li.has-oya a:hover span:nth-of-type(10) {
                transition-delay: .20s; }
  #header .openbtn {
    position: relative;
    top: 0;
    right: 0;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50px;
    background-color: rgba(255, 0, 0, 0);
    z-index: 1000; }
    @media (min-width: 1024px) {
      #header .openbtn {
        display: none; } }
    #header .openbtn span {
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      background: #000;
      width: 26px; }
      #header .openbtn span:nth-of-type(1) {
        top: 17px; }
      #header .openbtn span:nth-of-type(2) {
        top: 26px; }
      #header .openbtn span:nth-of-type(3) {
        top: 35px; }
    #header .openbtn.active span:nth-of-type(1) {
      top: 20px;
      left: 17px;
      transform: translateY(6px) rotate(-45deg);
      width: 40%; }
    #header .openbtn.active span:nth-of-type(2) {
      opacity: 0; }
    #header .openbtn.active span:nth-of-type(3) {
      top: 32px;
      left: 17px;
      transform: translateY(-6px) rotate(45deg);
      width: 40%; }

#contact {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #000 50%, #000 100%);
  overflow: hidden; }
  #contact .decoration-up {
    overflow-x: hidden; }
    #contact .decoration-up img {
      width: calc(100% + 10px);
      margin-left: -5px; }
  #contact .contact__inner {
    position: relative;
    margin: 0 auto;
    padding: 56px 24px 70px;
    background-color: #fff;
    text-align: center; }
    #contact .contact__inner h2 {
      font-family: "Cherry Bomb One", system-ui;
      font-weight: 400;
      font-style: normal;
      font-size: 2.5em;
      line-height: 1.0em; }
      @media (min-width: 768px) {
        #contact .contact__inner h2 {
          font-size: 4.0em; } }
      @media (min-width: 1200px) {
        #contact .contact__inner h2 {
          font-size: 5.6em; } }
    #contact .contact__inner .contact__lead {
      margin: 20px 0 20px 0; }
      @media (min-width: 768px) {
        #contact .contact__inner .contact__lead {
          display: flex;
          justify-content: center;
          margin: 20px 0 40px 0; } }
      #contact .contact__inner .contact__lead p {
        font-size: 1.0em;
        font-weight: 500;
        line-height: 1.4em; }
        @media (min-width: 768px) {
          #contact .contact__inner .contact__lead p {
            font-size: 1.25em; } }
        @media (min-width: 1200px) {
          #contact .contact__inner .contact__lead p {
            font-size: 1.5em; } }
      #contact .contact__inner .contact__lead .txt1 {
        display: flex;
        align-items: center;
        justify-content: center; }
        #contact .contact__inner .contact__lead .txt1 p {
          position: relative; }
          #contact .contact__inner .contact__lead .txt1 p::after {
            content: "";
            position: absolute;
            left: 0;
            top: 54%;
            transform: translateY(-50%);
            width: 100%;
            height: 3px;
            background: #F6941C;
            border-radius: 999px;
            z-index: 1; }
        #contact .contact__inner .contact__lead .txt1 img {
          width: 120px;
          margin: 0 0 0 6px; }
          @media (min-width: 768px) {
            #contact .contact__inner .contact__lead .txt1 img {
              width: 140px;
              margin: 0 6px; } }
    #contact .contact__inner ul.contact__visual {
      position: relative;
      margin: auto;
      width: 220px; }
      @media (min-width: 768px) {
        #contact .contact__inner ul.contact__visual {
          width: 350px; } }
      @media (min-width: 1200px) {
        #contact .contact__inner ul.contact__visual {
          width: 420px; } }
      #contact .contact__inner ul.contact__visual li:nth-child(2) {
        position: absolute;
        top: 0;
        animation: wobbling_x1 0.9s ease-in-out infinite alternate, wobbling_y1 1.1s ease-in-out infinite alternate; }
@keyframes wobbling_x1 {
  0% {
    margin-left: 4px; }
  100% {
    margin-left: 0px; } }
@keyframes wobbling_y1 {
  0% {
    margin-top: 0px; }
  100% {
    margin-top: 4px; } }
    #contact .contact__inner .contact__link {
      position: relative;
      margin: 20px auto 0;
      border-bottom: 2px solid #000;
      display: inline-block;
      padding-bottom: 5px; }
      @media (min-width: 768px) {
        #contact .contact__inner .contact__link {
          margin: 40px auto 0; } }
      #contact .contact__inner .contact__link a {
        display: flex;
        align-items: center;
        gap: 12px; }
        #contact .contact__inner .contact__link a:hover img {
          right: 0; }
        #contact .contact__inner .contact__link a h6 {
          font-size: 1.0em;
          font-weight: 500;
          text-align: left;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #contact .contact__inner .contact__link a h6 {
              font-size: 1.25em; } }
          @media (min-width: 1200px) {
            #contact .contact__inner .contact__link a h6 {
              font-size: 1.5em; } }
        #contact .contact__inner .contact__link a img {
          position: relative;
          right: 5px;
          width: 32px;
          transition: .5s; }
  #contact .decoration-down {
    margin-top: -1px;
    transform: rotate(180deg);
    overflow-x: hidden; }
    #contact .decoration-down img {
      width: calc(100% + 10px);
      margin-left: -5px; }

/*
---------------------------------------------------------------------------------------------------------------------
フッター
---------------------------------------------------------------------------------------------------------------------
*/
#footer {
  position: relative;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  padding: 50px 0 0; }
  @media (min-width: 768px) {
    #footer {
      padding: 100px 0 0; } }
  @media (min-width: 1200px) {
    #footer {
      padding: 140px 0 0; } }
  #footer .title .footer__brand {
    width: 240px;
    margin: 0 5% 0 auto; }
    @media (min-width: 768px) {
      #footer .title .footer__brand {
        width: 350px; } }
    @media (min-width: 1200px) {
      #footer .title .footer__brand {
        width: 440px;
        margin: 0 5% 40px auto; } }
  #footer .title .footer__line {
    width: 120vw; }
  #footer .container {
    position: relative; }
    #footer .container .footer__character {
      position: absolute;
      bottom: 0;
      width: 50%;
      max-width: 650px; }
      @media (min-width: 768px) {
        #footer .container .footer__character {
          left: 0;
          bottom: 0;
          z-index: 0;
          width: 45%; } }
    #footer .container .footer__content {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 20px 5% 20px 60px; }
      @media (min-width: 768px) {
        #footer .container .footer__content {
          max-width: 920px;
          width: 65%;
          margin-left: auto;
          padding: 20px 5% 20px 0; } }
      @media (min-width: 1200px) {
        #footer .container .footer__content {
          width: 55%; } }
      #footer .container .footer__content nav.footer__nav {
        margin-bottom: 24px; }
        @media (min-width: 768px) {
          #footer .container .footer__content nav.footer__nav {
            margin-bottom: 28px; } }
        #footer .container .footer__content nav.footer__nav ul {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          gap: 14px 18px;
          margin: 0;
          padding: 0;
          list-style: none; }
          @media (min-width: 768px) {
            #footer .container .footer__content nav.footer__nav ul {
              gap: 18px 24px; } }
          @media (min-width: 1200px) {
            #footer .container .footer__content nav.footer__nav ul {
              gap: 18px 26px; } }
          #footer .container .footer__content nav.footer__nav ul a {
            font-family: "Cherry Bomb One", system-ui;
            font-weight: 400;
            font-style: normal;
            color: #fff;
            font-size: 1.25em;
            line-height: 1.0em;
            text-decoration: none;
            letter-spacing: 0.04em;
            transition: opacity 0.3s ease; }
            @media (min-width: 768px) {
              #footer .container .footer__content nav.footer__nav ul a {
                font-size: 1.4em; } }
            @media (min-width: 1200px) {
              #footer .container .footer__content nav.footer__nav ul a {
                font-size: 1.6em; } }
            #footer .container .footer__content nav.footer__nav ul a:hover {
              opacity: 0.7; }
      #footer .container .footer__content .footer__sns {
        display: flex;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 10px;
        margin: 0;
        padding: 0; }
        @media (min-width: 768px) {
          #footer .container .footer__content .footer__sns {
            gap: 14px; } }
        @media (min-width: 1200px) {
          #footer .container .footer__content .footer__sns {
            gap: 16px; } }
        #footer .container .footer__content .footer__sns a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 26px;
          overflow: hidden;
          transition: transform 0.3s ease, opacity 0.3s ease; }
          @media (min-width: 768px) {
            #footer .container .footer__content .footer__sns a {
              width: 30px; } }
          @media (min-width: 1200px) {
            #footer .container .footer__content .footer__sns a {
              width: 40px; } }
          #footer .container .footer__content .footer__sns a:hover {
            transform: translateY(-3px);
            opacity: 0.85; }
      #footer .container .footer__content .footer__bottom {
        margin-top: 60px;
        text-align: right; }
        @media (min-width: 768px) {
          #footer .container .footer__content .footer__bottom {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: end;
            gap: 20px;
            margin: 60px 30px 0 0;
            text-align: left; } }
        @media (min-width: 1024px) {
          #footer .container .footer__content .footer__bottom {
            margin: 100px 30px 0 0; } }
        @media (min-width: 1200px) {
          #footer .container .footer__content .footer__bottom {
            justify-content: flex-start;
            margin: 160px 0 0 0;
            padding-left: 10px;
            gap: 30px; } }
        #footer .container .footer__content .footer__bottom p {
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 0.7em;
          font-weight: 300;
          line-height: 1.4em;
          color: #fff; }
          @media (min-width: 1024px) {
            #footer .container .footer__content .footer__bottom p {
              font-size: 0.9em; } }
        #footer .container .footer__content .footer__bottom a:hover p::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        #footer .container .footer__content .footer__bottom a p {
          position: relative;
          transition: .5s;
          margin-top: 5px; }
          @media (min-width: 768px) {
            #footer .container .footer__content .footer__bottom a p {
              margin-top: 0; } }
          #footer .container .footer__content .footer__bottom a p::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #fff;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
