@charset "UTF-8";
html {
  visibility: hidden;
  overflow-x: hidden; }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1.8;
  background: #fff;
  overflow-x: hidden; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333;
  font-weight: 500; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

.contents {
  width: 100%; }
  .contents_innner {
    width: 90%;
    max-width: 1250px !important;
    margin: 0 auto;
    text-align: center;
    padding: 120px 0;
    position: relative; }
    .contents_innner.bread, .contents_innner.top, .contents_innner.last {
      padding: 0; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }
  .contents_title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .16em;
    margin: 80px auto 0;
    padding: 8px 40px;
    border: 2px solid #333;
    display: inline-block; }
    .contents_title_sub {
      width: 56%;
      margin: 80px auto 0; }
  .contents_top {
    position: relative;
    z-index: 0; }
    .contents_top::after {
      width: 100vw;
      height: 27%;
      content: "";
      position: absolute;
      top: 4%;
      bottom: 0;
      left: 50%;
      right: 0;
      -webkit-transform: translateX(-50%) skewY(-16deg);
      -ms-transform: translateX(-50%) skewY(-16deg);
      transform: translateX(-50%) skewY(-16deg);
      z-index: -1; }
    .contents_top_blue::after {
      background-color: #80D3D3; }
    .contents_top_gray::after {
      background-color: #b3b3b3; }
    .contents_top_purple::after {
      background-color: #B9AADC; }
    .contents_top_green::after {
      background-color: #9BDC9B; }
    .contents_top_yellow::after {
      background-color: #F0D796; }
    .contents_top_inner {
      width: 90%;
      max-width: 1250px !important;
      margin: 0 auto;
      position: relative; }
    .contents_top_box {
      position: absolute;
      top: 120px;
      left: 0; }
    .contents_top_text {
      font-size: 25px;
      font-weight: 500;
      letter-spacing: .04em;
      line-height: 1.4; }
    .contents_top_title {
      font-size: 110px;
      font-weight: bold;
      letter-spacing: .02em;
      line-height: 1.8;
      margin-top: 8px; }
      .contents_top_title_sub {
        font-size: 25px;
        font-weight: 500;
        letter-spacing: .04em;
        line-height: 1.8;
        margin-top: 16px; }
  .contents_item {
    margin-top: 40px;
    position: relative; }
    .contents_item::after {
      width: 100%;
      height: 100%;
      position: absolute;
      content: "";
      bottom: 48px;
      left: 0;
      z-index: -1; }
    .contents_item.clear-effect img {
      width: 513px; }
    .contents_item.clear-effect::after {
      background: url(../svg/bg_clear-effect.svg) no-repeat bottom center; }
    .contents_item.packable img {
      width: 772px; }
    .contents_item.packable::after {
      background: url(../svg/bg_packable-suit.svg) no-repeat bottom center; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.bg-gray {
  background-color: #e6e6e6; }

.main_visual {
  width: 100%;
  margin: 0;
  padding: 0 0 16px;
  position: relative; }
  .main_visual_title {
    width: 718px;
    margin: 80px auto 0; }

.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end; }

.slick-img {
  height: 470px; }
  .slick-img img {
    width: auto;
    height: 100%; }

.lp_footer {
  margin-top: 0px !important; }

.top_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1.8; }

.top_text {
  font-size: 23px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.72;
  margin: 56px 0 80px; }

.navi_list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px; }
  .navi_list li {
    width: 450px;
    position: relative; }
    .navi_list li a:hover .navi_title {
      color: #fff; }
      .navi_list li a:hover .navi_title_01 {
        background-color: #00174f; }
      .navi_list li a:hover .navi_title_02 {
        background-color: #e50012; }

.navi_title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 4px 0;
  border: solid 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  line-height: 1.4;
  padding: 16px 0 24px; }
  .navi_title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-4px);
    -ms-transform: rotate(45deg) translateY(-4px);
    transform: rotate(45deg) translateY(-4px);
    margin-left: 12px; }
  .navi_title_01 {
    background-color: #00174f; }
  .navi_title_02 {
    background-color: #e50012; }
  .navi_title span {
    font-size: 22px; }

.product_intro {
  text-align: left;
  padding: 0 0 0 80px; }
  .product_intro_header {
    margin-bottom: 40px;
    position: relative;
    z-index: 1; }
    .product_intro_header_img {
      width: 742px !important;
      display: block;
      margin: 0; }
  .product_intro_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .product_intro_text {
    width: 60%;
    text-align: left;
    position: relative;
    z-index: 1; }
    .product_intro_text p {
      font-size: 23px;
      font-weight: 800;
      letter-spacing: .04em;
      line-height: 1.8;
      color: #00174f; }
      .product_intro_text p:nth-child(2) {
        margin-top: 24px; }
  .product_intro_img {
    width: 55%; }
    .product_intro_img img {
      width: 100%;
      mix-blend-mode: multiply;
      margin-top: -149px; }

.product_reason {
  margin-top: 80px;
  background-color: #fff;
  padding: 56px 80px; }
  .product_reason h3 {
    color: #fff;
    letter-spacing: 0.1rem;
    font-size: 34px;
    padding: 4px 0;
    font-weight: 600;
    width: 50%;
    margin: auto;
    background-color: #00174f;
    margin-bottom: 24px; }
  .product_reason img {
    margin: auto; }
  .product_reason h4 {
    font-size: 32px;
    color: #00174f;
    border-bottom: 2px solid #00174f;
    padding-bottom: 24px;
    margin-bottom: 24px;
    font-weight: 800; }
  .product_reason p {
    font-size: 20px; }
  .product_reason.detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    padding: 24px 80px 24px 24px !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .product_reason.detail .detail_content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 80px;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .product_reason.detail .detail_content > div:first-child {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 300px; }
      .product_reason.detail .detail_content > div:last-child {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: left; }
    .product_reason.detail img {
      width: 100%;
      height: auto;
      display: block; }
  .product_reason.design h4 {
    padding: 16px 0;
    border-top: 2px solid #00174f;
    border-bottom: 2px solid #00174f;
    width: 60%;
    font-size: 40px;
    margin: 0 auto 40px; }
  .product_reason.design .design_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 64px; }
  .product_reason.design .design_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    width: calc(50% - 32px); }
    .product_reason.design .design_item_img {
      width: 200px;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      .product_reason.design .design_item_img img {
        width: 100%;
        mix-blend-mode: multiply; }
    .product_reason.design .design_item_content {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .product_reason.design .design_item_title {
      color: #fff;
      background: #00174f;
      font-size: 30px;
      font-weight: bold;
      margin: 32px 0 18px; }
    .product_reason.design .design_item_text {
      font-size: 18px;
      text-align: left;
      line-height: normal;
      font-weight: 500; }

#texcy-luxe .contents_innner {
  padding: 0 0 120px; }

#texcy-luxe .contents_top {
  overflow: visible; }

#texcy-luxe .product_intro_text p {
  color: #333; }

#texcy-luxe .product_reason h3 {
  background-color: #e50012; }

#texcy-luxe .product_reason h4 {
  color: #e50012;
  border-bottom-color: #e50012; }

#texcy-luxe .product_reason.design h4 {
  border-top-color: #e50012;
  border-bottom-color: #e50012; }

#texcy-luxe .product_reason.design .design_item_title {
  background: #e50012; }

#texcy-luxe .contents_top::after {
  top: 2%; }

#texcy-luxe .texcy-luxe_botton {
  color: #fff !important;
  background: #e50012; }

#business-fit .contents_top {
  overflow: hidden; }

.item_point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .item_point_list li {
    width: calc(33% - 20px); }
    .item_point_list li:nth-child(4) {
      color: #b3b3b3;
      font-size: 13px;
      letter-spacing: .04em;
      line-height: 1.2;
      width: 100%;
      margin-top: 32px; }
  .item_point_list_top {
    width: 50%;
    margin: auto; }
  .item_point_list_text {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: .04em;
    margin-top: 16px; }

.item_detail {
  margin-top: 40px; }
  .item_detail p {
    text-align: center; }
  .item_detail_name {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .08em; }
  .item_detail_price {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: .08em;
    margin-top: 4px; }
    .item_detail_price span {
      font-size: 24px;
      font-weight: bold;
      letter-spacing: .04em; }
    .item_detail_price_regular {
      color: #b3b3b3;
      font-size: 16px;
      letter-spacing: .08em;
      margin-top: 8px;
      text-decoration: line-through; }
    .item_detail_price_sale {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: .04em;
      margin-top: 6px;
      position: relative; }
      .item_detail_price_sale::before {
        width: 32px;
        height: 32px;
        margin: 0 4px -4px 0;
        background: url(../svg/icon_web-price.svg) no-repeat left center;
        content: "";
        display: inline-block; }
      .item_detail_price_sale span {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .04em; }
  .item_detail_button {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: .16em;
    width: 32%;
    margin: 32px auto 0;
    color: #fff !important;
    padding: 16px 0;
    background-color: #00174f;
    border-radius: 8px;
    display: block; }
  .item_detail_list {
    width: 588px;
    margin: 80px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .item_detail_list li {
      width: calc(50% - 40px); }
      .item_detail_list li:nth-child(n+3) {
        margin-top: 40px; }
    .item_detail_list_title {
      font-size: 22px;
      letter-spacing: .04em;
      line-height: 1.2;
      text-align: center;
      padding-bottom: 8px;
      font-weight: bold;
      border-bottom: 2px solid #333; }
    .item_detail_list_img {
      margin-top: 16px; }
    .item_detail_list_text {
      font-size: 17px;
      font-weight: 500;
      letter-spacing: .02em;
      line-height: 1.6;
      margin-top: 8px; }

.item_list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .item_list li {
    width: calc(25% - 20px); }
    .item_list li:nth-child(n+5) {
      margin-top: 72px; }
    .item_list li .item_detail {
      margin-top: 16px; }
  .item_list .item_detail_button {
    font-size: 16px;
    width: 96%;
    margin-top: 16px;
    padding: 8px 0; }
  .item_list_img_i-shirt06 {
    width: 110.6%;
    margin-left: -5.3%; }

.button_bottom {
  width: 48%;
  margin: 80px auto 0; }
  .button_bottom_anchor {
    color: #fff !important;
    background-color: #333;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: .16em;
    width: 100%;
    padding: 16px 0;
    border-radius: 8px;
    display: block;
    position: relative; }
    .button_bottom_anchor::after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 12px;
      border-right: 3px solid #FFF;
      border-top: 3px solid #FFF;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      right: 24px;
      top: 50%;
      margin-top: -6px; }
    .button_bottom_anchor.color_blue {
      color: #fff !important;
      background-color: #00174f; }
      .button_bottom_anchor.color_blue::after {
        border-right-color: #fff;
        border-top-color: #fff; }

.adulation {
  padding: 16px 8px 16px 16px;
  position: fixed;
  top: 50%;
  right: 0; }
  .adulation::before {
    width: 100%;
    height: calc(100% - 8px);
    border: 3px solid #BDD000;
    border-right: none;
    border-radius: 8px 0 0 8px;
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: -1; }
  .adulation::after {
    width: 100%;
    height: 100%;
    border-radius: 10px 0 0 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px -5px #333;
    box-shadow: 0 0 15px -5px #333;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .adulation_title {
    font-size: 12px;
    padding: 2px 8px;
    border: 1px solid #333; }
  .adulation_list {
    margin: 12px 0 8px; }
    .adulation_list li:nth-child(n+2) {
      margin-top: 8px; }
    .adulation_list li:nth-child(1) {
      border-bottom: 2px solid #80D3D3; }
    .adulation_list li:nth-child(2) {
      border-bottom: 2px solid #B9AADC; }
    .adulation_list li:nth-child(3) {
      border-bottom: 2px solid #9BDC9B; }
    .adulation_list li:nth-child(4) {
      border-bottom: 2px solid #F0D796; }
    .adulation_list li a {
      font-size: 20px;
      font-weight: 500;
      letter-spacing: .08em;
      text-align: center;
      display: block; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none; }
  .pcOnly {
    display: block; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block; }
  .pcOnly {
    display: none; }
  .contents_innner {
    width: calc(100% - 32px);
    padding: 40px 0; }
  .contents_title {
    font-size: 18px;
    margin-top: 40px;
    padding: 8px 20px; }
    .contents_title_sub {
      width: 72%;
      margin-top: 40px; }
  .contents_top_inner {
    width: calc(100% - 32px); }
  .contents_top_box {
    top: 32px; }
  .contents_top_text {
    font-size: 12px; }
  .contents_top_title {
    font-size: 32px;
    margin-top: 4px; }
    .contents_top_title_sub {
      font-size: 12px;
      margin-top: 8px; }
  .contents_top_img {
    margin-right: -16px; }
  .contents_item {
    margin-top: 24px; }
    .contents_item::after {
      content: none; }
  .main_visual::after {
    height: 32px; }
  .main_visual_title {
    width: 80%;
    margin-top: 40px; }
  .slick-img {
    height: 240px; }
  .top_title {
    font-size: 22px;
    line-height: 1.4; }
  .top_text {
    font-size: 14px;
    margin: 24px 0 0 0; }
  .navi_list {
    width: 90%;
    margin: 24px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px; }
    .navi_list li {
      width: 100%; }
  .navi_title {
    font-size: 16px;
    bottom: 0;
    padding: 12px 0 16px; }
    .navi_title::after {
      width: 11px;
      height: 11px;
      border-right-width: 2px;
      border-bottom-width: 2px;
      margin-left: 6px; }
    .navi_title span {
      font-size: 14px; }
  .contents_top::after {
    top: 1%; }
  .product_intro {
    padding: 0 0 0 24px; }
    .product_intro_header {
      margin-bottom: 24px;
      width: 90%; }
      .product_intro_header_img {
        width: auto; }
    .product_intro_content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    .product_intro_text {
      width: 100%; }
      .product_intro_text p {
        font-size: 14px;
        line-height: 1.7; }
        .product_intro_text p:nth-child(2) {
          margin-top: 16px; }
    .product_intro_img {
      width: 100%;
      margin-top: 24px; }
      .product_intro_img img {
        margin-top: -80px;
        width: 94%;
        position: relative;
        left: 32px; }
  .product_reason {
    margin-top: 40px;
    padding: 24px 16px; }
    .product_reason h3 {
      font-size: 20px;
      padding: 12px 0;
      width: 80%; }
    .product_reason img {
      width: 100%; }
    .product_reason h4 {
      font-size: 18px !important;
      padding-bottom: 16px;
      margin-bottom: 16px; }
    .product_reason p {
      font-size: 14px;
      line-height: 1.7; }
    .product_reason.detail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 0;
      padding: 24px 16px !important; }
      .product_reason.detail h4.spOnly {
        width: 100%;
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 16px;
        display: block; }
      .product_reason.detail .detail_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        width: 100%; }
        .product_reason.detail .detail_content > div:first-child {
          width: 40%;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .product_reason.detail .detail_content > div:last-child {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
      .product_reason.detail h4 {
        font-size: 16px;
        padding-bottom: 12px;
        margin-bottom: 12px; }
      .product_reason.detail p {
        font-size: 13px; }
    .product_reason.design h4 {
      width: 100%; }
    .product_reason.design .design_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      gap: 32px; }
    .product_reason.design .design_item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: 100%;
      gap: 16px; }
      .product_reason.design .design_item_img {
        width: 40%;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .product_reason.design .design_item_content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .product_reason.design .design_item_title {
        font-size: 16px;
        padding: 0px 12px;
        margin: 0 0 12px 0; }
      .product_reason.design .design_item_text {
        font-size: 13px;
        line-height: 1.7; }
  .item_point_list li {
    width: calc(50% - 16px); }
    .item_point_list li:nth-child(n+3) {
      margin-top: 24px; }
    .item_point_list li:nth-child(4) {
      font-size: 10px;
      width: calc(50% - 16px);
      margin-top: 48px; }
  .item_point_list_text {
    font-size: 12px;
    margin-top: 8px; }
  .item_detail {
    margin-top: 24px; }
    .item_detail_name {
      font-size: 12px; }
    .item_detail_price {
      font-size: 18px; }
      .item_detail_price span {
        font-size: 10px; }
      .item_detail_price_regular {
        font-size: 12px; }
      .item_detail_price_sale {
        font-size: 18px;
        padding-left: 0; }
        .item_detail_price_sale::before {
          width: 24px;
          height: 24px;
          margin: 0 4px -4px 0; }
        .item_detail_price_sale span {
          font-size: 12px; }
    .item_detail_button {
      font-size: 16px;
      width: 56%;
      margin-top: 16px;
      padding: 8px 0; }
    .item_detail_list {
      width: 88%;
      margin-top: 40px; }
      .item_detail_list li {
        width: calc(50% - 16px); }
        .item_detail_list li:nth-child(n+3) {
          margin-top: 32px; }
      .item_detail_list_title {
        font-size: 14px; }
      .item_detail_list_img {
        margin-top: 8px; }
      .item_detail_list_text {
        font-size: 12px; }
  .item_list {
    margin-top: 40px; }
    .item_list li {
      width: calc(50% - 16px); }
      .item_list li:nth-child(n+3) {
        margin-top: 40px; }
    .item_list .item_detail_button {
      font-size: 16px;
      width: 96%;
      margin-top: 16px;
      padding: 8px 0; }
    .item_list + .button_bottom {
      margin-top: 40px; }
  .button_bottom {
    width: 88%;
    margin: 40px auto 0; }
    .button_bottom + .button_bottom {
      margin-top: 24px; }
    .button_bottom_anchor {
      font-size: 16px;
      padding: 8px 0;
      border-width: 2px; }
      .button_bottom_anchor::after {
        width: 10px;
        height: 10px;
        border-right-width: 2px;
        border-top-width: 2px;
        right: 16px;
        margin-top: -5px; }
  .adulation {
    top: unset;
    bottom: 16px; }
    .adulation::before {
      border-width: 2px; }
    .adulation_title {
      font-size: 10px; }
    .adulation_list {
      margin: 8px 0 4px; }
      .adulation_list li a {
        font-size: 14px; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
