@charset "UTF-8";
/* ---------- lMain ---------- */
.lMain {
  /* ---------- customTailored ---------- */ }
  .lMain.thStyle {
    letter-spacing: normal; }
  .lMain .customTailored {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    /*200px*/
    /* inView animation */ }
    @media screen and (min-width: 768px) and (max-width: 768px) {
      .lMain .customTailored {
        width: calc(100% - 50px);
        margin: 0 auto; } }
    @media (max-width: 768px) {
      .lMain .customTailored {
        max-width: 100%;
        padding-bottom: 35px; } }
    .lMain .customTailored,
    .lMain .customTailored a {
      color: #00174f; }
    .lMain .customTailored img {
      max-width: 100%;
      height: auto;
      vertical-align: top; }
    .lMain .customTailored .underline {
      text-decoration: underline; }
      @media (min-width: 769px) {
        .lMain .customTailored .underline {
          transition: opacity 0.3s; }
          .lMain .customTailored .underline:hover {
            opacity: 0.7; } }
    .lMain .customTailored .inView {
      transition: opacity 1.2s ease 0.5s; }
    .lMain .customTailored .mainvisual {
      width: 100%;
      max-width: 1300px;
      margin: 0 auto; }
    .lMain .customTailored .contents {
      /* sectIntro */
      /* sectOrder common styles */
      /* sectOrderBase */
      /* sectOrderDetail */
      /* sectOrderCoordinate */
      /* sectStore */
      /* sectCollection */ }
      .lMain .customTailored .contents .sect {
        /*margin-top: 150px;*/
        /*削除*/ }
        .lMain .customTailored .contents .sect.sectIntro {
          margin-top: 0; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sect {
            margin-top: 75px; } }
        .lMain .customTailored .contents .sect.sectOrderBase, .lMain .customTailored .contents .sect.sectOrderDetail, .lMain .customTailored .contents .sect.sectStore, .lMain .customTailored .contents .sect .btnList, .lMain .customTailored .contents .sect .collectionList {
          width: 100%;
          /*max-width: 900px;*/
          /*margin-left: auto;*/
          /*margin-right: auto;*/
          padding: 0; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sect.sectOrderBase, .lMain .customTailored .contents .sect.sectOrderDetail, .lMain .customTailored .contents .sect.sectStore, .lMain .customTailored .contents .sect .btnList, .lMain .customTailored .contents .sect .collectionList {
              min-width: 100%;
              padding: 0;
              /*(60/750 * 100%)*/
              box-sizing: border-box; } }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sect.sectOrderBase, .lMain .customTailored .contents .sect.sectOrderDetail, .lMain .customTailored .contents .sect.sectStore, .lMain .customTailored .contents .sect .btnList, .lMain .customTailored .contents .sect .collectionList {
              /*padding: 0 40px;*/
              width: calc(100% - 80px);
              margin-left: auto;
              margin-right: auto; } }
        .lMain .customTailored .contents .sect .btnList {
          max-width: 900px;
          margin-left: auto;
          margin-right: auto; }
      .lMain .customTailored .contents .sectIntro {
        /*padding-top: 60px;
        padding-bottom: 80px;
        background-color: #192e60;
        color: #fff;*/ }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectIntro {
            margin-top: 30px;
            /*padding-top: 40px;
            padding-bottom: 50px;*/ } }
        .lMain .customTailored .contents .sectIntro .lead {
          font-size: 14px;
          line-height: 1.7142857143; }
          @media (max-width: 1300px) {
            .lMain .customTailored .contents .sectIntro .lead {
              font-size: 1.0769230769vw; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .lead {
              font-size: 12px; } }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectIntro .lead {
              text-align: center; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .lead {
              line-height: 1.5833333333;
              width: calc(630 / 750 * 100%);
              margin-left: auto;
              margin-right: auto; } }
        .lMain .customTailored .contents .sectIntro .btnList {
          display: flex;
          justify-content: center;
          margin-top: 80px; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .btnList {
              flex-direction: column;
              align-items: center;
              margin-top: 60px; } }
        .lMain .customTailored .contents .sectIntro .allItemsLink {
          display: block;
          width: 44.4444444444%;
          border: 2px solid #00174f;
          /*#fff*/
          text-decoration: none;
          background: #fff;
          color: #00174f;
          box-sizing: border-box;
          font-size: 16px;
          line-height: 58px;
          text-align: center;
          transition-property: color, background;
          transition-duration: 0.3s; }
          @media (max-width: 1300px) {
            .lMain .customTailored .contents .sectIntro .allItemsLink {
              font-size: 1.2307692308vw; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .allItemsLink {
              font-size: 12px; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .allItemsLink {
              width: 80.9523809524%;
              line-height: 45px; } }
          .lMain .customTailored .contents .sectIntro .allItemsLink:hover {
            background: #192e60;
            border: 2px solid #fff;
            color: #fff; }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectIntro .allItemsLink:not(:last-child) {
              margin-right: 4.4444444444%; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectIntro .allItemsLink:not(:last-child) {
              margin-bottom: 10px; } }
      .lMain .customTailored .contents #shops, .lMain .customTailored .contents #collections {
        padding-top: 60px; }
        .lMain .customTailored .contents #shops .sectInner, .lMain .customTailored .contents #collections .sectInner {
          /*margin-top: -60px;
          padding-top: 60px;*/ }
      .lMain .customTailored .contents .sectOrderHead {
        display: flex;
        align-items: center;
        color: #6d767c;
        font-size: 30px;
        font-family: "futurastdbold", Arial, sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectOrderHead {
            font-size: 2.3076923077vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderHead {
            font-size: 19px; } }
        .lMain .customTailored .contents .sectOrderHead::before, .lMain .customTailored .contents .sectOrderHead::after {
          content: "";
          flex-grow: 1;
          border-top: 1px solid #bfc3d3; }
        .lMain .customTailored .contents .sectOrderHead::before {
          margin-right: 1em; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderHead::before {
              margin-right: 10px; } }
        .lMain .customTailored .contents .sectOrderHead::after {
          margin-left: 1em; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderHead::after {
              margin-left: 10px; } }
      .lMain .customTailored .contents .sectOrderLead {
        font-size: 14px;
        line-height: 1.7142857143; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectOrderLead {
            font-size: 1.0769230769vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderLead {
            font-size: 12px; } }
        @media (min-width: 769px) {
          .lMain .customTailored .contents .sectOrderLead {
            text-align: center; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderLead {
            line-height: 1.5833333333; } }
      .lMain .customTailored .contents .sectOrderBase .sectOrderLead {
        margin-top: 30px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderBase .sectOrderLead {
            margin-top: 25px; } }
      .lMain .customTailored .contents .sectOrderBase .baseList {
        display: flex;
        justify-content: center;
        margin-top: 35px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderBase .baseList {
            flex-direction: column;
            align-items: center;
            margin-top: 25px; } }
        .lMain .customTailored .contents .sectOrderBase .baseList .base {
          width: 26.1111111111%; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderBase .baseList .base {
              width: 73.0158730159%; } }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectOrderBase .baseList .base:not(:last-of-type) {
              margin-right: 4.4444444444%; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderBase .baseList .base:not(:last-of-type) {
              margin-bottom: 30px; } }
      .lMain .customTailored .contents .sectOrderDetail .sectOrderLead {
        margin-top: 30px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderDetail .sectOrderLead {
            margin-top: 25px; } }
      .lMain .customTailored .contents .sectOrderDetail .detailList {
        display: flex;
        justify-content: space-between;
        margin-top: 35px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderDetail .detailList {
            flex-direction: column; } }
        .lMain .customTailored .contents .sectOrderDetail .detailList .detail {
          width: 31.1111111111%; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderDetail .detailList .detail {
              width: 100%; }
              .lMain .customTailored .contents .sectOrderDetail .detailList .detail:not(:last-child) {
                margin-bottom: 50px; } }
          .lMain .customTailored .contents .sectOrderDetail .detailList .detailNumber {
            margin-bottom: 2px;
            font-size: 12px;
            font-family: "futurastdbold", Arial, sans-serif;
            font-weight: bold;
            color: #6d767c;
            line-height: 1.2; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailNumber {
                font-size: 0.9230769231vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailNumber {
                font-size: 11px; } }
          .lMain .customTailored .contents .sectOrderDetail .detailList .detailHead {
            font-size: 16px;
            font-weight: bold;
            line-height: 1.2; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailHead {
                font-size: 1.2307692308vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailHead {
                font-size: 14px; } }
          .lMain .customTailored .contents .sectOrderDetail .detailList .detailImg {
            margin-top: 13px; }
          .lMain .customTailored .contents .sectOrderDetail .detailList .detailDesc {
            margin-top: 15px;
            font-size: 14px;
            line-height: 1.7142857143; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailDesc {
                font-size: 1.0769230769vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailDesc {
                font-size: 12px; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailDesc {
                margin-top: 25px; } }
          .lMain .customTailored .contents .sectOrderDetail .detailList .detailNotice {
            margin-top: 15px;
            font-size: 10px; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailNotice {
                font-size: 0.7692307692vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailNotice {
                font-size: 10px; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderDetail .detailList .detailNotice {
                margin-top: 5px; } }
      .lMain .customTailored .contents .sectOrderCoordinate .coordinateList {
        display: flex;
        justify-content: space-between;
        margin-top: 35px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectOrderCoordinate .coordinateList {
            flex-direction: column; } }
        .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinate {
          width: 31.1111111111%; }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinate {
              position: relative;
              width: 100%; }
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinate:not(:last-child) {
                margin-bottom: 50px; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateImg {
              margin-left: 10.3174603175%; } }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateHeadWrap {
              margin: 18px 0; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateHeadWrap {
              position: absolute;
              top: 15.0793650794vw; } }
          .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateHead {
            font-size: 26px;
            font-family: "futurastdbold", Arial, sans-serif;
            font-weight: bold;
            line-height: 1.2; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateHead {
                font-size: 2vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateHead {
                font-size: 19px; } }
          .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateSubHead {
            font-size: 18px;
            font-family: "futurastdbold", Arial, sans-serif;
            font-weight: bold;
            color: #8c7469;
            line-height: 1.2; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateSubHead {
                font-size: 1.3846153846vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateSubHead {
                font-size: 12px; } }
          .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateDesc {
            padding: 35px 0;
            font-size: 14px;
            line-height: 1.7142857143; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateDesc {
                font-size: 1.0769230769vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateDesc {
                font-size: 12px; } }
            @media (min-width: 769px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateDesc {
                border-top: 1px solid #00174f; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateDesc {
                margin-left: 10.3174603175%;
                padding: 15px 0; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateOptions {
              margin-left: 10.3174603175%; } }
          .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateOptions > li {
            font-size: 12px;
            line-height: 1.2; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateOptions > li {
                font-size: 0.9230769231vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateOptions > li {
                font-size: 11px; } }
            .lMain .customTailored .contents .sectOrderCoordinate .coordinateList .coordinateOptions > li:not(:last-of-type) {
              margin-bottom: 5px; }
      .lMain .customTailored .contents .sectStore .sectInner {
        position: relative;
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .sectInner {
            flex-direction: column; } }
        .lMain .customTailored .contents .sectStore .sectInnerBox {
          width: 44.4444444444%; }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectStore .sectInnerBox {
              margin-right: auto;
              margin-left: auto;
              text-align: center; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectStore .sectInnerBox {
              width: 100%; }
              .lMain .customTailored .contents .sectStore .sectInnerBox:not(:last-of-type) {
                margin-bottom: 50px; } }
          .lMain .customTailored .contents .sectStore .sectInnerBox .storeList {
            list-style: none;
            padding-left: 0; }
      .lMain .customTailored .contents .sectStore .storeListHead {
        padding: 5px 0;
        border-bottom: 1px solid #00174f;
        font-size: 18px; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectStore .storeListHead {
            font-size: 1.3846153846vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .storeListHead {
            font-size: 14px; } }
        @media (min-width: 769px) {
          .lMain .customTailored .contents .sectStore .storeListHead {
            pointer-events: none; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .storeListHead {
            position: relative;
            display: flex; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .storeListHead.opened::after {
            display: none; } }
      .lMain .customTailored .contents .sectStore .storeList {
        padding-top: 15px;
        padding-bottom: 15px; }
        @media (min-width: 769px) {
          .lMain .customTailored .contents .sectStore .storeList {
            display: block !important; } }
        .lMain .customTailored .contents .sectStore .storeList > li {
          padding: 5px 0;
          font-size: 14px; }
          @media (max-width: 1300px) {
            .lMain .customTailored .contents .sectStore .storeList > li {
              font-size: 1.0769230769vw; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectStore .storeList > li {
              font-size: 12px; } }
          .lMain .customTailored .contents .sectStore .storeList > li.mb20 {
            margin-bottom: 20px; }
          .lMain .customTailored .contents .sectStore .storeList > li > a {
            display: block;
            transition: opacity 0.3s;
            opacity: 1;
            font-size: 14px;
            line-height: 1.7142857143; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectStore .storeList > li > a {
                font-size: 1.0769230769vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectStore .storeList > li > a {
                font-size: 12px; } }
            .lMain .customTailored .contents .sectStore .storeList > li > a:hover {
              opacity: 0.7; }
      .lMain .customTailored .contents .sectStore .notice {
        font-size: 12px; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectStore .notice {
            font-size: 0.9230769231vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .notice {
            font-size: 10px; } }
        @media (min-width: 769px) {
          .lMain .customTailored .contents .sectStore .notice {
            text-align: center;
            width: 100%; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectStore .notice {
            margin-top: 25px; } }
      .lMain .customTailored .contents .sectCollection #collections {
        /*background-color: #fafafa;*/
        padding-top: 80px;
        padding-bottom: 80px; }
      .lMain .customTailored .contents .sectCollection .sectHead {
        font-size: 30px;
        font-family: "futurastdbold", Arial, sans-serif;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectCollection .sectHead {
            font-size: 2.3076923077vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .sectHead {
            font-size: 19px; } }
      .lMain .customTailored .contents .sectCollection .sectSubHead {
        margin-top: 10px;
        font-size: 14px;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectCollection .sectSubHead {
            font-size: 1.0769230769vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .sectSubHead {
            font-size: 12px; } }
      .lMain .customTailored .contents .sectCollection .sectLead {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1.7142857143;
        text-align: center; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectCollection .sectLead {
            font-size: 1.0769230769vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .sectLead {
            font-size: 12px; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .sectLead {
            margin-top: 15px;
            line-height: 1.5833333333; } }
      .lMain .customTailored .contents .sectCollection .collectionList {
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
        list-style: none; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .collectionList {
            margin-top: 50px; } }
        .lMain .customTailored .contents .sectCollection .collectionList .item {
          width: 22.2222222222%; }
          @media (min-width: 769px) {
            .lMain .customTailored .contents .sectCollection .collectionList .item:not(:nth-of-type(4n)) {
              margin-right: 3.65%;
              /*margin-right: (30/900 * 100%)*/ }
            .lMain .customTailored .contents .sectCollection .collectionList .item:not(:nth-last-child(-n + 4)) {
              margin-bottom: 50px; } }
          @media (max-width: 768px) {
            .lMain .customTailored .contents .sectCollection .collectionList .item {
              width: 47.619047619%; }
              .lMain .customTailored .contents .sectCollection .collectionList .item:not(:nth-of-type(2n)) {
                margin-right: 4.7619047619%; }
              .lMain .customTailored .contents .sectCollection .collectionList .item:not(:nth-last-child(-n + 2)) {
                margin-bottom: 35px; } }
          .lMain .customTailored .contents .sectCollection .collectionList .item .thumb {
            margin-bottom: 20px; }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectCollection .collectionList .item .thumb {
                margin-bottom: 10px; } }
          .lMain .customTailored .contents .sectCollection .collectionList .item .detail {
            font-size: 14px;
            text-align: center; }
            @media (max-width: 1300px) {
              .lMain .customTailored .contents .sectCollection .collectionList .item .detail {
                font-size: 1.0769230769vw; } }
            @media (max-width: 768px) {
              .lMain .customTailored .contents .sectCollection .collectionList .item .detail {
                font-size: 12px; } }
            .lMain .customTailored .contents .sectCollection .collectionList .item .detail .saleOff {
              display: none; }
            .lMain .customTailored .contents .sectCollection .collectionList .item .detail .proper {
              text-decoration: line-through; }
            .lMain .customTailored .contents .sectCollection .collectionList .item .detail .sale {
              color: #cc0c2f;
              padding-left: .5em; }
      .lMain .customTailored .contents .sectCollection .btnList {
        display: flex;
        justify-content: center;
        margin-top: 80px; }
        .lMain .customTailored .contents .sectCollection .btnList .en {
          font-family: "futurastdbold", Arial, sans-serif;
          font-size: 20px;
          display: block;
          margin-bottom: 8px; }
        .lMain .customTailored .contents .sectCollection .btnList .ja {
          font-size: 14px; }
        .lMain .customTailored .contents .sectCollection .btnList.mt40 {
          margin-top: 40px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .btnList {
            flex-direction: column;
            align-items: center;
            margin-top: 60px; } }
      .lMain .customTailored .contents .sectCollection .footerLogo {
        text-align: center;
        margin-top: 80px; }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .footerLogo {
            margin-top: 60px;
            width: 50%;
            margin-right: auto;
            margin-left: auto; } }
      .lMain .customTailored .contents .sectCollection .allItemsLink {
        display: block;
        width: 44.4444444444%;
        border: 2px solid #00174f;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px;
        text-align: center;
        transition-property: color, background;
        transition-duration: 0.3s; }
        @media (max-width: 1300px) {
          .lMain .customTailored .contents .sectCollection .allItemsLink {
            font-size: 1.2307692308vw; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .allItemsLink {
            font-size: 12px; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .allItemsLink {
            width: 80.9523809524%;
            padding-top: 15px;
            padding-bottom: 15px; } }
        .lMain .customTailored .contents .sectCollection .allItemsLink:hover {
          color: #fff;
          background: #00174f; }
        @media (min-width: 769px) {
          .lMain .customTailored .contents .sectCollection .allItemsLink:not(:last-child) {
            margin-right: 4.4444444444%; } }
        @media (max-width: 768px) {
          .lMain .customTailored .contents .sectCollection .allItemsLink:not(:last-child) {
            margin-bottom: 10px; } }

/*ここから*/
.lMain .customTailored .contents .sectOrderBase > .baseList {
  justify-content: space-between;
  padding: 0 4vw;
  box-sizing: border-box; }
.lMain .customTailored .contents .sectOrderBase .leftBox {
  width: 50%; }
  @media (min-width: 769px) {
    .lMain .customTailored .contents .sectOrderBase .leftBox p {
      text-align: left;
      margin-left: 4px;
      margin-top: 55px; } }
  .lMain .customTailored .contents .sectOrderBase .leftBox ul.baseList {
    flex-wrap: wrap;
    margin-top: 0; }
  .lMain .customTailored .contents .sectOrderBase .leftBox ul li {
    padding: 0 5px;
    box-sizing: border-box; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:first-of-type {
      width: 100%;
      margin-bottom: 10px; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:nth-of-type(2) {
      width: 50%;
      margin-bottom: 10px; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:nth-of-type(3) {
      width: 50%;
      margin-bottom: 10px; }
.lMain .customTailored .contents .sectOrderBase .rightBox {
  width: 45%; }
  .lMain .customTailored .contents .sectOrderBase .rightBox li {
    margin-bottom: 30px; }
    .lMain .customTailored .contents .sectOrderBase .rightBox li img {
      width: 100%; }

@media (max-width: 768px) {
  .lMain .customTailored .contents .sectOrderBase > .baseList {
    padding: 0; }
  .lMain .customTailored .contents .sectOrderBase .leftBox {
    width: 100%;
    margin-bottom: 40px; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul.baseList {
      display: flex;
      flex-direction: row; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:first-of-type {
      margin-bottom: 10px; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:nth-of-type(2) {
      width: 50%;
      margin-bottom: 10px; }
    .lMain .customTailored .contents .sectOrderBase .leftBox ul li:nth-of-type(3) {
      width: 50%;
      margin-bottom: 10px; }
  .lMain .customTailored .contents .sectOrderBase .rightBox {
    width: 73.0158730159%; }
    .lMain .customTailored .contents .sectOrderBase .rightBox li {
      margin-bottom: 20px; } }

/*# sourceMappingURL=custom_tailored_style.css.map */
