@import url('https://fonts.cdnfonts.com/css/helvetica-neue-lt-pro-2?styles=48977');
@import url('https://fonts.cdnfonts.com/css/lato?styles=170780');
@import url('https://fonts.cdnfonts.com/css/roboto');
@import url('https://use.typekit.net/yko3nhg.css');
@import url('https://use.typekit.net/bia8vwo.css');
@import url('https://use.typekit.net/qsk5otp.css');
@media screen and (max-width: 743px) {
  .sp_hidden {
    display: none;
  }
}
.main_content {
  max-width: 100vw;
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.main_content h2,
.main_content p,
.main_content span,
.main_content a {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-size: 14px;
  color: #212121;
  line-height: 1.5;
}
.main_content a:hover {
  opacity: 0.8;
  transition-duration: 0.8s;
}
.main_content img {
  width: 100%;
  height: auto;
}
.main_content .main_visual {
  position: relative;
  width: 100%;
  margin: 0 auto 10.2564vw;
}
.main_content .main_visual .image_wrap {
  width: 100%;
  animation-name: fadeInAnime;
  animation-duration: 4s;
  animation-fill-mode: forwards;
  opacity: 0;
  overflow: hidden;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.main_content .main_visual .image_wrap img {
  width: 100%;
  animation-name: shrinkAnime;
  animation-duration: 4s;
}
@keyframes shrinkAnime {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.main_content .main_visual .title_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8.53334vw;
  column-gap: 8.53334vw;
  position: absolute;
  top: -2vw;
  right: 0;
  left: 0;
  max-width: 82vw;
  width: 100%;
  margin: auto;
}
.main_content .main_visual .title_wrap .number_wrap span {
  font-family: 'alternate-gothic-compressed', sans-serif;
}
.main_content .main_visual .title_wrap .number_wrap span.number {
  display: block;
  position: relative;
  font-size: 64px;
  color: #d0b6a6;
  white-space: nowrap;
}
.main_content .main_visual .title_wrap .number_wrap span.master-piece_pants {
  display: block;
  position: absolute;
  top: 9vw;
  left: -5vw;
  max-width: 19vw;
  width: 100%;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #212121;
  transform: rotate(-15deg);
}
.main_content .main_visual .title_wrap .text_wrap {
  max-width: 100%;
  width: 100%;
}
.main_content .main_visual .title_wrap .text_wrap .text span {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}
.main_content .main_visual .title_wrap .text_wrap .text .high_light {
  display: block;
  max-width: 38.976vw;
  width: 100%;
  height: 24px;
  margin-right: 6px;
  line-height: 1.3333333333;
  color: #fff;
  text-align: center;
  background: #d0b6a6;
  white-space: nowrap;
}
.main_content .main_visual .title_wrap .text_wrap .text:nth-of-type(2) {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}
.main_content .main_description {
  position: relative;
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto 18.46125vw;
  padding: 4.1025vw 0;
  text-align: center;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
.main_content .main_description:before {
  content: '';
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  border-top: 2px solid #212121;
}
.main_content .main_description:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  height: 6px;
  border-bottom: 2px solid #212121;
}
.main_content .logo_wrap {
  max-width: 41.026vw;
  width: 100%;
  margin: 0 auto 10.2564vw;
}
.main_content section {
  margin-bottom: 16.41vw;
}
.main_content section .head {
  margin-bottom: 4.1025vw;
}
.main_content section .head .styling_number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 23.59vw;
  width: 100%;
  margin: 0 auto 2.051283vw;
}
.main_content section .head .styling_number span {
  font-family: 'alternate-gothic-compressed', sans-serif;
  text-align: center;
  color: #d0b6a6;
}
.main_content section .head .styling_number span.text {
  display: block;
  max-width: 13.848vw;
  width: 100%;
  height: 39px;
  line-height: 1.3928571429;
  border-right: 1px solid #d0b6a6;
  border-left: 1px solid #d0b6a6;
}
.main_content section .head .styling_number span.number {
  font-size: 48px;
}
.main_content section .head .item_name {
  position: relative;
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
  line-height: 2.6666666667;
  text-align: center;
}
.main_content section .head .item_name:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 32px;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}
.main_content section .head .item_name:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 8px;
  height: 32px;
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
}
.main_content section .credit_wrap {
  max-width: 100%;
  margin: 0 auto;
}
.main_content section .credit_wrap .credit {
  display: flex;
  align-items: center;
}
.main_content section .credit_wrap .credit:not(:last-of-type) {
  margin-bottom: 2.051283vw;
}
.main_content section .credit_wrap .credit span {
  display: block;
  width: 100%;
  font-family: 'alternate-gothic-compressed', sans-serif;
}
.main_content section .credit_wrap .credit span.item {
  max-width: 8.719vw;
  margin-right: 4.1025vw;
}
.main_content section .credit_wrap .credit span.price {
  max-width: 8.719vw;
  margin-right: 8.205vw;
}
.main_content section .credit_wrap .credit a {
  display: block;
  max-width: 14.35898vw;
  width: 100%;
  height: 21px;
  border: 1px solid #212121;
}
.main_content section .credit_wrap .credit a .buy {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.4s cubic-bezier(0.37, 0, 0.63, 1);
}
.main_content section .credit_wrap .credit a .buy:hover {
  color: #fff;
  letter-spacing: 0.15em;
  background: #212121;
}
.main_content section .credit_wrap.single {
  max-width: 31.284vw;
  margin-bottom: 6.15385vw;
}
.main_content section .credit_wrap.single .credit {
  justify-content: space-between;
}
.main_content section .credit_wrap.multiple {
  max-width: 44.104vw;
}
.main_content section .image_wrap {
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto 6.15385vw;
}
.main_content section .image_wrap.double {
  position: relative;
  margin-bottom: 8.205vw;
}
.main_content section .image_wrap.double:before {
  content: '';
  z-index: 9999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 80px;
  white-space: nowrap;
}
.main_content section .image_wrap.double img:nth-of-type(1) {
  margin-bottom: 2.56411vw;
}
.main_content section .description {
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto 6.15385vw;
}
.main_content section .directors_comment {
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto 10.2564vw;
}
.main_content section .directors_comment .head {
  margin-bottom: 2.56411vw;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 24px;
}
.main_content section .directors_comment .text {
  position: relative;
  padding: 2.56411vw 5.1282vw;
}
.main_content section .directors_comment .text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 100%;
  border-top: 1px solid #212121;
  border-left: 1px solid #212121;
}
.main_content section .directors_comment .text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 100%;
  border-bottom: 1px solid #212121;
  border-right: 1px solid #212121;
}
.main_content section .sub_head {
  max-width: 16.41vw;
  width: 100%;
  margin: 0 auto 6.15385vw;
  padding-bottom: 4.10257vw;
  border-bottom: 1px solid #212121;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 24px;
  text-align: center;
}
.main_content section .sub_description {
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto 8.205vw;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.main_content section#two_way_stretch_twill_pants .image_wrap.double::before {
  content: '2way stretch twill pants';
  left: -48vw;
  color: #5f748b;
}
.main_content section#spun_material_wrap_pants {
  margin-bottom: 18.46155vw;
}
.main_content section#spun_material_wrap_pants .image_wrap.double {
  max-width: 100%;
}
.main_content section#spun_material_wrap_pants .image_wrap.double::before {
  content: 'Spun material wrap pants';
  right: -45vw;
  color: #212121;
}
.main_content section#spun_material_wrap_pants .image_wrap.double img {
  display: block;
  max-width: 92.309vw;
}
.main_content
  section#spun_material_wrap_pants
  .image_wrap.double
  img:nth-of-type(1) {
  margin: 0 0 2.56411vw auto;
}
.main_content
  section#spun_material_wrap_pants
  .image_wrap.double
  img:nth-of-type(2) {
  margin: 0 auto 2.56411vw 0;
}
.main_content section#gabardine_stretch_pants .image_wrap.double {
  max-width: 100%;
}
.main_content section#gabardine_stretch_pants .image_wrap.double::before {
  content: 'Gabardine stretch pants';
  left: -45vw;
  color: #2f363c;
}
.main_content section#gabardine_stretch_pants .image_wrap.double img {
  display: block;
  max-width: 92.309vw;
}
.main_content
  section#gabardine_stretch_pants
  .image_wrap.double
  img:nth-of-type(1) {
  margin: 0 auto 2.56411vw 0;
}
.main_content
  section#gabardine_stretch_pants
  .image_wrap.double
  img:nth-of-type(2) {
  margin: 0 0 2.56411vw auto;
}
.main_content section#spun_polyester_material_tucked_pants {
  margin-bottom: 18.46155vw;
}
.main_content
  section#spun_polyester_material_tucked_pants
  .image_wrap.double::before {
  content: 'Spun polyester material tucked pants';
  right: -74vw;
  color: #212121;
}
.main_content section#directors {
  margin-bottom: 25.6411vw;
}
.main_content section#directors .sub_head {
  max-width: 16.41vw;
  width: 100%;
  margin: 0 auto 10.2564vw;
  padding-bottom: 4.10257vw;
  border-bottom: 1px solid #212121;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 32px;
  text-align: center;
}
.main_content section#directors .profile_wrap {
  max-width: 92.309vw;
  width: 100%;
  margin: 0 auto;
}
.main_content section#directors .profile_wrap .profile:nth-of-type(1) {
  margin-bottom: 10.2564vw;
}
.main_content section#directors .profile_wrap .profile .logo_wrap {
  max-width: 20.5125vw;
  width: 100%;
  margin: 0 auto 8.205vw;
}
.main_content section#directors .profile_wrap .profile .image_text_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 4.10257vw;
  column-gap: 4.10257vw;
  margin-bottom: 5.1282vw;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .thumbnail {
  max-width: 88px;
  width: 100%;
  height: 88px;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap {
  max-width: 65.13vw;
  width: 100%;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .kanji {
  font-size: 12px;
  color: #666;
  margin-bottom: 1.025625vw;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .en {
  display: block;
  width: 100%;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 24px;
  margin-bottom: 4.10257vw;
  padding-bottom: 1.538462vw;
  border-bottom: 2px solid #d0b6a6;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .instagram {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .instagram
  img {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 2.051283vw;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .instagram
  a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 12px;
}
.main_content
  section#directors
  .profile_wrap
  .profile
  .image_text_wrap
  .text_wrap
  .instagram
  a
  .account_id {
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'alternate-gothic-compressed', sans-serif;
  font-size: 12px;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.active {
  animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (min-width: 744px) {
  .pc_hidden {
    display: none;
  }
  .main_content .main_visual {
    margin-bottom: 5.555558vw;
  }
  .main_content .main_visual .title_wrap {
    top: 0;
    max-width: 71vw;
  }
  .main_content .main_visual .title_wrap .number_wrap span.number {
    font-size: 200px;
  }
  .main_content .main_visual .title_wrap .number_wrap span.master-piece_pants {
    top: 8vw;
    max-width: 15vw;
    font-size: 48px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text span {
    font-size: 64px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text .high_light {
    max-width: 37.778vw;
    height: 80px;
    line-height: 1.25;
  }
  .main_content .main_description {
    max-width: 55.556vw;
    margin: 0 auto 8.3333vw;
    padding: 1.66667vw 0;
  }
  .main_content .logo_wrap {
    max-width: 11.1116vw;
    margin: 0 auto 2.77778vw;
  }
  .main_content section {
    margin-bottom: 5.555558vw;
  }
  .main_content section .head {
    margin-bottom: 1.66667vw;
  }
  .main_content section .head .styling_number {
    max-width: 10.9727vw;
    margin: 0 auto 1.66667vw;
  }
  .main_content section .head .styling_number span.text {
    max-width: 6.667vw;
    height: 58px;
    font-size: 24px;
    line-height: 1.2083333333;
  }
  .main_content section .head .styling_number span.number {
    font-size: 64px;
  }
  .main_content section .head .item_name {
    max-width: 23.75vw;
  }
  .main_content section .credit_wrap .credit:not(:last-of-type) {
    margin-bottom: 0;
  }
  .main_content section .credit_wrap .credit span.item {
    max-width: 2.3616vw;
    margin-right: 1.11111vw;
  }
  .main_content section .credit_wrap .credit span.price {
    max-width: 2.3616vw;
    margin-right: 2.22222vw;
  }
  .main_content section .credit_wrap .credit a {
    max-width: 3.889vw;
  }
  .main_content section .credit_wrap.single {
    max-width: 8.4727vw;
    margin-bottom: 2.77778vw;
  }
  .main_content section .credit_wrap.multiple {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 2.22222vw;
    column-gap: 2.22222vw;
    max-width: 100%;
  }
  .main_content section .credit_wrap.multiple .credit {
    max-width: 14vw;
    width: 100%;
  }
  .main_content section .image_description_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 55.0699vw;
    margin: 0 auto 3.889vw;
  }
  .main_content section .image_description_wrap .descripion_comment_wrap {
    max-width: 25vw;
    width: 100%;
  }
  .main_content section .image_wrap {
    max-width: 27.8477vw;
    margin: 0;
  }
  .main_content section .image_wrap.double {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1.38889vw;
    column-gap: 1.38889vw;
    max-width: 65.4866vw;
    margin: 0 auto 2.77778vw;
  }
  .main_content section .image_wrap.double:before {
    text-align: center;
  }
  .main_content section .image_wrap.double img {
    max-width: 50%;
  }
  .main_content section .image_wrap.double img:nth-of-type(1) {
    margin-bottom: 0;
  }
  .main_content section .description {
    max-width: 44.4449vw;
    margin: 0 auto 2.22222vw;
  }
  .main_content section .description.styling {
    text-align: center;
    margin-bottom: 2.77778vw;
  }
  .main_content section .directors_comment {
    max-width: 100%;
    margin: 0;
  }
  .main_content section .directors_comment .head {
    margin-bottom: 1.11111vw;
  }
  .main_content section .directors_comment .text {
    padding: 0.694447vw 1.38889vw;
  }
  .main_content section .sub_head {
    max-width: 4.4449vw;
    margin: 0 auto 1.66667vw;
    padding-bottom: 1.11111vw;
  }
  .main_content section .sub_description {
    margin: 0 auto 2.77778vw;
  }
  .main_content section#two_way_stretch_twill_pants .image_wrap.double::before {
    left: -19vw;
  }
  .main_content section#spun_material_wrap_pants {
    margin-bottom: 8.3333vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap {
    max-width: 27.8477vw;
    margin: 0;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1.38889vw;
    column-gap: 1.38889vw;
    max-width: 65.4866vw;
    margin: 0 auto 2.77778vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double::before {
    right: -20.5vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double img {
    max-width: 50%;
  }
  .main_content
    section#spun_material_wrap_pants
    .image_wrap.double
    img:nth-of-type(1),
  .main_content
    section#spun_material_wrap_pants
    .image_wrap.double
    img:nth-of-type(2) {
    margin: 0;
  }
  .main_content section#gabardine_stretch_pants .image_wrap {
    max-width: 27.8477vw;
    margin: 0;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 1.38889vw;
    column-gap: 1.38889vw;
    max-width: 65.4866vw;
    margin: 0 auto 2.77778vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double::before {
    left: -19vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double img {
    max-width: 50%;
  }
  .main_content
    section#gabardine_stretch_pants
    .image_wrap.double
    img:nth-of-type(1),
  .main_content
    section#gabardine_stretch_pants
    .image_wrap.double
    img:nth-of-type(2) {
    margin: 0;
  }
  .main_content section#spun_polyester_material_tucked_pants {
    margin-bottom: 8.3333vw;
  }
  .main_content
    section#spun_polyester_material_tucked_pants
    .image_wrap.double::before {
    right: -27.2vw;
  }
  .main_content section#directors {
    margin-bottom: 9.7222vw;
  }
  .main_content section#directors .sub_head {
    max-width: 4.4449vw;
    margin: 0 auto 2.77778vw;
    padding-bottom: 1.11111vw;
  }
  .main_content section#directors .profile_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 53.3338vw;
  }
  .main_content section#directors .profile_wrap .profile {
    max-width: 25vw;
    width: 100%;
  }
  .main_content section#directors .profile_wrap .profile:nth-of-type(1) {
    margin-bottom: 0;
  }
  .main_content section#directors .profile_wrap .profile .logo_wrap {
    max-width: 5.555558vw;
    width: 100%;
    margin: 0 auto 2.77778vw;
  }
  .main_content section#directors .profile_wrap .profile .image_text_wrap {
    -moz-column-gap: 1.11111vw;
    column-gap: 1.11111vw;
    margin-bottom: 1.38889vw;
  }
  .main_content
    section#directors
    .profile_wrap
    .profile
    .image_text_wrap
    .text_wrap
    .kanji {
    margin-bottom: 0.277778vw;
  }
  .main_content
    section#directors
    .profile_wrap
    .profile
    .image_text_wrap
    .text_wrap
    .en {
    margin-bottom: 1.11111vw;
    padding-bottom: 0.416667vw;
  }
  .main_content
    section#directors
    .profile_wrap
    .profile
    .image_text_wrap
    .text_wrap
    .instagram
    img {
    margin-right: 0.5555559vw;
  }
}
@media screen and (744px <= width < 1000px) {
  .main_content .main_visual .title_wrap {
    top: -2vw;
    max-width: 68vw;
  }
  .main_content .main_visual .title_wrap .number_wrap span.number {
    font-size: 120px;
  }
  .main_content .main_visual .title_wrap .number_wrap span.master-piece_pants {
    top: 9vw;
    left: -3.5vw;
    font-size: 26px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text span {
    font-size: 32px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text .high_light {
    max-width: 34vw;
    height: 48px;
    line-height: 1.5;
  }
  .main_content .main_description {
    max-width: 73vw;
  }
  .main_content section .head .styling_number {
    max-width: 20vw;
  }
  .main_content section .head .styling_number span.text {
    max-width: 12vw;
  }
  .main_content section .head .item_name {
    max-width: 44vw;
  }
  .main_content section .credit_wrap .credit span.item {
    max-width: 6vw;
  }
  .main_content section .credit_wrap .credit span.price {
    max-width: 6vw;
  }
  .main_content section .credit_wrap .credit a {
    max-width: 7vw;
  }
  .main_content section .credit_wrap.single {
    max-width: 16vw;
  }
  .main_content section .credit_wrap.multiple .credit {
    max-width: 21vw;
  }
  .main_content section .image_description_wrap {
    max-width: 82vw;
  }
  .main_content section .image_description_wrap .image_wrap {
    max-width: 42vw;
  }
  .main_content section .image_description_wrap .descripion_comment_wrap {
    max-width: 38vw;
  }
  .main_content section .image_wrap.double:before {
    font-size: 64px;
  }
  .main_content section#two_way_stretch_twill_pants .image_wrap.double:before {
    left: -27.2vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap {
    max-width: 36vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double::before {
    right: -28.7vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap {
    max-width: 40vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double::before {
    left: -27.4vw;
  }
  .main_content section#spun_polyester_material_tucked_pants .head .item_name {
    max-width: 48vw;
  }
  .main_content
    section#spun_polyester_material_tucked_pants
    .image_wrap.double::before {
    right: -39.2vw;
  }
  .main_content section#directors .profile_wrap {
    max-width: 68vw;
  }
  .main_content section#directors .profile_wrap .profile {
    max-width: 32vw;
  }
}
@media screen and (1000px <= width < 1230px) {
  .main_content .main_visual .title_wrap {
    top: 0vw;
    max-width: 54vw;
  }
  .main_content .main_visual .title_wrap .number_wrap span.number {
    font-size: 120px;
  }
  .main_content .main_visual .title_wrap .number_wrap span.master-piece_pants {
    top: 6.5vw;
    left: -4.5vw;
    font-size: 32px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text span {
    font-size: 32px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text .high_light {
    max-width: 27vw;
    height: 48px;
    line-height: 1.5;
  }
  .main_content .main_description {
    max-width: 73vw;
  }
  .main_content section .head .styling_number {
    max-width: 20vw;
  }
  .main_content section .head .styling_number span.text {
    max-width: 12vw;
  }
  .main_content section .head .item_name {
    max-width: 44vw;
  }
  .main_content section .credit_wrap .credit span.item {
    max-width: 6vw;
  }
  .main_content section .credit_wrap .credit span.price {
    max-width: 6vw;
  }
  .main_content section .credit_wrap .credit a {
    max-width: 7vw;
  }
  .main_content section .credit_wrap.single {
    max-width: 16vw;
  }
  .main_content section .credit_wrap.multiple .credit {
    max-width: 21vw;
  }
  .main_content section .image_description_wrap {
    max-width: 82vw;
  }
  .main_content section .image_description_wrap .image_wrap {
    max-width: 42vw;
  }
  .main_content section .image_description_wrap .descripion_comment_wrap {
    max-width: 38vw;
  }
  .main_content section .image_wrap.double:before {
    font-size: 64px;
  }
  .main_content section#two_way_stretch_twill_pants .image_wrap.double:before {
    left: -21.4vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap {
    max-width: 36vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double::before {
    right: -23vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap {
    max-width: 40vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double::before {
    left: -21.6vw;
  }
  .main_content section#spun_polyester_material_tucked_pants .head .item_name {
    max-width: 48vw;
  }
  .main_content
    section#spun_polyester_material_tucked_pants
    .image_wrap.double::before {
    right: -31vw;
  }
  .main_content section#directors .profile_wrap {
    max-width: 68vw;
  }
  .main_content section#directors .profile_wrap .profile {
    max-width: 32vw;
  }
}
@media screen and (1230px <= width < 1380px) {
  .main_content .main_visual .title_wrap {
    top: -2vw;
    max-width: 73vw;
  }
  .main_content .main_visual .title_wrap .number_wrap span.master-piece_pants {
    top: 9vw;
    max-width: 16vw;
    font-size: 45px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text span {
    font-size: 58px;
  }
  .main_content .main_visual .title_wrap .text_wrap .text .high_light {
    line-height: 1.3793103448;
  }
  .main_content section .credit_wrap.single {
    max-width: 11vw;
  }
  .main_content section .credit_wrap .credit span.price {
    max-width: 4vw;
  }
  .main_content section#two_way_stretch_twill_pants .image_wrap.double:before {
    left: -21vw;
  }
  .main_content section#spun_material_wrap_pants .image_wrap.double::before {
    right: -22.5vw;
  }
  .main_content section#gabardine_stretch_pants .image_wrap.double::before {
    left: -21vw;
  }
  .main_content section#spun_polyester_material_tucked_pants .head .item_name {
    max-width: 28vw;
  }
  .main_content
    section#spun_polyester_material_tucked_pants
    .image_wrap.double::before {
    right: -30.2vw;
  }
} /*# sourceMappingURL=common.css.map */
