@charset "UTF-8";

@media screen and (max-width: 960px){
	
.sp-none{
	display:none;
	}
	
/*ヘッダー*/
header {
	width: 100%;
	height: 40px;
	background-color: #f5dee8;
	position: fixed;
	z-index: 10;
}
header img {
	width:66px;
	height:30px;
	margin-top: 5px;
	float: left;
}
/*オフキャンパス*/
#menu-btn{
	float:right;
	font-size:30px;
	cursor:pointer;
	color:#e85472;
	padding-top:5px;
	position:relative;
	z-index:20;
	margin-right:2%;
	}
header ul{
	width:100%;
	text-align:center;
	background-color:#fff;
	position:fixed;
	z-index:15;
	}
header li{
	padding:20px 0;
	}

/*メインビジュアル*/
#main {
	padding-top: 40px;
	clear: both;
	width: 100%;
	height:400px;
	background-image: url(../images/main-bg-sp.jpg);
	background-repeat:no-repeat;
	-moz-background-size:cover;
	background-size:cover;
}

#madoka-bg{
	top:40px;
	width:100%;
	height:400px;
	background-image: url(../images/main-madoka-sp.png);
	-moz-background-size:1000px 400px;
	background-size:1000px 400px;
	background-repeat: no-repeat;
	background-position: center;
	}
#main-catch{
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
	position:absolute;
	top:170px;
	left:0;
	right:0;
	text-align:center;
	}
#main-catch h1{
	z-index:5;
	position:relative;
	}
#main-catch h1 img{
	width:300px;
	}
#main-logo{
	display:block;
	margin:10px 0 0 0px;
	z-index:5;
	position:relative;
	}
#main-logo img{
	width:120px;
	}
.landing_banner{
	filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.3));
	z-index:5;
	width:200px;
	display:block;
	margin:-70px auto 0 auto;
	}

/*まちだけとは？*/
.wrapper h2{
	width:100%;
	margin-left:auto;
	margin-right:auto;
	padding:15px 0;
	border-top:solid 4px #e43a5d;
	border-bottom:solid 4px #e43a5d;
	text-align:center;
	}
.about-title{
	width:196px;
	height:22px;
	}
.chara-title{
	width:172px;
	height:22px;
	}
.collabo-title{
	width:111px;
	height:22px;
	}
.goods-title{
	width:178px;
	height:22px;
	}
.contact-title{
	width:141px;
	height:22px;
	}
.about-cont {
	width:100%;
	margin-bottom:30px;
}
.about-cont img{
	display:block;
	max-width:540px;
	margin:15px auto 0 auto;
	width:100%;
	height:100%;
	}
.cont-name {
	margin-top: 10px;
	text-align:center;
}
.cont-text {
	margin: 10px 0 0 0;
	text-align:center;
}
/*キャラクター紹介*/
#character {
	clear:both;
	width:100%;
	background-image:url(../images/chara-bg.png);
	-moz-background-size:cover;
	background-size:cover;
	display:inline-block;
}
.slider {
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin:15px 0 30px 0;
}
/*デバイス別スライダー部分*/
	
.slick_container {
    width:100%; /* 任意の値 */
	height:100%;
    position:relative;
}
.slick-prev, .slick-next {
	padding-top:32px;
	width: 40px; /* 画像幅 */
	height: 40px /* 画像高さ */
}
.sn-collabo{
	margin-top:-40px;
	}

.slick-prev:before, .slick-next:before {
	content: "";
}
button.slick-prev, button.slick-next {
	z-index: 2;
}
.slick-prev {
	left: -8px; /* 矢印の位置任意の値 */
}
.slick-next {
	right: -8px; /* 矢印の位置任意の値 */
}
.slick-arrow {
	z-index: 10;/* 値は適当に */
}
/*キャプション*/
.slider-caption {
	width: 100%;
	background-color: #e85472;
	color: #fff;
	padding: 11px 0;
	position: relative;
	bottom: 0;
}
/*コラボ実績*/
.collabo-box {
	width:100%;
	border: solid #e85472 1px;
	display: inline-block;
	margin:15px 0;
	padding-bottom:30px;
}
.collabo-cont-title {
	text-align: center;
	display: block;
	-webkit-transform: translate(0, -12px);
	-ms-transform: translate(0, -12px);
	transform: translate(0, -12px);
}
.collabo-cont-title img{
	width:300px;
	height:18px;
	}
#imgsize img{
	width:184px;
	}	
#user-img {
	text-align:center;
}
#user-img img{
	width:80%;
	height:80%;
	max-width:420px;
	}
#user-text {
	width:96%;
	margin:0 auto;
}
.ac-title {
	width: 90%;
	height: 30px;
	margin: 1px auto 0 auto;
	background-color: #e85472;
	cursor: pointer;
	padding-top: 12px;
	clear: both;
	padding-left:5%;
	font-size:12px;
}
.ac-title p {
	font-size:12px;
	float: right;
	padding-right:5%;
}
#accordion {
	width: 100%;
	margin:0 auto;
}
.ac-cont {
	margin: 30px 0;
}
.ac-cont li {
	margin-top:10px;
	list-style-type:none;
	text-align:center;
}
.ac-cont-caption {
	width:96%;
	padding-top: 11px;
	clear: both;
	margin:0 auto;
	text-align: center;
}
.ac-cont-img {
	width:96%;
	margin: 0 auto;
	display: block;
	text-align: center;
}
.device {
	width: 96%;
	height: 32px;
	background-color: #60b0e5;
	border-radius: 20px;
	margin:0 auto 15px auto;
	padding-top: 8px;
	text-align: center;
}
.device-box {
	margin: 30px 0;
	overflow: hidden;
}
#policy-title{
	text-align:center;
	}

#content{
	margin-top:15px;
	}
	
#policy {
	margin: 15px auto;
	width:96%;
}
/*グッズ販売*/
#goods {
	clear: both;
	width: 100%;
	padding-bottom:15px;
	background-image: url(../images/goods-bg.png);
	-moz-background-size: cover;
	background-size: cover;
	display:inline-block;
}
.goods-box {
	padding: 15px;
	background-color: #ffffff;
	margin-top: 15px;
	margin-bottom:15px;
}
.goods-img {
	text-align:center;
	margin:15px 0;
}
#goods-btn-box {
	width:220px;
	margin:15px auto;
}
.goods-btn {
	width: 180px;
	height: 32px;
	background-color: #e85472;
	margin:10px auto;
	border-radius: 20px;
	padding-top: 8px;
	text-align: center;
}
/*お問い合わせ*/

.form {
	margin-top:30px;
	background-color: #fff;
}
.form-gray {
	background-color: #efefef;
}
.form dt {
	width:90%;
	margin: 0 auto;
	padding-top:15px;
}
.form dd {
	text-align:center;
	padding:15px 0;
}
input[type="text"] {
	width: 90%;
	height: 30px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	font-size: 14px;
	color: #525252;
}
textarea {
	border: 1px solid #b4b4b4;
	background-color: #fff;
	width: 90%;
	height: 160px;
	font-size: 14px;
	color: #525252;
}
#caution {
	margin-top: 26px;
}
#submit {
	margin-top: 40px;
	text-align: center;
}
button.submit-btn {
	width: 180px;
	height: 40px;
	background-color: #e85472;
	border-radius: 20px;
	text-align: center;
	border-style: none;
	cursor:pointer;
	margin-bottom:30px;
}

/*フッター*/
footer{
	width:100%;
	height:26px;
	background-color: #f5dee8;
	text-align:center;
	padding-top:14px;
	}
	
.top-back{
  position:fixed;
  z-index:3;
  bottom:45px;
  right:60px;
  cursor:pointer;
}

.top-back::before{
  content: '';
  width: 30px;
  height: 30px;
  border-top: solid 3px #e85472;
  border-right: solid 3px #e85472;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}

}

body{
	margin-top:-16px;
	}