@charset "UTF-8";
/* CSS Document */

*{
	box-sizing: border-box;
}

html{
	overflow-x: hidden;
	background-color: #FFF;
}

body{
	overflow-x: hidden;
	font-family: 'Noto Sans JP','Arapey',游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #000;
	overflow: hidden;	
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

img{
	width: 100%;
}

.inner{
	margin: auto;
}

header{
	background-color: #FFF;
	position: fixed;
	width: 100%;
	z-index: 10;
}

header .inner{
	width: 1300px;
	padding: 20px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

header .logoWrap{
	width: 60px;
}

header .btnWrap{
	display: block;
	color: #eb5a32;
	font-size: 14px;
	font-family: 'Oswald', sans-serif;
}

main{
	padding-top: 70px;
}

#mv{
	position: relative;
	margin-bottom: 200px;
}

#mv h1{
	width: 520px;
	position: absolute;
	left: 25%;
	margin: auto;
	top: 25%;
	z-index: 5;
	transition-duration:0.8s;
	transition-timing-function:ease-in;
	transition-delay:1.2s;
	opacity: 0;	
}

#mv.active h1{
	opacity: 1;
}

#mv .imgWrap{
	position: relative;
	width: 30%;
	float: right;
	transition-duration:0.5s;
	transition-timing-function:ease-in-out;
	transition-delay:0.5s;
	opacity: 0;
	right: -30px;
}

#mv.active .imgWrap{
	opacity: 1;
	right: 0;
}

#mv .catchWrap{
	width: 210px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition-duration:0.5s;
	transition-timing-function:ease-in;
	transition-delay:1.6s;	
}

#mv.active .catchWrap{
	opacity: 1;
}

#mv .btnScroll{
	width: 40px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -100px;
	margin: auto;
	animation: anime01 3s infinite;
	transition-duration:0.2s;
	transition-timing-function:ease-in;
	transition-delay:2.2s;
	opacity: 0;
}

#mv.active .btnScroll{
	bottom: -100px;
	opacity: 1;
}

@keyframes anime01 {
  0% {
	  bottom: -100px;
  }
  50% {
	  bottom: -120px;
  }
  100% {
	  bottom: -100px;
  }
}

h2.titleWrap {
	position: relative;
	font-size: 45px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	margin-bottom: 100px;
	overflow-y: hidden;
	padding-top: 20px;
}

h2.titleWrap .text {
	display: inline-block;
	position: relative;
	font-weight: bold;
	bottom: -1em;	
	transition-duration:0.5s;
	transition-timing-function:ease-in;
	transition-delay:0.5s;
}

h2.titleWrap.active .text {
	bottom: 0;
}

h2.titleWrap:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-color: #e94823;
	width: 0;
	height: 5px;
	transition-duration:0.4s;
	transition-timing-function:ease-in;
	transition-delay:0.7s;
}


h2.titleWrap.active:before {
	width: 50px;
}

#gallery{
	width: 1300px;
	margin: 0 auto 220px;
	transition-duration:1s;
	transition-timing-function:ease-in-out;
	transition-delay:0.7s;
	opacity: 0;
}

#gallery.active{
	opacity: 1;
}

#brand{
	position: relative;
	height: 800px;
}

#brand .inner{
	width: 1100px;
	transition-duration:0.5s;
	transition-timing-function:ease-in;
	transition-delay:0.8s;
	opacity: 0;
}

#brand.active .inner{
	opacity: 1;
}

#brand .inner .sliderWrap{
	width: 50%;
}

#brand .inner .sliderWrap h3{
	line-height: 1.2em;
	color: #9fa0a0;
	font-size: 25px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

#brand .inner .sliderWrap .textWrap{
	line-height: 1.5em;
	font-size: 16px;
}

#brand .slick-dots li button:before {
	width: 10px;
	height: 10px;
	content: '';
	background-color: #FFF;
	border: 1px solid #000;
	border-radius: 20px;
	opacity: 1;
}

#brand .slick-dots li.slick-active button:before {
	opacity: 1;
	background-color: #e94823;
	border: 1px solid #e94823;
}

#brand .imgWrap{
    width: 50%;
    float: right;
    position: relative;
    top: -551px;
	transition-duration:0.5s;
	transition-timing-function:ease-in;
	transition-delay:0;
}

#brand.active .imgWrap{
	opacity: 1;
}

#brand .slick-dots {
	left: 0;
	bottom: -50px;
	width: auto;
}

#collection{
	margin-bottom: 230px;
	position: relative;
}

#collection .inner{
	width: 1100px;
}

#collection .contentsWrap{
	position: relative;
}

#collection .contentsWrap .imgGroup{
	margin-bottom: 50px;
}

#collection .contentsWrap.num01{
	position: relative;
	margin-bottom: 550px;
}

/*#collection .contentsWrap li{
	display: block;
	z-index: 5;
}

#collection .contentsWrap li.num01{
	display: block;
	z-index: 10;
}*/

#collection .contentsWrap li.num01 a{
	display: block;
}

#collection .contentsWrap li.num01 a:hover{
	opacity: 1.0;
}

#collection .contentsWrap li.num01 a:hover:before{
	content: "";
	display: block;
	background-color: #FFF;
	opacity: 0.5;
	position: absolute;
	left:0;
	top:0;
	height: 100%;
	width: 100%;
}

#collection .contentsWrap li.num01 a:before{
	opacity: 0;
	transition-duration:0.8s;
	transition-timing-function:ease;
}

#collection .contentsWrap li.num01 a:hover:after{
	content: "ONLINE SHOP";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	margin: auto;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	z-index: 10;
	color: #000;
}

#collection .contentsWrap li.num01 .text{
	position: absolute;
	display: block;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	writing-mode: vertical-rl;
	white-space: nowrap;
}

#collection .contentsWrap.num01 li.num01 .text{
	left: -30px;
	top: 190px;
}

#collection .contentsWrap.num02 li.num01 .text{
	right: -30px;
	top: 190px;
}

#collection .contentsWrap.num03 li.num01 .text{
	left: -35px;
	top: 190px;
}

#collection .contentsWrap li .text:before{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 1px;
	height: 180px;
	right: 7px;
	top: -190px;
}

#collection .contentsWrap.num02{
	margin-bottom: 500px;
}

#collection .contentsWrap.num03{
	margin-bottom: 170px;
}

#collection .contentsWrap .infoWrap{
	transition-duration:1.2s;
	transition-timing-function:ease;
	transition-delay:1.5s;
	opacity: 0;
}

#collection .contentsWrap.active .infoWrap{
	opacity: 1;
}

/*ブーケ*/
#collection .contentsWrap.num01 .imgGroup li.num01{
	position: relative;
	width: 510px;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:0.2s;
	opacity: 0;
	left: -20px;
}

#collection .contentsWrap.num01.active .imgGroup li.num01{
	opacity: 1;
	left: 0;
}

#collection .contentsWrap.num01 .imgGroup li.num01:before{
	content: "";
	position: absolute;
	left: 15px;
	bottom: -15px;
	background-color: #e94823;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#collection .contentsWrap.num01 .imgGroup li.num02{
	position: absolute;
	left: auto;
	right: 150px;
	bottom: 0;
	margin: auto;
	width: 315px;
	z-index: 5;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:1s;
	opacity: 0;	
}

#collection .contentsWrap.num01.active .imgGroup li.num02{
	opacity: 1;
	bottom: 50px;
}

#collection .contentsWrap.num01 .imgGroup li.num03{
	position: absolute;
	right:0;
	top: 50px;
	margin: auto;
	width: 315px;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:0.6s;
	opacity: 0;
}

#collection .contentsWrap.num01.active .imgGroup li.num03{
	opacity: 1;
	top: 0;
}

/*ギフトボックス*/
#collection:before{
	content: "";
	position: absolute;
	left: 0;
	top: 1000px;
	background-image: url("../img/bg01_collection.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 480px;
	height: 760px;
	z-index: -1;
}

#collection:after{
	content: "";
	position: absolute;
	right: 0;
	top: 2300px;
	background-image: url("../img/bg02_collection.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 680px;
	height: 450px;
	z-index: -1;
}

#collection .contentsWrap.num02 .imgGroup li.num01{
	float: right;
	position: relative;
	width: 650px;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:0.5s;
	opacity: 0;
}

#collection .contentsWrap.num02.active .imgGroup li.num01{
	opacity: 1;
	top: 0;
}


#collection .contentsWrap.num02 .imgGroup li.num01:before{
	content: "";
	position: absolute;
	right: 15px;
	bottom: -15px;
	background-color: #e94823;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#collection .contentsWrap.num02 .imgGroup li.num02 {
	position: absolute;
	left: 100px;
	bottom: -250px;
	margin: auto;
	width: 490px;
	z-index: 5;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:1s;
	opacity: 0;	
}

#collection .contentsWrap.num02.active .imgGroup li.num02{
	opacity: 1;
	bottom: -150px;
}

#collection .contentsWrap.num02 .infoWrap{
	position: absolute;
	right: 0;
	bottom: -150px;
}

/*お花の定期便*/
#collection .contentsWrap.num03 .imgGroup li.num01{
	position: relative;
	width: 510px;
	left: -50px;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:0.5s;
	opacity: 0;
}

#collection .contentsWrap.num03.active .imgGroup li.num01{
	opacity: 1;
	left: 0;
}

#collection .contentsWrap.num03 .imgGroup li.num01:before{
	content: "";
	position: absolute;
	right: 15px;
	bottom: -15px;
	background-color: #e94823;
	width: 100%;
	height: 100%;
	z-index: -1;
}

#collection .contentsWrap.num03 .imgGroup li.num02{
	position: absolute;
	left: 100px;
	right: 0;
	bottom: -150px;
	margin: auto;
	width: 315px;
	z-index: 5;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:1.5s;
	opacity: 0;
}

#collection .contentsWrap.num03.active .imgGroup li.num02{
	opacity: 1;
	bottom: -50px;
}

#collection .contentsWrap.num03 .imgGroup li.num03 {
	position: absolute;
	right: 100px;
	top: 250px;
	margin: auto;
	width: 315px;
	transition-duration:0.8s;
	transition-timing-function:ease;
	transition-delay:1s;
	opacity: 0;
}

#collection .contentsWrap.num03.active .imgGroup li.num03{
	opacity: 1;
	top: 150px;
}

#collection .contentsWrap .infoWrap h3{
	line-height: 1.2em;
	color: #9fa0a0;
	font-size: 25px;
	margin-bottom: 20px;
}

#collection .contentsWrap .infoWrap .textWrap{
	line-height: 1.5em;
	font-size: 16px;
}

#collection .contentsWrap.num01 .infoWrap .textWrap{
	width: 550px;
}

#collection .contentsWrap.num02 .infoWrap .textWrap{
	width: 450px;
}

#collection .contentsWrap.num03 .infoWrap .textWrap{
	width: 360px;
}

#collection .btnWrap{
	text-align: center;
	display: block;
}

#collection .btnWrap .text{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}


#collection .btnWrap .text:before{
	content: "";
	position: absolute;
	left: -80px;
	top: 35%;
	background-image: url("../img/icon_arrow.svg");
	background-repeat: no-repeat;
	width: 80px;
	height: 12px;
}

#collection .btnWrap:hover .text:before{
	animation: anime03 1s infinite;
}

@keyframes anime03 {
  0% {
	  left: -80px;
  }
  50% {
	  left: -90px;
  }
  100% {
	  left: -80px;
  }
}

#other{
	position: relative;
}

/*#other:after{
	content: "";
	position: absolute;
	right: 0;
	top: -220px;
	background-image: url("../img/bg_other.png");
	background-size: cover;
	background-repeat: no-repeat;
	width: 500px;
	height: 360px;
	z-index: -1;
}*/

#other .bgWrap {
    width: 54.18%;
    max-width: 596px;
    position: absolute;
    top: -22.5%;
    right: 0;
    z-index: 10;
}

#other .btnGroup{
	width: 730px;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

#other .btnGroup li{
	width: 50%;
	text-align: center;
	padding-top: 130px;
	margin-bottom: 200px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
}

#other .btnGroup li a .iconWrap{
	display: block;
	position: absolute;
	left:0;
	right:0;
	top: -100px;
	background-color: #000;
	width: 20px;
	height: 20px;
	border-radius: 100px;
	margin: auto;
}

#other .btnGroup li a .iconWrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100px;
	opacity: 0;
	background: #000;
}

#other .btnGroup li a:hover .iconWrap:before{
	content: "";
	opacity: 1;
	animation: anime02 1s cubic-bezier(1, 0, 0, 1) 1;
}

@keyframes anime02 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
}



#other .btnGroup li a{
	display: block;
	position: relative;
}

#other .inner{
	width: 1100px;
}

footer {
	position: relative;
	background-color: #e94823;
	padding: 50px 0;
	z-index: 30;
	color: #FFF;
}

footer .inner {
	width: 900px;
	margin: auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

footer .logoWrap {
	width: 210px;
	margin-top: 50px;
}

footer .logoWrap img {
	width: 100%;
}

footer .infoWrap{
	margin-top: 70px;
}

footer .infoWrap .btnWrap {
	font-size: 14px;
	display: block;
	color: #FFF;
}

/*改行切り替えクラス*/
/*改行クラス（PC）*/
.breakLinePC{
	display:block;
}

/*改行クラス（SP）*/
.breakLineSP{
	display:inline;
}

/*PCのみ表示コンテンツ*/
.onlyPC{
	display:block;
}

/*スマホのみ表示コンテンツ*/
.onlySP{
	display:none;
}

/*リンク要素にカーソル乗せた時の変化*/
a:hover{
	opacity:0.9;
}

.noLink{
	pointer-events: none;
	cursor: default;
}

/*画面サイズが1500px以下の場合*/
@media screen and (max-width: 1600px) {
	#mv h1{
		width: 30%;
	}
}

/*画面サイズが1500px以下の場合*/
@media screen and (max-width: 1500px) {
	header .inner{
		width: auto;
	}
	
	#mv .imgWrap {
		width: 40%;
	}
}

/*画面サイズが1300px以下の場合*/
@media screen and (max-width: 1300px) {	
	.inner{
		width:auto;
		padding: 0 20px;
	}

	/*#mv h1 {
		left: 25%;
		right: auto;
	}*/
	
	#mv h1{
		width: 40%;
		left: 15%;
	}
	
	#mv {
		padding-bottom: 200px;
	}	
	
	#mv .imgWrap {
		width: 35%;
	}
	
	#gallery {
		width: auto;
		margin: 0 auto 150px;
	}	
	
	#brand .inner{
		width: auto;
		padding: 0 40px;
	}
	
	#collection .inner{
		width: auto;
		padding: 0 40px;
	}
	
	#other .inner{
		width: auto;
	}

	footer .inner {
		width: auto;
	}
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	#collection .contentsWrap.num01 .imgGroup li.num02 {
		bottom: 120px;
		width: 315px;
	}
	
	#collection .contentsWrap.num02 .imgGroup li.num02 {
		left: 0;
		bottom: -30px;
		width: 490px;
	}
	
	#collection .contentsWrap.num03 .imgGroup li.num02 {
		left: auto;
		right: 0;
	}
}


@media screen and (max-width: 980px) {
	.inner {
		width: auto;
		padding: 0 20px;
	}
	
	#brand {
		height: auto;
		margin-bottom: 200px;
	}

	#collection:before {
		top: 900px;
		width: 380px;
		height: 560px;
	}
	
	#collection:after {
		top: auto;
		width: 400px;
		height: 300px;
		bottom: 0;
	}
	
	#collection .contentsWrap.num01 .imgGroup li.num01 {
		width: 50%;
		left: -50px;
	}
	
	#collection .contentsWrap.num01.active .imgGroup li.num01{
		opacity: 1;
		width: 50%;
		left: -20px;
	}
	
	#collection .contentsWrap.num01.active .imgGroup li.num01{
		left: 0;
	}	
	
	
	#collection .contentsWrap.num01 .imgGroup li.num02 {
		bottom: 0;
		width: 35%;
		right: 0;
	}

	#collection .contentsWrap.num01.active .imgGroup li.num02{
		opacity: 1;
		bottom: 100px;
	}	
	
	
	#collection .contentsWrap.num01 .imgGroup li.num03 {
		width: 40%;
		right: 10px;
		top: 0;
	}
	
	#collection .contentsWrap.num01.active .imgGroup li.num03{
		opacity: 1;
		top: -100px;
	}
	
	#collection .contentsWrap.num02 .imgGroup li.num01 {
		width: 60%;
	}
	
	#collection .contentsWrap.num02 .imgGroup li.num02 {
		left: -50px;
		bottom: -50px;
		width: 45%;
	}
	
	#collection .contentsWrap.num02.active .imgGroup li.num02{
		bottom: -50px;
		left: 0;
	}	
		
	#collection .contentsWrap.num03 .imgGroup li.num01 {
		width: 50%;
	}	
	
	#collection .contentsWrap.num03 .imgGroup li.num02 {
		left: auto;
		right: 0;
		bottom: -50px;
		width: 35%;
	}
	
	#collection .contentsWrap.num03.active .imgGroup li.num02 {
		opacity: 1;
		bottom: 50px;
	}
	
	#collection .contentsWrap.num03 .imgGroup li.num03 {
		right: 20px;
		top: 0;
		width: 40%;
	}

	#collection .contentsWrap.num03.active .imgGroup li.num03 {
		opacity: 1;
		top: -150px;
	}
	
	#other .btnGroup {
		width: auto;
		right: 0;
	}
	
}

/*画面サイズが850px以下の場合*/
@media screen and (max-width: 850px) {
	
	#mv h1{
		width: 50%;
		top: 15%;
		left: 10%;
	}
	
	#mv .imgWrap {
		left: 20px;
		top: 100px;
	}	
	
	#mv .catchWrap {
		width: 30%;
	}
    
    #brand .imgWrap {
        top: -340px;
        width: 45%;
    }
	
	#collection:before {
		top: 700px;
		width: 32%;
		height: 17%;		
	}	
	
	#collection .contentsWrap.num01 .infoWrap .textWrap {
		width: auto;
	}
	
	#collection .contentsWrap.num02 .infoWrap .textWrap {
		width: auto;
	}
	
	#collection .contentsWrap.num03 .infoWrap .textWrap {
		width: auto;
	}	
		
	#collection .contentsWrap.num01 {
		margin-bottom: 200px;
	}
	
	#collection .contentsWrap.num02 {
		margin-bottom: 400px;
	}	
	
	#collection .contentsWrap.num03 {
		margin-bottom: 250px;
	}	

}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {
	
}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	
	#mv {
		padding-bottom: 150px;
	}	
	
	#collection .contentsWrap.num01.active .imgGroup li.num03{
		top: -50px;
	}
	
	#collection .contentsWrap.num02.active .imgGroup li.num02 {
		bottom: -20px;
	}	
	
	#brand .inner .sliderWrap {
		width: 75%;
	}
    
    #brand .imgWrap {
        top: -430px;
    }
	
	#other .btnGroup li {
		padding-top: 50px;
		margin-bottom: 150px;
	}	
	
	.tel{
		pointer-events:auto;
		cursor: auto;
	}
	
	/*改行クラス（SP）*/
	.breakLineSP{
		display:block;
	}
	
	/*改行クラス（PC）*/
	.breakLinePC{
		display:inline;
	}
	
	/*PCのみ表示コンテンツ*/
	.onlyPC{
		display:none;
	}
	
	.onlySP{
		display:block;
	}
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {
	
	#mv h1{
		width: 70%;
		left: 5%;
	}
	
	#collection .contentsWrap.num01 .imgGroup li.num01 {
		width: 60%;
		left: -50px;
	}
	
	#collection .contentsWrap.num01.active .imgGroup li.num01{
		opacity: 1;
		width: 60%;
		left: 0;
	}
	
	#collection .contentsWrap.num01 .imgGroup li.num02 {
		bottom: 100px;
		width: 35%;
		right: 0;
	}
	
	#collection .contentsWrap.num01 .imgGroup li.num03 {
		width: 40%;
		right: -20px;
		top: -70px;
	}
	
	#collection .contentsWrap.num02 {
		margin-bottom: 200px;
	}	
	
	#collection .contentsWrap.num02 .imgGroup li.num01 {
		width: 80%;
		float: none;
		margin: auto;
	}	
	
	#collection .contentsWrap.num02 .imgGroup li.num02 {
		left: 0;
		position: relative;
		width: 80%;
	}
	
	#collection .contentsWrap.num02 .infoWrap {
		position: relative;
		right: auto;
		bottom: auto;
	}
	
/*	#collection .contentsWrap.num01 .imgGroup li.num01:before {
		bottom: -5px;
		width: 97%;
		height: 97%;
		left: 12px;
	}	
	
	#collection .contentsWrap.num02 .imgGroup li.num01:before {
		bottom: -3px;
		width: 97%;
		height: 97%;
	}

	#collection .contentsWrap.num03 .imgGroup li.num01:before {
		right: 12px;
		bottom: -5px;
		width: 97%;
		height: 97%;
	}*/
	
	#collection .contentsWrap.num03 .imgGroup li.num01 {
		width: 55%;
	}
	
	#collection .contentsWrap.num03.active .imgGroup li.num01 {
		width: 55%;
	}

	#collection .contentsWrap.num03 .imgGroup li.num02 {
		left: auto;
		right: 0;
		bottom: 80px;
		width: 40%;
	}
	
	#collection .contentsWrap.num03.active .imgGroup li.num02 {
		bottom: 140px;
	}

	#collection .contentsWrap.num03 .imgGroup li.num03 {
		right: 0;
		top: -50px;
		width: 45%;
	}	

	#collection .contentsWrap.num03.active .imgGroup li.num03 {
		top: -80px;
	}

	
	#collection:before {
		top: 650px;
		width: 45%;
		height: 13%;
	}
	
	#collection:after {
		top: auto;
		width: 65%;
		height: 8%;
		bottom: 0;
	}	
	
	#other:after {
		top: -100px;
		width: 40%;
		height: 25%;
	}
	
	footer .inner {
		width: auto;
		display: block;
	}	
	
	footer .logoWrap {
		width: 50%;
		margin: auto;
	}
	
	footer .infoWrap {
		margin-top: 30px;
	}	
}

/*画面サイズが560px以下の場合*/
@media screen and (max-width: 560px) {

}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {

}


/*画面サイズが400px以下の場合*/
@media screen and (max-width: 400px) {

}

/*回り込み解除クラス*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}