
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sp {
    display: block !important;
}

.pc {
    display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
/* @media only screen and (max-width: 750px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
} */


@media only screen and (min-width: 900px) {
    .sp {
        display: none !important;
    }

    .pc {
        display: block !important;
    }
}


.index_padding50px {
    padding-top: 50px;
}
.news_bottom {
    display: flex;
}
.blur {
    animation-name: blurAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
/* じわ */
@keyframes blurAnime {
    from {
        filter: blur(10px);
        transform: scale(1.02);
        opacity: 0;
    }

    to {
        filter: blur(0);
        transform: scale(1);
        opacity: 1;
    }
}

.blurTrigger {
    opacity: 0;
}

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

.title p {
    color: #e07594;
    /* letter-spacing: 5px; */
    font-family: "yu-mincho-pr6n", sans-serif;
font-weight: 400;
font-style: normal;
    font-size: 25px;
    writing-mode: vertical-rl;
    letter-spacing: 15px;
}
.btn-related-01 {
    position: relative;
    left: 27vw;
}

.btn-related-02 {
    position: relative;
    left: 20vw;
}

.btn-related-03 {
    position: relative;
    left: 13vw;
}

.btn-related-04 {
    position: relative;
    left: 6vw;
}
}
@media screen and (min-width: 470px) {
    .joiner-img-box {
        width: 70%;
    }

    .joinerimg {
        width: 300px;
        /* padding-bottom: 40px; */
        position: relative;
        bottom: 20px;
        right: 0px;
        left: 30px;
        opacity: 1;
        z-index: 1;
    }

    .joiner-textbox {
        width: 600px;
        margin-left: 10%;
    }
}
@media screen and (min-width: 550px) {
    .title p {
        font-size: 30px;
        letter-spacing: 20px;
    }
    .joiner-img-box {
        width: 70%;
        margin-top: 90px;
        text-align: right;
    }

    .joinerimg {
        width: 40VW;
        /* padding-bottom: 40px; */
        position: relative;
        bottom: 20px;
        right: 0px;
        left: 30px;
        opacity: 1;
        z-index: 1;
    }
    .joiner-title {
        /* position: relative; */
        /* bottom: 6vh; */
        /* left: 45px; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 17px;
        color: #2f2f2f;
    }
    .joiner-border {
        /* position: relative; */
        /* bottom: 7vh; */
        width: 240px;
        height: 3px;
        margin-bottom: 1vh;
    }
    .joiner-textbox p {
        /* position: relative; */
        /* bottom: 6vh; */
        /* left: 45px; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        /* padding-bottom: 8px; */
        /* font-weight: 100; */
        font-size: 14px;
        color: #2f2f2f;
    }
    .related-box {
        width: 200px;
    }

    .related-textbox {
        margin-left: 38vw;
        /* margin-right: 10%;
        justify-self: right; */
        position:absolute;
    }

    .related-wrapper {
        display: grid;
    }

    .related-textbox h1 {
        position: relative;
        /* bottom: 27vh; */
        /* left: 33vw; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        font-size: 17px;
        font-weight: 100;
        text-align: right;
        padding-right: 8px;
    }
    .related-textbox p {
        position: relative;
        /* bottom: 27vh; */
        /* left: 32vw; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        padding-bottom: 8px;
        font-size: 14px;
        padding-right: 5px;
        /* padding-left: 50px; */
        line-height: 26px;
        width: 298px;
    }
    .related-textbox img {
        position: relative;
        /* bottom: 28vh; */
        left: 8vw;
        width: 70vw;
        margin-bottom: 1vh;
        
    }

    .joinerimg {
        width: 40VW;
        /* padding-bottom: 40px; */
        position: relative;
        bottom: 20px;
        right: 0px;
        left: 30px;
        opacity: 1;
        z-index: 1;
    }

    .joiner-textbox h1 {
    position: relative;
    padding-left: 8px;
    padding-right: 8px;
    width: max-content;
    left: -8px;
    MARGIN-BOTTOM: 5PX;
}
}

@media screen and (min-width: 650px) {
.joiner_bottom_wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: -60px;
}
.btn_wrapper {
    display: flex;
    flex-direction: column;
    /* gap: calc(-5px + 8.5vw); */
    gap: 30PX;
    margin-top: 0px;
    left: -85PX;
    position: relative;
}
}

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

    p {
        letter-spacing: 1px;
    }

    .top-img-pc {
        width: 58%;
        margin-top: 12vh;
        margin-right: 20px;
    }
    
    .top-wrapper {
        margin-bottom: 105px;
    }

    .top-daybox {
        width: 49vw;
        text-align: center;
        position: absolute;
        border-radius: 2vw;
        padding-right: 2%;
        left: 24%;
        bottom: -65px;
        background-color: white;
        font-size: calc(5.4px + 1.28vw);
    }
    .title p {
        font-size: 40px;
        letter-spacing: 25px;
    }
    .title {
        position: absolute;
        margin-top: 8vh;
        margin-left: calc(-70px + 17vw);
    }
    .joiner-title {
        /* position: relative; */
        /* bottom: 6vh; */
        /* left: 45px; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 22px;
        color: #2f2f2f;
        padding-left: 30px;
        
    }
    .joiner-border {
        /* position: relative; */
        /* bottom: 7vh; */
        width: 350px;
        height: 3px;
        margin-bottom: 1vh;
    }

    .joiner-box {
        padding-top: 0;
    }

    .joiner-textbox h1 {
        padding-left: 57px;
        margin-bottom: 5px;
    }

    .joiner-textbox p {
        /* position: relative; */
        /* bottom: 6vh; */
        /* left: 45px; */
        font-family: "uddigikyokasho-pro",
            sans-serif;
        font-style: normal;
        /* padding-bottom: 8px; */
        /* font-weight: 100; */
        font-size: 17px;
        color: #2f2f2f;
        padding-left: 50px;
    }
    .joiner-textbox {
        width: 500px;
        margin-left: 0px;
        margin-top: 72px;
    }



    
    /* .joinerimg {
        width: 400px;
        position: relative;
        bottom: 10px;
        right: 0px;
        left: 40%;
        opacity: 1;
        z-index: 1;

        
        display: none;
    } */

    .btn_wrapper {
        display: flex;
        flex-direction: column;
        gap: calc(-5px + 5vw);
        margin-top: 40px;
        margin-left: 265px;

    }

    .btn-joiner-top {
        position: relative;
        right: 113%;
    }

    .btn-joiner-middle {
        position: relative;
        right: 98%;
    }

    .btn-joiner-bottom {
        position: relative;
        right: 83%;
    }
    
    .related-box-pc {
        text-align: right;
        
    }
    .related-box-pc img {
        width: 50%;
    }
    .joiner-btn-img-pc img {
        width: 50vw;
        position: relative;
        right: 140px;
        margin-top: 30px;
        top: 40px;
    }

    

    .joiner-btn-img-pc {
        margin-bottom: 100px;
    }

   

    
}

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

    

    .news-box h1 {
        font-size: 30px;
    }

    .news-day {
        padding: 0;
        margin-right: 30px;
        width: 110px;
    }

    .news {
        padding: 0;
        margin-top: 4px;
    }

    .news_top_line {
        margin-bottom: 25px;
    }

    .news-box hr {
        margin-top: 40px;
    }

    

   
   
/* 
     .no_day{
        padding-left: 184px;
    } */

    .no_day{
    padding-left: 184px;
}

    .joiner-textbox h1 {
        padding-left: 105px;
        margin-bottom: 5px;
    }

    .joiner-textbox p {
        /* position: relative; */
        /* bottom: 6vh; */
        /* left: 45px; */
        font-family: "uddigikyokasho-pro", sans-serif;
        font-style: normal;
        /* padding-bottom: 8px; */
        /* font-weight: 100; */
        font-size: 17px;
        color: #2f2f2f;
        padding-left: 100px;
    }

    /* .btn_related_box {
        padding-left: 0;
        display: grid;
        grid-template-rows: 25px 25px;
        grid-template-columns: 1fr calc(-200px + 85vw);
        margin-left: 24vw;
        position: relative;
        bottom: calc(20px + -10vh);
        margin-top: 125px;
    } */

        /* .related-textbox {
        width: 15vw;
        font-family: "uddigikyokasho-pro", sans-serif;
        margin-left: 27vw;
        margin-top: calc(-100px + 12vw);
    }

    .related-box img {
        transform-origin: left;
        position: relative;
        bottom: -65px;
        width: 22vw;
    }

    .related-textbox {
        width: 15vw;
        font-family: "uddigikyokasho-pro", sans-serif;
        margin-left: 25vw;
        margin-top: calc(-100px + 14vw);
    }

    .related-btn-box {
        position: absolute;
        right: 0;
    } */

    .joiner_bottom_wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: -55px;
    }

    .btn_wrapper {
        display: flex;
        flex-direction: column;
        /* gap: calc(-5px + 8.5vw); */
        gap: 30PX;
        margin-top: -50px;
        /* left: -85PX; */
        position: relative;
    }

    
     .news-textbox {
        display: flex;
        justify-content: center;
    }
      
}

@media screen and (min-width: 900px) {
/* .btn_related_box {
        padding-left: 0;
        display: grid;
        grid-template-rows: 25px 25px;
        grid-template-columns: 1fr calc(-200px + 85vw);
        margin-left: 24vw;
        position: relative;
        bottom: calc(20px + -20vh);
        margin-top: 0px;
    } */

    .related-btn-box img {
    width: 45vw;
    overflow-x: hidden;
    MARGIN-RIGHT: -30PX;
}

    .related-textbox p {
        width: 402px;
        font-size: 17px;
        line-height: 27px;
    }

    .related-textbox h1 {
        font-size: 22px;
        width: 402px;
        text-align: center;
        margin-bottom: 10px;
    }
    .related-textbox img {
        width: 400px;
    }
    .related-wrapper {
        display: flex;
        position: relative;
        bottom: 100px;
        width: 50%;
        /* justify-content: center; */
        margin-top: 7vw;
    }
    
    .related-box_03 {
        /* display: flex; */
        width: 30%;
    }

    .related-btn-box {
        position: absolute;
        right: 0;
        top: calc(-330px + 12vw);
    }

    


    .btn_related_box {
        /* flex-direction: row; */
        padding-left: 0;
        display: grid;
        grid-template-rows: 25px 25px;
        grid-template-columns: 230px 230px;
        margin-left: 26vw;
        position: relative;
        bottom: calc(-10px + -18vw);
        margin-top: 0px;
    }

    .btn-related-01 {
        position: static;
        width: 230px;
        
    }

    .btn-related-02 {
        position: static;
        width: 230px;
        margin-right: calc(-500px + 98.5vw);;
    }

    .btn-related-03 {
        position: static;
        width: 230px;
    }

    .btn-related-04 {
        position: static;
        width: 230px;
        margin-right: calc(-500px + 98.5vw);;
    }


    .btn_contents {
        margin: 0 auto;
    }


    .viewmore_news{
    font-size: 17px;
}

.viewmore_text {
    font-size: 17px;
    text-decoration: none;
    color: #2f2f2f;
}

.joiner_bottom_wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: -5px;
    }

    .related-box img {
        transform-origin: left;
        position: relative;
        bottom: calc(265px + -38vw);
        width: 23vw;
    }

    .related_img_btn {
        /* display: block; */
        height: 0;
        padding-bottom: calc(100px + -3vw);
    }

     .related-textbox {
        /* 参団来るまで消すゾーン
        width: 22vw;
        font-family: "uddigikyokasho-pro",
        sans-serif;
        margin-left: auto;
        margin-top: 50px; */

        width: 15vw;
        font-family: "uddigikyokasho-pro", sans-serif;
        margin-left: 26vw;
        margin-top: calc(-100px + 17vw);
    }

}

@media screen and (min-width: 1000px) {
    .news-day{
        width: fit-content;
    }
}

@media screen and (min-width: 1000px) {
    .top-wrapper {
        transform: scale(0.9);
        margin-bottom: 75px;
    }

    .top-img-pc {
        margin-top: 7vh;
    }

    .related_img_btn {
        padding-bottom: 0px;
    }

    .related-box img {
        transform: scale(0.7); 
        bottom: calc(250px + -14vw);
    }

    .joiner-img-box {
        width: 100%;
    }

    .joinerimg {
        transform: scale(1.2);
        margin-left: 25.5vw;

        /* 一時消す */
        /* display: none; */
    }

    .joiner-textbox h1 {
        padding-left: 12vw;
    }

    .joiner-textbox p {
        padding-left: 11.3vw;
    }

    .btn6 {
        margin-left: calc(130px + 14.5vw);
    }

    .news-box {
        bottom: 70px;
        margin-bottom: 10px;
    }

    .joiner-btn-img-pc img {
        width: 48vw;
        position: relative;
        right: 140px;
        margin-top: 0px;
        top: -20px;
    }

        .btn_wrapper {
        display: flex;
        flex-direction: column;
        gap: calc(-5px + 5vw);
        margin-top: -120px;
        margin-left: 240px;
    }

    .related-btn-box img {
        width: 45vw;
    }

    .related-textbox {
        width: 15vw;
        font-family: "uddigikyokasho-pro", sans-serif;
        margin-left: 20vw;
        margin-top: -13%;
    }

    .btn_related_box {
        flex-direction: row;
        padding-left: 0;
        display:grid;
        grid-template-rows: 25px 25px;
        grid-template-columns: 230px 230px;
        margin-left: 20vw;
        position: relative;
        bottom: 0;
        margin-top: 5%;
    }

    .related-btn-box {
        position: absolute;
        right: 0;
        top: -300px;
    }

    .related-box img {
        transform-origin: left;
        position: relative;
        bottom: calc(200px + -8vw);
        width: 26vw;
}
    .news-box{
        margin-top: 40px;
    }
}

@media screen and (min-width: 1150px) {
    /* .btn_related_box {
        padding-left: 0;
        display: flex;
        margin-left: calc(-158px + 50vw);
        position: relative;
        bottom: calc(20px + -2vw);
        left: calc(-148px + 11vw);
        margin: 0;
        gap: 50px;
        flex-flow: unset;
    } */

    .related-box img {
        transform: scale(0.6);
        transform-origin: left;
        position: relative;
        bottom: 165px;
        left: 0;
    }

    /* .btn-related-01 {
        margin: 0;
        bottom: 0;
        position: relative;
    }

    .btn-related-02 {
        margin: 0;
        bottom: 0;
        position: relative;
    }

    .btn-related-03 {
        margin: 0;
        bottom: 0;
        position: relative;
    }

    .btn-related-04 {
        margin: 0;
        bottom: 0;
        position: relative;
    } */

    

    .news-box {
        bottom: 263px;
        margin-bottom: -181px;
    }

    .related_img_btn {
        display: flex;
        padding-bottom: 90px;
    }

    .related-textbox {
        width: 20vw;
        margin-left: 22.5vw;
        margin-top: calc(-140px + 1vw);
    }

    .btn_related_box {
        flex-direction: row;
        padding-left: 0;
        display:grid;
        grid-template-rows: 25px 25px;
        grid-template-columns: 230px 230px;
        margin-left: 22.5vw;
        position: relative;
        bottom: 0;
        margin-top: -5%;
    }

    .related-btn-box {
        position: absolute;
        right: 0;
        top: -400px;
    }

    .related-box img {
        transform-origin: left;
        position: relative;
        bottom: 200PX;
        width: 28vw;
}

.joinerimg {
        transform: scale(1.2);
        margin-left: 29.5vw;
        /* display: none; */
    }

    .joinerimg {
        width: 35VW;
        padding-bottom: 40px;
        position: relative;
        bottom: 20px;
        right: 0px;
        left: -15px;
        opacity: 1;
        z-index: 1;
        margin-left: 0px;
    }

        .btn_wrapper {
        display: flex;
        flex-direction: column;
        gap: calc(-5px + 5vw);
        margin-top: -200px;
        margin-left: 175px;
    }

    .joiner-btn-img-pc img {
        width: 48vw;
        position: relative;
        right: 175px;
        margin-top: 0px;
        top: -55px;
    }

    /* .related-btn-box img {
        transform: scale(0.8);
        transform-origin: right;
        position: relative;
        top: -23vh;
        left: 0;
    } */

     .joiner_bottom_wrapper {
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 15px;
    }
}


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

    .related-btn-box {
        position: absolute;
        right: 0;
    }

    .related-box img {
        transform-origin: left;
        position: relative;
        bottom: calc(200px + 5vw);
        width: 400px;
}

    .btn_related_box {
        margin-top: calc(-1540px + 100vw);
        margin-left: calc(-400px + 52.5vw);
    }

    .btn-related-01 {
        position: absolute;
        width: 230px;
        margin: 0;
        left: 0;
    }

    .btn-related-02 {
        position:absolute;
        left: 0vw;
        width: 230px;
        margin: 0;
        margin-left: 243px;
    }

    .btn-related-03 {
        position: absolute;
        left: 0vw;
        width: 230px;
        margin: 0;
        margin-left: 486px;
    }

    .btn-related-04 {
        position: absolute;
        left: 0vw;
        width: 230px;
        margin: 0;
        margin-left: 726px;
    }

        .related-btn-box img {
        transform: scale(0.8);
        transform-origin: right;
        position: relative;
        bottom: calc(780px + -56vw);
        left: 0;
        width: 600px;
    }

    .related-textbox {
        width: 20vw;
        margin-left: calc(-400px + 53vw);
        margin-top: calc(-95px + 1vw);
}

.related-textbox p {
        width: 495px;
        font-size: 17px;
        line-height: 27px;
    }

        .related-textbox h1 {
        font-size: 22px;
        width: 495px;
        text-align:center;
        margin-bottom: 10px;
    }

    .joinerimg {
        width: 410PX;
    }

    .joiner-btn-img-pc img {
        width: 570PX;}

    .btn_wrapper {
        display: flex;
        flex-direction: column;
        gap: 38px;
        margin-top: -200px;
        margin-left: calc(-560px + 62vw);
}

    .news-box {
        margin-top: -50px;
    }

    .news_content{
        font-size: 17px;
    }

    .news-textbox p {
        font-size: 17px;
    }


}

