/*
Theme Name: wps_003 Child
Template: wps_003
Version: 1.0
Author: TNCommunications
*/


@import url("reset.css");

.entry-title {
	display: none;
}
.sidebar {
    display: none;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    width: 100%;
}
html {
    font-size: 62.5%;
    color: #444;
}
@media only screen and (max-width: 768px) {
    p {
        font-size: 1.5rem;
    }
}


/* first view */
.hero {
    width: 100%;
    height: 100vh;
    /* ------------------------------------------------------
    　ファーストビュー新郎新婦イメージ（背景として使用）
    　ファーストビューに入れる新郎新婦写真はここで差し替え
	↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
	--------------------------------------------------------- */
    background-image: linear-gradient(rgba(0, 0, 0, .2),  rgba(0, 0, 0, .2)), url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/photo_hero.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0 20px 10vh 20px;
}
.hero_txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: rgba(255, 255, 255, 1);
    text-shadow: 0 3px 6px #666;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
}
.hero_txt h1 {
	font-size: clamp(48px, 12vw, 86px);
	text-transform: uppercase;
    margin-bottom: 0.4em;
    letter-spacing: -1px;
    word-wrap: break-word;
    white-space: normal;
    animation: fadeUpAnime 0.8s forwards, blur 1.5s ease-out forwards;
    opacity: 0;
}
.hero_txt h1 span {
	color: #ca9f20;
}
.name_wedding {
	font-size: clamp(36px, 9vw, 54px);
    text-transform: uppercase;
    margin-bottom: 0.6em;
    animation: fadeUpAnime 1.2s 1.4s forwards;
    opacity:0;
}
.date_wedding {
	font-size: clamp(24px, 6vw, 36px);
    letter-spacing: 2px;
    margin-bottom: 0.3em;
    animation: fadeUpAnime 1.2s 1.8s forwards;
    opacity:0;
}
.place_wedding {
	font-size: clamp(24px, 6vw, 36px);
    text-transform: uppercase;
    animation: fadeUpAnime 1.2s 2.2s forwards;
    opacity:0;
}
/* オーディオプレイヤー */
.mejs-container {
	width: 300px!important;
	margin: 0 auto;
	margin-top: 20px;
}

@keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(50px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}
@-webkit-keyframes fadeUpAnime{
    from {
    opacity: 0;
    transform: translateY(40px);
    }
    to {
    opacity: 1;
    transform: translateY(0);
    }
}

@keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	10%		{text-shadow:  0 0 90px #fff;}
    80%		{text-shadow:  0 0 0px transparent;}
    100%	{opacity: 1;}
}
@-webkit-keyframes blur {
	0%		{text-shadow:  0 0 100px #fff; opacity:0;}
	10%		{text-shadow:  0 0 90px #fff;}
    80%		{text-shadow:  0 0 0px #fff;}
    100%	{opacity: 1;}
}


/* greeting */
.greeting {
    padding: 80px 20px 0;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/bg_scratches.gif') repeat left top;
    margin: 0 auto;
    justify-content: center;
}
.content_greeting {
    max-width: 1040px;
    display: flex;
    flex-direction: column;
    padding: 0 0 120px;
}
.content_greeting > .wp-block-columns {
    flex-wrap: nowrap!important;
    margin-bottom: 30px;
}
.clip_prof {
    width: 100%;
    padding-top: 30px;
}
.clip_prof figure {
    max-width: 280px;
}
.clip_prof figure img {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 1em;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -8px;
}
.content_greeting .wp-block-column {
    position: relative;
} 
.content_greeting .name_en {
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    font-size: clamp(25px, 6.25vw, 40px);
    color: #969a98;
    white-space: nowrap;
    /*
    text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff,
    -3px 3px 3px #fff,  3px -3px 3px #fff,
    3px 0 3px #fff, -3px  0 3px #fff,
    0 3px 3px #fff,  0 -3px 3px #fff;
     */
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
.content_greeting .name_en.fadeIn_up {
	opacity: 0;
    	transform: translate(-50%, 30%);
    	transition: 1s;
}
.content_greeting .name_en.fadeIn_up.is-show {
    transform: translate(-50%, 0);
    opacity: 1;
}
.content_greeting h2 {
    font-size: clamp(42px, 10.5vw, 56px);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    color: #ca9f20;
    margin: 0 0 5px;
}
.content_greeting h2::before {
    content: "";
    display: inline-block;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/icn_teatree.png') 100% 100% / cover;
    height: 81px;
    width: 44px;
    transform: translate(-10px, 20px);
}
.content_greeting .ttl_h2_jp {
    margin: 0 0 80px 0;
    position: relative;
    font-size: 1.6rem;
}
.content_greeting .ttl_h2_jp::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 25px;
	background-color: #5a5a5a;
}
.content_greeting p {
    font-size: 1.6rem;
    line-height: 1.7;
}
@media only screen and (max-width: 768px) {
	.greeting {
        padding: 80px 20px 0;
        background-size: 200%, auto;
    }
    .content_greeting {
        padding: 0 0 80px;
    }
    .content_greeting p {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    .clip_prof {
        padding-top: 25px;
    }
}


/* best photo */
.best_photo {
    padding: 80px 20px 120px;
}
.best_photo h2 {
    font-size: clamp(42px, 10.5vw, 56px);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    color: #ca9f20;
    margin: 0 0 5px;
}
.best_photo h2::before {
    content: "";
    display: inline-block;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/icn_teatree.png') 100% 100% / cover;
    height: 81px;
    width: 44px;
    transform: translate(-10px, 20px);
}
.best_photo .ttl_h2_jp {
    margin: 0 0 80px 0;
    position: relative;
    font-size: 1.6rem;
}
.best_photo .ttl_h2_jp::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 45px;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 25px;
	background-color: #5a5a5a;
}
.content_best_photo {
    max-width: 1040px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    height: 53vw;
    max-height: 640px;
}
.content_best_photo > .wp-block-column {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
}
.content_best_photo figure:first-of-type.fadeIn_up {
    opacity: 0;
    transform: translate(0, 30%);
    transition: 1s;
}
.content_best_photo figure:last-of-type.fadeIn_up {
    opacity: 0;
    transform: translate(0, 30%);
    transition: 1.7s;
}
.content_best_photo figure.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
}
.content_best_photo figure:first-of-type {
    width: min(48vw, 540px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.content_best_photo figure:last-of-type {
    width: min(48vw, 540px);
    position: absolute;
    top: 40px;
    right: 0;
}
.content_best_photo figure:first-of-type::before {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 124px;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/09/rabel_best_groom.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    left: 20px;
}
.content_best_photo figure:last-of-type::before {
    content: "";
    display: block;
    position: absolute;
    width: 120px;
    height: 124px;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/09/rabel_best_bride.png');
    background-repeat: no-repeat;
    background-size: contain;
    top: -50px;
    right: 20px;
}
.content_best_photo figure img {
    width: 100%;
}
.content_best_photo figcaption {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    margin: -10px 0 0;
    font-size: clamp(14px, 3.5vw, 17px)!important;
    background: #ca9f20;
    color: #fff;
    box-sizing: border-box;
}

.fancybox-title-inside {
    padding-top: 10px;
    font-size: 1.6rem;
    background: #ca9f20!important;
}
#fancybox-title {
    color: #fff!important;
}


@media only screen and (max-width: 768px) {
	.best_photo {
        padding: 80px 20px 120px;
    }
    .content_best_photo {
        height: auto;
        max-height: none;
    }
    .content_best_photo figure:first-of-type, .content_best_photo figure:last-of-type {
        margin: 0 auto;
        position: relative;
        width: 80%;
    }
    .content_best_photo figure:first-of-type {
        margin: 0 auto 60px;
    }
    .content_best_photo figure:first-of-type::before, .content_best_photo figure:last-of-type::before {
        width: 90px;
        height: 93.3px;
        left: 10px;
    }
    .content_best_photo figure:last-of-type {
        margin: 20px auto 0;
    }
    .content_best_photo > .wp-block-column {
        display: block;
    }
    .content_best_photo figure:last-of-type::before {
        right: auto;
        left: 20px;
    }
    .fancybox-title-inside {
        padding-top: 7px;
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 546px) {
    .content_best_photo figcaption {
        padding: 0 8px;
        height: 40px;
        line-height: 40px;
    }
}
  /* best photo 
  .content_best_photo figcaption::before, .content_best_photo figcaption::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
  }
  
  .content_best_photo figcaption::before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent transparent;
    border-style: solid;
  }
  
  .content_best_photo figcaption::after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent transparent transparent transparent;
    border-style: solid;
  }
*/

/* パララックスブロック */
.blk_para {
    width: 100%;
    height: 400px;
    background-image: url('https://www.kudowebdesign.com/wp-content/uploads/2024/09/bouquet-01.jpg');
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}
.blk_para p {
    font-size: clamp(36px, 9vw, 56px);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    color: rgba(255, 255, 255, .7);
    text-shadow: 0 3px 6px #666;
}
@media only screen and (max-width: 768px) {
    .blk_para {
        height: 360px;
        background-size: 200%;
    }
}
@media only screen and (max-width: 560px) {
    .blk_para {
        height: 240px;
    }
}


/* gallery */
.prof_gallery25 > .wp-block-columns:first-of-type {
    padding: 120px 20px 120px;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/bouquet_groom05.png'), url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/bg_gallery25_groom-1.gif');
    background-repeat: no-repeat, repeat;
    background-position: right -40px top 60px, center top;
    background-size: 45% auto, auto;
    justify-content: center;
}
.prof_gallery25 > .wp-block-columns:last-of-type {
    padding: 120px 20px 120px;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/bouquet_blide05.png'), url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/bg_gallery25_bride-1.gif');
    background-repeat: no-repeat, repeat;
    background-position: left -40px top 60px, center top;
    background-size: 45% auto, auto;
    justify-content: center;
}
.prof_gallery25 figure {
    max-width: 200px;
}
.prof_gallery25 figure img {
    width: 100%;
    border-radius: 50%;
    outline: 1px solid rgb(255, 255, 255);
    outline-offset: -7px;
}
.gallery25 {
    max-width: 1040px;
}
.gallery25 .envira-gallery-wrap {
    margin: 0 auto 120px;
}
.gallery25 h3 {
    font-size: clamp(35px, 8.75vw, 42px);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    color: #ca9f20;
    margin: 0 0 0.4em;
}
.gallery25 h3::before {
    content: "";
    display: inline-block;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/icn_teatree.png') 100% 100% / cover;
    height: 68px;
    width: 36px;
    transform: translate(-10px, 13px);
}
.gallery25 p {
    margin: 0 0 40px;
    line-height: 1.6;
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
	.prof_gallery25 figure {
        width: 160px;
    }
    .gallery25 p {
        font-size: 1.5rem;
    }
    .prof_gallery25 > .wp-block-columns:first-of-type {
        background-position: right -40px top 30px, center top;
        background-size: 80% auto, auto;
        justify-content: center;
		padding: 80px 20px 80px;
    }
    .prof_gallery25 > .wp-block-columns:last-of-type {
        background-position: left -40px top 30px, center top;
        background-size: 80% auto, auto;
        justify-content: center;
		padding: 80px 20px 80px;
    }
}


/* カルーセルスライダー */
.carousel {
    padding: 100px 0 120px;
    position: relative;
}
.carousel h3 {
    font-size: clamp(35px, 8.75vw, 42px);
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    font-style: normal;
    color: #ca9f20;
    margin: 0 0 0.3em;
}
.carousel h3::before {
    content: "";
    display: inline-block;
    background: url('https://www.kudowebdesign.com/wp-content/uploads/2024/08/icn_teatree.png') 100% 100% / cover;
    height: 68px;
    width: 36px;
    transform: translate(-10px, 13px);
}
.carousel p {
    font-size: 1.6rem;
	margin: 0 0 40px;
}

@media only screen and (max-width: 768px) {
.carousel {
	padding: 80px 0 40px;
}
	.carousel .slides li {
		width: 150px!important;
	}
}

/* footer */
.copyright {
    text-align: center;
    font-size: 1rem;
    background: #000;
    color: #fff;
    padding: 10px 0;
}
