@charset "utf-8";

.single_contents {
    padding: 0;
}

#eday__wrap {
    font-family: "Montserrat", "Noto Sans JP", serif;
    background-image: url(../../../../img/osaka/lp/camjoy/main_bk-sp.png);
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    color: #1A1A1A;
    overflow: hidden;
}

.eday-mv {
    position: relative;
}

.eday-mv__logo {
    padding-top: 180px;
}

.eday-mv__logo img {
    margin: 0 auto;
    margin-bottom: 195px;
    display: block;
}

.eday-mv__dat {
    position: relative;
    background-color: #1A1A1A;
    padding: 5px 0;
    border-radius: 20px;
}

.eday-mv__dat p {
    text-align: center;
    font-size: 32px;
    color: #fff;
    font-weight: 700;
}

.eday-mv__dat span {
    font-size: 14px;
    padding-left: 7px;
}

.eday-mv__dat::after {
    content: "";
    width: 22px;
    height: 33px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_01.svg);
    position: absolute;
    bottom: -40%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.eday-intro__box {
    padding: 50px 0 25px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    margin: 0 auto;
}

.eday-intro__box p {
    font-size: 22px;
    font-weight: 700;
}

.itr-01 {
    width: 390px;
    height: 427px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__01.svg);
    background-size: contain;
    background-position: -10px center;
}

.itr-01 p {
    width: 200px;
    position: absolute;
    top: 56%;
    left: 60%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.itr-02 {
    width: 390px;
    height: 277px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__02.svg);
    background-size: contain;
    background-position: center center;
}

.itr-02 p {
    width: 100%;
    position: absolute;
    top: 62%;
    left: 58%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.itr-03 {
    width: 390px;
    height: 277px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__03.svg);
    background-size: contain;
    background-position: center center;
    padding-top: 0;
    padding-bottom: 50px;
}

.itr-03 p {
    width: 100%;
    position: absolute;
    top: 49%;
    left: 80%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.itr-04 {
    width: 400px;
    height: 765px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__04.png);
    background-size: cover;
    background-position: -10px center;
    padding-bottom: 0;
}

.itr-04 p {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 48%;
    left: 48%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.itr-05 {
    width: 390px;
    height: 427px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__05.svg);
    background-size: contain;
    background-position: -10px center;
    z-index: 1;
}

.eday-info {
    background-color: #fff;
    width: 100%;
    padding-top: 100px;
    margin-top: -230px;
    padding-bottom: 130px;
}

.eday-ttl {
    padding: 0 10px;
    margin-top: 40px;
}

.eday-ttl h2 {
    color: #fff;
    text-shadow: 1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A,
        -1px 1px 0 #1A1A1A, 1px -1px 0 #1A1A1A,
        0px 1px 0 #1A1A1A, 0-1px 0 #1A1A1A,
        -1px 0 0 #1A1A1A, 1px 0 0 #1A1A1A;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: -15px;
}

.eday-ttl span {
    font-size: 26px;
    font-weight: 900;
}

.eday-info__inner {
    padding: 0 10px;
}

.eday-info__datime {
    margin: 25px 0;
    background-color: #F7F5F3;
    padding: 40px 0;
    text-align: center;
    border-radius: 20px;
    position: relative;
}

.eday-fukidashi {
    position: relative;
    background-color: #1A1A1A;
    padding: 5px 0;
    border-radius: 5px;
    max-width: 80px;
    width: 100%;
    display: block;
    margin: 20px auto;
}

.eday-fukidashi h3 {
    color: #fff;
    font-size: 20px;

}

.eday-fukidashi::after {
    content: "";
    width: 17px;
    height: 26px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_01.svg);
    background-size: contain;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit-transform: translateY(0%) translateX(-50%);
}

.eday-info__datime p {
    font-size: 40px;
    font-weight: 800;
}

.eday-info__datime .time {
    font-size: 25px;
}

.eday-ticket_wrap {
    margin: 25px 0;
    background-color: #F7F5F3;
    padding: 40px 0;
    border-radius: 20px;
    position: relative;
}

.ticket_inner h3 {
    background-color: #fff;
    padding: 0;
    text-align: center;
    font-size: 22px;
    border-radius: 5px;
    font-weight: 900;
}

.f-pass h3 {
    color: #009D91;
}

.f-pass {
    max-width: 293px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.ticket__about {
    max-width: 285px;
    width: 100%;
    margin: 34px auto;
    margin-right: 0;
}

.ticket__about p {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 900;
}

.ticket__about p::before {
    content: "";
    width: 23px;
    height: 23px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_hint.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
    left: -5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday_hint p::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_info.svg);

}

.ticket_inner .eday-fukidashi {
    max-width: 280px;
}

.ticket_inner .eday-fukidashi h3 {
    background-color: unset;
    color: #fff;
}

.ticket__repeater .eday-fukidashi {
    background-color: #0F67E7;
}

.ticket__repeater .eday-fukidashi::after {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_02.svg);
    width: 27px;
    height: 40px;
    bottom: -70%;
    background-repeat: no-repeat;
}

.price p {
    font-family: "Noto Sans JP", serif;
    font-size: 40px;
    font-weight: 900;
    text-align: center;
}

.price span {
    font-size: 26px;
    font-weight: 800;
}

.btn {
    border-radius: 5px;
    padding: 10px;
    max-width: 264px;
    width: 100%;
    background-color: #1A1A1A;
    position: relative;
    margin: 30px auto;
}

.btn a {
    text-align: center;
    padding-left: 20px;
    font-weight: 800;
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
}

.ticket {
    max-width: 170px;
}

.ticket__repeater .ticket {
    background-color: #0F67E7;
}

.ticket__repeater .ticket::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.btn a:active {
    opacity: .5;
}

.ticket__exp .eday-fukidashi {
    max-width: 300px;
}

.ticket__exp .eday-fukidashi {
    background-color: #FD7174;
}

.ticket__exp .eday-fukidashi::after {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_03.svg);
    width: 20px;
    height: 40px;
    bottom: -70%;
    background-repeat: no-repeat;
}

.ticket__exp .ticket {
    background-color: #FD7174;
}

.ticket__exp .ticket::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-ticket__img {
    margin-bottom: -41px;
    position: relative;
    z-index: 2;
}

.experience h3 {
    color: #FD7174;
}

.eday-htj {
    padding: 0 10px;
    margin-top: 25px;
}

.eday-htj__box {
    margin-bottom: 20px;
    background-color: #F7F5F3;
    border-radius: 20px;
    padding: 20px 13px;
}

.stp1 {
    position: relative;
}

.stp1::before {
    content: "";
    width: 105px;
    height: 81px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__bk-img.svg);
    position: absolute;
    top: 0%;
    left: 70%;
    transform: translateY(-100%) translateX(-50%);
    -webkit-transform: translateY(-100%) translateX(-50%);
}

.eday-htj__box h3 {
    font-size: 20px;
    font-weight: 900;
    padding-left: 33px;
    position: relative;
    width: 100%;
}

.eday-htj__box h3::before {
    content: "";
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.stp1 h3::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__ic01.svg);
}

.stp2 h3::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__ic02.svg);
}

.stp3 h3::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__ic03.svg);
}

.stp4 h3::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__ic04.svg);
}

.eday-htj__box img {
    margin: 40px auto;
    display: block;
    max-width: 280px;
    width: 100%;
}

.eday-htj__box p {
    text-align: center;
    font-weight: 800;
}

.tmb {}

.tmb_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    height: 140px;
    object-fit: cover;
}

.tmb_img:hover {
    cursor: pointer;
}

.popup {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s, transform 0s 0.3s;
}

.popup__btn {
    display: block;
    z-index: 13;
    position: absolute;
    top: 1vh;
    right: 1vh;
    width: 5vh;
    height: 5vh;
    cursor: pointer;
}

.popup__btn::before,
.popup__btn::after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    content: '';
}

.popup__btn::before {
    transform: rotate(45deg);
}

.popup__btn::after {
    transform: rotate(-45deg);
}

.popup__btnarea {
    z-index: 12;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.popup__img {
    z-index: 11;
    position: absolute;
    top: 7%;
    left: 7%;
    width: 80%;
}

.popup__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]:checked~.popup {
    transform: scale(1);
    opacity: 1;
    transition: opacity 0.3s;
}

.booth_detail {
    background-color: #BDE4EB;
    padding: 0 13px;
    background-image: url(../../../../img/osaka/lp/camjoy/booth_bksp.png);
    background-size: cover;
    background-position: bottom;
}

.booth_detail-inner {
    padding-top: 30px;
}

.booth_detail-inner .eday-fukidashi {
    max-width: 300px;
    text-align: center;
}

.booth_detail-inner .eday-fukidashi h3 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 18px;
}

.booth_detail__camera {
    display: grid;
    grid-template-columns: 111px 1fr;
    gap: 34px;
    padding-bottom: 10px;
    margin-bottom: 100px;
    border-bottom: 1px dashed #1A1A1A;
}

.booth_detail_two {
    margin-bottom: 10px;
}

.booth_detail-inner h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1A1A1A;
}

.cam-three {
    padding-top: 10px;
}

.cam-three h3 {
    padding-bottom: 10px;
}

.booth_detail-inner img {
    border: 2px solid #1A1A1A;
}

.booth_detail__camera-img img {
    border: none;
}

.cam-three .booth_detail__camera-img img {
    width: 75%;
}

.booth_detail_pointimg {
    max-width: 69px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}

.booth_detail_pointimg img {
    border: none;

}

.booth_detail__camera-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.booth_detail__camera-txt span {
    font-size: 16px;
    font-weight: 800;
}

.booth_detail__camera-txt p {
    font-size: 24px;
    font-weight: 800;
}

.eday-booth {
    margin: 25px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.eday-booth____rbox {
    background-color: #F7F5F3;
    padding: 16px 0;
    border: 20px;
}

.eday-booth____rbox p {
    text-align: center;
    font-weight: 800;
    font-size: 20px;
}

.eday-booth_links {
    position: relative;

}

.eday-booth_links::after {
    content: "";
    width: 107px;
    height: 114px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-booth_img.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0%;
    left: 15%;
    transform: translateY(22%) translateX(-50%);
    -webkit-transform: translateY(22%) translateX(-50%);
}

.floor, .eday_rental {
    max-width: 244px;
    margin: 20px 0 10px 100px;
}



.eday-booth_links .btn {
    background-color: #3A5890;
}

.eday-booth_links .floor::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_floor.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-booth_links .eday_rental::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_rental.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-camera__intr p {
    font-size: 16px;
    font-weight: 800;
}

.eday_cam-tmb {
    background-color: #F7D134;
    border: 5px solid #F7D134;
    border-radius: 5px;
    text-align: center;
}

.eday_cam-tmb p {
    text-align: center;
    font-size: 15px;
    font-weight: 800;
}

.eday_cam-tmb .tmb_img {
    width: 158px;
    height: 127px;
}

.bkyellow {
    background-color: #F7D134;
}

.bkyellow .booth_detail-inner span {
    color: #fff;
    text-shadow: 1px 1px 0 #1A1A1A, -1px -1px 0 #1A1A1A,
        -1px 1px 0 #1A1A1A, 1px -1px 0 #1A1A1A,
        0px 1px 0 #1A1A1A, 0-1px 0 #1A1A1A,
        -1px 0 0 #1A1A1A, 1px 0 0 #1A1A1A;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: -15px;
    display: block;
    text-align: center;
}

.bkyellow .booth_detail-inner h3 {
    padding-bottom: 10px;
}

.bkyellow .eday-fukidashi h3 {
    padding-bottom: 0;
}

.cam-detail_sns {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 13;
    padding: 10px 0;
}

.cam-detail_sns a {
    background-color: #1A1A1A;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin: 10px;
}

.cam-pop {
    z-index: 0;
}

.bkyellow .cam_detail__cam span, .bkyellow .booth_ttl {
    text-shadow: none;

}

.bkyellow .cam_detail__cam span {
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 800;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.cam_detail__cam {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 1px;
}

.bkyellow .booth_ttl {
    display: flex;
    align-items: baseline;
}

.bkyellow .booth_ttl span {
    background-color: #1A1A1A;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-radius: 5px;
    width: 40px;
    text-align: center;
    height: fit-content;
}

.bkyellow .booth_ttl p {
    font-size: 20px;
    font-weight: 900;
    padding-left: 20px;
}

.bkyellow .booth_detail-inner {
    padding-top: 0;
}

.bkyellow .booth_detail-inner .eday-fukidashi {
    margin-top: 0;
}

.bkyellow .booth_detail-inner .txt-small {
    font-size: 26px;
    margin-bottom: 0px;
}

.eday_schedule {}

.eday_schedule_area {
    max-width: 340px;
    width: 100%;
    margin: 50px 0;
    background-color: #fbfff7;
    border-radius: 20px 10px;
    padding: 40px 10px;
}

.eday_schedule_main {
    margin: 30px 0;
}

table {
    border: none;
    margin: 0 auto;
}

table th, table td {
    border: none;
    display: block;
}

table th {
    background-color: unset;
}

.eday_schedule_main table th {
    font-size: 30px;
    font-weight: 800;
    font-style: italic;
    padding: 0;
    padding-left: 45px;
    position: relative;
}

.eday_schedule_main table th::before {
    content: "";
    width: 38px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.schedule_all::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_tt01.svg);
}

.schedule_cam::before {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_tt02.svg);
}

.eday_schedule_main table td {
    font-size: 24px;
    font-weight: 800;
    padding: 0;
    margin-bottom: 20px;
}

.eday_schedule_main .eday-fukidashi {
    background-color: #5BB6C5;
    display: inline-block;
    width: fit-content;
    max-width: unset;
    padding: 5px 10px;
}

.eday_schedule_main .eday-fukidashi h3 {
    font-size: 18px;
}

.eday_schedule_main .eday-fukidashi::after {
    background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_04.svg);
    left: 20%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
}

.page-bottom {
    margin-top: 40px;
    padding-top: 40px;
}

.eday-support_box {
    margin: 30px auto;
    padding: 30px 12px;
    background-color: #F7F5F3;
    border-radius: 20px;
}

.eday-support_img img {
    display: block;
    margin: 0px auto;
    margin-bottom: 10px;
}

.eday-support_txt h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.eday-support_txt p {
    font-size: 16px;
    font-weight: 700;
}

.eday-support_txt .btn {
    background-color: #3A5890;
}

.eday-support_txt .eday_rental {
    margin: 20px auto 0;
}

.eday-support_txt .eday_rental::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_rental.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.hash {
    width: 100%;
    height: 230px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob_snsbk.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hash p {
    font-size: 40px;
    font-weight: 900;
}

.eday-sns_wrap .eday_post::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_x.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-sns_wrap .eday_search {
    background-color: #3A5890;
}

.eday-sns_wrap .eday_search::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_search.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-attention {
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #1A1A1A;
}

.eday-attention h3 {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 5px 10px;
    background-color: #8f8f8f;
    color: #fff;
}

.eday-attention p {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.eday-attention a {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    main .wrap {
        max-width: 1920px;
        width: 100vw;
    }

    #eday__wrap {
        background-image: url(../../../../img/osaka/lp/camjoy/main_bk-pc.jpg);
    }

    .eday-mv__dat {
        max-width: 408px;
        width: 100%;
        margin: 0 auto;
    }

    .eday-mv__logo img {
        max-width: 827px;
        width: 100%;
    }

    section {
        max-width: 1600px;
        width: 100%;
        margin: 0 auto;
    }

    .itr-01 {
        max-width: 824px;
        width: auto;
        height: 526px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__01pc.svg);
        background-position: -60px center;
    }

    .eday-intro__box p {
        font-size: clamp(27px, 2.4vw, 40px);
    }

    .itr-01 p {
        width: 100%;
        position: absolute;
        top: 48%;
        left: 85%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .itr-02 {
        max-width: 714px;
        width: auto;
        height: 620px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__02pc.svg);
        background-position: center;
        background-size: contain;
        margin-left: 10%;
    }

    .itr-02 p {
        top: 40%;
        font-size: 40px !important;
    }

    .itr-03 {
        max-width: 714px;
        width: auto;
        height: 403px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__03pc.svg);
        background-position: center;
        background-size: contain;
        margin-left: 50%;
    }

    .itr-03 p {
        left: 64%;
    }

    .itr-04 {
        max-width: 1447px;
        width: 92%;
        height: 915px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-intro__04pc.png);
        background-position: center;
        background-size: contain;
    }

    .itr-04 p {
        top: 51%;
    }

    .eday-info {
        max-width: 1920px;

    }

    .eday-info>div {
        max-width: 820px;
        width: 100%;
        margin: 0 auto;
    }

    .eday-info__pcflex {
        display: grid;
        grid-template-columns: 1fr 404px;
        gap: 0;
        margin: 200px auto;
        position: relative;
    }

    .eday-info__pcflex::before {
        content: "";
        width: 226px;
        height: 201px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob_info__pcbk01.svg);
        position: absolute;
        top: 0%;
        left: 20%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .eday-info__pcflex::after {
        content: "";
        width: 231px;
        height: 210px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob_info__pcbk02.svg);
        position: absolute;
        background-repeat: no-repeat;
        top: 100%;
        left: 20%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .eday-ttl {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .eday-info__spimg, .eday-ticket__img {
        display: none;
    }

    .eday-info__pctkt .eday-ttl h2 {
        text-align: center;
    }

    .eday-info__pctkt .eday-ttl span {
        display: block;
        text-align: center;
    }

    .eday-info__pctkt {
        position: relative;
    }

    .eday-info__pctkt::before {
        content: "";
        width: 217px;
        height: 101px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-ticket__pcbk01.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 5%;
        left: 13%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: 1;
    }

    .f-pass, .ticket_inner {
        max-width: 100%;
    }

    .eday-ticket_wrap {
        padding: 40px 20px;
    }

    .eday-info__pctkt .ticket_inner h3 {
        text-align: left;
        display: inline-block;
        padding: 5px 20px;
        font-size: 33px;
    }

    .eday-info__pctkt .ticket__about {
        max-width: 100%;
    }

    .pchide {
        display: none;
    }

    .ticket__about p::before {
        top: 50%;
        left: 0;
    }

    .ticket__about p {
        padding-left: 35px;
    }

    .ticket__repeater, .ticket__exp {
        display: flex;
        align-items: center;
    }

    .ticket__exp .eday-fukidashi {
        max-width: 280px;
    }

    .eday-info__pctkt .eday-fukidashi h3 {
        font-size: 20px;
        text-align: center;
        padding: 5px 10px;
        display: block;
    }

    .ticket__repeater .eday-fukidashi::after {
        background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_02.svg);
        width: 27px;
        height: 40px;
        bottom: 10%;
        background-repeat: no-repeat;
        transform: rotate(-75deg);
        left: unset;
        right: -8%;
    }

    .ticket__exp .eday-fukidashi::after {
        background-image: url(../../../../img/osaka/lp/camjoy/ob-fukidashi_03.svg);
        width: 15px;
        height: 40px;
        bottom: 10%;
        background-repeat: no-repeat;
        transform: rotate(-75deg);
        left: unset;
        right: -7%;
    }

    .ticket_inner .eday-fukidashi {
        margin-left: 10px;
    }

    .btn a:hover {
        opacity: .7;
    }

    .price {
        margin: 0 30px;
    }

    .eday-htj {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin: 40px 0;
        gap: 20px;
    }

    .stp1 {
        height: 279px;
    }

    .stp2 {
        margin-top: 130px;
        position: relative;
    }

    .stp3 {
        margin-top: -130px;
        position: relative;
    }

    .eday-htj__box {
        height: 319px;
    }

    .eday-htj__box img {
        max-width: 222px;
    }

    .stp1::before {
        content: none;
    }

    .stp2::before {
        content: "";
        width: 206px;
        height: 206px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__pcbk03.svg);
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translateY(-100%) translateX(-50%);
        -webkit-transform: translateY(-100%) translateX(-50%);
    }

    .stp3::before {
        content: "";
        width: 206px;
        height: 206px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__pcbk04.svg);
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        top: 50%;
        left: 3%;
        transform: translateY(-100%) translateX(-100%);
        -webkit-transform: translateY(-100%) translateX(-100%);
    }

    .stp4 {
        position: relative;
    }

    .stp4::before {
        content: "";
        width: 206px;
        height: 206px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__pcbk05.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 80%;
        left: 100%;
        transform: translateY(-100%) translateX(0%);
        -webkit-transform: translateY(-100%) translateX(0%);
    }

    .eday-booth {
        grid-template-columns: repeat(4, 1fr);
        margin: 40px auto !important;
        position: relative;
        z-index: 1;
    }

    .eday-booth::after {
        content: "";
        width: 455px;
        height: 164px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-htj__pcbk02.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 89%;
        left: 80%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        z-index: -1;
    }

    .booth_detail {
        display: grid;
        grid-template-columns: 614px 1fr;
        max-width: 1040px;
        left: 50%;
        transform: translateY(15%) translateX(-50%);
        -webkit-transform: translateY(15%) translateX(-50%);
        padding: 60px 20px;
        background-image: url(../../../../img/osaka/lp/camjoy/booth_bkpc.svg);
        background-position: right;
    }

    .booth_detail-inner {
        padding: 30px 30px 0;
    }

    .pc-booth_img {
        position: relative;
    }

    .pc-booth_img::before {
        content: "";
        width: 130px;
        height: 192px;
        background-image: url(../../../../img/osaka/lp/camjoy/pc_booth_bro.svg);

        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 7%;
        left: 0%;
        transform: translateY(-50%) translateX(0%);
        -webkit-transform: translateY(-50%) translateX(0%);
        z-index: -1;
    }

    .eday-booth_links::after {
        content: none;
    }

    .eday-booth____rbox {
        position: relative;
    }

    .eday-booth____rbox::before {
        content: "";
        width: 287px;
        height: 308px;
        background-image: url(../../../../img/osaka/lp/camjoy/ob-booth_pcimg.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 35%;
        left: 19%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
    }

    .eday-booth____rbox p {
        margin-left: 200px;
    }

    .eday-booth_links {
        margin-left: 290px;
    }

    .eday-booth__rental {
        margin: 100px auto !important;
    }

    .cam-booth {
        position: relative;
    }

    .cam-booth::after {
        z-index: -1;
    }

    .cam-booth .booth_detail {
        grid-template-columns: 60% 1fr;
    }

    .eday_schedule_area {
        max-width: 960px;
        margin: 50px auto;
    }

    .eday_schedule_area .eday-ttl h2 {
        text-align: center;
    }

    .eday_schedule_area .eday-ttl span {
        display: block;
        text-align: center;
    }

    .eday_schedule_main {
        max-width: 820px;
        width: 100%;
        margin: 30px auto;
    }

    table th, table td {
        border-bottom: 1px dashed #1A1A1A;
        display: table-cell;
        vertical-align: middle;
        padding: 20px 40px !important;
    }

    table td {
        display: table-cell;
    }

    .cam_s {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .cam_s p {
        padding-left: 25px;
    }

    .cam_s .eday-fukidashi {
        margin: 20px 0;
    }

    .eday_schedule_main .eday-fukidashi::after {
        top: 20%;
        bottom: 0;
        left: 100%;
        transform: rotate(-85deg);
    }

    .eday_pcgrid {
        margin: 40px auto !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .eday-support_txt h3 {
        text-align: center;
    }

    .eday-support_txt p {
        padding: 0 20px;
        text-align: center;
    }

    .hash {
        height: 230px;
        margin: 40px auto !important;
        background-image: url(../../../../img/osaka/lp/camjoy/ob_snspcbk.svg);
        background-position: center;
    }

    .bkyellow .eday-fukidashi h3 {
        font-size: clamp(13px, 1.1vw, 16px);

    }

    .bkyellow .booth_ttl p {
        font-size: clamp(14px, 1.2vw, 20px);
    }

    .bkyellow .booth_ttl span {
        font-size: clamp(14px, 1.2vw, 16px);
    }
}

@media screen and (max-width: 767px) {
    .sphide {
        display: none;
    }
}



/*1024pxまで*/

@media screen and (min-width:768px) and (max-width:1150px) {
    .stp3::before, .stp4::before {
        content: none;
    }

    .booth_detail {
        grid-template-columns: 50% 1fr;
    }

    .booth_detail-inner .eday-fukidashi {
        width: 80%;
    }
}

/**アニメーション**/
.fade-in {
    opacity: 0;
}

.inview {
    animation-name: fade-in;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-delay: .4s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

@keyframes fade-in {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


/******VOL.2******/
.eday-intro__block {
    max-width: 961px;
    width: 100%;
    margin: 40px auto;
    background-color: #fff;
    padding: 40px;
    border-radius: 40px;
}

.eday-first_copy {
    position: relative;
}

.eday-intro__block h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
}

.eday-intro__mov {
    position: relative;
    z-index: 1;
    max-width: 820px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.eday-intro__mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.eday-first_copy::before {
    content: "";
    width: 172px;
    height: 298px;
    background-image: url(../../../../img/osaka/lp/camjoy/vol2-itr01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 90%;
    left: 14%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: -1;
}

.eday-first_copy::after {
    content: "";
    width: 166px;
    height: 281px;
    background-image: url(../../../../img/osaka/lp/camjoy/vol2-itr02.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 90%;
    right: 14%;
    transform: translateY(-50%) translateX(50%);
    -webkit-transform: translateY(-50%) translateX(50%);
    z-index: -1;
}

.type-vol2 {
    background-color: rgba(255, 255, 255, 0.1);
    background-blend-mode: lighten;
}

.eday-intro__block p {
    max-width: 720px;
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-weight: 500;
}

.type-vol2 .eday-mv__logo {
    padding-top: 50px;
}

.type-vol2 .eday-mv__logo img {
    margin-bottom: 75px;
}

.new-contents {
    position: relative;
    margin: 80px auto;
}

.new-contents::before {
    content: "";
    width: 115px;
    height: 115px;
    background-image: url(../../../../img/osaka/lp/camjoy/vol2-icon_new.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0%;
    left: 10%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.new-contents .eday-ttl span {
    display: block;
    text-align: center;
}

.new-contents .eday-ttl h2 {
    margin-bottom: 0;
}

.new-contents img {
    max-width: 580px;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.new-contents p {
    max-width: 500px;
    width: 100%;
    font-weight: 500;
}

.new-contents .eday-booth_links {
    margin-left: unset;
}

.new-contents .btn {
    padding: 15px 10px;
    max-width: 315px;
}

.new-contents .btn a {
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
}

.new-contents .btn::after {
    content: "";
    width: 20px;
    height: 18px;
    background-image: url(../../../../img/osaka/lp/camjoy/vol2-icon_camera.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 7%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}

.edayv2-time {
    padding-left: 30px;
}

.edayv2-time th, .edayv2-time td {
    border-bottom: none;
}

.edayv2-time th {
    width: 28%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 5px !important;
}

.edayv2-time th span {
    display: block;
    padding: 5px;
    border-radius: 5px;
}

.edayv2-time td {
    width: 50%;
    font-size: 26px;
    font-weight: 700;
    padding: 10px 0 0 20px !important;
}

.edayv2-time .first span {
    background-color: #FEC34D;
}

.edayv2-time .second span {
    background-color: #94DDCA;
}

.edayv2-time .third span {
    background-color: #F49B7B;
}

.type-vol2 .ticket__car {
    display: flex;
    align-items: center;
}

.ticket__car .eday-fukidashi {
    background-color: #009D91;
}

.ticket__car .eday-fukidashi::after {
    background-image: url(../../../../img/osaka/lp/camjoy/viol2-ob-fukidashi_grn.svg);
    width: 27px;
    height: 30px;
    bottom: 28%;
    background-repeat: no-repeat;
    transform: rotate(-75deg);
    left: unset;
    right: -6%;
}

.ticket__car .ticket::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/ob-ic_cart.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.ticket__car .ticket {
    background-color: #009D91;
}

.type-vol2 .repe {
    color: #0F67E7;
}

.type-vol2 .ftimes {
    color: #FD7174;
}

.type-vol2 .comcar {
    color: #009D91;
}

.type-vol2 .ticket__about p::before {
    top: 20%;
}

.eday-vol2__reservs_img img {
    max-width: 580px;
    width: 100%;
    margin: 10px auto;
    display: block;
}

.eday-vol2__reservs p {
    max-width: 580px;
    width: 100%;
    margin: 10px auto;
    text-align: center;
    font-weight: 500;
}

.eday_form {
    background-color: #3A5890;
    padding: 15px 10px;
    max-width: 364px;
}

.eday_form a {
    padding-left: 0;
    padding-right: 25px;
    font-size: 18px;
}

.eday_form ::after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../../../../img/osaka/lp/camjoy/viol2-icon_form.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 12%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.eday-vol2__reservs-flow {
    border: 1px solid #1A1A1A;
    padding: 0;
}

.eday-vol2__reservs-flow {
    max-width: 720px;
    width: 100%;
    margin: 40px auto 10px;
}

.eday-vol2__reservs-flow ul {
    padding: 30px;
    list-style: disc;
    padding-inline-start: 40px;
}

.eday-vol2__reservs-flow li {
    margin: 10px 0;
    font-weight: 500;
}


.eday-vol2__reservs-flow h3 {
    background-color: #1A1A1A;
    color: #fff;
    text-align: center;
    font-size: 24px;
    padding: 5px 0;
}



@media screen and (max-width: 768px) {
    .eday-intro__block h2 {
        font-size: 24px;
    }

    .eday-first_copy::before, .eday-first_copy::after {
        top: 150%;
    }

    .eday-first_copy::before {
        height: 148px;
        left: 22%;
    }

    .eday-first_copy::after {
        height: 138px;
        right: 0;
    }

    .type-vol2 .eday-intro__block {
        padding: 7px;
        width: auto;
    }

    .edayv2-time th, .edayv2-time td {
        display: inline-block;
    }

    .edayv2-time th {
        font-size: 16px;
    }

    .edayv2-time td {
        padding: 0 0 0 20px !important;
    }

    .edayv2-time {
        padding-left: 0;
    }

    .type-vol2 .ticket__car {
        display: block;
    }

    .new-contents .eday-booth_links::after {
        content: none;
    }

    .ticket__car .eday-fukidashi::after {
        width: 20px;
        height: 40px;
        bottom: -70%;
        left: 50%;
        background-repeat: no-repeat;
        transform: none;
    }

    .new-contents::before {
        height: 65px;
        left: 20%;
    }
}

/***vol2_カメラマンポップアップ改修***/
.eday__cam-sns {
    display: flex;
    justify-content: center;
    align-items: baseline;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;

}

.eday__cam-sns .eday-fukidashi {
    width: 70%;
}

.eday__cam-sns .eday-fukidashi::after {
    content: none;
}

.eday__cam-sns .cam-detail_sns a {
    padding: 5px 40px;
    position: relative;
    display: block;
}

.eday__cam-sns .cam-detail_sns a::after {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url(../../../../img/osaka/lp/camjoy/viol2-icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
}

.type-vol2 .bkyellow .c-rsv {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    background-color: #3A5890;
    padding: 0 10px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    font-size: 14px;
}


@media screen and (max-width: 768px) {
    .name_small {
        gap: 10px;
        grid-template-columns: 90px 1fr;
    }

    .name_small span {
        font-size: 15px;
    }

    .name_small p {
        font-size: 20px;
    }
}

.ver_light .popup__img {
    top: 14%;
    padding-top: 10px;
}

.ver_light .bkyellow .booth_detail-inner h3 {
    margin-bottom: 0;
}

.ver_light .booth_detail-inner .eday-fukidashi h3 {
    font-size: 16px;
}

.ver_light .eday__cam-sns {
    margin-bottom: 0;
}

.ver-single_page {
    margin-top: 0;
    padding-top: 10px;
}

.ver-single_page .new-contents::before, .eday-camera_to-single .new-contents::before {
    content: none;
}

.tocameraman {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    background-color: #F7F5F3;
    padding: 15px;
    border: 20px;
    padding-bottom: 0;
}

.tocameraman .new-contents {
    margin: 10px 0;
}

.tocameraman_img {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.tocameraman_txt .eday-ttl {
    margin-top: 10px;
}

.tocameraman_txt .btn {
    margin-bottom: 0;
}