.page-ftr{
	line-height: 2;
	font-size: 16px;
	font-family:"ヒラギノ角ゴ Pro" , "Hiragino Kaku Gothic Pro" , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

.page-ftr *{
	box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

.page-ftr img{
	width: 100%;
	height: auto;
	display: block;
}

body{
	margin:  0;
	display: none;
}

.ftr-hero{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: auto;
}

.ftrh-tile{
	widows: 33.333%;
	position: relative;
}

.ftrh-link{
	position: absolute;
	width: 100%;
	padding:  0 10px;
	bottom:  20px;
	left:  0;
	text-align: center;
	color: #fff;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 17px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.ftrh-link a{
	display: block;
}

.ftrh-link:hover{
	opacity: .7;
}

.ftrh-link span{
	text-decoration: underline;
	display: inline-block;
	margin:  0 0 0 10px;
	font-weight: normal;
	font-size: 15px;
}

.ftrh-link span:after{
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	line-height: 20px;
	vertical-align: sub;
	background-image: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/02/10205057/nmb-play.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	margin:  0 0 0 10px;
}

.ftr-intro{
	background-image: url(https://d341ezm4iqaae0.cloudfront.net/assets/sites/43/2022/02/10205040/nmb-4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 49vw;
	padding: 40px 20px 0 20px;
}

.ftri-text{
	text-align: center;
	background-color: rgba(255,255,255,.8);
	padding: 40px 30px;
	width: 100%;
	max-width: 800px;
	margin:  auto;
}

.ftri-ttl{
	font-weight: bold;
	font-size: 25px;
	margin:  0 0 20px 0;
	color: #000;
}

.ftri-ttl span{
	font-size: 15px;
	font-weight: normal;
	display: block;
}

.ftri-ttl p{
	margin:  0;
	padding: 0;
	display: inline;
	line-height: 1;
}

.ftr-dt-wrap{
	padding:  0 0 80px 0;
}

.ftr-dt{
	position: relative;
	margin:  80px 0 0 0;
}

.ftr-dt-img{
	width: 72%;
}

.ftr-dt-wrap img{
	box-shadow: 9px 9px 0px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 9px 9px 0px 1px rgb(0 0 0 / 10%);
	-moz-box-shadow: 9px 9px 0px 1px rgb(0 0 0 / 10%);
	-o-box-shadow: 9px 9px 0px 1px rgb(0 0 0 / 10%);
}

.ftr-dt-img-sub2,
.ftr-dt-img-sub{
	position: absolute;
	right:  0;
	bottom:  0;
	width: 50%;
}

.ftr-dt-img-sub2{
	bottom:  170px;
}

.cm-btn a {
    line-height: 1.5;
}

.nmb-about-img{
	max-width: 700px;
	margin:  30px auto 0 auto;
}

.line-p p{
	margin: 0;
	padding: 0;
	display: block;
}

.ftr-dt-text{
	margin:  70px 0 0 0 ;
	line-height: 2.5;
}


.ftr-dt-text p{
	display: inline;
	margin:  0;
	padding:  0;
}

.ftr-dt-text a{
	display: inline-block;
	color: inherit;
	text-decoration: none;
	margin-top: 10px;
	line-height:  1.2;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ftr-dt-text a:hover{
	color: #6792F0;
}

.ftr-dt-text a:after{
	content: "";
	display: block;
	height: 1px;
	background-color: #000;
	width: 100%;	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.ftr-dt-text a:hover:after{
	background-color: #6792F0;
}


.ftr-dt-wrap .cm-wrap{
	padding:  0;
}

.scrl-btm.scrl{
	opacity: 0;
	-webkit-transition: all .8s ease;
	-moz-transition: all .8s ease;
	-o-transition: all .8s ease;
	transition: all .8s ease;
}

.scrl-btm.scrl{
	-webkit-transform: translateY(45px);
	-moz-transform: translateY(45px);
	-ms-transform: translateY(45px);
	-o-transform: translateY(45px);
	transform: translateY(45px);
}

.scrl-btm.scrl.scrld{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.cm-gal-wrap>div img{
	margin:  0;
}

.mb-scrl-btm.scrl{
	opacity: 1;
}

.mb-line p{
	margin:  0;
	padding:  0;
	display: inline;
}

.mb-line br{
	display: block;
}

.cm-gal-wrap>div a:hover:after, .cm-arc-list .cm-arc>div a:hover:after{
	display: none;
}

@media all and (max-width:1000px){
.page-ftr{
	font-size: 14px;
}

.ftr-dt-text{
	text-align: center;
}

.ftr-dt-text .mb-line{
	padding:  0 50% 0 20px;
	text-align: left;
}
}

@media all and (max-width:700px){
.page-ftr{
	font-size: 16px;
}

.ftr-intro{
	height: 80vw;
	background-position: bottom center;
}

.ftr-dt-img-sub2,
.ftr-dt-img-sub{
	position: relative;
	text-align: right;
	width: 100%;
	margin-top: -35px;
	bottom:  auto;
}

.ftr-dt-img-sub img,
.ftr-dt-img-sub2 img{
	width: 40%;
	display: inline-block;
}

.ftr-dt-text{
	text-align: center;
}

.ftrd-links a{
	margin: 20px 0 0 0;
}

.ftr-hero{
	display: block;
}

.cm-gal-wrap>div.ftrh-tile{
	width: 100%;
	margin:  0;
}


.ftri-ttl{
	font-weight: bold;
	font-size: 20px;
}

.ftr-intro{
	height: 120vw;
	background-position: bottom center;
}

.ftri-text br{
	display: none;
}

.mb-line br{
	display: none;
}

.mb-line p{
	display: block;
}

.ftri-text{
	padding:  25px;
}

.ftri-ttl p{
	display: block;
}

.ftr-dt-text{
	padding: 0 20px;
	max-width: 430px;
	margin: 30px auto 0 auto;
}

.ftr-dt-text .mb-line{
	padding: 0;
	text-align: center;
}

.ftr-dt-img-sub2 img,
.ftr-dt-img-sub img{
	width: 80%;
}

.mb-scrl-btm.scrl{
	opacity: 0;
	-webkit-transition: all 1.2s ease;
	-moz-transition: all 1.2s ease;
	-o-transition: all 1.2s ease;
	transition: all 1.2s ease;
}

.mb-scrl-btm.scrl{
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
	transform: translateY(25px);
}

.mb-scrl-btm.scrl.scrld{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.line-p p{
	display: inline;
}

.ftr-dt-img{
	width: 92%;
}


}

@media all and (max-width:480px){
.ftr-intro{
	height: 140vw;
}
}