@charset "UTF-8";

/*
Theme Name: Lightning Child
Template: lightning
*/

:root {
  --Noto-Sans: "Noto Sans JP", sans-serif;
  --Noto-Serif: "Noto Serif JP", serif;
  --dark-red: #D24A4F;
  --light-red: #F9E1E2;
  --gray: #eeee;
  --dark-gray: #ccc;
  --high-dark-gray: #808080;
  --light-black: #453f40;
  --white: #fff;
}

header {
  display: none !important;
}

/* ================フェードイン================== */
a img {
  transform: scale(1);
  transition: .3s ease-in-out;
}

.fade-in-target {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}

.fade-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* ================================================= */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

ul,
li,
ol {
  list-style: none;
}

li a,
p a {
  text-decoration: none;
}

.site-header-logo img {
  margin-left: 15px !important;
}

.page-header {
  height: 20px !important;
  min-height: 0px !important;
}

/* パンくず非表示 */
.breadcrumb {
  display: none;
}

/* SPのメニューボタン非表示 */
.vk-mobile-nav-menu-btn {
  display: none;
}

/* 固定予約ボタン */
.fixed-button {
  position: fixed !important;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 0;
  background: linear-gradient(-45deg, rgba(221, 173, 66, 1) 5%, rgba(255, 250, 198, 1) 55%, rgba(215, 179, 110, 1) 95%);
  font-weight: 700;
  text-align: center;
  font-family: var(--Noto-Serif);
}

.fixed-button a {
  color: #5e0000 !important;
  display: inline-block;
  padding: 1rem 0;
  width: 100%;
}

/* 予約ボタン */
.visitor-link-button {
  display: inline-block;
}

.poyo-target.poyopoyo {
  opacity: 1;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {

  0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
  }

  50%,
  70% {
    transform: scale(0.95);
  }
}

.visitor-link-button a {
  display: inline-block;
  margin: 20px 50px;
}

.visitor-link-button a img {
  display: block;
  width: 100%;
  filter: drop-shadow(0 0 4px rgba(69, 63, 64, 0.5));
  transform: translateZ(0px);
}

/* レスポンシブ設定 */
@media screen and (min-width: 768px) {
  .fixed-button {
    display: none;
  }

  .wp-block-spacer {
    height: 130px;
  }

  .container,
  .container-md,
  .container-sm {
    max-width: 750px;
  }

  .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: 750px !important;
  }

  .visitor-link-button a {
    margin: 35px 77px;
  }

  .visitor-link-button a:hover {
    opacity: 0.7;
    transition: opacity 0.5s;
  }
}

/* 自社スタジオ */
.photo-section {
  font-family: var(--Noto-Sans);
  color: var(--light-black);
  font-weight: 600;
}

.photo-title-h2 {
  margin-top: 30px !important;
}

.photo-img-wrapper {
  width: 100%;
  max-width: 750px;
  margin: 30px 0;
}

.photo-section p {
  font-size: 18px;
}

.photo-img-wrapper .is-layout-grid {
  grid-template-columns: 1fr 1fr;
  gap: 0 !important;
}

.is-layout-constrained>.alignwide {
  max-width: 100% !important
}

.photo-img-wrapper .is-layout-grid img {
  display: block;
  width: 100%;
}

:is(.wp-block-cover, .wp-block-group):not(.alignfull, .alignwide)>.is-layout-constrained>.alignwide {
  margin-inline: 0 !important;
}

.photo-section .photo-p-S {
  font-size: 14px;
  font-weight: 500;
  margin-inline: auto;
}

/* TOPに戻るボタン */
.page_top_btn {
  background-color: var(--dark-red);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgb(210 74 79);
  bottom: 12%;
}

@media screen and (min-width: 768px) {
  .photo-title-h2 {
    margin-top: 50px !important;
  }

  .photo-title-h2 img {
    max-width: 590px !important;
    width: 100% !important;
  }

  .photo-img-wrapper {
    margin: 50px 0;
  }

  .photo-section p {
    font-size: 29px;
  }

  .photo-section .photo-p-S {
    font-size: 18px;
    font-weight: 600;
    margin-inline: auto;
  }

  .page_top_btn {
    background-color: var(--dark-red);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .8), 0 0 0 2px rgb(210 74 79);
    bottom: 3%;
  }

  .page_top_btn:hover {
    opacity: 0.7;
  }
}

/* ==================スライダー======================== */

.is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 100% !important;
}

.swiper-slide-wrapper {
  filter: drop-shadow(0 0 5px rgba(69, 63, 64, 0.7));
  transform: translateZ(0px);
}

.swiper-slide-wrapper.swiper-1-wrapper {
  background: var(--slider-bg-01) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 5 / 8;
}

.swiper-slide-wrapper.swiper-2-wrapper {
  background: var(--slider-bg-02) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 5 / 8;
}

.swiper-slide-wrapper.swiper-3-wrapper {
  background: var(--slider-bg-03) no-repeat center;
  width: 100%;
  height: 100%;
  background-size: cover;
  aspect-ratio: 5 / 8;
}

.swiper-slide-wrapper .swiper {
  padding-top: 37%;
}

/* ==================================================== */


/* 店舗情報 */

.store-visitor-title-h2-wrapper {
  margin: 50px auto 0;
}

.store-visitor-title-h2 {
  font-family: var(--Noto-Sans);
  font-weight: 800;
  width: 100%;
  background: var(--dark-red);
  outline: 1px solid #fff;
  outline-offset: -5px;
  color: #fff;
  padding: 10px 0;
  margin-inline: 15px;
}

.store-link-list-wrapper {
  margin: 50px 0;
}

.store-link-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
  gap: 20px 20px;
  margin: auto 0;
  padding-inline: 25px;
  font-family: var(--Noto-Sans);
  justify-items: center;
}

.store-link-list li {
  text-align: left;
  display: inline-block;
  width: fit-content;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  transition: 0.2s;
  border-bottom: 1px solid var(--light-black);
  margin: 0 !important;
}

.store-link-list li::after {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  transition: 0.2s;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  top: 13px;
  right: 7px;
  width: 8px;
  height: 8px;
}

.store-link-list li.active::after {
  transform: rotate(135deg);
  border-top: 1px solid var(--dark-red);
  border-right: 1px solid var(--dark-red);
}

.store-link-list li.active {
  border-bottom: 1px solid var(--dark-red);
}

.store-link-list li.active a {
  color: var(--dark-red);
}


.store-link-list li a {
  padding: 10px 45px 10px 5px;
  display: inline-block;
  color: var(--light-black);
}

.store-area-section-wrapper {
  padding-inline: 15px;
}

.store-area-section {
  display: none;
}

.vk_block-margin-sm--margin-top {
  margin-top: 0 !important;
}

.store-area-section-wrapper {
  margin: 40px 0 100px 0;
  color: var(--light-black);
}

.store-area-section-wrapper .store-wrapper {
  padding: 15px;
  margin-top: 1.5rem;
  border: 1px solid var(--light-black);
}

.store-area-section-wrapper .store-wrapper ul {
  padding-left: 0 !important;
  letter-spacing: 0.2px !important;
}

.store-area-section-wrapper .store-wrapper li:nth-of-type(2),
.store-area-section-wrapper .store-wrapper li:nth-of-type(4) {
  padding-left: 1.5rem !important;
}

@media screen and (min-width:750px) {
  .store-area-section-wrapper {
    padding-inline: 0;
  }
}

@media (min-width: 768px) {
  .store-link-list {
    gap: 30px;
    margin: 40px auto 0;
    padding-inline: 90px;
  }

  .store-link-list li {
    font-size: 16px;
  }

  .store-link-list li::after {
    top: 13px;
    right: 8px;
    width: 10px;
    height: 10px;
  }

  .store-link-list li a {
    padding: 10px 60px 10px 7px;
  }
}

@media screen and (max-width:767px) {
  .store-area-section-wrapper h3 {
    margin: 10px 0 7px !important;

  }

  .store-area-section-wrapper .wp-block-media-text>.wp-block-media-text__content {
    padding: 0 20px 0 !important;
  }

  .store-area-section-wrapper .store-wrapper li {
    margin: 4px 0 !important;
  }
}

/* ///////////////////////footer////////////////////////////// */
.site-body-bottom {
  margin: 70px auto 0 auto;
  max-width: 750px;
}

.site-footer {
  color: var(--light-black) !important;
  font-family: var(--Noto-Sans);
  margin-top: 30px;
}

.site-footer-content {
  padding-top: 30px !important;
}

.site-body-bottom .wp-block-image img {
  max-width: 50px !important;
}

.site-footer .footer-nav .footer-nav-list {
  margin-inline: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.site-footer .footer-nav .footer-nav-list li {
  background: var(--light-red);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-weight: 600;
  width: 50%;
  display: inline-block;
}

.footer-nav-list li a {
  padding: 15px 0 !important;
  text-align: center;
  color: var(--light-black);
}

.footer-nav-list li:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-in-out;
}

.site-footer .row {
  display: block !important;
}

.site-footer .row p.has-text-align-left {
  margin-bottom: 0 !important;
  font-size: 10.5px !important;
  padding-inline: 15px !important;
  text-align: center !important;
}

.site-footer-copyright {
  margin-bottom: 48px !important;
}

.site-footer-copyright p {
  margin-inline: 15px !important;
}

.container.site-footer-copyright {
  display: none !important;
}

.original-copy-rights {
  font-size: 10.5px;
  text-align: center;
  margin: 30px 0 60px 0 !important;
  letter-spacing: 0.3px;
}

@media (min-width: 768px) {
  .site-footer .footer-nav .footer-nav-list {
    margin-inline: 0;
    gap: 20px;
    text-align: center;
  }

  .col-md-6 {
    max-width: 100%;
  }

  .site-footer {
    max-width: 750px;
    margin: 30px auto 0;
  }

  .footer-nav-list li {
    padding-inline: 0 !important;
  }

  .footer-nav-list li a {
    padding: 15px 0 !important;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

  .site-footer .row p.has-text-align-left {
    font-size: 12px !important;
    padding-inline: 0 !important;
  }

  .original-copy-rights {
    font-size: 12px;
    margin: 30px 0 15px 0 !important;
  }
}

/* 振袖BIGフェア特典 */
.tokuten-title {
  margin: 0 !important;
  padding-inline: 15px !important;
  color: var(--light-black);
  font-size: 36px !important;
  font-family: var(--Noto-Serif);
  font-weight: 800;
}

.tokuten-title img {
  width: 100% !important;
}

.tokuten-title-sub-01 {
  max-width: 220px !important;
}

.tokuten-title-sub-02 {
  max-width: 145px !important;
}

.tokuten-wrapper {
  padding-inline: 15px !important;
  font-family: var(--Noto-Serif);
  color: var(--light-black);
  font-weight: 600;
  margin-top: 6% !important;
}

.tokuten-wrapper .tokuten-list {
  padding-left: 0 !important;
  max-width: 695px;
  margin-inline: auto;
}

.tokuten-wrapper .tokuten-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-feature-settings: "palt";
  font-size: 4vw !important;
}

.tokuten-wrapper .tokuten-list img {
  width: 16% !important;
}

.tokuten-wrapper .tokuten-list li p {
  margin-bottom: 0 !important;
  width: 84% !important;
  letter-spacing: -0.8px !important;
  line-height: 1.2 !important;
}

.tokuten-wrapper .tokuten-list li p span.font-size-S {
  font-size: 3.2vw !important;
  letter-spacing: -0.8px !important;
  font-weight: 400 !important;
  font-feature-settings: "palt";
}

.tokuten-wrapper .tokuten-list li p span.color-red {
  letter-spacing: -0.8px !important;
  color: var(--dark-red);
  font-weight: 800 !important;
}

@media screen and (min-width:768px) {
  .tokuten-title {
    font-size: 60px !important;
  }

  .tokuten-title-sub-01 {
    max-width: 280px !important;
  }

  .tokuten-title-sub-02 {
    max-width: 195px !important;
  }

  .tokuten-wrapper {
    padding-inline: 0 !important;
  }

  .tokuten-wrapper .tokuten-list li {
    font-size: 28px !important;
    gap: 24px;
    justify-content: center;
  }

  .tokuten-wrapper .tokuten-list li p span.font-size-S {
    font-size: 18px !important;
  }
}

/* スライド番号 */

/* :is(.swiper-1, .swiper-2, .swiper-3) .swiper-wrapper .swiper-slide {
  position: relative;
}

:is(.swiper-1, .swiper-2, .swiper-3) .swiper-slide::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 5px;
  font-size: 11px;
  font-weight: 400;
  color: var(--light-black);
  letter-spacing: 1px;
  font-family: var(--Noto-Sans);
  padding: 3px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 1.1;
} */

/* 番号別に指定 */
/* .swiper-1 .swiper-slide:nth-of-type(1)::before {
  content: "Coffret CF-404";
}

.swiper-1 .swiper-slide:nth-of-type(2)::before {
  content: "Z-001448";
}

.swiper-1 .swiper-slide:nth-of-type(3)::before {
  content: "Z-001532";
}

.swiper-1 .swiper-slide:nth-of-type(4)::before {
  content: "Z-001659";
}

.swiper-1 .swiper-slide:nth-of-type(5)::before {
  content: "Z-001660";
}

.swiper-1 .swiper-slide:nth-of-type(6)::before {
  content: "Z-001661";
} */

/* スライド2個目 */
/* .swiper-2 .swiper-slide:nth-of-type(1)::before {
  content: "F-000147";
}

.swiper-2 .swiper-slide:nth-of-type(2)::before {
  content: "J-000173";
}

.swiper-2 .swiper-slide:nth-of-type(3)::before {
  content: "K-000146";
}

.swiper-2 .swiper-slide:nth-of-type(4)::before {
  content: "P-000114";
}

.swiper-2 .swiper-slide:nth-of-type(5)::before {
  content: "Z-001134";
}

.swiper-2 .swiper-slide:nth-of-type(6)::before {
  content: "Z-001625";
} */

/* スライド3個目 */
/* .swiper-3 .swiper-slide:nth-of-type(1)::before {
  content: "Z-001249";
}

.swiper-3 .swiper-slide:nth-of-type(2)::before {
  content: "Z-001250";
}

.swiper-3 .swiper-slide:nth-of-type(3)::before {
  content: "Z-001302";
}

.swiper-3 .swiper-slide:nth-of-type(4)::before {
  content: "Z-001447";
}

.swiper-3 .swiper-slide:nth-of-type(5)::before {
  content: "Z-001534";
}

.swiper-3 .swiper-slide:nth-of-type(6)::before {
  content: "Z-001626";
}

@media screen and (min-width:768px) {
  :is(.swiper-1, .swiper-2, .swiper-3) .swiper-slide::before {
    bottom: 10px;
    left: 10px;
    font-size: 14px;
  }
} */
.swiper-slide {
  width: 90% !important;
  max-width: 400px !important;
  box-sizing: border-box;
}

.swiper-slide-wrapper .swiper {
  padding-left: 10%;
}

@media screen and (min-width:520px) {
  .swiper-slide {
    width: 89% !important;
  }

  .swiper-slide-wrapper .swiper {
    padding-left: 11%;
  }
}

@media screen and (min-width:576px) {
  .swiper-slide-wrapper .swiper {
    padding-top: 39%;
  }
}

@media screen and (min-width:612px) {
  .swiper-slide {
    width: 87% !important;
  }

  .swiper-slide-wrapper .swiper {
    padding-left: 13%;
  }
}

@media screen and (min-width:768px) {
  .swiper-slide {
    width: 87% !important;
    max-width: 600px !important;
  }

  .swiper-slide-wrapper .swiper {
    padding-left: 13%;
  }
}