html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (min-width:1366px) {
  html {
    font-size: calc(100vw / 1366 * 10);
  }
}
/* @media screen and (max-width:1040px) {
  html {
    font-size: calc(100vw / 1040 * 10);
  }
} */
@media screen and (max-width:768px) {
  html {
    font-size: calc(100vw / 768 * 10);
  }
}
@media screen and (max-width:632px) {
  html {
    font-size: calc(100vw / 632 * 10);
  }
}
body {
  background-color: #fafae4;
  color: #231815;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
}
.body_container {
  overflow: hidden;
  position: relative;
}

/* .body_container::before{
  content: "";
  background-image: url(../img/calender2405.jpg);
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  z-index: -1;
} */
.dot {
  animation: rotate 10s linear infinite;
  border-radius: 50%;
  height: 7rem;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 7rem;
  z-index: -1;
}
.lazy .dot {
  opacity: 1;
  visibility: visible;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.dot1, .dot4, .dot7, .dot10, .dot13, .dot16, .dot19, .dot22, .dot25, .dot28, .dot31, .dot34, .dot37, .dot40, .dot43, .dot46 {
  background-image: url(../img/bg_ball01.png);
  background-repeat: no-repeat;
  background-size: 8rem;
}
.dot2, .dot5, .dot8, .dot11, .dot014, .dot017, .dot20, .dot23, .dot26, .dot29, .dot32, .dot35, .dot38, .dot41, .dot44, .dot47 {
  background-image: url(../img/bg_ball02.png);
  background-repeat: no-repeat;
  background-size: 7.5rem;
}
.dot3, .dot6, .dot9, .dot12, .dot15, .dot18, .dot21, .dot24, .dot27, .dot30, .dot33, .dot36, .dot39, .dot042, .dot045, .dot048 {
  background-image: url(../img/bg_ball03.png);
  background-repeat: no-repeat;
  background-size: 8.2rem;
}
img {
  height: auto;
  max-width: 100%;
}
.rolate {
  position: fixed;
}
@media screen and (max-width:632px) {
  .rolate {
    opacity: .7;
  }
}
.rolate.red {
  height: 6rem;
  width: 6rem;
}
.rolate.yellow {
  height: 5.3rem;
  width: 5.3rem;
}
.rolate.green {
  height: 6.5rem;
  width: 6.5rem;
}
.bg_deco01 {
  left: 5%;
  top: 14%;
}
.bg_deco02 {
  left: 18%;
  top: 27%;
}
.bg_deco03 {
  left: 7%;
  top: 85%;
}
.bg_deco04 {
  right: 3%;
  top: 70%;
}
@media screen and (max-width:632px) {
  .bg_deco04 {
    right: 3%;
    top: 60%;
  }
}
.bg_deco05 {
  right: 15%;
  top: 20%;
}
.bg_deco06 {
  right: 4%;
  top: 10%;
}
.rolate.red img {
  animation: puyon 4.0s linear infinite;
}
.rolate.yellow img {
  animation: purupuru 5.0s linear infinite;
}
.rolate.green img {
  animation: purun 6.0s linear infinite;
}
.rolate::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  margin: auto;
  position: absolute;
  z-index: 3;
}
.rolate.red::before {
  animation: blink 2s infinite;
  background-image: url(../img/red_eye.png);
  height: 1rem;
  left: 0;
  right: .2rem;
  top: 1.3rem;
  width: 2.7rem;
}
.rolate.yellow::before {
  animation: blink 4s infinite;
  background-image: url(../img/yellow_eye.png);
  height: .9rem;
  left: 0;
  right: 0;
  top: 1.2rem;
  width: 2.5rem;
}
.rolate.green::before {
  animation: blink 3s infinite;
  background-image: url(../img/green_eye.png);
  height: 1.35rem;
  left: 0;
  right: 0;
  top: 1.2rem;
  width: 3.1rem;
}

@keyframes puyon {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  40% {
    transform: scale(.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, .9) translate(0%, 5%);
  }
  60% {
    transform: scale(.95, 1.05) translate(0%, -3%);
  }
  70% {
    transform: scale(1.05, .95) translate(0%, 3%);
  }
  80% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  20% {
    transform: scale(1.0, 1.06) translate(-5%, -4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1.0, .94) translate(5%, 4%) skew(-6deg, 0deg);
  }
  65% {
    transform: scale(1.0, 1.03) translate(2%, -2%) skew(-3deg, 0deg);
  }
  80% {
    transform: scale(1.0, .97) translate(-2%, 2%) skew(3deg, 0deg);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
@keyframes purun {
  0% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
  15% {
    transform: scale(.9, .9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, .8) translate(0%, 10%);
  }
  50% {
    transform: scale(.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, .9) translate(0%, 5%);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0%, 0%);
  }
}
/* ---------------------------------------------------------------------------
//  fix_nav
--------------------------------------------------------------------------- */
.fix_nav {
  display: flex;
  justify-content: center;
  position: fixed;
  right: 0;
  top: 0;
  width: calc((100vw - 63.2rem) /2);
  z-index: 10000000;
}
.fix_nav a {
  align-items: center;
  border-radius: 0 0 2rem 2rem;
  box-shadow: .5rem .5rem 1rem rgba(0,0,0,.3 );
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  height: 4.9rem;
  justify-content: center;
  letter-spacing: -.03em;
  max-width: 16rem;
  transition: .2s;
  width: calc((100% - .7rem) / 2);
}
.fix_nav a.tel {
  background: #48b36e;
  border: solid 1px #48b36e;
  margin-right: .7rem;
  pointer-events: none;
}
.fix_nav a.tel:hover {
  background: #fff;
  color: #48b36e;
}

.fix_nav a.tel img {
  width: 1.5rem;
}
.fix_nav a.contact {
  background: #e7be1f;
  border: solid 1px #e7be1f;
}
.fix_nav a.contact:hover {
  background: #fff;
  color: #e7be1f;
}
@media screen and (max-width:1300px) {
  .fix_nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: inherit;
    width: 100%;
  }
  .fix_nav a {
    border-radius: 2rem 2rem 0 0;
    font-size: 2.5rem;
    height: 6rem;
    max-width: inherit;
    width: calc((63.2rem - .8rem) / 2);
  }
  .fix_nav a.tel {
    margin-right: .8rem;
  }

  .fix_nav a.tel img {
    width: 2.2rem;
  }
}
/* ---------------------------------------------------------------------------
//  body_frame
--------------------------------------------------------------------------- */
.body_frame {
  border-left: solid 3px #231815;
  border-right: solid 3px #231815;
  margin: 0 auto;
  max-width: 63.2rem;
  /* transform:translateY(100%); */
  opacity: 0;
  transition: .6s;
}
.lazy .body_frame {
  /* transform:rotateY(0); */
  /* transform:translateY(0); */
  opacity: 1;
}
.bg_gray {
  background-image: url(../img/body_bg.jpg);
  background-size: 100%;
}
/* ---------------------------------------------------------------------------
//  head
--------------------------------------------------------------------------- */
.head_logo {
  align-items: center;
  display: flex;
  left: 3rem;
  position: fixed;
  top: 3rem;
  /* max-width: 28rem;
  width: calc((100vw - 69.2rem) / 2); */
  width: 28rem;
}
.head_logo .UGO {
  align-items: center;
  display: flex;
  position: relative;
  width: 16rem;
}
.head_logo .UGO span {
  position: relative;
}
.head_logo .UGO span::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  margin: auto;
  position: absolute;
}
.head_logo .UGO .U {
  animation: puyon 6.0s linear infinite;
  top: -.5rem;
  width: 6.2rem;
}
.head_logo .UGO .U::before {
  animation: blink 2s infinite;
  background-image: url(../img/U_eye.png);
  height: .5rem;
  left: 3.5rem;
  right: 0;
  top: 1.3rem;
  width: 1.35rem;
}
.head_logo .UGO .G {
  animation: purupuru 2.0s linear infinite;
  bottom: -.5rem;
  width: 3.9rem;
}
.head_logo .UGO .G::before {
  animation: blink 4s infinite;
  background-image: url(../img/G_eye.png);
  height: .35rem;
  left: 1.2rem;
  right: 0;
  top: .6rem;
  width: 1rem;
}
.head_logo .UGO .O {
  animation: purun 8.0s linear infinite;
  width: 4rem;
}
.head_logo .UGO .O::before {
  animation: blink 3s infinite;
  background-image: url(../img/O_eye.png);
  height: .55rem;
  left: -.3rem;
  right: 0;
  top: .6rem;
  width: 1.4rem;
}
.head_logo .txt {
  width: 12.8rem;
}
@media screen and (max-width:1300px) {
  header {
    position: relative;
    z-index: 10000;
  }
  .head_logo {
    left: calc((100vw - 63.2rem) / 2 + 3rem);
    top: 4rem;
    z-index: 10;
  }
}

/* ---------------------------------------------------------------------------
//  fv
--------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------
//  fv
--------------------------------------------------------------------------- */
.fv .container {
  /* background-color: #FAFAE4; */
  /* min-height: 100vh; */
  padding: 1.5rem;
}

.fv .contents {
  /* min-height: calc(100vh - 3rem); */
  display: flex;
  flex-direction: column;
}
.fv .contents::after {
  background: #fff;
  content: '';
  height: 4.5rem;
  position: relative;
  width: 100%;
  z-index: 10;
}
.fv .ttl {
  background: #fff;
  padding: 7rem 1.5rem 5rem 3.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width:1300px) {
  .fv .ttl {
    background: #fff;
    padding: 14rem 1.5rem 5rem 3.5rem;
    position: relative;
    z-index: 10;
  }
}
.fv .ttl img {
  width: 36rem;
}
.fv .movie {
  aspect-ratio: 559/454;
  background: rgba(0,0,0,.7 );
  position: relative;
  /* flex-grow: 2; */
  position: relative;
  z-index: 10;
  z-index: 10;
}
.fv .movie::before {
  background: #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc((100% - 55.9rem) / 2);
  z-index: 10;
}
.fv .movie::after {
  background: #fff;
  content: '';
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: calc((100% - 55.9rem) / 2);
  z-index: 10;
}
/* ---------------------------------------------------------------------------
//  fv2
--------------------------------------------------------------------------- */
.fv2 .container {
  padding: 1.5rem;
}
.fv2 .contents {
  background: #fff;
  padding-top: 2.7rem;
  position: relative;
  z-index: 8;
}
@media screen and (max-width:1300px) {
  .fv2 .contents {
    padding-top: 10rem;
  }
}
.fv2 .ttl {
  animation: poyopoyo 2s ease-out infinite;
  margin: 0 auto;
  opacity: 1;
  position: relative;
  width: 53.4rem;
  z-index: 5;
}


@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 10% {
    transform: scale(.95);
  }
}
.fv2 .imgs {
  height: 57rem;
  position: relative;
}
.fv2 .imgs .img {
  position: absolute;
}
.fv2 .imgs .img01 {
  animation: float 2s infinite ease-in-out;
  left: 0;
  top: -5rem;
  width: 45rem;
  z-index: 3;
}
.fv2 .imgs .img02 {
  animation: float 2s infinite ease-in-out;
  bottom: -1rem;
  right: 0;
  width: 34rem;
  z-index: 2;
}
.fv2 .imgs .img03 {
  bottom: 0;
  left: 0;
  width: 33.5rem;
  z-index: 4;
}
/* 左右の画像に異なるアニメーション遅延を設定 */
.fv2 .imgs .img01 {
  animation-delay: 1s; /* フェードインはすぐに開始、ふわふわは2秒後に開始 */
}

.fv2 .imgs .img02 {
  animation-delay: 2s; /* フェードインは1秒後に開始、ふわふわは3秒後に開始 */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); /* 位置を元に戻す */
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 画像が上下に10px移動する */
  }
}
/* ---------------------------------------------------------------------------
//  .sec01
--------------------------------------------------------------------------- */
.sec01 .container {
  padding: 0 1.5rem 3rem;
  position: relative;
  z-index: 10;
}
.sec01 .ttl01 {
  font-size: 3.1rem;
  font-weight: 800;
  line-height: calc(53/31);
  padding-top: 6rem;
  text-align: center;
}
.sec01 .ttl02 {
  margin-top: 2rem;
}
.sec01 .ttl02 .deco {
  animation: puyon 3.0s linear infinite;
  background-image: url(../img/hukidashi01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: block;
  font-weight: 800;
  height: 8.2rem;
  margin: 0 auto;
  padding-top: 3rem;
  position: relative;
  text-align: center;
  width: 25.4rem;
}


.sec01 .ttl02 .deco::before {
  animation: blink 2s infinite;
  background-image: url(../img/hukidashi01_eye.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 1rem;
  width: 3rem;
}

@keyframes blink {
  0%, 95%, 100% {
    opacity: 1;
  }
  96%, 99% {
    opacity: 0;
  }
}

.sec01 .ttl02 .txt {
  display: block;
  margin: .5rem auto 0;
  width: 34.3rem;
}

.sec01 .btns {
  display: flex;
  justify-content: center;
  margin-top: 2.8rem;
}

.sec01 .btns .btn {
  align-items: center;
  border-radius: 100%;
  color: #fff;
  display: flex;
  font-size: 3.1rem;
  font-weight: 800;
  height: 21.6rem;
  justify-content: center;
  margin: 0 3rem;
  padding-bottom: 1.6rem;
  position: relative;
  text-align: center;
  transition: .2s;
  width: 21.6rem;
}
.sec01 .btns .btn span {
  position: relative;
}
.sec01 .btns .btn:nth-of-type(1):hover:before {
  /* transform: scale(1.2); */
  animation: purupuru 1.0s linear;
}
.sec01 .btns .btn:nth-of-type(2):hover:before {
  /* transform: scale(1.2); */
  animation: purun 1.0s linear;
}
.sec01 .btns .btn::before {
  border-radius: 100%;
  bottom: 0;
  box-shadow: 1rem 1rem 1rem rgba(0,0,0,.16 );
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .2s;
  width: 100%;
}
.sec01 .btns .btn:nth-of-type(1):before {
  background-color: #e7be1f;
  /* animation: purupuru 2.0s linear infinite; */
}
.sec01 .btns .btn:nth-of-type(2):before {
  background-color: #4ab56f;
  /* animation: purun 8.0s linear infinite; */
}
.sec01 .btns .btn::after {
  background-image: url(../img/arrow01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 4rem;
  content: '';
  height: 1.2rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2.3rem;
}
/* ---------------------------------------------------------------------------
//  .sec02,.sec03
--------------------------------------------------------------------------- */
.sec02 .container {
  overflow: hidden;
  padding: 3rem 1.5rem;
}
.sec03 .container {
  overflow: hidden;
  padding: 3rem 1.5rem;
}
.wave + .sup {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  text-align: center;
  text-align: center;
}
.wave01 {
  color: #fff;
  height: 82rem;
  overflow: hidden;
  padding: 0 4rem;
  position: relative;
}
.wave01 .illust {
  position: absolute;
  right: 3rem;
  top: 3rem;
  width: 12rem;
  z-index: 3;
}
.wave01 .face01 {
  animation: blink 2s infinite;
  background-image: url(../img/face01_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 2.6rem;
  left: 4rem;
  position: absolute;
  top: 10rem;
  width: 7.2rem;
  z-index: 2;
}
.wave01 .face02 {
  background-image: url(../img/face01_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8.5rem;
  left: 5.8rem;
  position: absolute;
  top: 10rem;
  width: 3.4rem;
  z-index: 2;
}
.wave01 .bg {
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90rem;
  z-index: 1!important;
}
.wave01 .bg img {
  max-width: inherit;
  opacity: 1;
  transition: .2s;
  visibility: visible!important;
  width: 90rem;
}

.wave01 .ttl {
  left: 12rem;
  position: absolute;
  top: 9rem;
  width: 9.1rem;
  z-index: 2;
}
.wave01 .sub {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: calc(70/45);
  padding-top: 20rem;
  position: relative;
  z-index: 2;
}
.wave01 .sub .deco {
  background-image: url(../img/deco_star.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 4.4rem;
  position: relative;
  right: -1rem;
  top: -1rem;
  width: 3.6rem;
}
.wave01 .desc {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: calc(28/16);
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.wave04 {
  color: #fff;
  height: 80rem;
  margin-top: 10rem;
  overflow: hidden;
  padding: 0 4rem;
  position: relative;
}
.wave04 .illust {
  left: 3rem;
  position: absolute;
  top: 3rem;
  width: 12rem;
  z-index: 3;
}
.wave04 .face01 {
  animation: blink 2s infinite;
  background-image: url(../img/face04_1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 3.5rem;
  position: absolute;
  right: 4rem;
  top: 10rem;
  width: 8rem;
  z-index: 2;
}
.wave04 .face02 {
  background-image: url(../img/face04_2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 1.35rem;
  position: absolute;
  right: 5.8rem;
  top: 15rem;
  width: 3.4rem;
  z-index: 2;
}
.wave04 .bg {
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90rem;
  z-index: 1!important;
}
.wave04 .bg img {
  max-width: inherit;
  opacity: 1;
  transition: .2s;
  visibility: visible!important;
  width: 90rem;
}

.wave04 .ttl {
  position: absolute;
  right: 14.5rem;
  top: 9rem;
  width: 15.8rem;
  z-index: 2;
}
.wave04 .sub {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: calc(70/45);
  padding-top: 20rem;
  position: relative;
  z-index: 2;
}
.wave04 .sub .deco {
  background-image: url(../img/deco_star03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 4.4rem;
  position: relative;
  right: -1rem;
  top: -1rem;
  width: 3.6rem;
}
.wave04 .desc {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: calc(28/16);
  margin-top: 1rem;
  position: relative;
  z-index: 2;
}

.sec02 .list_area {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: -30rem;
  padding-top: 38rem;
  position: relative;
}
.sec02 .list_area .fluid {
  left: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -4rem;
  width: 100%;
}
.sec02 .list_area .fluid.anime {
  animation: rotate 10s linear infinite;
  left: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  top: -4rem;
  width: 100%;
}
.sec02 .list_area .fluid img {
  /* animation: rotate 20s linear infinite; */
  max-width: inherit;
  opacity: 1;
  transition: .2s;
  visibility: visible!important;
  width: 101rem;
}
.sec02 .list_area .ttl {
  font-size: 2.2rem;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.sec02 .list_area .ttl strong {
  display: block;
  font-size: 3.5rem;
  margin-top: .5rem;
}
.sec02 .list_area .ttl .deco {
  background-image: url(../img/deco_star02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7.9rem;
  left: -4rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 51.2rem;
}
.sec02 .list_area ul {
  line-height: 2;
  margin-top: 4rem;
}
.sec02 .list_area ul li {
  font-size: 1.8rem;
  font-weight: 800;
  padding-left: 3rem;
  position: relative;
}
.sec02 .list_area ul li::before {
  background-image: url(../img/check01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: .6rem;
  width: 2.4rem;
}

.sec03 .list_area {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: -30rem;
  padding-top: 38rem;
  position: relative;
}
.sec03 .list_area .fluid {
  left: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: -4rem;
  width: 100%;
}
.sec03 .list_area .fluid.anime {
  animation: rotate 10s linear infinite;
  left: 0;
  left: 0;
  overflow: visible;
  position: absolute;
  top: -4rem;
  width: 100%;
}
.sec03 .list_area .fluid img {
  /* animation: rotate 20s linear infinite; */
  max-width: inherit;
  opacity: 1;
  transition: .2s;
  visibility: visible!important;
  width: 101rem;
}
.sec03 .list_area .ttl {
  font-size: 2.2rem;
  font-weight: 800;
  position: relative;
  text-align: center;
}
.sec03 .list_area .ttl strong {
  display: block;
  font-size: 3.5rem;
  margin-top: .5rem;
}
.sec03 .list_area .ttl .deco {
  background-image: url(../img/deco_star04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7.9rem;
  left: -4rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 51.2rem;
}
.sec03 .list_area ul {
  line-height: 2;
  margin-top: 4rem;
}
.sec03 .list_area ul li {
  font-size: 1.8rem;
  font-weight: 800;
  padding-left: 3rem;
  position: relative;
}
.sec03 .list_area ul li::before {
  background-image: url(../img/check02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2.4rem;
  left: 0;
  position: absolute;
  top: .6rem;
  width: 2.4rem;
}

.wave03 {
  color: #fff;
  height: 120rem;
  overflow: hidden;
  padding: 0 4rem;
  position: relative;
}
.wave03 .bg {
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90rem;
  z-index: 1!important;
}
.wave03 .bg img {
  max-width: inherit;
  opacity: 1;
  transition: .2s;
  visibility: visible!important;
  width: 91.3rem;
}
.wave03 .ttl {
  font-size: 3.5rem;
  font-weight: 800;
  padding-top: 22rem;
  position: relative;
  text-align: center;
  z-index: 3;
}
.wave03 .desc {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 1rem;
  position: relative;
  text-align: center;
  z-index: 3;
}
.wave03 .process {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem 5.6rem;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  z-index: 3;
}
.wave03 .process li {
  position: relative;
  width: 21.6rem;
}
.wave03 .process li .num {
  display: block;
  left: -2rem;
  position: absolute;
  top: -2rem;
  transform: scale(.5);
}
.wave03 .process li:nth-of-type(even) {
  top: 7.7rem;
}
.wave03 .process li .img {
  aspect-ratio: 1/1;
  background: #000;
  border: solid #fff 1rem;
  border-radius: 100%;
  overflow: hidden;
  position: relative;
}
.wave03 .process li .img img {
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
  width: 110%;
}
.wave03 .process li .desc {
  display: block;
  font-size: 1.6rem;
  font-weight: 800;
  text-align: center;
}
.wave03 .process li:last-of-type .desc {
  color: #e7be1f;
}
.sec03 .wave03 .process li:last-of-type .desc {
  color: #4ab56e;
}

.slider_area {
  position: relative;
  z-index: 3;
}
.sec03 .slider_area {
  margin-top: -14rem;
}
.slider_area .slider {
  background: #fff;
  border-radius: 2rem;
  margin: auto;
  width: 52.8rem;
}
.slider_area .slider .item {
  min-height: 4.6rem;
  padding: 5rem 4rem;
}
.slider_area .slider .item span {
  display: block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: calc(30/18);
  margin-top: 1rem;
  text-align: center;
}
.slick-prev, .slick-next {
  background-position: center!important;
  background-repeat: no-repeat!important;
  background-size: 1.4rem!important;
  border-radius: 100%;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.16 );
  height: 4.2rem;
  width: 4.2rem;
  z-index: 4;
}
.slick-prev {
  background-image: url(../img/slick_prev.png)!important;
}
.slick-next {
  background-image: url(../img/slick_next.png)!important;
}
.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.slick-prev::before, .slick-next::before {
  display: none!important;
}

.sec02 .slider_area {
  margin-top: -16rem;
}
.sec02 .slick-prev, .sec02 .slick-next {
  background-color: #e7be1f;
}
.sec03 .slick-prev, .sec03 .slick-next {
  background-color: #4ab56e;
}

.white_area {
  background: rgba(255,255,255,.9);
  border-radius: 2rem;
  margin: 1rem auto 0;
  padding: 4.5rem 3rem 8rem;
  position: relative;
  text-align: center;
  width: 53.8rem;
}
.white_area .ttl {
  font-size: 3.1rem;
  font-weight: 800;
}
.sec02 .white_area .ttl {
  color: #e7be1f;
  line-height: calc(45/31);
}
.sec03 .white_area .ttl {
  color: #4ab56e;
  line-height: calc(45/31);
}
.sec02 .white_area .img01 {
  height: 34rem;
  margin: 2rem auto 0;
  position: relative;
}
.sec02 .white_area .img01 img {
  left: 0;
  margin: auto;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: -7rem;
  width: 48.9rem;
}
.sec03 .white_area .img01 {
  margin: 2rem auto 0;
  position: relative;
  width: 31.2rem;
}
.sec02 .white_area .img01 .deco {
  left: 1.5rem;
  max-width: inherit;
  position: absolute;
  top: 13rem;
  width: 44rem;
}
.white_area .img01 .deco img {
  width: 100%!important;
}
/* .sec02 .white_area .img01 img {
  display: block;
  margin: 0 auto;
  width: 35rem;
} */
.white_area .desc {
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 3rem;
}
.white_area .desc + .ttl {
  margin-top: 7rem;
}
.white_area .frame {
  aspect-ratio: 1/1;
  background: #efefef;
  margin-bottom: 7rem;
  margin-top: 1.5rem;
}
.white_area ul {
  display: flex;
  flex-wrap: wrap;
}
.white_area ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.sec02 .white_area ul li {
  height: 24.6rem;
  margin-top: 3rem;
  position: relative;
}
.sec02 .white_area ul li:nth-of-type(1) img {
  width: 16.5rem;
}
.sec02 .white_area ul li:nth-of-type(2) img {
  width: 14.2rem;
}
.sec02 .white_area ul li:nth-of-type(3) img {
  width: 18.5rem;
}
.sec02 .white_area ul li:nth-of-type(4) img {
  width: 14.8rem;
}
.sec03 .white_area ul li {
  height: 21rem;
  margin-top: 3rem;
  position: relative;
}
.sec03 .white_area ul li:nth-of-type(1) img {
  width: 18.5rem;
}
.sec03 .white_area ul li:nth-of-type(2) img {
  width: 17.3rem;
}
.sec03 .white_area ul li:nth-of-type(3) img {
  position: relative;
  top: 2rem;
  width: 20.9rem;
}
.sec03 .white_area ul li:nth-of-type(4) img {
  width: 17.8rem;
}
.sec03 .white_area ul li:nth-of-type(5) img {
  width: 16.8rem;
}
.sec03 .white_area ul li:nth-of-type(6) img {
  position: relative;
  top: 1rem;
  width: 18.6rem;
}

.white_area ul li span {
  bottom: 0;
  font-size: 1.6rem;
  font-weight: 800;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.white_area  .insta_btn {
  align-items: center;
  border: solid 1px;
  border-radius: 10rem;
  display: flex;
  font-size: 1.3rem;
  font-weight: 800;
  height: 3.5rem;
  justify-content: center;
  margin: 2rem auto 0;
  transition: .2s;
  width: 24.1rem;
}
.white_area  .insta_btn:hover {
  background: #000;
  color: #fff;
}
.white_area .characters {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  width: 100%;
}
.white_area .characters .character {
  position: relative;
}
.white_area .characters .character::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2.55rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 3.85rem;
  width: 7.5rem;
  z-index: 2;
}
.white_area .characters .character:nth-of-type(1) {
  width: 15.7rem;
}
.white_area .characters .character:nth-of-type(1) div img {
  /* animation: puyon 4.0s linear infinite; */
}
.white_area .characters .character:nth-of-type(1)::before {
  animation: blink 2s infinite;
  background-image: url(../img/red02_eye.png);
}
.white_area .characters .character:nth-of-type(2) {
  margin-top: 8rem;
  width: 15.6rem;
}
.white_area .characters .character:nth-of-type(2) div img {
  /* animation: purupuru 5.0s linear infinite; */
}
.white_area .characters .character:nth-of-type(2)::before {
  animation: blink 4s infinite;
  background-image: url(../img/yellow02_eye.png);
}
.white_area .characters .character:nth-of-type(3) {
  width: 16.3rem;
}
.white_area .characters .character:nth-of-type(3) div img {
  /* animation: purun 6.0s linear infinite; */
}
.white_area .characters .character:nth-of-type(3)::before {
  animation: blink 3s infinite;
  background-image: url(../img/green02_eye.png);;
}
.white_area .characters .character span {
  display: block;
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: .6rem;
}

.last_area {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
  position: relative;
}
.last_area .shape_ttl {
  align-items: center;
  animation: fluidrotate 7s ease 0s infinite;/*アニメーションの設定*/
  color: #fff;
  display: flex;
  font-size: 3.1rem;
  font-weight: 800;
  height: 21rem;
  justify-content: center;
  margin: 0 auto;
  width: 23rem;
}
.sec02 .last_area .shape_ttl {
  background: #e7be1f;
}
.sec03 .last_area .shape_ttl {
  background: #4ab56e;
}

@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.last_area .desc {
  font-size: 2rem;
  font-weight: 800;
  margin-top: 4rem;
}
.last_area .price {
  font-size: 5.6rem;
  font-weight: 800;
  margin-top: 2rem;
}
.last_area .btn {
  align-items: center;
  border-radius: 100rem;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.18);
  color: #fff;
  display: flex;
  font-size: 2.9rem;
  font-weight: 800;
  height: 13.1rem;
  justify-content: center;
  margin-top: 4rem;
  position: relative;
  width: 54.2rem;
}
.sec02 .last_area .btn {
  background-color: #e7be1f;
  background-image: url(../img/sec02_btn_mouth.png);
  background-position: right 5.3rem bottom 4.1rem;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  padding-right: 7rem;
}
.sec02 .last_area .btn::before {
  animation: blink 2s infinite;
  background-image: url(../img/sec02_btn_eye.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 2.65rem;
  position: absolute;
  right: 3.3rem;
  top: 4rem;
  width: 7.3rem;
}

.sec03 .last_area .btn {
  background-color: #4ab56e;
  background-image: url(../img/sec03_btn_mouth.png);
  background-position: right 5.3rem bottom 4.1rem;
  background-repeat: no-repeat;
  background-size: 3.4rem;
  padding-right: 7rem;
}
.sec03 .last_area .btn::before {
  animation: blink 2s infinite;
  background-image: url(../img/sec03_btn_eye.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 3.5rem;
  position: absolute;
  right: 3.3rem;
  top: 3rem;
  width: 8rem;
}

/* ---------------------------------------------------------------------------
//  .sec04
--------------------------------------------------------------------------- */
.sec04 {
  padding: 0 1.5rem;
  position: relative;
}
.sec04 .wave_img {
  width: 100%;
}
.sec04 .container {
  align-items: center;
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: -1rem;
  padding: 0 0 9rem;
  position: relative;
  z-index: 2;
}
.sec04 .ttl {
  margin: 0 auto;
  width: 49rem;
}
.sec04 .staff {
  display: flex;
  justify-content: center;
  margin-bottom: 4.5rem;
  margin-top: 4.4rem;
}
.sec04 .staff div {
  width: 50%;
}
.sec04 .staff img {
  display: block;
}
.sec04 .staff .left img {
  animation: float 2s infinite ease-in-out;
  margin-left: auto;
  width: 26.7rem;
}
.sec04 .staff .right {
  margin-top: 3rem;
}
.sec04 .staff .right img {
  animation: float 2s infinite ease-in-out;
  width: 287rem;
}
/* 左右の画像に異なるアニメーション遅延を設定 */
.sec04 .staff .left img {
  animation-delay: 1s; /* フェードインはすぐに開始、ふわふわは2秒後に開始 */
}

.sec04 .staff .right img {
  animation-delay: 2s; /* フェードインは1秒後に開始、ふわふわは3秒後に開始 */
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0); /* 位置を元に戻す */
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* 画像が上下に10px移動する */
  }
}
.sec04 .desc {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: calc(28/18);
  padding: 0 3rem;
}
.sec04 .logo {
  margin: 4.5rem auto 2.8rem;
  width: 37.7rem;
}
.sec04  .insta_btn {
  align-items: center;
  background: #ea5756;
  border: solid 1px #ea5756;
  border-radius: 10rem;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.16 );
  color: #fff;
  display: flex;
  font-size: 1.4rem;
  font-weight: 800;
  height: 5.1rem;
  justify-content: center;
  margin: 2rem auto 0;
  transition: .2s;
  width: 29.3rem;
}
.sec04  .insta_btn:hover {
  background: #fff;
  color: #ea5756;
}

/* ---------------------------------------------------------------------------
//  .sec05
--------------------------------------------------------------------------- */
.sec05 {
  padding: 0 1.5rem;
  position: relative;
}
.sec05 .container {
  align-items: center;
  background: #fff;
  font-size: 1.6rem;
  font-weight: 800;
  margin-top: 2.5rem;
  padding: 9rem 2.5rem;
  position: relative;
  z-index: 2;
}
.sec05 .ttl {
  font-size: 3.5rem;
  text-align: center;
}
.sec05 .desc {
  line-height: calc(28/16);
  margin-top: 3rem;
}
.sec05 .desc a {
  text-decoration: underline;
  transition: .2s;
}
.sec05 .desc a:hover {
  opacity: .7;
}
.sec05 .sup {
  margin-top: 2.7rem;
}
.sec05 .red {
  color: #ea5756;
}
.sec05 .form_area {
  margin-top: 3rem;
}
.sec05 .form_area dl {
  display: flex;
  line-height: calc(25/16);
}
.sec05 .form_area dl + dl {
  margin-top: 1.7rem;
}
.sec05 .form_area dl dt {
  padding: 1rem 0;
  width: 16rem;
}
.sec05 .form_area dl dd {
  width: calc(100% - 16rem) ;
}
.sec05 .form_area dl dd input, .sec05 .form_area dl dd textarea {
  background: #f4f4f4;
  padding: 1rem 1.4rem;
  width: 100%;
}
.sec05 .form_area dl dd textarea {
  height: 17.5rem;
  resize: none;
}
::placeholder {
  color: #d9d6d5;
}
.sec05 .form_area .submit_btn {
  align-items: center;
  background: #ea5756;
  border: solid 3px #ea5756;
  border-radius: 10rem;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.16 );
  color: #fff;
  display: flex;
  font-size: 2.9rem;
  height: 13.1rem;
  justify-content: center;
  margin-top: 6rem;
  text-align: center;
  transition: .2s;
  width: 100%;
}
.sec05 .form_area .submit_btn:hover {
  background: #fff;
  color: #ea5756;
}
.sec05 .tel {
  align-items: center;
  display: flex;
  font-size: 4.7rem;
  font-weight: 800;
  justify-content: center;
  margin-top: 8.4rem;
}
.sec05 .tel img {
  margin-right: .4rem;
  width: 3.8rem;
}
.sec05 .sche {
  font-size: 2rem;
  font-weight: 800;
  text-align: center;
}
.sec05 .sche small {
  display: block;
  font-size: 1.5rem;
  margin-top: .5rem;
}
.sec05 .contact_sup {
  margin: 3.5rem auto 0;
  margin-top: 3.5rem;
  width: 15.8rem;
}
.sec05 .contact_btn {
  align-items: center;
  align-items: center;
  background: #fff;
  background-image: url(../img/tri.png);
  background-position: center right 4.6rem;
  background-repeat: no-repeat;
  background-size: 2.7rem;
  border: solid 3px;
  border-radius: 10rem;
  color: #ea5756;
  display: flex;
  display: flex;
  font-size: 3.4rem;
  height: 8.8rem;
  justify-content: center;
  justify-content: center;
  margin: .7rem auto 0;
  transition: .2s;
  width: 39.3rem;
}
.sec05 .contact_btn:hover {
  opacity: .7;
}

/* ---------------------------------------------------------------------------
//  corporate
--------------------------------------------------------------------------- */
.corporate {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 2.5rem;
  font-weight: 800;
  justify-content: center;
  margin: 0 auto;
  padding: 8rem 0;
  padding-bottom: 8rem;
  position: relative;
  width: 36rem;
}
.corporate:hover span {
  opacity: .7;
}
.corporate span {
  margin-bottom: 3.5rem;
  transition: .2s;
}

/* ---------------------------------------------------------------------------
//  footer
--------------------------------------------------------------------------- */
footer {
  align-items: center;
  background: #e7be1f;
  display: flex;
  font-size: 1rem;
  font-weight: 800;
  height: 4.6rem;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:1300px) {
  footer {
    height: 10.6rem;
    padding-bottom: 6rem;
  }
}
/* ---------------------------------------------------------------------------
//  pagetop
--------------------------------------------------------------------------- */
.pagetop {
  bottom: 2rem;
  position: fixed;
  right: calc((100vw - 60.6rem) / 2);
  width: 6.7rem;
  z-index: 100;
}
.pagetop::before {
  animation: blink 2s infinite;
  background-image: url(../img/pagetop_eye.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 1.1rem;
  left: 0;
  margin: auto;
  position: absolute;
  right: .2rem;
  top: .7rem;
  width: 3.05rem;
}
@media screen and (max-width:1300px) {
  .pagetop {
    bottom: 8rem;
  }
}
/* ---------------------------------------------------------------------------
//  fix
--------------------------------------------------------------------------- */
.fix_side {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: calc((100% - 63.2rem) / 2);
}
.fix_left {
  left: 0;
}
.fix_right {
  right: 0;
}
.fix_side .btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fix_side .btn .ttl {
  margin-bottom: 1.5rem;
  width: 13.75rem;
}
.fix_left .btn .ttl {
  margin-bottom: 1.5rem;
  width: 13.75rem;
}
.fix_right .btn .ttl {
  margin-bottom: 1.5rem;
  width: 21.65rem;
}
.fix_side .btn .shape {
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.16 );
  height: 21rem;
  overflow: hidden;
  position: relative;
  transition: .2s;
  width: 21rem;
}
.fix_left .btn .shape {
  animation: fluidrotate 10s ease 0s infinite;
  background-color: #e7be1f;
  background-image: url(../img/fix_img01.png);
  background-size: 15.9rem;
  border: solid .6rem #e7be1f;
}
.fix_right .btn .shape {
  animation: fluidrotate 8s  0s infinite;
  background-color: #4ab56f;
  background-image: url(../img/fix_img02.png);
  background-size: 18.5rem;
  border: solid .6rem #4ab56f;
}
.fix_side .btn .shape:hover {
  background-color: #fff;
}
.fix_side .btn .shape::before {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 100%;
}
.fix_left .btn .shape::before {
  background-image: url(../img/fix_hover01.png);
  background-size: calc(15.6rem * .9);
}
.fix_right .btn .shape::before {
  background-image: url(../img/fix_hover02.png);
  background-size: calc(16.6rem * .9);
}
.fix_side .btn .shape:hover:before {
  opacity: 1;
}
@media screen and (max-width:1300px) {
  .fix_side .btn {
    transform: scale(.7);
  }
}
@media screen and (max-width:960px) {
  .fix_side {
    display: none;
  }
}

/* ---------------------------------------------------------------------------
//  header
--------------------------------------------------------------------------- */
#header {
  display: none;
}
@media screen and (max-width: 960px) {
  /* body{
    padding-top: 8rem;
  } */
  #header {
    display: block;
  }
}
#header {
  height: 8rem;
  position: fixed;
  top: 0;
  transition: .2s ;
  width: 100%;
  z-index: 1000;
}
#header .nav_area {
  align-items: center;
  background: #fafae4;
  display: flex;
  flex-direction: column;
  gap: 18rem;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  overflow: auto;
  padding-bottom: 4rem;
  position: absolute;
  top: 0;
  transition: .6s;
  visibility: hidden;
  width: 100%;;
}
#header.open  .nav_area {
  opacity: 1;
  visibility: visible;
}
#nav_toggle {
  background: #4ab56f;
  border-radius: 100%;
  display: block;
  height: 6rem;
  position: fixed;
  right: 2rem;
  right: calc((100vw - 63.2rem) / 2 + 2rem);
  top: 3rem;
  width: 6rem;
  z-index: 1000;;
}
#nav_toggle div {
  position: relative;
}
#nav_toggle span {
  background: #ffd;
  display: block;
  height: .2rem;
  left: 0;
  margin: auto ;
  position: absolute;
  right: 0;
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  width: 2.5rem;
}
#nav_toggle span:nth-child(1) {
  top: 1.8rem;
}
#nav_toggle span:nth-child(2) {
  top: 2.8rem;
}
#nav_toggle span:nth-child(3) {
  top: 3.8rem;
}
.open #nav_toggle span:nth-child(1) {
  top: 2.8rem;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
  opacity: 0;
  width: 0;
}
.open #nav_toggle span:nth-child(3) {
  top: 2.8rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nav_area .btn {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scale(1.4);
}
.nav_area .btn .ttl {
  margin-bottom: 1.5rem;
  width: 13.75rem;
}
.nav_area .btn:nth-of-type(1) .ttl {
  margin-bottom: 1.5rem;
  width: 13.75rem;
}
.nav_area .btn:nth-of-type(2) .ttl {
  margin-bottom: 1.5rem;
  width: 21.65rem;
}
.nav_area .btn .shape {
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 1rem 1rem 2rem rgba(0,0,0,.16 );
  height: 21rem;
  overflow: hidden;
  position: relative;
  transition: .2s;
  width: 21rem;
}
.nav_area .btn:nth-of-type(1) .shape {
  animation: fluidrotate 10s ease 0s infinite;
  background-color: #e7be1f;
  background-image: url(../img/fix_img01.png);
  background-size: 15.9rem;
  border: solid .6rem #e7be1f;
}
.nav_area .btn:nth-of-type(2) .shape {
  animation: fluidrotate 8s  0s infinite;
  background-color: #4ab56f;
  background-image: url(../img/fix_img02.png);
  background-size: 18.5rem;
  border: solid .6rem #4ab56f;
}
.nav_area .btn .shape:hover {
  background-color: #fff;
}
.nav_area .btn .shape::before {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: .2s;
  width: 100%;
}
.nav_area .btn:nth-of-type(1) .shape::before {
  background-image: url(../img/fix_hover01.png);
  background-size: calc(15.6rem * .9);
}
.nav_area .btn:nth-of-type(2) .btn .shape::before {
  background-image: url(../img/fix_hover02.png);
  background-size: calc(16.6rem * .9);
}
.nav_area .btn .shape:hover:before {
  opacity: 1;
}
