html {
  width: 100%;
  height: 100%;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media screen and (min-width: 1400px) {
  html {
    font-size: 10px;
  }
}

body {
  background-color: #faf5eb;
  width: 100%;
  position: relative;
  color: #3c3c3c;
  font-family: "TazuganeGothicStdN-Bold", sans-serif;
}
body a {
  color: #3c3c3c;
  line-height: 1;
}
body.active {
  touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  overscroll-behavior: none;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    font-size: 0.9090909091vw;
  }
}

svg, img {
  width: 100%;
  height: auto;
}

p:where([style*="text-align:justify"], .justify) {
  word-break: break-all;
}

.object-fit {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.comingsoon {
  pointer-events: none;
}

.spantext span {
  display: inline-block;
}

.scrollani {
  opacity: 0;
  transform: translateY(1rem);
}
.scrollani.view {
  transition: opacity 1000ms ease, transform 850ms ease;
  opacity: 1;
  transform: translateY(0);
}

#wrapper {
  width: 100%;
  position: relative;
  overflow-x: hidden;
  transition: opacity 1000ms linear;
}
#wrapper #main {
  padding-top: 8rem;
}
@media screen and (min-width: 768px) {
  #wrapper #main {
    padding-top: 9em;
  }
}

#header .header-in {
  position: relative;
}
#header .header-in .logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 98;
  padding: 2.5rem 0rem 0rem 2rem;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 0.8rem 0rem;
}
#header .header-in .anitar {
  opacity: 0;
}
#header .header-in .anitar.view {
  transition: opacity 850ms ease, transform 950ms cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 1;
}
#header .header-in #naviWrap {
  width: 100%;
  height: 100%;
  display: none;
  opacity: 1;
  position: fixed;
  top: 0rem;
  left: 0;
  z-index: 97;
  overflow: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  padding-top: 8rem;
  background-color: #FFF;
}
#header .header-in #naviWrap #navi {
  padding-bottom: 11.5rem;
}
#header .header-in #naviWrap #navi > div {
  position: relative;
}
#header .header-in #naviWrap #navi .navi-in01 {
  display: flex;
  gap: 3.8rem 0rem;
  flex-wrap: wrap;
  width: 32.6rem;
  margin: 0 auto;
  padding-top: 4.1rem;
}
#header .header-in #naviWrap #navi .navi-in01 .navi-in-li {
  width: 16rem;
}
#header .header-in #naviWrap02 {
  display: none;
}
#header .header-in #naviIcon {
  width: 7rem;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 98;
}
#header.active .header-in .logo {
  position: fixed;
}
#header.active .header-in .logo a span:nth-child(1) svg g {
  fill: #FFF;
}
#header.active .header-in .logo a span.text {
  color: #FFF;
}
@media screen and (min-width: 768px) {
  #header {
    font-size: 10px;
  }
  #header .header-in .logo {
    position: fixed;
    padding: 4em 0em 0em 4em;
    flex-direction: row;
    align-items: center;
    gap: 0em 2.5em;
  }
  #header .header-in .anitar.view {
    transition: opacity 650ms ease, transform 750ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  #header .header-in #naviWrap {
    padding: 9em 0em;
    align-items: center;
  }
  #header .header-in #naviWrap #navi {
    display: flex;
    width: 97em;
    margin: 0 auto;
    justify-content: space-between;
    padding: 0;
  }
  #header .header-in #naviWrap #navi .navi-in01 {
    gap: 5.4em 0em;
    width: auto;
    padding-top: 0rem;
    flex-direction: column;
  }
  #header .header-in #naviWrap #navi .navi-in02 {
    display: none;
  }
  #header .header-in #naviIcon {
    width: 7em;
    top: 2em;
    right: 2.5em;
  }
  #header.active .header-in #naviWrap02 li a span {
    color: #FFF;
  }
  #header.active .header-in #naviWrap02 li a:after {
    background-color: #fac800;
  }
  #header.active .header-in #naviWrap02 li.on a span {
    color: #fac800;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  #header {
    font-size: 0.9090909091vw;
  }
}

#main {
  position: relative;
  z-index: 91;
}

#footer {
  padding: 10rem 0rem 0rem 0rem;
}
@media screen and (min-width: 768px) {
  #footer {
    font-size: 10px;
    padding: 13em 6em 0em 6em;
    overflow: hidden;
  }
}

@keyframes blockopacity {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes blockopacity02 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes blockopacity-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes blockopacity-out {
  0% {
    opacity: 1;
  }
  99% {
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.sp_only {
  display: none;
}

.sp_only_inline {
  display: none;
}

.sp_none_inline {
  display: inline !important;
}

.dispnone {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .sp_only_inlineblock {
    display: inline-block;
  }
  .sp_none {
    display: none !important;
  }
  .sp_only_inline {
    display: inline;
  }
  .sp_none_inline {
    display: none !important;
  }
}