
/* テキスト */
*{
  font-family: "Noto Sans JP", sans-serif;
}

.vkp_catch_bg_flow{
  font-size:min(32px,6.4vw);
  position: relative;
  display:inline-block;
  padding:0 10px;
  z-index: 1;
}

/* 背景 */
.vkp_catch_bg_flow::before {
  background-color:rgba(255,255,255,1);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
  z-index: -1;
  animation: bg 1s ease-out backwards;
}
/* .vkp_catch_bg_flow.vkp_second_flow::before{
 animation: bg 1s ease-out 0.5s backwards;
}
.vkp_catch_bg_flow.vkp_third_flow::before{
 animation: bg 1s ease-out 1s backwards;
} */

/* @keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  50% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(1);
  }
  50%, 100% {
    opacity: 1;
  }
} */

/* フェードイン */
/* .wp-block-group.vkp_fadein{
 animation-name: fadein;
 animation-duration: 1s; 
 animation-delay:1.5s;  
 animation-fill-mode:backwards; 
}
@keyframes fadein{
  0%{
    opacity: 0;
    transform: translatey(20px); 
   }
  100%{
    opacity: 1;
    transform: translatey(0);
  }
} */


/*　タイトル */

.mini-content{
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic", sans-serif;
  h3{
    font-size: 26px;
  }
  .mini-content-container-2 h3{
    margin-left: -10px;
    color: #884898 !important;
  }
  .mini-content-container-3 h3{
    color: #e95464 !important;
  }
  .ltg-slide-text-caption{
    color: #543f32 !important;
  }
}
h2{
  letter-spacing: .1rem;
  border-bottom: none !important; 
}
.entry-title--post-type--page, h2:where(:not(.wp-block-post-title)) { border-bottom: none; }

/* 写真エリア */
.photocover{
  background-image:url(https://hanalab-wedding.com/wp-content/uploads/2026/07/2175446_l-scaled.jpg);
  background-position:50% 72%;
  opacity: 1;
  position: relative;
}
.photocover::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: .3;
  mix-blend-mode: luminosity;
}

h1.con-t, .con-p ul li{
  color: #543f32;
}
h1.con-t{
  font-family: "Zen Antique Soft", serif !important;
  font-weight: 500;
  font-style: normal;
  font-size: 4.5vw;
  .span1,.span2{
    font-family: "Zen Antique Soft", serif;
  }
  .span1{ color: #e6cde3; text-shadow: 0px 0px 8px #583822;} 
  .span2{ color: #e95464; text-shadow: 0px 0px 8px #fff;}
}
.con-p{
  background-color: transparent; 
  
}
ul.onphoto{
    list-style-type: none;
    position: relative;
    top: -1.5rem;
    left: -1.7rem;

    li{
        font-family: "Zen Maru Gothic", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1.5em;
        text-shadow: 0px 0px 8px #fff;
    }
}
.wp-block-cover__image-background{
  background-position: 57% 50% !important;
}

/* リストエリア */

#worries{
  position: relative;

  .worrie-img {
        position: relative;
        width: 40%;
        top: 0;
        left: 0;
        z-index: 1;
  }
  .worrie-lists {
      width: 80%;
      position: absolute;
      right: 0;
      top: 7%;
      background-color: rgba(255, 255, 255, .4);
      border: 3px dotted #fff;
      border-radius: 3px;
      display: grid;
      grid-template-columns: 20% 1fr;
      grid-template-rows: 1fr;
  }
  .worrie-lists ul{ grid-column: 2/3; }
  .worrie-lists li{
      font-size: 1.5em;
      font-weight: 700;
  }
}

.nara{
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 600;

  h2.hanalab{
    width: 100%;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    vertical-align: middle;
    span{
      color: #b78381;
      margin-right: 0.3em;
      font-size: 3.5rem;
    }
  }
  p{
    line-height: normal !important;
    margin: 24px auto;
  }
  p:first-child{ margin: 36px auto 24px; }
  p:nth-child(5){ margin: 24px auto 36px; }
  .anshin{
    font-size: 2.5rem;
    font-weight: 700;
  }
}

.heart{
  width: 100%;
  font-size: 2.2em;
  margin: 2em;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;

  i{ color: #df7163; }
}


    
/* （・∀・）人（・∀・）ナカーマ */
.moya{
  background-image: url(https://hanalab-wedding.com/wp-content/uploads/2026/07/cloud.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  margin: 30px auto;
  padding: 2.5vw;
  display: flex;
  justify-content: center;
  font-size: large;
  font-weight: 550;
  text-align: center;
}
.mate{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5em;
    background-color: #fff;
    border: 3px dotted #b5a36c;
    border-radius: 30px;

  h4{
    background-color: transparent;
    color: #543f32;
    line-height: 2em;
  }

    .underline{
      color: #543f32;
      text-decoration-color: #fadce1;
    }
}

/* ボタン＆リンク */

.wp-block-buttons{
  height: fit-content;
  margin: 1.5em auto 3.5rem;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;

  .wp-block-button{
    width: 40%;
  }
  a.button{
      display: inline-block;
      width: 100%;
      border-radius: 100vh !important;
      padding: 1rem 2.5rem;
      letter-spacing: 1px;
      font-size: larger;
      text-align: center;
  }
  
}


/* コンテンツリンク */

#guide{
  .wp-block-column{
    margin: auto 1rem;
  }
  a{ 
    color: #fff;
    font-weight: 600;
  }
}



/* レスポンシブ */
@media screen and (max-width:768px){

}


