
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

html {
    margin: 0;
    padding: 0;
}

body {
    background: #1c0d26;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

p {
    color: #fff;
    line-height: 24px;
    margin: 0;
}

img {
    width: 100%;
}

li {
    margin-left: 20px;
}

a {
    text-decoration: none;
    color: #fff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/**
 * Header
 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    font-size: 14px;
}

.header__container {
    position: relative;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.header__container .image__rage__top__logo {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 0 0 0 5px;
    padding: 0;
}

.header__container .text__group {
    position: absolute;
    right: 0;
    top: 0;
    margin: 6px 0px 0 0;
}

.header__container .text__group .link__text {
    float: right;
    margin-right: 20px;
    font-size: 13px;
}

/**
 * container
 */
.title__container {
    position: relative;
    top: 52px;
    width: 100%;
    height: 180px;
}

.title__container__group {
    position: relative;
    margin: 0 auto;
    max-width: 1024px
}

.main {
    position: relative;
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: 0 auto;
}

.main__top {
    height: 870px;
}

.main__container {
    position: relative;
    margin: 0 100px;
    top: 60px;
}

.copyright__container {
    position: relative;
    margin: 40px 100px;
}

.background {
    background: url(../images/mobile/background.png) center center;
    background-color: #000000;
}

.top__background {
    background: url(../images/pc/top.png) top center no-repeat;
    background-color: #1c0d26;
    background-size: 100% auto;
}

.top__header {
    background-color: rgba(0, 0, 0, 0);

}

.article {
    position: relative;
    width: 100%;
    margin: auto;
}

.group {
    position: relative;
    width: 100%;
    margin: auto;
}

.title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0;
}

.title span{
    font-weight: 100;
    font-size: 13px;
}

.copyright {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link__text {
    color: #fff;
    line-height: 24px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.link__text:hover {
    opacity: 0.8;
}

.link__text--inline {
    display: inline-block;
    color: #fff;
    line-height: 18px;
}

.link__text--inline:hover {
    opacity: 0.8;
}

/**
 * icon
 */
.icon {
    position: relative;
    margin-right: 10px;
}

.icon__mail {
    width: 18px;
    height: 14px;
}

.icon__twitter {
    width: 14px;
    height: 13px;
}

.icon__facebook {
    width: 16px;
    height: 16px;
    margin-bottom: 2px;
}

/**
 * image
 */
.image,
.image::before,
.image::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.image__top {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.image__center {
    position: relative;
    width: 100%;
    margin: 10px auto;
}

.image__left {
    position: relative;
    left: 0;
}

.image__left__top {
    position: absolute;
    top: 15px;
    left: 100px;
    width: 120px;
    z-index: 1;
}

.image__top__catchphrase {
    position: relative;
    width: 596px;
    left: calc(100% - 496px);
    /*margin: 30px 0;*/
    margin-top: 30px;
}

.image__top__catchphrase2 {
    position: relative;
    width: 596px;
    left: calc(100% - 556px);
    /*margin: 30px 0;*/
    margin-top: 30px;
    margin-bottom: 20px;
}

.image__top__plan {
    position: relative;
    width: 422px;
    left: calc(100% - 422px);
    margin-top: 30px;
}

.image__top__plan2 {
    position: relative;
    width: 450px;
    left: calc(100% - 490px);
    margin-top: 40px;
    margin-bottom: 50px;
}

.image__top__limit {
    position: relative;
    text-align: center;
    color: #ffe748;
    font-size: 18px;
    margin-bottom: 30px;
}

.image__top__rogo {
    position: relative;
    width: 422px;
    left: calc(100% - 422px);
    margin-bottom: 30px;
}

.image__top__rogo2 {
    position: relative;
    width: 700px;
    left: calc(100% - 600px);
    margin-bottom: 20px;
}

.image__plan {
    position: relative;
    width: 300px;
    margin: auto;
}

.image__prize {
    width: 620px;
}

.image__prize__list {
    margin: 40px 0;
}

.image__winner {
    float: left;
    width: 205px;
    margin: 40px 35px 40px 0;
}

.image__title {
    position: absolute;
    left: 100px;
    top: 67px;
}

.image__title__prize {
    width: 180px;
}

.image__title__entry {
    width: 156px;
}

.image__title__final {
    width: 350px;
}

.image__title__final2 {
    width: 560px;
}

.image__title__overview {
    width: 150px;
}

.image__rage__top__logo {
    width: 110px;
    padding: 10px 0;
}

.image__rage__top__logo:hover {
    opacity: 0.8;
}

.image__rage__logo {
    width: 135px;
}

.image__rage__logo:hover {
    opacity: 0.8;
}

.image__author {
    width: 204px;
    height: 30px;
}

.image__rage__cards,
.image__rage__battely {
    width: 328px;
    margin: 10px 0;
}

.image__rage__emblem {
    width: 195px;
    margin: 10px 0;
}

.image__background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/mobile/background.png");
    background-position: center;
}

/**
 * button
 */
.button {
    position: relative;
    width: 620px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

.button,
.button::before,
.button::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*.main__container .button {
    margin-left: 0;
    width: 294px;
}*/

.button__group {
    position: relative;
    margin: auto;
    max-width: 824px;
}

.button__group .button__normal {
    float: left;
    width: 198px;
}

.button__small {
    width: 280px;
    height: 40px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.button__normal {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/*hoverは仮*/
.button__normal:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.button__entry {
    width: 70%;
    height: 60px;
    margin: 20px auto;
    color: #fff;
    background-color: #F0303D;
    border: 1px solid #ffffff;
}

.button__entry:hover {
    background-color: #EF858C;
}

.button__entry2 {
    width: 70%;
    height: 60px;
    margin: 20px auto;
    color: #fff;
    background-color: #46b035;
    border: 1px solid #ffffff;
}

.button__entry2:hover {
    background-color: #6b8e23;
}


.button__entry3 {
    width: 100%;
    height: 50px;
    margin: 5px auto;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.button__entry3:hover {
    background-color: #664D66;
}


.button__entry4 {
    width: 70%;
    height: 50px;
    margin: 5px auto;
    color: #fff;
    background-color: #2860a3;
    border: 1px solid #fff;
}

.button__entry4:hover {
    background-color: #57aebe;
}


.button__entry5 {
    width: 70%;
    height: 50px;
    margin: 5px auto;
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
}

.button__entry5:hover {
    background-color: #664D66;
}

.button__entry6 {
    width: 70%;
    height: 60px;
    margin: 20px auto;
    color: #fff;
    float: left;
    background-color: #F0303D;
    border: 1px solid #ffffff;
}

.button__entry6:hover {
    background-color: #EF858C;
}


.button__entry07 {
    width: 100%;
    height: 50px;
    margin: 5px auto;
    color: #fff;
    background-color: #ff8011;
    border: 1px solid #fff;
}

.button__entry07:hover {
    background-color: #ff4c11;
}


.button__facebook {
    float: left;
    color: #fff;
    background-color: rgba(59, 85, 157, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    left: calc(50% - 155px);
    width: 140px;
    margin: 0;
}

.button__facebook:hover {
    background-color: rgba(59, 85, 157, 0.8);
}

.button__twitter {
    float: left;
    color: #fff;
    background-color: rgba(80, 171, 241, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    left: calc(50% - 155px);
    width: 140px;
    margin: 0 0 0 20px;
}

.button__twitter:hover {
    background-color: rgba(80, 171, 241, 0.8);
}

.button--triangle {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle2 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle3 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle4 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle5 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle6 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

.button--triangle07 {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right: 4px solid #fff;
    border-bottom: 4px solid #fff;
}

/**
 * border
 */
.horizon {
    position: relative;
    height: 1px;
    background-color: #fff;
    margin: auto;
}

.underline {
    border-bottom: solid 1px #737373;
}

/**
 * news
 */
.news--container {
    position: relative;
    width: 100%;
    max-width: 824px;
    margin: 0 auto;
}

.news--area {
    position: relative;
}

.news--contents {
    margin: 15px auto;
}

.news--contents--scroll {
    max-height: 120px;
    overflow: auto;
}

.news--contents dt {
    float: left;
    clear: left;
    margin: 5px 0;
}

.news--contents dd {
    float: left;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 5px 0 5px 30px;
}

.news__title {
    float: left;
    font-size: 20px;
    margin: 5px 0 10px;
}

.news__more {
    float: right;
}

/**
 * sns
 */
.sns--area {
    position: relative;
    margin: 10px 0;
    text-align: right;
}

.twitter--share {
    display: inline-block;
    margin-left: 10px;
}

.sns--area > * {
    vertical-align: bottom;
}

/* Container DIV - automatically generated */
.simply-scroll-container {
    position: relative;
    margin: 0 auto;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip {
    position: relative;
    overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.simply-scroll-list li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.simply-scroll-list li img {
    border: none;
    display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
    max-width: 820px;
    height: 200px;
    margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
    max-width: 820px;
    height: 200px;
}

/* Explicitly set height/width of each list item */
.simply-scroll .simply-scroll-list li {
    float: left; /* Horizontal scroll only */
    width: 300px;
    height: 200px;
}

.space{
    margin-top:20px;
    margin-bottom: 20px; 
}

/*BOX*/

.box {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 22%;
}

.box2 {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 47%;
}

.box3 {
    float: left;
    margin-left: 13px;
    margin-right: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30%;
}

.box4 {
    float: left;
    margin-right: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 30%;
}

.box4 p{
    font-size: 11px;
}

.box5 {
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 15%;
}

.box10 {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 150px;
}

.boxbtn {
    float: left;
    margin-right: 6px;
    margin-left: 6px;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 47%;
}

.boxContainer {
    overflow: hidden;
}

.box2Container {
    overflow: hidden;
}

.boxall{
    width: 95%;
    margin-left: 25px;
    margin-right: auto;
    font-size: 14px;
}

/*.box img{
    width: 190px;
}*/

/*.box2 img{
    width: 395px;
}*/

/*.box p {
    font-size: 12px;
}*/

.subtx p{
    font-size: 11px;
}


/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

.box a{
    color: #fff;
}

.box a:hover{
    color: #58FAF4;
}

.box3 a:hover{
    color: #58FAF4;
}

.bold{
    font-weight: bold;
}

.cards img{
    width: 65%;
}
.imgc {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.imgc2 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.imgc img{
    width: 450px;
}


.imgc2 img{
    width: 100%;
}

.linktw a{
    color: #fff;
}

.linktw a:hover{
    color: #58FAF4;
}

.caution p{
    font-size: 13px;
}

#pageTop {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 20px 20px 20px 20px;
  border-radius: 30px;
  width: 50px;
  height: 25px;
  background-color: #664D66;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.stx{
    margin-top: 5px;
}

.stx p{
    font-size: 10px;
}

.atx a{
    color: #58FAF4;
    font-weight: bold;
}

.h3__title{
    background-color: rgba(255, 255, 251, 0.2);
    padding: 10px;
    margin: 20px 0px;
    border-left: 10px solid #fff;
}

.playoff p{
    font-size: 17px;
}

@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/

    .image__top__catchphrase {
    /* position: relative; */
    width: 372px;
    left: calc(0%); 
    margin-left: auto;
    /* margin: 30px 0; */
    /* float: right; */
    margin-right: auto;
    }

   .image__top__plan {
    position: relative;
    width: 422px;
    margin: 0 auto;
    left: calc(0%); 
    margin-top: 30px;
}

   .image__top__plan2 {
    position: relative;
    width: 422px;
    margin: 0 auto;
    left: calc(0%); 
    margin-top: 30px;
    margin-bottom: 30px
}

.image__top__limit {
    position: relative;
    text-align: center;
    color: #ffe748;
    font-size: 18px;
    margin-bottom: 30px;
}

.image__top__rogo {
    position: relative;
    width: 422px;
    left: calc(0%); 
    margin: 0 auto;
    margin-bottom: 30px;
}

.image__top__rogo2 {
    position: relative;
    width: 422px;
    left: calc(0%); 
    margin: 0 auto;
    margin-bottom: 30px;
}
}