@charset "UTF-8";
@font-face {
  font-family: "Cezanne M";
  src: url("/assets/fonts/cezanne_m.woff2") format("woff2"), url("/assets/fonts/cezanne_m.woff") format("woff");
}
@font-face {
  font-family: "Cezanne DB";
  src: url("/assets/fonts/cezanne_db.woff2") format("woff2"), url("/assets/fonts/cezanne_db.woff") format("woff");
}
@-webkit-keyframes borderPaginationAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes borderPaginationAnim {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/* ============================
 BRANDS COMMON
============================ */
/*========================================================================
    MARK: [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  body.brands .banner-campaign {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
  }
  body.brands.is-show-footer-btn .banner-campaign {
    -webkit-transform: translate(0, -60px);
            transform: translate(0, -60px);
  }
  body.brands .to-page-top {
    bottom: 80px;
  }
  body.brands.highgrade .header.header-common .lineup .child-nav, body.brands.established .header.header-common .lineup .child-nav {
    display: block;
  }
  .page-contents.brands {
    overflow-x: hidden;
    padding-top: 60px;
  }
  .page-contents.brands .block-info {
    position: relative;
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #efefef;
    padding: 8px 50px;
  }
  .page-contents.brands .footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, transform 0.5s;
    transition: opacity 0.3s, transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
  .page-contents.brands .footer-btn.is-show {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .page-contents.brands .footer-btn .btn {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    background: #222;
    color: #fff;
  }
  .page-contents.brands .footer-btn .btn span {
    padding-right: 21px;
  }
  .page-contents.brands .footer-btn .btn span::before {
    opacity: 1;
  }
  .page-contents.brands .footer-btn .btn span::after {
    opacity: 0;
  }
  .page-contents.brands .footer-btn .btn a {
    font-size: 13px;
    letter-spacing: 0.8px;
  }
  .page-contents.brands .footer-btn .btn:hover {
    background: #fff;
    color: #222;
  }
  .page-contents.brands .footer-btn .btn:hover span::before {
    opacity: 0;
  }
  .page-contents.brands .footer-btn .btn:hover span::after {
    opacity: 1;
  }
  .page-contents.brands .section-mv {
    position: relative;
    height: 27.05vw;
    overflow: hidden;
  }
  .page-contents.brands .section-mv .breadcrumb-list {
    position: absolute;
    left: 10px;
    right: 50px;
    top: 0;
    z-index: 10;
    margin: 0;
    color: #777;
  }
  .page-contents.brands .section-mv .breadcrumb-list a {
    color: #777;
  }
  .page-contents.brands .section-mv .breadcrumb-list .here {
    color: #777;
  }
  .page-contents.brands .section-mv .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .page-contents.brands .section-mv .bg img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-mv .bg > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.brands .section-mv .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .page-contents.brands .section-mv .slider .swiper-wrapper {
    height: 100%;
  }
  .page-contents.brands .section-mv .slider .swiper-slider {
    height: 100%;
  }
  .page-contents.brands .section-mv .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: right;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.brands .section-mv .swiper-container:hover .slider-arrow {
    opacity: 1;
  }
  .page-contents.brands .section-mv .slider-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .page-contents.brands .section-mv .slider-arrow::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, 0);
    -webkit-transition: -webkit-transform 0.7s;
    transition: -webkit-transform 0.7s;
    transition: transform 0.7s;
    transition: transform 0.7s, -webkit-transform 0.7s;
  }
  .page-contents.brands .section-mv .slider-arrow::after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
    content: "";
  }
  .page-contents.brands .section-mv .slider-arrow:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
  }
  .page-contents.brands .section-mv .slider-arrow-prev::after {
    -webkit-transform: rotate(180deg) translate(1px, 0);
            transform: rotate(180deg) translate(1px, 0);
  }
  .page-contents.brands .section-mv .slider-arrow-next::after {
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  .page-contents.brands .section-mv .slider-arrow-disable {
    opacity: 0;
    cursor: default;
  }
  .page-contents.brands .section-mv .slider-arrow.border::before {
    border: 1px solid #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    background: none;
  }
  .page-contents.brands .section-mv .slider-arrow.border::after {
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.brands .section-mv .box-txt {
    position: absolute;
    top: 50%;
    left: 7%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    color: #fff;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  }
  .page-contents.brands .section-mv .ttl-sub {
    margin-bottom: 7px;
    color: inherit;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    font-family: "sweet-sans-pro", sans-serif;
    -webkit-filter: drop-shadow(20px 0px 14px rgba(0, 0, 0, 0.25));
            filter: drop-shadow(20px 0px 14px rgba(0, 0, 0, 0.25));
  }
  .page-contents.brands .section-mv .ttl-main {
    margin-bottom: 13px;
    font-size: 28px;
    line-height: 34px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-mv .txt-main {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-mv .tags {
    border: 1px solid #fff;
    border-radius: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0;
  }
  .page-contents.brands .section-mv .tags .tag {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.46px;
    padding: 5px 8px 6px;
    margin-right: 1px;
  }
  .page-contents.brands .section-mv .tags .tag:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .page-contents.brands .section-mv .tags .tag:last-child {
    margin-right: 3px;
  }
  .page-contents.brands .section-mv _:-ms-lang(x)::-ms-backdrop, .page-contents.brands .section-mv .tags {
    width: 198px;
  }
  .page-contents.brands .section-mv .tags-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 751px) and (max-width: 1050px) {
  .page-contents.brands .section-mv .tags {
    margin-right: 15px;
  }
  .page-contents.brands .section-mv .tags-btn-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 751px) {
  .page-contents.brands .section-btn {
    background: #efefef;
    padding: 15px 0;
  }
}
@media (min-width: 751px) and (max-width: 1050px) {
  .page-contents.brands .section-btn {
    padding: 10px 0;
  }
}
@media (min-width: 751px) {
  .page-contents.brands .section-btn .btn span::before, .page-contents.brands .section-btn .btn span::after {
    top: -1px;
  }
  .page-contents.brands .section-btn ul {
    position: relative;
    width: 98%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 0;
  }
  .page-contents.brands .section-btn li {
    width: 50%;
    text-align: center;
    background-color: #fff;
  }
  .page-contents.brands .section-btn li:not(:last-child) {
    border-right: 1px solid #e5e5e5;
  }
  .page-contents.brands .section-campaign-bnr {
    padding: 60px 0 30px;
  }
  .page-contents.brands .section-campaign-bnr .inner {
    width: 95%;
    margin: 0 auto;
    max-width: 1100px;
  }
  .page-contents.brands .section-campaign-bnr img {
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .page-contents.brands .section-campaign-bnr img:hover {
    opacity: 0.6;
  }
  .page-contents.brands .section-campaign-bnr img.pc-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr2 {
    background: #efefef;
  }
  .page-contents.brands .section-campaign-bnr2 .inner {
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr2 img {
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
  }
  .page-contents.brands .section-campaign-bnr2 img:hover {
    opacity: 0.6;
  }
  .page-contents.brands .section-campaign-bnr2 img.pc-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr3 {
    background: #4e4e4e;
  }
  .page-contents.brands .section-campaign-bnr3 .inner {
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr3 img {
    width: 100%;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    max-width: 1100px;
  }
  .page-contents.brands .section-campaign-bnr3 img.pc-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-look {
    padding: 76px 0 103px;
  }
  .page-contents.brands .section-look .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.brands .section-look .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-bottom: 31px;
  }
  .page-contents.brands .section-look .ttl-main.aw2019 {
    margin-bottom: 40px;
    line-height: 1;
  }
  .page-contents.brands .section-look .ttl-main.aw2019 img {
    width: 356px;
    height: auto;
    vertical-align: unset;
  }
  .page-contents.brands .section-look .box-slider {
    position: relative;
  }
  .page-contents.brands .section-look .slider {
    overflow: visible;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .page-contents.brands .section-look .slide {
    width: 27.345vw;
    max-width: 350px;
    line-height: 1;
    cursor: pointer;
    -webkit-box-ordinal-group: unset !important;
        -ms-flex-order: unset !important;
            order: unset !important;
  }
  .page-contents.brands .section-look .slide:not(:last-child) {
    margin-right: 2px;
  }
  .page-contents.brands .section-look .slide .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-look .slide .img::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    content: "";
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .section-look .slide .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .section-look .slide .txt span {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
  }
  .page-contents.brands .section-look .slide .txt::after {
    display: inline-block;
    width: 8px;
    height: 15px;
    margin-left: 7px;
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
    vertical-align: middle;
    content: "";
  }
  .page-contents.brands .section-look .slide:hover .img::after {
    opacity: 0.5;
  }
  .page-contents.brands .section-look .slide:hover .txt {
    opacity: 1;
  }
  .page-contents.brands .section-look .slide-more .img::after {
    opacity: 0.7;
  }
  .page-contents.brands .section-look .slide-more .txt {
    opacity: 1;
    width: 84%;
    height: 50px;
    color: #fff;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-contents.brands .section-look .slide-more .txt::after {
    display: none;
  }
  .page-contents.brands .section-look .slide-more .txt span {
    position: relative;
    padding-right: 16px;
    color: inherit;
  }
  .page-contents.brands .section-look .slide-more .txt span::before, .page-contents.brands .section-look .slide-more .txt span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 14px;
    content: "";
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page-contents.brands .section-look .slide-more .txt span::after {
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.brands .section-look .slide-more .txt span::before {
    background-image: url(../images/common/arrow-black7.svg);
    opacity: 0;
  }
  .page-contents.brands .section-look .slide-more a:hover .txt {
    background: #fff;
    border-color: #fff;
    color: #222;
  }
  .page-contents.brands .section-look .slide-more a:hover .txt span::after {
    opacity: 0;
  }
  .page-contents.brands .section-look .slide-more a:hover .txt span::before {
    opacity: 1;
  }
  .page-contents.brands .section-look .slider-arrow-prev {
    left: 15px;
  }
  .page-contents.brands .section-look .slider-arrow-next {
    right: 15px;
  }
  .page-contents.brands .section-look .btn-more {
    position: absolute;
    right: 0;
    top: -5px;
    width: 130px;
    height: 35px;
    border-radius: 25px;
  }
  .page-contents.brands .section-look .btn-more span {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
  }
  .page-contents.brands .section-look .btn-more span::before, .page-contents.brands .section-look .btn-more span::after {
    width: 7px;
    height: 13px;
  }
  .page-contents.brands .section-look .btn-more:hover {
    background: #222;
    border-color: #222;
    color: #fff;
  }
  .page-contents.brands .modal-look {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
    overflow-x: hidden;
  }
  .page-contents.brands .modal-look.is-show {
    opacity: 1;
  }
  .page-contents.brands .modal-look.is-active {
    z-index: 1000;
    pointer-events: all;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .page-contents.brands .modal-look .modal-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
  }
  .page-contents.brands .modal-look .btn-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 10;
    width: 35px;
    height: 35px;
    background: url(../images/common/icon_modal_close.svg) no-repeat center center;
    background-size: 13px 13px;
  }
  .page-contents.brands .modal-look .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .btn-close a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.brands .modal-look .btn-close:hover::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .page-contents.brands .modal-look .modal-slider > .num {
    display: none;
    position: absolute;
    top: 15px;
    left: 18px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: -0.5px;
    line-height: 13px;
    z-index: 100;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .page-contents.brands .modal-look .modal-slider > .num.is-hide {
    opacity: 0;
  }
  .page-contents.brands .modal-look .modal-slider > .num .current {
    font-size: 19px;
    letter-spacing: -0.15em;
    line-height: 35px;
    margin-right: 3px;
  }
  .page-contents.brands .modal-look .modal-slider > .num .dummy {
    display: none;
  }
  .page-contents.brands .modal-look .block-slider {
    overflow: visible;
  }
  .page-contents.brands .modal-look .modal-slider {
    width: 52vw;
    max-width: calc(67vh - 90px);
    margin: 0 auto;
    overflow: visible;
  }
  .page-contents.brands .modal-look .credit-slider {
    width: 52vw;
    max-width: calc(67vh - 90px);
    margin: 0 auto;
    overflow: visible;
  }
  .page-contents.brands .modal-look .look {
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0.4;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .look .box-photo {
    margin-bottom: 25px;
    position: relative;
  }
  .page-contents.brands .modal-look .look .box-photo img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .modal-look .look .box-photo .bk-balloon {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .page-contents.brands .modal-look .look .box-photo .bk-balloon.is-visible {
    display: block;
  }
  .page-contents.brands .modal-look .look .box-photo .ico {
    opacity: 0;
  }
  .page-contents.brands .modal-look .look .box-photo .ico span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .page-contents.brands .modal-look .look .box-photo .ico span.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .look .box-photo .ico span:hover {
    opacity: 0.7;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-02 {
    top: 60.5%;
    left: 38%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-03 {
    top: 38%;
    right: 48%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-shoes {
    top: 83.5%;
    right: 43%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right {
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9), -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    pointer-events: none;
    z-index: 2;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left.is-visible, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right.is-visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left:hover, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right:hover {
    opacity: 0.7;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left a, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    color: #222;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    padding: 8px 30px 8px 10px;
    display: block;
    position: relative;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left div.price, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right div.price {
    margin-top: 2px;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -6px;
    top: 50%;
    margin-top: -4px;
    border-left: 6px solid rgba(255, 255, 255, 0.9);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left a > div::after {
    content: "";
    background-image: url(../images/common/arrow-black7.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -6px;
    top: 50%;
    margin-top: -4px;
    border-right: 6px solid rgba(255, 255, 255, 0.9);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-right a > div::after {
    content: "";
    background-image: url(../images/common/arrow-black7.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-01 {
    top: calc(25% - 13px);
    left: calc(98% - 120px);
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-02 {
    top: calc(60.5% - 13px);
    right: calc(98% - 120px);
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 2;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn {
    width: 122px;
    height: 30px;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 15px;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span {
    padding: 0;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span::after, .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span::before {
    display: none;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary:hover {
    opacity: 0.7;
    color: #222;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary a {
    font-size: 12px;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active {
    opacity: 1;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .box-detail {
    opacity: 1;
    pointer-events: auto;
    padding: 0 20px;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .inner-btn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .ico {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .look.slide-more .num {
    display: none;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo {
    position: relative;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo a {
    display: block;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    content: "";
    z-index: 1;
    pointer-events: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo a:hover::after {
    opacity: 0.5;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none;
    max-width: 290px;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo .txt span {
    font-size: 15px;
    line-height: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
  }
  .page-contents.brands .modal-look .look.slide-more .box-detail {
    display: none;
  }
  .page-contents.brands .modal-look .credit-slider {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .credit-slider.is-hide {
    opacity: 0;
  }
  .page-contents.brands .modal-look .box-detail {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .box-detail .inner {
    width: 100%;
  }
  .page-contents.brands .modal-look .box-detail .num {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 13px;
    z-index: 100;
    margin-bottom: 6px;
  }
  .page-contents.brands .modal-look .box-detail .num .current {
    font-size: 12px;
    line-height: 13px;
    margin-right: 4px;
  }
  .page-contents.brands .modal-look .box-detail .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 17px;
    letter-spacing: -0.45px;
    line-height: 12px;
    text-align: left;
    margin-bottom: 15px;
  }
  .page-contents.brands .modal-look .box-detail .txt {
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    margin-top: 1px;
    padding-bottom: 14px;
  }
  .page-contents.brands .modal-look .box-detail .txt p + p {
    margin-top: 4px;
  }
  .page-contents.brands .modal-look .box-detail .txt .item {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-right: 4px;
    font-size: 12px;
  }
  .page-contents.brands .modal-look .box-detail .txt .brand {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .modal-look .box-detail .title {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .page-contents.brands .modal-look .box-detail .credit {
    font-size: 10px;
    line-height: 15px;
    padding-bottom: 20px;
  }
  .page-contents.brands .modal-look .box-detail .credit span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .modal-look .box-detail .credit .price {
    margin-left: 5px;
  }
  .page-contents.brands .modal-look .box-detail .btn.secondary.mv {
    border-radius: 3px;
    width: 46%;
    min-width: 180px;
    height: 40px;
    margin: 0 10px 10px 0;
  }
  .page-contents.brands .modal-look .slider-arrow {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    z-index: 50;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .slider-arrow::before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-contents.brands .modal-look .slider-arrow-prev {
    left: -70px;
  }
  .page-contents.brands .modal-look .slider-arrow-next {
    right: -70px;
  }
  .page-contents.brands .modal-look .slider-arrow.slider-arrow-disable {
    cursor: pointer;
    opacity: 1;
  }
  .page-contents.brands .modal-look .slider-arrow:hover {
    opacity: 0.5;
  }
  .page-contents.brands .section-looks {
    padding: 77px 0 100px;
    background-color: #fff;
  }
  .page-contents.brands .section-looks .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.brands .section-looks .ttl-section {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 23px;
    text-align: left;
    color: #222;
  }
  .page-contents.brands .section-looks .item-lists {
    margin-top: 28px;
  }
  .page-contents.brands .section-looks .item-lists .ttl-list {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 32px;
    text-align: center;
    color: #222;
  }
  .page-contents.brands .section-looks .item-lists .ttl-list + .item-list {
    margin-top: 20px;
  }
  .page-contents.brands .section-looks .item-lists + .item-lists {
    margin-top: 60px;
  }
  .page-contents.brands .section-looks .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
  }
  .page-contents.brands .section-looks .item-list li {
    width: calc((100% - 8px) / 3);
    position: relative;
  }
  .page-contents.brands .section-looks .item-list li > a {
    display: block;
  }
  .page-contents.brands .section-looks .item-list li .img-box {
    background-color: #222;
  }
  .page-contents.brands .section-looks .item-list li .img-box:hover img {
    opacity: 0.7;
  }
  .page-contents.brands .section-looks .item-list li img {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .page-contents.brands .section-looks .item-list li .open-btn {
    width: 15px;
    height: 15px;
    position: absolute;
    display: block;
    z-index: 3;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    pointer-events: none;
  }
  .page-contents.brands .section-looks .item-list li .open-btn::after, .page-contents.brands .section-looks .item-list li .open-btn::before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.brands .section-looks .item-list li .open-btn::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .page-contents.brands .section-looks .item-list li .info-box {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    --webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.15);
  }
  .page-contents.brands .section-looks .item-list li .info-box .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
  .page-contents.brands .section-looks .item-list li .info-box .text-main {
    width: 85%;
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 10px;
    position: relative;
    z-index: 3;
    word-break: break-word;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn {
    width: 54.39%;
    min-width: 198px;
    height: 35px;
    margin-top: 15px;
    color: #fff;
    border: 1px solid #222222;
    background-color: #222;
    position: relative;
    z-index: 3;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn a div {
    display: inline;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn span {
    padding-right: 12px;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn span::after {
    width: 6px;
    height: 15px;
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn span::before {
    width: 6px;
    height: 15px;
    background-image: url(../images/common/arrow-black7.svg);
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn:hover {
    background-color: #fff;
    color: #222;
  }
  .page-contents.brands .section-looks .item-list li.is-open .info-box {
    opacity: 1;
    pointer-events: all;
  }
  .page-contents.brands .section-looks .item-list li.is-open .open-btn::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.brands .section-looks .item-list + .item-list {
    margin-top: 4px;
  }
  .page-contents.brands .section-look-list {
    padding: 67px 0 52px;
  }
  .page-contents.brands .section-look-list .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.brands .section-look-list .box-ttl {
    margin-bottom: 30px;
  }
  .page-contents.brands .section-look-list .box-ttl .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 0.04em;
  }
  .page-contents.brands .section-look-list .box-type {
    width: 105.9%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.brands .section-look-list .block-type {
    width: 33.3333333333%;
    padding-right: 2.7%;
    margin-right: 2.7%;
    border-right: solid 1px #ccc;
  }
  .page-contents.brands .section-look-list .block-type:last-child {
    border-right: unset;
  }
  .page-contents.brands .section-look-list .block-type .box-txt {
    color: #222;
    width: 100%;
    padding-bottom: 30px;
  }
  .page-contents.brands .section-look-list .block-type .box-txt .ttl-en {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  .page-contents.brands .section-look-list .block-type .box-txt .ttl-ja {
    margin-bottom: 19px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
  .page-contents.brands .section-look-list .block-type .box-img {
    position: relative;
  }
  .page-contents.brands .section-look-list .block-type .box-img img {
    width: 100%;
  }
  .page-contents.brands .section-look-list .block-type .box-img .box-photo {
    margin-bottom: 15px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    bottom: 10px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn {
    width: 70%;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 0 auto;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn:hover {
    border: 1px solid #222;
    background: #222;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn a {
    font-size: 12px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span {
    padding-right: 10px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.brands .section-look-list .warm .ico img {
    width: 79.7%;
  }
  .page-contents.brands .section-look-list .woolish .ico img {
    width: 79.7%;
  }
  .page-contents.brands .section-look-list .newbiz .ico img {
    width: 100%;
  }
  .page-contents.brands .section-items {
    padding: 70px 0;
    position: relative;
  }
  .page-contents.brands .section-items .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.brands .section-items .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-bottom: 33px;
  }
  .page-contents.brands .section-items .items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .page-contents.brands .section-items .items-list li {
    position: relative;
    background: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
  }
  .page-contents.brands .section-items .items-list li:first-child {
    border-radius: 5px 0 0 5px;
  }
  .page-contents.brands .section-items .items-list li:last-child {
    border-radius: 0 5px 5px 0;
  }
  .page-contents.brands .section-items .items-list li:not(:first-child) {
    border-left: 2px solid #efefef;
  }
  .page-contents.brands .section-items .items-list li:hover {
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-color: #fff;
  }
  .page-contents.brands .section-items .items-list li:hover + li {
    border-color: #fff;
  }
  .page-contents.brands .section-items .items-list li a {
    display: block;
    padding-bottom: 35px;
    color: inherit;
    text-decoration: none;
  }
  .page-contents.brands .section-items .items-list li .img {
    margin-bottom: 25px;
    text-align: center;
  }
  .page-contents.brands .section-items .items-list li .img img {
    max-width: 275px;
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-items .items-list li .ttl {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .page-contents.brands .section-items .items-list li .price {
    font-size: 12px;
    line-height: 1;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0.04em;
  }
  .page-contents.brands .section-cloth {
    position: relative;
    background: #fff;
  }
  .page-contents.brands .section-cloth .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 77px 0 200px;
  }
  .page-contents.brands .section-cloth .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-cloth .box-wrapper {
    position: relative;
    padding-top: 35px;
  }
  .page-contents.brands .section-cloth .box-ttl {
    position: absolute;
    top: 30px;
    left: 0;
    width: 30%;
    min-width: 200px;
    -webkit-transition: opacity 0.8s;
    transition: opacity 0.8s;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl {
    opacity: 0.3;
    font-size: 13px;
    line-height: 13px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl:not(:last-child) {
    margin-bottom: 14px;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl .price {
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-size: 18px;
    letter-spacing: 0;
    line-height: 11px;
    margin-left: 24px;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl.is-active {
    opacity: 1;
    font-size: 16px;
    line-height: 30px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
  .page-contents.brands .section-cloth .box-ttl .ttl.is-active .price {
    opacity: 1;
  }
  .page-contents.brands .section-cloth .box-ttl + .box-content {
    padding-top: 0;
  }
  .page-contents.brands .section-cloth .box-content {
    position: relative;
    width: 70%;
    max-width: calc(100% - 280px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 0 0 0 auto;
    padding-top: 40px;
  }
  .page-contents.brands .section-cloth .box-img {
    position: relative;
  }
  .page-contents.brands .section-cloth .box-img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cloth .box-img .box-txt {
    position: absolute;
    left: 6.5%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #222;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 16px;
    margin-bottom: 15px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 15px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-price {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-top: -10px;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .label-delivery {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0.2px;
    text-align: center;
    display: inline-block;
    border: 1px solid #222;
    border-radius: 2px;
    padding: 3px 6px 4px;
  }
  .page-contents.brands .section-cloth .list-item {
    display: block;
  }
  .page-contents.brands .section-cloth .list-item a {
    position: relative;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 15% 27px 6.5%;
    text-decoration: none;
    color: inherit;
    background: #efefef;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
  }
  .page-contents.brands .section-cloth .list-item a::after {
    background-image: url(../images/common/arrow-black7.svg);
  }
  .page-contents.brands .section-cloth .list-item a::before {
    background-image: url(../images/common/arrow-black7.svg);
    opacity: 0;
  }
  .page-contents.brands .section-cloth .list-item a::after, .page-contents.brands .section-cloth .list-item a::before {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5.2%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .section-cloth .list-item a:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
  }
  .page-contents.brands .section-cloth .list-item li {
    color: #222;
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
    display: block;
  }
  .page-contents.brands .section-cloth .list-item li:not(:last-child) {
    margin-bottom: 1px;
  }
  .page-contents.brands .section-cloth .list-item .price {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 40px;
  }
  .page-contents.brands .section-cloth .list-item .price span {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.08em;
    margin-right: 8px;
  }
  .page-contents.brands .section-cloth .list-item .txt {
    font-size: 14px;
    line-height: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .page-contents.brands .section-cloth .list-item .brand {
    display: block;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 10px;
    color: #997e5d;
    letter-spacing: 0.5px;
    line-height: 13px;
    margin-top: 6px;
  }
  .page-contents.brands .section-cloth .list-item .brand.hg {
    font-size: 12px;
    text-align: center;
  }
  .page-contents.brands .section-clothbrand {
    position: relative;
    background: #fff;
  }
  .page-contents.brands .section-clothbrand .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
  .page-contents.brands .section-clothbrand .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-bottom: 25px;
  }
  .page-contents.brands .section-quality .modal .modal-inner {
    width: 95vw;
    height: 53.4375vw;
    max-width: 115.5505vh;
    max-height: 65vh;
  }
  .page-contents.brands .section-quality .modal .btn-close img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm {
    background: #fff;
    padding: 67px 0;
  }
  .page-contents.brands .section-cm .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.brands .section-cm .box-ttl {
    margin: 0 20px;
  }
  .page-contents.brands .section-cm .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-contents.brands .section-cm .switch-tab {
    position: relative;
  }
  .page-contents.brands .section-cm .tabs {
    text-align: center;
    width: 450px;
    margin: 0 auto 30px;
  }
  .page-contents.brands .section-cm .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 50px;
    border-radius: 25px;
    background: #efefef;
    padding: 0 3px;
  }
  .page-contents.brands .section-cm .tabs .tab {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 44px;
    border-radius: 22px;
    color: #888;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-decoration: none;
    cursor: pointer;
  }
  .page-contents.brands .section-cm .tabs .tab.current {
    background: #222;
    color: #fff;
  }
  .page-contents.brands .section-cm .tabs .tab:last-child {
    border-right: 0;
  }
  .page-contents.brands .section-cm .tabs .tab .en {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin-right: 5px;
  }
  .page-contents.brands .section-cm .tabs .tab .ja {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 22px;
  }
  .page-contents.brands .section-cm .tab-contents .content {
    display: none;
  }
  .page-contents.brands .section-cm .tab-contents .content.current {
    display: block;
  }
  .page-contents.brands .section-cm .movie {
    position: relative;
  }
  .page-contents.brands .section-cm .movie .img {
    position: relative;
    z-index: 2;
  }
  .page-contents.brands .section-cm .movie .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm .movie .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    width: 75px;
    opacity: 0.9;
  }
  .page-contents.brands .section-cm .movie .play a {
    display: block;
  }
  .page-contents.brands .section-cm .movie .play img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm .modal .modal-inner {
    width: 95vw;
    height: 53.4375vw;
    max-width: 115.5505vh;
    max-height: 65vh;
  }
  .page-contents.brands .section-cm .modal .btn-close img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-howto {
    padding: 75px 0 70px;
  }
  .page-contents.brands .section-howto .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.brands .section-howto .ttl-slider {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto .ttl-sub {
    color: #997e5d;
    font-size: 15px;
    line-height: 18px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .page-contents.brands .section-howto .ttl-main {
    font-size: 22px;
    line-height: 23px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-align: center;
  }
  .page-contents.brands .section-howto .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.brands .section-howto .step-list li {
    width: calc((100% - 120px) / 4);
  }
  .page-contents.brands .section-howto .step-list li .img {
    margin-bottom: 20px;
  }
  .page-contents.brands .section-howto .step-list li .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-howto .step-list li .img .tab-img {
    display: none;
  }
  .page-contents.brands .section-howto .step-list li .img .tab-img.is-active {
    display: block;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step {
    position: relative;
    height: 36px;
    margin-bottom: 16px;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .num {
    position: absolute;
    bottom: -3px;
    left: 0;
    margin-right: 7px;
    font-size: 35px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .step {
    position: absolute;
    bottom: 0;
    left: 30px;
    font-size: 18px;
    line-height: 1;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0.5px;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .step.line-two {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    line-height: 20px;
  }
  .page-contents.brands .section-howto .step-list li .txt {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.2px;
  }
  .page-contents.brands .section-howto .step-list li .txt-note {
    margin-top: 5px;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 1px;
    color: #999;
  }
  .page-contents.brands .section-howto .step-list li .link {
    margin-top: 10px;
    color: #997e5d;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .section-howto .step-list li .link:hover {
    opacity: 0.5;
  }
  .page-contents.brands .section-howto .step-list li .link::after {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 6px;
    background: url(../images/common/arrow-gold7.svg) no-repeat center center;
    background-size: contain;
    content: "";
    vertical-align: top;
  }
  .page-contents.brands .section-howto .step-list li .link a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.brands .section-howto .step-list li:nth-child(3) .ttl-step .num, .page-contents.brands .section-howto .step-list li:nth-child(4) .ttl-step .num {
    bottom: -2px;
  }
  .page-contents.brands .section-howto .step-list.col-3 li {
    width: calc((100% - 64px) / 3);
  }
  .page-contents.brands .section-howto .slider-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .page-contents.brands .section-howto .slider-wrapper .slider {
    width: calc((100% - 55px) / 2);
    margin: 0;
    padding-top: 2px;
  }
  .page-contents.brands .section-howto .slider-wrapper .step-list li {
    width: calc((100% - 25px) / 2) !important;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
    color: #aaa;
    font-size: 13px;
    line-height: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0;
    cursor: pointer;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab:first-child::after {
    display: inline-block;
    margin: 0 4px;
    content: "|";
    color: #aaa;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab.is-active {
    color: #997e5d;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab.is-active::after {
    opacity: 1;
  }
  .page-contents.brands .section-howto .tab-wrapper .txt {
    display: none;
    min-height: 38px;
  }
  .page-contents.brands .section-howto .tab-wrapper .txt.is-active {
    display: block;
  }
  .page-contents.brands .section-howto-easy {
    padding: 75px 0 100px;
  }
  .page-contents.brands .section-howto-easy .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-contents.brands .section-howto-easy .ttl-slider {
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto-easy .ttl-sub {
    color: #997e5d;
    font-size: 15px;
    line-height: 18px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 4px;
  }
  .page-contents.brands .section-howto-easy .box-ttl {
    margin-bottom: 40px;
  }
  .page-contents.brands .section-howto-easy .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: center;
  }
  .page-contents.brands .section-howto-easy .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.brands .section-howto-easy .step-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.33%;
    padding: 15px 3.6% 5px;
  }
  .page-contents.brands .section-howto-easy .step-list li + li {
    border-left: 1px solid #ddd;
  }
  .page-contents.brands .section-howto-easy .step-list li .ico {
    text-align: center;
    margin-bottom: 30px;
    min-height: 85px;
  }
  .page-contents.brands .section-howto-easy .step-list li .ttl-step {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    height: auto;
    text-align: center;
  }
  .page-contents.brands .section-howto-easy .step-list li .ttl-main {
    margin-bottom: 12px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: center;
  }
  .page-contents.brands .section-howto-easy .step-list li .txt {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 20px;
  }
  .page-contents.brands .section-about {
    padding: 65px 0 107px;
  }
  .page-contents.brands .section-about .inner {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.brands .section-about .box-ttl {
    margin-bottom: 45px;
  }
  .page-contents.brands .section-about .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: center;
  }
  .page-contents.brands .section-about .about-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.brands .section-about .about-list li {
    width: calc((100% - 20px) / 3);
    background: #fff;
    border-radius: 0 0 5px 5px;
  }
  .page-contents.brands .section-about .about-list li + li {
    margin-left: 10px;
  }
  .page-contents.brands .section-about .box-img img {
    width: 100%;
  }
  .page-contents.brands .section-about .box-txt {
    padding: 25px 7.3% 30px;
    text-align: left;
  }
  .page-contents.brands .section-about .box-txt .ttl-sub {
    margin-bottom: 12px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
  .page-contents.brands .section-about .box-txt .ttl-main {
    margin-bottom: 9px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .page-contents.brands .section-about .box-txt .txt {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 20px;
  }
  .page-contents.brands .section-staffpick {
    padding: 77px 0 100px;
  }
  .page-contents.brands .section-suitpedia {
    background: none;
    padding: 0 0 104px;
  }
  .page-contents.brands .section-suitpedia .inner {
    border-top: 1px solid #ddd;
    padding-top: 81px;
  }
  .page-contents.brands .section-suitpedia .block-article {
    background: #efefef;
  }
  .page-contents.brands .section-news {
    padding: 85px 0 155px;
  }
  .page-contents.brands.men .section-staffpick {
    background: #e5e5e5;
  }
  .page-contents.brands.men .section-suitpedia {
    background: #fff;
  }
  .page-contents.brands.men .section-suitpedia .block-article {
    background: #efefef;
  }
  .page-contents.brands.men .section-news {
    background: #fff;
  }
  .page-contents.brands.women .section-suitpedia {
    background: #efefef;
  }
  .page-contents.brands.women .section-suitpedia .block-article {
    background: #fff;
  }
  .page-contents.brands.women .section-news {
    background: #efefef;
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .page-contents.brands .section-mv .txt-main {
    font-size: 13px;
    line-height: 21px;
  }
  .page-contents.brands .modal-look .modal-slider, .page-contents.brands .modal-look .look {
    width: 57vw;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .ttl-main {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-main {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-price {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-cloth .list-item a {
    padding-right: 12%;
  }
  .page-contents.brands .section-cloth .list-item .brand {
    font-size: 10px;
    margin-bottom: 5px;
  }
  .page-contents.brands .section-cloth .list-item .price {
    margin-right: 30px;
  }
  .page-contents.brands .section-cloth .list-item .txt {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .page-contents.brands .section-howto .step-list li {
    width: calc((100% - 90px) / 4);
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .page-contents.brands .section-mv .ttl-main {
    margin-bottom: 8px;
  }
  .page-contents.brands .section-mv .txt-main {
    margin-bottom: 10px;
  }
  .page-contents.brands .section-mv .tags {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 751px) and (max-height: 900px) {
  .page-contents.brands .modal-look .slider-arrow-next, .page-contents.brands .modal-look .slider-arrow-prev {
    margin-top: 10px;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.brands .section-mv .ttl-main {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .page-contents.brands .section-mv .txt-main {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-mv .tags {
    margin-bottom: 0;
  }
  .page-contents.brands .section-justfit .box-txt {
    top: 50%;
  }
}
@media (min-width: 751px) {
  div:has(.page-contents.brands) .footer.footer-common-24ss {
    padding-bottom: 80px;
  }
}
/*========================================================================
    MARK: [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  body.scroll-lock::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  body.brands .header.header-common {
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    z-index: 100;
  }
  body.brands .header.header-common.is-no-transition {
    -webkit-transition: none;
    transition: none;
  }
  body.brands .header.header-common.is-hide {
    -webkit-transform: unset;
            transform: unset;
  }
  body.brands .banner-campaign {
    bottom: 75px;
  }
  body.brands .global-nav {
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, transform 0.3s;
    transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  body.brands .global-nav.is-no-transition {
    -webkit-transition: none;
    transition: none;
  }
  body.brands .global-nav.is-hide {
    -webkit-transform: unset;
            transform: unset;
  }
  body.brands .global-nav.is-fixed {
    top: 0;
  }
  body.brands .to-page-top {
    bottom: 90px;
  }
  .page-contents.brands {
    position: relative;
  }
  .page-contents.brands .block-info {
    position: relative;
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #efefef;
    padding: 13px 10px;
  }
  .page-contents.brands .footer-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50;
    height: 55px;
    margin-bottom: 10px;
    display: none;
  }
  .page-contents.brands .footer-btn .btn {
    width: 95%;
    height: 100%;
    border: none;
    border-radius: 60px;
    background: #222;
    color: #fff;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
            box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.5);
  }
  .page-contents.brands .footer-btn .btn a {
    font-size: 12px;
  }
  .page-contents.brands .footer-btn .btn a span {
    margin-top: -4px;
  }
  .page-contents.brands .section-mv {
    height: 60vw;
  }
  .page-contents.brands .section-mv .bg {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .page-contents.brands .section-mv .bg.no-overlay::after {
    display: none;
  }
  .page-contents.brands .section-mv .bg::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65.3vw;
    content: "";
  }
  .page-contents.brands .section-mv .bg > a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.brands .section-mv .slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .page-contents.brands .section-mv .slider .swiper-wrapper {
    height: 100%;
  }
  .page-contents.brands .section-mv .slider .swiper-slider {
    height: 100%;
  }
  .page-contents.brands .section-mv .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.brands .section-mv .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.brands .section-mv .breadcrumb-list {
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 10;
    margin: 0;
    color: #777;
  }
  .page-contents.brands .section-mv .breadcrumb-list a {
    color: #777;
  }
  .page-contents.brands .section-mv .breadcrumb-list .here {
    color: #777;
  }
  .page-contents.brands .section-mv .box-txt {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 20px 20px;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
  .page-contents.brands .section-mv .ttl-sub {
    margin-bottom: 5px;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    font-family: "sweet-sans-pro", sans-serif;
    -webkit-filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.8));
            filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.8));
  }
  .page-contents.brands .section-mv .ttl-main {
    margin-bottom: 10px;
    font-size: 22px;
    letter-spacing: -0.03em;
    line-height: 30px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-mv .txt-main {
    display: none;
  }
  .page-contents.brands .section-mv .tags {
    border: 1px solid #fff;
    border-radius: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 0;
  }
  .page-contents.brands .section-mv .tags .tag {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.46px;
    padding: 6px 8px 6px;
    margin-right: 1px;
  }
  .page-contents.brands .section-mv .tags .tag:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .page-contents.brands .section-btn {
    background: #efefef;
    padding: 10px 0;
  }
  .page-contents.brands .section-btn .btn {
    height: 60px;
  }
  .page-contents.brands .section-btn .btn.down-arrow {
    background: transparent;
  }
  .page-contents.brands .section-btn .btn span {
    padding: 0 0 3px;
  }
  .page-contents.brands .section-btn .btn span::after {
    left: 50%;
    bottom: 0;
    margin: 0;
    height: 10px;
    margin-top: 20px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .page-contents.brands .section-btn .btn a {
    letter-spacing: 1px;
    padding-bottom: 10px;
  }
  .page-contents.brands .section-btn ul {
    position: relative;
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 3px;
  }
  .page-contents.brands .section-btn li {
    width: 50%;
    text-align: center;
  }
  .page-contents.brands .section-btn li:not(:last-child) {
    border-right: 2px solid #e5e5e5;
  }
  .page-contents.brands .section-campaign-bnr {
    padding: 20px 20px 30px;
  }
  .page-contents.brands .section-campaign-bnr img {
    width: 100%;
  }
  .page-contents.brands .section-campaign-bnr img.sp-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr2 {
    background: #efefef;
  }
  .page-contents.brands .section-campaign-bnr2 img {
    width: 100%;
  }
  .page-contents.brands .section-campaign-bnr2 img.sp-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr3 {
    background: #4e4e4e;
  }
  .page-contents.brands .section-campaign-bnr3 .inner {
    margin: 0 auto;
  }
  .page-contents.brands .section-campaign-bnr3 img {
    width: 100%;
  }
  .page-contents.brands .section-campaign-bnr3 img.sp-only {
    display: block;
    margin: 0 auto;
  }
  .page-contents.brands .section-look {
    padding: 60px 0;
    background: #fff;
  }
  .page-contents.brands .section-look .box-txt {
    margin: 0 20px;
  }
  .page-contents.brands .section-look .ttl-sub {
    color: #997e5d;
    font-size: 13px;
    line-height: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-look .ttl-main {
    font-size: 20px;
    line-height: 32px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-bottom: 30px;
  }
  .page-contents.brands .section-look .ttl-main.aw2019 {
    margin-bottom: 35px;
    line-height: 1;
  }
  .page-contents.brands .section-look .ttl-main.aw2019 img {
    max-width: 300px;
    width: 80vw;
    height: auto;
    vertical-align: unset;
  }
  .page-contents.brands .section-look .box-slider.enable-touch-move {
    overflow: hidden;
  }
  .page-contents.brands .section-look .slider {
    overflow: visible;
  }
  .page-contents.brands .section-look .slider-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
  .page-contents.brands .section-look .slide {
    position: relative;
    width: calc(50vw - 0.5px);
    line-height: 1;
    cursor: pointer;
    margin-top: 0 !important;
    margin-bottom: 1px;
  }
  .page-contents.brands .section-look .slide:nth-child(odd) {
    margin-right: 1px;
  }
  .page-contents.brands .section-look .slide .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-look .slide .txt {
    display: none;
  }
  .page-contents.brands .section-look .slide:nth-child(1) {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(2) {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(3) {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(4) {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(5) {
    -webkit-box-ordinal-group: 10 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(6) {
    -webkit-box-ordinal-group: 11 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(7) {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(8) {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(9) {
    -webkit-box-ordinal-group: 8 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(10) {
    -webkit-box-ordinal-group: 9 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(11) {
    -webkit-box-ordinal-group: 12 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
  .page-contents.brands .section-look .slide:nth-child(12) {
    -webkit-box-ordinal-group: 13 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
  .page-contents.brands .section-look .slider-pagination {
    position: absolute;
    right: 5px;
    top: -20px;
    width: auto;
  }
  .page-contents.brands .section-look .slider-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    border-radius: 3.5px;
    background: transparent;
  }
  .page-contents.brands .section-look .slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #222;
  }
  .page-contents.brands .section-look .btn.secondary {
    border: 1px solid #ccc;
    background: transparent;
  }
  .page-contents.brands .section-look .btn-more {
    width: auto;
    margin: 20px 20px 0;
    border-radius: 45px;
  }
  .page-contents.brands .modal-look {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -100;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0;
    pointer-events: none;
  }
  .page-contents.brands .modal-look.is-show {
    opacity: 1;
    pointer-events: all;
  }
  .page-contents.brands .modal-look.is-active {
    z-index: 1000;
  }
  .page-contents.brands .modal-look.is-active .modal-inner {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .page-contents.brands .modal-look .modal-inner {
    position: relative;
    overflow-y: scroll;
    height: 100%;
  }
  .page-contents.brands .modal-look .btn-close {
    position: absolute;
    top: 15px;
    right: 3%;
    z-index: 10;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: rgba(34, 34, 34, 0.25) url(../images/common/icon_modal_close_white_sp.svg) no-repeat center center/8px 8px;
  }
  .page-contents.brands .modal-look .btn-close a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.brands .modal-look .btn-close-bottom {
    font-size: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 1px;
  }
  .page-contents.brands .modal-look .btn-close-bottom a {
    color: inherit;
  }
  .page-contents.brands .modal-look .modal-slider > .num {
    display: none;
    position: absolute;
    top: 0;
    left: 9px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: -0.5px;
    line-height: 13px;
    z-index: 100;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .page-contents.brands .modal-look .modal-slider > .num.is-hide {
    opacity: 0;
  }
  .page-contents.brands .modal-look .modal-slider > .num .current {
    font-size: 19px;
    letter-spacing: -0.15em;
    line-height: 35px;
    margin-right: 3px;
  }
  .page-contents.brands .modal-look .modal-slider > .num .dummy {
    display: none;
  }
  .page-contents.brands .modal-look .look {
    width: 100%;
  }
  .page-contents.brands .modal-look .look .box-photo {
    margin-bottom: 20px;
    position: relative;
  }
  .page-contents.brands .modal-look .look .box-photo img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .modal-look .look .box-photo .bk-balloon {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .page-contents.brands .modal-look .look .box-photo .bk-balloon.is-visible {
    display: block;
  }
  .page-contents.brands .modal-look .look .box-photo .ico {
    opacity: 0;
  }
  .page-contents.brands .modal-look .look .box-photo .ico span {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 7.5px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .look .box-photo .ico span.is-hidden {
    opacity: 0;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-02 {
    top: 60.5%;
    left: 38%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-03 {
    top: 38%;
    right: 48%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico-shoes {
    top: 83.5%;
    right: 43%;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right {
    opacity: 0;
    position: absolute;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    transition: opacity 0.15s, transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9), -webkit-transform 0.3s cubic-bezier(0.21, 1.5, 0.8, 0.9);
    pointer-events: none;
    z-index: 2;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left.is-visible, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right.is-visible {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left a, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    color: #222;
    font-size: 11px;
    line-height: 14px;
    text-decoration: none;
    padding: 8px 30px 8px 10px;
    display: block;
    position: relative;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left div.price, .page-contents.brands .modal-look .look .box-photo .ico .balloon-right div.price {
    margin-top: 2px;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -6px;
    top: 50%;
    margin-top: -4px;
    border-left: 6px solid rgba(255, 255, 255, 0.9);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-left a > div::after {
    content: "";
    background-image: url(../images/common/arrow-black7.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-right::before {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -6px;
    top: 50%;
    margin-top: -4px;
    border-right: 6px solid rgba(255, 255, 255, 0.9);
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-right a > div::after {
    content: "";
    background-image: url(../images/common/arrow-black7.svg);
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 8px;
    width: 6px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-01 {
    top: calc(25% - 13px);
    left: calc(98% - 110px);
  }
  .page-contents.brands .modal-look .look .box-photo .ico .balloon-02 {
    top: calc(60.5% - 13px);
    right: calc(98% - 110px);
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    width: 100%;
    position: absolute;
    bottom: 15px;
    z-index: 2;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn {
    width: 110px;
    height: 30px;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary {
    border: none;
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    border-radius: 15px;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span {
    padding: 0;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span::after, .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary span::before {
    display: none;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary:hover {
    opacity: 0.7;
    color: #222;
  }
  .page-contents.brands .modal-look .look .box-photo .inner-btn .btn.secondary a {
    font-size: 10px;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active {
    opacity: 1;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .box-detail {
    opacity: 1;
    pointer-events: auto;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .inner-btn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .look.swiper-slide-active .ico {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .look.slide-more .num {
    display: none;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo {
    position: relative;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo a {
    display: block;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo a::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    content: "";
    z-index: 1;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 84%;
    height: 50px;
    color: #fff;
    border: 1px solid #ccc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo .txt span {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 1.5px;
    padding-right: 16px;
  }
  .page-contents.brands .modal-look .look.slide-more .box-photo .txt span::after {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 14px;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.brands .modal-look .look.slide-more .box-detail {
    display: none;
  }
  .page-contents.brands .modal-look .look.swiper-slide.swiper-slide-active .box-detail {
    opacity: 1;
  }
  .page-contents.brands .modal-look .look.swiper-slide.swiper-slide-active .inner-btn {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .look.swiper-slide.swiper-slide-active .ico {
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
  }
  .page-contents.brands .modal-look .credit-slider {
    opacity: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .modal-look .credit-slider.is-hide {
    opacity: 0;
  }
  .page-contents.brands .modal-look .box-detail {
    padding: 0 20px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    -webkit-transition: 1s ease 0.3s;
    transition: 1s ease 0.3s;
  }
  .page-contents.brands .modal-look .box-detail .num {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 18px;
    z-index: 100;
    margin-bottom: 6px;
  }
  .page-contents.brands .modal-look .box-detail .num .current {
    font-size: 12px;
    line-height: 18px;
    margin-right: 3px;
  }
  .page-contents.brands .modal-look .box-detail .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 19px;
    letter-spacing: 1px;
    line-height: 12px;
    margin-bottom: 14px;
  }
  .page-contents.brands .modal-look .box-detail .txt {
    font-size: 12px;
    letter-spacing: 0.4px;
    line-height: 20px;
    text-align: left;
    padding-bottom: 14px;
  }
  .page-contents.brands .modal-look .box-detail .txt p + p {
    margin-top: 4px;
  }
  .page-contents.brands .modal-look .box-detail .txt .item {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-right: 4px;
  }
  .page-contents.brands .modal-look .box-detail .txt .brand {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .modal-look .box-detail .title {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
  }
  .page-contents.brands .modal-look .box-detail .credit {
    font-size: 10px;
    line-height: 15px;
  }
  .page-contents.brands .modal-look .box-detail .credit span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .modal-look .box-detail .credit .price {
    margin-left: 5px;
  }
  .page-contents.brands .modal-look .box-detail .btn.secondary.mv {
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .page-contents.brands .modal-look .slider-arrow {
    position: absolute;
    top: 57vw;
    width: 32px;
    height: 32px;
    outline: none;
    border: none;
    z-index: 50;
  }
  .page-contents.brands .modal-look .slider-arrow::before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page-contents.brands .modal-look .slider-arrow::after {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
    content: "";
    -webkit-transform: translate(1px, 0);
            transform: translate(1px, 0);
  }
  .page-contents.brands .modal-look .slider-arrow::before, .page-contents.brands .modal-look .slider-arrow::after {
    content: none;
  }
  .page-contents.brands .modal-look .slider-arrow-prev {
    left: 2%;
    -webkit-transform: rotate(180deg) translate(1px, 0);
            transform: rotate(180deg) translate(1px, 0);
  }
  .page-contents.brands .modal-look .slider-arrow-next {
    right: 2%;
  }
  .page-contents.brands .section-looks {
    padding: 50px 0 50px;
    background-color: #fff;
  }
  .page-contents.brands .section-looks .inner {
    position: relative;
  }
  .page-contents.brands .section-looks .ttl-section {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-contents.brands .section-looks .item-lists {
    margin-top: 28px;
  }
  .page-contents.brands .section-looks .item-lists .ttl-list {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.01em;
    line-height: 23px;
    text-align: left;
    color: #222;
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-contents.brands .section-looks .item-lists .ttl-list + .item-list {
    margin-top: 11px;
  }
  .page-contents.brands .section-looks .item-lists + .item-lists {
    margin-top: 25px;
  }
  .page-contents.brands .section-looks .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    overflow: auto;
    gap: 4px;
  }
  .page-contents.brands .section-looks .item-list li {
    width: 80%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
  }
  .page-contents.brands .section-looks .item-list li > a {
    display: block;
  }
  .page-contents.brands .section-looks .item-list li img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-contents.brands .section-looks .item-list li .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
  }
  .page-contents.brands .section-looks .item-list li .open-btn {
    width: 18px;
    height: 18px;
    position: absolute;
    display: block;
    z-index: 3;
    right: 13px;
    bottom: 13px;
    cursor: pointer;
    pointer-events: none;
  }
  .page-contents.brands .section-looks .item-list li .open-btn::after, .page-contents.brands .section-looks .item-list li .open-btn::before {
    width: 100%;
    height: 1px;
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.brands .section-looks .item-list li .open-btn::before {
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .page-contents.brands .section-looks .item-list li .info-box {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    background: transparent;
    /* Note: currently only Safari supports backdrop-filter */
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    --webkit-backdrop-filter: blur(8px);
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .page-contents.brands .section-looks .item-list li .info-box .text-main {
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin: 10px auto 0;
    width: 80%;
    position: relative;
    z-index: 3;
    word-break: break-word;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn {
    width: 46.66%;
    min-width: 140px;
    height: 35px;
    margin-top: 15px;
    color: #fff;
    border: 1px solid #222222;
    background-color: #222;
    position: relative;
    z-index: 3;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn a div {
    display: none;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn span {
    padding-right: 12px;
  }
  .page-contents.brands .section-looks .item-list li .info-box .btn span::after {
    width: 6px;
    height: 17px;
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.brands .section-looks .item-list li.is-open .info-box {
    opacity: 1;
    pointer-events: all;
  }
  .page-contents.brands .section-looks .item-list li.is-open .open-btn::before {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.brands .section-looks .item-list::before, .page-contents.brands .section-looks .item-list::after {
    content: "";
    display: block;
    width: 16px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .page-contents.brands .section-looks .item-list + .item-list {
    margin-top: 4px;
  }
  .page-contents.brands .section-look-list {
    padding: 80px 0 0;
  }
  .page-contents.brands .section-look-list .inner {
    margin: 0 20px;
    position: relative;
  }
  .page-contents.brands .section-look-list .box-ttl {
    margin-bottom: 20px;
  }
  .page-contents.brands .section-look-list .box-ttl .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
  .page-contents.brands .section-look-list .box-type {
    width: 100%;
  }
  .page-contents.brands .section-look-list .block-type {
    border-top: solid 1px #ccc;
    padding: 30px 0 50px;
  }
  .page-contents.brands .section-look-list .block-type .box-txt {
    color: #222;
    width: 100%;
    padding-bottom: 30px;
  }
  .page-contents.brands .section-look-list .block-type .box-txt .ttl-en {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.01em;
    line-height: 1;
  }
  .page-contents.brands .section-look-list .block-type .box-txt .ttl-ja {
    margin-bottom: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 24px;
  }
  .page-contents.brands .section-look-list .block-type .box-img {
    position: relative;
  }
  .page-contents.brands .section-look-list .block-type .box-img img {
    width: 100%;
  }
  .page-contents.brands .section-look-list .block-type .box-img .box-photo {
    margin-bottom: 15px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    bottom: 10px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn {
    width: 70%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 25px;
    margin: 0 auto;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn a {
    font-size: 12px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span {
    padding-right: 10px;
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.brands .section-look-list .block-type .box-img .inner-btn .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.brands .section-look-list .warm .ico img {
    width: 79.7%;
  }
  .page-contents.brands .section-look-list .woolish .ico img {
    width: 79.7%;
  }
  .page-contents.brands .section-look-list .newbiz .ico img {
    width: 100%;
  }
  .page-contents.brands .section-items {
    padding: 65px 0;
  }
  .page-contents.brands .section-items .inner {
    margin: 0 20px;
  }
  .page-contents.brands .section-items .ttl-sub {
    color: #997e5d;
    font-size: 13px;
    line-height: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-items .ttl-main {
    margin-bottom: 29px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-items .items-list {
    border-radius: 3px;
    overflow: hidden;
  }
  .page-contents.brands .section-items .items-list li {
    position: relative;
    height: 30.66vw;
    max-height: 115px;
    overflow: hidden;
    background: #fff;
  }
  .page-contents.brands .section-items .items-list li:not(:last-child) {
    margin-bottom: 2px;
  }
  .page-contents.brands .section-items .items-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
  }
  .page-contents.brands .section-items .items-list li .img {
    height: 100%;
    margin: 0 8.8% 0 6%;
  }
  .page-contents.brands .section-items .items-list li .img img {
    width: auto;
    height: 100%;
  }
  .page-contents.brands .section-items .items-list li .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-contents.brands .section-items .items-list li .ttl {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 25px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-items .items-list li .price {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-cloth {
    padding: 50px 0;
  }
  .page-contents.brands .section-cloth .container + .container {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 30px;
  }
  .page-contents.brands .section-cloth .ttl-main {
    font-size: 20px;
    line-height: 32px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin: 0 20px 30px;
  }
  .page-contents.brands .section-cloth .box-wrapper {
    position: relative;
    padding: 0 20px;
  }
  .page-contents.brands .section-cloth .box-content:not(:last-child) {
    margin-bottom: 20px;
  }
  .page-contents.brands .section-cloth .box-img {
    position: relative;
  }
  .page-contents.brands .section-cloth .box-img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cloth .box-img .box-txt {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #222;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 16px;
    margin: 0 0 10px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 18px;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.9);
    margin-bottom: 12px;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .txt-price {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-top: -7px;
    margin-bottom: 12px;
    letter-spacing: 0;
  }
  .page-contents.brands .section-cloth .box-img .box-txt .label-delivery {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #222;
    border-radius: 2px;
    padding: 4px 6px;
  }
  .page-contents.brands .section-cloth .list-item {
    display: block;
  }
  .page-contents.brands .section-cloth .list-item a {
    color: inherit;
    width: 100%;
    height: 100%;
    padding: 0;
    text-decoration: none;
    position: relative;
    line-height: 1;
    padding: 20px 20px;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #efefef;
  }
  .page-contents.brands .section-cloth .list-item a:not(:last-child) {
    margin-bottom: 1px;
  }
  .page-contents.brands .section-cloth .list-item a::after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 5.2%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-image: url(../images/common/arrow-black7.svg);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.brands .section-cloth .list-item li {
    position: relative;
  }
  .page-contents.brands .section-cloth .list-item .price {
    position: relative;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 9px;
    width: 90%;
  }
  .page-contents.brands .section-cloth .list-item .price span {
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
    letter-spacing: 0.08em;
  }
  .page-contents.brands .section-cloth .list-item .txt {
    font-size: 12px;
    line-height: 18px;
    width: 90%;
  }
  .page-contents.brands .section-cloth .list-item .brand {
    display: block;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 10px;
    color: #997e5d;
    letter-spacing: 0.5px;
    line-height: 13px;
    margin-top: 5px;
  }
  .page-contents.brands .section-cloth .list-item .brand.hg {
    font-size: 12px;
    display: inline;
    margin: 0 10px;
  }
  .page-contents.brands .section-cloth .btn-order {
    width: auto;
    height: 50px;
    margin: 25px 20px 0;
  }
  .page-contents.brands .section-cloth .btn-order a {
    padding: 16px 0;
    font-size: 15px;
  }
  .page-contents.brands .section-clothbrand {
    background-color: #fff;
    padding: 65px 0;
  }
  .page-contents.brands .section-clothbrand .inner {
    margin: 0 20px;
  }
  .page-contents.brands .section-clothbrand .ttl-main {
    margin-bottom: 29px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-quality .box-slider {
    position: relative;
  }
  .page-contents.brands .section-quality .modal {
    pointer-events: none;
  }
  .page-contents.brands .section-quality .modal.is-clickable {
    pointer-events: all;
  }
  .page-contents.brands .section-quality .modal .btn-close img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm {
    background: #fff;
    padding: 62px 0 65px;
  }
  .page-contents.brands .section-cm .inner {
    margin: 0 20px;
  }
  .page-contents.brands .section-cm .box-ttl {
    margin: 0 20px;
  }
  .page-contents.brands .section-cm .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 0;
  }
  .page-contents.brands .section-cm .switch-tab {
    margin-top: 28px;
    position: relative;
  }
  .page-contents.brands .section-cm .tabs {
    text-align: center;
    margin: 0 auto;
  }
  .page-contents.brands .section-cm .tabs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 35px;
    border-radius: 18px;
    background: #efefef;
    padding: 0 20px;
  }
  .page-contents.brands .section-cm .tabs .tab {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 29px;
    position: relative;
  }
  .page-contents.brands .section-cm .tabs .tab::before {
    display: block;
    content: "";
    background: #222;
    position: absolute;
    top: 0;
    width: calc(100% + 15px + 17px);
    height: 100%;
    opacity: 0;
    border-radius: 14.5px;
    z-index: 1;
  }
  .page-contents.brands .section-cm .tabs .tab:first-child::before {
    left: -17px;
  }
  .page-contents.brands .section-cm .tabs .tab:last-child::before {
    right: -17px;
  }
  .page-contents.brands .section-cm .tabs .tab.current {
    background: #222;
    color: #fff;
  }
  .page-contents.brands .section-cm .tabs .tab.current::before {
    opacity: 1;
  }
  .page-contents.brands .section-cm .tabs .tab span {
    position: relative;
    z-index: 2;
    font-size: 10px;
    line-height: 1;
  }
  .page-contents.brands .section-cm .tabs .tab .en {
    font-family: "sweet-sans-pro", sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
    margin-right: 5px;
    margin-top: -1px;
  }
  .page-contents.brands .section-cm .tabs .tab .ja {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .page-contents.brands .section-cm .tab-contents {
    margin-top: 15px;
  }
  .page-contents.brands .section-cm .tab-contents .content {
    position: relative;
    display: none;
  }
  .page-contents.brands .section-cm .tab-contents .content.current {
    display: block;
  }
  .page-contents.brands .section-cm .movie {
    position: relative;
  }
  .page-contents.brands .section-cm .movie .img {
    position: relative;
    z-index: 2;
  }
  .page-contents.brands .section-cm .movie .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm .movie .play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    width: 55px;
    opacity: 0.9;
  }
  .page-contents.brands .section-cm .movie .play a {
    display: block;
  }
  .page-contents.brands .section-cm .movie .play img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-cm .modal .btn-close img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-howto {
    padding: 50px 0;
  }
  .page-contents.brands .section-howto .box-ttl {
    margin: 0 20px;
  }
  .page-contents.brands .section-howto .ttl-slider {
    margin: 0 20px 20px;
    font-size: 23px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: -1px;
  }
  .page-contents.brands .section-howto .ttl-slider .num {
    margin-right: 5px;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto .ttl-sub {
    color: #997e5d;
    font-size: 13px;
    line-height: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-howto .ttl-main {
    font-size: 20px;
    line-height: 32px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 24px;
  }
  .page-contents.brands .section-howto .step-list li .img {
    margin-bottom: 8px;
  }
  .page-contents.brands .section-howto .step-list li .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.brands .section-howto .step-list li .img .tab-img {
    display: none;
  }
  .page-contents.brands .section-howto .step-list li .img .tab-img.is-active {
    display: block;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step {
    position: relative;
    height: 36px;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .num {
    position: absolute;
    bottom: -4px;
    left: 0;
    margin-right: 7px;
    font-size: 35px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .step {
    position: absolute;
    bottom: 0;
    left: 27px;
    font-size: 17px;
    line-height: 1;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto .step-list li .ttl-step .step.line-two {
    -webkit-transform: translate(0, 2px);
            transform: translate(0, 2px);
    line-height: 18px;
  }
  .page-contents.brands .section-howto .step-list li .txt {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.3px;
  }
  .page-contents.brands .section-howto .step-list li .txt-note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 1px;
    color: #999;
  }
  .page-contents.brands .section-howto .step-list li .link {
    margin-top: 10px;
    color: #997e5d;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto .step-list li .link::after {
    display: inline-block;
    width: 7px;
    height: 13px;
    margin-left: 6px;
    background: url(../images/common/arrow-gold7.svg) no-repeat center center;
    background-size: contain;
    content: "";
    vertical-align: top;
  }
  .page-contents.brands .section-howto .step-list li .link a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.brands .section-howto .step-list li:nth-child(3) .ttl-step .num, .page-contents.brands .section-howto .step-list li:nth-child(4) .ttl-step .num {
    bottom: -3px;
  }
  .page-contents.brands .section-howto .slider-wrapper .slider {
    margin: 0;
  }
  .page-contents.brands .section-howto .slider-wrapper .slider:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-contents.brands .section-howto .slider-wrapper .step-list li .ttl-step {
    font-size: 17px;
    line-height: 17px;
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto .slider-wrapper .step-list li .ttl-step .num {
    font-size: 17px;
  }
  .page-contents.brands .section-howto .slider-wrapper .step-list li .ttl-step .num::after {
    display: inline;
    content: ".";
  }
  .page-contents.brands .section-howto .tab-wrapper .tab {
    display: inline-block;
    position: relative;
    margin-bottom: 14px;
    margin-top: 3px;
    color: #aaa;
    font-size: 13px;
    line-height: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: -0.5px;
    cursor: pointer;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab:first-child::after {
    display: inline-block;
    margin: 0 4px;
    content: "|";
    color: #aaa;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab.is-active {
    color: #997e5d;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab.is-active::after {
    opacity: 1;
  }
  .page-contents.brands .section-howto .tab-wrapper .txt {
    display: none;
  }
  .page-contents.brands .section-howto .tab-wrapper .txt.is-active {
    display: block;
  }
  .page-contents.brands .section-howto-easy {
    padding: 50px 0;
  }
  .page-contents.brands .section-howto-easy .inner {
    margin: 0 20px;
  }
  .page-contents.brands .section-howto-easy .box-ttl {
    margin: 0 0 11px 0;
  }
  .page-contents.brands .section-howto-easy .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 0;
  }
  .page-contents.brands .section-howto-easy .ttl-slider {
    margin: 0 20px 20px;
    font-size: 23px;
    line-height: 23px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: -1px;
  }
  .page-contents.brands .section-howto-easy .ttl-slider .num {
    margin-right: 5px;
    font-size: 40px;
    line-height: 35px;
    letter-spacing: 0;
  }
  .page-contents.brands .section-howto-easy .ttl-sub {
    color: #997e5d;
    font-size: 13px;
    line-height: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  .page-contents.brands .section-howto-easy .step-list li {
    position: relative;
    padding: 19px 0 19px 113px;
  }
  .page-contents.brands .section-howto-easy .step-list li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.brands .section-howto-easy .step-list li .ico {
    text-align: center;
    min-height: 85px;
    position: absolute;
    left: 0;
    top: 48%;
    width: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.brands .section-howto-easy .step-list li .ttl-step {
    margin-bottom: 8px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    height: auto;
  }
  .page-contents.brands .section-howto-easy .step-list li .ttl-main {
    margin-bottom: 10px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .page-contents.brands .section-howto-easy .step-list li .txt {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }
  .page-contents.brands .section-about {
    padding: 50px 0 0;
  }
  .page-contents.brands .section-about .inner {
    margin: 0 auto;
  }
  .page-contents.brands .section-about .box-ttl {
    margin: 0 20px 23px;
  }
  .page-contents.brands .section-about .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
  }
  .page-contents.brands .section-about .about-list li {
    background: #fff;
    border-top: 2px solid #efefef;
  }
  .page-contents.brands .section-about .about-list li:nth-child(2) .box-txt {
    left: 0;
    right: auto;
    width: 60%;
  }
  .page-contents.brands .section-about .about-list li:first-child {
    border-top: unset;
  }
  .page-contents.brands .section-about .box-img img {
    width: 100%;
  }
  .page-contents.brands .section-about .box-txt {
    padding: 0 20px;
    text-align: left;
    position: absolute;
    right: 0;
    top: 40px;
  }
  .page-contents.brands .section-about .box-txt .ttl-sub {
    margin-bottom: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
  .page-contents.brands .section-about .box-txt .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.05em;
  }
  .page-contents.brands .section-about .box-txt .txt {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 16px;
  }
  .page-contents.brands .section-staffpick {
    padding: 50px 0;
  }
  .page-contents.brands .section-suitpedia {
    background: none;
    padding: 50px 0;
    border-top: 1px solid #ddd;
  }
  .page-contents.brands .section-news {
    padding: 58px 0 83px;
  }
  .page-contents.brands.men .section-staffpick {
    background: #fff;
  }
  .page-contents.brands.men .section-suitpedia {
    background: #fff;
  }
  .page-contents.brands.men .section-suitpedia .block-article {
    background: #efefef;
  }
  .page-contents.brands.men .section-news {
    background: #fff;
  }
  .page-contents.brands.women .section-suitpedia {
    background: #efefef;
  }
  .page-contents.brands.women .section-suitpedia .block-article {
    background: #fff;
  }
  .page-contents.brands.women .section-news {
    background: #efefef;
  }
}
@media screen and (max-width: 750px) and (max-width: 320px) {
  .page-contents.brands .section-mv .ttl-sub {
    font-size: 12px;
  }
  .page-contents.brands .section-mv .ttl-main {
    font-size: 19px;
    letter-spacing: 0.02em;
    line-height: 29px;
  }
  .page-contents.brands .section-items .items-list li::after {
    right: 3%;
  }
  .page-contents.brands .section-items .items-list li .img {
    margin-right: 1%;
  }
  .page-contents.brands .section-items .items-list li .ttl {
    font-size: 20px;
  }
  .page-contents.brands .section-howto .ttl-main {
    font-size: 25px;
    line-height: 30px;
  }
  .page-contents.brands .section-howto .tab-wrapper .tab {
    font-size: 11px;
  }
  .page-contents.brands .section-howto .ttl-step .step {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) and (max-width: 374px) {
  .page-contents.brands .section-look-list .block-type .box-img .txt .ico img {
    max-width: 260px;
  }
}
@media (max-width: 750px) {
  div:has(.page-contents.brands) .footer.footer-common-24ss {
    padding-bottom: 90px;
  }
}
/*========================================================================
    MARK: 幅ごとの調整用css
======================================================================= */
@media (max-width: 340px) {
  .page-contents.brands .footer-btn .btn a {
    font-size: 13px !important;
  }
}
/* ============================
 MEN TOP
============================ */
/* ============================
 MEN SUIT
============================ */
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.men.suit {
    overflow-x: hidden;
    width: 100%;
    line-height: 1;
  }
  .page-contents.men.suit .section-mv .btn.mv {
    width: 290px;
  }
  .page-contents.men.suit .section-mv .bg {
    background-image: url(../images/men/suit/img_mv_men_suit_25ss_pc.jpg);
  }
  .page-contents.men.suit .section-campaign-bnr {
    background-color: #efefef;
  }
  .page-contents.men.suit .section-look {
    background: #efefef;
  }
  .page-contents.men.suit .section-items {
    background: #e5e5e5;
  }
  .page-contents.men.suit .section-bnr img {
    width: 100%;
  }
  .page-contents.men.suit .section-cloth .inner {
    padding-bottom: 90px;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn {
    height: 45px;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn a:hover {
    background: #222;
    color: #fff;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn a:hover span::before {
    opacity: 1;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn a:hover span::after {
    opacity: 0;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: inherit;
    letter-spacing: 0.6px;
    position: relative;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span::before, .page-contents.men.suit .section-cloth .list-item li.list-btn span::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    vertical-align: top;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span::before {
    background-image: url(/assets/images/common/arrow-white7.svg);
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span::after {
    background-image: url(/assets/images/common/arrow-black7.svg);
    opacity: 0.45;
  }
  .page-contents.men.suit .section-cloth .box-banner {
    margin: 40px 0 0 auto;
    width: 70%;
    max-width: calc(100% - 280px);
  }
  .page-contents.men.suit .section-cloth .box-banner a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.men.suit .section-cloth .box-banner a:hover {
    opacity: 0.7;
  }
  .page-contents.men.suit .section-cloth .box-banner img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01, .page-contents.men.suit .section-clothbrand .box-img-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01 img, .page-contents.men.suit .section-clothbrand .box-img-02 img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .logo-img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .page-contents.men.suit .section-clothbrand .logo-img:hover {
    z-index: 1;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
    border-color: #f5f5f5;
    cursor: pointer;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01 .logo-img {
    width: 33.333%;
  }
  .page-contents.men.suit .section-clothbrand .box-img-02 {
    margin-bottom: 20px;
  }
  .page-contents.men.suit .section-clothbrand .box-img-02 .logo-img {
    width: 25%;
  }
  .page-contents.men.suit .section-clothbrand a {
    text-decoration: none;
  }
  .page-contents.men.suit .section-clothbrand .btn-link {
    padding: 8px 0;
    border-radius: 25px;
    border: 1px solid #aaa;
    width: 250px;
    height: 50px;
    margin: 0 auto;
  }
  .page-contents.men.suit .section-clothbrand .modal {
    display: none;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 999;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 5;
    width: 22px;
    height: 22px;
    cursor: pointer;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_suit_modal_close_white_pc.svg) no-repeat 1px center/20px auto;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link {
    padding: 8px 30px;
    border-radius: 25px;
    border: 1px solid #aaa;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
    margin: 0;
    color: #fff;
    background-color: #222;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span {
    font-size: 13px;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span::after {
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span::before {
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link:hover {
    color: #222;
    background-color: #fff;
  }
  .page-contents.men.suit .section-clothbrand .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .page-contents.men.suit .section-clothbrand .modal-inner {
    position: relative;
    margin: 5vh auto 0;
    height: 91vh;
    width: 90%;
    max-width: 1100px;
    min-width: 710px;
    background: #fff;
    overflow-y: scroll;
  }
  .page-contents.men.suit .section-clothbrand .modal-inner::-webkit-scrollbar {
    display: none;
  }
  .page-contents.men.suit .section-clothbrand .modal-ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: center;
    padding: 85px 0 30px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: #f5f5f5;
    width: calc(100% - 120px);
    padding: 20px 23px 17px;
    margin: 0 60px;
    position: sticky;
    top: -1px;
    left: 0;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 13px 8px 14px;
    background-color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #997e5d;
    border: 1px solid #997e5d;
    text-align: center;
    border-radius: 6px;
    margin: 0 3px 3px 0;
    cursor: pointer;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn a {
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn span {
    padding-right: 15px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn span::before {
    background: url(../images/common/arrow-under_brown5.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn span::after {
    background: url(../images/common/arrow-under-white5.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn:hover {
    background-color: #997e5d;
    color: #fff;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn:hover span {
    padding-right: 15px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn:hover span::before {
    opacity: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu .btn:hover span::after {
    opacity: 1;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu.fitted {
    width: 100%;
    margin: 0;
    padding: 20px 23px 17px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu.fitted .btn {
    padding: 8px 12px 9px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp {
    display: none;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail {
    width: 100%;
    position: relative;
    padding: 0 60px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .inner {
    width: 100%;
    padding-top: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 980px;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box:not(:first-child) {
    border-top: 1px solid #ddd;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .detail-box {
    width: 49%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .detail-box .logo-box {
    margin-bottom: 25px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .detail-box .logo-box img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .img-box {
    width: 44.9%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .img-box img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-001 .logo-box img {
    max-width: 150px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-002 .logo-box img {
    max-width: 190px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-003 .logo-box img {
    max-width: 190px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-004 .logo-box img {
    max-width: 102px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-005 .logo-box img {
    max-width: 192px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-006 .logo-box img {
    max-width: 173px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-007 .logo-box img {
    max-width: 210px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-008 .logo-box img {
    max-width: 210px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-009 .logo-box img {
    max-width: 200px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-010 .logo-box img {
    max-width: 270px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-011 .logo-box img {
    max-width: 185px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-012 .logo-box img {
    max-width: 185px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: 3.2% 5%;
    margin-bottom: 35px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box p {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.02em;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box p:not(:last-child) {
    padding-right: 18px;
    margin-right: 18px;
    border-right: 1px solid #ccc;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .txt {
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 22px;
    margin-bottom: 25px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .btn-link-wrapper .btn-link {
    width: 280px;
    height: 50px;
    margin: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .btn-link-wrapper .btn-link span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 1;
  }
}
@media (min-width: 751px) and (max-width: 950px) {
  .page-contents.men.suit .section-clothbrand .modal-menu {
    width: calc(100% - 60px);
    margin: 0 30px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail {
    padding: 0 30px;
  }
}
@media (min-width: 751px) {
  .page-contents.men.suit .section-quality .box-img {
    position: relative;
    padding-top: 53vw;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 {
    background: url(../images/men/suit/img_quality_01.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico li {
    margin-right: 26px;
    text-align: center;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .ico {
    width: 32px;
    margin: 0 auto;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .txt {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 11px;
    margin-top: 10px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 {
    background: url(../images/men/suit/img_quality_02.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .box:first-child {
    margin-right: 45px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .ttl-data {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0.7px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .txt-data {
    margin-top: 10px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 {
    background: url(../images/men/suit/img_quality_03.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico {
    position: relative;
    display: inline-block;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico .ico {
    width: 229px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 17px;
    border: 1px solid #BBBBBB;
    border-radius: 99px;
    margin-top: 35px;
    -webkit-transition: border 0.3s, background-color 0.3s;
    transition: border 0.3s, background-color 0.3s;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn .text {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #222;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn .icon {
    margin-left: 13px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn .icon svg .fill {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn:hover {
    border: 1px solid #222;
    background-color: #222;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn:hover .text {
    color: #fff;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn:hover .icon svg .fill {
    fill: #fff;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 {
    background: url(../images/men/suit/img_quality_04.jpg) no-repeat center right;
    background-size: cover;
    color: #fff;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico {
    margin-top: 30px;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico .ico {
    width: 170px;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-ttl {
    position: absolute;
    top: 6.5%;
    left: 7%;
    z-index: 5;
  }
  .page-contents.men.suit .section-quality .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page-contents.men.suit .section-quality .box-txt {
    position: absolute;
    top: 47%;
    left: 7%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.men.suit .section-quality .box-txt .ttl-sub {
    margin-bottom: 15px;
    color: inherit;
    font-size: 15px;
    line-height: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
  }
  .page-contents.men.suit .section-quality .box-txt .ttl-main {
    margin-bottom: 24px;
    font-size: 33px;
    line-height: 38px;
    letter-spacing: -2px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-quality .box-txt .txt-main {
    max-width: 500px;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.4px;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play a {
    display: inline-block;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play a:hover {
    opacity: 0.5;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .ico {
    margin-right: 13px;
    width: 31px;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .ico img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .txt {
    font-size: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.men.suit .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: right;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.men.suit .section-quality .slider .slider-arrow {
    display: none;
  }
  .page-contents.men.suit .section-quality.is-white .box-ttl .ttl-main {
    color: #fff;
  }
  .page-contents.men.suit .section-howto {
    background: #fff;
  }
  .page-contents.men.suit .section-established {
    padding: 30px 0;
    background: #efefef;
  }
  .page-contents.men.suit .section-established .inner {
    position: relative;
    margin: 0 30px;
  }
  .page-contents.men.suit .section-established .img {
    min-height: 400px;
    padding-top: 32.78%;
    background: url(../images/men/suit/img_established.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.suit .section-established .container {
    position: absolute;
    top: 50%;
    left: 8%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    color: #fff;
    text-align: center;
  }
  .page-contents.men.suit .section-established .logo {
    margin-bottom: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 23px;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
  }
  .page-contents.men.suit .section-established .txt {
    margin-bottom: 33px;
    font-size: 25px;
    line-height: 36px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0;
  }
  .page-contents.men.suit .section-established .btn {
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) and (max-width: 900px) {
  .page-contents.men.suit .section-quality .box-img {
    padding-top: 60vw;
  }
  .page-contents.men.suit .section-quality .box-txt {
    top: 54%;
  }
  .page-contents.men.suit .section-quality .box-txt .ttl-main {
    margin-bottom: 15px;
    font-size: 30px;
  }
  .page-contents.men.suit .section-quality .box-txt .txt-main {
    margin-bottom: 20px;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.men.suit .section-justfit .box-txt {
    top: 50%;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.men.suit {
    overflow-x: hidden;
    width: 100%;
    background: #efefef;
    line-height: 1;
  }
  .page-contents.men.suit .section {
    position: relative;
  }
  .page-contents.men.suit .section-mv .bg {
    background-image: url(../images/men/suit/img_mv_men_suit_25ss_sp.jpg);
  }
  .page-contents.men.suit .section-btn .btn span {
    letter-spacing: 0;
    font-size: 13px;
  }
  .page-contents.men.suit .section-campaign-bnr {
    background-color: #efefef;
  }
  .page-contents.men.suit .section-look .slide:not(:nth-last-child(-n+2))::after {
    background: #efefef;
  }
  .page-contents.men.suit .section-look .slide:nth-child(1)::before, .page-contents.men.suit .section-look .slide:nth-child(2)::before, .page-contents.men.suit .section-look .slide:nth-child(3)::before, .page-contents.men.suit .section-look .slide:nth-child(7)::before, .page-contents.men.suit .section-look .slide:nth-child(8)::before, .page-contents.men.suit .section-look .slide:nth-child(9)::before {
    background: #efefef;
    content: "";
  }
  .page-contents.men.suit .section-items {
    background: #e5e5e5;
  }
  .page-contents.men.suit .section-bnr img {
    width: 100%;
  }
  .page-contents.men.suit .section-bnr .credit {
    font-size: 10px;
    letter-spacing: -0.01em;
    line-height: 14px;
    color: #999;
    padding: 0 20px;
    margin-top: 10px;
  }
  .page-contents.men.suit .section-cloth {
    background: #fff;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn {
    height: 45px;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    text-decoration: none;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: inherit;
    letter-spacing: 0.43px;
    position: relative;
  }
  .page-contents.men.suit .section-cloth .list-item li.list-btn span::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
    vertical-align: top;
    margin-left: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(/assets/images/common/arrow-black7.svg);
    opacity: 0.45;
  }
  .page-contents.men.suit .section-cloth .box-banner {
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
  }
  .page-contents.men.suit .section-cloth .box-banner a {
    display: block;
  }
  .page-contents.men.suit .section-cloth .box-banner img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01 img, .page-contents.men.suit .section-clothbrand .box-img-02 img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .logo-img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01 {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .box-img-01 .logo-img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .box-img-02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-contents.men.suit .section-clothbrand .box-img-02 .logo-img {
    width: 50%;
  }
  .page-contents.men.suit .section-clothbrand a {
    text-decoration: none;
  }
  .page-contents.men.suit .section-clothbrand .btn-link-wrapper {
    position: unset;
    right: unset;
    top: unset;
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .btn-link {
    padding: 8px 0;
    border-radius: 25px;
    border: 1px solid #aaa;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  .page-contents.men.suit .section-clothbrand .modal {
    display: none;
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    z-index: 1001;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_suit_modal_close_black_sp.svg) no-repeat center center/13px auto;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link {
    padding: 8px 30px;
    border-radius: 25px;
    border: 1px solid #aaa;
    width: 100%;
    height: 50px;
    color: #fff;
    background-color: #222;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span {
    font-size: 13px;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span::after {
    background: url(../images/common/arrow-white7.svg) no-repeat center center;
  }
  .page-contents.men.suit .section-clothbrand .modal .btn-link span::before {
    background: url(../images/common/arrow-black7.svg) no-repeat center center;
  }
  .page-contents.men.suit .section-clothbrand .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .page-contents.men.suit .section-clothbrand .modal-inner {
    position: relative;
    height: 96.7vh;
    width: 95%;
    background: #fff;
    overflow-y: scroll;
    margin: 2.5% auto 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-inner::-webkit-scrollbar {
    display: none;
  }
  .page-contents.men.suit .section-clothbrand .modal-inner.bg-lock {
    overflow: hidden;
  }
  .page-contents.men.suit .section-clothbrand .modal-ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    letter-spacing: -0.02em;
    line-height: 20px;
    text-align: center;
    padding: 45px 0 25px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu {
    display: none;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp {
    position: sticky;
    top: 0;
    z-index: 2;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 90%;
    height: auto;
    border: 1px solid #ccc;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #997e5d;
    margin: 0 auto;
    border-radius: 6px;
    background-color: #fff;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted {
    width: 100%;
    border-radius: unset;
    border-top: unset;
    border-left: unset;
    border-right: unset;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted.open {
    height: 96.7vh !important;
    padding-bottom: 90px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted.open .btn p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted.open .btn p::after {
    top: -1px;
    right: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted.open .btn:last-child {
    border-bottom: 1px solid #ccc;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 50px;
    display: block;
    width: 1px;
    height: 25px;
    background-color: #ccc;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted span.menu-top {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.fitted span.menu-top::after {
    right: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp.open {
    height: 72vh;
    overflow-y: scroll;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp span.menu-top {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp span.menu-top::after {
    content: "";
    background: url(../images/common/arrow-under-black6.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    right: 15px;
    top: 20px;
    display: block;
    width: 8px;
    height: 10px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn {
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 15px 20px;
    display: none;
    border-top: 1px solid #ccc;
    background-color: #fff;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn a {
    font-size: unset;
    line-height: unset;
    letter-spacing: unset;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn .en-name {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 10px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #222;
    margin-bottom: 5px;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn .en-name::after {
    content: unset;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn p {
    width: 100%;
    padding-right: 15px;
    position: relative;
  }
  .page-contents.men.suit .section-clothbrand .modal-menu-sp .btn p::after {
    content: "";
    background: url(../images/common/arrow-under-black6.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: -7px;
    right: -5px;
    width: 8px;
    height: 10px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail {
    width: 100%;
    position: relative;
    padding: 0 20px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .inner {
    width: 100%;
    margin: 0 auto;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box {
    margin-bottom: 40px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box:not(:first-child) {
    padding-top: 50px;
    border-top: 1px solid #ddd;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box:last-child {
    margin-bottom: 0;
    padding-bottom: 50px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box:last-child .detail-box {
    padding-bottom: 50px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .detail-box .logo-box {
    margin-bottom: 25px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .detail-box .logo-box img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .img-box {
    margin-bottom: 23px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box .img-box img {
    width: 100%;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-001 {
    padding-top: 40px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-001 .logo-box img {
    max-width: 120px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-002 .logo-box img {
    max-width: 150px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-003 .logo-box img {
    max-width: 160px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-004 .logo-box img {
    max-width: 100px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-005 .logo-box img {
    max-width: 150px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-006 .logo-box img {
    max-width: 150px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-007 .logo-box img {
    max-width: 180px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-008 .logo-box img {
    max-width: 160px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-009 .logo-box img {
    max-width: 165px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-010 .logo-box img {
    max-width: 250px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-011 .logo-box img {
    max-width: 190px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .clothbrand-box#clothbrand-012 .logo-box img {
    max-width: 180px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    padding: 10px 8px;
    margin-bottom: 15px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box p {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .price-box p:not(:last-child) {
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .txt {
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 22px;
    margin-bottom: 22px;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .btn-link-wrapper .btn-link {
    width: 100%;
    height: 50px;
    margin: 0;
  }
  .page-contents.men.suit .section-clothbrand .modal-detail .btn-link-wrapper .btn-link span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 1;
  }
  .page-contents.men.suit .section-justfit .box-img {
    position: relative;
    padding: 119px 0 128px;
    background: url(../images/men/suit/img_justfit_sp.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.men.suit .section-justfit .box-txt {
    width: 89.33%;
    margin: 0 auto;
    color: #fff;
  }
  .page-contents.men.suit .section-justfit .box-txt .ttl-sub {
    margin-bottom: 14px;
    color: inherit;
    font-size: 13px;
    line-height: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
  }
  .page-contents.men.suit .section-justfit .box-txt .ttl-main {
    margin-bottom: 31px;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: -1px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-justfit .box-txt .txt-main {
    display: none;
    margin-bottom: 33px;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play a {
    display: inline-block;
    color: inherit;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play a:hover .txt {
    text-decoration: none;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play .ico {
    margin-right: 13px;
    width: 31px;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play .ico img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-justfit .box-txt .btn-play .txt {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .page-contents.men.suit .section-quality {
    background: #efefef;
    padding-top: 50px;
    z-index: 2;
  }
  .page-contents.men.suit .section-quality .box-img {
    position: relative;
    height: 125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 {
    background: url(../images/men/suit/img_quality_01_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico li {
    margin-right: 27px;
    text-align: center;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .ico {
    width: 32px;
    margin: 0 auto;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-01 .box-ico .txt {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 11px;
    margin-top: 10px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 {
    background: url(../images/men/suit/img_quality_02_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .box:first-child {
    margin-right: 35px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .ttl-data {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0.7px;
  }
  .page-contents.men.suit .section-quality .box-img.img-02 .box-data .txt-data {
    margin-top: 10px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 {
    background: url(../images/men/suit/img_quality_03_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico {
    position: relative;
    display: inline-block;
    margin-top: 28px;
    width: 210px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico .ico {
    width: 211px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding-top: 11px;
    padding-bottom: 12px;
    border: 1px solid #BBBBBB;
    border-radius: 99px;
    margin-top: 20px;
    -webkit-transition: border 0.3s, background-color 0.3s;
    transition: border 0.3s, background-color 0.3s;
    width: 100%;
    position: relative;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn .text {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #fff;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn .icon {
    margin-left: 13px;
  }
  .page-contents.men.suit .section-quality .box-img.img-03 .box-video .link-btn::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../images/women/suit/ico_playmovie_sp.svg);
  }
  .page-contents.men.suit .section-quality .box-img.img-04 {
    background: url(../images/men/suit/img_quality_04_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico {
    margin-top: 10px;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico .ico {
    width: 170px;
  }
  .page-contents.men.suit .section-quality .box-img.img-04 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.men.suit .section-quality .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0 0 24px 20px;
  }
  .page-contents.men.suit .section-quality .box-txt {
    color: #fff;
  }
  .page-contents.men.suit .section-quality .box-txt .ttl-sub {
    margin-bottom: 15px;
    color: inherit;
    font-size: 15px;
    line-height: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
  }
  .page-contents.men.suit .section-quality .box-txt .ttl-main {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 28px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-quality .box-txt .txt-main {
    font-size: 12px;
    line-height: 18px;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play a {
    display: inline-block;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play a:hover {
    opacity: 0.5;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .ico {
    margin-right: 13px;
    width: 31px;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .ico img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-quality .box-txt .btn-play .txt {
    font-size: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.men.suit .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.men.suit .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.men.suit .section-quality .slider .slider-arrow {
    display: none;
  }
  .page-contents.men.suit .section-howto {
    background: #e5e5e5;
  }
  .page-contents.men.suit .section-established .inner {
    position: relative;
  }
  .page-contents.men.suit .section-established .img {
    padding-top: 94.66%;
    background: url(../images/men/suit/img_established_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.suit .section-established .container {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
  }
  .page-contents.men.suit .section-established .box-txt {
    text-align: center;
    margin-bottom: 23px;
  }
  .page-contents.men.suit .section-established .logo {
    margin: 0 auto 21px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 23px;
    letter-spacing: 0;
    line-height: 25px;
  }
  .page-contents.men.suit .section-established .logo img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.suit .section-established .price {
    display: none;
  }
  .page-contents.men.suit .section-established .txt {
    font-size: 19px;
    line-height: 30px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0;
  }
  .page-contents.men.suit .section-established .btn-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.suit .section-established .btn-cover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.suit .section-established .btn {
    margin: 0 auto;
    width: 100px;
    height: 34px;
  }
  .page-contents.men.suit .section-established .btn a {
    padding: 0;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
  }
  .page-contents.men.suit .section-established .btn span {
    padding-right: 16px;
  }
  .page-contents.men.suit .section-established .btn span::after {
    width: 7px;
    height: 10px;
    top: 1px;
  }
}
/* ============================
 MEN SETUP
============================ */
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.men.setup {
    padding-top: 60px;
    line-height: 1;
  }
  .page-contents.men.setup .section {
    position: relative;
  }
  .page-contents.men.setup .section-mv .btn.mv {
    width: 290px;
  }
  .page-contents.men.setup .section-mv .bg {
    background-image: url(../images/men/setup/img_mv_men_easy_25ss_pc.jpg);
  }
  .page-contents.men.setup .section-mv .tags {
    border-color: #fff;
  }
  .page-contents.men.setup .section-mv .tags .tag {
    border-color: #fff;
  }
  .page-contents.men.setup .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.men.setup .section-look-list {
    background: #fff;
  }
  .page-contents.men.setup .section-items {
    background: #efefef;
  }
  .page-contents.men.setup .section-items .attention-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 20px;
    padding: 20px 20px 15px;
  }
  .page-contents.men.setup .section-items .attention-box .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.5;
  }
  .page-contents.men.setup .section-items .attention-box .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .page-contents.men.setup .section-howto-easy {
    background: #fff;
  }
  .page-contents.men.setup .section-howto {
    background: #efefef;
  }
  .page-contents.men.setup .section-about {
    background: #fff;
  }
  .page-contents.men.setup .section-about .about-list li {
    background: #efefef;
  }
  .page-contents.men.setup .section-suitpedia {
    background: #efefef;
  }
  .page-contents.men.setup .section-suitpedia .inner {
    border-top: none;
  }
  .page-contents.men.setup .section-staffpick {
    background: #fff;
  }
  .page-contents.men.setup .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.men.setup .section-about .box-txt .ttl-main br {
    display: none;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.men.setup {
    background: #efefef;
    line-height: 1;
  }
  .page-contents.men.setup .section {
    position: relative;
  }
  .page-contents.men.setup .section-mv .bg {
    background-image: url(../images/men/setup/img_mv_men_easy_25ss_sp.jpg);
  }
  .page-contents.men.setup .section-mv .ttl-main {
    margin-bottom: 0;
  }
  .page-contents.men.setup .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.men.setup .section-look-list {
    background: #fff;
  }
  .page-contents.men.setup .section-items .attention-box {
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-top: 10px;
    padding: 20px 20px 15px;
  }
  .page-contents.men.setup .section-items .attention-box .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.5;
  }
  .page-contents.men.setup .section-items .attention-box .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .page-contents.men.setup .section-howto-easy {
    background: #fff;
  }
  .page-contents.men.setup .section-howto {
    background: #efefef;
  }
  .page-contents.men.setup .section-about {
    background: #efefef;
  }
  .page-contents.men.setup .section-about .about-list li {
    border-color: #fff;
  }
  .page-contents.men.setup .section-suitpedia {
    border-top: none;
  }
  .page-contents.men.setup .section-staffpick {
    background: #fff;
  }
  .page-contents.men.setup .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
}
/* ============================
 MEN SHIRT
============================ */
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  60% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.men.shirt {
    overflow-x: hidden;
    width: 100%;
    padding-top: 60px;
    line-height: 1;
  }
  .page-contents.men.shirt .section-mv .bg {
    background-image: url(../images/men/shirt/img_mv_men_shirts_25ss_pc.jpg);
  }
  .page-contents.men.shirt .section-mv .box-txt {
    color: #222;
    text-shadow: 2px 2px 15px rgba(255, 255, 255, 0.7);
  }
  .page-contents.men.shirt .section-mv .ttl-sub {
    color: #222;
    -webkit-filter: unset;
            filter: unset;
  }
  .page-contents.men.shirt .section-mv .tags {
    background-color: #fff;
    padding: 13px 12px 12px;
  }
  .page-contents.men.shirt .section-mv .tag {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.48px;
    padding: 0;
    margin: 0;
  }
  .page-contents.men.shirt .section-mv .tag span {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 0;
    margin-left: 3px;
  }
  .page-contents.men.shirt .section-mv .tag:last-child {
    margin: 0 0 0 12px;
    padding: 0 0 2px 12px;
    border-left: 1px solid #999;
  }
  .page-contents.men.shirt .section-easycare {
    background: #fff;
    padding: 80px 0;
  }
  .page-contents.men.shirt .section-easycare .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: table;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.men.shirt .section-easycare .inner .txt {
    display: table-cell;
    width: 48%;
    padding-right: 10%;
    vertical-align: middle;
  }
  .page-contents.men.shirt .section-easycare .inner .txt .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 25px;
  }
  .page-contents.men.shirt .section-easycare .inner .txt .txt-main {
    font-size: 16px;
    line-height: 26px;
  }
  .page-contents.men.shirt .section-easycare .inner .img-block {
    display: table-cell;
    width: 52%;
  }
  .page-contents.men.shirt .section-easycare .inner .img-block img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items {
    padding: 60px 0 96px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-items .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-contents.men.shirt .section-items .inner-01, .page-contents.men.shirt .section-items .inner-02, .page-contents.men.shirt .section-items .inner-03, .page-contents.men.shirt .section-items .inner-04 {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto 4px;
    position: relative;
  }
  .page-contents.men.shirt .section-items .inner-01 img, .page-contents.men.shirt .section-items .inner-02 img, .page-contents.men.shirt .section-items .inner-03 img, .page-contents.men.shirt .section-items .inner-04 img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items .inner-01 .txt, .page-contents.men.shirt .section-items .inner-02 .txt, .page-contents.men.shirt .section-items .inner-03 .txt, .page-contents.men.shirt .section-items .inner-04 .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    color: #fff;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl, .page-contents.men.shirt .section-items .inner-02 .ttl, .page-contents.men.shirt .section-items .inner-03 .ttl, .page-contents.men.shirt .section-items .inner-04 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl span, .page-contents.men.shirt .section-items .inner-02 .ttl span, .page-contents.men.shirt .section-items .inner-03 .ttl span, .page-contents.men.shirt .section-items .inner-04 .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1;
    margin-left: 15px;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl-sub, .page-contents.men.shirt .section-items .inner-02 .ttl-sub, .page-contents.men.shirt .section-items .inner-03 .ttl-sub, .page-contents.men.shirt .section-items .inner-04 .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .page-contents.men.shirt .section-items .inner-01 .txt-main, .page-contents.men.shirt .section-items .inner-02 .txt-main, .page-contents.men.shirt .section-items .inner-03 .txt-main, .page-contents.men.shirt .section-items .inner-04 .txt-main {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 23px;
    letter-spacing: 0.03em;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn.secondary, .page-contents.men.shirt .section-items .inner-02 .btn.secondary, .page-contents.men.shirt .section-items .inner-03 .btn.secondary, .page-contents.men.shirt .section-items .inner-04 .btn.secondary {
    border-radius: 25px;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-02 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-03 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-04 .btn.secondary:hover {
    background: #222;
    border: none;
  }
  .page-contents.men.shirt .section-items .inner-02 .txt-main {
    font-size: 10px;
    line-height: 14px;
  }
  .page-contents.men.shirt .section-items .inner-02 .ttl-sub {
    margin-bottom: 23px;
  }
  .page-contents.men.shirt .section-items .inner-03 .ttl-sub {
    margin-bottom: 23px;
  }
  .page-contents.men.shirt .section-items-all {
    padding: 60px 0 70px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-items-all .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-contents.men.shirt .section-items-all .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.men.shirt .section-items-all .inner img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items-all .inner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    color: #fff;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 1;
    margin-left: 15px;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn.secondary {
    border-radius: 25px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn.secondary:hover {
    background: #222;
    border: none;
  }
  .page-contents.men.shirt .section-items-reserve {
    padding: 60px 0 70px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-items-reserve .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-contents.men.shirt .section-items-reserve .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.men.shirt .section-items-reserve .inner img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items-reserve .inner .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    color: #fff;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 24px;
    line-height: 1.1;
    margin-bottom: 20px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 1;
    margin-left: 15px;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 28px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.secondary {
    border-radius: 25px;
    height: 50px;
    width: 180px;
    border: none;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.secondary.black span::before, .page-contents.men.shirt .section-items-reserve .inner .btn.secondary.black span::after {
    width: 8px;
    height: 14px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.secondary.black:hover {
    background: #fff;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.secondary.white {
    margin-left: 10px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.secondary.white:hover {
    background: #222;
    border: none;
  }
  .page-contents.men.shirt .section-quality {
    padding: 90px 0 0;
    background: no-repeat center center;
    background-size: cover;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
  }
  .page-contents.men.shirt .section-quality + .section-quality {
    margin: 40px auto 105px;
  }
  .page-contents.men.shirt .section-quality h2.ttl {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 28px;
  }
  .page-contents.men.shirt .section-quality h2.ttl.ja {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-quality .inner {
    padding-top: 54.68%;
  }
  .page-contents.men.shirt .section-quality .box-txt {
    position: absolute;
    z-index: 2;
  }
  .page-contents.men.shirt .section-quality .box-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .page-contents.men.shirt .section-quality .box-data .box {
    width: 50%;
  }
  .page-contents.men.shirt .section-quality .box-data .ttl {
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-quality .box-data .data {
    font-size: 50px;
    line-height: 1;
    letter-spacing: -0.83px;
  }
  .page-contents.men.shirt .section-quality .box-data .data .small {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.6px;
  }
  .page-contents.men.shirt .section-quality .ttl-sub {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .page-contents.men.shirt .section-quality .ttl-main {
    margin-bottom: 14px;
    font-size: 33px;
    letter-spacing: -1px;
    line-height: 42px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-quality .txt-main {
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-quality .slider-factory {
    position: absolute;
    top: 0;
    left: 0;
    height: 100.5%;
    width: 100%;
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide {
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-01 {
    background-image: url(../images/men/shirt/img_quality_02_01_pc.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-02 {
    background-image: url(../images/men/shirt/img_quality_02_02_pc.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-03 {
    background-image: url(../images/men/shirt/img_quality_02_03_pc.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-04 {
    background-image: url(../images/men/shirt/img_quality_02_04_pc.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-05 {
    background-image: url(../images/men/shirt/img_quality_02_05_pc.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide {
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-01 {
    background-image: url(../images/men/shirt/img_quality_03_01.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-01 .ico {
    bottom: 40%;
    left: 64%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-02 {
    background-image: url(../images/men/shirt/img_quality_03_02.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-02 .ico {
    left: 51%;
    top: 32%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-03 {
    background-image: url(../images/men/shirt/img_quality_03_03.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-03 .ico {
    top: 40%;
    left: 41%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-04 {
    background-image: url(../images/men/shirt/img_quality_03_04.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-04 .ico {
    bottom: 51%;
    left: 42%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-05 {
    background-image: url(../images/men/shirt/img_quality_03_05.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-05 .ico {
    top: 51%;
    left: 55%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slider-arrow::before {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slider-arrow-next {
    right: 20px;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slider-arrow-prev {
    left: 20px;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slider-arrow.border::before {
    border-color: #ccc;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slider-arrow.border::after {
    background-image: url(../images/common/arrow-black7.svg);
  }
  .page-contents.men.shirt .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: right;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.men.shirt .section-quality .slider .ico {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
  .page-contents.men.shirt .section-quality .slider .ico span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #fff;
    -webkit-animation: scaleout 3.9s infinite ease-out;
            animation: scaleout 3.9s infinite ease-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  }
  .page-contents.men.shirt .section-quality .slider .ico span:nth-child(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .page-contents.men.shirt .section-quality .slider .ico span:nth-child(3) {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  .page-contents.men.shirt .section-quality .slider .box-txt {
    top: 52%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.men.shirt .section-quality .slider .box-txt .ttl-main {
    margin-bottom: 22px;
  }
  .page-contents.men.shirt .section-quality .slider .box-txt .txt-main {
    max-width: 321px;
  }
  .page-contents.men.shirt .section-quality-01 {
    background-image: url(../images/men/shirt/img_quality_01.jpg);
  }
  .page-contents.men.shirt .section-quality-01 .box-txt {
    top: 8%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
  .page-contents.men.shirt .section-quality-01 .inner {
    width: 90%;
    max-width: none;
  }
  .page-contents.men.shirt .section-quality-02 .inner {
    width: 100%;
    max-width: none;
  }
  .page-contents.men.shirt .section-quality-02 .box-txt {
    top: 50%;
    left: 10%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 360px;
    color: #fff;
  }
  .page-contents.men.shirt .section-quality-02 .ttl-main {
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 33px;
  }
  .page-contents.men.shirt .section-quality-03 .inner {
    width: 84%;
    max-width: none;
  }
  .page-contents.men.shirt .section-quality-03 .box-txt {
    top: 51%;
    left: -5%;
  }
  .page-contents.men.shirt .section-howto {
    background: #efefef;
    padding: 66px 0 70px;
  }
  .page-contents.men.shirt .section-howto .inner {
    width: 95%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-howto .box-ttl {
    margin-bottom: 25px;
  }
  .page-contents.men.shirt .section-howto .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0;
  }
  .page-contents.men.shirt .section-howto .step-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 33.33%;
    padding: 15px 3.6% 5px;
  }
  .page-contents.men.shirt .section-howto .step-list li + li {
    border-left: 1px solid #ddd;
  }
  .page-contents.men.shirt .section-howto .step-list .ico {
    text-align: center;
    margin-bottom: 30px;
    min-height: 85px;
  }
  .page-contents.men.shirt .section-howto .step-list .ttl-step {
    margin-bottom: 8px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 1;
    height: auto;
    text-align: center;
  }
  .page-contents.men.shirt .section-howto .step-list .ttl-main {
    margin-bottom: 10px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-align: center;
  }
  .page-contents.men.shirt .section-howto .step-list .txt {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }
  .page-contents.men.shirt .section-point .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-point .box-ttl {
    text-align: center;
  }
  .page-contents.men.shirt .section-point .box-ttl .ttl {
    font-size: 22px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-point .box-ttl .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-point .box-col2 {
    margin-top: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .page-contents.men.shirt .section-point .box-col2 + .box-col2 {
    margin-top: 50px;
  }
  .page-contents.men.shirt .section-point .box-col2::before {
    content: "";
    display: block;
    width: 50%;
    padding-top: 35.18%;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img {
    position: relative;
    width: calc(50% - 1px);
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img:not(:first-child) {
    margin-left: 2px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 30px;
    min-width: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    color: #fff;
    letter-spacing: 0;
    z-index: 2;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label.ng {
    background: #464646;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label.good {
    background: #997e5d;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt {
    width: 50%;
    margin-top: -20px;
    padding-left: 8%;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .point {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .point span {
    font-size: 15px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .ttl {
    margin-top: 13px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .txt strong {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-decoration: underline;
  }
  .page-contents.men.shirt .section-point .box-col2.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .page-contents.men.shirt .section-point .box-col2.reverse .box-img {
    left: auto;
    right: 0;
  }
  .page-contents.men.shirt .section-point .box-col2.reverse .box-txt {
    padding-left: 2.5%;
    padding-right: 5%;
  }
  .page-contents.men.shirt .section-size {
    margin-top: 38px;
  }
  .page-contents.men.shirt .section-size .inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-size .box-img {
    position: relative;
    z-index: 1;
  }
  .page-contents.men.shirt .section-size .box-img picture {
    display: block;
  }
  .page-contents.men.shirt .section-size .box-img img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.shirt .section-size .box-content {
    position: absolute;
    z-index: 2;
    left: 5%;
    top: 50%;
    color: #fff;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.men.shirt .section-size .box-ttl {
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .page-contents.men.shirt .section-size .box-ttl .ttl-sub {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-ttl .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-top: 3px;
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-size .box-ttl .txt {
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-range {
    margin-top: 25px;
    text-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  }
  .page-contents.men.shirt .section-size .box-range .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-size .box-range .txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-btns {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-size .box-btns .btn {
    border-radius: 25px;
    height: 50px;
    min-width: 180px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
  .page-contents.men.shirt .section-size .box-btns .btn.black span::before, .page-contents.men.shirt .section-size .box-btns .btn.black span::after {
    width: 8px;
    height: 14px;
  }
  .page-contents.men.shirt .section-size .box-btns .btn.black:hover {
    background: #fff;
    border-color: #fff;
  }
  .page-contents.men.shirt .section-size .box-btns .btn.white {
    margin-left: 10px;
  }
  .page-contents.men.shirt .section-size .box-btns .btn.white:hover {
    background: #222;
    border-color: #222;
  }
  .page-contents.men.shirt .section-option {
    margin-top: 90px;
    padding: 100px 0 60px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-option .inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-option .box-ttl {
    text-align: center;
  }
  .page-contents.men.shirt .section-option .box-ttl .ttl {
    font-size: 22px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-option .box-ttl .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-option .box-option {
    margin-top: 30px;
    background: #fff;
    padding: 32px 55px 38px;
  }
  .page-contents.men.shirt .section-option .box-option + .box-option {
    margin-top: 30px;
  }
  .page-contents.men.shirt .section-option .box-option .ttl-main {
    font-size: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-option .box-option .list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 24px 20px;
    margin-top: 22px;
  }
  .page-contents.men.shirt .section-option .box-option .list li .img img {
    width: 100%;
  }
  .page-contents.men.shirt .section-option .box-option .list li .ttl {
    margin-top: 9px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-option .box-option .list li .price {
    margin-top: 3px;
    font-size: 12px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-option .box-option .list li .txt {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.4;
  }
  .page-contents.men.shirt .section-video {
    padding: 80px 0 90px;
  }
  .page-contents.men.shirt .section-video .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-video .box-ttl {
    text-align: center;
  }
  .page-contents.men.shirt .section-video .box-ttl .ttl-main {
    font-size: 22px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-video .box-video {
    margin-top: 27px;
    position: relative;
    padding-top: 56.25%;
  }
  .page-contents.men.shirt .section-video .box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.shirt .section-video .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    margin-top: 20px;
  }
  .page-contents.men.shirt .section-suitpedia {
    padding: 60px 0 60px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-suitpedia + .section-howto {
    background: #fff;
  }
  .page-contents.men.shirt .section-suitpedia .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 0;
    border: none;
  }
  .page-contents.men.shirt .section-suitpedia a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.men.shirt .section-suitpedia .box-ttl {
    margin-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-suitpedia .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 26px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-right: 50px;
  }
  .page-contents.men.shirt .section-suitpedia .box-btn {
    position: absolute;
    right: 0;
    top: -75px;
  }
  .page-contents.men.shirt .section-suitpedia .box-list {
    position: relative;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.is-active {
    z-index: 2;
    opacity: 1;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.women {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.women .block-article .vol {
    color: #222;
  }
  .page-contents.men.shirt .section-suitpedia .block-article {
    position: relative;
    height: auto;
    width: calc((100% - 80px) / 3);
  }
  .page-contents.men.shirt .section-suitpedia .block-article > a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .page-contents.men.shirt .section-suitpedia .block-article a:hover {
    opacity: 0.7;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .photo {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
    padding-top: 59.75%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .vol {
    position: absolute;
    right: 17px;
    top: 12px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 30px;
    color: #222;
    letter-spacing: 0.02em;
    line-height: 1;
    text-align: right;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .article-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .category {
    display: inline-block;
    margin: 0 6px 10px 0;
    padding: 3px 6px;
    background: #997e5d;
    color: #fff;
    font-size: 11px;
    line-height: 12px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-date {
    display: inline-block;
    margin-bottom: 7px;
    color: #999;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-date .year::after,
  .page-contents.men.shirt .section-suitpedia .block-article .box-date .month::after {
    display: inline;
    content: ".";
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl {
    margin-bottom: 0;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl .ttl {
    display: -webkit-box;
    overflow: hidden;
    max-height: 72px;
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-overflow: ellipsis;
    letter-spacing: 0.08em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl .ttl a {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl .ttl a:hover {
    opacity: 0.5;
  }
  .page-contents.men.shirt .section-staffpick {
    padding: 60px 0 60px;
    background: #fff;
  }
  .page-contents.men.shirt .section-staffpick .inner {
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-contents.men.shirt .section-staffpick .box-ttl {
    width: 21.4545%;
    min-width: 236px;
    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;
  }
  .page-contents.men.shirt .section-staffpick a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.men.shirt .section-staffpick .ttl-sub {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .page-contents.men.shirt .section-staffpick .ttl-main {
    margin-bottom: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 26px;
    letter-spacing: 0.02em;
    line-height: 1;
  }
  .page-contents.men.shirt .section-staffpick .ttl-ja {
    margin-bottom: 27px;
    font-size: 12px;
    letter-spacing: 0.09em;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-staffpick .box-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .page-contents.men.shirt .section-staffpick .box-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.men.shirt .section-staffpick .box-list li {
    width: calc((100% - 90px) / 4);
    max-width: none;
  }
  .page-contents.men.shirt .section-staffpick .box-list .img {
    margin-bottom: 19px;
    position: relative;
  }
  .page-contents.men.shirt .section-staffpick .box-list .img a:hover {
    opacity: 0.7;
  }
  .page-contents.men.shirt .section-staffpick .box-list .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.shirt .section-staffpick .box-list .txt-date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .page-contents.men.shirt .section-staffpick .box-list .txt-date .category {
    display: inline-block;
    padding: 5px 8px 0 0;
    background: #fff;
    color: #222;
    font-size: 10px;
    line-height: 11px;
    font-family: "sweet-sans-pro", sans-serif;
    vertical-align: middle;
    letter-spacing: 0.02em;
  }
  .page-contents.men.shirt .section-staffpick .box-list .txt-date .date {
    color: #888;
    font-size: 12px;
    line-height: 11px;
    vertical-align: middle;
    letter-spacing: 0;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-staffpick .box-list .ttl {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0.08em;
    max-height: 60px;
    color: #222;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .page-contents.men.shirt .section-staffpick .box-list .ttl a:hover {
    opacity: 0.5;
  }
  .page-contents.men.shirt .section-staffpick .box-list .store {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.08em;
    color: #888;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.men.shirt {
    overflow-x: hidden;
    width: 100%;
    line-height: 1;
  }
  .page-contents.men.shirt .section {
    position: relative;
  }
  .page-contents.men.shirt .section-mv .bg {
    background-image: url(../images/men/shirt/img_mv_men_shirts_25ss_sp.jpg);
  }
  .page-contents.men.shirt .section-mv .bg::after {
    content: unset;
  }
  .page-contents.men.shirt .section-mv .box-txt {
    color: #222;
    text-shadow: 2px 2px 15px rgba(255, 255, 255, 0.7);
  }
  .page-contents.men.shirt .section-mv .ttl-sub {
    color: #222;
    margin-bottom: 9px;
    -webkit-filter: unset;
            filter: unset;
  }
  .page-contents.men.shirt .section-mv .ttl-main {
    margin-bottom: 12px;
  }
  .page-contents.men.shirt .section-mv .tags {
    background-color: #fff;
    padding: 13px 12px 12px;
  }
  .page-contents.men.shirt .section-mv .tag {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    margin: 0;
  }
  .page-contents.men.shirt .section-mv .tag span {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 0;
    margin-left: 3px;
  }
  .page-contents.men.shirt .section-mv .tag:last-child {
    margin: 0 0 0 12px;
    padding: 0 0 2px 12px;
    border-left: 1px solid #999;
  }
  .page-contents.men.shirt .section-easycare {
    background: #fff;
    padding: 20px 0;
  }
  .page-contents.men.shirt .section-easycare .inner {
    position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-easycare .inner .txt {
    position: absolute;
    width: 90%;
    bottom: 30px;
    left: 5%;
    z-index: 1;
  }
  .page-contents.men.shirt .section-easycare .inner .txt .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 13px;
    color: #fff;
  }
  .page-contents.men.shirt .section-easycare .inner .txt .txt-main {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
  }
  .page-contents.men.shirt .section-easycare .inner .img-block::after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65.3vw;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
    content: "";
  }
  .page-contents.men.shirt .section-easycare .inner .img-block img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items {
    background: #efefef;
    padding: 60px 0 46px;
  }
  .page-contents.men.shirt .section-items .ttl-main {
    width: 90%;
    margin: 0 auto;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .page-contents.men.shirt .section-items .inner-01, .page-contents.men.shirt .section-items .inner-02, .page-contents.men.shirt .section-items .inner-03, .page-contents.men.shirt .section-items .inner-04 {
    width: 90%;
    margin: 0 auto 4px;
    position: relative;
  }
  .page-contents.men.shirt .section-items .inner-01 img, .page-contents.men.shirt .section-items .inner-02 img, .page-contents.men.shirt .section-items .inner-03 img, .page-contents.men.shirt .section-items .inner-04 img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items .inner-01 .txt, .page-contents.men.shirt .section-items .inner-02 .txt, .page-contents.men.shirt .section-items .inner-03 .txt, .page-contents.men.shirt .section-items .inner-04 .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    color: #fff;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl, .page-contents.men.shirt .section-items .inner-02 .ttl, .page-contents.men.shirt .section-items .inner-03 .ttl, .page-contents.men.shirt .section-items .inner-04 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl span, .page-contents.men.shirt .section-items .inner-02 .ttl span, .page-contents.men.shirt .section-items .inner-03 .ttl span, .page-contents.men.shirt .section-items .inner-04 .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items .inner-01 .ttl-sub, .page-contents.men.shirt .section-items .inner-02 .ttl-sub, .page-contents.men.shirt .section-items .inner-03 .ttl-sub, .page-contents.men.shirt .section-items .inner-04 .ttl-sub {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 6px;
  }
  .page-contents.men.shirt .section-items .inner-01 .txt-main, .page-contents.men.shirt .section-items .inner-02 .txt-main, .page-contents.men.shirt .section-items .inner-03 .txt-main, .page-contents.men.shirt .section-items .inner-04 .txt-main {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 12px;
    letter-spacing: 0.03em;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn, .page-contents.men.shirt .section-items .inner-02 .btn, .page-contents.men.shirt .section-items .inner-03 .btn, .page-contents.men.shirt .section-items .inner-04 .btn {
    width: 120px;
    height: 35px;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn span, .page-contents.men.shirt .section-items .inner-02 .btn span, .page-contents.men.shirt .section-items .inner-03 .btn span, .page-contents.men.shirt .section-items .inner-04 .btn span {
    padding-right: 14px;
    padding-left: 2px;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn span::after, .page-contents.men.shirt .section-items .inner-02 .btn span::after, .page-contents.men.shirt .section-items .inner-03 .btn span::after, .page-contents.men.shirt .section-items .inner-04 .btn span::after {
    width: 7px;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn.secondary, .page-contents.men.shirt .section-items .inner-02 .btn.secondary, .page-contents.men.shirt .section-items .inner-03 .btn.secondary, .page-contents.men.shirt .section-items .inner-04 .btn.secondary {
    border-radius: 25px;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn.secondary a, .page-contents.men.shirt .section-items .inner-02 .btn.secondary a, .page-contents.men.shirt .section-items .inner-03 .btn.secondary a, .page-contents.men.shirt .section-items .inner-04 .btn.secondary a {
    font-size: 12px;
  }
  .page-contents.men.shirt .section-items .inner-01 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-02 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-03 .btn.secondary:hover, .page-contents.men.shirt .section-items .inner-04 .btn.secondary:hover {
    background: #222;
  }
  .page-contents.men.shirt .section-items .inner-02 .txt-main {
    font-size: 10px;
    line-height: 14px;
  }
  .page-contents.men.shirt .section-items .inner-02 .ttl-sub {
    margin-bottom: 12px;
  }
  .page-contents.men.shirt .section-items .inner-03 .ttl-sub {
    margin-bottom: 12px;
  }
  .page-contents.men.shirt .section-items-all {
    background: #efefef;
    padding: 30px 0;
  }
  .page-contents.men.shirt .section-items-all .ttl-main {
    width: 90%;
    margin: 0 auto;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .page-contents.men.shirt .section-items-all .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.men.shirt .section-items-all .inner img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items-all .inner .txt {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    z-index: 1;
    width: 90%;
    color: #fff;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items-all .inner .ttl-sub {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn {
    width: 120px;
    height: 35px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn span {
    padding-right: 14px;
    padding-left: 2px;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-items-all .inner .btn span::after {
    width: 7px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn.secondary {
    border-radius: 25px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn.secondary a {
    font-size: 12px;
  }
  .page-contents.men.shirt .section-items-all .inner .btn.secondary:hover {
    background: #222;
  }
  .page-contents.men.shirt .section-items-reserve {
    background: #efefef;
    padding: 30px 0;
  }
  .page-contents.men.shirt .section-items-reserve .ttl-main {
    width: 90%;
    margin: 0 auto;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .page-contents.men.shirt .section-items-reserve .inner {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.men.shirt .section-items-reserve .inner img {
    width: 100%;
  }
  .page-contents.men.shirt .section-items-reserve .inner .txt {
    position: absolute;
    left: 50%;
    bottom: 18px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    color: #fff;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 11px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl span {
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .ttl-sub {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 26px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn {
    width: 100%;
    height: 45px;
    border-radius: 23px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn a {
    font-size: 12px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn span {
    padding-right: 14px;
    padding-left: 2px;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn span::after {
    width: 7px;
  }
  .page-contents.men.shirt .section-items-reserve .inner .btn.white {
    margin-left: 10px;
  }
  .page-contents.men.shirt .section-uniqueness {
    background: #efefef;
  }
  .page-contents.men.shirt .section-uniqueness > .inner {
    margin: 0 10px;
    padding: 30px 0;
  }
  .page-contents.men.shirt .section-uniqueness .box-title {
    margin: 0 10px;
  }
  .page-contents.men.shirt .section-uniqueness .ttl-sub {
    color: #997e5d;
    font-size: 13px;
    line-height: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .page-contents.men.shirt .section-uniqueness .ttl-main {
    font-size: 25px;
    line-height: 32px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: -0.5px;
    margin-bottom: 40px;
  }
  .page-contents.men.shirt .section-quality {
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-quality + .section-quality {
    width: 90%;
    margin: 20px auto 0;
  }
  .page-contents.men.shirt .section-quality h2.ttl {
    width: 90%;
    margin: 0 auto;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 21px;
  }
  .page-contents.men.shirt .section-quality h2.ttl.ja {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-quality .inner {
    position: relative;
    padding-top: 160%;
  }
  .page-contents.men.shirt .section-quality .box-txt {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 90%;
    color: #fff;
  }
  .page-contents.men.shirt .section-quality .ttl-sub {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
  .page-contents.men.shirt .section-quality .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
  .page-contents.men.shirt .section-quality .txt-main {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .page-contents.men.shirt .section-quality .slider {
    width: 90%;
  }
  .page-contents.men.shirt .section-quality .slider-factory {
    position: absolute;
    top: 0;
    left: 0;
    height: 100.5%;
    width: 100%;
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide {
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-01 {
    background-image: url(../images/men/shirt/img_quality_02_01_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-02 {
    background-image: url(../images/men/shirt/img_quality_02_02_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-03 {
    background-image: url(../images/men/shirt/img_quality_02_03_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-04 {
    background-image: url(../images/men/shirt/img_quality_02_04_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-factory .slide-05 {
    background-image: url(../images/men/shirt/img_quality_02_05_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide {
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-01 {
    background-image: url(../images/men/shirt/img_quality_03_01_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-01 .ico {
    top: 17%;
    left: 5%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-02 {
    background-image: url(../images/men/shirt/img_quality_03_02_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-02 .ico {
    left: 28%;
    top: 33%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-03 {
    background-image: url(../images/men/shirt/img_quality_03_03_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-03 .ico {
    top: 34%;
    left: 24%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-04 {
    background-image: url(../images/men/shirt/img_quality_03_04_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-04 .ico {
    left: 17%;
    top: 39%;
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-05 {
    background-image: url(../images/men/shirt/img_quality_03_05_sp.jpg);
  }
  .page-contents.men.shirt .section-quality .slider-quality .slide-05 .ico {
    right: 30%;
    top: 35%;
  }
  .page-contents.men.shirt .section-quality .slider .ico {
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
  }
  .page-contents.men.shirt .section-quality .slider .ico span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #fff;
    -webkit-animation: scaleout 3.9s infinite ease-out;
            animation: scaleout 3.9s infinite ease-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .page-contents.men.shirt .section-quality .slider .ico span:nth-child(2) {
    -webkit-animation-delay: 1.3s;
            animation-delay: 1.3s;
  }
  .page-contents.men.shirt .section-quality .slider .ico span:nth-child(3) {
    -webkit-animation-delay: 2.6s;
            animation-delay: 2.6s;
  }
  .page-contents.men.shirt .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.men.shirt .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.men.shirt .section-quality-01 {
    background-image: url(../images/men/shirt/img_quality_01_sp.jpg);
    background-position: center bottom;
  }
  .page-contents.men.shirt .section-quality-01 .inner {
    padding-top: 133%;
  }
  .page-contents.men.shirt .section-quality-02 {
    padding: 0 0 30px 0;
  }
  .page-contents.men.shirt .section-quality-02 .inner {
    width: 100%;
    max-width: none;
  }
  .page-contents.men.shirt .section-quality-03 {
    padding: 60px 0 0;
  }
  .page-contents.men.shirt .section-quality-03 .inner {
    padding-top: 152%;
  }
  .page-contents.men.shirt .section-quality-03 .box-txt {
    color: #222;
  }
  .page-contents.men.shirt .section-howto {
    background: #efefef;
    padding: 66px 0 36px;
    border: none;
  }
  .page-contents.men.shirt .section-howto .inner {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-howto .box-ttl {
    margin: 0 0 11px 0;
  }
  .page-contents.men.shirt .section-howto .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 30px;
    margin-bottom: 0;
  }
  .page-contents.men.shirt .section-howto .step-list li {
    position: relative;
    padding: 19px 0 19px 113px;
  }
  .page-contents.men.shirt .section-howto .step-list li:not(:last-child) {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.men.shirt .section-howto .step-list li:last-child .ico {
    width: 105px;
  }
  .page-contents.men.shirt .section-howto .step-list .ico {
    text-align: center;
    min-height: 85px;
    position: absolute;
    left: 0;
    top: 48%;
    width: 113px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.men.shirt .section-howto .step-list .ttl-step {
    margin-bottom: 8px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 1;
    height: auto;
  }
  .page-contents.men.shirt .section-howto .step-list .ttl-main {
    margin-bottom: 10px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 23px;
  }
  .page-contents.men.shirt .section-howto .step-list .txt {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 18px;
  }
  .page-contents.men.shirt .section-point .inner {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-point .box-ttl {
    margin-top: 54px;
  }
  .page-contents.men.shirt .section-point .box-ttl .ttl {
    font-size: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.15;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-point .box-ttl .txt {
    margin-top: 6px;
    font-size: 12px;
    line-height: 1.3;
  }
  .page-contents.men.shirt .section-point .box-col2 {
    margin-top: 40px;
  }
  .page-contents.men.shirt .section-point .box-col2 + .box-col2 {
    margin-top: 38px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img {
    position: relative;
    width: calc(50% - 0.5px);
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .img:not(:first-child) {
    margin-left: 1px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    height: 28px;
    min-width: 73px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    font-family: "sweet-sans-pro", sans-serif;
    color: #fff;
    letter-spacing: 0;
    z-index: 2;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label.ng {
    background: #464646;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-img .label.good {
    background: #997e5d;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .point {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 10px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .point span {
    font-size: 12px;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .ttl {
    margin-top: 8px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .txt {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-point .box-col2 .box-txt .txt strong {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-decoration: underline;
  }
  .page-contents.men.shirt .section-size {
    margin-top: 40px;
  }
  .page-contents.men.shirt .section-size .inner {
    position: relative;
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-size .box-img {
    position: relative;
    z-index: 1;
  }
  .page-contents.men.shirt .section-size .box-img picture {
    display: block;
  }
  .page-contents.men.shirt .section-size .box-img img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.shirt .section-size .box-content {
    position: absolute;
    z-index: 2;
    left: 15px;
    right: 15px;
    bottom: 35px;
    color: #fff;
  }
  .page-contents.men.shirt .section-size .box-ttl .ttl-sub {
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-ttl .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    margin-top: 5px;
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-size .box-ttl .txt {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-range {
    margin-top: 20px;
  }
  .page-contents.men.shirt .section-size .box-range .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-size .box-range .txt {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-size .box-btns {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.men.shirt .section-size .box-btns .btn {
    border-radius: 25px;
    height: 50px;
  }
  .page-contents.men.shirt .section-size .box-btns .btn.white {
    margin-left: 10px;
  }
  .page-contents.men.shirt .section-option {
    margin-top: 60px;
    padding: 60px 0 50px;
    background: #efefef;
  }
  .page-contents.men.shirt .section-option .inner {
    width: 100%;
  }
  .page-contents.men.shirt .section-option .box-ttl {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-option .box-ttl .ttl {
    font-size: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-option .box-ttl .txt {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }
  .page-contents.men.shirt .section-option .box-option {
    margin-top: 20px;
    background: #fff;
  }
  .page-contents.men.shirt .section-option .box-option + .box-option {
    margin-top: 20px;
  }
  .page-contents.men.shirt .section-option .box-option .ttl-main {
    font-size: 16px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    padding: 23px 20px 0;
  }
  .page-contents.men.shirt .section-option .box-option .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    overflow: scroll hidden;
    padding-bottom: 26px;
  }
  .page-contents.men.shirt .section-option .box-option .list li {
    width: 150px;
    min-width: 150px;
  }
  .page-contents.men.shirt .section-option .box-option .list li:not(:first-child) {
    margin-left: 15px;
  }
  .page-contents.men.shirt .section-option .box-option .list li:first-child {
    padding-left: 20px;
    width: 170px;
    min-width: 170px;
  }
  .page-contents.men.shirt .section-option .box-option .list li:last-child {
    padding-right: 20px;
    width: 170px;
    min-width: 170px;
  }
  .page-contents.men.shirt .section-option .box-option .list li .img img {
    width: 100%;
  }
  .page-contents.men.shirt .section-option .box-option .list li .ttl {
    margin-top: 10px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-option .box-option .list li .price {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-option .box-option .list li .txt {
    margin-top: 7px;
    font-size: 11px;
    line-height: 1.4;
  }
  .page-contents.men.shirt .section-video {
    padding: 60px 0 50px;
  }
  .page-contents.men.shirt .section-video .inner {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-video .box-ttl .ttl-main {
    font-size: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    line-height: 1.2;
    letter-spacing: -0.01em;
  }
  .page-contents.men.shirt .section-video .box-video {
    margin-top: 20px;
    position: relative;
    padding-top: 56.25%;
  }
  .page-contents.men.shirt .section-video .box-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.shirt .section-video .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    line-height: 19px; /* 118.75% */
    letter-spacing: -0.48px;
    margin-top: 15px;
  }
  .page-contents.men.shirt .section-suitpedia {
    background: #efefef;
    border: none;
  }
  .page-contents.men.shirt .section-suitpedia + .section-howto {
    background: #fff;
  }
  .page-contents.men.shirt .section-suitpedia .inner {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-suitpedia a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.men.shirt .section-suitpedia .box-ttl {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.men.shirt .section-suitpedia .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .page-contents.men.shirt .section-suitpedia .tab {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    letter-spacing: 0.06em;
    color: #999;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page-contents.men.shirt .section-suitpedia .tab span {
    cursor: pointer;
  }
  .page-contents.men.shirt .section-suitpedia .tab span.is-active {
    color: #222;
  }
  .page-contents.men.shirt .section-suitpedia .tab .men::after {
    content: "";
    display: inline-block;
    height: 10px;
    width: 1px;
    background: #ccc;
    margin: 0 9px 0 12px;
    vertical-align: bottom;
  }
  .page-contents.men.shirt .section-suitpedia .box-list {
    position: relative;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 1;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.is-active {
    z-index: 2;
    opacity: 1;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.women {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.men.shirt .section-suitpedia .box-tab.women .block-article .vol {
    color: #222;
  }
  .page-contents.men.shirt .section-suitpedia .block-article {
    position: relative;
    height: auto;
  }
  .page-contents.men.shirt .section-suitpedia .block-article > a {
    display: block;
    width: 100%;
    color: inherit;
    text-decoration: none;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .photo {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 59.7%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .vol {
    position: absolute;
    right: 15px;
    top: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 30px;
    color: #222;
    letter-spacing: -0.5px;
    line-height: 35px;
    text-align: right;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .article-inner {
    width: 100%;
    padding: 17px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .category {
    display: inline-block;
    margin: 0 6px 7px 0;
    padding: 3px 6px;
    background: #997e5d;
    color: #fff;
    font-size: 10px;
    line-height: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-date {
    display: inline-block;
    margin-bottom: 7px;
    color: #999;
    font-size: 12px;
    line-height: 11px;
    letter-spacing: 0;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-date .year::after,
  .page-contents.men.shirt .section-suitpedia .block-article .box-date .month::after {
    display: inline;
    content: ".";
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl {
    margin-bottom: 30px;
  }
  .page-contents.men.shirt .section-suitpedia .block-article .box-ttl .ttl {
    display: -webkit-box;
    overflow: hidden;
    max-height: 66px;
    color: #222;
    font-size: 16px;
    line-height: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-overflow: ellipsis;
    letter-spacing: 0.08em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .page-contents.men.shirt .section-suitpedia .box-btn {
    margin: 38px auto 0;
  }
  .page-contents.men.shirt .section-suitpedia .box-btn .btn {
    width: 255px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-suitpedia .box-btn .btn span::after {
    background-image: url(../images/common/arrow-black7.svg);
  }
  .page-contents.men.shirt .section-staffpick .inner {
    margin: 0 20px;
  }
  .page-contents.men.shirt .section-staffpick .box-ttl {
    margin: 0 0 30px;
  }
  .page-contents.men.shirt .section-staffpick a {
    color: inherit;
    text-decoration: none;
  }
  .page-contents.men.shirt .section-staffpick .ttl-sub {
    margin-bottom: 7px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .page-contents.men.shirt .section-staffpick .ttl-main {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .page-contents.men.shirt .section-staffpick .ttl-ja {
    font-size: 13px;
    letter-spacing: 0.1em;
    line-height: 18px;
  }
  .page-contents.men.shirt .section-staffpick .box-list {
    margin-bottom: 3px;
  }
  .page-contents.men.shirt .section-staffpick .box-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.men.shirt .section-staffpick .box-list li {
    width: calc((100% - 20px) / 2);
  }
  .page-contents.men.shirt .section-staffpick .box-list li:nth-child(odd) {
    margin-right: 20px;
  }
  .page-contents.men.shirt .section-staffpick .box-list li:nth-child(n-2) {
    margin-bottom: 36px;
  }
  .page-contents.men.shirt .section-staffpick .box-list li a {
    display: block;
  }
  .page-contents.men.shirt .section-staffpick .box-list .img {
    margin-bottom: 10px;
    position: relative;
  }
  .page-contents.men.shirt .section-staffpick .box-list .img img {
    width: 100%;
    height: auto;
  }
  .page-contents.men.shirt .section-staffpick .box-list .txt-date {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
  .page-contents.men.shirt .section-staffpick .box-list .txt-date .category {
    display: inline-block;
    padding: 5px 8px 0 0;
    background: #fff;
    color: #222;
    font-size: 10px;
    line-height: 11px;
    font-family: "sweet-sans-pro", sans-serif;
    vertical-align: middle;
    letter-spacing: 0.5px;
  }
  .page-contents.men.shirt .section-staffpick .box-list .ttl {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0.06em;
  }
  .page-contents.men.shirt .section-staffpick .box-list .store {
    font-size: 11px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #888;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.men.shirt .section-staffpick .box-btn .btn {
    width: 255px;
    margin: 0 auto;
  }
  .page-contents.men.shirt .section-staffpick .box-btn .btn span::after {
    background-image: url(../images/common/arrow-black7.svg);
  }
}
@media (max-width: 750px) and (max-width: 350px) {
  .page-contents.men.shirt .section-items .items-list .txt {
    width: 62%;
  }
  .page-contents.men.shirt .section-items .items-list .img {
    width: 35%;
  }
  .page-contents.men.shirt .section-items .items-list .img img {
    -webkit-transform: translate(-29%, 9%) scale(1.2);
            transform: translate(-29%, 9%) scale(1.2);
  }
  .page-contents.men.shirt .section-items .items-list .ttl {
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.2;
  }
  .page-contents.men.shirt .section-items .items-list .ttl span {
    font-size: 12px;
  }
  .page-contents.men.shirt .section-items .items-list .price {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .page-contents.men.shirt .section-items .items-list .txt-main {
    width: 89%;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .page-contents.men.shirt .section-quality .ttl-main {
    font-size: 21px;
  }
}
/* ============================
 WONEN SUIT
============================ */
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.women {
    overflow-x: hidden;
    width: 100%;
    line-height: 1;
  }
  .page-contents.women .section {
    position: relative;
  }
  .page-contents.women .section-mv .btn.mv {
    width: 260px;
  }
  .page-contents.women .section-mv .bg {
    background-image: url(../images/women/suit/img_mv_women_suit_25ss_pc.jpg);
  }
  .page-contents.women .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.women .section-look .btn-more span::before {
    opacity: 1;
  }
  .page-contents.women .section-look .btn-more span::after {
    opacity: 0;
  }
  .page-contents.women .section-look .btn-more:hover span::before {
    opacity: 0;
  }
  .page-contents.women .section-look .btn-more:hover span::after {
    opacity: 1;
  }
  .page-contents.women .section-items {
    background: #efefef;
    padding: 0;
  }
  .page-contents.women .section-items .inner {
    padding: 70px 0 100px;
  }
  .page-contents.women .section-items .items-list li:not(:first-child) {
    border-left: 1px solid #efefef;
  }
  .page-contents.women .section-items .items-list li:hover {
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-color: #efefef;
  }
  .page-contents.women .section-items .items-list li:hover + li {
    border-color: #efefef;
  }
  .page-contents.women .section-items .items-list li .img img {
    max-height: 220px;
    width: auto;
  }
  .page-contents.women .section-bnr img {
    width: 100%;
  }
  .page-contents.women .section-cloth {
    padding: 0;
  }
  .page-contents.women .section-cloth .inner {
    margin: 0 auto;
    padding: 70px 0 100px;
  }
  .page-contents.women .section-cloth .box-banner {
    margin: 40px 0 0 auto;
    width: 70%;
    max-width: calc(100% - 280px);
  }
  .page-contents.women .section-cloth .box-banner a {
    display: block;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.women .section-cloth .box-banner a:hover {
    opacity: 0.7;
  }
  .page-contents.women .section-cloth .box-banner img {
    width: 100%;
    height: auto;
  }
  .page-contents.women .section-quality .box-img {
    position: relative;
    padding-top: 53vw;
    color: #fff;
  }
  .page-contents.women .section-quality .box-img.img-01 {
    background: url(../images/women/suit/img_quality_01.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico li {
    margin-right: 26px;
    text-align: center;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .ico {
    width: 32px;
    margin: 0 auto;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .txt {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 11px;
    margin-top: 10px;
  }
  .page-contents.women .section-quality .box-img.img-02 {
    background: url(../images/women/suit/img_quality_02.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .box:first-child {
    margin-right: 45px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .ttl-data {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0.7px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .txt-data {
    margin-top: 10px;
  }
  .page-contents.women .section-quality .box-img.img-03 {
    background: url(../images/men/suit/img_quality_03.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico {
    position: relative;
    display: inline-block;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico .ico {
    width: 229px;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    padding-left: 17px;
    border: 1px solid #BBBBBB;
    border-radius: 99px;
    margin-top: 35px;
    -webkit-transition: border 0.3s, background-color 0.3s;
    transition: border 0.3s, background-color 0.3s;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn .text {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #222;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn .icon {
    margin-left: 13px;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn .icon svg .fill {
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn:hover {
    border: 1px solid #222;
    background-color: #222;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn:hover .text {
    color: #fff;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn:hover .icon svg .fill {
    fill: #fff;
  }
  .page-contents.women .section-quality .box-img.img-04 {
    background: url(../images/women/suit/img_quality_04.jpg) no-repeat center right;
    background-size: cover;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico {
    margin-top: 30px;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico .ico {
    width: 170px;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-ttl {
    position: absolute;
    top: 6.5%;
    left: 7%;
    z-index: 5;
  }
  .page-contents.women .section-quality .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 23px;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    color: #fff;
  }
  .page-contents.women .section-quality .box-txt {
    position: absolute;
    top: 47%;
    left: 7%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .page-contents.women .section-quality .box-txt .ttl-sub {
    margin-bottom: 15px;
    color: inherit;
    font-size: 15px;
    line-height: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
  }
  .page-contents.women .section-quality .box-txt .ttl-main {
    margin-bottom: 24px;
    font-size: 33px;
    line-height: 38px;
    letter-spacing: -2px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.women .section-quality .box-txt .txt-main {
    max-width: 500px;
    margin-bottom: 34px;
    font-size: 15px;
    line-height: 23px;
    letter-spacing: 0.4px;
  }
  .page-contents.women .section-quality .box-txt .btn-play {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.women .section-quality .box-txt .btn-play a {
    display: inline-block;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.women .section-quality .box-txt .btn-play a:hover {
    opacity: 0.5;
  }
  .page-contents.women .section-quality .box-txt .btn-play span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.women .section-quality .box-txt .btn-play .ico {
    margin-right: 13px;
    width: 31px;
  }
  .page-contents.women .section-quality .box-txt .btn-play .ico img {
    width: 100%;
    height: auto;
  }
  .page-contents.women .section-quality .box-txt .btn-play .txt {
    font-size: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.women .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 20px;
    text-align: right;
    width: auto;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.women .section-quality .slider .slider-arrow {
    display: none;
  }
  .page-contents.women .section-quality.is-white .box-ttl .ttl-main {
    color: #fff;
  }
  .page-contents.women .section-quality.is-black .box-ttl .ttl-main {
    color: #222;
  }
  .page-contents.women .section-quality.is-black .box-img {
    color: #222;
  }
  .page-contents.women .section-howto {
    background: #efefef;
  }
  .page-contents.women .section-shoes {
    padding: 0 0 30px;
  }
  .page-contents.women .section-shoes .inner {
    position: relative;
    margin: 0 35px;
    background-color: #000;
  }
  .page-contents.women .section-shoes .img {
    min-height: 320px;
    padding-top: 26.2%;
    background: url(../images/women/img_shoes_20aw_01.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.7;
  }
  .page-contents.women .section-shoes .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .page-contents.women .section-shoes .logo {
    margin-bottom: 11px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 25px;
    letter-spacing: -1px;
    text-align: center;
    line-height: 25px;
  }
  .page-contents.women .section-shoes .txt {
    margin-bottom: 24px;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.women .section-shoes .btn {
    width: 150px;
    height: 40px;
    margin: 0 auto;
    border-color: #fff;
  }
  .page-contents.women .section-shoes .btn span::before, .page-contents.women .section-shoes .btn span::after {
    width: 10px;
    height: 14px;
  }
  .page-contents.women .section-shoes .btn span::before {
    background-image: url(/assets/images/common/icon-external-black.svg);
  }
  .page-contents.women .section-shoes .btn span::after {
    background-image: url(/assets/images/common/icon-external-white.svg);
  }
  .page-contents.women .section-staffpick {
    background: #fff;
  }
  .page-contents.women .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.women .modal .look .box-detail .item {
    width: calc((100% - 30px) / 2);
  }
  .page-contents.women .modal .look .box-detail .box-item {
    width: 90%;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.women {
    overflow-x: hidden;
    width: 100%;
    background: #efefef;
    line-height: 1;
  }
  .page-contents.women .section {
    position: relative;
  }
  .page-contents.women .section-mv .bg {
    background-image: url(../images/women/suit/img_mv_women_suit_25ss_sp.jpg);
  }
  .page-contents.women .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.women .section-bnr img {
    width: 100%;
  }
  .page-contents.women .section-bnr .credit {
    font-size: 10px;
    letter-spacing: -0.01em;
    line-height: 14px;
    color: #999;
    padding: 0 20px;
    margin-top: 10px;
  }
  .page-contents.women .section-cloth {
    background: #fff;
  }
  .page-contents.women .section-cloth .box-banner {
    position: relative;
    padding: 0 20px;
    margin-top: 20px;
  }
  .page-contents.women .section-cloth .box-banner a {
    display: block;
  }
  .page-contents.women .section-cloth .box-banner img {
    width: 100%;
    height: auto;
  }
  .page-contents.women .section-quality {
    background: #fff;
    padding-top: 90px;
    z-index: 2;
  }
  .page-contents.women .section-quality .box-img {
    position: relative;
    height: 125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 20px;
  }
  .page-contents.women .section-quality .box-img.img-01 {
    background: url(../images/women/suit/img_quality_01_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 28px;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico li {
    margin-right: 27px;
    text-align: center;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .ico {
    width: 32px;
    margin: 0 auto;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-img.img-01 .box-ico .txt {
    font-size: 11px;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 11px;
    margin-top: 10px;
  }
  .page-contents.women .section-quality .box-img.img-02 {
    background: url(../images/women/suit/img_quality_02_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .box:first-child {
    margin-right: 35px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .ttl-data {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0.7px;
  }
  .page-contents.women .section-quality .box-img.img-02 .box-data .txt-data {
    margin-top: 10px;
  }
  .page-contents.women .section-quality .box-img.img-03 {
    background: url(../images/women/suit/img_quality_03_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico {
    position: relative;
    display: inline-block;
    margin-top: 28px;
    width: 210px;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico .ico {
    width: 211px;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    padding-top: 11px;
    padding-bottom: 12px;
    border: 1px solid #BBBBBB;
    border-radius: 99px;
    margin-top: 20px;
    -webkit-transition: border 0.3s, background-color 0.3s;
    transition: border 0.3s, background-color 0.3s;
    width: 100%;
    position: relative;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn .text {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    text-align: right;
    color: #fff;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn .icon {
    margin-left: 13px;
  }
  .page-contents.women .section-quality .box-img.img-03 .box-video .link-btn::after {
    position: absolute;
    content: "";
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url(../images/women/suit/ico_playmovie_sp.svg);
  }
  .page-contents.women .section-quality .box-img.img-04 {
    background: url(../images/women/suit/img_quality_04_sp.jpg) no-repeat center right;
    background-size: 100%;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico {
    margin-top: 10px;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico .ico {
    width: 170px;
  }
  .page-contents.women .section-quality .box-img.img-04 .box-ico .ico img {
    width: 100%;
  }
  .page-contents.women .section-quality .box-ttl .ttl-main {
    font-family: "sweet-sans-pro", sans-serif;
    color: #222;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    margin: 0 0 24px 20px;
  }
  .page-contents.women .section-quality .box-txt {
    color: #fff;
  }
  .page-contents.women .section-quality .box-txt .ttl-sub {
    margin-bottom: 15px;
    color: inherit;
    font-size: 15px;
    line-height: 16px;
    font-family: "sweet-sans-pro", sans-serif;
    letter-spacing: 1px;
  }
  .page-contents.women .section-quality .box-txt .ttl-main {
    margin-bottom: 14px;
    font-size: 22px;
    line-height: 28px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.women .section-quality .box-txt .txt-main {
    font-size: 12px;
    line-height: 18px;
  }
  .page-contents.women .section-quality .box-txt .btn-play {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.women .section-quality .box-txt .btn-play a {
    display: inline-block;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.women .section-quality .box-txt .btn-play a:hover {
    opacity: 0.5;
  }
  .page-contents.women .section-quality .box-txt .btn-play span {
    display: inline-block;
    vertical-align: middle;
  }
  .page-contents.women .section-quality .box-txt .btn-play .ico {
    margin-right: 13px;
    width: 31px;
  }
  .page-contents.women .section-quality .box-txt .btn-play .ico img {
    width: 100%;
    height: auto;
  }
  .page-contents.women .section-quality .box-txt .btn-play .txt {
    font-size: 15px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
  }
  .page-contents.women .section-quality .slider .slider-pagination {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: 0;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 2px;
    background: #999;
    border: none;
    border-radius: 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-animating .swiper-pagination-progress {
    -webkit-animation: borderPaginationAnim 5s linear forwards;
            animation: borderPaginationAnim 5s linear forwards;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-animated .swiper-pagination-progress {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-paused .swiper-pagination-progress {
    display: none;
    -webkit-animation: none;
            animation: none;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-bullet.is-paused.swiper-pagination-bullet-active {
    background: #fff;
  }
  .page-contents.women .section-quality .slider .swiper-pagination-progress {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .page-contents.women .section-quality .slider .slider-arrow {
    display: none;
  }
  .page-contents.women .section-howto {
    border-top: 1px solid #ccc;
  }
  .page-contents.women .section-shoes .inner {
    position: relative;
    background-color: #000;
  }
  .page-contents.women .section-shoes .img {
    padding-top: 58.67%;
    background: url(../images/women/img_shoes_20aw_01_sp.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0.9;
  }
  .page-contents.women .section-shoes .container {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 100%;
    color: #fff;
  }
  .page-contents.women .section-shoes .box-txt {
    text-align: center;
    margin-bottom: 14px;
  }
  .page-contents.women .section-shoes .logo {
    margin: 0 auto 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 21px;
    letter-spacing: -1px;
    line-height: 1;
  }
  .page-contents.women .section-shoes .logo img {
    width: 100%;
    height: auto;
  }
  .page-contents.women .section-shoes .txt {
    font-size: 13px;
    line-height: 19px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    text-align: center;
    letter-spacing: 0.7px;
  }
  .page-contents.women .section-shoes .btn-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
  }
  .page-contents.women .section-shoes .btn-cover a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .page-contents.women .section-shoes .btn {
    margin: 0 auto;
    width: 130px;
    height: 34px;
    border-color: #fff;
  }
  .page-contents.women .section-shoes .btn a {
    padding: 0;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 1px;
  }
  .page-contents.women .section-shoes .btn span {
    padding-right: 16px;
  }
  .page-contents.women .section-shoes .btn span::after {
    width: 10px;
    height: 10px;
    top: 1px;
    background-image: url(/assets/images/common/icon-external-white.svg);
  }
  .page-contents.women .section-staffpick {
    background: #fff;
  }
  .page-contents.women .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
  .page-contents.women .block-banner {
    background: #fff;
  }
  .page-contents.women .block-banner .inner .banner {
    background: #efefef;
  }
}
/* ============================
 WONEN SETUP
============================ */
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.women.setup {
    overflow-x: hidden;
    width: 100%;
    line-height: 1;
  }
  .page-contents.women.setup .section {
    position: relative;
  }
  .page-contents.women.setup .section-mv .btn.mv {
    width: 290px;
  }
  .page-contents.women.setup .section-mv .bg {
    background-image: url(../images/women/setup/img_mv_women_easy_25ss_pc.jpg);
  }
  .page-contents.women.setup .section-mv .box-txt {
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  }
  .page-contents.women.setup .section-mv .ttl-main {
    margin-bottom: 20px;
  }
  .page-contents.women.setup .section-mv .txt-main {
    margin-bottom: 30px;
  }
  .page-contents.women.setup .section-mv .easy-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .page-contents.women.setup .section-mv .easy-point .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  .page-contents.women.setup .section-mv .easy-point .txt {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 28px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #fff;
    margin-right: 10px;
    letter-spacing: 0;
  }
  .page-contents.women.setup .section-mv .easy-point .txt span {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-left: 2px;
  }
  .page-contents.women.setup .section-mv .easy-point .point-03 .txt {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 751px) and (max-width: 1050px) {
  .page-contents.women.setup .section-mv .ttl-main {
    margin-bottom: 10px;
  }
  .page-contents.women.setup .section-mv .easy-point {
    margin-bottom: 15px;
  }
  .page-contents.women.setup .section-mv .easy-point .ttl {
    margin-bottom: 5px;
  }
  .page-contents.women.setup .section-mv .easy-point .txt {
    font-size: 24px;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .page-contents.women.setup .section-mv .ttl-main {
    margin-bottom: 8px;
  }
}
@media (min-width: 751px) {
  .page-contents.women.setup .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.women.setup .section-look-list .block-type .box-txt {
    padding-bottom: 24px;
  }
  .page-contents.women.setup .section-look-list .block-type .box-txt .ttl-ja {
    margin-bottom: 0px;
    height: 48px;
  }
  .page-contents.women.setup .section-items {
    background: #efefef;
  }
  .page-contents.women.setup .section-items .inner {
    padding: 70px 0 100px;
  }
  .page-contents.women.setup .section-items .items-list li {
    background: #fff;
  }
  .page-contents.women.setup .section-items .items-list li:not(:first-child) {
    border-left: 2px solid #efefef;
  }
  .page-contents.women.setup .section-items .items-list li:hover {
    z-index: 1;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.12);
    border-color: #fff;
  }
  .page-contents.women.setup .section-items .items-list li:hover + li {
    border-color: #fff;
  }
  .page-contents.women.setup .section-about .about-list li {
    background: #efefef;
  }
  .page-contents.women.setup .section-howto-easy {
    background: #efefef;
  }
  .page-contents.women.setup .section-staffpick {
    background: #fff;
  }
  .page-contents.women.setup .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.women.setup .modal .look .box-detail .item {
    width: calc((100% - 30px) / 2);
  }
  .page-contents.women.setup .modal .look .box-detail .box-item {
    width: 90%;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.women.setup {
    overflow-x: initial;
    width: 100%;
    line-height: 1;
  }
  .page-contents.women.setup .section {
    position: relative;
  }
  .page-contents.women.setup .section-mv .bg {
    background-image: url(../images/women/setup/img_mv_women_easy_25ss_sp.jpg);
  }
  .page-contents.women.setup .section-mv .easy-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #fff;
  }
  .page-contents.women.setup .section-mv .easy-point .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .page-contents.women.setup .section-mv .easy-point .txt {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 1;
    padding-right: 6px;
    border-right: 1px solid #fff;
    margin-right: 6px;
    letter-spacing: 0;
  }
  .page-contents.women.setup .section-mv .easy-point .txt span {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-left: 2px;
  }
  .page-contents.women.setup .section-mv .easy-point .point-03 .txt {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .page-contents.women.setup .section-campaign-bnr {
    background-color: #fff;
  }
  .page-contents.women.setup .section-look-list {
    background: #fff;
  }
  .page-contents.women.setup .section-look-list .block-type .box-txt {
    padding-bottom: 35px;
  }
  .page-contents.women.setup .section-look-list .block-type .box-txt .ttl-ja {
    margin-bottom: 0px;
  }
  .page-contents.women.setup .section-items .items-list li .img {
    margin: 0 7.5% 0 8%;
  }
  .page-contents.women.setup .section-about {
    background: #fff;
  }
  .page-contents.women.setup .section-about .about-list li {
    border-color: #fff;
  }
  .page-contents.women.setup .section-howto-easy {
    border-top: none;
    background: #efefef;
  }
  .page-contents.women.setup .section-howto {
    border-top: none;
  }
  .page-contents.women.setup .section-staffpick {
    background: #fff;
  }
  .page-contents.women.setup .section-staffpick .slider li .txt-date .category {
    background: #fff;
  }
  .page-contents.women.setup .block-banner {
    background: #fff;
  }
  .page-contents.women.setup .block-banner .inner .banner {
    background: #efefef;
  }
}
/* ============================
 WOMEN SHIRT
============================ */
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  .page-contents.women.shirt {
    overflow-x: unset;
    width: 100%;
    padding-top: 60px;
    line-height: 1;
  }
  .page-contents.women.shirt .section {
    position: relative;
  }
  .page-contents.women.shirt .section-mv .bg {
    background-image: url(../images/women/shirt/img_mv_women_shirts_25ss_pc.jpg);
  }
  .page-contents.women.shirt .section-mv .box-txt {
    color: #222;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7);
  }
  .page-contents.women.shirt .section-mv .ttl-sub {
    -webkit-filter: unset;
            filter: unset;
  }
  .page-contents.women.shirt .section-mv .tags {
    border: 1px solid #222;
  }
  .page-contents.women.shirt .section-mv .tag:not(:last-child) {
    border-right: 1px solid #222;
  }
}
@media (min-width: 751px) and (max-width: 1050px) {
  .page-contents.women.shirt .section-mv .mv-white {
    width: 150px;
  }
}
@media (min-width: 751px) {
  .page-contents.women.shirt .section-designs {
    padding: 77px 0 80px;
  }
  .page-contents.women.shirt .section-designs .inner {
    width: calc(100% - 100px);
    max-width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.women.shirt .section-designs .block-design {
    position: relative;
    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;
  }
  .page-contents.women.shirt .section-designs .block-design.men {
    margin-bottom: 1px;
  }
  .page-contents.women.shirt .section-designs .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 38px;
  }
  .page-contents.women.shirt .section-designs .box-design {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
  }
  .page-contents.women.shirt .section-designs .box-design:nth-child(2n) {
    margin-right: 20px;
  }
  .page-contents.women.shirt .section-designs .box-design a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .page-contents.women.shirt .section-designs .box-design a:hover .box-img img {
    opacity: 0.7;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img {
    position: relative;
    background-color: #222;
    border-radius: 8px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#000), color-stop(85%, rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 85%);
    z-index: 2;
    opacity: 0.1;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img img {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-txt {
    position: absolute;
    top: 50%;
    left: 7%;
    right: 1%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 3;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-en {
    font-family: "sweet-sans-pro", sans-serif;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.04em;
    line-height: 1;
    margin-bottom: 11px;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-type {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 26px;
    line-height: 1;
    color: #fff;
    z-index: 3;
    margin-bottom: 15px;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-ja {
    font-family: "FOT-セザンヌ Pro M", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-ja span {
    display: inline-block;
  }
  .page-contents.women.shirt .section-designs .box-design .btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
  }
  .page-contents.women.shirt .section-designs .box-design .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-black7.svg) no-repeat 13px center;
  }
  .page-contents.women.shirt .section-designs .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
  }
  .page-contents.women.shirt .section-designs .modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .page-contents.women.shirt .section-designs .modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_white_sp.svg) no-repeat 11px center/10px auto;
  }
  .page-contents.women.shirt .section-designs .modal-bg {
    position: absolute;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  .page-contents.women.shirt .section-designs .modal-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    width: 80%;
    max-width: 860px;
    min-width: 720px;
    background: #fff;
    padding: 30px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.women.shirt .section-designs .modal-slider {
    width: 50%;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .modal-slider img {
    width: 100%;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .modal-slider .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 0 5px;
    background: #ccc;
  }
  .page-contents.women.shirt .section-designs .modal-slider .swiper-pagination-bullet-active {
    border-color: #222;
    background: #222;
  }
  .page-contents.women.shirt .section-designs .modal-detail {
    width: 50%;
    position: relative;
  }
  .page-contents.women.shirt .section-designs .modal-detail .inner-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 30px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .type {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 25px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .txt {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 28px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider {
    width: 94px;
    margin: 0;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider img {
    width: 40px;
    padding: 2px;
    background-color: #fff;
    border: solid 1px #fff;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider .swiper-slide-thumb-active img {
    border: solid 1px #aaa;
  }
  .page-contents.women.shirt .section-cloths {
    padding: 77px 0 90px;
    background: #efefef;
  }
  .page-contents.women.shirt .section-cloths .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    margin-bottom: 40px;
  }
  .page-contents.women.shirt .section-cloths .inner {
    width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1100px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01, .page-contents.women.shirt .section-cloths .cloth-02, .page-contents.women.shirt .section-cloths .cloth-03, .page-contents.women.shirt .section-cloths .cloth-04 {
    position: relative;
    margin-right: 1px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 img, .page-contents.women.shirt .section-cloths .cloth-02 img, .page-contents.women.shirt .section-cloths .cloth-03 img, .page-contents.women.shirt .section-cloths .cloth-04 img {
    width: 100%;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt, .page-contents.women.shirt .section-cloths .cloth-02 .txt, .page-contents.women.shirt .section-cloths .cloth-03 .txt, .page-contents.women.shirt .section-cloths .cloth-04 .txt {
    position: absolute;
    bottom: 2%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    width: 93%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    height: 200px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt-box, .page-contents.women.shirt .section-cloths .cloth-02 .txt-box, .page-contents.women.shirt .section-cloths .cloth-03 .txt-box, .page-contents.women.shirt .section-cloths .cloth-04 .txt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 83%;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl, .page-contents.women.shirt .section-cloths .cloth-02 .ttl, .page-contents.women.shirt .section-cloths .cloth-03 .ttl, .page-contents.women.shirt .section-cloths .cloth-04 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl span, .page-contents.women.shirt .section-cloths .cloth-02 .ttl span, .page-contents.women.shirt .section-cloths .cloth-03 .ttl span, .page-contents.women.shirt .section-cloths .cloth-04 .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0.03em;
    display: block;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt-main, .page-contents.women.shirt .section-cloths .cloth-02 .txt-main, .page-contents.women.shirt .section-cloths .cloth-03 .txt-main, .page-contents.women.shirt .section-cloths .cloth-04 .txt-main {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 9px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .white {
    border-radius: 50%;
    border: solid 1px #ccc;
    margin-right: 3px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .white span {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige {
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0);
    margin-right: 3px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige span {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray span {
    background-color: #ccc;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black span {
    background-color: #222;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue span {
    background-color: #9FC3E2;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy span {
    background-color: #323A67;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red span {
    background-color: #F0B9C0;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige span {
    background-color: #E2CDA5;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .btn.secondary, .page-contents.women.shirt .section-cloths .cloth-02 .btn.secondary, .page-contents.women.shirt .section-cloths .cloth-03 .btn.secondary, .page-contents.women.shirt .section-cloths .cloth-04 .btn.secondary {
    border-radius: 25px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .btn.secondary:hover, .page-contents.women.shirt .section-cloths .cloth-02 .btn.secondary:hover, .page-contents.women.shirt .section-cloths .cloth-03 .btn.secondary:hover, .page-contents.women.shirt .section-cloths .cloth-04 .btn.secondary:hover {
    background: #222;
    border: none;
  }
  .page-contents.women.shirt .section-quality {
    padding: 90px 0;
  }
  .page-contents.women.shirt .section-quality h2.ttl {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 22px;
    line-height: 10px;
    text-align: center;
    margin-bottom: 28px;
  }
  .page-contents.women.shirt .section-quality .inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1100px;
  }
  .page-contents.women.shirt .section-quality .slider-factory {
    width: 50%;
  }
  .page-contents.women.shirt .section-quality .slider-factory img {
    width: 100%;
  }
  .page-contents.women.shirt .section-quality .box-txt {
    width: 50%;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
  .page-contents.women.shirt .section-quality .box-txt .inner-txt {
    position: absolute;
    top: 49%;
    left: 0%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 8%;
  }
  .page-contents.women.shirt .section-quality .ttl-sub {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .page-contents.women.shirt .section-quality .ttl-main {
    font-size: 28px;
    line-height: 35px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .page-contents.women.shirt .section-quality .txt-main {
    font-size: 15px;
    line-height: 28px;
  }
  .page-contents.women.shirt .section-shop-shirts .inner {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 0 auto;
  }
  .page-contents.women.shirt .section-shop-shirts .block-ttl {
    position: relative;
    background: url("/assets/images/women/shirt/img_shop_01_pc.jpg") no-repeat center center/cover;
    padding-top: 25.54%;
    min-height: 327px;
  }
  .page-contents.women.shirt .section-shop-shirts .block-ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
  }
  .page-contents.women.shirt .section-shop-shirts .block-ttl .inner {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    height: 100%;
    z-index: 2;
  }
  .page-contents.women.shirt .section-shop-shirts .box-ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 1;
    text-align: center;
  }
  .page-contents.women.shirt .section-shop-shirts .ttl-main {
    margin-bottom: 10px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 26px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .page-contents.women.shirt .section-shop-shirts .ttl-sub {
    margin-bottom: 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 1;
  }
  .page-contents.women.shirt .section-shop-shirts .txt-main {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 35px;
  }
  .page-contents.women.shirt .section-shop-shirts .btn-more {
    margin: 0 auto;
    border-radius: 100px;
  }
  .page-contents.women.shirt .section-shop-shirts .btn-more:hover {
    background: #222;
    border-color: #222;
  }
}
@media (min-width: 751px) and (max-width: 900px) {
  .page-contents.women.shirt .section-designs .box-design .ttl-type {
    font-size: 21px;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-ja {
    font-size: 14px;
    line-height: 20px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl, .page-contents.women.shirt .section-cloths .cloth-02 .ttl, .page-contents.women.shirt .section-cloths .cloth-03 .ttl, .page-contents.women.shirt .section-cloths .cloth-04 .ttl {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt-main, .page-contents.women.shirt .section-cloths .cloth-02 .txt-main, .page-contents.women.shirt .section-cloths .cloth-03 .txt-main, .page-contents.women.shirt .section-cloths .cloth-04 .txt-main {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 751px) and (max-width: 800px) {
  .page-contents.women.shirt .section-mv .tags {
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-mv .easy-point .ttl {
    margin-bottom: 5px;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  .page-contents.women.shirt {
    overflow-x: unset;
    width: 100%;
    line-height: 1;
  }
  .page-contents.women.shirt .section {
    position: relative;
  }
  .page-contents.women.shirt .section-mv .bg {
    background-image: url(../images/women/shirt/img_mv_women_shirts_25ss_sp.jpg);
  }
  .page-contents.women.shirt .section-mv .bg::after {
    content: unset;
  }
  .page-contents.women.shirt .section-mv .box-txt {
    color: #222;
    text-shadow: 0px 0px 15px rgba(255, 255, 255, 0.7);
  }
  .page-contents.women.shirt .section-mv .ttl-sub {
    margin-bottom: 9px;
    -webkit-filter: unset;
            filter: unset;
  }
  .page-contents.women.shirt .section-mv .tags {
    border: 1px solid #222;
  }
  .page-contents.women.shirt .section-mv .tag:not(:last-child) {
    border-right: 1px solid #222;
  }
  .page-contents.women.shirt .section-designs {
    padding: 40px 0;
    background-color: #fff;
  }
  .page-contents.women.shirt .section-designs .inner {
    margin: 0 20px;
  }
  .page-contents.women.shirt .section-designs .block-design.shirts {
    margin-bottom: 40px;
  }
  .page-contents.women.shirt .section-designs .block-design.blouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-contents.women.shirt .section-designs .ttl-main {
    width: 90%;
    margin: 0 auto 20px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 30px;
  }
  .page-contents.women.shirt .section-designs .ttl-sub {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .page-contents.women.shirt .section-designs .box-design {
    position: relative;
    background: #fff;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img {
    position: relative;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    z-index: 2;
    opacity: 0.3;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-img img {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 6px;
  }
  .page-contents.women.shirt .section-designs .box-design .box-txt {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 17px;
    z-index: 3;
    color: #fff;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-type {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-en {
    display: none;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-ja {
    font-size: 16px;
    line-height: 23px;
    padding-right: 10%;
  }
  .page-contents.women.shirt .section-designs .box-design .ttl-design-ja span {
    display: inline-block;
  }
  .page-contents.women.shirt .section-designs .box-design .btn {
    position: absolute;
    right: 3%;
    bottom: 3%;
    z-index: 5;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
  }
  .page-contents.women.shirt .section-designs .box-design .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white7.svg) no-repeat 12px center/6px auto;
  }
  .page-contents.women.shirt .section-designs .box-design.sh005 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .page-contents.women.shirt .section-designs .modal {
    display: none;
    position: fixed;
    top: 0;
    height: 100%;
    min-height: 100vh;
    width: 100%;
    z-index: 1500;
  }
  .page-contents.women.shirt .section-designs .modal .btn-close {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 32px;
    height: 32px;
    cursor: pointer;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .page-contents.women.shirt .section-designs .modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_white_sp.svg) no-repeat 11px center/10px auto;
  }
  .page-contents.women.shirt .section-designs .modal-bg {
    display: none;
  }
  .page-contents.women.shirt .section-designs .modal-inner {
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: #f5f5f5;
  }
  .page-contents.women.shirt .section-designs .modal-slider {
    width: 100%;
  }
  .page-contents.women.shirt .section-designs .modal-slider img {
    width: 100%;
    -webkit-animation: slide-in 0.3s linear both;
            animation: slide-in 0.3s linear both;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  @-webkit-keyframes slide-in {
    to {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes slide-in {
    to {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .page-contents.women.shirt .section-designs .modal-slider .slide-out img {
    -webkit-animation: slide-out 0.3s linear both;
            animation: slide-out 0.3s linear both;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  @-webkit-keyframes slide-out {
    to {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
  }
  @keyframes slide-out {
    to {
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
    }
  }
  .page-contents.women.shirt .section-designs .modal-slider .swiper-pagination-bullet {
    width: 20px;
    height: 2px;
    margin: 0 5px;
    background-color: #ccc;
  }
  .page-contents.women.shirt .section-designs .modal-slider .swiper-pagination-bullet-active {
    border-color: #222;
    background-color: #222;
  }
  .page-contents.women.shirt .section-designs .modal-detail {
    width: 100%;
    position: relative;
  }
  .page-contents.women.shirt .section-designs .modal-detail .inner-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-contents.women.shirt .section-designs .modal-detail .txt-box {
    padding: 0 20px 50px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .type {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 22px;
    line-height: 1;
    margin-bottom: 13px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .txt {
    font-size: 14px;
    line-height: 20px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider {
    width: 94px;
    margin: 20px;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider img {
    width: 40px;
    padding: 2px;
    background-color: #f5f5f5;
    border: solid 1px #f5f5f5;
  }
  .page-contents.women.shirt .section-designs .modal-detail .thumbs-slider .swiper-slide-thumb-active img {
    border: solid 1px #aaa;
  }
  .page-contents.women.shirt .section-cloths {
    background: #efefef;
    padding: 60px 0;
  }
  .page-contents.women.shirt .section-cloths .ttl-main {
    width: 90%;
    margin: 0 auto;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01, .page-contents.women.shirt .section-cloths .cloth-02, .page-contents.women.shirt .section-cloths .cloth-03, .page-contents.women.shirt .section-cloths .cloth-04 {
    width: 90%;
    margin: 0 auto 1px;
    position: relative;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 img, .page-contents.women.shirt .section-cloths .cloth-02 img, .page-contents.women.shirt .section-cloths .cloth-03 img, .page-contents.women.shirt .section-cloths .cloth-04 img {
    width: 100%;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt, .page-contents.women.shirt .section-cloths .cloth-02 .txt, .page-contents.women.shirt .section-cloths .cloth-03 .txt, .page-contents.women.shirt .section-cloths .cloth-04 .txt {
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    width: 93.5%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 6px;
    padding: 5% 18px 16px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl, .page-contents.women.shirt .section-cloths .cloth-02 .ttl, .page-contents.women.shirt .section-cloths .cloth-03 .ttl, .page-contents.women.shirt .section-cloths .cloth-04 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 2px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl span, .page-contents.women.shirt .section-cloths .cloth-02 .ttl span, .page-contents.women.shirt .section-cloths .cloth-03 .ttl span, .page-contents.women.shirt .section-cloths .cloth-04 .ttl span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-left: 5px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .ttl-sub, .page-contents.women.shirt .section-cloths .cloth-02 .ttl-sub, .page-contents.women.shirt .section-cloths .cloth-03 .ttl-sub, .page-contents.women.shirt .section-cloths .cloth-04 .ttl-sub {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 8px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .txt-main, .page-contents.women.shirt .section-cloths .cloth-02 .txt-main, .page-contents.women.shirt .section-cloths .cloth-03 .txt-main, .page-contents.women.shirt .section-cloths .cloth-04 .txt-main {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 7px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .white, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .white {
    border-radius: 50%;
    border: solid 1px #ccc;
    margin-right: 3px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .white span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .white span {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
    background-color: #fff;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige {
    border-radius: 50%;
    border: solid 1px rgba(255, 255, 255, 0);
    margin-right: 3px;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige span {
    width: 13px;
    height: 13px;
    display: block;
    border-radius: 50%;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .gray span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .gray span {
    background-color: #ccc;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .black span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .black span {
    background-color: #222;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .blue span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .blue span {
    background-color: #9FC3E2;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .navy span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .navy span {
    background-color: #323A67;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .red span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .red span {
    background-color: #F0B9C0;
  }
  .page-contents.women.shirt .section-cloths .cloth-01 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-02 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-03 .color-dots .beige span, .page-contents.women.shirt .section-cloths .cloth-04 .color-dots .beige span {
    background-color: #E2CDA5;
  }
  .page-contents.women.shirt .section-quality {
    padding: 20px 0 67px;
  }
  .page-contents.women.shirt .section-quality h2.ttl {
    width: 90%;
    margin: 0 auto;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 28px;
  }
  .page-contents.women.shirt .section-quality .inner {
    position: relative;
    max-width: none;
  }
  .page-contents.women.shirt .section-quality .slider {
    width: 90%;
    margin-bottom: 16px;
  }
  .page-contents.women.shirt .section-quality .slider-factory .slide {
    height: 100%;
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
  }
  .page-contents.women.shirt .section-quality .slider img {
    width: 100%;
  }
  .page-contents.women.shirt .section-quality .box-txt {
    width: 90%;
    margin: 0 auto;
    color: #222;
  }
  .page-contents.women.shirt .section-quality .ttl-sub {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }
  .page-contents.women.shirt .section-quality .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-bottom: 12px;
  }
  .page-contents.women.shirt .section-quality .txt-main {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .page-contents.women.shirt .section-shop-shirts .inner {
    margin: 0 20px;
    text-align: center;
  }
  .page-contents.women.shirt .section-shop-shirts .block-ttl {
    position: relative;
    position: relative;
    background: url("/assets/images/women/shirt/img_shop_01_sp.jpg") no-repeat center center/cover;
    padding-top: 74.6%;
  }
  .page-contents.women.shirt .section-shop-shirts .block-ttl::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 1;
  }
  .page-contents.women.shirt .section-shop-shirts .box-ttl {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    z-index: 2;
    width: 90%;
  }
  .page-contents.women.shirt .section-shop-shirts .ttl-main {
    margin-bottom: 15px;
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .page-contents.women.shirt .section-shop-shirts .ttl-sub {
    display: none;
  }
  .page-contents.women.shirt .section-shop-shirts .txt-main {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 19px;
  }
  .page-contents.women.shirt .section-shop-shirts .btn-more {
    margin: 0 auto;
    width: 180px;
    height: 45px;
    border-radius: 100px;
  }
  .page-contents.women.shirt .section-shop-shirts .btn-more span {
    font-size: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 750px) and (max-width: 350px) {
  .page-contents.women.shirt .section-cloths .items-list .txt {
    width: 62%;
  }
  .page-contents.women.shirt .section-cloths .items-list .img {
    width: 35%;
  }
  .page-contents.women.shirt .section-cloths .items-list .img img {
    -webkit-transform: translate(-29%, 9%) scale(1.2);
            transform: translate(-29%, 9%) scale(1.2);
  }
  .page-contents.women.shirt .section-cloths .items-list .ttl {
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.2;
  }
  .page-contents.women.shirt .section-cloths .items-list .ttl span {
    font-size: 12px;
  }
  .page-contents.women.shirt .section-cloths .items-list .price {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .page-contents.women.shirt .section-cloths .items-list .txt-main {
    width: 89%;
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 0;
  }
  .page-contents.women.shirt .section-quality .ttl-main {
    font-size: 21px;
  }
}
/* ============================
 looks関連、dotsとballoonの個別配置
============================ */
/* PC dots/balloon */
@media (min-width: 751px) {
  .page-contents.looks.looks-detail #measy .look-1 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-1 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.looks.looks-detail #measy .look-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(75% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-2 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-2 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.looks.looks-detail #measy .look-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(75% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-3 .ico-02 {
    top: 60.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #measy .look-3 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-3 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(73% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-4 .ico-01 {
    top: 34%;
    right: 36%;
  }
  .page-contents.looks.looks-detail #measy .look-4 .ico-02 {
    top: 54%;
    left: 36.5%;
  }
  .page-contents.looks.looks-detail #measy .look-4 .balloon-01 {
    top: calc(33.5% - 13px);
    left: calc(78% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-4 .balloon-02 {
    top: calc(53.5% - 13px);
    right: calc(78% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-5 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.looks.looks-detail #measy .look-5 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.looks.looks-detail #measy .look-5 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-5 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-6 .ico-01 {
    top: 24%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-6 .ico-02 {
    top: 57.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #measy .look-6 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-6 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(73.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-1 .ico-01 {
    top: 23%;
    right: 38%;
  }
  .page-contents.looks.looks-detail #weasy .look-1 .ico-02 {
    top: 58.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #weasy .look-1 .balloon-01 {
    top: calc(22.5% - 13px);
    left: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-1 .balloon-02 {
    top: calc(58% - 13px);
    right: calc(73.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-2 .ico-01 {
    top: 25%;
    right: 40%;
  }
  .page-contents.looks.looks-detail #weasy .look-2 .ico-02 {
    top: 60.5%;
    left: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(74% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(74.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-3 .ico-01 {
    top: 26.5%;
    right: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-3 .ico-02 {
    top: 59%;
    left: 36%;
  }
  .page-contents.looks.looks-detail #weasy .look-3 .balloon-01 {
    top: calc(26% - 13px);
    left: calc(74.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-3 .balloon-02 {
    top: calc(58.5% - 13px);
    right: calc(78% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-4 .ico-01 {
    top: 25%;
    right: 39%;
  }
  .page-contents.looks.looks-detail #weasy .look-4 .ico-02 {
    top: 55%;
    left: 41.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-4 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(75% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-4 .balloon-02 {
    top: calc(54.5% - 13px);
    right: calc(73% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-5 .ico-01 {
    top: 25.5%;
    right: 38.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-5 .ico-02 {
    top: 57%;
    left: 38.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-5 .balloon-01 {
    top: calc(25% - 13px);
    left: calc(75.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-5 .balloon-02 {
    top: calc(56.5% - 13px);
    right: calc(75.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-6 .ico-01 {
    top: 24%;
    right: 38%;
  }
  .page-contents.looks.looks-detail #weasy .look-6 .ico-02 {
    top: 56.5%;
    left: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-6 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-6 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(75% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(75% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(75% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .ico-02 {
    top: 60.5%;
    left: 41%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(73% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .ico-01 {
    top: 34%;
    right: 36%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .ico-02 {
    top: 54%;
    left: 36.5%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .balloon-01 {
    top: calc(33.5% - 13px);
    left: calc(78% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .balloon-02 {
    top: calc(53.5% - 13px);
    right: calc(78% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .ico-01 {
    top: 24%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .ico-02 {
    top: 57.5%;
    left: 41%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(73.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .ico-01 {
    top: 25%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .ico-02 {
    top: 60.5%;
    left: 40%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(74.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .ico-01 {
    top: 24%;
    right: 39%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .ico-02 {
    top: 60.5%;
    left: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(75% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .ico-01 {
    top: 27%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .ico-02 {
    top: 60.5%;
    left: 36%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .balloon-01 {
    top: calc(26.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(78% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .ico-01 {
    top: 24%;
    right: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .ico-02 {
    top: 55.5%;
    left: 40%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(76% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .balloon-02 {
    top: calc(55% - 13px);
    right: calc(74% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .ico-01 {
    top: 25%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .ico-02 {
    top: 57.5%;
    left: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(77% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(76% - 50px);
  }
}
/* SP dots/balloon */
@media (max-width: 750px) {
  .page-contents.looks.looks-detail #measy .look-1 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-1 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.looks.looks-detail #measy .look-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-2 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-2 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.looks.looks-detail #measy .look-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-3 .ico-02 {
    top: 60.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #measy .look-3 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-3 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(74% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-4 .ico-01 {
    top: 34%;
    right: 36%;
  }
  .page-contents.looks.looks-detail #measy .look-4 .ico-02 {
    top: 54%;
    left: 36.5%;
  }
  .page-contents.looks.looks-detail #measy .look-4 .balloon-01 {
    top: calc(33.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-4 .balloon-02 {
    top: calc(53.5% - 13px);
    right: calc(78.5% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-5 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.looks.looks-detail #measy .look-5 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.looks.looks-detail #measy .look-5 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(78% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-5 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(77% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-6 .ico-01 {
    top: 24%;
    right: 35%;
  }
  .page-contents.looks.looks-detail #measy .look-6 .ico-02 {
    top: 57.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #measy .look-6 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.looks.looks-detail #measy .look-6 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(74.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-1 .ico-01 {
    top: 23%;
    right: 38%;
  }
  .page-contents.looks.looks-detail #weasy .look-1 .ico-02 {
    top: 58.5%;
    left: 41%;
  }
  .page-contents.looks.looks-detail #weasy .look-1 .balloon-01 {
    top: calc(22.5% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-1 .balloon-02 {
    top: calc(58% - 13px);
    right: calc(74% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-2 .ico-01 {
    top: 25%;
    right: 40%;
  }
  .page-contents.looks.looks-detail #weasy .look-2 .ico-02 {
    top: 60.5%;
    left: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(75% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(75.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-3 .ico-01 {
    top: 26.5%;
    right: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-3 .ico-02 {
    top: 59%;
    left: 36%;
  }
  .page-contents.looks.looks-detail #weasy .look-3 .balloon-01 {
    top: calc(26% - 13px);
    left: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-3 .balloon-02 {
    top: calc(58.5% - 13px);
    right: calc(79% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-4 .ico-01 {
    top: 25%;
    right: 39%;
  }
  .page-contents.looks.looks-detail #weasy .look-4 .ico-02 {
    top: 55%;
    left: 41.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-4 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(76% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-4 .balloon-02 {
    top: calc(54.5% - 13px);
    right: calc(73.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-5 .ico-01 {
    top: 25.5%;
    right: 38.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-5 .ico-02 {
    top: 57%;
    left: 38.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-5 .balloon-01 {
    top: calc(25% - 13px);
    left: calc(77% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-5 .balloon-02 {
    top: calc(56.5% - 13px);
    right: calc(77% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-6 .ico-01 {
    top: 24%;
    right: 38%;
  }
  .page-contents.looks.looks-detail #weasy .look-6 .ico-02 {
    top: 56.5%;
    left: 39.5%;
  }
  .page-contents.looks.looks-detail #weasy .look-6 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(77.5% - 50px);
  }
  .page-contents.looks.looks-detail #weasy .look-6 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .ico-01 {
    top: 25%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .ico-02 {
    top: 60.5%;
    left: 39%;
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look1-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .ico-02 {
    top: 60.5%;
    left: 41%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(74% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .ico-01 {
    top: 34%;
    right: 36%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .ico-02 {
    top: 54%;
    left: 36.5%;
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .balloon-01 {
    top: calc(33.5% - 13px);
    left: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look2-2 .balloon-02 {
    top: calc(53.5% - 13px);
    right: calc(79% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(78% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-1 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(77% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .ico-01 {
    top: 24%;
    right: 35%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .ico-02 {
    top: 57.5%;
    left: 41%;
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(80% - 50px);
  }
  .page-contents.men.setup.brands .section-look-list .look3-2 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(74% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .ico-01 {
    top: 25%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .ico-02 {
    top: 60.5%;
    left: 40%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(77.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(74.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .ico-01 {
    top: 24%;
    right: 39%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .ico-02 {
    top: 60.5%;
    left: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(75.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look1-2 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(76.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .ico-01 {
    top: 27%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .ico-02 {
    top: 60.5%;
    left: 36%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .balloon-01 {
    top: calc(26.5% - 13px);
    left: calc(77.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-1 .balloon-02 {
    top: calc(60% - 13px);
    right: calc(78.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .ico-01 {
    top: 24%;
    right: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .ico-02 {
    top: 55.5%;
    left: 40%;
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(76.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look2-2 .balloon-02 {
    top: calc(55% - 13px);
    right: calc(74.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .ico-01 {
    top: 25%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .ico-02 {
    top: 57.5%;
    left: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .balloon-01 {
    top: calc(24.5% - 13px);
    left: calc(77.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-1 .balloon-02 {
    top: calc(57% - 13px);
    right: calc(77.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .ico-01 {
    top: 24%;
    right: 37%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .ico-02 {
    top: 56.5%;
    left: 38%;
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .balloon-01 {
    top: calc(23.5% - 13px);
    left: calc(77.5% - 50px);
  }
  .page-contents.women.setup.brands .section-look-list .look3-2 .balloon-02 {
    top: calc(56% - 13px);
    right: calc(76.5% - 50px);
  }
}