@charset "UTF-8";
/* reset */
article, aside, details, figcaption, figure, footer, header, hgroup, hr, menu, nav, section {
  display: block;
}

a, hr {
  padding: 0;
}

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

ins, mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input, select {
  vertical-align: middle;
}

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

html

-------------------------------*/
html, body {
  font: 14px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  color: #2d2a2a;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  background: #fff;
  background-image: linear-gradient(90deg, #a98d8d 2px, transparent 0), linear-gradient(#a98d8d 2px, transparent 0);
  background-size: 50px 50px;
}
@media screen and (min-width: 768px) {
  html, body {
    font: 18px/1 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.txt {
  line-height: 1.7;
  text-align: center;
}

.ttl {
  opacity: 0;
}

.contact-button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 20px 60px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.contact-button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.review-button {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  padding: 20px 60px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.review-button:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

/* PC */
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
/*-------------------------------

pc bg

-------------------------------*/
.logo-bg0 {
  position: fixed;
  left: 2vw;
  width: 50px;
  height: 100vh;
  background-image: url("../img/top/bg_logo0.png");
  background-size: 70%;
  background-repeat: repeat-y;
  background-position: 0 0;
  animation: scroll0 20s linear infinite;
}

@keyframes scroll0 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -100vh;
  }
}
.logo-bg1 {
  position: fixed;
  right: 2vw;
  width: 50px;
  height: 100vh;
  background-image: url("../img/top/bg_logo1.png");
  background-size: 70%;
  background-repeat: repeat-y;
  background-position: 0 0;
  animation: scroll1 20s linear infinite;
}

@keyframes scroll1 {
  0% {
    background-position: 0 -100vh;
  }
  100% {
    background-position: 0 0;
  }
}
/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}

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

#main

-------------------------------*/
#main {
  display: block;
}

.article {
  max-width: 450px;
  margin: 0 auto;
  position: relative;
  background: #f4e3e9;
  background-image: linear-gradient(90deg, #fff 1px, transparent 0), linear-gradient(#fff 1px, transparent 0);
  background-size: 25px 25px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .article {
    max-width: none;
    width: 100%;
  }
}

.article .section {
  padding: 60px 20px 0;
}

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

#loading

-------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #f4e3e9;
  background-image: linear-gradient(90deg, #fff 1px, transparent 0), linear-gradient(#fff 1px, transparent 0);
  background-size: 15px 15px;
  text-align: center;
}

#loading_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#loading .kvArea {
  width: 100%;
}

#loading .kvArea .img_box {
  text-align: center;
}

#loading .kvArea .img_box img {
  max-width: 120px;
  height: auto;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.2s;
  animation-delay: 1.2s;
  animation-fill-mode: forwards;
  opacity: 1;
}

@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
  transition: all 0.4s ease;
}

img {
  width: 100%;
  vertical-align: middle;
}

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

menu-sp

-------------------------------*/
#menu-sp {
  z-index: 9;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

#menu-bar {
  width: 60px;
  height: 60px;
  margin: 20px 15px 0;
  cursor: pointer;
  background: #f0fc0b;
  border-radius: 50px;
  padding: 22px 17px;
}
@media screen and (min-width: 768px) {
  #menu-bar {
    display: none !important;
  }
}

.bar {
  height: 2px;
  width: 100%;
  background-color: #000;
  display: block;
  border-radius: 5px;
  transition: 0.3s ease;
  margin: 4px 0 0 0;
}

#bar1 {
  transform: translateY(-4px);
}

#bar2 {
  transform: translateY(4px);
}

.nav {
  transition: 0.3s ease;
  display: none;
}

.nav ul {
  padding: 0 22px;
}

.nav li {
  list-style: none;
  padding: 12px 0;
}

.nav li a {
  color: white;
  font-size: 20px;
  text-decoration: none;
}

.nav li a:hover {
  font-weight: bold;
}

.menu-bg, #menu-sp {
  top: 0;
  right: 0;
  position: fixed;
}

.menu-bg {
  z-index: 8;
  width: 0;
  height: 0;
  margin: 30px 0 20px 20px;
  background: radial-gradient(circle, #f0fc0b, #f0fc0b);
  border-radius: 50%;
  transition: 0.3s ease;
}

.change {
  display: block;
}
.change img {
  width: 160px;
  margin: 0 auto;
}

.change .bar {
  background-color: #000;
  margin: 0;
}

.change #bar1 {
  transform: translateY(4px) rotateZ(-45deg);
}

.change #bar2 {
  transform: translateY(1px) rotateZ(45deg);
}

.change-bg {
  width: 670px;
  height: 600px;
  transform: translate(60%, -28%);
}

.change .nav {
  display: block;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.menu-visible {
  display: block !important;
  opacity: 1 !important;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .menu-visible {
    display: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*-------------------------------

nav(pc）

-------------------------------*/
.nav-wrapper {
  position: fixed;
  z-index: 5;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.nav-wrapper .nav-list {
  position: absolute;
  top: 50%;
  transform: translateY(-90%);
  right: calc((100% - 450px) / 6);
  z-index: 5;
}

.nav-wrapper .nav-list li {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 50px;
  border: solid 1px #000;
  text-align: center;
}
.nav-wrapper .nav-list li img {
  width: 150px;
}

.nav-wrapper .nav-list li a {
  display: block;
  border-radius: 50px;
  padding: 10px 40px;
  font-weight: 700;
  color: #000;
  box-shadow: 3px 3px;
}
.nav-wrapper .nav-list li a:hover {
  background: #f0fc0b;
}

@media screen and (max-width: 1200px) {
  .nav-wrapper {
    display: none;
  }
}
.current {
  background-color: #fa8072 !important;
}

.current a {
  color: #fff !important;
}

.nav-social-icons {
  position: absolute;
  top: 50%;
  transform: translateY(20%);
  right: calc((100% - 150px) / 6);
  z-index: 5;
}
.nav-social-icons .inner {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.nav-social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  color: #000000;
  border-radius: 50%;
  font-size: 28px;
  text-decoration: none;
  transition: transform 0.3s, background-color 0.3s, color 0.3s;
  border: 1px solid #000;
}

.nav-social-icons a:hover {
  background-color: #000;
  color: #fff;
  transform: scale(1.1);
}

.nav-social-title {
  width: 120px;
  margin: 0 auto;
}

.nav-txt {
  font-size: small;
  text-align: center;
  font-weight: bold;
  padding: 0 0 10px;
}

.qr {
  width: 130px;
  margin: 30px auto 0;
}
.qr img {
  border: 1px solid #000;
  border-radius: 20px;
}

.anime {
  display: none;
}
@media screen and (min-width: 768px) {
  .anime {
    display: block;
    position: fixed;
    bottom: 3vw;
    left: 10vw;
    width: 160px;
  }
}

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

footer

-------------------------------*/
.footer {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}

.footer-img {
  width: 170px;
  margin: 20px auto;
}

.footer-logo img {
  max-width: 180px;
}

.footer-social {
  margin: 50px 0 30px;
}

.footer-social a {
  text-decoration: none;
  font-size: 20px;
  color: #000;
}

.footer-social a:hover {
  color: #1da1f2;
}

.footer-contact {
  margin: 20px 0;
}

.footer-contact a {
  padding: 12px 20px;
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 50px;
  border: 1px solid #000;
  padding: 13px 60px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.2s ease;
}

.footer-contact a:hover {
  background-color: #f0fc0d;
}

.footer-copyright {
  margin: 50px 0 0 0;
  font-size: 14px;
  color: #bbb;
  font-size: x-small;
}

.footer-copyright a {
  color: #bbb;
  text-decoration: none;
}

.footer-copyright a:hover {
  color: #fff;
}

.anime0 {
  overflow: hidden;
  position: relative;
  opacity: 1 !important;
}

.anime0::before {
  animation: displayImg 0.5s linear forwards;
  background: #fff;
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 1;
}

@keyframes displayImg {
  100% {
    transform: translateX(100%);
  }
}
.anime1 {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1 !important;
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.anime2 {
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 1s;
  animation-name: rotateEffect;
  transform-origin: center;
  opacity: 1 !important;
}

@keyframes rotateEffect {
  0% {
    transform: rotate(0deg) scale(0.95);
    opacity: 0;
  }
  50% {
    transform: rotate(3deg) scale(1.01);
    opacity: 0.8;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1 !important;
  }
}
.anime3 {
  animation: bounce 0.8s linear 0s 1;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  20% {
    transform: scale(1, 1.01) translate(-1.25%, -1%) skew(1.5deg, 0deg);
  }
  50% {
    transform: scale(1, 0.99) translate(1.25%, 1%) skew(-1.5deg, 0deg);
  }
  65% {
    transform: scale(1, 1) translate(0.5%, -0.5%) skew(-0.75deg, 0deg);
  }
  80% {
    transform: scale(1, 0.995) translate(-0.5%, 0.5%) skew(0.75deg, 0deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}/*# sourceMappingURL=common.css.map */