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

html {
	font-size: 60%;
}


div.header-top {
	width: 100%;
	height: auto;
}

header h1 img {
	display: block;
	margin: 5px auto;
	width: 70%;
}

header p {
	display: none;
}

.menu {
	font-size: 1rem;
	height: 30px;
	line-height: 30px;
}

.menu li a {
	display: block;
	padding: 0 1em;
	color: #FFF;
	text-decoration: none;
	transition: .5s;
}

#menu-after {
	display: none !important;
}

h2 {
	line-height: 30px;
	height: 30px;
	font-size: 1.4rem;
	color: #FFF;
}

h3 {
	width: 85%;
}

.group-top01 {
	height: 180px;
}

.group-top01 p {
	width: 90%;
}

.group-top01 p.big {
	top: 40px;
	left: 3%;
}

.group-top01 p.normal {
	top: 80px;
	left: 3%;
}

.group-top02 {
	height: 180px;
}

.group-top02 p {
	width: 90%;
}

.group-top02 p.big {
	top: 40px;
	right: 3%;
}

.group-top02 p.normal {
	top: 80px;
	right: 3%;
}

.group-top03 {
	height: 180px;
}

.group-top03 p {
	width: 90%;
}

.group-top03 p.big {
	top: 40px;
	right: 3%;
}

.group-top03 p.normal {
	top: 80px;
	right: 3%;
}

/*.group-top03 {
	width: 90%;
	font-size: 1.2rem;
}*/

.price {
	margin: 0 auto;
	border-spacing: 5px 0;
}

.price p {
	width: 100px;
	height: 100px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}

.button {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 294px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	border: 3px solid rgba(249,176,105,1);
}

figure img {
	height: 150px;
	display: block;
	float: right;
	margin-top: 1%;
	margin-right: -10%;
}

.single-top01 {
	height: 230px;
}

.single-top01 p.big {
	top: 60px;
}

.single-top01 p.normal {
	top: 100px;
}

.single-top02 {
	/*margin: 0 auto;
	width: auto;
	height: 380px;
	background-size: 50% contain;*/
	margin: 0 auto;
	width: 90%;
	height: 330px;
	background:url(images/photos.png) no-repeat bottom;
	background-size: 80%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.single-top02 p.big {
	top: 30px;
}

.single-top02 p.normal {
	top: 70px;
}

.single-top03 {
	display: block;
	margin: 40px auto;
	width: 95%;
}

.dvd-top01 {
	height: 230px;
}

.dvd-top01:before {
	background-image: url(images/sample.jpg);
	background-size: 550px;
}

.dvd-top01 p {
	width: 90%;
}

.dvd-top01 p.big {
	top: 100px;
	right: 3%;
}

.dvd-top02 {
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	width: 90%;
	height: 730px;
	background: url(images/DVD2015.png) no-repeat bottom;
	background-size: 80%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.dvd-top01 p.normal {
	top: 140px;
	right: 3%;
}

.dvd-top02 ul {
	display: inline-block;
	width: 100%;
	margin: 0;
	list-style-type: none;
	vertical-align:top;
}

.dvd-top02 ul li {
	margin: 20px 0;
	font-size: 1.5rem;
	line-height: 1.4rem;
}

.dvd-top02 ul li:first-child {
	margin: 0 0 0;
	font-size: 2rem;
}

.dvd-top02 ul li:last-child {
	margin-bottom: 30px;
}

.shootingplan-top01 {
	height: 200px;
}

.shootingplan-top01 p.big {
	top: 60px;
}

.shootingplan-top01 p.normal {
	top: 100px;
}

.order-top01 {
	border-spacing: 5px 0;
}

.order-top01 div {
	width: 100px;
	height: 100px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
}

.order-top01 img {
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
}

ul.ac {
    width: 90%;
}

dl.accordion dt {
    font-size: 1.3rem;
}


dl.accordion dd ul {
    padding: 0 15px 15px 0;
	margin-left:-20px;
}

.contact-top01 {
	border-spacing: 5px 0;
}

.contact-top01 div {
	width: 100px;
	height: 100px;
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius: 50px;
}

.contact-top01 img {
	border-radius:50px;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
}

.contact-top01 p {
	width: 100px;
}

footer {
	line-height: 1.2rem;
}

.s-no-animation {
	visibility: visible !important;
}


/* アプリのダウンロード */
.appdownload img {
	margin-left:5px;
	margin-right:5px;
}


}