 @charset "UTF-8";


/*===================================================
	RESET
====================================================*/
*{
	outline:none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
    word-wrap: break-word;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
	width: 100%;
	font-smoothing: antialiased;
	font-variant-numeric: tabular-nums;
	-webkit-font-smoothing: antialiased;
    letter-spacing: 0.1em;
}

.page--home.window-scroll .header, .window-scroll .header {
        background: #fff;
        z-index: 100;
    }

    .header{
    display: none;
    }

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display:block;
}
ul, ol {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
a {
	margin:0;
	padding:0;
	vertical-align:baseline;
	text-decoration: none;
	color: inherit;
	transition:0.5s ease;
}
input, select {
	vertical-align:middle;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
	line-height: 1.0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

img {
	width:100%;
	vertical-align: bottom;
	line-height: 1.0;
    width: 100%;
}
.fa, .fas {
    display: inline;
}
.mov {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    transition: 0.4s;
    background: #fff;
}
.loaded .loading{
    opacity: 0;
    z-index: -999;
}

footer .bg img {
   background: transparent !important;
}

.footer .nav__list--sns{
display: none!important;
}

.footer .list--support{
display: none!important;
}

.footer{
z-index: 3!important;
margin-bottom: 24px;
}

@media screen and (min-width: 961px) {
    footer .footer__inner {
        background: transparent !important;
        height: auto !important;
        z-index: 3 !important;
    }

}




/*===================================================
	共通
====================================================*/

body{
color: #000;
}

body:not(.page--home) .wrap {
    padding-top: 0px;
}

body:not(.page--home) .wrap {
    padding-top: 0px;
    background: transparent;
}

.container {
    font-family: 'Roboto', "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
}


.container {
    position: sticky;
    z-index: 3;
    padding: 40px 0px 88px 0px;
    max-width: 880px;
    margin: 0 auto;
}

html,
.inBox{
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    pointer-events: auto!important;
}

.mov iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.delighter {
    transition: all .5s ease-out;
    transform: translatey(5%);
    opacity: 0;
   }

.delighter.started {
      transform: none;
      opacity: 1;
   }
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg::before{
    opacity: 1;
    background: transparent;
}


.bg01 {
    opacity: 1;
    background: url(/static/fcopen/fanplakit/artist/candytune_cfBG3DhqW7j/feature/cc_lottery2026/images/ph_bg_pc_j4t5vaki.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg02{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url("/static/fcopen/fanplakit/artist/candytune_cfBG3DhqW7j/feature/cc_lottery2026/images/ph_pc_cloud_j4t5vaki.png");
    background-repeat:repeat-x;
    background-position:0 0;
    background-size:1992px auto;
    animation:cloudMove 80s linear infinite;
    opacity: 1;
    pointer-events: none;
}

@keyframes cloudMove{
    from{
        background-position:0 0;
    }
    to{
        background-position:-1992px 0;
    }
}

.deco1 {
    max-width: 190px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    top: 5%;
    left: 2%;
}

.deco2{
    max-width: 100px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    left: 23%;
    top: 8%;
}

.deco3 {
    max-width: 120px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    left: 14%;
    top: 42%;
}

.deco4{
    max-width: 190px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    bottom: 0%;
    left: 1%;
}

.deco5{
    max-width: 100px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    bottom: 23%;
    left: 22%;
}

.deco6{
    max-width: 110px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    right: 23%;
    top: 13%;
}

.deco7 {
    max-width: 200px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    right: 1%;
    top: 6%;
}

.deco8 {
    max-width: 120px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    right: 18%;
    top: 54%;
}
.deco9 {
    max-width: 107px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    right: 6%;
    top: 43%;
}

.deco10 {
    max-width: 196px;
    animation: fuwafuwa 3s infinite;
    position: fixed;
    bottom: 0%;
    right: 2%;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0px);
  }
}



    footer .footer__inner {
        background: #fff;
        z-index: 3;
    }

   .allTit p{
    text-align: center;
    color:  #000;
    font-weight: bold;
    font-size: 30px;
    }

.allTit {
    text-align: center;
    color:  #000;
    font-weight: bold;
    font-size: 30px;
    margin: 0 auto 5vw;
    border: solid 1px  #000;
    position: relative;
    padding: 10px;
    max-width: 800px;
}

.allTit::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border: 5px solid #000;
    pointer-events: none;
}
h2 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 5vw;
}


.hanaTit {
    width: 80vw;
    max-width: 750px;
}

.kujiTit{

}



.mini{
	font-size: 70%;
}
.btn a {
  display: block;
  background: linear-gradient(90deg, rgb(77, 179, 255), rgb(255, 112, 208)) 0% 0% / auto;
  background-size: auto;
  transition: 0.4s !important;
  color: #fff;
  padding: 20px;
  width: 90%;
  max-width: 350px;
  margin: 0 auto 40px;
  border-radius: 999px;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background-size: 100% 100%;
  pointer-events: auto!important;
   cursor: pointer!important;
}

.btn a:hover {
filter: brightness(1.2);
}



.btn.off a {
  border: none;
  background: #c8c8c8;
  color: #fff;
}

.btn a .mini{
    display: block;
    margin: 5px 0 0 0;
    line-height: 1.3;
}

.lead{
    margin: 0 auto 5vw;
}

/*
.loaded .lead{
  -webkit-animation: upIn 0.8s ease 2.5s 1 forwards;
  animation:upIn 0.8s ease 2.5s 1 forwards;
}
*/

.leadShadow{
text-align: center;
color: #000;
margin: 0px 0px 20px;
font-weight: bold;
font-size: 19px;
}

.leadShadowHana{
margin: 0 auto 80px;
}


@keyframes upIn {
	0% {
		opacity: 0;
		-webkit-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
}
.lead p{
    margin: 0 0 20px 0;
    color: #000;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
    font-size: 19px;
}



.lead p:last-child{
    margin: 0 auto 0px
}


.lt{
    position: absolute;
    width: 60px;
    top: 20px;
    left: 20px;
}

.rt{
    position: absolute;
    width: 60px;
    top: 20px;
    right: 20px;
}

.rb{
    position: absolute;
    width: 60px;
    bottom: 20px;
    right: 20px;
}

.lb{
    position: absolute;
    width: 60px;
    bottom: 20px;
    left: 20px;
}


.detail{
    padding: 3vw;
    margin: 0 auto 5vw;
    border-radius: 20px;
    color: #000;
    background:#fff;
    padding: 65px 65px;
    position: relative;
}

.detail dt {
    font-family: "Dela Gothic One", sans-serif;
    font-size: 51px;
    text-align: center;
    margin: 0 0 20px 0;
    text-shadow: 3px 3px 0 #fff, -3px 3px 0 #fff, -3px -3px 0 #fff, 3px -3px 0 #fff;
    color: #41aeff;
    position: relative;
    z-index: 63;
}

.detail dt:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 115px;
    height: 105px;
    background: url(/static/fcopen/fanplakit/artist/candytune_cfBG3DhqW7j/feature/cc_lottery2026/images/ph_subtit_bg_j4t5vaki.png)no-repeat;
    background-size: 115px;
    background-position: bottom center;
    z-index: -1;
    opacity: 1;
}

.detail dd{

}
.detail dd .txt{
    text-align: center;
    font-size: 15px;
    margin: 0 0 20px 0;
}

.detail dd .date{
    opacity: 1;
    text-align: center;
    display: block;
    font-size: 20px;
    margin: 0 0 20px 0;
}
.detail dd .stepList{
    text-align: center;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.detail dd .stepList li{
    margin: 0 0 10px 0;
}
.detail dd .stepList li:last-child{
    margin:  0;
}
.detail dd .attentionList{
    padding: 20px;
    background: #f2f2f2;
}
.detail dd .attentionList li{
font-size: 14px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}

.detail dd .prizeList li{
font-size: 14px;
margin: 0 0 5px 1em;
text-align: center;
}


.detail dd .attentionList li:last-child{
    margin: 0 0 0 1em;
}

.detail dd .prizeList li:last-child{
    margin: 0 0 0 1em;
}


.detail dd .pointList{
    padding: 20px;
    border: 1px solid;
    margin: 0 0 20px 0;
}
.detail dd .pointList li{
    font-size: 14px;
    text-indent: -1em;
    margin: 0 0 10px 1em;
}
.detail dd .pointList li .txtTit{
    background: #7ec8ff;
    color: #fff;
    margin: 0 10px 0 0;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 999px;
}

.txtColor{
background: transparent!important;
color: #ff83ee!important;
margin: 0 0 0 0!important;
padding: 0px 0px!important;
font-weight: bold!important;
}

.detail dd .pointList li:last-child{
    margin: 0 0 0 1em;
}
.detail dd .prize{
    padding: 40px;
    background: #41aeff;
    margin: 0 0 30px 0;
    border-radius: 20px;
    color: #fff;
}
.detail dd .prize:last-child{
    margin:0;
}
.detail dd .prize .item{
    font-size: 27px;
    text-align: center;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: bold;
}

.item0{
   margin: 0 0 0px 0!important;
}

.detail dd .prize .txt{

}
.detail dd .prize .attentionList {
background: #df5e5e;
}

.last{
margin-bottom: 0px!important;
}

.cardImage img{
max-width: 400px;
display: block;
margin: 0 auto;
}

.prize .space{
margin: 0 0 24px 1em!important;
}

.winningArea {
    text-align: center;
    margin: 0 auto 32px;
}

.winningArea .prizeTit {
    padding: 3px 20px;
    font-size: 25px;
    font-weight: bold;
    background: #7ec8ff;
    margin: 0 auto 24px;
    color: #fff;
    border-radius: 50px;
    max-width: 300px;
}

.winningArea .number_list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    width: 56%;
    margin: auto;
}

.winningArea .number_list li {
    width: 33%;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.winningArea:last-of-type {
    margin: 0;
}

.winningArea {
    text-align: center;
    margin: 0 auto 32px;
}

@media screen and (min-width: 960px){
    .sp{display: none;}

  .wrap {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    footer {
        height: auto!important;
    }

}

@media screen and (max-width: 960px){


footer .footer__inner {
height: auto !important;
z-index: 3!important;
}

  h1.logo{
display: none !important;
}

.drawer__btn{
display: none !important;
}

    .pc{display: none;}
    
    body:not(.page--home) .wrap {
    padding-top: 0px;
}

    .wrap:not(.page--home) {
        padding-bottom: 0px;
    }
   
    body:not(.page--home) .bg {
        height: 100%;
    }
 
 .bg01 {    
    opacity: 1;
    background: url(/static/fcopen/fanplakit/artist/candytune_cfBG3DhqW7j/feature/cc_lottery2026/images/ph_bg_sp_j4t5vaki.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
 
.bg02{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url("/static/fcopen/fanplakit/artist/candytune_cfBG3DhqW7j/feature/cc_lottery2026/images/ph_sp_cloud_j4t5vaki.png");
    background-repeat:repeat-x;
    background-position:0 0;
    background-size:1236px auto;
    animation:cloudMove 80s linear infinite;
    opacity:1;
}

@keyframes cloudMove{
    from{
        background-position:0 0;
    }
    to{
        background-position:-1236px 0;
    }
}


.btn a {

}

    h1{
        

    }

.allTit{
width: 90%;
margin: 0 auto 16vw;
}

.allTit p {
        font-size: 24px;
        line-height: 1.3em;
    }

 

h2 {
    width: 69%;
    max-width: 400px;
    margin: 0 auto 5vh;
}

.hanaTit{
width: 100vw;
}

.kujiTit{

}

.leadShadow{
text-align: left;
font-weight: bold;
line-height: 1.5;
font-size: 15px;
margin: 0px 0px 15px;
width: 90%;
margin: 0 auto;
    }

.leadShadowHana{
margin: 0 auto 16vw;
}



.lead{
    position: relative;
    margin: 0 auto 8vh;
}
.lead p {
    margin: 0 auto 15px auto;
    text-align: left;
    font-weight: bold;
    line-height: 1.5;
    font-size: 15px;
}

.lt{
    width:40px;
}

.rt{
    width:40px;
}

.rb{
    width:40px;
}

.lb{
    width:40px;
}



.detail {
    padding: 100px 20px;
    margin: 0 auto 8vh;
    border-radius: 10px;
    position: relative;
}

.detail2{
opacity: 1;
transform: translatey(0%);
}

.detail2.delighter{
opacity: 1;
transform: translatey(0%);
}

.detail dt {
    font-size: 24px;
    width: 100%;
    top: -19px;
}
.detail dd .txt {
    text-align: left;
    font-size: 13px;
    margin: 0 0 10px 0;
}
.detail dd .stepList {
    text-align: center;
    font-size: 13px;
    margin: 0 0 15px 0;
    font-weight: bold;
}
.detail dd .stepList li {
    text-align: left;
}

.detail dd .stepList2 li {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
}

.detail dd .attentionList li {
    font-size: 11px;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}

.detail dd .prizeList li {
    font-size: 11px;
    margin: 0 0 5px 1em;
    text-align: left;
}

.detail dd .pointList li {
    font-size: 13px;
}
.detail dd .date {
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
.detail dd .prize {
    padding: 20px;
    margin: 0 0 20px 0;
    border-radius: 10px;
}
.detail dd .prize .item {
    font-size: 21px;
    text-align: center;
    margin: 0 0 15px 0;
    line-height: 1.3;
}
.btn a {
    font-size: 17px;
    font-weight: bold;
}

.prize .space{
margin: 0 0 16px 1em!important;
}

    .winningArea .number_list {
        width: 100%;
        max-width: 300px;
    }

        .winningArea .number_list li {
        width: 45%;
        font-size: 21px;
    }

    .winningArea .prizeTit {
    margin: 0 auto 8px;
}


    .deco1 {
        width: clamp(60px, 11vw, 120px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        top: 8%;
        left: -2%;
    }

    .deco2 {
        width: clamp(33px, 11vw, 50px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        left: 26%;
        top: 2%;
    }

.deco3 {
        width: clamp(33px, 11vw, 50px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        left: 4%;
        top: 36%;
    }

    .deco4 {
        width: clamp(80px, 11vw, 130px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        bottom: -1%;
        left: -3%;
    }

    .deco5 {
        width: clamp(31px, 11vw, 53px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        bottom: 41%;
        left: -2%;
    }

.deco6 {
        width: clamp(30px, 11vw, 50px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        right: 12%;
        top: 41%;
    }

.deco7 {
        width: clamp(80px, 11vw, 130px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        right: -6%;
        top: 17%;
    }

    .deco8 {
        width: clamp(30px, 11vw, 50px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        right: 9%;
        top: 4%;
    }

    .deco9 {
        width: clamp(33px, 11vw, 53px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        right: 1%;
        top: 59%;
    }

    .deco10 {
        width: clamp(66px, 11vw, 116px);
        animation: fuwafuwa 3s infinite;
        position: fixed;
        bottom: -1%;
        right: -1%;
    }

    .container {
    position: sticky;
    z-index: 2;
    padding: 40px 16px 64px 16px;
    max-width: 780px;
}


}
