@charset "utf-8";

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

.sp-only { display: block; }
.pc-only { display: none; }

body {
	min-width: 0;
}
.inner {
	width: 94.375%;
}
img {
	width:auto;
	max-width: 100%;
	height: auto;
}
header {
	display: none;
}
#spMenu {
	display: block;
}
#spMenu {
	position:fixed;
	top: 0;
	background: #72060d;
	border-top: 3px solid #000;
	height: 50px;
	width: 100%;
	z-index: 10;
}
#spMenu .inner {
	margin-top: 4px;
}
#spMenu .inner p {
	float: right;
	height: 42px;
}
#spMenu .inner p img {
	height: 42px;
}
#spMenu .inner p:first-child {
	float: left;
	text-align: left;
}
.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.menu-trigger {
	position: relative;
	margin-top: 10px;
	width: 25px;
	height: 18px;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #b98386;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 8px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

#js-nav {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
#js-nav ul {
	box-sizing: border-box;
	margin: 72px auto 20px;
	background: #fff;
	display: block;
	border: 3px solid #72060d;
	padding: 0 10px;
	width: 87.5%;
}
#js-nav li {
	padding: 8px 30px;
	margin: 0 auto;
	text-align: left;
	border-top: 1px solid #bcbcba;
}
#js-nav li:first-child {
	border-top: none;
}
#js-nav li a {
	background: url(../img/common/sp/arrow_01.png) no-repeat left center;
	background-size: 5px 7px;
	display: block;
	font-size: 1.5rem;
	padding-left: 15px;
	color: #72060d;
}
#js-nav li a:hover {
	color: #999;
}
#js-nav.open {
	display: block;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

footer {
	padding: 15px 0 30px;
}
footer ul.bnr {
	float: none;
	margin-left: 0;
}
footer ul.bnr li {
	float: none;
	text-align: center;
	margin: 0 0 8px;
}
footer ul.sns {
	float: none;
	text-align: center;
	margin: 8px 0 0;
}
footer ul.sns li {
	display: inline;
	float: none;
}
footer ul.sns li:first-child {
	margin: 0 8px;
}
/* ====================================
TOP
==================================== */
#vs { display: none; }
#sp_vs { display: block; margin-top: 53px; }
#mainTop {
	background: url(../img/common/sp/bg_cont.png) #e5e6d8 repeat-y center top;
	background-size: contain;
}
#mainTop .col-top {
	padding: 30px 0;
}
.info {
	float: none;
	margin: 0 0 60px;
	width: 100%;
}
.info dl dt {
	float: none;
	margin: 0 0 5px;
	width: 100%;
	background-size: 5px 5px;
}
.info dl dd {
	float: none;
	padding-left: 10px;
	margin: 0 0 20px;
	font-size: 1.4rem;
	width: 100%;
}
.fb {
	float: none;
	width: 100%;
}
.fb-wrap {
	margin: 20px 0 0;
	text-align: center;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
	width: 100% !important;
}

/* ====================================
SECOND
==================================== */
#main {
	background: url(../img/common/sp/bg_cont.png) #e5e6d8 repeat-y center top;
	background-size: contain;
	margin-top: 53px;
}
#main .txt-1 {
	margin: 0 0 30px;
}
#main .txt-1 p {
	margin-top: 18px;
	text-align: left;
}
#main .txt-1 p br.pcbr {
	display: none;
}
#main .txt-2 {
	margin: 0 0 18px;
}
#main .txt-2 p {
	margin-top: 18px;
	text-align: left;
}
#main .txt-2 p br.pcbr {
	display: none;
}
#main .pic-1 {
	margin: 0 auto;
	width: 100%;
}
#main .pic-1 {
	margin: 0 auto;
	width: 100%;
}
#main .pic-1 li .vpic {
	margin-right: 2%;
	width: 28%;
}
#main .pic-1 li div {
	width: 70%;
}
#main .pic-1 li .vname {
	line-height: 1.5;
}

#main .areafpic {
	width: 100%;
}
div.fpic {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
div.fpic p img {
}
#jyusyouTbl {
	width: 100%;
}
#main .prog {
	width: 100%;
}
#main .prog li .vtxt img {
	width: 47%;
}
#profileTbl {
	width: 100%;
}
#bioTbl {
	width: 100%;
}
#discoTbl {
	width: 100%;
}
#discoTbl td img {
    width: 50px;
}
#infoTbl {
	width: 100%;
}
#main .prog li .vtxt {
	text-align: left;
}
#main .prog li .pctr {
	text-align: center !important;
}
p.f5h1pic {
	text-align: center !important;
}
p.f5h1pic img {
	width: 50%;
}
p.f5repopic {
	text-align: center !important;
}
p.f5repopic img {
	width: 100%;
}
p.banner img {
	width: 90% !important;
}
#repoTbl {
	width: 100%;
}
#repoTbl td.date {
	width: 30%;
}

#pagetop {
	right: 10px;
	bottom: 10px;
}
#pagetop img {
	height: 50px;
	width: 50px;
}
a.menu-trigger {
	color: #ffffff;
	font-size: 0.8rem;
	line-height:1.2em;
}
div.end {
	width: 80% !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #9b2121 !important;
	border: #9b2121 2px solid !important;
	padding: 10px auto !important;
	margin: 10px auto !important;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

}
