html { 
    font-family: TsukuGoPr5-R;
    color: #191919;
    font-size: calc(100vw*(10/1440));
    background-color: #F4F3F3;
}

main {
    margin-top: 73px;
}

@media screen and (max-width: 900px) {
    html { 
        font-size: calc(100vw*(10/380));
    }

    main {
        margin-top: 50px;
    }
}

.grecaptcha-badge {
    display: none !important;
}

@media screen and (min-width: 901px) {
    .hover-nomal {
        transition: opacity .8s 0s cubic-bezier(.44,.14,.09,1.02);
    }

    .hover-nomal:hover {
        opacity: .7;
    }
}

span {
    display: inline-block;
}

picture {
    display: block;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a {
    display: inline-block;
}

/* utility */
.u-en-400 {
    font-family: HelveticaNowDisplay-Regular;
}

.u-en-500 {
    font-family: HelveticaNowDisplay-Md;
}

.u-en-700 {
    font-family: HelveticaNowDisplay-Bd;
}

.u-ja-300 {
    font-family: TsukuGoPr5-L;
}

.u-ja-500 {
    font-family: TsukuGoPr5-M;
}

.u-ja-600 {
    font-family: TsukuGoPr5-D;
}

.u-ja-700 {
    font-family: TsukuGoPro-B;
}

.u-ja-800 {
    font-family: TsukuGoPro-E;
}

.sp-only {
    display: none;
}

.br-sp-only {
    display: none;
}

.l-wrapper {
    padding: 0 2.8%;
}

@media screen and (max-width: 900px) {
    .pc-only {
        display: none;
    }
    
    .sp-only {
        display: block;
    }

    .br-pc-only {
        display: none;
    }

    .br-sp-only {
        display: inline;
    }

    .l-wrapper {
        padding: 0 5.2%;
    }
}

@keyframes slideAnimation {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.c-subHead {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.c-head {
    font-size: 9.6rem;
    line-height: .95;
}

.c-viewBtn {
    padding: 10px 14px 10px 18px;
    display: inline-flex;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    background-color: #fff;
    border-radius: 100vw;
    transition: background-color .6s 0s cubic-bezier(.44,.14,.09,1.02), color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}
#page-top .c-viewBtn {
    padding: 1rem 1.4rem 1rem 1.8rem;
    gap: 1rem;
}

.c-viewBtn__txt {
    font-size: 16px;
    line-height: 1;
}
#page-top .c-viewBtn__txt {
    font-size: 1.6rem;
}

.c-viewBtn__arrow {
    display: flex;
    width: 13px;
}
#page-top .c-viewBtn__arrow {
    width: 1.3rem;
}

.c-viewBtn__arrow svg {
    width: 100%;
    fill: #191919;
    transition: transform .6s 0s cubic-bezier(.44,.14,.09,1.02), fill .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

@media screen and (min-width: 901px) {
    .c-viewBtn:hover {
        background-color: #191919;
        color: #fff;
    }

    .c-viewBtn:hover .c-viewBtn__arrow svg {
        fill: #fff;
        transform: translate(5px, -5px);
    }
    #page-top .c-viewBtn:hover .c-viewBtn__arrow svg {
        transform: translate(.5rem, -.5rem);
    }
}

@media screen and (max-width: 900px) {
    .c-subHead {
        font-size: 1.3rem;
    }

    .c-head {
        font-size: 5.4rem;
    }

    .c-viewBtn {
        padding: 10px 12px 10px 18px;
    }
    #page-top .c-viewBtn {
        padding: 1rem 1.2rem 1rem 1.8rem;
    }

    .c-viewBtn__txt {
        font-size: 15px;
    }
    #page-top .c-viewBtn__txt {
        font-size: 1.5rem;
    }

    .c-viewBtn__arrow {
        width: 9px;
    }
    #page-top .c-viewBtn__arrow {
        width: .9rem;
    }
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #F4F3F3;
    border-bottom: #191919 solid 2px;
    z-index: 10;
}

.p-header__inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-header__logo {
    width: 167px;
}

.p-header__left {
    display: flex;
    align-items: center;
    gap: 17px;
}

.p-header__txt01 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-header__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-header__txt02 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-header__right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.p-hamburger__btn {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.p-hamburger__btn--txt {
    font-size: 16px;
    line-height: 1;
    letter-spacing: .02em;
}

.p-hamburger__btn--txt .--close {
    display: none;
}

.p-hamburger__btn--bar {
    width: 29px;
    height: 6.5px;
    position: relative;
}

.p-hamburger__btn--bar span:nth-of-type(1) {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #191919;
    top: 0;
    left: 0;
}

.p-hamburger__btn--bar span:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #191919;
    bottom: -.5px;
    left: 0;
}

.p-header__contact {
    position: relative;
    width: 152px;
    height: 45px;
}

.p-header__contact a {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: #191919;
    border-radius: 5px;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__contact--txt {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 1.55;
    letter-spacing: .05em;
    transition: color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}

.p-header__navs {
    position: fixed;
    width: 338px;
    height: 100vh;
    background-color: #191919;
    color: #fff;
    z-index: 10;
    padding: 26px 34px;
    top: 0;
    right: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}

.p-header__navs.js-active {
    opacity: 1;
    pointer-events: all;
}

.p-header__navs .p-hamburger__btn--txt .--menu {
    display: none;
}
.p-header__navs .p-hamburger__btn--txt .--close {
    display: block;
}

.p-header__navs .p-hamburger__btn--bar {
    width: 29px;
    height: 6.5px;
    position: relative;
}

.p-header__navs .p-hamburger__btn--bar span:nth-of-type(1) {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    top: 2px;
    left: 0;
    transform: rotate(20deg);
}

.p-header__navs .p-hamburger__btn--bar span:nth-of-type(2) {
    position: absolute;
    width: 100%;
    height: 1.5px;
    background-color: #fff;
    bottom: 3px;
    left: 0;
    transform: rotate(-20deg);
}

.p-header__navs--list01 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15%;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .04em;
}

.p-header__navs--list01 li {
    margin-top: 35px;
}

.p-header__navs--list02 {
    width: 100%;
    margin-top: 25px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .04em;
}

.p-header__navs--list02 li {
    position: relative;
    margin-top: 20px;
    padding-left: 16px;
    white-space: nowrap;
}

.p-header__navs--list02 li::before {
    background-color: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8.5px;
}

@media screen and (min-width: 901px) {
    .p-header__contact a:hover {
        background-color: #fff;
    }

    .p-header__contact a:hover .p-header__contact--txt {
        color: #191919;
    }
}

@media screen and (max-width: 1100px) {
    .p-header__center {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .p-header__logo {
        width: 105px;
    }

    .p-header__left {
        gap: 5px;
    }

    .p-header__txt01 {
        font-size: 10px;
        line-height: 1.35;
        letter-spacing: .02em;
    }

    .p-header__right {
        gap: 0px;
    }

    .p-hamburger__btn--txt {
        font-size: 10px;
        line-height: 1.35;
        letter-spacing: .02em;
    }

    .p-header__navs {
        width: 222px;
        padding: 26px 20px;
    }

    .p-header__navs--list01 {
        font-size: 12px;
    }

    .p-header__navs--list01 li {
        margin-top: 25px;
    }

    .p-header__navs--list02 {
        font-size: 11px;
    }

    .p-header__navs--list02 li {
        margin-top: 15px;
    }

    .p-header__navs--list02 li::before {
        width: 6px;
    }
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
    background-color: #191919;
    color: #fff;
}

.p-footer__upper {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: #464646 solid 1px;
}

.p-footer__upper--inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.p-footer__subHead {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: .02em;
}

.p-footer__head {
    margin-top: 13px;
    font-feature-settings: 'palt' on;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: .03em;
}

.p-footer__location {
    margin-top: 45px;
    color: #cfcfcf;
}

.p-footer__location--head {
    font-size: 12px;
    line-height: 1;
}

.p-footer__location--address {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
}

.p-footer__location--address .--ja {
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-footer__location--address a {
    font-size: 12px;
    line-height: 1;
    text-decoration: underline;
}

.p-footer__location--txt {
    margin-top: 4px;
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-footer__form--head {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .04em;
}

.p-footer__form--link {
    margin-top: 10px;
    display: flex;
    gap: 2px;
}

.p-footer__form--txt {
    width: 253px;
    height: 63px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #191919;
    font-feature-settings: 'palt' on;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: .05em;
    border-radius: 4px;
}

.p-footer__form--arrow {
    width: 63px;
    height: 63px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.p-footer__form--arrow div {
    width: 16px;
    display: flex;
}

.p-footer__form--arrow div svg {
    width: 100%;
    fill: #191919;
}

.p-footer__contact--head {
    font-feature-settings: 'palt' on;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .04em;
    margin-top: 24px;
}

.p-footer__tel--link {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    margin-top: 5px;
}

.p-footer__tel--link .--small {
    font-size: 24px;
    line-height: 1;
    letter-spacing: .06em;
    transform: translate(0, -2px);
}
.p-footer__tel--link .--large {
    font-size: 38px;
    line-height: 1;
    letter-spacing: .06em;
}

.p-footer__contact--time {
    margin-top: 8px;
    color: #cfcfcf;
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.47;
    letter-spacing: .04em;
}

.p-footer__lower {
    position: relative;
    overflow: hidden;
    padding-top: 82px;
    padding-bottom: 70px;
}

.p-footer__slide {
    position: absolute;
    width: 100%;
    left: 0;
    top: 109px;
    display: flex;
    gap: 40px;
}

.p-footer__slide--inner {
    display: flex;
    gap: 40px;
    animation: slideAnimation 50s linear infinite;
}

.p-footer__slide--inner p {
    color: #262626;
    font-size: 180px;
    line-height: 1;
    position: relative;
    padding-left: 131px;
    white-space: nowrap;
}

.p-footer__slide--inner p::before {
    background: url('../img/common/slide-illust01.webp') no-repeat center center/contain;
    content: '';
    height: 76px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 91px;
    transform: translate(0, -50%);
}
.p-footer__slide--inner p:nth-of-type(2):before {
    background: url('../img/common/slide-illust02.webp') no-repeat center center/contain;
}

.p-footer__lower--inner {
    position: relative;
    z-index: 2;
}

.p-footer__nav {
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    width: 380px;
}

.p-footer__nav--list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.p-footer__nav--list>li>a {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 16px;
    line-height: 1;
    letter-spacing: .04em;
}

.p-footer__nav--list>li ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.p-footer__nav--list>li ul li {
    position: relative;
    padding-left: 14px;
    display: flex;
}

.p-footer__nav--list>li ul li::before {
    background-color: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 7px;
    width: 8px;
}

.p-footer__nav--list>li ul li a {
    font-feature-settings: 'pwid' on, 'palt' on;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .04em;
}

.p-footer__others {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 110px;
}

.p-footer__logo {
    width: 223px;
}

.p-footer__name {
    margin-top: 10px;
    font-feature-settings: 'palt' on;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: .02em;
}

.p-footer__nav02 ul {
    display: flex;
    gap: 50px;
    font-size: 10px;
    line-height: 1;
}

@media screen and (max-width: 900px) {
    .p-footer__upper {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    .p-footer__upper--inner {
        display: block;
    }

    .p-footer__subHead {
        font-size: 13px;
        text-align: center;
    }

    .p-footer__head {
        margin-top: 12px;
        font-size: 22px;
        text-align: center;
    }

    .p-footer__location {
        margin-top: 27px;
    }

    .p-footer__location--head {
        text-align: center;
    }

    .p-footer__location--address {
        justify-content: center;
        margin-top: 10px;
    }

    .p-footer__location--txt {
        text-align: center;
    }

    .p-footer__infos {
        margin-top: 21px;
    }

    .p-footer__form--head {
        font-size: 14px;
        text-align: center;
    }

    .p-footer__form--link {
        margin-top: 10px;
        display: flex;
        justify-content: center;
        gap: 2px;
    }

    .p-footer__form--txt {
        width: 217px;
        height: 54px;
        font-size: 16px;
    }

    .p-footer__form--arrow {
        width: 54px;
        height: 54px;
    }

    .p-footer__form--arrow div {
        width: 13px;
    }

    .p-footer__contact--head {
        font-size: 14px;
        margin-top: 21px;
        text-align: center;
    }

    .p-footer__tel--link {
        justify-content: center;
        gap: 2px;
        margin-top: 8px;
    }

    .p-footer__tel--link .--small {
        font-size: 18px;
        transform: translate(0, -1px);
    }
    .p-footer__tel--link .--large {
        font-size: 28px;
    }

    .p-footer__contact--time {
        margin-top: 12px;
        text-align: center;
    }

    .p-footer__lower {
        padding-top: 54px;
        padding-bottom: 50px;
    }

    .p-footer__slide {
        top: unset;
        gap: 8px;
        bottom: 184px;
    }

    .p-footer__slide--inner {
        gap: 8px;
    }

    .p-footer__slide--inner p {
        font-size: 96px;
        padding-left: 73px;
    }

    .p-footer__slide--inner p::before {
        height: 45px;
        top: 50%;
        width: 55px;
    }

    .p-footer__lower--inner {
        position: relative;
        z-index: 2;
    }

    .p-footer__nav {
        margin: 0;
        display: flex;
        justify-content: left;
        width: 100%;
        max-width: 327px;
        padding-left: 7px;
    }

    .p-footer__nav--list {
        width: 50%;
    }

    .p-footer__nav--list>li>a {
        font-size: 13px;
    }

    .p-footer__nav--list>li ul {
        gap: 15px;
        margin-top: 15px;
    }

    .p-footer__nav--list>li ul li {
        padding-left: 13px;
    }

    .p-footer__nav--list>li ul li::before {
        top: 6px;
        width: 7px;
    }

    .p-footer__nav--list>li ul li a {
        font-feature-settings: 'pwid' on, 'palt' on;
        font-size: 13px;
        line-height: 1;
        letter-spacing: .04em;
    }

    .p-footer__others {
        display: block;
        margin-top: 156px;
    }

    .p-footer__logo {
        width: 167px;
    }

    .p-footer__name {
        margin-top: 9px;
        font-size: 10px;
    }

    .p-footer__nav02 ul {
        margin-top: 40px;
        gap: 40px;
    }
}

/*===========================================================================*/
/*  lower mv  */
/*===========================================================================*/
.c-lower__infos {
    padding: 18px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-lower__head {
    font-feature-settings: 'palt' on;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: .02em;
}

.c-lower__subHead {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    line-height: 1;
}

.c-breadcrumb__inner>span {
    font-feature-settings: 'palt' on;
    font-size: 10px;
    line-height: 1.55;
    letter-spacing: .02em;
    display: flex;
    gap: 39px;
}

.c-breadcrumb__inner>span>span {
    position: relative;
}

.c-breadcrumb__inner>span>span::before {
    content: '';
    height: 1px;
    left: calc(100% + 12px);
    position: absolute;
    top: 50%;
    width: 15px;
    border-top: #8a8a8a dashed 1px;
}
.c-breadcrumb__inner>span>span:last-of-type:before {
    display: none;
}

.c-breadcrumb__inner>span>span a {
    text-decoration: underline;
}

@media screen and (max-width: 900px) {
    .c-lower__infos {
        padding: 14px 0 0;
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .c-lower__head {
        font-size: 15px;
    }

    .c-lower__subHead {
        position: relative;
        left: unset;
        top: unset;
        transform: translate(0, 0);
        font-size: 16px;
    }

    .c-breadcrumb {
        width: 100%;
        overflow-x: scroll;
        overflow-y: visible;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .c-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .c-breadcrumb__inner>span {
        gap: 26px;
    }

    .c-breadcrumb__inner>span>span::before {
        left: calc(100% + 8px);
        width: 10px;
    }
}

/*===========================================================================*/
/*  pagination  */
/*===========================================================================*/
.c-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.c-pagination__prev,
.c-pagination__next {
    width: 44px;
    height: 44px;
    background-color: #fff;
    border-radius: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .8s 0s cubic-bezier(.44,.14,.09,1.02);
}
.c-pagination__prev.--inactive,
.c-pagination__next.--inactive {
    display: none;
}

.c-pagination__prev span,
.c-pagination__next span {
    width: 16px;
    display: flex;
}

.c-pagination__prev span svg,
.c-pagination__next span svg {
    fill: #191919;
    transition: fill .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

.c-pagination__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: #cfcfcf solid 1px;
    border-radius: 100vh;
    padding-bottom: 1px;
    color: #c3c3c3;
    font-size: 18px;
    line-height: 1;
    transition: color .6s 0s cubic-bezier(.44,.14,.09,1.02), border-color .6s 0s cubic-bezier(.44,.14,.09,1.02);
}

span.c-pagination__num {
    border-color: #191919;
    color: #191919;
}

.c-pagination__dot {
    color: #7A7A7A;
    font-size: 18px;
    line-height: 1;
    transform: translate(0, -5px);
}

@media screen and (min-width: 901px) {
    .c-pagination__prev:hover,
    .c-pagination__next:hover {
        background-color: #191919;
    }

    .c-pagination__prev:hover span svg,
    .c-pagination__next:hover span svg {
        fill: #fff;
    }

    a.c-pagination__num:hover {
        color: #191919;
        border-color: #191919;
    }
}

@media screen and (max-width: 900px) {
    .c-pagination {
        justify-content: center;
        flex-wrap: wrap;
        gap: 7px;
    }

    .c-pagination__prev,
    .c-pagination__next {
        width: 36px;
        height: 36px;
    }

    .c-pagination__prev span,
    .c-pagination__next span {
        width: 14px;
    }

    .c-pagination__num {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .c-pagination__dot {
        font-size: 15px;
        transform: translate(0, -4px);
    }
}