@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd{
	padding: 0;
	margin: 0;
}

ol,ul{
	list-style-type: none;
}

/*-----------------------------------------------
 root
-----------------------------------------------*/
html{
	overflow-y: scroll;
}

body{
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
}
a{
-webkit-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
a:hover{
opacity: 0.7;
filter: alpha(opacity=70);
}
body img {
	vertical-align: bottom;
	margin: 0;
	padding: 0;
}
.sp{
	display: none;
}
@media screen and (max-width:767px) and (min-width: 1px){
body img {
	width: 100%;
}
.sp{
	display: inherit;
}
}

/*-----------------------------------------------
 font
-----------------------------------------------*/

html{
	font-size: medium;	
}

body{
	font-size: 62.5%; /* 16px -> 10px */
}

dt,dd,li,
caption,th,td,
input,button,textarea,select,
h1,h2,h3,h4,h5,h6,p,address{
	line-height: 1.5;
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h1 *,h2 *,h3 *,h4 *,h5 *,h6 *,
p input,p button,p select,
li h1,li h2,li h3,li h4,li h5,li h6,li p,li dt,li dd,li li,li th,li td,li input,li button,li textarea,li select,
dd h1,dd h2,dd h3,dd h4,dd h5,dd h6,dd p,dd dt,dd dd,dd li,dd th,dd td,dd input,dd button,dd textarea,dd select,
tr h1,tr h2,tr h3,tr h4,tr h5,tr h6,tr p,tr dt,tr dd,tr li,            tr input,tr button,tr textarea,tr select{
	font-size: 100%;
}

input,button,select,option,textarea{
	font-size: 14px;
}

a,
a:link,
a:visited{
	color: #000;
	text-decoration: underline;
	outline: none;
}

a:hover{
	text-decoration: underline;
}

/*-----------------------------------------------
 背景
-----------------------------------------------*/
#wrap {
	background: url("../img/bg.png") repeat 0 0;
}

#wrap section {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

@media screen and (max-width:767px) and (min-width: 1px){
#wrap section {
	width: 100%;
}
}

/*-----------------------------------------------
コミックス
-----------------------------------------------*/
#wrap section.comic{
	font-size: 0;
}
#wrap section .btn-area{
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 50%;
}
#wrap section .btn-area .btn{
	position: absolute;
	bottom:40px;
	right:24px;
}
#wrap section #sec3 .btn,
#wrap section #sec4 .btn{
	right:290px;
	bottom:20px;
}

@media screen and (max-width:767px) and (min-width: 1px){
#wrap section .btn-area{
	width: 100%;
}
#wrap section .btn-area .btn{
	bottom:6%;
	right:5%;
	width: 36%;
}
#wrap section #sec3 .btn,
#wrap section #sec4 .btn{
	right:56%;
}
}

/*-----------------------------------------------
sec5（サイン色紙）
-----------------------------------------------*/
#wrap section #sec5{
	background: #e22634;
}
#wrap section #sec5 p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin: 2px 0 10px;
}
#wrap section #sec5 p span{
	font-size: 26px;
	color: #fff100;
	font-weight: bold;
}
#wrap section #sec5 ul{
	text-align: center;
	font-size: 0;
}
#wrap section #sec5 ul li{
	width: 224px;
	border:1px solid #000;
	margin: 5px 5px 40px;
	display: inline-block;
}
#wrap section #sec5 ul li img{
	width: 100%;
}
@media screen and (max-width:767px) and (min-width: 1px){
#wrap section #sec5 ul{
	padding-bottom: 2%;
}
#wrap section #sec5 ul li{
	width: 42%;
	margin: 2%;
}
#wrap section #sec5 p{
	font-size: 3.2vw;
}
#wrap section #sec5 p span{
	font-size: 4vw;
}
}

/*-----------------------------------------------
sec6（Quoカード）
-----------------------------------------------*/
#wrap section #sec6{
	background: #e22634;
	padding-bottom: 20px;
	position: relative;
}
#wrap section #sec6 .card{
	position: absolute;
	top:252px;
	left: 600px;
}
#wrap section #sec6 h3{
	text-align: left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 2px 133px 4px;
}
#wrap section #sec6 p{
	text-align: left;
	font-size: 20px;
	color: #fff;
	margin: 2px 133px 10px;
}
#wrap section #sec6 p span{
	font-size: 26px;
	color: #fff100;
	font-weight: bold;
}
#wrap section #sec6 .att{
	padding-top: 20px;
	padding-bottom: 24px;
}
#wrap section #sec6 .att p{
	font-size: 14px;
	color: #000;
	margin: 2px 133px 2px;
}
#wrap section #sec6 .att p.kome{
	padding-left: 1em;
	text-indent: -1em;
}
#wrap section #sec6 p.result{
	text-align: center;
	margin: 0 0 40px;
}

@media screen and (max-width:767px) and (min-width: 1px){
#wrap section #sec6 .card{
	width: 41%;
	top:14.5%;
	left:56%;
}
#wrap section #sec6 h3{
	font-size: 3.4vw;
	text-align: center;
	margin: 2%;
	font-weight: bold;
}
#wrap section #sec6 p{
	text-align: center;
	font-size: 3.4vw;
	margin: 2%;
}
#wrap section #sec6 p span{
	font-size: 4.2vw;
}
#wrap section #sec6 p.result img{
	width: 4%;
}
#wrap section #sec6 #txt{
	text-align: left;
	margin: 12% 4% 16%;
	font-size: 4.6vw;
}
#wrap section #sec6 #txt span{
	font-size: 5.2vw;
}
#wrap section #sec6 .att{
	padding-top: 2%;
	padding-bottom: 5%;
}
#wrap section #sec6 .att p{
	font-size: 3.1vw;
	margin: 0 4%;
	text-align: left;
}
}

/*-----------------------------------------------
sec7
-----------------------------------------------*/
#wrap section #sec7 {
	background: url("../img/sec7_bg-pc.png") no-repeat 0 0;
	background-size: contain;
	height: 163px;
}
#wrap section #sec7 p{
	text-align: center;
	font-size: 20px;
	color: #fff;
	padding-top: 24px;
}
#wrap section #sec7 p.btn{
	padding-top: 0;
}

@media screen and (max-width:767px) and (min-width: 1px){
#wrap section #sec7 {
	background: url("../img/sec7_bg-sp.png") no-repeat 0 0;
	background-size: cover;
	height: 100%;
}
#wrap section #sec7 p{
	font-size: 3.4vw;
	padding-top: 7%;
}
#wrap section #sec7 p.btn{
	padding-bottom: 5%;
	width: 80%;
	margin: 0 10%;
}
}

/*-----------------------------------------------
下
-----------------------------------------------*/
#wrap section.foot{
	background-color: #fffbc7;
	width: 100%;
	text-align: center;
}
#wrap section.foot p{
	width: 1000px;
	margin: 0 auto;
}
#wrap section.foot p.btn1{
	background: url("../img/footer_bg-pc.png") no-repeat 0 0;
	background-size: cover;
}
#wrap section.foot .copy{
	padding: 45px 0;
}
#wrap section.foot .copy p:first-child{
	margin-bottom: 20px;
}

@media screen and (max-width:767px) and (min-width: 1px){
#wrap section.foot p{
	width: 100%;
}
#wrap section.foot p.btn1{
	background: url("../img/footer_bg-sp.png") no-repeat 0 0;
	background-size: cover;
}
#wrap section.foot .copy{
	padding: 6% 0;
}
#wrap section.foot .copy p:first-child{
	width: 80%;
	margin: 0 10% 2%;
}
}


