@charset "UTF-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
form,
input,
button,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #ff2c63;
}

body::-webkit-scrollbar-track {
  background: #fff31a;
}

.wi900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}

.op0 {
  opacity: 0;
}

.c {
  text-align: center !important;
}

.cm {
  margin-left: auto;
  margin-right: auto;
}

.b {
  font-weight: 900;
}

.margin200 {
  margin-top: 200px;
}

.relative {
  position: relative;
}

.z1 {
  z-index: +1;
}

.z2 {
  z-index: +2;
}

.z3 {
  z-index: +3;
}

.z99 {
  z-index: +9999;
}

.w100 {
  width: 100%;
}

.w95 {
  width: 95%;
}

.w90 {
  width: 90%;
}

.w80 {
  width: 80%;
}

.w50 {
  width: 50%;
}

.span span {
  display: inline-block;
}

.inline_b {
  display: inline-block;
}

.pointer_evNone {
  pointer-events: none;
}

main,
article,
aside,
nav,
header,
footer,
img,
button,
picture,
picture source {
  display: block;
}

body {
  /*iphone用*/
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.back_white {
  background-color: #fff;
}

/*--------------------------------------------------------
各種レイアウト
--------------------------------------------------------*/
.huku_e_02 {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_btn {
  position: absolute;
  bottom: 6%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_04 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_05 {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_10 {
  position: absolute;
  top: 14%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_11 {
  position: absolute;
  top: 30%;
  left: 15%;
}

.huku_e_12 {
  position: absolute;
  top: 30%;
  right: 15%;
}

@keyframes sway-arch-smooth {
  0% {
    transform: translateX(-5px) rotate(-1deg);
  }

  50% {
    transform: translateX(5px) rotate(1deg);
  }

  100% {
    transform: translateX(-5px) rotate(-1deg);
  }
}

.sway-image {
  animation: sway-arch-smooth 4s ease-in-out infinite;
  transform-origin: bottom center;
  display: inline-block;
}

@keyframes sway-arch-smooth2 {
  0% {
    transform: translateX(3px) rotate(1deg);
  }

  50% {
    transform: translateX(-3px) rotate(-1deg);
  }

  100% {
    transform: translateX(3px) rotate(1deg);
  }
}

.sway-image2 {
  animation: sway-arch-smooth2 5s ease-in-out infinite;
  transform-origin: bottom center;
  display: inline-block;
}

.huku_e_16 {
  position: absolute;
  top: 59%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_13_light1 {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_13_light2 {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_13_light3 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_14 {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%)
}

.huku_e_btn2 {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%)
}

footer {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}

footer p {
  color: #421700;
  font-size: 14px;
  text-align: center;
}