@-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);
  }
}
/*========================================================================
    [PC]-layout-
======================================================================= */
@media (min-width: 751px) {
  body {
    background: #fff;
  }
  .breadcrumb-list {
    position: absolute;
    z-index: 5;
    color: #fff;
  }
  .breadcrumb-list a {
    color: #fff;
  }
  .breadcrumb-list .here {
    color: #fff;
  }
  .btn-order-v4 {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .btn-order-v4.active {
    opacity: 1;
    visibility: visible;
  }
  .btn-order-v4 .btn.secondary.black {
    width: 310px;
    height: 60px;
    border: none;
    color: #fff;
    background: #222;
    border-radius: 50px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    box-sizing: border-box;
  }
  .btn-order-v4 .btn.secondary.black a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 0;
    color: inherit;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-align: left;
    padding: 19px 20px 20px 25px;
  }
  .btn-order-v4 .btn.secondary.black span {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 16px;
    position: relative;
    margin: 0 auto;
  }
  .btn-order-v4 .btn.secondary.black span::after {
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    width: 12px;
    height: 12px;
    opacity: 1;
    background-image: url(../images/common/arrow-white6.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
  }
  .btn-order-v4 .btn.secondary.black:hover {
    background: #222;
    color: #fff;
    border-color: #ccc;
  }
  .btn-order-v4 .btn.secondary.black:hover span {
    opacity: 0.5;
  }
  .btn-order-v4 .ttl-sub {
    font-size: 11px;
    line-height: 1;
    margin-right: 8px;
  }
  .btn-order-v4 .order-btn {
    margin-top: 5px;
  }
  .btn-order-v4.shoplist .btn.secondary.black span {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn-order-v4.shoplist .ttl-sub {
    margin-bottom: 3px;
  }
  .page-contents.looks.looks-25aw {
    overflow: unset;
    -webkit-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in;
    background-color: #efefef;
  }
  .page-contents.looks.looks-25aw .js-cross-point {
    opacity: 0;
    visibility: hidden;
    color: #f00;
    position: absolute;
    bottom: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
  }
  .page-contents.looks.looks-25aw .section-mv {
    display: block;
    width: 100%;
    position: relative;
    background-color: #efefef;
  }
  .page-contents.looks.looks-25aw .section-mv .inner {
    position: relative;
  }
  .page-contents.looks.looks-25aw .section-mv .inner .box {
    position: relative;
    top: 0;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv .inner .mv-main {
    z-index: 1;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl {
    width: 100%;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 600;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-main {
    opacity: 0;
    font-size: 52px;
    line-height: 1;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-main span {
    font-size: 53px;
    letter-spacing: 0.08em;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-top {
    opacity: 0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 27px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-ttl .ttl-main {
    -webkit-animation: ttl-slidein2 1.2s ease 0.8s 1 normal forwards;
            animation: ttl-slidein2 1.2s ease 0.8s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes ttl-slidein2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-ttl .ttl-top {
    -webkit-animation: ttl-slidein 1.2s ease 1.4s 1 normal forwards;
            animation: ttl-slidein 1.2s ease 1.4s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes ttl-slidein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-10%);
              transform: translateY(-10%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  .page-contents.looks.looks-25aw .section-mv .box-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women {
    width: 50%;
    height: 100vh;
    position: relative;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men::before, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women::before {
    content: "";
    display: block;
    padding-top: calc(100vh + 60px);
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor {
    opacity: 0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.06em;
    line-height: 21px;
    width: 50%;
    text-align: center;
    color: #fff;
    position: fixed;
    left: 25%;
    bottom: 1%;
    z-index: 3;
    text-decoration: none;
    padding: 10px;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor::after, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor::after {
    content: "";
    display: block;
    width: 30px;
    height: 20px;
    background: url(/assets/images/looks/23aw/icon_arrow_anchor.svg) no-repeat center center/10px;
    position: absolute;
    left: 50%;
    top: 96%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men::after, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    opacity: 0;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor {
    border-right: 1px solid #fff;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor {
    left: 75%;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img figure {
    opacity: 0;
    width: 100.5%;
    height: calc(100vh + 60px);
    margin: 0;
    background-position: top;
    background-size: cover;
    position: absolute;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img img {
    opacity: 0;
    width: 100.5%;
    height: auto;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .vertical-only {
    display: none;
  }
  .page-contents.looks.looks-25aw .section-mv.vertical figure.pc-only {
    display: none;
  }
  .page-contents.looks.looks-25aw .section-mv.vertical .box-img .vertical-only {
    display: block;
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor {
    -webkit-animation: ttl-slidein4 1.5s ease 1.3s 1 normal forwards;
            animation: ttl-slidein4 1.5s ease 1.3s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein4 {
    0% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  @keyframes ttl-slidein4 {
    0% {
      opacity: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor::after, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor::after {
    -webkit-animation: ttl-arrowmove 1.2s ease 3.5s infinite;
            animation: ttl-arrowmove 1.2s ease 3.5s infinite;
  }
  @-webkit-keyframes ttl-arrowmove {
    0% {
      top: 96%;
    }
    50% {
      top: 106%;
    }
    100% {
      top: 96%;
    }
  }
  @keyframes ttl-arrowmove {
    0% {
      top: 96%;
    }
    50% {
      top: 106%;
    }
    100% {
      top: 96%;
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor.hide, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor.hide {
    opacity: 0;
    visibility: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men::after, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women::after {
    -webkit-animation: shadow-slidein4 2s ease 2.5s 1 normal forwards;
            animation: shadow-slidein4 2s ease 2.5s 1 normal forwards;
  }
  @-webkit-keyframes shadow-slidein4 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  @keyframes shadow-slidein4 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img figure {
    -webkit-animation: img-zoomout 2s ease 0.2s 1 normal forwards;
            animation: img-zoomout 2s ease 0.2s 1 normal forwards;
  }
  @-webkit-keyframes img-zoomout {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes img-zoomout {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .mvishide .box-img .mv-men .btn-anchor, .page-contents.looks.looks-25aw .section-mv.active .mvishide .box-img .mv-women .btn-anchor {
    opacity: 0;
    visibility: hidden;
  }
  .page-contents.looks.looks-25aw .box-img {
    position: relative;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .box-img img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-contents.looks.looks-25aw .box-img .photo.is-active {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  .page-contents.looks.looks-25aw .box-img .over-txt {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.84px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.looks.looks-25aw .btn-credit {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .page-contents.looks.looks-25aw .btn-credit::after {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url(/assets/images/looks/23aw/icon_plus.svg) no-repeat center center/12.5px;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  .page-contents.looks.looks-25aw .btn-credit.on {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .page-contents.looks.looks-25aw .btn-credit.on::after {
    background: url(/assets/images/looks/23aw/icon_minus.svg) no-repeat center center/12.5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-contents.looks.looks-25aw .credit {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 16px;
    color: #fff;
    text-align: center;
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
  .page-contents.looks.looks-25aw .credit .type {
    font-size: 14px;
    letter-spacing: 0.03em;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .page-contents.looks.looks-25aw .credit .type02 {
    margin-top: 20px;
  }
  .page-contents.looks.looks-25aw .credit .price {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.84px;
  }
  .page-contents.looks.looks-25aw .credit .price + .type {
    margin-top: 10px;
  }
  .page-contents.looks.looks-25aw .credit.is-active {
    opacity: 1;
  }
  .page-contents.looks.looks-25aw .credit .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 150px;
    height: 43px;
    margin: 15px auto 0;
    color: #fff;
    border: unset;
    background-color: #222;
    position: relative;
    z-index: 3;
  }
  .page-contents.looks.looks-25aw .credit .btn a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-align: left;
    padding: 15px 25px;
  }
  .page-contents.looks.looks-25aw .credit .btn a div {
    display: inline;
  }
  .page-contents.looks.looks-25aw .credit .btn span {
    padding-right: 12px;
  }
  .page-contents.looks.looks-25aw .credit .btn span::after {
    width: 6px;
    height: 15px;
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.looks.looks-25aw .credit .btn span::before {
    width: 6px;
    height: 15px;
    background-image: url(../images/common/arrow-black7.svg);
  }
  .page-contents.looks.looks-25aw .credit .btn:hover {
    background-color: #fff;
    color: #222;
  }
  .page-contents.looks.looks-25aw .section-men, .page-contents.looks.looks-25aw .section-women {
    position: relative;
    z-index: 1;
  }
  .page-contents.looks.looks-25aw .section-men .inner, .page-contents.looks.looks-25aw .section-women .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1px 1px;
    width: 95%;
    margin: 0 auto;
    padding-top: 100px;
  }
  .page-contents.looks.looks-25aw .section-men .ttl-main, .page-contents.looks.looks-25aw .section-women .ttl-main {
    width: 90%;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    margin: 0 auto 45px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .page-contents.looks.looks-25aw .section-men .box-img, .page-contents.looks.looks-25aw .section-women .box-img {
    width: calc(33.4% - 2px);
  }
  .page-contents.looks.looks-25aw .section-women {
    padding-bottom: 150px;
  }
  .page-contents.looks.looks-25aw .section-btn {
    display: none;
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
  }
  .page-contents.looks.looks-25aw .section-btn .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.looks.looks-25aw .section-btn .btn-ttl-box {
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin: 0 0 30px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand.men {
    margin-bottom: 20px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand.women {
    margin-bottom: 20px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand {
    position: relative;
    width: 25%;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand:not(.ttl-gender)::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 5;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand a {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand a:hover .box-img img {
    opacity: 0.7;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-img {
    position: relative;
    background-color: #222;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-img::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    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;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-img img {
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-txt {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 17px;
    z-index: 3;
    padding-right: 45px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en {
    margin-bottom: 11px;
    line-height: 0.5;
    height: 10px;
    color: #fff;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en img {
    height: 93%;
    width: auto;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en.easy {
    height: 23px;
    margin-bottom: 5px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-ja span {
    display: inline-block;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .btn {
    position: absolute;
    right: 0;
    bottom: 4px;
    z-index: 5;
    width: 35px;
    height: 35px;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white7.svg) no-repeat 13px center;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr .bnr {
    background-color: #222;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr img {
    width: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr a:hover img {
    opacity: 0.7;
  }
  .page-contents.looks.looks-25aw .bg1 {
    background-color: #fff;
    -webkit-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
  }
  .page-contents.looks.looks-25aw .bg1.active {
    opacity: 1;
  }
  .page-contents.looks.looks-25aw .sp-to-page-top {
    display: none;
  }
  .page-contents.looks.looks-25aw .fade {
    transition: opacity 2s, transform 2s, -webkit-transform 2s;
  }
}
@media (min-width: 751px) and (max-width: 920px) {
  .page-contents.looks.looks-24aw .section-btn a.brand-btn {
    font-size: 16px;
    padding: 17px 30px 19px;
    letter-spacing: 0.05em;
  }
}
/*========================================================================
    [SP]-layout-
======================================================================= */
@media (max-width: 750px) {
  body {
    background: #fff;
  }
  .breadcrumb-list {
    position: absolute;
    z-index: 5;
    color: #fff;
  }
  .breadcrumb-list a {
    color: #fff;
  }
  .breadcrumb-list .here {
    color: #fff;
  }
  .btn-order-v4 {
    display: none;
  }
  .page-contents.looks.looks-25aw {
    -webkit-transition: all 1.5s ease;
    transition: all 1.5s ease;
    background-color: #efefef;
  }
  .page-contents.looks.looks-25aw .js-cross-point {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  .page-contents.looks.looks-25aw .section-mv {
    display: block;
    width: 100%;
    position: relative;
    background-color: #efefef;
  }
  .page-contents.looks.looks-25aw .section-mv .inner {
    position: relative;
  }
  .page-contents.looks.looks-25aw .section-mv .inner .box {
    position: sticky;
    top: 0;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv .inner .mv-main {
    z-index: 1;
  }
  .page-contents.looks.looks-25aw .section-mv .inner .mv-over {
    z-index: 2;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl {
    width: 100%;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 5;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-top {
    opacity: 0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 18px;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.1em;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-main {
    opacity: 0;
    font-size: 25px;
    line-height: 1;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    letter-spacing: 0.1em;
  }
  .page-contents.looks.looks-25aw .section-mv .box-ttl .ttl-main span {
    font-size: 26px;
    letter-spacing: 0.05em;
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-ttl .ttl-main {
    -webkit-animation: ttl-slidein2 1s ease 0.8s 1 normal forwards;
            animation: ttl-slidein2 1s ease 0.8s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes ttl-slidein2 {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-20%);
              transform: translateY(-20%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-ttl .ttl-top {
    -webkit-animation: ttl-slidein 1s ease 1.2s 1 normal forwards;
            animation: ttl-slidein 1s ease 1.2s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-15%);
              transform: translateY(-15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  @keyframes ttl-slidein {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-15%);
              transform: translateY(-15%);
    }
    100% {
      opacity: 1;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }
  }
  .page-contents.looks.looks-25aw .section-mv .box-img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women {
    width: 50%;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor {
    opacity: 0;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.06em;
    line-height: 16px;
    width: 50%;
    text-align: center;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 2%;
    z-index: 3;
    text-decoration: none;
    padding: 10px;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor::after, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor::after {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url(/assets/images/looks/23aw/icon_arrow_anchor_sp.svg) no-repeat center center/8px;
    position: absolute;
    left: 50%;
    top: 85%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men::before, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women::before {
    content: "";
    display: block;
    padding-top: 100vh;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men::after, .page-contents.looks.looks-25aw .section-mv .box-img .mv-women::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 2;
    opacity: 0;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-men .btn-anchor {
    border-right: 1px solid #fff;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .mv-women .btn-anchor {
    left: 50%;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img figure {
    opacity: 0;
    width: 100.5%;
    height: calc(100vh - 100px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin: 0;
    background-position: top;
    background-size: cover;
    position: absolute;
  }
  .page-contents.looks.looks-25aw .section-mv .box-img .vertical-only {
    display: none;
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor {
    -webkit-animation: ttl-slidein4 1.5s ease 1.3s 1 normal forwards;
            animation: ttl-slidein4 1.5s ease 1.3s 1 normal forwards;
  }
  @-webkit-keyframes ttl-slidein4 {
    0% {
      opacity: 0;
      bottom: 0;
    }
    100% {
      opacity: 1;
      bottom: 2%;
    }
  }
  @keyframes ttl-slidein4 {
    0% {
      opacity: 0;
      bottom: 0;
    }
    100% {
      opacity: 1;
      bottom: 2%;
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor::after, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor::after {
    -webkit-animation: ttl-arrowmove 1.2s ease 3.5s infinite;
            animation: ttl-arrowmove 1.2s ease 3.5s infinite;
  }
  @-webkit-keyframes ttl-arrowmove {
    0% {
      top: 85%;
    }
    50% {
      top: 95%;
    }
    100% {
      top: 85%;
    }
  }
  @keyframes ttl-arrowmove {
    0% {
      top: 85%;
    }
    50% {
      top: 95%;
    }
    100% {
      top: 85%;
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men .btn-anchor.hide, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women .btn-anchor.hide {
    opacity: 0;
    visibility: hidden;
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-men::after, .page-contents.looks.looks-25aw .section-mv.active .box-img .mv-women::after {
    -webkit-animation: shadow-slidein4 2s ease 1.8s 1 normal forwards;
            animation: shadow-slidein4 2s ease 1.8s 1 normal forwards;
  }
  @-webkit-keyframes shadow-slidein4 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  @keyframes shadow-slidein4 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 100%;
    }
  }
  .page-contents.looks.looks-25aw .section-mv.active .box-img figure {
    -webkit-animation: img-zoomout 2s ease 0.2s 1 normal forwards;
            animation: img-zoomout 2s ease 0.2s 1 normal forwards;
  }
  @-webkit-keyframes img-zoomout {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  @keyframes img-zoomout {
    0% {
      opacity: 0;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
  }
  .page-contents.looks.looks-25aw .section-mv.horizontal .box-img .pc-only {
    display: block;
  }
  .page-contents.looks.looks-25aw .section-mv.horizontal .box-img .sp-only, .page-contents.looks.looks-25aw .section-mv.horizontal .box-img .vertical-only {
    display: none;
  }
  .page-contents.looks.looks-25aw .section-mv.horizontal .box-img img {
    width: 100.5%;
    height: auto;
  }
  .page-contents.looks.looks-25aw .box-img {
    position: relative;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .box-img img {
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .page-contents.looks.looks-25aw .box-img .photo.is-active {
    -webkit-filter: blur(9px);
            filter: blur(9px);
  }
  .page-contents.looks.looks-25aw .box-img .over-txt {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.84px;
    position: absolute;
    left: 10px;
    bottom: 10px;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.looks.looks-25aw .btn-credit {
    color: #fff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .page-contents.looks.looks-25aw .btn-credit::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(/assets/images/looks/23aw/icon_plus.svg) no-repeat center center;
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.looks.looks-25aw .btn-credit.on {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  .page-contents.looks.looks-25aw .btn-credit.on::after {
    background: url(/assets/images/looks/23aw/icon_minus.svg) no-repeat center center/12.5px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .page-contents.looks.looks-25aw .credit {
    opacity: 0;
    -webkit-transition: 1s;
    transition: 1s;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.04em;
    line-height: 16px;
    color: #fff;
    text-align: center;
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 3;
  }
  .page-contents.looks.looks-25aw .credit .type {
    font-size: 13px;
    letter-spacing: 0.03em;
    line-height: 17px;
    margin-bottom: 6px;
  }
  .page-contents.looks.looks-25aw .credit .type02 {
    margin-top: 20px;
  }
  .page-contents.looks.looks-25aw .credit .price {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0.84px;
  }
  .page-contents.looks.looks-25aw .credit .price + .type {
    margin-top: 10px;
  }
  .page-contents.looks.looks-25aw .credit.is-active {
    opacity: 1;
  }
  .page-contents.looks.looks-25aw .credit .btn {
    width: 46.66%;
    min-width: 140px;
    height: 35px;
    margin: 15px auto 0;
    color: #fff;
    border: 1px solid #222222;
    background-color: #222;
    position: relative;
    z-index: 3;
  }
  .page-contents.looks.looks-25aw .credit .btn a {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
  }
  .page-contents.looks.looks-25aw .credit .btn a div {
    display: none;
  }
  .page-contents.looks.looks-25aw .credit .btn span {
    padding-right: 12px;
  }
  .page-contents.looks.looks-25aw .credit .btn span::after {
    width: 6px;
    height: 17px;
    background-image: url(../images/common/arrow-white7.svg);
  }
  .page-contents.looks.looks-25aw .section-men, .page-contents.looks.looks-25aw .section-women {
    position: relative;
    z-index: 1;
  }
  .page-contents.looks.looks-25aw .section-men .inner, .page-contents.looks.looks-25aw .section-women .inner {
    width: 89.3%;
    margin: 0 auto;
    padding-top: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
  }
  .page-contents.looks.looks-25aw .section-men .ttl-main, .page-contents.looks.looks-25aw .section-women .ttl-main {
    width: 90%;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin: 0 auto 25px;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .page-contents.looks.looks-25aw .section-women {
    padding-bottom: 35px;
  }
  .page-contents.looks.looks-25aw .section-btn {
    display: none;
    position: relative;
    z-index: 1;
    padding: 30px 0 30px;
  }
  .page-contents.looks.looks-25aw .section-btn .inner {
    margin: 0 0 0 20px;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .section-btn .btn-ttl-box {
    width: 95%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    margin: 0 0 5%;
    padding-top: 50px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-right: 18px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand.men {
    margin-bottom: 20px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-brand.women {
    margin-bottom: 20px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand {
    position: relative;
    padding-right: 2px;
    min-width: 71.6%;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-img {
    position: relative;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .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.2;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-img img {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .box-txt {
    position: absolute;
    left: 15px;
    right: 20px;
    bottom: 17px;
    z-index: 3;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en {
    margin-bottom: 10px;
    line-height: 0.5;
    height: 8.2px;
    color: #fff;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en img {
    height: 100%;
    width: auto;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-en.easy {
    height: 19.4px;
    margin-bottom: 5px;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.07em;
    color: #fff;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .ttl-brand-ja span {
    display: inline-block;
  }
  .page-contents.looks.looks-25aw .section-btn .box-brand .btn {
    display: none;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding-right: 18px;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr img {
    width: 100%;
  }
  .page-contents.looks.looks-25aw .section-btn .block-bnr .bnr {
    position: relative;
    padding-right: 2px;
    min-width: 71.6%;
    overflow: hidden;
  }
  .page-contents.looks.looks-25aw .bg1 {
    background-color: #fff;
    -webkit-transition: opacity 0.8s ease-in;
    transition: opacity 0.8s ease-in;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    opacity: 0;
  }
  .page-contents.looks.looks-25aw .bg1.active {
    opacity: 1;
  }
  .page-contents.looks.looks-25aw .sp-to-page-top {
    opacity: 0;
  }
  .page-contents.looks.looks-25aw .sp-to-page-top span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.1em;
    text-align: center;
    padding-top: 15px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: rgba(190, 190, 190, 0.3);
    color: #fff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 6;
  }
  .page-contents.looks.looks-25aw .sp-to-page-top.show {
    opacity: 1;
  }
}