@charset "UTF-8";
dt.under_line {
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 10px;
  border-bottom: solid 1px #a477b2;
  display: inline-block; }

br.sp {
  display: none; }
  @media only screen and (max-width: 424px) {
    br.sp {
      display: block; } }

#visual .scroll {
  width: 2px;
  height: 50px;
  padding: 0px;
  margin: 0 0 0 -1px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

#visual .scroll span {
  width: 2px;
  height: 80px;
  margin: 0 0 0 -1px;
  background-color: #FFF;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  -webkit-animation: bar-anime 1.5s ease-out 0s infinite normal;
          animation: bar-anime 1.5s ease-out 0s infinite normal; }

@-webkit-keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }

@keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }

/* stylists
	MEMO: vol1に影響が出ないようにこちらにしています。
	vol1もこちらに合わせたらstyle_commonへ移動してください
*/
#stylist {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 65px 0;
  margin: 0 auto 70px auto;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC; }
  @media only screen and (max-width: 424px) {
    #stylist {
      margin: 0 20px 70px;
      padding: 30px 0;
      width: auto; } }
  #stylist h3 {
    width: 130px;
    height: 25px;
    background-image: url(../images/title_styling.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 25px; }
  #stylist .prof {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    @media only screen and (max-width: 424px) {
      #stylist .prof {
        display: block; } }
  #stylist .photo {
    width: 120px; }
    @media only screen and (max-width: 424px) {
      #stylist .photo {
        width: 140px;
        margin: 0 auto 25px auto; } }
    #stylist .photo img {
      border-radius: 60px; }
  #stylist .text {
    width: 850px;
    margin: 0 0 0 30px; }
    @media only screen and (max-width: 424px) {
      #stylist .text {
        width: 100%;
        margin: 0px; } }
    #stylist .text h5 {
      line-height: 1.8em;
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 424px) {
        #stylist .text h5 {
          text-align: center; } }
      #stylist .text h5 .en {
        font-size: 14px; }
    #stylist .text a {
      color: #ab83b8; }
      #stylist .text a:hover {
        color: #d8c7dd; }

.anim {
  position: relative;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }
  .anim:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #FFF;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    -webkit-transition-duration: 1.25s;
            transition-duration: 1.25s;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }

.anim-delay1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s; }
  .anim-delay1:after {
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s; }

.anim-delay2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s; }
  .anim-delay2:after {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s; }

.anim-delay3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s; }
  .anim-delay3:after {
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s; }

.anim-delay4 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s; }
  .anim-delay4:after {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s; }

.anim-delay5 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s; }
  .anim-delay5:after {
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s; }

.anim-delay6 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s; }
  .anim-delay6:after {
    -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s; }

.anim-delay7 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s; }
  .anim-delay7:after {
    -webkit-transition-delay: 0.7s;
            transition-delay: 0.7s; }

.anim-delay8 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s; }
  .anim-delay8:after {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }

.anim-delay9 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s; }
  .anim-delay9:after {
    -webkit-transition-delay: 0.9s;
            transition-delay: 0.9s; }

.anim-delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s; }
  .anim-delay10:after {
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }

.anim-delay11 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s; }
  .anim-delay11:after {
    -webkit-transition-delay: 1.1s;
            transition-delay: 1.1s; }

.anim-delay12 {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s; }
  .anim-delay12:after {
    -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s; }

.anim-delay13 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s; }
  .anim-delay13:after {
    -webkit-transition-delay: 1.3s;
            transition-delay: 1.3s; }

.anim-delay14 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s; }
  .anim-delay14:after {
    -webkit-transition-delay: 1.4s;
            transition-delay: 1.4s; }

.anim-delay15 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s; }
  .anim-delay15:after {
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }

.anim-delay16 {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s; }
  .anim-delay16:after {
    -webkit-transition-delay: 1.6s;
            transition-delay: 1.6s; }

.anim-delay17 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s; }
  .anim-delay17:after {
    -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s; }

.anim-delay18 {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s; }
  .anim-delay18:after {
    -webkit-transition-delay: 1.8s;
            transition-delay: 1.8s; }

.anim-delay19 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s; }
  .anim-delay19:after {
    -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s; }

.anim-delay20 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s; }
  .anim-delay20:after {
    -webkit-transition-delay: 2s;
            transition-delay: 2s; }

.active .anim.anim-right_left:after {
  width: 0; }

.active .anim.anim-left_right:after {
  width: 0; }

.anim.anim-left_right:after {
  left: initial;
  left: auto;
  right: 0px; }

.active .anim.anim-top_bottom:after {
  height: 0; }

.anim.anim-top_bottom:after {
  top: initial;
  bottom: 0px; }

.active .anim.anim-bottom_top:after {
  height: 0; }

.anim.anim-opacity {
  opacity: 0.1; }
  .anim.anim-opacity:after {
    display: none; }
  .active .anim.anim-opacity {
    opacity: 1; }

.layout p {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media only screen and (max-width: 424px) {
    .layout p {
      font-size: 12px; } }

.layout .note {
  font-size: 12px;
  margin-bottom: 40px;
  color: #666666;
  font-style: italic; }
  @media only screen and (max-width: 424px) {
    .layout .note {
      font-size: 11px; } }

.layout dl.credit {
  margin-top: 40px; }

.layout-04 .pl {
  margin-right: 50px; }

.layout-04 .pr {
  width: 53.28597%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.swiper-container.swiper_sp {
  z-index: 1000; }
  .swiper-container.swiper_sp .swiper-wrapper {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    @media only screen and (max-width: 424px) {
      .swiper-container.swiper_sp .swiper-wrapper {
        margin-bottom: 0; } }
  .swiper-container.swiper_sp .swiper-slide {
    width: 33.33333%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: auto;
    height: initial; }
    @media only screen and (max-width: 424px) {
      .swiper-container.swiper_sp .swiper-slide {
        width: 100%; } }
  .swiper-container.swiper_sp .swiper-button-prev,
  .swiper-container.swiper_sp .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: rgba(125, 0, 69, 0.5);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 15px 25px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
    z-index: 1000; }
  .swiper-container.swiper_sp .swiper-button-prev {
    background-image: url(../../../common/images/arrow_left.png); }
  .swiper-container.swiper_sp .swiper-button-next {
    background-image: url(../../../common/images/arrow_right.png); }
  .swiper-container.swiper_sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
    /*IE対策*/ }

.bg-deco {
  width: 100%;
  padding: 0 0 50px 0;
  position: relative;
  z-index: 1000; }
  .bg-deco:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 60px;
    width: calc(100% - 60px);
    height: calc(100% - 630px);
    background-color: #f8f0ea;
    z-index: -1; }
    @media only screen and (max-width: 424px) {
      .bg-deco:before {
        left: 20px;
        width: calc(100% - 20px);
        height: calc(100% - 350px); } }
  .bg-deco .anim:after {
    background-color: #f8f0ea; }

#container #visual {
  background-image: url("../images/visual.jpg");
  position: relative; }
  @media only screen and (max-width: 424px) {
    #container #visual {
      background-position-x: calc(50% - 150px); } }
  #container #visual .img {
    text-indent: 0;
    max-width: 100%;
    text-align: center; }
  #container #visual .title {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%; }
    #container #visual .title h2 {
      margin: 0 auto 15px auto;
      -webkit-transition: all 0.3s ease-out 2s;
      transition: all 0.3s ease-out 2s;
      opacity: 0; }
      .loaded #container #visual .title h2 {
        opacity: 1; }
      #container #visual .title h2 img {
        width: 160px;
        height: 53px; }
    #container #visual .title h3 {
      -webkit-transition: all 0.3s ease-out 2.5s;
      transition: all 0.3s ease-out 2.5s;
      opacity: 0; }
      .loaded #container #visual .title h3 {
        opacity: 1; }
      #container #visual .title h3 img {
        width: 271px;
        height: 54px; }
  #container #visual .body {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out 3.5s;
    transition: all 0.3s ease-out 3.5s;
    opacity: 0; }
    .loaded #container #visual .body {
      opacity: 1; }
    #container #visual .body h3 img {
      width: 382px;
      height: 95px; }
      @media only screen and (max-width: 424px) {
        #container #visual .body h3 img {
          width: 273px;
          height: 75px; } }

#lead {
  max-width: 767px;
  margin: 103px auto;
  padding: 60px 0 36px;
  position: relative;
  border-color: #999999;
  border-style: solid;
  border-width: 2px;
  padding: 57px 32px; }
  @media only screen and (max-width: 424px) {
    #lead {
      margin: 1.6rem 1.6rem;
      padding: 1.6rem 1.6rem;
      text-align: left; } }
  #lead:before, #lead:after {
    content: '';
    display: block;
    position: absolute;
    left: 3px;
    width: calc(100% - 6px);
    border-color: #999999;
    border-style: solid;
    border-width: 1px 0 0 0; }
  #lead:before {
    top: 3px; }
  #lead:after {
    bottom: 3px; }
  #lead p {
    font-size: 15px;
    line-height: 29px; }
    @media only screen and (max-width: 424px) {
      #lead p {
        font-size: 14px;
        line-height: 24px; } }
  #lead .writer {
    margin-top: 42px;
    text-align: right;
    font-size: 18px; }
    @media only screen and (max-width: 424px) {
      #lead .writer {
        margin-top: 26px;
        margin-right: 10px;
        font-size: 16px; } }

.section01 {
  text-align: left;
  max-width: 1200px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 148px auto 260px auto; }
  @media only screen and (max-width: 424px) {
    .section01 {
      margin: 56px auto 103px auto;
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }
  .section01 .image_text {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media only screen and (max-width: 424px) {
      .section01 .image_text {
        display: block;
        margin-bottom: 20px; } }
  .section01 .pl {
    max-width: 600px;
    width: 50%;
    position: relative; }
    @media only screen and (max-width: 424px) {
      .section01 .pl {
        width: 100%;
        margin-bottom: 36px; } }
  .section01 .pr {
    max-width: 420px;
    width: 35%;
    margin: 29px 0 0 120px; }
    @media only screen and (max-width: 424px) {
      .section01 .pr {
        width: 100%;
        margin: 0; } }
    .section01 .pr h3 {
      background-image: url("../images/title_loro_piana_jacket.svg");
      width: 418px;
      height: 48px;
      background-position: 0 0;
      background-repeat: no-repeat;
      background-size: contain;
      margin-bottom: 49px; }
      @media only screen and (max-width: 424px) {
        .section01 .pr h3 {
          width: 322px;
          height: 36px;
          margin-bottom: 17px; } }
      @media only screen and (max-width: 320px) {
        .section01 .pr h3 {
          width: 274px;
          height: 33px; } }
    .section01 .pr h4 {
      font-size: 28px;
      line-height: 40px;
      margin-bottom: 50px; }
      @media only screen and (max-width: 424px) {
        .section01 .pr h4 {
          font-size: 18px;
          line-height: 27px;
          margin-bottom: 35px; } }
    .section01 .pr .photo {
      padding: 0 10px; }
      @media only screen and (max-width: 424px) {
        .section01 .pr .photo {
          padding: 0; } }
  .section01 .text {
    max-width: 1000px;
    width: 100%; }

.section02 {
  width: 100%;
  max-width: 700px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 90px; }
  @media only screen and (max-width: 424px) {
    .section02 {
      margin-bottom: 51px; } }
  .section02 h3 {
    margin-bottom: 88px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/title_black_coat.svg");
    background-position: 0 0;
    background-size: contain;
    width: 288px;
    height: 49px; }
    @media only screen and (max-width: 424px) {
      .section02 h3 {
        width: 192px;
        height: 33.5px;
        margin-bottom: 38px; } }
  .section02 .photo {
    margin-bottom: 36px; }
    @media only screen and (max-width: 424px) {
      .section02 .photo {
        position: relative;
        z-index: 1000;
        margin-bottom: 22px; } }
  .section02 h4 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 38px; }
    @media only screen and (max-width: 424px) {
      .section02 h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 19px; } }
  @media only screen and (max-width: 424px) {
    .section02 .text {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }

.section03 {
  margin-bottom: 240px; }
  @media only screen and (max-width: 424px) {
    .section03 {
      margin-bottom: 90px; } }
  .section03 .text {
    text-align: left;
    max-width: 1126px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 424px) {
      .section03 .text {
        padding-left: 3.2rem;
        padding-right: 1.6rem; } }
  .section03 .swiper-button-prev,
  .section03 .swiper-button-next {
    display: none; }
    @media only screen and (max-width: 424px) {
      .section03 .swiper-button-prev,
      .section03 .swiper-button-next {
        display: block; } }

.section04 {
  width: 1126px;
  max-width: calc(100% - 60px - 116px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 116px 0 60px;
  text-align: left;
  margin-bottom: 90px;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "ttl photo1" "photo1_text photo1" "photo2 photo3" "photo2_text photo3";
  -ms-grid-columns: 1fr 600px;
  grid-template-columns: 1fr 600px;
  -ms-grid-rows: 210px;
  grid-template-rows: 210px; }
  @media only screen and (min-width: 1302px) {
    .section04 {
      width: 1126px;
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 424px) {
    .section04 {
          grid-template-areas: "ttl" "photo1" "photo2" "photo1_text" "photo2_text" "photo3";
      -ms-grid-columns: 1fr auto;
      grid-template-columns: 1fr auto;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
      margin: 0 20px 0 20px;
      max-width: calc(100% - 40px); } }
  .section04 > .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: ttl; }
    @media only screen and (max-width: 424px) {
      .section04 > .ttl {
        margin-bottom: 26px; } }
  .section04 > .photo1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: photo1; }
  .section04 > .photo2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: photo2;
    padding: 120px 37px 0 0; }
    @media only screen and (max-width: 424px) {
      .section04 > .photo2 {
        padding: 26px 20px 0px; } }
  .section04 > .photo3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    grid-area: photo3;
    padding: 225px 46px 0px 138px; }
    @media only screen and (max-width: 424px) {
      .section04 > .photo3 {
        padding: 20px; } }
  .section04 > .photo1_text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: photo1_text;
    padding: 0 66px 0 51px; }
    @media only screen and (max-width: 424px) {
      .section04 > .photo1_text {
        padding: 26px 20px 26px; } }
    .section04 > .photo1_text p {
      padding-right: 12px; }
      @media only screen and (max-width: 424px) {
        .section04 > .photo1_text p {
          padding: 0; } }
  .section04 > .photo2_text {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    grid-area: photo2_text; }
    @media only screen and (max-width: 424px) {
      .section04 > .photo2_text {
        padding: 20px; } }
  .section04 h3 {
    background-image: url("../images/title_shawl_collar_cardigan.svg");
    width: 377px;
    height: 125px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 31px 0px 46px 57px; }
    @media only screen and (max-width: 424px) {
      .section04 h3 {
        background-image: url("../images/title_shawl_collar_cardigan-sp.svg");
        width: 319px;
        height: 39px;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .section04 h3 {
        width: 267px;
        height: 33px; } }
  .section04 h4 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 57px; }
    @media only screen and (max-width: 424px) {
      .section04 h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 320px) {
      .section04 h4 {
        font-size: 16px; } }

.section06 {
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  text-align: left;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "photos" "ttl" "text"; }
  @media only screen and (max-width: 424px) {
    .section06 {
          grid-template-areas: "ttl" "photos" "text"; }
    .section06 > .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1; } }
  .section06 .ttl {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: ttl;
    margin-top: -35px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 424px) {
      .section06 .ttl {
        margin-top: 0;
        z-index: 1001; } }
  .section06 .tac {
    text-align: center; }
  .section06 .photos {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: photos;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 424px) {
      .section06 .photos {
        margin-top: -21px;
        position: relative;
        display: block; } }
  .section06 .photo {
    width: 50%; }
    @media only screen and (max-width: 424px) {
      .section06 .photo {
        width: 100%;
        position: relative;
        z-index: 1000; } }
  .section06 .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: text;
    max-width: 829px;
    width: 100%;
    margin: 0 auto 0; }
  @media only screen and (max-width: 424px){
    .section04 > .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .section04 > .photo1 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .section04 > .photo2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
    .section04 > .photo3 {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1; }
    .section04 > .photo1_text {
    -ms-grid-row: 4;
    -ms-grid-column: 1; }
    .section04 > .photo2_text {
    -ms-grid-row: 5;
    -ms-grid-column: 1; }
    .section06 .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .section06 > .ttl {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
    .section06 .photos {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
    .section06 .text {
    -ms-grid-row: 3;
    -ms-grid-column: 1; } }
    @media only screen and (max-width: 424px) {
      .section06 .text {
        margin: 30px 20px 0;
        text-align: left;
        width: auto; } }
  .section06 h3 {
    background-image: url("../images/title_luxury_sweat.svg");
    background-size: contain;
    background-position: center;
    width: 489px;
    height: 86px;
    margin: 0 auto 40px; }
    @media only screen and (max-width: 424px) {
      .section06 h3 {
        width: 328px;
        height: 53px;
        margin-bottom: 0; } }
    @media only screen and (max-width: 320px) {
      .section06 h3 {
        width: 298px; } }
  .section06 h4 {
    font-size: 28px;
    line-height: 44px;
    margin-bottom: 57px; }
    @media only screen and (max-width: 424px) {
      .section06 h4 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 320px) {
      .section06 h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 424px) {
      .section06 h4.tac {
        text-align: left; } }


@media only screen and (min-width: 424px) {
  div.two_column_credit{
    display: flex;
     width: 819px;
     align-items: flex-end;
  }
  div.two_column_credit dl.credit{
    width: 405px;
  }
  div#staff{
    margin-bottom: 120px;
  }
 }
div#staff{
  margin-bottom: 60px;
}