/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    background: #fafafa;
}

* {
    line-height: 1.7em;
    font-size: 1.2rem;
    color: #C0C0C0;
}

h1 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
    font-size: 4rem !important;
    font-weight: 500 !important;
}


h2 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
    font-size: 3rem !important;
    font-weight: bold;
    color: #f26522;
}


h3 {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif !important;
    font-size: 1.4rem !important;
    font-weight: 500 !important;
}


header {

}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: transparent;
    border: none;
    border-radius: 0;
    /* margin-bottom: 40px; */
    padding: 30px;
    box-shadow: 3px 3px 3px 3px rgb(255 255 255 / 50%);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    TYPOGRAPHIE STYLE
----------------------------------------------------- */
.title-2 {
    font-size: 3rem;
    font-weight: bold;
    color: #f26522;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#wrapper-container {
    background-color: rgba(0,0,0,0.8);
    background-blend-mode: darken;
}

#content {
    padding: 40px;
	padding-top: 150px;
    min-height: 100vh;
    transition: all 0.3s;
    top: 0;
    right: 0;
    /* background-image: url("../img/background-min.jpg"); */
    background-attachment: fixed;
    color: white;
}

.footer {
    color: #c36;
    text-align: center;
    font-size: 0.8em;
}


/*li:before { content: '\1F95E'; margin-left: -20px; margin-right: 10px; } */

#main-list ul li:before { content: '\2705'; margin-left: -20px; margin-right: 10px; } 

.button-wrapper {
	width: fit-content;
	background-color: #c36;
	border: 0;
	outline: 0;
	padding: 0.8rem 1.4rem;
	font-size: 2rem;
	font-family: monospace;
	box-shadow: 0px 5px 10px #0057ab;
	transition: all 0.3s;
	cursor: pointer;
	border-radius: 5px;
	border-bottom: 4px solid #d9d9d9;
	margin: auto;
    color: #fff;
    text-align: center;
  }

  .button-wrapper:hover {
	box-shadow: 0px 15px 25px -5px #0057ab;
	transform: scale(1.03);
  }
  .button-wrapper:active {
	box-shadow: 0px 4px 8px #0065c8;
	transform: scale(0.98);
  }

  .content > h3 {
      color: black;
  }

.vecteezy {
    font-size: 0.5rem;
    text-align: center;
}

.sidebar-open {
    justify-content: flex-end !important;
}

select[name="object"] {
    width: 100%;
}

.item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 50px;
    display: flex;
}

.btn-overlay {
    top: 0;
    left: 0;
    position: absolute;

}

.google-play-btn{
    background:url(../img/google-play-badge.png);
    background-size: contain;
    background-repeat: no-repeat;
    cursor:pointer;
    border:none;
    width:300px;
    height:100px;
}

.google-plat-btn:active  /* use Dot here */
{   
    background:url(../img/google-play-badge.png);
}

.app-store-btn{
    background:url(../img/Download_on_the_App_Store_Badge_US-UK_RGB.svg);
    background-size:contain;
    background-repeat: no-repeat;
    cursor:pointer;
    border:none;
    width:300px;
    height:100px;
    /* transform: scale(0.8) */
}

.separator-line {
    margin: 20px 50%;
    height: 2px;
    background-color: #000;
}

.game-card {
    background:url(../img/logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: beige;
    margin: 35px 35px;
    max-width: 500px;
    max-height: 500px;
    border-radius: 35px;
}

.shrink-content {
    margin: 0 20%;
}

.apple-badge {
	cursor:pointer;
	height: 100%;
	max-width: 300px;
}

.google-badge {
	height: 100%;
	max-width: 300px;
}

/* ---------------------------------------------------
    ICONS AND LOGOS
----------------------------------------------------- */

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.social-icon .fa {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: none
}

.social-icon:hover .fa {
    opacity: .8
}

.social-icon .fa-pinterest {
    background-color: #cb2027
}

.social-icon .fa-rss {
    background-color: #f26522
}

.social-icon .fa-facebook {
    background-color: #3b5998
}

.social-icon .fa-twitter {
    background-color: #00aced
}

.social-icon .fa-flickr {
    background-color: #ff0084
}

.social-icon .fa-dribbble {
    background-color: #ea4c89
}

.social-icon .fa-behance {
    background-color: #42a9fb
}

.social-icon .fa-linkedin {
    background-color: #007bb6
}

.social-icon .fa-vimeo-square {
    background-color: #aad450
}

.social-icon .fa-youtube {
    background-color: #bb0000
}

.social-icon .fa-tumblr {
    background-color: #32506d
}

.social-icon .fa-github-alt {
    background-color: #333333
}

.social-icon .fa-google-plus {
    background-color: #dd4b39
}

.social-icon .fa-instagram {
    background-color: #517fa4
}

.social-icon .fa-soundcloud {
    background-color: #f80
}

.social-icon-large {
    margin-right: 20px
}

.social-icon-large .fa {
    font-size: 25px;
    background: transparent;
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px !important;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.social-icon-large:hover .fa {
    color: #fff
}

.social-icon-large:hover .fa-pinterest {
    background-color: #cb2027
}

.social-icon-large:hover .fa-rss {
    background-color: #f26522
}

.social-icon-large:hover .fa-facebook {
    background-color: #3b5998
}

.social-icon-large:hover .fa-twitter {
    background-color: #00aced
}

.social-icon-large:hover .fa-flickr {
    background-color: #ff0084
}

.social-icon-large:hover .fa-dribbble {
    background-color: #ea4c89
}

.social-icon-large:hover .fa-behance {
    background-color: #42a9fb
}

.social-icon-large:hover .fa-linkedin {
    background-color: #007bb6
}

.social-icon-large:hover .fa-vimeo-square {
    background-color: #aad450
}

.social-icon-large:hover .fa-youtube {
    background-color: #bb0000
}

.social-icon-large:hover .fa-tumblr {
    background-color: #32506d
}

.social-icon-large:hover .fa-github-alt {
    background-color: #333333
}

.social-icon-large:hover .fa-google-plus {
    background-color: #dd4b39
}

.social-icon-large:hover .fa-instagram {
    background-color: #517fa4
}

.social-icon-large:hover .fa-soundcloud {
    background-color: #f80
}

.btn-round {
    border-radius: 4px !important
}

.btn.btn-large i {
    font-size: 24px
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */


@media (min-width: 769px) {
    /*
    .navbar {
        display: none;
    }
    */
}

/* ---------------------------------------------------
    LEADERBOARD
----------------------------------------------------- */

table {
    border-collapse: collapse;
    width: 100%;
  }

  th,
  td {
    padding: 1rem 2rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  th {
    text-align: center !important;
    font-weight: bold;
    font-size: 1.88rem;
    color: #666;
    background: #eee;
    /*  以下２行で見出しを固定  */
    position: sticky;
    top: 0;
  }

  td {
    font-size: 1.4rem !important;
    font-weight: 500 !important;
    color: whitesmoke !important;
  }

  tr {
    font-size: 1.8rem;
  }

  tr:nth-child(even){
    background-color:#ccc;
  }

  tr:nth-child(odd){
    background-color: burlywood;
  }

  
  /* レスポンシブ対応 */
  @media(max-width: 500px) {
    .heading {
      display: none;
    }
  }

  /* ---------------------------------------------------
    ITEMS
----------------------------------------------------- */
#items-table  table  tbody  tr:nth-child(even){
    background-color:#ccc;
  }

  #items-table  table  tbody  tr:nth-child(odd){
    background-color:burlywood;
  }
  
/* ---------------------------------------------------
    OTHERS
----------------------------------------------------- */
.separator-v {
    height: 100px;
}


.menu ul {
    list-style-type: none;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.menu ul li {
    text-align: center;
    padding: 0 15px;
    font-size: 1rem;
}

.contact-form{
    margin-top: 10%;
    margin-bottom: 5%;
    width: 80%;
    border-radius: 25px;
    background: #73AD21;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.align-self-center {
    align-self: center;
}
  