@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color:#86059f;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #999;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

a:hover img,
.top-banner img:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a img,
.top-banner 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;
}




html,body {  
	-webkit-text-size-adjust: 100%; 
} 


body {
    margin:0;
	width:100%; 
    color: #000;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center; 
}

input,textarea,select,button{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


video {
	width: 100%;
 	display: block;
	border-bottom:3px solid #86059f;
}

.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.pcn{
	display: none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ae1d20;
}

.area{
	position: relative;
}


#main{
	margin:0;
	overflow:hidden;
	background: #fff;
	padding-top: 50px;
}

#m-main{
	margin:0;
	overflow:hidden;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 56px;
}


.btn-login{
	position: absolute;
	top:5px;
	right: 5px;
	width: 160px;
	cursor: pointer;
}

#header{
	height: 50px;
	background:#000;
	padding-top: 2px;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	border-bottom:3px solid #86059f;
}

#header2{
	height: 70px;
	background:#000;
	padding-top: 2px;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	border-bottom:3px solid #86059f;
}


.logo{
	padding: 2px 0 0 10px;
	float: left;
}

.logo img{
	width: 106px;
}

.phone{
	font-size: 12px;
	margin-top: 3px;
}

.phone a{
	color: #fff;
	text-decoration: none;
}

.status{
	padding: 14px 10px;
	float: left;
	font-size: 4.0vw;
	line-height: 5.0vw;
	color: #fff;
}

.status a{
	color: #ffd100;
	text-decoration: underline;
}

.t-mail{
  position: absolute;
  width: 40px;
  top:11px;
  right: 60px;
}

.cl{
	display: none;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main.open {
  transform: translateX(-250px);
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .2s;
  border-radius: 8px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 70%;
  height: 100%;
  padding-top: 50px;
  background:#000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
}
nav.open {
  transform: translateZ(0);
}

nav li{
	position: relative;
	border-bottom: 1px dotted #86059f;
}

nav li a{
	background: url("../images/arrow.svg")no-repeat 98%, #000;
	background-size: 8px;
	color: #fff;
	text-decoration: none;
	padding: 5%;
	display: block;
	font-size: 4.0vw;
	line-height: 5.0vw;
	font-weight: bold;
}

.d-menu{
	margin: 3%;
}


#f-menu{
	height: 56px;
	background:#000;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	border-top:3px solid #86059f;
}

#f-menu li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	padding: 0.5%;
	position: relative;
	color: #fff;
}

.noc{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: 0%;
	top:3%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.noc2{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: -5px;
	top:0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.noc3{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: 20px;
	top:5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}


.banner{
	margin: 2%;
}


.spm1{
	text-align: center;
	font-weight: bold;
}

.spm1 span {
	color: #ae1d20;
	font-size: 5.0vmin;
}

.img-btn{
	margin: 5%;
}

.m-btn{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat 98%, #ae1d20;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;

}

.m-btn a{
	color: #fff!important;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.m-btn:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
}


#spmenu li{
	width: 48%;
	margin: 1%;
	float: left;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	padding: 0!important;
}

#spmenu li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 9% 0!important;
}


#spmenu li a:hover{
	background:#eae8e8;	
	border-radius: 10px;	
}


#status{
	background: #f8f8f8;
	padding: 4% 1%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
} 

#status a{
	color: #ae1d20;
	font-size: 5.0vmin;
	text-decoration: underline;
}



.t-txt01{
	margin: 2% 0;
}

.t-img01{
	margin: 2% 0;
}


.form-area{
	padding: 2%;
	font-size: 3.0vmin;
	line-height: 4.0vmin;

}

.form-area p{
	margin:2%;
	padding-left:1em;
	text-indent:-1em;
}


.inpr{
	margin:0;
	width:79%;
	margin-right: 1%;
	padding:3%;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	border:1px solid #ccc;
}

.send{
	width:20%;
	border: 0;
	padding:3% 1%;
	text-align: center;
	font-weight: bold;
	background: #86059f;
	color: #fff;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	cursor: pointer;
}


.line{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
}



@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(0.8)
        }
	50% {
	 -webkit-transform: scale(1.0)
	}
}

.held{
	background: #000;
	padding: 3%;
}

.held01{
	font-size: 5.8vmin;
	line-height: 6.8vmin;
	font-weight: bold;
	color: #ffd800;
	text-align: center;
	margin-bottom: 1%;
}


.held table{
	width: 100%;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.held th{
	vertical-align: middle;
	padding: 1%;
	text-align: left;
	width: 40px;
}


.held td{
	vertical-align: middle;
	padding: 1.4%;
	text-align: left;
	font-weight: bold;
}

.held tr{
	border-top: 6px solid #000;
}

.held02{
	width: 160px;
}

 .title{
	font-size: 5.0vmin;
	line-height: 6.0vmin;
	text-align: center;
	font-weight: bold;
	margin: 0 0 2%;
	padding: 2%;
	background: #86059f;
	color: #ffd800;
}


.e-title{
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3%;
	background: #000;
}

.m-title{
	margin: 2% 0;
}


.swiper-container{
	margin:0;
	text-align: left;
	padding:2% 0 6%;
	background: #fff;
}

.z2{
	padding:0 0 25px;
}

.z2 img{
    width: 98%;
    object-fit: cover;
}

.swiper-pagination{
	bottom:0!important;
}

.result-in li{
	float: left;
	width: 50%;
}

.result{
	margin: 2% 2%;
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}

.result01{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #86059f;
	color: #ffd800;
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	padding: 4% 2%;
	font-weight: bold;
	text-align: center;
}

.result02{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 2%;
}

.result03{
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	text-align: center;
}

.result04{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 4% 0;
}

.result04 p{
	padding-bottom: 4px;
}

.hit1{
	background: #eee;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit2{
	background: #444;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit3{
	background: #d32d26;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit4{
	background: #1e2082;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit5{
	background: #fff134;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit6{
	background: #196739;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.result05{
	font-size: 3.0vmin;
	line-height: 5.8vmin;
	float: left;
	margin-left:10px;
}

.result06{
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	float: right;
	margin-right:10px;
	color: #f20000;
	font-weight: bold;
}



.btn{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(49, 0, 79, 1);
  background-image: linear-gradient(180deg, rgba(146, 55, 169, 1), rgba(58, 4, 98, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn2{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(6, 105, 5, 1);
  background-image: linear-gradient(180deg, rgba(73, 165, 20, 1), rgba(4, 141, 1, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn3{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(160, 8, 8, 1);
  background-image: linear-gradient(180deg, rgba(255, 26, 0, 1), rgba(205, 0, 3, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn4{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;

  text-shadow: 2px 2px 2px rgba(30, 30, 30, 1);
  background-image: linear-gradient(180deg, rgba(170, 170, 170, 1), rgba(51, 51, 51, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
  padding: 20px 0;
}


.btn:hover,.btn2:hover,.btn3:hover{
	 box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.btn a,.btn2 a,.btn3 a{
	color: #fff;
	text-decoration: none;
	display: block;
  	padding: 20px 0;
}















.top-banner li{
	margin: 2%;
}

.top-banner img{
cursor: pointer;
}


.fo{
	margin: 3%;
}

.tx,
.contact{
	margin:0 0 2%;
	padding: 2%;
	text-align: left;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	background: #fff;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:	1px solid #000;
	background: #fff;
}

.tx table th,.tx table td{
	padding:5px 5px;
	border:1px solid #000;
	vertical-align:middle
}

.tx table th{
	width:34%;
	background:#eee;
	color: #333;
	text-align: left;
}

.tx table td{
	width:66%
}

.contact table{
	width: 100%;
	border:1px solid #000;
	font-weight: bold;
	margin: 1% 0;
}

.contact th{
	width: 30%;
	border:1px solid #000;
	background:#000;
	color: #fff;
	padding: 3%;
	vertical-align: middle;
	text-align: center;
}

.contact td{
	width: 70%;
	border:1px solid #000;
	background: #fff;
	padding: 3%;
	vertical-align: middle;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}

.mail {
  padding: 3%;
  border: 1px solid #bababa;
  width: 100%;
  height: 200px;
}

.mail-sub{
 display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  padding: 20px 0;
  width: 80%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(49, 0, 79, 1);
  background-image: linear-gradient(180deg, rgba(146, 55, 169, 1), rgba(58, 4, 98, 1));		
  margin: 5% auto;
  cursor: pointer;
  transition: 0.3s;
}


.mail-sub:hover{
	 box-shadow: 0 0 rgba(0, 0, 0, .3);
}


.id {
    position: relative;
    background: #86059f;
    color: #ffd800;
    text-align: center;
	font-size: 3.8vmin;
	line-height: 4.8vmin;
    padding: 5%;
    margin: 0 0 40px;
	font-weight: bold;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 40px auto;
}

.phone2{
	font-size: 7.8vmin;
	line-height: 8.8vmin;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.phone2 a{
	text-decoration: none;
}


.m-plan{
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.m-plan2{
	padding: 2%;
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	border: 1px solid #000;
}

.m-plan2 ul{
	padding: 2%;
}

.m-plan2 li{
	width: 50%;
	float: left;
	margin: 1% 0;
}

.m-plan table{
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	margin: 5px 0;
}

.m-plan th{
	border: 1px solid #000;
	padding: 1%;
	background: #eee;
	width: 35%;
	vertical-align: middle;
	text-align: left;

}


.m-plan td{
	border: 1px solid #000;
	padding: 1%;
	width: 65%;
	vertical-align: middle;

}


.m-plan-txt{
	text-align: left;
	font-weight: normal;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}



.detail{
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.detail table{
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
}

.detail th{
	width: 30%;
	padding: 2%;
	background: #000;
	border: 1px solid #000;
	color: #ffd403;
	vertical-align: middle;
	text-align: left;
}

.detail td{
	width: 70%;
	padding: 2%;
	border: 1px solid #000;
	vertical-align: middle;
}

.plan-day{
	background: #000;
	color: #ffd403;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	width: 100%;
}


.plan-btn{
	margin: 3%;
	text-align: center;
}



.cp-btn01{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat 98%, #ae1d20;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
		
}

.cp-btn01 a{
	color: #fff!important;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.cp-btn01:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
}

.cp-btn02{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow-b.svg")no-repeat 98%, #eebd47;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
		
}

.cp-btn02 a{
	color: #000;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.cp-btn02 a:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
	color: #fff!important;
}

.cp-btn03{
	margin: 4% auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #72767d;
	padding: 5% 0;
	display: block;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
}


.setting {
	margin:0 auto;
	text-align: left;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
}


.setting table{
	width:100%;
	border:#000 1px solid;
	background-color:#fff;
	margin:4px 0%;
}

.setting th{
	width:100%;
	height:22px;
	text-align:center;
	padding:10px;
	border:#000 1px solid;
	background:#000;
	vertical-align: middle;
}


.setting td{
	padding:10px;
	width:50%;
	height:22px;
	text-align:left;
	border:#000 1px solid;
	vertical-align: middle;
	word-break: break-all;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}

.point{
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}


.point2{
	margin: 2%;
	padding: 2%;
	background: #fff;
}

.point2 p{
	margin: 2%;
}

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;;
	border: 1px solid #c0c0c0;
}

.point_list:hover {
	background:#d6dbdc;
}


.pay02{
	float:right;
}

.point2 label,
.point2 legend {
	display: block;
		cursor: pointer;
	padding: 15px 15px 10px;
}


.point2 input[type="checkbox"],
.point2 input[type="radio"] {
	display: inline;
}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}

input[type="radio"] {

	height:15px;
	width:15px;
}

.message{
	background: #fff;
	margin: 2%;
	border: 1px solid #000;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message2{
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message3{
	background: #86059f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
	border-radius: 8px;
	width: 60%;
	margin: 10px auto 0;
}

.message4{
	background: #777;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.m-day{
	font-size: 3.5vmin;
	line-height: 7.0vmin;
}

.message li{
	padding: 2% 2%;

}


.message a{
	color: #000;
	text-decoration: none;
}

.message span{
	background: #ffd100;
	padding: 0.5% 1%;
}

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background:#000;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 10px;
}

.pageNav01 li span {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffd100;
	color:#000;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 10px;
}


ul.pageNav01 li a:hover {
	background: #ffd100;
	color:#000;
}



.info-tx{
	margin:2%;
	text-align: left;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.info-title{
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}

.info-tx a{
	color: #001BF4;
	text-decoration: underline;
}

.buying{
	margin: 0 4% 10%;
}

.vote li{
	float: left;
	width: 25%;
	padding: 2%;
}

.vote img{
	border-radius: 50%;
	border: 1px solid #eee;
	width: 90%;
}


.footer-nav {
	width: 100%;
	margin: 2% auto;
}

.footer-nav img{
	border-radius: 16px;
}
 
.footer-nav ul li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	font-size:3.4vmin;
	padding: 2%;
}

.footer-nav p{
	padding: 3%;
}

#footer {
	width:100%;
	text-align:center;
	font-size:3.4vmin;
	line-height: 4.4vmin;
	color:#fff;
	padding:0;
	background:#000;
}

.f-logo{
	width: 150px;
	margin: 2% auto;
}

#footer ul {
	margin: 0;
}

#footer li {
	border-bottom: 1px dotted #86059f;
	background:#000;
	padding: 1%;
}


#footer li a {
	text-align:left;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #fff;
	font-weight:bold;
    background: url("../images/arrow.svg") 98% center no-repeat;
    background-size: 8px;
}

.f-txt{
	margin: 20px auto;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	text-align:left;
	padding: 0 10px;
}

.f-txt p{
	margin:2% 0;
	padding-left:1em;
	text-indent:-1em;
}

.copyright{
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	padding-bottom: 10px;
}




@media screen and (max-width: 1023px){
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
#main{
	margin: 0 auto;
	overflow:hidden;
	width: 100%;
}

.status{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}

nav li a{
	font-size: 20px;
	line-height: 30px;
}

#f-menu li img{
	width: 70px;
}

.held td{
	font-size: 22px;
	line-height: 32px;
}

.tx,
.contact{
	font-size: 14px;
	line-height: 24px;
}

.mail-sub{
	font-size: 20px;
	line-height: 30px;
}

.setting {
	font-size: 16px;
	line-height: 28px;
}

.point{
	font-size: 16px;
	line-height: 28px;
}

.title{
	font-size: 30px;
	line-height: 40px;
}
 
.e-title{
	font-size: 28px;
	line-height: 38px;
}

.id {  
	font-size: 20px;
	line-height: 30px;
    padding: 15px;
    margin: 0 0 40px;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 50px auto;
}

#footer li {
	font-size:20px;
	line-height: 30px;
}

.f-txt{
	font-size: 16px;
	line-height: 26px;
}

.copyright{
	font-size: 16px;
	padding-bottom: 10px;
}

}


@media screen and (min-width: 1024px){

 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}


address, em, cite, dfn, var {
  font-style: normal;
}



img {
	vertical-align: bottom;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


.spn{
	display: none;
}

#main{
	margin: 0 auto;
	overflow:hidden;
	width: 750px;
}

#m-main{
	margin: 0 auto;
	overflow:hidden;
	width: 750px;
	padding-bottom: 90px;
}


#header,#header2{
	width: 750px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.phone{
	margin-top:0px;
}


.status{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}

.cl{
	font-size: 50px;
	display: block;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
}

.menu-trigger.active span {
  display: none;
}

nav li a{
	background-size: 8px;
	font-size: 20px;
	line-height: 30px;
}


nav {
  width: 600px;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
  padding-top: 20px;
}

.news-area {
	font-size: 22px;
	line-height: 32px;
}


#f-menu{
	height: 90px;
	padding-top: 2px;
	width: 750px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#f-menu li{
	font-size: 16px;
	line-height: 30px;
}

#f-menu li img{
	width: 100px;
}

.noc{
	font-size: 14px;
	right: 5px;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.noc2{
	font-size: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.noc3{
	font-size: 14px;
	right: 50px;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}



.spm1 span {
	font-size: 30px;
}

.m-btn{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
}

.m-btn:hover{
	background-size: 16px auto ,100% 100%;
}

#status{
	font-size: 24px;
	line-height: 34px;
} 

#status a{
	font-size: 30px;
}

.t-free li{
	width: 31.3%;
	margin: 1%;
	position: relative;
	float: left;
}

.t-free01 table{
	width: 90%;
	margin: 5% 6% 5% 4%;
	font-size: 20px;
	line-height: 30px;
}

.top-txt01{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 8.5px;

}

.top-txt02{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 8.5px;
}

.top-txt02 span{
	font-size: 38px;
	line-height: 48px;
}

.form-area{
	font-size: 16px;
	line-height: 26px;
}

.form-txt{
	font-size: 20px;
	line-height: 50px;
}

.inpr,.send{
	font-size: 22px;
	line-height: 32px;
}


.held{
	background: #000;
	padding: 3%;
}

.held01{
	font-size: 40px;
	line-height: 50px;
}


.held table{
	width: 100%;
	background: #fff;
}

.held th{
	width: 110px;
}


.held td{
	font-size: 26px;
	line-height: 36px;
}

.held02{
	width: 300px;
}

 .title{
	font-size: 30px;
	line-height: 40px;
}
 
.e-title{
	font-size: 28px;
	line-height: 38px;
}
 
.swiper-container{
	padding:2% 0 4%;
}


.result{
	margin: 10px 2%;
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}

.result01{
	font-size: 24px;
	line-height: 34px;
	padding: 10px;
}

.result02{
	font-size: 24px;
	line-height: 34px;
	margin: 6px;
}

.result03{
	font-size: 20px;
	line-height: 30px;
}

.result04{
	font-size: 24px;
	line-height: 34px;
	margin: 10px 0;
}

.result04 p{
	padding-bottom: 8px;
}

.hit1,.hit2,.hit3,.hit4,.hit5,.hit6{
	padding: 0 20px;
	margin: 0 5px;
}


.swiper-pagination{
	bottom:10px!important;
}

.result05{
	font-size: 18px;
	line-height: 44px;
	margin-left:20px;
}

.result06{
	font-size: 34px;
	line-height: 44px;
	float: right;
	margin-right:20px;
}

.btn,.btn2,.btn3,.btn4{
	font-size: 20px;
	line-height: 30px;
}


.tx,
.contact{
	font-size: 14px;
	line-height: 24px;
}

.mail-sub{
	font-size: 20px;
	line-height: 30px;
}

.id {  
	font-size: 20px;
	line-height: 30px;
    padding: 15px;
    margin: 0 0 40px;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 50px auto;
}

.phone2{
	font-size: 40px;
	line-height: 50px;
}

.m-plan,.m-plan2{
  	font-size: 20px;
	line-height: 30px;
}

.m-plan-txt{
  	font-size: 20px;
	line-height: 30px;
}

.detail{
	font-size: 20px;
	line-height: 30px;
}

.detail table{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
}

.plan-day{
	font-size: 20px;
	line-height: 30px;
}

.plan{
  	font-size: 20px;
	line-height: 30px;
}

.plan3{
	background-image: -webkit-linear-gradient(left, #000, #eee);
	background-image: -o-linear-gradient(left, #000, #eee);
	background-image: linear-gradient(to right, #000, #eee);
	background-repeat: no-repeat;
	background-size: 100% 5%;
	background-position: bottom;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 10px;
  	font-size: 26px;
	line-height: 36px;
}


.plan table{
  	font-size: 20px;
	line-height: 30px;
}

.cp-btn01{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
}

.cp-btn01:hover{
	background-size: 16px auto ,100% 100%;
}

.cp-btn02{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
		
}

.cp-btn02 a:hover{
	background-size: 16px auto ,100% 100%;
}

.cp-btn03{
	font-size: 26px;
	line-height: 20px;
}

.setting {
	font-size: 16px;
	line-height: 28px;
}

.point{
	font-size: 16px;
	line-height: 28px;
}

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 48%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;;
	border: 1px solid #c0c0c0;
}

.message{
	font-size: 20px;
	line-height: 32px;
}

.message2{
	font-size: 20px;
	line-height: 32px;
}

.message3{
	font-size: 20px;
	line-height: 32px;
}

.message4{
	font-size: 20px;
	line-height: 32px;
}


.m-day{
	font-size: 16px;
	line-height: 28px;
}

.info-tx{
	font-size: 16px;
	line-height: 26px;
}

.info-title{
	font-size: 18px;
	line-height: 30px;
}

.footer-nav img{
	border-radius: 24px;
}
 
.footer-nav ul li {
	font-size:20px;
	padding: 20px;
}

.footer-nav p{
	padding: 10px;
}

#footer ul {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: none;
}

#footer li {
	font-size:12px;
	line-height: 22px;
	float: left;
	border-bottom: none;
	width: 150px;
	text-align: center;
}


#footer li a {
	background:none;
	text-align: center;
}

.f-txt{
	margin: 20px auto;
	font-size: 12px;
	line-height: 22px;
	text-align:left;
	padding: 0 10px;
}

.f-txt p{
	margin:0;
}

.copyright{
	font-size: 12px;
	padding-bottom: 10px;
}




}

@charset "utf-8";


* {
    margin:0;
    padding:0;
    outline:0;
    vertical-align:baseline;
	box-sizing: border-box;
}


h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

address, em, cite, dfn, var {
  font-style: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

p {
    margin-top: 0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

ul {
	list-style:none;
	padding:0;
}
li {
	padding:0;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

table {
  border-collapse: collapse;
}

table th{
  vertical-align:top;
}

input, select {
    vertical-align:middle;
}

a{
	text-decoration:underline;
	color:#86059f;
}

a {
    -webkit-tap-highlight-color:transparent;
}

a:hover{
	color: #999;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

a img {
    border-style:none;
}

a:hover img,
.top-banner img:hover{
opacity: 0.6;
-webkit-opacity: 0.6;
-moz-opacity: 0.6;
}

a img,
.top-banner 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;
}




html,body {  
	-webkit-text-size-adjust: 100%; 
} 


body {
    margin:0;
	width:100%; 
    color: #000;
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center center; 
}

input,textarea,select,button{
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


video {
	width: 100%;
 	display: block;
	border-bottom:3px solid #86059f;
}

.center{
	text-align:center;
	margin:0 auto;
}

.right{
	text-align:right;
}

img{
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wrapper {
  overflow-x: hidden;
  position: relative;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
}

.pcn{
	display: none;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.b{
	font-weight:bold;
}

.red{
	color: #ae1d20;
}

.area{
	position: relative;
}


#main{
	margin:0;
	overflow:hidden;
	background: #fff;
	padding-top: 50px;
}

#m-main{
	margin:0;
	overflow:hidden;
	background: #fff;
	padding-top: 70px;
	padding-bottom: 56px;
}


.btn-login{
	position: absolute;
	top:5px;
	right: 5px;
	width: 160px;
	cursor: pointer;
}

#header{
	height: 50px;
	background:#000;
	padding-top: 2px;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	border-bottom:3px solid #86059f;
}

#header2{
	height: 70px;
	background:#000;
	padding-top: 2px;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 10;
	top: 0;
	left: 0;
	border-bottom:3px solid #86059f;
}


.logo{
	padding: 2px 0 0 10px;
	float: left;
}

.logo img{
	width: 106px;
}

.phone{
	font-size: 12px;
	margin-top: 3px;
}

.phone a{
	color: #fff;
	text-decoration: none;
}

.status{
	padding: 14px 10px;
	float: left;
	font-size: 4.0vw;
	line-height: 5.0vw;
	color: #fff;
}

.status a{
	color: #ffd100;
	text-decoration: underline;
}

.t-mail{
  position: absolute;
  width: 40px;
  top:11px;
  right: 60px;
}

.cl{
	display: none;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

main.open {
  transform: translateX(-250px);
}

.menu-trigger {
  display: inline-block;
  width: 36px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 10px;
  z-index: 100;
/*   transform: translateX(0);
  transition: transform .5s;
 */}
/* .menu-trigger.active {
  transform: translateX(-250px);
}
 */.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .2s;
  border-radius: 8px;
}
.menu-trigger.active span {
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 70%;
  height: 100%;
  padding-top: 50px;
  background:#000;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
}
nav.open {
  transform: translateZ(0);
}

nav li{
	position: relative;
	border-bottom: 1px dotted #86059f;
}

nav li a{
	background: url("../images/arrow.svg")no-repeat 98%, #000;
	background-size: 8px;
	color: #fff;
	text-decoration: none;
	padding: 5%;
	display: block;
	font-size: 4.0vw;
	line-height: 5.0vw;
	font-weight: bold;
}

.d-menu{
	margin: 3%;
}


#f-menu{
	height: 56px;
	background:#000;
	width: 100%;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	border-top:3px solid #86059f;
}

#f-menu li{
	float: left;
	width: 20%;
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	padding: 0.5%;
	position: relative;
	color: #fff;
}

.noc{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: 0%;
	top:3%;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.noc2{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: -5px;
	top:0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}

.noc3{
	background: #ffd100;
	color: #000;
	font-size: 8px;
	position: absolute;
	right: 20px;
	top:5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	font-weight: bold;
	z-index: 2;
}


.banner{
	margin: 2%;
}


.spm1{
	text-align: center;
	font-weight: bold;
}

.spm1 span {
	color: #ae1d20;
	font-size: 5.0vmin;
}

.img-btn{
	margin: 5%;
}

.m-btn{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat 98%, #ae1d20;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;

}

.m-btn a{
	color: #fff!important;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.m-btn:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
}


#spmenu li{
	width: 48%;
	margin: 1%;
	float: left;
	font-weight: bold;
	background: #fff;
	border-radius: 10px;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	padding: 0!important;
}

#spmenu li a{
	color: #000;
	text-decoration: none;
	display: block;
	padding: 9% 0!important;
}


#spmenu li a:hover{
	background:#eae8e8;	
	border-radius: 10px;	
}


#status{
	background: #f8f8f8;
	padding: 4% 1%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	text-align: center;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	font-weight: bold;
} 

#status a{
	color: #ae1d20;
	font-size: 5.0vmin;
	text-decoration: underline;
}



.t-txt01{
	margin: 2% 0;
}

.t-img01{
	margin: 2% 0;
}


.form-area{
	padding: 2%;
	font-size: 3.0vmin;
	line-height: 4.0vmin;

}

.form-area p{
	margin:2%;
	padding-left:1em;
	text-indent:-1em;
}


.inpr{
	margin:0;
	width:79%;
	margin-right: 1%;
	padding:3%;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	border:1px solid #ccc;
}

.send{
	width:20%;
	border: 0;
	padding:3% 1%;
	text-align: center;
	font-weight: bold;
	background: #86059f;
	color: #fff;
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	cursor: pointer;
}


.line{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	animation: vertical ease-in-out infinite alternate;
	animation-duration: 1.8s;
}



@keyframes vertical {
	0%,100% {
	-webkit-transform: scale(0.8)
        }
	50% {
	 -webkit-transform: scale(1.0)
	}
}

.held{
	background: #000;
	padding: 3%;
}

.held01{
	font-size: 5.8vmin;
	line-height: 6.8vmin;
	font-weight: bold;
	color: #ffd800;
	text-align: center;
	margin-bottom: 1%;
}


.held table{
	width: 100%;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.held th{
	vertical-align: middle;
	padding: 1%;
	text-align: left;
	width: 40px;
}


.held td{
	vertical-align: middle;
	padding: 1.4%;
	text-align: left;
	font-weight: bold;
}

.held tr{
	border-top: 6px solid #000;
}

.held02{
	width: 160px;
}

 .title{
	font-size: 5.0vmin;
	line-height: 6.0vmin;
	text-align: center;
	font-weight: bold;
	margin: 0 0 2%;
	padding: 2%;
	background: #86059f;
	color: #ffd800;
}


.e-title{
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 3%;
	background: #000;
}

.m-title{
	margin: 2% 0;
}


.swiper-container{
	margin:0;
	text-align: left;
	padding:2% 0 6%;
	background: #fff;
}

.z2{
	padding:0 0 25px;
}

.z2 img{
    width: 98%;
    object-fit: cover;
}

.swiper-pagination{
	bottom:0!important;
}

.result-in li{
	float: left;
	width: 50%;
}

.result{
	margin: 2% 2%;
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}

.result01{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #86059f;
	color: #ffd800;
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	padding: 4% 2%;
	font-weight: bold;
	text-align: center;
}

.result02{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 2%;
}

.result03{
	font-size: 3.4vmin;
	line-height: 4.4vmin;
	text-align: center;
}

.result04{
	font-size: 3.8vmin;
	line-height: 4.8vmin;
	text-align: center;
	margin: 4% 0;
}

.result04 p{
	padding-bottom: 4px;
}

.hit1{
	background: #eee;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit2{
	background: #444;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit3{
	background: #d32d26;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit4{
	background: #1e2082;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.hit5{
	background: #fff134;
	color: #000;
	padding: 0 7px;
	margin: 0 2px;
}

.hit6{
	background: #196739;
	color: #fff;
	padding: 0 7px;
	margin: 0 2px;
}

.result05{
	font-size: 3.0vmin;
	line-height: 5.8vmin;
	float: left;
	margin-left:10px;
}

.result06{
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	float: right;
	margin-right:10px;
	color: #f20000;
	font-weight: bold;
}



.btn{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(49, 0, 79, 1);
  background-image: linear-gradient(180deg, rgba(146, 55, 169, 1), rgba(58, 4, 98, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn2{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(6, 105, 5, 1);
  background-image: linear-gradient(180deg, rgba(73, 165, 20, 1), rgba(4, 141, 1, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn3{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(160, 8, 8, 1);
  background-image: linear-gradient(180deg, rgba(255, 26, 0, 1), rgba(205, 0, 3, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
}

.btn4{
 display: block;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  width: 90%;
  font-weight: bold;
  border: 2px solid #ffffff;

  text-shadow: 2px 2px 2px rgba(30, 30, 30, 1);
  background-image: linear-gradient(180deg, rgba(170, 170, 170, 1), rgba(51, 51, 51, 1));		
  margin: 5% auto;
  text-align: center;
  transition: 0.3s;  
  padding: 20px 0;
}


.btn:hover,.btn2:hover,.btn3:hover{
	 box-shadow: 0 0 rgba(0, 0, 0, .3);
}

.btn a,.btn2 a,.btn3 a{
	color: #fff;
	text-decoration: none;
	display: block;
  	padding: 20px 0;
}















.top-banner li{
	margin: 2%;
}

.top-banner img{
cursor: pointer;
}


.fo{
	margin: 3%;
}

.tx,
.contact{
	margin:0 0 2%;
	padding: 2%;
	text-align: left;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
	background: #fff;
}

.tx dl{
	line-height:1.5
}

.tx dt{
	font-size:16px;
	font-weight:bold;
	margin:24px 0 8px
}

.tx dd{
	padding:0 1em

}
.tx dl p{
	margin-bottom:1em
}

.tx dl ul{
	margin:16px 0
}

.tx dl li{
	list-style-type:none
}

.tx dl li:before{
	content:"・"
}

.tx table{
	width:100%;
	border:	1px solid #000;
	background: #fff;
}

.tx table th,.tx table td{
	padding:5px 5px;
	border:1px solid #000;
	vertical-align:middle
}

.tx table th{
	width:34%;
	background:#eee;
	color: #333;
	text-align: left;
}

.tx table td{
	width:66%
}

.contact table{
	width: 100%;
	border:1px solid #000;
	font-weight: bold;
	margin: 1% 0;
}

.contact th{
	width: 30%;
	border:1px solid #000;
	background:#000;
	color: #fff;
	padding: 3%;
	vertical-align: middle;
	text-align: center;
}

.contact td{
	width: 70%;
	border:1px solid #000;
	background: #fff;
	padding: 3%;
	vertical-align: middle;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}

.mail {
  padding: 3%;
  border: 1px solid #bababa;
  width: 100%;
  height: 200px;
}

.mail-sub{
 display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 12px;
  padding: 20px 0;
  width: 80%;
  font-weight: bold;
  border: 2px solid #ffffff;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.3);
  text-shadow: 2px 2px 2px rgba(49, 0, 79, 1);
  background-image: linear-gradient(180deg, rgba(146, 55, 169, 1), rgba(58, 4, 98, 1));		
  margin: 5% auto;
  cursor: pointer;
  transition: 0.3s;
}


.mail-sub:hover{
	 box-shadow: 0 0 rgba(0, 0, 0, .3);
}


.id {
    position: relative;
    background: #86059f;
    color: #ffd800;
    text-align: center;
	font-size: 3.8vmin;
	line-height: 4.8vmin;
    padding: 5%;
    margin: 0 0 40px;
	font-weight: bold;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 40px auto;
}

.phone2{
	font-size: 7.8vmin;
	line-height: 8.8vmin;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.phone2 a{
	text-decoration: none;
}


.m-plan{
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.m-plan2{
	padding: 2%;
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	border: 1px solid #000;
}

.m-plan2 ul{
	padding: 2%;
}

.m-plan2 li{
	width: 50%;
	float: left;
	margin: 1% 0;
}

.m-plan table{
	width: 100%;
	border: 1px solid #000;
	background: #fff;
	margin: 5px 0;
}

.m-plan th{
	border: 1px solid #000;
	padding: 1%;
	background: #eee;
	width: 35%;
	vertical-align: middle;
	text-align: left;

}


.m-plan td{
	border: 1px solid #000;
	padding: 1%;
	width: 65%;
	vertical-align: middle;

}


.m-plan-txt{
	text-align: left;
	font-weight: normal;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}



.detail{
	margin: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.detail table{
	width: 100%;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
}

.detail th{
	width: 30%;
	padding: 2%;
	background: #000;
	border: 1px solid #000;
	color: #ffd403;
	vertical-align: middle;
	text-align: left;
}

.detail td{
	width: 70%;
	padding: 2%;
	border: 1px solid #000;
	vertical-align: middle;
}

.plan-day{
	background: #000;
	color: #ffd403;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
	width: 100%;
}


.plan-btn{
	margin: 3%;
	text-align: center;
}



.cp-btn01{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow.svg")no-repeat 98%, #ae1d20;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
		
}

.cp-btn01 a{
	color: #fff!important;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.cp-btn01:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
}

.cp-btn02{
	margin: 4% auto;
	text-align: center;
	background: url("../images/arrow-b.svg")no-repeat 98%, #eebd47;
	background-size: 12px auto ,100% 100%;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	width: 100%;
		
}

.cp-btn02 a{
	color: #000;
	text-decoration: none;
	padding: 5% 0;
	display: block;
}

.cp-btn02 a:hover{
	background: url("../images/arrow.svg")no-repeat 98%, #999;
	background-size: 12px auto ,100% 100%;
	border: none;
	color: #fff!important;
}

.cp-btn03{
	margin: 4% auto;
	text-align: center;
	color: #fff;
	text-decoration: none;
	background: #72767d;
	padding: 5% 0;
	display: block;
	font-size: 4.8vmin;
	line-height: 5.8vmin;
	font-weight: bold;
}


.setting {
	margin:0 auto;
	text-align: left;
	font-size: 3.5vmin;
	line-height: 4.5vmin;
}


.setting table{
	width:100%;
	border:#000 1px solid;
	background-color:#fff;
	margin:4px 0%;
}

.setting th{
	width:100%;
	height:22px;
	text-align:center;
	padding:10px;
	border:#000 1px solid;
	background:#000;
	vertical-align: middle;
}


.setting td{
	padding:10px;
	width:50%;
	height:22px;
	text-align:left;
	border:#000 1px solid;
	vertical-align: middle;
	word-break: break-all;
}

.setting_input {
	height: 20px;
	padding: 15px 5px;
	margin: 0px auto;
	text-align: left;
	border: 1px solid #bababa;
	width: 100%;
}

.point{
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}


.point2{
	margin: 2%;
	padding: 2%;
	background: #fff;
}

.point2 p{
	margin: 2%;
}

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 100%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;;
	border: 1px solid #c0c0c0;
}

.point_list:hover {
	background:#d6dbdc;
}


.pay02{
	float:right;
}

.point2 label,
.point2 legend {
	display: block;
		cursor: pointer;
	padding: 15px 15px 10px;
}


.point2 input[type="checkbox"],
.point2 input[type="radio"] {
	display: inline;
}

label > input[type="checkbox"],
label > input[type="radio"] {
	margin: 0 10px 0 0;
	position: relative;
	top: -2px;
}

input[type="radio"] {

	height:15px;
	width:15px;
}

.message{
	background: #fff;
	margin: 2%;
	border: 1px solid #000;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message2{
	background: #000;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.message3{
	background: #86059f;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
	border-radius: 8px;
	width: 60%;
	margin: 10px auto 0;
}

.message4{
	background: #777;
	color: #fff;
	font-weight: bold;
	padding: 2%;
	font-size: 4.0vmin;
	line-height: 6.0vmin;
}

.m-day{
	font-size: 3.5vmin;
	line-height: 7.0vmin;
}

.message li{
	padding: 2% 2%;

}


.message a{
	color: #000;
	text-decoration: none;
}

.message span{
	background: #ffd100;
	padding: 0.5% 1%;
}

.blinking{
	-webkit-animation:blink 0.8s ease-in-out infinite alternate;
    -moz-animation:blink 0.8s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.pageNav01 {
	margin: 0 0 10px;
	padding: 10px 10px 5px;
	text-align: center;
}

.pageNav01 li {
	display: inline;
	margin: 0 2px;
	padding: 0;
}

.pageNav01 li a {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background:#000;
	color:#fff;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 10px;
}

.pageNav01 li span {
	display: inline-block;
	margin-bottom: 5px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffd100;
	color:#000;
	text-decoration: none;
	vertical-align: middle;
	border-radius: 10px;
}


ul.pageNav01 li a:hover {
	background: #ffd100;
	color:#000;
}



.info-tx{
	margin:2%;
	text-align: left;
	background: #fff;
	font-size: 4.0vmin;
	line-height: 5.0vmin;
}

.info-title{
	padding: 10px 0;
	border-bottom: 1px solid #cacaca;
	margin-bottom: 10px;
}

.info-tx a{
	color: #001BF4;
	text-decoration: underline;
}

.buying{
	margin: 0 4% 10%;
}

.vote li{
	float: left;
	width: 25%;
	padding: 2%;
}

.vote img{
	border-radius: 50%;
	border: 1px solid #eee;
	width: 90%;
}


.footer-nav {
	width: 100%;
	margin: 2% auto;
}

.footer-nav img{
	border-radius: 16px;
}
 
.footer-nav ul li {
	width: calc(100% / 3);
	float: left;
	text-align: center;
	font-size:3.4vmin;
	padding: 2%;
}

.footer-nav p{
	padding: 3%;
}

#footer {
	width:100%;
	text-align:center;
	font-size:3.4vmin;
	line-height: 4.4vmin;
	color:#fff;
	padding:0;
	background:#000;
}

.f-logo{
	width: 150px;
	margin: 2% auto;
}

#footer ul {
	margin: 0;
}

#footer li {
	border-bottom: 1px dotted #86059f;
	background:#000;
	padding: 1%;
}


#footer li a {
	text-align:left;
	display:block;
	line-height:42px;
	text-decoration:none;
	text-indent:5px;
	color: #fff;
	font-weight:bold;
    background: url("../images/arrow.svg") 98% center no-repeat;
    background-size: 8px;
}

.f-txt{
	margin: 20px auto;
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	text-align:left;
	padding: 0 10px;
}

.f-txt p{
	margin:2% 0;
	padding-left:1em;
	text-indent:-1em;
}

.copyright{
	font-size: 3.0vmin;
	line-height: 4.0vmin;
	padding-bottom: 10px;
}




@media screen and (max-width: 1023px){
}



@media screen and (min-width: 768px) and (max-width: 1023px) {
#main{
	margin: 0 auto;
	overflow:hidden;
	width: 100%;
}

.status{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}

nav li a{
	font-size: 20px;
	line-height: 30px;
}

#f-menu li img{
	width: 70px;
}

.held td{
	font-size: 22px;
	line-height: 32px;
}

.tx,
.contact{
	font-size: 14px;
	line-height: 24px;
}

.mail-sub{
	font-size: 20px;
	line-height: 30px;
}

.setting {
	font-size: 16px;
	line-height: 28px;
}

.point{
	font-size: 16px;
	line-height: 28px;
}

.title{
	font-size: 30px;
	line-height: 40px;
}
 
.e-title{
	font-size: 28px;
	line-height: 38px;
}

.id {  
	font-size: 20px;
	line-height: 30px;
    padding: 15px;
    margin: 0 0 40px;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 50px auto;
}

#footer li {
	font-size:20px;
	line-height: 30px;
}

.f-txt{
	font-size: 16px;
	line-height: 26px;
}

.copyright{
	font-size: 16px;
	padding-bottom: 10px;
}

}


@media screen and (min-width: 1024px){

 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}


address, em, cite, dfn, var {
  font-style: normal;
}



img {
	vertical-align: bottom;
}

a img {
  border: none;
}

html {
	height: 100%;
	font-size: 16px;
	line-height:26px;
}
body {
	height: 100%;
}


* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


.spn{
	display: none;
}

#main{
	margin: 0 auto;
	overflow:hidden;
	width: 750px;
}

#m-main{
	margin: 0 auto;
	overflow:hidden;
	width: 750px;
	padding-bottom: 90px;
}


#header,#header2{
	width: 750px;
	top:0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.phone{
	margin-top:0px;
}


.status{
	font-size: 16px;
	line-height: 20px;
	padding: 10px 20px;
}

.cl{
	font-size: 50px;
	display: block;
	text-align: right;
	margin-right: 10px;
	cursor: pointer;
	color: #fff;
}

.menu-trigger.active span {
  display: none;
}

nav li a{
	background-size: 8px;
	font-size: 20px;
	line-height: 30px;
}


nav {
  width: 600px;
  height: 100%;
  padding-top: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  transform: translate(100%);
  transition: all .2s;
  padding-top: 20px;
}

.news-area {
	font-size: 22px;
	line-height: 32px;
}


#f-menu{
	height: 90px;
	padding-top: 2px;
	width: 750px;
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

#f-menu li{
	font-size: 16px;
	line-height: 30px;
}

#f-menu li img{
	width: 100px;
}

.noc{
	font-size: 14px;
	right: 5px;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.noc2{
	font-size: 10px;
	width: 22px;
	height: 22px;
	line-height: 22px;
}

.noc3{
	font-size: 14px;
	right: 50px;
	top:4px;
	width: 30px;
	height: 30px;
	line-height: 30px;
}



.spm1 span {
	font-size: 30px;
}

.m-btn{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
}

.m-btn:hover{
	background-size: 16px auto ,100% 100%;
}

#status{
	font-size: 24px;
	line-height: 34px;
} 

#status a{
	font-size: 30px;
}

.t-free li{
	width: 31.3%;
	margin: 1%;
	position: relative;
	float: left;
}

.t-free01 table{
	width: 90%;
	margin: 5% 6% 5% 4%;
	font-size: 20px;
	line-height: 30px;
}

.top-txt01{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 8.5px;

}

.top-txt02{
	font-size: 28px;
	line-height: 38px;
	letter-spacing: 8.5px;
}

.top-txt02 span{
	font-size: 38px;
	line-height: 48px;
}

.form-area{
	font-size: 16px;
	line-height: 26px;
}

.form-txt{
	font-size: 20px;
	line-height: 50px;
}

.inpr,.send{
	font-size: 22px;
	line-height: 32px;
}


.held{
	background: #000;
	padding: 3%;
}

.held01{
	font-size: 40px;
	line-height: 50px;
}


.held table{
	width: 100%;
	background: #fff;
}

.held th{
	width: 110px;
}


.held td{
	font-size: 26px;
	line-height: 36px;
}

.held02{
	width: 300px;
}

 .title{
	font-size: 30px;
	line-height: 40px;
}
 
.e-title{
	font-size: 28px;
	line-height: 38px;
}
 
.swiper-container{
	padding:2% 0 4%;
}


.result{
	margin: 10px 2%;
	background: #000;
	color: #fff;
	padding-bottom: 10px;
}

.result01{
	font-size: 24px;
	line-height: 34px;
	padding: 10px;
}

.result02{
	font-size: 24px;
	line-height: 34px;
	margin: 6px;
}

.result03{
	font-size: 20px;
	line-height: 30px;
}

.result04{
	font-size: 24px;
	line-height: 34px;
	margin: 10px 0;
}

.result04 p{
	padding-bottom: 8px;
}

.hit1,.hit2,.hit3,.hit4,.hit5,.hit6{
	padding: 0 20px;
	margin: 0 5px;
}


.swiper-pagination{
	bottom:10px!important;
}

.result05{
	font-size: 18px;
	line-height: 44px;
	margin-left:20px;
}

.result06{
	font-size: 34px;
	line-height: 44px;
	float: right;
	margin-right:20px;
}

.btn,.btn2,.btn3,.btn4{
	font-size: 20px;
	line-height: 30px;
}


.tx,
.contact{
	font-size: 14px;
	line-height: 24px;
}

.mail-sub{
	font-size: 20px;
	line-height: 30px;
}

.id {  
	font-size: 20px;
	line-height: 30px;
    padding: 15px;
    margin: 0 0 40px;
}

.id:after {
	border: 30px solid transparent;
	border-top-color: #86059f;
	border-bottom-width: 0;
	content: "";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 0;
	margin: 50px auto;
}

.phone2{
	font-size: 40px;
	line-height: 50px;
}

.m-plan,.m-plan2{
  	font-size: 20px;
	line-height: 30px;
}

.m-plan-txt{
  	font-size: 20px;
	line-height: 30px;
}

.detail{
	font-size: 20px;
	line-height: 30px;
}

.detail table{
	width: 100%;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
}

.plan-day{
	font-size: 20px;
	line-height: 30px;
}

.plan{
  	font-size: 20px;
	line-height: 30px;
}

.plan3{
	background-image: -webkit-linear-gradient(left, #000, #eee);
	background-image: -o-linear-gradient(left, #000, #eee);
	background-image: linear-gradient(to right, #000, #eee);
	background-repeat: no-repeat;
	background-size: 100% 5%;
	background-position: bottom;
	font-weight: bold;
	padding: 10px 0;
	margin-bottom: 10px;
  	font-size: 26px;
	line-height: 36px;
}


.plan table{
  	font-size: 20px;
	line-height: 30px;
}

.cp-btn01{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
}

.cp-btn01:hover{
	background-size: 16px auto ,100% 100%;
}

.cp-btn02{
	background-size: 16px auto ,100% 100%;
	font-size: 26px;
	line-height: 20px;
		
}

.cp-btn02 a:hover{
	background-size: 16px auto ,100% 100%;
}

.cp-btn03{
	font-size: 26px;
	line-height: 20px;
}

.setting {
	font-size: 16px;
	line-height: 28px;
}

.point{
	font-size: 16px;
	line-height: 28px;
}

.point_list {
	position: relative;
	overflow: hidden;
	display:inline-block;
	vertical-align:top;
	width: 48%;
	box-sizing: border-box;
	margin:0.5%;
	background: #fefefe;;
	border: 1px solid #c0c0c0;
}

.message{
	font-size: 20px;
	line-height: 32px;
}

.message2{
	font-size: 20px;
	line-height: 32px;
}

.message3{
	font-size: 20px;
	line-height: 32px;
}

.message4{
	font-size: 20px;
	line-height: 32px;
}


.m-day{
	font-size: 16px;
	line-height: 28px;
}

.info-tx{
	font-size: 16px;
	line-height: 26px;
}

.info-title{
	font-size: 18px;
	line-height: 30px;
}

.footer-nav img{
	border-radius: 24px;
}
 
.footer-nav ul li {
	font-size:20px;
	padding: 20px;
}

.footer-nav p{
	padding: 10px;
}

#footer ul {
	width: 750px;
	margin: 0 auto;
	padding-top: 20px;
	border-top: none;
}

#footer li {
	font-size:12px;
	line-height: 22px;
	float: left;
	border-bottom: none;
	width: 150px;
	text-align: center;
}


#footer li a {
	background:none;
	text-align: center;
}

.f-txt{
	margin: 20px auto;
	font-size: 12px;
	line-height: 22px;
	text-align:left;
	padding: 0 10px;
}

.f-txt p{
	margin:0;
}

.copyright{
	font-size: 12px;
	padding-bottom: 10px;
}




}

