@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
    --color-base: #3C3C43;
    --color-red: #7F0019;
    --color-yellow: #F3E0A3;
}

#container{
    /*min-width: 1280px;*/
    /*min-width: 1600px;*/
    min-width: 1220px;
    max-width: 100%;
    overflow: hidden;
}

/* Rest
-----------------------------------------------------------------------*/
.lounge-lp {
    line-height: 1;
    background: #FFF;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: text;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.lounge-lp, .lounge-lp div, .lounge-lp span, .lounge-lp iframe,
.lounge-lp h1, .lounge-lp h2, .lounge-lp h3, .lounge-lp h4, .lounge-lp h5, .lounge-lp h6, .lounge-lp p, .lounge-lp blockquote, .lounge-lp pre,
.lounge-lp a, .lounge-lp address, .lounge-lp cite,.lounge-lp del,.lounge-lp em,.lounge-lp img,
.lounge-lp small, .lounge-lp strike, .lounge-lp sub, .lounge-lp sup,
.lounge-lp b, .lounge-lp u, .lounge-lp i, .lounge-lp center, .lounge-lp dl, .lounge-lp dt, .lounge-lp dd, .lounge-lp ol, .lounge-lp ul, .lounge-lp li,
.lounge-lp form, .lounge-lp label, .lounge-lp table, .lounge-lp caption, .lounge-lp tbody, .lounge-lp tfoot, .lounge-lp thead, .lounge-lp tr, .lounge-lp th, .lounge-lp td,
.lounge-lp article, .lounge-lp aside, .lounge-lp canvas, .lounge-lp details, .lounge-lp embed,
.lounge-lp figure, .lounge-lp figcaption, .lounge-lp footer, .lounge-lp header,
.lounge-lp menu, .lounge-lp nav, .lounge-lp section, .lounge-lp time, .lounge-lp audio, .lounge-lp video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
.lounge-lp article, .lounge-lp main, .lounge-lp aside, .lounge-lp details, .lounge-lp figure,
.lounge-lp footer, .lounge-lp header, .lounge-lp hgroup, .lounge-lp menu, .lounge-lp nav, .lounge-lp section {
    display: block;
}
.lounge-lp article{
    z-index: 1;
    position: relative;
}
.lounge-lp ol, .lounge-lp ul {
    list-style: none;
}

.lounge-lp .display-pc{
    display: block !important;
}
.lounge-lp .display-md{
    display: block !important;
}
.lounge-lp .display-sp{
    display: none !important;
}
.lounge-lp .display-sp-s{
    display: none !important;
}
@media screen and (max-width:1099px){
    .lounge-lp .display-pc{
        display: none !important;
    }
    .lounge-lp .display-sp{
        display: block !important;
    }
}
@media screen and (max-width:787px){
    .lounge-lp .display-md{
        display: none !important;
    }
    .lounge-lp .display-sp-s{
        display: block !important;
    }
}

.lounge-lp .ta-l{
    text-align: left;
}
.lounge-lp .ta-r{
    text-align: right;
}
.lounge-lp .ta-c{
    text-align: center;
}

/* content
-----------------------------------------------------------------------*/

.lounge-lp{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    color: var(--color-base);
    padding-top: 100px;
}
.lounge-lp img{
    width: 100%;
}
.lounge-lp a,
.lounge-lp .over{
    transition: opacity .25s;
}
.lounge-lp a:hover,
.lounge-lp .over:hover{
    opacity: .7;
}

.lounge-lp .list li,
.lounge-lp .note-list li{
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
.lounge-lp .note-list li{
    font-size: 14px;
}

.lounge-lp .btn01{}
.lounge-lp .btn01 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 53px;
    padding: 0.25em;
    line-height: 1.2;
    border: 1px #7F0019 solid;
    border-radius: 7px;
    background: #ffffff url("../images/btn_arw02.svg") right 10px top 50% no-repeat;


    background-size: 9px auto;
}
.lounge-lp .btn02{}
.lounge-lp .btn02 a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 125px;
    padding: 0.25em;
    font-size: 36px;
    color: #ffffff;
    font-weight: 900;
    line-height: 1.2;
    border-radius: 10px;
    background: var(--color-red) url("../images/btn_arw03.svg") right 20px top 50% no-repeat;
    background-size: 18px auto;
}

.lounge-lp .under-line{
    background: linear-gradient(transparent 0.7em, #F0DF97 0, #F0DF97 1.75em, transparent 0);
}

/* .float-btn */
.lounge-lp .float-btn{
    width: 538px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: opacity .5s;
}
.lounge-lp .float-btn.active{
    opacity: 1;
    pointer-events: auto;
}
.lounge-lp .float-btn .btn02{}
.lounge-lp .float-btn .btn02 a{
    min-height: 74px;
    border: 2px #ffffff solid;
    font-size: 26px;
    box-shadow: 0px 0px 10px 0px #777777;
}
.lounge-lp .float-btn .float-btn01{
    width: 404px;
}
.lounge-lp .float-btn .float-btn01 a{
    background: var(--color-red);
    color: var(--color-yellow);
}
.lounge-lp .float-btn .float-btn02{
    width: 124px;
}
.lounge-lp .float-btn .float-btn02 a{
    background: var(--color-red);
}
.lounge-lp .float-btn .float-btn01 a:after,
.lounge-lp .float-btn .float-btn02 a:after{
    content: "";
    background: var(--color-red) url("../images/btn_arw04.svg") 50% 50% no-repeat;
    background-size: 24px auto;
    width: 24px;
    height: 15px;
    margin-left: 10px;
}
.lounge-lp .float-btn .float-btn02 a:after{
    background-image: url("../images/btn_arw05.svg");
}

/* .content-top */
.lounge-lp .content-top{}
.lounge-lp .content-top .mv{
    position: relative;
}
.lounge-lp .content-top .mv .top-slider{
    width: 100%;
    height: 960px;
}
.lounge-lp .content-top .mv figure{
    display: block;
    width: 100%;
    height: 100%;
}
.lounge-lp .content-top .mv .slide01{
    background: url("../images/mv_slide01.webp") 50% 50% no-repeat;
    background-size: cover;
}
.lounge-lp .content-top .mv .slide02{
    background: url("../images/mv_slide02.webp") 50% 50% no-repeat;
    background-size: cover;
}
.lounge-lp .content-top .mv .slide03{
    background: url("../images/mv_slide03.webp") 50% 50% no-repeat;
    background-size: cover;
}
.lounge-lp .content-top .mv .slide04{
    background: url("../images/mv_slide04.webp") 50% 50% no-repeat;
    background-size: cover;
}

.lounge-lp .content-top .top-ti{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 6.25%;
    position: absolute;
    bottom: 184px;
    left: 0;
    right: 0;
    z-index: 1;
    box-sizing: content-box;
}
.lounge-lp .content-top .top-ti-inner{
    position: relative;
}
.lounge-lp .content-top .top-ti .top-ti-txt{}
.lounge-lp .content-top .top-ti .top-ti-txt .txt-line{
    width: 0;
    overflow: hidden;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-s{
	animation: txtLine 0.5s ease-in 1s forwards;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-m{
    margin-top: 20px;
	animation: txtLine 0.5s ease-in 1.15s forwards;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-l{
    margin-top: 15px;
	animation: txtLine 0.5s ease-in 1.3s forwards;
}
.lounge-lp .content-top .top-ti .top-ti-txt span{
    color: var(--color-red);
    font-weight: 900;
    display: inline-block;
    background: #ffffff;
    line-height: 1;
    padding: 0.2em 0.5em 0.3em;
    word-break: keep-all;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-s span{
    font-size: 30px;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-m span{
    font-size: 52px;
}
.lounge-lp .content-top .top-ti .top-ti-txt .ti-l span{
    font-size: 60px;
    padding: 0.2em 0.5em;
    width: 507px;
    box-sizing: content-box;
}
.lounge-lp .content-top .top-txt{
    width: 254px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform: scale(0);
    opacity: 0;
	animation: popUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 2s forwards;
}

.lounge-lp .content-top .top-lead{
    font-size: 28px;
    text-align: center;
    color: var(--color-red);
    font-weight: 700;
    margin-top: 130px;
}

.lounge-lp .content-top .top-nav{
    margin-top: 70px;
}
.lounge-lp .content-top .top-nav ul{
    display: flex;
    justify-content: space-between;
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 1.875%;
}
.lounge-lp .content-top .top-nav li{
    width: 32.28%;
    height: 70px;
}
.lounge-lp .content-top .top-nav li a{
    width: 100%;
    height: 100%;
    background: var(--color-red) url("../images/btn_arw01.svg") top 50% right 20px no-repeat;
    background-size: 24px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 900;
    color: #ffffff;
    border-radius: 10px;
}
@media screen and (max-width:1329px){
    .lounge-lp .content-top .top-nav li a{
        font-size: 24px;
    }
}

/* .content-sec */
.lounge-lp .content-sec{}
.lounge-lp .content-sec .content-sec-inner{}

/* .sec-block */
.lounge-lp .sec-block{}
.lounge-lp .sec-block .sec-inner{}

/* .sec-block .gallery-block */
.lounge-lp .sec-block .gallery-block{
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
}
.lounge-lp .sec-block .gallery-block .sec-ti{
    padding-right: 100px;
    width: 1600px;
    display: flex;
    justify-content: flex-end;
}
.lounge-lp .sec-block .gallery-block .sec-ti h2{
    font-size: 50px;
    font-weight: 900;
    writing-mode: vertical-rl;
    line-height: 1.25;
    margin-right: 50px;
    /* position: absolute; */
    top: 0;
    right: 1290px;
}
.lounge-lp .sec-block .gallery-block .sec-ti figure{
    width: 1140px;
    line-height: 1;
    /* margin-left: auto; */
    margin-right: 0;
}

.lounge-lp .sec-block .gallery-block .gallery-content{
    padding: 240px 6.25% 70px;
    margin-top: -100px;
}
.lounge-lp .sec-block .gallery-block .gallery-item{
    display: flex;
}
.lounge-lp .sec-block .gallery-block .gallery-item + .gallery-item{
    margin-top: 70px;
    padding-top: 70px;
    border-top: 3px #ffffff solid;
}
.lounge-lp .sec-block .gallery-block .gallery-item .gallery-img{
    width: 57%;
}
.lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt{
    padding-left: 2.86%;
}
.lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt h3{
    font-size: 32px;
    color: var(--color-red);
    line-height: 1.5;
    font-weight: 900;
}
.lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt p{
    margin-top: 25px;
}

/* .sec-block .gallery-block .gallery-slider */
.lounge-lp .sec-block .gallery-slider{
    line-height: 1;
}
.lounge-lp .sec-block .gallery-slider .slide-pagination-wrapper{
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
.lounge-lp .sec-block .gallery-slider .swiper-pagination{
    position: static;
}
.lounge-lp .sec-block .gallery-slider .swiper-horizontal>.swiper-pagination-bullets,
.lounge-lp .sec-block .gallery-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.lounge-lp .sec-block .gallery-slider .swiper-pagination-custom,
.lounge-lp .sec-block .gallery-slider .swiper-pagination-fraction{
    width: auto;
}
.lounge-lp .sec-block .gallery-slider .swiper-pagination-bullets{
    display: flex;
    align-items: center;
}
.lounge-lp .sec-block .gallery-slider .swiper-pagination-bullet{
    margin: 0 6px;
}
.lounge-lp .sec-block .gallery-slider .swiper-pagination-bullet-active{
    background: #7F0019;
}

.lounge-lp .sec-block .gallery-slider .swiper-button-prev,
.lounge-lp .sec-block .gallery-slider .swiper-button-next{
    position: static;
    margin-top: initial;
    width: 9px;
    height: 15px;
}
.lounge-lp .sec-block .gallery-slider .swiper-button-prev svg,
.lounge-lp .sec-block .gallery-slider .swiper-button-next svg{
    display: none;
}
.lounge-lp .sec-block .gallery-slider .swiper-button-prev:after,
.lounge-lp .sec-block .gallery-slider .swiper-button-next:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
}
.lounge-lp .sec-block .gallery-slider .swiper-button-prev{
    background: url("../images/slide_arw01l.svg") 50% 50% no-repeat;
    background-size: 100%;
    margin-right: 15px;
}
.lounge-lp .sec-block .gallery-slider .swiper-button-next{
    background: url("../images/slide_arw01r.svg") 50% 50% no-repeat;
    background-size: 100%;
    margin-left: 15px;
}

/* #concept */
.lounge-lp #concept{
    margin-top: 140px;
}
.lounge-lp #concept .gallery-block .gallery-content{
    background: #FAEFE5;
}

/* #lounge */
.lounge-lp #lounge{
    margin-top: 150px;
}
.lounge-lp #lounge .gallery-block .sec-ti h2{

font-size: 45px;

right: 1270px;

text-indent: -0.5em;

margin-bottom: -1em;
}
.lounge-lp #lounge .gallery-block .gallery-content{
    background: #F4EEDE;
}

/* #detail */
.lounge-lp #detail{
    margin-top: 120px;
}
.lounge-lp #detail .sec-inner{
    max-width: 1600px;
    margin: 0 auto;
    padding: 80px 6.25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F4F3F0;
    border-radius: 10px;
}
.lounge-lp #detail .sec-ti{
    margin-right: 6.57%;
    flex-shrink: 0;
}
.lounge-lp #detail .sec-ti h2{
    width: 308px;
}

.lounge-lp #detail .detail-table{
    width: 100%;
    border: 1px #BAB598 solid;
}
.lounge-lp #detail .detail-table dl{
    display: flex;
}
.lounge-lp #detail .detail-table dl dt p{
    text-align: center;
    line-height: 1.5;
}
.lounge-lp #detail .detail-table dl dt p{
    font-weight: 700;
}
.lounge-lp #detail .detail-table dl dt p,
.lounge-lp #detail .detail-table dl dd p{
    padding-top: 1em;
    padding-bottom: 1em;
}
.lounge-lp #detail .detail-table dl + dl{
    border-top: 1px #BAB598 solid;
}
.lounge-lp #detail .detail-table > dl > dt{
    width: 166px;
    min-height: 60px;
    background: #EFEBDE;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-right: 1px #BAB598 solid;
    padding: 0 0.5em;
}
.lounge-lp #detail .detail-table > dl > dd{
    width: 100%;
    min-height: 60px;
    background: #ffffff;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lounge-lp #detail .detail-table > dl > dd > p{
    padding: 1em;
    font-weight: 700;
    line-height: 1.5;
}
.lounge-lp #detail .detail-table > dl > dd > dl{
    display: flex;
    justify-content: flex-start;
}
.lounge-lp #detail .detail-table > dl > dd > dl dt{
    width: 160px;
    min-height: 80px;
    flex-shrink: 0;
    background: #F8F7E9;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px #BAB598 solid;
    padding: 0 0.5em;
}
.lounge-lp #detail .detail-table > dl > dd > dl dt > p > span{
    font-size: 15px;
}
.lounge-lp #detail .detail-table > dl > dd > dl dt.non-data{
    display: none;
}
.lounge-lp #detail .detail-table > dl > dd > dl dd{
    padding: 1em;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.lounge-lp #detail .detail-table > dl > dd > dl dd ul li{
    display: flex;
    line-height: 1.5;
}
.lounge-lp #detail .detail-table > dl > dd > dl dd ul li span{
    flex-shrink: 0;
}
.lounge-lp #detail .detail-table > dl > dd > dl dd ul.note-list{
}
.lounge-lp #detail .detail-table > dl > dd > dl dd ul.note-list li{
    display: block;
    font-size: 14px;
}

/* #campaign */
.lounge-lp #campaign{
    margin-top: 150px;
}
.lounge-lp #campaign .sec-ti{
    background: var(--color-red);
    min-height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lounge-lp #campaign .sec-ti h2{
    color: var(--color-yellow);
    font-size: 38px;
    font-weight: 900;
}
.lounge-lp #campaign .sec-lead{
    font-size: 26px;
    text-align: center;
    color: var(--color-red);
    font-weight: 900;
    margin-top: 70px;
    line-height: 1.5;
}

.lounge-lp #campaign .campaign-block{
    max-width: 1400px;
    margin: 80px auto 0;
}
.lounge-lp #campaign .campaign-block .block-ti{
    background: var(--color-red);
    min-height: 118px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lounge-lp #campaign .campaign-block .block-ti h3{
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.5;
    padding: 0.5em;
}
.lounge-lp #campaign .campaign-block .block-ti h3 span{
    font-size: 30px;
    font-weight: 900;
    color: var(--color-yellow);
}
.lounge-lp #campaign .campaign-block .block-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FAEFE5;
    padding: 2.14%;
    color: var(--color-red);
}
.lounge-lp #campaign .campaign-block .block-inner .sec-img{
    width: 50%;
    flex-shrink: 0;
}
.lounge-lp #campaign .campaign-block .block-inner .sec-txt{
    width: 50%;
    flex-shrink: 0;
}

/* #campaign #campaign01 */
.lounge-lp #campaign #campaign01 .block-inner{}
.lounge-lp #campaign #campaign01 .block-inner .sec-txt{
    padding: 0 3.73% 0 5.97%;
}
.lounge-lp #campaign #campaign01 .block-inner .sec-txt ul li{
    background: url("../images/list_ico01.svg") 0 0.25em no-repeat;
    background-size: 18px auto;
    padding-left: 23px;
    line-height: 1.5;
}
.lounge-lp #campaign #campaign01 .block-inner .sec-txt ul li + li{
    margin-top: 0.8em;
}
.lounge-lp #campaign #campaign01 .block-inner .sec-txt .btn01{
    margin-top: 50px;
}
.lounge-lp #campaign #campaign01 .block-inner .sec-txt .btn01 a{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-red);
}

/* #campaign #campaign02 */
.lounge-lp #campaign #campaign02{}
.lounge-lp #campaign #campaign02 .sec-img{
    position: relative;
}
.lounge-lp #campaign #campaign02 .sec-img p{
    width: 30.3%;
    position: absolute;
    top: 133px;
    left: -40px;
}
.lounge-lp #campaign #campaign02.inview_fadein_end .sec-img p{
    transform: scale(0);
    opacity: 0;
	animation: popUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1.5s forwards;
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead{
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead h4{
    font-weight: 900;
    margin-bottom: 0.5em;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead h4:before{
    content: "";
    width: 3px;
    height: 32px;
    background: #DDC45F;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-35deg);
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead h4:after{
    content: "";
    width: 3px;
    height: 32px;
    background: #DDC45F;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(35deg);
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead p{
    font-weight: 700;
}
.lounge-lp #campaign #campaign02 .sec-txt .block-lead p .under-line{
    font-size: 24px;
    font-weight: 900;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply{
    margin-top: 50px;
    padding-left: 4.7%;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply h4{
    font-size: 18px;
    font-weight: 900;
    border-bottom: 2px var(--color-red) solid;
    text-align: center;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply ol{
    margin-top: 30px;
    padding: 0 55px;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply ol li{
    background: url("../images/list_no_ico01_01.svg") 0 0.25em no-repeat;
    background-size: 17px auto;
    padding-left: 23px;
    line-height: 1.5;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply ol li + li{
    margin-top: 0.8em;
}
.lounge-lp #campaign #campaign02 .sec-txt .apply ol li:nth-child(2){
    background-image: url("../images/list_no_ico01_02.svg");
}
.lounge-lp #campaign #campaign02 .sec-txt .apply ol li:nth-child(3){
    background-image: url("../images/list_no_ico01_03.svg");
}
.lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01{
    margin-top: 35px;
}
.lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01 a{
    width: 360px;
    margin: 0 auto;
    color: var(--color-red);
    font-weight: 700;
    position: relative;
}
.lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01 a:before{
    content: "";
    background: url("../images/Instagram_ico.svg") 50% 50% no-repeat;
    background-size: 40px auto;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.lounge-lp #campaign #campaign02 .apply-detail-box{
    margin: 50px 30px 0;
    background: #ffffff;
    border-radius: 0 0 8px 8px;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-hd{
    background: var(--color-red) url("../images/accordion_ico_open.svg") right 10px top 50% no-repeat;
    background-size: 16px auto;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    min-height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}
.lounge-lp #campaign #campaign02 .apply-detail-box.open .box-hd{
    background-image: url("../images/accordion_ico_close.svg");
    border-radius: 8px 8px 0 0;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content{
    padding: 20px;
    display: none;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li{
    background: url("../images/list_ico01.svg") 0 0.25em no-repeat;
    background-size: 18px auto;
    padding-left: 23px;
    line-height: 1.5;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li + li{
    margin-top: 1.5em;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dl{
    display: flex;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dt{
    width: 170px;
    flex-shrink: 0;
    font-weight: 900;
}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dd{}
.lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dd .note-list li{
    font-size: 13px;
}

.lounge-lp #campaign #campaign02 .end-txt{
    width: 100%;
    padding: 30px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAEFE5;
}
.lounge-lp #campaign #campaign02 .end-txt p{
    width: 100%;
    font-size: 26px;
    background: #ffffff;
    font-weight: 900;
    line-height: 1.5;
    color: var(--color-red);
    text-align: center;
    display: block;
    border: 3px var(--color-red) solid;
    border-radius: 10px;
    padding: 0.5em;
}

/* #hotel */
.lounge-lp #hotel{
    background: #F2F1ED;
    margin-top: 150px;
}
.lounge-lp #hotel .sec-inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 150px 6.25%;
    box-sizing: content-box;
}
.lounge-lp #hotel .sec-ti h3{
    font-size: 34px;
    font-weight: 900;
    color: var(--color-red);
    line-height: 1.5;
}
.lounge-lp #hotel .hotel-block{
    display: flex;
    justify-content: space-between;
}
.lounge-lp #hotel .hotel-block .sec-img{
    width: 57%;
    flex-shrink: 0;
}
.lounge-lp #hotel .hotel-block .sec-txt{
    padding-left: 2.86%;
}
.lounge-lp #hotel .hotel-block .sec-txt p{
    margin-top: 1em;
}
.lounge-lp #hotel .hotel-block .sec-txt p + p{
    margin-top: 2em;
}

.lounge-lp #hotel .around-block{
    margin-top: 50px;
}
.lounge-lp #hotel .around-block .block-item-list{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.lounge-lp #hotel .around-block .block-item{
    width: 23.9%;
    text-align: center;
}
.lounge-lp #hotel .around-block .block-item .sec-txt{
    font-size: 20px;
    font-weight: 700;
    color: var(--color-red);
    line-height: 1.2;
}
.lounge-lp #hotel .around-block .btn02{
    margin-top: 55px;
}
.lounge-lp #hotel .around-block .btn02 a{
    width: 650px;
    margin: 0 auto;
}

@media screen and (max-width:1099px){

    #container{
        min-width: 100%;
    }
    
    .lounge-lp{
        padding-top: 60px;
        font-size: 13px;
    }
    
    .lounge-lp .note-list li{
        font-size: 11px;
    }

    .lounge-lp .btn01{}
    .lounge-lp .btn01 a{
        min-height: 45px;
        border-radius: 5px;
        background-size: 8px auto;
    }
    .lounge-lp .btn02{}
    .lounge-lp .btn02 a{
        min-height: 60px;
        font-size: 21px;
        border-radius: 7.5px;
        background: var(--color-red) url("../images/btn_arw03.svg") right 10px top 50% no-repeat;
        background-size: 10px auto;
    }

    /* .float-btn */
    .lounge-lp .float-btn{
        width: 334px;
        margin: 0 auto;
        bottom: 5px;
        left: 0;
        right: 0;
    }
    .lounge-lp .float-btn .btn02{}
    .lounge-lp .float-btn .btn02 a{
        min-height: 45px;
        font-size: 15px;
        box-shadow: 0px 0px 5px 0px #777777;
    }
    .lounge-lp .float-btn .float-btn01{
        width: 245px;
    }
    .lounge-lp .float-btn .float-btn01 a{}
    .lounge-lp .float-btn .float-btn02{
        width: 80px;
    }
    .lounge-lp .float-btn .float-btn01 a:after,
    .lounge-lp .float-btn .float-btn02 a:after{
        background-size: 15px auto;
        width: 15px;
        height: 10px;
        margin-left: 8px;
    }
    .lounge-lp .float-btn .float-btn02 a:after{
        background-image: url("../images/btn_arw05.svg");
    }

    
    /* .content-top */
    .lounge-lp .content-top{}
    .lounge-lp .content-top .mv{}
    .lounge-lp .content-top .mv .top-slider{
        width: 100%;
        height: 150.7vw;
    }
    .lounge-lp .content-top .mv figure{}
    .lounge-lp .content-top .mv .slide01{
        background: url("../images/mv_slide01_sp.webp") 50% 50% no-repeat;
        background-size: cover;
    }
    .lounge-lp .content-top .mv .slide02{
        background: url("../images/mv_slide02_sp.webp") 50% 50% no-repeat;
        background-size: cover;
    }
    .lounge-lp .content-top .mv .slide03{
        background: url("../images/mv_slide03_sp.webp") 50% 50% no-repeat;
        background-size: cover;
    }
    .lounge-lp .content-top .mv .slide04{
        background: url("../images/mv_slide04_sp.webp") 50% 50% no-repeat;
        background-size: cover;
    }

    .lounge-lp .content-top .top-ti{
        width: 100%;
        padding-left: 5.3vw;
        padding-right: 0;
        position: absolute;
        bottom: 21.3vw;
        left: 0;
        right: 0;
        z-index: 1;
        box-sizing: border-box;
    }
    .lounge-lp .content-top .top-ti-inner{
        position: relative;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt{}
    .lounge-lp .content-top .top-ti .top-ti-txt span{
        background: #ffffff;
        line-height: 1.2;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-s{}
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-m{
        margin-top: 2.67vw;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-l{
        margin-top: 2.67vw;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-s span{
        font-size: 4vw;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-m span{
        font-size: 6.93vw;
    }
    .lounge-lp .content-top .top-ti .top-ti-txt .ti-l span{
        font-size: 7.467vw;
        width: 63.067vw;
    }
    .lounge-lp .content-top .top-txt{
        width: 30.67vw;
        position: absolute;
        right: 4vw;
        bottom: 10.93vw;
        line-height: 0;
    }

    .lounge-lp .content-top .top-lead{
        font-size: 14px;
        margin-top: 70px;
        padding: 0 5.3%;
    }

    .lounge-lp .content-top .top-nav{
        margin-top: 35px;
        padding: 0 5.3%;
    }
    .lounge-lp .content-top .top-nav ul{
        display: block;
        width: 100%;
        max-width: 335px;
        margin: 0 auto;
    }
    .lounge-lp .content-top .top-nav li{
        width: 100%;
        height: 45px;
    }
    .lounge-lp .content-top .top-nav li + li{
        margin-top: 15px;
    }
    .lounge-lp .content-top .top-nav li a{
        background: var(--color-red) url("../images/btn_arw01.svg") top 50% right 10px no-repeat;
        background-size: 15px auto;
        font-size: 16px;
        border-radius: 5px;
    }

    /* .content-sec */
    .lounge-lp .content-sec{}
    .lounge-lp .content-sec .content-sec-inner{}
    
    /* .sec-block */
    .lounge-lp .sec-block{}
    .lounge-lp .sec-block .sec-inner{}
    
    /* .sec-block .gallery-block */
    .lounge-lp .sec-block .gallery-block{
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .lounge-lp .sec-block .gallery-block .sec-ti{
        padding-right: 0;
        width: 100%;
    }
    .lounge-lp .sec-block .gallery-block .sec-ti h2{
        font-size: 5.867vw;
        width: 16%;
        display: flex;
        align-items: center;
        margin-right: 0;
        left: 0;
        right: auto;
    }
    .lounge-lp .sec-block .gallery-block .sec-ti figure{
        width: 84%;
        height: 100%;
    }
    
    .lounge-lp .sec-block .gallery-block .gallery-content{}
    .lounge-lp .sec-block .gallery-block .gallery-item{
        display: block;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item + .gallery-item{
        margin-top: 30px;
        padding-top: 30px;
        border-top: 2px #ffffff solid;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item .gallery-img{
        width: 100%;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt{
        margin-top: 0;
        padding-left: 0;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item .gallery-img + .gallery-txt{
        margin-top: 20px;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt h3{
        font-size: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .lounge-lp .sec-block .gallery-block .gallery-item .gallery-txt p{
        margin-top: 0;
    }

    /* .sec-block .gallery-block .gallery-slider */
    .lounge-lp .sec-block .gallery-slider{}
    .lounge-lp .sec-block .gallery-slider .slide-pagination-wrapper{
        margin-top: 10px;
    }
    .lounge-lp .sec-block .gallery-slider .swiper-pagination-bullet{
        margin: 0 5px;
    }

    .lounge-lp .sec-block .gallery-slider .swiper-button-prev{
        margin-right: 10px;
    }
    .lounge-lp .sec-block .gallery-slider .swiper-button-next{
        margin-left: 10px;
    }

    /* #concept */
    .lounge-lp #concept{
        margin-top: 75px;
    }
    .lounge-lp #concept .gallery-block .gallery-content{
        padding: calc(43vw + 90px) 9.3% 50px;
        margin-top: -43vw;
    }
    
    /* #lounge */
    .lounge-lp #lounge{
        margin-top: 75px;
    }
    .lounge-lp #lounge .gallery-block .gallery-content{
        padding: calc(22vw + 90px) 9.3% 50px;
        margin-top: -22vw;
    }
    .lounge-lp #lounge .gallery-block .sec-ti h2{
        width: 30%;
        font-size: 5.867vw;
        right: 0;
    }
    .lounge-lp #lounge .gallery-block .sec-ti figure{
        width: 70%;
        height: 100%;
    }

    /* #detail */
    .lounge-lp #detail{
        margin-top: 50px;
    }
    .lounge-lp #detail .sec-inner{
        width: 89.3%;
        padding: 25px 4.48%;
        display: block;
        border-radius: 7.5px;
    }
    .lounge-lp #detail .sec-ti{
        width: 100%;
        flex-shrink: 0;
        margin-right: 0;
    }
    .lounge-lp #detail .sec-ti h2{
        width: auto;
        line-height: 0;
    }
    .lounge-lp #detail .sec-ti h2 img{
        width: auto;
        height: 27px;
    }

    .lounge-lp #detail .detail-table{
        margin-top: 15px;
    }
    .lounge-lp #detail .detail-table dl dt p,
    .lounge-lp #detail .detail-table dl dd p{
        padding-top: 0.5em;
        padding-bottom: 0.5em;
    }
    .lounge-lp #detail .detail-table > dl > dt{
        width: 27.2%;
        min-height: 32px;
        flex-shrink: 0;
    }
    .lounge-lp #detail .detail-table > dl > dd{
        width: 100%;
        min-height: 32px;
    }
    .lounge-lp #detail .detail-table > dl > dd > p{
        padding: 0.5em 1em;
    }
    .lounge-lp #detail .detail-table > dl > dd > dl{
        display: block;
    }
    .lounge-lp #detail .detail-table > dl > dd > dl dt{
        width: 100%;
        min-height: 32px;
        border-right: none;
        border-bottom: 1px #BAB598 solid;
        padding: 0 0.5em;
    }
    .lounge-lp #detail .detail-table > dl > dd > dl dt > p > span{
        font-size: 13px;
    }
    .lounge-lp #detail .detail-table > dl > dd > dl dd{
        padding: 0.5em 1em;
    }
    .lounge-lp #detail .detail-table > dl > dd > dl dd ul.note-list li{
        font-size: 11px;
    }

    /* #campaign */
    .lounge-lp #campaign{
        margin-top: 75px;
    }
    .lounge-lp #campaign .sec-ti{
        min-height: 70px;
    }
    .lounge-lp #campaign .sec-ti h2{
        font-size: 20px;
    }
    .lounge-lp #campaign .sec-lead{
        width: 89.3%;
        margin: 35px auto 0;
        font-size: 14px;
    }

    .lounge-lp #campaign .campaign-block{
        width: 89.3%;
        margin: 35px auto 0;
    }
    .lounge-lp #campaign .campaign-block .block-ti{
        min-height: 80px;
    }
    .lounge-lp #campaign .campaign-block .block-ti h3{
        font-size: 14px;
        text-align: center;
    }
    .lounge-lp #campaign .campaign-block .block-ti h3 span{
        font-size: 16px;
    }
    .lounge-lp #campaign .campaign-block .block-inner{
        display: block;
        padding: 0;
    }
    .lounge-lp #campaign .campaign-block .block-inner .sec-img{
        width: 100%;
        flex-shrink: 0;
    }
    .lounge-lp #campaign .campaign-block .block-inner .sec-txt{
        width: 100%;
        flex-shrink: 0;
    }

    /* #campaign #campaign01 */
    .lounge-lp #campaign #campaign01 .block-inner{}
    .lounge-lp #campaign #campaign01 .block-inner .sec-txt{
        padding: 20px 4.48% 25px;
    }
    .lounge-lp #campaign #campaign01 .block-inner .sec-txt ul li{
        background: url("../images/list_ico01.svg") 0 0.25em no-repeat;
        background-size: 16px auto;
        padding-left: 21px;
    }
    .lounge-lp #campaign #campaign01 .block-inner .sec-txt ul li + li{
        margin-top: 0.5em;
    }
    .lounge-lp #campaign #campaign01 .block-inner .sec-txt .btn01{
        margin-top: 20px;
    }
    .lounge-lp #campaign #campaign01 .block-inner .sec-txt .btn01 a{
        font-size: 17px;
        max-width: 300px;
        margin: 0 auto;
    }

    /* #campaign #campaign02 */
    .lounge-lp #campaign #campaign02{}
    .lounge-lp #campaign #campaign02 .sec-img{ }
    .lounge-lp #campaign #campaign02 .sec-img p{
        width: 27vw;
        top: 24vw;
        left: -2.67vw;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead{
        font-size: 15px;
        margin-top: 35px;
        padding: 0 4.48%;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead h4{
        padding: 0 15px;
        margin-bottom: 0.25em;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead h4:before{
        width: 2px;
        height: 20px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead h4:after{
        width: 2px;
        height: 20px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead p{
        line-height: 1.8;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .block-lead p .under-line{
        font-size: 17px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .apply{
        margin-top: 35px;
        padding: 0 4.48% 25px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .apply h4{
        font-size: 15px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .apply ol{
        margin-top: 20px;
        padding: 0 0;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .apply ol li{
        background: url("../images/list_no_ico01_01.svg") 0 0.25em no-repeat;
        background-size: 15px auto;
        padding-left: 21px;
    }
    .lounge-lp #campaign #campaign02 .sec-txt .apply ol li + li{}
    .lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01{
        margin-top: 20px;
    }
    .lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01 a{
        width: 88.5%;
        max-width: 300px;
    }
    .lounge-lp #campaign #campaign02 .block-inner .sec-txt .apply .btn01 a:before{
        content: "";
        background: url("../images/Instagram_ico.svg") 50% 50% no-repeat;
        background-size: 33px auto;
        width: 33px;
        height: 33px;
        margin-right: 5px;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box{
        margin: 35px 0 0;
        background: #ffffff;
        border-radius: 0 0 8px 5px;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-hd{
        background: var(--color-red) url("../images/accordion_ico_open.svg") right 10px top 50% no-repeat;
        background-size: 13px auto;
        font-size: 15px;
        border-radius: 5px;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box.open .box-hd{
        border-radius: 5px 5px 0 0;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content{
        padding: 12.5px 3.28%;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li{
        background-size: 16px auto;
        padding-left: 21px;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li + li{
        margin-top: 1em;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li >dl{
        display: block;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dt{
        width: 106px;
        flex-shrink: 0;
        font-weight: 900;
    }
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dd{}
    .lounge-lp #campaign #campaign02 .apply-detail-box .box-content > ul > li dd .note-list li{
        font-size: 11px;
    }

    .lounge-lp #campaign #campaign02 .end-txt{
        padding: 15px 3%;
    }
    .lounge-lp #campaign #campaign02 .end-txt p{
        font-size: 14px;
        border: 2px var(--color-red) solid;
        border-radius: 5px;
    }

    /* #hotel */
    .lounge-lp #hotel{
        margin-top: 60px;
    }
    .lounge-lp #hotel .sec-inner{
        width: 100%;
        max-width: none;
        margin: 0 auto;
        padding: 50px 9.33%;
        box-sizing: border-box;
    }
    .lounge-lp #hotel .sec-ti h3{
        font-size: 19px;
    }
    .lounge-lp #hotel .hotel-block{
        display: block;
    }
    .lounge-lp #hotel .hotel-block .sec-img{
        width: 100%;
    }
    .lounge-lp #hotel .hotel-block .sec-txt{
        padding-left: 0;
    }
    .lounge-lp #hotel .hotel-block .sec-txt .sp-ti{
        margin-bottom: 0.5em;
    }
    .lounge-lp #hotel .hotel-block .sec-txt p + p{
        margin-top: 1.5em;
    }

    .lounge-lp #hotel .around-block{
        margin-top: 30px;
    }
    .lounge-lp #hotel .around-block .block-item-list{
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .lounge-lp #hotel .around-block .block-item{
        width: 46.7%;
        text-align: center;
        margin-bottom: 15px;
    }
    .lounge-lp #hotel .around-block .block-item .sec-txt{
        font-size: 14px;
    }
    .lounge-lp #hotel .around-block .btn02{
        margin-top: 35px;
    }
    .lounge-lp #hotel .around-block .btn02 a{
        width: 100%;
        max-width: 300px;
    }
        
}

@media screen and (max-width:787px){}

@media screen and (max-width:399px){

    /* .float-btn */
    .lounge-lp .float-btn{
        width: 96%;
    }
    .lounge-lp .float-btn .btn02{}
    .lounge-lp .float-btn .btn02 a{
        font-size: 4vw;
    }
    .lounge-lp .float-btn .float-btn01{
        width: 73%;
    }
    .lounge-lp .float-btn .float-btn01 a{}
    .lounge-lp .float-btn .float-btn02{
        width: 24%;
    }
    .lounge-lp .float-btn .float-btn01 a:after,
    .lounge-lp .float-btn .float-btn02 a:after{
        background-size: 4vw auto;
        width: 4vw;
        height: 2.5vw;
        margin-left: 2vw;
    }
}

@keyframes txtLine{
    0%{
        width: 0;
    }
    100%{
        width: 100%;
    }
}
@keyframes popUp{
    0%{
        transform: scale(0.8);
        opacity: 0;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}


.lounge-lp .inview_fadein,
.lounge-lp .inview_fadeins > * {
	opacity: 0;
}
.lounge-lp .inview_fadein_end:nth-child(10n+1) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) .2s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+2) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) .4s forwards;
}

.lounge-lp .inview_fadein_end:nth-child(10n+3) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) .6s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+4) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) .8s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+5) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 1s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+6) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 1.2s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+7) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 1.4s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+8) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 1.6s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n+9) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 1.8s forwards;
}
.lounge-lp .inview_fadein_end:nth-child(10n) {
	animation: anime01 1s cubic-bezier(.23,1,.32,1) 2s forwards;
}

@keyframes anime01 {
	0% {transform:translate(0, 25px); opacity: 0;}
	100% {transform:translate(0, 0); opacity: 1;}
}
