@charset "UTF-8";
/*font*/
@font-face {
  font-family: "ZenMaru";
  src: url("/font/ZenMaruGothic-Medium.ttf") format("truetype");
}

/* base */
body{
  font-family:'ZenMaru', Times, serif;
	line-height: 1.2;
  letter-spacing: 0.03em;
	font-size: 16px;
	color: #0f0f0f;
  overflow-x: hidden;
  cursor: unset;
}

@media (min-width: 930px) {
  body{
    font-family:'ZenMaru', Times, serif;
    letter-spacing: 0.03em;
    line-height: 1.2;
    font-size: 18px;
    color: #0f0f0f;
    overflow-x: hidden;
    cursor: none;
  }
}


a{
  text-decoration: none;
  color: #0f0f0f;
  cursor: pointer;
  display: block;
}

@media (min-width: 930px) {
  a{
    text-decoration: none;
    color: #0f0f0f;
    cursor: none;
    display: block;
  }
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

h2{
  font-size: 1.6em;
  position: relative;
  padding: 0.5em;
  border-radius: 0.2em;
  margin-bottom: 1em;
  color: white;
  font-weight: bold;
  text-align: center;
  z-index: 999;
}

h2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(315deg, #d85d52, #ddd952);
    filter: blur(15px);
    content: "";
    z-index: -1;
}

@media (min-width: 930px) {
  h2{
    font-size: 2em;
  }
}

/* header */
#header{
    position: fixed;
    z-index: 9999;
    width: 80%;
    margin-top: 0.8em;
}

#header .header_inner{
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
}

#header .header_logo img{
    width: 90px;
}

@media (min-width: 930px) {
  #header .header_inner{
    width: 85%;
  }
  #header .header_logo img{
    width: 115px;
  }
}

/*navi*/
[type=checkbox]:checked,
[type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.menu-icon:checked + label,
.menu-icon:not(:checked) + label {
  position: fixed;
  top: 45px;
  right: 40px;
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  z-index: 10;
}
@media (min-width: 930px) {
  .menu-icon:checked + label,
.menu-icon:not(:checked) + label {
    top: 53px;
    right: 175px;
    cursor: none;
  }
}

.menu-icon:checked + label:before,
.menu-icon:not(:checked) + label:before {
  position: absolute;
  content: "";
  display: block;
  width: 30px;
  height: 20px;
  z-index: 20;
  top: 0;
  left: 0;
  border-top: 2px solid #f8611a;
  border-bottom: 2px solid #f8611a;
  transition: border-width 100ms 1500ms ease, top 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 1600ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked + label:after,
.menu-icon:not(:checked) + label:after {
  position: absolute;
  content: "";
  display: block;
  width: 22px;
  height: 2px;
  z-index: 20;
  top: 10px;
  right: 4px;
  background-color: #f8611a;
  margin-top: -1px;
  transition: width 100ms 1750ms ease, right 100ms 1750ms ease, margin-top 100ms ease, transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked + label:before {
  top: 10px;
  transform: rotate(45deg);
  height: 2px;
  background-color: #f8611a;
  border-width: 0;
  transition: border-width 100ms 340ms ease, top 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), height 100ms 300ms cubic-bezier(0.23, 1, 0.32, 1), background-color 200ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon:checked + label:after {
  width: 30px;
  margin-top: 0;
  right: 0;
  transform: rotate(-45deg);
  transition: width 100ms ease, right 100ms ease, margin-top 100ms 500ms ease, transform 200ms 1700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav {
  position: fixed;
  top: 15px;
  right: 15px;
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  margin: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  -webkit-animation: border-transform 7s linear infinite;
          animation: border-transform 7s linear infinite;
  transition: top 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 1100ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 1100ms ease, width 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1), height 650ms 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media (min-width: 930px) {
  .nav {
    top: 23px;
    right: 150px;
  }
}

@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}

@keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.menu-icon:checked ~ .nav {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 200%;
  height: 200%;
  transition: top 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), right 350ms 700ms cubic-bezier(0.23, 1, 0.32, 1), transform 250ms 700ms ease, width 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1), height 750ms 1000ms cubic-bezier(0.23, 1, 0.32, 1);
}

.nav ul {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 6;
  text-align: center;
  transform: translateY(-50%);
  list-style: none;
}

.nav ul li {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px 0;
  text-align: center;
  list-style: none;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: all 250ms linear;
}

.nav ul li:nth-child(1) {
  transition-delay: 250ms;
}

.nav ul li:nth-child(2) {
  transition-delay: 200ms;
}

.nav ul li:nth-child(3) {
  transition-delay: 150ms;
}

.nav ul li:nth-child(4) {
  transition-delay: 100ms;
}

.nav ul li:nth-child(5) {
  transition-delay: 50ms;
}

.nav ul li a {
  font-family: "ZenMaru", sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.75em;
  display: inline-block;
  position: relative;
  color: #222222;
  transition: all 250ms linear;
}

@media (min-width: 930px) {
  .nav ul li a:hover {
    text-decoration: none;
    color: #222222;
  }
}
.nav ul li a:after {
  display: block;
  position: absolute;
  top: 55%;
  content: "";
  height: 1vh;
  margin-top: -0.5vh;
  width: 0;
  left: 0;
  background-color: #f8611a;
  opacity: 0.8;
  transition: width 250ms linear;
}

@media (min-width: 930px) {
  .nav ul li a:hover:after {
    width: 100%;
  }
}
.menu-icon:checked ~ .nav ul li {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 350ms ease, transform 250ms ease;
}

.menu-icon:checked ~ .nav ul li:nth-child(1) {
  transition-delay: 1400ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(2) {
  transition-delay: 1480ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(3) {
  transition-delay: 1560ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(4) {
  transition-delay: 1640ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(5) {
  transition-delay: 1720ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(6) {
  transition-delay: 1800ms;
}

.menu-icon:checked ~ .nav ul li:nth-child(7) {
  transition-delay: 1880ms;
}


.navi ul li{
	margin-right: 1.5em;
	font-weight: bold;
}

/*cursor*/
.cursor {
  display: none;
}

@media (min-width: 930px) {
  .cursor {
    display: block;
    position: fixed;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f8611a;
    opacity: 0.7;
    z-index: 99999;
    transition: width 0.5s, height 0.5s, top 0.5s, left 0.5s;
    transform: translate(0, 0);
    pointer-events: none;
  }

  .cursor.cursor--hover {
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background: #a0a0a0;
  }
}

/*page-top*/
.pagetop {
  display: none;
}

@media (min-width: 930px) {
  .pagetop {
    display: block;
    cursor: none;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: ease 0.4s;
    background: #f8611a;
    color: #fff;
    opacity: 0;
    z-index: 9999;
  }
}

@media (min-width: 930px) {
  .pagetop:hover {
    background-color: transparent;
    transition: ease 0.4s;
    color: #f8611a;
    border: 1px solid #f8611a;
  }
}

/* footer */
#footer{
	text-align: center;
	padding: 1.2em 0;
  background-color: #4d4d4d;
  color: #fff;
}

#footer small{
  display: block;
  font-size: 1em;
}

.inner{
	max-width: 90%;
	margin: 2em auto 0;
	padding-bottom: 2em;
}

@media (min-width: 930px) {
  .inner{
    max-width: 950px;
    margin: 2em auto 0;
    padding-bottom: 2em;
  }
}

/* SVG Stroke Animation Styling */
.svg-animate {
  width: 80vw;
}

@media (min-width: 930px) {
  .svg-animate {
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    width: 600px;
  }
}

/* ホバー時の拡大効果（オプション） */
.svg-animate:hover {
	filter: drop-shadow(0 6px 12px rgba(248, 97, 26, 0.3));
	transition: filter 0.3s ease;
}

/*scroll-line*/
.scrolldown2 {
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 999;
}
@media (min-width: 930px) {
  .scrolldown2 {
    bottom: 20px;
  }
}

.scrolldown2 span {
  position: absolute;
  left: 10px;
  bottom: 23px;
  color: #eee;
  font-size: 0.8888888889rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

.scrolldown2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 80px;
  }
  100% {
    bottom: 5px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.scrolldown2:after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 2px;
  height: 70px;
  background: #eee;
}

/*text-loop*/
.loop-container {
	font-family: 'Times New Roman', Times, serif;
	width: 100%;
	overflow: hidden;
}

.loop-track {
	display: flex;
	width: max-content;
	animation: loop-left 30s linear infinite;
}

.loop-track.reverse {
	animation: loop-right 30s linear infinite;
}

.loop-text {
	white-space: nowrap;
	font-size: 3em;
	padding-right: 50px;
	color: transparent;
	text-stroke: 1px #222222;
    -webkit-text-stroke: 1px #222222;
}

@keyframes loop-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

@keyframes loop-right {
	0% {
		transform: translateX(-50%);
	}
	100% {
		transform: translateX(0);
	}
}

/*fadeup*/
.scroll-up {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: all 1s;
}

.scroll-up.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}