@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&family=Kaisei+Opti:wght@400;500;700&family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    /*
    background-color: #ddb192;
    will-change: background-color;
    transition: background-color 0.1s linear;*/
}

*, *::before, *::after {
    box-sizing: border-box;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

img {
    display: block;
    margin: 0 auto;
}

#ultra-acosta {
    font-family: "M PLUS 1p", sans-serif;
}

/**パスワード要求の見た目**/
.post-password-form {
    padding: 230px;
    height: 60vh;
}

@media screen and (max-width: 768px) {
    .post-password-form {
        padding: 80px 20px;
        height: 40vh;
    }
}

.ua-mv {
    position: relative;
    height: 100vh;
    width: 100%;
    background-image: url(../../../img/ua/2026/mvbk-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.ua-mv-inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 90%;
    max-width: 840px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.uabacks {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    padding: 50px 0;
}

.main-copy, .main-logo, .main-bottomcopy {
    filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.4));
}

.main-copy p {
    font-family: "Zen Maru Gothic", san-serif;

    font-size: clamp(16px, 3vh, 2.4rem);
    font-weight: 400;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.main-copy span {
    font-size: clamp(16px, 5vh, 3.8rem);
}

.main-logo {
    height: 60vh;
    display: flex;
    align-items: center;
}

.main-logo img {
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.main-bottomcopy p {
    text-align: center;
    color: #fff;
    font-family: "Jost", sans-serif;
    font-weight: 200;
    font-size: clamp(16px, 8vh, 66px);
}

.intro {
    padding: 100px 0;
}

.intro .marche {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.intro .marche a {
    position: relative;
    display: block;
    width: 100%;
    transition: all .3s;
}

.intro .marche a::before {
    content: "";
    width: 30px;
    height: 27px;
    background-image: url(../../../img/ua/2026/arrow-marche.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 4%;
    right: 4%;
    transform: translateY(0%) translateX(-50%);
    transition: all .3s;
}

.intro .marche a:hover {
    filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));
}

.intro .marche a:hover::before {
    right: 2%;
}

.history {
    padding: 80px 40px;
    position: relative;
    width: 100vw;
    display: flex;
    align-items: flex-start;
}

.history .ua-inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.height-ttl h2 {
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 9rem;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: center center;
    width: auto;
    white-space: nowrap;
    z-index: 10;
}

.ua-history {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 20px;
    margin-bottom: 20px;
}

.ua-history .fadeIn_up {
    transition: all .5s;
}

.ua-history .fadeIn_up a {
    color: initial;
    text-decoration: none;
    display: block;
    padding: 7px;
    transition: all .3s;
    border: 1px solid #ffffff00;
    background-color: #ffffff00;
    position: relative;
}

.ua-history .fadeIn_up a::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(../../../img/ua/2026/arrow-up.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 10%;
    right: 2%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-10%) translateX(-50%);
}

.ua-history .fadeIn_up a:hover {
    border: 1px solid #fff;
    border-radius: 10px;
    transition: all .3s;
    /*filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.4));*/
}

.ua-history__item {
    display: flex;
    gap: 15px;
    /* align-items: center; */
    /* flex-direction: column; */
    background-color: #afc7cd;
    border-radius: 10px;
}

.ua-history__img img {
    width: 100%;
    border-radius: 10px 0 0 10px;
    /* height: 120px; */
    object-fit: cover;
}

.ua-history__txt {
    margin-left: 0;
    max-width: 400px;
    width: 60%;
}

.ua-history__txt h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 5px;
}

.ua-history__txt span {
    font-size: 1.8rem;
}

.ua-history__txt p {
    font-size: 1.5rem;
    line-height: 1.8;
}

footer {
    background-color: #0F171F;
    font-size: 1.6rem;
    color: #fff;
}

.u-foot_wrap {
    max-width: 678px;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
}

#ultra-acosta .a-lang {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 1000;
}

.foot-info__content {
    font-weight: 600;
    margin-bottom: 15px;
}

.foot-info__content h4 {
    font-weight: 700;
}

.bottom-rogo {
    margin-top: 35px;
    margin-bottom: 15px;
}

.foot-info {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot-info__right {
    max-width: 270px;
    width: 100%;
}

.f-sns {
    display: flex;
    justify-content: flex-start;
}

.foot-info__sns {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.foot-info__sns a {
    margin: 0 30px;
}

.foot-info__table table {
    font-size: 16px;
    border-spacing: inherit;
}

.foot-info__table th {
    text-align: left;
    vertical-align: top;
}

.foot-info__table td {
    font-weight: 500;
    padding-left: 15px;
}

.copy {
    margin-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}

.bg-type01 {
    background-color: #ddb192;
}

.bg-type02 {
    background-color: #a3bbc1;
}

.a-lang {
    position: absolute;
    bottom: 0;
    left: 0;
}


@media screen and (min-width: 769px) {
    .ua-history {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .history .ua-inner {
        padding-left: 100px;
    }

    .height-ttl h2 {
        /* left: -12%; */
        /* top: 16%; */
        font-size: 8rem;
    }

    .ua-history__item {
        align-items: center;
    }

    .show-sp {
        display: none;
    }
}

@media screen and (min-width: 1160px) {
    .ua-history {
        grid-template-columns: repeat(2, 1fr);
    }

    .ua-history__img img {
        height: 120px;
    }

    .height-ttl h2 {
        left: -10%;
        top: 50%;
        font-size: 9rem;
    }
}

@media screen and (max-width: 768px) {
    #wpadminbar {
        display: none;
    }

    html {
        margin-top: 0 !important;
    }

    .ua-mv {
        background-color: #ddb192;
        background-image: url(../../../img/ua/2026/mvbk-sp.jpg);
    }

    .main-copy p {
        font-size: 2.4rem;
        margin-bottom: 0;
    }

    .main-copy span {
        font-size: 3.1rem;
    }

    .main-logo img {
        max-width: 310px;
    }

    .main-bottomcopy p {
        font-size: 4.8rem;
    }

    .intro {
        padding: 0 0 20px;
    }

    .intro .marche {
        max-width: 330px;
    }

    .ua-history__img img {
        /* width: 121px; */
        border-radius: 5px 5px 0 0;
    }

    .height-ttl h2 {
        font-size: 3.6rem;
        left: -1.8em;
        top: 2.3em;
    }

    .history {
        padding: 15px 7px 0 34px;
    }

    .ua-history__txt {
        width: 100%;
        padding: 0 32px 10px 12px;
    }

    .ua-history__txt h3 {
        font-size: 4.3rem;
        /* letter-spacing: -0.5px; */
    }

    .ua-history__txt span {
        font-size: 1.8rem;
    }

    .ua-history__txt p {
        font-size: 1.6rem;
        line-height: 1.4;
    }

    .ua-history {
        gap: 10px;
    }

    .intro .marche a::before {
        width: 20px;
        height: 15px;
        background-size: auto;
    }

    .ua-history__item {
        gap: 7px;
    }

    .foot-info {
        flex-direction: column;
        align-items: self-start;
        padding: 20px 50px;
    }

    .uabacks {
        padding: 0px 0 0;
    }

}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/


.fadeIn {
    opacity: 0;
    transition: 0.5s;
}

.fadeIn.is-show {
    opacity: 1;
}

.fadeIn_up {
    opacity: 0;
    transform: translate(0, 20%);
    transition: 0.5s;
}

.fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1;
    transition-delay: .25s;
}

@media screen and (max-width: 768px) {
    .ua-history__item {
        align-items: center;
        flex-direction: column;
    }

    .ua-history .fadeIn_up a::before {
        right: 0%;
        bottom: 3%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);

    }
}

.height-ttl {
    position: absolute;
    top: 14.4em;
    left: -11.77em;
}

@media screen and (max-width: 768px) {
    .height-ttl {
        position: unset;
    }

    .main-copy {
        margin-bottom: 0px;
    }

    .ua-mv-inner {
        width: 100%;
        top: -50px;
    }

    .main-logo {
        height: 50vh;
    }
}