#keyvisual {
    position: relative
}

#keyvisual .ttl {
    position: absolute;
    bottom: 10vw;
    left: 6%;
    right: 3%;
    z-index: 2
}

@media screen and (min-width: 768px) {
    #keyvisual .ttl {
        bottom: 50px;
        left: 50px;
        right: auto
    }
}

#sec1 {
    background: url("../img/event/sec1_bg.png") no-repeat right top/135%;
    position: relative
}

#sec1 .deco {
    position: absolute;
    top: -20vw;
    left: 0;
    right: 30%;
    z-index: 1
}

#sec1 h2 {
    z-index: 2;
    padding: 60vw 10% 0
}

#sec1 .txt {
    margin-top: 10vw;
}

#sec1 .txt strong {
    color: #f64c94
}

#sec1 .group-link {
    margin-top: 10vw
}

#sec1 .group-link li a {
    display: block;
    background-color: #3a3a3a;
    padding: 10vw 0 2vw;
    min-height: 40vw
}

#sec1 .group-link li a span {
    display: block;
    text-align: center
}

#sec1 .group-link li a span.en {
    background: linear-gradient(90deg, rgb(246, 76, 148) 0%, rgb(73, 200, 242) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 6.53vw;
    line-height: 1.1764705882;
    letter-spacing: .06em
}

#sec1 .group-link li a span.jp {
    margin-top: 4.5vw;
    font-size: 4.4vw;
    font-weight: 400;
    line-height: 1;
    letter-spacing: .6em
}

#sec1 .group-link li a span.arrow {
    width: 5.3vw;
    margin: 3vw auto 0
}

#sec1 .group-link li+li {
    margin-top: 5vw
}

#sec1 .group-link li:nth-child(3) a {
    padding-top: 6vw
}

#sec1 .group-link li:nth-child(3) a span.en {
    font-size: 5.86vw;
    line-height: 1.1724137931
}

#sec1 .group-link li:nth-child(3) a span.jp {
    margin-top: 2vw
}

@media screen and (min-width: 768px) {
    #sec1 {
        background: url("../img/event/sec1_bg_pc.png") no-repeat right top/135%;
        background-size: auto;
    }

    #sec1 .deco {
        top: -187px;
        right: auto
    }

    #sec1 h2 {
        position: relative;
        z-index: 2;
        padding: 122px 0 0 102px
    }

    #sec1 .txt {
        position: relative;
        z-index: 1;
        text-align: left;
        margin-top: 180px;
        padding: 0;
        text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
        

    }

    /* #sec1 .txt::before {
        content: "";
        position: absolute;
        background: rgba(0, 0, 0, .77);
        width: 570px;
        height: 570px;
        border-radius: 50%;
        top: calc(50% - 18px);
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: -1
    } */

    #sec1 .txt strong {
        font-size: 18px
    }

    #sec1 .group-link {
        display: flex;
        justify-content: space-between;
        margin-top: 161px
    }

    #sec1 .group-link li {
        width: 30%
    }

    #sec1 .group-link li a {
        padding: 52px 0 0;
        min-height: 198px
    }

    #sec1 .group-link li a span.en {
        font-size: 34px
    }

    #sec1 .group-link li a span.jp {
        margin: 25px 0 0 10px;
        font-size: 18px
    }

    #sec1 .group-link li a span.arrow {
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 9px
    }

    #sec1 .group-link li a:hover {
        opacity: .7
    }

    #sec1 .group-link li+li {
        margin-top: 0
    }

    #sec1 .group-link li:nth-child(3) a {
        padding-top: 37px
    }

    #sec1 .group-link li:nth-child(3) a span.en {
        font-size: 29px
    }

    #sec1 .group-link li:nth-child(3) a span.jp {
        margin-top: 12px
    }
}

#sec2 .btn_group {
    margin: 10vw 5% 60vw;

}


#sec2 .btn-popup {
    margin-top: 10vw;
}

#sec2 .btn-popup a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f64c94;
    color: #f64c94;
    border-radius: 30px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: .16em
}

#sec2 .btn-popup a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_pink.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}
#sec2 .btn {
    clear:both;
    margin-top: 10vw
}

#sec2 .btn a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #49c8f2;
    color: #49c8f2;
    border-radius: 30px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: .16em
}

#sec2 .btn a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_blue.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);;
}

.calendar-shared { 
    padding: 20vw 0
}


@media screen and (min-width: 768px) {
    #sec2 .btn_group {
        display: flex;
        justify-content: space-around;
        margin: 0 auto 0;

    } 
    #sec2 .btn-popup {
        width: 440px;
        margin: 71px auto 0
    }

    #sec2 .btn-popup a {
        border-radius: 45px;
        font-size: 26px;
        line-height: 88px
    }

    #sec2 .btn-popup a::before {
        width: 14px;
        height: 22px;
        right: 48px
    }
    #sec2 .btn {
        width: 440px;
        margin: 71px auto 0
    }

    #sec2 .btn a {
        border-radius: 45px;
        font-size: 26px;
        line-height: 88px
    }

    #sec2 .btn a::before {
        width: 14px;
        height: 22px;
        right: 48px
    }
    .calendar-shared {
        padding: 200px 0;
    }
}



#sec3 {
    background: url("../img/event/sec3_bg.jpg") no-repeat center/cover;
    padding: 25vw 0 15vw
}

#sec3 .logo {
    width: 55%;
    margin: 0 auto
}

@media screen and (min-width: 768px) {
    #sec3 {
        padding: 265px 0 163px
    }

    #sec3 .ttl {
        text-align: center
    }

    #sec3 .logo {
        width: -moz-fit-content;
        width: fit-content
    }
}

#attention {
    margin: 10vw 0 0 0;
     background: url("../img/shared/bg3.jpg") repeat;
}
#attention .ttl-shared {
    padding: 20vw 5% 0 5%;
}
#attention ul {
    margin: 15vw 0 0 2%;
    font-size: 4vw;
    font-weight: bold;
    line-height: 8vw;
    padding-bottom: 20vw;
}
#attention ul li {
    list-style: inside;

}


@media screen and (min-width: 768px) {
    #attention {
        margin: 200px 0 0; 
    }

    #attention .ttl-shared {
        padding: 150px 0 0 0;

    }
    #attention ul {
        margin: 40px 0 0 100px;
        font-size: 18px;
        line-height: 50px;
        padding-bottom: 150px;
    }

}


#sec4 {
    /* background: url("../img/event/sec4_deco.png") no-repeat right top/90%; */
    padding-top: 20vw
}

#sec4 .txt {
    margin-top: 10vw
}

#sec4 .group-point {
    margin-top: 15vw
}

#sec4 .group-point .point {
    position: relative
}

#sec4 .group-point .point .num {
    position: absolute;
    top: -6vw;
    left: 7%;
    z-index: 1;
    background: linear-gradient(90deg, rgb(246, 76, 148) 0%, rgb(73, 200, 242) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 12vw;
    line-height: 1;
    letter-spacing: .06em
}

#sec4 .group-point .point .inner {
    background: url("../img/shared/bg2.jpg") repeat center top;
    padding: 10vw 5vw
}

#sec4 .group-point .point .inner dt {
    width: 12vw;
    margin: 0 auto 5vw
}

#sec4 .group-point .point .inner dd {
    color: #fff;
    font-size: 16px;
    line-height: 1.7142857143;
    font-weight: bold;
    letter-spacing: .2em
}
#sec4 .group-point .point .inner dd small {
    font-weight: 100;
}

#sec4 .group-point .point+.point {
    position: relative;
    margin-top: 20vw
}

#sec4 .group-point .point+.point::before {
    content: "";
    position: absolute;
    background: url("../img/event/sec4_icon_arrow.png") no-repeat;
    width: 10vw;
    height: 10vw;
    top: -15vw;
    left: 50%;
    transform: translateX(-50%);
    background-size: 100%
}
#sec4 .btn-popup {
    margin-top: 10vw
}

#sec4 .btn-popup a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f64c94;
    color: #f64c94;
    border-radius: 30px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: .16em
}

#sec4 .btn-popup a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_pink.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}




@media screen and (min-width: 768px) {
    #sec4 {
        background-size: auto;
        padding-top: 116px
    }

    #sec4 .txt {
        text-align: center;
        margin-top: 83px
    }

    #sec4 .group-point {
        margin-top: 94px
    }

    #sec4 .group-point .point .num {
        top: -33px;
        left: 35px;
        font-size: 74px
    }

    #sec4 .group-point .point .inner {
        display: flex;
        align-items: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
        min-height: 184px;
        padding: 0
    }

    #sec4 .group-point .point .inner dt {
        width: 200px;
        text-align: right;
        margin: 0
    }

    #sec4 .group-point .point .inner dd {
        font-size: 21px
    }

    #sec4 .group-point .point+.point {
        margin-top: 108px
    }

    #sec4 .group-point .point+.point::before {
        width: 37px;
        height: 36px;
        top: -69px
    }

    #sec4 .btn-popup {
        max-width: 700px;
        margin: 10px auto 0
    }

    #sec4 .btn-popup a {
        border-radius: 45px;
        font-size: 26px;
        line-height: 88px
    }

    #sec4 .btn-popup a::before {
        width: 14px;
        height: 22px;
        right: 48px
    }


}

#sec5 {
    position: relative;
    padding-top: 20vw
}

#sec5 .note1 {
    margin-top: 10vw
}

#sec5 .table {
    margin: 10vw -7% 0
}

#sec5 .note2 {
    margin-top: 2vw;
    text-align: center;
    font-size: 12px;
    line-height: 24px
}

#sec5 h3 {
    margin-top: 10vw;
    color: #fff;
    text-align: center;
    font-size: 6.4vw;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: .2em
}

#sec5 .txt {
    margin-top: 5vw
}

#sec5 .btn-popup {
    margin-top: 10vw
}

#sec5 .btn-popup a {
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #f64c94;
    color: #f64c94;
    border-radius: 30px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: .16em
}

#sec5 .btn-popup a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_pink.png") no-repeat;
    background-size: 100%;
    width: 6px;
    height: 10px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    #sec5 {
        padding-top: 179px
    }


    #sec5 .note1 {
        text-align: center;
        margin-top: 49px
    }

    #sec5 .table {
        margin: 99px 0 0
    }

    #sec5 .table img {
        transition: .3s linear
    }

    #sec5 .table:hover img {
        transform: scale(1.05)
    }

    #sec5 h3 {
        margin-top: 76px;
        font-size: 30px
    }

    #sec5 .txt {
        text-align: center;
        margin-top: 34px
    }

    #sec5 .btn-popup {
        max-width: 700px;
        margin: 71px auto 0
    }

    #sec5 .btn-popup a {
        border-radius: 45px;
        font-size: 32px;
        line-height: 88px
    }

    #sec5 .btn-popup a::before {
        width: 14px;
        height: 22px;
        right: 48px
    }
}

#sec6 {
    position: relative;
    padding-top: 20vw
}

#sec6::before {
    content: "";
    position: absolute;
    background: url("../img/event/sec6_deco.png") no-repeat center top/100%;
    top: 4vw;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

#sec6 .row {
    background: url("../img/shared/bg3.jpg") repeat center;
    color: #fff;
    margin-top: 15vw;
    padding: 10vw 4vw
}

#sec6 .row .col h3 {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 22.5px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .12em
}

#sec6 .row .col h3 img {
    width: 39px
}

#sec6 .row .col .sub-title {
    display: flex;
    border-bottom: 2px solid #fff;
    margin: 20px 0 0 3px
}

#sec6 .row .col .sub-title li {
    font-weight: bold;
    line-height: 1;
    letter-spacing: .12em
}

#sec6 .row .col .sub-title li:nth-child(1) {
    width: 55%
}

#sec6 .row .col .sub-title li:nth-child(2) {
    width: 30%
}

#sec6 .row .col .sub-title li:nth-child(3) {
    flex: 1;
    text-align: right
}

#sec6 .row .col .content {
    margin-top: 13px
}

#sec6 .row .col .content dl {
    position: relative;
    padding-left: 17px
}

#sec6 .row .col .content dl * {
    letter-spacing: .05em
}

#sec6 .row .col .content dl::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 5px;
    top: 4px;
    bottom: 0;
    left: 0
}

#sec6 .row .col .content dl dt {
    margin-bottom: 5px;
    font-weight: bold
}

#sec6 .row .col .content dl dd {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    font-size: 13px
}

#sec6 .row .col .content dl dd span {
    display: block
}

#sec6 .row .col .content dl dd span:nth-child(1) {
    width: 51%
}

#sec6 .row .col .content dl dd span:nth-child(2) {
    width: 39%
}

#sec6 .row .col .content dl dd span:nth-child(3) {
    flex: 1;
    text-align: right
}

#sec6 .row .col .content dl dd span:last-child {
    text-align: right
}

#sec6 .row .col .content dl+dl {
    margin-top: 23px
}

#sec6 .row .col+.col {
    margin-top: 10vw
}

@media screen and (max-width: 767px) {
    #sec6 .ttl-shared span.en {
        font-size: 12vw
    }
}

@media screen and (min-width: 768px) {
    #sec6 {
        padding-top: 224px
    }

    #sec6::before {
        top: -32px
    }

    #sec6 .row {
        margin-top: 60px;
        padding: 56px 0 84px
    }

    #sec6 .row .inner {
        display: flex;
        justify-content: space-between;
        max-width: 892px;
        margin: 0 auto
    }

    #sec6 .row .col {
        width: 403px
    }

    #sec6 .row .col h3 {
        -moz-column-gap: 17px;
        column-gap: 17px;
        font-size: 30px
    }

    #sec6 .row .col h3 img {
        width: auto
    }

    #sec6 .row .col .sub-title {
        margin: 31px 0 0 6px;
        padding-bottom: 6px
    }

    #sec6 .row .col .sub-title li {
        font-size: 17px
    }

    #sec6 .row .col .content {
        margin-top: 10px
    }

    #sec6 .row .col .content dl {
        padding-left: 20px;
        line-height: 25px
    }

    #sec6 .row .col .content dl * {
        letter-spacing: .12em
    }

    #sec6 .row .col .content dl::before {
        top: 7px;
        bottom: 0
    }

    #sec6 .row .col .content dl.lh32 {
        line-height: 30px
    }

    #sec6 .row .col .content dl dt {
        margin-bottom: 3px;
        font-size: 16px;
        font-weight: bold
    }

    #sec6 .row .col .content dl dd {
        font-size: 15px
    }

    #sec6 .row .col .content dl dd span:nth-child(1) {
        width: 51%
    }

    #sec6 .row .col .content dl dd span:nth-child(2) {
        width: 39%
    }

    #sec6 .row .col .content dl dd span:nth-child(3) {
        flex: 1;
        text-align: right
    }

    #sec6 .row .col .content dl dd span:last-child {
        text-align: right
    }

    #sec6 .row .col .content dl+dl {
        margin-top: 20px
    }

    #sec6 .row .col+.col {
        margin-top: 0px
    }
}

#sec7 {
    position: relative;
    padding-top: 20vw
}

#sec7 .txt {
    margin-top: 10vw
}

#sec7 .slider {
    margin-top: 10vw
}

#sec7 .slider .sec7-thumb {
    position: relative;
    z-index: 1;
    margin-bottom: -17vw
}

#sec7 .slider .sec7-thumb .slick-track {
    display: flex;
    justify-content: center;
    transform: none !important;
    width: 100% !important
}

#sec7 .slider .sec7-thumb .slick-slide {
    width: 35vw;
    margin: 0 2vw
}

#sec7 .slider .sec7-thumb .slick-slide img.off {
    display: block
}

#sec7 .slider .sec7-thumb .slick-slide img.on {
    display: none
}

#sec7 .slider .sec7-thumb .slick-current img.off {
    display: none
}

#sec7 .slider .sec7-thumb .slick-current img.on {
    display: block
}

#sec7 .slider .sec7-main ul li:nth-child(2) {
    margin: 10vw 10% 0
}

@media screen and (min-width: 768px) {
    #sec7 {
        padding-top: 147px
    }

    #sec7 .wrap {
        max-width: 1300px
    }

    #sec7 .txt {
        text-align: center;
        margin-top: 58px
    }

    #sec7 .slider {
        margin-top: 47px
    }

    #sec7 .slider .sec7-thumb {
        margin: 0 0 -80px calc(50% - 80px)
    }

    #sec7 .slider .sec7-thumb .slick-track {
        justify-content: flex-start
    }

    #sec7 .slider .sec7-thumb .slick-slide {
        width: auto;
        margin: 0 9px;
        cursor: pointer
    }

    #sec7 .slider .sec7-thumb .slick-slide:hover {
        opacity: .7
    }

    #sec7 .slider .sec7-main .slick-list {
        overflow: visible
    }

    #sec7 .slider .sec7-main ul {
        display: flex;
        justify-content: space-between
    }

    #sec7 .slider .sec7-main ul li:nth-child(1) {
        order: 2
    }

    #sec7 .slider .sec7-main ul li:nth-child(2) {
        order: 1;
        margin: -13px 55px 0
    }
}

#sec8 {
    padding: 20vw 0
}

#sec8 .row {
    text-align: center;
    margin-top: 10vw
}

#sec8 .row .col-l .icon {
    width: 28.5vw;
    margin: 0 auto
}

#sec8 .row .col-l .sub-txt {
    margin-top: 2.5vw;
    font-size: 18px;
    letter-spacing: .1em
}

#sec8 .row .col-r .btn-tel {
    margin-top: 5vw
}

#sec8 .row .col-r .btn-tel a {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

#sec8 .row .col-r .btn-tel span {
    display: block;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .04em
}

#sec8 .row .col-r .btn-tel span:nth-child(1) {
    color: #f64c94;
    margin-bottom: 4px;
    font-weight: 500;
    font-size: 17.5px
}

#sec8 .row .col-r .btn-tel span:nth-child(2) {
    margin: 0 4px 7px 2px
}

#sec8 .row .col-r .btn-tel span:nth-child(2) img {
    width: 22px
}

#sec8 .row .col-r .btn-tel span:nth-child(3) {
    background: linear-gradient(90deg, rgb(246, 76, 148) 0%, rgb(73, 200, 242) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 32.5px
}

#sec8 .row .col-r .note {
    color: #fff;
    margin: 3px -3% 0;
    font-size: 11.5px
}

#sec8 .row .col-r .note span {
    display: block;
    margin-bottom: -3px;
    font-size: 16.5px;
    font-weight: 500
}

#sec8 .row .col-r .btn-contact {
    margin-top: 5vw
}

#sec8 .row .col-r .btn-contact a {
    position: relative;
    display: block;
    border: 1px solid #f64c94;
    color: #f64c94;
    text-align: left;
    border-radius: 40px;
    padding: 0 0 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: .16em
}

#sec8 .row .col-r .btn-contact a::before {
    content: "";
    position: absolute;
    background: url("../img/shared/icon_arrow_pink.png") no-repeat;
    background-size: 100%;
    width: 9px;
    height: 15px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%)
}

@media screen and (min-width: 768px) {
    #sec8 {
        padding: 143px 0 175px
    }

    #sec8 .row {
        display: flex;
        justify-content: center;
        max-width: 804px;
        margin: 0 auto
    }

    #sec8 .row .col-l {
        position: relative;
        width: 300px;
        padding-right: 18px
    }

    #sec8 .row .col-l::before {
        content: "";
        position: absolute;
        background: rgba(255, 255, 255, .2);
        width: 1px;
        height: 134px;
        right: 0;
        top: 50%;
        transform: translateY(-50%)
    }

    #sec8 .row .col-l .icon {
        width: 110px;
        margin: 0 auto
    }

    #sec8 .row .col-l .sub-txt {
        margin-top: 15px;
        font-size: 20.5px;
        letter-spacing: .1em
    }

    #sec8 .row .col-r {
        flex: 1
    }

    #sec8 .row .col-r .btn-tel {
        margin: 18px 0 0 40px;
        display: flex;
        align-items: flex-end
    }

    #sec8 .row .col-r .btn-tel span:nth-child(1) {
        font-size: 21px
    }

    #sec8 .row .col-r .btn-tel span:nth-child(2) {
        margin: 0 4px 8px 8px
    }

    #sec8 .row .col-r .btn-tel span:nth-child(2) img {
        width: 27px
    }

    #sec8 .row .col-r .btn-tel span:nth-child(3) {
        font-size: 43px
    }

    #sec8 .row .col-r .note {
        text-align: left;
        margin: 12px 0 0 39px;
        font-size: 16px;
        line-height: 29px
    }

    #sec8 .row .col-r .note span {
        margin-bottom: 0;
        font-size: 18px
    }

    #sec8 .row .col-r .btn-contact {
        width: 443px;
        margin: 29px 0 0 42px
    }

    #sec8 .row .col-r .btn-contact a {
        padding: 0 0 3px 53px;
        font-size: 29px;
        line-height: 75px
    }

    #sec8 .row .col-r .btn-contact a::before {
        width: 12px;
        height: 21px;
        right: 36px
    }

    #sec8 .row1 {
        margin-top: 77px
    }

    #sec8 .row2 {
        margin-top: 69px
    }
}