
.btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    box-shadow: 2px 2px #e07594;
    border-radius: 57px;
    padding: 5px 15px;
    background-color: white;
    width: fit-content;
    white-space: nowrap;

}

.btn_link {
    text-decoration: none;
    color: #2f2f2f;
    z-index: 1;
}
.btn img{
    padding-left: 5px;
    width: 25px;
    background-color: white;
}

.btn p{
    font-family: "uddigikyokasho-pro",
    sans-serif;
    font-style: normal;
    font-size: 12px;
    /* background-color: white; */
}

.btn-top {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 5.5%;
    bottom: 20px;
    min-width: 100px;
    max-width: 150px;
}

.viewbtn img{
    width: 25%;
    height: 6px;
}

.viewbtn p{
    font-family: Century;
}

.viewbtn-joiner {
    position: relative;
    left: 36vw;
    bottom: 8vh;
}

.viewbtn-joiner p {
    padding-left: 8px;
}

.viewbtn-joiner img {
    position: relative;
    bottom: 1vh;
}

.joiner-btn-img img {
    position: relative;
    right: 13vw;
    width: 42vw;
}

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

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

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

.btn-joiner-bottom {
    position: relative;
    right: -5%;
}

/* .btn-joiner-top {
    position: relative;
    left: 31vw;
    bottom: 22vh;
    width: 215px;
}

.btn-joiner-middle {
    position: relative;
    left: 39vw;
    bottom: 19vh;
    width: 170px;
}

.btn-joiner-bottom {
    position: relative;
    left: 47vw;
    bottom: 16vh;
    width: 185px;
} */
.btn_related_box {
    width: 100%;
    display: flex;
    flex-flow: column;
    /* justify-content: space-between; */
    gap: 25PX;
    padding-left: 7%;
}

.btn-related-01 {
    position: relative;
    left: 28vw;
    width: 160px;
}

.btn-related-02 {
    position: relative;
    left: 21vw;
    width: 160px;
}

.btn-related-02 svg {
    position: relative;
    right: -8%;
    transform: scale(0.85);
}

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

.btn-related-03 svg {
    position: relative;
    right: -8%;
    transform: scale(0.85);
}

.btn-related-04 {
    position: relative;
    left: 5vw;
    width: 160px;
}

.related_img_btn {
    display: flex;
    position: relative;
    top: calc(280px + -50vw);
    bottom: 25px;
    padding-bottom: calc(350px + -40vw);
    align-items: center;
}
.viewbtn-news{
    position: relative;
    left: 70vw;
    bottom: 3vh;
}

.viewbtn-news p {
    padding-left: 8px;
}

.viewbtn-news img {
    position: relative;
    bottom: 1.7vh;
}
.btn6 {
    position: relative;
    border: none;
    border-bottom: 1px solid #2f2f2f;
    width: 90px;
    padding-top: 5px;
    max-width: 90%;
    text-align: center;
    margin-left: 130px;
}

.btn6::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #2f2f2f;
    transform: rotate(50deg);
    position: absolute;
    right: -2px;
    bottom: 3px;
}
.btn6_news {
    position: relative;
    border: none;
    border-bottom: 1px solid #2f2f2f;
    width: 125px;
    max-width: 90%;
    text-align: center;
    /* margin-left: 200px; */
    /* margin-right: 20px; */
    right: 20px;
    /* bottom: 23.5px; */
    /* margin: 0 10px 0 50px; */
    justify-self: right;
    /* top: -35.5px; */
}

.btn6_news:hover{
    color: #686868;
}

.btn6_news::before {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #2f2f2f;
    transform: rotate(50deg);
    position: absolute;
    right: -1.5px;
    bottom: 3px;
}

.viewmore_text {
    font-size: 12.5px;
    text-decoration: none;
    color: #2f2f2f;
}
.top-btn {
    position: sticky;
    top: 0;
    z-index: 999;
}

/* #page-top {
    position: sticky;
    position: fixed;
    right: -2px;
    bottom: 50px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 75%;
    line-height: 1.5rem;
    color: #f2a09b;
    padding: 0 0 0 25px;
    
    font-family: "Century";
    font-weight: 500;
    font-style: normal;
    text-shadow: 0.5px 0.5px 1px white;
    
} */

/* #page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.5px;
    left: 0.3px;
    width: 15px;
    border-top: solid 1.2px;
    transform: rotate(35deg);
    transform-origin: left top;
    box-shadow: -1px 1px 2px white;
    z-index: 10;
} */

/* #page-top::after {
    content: "";
        position: absolute;
        bottom: 10.5px;
        left: 50%;
        transform: translateX(-50%);
        transform: rotate(90deg);
        width: 1.2px;
        height: 155%;
        background-color: #f2a09b;
        box-shadow: -1px 1px 2px white;
        z-index: 1;
} */
/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 5px;
    bottom: 40px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 12px;
    line-height: 1.5rem;
    color: #e07594;
    padding: 0 10px 0 20px;
    border-top: solid 1px;
    font-family: "Century";
    z-index: 2;
}

#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}

#page-top_back {
    position: fixed;
    right: 5px;
    bottom: 40px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 12px;
    line-height: 1.5rem;
    color: white;
    padding: 0 10px 0 20px;
    border-top: solid 1px;
    font-family: "Century";
    z-index: 1;
    filter: blur(1px);
}

#page-top_back::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}



/***トップへ戻るボタンここまで***/

.pacchi {
    transform: rotate(90deg);
    z-index: 2;
}
@media screen and (min-width: 550px) {
    .btn6 {
        position: relative;
        border: none;
        border-bottom: 1px solid #2f2f2f;
        width: 130px;
        padding-top: 10px;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        left: calc(-20px + 3vw);
    }
}
@media screen and (min-width: 750px) {
    .btn6 {
        position: relative;
        border: none;
        border-bottom: 1px solid #2f2f2f;
        width: 130px;
        padding-top: 10px;
        max-width: 90%;
        text-align: center;
        /* margin: 0 auto; */
        margin-left: 210px;
    }

    .btn6 a p {
        padding-left: 0;
    }

    .btn-top {
        margin-left: auto;
        margin-right:auto ;
        position: relative;
        right: 1.5%;
    }
    .btn{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    box-shadow: 2px 2px #e07594;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: white;
    width: fit-content;
}
.btn p {
    font-family: "uddigikyokasho-pro",
        sans-serif;
    font-style: normal;
    font-size: 17px;
    white-space: nowrap;
    /* background-color: white; */
}
}

.day_box .index-link-day {
    width: fit-content;
    height: 28px;
}


/* ホバー */
.index-link-day {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    /* padding-block: 15px; */
    /* padding-inline: 25px 15px; */
    border-radius: 20px;
    background-color: white;
    width: fit-content;
    cursor: pointer;

    text-align: center;
    height: 30px;
    box-shadow: 2px 2px #e07594;
    padding: 5px 15px;
    white-space: nowrap;

    font-family: "uddigikyokasho-pro",
    sans-serif;
    font-style: normal;
    font-size: 17px;
    background-color: white; 

    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: 5.5%;
    bottom: 20px;
    min-width: 100px;
    /* max-width: 150px; */
}

.index-link-day:hover {
    background-color: #FFB3B0;
    box-shadow: 2px 2px #e07594;
}

.index-link-day {
    &>a {
        color: #2f2f2f;
    }
}

.index-link-arrow-day {
    transition: transform .3s ease-in-out;
}

.index-link-day:hover>a {
    color: white;
}

.index-link-day:hover .index-link-arrow-day {
    transform: translateX(7px);
    /* filter: invert(1) sepia(1) saturate(0) hue-rotate(180deg) brightness(3) contrast(1); */
    /* filter: invert(38%) sepia(46%) saturate(438%) hue-rotate(180deg) brightness(91%) contrast(89%); */
}

@media screen and (min-width: 550px) {
    .btn6 {
        position: relative;
        border: none;
        border-bottom: 1px solid #2f2f2f;
        width: 130px;
        padding-top: 10px;
        max-width: 90%;
        text-align: center;
        margin: 0 auto;
        left: calc(-20px + 3vw);
    }
}
@media screen and (min-width: 750px) {
    .btn6 {
        position: relative;
        border: none;
        border-bottom: 1px solid #2f2f2f;
        width: 130px;
        padding-top: 10px;
        max-width: 90%;
        text-align: center;
        /* margin: 0 auto; */
        margin-left: 210px;
    }

    .btn6 a p {
        padding-left: 0;
    }

    .index-link-day {
        margin-left: auto;
        margin-right:auto ;
        position: relative;
        right: 1.5%;
    }
    .index-link-day {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 30px;
    box-shadow: 2px 2px #e07594;
    border-radius: 20px;
    padding: 5px 15px;
    background-color: white;
    width: fit-content;
}
.index-link-day p {
    font-family: "uddigikyokasho-pro",
        sans-serif;
    font-style: normal;
    font-size: 17px;
    white-space: nowrap;
    /* background-color: white; */
}
}



.btn-joiner-top {
    position: relative;
    right: calc(100px + -8vw);
    width: 303px;
}

.btn-joiner-middle {
    position: relative;
    right: calc(100px + -14vw);
    width:303px;
}

.btn-joiner-bottom {
    position: relative;
    right: calc(100px + -20vw);
    width: 303px;
}

@media screen and (min-width: 850px) {
    .btn6 {
        position: relative;
        border: none;
        border-bottom: 1px solid #2f2f2f;
        width: 130px;
        padding-top: 10px;
        max-width: 90%;
        text-align: center;
        /* margin: 0 auto; */
        margin-left: 280px;
    }
}

@media screen and (max-width: 750px) {
    .index-link-day {
        font-size: 14px;
        height: 23px;
        width: 261px;
    }

    .btn_related_box {
        position: relative;
        /* right: calc(60px + -10vw); */
        top: 17px;
        right: 10px;
    }

    .btn-joiner-top {
    width: 261px;
}

.btn-joiner-middle {
    width:261px;
}

.btn-joiner-bottom {
    width: 261px;
}
}

@media screen and (max-width: 550px) {
     .btn_related_box {
        padding-left: 0%;
    }
}