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

/* SMARTPHONE
================================================== */
@media screen and (max-width: 768px) {
  
  #page-header {
    margin-bottom: 90px;
  }
  
  #page-header.ph--kv {
    flex-flow: column;
    background-image: url(../img/dress/dress_kv.jpg);
  }
  #page-header.ph--kv h1 {
    color: #D4D2C6;
    margin-bottom: 30px;
  }
  .artist-hd-nav {
    width: 90%;
    max-width: 300px;
    display: flex;
    row-gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .artist-hd-nav li {
    width: 48%;
  }
  .artist-hd-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    font-family: BaskervilleMTPro-Regular;
    font-size: 1.8rem;
    color: #917E63;
    line-height: 1;
    border-radius: 999px;
    background-color: #FFF;
    transition: all 1s;
  }
  .artist-hd-nav li.asele a,
  .artist-hd-nav li a:hover {
    color: #FFF;
    background-color: #917E63
  }
  .artist-hd-nav li a span {
    margin-bottom: -0.7rem;
  }
  
  
  #artist-index {
    position: relative;
    margin-bottom: 150px;
  }
  
  .artist-block + .artist-block {
    margin-top: 80px;
  }
  .artist-header {
    text-align: center;
    margin-bottom: 40px;
  }
  .artist-header h2 {
    font-size: 2.6rem;
    color: #917E63;
  }
  .artist-list {
    width: 80%;
    margin: auto;
  }
  .artist-list ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 50px;
    justify-content: center;
  }
  .artist-list li {
    width: 49%;
  }
  .artist-list li figcaption {
    margin-top: 16px;
    font-family: BaskervilleMTPro-Regular;
    font-size: 1.8rem;
    line-height: 1;
    color: #917E63;
    text-align: center;
  }
  .artist-list li figcaption.txt-ja {
    font-family: inherit;
    font-size: 1.6rem
  }
  
  
  #artist-detail {
    position: relative;
    margin-bottom: 150px;
  }
  
  .artist-prof-wrap {
    width: 80%;
    margin: auto;
    display: flex;
    flex-flow: column;
  }
  
  .artist-prof-main {
    display: contents;
    order: 1;
  }
  .artist-prof-main .artist-prof-thum {
    width: 80%;
    margin: 0 auto 40px;
  }
  .artist-prof-main h3 {
    font-family: BaskervilleMTPro-Regular;
    font-size: 4rem;
    line-height: 1;
    color: #917E63;
    text-align: center;
    margin-bottom: 30px;
  }
  .artist-prof-main p {
    color: #917E63;
    text-align: justify;
    margin-bottom: 80px;
  }
  .artist-prof-link {
    order: 3;
  }
  .artist-prof-link ul li {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
  }
  .artist-prof-link ul li a {
    color: #917E63;
  }
  .artist-prof-link ul li + li {
    margin-top: 30px;
  }
  
  
  .artist-prof-gallery {
    margin-bottom: 60px;
    order: 2;
  }
  .artist-prof-gallery ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .artist-prof-gallery ul li:nth-child(5) { grid-area: 3 / 1 / 4 / 3; } 
  
  
}

/* DESKTOP
================================================== */
@media screen and (min-width: 769px), print {
  
  #page-header {
    margin-bottom: 180px;
  }
  #page-header.ph--kv {
    flex-flow: column;
    background-image: url(../img/dress/dress_kv.jpg);
  }
  #page-header.ph--kv h1 {
    color: #D4D2C6;
    margin-bottom: 60px;
  }
  .artist-hd-nav {
    display: flex;
    column-gap: 15px;
  }
  .artist-hd-nav li {
    width: 210px;
    height: 56px;
  }
  .artist-hd-nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: BaskervilleMTPro-Regular;
    font-size: 2.8rem;
    color: #917E63;
    line-height: 1;
    border-radius: 999px;
    background-color: #FFF;
    transition: all 1s;
  }
  .artist-hd-nav li a.asele,
  .artist-hd-nav li a:hover {
    color: #FFF;
    background-color: #917E63
  }
  .artist-hd-nav li a span {
    margin-bottom: -0.7rem;
  }
  
  
  #artist-index {
    position: relative;
    margin-bottom: 250px;
  }
  
  .artist-block + .artist-block {
    margin-top: 200px;
  }
  .artist-header {
    text-align: center;
    margin-bottom: 80px;
  }
  .artist-header h2 {
    font-size: 4rem;
    color: #917E63;
  }
  .artist-list {
    width: 1270px;
    margin: auto;
  }
  .artist-list ul {
    display: flex;
    column-gap: 30px;
    row-gap: 60px;
    justify-content: center;
  }
  .artist-list li {
    width: 295px;
  }
  .artist-list li figcaption {
    margin-top: 32px;
    font-family: BaskervilleMTPro-Regular;
    font-size: 3rem;
    line-height: 1;
    color: #917E63;
    text-align: center;
  }
  .artist-list li figcaption.txt-ja {
    font-family: inherit;
    font-size: 2.4rem
  }
  
  
  #artist-detail {
    position: relative;
    margin-bottom: 250px;
  }
  
  .artist-prof-wrap {
    width: 1070px;
    margin: auto;
    display: flex;
    justify-content: space-between;
  }
  
  .artist-prof-main {
    width: 420px;
  }
  .artist-prof-main .artist-prof-thum {
    margin: 0 auto 60px;
  }
  .artist-prof-main h3 {
    font-family: BaskervilleMTPro-Regular;
    font-size: 5rem;
    line-height: 1;
    color: #917E63;
    text-align: center;
    margin-bottom: 40px;
  }
  .artist-prof-main h3.txt-ja {
    font-family: inherit;
    font-size: 3.6rem;
  }
  .artist-prof-main p {
    text-align: justify;
    color: #917E63;
    margin-bottom: 50px;
  }
  .artist-prof-link ul li {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
  }
  .artist-prof-link ul li a {
    color: #917E63;
  }
  .artist-prof-link ul li + li {
    margin-top: 30px;
  }
  
  
  .artist-prof-gallery {
    width: 460px;
  }
  .artist-prof-gallery ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .artist-prof-gallery ul li:nth-child(5) { grid-area: 3 / 1 / 4 / 3; } 
  
  
}

