@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD NEYAGAWA
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/




/* フローティングボタン */

.float-button__wrap {
  width: 100%;
  padding: 1%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  bottom: 0;
  z-index: 10;
  text-align: center;
  font-size: 1.2vw;
}

.float-button__wrap__box {
  width: 95%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.float-button__wrap h4 {
  color: #fff;
}

.float-button__wrap__box a {
  background-color: #00B900;
  display: block;
  width: 45%;
  color: white;
  font-weight: bold;
  text-decoration: none;
  line-height: 50px;
  border-radius: 50px;
}

.float-button__wrap__box a:nth-of-type(2) {
  background-color: #8a5db7;
}

.float-button__wrap__box a:last-of-type {
  background-color: #338df4;
}



/* spのみ改行 */
.br-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .float-button__wrap__box a {
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 767px) {
  .float-button__wrap h4 {
    font-size: 2.5vw;
  }

  .float-button__wrap__box {
    width: 90%;
  }

  .float-button__wrap__box a {
    font-size: 2vw;
    line-height: 40px;
  }

  /* SPのみ改行 */
  .br-sp {
    display: block;
  }

}

@media screen and (max-width: 500px) {
  .float-button__wrap h4 {
    font-size: 3vw;
  }

  .float-button__wrap__box a {
    font-size: 2.5vw;
  }

}


/* フローティングボタンtotop */
.p-fixBtnWrap {
  bottom: 5em;
}

/* メインビジュアルH1 */
.p-mainVisual__textLayer {
  transform: none;
  left: 0;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.main-bisual {
  position: absolute;
  top: -25.6vw;
  right: 2%;
}

.main-bisual h1 {
  font-size: 4.05vw;
  line-height: 6.08vw;
  text-shadow: -0.13vw -0.13vw 0 #fff, 0.13vw -0.13vw 0 #fff, -0.13vw 0.13vw 0 #fff, 0.13vw 0.13vw 0 #fff;
  color: #97f44b;
  margin-bottom: 1.5vw;
}

.main-bisual h1 br:nth-of-type(1) {
  display: none;
}

.main-bisual-no2 {
  color: #000;
}

.main-bisual-no3 {
  font-size: 6.6vw;
}

.main-bisual-list-item {
  position: relative;
  display: inline-block;
  padding: 0.4em 0.8em;
  color: #000;
  font-weight: 700;
  z-index: 1;
  width: 30%;
  margin-right: 2% !important;
  font-size: 2vw;
  text-align: center;
  color: #fff;
}

.main-bisual-list-item:nth-last-of-type(2) {
  color: #000;
}

.main-bisual-list-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      #97f44b,
      #97f44b,
      #97f44b);
  transform: skew(-15deg);
  z-index: -1;
}

.main-bisual-list-item:nth-of-type(2):before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      #fff,
      #fff,
      #fff);
  transform: skew(-15deg);
  z-index: -1;
}

/* ここからメインビジュアルのsp */


@media screen and (max-width: 959px) {
  .p-mainVisual__textLayer {
    margin-top: 35vw;
  }

  .main-bisual h1 br:nth-of-type(1) {
    display: block;
  }

  .main-bisual {
    position: unset;
    text-align: center;
    margin-top: 62vw !important;
    color: black;
    text-shadow: -0.1vw -0.1vw 0 #fff, 0.1vw -0.1vw 0 #fff, -0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff;
  }


  .main-bisual h1 {
    line-height: 6vw;
    color: black;
    text-shadow: -0.1vw -0.1vw 0 #fff, 0.1vw -0.1vw 0 #fff, -0.1vw 0.1vw 0 #fff, 0.1vw 0.1vw 0 #fff;
  }

  .main-bisual-no1 {
    font-size: 7vw;
  }

  /* color: #97f44b; */
  .main-bisual-no2 {
    font-size: 5vw;
  }

  .main-bisual-no3 {
    font-size: 6vw;
    /* color: #97f44b; */
  }

  .main-bisual-list-item {
    padding: 0;
  }

  .main-bisual-list-item {
    padding: 0.4em 0.8em;
    color: #000;
    font-weight: 700;
    z-index: 1;
    width: 30%;
    margin-right: 2% !important;
    font-size: 2.8vw;
    text-align: center;
  }

  .main-bisual-list-item::before,
  .main-bisual-list-item:nth-of-type(2):before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
        #d4af37,
        #f5e27a,
        #c9a227);
    transform: skew(-15deg);
    z-index: -1;
  }



  .main-bisual-list-item:nth-last-of-type(2) {
    border: none;
  }

}



/* フェードイン */

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition-property: transform, opacity;
  transition-duration: 1.5s;
  transition-delay: 0s;
}

.fadein.is-active {
  opacity: 1;
  transform: translateY(0);
}