@charset "UTF-8";
/* CSS Document */

.sp {
    display: none;
}
.contents {
    font-family: "Noto Sans JP", sans-serif;
    color: #282828;
    overflow: hidden;
}
.common__inner {
    width: 1024px;
    margin: 0 auto;
}
.contents a {
    transition: 0.3s;
}

.title_wrap {
    margin: 30px auto 25px;
    text-align: center;
}
.title_wrap h1 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    background: linear-gradient(90deg, #0068b7, #7830db, #08cef2);
    background: -webkit-linear-gradient(0deg, #0068b7, #7830db, #08cef2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}
.title_wrap h1::after,
.title_wrap h1::before {
    content: "";
    display: block;
    width: 2px;
    height: 30px;
    position: absolute;
    background-color: #0068b7;
    bottom: 0;
}
.title_wrap h1::before {
    left: -15px;
    transform: rotate(-30deg);
}
.title_wrap h1::after {
    right: -15px;
    transform: rotate(30deg);
}
.keyvisual_wrap {
    background: linear-gradient(90deg, #0057ad, #03a3f5);
    background: -webkit-linear-gradient(0deg, #0057ad, #03a3f5);
    position: relative;
    padding-bottom: 100px;
}
.keyvisual_wrap::before {
    content: "";
    display: block;
    background: #ffffff;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
}
.keyvisualTtl_inner {
    margin-top: 25px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 0.06em;
}
.keyvisualTtl_inner span {
    font-size: 25px;
    padding-left: 15px;
}
/*動画枠*/
.movie_box {
    display: block;
    width: 100%;
    height: 576px;
}
.mov_txt {
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    text-align: right;
    margin-top: 5px;
}
/*アンカー*/
.navi_wrap {
    background: #ffffff;
    border-radius: 15px;
    height: 90px;
    box-shadow: 0 3px 18px -10px;
    margin-top: -46px;
    position: relative;
    z-index: 1;
    padding-right: 10px;
}
.navi_list {
    display: flex;
    justify-content: center;
}
.navi_items {
    width: 256px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.navi_items span {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    line-height: 2.6rem;
}
.navi_items span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #0068b7;
    border-right: 3px solid #0068b7;
    transform: translateY(-50%) rotate(135deg);
}
.navi_list li:last-child .navi_items span::after {
    transform: translateY(-50%) rotate(45deg);
}
.navi_items:hover {
    color: #0068b7;
}
.heading__h2 {
    margin-bottom: 60px;
    text-align: center;
    position: relative;
}
.heading__h2_en {
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    color: #b1d1eb;
    font-weight: 800;
}
.heading__h2_txt {
    font-size: 35px;
    font-weight: 700;
    color: #0068b7;
    letter-spacing: 0.06em;
    margin-top: -5px;
}
.heading__h2::after {
    content: "";
    display: block;
    width: 50px;
    height: 4px;
    background: linear-gradient(90deg, #0057ad, #03a3f5);
    background: -webkit-linear-gradient(0deg, #0057ad, #03a3f5);
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
/*開催概要*/
.about {
    background: #edf3fc;
    padding: 130px 0 70px;
    margin-top: -45px;
    position: relative;
}
.about::before {
    content: "";
    display: block;
    width: 1923px;
    height: 1038px;
    background: url(/attending/kokunai/expo2025/images/about_deco.png);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about_inner {
    padding-top: 20px;
    text-align: center;
    position: relative;
}
.about_inner dt {
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    background: #e60012;
    padding: 3px 20px;
    border-radius: 50px;
}
.about_inner dd {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    margin: 12px 0 35px;
}
/*チケット販売*/
.ticket {
    padding-top: 60px;
}
.caption02,
.caption01 {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 18px;
    padding-bottom: 3px;
    position: relative;
}
.caption01::after {
    content: "";
    display: block;
    background: #0068b7;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    left: 2px;
    top: 8px;
}
.caption02 a,
.caption01 a {
    color: #0068b7;
    text-decoration: underline;
}

.caption01_points {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-left: 18px;
    padding-bottom: 3px;
    text-indent: -1em;
    padding-left: 1em;
    margin-left: 1em;
}

.caption_md {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
}

.caption_md_points {
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 3px;
    text-indent: -1em;
    padding-left: 1em;
}
.ticketNavi_list {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.ticketNavi_items {
    width: 240px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #0068b7;
    border-radius: 50px;
    position: relative;
}
.ticketNavi_items::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #0068b7;
    border-right: 3px solid #0068b7;
    transform: translateY(-50%) rotate(135deg);
}
.ticketNavi_items--disabled {
    pointer-events: none;
    opacity: 0.3;
}
.ticketNavi_items:not(.ticketNavi_items--disabled):hover {
    background: #edf3fc;
}
.ticket__wrap {
    margin-top: 70px;
}
.ticket__heading01 {
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    background: #0068b7;
    padding: 15px 0;
}
.ticket__cts {
    margin-top: 30px;
    background: #f4f4f4;
    border-radius: 25px;
    padding: 30px 30px 40px;
}
.ticket__heading02 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}
.ticket_text01 {
    font-weight: 500;
}
.ticket_text01 span,
.ticket_text02 span {
    color: #e60012;
}
.ticket_text02 {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 400;
}
.date {
    margin-top: 9px;
    display: flex;
}
.date dt {
    display: block;
    background: #282828;
    border-radius: 8px;
    padding: 2px 7px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}
.date dd {
    padding-left: 8px;
    font-weight: 500;
}
.priceList {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    gap: 16px;
}
.priceList__items {
    background: #ffffff;
    border: 1px solid #dedede;
    border-radius: 15px;
    width: 100%;
    padding: 10px 0;
}
.priceItems_cts01 {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-weight: 700;
}
.priceItems_cts01 .text01 {
    font-size: 20px;
    margin-right: 20px;
}
.priceItems_cts01 .text02 {
    color: #e60012;
    font-size: 26px;
}
.priceItems_cts01 .text02 span {
    font-size: 18px;
    padding-left: 5px;
}
.priceItems_cts02 {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}
.priceList__items.gray {
    color: #999999;
    background: #fcfcfc;
}
.priceList__items.gray .priceItems_cts01 .text02 {
    color: #999999;
}

.ticket__links {
    margin: 25px auto 0;
    width: 495px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(90deg, #0057ad, #03a3f5);
    background: -webkit-linear-gradient(0deg, #0057ad, #03a3f5);
    box-shadow: 0 5px 15px -10px #999999;
    position: relative;
}
.ticket__links::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.hover:hover {
    opacity: 0.7;
}
.links__gray {
    color: #656565;
    margin: 25px auto 0;
    width: 495px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background: #fcfcfc;
    border: 1px solid #dedede;
    border-radius: 50px;
}

/*------モーダルウィンドウ用---------------------------------------*/

#modal-win {
    width: 100%;
    position: absolute;
    text-align: center;
}
#modal-win-inner {
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .25);*/
    margin: 0 auto;
    position: relative;
    z-index: 9991;
    text-align: left;
    display: inline-block;
    width: auto !important;
}
#modal-bg {
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    cursor: pointer;
}

.click {
    display: none;
}

.clickWrap {
    position: relative;
    width: 80%;
    max-width: 1024px;
    /*	width: 964px;*/
    margin-right: auto;
    margin-left: auto;
}

.clickClose {
    display: block;
    background: #eaeaea;
    width: 66px;
    height: 66px;
    border-radius: 0 10px 0 0;
}

/*------モーダルウィンドウ用　ここまで---------------------------------------*/
.modalBtn01 a {
    margin-top: 12px;
    display: inline-block;
    padding: 3px 10px 3px 30px;
    background: #edf3fc;
    border: 1px solid #0068b7;
    border-radius: 8px;
    color: #0068b7;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}
.modalBtn01 a::after {
    content: "";
    display: block;
    background: url(/attending/kokunai/expo2025/images/modal_icon.svg);
    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}
.modalBlock01 {
    background-color: #ffffff;
    border-radius: 10px;
}
.modal__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    border-bottom: 1px solid #eaeaea;
    font-size: 22px;
    font-weight: 700;
    padding-left: 30px;
}
.modal__cts {
    padding: 20px 30px;
}
.modal__text {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
}
.modal-close {
    display: block;
    width: 66px;
    height: 66px;
    position: relative;
    background: #eaeaea;
    border-radius: 0 10px 0 0;
    cursor: pointer;
}
.modal-close::before,
.modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #282828;
}
.modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.form_link {
    margin: 80px auto 120px;
}
.sec03 {
    margin: 80px auto 50px;
}
.sec03 .heading__h2 {
    margin-bottom: 100px;
}
.step__items {
    margin-top: 50px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.step__items:not(:last-child)::after {
    content: "";
    display: block;
    background: url(/attending/kokunai/expo2025/images/step_dotted_pc.svg);
    background-repeat: repeat-y;
    width: 3px;
    height: 100%;
    position: absolute;
    top: 150px;
    left: 152px;
}
.step__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 125px;
    background: #0068b7;
    border-radius: 15px;
    padding-top: 10px;
    position: relative;
}
.step__heading::after {
    content: "1";
    width: 56px;
    height: 56px;
    background: #ffffff;
    border-radius: 50px;
    border: 3px solid #0068b7;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    color: #0068b7;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.step__heading::before {
    content: "";
    display: block;
    width: 300px;
    height: 50px;
    background: #ffffff;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.step01 .step__heading::after {
    content: "1";
}
.step02 .step__heading::after {
    content: "2";
}
.step03 .step__heading::after {
    content: "3";
}
.step04 .step__heading::after {
    content: "4";
}
.step05 .step__heading::after {
    content: "5";
}
.step06 .step__heading::after {
    content: "6";
}
.step__heading h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.stepTxt_list {
    width: 684px;
}
.step_text01 {
    font-weight: 500;
    padding-left: 15px;
    text-indent: -15px;
}
.step_text01 span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
}
.stepLink_list {
    display: flex;
    justify-content: flex-start;
}
.step__Link {
    margin: 15px 15px 0 0;
    width: 280px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #e60012;
    border-radius: 50px;
    box-shadow: 0 5px 15px -10px #999999;
    position: relative;
}
.step__Link--auto-width {
    width: 480px;
    height: 80px;
}
.step__Link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.step_caption01 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
    padding-right: 100px;
}
.step_caption02 {
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.sec04 {
    padding: 50px 0 100px;
    background: #edf3fc;
}

.faq_wrap {
    margin: 0 auto 80px;
    width: 666px;
}

.faq__link {
    display: block;
    width: 666px;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 28px 0;
    background: linear-gradient(90deg, #e60012, #e5520a, #f5a000);
    background: -webkit-linear-gradient(0deg, #e60012, #e5520a, #f5a000);
    border-radius: 20px;
    box-shadow: 0 5px 15px -10px #999999;
    position: relative;
}
.faq__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.faq_wrap p {
    text-align: right;
    font-size: 14px;
    font-weight: 300;
    margin-top: 5px;
}

.tour__list {
    display: flex;
    justify-content: space-between;
}
.tour__items {
    position: relative;
    overflow: hidden;
    width: 244px;
    height: 194px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 5px 15px -10px #999999;
    transition: 0.3s;
}
.tour__items:hover {
    opacity: 0.7;
}
.tour__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.tour__link::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: #0068b7;
    border-radius: 50%;
    position: absolute;
    bottom: 13px;
    right: 10px;
}
.tour__link::after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: 18px;
    right: 16px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: rotate(45deg);
}
.tour__img {
    width: auto;
    height: 150px;
}
.tour__name {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
}
.spbr {
    display: none;
}

/*キャンペーン*/
.campaign_wrap {
    border: 2px solid #cccccc;
    border-radius: 15px;
    padding: 10px;
}
.cpttl {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.06em;
    margin-top: -5px;
    text-align: center;
}
.campaign__items {
    margin-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.campaign__items img {
    width: 460px;
    margin-top: 37px;
}
.campaignTxt_list {
    width: 700px;
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 500;
}
.campaign__Link {
    margin: 15px auto 5px auto;
    width: 600px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    background: #e60012;
    border-radius: 50px;
    box-shadow: 0 5px 15px -10px #999999;
    position: relative;
}
.campaign__Link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    display: block;
    width: 12px;
    height: 12px;
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    transform: translateY(-50%) rotate(45deg);
}
.campaign_caption01 {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}

.ticket_Annotation01 {
    margin-inline: auto;
    text-align: center;
}
.ticket_Annotation01 a {
    /* text-align-last: center; */
    margin-top: 15px;
    display: inline-block;
    padding: 3px 10px;
    background: #edf3fc;
    border: 1px solid #0068b7;
    border-radius: 8px;
    color: #0068b7;
    font-size: 14px;
    font-weight: 400;
}
.clickWrap02 {
    position: relative;
    /* width: 80%;  */
    max-width: 1024px;
    margin-right: auto;
    margin-left: auto;
}
.modalBlock02 {
    background-color: #ffffff;
    border-radius: 10px;
    position: relative;
}
.modal02__cts {
    padding: 50px 50px;
    width: 810px;
}
.modalBlock02 .modal-close {
    display: block;
    width: 66px;
    height: 66px;
    position: relative;
    background: none;
    border-radius: 0;
    cursor: pointer;
    position: absolute;
    inset: 0 0 auto auto;
    z-index: 1;
}
.modalBlock02 .modal-close::before,
.modalBlock02 .modal-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #282828;
}
.modalBlock02 .modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.modalBlock02 .modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* 販売終了のお知らせ */
.ticket_end{
    margin-block: 1rem;
    text-align: center;
    font-size: 18px;
    border: double 4px #ff0000;  /* 2重線を引く */
    padding: 1rem;
}
.ticket_end a {
    color: #0068b7;
    text-decoration: underline;
}
.ticket_end span{
    font-size: 14px;
}