@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=text],
input[type=submit] {
  -webkit-appearance: none;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

html {
  font-size: 625%;
}

body {
  font-size: 0.14em;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

header {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background-image: url("../images/header-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  header {
    height: 120px;
  }
}
header > div#menu-open {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100px;
  padding-right: 6px;
  z-index: 9999;
}
@media screen and (min-width: 769px) {
  header > div#menu-open {
    margin-right: 20px;
  }
}
header > div#menu-open img {
  width: 40px;
  height: auto;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 769px) {
  header > div#menu-open img {
    width: 60px;
  }
}
header > div#menu-open.close > img {
  transform: rotate(380deg);
}
header > div#menu-open::after {
  content: "MENU";
  color: #fff;
  font-size: 0.12rem;
  font-weight: 500;
  margin-top: -3px;
}
@media screen and (min-width: 769px) {
  header > div#menu-open::after {
    font-size: 0.19rem;
  }
}
header > div#menu-open.close {
  position: fixed;
  right: 0;
}
header > div#menu-open.close::after {
  content: "CLOSE";
  font-size: 0.11rem;
}
@media screen and (min-width: 769px) {
  header > div#menu-open.close::after {
    font-size: 0.18rem;
  }
}
header nav {
  position: fixed;
  top: -500px;
  right: -500px;
  background-color: rgba(201, 23, 30, 0.9);
  border-radius: 50%;
  transition: all 0.2s ease-in;
  z-index: 9900;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  visibility: visible;
  width: 1000px;
  height: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 769px) {
  header nav {
    width: 1250px;
    height: 1250px;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  text-align: right;
  gap: 20px;
  margin-top: 450px;
  margin-right: 395px;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  header nav ul {
    margin-top: 320px;
    margin-right: 225px;
  }
}
header nav a {
  font-size: 0.2rem;
  color: #fff;
}
@media screen and (min-width: 769px) {
  header nav a {
    font-size: 0.24rem;
  }
}
header nav a img {
  width: 80%;
  height: auto;
}
@media screen and (min-width: 769px) {
  header nav a img {
    width: 100%;
  }
}
header nav.close {
  top: -1000px;
  right: -1000px;
}
@media screen and (min-width: 769px) {
  header nav.close {
    top: -1250px;
    right: -1250px;
  }
}

footer {
  width: 100%;
  border-top: 1px solid #1C96D4;
}
footer > div {
  padding: 40px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 40px;
}
footer > div div {
  font-weight: 700;
  font-size: 0.18rem;
}
@media screen and (min-width: 769px) {
  footer > div div {
    width: 50%;
    font-size: 0.32rem;
    text-align: right;
  }
  footer > div div:last-child {
    text-align: left;
  }
}
footer > div div span {
  font-size: 0.1rem;
}
@media screen and (min-width: 769px) {
  footer > div div span {
    font-size: 0.15rem;
  }
}
footer > div div address {
  font-size: 0.1rem;
}
@media screen and (min-width: 769px) {
  footer > div div address {
    font-size: 0.15rem;
  }
}
footer > div div img {
  width: 75px;
  height: auto;
}
@media screen and (min-width: 769px) {
  footer > div div img {
    width: 129px;
  }
}

#oni-top {
  background-image: url("../images/top-bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 16px;
  width: 100%;
  height: 590px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 769px) {
  #oni-top {
    height: 920px;
  }
}
#oni-top h1 {
  width: calc(100% - 110px);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  animation: h1bounce 0.5s linear 0s 1;
  transform-origin: left;
}
@media screen and (min-width: 769px) {
  #oni-top h1 {
    width: 50%;
  }
}
#oni-top h1 img {
  width: 100%;
  height: auto;
}
#oni-top .aooni {
  width: 100%;
  animation: oniFace 0.5s linear 0s 1;
  transform-origin: left;
  overflow-x: hidden;
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#oni-top .aooni > img {
  width: 468px;
  height: 567.46px;
  margin-left: calc((100% - 468px) / 2);
}
@media screen and (min-width: 769px) {
  #oni-top .aooni > img {
    width: 687px;
    height: 837.17px;
    margin-left: calc((100% - 687px) / 2);
  }
}
#oni-top .info {
  margin-bottom: 30px;
}
#oni-top .info > span {
  display: block;
  font-weight: 900;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.25);
  line-height: 1.2;
}
#oni-top .info > span.day {
  font-size: 0.35rem;
  color: #FFF100;
  font-family: "Reggae One";
}
@media screen and (min-width: 769px) {
  #oni-top .info > span.day {
    font-size: 0.8rem;
  }
}
#oni-top .info > span.day > span {
  font-size: 0.24rem;
}
@media screen and (min-width: 769px) {
  #oni-top .info > span.day > span {
    font-size: 0.45rem;
  }
}
#oni-top .info > span.place {
  font-size: 0.24rem;
  color: #fff;
  text-align: center;
  font-family: "Reggae One";
}
@media screen and (min-width: 769px) {
  #oni-top .info > span.place {
    font-size: 0.45rem;
  }
}

@keyframes h1bounce {
  0% {
    transform: scale(1, 1) translateX(-50%);
  }
  15% {
    transform: scale(0.9, 0.9) translateX(-50%);
  }
  30% {
    transform: scale(1.3, 1.3) translateX(-50%);
  }
  50% {
    transform: scale(0.8, 0.8) translateX(-50%);
  }
  70% {
    transform: scale(1.1, 1.1) translateX(-50%);
  }
  100% {
    transform: scale(1, 1) translateX(-50%);
  }
}
@keyframes oniFace {
  0% {
    transform: scale(1, 1) translateX(-50%);
  }
  15% {
    transform: scale(0.9, 0.9) translateX(-50%);
  }
  30% {
    transform: scale(1.3, 1.3) translateX(-50%);
  }
  50% {
    transform: scale(0.8, 0.8) translateX(-50%);
  }
  70% {
    transform: scale(1.1, 1.1) translateX(-50%);
  }
  100% {
    transform: scale(1, 1) translateX(-50%);
  }
}
#oni-wanted {
  width: 100%;
  padding: 20px 16px 40px 16px;
}
@media screen and (min-width: 769px) {
  #oni-wanted {
    max-width: 1100px;
    margin: auto;
    padding: 50px 0 80px 0;
  }
}
#oni-wanted .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .title {
    padding: 0 150px;
    margin-bottom: 60px;
  }
}
#oni-wanted .title > img {
  height: auto;
}
#oni-wanted .title > img.akako {
  width: 60px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .title > img.akako {
    width: 138px;
  }
}
#oni-wanted .title > img.aoko {
  width: 57px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .title > img.aoko {
    width: 131px;
  }
}
#oni-wanted .title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: wanted-yure 2s infinite;
  width: 80%;
}
@media screen and (min-width: 769px) {
  #oni-wanted .title h2 {
    width: 65%;
  }
}
@media screen and (min-width: 769px) {
  #oni-wanted .info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div {
    width: 48%;
  }
}
#oni-wanted .info div dl {
  display: flex;
  align-items: center;
  font-style: 0.12rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div dl {
    font-size: 0.2rem;
  }
}
#oni-wanted .info div dl dt {
  background-color: #1C96D4;
  color: #fff;
  padding: 5px;
  width: 80px;
  margin-right: 5px;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div dl dt {
    padding: 5px 10px;
    width: 120px;
    margin-right: 20px;
  }
}
#oni-wanted .info div dl dt.hanten {
  border: 1px solid #1C96D4;
  background-color: #fff;
  color: #1C96D4;
}
#oni-wanted .info div dl dd {
  letter-spacing: 0.2;
}
#oni-wanted .info div dl dd span {
  font-size: 0.1rem;
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div dl dd span {
    font-size: 0.14rem;
  }
}
#oni-wanted .info div dl dd a {
  text-decoration: underline;
}
#oni-wanted .info div dl dd a img {
  width: auto;
  height: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div dl dd a img {
    height: 20px;
    margin-bottom: 7px;
  }
}
#oni-wanted .info div > img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #oni-wanted .info div > img {
    margin-bottom: 20px;
  }
}

@keyframes wanted-yure {
  0% {
    transform: translate(-50%, 2px);
  }
  5% {
    transform: translate(-50%, -2px);
  }
  10% {
    transform: translate(-50%, 2px);
  }
  15% {
    transform: translate(-50%, -2px);
  }
  20% {
    transform: translate(-50%, 2px);
  }
  25% {
    transform: translate(-50%, -2px);
  }
  30% {
    transform: translate(-50%, 0px);
  }
}
#oni-process {
  background-color: #FFD492;
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  #oni-process {
    padding: 100px 0;
  }
}
#oni-process > div {
  width: calc(100% - 32px);
  margin: auto;
}
@media screen and (min-width: 769px) {
  #oni-process > div {
    max-width: 1100px;
    margin: auto;
  }
}
#oni-process > div h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #oni-process > div h2 {
    margin-bottom: 80px;
  }
}
#oni-process > div h2 img {
  width: auto;
  height: 37px;
}
@media screen and (min-width: 769px) {
  #oni-process > div h2 img {
    height: 92px;
  }
}
#oni-process > div > div dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #fff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #oni-process > div > div dl {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#oni-process > div > div dl:nth-child(3) {
  border-bottom: none;
  margin-bottom: 0;
}
#oni-process > div > div dl dt {
  width: 50px;
  margin-right: 16px;
}
@media screen and (min-width: 769px) {
  #oni-process > div > div dl dt {
    width: 150px;
    margin-right: 40px;
  }
}
#oni-process > div > div dl dt img {
  width: 100%;
  height: auto;
}
#oni-process > div > div dl dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#oni-process > div > div dl dd div {
  font-size: 0.14rem;
  font-weight: 700;
}
@media screen and (min-width: 769px) {
  #oni-process > div > div dl dd div {
    font-size: 0.28rem;
  }
}
#oni-process > div > div dl dd div a {
  color: #00B900;
  text-decoration: underline;
}
#oni-process > div > div dl dd img {
  width: 64px;
  height: auto;
}
@media screen and (min-width: 769px) {
  #oni-process > div > div dl dd img {
    width: 200px;
  }
}

#oni-photo {
  width: 100%;
  padding: 50px 16px;
}
@media screen and (min-width: 769px) {
  #oni-photo {
    padding: 160px 0;
  }
}
#oni-photo h2 {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  #oni-photo h2 {
    margin-bottom: 160px;
  }
}
#oni-photo h2 img {
  width: 100%;
  height: 37px;
}
@media screen and (min-width: 769px) {
  #oni-photo h2 img {
    height: 92px;
  }
}
#oni-photo > div {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 769px) {
  #oni-photo > div {
    flex-direction: inherit;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: auto;
  }
}
#oni-photo > div img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  #oni-photo > div img {
    width: calc(50% - 10px);
  }
  #oni-photo > div img:first-child {
    width: 100%;
  }
}
#oni-photo > div img.thx {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: auto;
  z-index: 999;
}
@media screen and (min-width: 769px) {
  #oni-photo > div img.thx {
    top: 600px;
  }
}

/* フェードイン(初期値) */
.js-fadeUp {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity 0.2s, transform 0.4s; /* 透過率と縦方向の移動を0.8秒 */
}

.js-fadeUp.is-inview {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: 0.2s; /* フェード開始を0.5秒遅らせる */
}

.js-fadeLeft {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s, transform 1s;
}

.js-fadeLeft.is-inview {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.fade-in {
  opacity: 0;
  transition: opacity 0.8s, transform 1s;
}

.fade-in.is-inview {
  opacity: 1;
  transition-delay: 1s;
}

.single-header-thum {
  position: relative;
  overflow: hidden;
  max-height: 511px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-header-thum .single-header-thum-inner {
  position: absolute;
  filter: blur(10px);
  transform: scale(1.02);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  max-height: 511px;
}
.single-header-thum img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .single-header-thum img {
    height: 100%;
    width: auto;
  }
}

.top-back {
  width: 200px;
  height: 50px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*# sourceMappingURL=style.css.map */
