/*--------------------------------------------
U22 LP styles
元: lp_u22.php内のインラインstyleから抽出
--------------------------------------------*/
#firstview_u22{
    background: rgb(0, 225, 255);
    height: fit-content;
    padding: 0 0 40px 0;
}
#firstview_u22 .circle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    position: relative;
    height: 360px;
    z-index: 1;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    overflow-x: hidden;
}
#firstview_u22 .circle::before{
    content: "";
    background: rgb(255, 255, 255);
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    position: absolute;
    top: -240px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 600px;
    z-index: -1;
}
#firstview_u22 .circle h1{
    font-size: calc(100vw / 18);
}
#firstview_u22 .circle p{
    font-weight: 900;
    font-size: calc(100vw / 13);
}
#firstview_u22 .circle p span{
    display: block;
}
.first_img{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: -1;
}
.first_img img{
    width: auto;
    height: 250px;
    object-fit: contain;
}
.first_discount{
    color: rgb(255, 255, 255);
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
    text-shadow: 2px 2px 2px rgb(100, 100, 100);
    padding: 20px 0;
}
.first_discount h2 ,.first_discount strong{
    font-size: calc(100vw / 10);
    text-align: center;
}
.first_discount p small{
    font-size: calc(100vw / 20);
}
.first_discount h2{
    color: rgb(255, 255, 0);
}
.first_price{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 90%;
    margin: 0 auto;
}
.first_price > div{
    background: rgb(255, 255, 255);
    border-radius: 20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.first_price h3{
    color: rgb(0, 187, 255);
}
.first_price .join p ,.first_price .month p ,.first_price .member span{
    color: rgb(238, 0, 144);
    font-family: "Anton", "Noto Sans JP";
    font-weight: 900;
}
.first_price .join{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    gap: 15px;
}
.first_price .join span{
    background: rgb(0, 187, 255);
    border-radius: 5px;
    padding: 2.5px 10px;
    color: rgb(255, 255, 255);
    font-weight: 700;
}
.first_price .join p{
    font-size: 4rem;
}
.first_price .join p small{
    font-size: 1rem;
}
.first_price .member{
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}
.first_price .member > p{
    font-weight: 700;
    font-size: 0.9rem;
}
.first_price .member .month{
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.first_price .member .month h3{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 4rem;
    padding: 10px;
    background: rgb(255, 255, 255);
    border: solid 2px rgb(0, 187, 255);
    border-radius: 50%;
    aspect-ratio: 1 / 1;
    box-shadow: 2px 2px 0 rgb(0, 187, 255);
    position: relative;
}
.first_price .member .month h3::before,
.first_price .member .month h3::after{
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-55deg);
}
.first_price .member .month h3::before{
    width: 17px;
    height: 15px;
    background: rgb(0, 187, 255);
    bottom: 3px;
    right: -11px;
}
.first_price .member .month h3::after{
    width: 15px;
    height: 13px;
    background: rgb(255, 255, 255);
    bottom: 7px;
    right: -5px;
}
.first_price .month p{
    font-size: 4rem;
    letter-spacing: 0.05em;
}
.first_price .month p.marker.yellow{
    background-position: center 80%;
    padding-bottom: 0;
}
.first_price .month p small{
    font-size: 1rem;
}
.first_price .member span{
    width: 75%;
    text-align: right;
}
.price-table dl{
    display: flex;
    border: solid 1px rgb(100, 100, 100);
    width: fit-content;
}
.price-table dl dt{
    background: rgb(240, 240, 240);
    border-right: solid 1px rgb(100, 100, 100);
}
.price-table dl dt, .price-table dl dd{
    padding: 10px;
}
.price-table span{
    display: block;
    padding: 5px 0 2.5px 0;
}
.link-btn-c{
    width: 100%;
    margin-top: 30px;
    display:flex;
    flex-direction: column;
    gap: 10px;
}
.link-btn-c a{
    width: 100%;
    padding: 10px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 200px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    font-size: 1rem;
}
.link-btn-c a:first-child{
    background: rgb(31, 202, 255);
}
.link-btn-c a:last-child{
    background: rgb(255, 226, 0);
}

@media (min-width: 500px) {
    #firstview_u22 .circle{
        font-size: 1rem;
    }
}
@media (min-width: 600px) {
    #firstview_u22{
        padding: 60px 0;
    }
    #firstview_u22 .circle{
        font-size: 1rem;
        height: 600px;
    }
    #firstview_u22 .circle::before{
        top: 0;
    }
    #firstview_u22 .circle h1{
        font-size: 2rem;
    }
    #firstview_u22 .circle p{
        font-size: 3rem;
    }
    .first_img img{
        height: 400px;
    }
    .first_discount h2, .first_discount strong{
        font-size: 4rem;
    }
    .first_discount p small{
        font-size: 2rem;
    }
}
@media (min-width: 810px) {
    #firstview_u22 .circle p{
        font-size: 4rem;
    }
    .first_price{
        flex-direction: row;
        align-items: stretch;
    }
    .link-btn-c{
        flex-direction: row;
    }
    .link-btn{
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 1080px) {
    .first_img{
        width: 1000px;
    }
    .first_img img{
        height: 600px;
    }
    .first_discount{
        flex-direction: row;
        justify-content: center;
        padding: 20px 0 40px 0;
    }
    .first_price{
        width: 1000px;
    }
}
