@charset "UTF-8";

html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  height: auto;
}
.link {
  transition: all 0.3s ease 0s;
}
.link:hover {
  color: #b83b3b;
}

.link img:hover {
  filter: brightness(0) saturate(100%) invert(25%) sepia(34%) saturate(2749%)
    hue-rotate(334deg) brightness(102%) contrast(74%);
}
.wrap {
  width: 100%;
  overflow: hidden;
}
body {
  background-image: url("../images/background.jpg");
  background-size: contain;
  color: #333; /* RGB */
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  width: 100%;
}
@media screen and (max-width: 550px) {
  body {
    background-size: auto 12%;
  }
}
button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.blank {
  margin-right: 2rem;
}
@media screen and (max-width: 550px) {
  .blank {
    margin-right: 1rem;
  }
}
/*使用フォント*/
/*
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-medium {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
}
.zen-maru-gothic-black {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 900;
  font-style: normal;
}*/
/*使用フォント*/
h3 {
  color: #333;
  text-align: left;
  font-family: "Zen Maru Gothic", serif;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
/* .copyright{
  padding-left: 20px;
} */

/*header*/
.header {
  height: auto;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 800;
}
.wrapper {
  display: flex;
  align-items: center;
}
.hamburger {
  padding-top: 20px;
  padding-right: 20px;
}
.header-item a {
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.6rem;
  color: #333; /* RGB */
  text-transform: uppercase;
  padding-right: 30px;
}
.header-item p {
  font-size: 3.6rem;
}
.koubou {
  color: #333;
  font-size: 6rem;
  font-weight: 100;
  font-family: Apple Chancery;
  font-style: oblique;
  transform: skewX(-10deg);
  letter-spacing: 0.05em;
  display: inline-block;
  text-decoration: none;
  padding-left: 40px;
}
.header-menu {
  list-style: none;
  margin-left: auto;
  display: flex;
  align-items: center;
}

.main_visual {
  width: 100%;
  height: auto;
}
.main_visual-sp {
  display: none;
}
.pc_instagram {
  max-width: 60px;
}
@media screen and (max-width: 1160px) {
  .koubou {
    font-size: 5rem;
    padding-top: 10px;
  }
  .header-item a {
    font-size: 3rem;
  }
  .hamburger img {
    max-width: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .header-item a {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .main_visual {
    display: none;
  }
  .koubou {
    font-size: 2.9rem;
  }
  .header-item {
    display: none;
  }
  .hamburger img {
    max-width: 50px;
  }
  .main_visual-sp {
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-top: 90px;
    max-width: 400px;
  }
}
@media screen and (max-width: 375px) {
  .koubou {
    font-size: 2.8rem;
    padding-left: 20px;
  }
  .hamburger img {
    max-width: 45px;
  }
  .main_visual-sp {
    padding-top: 70px;
  }
}
/*header*/

/*nav*/
/* .nav {
  width: 100%;
  height: 100vh;
  background-image: url("../images/background.jpg");
  background-size: contain;
  top: 0;
  position: fixed;
  overflow-y: scroll;
  transition: 300ms opacity ease;
  visibility: collapse;
} */
nav {
  width: 100%;
  height: 100vh;
  background-image: url("../images/background.jpg");
  background-size: contain;
  top: 0;
  position: fixed;
  overflow-y: scroll;
  transition: 600ms ease;
  opacity: 0;
}
@media screen and (max-width: 550px) {
  nav {
    background-size: auto 90%;
  }
}
nav.active {
  opacity: 1;
  pointer-events: all;
  overflow-x: hidden;
}
.nav {
  pointer-events: none;
}

/* nav.active {
  visibility: visible;
} */
/* ハンバーガーメニュー展開時、背景を固定 */
body.active {
  height: 100%;
  overflow: hidden;
}
.nav-item,
.nav_item_sp {
  padding-top: 35px;
  width: 10%;
  display: block;
  margin: 0 auto;
}
.upper-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  width: 100%;
}
.nav-menu {
  padding-top: 35px;
  width: 10%;
}
.nav-menu a {
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #333; /* RGB */
  text-transform: uppercase;
  font-size: 3.6rem;
}
.nav_instagram {
  display: block;
  margin: 0 auto;
  padding-bottom: 60px;
}
.middle-nav {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 20px;
}
.lower-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  width: 100%;
  padding-bottom: 40px;
  gap: 11.8%;
}
.nav-lowest {
  width: 40%;
  display: block;
  margin: 0 auto;
  padding-left: 70px;
  padding-bottom: 50px;
  max-width: 500px;
}
.sp-nav {
  display: none;
}
.nav_instagram,
.nav-instagram_sp {
  max-width: 60px;
}
@media screen and (max-width: 1500px) {
  .nav-lowest {
    padding-left: 45px;
    max-width: 350px;
  }
}
@media screen and (max-width: 1000px) {
  .pc-nav {
    display: none;
  }
  .sp-nav {
    display: block;
    width: 100%;
    height: auto;
  }
  .nav-menu_sp,
  .nav_item_sp {
    display: flex;
    text-align: center;
    flex-direction: column;
    flex-wrap: nowrap;
    line-height: 4rem;
    font-family: "Darumadrop One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.6rem;
    align-items: center;
    text-transform: uppercase;
  }
  .nav_item_sp a {
    color: #333; /* RGB */
  }
  .nav-menu_sp {
    font-size: 3.5rem;
    line-height: 5rem;
  }
  .nav-image {
    padding-bottom: 40px;
  }
  .nav .nav-logo {
    margin-top: 40px;
    color: #333;
    font-size: 4rem;
    font-weight: 100;
    font-family: Apple Chancery;
    font-style: oblique;
    transform: skewX(-10deg);
    letter-spacing: 0.05em;
    margin-top: 80px;
    text-transform: lowercase;
    text-align: center;
  }
  .nav-image img {
    min-width: 400px;
    width: 40%;
    padding-top: 20px;
    padding-left: 60px;
    display: block;
    margin: 0 auto;
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .nav-menu_sp,
  .nav_item_sp {
    font-size: 3rem;
    line-height: 2rem;
  }
  .nav-menu_sp {
    padding-top: 0;
  }
  .nav_item_sp {
    padding-top: 30px;
  }
  .nav .nav-logo {
    font-size: 2.5rem;
    margin-top: 50px;
  }
  .nav-image img {
    min-width: 200px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 480px) {
  .nav-instagram_sp {
    max-width: 40px;
  }
}
/*nav*/
.link-btn {
  width: 50%;
  height: 60px;
  border-radius: 30px;
  background: #ef9393;
  border: none;
  color: #fff;
  font-size: 2.3rem;
  cursor: pointer;
  text-align: center;
  position: relative;
  margin: 40px auto;
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  display: block;
  max-width: 600px;
  transition-duration: 0.4s;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.link-btn:hover {
  transform: scale(1.1);
}
h2 {
  color: #333;
  text-align: center;
  font-family: "Darumadrop One";
  font-size: 8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 700px) {
  .link-btn {
    height: 40px;
    font-size: 1.4rem;
    margin: 0 auto;
    margin-top: 20px;
    min-width: 190px;
  }
  h2 {
    font-size: 3.6rem;
  }
}
/*footer*/
.footer {
  width: 100%;
  height: auto;
  padding-top: 20px;
}
.footer-menu_1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  justify-content: space-evenly;
  padding: 40px 0 20px;
}
.footer-menu_2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 40px 0 20px;
}
.footer-menu_1 a,
.footer-menu_2 a {
  font-family: "Darumadrop One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.2rem;
  color: #333; /* RGB */
  text-transform: uppercase;
}
.footer_item_2 {
  padding: 0 90px 0;
}
.footer_item_2 a img {
  margin-top: 5px;
}
.footer .footer-logo {
  color: #333;
  font-size: 4rem;
  font-weight: 100;
  font-family: Apple Chancery;
  font-style: oblique;
  transform: skewX(-10deg);
  letter-spacing: 0.05em;
  margin-top: 40px;
  text-transform: lowercase;
  text-align: center;
}
.footer-image img {
  width: 40%;
  padding-top: 20px;
  padding-left: 60px;
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.footer-image {
  padding-bottom: 30px;
}
@media screen and (max-width: 1120px) {
  .footer_item_2 {
    padding: 0 45px 0;
  }
}
@media screen and (max-width: 930px) {
  .footer {
    padding-top: 0;
  }
  .footer-menu_1 {
    flex-direction: column;
    padding: 0;
  }
  .footer-menu_2 {
    flex-direction: column;
    padding: 0 0;
  }
  .footer_item_1,
  .footer_item_2 {
    padding: 30px 0 0;
  }
  .footer .footer-logo {
    margin-top: 40px;
  }
  .footer-image img {
    min-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .footer .footer-logo {
    font-size: 3rem;
  }
  .footer-image img {
    min-width: 250px;
    padding-left: 30px;
  }
}
/*footer*/
/*animate*/
.ugoki {
  animation: katakata 6s infinite ease-in-out alternate;
}
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  21% {
    transform: translate(0, 0) rotate(0deg);
  }

  22% {
    transform: translate(0, 0) rotate(-3deg);
  }
  23% {
    transform: translate(0, -1px) rotate(0deg);
  }
  24% {
    transform: translate(0, -1px) rotate(3deg);
  }

  25% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  26% {
    transform: translate(0, 1px) rotate(0deg);
  }
  27% {
    transform: translate(0, 0) rotate(3deg);
  }

  28% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.ugoki2 {
  animation: jump 8s infinite ease-in-out alternate;
}
@keyframes jump {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }

  50% {
    transform: scale(1, 1) translate(0%, 10%);
  }

  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
