@charset "UTF-8";

body{
        background-color: transparent;
        color: #ffffff;
}
html {

}
.main {
    padding: 0 5% 150px;
    word-break: break-all;
}
.inBox{
    width: 90%;
    max-width: 1000px;
    margin: auto;
}
h2 {
	font-style: normal;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
    font-family: "fot-chiaro-std", sans-serif;
    font-weight: 700;
    line-height: 1.5;
}
h2 span{
    display: block;
    font-size: 50%;
}
img {
	width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.loading{
    background: #1A1F3F;
    z-index: 99999999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 1;
    transition: 0.4s;
}
.loaded .loading{
    z-index: -9;
    opacity: 0;
}
.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;
}
.bg01 {
    opacity: 1;
    background: url(/static/gogovanillas/fanclub/feature/scaryMonstersTreasure/images/bg_main_eS84mTUw.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
.frame{

}
.frame p{
    width: 50px;
    position: fixed;
    pointer-events: none;
}
.frame p:nth-child(1){
    top: 95px;
    left: 10px;
}
.frame p:nth-child(2){
    top: 95px;
    right: 10px;
    transform: rotate(90deg);
}
.frame p:nth-child(3){
    bottom: 10px;
    left: 10px;
    transform: rotate(270deg);
}
.frame p:nth-child(4){
    bottom: 10px;
    right: 10px;
    transform: rotate(180deg);
}

.partitionWrap {

}

.listAsterisk {
	list-style: none;
	padding-left: 1.2em;
}
.listAsterisk > li {
	text-indent: -1.2em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
.listAsterisk > li + li {
	margin-top: 0.3em;
}
.listAsterisk > li:before {
	margin-right: 0.2em;
}
.listAsterisk > li:before {
	content: "※";
}
.listAsterisk > li + li .line{
    text-decoration: underline;
}


.listAsterisk > li.sub{

}
.listAsterisk > li.sub:before{
	display: none;
}
.btnList {
    padding: 40px 20px;
    background: rgba(176, 205, 223, 0.4);
    border-radius: 20px;
    -webkit-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -moz-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    -ms-filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    filter:drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
    border: 2px solid #F6FDBA;
}
.btnList li {
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px dotted;
}
.btnList li.tit{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #F6FDBA;
    border-bottom: 1px dotted #fff;
}
.btnList li:last-child{
    padding:  0;
    margin:0;
    border-bottom: none;
}
.btnList li .live{
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.5;
}
.btnList li a {
    display: block;
    line-height: 1em;
    padding: 20px 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 999px;
    border: #F6FDBA solid 2px;
    font-size: 15px;
    color: #1a1f3f;
    background: #F6FDBA;
    margin: auto;
    width: 80%;
    max-width: 320px;
    transition: 0.4s;
}

.mainVisual {
    padding:150px 0 40px;
}
.mainVisual h1 {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 30px;
}

.mainVisual .lead{
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.2em;
    margin: auto;
}
.mainVisual .lead p {
    margin: 0 0 20px 0;
    line-height: 1.5;
}
.mainVisual .lead p:last-of-type{
    color: #ea5a59;
    font-weight: 500;
}
.presentList {

}
.presentList > li {
    width: 100%;
    background: none;
    padding: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto 30px;
}

	
#entry h3 {
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
#entry .txt{
    font-size: 13px;
    margin: 0 0 15px 0;
}
#entry .bgTextWrap {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    margin: 0 auto 30px;
}
#entry .bgTextWrap.period p {
    text-align: left;
    font-size: 13px;
    padding: 0;
    margin:  0;
    line-height: 1.5;
        font-weight: bold;
}
#entry .bgTextWrap.period p span {
	font-size: 1.5em;
}
.entryList{
    margin: 0 auto 30px;
}
.entryList > li > div {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: #6c77bb solid 3px;
    padding: min(3vw, 16px) min(5vw, 32px);
    color: #1a1f3f;
}

#entry .bgTextWrap.serial .partitionWrap {
	padding-top: min(4vw, 24px);
}
#entry .bgTextWrap.noteWrap {
    background-color: transparent;
    margin-top: min(10vw, 80px);
    border: 1px solid;
    color: #fff;
}
#entry .bgTextWrap.noteWrap .head {
	font-size: min(3.8vw, 18px);
	margin-bottom: 1em;
}




	#entry .bgTextWrap.serial > div {
		/* display: block; */
		flex-wrap: wrap;
		justify-content: center;
		gap: min(6vw, 32px) min(3vw, 20px);
	}

	#entry .bgTextWrap.noteWrap {
		background-color: transparent;
		margin-top: min(8vw, 80px);
	}
	#entry .bgTextWrap.noteWrap .head {
		font-size: min(3.8vw, 18px);
		margin-bottom: 1em;
	}
	.entryList > li:not(:first-child) {
		margin-top: min(4vw, 24px);
	}
	.entryList > li span {
        font-family: "fot-chiaro-std", sans-serif;
        font-weight: 500;
        font-style: normal;
        font-size: min(8.6vw, 42px);
        line-height: 1;
        margin-right: 0.5em;
	}
	.entryList > li p {
    font-size: min(3.4vw, 16px);
    line-height: 1.5;
    font-weight: bold;
	}
	.entryList .box .left,
	.entryList .box .right {
		display: none;
	}
	
	
@media screen and (min-width: 768px) {
.bg01 {
    opacity: 1;
    background: url(/static/gogovanillas/fanclub/feature/scaryMonstersTreasure/images/bg_main_pc_eS84mTUw.jpg) no-repeat center center;
    background-position: bottom;
    background-size: cover;
}
.frame p {
    width: 100px;
}
.frame p:nth-child(1) {
    top: 20px;
    left: calc(16.36364rem + 20px);
}
.frame p:nth-child(2) {
    top: 20px;
    right: 20px;
    transform: rotate(90deg);
}
.frame p:nth-child(3) {
    bottom: 20px;
    left: calc(16.36364rem + 20px);
    transform: rotate(270deg);
}
.frame p:nth-child(4) {
    bottom: 20px;
    right: 20px;
    transform: rotate(180deg);
}
h2 {
    font-style: normal;
    text-align: center;
    font-size: 40px;
    margin-bottom: 30px;
}
.main {
    max-width: 900px;
    margin: auto;
}
.mainVisual .lead {
    text-align: left;
    font-size: 17px;
}
#present{
    margin: 0 auto 50px;
}
.presentList{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.presentList li{
        width: 46%;
}
#entry h3 {
    font-size: 17px;
    margin-bottom: 20px;
}
#entry .txt {
    font-size: 17px;
    margin: 0 0 15px 0;
    line-height: 1.5;
}
#entry .bgTextWrap {
    padding: 40px;
    margin: 0 auto 50px;
}
#entry .bgTextWrap.period p {
    text-align: left;
    font-size: 15px;
}
.entryList > li > div {
    padding: 40px;
}
.entryList {
    margin: 0 auto 50px;
}
.btnList {
    padding: 50px;
    border-radius: 20px;
}
.btnList li.tit {
    font-size: 18px;
}
.btnList li .live {
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 18px;
}
.btnList li a:hover{
    background: none;
    color: #fff;
}


}
