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

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  .ph--txt {
    margin-bottom: 60px;
  }
  .ph--ph {
    width: 61.3%;
    margin: auto;
  }
  
  .sec--tt-en {
    margin-bottom: 30px;
  }
  
  #banquet {
    margin: 0 auto 60px;
  }
  .ban--inner {
    padding: 60px 0;
  }
  .ban--txt {
    width: 81.3%;
    text-align: left;
    margin: auto;
  }
  #banquet .sec--read {
    text-align: justify;
    margin-bottom: 30px
  }
  .ban--spec li {
    font-family: var(--font-ja-go);
    font-size: 1rem;
    text-align: center;
  }
  .ban--ph-panel1 {
    position: relative;
    width: 84%;
    margin: 0 auto 30px;
  }
  .ban--ph2 {
    margin-bottom: 30px;
  }
  .ban--ph3 {
    width: 54.8%;
    margin: auto;
  }
  .ban--ph4 {
    display: flex;
    width: 100%;
    margin: auto;
  }
  .ban--ph4-1 {
    opacity: 0;
    transform: translateX(100px);
    transition:
      opacity 1.8s ease-out 0.6s,
      transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }

  .ban--ph4-1.scTargetIn {
    opacity: 1;
    transform: translateX(0);
  }
  
  
  #lobent {
    margin: 0 auto 60px;
  }
  .lobent--inner {
    padding: 60px 0;
  }
  .lobent--txt {
    width: 81.3%;
    text-align: left;
    margin: auto;
  }
  #lobent .sec--read {
    text-align: justify;
  }
  .lobent--ph-wrap {
    position: relative;
    width: 66.7%;
    margin: auto;
  }
  .lobent--ph1 {
    margin-bottom: 30px;
  }
  .lobent--ph3 {
    display: none;
  }

  #design-gallery {
    width: 80%;
    margin: auto;
  }
  #design-gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 50px;
  }
  #design-gallery ul li {
    width: 43%;
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-30px);
    transition: 
      opacity 2s ease, 
      filter 2s ease, 
      transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #design-gallery ul li.scTargetIn {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }
  #design-gallery ul li:nth-child(1) {
    order: 1;
  }
  #design-gallery ul li:nth-child(2) {
    order: 2;
  }
  #design-gallery ul li:nth-child(3) {
    display: none;
  }
  #design-gallery ul li:nth-child(4) {
    order: 3;
  }
  #design-gallery ul li:nth-child(5) {
    order: 4;
  }
  #design-gallery ul li:nth-child(6) {
    order: 8;
  }
  #design-gallery ul li:nth-child(7) {
    order: 5;
  }
  #design-gallery ul li:nth-child(8) {
    order: 6;
  }
  #design-gallery ul li:nth-child(9) {
    order: 8;
  }

  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  .page--header {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 160px;
  }
  .ph--txt {
    text-align: left;
    order: 2;
  }
  .ph--txt h1 {
    margin-bottom: 50px;
  }
  .ph--catch {
    margin-bottom: 36px;
  }
  .ph--ph {
    width: 376px;
    order: 1;
  }
  
  .sec--tt-en {
    margin-bottom: 45px;
  }
  
  #banquet {
    margin: 0 auto 300px;
  }
  .ban--inner {
    padding: 100px 0 170px;
  }
  .ban--txt {
    text-align: center;
  }
  #banquet .sec--read {
    width: 526px;
    margin: 0 auto 30px;
  }
  .ban--spec {
    display: flex;
    justify-content: center;
    column-gap: 20px;
  }
  .ban--spec li {
    font-family: var(--font-ja-go);
    font-size: 1.4rem;
  }
  .ban--ph-panel1 {
    position: relative;
    width: 882px;
    height: auto;
    aspect-ratio: 1	/	0.982;
    margin: 0 auto 140px;
  }
  .ban--ph-panel1 > div {
    position: absolute;
  }
  .ban--ph1 {
    width: 100%;
    top: 0;
    left: 0;
  }
  .ban--ph2 {
    width: 558px;
    bottom: 0;
    left: 0;
  }
  .ban--ph3 {
    width: 316px;
    bottom: 0;
    right: 0;
  }
  .ban--ph-panel2 {
    width: 882px;
    margin: auto;
  }
  .ban--ph4 {
    width: 752px;
    display: flex;
    margin: 0 0 0 auto;
  }
  .ban--ph4-1 {
    opacity: 0;
    transform: translateX(100px);
    transition:
      opacity 1.8s ease-out 0.6s,
      transform 2s cubic-bezier(0.25, 1, 0.5, 1) 0.6s;
  }

  .ban--ph4-1.scTargetIn {
    opacity: 1;
    transform: translateX(0);
  }
  
  
  #lobent {
    margin: 0 auto 220px;
  }
  .lobent--inner {
    padding: 100px 0;
  }
  .lobent--txt {
    text-align: center;
  }
  #lobent .sec--read {
    width: 610px;
    margin: auto;
  }
  .lobent--ph-wrap {
    position: relative;
    width: 1102px;
    height: auto;
    aspect-ratio: 1	/	1.354;
    margin: auto;
  }
  .lobent--ph-wrap > div {
    position: absolute;
  }
  .lobent--ph1 {
    width: 100%;
    top: 0;
    left: 0;
  }
  .lobent--ph2 {
    width: 412px;
    bottom: 0;
    right: 0;
  }
  .lobent--ph3 {
    width: 412px;
    bottom: 218px;
    left: 78px;
  }

  #design-gallery {
    width: 1010px;
    margin: auto;
  }
  #design-gallery ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 133px;
    row-gap: 130px;
  }
  #design-gallery ul li {
    width: 248px;
    opacity: 0;
    filter: blur(15px);
    transform: translateX(-30px);
    transition: 
      opacity 2s ease, 
      filter 2s ease, 
      transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  }
  #design-gallery ul li.scTargetIn {
    opacity: 1;
    filter: blur(0);
    transform: translateX(0);
  }

}
