/* CSS Remedy */
*,::after,::before{box-sizing:border-box}html{line-sizing:normal}body{margin:0}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.17rem}h4{font-size:1rem}h5{font-size:.83rem}h6{font-size:.67rem}h1{margin:.67em 0}pre{white-space:pre-wrap}hr{border-style:solid;border-width:1px 0 0;color:inherit;height:0;overflow:visible}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle;max-width:100%}canvas,img,svg,video{height:auto}audio{width:100%}img{border-style:none}svg{overflow:hidden}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}
h1,h2,h3,h4,p {margin:0;}
img {width:100%;height:auto;}
a {color: #2a55ff;}
a:visited, a:active {color:#2a55ff;}

body {
    font-family: 'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    background-color: #000000;
}

.wrapper {
    display: flex;
    position: relative;
}
.bg-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: url(/images/app_form/aumon10th-2/bg.jpg) no-repeat #050909 center center;
    background-size: cover;
}
.main-container {
    width: 100%;
    max-width: 480px;
    background-color: #000000;
    margin: 0 auto;
    color: #ffffff;
    z-index: 2;
    box-shadow: -5px 0 5px #f964af88, 5px 0 5px #38ffff88;
    border-left: 2px solid #f964af;
    border-right: 2px solid #38ffff;
    box-sizing: content-box;
}
.left-container {
    display: none;
    width: 0;
    /* background: url(/images/app_form/aumon10th/left-bg.png) repeat-y; */
    background-size: 100% auto;
    text-align: center;
    z-index: 1;
}
.right-container {
    display: none;
    position: sticky;
    top: 0;
    width: 0;
    height: 100vh;
    /* background: url(/images/app_form/aumon10th/right-bg.png) no-repeat #000000 right top; */
    background-size: 160% auto;
}
@media screen and (max-width: 484px) {
    .main-container {
        border-left: none;
        border-right: none;
    }
}
@media screen and (min-width: 960px) {
	.main-container {
        width: 40%;
        max-width: none;
	}
    .left-container, .left-container-2 {
        display: block;
        width: 60%;
    }
}
@media screen and (min-width: 1060px) {
    .main-container {
        width: 30%;
        max-width: none;
	}
    .left-container, .left-container-2 {
        display: block;
        width: 53%;
    }
    .right-container {
        display: block;
        width: 17%;
    }
}
.left-block {
    position: sticky;
    top: calc(100vh / 2 - 200px);
    background: linear-gradient(#09213088, #12425888, #09213088);
    padding: 0 0 10px;
}
.left-title-block {
    width: 60%;
    margin: auto;
}

.camp1-wrap {
    padding-bottom: 8%;
    background-color: #0b1425;
    background: url(/images/app_form/aumon10th-2/main_bg_01_1.png) no-repeat #0b1425;
    background-size: 100% auto;
}
.camp1-wrap-2 {
    padding-bottom: 1px;
    background-color: #de8816;
    background: url(/images/app_form/aumon10th/camp4-bg.png) repeat-y;
    background-size: 100% auto;
}
.camp-center-block {
    width: 91.4%;
    margin: auto;
}
.camp-margin-b10 {
    margin-bottom: 10%;
}
.cmap1-button-block {
    margin-bottom: 10%;
}
.camp1-menu-block {
    position: relative;
}
.camp1-button-block {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 67%;
}
.button-drink {
    top: 46.5%;
}
.button-otsumami {
    top: 87.5%;
}
.camp1-detail-block {
    margin: 2% 6% 0;
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
}
.indent-paragraph {
    text-indent: -1em;
    padding-left: 1em;
}

.shop-block {
    background: url(/images/app_form/aumon10th-2/camp1-bg-01.png) repeat-y top left;
    background-size: 100%;
}
.shop-button-block {
    width: 72%;
    margin: auto;
}

.camp2-wrap {
    background: url(/images/app_form/aumon10th/camp2-bg.png);
}
.camp2-block {
    width: 91.4%;
    margin: auto;
}
.camp2-title {
    margin-top: 10%;
    color: #fccf00;
    text-align: center;
    font-size: clamp(16px, 4.0vw, 48px);
    font-weight: 700;
}
.camp2-text {
    height: 75%;
    overflow-y: auto;
    overflow-wrap: break-word;
    margin: 0 20px;
    padding: 1.5em;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    scrollbar-width: thin;
    scrollbar-color: #f964af #ffffff;
    -ms-overflow-style: none;
    scrollbar-width: none;
    line-height: 1.6;
}
.camp2-text p {
    margin-bottom: 2em;
}
.camp2-text-title {
    font-weight: 700;
}
.menu-label {
    padding-bottom: 3%;
}
.camp2-button2 {
    margin-top: 4%;
}
.scroll__inner::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
}
.simplebar-scrollbar::before {
    background: #f964af;
    border-radius: 0;
    width: 8px;
    margin-left: -2px;
    margin-top: -2px;
}
.camp2-block-2 .simplebar-scrollbar::before {
    background: #de8816;
}
.simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
}
.simplebar-track {
    background: #ffffff;
    width: 8px !important;
}
@media screen and (min-width: 960px) {
	.camp2-title {
        font-size: clamp(16px, 2.5vw, 48px);
    }
    .camp2-text {
        font-size: clamp(10px, 1.8vw, 14px);
    }
}
@media screen and (min-width: 1060px) {
    .camp2-title {
        font-size: clamp(16px, 2.0vw, 48px);
    }
    .camp2-text {
        font-size: clamp(10px, 1.2vw, 14px);
    }
}
.camp2-line {
    margin: 3em 0;
}
.main-wrap {
    background-color: #000000;
    padding-bottom: 1px;
}
.camp3-wrap {
    background-color: #ffffff;
}
.camp3-text {
    margin: 5% auto;
    color: #000000;
    text-align: center;
    font-size: clamp(14px, 4.8vw, 28px);
    font-weight: 700;
}
@media screen and (min-width: 960px) {
	.camp3-text {
        font-size: clamp(14px, 2.4vw, 20px);
    }
}
@media screen and (min-width: 1060px) {
    .camp3-text {
        font-size: clamp(14px, 1.7vw, 20px);
    }
}
.camp3-button-block1 {
    margin-bottom: 5%;
}
.camp3-button-block2 {
    padding-bottom: 10%;
}

.share-wrap {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #eeeeee;
}
.share-logo {
    width: 64%;
    margin: 10% auto 5%;
}
.share-text {
    color: #000000;
    text-align: center;
    font-size: clamp(14px, 4.8vw, 23px);
    font-weight: 700;
}
.share-text-small {
    font-size: clamp(12px, 3.2vw, 18px);
}
@media screen and (min-width: 960px) {
	.share-text {
        font-size: clamp(14px, 2.4vw, 19px);
    }
    .share-text-small {
        font-size: clamp(12px, 2.0vw, 16px);
    }
}
@media screen and (min-width: 1060px) {
    .share-text {
        font-size: clamp(14px, 1.5vw, 19px);
    }
    .share-text-small {
        font-size: clamp(12px, 1.2vw, 16px);
    }
}
.share-icon-block {
    display: flex;
    justify-content: space-between;
    width: 58%;
    margin: 5% auto 10%;
}
.share-icon-block div {
    width: 27%;
}

footer {
    font-size: clamp(9px, 3.2vw, 16px);
    color: #ffffff;
    text-align: center;
    background-color: #000000;
}
footer div {
    margin: 5% 0;
}
@media screen and (min-width: 960px) {
	footer {
        font-size: clamp(9px, 1.6vw, 12px);
    }
}
@media screen and (min-width: 1060px) {
    footer {
        font-size: clamp(9px, 1.0vw, 12px);
    }
}

/* Youtube */
#trailer {
    position: relative;
    margin-bottom: 10%;
    padding-top: 56%;
}
  
#trailer-slider {
    box-sizing: border-box;
    display: block;
    /* overflow-x: scroll; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}
  
#trailer-slider ul {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
}
  
#trailer-slider li {
    display: block;
    width: 100%;
    height: 100%;
}
  
#trailer-slider .container {
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}
  
#trailer-slider .player {
    width: 100%;
    height: 100%;
}
#trailer-slider .thumb {
    background: no-repeat center center;
    background-size: cover;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
#trailer-slider .thumb.active .mark {
    opacity: .5;
}
#trailer-slider .mark {
    background: url(/images/mark_play.png) no-repeat center center;
    background-size: contain;
    margin: -60px 0 0 -60px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    display: none;
}


/* モーダルウィンドウ・ポップアップ */
.scrollLocked {
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
}
.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 999;
    /* overflow: auto; */
    transition: opacity 300ms;/* モーダルのフェードアウト時間を変更する場合はjsの修正も必要です */
    background-color: #040914dd;
}
.modal-inner {
    position: relative;
    height: 100%;
    padding: 1px 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    background-color: #040302;
    background-image: url(/images/app_form/aumon10th-2/border-01.png), url(/images/app_form/aumon10th-2/border-02.png?0);
    background-repeat: no-repeat, no-repeat;
    background-position: top center, bottom center;
    background-size: 100%, 100%;
}
.fadeout{
    opacity: 0;
}
.fadein{
    opacity: 1;
}

.drink-title {
    width: 60%;
    margin: 7% auto;
}
.modal-close-1 {
    position: absolute;
    top: 0;
    right: 5%;
    width: 13%;
    margin-top: 12%;
}
@media screen and (min-width: 540px) {
    .modal-inner {
        width: 375px;
        margin: 40px auto;
        height: calc(100% - 80px);
    }
    .modal-close-1 {
        right: -20%;
        width: 16%;
        margin-top: 0;
    }
}
.menu-label img {
    height: 35px;
    width: auto;
}

.float-button-block {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    width: 93px;
    height: 93px;
}
@media screen and (min-width: 540px) {
    .float-button-block {
        right: 2.5%;
    }
}

/* ドリンク一杯無料クーポン */
.drink1-kv-block {
    position: relative;
}
.drink1-kv-button {
    display: block;
    position: absolute;
    width: 74%;
    top: 65%;
    left: 0;
    right: 0;
    margin: auto;
}