@-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);
  }
}
@media screen and (min-width: 751px) {
  .footer.footer-common-24ss, .footer.footer-common-25aw {
    padding-bottom: 80px;
  }
  .page-contents.about .btn-more {
    width: 129px;
    height: 39px;
    border-radius: 20px;
  }
  .page-contents.about .btn-more span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.about .btn-more span::before, .page-contents.about .btn-more span::after {
    content: unset;
  }
  .page-contents.about .btn-more.btn.primary span {
    padding-right: 0;
  }
  .page-contents.about .btn-more.small {
    width: 129px;
    height: 39px;
    border-radius: 20px;
  }
  .page-contents.about .btn-more.small span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.about .btn-more.small span::before, .page-contents.about .btn-more.small span::after {
    content: unset;
  }
  .page-contents.about .breadcrumb-list {
    position: absolute;
    left: 10px;
    right: 50px;
    top: 10px;
    z-index: 10;
    margin: 0;
    padding: 0;
    color: #999;
  }
  .page-contents.about .breadcrumb-list a, .page-contents.about .breadcrumb-list .here {
    color: #999;
  }
  .page-contents.about section:last-child {
    border-bottom: unset;
  }
  .page-contents.about .section-mv .inner img {
    width: 100%;
  }
  .page-contents.about .section-order-flow {
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-order-flow .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.about .section-order-flow .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.about .section-order-flow .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    padding-right: 20px;
  }
  .page-contents.about .section-order-flow .pc-btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .page-contents.about .section-order-flow .pc-btn-box p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-order-flow .sp-btn-box {
    display: none;
  }
  .page-contents.about .section-order-flow .btn.btn-shop {
    width: 149px;
    height: 40px;
    border-radius: 25px;
    background-color: #222;
    border: solid 1px #222;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-order-flow .btn.btn-shop:hover {
    background-color: #fff;
    color: #222;
    border-color: #aaa;
  }
  .page-contents.about .section-order-flow .btn.btn-shop span {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-order-flow .box-flow {
    background-color: #f0f0f0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .page-contents.about .section-order-flow .flow {
    position: relative;
    width: 32.3%;
    max-width: 375px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 50px 55px 90px;
  }
  .page-contents.about .section-order-flow .flow:not(:last-child) {
    border-right: 1px solid #ddd;
  }
  .page-contents.about .section-order-flow .flow::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 79px;
    height: 79px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .page-contents.about .section-order-flow .flow.flow-01::before {
    top: 48%;
    background-image: url("/assets/images/common/icon_flow-01.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow.flow-02::before {
    top: 47.5%;
    background-image: url("/assets/images/common/icon_flow-02.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow.flow-03::before {
    top: 44.5%;
    background-image: url("/assets/images/common/icon_flow-03.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ddd #ddd transparent transparent;
    background-color: #f0f0f0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .page-contents.about .section-order-flow .number {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.84px;
    margin-bottom: 6px;
  }
  .page-contents.about .section-order-flow .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.4px;
    margin-bottom: 7px;
  }
  .page-contents.about .section-order-flow .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-experience-list {
    padding: 85px 0 90px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-experience-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.about .section-experience-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.about .section-experience-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.about .section-experience-list .swiper-slide {
    width: 32.3%;
    max-width: 375px;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .page-contents.about .section-experience-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.about .section-experience-list .swiper-slide a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-experience-list .swiper-slide a:hover {
    opacity: 0.7;
  }
  .page-contents.about .section-experience-list .slider-arrow {
    width: 35px;
    height: 35px;
  }
  .page-contents.about .section-experience-list .slider-arrow::before {
    background: rgba(255, 255, 255, 0.9);
  }
  .page-contents.about .section-experience-list .slider-arrow-prev {
    left: -1.7%;
    top: 55%;
  }
  .page-contents.about .section-experience-list .slider-arrow-next {
    right: -1.7%;
    top: 55%;
  }
  .page-contents.about .section-experience-list .swiper-button-disabled {
    display: none;
  }
  .page-contents.about .section-experience-list .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.about .section-experience-list .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.about .section-experience-list picture::before {
    content: "";
    width: 100%;
    height: 50%;
    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.about .section-experience-list .txt-box {
    width: 89.3%;
    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.about .section-experience-list .txt-box .number {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.84px;
    margin-bottom: 10px;
  }
  .page-contents.about .section-experience-list .txt-box .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.about .section-experience-list .txt-box .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-experience-list .txt-box .txt-link {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
    margin-top: 15px;
  }
  .page-contents.about .section-experience-list .txt-box .txt-link span::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url(../images/common/arrow-white4.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 3px;
  }
  .page-contents.about .section-about-v2 {
    padding: 90px 0;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-about-v2 .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
  }
  .page-contents.about .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.about .section-about-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.about .section-about-v2 picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.about .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.about .section-about-v2 .box {
    position: absolute;
    top: 50%;
    left: 5.2%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
  }
  .page-contents.about .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.about .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.about .section-about-v2 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .page-contents.about .section-about-v2 .btn.btn-more, .page-contents.about .section-about-v2 .btn.btn-movie {
    width: 130px;
    height: 40px;
  }
  .page-contents.about .section-about-v2 .btn a {
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
  .page-contents.about .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.about .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.about .section-about-v2 .btn:hover {
    background: #fff;
    border-color: #ccc;
  }
  .page-contents.about .section-about-v2 .btn:hover a {
    color: #222;
  }
  .page-contents.about .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.about .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.about .section-about-v2 .movie-modal .inner {
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    margin-top: 50px;
    padding: 50px;
  }
  .page-contents.about .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.about .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.about .section-about-v2 .movie-modal .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .page-contents.about .section-about-v2 .movie-modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.about .section-about-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;
  }
  .page-contents.about .section-especially {
    padding: 85px 0 90px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-especially .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    max-width: 380px;
    padding-right: 20px;
  }
  .page-contents.about .section-especially .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.about .section-especially .block-step {
    width: 66.2%;
    max-width: 768px;
  }
  .page-contents.about .section-especially .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 50px;
  }
  .page-contents.about .section-especially .step:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-contents.about .section-especially .step.step-06-02 picture {
    width: 100%;
  }
  .page-contents.about .section-especially .txt-box {
    width: 51.2%;
    max-width: 768px;
  }
  .page-contents.about .section-especially .number {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.26px;
    color: #997e5d;
    margin-bottom: 20px;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.about .section-especially .number span {
    display: block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22px;
  }
  .page-contents.about .section-especially .ttl-box {
    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: 9px;
  }
  .page-contents.about .section-especially .ttl-box.sp-only {
    display: none;
  }
  .page-contents.about .section-especially .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.about .section-especially .duration {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #999;
  }
  .page-contents.about .section-especially .duration span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    margin: 0 2px;
  }
  .page-contents.about .section-especially .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .option-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-especially .option-box .btn-link {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-especially .option-box .btn-link a {
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.about .section-especially .option-box .btn-link span {
    position: relative;
    padding-right: 18px;
  }
  .page-contents.about .section-especially .option-box .btn-link span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/icon_circle-plus_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.about .section-especially .option-box .btn-link:hover {
    opacity: 0.6;
  }
  .page-contents.about .section-especially .note {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-top: 10px;
  }
  .page-contents.about .section-especially picture {
    width: 42.7%;
    max-width: 768px;
    display: block;
    border-radius: 8px;
  }
  .page-contents.about .section-especially picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.about .section-especially .txt-notice {
    color: #999;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 8px;
  }
  .page-contents.about .section-especially .btn {
    height: 39px;
    border: solid 1px #aaa;
    color: #222;
    background: #fff;
    border-radius: 25px;
  }
  .page-contents.about .section-especially .btn a {
    padding: 12px 0 13px;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .btn a:hover {
    opacity: unset;
  }
  .page-contents.about .section-especially .btn span {
    padding: 0;
  }
  .page-contents.about .section-especially .btn span::before, .page-contents.about .section-especially .btn span::after {
    content: unset;
  }
  .page-contents.about .section-especially .btn:hover {
    color: #fff;
    background: #222;
  }
  .page-contents.about .section-especially .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.about .section-especially .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.about .section-especially .btn.reserve {
    width: 169px;
  }
  .page-contents.about .section-especially .btn.second-order {
    width: 198px;
  }
  .page-contents.about .section-especially .btn.reserve, .page-contents.about .section-especially .btn.second-order {
    background-color: #222;
    border-color: #222;
    color: #fff;
    margin: 20px 0 0;
  }
  .page-contents.about .section-especially .btn.reserve:hover, .page-contents.about .section-especially .btn.second-order:hover {
    background-color: #fff;
    color: #222;
    border-color: #aaa;
  }
  .page-contents.about .section-especially .option-modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
  }
  .page-contents.about .section-especially .option-modal.is-open {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fade-in-bg 0.5s ease-out 0.2s both;
            animation: fade-in-bg 0.5s ease-out 0.2s both;
  }
  @-webkit-keyframes fade-in-bg {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes fade-in-bg {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  .page-contents.about .section-especially .option-modal .inner {
    height: calc(100% - 50px);
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 50px auto 0;
    padding: 0 50px 0;
  }
  .page-contents.about .section-especially .option-modal .option-list {
    overflow-y: scroll;
    height: 100%;
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .page-contents.about .section-especially .option-modal .option-list::-webkit-scrollbar {
    display: none;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl + .option-block {
    margin-top: 30px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.72px;
    margin-top: 60px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub.type-02 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    margin: 0px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub + .option-block {
    margin-top: 20px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 50px;
    border-top: 1px solid #ddd;
  }
  .page-contents.about .section-especially .option-modal .option-block:not(:last-child) {
    margin-bottom: 37px;
  }
  .page-contents.about .section-especially .option-modal .option-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 15px 1.5%;
  }
  .page-contents.about .section-especially .option-modal .option-block li {
    width: 18.8%;
  }
  .page-contents.about .section-especially .option-modal .option-block picture {
    width: 100%;
    display: block;
    margin-bottom: 8px;
  }
  .page-contents.about .section-especially .option-modal .option-block picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 + .option-block.type-01 {
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 ul {
    gap: 0 3.5%;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 li {
    width: 22.3%;
  }
  .page-contents.about .section-especially .option-modal .option-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 4.7%;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 50px 0 43px;
    margin: 40px 0 50px;
  }
  .page-contents.about .section-especially .option-modal .option-box:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset;
  }
  .page-contents.about .section-especially .option-modal .list-ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
  }
  .page-contents.about .section-especially .option-modal .list-ttl span {
    color: #997e5d;
    margin-left: 6px;
  }
  .page-contents.about .section-especially .option-modal li picture::before {
    content: unset;
  }
  .page-contents.about .section-especially .option-modal .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .option-modal .txt span {
    display: block;
    color: #997e5d;
  }
  .page-contents.about .section-especially .option-modal .btn-close {
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  .page-contents.about .section-especially .option-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.about .section-especially .option-modal .option-block .classic {
    display: block;
  }
  .page-contents.about .section-especially .option-modal .option-block .comfort.formal {
    display: none;
  }
  .page-contents.about .section-QandA {
    padding: 100px 0 90px;
    border-bottom: unset;
  }
  .page-contents.about .section-QandA .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 1.04px;
    max-width: 400px;
  }
  .page-contents.about .section-QandA .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-contents.about .section-QandA .wrapper {
    width: 66.2%;
    max-width: 768px;
  }
  .page-contents.about .section-QandA .QandA {
    width: 100%;
  }
  .page-contents.about .section-QandA .QandA:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
  }
  .page-contents.about .section-QandA .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  .page-contents.about .section-QandA .ttl span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.54px;
    margin-right: 10px;
  }
  .page-contents.about .section-QandA .QandA summary.ttl::-webkit-details-marker {
    display: none;
  }
  .page-contents.about .section-QandA .QandA summary.ttl::after {
    -webkit-transform: translateY(-25%) rotate(45deg);
            transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
    position: absolute;
    right: 0;
  }
  .page-contents.about .section-QandA details.QandA[open] summary.ttl::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .page-contents.about .section-QandA details.QandA .A-box {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    margin: 0;
  }
  .page-contents.about .section-QandA details.QandA[open] .A-box {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.about .section-QandA .A-box {
    overflow: hidden;
  }
  .page-contents.about .section-QandA .A-box .ttl-sub {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.54px;
    margin-right: 10px;
  }
  .page-contents.about .section-QandA .A-box .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-QandA :root {
    interpolate-size: allow-keywords;
  }
  .page-contents.about .section-QandA details::details-content {
    content-visibility: unset;
    display: block grid;
  }
}
@media screen and (min-width: 751px) and (prefers-reduced-motion: no-preference) {
  .page-contents.about .section-QandA details::details-content {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: grid-template-rows;
    transition-property: grid-template-rows;
    transition-property: grid-template-rows, -ms-grid-rows;
  }
}
@media screen and (min-width: 751px) {
  .page-contents.about .section-QandA details:not([open])::details-content {
    grid-template-rows: 0fr;
  }
  .page-contents.about .section-QandA details[open]::details-content {
    grid-template-rows: 1fr;
  }
  .page-contents.about .section-QandA .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5% 25px 0;
  }
  .page-contents.about .section-QandA .first-guide-nav {
    text-align: center;
    margin-top: 20px;
  }
  .page-contents.about .section-QandA .first-guide-nav > ul {
    background-color: #f0f0f0;
    border-radius: 8px;
    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.about .section-QandA .first-guide-nav > ul > li {
    padding: 20px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .page-contents.about .section-QandA .first-guide-nav li.flow, .page-contents.about .section-QandA .first-guide-nav li.delivered {
    border-bottom: 1px solid #fff;
  }
  .page-contents.about .section-QandA .first-guide-nav li.flow, .page-contents.about .section-QandA .first-guide-nav li.repurchase {
    border-right: 1px solid #fff;
  }
  .page-contents.about .section-QandA .first-guide-nav li.flow .ttl::before {
    width: 53px;
    background-image: url("/assets/images/guide/icon-first-flow.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.delivered .ttl::before {
    width: 52px;
    background-image: url("/assets/images/guide/icon-first-delivered.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.repurchase .ttl::before {
    width: 47px;
    background-image: url("/assets/images/guide/icon-first-repurchase.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.faq .ttl::before {
    width: 50px;
    background-image: url("/assets/images/guide/icon-first-qanda.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    padding: 70px 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6px;
  }
  .page-contents.about .section-QandA .first-guide-nav .ttl::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-left: -30px;
    background-position: 50% 50%;
    content: "";
  }
  .page-contents.about .section-QandA .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.about .section-QandA .first-guide-nav .btn {
    width: 129px;
    height: 39px;
    border: solid 1px #aaa;
    color: #222;
    border-radius: 25px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn a {
    padding: 12px 0 13px;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn a:hover {
    opacity: unset;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn span {
    padding-right: 0;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn span::before, .page-contents.about .section-QandA .first-guide-nav .btn span::after {
    content: unset;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn-link {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn-link::after {
    content: unset;
  }
  .page-contents.about .section-voice {
    display: none;
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-voice .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.about .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.about .section-voice .block-ttl .btn {
    display: none;
  }
  .page-contents.about .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.about .section-voice .swiper-wrapper {
    margin-top: 10px;
  }
  .page-contents.about .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.about .section-voice .slider-arrow {
    width: 40px;
    height: 40px;
  }
  .page-contents.about .section-voice .slider-arrow::before {
    background: #fff;
  }
  .page-contents.about .section-voice .slider-arrow-prev {
    left: -1.7%;
    top: 58%;
  }
  .page-contents.about .section-voice .slider-arrow-next {
    right: -1.7%;
    top: 58%;
  }
  .page-contents.about .section-voice .swiper-button-disabled {
    display: none;
  }
  .page-contents.about .section-voice .slider-pagination .swiper-pagination-bullet {
    border: unset;
    background: #ddd;
    width: 15px;
    height: 2px;
    border-radius: unset;
    margin: 0 4px;
  }
  .page-contents.about .section-voice .slider-pagination .swiper-pagination-bullet-active {
    border-color: unset;
    background: #999;
  }
  .page-contents.about .section-voice .box-eva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .page-contents.about .section-voice .box-eva .star {
    color: #F7C560;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .page-contents.about .section-voice .box-eva .star .gray-star {
    color: #ccc;
  }
  .page-contents.about .section-voice .box-eva .date {
    color: #999;
    font-size: 10px;
    line-height: 2;
    margin-left: 5px;
  }
  .page-contents.about .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.about .section-voice .box-people .age {
    margin: 0 5px 0 8px;
  }
  .page-contents.about .section-voice .box-people .gender {
    margin: 0 0 0 5px;
  }
  .page-contents.about .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.about .section-voice .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-blog-list {
    padding: 90px 0 80px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-blog-list .inner {
    width: calc(100% - 100px);
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
  }
  .page-contents.about .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.about .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.about .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.about .section-blog-list .list li {
    width: 32.3%;
  }
  .page-contents.about .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.about .section-blog-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.about .section-blog-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.about .section-blog-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 8px;
  }
  .page-contents.about .section-blog-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.6%;
    background-color: #999;
  }
  .page-contents.about .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.about .section-blog-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.about .section-blog-list {
    display: none;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-blog-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;
  }
}
@media screen and (max-width: 750px) {
  .footer.footer-common-24ss, .footer.footer-common-25aw {
    padding-bottom: 90px;
  }
  .page-contents.about .btn-more {
    width: 100px;
    height: 35px;
    border-radius: 25px;
  }
  .page-contents.about .btn-more::after {
    content: unset;
  }
  .page-contents.about .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;
  }
  .page-contents.about .btn-more span::after {
    content: unset;
  }
  .page-contents.about .btn-more.small {
    width: 100px;
    height: 35px;
    border-radius: 17.5px;
  }
  .page-contents.about .btn-more.small span {
    font-size: 12px;
    padding-right: 12px;
  }
  .page-contents.about .breadcrumb-list {
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 10;
    margin: 0;
    color: #999;
  }
  .page-contents.about .breadcrumb-list a {
    color: #999;
  }
  .page-contents.about .breadcrumb-list .here {
    color: #999;
  }
  .page-contents.about section:last-child {
    border-bottom: unset;
  }
  .page-contents.about .section-mv .inner img {
    width: 100%;
  }
  .page-contents.about .section-order-flow {
    padding: 70px 0 55px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-order-flow .inner {
    position: relative;
    margin: 0 20px;
  }
  .page-contents.about .section-order-flow .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.about .section-order-flow .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.about .section-order-flow .pc-btn-box {
    display: none;
  }
  .page-contents.about .section-order-flow .sp-btn-box p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-contents.about .section-order-flow .btn.btn-shop {
    width: 169px;
    height: 40px;
    border-radius: 25px;
    background-color: #222;
    border: solid 1px #222;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto;
  }
  .page-contents.about .section-order-flow .btn.btn-shop a {
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-order-flow .btn.btn-shop span {
    padding: 0;
  }
  .page-contents.about .section-order-flow .btn.btn-shop span::after {
    content: unset;
  }
  .page-contents.about .section-order-flow .btn.btn-shop:hover {
    background-color: #fff;
    color: #222;
    border-color: #aaa;
  }
  .page-contents.about .section-order-flow .box-flow {
    background-color: #f0f0f0;
    border-radius: 6px;
    margin-bottom: 35px;
  }
  .page-contents.about .section-order-flow .flow {
    position: relative;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 20px 30px 90px;
  }
  .page-contents.about .section-order-flow .flow:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-order-flow .flow::before {
    display: block;
    position: absolute;
    top: 36%;
    left: 0%;
    width: 79px;
    height: 79px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
  }
  .page-contents.about .section-order-flow .flow.flow-01::before {
    top: 45%;
    background-image: url("/assets/images/common/icon_flow-01.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow.flow-02::before {
    background-image: url("/assets/images/common/icon_flow-02.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow.flow-03::before {
    background-image: url("/assets/images/common/icon_flow-03.svg");
    background-size: contain;
  }
  .page-contents.about .section-order-flow .flow:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -6px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-color: #ddd #ddd transparent transparent;
    background-color: #f0f0f0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .page-contents.about .section-order-flow .number {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.56px;
    margin-bottom: 6px;
  }
  .page-contents.about .section-order-flow .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-bottom: 5px;
  }
  .page-contents.about .section-order-flow .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-experience-list {
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 70px 0 50px;
  }
  .page-contents.about .section-experience-list .inner {
    position: relative;
    margin: 0;
    overflow: hidden;
  }
  .page-contents.about .section-experience-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.about .section-experience-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.about .section-experience-list .slider {
    padding-right: 40px;
  }
  .page-contents.about .section-experience-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.about .section-experience-list .swiper-slide {
    height: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 86.3%;
  }
  .page-contents.about .section-experience-list .swiper-slide picture img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .page-contents.about .section-experience-list .slider-arrow-prev {
    display: none;
  }
  .page-contents.about .section-experience-list .slider-arrow-next {
    display: none;
  }
  .page-contents.about .section-experience-list .slider-pagination {
    display: none;
  }
  .page-contents.about .section-experience-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.about .section-experience-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.about .section-experience-list .txt-box .number {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
  }
  .page-contents.about .section-experience-list .txt-box .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
  }
  .page-contents.about .section-experience-list .txt-box .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-about-v2 {
    padding: 70px 0 50px;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .page-contents.about .section-about-v2 .inner {
    margin: 0 20px;
  }
  .page-contents.about .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.about .section-about-v2 picture {
    position: relative;
    display: block;
  }
  .page-contents.about .section-about-v2 picture img {
    width: 100%;
    border-radius: 6px;
  }
  .page-contents.about .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.about .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.about .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.about .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.about .section-about-v2 .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 10px;
  }
  .page-contents.about .section-about-v2 .btn.btn-more, .page-contents.about .section-about-v2 .btn.btn-movie {
    width: 148px;
    height: 40px;
    border-color: #fff;
  }
  .page-contents.about .section-about-v2 .btn a {
    color: #fff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
  .page-contents.about .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.about .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.about .section-about-v2 .btn:hover {
    background: #fff;
    border-color: #ccc;
  }
  .page-contents.about .section-about-v2 .btn:hover a {
    color: #222;
  }
  .page-contents.about .section-about-v2 .btn:hover span::after {
    background-image: url(../images/common/icon-btn-arrow-black.svg);
  }
  .page-contents.about .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.about .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.about .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.about .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.about .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.about .section-about-v2 .movie-modal .youtube {
    position: relative;
    width: 100%;
    margin-top: 5px;
  }
  .page-contents.about .section-about-v2 .movie-modal .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .page-contents.about .section-about-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;
  }
  .page-contents.about .section-especially {
    padding: 70px 0 50px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-especially .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.31;
    letter-spacing: 0.4px;
    margin-bottom: 38px;
  }
  .page-contents.about .section-especially .inner {
    position: relative;
    margin: 0 20px;
  }
  .page-contents.about .section-especially .step {
    position: relative;
    padding-left: 14%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-contents.about .section-especially .step:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-contents.about .section-especially .step.step-06-01 {
    margin-bottom: 18px;
  }
  .page-contents.about .section-especially .txt-box {
    margin-top: 10px;
  }
  .page-contents.about .section-especially .number {
    position: absolute;
    left: 0;
    top: -13px;
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 26px;
    line-height: 1;
    letter-spacing: -0.26px;
    color: #997e5d;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .page-contents.about .section-especially .number span {
    display: block;
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.22px;
  }
  .page-contents.about .section-especially .ttl-box {
    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.about .section-especially .ttl-box.pc-only {
    display: none;
  }
  .page-contents.about .section-especially .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
  }
  .page-contents.about .section-especially .duration {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #999;
  }
  .page-contents.about .section-especially .duration span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.32px;
    margin: 0 2px;
  }
  .page-contents.about .section-especially .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .option-box {
    margin-top: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-especially .option-box .btn-link {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-contents.about .section-especially .option-box .btn-link:not(:last-child) {
    margin-bottom: 14px;
  }
  .page-contents.about .section-especially .option-box .btn-link a {
    color: #222;
    text-decoration: none;
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-contents.about .section-especially .option-box .btn-link span {
    position: relative;
    padding-right: 18px;
  }
  .page-contents.about .section-especially .option-box .btn-link span::after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../images/about/icon_circle-plus_black.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    top: 49%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .page-contents.about .section-especially .option-box .btn-link:hover {
    opacity: 0.6;
  }
  .page-contents.about .section-especially .note {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.2px;
    margin-top: 10px;
  }
  .page-contents.about .section-especially picture {
    width: 100%;
    display: block;
  }
  .page-contents.about .section-especially picture img {
    width: 100%;
    border-radius: 6px;
  }
  .page-contents.about .section-especially .txt-notice {
    color: #999;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 8px;
  }
  .page-contents.about .section-especially .btn {
    height: 39px;
    border: solid 1px #aaa;
    color: #222;
    background: #fff;
    border-radius: 25px;
  }
  .page-contents.about .section-especially .btn a {
    padding: 12px 0 13px;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .btn a:hover {
    opacity: unset;
  }
  .page-contents.about .section-especially .btn span {
    padding: 0;
  }
  .page-contents.about .section-especially .btn span::before, .page-contents.about .section-especially .btn span::after {
    content: unset;
  }
  .page-contents.about .section-especially .btn:hover {
    color: #fff;
    background: #222;
  }
  .page-contents.about .section-especially .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.about .section-especially .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.about .section-especially .btn.reserve {
    width: 169px;
  }
  .page-contents.about .section-especially .btn.second-order {
    width: 198px;
  }
  .page-contents.about .section-especially .btn.reserve, .page-contents.about .section-especially .btn.second-order {
    background-color: #222;
    border-color: #222;
    color: #fff;
    margin: 20px 0 0;
  }
  .page-contents.about .section-especially .btn.reserve:hover, .page-contents.about .section-especially .btn.second-order:hover {
    background-color: #fff;
    color: #222;
    border-color: #aaa;
  }
  .page-contents.about .section-especially .option-modal {
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 200;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    transition: transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1), -webkit-transform 0.4s cubic-bezier(0.39, 0.58, 0.57, 1);
    overflow: hidden;
  }
  .page-contents.about .section-especially .option-modal.is-open {
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation: fade-in-bg 0.5s ease-out 0.2s both;
            animation: fade-in-bg 0.5s ease-out 0.2s both;
  }
  @-webkit-keyframes fade-in-bg {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  @keyframes fade-in-bg {
    0% {
      background-color: rgba(0, 0, 0, 0);
    }
    100% {
      background-color: rgba(0, 0, 0, 0.3);
    }
  }
  .page-contents.about .section-especially .option-modal .inner {
    height: calc(100% - 50px);
    width: 100%;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
    margin: 50px 0 0 0;
    padding: 0 20px 0;
  }
  .page-contents.about .section-especially .option-modal .option-list {
    overflow: scroll;
    height: 100%;
    padding-bottom: 20px;
    padding-top: 60px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.4px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl + .option-block {
    margin-top: 30px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.25;
    letter-spacing: 0.72px;
    margin-top: 40px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub.type-02 {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub + .option-block {
    margin-top: 20px;
  }
  .page-contents.about .section-especially .option-modal .option-list .ttl-sub:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .page-contents.about .section-especially .option-modal .option-block {
    margin-top: 37px;
  }
  .page-contents.about .section-especially .option-modal .option-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 2.9%;
  }
  .page-contents.about .section-especially .option-modal .option-block li {
    width: 48.5%;
  }
  .page-contents.about .section-especially .option-modal .option-block picture {
    display: block;
    margin-bottom: 8px;
  }
  .page-contents.about .section-especially .option-modal .option-block picture img {
    width: 100%;
    border-radius: 8px;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 li {
    width: 22.8%;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 + .option-block.type-01 {
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .page-contents.about .section-especially .option-modal .option-box {
    border-bottom: 1px solid #ddd;
    padding-bottom: 43px;
    margin-bottom: 50px;
  }
  .page-contents.about .section-especially .option-modal .option-box:last-of-type {
    padding-bottom: 50px;
    border-bottom: unset;
    margin-bottom: 0;
  }
  .page-contents.about .section-especially .option-modal .list-ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    margin-bottom: 10px;
  }
  .page-contents.about .section-especially .option-modal .list-ttl span {
    color: #997e5d;
    margin-left: 6px;
  }
  .page-contents.about .section-especially .option-modal li picture::before {
    content: unset;
  }
  .page-contents.about .section-especially .option-modal .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .option-modal .txt span {
    display: block;
    color: #997e5d;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 .list-ttl {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 .list-ttl span {
    color: #997e5d;
    margin-left: 6px;
  }
  .page-contents.about .section-especially .option-modal .option-block.type-02 .txt {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.2;
  }
  .page-contents.about .section-especially .option-modal .btn-close {
    position: fixed;
    right: 10px;
    top: 60px;
    z-index: 5;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f0f0;
  }
  .page-contents.about .section-especially .option-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.about .section-especially .option-modal .option-block .classic {
    display: block;
  }
  .page-contents.about .section-especially .option-modal .option-block .comfort.formal {
    display: none;
  }
  .page-contents.about .section-QandA {
    padding: 70px 0 50px;
    border-bottom: unset;
  }
  .page-contents.about .section-QandA .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: 38px;
  }
  .page-contents.about .section-QandA .inner {
    position: relative;
    margin: 0 20px;
  }
  .page-contents.about .section-QandA .QandA {
    width: 100%;
  }
  .page-contents.about .section-QandA .QandA:not(:last-child) {
    border-bottom: 1px solid #ddd;
    margin-bottom: 18px;
  }
  .page-contents.about .section-QandA .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.14px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    cursor: pointer;
  }
  .page-contents.about .section-QandA .ttl span {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.54px;
    margin-right: 10px;
  }
  .page-contents.about .section-QandA .QandA summary.ttl::-webkit-details-marker {
    display: none;
  }
  .page-contents.about .section-QandA .QandA summary.ttl::after {
    -webkit-transform: translateY(-25%) rotate(45deg);
            transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-bottom: 2px solid #222;
    border-right: 2px solid #222;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 2px;
    position: absolute;
    right: 0;
  }
  .page-contents.about .section-QandA details.QandA[open] summary.ttl::after {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
  .page-contents.about .section-QandA details.QandA .A-box {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    opacity: 0;
    margin: 0;
  }
  .page-contents.about .section-QandA details.QandA[open] .A-box {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-contents.about .section-QandA .A-box {
    overflow: hidden;
  }
  .page-contents.about .section-QandA .A-box .ttl-sub {
    font-family: tt-commons-pro, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.48px;
    margin-right: 10px;
  }
  .page-contents.about .section-QandA .A-box .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-QandA :root {
    interpolate-size: allow-keywords;
  }
  .page-contents.about .section-QandA details::details-content {
    content-visibility: unset;
    display: block grid;
  }
}
@media screen and (max-width: 750px) and (prefers-reduced-motion: no-preference) {
  .page-contents.about .section-QandA details::details-content {
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transition-property: grid-template-rows;
    transition-property: grid-template-rows;
    transition-property: grid-template-rows, -ms-grid-rows;
  }
}
@media screen and (max-width: 750px) {
  .page-contents.about .section-QandA details:not([open])::details-content {
    grid-template-rows: 0fr;
  }
  .page-contents.about .section-QandA details[open]::details-content {
    grid-template-rows: 1fr;
  }
  .page-contents.about .section-QandA .contentWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5% 25px 0;
  }
  .page-contents.about .section-QandA .first-guide-nav {
    text-align: center;
    margin-top: 30px;
  }
  .page-contents.about .section-QandA .first-guide-nav > ul {
    background-color: #f0f0f0;
    border-radius: 6px;
  }
  .page-contents.about .section-QandA .first-guide-nav > ul > li {
    padding: 15px 20px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .page-contents.about .section-QandA .first-guide-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .page-contents.about .section-QandA .first-guide-nav li.flow .ttl::before {
    width: 53px;
    background-image: url("/assets/images/guide/icon-first-flow.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.delivered .ttl::before {
    width: 52px;
    background-image: url("/assets/images/guide/icon-first-delivered.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.repurchase .ttl::before {
    width: 47px;
    background-image: url("/assets/images/guide/icon-first-repurchase.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav li.faq .ttl::before {
    width: 50px;
    background-image: url("/assets/images/guide/icon-first-qanda.svg");
    background-size: contain;
  }
  .page-contents.about .section-QandA .first-guide-nav .ttl {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    padding: 70px 0 0 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 6px;
  }
  .page-contents.about .section-QandA .first-guide-nav .ttl::before {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 50px;
    height: 60px;
    margin-left: -30px;
    background-position: 50% 50%;
    content: "";
  }
  .page-contents.about .section-QandA .first-guide-nav .description {
    width: 95%;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin: 0 auto 22px;
    text-align: left;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn {
    width: 169px;
    height: 39px;
    border: solid 1px #aaa;
    color: #222;
    border-radius: 25px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn a {
    padding: 12px 0 13px;
    font-size: 12px;
    line-height: 1.41;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn a:hover {
    opacity: unset;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn span {
    padding-right: 0;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn span::before, .page-contents.about .section-QandA .first-guide-nav .btn span::after {
    content: unset;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover {
    color: #fff;
    background: #222;
    border: solid 1px #222;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover span::before {
    opacity: 1;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn:hover span::after {
    opacity: 0;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn-link {
    display: inline-block;
    position: relative;
    letter-spacing: 2px;
  }
  .page-contents.about .section-QandA .first-guide-nav .btn-link::after {
    content: unset;
  }
  .page-contents.about .section-voice {
    display: none;
    padding: 60px 0 40px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-voice .inner {
    position: relative;
    margin-left: 20px;
    overflow: hidden;
  }
  .page-contents.about .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.about .section-voice .block-ttl .btn {
    display: none;
  }
  .page-contents.about .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.about .section-voice .slider {
    height: 100%;
    width: calc(100% - 65px);
    margin-left: 0;
    margin-right: auto;
    z-index: 1;
    overflow: visible;
  }
  .page-contents.about .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.about .section-voice .slider-arrow-prev {
    display: none;
  }
  .page-contents.about .section-voice .slider-arrow-next {
    display: none;
  }
  .page-contents.about .section-voice .slider-pagination {
    display: none;
  }
  .page-contents.about .section-voice .box-eva {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 7px;
  }
  .page-contents.about .section-voice .box-eva .star {
    color: #F7C560;
    font-size: 15px;
    letter-spacing: 3px;
    line-height: 1;
  }
  .page-contents.about .section-voice .box-eva .star .gray-star {
    color: #ccc;
  }
  .page-contents.about .section-voice .box-eva .date {
    color: #999;
    font-size: 10px;
    line-height: 2;
    margin-left: 5px;
  }
  .page-contents.about .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.about .section-voice .box-people .age {
    margin: 0 5px 0 8px;
  }
  .page-contents.about .section-voice .box-people .gender {
    margin: 0 0 0 5px;
  }
  .page-contents.about .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.about .section-voice .txt {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: 0.24px;
  }
  .page-contents.about .section-blog-list {
    padding: 70px 0 55px;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-blog-list .inner {
    margin: 0 20px;
    position: relative;
  }
  .page-contents.about .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.about .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.about .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.about .section-blog-list .list li {
    width: 48.6%;
  }
  .page-contents.about .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.about .section-blog-list .list li a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .page-contents.about .section-blog-list .list li a:hover {
    opacity: 0.6;
  }
  .page-contents.about .section-blog-list .list li a.img {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
  }
  .page-contents.about .section-blog-list .list li a.img::before {
    content: "";
    display: block;
    padding-top: 56.6%;
    background-color: #999;
  }
  .page-contents.about .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.about .section-blog-list .list + .list {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #CCCCCC;
  }
  .page-contents.about .section-blog-list .btn-more {
    width: 170px;
    height: 39px;
    margin: 0 auto;
  }
  .page-contents.about .section-blog-list {
    display: none;
    border-bottom: 1px solid #ddd;
  }
  .page-contents.about .section-blog-list .ttl-main {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.31;
    letter-spacing: 0.4px;
  }
}