@charset "UTF-8";
/* ------------------------------------------------------------------------
変数
------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------
共通
------------------------------------------------------------------------ */
html {
  font-size: calc(18 / 1512 * 100vw);
  scroll-behavior: smooth;
}
@media screen and (max-width: 780px) {
  html {
    font-size: calc(14 / 390 * 100vw);
  }
}
@media screen and (max-width: 780px) {
  html {
    width: 100%;
  }
}
body {
  position: relative;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.25;
  letter-spacing: 0.025em;
  color: #76583F;
  background: #F3F1EF;
  opacity: 0;
  transition: all 0.3s ease-out;
}
body.loaded {
  opacity: 1;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  width: 16%;
  display: none;
}
@media screen and (max-width: 780px) {
  .loader .txt {
    width: 40%;
  }
}
body.home {
  overflow-x: hidden;
}
html, body {
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 780px) {
  html, body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 780px) {
  .body-no-scroll {
    overflow: hidden;
    height: 100svh;
  }
}
a, img {
  transition: all 0.3s ease-out;
}
.inner {
  padding: 0 10%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .inner {
    padding: 0 5%;
  }
}
.title {
  font-size: calc(48 / 1512 * 100vw);
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (max-width: 780px) {
  .title {
    font-size: calc(24 / 390 * 100vw);
  }
}
.title span {
  font-size: calc(18 / 1512 * 100vw);
  font-family: "Zen Old Mincho", serif;
  color: #DAC79E;
  display: block;
}
@media screen and (max-width: 780px) {
  .title span {
    font-size: calc(12 / 390 * 100vw);
  }
}
section {
  position: relative;
  z-index: 1;
}
.button {
  border: 1px solid #76583F;
  width: 8em;
  padding: 0.2em;
  position: relative;
  text-align: center;
  margin-top: 2.4em;
  z-index: unset;
  display: block;
}
.button span {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  z-index: 2;
  position: relative;
  margin-right: -0.5em;
}
.button::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F3F1EF;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.button::after {
  content: "";
  display: block;
  width: 4em;
  height: 1px;
  background: #76583F;
  position: absolute;
  top: 50%;
  right: -3em;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .button:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #F3F1EF;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .button:hover::after {
    content: "";
    display: block;
    width: 4em;
    height: 1px;
    background: #76583F;
    position: absolute;
    top: 50%;
    right: -4em;
  }
}
.button--white::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0.2em;
  left: 0.2em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .button--white:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.button--right {
  margin-left: auto;
}
.button--under {
  margin: 0 auto;
}
.button--under::after {
  content: "";
  display: block;
  width: 1px;
  height: 4em;
  background: #76583F;
  position: absolute;
  top: auto;
  bottom: -3.6em;
  right: 0;
  left: 0;
  margin: 0 auto;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .button--under:hover::after {
    content: "";
    display: block;
    width: 1px;
    height: 4em;
    background: #76583F;
    position: absolute;
    top: auto;
    bottom: -4em;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.button-02 {
  font-size: calc(14 / 1512 * 100vw);
  background: #76583F;
  color: #fff;
  width: 100%;
  padding: 1em 1em 1.5em;
  position: relative;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .button-02 {
    font-size: calc(11 / 390 * 100vw);
  }
}
.button-02 span {
  font-size: calc(24 / 1512 * 100vw);
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 780px) {
  .button-02 span {
    font-size: calc(18 / 390 * 100vw);
  }
}
.button-02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #DAC79E;
  opacity: 0.4;
  position: absolute;
  top: 0.7em;
  left: 0.7em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.button-02 + .button-02 {
  margin-top: 2em;
}
@media (any-hover: hover) {
  .button-02:hover {
    background: #76583F;
    color: #fff;
  }
  .button-02:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #DAC79E;
    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.svg--white {
  filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(278deg) brightness(104%) contrast(102%);
}
.svg--brown {
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
}
.svg--blue {
  filter: invert(89%) sepia(88%) saturate(254%) hue-rotate(88deg) brightness(84%) contrast(86%);
}
.svg--gold {
  filter: invert(99%) sepia(16%) saturate(5869%) hue-rotate(307deg) brightness(85%) contrast(93%);
}
.post__list {
  margin: 1em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) {
  .post__list {
    display: block;
  }
}
.post__item {
  width: 100%;
}
.post__item:not(:first-child) {
  margin-top: 1em;
}
.post__item a {
  background: #F3F1EF;
  padding: 2em;
  width: 100%;
}
@media (any-hover: hover) {
  .post__item a:hover {
    background: #EBE4D7;
  }
}
.report .post__item, .shop .post__item, .archive-wrap .bottom-shop .post__item {
  width: 23%;
}
@media screen and (max-width: 780px) {
  .report .post__item, .shop .post__item, .archive-wrap .bottom-shop .post__item {
    width: 90%;
    margin: 0 auto;
  }
}
.report .post__item:not(:first-child), .shop .post__item:not(:first-child), .archive-wrap .bottom-shop .post__item:not(:first-child) {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .report .post__item:not(:first-child), .shop .post__item:not(:first-child), .archive-wrap .bottom-shop .post__item:not(:first-child) {
    margin-top: 3em;
  }
}
.report .post__item a, .shop .post__item a, .archive-wrap .bottom-shop .post__item a {
  background: #fff;
  padding: 0;
  position: relative;
}
.report .post__item a::before, .shop .post__item a::before, .archive-wrap .bottom-shop .post__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff40;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .report .post__item a:hover, .shop .post__item a:hover, .archive-wrap .bottom-shop .post__item a:hover {
    background: #EBE4D7;
  }
  .report .post__item a:hover::before, .shop .post__item a:hover::before, .archive-wrap .bottom-shop .post__item a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.top-shop .post__item a {
  background: #F3F1EF;
}
.top-shop .post__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #DAC79E40;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .top-shop .post__item a:hover {
    background: #EBE4D7;
  }
  .top-shop .post__item a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #DAC79E40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.post__box {
  padding: 1em;
}
.post-tag {
  background: #76583F;
  color: #fff;
  padding: 0.2em 1em 0.3em;
  font-size: calc(13 / 1512 * 100vw);
  letter-spacing: 0.1em;
  display: inline-block;
}
@media screen and (max-width: 780px) {
  .post-tag {
    font-size: calc(10 / 390 * 100vw);
  }
}
.post-date {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  font-size: calc(18 / 1512 * 100vw);
  margin-top: 0.5em;
}
@media screen and (max-width: 780px) {
  .post-date {
    font-size: calc(12 / 390 * 100vw);
  }
}
.post-title {
  font-size: calc(18 / 1512 * 100vw);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.5em;
}
@media screen and (max-width: 780px) {
  .post-title {
    font-size: calc(18 / 390 * 100vw);
  }
}
.post-thumbnail img {
  aspect-ratio: 1.5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.archive-wrap.news .post-thumbnail img {
  object-position: top;
}
.archive-wrap.news .post-thumbnail.now-printing img {
  object-position: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  font-size: calc(14 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .breadcrumbs {
    font-size: calc(11 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .breadcrumbs a:hover {
    opacity: 0.7;
  }
}
.breadcrumbs .arrow {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.6em;
}
.breadcrumbs .arrow::before, .breadcrumbs .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.8em;
  height: 1px;
  border-radius: 9999px;
  background-color: #76583F;
  transform-origin: calc(100% - 0.5px) 50%;
}
.breadcrumbs .arrow::before {
  transform: rotate(25deg);
}
.breadcrumbs .arrow::after {
  transform: rotate(-25deg);
}
.page-wrap {
  padding: 1.5em 0 6em;
}
.page-wrap .title {
  text-align: left;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}
.news-report-detail .post-content a, a.text-link {
  display: inline-block;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .news-report-detail .post-content a:hover, a.text-link:hover {
    text-decoration: none;
  }
}
@media (any-hover: hover) {
  .news-report-detail .post-content a img:hover {
    opacity: 0.7;
  }
}
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ------------------------------------------------------------------------
アニメーション
------------------------------------------------------------------------ */
/* アニメーションを適用する前の初期状態 */
.blur-trigger, .left-right-trigger, .right-left-trigger, .fade-up-trigger, .handwriting-trigger img {
  opacity: 0;
  visibility: hidden;
}
/* ぼかしから出現 */
.blur-anime {
  animation: blur-anime 0.8s forwards;
  visibility: visible;
}
@keyframes blur-anime {
  from {
    filter: blur(10px);
    transform: scale(1.04);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* 左から右に流れる */
.left-right-trigger {
  transform: translateX(-50px);
}
.left-right-anime {
  animation: left-right-anime 1s forwards;
  visibility: visible;
}
@keyframes left-right-anime {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 右から左に流れる */
.right-left-trigger {
  transform: translateX(50px);
  /* 修正 */
}
.right-left-anime {
  animation: right-left-anime 1s forwards;
  visibility: visible;
}
@keyframes right-left-anime {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* 下からふわっと出現 */
.fade-up-anime {
  animation: fade-up-anime 1s forwards;
  visibility: visible;
}
@keyframes fade-up-anime {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* 手書き風クリップパス */
.handwriting-anime img {
  animation: handwriting-anime 0.8s linear forwards;
  visibility: visible;
  animation-delay: 0.6s;
}
@keyframes handwriting-anime {
  from {
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  to {
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
/* 遅延時間 */
.delay-time-02 {
  animation-delay: 0.2s;
}
.delay-time-04 {
  animation-delay: 0.4s;
}
.delay-time-06 {
  animation-delay: 0.6s;
}
.delay-time-08 {
  animation-delay: 0.8s;
}
.delay-time-10 {
  animation-delay: 1s;
}
/* ------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  background: #C1B9B3;
  color: #fff;
  transition: all 0.3s ease-out;
}
.header.transparent-header {
  background-color: transparent;
}
.header.transparent-header .header__inner {
  padding-left: 0;
  justify-content: center;
  padding-top: 2.2svh;
}
@media screen and (max-width: 780px) {
  .header.transparent-header .header__inner {
    padding: 5svh 0 0;
  }
}
.header.transparent-header .header__nav {
  display: none;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2.2em;
}
.header__logo {
  width: 13.6%;
  display: none;
}
@media screen and (max-width: 780px) {
  .header__logo {
    width: 40%;
    z-index: 1100;
  }
}
@media (any-hover: hover) {
  .header__logo a:hover img {
    opacity: 0.7;
  }
}
.header__nav {
  display: block;
  width: 100%;
}
.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__nav-item {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
}
.header__nav-item:not(:first-child) {
  margin-left: 2.2em;
}
@media screen and (max-width: 780px) {
  .header__nav-item:not(:first-child) {
    margin-left: 0;
  }
}

.header__nav-item a {
  padding-bottom: 0.4em;
  vertical-align: middle;
  font-size: calc(18 / 1512 * 100vw);
  padding: 1.6em 0 2em;
}
@media screen and (max-width: 780px) {
  .header__nav-item a {
    font-size: calc(16 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .header__nav-item a:hover {
    opacity: 0.7;
  }
}
.header__nav-item--instagram {
  width: 1.1em;
}
.header__nav-item--instagram a {
  padding-bottom: 1.6em;
}
.header__nav-item--favorites {
  background: #ECE8E4;
  color: #76583F;
}
.header__nav-item.header__nav-item--favorites{
  margin-left: auto;
}

.header__nav-item--favorites a {
  padding: 1.4em;
}
.header__nav-item--favorites img {
  width: 1.1em;
  margin: 0 auto;
}
.header__nav-item--favorites p {
  width: 100%;
}
.header__nav-item--favorites p span {
  font-size: 80%;
}
.header__nav-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  background-color: #F3F1EF;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
  width: max-content;
}
.header__nav-modal a {
  color: #76583F;
  padding: 1em;
  width: 100%;
  font-size: 90%;
}
.header__nav-modal a:not(:first-child) {
  border-top: 1px solid #76583F;
}
@media (any-hover: hover) {
  .header__nav-modal a:hover {
    background: #EBE4D7;
  }
}
.header .header__nav-modal-wrap {
  position: relative;
}
@media (any-hover: hover) {
  .header .header__nav-modal-wrap:hover .header__nav-modal {
    top: 4.9em;
    visibility: visible;
    opacity: 1;
  }
}
.js-header.transparent-header.menu-open .header__nav {
  display: block;
}
@media screen and (max-width: 780px) {
  .header__inner {
    justify-content: center;
    padding: 1em 5%;
    min-height: 4em;
  }
  .hamburger {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1100;
  }
  .hamburger span {
    display: block;
    width: 2em;
    height: 1px;
    background-color: #fff;
    margin-bottom: 0.5em;
    transition: all 0.3s ease-out;
  }
  .hamburger span:last-child {
    margin-bottom: 0;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(0.2em) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    transform: translateY(-0.4em) rotate(-45deg);
  }
  .transparent-header .hamburger {
    display: none;
  }
  .header__nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100svh;
    background-color: #C1B9B3;
    transition: 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    padding-top: 2em;
  }
  .header__nav.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
  }
  .header__nav .header__nav-list {
    flex-direction: column;
    width: 100%;
    margin-top: 1.5em;
  }
  .header__nav .header__nav-item {
    width: 100%;
    border-bottom: 1px solid #ffffff40;
  }
  .header__nav .header__nav-item a {
    padding: 0.8em 1em 1.2em;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .header__nav .header__nav-item--favorites {
    width: 90%;
    margin: 2em auto 0;
  }
  .header__nav .header__nav-item--favorites a {
    padding: 0.8em 1em;
  }
  .header__nav .header__nav-item--favorites p {
    line-height: 1;
    margin-top: -0.1em;
  }
  .header__nav .header__nav-item.contact-button {
    width: 90%;
    margin: 1em auto 0;
  }
  .header__nav .header__nav-item.contact-button a {
    background: #EBE4D7;
    color: #76583F;
  }
}
/* ------------------------------------------------------------------------
フッター
------------------------------------------------------------------------ */
.footer {
  background: #C1B9B3;
}
@media screen and (max-width: 780px) {
  .footer {
    position: relative;
    padding-top: 22em;
  }
}
.footer__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .footer__main {
    display: block;
  }
}
.footer__cta {
  width: 30%;
  background: #fff;
  padding: 3.4em 2em 2em;
  margin-top: -2em;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 780px) {
  .footer__cta {
    width: 80%;
    position: absolute;
    top: 0;
    margin-left: 5%;
  }
}
.footer__cta-logo {
  width: 100%;
}
.footer__cta-logo a.ma-cherie{
  width: 73%;
  margin-bottom: 0.5em;
}
.footer__cta-logo a.love{
  width: 90%;
}
@media (any-hover: hover) {
  .footer__cta-logo a:hover img {
    opacity: 0.7;
  }
}
.footer__cta-list {
  margin-top: 2em;
}
.footer__cta-item {
  position: relative;
  z-index: unset;
}
.footer__cta-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8em;
  background: #EBE4D7;
}
@media (any-hover: hover) {
  .footer__cta-item a:hover {
    background: #76583F;
    color: #fff;
  }
  .footer__cta-item a:hover img {
    filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(278deg) brightness(104%) contrast(102%);
  }
}
.footer__cta-item a span {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  font-size: calc(20 / 1512 * 100vw);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .footer__cta-item a span {
    font-size: calc(14 / 390 * 100vw);
  }
}
.footer__cta-item a img {
  width: 10%;
  margin-left: 0.3em;
  margin-right: 0;
  margin-top: 0.1em;
  transition: all 0s;
}
.footer__cta-item:not(:first-child) {
  margin-top: 1em;
}
.footer__cta-item:first-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 10em;
  background: url(../img/common/flower.svg) no-repeat;
  background-position: top right;
  background-size: contain;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
  opacity: 0.4;
  position: absolute;
  top: -8.4em;
  right: -7em;
  z-index: -1;
}
.footer__nav {
  width: 28%;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 780px) {
  .footer__nav {
    width: 70%;
    margin: 2em auto;
  }
}
.footer__nav-item {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  font-size: calc(24 / 1512 * 100vw);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 780px) {
  .footer__nav-item {
    font-size: calc(18 / 390 * 100vw);
  }
}
.footer__nav-item:not(:first-child) {
  margin-top: 0.5em;
}
@media (any-hover: hover) {
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
}
.footer__nav-detail-item {
  font-size: 70%;
  margin-top: 0.8em;
}
.footer__sns {
  width: 16%;
  color: white;
}
@media screen and (max-width: 780px) {
  .footer__sns {
    width: 100%;
    text-align: center;
    margin-top: 3em;
  }
}
@media (any-hover: hover) {
  .footer__sns a:hover {
    opacity: 0.7;
  }
}
.footer__sns p {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  text-align: center;
  font-size: calc(14 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .footer__sns p {
    font-size: calc(12 / 390 * 100vw);
  }
}
.footer__sns p span.follow-text {
  display: block;
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  font-size: calc(32 / 1512 * 100vw);
  line-height: 1;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 780px) {
  .footer__sns p span.follow-text {
    font-size: calc(20 / 390 * 100vw);
  }
}
.footer__sns p span.follow-text span {
  font-size: 50%;
}
@media screen and (max-width: 780px) {
  .footer__sns p span.follow-text span {
    display: block;
    font-size: 60%;
    margin-top: 1em;
  }
}
.footer__sns img {
  width: 16%;
  margin-top: 1.2em;
}
.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  font-size: calc(16 / 1512 * 100vw);
  padding: 2em 0 2.4em;
}
@media screen and (max-width: 780px) {
  .footer__bottom {
    font-size: calc(12 / 390 * 100vw);
  }
}
@media screen and (max-width: 780px) {
  .footer__bottom {
    display: block;
  }
}
.footer__bottom-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .footer__bottom-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 780px) {
  .footer__bottom-item {
    width: calc(100% / 3);
  }
}
.footer__bottom-item:not(:first-child) {
  margin-left: 2em;
}
@media screen and (max-width: 780px) {
  .footer__bottom-item:not(:first-child) {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .footer__bottom-item:nth-child(4) {
    width: max-content;
    margin-top: 1em;
  }
}
@media screen and (max-width: 780px) {
  .footer__bottom-item:nth-child(5) {
    width: max-content;
    margin-top: 1em;
    margin-left: 3em;
  }
}
.footer__bottom-item a {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 780px) {
  .footer__bottom-item a {
    align-items: center;
    justify-content: center;
  }
}
@media (any-hover: hover) {
  .footer__bottom-item a:hover {
    opacity: 0.7;
  }
}
.footer__bottom-item a img {
  width: 0.8em;
  margin-left: 0.2em;
}
@media screen and (max-width: 780px) {
  .footer__bottom-item a img {
    width: 1em;
    padding-top: 0.5em;
  }
}
@media screen and (max-width: 780px) {
  .footer__bottom p.copy-right {
    text-align: center;
    margin-top: 4em;
  }
}
.floating-banner {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 24vw;
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
  transition: all 0.4s ease-out;
  z-index: 1000;
}
@media screen and (max-width: 780px) {
  .floating-banner {
    width: 95vw;
    bottom: 2em;
    right: 0;
    left: 0;
    display: block;
    margin: 0 auto;
  }
  .floating-banner div{
    display: flex;
    gap:1.5%
  }
}
.floating-banner a {
  display: block;
}
.floating-banner a:first-child {
  margin-bottom: 0.25em;
}
.floating-banner a img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 0.4em #00000016);
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .floating-banner a img:hover {
    transform: scale(1.06);
  }
}
.floating-banner.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.floating-banner.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(16px);
}
@media screen and (max-width: 780px) {
  .no-scroll .floating-banner {
    display: none;
    transition: all 0.3s ease-out;
  }
}
/* ------------------------------------------------------------------------
トップページ
------------------------------------------------------------------------ */
.mv {
  width: 100vw;
  height: 100svh;
  background: url(../img/common/bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.mv__main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  font-size: calc(68 / 1512 * 100vw);
  z-index: 2;
  width: 100%;
  text-align: center;
  line-height: 1.6;
  filter: drop-shadow(0 0 0.2em #00000040);
}
@media screen and (max-width: 780px) {
  .mv__main-title {
    font-size: calc(40 / 390 * 100vw);
  }
}
.mv__swiper {
  width: calc(80svh * 2 / 3);
  height: 80svh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 780px) {
  .mv__swiper {
    max-width: 80%;
    height: auto;
  }
}
.mv__sub-title {
  position: absolute;
  bottom: 1svh;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: calc(48 / 1512 * 100vw);
  z-index: 2;
  width: 100%;
  text-align: center;
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  padding-bottom: 0;
  line-height: 1;
}
@media screen and (max-width: 780px) {
  .mv__sub-title {
    font-size: calc(24 / 390 * 100vw);
  }
}
@media screen and (max-width: 780px) {
  .mv__sub-title {
    bottom: 4svh;
    padding-bottom: 0;
  }
}
.top-about {
  background: #fff;
  padding: 5em 0 8em;
}

.top-about__txt {
    display: block;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 5em;
}

.top-about__list {
  display: flex;
  justify-content: center;
  column-gap: 5em;
}
@media screen and (max-width: 780px) {
  .top-about__list {
    display: block;
  }
}
.top-about__item {
  width: auto;
}
@media screen and (max-width: 780px) {
  .top-about__item {
    width: 70%;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .top-about__item a:hover .top-about__item-img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #85CBBF40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
  }
}
.top-about__item-img {
  border: 1px solid #85CBBF;
  background: #fff;
  height: 9.2em;
  aspect-ratio: 1.7777777778;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: unset;
}
@media screen and (max-width: 780px) {
  .top-about__item-img {
    height: 10em;
  }
}
.top-about__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #85CBBF40;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.top-about__item-img img {
  width: 45%;
}
.top-about__item-text {
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .top-about__item-text {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 780px) {
  .top-about__item--love {
    margin-top: 3em;
  }
}
.top-about__item--love .top-about__item-img {
  border: 1px solid #D4B575;
  background: #fff;
  padding: 0;
}
.top-about__item--love .top-about__item-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #D4B57540;
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
.top-about__item--love .top-about__item-img img {
  width: 37.5%;
}
.top-about__item--love .top-about__item-text {
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .top-about__item--love .top-about__item-text {
    margin-top: 1.5em;
  }
}
.top-about .button {
  margin-top: 1.4em;
}
.top-collection {
  padding: 8em 0;
  position: relative;
}
@media screen and (max-width: 780px) {
  .top-collection {
    padding: 5em 0;
  }
}
.top-collection h2 {
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  font-size: calc(144 / 1512 * 100vw);
  color: #ECE8E4;
  position: absolute;
  top: -0.5em;
  left: 0.5em;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .top-collection h2 {
    font-size: calc(64 / 390 * 100vw);
  }
}
@media screen and (max-width: 780px) {
  .top-collection h2 {
    left: 0.3em;
  }
}
.top-collection .inner {
  padding: 0;
  padding-left: 10%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .top-collection .inner {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
.top-collection__menu {
  width: 22%;
}
@media screen and (max-width: 780px) {
  .top-collection__menu {
    width: 90%;
  }
}
.top-collection__menu-item {
  border-bottom: 1px solid #76583F;
}
.top-collection__menu-item a {
  font-family: "Amiri Quran", "Zen Old Mincho", serif;
  padding-bottom: 0.4em;
  font-weight: 400;
  padding: 0.2em 0 0.8em;
  font-size: calc(28 / 1512 * 100vw);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 780px) {
  .top-collection__menu-item a {
    font-size: calc(20 / 390 * 100vw);
  }
}
.top-collection__menu-item a::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #76583F;
  border-right: 1px solid #76583F;
  transform: rotate(45deg);
  position: absolute;
  top: 0.85em;
  right: 0.2em;
}
@media (any-hover: hover) {
  .top-collection__menu-item a:hover {
    background: #ECE8E4;
  }
}
.top-collection__swiper {
  width: 68%;
  height: 70svh;
  margin-left: 10%;
}
@media screen and (max-width: 780px) {
  .top-collection__swiper {
    width: 100%;
    margin-left: 0;
    margin-top: 4em;
  }
}
.top-collection__swiper .js-top-collection-swiper {
  height: 100%;
}
.top-collection__swiper .swiper-wrapper {
  display: flex;
  width: max-content;
  animation: infinite-scroll 40s linear infinite;
}
@keyframes infinite-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.top-collection__swiper .swiper-slide {
  flex: 0 0 auto;
  width: 33.33vw;
  aspect-ratio: 0.625;
}
.top-collection__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.625;
  object-fit: cover;
}
.top-collection .button {
  margin-top: 2.4em;
}
.top-news {
  background: #fff;
  padding: 4em 0;
}
.top-news .title {
  text-align: left;
}
.top-report {
  background: #C1B9B3;
  padding: 6em 0;
}
.top-report::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/texture_bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.24;
  z-index: -1;
}
.top-report .title {
  color: #fff;
}
.top-report .title span {
  color: #fff;
  margin-top: 1em;
}
.top-report .button {
  margin-top: 4em;
}
.top-instagram {
  padding: 6em 0 3em;
}
.top-instagram::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.top-instagram .inner {
  z-index: 1;
  position: relative;
}
.top-instagram .title span {
  margin-top: 1em;
}
.top-instagram__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top-instagram__item {
  width: 32%;
}
.top-instagram__item:not(:nth-child(-n+3)) {
  margin-top: 2%;
}
@media (any-hover: hover) {
  .top-instagram__item a:hover img {
    opacity: 0.7;
  }
}
.top-instagram__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 3 / 4;
  background: #fff;
}
.top-shop {
  background: #fff;
  padding: 6em 0;
}
.top-shop .inner {
  position: relative;
}
.top-shop .inner::before {
  content: "";
  display: block;
  width: 26em;
  height: 18em;
  background: url(../img/common/paint_deco_01.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -5em;
  left: -1em;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-shop .inner::before {
    width: 14em;
    height: 10em;
    bottom: -6em;
  }
}
.top-shop .inner::after {
  content: "";
  display: block;
  width: 28em;
  height: 20em;
  background: url(../img/common/paint_deco_02.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -7em;
  right: -2em;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .top-shop .inner::after {
    width: 14em;
    height: 10em;
    top: -7em;
  }
}
.top-shop p.salon-guide-text {
  text-align: center;
  margin-top: 4em;
}
.top-shop .button {
  margin-top: 1em;
}
.top-photo-wedding {
  padding: 4em 0 6em;
}
.top-photo-wedding__item {
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .top-photo-wedding__item {
    width: 60%;
  }
}
.top-photo-wedding__item a {
  background: #fff;
  padding: 1.4em;
  position: relative;
}
.top-photo-wedding__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff50;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .top-photo-wedding__item a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff50;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.top-photo-wedding__logo {
  width: 50%;
  padding: 2em 0 0.5em;
}
/* ------------------------------------------------------------------------
お知らせ＆ウエディングレポート一覧
------------------------------------------------------------------------ */
.archive-wrap {
  padding: 1.5em 0 6em;
}
.archive-wrap.report .title {
  text-align: center;
}
.archive-wrap.report .title span {
  margin-top: 1em;
}
.archive-wrap .post__list {
  margin: 2em 0 4em;
}
.archive-wrap .post__list::after {
  content: "";
  width: 28%;
}
.archive-wrap .post__item:not(:first-child) {
  margin-top: 0;
}
.archive-wrap .post__item:not(:nth-child(-n+3)) {
  margin-top: 8%;
}
.archive-wrap .post__item {
  width: 28%;
}
@media screen and (max-width: 780px) {
  .archive-wrap .post__item {
    width: 90%;
    margin: 0 auto;
  }
  .archive-wrap .post__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .archive-wrap .post__item:not(:first-child) {
    margin-top: 3em;
  }
}
.archive-wrap .post__item a {
  background: #fff;
  position: relative;
}
.archive-wrap .post__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #DAC79E40;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .archive-wrap .post__item a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #DAC79E40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.archive-wrap.news .post__box {
  padding: 0;
  margin-top: 1em;
}
/* ------------------------------------------------------------------------
お知らせ＆ウエディングレポート詳細
------------------------------------------------------------------------ */
.single-wrap {
  padding: 1.5em 0 4em;
}
.single-wrap .post-title {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #D0B39B;
  margin-top: 2em;
}
.single-wrap .date-tag-wrap {
  display: flex;
  align-items: center;
}
.single-wrap .date-tag-wrap .post-tag {
  margin-left: 1.5em;
}
.single-wrap .post-date {
  display: inline-block;
  margin: 0;
}
.single-wrap .post__tag-box {
  background: #ECE8E4;
  padding: 0.5em 1em;
  margin: 2em 0 0;
}
.single-wrap .post__tag-box p {
  display: inline-block;
  font-size: calc(14 / 1512 * 100vw);
  vertical-align: 10%;
}
@media screen and (max-width: 780px) {
  .single-wrap .post__tag-box p {
    font-size: calc(12 / 390 * 100vw);
    white-space: nowrap;
  }
}
.single-wrap .post-content {
  line-height: 2;
  padding: 2em 0;
}
.single-wrap .post-content img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 780px) {
  .single-wrap .post-content img {
    width: 100%;
  }
}
.single-wrap .wear-info {
  background: #fff;
  padding: 4em 3em;
  text-align: center;
  margin-top: 3em;
}
@media screen and (max-width: 780px) {
  .single-wrap .wear-info {
    padding: 4em 1em;
  }
}
.single-wrap .wear-info h2 {
  font-size: calc(24 / 1512 * 100vw);
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .single-wrap .wear-info h2 {
    font-size: calc(18 / 390 * 100vw);
  }
}
.single-wrap .wear-info h3 {
  background: #ECE8E4;
  padding: 0.6em 0 0.5em;
  font-family: "TAN - PEARL", serif;
  letter-spacing: 0.05em;
  font-size: calc(14 / 1512 * 100vw);
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .single-wrap .wear-info h3 {
    font-size: calc(12 / 390 * 100vw);
  }
}
.single-wrap .wear-info p {
  line-height: 1.8;
  margin-top: 0.5em;
}
.single-wrap .news-report__other {
  background: #C1B9B3;
  padding: 6em 0;
  position: relative;
  z-index: 1;
  margin-top: 5em;
}
.single-wrap .news-report__other::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/texture_bg.jpg);
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.24;
  z-index: -1;
}
.single-wrap .news-report__other .title {
  color: #fff;
  border-bottom: 0;
}
.single-wrap .news-report__other .post-title {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-top: 0.5em;
}
.single-wrap .news-report__other .button {
  margin-top: 4em;
}
.news-report-detail .other-collection {
  margin: 0 0 2em;
}
/* ------------------------------------------------------------------------
コレクション（固定ページ）
------------------------------------------------------------------------ */
.page-collection {
  padding: 0 0 6em;
}
.page-collection .breadcrumbs {
  color: #fff;
}
.page-collection .breadcrumbs .arrow::before, .page-collection .breadcrumbs .arrow::after {
  background-color: #fff;
}
.page-collection .title-wrap {
  width: 100vw;
  background: url(../img/common/bg.jpg) no-repeat;
  background-position: center;
  background-position-y: 62%;
  background-size: cover;
  padding: 2em 0;
}
.page-collection .title-wrap .title {
  color: #fff;
  margin: 1em 0 0.4em;
}
.page-collection__main {
  background: #fff;
  padding: 5em 0;
  position: relative;
  z-index: 1;
}
.page-collection__main h2 {
  font-size: calc(32 / 1512 * 100vw);
  margin-top: 0.8em;
  font-weight: 400;
}
@media screen and (max-width: 780px) {
  .page-collection__main h2 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.page-collection__main h2 span {
  display: block;
  color: #DAC79E;
  font-size: calc(14 / 1512 * 100vw);
  margin-top: 0.2em;
}
@media screen and (max-width: 780px) {
  .page-collection__main h2 span {
    font-size: calc(11 / 390 * 100vw);
  }
}
.page-collection .bottom-shop {
  padding: 8em 0 6em;
}
.collection-thumbnail__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collection-thumbnail__list::before {
  content: "";
  width: 22.5%;
  order: 1;
}
.collection-thumbnail__list::after {
  content: "";
  width: 22.5%;
}
.collection-thumbnail__item {
  width: 30%;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item {
    width: 46%;
  }
}
.collection-thumbnail__item:not(:nth-child(-n+3)) {
  margin-top: 4%;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item:not(:nth-child(-n+2)) {
    margin-top: 2em;
  }
}
.collection-thumbnail__item.four {
  width: 22.5%;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item.four {
    width: 46%;
  }
}
.collection-thumbnail__item.four:not(:nth-child(-n+3)) {
  margin-top: 0;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item.four:not(:nth-child(-n+3)) {
    margin-top: auto;
  }
}
.collection-thumbnail__item.four:not(:nth-child(-n+4)) {
  margin-top: 4%;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item.four:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}
.collection-thumbnail__item a {
  position: relative;
}
.collection-thumbnail__item a::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #DAC79E40;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item a::before {
    top: 0.6em;
    left: 0.6em;
  }
}
@media (any-hover: hover) {
  .collection-thumbnail__item a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    background: #DAC79E40;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.collection-thumbnail__item a img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.collection-thumbnail__item p {
  font-size: calc(32 / 1512 * 100vw);
  margin-top: 0.8em;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item p {
    font-size: calc(20 / 390 * 100vw);
  }
}
.collection-thumbnail__item p span {
  display: block;
  color: #DAC79E;
  font-size: calc(14 / 1512 * 100vw);
  margin-top: 0.2em;
}
@media screen and (max-width: 780px) {
  .collection-thumbnail__item p span {
    font-size: calc(11 / 390 * 100vw);
  }
}
/* ------------------------------------------------------------------------
コレクションアーカイブページ（ウエディング、カラー、グルーム、和装、ゲスト）
------------------------------------------------------------------------ */
.archive-wrap .title {
  text-align: left;
  margin-top: 1.4em;
  margin-bottom: 0.6em;
}
.collection__sort {
  background: #ECE8E4;
  padding: 2.5em 0;
}
.collection__sort fieldset {
  border: none;
}
.collection__sort fieldset + fieldset {
  margin-top: 1.5em;
}
.collection__sort legend {
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  background: #E5DFDB;
  padding: 1em 1em 0.6em;
  font-size: calc(14 / 1512 * 100vw);
  width: 100%;
}
@media screen and (max-width: 780px) {
  .collection__sort legend {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection__sort-list {
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1em;
  column-gap: 2em;
  padding: 0 0.8em;
  margin-top: 1.5em;
}
.collection__sort label {
  font-size: calc(16 / 1512 * 100vw);
  display: inline-block;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .collection__sort label {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection__sort label input[type="checkbox"] {
  font-size: calc(16 / 1512 * 100vw);
  border-radius: 0;
  -ms-progress-appearance: none;
  appearance: none;
  position: relative;
  width: 1em;
  height: 1em;
  border: 1px solid #76583F;
  vertical-align: -0.1em;
  margin-right: 0.5em;
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .collection__sort label input[type="checkbox"] {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection__sort label input[type="checkbox"]:checked {
  background: #76583F;
}
.collection__sort label input[type="checkbox"]:checked::before {
  content: "";
  width: 0.3em;
  height: 0.6em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  transform: rotate(50deg);
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.collection__list {
  margin: 4em 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.collection__list::after {
  content: "";
  width: 30%;
}
.collection__item {
  width: 30%;
}
@media screen and (max-width: 780px) {
  .collection__item {
    width: 48%;
  }
}
.collection__item:not(:nth-child(-n+3)) {
  margin-top: 5%;
}
@media screen and (max-width: 780px) {
  .collection__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .collection__item:not(:nth-child(-n+2)) {
    margin-top: 8%;
  }
}
.collection__item a {
  width: 100%;
}
@media (any-hover: hover) {
  .collection__item a:hover img {
    opacity: 0.7;
    transform: scale(1.05);
  }
  .collection__item a:hover h2 {
    color: #DAC79E;
  }
}
.collection__item a .collection-thumbnail {
  position: relative;
  overflow: hidden;
}
.collection__item a .collection-thumbnail .image-container {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 0.6666666667;
}
.collection__item a .collection-thumbnail .image-container img {
  width: 100%;
  height: 100%;
  aspect-ratio: 0.6666666667;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: archiveFade 8s infinite;
}
.collection__item a .collection-thumbnail .image-container .img2 {
  animation-delay: 4s;
}
.collection__item a .collection-title {
  font-size: calc(24 / 1512 * 100vw);
  font-weight: 400;
  margin-top: 0.4em;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 780px) {
  .collection__item a .collection-title {
    font-size: calc(18 / 390 * 100vw);
  }
}
@keyframes archiveFade {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (any-hover: hover) {
  .pagination a:hover {
    opacity: 0.7;
  }
}
.page-numbers {
  line-height: 1;
  margin: 0 0.2em;
  width: 2.5em;
  height: 2.5em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-numbers.current {
  background: #ECE8E4;
}
.pagination .prev-arrow, .pagination .next-arrow {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  position: relative;
  text-indent: -9999px;
  /* テキストを非表示にする */
}
.pagination .prev-arrow::before, .pagination .next-arrow::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  border-top: 1px solid #76583F;
  /* 矢印の色 */
  border-right: 1px solid #76583F;
  /* 矢印の色 */
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}
.pagination .prev-arrow::before {
  transform: translateY(-50%) rotate(-135deg);
  left: 1.2em;
}
.pagination .next-arrow::before {
  transform: translateY(-50%) rotate(45deg);
  right: 1.2em;
}
.other-collection {
  background: #fff;
  padding: 4em 0;
  position: relative;
  z-index: 1;
  margin-top: 6em;
}
.other-collection .inner {
  position: relative;
  z-index: -1;
}
.other-collection .collection__list {
  margin: 0;
}
.bottom-shop {
  padding: 4em 0 6em;
}
.bottom-shop .inner {
  position: relative;
}
.bottom-shop .inner::before {
  content: "";
  display: block;
  width: 26em;
  height: 18em;
  background: url(../img/common/paint_deco_01.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  bottom: -5em;
  left: -1em;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .bottom-shop .inner::before {
    width: 14em;
    height: 10em;
    bottom: -6em;
  }
}
.bottom-shop .inner::after {
  content: "";
  display: block;
  width: 28em;
  height: 20em;
  background: url(../img/common/paint_deco_02.png) no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -7em;
  right: -2em;
  z-index: -1;
}
@media screen and (max-width: 780px) {
  .bottom-shop .inner::after {
    width: 14em;
    height: 10em;
    top: -7em;
  }
}
.bottom-shop .title {
  text-align: center;
}
.bottom-shop p.salon-guide-text {
  text-align: center;
  margin-top: 4em;
}
.bottom-shop .button {
  margin-top: 1em;
}
p.no-item {
  margin-top: 6em;
  line-height: 1.8;
}
/* ------------------------------------------------------------------------
コレクション詳細ページ（ウエディング、カラー、グルーム、和装、ゲスト）
------------------------------------------------------------------------ */
.collection-detail {
  padding: 1.5em 0 6em;
}
.collection-detail .detail-main {
  display: flex;
  margin-top: 1.5em;
  padding-bottom: 4em;
  position: relative;
  height: max-content;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main {
    display: block;
  }
}
.collection-detail .detail-main .img-area {
  width: 40%;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.collection-detail .detail-main .img-area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .img-area {
    width: 80%;
    margin: 3em auto;
  }
}
.collection-detail .detail-main .img-area .detail-img:not(:first-child) {
  margin-top: 2em;
}

.collection-detail .detail-main .img-area .detail-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-detail .detail-main .img-area .detail-img img.portrait {
  aspect-ratio: 0.6666666667; /* 2:3 縦長 */
}

/* 横長 */
.collection-detail .detail-main .img-area .detail-img img.landscape {
  aspect-ratio: 1.5; /* 3:2 横長 */
}
.collection-detail .detail-main .img-area .detail-img.guest img {
  object-fit: contain;
}
.collection-detail .detail-main .img-area .detail-movie {
  margin-top: 2em;
}
.collection-detail .detail-main .img-area .detail-movie video {
  width: 100%;
}
.collection-detail .detail-main .text-area {
  width: 34%;
  height: max-content;
  margin-left: 13%;
  position: sticky;
  top: 20svh;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area {
    width: 100%;
    margin-left: 0;
  }
}
.collection-detail .detail-main .text-area .title-wrap {
  display: flex;
  justify-content: space-between;
}
.collection-detail .detail-main .text-area .collection-title {
  font-size: calc(32 / 1512 * 100vw);
  margin-top: -0.16em;
  width: 84%;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area .collection-title {
    font-size: calc(20 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area button.simplefavorite-button {
  width: 10%;
  background: none;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: calc(32 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area button.simplefavorite-button {
    font-size: calc(20 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area button.simplefavorite-button .icon-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.collection-detail .detail-main .text-area button.simplefavorite-button .icon-favorite::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/heart_line.svg) no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
  transition: all 0.3s ease-out;
}
.collection-detail .detail-main .text-area button.simplefavorite-button.active {
  opacity: 1;
}
.collection-detail .detail-main .text-area button.simplefavorite-button.active .icon-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.collection-detail .detail-main .text-area button.simplefavorite-button.active .icon-favorite::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/heart.svg) no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
  transition: all 0.3s ease-out;
}
.collection-detail .detail-main .text-area .detail-text {
  font-size: calc(16 / 1512 * 100vw);
  text-align: justify;
  margin-top: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area .detail-text {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area h2.tag-title {
  font-size: calc(14 / 1512 * 100vw);
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  background: #ECE8E4;
  padding: 1em 1em 0.8em;
  width: 100%;
  text-align: justify;
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area h2.tag-title {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area .tag-text {
  font-size: calc(16 / 1512 * 100vw);
  margin-top: 0.8em;
  margin-left: 1em;
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area .tag-text {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area .cta-button {
  margin-top: 2em;
}
.collection-detail .detail-main .text-area .cta-button .button-02 {
  letter-spacing: 0.1em;
  font-size: calc(12 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area .cta-button .button-02 {
    font-size: calc(9 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area .cta-button .button-02 span {
  font-size: calc(18 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .collection-detail .detail-main .text-area .cta-button .button-02 span {
    font-size: calc(12 / 390 * 100vw);
  }
}
.collection-detail .detail-main .text-area p.hanamizuki-how-to {
  margin-top: 2em;
}
.collection-detail .collection__other {
  background: #fff;
  padding: 5em 0 4em;
}
.collection-detail .collection__other .collection__list {
  margin: 0;
}
.collection-detail .collection__other .collection__item:last-child {
  display: none;
}
@media screen and (max-width: 780px) {
  .collection-detail .collection__other .collection__item:last-child {
    display: block;
  }
}
.collection-detail .bottom-shop {
  padding: 8em 0 6em;
  overflow-x: hidden;
}
.collection-detail .bottom-shop .post-title {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
/* ------------------------------------------------------------------------
セレモニー（人生儀礼衣裳）
------------------------------------------------------------------------ */
.ceremony__main {
  padding: 1em 0;
}
.ceremony__main .collection-thumbnail__item {
  position: relative;
}
.ceremony__main .collection-thumbnail__item::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background: #DAC79E40;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 780px) {
  .ceremony__main .collection-thumbnail__item::before {
    top: 0.6em;
    left: 0.6em;
  }
}
.ceremony__main .collection-thumbnail__item h2 {
  font-size: calc(32 / 1512 * 100vw);
  font-weight: 400;
  margin-top: 1em;
  border-bottom: 1px solid #DAC79E;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 780px) {
  .ceremony__main .collection-thumbnail__item h2 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.ceremony__main .collection-thumbnail__item p {
  font-size: calc(18 / 1512 * 100vw);
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .ceremony__main .collection-thumbnail__item p {
    font-size: calc(12 / 390 * 100vw);
  }
}
.ceremony__shop {
  background: #ECE8E4;
  padding: 5em 0 6em;
  margin-top: 5em;
}
.ceremony__shop h2 {
  font-size: calc(32 / 1512 * 100vw);
  text-align: center;
  background: #fff;
  padding: 0.4em;
  margin-bottom: 1.8em;
}
@media screen and (max-width: 780px) {
  .ceremony__shop h2 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.ceremony__shop .post__item:not(:nth-child(-n+4)) {
  margin-top: 6%;
}
.ceremony .other-collection {
  margin-top: 0;
}
/* ------------------------------------------------------------------------
よくある質問
------------------------------------------------------------------------ */
.page-wrap.faq .title {
  text-align: center;
}
.page-wrap.faq .title span {
  margin-top: 0.5em;
}
.faq-list {
  display: flex;
  flex-wrap: wrap;
}
.faq-item:not(:first-child) {
  margin-top: 1.5em;
}
.faq-item {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 780px) {
  .faq-item {
    width: 100%;
  }
}
.faq-question {
  width: 98%;
  margin: 0 auto;
  background: none;
  border: none;
  text-align: left;
  padding: 1em;
  font-weight: bold;
  cursor: pointer;
  color: #76583F;
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 0.3s ease-out;
}
.faq-q, .faq-a {
  font-weight: 400;
  color: #DAC79E;
  font-size: calc(32 / 1512 * 100vw);
  flex-shrink: 0;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 780px) {
  .faq-q, .faq-a {
    font-size: calc(20 / 390 * 100vw);
  }
}
.faq-answer p {
  display: flex;
  align-items: flex-start;
  line-height: 1.8;
  text-align: justify;
}
.faq-a {
  margin-right: 0.5em;
  line-height: 1;
}
.faq-icon {
  width: 1em;
  height: 1em;
  position: relative;
  display: inline-block;
  margin-left: auto;
}
.faq-icon::before, .faq-icon::after {
  content: "";
  position: absolute;
  background: #DAC79E;
  transition: all 0.3s ease-out;
}
.faq-icon::before {
  width: 1em;
  height: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.faq-icon::after {
  width: 1px;
  height: 1em;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq-answer {
  width: 98%;
  margin: 0 auto;
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  color: #76583F;
  border-top: 1px solid transparent;
  transition: all 0.3s ease;
}
.faq-item.active .faq-answer {
  max-height: max-content;
  padding: 1em;
  border-top-color: #DAC79E;
}
.faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
}
/* ------------------------------------------------------------------------
ショップ＆サロン一覧
------------------------------------------------------------------------ */
.archive-wrap.shop h1 + p {
  line-height: 1.8;
}
.archive-wrap.shop .post__list {
  margin-top: 3em;
}
.archive-wrap.shop .post__list a {
  position: relative;
}
.archive-wrap.shop .post__list a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff50;
  position: absolute;
  top: 0.8em;
  left: 0.8em;
  z-index: -1;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .archive-wrap.shop .post__list a:hover::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #ffffff50;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.archive-wrap.shop .salon-list {
  margin-top: 6em;
}
/* ------------------------------------------------------------------------
ショップ＆サロン詳細
------------------------------------------------------------------------ */
.shop-detail {
  padding: 1.5em 0 6em;
}
.shop-detail .detail-main {
  display: flex;
  margin-top: 1.5em;
  padding-bottom: 4em;
  position: relative;
  height: max-content;
  flex-direction: row-reverse;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main {
    display: block;
  }
}
.shop-detail .detail-main .img-area {
  width: 56%;
  margin-left: 10%;
  overflow: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.shop-detail .detail-main .img-area::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .img-area {
    width: 100%;
    margin-left: 0;
  }
}
.shop-detail .detail-main .img-area .detail-img:not(:first-child) {
  margin-top: 2em;
}
.shop-detail .detail-main .img-area .detail-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1.5;
  object-fit: cover;
  transition: all 0.3s ease-out;
}
.shop-detail .detail-main .img-area .thumbnail-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.4em;
  margin-top: 1em;
}
.shop-detail .detail-main .img-area .thumbnail-container .thumb {
  width: 100%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}
.shop-detail .detail-main .img-area .thumbnail-container .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.shop-detail .detail-main .img-area .thumbnail-container .thumb.active {
  border-color: #C1B9B3;
}
.shop-detail .detail-main .img-area .thumbnail-container .thumb.active img {
  opacity: 0.5;
}
@media (any-hover: hover) {
  .shop-detail .detail-main .img-area .thumbnail-container .thumb:hover img {
    opacity: 0.7;
  }
}
.shop-detail .detail-main .text-area {
  width: 34%;
  height: max-content;
  position: sticky;
  top: 20svh;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area {
    width: 100%;
    margin-top: 2em;
  }
}
.shop-detail .detail-main .text-area .term-wrap {
  display: flex;
  align-items: center;
}
.shop-detail .detail-main .text-area .term-wrap .salon-guide-text {
  display: inline-block;
  font-size: calc(13 / 1512 * 100vw);
  margin-left: 0.5em;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area .term-wrap .salon-guide-text {
    font-size: calc(10 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area .title-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.shop-detail .detail-main .text-area .collection-title {
  font-size: calc(32 / 1512 * 100vw);
  margin-top: -0.16em;
  width: 100%;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area .collection-title {
    font-size: calc(20 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area button.simplefavorite-button {
  width: 10%;
  background: none;
  border: none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-size: calc(32 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area button.simplefavorite-button {
    font-size: calc(20 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area button.simplefavorite-button .icon-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.shop-detail .detail-main .text-area button.simplefavorite-button .icon-favorite::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/heart_line.svg) no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
  transition: all 0.3s ease-out;
}
.shop-detail .detail-main .text-area button.simplefavorite-button.active {
  opacity: 1;
}
.shop-detail .detail-main .text-area button.simplefavorite-button.active .icon-favorite {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.shop-detail .detail-main .text-area button.simplefavorite-button.active .icon-favorite::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../img/common/heart.svg) no-repeat;
  background-position: center;
  background-size: contain;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
  transition: all 0.3s ease-out;
}
.shop-detail .detail-main .text-area .detail-text {
  font-size: calc(16 / 1512 * 100vw);
  text-align: justify;
  margin-top: 2em;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area .detail-text {
    font-size: calc(12 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area h2.tag-title {
  font-size: calc(14 / 1512 * 100vw);
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  background: #ECE8E4;
  padding: 1em 1em 0.8em;
  width: 100%;
  text-align: justify;
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area h2.tag-title {
    font-size: calc(12 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area .tag-text {
  font-size: calc(16 / 1512 * 100vw);
  margin-top: 0.8em;
  margin-left: 1em;
  line-height: 1.6;
  border: none;
  text-decoration: none;
}
@media screen and (max-width: 780px) {
  .shop-detail .detail-main .text-area .tag-text {
    font-size: calc(12 / 390 * 100vw);
  }
}
.shop-detail .detail-main .text-area .cta-button {
  margin-top: 2em;
}
.shop-detail .collection__other {
  background: #fff;
  padding: 5em 0 4em;
}
.shop-detail .collection__other .collection__list {
  margin: 0;
}
.shop-detail .bottom-shop {
  padding: 8em 0 6em;
  overflow-x: hidden;
}
.shop-detail .bottom-shop .post-title {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.shop-detail__products {
  background: #fff;
  padding: 5em 0 4em;
}
.shop-detail__products h2 {
  background: #F3F1EF;
  text-align: center;
  font-size: calc(32 / 1512 * 100vw);
  padding: 0.4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 780px) {
  .shop-detail__products h2 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.shop-detail__map {
  padding: 4em 0 2em;
}
.shop-detail__map .map-wrap {
  position: relative;
  padding-bottom: 32%;
  height: 0;
  overflow: hidden;
  filter: grayscale(1) sepia(0.16);
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .shop-detail__map .map-wrap:hover {
    filter: none;
  }
}
@media screen and (max-width: 780px) {
  .shop-detail__map .map-wrap {
    padding-bottom: 60%;
  }
}
.shop-detail__map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.shop-detail__map .salon-guide-text {
  text-align: center;
  margin: 2em auto 1em;
}
/* ------------------------------------------------------------------------
About us（マ・シェリについて）
------------------------------------------------------------------------ */
.about {
  padding-bottom: 10em;
}
@media screen and (max-width: 780px) {
  .about {
    padding-bottom: 7em;
  }
}
.about h1.title {
  text-align: center;
  margin-bottom: 1em;
}

.about h1.title img{
  width: 30%;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 780px) {
  .about h1.title img {
    width: 40%;
  }
}

.about .lead-text {
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .about .lead-text {
    text-align: justify;
  }
}
.about section {
  display: flex;
  justify-content: center;
  column-gap: 4%;
  background: #fff;
  padding: 4em 3em;
  border-radius: 0.5em;
  position: relative;
}
.about section:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.about section:not(:first-of-type) {
  margin-top: 2em;
}
.about section:first-of-type {
  margin-top: 4em;
}
@media screen and (max-width: 780px) {
  .about section {
    display: block;
    padding: 1em 1em 2em;
  }
}
.about section .img-wrap {
  width: 40%;
  height: fit-content;
  display: inline-block;
  position: relative;
}
.about section .img-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0.5em 0.5em #fff, inset 0 0 0.5em 0.5em #fff, inset 0 0 0.5em 0.5em #fff, inset 0 0 0.5em 0.5em #fff;
}
@media screen and (max-width: 780px) {
  .about section .img-wrap {
    width: 100%;
  }
}
.about section .text-wrap {
  width: 60%;
}
@media screen and (max-width: 780px) {
  .about section .text-wrap {
    width: 100%;
  }
}
.about section .text-wrap h2 {
  font-size: calc(24 / 1512 * 100vw);
  line-height: 1.4;
  margin-bottom: 1em;
}
@media screen and (max-width: 780px) {
  .about section .text-wrap h2 {
    font-size: calc(18 / 390 * 100vw);
  }
}
@media screen and (max-width: 780px) {
  .about section .text-wrap h2 {
    margin-top: 1em;
    text-align: center;
    letter-spacing: 0;
  }
}
.about section .text-wrap p {
  line-height: 1.6;
}
@media screen and (max-width: 780px) {
  .about section .text-wrap p {
    text-align: justify;
    padding: 0 0.5em;
  }
}
.about section .handwriting-text {
  position: absolute;
  top: -10%;
  right: 0;
  width: 44%;
}
@media screen and (max-width: 780px) {
  .about section .handwriting-text {
    width: 80%;
    top: -7%;
    right: auto;
    left: -5%;
  }
}
.about section:nth-of-type(1) .handwriting-text {
  width: 34%;
}
@media screen and (max-width: 780px) {
  .about section:nth-of-type(1) .handwriting-text {
    width: 70%;
  }
}
.about section:nth-of-type(2) .handwriting-text {
  top: -5%;
  right: auto;
  left: 0;
}
/* ------------------------------------------------------------------------
Recruit（採用情報）
------------------------------------------------------------------------ */
.recruit {
  padding-bottom: 10em;
}
.recruit h1.title {
  text-align: center;
}
.recruit p {
  text-align: center;
  line-height: 2;
  margin-bottom: 2em;
}
/* ------------------------------------------------------------------------
お問い合わせ
------------------------------------------------------------------------ */
.contact {
  padding-bottom: 8em;
}
.contact h1.title {
  text-align: center;
}
.contact p.lead-text {
  text-align: center;
  line-height: 1.8;
  margin: 2em 0 0;
}
.contact p.lead-text + p.lead-text {
  margin: 0 0 2em;
}
@media screen and (max-width: 780px) {
  .contact p.lead-text {
    text-align: justify;
  }
}
.contact table {
  width: 84%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 3em;
  text-align: left;
}
@media screen and (max-width: 780px) {
  .contact table {
    width: 100%;
    border-spacing: 0 2em;
  }
}
.contact table th {
  width: 28%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 780px) {
  .contact table th {
    display: block;
    width: 100%;
  }
}
.contact table th p {
  display: flex;
}
.contact table th .contact-required {
  font-size: 60%;
  vertical-align: top;
  margin-left: 0.2em;
  color: #c23737;
}
.contact table td {
  width: 100%;
  display: block;
}
@media screen and (max-width: 780px) {
  .contact table td {
    margin-top: 0.5em;
  }
}
.contact table td .wpcf7-form-control-wrap {
  display: block;
}
.contact table td .wpcf7-not-valid-tip {
  color: #c23737;
  font-size: 80%;
  margin-top: 0.5em;
}
.contact table td.preferred-date-wrap input {
  cursor: pointer;
}
.contact table td.preferred-time-wrap {
  margin-top: 0.5em;
}
.contact table td.preferred-time-wrap .wpcf7-list-item-label {
  margin-left: 0.2em;
  padding-bottom: 0.1em;
}
.contact table td.preferred-time-wrap input[type="radio"] {
  position: relative;
  width: 1em;
  height: 1em;
  padding: 0;
  border: 1px solid #76583F;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.contact table td.preferred-time-wrap input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
  background: #76583F;
}
.contact table td.preferred-time-wrap.not-required .wpcf7-list-item + .wpcf7-list-item.last {
  margin-left: 0;
  display: block;
}
.contact table input, .contact table select, .contact table textarea {
  border: none;
  padding: 1em;
  letter-spacing: 0.1em;
  outline: none;
  color: #76583F;
  background: #fff;
  display: block;
  width: 100%;
  font-size: calc(16 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .contact table input, .contact table select, .contact table textarea {
    font-size: calc(11 / 390 * 100vw);
  }
}
.contact table .contact-table__text--inline p {
  display: inline-flex;
  align-items: baseline;
}
.contact table .contact-table__text--inline .wpcf7-form-control-wrap {
  display: inline-block;
  width: 38%;
  margin-right: 0.5em;
}
.contact table .contact-table__text--inline input {
  width: 100%;
}
.contact table input::placeholder, .contact table select::placeholder, .contact table textarea::placeholder {
  color: #d0d0d0;
}
.contact table input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset !important;
  -webkit-text-fill-color: #76583F !important;
  transition: background-color 5000s ease-in-out 0s;
}
.contact table .select-wrapper {
  position: relative;
}
.contact table .select-wrapper::after {
  content: "";
  position: absolute;
  top: 0.8em;
  right: 1em;
  width: 0.6em;
  height: 0.6em;
  border-right: 1px solid #76583F;
  border-bottom: 1px solid #76583F;
  transform: rotate(45deg);
}
.contact table select {
  -webkit-appearance: none;
  appearance: none;
}
.contact table .wpcf7-list-item {
  margin: 0;
}
.contact table .wpcf7-list-item label {
  display: flex;
  align-items: center;
}
.contact table .wpcf7-list-item label input {
  display: inline-block;
  width: max-content;
}
.contact table .wpcf7-list-item label input[type="checkbox"] {
  border-radius: 0;
  -ms-progress-appearance: none;
  appearance: none;
  position: relative;
  width: 1.2em;
  height: 1.2em;
  border: 1px solid #76583F;
  vertical-align: -0.1em;
  margin-right: 0.4em;
  cursor: pointer;
  padding: 0;
}
.contact table .wpcf7-list-item label input[type="checkbox"]:checked {
  background: #76583F;
}
.contact table .wpcf7-list-item label input[type="checkbox"]:checked::before {
  content: "";
  width: 0.3em;
  height: 0.6em;
  position: absolute;
  top: 0.1em;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  transform: rotate(50deg);
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.contact table .wpcf7-checkbox, .contact table .preferred-time-wrap .wpcf7-form-control {
  line-height: 1.6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 0.5em;
  column-gap: 2em;
}
.contact table .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item:nth-child(6), .contact table .preferred-time-wrap .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item:nth-child(6) {
  margin-left: 0;
}
.contact table .preferred-time-wrap .wpcf7-form-control {
  row-gap: 0;
}
@media screen and (max-width: 780px) {
  .contact .wpcf7-checkbox {
    margin-top: 0.8em;
  }
}
.contact .privacy-text {
  text-align: center;
  margin-top: 2em;
}
@media screen and (max-width: 780px) {
  .contact .privacy-text {
    text-align: justify;
    line-height: 1.8;
  }
}
.contact .contact-button {
  text-align: center;
  margin-top: 2em;
}
.contact .contact-button input {
  background: #76583F;
  color: #fff;
  width: 32%;
  border: none;
  padding: 1.5em;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-size: calc(16 / 1512 * 100vw);
  cursor: pointer;
}
@media screen and (max-width: 780px) {
  .contact .contact-button input {
    font-size: calc(13 / 390 * 100vw);
  }
}
@media (any-hover: hover) {
  .contact .contact-button input:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .contact .contact-button input {
    width: 80%;
  }
}
.contact .contact-button--back {
  margin-bottom: -0.5em;
}
.contact .contact-button--back input {
  background: #dedede;
  color: #8e8e8e;
}
.contact .contact-guide-text {
  font-size: 80%;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
.contact .contact-guide-text + .contact-guide-text {
  margin-top: 0.5em;
  text-indent: 1em;
}
.js-datepicker-wrap {
  position: relative;
}
.js-datepicker-wrap::after {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  background: url(../img/common/icon_calendar.svg) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.7em;
  right: 0.5em;
  filter: invert(37%) sepia(5%) saturate(3470%) hue-rotate(345deg) brightness(90%) contrast(81%);
}
.ui-datepicker td span, .ui-datepicker td a {
  text-align: center;
}
#date-error {
  color: #c23737;
  font-size: 80%;
  margin-top: 0.5em;
}
.contact-confirm table {
  border-spacing: 0 3em;
}
.contact-confirm table .select-wrapper::after {
  display: none;
}
.wpcf7-spinner {
  display: none;
}
.contact-thanks {
  padding-bottom: 8em;
}
.contact-thanks h1 {
  text-align: center;
  margin-top: 3em;
  font-size: calc(32 / 1512 * 100vw);
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .contact-thanks h1 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.contact-thanks h1 span {
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  font-size: calc(48 / 1512 * 100vw);
  display: block;
  margin-bottom: 0.5em;
  color: #DAC79E;
}
@media screen and (max-width: 780px) {
  .contact-thanks h1 span {
    font-size: calc(24 / 390 * 100vw);
  }
}
.contact-thanks p {
  text-align: center;
  margin-top: 3em;
  line-height: 2;
}
.go-top-button {
  width: 10em;
  padding: 0.5em;
  margin-top: 4em;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}
div#autozip {
  display: none !important;
}
.contact-tab {
  margin-top: 2em;
}
.contact-tab__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.2em;
  border-bottom: 2px solid #76583F;
}
.contact-tab__item {
  width: calc(100% / 3);
  border-radius: 0.5em 0.5em 0 0;
  overflow: hidden;
}
.contact-tab__item a {
  background: #EBE4D7;
  padding: 1em;
  text-align: center;
  display: block;
}
@media (any-hover: hover) {
  .contact-tab__item a:hover {
    opacity: 0.7;
  }
}
.contact-tab__item.active {
  border-color: #76583F;
}
.contact-tab__item.active a {
  background: #76583F;
  color: #fff;
  cursor: auto;
}
@media (any-hover: hover) {
  .contact-tab__item.active a:hover {
    opacity: 1;
  }
}
h1.form-confirm-title {
  text-align: center;
  font-size: inherit;
}
h1.form-confirm-title span {
  background: #76583F;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
}
.catalog-confirm, .reservation-confirm, .contact-confirm {
  display: none;
}
.contact .catalog-confirm table .select-wrapper::after, .contact .reservation-confirm table .select-wrapper::after, .contact .contact-confirm table .select-wrapper::after {
  display: none;
}
div.catalog-confirm + div.wpcf7-response-output, div.reservation-confirm + div.wpcf7-response-output, div.contact-confirm + div.wpcf7-response-output {
  display: none;
}
input.preferred-day-03 + .wpcf7-not-valid-tip {
  display: none;
}
textarea.your-reservation-message + .wpcf7-not-valid-tip {
  display: none;
}
.contact table input.wpcf7-not-valid, .contact table select.wpcf7-not-valid, .contact table textarea.wpcf7-not-valid {
  background: #f4e1e1;
}
.contact table textarea.wpcf7-not-valid.your-reservation-message {
  background: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 0.2em;
  width: 1.8em;
  height: 1.8em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-icon {
  width: 1em;
  height: 1em;
}
.ui-icon-circle-triangle-w {
  background-position: center;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  position: relative;
  margin: 0;
  padding: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ui-widget-header .ui-icon {
  background: url(../img/common/datepicker-arrow.png) no-repeat;
  background-size: contain;
}
.ui-widget-header .ui-datepicker-next .ui-icon {
  transform: rotate(180deg);
}
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background: url(../img/common/datepicker-arrow-active.png) no-repeat;
  background-size: contain;
}
/* ------------------------------------------------------------------------
404ページ
------------------------------------------------------------------------ */
.not-found {
  padding-bottom: 8em;
}
.not-found h1 {
  font-family: "TAN - PEARL", serif;
  font-weight: 400;
  text-align: center;
  font-size: calc(32 / 1512 * 100vw);
  line-height: 1.4;
  color: #DAC79E;
  margin-top: 1em;
}
@media screen and (max-width: 780px) {
  .not-found h1 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.not-found h1 span {
  font-size: calc(64 / 1512 * 100vw);
  display: block;
}
@media screen and (max-width: 780px) {
  .not-found h1 span {
    font-size: calc(40 / 390 * 100vw);
  }
}
.not-found p {
  text-align: center;
  margin-top: 3em;
  line-height: 1.8;
}
/* ------------------------------------------------------------------------
アクセサリーページ
------------------------------------------------------------------------ */
.accessories h1.title {
  text-align: center;
}
.accessories p {
  text-align: center;
  line-height: 1.8;
}
.accessories__swiper {
  width: 60%;
  margin: 2em auto;
  background: #fff;
  padding: 0.5em;
}
/* ------------------------------------------------------------------------
プライバシーポリシー
------------------------------------------------------------------------ */
.privacy-policy {
  padding-bottom: 8em;
}
.privacy-policy h1.title {
  text-align: center;
}
.privacy-policy h1.title span {
  margin-top: 1em;
}
.privacy-policy__main {
  line-height: 1.8;
  margin-top: 3em;
}
.privacy-policy__main ol.privacy-list {
  counter-reset: section;
  list-style: none;
}
.privacy-policy__main ol.privacy-list > li {
  counter-increment: section;
}
.privacy-policy__main ol.privacy-list > li:not(:first-child) {
  margin-top: 4em;
}
.privacy-policy__main ol.privacy-list > li h2 {
  font-size: calc(32 / 1512 * 100vw);
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px solid #DAC79E;
}
@media screen and (max-width: 780px) {
  .privacy-policy__main ol.privacy-list > li h2 {
    font-size: calc(18 / 390 * 100vw);
  }
}
.privacy-policy__main ol.privacy-list > li h2::before {
  content: counter(section) ". ";
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .privacy-policy__main ol.privacy-list > li h2 {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.4;
    padding-bottom: 0.5em;
  }
}
.privacy-policy__main ol.privacy-list > li h3 {
  font-size: calc(20 / 1512 * 100vw);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  text-indent: -2.5em;
  padding-left: 2.5em;
}
@media screen and (max-width: 780px) {
  .privacy-policy__main ol.privacy-list > li h3 {
    font-size: calc(14 / 390 * 100vw);
  }
}
.privacy-policy__main ol.privacy-list > li h3 + p {
  padding-left: 3em;
}
.privacy-policy__main ol.privacy-list > li h3 + ul {
  padding-left: 3em;
}
.privacy-policy__main ol.privacy-list > li p {
  text-align: justify;
}
/* ------------------------------------------------------------------------
My List（お気に入り一覧）
------------------------------------------------------------------------ */
.favorite h1.title {
  text-align: center;
}
.favorite h1.title span {
  margin-top: 0.8em;
}
.favorite-no-item {
  text-align: center;
  line-height: 2;
  margin: 4em 0;
}
/* ------------------------------------------------------------------------
会社概要
------------------------------------------------------------------------ */
.company .company-introduction {
  margin-bottom: 3em;
}
.company .company-introduction h1 {
  font-size: calc(36 / 1512 * 100vw);
}
@media screen and (max-width: 780px) {
  .company .company-introduction h1 {
    font-size: calc(20 / 390 * 100vw);
  }
}
.company .company-introduction p {
  margin-top: 1em;
}
.company p {
  line-height: 1.8;
}
@media screen and (max-width: 780px) {
  .company p {
    text-align: justify;
  }
}
.company .company-nav {
  text-align: center;
}
.company .company-nav .company-tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
}
.company .company-nav .company-tab-list li a {
  display: block;
  padding: 0.5em 1em;
  background: #EBE4D7;
  text-decoration: none;
  font-weight: bold;
}
@media (any-hover: hover) {
  .company .company-nav .company-tab-list li a:hover {
    background: #76583F;
    color: #fff;
  }
}
.company .company-section {
  margin-bottom: 60px;
}
.company .company-section h2 {
  font-size: calc(32 / 1512 * 100vw);
  margin-bottom: 1em;
  border-bottom: 1px solid #76583F;
  padding-bottom: 0.4em;
}
@media screen and (max-width: 780px) {
  .company .company-section h2 {
    font-size: calc(18 / 390 * 100vw);
  }
}
.company .company-section .company-table, .company .company-section .history-table {
  width: 100%;
  border-collapse: collapse;
}
.company .company-section .company-table th, .company .company-section .company-table td, .company .company-section .history-table th, .company .company-section .history-table td {
  border: 1px solid #DAC79E;
  padding: 1em;
  text-align: left;
  line-height: 1.4;
}
@media screen and (max-width: 780px) {
  .company .company-section .company-table th, .company .company-section .company-table td, .company .company-section .history-table th, .company .company-section .history-table td {
    display: block;
    width: 100%;
    border: none;
  }
}
.company .company-section .company-table th, .company .company-section .history-table th {
  width: 30%;
}
@media screen and (max-width: 780px) {
  .company .company-section .company-table th, .company .company-section .history-table th {
    background: #ECE8E4;
    width: 100%;
    border-bottom: 1px solid #DAC79E;
  }
}
.company .company-section .company-table dd + dt, .company .company-section .history-table dd + dt {
  margin-top: 0.5em;
}
.company .ceo-name {
  text-align: right;
  font-weight: bold;
  margin-top: 2em;
}
