@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
#suitLp {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suitLp .pc_only {
    display: none;
  }
}
#suitLp .sp_only {
  display: none;
}
@media screen and (max-width: 767px) {
  #suitLp .sp_only {
    display: block;
  }
}
#suitLp h1, #suitLp h2, #suitLp h3 {
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
#suitLp a {
  display: block;
}
#suitLp img {
  display: block;
  width: 100%;
  height: auto;
}
#suitLp .mv {
  position: relative;
}
#suitLp .mv .mv_kv img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 864px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suitLp .mv .mv_kv img {
    height: auto;
  }
}
#suitLp .mv .mv_ttl_wrap {
  position: absolute;
  top: 50%;
  left: 33.7%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #suitLp .mv .mv_ttl_wrap {
    width: 90%;
    top: 54%;
    left: 49%;
  }
}
#suitLp .mv .mv_ttl_wrap .mv_ttl_01 {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 20%;
  color: #222222;
  border-bottom: 2px solid #222222;
  padding-bottom: 13px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #suitLp .mv .mv_ttl_wrap .mv_ttl_01 {
    font-size: 4.6511627907vw;
    padding-bottom: 1.1627906977vw;
    margin-bottom: 6.0465116279vw;
  }
}
#suitLp .mv .mv_ttl_wrap .mv_ttl_02 {
  white-space: nowrap;
  margin-top: 0;
  text-align: left;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.6;
  color: #222222;
  margin-bottom: 100px;
  text-shadow: -3px 2px 5px #fff;
}
@media screen and (max-width: 767px) {
  #suitLp .mv .mv_ttl_wrap .mv_ttl_02 {
    font-size: 9.3023255814vw;
    line-height: 13.9534883721vw;
    letter-spacing: -1%;
  }
}
#suitLp .mv_under {
  text-align: center;
  padding: 71.5px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 48px;
  letter-spacing: 5%;
}
@media screen and (max-width: 767px) {
  #suitLp .mv_under {
    padding: 10vw 0 12.0930232558vw;
    font-size: 4.6511627907vw;
    line-height: 2;
    letter-spacing: -4%;
  }
}
#suitLp .lead {
  position: relative;
}
#suitLp .lead .lead_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 864px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #suitLp .lead .lead_img img {
    height: auto;
  }
}
#suitLp .lead .lead_txt_wrap {
  position: absolute;
  left: 56%;
  top: 20%;
}
@media screen and (max-width: 1000px) {
  #suitLp .lead .lead_txt_wrap {
    left: 40%;
  }
}
@media screen and (max-width: 767px) {
  #suitLp .lead .lead_txt_wrap {
    left: 50%;
    transform: translateX(-50%);
    top: 9.3023255814vw;
  }
}
#suitLp .lead .lead_txt_wrap .lead_ttl {
  color: #222222;
  font-size: 47.27px;
  line-height: 72px;
  letter-spacing: 6%;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #suitLp .lead .lead_txt_wrap .lead_ttl {
    white-space: nowrap;
    font-size: 7.4418604651vw;
    line-height: 1.5;
    margin-bottom: 6.0465116279vw;
  }
}
#suitLp .lead .lead_txt_wrap .lead_txt {
  font-size: 20px;
  color: #222222;
  line-height: 48px;
  letter-spacing: 5%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #suitLp .lead .lead_txt_wrap .lead_txt {
    white-space: nowrap;
    letter-spacing: 0;
    font-size: 4.1860465116vw;
    line-height: 2;
  }
}
#suitLp .item_wrap {
  overflow: hidden;
  padding: 104px 40px 141px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap {
    padding: 13.9534883721vw 0 14.8837209302vw;
  }
}
#suitLp .item_wrap.pb119 {
  padding-bottom: 119px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap.pb119 {
    padding-bottom: 9.7674418605vw;
  }
}
#suitLp .item_wrap .item_wrap_ttl {
  text-align: center;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 36px;
  margin-bottom: 52px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap .item_wrap_ttl {
    font-size: 5.5813953488vw;
    margin-bottom: 6.976744186vw;
  }
}
#suitLp .item_wrap ul.item_ul {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1400px) {
  #suitLp .item_wrap ul.item_ul {
    gap: 2.8571428571vw;
  }
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 79.0697674419vw;
  }
}
#suitLp .item_wrap ul.item_ul .slick-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  background-color: transparent;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 0;
  margin: 0;
  top: 78.6046511628vw;
  width: 9.3023255814vw;
  height: 9.3023255814vw;
}
#suitLp .item_wrap ul.item_ul .slick-arrow.slick-prev {
  left: -5.8139534884vw;
  background-image: url(https://online.taka-q.jp/img/usr/freepage/design_dressshirt/img/slick-prev.png);
}
#suitLp .item_wrap ul.item_ul .slick-arrow.slick-next {
  right: -5.8139534884vw;
  background-image: url(https://online.taka-q.jp/img/usr/freepage/design_dressshirt/img/slick-next.png);
}
#suitLp .item_wrap ul.item_ul.item_ul_color .slick-arrow {
  top: 125.1162790698vw;
}
#suitLp .item_wrap ul.item_ul .slick-list {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul .slick-list .slick-track .slick-slide {
    padding: 0 4.6511627907vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li {
  width: 300px;
}
@media screen and (max-width: 1400px) {
  #suitLp .item_wrap ul.item_ul li.item_li {
    width: calc((100% - 8.5714285714vw) / 4);
  }
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li {
    width: 100%;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li .item_img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li .item_img {
    margin-bottom: 6.976744186vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li .item_ja {
  text-align: center;
  font-weight: 500;
  font-size: 27px;
  line-height: 40px;
  letter-spacing: 5%;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li .item_ja {
    letter-spacing: 0;
    font-size: 6.2790697674vw;
    line-height: 9.3023255814vw;
    margin-bottom: 1.8604651163vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li .item_ja br {
  display: none;
}
@media screen and (max-width: 1400px) and (min-width: 767.1px) {
  #suitLp .item_wrap ul.item_ul li.item_li .item_ja br {
    display: block;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li .item_en {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 1;
  text-decoration: underline;
  font-size: 11px;
  text-underline-offset: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li .item_en {
    font-size: 2.5581395349vw;
    text-underline-offset: 0.6976744186vw;
    margin-bottom: 4.6511627907vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li .item_txt {
  font-weight: 400;
  font-size: 17px;
  line-height: 25.5px;
  letter-spacing: -3%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li .item_txt {
    font-size: 3.9534883721vw;
    line-height: 5.9302325581vw;
    margin-bottom: 9.3023255814vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link {
  position: relative;
  margin: 0 auto;
  display: flex;
  width: 171px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link {
    width: 39.7674418605vw;
    height: 9.3023255814vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link::before, #suitLp .item_wrap ul.item_ul li.item_li a.item_link::after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  top: 19px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link::before, #suitLp .item_wrap ul.item_ul li.item_li a.item_link::after {
    top: 4.4186046512vw;
    height: 0.4651162791vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link::before {
  background-color: #ffffff;
  width: 20px;
  right: 11px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link::before {
    width: 4.6511627907vw;
    right: 2.5581395349vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link::after {
  background-color: #000000;
  width: 11px;
  left: 160px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link::after {
    width: 2.5581395349vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link::after {
    left: 37.2093023256vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link span.item_link_t {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 10%;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link span.item_link_t {
    font-size: 3.2558139535vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link span.item_link_b {
  background-color: #000000;
  flex-shrink: 0;
  width: 160px;
}
@media screen and (max-width: 767px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link span.item_link_b {
    width: 37.2093023256vw;
  }
}
#suitLp .item_wrap ul.item_ul li.item_li a.item_link span.item_link_w {
  background-color: #ffffff;
  width: 100%;
}
@media screen and (min-width: 767.1px) {
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link:hover::before {
    width: 10px;
  }
  #suitLp .item_wrap ul.item_ul li.item_li a.item_link:hover::after {
    width: 21px;
  }
}
#suitLp .obi_wrap {
  position: relative;
}
#suitLp .obi_wrap .obi_txt {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 38.8541666667vw;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width: 1919px) {
  #suitLp .obi_wrap .obi_txt {
    left: 50%;
    transform: translate(-210px, -50%);
  }
}
@media screen and (max-width: 1500px) {
  #suitLp .obi_wrap .obi_txt {
    max-width: 60vw;
  }
}
@media screen and (max-width: 1300px) {
  #suitLp .obi_wrap .obi_txt {
    max-width: calc(100% - 470px);
    left: 430px;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_txt {
    top: 21.8604651163vw;
    left: 9.3023255814vw;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#suitLp .obi_wrap .obi_txt h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 6%;
  font-size: 47.27px;
  line-height: 78px;
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_txt h2 {
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    font-size: 7.9069767442vw;
    line-height: 13.023255814vw;
    margin-bottom: 0;
  }
}
#suitLp .obi_wrap .obi_txt p.sub {
  font-family: "Manrope", sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
  font-weight: 800;
  letter-spacing: 8%;
  font-size: 14px;
  padding-left: 2px;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_txt p.sub {
    text-underline-offset: 0.6976744186vw;
    font-size: 2.5581395349vw;
    padding-left: 0.4651162791vw;
    margin-bottom: 0;
  }
}
#suitLp .obi_wrap .obi_txt > div {
  font-weight: 500;
  letter-spacing: 5%;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_txt > div {
    display: none;
  }
}
#suitLp .obi_wrap .obi_bg {
  overflow: hidden;
  height: 400px;
}
@media screen and (max-width: 1920px) {
  #suitLp .obi_wrap .obi_bg {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1920px) and (max-width: 1400px) {
  #suitLp .obi_wrap .obi_bg {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1920px) and (max-width: 767px) {
  #suitLp .obi_wrap .obi_bg {
    display: block;
    height: auto;
  }
}
#suitLp .obi_wrap .obi_bg img {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1400px) {
  #suitLp .obi_wrap .obi_bg img {
    transform: translateX(-260px);
  }
}
@media screen and (min-width: 1920.1px) {
  #suitLp .obi_wrap .obi_bg img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_bg img {
    width: 100%;
    height: auto;
    transform: translate(0);
  }
}
#suitLp .obi_wrap .obi_txt_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #suitLp .obi_wrap .obi_txt_sp {
    display: block;
    font-weight: 500;
    letter-spacing: 5%;
    font-size: 4.1860465116vw;
    line-height: 7.9069767442vw;
    margin-top: 6.976744186vw;
    padding: 0 9.3023255814vw;
  }
}
#suitLp > .obi_txt_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #suitLp > .obi_txt_sp {
    display: block;
    font-weight: 500;
    font-size: 4.1860465116vw;
    line-height: 7.9069767442vw;
    padding: 9.3023255814vw 9.3023255814vw 0;
  }
}
#suitLp .sec_btn a {
  background: #222;
  color: #fff;
  letter-spacing: 0.15em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  line-height: 80px;
  font-size: 18px;
  height: 80px;
  margin: 0 auto 100px;
  width: 420px;
}
@media screen and (max-width: 767px) {
  #suitLp .sec_btn a {
    line-height: 13.9534883721vw;
    font-size: 3.023255814vw;
    height: 13.9534883721vw;
    margin: 0 auto 16.7441860465vw;
    width: 69.7674418605vw;
  }
}
#suitLp .sec_btn a::after {
  content: "";
  background-image: url(https://online.taka-q.jp/img/usr/freepage/design_dressshirt/img/icon_arrow_right.png);
  background-size: 100% 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  #suitLp .sec_btn a::after {
    width: 3.1395348837vw;
    height: 3.1395348837vw;
    margin-left: 2.4418604651vw;
  }
}
#suitLp .divider .divider_top {
  background-color: #000;
  text-align: center;
  padding: 45px 0 34px;
}
#suitLp .divider .divider_top .img {
  margin: 0 auto 20px;
  width: 84.55px;
}
#suitLp .divider .divider_top .txt {
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  font-weight: 200;
  letter-spacing: 0.12em;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #suitLp .divider .divider_top {
    padding: 5.1162790698vw 0 3.2558139535vw;
  }
  #suitLp .divider .divider_top .img {
    margin-bottom: 1.3953488372vw;
    width: 13.488372093vw;
  }
  #suitLp .divider .divider_top .txt {
    font-size: 3.023255814vw;
  }
}
#suitLp .related_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin: 110px 0 140px;
}
@media screen and (max-width: 767px) {
  #suitLp .related_banner {
    gap: 11.1627906977vw;
    margin: 13.023255814vw 0 14.8837209302vw;
  }
}
#suitLp .related_banner a {
  width: 900px;
}
@media screen and (max-width: 767px) {
  #suitLp .related_banner a {
    width: 91.6279069767vw;
  }
}/*# sourceMappingURL=style.css.map */