@charset "UTF-8";

@media screen and (min-width: 961px){


.open{
	-webkit-filter: saturate(250%);
     -moz-filter: saturate(250%);
     -o-filter: saturate(250%);
     -ms-filter: saturate(250%);
     filter: saturate(250%);
	}
	
.pc-none{
	display:none;
	}

/*ヘッダー*/
header {
	width: 100%;
	height: 80px;
	background-color: #f5dee8;
	position: fixed;
	z-index: 10;
}
header img {
	margin-top: 10px;
	float: left;
}
header ul {
	float: right;
}
header li {
	display: inline-block;
	padding: 32px 0 0 20px;
	font-size: 16px;
}
/*メインビジュアル*/
#main {
	padding-top: 80px;
	clear: both;
	width: 100%;
	height: 600px;
	min-width: 960px;
	background-image: url(../images/main-bg.jpg);
	-moz-background-size: cover;
	background-size: cover;
}
.landing_banner{
	margin-top:-140px;
	margin-left:20px;
	float:left;
	z-index:5;
	position:relative;
	}
#madoka-bg{
	top:80px;
	width:100%;
	height:600px;
	background-image: url(../images/main-madoka.png);
	background-repeat: no-repeat;
	background-position: center;
	}
.wrapper{
	width:960px;
	}
#main-catch{
	margin-top:-463px;
	float:right;
	}
#main-catch h1{
	margin-left:20px;
	}
#main-logo{
	display:block;
	margin:25px 0 0 100px;
	z-index:5;
	position:relative;
	}
/*まちだけとは？*/
.wrapper h2{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding:25px 0;
	border-top:solid 3px #e43a5d;
	border-bottom:solid 3px #e43a5d;
	text-align:center;
	}
.about-cont {
	width: 300px;
	margin: 60px 30px 0 0;
	float: left;
}
.about-cont:after {
	clear: both;
}
.about-cont:last-child {
	margin-right: 0;
}
.cont-name {
	margin-top: 10px;
}
.cont-text {
	margin: 10px 0 60px 0;
}
/*キャラクター紹介*/
#character {
	clear: both;
	width: 100%;
	display:inline-block;
	padding-bottom:60px;
	background-image: url(../images/chara-bg.png);
	-moz-background-size: cover;
	background-size: cover;
	min-width: 960px;
}
.slider {
	width: 810px;
	height: 540px;
	margin: 30px auto 0 auto;
	text-align: center;
}
/*デバイス別スライダー部分*/
	
.slick_container {
	width: 810px; /* 任意の値 */
	margin: 0 auto; /* 任意の値 */
	position: relative;
}
.slick-prev, .slick-next {
	width: 60px; /* 画像幅 */
	height: 60px /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
	content: "";
}
button.slick-prev, button.slick-next {
	z-index: 2;
}
.slick-prev {
	left: -70px; /* 矢印の位置任意の値 */
}
.slick-next {
	right: -70px; /* 矢印の位置任意の値 */
}
.slick-arrow {
	z-index: 10;/* 値は適当に */
}
/*キャプション*/
.slider-caption {
	width: 100%;
	background-color: #e85472;
	color: #fff;
	padding: 10px 0;
	position: relative;
	bottom: 40px;
}
/*コラボ実績*/
#collabo{
	padding-bottom:60px;
	}
.collabo-box {
	border: solid #e85472 1px;
	margin-top: 40px;
	padding: 30px;
	display: inline-block;
}
.collabo-cont-title {
	text-align: center;
	display: block;
	-webkit-transform: translate(0, -42px);
	-ms-transform: translate(0, -42px);
	transform: translate(0, -42px);
}
#user-img {
	float: left;
	margin-right: 58px;
}
#user-text {
	width: 420px;
	float: right;
}
.ac-title {
	width: 870px;
	height: 32px;
	margin: 1px auto 0 auto;
	background-color: #e85472;
	cursor: pointer;
	padding-top: 8px;
	padding-left: 30px;
	clear: both;
}
.ac-title p {
	float: right;
	padding-right: 30px;
}
#accordion {
	width: 900px;
}
.ac-cont {
	margin: 30px 0;
}
.ac-cont li {
	display: inline-block;
	margin-right: 20px;
	float: left;
}
.ac-cont li:nth-last-child(2) {
	margin-right: 0px;
}
.ac-cont-caption {
	padding-top: 20px;
	clear: both;
	text-align: center;
}
.ac-cont-img {
	margin: 0 auto;
	display: block;
	text-align: center;
}
.device {
	width: 435px;
	height: 32px;
	background-color: #60b0e5;
	border-radius: 20px;
	margin-bottom: 15px;
	padding-top: 8px;
	text-align: center;
}
.device-box {
	margin: 30px 0;
	overflow: hidden;
}

#content{
	margin-top:30px;
	}

#policy {
	margin: 30px 0;
}
/*グッズ販売*/
#goods {
	clear: both;
	width: 100%;
	display:inline-block;
	padding-bottom:60px;
	background-image: url(../images/goods-bg.png);
	-moz-background-size: cover;
	background-size: cover;
	min-width: 960px;
}
.goods-box {
	width: 900px;
	padding: 30px;
	background-color: #ffffff;
	overflow: hidden;
	position: relative;
	margin-top: 30px;
}
.goods-img {
	float: left;
	margin-right: 30px;
}
.goods-text {
	width: 660px;
	float: right;
}
#goods-btn-box {
	clear: both;
	width: 380px;
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.goods-btn {
	width: 180px;
	height: 32px;
	background-color: #e85472;
	border-radius: 20px;
	padding-top: 8px;
	text-align: center;
}
/*お問い合わせ*/

.contact {
	width: 100%;
	background-image: url(../images/contact-back.jpg);
	-moz-background-size: cover;
	background-size: cover;
	display: inline-block;
}
.form {
	width: 960px;
	background-color: #fff;
	margin: 30px 0;
}
.form dl {
	width: 100%;
	display: inline-block;
}
.form-gray {
	background-color: #efefef;
}
.form dt {
	float: left;
	margin-top: 5px;
	margin-left: 60px;
}
.form dd {
	float: right;
	margin-right: 60px;
}
.form dt, dd {
	padding: 30px 0;
}
.cont dt {
	clear: both;
}
input[type="text"] {
	width: 575px;
	height: 30px;
	border: 1px solid #b4b4b4;
	background-color: #fff;
	font-size: 14px;
	color: #525252;
}
textarea {
	border: 1px solid #b4b4b4;
	background-color: #fff;
	width: 575px;
	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:46px;
	background-color: #f5dee8;
	text-align:center;
	padding-top:34px;
	}
	
.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;
}
	
}