@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+1p:800');

a:focus{
outline: none;
}

a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
backface-visibility: hidden;
}

a:hover img {
opacity: .75;
-webkit-opacity: .75;
-moz-opacity: .75;
filter: alpha(opacity=75);	/* IE lt 8 */
-ms-filter: "alpha(opacity=75)"; /* IE 8 */
-webkit-backface-visibility:hidden;
}

.fadein {
opacity : 0;
transform : translate(0, 50px);
transition : opacity .8s;
}
.fadein.scrollin {
opacity : 1;
transform : translate(0, 0);
}

.txt_h, h2, .clear_c1  {
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------
contents
-------------------------------------------------------------------------------------------------*/
#wrap{
width:100%;
height: auto !important;
height: 100%;
min-height: 100%;
position:relative;
box-sizing:border-box;
}

body > #wrap{
height:auto;
}

.main {
width: 100%;
height: auto;
background: url(../images/bg.jpg) center top repeat;
position: relative;
text-align: center;
padding-bottom: 50px;
}
	

/*-------------------------------------------------------------------------------------------------
hero
-------------------------------------------------------------------------------------------------*/
#hero {
width:100%;
height: 0;
padding-top: 128.125%;
background: url(../images/main_kv_sp.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
position:relative;
top:0;
left: 0;
z-index: 1;
}

h1, .copy {
width:100%;
height: 0;
padding-top: 128.125%;
position: absolute;
top:0;
left:0;
}

h1 {
background: url(../images/main_logo_sp.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
z-index: 2;
}

.copy {
background: url(../images/main_copy_sp.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain; 
z-index: 3;
overflow: hidden;
}


.content {
z-index: 5;
}
/*-------------------------------------------------------------------------------------------------
linkbox
-------------------------------------------------------------------------------------------------*/
.linkbox {
margin:15px 0 35px;
text-align: center;
}

.official_site {
margin-bottom: 15px;
}

.official_site img {
width: 85%;
height: auto;
}
.official_site a,
.retweet a {
display: block;
}

.retweet img {
width: 45px;
height: auto;
}

/*-------------------------------------------------------------------------------------------------
player
-------------------------------------------------------------------------------------------------*/
.player {
margin-bottom: 40px;
}

h2.t1 {
width: 100%;
height: 0;
padding-top: 11.875%;
background: url(../images/title01_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
margin: 35px 0;
}

.player_wrap {
width: 85%;
margin: 0 auto 60px;
background: #fff;
padding: 22px 10px 180px;
position: relative;
}

#c01 h3,
#c02 h3,
#c03 h3 {
width: 100%;
height: 0;
padding-top: 12.963%;
margin-bottom:15px;
text-indent:100%;
white-space:nowrap;
overflow:hidden;
}

#c01 h3 {
background: url(../images/player01_name_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

#c02 h3 {
background: url(../images/player02_name_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

#c03 h3 {
background: url(../images/player03_name_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}



.union01, .union02, .union03 {
width: 100%;
padding: 6px 0;
font-display: 1.2rem;
font-weight: 600;
}

.union01, .cp_box01 {
background: #fffe96;
}

.union02, .cp_box02 {
background: #e9e1ff;
}

.union03, .cp_box03 {
background: #ffcee6;
}

.union_name {
font-size: 2.2rem;
margin: 8px 0 18px;
}

.comment {
margin: 18px 5px 15px;
text-align: left;
}

.tw_icon {
width: 100%;
position: absolute;
bottom:80px;
}

img.tw_account {
width: 20vw;
height: auto;
}

.tw_icon {
  animation: tw_icon 2s infinite cubic-bezier(.5,0,.5,1);
}

@keyframes tw_icon {
0% { transform: scale(1); }
50% { transform: scale(0.9); }
100% { transform: scale(1); }
}

.cp_box01,
.cp_box02,
.cp_box03 {
width: 100%;
position: absolute;
left:0;
bottom: 0;
padding: 5px 0;
font-size: 1.8rem;
font-weight: 500;
}

.cp01,
.cp02,
.cp03 {
font-size: 3rem;
font-family: 'M PLUS 1p', sans-serif;
font-weight: 800;
}

.cp01 {
color: #ff9c00;
}

.cp02 {
color: #8b61ff;
}

.cp03 {
color: #ff5dac;
}

.point_boad {
width: 100%;
position: absolute;
left:0;
bottom: -30px;
padding: 5px 0;
font-size: 1.4rem;
z-index: 100;
}

.point_boad a {
color: #C40036;
text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------
cp
-------------------------------------------------------------------------------------------------*/
.cp {
width: 100%;
text-align: center;
margin: 0 auto 50px;
}

.cp h3 {
background: rgba(226,216,207,0.70);
padding: 10px 0;
}

.cp section {
width: 95%;
margin: 10px auto 40px;
}

.cp section h4 {
width: 100%;
font-size: 1.6rem;
line-height: 1.4;
}

.event_num {
font-size: 2.4rem;
color: #C40036;
font-weight: bold;
line-height: 1;
vertical-align: middle;
}

.event_date {
font-size: 1.4rem;
}

.cp section strong {
font-size: 1.6rem;
font-weight: bold;
line-height: 2;
background: #C40036;
padding: 3px 10px;
color: #fff;
}

.blink {
display: inline-block;
animation: buru .1s  infinite;
}

@keyframes buru {
0% {transform: translate(0px, 0px) rotateZ(0deg)}
/*    25% {transform: translate(1px, 1px) rotateZ(0.2deg)}*/
50% {transform: translate(0px, 1px) rotateZ(0deg)}
/*    75% {transform: translate(1px, 0px) rotateZ(-0.2deg)}*/
100% {transform: translate(0px, 0px) rotateZ(0deg)}
}


.cp table {
width:  100%;
border-collapse:  collapse;
table-layout: fixed;
margin: 5px 0;
}

.cp th,td {
border:1px solid #cbc1b8;
padding: 10px 3px;
font-size: 1.4rem;
background: rgba(255,249,249,0.40);
}

.cp th.t_c {
background: rgba(226,216,207,0.70);
font-weight: bold;
}

.cp th.none {
background-color:transparent;
border-top: none;
border-left: none;
}

.cp th.u1,
.cp th.u2,
.cp th.u3 {
font-weight: bold;
}


.cp th.u1 {
background: #fffe96;
color: #ff9c00;
}

.cp th.u2 {
background: #e9e1ff;
color: #8b61ff;
}

.cp th.u3 {
background: #ffcee6;
color: #ff5dac;
}

.cp td span.point_detail {
font-size: 1.2rem;
line-height: 1.8;
}

.cp td span.pointup {
font-weight: bold;
color: #C40036;
margin-left: 3px;
}

.rule_link {
margin: 30px auto;
font-size: 1.6rem;
}

.rule_link a {
color: #C40036;
text-decoration: underline;
}

.tassei {
background: #C40036;
color: #fff;
font-weight: bold;
font-size: 1.6rem;
padding: 8px 20px;
display: inline-block;
margin-top: 2px;
}

.tassei_next {
display: inline-block;
font-size: 1.2rem;
padding-top: 5px;
}

.b_c {
color:#C40036; 
font-weight: bold;
font-size: 1.4rem;
}

.clear_c1,
.clear_c2,
.clear_c3 {
position: absolute;
right: 0;
bottom:-20px;
width: 100%;
height: 100px;
}

.clear_c1 {
background: url(../images/goal1.png) right bottom no-repeat;
background-size: auto 100%;
}

.clear_c2 {
background: url(../images/goal2.png) right bottom no-repeat;
background-size: auto 100%;
}

.clear_c3 {
background: url(../images/goal3.png) right bottom no-repeat;
background-size: auto 100%;
}





.ato {
font-size: 1.4rem;
}

/*-------------------------------------------------------------------------------------------------
movie
-------------------------------------------------------------------------------------------------*/
.movie {
margin-bottom: 45px;
}

h2.t2 {
width: 100%;
height: 0;
padding-top: 11.875%;
background: url(../images/title02_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
margin: 0 0 25px;
}

.movie-wrap {
width: 100%;
margin: 0 auto 50px;
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.movie-wrap iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.mv_pc {
display: none;
}

/*-------------------------------------------------------------------------------------------------
rule
-------------------------------------------------------------------------------------------------*/
h2.t3 {
width: 100%;
height: 0;
padding-top: 12.5%;
background: url(../images/title03_sp.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

.rule_wrap {
width: 100%;
background: #fff;
padding: 45px 0 30px;
background-image:url(../images/line_h.png),url(../images/line_f.png);
background-repeat: no-repeat;
background-position: left top, left bottom;
}

.r_container {
width: 85%;
margin: 0 auto 35px;
text-align: left;
}

.r_container h3 {
width: 100%;
background: #c4b7ad;
line-height: 40px;
padding-left: 5px;
color: #fff;
font-size: 1.8rem;
font-weight: bold;
}

ul.rule_list {
list-style: none;
margin: 20px 0 25px;
}

ul.rule_list li {
list-style:disc; 
margin:0 0 10px 20px;
line-height: 1.6;
padding-left: 0;
}

.attention {
font-size: 1.2rem;
text-indent: -1em;
padding-left: 1em;
line-height: 1.8;
}

.point {
color: #9c897a;
font-size: 1.6rem;
font-weight: 900;
border-bottom: 2px solid #c4b7ad;
margin: 18px 0 14px;
}

ul.multi_list {
list-style: none;
margin: 20px 0 25px;
}

ul.multi_list li {
list-style: none;
margin-bottom: 5px;
}

.t_b {
font-weight: 900;
}

/*-------------------------------------------------------------------------------------------------
spec-box
-------------------------------------------------------------------------------------------------*/
.spec-box {
background: #000;
width: 100%;
padding: 40px 10px;
text-align: center;
}

.app_icon {
width: 200px;
height: auto;
margin-bottom: 20px;
}

.app_info {
width: 100%;
height: 0;
padding-top: 51.3%;
background: url(../images/app_info.png) top center no-repeat;
-webkit-background-size:auto 100%;
-moz-background-size:auto 100%;
background-size: auto 100%;
margin-bottom: 30px;
}

.sns_icon {
margin: 20px;
}

.sns_icon img{
width: 60px;
height: auto;
}

.btn-box {
width: 100%;
}

.btn-box p {
padding: 8px 0;
}

.btn-box a img {
width: 50%;
height: auto;
}

/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
footer {
text-align: center;
padding: 0 0 30px;
border-top: none;
background: #000;
width: 100%;
color: #fff;
}

.footer-wrapper {
width: 100%;
margin: auto;
position: relative;
}

footer li {
text-align: left;
}

footer li a:before {
content: '>';
position: absolute;
margin: 0;
right: 20px;
}

footer li a {
position: relative;
border-top: 1px solid #fff;
margin: 0;
display: block;
color: #fff;
font-size: 1.3rem;
text-decoration: none;
letter-spacing: 2px;
line-height: 50px;
padding-left: 35px;

}

footer li:last-child {
border-bottom:  1px solid #fff;
}

.glogo{
width: 120px;
height: auto;
margin: 15px 0;
}

.v-pc {
display: none;
}

.v-sp {
display: block;
font-size: 1.3rem;
}

/*-------------------------------------------------------------------------------------------------
backtotop
------------------------------------------------------------------------------------------------*/
.backtotop {
position: fixed;
right: 5px;
bottom: 30px;
z-index: 9000;
width: 80px;
height: 80px;
background: url(../images/to_top.png) center top no-repeat;
background-size: 80px 80px;
}

.backtotop a {
display: block;
width:80px;
height:80px;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------480 */
@media screen and (min-width: 480px){	
img.tw_account {
width: 90px;
height: auto;
}

.official_site img {
width: 470px;
height: auto;
}

}


/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------960 */
@media screen and (min-width: 960px){
.main {
padding-bottom: 150px;
background-position: left top;
}

/*-------------------------------------------------------------------------------------------------
hero
-------------------------------------------------------------------------------------------------*/
#hero {
padding-top: 87.273%;
background: url(../images/main_kv_pc.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

h1, .copy {
padding-top: 87.273%;
}

h1 {
background: url(../images/main_logo_pc.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

.copy {
background: url(../images/main_copy_pc.png) center top no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain; 
}

/*-------------------------------------------------------------------------------------------------
linkbox
-------------------------------------------------------------------------------------------------*/
.linkbox {
position: relative;
margin-bottom: 70px;
}


.official_site img {
width: 480px;
height: auto;
}

.retweet {
position: absolute;
top: 20px;
right: 0;
}
.retweet img {
width: 50px;
height: auto;
}


/*-------------------------------------------------------------------------------------------------
player
-------------------------------------------------------------------------------------------------*/

.player {
display: -webkit-flex;
display: flex;
justify-content: space-between;
margin-bottom: 75px;
}

h2.t1 {
padding-top: 9.1%;
background: url(../images/title01_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

.player_wrap {
width: 32vw;
margin: 0;
}

#c01 h3,
#c02 h3,
#c03 h3 {
padding-top: 14.286%;
}

#c01 h3 {
background: url(../images/player01_name_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

#c02 h3 {
background: url(../images/player02_name_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

#c03 h3 {
background: url(../images/player03_name_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

.union01, .union02, .union03 {
font-size: 1.6rem;
font-weight: 400;
}

.point_boad {
display: none;
}


/*-------------------------------------------------------------------------------------------------
cp
-------------------------------------------------------------------------------------------------*/
.cp {
margin: 0 auto 100px;
}

.cp h3 {
padding: 20px 0;
font-size: 2.6rem;
margin-bottom: 20px;
}

.cp section {
width: 800px;
margin: 10px auto 60px;
}

.cp section h4 {
font-size: 2rem;
margin-bottom: 10px;
}

.event_num {
font-size: 3rem;
}

.event_date {
font-size: 1.8rem;
}

.cp section strong {
font-size: 2rem;
padding: 5px 10px;
}

.cp table {
margin: 10px 0;
}

.cp th,td {
padding: 15px 10px;
font-size: 1.6rem;
}

.cp td span.point_detail {
font-size: 1.4rem;
line-height: 2;
}



/*-------------------------------------------------------------------------------------------------
movie
-------------------------------------------------------------------------------------------------*/
.mv_sp {
display: none;
}

.mv_pc {
margin-bottom: 70px;
display: -webkit-flex;
display: flex;
justify-content: space-between;
}


.movie-wrap_pc {
width:32%;
height: auto;
padding-bottom: 0;
}


h2.t2 {
padding-top: 9.1%;
background: url(../images/title02_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
margin-bottom: 50px;
}

/*-------------------------------------------------------------------------------------------------
rule
-------------------------------------------------------------------------------------------------*/
h2.t3 {
padding-top: 9.1%;
background: url(../images/title03_pc.png) top center no-repeat;
-webkit-background-size:contain;
-moz-background-size:contain;
background-size: contain;
}

.rule_wrap {
padding: 60px 0;
background-position: center top, center bottom;
}

.r_container {
width: 85%;
}

.r_container h3 {
line-height: 50px;
padding-left: 10px;
font-size: 2rem;
}

.attention {
font-size: 1.3rem;
}

.point {
font-size: 1.8rem;
}

.r_container ul li {
font-size: 1.6rem;
}

/*-------------------------------------------------------------------------------------------------
spec-box
-------------------------------------------------------------------------------------------------*/
.spec-box {
padding: 60px 0;
position: relative;
}

.spec {
width: 690px;
margin: 0 auto;
position: relative;
}

.app_icon {
width: 270px;
height: auto;
margin-bottom: 0;
position: absolute;
top:0;
left: 0;
}

.app_info {
width: 410px;
height: 280px;
padding-top: 0;
position: absolute;
top:0;
right: 0;
}

.sns_icon {
margin: 0;
width: 100%;
position: absolute;
bottom:40px;
}

.sns_icon img{
width: 40px;
height: auto;
}

.btn-box {
width: 495px;
margin: 320px auto 100px;
}

.btn-box p {
padding:0;
width: 240px;
display: inline-block;
}

.btn-box p:first-child {
margin:0 10px 15px 0;
}

.btn-box a img {
width: 240px;
height: auto;
}

/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
footer {
padding: 25px 0 10px;
border-top: 2px solid #fff;
}

footer ul {
margin-bottom: 20px;
}

footer li {
display: inline-block;
margin-right: 10px;
}

footer li a:before {
content:none;
}

footer ul li a {
padding: 0 0 0 10px;
background: url('../images/footer_navi.png') no-repeat 0 3px;
color: #fff;
text-decoration: none;
font-size: 1.2rem;
border-top: none;
display: inherit;
line-height: 1.5;
padding-left: 12px;
}


footer li:last-child {
border-bottom: none;
}

.glogo {
height: 40px;
width:auto;
margin: 0;
}

.v-pc {
font-size: 1rem;
display: inline-block;
line-height: 40px;
margin-right: 20px;
}

.v-sp {
display: none;
}

/*-------------------------------------------------------------------------------------------------
backtotop
------------------------------------------------------------------------------------------------*/
.backtotop {
bottom: 100px;
width: 109px;
height: 109px;
background-size: 109px 109px;
}

.backtotop a {
width: 109px;
height: 109px;
}

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------1120 */
@media screen and (min-width: 1120px){
/*-------------------------------------------------------------------------------------------------
hero
-------------------------------------------------------------------------------------------------*/
#hero {
width: 1100px;
height: 960px;
padding-top: 0;
margin: 0 auto;
}

h1, .copy {
padding-top: 0;
width: 1100px;
height: 960px;
}

/*-------------------------------------------------------------------------------------------------
player
-------------------------------------------------------------------------------------------------*/
.content {
width: 1100px;
margin: 0 auto;
}

.player_wrap {
width: 350px;
margin: 0;
}

/*-------------------------------------------------------------------------------------------------
movie
-------------------------------------------------------------------------------------------------*/
/*.movie-wrap {
width: 540px;
height: 303.75px;
}
*/
/*-------------------------------------------------------------------------------------------------
footer
-------------------------------------------------------------------------------------------------*/
.footer-wrapper {
width: 1100px;
}

}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------1280 */
@media screen and (min-width: 1280px){
footer {
padding: 10px 0;
}

.footer-wrapper {
width: 1160px;
text-align: left;
padding: 0;
}


footer ul li {
line-height: 40px;
}

.glogo{
position: absolute;
top:0;
right: 0;
}

.v-pc {
position: absolute;
top:0;
right: 130px;
}
}
