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


/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  #pagekv > p,
  #pagekv > h1 {
    top: 6%;
    color: #FFF;
  }
  .pg--header-t2 > .inner .txt .sec-read {
    text-align: center !important;
  }
  
  /* Wedding Report Archive */
  #page-weddingreport-archive {
    
  }
  .repo--list-wrap {
    margin: auto;
    width: 90%;
  }
  .repo--list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 30px;
  }
  
  .repo--list-item {
    min-width: 48%;
    text-align: center;
  }
  
  .repo--list-thum {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.667;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .repo--list-thum a {
    display: block;
    height: 100%;
    transition: all 1.5s;
  }
  .repo--list-thum a:hover {
    opacity: .7;
  }
  .repo--list-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .repo--list-date {
    position: relative;
    font-family: var(--font-en-agg-m);
    font-size: 1rem;
    color: #625149;
    line-height: 1;
    margin-bottom: 8px;
  }
  
  .repo--list-tt {
    font-size: 1.1rem;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
  }
  
  .repo--list-btn {
    position: relative;
    border-top: 1px solid #625149;
    margin: 8px 0 0;
    padding: 4px 0 0;
    text-align: center;
  }
  .repo--list-btn::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #625149;
  }
  .repo--list-btn a {
    position: relative;
    font-family: var(--font-en-agg-bo);
    font-style: italic;
    font-size: 1.1rem;
    color: #625149;
  }
  
  
  /* Wedding Report Detail */
  #weddingreport-detail {
    margin: 0 auto 100px;
  }
  
  #report--main-wrap {
    margin: 0 auto 80px;
  }
  .report--main {
    position: relative;
    width: 90%;
    margin: auto;
  }
  .report--header {
    text-align: center;
    margin-bottom: 60px;
  }
  .report--hd-tt {
    font-size: 1.6rem;
    font-weight: 400;
    color: #625149;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 1;
    margin-bottom: 15px;
  }
  .report--hd-date {
    position: relative;
    font-family: var(--font-en-roboto);
    font-size: 1.1rem;
    color: #625149;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 1;
    margin-bottom: 50px;
  }
  .report--hd-date::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    display: block;
    content: '';
    width: 29px;
    height: 1px;
    margin: auto;
    background-color: #D3D3D3;
  }
  .report--hd-info {
    position: relative;
    font-family: var(--font-en-roboto);
    font-size: 1.1rem;
    color: #625149;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
    line-height: 1;
  }
  .report--main-read p {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 2.308;
  }
  
  
  #report--flow-wrap {
    width: 90%;
    margin: 0 auto 60px;
  }
  .report--flow li {
    position: relative;
    display: flex;
    flex-flow: column;
  }
  .report--flow li + li {
    margin-top: 50px;
  }
  .report--fl-txt {
    padding-top: 15px;
    order: 2;
  }
  .report--fl-txt-tt {
    font-size: 1.5rem;
    font-weight: 500;
    color: #625149;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
  }
  .report--fl-txt-read {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: justify;
  }
  .report--fl-ph {
    order: 1;
  }
  
  
  #report--gallery-wrap {
    width: 90%;
    margin: 0 auto 80px;
  }
  .report--gal-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .lum-lightbox {
    background:rgba(0,0,0,.8) !important;
    z-index: 9999;
  }
  .lum-lightbox-inner img.lum-img {
    max-width: 100%;
  }
  
  
  .reportBtn {
    width: 240px;
    margin: auto;
    text-align: center;
  }
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  #pagekv .txt-en-avd {
    color: #FFF;
  }
  
  /* Wedding Report Archive */
  #page-weddingreport-archive {
    
  }
  .repo--list-wrap {
    margin: auto;
    width: 1160px;
  }
  .repo--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 80px;
    grid-row-gap: 65px;
    margin-bottom: 80px
  }
  
  .repo--list-item {
    max-width: 300px;
    text-align: center;
  }
  
  .repo--list-thum {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 0.667;
    overflow: hidden;
    margin-bottom: 15px;
  }
  .repo--list-thum a {
    display: block;
    height: 100%;
    transition: all 1.5s;
  }
  .repo--list-thum a:hover {
    opacity: .7;
  }
  .repo--list-thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .repo--list-date {
    position: relative;
    font-family: var(--font-en-agg-m);
    font-size: 1.3rem;
    color: #625149;
    line-height: 1;
    margin-bottom: 12px;
  }
  
  .repo--list-tt {
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
  }
  
  .repo--list-btn {
    position: relative;
    border-top: 1px solid #625149;
    margin: 10px 0 0;
    padding: 6px 0 0;
    text-align: center;
  }
  .repo--list-btn::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    border-top: 1px solid #625149;
  }
  .repo--list-btn a {
    position: relative;
    font-family: var(--font-en-agg-bo);
    font-style: italic;
    font-size: 1.5rem;
    color: #625149;
  }
  
  
  /* Wedding Report Detail */
  #weddingreport-detail {
    margin: 0 auto 200px;
  }
  
  #report--main-wrap {
    margin: 0 auto 140px;
  }
  .report--main {
    position: relative;
    width: 970px;
    margin: auto;
  }
  .report--header {
    text-align: center;
    margin-bottom: 112px;
  }
  .report--hd-tt {
    font-size: 2.2rem;
    font-weight: 400;
    color: #625149;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 1;
    margin-bottom: 30px;
  }
  .report--hd-date {
    position: relative;
    font-family: var(--font-en-roboto);
    font-size: 1.3rem;
    color: #625149;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
    line-height: 1;
    margin-bottom: 50px;
  }
  .report--hd-date::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    display: block;
    content: '';
    width: 29px;
    height: 1px;
    margin: auto;
    background-color: #D3D3D3;
  }
  .report--hd-info {
    position: relative;
    font-family: var(--font-en-roboto);
    font-size: 1.2rem;
    color: #625149;
    letter-spacing: 0.15em;
    margin-left: 0.15em;
    line-height: 1;
  }
  .report--main-read {
    text-align: center;
  }
  .report--main-read p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    line-height: 2.308;
  }
  
  
  #report--flow-wrap {
    width: 970px;
    margin: 0 auto 120px;
  }
  .report--flow li {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .report--flow li + li {
    margin-top: 80px;
  }
  .report--fl-txt {
    width: 480px;
    padding-top: 10px;
  }
  .report--fl-txt-tt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #625149;
    letter-spacing: 0.15em;
    margin-bottom: 8px;
  }
  .report--fl-txt-read {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    line-height: 2.308;
    text-align: justify;
  }
  .report--fl-ph {
    width: 430px;
  }
  
  
  #report--gallery-wrap {
    width: 970px;
    margin: 0 auto 150px;
  }
  .report--gal-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  
  .lum-lightbox {
    background:rgba(0,0,0,.8) !important;
    z-index: 9999;
  }
  
  
  .reportBtn {
    width: 320px;
    margin: auto;
    text-align: center;
  }
  
}

