@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.u-desktop {
  display: block;
}
@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 1099px) {
  html {
    font-size: 1.4558689718vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: initial;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
}

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

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.search-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #1B1B1B;
  color: #fff;
  height: 113px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-header__title {
  position: relative;
  bottom: 4px;
}

.search-header__link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 27px;
  line-height: 1;
}
.search-header__link::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/20;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #1B1B1B;
  color: #fff;
  height: 141px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-header__lead {
  margin-top: 8px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  line-height: 1.4;
}

.top-header__lead-char {
  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;
}

.top-header__lead-kana {
  font-size: 6px;
  font-weight: 400;
  line-height: 1.2;
}

.page-title {
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
}

.page-title__char {
  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;
}

.page-title__char--last .page-title__kanji {
  letter-spacing: 0.05em;
}

.page-title__kana {
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
}

.page-title__kanji {
  font-size: 36.26px;
  font-weight: 700;
  line-height: 1.2;
}

.search {
  height: 100vh;
  background-image: url("../images/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 143px;
  overflow: hidden;
}

.search::-webkit-scrollbar {
  display: none;
}

.search__inner {
  padding: 0 70px 0 40px;
  max-width: 1194px;
  margin-inline: auto;
}

.search__sidebar {
  position: fixed;
  top: 143px;
  left: 50%;
  -webkit-transform: translateX(-556px);
          transform: translateX(-556px);
}

.search__genre:not(:first-child) {
  margin-top: 18px;
}

.search__genre-link {
  display: block;
  width: 184px;
  height: 44px;
  background-color: #fff;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 2px;
}

.search__genre-link--current {
  background-color: rgba(255, 255, 255, .2);
  backdrop-filter: blur(10px);
  color: #fff;
}

.search__genre-kana {
  font-size: 6px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
}

.search__genre-kanji {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.2em;
}

.search__content {
  width: 840px;
  background-color: #2c2c2c;
  padding: 26px 20px 30px;
  margin: 0 0 50px 244px;
  border-radius: 10px;
}

.search__content--location {
  padding: 26px 15px 30px 20px;
}

.search__title {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search__title-char {
  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;
}

.search__title-kana {
  font-size: 6px;
  font-weight: 400;
  line-height: 1;
}

.search__list {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 27px 20px;
}

.search__list--location {
  max-height: 432px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 10px;
  scrollbar-color: #c7c7c7 #2c2c2c;
}

.search__item {
  width: calc(33.33333% - 13.33333px);
}

.search__link {
  display: block;
  width: 249px;
  height: 64px;
  background-color: #fff;
  border-radius: 40px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.search__link::after {
  content: "";
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#391457), to(#5c3472));
  background: linear-gradient(to right, #391457, #5c3472);
  border-radius: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  z-index: -1;
}

.search__link-kana {
  font-size: 6px;
  font-weight: 400;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}

.search__link-kanji {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1em;
  padding-left: 4px;
}

.search__back {
  position: absolute;
  right: 50%;
  bottom: 277px;
  -webkit-transform: translateX(183px);
          transform: translateX(183px);
}

.search__back-link {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  background-color: #fff;
  border-radius: 30px;
  width: 152px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top {
  min-height: 100vh;
  background-image: url("../images/bg-img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 188px;
}

.top__content {
  width: 920px;
  margin-inline: auto;
}

.top__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 39px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top__item {
  width: calc(25% - 30px);
}

.top__link {
  display: block;
  position: relative;
}

.top__link-text {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 48px;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: 50px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top__link-text::after {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #DCDCDC;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 30px;
}

.top__link-char {
  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;
}

.top__link-kana {
  font-size: 6px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.top__link-kanji {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
/*# sourceMappingURL=styles.css.map */
