/*
Theme Name: kalanchoe-child
Template: kalanchoe
*/
/* base */
body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    overflow-x: hidden;
    font-size: 14px;
}
.wp-block-group.is-vertical.is-layout-flex > * {
    width: 100%;
}
.entry-content {
    margin: 0;
    padding-block: clamp(2.5rem, -0.37rem + 9.57vw, 8rem);
	background-color: #efefef;
}
.entry-content:has(> .terms-of-use), .entry-content:has(> .privacy-policy) {
    background: white;
}
h1.entry-title {
    font-size: clamp(1rem, 0.478rem + 1.74vw, 2rem);
}
footer.entry-footer {
    display: none;
}
/* reset css */
li::marker {
    content: none;
}

/* header */
.site-header{
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100vw;
    margin-inline: auto;
    padding-inline: 5%;
}
.site-branding {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.site-branding img{
    width: clamp(3rem, -0.326rem + 11.09vw, 9.375rem);
    height: auto;
    margin-top: 2rem;
}
.site-branding .site-title {
    display: none;
}
.menu-toggle {
    position: fixed;
    top: 3%;
    right: 5%;
    z-index: 1;
    display: block;
    border: none;
    border-radius: 0;
    background-color: transparent;
    padding: 0;
    color: white;
    font-family: "EB Garamond", serif;
    font-size: clamp(0.75rem, 0.359rem + 1.3vw, 1.5rem);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    cursor: pointer;
}
.page-id-90 .menu-toggle {
    color: #404040;
    text-shadow: none;
}
.menu-toggle:has(+ .toggled) {
    border-bottom: 1px solid #404040;
    padding: 5px 10px;
    color: #404040;
    text-shadow: none;
}

.main-navigation{
    position: fixed;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-out, visibility 0s linear .3s; 
}
.main-navigation.toggled {
    background: white;
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in, visibility 0s linear 0s;
}
.main-navigation li {
    list-style-type: none;
}
.main-navigation .global-menu-img{
    position: relative;
    flex: 2;
    height: 100%;
    opacity: 1;
}
.main-navigation .global-menu-img::before {
    z-index: 1;
    content: "";
    background-image: url("/wp-content/uploads/2025/06/site-logo-white.webp");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    width: 150px;
    height: 150px;
}
.main-navigation .global-menu-img figure {
    margin: 0;
}
.main-navigation .global-menu-img img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}
.main-navigation > div.menu-menu-1-container {
    background-color: white;
    padding-inline: 5rem;
    flex: 1;
}
.main-navigation .menu{
    flex: 1;
    display: flex !important;
    gap: 1rem;
    flex-wrap: wrap;
    height: 100%;
}
.main-navigation .menu > li {
    flex: 1;
    row-gap: 2rem;
    min-width: 40%;
}
.main-navigation .menu > li a {
    color: unset;
}
.main-navigation .menu > li a .label-english {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: "EB Garamond", serif;
}
.main-navigation .menu > li a .label-japanese {
    font-size: .725rem;
}
@media (max-width: 844px) {
    .main-navigation .global-menu-img::before {
        transform: translate(-50%, -50%);
    }
    .main-navigation .global-menu-img img {
        object-position: 80%;
    }
    .main-navigation .menu > li {
        min-width: 8rem;
    }
}
@media (max-width: 480px) {
    .site-branding img {
        margin-top: 1rem;
    }
    .main-navigation > div.menu-menu-1-container {
        padding-inline: 2rem;
    }
    .main-navigation .menu > li a .label-english {
        font-size: 14px;
    }
    .main-navigation .menu > li a .label-japanese {
        font-size: 10px;
    }
}

/* footer */
.site-footer {
    margin: 0;
    background-color: #a6a57d;
}
.site-footer .site-info {
    display: none;
}
.footer-widgets {
    padding-block: 4rem;
    width: 90%;
    margin-inline: auto
}
.footer-widgets li > div {
    align-items: flex-start !important;
}
.footer-logo img {
    width: clamp(5rem, 2.717rem + 7.61vw, 9.375rem);
    height: auto;
}
.footer-left {
    gap: 1rem;
}
.footer-left a {
    text-decoration: none;
}
.footer-menu {
    gap: clamp(1rem, 0.739rem + 0.87vw, 1.5rem);
    font-size: clamp(0.8rem, 0.435rem + 1.22vw, 1.5rem);
    font-family: "EB Garamond", serif;
}
.footer-menu a {
    text-decoration: none;
}
@media (max-width: 480px) {
    .site-footer p {
        font-size: 12px;
    }
    .footer-widgets li > div {
        align-items: flex-end !important;
    }
}
/* first view */
.site {
    position: relative;
}
.page, .post {
    position: relative;
    margin: 0;
}
.page .entry-header, .post .post-gallery {
    position: absolute;
    color: white;
    top: 40vh;
    left: 5%;
    opacity: 0;
    transform: translateY(3rem);
    transition: all .5s ease-in-out;
}
.page .entry-header.is-visible, .post .post-gallery.is-visible {
    opacity: 1;
    transform: translateY(0);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
.post-gallery-title {
    font-size: 3rem;
}
.post-gallery .entry-title-gallery {
    font-size: clamp(1rem, 0.478rem + 1.74vw, 2rem);
}
@media (max-width: 844px) {
    .page .entry-header, .post .post-gallery {
        top: 16rem;
    }
    .post-gallery-title {
        font-size: 1.5rem;
    }
}
@media (max-width: 660px) {
    .page .entry-header, .post .post-gallery {
        top: 30vh;
    }
}
@media (max-width: 480px) {
    .page .entry-header, .post .post-gallery {
        top: 6rem;
    }
}

.post-thumbnail {
    width: 100vw;
    aspect-ratio: 2 / 1;
    max-height: 70vh;
    background-color: #efefef;
}
.post-thumbnail img {
    object-fit: cover;
    object-position: center bottom;
    width: 100%;
    height: 100%;
}
.post-87 .post-thumbnail,
.post-462 .post-thumbnail {
    background-color: #fff;
}
/* about us↓ */
.post-65 .post-thumbnail img {
    object-position: center center;
}



/* top page */
.post-90 .entry-content {
    background-color: rgba(255, 255, 255, 0.011);
    padding-block: 0;
}
.home .entry-header {
    display: none;
}
.top-fv {
    gap: 0;
    margin-block: clamp(2.5rem, -1.413rem + 13.04vw, 10rem);
    justify-content: flex-end;
}
.top-fvImgs {
    position: relative;
    overflow: hidden;
    max-width: 80%;
    aspect-ratio: 3 / 2;
    height: 80vh;
}
.top-fvImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity .8s ease-in;
}
.top-fvImg.is-active {
    opacity: 1;
}
.top-fvImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-fvImg:nth-of-type(3) img {
    object-position: bottom;
}
.top-fvImg:nth-of-type(5) img {
    object-position: 50% 41%;
}
@media (max-width: 844px) {
    .top-fvImgs {
        height: 80vh;
        aspect-ratio: 2 / 1;
    }

}
@media (max-width: 480px) {
    .top-fvImg:nth-of-type(3) img {
        object-position: 20%;
    }
    .top-fvImg:nth-of-type(4) img {
        object-position: right;
    }
    .top-fvImg:nth-of-type(5) img {
        object-position: bottom;
    }

}
.fv-scroll {
    position: absolute;
    top: 0;
    right: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.fv-scroll > .wp-block-group__inner-container {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fv-scroll p {
    color: white;
    position: relative;
}
.fv-scroll-top, .fv-scroll-bottom {
    position: relative;
    width: 1px;
    height: 160px;
    overflow: hidden;
}
.fv-scroll-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 160px;
    animation: fv-scroll 4.5s ease infinite;
    background-color: white;
}
.fv-scroll-bottom::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 160px;
    animation: fv-scroll 4.5s ease infinite 1.5s;
    transform: translateY(-100%);
    background-color: white;
}

@keyframes fv-scroll {
    0% {
        transform: translateY(-100%);
    }
    66.67% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(100%);
    }
}
.concept {
    padding-bottom: 4rem;
    margin-bottom: 10rem;
}
.concept-top {
    padding-bottom: 8rem;
}
.concept-imgs .absolute {
    width: 70%;
    right: 60%;
    bottom: -8rem;
}
@media (max-width: 844px) {
    .top-concept-text {
        flex: 2;
    }
    .top-concept-imgs {
        flex: 1;
    }
}
@media (max-width: 480px) {
    .concept-imgs figure:first-of-type {
        width: 70%;
        margin: 10% 0 0 auto;
    }
    .concept-imgs .absolute {
        top: 0;
        left: 0;
        width: 40%;
    }
}
    /* loop slider */
    .stk-slide-gallery {
        gap: 1rem;
        padding: 0;
        padding-bottom: 8rem;
        overflow-x: hidden;
    }
    .stk-slide-gallery .wp-block-gallery {
        flex-wrap: nowrap;
        animation: loop-slide 40s infinite linear 1s both;
    }
    @keyframes loop-slide {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
    }
    .stk-slide-gallery-1 {
        width: 383px !important;
        transform: translateY(8rem);
    }
    .stk-slide-gallery-2 {
        width: 200px !important;
    }
    .stk-slide-gallery-3 {
        width: 321px !important;
        transform: translateY(8rem);
    }
    .stk-slide-gallery-4 {
        width: 377px !important;
    }

.top-aboutUs {
    margin-top: 8rem;
    margin-bottom: 5rem;
    padding-block: 5rem;
}
.top-aboutUs-imgs {
    width: 70%;
    transform: translateY(-8rem);
    flex: 3;
} 
.top-aboutUs-imgs + div {
    flex: 2;
}
.top-aboutUs-text {

}
@media (max-width: 844px) {
    .top-aboutUs {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 2.5rem;
    }
    .wp-block-group.is-vertical.is-layout-flex .top-aboutUs-text {
        width: 140%;
        transform: translateX(-30%);
    }
}
@media (max-width: 480px) {
    .top-aboutUs-flex {
        flex-direction: column;
        gap: 2rem;
    }
    .top-aboutUs-imgs {
        transform: translate(-5%, 0);
        width: 100vw;
    }
    .top-aboutUs-imgs + div {
        width: 100%;
    }
    .wp-block-group.is-vertical.is-layout-flex .top-aboutUs-text {
        width: 100%;
        transform: translateX(0);
    }
    .top-aboutUs-text {
        justify-content: flex-end;
    }
}
.top-service {
    margin-bottom: 4rem;
}
.top-service-content {
    column-gap: 9rem;
}
.top-service-content-imgGroup {
    flex: 1;
}
.top-service-content  figure {
    min-width: 180px;
}
.top-service-content > div  {
    flex: 2;
}
@media (max-width: 844px) {
    .top-service-content {
        column-gap: 3rem;
    }
}
@media (max-width: 480px) {
    .top-service-content {
        flex-direction: column;
    }
    .top-service-content-imgGroup {
        gap: 20px;
    }
    .top-service-content-imgGroup figure {
        flex: 3;
    }
    .top-service-content-imgGroup figure + h3 {
        flex: 2;
    }
    .top-service-content > div {
        min-width: auto;
    }
}
.top-planPrice {
    padding-block: clamp(3rem, 1.435rem + 5.22vw, 6rem);
}
.top-contrastImg img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
}
.top-contact {
    padding-block: clamp(3rem, 1.435rem + 5.22vw, 6rem);
}
.top-contact-link {
    border-bottom: 1px solid #191919;
}
.top-contact-link a {
    display: block;
    position: relative;
    width: 100%;
    text-decoration: none;
    color: unset;
}
.top-contact-link a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-right: 2px solid #4f4f4f;
    border-bottom: 2px solid #4f4f4f;
}
.top-contact-link a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 1px;
    background-color: #4f4f4f;
}
.top-contact-link a:hover::before {
    background-color: #A4A42F;
}
.top-contact-link a:hover::after {
    border-color: #A4A42F;
}
.top-gallery {
    padding-block: clamp(3rem, 1.435rem + 5.22vw, 6rem);
    overflow-x: hidden;
}
.top-gallery .swiper-container {
    position: relative;
}
.top-gallery .swiper-wrapper {
    margin: 0;
}
.top-gallery .swiper-wrapper > li {
    background-color: white;
}
.top-gallery-swiper {
    gap: 2rem;
    padding-right: 4rem;
}
.top-gallery-swiper figure {
    flex: 2;
}
.top-gallery-swiper figure + div {
    flex: 1;
    padding-bottom: 2rem;
}
.top-gallery-swiper figure + div h3 {
    width: fit-content;
    padding-bottom: .5rem;
    border-bottom: #4f4f4f 1px solid;
    font-size: clamp(1rem, 0.739rem + 0.87vw, 1.5rem);
}
.top-gallery-swiper figure + div h3 a {
    color: #4f4f4f;
}
.top-gallery .swiper-button-prev {
    display: none;
}
.top-gallery .swiper-button-next {
    width: 20%;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
}
.top-gallery .swiper-button-next::after {
    content: "";
}
.post .post-gallery .cameraman-name {
    padding-bottom: 0;
}
.top-qa {
    padding-top: clamp(2rem, 0.957rem + 3.48vw, 4rem);
    padding-bottom: clamp(2.5rem, 0.674rem + 6.09vw, 6rem);
}
@media (max-width: 480px) {
    .top-gallery-swiper {
        flex-direction: column;
        padding-right: 0;
        align-items: flex-start;
        gap: 1.5rem;
    }
    .top-gallery .wp-block-buttons {
        justify-content: flex-end;
    }
}
/* splash screen */
.site-splash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    animation: fadeOut 1s ease-in-out 1s forwards;
}
@keyframes fadeOut {
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      display: none;
    }
  }
.site-splash .widget_media_image::marker {
    content: "";
}

/* head */
.head-English {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    font-size: clamp(0.875rem, 0.679rem + 0.65vw, 1.25rem);
}
h2.wp-block-heading {
    font-size: 2.5rem;
}
h2.wp-block-heading.hasMarker {
    position: relative;
    padding-left: 1rem;
}
h2.wp-block-heading.hasMarker::before {
    content: "▣";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    font-size: 1rem;
}
@media (max-width: 844px) {
    h2.wp-block-heading {
        font-size: 1.5rem;
    }
}
@media (max-width: 480px) {
    h2.wp-block-heading {
        font-size: 1rem;
    }
    h2.wp-block-heading.hasMarker::before {
        font-size: .5rem;
    }
}

/* custome block */
.is-style-group-default {
    max-width: 1160px;
    width : 90% !important;
    margin-inline: auto; 
}

/* エントリー */
.entry-header {
    max-width: 1160px;
    width : 90%;
    margin-inline: auto;
}

/* post */
.post {
    background-color: #efefef;
}
.post .entry-content {
    margin-inline: auto;
    max-width: 1160px;
    width : 90%;
}
.post .entry-content .entry-meta {
    display: none;
}
.post .entry-content .entry-header {
    position: relative;
    z-index: 1;
    margin: 0;
}
.post .entry-title {
    padding-bottom: .75rem;
    border-bottom: #4f4f4f solid 1px;
}
.post .cameraman-name {
    padding-bottom: 4rem;
}
.post-flex-row {
    row-gap: clamp(1.5rem, -1.37rem + 9.57vw, 7rem);
}
.navigation.post-navigation {
    max-width: 1160px;
    width : 90%;
    margin-inline: auto;

}
@media (max-width: 480px) {
    .post-flex--text {
        flex-direction: column;
    }
}

/* photo plan post page */
.type-plan {
    background-color: #efefef;
    padding-block: clamp(3rem, 1.435rem + 5.22vw, 6rem);
}
.type-plan .entry-header {
    position: relative;
    z-index: 1;
    margin-bottom: clamp(0.75rem, 0.359rem + 1.3vw, 1.5rem);
}
.type-plan .plan-background {
    position: absolute;
    top: 0rem;
    left: -2rem;
    font-size: clamp(4rem, 0.87rem + 10.43vw, 10rem);
    margin: 0;
    letter-spacing: 1rem;
    line-height: 1;
    color: white;
    z-index: 0;
}
.type-plan .entry-title {
    border-bottom: 1px solid #4c4c4c;
    width: fit-content;
    padding-right: 1rem;
    padding-bottom: 1rem;
    font-weight: bold;
    font-family: "EB Garamond", serif;
}
.type-plan .plan-custome-field {
    display: flex;
    gap: 5rem;
}
.type-plan .post-thumbnail {
    width: 100%;
    aspect-ratio: auto;
    max-height: none;
}
.type-plan .entry-content {
    max-width: 1160px;
    margin-inline: auto;
    padding-block: 0;
    width: 90%;
}
.type-plan .plan-mainCaption .plan-mainCaption-text {
    flex: 2;
    padding-right: 7rem;
    border-right: 1px solid #4C4C4C;
}
.type-plan .plan-mainCaption .plan-mainCaption-value {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    font-size: 1.5rem;
}
@media (max-width: 480px) {
    .plan-mainCaption {
        flex-direction: column-reverse;
    }
    .type-plan .entry-title {
        width: initial;
        padding-right: 0;
        padding-bottom: .4rem;
    }
    .type-plan .plan-custome-field {
        justify-content: space-between;
        gap: initial;
    }
    .type-plan .plan-mainCaption .plan-mainCaption-text {
        padding-right: 0;
        border-right: none;
    }
    .type-plan .plan-mainCaption .plan-mainCaption-value {
        margin: 0 0 0 auto;
    }
}

/* button */
.wp-block-button__link {
    display: flex;
    gap: 1rem;
    align-items: center;
    position: relative;
    background: none;
    padding: 0;
    color: #4f4f4f;
    font-size: .75rem;
    font-family: "EB Garamond", serif;
}
.wp-block-button__link::after {
    content: "→";
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #4f4f4f;
    border-radius: 999px;
    width: 50px;
    height: 50px;
    font-weight: bold;
}
.wp-block-button__link:hover::after {
    border-color: #A4A42F;
    color: #A4A42F;
}
.wp-block-button__link:visited {
    color: #4f4f4f;
}
.bg-notWhite .wp-block-button__link:hover::after {
    border-color: transparent;
    color: white;
    background-color: #4f4f4f;
}

/* fade-in UI */
.fade-in {
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(3rem);
}
.fade-in.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* about page */
.aboutUs {
    
}
.aboutUs-member {
    position: relative;
}
.aboutUs-member::before {
    position: absolute;
    content: "VISION";
    top: clamp(-4rem, -1.174rem + 13.91vw, -11rem);
    left: -7%;
    font-size: clamp(4rem, -0.174rem + 13.91vw, 12rem);
    color: white;
    z-index: 0;
}
.aboutUs-member .hasMarker + p {
    font-size: 1.3rem;
}
.aboutUs-member .sns {
    background-color: transparent;
    color: black;
}
.aboutUs-member .sns:hover {
    opacity: .6;
}
.aboutUs-repesentative {
    padding-bottom: 5rem;
    gap: 1rem;
}
.aboutUs-repesentative figure {
    max-width: 440px;
}
.aboutUs-repesentative + .is-layout-flex {
    gap: clamp(2rem, -0.087rem + 6.96vw, 6rem);
}
.aboutUs-gallery {
    padding-inline:  2%;
    padding-block: clamp(3rem, 0.391rem + 8.7vw, 8rem);
}
.aboutUs-adress-h2 {
    position: relative;
    width: 864px;
    font-size: 1.3rem;
    padding-bottom: 1.5rem;
    font-family: "Shippori Mincho", serif;
}
.aboutUs-adress-h2::before {
    position: absolute;
    bottom: 0;
    left: -300px;
    width: 100%;
    height: 1px;
    background-color: #4f4f4f;
    content: "";
}
.wp-block-group.is-vertical.is-layout-flex.aboutUs-adress .map {
    width: 864px;
    height: 400px;
}
.wp-block-group.is-vertical.is-layout-flex.aboutUs-adress .map + .wp-block-group a {
    text-decoration: none;
    color: #4f4f4f;
}
@media (max-width: 844px) {
    .aboutUs-repesentative figure {
        max-width: 250px;
    }
    .aboutUs-member .hasMarker + p {
        font-size: 14px;
    }
    .aboutUs-repesentative + .is-layout-flex > .wp-block-group > p {
        font-size: 12px;
    }
}
@media (max-width: 480px) {
    .aboutUs-repesentative figure {
        max-width: 160px;
    }
    .aboutUs-repesentative + .is-layout-flex > .wp-block-group {
        min-width: 100px;
        max-width: calc(50% - 1rem);
    }
    .aboutUs-repesentative + .is-layout-flex > .wp-block-group > .is-layout-flex {
        justify-content: space-between;
    }
    .aboutUs-adress-h2::before {
        left: -20px;
        width: 100vw;
    }
    .aboutUs-gallery {
        padding-inline:  0;
        padding-left: 4%;
    }
}
/* Plan＆Price page */
.plan-place-background {
    position: relative;
    z-index: 0;
}
.plan-place-background.wedding::before {
    position: absolute;
    content: "PLAN & PRICE";
    white-space: nowrap;
    top: -20vh;
    left: -7%;
    font-size: clamp(4rem, -0.174rem + 13.91vw, 12rem);
    color: white;
    z-index: -1;
}
@media (max-width: 844px) {
    .plan-place-background.wedding::before {
        top: -5rem;
    }
}
@media (max-width: 480px) {
    .plan-place-background.wedding::before {
        top: -2rem;
    }
}

.aboutUs-member {
    position: relative;
}
.aboutUs-member::before {
}
/* service page */
.service {
    gap: clamp(2rem, -0.087rem + 6.96vw, 6rem);
}
.service .hasMarker {
    font-family: "EB Garamond", serif;
}
.service .hasMarker + p {
    font-size: 1.3rem;
}
.service-background {
    position: relative;
}
.service-background::before {
    white-space: pre;
    position: absolute;
    top: -20vh;
    left: -7%;
    font-size: clamp(4rem, -0.174rem + 13.91vw, 12rem);
    color: white;
    z-index: 0;
}
.service-background::after {
    position: absolute;
    top: 3vh;
    left: 30%;
    font-size: clamp(4rem, -0.174rem + 13.91vw, 12rem);
    color: white;
    content: "PHOTO";
    z-index: 0;
}
.service-background--wedding::before {
    content: "WEDDING";
}
.service-background--kids::before {
    content: "KIDS";
}
.service-background--family::before {
    content: "FAMILY";
}
.service-background > .wp-block-group__inner-container {
    z-index: 1;
    position: relative;
}
.service-background > .wp-block-group__inner-container > div {
    z-index: 1;
    position: relative;
}
.wp-block-group.has-background:has(.service-background--advertising){
    position: relative;
}
.service-background--advertising > .wp-block-group__inner-container {
    z-index: 1;
    padding-top: clamp(3rem, 0.391rem + 8.7vw, 8rem);
}
.service-background--advertising > .wp-block-group__inner-container > div {
    z-index: 1;
    position: relative;
}
.service-background--advertising-img {
    position: relative;
    z-index: 2;
}
.service_gallery {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
}
.service_gallery figure:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;
}
.service_gallery--1 figure:nth-of-type(3) img {
    object-fit: cover;
}
.service_gallery figure:nth-of-type(2) {
    position: absolute;
    top: 50%;
    right: 0;
    width: 30%;
}
.service_gallery figure:nth-of-type(2) img {
    object-fit: cover;
}
.service_gallery figure:nth-of-type(3) {
    position: absolute;
    bottom: 0;
    left: 10%;
    width: 40%;
}
.service-advertising {
    position: relative;
    overflow-x: hidden;
}
.service-advertising.wp-block-group.has-background::before {
    content: "ADVERTISING";
    top: -3rem;
}
.service-advertising.wp-block-group.has-background::after {
    content: "PRODUCTION";
    top: 20vh;
}
.service-advertising.wp-block-group.has-background::before, .service-advertising.wp-block-group.has-background::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12rem;
    color: white;
    z-index: 0;
    opacity: .3;
}
.service-advertising.wp-block-group.has-background .service-background::after {
    content: "";
}
.service-button {
    position: absolute;
    right: 0;
    bottom: 0;
}
.service-button--advertising {
    padding-block: clamp(1.5rem, 0.196rem + 4.35vw, 4rem);
}
@media (max-width: 844px) {
    .service-background::before {
        top: -8vh;
    }
    .service-background::after {
        top: 1rem;
    }
    .service-advertising.wp-block-group.has-background::before {
        top: 0;
    }
    .service-advertising.wp-block-group.has-background::after {
        top: 4rem;
    }
    .service-advertising.wp-block-group.has-background::before, .service-advertising.wp-block-group.has-background::after {
        font-size: 8rem;
    }
    .service_gallery--1 {
        aspect-ratio: 4 / 5;
    }
}
@media (max-width: 480px) {
    .service-background::before {
        top: -3rem;
    }
    .service-advertising.wp-block-group.has-background::before {
        top: 0;
    }
    .service-advertising.wp-block-group.has-background::before, .service-advertising.wp-block-group.has-background::after {
        font-size: 4rem;
    }
    .service .hasMarker + p {
        font-size: 1rem;
    }
}

/* gallery page */
.gallery-page {
    position: relative;
    z-index: 0;
}
.gallery-page::before {
    position: absolute;
    content: "GALLERY";
    top: -20vh;
    left: -7%;
    font-size: clamp(4rem, -0.174rem + 13.91vw, 12rem);
    color: white;
    z-index: 1;
}
.gallery-page--post::before {
    z-index: -1;
}
.gallery-page .wp-block-group.has-background {
    overflow-x: hidden;
}
.gallery-posts {

}
.gallery-posts > ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    row-gap: 10rem;
    column-gap: 2.5rem;
}
.gallery-posts > ul > li {
    flex: 1;
    min-width: 300px;
}
.gallery-posts > ul > li > .wp-block-group {
    position: relative;
    z-index: 2;
}
.gallery-posts > ul > li > .wp-block-group > figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.gallery-posts > ul > li > .wp-block-group > h2 a,
.gallery-posts > ul > li > .wp-block-group > h2 a:visited {
    color: #4f4f4f;
}
.gallery-post {
    padding: 0 !important;
    row-gap: 1rem;
}
.gallery-post figure {
    margin: 0;
}
.gallery-post h2 {
    margin: 0;
}
@media (max-width: 844px) {
    .gallery-page::before {
        top: -5rem;
    }
    .gallery-page--post::before{
        top: -20vh;
    }
}
@media (max-width: 480px) {
    .gallery-page::before {
        top: -2rem;
    }
    .gallery-page--post::before{
        top: -15vh;
    }
    .gallery-posts > ul {
        row-gap: 2rem;
    }
}

/* contact page */
.contact-form .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.contact-form .wpcf7-form > p {
    margin: 0;
}
.contact-required {
    background-color: #A4A42F;
    margin-left: .5rem;
    padding-inline: .4rem;
    color: white;
    font-size: 12px;
}
.contact-form .wpcf7-form-control-wrap, .contact-form .wpcf7-form-control-wrap > .wpcf7-text {
    width: 100%;
}
.contact-form .wpcf7-form-control-wrap > input, .contact-form .wpcf7-form-control-wrap > textarea {
    margin-top: .7rem;
    border: none;
    padding: .5rem 1rem;
    font-family: "Shippori Mincho", serif;
    font-size: 14px;
}
.contact-form .wpcf7-form-control-wrap > .wpcf7-checkbox {
    margin-top: .7rem;
}
.contact-form a {
    color: #4f4f4f;
}
.contact-form .wpcf7-list-item {
    margin: 0;
    margin-left: 20px;
}
.contact-form .wpcf7-form-control-wrap[data-name="your-genre"] > span {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact-form input[type=checkbox] {
    position: relative;
    display: inline-grid;
}
.contact-form input[type=checkbox]::before {
    position: absolute;
    top: -2px;
    left: -1.5rem;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A4A42F;
    font-weight: bold;
    border-radius: 5px;
    background-color: white;
    width: 20px;
    height: 20px;
}
.contact-form input[type=checkbox]:checked::before {
    content: "✓";
}
.contact-form .wpcf7-form-control.wpcf7-submit {
    display: flex;
    margin: auto;
    margin-top: 3rem;
    padding: 1rem 4rem;
    background-color: #A4A42F;
    color: white;
}

/* privacy-policy page */
.privacy-policy {

}
.privacy-policy h2 {
    font-size: clamp(1rem, 0.478rem + 1.74vw, 2rem);
}
.privacy-policy p {
    line-height: 2rem;
}
.privacy-policy ul.wp-block-list, .privacy-policy ol.wp-block-list {
    margin-left: 0;
    padding-left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.privacy-policy ul.wp-block-list li, .privacy-policy ol.wp-block-list li {
    position: relative;
}
.privacy-policy ul.wp-block-list li::before {
    position: absolute;
    left: -1rem;
    top: 0;
    content: "・";
}
.privacy-policy ol.wp-block-list li::before {
    position: absolute;
    left: -1rem;
    top: 0;
    content: counter(item) ". ";
    counter-increment: item;
}
.privacy-policy ol.wp-block-list {
    counter-reset: item;
}

/* terms of use page */
.terms-of-use {
    /* margin-top: 8rem; */
}
.terms-of-use h2 {
    font-size: clamp(1rem, 0.478rem + 1.74vw, 2rem);
}
.terms-of-use p {
    line-height: 2rem;
}
.terms-of-use ul.wp-block-list, .terms-of-use ol.wp-block-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-left: 0;
    padding-left: 1rem;
}
.terms-of-use ul.wp-block-list li, .terms-of-use ol.wp-block-list li {
    position: relative;
}
.terms-of-use ul.wp-block-list li::before {
    position: absolute;
    left: -1rem;
    top: 0;
    content: "・";
}
.terms-of-use ol.wp-block-list li::before {
    position: absolute;
    left: -1rem;
    top: 0;
    content: counter(item) ". ";
    counter-increment: item;
}
.terms-of-use ol.wp-block-list {
    counter-reset: item;
}
.terms-of-use

/* component */
.weddingPhoto_gallery {
    position: relative;
}
.weddingPhoto_gallery .absolute {
    position: absolute;
    right: 0;
    top: 20%;
}
.cameraman-name {
    font-size: .725rem;
    color: #7D7D7D;
}
.accordion-panel {
    position: relative;
}
.accordion-panel-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
    cursor: pointer;
    position: relative;
    border-bottom: #4f4f4f solid 1px;
    padding-block: 1.5rem;
    margin: 0;
}
.accordion-panel-head::after {
    display: flex;
    align-items: center;
    content: "+";
    font-size: 2rem;
    padding-right: 1rem;
    height: 2rem;
}
.accordion-panel-inner {
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: all .3s ease;
    margin-block: 0;
}
.accordion-panel.is-open .accordion-panel-head::after {
    content: "―";
    font-size: 1rem;
}
.accordion-panel.is-open .accordion-panel-inner {
    visibility: visible;
    opacity: 1;
    height: auto;
    padding-block: 1.5rem;
}
@media (max-width: 480px) {
    .accordion-panel-head::after {
        font-size: 1.2rem;
    }
    .accordion-panel.is-open .accordion-panel-head::after {
        font-size: 0.8rem;
    }
}
.lineup-content .wp-block-heading {
    font-size: clamp(0.875rem, 0.549rem + 1.09vw, 1.5rem);
    font-family: "EB Garamond", serif;
}
.lineup-content-row {
    column-gap: 5rem;
}
.lineup-content-row > figure {
    flex: 2;
}
.lineup-content-row > figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.lineup-content-row > div {
    flex: 3;
}
.lineup-content-row > div h3.wp-block-heading a, .lineup-content-row > div h3.wp-block-heading a:visited {
    text-decoration: none;
    color: #4f4f4f;
}
.lineup-content-value {
    font-size: 1.5rem;
}
.lineup-content hr {
    margin-block: 2rem;
}
@media (max-width: 844px) {
    .lineup-content-row {
        column-gap: 2rem;
    }
    .lineup-content-row > div {
        min-width: auto;
        flex: 2;
    }
    .lineup-content-row > .wp-block-group {
        min-width: auto;
    }
    .lineup-content-value {
        width: 100%;
    }
    .lineup-content-value + .wp-block-buttons {
        margin: 0 0 0 auto;
    }
}
@media (max-width: 480px) {
    .lineup-content-row {
        flex-direction: column;
        gap: 1rem;
    }
    .lineup-content-row > figure {
        width: 100%;
    }
    .lineup-content-row > .wp-block-group {
        width: 100%;
    }
    .lineup-content-price {
        flex-direction: column;
        gap: 0;
    }
}
.wp-block-group.is-vertical.is-layout-flex .plan-tag {
    width: fit-content;
    background-color: white;
    font-family: "EB Garamond", serif;
    padding: .4rem .8rem;
}
.option-notice {
    
}
.option-notice-h3 {
    font-size: clamp(0.875rem, 0.027rem + 2.83vw, 2.5rem);
}
.option-notice-h4.has-background {
    border-bottom: #4f4f4f solid 1px;
    padding: .5rem 1rem;
    font-size: clamp(0.875rem, 0.549rem + 1.09vw, 1.5rem);
}
.option-notice-ul {
    position: relative;
    column-gap: 10rem;
    align-items: flex-start !important;
}
.option-notice-ul > .wp-block-group.is-vertical {
    width: 100%;
}
.option-notice-ul > .wp-block-group.is-vertical > .wp-block-group {
    position: relative;
}
.option-notice-ul > .wp-block-group.is-vertical > .wp-block-group::after {
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    background-color: #4f4f4f;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}
@media (min-width: 844px) {
    .option-notice-ul::after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #4f4f4f;
        right: 50%;
        top: 0;
        transform: translateX(-50%);
    }
}
.option-notice-li {
    position: relative;
    justify-content: space-between;
}
.option-notice-ul .option-notice-li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #4f4f4f;
}

.option-notice-li-text {
    position: relative;
    background-color: #efefef;
    padding-inline: 1rem;
}
.option-notice-li-text::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "♦";

}
.option-notice-li-text + p {
    z-index: 1;
    display: flex;
    align-items: center;
    gap: .5rem;
    background-color: #efefef;
    font-size: clamp(0.875rem, 0.549rem + 1.09vw, 1.5rem);
    transform: translateY(-4px);
}
.option-notice-li-detail {
    padding-left: 1rem;
}
.option-notice-notice {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin: 0;
    padding: 0;
}
.option-notice-notice .option-notice-li::before {
    margin-right: 0.5rem;
}
@media (max-width: 480px) {
    .option-notice-ul {
        flex-direction: column;
    }
    .option-notice-li-text + p::before {
        content: "";
        width: 70%;
        height: 13px;
        border-left: 1px solid #4f4f4f;
        border-bottom: 1px solid #4f4f4f;
    }
    .wp-block-group:has(> .option-notice-li-text) {
       flex-direction: column;
    }
    .option-notice-li-text {
        width: 100%;
    }
    .option-notice-li-text + p {
        width: 100%;
        margin: 0 0 0 auto;
        justify-content: flex-end;
    }
    .option-notice-ul > .wp-block-group.is-vertical > .wp-block-group::after {
        background: transparent;
    }
    .option-notice-ul .option-notice-li::before {
        background: transparent;
    }
}
.post-flex {
    column-gap: 3rem;
    justify-content: space-between;
}
.post-flex > figure > img {
    height: 100%;
    object-fit: cover;
}
.post-flex--text {
    column-gap: 3rem;
}
.post-flex--text > figure {
    flex: 8;
}
.post-flex--text > p {
    flex: 3;
}

/* Utility */
.w-screen {
    width: 100vw;
}
.w-screen img {
    width: 100%;
}
.w-full {
    width: 100%;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.bottom-0 {
    bottom: 0;
}
.right-0 {
    right: 0;
}
.right-10 {
    right: 10%;
}
.gap-y-default {
    row-gap: clamp(2rem, 0.957rem + 3.48vw, 4rem);
}
.gap-y-small {
    row-gap: 2rem;
}
.gap-y-1rem {
    row-gap: 1rem;
}
.gap-x-1rem {
    column-gap: 1rem;
}
.flex-1 {
    flex: 1;
}
.tette-logo {
    font-family: "HGGothicM", sans-serif;
    font-size: 3rem;
    letter-spacing: 4px;
} 
.pc-only {

}
.sp-only {
    display: none;
}
@media (max-width: 480px) {
    .tette-logo {
        font-size: 20px;
        letter-spacing: 2px;
    }
    .pc-only {
        display: none;
    }
    .sp-only {
        display: block;
    }
}