@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;600;700;800&family=Tenor+Sans&display=swap");

html {
  /**
     * 主要ブラウザのデフォルトフォントサイズは16pxなので、1rem=16px
     * スマホ版を見据えてremでサイズ指定したいので、10/16(0.625)することで、1rem=10pxにする。
     * 12px = 1.2rem
     * 16px = 1.6rem
     * 20px = 2rem ...
     */
  font-size: 62.5%;

  /** default font-style */
  font-family: "Noto Sans JP", serif;

  /* 
    font-family: "Noto Sans JP", serif;
    font-family: "Shippori Mincho", serif;
    font-family: "Tenor Sans", serif;
    */

  color: #0c090d;
}

body {
  margin: 0;
  padding: 0;
  background: url(../assets/background.webp);
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

button {
  cursor: pointer;
  border: none;
}

a {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

@charset "UTF-8";
* {
  font-family: "Noto Sans JP", serif;
}

html,
body {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color: #5a4d4d;
}

body {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #5a4d4d;
}

p {
  color: #5a4d4d;
  margin: 0;
}

li {
  list-style: none;
}

/* 共通パンくずリスト */
.common_nav {
  margin: 1.4rem 7.7rem 0;
}

.common_nav-list {
  margin: 0;
  padding: 0;
  display: block;
  white-space: normal;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.common_nav-list::-webkit-scrollbar {
  display: none;
}

.common_nav-list li {
  display: inline;
  vertical-align: middle;
}

.common_nav-list li::after {
  content: "/";
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
  font-weight: 400;
  margin: 0 0 0 0.3rem;
}

.common_nav-list li:nth-last-of-type(1)::after {
  display: none;
}

.common_nav-image_icon {
  width: 1.8rem;
  height: 1.8rem;
  display: inline;
  margin-right: 0.3rem;
  vertical-align: middle;
}

.common_nav-link {
  text-decoration: underline;
}

.common_nav-item {
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #0c090d;
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 780px) {
  .common_nav {
    margin: 0.2rem 0 0 1.6rem;
  }

  .common_nav-image_icon {
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    bottom: 0.1rem;
    margin-right: 0.4rem;
  }

  .common_nav-item {
    font-size: 1rem;
    align-items: flex-end;
    letter-spacing: 0.03rem;
  }

  .common_nav-list {
    margin: 0.8rem 0;
  }

  .common_nav-list li::after {
    margin: 0 0.6rem;
  }
}
/* 共通パンくずリスト ここまで */

/* 記事リスト */
.common_section-list_article {
  width: 100%;
  max-width: 92.4rem;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 4rem 2.4rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.common_section-item_article {
  width: calc((100% - 2.5rem) / 2);
  max-width: 45rem;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.3s;
}

.common_section-item_article:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_section-item_article.__new::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 7.2rem;
  height: 7.2rem;
  top: -1.2rem;
  left: -1.2rem;
  background-image: url("../assets/new.png");
  background-repeat: no-repeat;
  background-position: 0.0468rem 0.0175rem;
  background-size: 7.2rem;
}

@media (max-width: 780px) {
  .common_section-item_article.__new::before {
    width: 6rem;
    height: 6rem;
    top: -1rem;
    left: -1rem;
    background-size: 6rem;
  }
}

.common_section-item_article.__popular::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 9.4rem;
  height: 6.9rem;
  top: -1.2rem;
  left: -1.2rem;
  background-image: url("../assets/popular-article.png");
  background-repeat: no-repeat;
  background-position: 0.0468rem 0.0175rem;
  background-size: 9.4rem 6.9rem;
}

@media (max-width: 780px) {
  .common_section-item_article.__popular::before {
    width: 8rem;
    height: 5.9rem;
    top: -0.5rem;
    background-size: 8rem;
  }
}

.common_section-item_banner {
  height: 100%;
  max-height: 31.1rem;
  transition: all 0.3s;
}

.common_section-item_banner:hover {
  cursor: pointer;
  opacity: 0.5;
}

.__new::before {
  content: "";
  position: absolute;
  width: 8.345rem;
  height: 4.324rem;
  right: 0.8rem;
  top: -1.8rem;
  background: url(./public/assets/icon/new.png) no-repeat center;
  background-size: contain;
}

.__popular::before {
  content: "";
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  right: 0.8rem;
  top: -0.5rem;
  background: url(./public/assets/icon/popular.png) no-repeat center;
  background-size: contain;
}

.common_section-image_banner {
  width: 100%;
}

.common_section-image_article {
  width: 100%;
  max-width: 45rem;
  aspect-ratio: 6 / 4;
  object-fit: cover;
  border-radius: 0.8rem;
  margin: 0 0 0.3rem;
  padding: 0;
}

.common_section-container {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  height: 3rem;
  margin: 0 0 0.4rem;
}

.common_section-time {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  color: #606283;
}

.common_section-text_category {
  width: fit-content;
  height: 2.6rem;
  padding: 0.4rem 1.2rem;
  margin: 0;
  border-radius: 4rem;
  background: #92a3ff;
  color: #fff;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  text-align: center;
}

.common_section-text_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 150%;
  color: #0c090d;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.common_section-list_tag {
  margin: 0.8rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.95rem;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 150%;
  text-align: center;
  color: #606283;
}

.common_section-list_pagination {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin: 5.9rem 0 6.2rem;
  padding: 0;
  justify-content: center;
}

.common_section-item_pagination,
.__arrow {
  cursor: pointer;
  color: #e43b68;
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 160%;
  letter-spacing: 0.04rem;
  user-select: none;
}

.__current {
  color: #5a4d4d;
}

@media (max-width: 1150px) {
  .common_section-list_article {
    gap: 3rem 2.4rem;
    justify-content: center;
  }

  .common_section-text_title {
    display: block;
    font-size: 1.8rem;
  }

  .common_section-list_pagination {
    gap: 2.5rem;
  }
}

@media (max-width: 780px) {
  .__new::before {
    top: -1.8rem;
  }

  .__popular::before {
    width: 5.6rem;
    height: 5.6rem;
    right: 0.8rem;
    top: -0.5rem;
  }

  .common_section-image_article {
    margin: 0 0 0.5rem;
  }

  .common_section-container {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    height: 1.9rem;
    margin: 0 0 0.5rem;
  }

  .common_section-time {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .common_section-text_category {
    height: 1.9rem;
    padding: 0.2rem 0.8rem;
    font-size: 1rem;
  }

  .common_section-text_title {
    font-size: 1.6rem;
    letter-spacing: 0.005rem;
    line-height: 1.5;
  }

  .common_section-list_tag {
    margin: 0.8rem 0 0;
    gap: 0.2rem 0.8rem;
    font-size: 1.2rem;
    letter-spacing: 0.03rem;
    text-align: center;
  }

  .common_section-image_banner {
    width: 100%;
  }

  .common_section-list_pagination {
    gap: 3.2rem;
    margin: 1.8rem 0 4rem;
    padding: 0;
  }

  .common_section-item_pagination {
    font-size: 1.6rem;
    letter-spacing: 0.04rem;
    user-select: none;
  }

  .__arrow {
    font-size: 2.3rem;
  }
}

@media (max-width: 500px) {
  .common_section-item_article {
    width: 100%;
  }
}
/* 記事リスト ここまで */

/* サイドバー */
.common_aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4rem;
  margin: -0.5rem 0 4rem;
  padding: 0;
  width: 100%;
  max-width: 28.4rem;
}

.common_aside-link_ad {
  width: 28.4rem;
  height: 28.4rem;
  transition: all 0.5s;
}

.common_aside-link_ad:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_aside-image_ad {
  width: 100%;
  height: 100%;
}

.common_section-item_banner:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_aside-box {
  position: relative;
  margin: 0;
  width: 100%;
  height: 4.8rem;
}

.common_aside-icon {
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  width: 2rem;
  height: 2rem;
}

.search-box input[type="text"] {
  background-color: #f3f5fb;
  padding: 1.2rem 0 1.2rem 3.8rem;
  margin: 0;
  border: 0.1rem solid #c8d9d9;
  border-radius: 4rem;
  color: #9394a1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.04rem;
}

.common_aside-section {
  width: 100%;
  height: auto;
  padding: 0;
  box-sizing: border-box;
}

.common_aside-container {
  margin: 0 0 1.6rem;
  text-align: center;
}

.common_aside-inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.common_aside-image_title {
  margin: 0;
  width: 100%;
}

.common_aside-list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media (max-width: 780px) {
  .common_aside-list {
    gap: 1.6rem;
  }
}

.common_aside-item {
  transition: all 0.3s;
}

.common_aside-item:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_aside-link {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: relative;
}

@media (max-width: 780px) {
  .__fv-link {
    gap: 1.6rem;
  }
}

.common_aside-image_article {
  width: 9rem;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 0.4rem;
}

.common_aside-text_article {
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 160%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #0c090d;
}

.common_aside-text_article.__line-count {
  -webkit-line-clamp: 2;
}

.common_aside-text_datetime {
  font-family: "Tenor Sans", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 170%;
  color: #606283;
}

@media (max-width: 780px) {
  .common_aside-text_datetime {
    font-size: 1rem;
  }

  .__sp-arrival {
    font-size: 1.2rem;
  }
}

.common_aside-image_ranking {
  width: 4.4rem;
  height: 3.5rem;
}

.common_aside-list_category {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.8rem;
}

.common_aside-item_category {
  width: fit-content;
  height: 3.3rem;
  padding: 0.6rem 1.2rem;
  border-radius: 4rem;
  border: 0.1rem solid #606283;
  background: #f3f5fb;
  color: #0c090d;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s;
  line-height: 1.2;
}

.common_aside-item_category:hover {
  cursor: pointer;
  opacity: 0.5;
}

.common_aside-list_tag {
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.5rem 1rem;
}

.common_aside-item_tag {
  font-size: 1.4rem;
  transition: all 0.3s;
  font-weight: 400;
  color: #606283;
}

.common_aside-item_tag:hover {
  cursor: pointer;
  opacity: 0.5;
}

@media (max-width: 780px) {
  .common_aside {
    width: 100%;
    max-width: 100%;
    gap: 3.2rem;
    margin: -0.5rem 0 6.6rem;
  }

  .common_aside-link_ad {
    width: 36rem;
    height: 36rem;
  }

  .common_aside-section {
    width: 100%;
    height: auto;
    padding: 0;
  }

  .common_aside-title {
    font-size: 2.4rem;
    letter-spacing: 0.08rem;
    margin: 0;
    line-height: 55%;
  }
  .common_aside-container {
    margin: 0 0 1.6rem;
  }

  .common_aside-image_ranking {
    width: 4.4rem;
    height: 3.5rem;
  }

  .common_aside-text_article.__sp {
    font-size: 1.2rem;
  }

  .common_aside-item_category {
    width: fit-content;
    height: 2.7rem;
    font-size: 1.2rem;
    padding: 0.4rem 0.8rem;
  }

  .common_aside-list_tag {
    gap: 0.4rem 0.8rem;
  }
}
/* サイドバー ここまで */

/** header部分 */
.common__header--logo-gbc {
  width: 22rem;
  height: 6.2rem;
  display: inline-flex;
}

@media screen and (max-width: 991px) {
  .common__header--logo-gbc {
    display: none;
  }
}

.common__header--logo-gbc-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .common__header--logo-gbc-sp {
    display: block;
    width: 13.8rem;
    height: 3.6rem;
    margin-top: 0.65rem;
    margin-bottom: 0.65rem;
  }
}

.common__header--top {
  display: flex;
  align-items: center;
  height: 7.8rem;
  gap: 0;
  padding: 0 max(1.6rem, calc(50% - 64rem)) 0;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .common__header--top {
    height: 4.9rem;
  }
}

.common__header--button-bg,
.common__header--button-bg-sp {
  /* selectタグの疑似要素では制御できないため、新規でクラスを作成 */
  min-width: 9.6rem;
  height: 4rem;
  border-radius: 5.6rem;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  margin: 0 max(0.8rem, calc(100% - 102rem)) 0 0.7rem;
  position: relative;
}

.common__header--button-bg-sp {
  display: none;
  min-width: 7.6rem;
  height: 3rem;
}

@media screen and (max-width: 991px) {
  .common__header--button-bg {
    display: none;
  }
  .common__header--button-bg-sp {
    display: unset;
  }
}

.common__header--button-region,
.common__header--button-region-sp {
  top: 0.12rem;
  left: 0.12rem;
  right: 0.12rem;
  position: relative;
  border-radius: 5.6rem;
  background-color: #fff;
  border: none;
  outline: none;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #0c090d;
  width: calc(100% - 0.2rem);
  height: 3.76rem;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  padding-right: 2rem;
}

.common__header--button-region-sp {
  display: none;
}

.common__header--button-region::before,
.common__header--button-region::after,
.common__header--button-region-sp::before,
.common__header--button-region-sp::after {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.7rem;
  background: #606283;
  border-radius: 0.1rem;
}

.common__header--button-region::before,
.common__header--button-region-sp::before {
  transform: rotate(-45deg);
  top: 1.6rem;
  right: 1.61rem;
}

.common__header--button-region::after,
.common__header--button-region-sp::after {
  transform: rotate(45deg);
  top: 1.6rem;
  right: 1.2rem;
}

@media screen and (max-width: 991px) {
  .common__header--button-region-sp {
    display: unset;
    font-size: 1.2rem;
    height: 2.8rem;
  }
  .common__header--button-region-sp::before,
  .common__header--button-region-sp::after {
    top: 1.2rem;
  }
}

.common__header--nav-region {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: calc(100% + 0.8rem);
  left: 0;
  width: 28rem;
  height: 33.6rem;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  border-radius: 0.8rem;
  z-index: 2;
}

.common__header--ul-region {
  box-sizing: border-box;
  position: relative;
  top: 0.2rem;
  left: 0.2rem;
  border-radius: 0.6rem;
  background-color: #fff;
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
}

.common__header--li-region {
  position: relative;
  box-sizing: border-box;
  width: 27.6rem;
  height: 4.8rem;
  border-bottom: solid 0.1rem #e9eaf8;
  padding: 0 1rem 0 2.2rem;
  padding: 0 0 0 2.2rem;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s;
  user-select: none;
  font-weight: 400;
}

.common__header--li-region:nth-of-type(1) {
  height: 4.6rem;
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
  border-bottom: none;
}

.common__header--li-region:nth-last-of-type(1) {
  height: 4.6rem;
  border-bottom-left-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  border-bottom: none;
}

.common__header--li-region::before {
  content: "";
  position: relative;
  top: 0.1rem;
  left: -0.6rem;
  width: 1.12rem;
  height: 1.12rem;
  background: linear-gradient(0.25turn, #ffcfdc, #9facf0);
  clip-path: polygon(50% 0, 0 50%, 50% 100%, 100% 50%);
}

.common__header--li-region:hover {
  background-color: #e9eaf8;
}

.common__header--li-region-selected {
  background-color: #f3f5fb;
}

@media screen and (max-width: 991px) {
  .common__header--li-region {
    font-size: 1.2rem;
  }
}

.common__header-top--img {
  width: 2rem;
  height: 2rem;
}

.common__header-top--a {
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .common__header-top--nav {
    display: none;
  }
}

.common__header-top--ul {
  display: flex;
  padding: 0;
  width: auto;
}

.common__header-top--ul li {
  margin-right: 2.67rem;
  padding-left: 0.2rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: 0.05rem;
}

.common__header-top--ul li a {
  text-decoration: none;
  color: #606283;
  white-space: nowrap;
}

.common__header--input-container {
  position: relative;
  max-width: 34rem;
  width: 100%;
}

.common__header--input {
  position: absolute;
  left: 0;
  box-sizing: border-box;
  flex-grow: 1;
  position: relative;
  width: 100%;
  height: 4.1rem;
  border: solid 0.1rem #e9eaf8;
  padding: 0.8rem 4rem 0.8rem 4rem;
  border-radius: 10rem;
  outline: none;
  font-family: "Noto Sans JP", serif;
  color: #0c090d;
  font-weight: 400;
  font-size: 1.4rem;
  background: #f3f5fb;
}

.common__header--input::placeholder {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.52rem;
  letter-spacing: 0.04rem;
  color: #9394a1;
}

.common__header--input-img {
  position: absolute;
  left: 2rem;
  top: 1.4rem;
}
@media screen and (max-width: 991px) {
  .common__header--input-container {
    display: none;
  }
}

.common__header--button-search-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .common__header--button-search-sp {
    position: absolute;
    right: 2rem;
    top: 0.5rem;
    display: unset;
    width: 2.8rem;
    height: 4.1rem;
    background-image: url("../assets/search-red.webp");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 2.8rem 2.8rem;
    object-fit: cover;
    box-sizing: border-box;
    padding: 2.8rem 0 0 0;
    background-color: #fff;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 100%;
    color: #e43b68;
  }
}

.common__header--ul-prefecture {
  box-sizing: border-box;
  padding: 0 calc(50% - 64rem);
  width: 100%;
  height: 4rem;
  background: #8195ff;
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: none;
}

.common__header--ul-prefecture::-webkit-scrollbar {
  display: none;
}

.common__header--li-prefecture {
  position: relative;
  box-sizing: border-box;
  min-width: fit-content;
  width: auto;
  height: 2.8rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  letter-spacing: 0.05rem;
  padding-right: 2rem;
  padding-left: 1.2rem;
  margin: 0 0.4rem;
  cursor: pointer;
  user-select: none;
  transition: background-color 0.3s;
}

.common__header--li-prefecture span::before,
.common__header--li-prefecture span::after {
  content: "";
  position: absolute;
  width: 0.13rem;
  height: 0.7rem;
  background-color: #fff;
}

.common__header--li-prefecture span::before {
  transform: rotate(-45deg);
  top: 1.2rem;
  right: 1.2rem;
}

.common__header--li-prefecture span::after {
  transform: rotate(45deg);
  top: 1.2rem;
  right: 0.8rem;
}

.common__header--li-prefecture:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 991px) {
  .common__header--li-prefecture {
    font-size: 1.2rem;
  }
}

.common__header--nav-prefecture {
  position: relative;
  overflow-x: scroll;
  overflow-y: none;
}

.common__header--nav-prefecture::-webkit-scrollbar {
  display: none;
}

.common__header--nav-city-bg {
  display: none;
  position: absolute;
  box-sizing: border-box;
  top: calc(100% + 2.8rem);
  left: max(0%, calc(50% - 75.6rem));
  min-width: 85rem;
  min-height: 66.5rem;
  background: linear-gradient(0.25turn, #ff8fad, #92a3ff);
  border-radius: 0.8rem;
  padding: 0.6rem 3.2rem 1.6rem 3.2rem;
  z-index: 2;
}

.common__header--nav-city {
  position: absolute;
  box-sizing: border-box;
  top: 0.2rem;
  left: 0.2rem;
  min-width: calc(100% - 0.4rem);
  min-height: calc(100% - 0.4rem);
  background-color: #fff;
  border-radius: 0.68rem;
  padding: 1.6rem 2.8rem 1.6rem 2.8rem;
  z-index: 2;
}

.common__header--ul-city {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.6rem;
  margin: 0;
}

.common__header--li-city {
  position: relative;
  box-sizing: border-box;
  width: 14.4rem;
  height: 4.5rem;
  border-bottom: solid 0.1rem #e9eaf8;
  padding: 0 1rem 0 2.2rem;
  padding: 0 0 0 2.2rem;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background-color 0.3s;
  user-select: none;
}

.common__header--li-city::before {
  content: "";
  position: relative;
  top: 0.1rem;
  left: -0.6rem;
  width: 1.12rem;
  height: 1.12rem;
  background: linear-gradient(0.25turn, #ffcfdc, #9facf0);
  clip-path: polygon(50% 0, 0 50%, 50% 100%, 100% 50%);
}

.common__header--li-city:hover {
  background-color: #e9eaf8;
}

.common__header--li-triangle {
  display: flex;
}

.common__header--li-triangle::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  right: 2.2rem;
  width: 0.1rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  transform: rotate(-45deg);
  background-color: #606283;
}

.common__header--li-triangle::after {
  content: "";
  position: absolute;
  top: 2.24rem;
  right: 2.2rem;
  width: 0.1rem;
  height: 0.7rem;
  border-radius: 0.1rem;
  transform: rotate(45deg);
  background-color: #606283;
}

/** main部分 */
main {
  position: relative;
  background: url(../assets/background.png) repeat center center;
}

/** footer部分 */
footer {
  box-sizing: border-box;
  position: relative;
  background-image: url("../assets/footer-bg.webp");
  background-repeat: repeat-y;
  background-position: 0 -3.6rem;
  display: block;
  padding-left: max(0%, calc(50% - 64rem));
  padding-right: max(0%, calc(50% - 64rem));
  width: 100%;
}

@media screen and (max-width: 767px) {
  footer {
    /** sp版固定フッター用の余白 */
    margin-bottom: 5.2rem;
  }
}

.common__footer--top {
  width: 100%;
  padding: 6.4rem 0;
  display: flex;
  justify-content: stretch;
  gap: 6.4rem;
  box-sizing: border-box;
}

@media screen and (max-width: 991px) {
  .common__footer--top {
    width: 100%;
    padding: 2.4rem 1.6rem;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    gap: 4rem;
  }
}

.common__footer--top-inside {
  position: relative;
  width: 100%;
  padding: 8.2rem 0 7.6rem 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .common__footer--top-inside {
    width: fit-content;
    min-width: min(100%, 60.8rem);
    padding: 6.5rem 0 0;
  }
}

.common__footer--top-inside::before,
.common__footer--top-inside::after {
  content: "";
  position: absolute;
  display: block;
}

.common__footer--top-inside::before {
  width: 100%;
  height: 4.344rem;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-image:
    url("../assets/crown.webp"), url("../assets/decoration-line.webp");
  background-repeat: no-repeat no-repeat;
  background-size:
    21.5581rem 3.899rem,
    100% 1.1rem;
  background-position:
    50% 0,
    0 100%;
}

@media screen and (max-width: 991px) {
  .common__footer--top-inside::before {
    height: 3.183rem;
    background-size:
      15.152rem 2.738rem,
      100% 1.1rem;
  }
}

.common__footer--top-inside::after {
  width: 100%;
  height: 4.344rem;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scale(1, -1);
  background-image:
    url("../assets/crown.webp"), url("../assets/decoration-line.webp");
  background-repeat: no-repeat no-repeat;
  background-size:
    21.5581rem 3.899rem,
    100% 1.1rem;
  background-position:
    50% 0,
    0 100%;
}

@media screen and (max-width: 991px) {
  .common__footer--top-inside::after {
    display: none;
  }
}

.common__footer--p-title {
  position: relative;
  font-weight: 600;
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  line-height: 1.6rem;
  letter-spacing: 0.05rem;
  color: #0c090d;
  text-align: center;
  margin-bottom: 3.2rem;
}

.common__footer--p-title::before {
  content: "";
  position: absolute;
  background-image: url("../assets/diamond-2.webp");
  background-repeat: no-repeat;
  width: 2.2rem;
  height: 1.7rem;
  top: -1.8rem;
  left: calc(50% - 1.1rem);
}

@media screen and (max-width: 991px) {
  .common__footer--p-title {
    margin-bottom: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .common__footer--nav {
    width: 100%;
  }
}

.common__footer--ul-parent {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 991px) {
  .common__footer--ul-parent {
    row-gap: 2.4rem;
  }
}

.common__footer--li-parent {
  display: flex;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.04rem;
  color: #0c090d;
  height: 2.9rem;
}

@media screen and (max-width: 991px) {
  .common__footer--li-parent {
    flex-direction: column;
    height: unset;
    row-gap: 0.8rem;
    font-size: 1.2rem;
  }
}

.common__footer--a-region {
  text-decoration: none;
  box-sizing: border-box;
  width: 15rem;
  display: flex;
  align-items: center;
  padding: 0.4rem 1rem;
  color: #0c090d;
}

@media screen and (max-width: 991px) {
  .common__footer--a-region {
    border: solid 0.1rem #fc7e9f;
    background-color: #fff;
    color: #000;
    border-radius: 1.85rem;
    width: fit-content;
    height: 3.4rem;
    padding: 0.8rem 1.2rem;
  }
}

.common__footer--a-region-selected {
  background-color: #fc7e9f;
  color: #fff;
  border-radius: 4.8rem;
  margin-right: 0;
}

.common__footer--ul-prefecture {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  color: #0c090d;
  height: 2.9rem;
}

@media screen and (max-width: 991px) {
  .common__footer--ul-prefecture {
    font-size: 1.2rem;
    flex-wrap: wrap;
    row-gap: 1.2rem;
    height: unset;
  }
}

.common__footer--ul-prefecture-2th {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.03rem;
  color: #0c090d;
  flex-wrap: wrap;
  row-gap: 1.2rem;
  max-width: 60.8rem;
}

@media screen and (max-width: 991px) {
  .common__footer--ul-prefecture-2th {
    font-size: 1.2rem;
  }
}

.common__footer--li-prefecture {
  min-width: fit-content;
  box-sizing: border-box;
  padding: 0 1rem;
  margin-left: 0.4rem;
  border-right: solid 0.1rem #9394a1;
}

@media screen and (max-width: 991px) {
  .common__footer--li-prefecture {
    padding: 0 0.8rem 0 0;
    margin-left: 0.8rem;
  }
}

.common__footer--a-prefecture {
  text-decoration: none;
  color: #0c090d;
}

.common__footer--a-prefecture.common__footer--li-city-selected {
  color: #e43b68;
}

.common__footer--ul-prefecture li:nth-last-child(1) {
  border: none;
}

.common__footer--bottom {
  position: relative;
  box-sizing: border-box;
  height: 21rem;
  display: flex;
  gap: 9.3rem;
  padding: 6.4rem 0;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .common__footer--bottom {
    height: auto;
    padding: 4rem 6.4rem 14.8rem;
  }
}

.common__footer--logo-gbc {
  position: absolute;
  top: 0;
  left: 0.1rem;
  width: 24rem;
  height: 6.8rem;
  transform: translate(0, 100%);
}

@media screen and (max-width: 991px) {
  .common__footer--logo-gbc {
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -4rem);
  }
}

.common__footer--bottom-nav {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
  width: fit-content;
  height: 8.2rem;
  padding-left: 16rem;
}

@media screen and (max-width: 991px) {
  .common__footer--bottom-nav {
    height: auto;
    padding-left: 0;
    justify-content: center;
  }
}

.common__footer--ul-navigation {
  width: fit-content;
  display: flex;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  letter-spacing: 0.04rem;
  color: #0c090d;
  height: 2.1rem;
  column-gap: 4rem;
}

@media screen and (max-width: 991px) {
  .common__footer--ul-navigation {
    height: unset;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem 2.4rem;
    font-size: 1.2rem;
  }
}

.common__footer--li-navigation {
  min-width: fit-content;
}

.common__footer--a-navigation {
  text-decoration: none;
  color: #0c090d;
}

.common__footer--copyright {
  font-family: "Tenor Sans", serif;
  height: 6.6rem;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.8rem;
  color: #0c090d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.common__footer--img-pagetop {
  position: absolute;
  right: 4.8rem;
  bottom: 4.8rem;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .common__footer--img-pagetop {
    right: 2.4rem;
    bottom: 4rem;
  }
}

/** sp版のエリア選択のダイアログ */
.common__sp-dialog--container {
  position: fixed;
  background-color: #fff;
  width: 100%;
  max-width: unset;
  height: auto;
  max-height: 41rem;
  box-sizing: border-box;
  padding: 0 0 10.6rem 0;
  margin: auto 0 0 0;
  box-shadow: 0 0.3rem 2rem 0 rgba(106, 108, 124, 0.1);
  background-image: linear-gradient(to right, #ff8fad, #92a3ff);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 5.6rem;
  border: none;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  overflow: hidden;
}

.common__sp-dialog--container::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .common__sp-dialog--container {
    display: none;
  }
}

.common__sp-dialog--button-close {
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  width: 3.2rem;
  height: 3.2rem;
  background-color: transparent;
  background-image: url("../assets/select-area_cross.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.2rem 3.2rem;
  display: inline-flex;
  outline: none;
}

.common__sp-dialog--p-change-region {
  position: relative;
  text-align: center;
  width: fit-content;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 150%;
  letter-spacing: 0.05rem;
  margin: 0 0 0 50%;
  transform: translate(-50%, 25%);
  height: 5.6rem;
}

.common__sp-dialog--p-change-region::after,
.common__sp-dialog--p-change-region::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  width: 3.792rem;
  height: 0.834rem;
  background-image: url("../assets/decoration-1.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 3.792rem 0.834rem;
}

.common__sp-dialog--p-change-region::before {
  left: -0.7rem;
  transform: translate(-100%, 100%) scale(-1, 1);
}

.common__sp-dialog--p-change-region::after {
  left: calc(100% + 0.7rem);
  transform: translate(0, 100%);
}

.common__sp-dialog--ul-region {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  box-sizing: border-box;
  padding: 1.6rem;
  width: 37.5rem;
  margin-left: 50%;
  transform: translateX(-50%);
}

.common__sp-dialog--button-region {
  width: 16.7rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../assets/button-bg.webp");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  border-radius: 0.4rem;
  outline: none;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 1.6rem;
  line-height: 150%;
}
