.f-pink{
    color: #ff026f;
}
@media screen and (max-width: 767px) {
    .title > p > br {
        display: block;
    }
}

/** campaign banner **/
/* pc */
.campaign-banner-section.section-pc>.campaign-banner {
    width: 100%;
    height: fit-content;
    clip-path: ellipse(95% 100% at 45% 0%);
    background-color: white;
    position: relative;
}

.campaign-banner-section.section-pc>.campaign-banner>.campaign-banner-img {
    width: 100%;
    aspect-ratio: 5/2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: ellipse(90% 96% at 50% 0%);
    position: relative;
}

.campaign-banner-section.section-pc>.campaign-banner>.campaign-banner-img>.left-text {
    position: absolute;
    color: #ff026f;
    font-weight: bold;
    font-size: clamp(24px, 2.2vw, 46px);
    bottom: 20%;
    left: 10%;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 20px;
    border-bottom: 4px solid #ff026f;
    padding: 30px;
    width: 35%;
}

/* sp */
.campaign-banner-section.section-sp>.campaign-banner {
    width: 100vw;
    height: fit-content;
}

.campaign-banner-section.section-sp>.campaign-banner>.campaign-banner-img {
    width: 100%;
    height: fit-content;
    padding-top: 25px;
}

.campaign-banner-section.section-sp>.campaign-banner>.campaign-banner-img>.left-text {
    position: absolute;
    color: #ff026f;
    font-weight: bold;
    font-size: 3vw;
    bottom: 3%;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    border-top-right-radius: 10px;
    border-bottom: 4px solid #ff026f;
    padding: 20px;
    width: 40%;
}
/** campaign banner **/

/** campaign info **/
.intro-text{
    font-size: 40px;
    font-weight: bold;
    color: #646464;
    text-align: center;
    margin-bottom: 60px;
}
.gift-wrap{
    max-width: 640px;
    margin: 0 auto;
}
.bg-03 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 767px){
    .intro-text{
        font-size: 20px;
        margin: 30px auto;
    }
    .gift-wrap{
        margin: 0 30px 0;
    }
}
/* end campaign info */

/* three step */
.three-step-section .step {
    width: 100%;
    max-width: 640px;
}
.step01 {
    width: 100%;
    max-width: 640px;
    position: relative;
}
.step01 > img {
    width: 100%;
}
.step01-btn {
    width: 90%;
    font-size: clamp(12px, 3vw, 33px);
    border-radius: 10px;
    background-color: #ff026f;
    color: white;
    padding: clamp(5px, 3vw, 30px);
    font-weight: bold;
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 1;
}
.step01-btn > span {
    font-size: clamp(16px, 5vw, 55px);
}
.step01-btn > img {
    width: 6vw;
    max-width: 72px;
}
@media screen and (max-width: 767px) {
    .three-step-section {
        margin-bottom: 10px;
    }
}

/* end three step */

/* KV */
.campaign-banner>.campaign-banner-img {
    height: 570px;
    width: 100%;
    aspect-ratio: 5 / 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: ellipse(90% 96% at 50% 0%);
    position: relative;
    background-image: url(/common/images/renew/campaign/summer_friend/summer_friend_pc.webp);
    margin: 0 auto;
}
.kv-page-name {
    position: absolute;
    color: #ff026f;
    font-weight: bold;
    font-size: clamp(24px, 2.2vw, 46px);
    bottom: 20%;
    left: 18%;
    background-color: rgba(255, 255, 255, 1);
    border-top-right-radius: 15px;
    border-bottom: 4px solid #ff026f;
    padding: 15px 30px;
    width: 20%;
}
.access-name {
    font-size: 1.8rem;
}
.campaign-banner-section {
    position: relative;
    padding-bottom: 100px;
    background-color: #FEF5F8;
    overflow: hidden;
}
.campaign-banner {
    clip-path: ellipse(95% 100% at 45% 0%);
    background-color: #fff;
}

.slider-container.pc {
    padding: 0 0 100px 0;
    gap: 0;
}
.slider-imgs {
    max-width: 1000px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3vw;
}
.school-kv-text {
    position: absolute;
    bottom: 17vw;
    right: 18vw;
    transform: rotate(4deg);
}
.bnr-margin {
    margin: 40px 0 40px;
}

@media screen and (max-width: 767px) {
    .campaign-banner>.campaign-banner-img {
        height: 230px;
        clip-path: none;
        position: relative;
        background-image: url(/common/images/renew/campaign/summer_friend/summer_friend_sp.webp?20260128);
    }
    .kv-page-name {
        left: 0%;
        font-size: 5vw;
        padding: 10px 15px;
        bottom: 10%;
        width: 40%;
    }
    .access-name {
        font-size: clamp(12px, 1.5vw, 32px);
    }
    .campaign-banner-no1 {
        right: -20px;
        z-index: 1;
        bottom: 0;
    }
    .school-kv-text {
        position: absolute;
        bottom: 30vw;
        right: 4vw;
        transform: rotate(4deg);
        width: 50%;
    }
    .campaign-banner {
        clip-path: none;
        background-color: #fbbecd;
    }
    .campaign-banner-section {
        padding-bottom: 0;
    }
    .bnr-margin {
        margin: 0;
    }
}
/* end KV */

/* section title */
.second-tit-mt {
    margin-top: 80px;
}
.contents-title-area {
    width: 100%;
    background-color: #fef6f8;
    text-align: center;
    color: #ff026f;
    padding: 0 0 30px 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
}
.contents-title {
    width: fit-content;
    padding: 0 20px;
    font-weight: bold;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.yellow-border-box {
    width: fit-content;
    padding: 5px 10px;
    font-size: 40px;
    border-top: 2px solid #b7a35c;
    border-bottom: 2px solid #b7a35c;
    text-align: center;
    color: #ff026f;
    font-weight: bold;
}



@media screen and (max-width: 767px) {
    
    .contents-title-area {
        padding: 0;
    }
    
    .yellow-border-box > br {
        display: block;
    }

    .yellow-border-box {
        font-size: 28px;
    }
    .contents-title {
        font-size: 16px;
        gap: 5px;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .bg-03 {
        gap: 10px;
    }

}
/* end section title */

.img-block {
    text-align: center;
    margin: 30px 0;
}
.step-img {
    display: flex;
    flex-flow: column;
    gap: 50px;
}
@media screen and (max-width: 767px) {
    .step-img {
        width: auto;
        margin: 0 20px;
        gap: 30px;
    }
}

/* cv btn */
.cv-btn {
    background-color: #fb4875;
    font-size: 22px;
    text-align: center;
    padding: 15px 0;
    border-bottom: 4px solid #f12c5d;
    border-radius: 5px;
    position: relative;
    width: 60%;
}
.step1-btn {
    position: absolute;
    bottom: 80px;
    right: 25px;
}
.cv-btn a {
    text-decoration: none;
}
.cv-btn a p {
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.cv-btn a p span {
    font-size: 22px;
    font-weight: normal;
}
.cv-btn::after {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(315deg);
    -ms-transform: translateY(-50%) rotate(315deg);
    transform: translateY(-50%) rotate(315deg);
}
.video-check-banner-text > p > span:nth-child(2) {
    font-weight: 900;
    font-size: 1.6vw;
    top: 0;
}
@media screen and (max-width: 767px) {
    .step1-btn {
        bottom: 15px;
        right: 15px;
        letter-spacing: -0.3px;
    }
    .cv-btn {
        font-size: 16px;
        width: 60%;
        padding: 8px 0;
    }
    .cv-btn a p {
        position: relative;
        left: -10px;
    }
    .cv-btn a p span {
        font-size: 16px;
        font-weight: 600;
    }
    .cv-btn::after {
        right: 15px;
    }
    .video-check-banner-text > p > span {
        font-size: 18px !important;
        font-weight: 700;
    }
}
/* end cv btn */

/* faq */
.accordion {
    width: 80%;
    max-width: 860px;
    margin: 0 auto 50px;
}
.accordion-content {
    display: none;
}
.accordion-header {
    background: repeating-linear-gradient(135deg, rgba(251, 205, 216, 0.6), rgba(251, 205, 216, 0.6) 4px, rgba(251, 222, 230, 0.6) 4px, rgba(251, 222, 230, 0.6) 7px);
    padding: 20px 45px 20px 30px;
    margin: 10px 0 0;
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
}

.accordion-header::before,
.accordion-header::after{
    position:absolute;
    content:'';
    top:1px;
    right:20px;
    bottom:0;
    width:12px;
    height:2px;
    margin:auto;
    background:#ff026f;
}
.accordion-header::after{
    transform:rotate(-90deg);
    transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    background-color: #FFF;
    padding: 18px 20px 18px 30px;
    position: relative;
}
.accordion-content span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    flex-direction: column;
    line-height: 1.8;
    padding-left: 40px;
}
.accordion-header h3,.accordion-content h3{
    padding-left: 35px;
    position: relative;
    font-weight: 500;
    font-size: 16px;
}

.accordion-header h3::before{
    position: absolute;
    content: "Q";
    top: -7px;
    left: 0;
    font-size: 22px;
    color: #ff026f;
    font-weight: 500;
}
.accordion-content span::before{
    position: absolute;
    content: "A";
    top: 13px;
    left: 30px;
    color: #ff026f;
    font-size: 22px;
    font-weight: 500;
}

  /* hover */
.accordion-header:hover {
    background-color: #F2F2F2;
}
.faq-link,.small-txt {
    padding-top: 20px;
}
.accordion-content a {
    text-decoration: underline;
}
.accordion-content a:hover {
    text-decoration: none;
}
@media screen and (max-width: 767px) { 
    .accordion {
        max-width: 100%;
        margin: 0 20px;
        padding: 0 10px;
        width: auto;
    }
    .accordion-header span::before {
        left: -26px;
        top: -5px;
    }
    .accordion-header span, .accordion-content span {
        font-size: 14px;
        padding-left: 0.2em;
        text-indent: -0.2em;
    }
    .accordion-header::before, .accordion-header::after {
        right: 20px;
    }
    .accordion-header {
        padding: 15px 45px 15px 15px;
    }
    .accordion-content span::before {
        left: 18px;
    }
    .accordion-content {
        padding: 18px 20px 18px 40px;
    }
    .question-section {
        z-index: 2;
        margin-bottom: 30px;
    }
    .accordion-header h3,.accordion-content h3 {
        font-size: 14px;
    }
}
/* end faq */

/* notice */
.notice-back{
    width: 100%;
    background-color: #ececec;
    padding: 60px 0;
    margin-bottom: 80px;
}
.notice-tit{
    text-align: center;
    font-size: 40px;
    margin-bottom: 20px;
}
.notice-block{
    box-sizing: border-box;
    width: 90%;
    width: 860px;
    margin: 0 auto;
}
.notice-block li{
    margin-left: 1em;
}
@media screen and (max-width: 767px) {
    .notice-back{
        padding: 30px 0;
    }
    .notice-tit{
        font-size: 28px;
        margin-bottom: 10px;
    }
    .notice-block{
        font-size: 14px;
        width: 100%;
        margin: 0 auto;
        padding: 0 30px;
    }
}
/*===============================

	キャンペーン終了

================================*/
/* .campaign-banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(88, 88, 88, 0.7);
    z-index: 10;
}
.end-index {
    font-size: 1.2em;
    position: absolute;
    top: 35%;
    left: 0;
    z-index: 85;
    width: 30%;
    padding: 10px 10px;
    background-color: rgba(255, 255, 255, 0.95);
    border: #333 2px solid;
    border-radius: 5px;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    right: 0;
    margin: auto;
}
@media screen and (max-width: 768px) {
    .end-index {
        font-size: 1.2em;
        top: 35%;
        width: 80%;
        padding: 10px 10px;
    }
} */