/* .flex-multi-imgs imgのmarginを確認 */

@charset "UTF-8";

html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}

body {
    color: var(--txt-black);
    font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Yu Gothic", "游ゴシック";
    font-weight: 600;
    font-style: normal;
}

html.original-page-for-sp img{
    max-width: none !important;
}

.calendar_wrap img{
    pointer-events: none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

.calendar_wrap h2,
.calendar_wrap .main_box,
.calendar_wrap .center{
    z-index: 5;
    position: relative;
}

.calendar_wrap .main_box{
    border-bottom: none;
    /* background-color: #edf5f7; */
}

.content_box{
    padding: 60px 5% 20px;
}

.topimg{
        display: block;
        width: 100%;
}

.calendar_wrap h2,
.calendar_wrap h3,
.calendar_wrap p{
    text-align: center;
    color: #000c13;
}

.calendar_wrap h2{
    font-size: 32px;
    line-height: 1.4em;
    font-weight: 600;
}

.calendar_wrap h3{
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 600;
}

/* .calendar_wrap h3 span{
    white-space: nowrap;
} */

.calendar_wrap h3::after{
    content: "";
    border-bottom: 1px solid #000c13;
    display: block;
    margin: 3px auto;
}

.headline-1,
.headline-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    margin: 0 auto 40px;
    padding: 10px 10px 2em;
    clip-path: polygon(0 0,100% 0, 100% 70%, 50% 100%,0 70%);
}

.headline-1{
    background-color: #ed5d94;
}

.headline-2{
    background-color: #adf0ff;
}

.calendar_wrap p{
    letter-spacing: 0.04em;
    font-size: 16px;
    line-height: 2em;
    margin: auto;
    font-weight: 500;
}

p.subtitle{
    margin: 0 auto !important;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
}

.howto-dl{
    border: 2px dotted #464849;
    padding: 1em;
}

.underline{
    display: inline-block;
    background: linear-gradient(transparent 40%, #FFF7B3 60%);
}

.flex-2-imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-multi-imgs{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content: space-between; */
}

.sdarts-top{
    display: block;
    margin: 120px auto 0;
    height: 200px;
}

.sdarts-top a{
    color: #000c13;
    border: 1px solid #000c13;
    letter-spacing: 0.02em;
    margin: auto;
    width: 200px;
    display: block;
    text-align: center;
    font-weight: 600;
}

/* --SP-- */
@media screen and (max-width: 750px) {
    #main{
        margin-bottom: 0 !important;
    }

    .vi-sp{
        display: block;
        padding: 20px !important;
    }

    .vi-pc{
        display: none;
    }


    .calendar_wrap{
        background: none !important;
    }

    .main_box{
        padding-bottom: 0;
        margin-bottom: 0 !important;
    }

    .content_box{
        padding-bottom: 0;
    }

    .calendar_wrap p.large{
        font-size: 16px;
    }

    .headline-1{
        width: 90%;
    }

    .headline-2{
        width: 75%;
    }

    .calendar_wrap p{
        line-height: 1.6em;
    }
    
    .flex-2-imgs,
    .flex-multi-imgs{
        margin: 20px 0;
    }

    .flex-2-imgs img{
        width: calc(50% - 3%);
        margin: 15px 0;
    }

    .flex-multi-imgs img{
        width: calc(33% - 3%);
        margin: 15px 5px;
    }

    .sdarts-top a{
        font-size: 12px;
        padding: 5px 20px;
    }
    .sdarts-top a:active{
        color: #464849;
        background-color: #abb2b6c5;
        transition: 0.4s;
    }
    .m100{
        margin: 50px auto !important;
        text-align: center;
    }
}
/* --SP-- */

/* --PC-- */
@media screen and (min-width: 751px) {
    .vi-pc{
        display: block;
    }

    .vi-sp{
        display: none;
    }

    .main_box {
        width: 100%;
        margin: auto;
    }

    .top-img {
        display: block;
        width: 100%;
        height: auto;
        margin: auto;
    }

    .calendar_wrap p.large{
        font-size: 24px;
    }

    .calendar_wrap h3::after{
        width: 85%;
    }

    .headline-1{
        width: 45%;
    }

    .headline-2{
        width: 30%;
    }

    .calendar_wrap p{
        line-height: 2em;
    }

    .flex-multi-imgs{
        margin: 20px 0%;
    }

    .flex-2-imgs img{
        width: calc(50% - 5%);
        margin: 30px 0;
    }

    .flex-multi-imgs img{
        width: calc(33% - 4%);
        margin: 30px 2%;
    }

    .sdarts-top a{
        font-size: 16px;
        padding: 10px 20px;
    }
    .sdarts-top a:hover{
        color: #464849;
        background-color: #abb2b6c5;
        transition: 0.4s;
    }
    
    .m100{
        margin: 100px auto !important;
        text-align: center;
    }
}
/* --PC-- */

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.calendar_wrap p.large{
    color: #fff;
    font-weight: bold;
    line-height: 1.6em;
    padding: 40px 0;
    background-image: url(https://gigaplus.makeshop.jp/sdarts/project/2026calendar/img/p_large_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

span.nowrap{
    white-space: nowrap;
}

.fadeIn{
    opacity: 0;
    transform: translate(25%, 0);
    transition: all 1.5s;
    transition-delay: 0.2s;
}

.scrollIn{
    opacity: 1;
    transform: translate(0, 0);
}