@charset "UTF-8";
/* dlight */
.dm{}

/* ウエディングレポート一覧 */
.rl--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F0EDE6;
}
.rl--item > div {
  flex: 1;
}
.rl--item-txt-inner {
  width: max-content;
  max-width: 80%;
  margin: auto;
}
.rl--item-txt h2 {
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
.rl--item-txt p {
  margin-bottom: 80px;
}
.rl--item-txt a {
  margin: auto;
}

/* ウエディングレポート詳細.*/
.page-weddingreport-detail .page--main {
  padding: 0;
}
.split-wrapper {
  background-color: #F0EDE6;
}


@media screen and (max-width: 768px) {
  
  /* ウエディングレポート一覧 */
  .rl--item {
    flex-flow: column;
  }
  .rl--item > div {
    flex: initial;
  }
  .rl--item-txt {
    width: 100%;
    order: 2;
  }
  .rl--item-txt-inner {
    width: max-content;
    padding: 60px 20px 80px;
    max-width: 94%;
  }
  .rl--item-txt h2 {
    margin-bottom: 40px;
  }
  .rl--item-txt p {
    margin-bottom: 40px;
  }
  .rl--item-ph {
    order: 1;
  }
  
  /* 基本レイアウト */
  .split-section {
    display: flex;
    flex-flow: column;
    padding: 0 0 60px;
  }
  .text-part {
    order: 2;
  }
  .photo-part {
    margin-bottom: 50px;
    opacity: 1 !important;
    order: 1;
  }
  
  /* レポート詳細 */
  .rd--hd-txt-inner {
    width: 81.3%;
    margin: auto;
  }
  .rd--hd-txt h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .rd--hd-txt p {
    width: max-content;
    margin: auto;
  }
  
  .rd--txt-body {
    position: relative;
    padding-bottom: 130px;
  }
  
  .rd--txt-hd {
    display: flex;
    flex-flow: column;
    text-align: center;
    margin-bottom: 50px;
  }
  .rd--txt-hd h2 {
    font-size: 1.3rem;
    font-weight: 400;
    order: 2;
  }
  .rd--txt-hd .sec--tt-en {
    font-size: 2rem;
    margin-bottom: 12px;
    order: 1;
  }
  
  .line-draw-item {
    position: absolute;
    width: 2px;
    height: 80px;
    left: 50%;
    bottom: 0;
    --line-scale: 0;
  }

  .line-draw-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #938875;
    transform-origin: top;
    transform: scaleY(var(--line-scale));
  }
  
  
  .rd--txt-body-ph {
    width: 86.7%;
    margin: auto;
  }
  .rd--txt-body-ph + .rd--txt-body-ph {
    margin-top: 40px;
  }
  .rd--txt-body p {
    font-size: 1.3rem;
    letter-spacing: 0.075em;
  }
  .rd--txt-body-ph + p {
    width: 84%;
    margin: 40px auto 0;
  }
  
  .report--back {
    position: relative;
    padding: 60px 0;
    background-color: #FFF;
    z-index: 5;
  }
  .report--back .btn-viewmore-base a {
    margin: auto;
  }
  
}

@media screen and (min-width: 769px) {
  
  /* 基本レイアウト */
  .split-section {
    display: flex;
    min-height: 100vh;
  }
  .text-part {
    position: relative;
    width: 50%;
    display: flex;
    align-items: flex-start;
    padding: 0 5%;
    background-color: #F0EDE6;
    z-index: 5;
  }
  #sec0 .text-part {
    align-items: center;
  }
  .photo-part {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100vh;
    opacity: 0;
    pointer-events: none;
  }
  .photo-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  /* レポート詳細 */
  .rd--hd-txt h2 {
    text-align: center;
    margin-bottom: 100px;
  }
  
  .rd--txt-wrap {
    padding-bottom: 150px;
  }
  .rd--txt-hd {
    display: flex;
    flex-flow: column;
    margin-bottom: 60px;
  }
  .rd--txt-hd h2 {
    font-size: 1.8rem;
    font-weight: 400;
    order: 2;
  }
  .rd--txt-hd .sec--tt-en {
    font-size: 2.8rem;
    margin-bottom: 20px;
    order: 1;
  }
  .rd--txt-body {
    position: relative;
    padding: 0 0 0 100px;
  }
  .rd--txt-body .line-draw-item {
    left: 30px;
  }
  .rd--txt-body-ph {
    max-width: 460px;
  }
  .rd--txt-body-ph + .rd--txt-body-ph {
    margin-top: 50px;
  }
  .rd--txt-body p {
    font-size: 1.4rem;
    letter-spacing: 0.075em;
  }
  .rd--txt-body-ph + p {
    margin-top: 50px;
  }
  
  .report--back {
    position: relative;
    padding: 100px 0 0;
    background-color: #FFF;
    z-index: 5;
  }
  .report--back .btn-viewmore-base a {
    margin: auto;
  }
  
}

