:where(section[id*="cpl-part"] p){
    margin-bottom: 0;
}

/*タイトル周り==========================*/
.cpl_h2wrap{
    margin-bottom: min(8vw,60px);    
}
h2.cpl-h2 {
    font-size: 4.4rem;
    font-weight: 400;
    letter-spacing: 3px;
    text-align: center;
    font-family: "Oswald", sans-serif;
    margin: min(12vw, 95px) 0 min(3vw, 20px);
}
p.cpl-p {
    font-size: 1.6rem;
    text-align: center;
    color: #09459e;
}
@media screen and (max-width: 640px){
    h2.cpl-h2 {
        font-size: 2.8rem;
    }
}

/*クラブ＆サークル活動==========================*/
#cpl-part01 {
    width: min(90%,1100px);
    margin: min(9vw,70px) auto min(20vw,110px);
    position: relative;
}
.cpl-club {
    width: min(100%, 1100px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3.5%;
}
.cpl-club-unit {
    width: calc(100% / 3 - 2.35%);
    margin-bottom: min(8vw, 55px);
}
.cpl-club-unit img {
    width: 100%;
    height: auto;
}
h3.club_name {
    font-size: 18px;
    text-align: center;
    margin: 11px 0 0;
}
.club_explan {
    font-size: 13.75px;
    margin-top: min(2.5vw,15px);
}
@media screen and (max-width: 640px){
.cpl-club-unit {
    width: 100%;
}
h3.club_name {
    font-size: 1.5rem;
}
.club_explan{
    font-size: 1.3rem;
}
}

/*キャンパスカレンダー==========================*/
.art_calendar{
    background: #f3f6fa;
    padding: min(4vw,25px) 0 min(20vw,130px);
}
.cal_wrap{
    width: min(90%,1150px);
    margin: 0 auto;
}

.part_cal {
    display: flex;
    min-height: 300px;
    position: relative;
}
.part_cal::before {
    content: "";
    display: block;
    width: 1px;
    height: calc(100% - min(20.3125vw,130px) + min(4.6875vw,30px));
    background: #0a469f;
    position: absolute;
    z-index: 2;
    top: min(20.3125vw,130px);
    left: calc(min(12.5vw, 80px));
    margin-left: 8%;
}
.cal_month_wrap {
    margin-left: 8%;
    margin-right: 2.5%;
    position: relative;
}
.cal_month {
    font-family: "EB Garamond", serif;
    color: #0a469f;
    line-height: 1;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min(25vw,160px);
    min-width: min(25vw,160px);
    aspect-ratio: 1 / 1;
    gap: min(0.75vw,5px);
}
.month_num {
    font-size: min(11vw,60px);
    letter-spacing: min(0.3vw,0.1em);
    line-height: 1;
}
.month_p {
    font-size: min(5vw,24px);
    line-height: 1;
    margin-top: min(5vw,26px);
}

.cal_event_wrap {
    display: flex;
    align-items: center;
    width: 280px;
    min-width: 280px;
}
.cal_event {
    color: #0a469f;
    line-height: 2;
}
.cal_photo_wrap {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    padding-right: 5%;
}
.cal_photo {
    position: relative;
    height: fit-content;
}
.cal_photo_name {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    height: 29px;
}
.cal_p_month {
    font-family: "EB Garamond", serif;
    line-height: 1;
    color: #fff;
    background: #0a469f;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.7em;
    height: 100%;
}
.cal_p_caption {
    line-height: 1;
    color: #0a469f;
    background: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.7em;
    height: 100%;
    font-feature-settings: "palt" 1;
}
.cal_deco img {
    width: 100%;
}
.apr_deco {
    width: 155px;
    height: 100%;
}
:where(.part_cal.cal05) .cal_photo {
    margin-left: auto;
}
:where(.part_cal.cal11) .cal_photo_wrap {
    gap: 2%;
    margin-left: 10px;
}
:where(.part_cal.cal11 .cal_photo_wrap) .cal_photo:nth-of-type(2n) {
    margin-bottom: auto;
}
:where(.part_cal.cal12) .cal_photo_wrap {
    justify-content: space-between;
    align-items: center;
    gap:3%;
}
:where(.part_cal.cal01) .cal_photo:nth-of-type(1) {
    margin-right: 3%;
}
:where(.part_cal.cal03) .cal_photo {
    margin-left: auto;
}
@media screen and (max-width: 640px){
.part_cal {
    flex-wrap: wrap;
    min-height: auto;
    padding-bottom: 15vw;
}
.part_cal::before{
    margin-left: 0;
}
.cal_month_wrap {
    margin-left: 0;
}
.cal_event_wrap {
    width: calc(100% - min(25vw,160px) - 2.5%);
    min-width: calc(100% - min(25vw,160px) - 2.5%);
}
.cal_photo_wrap {
    margin-top: 4vw;
    margin-left: auto;
    width: min(100% - 18vw);
    flex-grow: unset;
    padding-right: 0;
}
:where(.part_cal.cal11) .cal_photo_wrap {
    flex-direction: column;
    gap: 10px;
}
:where(.part_cal.cal11) .cal_photo {
    width: 90%;
}
:where(.part_cal.cal11) .cal_photo:nth-of-type(1){
    margin-right: auto;
}
:where(.part_cal.cal01) .cal_photo:nth-of-type(1) {
    position: absolute;
    right: 0;
    top: 0;
    width: 76px;
}
}

/*錦秋祭==========================*/
.festa_outer{
    margin: min(12vw,80px) 0 min(10vw,70px);
    border: 1px solid #0a469f;
    padding: min(2.5vw,25px);
    position: relative;
}
.festa_outer::before,
.festa_outer::after{
    content: "";
    display: block;
    width: 1px;
    height: calc(min(10vw, 70px) + min(2.5vw, 25px) + min(4.6875vw, 30px));
    background: #0a469f;
    position: absolute;
    z-index: 2;
    left: calc(min(12.5vw, 80px) - 1px);
    margin-left: 8%;
}
.festa_outer::before{
    top: calc(max(-70px,-10vw) - min(4.6875vw, 30px));
}
.festa_outer::after{
    bottom: calc(max(-70px, -10vw) - min(4.6875vw, 30px));
}
.festa_wrap{
    padding: min(7vw,45px) 0 min(5vw,50px);
    background: #fff;
}
.festa_inr {
    width: min(90%, 900px);
    margin: 0 auto;
}

.festa_head {
    margin-bottom: min(4vw, 20px);
    text-align: center;
}
h3.festa_ttl {
    font-size: min(6vw,26px);
    text-align: center;
    display: inline-block;
    border-bottom: 1px solid #09459e;
    padding: 0 26px 10px;
    margin: 0 auto min(4vw,23px);
    letter-spacing: 0.1em;
}
p.festa_txt {
    text-align: left;
    font-size: 15px;
}
.pesta_photo_list {
    display: flex;
    flex-wrap: wrap;
    gap:2px;
}
.pesta_photo_list li {
    width: calc(100% / 3 - 2px);
}
.pesta_photo_list li img {
    width: 100%;
}
@media screen and (max-width: 640px){
.festa_outer{
    margin-top: 0;
}
.festa_outer::before,
.festa_outer::after {
    margin-left: 0;
}
.pesta_photo_list li {
    width: calc(100% - 2px);
}
}
/*スライダー==========================*/
.cpl_slider{
    margin-bottom: min(32vw,285px);
background: linear-gradient(to bottom,  rgba(243,246,250,1) 0%,rgba(243,246,250,1) 40%,rgba(243,246,250,0) 41%,rgba(243,246,250,0) 100%);
}
.cpl_slide img{
    width: 97%;
}