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

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, address, em, img, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td, article, figcaption, figure,
footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

ul {
  list-style-type: none;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-feature-settings: "palt";
  font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
}

body {
  overflow: hidden;
}

img.preventevt {
  pointer-events: none;
}

header {
  width: 100%;
}
header .ci img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}

.hero {
  background-size: cover;
}
.hero .lead {
  margin: 0 auto;
  position: relative;
  background-size: 100% 100%;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .lead img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
.hero .lead .tanukichi {
  z-index: 3;
}
.hero .lead .zebrako {
  z-index: 2;
}
.hero .note {
  margin-top: 10px;
  text-align: center;
}

nav {
  width: 100%;
  background: url(assets/pattern1.svg) repeat center;
}
nav ul {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: relative;
}
nav ul li a::after {
  content: "";
  background: url(assets/arrow.svg) no-repeat;
  display: block;
  transform: translateX(-50%);
}

.shops {
  position: relative;
  background: linear-gradient(167.3122240002deg, rgb(195, 0, 255) -1.2931436567%, rgb(195, 0, 255) 8.6660447761%, rgb(245, 112, 49) 80.4232742537%);
}
.shops .inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(50.1506109313deg, rgba(116, 96, 255, 0) 22.1734591014%, rgba(116, 96, 255, 0.0037140204) 22.1734591014%, rgba(116, 96, 255, 0.8950789229) 82.1985578506%, rgb(116, 96, 255) 89.5141167606%);
}
.shops .pattern {
  position: relative;
  width: 100%;
  height: 100%;
  background: url(assets/pattern2.png) repeat left top;
}
.shops .shop {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.shops .shop .head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shops .shop .head h2 img, .shops .shop .head .zoom img {
  height: 100%;
  min-height: 100%;
  width: auto;
  vertical-align: top;
}
.shops .shop .head .zoom {
  display: block;
}
.shops .shop .ad {
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
}
.shops .shop .ad img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}

footer {
  position: relative;
}
footer .ci {
  margin: 0 auto 20px auto;
}
footer .ci img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}
footer p {
  text-align: center;
  color: #fff;
}

.modal {
  z-index: 10;
  background: rgba(0, 0, 0, 0.9);
  width: 100vw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.modal .close {
  z-index: 2;
  display: block;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .close::before, .modal .close::after {
  content: "";
  width: 25px;
  height: 2px;
  display: block;
  background: #000;
}
.modal .close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal .close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .inner {
  z-index: 1;
}
.modal .inner img {
  width: 100%;
  min-width: 100%;
  height: auto;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  header .ci {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 27%;
  }
  .hero {
    padding: 75px 0 50px 0;
    background: url(assets/main_bg.webp) no-repeat center top;
    background-size: 100% 100%;
  }
  .hero h1 {
    width: 88%;
    margin: 0 auto 73px auto;
  }
  .hero h1 img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .hero .lead {
    width: 80%;
    padding: 20px 0;
    background: url(assets/tanukichi-bg.svg) no-repeat 115% 20px #fff;
  }
  .hero .lead p {
    width: 80%;
  }
  .hero .lead .tanukichi {
    position: absolute;
    top: -92px;
    right: 48%;
    width: 108.5px;
  }
  .hero .lead .zebrako {
    position: absolute;
    top: -98px;
    left: 38%;
    width: 142.5px;
  }
  .hero .note {
    font-size: 1rem;
  }
  nav {
    padding: 25px 0;
    background-size: 28px 28px;
  }
  nav ul {
    width: 89%;
  }
  nav ul li {
    width: 32%;
    height: 45px;
  }
  nav ul li a img {
    height: 37%;
    min-height: 37%;
    width: auto;
    vertical-align: top;
    margin-bottom: 3px;
  }
  nav ul li a::after {
    width: 10px;
    height: 5px;
    background-size: 10px 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
  }
  .shops .pattern {
    padding: 30px 0;
    background-size: 700px;
  }
  .shops .shop {
    margin: 0 auto 30px auto;
    padding: 15px;
    width: 80%;
  }
  .shops .shop .head {
    margin-bottom: 15px;
  }
  .shops .shop h2 {
    height: 25px;
  }
  .shops .shop .zoom {
    height: 25px;
  }
  footer .ci {
    width: 35%;
  }
  footer p {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  header .ci {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 209px;
    height: 50px;
  }
  .hero {
    padding: 150px 0 100px 0;
    background: url(assets/main_bg_pc.webp) no-repeat center top;
    background-size: cover;
  }
  .hero h1 {
    width: 650px;
    margin: 0 auto 145px auto;
  }
  .hero h1 img {
    width: 100%;
    min-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .hero .lead {
    width: 600px;
    padding: 30px 0;
    background: url(assets/tanukichi-bg.svg) no-repeat 115% 40px #fff;
  }
  .hero .lead p {
    width: 478px;
  }
  .hero .lead .tanukichi {
    position: absolute;
    top: -182px;
    right: 48%;
    width: 217px;
  }
  .hero .lead .zebrako {
    position: absolute;
    top: -194px;
    left: 38%;
    width: 285px;
  }
  .hero .note {
    font-size: 1.3rem;
  }
  nav {
    height: 160px;
    background-size: 35px 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  nav ul {
    width: 670px;
    height: 80px;
  }
  nav ul li {
    width: 31%;
    height: 80px;
  }
  nav ul li a {
    position: relative;
  }
  nav ul li a img {
    height: 30px;
    min-height: 30px;
    width: auto;
    vertical-align: top;
    margin-bottom: 10px;
  }
  nav ul li a::after {
    width: 20px;
    height: 10px;
    background-size: 20px 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
  }
  .shops .pattern {
    padding: 50px 0;
  }
  .shops .shop {
    margin: 0 auto 60px auto;
    padding: 30px;
    width: 600px;
  }
  .shops .shop .head {
    margin-bottom: 30px;
  }
  .shops .shop h2 {
    height: 50px;
  }
  .shops .shop .zoom {
    height: 50px;
  }
  footer .ci {
    width: 209px;
    height: 50px;
  }
  footer p {
    font-size: 1.2rem;
  }
  .modal .inner {
    width: 95%;
    height: 95vh;
    overflow: scroll;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
  }
}
.loader {
  background: #fff;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader p {
  margin-top: 20px;
  font-size: 1.5rem;
  animation: loadingtext 0.7s cubic-bezier(0.445, 0.05, 0.55, 0.95) infinite;
}
.loader img {
  animation: loadingindicator 5s linear infinite;
}
@keyframes loadingindicator {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transition: rotateY(180deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes loadingtext {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
