@charset "UTF-8";

.indexLayout #mainImg {
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.indexLayout #mainImg ul li{
    height: 565px;
}
.indexLayout #mainImg ul li:nth-child(1){
    background: url("../img/index/main03_sp.png")no-repeat center center/cover;
}
.indexLayout #mainImg ul li:nth-child(2){
    background: url("../img/index/main01_sp.png")no-repeat center center/cover;
}
.indexLayout #mainImg ul li:nth-child(3){
    background: url("../img/index/main02_sp.png")no-repeat center center/cover;
}
.indexLayout #mainImg ul li:nth-child(4){
    background: url("../img/index/main04_sp.png")no-repeat center center/cover;
}
.indexLayout #mainImg .mainTxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
/* animation */
@-webkit-keyframes passing-bar{
	0% {
		left: 0;
		right: auto;
		width: 0;
	}
	50% {
		left: 0;
		right: auto;
		width: 100%;
	}
	51% {
		left: auto;
		right: 0;
		width: 100%;
	}
	100% {
		left: auto;
		right: 0;
		width: 0;
	}
}
@keyframes passing-bar{
	0% {
		left: 0;
		width: 0;
	}
	50% {
		left: 0;
		width: 100%;
	}
	51% {
		left: 0;
		width: 100%;
	}
	100% {
		left: 100%;
		width: 0;
	}
}
@-webkit-keyframes passing-txt{
	0% { opacity: 0; }
	50% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes passing-txt{
	0% { opacity:0; }
	50% { opacity:0; }
	100% { opacity:1; }
}
.indexLayout #mainImg .mainTxt .passing .passing-box {
	display: block;
	text-align: center;
}
.indexLayout #mainImg .mainTxt .passing .passing-bar {
	position: relative;
	display: inline-block;
	/*　後ほど解説　*/
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.indexLayout #mainImg .mainTxt .passing .passing-bar:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	/* 任意の値 */
	background: #d70c19;
}
.indexLayout #mainImg .mainTxt .passing .passing-txt {
	opacity: 0;
	/* 後ほど解説 */
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	/* 任意の値 */
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.5;
}
.indexLayout #mainImg .mainTxt .passing.move .passing-bar:before {
	-webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
	animation: passing-bar 1s ease 0s 1 normal forwards;
    animation-delay: 6s;
}
.indexLayout #mainImg .mainTxt .passing.move .passing-txt {
	-webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
	animation:passing-txt 0s ease .5s 1 normal forwards;
    animation-delay: 6s;
}
.indexLayout #mainImg .mainTxt .logo.fadeInUpBox {
	opacity: 0;
}
.indexLayout #mainImg .mainTxt {
    width: 90%;
}
.indexLayout #mainImg .mainTxt .logo {
    margin-top: 20px;
    animation: fadeInUp 1.5s ease 0s 1 normal forwards;
    animation-delay: 7s;
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
}
.indexLayout #mainImg .mainTxt img {
    max-width: 100%;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .indexLayout #mainImg ul li{
                    height: 600px;
                }
                .indexLayout #mainImg .mainTxt {
                    width: auto;
                }
                .indexLayout #mainImg .mainTxt .logo {
                    max-width: 100%;
                    margin-top: 40px;
                }
                .indexLayout #mainImg ul li:nth-child(1){
                    background-image: url("../img/index/main03.png");
                }
                .indexLayout #mainImg ul li:nth-child(2){
                    background-image: url("../img/index/main01.png");
                }
                .indexLayout #mainImg ul li:nth-child(3){
                    background-image: url("../img/index/main02.png");
                }
                .indexLayout #mainImg ul li:nth-child(4){
                    background-image: url("../img/index/main04.png");
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
                .indexLayout #mainImg ul li{
                    height: 880px;
                }
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
			}


.indexLayout #main #c02 .cassette {
	width: 100%;
	max-width: 1400px;
	padding: 0;
}

.indexLayout #main #c02 .cassette .box01 {
	display: flex;
	height: 40px;
}

.indexLayout #main #c02 .cassette .box0101 {
	background-color: #191919;
	width: 50%;
	color: #fff;
	padding: 5px 0 0;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 35px;
	text-align: center;
	position: relative;
}

.indexLayout #main #c02 .cassette .box0102 {
	background: url(../img/index/02_bg01.png) no-repeat left center #fff;
	background-size: 100% auto;
	width: 50%;
}

.indexLayout #main #c02 .cassette .box0102 a {
	position: relative;
	display: block;
	padding: 0 20px;
	font-size: 1.4rem;
	line-height: 40px;
}

.indexLayout #main #c02 .cassette .box0102 a:link,
.indexLayout #main #c02 .cassette .box0102 a:visited {
	color: #fff;
	text-decoration: none;
}

.indexLayout #main #c02 .cassette .box0102 a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 6px;
	background: url(/common/img/arrow01_wh.png) no-repeat center center / contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c02 .cassette .box01 {
				}
				.indexLayout #main #c02 .cassette .box0101 {
					width: 150px;
				}
				.indexLayout #main #c02 .cassette .box0102 {
					width: 150px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c02 .cassette {
					display: flex;
					align-items: center;
				}
				.indexLayout #main #c02 .cassette .box01 {
					height: 80px;
				}
				.indexLayout #main #c02 .cassette .box0101 {
					padding: 5px 0 0;
					line-height: 75px;
					width: 100px;
				}
				.indexLayout #main #c02 .cassette .box0101:after {
					content: '';
					display: block;
					width: calc(100vw - 1400px / 2);
					height: 80px;
					background-color: #191919;
					position: absolute;
					right: 100%;
					top: 0;
				}
				.indexLayout #main #c02 .cassette .box0102 {
					width: 200px;
				}
				.indexLayout #main #c02 .cassette .box0102 a {
					padding: 0 30px;
					line-height: 80px;
				}
				.indexLayout #main #c02 .cassette .box0102 a:after {
					right: 50px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
				.indexLayout #main #c02 .cassette .box0101 {
					text-align: left;
				}
			}

.indexLayout #main #c02 .cassette .box02 {
	width: 100%;
}

.indexLayout #main #c02 .cassette .slider {
	padding: 0;
}

.indexLayout #main #c02 .cassette .slider li a {
	display: block;
	padding: 10px 4%;
	line-height: 1.4;
}

.indexLayout #main #c02 .cassette .slider li a:link,
.indexLayout #main #c02 .cassette .slider li a:visited {
	color: #111;
	text-decoration: none;
}

.indexLayout #main #c02 .cassette .slider li a time {
	display: block;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c02 .cassette .slider li a {
					display: flex;
					padding: 15px 4%;
				}
				.indexLayout #main #c02 .cassette .slider li a time {
					border-right: 1px solid #2c2c2c;
					padding: 0 20px 0 0;
					margin: 0 20px 0 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}



.indexLayout #main #c04 {
	background: url(../img/index/04_bg01.png) no-repeat right bottom / cover;
	padding: 60px 0 30px;
    text-align: center;
}

.indexLayout #main #c04 .cassette h2 {
	line-height: 1;
	padding: 0 0 25px;
}

.indexLayout #main #c04 .cassette h2 .en {
	display: block;
	color: #d8d8d8;
	font-size: 4rem;
	font-weight: 700;
}

.indexLayout #main #c04 .cassette h2 .text {
	font-size: 1.4rem;
}

.indexLayout #main #c04 .cassette .lead {
	font-size: 4rem;
	font-weight: bold;
	line-height: 1.3;
}
.indexLayout #main #c04 .cassette h3 {
    padding: 0 15px 10px;
}

.indexLayout #main #c04 .cassette .btnWhite {
    margin-top: 40px;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c04 {
					background: url(../img/index/04_bg01.png) no-repeat right bottom/ auto;
					padding: 0;
				}
				.indexLayout #main #c04 .cassette h2 {
					padding: 150px 0 25px;
				}
				.indexLayout #main #c04 .cassette h2 .en {
					font-size: 6rem;
				}
				.indexLayout #main #c04 .cassette h2 .text {
					font-size: 2rem;
				}
				.indexLayout #main #c04 .cassette .lead {
					font-size: 4rem;
				}
                .indexLayout #main #c04 .cassette h3 {
                    padding: 10px 30px;
                    margin-bottom: 50px;
                }
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c04 .cassette h2 .en {
					font-size: 10.5rem;
				}
				.indexLayout #main #c04 .cassette h2 .text {
					font-size: 2rem;
				}
				.indexLayout #main #c04 .cassette .lead {
					font-size: 6.5rem;
				}
			}


.indexLayout #main #c05 {
	padding: 60px 0 0;
	margin: 0 4% 50px;
	background: url(../img/index/05_bg01.jpg) no-repeat center center / cover;
}

.indexLayout #main #c05 .cassette h2 {
	line-height: 1;
	padding: 0 0 25px;
	color: #fff;
}

.indexLayout #main #c05 .cassette h2 .en {
	display: block;
	font-size: 6rem;
	font-weight: 700;
}

.indexLayout #main #c05 .cassette h2 .text {
	font-size: 1.4rem;
}



.indexLayout #main #c05 .cassette .bus_li > li {
	background-color: #fff;
	box-sizing: border-box;
	margin: 0 0 15px;
}
.indexLayout #main #c05 .cassette .bus_li > li > div {
    padding: 15px 20px;
}
.indexLayout #main #c05 .cassette .bus_li h3 {
    padding-bottom: 0;
    padding-left: 10px;
    margin-bottom: 25px;
    border-left: 8px solid #d70c18;
    font-size: 14px;
}
.indexLayout #main #c05 .cassette .bus_li h3 .en {
    display: block;
    font-size: 24px;
    line-height: 1.1;
}
.indexLayout #main #c05 .cassette .bus_li .disc_li li {
    position: relative;
    padding-left: 20px;
    color: #535252;
}
.indexLayout #main #c05 .cassette .bus_li .disc_li li::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
}
.indexLayout #main #c05 .cassette .bus_li .icon_li {
    padding-bottom: 0;
    display: flex;
    justify-content: flex-end;
}
.indexLayout #main #c05 .cassette .bus_li .icon_li li:not(:first-child) {
    margin-left: 5px;
}
.indexLayout #main #c05 .cassette .bus_li .icon_li span {
    display: block;
    padding: 2px 0;
    width: 53px;
    text-align: center;
    font-size: 12px;
}
.indexLayout #main #c05 .cassette .bus_li .icon_li .bb_icon span {
    background-color: #d70c18;
    color: #fff;
    border: 1px solid #d70c18;
}
.indexLayout #main #c05 .cassette .bus_li .icon_li .bc_icon span {
    color: #2e2e2e;
    border: 1px solid #2e2e2e;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
                .indexLayout #main #c05 .cassette .bus_li {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                }
				.indexLayout #main #c05 .cassette h2 .en {
					font-size: 8rem;
				}
				.indexLayout #main #c05 .cassette h2 .text {
					font-size: 2rem;
				}
				.indexLayout #main #c05 .cassette .bus_li > li {
					width: 32%;
					margin: 0 0 30px;
				}
				.indexLayout #main #c05 .cassette .btnWhite {
					text-align: right;
				}
                .indexLayout #main #c05 .cassette .bus_li > li > div {
                    padding: 30px 20px;
                }
                .indexLayout #main #c05 .cassette .bus_li h3 .en {
                    font-size: 28px;
                }
                .indexLayout #main #c05 .cassette .bus_li .disc_li {
                    min-height: 110px;
                }
                .indexLayout #main #c05 .cassette .bus_li > li:nth-child(1) .disc_li {
                    min-height: 140px;
                }
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c05 .cassette h2 {
					padding: 0 0 40px;
				}
				.indexLayout #main #c05 .cassette h2 .en {
					font-size: 16rem;
				}
				.indexLayout #main #c05 .cassette h2 .text {
					font-size: 3rem;
				}
				.indexLayout #main #c05 .cassette .bus_li {
					padding: 0 0 60px;
				}
				.indexLayout #main #c05 .cassette .btnWhite {
					width: 742px;
				}
			}


.indexLayout #main #c06 {
	padding: 60px 0 20px;
	margin: 0 4% 50px;
	background: url(../img/index/06_bg01.jpg) no-repeat left center / cover;
}

.indexLayout #main #c06 .cassette .box01 {
	margin: 0 2%;
	background-color: rgba(255, 255, 255, 0.85);
	padding: 40px 16px 15px;
}

.indexLayout #main #c06 .cassette .box01 h2 {
	padding: 0 0 15px;
}

.indexLayout #main #c06 .cassette .box01 h2 .redTag {
	margin: 0 0 10px;
}

.indexLayout #main #c06 .cassette .box01 h2 .en {
	display: block;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: #d8d8d8;
}

.indexLayout #main #c06 .cassette .box01 .btnWhite {
	text-align: right;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c06 .cassette .box01 {
					margin: 0 auto;
					padding: 40px 40px 15px;
					max-width: 650px;
					box-sizing: border-box;
				}
				.indexLayout #main #c06 .cassette h2 .en {
					font-size: 7.2rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c06 .cassette .box01 {
					margin: 0 0 0 550px;
				}
			}



.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img img {
	width: 432px;
}

.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span {
	display: block;
	text-align: right;
}

.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span a:link,
.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span a:visited {
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 700;
}

.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span a:hover,
.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span a:active {
	opacity: 0.7;
}

.indexLayout #main #c08 .cassette .flex div:nth-child(1) .img span a:after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 9px;
	background: url(/common/img/arrow01_re.png) no-repeat center center / contain;
	margin: 0 0 0 20px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c08 .cassette .flex {
					align-items: center;
				}
				.indexLayout #main #c08 .cassette .flex div:nth-child(1) {
					width: 40%;
					max-width: 432px;
				}
				.indexLayout #main #c08 .cassette .flex div:nth-child(2) {
					width: 50%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


.indexLayout #main #c09 {
	margin: 0 0 50px;
}

.indexLayout #main #c09 .flex .box01 {
	height: 300px;
	background: url(../img/index/09_bg01.jpg) no-repeat center center / cover;
}

.indexLayout #main #c09 .flex .box02 {
	background-color: #d70c18;
	padding: 60px 4% 20px;
}

.indexLayout #main #c09 .flex .box02 h2 {
	display: flex;
	align-items: center;
	padding: 0 0 25px;
}

.indexLayout #main #c09 .flex .box02 h2 .img img {
	width: 80px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.indexLayout #main #c09 .flex .box02 h2 .en {
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
}

.indexLayout #main #c09 .flex .box02 .btnBox {
	margin: 0 0 40px;
}

.indexLayout #main #c09 .flex .box02 .btnBox a .imgArea {
	height: 200px;
	position: relative;
	overflow: hidden;
}

.indexLayout #main #c09 .flex .box02 .btnBox a .imgArea:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.3s;
}

.indexLayout #main #c09 .flex .box02 .btnBox.btnBox01 a .imgArea:after {
	background: url(../img/index/09_img01.jpg) no-repeat center center / cover;
}

.indexLayout #main #c09 .flex .box02 .btnBox.btnBox02 a .imgArea:after {
	background: url(../img/index/09_img02.jpg) no-repeat center center / cover;
}

.indexLayout #main #c09 .flex .box02 .btnBox a:hover .imgArea:after {
	transform: scale(1.2);
}

.indexLayout #main #c09 .flex .box02 .btnBox a .textArea {
	padding: 20px;
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	border-bottom: 2px solid #fff;
	transition: 0.3s;
}

.indexLayout #main #c09 .flex .box02 .btnBox a:link .textArea,
.indexLayout #main #c09 .flex .box02 .btnBox a:visited .textArea {
	color: #fff;
	text-decoration: none;
}

.indexLayout #main #c09 .flex .box02 .btnBox a:hover .textArea,
.indexLayout #main #c09 .flex .box02 .btnBox a:active .textArea {
	opacity: 0.8;
}

.indexLayout #main #c09 .flex .box02 .btnBox a .textArea:after {
	content: '';
	display: block;
	width: 14px;
	height: 9px;
	background: url(/common/img/arrow01_wh.png) no-repeat center center / contain;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
}

.indexLayout #main #c09 .flex .box02 .btnBox a:hover .textArea:after {
	right: 0;

}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c09 .flex .box01 {
					height: auto;
					width: 50%;
				}
				.indexLayout #main #c09 .flex .box02 {
					width: 50%;
					box-sizing: border-box;
				}
				.indexLayout #main #c09 .flex .box02 h2 .img img {
					width: 132px;
					margin: 0 20px 10px 0;
				}
				.indexLayout #main #c09 .flex .box02 h2 .en {
					font-size: 7.2rem;
				}
				.indexLayout #main #c09 .flex .box02 .btnBox a .textArea {
					font-size: 2rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c09 .flex .box02 .btnBox a .imgArea {
					height: 340px;
				}
			}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
				.indexLayout #main #c09 .flex .box02 {
					padding: 80px 4% 40px;
				}
				.indexLayout #main #c09 .flex .box02 .btnBox {
					width: 570px;
				}
			}



/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */