.p_lp * {
    box-sizing: border-box;
}

@media (max-width: 767px) {
    .p_lp {
        padding-top:55px;
    }
}
.p_lp img {
    max-width: 100%;
}
/* .p_lp p {
    margin:0;
} */

.p_lp ul {
    list-style: none;
    padding: 0;
    margin:0;
}
.pc {
    display: block;
}

@media (max-width: 767px) {
    .pc {
        display: none;
    }
}

.sp {
    display: none;
}

@media (max-width: 767px) {
    .sp {
        display: block;
    }
}

.inner {
    max-width: 1200px;
    padding:0 40px;
    width: 100%;
    margin: auto;
}

@media (max-width: 767px) {
    .inner {
        width: 100%;
        padding: 0 20px;
    }
}

.p_lp_kv {
    /* margin-top: 112px; */
}

@media (max-width: 767px) {
    .p_lp_kv {
        margin-top: 0;
    }
    .p_lp_kv .inner{
        padding:0;
    }
}
.p_lp_kv .inner {
    padding:0;
}

.p_lp_kv_content{

}
.p_lp_kv_content img{
    width:100%;
}

.p_lp_section01{
    padding:120px 0 180px;
}
@media (max-width: 767px) {
    .p_lp_section01{
        padding:80px 0 100px;
    }
}
.p_lp_main{
    position:relative;
}
.p_lp_section01_content{
    margin-bottom:120px;
    display:flex;
    align-items:center;
}
@media (max-width: 767px) {
    .p_lp_section01_content{
        margin-bottom:40px;
        flex-direction: column;
        gap:80px;
    }
}
.p_lp_section01_image{
    width:calc(50% + ((100vw - 1400px) / 2));
    margin-left:calc(((100vw - 1400px) / 2) * -1);
    padding-right:200px;
}
@media (max-width: 1400px) {
    .p_lp_section01_image{
        width:calc(50% + 40px);
        margin-left:-40px;
        padding-right:200px;
    }
}
@media (max-width: 767px) {
    .p_lp_section01_image{
        width:calc(100% + 20px);
        margin-left:-20px;
        padding-right:130px;
    }
}
.p_lp_section01_image img{
    max-width:100%;
}
.p_lp_section01_textarea{
    width:50%;
}
@media (max-width: 767px) {
    .p_lp_section01_textarea{
        width:100%;
    }
}
.p_lp_section01_name{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #4B6CB7 0%, #182848 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin-bottom:40px;
}
@media (max-width: 767px) {
    .p_lp_section01_name{
        font-size: 32px;
        margin-bottom:20px;
    }
}
.p_lp_section01_text{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.79em;
    letter-spacing: 0.01em;
    color: #000000;
}
@media (max-width: 767px) {
    .p_lp_section01_text{
        font-size: 16px
    }
}
.p_lp_section01_content_video{
    max-width:1400px;
    width:100%;
    margin:auto;
    text-align: center;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 のアスペクト比 (高さ ÷ 幅) */
    height: 0;
    overflow: hidden;
}
/* .p_lp_section01_content_video img{
    width: 100%;
    max-width: 100%;
} */
.p_lp_section01_content_video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p_lp_section02{
    background-color:#F4F4F4;
    padding:120px 0 160px;
    position:relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .p_lp_section02{
        padding:52px 0 120px;
    }
}
.p_lp_section02_bgtext{
    position: absolute;
    width: auto;
    height: auto;
    left: calc(50% - 3445px/2 + 1251.5px);
    top: 144px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height:0.75em;
    color: #EDEDED;
    padding:0;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .p_lp_section02_bgtext{
        width: 859px;
        left: calc(50% - 859px/2 + 418.5px);
        top: 52px;
        font-size: 96px;
    }
}
.p_lp_section02 .p_lp_section_title{
    margin-bottom:160px;
}
@media (max-width: 767px) {
    .p_lp_section02 .p_lp_section_title{
        margin-bottom:48px;
    }
}
.p_lp_section02_blockarea{
    display:flex;
    flex-direction: column;
    gap:62px;
}
@media (max-width: 767px) {
    .p_lp_section02_blockarea{
        gap:40px;
    }
}
.p_lp_section02_block{
    background: #FFFFFF;
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    width:100%;
    padding:56px 60px;
    display:flex;
    gap:60px;
    justify-content:space-between;
    align-items: center;
}
@media (max-width: 767px) {
    .p_lp_section02_block{
        border-radius: 30px;
        width:100%;
        padding:30px 20px 40px;
        flex-direction: column;
        gap:20px;
        justify-content:center;
    }
}
.p_lp_section02_block_ico{
    /* margin-bottom:30px; */
}
@media (max-width: 767px) {
    .p_lp_section02_block_ico{
        /* margin-bottom:0px; */
        width:100%;
    }
}
.p_lp_section02_block_ico01{
    width:168px;
}
@media (max-width: 767px) {
    .p_lp_section02_block_ico01{
        width:72px;
    }
}
.p_lp_section02_block_ico02{
    width:147px;
}
@media (max-width: 767px) {
    .p_lp_section02_block_ico02{
        width:63px;
    }
}
.p_lp_section02_block_title{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.79em;
    letter-spacing: 0.01em;
    color: #000000;
    margin:0;
    margin-bottom:20px;
}
@media (max-width: 767px) {
    .p_lp_section02_block_title{
        font-size: 18px;
        margin-bottom:8px;
    }
}
.p_lp_section02_block_text{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.81em;
    letter-spacing: 0.01em;
    color: #6F6F6F;
    margin: 0;
}
@media (max-width: 767px) {
    .p_lp_section02_block_text{
        font-size: 14px;
    }
}
.p_lp_section02_block_image{
    width:60%;
}
@media (max-width: 767px) {
    .p_lp_section02_block_image{
        width:100%;
    }
}

.p_lp_section_title{
    margin-bottom:60px;
}
@media (max-width: 767px) {
    .p_lp_section_title{
        margin-bottom:40px;
    }
}
.p_lp_section_title h2{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 1.5em;
    letter-spacing: 0.01em;
    background: linear-gradient(90deg, #4B6CB7 0%, #182848 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    margin:0;
}
@media (max-width: 767px) {
    .p_lp_section_title h2{
        font-size: 32px;
    }
}
.p_lp_section_title p{
    position:relative;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.75em;
    letter-spacing: 0.01em;
    color: #000000;
    padding-left:42px;
    margin:0;
}
@media (max-width: 767px) {
    .p_lp_section_title p{
        font-size: 16px;
        padding-left:42px;
    }
}
.p_lp_section_title p:before{
    position:absolute;
    content:"";
    width:29px;
    height:2px;
    left:0;
    top:50%;
    transform:translateY(-50%);
    background-color:#000000;
}
@media (max-width: 767px) {
    .p_lp_section_title p:before{
        width:29px;
        height:2px;
    }
}

.p_lp_discord{
    padding:120px 0 160px;
    position:relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .p_lp_discord{
        padding:60px 0 80px;
    }
}
.p_lp_discord_image a:hover{
    opacity: 0.6;
}
.p_lp_discord_bgtext{
    position: absolute;
    width: auto;
    height: auto;
    left: 35%;
    top: 100px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height:0.75em;
    color: #EDEDED;
    padding:0;
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .p_lp_discord_bgtext{
        left: 40%;
        top: 52px;
        font-size: 96px;
    }
}
.p_lp_section02_image{

}

.p_lp_section03{
    padding:120px 0 160px;
    position:relative;
    overflow: hidden;
    background-color:#F4F4F4;
}
@media (max-width: 767px) {
    .p_lp_section03{
        padding:60px 0 80px;
    }
}
.p_lp_section03_bgtext{
    position: absolute;
    width: 1619px;
    height: auto;
    left: calc(50% - 1619px/2 + 493.5px);
    top: 144px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height:0.75em;
    text-align: center;
    color: #EDEDED;
    padding:0;
    margin: 0;
}
@media (max-width: 767px) {
    .p_lp_section03_bgtext{
        width: 859px;
        left: calc(50% - 859px/2 + 151.5px);
        top: 68px;
        font-size: 96px;
    }
}
.p_lp_section03_slidearea {
    margin-bottom:80px;
}
@media (max-width: 767px) {
    .p_lp_section03_slidearea {
        margin-bottom:44px;
    }
}
.p_lp_section03_slide.swiper {
    overflow: visible; /* オーバーフローを表示 */
    margin-bottom:20px;
}
@media (max-width: 767px) {
    .p_lp_section03_slide.swiper {
        margin-bottom:12px;
    }
}
.p_lp_section03_slide .swiper-wrapper {
    overflow: visible; /* オーバーフローを表示 */
}

.p_lp_section03_slide .swiper-slide {
    width: 100%; /* 自動幅 */
    margin-left: auto;
    margin-right: auto;
}

.p_lp_section03_slide .p_lp_section03_slide {
    padding-left: 10%; /* 左右のスペースを調整 */
    padding-right: 10%;
}
.p_lp_section03_block{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.p_lp ul.p_lp_section03_blocklist{
    display:flex;
    justify-content:space-between;
    background: #D9D9D9;
    border-radius: 40.5px;
    max-width: 360px;
    width:100%;
    padding:12px 32px;
}
@media (max-width: 767px) {
    .p_lp ul.p_lp_section03_blocklist{
        border-radius: 40.5px;
        max-width: 240px;
        width:100%;
        padding:8px 8px;
        margin:auto;
        overflow:auto;
    }
}
.p_lp ul.p_lp_section03_blocklist li{
    width: auto;
    height: 56px;
    background: transparent;
    border-radius: 40.5px;
    padding:16px 24px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.25em;
    letter-spacing: 0.01em;
    color: #B4B4B4;
    display:flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
@media (max-width: 767px) {
    .p_lp ul.p_lp_section03_blocklist li{
        height: 56px;
        border-radius: 40.5px;
        padding:12px 16px;
        font-size: 14px;
    }
}
.p_lp ul.p_lp_section03_blocklist li.active{
    background: #FFFFFF;
    color: #6A6A6A;
}

.p_lp_section03_arrowlist{
    display:flex;
    gap:40px;
    align-items: center;
}
.p_lp_section03_arrow{
    width:81px;
    cursor: pointer;
    margin: 0;
}
@media (max-width: 767px) {
    .p_lp_section03_arrow{
        width:33px;
    }
}
.p_lp_section03_arrow.swiper-button-next, .p_lp_section03_arrow.swiper-button-prev{
    position: static;
}
@media (max-width: 767px) {
    .p_lp_section03_arrow.swiper-button-next, .p_lp_section03_arrow.swiper-button-prev{
        position: absolute;
    }
    .p_lp_section03_arrow.swiper-button-next{
        right:-12px;
    }
    .p_lp_section03_arrow.swiper-button-prev{
        left:-12px;
    }
}
.p_lp_section03_arrow.swiper-button-next:after, .p_lp_section03_arrow.swiper-button-prev:after{
    content:none;
}
.p_lp_section03_block_note{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.89em;
    text-align: right;
    letter-spacing: 0.01em;
    color: #464646;
}
@media (max-width: 767px) {
    .p_lp_section03_block_note{
        font-size: 12px;
        text-align: left;
    }
}

.p_lp_section04{
    padding:120px 0 160px;
    position:relative;
    overflow: hidden;
}
@media (max-width: 767px) {
    .p_lp_section04{
        padding:48px 0 80px;
    }
}
.p_lp_section04_bgtext{
    position: absolute;
    width: 2113px;
    height: auto;
    left: calc(50% - 2113px/2 + 500.5px);
    top: 144px;
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 400;
    font-size: 300px;
    line-height:0.75em;
    text-align: center;
    color: #EDEDED;
    padding:0;
    margin: 0;
}
@media (max-width: 767px) {
    .p_lp_section04_bgtext{
        width: 859px;
        left: calc(50% - 2113px/2 + 500.5px);
        top: 48px;
        font-size: 96px;
    }
}
.p_lp_section04_blockarea{
    display:flex;
    flex-wrap:wrap;
    gap:32px;
}
@media (max-width: 767px) {
    .p_lp_section04_blockarea{
        flex-direction: column;
        gap:52px;
    }
}
.p_lp_section04_block{
    width:calc(33.333% - ((32px * 2) / 3));
    background: #FFFFFF;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding:20px 36px 48px;
}
@media (max-width: 767px) {
    .p_lp_section04_block{
        width:100%;
        padding:20px 32px 48px;
    }
}
.p_lp_section04_block_image{
    margin-bottom:24px;
}
@media (max-width: 767px) {
    .p_lp_section04_block_image{
        margin-bottom:24px;
    }
}
.p_lp_section04_block_titlearea{
    margin-bottom:32px;
}
@media (max-width: 767px) {
    .p_lp_section04_block_titlearea{
        margin-bottom:28px;
    }
}
.p_lp_section04_block_name{
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000000;
    margin:0;
    word-break:break-all;
}
@media (max-width: 767px) {
    .p_lp_section04_block_name{
        font-size: 20px;
    }
}
.p_lp_section04_block_price{
    font-family: 'Avenir Next';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5em;
    text-align: center;
    letter-spacing: 0.01em;
    color: #2C2C2C;
    margin:0;
}
@media (max-width: 767px) {
    .p_lp_section04_block_price{
        font-size: 18px;
    }
}
.p_lp_section04_block_textarea{
    margin-bottom:48px;
}
@media (max-width: 767px) {
    .p_lp_section04_block_textarea{
        margin-bottom:28px;
    }
}
.p_lp_section04_block_text{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.89em;
    text-align: center;
    letter-spacing: 0.01em;
    color: #464646;
    margin:0;
}
@media (max-width: 767px) {
    .p_lp_section04_block_text{
        font-size: 16px;
    }
}
.p_lp_section04_block_btnarea{

}
.p_lp_section04_block_btnarea a{
    width: 167px;
    height: 42px;
    background: #00AED7;
    border-radius: 21px;
    display:flex;
    align-items:center;
    justify-content: center;
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin:auto;
    text-decoration: none;
}
@media (max-width: 767px) {
    .p_lp_section04_block_btnarea a{
        width: 174px;
        height: 44px;
        border-radius: 21px;
        font-size: 16px;
    }
}

.p_lp_section05_bg{
			
    background-image:url(../img/section_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 767px) {
    .p_lp_section05{
        background-image:url(../img/section_bg_sp.png);
    }
}
.p_lp_section05{
    padding:120px 0 100px;
    /* background-image:url(../img/section_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; */
}
@media (max-width: 767px) {
    .p_lp_section05{
        padding:62px 0 124px;
        /* background-image:url(../img/section_bg_sp.png); */
    }
}
.p_lp_section05_content{

}
.p_lp_section05_logo{
    text-align: center;
    margin-bottom:32px;
}
@media (max-width: 767px) {
    .p_lp_section05_logo{
        margin-bottom:60px;
    }
}
.p_lp_section05_logo img{
    max-width:427px;
    width:100%;
}
@media (max-width: 767px) {
    .p_lp_section05_logo img{
        max-width:274px;
    }
}
.p_lp_section05_textarea{
    max-width: 669px;
    width:100%;
    margin:auto;
    margin-bottom:72px;
}
@media (max-width: 767px) {
    .p_lp_section05_textarea{
        max-width: 100%;
        margin-bottom:72px;
    }
}
.p_lp_section05_textarea p{
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.89em;
    /* または189% */
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    margin-bottom:24px;
}
@media (max-width: 767px) {
    .p_lp_section05_textarea p{
        font-size: 16px;
        margin-bottom:20px;
    }
}
.p_lp_section05_textarea p:last-child{
    margin-bottom:0px;
}
.p_lp_section05_btnarea{
    display:flex;
    align-items: center;
    justify-content: center;
    gap:58px;
}
@media (max-width: 767px) {
    .p_lp_section05_btnarea{
        flex-direction: column;
        gap:32px;
    }
}
.p_lp_section05_btnarea a{ 
    width: 312px;
    height: 56px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: #00AED7;
    border-radius: 35px;
    font-family: 'Hiragino Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25em;
    text-align: center;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    text-decoration: none;
}
@media (max-width: 767px) {
    .p_lp_section05_btnarea a{ 
        width: 308px;
        height: 56px;
        border-radius: 35px;
        font-size: 16px;
    }
}