body {
  background-color: #e50012;
  margin: 0;
}

header {
  background-color: #fff;
}

#reception p {
  font-size: 14px;
}
@media (min-width: 680px) {
  #reception p {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  #reception p {
    font-weight: 600;
  }
}
#reception em {
  font-style: normal;
}
@media (min-width: 1024px) {
  #reception em {
    font-size: 1.6em;
  }
}
#reception .scroll-trigger {
  opacity: 0;
  transition: 0.4s;
  transform: translateY(20px);
}
#reception .run {
  opacity: 1;
  transform: translateY(0);
}
#reception #first-view {
  position: relative;
  padding: 0 20px;
  height: 212px;
  margin-top: 124px;
}
@media (min-width: 1024px) {
  #reception #first-view {
    width: 1020px;
    margin: 60px auto;
    height: 300px;
  }
}
@media (min-width: 680px) {
  #reception #first-view {
    margin: 124px auto 60px;
  }
}
#reception #first-view .sub-copy {
  position: absolute;
  right: 20px;
  top: 28px;
  z-index: 5;
}
@media (min-width: 480px) {
  #reception #first-view .sub-copy {
    right: 10%;
  }
}
@media (min-width: 1024px) {
  #reception #first-view .sub-copy {
    width: 500px;
    right: 80px;
  }
}
#reception #first-view .main-copy {
  position: absolute;
  right: 20px;
  top: 60px;
  z-index: 6;
}
@media (min-width: 480px) {
  #reception #first-view .main-copy {
    right: 10%;
    width: 60vw;
  }
}
@media (min-width: 1024px) {
  #reception #first-view .main-copy {
    width: 680px;
    margin-top: 40px;
    right: 80px;
  }
}
#reception #first-view .fv-human1 {
  position: absolute;
  z-index: 2;
  animation: fv-human 0.2s ease-in 1.4s both normal running;
}
@media (min-width: 480px) {
  #reception #first-view .fv-human1 {
    left: 14%;
    width: 50px;
  }
}
@media (min-width: 1024px) {
  #reception #first-view .fv-human1 {
    width: 68px;
    left: 60px;
  }
}
#reception #first-view .fv-human2 {
  position: absolute;
  z-index: 3;
  top: 16px;
  left: 32px;
  animation: fv-human 0.2s ease-in 1.6s both normal running;
}
@media (min-width: 480px) {
  #reception #first-view .fv-human2 {
    left: 18%;
    width: 94px;
  }
}
@media (min-width: 1024px) {
  #reception #first-view .fv-human2 {
    width: 120px;
    top: 60px;
    left: 120px;
  }
}
@keyframes fv-human {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
#reception #first-view .dialog {
  position: absolute;
  z-index: 4;
  left: 60px;
  animation: fv-human 0.2s ease-in 1.8s both normal running;
}
@media (min-width: 480px) {
  #reception #first-view .dialog {
    left: 24%;
    width: 120px;
  }
}
@media (min-width: 1024px) {
  #reception #first-view .dialog {
    width: 180px;
    left: 200px;
  }
}
#reception #first-view .fv-bg {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  margin: auto;
  animation: fv-bg 1s cubic-bezier(1, 0.02, 0.96, 0.13) 0.4s normal running;
  transform-origin: left;
}
@media (min-width: 680px) {
  #reception #first-view .fv-bg {
    width: 600px;
  }
}
@keyframes fv-bg {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#reception .front-image {
  width: 100%;
}
@media (min-width: 1024px) {
  #reception .front-image {
    width: 1020px;
    margin: auto;
  }
}
#reception .front-image img {
  display: block;
  margin: auto;
  width: 100%;
}
#reception .arrow {
  margin: auto;
  text-align: center;
  margin-top: 8px;
}
#reception section {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  #reception .flow {
    width: 1020px;
    margin: auto;
  }
}
#reception .flow h2 {
  margin: 8px auto;
  text-align: center;
}
#reception .flow .comment {
  margin-bottom: -20px;
  text-align: center;
}
#reception .flow .dots {
  text-align: center;
  margin: 8px;
}
#reception .flow .step-content {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 8px;
}
@media (min-width: 680px) {
  #reception .flow .step-content {
    padding: 12px 40px;
  }
}
#reception .flow .step-content h3 {
  text-align: center;
  padding-top: 8px;
  margin-top: 8px;
}
@media (min-width: 680px) {
  #reception .flow .step-content h3 img {
    width: 20vw;
    max-width: 240px;
  }
}
#reception .flow .step-content .step-flexwrap {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
@media (min-width: 1024px) {
  #reception .flow .step-content .step-flexwrap div {
    width: 380px;
  }
}
@media (min-width: 480px) {
  #reception .flow .step-content .step-flexwrap div {
    width: 40%;
    margin: auto 8px;
  }
}
@media (min-width: 480px) {
  #reception .flow .step-content .step-flexwrap {
    justify-content: center;
  }
}
#reception .flow .step-content .step-flexwrap .step-img img {
  width: 148px;
}
@media (min-width: 480px) {
  #reception .flow .step-content .step-flexwrap .step-img img {
    width: 75%;
    margin-left: 25%;
  }
}
#reception .flow .step-content .step-flexwrap .step-txt {
  padding-left: 4px;
}
#reception .flow .step-content .step-flexwrap .step-txt em {
  font-weight: 600;
}
@media (min-width: 1024px) {
  #reception .flow .step-content .step-flexwrap .step-txt em {
    display: block;
    margin-bottom: 32px;
  }
}
#reception .flow .step-content .step-flexwrap .step-txt em::before {
  content: "";
  border-bottom: 2px #000 solid;
  display: block;
  width: 12px;
  transform: rotate(-45deg);
  position: relative;
  bottom: 4px;
}
#reception .flow .step-content .step-flexwrap .step-txt em::after {
  content: "";
  border-bottom: 2px #000 solid;
  display: block;
  width: 12px;
  transform: rotate(45deg);
  position: relative;
  top: 4px;
}
#reception .flow .step-content .supplement {
  background-color: #fff6f7;
  padding: 8px;
  margin-top: 8px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #reception .flow .step-content .supplement {
    margin-top: 40px;
    padding: 20px;
    width: 80%;
    margin: 40px auto 0;
  }
}
#reception .flow .step-content .supplement p {
  text-align: center;
  margin: 0;
}
#reception .flow .step-content .supplement p em {
  font-weight: 600;
}
#reception .flow .step-content .supplement figure {
  margin: 4px 0 0;
  padding: 0;
}
#reception .flow .step-content .supplement figure img {
  width: 100%;
}
@media (min-width: 680px) {
  #reception .flow .step-3 h3 img {
    width: 40vw;
    max-width: 400px;
  }
}
@media (min-width: 680px) {
  #reception .flow .step-3 .step-flexwrap div {
    width: 35%;
  }
}
#reception .flow .step-3 p {
  text-align: center;
  font-weight: 600;
  margin-top: 28px;
}
#reception .flow .step-3 .step-flexwrap {
  flex-wrap: wrap;
  margin-top: 0;
}
#reception .flow .step-3 .step-flexwrap .step-img {
  width: 48%;
  margin-top: 4px;
}
@media (min-width: 480px) {
  #reception .flow .step-3 .step-flexwrap .step-img {
    width: 40%;
  }
}
#reception .flow .step-3 .step-flexwrap .step-img img {
  width: 80%;
  margin: auto;
  display: block;
}
#reception .flow .step-3 .step-content {
  padding-bottom: 40px;
}
#reception .flow .finish {
  text-align: center;
  position: relative;
  margin-top: -32px;
  position: relative;
  height: 148px;
  margin-bottom: 4px;
}
#reception .flow .finish::before {
  content: "";
  background-color: #fff;
  position: absolute;
  border-radius: 4px;
  transform: skewX(-8deg);
  border: 1px solid #000;
  width: 90%;
  height: 148px;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: #000 3px 3px 0;
}
@media (min-width: 680px) {
  #reception .flow .finish::before {
    height: 160px;
  }
}
@media (min-width: 1024px) {
  #reception .flow .finish::before {
    height: 172px;
  }
}
#reception .flow .finish div {
  z-index: 10;
  position: relative;
}
#reception .flow .finish div h4 {
  padding-top: 8px;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  #reception .flow .finish div h4 {
    font-size: 1.4em;
  }
}
#reception .flow .finish div p {
  margin: 0;
}
#reception .flow .dots4 {
  text-align: center;
  margin-top: 8px;
}
@media (min-width: 680px) {
  #reception .flow .dots4 {
    margin-top: 24px;
  }
}
@media (min-width: 1024px) {
  #reception .flow .dots4 {
    margin-top: 48px;
  }
}
#reception .flow .pay {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 4px;
  margin-top: 8px;
}
#reception .flow .pay h4 {
  margin: 0;
  position: relative;
}
@media (min-width: 680px) {
  #reception .flow .pay h4 {
    font-size: 1.4em;
  }
}
#reception .flow .pay h4 div {
  position: relative;
  z-index: 10;
}
#reception .flow .pay h4::before {
  position: absolute;
  content: "";
  height: 12px;
  background-color: #fff100;
  width: 9em;
  bottom: 0px;
  margin: auto;
  left: 0;
  right: 0;
  display: block;
}
#reception .flow .pay p {
  margin: 4px 0 0;
}
#reception .flow .pay h5 {
  margin: 12px 0 0;
}
@media (min-width: 680px) {
  #reception .flow .pay h5 {
    font-size: 1.4em;
  }
}
#reception .flow .pay .step-flexwrap img {
  width: 30%;
}
@media (min-width: 680px) {
  #reception .flow .pay .step-flexwrap img {
    width: 24%;
  }
}
#reception .arrow2 {
  text-align: center;
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  #reception .arrow2 {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
#reception .check-area {
  margin: 16px 0 0;
  padding: 0;
  padding-bottom: 20px;
  background-color: #fff;
  text-align: center;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #reception .check-area {
    width: 1020px;
    margin: auto;
  }
}
@media (min-width: 680px) {
  #reception .check-area {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#reception .check-area .dec {
  width: 100%;
  position: relative;
  top: -14px;
}
#reception .check-area h3 {
  text-align: center;
}
#reception .check-area h3 img {
  width: 84%;
  margin: auto;
  margin-bottom: 0;
}
@media (min-width: 680px) {
  #reception .check-area h3 img {
    max-width: 600px;
  }
}
#reception .check-area p {
  margin-top: 0;
}
@media (min-width: 680px) {
  #reception .check-area p {
    margin-top: 40px;
  }
}
#reception .check-area .sugukara {
  width: 84%;
  display: flex;
  justify-content: space-around;
  margin: auto;
  align-items: flex-start;
}
@media (min-width: 680px) {
  #reception .check-area .sugukara {
    width: 70%;
  }
}
#reception .check-area .sugukara img {
  width: 30%;
}
#reception .check-area .recep-btn img {
  box-shadow: #000 0 2px 0;
  position: relative;
  transition: 0.2s;
  width: 80%;
}
#reception .check-area .recep-btn img:hover, #reception .check-area .recep-btn img:active {
  box-shadow: none;
  transform: translateY(2px);
}
@media (min-width: 680px) {
  #reception .check-area .recep-btn img {
    width: auto;
  }
}
#reception .check-area .registration {
  margin-top: 12px;
}
@media (min-width: 680px) {
  #reception .check-area .registration {
    margin-top: 20px;
  }
}
#reception .check-area .check {
  margin-top: 12px;
  margin-bottom: 20px;
}
@media (min-width: 680px) {
  #reception .check-area .check {
    margin-bottom: 0;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */