@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Teko:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@800&display=swap");
html, body {
  overflow-x: hidden;
}

body {
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow: hidden;
  background-color: #f5f4f1;
}
body.fixed {
  position: fixed;
  width: 100%;
}

.teko {
  font-family: "Teko", sans-serif;
  font-weight: bold;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.mplus2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

@keyframes loading-wave-animation {
  0% {
    height: 9px;
  }
  50% {
    height: 18px;
  }
  100% {
    height: 9px;
  }
}
.header {
  position: relative;
}
@media (min-width: 768px) {
  .header {
    height: 150px;
    padding: 40px 20px 0;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 18px 25px 25px;
  }
}
@media (min-width: 768px) {
  .header[aria-expanded=true] .header__btn_line span:nth-of-type(1) {
    transform: translateY(8px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .header__btn_line span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
  }
}
.header[aria-expanded=true] .header__btn_line span:nth-of-type(2) {
  opacity: 0;
}
@media (min-width: 768px) {
  .header[aria-expanded=true] .header__btn_line span:nth-of-type(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .header[aria-expanded=true] .header__btn_line span:nth-of-type(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}
.header[aria-expanded=true] .header__nav {
  display: block;
  z-index: 10000;
}
@media (min-width: 768px) {
  .header__logo {
    width: 409px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: 56.67vw;
  }
}
.header__nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #f5f4f1;
  width: 100%;
}
@media (min-width: 768px) {
  .header__nav {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    height: 100vh;
  }
}
.header__nav_items {
  list-style: none;
}
@media (min-width: 768px) {
  .header__nav_items {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .header__nav_items {
    height: 100vh;
  }
}
.header__nav_item {
  line-height: 24px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .header__nav_item + .header__nav_item {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .header__nav_item + .header__nav_item {
    margin-left: 3.66vw;
  }
}
@media (max-width: 767px) {
  .header__nav_item + .header__nav_item {
    margin-top: 40px;
  }
}
.header__nav_anc {
  text-decoration: underline;
}
.header__nav_fb img {
  width: 24px;
}
.header__btn {
  position: fixed;
  background: #000;
  border-radius: 50%;
  z-index: 10000;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .header__btn {
    top: -84px;
    right: 20px;
    width: 144px;
    height: 144px;
  }
}
@media (max-width: 767px) {
  .header__btn {
    top: -30px;
    right: 5px;
    width: 86px;
    height: 86px;
  }
}
.header__btn_content {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  width: 80px;
  margin: auto;
}
@media (min-width: 768px) {
  .header__btn_content {
    bottom: 20px;
  }
}
.header__btn_line span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 10px;
  transition: all 0.5s ease;
}
@media (min-width: 768px) {
  .header__btn_line span {
    width: 20px;
    height: 4px;
  }
}
@media (max-width: 767px) {
  .header__btn_line span {
    width: 28px;
    height: 6px;
    right: 0;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .header__btn_line span:nth-of-type(2) {
    top: 8px;
  }
}
@media (max-width: 767px) {
  .header__btn_line span:nth-of-type(2) {
    top: 9px;
  }
}
@media (min-width: 768px) {
  .header__btn_line span:nth-of-type(3) {
    top: 16px;
  }
}
@media (max-width: 767px) {
  .header__btn_line span:nth-of-type(3) {
    top: 18px;
  }
}
.header__btn_text {
  color: #fff;
}
@media (max-width: 767px) {
  .header__btn_text {
    display: none;
  }
}
@media (min-width: 768px) {
  .header__play {
    position: absolute;
    bottom: 20px;
    right: 10px;
    height: 18px;
    padding-right: 2.5em;
    z-index: 10000;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .header__play {
    display: none;
  }
}
.header__play::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-weight: bold;
}
.header__play.stop::after {
  content: "OFF";
}
.header__play.start::after {
  content: "ON";
}
@media (min-width: 768px) {
  .header__wave {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .header__bar {
    width: 4px;
    height: 9px;
    margin: 0 1px;
    background-color: #000;
    border-radius: 5px;
  }
}
.start .header__bar {
  animation: loading-wave-animation 1.4s ease-in-out infinite;
}
.start .header__bar:nth-child(2) {
  animation-delay: 0.2s;
}
.start .header__bar:nth-child(3) {
  animation-delay: 0.4s;
}
.start .header__bar:nth-child(4) {
  animation-delay: 0.6s;
}
.start .header__bar:nth-child(5) {
  animation-delay: 0.2s;
}
@media (min-width: 768px) {
  .header__status {
    font-weight: bold;
    line-height: 1;
    margin-left: 5px;
  }
}

.nav__items {
  list-style: none;
}

.website {
  background-color: #fff;
}
@media (min-width: 768px) {
  .website {
    padding: 110px 20px 290px;
  }
}
@media (max-width: 767px) {
  .website {
    padding: 16vw 0 73.33vw;
  }
}
@media (max-width: 767px) {
  .website__wrapper {
    width: 93.33vw;
  }
}
.website__head {
  color: #ff6a4e;
  line-height: 35px;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .website__body {
    max-width: 850px;
    width: 100%;
  }
}
.website__items {
  list-style: none;
}
@media (min-width: 768px) {
  .website__items {
    margin: 0 -25px -20px 0;
  }
}
@media (max-width: 767px) {
  .website__items {
    margin: 0 -4vw -4vw 0;
  }
}
@media (min-width: 768px) {
  .website__item {
    padding: 0 25px 20px 0;
  }
}
@media (max-width: 767px) {
  .website__item {
    padding: 0 4vw 4vw 0;
  }
}
.website__btn {
  position: relative;
  color: #000;
  border: 1px solid #000;
  border-radius: 100px;
  transform: translateZ(0);
  padding: 0 20px;
  line-height: 1;
  text-decoration: none;
  transition: 0.15s ease-out;
}
@media (min-width: 768px) {
  .website__btn {
    width: 188px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  .website__btn {
    width: 166px;
    height: 62px;
  }
}
.website__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 25px;
  height: 14px;
  background-image: url(../img/common/arrow_black.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 14px;
}
.website__btn span {
  position: relative;
  padding-left: 40px;
}
.website__btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 29px;
  height: 29px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 29px 29px;
}
.website__btn:hover {
  transform: translateY(2px);
  opacity: 1;
}
.website__1 {
  box-shadow: 0 6px 0 #008033, 0 7px 1px #000;
}
.website__1 span::before {
  background-image: url(../img/top/website_logo_monbetsu.png);
}
.website__1:hover {
  box-shadow: 0 0 0 rgba(0, 128, 51, 0.75);
}
.website__2 {
  box-shadow: 0 6px 0 #46234d, 0 7px 1px #000;
}
.website__2 span::before {
  background-image: url(../img/top/website_logo_saroma.png);
}
.website__2:hover {
  box-shadow: 0 0 0 rgba(70, 35, 77, 0.75);
}
.website__3 {
  box-shadow: 0 6px 0 #cfcfcf, 0 7px 1px #000;
}
.website__3 span::before {
  background-image: url(../img/top/website_logo_engaru.png);
}
.website__3:hover {
  box-shadow: 0 0 0 rgba(207, 207, 207, 0.75);
}
.website__4 {
  box-shadow: 0 6px 0 #0570b1, 0 7px 1px #000;
}
.website__4 span::before {
  width: 30px;
  height: 23px;
  background-size: 30px 23px;
  background-image: url(../img/top/website_logo_yubetsu.png);
}
.website__4:hover {
  box-shadow: 0 0 0 rgba(5, 112, 177, 0.75);
}
.website__5 {
  box-shadow: 0 6px 0 #9c499d, 0 7px 1px #000;
}
.website__5 span::before {
  width: 36px;
  height: 34px;
  background-size: 36px 34px;
  background-image: url(../img/top/website_logo_takinoue.png);
}
.website__5:hover {
  box-shadow: 0 0 0 rgba(156, 73, 157, 0.75);
}
.website__6 {
  box-shadow: 0 6px 0 #040f95, 0 7px 1px #000;
}
.website__6 span::before {
  background-image: url(../img/top/website_logo_okoppe.png);
}
.website__6:hover {
  box-shadow: 0 0 0 rgba(4, 15, 149, 0.75);
}
.website__7 {
  box-shadow: 0 6px 0 #008000, 0 7px 1px #000;
}
.website__7 span::before {
  width: 31px;
  height: 27px;
  background-size: 31px 27px;
  background-image: url(../img/top/website_logo_nishiokoppe.png);
}
.website__7:hover {
  box-shadow: 0 0 0 rgba(0, 128, 0, 0.75);
}
.website__8 {
  box-shadow: 0 6px 0 #ffd100, 0 7px 1px #000;
}
.website__8 span::before {
  width: 27px;
  height: 31px;
  background-size: 27px 31px;
  background-image: url(../img/top/website_logo_oumu.png);
}
.website__8:hover {
  box-shadow: 0 0 0 rgba(255, 209, 0, 0.75);
}

.footer {
  position: relative;
  background-color: #e3d96d;
  padding: 130px 20px 30px;
}
.footer::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer::before {
    top: -3.66vw;
    height: 3.66vw;
    background-image: url(../img/common/footer_head_pc.png);
  }
}
@media (max-width: 767px) {
  .footer::before {
    top: -6.67vw;
    height: 6.67vw;
    background-image: url(../img/common/footer_head_sp.png);
  }
}
.footer__wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .footer__wrapper {
    max-width: 860px;
  }
}
.footer__wrapper::before {
  content: "";
  display: block;
  position: absolute;
  width: 296px;
  height: 439px;
  top: -379px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/footer_img.png?v0);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
.footer__nav {
  position: relative;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .footer__nav {
    padding: 50px 35px 40px;
  }
}
@media (max-width: 767px) {
  .footer__nav {
    padding: 45px 0;
  }
}
.footer__nav_items {
  list-style: none;
}
.footer__nav_item {
  line-height: 24px;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .footer__nav_item + .footer__nav_item {
    margin-left: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1166px) {
  .footer__nav_item + .footer__nav_item {
    margin-left: 3.66vw;
  }
}
@media (max-width: 767px) {
  .footer__nav_item + .footer__nav_item {
    margin-top: 40px;
  }
}
.footer__nav_anc {
  text-decoration: underline;
}
.footer__nav_fb img {
  width: 24px;
}
@media (min-width: 768px) {
  .footer__logo img {
    width: 408px;
  }
}
@media (max-width: 767px) {
  .footer__logo img {
    max-width: 270px;
  }
}
.footer__addr {
  line-height: 24px;
  letter-spacing: 0.04em;
}
.footer__btn {
  position: relative;
  width: 276px;
  height: 69px;
  background-color: #ff6a4e;
  color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  box-shadow: 0 6px 0 #ffab9d, 0 7px 1px #000;
  transform: translateZ(0);
  padding: 0 20px;
  line-height: 1;
  text-decoration: none;
  transition: 0.15s ease-out;
}
.footer__btn span {
  position: relative;
  padding-left: 30px;
}
.footer__btn span::before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/icon_mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__btn:hover {
  box-shadow: 0 0 0 rgba(255, 171, 157, 0.75);
  transform: translateY(2px);
  opacity: 1;
}
.footer__info {
  position: relative;
  line-height: 24px;
  letter-spacing: 0.04em;
  margin-top: 40px;
  padding: 30px 10px 0;
}
.footer__info::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  background-image: url(../img/common/footer_hr.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .footer__info::before {
    width: 862px;
  }
}
@media (max-width: 767px) {
  .footer__info::before {
    width: 88vw;
  }
}
.footer__items {
  list-style: none;
}
.footer__item + .footer__item {
  margin-left: 30px;
}
.footer__anc span {
  position: relative;
  padding-left: 15px;
}
.footer__anc span::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ff6a4e;
  width: 8px;
  height: 9px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}