@charset "UTF-8";
/*
Theme Name: VS悟空
Author: あそびラボ
*/


/*=======================================================
reset
=======================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*=======================================================
layout
=======================================================*/
html {
    -webkit-text-size-adjust: 100%;
}
body {
	font-family: "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px; 
	line-height: 1.5;
	background: url(images/vs_bg.png) top center no-repeat;
}
header {
	margin: 130px 0 0;
}
.sp {
	display: none;
}

/*=======================================================
common
=======================================================*/
.inner {
	width: 1020px;
	margin: 0 auto;
	text-align: center;
}
img {
	vertical-align: bottom; 
	max-width: 100%;
	height: auto;
}
a {
	text-decoration: none;
}
a:hover {
	color: #ffd523;
}

/*=======================================================
main
=======================================================*/
.book {
	background: url(images/book.png) top center no-repeat;
	height: 529px;
	padding: 90px 0 0;
	margin: 0 0 182px;
}
section.ev1{
	margin: 0 0 105px;
}
section.ev2 {
	margin: 0 0 250px;
}
section.form {
	color: #584200;
	font-size: 18px;
	margin: 0 0 95px;
}
h2 {
	margin: 0 0 0 7px;
}
.vs {
	margin: 0 0 2px;
}
.fight {
	background: url(images/fight_bg.png) top 72px center no-repeat;
	height: 867px;
	position: relative;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.07em;
	line-height: 1.7;
}
.fight p:first-of-type {
	font-size: 23px;
	margin: -8px 0 0;
	line-height: 1.5;
}
.fight p span {
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
}
.fight figure {
	margin: 25px 0 30px 135px;
}
.fight figure figcaption {
	font-size: 12px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.fight h4 {
	width: 278px;
	background: url(images/event.png) top center no-repeat;
	height: 50px;
	margin: 25px auto 25px;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fight p:last-of-type {
	margin: 55px 0 0;
}
.party {
	margin: 40px 0 0;
	background: url(images/party_bg.png) top center no-repeat;
	height: 722px;
	position: relative;
	padding: 20px 0 0;	
}
.party figure {
	position: absolute;
	bottom: 2px;
	left: 0;
	right: 60px;
	text-align: center;
}
.party h4 {
	margin: 25px 0;
}
.party p {
	font-size: 20px;
	color: #584200;
	line-height: 1.7;
}
.form_box {
	background: url(images/form_box.png) top center no-repeat;
	margin: 45px 0 60px;
	height: 314px;
	padding: 50px 70px 0;
	line-height: 1.7;
}
.form_box h3 {
	margin: 0 0 8px;
	font-size: 28px;
}
.form_box ul {
	text-align: left;
	line-height: 1.7;
}
.entry {
	background: #fffcf3;
	border: 2px solid #9d730d;
	padding: 55px 55px 45px;
	height: 871px;
	position: relative;
}
.entry p {
	margin: 0 0 20px;
}
.entry .mark1 {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.entry .mark2 {
	margin: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.entry .mark3 {
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
}
.entry .mark4 {
	margin: 0;
	position: absolute;
	bottom: 0;
	right: 0;
}
.entry table {
	font-size: 16px;
	width: 100%;
	border-top: 1px solid #9d730d;
}
.entry table th {
	text-align: left;
	padding: 15px 10px;
	border-bottom: 1px solid #9d730d;
	vertical-align: middle;
	width: 290px;
}
.entry table th span {
	font-size: 13px;
	display: block;
}
.entry table th.message {
	vertical-align: top;
}
.entry table td {
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px solid #9d730d;
}
.entry table tr.contact th,
.entry table tr.contact td {
	border: none;
	padding: 15px 10px 0;
}
.entry table tr.mail th,
.entry table tr.mail td {
	border: none;
	padding: 5px 10px 10px;
}
.entry table tr.tel th,
.entry table tr.mail th {
	padding: 8px 10px 0 70px;
	vertical-align: top;
}
.entry table tr.tel td {
	padding: 5px 10px 10px;
}
.entry table td input {
	border-radius: 5px;
	border: 1px solid #989898;
	width: 420px;
	padding: 8px 10px;
	box-shadow: inset 2px 2px 2px #d4d1d2;	
}
.entry table td label {
	position: relative;
}
.entry table td label::after {
	display: block;
    	content: "";
    	position: absolute;
    	top: -20%;
    	right: 1px;
    	width: 33px;
    	height: 36px;
    	margin: 0 0 0;
    	background: url(images/arrow.png) top center no-repeat;
    	background-size: 33px;
    	pointer-events: none;
    	border-radius: 0 3px 3px 0;
}
.entry table td select {
	border-radius: 5px;
	border: 1px solid #989898;
	width: 180px;
	padding: 8px 10px;
	box-shadow: inset 2px 2px 2px #d4d1d2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.entry table td input[type="radio"] {
	width: initial;
	border: none;
	box-shadow: none;
}
.entry table td textarea {
	border-radius: 5px;
	border: 1px solid #989898;
	width: 420px;
	height: 150px;
	padding: 8px 10px;
	box-shadow: inset 2px 2px 2px #d4d1d2;
	
}
.entry .submit {
	margin: 30px 0;
}
.entry .submit input[type="submit"] {
	background: #9f4a90;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	border-radius: 5px;
	width: 340px;
	height: 52px;
	box-shadow: 0 4px #7a386d;
	border: none;
	cursor: pointer;
	padding: 6px 0 0;
}
footer {
	background: #54285e;
	color: #fff;
	font-size: 13px;
	padding: 5px;
	text-align: center;
}

/*=================================================
750
=================================================*/
@media screen and (max-width: 750px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	body {
		background: none;
		min-width: 750px;
	}
	.inner {
		max-width: 100%;
		width: initial;
	}
	header {
		margin: 0;
	}
	footer {
		font-size: 20px;
	}
	.book {
		height: initial;
		padding: 0;
		margin: -1px 0 0;
		background: none;
	}
	.wrap {
		background: url(images/sp/ev_bg.png) top center no-repeat;
		margin: -72px 0 0;
		padding: 135px 0 0;
		background-size: cover;
	}
	section.ev1 {
		margin: 0 0 60px;
	}
	.ev1 h2 {
		margin: 0 0 25px;
	}
	.ev1 h2 img {
		margin: 0 auto;
		width: 60%;
	}
	section.ev2 {
		margin: 0 0 300px;
	}
	.vs {
		margin: 0 25px 40px;
	}
	.fight {
		background: url(images/sp/fight_bg.png) top 73px center no-repeat;
		height: 1242px;
		font-size: 28px;
		background-size: contain;
		margin: 0 20px;
		line-height: 1.5;
	}
	.fight h3 img {
		width: 95%;
		margin: 0 auto;
	}
	.fight p:first-of-type {
		font-size: 30px;
	}
	.fight figure {
    		margin: 10px 0;
	}
	.fight figure figcaption {
		font-size: 16px;
		display: block;
		margin: 5px 0 0 230px;
	}
	.fight p span {
		font-size: 21px;
		margin: 0 0 5px;
	}
	.fight h4 {
		width: 403px;
		background: url(images/sp/event.png) top center no-repeat;
		height: 71px;
 		font-size: 35px;
		margin: 20px auto;
		padding: 1px 0 0;
	}
	.party {
		margin: 40px 0 0;
		background: url(images/sp/party_bg.png) top center no-repeat;
		height: 1018px;
		padding: 27px 0 0;
	}
	.party figure {
		right: 43px;
	}
	.party img {
		margin: 0 auto;
	}
	.party p {
    		font-size: 28px;
	}
	section.form {
		background: url(images/sp/form_bg.png) top center no-repeat;
		margin: -98px 0 0;
		padding: 0 0 50px;
	}
	.form_box {
		background: url(images/sp/form_box.png) top center no-repeat;
		height: 621px;
		line-height: 1.4;
		font-size: 28px;
	}
	.form_box h3 {
		font-size: 36px;
	}
	.form_box ul {
		line-height: 1.5;
	}
	.form_box ul li {
		margin: 0 0 10px;
		text-indent: -1em;
		padding: 0 0 0 1em;
	}
	.entry {
		background: url(images/sp/form_entry.png) top center no-repeat;
		border: none;
		font-size: 28px;
		height: 1523px;
		padding: 65px 55px 45px;
	}
	.entry table {
		font-size: 28px;
	}
	.entry table th {
		max-width: 100%;
		display: block;
		border: none;
		width: 100%;
		padding: 20px 10px 0;
	}
	.entry table th span {
    		font-size: 23px;
	}
	.entry table td {
		display: block;
		padding: 0 10px 20px;
	}
	.entry table tr:last-of-type td {
		border: none;
	}
	.entry table tr.contact th, .entry table tr.contact td {
		padding: 17px 10px 0;
	}
	.entry table tr.tel th,
	.entry table tr.mail th {
		padding: 0 10px 0 30px;
	}
	.entry table tr.tel td,
	.entry table tr.mail td  {
		padding: 0 10px 17px 30px;
	}
	.entry table tr.number,
	.entry table tr.place {
		border-bottom: 1px solid #9d730d ;
		text-align: left;
		display: flex;
		align-items: center;
	}
	.entry table tr.number th,
	.entry table tr.place th {
		width: 250px;
		padding: 17px 10px;
	}
	.entry table tr.number td,
	.entry table tr.place td {
		border: none;
		padding: 17px 10px;
	}
	.entry table th.message {
		padding: 17px 10px;
	}
	.entry table td input,
	.entry table td textarea {
		width: 100%;
		padding: 10px;
		font-size: 32px;
	}
	.entry table tr.place td input {
		height: 25px;
		width: 25px;
	}
	.entry table td select {
		padding: 10px;
		font-size: 32px;
		width: 368px;
		background: #fff;
	}
	.entry table td label::after {
		display: block;
    		content: "";
    		background: url(images/arrow.png) top center no-repeat;
    		background-size: 61px;
    		position: absolute;
		top: -67%;
    		right: 0;
    		width: 67px;
    		height: 65px;
    		margin: 0 0 0;
    		pointer-events: none;
    		border-radius: 0 3px 3px 0;
	}
	.entry table td textarea {
		height: 290px;
	}
	.entry .submit {
    		margin: 10px 0;
	}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
	.entry .submit input[type="submit"] {
		width: 430px;
		font-size: 30px;
		height: 60px;
		padding: 7px 0 0;
	}
	.mark1,
	.mark2,
	.mark3,
	.mark4 {
		display: none;
	}












}