
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#mainvisual {
	width: 100%;
	height: 90vh;
	position: relative;
	background: url("../images/top/mv.jpg") no-repeat center;
	background-size: cover;
	margin-bottom: 80px;
}
#mainvisual .mv-ttl {
	font-size: 1.2em;
	color: #fff;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 5%;
	transform: translate(0%, -50%);
	line-height: 180%;
}
#mainvisual .mv-ttl br {
	display: none;
}
#mainvisual .mv-ttl strong {
	display: block;
	font-size: 7.2em;
	font-family: "Lexend", serif;
	font-weight: 600;
	line-height: 1em;
	background: linear-gradient(0deg, #631616 0%, #E23030 40%, #C62B2B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	color: #fff;
}
#mainvisual .mv-ttl span {
	display: block;
	font-size: 2em;
	font-family: "Lexend", serif;
	font-weight: 500;
	line-height: 2em;
}


@keyframes rotateSymbol {
    0% { transform: rotateY(0deg); }
    40% { transform: rotateY(360deg); } /* 360度回転（表に戻る） */
    100% { transform: rotateY(360deg); } /* 10秒停止 */
}
#mainvisual .img {
    display: block;
    width: 1100px;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 60%;
    transform: translate(0%, -30%);
}
#mainvisual .symbol {
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
    animation: rotateSymbol 10s ease-in-out infinite;
}
#mainvisual .symbol img {
    width: 100%;
    height: auto;
    backface-visibility: visible;
}


@media (max-width: 1024px) {
	#mainvisual {
		height: 700px;
	}
	#mainvisual .img {
        width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
	#mainvisual .mv-ttl {
		width: 90%;
		text-align: center;
		transform: translate(0%, -50%);
	}
	#mainvisual .mv-ttl strong {
		text-align: center;
		font-size: 6em;
	}
	#mainvisual .mv-ttl span {
		text-align: center;
	}
}
@media (max-width: 640px) {
	#mainvisual {
		height: 600px;
		margin-bottom: 60px;
	}
	#mainvisual .mv-ttl {
		font-size: 1.1em;
	}
	#mainvisual .mv-ttl strong {
		font-size: 5em;
	}
}
@media (max-width: 480px) {
	#mainvisual {
		height: 550px;
		margin-bottom: 30px;
	}
	#mainvisual .mv-ttl {
		font-size: 1em;
	}
	#mainvisual .mv-ttl br {
		display: block;
	}
	#mainvisual .mv-ttl strong {
		font-size: 4em;
	}
	#mainvisual .img {
        width: 200px;
    }
}
/* --------------------------------------------------- */
#sec01 {
	margin-bottom: 100px;
}
#sec01 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 60px;
}
#sec01 .ttl {
	color: #C40000;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 180%;
	letter-spacing: 5px;
}
#sec01 p {
	max-width: 800px;
	width: 100%;
}
#sec01 .ph {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#sec01 .ph .ph1 {
	margin: 0 1%;
	transition-delay: .1s;
}
#sec01 .ph .ph2 {
	margin: 0 1%;
	transition-delay: .2s;
}
#sec01 .ph .ph3 {
	margin: 0 1%;
	transition-delay: .3s;
}
#sec01 .ph .ph4 {
	margin: 0 1%;
	transition-delay: .4s;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec01 {
        margin-bottom: 40px;
    }
	#sec01 .inner {
        margin: 0 auto 30px;
    }
	#sec01 .ttl {
		font-size: 1.2em;
		letter-spacing: 1px;
		line-height: 170%;
		margin-bottom: 25px;
	}
}
@media (max-width: 480px) {
	#sec01 .ttl br {
		display: none;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
}
#sec02 .ph {
	width: 60%;
	height: 680px;
	background: url("../images/top/ph05.jpg") no-repeat right center;
	background-size: cover;
}
#sec02 .right {
	width: 30%;
	margin: 0 5%;
}
#sec02 .right p {
	margin-bottom: 30px;
}
#sec02 .right ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	width: 150%;
	margin-left: -50%;
}
#sec02 .right li {
	width: 32%;
	text-align: center;
	margin: .5%;
	background-color: #C52B2B;
	color: #fff;
	padding: 10px 0;
}
@media (max-width: 1024px) {
	#sec02 .ph {
        width: 50%;
        height: 680px;
    }
    #sec02 .right {
        width: 40%;
        margin: 0 5%;
    }
	#sec02 .right li {
		width: 49%;
		margin: .5%;
	}
}
@media (max-width: 640px) {
	#sec02 {
        margin: 0 auto 60px;
        display: block;
    }
    #sec02 .ph {
        width: 100%;
        height: 250px;
		margin-bottom: 30px;
    }
    #sec02 .right {
        width: 90%;
        margin: 0 auto;
    }
	#sec02 .right ul {
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 480px) {
	#sec02 {
        margin: 0 auto 30px;
    }
}
/* --------------------------------------------------- */
#sec03 {
	background: linear-gradient(-5deg, #661717 0%, #CC2D2D 100%);
	padding: 80px 0 60px;
	position: relative;
	color: #fff;
	overflow: hidden;
}
#sec03 .img {
	display: block;
    width: 1000px;
    position: absolute;
    z-index: 0;
    top: -5%;
    left: -20%;
}
@keyframes rotateSymbol2 {
    0% { transform: rotateY(0deg); }
    40% { transform: rotateY(360deg); }
    100% { transform: rotateY(360deg); }
}
#sec03 .symbol {
    width: 100%;
    height: auto;
    transform-style: preserve-3d;
    animation: rotateSymbol2 10s ease-in-out infinite;
}
#sec03 .symbol img {
    width: 100%;
    height: auto;
    backface-visibility: visible;
}
#sec03 .ttl-style01 {
	color: #fff;
}
#sec03 .inner {
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
#sec03 .block {
	width: 100%;
	display: table;
	margin-bottom: 30px;
}
#sec03 .block .ph,
#sec03 .block .data {
	display: table-cell;
	vertical-align: middle;
}
#sec03 .block .ph {
	width: 45%;
	height: 340px;
}
#sec03 .block .ph1 {
	background: url("../images/top/ph06.jpg") no-repeat center;
	background-size: cover;
}
#sec03 .block .ph2 {
	background: url("../images/top/ph07.jpg") no-repeat center;
	background-size: cover;
}
#sec03 .block .ph3 {
	background: url("../images/top/ph08.jpg") no-repeat center;
	background-size: cover;
}
#sec03 .block .data {
	padding: 0 4%;
}
@media (max-width: 1024px) {
}
@media (max-width: 640px) {
	#sec03 {
        padding: 40px 0 30px;
    }
}
@media (max-width: 480px) {
	#sec03 .block,
    #sec03 .block .ph,
    #sec03 .block .data {
        display: block;
		width: 100%;
    }
	#sec03 .block {
		position: relative;
		padding-top: 220px;
	}
    #sec03 .block .ph {
        height: 200px;
		position: absolute;
		top: 0;
		left: 0;
    }
}
/* --------------------------------------------------- */
#sec04 {
	width: 100%;
	background: url("../images/top/ph09.jpg") no-repeat center;
	background-size: cover;
	position: relative;
	padding: 100px 0;
}
#sec04 .ttl-style03 {
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
}
#sec04 ul {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec04 li {
	width: 30%;
	padding-top: 30%;
	position: relative;
}
#sec04 li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	outline: rgba(255,255,255,.5) 5px solid;
	border-radius: 7px;
	background: url("../images/common/arrow08.png") no-repeat top 80% center;
	background-size: 20px;
	background-color: rgba(255,255,255,.9);
	font-size: 1.1em;
	font-weight: 600;
	letter-spacing: 3px;
	
	position: absolute;
	top: 0;
	left: 0;
	
	display: flex; /* フレックスボックスを有効にする */
    flex-direction: column; /* 縦方向に配置 */
    justify-content: center; /* 縦方向に中央揃え */
    align-items: center; /* 横方向に中央揃え */
    text-align: center;
}
#sec04 li a span {
	display: block;
	text-align: center;
	font-family: "Lexend", serif;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 1px;
}
#sec04 li a:hover {
	background-image: url("../images/common/arrow02.png");
	color: #C40000;
	outline: rgba(196,0,0,.5) 5px solid;
}
@media (max-width: 1024px) {
	#sec04 ul {
		flex-wrap: wrap;
    }
    #sec04 li {
        width: 48%;
		margin-bottom: 4%;
        padding-top: 23%;
    }
	#sec04 li a {
		background-position: right 20px center;
	}
}
@media (max-width: 640px) {
	#sec04 {
        padding: 50px 0;
    }
}
@media (max-width: 480px) {
	#sec04 ul {
		width: 80%;
		display: block;
	}
	#sec04 li {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec04 li a {
		background-position: right 15px center;
		background-size: 15px;
	}
	#sec04 li a span {
		line-height: 120%;
	}
}
/* --------------------------------------------------- */


