@charset "utf-8";
/* ===================================================================
 about.css
  - breakpoint: max-width: 767px / min-width: 768px
======================================================================*/

/*----------------------------------------------------------
 about
------------------------------------------------------------*/
.f_main {
  padding-bottom: 0;
  background: #f6f7f9;
}
@media screen and (max-width: 767px) {
  .f_main-header {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------------
 section
------------------------------------------------------------*/
.about-section {
  position: relative;
  z-index: 2;
}

/* intro
-------------------------------------------------*/
.about-section.-intro {
  padding-bottom: 250px;
}

/* intro-header */
.intro-header {
  margin-bottom: 80px;
}
.intro-header-column {
  display: flex;
  justify-content: space-between;
}
.intro-header-column-img {
  flex-shrink: 0;
  width: 30%;
  max-width: 400px;
  padding: 0 4vw;
}
.intro-header-column-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .7;
}
.intro-header-column-context {
  flex-grow: 1;
  padding-top: 15px;
  
}
.intro-title {
  margin-bottom: 30px;
  font-size: 4.2rem;
  color: #444;
}
.intro-text {
  line-height: 2;
}
.intro-text + .intro-text {
  margin-top: 30px;
}

/* intro-awards */
.intro-awards-column {
  display: flex;
  justify-content: space-between;
}
.intro-awards-column-img {
  flex-shrink: 0;
  width: 20%;
  margin-right: 4vw;
}
.intro-awards-column-img > div {
  opacity: .8;
}
.intro-awards-column-context {
  flex-grow: 1;
}
.intro-awards-title {
  margin-bottom: 30px;
  font-size: 3.4rem;
  color: #444;
}

@media screen and (max-width: 767px) {
  .about-section.-intro {
    padding-bottom: 100px;
  }

  /* intro-header */
  .intro-header {
    margin-bottom: 50px;
  }
  .intro-header-column {
    flex-direction: column;
    align-items: center;
  }
  .intro-header-column-img {
    display: none;
  }
  .intro-header-column-context {
    width: 100%;
    padding-left: 0;
  }
  .intro-title {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .intro-text {
    font-size: 1.4rem;
    text-align: justify;
  }
  .intro-text + .intro-text {
    margin-top: 30px;
  }

  /* intro-awards */
  .intro-awards-column {
    flex-direction: column;
    align-items: center;
  }
  .intro-awards-column-img {
    width: 60%;
    margin: 0 0 30px;
  }
  .intro-awards-title {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}

/* designer
-------------------------------------------------*/
.about-section.-designer {
  z-index: 3;
  padding-bottom: 100px;
  background: #fff;
}
.designer-text {
  line-height: 2em;
}
.designer-text + .designer-text {
  margin-top: 30px;
}

/* head */
.designer-header {
  display: grid;
  grid-template-columns: 50%;
  grid-template-rows: max-content 1fr;
  justify-content: space-between;
  margin-bottom: 80px;
}
.designer-header-head {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  margin: -130px 0 50px;
  padding-right: 4vw;
}
.designer-header-context {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-right: 4vw;
}
.designer-header-img {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  max-height: 500px;
  margin-top: -130px;
  margin-right: -4vw;
  text-align: left;
  overflow: hidden;
}
.designer-header-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.designer-header-category {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  height: 130px;
  margin-bottom: 60px;
  padding-bottom: 10px;
  font-size: 8.4rem;
  color: #dcdcdc;
  line-height: 1;
  font-weight: 600;
}
.designer-header-title {
  font-size: 4.2rem;
  line-height: 1.2;
}
.designer-header-titleRuby {
  font-size: 1.4rem;
}

/* intro */
.designer-intro {
  display: flex;
  justify-content: space-between;
}
.designer-intro-context {
  flex-grow: 1;
  padding-right: 4vw;
}
.designer-intro-img {
  flex-shrink: 0;
  width: 25%;
  min-width: 300px;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .about-section.-designer {
    padding-bottom: 50px;
  }
  .designer-text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }

  /* head */
  .designer-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .designer-header-head {
    order: 2;
    position: relative;
    z-index: 2;
    margin: -20px 0 30px;
    padding: 0;
  }
  .designer-header-context {
    order: 3;
  }
  .designer-header-img {
    order: 1;
    width: 100%;
    position: relative;
    margin: -40px -20px 0 auto;
  }
  .designer-header-img:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
  }
  .designer-header-img img {
    box-shadow: none;
  }
  .designer-header-category {
    display: none;
  }
  .designer-header-title {
    font-size: 3.2rem;
    text-shadow: 0 0 10px rgba(255,255,255,.8);
  }

  /* intro */
  .designer-intro {
    display: flex;
    flex-direction: column;
  }
  .designer-intro-context {
    margin-bottom: 30px;
  }
  .designer-intro-img {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}

/* collection
-------------------------------------------------*/
.about-section.-collection {
  z-index: 3;
  padding: 80px 0 100px;
  background: linear-gradient(#f6f7f9, #fff);
}
.collection-title {
  position: relative;
  margin-bottom: 50px;
  padding-left: 1.5em;
  font-size: 3.8rem;
  line-height: 1.3;
  font-weight: 700;
  text-indent: -1.5em;
}
.collection-title b {
  font-weight: 700;
}
.collection-column {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  padding: 0 38px;
}
.collection-column-context {
  flex-grow: 1;
  margin-bottom: 50px;
}
.collection-column-img {
  flex-shrink: 0;
  width: 35%;
  margin-left: 4vw;
}
.collection-text {
  line-height: 2;
}
.collection-text + .collection-text {
  margin-top: 30px;
}

/* seriesList */
.seriesList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 1px;
  max-width: 1400px;
  margin: 0 auto;
}
.seriesList > li {
  display: grid;
  background:  no-repeat 50% 50%;
  background-size: 150% auto;
}
.seriesList > li.-forum { background-image: url("/about/img/collection_bg_forum.png"); }
.seriesList > li.-atrium { background-image: url("/about/img/collection_bg_atrium.png"); }
.seriesList > li.-new_bauhaus { background-image: url("/about/img/collection_bg_new_bauhaus.png"); }

.seriesList > li a {
  display: subgrid;
  padding: 5vw 3vw 3vw;
  text-align: center;
  background: rgba(0,0,0,.5);
  transition: .3s;
}
.seriesList > li a:hover {
  background: rgba(0,0,0,.3);
  opacity: 1;
}
.seriesList-title {
  margin-bottom: 300px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .about-section.-collection {
    padding: 50px 0;
  }
  .collection-title {
    top: 0;
    margin-bottom: 50px;
    padding-left: 0;
    font-size: 2.6rem;
    line-height: 2;
    text-indent: 0;
    font-weight: 800;
  }
  .collection-title > * {
    display: block;
  }
  .collection-title b {
    margin: 5px 0 3px;
    text-align: center;
  }
  .collection-title span {
    font-size: 2rem;
    font-weight: 700;
  }
  .collection-title span:last-child {
    text-align: right;
  }
  .collection-column {
    flex-direction: column-reverse;
    margin-bottom: 50px;
    padding: 0;
  }
  .collection-column-img {
    width: 80%;
    margin: 0 auto;
  }
  .collection-column-context {
    margin-bottom: 0;
  }
  .collection-text {
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
  }

  /* seriesList */
  .seriesList {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    margin: 0 auto;
  }
  .seriesList > li {
    background-size: 100% auto;
  }
  .seriesList > li + li {
    margin-top: 1px;
  }
  .seriesList > li a {
    display: block;
    padding: 30px 10px 10px 20px;
  }
  .seriesList-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .seriesList-btn {
    text-align: right;
  }
  .seriesList-btn .m_links {
    padding-right: 35px;
    padding-bottom: 9px;
    font-size: 1.2rem;
    border-bottom: none;
  }
}
