@charset "UTF-8";
/* CSS Document 
.mv{
    margin: 0 auto 0px;
    position: relative;
	top:-140px;
	z-index: 0;
	width: 100%;
}*/
.mv {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9)defalt 56.25% */
	top:0px;
	overflow: hidden;
}

/* YouTube埋め込み用のiframe */
.mv iframe{
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.mv video{
  position: absolute;
  top: 50%;
  left: 50%;
	transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
}
.mv img{
	width: 100%;
	height: auto;
}
.sec01{
	position: relative;
	padding-top: 130px;
	margin-top: 0px;
}
.sec01:before{
	content: "";
	width: 70%;
	height: 648px;
	position: absolute;
	right:0;
	bottom:-20px;
	background: #B32619;
}
.sec01-wrap{
	background: #efefef;
}
.sec01-bg {
    background-image: url(../../img/top/sec01-img.png);
    background-repeat: no-repeat;
    background-position: right 240px;
    background-size: 624px auto;
	padding-bottom: 310px;
}
.sec02{
    position: relative;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    padding-top: 200px;
    margin-top: -40px;
    background-image: url(../../img/top/sec02-bg.png);
    background-size: 345px auto;
    background-position: -5% 0;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}
.sec02 .subtitle {
    color: #DC3738;
    font-size: 32px;
    font-weight: bold;
    margin-top: 10px;
}
.sec02 .movie-area{
	width: 81.58%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
.sec02 .movie-area iframe{
		aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}
.sec03 .txt-area {
    float: right;
    margin-right: 50px;
    width: 580px;
	margin-top: -15px;
}
.sec04 {
	    position: relative;
    font-size: 20px;
    line-height: 56px;
    padding-top: 200px;
    margin-top: -40px;
    background-image: url(../../img/top/sec04-bg.png);
    background-size: 877px auto;
    background-position: 120% 0;
    background-repeat: no-repeat;
    padding-bottom: 140px;
}

.sec04 .btn a{
    display: block;
    width: 280px;
    background-image: url(../../img/top/arrow01.png);
    background-repeat: no-repeat;
    background-position: 99% center;
	background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#000;
	padding: 20px 0 20px;
	transition: 0.2s;
}
.sec04 .btn a:hover{
	    background-image: url(../../img/top/arrow01.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#DC3738;
	padding: 20px 0 20px;
}
.sec04 .item-slidearea {
	position: relative;
}
.sec05 .txt-area {
    float: right;
    margin-right: 50px;
    width: 580px;
	margin-top: -15px;
}
.sec06{
    position: relative;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    padding-top: 160px;
    padding-bottom: 140px;
	background-image: url(../../img/top/sec06-bg.png);
    background-size: 886px auto;
    background-position: -10% bottom;
    background-repeat: no-repeat;
}
.sec06 .cel3-box a{
	text-decoration: none;
	color:#000;
 }
.sec07 {
    position: relative;
	background: #B32619;
	margin-top: 100px;
	margin-bottom: 120px;
}
.sec07 a{
	text-decoration: none;
}
.sec07 a .photo {
    width: 76%;
    height: 392px;
    margin-left: auto;
    position: relative;
    top: -130px;
    background-image: url(../../img/top/sec07-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	transition: 0.2s;
}

.sec07 .photo img{
	width: 100%;
	height: auto;
}
.sec07 a .irast{
	position: absolute;
	top:-10%;
	left:12%;
	transition: 0.2s;
}
.sec07 a:hover .irast{
	position: absolute;
	top:-10%;
	left:12%;
	transform: rotate(-5deg);
}
.sec07 .title{
	width: 1086px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-size:140px;
	color:#fff;
	font-weight: bold;
	line-height: 140px;
	position: relative;
	margin-top: -160px;
}
.sec07 .btn{
	width: 1086px;
	margin-left: auto;
	margin-right: auto;
	
}
.sec07 a .btn span{
    display: block;
    width: 280px;
    background-image: url(../../img/top/arrow02.png);
    background-repeat: no-repeat;
    background-position: 99% center;
	background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#fff;
	padding: 20px 0 20px;
	transition: 0.2s;
}
.sec07 a:hover .btn span{
	    background-image: url(../../img/top/arrow02.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#000;
	padding: 20px 0 20px;
}
.sec08 {
    background-image: url(../../img/top/sec08-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 60px;
    padding-bottom: 70px;
}
.sec08 .title {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: bold;
}
.cel2-area {
    text-align: center;
}
.cel2-area .cel2-box{
	display: inline-block;
	margin: 20px;
}
.cel2-area .cel2-box a {
    display: block;
    background-color: #DC3738;
    color: #FFFFFF;
    width: 434px;
    padding: 40px;
    text-decoration: none;
    text-align: left;
    font-size: 30px;
    background-image: url(../../img/top/arrow03.png);
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 33px auto;
	transition: 0.2s;
}
.cel2-area .cel2-box a:hover{
	
    background-color: #B32619;background-image: url(../../img/top/arrow03.png);
    background-repeat: no-repeat;
    background-position: 92% center;
}



.txt36 {
    font-size: 36px;
}
.sec-txt{
	font-size:20px;
	line-height: 56px;
}
.sec-txt18{
	font-size:18px;
	line-height: 34px;
}
.sec-title {
	font-size:140px;
	color:#DC3738;
	font-weight: bold;
	line-height: 80px;
}
.sec-title-img{
	width: 100%;
	height: auto;
	position: relative;
}
.sec-title-img img {
	width: 100%;
	height: auto;
}
.sec-btnlist {
    width: 470px;
    padding-top: 40px;
}
.sec-btnlist li{
	margin-bottom: 10px;
}
.sec-btnlist li a{
    display: block;
    border-bottom: 3px solid #000;
    background-image: url(../../img/top/arrow01.png);
    background-repeat: no-repeat;
    background-position: 99% center;
    background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#000;
	padding: 20px 0 20px;
	transition: 0.2s;
}
.sec-btnlist li a:hover{
    display: block;
    border-bottom: 3px solid #DC3738;
    background-image: url(../../img/top/arrow01-on.png);
    background-repeat: no-repeat;
    background-position: 100% center;
    background-size: 16px auto;
    text-decoration: none;
    font-size: 30px;
	color:#DC3738;
	padding: 20px 0 20px;
}
.mt40 {
    margin-top: 40px;
}

.item-slider {
    width: 1550px;
    position: relative;
    right: 0px;
    margin-left: auto;
    padding-top: 30px;
    margin-top: 0px;
	padding-bottom: 50px;
}
.item-slider #slick02 li.itembox {
    width: 343px;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    height: 484px;
	position: relative;
	padding: 0;
	font-size:14px;
	line-height: 24px;
}
.item-slider #slick02 li img{
    width: 343px;
    height: 484px;
}
.item-slider #slick02 li .itemtxt{
    padding: 300px 30px 30px;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 44.04%,rgba(0,0,0,0.80) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.00) 44.04%,rgba(0,0,0,0.80) 100%);
    background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.00) 44.04%,rgba(0,0,0,0.80) 100%);
    background-image: linear-gradient(180deg,rgba(0,0,0,0.00) 44.04%,rgba(0,0,0,0.80) 100%);
    position: absolute;
	top:0;
	left:0;
	width: 283px;
	height: 154px;
	color:#fff;
}
.item-slider #slick02 li .itemtxt .tekito{
	font-size:21px;
	line-height: 32px;
}

#slick02 .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:-20%;
	left:62%;
	right:32%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick02 .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top:-20%;
	right:30%;
	display: block;
	width: 50px;
	height: 50px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	z-index: 2000;
}
#slick02 .slick-prev:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../../img/top/slick2-prev.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: center top;
}
#slick02 .slick-next:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-image: url(../../img/top/slick2-next.png);
	background-size: 50px 50px;
	cursor: pointer;
	background-position: left top;
}

.cel3-area{
	font-size:0;
	margin: 50px 0;
}
.cel3-box{
	display: inline-block;
	vertical-align: top;
	width: 320px;
	position: relative;
	margin-right: 55px;
	margin-bottom: 55px;
}

.cel3-box:nth-child(3n){
	margin-right: 0px;
}
.cel3-box .photo{
	position: relative;
	padding-bottom: 20px;
}
.cel3-box .photo img{
	width: 100%;
	height: auto;
}
.cel3-box .photo .icon  {
	width: 28px;
	height: auto;
	position: absolute;
	right:0;
	bottom:0;
}
.cel3-box p{
	font-size: 30px;
	line-height: 38px;
	vertical-align: top;
}
.cel3-box p.one{
	padding: 24px 0;
}
.cel3-box a .linekadobox .inner02{
	transition: 0.2s;
}
.cel3-box a:hover .linekadobox .inner02{
	background: #DC3738;
	color:#fff;
}
.linekadobox {
    position: relative;
	width: 320px;
	margin: 0 auto;
}
.linekadobox .inner01,.linekadobox .inner02 {
    position: relative;
	background: #fff;
}
.linekadobox .inner02{
	border: 2px solid #000;
	padding: 35px;
	text-align: center;
	
}
.linekadobox .inner01:before{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	top:-8px;
	left:-8px;
}
.linekadobox .inner01:after{
	content: "";
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	top:-8px;
	right:-8px;
    visibility: visible;  
}
.linekadobox .inner02:before{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	position: absolute;
	bottom:-8px;
	left:-8px;
}
.linekadobox .inner02:after{
	content: "";
	width: 10px;
	height: 10px;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	position: absolute;
	bottom:-8px;
	right:-8px;
    visibility: visible;  
}

.center-btn a{
    background-color: #DC3738;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
    width: 370px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    padding-left: 20px;
    text-decoration: none;
    color: #fff;
    background-image: url(../../img/feature/sec04-arrow.png);
    background-repeat: no-repeat;
    background-position: 93% center;
    background-size: 20px auto;
	transition: 0.2s;
}
.center-btn a:hover{
	
    background-color: #B32619;
	background-image: url(../../img/feature/sec04-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 20px auto;
}