@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");
body {
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  body {
    background: linear-gradient(#252525 30%, #484848 30%);
  }
}
@media only screen and (min-width: 768px) {
  body {
    background: linear-gradient(#252525 50%, #484848 50%);
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.global_head {
  margin: 0;
}

.hero {
  background-image: url(../img/hero-bg.png?v3), linear-gradient(#2cadf1, #d6fdf8);
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .hero {
    background-position: top center, top left;
    background-size: cover, auto;
    height: 760px;
  }
}
@media only screen and (min-width: 768px) {
  .hero {
    background-position: bottom center, top left;
    background-size: cover, auto;
    height: 900px;
  }
  .hero::after {
    content: "";
    background-color: #252525;
    width: 1000px;
    height: 68px;
    position: absolute;
    left: calc(50% + 494px);
    bottom: 0;
    z-index: 10;
  }
}
.hero__content {
  position: relative;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .hero__content {
    width: calc(100% - 40px);
  }
}
@media only screen and (min-width: 768px) {
  .hero__content {
    max-width: 950px;
    width: calc(100% - 60px);
    padding: 60px 0 0;
  }
}
.hero__ttl {
  margin: 0;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__ttl {
    width: 100%;
    max-width: 300px;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero__ttl {
    width: 58%;
    top: 80px;
    left: 0;
  }
}
.hero__building {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .hero__building {
    width: 117%;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .hero__building {
    width: 1100px;
    bottom: -1px;
    right: calc(50% - 650px);
  }
}

.content {
  font-family: "Noto Sans JP", serif;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .content {
    padding: 60px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .content {
    padding: 140px 0 0;
  }
}

.block {
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 768px) {
  .block {
    max-width: 1150px;
  }
}

h2 {
  text-align: center;
  letter-spacing: 0.3rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 2rem;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 3rem;
    margin: 0 0 60px;
  }
}
h2 span {
  font-family: "Montserrat";
  display: block;
  font-weight: 500;
  letter-spacing: 0.2rem;
  margin: 13px 0 0;
}
@media only screen and (max-width: 767px) {
  h2 span {
    font-size: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  h2 span {
    font-size: 1.1rem;
  }
}

.catch {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 767px) {
  .catch {
    margin: 0 auto 80px;
  }
}
@media only screen and (min-width: 768px) {
  .catch {
    text-align: center;
    margin: 0 auto 140px;
  }
}
.catch__lead {
  font-weight: 700;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .catch__lead {
    font-size: 1.8rem;
    margin: 0 0 40px;
    text-align: center;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 768px) {
  .catch__lead {
    font-size: 3.5rem;
    margin: 0 0 50px;
  }
}
.catch__lead span {
  border-bottom: 2px solid #fff;
  line-height: 1;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .catch__lead span {
    padding: 0 0 3px;
  }
}
@media only screen and (min-width: 768px) {
  .catch__lead span {
    padding: 0 0 8px;
  }
}
.catch__text {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .catch__text {
    gap: 30px 0;
    text-align: left;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .catch__text {
    gap: 30px 0;
  }
}
.catch__text p {
  margin: 0;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .catch__text p {
    font-size: 0.95rem;
    line-height: 1.9;
  }
}
@media only screen and (min-width: 768px) {
  .catch__text p {
    font-size: 1.2rem;
    line-height: 2.2;
  }
}

.image {
  margin-inline: calc(50% - 50vi);
  display: grid;
}
@media only screen and (max-width: 767px) {
  .image {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .image {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 140px;
    gap: 15px;
  }
  .image img {
    width: 100%;
  }
}

.floor {
  background: linear-gradient(#252525, #3f3f3f);
}
@media only screen and (max-width: 767px) {
  .floor {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .floor {
    padding: 0 0 140px;
  }
}
.floor__content {
  background-color: #000;
  border: 10px solid #000;
  display: grid;
}
@media only screen and (max-width: 767px) {
  .floor__content {
    gap: 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .floor__content {
    max-width: 650px;
    margin: 0 auto;
    gap: 10px 0;
  }
}
.floor__item {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .floor__item {
    grid-template-columns: 50px 1fr;
    grid-template-rows: 75px;
    gap: 0 7px;
  }
}
@media only screen and (min-width: 768px) {
  .floor__item {
    grid-template-columns: 60px 1fr;
    grid-template-rows: 90px;
    gap: 0 10px;
  }
}
.floor__item:last-child {
  border-bottom: none;
}
.floor__ttl {
  background-color: #db403f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  font-family: "Oswald";
}
@media only screen and (max-width: 767px) {
  .floor__ttl {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .floor__ttl {
    font-size: 2.5rem;
  }
}
.floor__ttl span {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .floor__ttl span {
    font-size: 1.4rem;
    top: 4.5px;
  }
}
@media only screen and (min-width: 768px) {
  .floor__ttl span {
    font-size: 1.8rem;
    top: 5.5px;
  }
}
.floor__data {
  background-color: #fff;
  color: #000;
  text-align: left;
  display: flex;
  align-items: center;
  font-weight: 800;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .floor__data {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .floor__data {
    font-size: 1.5rem;
    padding: 10px 30px;
  }
}

.topics {
  background-color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .topics {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .topics {
    padding: 0 0 140px;
  }
}
.topics__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .topics__nav {
    gap: 10px;
    margin: 0 0 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav {
    gap: 15px;
    margin: 0 auto 60px;
    width: calc(100% - 40px);
  }
}
.topics__nav_item {
  background-color: #db403f;
  display: grid;
  place-content: center;
  text-align: center;
  box-sizing: border-box;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .topics__nav_item {
    width: calc(25% - 10px);
    height: 45px;
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__nav_item {
    width: calc(25% - 65px);
    height: 55px;
    padding: 0 15px;
    font-size: 0.95rem;
    transition: 0.3s;
  }
  .topics__nav_item:hover {
    background-color: #666;
  }
}
.topics__nav_item.narrow-active {
  background-color: #222;
}
.topics__nav_item.narrow-active:hover {
  opacity: 1;
}
.topics__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .topics__list {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .topics__list {
    gap: 40px 30px;
  }
}
.topics__item {
  position: relative;
  border-bottom: 1px solid #666;
}
@media only screen and (max-width: 767px) {
  .topics__item {
    width: 100%;
    padding: 0 0 13px;
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 0 17px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item {
    width: calc(25% - 30px);
    padding: 0 0 10px;
  }
  .topics__item:hover img {
    transform: scale(1.1);
  }
}
.topics__item--img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333;
}
@media only screen and (max-width: 767px) {
  .topics__item--img {
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item--img {
    height: 200px;
    margin: 0 0 17px;
  }
}
.topics__item--img img {
  transition: 0.3s;
  width: 100%;
}
.topics__item--caption {
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .topics__item--caption {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.topics__item--ttl {
  margin: 0;
  font-feature-settings: "palt";
  overflow: hidden;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .topics__item--ttl {
    font-size: 0.8rem;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item--ttl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 0.93rem;
    height: 78px;
  }
}
.topics__item--ttl a {
  color: #fff;
}
.topics__item--ttl a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.topics__item--info {
  display: flex;
  justify-content: space-between;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .topics__item--info {
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__item--info {
    font-size: 0.85rem;
    margin: 20px 0 0;
  }
}
.topics__item--genre {
  color: #db403f;
  font-weight: 600;
  margin: 0;
}
.topics__item--date {
  color: #979796;
  margin: 0;
}
.topics__coming-soon p {
  margin: 30px 0 0;
  font-family: "Montserrat";
  display: block;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .topics__coming-soon p {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .topics__coming-soon p {
    font-size: 1.2rem;
  }
}
.topics .narrow-hide {
  display: none !important;
}

.sale {
  background-color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .sale {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .sale {
    padding: 0 0 140px;
  }
}
.sale__catch {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 767px) {
  .sale__catch {
    font-size: 1.3rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__catch {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
}
.sale__block {
  background-color: #000;
  padding: 10px 10px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__block {
    margin: 0 0 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__block {
    margin: 0 0 15px;
  }
}
.sale__block:last-child {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sale__ttl {
    margin: 0 0 10px;
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-template-rows: min-content min-content;
    grid-template-areas: "sale-floor sale-genre" "sale-topic sale-topic";
    gap: 7px 5px;
    margin-bottom: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__ttl {
    margin: 0 0 10px;
    display: flex;
    gap: 0 10px;
  }
}
.sale__ttl .sale-floor {
  font-family: "Oswald";
  background-color: #db403f;
  display: block;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .sale__ttl .sale-floor {
    grid-area: sale-floor;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__ttl .sale-floor {
    font-size: 2rem;
    width: 120px;
    padding: 10px 0;
  }
}
.sale__ttl p {
  background-color: #fff;
  color: #000;
  margin: 0;
  font-weight: 800;
}
@media only screen and (max-width: 767px) {
  .sale__ttl p {
    grid-area: sale-genre;
    font-size: 1rem;
    line-height: 1.2;
    padding: 7px 6px 8px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .sale__ttl p {
    font-size: 1.8rem;
    line-height: 1;
    width: calc(100% - 320px);
    padding: 10px 15px;
  }
}
.sale__topics {
  background-color: #f7b500;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale__topics {
    grid-area: sale-topic;
    height: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__topics {
    width: 200px;
    transition: 0.3s;
  }
  .sale__topics:hover {
    filter: brightness(0.8);
  }
}
.sale__topics::after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  rotate: 45deg;
  pointer-events: none;
}
.sale__topics a {
  color: #fff;
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .sale__topics a {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .sale__topics a {
    font-size: 1.3em;
    padding-left: 20px;
  }
}
.sale__list {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .sale__list {
    flex-wrap: wrap;
    gap: 10px 10px;
  }
}
.sale__item {
  text-align: center;
  color: #000;
  background-color: #333;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale__item {
    width: calc(50% - 10px);
  }
}
@media only screen and (min-width: 768px) {
  .sale__item {
    width: calc(20% - 10px);
  }
  .sale__item:hover a {
    transition: 0.3s;
    opacity: 0.7;
  }
}
.sale__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.sale__item--img {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 18px 18px;
  padding: 10px 10px 22px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sale__item--img {
    height: 170px;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item--img {
    height: 260px;
  }
}
.sale__item--img img {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
.sale__item--ttl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  box-sizing: border-box;
  color: #000;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
  background: linear-gradient(transparent, rgba(51, 51, 51, 0.9) 40%);
  overflow: hidden;
  margin: 0 0 1px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .sale__item--ttl {
    font-size: 0.75rem;
    bottom: 5px;
    padding: 10px 7px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sale__item--ttl {
    font-size: 0.85rem;
    bottom: 10px;
    padding: 15px 10px 0;
  }
}
.sale .link-knsb {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .sale .link-knsb {
    padding: 50px 0;
  }
}
.sale .link-knsb a {
  background-color: #666;
  color: #fff;
  text-decoration: none;
  display: block;
  display: grid;
  place-content: center;
  font-weight: 600;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sale .link-knsb a {
    width: 100%;
    height: 40px;
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .sale .link-knsb a {
    width: 400px;
    height: 70px;
    font-size: 1.4rem;
    transition: 0.3s;
  }
  .sale .link-knsb a:hover {
    background-color: #999;
  }
}
.sale .link-knsb a::after {
  content: "";
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .sale .link-knsb a::after {
    width: 6px;
    height: 6px;
    right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .link-knsb a::after {
    width: 8px;
    height: 8px;
    right: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .slick-list {
    margin: 0 -5px;
  }
}
.sale .slick-slide {
  margin: 0 5px;
}
.sale .slick-prev,
.sale .slick-next {
  z-index: 999;
}
.sale .slick-prev::before,
.sale .slick-next::before {
  content: "";
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .sale .slick-prev::before,
  .sale .slick-next::before {
    width: 7px;
    height: 7px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .slick-prev::before,
  .sale .slick-next::before {
    width: 8px;
    height: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .slick-prev {
    left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .slick-prev {
    left: 7px;
  }
}
.sale .slick-prev::before {
  transform: translateY(-50%) rotate(230deg);
}
@media only screen and (max-width: 767px) {
  .sale .slick-prev::before {
    left: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .slick-prev::before {
    left: 17px;
  }
}
@media only screen and (max-width: 767px) {
  .sale .slick-next {
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .slick-next {
    right: 7px;
  }
}
.sale .slick-next::before {
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .sale .slick-next::before {
    left: 9px;
  }
}
@media only screen and (min-width: 768px) {
  .sale .slick-next::before {
    left: 13px;
  }
}
.sale button {
  background-color: #fff;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .sale button {
    width: 30px;
    height: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .sale button {
    width: 40px;
    height: 40px;
  }
}
.sale button:hover, .sale button:focus {
  background-color: #f1f1f1;
}

.note {
  background-color: #000;
}
@media only screen and (max-width: 767px) {
  .note {
    margin-top: 30px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .note {
    margin-top: 50px;
    padding: 10px;
  }
}
.note__ttl {
  background-color: #db403f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .note__ttl {
    line-height: 1.3;
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    border-left: 15px solid #fff;
    border-bottom: 5px solid #fff;
  }
}
@media only screen and (min-width: 768px) {
  .note__ttl {
    font-size: 1.5rem;
    border-top: 30px solid #fff;
    border-right: 30px solid #fff;
    border-left: 30px solid #fff;
    border-bottom: 5px solid #fff;
  }
}
.note__content {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .note__content {
    padding: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .note__content {
    padding: 30px;
  }
}
.note__grid {
  display: grid;
}
@media only screen and (min-width: 768px) {
  .note__grid {
    align-items: flex-start;
    grid-template-columns: 1fr 400px;
    gap: 0 25px;
  }
}
.note__txt {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .note__txt {
    gap: 15px 0;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 768px) {
  .note__txt {
    gap: 20px 0;
  }
}
.note__txt dl {
  margin: 0;
}
.note__txt dl dt {
  font-weight: 700;
  display: inline-block;
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .note__txt dl dt {
    margin: 0 0 7px;
    padding: 2px 15px 3px;
  }
}
@media only screen and (min-width: 768px) {
  .note__txt dl dt {
    font-size: 1.15rem;
    margin: 0 0 10px;
    padding: 3px 15px 5px;
  }
}
.note__txt dl dd {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .note__txt dl dd {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .note__txt dl dd {
    font-size: 1.1rem;
  }
}
.note__txt dl dd span {
  display: block;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  .note__txt dl dd span {
    font-size: 0.95rem;
  }
}
.note__txt p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .note__txt p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 768px) {
  .note__txt p {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}
.note__time {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .note__time {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .note__time {
    margin-top: 40px;
  }
}
.note__time-ttl {
  font-weight: 700;
  text-align: center;
  background-color: #db403f;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .note__time-ttl {
    margin: 0 0 20px;
    padding: 6px 20px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-ttl {
    margin: 0 0 30px;
    padding: 7px 35px 10px;
    font-size: 1.5rem;
  }
}
.note__time-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #000;
  border: 4px solid #000;
  font-family: "Noto Sans JP", serif;
}
@media only screen and (max-width: 767px) {
  .note__time-table {
    font-size: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table {
    font-size: 1rem;
  }
}
.note__time-table thead th {
  background-color: #000;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 767px) {
  .note__time-table thead th {
    padding: 6px 10px 9px;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table thead th {
    padding: 8px 15px 10px;
  }
}
.note__time-table thead th:first-child {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .note__time-table thead th:first-child {
    width: 35%;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table thead th:first-child {
    width: 40%;
  }
}
.note__time-table tbody tr.note__time-item:not(:last-child) {
  border-bottom: 2px solid #000;
}
.note__time-table tbody tr.note__time-item td {
  background-color: #fff;
  color: #000;
  border: none;
}
@media only screen and (max-width: 767px) {
  .note__time-table tbody tr.note__time-item td {
    padding: 11px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table tbody tr.note__time-item td {
    padding: 15px;
  }
}
.note__time-table tbody tr.note__time-item td:nth-of-type(2) {
  border-right: 1px solid #ccc;
}
.note__time-table tbody tr.note__time-item td.note__time-head {
  font-weight: 800;
  text-align: left;
  border-right: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .note__time-table tbody tr.note__time-item td.note__time-head {
    text-align: center;
    padding: 11px 10px;
    font-size: 0.85rem;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table tbody tr.note__time-item td.note__time-head {
    padding: 15px 25px;
  }
}
.note__time-table tbody tr.note__time-item td.note__time-head span {
  background-color: #db403f;
  color: #fff;
  line-height: 1;
  display: grid;
  place-content: center;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .note__time-table tbody tr.note__time-item td.note__time-head span {
    display: block;
    width: 50px;
    height: 15px;
    margin: 0 auto 3px;
  }
}
@media only screen and (min-width: 768px) {
  .note__time-table tbody tr.note__time-item td.note__time-head span {
    display: inline-block;
    width: 55px;
    height: 23px;
    margin-right: 13px;
  }
}
.note__time-table tbody tr.note__time-item td.note__time-txt {
  text-align: center;
  font-weight: 600;
  font-feature-settings: "tnum";
}

.sns {
  background-color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .sns {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 768px) {
  .sns {
    padding: 90px 0 100px;
  }
}
.sns__container {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .sns__container {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .sns__container {
    max-width: 700px;
    margin: 0 auto;
  }
}
.sns__item {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .sns__item iframe.twitter-timeline {
    height: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item iframe.twitter-timeline {
    height: 450px !important;
  }
}
.sns__item_container {
  display: flex;
  gap: 0 13px;
}
@media only screen and (max-width: 767px) {
  .sns__item_container {
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_container {
    justify-content: center;
  }
}
.sns__item_icon {
  background-color: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .sns__item_icon {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_icon {
    width: 50px;
    height: 50px;
  }
}
.sns__item_icon::before {
  font-family: "Font Awesome 6 Brands";
  font-weight: 900;
  content: "\e61b";
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sns__item_icon::before {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_icon::before {
    font-size: 1.8rem;
  }
}
.sns__item_ttl {
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .sns__item_ttl {
    font-size: 1.05rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_ttl {
    font-size: 1.2rem;
    word-break: break-all;
  }
}
.sns__item_acount {
  color: #bbb;
}
@media only screen and (max-width: 767px) {
  .sns__item_acount {
    font-size: 0.75rem;
  }
}
.sns__item_link {
  background: #212836;
  text-align: center;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .sns__item_link {
    width: 110px;
    height: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_link {
    max-width: 140px;
    width: 100%;
    height: 45px;
    transition: 0.3s;
  }
}
.sns__item_link a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
}
@media only screen and (max-width: 767px) {
  .sns__item_link a {
    font-size: 0.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .sns__item_link a {
    font-size: 0.9rem;
  }
}
.sns__item_link a:hover {
  text-decoration: none;
}
.sns__item_link a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sns .sns-tl {
  border: 2px solid #212836 !important;
  background: #fff;
  box-sizing: border-box;
  padding: 5px 10px 10px;
}
@media only screen and (max-width: 767px) {
  .sns .sns-tl {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .sns .sns-tl {
    width: 500px;
  }
}
.sns .sns-info {
  border: 2px solid #212836 !important;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sns .sns-info {
    padding: 20px 13px 22px;
  }
  .sns .sns-info:hover .sns__item_link {
    background-color: #505867;
  }
}
@media only screen and (min-width: 768px) {
  .sns .sns-info {
    padding: 20px 20px 22px;
  }
  .sns .sns-info:hover .sns__item_link {
    background-color: #505867;
  }
}

.access {
  background: linear-gradient(#3f3f3f, #484848);
}
@media only screen and (max-width: 767px) {
  .access {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .access {
    padding: 0 0 140px;
  }
}
.access__map {
  margin: 0 auto;
}
.access__text {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .access__text {
    margin: 35px auto 0;
    font-size: 0.9rem;
    max-width: 290px;
  }
}
@media only screen and (min-width: 768px) {
  .access__text {
    margin: 40px auto 0;
    max-width: 650px;
    font-size: 0.95rem;
  }
}
.access__text-shop {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .access__text-shop {
    font-size: 1.1rem;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .access__text-shop {
    font-size: 1.2rem;
    margin: 0 0 25px;
  }
}
.access__text-detail {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .access__text-detail {
    gap: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .access__text-detail {
    grid-template-columns: 1fr 1fr;
    gap: 0 20px;
  }
}
.access__text p {
  margin: 0;
  padding: 0 0 0 25px;
  position: relative;
  letter-spacing: 0.1rem;
}
.access__text p::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 4.5px;
  left: 0;
}
.access__text p span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .access__text p span {
    margin: 10px 0 0;
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .access__text p span {
    font-size: 0.9rem;
    margin: 10px 0 0;
  }
}
.access__text-map {
  margin: 0 0 20px;
}
.access__text-map::before {
  content: "\f3c5";
}
.access__text-hours::before {
  content: "\f017";
}

.recruit {
  background-color: #f6f6f6;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .recruit {
    font-size: 0.95rem;
    padding: 80px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit {
    padding: 140px 0;
  }
}
.recruit__content {
  background-color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit__content {
    margin: 0 0 30px;
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__content {
    margin: 0 0 40px;
    padding: 50px 50px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .recruit__catch {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__catch {
    margin: 0 0 40px;
  }
}
.recruit__catch--lead {
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .recruit__catch--lead {
    font-size: 1.3rem;
    margin: 0 0 25px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__catch--lead {
    font-size: 1.8rem;
    margin: 0 0 20px;
  }
}
.recruit__catch--lead span {
  border-bottom: 2px solid #000;
  line-height: 1;
  display: inline-block;
}
.recruit__catch--text {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .recruit__catch--text {
    line-height: 1.9;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__catch--text {
    line-height: 1.9;
  }
}
.recruit__block {
  display: grid;
}
@media only screen and (max-width: 767px) {
  .recruit__block {
    gap: 30px 0;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 25px;
  }
}
.recruit__item {
  background-color: #f5f5f8;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
@media only screen and (max-width: 767px) {
  .recruit__item {
    padding: 20px 15px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item {
    padding: 30px 25px;
  }
}
.recruit__item--ttl {
  position: relative;
  border-left: solid 8px #db403f;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__item--ttl {
    font-size: 1.1rem;
    margin: 0 0 15px;
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item--ttl {
    font-size: 1.2rem;
    margin: 0 0 15px;
    padding: 5px 15px;
  }
}
.recruit__item--ttl::after {
  content: "";
  background: #3e4d53;
  width: 8px;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -8px;
}
.recruit__item table {
  background-color: #fff;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__item table {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item table {
    font-size: 0.95rem;
  }
}
.recruit__item table tr {
  display: flex;
  border-top: 1px solid #dbe0e5;
}
.recruit__item table tr:first-of-type {
  border-top: none;
}
.recruit__item table th {
  text-align: left;
  padding: 20px 15px;
}
@media only screen and (max-width: 767px) {
  .recruit__item table th {
    width: 85px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item table th {
    width: 110px;
  }
}
.recruit__item table td {
  line-height: 1.7;
  padding: 20px 15px 20px 0;
}
@media only screen and (max-width: 767px) {
  .recruit__item table td {
    width: calc(100% - 85px);
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item table td {
    width: calc(100% - 110px);
  }
}
@media only screen and (min-width: 768px) {
  .recruit__item .recruit-column {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
}
.recruit__apply-item {
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item {
    padding: 30px 10px 32px;
    display: grid;
    place-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item {
    padding: 40px 30px 45px;
  }
}
.recruit__apply-item--ttl {
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05rem;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item--ttl {
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item--ttl {
    font-size: 1.4rem;
  }
}
.recruit__apply-item--content {
  box-sizing: border-box;
}
.recruit__apply-item .item-contact p {
  margin: 0;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item .item-contact p {
    font-size: 0.85rem;
  }
}
.recruit__apply-item .item-contact .tel {
  margin: 5px 0 7px;
  line-height: 1;
}
.recruit__apply-item .item-contact .tel span {
  font-weight: 600;
  margin-left: 10px;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item .item-contact .tel span {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item .item-contact .tel span {
    font-size: 1.8rem;
  }
}
.recruit__apply-item.apply-btn {
  position: relative;
  background-color: #db403f;
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item.apply-btn {
    transition: 0.3s;
  }
  .recruit__apply-item.apply-btn:hover {
    transform: translateY(-10px);
    box-shadow: 8px 8px 17px rgba(0, 0, 0, 0.1);
  }
  .recruit__apply-item.apply-btn:hover .arrow__img::before {
    animation-name: arrow-anime-rtl;
    animation-delay: 0s;
  }
  .recruit__apply-item.apply-btn:hover .arrow__img::after {
    animation-name: arrow-anime-ltr;
    animation-delay: 0.2s;
  }
}
.recruit__apply-item.apply-btn a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  font-weight: 600;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item.apply-btn a {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item.apply-btn a {
    font-size: 1.6rem;
  }
}
.recruit__apply-item.apply-btn a::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit__apply-item .arrow {
  background-color: #fff;
  border-radius: 99px;
  position: absolute;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item .arrow {
    width: 35px;
    height: 35px;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item .arrow {
    width: 45px;
    height: 45px;
    bottom: 25px;
    right: 25px;
  }
}
.recruit__apply-item .arrow__img {
  overflow: hidden;
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item .arrow__img {
    width: 13px;
    top: 11px;
    right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item .arrow__img {
    width: 15px;
    top: 16px;
    right: 14px;
  }
}
.recruit__apply-item .arrow__img::before, .recruit__apply-item .arrow__img::after {
  content: "";
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  animation-fill-mode: forwards;
  animation-duration: 0.4s;
}
@media only screen and (max-width: 767px) {
  .recruit__apply-item .arrow__img::before, .recruit__apply-item .arrow__img::after {
    width: 13px;
  }
}
@media only screen and (min-width: 768px) {
  .recruit__apply-item .arrow__img::before, .recruit__apply-item .arrow__img::after {
    width: 15px;
  }
}
.recruit__apply-item .arrow__img::before {
  background-image: url(../img/icon_arrow.svg);
}
.recruit__apply-item .arrow__img::after {
  background-image: url(../img/icon_arrow.svg);
  transform: translateX(-100%);
}
@keyframes arrow-anime-ltr {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes arrow-anime-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

.open {
  text-align: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .open {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .open {
    margin-bottom: 80px;
  }
}
.open__ttl {
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .open .open-slide {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .open .open-slide {
    margin-top: 50px;
  }
}
.open .open-slide__item {
  margin: 0 5px;
}
@media only screen and (max-width: 767px) {
  .open .open-slide__item img {
    height: 200px;
  }
}
@media only screen and (min-width: 768px) {
  .open .open-slide__item img {
    height: 450px;
  }
}

.timetable {
  background-color: #3f3f3f;
}
@media only screen and (max-width: 767px) {
  .timetable {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .timetable {
    padding-top: 50px;
  }
}
.timetable__content {
  background-color: #fff;
  padding: 30px;
  box-sizing: border-box;
  border: 10px solid #000;
}
.timetable__ttl {
  background-color: #db403f;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 7px 0;
}
@media only screen and (max-width: 767px) {
  .timetable__ttl {
    line-height: 1.3;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__ttl {
    font-size: 1.5rem;
    margin: 0 0 30px;
  }
}
.timetable__img {
  position: relative;
}
.timetable__img span {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .timetable__img span {
    width: 20px;
    height: 20px;
    bottom: 5px;
    right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__img span {
    width: 30px;
    height: 30px;
    bottom: 10px;
    right: 10px;
  }
}
.timetable__img span::before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .timetable__img span::before {
    font-size: 0.7rem;
    position: relative;
    top: -1px;
  }
}
@media only screen and (min-width: 768px) {
  .timetable__img span::before {
    font-size: 0.9rem;
  }
}
.timetable__notes {
  background-color: #fff;
  color: #333;
  margin: 20px 0 0 15px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .timetable__notes {
    font-size: 0.9rem;
  }
}
.timetable__notes li {
  margin: 6px 0;
  font-weight: 700;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: relative;
  margin: auto;
  padding: 20px;
  max-width: 1200px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .modal-content {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .modal-content {
    width: 100%;
  }
}
.modal-close {
  position: absolute;
  top: -40px;
  right: 20px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  z-index: 10000;
  transition: opacity 0.3s ease;
}
.modal-close:hover {
  opacity: 0.7;
}

#modalImage {
  max-width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.timetable-img {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.timetable-img:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */