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

/* SMARTPHONE
================================================== */
@media (width <= 768px) {
  
  .page--hero p {
    position: absolute;
    right: 10%;
    top: 15%;
    font-size: 2.4rem;
    color: #FFF;
    letter-spacing: 0.45em;
    writing-mode: vertical-rl; 
    z-index: 5;
  }
  
  .page--main {
    padding: 120px 0 0;
  }
  
  .cc--txt-wrap {
    position: relative;
    width: 81.3%;
    margin: auto;
    z-index: 5;
  }
  .cc--title {
    position: relative;
  }
  .cc--title .sec--tt-en {
    font-size: 2rem;
    color: #626262;
  }
  .cc--txt .sec--catch {
    font-size: 2rem;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #676351;
    margin-bottom: 60px;
  }
  .cc--txt {
    text-align: left;
  }
  .cc--txt .sec--catch span {
    display: inline-block;
    margin: 0 -0.3em 0 -0.5em;
  }
  
  .cc--stack {
    margin-bottom: 60px;
  }
  .cc--stack-inner {
    width: 81.3%;
    margin: auto;
  }
  .cc--stack-b {
    background-color: #938875;
  }
  .cc--stack-b img {
    display: block;
    width: 78%;
    height: auto;
    object-fit: initial;
    margin: auto;
  }
  .cc--stack-b .cc--stack-b-en {
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
  }
  .cc--stack-b .cc--stack-b-en p {
    font-family: var(--font-en-ci);
    font-size: 1.1rem;
    color: #FFF;
  }
  
  .cc--main {
    position: relative;
    padding: 0 0 60px;
    background-color: #FFF;
    z-index: 10;
  }
  .cc--main-inner {
    margin: auto;
  }
  .cc--main .sec--read {
    margin: 0 0 60px 10%;
  }
  .cc--paanel-wrap {
    position: relative;
  }
  .cc--panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1	/	0.701;
    background-color: #EBECF0;
    margin: 0 auto 30px;
  }
  .cc--panel-ph {
    width: 84%;
    display: flex;
    column-gap: 18px;
    margin: auto;
  }
  .cc--panel-ph3 {
    align-self: flex-end;
  }
  .cc--paanel-txt {
    font-family: var(--font-en-ci);
    font-size: 1rem;
    line-height: 1.5;
    width: 81.3%;
    margin: auto;
  }
  
  #concept-gallery ul {
    width: 96%;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    margin: auto;
  }
  
}

/* DESKTOP
================================================== */
@media (768px < width), print {
  
  .page--hero p {
    position: absolute;
    right: 10%;
    top: 50%;
    font-size: 3rem;
    color: #152222;
    letter-spacing: 0.3em;
    z-index: 5;
  }
  
  .page--main {
    padding: 360px 0 0;
  }
  
  .cc--txt-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 200px;
    width: max-content;
    margin: auto;
    z-index: 5;
  }
  .cc--title {
    position: relative;
  }
  .cc--title .sec--tt-en {
    font-size: 2.7rem;
    color: #626262;
  }
  .cc--txt .sec--catch {
    font-size: 3rem;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #676351;
    margin-bottom: 70px;
  }
  .cc--txt {
    text-align: left;
  }
  .cc--txt .sec--catch span {
    display: inline-block;
    margin: 0 -0.3em 0 -0.7em;
  }
  
  .cc--stack {
    margin-bottom: 120px;
  }
  .cc--stack-inner {
    width: 80%;
    max-width: 1320px;
    margin: auto;
  }
  .cc--stack-b {
    background-color: #938875;
  }
  .cc--stack-b img {
    display: block;
    width: 78%;
    height: auto;
    object-fit: initial;
    margin: auto;
  }
  .cc--stack-b .cc--stack-b-en {
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
  }
  .cc--stack-b .cc--stack-b-en p {
    font-family: var(--font-en-ci);
    font-size: 1.4rem;
    color: #FFF;
  }
  
  .cc--main {
    position: relative;
    padding: 0 0 100px;
    background-color: #FFF;
    z-index: 10;
  }
  .cc--main-inner {
    width: 1024px;
    margin: auto;
  }
  .cc--main .sec--read {
    margin: 0 0 140px 120px;
  }
  .cc--paanel-wrap {
    position: relative;
  }
  .cc--panel {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 723px;
    height: 723px;
    background-color: #EBECF0;
    margin: 0 0 0 auto;
    background-image: url(../img/concept/cc_panel_bg.jpg);
    background-size: cover;
  }
  .cc--panel-ph {
    width: 630px;
    display: flex;
    column-gap: 24px;
  }
  .cc--panel-ph3 {
    align-self: flex-end;
  }
  .cc--paanel-txt {
    font-family: var(--font-en-ci);
    font-size: 1.5rem;
    line-height: 1.5;
    position: absolute;
    left: 58px;
    bottom: 120px;
    z-index: 5;
  }
  
  #concept-gallery ul {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    margin: auto;
  }
  
}

