@charset "UTF-8";
.c-filter {
  background: #B98374;
}
.c-filter__wrap {
  position: relative;
  max-width: 112rem;
  margin: 0 auto;
  padding: 3.7rem 0 3.2rem 6.2rem;
}
@media screen and (max-width: 767px) {
  .c-filter__wrap {
    padding: 3.2rem 2.4rem 2.6rem 4rem;
  }
  .is-in-modal .c-filter__wrap {
    padding: 8.4rem 3.2rem 4rem;
  }
}
.c-filter .c-filter-num {
  display: none;
  position: absolute;
  top: 6rem;
  right: 4rem;
}
.c-filter-modal .c-filter .c-filter-num {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-filter-modal .c-filter .c-filter-num {
    top: 3rem;
  }
}
.c-filter-num {
  text-align: right;
}
.c-filter-num-match {
  display: inline-block;
  border-bottom: 1px solid #B98374;
  padding: 0 0 0.4rem;
}
.c-filter .c-filter-num-match {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.c-filter-num-match__txt {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 0 0.4rem;
  line-height: 1.6;
}
.c-filter-num-match__txt span {
  font-size: 3rem;
  line-height: 1;
  color: #B98374;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
}
.c-filter .c-filter-num-match__txt span {
  color: #fff;
}
.c-filter-num__all {
  text-align: right;
  font-size: 1.4rem;
  color: #979797;
  line-height: 1;
  margin: 1.6rem 0 0;
}
.c-filter .c-filter-num__all {
  color: #fff;
}
.c-filter-en {
  position: absolute;
  top: 2.4rem;
  left: 0;
  height: calc(100% - 2.4rem);
}
@media screen and (max-width: 767px) {
  .c-filter-en {
    left: 1.1rem;
  }
  .is-in-modal .c-filter-en {
    display: none;
  }
}
.c-filter-en__txt {
  position: relative;
  height: 100%;
  font-family: benton-modern-display-conden, serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-filter-en__txt {
    font-size: 1.4rem;
  }
}
.c-filter-en__txt::after {
  content: "";
  position: absolute;
  left: 0.7rem;
  top: 0;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-filter-en__txt::after {
    left: 0.3rem;
    opacity: 0.3;
  }
}
.c-filter-en__txt span {
  position: relative;
  background: #B98374;
  z-index: 1;
  padding: 0 0 1rem;
}
.c-filter__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 5rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-filter__column {
    flex-flow: column;
    gap: 2rem 0;
    margin: 2.4rem 0 0;
  }
}
.c-filter__ttl {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 1.8rem;
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-filter__ttl {
    font-size: 1.6rem;
  }
}
.c-filter-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-right: 17rem;
}
.part-tab .c-filter-list, .age-tab .c-filter-list {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .c-filter-list {
    padding-right: 0;
  }
}
.c-filter-list button {
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  padding: 1.2rem 3rem;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 -1px -1px 0;
}
@media screen and (max-width: 767px) {
  .c-filter-list button {
    font-size: 1.5rem;
    padding: 0.8rem 1.2rem;
  }
}
.c-filter-list button.is-active {
  background: #956057;
}
@media screen and (max-width: 767px) {
  .c-filter__part {
    width: 100%;
  }
}
.c-filter__part .c-filter-list button {
  width: 8.8rem;
  height: 8rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-filter__part .c-filter-list button {
    width: 20%;
    height: 6.7rem;
    font-size: 1.2rem;
  }
}
.c-filter__part .c-filter-list button img {
  display: block;
  width: 3.2rem;
  margin: 0 auto 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-filter__part .c-filter-list button img {
    width: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .c-filter__age {
    width: 100%;
  }
}
.c-filter__age .c-filter-list button {
  width: 8.8rem;
  height: 8rem;
  font-size: 1.4rem;
  text-align: center;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-filter__age .c-filter-list button {
    width: 20%;
    height: 6.7rem;
    font-size: 1.2rem;
  }
}
.c-filter__age .c-filter-list button img {
  display: block;
  width: 3.6rem;
  margin: 0 auto 0.6rem;
}
@media screen and (max-width: 767px) {
  .c-filter__age .c-filter-list button img {
    width: 2.9rem;
  }
}
.c-filter-btns {
  display: none;
  gap: 0 0.8rem;
  margin: 2.4rem 0 0;
}
.c-filter-modal .c-filter-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-filter-btns__close {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem 0;
  flex-flow: column;
  width: 42rem;
  height: 6.6rem;
  border-radius: 0.6rem;
  background: #956057;
  color: #fff;
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__close {
    width: 30rem;
    height: 5.2rem;
  }
}
.c-filter-btns__close .en {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__close .en {
    font-size: 1.6rem;
  }
}
.c-filter-btns__close .ja {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__close .ja {
    font-size: 1.2rem;
  }
}
.c-filter-btns__reset {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem 0;
  flex-flow: column;
  width: 9.9rem;
  height: 6.6rem;
  border-radius: 0.6rem;
  background: #fff;
  color: #B98374;
  outline: none;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__reset {
    width: 12.4rem;
    height: 5.2rem;
  }
}
.c-filter-btns__reset .en {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__reset .en {
    font-size: 1.6rem;
  }
}
.c-filter-btns__reset .ja {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-filter-btns__reset .ja {
    font-size: 1.2rem;
  }
}
.c-filter {
  /*
  &-fab {
  	position: fixed;
  	right: 1.6rem;
  	bottom: 1.6rem;
  	z-index: 1000;
  	&[hidden] {
  		display: none;
  	}
  }
  &-modal {
  	position: fixed;
  	inset: 0;
  	z-index: 1100;
  	display: none;
  	&.is-open {
  		display: block;
  	}
  	&__backdrop {
  		position: absolute;
  		inset: 0;
  		background: rgba(0, 0, 0, .5);
  	}
  	&__panel {
  		position: absolute;
  		right: 0;
  		top: 0;
  		width: 100%;
  	}
  }
  	*/
  /* モーダル枠は常に存在。開くまで透明＆クリック不可 */
}

#filterModal {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  transition: 0.2s ease, visibility 0.2s ease;
  transform: translateY(100%);
}

#filterModal.is-open {
  transform: translateY(0);
}

/* 背景とパネル例（ここは既存に合わせて） */
#filterModal .c-filter-modal__backdrop {
  position: absolute;
  inset: 0;
}

#filterModal .c-filter-modal__panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: auto;
  width: 100%;
  max-width: 100rem;
  overflow: auto;
  transform: translateX(-50%);
}
#filterModal .c-filter-modal__panel .c-filter {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
#filterModal .c-filter-modal__panel .c-filter__wrap {
  padding: 2.4rem 0 1rem 3.2rem;
}
@media screen and (max-width: 767px) {
  #filterModal .c-filter-modal__panel .c-filter__wrap {
    padding: 8.4rem 3.2rem 2rem;
  }
}
#filterModal .c-filter-modal__panel .c-filter-en {
  opacity: 0;
}

.is-filter {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-cases {
  background: #FCF8F8;
  padding: 6rem 0 10rem;
}
@media screen and (max-width: 767px) {
  .p-cases {
    padding: 8rem 2.4rem 7.6rem;
  }
}
.p-cases__wrap {
  max-width: 93rem;
  margin: 0 auto;
}
.p-cases-head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 0 4rem;
}
.p-cases .c-case-slide__item {
  margin: 5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .p-cases .c-case-slide__item {
    width: 100% !important;
    margin: 5rem 0 0 0;
  }
}
.p-cases .c-case-slide-note {
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  margin: 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-cases .c-case-slide-note {
    margin-top: 1.2rem;
  }
}
.p-cases .c-case-slide-note__ttl {
  border: 1px solid #D7D7D7;
  color: #5A554D;
}
@media screen and (max-width: 767px) {
  .p-cases .c-case-slide-note__ttl {
    border: 0;
    color: #979797;
  }
}
.p-cases .c-case-slide-note__txt {
  color: #5A554D;
}
@media screen and (max-width: 767px) {
  .p-cases .c-case-slide-note__txt {
    color: #979797;
  }
}

@media screen and (min-width: 767.1px) {
  .c-float-filter {
    transition: 0.3s;
  }
  .c-float-filter.is-hide-in-footer {
    pointer-events: none;
    transform: translateY(8.6rem);
  }
}/*# sourceMappingURL=cases.css.map */