@charset "UTF-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2017/11/30
 */

.wow {
    opacity: 0;
    visibility: visible !important;
}

.wow.animated {
    animation-delay: .2s;
    opacity: 1;
}

@media screen and (min-width: 768px) {
    .is_sp {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .is_pc {
        display: none !important;
    }
}

a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
}

*:focus-visible {
    transition: none;
    outline: 2px solid #EB5505;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    .u_inner {
        width: 125.6rem;
        max-width: calc(100% - 4rem);
        margin: 0 auto;
    }
}

@media screen and (max-width: 767px) {
    .u_inner {
        margin: 0 2.4rem;
    }
}

.u_switch_img {
    opacity: 1;
}

.u_relative {
    position: relative;
}

/* !wrapper
---------------------------------------------------------- */
:where(#header, #footer) a {
    display: block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 66;
    min-height: 9.7rem;
    /*height: 12.5rem;*/
    /*background: rgba(244, 231, 218, 0.75);*/
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
}

@media screen and (max-width: 767px) {
    header {
        min-height: 6.4rem;
    }
}

@media screen and (max-width: 767px) {
    #header {
        padding: 2rem 1.6rem 0;
    }
}

@media screen and (min-width: 768px) {
    .h_inner {
        padding: 3.4rem 0 0;
        width: 144rem;
        max-width: calc(100% - 6.4rem);
        margin: 0 auto;
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    body.open #header {
        height: 6.4rem;
        backdrop-filter: blur(1rem);
        -webkit-backdrop-filter: blur(1rem);
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    }

    body.open header {
        height: 100%;
        background: rgba(255, 255, 255, 0.5);
    }
}

@media screen and (max-width: 767px) {
    .pc_submenu {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .pc_submenu {
        background: #F4E7DA;
        background: #fff;
        font-weight: 500;
        box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(1rem);
        position: fixed;
        z-index: 66;
        top: 12.5rem;
        top: 100%;
        left: 0;
        width: 100%;
    }

    header.show-submenu .pc_submenu .sub {
        visibility: hidden;
        height: 0;
    }

    header.show-submenu .pc_submenu .sub.active {
        visibility: visible;
        height: auto;
    }

    .pc_submenu .sub dt {
        border-bottom: solid 1px #B4BDCC;
        padding: 0 1rem 2rem;
    }

    .pc_submenu .sub dd {
        padding: 1.6rem 1rem;
    }

    .pc_submenu .sub ul {
        width: 144rem;
        max-width: calc(100% - 6.4rem);
        margin: 0 auto;
        padding: 4rem 0;
        display: flex;
        gap: 3.4rem;
        flex-wrap: wrap;
    }

    .pc_submenu .sub ul ul {
        display: none;
    }

    .pc_submenu .sub a {
        background: url(../img/common/ico-arrow.svg) no-repeat right center/1.6rem;
        overflow: hidden;
        animation: arrowDefault .4s linear forwards;
    }

    .pc_submenu .sub a:hover {
        animation-name: arrowMove;
        opacity: 1;
    }

    header.show-submenu .pc_submenu {
        visibility: visible;
        animation: itemFadeIn .5s;
    }

    header:not(.show-submenu) .pc_submenu {
        visibility: hidden;
        animation: itemFadeOut 0s;
    }
}

@keyframes arrowMove {
    from {
        background-position: 100%;
        padding-right: 1.2em;
    }

    50% {
        background-position: calc(100% + 1.5em);
    }

    51% {
        background-position: -1.5em;
    }

    to {
        background-position: 0;
        padding-left: 1.2em;
    }
}

@keyframes arrowDefault {
    from {
        background-position: 0;
        padding-left: 1.2em;
    }

    50% {
        background-position: -1.5em;
    }

    51% {
        background-position: calc(100% + 1.5em);
    }

    to {
        background-position: 100%;
        padding-right: 1.2em;
    }
}

.h_logo {
    display: inline-block;
    font-size: 1.6rem;
}

.h_logo img {
    width: 31.6rem;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .h_logo img {
        width: 18.1rem;
    }
}

@media screen and (max-width: 767px) {
    .c_nav p {
        border-bottom: solid 1px #B4BDCC;
        background: url(../img/common/ico-mark.svg) no-repeat 0.5rem center/1.8rem;
        padding-left: 3rem;
        display: flex;
        font-weight: 500;
        height: 3.6rem;
        margin-bottom: 1.5rem;
    }

    .c_nav p:not(:has(i)) a {
        background: url(../img/common/ico-arrow-sp.svg) no-repeat calc(100% - 1.2rem) center/1.6rem;
    }

    .c_nav p a {
        display: flex;
        align-items: center;
    }

    .c_nav p * {
        flex: 1;
    }

    .c_nav p i {
        background: url(../img/common/ico-open.svg) no-repeat calc(100% - 1.2rem) center/1.6rem;
    }

    .c_nav p i.open {
        background-image: url(../img/common/ico-close.svg);
    }

    .c_nav p:has(i.open) + * {
        margin: 0 0 2rem;
    }

    .c_nav p + * {
        height: 0;
        overflow: hidden;
        transition: height .3s;
    }

    .c_nav li li {
        font-size: 1.4rem;
        margin-left: 3rem;
    }

    .c_nav li li + li {
        margin-top: .3em;
    }

    .c_nav li li ul {
        margin-top: .3em;
    }

    .c_nav li li li {
        margin-left: 0;
    }

    .c_nav li li li + li {
        margin-top: 0;
    }

    .c_nav li li li a:before {
        content: '・';
        color: #D14900;
    }

    .c_nav .sub dt {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .top_nav .c_nav ul a:hover {
        color: #D14900;
        text-decoration: underline;
        text-underline-offset: .3em;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .h_nav {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 768px) {
    .h_nav {
        margin-top: 2.6rem;
        font-weight: 500;
        /*li {
            &:not(:has(.sub)) {
                ul {
                    display: none;
                }
            }
            &:not(:hover) {
                .sub {
                    visibility: hidden;
                    animation: itemFadeOut 0s;
                }
            }
            &:hover {
                .sub {
                    visibility: visible;
                    animation: itemFadeIn .4s;
                }
            }
        }*/
    }

    .h_nav > ul {
        display: flex;
        gap: 1.6rem;
        font-size: 1.4rem;
    }

    .h_nav > ul > li:hover p a:hover {
        opacity: 1;
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    .h_nav .sub {
        display: none;
    }

    .h_nav p a {
        padding: 0 1.6rem 1.4rem;
        border-bottom: solid 2px transparent;
    }

    .h_nav p a.active {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    body:has(#sustainability.active) header.show-submenu .h_nav p a[data-submenu=sustainability] {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }

    body:has(#company.active) header.show-submenu .h_nav p a[data-submenu=company] {
        color: #D14900;
        border-bottom: solid 2px #D14900;
    }
}

@media screen and (min-width: 768px) {
    .h_link {
        position: absolute;
        right: 0;
        top: 2.4rem;
        display: flex;
        align-items: center;
        gap: 4.8rem;
    }
}

.h_merge {}

@media screen and (max-width: 767px) {
    .h_merge {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .h_merge {
        position: relative;
    }

    .h_merge:after {
        content: '';
        position: absolute;
        top: 50%;
        translate: 0 -50%;
        height: 1.6rem;
        background: #231B29;
        width: 1px;
        right: -2.4rem;
    }
}

.h_merge a {
    background: url(../img/common/ico-link01.svg) no-repeat right center/1.6rem;
    padding-right: 1.2em;
    font-weight: 500;
    display: inline-block;
    color: #D14900;
}

@media screen and (min-width: 768px) {
    .h_merge a:hover {
        opacity: 1;
        text-decoration: underline;
        text-underline-offset: .3em;
    }
}

@media screen and (min-width: 768px) {
    .h_mail {
        width: 18.5rem;
    }
}

.h_mail a {
    background: #F2F5F8;
    height: 4.8rem;
    display: flex;
    align-items: center;
    padding-left: 1.4em;
    font-weight: 500;
    position: relative;
    border-radius: .4rem;
}

@media screen and (min-width: 768px) {
    .h_mail a:hover {
        opacity: 1;
        color: #fff;
        background: #D14900;
    }

    .h_mail a:hover:after {
        background-image: url(../img/common/h-mail-w.svg);
        border-color: #fff;
    }
}

.h_mail a:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 2.8rem;
    border-left: solid 1px #B4BDCC;
    width: 5rem;
    right: 0;
    background: url(../img/common/h-mail.svg) no-repeat 50%/2rem;
    transition: background .3s;
}

@media screen and (max-width: 767px) {
    .h_mail2 {
        top: .8rem;
        position: absolute;
        right: 6rem;
        width: 4.8rem;
        aspect-ratio: 1 / 1;
        position: absolute;
        color: transparent;
        overflow: hidden;
        background: #F2F5F8 url(../img/common/h-mail.svg) no-repeat 50%/2rem;
    }

    .h_mail2 a {
        color: inherit;
        height: 100%;
    }

    .h_menu {
        position: absolute;
        right: 1.5rem;
        top: 2rem;
        width: 2.8rem;
        height: 2.8rem;
        cursor: pointer;
    }

    .h_menu .icon {
        position: relative;
        display: block;
        left: calc(50% - 1.4rem);
        top: calc(50% - 1px);
    }

    .h_menu .icon,
    .h_menu .icon:before,
    .h_menu .icon:after {
        width: 2.8rem;
        height: 1px;
        background-color: #D14900;
        transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition-property: background-color, top;
    }

    .h_menu .icon:before,
    .h_menu .icon:after {
        content: '';
        position: absolute;
        top: -.8rem;
        left: 0;
    }

    .h_menu .icon:after {
        top: .8rem;
    }

    body.open .h_menu .icon {
        background-color: transparent;
    }

    body.open .h_menu .icon:before,
    body.open .h_menu .icon:after {
        top: 0;
    }

    body.open .h_menu .icon:before {
        transform: rotate(35deg);
    }

    body.open .h_menu .icon:after {
        transform: rotate(-35deg);
    }

    #toggle_menu {
        position: fixed;
        overflow-y: auto;
        top: 6.4rem;
        height: calc(100vh - 6.4rem);
        left: 0;
        width: 100%;
        z-index: 66;
        background: rgba(0, 0, 0, 0.004);
        box-shadow: 8px 8px 44px rgba(0, 0, 0, 0.04);
        padding: 4rem 2.4rem;
    }

    body.open {
        overflow-y: hidden;
    }

    body.open #toggle_menu {
        visibility: visible;
        animation: itemFadeIn 1s;
    }

    body:not(.open) #toggle_menu {
        visibility: hidden;
        animation: itemFadeOut 0s;
    }

    body.loaded #toggle_menu {
        animation-duration: .8s;
    }
}

@keyframes itemFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes itemFadeOut {
    from {
        opacity: 1;
        visibility: visible;
    }

    to {
        opacity: 0;
    }
}

#footer {
    background: #fff;
    padding: 8rem 0;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #footer {
        padding: 6rem 0;
    }
}

@media screen and (max-width: 767px) {
    .f_logo {
        text-align: center;
    }
}

.f_logo img {
    width: 31.2rem;
}

.f_btn {
    display: flex;
    gap: .8rem 3.2rem;
    margin-bottom: 3.2rem;
}

@media screen and (min-width: 930px) {
    .f_btn a {
        min-width: 42rem;
    }
}

@media screen and (max-width: 767px) {
    .f_btn {
        flex-direction: column;
    }
}

.f_btn a.gray i:before {
    background: #F2F5F8;
}

.f_row {
    margin-top: 3.2rem;
}

@media screen and (min-width: 768px) {
    .f_row {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 2.38%;
    }

    .f_row.b {
        align-items: flex-end;
        justify-content: space-between;
    }
}

.f_bnr img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .f_bnr {
        width: 24rem;
    }
}

.f_merge {
    background: #F2F5F8;
}

.f_merge a {
    padding: .8rem;
    display: flex;
    border-radius: .4rem;
    background: #F2F5F8;
    gap: 1rem 2rem;
}

@media screen and (max-width: 767px) {
    .f_merge a {
        flex-direction: column;
        padding-bottom: 1.6rem;
    }
}

@media screen and (min-width: 768px) {
    .f_merge a {
        align-items: center;
    }

    .f_merge a > * {
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .f_merge a:hover {
        background: #D14900;
        opacity: 1;
        color: #fff;
    }

    .f_merge a:hover p:after {
        background-image: url(../img/common/ico-arrow02-w.svg);
        border-color: #fff;
    }
}

.f_merge p {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 0 4em 0 .4em;
    position: relative;
}

@media screen and (max-width: 767px) {
    .f_merge p {
        padding-left: 1.2rem;
    }
}

.f_merge p:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    background: url(../img/common/ico-arrow.svg) no-repeat 50%/1.6rem;
    width: 4rem;
    height: 4.4rem;
    border-left: solid 1px #E0E6EF;
    right: 0;
    transition: .2s;
    transition-property: background, border;
}

@media screen and (max-width: 767px) {
    .f_merge p:after {
        right: 1.2rem;
    }
}

.f_merge small {
    font-size: 1.2rem;
    font-weight: 500;
    display: block;
}

.f_merge img {
    width: 100%;
    border-radius: .4rem;
}

@media screen and (min-width: 768px) {
    .f_merge {
        width: 50%;
    }
}

.f_logos {
    display: flex;
    gap: 1.6rem;
}

@media screen and (min-width: 768px) {
    .f_logos {}
}

@media screen and (max-width: 767px) {
    .f_logos {
        margin: 3.2rem 0;
    }
}

.f_logos img {
    height: 4.8rem;
    object-fit: contain;
}

@media screen and (max-width: 767px) {
    .f_logos img {
        height: 4rem;
    }
}

.f_link {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 3.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: .7rem 1.6rem;
}

.f_link a {
    background: url(../img/common/ico-arrow.svg) no-repeat right center/1.6rem;
    padding-right: 1.6em;
}

.f_link a[target=_blank] {
    background-image: url(../img/common/ico-link01.svg);
    padding-right: 1.6em;
}

@media screen and (min-width: 768px) {
    .f_link a:hover {
        color: #D14900;
        text-decoration: underline;
        text-underline-offset: .3em;
        opacity: 1;
    }
}

@media screen and (max-width: 767px) {
    .f_link {
        margin-bottom: 2.4rem;
    }

    .f_link li {
        margin-bottom: .8rem;
    }
}

.f_iso {
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
}

.f_iso p {
    font-size: 1.2rem;
}

.f_iso img {
    height: 6.4rem;
}

.f_copy {
    font-family: "Josefin Sans", sans-serif;
    font-size: 1.2rem;
    color: #667284;
}

@media screen and (max-width: 767px) {
    .f_copy {
        margin-top: 3.2rem;
    }

    .f_iso img {
        width: 12.5rem;
        height: auto;
    }
}

.c_btn a {
    border: 1px solid #F2F5F8;
    /*box-shadow: 4px 4px 8px rgba(128, 126, 125, 0.1);*/
    min-height: 5.6rem;
    display: inline-flex;
    align-items: center;
    padding: .35em 4.4em .35em 1.25em;
    font-weight: 500;
    border-radius: .2rem;
    position: relative;
    line-height: 1.2;
    font-size: 1.6rem;
    overflow: hidden;
    background: #fff;
    z-index: 0;
}

@media screen and (max-width: 767px) {
    .c_btn a {
        padding: .5em 5.7rem .5em 1.2rem;
        line-height: 1.5;
    }
}

.c_btn a[target=_blank]:after {
    background-image: url(../img/common/ico-link04.svg);
}

@media screen and (min-width: 768px) {
    .c_btn a[target=_blank]:hover:after {
        background-image: url(../img/common/ico-link04-w.svg);
    }
}

.c_btn a.ov {
    color: #fff;
    border: none;
}

.c_btn a.ov i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.c_btn a.ov i:before {
    content: '';
    position: absolute;
    width: calc(100% + 2.5rem);
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    transition: transform .3s;
    background: #D14900;
    clip-path: polygon(0 0, calc(100% - 2.5rem) 0, 100% 100%, 0% 100%);
}

.c_btn a.ov i:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: .2rem;
    border: 1px solid #EEF2F6;
}

.c_btn a.ov:after {
    background-image: url(../img/common/ico-arrow02-w.svg);
}


.c_btn a.anchor:after {
    background-image: url(../img/common/arrow-down.svg);
}

.c_btn a.anchor.ov:after {
    background-image: url(../img/common/arrow-down.svg);
}

@media screen and (min-width: 768px) {
    .c_btn a.ov:hover {
        color: #231B29;
        background: #fff;
    }

    .c_btn a.ov:hover i:before {
        transform: translateX(-100%);
    }

    .c_btn a.ov:hover:after {
        background-image: url(../img/common/ico-arrow02.svg);
        border-color: #E0E6EF;
    }

    .c_btn a.anchor:hover:after {
        background-image: url(../img/common/arrow-down-w.svg);
    }

    .c_btn a.anchor.ov:hover:after {
        background-image: url(../img/common/arrow-down.svg);
    }
}

.c_btn a.gray {
    color: #231B29;
}

.c_btn a.gray i {
    border-color: #B4BDCC;
}

.c_btn a.gray i:before {
    background: #F2F5F8;
}

.c_btn a.gray i:after {
    border-color: #B4BDCC;
    z-index: 1;
}

.c_btn a.gray:after {
    border-color: #B4BDCC;
    background-image: url(../img/common/ico-arrow02.svg);
}

@media screen and (min-width: 768px) {
    .c_btn a.gray:hover:after {
        border-color: #E0E6EF;
    }
}

@media screen and (max-width: 767px) {
    .c_btn a {
        min-height: 4.4rem;
        width: 100%;
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 768px) {
    .c_btn a:hover {
        opacity: 1;
        color: #fff;
        background: #D14900;
    }

    .c_btn a:hover:after {
        background-image: url(../img/common/ico-arrow02-w.svg);
        border-color: rgba(255, 255, 255, 0.5);
    }
}

.c_btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    height: 3.6rem;
    border-left: solid 1px #E0E6EF;
    width: 5.6rem;
    right: 0;
    background: url(../img/common/ico-arrow02.svg) no-repeat 50%/2rem;
}

@media screen and (max-width: 767px) {
    .c_btn a:after {
        width: 4.5rem;
        height: 2.4rem;
        background-size: 1.6rem auto;
    }
}

.c_btn a:focus-visible {
    border: solid 2px rgba(209, 73, 0, 0.7);
}

.img_box {
    position: relative;
    width: 100%;
    padding-top: 66%;
    overflow: hidden;
}

.img_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: cover;
    transition: transform .4s ease;
}

@media screen and (min-width: 768px) {
    a:hover .img_box img {
        transform: scale(1.3);
    }
}

/*top*/
#wrapper {
    background: #F4E7DA;
}

#mainVisual {
    position: relative;
    z-index: 1;
}

#mainVisual:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 199rem;
    background: url(../img/top/bg_mv.png)no-repeat top left;
    background-size: 144rem auto;
}

#mainVisual .u_inner {
    min-height: 100dvh;
    padding: 24.4rem 0 10rem 2rem;
    position: relative;
}

.mv_hd {
    font-size: 7.2rem;
    line-height: 1.4;
    letter-spacing: .12em;
    font-weight: bold;
}

.mv_dl {
    margin-top: 3.2rem;
    display: flex;
    align-items: center;
    grid-gap: 2.4rem;
}

.mv_dl dt {
    width: 17.2rem;
}

.mv_dl dd {
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.4;
    color: #EB5505;
}


.scroll_line {
    position: absolute;
    right: 0;
    bottom: 13rem;
    z-index: 9;
    font-size: 1.6rem;
    line-height: 1.8rem;
    white-space: nowrap;
    padding-top: 12.5rem;
    padding-top: 18.8rem;
    width: 1.8rem;
    height: 3.7rem;
}

.scroll_line span {
    transform-origin: right top;
    transform: rotate(90deg);
    display: inline-block;
    position: absolute;
    right: 0;
    padding-left: 2.6rem;
    background: url(../img/top/icon_star_black.svg)no-repeat left center;
    background-size: 1.8rem auto;
}

.scroll_line:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border-radius: .5rem;
    background: #000;
    height: 11.7rem;
    -webkit-animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
    animation: scroller 2s cubic-bezier(.65, .05, .36, 1) 0s infinite;
}

@keyframes scroller {
    0% {
        top: 0;
        height: .3rem;
        opacity: 0;
    }

    10% {
        top: 0;
        height: .3rem;
        opacity: 1;
    }

    30% {
        top: 0;
        height: 11.7rem;
    }

    30.1% {
        top: 0;
        height: 11.7rem;
    }

    70% {
        top: 11.4rem;
        height: .3rem;
        opacity: 1;
    }

    100% {
        top: 11.4rem;
        height: .3rem;
        opacity: 0;
    }
}

.special_wrap {
    position: relative;
    z-index: 2;
}

.glass_box {
    background: rgba(255, 255, 255, 0.75);
    padding: 6.4rem 4rem;
    border-radius: .8rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    box-shadow: .4rem .4rem 1.6rem rgba(0, 0, 0, .1);
    /*border: 1px solid #fff;*/
}

.hd_medium {
    padding-top: 1.6rem;
    border-top: 1px solid #667284;
}

.hd_medium span {
    display: block;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: .02em;
    padding-left: 3.2rem;
    background: url(../img/top/icon_star_orange.svg)no-repeat left center;
    background-size: 2.4rem auto;
}

.special_sec01 {
    padding: 8rem 0;
}

.special_sec01_text {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: .02em;
    margin: 2.4rem 0;
}

.special_sec01_img {
    text-align: center;
}

.special_sec01_img img {
    width: 113.3rem;
}

.special_message {
    padding: 8rem 0;
}

.special_message_dl {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
}

.special_message_dl dt {
    font-size: 4.8rem;
    line-height: 1.4;
    letter-spacing: .04em;
    font-weight: 700;
}

.special_message_dl dd {
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: .02em;
    font-weight: 400;
}

.special_message_dl dd p + p {
    margin-top: 2.4rem;
}

.special_history {
    padding-top: 8rem;
    position: relative;
}

.special_history .hidden_wrap {
    overflow: hidden;
    padding-bottom: 8rem;
}

.special_history:after {
    content: '';
    border-radius: 1.6rem;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/top/bg_history.png)no-repeat top center #FFF1E4;
    background-size: 100% 100%;
    background-blend-mode: multiply;
    pointer-events: none;
}

.special_history .u_inner {
    position: relative;
    z-index: 1;
}

.special_history_head {}

.special_history_intro {}

.special_history_intro h4 {
    font-size: 5.6rem;
    line-height: 1.5;
    letter-spacing: .04em;
    font-weight: 500;
    margin-bottom: 2.4rem;
}

.special_history_intro p {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .02em;
}

.special_history_intro p + p {}

.special_history_body {
    margin-top: 2.8rem;
    display: flex;
    align-items: flex-start;
}

.history_start_card {
    width: 32rem;
    padding-top: 1.2rem;
    position: sticky;
    top: 14.5rem;
}

.history_start_btn {
    margin-top: 4rem;
}

.history_start_btn a {
    display: flex;
    align-self: start;
    flex-direction: column;
    background: rgba(255, 255, 255, .8);
    box-shadow: .4rem .4rem .8rem rgba(0, 0, 0, .1);
    border-radius: 1.6rem;
    padding: 2.2rem 2rem;
    position: relative;
}

.history_start_btn a:after {
    content: '';
    position: absolute;
    right: 2.2rem;
    top: 0;
    width: 1.6rem;
    height: 100%;
    background: url(../img/common/anchor_down.svg)no-repeat center/contain;
}

.history_start_btn_pc {
    margin-top: 4rem;
    position: sticky;
    bottom: 2rem;
    z-index: 9;
}

.history_start_btn_pc a {
    display: flex;
    justify-content: space-between;
    background: rgba(255, 255, 255, .8);
    box-shadow: .4rem .4rem .8rem rgba(0, 0, 0, .1);
    border-radius: 1.6rem;
    padding: 2.4rem 8.8rem 2.4rem 4rem;
    position: relative;
}

.history_start_btn_pc a div {
    display: flex;
    align-items: flex-end;
    grid-gap: 2rem;
}

.history_start_btn_pc a:after {
    content: '';
    position: absolute;
    right: 4.3rem;
    top: 0;
    width: 1.6rem;
    height: 100%;
    background: url(../img/common/anchor_down.svg)no-repeat center/contain;
}

.history_start_btn_logo img {
    height: 2.4rem;
}

@media screen and (min-width: 768px) {

    .history_start_btn_pc a:hover,
    .history_start_btn a:hover {
        opacity: 1;
        background: rgba(255, 255, 255, 1);
        box-shadow: .2rem .2rem .2rem rgba(0, 0, 0, .1);
    }
}

.history_start_date {
    font-family: "Josefin Sans", sans-serif;
    color: #667284;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: .04em;
}

.history_start_btn_text {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    position: relative;
}

.history_timeline {
    width: calc(100% - 32rem);
    position: relative;
    padding-left: 2.4rem;
    padding-left: 7rem;
}

.timeline {
    position: absolute;
    left: 4.6rem;
    top: 1rem;
    bottom: -5.6rem;
    width: .4rem;
    border-radius: 999px;
    background: #F7EBDB;
}

.timeline > div {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #fff;
    transition: height .5s cubic-bezier(0.19, 1, 0.22, 1);
}

.history_year {
    position: relative;
    opacity: 1;
    z-index: 5;
}

.history_year h4,
.history_card {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    transition: 1s ease-in-out .3s;
}

.animated.history_year h4,
.animated.history_year .history_card {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}

.animated.history_year div:nth-of-type(1) {
    transition-delay: .6s;
}

.animated.history_year div:nth-of-type(2) {
    transition-delay: 1.3s;
}

.history_year + .history_year {
    margin-top: 6.4rem;
}

.history_year:before {
    content: '';
    position: absolute;
    left: -2.2rem;
    top: .7rem;
    transform: translateX(-50%);
    width: 2rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #F7EBDB;
    z-index: 2;
    transition: background .5s .1s;
}

.history_year.animated:before {
    background: #fff;
}

.history_year:after {
    content: '';
    position: absolute;
    left: -2.2rem;
    top: -1.8rem;
    width: 7rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: #F7EBDB;
    background: url(../img/top/bg_rainbow.png)no-repeat center center;
    background-size: 100% auto;
    transform-origin: left center;
    opacity: 0;
}

.history_year.animated:after {
    animation: ripple 3s infinite ease-in-out .1s;
}

@keyframes ripple {
    0% {
        opacity: 1;
        transform: scale(0) translate(-50%);
    }

    30% {
        opacity: 1;
        transform: scale(1) translateX(-50%);
    }

    100% {
        opacity: 0;
        transform: scale(1) translateX(-50%);
    }
}

.history_year h4 {
    font-family: "Josefin Sans", sans-serif;
    color: #394051;
    font-size: 4rem;
    line-height: 1;
    letter-spacing: .04em;
    margin-bottom: 1.4rem;
}

.history_card {
    background: rgba(255, 255, 255, .5);
    border-radius: 1.6rem;
    padding: 2.2rem 3.2rem;
}

.history_card + .history_card {
    margin-top: 1.6rem;
}

.history_card_imgset {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2.4rem;
}

.history_label {
    margin-bottom: 1.6rem;
    display: flex;
    min-height: 2.8rem;
    font-size: 0;
    color: transparent;
    background: url(../img/top/icon_company01.svg)no-repeat;
    background-size: auto 100%;
}

.history_label.payment {
    background: url(../img/top/icon_company02.svg)no-repeat;
    background-size: auto 100%;
}

.history_card h5 {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: .8rem;
    letter-spacing: .02em;
}

.history_card p:not(.history_label) {
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: .02em;
}

.history_card_img {
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    grid-gap: .8rem;
    max-width: 34.5rem;
}

.history_card_img img {
    border-radius: .8rem;
    /*aspect-ratio: 345 / 184;*/
    width: 100%;
    object-fit: cover;
}

.history_card_img.double img {
    aspect-ratio: 169 / 184;
    width: calc(50% - .4rem);
}

.history_merge_card_wrap {
    position: relative;
    margin-top: 5.6rem;
}

.history_merge_card_wrap:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -6.4rem;
    left: -6.4rem;
    right: -6.4rem;
    bottom: -6.4rem;
    background: url(../img/top/bg_merge.png)no-repeat center center;
    background-size: 100% 100%;
}

.history_merge_card {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 3.2rem;
    background: #fff;
    border-radius: 1.6rem;
    padding: 5rem 4.8rem;
    position: relative;
}

.history_merge_date {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-weight: 300;
    color: #B4BDCC;
    font-size: 5.4rem;
    line-height: 1;
    letter-spacing: .04em;
}

.history_merge_text {
    padding-top: 2.4rem;
    padding-left: 5.6rem;
}

.history_merge_text h4 {
    font-size: 2.1rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1.6rem;
}

.history_merge_text p:not(.history_merge_date) {
    font-size: 1.4rem;
    line-height: 1.75;
    letter-spacing: .02em;
}

.history_merge_text p + p {
    margin-top: 1rem;
}

.history_merge_logo {
    min-height: 25.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D14900;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 1;
}

.history_merge_logo span {
    display: block;
    margin-bottom: 1.4rem;
}

.history_merge_logo img {
    width: 40.6rem;
}

.special_business {
    padding: 8rem 0;
    position: relative;
    background: #F4E7DA;
    overflow: hidden;
}

.special_business:before {
    content: '';
    position: absolute;
    left: 0;
    top: 32.5rem;
    width: 58.5rem;
    height: 83rem;
    background: url(../img/top/bg_business.png)no-repeat left top;
    background-size: 100% auto;
    pointer-events: none;
}

.special_business .u_inner {
    position: relative;
    z-index: 2;
}

.special_business_head h4 {
    margin-top: 4rem;
    font-size: 5.6rem;
    line-height: 1.5;
    letter-spacing: .04em;
    font-weight: 500;
}

.special_business_head p {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .02em;
}

.special_business_img {
    margin-top: 4rem;
    background: rgba(255, 255, 255, 0.5);
}

.special_business_img img {
    /*width: 100%;*/
}

.special_business_btn {
    margin-top: 4rem;
    text-align: center;
}

.special_business_btn a {
    min-width: 38rem;
    background: #fff;
    justify-content: flex-start;
}

.special_business_data {
    padding-top: 8rem;
    position: relative;
    z-index: 1;
}

.special_business_data:after {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 12.2rem;
    width: 61.2rem;
    height: 80rem;
    background: url(../img/top/bg_data.png)no-repeat right top;
    background-size: 100% auto;
    pointer-events: none;
}

.special_business_data h4 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 500;
}

.business_data_list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem;
}

.business_data_item {
    padding: 1.8rem 2.4rem;
    border-radius: .8rem;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    box-shadow: .4rem .4rem 1.6rem rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    grid-gap: 1.4rem;
}

.business_data_item.wide {
    grid-gap: 0;
    grid-column: 1 / -1;
    padding: 2rem 2.4rem 2.4rem;
}

.business_data_label {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    color: #D14900;
    font-size: 2rem;
    line-height: 1.6;
    font-weight: 700;
}

.business_data_label:before {
    content: '';
    flex: 0 0 auto;
    width: 3.2rem;
    height: 3.2rem;
}

.business_data_label.icon_user {
    background: url(../img/top/icon_data01.svg)no-repeat left center;
    background-size: 3.2rem auto;
}

.business_data_label.icon_shop {
    background: url(../img/top/icon_data02.svg)no-repeat left center;
    background-size: 3.2rem auto;
}

.business_data_label.icon_card {
    background: url(../img/top/icon_data03.svg)no-repeat left center;
    background-size: 3.2rem auto;
}

.business_data_num {
    text-align: center;
    color: #231B29;
    font-weight: 400;
    line-height: 1;
}

.business_data_num span {
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0;
}

.business_data_num strong {
    font-family: "Josefin Sans", sans-serif;
    font-size: 10rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    margin: 0 .8rem;
}

.business_data_item:not(.wide) .business_data_num strong {
    font-size: 7.2rem;
}

.js-image-scroll {
    display: flex;
}

.js-image-scroll ul {
    display: flex;
}

.js-image-scroll ul:nth-child(odd) {
    animation-name: image-loop-left1;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.js-image-scroll ul:nth-child(even) {
    animation-name: image-loop-left2;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.js-image-scroll.is-vertical,
.js-image-scroll.is-vertical ul {
    flex-direction: row;
}

.js-image-scroll.is-vertical ul:nth-child(odd) {
    animation-name: image-loop-left1;
}

.js-image-scroll.is-vertical ul:nth-child(even) {
    animation-name: image-loop-left2;
}

@keyframes image-loop-left1 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes image-loop-left2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-200%);
    }
}

@keyframes image-loop-up1 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes image-loop-up2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-200%);
    }
}

.special_slider_wrap {
    padding-bottom: 4rem;
}

.special_slider {
    width: 100%;
    overflow: hidden;
    pointer-events: none;
}

.special_slider ul li {
    width: 36rem;
    margin-right: .8rem;
    font-size: 1px;
    line-height: 1;
}

.special_slider img {
    width: 100%;
    height: 20rem;
    object-fit: cover;
}

.special_slider:nth-child(even) ul {
    margin-top: 1.7rem;
}

.special_slider:nth-child(even),
.special_slider:nth-child(even) img {
    transform: scaleX(-1);
}

/*special_about*/
.special_about {
    padding: 8rem 0 18rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15%, #FFFFFF 90%, rgba(255, 255, 255, 0) 100%);

}

.special_about .u_inner {
    position: relative;
}

.special_about_title {
    margin-top: 4rem;
    font-size: 5.6rem;
    line-height: 1.5;
    letter-spacing: .04em;
    font-weight: 500;
}

.special_about_text {
    margin-top: 2.4rem;
    font-size: 1.6rem;
    line-height: 1.8;
}

.special_about_nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.6rem;
    margin-top: 4rem;
}

.special_about_nav a {
    width: 100%;
}
.special_about_nav+.special_group{
    margin-top: 12rem;
}
.special_group {
    display: flex;
    justify-content: space-between;
}

.special_group_title {
    width: 41rem;
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 500;
}

.special_group_list {
    width: calc(100% - 41rem);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2.4rem;
}

.special_group_list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 13rem;
    border: 1px solid #E0E6EF;
    border-radius: .4rem;
    background: #fff;
    overflow: hidden;
    opacity: 1 !important;
}

.special_group_list a:after {
    content: '';
    position: absolute;
    right: 1.2rem;
    bottom: 1.2rem;
    width: 1.6rem;
    height: 1.6rem;
    background: url(../img/common/ico-link04.svg)no-repeat center center;
    background-size: 2rem auto;
}

.special_group_list a img {
    height: 1.8rem;
    transition: transform .3s;
}

@media screen and (min-width: 768px) {
    .special_group_list a:hover img {
        transform: scale(1.2);
    }
}

/*special_bottom*/
.special_bottom {
    padding: 11.2rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.special_bottom .u_inner {
    position: relative;
    z-index: 2;
}

.special_bottom:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -24rem;
    width: 51.9rem;
    height: 75.6rem;
    background: url(../img/top/bg_bottom.png)no-repeat right top;
    background-size: 100% auto;
    pointer-events: none;
}

.special_bottom_title {
    font-size: 9.6rem;
    line-height: 1.4;
    letter-spacing: .12em;
    font-weight: 500;
}

.special_bottom_text {
    font-size: 2rem;
    line-height: 1.8;
    margin-top: 4rem;
}

/* 768-1200 layout adjustment */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .h_inner {
        max-width: calc(100% - 4.8rem);
    }

    .pc_submenu .sub ul {
        max-width: calc(100% - 4.8rem);
    }

    .scroll_line {
        bottom: 8rem;
    }

    .glass_box {
        padding: 4.8rem 3.2rem;
    }

    .special_sec01_text {
        font-size: 1.8rem;
    }

    #mainVisual:before {
        height: 150rem;
        background-size: 116rem auto;
    }

    #mainVisual .u_inner {
        padding-top: 20rem;
    }

    .mv_hd {
        font-size: 6.4rem;
    }

    .special_sec01_img img {
        width: 100%;
    }

    .special_message_dl {
        grid-gap: 2rem;
    }

    .special_history_intro h4,
    .special_business_head h4,
    .special_about_title {
        font-size: 4.8rem;
    }

    .special_message_dl dt {
        font-size: 3.8rem;
    }


    .history_start_card {
        width: 32rem;
    }

    .history_timeline {
        width: calc(100% - 32rem);
        padding-left: 4.8rem;
    }

    .timeline {
        left: 2.8rem;
    }

    .history_year:before,
    .history_year:after {
        left: -1.8rem;
    }

    .history_card_imgset,
    .history_merge_card {
        grid-gap: 2.4rem;
    }

    .history_merge_card {
        padding: 4.4rem 3.2rem;
    }

    .history_merge_date {
        font-size: 4.2rem;
    }

    .history_merge_text {
        padding-left: 3.2rem;
    }

    .history_merge_logo img {
        width: min(100%, 34rem);
    }

    .special_business:before {
        width: 42vw;
    }

    .special_business_data:after {
        width: 44vw;
    }

    .special_business_btn a {
        min-width: 38rem;
        max-width: 100%;
    }

    .business_data_num strong {
        font-size: 8.4rem;
    }

    .business_data_item:not(.wide) .business_data_num strong {
        font-size: 6.4rem;
    }

    .special_slider ul li {
        width: 30rem;
    }

    .special_slider img {
        height: 16.8rem;
    }

    .special_about {
        padding: 7.2rem 0 12rem;
    }

    .special_about_nav {
        grid-gap: 1.2rem;
    }

    .special_about_nav.c_btn a {
        min-width: 0;
    }

    .special_group {
        display: grid;
        grid-template-columns: minmax(24rem, 32rem) 1fr;
        gap: 2rem;
    }

    .special_group_title,
    .special_group_list {
        width: auto;
    }

    .special_group_title {
        font-size: 2rem;
    }

    .special_group_list {
        grid-gap: 1.6rem;
    }

    .special_group_list a {
        min-height: 11rem;
    }

    .special_group_list a img {
        max-width: 90%;
        height: 1.5rem;
    }

    .special_bottom:before {
        width: 35.8vw;
        height: 52.5vw;
        bottom: -16.6vw;
    }

    .special_bottom_title {
        font-size: 7.2rem;
    }

    .special_bottom_text {
        font-size: 1.8rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 930px) {
    #mainVisual:before {
        background-position: top 10rem left;
        background-size: 85rem auto;
    }

    .mv_hd {
        font-size: 5.2rem;
    }

    .special_message_dl {
        grid-gap: 1rem;
    }

    .special_message_dl dt {
        font-size: 3.1rem;
    }

    .special_history_intro h4,
    .special_business_head h4,
    .special_about_title {
        font-size: 3.8rem;
    }

    .business_data_num strong {
        font-size: 7.2rem;
    }


    .business_data_item:not(.wide) .business_data_num strong {
        font-size: 5.6rem;
    }

    .special_bottom_title {
        font-size: 5.6rem;
    }

    .special_message_dl dd {
        font-size: 1.6rem;
        letter-spacing: 0;
    }

    .special_message_dl dd p + p {
        margin-top: 2rem;
    }

    .special_history_intro p {
        font-size: 1.5rem;
    }

    .history_card {
        padding: 2.2rem 2rem;
    }

    .history_card_imgset,
    .history_merge_card {
        grid-gap: 1.4rem;
    }

    .history_card_img.double {
        flex-direction: column;
    }

    .history_card_img.double img {
        width: 100%;
        max-width: 16.85rem;
    }

    .history_merge_text {
        padding-left: 0;
    }

    .special_group {
        margin-top: 8rem;
        grid-template-columns: repeat(1, 1fr);
    }

    .history_merge_text h4 {
        font-size: 2rem;
    }

    .f_btn {
        grid-gap: 2rem;
    }
}

.flash_text {
    display: inline-flex;
    background-image: linear-gradient(20deg, #231B29 35% 0, #fb8663 38% 0, #fbf175 39% 0, #96fbc5 40% 0, #89f4f7 41% 0, #96b5f6 42% 0, #231B29 45% 0, #231B29 100% 0) !important;
    background-size: 200% 100% !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
    background-position: 125% 0% !important;
    transition: background-position 1.5s cubic-bezier(.5, 0, .5, 1) .7s;
}

.animated.flash_text {
    background-position: -75% 0% !important;
}

.f_copy02 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #667284;
    text-align: center;
    padding: 4rem 2.4rem;
    background: #fff;
}

/* 20260619 */
.sp {
    display: none;
}

#coming_wrapper {
    background-color: #F8FAFB;

}

#coming_soon header {
    background: rgb(255 255 255 / 75%);
}


#coming_mainVisual {
    position: relative;
    z-index: 1;
    overflow: hidden;

}

#coming_mainVisual:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 80rem;
    height: 80rem;
    pointer-events: none;
    animation: 9s linear 0s infinite normal none running moving;
    background: url(../img/comingsoon/bg_top.svg) right top / 100% no-repeat;
    z-index: 0;
}


#coming_mainVisual:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80rem;
    height: 80rem;
    pointer-events: none;
    animation: 9s linear 0s infinite normal none running moving;
    background: url(../img/comingsoon/bg_bottom.svg) right top / 100% no-repeat;
}

#coming_mainVisual .u_inner {
    min-height: 100dvh;
    padding: 24.4rem 2rem 10rem 2rem;
    position: relative;
}

#coming_mainVisual h2 {
    font-size: 4rem;
    padding-bottom: 6rem;

}

#coming_mainVisual .content {
    background: rgba(0, 0, 0, 0.004);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 9.6rem 6rem;
    font-size: 2rem;
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    position: relative;
}

#coming_mainVisual .content:before {
    content: '';
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
}

.hd_icon {
    margin-bottom: 2rem;
}

.hd_icon span {
    display: block;
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.4rem;
    letter-spacing: .02em;
    padding-left: 3.2rem;
    background: url(../img/top/icon_star_orange.svg)no-repeat left center;
    background-size: 2.4rem auto;
}

.coming_btn {
    margin-top: 4rem;
    width: 55rem;
    background: #fff;
    border-radius: 8px;
    padding: 8px;

}

.coming_btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.coming_btn a .btn_bnr {
    width: 230px;

}

.coming_btn a .btn_arrow {
    border-left: solid 1px #E0E6EF;
    padding: 0px 10px;

}

.coming_btn a .btn_arrow img {
    vertical-align: baseline;

}

.coming_btn_text {
    font-size: 1.6rem;
    font-weight: 500;
}

.coming_btn_text span {
    font-size: 1.2rem;
}

.coming_btn_flex {
    display: flex;
    align-items: center;
}

#coming_mainVisual .:before {
    z-index: -1;
}

#coming_mainVisual:after {
    z-index: -1;
}

#coming_mainVisual .u_inner {
    position: relative;
    z-index: 1;
}

.low_header {
    position: relative;
}

.low_header:before,
.low_header:after {
    content: '';
    position: fixed;
    z-index: -2;
}

.low_header:after {
    background: url(../img/comingsoon/bg_top.svg) no-repeat left top / 100%;
    height: 80rem;
    width: 80rem;
    left: calc(50% - 7rem);
    top: -21.5rem;
}

.c_box {
    background: rgba(0, 0, 0, 0.004);
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);
    border: solid 1px #fff;
    backdrop-filter: blur(1rem);
    -webkit-backdrop-filter: blur(1rem);
    border-radius: 8px;
    padding: 9.6rem 7.564%;
    position: relative;
    z-index: 1;
    margin-bottom: 4rem;
}

#coming_mainVisual .content {
  position: relative;
  padding: 9.6rem 6rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.1);

  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
}


/*0625*/
.history_card p+h5{
    margin: 1.8rem 0 .6rem;
}
.special_history {
    margin: 0 4rem;
}
.special_history>.u_inner{
    width: 117.6rem;
}
@media screen and (max-width: 930px) {
    .special_history {
        margin: 0 2rem;
    }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
    .history_start_btn_pc a{
        padding: 2.4rem 5rem 2.4rem 2rem;
    }
    .history_start_btn_logo img{
        height: 2rem;
    }
    .history_start_btn_pc a:after{
        right: 2rem;
    }
}