@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&family=Noto+Sans+JP:wght@500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap');
.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

a {
  text-decoration: none;
  color: #454545;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  color: #454545;
  line-height: 1.8;
   -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: auto;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.6vw;
  }
  body {
    line-height: 1.7;
      -webkit-text-size-adjust: none;
  }
}

#fp-wrap {
  background: #fef7e5;
  position: relative;
}

#fp-wrap img {
  max-width: 100%;
}

.en {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: .1rem;

}

.font-b {font-weight: bold;}
.green {color: #49b017;}
.blue {color: #06aee2;}
.orange {color: #e65105;}
.l-orange {color: #f67b03;}
.yellow {color: #ffd638;}
.pink {color: #f5559b;}

#fp-contents{
    width: 100% !important;
    position: relative; 
}
#fp-wrap{ width: 100%!important;}

@media screen and (max-width: 1200px) {
#cx_spContentsWrap,
#fp-wrap{ min-width: 100%!important; width: 100%!important; overflow: hidden;}
}
@media screen and (max-width: 767px) {
#cx_spContentsWrap,
#fp-wrap{ min-width: 100% !important;}

.cx_smartphoneview .cx_touchdevice #cx_spContentsWrap, .cx_smartphoneview .cx_touchdevice #fp-wrap {
  min-width: 100% !important;
  width: 100% !important;
}

.cx_smartphoneview #fp-wrap {
  min-width: 100%!important;
  width: 100% !important;
}

.cx_smartphoneview #fp-contents {
  width: 100%!important;
  margin: 0 auto;
}
}

/*-----------------------*/

@keyframes updownMotion {
  0% {
    transform: translateY(3rem);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(3rem);
  }
}
@keyframes rotateMotion {
  0% {
   transform:rotate(-5deg);
  }
  
  50% {
    transform:rotate(5deg);
  }
  
  100% {
    transform:rotate(-5deg);
  }

}
.laughAnim01 {
  animation-name: updownMotion;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.laughAnim02 {
  animation-name: updownMotion;
  animation-duration:2.5s;
  animation-fill-mode: forwards;
}
.mezaAnim01 {
  animation-name: rotateMotion;
  animation-duration:1s;
  animation-fill-mode: forwards;
  animation-timing-function:ease-in-out;
}


.countinfinite {
  animation-iteration-count: infinite;
}



/*-----------バナー------------*/

.banner {
  width: 94%;
  max-width: 1000px;
  margin: 5rem auto 0 auto;
}

.banner-page {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding-bottom: 7rem;
}

.banner-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
   display: flex;
  flex-wrap: wrap;
}

.banner-1 ul {
  width: 70%;
  margin: 0 auto;
}

.banner-2 ul li {
  width: 48%;
}

.banner-2 ul li:first-child {
  margin-right: 4%;
}

@media screen and (max-width: 767px) {
  .banner {
    width: 94%;
    margin: 2.5rem auto 0 auto;
  }
  .banner-2 ul {
    display: block;
  }
  .banner-1 ul {
    width: 100%;
    margin: 0 auto;
  }
  .banner-2 ul li {
    width: 100%;
    margin-top: 1rem;
  }
  .banner-page {
    width: 94%;
     max-width: 94%;
    margin: 0 auto;
    padding-bottom: 6rem;
  }
}


/*-----------/ バナー------------*/

.link-contact {
  width: 540px;
  margin: 7rem auto 0 auto;
}

.link-contact a {
  display: block;
  border-radius: 6rem;
  background: #e65105 url(../img/arrow_yellow.png) no-repeat right 6rem center;
  background-size: 12px;
  color: #FFF;
  font-size: 2rem;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  padding: 3.8rem 0;
  line-height: 1;
  letter-spacing: .2rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-contact a:hover {
  opacity: .5;
}

@media screen and (max-width: 767px) {
  .link-contact {
    width: 94%;
    margin: 6rem auto 0 auto;
  }
  .link-contact a {
    background: #e65105 url(../img/arrow_yellow.png) no-repeat right 2.5rem center;
    background-size: 1.2rem;
    font-size: 1.8rem;
    padding: 2.6rem 0;
    letter-spacing: .1rem;
  }
  .link-contact a:hover {
    opacity: 1;
  }
}


/*-----------header----------*/

#meza-header {
  height: 130px;
  position: absolute;
  top: 0;
  z-index: 2;
}

#meza-header h1 {
  width: 300px;
  margin: 2rem 0 0 2rem;
}

@media screen and (max-width: 767px) {
  #meza-header {
    height: 12rem;
  }
  #meza-header h1 {
    width: 17rem;
    margin: 1rem 0 0 1rem;
  }
}


/*-----------footer----------*/

#meza-footer {
  background: #FFF;
  padding-top: 5rem;
  margin-top: 7rem;
}

#meza-footer .meza-footer__inner {
  width: 1000px;
  margin: 0 auto;
}

.meza-footer__nav {
  overflow: hidden;
}

.meza-footer__nav .meza-footer__logo {
  width: 220px;
  float: left;
}

.meza-footer__nav ul {
  width: 680px;
  float: right;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.meza-footer__nav ul li {
  line-height: 1;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 1.5rem;
  font-size: 1.5rem;
}

.meza-footer__nav ul li:first-child() {
  order: 1;
}

.meza-footer__nav ul li:nth-child(2) {
  order: 3;
}

.meza-footer__nav ul li:nth-child(3) {
  order: 2;
  padding-left: 5rem;
}

.meza-footer__nav ul li:nth-child(4) {
  order: 4;
  padding-left: 5rem;
}

.meza-footer__nav ul li a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.meza-footer__nav ul li a:hover {
  opacity: .5;
}

.meza-footer__contact {
  width: 640px;
  height: 120px;
  margin: 0 auto;
  position: relative;
}

.meza-footer__contact .meza-footer__link {
  width: 360px;
  margin: 0 auto 0 auto;
}

.meza-footer__contact .meza-footer__link a {
  display: block;
  border-radius: 6rem;
  background: #ffd638 url(../img/arrow_orange2.png) no-repeat right 4rem center;
  background-size: 12px;
  font-size: 1.8rem;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  padding: 2.6rem 0;
  line-height: 1;
  letter-spacing: .1rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.meza-footer__contact .meza-footer__link a:hover {
  opacity: .5;
}

.meza-footer__contact .meza-footer__meza {
  position: absolute;
  width: 88px;
  bottom: 0;
  left: 25px;
}

.meza-footer__contact .meza-footer__laugh {
  position: absolute;
  width: 87px;
  bottom: 0;
  right: 25px;
}

@media screen and (max-width: 1000px) {
  #meza-footer .meza-footer__inner {
    width: 94%;
    margin: 0 auto;
  }
  .meza-footer__nav {
    overflow: hidden;
  }
  .meza-footer__nav .meza-footer__logo {
    width: 14.5%;
    float: left;
  }
  .meza-footer__nav ul {
    width: 80%;
    float: right;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  #meza-footer {
    padding-top: 4rem;
    margin-top: 6rem;
  }
  #meza-footer .meza-footer__inner {
    width: 94%;
  }
  .meza-footer__nav .meza-footer__logo {
    width: 20rem;
    float: none;
    margin: 0 auto;
  }
  .meza-footer__nav ul {
    width: 100%;
    float: none;
    display: block;
    margin-top: 4rem;
  }
  .meza-footer__nav ul li {
    line-height: 1;
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 3rem;
  }
  .meza-footer__nav ul li:first-child() {
    order: 0;
  }
  .meza-footer__nav ul li:nth-child(2) {
    order: 0;
  }
  .meza-footer__nav ul li:nth-child(3) {
    order: 0;
    padding-left: 0;
  }
  .meza-footer__nav ul li:nth-child(4) {
    order: 0;
    padding-left: 0;
  }
  .meza-footer__nav ul li a:hover {
    opacity: 1;
  }
  .meza-footer__contact {
    width: 100%;
    height: 18rem;
    margin: 0 auto;
    position: relative;
  }
  .meza-footer__contact .meza-footer__link {
    width: 100%;
    margin: 1rem auto 0 auto;
  }
  .meza-footer__contact .meza-footer__link a {
    display: block;
    border-radius: 8rem;
    background: #ffd638 url(../img/arrow_orange2.png) no-repeat right 2.5rem center;
    background-size: 1rem;
    padding: 2.5rem 0;
  }
  .meza-footer__contact .meza-footer__link a:hover {
    opacity: 1;
  }
  .meza-footer__contact .meza-footer__meza {
    position: absolute;
    width: 7rem;
    bottom: 0;
    left: 7rem;
  }
  .meza-footer__contact .meza-footer__laugh {
    position: absolute;
    width: 7rem;
    bottom: 0;
    right: 7rem;
  }
}


/*-----------/ footer----------*/

#nav-box {
  position: absolute;
  z-index: 100;
  top: 1.5rem;
  right: 1.5rem;
  width: 380px;
}

#g-nav {
  position: relative;
  z-index: -1;
  opacity: 0;
  right: 0;
  width: 100%;
  height: auto;
  transition: all 0.3s;
}

.UpMove {
  position: fixed!important;
  top: 10px!important;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 999;
}

#g-nav.panelactive #g-nav-list {
  position: absolute;
  z-index: 999;
  width: 380px;
  top: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 2rem;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, .2);
}

#g-nav ul {
  display: none;
  z-index: 999;
  padding: 5rem 3rem;
}

#g-nav.panelactive ul {
  display: block;
}

.g-nav-item {
  display: block;
  margin: 6rem auto 0 auto;
  overflow: hidden;
}

.g-nav-item li {
  font-size: 1.7rem;
}

.g-nav-item li:last-child {
  margin-top: 4rem;
}

.g-nav-item li:last-child a {
  display: block;
  width: 100%;
  border-radius: 6rem;
  background: #ffd638 url(../img/arrow_orange2.png) no-repeat right 3rem center;
  background-size: 10px;
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  padding: 2rem 0;
  line-height: 1;
  letter-spacing: .1rem;
  border-bottom: none;
}

.g-nav-item li a {
  display: block;
  line-height: 1.7;
  color: #454545;
  font-family: 'Zen Maru Gothic', sans-serif;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.8rem 0 1.8rem 2.5rem;
  background-image: url(../img/arrow_orange2.png), url(../img/icon_point.png);
  background-repeat: no-repeat, no-repeat;
  background-position: right .6rem center, left 1rem top 3rem;
  background-size: 10px, 6px;
  margin: 0;
  border-bottom: 1px solid #dedede;
  letter-spacing: .05rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.g-nav-item li a:hover {
  opacity: .5;
}

.g-nav-item li:first-child {
  border-top: 1px solid #dedede;
}

.g-nav-item li:nth-child(2) a {
  background-image: url(../img/arrow_orange2.png), url(../img/icon_point_orange.png);
  background-size: 10px, 6px;
}

.g-nav-item li:nth-child(3) a {
  background-image: url(../img/arrow_orange2.png), url(../img/icon_point_green.png);
  background-size: 10px, 6px;
}

.g-nav-item li:nth-child(4) a {
  background-image: url(../img/arrow_orange2.png), url(../img/icon_point_pink.png);
  background-size: 10px, 6px;
}

.g-nav-item li:nth-child(5) a {
  background-image: url(../img/arrow_orange2.png), url(../img/icon_point_blue.png);
  background-size: 10px, 6px;
  border-bottom: none;
}

.openbtn {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  background: #FFF;
  border-radius: 8rem;
  box-shadow: 0px 3px 0 rgba(255, 214, 56, .8);
}

.openbtn.active {
  box-shadow: none;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 1.3rem;
  height: .3rem;
  border-radius: 2px;
  background-color: #ff8e15;
  width: 56%;
}

.openbtn span:nth-of-type(1) {
  top: 1.8rem;
}

.openbtn span:nth-of-type(2) {
  top: 2.8rem;
}

.openbtn span:nth-of-type(3) {
  top: 3.8rem;
}

.openbtn.active span:nth-of-type(1) {
  top: 2.3rem;
  left: 1.1rem;
  transform: translateY(.6rem) rotate(-45deg);
  width: 64%;
  background-color: #ff8e15;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #ff8e15;
}

.openbtn.active span:nth-of-type(3) {
  top: 3.5rem;
  left: 1.1rem;
  transform: translateY(-.6rem) rotate(45deg);
  width: 64%;
  background-color: #ff8e15;
}

@media screen and (max-width: 767px) {
  #nav-box {
    position: absolute;
    z-index: 100;
    top: 1rem;
    right: 2%;
    width: 96%;
  }
  #g-nav {
    position: relative;
    z-index: -1;
    opacity: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s;
  }
  .g-nav-item {
    margin: 2rem auto 0 auto;
  }
  #g-nav ul {
    padding: 4rem 1.6rem 2rem 1.6rem;
  }
  .UpMove {
    position: fixed!important;
    top: 1rem!important;
  }
  #g-nav.panelactive #g-nav-list {
    width: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
  }
  .g-nav-item li:last-child {
    margin-top: 1rem;
    border: none;
  }
  .g-nav-item li:last-child a {
    display: block;
    width: 100%;
    border: none;
    background: #ffd638 url(../img/arrow_orange2.png) no-repeat right 4rem center;
    background-size: 1rem;
    padding: 1.6rem 0;
  }
  .g-nav-item li a {
    display: block;
    line-height: 1.5;
    padding: 1.2rem 0 1.2rem 3rem;
    background-image: url(../img/arrow_orange2.png), url(../img/icon_point.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 1.5rem center, left 1.5rem top 2.4rem;
    background-size: 1rem, .5rem;
    margin: 0;
    border-bottom: 1px solid #dedede;
  }
  .g-nav-item li a:hover {
    opacity: 1;
  }
  .g-nav-item li:nth-child(2) a {
    background-image: url(../img/arrow_orange2.png), url(../img/icon_point_orange.png);
    background-size: 1rem, .5rem;
  }
  .g-nav-item li:nth-child(3) a {
    background-image: url(../img/arrow_orange2.png), url(../img/icon_point_green.png);
    background-size: 1rem, .5rem;
  }
  .g-nav-item li:nth-child(4) a {
    background-image: url(../img/arrow_orange2.png), url(../img/icon_point_pink.png);
    background-size: 1rem, .5rem;
  }
  .g-nav-item li:nth-child(5) a {
    background-image: url(../img/arrow_orange2.png), url(../img/icon_point_blue.png);
    background-size: 1rem, .5rem;
  }
}