@charset "UTF-8"; 

/*共通*/
.slogan h2 {
    font-size: 6rem;
}
.backW {
    background-color: #fff;
    width: 1200px;
    margin: 0 auto;
}
.mb50{ margin-bottom:50px !important;}
.mb20{ margin-bottom:20px !important;}

.h2, h2 {
    font-size: 28px;
    text-align: center;
    padding: 0 0 20px 0;
}
/*.font-yu{
	    font-family:'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif !important;
		font-weight: normal !important;
}*/
.font-yu{
  font-family: "Yu Gothic" !important;
  src: local("Yu Gothic Medium") !important;
  font-weight: bold !important;
 }
.bigTitle {
	position:relative;
}
.a-button-full-s {
    display: inline-block;
    padding: 5px ;
    width: 100%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
	margin: 10px 0 0 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.a-button-full-b {
	display: inline-block;
    font-size: 20px;
    padding: 20px;
    width: 90%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    margin: 50px 50px;
	transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.a-button-half-s {
    display: inline-block;
    padding: 5px ;
    width: 50%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
	margin: 50px auto 50px;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}

.list-brand{
	margin:20px 0;
	list-style:none;
	padding: 0 0 0 20px;
}
.list-brand li{
	list-style:none;
	margin:0px 0 30px;
	font-size:16px;
}
/*index - top*/
.navbar-customTop {
	/*topのヘッダー情報*/
    display: none;
}
.navbar-custom {
box-shadow:0px 1px 6px #efefef;
-moz-box-shadow: 0px 1px 6px #efefef;　/* Firefox用 */  
-webkit-box-shadow: 0px 1px 6px #efefef;　/* Safari,Google Chrome用 */  
}
.navbar-brand{
	padding: 5px 15px 0px !important;
}
.page-pic{
	margin:0 auto 30px;
	text-align:center;
}
.page-pic img{
	width:100%;
}

.txt01{
	margin:0 0 30px 0;
	line-height: 30px;
}

.slogan{
	text-align:center;
}
.slogan h1{
	font-size:24px !important;
	margin:0 0 30px 0;
}
.slogan p{
	margin-top:30px;
}
.scroll-box{
	position: absolute;
    bottom: 5%;
    left: 43%;
}
.scroll {
	padding-top: 80px;
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	text-shadow: 1px 1px 1px black;
	font-size:24px;
}
.scroll:link,
.scroll:hover,
.scroll:visited{
	text-decoration:none !important;
    color: #fff !important;
}

.scroll span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.scroll span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.scroll span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.scroll span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*  動画を背景に設定するスタイルシート  */
.embed-responsive-item{
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: 2;
}

.txt-center{
	text-align:center;
	line-height:50px;
	margin:50px 0 100px 0;
}
.txt-center02{
	text-align:center;
	line-height:36px;
	margin:0px 0 0px 0;
}
.txt-center03{
	text-align: left;
    line-height: 28px;
    width: 600px;
    margin: 0 auto 50px;
}
.txt-center04{
	text-align: left;
    line-height: 20px;
    width: 599px;
    margin: 0 auto 50px;
	border:1px solid #000;
	padding:20px;
}
.txt-center05{
	text-align: left;
    line-height: 20px;
    max-width: 560px;
    margin: 0 auto 50px;
	border:1px solid #000;
	padding:20px;
}
.icon-num{
display: block;
    height: 40px;
    width: 40px;
    border: 1px solid #000;
    background: #000;
    color: #FFF;
    /* border-radius: 25px; */
    margin: -40px auto 10px;
    font-size: 25px;
    padding: 9px 0 0 0;
    text-align: center;
}
.icon-txt{
	display: block;
    background: #000;
    color: #FFF;
    padding: 3px 10px;
    margin: -32px auto 10px;
    max-width: 320px;
    text-align: center;}

.font-sm01{ 
	font-size: 20px;
    padding: 0 20px;
    border: 1px solid #000;
    /*background: #000;*/
    margin: 0 0 20px 0;
    display: inline-block;
}
.txt-center span{ font-size:26px;}

/*  グリッド部分  */
.grid-box{
	margin:0 0 0 30px;
	min-height:
}
.grid-inner01{
	margin:0 30px 0 0;
}
@media (min-width: 992px){
.grid-inner01{
	height:400px;
}
}
.grid-box .img-big{
	width:380px;
	border:1px solid #eee;
}
.grid-box .img-small{
	width:155px;
	border:1px solid #eee;
}
.grid-box .txt {
    color: #5b5c5c;
    font-size: 12px;
    margin-top: 10px;
}
.grid-box .txt-mi{
	width:380px;
	background: rgba(0,0,0,.2);
    color: #fff;
    padding: 4.62963% 6.17284%;
}
.grid-box .tag {
    color: #057caf;
    font-size: 14px;
	letter-spacing: 2px;
    height: 30px;
}

.slogan img{
	width:40% !important;
	margin:0 auto !important;
}

@media screen and (max-width: 480px){
.backW {
    background-color: #fff;
    width: 92%;
    margin: 0 auto;
	padding: 0 0 0 0 !important;
}
.scroll-box {
    position: absolute;
    bottom: 12%;
    left: 30%;
}
.bigTitle {
    padding-bottom: 2em;
    height: 100vh;
}
.h2, h2 {
    font-size: 20px;
    text-align: center;
    padding: 0 0 20px 0;
}
.txt-center04 {
    text-align: left;
    line-height: 20px;
    width: 100%;
    margin: 0 auto 30px;
    border: 1px solid #000;
    padding: 20px;
}

.txt-center03 {
	text-align: left;
    line-height: 24px;
    width: 100%;
    margin: 0 auto 30px;
    font-size: 14px;
}

.grid-box .img-big {
	width: 100%;
    border: 1px solid #eee;
    margin: 0 0 30px 0;
}
.slogan h2 {
    font-size: 2rem;
}
.grid-box {
    margin: 0 0 0 0px;
	padding-top:2em !important;
}
.txt-center {
    text-align: center;
    line-height: 30px;
    margin: 0px 0 100px 0;
}
.grid-box .img-small {
    width: 100%;
	text-align:center;
	margin: 0 auto 20px;
    border: 1px solid #eee;
}
.grid-inner01 {
    margin: 0 0 0 0;
}
.grid-box .tag {
    color: #057caf;
    font-size: 16px;
    letter-spacing: 2px;
	height:auto;
    /* height: 30px; */
}
.grid-box .txt {
    color: #5b5c5c;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.txt-center05 {
    text-align: left;
    line-height: 30px;
    max-width: 560px;
    margin: 0 auto 50px;
    border: 1px solid #000;
    padding: 20px;
}
.a-button-full-s {
    display: inline-block;
    padding: 5px;
    width: 100%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    margin: 0px 0 20px 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.a-button-full-b {
	display: inline-block;
    font-size: 20px;
    padding: 20px;
    width: 90%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    margin: 50px 20px;
	transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.slogan {
    padding-top: 2em !important;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}
.slogan img{
	width:70% !important;
	margin:0 auto !important;
}
.slogan .disc01{
	width:90%;
	line-height:16px;
	font-size:11px;
	margin: 0 auto;
}

}
@media screen and (min-width: 481px) and (max-width: 768px){
	.col-sm-6 {
    width: 47% !important;
}
.container, .container-fluid {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.col-sm-12 {
    width: 100%;
	padding-left:0px !important;
}
.slogan {
    padding-top: 2em !important;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}
.slogan img{
	width:40% !important;
	margin:0 auto !important;
}
.slogan .disc01{
	width:50%;
	line-height:20px;
	font-size:12px;
	margin: 0 auto;
}

.backW {
    background-color: #fff;
    width: 92%;
    margin: 0 auto;
	padding: 0 0 0 0 !important;
}
.scroll-box {
    position: absolute;
    bottom: 12%;
    left: 30%;
}
.bigTitle {
    padding-bottom: 2em;
    height: 100vh;
}
.h2, h2 {
    font-size: 20px;
    text-align: center;
    padding: 0 0 20px 0;
}
.txt-center04 {
    text-align: left;
    line-height: 20px;
    width: 80%;
    margin: 0 auto 30px;
    border: 1px solid #000;
    padding: 20px;
}

.txt-center03 {
	text-align: left;
    line-height: 24px;
    width: 80%;
    margin: 0 auto 30px;
    font-size: 14px;
}

.grid-box .img-big {
	width: 100%;
    border: 1px solid #eee;
    margin: 0 0 30px 0;
}
.slogan h2 {
    font-size: 2rem;
}
.grid-box {
    margin: 0 0 0 0px;
	padding-top:2em !important;
}
.txt-center {
    text-align: center;
    line-height: 30px;
    margin: 0px 0 100px 0;
}
.grid-box .img-small {
    width: 100%;
	text-align:center;
	margin: 0 auto 20px;
    border: 1px solid #eee;
}
.grid-inner01 {
    margin: 0 0 0 0;
}
.grid-box .tag {
    color: #057caf;
    font-size: 16px;
    letter-spacing: 2px;
	height:auto;
    /* height: 30px; */
}
.grid-box .txt {
    color: #5b5c5c;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.txt-center05 {
    text-align: left;
    line-height: 30px;
    max-width: 560px;
    margin: 0 auto 50px;
    border: 1px solid #000;
    padding: 20px;
}
.a-button-full-s {
    display: inline-block;
    padding: 5px;
    width: 100%;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    margin: 0px 0 20px 0;
    transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.a-button-full-b {
	display: inline-block;
    font-size: 20px;
	padding: 10px 20px;
    Width: 90%;
	color: #000;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 5px;
    text-align: center;
    outline: 0;
    text-decoration: none;
    margin: 50px 20px;
	transition: color .3s ease-out,background-color .3s ease-out,border-color .3s ease-out;
}
.slogan {
    padding-top: 2em !important;
    color: #fff;
    text-shadow: 1px 1px 1px black;
}
.slogan img{
	width:70% !important;
	margin:0 auto !important;
}
.slogan .disc01{
	width:90%;
	line-height:16px;
	font-size:11px;
	margin: 0 auto;
}



}
