@charset "UTF-8";
:root {
  --headerHeight: 80px;
  --paddingSection: 80px;
  --paddingLR: 16px;
}
@media screen and (max-width: 959px) {
  :root {
    --headerHeight: 64px;
    --paddingSection: 40px;
  }
}

:root {
  --color_main: #111b42;
}

/*========== 子ページ ==========*/
/*==========
子ページ共通
==========*/
#child_mv {
  margin-top: calc(var(--paddingSection) * 1.5);
  margin-bottom: calc(var(--paddingSection) * 1);
}
#child_mv .title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.25;
}
#child_mv .text_area {
  position: absolute;
  top: 50%;
  right: var(--paddingLR);
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  padding: calc(var(--paddingLR) * 2);
  max-width: calc(100% - var(--paddingLR) * 3);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#child_mv .img_area {
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  z-index: 2;
}
#child_mv .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  #child_mv {
    margin-bottom: calc(var(--paddingSection) * 0.5);
  }
  #child_mv .title {
    font-size: 1.25rem;
  }
  #child_mv .text_area {
    max-width: calc(100% - var(--paddingLR) * 3);
    padding: calc(var(--paddingLR) * 0.75) calc(var(--paddingLR) * 1.5);
    border-radius: 10px 0 0 10px;
  }
  #child_mv .img_area {
    height: 200px;
    border-radius: 10px;
  }
}

form .btn_01 {
  color: #fff;
}
form .btn_01::before {
  background-color: var(--color_main);
}
form .btn_01::after {
  background-color: #fff;
}

.layout_store {
  display: flex;
  flex-wrap: wrap;
  gap: var(--paddingSection) 2.5rem;
}
.layout_store > * {
  width: calc((100% - 2.5rem) / 2);
}
.layout_store .slider_area {
  margin-top: 1em;
}
.layout_store .slider_area .swiper-slide {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 75%;
  height: 240px;
}
.layout_store .slider_area .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.layout_store .title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}
.layout_store .date {
  background-color: cornflowerblue;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.125em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0.5em;
}
.layout_store .label {
  background-color: cadetblue;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.125em 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.layout_store .title_sub {
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 959px) {
  .layout_store {
    justify-content: center;
  }
  .layout_store > * {
    width: 100%;
    max-width: 320px;
  }
}

/*==========
// アフターフォト
==========*/
body:has([rel^=lightbox]) .body_wrap {
  overflow: clip;
}
body:has([rel^=lightbox]) .lightboxOverlay,
body:has([rel^=lightbox]) .lightbox {
  position: fixed;
}
body:has([rel^=lightbox]) .lightboxOverlay {
  width: 100vw;
  height: 100dvh;
  height: 100vh;
}
body:has([rel^=lightbox]) .lightbox {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.list_muuri_tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  z-index: 95;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 40px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.list_muuri_tabs > * {
  width: 120px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color_main);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid var(--color_main);
}
.list_muuri_tabs .active {
  background-color: #fff;
  color: var(--color_main);
}
@media screen and (max-width: 959px) {
  .list_muuri_tabs > * {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0 0.75em;
  }
}

#afterphoto {
  position: relative;
  width: 100%;
}
#afterphoto .body_wrap {
  overflow: clip;
}
#afterphoto .grid {
  position: relative;
}
#afterphoto .item {
  display: block;
  position: absolute;
  margin: 5px;
  z-index: 1;
  width: calc(33.33% - 11px);
}
#afterphoto .item-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: table;
}
#afterphoto .custom-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  color: #666;
  border: 2px solid;
  border-radius: 3px;
}
#afterphoto .item.muuri-item-dragging {
  z-index: 3;
}
@media screen and (max-width: 959px) {
  #afterphoto .item {
    width: calc(50% - 11px);
  }
}