.red {
  color: red;
}

section#kv {
  position: relative;
  margin-bottom: 3rem;
}
section#kv .textWrap {
  text-align: center;
  position: relative;
}
section#kv .textWrap img {
  display: block;
  width: 70%;
  margin: 0 auto;
  margin-bottom: 1.2rem;
}
section#kv img.toLine {
  width: 45%;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
section#kv .buruburu {
  display: inline-block;
  animation: hurueru 1s infinite;
}
@keyframes hurueru {
  0% {
    transform: rotateZ(-3deg);
  }
  50% {
    transform: rotateZ(3deg);
  }
  100% {
    transform: rotateZ(-3deg);
  }
}

section#campaign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  background-image: url("../../home/img/campaign/bg.jpg");
  background-size: cover;
  padding: 3rem 0 1rem 0;
}
section#campaign a.toLine {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section#campaign .buruburu {
  display: inline-block;
  animation: hurueru 1s infinite;
}
@keyframes hurueru {
  0% {
    transform: rotateZ(-3deg);
  }
  50% {
    transform: rotateZ(3deg);
  }
  100% {
    transform: rotateZ(-3deg);
  }
}

section.h2_noto_serif_jp {
  text-align: center;
  margin-bottom: 3rem;
}
section.h2_noto_serif_jp h2.noto_serif_jp {
  font-size: 1rem;
  color: #4b2300;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  section.h2_noto_serif_jp h2.noto_serif_jp {
    font-size: 1.2rem;
  }
}

section#picture {
  position: relative;
}
section#picture img.picture {
  position: absolute;
  width: 30%;
  border: 0.4rem solid #fff;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
section#picture img.picture.img1 {
  top: 0rem;
  left: -1.5rem;
  transform: rotate(-12deg);
}
section#picture img.picture.img2 {
  top: 6rem;
  right: -1rem;
  transform: rotate(20deg);
}

section#location,
section#item {
  text-align: center;
  margin-bottom: -2rem;
}
section#location h2,
section#item h2 {
  margin-bottom: 0;
}
section#location h2.noto_serif_jp,
section#item h2.noto_serif_jp {
  margin-bottom: 1rem;
}
section#location h3,
section#item h3 {
  font-size: 1.3em;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #4b2300;
}
section#location .wrap p,
section#item .wrap p {
  white-space: nowrap;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  section#location .wrap p,
  section#item .wrap p {
    font-size: 1rem;
  }
}
section#location .wrap .imgWrap,
section#item .wrap .imgWrap {
  padding: 4rem;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
section#location .wrap .imgWrap img,
section#item .wrap .imgWrap img {
  padding: 0.2rem;
}
section#location .wrap .imgWrap .img2,
section#location .wrap .imgWrap .img3,
section#location .wrap .imgWrap .area50,
section#item .wrap .imgWrap .img2,
section#item .wrap .imgWrap .img3,
section#item .wrap .imgWrap .area50 {
  flex-basis: 50%;
  width: 50%;
}

section#item {
  padding-top: 1rem;
}

section.btnsArea {
  text-align: center;
  padding: 0 5rem;
  padding-bottom: 4rem;
  z-index: 998;
}
section.btnsArea a.btn {
  background-color: #3eb157;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1.5rem 0;
  margin-bottom: 1rem;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  section.btnsArea a.btn {
    font-size: 1.3rem;
  }
}
section.btnsArea a.btn.btnYoyaku {
  background-color: #1c66c7;
}
section.btnsArea.ab {
  position: fixed;
  bottom: 0;
  width: 400px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  section.btnsArea.ab {
    width: 100%;
  }
}

section.instaBtn {
  padding: 0 5rem;
  text-align: center;
  margin-bottom: 3rem;
}
section.instaBtn p {
  margin-bottom: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  section.instaBtn p {
    font-size: 1.2rem;
  }
}
section.instaBtn a {
  width: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0;
  background-color: #ebebeb;
  border: #c4c4c4 1px solid;
  margin: 0 auto;
  border-radius: 2rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  section.instaBtn a {
    width: 25rem;
  }
}
section.instaBtn a img {
  width: 1.5rem;
  margin-right: 0.5rem;
}
section.instaBtn a .yes {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  section.instaBtn a .yes {
    font-size: 1.2rem;
  }
}

section#iroiro {
  text-align: center;
  margin-bottom: 3rem;
}
section#iroiro h2.gilda_display_regular {
  margin-bottom: 0;
}

section#plan {
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
}/*# sourceMappingURL=style.css.map */