@charset "UTF-8";
footer {
    background: #E5E4D5;
    text-align: center;
}
.footer_wrap {
    padding: 72px 0 76px;
}
.footer_txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
}
.footer_logo {
    padding: 47px 0;
}
.footer_link {
    margin-bottom: 20px;
}
.footer_link li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
    text-decoration: none;
    position: relative;
}
.footer_link li a:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background: #C1143D;
    z-index: 1;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .2s ease-out;
}
.footer_copy,
.footer_copy small {
    font-weight: 400;
    font-size: 16px;
    line-height: 200%;
}
@media (min-width: 896px) {
    .footer_link li a:hover:before {
        transform: scale(1, 1);
    }
    .footer_logo a:hover {
        opacity: .8;
    }
}
.special_wrap {
    padding: 114px 0 86px;
}
.special_ttl {
    font-weight: 700;
    font-size: 52px;
    line-height: 154%;
    text-align: center;
}
.special_ttl span {
    color: #C1143D;
    position: relative;
}
.special_ttl span:before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../svg/line01.svg) repeat-x;
    z-index: 1;
}
.special_box {
    background: #FFFFFF;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0 16px 16px 16px;
    padding: 45px 0 50px 78px;
    position: relative;
}
.special_box.is-ver1 {
    margin-top: 100px;
}
.special_box.is-ver2 {
    margin-top: 92px;
}
.special_box .mds {
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 4px 0 24px;
    border-radius: 8px 0 0 0;
    position: absolute;
    left: 0;
    top: -50px;
    background: #C1143D;
    font-weight: 700;
    font-size: 24px;
    line-height: 138%;
    color: #FFFFFF;
    box-sizing: border-box;
}
.special_box .mds:before {
    content: '';
    display: block;
    position: absolute;
    right: -49px;
    bottom: 0;
    z-index: 1;
    height: 50px;
    width: 50px;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background: #C1143D;
}
.special_cnt {
    position: relative;
}
.special_cnt .box {
    width: 100%;
    max-width: 596px;
    box-sizing: border-box;
}
.special_box .time {
    border-bottom: 1px solid #CACACA;
    padding: 0 0 12px;
    margin-bottom: 26px;
    width: 100%;
}
.special_box .time span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #C1143D;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 40px;
    border: 1px solid #C1143D;
    border-radius: 50px;
    padding: 0 20px 4px;
    box-sizing: border-box;
}
.special_cnt .sbbox {
    display: flex;
    align-items: center;
    gap: 0 12px;
    margin-bottom: 10px;
}
.special_cnt .sbbox .tag {
    font-weight: 700;
    font-size: 18px;
    line-height: 138%;
}
.special_cnt .sbbox .tag span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background: #FF8457;
    color: #FFFFFF;
}
.special_cnt .sbbox .sb {
    font-weight: 700;
    font-size: 24px;
    line-height: 154%;
}
.special_cnt .ttl {
    font-weight: 700;
    font-size: 28px;
    line-height: 154%;
}
.special_cnt .txt {
    font-weight: 400;
    line-height: 180%;
    margin-top: 10px;
}
.special_cnt .img {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
.special_box.is-ver2 .special_cnt .img {
    right: 45px;
}
.special_cnt .name {
    font-weight: 500;
    font-size: 13px;
    line-height: 150%;
    margin-top: 12px;
    text-align: right;
}
.special_cnt .name span {
    font-size: 20px;
    line-height: 1.8;
}
.special_cnt .name2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-top: 26px;
}
.special_cnt .name2 span {
    font-size: 18px;
    font-weight: 600;
}
.special_btn {
    position: fixed;
    bottom: 20px;
    right: 10px;
    text-align: center;
    z-index: 9999;
}
.special_btn img {
    box-shadow: 0px 4px 18.6px rgba(0, 0, 0, 0.25);
    border-radius: 100vh;
}
@media (min-width: 896px) {
    .special_btn a:hover {
        opacity: .8;
    }
}
.benefits_wrap {
    background:#C1143D url(../img/gift_bg.png) center / cover no-repeat;
    padding-bottom: 50px;
}
.benefits_bnr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 480px;
}
.benefits_bnr.is-ver2 {
    background: rgba(55,0,0,0.2);
    height: 290px;
    max-width: 1100px;
    margin: 0 auto;
    border-radius: 20px;
}
.benefits_bnr .box {
    width: 610px;
    color: #FFFFFF;
}
.benefits_bnr.is-ver2 .box {
    width: 690px;
    padding-right: 50px;
}
.benefits_bnr .mds {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
}
.benefits_bnr .ttl {
    font-weight: 700;
    font-size: 52px;
    line-height: 120%;
    text-align: center;
    color: #FFD23C;
    margin-top: 10px;
}
.benefits_bnr.is-ver2 .ttl {
    font-size: 26px;
    margin-top: 0;
}
.benefits_bnr .txt {
    font-weight: 500;
    font-size: 20px;
    line-height: 160%;
    margin-top: 16px;
}
.benefits_bnr .add {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 14px;
}
.contents_bnr_wrap {
    padding-top: 86px;
}
.contents_bnrLst {
    display: flex;
    justify-content: center;
    gap: 0 13px;
}
@media (min-width: 896px) {
    .contents_bnrLst li a:hover {
        opacity: .8;
    }
}
.timetable_wrap {
    padding: 84px 0 0;
}
.timetable-ttl {
    font-weight: 700;
    font-size: 52px;
    line-height: 154%;
    text-align: center;
    margin-bottom: 50px;
}
.timetable_wrap .img {
    text-align: center;
}
.timetable_wrap .img img {
    width: 100%;
    max-width: 800px;
    height: auto;
}
.tableAnchor_wrap {
    padding: 84px 0 0;
}
.tableAnchor_lst {
    display: flex;
    justify-content: center;
    gap: 0 28px;
}
.tableAnchor_lst li {
    width: 100%;
    max-width: 480px;
    height: 115px;
    background: #FFFFFF;
    border-radius: 8px;
}
.tableAnchor_lst a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    font-weight: 700;
    font-size: 24px;
    line-height: 140%;
    color: #FFFFFF;
    text-decoration: none;
    position: relative;
    padding-top: 10px;
}
.tableAnchor_lst .page04 a {
    background: #E7713B;
}
.tableAnchor_lst .page05 a {
    background: #51A637;
}
@media (min-width: 896px) {
    .tableAnchor_lst a:hover {
        opacity: .8;
    }
}
.tableAnchor_lst .is-flx {
    padding-right: 58px;
    position: relative;
}
.tableAnchor_lst .is-flx:before {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../svg/anchor.svg) no-repeat center / 100% auto;
    z-index: 1;
}
.tableAnchor_lst .is-label {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 9;
    height: 50px;
    width: 200px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E7713B;
    background: #fff;
    border-radius: 30px;
    margin-left: -100px;
    border: 4px solid #E7713B;
    padding-bottom: 4px;
    box-sizing: border-box;
}
.tableAnchor_lst .page05 .is-label {
    color: #51A637;
    border: 4px solid #51A637;
}
.table_wrap {
    padding-top: 84px;
}
.table_in {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
    padding: 92px 105px 50px;
}
.table_in:before {
    content: '';
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/line.png) no-repeat top center;
    z-index: 1;
}
.table_ttl {
    background-image: radial-gradient(circle, #FF8457 3px, transparent 3px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 14px 6px;
    display: flex;
}
.table_ttl .box {
    padding-left: 34px;
    padding-bottom: 56px;
}
.table_ttl .read {
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    color: #FF8457;
}
.table_ttl .ttl {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
}
#page05 .table_ttl {
    background-image: radial-gradient(circle, #51A637 3px, transparent 3px);
}
#page05 .table_ttl .read {
    color: #51A637;
}
.table_lst {
    margin-top: 42px;
}
.table_box {
    border-bottom: 1px solid #CACACA;
}
.table_box.is-pickup {
    background: #FDF5F4;
}
.table_box a {
    pointer-events: none;
    display: flex;
    text-decoration: none;
    color: #1A1A1A;
    padding: 46px 46px;
    position: relative;
}
.table_box .pickup {
    position: absolute;
    top: 12px;
    right: 22px;
}
.table_box .box {
    width: -webkit-calc(100% - 320px);
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding-left: 40px;
}
.table_box .img {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    border-radius: 8px;
}/*
.table_box .img:before {
    content: '';
    display: block;
    width: 62px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../svg/youtube.svg) no-repeat center / 100% auto;
    z-index: 1;
}*/
.table_box .img img {
    transition: transform .2s ease-out;
}
@media (min-width: 896px) {
    .table_box a:hover .imgbox .img img {
        transform: scale(1.1);
    }
}
.table_box .time {
    margin-bottom: 16px;
}
.table_box .time span {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 34px;
    border-radius: 50px;
    padding-bottom: 4px;
    background: #E7713B;
}
#page05 .table_box .time span {
    background: #51A637;
}
.table_box .read {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.table_box .read span {
    display: inline-block;
    background: #C1143D;
    border-radius: 4px;
    padding: 12px 12px;
}
.table_box .ttl {
    font-weight: 500;
    font-size: 24px;
    line-height: 151%;
    transition: all .2s ease-out;
}
@media (min-width: 896px) {
    .table_box a:hover  .ttl {
        color: #C1143D;
    }
}
.table_box .tag {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #636363;
    margin-top: 16px;
}
.table_box .tag span {
    display: inline-block;
    border: 1px solid #636363;
    border-radius: 4px;
    padding: 8px;
}
.table_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    color: #636363;
    margin-top: 18px;
}
.datebox {
    margin-top: 26px;
    border-left: 1px solid #C1143D;
    padding: 8px 0;
    padding-left: 18px;
}
.datebox .date {
    display: flex;
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #636363;
    margin-bottom: 12px;
}
.datebox .date:last-child {
    margin-bottom: 0;
}
.datebox .date dd span {
    font-weight: bold;
    font-size: 18px;
}
.imgbox .datebox {
    margin-top: 10px;
    border-left: none;
    padding: 0;
    padding-left: 0;
}
.about_wrap {
    padding: 90px 0 102px;
}
.about_read {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
}
.about_read .box {
    text-align: center;
}
.about_read .read {
    font-weight: 700;
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 20px;
}
.about_read .ttl {
    font-weight: 700;
    font-size: 56px;
    line-height: 160%;
    letter-spacing: -0.09em;
    margin-bottom: 20px;
}
.about_read .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
}
.about_read .btn {
    width: 382px;
    height: 60px;
    margin: 0 auto;
    margin-top: 30px;
}
.about_read .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #F8F7EB;
    border: 1px solid #1A1A1A;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #1A1A1A;
    text-decoration: none;
}
@media (min-width: 896px) {
    .about_read .btn a:hover {
        background: #C1143D;
        border: 1px solid #C1143D;
        color: #fff;
    }
}
.about_read .add {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    margin-top: 25px;
}
.about_flx {
    display: flex;
    justify-content: center;
    gap: 0 60px;
    margin-top: 56px;
}
.about_box {
    width: 570px;
    border-radius: 16px;
    background: #fff;
    overflow: hidden;
    padding-bottom: 38px;
}
.about_box .ttl {
    background: #C1143D;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
    padding: 15px 0;
}
.about_box .txt {
    font-weight: 400;
    font-size: 16px;
    line-height: 180%;
    text-align: center;
    padding: 42px 0 40px;
}
.about_box .btn {
    width: 380px;
    height: 50px;
    margin: 0 auto;
}
.about_box .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #FF8457;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 896px) {
    .about_box .btn a:hover {
        opacity: .8;
    }
}
/*popup*/
.popup_wrap {
    display: none;
}
.popup_wrap.active {
    display: block;
}
.popup_in {
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.popup_bg {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 9999;
}
.popup_cls {
    position: absolute;
    top: -22px;
    right: -22px;
    z-index: 99;
    cursor: pointer;
}
.popup_main {
    position: absolute;
    top: 12%;
    left: 0;
    right: 0;
    margin: auto;
    width: 60vw;
    max-width: 780px;
    box-sizing: border-box;
    z-index: 9999;
}
.srcPop_cnt {
    width: 100%;
    max-width: 100%;
    display: none;
    height: 90vh;
    box-sizing: border-box;
    padding-bottom: 60px;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.srcPop_cnt::-webkit-scrollbar {
    display: none;
}
.srcPop_cnt.active {
    display: block;
}
.srcPop_movie,
.popup_main iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}
.popup_btn {
    margin-top: 36px;
}
.popup_btn li {
    width: 100%;
    max-width: 612px;
    height: 70px;
    margin: 0 auto;
    margin-top: 18px;
}
.popup_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 100vh;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}
.popup_btn .is-ver1 a {
    background: #C1143D;
}
.popup_btn .is-ver2 a {
    background: #FF8457;
}
@media screen and (min-width:896px) and (max-width:1440px) {
    .special_wrap {
        padding: 114px 40px 86px;
    }
    .contents_bnr_wrap {
        padding: 86px 40px 0;
    }
    .contents_bnrLst {
        justify-content: space-between;
        gap: 0;
    }
    .contents_bnrLst li {
        width: 24%;
    }
    .contents_bnrLst li img {
        width: 100%;
        height: auto;
    }
    .tableAnchor_wrap {
        padding: 84px 40px 0;
    }
    .table_wrap {
        padding: 84px 40px 0;
    }
    .table_in {
        padding: 92px 60px 50px;
    }
    .about_wrap {
        padding: 90px 40px 102px;
    }
    .about_read .img img {
        width: 100%;
        max-width: 260px;
        height: auto;
    }
    .about_read .read {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .about_read .ttl {
        font-size: 44px;
        margin-bottom: 20px;
    }
    .about_read .txt {
        font-size: 14px;
    }
    .about_read .btn a {
        font-size: 18px;
    }
    .about_read .add {
        font-size: 14px;
    }
    .about_flx {
        justify-content: space-between;
        gap: 0;
    }
    .about_box {
        width: 49%;
    }
    .about_box .txt {
        font-size: 14px;
        padding: 42px 20px 40px;
    }
    .about_box .btn {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        max-width: 380px;
    }
    .about_box .btn a {
        font-size: 16px;
    }
}
@media screen and (min-width:896px) and (max-width:1180px) {
    .benefits_bnr {
        padding: 0 20px;
        height: 40.678vw;
        box-sizing: border-box;
    }
    .benefits_bnr .box {
        width: 51.695vw;
    }
    .benefits_bnr .mds {
        font-size: 1.525vw;
    }
    .benefits_bnr .ttl {
        font-size: 4.068vw;
        margin-top: 0.847vw;
    }
    .benefits_bnr .txt {
        font-size: 1.525vw;
        margin-top: 1.356vw;
    }
    .benefits_bnr .add {
        font-size: 1.186vw;
        line-height: 1.4;
        margin-top: 1.186vw;
    }
    .benefits_bnr .img img {
        width: 42.034vw;
        height: auto;
    }
    .benefits_bnr.is-ver2 .img img {
        width: 200px;
        height: auto;
    }
    .benefits_bnr.is-ver2 .box {
        width: auto;
    }
}
@media screen and (min-width:896px) and (max-width:1100px) {
    .benefits_bnr.is-ver2 {
        border-radius: 0;
    }
}
@media screen and (min-width:896px) and (max-width:1080px) {
    .special_box {
        padding: 58px 50px 50px 50px;
    }
    .special_cnt {
        display: flex;
        align-items: center;
    }
    .special_cnt .img {
        position: static;
        transform: none;
    }
    .special_cnt .box {
        max-width: none;
        width: -webkit-calc(100% - 266px);
        width: calc(100% - 266px);
        padding-right: 20px;
    }
    .special_cnt .sbbox {
        display: block;
    }
    .special_cnt .sbbox .tag span {
        display: inline-block;
    }
    .special_cnt .sbbox .sb {
        margin-top: 10px;
    }
    .tableAnchor_lst li {
        width: -webkit-calc((100% - 28px ) / 2);
        width: calc((100% - 28px ) / 2);
    }
    .tableAnchor_lst a {
        font-size: 20px;
        line-height: 140%;
    }
    .table_box a {
        padding: 32px 28px;
    }
    .table_box .pickup {
        position: absolute;
        top: 10px;
        right: 12px;
    }
    .table_box .pickup img {
        width: 64px;
        height: auto;
    }
    .table_box .box {
        width: 64%;
        padding-left: 20px;
    }
    .table_box .imgbox {
        width: 36%;
    }
    .table_box .img img {
        width: 100%;
        height: auto;
    }
    .table_box .img:before {
        width: 42px;
        height: 42px;
    }
}
@media only screen and (max-width: 896px) {
    .footer_wrap {
        padding: 45px 26px 108px;
    }
    .footer_txt {
        font-size: 14px;
        line-height: 173%;
        text-align: left;
    }
    .footer_logo {
        padding: 42px 0 46px;
    }
    .footer_logo img {
        width: 100%;
        max-width: 270px;
        height: auto;
    }
    .footer_link {
        margin-bottom: 18px;
    }
    .footer_link li a {
        font-size: 16px;
    }
    .footer_copy,
    .footer_copy small {
        font-size: 12px;
        line-height: 1.6;
    }
    .special_wrap {
        padding: 34px 15px 40px;
    }
    .special_ttl {
        width: fit-content;
        margin: 0 auto;
        font-size: 28px;
        line-height: 128%;
        background: url(../svg/line01.svg) repeat-x bottom;
        padding-bottom: 13px;
    }
    .special_ttl span:before {
        content: none;
    }
    .special_box {
        padding: 17px 15px 40px;
    }
    .special_box.is-ver1 {
        margin-top: 50px;
    }
    .special_box.is-ver2 {
        margin-top: 68px;
    }
    .special_box .mds {
        height: 40px;
        padding: 0 2px 0 12px;
        border-radius: 8px 0 0 0;
        top: -40px;
        font-size: 16px;
    }
    .special_box .mds:before {
        right: -39px;
        height: 40px;
        width: 40px;
    }
    .special_cnt .box {
        width: 100%;
        max-width: none;
    }
    .special_box .time {
        padding: 0 0 14px;
        margin-bottom: 14px;
        width: 100%;
    }
    .special_box .time span {
        font-size: 18px;
        height: 40px;
        padding: 0 10px 2px;
    }
    .special_cnt .sbbox {
        display: flex;
        align-items: center;
        gap: 0 9px;
        margin-bottom: 10px;
    }
    .special_cnt .sbbox .tag {
        font-size: 14px;
        line-height: 138%;
    }
    .special_cnt .sbbox .tag span {
        padding: 7px 8px;
    }
    .special_cnt .sbbox .sb {
        font-size: 18px;
        line-height: 154%;
    }
    .special_cnt .ttl {
        font-weight: 700;
        font-size: 21px;
        line-height: 154%;
    }
    .special_cnt .txt {
        font-size: 16px;
        line-height: 160%;
        margin-top: 14px;
    }
    .special_cnt .img {
        position: static;
        transform: none;
        margin-top: 18px;
    }
    .special_cnt .img .prof {
        width: 154px;
        height: auto;
    }
    .special_cnt .img .prof2 {
        width: 231px;
        height: auto;
    }
    .special_cnt .name {
        font-size: 13px;
        width: fit-content;
        margin: 0 auto;
        margin-top: 14px;
    }
    .special_cnt .name span {
        font-size: 20px;
        line-height: 1.8;
    }
    .special_cnt .name2 {
        font-size: 14px;
        margin-top: 14px;
    }
    .special_btn {
        position: fixed;
        top: auto;
        bottom: 20px;
        right: 0;
        left: 0;
        text-align: center;
        z-index: 9999;
    }
    .special_btn img {
        width: 100%;
        max-width: 294px;
        height: auto;
        box-shadow: 0px 4px 18.6px rgba(0, 0, 0, 0.25);
        border-radius: 100vh;
    }
    .benefits_wrap {
        background:#C1143D url(../img/sp/gift_bg.png) center / cover no-repeat;
        padding: 22px 20px 45px;
    }
    .benefits_bnr {
        display: block;
        width: 100%;
        height: auto;
    }
    .benefits_bnr.is-ver2 {
        height: auto;
        padding: 20px;
        border-radius: 20px;
        box-sizing: border-box;
        margin: 30px 0 0;
    }
    .benefits_bnr .box {
        width: auto;
    }
    .benefits_bnr.is-ver2 .box {
        width: auto;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .benefits_bnr .mds {
        font-size: 20px;
        line-height: 140%;
    }
    .benefits_bnr .ttl {
        font-size: 34px;
        line-height: 120%;
        margin-top: 8px;
    }
    .benefits_bnr.is-ver2 .ttl {
        font-size: 20px;
    }
    .benefits_bnr .txt {
        font-weight: 500;
        font-size: 16px;
        line-height: 160%;
        margin-top: 20px;
    }
    .benefits_bnr .add {
        color: #fff;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin-top: 16px;
    }
    .benefits_bnr .img {
        text-align: center;
        margin-top: 10px;
    }
    .benefits_bnr .img img {
        width: 100%;
        max-width: 328px;
        height: auto;
    }
    .benefits_bnr.is-ver2 .img img {
        max-width: 150px;
    }
    .contents_bnr_wrap {
        padding: 0 20px;
        padding-top: 28px;
    }
    .contents_bnrLst {
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px 8px;
    }
    .contents_bnrLst li {
        width: -webkit-calc((100% - 8px ) / 2);
        width: calc((100% - 8px ) / 2);
    }
    .contents_bnrLst li img {
        width: 100%;
        height: auto;
    }
    .timetable_wrap {
        padding: 30px 15px 0;
    }
    .timetable-ttl {
        font-size: 28px;
        line-height: 128%;
        margin-bottom: 25px;
    }
    .timetable_wrap .img {
        text-align: center;
    }
    .timetable_wrap .img img {
        width: 100%;
        max-width: 800px;
        height: auto;
    }
    .tableAnchor_wrap {
        padding: 50px 15px 0;
    }
    .tableAnchor_lst {
        display: block;
        margin-bottom: 10px;
    }
    .tableAnchor_lst li {
        width: 100%;
        max-width: none;
        height: 80px;
        border-radius: 4px;
        margin-bottom: 45px;
    }
    .tableAnchor_lst li:last-child {
        margin-bottom: 0;
    }
    .tableAnchor_lst a {
        border-radius: 4px;
        font-size: 16px;
    }
    .tableAnchor_lst .is-flx {
        padding-right: 40px;
    }
    .tableAnchor_lst .is-flx:before {
        width: 20px;
        height: 20px;
    }
    .tableAnchor_lst .is-label {
        top: -20px;
        height: 40px;
        font-size: 22px;
        padding-bottom: 4px;
    }
    .table_wrap {
        padding: 30px 15px 0;
    }
    .table_in {
        position: relative;
        padding: 40px 15px 15px;
    }
    .table_in:before {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 14px;
        top: -4px; 
        left: 0;
        right: 0;
        margin: auto;
        background: url(../img/sp/line.png) repeat-x center / auto 100%;
    }

    .table_ttl {
        background-image: radial-gradient(circle, #FF8457 1.5px, transparent 1.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 7px 3px;
        position: relative;
    }
    .table_ttl .stage {
        position: absolute;
        top: -2px;
        left: 0;
    }
    .table_ttl .stage img {
        width: 50px;
        height: auto;
    }
    .table_ttl .box {
        padding-left: 0;
        padding-bottom: 16px;
    }
    .table_ttl .read {
        font-size: 20px;
        line-height: 140%;
        padding-left: 62px;
        padding-bottom: 12px;
    }
    .table_ttl .ttl {
        font-size: 22px;
        line-height: 140%;
    }
    .table_lst {
        margin-top: 26px;
    }
    .table_box a {
        flex-wrap: wrap;
        padding: 20px 20px;
        position: relative;
    }
    .table_box .pickup {
        top: -12px;
        right: -10px;
    }
    .table_box .pickup img {
        width: 64px;
        height: auto;
    }
    .table_box .box {
        width: 100%;
        box-sizing: border-box;
        padding: 0;
    }
    .table_box .img {
        width: 100%;
        max-width: 278px;
        margin: 0 auto;
        margin-top: 20px;
    }
    .table_box .img:before {
        width: 54px;
        height: 54px;
    }
    .table_box .img img {
        width: 100%;
        height: auto;
    }
    .table_box .time {
        margin-bottom: 20px;
    }
    .table_box .time span {
        font-size: 20px;
        width: 124px;
        height: 30px;
        padding-bottom: 2px;
    }
    .table_box .read {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .table_box .read span {
        padding: 8px;
    }
    .table_box .ttl {
        font-size: 18px;
    }
    .table_box .tag {
        font-size: 14px;
        margin-top: 18px;
    }
    .table_box .txt {
        font-size: 16px;
        line-height: 180%;
        margin-top: 14px;
    }
    .datebox {
        margin-top: 20px;
        padding: 8px 0;
        padding-left: 18px;
    }
    .datebox .date {
        display: flex;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .datebox .date dt {
        width: 4em;
    }
    .datebox .date dd {
        width: -webkit-calc(100% - 4em);
        width: calc(100% - 4em);
        box-sizing: border-box;
    }
    .img + .datebox {
        margin-top: 10px;
        border-left: none;
        padding: 0;
        padding-left: 0;
    }
    .about_wrap {
        padding: 42px 0 40px;
    }
    .about_read {
        display: block;
    }
    .about_read .box {
        padding: 0 30px;
    }
    .about_read .read {
        margin-bottom: 32px;
        font-size: 16px;
        line-height: 160%;
        text-align: left;
    }
    .about_read .ttl {
        font-size: 24px;
        line-height: 160%;
        margin-bottom: 28px;
        letter-spacing: -0.09em;
    }
    .about_read .txt {
        font-size: 16px;
        line-height: 160%;
        text-align: left;
    }
    .about_read .img {
        padding: 16px 0 30px;
    }
    .about_read .img img {
        width: 100%;
        max-width: 172px;
        height: auto;
    }
    .about_read .btn {
        width: 100%;
        max-width: 328px;
        height: 60px;
        margin: 0 auto;
        margin-top: 0;
    }
    .about_read .btn a {
        font-size: 18px;
    }
    .about_read .add {
        margin-top: 18px;
        font-weight: 400;
        font-size: 16px;
        line-height: 1;
    }
    .about_flx {
        flex-wrap: wrap;
        gap: 20px 0;
        padding: 0 15px;
        margin-top: 38px;
    }
    .about_box {
        width: 100%;
        padding-bottom: 30px;
    }
    .about_box .ttl {
        font-size: 20px;
    }
    .about_box .txt {
        font-weight: 400;
        font-size: 16px;
        line-height: 180%;
        padding: 24px 20px 28px;
        text-align: left;
    }
    .about_box .btn {
        width: 100%;
        max-width: 320px;
        height: 50px;
        margin: 0 auto;
    }
    .about_box .btn a {
        font-size: 14px;
    }
    /*popup*/
    .popup_cls {
        position: absolute;
        top: -14px;
        right: -14px;
        z-index: 99;
        cursor: pointer;
    }
    .popup_cls img {
        width: 30px;
        height: auto;
    }
    .popup_main {
        top: 20%;
        transform: none;
        width: 90vw;
    }
    .popup_btn {
        margin-top: 26px;
    }
    .popup_btn li {
        height: 60px;
        margin-top: 16px;
    }
    .popup_btn li a {
        font-size: 16px;
        line-height: 1.4;
        text-align: center;
    }
}