@charset "UTF-8";

hr {
    height: 2px;
    background: linear-gradient(to right, white, #686868, white);
    border: none;
}

@media screen and (min-width: 769px){
body {
	width: 100% ;
	padding: 0 ;
	font-family: inherit;
}

a:link {color: #000; }
a:visited { color: #000; }
a:hover { color: #a8a8a8; cursor: pointer;}
a:active { color: #a8a8a8; }


#modal-content p{
text-align:left;
font-size:16px;
margin:10px 0px 20px 0px;
}

#modal-content ol{
text-align:left;
}

#modal-content {
	width: 50%;
	margin: 0 ;
	padding: 10px 30px ;
	border: 2px solid #686868;
	background: #fff;
	position: fixed ;
	display: none ;
	z-index: 999 ;
}

#modal-overlay {
	z-index: 998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
        line-height: 110%;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

/*括弧のリストタグ*/
#modal-content .paren{
 counter-reset:item;
 list-style:none;
}
#modal-content .paren li:before{
 content:"(" counters(item, "-") ")";
 counter-increment:item;
 margin-right:0.3em;
}
#modal-content .paren li{
 padding-left:1.5em;
 text-indent:-1.5em;
 text-align:left;
}
/*括弧のリストタグ*/

#modal-content .hh1:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/pc/prize2_img.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin:0px 10px 0px 10px;
}
#modal-content .hh1:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/pc/prize2_img.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin:0px 10px 0px 10px;
}


#modal-content .hh1{
	font-weight:bold;
        font-size:25px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}



#modal-content .hh2{
	font-weight:bold;
	font-size:16px;
	padding:0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	text-align:left;

}

#modal-content .hh3{
	font-size:14px;
	font-weight: normal;
	text-align:left;
}

#modal-content .hh4{
	font-size:14px;
        font-weight: normal;
        padding:10px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:left;
}

#modal-content .hh5{
        font-size:14px;
        font-weight: normal;
        margin: 10px 20px 20px 25px;
	text-align:left;
}

#modal-content .hh6{
	font-weight:bold;
        font-size:20px;
	text-align:center;
	margin: 0px 0px 0px 0px;
	text-align:left;
}


#modal-content .inlineframe{
background-color:#fff;
height:200px;
overflow-y:scroll;
overflow-x:hidden;
margin-top:10px;
border: 1px #a8a8a8 solid;
border-radius: 8px;
padding:10px;
}

#modal-content .inlineframe p{
text-align:left;
font-size:14px;
}

.inlineframe::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 20px;
}
 
.inlineframe::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgb(136,136,128); 
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
 
.inlineframe::-webkit-scrollbar-thumb {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 background-color: rgb(136,136,128);
 -webkit-box-shadow: 0 0 1px rgba(136,136,128,.5);
 box-shadow: 0 0 1px rgba(136,136,128,.5);
}

input[type="text"]{
    padding: 0.8em;
    outline: none;
    border: 2px solid #686868;
    width: 80%;
    vertical-align:middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 20px;
    -webkit-transition: all .3s;
  　transition: all .3s;
    margin:15px auto;

}

#modal-content .btt_box{
	display:block;
	text-align:center;
	margin-bottom:30px;
	margin-top:50px;

}
#modal-content input.bt_green{
	position:relative;
	margin-right: auto;
	margin-left : auto;
        max-width:300px;
	color: #fff;
        font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	border: 2px #686868 solid;
	text-decoration: none;
	font-size: 18px;
	transition: 0.5s ;
        width:50%;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
        background-image: -webkit-linear-gradient(#e8e8e8 0%, #686868 40%, #686868 60%, #e8e8e8 100%);
        background-image: linear-gradient(#e8e8e8 0%, #686868 40%, #686868 60%, #e8e8e8 100%);
}

.close_btn{
  display: inline-block;
  text-decoration: none;
  color: #686868;
  font-size:27px;
  font-weight:900;
  text-align: center;
  transition: .4s;
  margin:10px 0px;
}
.close_btn:hover{
  display: inline-block;
  text-decoration: none;
  color: #a8a8a8;
  font-size:27px;
  font-weight:900;
  text-align: center;
  transition: .4s;
  margin:10px 0px;
  cursor: pointer;
}
}

/*----------------------------------
           SP版
-----------------------------------*/

@media screen and (max-width: 768px){

body {
	width: 100%;
        height: 80%:
	padding: 0 ;
	font-family: inherit;
        line-height: 110%;
}

hr {
    height: 2px;
    background: linear-gradient(to right, white, #686868, white);
    border: none;
    margin:10px 0px 15px 0px;
}

a:link {color: #000; }
a:visited { color: #000; }
a:hover { color: #a8a8a8;}
a:active { color: #a8a8a8; }


#modal-content p{
text-align:left;
}

#modal-content ol{
text-align:left;
}

#modal-content {
	width: 80% ;
        height: 80%:
        top:50px;
	margin: 0 ;
	padding: 10px 10px ;
	border: 2px solid #686868;
	background: #fff;
	position: fixed ;
	display: none ;
	z-index: 999 ;
}

#modal-overlay {
	z-index: 998 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
        line-height: 110%;
	background-color: rgba( 0,0,0, 0.75 ) ;
}

/*括弧のリストタグ*/
#modal-content .paren{
 counter-reset:item;
 list-style:none;
}
#modal-content .paren li:before{
 content:"(" counters(item, "-") ")";
 counter-increment:item;
 margin-right:0.3em;
}
#modal-content .paren li{
 padding-left:1.5em;
 text-indent:-1.5em;
 text-align:left;
}
/*括弧のリストタグ*/

#modal-content .hh1:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/sp/prize2_img.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin:0px 10px 0px 10px;
}
#modal-content .hh1:after {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 50px;/*画像の幅*/
  height: 50px;/*画像の高さ*/
  background-image: url(../img/sp/prize2_img.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  margin:0px 10px 0px 10px;
}

#modal-content .hh1{
	font-weight:bold;
        font-size:22px;
	text-align:center;
	margin: 0px 0px 0px 0px;
}


#modal-content .hh2{
	font-weight:bold;
	font-size:12px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
        text-align:left;
}

#modal-content .hh3{
	font-size:12px;
	font-weight: normal;
        text-align:left;
}

#modal-content .hh4{
	font-size:12px;
        font-weight: normal;
        padding:10px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	line-height:0px;
        text-align:left;
}

#modal-content .hh5{
        font-size:12px;
        font-weight: normal;
        margin: 10px 20px 20px 25px;
        text-align:left;
}

#modal-content .hh6{
	font-weight:bold;
        font-size:18px;
	text-align:center;
	margin: 0px 0px 0px 0px;
        text-align:left;
}


#modal-content .inlineframe{
background-color:#fff;
height:100px;
overflow-y:scroll;
overflow-x:hidden;
margin-top:10px;
border: 1px #a8a8a8 solid;
border-radius: 8px;
padding:10px;
}
.inlineframe::-webkit-scrollbar {
 -webkit-appearance: none;
 width: 20px;
}
 
.inlineframe::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgb(136,136,128); 
 -webkit-border-radius: 8px;
 border-radius: 8px;
}
 
.inlineframe::-webkit-scrollbar-thumb {
 -webkit-border-radius: 8px;
 border-radius: 8px;
 background-color: rgb(136,136,128);
 -webkit-box-shadow: 0 0 1px rgba(136,136,128,.5);
 box-shadow: 0 0 1px rgba(136,136,128,.5);
}

input[type="text"]{
    padding: 0.5em;
    outline: none;
    border: 2px solid #686868;
    width: 80%;
    vertical-align:middle;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    -webkit-transition: all .3s;
  　transition: all .3s;
    margin:15px 0px;
}

.btt_box{
	display:block;
	text-align:center;
	margin-bottom:10px;
	margin-top:20px;

}
input.bt_green{
	position:relative;
	margin-right: auto;
	margin-left : auto;
	color: #fff;
        font-weight: bold;
	text-align: center;
	border-radius: 10px;
	padding: 10px 10px 10px 10px;
	border: 2px #686868 solid;
	text-decoration: none;
	font-size: 14px;
	transition: 0.5s ;
        width:50%;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
        background-image: -webkit-linear-gradient(#e8e8e8 0%, #686868 40%, #686868 60%, #e8e8e8 100%);
        background-image: linear-gradient(#e8e8e8 0%, #686868 40%, #686868 60%, #e8e8e8 100%);
}

.close_btn{
  display: inline-block;
  text-decoration: none;
  color: #686868;
  font-size:25px;
  font-weight:900;
  text-align: center;
  transition: .4s;
  margin:5px 0px;
}
.close_btn:hover{
  display: inline-block;
  text-decoration: none;
  color: #a8a8a8;
  font-size:25px;
  font-weight:900;
  text-align: center;
  transition: .4s;
  margin:5px 0px;
}
}


/*ローダー*/
.loading{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0px;
  left: 0px;
  background:rgba(0,0,0,0.5);
  z-index: 9999;
}

.animation {
  position:relative;
  top:50%;
  left:50%;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
/*ローダー*/