@charset "utf-8";

/* CSS Document */
html{
	overflow-x: hidden;
}

body{
	position: relative;
	overflow-x: hidden;
	font-family: 'Cormorant Infant',serif,'Helvetica Neue','Helvetica','Arial';
	-webkit-text-size-adjust: 100%;
	color: #000000;
	background-color: #FFF !important;
	-webkit-font-smoothing: antialiased;	
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-style: normal;
}

.inner{
	width:1200px;
	margin:auto;
}

/*フェードイン*/
.fadeInWrapTop{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapTop.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapBegin{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	bottom: -50px;
}

.fadeInWrapBegin.active{
	opacity: 1;
	bottom: 0;
}

.fadeInWrapRight{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	right: -50px;
}

.fadeInWrapRight.active{
	opacity: 1;
	right: 0;
}

.fadeInWrapLeft{
	position: relative;
	transition-duration:1.0s;
	opacity: 0;
	left: -50px;
}

.fadeInWrapLeft.active{
	opacity: 1;
	left: 0;
}

main{
	position: relative;
	z-index: 3;
}

/*メインビジュアル*/
#mainVisual{
	background-image: url(../img/bg_mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#mainVisual .inner{
	height: 1000px;
	position: relative;
}

#mainVisual .infoWrap{
	position: absolute;
	width: 50%;
	left: 0%;
	top: 20%;
	z-index: 100;
	transition: all 300ms 0s ease;
}

#mainVisual .infoWrap h2{
	margin-bottom: 90px;
}

#mainVisual .infoWrap h2 .logo{
	display: block;
	width: 290px;
	height: 120px;
	margin-bottom: 30px;
	margin-left: 70px;
}

#mainVisual .infoWrap h2 .title{
	display: block;
	width: 650px;
	height: 190px;
}

#mainVisual .infoWrap img{
	width: 100%;
}

#mainVisual .infoWrap .textWrap{
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-size: 20px;
	line-height: 1.8em;
	letter-spacing: 2px;
	width: 450px;
	margin-left: 100px;
	color: #666666;
}

#mainVisual .imgWrap {
	position: absolute;
	left: 0;
	bottom: 0;
	right: -40%;
	margin: auto;
	width: 410px;
	height: 865px;
	transition: all 300ms 0s ease;
}

#mainVisual .imgWrap img{
	width: 100%;
}

/*ポイント紹介ブロック*/
.pointWrap .inner{
	position: relative;
	padding: 100px 0;
}

.pointWrap h3{
	position: absolute;
	transition-duration:1.0s;
	opacity: 0;
	top: 120px;
}

.pointWrap h3.active{
	position: absolute;
	width: 80px;
	z-index: 100;
	top: 70px;
	opacity: 1;
}

.pointWrap img{
	width: 100%;
}

.pointWrap .infoWrap{
	z-index: 100;
}

.pointWrap .infoWrap h4{
	font-size: 77px;
	font-weight: bold !important;
	line-height: 1.2em;
	margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

.pointWrap .infoWrap .textWrap{
	font-size: 17px;
	line-height: 2.5em;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

.pointWrap .infoWrap .textWrap span{
	font-weight: bold;
}

/*ポイント1*/
#point01 h3{
	left: 0;
}

#point01 .contentsGroup .infoWrap{
	float: right;
	width: 608px;
	position: relative;
	z-index: 10;
}

#point01 .contentsGroup .imgGroup{
	float: left;
	width: 590px;
	position: relative;
	left: 100px;
}

#point01 .contentsGroup .imgGroup .img02 {
	position: absolute;
	bottom: -150px;
	right: -420px;
}

/*ポイント２*/
#point02 .inner{
	padding: 100px 0 0;
}

#point02 h3{
	right:0;
}

#point02 .contentsGroup .infoWrap{
	float: left;
	width: 500px;
	position: relative;
	z-index: 10;
}

#point02 .contentsGroup .imgWrap{
	float: right;
	width: 550px;
	position: relative;
	left: -100px;
}

#point02 .contentsGroup .imgWrap .fadeOutImg{
	position: absolute;
	top:0;
	left:0;
}

/*ポイント３*/
#point03{
	color: #FFF;
	background-color: #002a62;
}

#point03 .inner{
	padding: 100px 0 250px;
}

#point03 .contentsGroup01 .imgWrap{
	bottom: -50px;
	transition-duration:1.0s;
	opacity: 0;
}

#point03 .contentsGroup01 .imgWrap.active{
	float: left;
	width: 450px;
	position: relative;
	left: 150px;
	bottom: 50px;
	opacity: 1;
}

#point03 .contentsGroup01 .infoWrap{
	float: right;
	width: 480px;
}
#point03 h4.title01{
	font-size: 36px;
	line-height: 1.5em;
	margin-bottom: 50px;
	font-weight: bold;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

#point03 .contentsGroup02{
	position: relative;
}

#point03 .contentsGroup02 .contentsWrap01 {
	float: right;
	z-index: 10;
	position: absolute;
	right: -110px;
	bottom: 50px;
}

#point03 .contentsGroup02 .contentsWrap01 .caseBlock{
	width: 676px;
	padding: 40px;
	box-sizing: border-box;
	background-color: #FFF;
	z-index: 10;
	position: relative;
	left: -105px;
}
#point03 .contentsGroup02 .contentsWrap01 .caseBlock .imgWrap{
	width: 560px;
}

#point03 .contentsGroup02 .contentsWrap01 .textWrap{
	position: relative;
	font-size: 23px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 1.5em;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}
#point03 .contentsGroup02 .contentsWrap01 .textWrap:before{
	content: "";
	position: absolute;
	background-image: url(../img/text_case.svg);
	background-repeat: no-repeat;
	width: 75px;
	height: 35px;
	top: -55px;
	left: 0;
}
#point03 .contentsGroup02 .contentsWrap02 {
	float: left;
	width: 700px;
	left: -100px;
	position: relative;
}

/*ポイント４*/
#point04{
	background-image: url(../img/bg_mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

#point04 .inner{
	padding: 100px 0 300px;
}

#point04 h3{
	right:0;
}

#point04 .infoWrap{
	position: absolute;
	transition-duration:1.0s;
	opacity: 0;
	top: 150px;
	left: 0;
}

#point04 .infoWrap.active{
	position: absolute;
	width: 510px;
	top: 100px;
	left: 0;
	opacity: 1;
}

#point04 .imgGroup{
	float: right;
	position: relative;
	width: 100%;
	top:-50px;
	transition-duration:1.0s;
	opacity: 0;
}

#point04 .imgGroup.active{
	top:0;
	opacity: 1;
}

#point04 .imgGroup .img01 {
	left: 550px;
	position: relative;
	top: 130px;
	width: 600px;
}

#point04 .imgGroup .img02 {
	position: absolute;
	left: 0;
	top: 310px;
}

/*カスタム*/
#custom{
	padding: 130px 0 100px;
	box-sizing: border-box;
	background-color: #FFF !important;
}

#custom img{
	width: 100%;
}

#custom h3{
	width: 210px;
	margin: 0 auto 80px;
}

#custom .catch{
	width: 980px;
	margin: 0 auto 30px;
}

#custom .textWrap{
	text-align: center;
	font-size: 35px;
	margin-bottom: 30px;
	line-height: 1.5em;
	font-weight: bold;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

#custom .btnWrap{
	width: 780px;
	position: relative;
	display: block;
	text-align: center;
	border: 5px solid #000;
	padding: 10px;
	box-sizing: border-box;
	margin: auto;
}

#custom .btnWrap:before{
	content: "";
	position: absolute;
	background-image: url(../img/arrow_btn_custom.svg);
	background-repeat: no-repeat;
	width: 175px;
	height: 30px;
	right: 30px;
	bottom: 0;
	top: 0;
	margin: auto;
}

#custom .btnWrap .imgWrap{
	display: block;
	width:230px;
	margin: auto;
	position: relative;
}

#custom .btnWrap .imgWrap img{
	width: 100%;
}

#custom .btnWrap:hover{
	opacity: 0.7;
}

/*下部ボタンエリア*/

#brand .inner{
	padding-bottom:80px;
	text-align: center;
}

#brand .btnGroup li{
	display:inline-block;
	width:250px;
	box-sizing:border-box;
	border: 1px solid #000;
	margin: 10px 7px;
}

#brand .btnGroup{
	width: 910px;
	text-align: center;
	margin: 0 auto 80px;
}

#brand .btnGroup li a{
	color:#000;
	display: block;
	box-sizing:border-box;
	padding: 12px;
	background-color: inherit;
	transition: 300ms ;
}

#brand .btnGroup li a:hover{
	color:#FFF;
	background-color: #000;
	transition: 300ms ;
}

#brand .btnGroup li a.selected {
	color: #FFF;
	background-color: #000;
	cursor: default;
	pointer-events: none;
}

#brand .contact{
	display:inline-block;
	text-align:center;
	border-bottom:2px solid #000;
	font-size:15px;
	font-weight:bold;
	padding:0 5px 10px;
	color: #000;
}

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

/*PCのみ表示コンテンツ*/
.onlyPC{
	display:block !important;
}
.onlyPCInline{
	display:inline-block !important;
}
.onlySP{
	display:none !important;
}
/*リンク要素にカーソル乗せた時の変化*/
a:hover{
	opacity:0.9;
}

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


/*メインビジュアル　スクロールアニメーション表示用*/
.scroll-bar {
    position: absolute;
    left: 4%;
    bottom: 0
}

.scroll-bar__text {
	font-size: 15px;
	font-weight: 600;
	color: #002a62;
	writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	letter-spacing: 0;
	margin-bottom: 13px;
	height:60px;
}

@media screen and (max-width: 420px) {
    .scroll-bar__text {
        font-size: 1.2rem;
        margin-bottom: 8px
    }
}

.scroll-bar__bar {
    width: 2px;
    height: 70px;
    background: rgba(35, 36, 38, 0.1);
    margin-left: 7px;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 420px) {
    .scroll-bar__bar {
        height: 40px;
        margin-left: 6px
    }
}

.scroll-bar__bar::before {
    content: '';
    width: 100%;
    background: #002a62;
    position: absolute;
    left: 0;
    top: 0;
    height: 40%;
    animation: scroll 1.5s cubic-bezier(1, 0.2, 0.2, 1) infinite
}

@keyframes scroll {
    0% {
        transform: translate3d(0, -100%, 0)
    }

    100% {
        transform: translate3d(0, 250%, 0)
    }
}
/*メインビジュアル　スクロールアニメーション表示用　ここまで*/


/*画面サイズが2000px以下の場合*/
@media screen and (max-width: 2000px) {
	#mainVisual .imgWrap {
		left: auto;
		right: 15%;
	}	
}


/*画面サイズが1500px以下の場合*/
@media screen and (max-width: 1500px) {
	#mainVisual .imgWrap {
		left: auto;
		right: 0;
	}	
}
	
/*画面サイズが1500px以下の場合*/
@media screen and (max-width: 1500px) {
	#point04 .infoWrap.active {
		position: absolute;
		width: 50%;
		bottom: auto;
		top: 100px;
		left: 0;
		opacity: 1;
	}
	
	#point04 .imgGroup .img02 {
		position: absolute;
		left: -300px;
		top: 310px;
	}
	
	#point04 .imgGroup .img01 {
		left: 650px;
		position: relative;
		top: 250px;
		width: 45%;
	}
	
	#point04 .imgGroup .img02 {
		position: absolute;
		left: 0;
		top: 310px;
		width: 45%;
	}
	
}

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

}

/*画面サイズが1200px以下の場合*/
@media screen and (max-width: 1200px) {
	.inner{
		width:1000px;
		margin:auto;
	}
	
	.pointWrap .infoWrap h4{
		font-size: 60px;
		margin-bottom: 30px;
	}
	
	#mainVisual .infoWrap {
		left: 0;
	}
	
	#point01 .contentsGroup .infoWrap {
		float: none;
		margin-left: 100px;
	}
	
	#point01 .contentsGroup .imgGroup .img02 {
		position: absolute;
		width: 70%;
		bottom: -140px;
		right: -260px;
	}

	#point03 .contentsGroup01 .imgWrap.active{
		width: 350px;
		left: 150px;
		bottom: 50px;
	}
	
	#point03 h4.title01 {
		font-size: 30px;
		margin-bottom: 100px;
		text-align: center;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 {
		float: right;
		z-index: 10;
		position: relative;
		right: auto;
		bottom: auto;
		width: 50%;
		top: 60px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .caseBlock {
		width: 100%;
		padding: 20px;
		left: auto;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .caseBlock .imgWrap {
		width: auto;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .textWrap {
		font-size: 20px;
		margin-bottom: 20px;
	}
	
	#point03 .contentsGroup02 .contentsWrap02 {
		float: left;
		width: 49%;
		left: auto;
		position: relative;
	}
	
	#point04 .imgGroup .img01 {
		left: 500px;
	}
	
}

/*画面サイズが1100px以下の場合*/
@media screen and (max-width: 1100px) {
	#point01 .contentsGroup .imgGroup .img01 {
		width: :100%;
	}
	
	#point03 .contentsGroup01 .infoWrap {
		float: none;
		width: 50%;
		margin-left: 100px;
		margin-bottom: 50px;
	}
	
	#point03 .contentsGroup01 .imgWrap {
		float: none;
		position: relative;
	}
	
	#point04 h3 {
		right: 20px;
	}
	
	#point04 h3.active {
		right: 20px;
	}
	
	#point04 .inner {
		padding: 100px 0;
	}

	#point04 .infoWrap {
		position: relative;
		width: 510px;
		bottom: auto;
		left: auto;
	}
	
	#point04 .infoWrap.active {
		position: relative;
		width: 600px;
		bottom: auto;
		left: auto;
		top:0;
	}

	#point04 .imgGroup {
		float: none;
		width: 100%;
		left: auto;
		top: auto;
	}
	
	#point04 .imgGroup.active  {
		float: none;
		width: 100%;
		left: auto;
		top: auto;
	}
	
	#point04 .imgGroup .img02 {
		position: relative;
		left: auto;
		top: auto;
		float: left;
		width: 48%;
	}
	
	#point04 .imgGroup .img01 {
		left: auto;
		position: relative;
		top: 0;
		float: right;
		width: 50%;
	}
	
	#custom .catch {
		width: 80%;
	}	
}

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

}

/*既存のヘッダー、フッター修正*/
@media screen and (min-width: 1080px) {
	.inner{
		width:1200px;
		margin:auto;
	}
}

/*画面サイズが1071px以下の場合*/
@media screen and (max-width: 1071px) {
	header .c-header__gnav__item>a span{
		font-weight: bold;
	}
}

/*画面サイズが1000px以下の場合*/
@media screen and (max-width: 1000px) {
	.inner{
		width:auto;
		margin:auto;
		padding: 0 20px;
	}
	
	.pointWrap .inner {
		padding: 100px 20px;
	}
	
	#mainVisual .inner {
		height: 800px;
	}
	
	#mainVisual .infoWrap {
		width: 60%;
		left: 20px;
	}
	
	#mainVisual .infoWrap h2 .logo {
		width: 50%;
		height: auto;
		margin-bottom: 30px;
		margin-left: 0;
	}
	
	#mainVisual .infoWrap h2 .title {
		width: 100%;
		height: auto;
	}
	
	#mainVisual .infoWrap h2 {
		margin-bottom: 50px;
	}
	
	#mainVisual .infoWrap .textWrap {
		font-size: 20px;
		letter-spacing: 0px;
		width: auto;
		margin-left: 50px;
	}
	
	#mainVisual .imgWrap {
		width: 40%;
		height: auto;
	}
	
	.pointWrap .infoWrap h4{
		font-size: 50px;
		letter-spacing: 1px;
		margin-bottom: 30px;
	}

	.pointWrap h3 {
		width: 60px;
		top: 120px;
	}
	
	.pointWrap h3.active {
		width: 60px;
		top: 70px;
	}
	
	.pointWrap .infoWrap .textWrap {
		font-size: 17px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	
	#point01 h3 {
		left: 20px;
	}
	
	#point01 h3.active {
		left: 20px;
	}
	
	#point01 .contentsGroup .infoWrap {
		float: none;
		margin-left: 100px;
	}
	
	#point01 .contentsGroup .imgGroup {
		float: none;
		width: 80%;
		position: relative;
		left: auto;
	}
	
	#point01 .contentsGroup .imgGroup .img02 {
		position: absolute;
		width: 50%;
		bottom: -140px;
		right: -150px;
	}
	
	#point02 .inner {
		padding: 100px 20px 0;
	}

	#point02 h3 {
		right: 20px;
	}
	
	#point02 h3.active {
		right: 20px;
	}
	
	#point03 h3 {
		left: 20px;
	}
	
	#point03 h3.active {
		left: 20px;
	}
	
	#point03 .inner {
		padding: 100px 20px 150px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 {
		right: auto;
	}
	
	#point03 h4.title01 {
		text-align: center;
		font-size: 30px;
		margin-bottom: 80px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .textWrap:before {
		content: "";
		width: 60px;
		height: 30px;
		top: -40px;
	}
	
	#point04 .inner {
		padding: 100px 20px;
	}
	
	#custom .btnWrap{
		width: auto;
		padding: 30px 10px;
	}
	
	#custom .btnWrap .imgWrap {
		width: 35%;
	}
	
	#brand .btnGroup li{
		float: left;
		width: 30%;
		margin: 10px 1%;
		font-size:13px;
	}
	
	#brand .btnGroup{
		width: auto;
	}
	
	.scroll-bar {
		left: 20px;
	}	
}

/*画面サイズが800px以下の場合*/
@media screen and (max-width: 800px) {
	
	main{
		margin-top: 55px;
	}
	
	#point01 .contentsGroup .infoWrap {
		width: auto;
	}
	
	#point03 h4.title01 {
		font-size: 26px;
		margin-bottom: 100px;
	}
	
	#point03 .inner {
		padding: 100px 20px 100px;
	}
	
	#point03 .contentsGroup01 .infoWrap {
		float: none;
		width: auto;
		margin-left: 100px;
	}
	
	#point03 .contentsGroup01 .imgWrap {
		float: none;
		width: 50%;
		left: auto;
		bottom: -50px;
		margin: 0 auto 30px;
	}
	
	#point03 .contentsGroup01 .imgWrap.active {
		float: none;
		width: 50%;
		left: auto;
		bottom: 0;
		margin: 0 auto 30px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 {
		top: 40px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .textWrap {
		font-size: 16px;
	}
	
	#point03 h4.title01 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 80px;
	}
	
	#custom .textWrap {
		font-size: 25px;
		margin-bottom: 20px;
	}
	
	#custom .btnWrap:before {
		content: "";
		width: 100px;
		height: 20px;
	}
	
	#custom .btnWrap .imgWrap {
		width: 40%;
	}
	
	#brand .btnGroup{
		text-align:left;
		margin: 0 auto 40px;
	}
	
	#brand .btnGroup li{
		width: 44%;
		margin: 10px 3%;
		font-size: 13px;
		text-align: center;
	}
}

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

}

/*画面サイズが680px以下の場合*/
@media screen and (max-width: 680px) {
	#mainVisual {
		overflow: hidden;
	}
	
	#mainVisual .infoWrap {
		width: 60%;
		left: 50px;
		top: 10%;
	}
	
	#mainVisual .infoWrap h2 .logo {
		margin-bottom: 15px;
	}
	
	#mainVisual .imgWrap {
		bottom: -30%;
	}
	
	#mainVisual .inner {
		height: 450px;
	}
	
	#mainVisual .infoWrap .textWrap{
		margin-left: 0;
	}
	
	.scroll-bar__text {
		font-size: 12px;
		height: 50px;
	}
	
	.scroll-bar {
		left: 20px;
	}
	
	.scroll-bar__bar {
		margin-left: 4px;
	}
	
	.pointWrap .infoWrap h4{
		margin-bottom: 20px;
	}
	
	.pointWrap .infoWrap .textWrap {
		font-size: 17px;
		line-height: 1.5em;
	}
	
	.pointWrap .infoWrap h4 {
		font-size: 24px;
	}
	
	#point01 .inner {
		padding: 100px 20px 0;
	}
	
	#point01 .contentsGroup .imgGroup {
		float: none;
		width: auto;
		position: relative;
		left: auto;
	}
	
	#point01 .contentsGroup .imgGroup .img01{
		margin-bottom: 20px;
	}
	
	#point01 .contentsGroup .imgGroup .img02 {
		position: relative;
		bottom: auto;
		right: auto;
		width: auto;
	}
	
	#point02 .contentsGroup .infoWrap {
		float: none;
		width: 80%;
	}
	
	#point02 .contentsGroup .imgWrap {
		float: none;
		width: auto;
		left: auto;
	}
	
	#point03 h4.title01 {
		font-size: 24px;
		text-align: center;
		margin-bottom: 80px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 {
		float: none;
		width: auto;
		bottom: auto;
		right: auto;
		top: auto;
		position: relative;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .textWrap {
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	#point03 .contentsGroup02 .contentsWrap01 .textWrap:before {
		content: "";
		width: 50px;
		height: 27px;
		top: -35px;
	}	
	
	#point03 .contentsGroup02 .contentsWrap01 .caseBlock {
		width: 100%;
		padding: 20px;
		position: relative;
		left: auto;
	}

	#point03 .contentsGroup02 .contentsWrap01 .caseBlock .imgWrap {
		width: auto;
	}	
	
	#point03 .contentsGroup02 .contentsWrap02 {
		float: none;
		width: auto;
		left: auto;
		position: relative;
	}
	
	#point04 .inner {
		padding: 100px 20px 80px;
	}
	
	#point04 .infoWrap {
		position: relative;
		width: 80%;
		left: -100px;
	}
	
	#point04 .infoWrap.active {
		position: relative;
		width: 80%;
		bottom: auto;
		left: 0;
		top: auto;
	}
	
	#point04 .imgGroup {
		float: none;
		position: relative;
		width: auto;
		left: auto;
		top: auto;
	}
	
	#point04 .imgGroup .img01 {
		position: relative;
		left: auto;
		top: auto;
		margin-bottom: 10px;
	}
	
	#point04 .imgGroup .img02 {
		left: auto;
		position: relative;
		top: auto;
	}
	
	#custom {
		padding: 100px 0;
	}
	
	#custom .btnWrap{
		padding: 10px 10px;
	}
	
	#custom .btnWrap .imgWrap {
		width: 40%;
	}
	
	#brand .btnGroup li{
		width: 46%;
		margin: 10px 2%;
		font-size: 13px;
	}
	
	#brand .btnGroup li a{
		padding: 12px 2px;
	}
	
	#brand .btnGroup li a:hover{
		color:#FFF;
		background-color: #000;
	}
	
	/*改行クラス（SP）*/
	.breakLineSP{
		display:block;
	}
	/*改行クラス（PC）*/
	.breakLinePC{
		display:inline;
	}
	/*PCのみ表示コンテンツ*/
	.onlyPC{
		display:none !important;
	}
	.onlyPCInline{
		display:none !important;
	}
	.onlySP{
		display:block !important;
	}
	
}

/*画面サイズが600px以下の場合*/
@media screen and (max-width: 600px) {
	
	#mainVisual .infoWrap {
		width: 65%;
		left: 20px;
		top: 10%;
	}
	
	#mainVisual .imgWrap {
		bottom: -10%;
	}
	
	#mainVisual .infoWrap h2 {
		margin-bottom: 30px;
	}
	
	#mainVisual .infoWrap .textWrap {
		font-size: 16px;
		line-height: 1.5em;
		margin-left: 20px;
	}
	
	#mainVisual .inner {
		height: 400px;
	}
	
	#point03 .contentsGroup01 .imgWrap {
		width: 80%;
	}
	
	#point03 .contentsGroup01 .imgWrap.active {
		width: 80%;
	}
		
	
	#point04 .imgGroup .img01 {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}
	
	#point04 .imgGroup .img02 {
		top: auto;
		float: none;
		width: auto;
	}	
	
	#custom h3 {
		width: 50%;
		margin: 0 auto 50px;
	}
	
	#custom .catch {
		margin: 0 auto 20px;
	}
	
	#custom .textWrap {
		font-size: 22px;
	}
	
	#custom .btnWrap .imgWrap {
		width: 50%;
	}
	
	#custom .btnWrap:before {
		content: "";
		width: 70px;
		height: 15px;
		right: 15px;
	}
}

/*画面サイズが480px以下の場合*/
@media screen and (max-width: 480px) {
	
	#mainVisual .inner {
		height: 350px;
	}
	
	#brand .btnGroup li{
		width: 100%;
		margin:0 auto 20px;
		font-size: 15px;
		text-align: center;
	}
	
	#brand .btnGroup li a{
		padding:15px;
	}
}



/*190729 ヘッダーフッター修正用記述*/


/*既存のヘッダー、フッター修正*/
header #head{
	z-index:1000;
}

.l-header__inner{
	position:relative !important;
}

.l-header__logo{
	position:absolute !important;
}

header .l-header__logo {
/*  left: auto !important;*/
  -webkit-transform:none;
  transform:none;
}

/*画面サイズが1071px以下の場合*/
@media screen and (max-width: 1071px) {
	.l-header__logo{
		position:relative !important;
	}
	
	header .l-header__logo,
	header .l-header__logo img {
		width: 108px;
		height: 26px;
	}
	
	header .l-header__logo{
		top: auto;		
		margin-top: 13px;
		margin-right: auto;
		margin-left: auto;
	}
	
	header .l-header__inner {
		height: auto;
	}
}