@charset "UTF-8";
img{
    pointer-events: none;
}
html,body {
    background: #000;
    font-family: "Noto Serif JP", serif;
}
section{
    position: relative;
    background: transparent;
    padding: 100px 60px;
}
.contentBox {
    padding: 0;
    background: transparent;
}
.contentInner{
    padding: 60px;
    border-radius: 40px;
    box-shadow: 0px 0px 30px 0 #d3a42cba;
    background: #000000c7;
    color: #FFF;
    backdrop-filter: blur(4px);
}
.titBox{

}
.titBox h2{
    max-width: 800px;
    margin: 0 auto;
}
.innerLink {
    color: #ffd560;
}

/* SP */
@media screen and (max-width: 960px){
section {
    padding: 40px 16px;
}
.contentInner {
    padding: 24px;
}
}
/*===================================================
  FOOTER
====================================================*/
footer{
    position: relative;
    background: transparent;
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 40px 60px 120px;
}
footer .footerLogo{
    max-width: 300px;
    display: inline-block;
}
footer .credit {
    color: #FFF;
}

/* SP */
@media screen and (max-width: 960px){
footer .footerLogo {
    width: 100%;
    max-width: 240px;
}
footer .credit {
    font-size: 55%;
}
}
/*===================================================
  psnlara
====================================================*/
.psnlara{
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 4;
    background: #000;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 16px;
    border: 1px solid;
    cursor: pointer;
    text-align: center;
}
.psnlara .easy-select-box {
    width: 80px !important;
}
.psnlara .esb-dropdown{
    border-top: 1px solid;
    padding-top: 8px;
    margin-top: 4px;
}
/*===================================================
  BG
====================================================*/
.bg{
    background-image: url(/static/theoralcigarettes/official-pc/bkw_numbers/images/bg.jpg);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    pointer-events: none;
}

/* SP-max-960 */
@media screen and (max-width: 960px){
.bg{
    background-image: url(/static/theoralcigarettes/official-pc/bkw_numbers/images/bg_sp.jpg);
}
}

/*===================================================
  OP:LOADER
====================================================*/
.loader{
    position:fixed;
    height:100%;
    width:100%;
    background:#000;
    z-index:99999;
}

/*===================================================
  NAVIGATION
====================================================*/

.hamSwitch {
    background: #DDD;
    display: block;
    position: fixed;
    right: 40px;
    top: 40px;
    transition: all .3s ease;
    cursor: pointer;
    z-index: 9999;
    box-sizing: border-box;
    transition-delay: 3.5s;
    width: 56px;
    height: 56px;
    padding: 16px;
}
.hamSwitch .hamMenu{
    position: relative;
    width: 100%;
    height: 100%;
}
.hamSwitch span {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all .3s ease;
}
.hamSwitch .hamMenu span:nth-of-type(1) {
    top: 2px;
}
.hamSwitch .hamMenu span:nth-of-type(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamSwitch .hamMenu span:nth-of-type(3) {
    bottom: 2px;
}
.hamSwitch.open{

}
.hamSwitch.open span {
    background: #FFF;
}
.hamSwitch.open span:nth-of-type(1) {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.hamSwitch.open span:nth-of-type(2) {
    opacity: 0;
}
.hamSwitch.open span:nth-of-type(3) {
    transform: translateY(50%) rotate(45deg);
    bottom: 50%;
}
.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #FFF;
    pointer-events: none;
    opacity: 0;
}

.navigation.active {
    transition: opacity 0.5s ease;
    pointer-events:auto;
    opacity:1;
}
.navigation .gNav {
    display: block;
    padding: 60px;
}
.navigation .gNav li {
    padding: 0;
    position: relative;
    margin: 0 0 40px;
}
.navigation .gNav li:after {
    content: none;
}
.navigation .gNav li a{
    font-size: 250%;
    font-weight: 800;
}
.navigation .gNav li a.blankBtn{
    opacity: 0.3;
    pointer-events: none;
}
.navigation .navTit{
    color: #FFF;
    position: absolute;
    right: 60px;
    bottom: 60px;
    width: 50%;
    max-width: 300px;
}

/* NAVIGATION:PC-min-961 */
@media screen and (min-width: 961px){
.navigationBlock.openNav .hamSwitch {
    display: none;
}
.navigationBlock.openNav .navigation {
    opacity: 1;
    background: transparent;
    width: auto;
    height: auto;
    left: auto;
    right: 20px;
    pointer-events: auto;
}
.navigationBlock.openNav .gNav{
    display: flex;
    padding: 40px;
    gap: 16px
}
.navigationBlock.openNav .gNav li{
    margin: 0;
}
.navigationBlock.openNav .gNav li a{
    font-size: 120%;
}
.navigationBlock.openNav .navigation .navTit{
    display: none;
}

}

/* NAVIGATION:SP-max-960 */
@media screen and (max-width: 960px){
.hamSwitch {
    width: 40px;
    height: 40px;
    padding: 10px;
    right: 24px;
    top: 24px;
}

.navigation .gNav {
    padding: 80px 40px;
}
.navigation .gNav {
    padding: 80px 40px;
}
.navigation .navTit {
    right: 40px;
    bottom: 40px;
    max-width: 120px;
}
.navigation .gNav li{
    margin: 0 0 20px;
}
.navigation .gNav li a{
    font-size: 150%;
}
}

/*===================================================
  sns
====================================================*/
.snsList {
    display: flex;
}
.snsList li {
    width: 25px;
    margin: 0 20px 0 0;
}
.snsList li a {
    display: block;
}
.snsList li a img{
    filter: invert(1);
    transition:0.3s ease;
}

/*===================================================
  sns
====================================================*/
.scrollDown{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.scrollDown .scrollTxt {
    font-size: 70%;
    transition: 0.5s ease;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #000;
    writing-mode: vertical-rl;
}
.scrollDown .scrollarrow {
    width: 1px;
    height: 60px;
    background: #000;
    animation: scrollarrow 3s cubic-bezier(.19,1,.22,1) 0.5s infinite;
}
@keyframes scrollarrow{
  0% {clip-path: inset(0 0 100% 0);}
  25% {clip-path: inset(0 0 0 0);}
  75% {clip-path: inset(0 0 0 0);}
  100% {clip-path: inset(100% 0 0 0);}
}


/*===================================================
  visual
====================================================*/
.visual{
    position: relative;
}
.visual .heroView{
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.visual .heroView .fclogo{
    position: absolute;
    left: 24px;
    top: 24px;
    width: 80px;
    z-index: 10;
}
.visual .heroView .fclogo a{
    display: block;
}
.visual .heroView .shine{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    width: 110%;
    pointer-events: none;
    aspect-ratio: 1;
    opacity: 0.8;
}
.visual .heroView .shine span{
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.visual .heroView .shine .forward img{
    animation: circleshine 12s linear infinite;
}
.visual .heroView .shine .reverse img{
    animation: circleshine 12s linear infinite reverse;
}
.visual .heroView h1{
    aspect-ratio: 140 / 109;
    max-height: 80vh;
    max-width: 80vw;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}
.visual .heroView .coinleft{
    position: fixed;
    left: 0;
    bottom: 0;
    aspect-ratio: 1;
    max-width: 50%;
    max-height: 80%;
    pointer-events: none;
    transition: 0.5s ease;
}
.visual .heroView .coinright{
    position: fixed;
    right: 0;
    top: 0;
    aspect-ratio: 1;
    max-width: 50%;
    max-height: 80%;
    pointer-events: none;
    transition: 0.5s ease;
}
.visual .lineTxt{
    position: fixed;
    top: 50%;
    left: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: 0.5s ease;
}
.visual .lineTxt .lineTxtIner{
    display: flex;
    animation: loop-text 90s linear infinite;
    gap: 16px;
    font-weight: 600;
}
.visual .lineTxt .lineTxtIner li{
    display: flex;
    align-items: center;
    white-space: nowrap;
    width: 4600px;
}

@keyframes loop-text {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-25%);
  }
}
@keyframes circleshine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.visual .floatMenu{
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 100%;
    max-width: 360px;
    z-index: 4;
    transition: opacity 0.5s ease;
}
.footerFix .visual .floatMenu{
    opacity: 0;
    pointer-events: none;
}

.visual .floatMenu .floatMenuInner{
    display: flex;
    flex-direction: column;
    gap: 16px;
    filter: drop-shadow(0 0 5px #00000088);
}
.visual .floatMenu .floatTit{

}
.visual .floatMenu .btnList{
    display: flex;
    gap: 16px;
}
.visual .floatMenu .btnList li{
    width: calc(50% - 8px);
    margin: 0;
}
.visual .floatMenu .btnList li a{
    display: block;
    line-height: 0;
}
.visual .floatMenu .btnList li a.blankBtn{
    pointer-events: none;
    filter: grayscale(1);
}
/* headerFix */

.headerFix .visual .heroView .coinleft,
.headerFix .visual .heroView .coinright{
    filter: brightness(0.5);
}





/* PC-min-961 */
@media screen and (min-width: 961px){
.heroView .item1 .snsList li a:hover img {
    filter: invert(0.7);
}
}

/* SP-max-960 */
@media screen and (max-width: 960px){
.visual .heroView .fclogo {
    width: 56px;
}
.visual .heroView h1 {
    max-height: 90vh;
    max-width: 95vw;
    margin-bottom: 15%;
}
.visual .floatMenu{
    right: 0;
    bottom: 0;
    transform: unset;
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    max-width: 100%;
}
.visual .floatMenu:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0) 90%);
}
.visual .floatMenu .floatMenuInner{
    max-width: 400px;
    margin: 0 auto;
}
.visual .heroView .coinleft,
.visual .heroView .coinright {
    max-width: 50%;
}
.visual .lineTxt .lineTxtIner li {
    width: 2300px;
}
.visual .heroView .shine{
    width: 180%;
    top: 45%;
}
}



/*===================================================
  visual animation
====================================================*/

.scrolled .visual .action{
    transition-delay: 0s;
}

/* act1 */
.action{
    opacity: 0;
    transition: 1s ease 2s;
}
.loaded .action{
    opacity: 1;
}
.headerFix .action{

}

/* act1 */
.act1{}
.loaded .act1{}
.headerFix .act1{}

/* act2 */
.act2{}
.loaded .act2{}
.headerFix .act2{}

/* act3 */
.act3{}
.loaded .act3{}
.headerFix .act3{}

/* act4 */
.act4{}
.loaded .act4{}
.headerFix .act4{}


/*===================================================
  ABOUT
====================================================*/

.aboutBox{

}
.aboutBox .contentBox{

}
.aboutBox .contentInner{
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: unset;
    border-radius: 0;
}
.aboutBox .intro{
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

/* SP */
@media screen and (max-width: 960px){

}
/*===================================================
  PRIZES
====================================================*/
.prizesBox{

}
.prizesBox .contentInner{
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: unset;
    border-radius: 0;
}
.prizesBox .prizeList{
    display: flex;
    gap: 16px;
}
.prizesBox .prizeList li{

}

/* SP */
@media screen and (max-width: 960px){
.prizesBox .prizeList {
    flex-direction: column;
    padding: 0 16px;
}
}
/*===================================================
  METHOD
====================================================*/
.methodBox{

}
.methodBox .contentInner{
    padding: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: unset;
    border-radius: 0;
}
.methodBox .methodList{
    display: flex;
    gap: 16px;
}
.methodBox .methodList li{

}

/* SP */
@media screen and (max-width: 960px){
.methodBox .methodList {
    flex-direction: column;
    padding: 0 40px;
}
}
/*===================================================
  ENTRY
====================================================*/
.entryBox{

}
.entryBox .ticketDetail{
    display: flex;
    flex-direction: column;
    gap: 16px;
    background: #333;
    padding: 24px;
}
.entryBox .ticketDetail .account{
    background: #FFF;
    display: inline-block;
    width: fit-content;
    color: #333333;
    font-weight: 800;
    padding: 6px 24px 8px;
    border-radius: 8px;
    font-size: 14px;
}
.entryBox .ticketDetail .txt{

}
.entryBox .ticketDetail .ticketNum{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    position: relative;
    width: 100%;
}
.entryBox .ticketDetail .ticketNum dl{
    display: flex;
    max-width: 100%;
    border-radius: 8px;
    background: #CE9A3C;
    background: linear-gradient(25deg, rgb(245 179 21) 0%, rgb(255 216 162) 60%, rgb(255 177 25) 100%);
    color: #4d2f06;
    font-weight: 800;
}
.entryBox .ticketDetail .ticketNum dt{
    padding: 16px;
    font-weight: 700;
    width: fit-content;
    position: relative;
}
.entryBox .ticketDetail .ticketNum dt:before{
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: 10px;
    aspect-ratio: 1;
    background: #333333;
    border-radius: 100px;
    transform: translate(50%, -50%);
    z-index: 2;
}
.entryBox .ticketDetail .ticketNum dt:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -1px;
    width: 10px;
    aspect-ratio: 1;
    background: #333333;
    border-radius: 100px;
    transform: translate(50%, 50%);
    z-index: 2;
}
.entryBox .ticketDetail .ticketNum dd{
    padding: 16px;
    justify-content: center;
    border-left: 2px dotted;
    width: fit-content;
}
.entryBox .ticketDetail .ticketNum dd:before{
    content: none;
}
.entryBox .floatMenu{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 460px;
    margin: 0 auto;
    padding-top: 40px;
}
.entryBox .floatMenu .btnList{
    display: flex;
    gap: 16px;
}
.entryBox .floatMenu .btnList li{
    width: calc(50% - 8px);
    margin: 0;
}
.entryBox .floatMenu .btnList li a{
    display: block;
    line-height: 0;
}
.entryBox .floatMenu .btnList li a.blankBtn{
    pointer-events: none;
    filter: grayscale(1);
}

/* SP */
@media screen and (max-width: 960px){
.entryBox .contentInner{
    padding: 48px 32px;
}
.entryBox .ticketDetail .txt {
    font-size: 100%;
}
.entryBox .ticketDetail {
    padding: 16px;
}
.entryBox .ticketDetail .ticketNum dl {
    width: 100%;
}
.entryBox .ticketDetail .ticketNum dt{
    border: none;
    margin: 0;
    width: 70%;
}
.entryBox .ticketDetail .ticketNum dd{
    width: 30%;
}
.entryBox .floatMenu {
    padding-top: 24px;
}
}