@charset "UTF-8";
.mv_wrap {
    text-align: center;
    margin: 0 0 90px;
}
.slider_wrap {
    width: 100%;
    min-width: 1120px;
    overflow: hidden;
}
.slider_wrap ul li {
    margin: 0 15px;
}
.slider_wrap ul li img {
    border-radius: 16px;
    -ms-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
}
.anniversary-ttl {
    text-align: center;
}
.celebration_wrap {
    margin: 115px 0 105px;
    background: url(../img/45th_bg01.png) no-repeat center 0;
}
.celebration_wrap .anniversary-ttl {
    margin-bottom: 60px;
}
.celebration_in {
    border: #0096dc 3px solid;
    border-radius: 16px;
    position: relative;
    max-width: 1090px;
    box-sizing: border-box;
    text-align: center;
    padding: 80px 0 130px;
    margin: 0 auto;
}
.celebration_in::before {
    content: "";
    position: absolute;
    bottom: -85px;
    left: -45px;
    background: url(../img/45th_bg02.png) no-repeat center 0;
    width: 200px;
    height: 221px;
}
.celebration-txt {
    font-size: 40px;
    font-weight: bold;
    color: #0096dc;
}
.celebration-txt.is-ver2 {
    margin-top: 50px;
}
.gakkenclass_wrap {
    max-width: 1366px;
    margin: 105px auto 0;
}
.gakkenclass_wrap .anniversary-ttl {
    margin: 0 0 80px;
    padding-top: 70px;
}
.gakkenclass_in {
    background: url("../img/45th_bg08.png") no-repeat center 0;
    padding-bottom: 280px;
    position: relative;
}
.gakkenclass_in::after {
    content: "";
    position: absolute;
    background: url("../img/45th_bg07n.png") no-repeat center 0;
    width: 1148px;
    height: 252px;
    left: 50%;
    margin-left: -522px;
    bottom: 65px;
    z-index: 10;
}
.gakkenclass_in.on::before {
    content: "";
    position: absolute;
    background: url("../img/45th_bg03_2n2.png?1") no-repeat center 0;
    top: 362px;
    left: 50%;
    margin-left: -637px;
    width: 1289px;
    height: 5875px;
    z-index: -1;
}
.gakkenclass_img {
    text-align: center;
}
.gakkenclass_img.ver1 {
    position: relative;
    background: url("../img/45th_bg03n.png?1") no-repeat center 0;
}
.gakkenclass_img.ver1::before {
    content: "";
    position: absolute;
    background-color: #b5b5b5;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: -2px;
    left: 50%;
    margin-left: -1px;
}
.gakkenclass_img.on {
    background: none;
}
.gakkenclass_img.on.ver1:before {
    content: none;
}
.gakkenclass_img.ver2 {
    display: none;
}
.gakkenclass_img.ver2.on {
    display: block;
}
.gakkenclass_img.ver2 img {
    padding: 0;
    margin-top: 0;
}
.gakkenclass_btn {
    width: 300px;
    height: 80px;
    margin: 60px auto 0 auto;
    position: relative;
    z-index: 100;
}
.gakkenclass_btn.on {
    display: none;
}
@media (min-width:896px) {
    .gakkenclass_btn a:hover {
        opacity: 0.8;
        text-decoration: none;
    }
}
.gakkenclass_btn a span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 80px 0 0 0;
    background: url("../img/45th_btn.png") no-repeat 0 0;
}
.gakkenclass_btn a.on span {
    background: url("../img/45th_btn2.png") no-repeat 0 0;
}
.message_wrap {
    margin: -80px 0 0;
    background: url("../img/45th_bg09.png?2") no-repeat center 0;
}
.message_wrap .anniversary-ttl {
    margin: 0 0 80px;
}
.message_slider {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -ms-flex-wrap: wrap;
  	flex-wrap: wrap;
    width: 1089px;
    margin: 0 auto;
}
.msslider_wrap {
    width: 346px;
    margin: 0;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 16px;
    border: 1px solid #17a940;
}
.msslider_wrap.is-y {
    border: 1px solid #e7b022;
}
.message_slider .slick-dots {
    bottom: -60px;
}
.msslider_in {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0 0 20px 0;
    margin: 0 0 15px 0;
    border-bottom: 2px dotted #17a940;
}
.is-y .msslider_in {
    border-bottom: 2px dotted #e7b022;
}
.msslider_img img {
    width: 90px;
    height: 110px;
    border-radius: 10px;
}
.msslider_info {
    width: calc(100% - 90px);
    padding: 0 0 0 25px;
    box-sizing: border-box;
    line-height: 1.27;
}
.msslider_info .is-park {
    font-size: 15px;
    font-weight: bold;
}
.msslider_info .is-park a {
    color: #17a940;
    pointer-events: none;
}
.msslider_info .is-park.is-continu a {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.is-y .msslider_info .is-park a {
    color: #e7b022;
}
.msslider_info .is-name {
    font-size: 15px;
    margin: 10px 0 0 0;
}
.msslider-txt {
    font-size: 15px;
    line-height: 1.6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.msslider_btn {
    display: table;
    width: 167px;
    height: 42px;
    margin: 15px auto 0 auto;
}
.msslider_btn a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #17a940;
    border-radius: 25px;
}
.is-y .msslider_btn a {
    background: #e7b022;
}
.msgpop_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.msgpop_wrap.on {
    display: block;
}
.msgpop_in {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    width: 90%;
    height: 90%;
    max-width: 1000px;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.cls-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.cls-btn span {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.cls-btn span:before,
.cls-btn span:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #17a940;
    top: 13px;
    left: 0;
    z-index: 10;
}
.msgpop_in.is-ver2 .cls-btn span:before,
.msgpop_in.is-ver2 .cls-btn span:after {
    background-color: #e7b022;
}
.cls-btn span:before {
    transform: rotate(45deg);
}
.cls-btn span:after {
    transform: rotate(-45deg);
}
.msgpop_ct {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px 0 0;
}
.msgpop-ttl {
    font-size: 35px;
    font-weight: bold;
    color: #17a940;
    line-height: 1;
    text-align: center;
    margin: 0 auto 30px auto;
}
.msgpop_in.is-ver2 .msgpop-ttl {
    color: #e7b022;
}
.msgpop_box {
    height: 100%;
    display: none;
}
.msgpop_box.on {
    display: block;
}
.msgpop_top {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    padding: 0 0 30px 0;
    margin: 0 0 25px 0;
    border-bottom: 2px dotted #17a940;
}
.msgpop_in.is-ver2 .msgpop_top {
    border-bottom: 2px dotted #e7b022;
}
.msgpop_img img {
    border-radius: 10px;
}
.msgpop_info {
    padding: 0 0 0 60px;
}
.msgpop_info.ver2 {
    padding: 0;
}
.msgpop_info .is-info {
    font-size: 14px;
    margin: 0 0 5px 0;
}
.msgpop_info .is-park {
    font-size: 26px;
    font-weight: bold;
    color: #17a940;
}
.msgpop_in.is-ver2 .msgpop_info .is-park {
    color: #e7b022;
}
.msgpop_info .is-name {
    font-size: 22px;
    margin: 10px 0 0 0;
}
.msgpop-txt {
    font-size: 16px;
    line-height: 1.8;
}
.msgpop-txt.ver2 {
    padding-bottom: 30px;
    border-bottom: 2px dotted #17a940;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.bg_wrap {
    position: relative;
    overflow: hidden;
}
.bg_wrap::before {
    content: "";
    position: absolute;
    width: 1259px;
    /* height: 1122px; */
    height: 780px;
    top: 80px;
    left: 50%;
    margin-left: -630px;
    background: url(../img/45th_bg04.png) no-repeat center 0;
    z-index: 1;
}
.movie_wrap {
    margin: 0 0 120px;
    position: relative;
    z-index: 10;
}
.movie_wrap .anniversary-ttl,
.sns_wrap .anniversary-ttl {
    margin-bottom: 60px;
}
.movie_in {
    margin: 0 auto;
    width: 852px;
    height: 480px;
    background-color: #eee;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.movie-txt {
    font-size: 40px;
    font-weight: bold;
}
.sns_wrap {
    margin: 0 0 0;
}
.sns_in {
    max-width: 1088px;
    height: 393px;
    margin: 0 auto;
    background-color: #eee;
    border-radius: 16px;
    position: relative;
}
/* .sns_in::before {
    content: "";
    position: absolute;
    background: url(../img/45th_bg05.png) no-repeat center 0;
    width: 143px;
    height: 143px;
    bottom: -120px;
    left: -30px;
} */
.message-untxt {
    font-size: 22px;
    font-weight: bold;
    text-align: right;
    margin: 20px auto 0;
    width: 1089px;
    color: #17a940;
}
.msgpop_parkimg img {
    border-radius: 10px;
}
.park-link {
    margin: 0 auto;
}
.park-link li:not(:last-child) {
    margin-bottom: 10px;
    line-height: 1;
}
.park-link li a {
    line-height: 1;
    text-decoration: underline;
}
.msslider_in.ver2 {
    justify-content: center;
    height: 110px;
}
.msslider_info.ver2 {
    padding: 0;
    width: auto;
}
.seach_wrap {
    background: url(../img/search_bg.png) no-repeat center top;
    padding: 180px 0 212px;
}
.search-ttl {
    text-align: center;
}
.search-btn {
    width: 446px;
    margin: 70px auto 0;
}
.park-linktxt {
    font-weight: bold;
    margin: 40px 0 15px;
}
.snscp_wrap {
    margin: 90px 0 0;
}
.snscp-ttl {
    margin-bottom: 80px;
    text-align: center;
}
.snscp_in {
    max-width: 1090px;
    margin: 0 auto;
    box-sizing: border-box;
}
.snscp-detail {
    margin-bottom: 73px;
    text-align: center;
}
.snscp-detail .read {
    margin-bottom: 43px;
}
.snscp-detail .txt {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
}
.snscp_ct {
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 70px 35px;
}
.snscp_in .snscp_ct:not(:last-child) {
    margin-bottom: 60px;
}
.snscp_ct .ttl {
    text-align: center;
    margin-bottom: 40px;
}
.present_wrap {
    text-align: center;
}
.present-read .txt {
    font-size: 24px;
    line-height: 1.875;
    font-weight: bold;
    margin-bottom: 22px;
}
.tab-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 5px solid #ff3b7d;
    box-sizing: border-box;
}
.tab-lst li {
    width: 490px;
    height: 64px;
}
a.tab-btn {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #b5b5b5;
    font-weight: bold;
    background-color: #ffffff;
    border-radius: 16px 16px 0 0;
    box-sizing: border-box;
    border-top: 3px solid #b5b5b5;
    border-left: 3px solid #b5b5b5;
    border-right: 3px solid #b5b5b5;
}
a.tab-btn.active {
    color: #ffffff;
    background-color: #ff3b7d;
    border-top: 3px solid #ff3b7d;
    border-left: 3px solid #ff3b7d;
    border-right: 3px solid #ff3b7d;
}
.tab_wrap {
    padding: 25px 35px 0px;
    box-sizing: border-box;
}
.howtapp-txt {
    font-size: 19px;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 17px;
}
.howtapp-btn {
    cursor: pointer;
    width: 272px;
    height: 48px;
    border-radius: 24px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff3b7d;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
    -webkit-transition: opacity 0.3s ease-in-out, all 0.3s ease-in-out;
}
.howtapp-btn.is-insta {
    width: 383px;
}
.tab_wrap .ano-txt {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.667;
    margin-top: 27px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4);
    display: none;
}
.popup-content {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 1000px;
    padding: 50px;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.close-btn span {
    position: relative;
    display: block;
    height: 0;
    overflow: hidden;
    padding: 30px 0 0 0;
}
.close-btn span:before,
.close-btn span:after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background-color: #ff3b7d;
    top: 13px;
    left: 0;
    z-index: 10;
}
.close-btn span:before {
    transform: rotate(45deg);
}
.close-btn span:after {
    transform: rotate(-45deg);
}
.popup-content .box {
    height: 100%;
    overflow-y: scroll;
    padding: 0 20px 0 0;
}
.popup-content .box .ttl {
    font-size: 30px;
    font-weight: bold;
    color: #ff3b7d;
}
.snscp_ct.guideline_wrap {
    padding: 70px 195px;
}
.guideline_wrap .txt-box .date {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.542;
}
.guideline_wrap .txt-box .ano-txt {
    font-size: 20px;
    line-height: 1.85;
}
.popup-content a.txt-lnk {
    text-decoration: underline;
}
.snspst_wrap {
    margin: 70px 0;
}
.snspst_in {
    width: 328px;
}
.sns-name {
    text-align: center;
    font-size: 20px;
    margin-bottom: 25px;
    line-height: 1.5;
    font-weight: bold;
}
.sns-name > span {
    padding-left: 45px;
    position: relative;
}
.sns-name > span::before {
    content: "";
    width: 28px;
    height: 30px;
    background: url(../svg/x.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9;
}
.sns-name.ver2 > span::before {
    width: 30px;
    height: 30px;
    background: url(../svg/instagram.svg?2) no-repeat center / 100% auto;
}
.relecp_wrap {
    margin: 90px 0 80px;
}
.relecp-ttl {
    text-align: center;
    margin-bottom: 60px;
}
.relecp_in {
    max-width: 1090px;
    margin: 0 auto;
}
.relecp_ct {
    background-color: #ffffff;
    border-radius: 16px;
    box-sizing: border-box;
    padding: 70px 35px;
}
.relecp_ct .ttl {
    text-align: center;
    margin-bottom: 40px;
}
.relecp_ct.guideline_wrap {
    padding: 70px 195px;
    margin-bottom: 60px;
}
.cprnd-txt {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #f00;
    margin-bottom: 30px;
}
.face_wrap {
    padding: 80px 0 0;
}
.face-img {
    text-align: center;
}
.face-movie {
    margin: 60px auto 0;
    width: 900px;
}
.oldCmp_wrap {
    padding: 80px 0 0;
}
.oldCmp-btn {
    width: 500px;
    margin: 0 auto;
}
.oldCmp-btn a {
    width: 100%;
    height: 90px;
    background: #eb6e8f;
    color: #fff;
    border-radius: 50px;
    font-size: 26px;
    font-weight: bold;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.is-oldCmp {
    display: none;
}
.is-oldCmp.on {
    display: block;
}
.cp_in .cp_ct:not(:last-child) {
    margin-bottom: 60px;
}
.cp-img {
    text-align: center;
}
.selectcp_wrap {
    margin-top: 90px;
}
.cp_in .ttl {
    text-align: center;
    margin-bottom: 40px;
}
@media (max-height: 880px) {
    .msgpop_ct {
        overflow-y: scroll;
        height: 100%;
        padding: 0 20px 0 0;
    }
}
@media (min-width:896px) {
    .sample-bnr a:hover {
        opacity: 0.8;
    }
    .msgpop_top {
        -webkit-box-pack: center;
    	-ms-flex-pack: center;
    	justify-content: center;
    }
    .msslider_info .is-park a:hover {
        opacity: 1;
        text-decoration: none;
    }
    .msslider_btn a:hover {
        text-decoration: none;
    }
    .msgpop_info .is-park a:hover {
        text-decoration: none;
    }
    .message_slider {
        gap: 20px;
    }
    .message_slider.ver2 {
        margin-bottom: 20px;
        justify-content: center;
    }
    .park-link li a:hover {
        text-decoration: none;
    }
    .search-btn a:hover {
        opacity: 0.8;
    }
    .bg_wrap {
        padding-top: 150px;
    }
    a.tab-btn:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #ff3b7d;
        border-top: 3px solid #ff3b7d;
        border-left: 3px solid #ff3b7d;
        border-right: 3px solid #ff3b7d;
    }
    a.tab-btn:active {
        text-decoration: none;
    }
    .howtapp-btn:hover {
        opacity: 0.8;
    }
    .popup-content a.txt-lnk:hover {
        text-decoration: none;
    }
    .msgpop_parkimg.is-flex {
        display: flex;
        justify-content: left;
        gap: 0 30px;
    }
    .snspst_wrap {
        display: flex;
        justify-content: center;
        gap: 0 60px;
    }
    .relecp_ct.guideline_wrap .txt-box .date {
        text-align: center;
    }
    .oldCmp-btn a:hover {
        opacity: 0.7;
    }
}
@media (max-width: 896px) {
    .mv_wrap {
        margin: 0 0 20px 0;
    }
    .mv_wrap,
    .celebration_wrap,
    .gakkenclass_wrap {
        box-sizing: border-box;
        padding: 0 15px;
    }
    .mv-ttl img {
        width: 100%;
    }
    .anniversary-ttl img {
        width: 100%;
        max-width: 299px;
        height: auto;
    }
    .slider_wrap {
        min-width: inherit;
    }
    .slider_wrap ul li {
        margin: 0 7.5px;
    }
    .slider_wrap ul li img {
        border-radius: 8px;
        -ms-border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    }
    .celebration_wrap {
        margin: 15px 0 0;
        padding: 33px 15px 75px;
        position: relative;
    }
    .celebration_wrap::before {
        content: "";
        position: absolute;
        background: url(../img/sp/45th_bg01.png) no-repeat center 0 / 100% auto;
        width: 100%;
        max-width: 346px;
        height: 51px;
        top: 0;
        left: 50%;
        margin-left: -173px;
    }
    .celebration_wrap::after {
        content: "";
        position: absolute;
        background: url(../img/sp/45th_bg06.png) no-repeat center 0 / 100% auto;
        width: 100%;
        max-width: 341px;
        height: 69px;
        bottom: 0;
        left: 50%;
        margin-left: -170px;
    }
    .celebration_wrap .anniversary-ttl {
        margin-bottom: 30px;
        position: relative;
        z-index: 10;
    }
    .celebration_in {
        border: #0096dc 2px solid;
        border-radius: 8px;
        max-width: 345px;
        width: 100%;
        padding: 60px 0 65px;
    }
    .celebration_in::before {
        background: none;
    }
    .celebration-txt {
        font-size: 20px;
    }
    .celebration-txt.is-ver2 {
        margin-top: 50px;
    }
    .gakkenclass_wrap {
        width: 100%;
        box-sizing: border-box;
        padding: 33px 15px 0;
        margin: 0;
    }
    .gakkenclass_wrap .anniversary-ttl {
        margin: 0 0 30px;
        padding: 0;
    }
    .gakkenclass_in {
        background: none;
        padding-bottom: 55px;
    }
    .gakkenclass_in::after {
        content: "";
        position: absolute;
        background: url("../img/sp/45th_bg08n.png") no-repeat center 0;
        background-size: 345px 72px;
        max-width: 345px;
        width: 100%;
        height: 100px;
        margin-left: 0;
        bottom: -20px;
        transform: translateX(-50%);
        z-index: -1;
    }
    .gakkenclass_in.on::before {
        content: "";
        position: absolute;
        background: url("../img/sp/45th_bg02_2n2.png?2") no-repeat center 0;
        background-size: 343px 3489px;
        top: 145px;
        left: 50%;
        margin-left: 0;
        width: 100%;
        max-width: 343px;
        height: 3489px;
        box-sizing: border-box;
        transform: translateX(-50%);
        z-index: -1;
    }
    .gakkenclass_img.ver1 {
        background: none;
        max-width: 346px;
        margin: 0 auto;
    }
    .gakkenclass_img.ver1::before {
        width: 5px;
        height: 5px;
        bottom: -3px;
        left: 62.9%;
        margin-left: 0;
    }
    .gakkenclass_img.ver1::after {
        content: "";
        position: absolute;
        background: url("../img/sp/45th_bg02n.png") no-repeat center 0;
        background-size: 347px 477px;
        top: 55px;
        left: 50%;
        width: 100%;
        max-width: 347px;
        height: 477px;
        box-sizing: border-box;
        transform: translateX(-50%);
        z-index: -1;
    }
    .gakkenclass_img.ver1.on::after {
        background: none;
    }
    .gakkenclass_img img {
        padding-left: 0;
        width: 100%;
        height: auto;
        max-width: 346px;
    }
    .gakkenclass_img.ver2 img {
        padding: 0;
        margin-top: 0;
    }
    .gakkenclass_btn {
        width: 150px;
        height: 40px;
        margin: 15px auto 0 auto;
    }
    .gakkenclass_btn a span {
        padding: 40px 0 0 0;
        background: url("../img/sp/45th_btn.png") no-repeat 0 0 / cover;
    }
    .gakkenclass_btn a.on span {
        background: url("../img/sp/45th_btn2.png") no-repeat 0 0 / cover;
    }
    .message_wrap {
        margin: 0 0 15px;
        padding-bottom: 50px;
        background: url("../img/sp/45th_bg03.png?1") no-repeat center bottom;
        background-size: 342px 93px;
    }
    .message_wrap .anniversary-ttl {
        margin: 0 0 30px;
    }
    .message_slider {
        display: block;
        width: 100%;
        margin: 30px auto 0 auto;
    }
    .msslider_wrap {
        width: 245px;
        margin: 0 8px;
        padding: 18px;
    }
    .msslider_wrap:nth-child(3),
    .msslider_wrap:nth-child(3n),
    .msslider_wrap:nth-child(-n+3) {
        margin: 0 8px;
    }
    .message_slider .slick-dots {
        bottom: -30px;
    }
    .msslider_in {
        margin: 0 0 12px 0;
    }
    .msslider_img img {
        border-radius: 8px;
        width: 69px;
        height: 85px;
    }
    .msslider_info {
        width: calc(100% - 40px);
        padding: 0 0 0 20px;
        box-sizing: border-box;
        line-height: 1.27;
    }
    .msslider_info .is-park {
        font-size: 13px;
        font-weight: bold;
    }
    .msslider_info .is-name {
        font-size: 13px;
        margin: 10px 0 0 0;
    }
    .msslider-txt {
        font-size: 13px;
    }
    .msslider_btn {
        width: 150px;
        height: 40px;
        margin: 20px auto 0 auto;
    }
    .msslider_btn a {
        font-size: 14px;
        border-radius: 10px;
    }
    .msgpop_in {
        width: calc(100% - 40px);
        padding: 35px 30px 30px 30px;
        border-radius: 10px;
    }
    .cls-btn {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .cls-btn span {
        padding: 20px 0 0 0;
    }
    .cls-btn span:before,
    .cls-btn span:after {
        width: 20px;
        height: 2px;
        top: 8px;
    }
    .msgpop_ct {
        padding: 0;
    }
    .msgpop-ttl {
        font-size: 24px;
        margin: 0 auto 20px auto;
    }
    .msgpop_top {
        padding: 0 0 20px 0;
        margin: 0 0 15px 0;
    }
    .msgpop_img img {
        border-radius: 8px;
    }
    .msgpop_info .is-info {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .msgpop_info .is-park {
        font-size: 15px;
    }
    .msgpop_info .is-name {
        font-size: 15px;
        margin: 8px 0 0 0;
    }
    .msgpop-txt {
        font-size: 14px;
        line-height: 1.8;
    }
    .msgpop-txt.ver2 {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .bg_wrap::before {
        width: 100%;
        max-width: 346px;
        /* height: 617px; */
        height: 210px;
        top: 70px;
        margin-left: -173px;
        background: url(../img/sp/45th_bg04.png) no-repeat center 0;
        background-size: 346px 617px;
        z-index: 10;
    }
    .movie_wrap {
        margin: 0 0 75px;
        position: relative;
        z-index: 20;
    }
    .movie_wrap .anniversary-ttl,
    .sns_wrap .anniversary-ttl {
        margin-bottom: 30px;
        padding: 0;
    }
    .movie_in {
        width: 280px;
        height: 150px;
        border-radius: 8px;
    }
    .movie-txt {
        font-size: 20px;
    }
    .sns_wrap {
        margin: 0 0 107px;
        padding: 0 15px;
    }
    .sns_in {
        width: 100%;
        max-width: 280px;
        height: 196px;
        border-radius: 8px;
    }
    .sns_in::before {
        content: "";
        position: absolute;
        background: url(../img/sp/45th_bg05.png) no-repeat center 0;
        width: 74px;
        height: 52px;
        bottom: -50px;
        left: 0;
    }
    .message_slider.ver2.c-pc {
        display: none;
    }
    .msgpop_img img {
        width: 90px;
        height: 110px;
        border-radius: 8px;
    }
    .msgpop_info {
        padding: 0 0 0 20px;
    }
    .message-untxt {
        font-size: 15px;
        margin: 50px 0 0;
        width: 100%;
        padding-right: 15px;
        box-sizing: border-box;
    }
    .msgpop_parkimg {
        width: 100%;
    }
    .msgpop_parkimg img {
        width: 100%;
        border-radius: 8px;
    }
    .msslider_in.ver2 {
        height: 85px;
    }
    .seach_wrap {
        background: none;
        margin: 0 auto 100px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .search-ttl img {
        width: 100%;
        height: auto;
        max-width: 255px;
    }
    .search-btn {
        width: 100%;
        max-width: 262px;
        margin: 35px auto 0;
    }
    .search-btn img {
        width: 100%;
        height: auto;
    }
    .msgpop_top.ver2 {
        justify-content: center;
    }
    .park-linktxt {
        margin: 20px 0 10px;
    }
    .movie_in iframe {
        width: 100%;
        height: auto;
    }
    .snscp_wrap {
        margin: 40px 0 0;
    }
    .snscp-ttl {
        margin-bottom: 30px;
    }
    .snscp_in {
        width: calc(100% - 30px);
        max-width: 348px;
    }
    .snscp_in.ver2 {
        box-sizing: border-box;
    }
    .snscp-detail {
        margin-bottom: 36px;
    }
    .snscp-detail .read {
        margin-bottom: 24px;
    }
    .snscp-detail .txt {
        font-size: 14px;
        line-height: 1.583;
    }
    .snscp_ct {
        border-radius: 8px;
        padding: 30px 15px;
    }
    .snscp_ct.present_wrap {
        padding: 30px 11px;
    }
    .snscp_in .snscp_ct:not(:last-child) {
        margin-bottom: 40px;
    }
    .snscp_ct .ttl {
        text-align: center;
        margin-bottom: 16px;
    }
    .present-read .txt {
        font-size: 14px;
        line-height: 1.792;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .tab-lst {
        border-bottom: 2px solid #ff3b7d;
    }
    .tab-lst li {
        width: calc(50% - 3px);
        height: 32px;
    }
    a.tab-btn {
        font-size: 12px;
        border-radius: 8px 8px 0 0;
        border-top: 2px solid #b5b5b5;
        border-left: 2px solid #b5b5b5;
        border-right: 2px solid #b5b5b5;
    }
    a.tab-btn.active {
        border-top: 2px solid #ff3b7d;
        border-left: 2px solid #ff3b7d;
        border-right: 2px solid #ff3b7d;
    }
    .tab_wrap {
        padding: 18px 0 0;
        box-sizing: border-box;
    }
    .howtapp-txt {
        font-size: 14px;
        line-height: 1.417;
        font-weight: bold;
        margin-bottom: 13px;
    }
    .howtapp-btn {
        cursor: pointer;
        width: 160px;
        height: 32px;
        border-radius: 15px;
        font-size: 12px;
        margin: 0 auto;
    }
    .howtapp-btn.is-insta {
        width: 211px;
    }
    .tab_wrap .ano-txt {
        font-size: 12px;
        line-height: 1.45;
        margin-top: 14px;
    }
    .popup-content {
        width: calc(100% - 40px);
        padding: 35px 30px 30px 30px;
        border-radius: 10px;
    }
    .close-btn {
        top: 10px;
        right: 10px;
        width: 20px;
        height: 20px;
    }
    .close-btn span {
        padding: 20px 0 0 0;
    }
    .close-btn span:before,
    .close-btn span:after {
        width: 20px;
        height: 2px;
        top: 8px;
    }
    .popup-content .box {
        padding: 0;
    }
    .popup-content .box .ttl {
        font-size: 16px;
    }
    .snscp_ct.guideline_wrap {
        padding: 30px 15px;
    }
    .guideline_wrap .txt-box .date {
        font-size: 14px;
        line-height: 1.375;
    }
    .guideline_wrap .txt-box .ano-txt {
        font-size: 12px;
        line-height: 1.45;
    }
    .snscp-ttl img {
        max-width: 351px;
        width: 100%;
        height: auto;
    }
    .snscp-detail img {
        max-width: 278px;
        width: 100%;
        height: auto;
    }
    .present-read .ttl img {
        max-width: 76px;
        width: 100%;
        height: auto;
    }
    .present-item img {
        max-width: 303px;
        width: 100%;
        height: auto;
    }
    .howtapp_wrap .ttl img {
        max-width: 63px;
        width: 100%;
        height: auto;
    }
    .guideline_wrap .ttl img {
        max-width: 63px;
        width: 100%;
        height: auto;
    }
    a.tab-btn:hover,
    a.tab-btn:active {
        text-decoration: none;
    }
    .msgpop_parkimg .c-sp.ver2 {
        margin-top: 10px;
    }
    .snspst_wrap {
        margin: 35px 0;
    }
    .snspst_in {
        width: 100%;
    }
    .snspst_in.is-insta {
        margin-top: 40px;
    }
    .sns-name {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .sns-name > span {
        padding-left: 32px;
    }
    .sns-name > span::before {
        width: 20px;
        height: 21px;
    }
    .sns-name.ver2 > span::before {
        width: 21px;
        height: 21px;
    }
    .relecp_wrap {
        margin: 40px 0 60px;
    }
    .relecp-ttl {
        width: calc(100% - 30px);
        margin: 0 auto 30px;
        text-align: center;
    }
    .relecp-ttl img {
        max-width: 350px;
        width: 100%;
        height: auto;
    }
    .term-txt {
        text-align: left;
        font-size: 14px;
        line-height: 1.375;
        margin-bottom: 30px;
    }
    .relecp_in {
        width: calc(100% - 30px);
        max-width: 348px;
    }
    .relecp_ct {
        border-radius: 8px;
        padding: 30px 15px;
    }
    .relecp_ct .ttl {
        text-align: center;
        margin-bottom: 16px;
    }
    .relecp_ct.guideline_wrap {
        padding: 30px 15px;
        margin-bottom: 40px;
    }
    .cprnd-txt {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .face_wrap {
        padding: 40px 15px 0;
    }
    .face-img img {
        width: 100%;
        height: auto;
    }
    .face-movie {
        margin: 30px auto 0;
        width: 100%;
        max-width: 345px;
    }
    .face-movie iframe {
        width: 100%;
        height: 194px;
    }
    .oldCmp_wrap {
        padding: 35px 0 0;
    }
    .oldCmp-btn {
        width: calc(100% - 30px);
    }
    .oldCmp-btn a {
        height: 60px;
        font-size: 16px;
    }
    .cp_in .cp_ct:not(:last-child) {
        margin-bottom: 40px;
    }
    .cp-img img {
        max-width: 350px;
        width: 100%;
        height: auto;
    }
    .selectcp_wrap {
        margin-top: 40px;
    }
    .cp_in .ttl {
        margin-bottom: 16px;
    }
    .ttl.is-present img {
        max-width: 76px;
        width: 100%;
        height: auto;
    }
    .ttl.is-more img {
        max-width: 56px;
        width: 100%;
        height: auto;
    }
}
@media (max-width: 374px) {
    .mv-ttl img {
        width: 290px;
    }
    .msslider_wrap {
        width: 260px;
    }
    .msslider_in {
        margin: 0 0 10px 0;
    }
    .msslider_img img {
        width: 70px;
        height: 86px;
    }
    .msslider_info {
        width: calc(100% - 70px);
        padding: 0 0 0 15px;
    }
    .msslider_info .is-park {
        font-size: 13px;
    }
    .msslider_info .is-name {
        font-size: 13px;
        margin: 8px 0 0 0;
    }
    .msslider_btn {
        height: 36px;
        margin: 10px auto 0 auto;
    }
    .msgpop_img img {
        width: 70px;
        height: 86px;
    }
    .snscp-ttl {
        padding: 0 15px;
        box-sizing: border-box;
    }
}
