@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);
  }
}
.fade {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.fade.is-fadein {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.transition-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  opacity: 1;
  pointer-events: none;
}
.transition-overlay.is-hide {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.transition-overlay.is-show {
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.transition-overlay.is-back {
  z-index: -10000;
}

@media screen and (min-width: 751px) {
  .footer.footer-common-24ss, .footer.footer-common-25aw {
    padding-bottom: 80px;
  }
  .popup-cookie-v2 {
    position: fixed;
    bottom: 79px;
    z-index: 99;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 24px 25px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .popup-cookie-v2.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .popup-cookie-v2 .txt {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
  .popup-cookie-v2 .txt a {
    color: inherit;
  }
  .popup-cookie-v2 .txt a:hover {
    text-decoration: none;
  }
  .popup-cookie-v2 .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 27px;
    cursor: pointer;
  }
  .popup-cookie-v2 .btn-close .ico::before, .popup-cookie-v2 .btn-close .ico::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .popup-cookie-v2 .btn-close .ico::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup-cookie-v2 .btn-close .ico::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .btn-order {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
  }
  .btn-order .btn.secondary.black {
    width: 100%;
    height: 100%;
    width: 300px;
    height: 75px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border: none;
  }
  .btn-order .btn.secondary.black:hover {
    background: #fff;
  }
  .btn-order .btn.secondary.black:hover a::after {
    background: #ccc;
  }
  .btn-order .btn.secondary.black a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: left;
    padding: 0 20px;
  }
  .btn-order .btn.secondary.black a::after {
    content: "";
    display: block;
    position: absolute;
    right: 49px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 42px;
    width: 1px;
    background: #555;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .btn-order .btn.secondary.black span {
    width: 100%;
    display: block;
  }
  .btn-order .btn.secondary.black span::before, .btn-order .btn.secondary.black span::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    width: 19px;
    height: 20px;
  }
  .btn-order .btn.secondary.black span::before {
    background-image: url(../images/common/arrow-black14.svg);
  }
  .btn-order .btn.secondary.black span::after {
    background-image: url(../images/common/arrow-white14.svg);
  }
  .block-info.v2 {
    position: relative;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #efefef;
    padding: 8px 50px;
  }
  .block-info.v2 .info-button-prev {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/assets/images/top/arrow_gray_info.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: right 8px center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 50;
    cursor: pointer;
  }
  .block-info.v2 .info-button-next {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/assets/images/top/arrow_gray_info.svg);
    background-repeat: no-repeat;
    background-size: 9px 14px;
    background-position: right 8px center;
    z-index: 50;
    cursor: pointer;
  }
  .block-info.v2 .txt {
    font-size: inherit;
    margin: 0;
    line-height: 1;
  }
  .page-contents.grand-top .btn-more {
    width: 129px;
    height: 39px;
    border-radius: 20px;
  }
  .page-contents.grand-top .btn-more span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    padding-bottom: 1px;
  }
  .page-contents.grand-top .btn-more span::before, .page-contents.grand-top .btn-more span::after {
    content: unset;
  }
  .page-contents.grand-top .btn-more.btn.primary span {
    padding-right: 0;
  }
  .page-contents.grand-top .btn-more.small {
    width: 129px;
    height: 39px;
    border-radius: 20px;
  }
  .page-contents.grand-top .btn-more.small span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.grand-top .btn-more.small span::before, .page-contents.grand-top .btn-more.small span::after {
    content: unset;
  }
  .page-contents.grand-top .breadcrumb-list {
    position: absolute;
    left: 10px;
    right: 50px;
    top: 10px;
    z-index: 10;
    margin: 0;
    padding: 0;
    color: #777;
  }
  .page-contents.grand-top .breadcrumb-list a, .page-contents.grand-top .breadcrumb-list .here {
    color: #777;
  }
  .page-contents.grand-top .section-mv .inner img {
    width: 100%;
  }
  .page-contents.grand-top .section-mv + .section-feature {
    margin-top: 80px;
  }
  .page-contents.grand-top .section-mv .map-link-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.grand-top .section-mv .map-link-women, .page-contents.grand-top .section-mv .map-link-men {
    display: block;
    width: 50%;
    height: 100%;
  }
  .page-contents.grand-top .section-mv video.movie-toray {
    width: 100%;
  }
  .page-contents.grand-top .section-mv .movie-sound {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    font-size: 11px;
    line-height: 1;
    text-align: center;
    color: #222;
    font-family: "sweet-sans-pro", sans-serif;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-mv .movie-sound:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-mv .movie-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .page-contents.grand-top .section-campaign-list {
    padding: 85px 0 90px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-campaign-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-campaign-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide {
    width: 32.3%;
    max-width: 375px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide a:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow::before {
    background: #fff;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow-prev {
    left: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow-next {
    right: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-campaign-list .swiper-button-disabled {
    display: none;
  }
  .page-contents.grand-top .section-campaign-list .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.grand-top .section-campaign-list .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.grand-top .section-pickup-list {
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-pickup-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-pickup-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide {
    width: 49.3%;
    max-width: 572px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide a:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow::before {
    background: #fff;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow-prev {
    left: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow-next {
    right: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-pickup-list .swiper-button-disabled {
    display: none;
  }
  .page-contents.grand-top .section-pickup-list .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.grand-top .section-pickup-list .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.grand-top .block-info-important {
    padding: 17px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
    text-align: center;
  }
  .page-contents.grand-top .block-info-important p {
    width: calc(100% - 100px);
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    max-width: 1180px;
    margin: 0 auto;
  }
  .page-contents.grand-top .block-info-attention {
    padding: 17px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
  }
  .page-contents.grand-top .block-info-attention p {
    width: calc(100% - 100px);
    font-size: 13px;
    letter-spacing: 0.5px;
    line-height: 20px;
    max-width: 1180px;
    margin: 0 auto;
    text-align: center;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
  }
  .page-contents.grand-top .block-info-attention a {
    color: #997e5d;
  }
  .page-contents.grand-top .section-brands-v3 {
    padding: 90px 0 90px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-brands-v3 .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-brands-v3 .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 30px;
  }
  .page-contents.grand-top .section-brands-v3 .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0.54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.grand-top .section-brands-v3 .ttl-main span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-right: 13px;
    margin-top: 1px;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men + .block-ttl {
    margin-top: 90px;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1.08fr;
    gap: 2.7% 1.6%;
    grid-auto-flow: row;
    grid-template-areas: "tst comfort formal" "tst easy shirts";
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men .tst {
    grid-area: tst;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men .comfort {
    grid-area: comfort;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men .formal {
    grid-area: formal;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men .easy {
    grid-area: easy;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men .shirts {
    grid-area: shirts;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.women {
    display: grid;
    grid-template-columns: 1fr 0.5fr 0.5fr;
    grid-template-rows: 1fr 1.08fr;
    gap: 2.7% 1.6%;
    grid-auto-flow: row;
    grid-template-areas: "wtst weasy wformal" "wtst wshirt .";
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.women .wtst {
    grid-area: wtst;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.women .weasy {
    grid-area: weasy;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.women .wformal {
    grid-area: wformal;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.women .wshirt {
    grid-area: wshirt;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand {
    position: relative;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand a {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand a:hover .box-img img {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .ttl-gender {
    position: absolute;
    left: 20px;
    top: 17px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #222;
    z-index: 3;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-img {
    position: relative;
    background-color: #222;
    border-radius: 8px;
    height: 100%;
  }
  .page-contents.grand-top .section-brands-v3 .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;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-img img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    border-radius: 8px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-txt {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand.men.tst .box-txt, .page-contents.grand-top .section-brands-v3 .box-brand.women.wtst .box-txt {
    bottom: 25px;
  }
  .page-contents.grand-top .section-brands-v3 .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.grand-top .section-brands-v3 .box-brand .ttl-brand-en.st {
    font-size: 14px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .ttl-brand-en.st + .ttl-brand-ja {
    font-size: 26px;
    letter-spacing: 1.04px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .ttl-brand-ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 1.3;
    color: #fff;
  }
  .page-contents.grand-top .section-brands-v3 .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.grand-top .section-brands-v3 .box-brand .btn::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/arrow-white7.svg) no-repeat 13px center;
  }
  .page-contents.grand-top .section-about-v2 {
    padding: 90px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-about-v2 .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-about-v2 .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-about-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.grand-top .section-about-v2 picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-about-v2 picture::before {
    content: "";
    width: 75%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#35404D), to(transparent));
    background-image: linear-gradient(90deg, #35404D, transparent);
    position: absolute;
    bottom: 0;
    border-radius: 8px;
    opacity: 0.75;
  }
  .page-contents.grand-top .section-about-v2 .box {
    position: absolute;
    top: 50%;
    left: 5.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .page-contents.grand-top .section-about-v2 .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-about-v2 .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: 0.14px;
    margin-bottom: 25px;
  }
  .page-contents.grand-top .section-about-v2 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .page-contents.grand-top .section-about-v2 .btn.btn-more, .page-contents.grand-top .section-about-v2 .btn.btn-movie {
    width: 130px;
    height: 40px;
  }
  .page-contents.grand-top .section-about-v2 .btn a {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
  .page-contents.grand-top .section-about-v2 .btn span::before {
    background-image: url(../images/common/icon-btn-arrow-black.svg);
    top: 0;
    right: -4px;
    width: 15px;
    height: 14px;
  }
  .page-contents.grand-top .section-about-v2 .btn span::after {
    background-image: url(../images/common/icon-btn-arrow-white.svg);
    top: 0;
    right: -4px;
    width: 15px;
    height: 14px;
  }
  .page-contents.grand-top .section-about-v2 .btn:hover {
    background: #fff;
    border-color: #ccc;
  }
  .page-contents.grand-top .section-about-v2 .btn:hover a {
    color: #222;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal.is-open {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fade-in-bg-youtube 0.5s ease-out 0.35s both;
            animation: fade-in-bg-youtube 0.5s ease-out 0.35s both;
  }
  @-webkit-keyframes fade-in-bg-youtube {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes fade-in-bg-youtube {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .inner {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 50px;
    padding: 50px;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_sp.svg) no-repeat 13px center/14px auto;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.grand-top .section-guarantee-v2 {
    padding: 90px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-guarantee-v2 .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-guarantee-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.grand-top .section-guarantee-v2 picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-guarantee-v2 .box {
    position: absolute;
    top: 50%;
    left: 5.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-sub span {
    font-size: 12px;
    vertical-align: super;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
    margin-bottom: 30px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item.point-01 {
    border-right: 1px solid #fff;
    padding-right: 15px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.66px;
    margin-right: 2px;
    margin-top: -4px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.34px;
    margin-bottom: 10px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -3px;
  }
  .page-contents.grand-top .section-guarantee-v2 .btn.btn-more {
    width: 130px;
    height: 40px;
  }
  .page-contents.grand-top .section-guarantee-v2 .txt-notice {
    color: #999;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-first-guide {
    background-color: #f0f0f0;
    padding: 60px 0 50px;
  }
  .page-contents.grand-top .section-first-guide .inner {
    width: calc(100% - 100px);
    max-width: 1180px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-first-guide .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 24px;
    line-height: 30px; /* 123.077% */
    letter-spacing: 0.52px;
    margin-bottom: 10px;
  }
  .page-contents.grand-top .section-first-guide .ttl-txt {
    font-size: 14px;
    line-height: 150%; /* 21px */
    margin-bottom: 30px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 {
    border-right: 1px solid #efefef;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01, .page-contents.grand-top .section-first-guide .first-guide-02 {
    width: 50%;
    padding: 40px 30px 50px;
    background-color: #fff;
    margin-bottom: 30px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .ttl, .page-contents.grand-top .section-first-guide .first-guide-02 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 27px; /* 154.839% */
    letter-spacing: 1.08px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .sub-ttl, .page-contents.grand-top .section-first-guide .first-guide-02 .sub-ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 22.5px; /* 164.103% */
    letter-spacing: 0.9px;
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt, .page-contents.grand-top .section-first-guide .first-guide-02 .txt {
    font-size: 12px;
    line-height: 133%; /* 15.96px */
    letter-spacing: 1.04px;
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt span, .page-contents.grand-top .section-first-guide .first-guide-02 .txt span {
    vertical-align: top;
    line-height: 1.5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
    margin: -1px -3px 0 -2px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt + .btn-box, .page-contents.grand-top .section-first-guide .first-guide-02 .txt + .btn-box {
    margin-top: 25px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .notice, .page-contents.grand-top .section-first-guide .first-guide-02 .notice {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.8px;
    color: #999;
    margin-bottom: 25px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn-box, .page-contents.grand-top .section-first-guide .first-guide-02 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn, .page-contents.grand-top .section-first-guide .first-guide-02 .btn {
    padding: 0;
    margin: 0 10px 0 0;
    border: solid 1px #aaa;
    color: #222;
    background: #fff;
    cursor: pointer;
    border-radius: 25px;
    max-width: none;
    height: unset;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn.reserve, .page-contents.grand-top .section-first-guide .first-guide-01 .btn.dtds, .page-contents.grand-top .section-first-guide .first-guide-01 .btn.online-order, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.reserve, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.dtds, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.online-order {
    width: 190px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn a, .page-contents.grand-top .section-first-guide .first-guide-02 .btn a {
    padding: 12px 0 13px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn a:hover, .page-contents.grand-top .section-first-guide .first-guide-02 .btn a:hover {
    opacity: unset;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    padding-right: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::after {
    top: 2px;
    width: 8px;
    height: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav {
    text-align: center;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav > ul {
    background: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav > ul > li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav > ul > li:not(:last-child) {
    border-right: 1px solid #efefef;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .title {
    position: relative;
    margin-bottom: 10px;
    padding-top: 70px;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.06em;
    text-align: center;
    line-height: 1.5;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .title::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-left: -30px;
    background-position: 50% 50%;
    content: "";
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .description {
    width: 95%;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 auto 15px;
    text-align: left;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .link {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    letter-spacing: 2px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .link::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border: 2px solid #222;
    border-width: 2px 2px 0 0;
    content: "";
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.flow .title::before {
    width: 53px;
    background-image: url("/assets/images/guide/icon-first-flow.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.delivered .title::before {
    width: 52px;
    background-image: url("/assets/images/guide/icon-first-delivered.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.repurchase .title::before {
    width: 47px;
    background-image: url("/assets/images/guide/icon-first-repurchase.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.faq .title::before {
    width: 50px;
    background-image: url("/assets/images/guide/icon-first-qanda.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 40px 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav a:hover {
    opacity: 0.5;
  }
  .page-contents.grand-top .section-voice {
    display: none;
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-voice .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-voice .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-voice .block-ttl .btn {
    display: none;
  }
  .page-contents.grand-top .section-voice .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
  }
  .page-contents.grand-top .section-voice .swiper-wrapper {
    margin-top: 10px;
  }
  .page-contents.grand-top .section-voice .swiper-slide {
    width: 31.6%;
    max-width: 375px;
    height: auto;
    background-color: #f0f0f0;
    padding: 3.8% 2.5% 4.2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-voice .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .page-contents.grand-top .section-voice .slider-arrow::before {
    background: #fff;
  }
  .page-contents.grand-top .section-voice .slider-arrow-prev {
    left: -1.7%;
    top: 58%;
  }
  .page-contents.grand-top .section-voice .slider-arrow-next {
    right: -1.7%;
    top: 58%;
  }
  .page-contents.grand-top .section-voice .swiper-button-disabled {
    display: none;
  }
  .page-contents.grand-top .section-voice .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.grand-top .section-voice .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.grand-top .section-voice .box-eva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-voice .box-eva .star {
    color: #F7C560;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .page-contents.grand-top .section-voice .box-eva .star .gray-star {
    color: #ccc;
  }
  .page-contents.grand-top .section-voice .box-eva .date {
    color: #999;
    font-size: 10px;
    line-height: 2;
    margin-left: 5px;
  }
  .page-contents.grand-top .section-voice .box-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-voice .box-people .age {
    margin: 0 5px 0 8px;
  }
  .page-contents.grand-top .section-voice .box-people .gender {
    margin: 0 0 0 5px;
  }
  .page-contents.grand-top .section-voice .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
  }
  .page-contents.grand-top .section-voice .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.grand-top .section-information-list, .page-contents.grand-top .section-media-list, .page-contents.grand-top .section-kashinavi-list {
    padding: 90px 0 110px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-information-list .inner, .page-contents.grand-top .section-media-list .inner, .page-contents.grand-top .section-kashinavi-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-information-list .block-ttl, .page-contents.grand-top .section-media-list .block-ttl, .page-contents.grand-top .section-kashinavi-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-information-list .ttl-main, .page-contents.grand-top .section-media-list .ttl-main, .page-contents.grand-top .section-kashinavi-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  .page-contents.grand-top .section-information-list .list, .page-contents.grand-top .section-media-list .list, .page-contents.grand-top .section-kashinavi-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 5.6%;
    overflow: hidden;
    padding-top: 15px;
  }
  .page-contents.grand-top .section-information-list .list li, .page-contents.grand-top .section-media-list .list li, .page-contents.grand-top .section-kashinavi-list .list li {
    width: 28.2%;
  }
  .page-contents.grand-top .section-information-list .list li img, .page-contents.grand-top .section-media-list .list li img, .page-contents.grand-top .section-kashinavi-list .list li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-information-list .list li a, .page-contents.grand-top .section-media-list .list li a, .page-contents.grand-top .section-kashinavi-list .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-information-list .list li a:hover, .page-contents.grand-top .section-media-list .list li a:hover, .page-contents.grand-top .section-kashinavi-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-information-list .list li .date, .page-contents.grand-top .section-media-list .list li .date, .page-contents.grand-top .section-kashinavi-list .list li .date {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 7px;
    color: #997e5d;
  }
  .page-contents.grand-top .section-information-list .list li .ttl, .page-contents.grand-top .section-media-list .list li .ttl, .page-contents.grand-top .section-kashinavi-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
  }
  .page-contents.grand-top .section-media-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
  }
  .page-contents.grand-top .section-staffpick-list {
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-staffpick-list .inner {
    max-width: 1160px;
    width: calc(100% - 100px);
    margin: 0 auto;
  }
  .page-contents.grand-top .section-staffpick-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-staffpick-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  .page-contents.grand-top .section-staffpick-list a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-staffpick-list .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.grand-top .section-staffpick-list .box-list li {
    width: calc((100% - 51px) / 4);
    max-width: 277px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img {
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #ddd;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img a:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.56px;
    overflow: hidden;
    margin-bottom: 5px;
    overflow-wrap: anywhere;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .ttl a:hover {
    opacity: 0.5;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .store {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 10px;
    line-height: 1.2;
  }
  .page-contents.grand-top .section-blog-list {
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-blog-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-blog-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-blog-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  .page-contents.grand-top .section-blog-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 1.5%;
    overflow: hidden;
  }
  .page-contents.grand-top .section-blog-list .list li {
    width: 32.3%;
  }
  .page-contents.grand-top .section-blog-list .list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-blog-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-blog-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-blog-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-blog-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.6%;
    background-color: #999;
  }
  .page-contents.grand-top .section-blog-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-blog-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.grand-top .section-suitpedia-list {
    padding: 90px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-suitpedia-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-suitpedia-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-suitpedia-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  .page-contents.grand-top .section-suitpedia-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px 1.45%;
    overflow: hidden;
  }
  .page-contents.grand-top .section-suitpedia-list .list li {
    width: 23.9%;
  }
  .page-contents.grand-top .section-suitpedia-list .list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.3%;
    background-color: #999;
  }
  .page-contents.grand-top .section-suitpedia-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-suitpedia-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.grand-top .section-corporation-list {
    padding: 80px 0 90px;
  }
  .page-contents.grand-top .section-corporation-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.grand-top .section-corporation-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    margin-bottom: 6px;
  }
  .page-contents.grand-top .section-corporation-list .ttl-txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.14px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide {
    width: 49.3%;
    max-width: 572px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide a:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow {
    width: 35px;
    height: 35px;
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow::before {
    background: rgba(255, 255, 255, 0.9);
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow-prev {
    left: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow-next {
    right: -1.7%;
    top: 55%;
  }
  .page-contents.grand-top .section-corporation-list .swiper-button-disabled {
    display: none;
  }
  .page-contents.grand-top .section-corporation-list .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.grand-top .section-corporation-list .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.grand-top .section-corporation-list {
    border-bottom: unset;
  }
  .page-contents.grand-top .section-shop-grandtop {
    padding: 80px 0 100px;
    background: #efefef;
  }
  .page-contents.grand-top .section-shop-grandtop .inner {
    position: relative;
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-shop-grandtop .block-ttl .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 25px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl {
    color: #222;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
    margin-bottom: 6px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.14px;
  }
  .page-contents.grand-top .section-shop-grandtop .btn-more {
    background: #efefef;
    border: 1px solid #999;
  }
  .page-contents.grand-top .section-shop-grandtop .btn-more span {
    padding-right: 0;
  }
  .page-contents.grand-top .section-shop-grandtop .btn-more:hover {
    background: #222;
    border-color: #222;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .inner {
    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;
    gap: 0 3%;
    background: #fff;
    padding: 50px 50px 20px;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector {
    width: calc(19.5% - 50px);
    min-width: 180px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-menu {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-menu:after {
    content: "";
    background: url(../images/common/arrow-under-black6.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 10px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 13px;
    line-height: 1;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn:last-child {
    border-bottom: none;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn .shop-count {
    margin-left: 10px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .shoplist {
    width: calc(80.5% - 50px);
    min-height: 320px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region.isShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: listFade 0.6s ease;
            animation: listFade 0.6s ease;
  }
  @-webkit-keyframes listFade {
    from {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes listFade {
    from {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region-ttl {
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin: 0 0 18px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop {
    width: 23%;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop:not(:nth-child(4n+1)) {
    margin: 0 2.6% 35px 0;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    margin-bottom: 8px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a {
    text-decoration: none;
    color: #222;
    display: block;
    position: relative;
    padding-right: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a:hover {
    opacity: 0.5;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a:hover::after {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name span {
    display: block;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.24px;
    margin-bottom: 5px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels {
    font-size: 0;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span {
    display: inline-block;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #fff;
    letter-spacing: 0.2px;
    line-height: 1;
    min-width: 40px;
    padding: 5px 7px;
    text-align: center;
    border-radius: 2px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span:not(:last-child) {
    margin: 0 3px 3px 0;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.gender.men {
    background: #618ABA;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.gender.women {
    background: #D67984;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.option {
    font-family: "sweet-sans-pro", sans-serif;
    background: #D67984;
  }
}
@media screen and (min-width: 751px) and (max-width: 1004px) {
  .page-contents.grand-top .section-shop-grandtop .block-list .shoplist {
    width: 100%;
    min-height: 260px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector {
    height: 45px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-menu {
    position: absolute;
    width: 180px;
    background: #fff;
    z-index: 2;
  }
}
@media screen and (max-width: 750px) {
  .footer.footer-common-24ss, .footer.footer-common-25aw {
    padding-bottom: 90px;
  }
  .fade-sp-no-transform {
    -webkit-transform: none;
            transform: none;
  }
  .block-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
  }
  .block-btn .btn {
    position: relative;
    width: 50%;
    height: 100%;
  }
  .block-btn .btn:not(:first-child)::before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .block-btn .btn a {
    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;
    width: 100%;
    height: 100%;
  }
  .block-btn .btn span {
    font-family: "sweet-sans-pro", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 0;
    margin: 0;
  }
  .block-btn .btn span::before, .block-btn .btn span::after {
    content: none;
  }
  .popup-cookie-v2 {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 200;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
    pointer-events: none;
  }
  .popup-cookie-v2.is-visible {
    opacity: 1;
    pointer-events: all;
  }
  .popup-cookie-v2 .txt {
    font-size: 11px;
    letter-spacing: 0.05em;
    line-height: 16px;
  }
  .popup-cookie-v2 .txt a {
    color: inherit;
  }
  .popup-cookie-v2 .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 27px;
    cursor: pointer;
  }
  .popup-cookie-v2 .btn-close .ico::before, .popup-cookie-v2 .btn-close .ico::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background: #222;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .popup-cookie-v2 .btn-close .ico::before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  .popup-cookie-v2 .btn-close .ico::after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media screen and (max-width: 750px) and (min-width: 400px) {
  .popup-cookie-v2 .txt {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 750px) {
  .btn-order {
    position: fixed;
    right: 20px;
    left: 20px;
    bottom: 20px;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
    z-index: 100;
  }
  .btn-order.is-visible-popup {
    -webkit-transition: none;
    transition: none;
  }
  .btn-order .btn.secondary.black {
    width: 100%;
    height: 75px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border: none;
  }
  .btn-order .btn.secondary.black a {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.07em;
    text-align: left;
    padding: 0 20px;
  }
  .btn-order .btn.secondary.black a::after {
    content: "";
    display: block;
    position: absolute;
    right: 49px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    height: 42px;
    width: 1px;
    background: #555;
  }
  .btn-order .btn.secondary.black span {
    width: 100%;
    display: block;
  }
  .btn-order .btn.secondary.black span::after {
    right: -1px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    z-index: 2;
    width: 19px;
    height: 20px;
    background-image: url(../images/common/arrow-white14.svg);
  }
  .block-info.v2 {
    z-index: 100;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #efefef;
    padding: 10px;
    width: 100%;
    height: 30px;
  }
  .block-info.v2 .info-button-prev {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/assets/images/top/arrow_gray_info.svg);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: right 7px center;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    z-index: 50;
    cursor: pointer;
    outline: none;
  }
  .block-info.v2 .info-button-next {
    position: absolute;
    width: 20px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    margin-top: auto;
    margin-bottom: auto;
    background: url(/assets/images/top/arrow_gray_info_sp.svg);
    background-repeat: no-repeat;
    background-size: 8px 13px;
    background-position: right 7px center;
    z-index: 50;
    cursor: pointer;
    outline: none;
  }
  .block-info.v2 .txt {
    font-size: inherit;
    margin: 0;
    line-height: 1;
  }
  .page-contents.grand-top .btn-more {
    width: 100px;
    height: 35px;
    border-radius: 25px;
  }
  .page-contents.grand-top .btn-more::after {
    content: unset;
  }
  .page-contents.grand-top .btn-more span {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 141%;
    letter-spacing: 0.24px;
    padding-right: 0;
    padding-bottom: 1px;
  }
  .page-contents.grand-top .btn-more span::after {
    content: unset;
  }
  .page-contents.grand-top .btn-more.small {
    width: 100px;
    height: 35px;
    border-radius: 17.5px;
  }
  .page-contents.grand-top .btn-more.small span {
    font-size: 12px;
    padding-right: 12px;
  }
  .page-contents.grand-top .breadcrumb-list {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
    margin: 0;
    color: #777;
  }
  .page-contents.grand-top .breadcrumb-list a, .page-contents.grand-top .breadcrumb-list .here {
    color: #777;
  }
  .page-contents.grand-top .section-mv .inner img {
    width: 100%;
  }
  .page-contents.grand-top .section-mv .map-link-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.grand-top .section-mv .map-link-women, .page-contents.grand-top .section-mv .map-link-men {
    display: block;
    width: 50%;
    height: 100%;
  }
  .page-contents.grand-top .section-mv video.movie-toray {
    width: 100%;
  }
  .page-contents.grand-top .section-mv .movie-sound {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 80px;
    background-color: #fff;
    border-radius: 20px;
    padding: 7px;
    font-size: 10px;
    line-height: 1;
    text-align: center;
    color: #222;
    font-family: "sweet-sans-pro", sans-serif;
    cursor: pointer;
    z-index: 2;
  }
  .page-contents.grand-top .section-mv .movie-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .page-contents.grand-top .section-campaign-list {
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-campaign-list .inner {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .page-contents.grand-top .section-campaign-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px 20px;
  }
  .page-contents.grand-top .section-campaign-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.grand-top .section-campaign-list .slider {
    padding-right: 40px;
  }
  .page-contents.grand-top .section-campaign-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding-right: 20px;
    gap: 10px;
    padding-left: 20px;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 86.3%;
  }
  .page-contents.grand-top .section-campaign-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow-prev {
    display: none;
  }
  .page-contents.grand-top .section-campaign-list .slider-arrow-next {
    display: none;
  }
  .page-contents.grand-top .section-campaign-list .slider-pagination {
    display: none;
  }
  .page-contents.grand-top .section-campaign-list picture::before {
    content: "";
    width: 100%;
    height: 60%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    opacity: 0.65;
  }
  .page-contents.grand-top .section-campaign-list .txt-box {
    width: 89%;
    position: absolute;
    left: 5.2%;
    bottom: 0;
    color: #fff;
    z-index: 2;
    margin-bottom: 8.2%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .page-contents.grand-top .section-campaign-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
  .page-contents.grand-top .section-campaign-list picture::before {
    content: unset;
  }
  .page-contents.grand-top .section-pickup-list {
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 40px 0 50px;
  }
  .page-contents.grand-top .section-pickup-list .inner {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .page-contents.grand-top .section-pickup-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px 20px;
  }
  .page-contents.grand-top .section-pickup-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.grand-top .section-pickup-list .slider {
    padding-right: 40px;
  }
  .page-contents.grand-top .section-pickup-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding-right: 20px;
    gap: 10px;
    padding-left: 20px;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 86.3%;
  }
  .page-contents.grand-top .section-pickup-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow-prev {
    display: none;
  }
  .page-contents.grand-top .section-pickup-list .slider-arrow-next {
    display: none;
  }
  .page-contents.grand-top .section-pickup-list .slider-pagination {
    display: none;
  }
  .page-contents.grand-top .section-pickup-list picture::before {
    content: "";
    width: 100%;
    height: 60%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    opacity: 0.65;
  }
  .page-contents.grand-top .section-pickup-list .txt-box {
    width: 89%;
    position: absolute;
    left: 5.2%;
    bottom: 0;
    color: #fff;
    z-index: 2;
    margin-bottom: 8.2%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .page-contents.grand-top .section-pickup-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
  .page-contents.grand-top .section-pickup-list picture::before {
    content: unset;
  }
  .page-contents.grand-top .section-brands-v3 {
    padding: 70px 0 50px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-brands-v3 .inner {
    margin: 0;
    overflow: hidden;
  }
  .page-contents.grand-top .section-brands-v3 .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px 25px;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding: 0 20px;
    gap: 10px;
  }
  .page-contents.grand-top .section-brands-v3 .block-brand.men + .block-ttl {
    margin-top: 70px;
  }
  .page-contents.grand-top .section-brands-v3 .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 141%;
    letter-spacing: 0.42px;
    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.grand-top .section-brands-v3 .ttl-main span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
    padding-bottom: 9px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand {
    position: relative;
    min-width: 86.3%;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-img {
    position: relative;
  }
  .page-contents.grand-top .section-brands-v3 .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;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-img img {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .box-txt {
    position: absolute;
    left: 15px;
    right: 20px;
    bottom: 17px;
    z-index: 3;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .ttl-brand-en {
    margin-bottom: 8px;
    line-height: 1;
    letter-spacing: 0.84px;
    color: #fff;
    font-size: 12px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
  }
  .page-contents.grand-top .section-brands-v3 .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.grand-top .section-brands-v3 .box-brand .ttl-brand-ja span {
    display: inline-block;
  }
  .page-contents.grand-top .section-brands-v3 .box-brand .btn {
    display: none;
  }
  .page-contents.grand-top .section-about-v2 {
    padding: 70px 0 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .page-contents.grand-top .section-about-v2 .inner {
    margin: 0 20px;
  }
  .page-contents.grand-top .section-about-v2 .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
    margin-bottom: 18px;
  }
  .page-contents.grand-top .section-about-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.grand-top .section-about-v2 picture img {
    width: 100%;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-about-v2 picture::before {
    content: "";
    width: 100%;
    height: 80%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    bottom: 0;
    border-radius: 6px;
    opacity: 0.4;
  }
  .page-contents.grand-top .section-about-v2 .box {
    position: absolute;
    top: 72%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    width: 88.4%;
  }
  .page-contents.grand-top .section-about-v2 .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
  }
  .page-contents.grand-top .section-about-v2 .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 25px;
  }
  .page-contents.grand-top .section-about-v2 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .page-contents.grand-top .section-about-v2 .btn.btn-more, .page-contents.grand-top .section-about-v2 .btn.btn-movie {
    width: 148px;
    height: 40px;
    border-color: #fff;
  }
  .page-contents.grand-top .section-about-v2 .btn a {
    color: #fff;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
  .page-contents.grand-top .section-about-v2 .btn span::before {
    background-image: url(../images/common/icon-btn-arrow-black.svg);
    top: 0;
    right: -4px;
    width: 15px;
    height: 14px;
  }
  .page-contents.grand-top .section-about-v2 .btn span::after {
    background-image: url(../images/common/icon-btn-arrow-white.svg);
    top: 0;
    right: -4px;
    width: 15px;
    height: 14px;
  }
  .page-contents.grand-top .section-about-v2 .btn:hover {
    background: #fff;
    border-color: #ccc;
  }
  .page-contents.grand-top .section-about-v2 .btn:hover a {
    color: #222;
  }
  .page-contents.grand-top .section-about-v2 .btn:hover span::after {
    background-image: url(../images/common/icon-btn-arrow-black.svg);
  }
  .page-contents.grand-top .section-about-v2 .movie-modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal.is-open {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fade-in-bg-youtube 0.5s ease-out 0.35s both;
            animation: fade-in-bg-youtube 0.5s ease-out 0.35s both;
  }
  @-webkit-keyframes fade-in-bg-youtube {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgb(0, 0, 0);
    }
  }
  @keyframes fade-in-bg-youtube {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgb(0, 0, 0);
    }
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .inner {
    height: calc(100% - 50px);
    width: 100%;
    background-color: #000;
    padding: 0;
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .btn-close::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/common/icon_modal_close_sp.svg) no-repeat 13px center/14px auto;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .youtube {
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
  .page-contents.grand-top .section-about-v2 .movie-modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.grand-top .section-guarantee-v2 {
    padding: 70px 0 50px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-guarantee-v2 .inner {
    margin: 0 20px;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 18px;
  }
  .page-contents.grand-top .section-guarantee-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.grand-top .section-guarantee-v2 picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-guarantee-v2 .box {
    position: absolute;
    bottom: 6.9%;
    left: 5.8%;
    color: #fff;
    width: 88.4%;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-guarantee-v2 .ttl-sub span {
    font-size: 10px;
    vertical-align: super;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 15px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item.point-01 {
    border-right: 1px solid #fff;
    padding-right: 15px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    letter-spacing: -0.66px;
    margin-right: 2px;
    margin-top: -3px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.34px;
    margin-bottom: 8px;
  }
  .page-contents.grand-top .section-guarantee-v2 .guarantee-list .guarantee-item .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -2px;
  }
  .page-contents.grand-top .section-guarantee-v2 .btn.btn-more {
    width: 148px;
    height: 39px;
    margin-top: 28px;
  }
  .page-contents.grand-top .section-guarantee-v2 .txt-notice {
    color: #999;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-first-guide {
    background-color: #f0f0f0;
  }
  .page-contents.grand-top .section-first-guide .inner {
    padding: 50px 20px;
  }
  .page-contents.grand-top .section-first-guide .ttl-main {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 20px;
    line-height: 28px; /* 140% */
    letter-spacing: 1.5px;
    margin-bottom: 10px;
  }
  .page-contents.grand-top .section-first-guide .ttl-txt {
    font-size: 12px;
    line-height: 130%; /* 15.6px */
    margin-bottom: 30px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 {
    margin-bottom: 2px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-02 {
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01, .page-contents.grand-top .section-first-guide .first-guide-02 {
    padding: 20px 20px 40px;
    background-color: #fff;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .ttl, .page-contents.grand-top .section-first-guide .first-guide-02 .ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    line-height: 27px; /* 154.839% */
    letter-spacing: 1.08px;
    margin-bottom: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .sub-ttl, .page-contents.grand-top .section-first-guide .first-guide-02 .sub-ttl {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 14px;
    line-height: 22.5px; /* 164.103% */
    letter-spacing: 0.9px;
    margin-bottom: 5px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt, .page-contents.grand-top .section-first-guide .first-guide-02 .txt {
    font-size: 12px;
    line-height: 133%; /* 15.96px */
    letter-spacing: 1.04px;
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt span, .page-contents.grand-top .section-first-guide .first-guide-02 .txt span {
    vertical-align: top;
    line-height: 1.5;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    display: inline-block;
    margin: -1px -3px 0 -2px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .txt + .btn-box, .page-contents.grand-top .section-first-guide .first-guide-02 .txt + .btn-box {
    margin-top: 20px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .notice, .page-contents.grand-top .section-first-guide .first-guide-02 .notice {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.8px;
    color: #999;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn-box, .page-contents.grand-top .section-first-guide .first-guide-02 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn, .page-contents.grand-top .section-first-guide .first-guide-02 .btn {
    padding: 0;
    margin: 0 10px 0 0;
    border: solid 1px #aaa;
    color: #222;
    cursor: pointer;
    border-radius: 25px;
    max-width: none;
    height: unset;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn.reserve, .page-contents.grand-top .section-first-guide .first-guide-01 .btn.dtds, .page-contents.grand-top .section-first-guide .first-guide-01 .btn.online-order, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.reserve, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.dtds, .page-contents.grand-top .section-first-guide .first-guide-02 .btn.online-order {
    width: 50%;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn a, .page-contents.grand-top .section-first-guide .first-guide-02 .btn a {
    padding: 12px 0 13px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn a:hover, .page-contents.grand-top .section-first-guide .first-guide-02 .btn a:hover {
    opacity: unset;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 11px;
    letter-spacing: 0;
    text-align: center;
    padding-right: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::after {
    top: 2px;
    width: 8px;
    height: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::after {
    background-image: url(../images/common/arrow-black4.svg);
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn span::before {
    background-image: url(../images/common/arrow-white4.svg);
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover span::before, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.grand-top .section-first-guide .first-guide-01 .btn:hover span::after, .page-contents.grand-top .section-first-guide .first-guide-02 .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav {
    text-align: left;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav a {
    display: block;
    color: #222;
    text-decoration: none;
    padding: 45px 20px 40px;
    border-bottom: 1px solid #efefef;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .title {
    position: relative;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-bottom: 3px;
    padding: 0 0 20px 60px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .title::before {
    display: block;
    position: absolute;
    margin-left: 0;
    margin-top: -40px;
    top: 50%;
    left: 0;
    width: 50px;
    height: 60px;
    background-position: 50% 50%;
    content: "";
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .description {
    font-size: 12px;
    line-height: 133%; /* 15.96px */
    letter-spacing: 1.04px;
    margin-bottom: 13px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .link {
    display: inline-block;
    position: relative;
    padding-right: 8px;
    letter-spacing: 2px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav .link::after {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-top: -3px;
    border: 2px solid #222;
    border-width: 2px 2px 0 0;
    content: "";
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li {
    background-color: #fff;
    margin-bottom: 1px;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.flow .title::before {
    width: 45px;
    background-image: url("/assets/images/guide/icon-first-flow.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.delivered .title::before {
    width: 45px;
    background-image: url("/assets/images/guide/icon-first-delivered.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.repurchase .title::before {
    width: 42px;
    background-image: url("/assets/images/guide/icon-first-repurchase.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-first-guide .first-guide-nav li.faq .title::before {
    width: 45px;
    background-image: url("/assets/images/guide/icon-first-qanda.svg");
    background-size: contain;
  }
  .page-contents.grand-top .section-voice {
    display: none;
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-voice .inner {
    position: relative;
    margin-left: 20px;
    overflow: hidden;
  }
  .page-contents.grand-top .section-voice .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px 20px 0;
  }
  .page-contents.grand-top .section-voice .block-ttl .btn {
    display: none;
  }
  .page-contents.grand-top .section-voice .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.grand-top .section-voice .slider {
    height: 100%;
    width: calc(100% - 65px);
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
    overflow: visible;
  }
  .page-contents.grand-top .section-voice .swiper-slide {
    height: auto;
    background-color: #f0f0f0;
    padding: 25px 20px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-voice .slider-arrow-prev {
    display: none;
  }
  .page-contents.grand-top .section-voice .slider-arrow-next {
    display: none;
  }
  .page-contents.grand-top .section-voice .slider-pagination {
    display: none;
  }
  .page-contents.grand-top .section-voice .box-eva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-voice .box-eva .star {
    color: #F7C560;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .page-contents.grand-top .section-voice .box-eva .star .gray-star {
    color: #ccc;
  }
  .page-contents.grand-top .section-voice .box-eva .date {
    color: #999;
    font-size: 10px;
    line-height: 2;
    margin-left: 5px;
  }
  .page-contents.grand-top .section-voice .box-people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    line-height: 140%;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-voice .box-people .age {
    margin: 0 5px 0 8px;
  }
  .page-contents.grand-top .section-voice .box-people .gender {
    margin: 0 0 0 5px;
  }
  .page-contents.grand-top .section-voice .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.48px;
    margin-bottom: 12px;
  }
  .page-contents.grand-top .section-voice .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.grand-top .section-information-list, .page-contents.grand-top .section-media-list, .page-contents.grand-top .section-kashinavi-list {
    padding: 70px 0 60px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-information-list .inner, .page-contents.grand-top .section-media-list .inner, .page-contents.grand-top .section-kashinavi-list .inner {
    margin: 0 20px;
    position: relative;
  }
  .page-contents.grand-top .section-information-list .block-ttl, .page-contents.grand-top .section-media-list .block-ttl, .page-contents.grand-top .section-kashinavi-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 28px;
  }
  .page-contents.grand-top .section-information-list .ttl-main, .page-contents.grand-top .section-media-list .ttl-main, .page-contents.grand-top .section-kashinavi-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
  .page-contents.grand-top .section-information-list .list, .page-contents.grand-top .section-media-list .list, .page-contents.grand-top .section-kashinavi-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 65px;
  }
  .page-contents.grand-top .section-information-list .list li, .page-contents.grand-top .section-media-list .list li, .page-contents.grand-top .section-kashinavi-list .list li {
    width: 100%;
  }
  .page-contents.grand-top .section-information-list .list li img, .page-contents.grand-top .section-media-list .list li img, .page-contents.grand-top .section-kashinavi-list .list li img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-information-list .list li a, .page-contents.grand-top .section-media-list .list li a, .page-contents.grand-top .section-kashinavi-list .list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-information-list .list li a:hover, .page-contents.grand-top .section-media-list .list li a:hover, .page-contents.grand-top .section-kashinavi-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-information-list .list li .date, .page-contents.grand-top .section-media-list .list li .date, .page-contents.grand-top .section-kashinavi-list .list li .date {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 7px;
    color: #997e5d;
  }
  .page-contents.grand-top .section-information-list .list li .ttl, .page-contents.grand-top .section-media-list .list li .ttl, .page-contents.grand-top .section-kashinavi-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
  }
  .page-contents.grand-top .section-information-list .btn-more, .page-contents.grand-top .section-media-list .btn-more, .page-contents.grand-top .section-kashinavi-list .btn-more {
    width: 170px;
    height: 39px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-media-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.grand-top .section-staffpick-list {
    padding: 70px 0 55px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-staffpick-list .inner {
    margin: 0 20px;
  }
  .page-contents.grand-top .section-staffpick-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 18px;
  }
  .page-contents.grand-top .section-staffpick-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
  .page-contents.grand-top .section-staffpick-list a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-staffpick-list .box-list {
    margin-bottom: 35px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 39px 2.8%;
  }
  .page-contents.grand-top .section-staffpick-list .box-list li {
    width: 48.6%;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img {
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: #ddd;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img a:hover {
    opacity: 0.7;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .img img {
    width: 100%;
    height: auto;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 9px;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt img {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.56px;
    overflow: hidden;
    margin-bottom: 3px;
    overflow-wrap: anywhere;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .ttl a:hover {
    opacity: 0.5;
  }
  .page-contents.grand-top .section-staffpick-list .box-list .box-txt .store {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    color: #999;
    font-size: 10px;
    line-height: 1.2;
  }
  .page-contents.grand-top .section-staffpick-list .btn-more {
    width: 170px;
    height: 39px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-suitpedia-list {
    padding: 70px 0 55px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-suitpedia-list .inner {
    margin: 0 20px;
    position: relative;
  }
  .page-contents.grand-top .section-suitpedia-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-suitpedia-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
  }
  .page-contents.grand-top .section-suitpedia-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 2.8%;
    overflow: hidden;
    margin-bottom: 35px;
  }
  .page-contents.grand-top .section-suitpedia-list .list li {
    width: 48.6%;
  }
  .page-contents.grand-top .section-suitpedia-list .list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-suitpedia-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.3%;
    background-color: #999;
  }
  .page-contents.grand-top .section-suitpedia-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    margin-top: 10px;
  }
  .page-contents.grand-top .section-suitpedia-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.grand-top .section-suitpedia-list .btn-more {
    width: 170px;
    height: 39px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-blog-list {
    padding: 70px 0 55px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.grand-top .section-blog-list .inner {
    margin: 0 20px;
    position: relative;
  }
  .page-contents.grand-top .section-blog-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-blog-list .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.9px;
  }
  .page-contents.grand-top .section-blog-list .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 2.8%;
    margin-bottom: 35px;
  }
  .page-contents.grand-top .section-blog-list .list li {
    width: 48.6%;
  }
  .page-contents.grand-top .section-blog-list .list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-contents.grand-top .section-blog-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-blog-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.grand-top .section-blog-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-blog-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.6%;
    background-color: #999;
  }
  .page-contents.grand-top .section-blog-list .list li .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    margin-top: 8px;
  }
  .page-contents.grand-top .section-blog-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.grand-top .section-blog-list .btn-more {
    width: 170px;
    height: 39px;
    margin: 0 auto;
  }
  .page-contents.grand-top .section-corporation-list {
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 70px 0;
  }
  .page-contents.grand-top .section-corporation-list .inner {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .page-contents.grand-top .section-corporation-list .block-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 20px 20px;
  }
  .page-contents.grand-top .section-corporation-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.grand-top .section-corporation-list .slider {
    padding-right: 40px;
  }
  .page-contents.grand-top .section-corporation-list .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: visible;
    overflow-x: scroll;
    padding-right: 20px;
    gap: 10px;
    padding-left: 20px;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 86.3%;
  }
  .page-contents.grand-top .section-corporation-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow-prev {
    display: none;
  }
  .page-contents.grand-top .section-corporation-list .slider-arrow-next {
    display: none;
  }
  .page-contents.grand-top .section-corporation-list .slider-pagination {
    display: none;
  }
  .page-contents.grand-top .section-corporation-list picture::before {
    content: "";
    width: 100%;
    height: 60%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(transparent));
    background-image: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    bottom: 0;
    border-radius: 0 0 8px 8px;
    opacity: 0.65;
  }
  .page-contents.grand-top .section-corporation-list .txt-box {
    width: 89%;
    position: absolute;
    left: 5.2%;
    bottom: 0;
    color: #fff;
    z-index: 2;
    margin-bottom: 8.2%;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  }
  .page-contents.grand-top .section-corporation-list .block-ttl {
    display: block;
    margin: 0 20px 20px;
  }
  .page-contents.grand-top .section-corporation-list .ttl-main {
    margin-bottom: 7px;
  }
  .page-contents.grand-top .section-corporation-list .ttl-txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
    margin-bottom: 18px;
  }
  .page-contents.grand-top .section-corporation-list picture::before {
    content: unset;
  }
  .page-contents.grand-top .section-corporation-list {
    border-bottom: unset;
  }
  .page-contents.grand-top .section-shop-grandtop {
    padding: 70px 0;
    background: #efefef;
  }
  .page-contents.grand-top .section-shop-grandtop .inner {
    margin: 0 20px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-ttl .inner {
    position: relative;
    margin-bottom: 25px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl {
    color: #222;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-main {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.72px;
    margin-bottom: 20px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-sub {
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-ttl .ttl-txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 1.44px;
  }
  .page-contents.grand-top .section-shop-grandtop .btn-more {
    background: #efefef;
    border: 1px solid #999;
    position: absolute;
    top: -8px;
    right: 0;
  }
  .page-contents.grand-top .section-shop-grandtop .btn-more:hover {
    color: #fff;
    background: #222;
    border-color: #222;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .inner {
    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;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-menu {
    position: absolute;
    min-width: 180px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    z-index: 2;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-menu:after {
    content: "";
    background: url(../images/common/arrow-under-black6.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 8px;
    height: 10px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn {
    display: none;
    position: relative;
    padding: 15px;
    font-size: 13px;
    line-height: 1;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn:last-child {
    border-bottom: none;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .selector .select-btn .shop-count {
    margin-left: 10px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .shoplist {
    width: 100%;
    margin-top: 75px;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region {
    width: 100%;
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region.isShow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: listFade 0.6s ease;
            animation: listFade 0.6s ease;
  }
  @-webkit-keyframes listFade {
    from {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  @keyframes listFade {
    from {
      opacity: 0;
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
    to {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
  }
  .page-contents.grand-top .section-shop-grandtop .block-list .region-ttl {
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 20px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 14px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: url(../images/common/arrow-black6.svg) no-repeat center center/contain;
    width: 10px;
    height: 10px;
    -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.grand-top .section-shop-grandtop .box-shop .name {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.03em;
    line-height: 21px;
    margin-bottom: 5px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a {
    text-decoration: none;
    color: #222;
    display: block;
    position: relative;
    padding-right: 20px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a:hover {
    opacity: 0.5;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name a:hover::after {
    -webkit-transform: translate(2px, -50%);
            transform: translate(2px, -50%);
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .name span {
    display: block;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: -0.03em;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels {
    font-size: 0;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span {
    display: inline-block;
    font-family: "FOT-セザンヌ Pro DB", sans-serif;
    font-size: 10px;
    color: #fff;
    letter-spacing: -0.05em;
    line-height: 18px;
    min-width: 40px;
    padding: 0 5px 1px;
    text-align: center;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span:not(:last-child) {
    margin-right: 3px;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.gender {
    font-family: "sweet-sans-pro", sans-serif;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.gender.men {
    background: #618ABA;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.gender.women {
    background: #D67984;
  }
  .page-contents.grand-top .section-shop-grandtop .box-shop .labels span.option {
    font-family: "sweet-sans-pro", sans-serif;
    background: #D67984;
  }
}