#main {
  padding: 0;
  background-color: #000;
  color: #fff;
}

#main h1,
#main h2,
#main h3,
#main h4,
#main h5 {
  color: #fff;
  border: 0 none;
  padding: 0;
  margin: 0;
}

#main .row {
  max-width: none;
  width: 100%;
}

#main .column {
  padding: 0;
}

#main figure,
#main p,
#main dl,
#main dt,
#main dd {
  margin: 0;
  float: none;
  padding: 0;
}

#aboutSergeLutens {
  letter-spacing: 0.05em;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .pc_hide {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .sp_hide {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .content_inner {
    margin: 0 40px;
  }
}

@media screen and (min-width: 1261px) {
  #aboutSergeLutens .content_inner {
    max-width: 1220px;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .content_inner {
    padding: 0 calc(40 / 750 * 100vw);
  }
}

#aboutSergeLutens .kv {
  text-align: center;
}

#aboutSergeLutens .kv img,
#aboutSergeLutens .kv picture {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .title {
    padding: 120px 0;
  }

  #aboutSergeLutens .title h1 {
    text-align: center;
    font-size: 30px;
  }

  #aboutSergeLutens .title h1 span {
    display: inline-block;
    font-size: 18px;
    color: #777;
    margin-top: 27px;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .title {
    padding: calc(100 / 750 * 100vw) 0;
  }

  #aboutSergeLutens .title h1 {
    text-align: center;
    font-size: 24px;
  }

  #aboutSergeLutens .title h1 span {
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-top: 19px;
  }
}

#aboutSergeLutens .from_serge {
  border-top: solid 1px #555;
  border-bottom: solid 1px #555;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .from_serge {
    padding: 45px 0;
  }

  #aboutSergeLutens .from_serge .message {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.85;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .from_serge {
    padding: calc(90 / 750 * 100vw) 0;
  }

  #aboutSergeLutens .from_serge .message {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.28;
  }
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .profile {
    margin-top: calc(120 / 1260 * 100vw);
  }

  #aboutSergeLutens .profile h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: calc(50 / 1260 * 100vw);
  }

  #aboutSergeLutens .profile h2 span {
    display: inline-block;
    font-size: 16px;
    color: #777;
    margin-top: 20px;
  }

  #aboutSergeLutens .profile .introduction {
    margin-top: calc(60 / 1260 * 100vw);
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #aboutSergeLutens .profile .introduction dl {
    padding: calc(20 / 1260 * 100vw) calc(20 / 1260 * 100vw) calc(20 / 1260 * 100vw) calc(50 / 1260 * 100vw);
    max-width: calc(700 / 1260 * 100vw);
  }

  #aboutSergeLutens .profile .introduction dl dt {
    font-size: 18px;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
}

@media screen and (min-width: 1261px) {
  #aboutSergeLutens .profile {
    margin-top: 120px;
  }

  #aboutSergeLutens .profile h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 50px;
  }

  #aboutSergeLutens .profile h2 span {
    display: inline-block;
    font-size: 16px;
    color: #777;
    margin-top: 20px;
  }

  #aboutSergeLutens .profile .introduction {
    margin-top: 60px;
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #aboutSergeLutens .profile .introduction dl {
    padding: 20px 20px 20px 100px;
    /* max-width: 700px; */
  }

  #aboutSergeLutens .profile .introduction dl dt {
    font-size: 18px;
    margin-bottom: 15px;
    font-feature-settings: "palt";
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .profile {
    margin-top: calc(100 / 750 * 100vw);
  }

  #aboutSergeLutens .profile h2 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: calc(70 / 750 * 100vw);
  }

  #aboutSergeLutens .profile h2 span {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin-top: 12px;
  }

  #aboutSergeLutens .profile .introduction {
    margin-top: calc(50 / 750 * 100vw);
    background-color: #222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  #aboutSergeLutens .profile .introduction dl {
    padding: calc(50 / 750 * 100vw);
    width: 100%;
  }

  #aboutSergeLutens .profile .introduction dl dt {
    font-size: 14px;
    margin-bottom: calc(28 / 750 * 100vw);
    font-feature-settings: "palt";
  }

  #aboutSergeLutens .profile .introduction .photo {
    width: 100%;
  }

  #aboutSergeLutens .profile .introduction .photo img {
    width: 100%;
    max-width: 100%;
  }
}

#aboutSergeLutens .biography {
  border-top: solid 1px #555;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .biography {
    margin-top: 80px;
    padding-top: 80px;
  }

  #aboutSergeLutens .biography h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .biography {
    margin-top: calc(120 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
  }

  #aboutSergeLutens .biography h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: calc(70 / 750 * 100vw);
  }
}

#aboutSergeLutens .biography .bio_list {
  display: table;
}

#aboutSergeLutens .biography .bio_list dl dt {
  display: table-cell;
  padding-right: 1em;
  white-space: nowrap;
}

#aboutSergeLutens .biography .bio_list dl dd {
  display: table-cell;
}

#aboutSergeLutens .creativity {
  border-top: solid 1px #555;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .creativity {
    margin-top: 80px;
    padding-top: 80px;
  }

  #aboutSergeLutens .creativity h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 56px;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .creativity {
    margin-top: calc(120 / 750 * 100vw);
    padding-top: calc(55 / 750 * 100vw);
  }

  #aboutSergeLutens .creativity h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: calc(70 / 750 * 100vw);
  }
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .creativity .creativity_cont {
    display: flex;
    align-items: center;
  }

  #aboutSergeLutens .creativity .creativity_cont .texts {
    margin-left: calc(80 / 1260 * 100vw);
  }
}

@media screen and (min-width: 768px) and (min-width: 1261px) {
  #aboutSergeLutens .creativity .creativity_cont .texts {
    margin-left: 80px;
  }
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .creativity .creativity_cont .texts p + p {
    margin-top: 1.4em;
  }

  #aboutSergeLutens .creativity .creativity_cont .images {
    display: flex;
  }

  #aboutSergeLutens .creativity .creativity_cont .images div {
    width: calc(277 / 1260 * 100vw);
    border: solid 1px #555;
  }

  #aboutSergeLutens .creativity .creativity_cont .images div + div {
    margin-left: calc(40 / 1260 * 100vw);
  }
}

@media screen and (min-width: 768px) and (min-width: 1261px) {
  #aboutSergeLutens .creativity .creativity_cont .images div {
    width: 277px;
    border: solid 1px #555;
  }

  #aboutSergeLutens .creativity .creativity_cont .images div + div {
    margin-left: 40px;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .creativity .creativity_cont {
    display: flex;
    flex-wrap: wrap;
  }

  #aboutSergeLutens .creativity .creativity_cont .texts {
    margin-top: calc(50 / 750 * 100vw);
  }

  #aboutSergeLutens .creativity .creativity_cont .texts p + p {
    margin-top: 1.4em;
  }

  #aboutSergeLutens .creativity .creativity_cont .images {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #aboutSergeLutens .creativity .creativity_cont .images div {
    width: calc(319 / 750 * 100vw);
    border: solid 1px #555;
  }
}

#aboutSergeLutens .banner {
  background-color: #fff;
  color: #000;
  margin-top: 120px;
  padding-top: 60px;
}

#aboutSergeLutens .banner h2 {
  color: #000;
  text-align: center;
  font-size: 24px;
  position: relative;
  padding-bottom: 57px;
  margin-bottom: 40px;
}

#aboutSergeLutens .banner h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-right: solid 1px #555;
  border-bottom: solid 1px #555;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .banner h2 {
    font-size: 15px;
    padding-bottom: calc(70 / 750 * 100vw);
    margin-bottom: calc(60 / 750 * 100vw);
  }

  #aboutSergeLutens .banner h2::after {
    content: "";
    display: block;
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
    border-right: solid 1px #555;
    border-bottom: solid 1px #555;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) rotate(45deg);
  }
}

#aboutSergeLutens .banner .bnr_trip {
  border-top: solid 1px #555;
}

#aboutSergeLutens .banner .bnr_trip a {
  display: block;
}

@media screen and (min-width: 768px) {
  #aboutSergeLutens .banner .bnr_trip a {
    background: url(../images/about-serge-lutens/bnr_trip.jpg) no-repeat center center;
    background-size: cover;
  }

  #aboutSergeLutens .banner .bnr_trip a span {
    display: flex;
    width: calc(290 / 1260 * 100vw);
    height: calc(290 / 1260 * 100vw);
    align-items: center;
    justify-content: center;
    border: solid 1px #555;
    margin: calc(59 / 1260 * 100vw) 0 calc(59 / 1260 * 100vw) calc(145 / 1260 * 100vw);
    font-size: 18px;
    opacity: 1;
  }

  #aboutSergeLutens .banner .bnr_trip a:hover span {
    opacity: 0.6;
  }
}

@media screen and (min-width: 1261px) {
  #aboutSergeLutens .banner .bnr_trip a {
    max-width: 1220px;
    margin: auto;
  }

  #aboutSergeLutens .banner .bnr_trip a span {
    width: 290px;
    height: 290px;
    margin: 59px 0 59px 145px;
  }
}

@media screen and (max-width: 767px) {
  #aboutSergeLutens .banner .bnr_trip a {
    background: url(../images/about-serge-lutens/bnr_trip_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  #aboutSergeLutens .banner .bnr_trip a span {
    display: flex;
    width: calc(380 / 750 * 100vw);
    height: calc(380 / 750 * 100vw);
    align-items: center;
    justify-content: center;
    border: solid 1px #555;
    margin: calc(80 / 750 * 100vw) 0 calc(80 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-size: 16px;
  }
}
