@charset 'UTF-8';

#wrapper>header nav{
  position: relative;
}
#wrapper>main{
  padding: 0 4.3945%;
  margin-top: 4.8rem;
  position: relative;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #wrapper>main{
    padding: 0 4.2rem;
  }
}
#wrapper>main::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(255, 255, 255);
}

/*  header  */
main>article>header{
  padding: 3.4rem 0 7.6rem 0;
}
main>article>header h2{
  padding: 2.8rem 0;
  margin: 0;
  font-size: 3.2rem;
  font-weight: normal;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(4, 4, 4);
  font-feature-settings: 'palt';
}
@media screen and (min-width: 768px){
  main>article>header h2 br.sp{
    display: none;
  }
}
main>article>header p{
  margin: 0;
  line-height: 1.5;
  color: rgb(4, 4, 4);
  font-feature-settings: normal;
}
main>article>header .desc{
  padding: 1.6rem 0;
}
main>article>header .desc p{
  font-size: 2.0rem;
  font-weight: 600;
  word-break: keep-all;
  text-align: start;
}
main>article>header .notes p{
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 768px){
  main>article>header .notes p{
    font-size: 1.6rem;
  }
}

/*  main>article section  */
main>article section h3{
  padding: 3.0rem 0;
  margin: 0;
  font-size: 2.0rem;
  font-weight: 900;
  line-height: 1.5;
  color: rgb(19, 10, 10);
  word-break: keep-all;
}
main>article section .text p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.88;
  color: rgb(4, 4, 4);
}
main>article section .text p:not(:last-of-type){
  margin-bottom: 1.88em;
}
main>article section .photos{
  padding: 4.3rem 0;
}
@media screen and (min-width: 768px){
  main>article section .photos{
    padding: 4.3rem 2.8rem;
    display: flex;
    justify-content: space-around;
  }
}
main>article section .photos .image:not(:last-of-type){
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px){
  main>article section .photos .image:not(:last-of-type){
    margin-bottom: 0;
  }
}

/*  profile  */
#profile{
  padding: 10.0rem 0;
}
#profile .photos{
  margin-top: 4.0rem;
  text-align: center;
}
#profile .photos.multi .image:not(:first-of-type){
  margin-top: .6rem;
}
@media screen and (min-width: 768px){
  #profile .photos.multi{
    display: flex;
    justify-content: center;
  }
  #profile .photos.multi .image:not(:first-of-type){
    margin-top: 0;
    margin-left: .6rem;
  }
}
@media screen and (min-width: 768px){
  #profile{
    display: flex;
  }
  #profile .text{
    padding-right: 2.8rem;
    flex-basis: 46.6rem;
    box-sizing: content-box;
  }
  #profile .photos{
    margin-top: 0;
    text-align: center;
    flex-grow: 1;
  }
}
#profile .photos img{
  width: 100%;
  max-width: 318px;
}
#profile h3{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.2;
  color: rgb(19, 10, 10);
}
#profile .desc{
  padding-top: 3.0rem;
}
#profile .desc p{
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.88;
  color: rgb(4, 4, 4);
}
#profile .desc .link{
  padding-top: 1.88em;
  text-align: left;
}
#profile .desc ol{
  padding: 0;
  margin: 0;
}
#profile .desc ol:not(:first-child){
  padding-top: 1.88em;
}
#profile .desc ol+p{
  padding-top: 1.88em;
}
#profile ol li{
  display: flex;
  align-items: flex-start;
}
#profile ol li time{
  flex-basis: 3.0em;
  flex-shrink: 0;
  font-size: 1.6rem;
  line-height: 1.88;
  color: rgb(4, 4, 4);
  word-break: keep-all;
}
#profile ol li p{
  word-break: keep-all;
  text-align: start;
}

/*  products  */
#products{
  padding: 5.0rem 0;
}
#products h3{
  margin: 0;
  font-size: 2.0rem;
  font-weight: 600;
  line-height: 1.5;
  color: rgb(19, 10, 10);
}
#products ul{
  padding: 4.6rem 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
#products li{
  padding: 1.0rem;
  flex-basis: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px){
  #products li{
    flex-basis: 25%;
  }
}
#products a{
  display: block;
  transition: .3s opacity;
}
#products a:hover{
  opacity: 0.75;
}
#products a:not([href]){
  pointer-events: none;
}
#products li p{
  padding: 1.4rem 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(19, 10, 10);
  word-break: keep-all;
  text-align: left;
}
#products a[href] p::after{
  content: '\88FD\54C1\30DA\30FC\30B8';
  padding: 0 1.0rem 0 0;
  margin-top: .2rem;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  color: rgb(102, 102, 102);
  background: url(../images/ico_arrow.svg) no-repeat 100% 31%/.6rem 1.0rem;
}

/*  designers  */
#designers{
  padding: 2.4rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px){
  #designers{
    padding: .4rem 0 5.8rem 0;
    flex-direction: row;
    align-items: center;
  }
}
#designers a{
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(19, 10, 10);
}
@media screen and (min-width: 768px){
  #designers .back{
    padding-right: 3.0rem;
  }
}
#designers .back a{
  line-height: 1;
}
#designers .back a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin-top: -.2em;
  margin-right: .8rem;
  width: .9rem;
  height: 1.2rem;
  background: url(../images/ico_arrow_back.svg) no-repeat 50% 50%/contain;
}
#designers ul{
  padding: 1.4rem 0;
  margin: 0 auto 8.0rem auto;
  list-style: none;
  order: -1;
  border-top: 1px solid rgb(19, 10, 10);
  border-bottom: 1px solid rgb(19, 10, 10);
}
@media screen and (min-width: 768px){
  #designers ul{
    padding: 0;
    margin: 0;
    display: flex;
    order: 0;
    border-top: none;
    border-bottom: none;
  }
}
#designers li{
  padding: .75rem 0;
}
@media screen and (min-width: 768px){
  #designers li{
    padding: 0;
  }
  #designers li:not(:last-of-type){
    border-right: 1px solid rgb(19, 10, 10);
  }
}
#designers li a{
  padding: .5em 0;
  letter-spacing: calc(0.35 / 12 * 1em);
  line-height: 1;
}
@media screen and (min-width: 768px){
  #designers li a{
    padding: 0 1.35em;
    letter-spacing: calc(0.35 / 12 * 1em);
    line-height: 1;
  }
}
