@import"https://fonts.googleapis.com/css2?family=Hina+Mincho&display=swap";

html {
    font-size: 16px;
    font-size: 1em;
}

body {
    margin: 0;
}

/*common element*/
/*main,article,aside,header,section,canvas,details,figcaption,figure,footer,nav,section,summary{display: block;}*/
#wrap {
    overflow: hidden;
}

.header-wrap,
.section-wrap,
.footer1-wrap,
.footer2-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 2560px;
}

header,
section,
.footer1,
.footer2 {
    margin: 0 auto;
    max-width: 100%;
}

.footer1-wrap {
    background-color: #EBEBFA;
}

.footer2-wrap {
    background-color: #353475;
}

.breadcrumb {
    font-size: 0.75em;
    margin: 0 auto;
}

/*Sapporo campaign lp element*/
/*body{overflow-x: hidden;}*/
.w970 {
    display: block;
    max-width: 970px;
    margin: 0 auto;
    width: 88vw;
}

.text_center {
    text-align: center;
}

.text_left {
    text-align: left;
}

p.cl {
    padding: 1em 0;
}

h3.sl {
    font-size: 20px;
    font-weight: bold;
}

section {
    margin: 0 auto;
}

.mb1em {
    margin-bottom: 1em;
}

.mb2em {
    margin-bottom: 2em;
}

.mb3em {
    margin-bottom: 3em;
}

.mb4em {
    margin-bottom: 4em;
}

/*.mv-wrap{background:linear-gradient(45deg,#191919, #33266D); margin:0 auto; width:100%;max-width:2560px; }*/
.mv-wrap {
    /* background:
    radial-gradient(at 0% 0%, #191D42,transparent),
    radial-gradient(at 100% 0%, #192539,transparent),
    radial-gradient(at 100% 100%, #35276C,transparent),
    radial-gradient(at 0% 100%, #1B0822,transparent); */
    background: url("../images/citylights/fv_bg.jpg");
    background-size: cover;
    margin: 0 auto;
    width: 100vw;
    height: 640px;
    /* max-width:2560px; */
}

.mv-img {
    margin: 0 auto;
    height: 638px;
    max-width: 1200px;
    background: url("../images/citylights/mv_k.png");
    background-size: cover;
    /*margin-bottom:-1em;*/
}






/*nav menu*/
.lpsr-nav {
    color: #fff;
    margin: 0 auto;
    padding: 1em 0;
}

.lpsr-nav ul {
    list-style-type: none;
    display: flex;
    transition: 0.5s;
}

.lpsr-nav ul li a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

/*img*/
img {
    max-width: 100%;
    height: auto;
}

img.alignright {
    display: block;
    margin: 0 0 0.5em auto;
}

img.alignleft {
    display: block;
    margin: 0 auto 0.5em 0;
}

img.aligncenter {
    display: block;
    margin: 0 auto 0.5em auto;
}

img.float-left {
    float: left;
}

img.float-right {
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.section1-2-wrap {
    background: url("../images/citylights/section1-2-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 2560px;
    position: relative;
    padding-bottom: 4em;
}

/* .section1-2-wrap:after {
    content: "";
    position: absolute;
    top: 100%;
    box-sizing: border-box;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 100px solid #000;
    display: block;
} */

/*section1-dinner*/
.dinner {
    letter-spacing: -0.2px;
    margin-top: 8vh;
}

.dinner_items_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dinner_item {
    background: #fff;
    border-radius: 1em;
    width: 48.5%;
    color: #000;
    margin-bottom: 1.5em;
}

.dinner h2 {
    margin-bottom: 0em;
}

.dinner_item .headline {
    background: #CBC0EA;
    border-radius: 1em 1em 0 0;
    padding: 0.5em;
    text-align: center;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.dinner_item h3 {
    font-size: 1.5em;
    color: #232059;
    font-weight: bold;
    margin: 0em;
}

.dinner_item .shop_name {
    font-size: 1.25em;
    font-weight: bold;
    color: #232059;
}

.dinner_item .dinner_name {
    font-size: 1.25em;
    background: #53317E;
    color: #fff;
    border-radius: 1em;
    padding: 0.25em 1em;
    width: 80%;
    margin: 0.25em auto;
}

.dinner_content {
    background: #fff;
    border-radius: 0 0 1em 1em;
    padding: 0.5em;
}

.dinner_date {
    font-weight: bold;
    color: red;
    margin-bottom: 0em;
    text-align: center;
}

@media (max-width: 750px) {
    .dinner_item {
        width: 100%;
    }
}

.dinner_content p {
    font-size: 0.875em;
    margin: 0.25em 1.5em;
    line-height: 1.375em;
    letter-spacing: 0.5px;
}

.dinner_content .reserve_lead {
    border-top: 2px solid #999;
    padding-top: 1em;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}

.reserve_button {
    display: block;
    border: 2px solid #3D3A57;
    border-radius: 0.5em;
    /* background: #FCF7E1; */
    font-size: 1.125em;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 0.75em 1em;
    margin: 0 auto 0.5em auto;
    text-decoration: none;
    width: 80%;
    transition: 0.5s;
}

.reserve_button::after {
    content: "▶";
    float: right;
}

.reserve_button:hover {
    background: #000;
    color: #fff !important;
    transition: 0.5s;
}

.reserve_button a:hover {
    color: #fff !important;
    transition: 0.5s;
}

.reserve_button::after:hover {
    color: #fff !important;
}

/* section2-nightbus */
.nightbus {
    letter-spacing: -0.2px;
}

.nightbus h2 {
    margin-bottom: 1em;
}

.nightbus_item {
    width: 100%;
    color: #000;
    margin-bottom: 1.5em;
}

.nightbus_item .headline {
    display: flex;
    color: #fff;
    background: #454374;
    border-radius: 1em 1em 0 0;
    font-weight: bold;
    padding: 0.5em;
    align-items: center;
}

.nightbus h3 {
    font-size: 1.5em;
    color: #fff;
    font-weight: bold;
    margin: 0em;
    letter-spacing: 1px;
    width: 42.5%;
    padding-left: 1rem;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nightbus_h_sub {
    background: #D0CCAF;
    color: #4B4A64;
    border-radius: 1em;
    padding: 0.25em 1em;
    margin-right: 6px;
    font-size: 0.875em;
    font-weight: bold;
    line-height: 2.25em;
    border-radius: 1em;
}

.nightbus_item .headline .data {
    padding-top: 0.25em;
    width: 57.5%;
    /* text-align: right; */
    display: flex;
    gap: 2rem;
}

.nightbus_h_sub_fee {
    display: inline-block;
    margin: 0 0.675em;
    font-size: 1em;
    font-weight: bold;
}

.nightbus_content {
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 0 0 1em 1em;
    padding: 1em;
    margin-bottom: 1.5em;
}

.nightbus_content .l_box {
    width: 42.5%;
}

.nightbus_content .r_box {
    width: 52.5%;
}

.nightbus_schedule {
    border-top: 2px solid #999;
    font-weight: bold;
    margin-top: 0.5em;
    padding-top: 0.5em;
    line-height: 2em;
}

.nightbus_guidance {
    color: #fff;
    letter-spacing: 1px;
    line-height: 2em;
    opacity: 0.7;
}

.hotel_reserve {
    background: #D3D1D6;
    border-radius: 1em;
    padding: 1.5em;
}

.hotel_reserve .lead {
    font-size: 1.5em;
    font-weight: bold;
}

.rv_button_group {
    display: flex;
    font-size: 16px;
    margin-left: -1em;
}

.rv_button_group .reserve_button {
    font-size: 1em;
    width: 30%;
    margin-left: 1em;
}

.hotel_reserve p {
    font-size: 0.875em;
    margin: 0;
    line-height: 1.25em;
}

/* section3-stamp */
.section3-wrap {
    /* background:url("../images/citylights/section3-bg.jpg");background-size: 100% 100%;background-repeat: no-repeat; */
    background: #1A1840;

    max-width: 2560px;
    margin-top: -2em;
    padding-bottom: 4em;
}

.section3-wrap .stamp {
    padding-top: 18em;
}

.stamp_content {
    display: flex;
    justify-content: space-between;
    font-size: 0.925em;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.stamp_item {
    color: #FCFFD1;
    width: 30%;
    margin-bottom: 2em;
}

.stamp_item h3 {
    margin-bottom: 0.25em;
}

.stamp_item .qr {
    display: inline-block;
    color: #000;
    background: #FCFFD1;
    line-height: 1.375em;
    margin-right: 0.25em;
}


/* present */
/* .present {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1em;
    z-index: 99;
}

.present .lead {
    font-size: 1.5em;
    font-weight: bold;
} */
.present_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    color: #fff;
}
.present_item .text{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.present_item .text img{
    display: block;
}
.present_item .text p{
    line-height: normal;
    padding: 0;
}
.present_item .text .icon{
    max-width: 100px;
    width: 25%;
    margin: 0 10px 0 0;
}
.present_item .one{
    width: 100%;
}
.present_item .one img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.present_item .one .text{
    max-width: 700px;
    margin: 10px auto;
}
.present_item .one .text p{
    font-size: 1.25rem;
}
.present_item .tow,
.present_item .three{
    width: calc(95% / 3);
}
.ttl_icon{
    max-width: 180px;
    width: 100%;
    display: block;
    margin: 0 auto 1rem;
    filter: drop-shadow(0 0 2px #ccc);
}
#photocon .present_item{
    margin-bottom: 5vw;
}
#photocon .present_item .text p{
    text-align: center;
}

@media (max-width: 750px) {
    .present_item .text{
        display: block;
    }
    .present_item .tow,
    .present_item .three{
        width: 100%;
    }
    /* .present_item img{
        margin-bottom: 10px;
    } */
    .present_item .text p{
        font-size: 5vw !important;
    }

}



/* section4-photocon */
.section4-wrap {
    position: relative;

    /* background:url("../images/citylights/section4-bg.jpg");background-size: 100% 100%;background-repeat: no-repeat; */
    background: #1A1840;
    max-width: 2560px;
    padding-bottom: 12em
}

.photocon {
    padding-top: 12em;
}

.photocon_content {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 2.5em;
}

.photocon_content .l_box {
    margin-right: 2em;
}

.photocon_content .r_box {
    color: #FCFFD1;
    letter-spacing: 1.5px;
    width: 72%;
}

.photocon_content .r_box p {
    padding: 0;
}

.photocon_content .r_box a {
    color: #E37E47 !important;
    transition: 0.5s;
}

.photocon_content .r_box a:hover {
    opacity: 0.5;
    transition: 0.5s;
}

/*  */
.reserve-wrap {
    background: #1A1840;
    margin-top: -2em;
    padding: 4em 0;
    width: 100%;
}

/* @media (min-width: 1001px) {
.for_pc{}
.for_sp {display: none !important; }
}

@media only screen and (max-width: 1000px) {
.for_pc{display: none !important;}
.for_sp {}
} */


/* 2022-10-27追加 */
@media (min-width: 1201px) {
    .mv-img {
        display: none !important;
    }

    .mv-img_large {
        display: flex;
        justify-content: center;
        background: url("../images/citylights/fv_img.png");
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1400px;
        height: 640px;
        position: relative;
        padding: 8em 0;
        margin: 0 auto;
    }

    .mv-img_lage img {
        height: 90%;
        width: 90%;
    }
}

@media (min-width: 1440px) {
    .mv-img_large {
        padding: 9em 0;
    }

    .mv-img_lage img {
        height: 95%;
        width: 95%;
    }
}

@media (min-width: 1680px) {
    .mv-img_large {
        padding: 12em 0;
    }

    .mv-img_lage img {
        height: 100%;
        width: 100%;
    }
}

@media only screen and (max-width:1200px) {

    .mv-img_large,
    .mv-img_large img {
        display: none !important;
    }

}

.sc_line {
    background: url("../images/citylights/sc_line.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 190px;
}

.section_ttl {
    color: #fff;
    font-size: 1em;
}

.section_ttl h2 {
    font-family: 'Sawarabi Mincho', Arial, sans-serif;
    font-size: 2.75rem;
    font-weight: bold;
    letter-spacing: 8px;
    line-height: 48px;
    text-shadow: 0 0 5px yellow;
}

.section_ttl h2 .subttl {
    font-size: 1.375rem;
    letter-spacing: 2px;
}

.section_ttl .description {
    font-size: 1em;
    margin-top: 1em;
}

/* section3～ */
.lead_subttl {
    display: block;
    margin: 0 auto 1.5rem;
    font-family: 'Sawarabi Mincho', Arial, sans-serif;
    font-size: 2rem;
    font-weight: bold;
    /* height:4rem; */
    padding-bottom: 1.5rem;
    color: #fff;
    /* background: url("../images/citylights/sc3_lead__after.png"); */
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 1rem;
    border-bottom: #fff solid 1px;
}



/* アンカーリンク */
.lpsr-nav ul {
    display: flex;
    justify-content: center;
    margin-bottom: 45px !important;
    border-left: #fff 1px solid;
}

.lpsr-nav ul li {
    width: calc(100% / 4);
    border-right: #fff 1px solid;
}

.lpsr-nav ul li a {
    height: 54px;
    /* line-height: 33px;
    font-size: 16px; */
    position: relative;
    color: #fff !important;
    text-align: center;
    display: block;
}

.lpsr-nav ul li a::after {
    position: absolute;
    bottom: -2px;
    right: 50%;
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    transition: all .5s ease;
}

.lpsr-nav ul li a:hover:after {
    bottom: -6px;
}

@media (max-width: 750px) {
    .lpsr-nav ul {
        width: 88vw;
        border-left: none;
        margin: 0 auto 6vw !important;
        display: block;
    }

    .lpsr-nav ul li {
        width: 100%;
        border-right: none;
        border-bottom: #fff 1px solid;
    }

    .lpsr-nav ul li a {
        height: 12vw;
        line-height: 12vw;
        font-size: 3.7vw;
        background-size: 1.4vw auto;
    }

    .lpsr-nav ul li a::after {
        top: 50%;
        right: 0;
    }
}

.participation{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8vw;
}
.participation img{
    width: 100%;
}
.participation .triangle{
    position: relative;
}
.participation .triangle::after{
    content: "";
    position: absolute;
    top: 50%;
    right: -44px;
    z-index: 2;
    transform: translateY(-50%);
    border: 20px solid transparent;
    border-left: 32px solid #444174;
}

.dinner_content .ttl_about{
    position: relative;
    z-index: 1;
    padding: 0 0 0 20px;
}
.dinner_content .ttl_about::before{
    content: '';
    position: absolute;
    background: #CBC0EA;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}


.sp_mv {
    background: url(../images/citylights/fv_sp.jpg) no-repeat center;
    background-size: cover;
    height: 320px;
    width: 100%;
}

#maincontents a:hover {
    opacity: 1 !important;
}


/* sp調整 */
@media (max-width: 750px) {

    .section_ttl h2,
    .lead_subttl {
        font-size: 8vw;
        line-height: normal;
        letter-spacing: 2px;
    }

    .section_ttl h2 .subttl {
        font-size: 4.5vw;
        display: block;
    }

    .dinner_item .dinner_name {
        width: 95%;
    }

    .nightbus_item .headline {
        display: block;
    }

    .nightbus h3 {
        width: 100%;
        padding-left: 4px;
    }

    .nightbus_item .headline .data {
        width: 100%;
        gap: 4vw;
        align-items: center;
    }

    .nightbus_item .headline .data p {
        display: flex;
        padding: 0;
    }

    .nightbus_h_sub {
        height: fit-content;
        line-height: normal;
        margin: auto 6px auto 0;
    }

    .nightbus_content {
        display: block;
    }

    .nightbus_content .l_box {
        width: 100%;
    }

    .nightbus_content .r_box {
        width: 100%;
    }

    .rv_button_group {
        display: block;
        margin: 0;
    }

    .rv_button_group .reserve_button {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .stamp_content {
        display: block;
    }

    .stamp_item {
        width: 100%;
    }
    .participation{
        display: block;
    }
    .participation .triangle::after{
        content: none;
    }
    .stamp_item h3{
        font-size: 6vw;
    }
    .mb1em{
        font-size: 4vw;
    }
    .photocon_content{
        display: block;
    }
    .photocon_content .l_box{
        width: 100%;
        margin: 0 auto 4vw;
    }
    .photocon_content .l_box img{
        display: block;
        margin: 0 auto;
    }
    .photocon_content .r_box{
        width: 100%;
    }

    .section_ttl .description,
    .dinner_content p,
    .nightbus_content .r_box,
    .stamp_item span,
    .photocon_content .r_box p,
    .dinner_date{
        font-size: 3.7vw;
    }

}


a.link_end{
    pointer-events:none;
    position: relative;
}

a.link_end::after{
    content: "販売終了";
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 100%;
    /* height: 100%; */
    background: rgba(0, 0, 0, .8);
    color: #fff;
    display: block;
    text-align: center;
    padding: 12px 0;
    border-radius: 5px;
}
p#copy {
    display: none;
}