@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
    --bg0: #FFF !important;
}
body {
    background-color: #FFF !important;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #3e3a39;
    line-height: 140%;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6, p, div {
    margin: 0;
    padding: 0;
    color: #3e3a39;
}
a:link, a:visited, a:hover, a:active {
    text-decoration: none;
}
.layout {
    width: 100%;
    min-width: 1200px;
    background: #FFF;
    text-align: center;
}
header {
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
}
.cal_homeLogo {
    margin: 56px 0 30px 50px;
}
.cal_homeLogo img {
    width: 283px;
    height: 32px;
}
.contents {
    width: 1100px;
    margin: 0 auto;
    background: #FFF;
}
.top-visual {
    margin-bottom: 110px;
}
.top-visual img {
    width: 1092px !important;
    height: auto;
}
.top-text {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 240%;
    margin-bottom: 150px;
}
.top-text span.red {
    color: #e5005a;
}
.top-text span.grad {
    background: linear-gradient(90deg, #e50065 0%, #e85298 33%, #796baf 66%, #00afec 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h3 {
    margin-bottom: 38px;
}
h3 img {
    width: 920px !important;
    height: 78px;
}
h4 {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 140%;
    color: #3e3a39;
    margin-bottom: 30px;
}
p.download-text {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 140%;
    color: #3e3a39;
    margin-bottom: 130px;
}
.calendar-date {
    color: #e5005a;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: left;
    line-height: 140%;
    margin-bottom: 13px;
}
.calendar-box {
    width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 516px 163px auto;
    grid-column-gap: 38px;
    margin-bottom: 80px;
}
.calendar-box:last-child {
    margin-bottom: 180px;
}
.calendar-box .exp {
    text-align: left;
}
.calendar-box .exp h5 {
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 140%;
    margin-top: -7px;
    margin-bottom: 15px;
}
.calendar-box .exp h5 span {
    font-size: 1.4rem;
    line-height: 150%;
    display: block;
}
.calendar-box .exp .text {
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 16px;
}
.calendar-box .exp .note {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 180%;
}
.calendar-box .pic {
    margin-bottom: 23px;
}
.calendar-box .button {}
.calendar-box .button a {
    font-size: 1.10rem;
    font-weight: 500;
    color: #e50065;
    border: 1px solid #e50065;
    padding: 10px 0 10px 0;
    line-height: 150%;
    display: block;
    margin: 0 auto;
    width: 162px;
}
.calendar-box .button a:hover, .calendar-box .button a:active {
    background: #e50065;
    color: #FFF;
}
/* // animHover_b //
----------------------------------------------- */
.animHover_b {
    display: inline-block;
}
.animHover_b:hover {
    animation: animHover_b 0.55s infinite ease-out;
    animation-iteration-count: 1;
    transform: translateX(0px);
    opacity: 0.7;
}
@keyframes animHover_b {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(4px);
    }
    100% {
        transform: translateX(0px);
    }
}
/* // breadcrumb
----------------------------------------------- */
.breadcrumb {
    top: 0;
    left: 70px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 80px;
    width: 80%;
    max-width: 1100px;
}
.breadcrumb._single1 {
    top: -5px;
    position: relative;
    margin-bottom: 40px;
}
.breadcrumb .inner {
    padding: 7px 0px 4px;
}
.breadcrumb .list:last-of-type {
    text-align: left;
    margin-bottom: 0px;
}
.breadcrumb .list li {
    display: inline-block;
    padding-right: 13px;
    margin-right: 13px;
    position: relative;
}
.breadcrumb .list li a {
    color: rgb(170, 170, 170);
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
    .breadcrumb {
        top: 0;
        font-size: 2.8vw;
        padding-left: 7vw;
        margin: 0 0 10vw 0;
        left: 0px;
        position: relative;
    }
    .breadcrumb._single1 {
        top: -5px;
        position: relative;
        padding-left: 12px;
        margin-bottom: 20px;
    }
}
/* // pageTopBtn
----------------------------------------------- */
.pageTopBtn__wrap {
    display: none;
    z-index: 1010;
    position: fixed;
    cursor: pointer;
    right: 30px;
    bottom: 30px;
}
.pageTopBtn {
    background-color: #fff;
    border: 2px solid var(--c1);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: grid;
    place-content: center;
    color: var(--c1);
}
.pageTopBtn .icon {
    top: 0;
}
.pageTopBtn .icon::before {
    font-size: 20px;
}
/* ________SP________ */
@media screen and (max-width: calc(761px - 1px)) {
    .pageTopBtn__wrap {
        right: 13px;
        bottom: 13px;
    }
    .pageTopBtn {
        width: 12vw;
        height: 12vw;
    }
    .pageTopBtn .icon::before {
        font-size: 3.8vw;
    }
    /* event */
    html.event .pageTopBtn__wrap {
        bottom: 75px;
    }
}
/* Mobile */
@media only screen and (max-width: 768px) {
    .layout {
        width: 100%;
        min-width: 0;
        background: ;
        text-align: center;
    }
    header {
        width: 100%;
        text-align: center;
        margin-bottom: 5vw;
    }
    .cal_homeLogo {
        margin: 7vw auto 0 auto;
    }
    .cal_homeLogo img {
        width: 40vw;
        height: auto;
    }
    .contents {
        width: 87%;
        margin: 0 auto;
        background: #FFF;
    }
    .top-visual {
        margin-bottom: 10vw;
    }
    .top-visual img {
        width: 87vw;
        height: auto;
    }
    .top-text {
        font-size: 2.4vw;
        margin-bottom: 10vw;
    }
    h3 {
        margin-bottom: 6vw;
    }
    h3 img {
        width: 87vw;
        height: auto;
    }
    h4 {
        font-size: 4.4vw;
        margin-bottom: 3vw;
    }
    p.download-text {
        width: 100%;
        font-size: 3.2vw;
        line-height: 180%;
        margin: 0 auto 12vw auto;
    }
    .calendar-date {
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .calendar-box {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        row-gap: 8vw;
        margin-bottom: 9vw;
    }
    .calendar-box .exp h5 {
        font-size: 4.6vw;
        margin-bottom: 2vw;
    }
    .calendar-box .exp h5 span {
        font-size: 4vw;
        line-height: 150%;
        display: block;
    }
    .calendar-box .exp .text {
        font-size: 3.2vw;
        font-weight: 500;
        line-height: 180%;
        margin-bottom: 1vw;
    }
    .calendar-box .exp .note {
        font-size: 2.4vw;
        font-weight: 500;
        line-height: 180%;
    }
    .calendar-box .pic {
        margin-bottom: 4vw;
    }
    .calendar-box .pic img {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }
    .calendar-box .button {}
    .calendar-box .button a {
        font-size: 2.8vw;
        color: #e50065;
        border: 1px solid #e50065;
        padding: 1vw 0 0.8vw 0;
        line-height: 130%;
        margin: 0 auto;
    }
    .calendar-box .button a:hover, .calendar-box .button a:active {
        background: #e50065;
        color: #FFF;
    }
    .calendar-box .pc .button a, .calendar-box .mobile .button a {
        width: 70%;
    }
}