@charset "UTF-8";
.lp .navigation-bar{
    height: 148px;
    background: none;
    display: flex;
    justify-content: space-between;
}
.is-scroll .js-header{
    background: #fff;
}
.lp .main-container .caption{
    font-family: inherit;
}
.lp-logo{
    padding: 20px;
    max-width: 680px;
    width: 100%;
}
.lp-hamburger {
    width: 64px;
    height: 64px;
    position: absolute;
    right: 40px;
    top: 0;
}
.lp-nav{
    position: fixed;
    inset: 0 0 auto;
    display: none;
    z-index: 2;
    width: 100vw;
    height: 100vh;
    background: #ffffffd3;
}
.lp-nav-list{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}
.lp-nav-item{
    position: relative;
    font-size: 4rem;
    padding: 5px 20px;
    border-left: 5px solid #1b4484;
}
.lp-nav-item:nth-of-type(2){
    border-left: 5px solid #00321a;
}
.lp-nav-item a{
    color: #333;
}
.is-menu-open .lp-nav{
    display: block;
}
.lp-hamburger{
    position: relative;
    z-index: 2;
}
.lp-hamburger i {
    margin: -1px auto 0;
    top: 27px;
    transition: all .2s ease-in-out;
}
.lp-hamburger i:nth-of-type(2){
    top: auto;
    bottom: 27px;
}
.lp-hamburger i, .lp-hamburger::before, .lp-hamburger::after {
    width: 64px;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    background: #333;
    content: "";
}
.lp-hamburger::before {
    margin: 0 auto;
    top: 17px;
    transition: all .2s ease-in-out;
    transform:rotate(0);
}
.lp-hamburger::after {
    margin: 0 auto;
    bottom: 18px;
    transition: all .2s ease-in-out;
    transform:rotate(0);
}
.is-menu-open .lp-hamburger i{
    display: none;
}
.is-menu-open .lp-hamburger::before{
    top: 50%;
    animation: menuOpen01 .2s ease .4s forwards;
}
.is-menu-open .lp-hamburger::after{
    bottom: 48%;
    animation: menuOpen02 .2s ease .4s forwards;
}
.lp-footer-wrapper{
    background: #f6fbff;
}
.lp-footer-wrapper .flex-wrapper{
    padding: 60px 0;
    flex-wrap: wrap;
    width: calc(100% - 32px);
    margin: 0 auto;
    justify-content: center;
}
@keyframes menuOpen01{
    0% {
        transform:rotate(0);
    }
    100% {
        transform:rotate(15deg);
    }
}
@keyframes menuOpen02{
    0% {
        transform:rotate(0);
    }
    100% {
        transform:rotate(-15deg);
    }
}
.lp-footer-wrapper .footer-inner-tel{
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.lp-footer-wrapper .footer-logo{
    margin: 0;
    width: calc(100%/2);
    text-align: center;
}
.lp-footer-logo{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.lp-footer-logo .logo-label{
    font-size: 1.2rem;
    line-height: 1.5;
}
.lp-footer-logo .logo-label span{
    font-size: 1.4rem;
}
.lp-footer-copyright{
    padding: 25px 0;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 300;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Hiragino Sans", "Noto Sans CJK JP", "Yu Gothic", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.lp .main-container .inner{
    max-width: 1300px;
    margin: 0 auto;
}
.lp-project{
    padding: 150px 0 40px;
    position: relative;
    background: #f6fbff;
}
.project-bg{
    position: absolute;
    inset: 0;
}
.lp-project .inner{
    position: relative;
    z-index: 2;
}
.lp-project-logo{
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
}
.lp-project-copy{
    margin: 60px 0;
    font-size: 4.8rem;
}
.lp-project-copy .small-text{
    display: block;
    margin-bottom: 20px;
}
.lp-project-debut{
    max-width: 680px;
    width: 100%;
    margin: 0 auto 20px;
}
.lp-project-note{
    font-size: 3.4rem;
    line-height: 1.5;
}
.lp-project-name{
    margin-top: 140px;
    position: relative;
    font-size: 2.6rem;
}
.lp-limited-item .lp-project-name{
    margin-top: 100px;
}
.lp-project-name::before{
    content: "";
    position: absolute;
    inset: -45px 0 0;
    margin: 0 auto;
    width: 150px;
    height: 5px;
}
.lp-united-item .lp-project-name::before{
    background: #1b4484;
}
.lp-limited-item .lp-project-name::before{
    background: #00321a;
}
.lp-project-name .emphasis{
    display: inline-block;
    background: #942f45;
    color: #fff;
    font-size: 1.8rem;
    padding: 4px 4px;
    vertical-align: bottom;
    margin: 0 6px;
}
.lp-project-name .large-text{
    display: block;
    margin-top: 20px;
}
.lp-united-img .img-wrapper{
    max-width: 1020px;
    width: 100%;
    margin: 0 auto;
}
.lp-united-img .caption{
    margin: 0;
}
.lp-limited-img{
    max-width: 1054px;
    width: 100%;
    margin: 0 auto;
}
.lp-limited-img .img-wrapper{
    max-width: 806px;
    width: 100%;
    margin: 4% auto 0;
}
.lp-limited-img .caption{
    margin: 0;
}
.lp-project-link{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 660px;
    width: 100%;
    margin: 45px auto 5px;
    height: 90px;
    font-size: 4rem;
    color: #fff;
    transition: .2s ease;
    z-index: 2;
}
.lp-project-link::before{
    content: "";
    position: absolute;
    inset: 0 60px 0 auto;
    transform: translate(0,0) rotate(45deg);
    margin: auto;
    height: 16px;
    width: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: .2s ease;
}
.lp-united-item .lp-project-link{
    background: #1b4484;
    border: 1px solid #1b4484;
}
.lp-united-item .lp-project-link:hover{
    background: #fff;
    color: #1b4484;
}
.lp-united-item .lp-project-link:hover::before{
    border-top: 2px solid #1b4484;
    border-right: 2px solid #1b4484;
}
.lp-limited-item .lp-project-link{
    background: #00321a;
    border: 1px solid #00321a;
}
.lp-limited-item .lp-project-link:hover{
    background: #fff;
    color: #00321a;
}
.lp-limited-item .lp-project-link:hover::before{
    border-top: 2px solid #00321a;
    border-right: 2px solid #00321a;
}
.lp-projec-map{
    position: relative;
    margin: 40px 0;
}
.lp-projec-map .caption{
    right: 15%;
    bottom: 5%;
}
.lp-projec-map::before,
.lp-projec-map::after{
    content: "";
    position: absolute;
}
.lp-projec-map::before {
    inset: -9% 34% 0 auto;
    width: 2px;
    height: 27%;
    background: #1b4484;
}
.lp-projec-map::after{
    inset: auto 12% -29% auto;
    width: 38%;
    height: 75%;
    border-bottom: 2px solid #00321a;
    border-right: 2px solid #00321a;
}
.lp-united-main{
    overflow: hidden;
    position: relative;
}
.lp-united-main .caption{
}
.lp-united-main .img-wrapper{
    position: absolute;
    inset: 8% 0 0;
    margin: auto;
}
.lp-united-main .img-item{
    width: 70%;
    margin: 0 auto;
}
.lp-united-main .img-item:nth-of-type(2){
    margin-top: 7%;
    width: 43%;
}
.lp-united-main .caption{
    text-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.lp-united-head {
    padding: 60px 0;
    background: #1b4484;
}
.lp-united-head .caption-out{
    margin-top: 40px;
    position: static;
}
.lp-united-head .img-wrapper{
    max-width: 915px;
    width: calc(100% - 32px);
    margin: 0 auto;
}
.lp-united .inner{
    position: relative;
}
.lp-united-wrapper{
    position: relative;
}
.lp-united-wrapper .inner{
    padding: 50px 16px;
}
.lp-united .lp-the-united{
    position: absolute;
    inset: 0 auto 0 0;
    margin: auto;
    max-width: 232px;
    width: 12vw;
}
/* .lp-copy{
    position: relative;
    letter-spacing: .2em;
    font-size: 6rem;
    text-align: center;
    margin-bottom: 70px;
    z-index: 2;
}
.lp-copy .small-text{
    display: block;
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: 1.2;
}
.lp-copy::before{
    content: "";
    position: absolute;
    inset: auto 0 -110px;
    margin: 0 auto;
    width: 1px;
    height: 90px;
    background: #000;
} */
.lp-item-wrapper{
    max-width: 900px;
    width: 100%;
    margin: 0 auto 40px;
}

.lp-item-wrapper .text-item{
    background: #1b4484;
    padding: 20px 30px;
}
.lp-item-wrapper .text-item sub{
    vertical-align: baseline;
    font-size: 1.5rem;
}
.is-light{
    color: #fff;
}
.is-light.is-shadow{
    text-shadow: 0 0 1px #000;
}
.lp-item-wrapper li{
    letter-spacing: .1em;
    font-size: 2.2rem;
    line-height: 1.5;
    margin: 5px 0;
}
.lp-limited-main{
    position: relative;
}
.lp-limited-main .img-wrapper{
    position: absolute;
    inset: 8% 0 0;
    margin: auto;
}
.lp-limited-main .img-item{
    width: 40%;
    margin: 0 auto;
}
.lp-limited-main .img-item:nth-of-type(2){
    margin-top: 8%;
    width: 65%;
}
.lp-limited-head{
    padding: 50px 0;
    background: #00321a;
}
.lp-limited-head h2{
    position: relative;
    font-size: 7.2rem;
    margin-bottom: 100px;
}
.lp-limited-head h2::before{
    content: "";
    position: absolute;
    inset: auto 0 -50px;
    margin: auto;
    width: 190px;
    height: 7px;
    background: #bbab8b;
}
.lp-limited-head h2 .small-text{
    display: block;
    font-size: 5rem;
    margin-top: 30px;
}
.lp-limited-head p{
    font-size: 4.2rem;
}
.lp-limited-wrapper{
    position: relative;
}
.lp-the-limited{
    position: absolute;
    inset: 0 0 0 auto;
    margin: auto;
    max-width: 254px;
    width: 12vw;
}
.lp-limited-wrapper .inner{
    padding: 50px 16px;
}
.lp-limited .lp-item-wrapper .text-item{
    background: #00321a;
}
.loading-mv{
    position: fixed;
    inset: 0;
    z-index: 120;
    transition: 1s ease;
    animation: mv-out 1s ease 22s forwards;
    background: #fff;
}
.loading-mv.off{
    display: none;
}
.loading-mv-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    aspect-ratio: 16 / 9;
    width: auto;
    height: 107vh;
}
.skip-btn{
    position: absolute;
    bottom: 30px;
    right: 40px;
    font-size: 2rem;
    color: #000;
    z-index: 4;
    text-shadow: 0 0 2px #fff;
    cursor: pointer;
}
.loading-mv video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100vh;
}
.loading-mv::before{
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #2b9a714d;
    z-index: 1;
}
.loading-mv .img-wrapper{
    position: absolute;
    inset: auto 0 0;
    margin: auto;
    z-index: 2;
    opacity: 0;
    width: 100vw;
    height: 100vh;
    animation: mv-in 4s ease forwards;
    display: flex;
    align-items: flex-end;
}
.loading-mv .mv-first-out{
    position: absolute;
    inset: auto 0 0;
    margin: auto;
    opacity: 0;
    animation: mv-first-out 1s ease 1s forwards;
}
.loading-mv .mv-first-out:nth-of-type(2){
    animation-delay: 1.4s;
}
@keyframes mv-first-out{
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
}
.loading-mv .img-wrapper:nth-of-type(1){
    animation: mv-in 6s ease forwards;
}
.loading-mv .img-wrapper:nth-of-type(2){
    animation-delay: 6s;
}
.loading-mv .img-wrapper:nth-of-type(3){
    animation-delay: 11s;
}
.loading-mv .img-wrapper:nth-of-type(4){
    animation: mv-in-last 1s ease 16s forwards;
}
@keyframes mv-out{
    0% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@keyframes mv-in-last{
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mv-in{
    0% {
      opacity: 0;
    }
    50% {
        opacity: 1;
    }
    80%{
        opacity: 1;
    }
    100% {
      opacity: 0;
    }
}
@media screen and (max-width: 1200px){
    .lp-united .lp-the-united{
        inset: 10px 0 auto;
        margin: auto;
        width: 70%;
        max-width: 100%;
    }
    .lp-the-limited{
        inset: 10px 0 auto;
        margin: auto;
        width: 70%;
        max-width: 100%;
    }
    .lp-united-wrapper .inner,
    .lp-limited-wrapper .inner{
        padding-top: 100px;
    }
}
@media screen and (max-width: 1100px){
    .lp-projec-map::before{
        inset: -14vw 20vw 0 auto;
        width: 2px;
        height: 27vw;
    }
    .lp-projec-map::after{
        inset: auto 7vw -35vw auto;
        width: 38vw;
        height: 74vw;
    }
}
@media screen and (max-width: 768px){
    .lp-limited-head h2{
        font-size: 4.2rem;
    }
    .lp-limited-head h2 .small-text{
        font-size: 3rem;
    }
    .lp-limited-head p{
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 1200px){
    .lp .navigation-bar{
        height: 80px;
    }
    .lp-logo{
        max-width: 340px;
    }
}
@media screen and (max-width: 767px){
    .lp .navigation-bar{
        height: 65px;
    }
    .lp .main-container{
        margin-top: 65px;
    }
    .lp-hamburger{
        width: 50px;
        height: 50px;
        right: 12px;
    }
    .lp-hamburger i,
    .lp-hamburger::before,
    .lp-hamburger::after{
        width: 24px;
    }
    .lp-logo{
        padding: 15px 41px 15px 9px;
    }
    .lp-hamburger i{
        top: 26px;
    }
    .lp-hamburger::after{
        bottom: 19px;
    }
    .is-menu-open .lp-hamburger::after{
        bottom: 46%;
    }
    .lp-nav-item{
        font-size: 2.4rem;
    }
    .lp-nav-list{
        gap: 30px;
    }
    .lp-footer-copyright{
        padding: 7px 0;
        font-size: 1rem;
    }
    .lp-footer-wrapper .flex-wrapper{
        padding: 30px 0;
    }
    .lp-footer-logo{
        margin-top: 25px;
        gap: 10px;
    }
    .lp-footer-wrapper .footer-logo{
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    .lp-footer-logo .logo-label{
        font-size: 1rem;
    }
    .lp-footer-logo .logo-label span{
        font-size: 1.2rem;
    }
    .lp-project-copy{
        margin: 25px 0;
        font-size: 2.2rem;
    }
    .lp-project-copy .small-text{
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .lp-project-note{
        font-size: 1.6rem;
    }
    .lp-project{
        padding: 44px 0 20px;
    }
    .lp-project-logo{
        width: 110px;
    }
    .lp-project-name{
        margin-top: 60px;
        font-size: 1.3rem;
    }
    .lp-project-name::before{
        top: -20px;
        width: 75px;
        height: 3px;
    }
    .lp-project-name .emphasis{
        padding: 2px 4px;
        font-size: 1rem;
        margin: 0 3px;
    }
    .lp-project-name .large-text{
        margin-top: 10px;
    }
    .lp-project-item .img-wrapper .caption{
        position: static;
    }
    .lp-united-img .caption,
    .lp-limited-img .caption{
        margin: 8px 0;
    }
    .lp-project-link{
        font-size: 2rem;
        height: 45px;
        margin: 0 auto 10px;
    }
    .lp-project-link::before{
        right: 25px;
        width: 8px;
        height: 8px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .lp-limited-item .lp-project-name{
        margin-top: 0;
    }
    .lp-limited-item .lp-limited-img{
        width: 80%;
    }
    .lp-united-main .img-item{
        width: 84%;
    }
    .lp-united-main .caption{
    }
    .lp-united-main .img-item:nth-of-type(2) {
        margin-top: 8%;
        width: 51%;
    }
    .line-ani01,
    .line-ani02{
        top: 38%;
    }
    .lp-united-head{
        padding: 30px 0;
    }
    /* .lp-copy{
        font-size: 3rem;
        margin-bottom: 30px;
        letter-spacing: .1em;
    }
    .lp-copy .small-text{
        margin-top: 10px;
        font-size: 1.2rem;
    }
    .lp-copy::before{
        bottom: -50px;
        height: 45px;
    } */
    .lp-item-wrapper .text-item{
        padding: 10px;
    }
    .lp-item-wrapper .caption{
        margin: 0;
    }
    .lp-item-wrapper li{
        position: relative;
        font-size: 1.2rem;
        letter-spacing: 0;
    }
    .lp-item-wrapper .text-item sub{
        position: static;
        right: 0;
        bottom: -1.2rem;
        font-size: 1rem;
    }
    .lp-united-wrapper .inner{
        padding: 70px 16px 25px;
    }
    .lp-limited-main .img-item{
        width: 52%;
    }
    .lp-limited-main .img-item:nth-of-type(2){
        width: 72%;
    }
    .lp-limited-head h2{
        font-size: 2.3rem;
        margin-bottom: 25px;
    }
    .lp-limited-head h2 .small-text{
        margin-top: 10px;
        font-size: 1.5rem;
    }
    .lp-limited-head p{
        font-size: 1.3rem;
    }
    .lp-limited-head{
        padding: 25px 0;
    }
    .lp-limited-head h2::before{
        width: 40px;
        height: 2px;
        bottom: -15px;
    }
    .lp-the-limited{
        width: 350px; 
    }
    .lp-limited-wrapper .inner{
        padding: 70px 16px 25px;
    }
    .lp-united .lp-the-united{
        width: 350px;
    }
    .lp-projec-map::before{
        inset: -21vw 20vw 0 auto;
        height: 35vw;
    }
    .lp-projec-map .caption{
        right: 15%;
        bottom: -4%;
    }
    .skip-btn{
        bottom: 30px;
        right: 20px;
    }
}
/* line animation */
.line-wrapper{
    position: absolute;
    inset: 0;
    margin: auto;
}
.line-ani01{
    inset: 30% 0 auto;
}
.line-ani02{
    inset: 33% 0 auto;
    opacity: .3;
}
.line-ani03{
    inset: auto 0 -10%;
    opacity: .3;
}
.line-ani04{
    inset: auto 0 -12%;
}
.line-wrapper path{
    fill: none;
    stroke-miterlimit: 10;
    transition: stroke-dashoffset 1s ease-out 1s;
    /* stroke-dashoffset: 200%;
    stroke-dasharray: 200%; */
    stroke-dashoffset: 2910px;
    stroke-dasharray: 2910px;
    stroke-width: 4px; 
}
.line-wrapper.line-ani04 path{
    stroke-dashoffset: 2200px;
    stroke-dasharray: 2200px;
}
.line-wrapper.wow-finished path{
    stroke-dashoffset: 0;
}
.line-wrapper:nth-of-type(even) path:nth-of-type(2){
    transition-delay: 1.05s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(3){
    transition-delay: 1.1s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(4){
    transition-delay: 1.15s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(5){
    transition-delay: 1.2s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(6){
    transition-delay: 1.25s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(7){
    transition-delay: 1.3s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(8),
.line-wrapper:nth-of-type(odd) :nth-of-type(1){
    transition-delay: 1.35s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(9),
.line-wrapper:nth-of-type(odd) :nth-of-type(2){
    transition-delay: 1.4s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(10),
.line-wrapper:nth-of-type(odd) :nth-of-type(3){
    transition-delay: 1.45s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(11),
.line-wrapper:nth-of-type(odd) :nth-of-type(4){
    transition-delay: 1.5s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(12),
.line-wrapper:nth-of-type(odd) :nth-of-type(5){
    transition-delay: 1.55s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(13),
.line-wrapper:nth-of-type(odd) :nth-of-type(6){
    transition-delay: 1.6s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(14),
.line-wrapper:nth-of-type(odd) :nth-of-type(7){
    transition-delay: 1.65s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(15),
.line-wrapper:nth-of-type(odd) :nth-of-type(8){
    transition-delay: 1.7s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(16),
.line-wrapper:nth-of-type(odd) :nth-of-type(9){
    transition-delay: 1.75s;
}
.line-wrapper:nth-of-type(even) :nth-of-type(17),
.line-wrapper:nth-of-type(odd) :nth-of-type(10){
    transition-delay: 1.8s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(11){
    transition-delay: 1.85s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(12){
    transition-delay: 1.9s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(13){
    transition-delay: 1.95s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(14){
    transition-delay: 2s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(15){
    transition-delay: 2.05s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(16){
    transition-delay: 2.1s;
}
.line-wrapper:nth-of-type(odd) :nth-of-type(17){
    transition-delay: 2.15s;
}
.line-01{
    stroke: #e83819;
}                      
.line-02 {
    stroke: #ed6a02;
}
.line-03 {
    stroke: #f5a200;
}
.line-04 {
    stroke: #427935;
}
.line-05 {
    stroke: #004c88;
}
.line-06 {
    stroke: #00a6d9;
}
.line-07 {
    stroke: #003067;
}
.line-08 {
    stroke: #00973b;
}
.line-09 {
    stroke: #0075ba;
}
.line-10 {
    stroke: #e5001e;
}
.line-11 {
    stroke: #c60f28;
}
.line-12 {
    stroke: #d39200;
}
.line-13 {
    stroke: #dc007a;
}
.line-14 {
    stroke: #d7a600;
}
.line-15 {
    stroke: #970b31;
}
.line-16 {
    stroke: #28a838;
}
.line-17 {
    stroke: #fabd00;
}
@media screen and (max-width: 767px){
    /* .line-wrapper path{
        transition: stroke-dashoffset 4s ease-out 1s;
    }
    .line-wrapper path{
        stroke-dasharray: 389.8799438477px;
        stroke-dasharray: 389.8799438477px;
    }
    .line-wrapper.line-ani04 path{
        stroke-dashoffset: 155%;
        stroke-dasharray: 155%;
    } */
}
.sp-fix-wrap{
    display: none;
}
@media screen and (max-width: 767px){
    body.lp{
        padding-bottom: 60px;
    }
    .sp-fix-wrap{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        box-shadow: 0 -2px 10px rgb(0 0 0 / 30%);
    }
    .sp-fix-btns{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .sp-fix-btn a{
        font-size: 1.4rem;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        color: #fff;
    }
    .sp-fix-btn:first-child a{
        background: #1b4484;
    }
    .sp-fix-btn:last-child a{
        background: #00321a;
    }
}

.lp-copy-bg{
    background: url(../images/lp/lp-bg.png) no-repeat center center;
    background-size: cover;
}
.lp-copy{
    font-size: 6.5rem;
    margin-bottom: 50px;
}
.lp-copy .small-text{
    font-size: 3.8rem;
    display: block;
    margin-top: 20px;
}
.lp-lead{
    position: relative;
    font-size: 2rem;
    line-height: 2;
    margin-bottom: 80px;
}
.lp-lead::before{
    content: "";
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%,0);
    width: 242px;
    height: 1px;
    background: #727171;
}
.lp-lead+.note{
    line-height: 2;
}
.limited{
    background: #00321a;
}
.lp-inner{
    padding: 60px 0;
    width: min(calc(100% - 32px),620px);
    margin: 0 auto;
    color: #fff;
}
.gold{
    background: url(../images/lp/united-gold-bg01.png) no-repeat center center;
    background-size: cover;
}
.gold02{
    background: url(../images/lp/united-gold-bg02.png) no-repeat center center;
    background-size: cover;
}
.lp-heading{
    font-size: 4.2rem;
}
.lp-heading img{
    display: block;
    height: 16px;
    margin: 22px auto 0;
}
.lp-kodo-logo{
    width: min(100%,323px);
    margin: 0 auto 60px;
}
.lp-kodo-copy{
    padding: 0 16px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
}
.lp-kodo-copy.city{
    padding: 0 116px 30px;
}
.lp-kodo-text{
    margin: 8.85% 0;
    color: #b2a667;
    font-size: 4rem;
    line-height: 1.2;
    letter-spacing: 1px;
}
.lp-kodo-text.choume{
    margin: 3% 0 0;
}
.lp-kodo-text.city{
    margin: 8.85% 0 10.85%;
    font-size: 3.2rem;
}
.lp-kodo-text .wh{
    color: #fff;
    font-size: 3.8rem;
}
.lp-kodo-text sub{
    font-size: 60%;
    vertical-align: baseline;
}
.lp-kodo-text-uni{
    font-size: 5rem;
}
.lp-btn{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%,540px);
    height: 86px;
    margin: 40px auto 0;
    background: #fff;
    color: #00321a;
    font-size: 3rem;
    transition: .2s ease;
    gap: 5px;
}
.lp-btn:hover{
    opacity: .7;
}
.lp-btn span{
    font-size: 1.8rem;
    display: block;
}
.lp-btn::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0,-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.5px 0 11.5px 23px;
    border-color: transparent transparent transparent #00321a;
}
.lp-sub-heading{
    font-size: 3.8rem;
    margin-bottom: 40px;
    line-height: 1.5;
}
.lp-merit-img{
    margin: 40px auto;
}
.united .lp-merit-img{
    margin: 74px auto 40px;
}
.lp-merit-illustration{
    width: calc(100% - 32px);
    margin: 0 auto;
}
.united .lp-merit-illustration{
    width: 100%;
}
.img-wrapper .caption-out{
    position: static;
}
.item-wrapper .lp-inner{
    padding:40px 0;
}
.item-wrapper .lp-sub-heading{
    margin-bottom: 0;
}
.lp-plan-heading{
    position: relative;
    font-size: 3.9rem;
    padding-bottom: 30px;
    margin-bottom: 60px;
    letter-spacing: .1em;
}
.lp-plan-heading::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100px;
    height: 4px;
    background: #baa900;
}
.planning-text{
    margin-bottom: 20px;
}
.lp-plan-list{
    position: relative;
    margin: 20px 0 40px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    border: 1px solid #fff;
}
.lp-plan-list::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background: #fff;
}
.lp-plan-item{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #9a93a0;
    font-size: 2rem;
    height: 70px;
}
.lp-plan-item:not(:nth-of-type(3n)){
    border-right: 1px solid #fff;
}
.lp-plan-copy{
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 40px;
}
.limited .lp-plan-copy{
    margin-bottom: 5.4rem;
}
.lp-hanrei{
    margin-top: 40px;
}
.united{
    background: #0e3168;
}
.united .lp-kodo-logo{
    width: min(100%,300px);
}
.united .lp-btn{
    color: #0e3168;
}
.united .lp-btn::before{
    border-color: transparent transparent transparent #0e3168;
}

.lp-sub-heading .tsunagu{
    font-family: sans-serif;
    font-weight: bold;
}
.united .lp-merit .lp-sub-heading {
    width: 50vw;
    margin-inline: calc(50% - 25vw);
}
.lp-page-link{
    position: absolute;
    top: -148px;
    left: 0;
    width: 100%;
    height: 1px;
    pointer-events: none;
}
.limited,
.united{
    position: relative;
    width: 50%;
}
.united .lp-plan-item{
    background: #b59e83;
}
.lp-mv.img-wrapper .caption{
    bottom: -30px;
}
.lp-mv-badge{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.lp-merit-junkdo {
    position: absolute;
    top: 6%;
    right: 3%;
    width: 16%;
}
.united .lp-merit .lp-sub-heading{
    margin-bottom: 80px;
}
.lp-kodo-img{
    margin: -5px 0 22px;
}
.lp-kodo-img.none{
    height: 4.5vw;
    max-height: 66.47px;
}
.lp-kodo-price{
    width: 97%;
    margin: -5px auto -9px;
}
@media screen and (max-width: 1440px){
    .lp-kodo-img.none{
        height: 5.1vw;
    }
}
@media screen and (max-width: 1600px){
    .lp-merit .lp-sub-heading{
        font-size: 2.2vw;
    }
}
@media screen and (max-width: 1300px){
    .lp-sub-heading .pc-none {
        display: block;
    }
}
@media screen and (max-width: 1200px){
    .lp-heading {
        font-size: 3rem;
    }
    .lp-heading img{
        height: 14px;
    }
    .lp-btn{
        font-size: 2rem;
    }
    .lp-btn span{
        font-size: 1.6rem;
    }
    .lp-btn::before{
        right: 10px;
    }
    .lp-sub-heading{
        font-size: 3rem;
    }
    .lp-plan-item{
        font-size: 1.2rem;
        height: 45px;
    }
    .lp-plan-copy{
        font-size: 1.5rem;
    }
    .lp-kodo-copy.city{
        padding: 0 82px 24px;
    }
    .lp-kodo-text{
        color: #b2a667;
        font-size: 2.2vw;
        margin: 4% 0;
    }
    .lp-kodo-text + .lp-btn{
        margin-top: 0;
    }
    .lp-kodo-price{
        width: 65%;
    }
    .lp-kodo-text.choume {
        margin: 4% 0;
    }
    .lp-kodo-text.city {
        margin: 5.5% 0 4.8%;
        font-size: 1.7rem;
    }
    .lp-kodo-text.city .wh{
        font-size: 2.1rem;
    }
    .united .lp-merit .lp-sub-heading{
        margin-bottom: 54px;
    }
    .united .lp-merit-img{
        margin: 62px auto 52px;
    }
}
@media screen and (max-width: 767px){
    .limited,
    .united{
        width: 100%;
    }
    .lp-page-link{
        top: -65px;
    }
    .lp-mv.img-wrapper .caption{
        bottom: -40px;
    }
    .lp-wrapper{
        flex-direction: column;
    }
    .united{
        order: -1;
    }
    .lp-copy{
        margin: 20px 0 10px;
        font-size: 2.6rem;
    }
    .lp-copy .small-text{
        margin-top: 10px;
        font-size: 1.6rem;
    }
    .lp-lead{
        font-size: 1.2rem;
        margin-bottom: 40px;
    }
    .lp-lead+.note{
        font-size: 1rem;
    }
    .lp-lead::before{
        bottom: -20px;
        width: 120px;
    }
    .lp-inner{
        padding: 40px 0;
    }
    .lp-heading{
        font-size: 2.4rem;
    }
    .united .lp-heading{
        margin-left: 70px;
    }
    .lp-heading img{
        margin-top: 11px;
        height: 10px;
    }
    .united .lp-kodo-logo{
        width: 150px;
    }
    .lp-kodo-logo{
        margin-bottom: 30px;
    }
    .lp-kodo-copy{
        padding: 0 0 16px;
        margin-bottom: 16px;
    }
    .lp-btn{
        height: 70px;
        margin-top: 25px;
        font-size: 2rem;
    }
    .lp-btn::before{
        right: 10px;
        border-width: 10px 0 10px 15px;
    }
    .lp-btn span{
        font-size: 1.4rem;
    }
    .united .lp-merit .lp-sub-heading{
        width: 100%;
        margin-inline: auto;
    }
    .lp-sub-heading,
    .lp-merit .lp-sub-heading{
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .lp-merit-illustration{
        width: 100%;
    }
    .united .lp-merit-illustration{
        width: calc(100% + 30px);
        margin: 30px -15px 0;
    }
    .lp-merit-img{
        margin: 20px 0;
    }
    .item-wrapper .lp-inner{
        padding: 20px 0;
    }
    .lp-plan-heading{
        font-size: 2.4rem;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }
    .lp-plan-heading::before {
        width: 50px;
        height: 2px;
    }
    .planning-text{
        margin-bottom: 10px;
    }
    .lp-plan-item{
        font-size: 1.2rem;
        height: 40px;
    }
    .lp-plan-copy{
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .lp-kodo-logo{
        width: min(100%,160px);
    }
    .lp-kodo-text{
        /* font-size: 2.6rem; */
        font-size: 6.6vw;
    }
    .lp-kodo-price{
        width: 100%;
        margin: 0 auto;
    }
}
.first-badge{
    position: absolute;
    top: 20px;
    right: -30px;
    width: min(30%,250px);
}
.lp-inner.united-top .debut-badge{
    position: absolute;
    top: 60px;
    left: 12px;
    width: min(18%,100px);
}
.debut-badge{
    position: absolute;
    bottom: 10px;
    left: 8px;
    width: min(15%,100px);
}
@media screen and (max-width: 1200px){
    .debut-badge {
        bottom: 22px;
    }
    .lp-inner.united-top{
        padding: 80px 0 40px;
    }
    .lp-inner.united-top .debut-badge{
        position: absolute;
        top: 10px;
        left: 12px;
        width: min(18%,100px);
    }
}
@media screen and (max-width: 767px){
    .first-badge{
        top: 10px;
        right: -10px;
    }
    .lp-inner.united-top{
        padding: 40px 0;
    }
    .lp-inner.united-top .debut-badge{
        top: 35px;
    }
    .debut-badge{
        bottom: 14px;
    }
}