@charset "utf-8";
/* ===================================================================
	CSS information
	file name  :  common.css
	style info :  /index.html
=================================================================== */

/* ================ Reset ================ */
html,body{
	width: 100%;
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	overflow-x: hidden;
}
img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6, p{
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,dl,dt,dd,
footer,header,hgroup,menu,nav,section {
	display:block;
	margin: 0;
	padding: 0;
}
ol,ul,li {
	list-style:none;
	padding:0;
	margin: 0;
}
input, select {
	vertical-align:middle;
}
a {
	-webkit-tap-highlight-color:transparent;
}


.alpha{
	opacity: 1;
	-moz-opacity: 1; /* Firefox */
	filter: alpha(opacity=100); /* IE6/7 */
	-ms-filter: "alpha(opacity=100)"; /* IE8 */
}
.alpha:hover {
	-webkit-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	opacity: 0.6;
	-moz-opacity: 0.6; /* Firefox */
	filter: alpha(opacity=60); /* IE6/7 */
	-ms-filter: "alpha(opacity=60)"; /* IE8 */
}


body{
	background: url("../images/bg_ptn01.png") left top repeat;
	font-size: 14px;
	color: #004987;
}

/* ====== max～1024 ====== */
.sp{
	display: none;
}
header{
	width: 100%;
	height: 45px;
	background: url("../images/bg_header.png") left top repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}
header .inner{
	width: 960px;
	margin: 0 auto;
}

header .inner .logo{
	float: left;
	padding: 6px 0 0 0;
}
header .inner .logo img{
	width: 190px;
	height: auto;
}

header .inner .social{
	float: right;
	padding: 9px 0 0 0;
}
header .inner .social li{
	float: left;
	padding: 0 0 0 30px;
}


section.mv{
	width: 100%;
	height: 770px;
	background: url("../images/bg_mv.jpg") center top repeat;
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 100px;
}
section.mv .mv-inner{
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin:auto;
	width: 630px;
	height: 600px;
	opacity: 0;
}
section.mv h1{
	width: 630px;
}
section.mv .badge{
	width: 178px;
	height: 178px;
	position: absolute;
	top: 375px;
	left: 50%;
	margin-left: 91px;
	/*opacity: 0;*/
	z-index: 10;
}
/*section.mv .badge span{
	display: block;
	/*width: 100%;*/
	/*height: 100%;*/
	/*width: 0%;*/
	/*height: 0%;*/
	/*position: absolute;*/
	/*top: -50%;*/
	/*left: -50%;*/
	/*margin: auto;*/
	/*opacity: 0;*/
	/*overflow: visible;*/
/*}*/
section.mv .badge img{
	width: 100%;
	height: 100%;
	-webkit-transform: scale( 0 );
	-moz-transform: scale( 0 );
	transform: scale( 0 );
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	-webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

section.mv .badge.animate img{
	-webkit-transform: scale( 1 );
	-moz-transform: scale( 1 );
	transform: scale( 1 );
}

section.mv .btn_scroll{
	width: 114px;
	position: absolute;
	top: 545px;
	left: 50%;
	margin-left: -57px;
	-webkit-transition: 0.4s ease-out;
	transition: 0.4s ease-out;
}
section.mv .btn_scroll img{
	width: 114px;
	height: auto;
}

section.campaign{
	margin: 0 38px 165px;
	background: url("../images/bg_stripe-pc.png") left top repeat;
	padding: 5px;
	text-align: center;
	position: relative;
}
section.campaign .inner{
	padding: 46px 0;
	background: url("../images/bg_ptn01.png") left top repeat;
}
section.campaign .inner h2{
	width: 890px;
	margin: 0 auto 36px;
}
section.campaign .inner h2 img{
	width: 100%;
	height: auto;
}

section.campaign .inner p{
	line-height: 1.4;
	margin: 0 20px;
}
section.campaign .inner a.btn_campaign{
	display: block;
	width: 300px;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -150px;
	background-color: #ffc600;
	border: 3px solid #ffc600;
	padding: 17px 32px;
	text-align: center;
	box-sizing: border-box;
}
section.campaign .inner a.btn_campaign span{
	display: block;
	width: 100%;
	height: 0%;
	text-align: center;
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.campaign .inner a.btn_campaign span img{
	position: absolute;
	top: 17px;
	left: 32px;
	z-index: 1;
}
section.campaign .inner a.btn_campaign:after{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #004987;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

section.campaign .inner a.btn_campaign:hover span{
	height: 100%;
}
section.campaign .inner a.btn_campaign:hover:after{
	content: ' ';
	height: 100%;
}




section.collection {
	/*min-height: 300px;*/
}
section.collection h2{
	width: 860px;
	margin: 0 auto 3%;
}
section.collection h2 img{
	width: 100%;
	height: auto;
}
section.collection ul{
	margin: 0 auto 5%;
	width: 100%;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

section.collection ul li{
	overflow: hidden;
	/*background-color: #000;*/
	position: relative;
	top: 0;
	left: 0;
}
section.collection ul li img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
section.collection ul li.large{
	width: 320px;
	height: 320px;
}
section.collection ul li.middle{
	width: 210px;
	height: 210px;
}
section.collection ul li.small{
	width: 100px;
	height: 100px;
}
section.collection ul li.large img{
	width: 320px;
}
section.collection ul li.middle img{
	width: 210px;
}
section.collection ul li.small img{
	width: 100px;
}



section.collection ul li:hover span{
	opacity: 1;
	bottom: 0;
}
section.collection ul li a{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section.collection ul li span{
	display: block;
	position: absolute;
	/*bottom: 0;*/
	left: 0;
	bottom: -100px;
	width: 100%;
	height: 100px;
	overflow: hidden;
	/*opacity: 0;*/
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

section.collection ul li span:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	overflow: hidden;
	opacity: 0.75;
}

section.collection ul li span.i dl{
	background: url(../images/icon_inst.png) right bottom no-repeat;
}
section.collection ul li span.t dl{
	background: url(../images/icon_tw.png) right bottom no-repeat;
}


section.collection ul li span dl {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	color: #fff;
	width: 100%;
	height: 100%;
}
section.collection ul li span dt {
	opacity: 1;
	font-weight: bold;
	font-size: 12px;
	padding: 10px;
	word-break: break-all;
}
section.collection ul li span dd {
	padding: 0 60px 10px 10px;
	opacity: 1;
	font-size: 10px;
	line-height: 1.5;
}


section.collection .btn_more{
	/*text-align: center;*/
	/*margin: 0 10px 10%;*/
	/*background-color: #ffc600;*/
	/*padding: 10px;*/
}
section.collection .btn_more a{
	display: block;
	text-align: center;
	margin: 0 10px 10%;
	background-color: #ffc600;
	border: 3px solid #ffc600;
	padding: 10px;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

section.collection .btn_more a:after{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

section.collection .btn_more:hover a:after{
	height: 100%;
	content: " ";
}

section.collection .btn_more span{
	display: block;
	width: 100%;
	height: 0%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	text-align: center;
}
section.collection .btn_more span img{
	position: relative;
	top: 10px;
	margin: 0 auto;
	z-index: 2;
}
section.collection .btn_more:hover span{
	height: 100%;
}
section.collection .btn_more img {
	width: 82px;
}


section.entry{
	overflow: hidden;
	margin: 0 0 145px 0;
}

section.entry h2{
	background: #516674;
	padding: 22px 0 24px;
	text-align: center;
}
section.entry li{
	margin: 0 0 10px 0;
}
section.entry li.follow a{
	display: block;
	margin: 0 0 15px 0;
	width: 95%;
	padding: 10px;
	background: #308ed5;
	border: 3px solid #308ed5;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
section.entry .tw li.follow a{
	margin: 0 0 15px auto;
}
section.entry li.follow a:after{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.entry li.follow a span{
	display: block;
	width: 100%;
	height: 0%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.entry li.follow a span img{
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 2;
}

section.entry li.follow a:hover:after{
	height: 100%;
	content: " ";
}
section.entry li.follow a:hover span{
	height: 100%;
}

section.entry .inst li.follow a{
	background: #9c7043;
	border: 3px solid #9c7043;
}

section.entry .phone{
	/*width: 208px;*/
	margin: 0 0 20px 0;
	position: relative;
	top: 0;
	left: 0;
	/*padding: 28px 0 0 13px;*/
}
section.entry .phone img{
	/*width: auto;*/
	width: 100%;
}

section.entry .step {
	position: relative;
	top: 0;
	left: 0;
}
section.entry .step span{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 0;
}

section.entry .inner{
	width: 440px;
	min-height: 605px;
	/*padding: 0 0 0 40px;*/
	text-align: center;
}
section.entry .inst .inner{
	margin: 0 40px 0 auto;
}
section.entry .tw .inner{
	margin: 0 auto 0 40px;
}

section.entry h3{
	margin: 0 0 23px 0;
}
section.entry h3 img{
	width: auto;
	height: 59px;
}
section.entry .inst ul{
	float: left;
	text-align: left;
}
section.entry .tw ul{
	float: right;
	text-align: right;
}

section.entry .inst .phone{
	float: right;
}
section.entry .tw .phone{
	float: left;
}


section.entry .phone .display-inner{
	position: absolute;
	top: -5%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 86.8%;
	height: 80%;
	overflow: hidden;
	/*margin-top: 14%;*/
}
section.entry .phone .display-inner img{
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
}


/* inst */
section.entry .inst{
	width: 50%;
	float: left;
	padding: 45px 0 0 0;
	background: #cbcab7;
	overflow: hidden;
}

section.entry .inst .store{
	clear: both;
	text-align: left;
}
section.entry .inst .store a{
	float: left;
	margin: 0 10px 0 0;
}
section.entry .inst .store .icon{
	width: 50px;
	height: 50px;
	margin: 0 5px 0 0;
}




/* tw */
section.entry .tw{
	width: 50%;
	float: right;
	padding: 45px 0 0 0;
	background: #55c1e1;
	overflow: hidden;
}

section.entry .tw .btn_post{
	clear: both;
	display: block;
	width: 274px;
	margin: 0 auto;
	padding: 11px 0 14px 0;
	background: #308ed5;
	border: 3px solid #308ed5;
	position: relative;
	top: 0;
	left: 0;
}
section.entry .tw .btn_post img{
	width: 217px;
}
section.entry .tw .btn_post:after{
	content: '';
	display: block;
	width: 100%;
	height: 0;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.entry .tw .btn_post span{
	display: block;
	width: 100%;
	height: 0%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.entry .tw .btn_post span img{
	position: absolute;
	left: 29px;
	top: 11px;
	z-index: 2;
}
section.entry .tw .btn_post:hover:after{
	height: 100%;
	content: " ";
}
section.entry .tw .btn_post:hover span{
	height: 100%;
}

section.entry .notice{
	clear: both;
	padding: 20px 0;
	background: #a4aeb5;
}
section.entry .notice p{
	max-width: 980px;
	margin: 0 auto;
	font-size: 87%;
	color: #fff;
	line-height: 1.4;
}






section.about{
	margin: 0 0 60px 0;
}
section.about h2{
	text-align: center;
	margin: 0 0 54px 0;
	background: url("../images/bg_line-x01.png") left center repeat-x;
}
section.about h2 img{
	width: 140px;
	height: auto;
}
section.about ul{
	max-width: 960px;
	margin: 0 auto;
}

section.about ul li{
	overflow: hidden;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dashed #004987;
	line-height: 1.4;
}
section.about ul li h3{
	float: left;
	margin: 0 19px 0 0;
}


section.about ul li p{
	float: left;
	max-width: 850px;
}

section.about ul li .notice{
	padding: 20px 0 0 0;
	font-size: 87%;
}
section.about ul li .notice span{
	display: block;
}
section.about ul li.line1{
	line-height: 89px;
}

section.agreement{
	max-width: 900px;
	margin: 0 auto 120px;
	border: 2px solid #004987;
	padding: 23px 28px;
}
section.agreement h2{
	text-align: center;
	margin: 0 0 20px 0;
}
section.agreement .detail{
	height: 235px;
	overflow-y: scroll;
	line-height: 1.4;
	padding: 0 10px;
}
section.agreement .detail dt{
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;
}
section.agreement .detail dd{
	margin: 0 0 15px 0;
}
section.agreement .detail dd ul{
	padding: 10px 0 0 0;
}

section.agreement .detail dd li{
	margin-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}



section.links{
	width: 960px;
	margin: 0 auto 69px;
}
section.links .btn_brand{
	display: block;
	text-align: center;
	padding: 18px 0;
	background: #004987;
	border: 3px solid #004987;
	margin: 0 0 20px 0;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
section.links .btn_brand:after{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
section.links .btn_brand span{
	display: block;
	width: 100%;
	height: 0%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0%;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
section.links .btn_brand span img{
	position: absolute;
	left: 106px;
	top: 18px;
	z-index: 2;
}

section.links .btn_brand:hover:after{
	height: 100%;
	content: " ";
}
section.links .btn_brand:hover span{
	height: 100%;
}



section.links .social{
	overflow: hidden;
}
section.links .social li{
	width: 225px;
	float: left;
	text-align: center;
	margin: 0 20px 0 0;
}
section.links .social li a{
	display: block;
	padding: 4px 0;
	position: relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
}

section.links .social li.fb a{
	background: #36558f;
	border: 3px solid #36558f;
}
section.links .social li.inst a{
	background: #cbcab7;
	border: 3px solid #cbcab7;
}
section.links .social li.tw a{
	background: #55c1e1;
	border: 3px solid #55c1e1;
}
section.links .social li.yt a{
	background: #e60012;
	border: 3px solid #e60012;
}
section.links .social li.yt{
	margin: 0;
}

section.links .social li a:after{
	content: '';
	display: block;
	width: 100%;
	height: 0%;
	background-color: #fff;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.links .social li a:hover:after{
	height: 100%;
	content: " ";
}


section.links .social li a span{
	display: block;
	width: 100%;
	height: 0%;
	overflow: hidden;
	position: absolute;
	top: 4px;
	left: 0%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
section.links .social li a span img{
	position: absolute;
	left: 51px;
	z-index: 2;
}
section.links .social li a:hover span{
	height: 100%;
}

section.links .social li.inst a span img{
	left: 49px;
}
section.links .social li.tw a span img{
	left: 63px;
}
section.links .social li.yt a span img{
	left: 54px;
}







.btn_pagetop{
	max-width: 928px;
	text-align: right;
	margin: 0 auto;
	padding: 0 32px 22px 0;
}
.btn_pagetop a{
	display: block;
	overflow: hidden;
	width: 42px;
	height: 25px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0 0 0 auto;
	border-top: 5px solid #595757;
	padding: 13px 0 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn_pagetop a span{
	display: block;
	overflow: hidden;
}
.btn_pagetop a img{
	position: relative;
	top: 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.btn_pagetop a:hover {
	border-top: 5px solid #ffc600;
}
.btn_pagetop a:hover img{
	top: -36px;
}

footer{
	background: #a1d4ee;
}
footer .inner{
	width: 960px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

footer .inner .snsshare {
	margin-bottom: 20px;
}
footer .inner .bnr{
	overflow: hidden;
	float: left;
}
footer .inner .bnr li{
	float: left;
	margin: 0 13px 0 0;
}


footer .inner .credit{
	float: right;
	font-size: 12px;
	color: #666;
	text-align: right;
}
footer .inner .credit p{
	margin: 0 0 10px 0;
}

footer .inner .credit .footlink-1{
	border-right: 1px solid #666;
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
}

footer .inner .credit a{
	color: #666;
	text-decoration: none;
}
footer .inner .credit small{
	font-size: 12px;
}



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

header .inner{
	width: auto;
	margin: 0 20px;
}
section.campaign .inner h2 {
	width: 600px;
}
section.collection h2{
	width: 700px;
}
section.collection ul li:hover span{
	bottom: -100px;
}
section.entry h2 img{
	width: 700px;
}
section.entry .inst .inner{
	width: auto;
	margin: 0 20px;
	padding: 0;
}
section.entry .inst .inner ul{
	width: 48%;
}
section.entry .inst .inner ul li img{
	width: 100%;
}
section.entry .inst .inner .phone{
	width: 48%;
}

section.entry .tw .inner{
	width: auto;
	margin: 0 20px;
	padding: 0;
}
section.entry .tw .inner ul{
	width: 48%;
}
section.entry .tw .inner ul li img{
	width: 100%;
}

section.entry .tw .inner .phone{
	width: 48%;
}

section.entry .notice p{
	margin: 0 20px;
}

section.entry li.follow a:hover:after{
	height: 0;
}
section.entry li.follow a:hover span{
	height: 0;
}


section.about ul{
	margin: 0 20px;
}
section.about ul li h3{
	width: 15%;
	margin: 0;
}

section.about ul li p{
	width: 80%;
}

section.agreement{
	margin-left:20px;
	margin-right:20px;
}

section.links{
	width: auto;
	margin: 0 20px 69px;
}
section.links .btn_brand img{
	width: 85%;
}
section.links .btn_brand:hover:after{
	height: 0;
}
section.links .btn_brand:hover span{
	height: 0;
}
section.links .social li{
	width: 23%;
	margin: 0 2.6% 0 0;
}
section.links .social li a:hover span{
	height: 0;
}
section.links .social li a:hover:after{
	height: 0;
}
section.entry .tw .btn_post:hover:after{
	height: 0;
}
section.entry .tw .btn_post:hover span{
	height: 0;
}

section.campaign .inner a.btn_campaign:hover span{
	height: 0%;
}
section.campaign .inner a.btn_campaign:hover:after{
	height: 0%;
}

footer .inner{
	width: auto;
	margin: 0 20px;
}
}

@media screen and (max-width: 810px) {
footer .inner .bnr{
	width: 306px;
}
footer .inner .bnr li{
	margin: 0 13px 13px 0;
}

}

@media screen and (max-width: 767px) {
.pc{display: none;}
.sp{display: inline;}

header{
	height: 70px;
}


header .inner .logo {
	padding: 13px 0 0;
}
header .inner .logo img {
	height: auto;
	width: auto;
}




section.mv {
	background-size: 749px auto;
	-webkit-background-size: 749px auto;
	height: 842px;
}
section.mv .mv-inner{
	width: 756px;
	height: 756px;
}
section.mv h1{
	width: 756px;
	/*position: absolute;
	top: 20px;
	left: 50%;
	margin-left:-378px;*/
}
section.mv .badge{
	width: 216px;
	height: 216px;
	top: 497px;
	margin-left: 112px;
}

section.mv .btn_scroll{
	width: 114px;
	position: absolute;
	top: 665px;
	left: 50%;
	margin-left: -57px;
}
section.mv .btn_scroll img{
	width: 114px;
	height: auto;
}


section.campaign {
	background: url("../images/bg_stripe-sp.png") left top repeat;
	margin: 0 20px 165px;
	padding: 10px;
	position: relative;
	text-align: center;
}

section.campaign .inner h2 {
	width: 534px;
}
section.campaign .inner p{
	font-size: 20px;
	margin: 0 0 50px 0;
}

section.campaign .inner a.btn_campaign {
	bottom: -25px;
	display: block;
	left: 50%;
	margin-left: -243px;
	position: absolute;
	width: 486px;
	padding: 10px 0;
}



section.collection{
	margin: 0 10px;
}

section.collection h2{
	width: auto;
}

section.collection ul{
	margin: 0 auto 5%;
}

section.collection ul li.large{
	width: 209px;
	height: 209px;
}
section.collection ul li.middle{
	width: 136px;
	height: 136px;
}
section.collection ul li.small{
	width: 63px;
	height: 63px;
}
section.collection ul li.large img{
	width: 209px;
	/*height: auto;*/
}
section.collection ul li.middle img{
	width: 136px;
	/*height: auto;*/
}
section.collection ul li.small img{
	width: 63px;
	/*height: auto;*/
}



section.entry {
	margin: 0 0 60px;
}

section.entry h2 {
	padding: 0;
}
section.entry h2 img {
	width: auto;
}


section.entry .inst {
	float: none;
	overflow: hidden;
	padding: 30px 0 70px;
	width: auto;
}
section.entry .inst .inner{
	width: 600px;
	margin: 0 auto;
	float: none;
}

section.entry .inst .inner ul{
	width: auto;
}
section.entry .inst h3 img {
	width: auto;
}
section.entry .inst .inner ul li img{
	width: auto;
}

section.entry .inst .inner .phone {
	width: 280px;
	margin: 0 0 30px 0;
}
section.entry .inst .store {
	text-align: left;
	overflow: hidden;
}
section.entry .inst .store a {
	margin: 0 10px 10px 0;
}

section.entry .inst .store .icon {
	width: auto;
	height: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
	display: block;
	float: left;
}


section.entry .inst .store .sp{
	font-size: 20px;
	color: #fff;
	float: left;
	/*width: 427px;*/
	line-height: 1.2;
}


section.entry .tw {
	float: none;
	overflow: hidden;
	padding: 30px 0 70px;
	width: auto;
}
section.entry .tw .inner{
	width: 600px;
	margin: 0 auto;
	float: none;
}
section.entry .tw .inner ul{
	width: auto;
	float: left;
	text-align: left;
}
section.entry .tw h3 img {
	width: auto;
}
section.entry .tw .inner ul li img{
	width: auto;
}

section.entry .tw .inner .phone {
	width: 280px;
	float: right;
}

section.entry .tw .btn_post {
	margin: 0 auto;
	padding: 15px 0 14px;
	width: 600px;
}

section.entry .tw .btn_post img {
	width: auto;
}


section.entry .inst li.follow a{
	padding: 0px;
	background: none;
	border: none;
}
section.entry .tw li.follow a{
	padding: 0px;
	background: none;
	border: none;
	margin: 0 0 15px 0;
}

section.entry .notice {
	padding: 20px 0 20px;
}
section.entry .notice p {
	font-size: 20px;
	width: auto;
}



section.about {
	margin: 0 0 20px;
}

section.about h2 img {
	width: auto;
}
section.about ul li{
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
section.about ul li h3{
	float: none;
	margin: 0 0 5px 0;
	width: auto;
}
section.about ul li p{
	width: auto;
	float: none;
}

section.about ul li .notice{
	padding: 5px 0 0 0;
	text-indent: -1em;
	margin-left: 1em;
}

section.about ul li.line1 {
	line-height: 1.2;
}
section.agreement{
	width: 600px;
	margin: 0 auto 120px;
	border: 0;
	padding: 0;
}
section.agreement .detail{
	display: none;
	height: auto;
	padding: 20px 0;
}
section.agreement .detail dl{
	color: #666;
}
section.agreement .detail dt{
	padding: 0;
	font-weight: bold;
}

section.links .social li {
	margin: 0 2% 2% 0;
	width: 49%;
	float: left;
}
section.links .social li:nth-child(2n){
	margin-right: 0;
}

section.links .social li a {
	padding: 20px 0;
}

section.links .social li.inst a {
	padding: 18px 0;
}


section.links .social li.yt a {
	padding: 22px 0;
}

section.links .social li a:hover:after{
	width: 0%;
}
section.links .social li a:hover span{
	width: 0%;
}


.btn_pagetop {
	margin: 0 auto;
	padding: 0 0 22px 0;
	text-align: center;
}
.btn_pagetop a img{
	width: 30px;
	height: auto;
}
.btn_pagetop a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 27px;
	position: relative;
	top: 0;
	right: 0;
	margin: 0;
}
.btn_pagetop a img{
	position: relative;
	top: 0;
}
.btn_pagetop a:hover img{
	top: 0;
}

footer .inner .bnr {
	width: auto;
	float: none;
	text-align: center;
	margin: 0 auto 40px;
}

footer .inner .bnr li{
	float: none;
	margin-right: 0;
}
footer .inner .bnr li img{
	width: 236px;
}


footer .inner .credit {
	float: none;
	font-size: 20px;
	text-align: center;
}
footer .inner .credit span{
	display: block;
}

footer .inner .credit .footlink-1 {
	border-right: 0;
	padding: 0 0 20px 0;
}
footer .inner .credit small {
	padding: 30px 0 0 0;
	display: block;
}


}
@media screen and (max-width: 639px) {
header{
	height: 35px;
}

header .inner {
	margin: 0 10px;
}
header .inner .logo{
	padding: 6px 0 0 0;
}

header .inner .logo img{
	width: 125px;
	height: auto;
}

header .inner .social {
	padding: 5px 0 0;
}

header .inner .social li {
	padding: 0 0 0 10px;
}
header .inner .social li a img{
	width: 25px;
	height: auto;
}


section.mv .mv-inner{
	width: 378px;
	height: 378px;
}
section.mv h1 {
	/*margin-left: -189px;*/
	/*top: 10px;*/
	width: 378px;
	height: 378px;
}

section.mv h1 img{
	width: 378px;
}

section.mv .badge {
	margin-left: 60px;
	top: 239px;
	width: 108px;
	height: 108px;
}

section.mv .btn_scroll {
	margin-left: -35px;
	top: 344px;
	width: 69px;
}
section.mv .btn_scroll img {
	width: 69px;
	height: auto;
}

section.mv {
	background-size: 555px auto;
	height: 430px;
	margin: 0 0 30px 0;
}


section.campaign {
	background-size: 6px 6px;
	-webkit-background-size: 6px 6px;
	margin: 0 10px 75px;
	padding: 5px;
}

section.campaign .inner {
	padding: 23px 0;
}
section.campaign .inner h2{
	width: 267px;
	margin: 0 auto 23px;
}

section.campaign .inner p {
	font-size: 11px;
	margin: 0 0 25px;
}



section.campaign .inner a.btn_campaign {
	bottom: -18px;
	left: 50%;
	margin-left: -120px;
	width: 240px;
}
section.campaign .inner a.btn_campaign img{
	width: 100%;
}


section.entry {
	margin: 0 0 35px 0;
}

section.entry h2 {
	width: 100%;
}
section.entry h2 img{
	width: 100%;
}


section.entry .inst {
	padding: 15px 0 35px;
}

section.entry .inst .inner {
	float: none;
	margin: 0 auto;
	width: 300px;
	min-height: 100%;
}

section.entry .inst h3 {
	margin: 0 0 10px;
}
section.entry .inst h3 img{
	width: 156px;
	height: auto;
}
section.entry .inst .inner ul{
	width: 154px;
}

section.entry .inst .inner ul li {
	margin-bottom: 5px;
}
section.entry .inst .inner ul li.follow{
	margin-bottom: 10px;
}

section.entry .inst .inner ul li img {
	width: 154px;
}
section.entry .inst .inner ul li.follow img {
	width: 145px;
}

section.entry .inst .inner .phone {
	margin: 0 0 30px;
	width: 140px;
}

section.entry .inst .store .icon {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	vertical-align: middle;
	width: 35px;
	height: 35px;
}

section.entry .inst .store .sp {
	font-size: 12px;
	line-height: 1.2;
	/*width: 210px;*/
}




section.entry .tw {
	padding: 15px 0 35px;
}

section.entry .tw .inner {
	float: none;
	margin: 0 auto;
	width: 300px;
	min-height: 100%;
}

section.entry .tw h3 {
	margin: 0 0 10px;
}
section.entry .tw h3 img{
	width: 156px;
	height: auto;
}
section.entry .tw .inner ul{
	width: 154px;
}

section.entry .tw .inner ul li {
	margin-bottom: 5px;
}
section.entry .tw .inner ul li.follow{
	margin-bottom: 10px;
}

section.entry .tw .inner ul li img {
	width: 154px;
}
section.entry .tw .inner ul li.follow img {
	width: 145px;
}

section.entry .tw .inner .phone {
	margin: 0 0 30px;
	width: 140px;
}


section.entry .tw .btn_post {
	padding: 15px 0 14px;
	width: 300px;
}
section.entry .tw .btn_post img{
	width: 188px;
}


section.entry .notice p{
	font-size: 10px;
	margin: 0 10px;
}


section.about h2 img{
	width: 100px;
}

section.about ul {
	margin: 0 10px;
}

section.agreement {
	margin: 0 10px 30px;
	width: auto;
}
section.agreement .btn_agreement-open{
	width: 100%;
	display: block;
}
section.agreement .btn_agreement-open img{
	width: 100%;
}


section.agreement .detail{
	font-size: 11px;
}
section.agreement .detail .btn_close img{
	width: 100%;
}



section.links {
	margin: 0 10px 30px;
}
section.links .btn_brand{
	margin: 0 0 2% 0;
	padding: 12px 0;
}

section.links .btn_brand img {
	width: 90%;
}
section.links .social li.fb a{
	padding: 10px 0;
}
section.links .social li.fb img{
	width: 67px;
}
section.links .social li.inst a{
	padding: 9px 0;
}
section.links .social li.inst img{
	width: 67px;
}
section.links .social li.tw a{
	padding: 10px 0;
}
section.links .social li.tw img{
	width: 52px;
}
section.links .social li.yt a{
	padding: 10px 0 11px;
}
section.links .social li.yt img{
	width: 61px;
}



.btn_pagetop a img {
	/*width: 21px;*/
}

footer .inner .bnr{
	margin: 0 auto 20px;
}
footer .inner .bnr li{
	margin-bottom: 5px;
}
footer .inner .bnr li img {
	width: 118px;
}

footer .inner .credit {
	font-size: 10px;
}

footer .inner .credit .footlink-1 {
	padding: 0 0 10px;
}

footer .inner .credit small {
	padding: 15px 0 0;
}
}