@charset "UTF-8"

html{
    width: 100%;
    height: 700px;
    background-color: #831128;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 45px;
}

header {
    background: #831128;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgb(65, 37, 32);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 150px;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@media screen and (max-width: 600px){
    .spinner img{
      width: 50%;
    }
}

/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
    filter: opacity(0%);
  }
}

.loaded {
  opacity: 0;
  display: none;
}

.wrap{
    overflow: hidden;
}

input[type=checkbox] {
    display: none;
}

@media screen and (max-width: 1023px) {
    html{
      padding-top: 28px;
      font-size: 15px;
    }
    
    header {
      padding:20px;
      background: #831128;
      position: fixed;
      width: 100%;
      top: 0;
    }

    #nav-drawer {
      position: relative;
    }
    
    #nav-open {
      display: inline-block;
      width: 40px;
      height: 22px;
      vertical-align: middle;
      float: right;
      padding-right: 30px;
    }

    #nav-open span, #nav-open span:before, #nav-open span:after {
      position: absolute;
      height: 3px;
      width: 25px;
      border-radius: 3px;
      background: #fff;
      display: block;
      content: '';
      cursor: pointer;
      z-index: 1000;
    }

    #nav-open span:before {
      bottom: -8px;
      z-index: 1000;
    }

    #nav-open span:after {
      bottom: -16px;
      z-index: 1000;
    }

    #nav-close {
      display: none;
      position: fixed;
      z-index: 99;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #831128;
      opacity: 0;
      transition: .3s ease-in-out;
    }

    #nav-content {
      overflow: auto;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 999;
      width: 65%;
      max-width: 300px;
      height: 100%;
      padding-top: 60px;
      background: #831128;
      transition: .3s ease-in-out;
      -webkit-transform: translateX(100%);
      transform: translateX(120%);
    }

    #nav-input:checked ~ #nav-close {
      display: block;
      opacity: .50;
    }

    #nav-input:checked ~ #nav-content {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
}

body{
    margin: 0px;
    padding: 0px;
    background-image: url(old_paper.jpg);
    background-size: cover;
    background-color: #831128;
    animation: fadeIn 1.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.header{
    width: 100%;
    height: 1000px;
    background-image: url("background_pc.png"),linear-gradient(#dea87a, #000000);
    background-blend-mode: hard-light;
    background-size: cover;
}

@media screen and (max-width: 1023px) {
    .header{
        height: 1560px;
        background-image: url(background_0201.png),linear-gradient(#dea87a, #000000);
        background-blend-mode: hard-light;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 400px){
    .header {
        height: 1610px;
    }
}

#gamemovie .movie a {
   /* lityを動かすためにirameを覆う */
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
}

.movie img {
    top: 0;
    left: 0;
    right: 0;
    width: 700px;
    height: 400px;
    display: block;
    margin: 0 auto;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .6);
}

.movie img:hover {
    opacity: 0.8;
}

@media screen and (max-width: 1023px) {
    .movie img{
        width: 350px;
        height: 210px;
    }
}

.header-share{
    float: right;
    position: absolute;
    right: 60px;
    top: 355px;
}

@media screen and (max-width: 1023px) {
    .header-share{
        top: 620px;
        left: 0;
        right: 0;
    }
}

.tweet{
    clear: right;
}

.news {
    position: absolute;
    top: 430px;
    right: 0px;
    background-color: rgba(65, 37, 32, 0.5);
    border-radius: 3px;
    color: rgb(253, 250, 252);
    white-space: nowrap;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 600px;
    height: 200px;
}

@media screen and (max-width: 1200px){
    .news {
        width: 500px;
    }
}

@media screen and (max-width: 1023px){
    .news {
        top: 650px;
        left: 0px;
        width: 100%;
        font-size: 12px;
        height: 170px;
        margin-left: -20px;
        padding-right: 20px;
    }
    
}

.news li {
    display: flex;
    padding-top:10px;
    border-bottom:1px solid rgb(253, 250, 252);
}

.news .label {
    background-color: #831128;
    border-radius: 3px;
    color: rgb(253, 250, 252);
    padding: 2px 5px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1023px){
    .news .label {
        margin-top: 7px;
        margin-left: 5px;
        margin-right: 5px;
    }
}

.news .text {
    margin-top: 12px;
}

@media screen and (max-width: 1023px){
    .news .text {
        margin-top: 9px;
    }
}

.news .text:hover {
    color: #831128;
}

.gamedl {
    position: absolute;
    float: left;
    top: 800px;
    left: 60px;
    background-color: rgba(65, 37, 32, 0.5);
    border-radius: 3px;
    padding: 10px;
}

.gamedl h2 {
    color: rgb(253, 250, 252);
}

@media (max-width: 1023px){
    .gamedl {
        top: 1440px;
        float: none;
        left: 0;
        right: 0;
    }
} 

#gamemovie {
    margin-top: 0;
}

@media (max-width: 1200px) {
    .css-br::after {
        content: " \A";
        white-space: pre;
    }
}

@media (max-width: 500px) {
    .css-br1::after {
        content: " \A";
        white-space: pre;
    }
}

h1{
    font-family: serif;
    font-size: 50px;
}

h2{
    font-size: 30px;
    font-family:"kokuminchou";
}

@media screen and (max-width: 1023px) {
    h2 {
        font-size: 30px;
    }
}

div {
    text-align: center;
}

h3{
    font-family:"kokuminchou";
    text-align: center;
    padding: 10px 10px;
    font-size: 50px;
    background-color: rgb(65, 37, 32);
    color: rgb(253, 250, 242);
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .6);
}

@media screen and (max-width: 1023px) {
    h3 {
        font-size: 35px;
    }
}

h4{
    font-family:"kokuminchou";
    font-size: 20px;
}

p{
    font-family:"kokuminchou"; 
}

.qpic{
    color: aliceblue;
    float: right;
    margin-top: 40px;
    margin-right: 35px;
}

@media screen and (max-width: 1023px) {
    .qpic{
        float: left;
        margin-top: 10px;
        margin-left: 20px;
        font-size: 40px;
     }
}

.qpic:hover{
    color: #fdfd0e;
}

.position a {
    justify-content: center;
    text-align: center;
    display: table-cell;
    margin: auto;
    left: 0;
    right: 0;
}

/*
.contest_banner {
    display: flex;
    flex-direction: column;
    padding-top: 50px;
}

.contest_banner img {
    width: 400px;
    padding-right: 100px;
}

@media screen and (max-width: 1023px) {
    .contest_banner {
        padding-top: 60px;
        padding-left: 0%;
        padding-right: 10%;
    }
    .contest_banner img {
        width: 300px;
    }
}

@media screen and (max-width: 600px) {
    .contest_banner {
        float: left;
        padding-top: 10px;
        padding-left: 10%;
        padding-right: 0%;
        margin-left: auto;
        margin-right: auto;
    }
}
*/

.banner1 {
    position: absolute;
    width: 250px;
    margin-top: 230px;
    right: 60px;
    justify-content: center;
}

@media screen and (max-width: 1023px){
    .banner1 {
        margin-top: 1090px;
        width: 250px;
        left: 35%;
        right: 0;
    }
}

@media screen and (max-width: 600px){
    .banner1 {
        margin-top: 1000px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
    }
}

@media screen and (max-width: 400px){
    .banner1 {
        margin-left: 20%;
        margin-right: 20%;
    }
}

.banner2 {
    position: absolute;
    width: 250px;
    margin-top: 140px;
    right: 60px;
    justify-content: center;
}

@media screen and (max-width: 1023px){
    .banner2 {
        margin-top: 1000px;
        width: 250px;
        left: 35%;
        right: 0;
    }
}

@media screen and (max-width: 600px){
    .banner2 {
        margin-top: 1100px;
        margin-left: auto;
        margin-right: auto;
        left:0;
    }
}

@media screen and (max-width: 400px){
    .banner2 {
        margin-left: 20%;
        margin-right: 20%;
    }
}

.img_annie {
    position: absolute;
    width: 550px;
    margin-left: -400px;
    margin-top: 150px;
}

@media screen and (max-width: 1023px) {
    .img_annie{
        width: 400px;
        padding-left: 27%;
        padding-right: 23%;
        margin-right: 0px;
        margin-left: 0px;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 600px) {
    .img_annie{
        width: 300px;
        margin-top: 150px;
        padding-left: 10%;
        padding-right: 0%;
    }
}

.catchcopy {
    position: absolute;
    text-align: center;
    font-size: 25px;
    color: aliceblue;
    font-family:"kokuminchou";
    font-weight: bold;
    margin-top: 500px;
    margin-right: 15%;
    margin-left: 15%;
    text-shadow:  2px  2px 10px #000 ,
               -2px  2px 10px #000 ,
                2px -2px 10px #000 ,
               -2px -2px 10px #000;
}

@media screen and (max-width: 1023px) {
    .catchcopy {
        margin-top: 400px;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 18px;
        line-height: 1.5;
        left: 0;
        right:0;
    }
}

@media screen and (max-width: 600px) {
    .catchcopy {
        margin-top: 350px;
    }
}

.flex_header-list {
    display: flex;
    justify-content: center;
    background-color: #831128;
}

.flex_header-list .flex_header-item + .flex_header-item {
    border-left: 1px solid aliceblue;
}

@media screen and (max-width: 1023px) {
    .flex_header-list {
        flex-wrap: wrap;
    }
    
    .flex_header-list .flex_header-item + .flex_header-item {
    border-left: none;
    }
    
    .flex_header-list .flex_header-item + .flex_header-item {
    border-top: 1px solid aliceblue;
    }
}

@font-face {
	font-family: 'kokuminchou';
	src: url(kokuminchou.ttf);
}

.flex_header-item {
    font-family:"kokuminchou"; 
    flex-basis: 300px;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 15%;
}

.item:hover{
    color: #e5161d;
}

@media screen and (max-width: 1023px) {
    .flex_header-item {
        font-size: 25px;
    }
}

a {
    text-decoration-line: none;
    color: aliceblue;
}

.cha-container {
    display: flex;
    flex-direction: column;
}

.cha-container img {
    width: 690px;
    transition: 1s;
}

.cha-container img:hover {
    transform: scale(1.15);
}

@media screen and (max-width: 1023px) {
    .cha-container img{
        width: 340px;
        padding-right: 0%;
        padding-left: 0%;
    }
}

.howto-container {
    display: flex;
    flex-direction: column;
}

.howto-container img {
    width: 700px;
    transition: 1s;
}

.howto-container img:hover{
    transform: scale(1.15);
}

@media screen and (max-width: 1023px) {
    .howto-container img{
        width: 340px;
        padding-left: 0%;
        padding-right: 0%;
    }
}

.image1, .image2, .image3 {
    display: inline-block;
    position: relative;
}
.charanimation1 {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(50px);
}

.charanimation2 {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateX(-50px);
}

/* ギャラリー */
.slider {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.mypattern {
    width: 90%;
}

@media screen and (max-width: 1023px){
    .mypattern {
        width: 100%;
    }
}

/*slick setting*/
.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(70%);
    -moz-filter: opacity(70%);
    -o-filter: opacity(70%);
    -ms-filter: opacity(70%);
    filter: opacity(70%);
    transition: linear;
}

button{
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    z-index: 3;
}

button:hover {
    filter: opacity(50%);
}

.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -25px;
}

.prev-arrow{
    left: 0%;
    border-left: 0 solid transparent;
    border-right: 30px solid rgb(204, 193, 193);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

.next-arrow{
    right: 0%;
    border-right: 0 solid transparent;
    border-left: 30px solid rgb(204, 193, 193);
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
}

#story{
    margin-top: 10;
    padding-top: 10px;
    padding-bottom: 10px;
}

.story{
    font-size: 40px;
    line-height: 60px;
    color: aliceblue;
    padding: 30px;
    position: relative;
    margin-bottom: -20px;
    background: url("background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: fixed;
}

/*アニメーション要素のスタイル*/
.storyanimation{
    margin: 100px 0;
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.bg-inner{
      text-align: center;
      position: relative;
      z-index: 2;
}

@media screen and (max-width: 1023px) {
    .story{
        font-size: 20px;
        padding-left: 10%;
        padding-right: 10%;
        line-height: 30px;
    }
    
    .storyanimation{
        margin: 50px 0;
    }
}

table {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 1023px) {
    table {
        width: 80%;
        margin: auto;
    }
}

th {
    background-color: rgb(65, 37, 32);
    width: 30%;
    height: 60px;
    color: rgb(253, 250, 252);
    font-family:"kokuminchou"; 
    font-size: 20px;
}

td {
    background-color: rgb(253, 250, 252, 0.5);
    width: 70%;
    font-family:"kokuminchou";
    font-size: 20px;
}

@media screen and (max-width: 1023px) {
    th {
        font-size: 15px;
    }
    
    td {
        font-size: 15px;
    }
}

.member {
    display: inline-block;
    width: 30%;
    background-color: rgb(253, 250, 252, 0.5);
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, .5);
    padding-top: 20px;
}

@media screen and (max-width: 1400px) {
    .member {
        width: 40%;
    }
}

@media screen and (max-width: 1023px) {
    .member {
        padding-top: 10px;
    }
}

.member-twitter:hover{
    color: rgb(131, 17, 40);
}

.member-container a {
    color: rgb(113, 113, 113);
}

.member-container {
    padding-bottom: 40px;
    margin: auto;
}

@media screen and (max-width: 1023px) {
    .member {
        width: 80%;
        margin-top: 2%;
        margin-bottom: 2%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .member-container h4 {
        font-size: 15px;
    }
}

footer {
    background: rgb(21, 4, 1);
    color: rgb(253, 250, 252);
}

.footer_logo {
    padding-left: 2%;
    padding-top: 2%;
}

.nav-footer {
    display: flex;
    list-style: none;
    padding: initial;
}

.nav-footer li {
    flex-basis: 50%;
}

.nav-footer li+li {
    border-left: 1px solid rgb(253, 250, 252);
}

.footer_item {
    color: rgb(253, 250, 252);
}

.footer_item:hover {
    color: aliceblue;
}

@media screen and (max-width: 1023px) {
    .nav-footer li {
        font-size: 12px;
    }
    
    .copy {
        font-size: 12px;
    }
}

.rule {
    text-align: left;
    margin-left:  5%;
    margin-right: 5%;
    margin-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 1%;
    padding-bottom:1%;
    background-color: rgb(253, 250, 252, 0.8);
}

@media screen and (max-width: 1023px) {
    .break::after {
        content: " \A";
        white-space: pre;
    }
}

.rule h3 {
    text-align: left;
    box-shadow: none;
}

.rule_img {
    width: 40%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 3%;
}

@media screen and (max-width: 1023px) {
    .rule_img {
        width: 50%;
        margin-bottom: 5%;
    }
}

.rule_background {
    background-image: url("opening_kari.jpg");
    background-size: cover;
    background-color: #831128;
    background-position: top;
}

.capture_background {
    background-image: url("background.jpg");
    background-size: contain;
    background-repeat: repeat;
    background-color: #831128;
}

.rule label {
    color: black;
    font-family:"kokuminchou";
}

.rule_title {
    text-align: center;
}

input:checked + label{
	background-color: black;
}

.faq_inner  h4 {
    text-align: left;
    font-size: 30px;
    color: rgb(253, 250, 242);
    background-color: rgb(65, 37, 32);
    padding: 10px;
}

.faq_inner  p {
    text-align: left;
    font-size: 20px;
}

@media screen and (max-width: 1023px){
    .faq_inner  h4 {
        font-size: 25px;
    }
    
    .faq_inner  p {
        font-size: 15px;
    }
}

.faq_inner a {
    color: #831128;
    text-decoration: underline;
}

.dist_text {
    text-align: center;
}

.pagenation {
    position: relative;
    text-align: center;
    font-size: 30px;
    font-family:"kokuminchou";
}

@media screen and (max-width: 800px){
    .pagenation {
        font-size: 15px;
    }
}

.old {
    color: rgb(253, 250, 252);
    background-color: rgb(65, 37, 32);
    padding: 10px;
    border-radius: 5px;
    margin-left: 10%;
}

.old:hover {
    color: #831128;
}

.new {
    color: rgb(253, 250, 252);
    background-color: rgb(65, 37, 32);
    padding: 10px;
    border-radius: 5px;
    margin-left: 0%;
    margin-right: 10%;
}

.new:hover {
    color: #831128;
}

.image2 img {
    width: 450px;
}

.image3 img {
    width: 100px;
}

@media screen and (max-width: 600px){
    .image2 img {
        width: 250px;
    }
    .image3 img {
        width: 70px;
    }
}