@media screen and (min-width: 769px) {
    .sp_only {
        display: none !important;
    }
    .event_mv_block {
        margin: 0 auto 90px;
    }
    .event_desc {
        position: relative;
        width: 1124px;
        margin: 0 auto 64px;
    }
    .event_desc .event_desc_ttl {
        position: absolute;
        top: -24px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: 424px;
        background-color: #FFF;
        font-size: 32px;
        line-height: 48px;
        font-weight: bold;
        color: #2D5AA8;
        text-align: center;
        letter-spacing: 2px;
    }
    .event_desc .event_desc_ttl span {
        position: relative;
    }
    .event_desc .event_desc_ttl span::before {
        content: '・';
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 42px;
        color: #F6DB3C;
    }
    .event_desc_box {
        position: relative;
        border: 2px solid #2D5AA8;
        width: 100%;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 21px;
        line-height: 35px;
        font-weight: bold;
        color: #303335;
        text-align: center;
        z-index: 1;
    }
    .event_anc {
        margin: 0 auto 60px;
    }
    .event_anc ul {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 32px;
    }
    .event_anc ul li {
        width: 200px;
    }
    .event_anc ul li a {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .event_anc ul li a .event_anc_block {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 20px;
        background-color: #2D5AA8;
        padding: 32px 15px 13.5px;
    }
    .event_anc ul li a .event_anc_icon {
        position: absolute;
        top: -25px;
        left: 50%;
        transform: translateX(-50%);
        width: 74px;
        height: 74px;
        border-radius: 100px;
        background-color: #2D5AA8;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .event_anc ul li a .event_anc_icon img {
        width: 26.18px;
        margin-top: -10px;
    }
    
    .event_anc ul li a .event_anc_name {
        position: relative;
        z-index: 2;
    }
    .event_anc ul li a .event_anc_name .event_anc_name_jp {
        font-size: 16px;
        line-height: 24px;
        font-weight: bold;
        color: #F6DB3C;
        text-align: center;
    }
    .event_anc ul li a .event_anc_name .event_anc_name_eng {
        font-size: 10px;
        line-height: 15px;
        font-weight: bold;
        color: #F6DB3C;
        text-align: center;
    }
    .event_anc ul li a .event_anc_name .event_anc_line {
        margin: 10px auto 0;
    }
    .event_anc ul li a .event_anc_name .event_anc_yaji {
        margin: 14px auto 0;
        width: 10px;
    }
    .event_anc ul li a .event_anc_name .event_anc_yaji img {
        width: 100%;
    }
    .event_con {
        width: 1124px;
        margin: 0 auto 80px;
    }
    .event_con_ttl {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 21px;
        line-height: 25px;
        font-weight: bold;
        color: #6C3E2A;
    }
    .event_con .event_con_ttl::before {
        content: '';
        width: 22px;
        height: 22px;
        background: url(../img/event/kissa/ttl_icon.png) no-repeat center center;
        background-size: 22px 22px;
        margin-right: 15px;
    }
    .event_con .event_con_list {
        margin-top: 13px;
    }
    .event_con .event_con_list ul {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .event_con .event_con_list ul li.event_con_item {
        width: 269px;
        height: 65px;
        box-sizing: border-box;
    }
    .event_con .event_con_list ul li.event_con_item a {
        display: flex;
        align-items: center;
        border: 1px solid #707070;
        border-radius: 5px;
        overflow: hidden;
        background-color: #FDFBF4;
    }
    .event_con .event_con_list ul li.event_con_item a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_image {
        display: flex;
        width: 66px;
        height: 65px;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_image img {
        width: 100%;
        height: 100%;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text {
        width: 203px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        text-align: center;
        padding-right: 32px;
        box-sizing: border-box;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text .event_con_item_yaji {
        position: absolute;
        top: 50%;
        right: 16px;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text .event_con_item_yaji img {
        width: 100%;
        height: 100%;
    }

    .event_con.event_con_2 .event_con_ttl {
        margin-bottom: 12px;
    }
    .event_con.event_con_2 .event_con_ttl::before {
        content: '';
        width: 22px;
        height: 27px;
        background: url(../img/event/kissa/ttl_icon_2.png) no-repeat center center;
        background-size: 22px 27px;
        margin-right: 15px;
    }
    .event_con_2 .event_desc_box {
        padding: 30px 42px;
        box-sizing: border-box;
        border: 2px solid #2D5AA8;
        height: 171px;
        border-radius: 5px;
        justify-content: flex-start;
    }
    .event_con_2 .event_desc_box ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .event_con_2 .event_desc_box ul li {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
    }
    .event_con_2 .event_desc_box ul li .box_point {
        width: 94px;
        height: 27px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        line-height: 16px;
        font-weight: bold;
        color: #FFF;
        background-color: #2D5AA8;
        border-radius: 2px;
    }
    .event_con_2 .event_desc_box ul li .box_point span {
        font-size: 14px;
        line-height: 16px;
        font-weight: bold;
        color: #FFF;
        margin-left: 5px;
    }
    .event_con_2 .event_desc_box ul li .box_text {
        font-size: 15px;
        line-height: 18px;
        font-weight: bold;
        color: #303335;
    }

    .block-comment {
        margin: 20px auto;
        font-size: 22px;
        line-height: 33px;
        font-weight: 400;
        text-align: center;
    }
    .event_more_btn {
        margin: 30px auto 90px;
    }
    .event_more_btn a {
        position: relative;
    }
    .event_more_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 17px;
        transform: translateY(-50%);
        width: 15px;
        height: 15px;
        background: url(../img/event/kissa/white_yaji.png) no-repeat center center;
        background-size: 15px 15px;
    }

    .block-top-business-type {
        margin: 0 0 80px;
    }
    .block-top-business-type--items {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px 16px;
    }
    .block-top-business-type--item {
        width: 280px;
    }
    .block-top-business-type--item:nth-child(1) {
        margin-left: 25px;
    }
    .block-top-business-type--item:nth-child(3) {
        margin-right: 25px;
    }
    .block-top-business-type--item a {
        position: relative;
        display: block;
    }
    .block-top-business-type--item a:hover {
        text-decoration: none;
        opacity: .8;
    }
    .block-top-business-type--item p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1px;
        width: 100%;
        text-align: center;
    }
    .goods_ .StyleP_Frame_ .StyleP_Line_ {
        flex-wrap: nowrap;
        gap: 40px;
    }

    .event_con_3 {
        margin-bottom: 80px;
    }
    .event_con.event_con_3 .event_con_ttl {
        margin-bottom: 12px;
    }
    .event_con.event_con_3 .event_con_ttl::before {
        content: '';
        width: 22px;
        height: 27px;
        background: url(../img/event/kissa/ttl_icon_2.png) no-repeat center center;
        background-size: 22px 27px;
        margin-right: 15px;
    }
    .event_con_3 .content_inner .well {
        background: #e2e8ed;
        padding: 25px 37px;
        width: 1138px;
        margin: 0 auto;
    }
    .event_con_3 .content_inner .well .well_inner {
        background: #FFF;
        padding: 25px 30px;
    }
    .event_con_3 .content_inner .well .well_user .dflex {
        display: flex;
        gap: 15px;
        align-items: center;
    }
    .event_con_3 .content_inner .well .well_user .user_avatar {
        margin-left: 30px;
        width: 76px;
        height: 76px;
        border-radius: 50%;
        overflow: hidden;
    }
    .event_con_3 .content_inner .well .well_user .user_avatar img {
        width: 100%;
        object-fit: cover;
    }
    .event_con_3 .content_inner .well .well_user .user_department {
        font-size: 15px;
        color: #003665;
        margin-bottom: 3px;
    }
    .event_con_3 .content_inner .well .well_user .user_name {
        font-size: 20px;
        color: #003665;
    }
    .event_con_3 .content_inner .well .well_cont {
        font-size: 16px;
        margin-top: 15px;
    }
}

@media screen and (max-width: 768px) {
    .block-scrollable-sign {
        display: none !important;
    }
    .wrapper_ {
        padding: 0;
    }
    .event_mv_block {
        margin: 0 auto calc(37/390*100vw);
    }
    .event_desc {
        position: relative;
        width: calc(361/390*100vw);
        margin: 0 auto calc(30/390*100vw);
    }
    .event_desc .event_desc_ttl {
        position: absolute;
        top: calc(-10/390*100vw);
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
        width: calc(234/390*100vw);
        background-color: #FFF;
        font-size: calc(18/390*100vw);
        line-height: calc(27/390*100vw);
        font-weight: bold;
        color: #2D5AA8;
        text-align: center;
        letter-spacing: 2px;
    }
    .event_desc .event_desc_ttl span {
        position: relative;
    }
    .event_desc .event_desc_ttl span::before {
        content: '・';
        position: absolute;
        top: calc(-20/390*100vw);
        left: 50%;
        transform: translateX(-50%);
        width: calc(234/390*100vw);
        color: #F6DB3C;
    }
    .event_desc_box {
        position: relative;
        border: 2px solid #2D5AA8;
        border-radius: calc(5/390*100vw);
        width: 100%;
        height: calc(121/390*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(12/390*100vw);
        line-height: calc(21/390*100vw);
        font-weight: bold;
        color: #303335;
        text-align: center;
        z-index: 1;
    }
    .event_anc {
        margin: 0 auto calc(25.5/390*100vw);
    }
    .event_anc ul {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: calc(9/390*100vw);
    }
    .event_anc ul li {
        width: calc(65/390*100vw);
    }
    .event_anc ul li a {
        position: relative;
        display: block;
        text-decoration: none;
    }
    .event_anc ul li a .event_anc_block {
        position: relative;
        display: block;
        width: 100%;
        border-radius: calc(15/390*100vw);
        background-color: #2D5AA8;
        padding: calc(20/390*100vw) 0 calc(8/390*100vw);
    }
    .event_anc ul li a .event_anc_icon {
        position: absolute;
        top: calc(-13/390*100vw);
        left: 50%;
        transform: translateX(-50%);
        width: calc(37.38/390*100vw);
        height: calc(37.38/390*100vw);
        border-radius: calc(50/390*100vw);
        background-color: #2D5AA8;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
    }
    .event_anc ul li a .event_anc_icon img {
        width: calc(11.7/390*100vw);
        margin-top: calc(-10/390*100vw);
    }
    
    .event_anc ul li a .event_anc_name {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        z-index: 2;
    }
    .event_anc ul li a .event_anc_name .event_anc_name_jp {
        font-size: calc(10/390*100vw);
        line-height: calc(14/390*100vw);
        height: calc(29/390*100vw);
        font-weight: bold;
        color: #F6DB3C;
        text-align: center;
    }
    .event_anc ul li a .event_anc_name .event_anc_name_eng {
        font-size: calc(7/390*100vw);
        line-height: calc(10/390*100vw);
        height: calc(18/390*100vw);
        font-weight: bold;
        color: #F6DB3C;
        text-align: center;
        margin: calc(5/390*100vw) auto 0;
    }
    .event_anc ul li a .event_anc_name .event_anc_line {
        display: none;
    }
    .event_anc ul li a .event_anc_name .event_anc_yaji {
        margin:calc(7.5/390*100vw) auto 0;
        width: calc(10/390*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .event_anc ul li a .event_anc_name .event_anc_yaji img {
        width: 100%;
        height: auto;
    }
    .event_con {
        margin: 0 calc(16/390*100vw) calc(55/390*100vw);
    }
    .event_con_ttl {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
        line-height: calc(25/390*100vw);
        font-weight: bold;
        color: #6C3E2A;
    }
    .event_con .event_con_ttl::before {
        content: '';
        width: calc(19/390*100vw);
        height: calc(19/390*100vw);
        background: url(../img/event/kissa/ttl_icon.png) no-repeat center center;
        background-size: calc(19/390*100vw);
        margin-right: calc(5/390*100vw);
    }
    .event_con .event_con_list {
        margin-top: calc(12.5/390*100vw);
    }
    .event_con .event_con_list ul {
        display: flex;
        flex-wrap: wrap;
        gap: calc(13/390*100vw);
    }
    .event_con .event_con_list ul li.event_con_item {
        display: block;
        width: calc((100% - (13/390*100vw)) / 2);
        height: calc(45/390*100vw);
        border: calc(1/390*100vw) solid #707070;
        border-radius: calc(5/390*100vw);
        overflow: hidden;
        box-sizing: border-box;
    }
    .event_con .event_con_list ul li.event_con_item a {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        background-color: #FDFBF4;
    }
    .event_con .event_con_list ul li.event_con_item a:hover {
        text-decoration: none;
        opacity: 0.7;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_image {
        display: flex;
        width: calc(40/390*100vw);
        height: calc(45/390*100vw);
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_image img {
        width: 100%;
        height: 100%;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text {
        width: calc(100% - (40/390*100vw));
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        font-size: calc(12/390*100vw);
        line-height: calc(18/390*100vw);
        font-weight: bold;
        text-align: center;
        padding-right: calc(26/390*100vw);
        box-sizing: border-box;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text .event_con_item_yaji {
        position: absolute;
        top: 50%;
        right: calc(9/390*100vw);;
        transform: translateY(-50%);
        width: calc(17/390*100vw);
        height: calc(17/390*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .event_con .event_con_list ul li.event_con_item a .event_con_item_text .event_con_item_yaji img {
        width: 100%;
        height: 100%;
    }

    .event_con_2 .event_desc_box {
        padding: calc(16/390*100vw);
        box-sizing: border-box;
        height: auto;
        border: 2px solid #2D5AA8;
        border-radius: calc(5/390*100vw);
        justify-content: flex-start;
    }
    .event_con_2 .event_desc_box ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: calc(16/390*100vw);
    }
    .event_con_2 .event_desc_box ul li {
        display: flex;
        flex-direction: column;
        gap: calc(2/390*100vw);
    }
    .event_con_2 .event_desc_box ul li .box_point {
        width: calc(50/390*100vw);
        height: calc(17/390*100vw);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: calc(8/390*100vw);
        line-height: calc(12/390*100vw);
        font-weight: bold;
        color: #FFF;
        background-color: #2D5AA8;
        border-radius: 2px;
    }
    .event_con_2 .event_desc_box ul li .box_point span {
        font-size: calc(9/390*100vw);
        line-height: calc(12/390*100vw);
        font-weight: bold;
        color: #FFF;
        margin-left: calc(3/390*100vw);
    }
    .event_con_2 .event_desc_box ul li .box_text {
        font-size: calc(13/390*100vw);
        line-height: calc(17/390*100vw);
        font-weight: bold;
        color: #303335;
        text-align: left;
    }
    .goods_ {
        margin: 0 calc(16/390*100vw);
    }
    .block-comment {
        margin: calc(-20/390*100vw) auto 0;
        font-size: calc(14/390*100vw);
        line-height: calc(21/390*100vw);
        font-weight: 400;
        text-align: center;
    }
    .event_more_btn {
        margin: calc(32/390*100vw) auto calc(60/390*100vw);
    }
    .event_more_btn a {
        position: relative;
    }
    .event_more_btn a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: calc(17/390*100vw);
        transform: translateY(-50%);
        width: calc(15/390*100vw);
        height: calc(15/390*100vw);
        background: url(../img/event/kissa/white_yaji.png) no-repeat center center;
        background-size: calc(15/390*100vw);
    }

    .block-top-business-type {
        padding: 50px 16px 0;
    }
    .block-top-business-type--items {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .block-top-business-type--item {
        width: calc((100% - 10px) / 2);
    }
    .block-top-business-type--item a {
        position: relative;
        display: block;
    }
    .block-top-business-type--item p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #FFF;
        font-weight: bold;
        white-space: nowrap;
        text-align: center;
    }
    .goods_.swiper-initialized .goods_p_ {
        width: max-content;
    }
    .goods_.swiper-initialized .goods_p_ .goods_p_item_{
        flex-shrink: unset;
        height: 100% !important;
        margin-bottom: 0 !important;
    }
    .event_con_3 {
        margin: 0 calc(16/390*100vw) 80px;
    }
    .event_con_3 .content_inner .well {
        background: #e2e8ed;
        padding: 15px 10px;
        width: 100%;
        margin: 0 auto;
    }
    .event_con_3 .content_inner .well .well_inner {
        background: #FFF;
        padding: 30px 15px;
    }
    .event_con_3 .content_inner .well .well_user .dflex {
        display: flex;
        flex-wrap: ;
        gap: 15px;
        align-items: center;
    }
    .event_con_3 .content_inner .well .well_user .user_avatar {
        margin-left: 0;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        overflow: hidden;
    }
    .event_con_3 .content_inner .well .well_user .user_avatar img {
        width: 100%;
        object-fit: cover;
    }
    .event_con_3 .content_inner .well .well_user .user_department {
        font-size: 14px;
        color: #003665;
        margin-bottom: 0;
    }
    .event_con_3 .content_inner .well .well_user .user_name {
        font-size: 16px;
        color: #003665;
    }
    .event_con_3 .content_inner .well .well_cont {
        font-size: 14px;
        margin-top: 15px;
    }
}