@charset "UTF-8";
.p-top {
  padding-top: 0;
}
.p-topKv {
  padding-bottom: 7rem;
  background: var(--green);
}
.p-topKv__mainImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url(../../img/top/bg_kv.png);
  background-repeat: repeat;
  background-position: top left;
  overflow: hidden;
}
.p-topKv__balloon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110px);
  transform: translateY(-110px);
  margin-bottom: -110px;
}
.p-topKv .container {
  max-width: 1000px;
  margin-top: 1.5rem;
}
.p-topKv__Search {
  padding: 1.5rem;
  border-radius: 1rem;
  background: var(--white);
}
.p-topKv__Search > dl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 2rem;
}
.p-topKv__SearchItem dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--gray);
}
.p-topKv__SearchItem dt i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}
.p-topKv__SearchItem dt i img {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.p-topKv__SearchItem:not(:last-child) {
  width: 37.5%;
}
.p-topKv__SearchItem:last-child {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.p-topKv__SearchItem dd {
  margin-top: 0.5rem;
}
.p-topKv__Search input {
  width: 100%;
  padding: 1rem;
  border: 1px solid var(--gray);
  border-radius: 0.375rem;
  font-size: 1.6rem;
  line-height: 1.25;
  cursor: pointer;
}
.p-topKv__Search input:focus, .p-topKv__Search input:focus-visible {
  outline: none;
  border-color: var(--primary);
}
.p-topKv__Search input::-webkit-input-placeholder {
  color: var(--gray);
}
.p-topKv__Search input::-moz-placeholder {
  color: var(--gray);
}
.p-topKv__Search input:-ms-input-placeholder {
  color: var(--gray);
}
.p-topKv__Search input::-ms-input-placeholder {
  color: var(--gray);
}
.p-topKv__Search input::placeholder {
  color: var(--gray);
}
.p-topKv__Search input:disabled {
  background-color: var(--light-gray);
  cursor: default;
}
.p-topKvCta {
  margin-top: 1rem;
}
.p-topKvCta > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
}
.p-topKvCta > span:before, .p-topKvCta > span:after {
  display: inline-block;
  font-size: 1.6rem;
}
.p-topKvCta > span:before {
  content: "\\";
  margin-right: 0.5em;
}
.p-topKvCta > span:after {
  content: "/";
  margin-left: 0.5em;
}
.p-topKvCta > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0.5rem auto 0;
}
.p-topKvCta > a img {
  width: 100%;
  height: auto;
}
.p-topKvCta > a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 3.5rem;
  height: 100%;
  font-size: 2.4rem;
  color: var(--white);
}
.p-topPickup {
  padding-top: 0;
}
.p-topPickup .c-semicirculHeading__title {
  background: var(--green);
}
.p-topPickup .container {
  max-width: 1000px;
}
.p-topLibrary .container {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .p-topKv {
    position: relative;
    padding-bottom: 2rem;
  }
  .p-topKv__mainImg img {
    width: 100%;
    height: auto;
  }
  .p-topKv__balloon {
    position: absolute;
    bottom: 290px;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto;
    -webkit-animation: baloon 0.4s ease 10 alternate;
    animation: baloon 0.4s ease 10 alternate;
  }
  .p-topKv__balloon img {
    width: 100px;
    height: auto;
  }
  .p-topKv .container {
    margin-top: 1rem;
  }
  .p-topKv__Search {
    position: relative;
    z-index: 1;
    padding: 2rem;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p-topKv__Search {
    z-index: var(--z-index--modal);
  }
}
@media screen and (max-width: 768px) {
  .p-topKv__Search > dl {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem 1rem;
  }
  .p-topKv__SearchItem:first-child {
    width: 100%;
  }
  .p-topKv__SearchItem:not(:first-child) {
    width: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 430px) {
  .p-topKvCta > a > span {
    right: 6.976744186vw;
    font-size: 5.5813953488vw;
  }
}
@media screen and (max-width: 320px) {
  .p-topKv__balloon {
    bottom: 273px;
  }
  .p-topKv__balloon img {
    width: 80px;
  }
  .p-topKv__SearchItem dt {
    font-size: 1.125rem;
  }
}

.p-postalSelect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid var(--gray);
  border-radius: 0.375rem;
}
.p-postalSelect input {
  width: calc(100% - 40px);
  border: none;
}
.p-postalSelect button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
  background: var(--primary);
  -webkit-box-shadow: inset -3px -3px 0 0 #e18001;
  box-shadow: inset -3px -3px 0 0 #e18001;
}
.p-postalSelect button:disabled {
  background: var(--border);
  -webkit-box-shadow: none;
  box-shadow: none;
}

@-webkit-keyframes baloon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes baloon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.c-reviewCard {
  height: 100%;
}

.c-postItem a:hover {
  color: inherit;
  opacity: 0.7;
}

/* 共通スタイル */
.p-topKv__SearchItem {
  position: relative;
}

.p-topKv__Search {
  position: relative;
  width: 100%;
}

.p-topKv__SearchItem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  margin: 1.5rem 1.5rem 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .p-topKv__SearchItem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    overflow-y: scroll;
  }
}

.p-topKv__SearchItem__listItem {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 calc(33.333% - 2rem);
  flex: 0 1 calc(33.333% - 2rem); /* 列幅調整 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 1px dotted var(--border);
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #657072;
}
@media screen and (max-width: 768px) {
  .p-topKv__SearchItem__listItem {
    padding: 1.5rem 3rem;
  }
}

.p-topKv__SearchItem__listItem:hover {
  color: #ff9100;
}

/* カテゴリメニュー */
.category-menu-wrapper {
  position: absolute;
  top: 87px;
  left: 0;
  width: 900px;
  background: #fff; /* 背景色 */
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid var(--border);
  padding: 1rem 1.5rem;
}
@media screen and (max-width: 768px) {
  .category-menu-wrapper {
    width: 90vw;
    padding: 0;
    left: 50%;
    top: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.category-menu-wrapper::before {
  content: "";
  position: absolute;
  left: 10%;
  top: -39px;
  border: 20px solid transparent;
  border-bottom-color: var(--white);
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .category-menu-wrapper::before {
    display: none;
  }
}
.category-menu-wrapper::after {
  content: "";
  position: absolute;
  left: 10%;
  top: -42px;
  border: 21px solid transparent;
  border-bottom-color: var(--border);
  margin-left: -1px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .category-menu-wrapper::after {
    display: none;
  }
}

.category-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .category-menu-wrapper.is-active {
    border-radius: 5px;
    z-index: 1;
  }
  .category-menu-wrapper.is-active .p-topKv__SearchItem__list.js-category-list + .category-slide-menu {
    height: 0;
  }
  .category-menu-wrapper.is-active .p-topKv__SearchItem__list.js-category-list.is-hidden + .category-slide-menu.is-active {
    height: auto;
  }
  .category-menu-wrapper.is-active .p-topKv__SearchItem__list.js-category-list.is-hidden + .category-slide-menu.is-active .child-category-list {
    margin: 0;
  }
}

.category-header {
  position: relative;
  top: 0;
  background-color: var(--bg);
  font-weight: bold;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.category-content {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .category-content {
    overflow-y: scroll;
    overflow-x: hidden;
    height: calc(100vh - 74px);
  }
}

.category-slide-menu {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景色追加 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .category-slide-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.category-slide-menu {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.category-slide-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.category-slide-menu.is-active .child-category-list {
  height: auto;
  margin: 0 1.6rem 0;
}
.category-slide-menu.is-active + .back-button-wrapper.back-button--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.category-slide-menu.is-active .back-button {
  pointer-events: all;
}
.category-slide-menu.is-active .back-button:hover {
  color: #ff9100;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .category-slide-menu.is-active .back-button {
    margin: 20px 20px 0;
  }
}

.p-topKv__SearchItem__list.is-hidden {
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%);
  height: 0;
}

/* 子カテゴリリスト */
.child-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  height: 0;
}
@media screen and (max-width: 768px) {
  .child-category-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.child-category-item {
  width: calc(33.3333333333% - 2rem);
  padding: 1.5rem 0 1.5rem 3rem;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  color: #657072;
}
@media screen and (max-width: 768px) {
  .child-category-item {
    width: 100%;
  }
}
.child-category-item.is-active {
  background: rgb(255, 250, 235);
}

.child-category-item:hover {
  color: var(--primary);
}

/* 地域メニュー */
.area-menu-wrapper {
  position: absolute;
  top: 130%;
  left: -100%;
  width: 900px;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  opacity: 1;
  visibility: visible;
  padding: 3rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}
@media screen and (min-width: 1025px) {
  .area-menu-wrapper::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -39px;
    border: 20px solid transparent;
    border-bottom-color: var(--white);
    z-index: 3;
  }
  .area-menu-wrapper::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -42px;
    border: 21px solid transparent;
    border-bottom-color: var(--border);
    margin-left: -1px;
    z-index: 2;
  }
}

.area-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.region-child-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.5rem;
  color: var(--border);
}
@media screen and (max-width: 768px) {
  .region-child-area-list {
    gap: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 0;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
    -ms-flex-direction: initial;
    flex-direction: initial;
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-top: 0;
    padding: 0 3rem;
  }
}
.region-child-area-list a {
  text-decoration: underline;
  color: var(--gray);
}
.region-child-area-list a:hover {
  color: #ff9100;
}
.region-child-area-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7.5px 0;
}
@media screen and (max-width: 768px) {
  .region-child-area-list li {
    width: 33.333%;
    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;
    padding: 0.75rem 0;
  }
}

.is-active .child-area-item {
  display: block;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .is-active .child-area-item {
    width: 50%;
  }
}

.child-area-link {
  font-size: 14px;
}
.child-area-link:hover {
  color: #ff9100;
}

.kana-group-initial-list {
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .kana-group-initial-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.area-header {
  position: sticky;
  top: 0;
  background-color: #f9f9f9;
  padding: 10px 16px;
  border-bottom: 1px solid #ddd;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.area-content {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .area-content {
    overflow: scroll;
  }
}

.area-list {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2rem;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .area-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    gap: 0;
    display: block;
  }
}

.area-list.is-hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.area-region {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1, 5rem;
  width: 16.6666666667%;
}
@media screen and (min-width: 1025px) {
  .area-region {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .area-region {
    width: 100%;
    text-align: left;
  }
}

.area-region-title {
  text-align: center;
  font-weight: normal;
  color: var(--gray);
  background: var(--light-gray);
  padding: 0 1rem;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .area-region-title {
    text-align: center;
    padding: 1.5rem 3rem;
    background: none;
    text-align: left;
    border-bottom: 1px solid rgb(221, 221, 221);
    font-size: 1.4rem;
    position: relative;
  }
  .area-region-title::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #838d8f;
    border-left: 2px solid #838d8f;
    background: none;
    position: absolute;
    top: 35%;
    right: 20px;
    left: initial;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .area-region-title.is-active {
    color: #ff9100;
    background: rgb(255, 250, 235);
  }
  .area-region-title.is-active::after {
    top: 45%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.area-region-title span {
  padding: 5px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: var(--light-gray);
}
@media screen and (max-width: 768px) {
  .area-region-title span {
    background: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
  }
}

/* 市区町村リスト */
.child-area-menu {
  position: absolute;
  top: 0;
  left: 0; /* 初期位置を都道府県リストと同じ位置に */
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景色 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(100%);
  transform: translateX(100%); /* 初期状態では右に隠れる */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  margin: 0;
  padding: 16px;
}
.child-area-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); /* スライド後は表示位置に */
}

/* 子エリアリストのスタイル */
.child-area-list {
  display: block;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none; /* リストのマーカーを削除 */
  padding: 0;
  margin: 0;
}

.child-area-list li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 45%;
  flex: 1 1 45%;
  padding: 8px 12px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  line-height: 1.8;
  color: var(--primary);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .child-area-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.child-area-list li:hover {
  background-color: #f7f7f7;
}

.area-menu-wrapper.is-hidden {
  display: none; /* メニューを非表示にする */
}

.area-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .area-menu-wrapper.is-active .area-content:before {
    content: "";
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    top: -15px;
    left: -5vw;
    position: fixed;
    z-index: -1;
  }
}

.area-list.is-hidden {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); /* 都道府県リストを左に隠す */
}

.child-area-menu.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); /* 子エリアを表示する */
}

.child-area-item.is-active {
  display: block;
}

.back-button {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  color: var(--primary);
  font-weight: normal;
}

.back-button.is-text {
  color: #999; /* 非リンク状態の色 */
  text-decoration: none;
  pointer-events: none; /* リンクを完全に無効化 */
}

.back-button.is-link {
  color: var(--primary); /* リンク状態の色 */
  text-decoration: underline;
  pointer-events: auto; /* クリック可能 */
}
.back-button.is-link::before {
  content: ""; /* 必須: 擬似要素を表示するため */
  display: inline-block;
  width: 16px; /* 適切なサイズを指定 */
  height: 16px; /* 適切なサイズを指定 */
  margin-right: 8px; /* テキストとの間隔 */
  background-image: url(../../img/base/ico/ico_arrow_down.svg);
  background-size: contain; /* アイコンを要素内に収める */
  background-repeat: no-repeat; /* 繰り返し防止 */
  vertical-align: middle; /* テキストに揃える */
  rotate: 90deg;
}

.back-button--top,
.back-button--area {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.back-button--top a,
.back-button--area a {
  color: var(--ink);
}

.back-button-wrapper.back-button--bottom {
  display: none; /* 初期状態で非表示 */
  bottom: 1.5rem; /* 下からの距離 */
  left: 1.5rem; /* 左からの距離 */
  z-index: 999; /* 他要素より前面に表示 */
  margin: 20px 1.6rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.back-button-wrapper.back-button--bottom .c-btn--back span {
  color: #333;
  margin: 0 5px;
}
.back-button-wrapper.back-button--bottom .c-btn--back:hover span {
  color: #ff9100;
}

.back-button--custom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 1.5rem;
  color: #333;
  border-radius: 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.back-button--custom:hover {
  background-color: #007bff;
  color: #fff;
}

/* 都道府県リスト */
.area-list {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: translateX(0);
  transform: translateX(0); /* 初期状態 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .area-list {
    position: relative;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .area-list + .category-slide-menu {
    height: 0;
    position: relative;
    z-index: 10;
  }
}

.area-list.is-hidden {
  -webkit-transform: translateX(-130%);
  transform: translateX(-130%); /* スライドアウト */
  height: 0;
}
@media screen and (max-width: 768px) {
  .area-list.is-hidden + .category-slide-menu.is-active {
    height: auto;
    padding-bottom: 20px;
  }
}

.child-area-list.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.child-area-item.is-disabled {
  cursor: not-allowed;
  color: #ccc;
  text-align: center;
}

/* 表示時のスタイル */
.kana-group.is-active {
  display: block; /* 非表示から表示に変更 */
  overflow: hidden; /* 必要に応じてスクロール制御 */
  position: relative; /* 他の要素に影響しないように調整 */
}

.kana-group-wrapper.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kana-group-title.disabled {
  cursor: not-allowed;
  color: #ccc;
  text-decoration: none;
  pointer-events: none; /* クリックを無効化 */
  background: #f5f5f5; /* 必要に応じて背景色変更 */
}

.kana-group.is-active {
  display: block; /* 表示状態 */
}

.kana-group-title {
  cursor: pointer;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}

.kana-group-title.is-active {
  background-color: #007bff;
  color: #fff;
}

.kana-group.is-active {
  display: block; /* アクティブなグループを表示 */
}

.kana-group-title.disabled {
  pointer-events: none;
  opacity: 0.5; /* スタイル的な無効化 */
}

.kana-group-wrapper.is-hidden {
  display: none;
}

.kana-group-wrapper.is-active {
  display: block;
}

.kana-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.kana-group-initial-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.js-kana-group-city-panel {
  width: 11.1111111111%;
}
@media screen and (max-width: 768px) {
  .js-kana-group-city-panel {
    width: 100%;
  }
}

.kana-group-city-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 5px;
}
@media screen and (max-width: 768px) {
  .kana-group-city-list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.kana-tab {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .kana-tab {
    width: 100%;
  }
}

.child-area-item {
  display: none; /* デフォルトで非表示 */
  color: var(--gray);
  text-decoration: underline;
}

.disabled {
  pointer-events: none; /* クリックを無効化 */
  opacity: 0.5; /* 見た目で無効化 */
  cursor: not-allowed;
}

.kana-group-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* 全体のスタイル */
.kana-group-wrapper {
  font-family: Arial, sans-serif;
  width: 100%;
  margin: 0 auto;
}

.js-kana-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  font-size: 16px;
  background: var(--light-gray);
  cursor: pointer;
  outline: none;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .js-kana-tab-button {
    text-align: start;
  }
}

.js-kana-tab-button:hover {
  color: var(--primary);
}

.kana-group-city-list {
  display: none;
  margin: 0;
  list-style: none;
  border-top: none;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
}

.kana-group-city-list li {
  padding: 5px 0;
  font-size: 14px;
  width: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
}

.kana-group-city-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kana-group-city-list.is-active {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

/* 戻るボタン */
.back-button {
  display: block;
  text-align: left;
  background: none;
  border: none;
  color: #657072;
  font-size: 14px;
  cursor: pointer;
  vertical-align: middle;
  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;
  padding: 0 0 0 10px;
  pointer-events: none;
}
.back-button.is-active {
  pointer-events: initial;
  padding: 0 0 0 15px;
  position: relative;
  color: #ff9100;
}
.back-button.is-active:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  border-left: 2px solid #bcc5c7;
  border-top: 2px solid #bcc5c7;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  top: 45.5%;
  left: 5px;
}

.area-content .back-button {
  padding: 0;
}
.area-content .back-button span {
  margin: 0 5px;
}

.kana-group-city {
  width: calc(100% - 10px);
  height: 100%;
  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;
  background: rgb(204, 204, 204);
  color: #fff;
}

.kana-tab-button {
  width: 100%;
  position: relative;
  color: var(--text-color);
  font-weight: normal;
  font-size: 1.4rem;
  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;
}
@media screen and (max-width: 768px) {
  .kana-tab-button {
    padding: 15px 0 15px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: rgb(246, 247, 247);
    color: rgb(204, 204, 204);
    border-bottom: 1px solid rgb(221, 221, 221);
  }
  .kana-tab-button.js-kana-tab-button {
    background: #fff;
    color: #657072;
  }
  .kana-tab-button.js-kana-tab-button::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #bcc5c7;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; /* 回転時のアニメーション */
    position: absolute;
    top: 50%;
    right: 20px; /* ボタン内のアイコン位置調整 */
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .kana-tab-button.js-kana-tab-button::after {
    top: 35%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.kana-tab-button.is-active {
  color: var(--primary);
  padding: 10px 15px;
  background: #fff;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .kana-tab-button.is-active {
    padding: 15px 0 15px 30px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: var(--bg);
  }
}
.kana-tab-button.is-active:before {
  content: "";
  width: 100%;
  height: 4px;
  background: #ff9100;
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .kana-tab-button.is-active:before {
    width: 10px;
    height: 10px;
    border-top: 2px solid #838d8f;
    border-left: 2px solid #838d8f;
    background: none;
    position: absolute;
    top: 45%;
    right: 20px;
    left: initial;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
.kana-tab-button.is-active:after {
  content: "";
  border: 12px solid transparent;
  border-top: 15px solid #ff9100;
  position: absolute;
  top: 109%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .kana-tab-button.is-active:after {
    display: none;
  }
}

/* 市区町村リストのアイテム */
.kana-group-city-list li {
  padding: 7.5px 0;
  font-size: 14px;
}

/* タブスタイル */
.kana-tab {
  display: inline-block;
  margin: 0 5px;
  width: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .kana-tab {
    width: 100%;
    margin: 0;
  }
}

.kana-group-city-list {
  display: none;
}
@media screen and (max-width: 768px) {
  .kana-group-city-list {
    padding: 15px 25px;
  }
}

.kana-group-city-list.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .kana-group-city-list.is-active {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
}

@media screen and (max-width: 768px) {
  .kana-group-wrapper.u-sp.is-hidden + .back-button.back-button--area.js-btn-back-to-prefecture {
    display: none;
  }
}

.back-button--custom {
  color: var(--ink);
}

@media screen and (max-width: 768px) {
  .category-menu {
    top: 20px;
    position: fixed;
    z-index: 9999;
  }
}

@media screen and (max-width: 768px) {
  .category-menu.is-active::before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
}

@media screen and (max-width: 768px) {
  .category-menu-wrapper {
    top: 15px;
    height: calc(100vh - 30px);
    position: fixed;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 200;
  }
}

@media screen and (max-width: 768px) {
  .area-menu-wrapper {
    top: 15px;
    height: calc(100vh - 30px);
    position: fixed;
    left: main;
    -webkit-transform: translate();
    transform: translate();
    width: 90vw;
    padding: 0;
    left: 50%;
    top: 15px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.area-content ul h3 {
  background: var(--bg);
  padding: 1rem;
  color: var(--ink);
}
@media screen and (max-width: 768px) {
  .area-content {
    border-radius: 5px;
    height: 100%;
    background: #fff;
  }
}

.area-list-title {
  padding: 1rem;
  background: var(--bg);
  border-bottom: 1px solid var(--border);
  font-weight: 700;
  color: var(--gray);
}
@media screen and (max-width: 768px) {
  .area-list-title {
    padding: 1rem 1.5rem;
    position: relative;
    font-size: 1.4rem;
    color: #657072;
  }
  .area-list-title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 0.5rem;
    background-image: url(../../img/base/ico/ico_area.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .area-list-title .close-button {
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.close-title {
  color: #ccc;
  padding: 10px 5px;
}
@media screen and (min-width: 1025px) {
  .close-title {
    display: none;
  }
}

.category-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .region-child-area-list {
    overflow: hidden; /* スライド効果を作るために必要 */
    height: 0; /* 初期状態で非表示 */
    -webkit-transition: height 0.3s ease;
    transition: height 0.3s ease; /* スライドのトランジション */
  }
}

@media screen and (max-width: 768px) {
  .region-child-area-list.is-active {
    border-bottom: 1px solid rgb(221, 221, 221);
  }
}

.kana-group-content.is-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.kana-group-content.is-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.kana-group-content.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.back-button--area {
  color: var(--gray);
}
/*# sourceMappingURL=p-top.css.map */
