@charset "UTF-8";
.menu {
  padding-top: 6.51vw;
  padding-bottom: 3.65vw;
}

.menu .line {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.menu .line a {
  position: -webkit-fixed;
  position: fixed;
  right: 0;
  top: 9.9vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #01b301;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: clamp(12px, 0.83vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.37;
  font-weight: bold;
  padding: 0.52vw;
  z-index: 1;
}

.menu .line a img {
  margin-bottom: 0.26vw;
}

.menu .ttl {
  font-size: clamp(23px, 2.4vw, 46px);
  line-height: 1.73;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .ttl span {
  font-size: clamp(17px, 1.77vw, 34px);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.47;
}

.menu .sub-ttl {
  font-size: clamp(17px, 1.77vw, 34px);
  line-height: 2.73;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu .sub-ttl:before {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-top.png);
  background-size: 100% 100%;
  width: 24.48vw;
  height: 1.56vw;
  margin-top: 6.99vw;
  margin-bottom: 1.56vw;
}

.menu .sub-ttl:after {
  content: "";
  display: inline-block;
  background-image: url(../../images/sub-title-bottom.png);
  background-size: 100% 100%;
  width: 24.48vw;
  height: 0.52vw;
  margin-top: 1.56vw;
  margin-bottom: 3.39vw;
}

.menu .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.menu .menu-list li {
  background-color: #000;
  color: #fff;
  width: 11.98vw;
  padding: 0.73vw 0;
}

.menu .menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: clamp(15px, 1.56vw, 30px);
  letter-spacing: 0.2em;
  line-height: 1.13;
}

.menu .menu-list li a span {
  font-size: clamp(12px, 1.04vw, 20px);
  line-height: 1.7;
  letter-spacing: 0.05em;
}

.menu .img-wrap1 {
  margin: 5.99vw 0 3.39vw;
}

.menu-list *:focus {
  outline: none;
}

.menu-list .mens {
  background-color: rgba(143, 143, 143, 0.2);
}

.menu-list .mens .mens-text .pc {
  text-align: center;
}

.menu-list .ladies {
  background-color: rgba(255, 200, 200, 0.2);
}

.menu-list .ladies .ladies-text .pc {
  text-align: center;
}

.menu-list .boys {
  background-color: rgba(155, 228, 228, 0.2);
}

.menu-list .boys .ladies-text .pc {
  text-align: center;
}

.menu-list .girls {
  background-color: rgba(205, 255, 213, 0.2);
}

.menu-list .girls .ladies-text .pc {
  text-align: center;
}

.menu-list .kids {
  background-color: rgba(255, 242, 184, 0.2);
}

.menu-list .kids .ladies-text .pc {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menu {
    padding: 20.67vw 3.33vw 0;
    background-image: url(../images/sp-bg.jpg);
    background-size: 100% auto;
    background-attachment: fixed;
  }
  .menu .ttl {
    font-size: clamp(30px, 8vw, 60px);
  }
  .menu .ttl span {
    font-size: clamp(20px, 5.33vw, 40px);
  }
  .menu .sub-ttl {
    font-size: clamp(22px, 6vw, 45px);
  }
  .menu .sub-ttl:before {
    width: 80vw;
    height: 5.2vw;
    margin: 21.07vw 0 8.67vw;
  }
  .menu .sub-ttl:after {
    width: 80vw;
    height: 1.73vw;
    margin: 8.67vw 0;
  }
  .menu .menu-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .menu .menu-list li {
    width: 30.67vw;
    margin: 0.67vw;
    padding: 2vw 0;
    min-width: 110px;
  }
  .menu .menu-list li a {
    font-size: clamp(12px, 2.67vw, 20px);
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: 600;
  }
  .menu .menu-list li a span {
    font-size: clamp(15px, 4vw, 30px);
    letter-spacing: 0.2em;
    margin: 0.5vw 0 1.33vw;
  }
  .menu .menu-list li a img {
    width: 2.8vw;
  }
  .menu .img-wrap1 {
    margin: 9.33vw 0 0;
  }
  .menu .img-wrap4 {
    margin-bottom: 6.67vw;
  }
  .menu-list .mens .mens-text img {
    width: 100%;
  }
  .menu-list .ladies .ladies-text img {
    width: 100%;
  }
  .menu-list .boys .ladies-text img {
    width: 100%;
  }
  .menu-list .girls .ladies-text img {
    width: 100%;
  }
  .menu-list .kids .ladies-text img {
    width: 100%;
  }
}

/*--------------
ポップアップ
---------------*/
.hide-area {
  display: none;
}

.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}

#modaal-title {
  font-size: 1.2rem;
  text-align: center;
  margin: 0 0 20px 0;
}

.modaal-video .modaal-inner-wrapper {
  padding: 0;
}

.modaal-inner-wrapper {
  background: url("../img/sp-modal_bg.png") no-repeat center/contain;
}

.modaal-close {
  top: 70px;
}
/*# sourceMappingURL=style.css.map */