@charset "UTF-8";
/* CSS Document */



.hero-container_img{
	clear: both;
	width: 100%;
	/*max-width: 1400px;*/
	height: auto;
	margin: 0 auto;
	margin: 0;
	padding: 0;
	position:relative;
}
.hero-container_img img{
	width: 100%;
	height: auto;
}

/***

slider1-2

***/
.slider1_pa1{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
/*	overflow: hidden;*/
/*	background: rgba(216,25,28,0.50);*/
}



.slider1_pa_right{
	width: 20.715%;
	height: auto;
	position: absolute;
	top:0;
	right: 0;
	z-index: 999;
	overflow: hidden;
}
.slider1_pa_left{
	width: 20.715%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
	overflow: hidden;
}


.z-index999{
	z-index: 999;
}

.slider1_box1{
	width: 100%;
	max-width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.slider1_box1.m01{
	max-width: 1200px;
}
.slider1_box1-1{
	width: 40.91%;
	max-width: 450px;
	height: auto;
	margin: 0;
	padding: 0;
}
.slider1_box1-1.m01{
	width: 41.667%;
	max-width: 500px;
	height: auto;
	margin: 0;
	padding: 0;
}
.slider1_box1-2{
	width: 18.18%;
	max-width: 200px;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.slider1_box1-2.m01{
	width: 16.666%;
	max-width: 200px;
}
.slider1_box1-2 p{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}


.slider5_box1{
	width: 21.429%;
	max-width: 300px;
	height: auto;
	margin: 0;
	padding: 0;
	float: right;
	position: relative;
}
.slider5_box1-1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}









/***

slider3

***/
.slider3_pa1{
	width: 100%;
	height: auto;
	position: absolute;
	top:57.5%;
	left: 0;
	z-index: 999;
/*	overflow: hidden;*/
/*	background:rgba(86,149,111,1.00);*/
}
.slider3_box1{
	width: 100%;
	max-width: 800px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.slider3_box1-1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.slider3_box1-2{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
}




/***

slider4

***/
.slider4_pa1{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
/*	overflow: hidden;*/
/*	background:rgba(86,149,111,1.00);*/
}
.slider4_box1{
	width: 100%;
	max-width: 600px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.slider4_box1-1{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}
.slider4_box1-2{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: relative;
}




/***

スマホ
slider

***/
.slider1_pa1s{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left: 0;
	z-index: 999;
}












.hero-container_img_pa.m01{
	width: 100%;
	height: auto;
	position: absolute;
	top:18.75%;
	left: 0;
	z-index: 999;
	overflow: hidden;
	background: rgba(216,25,28,0.50);
}

.slider_txt_box{
	width: 200px;
	height: auto;
	margin: 0 auto;
	background: rgba(216,25,28,0.50);
	position: relative;
}
.slider_txt_box .slider_txt1{
	position: absolute;
	top: 0;
	left: 0;
}


.hero-container h1 {
/*
color: white;
font-family: "Roboto Condensed", sans-serif;
font-size: 40px;
font-weight: bold;
letter-spacing: 6px;
opacity: 0.8;
text-transform: uppercase;
text-align: left;
*/
}


/*
.slider_txt_box img{
	filter: drop-shadow(0 0 3px rgba(0,0,0,0.6));
}
*/






/*
@media screen and (min-width: 641px) {
.hero-container_img_pa{
	width: 100%;
	height: auto;
	position: absolute;
	top:20%;
	left: 0;
	background: rgba(216,25,28,0.50);
}

.slider_txt_box{
	width: 50%;
	height: auto;
	margin: 0 0 0 32.5%;
	background: rgba(216,25,28,0.50);
}
}
*/
/*
.hero-container {
box-sizing: border-box;
height: auto;
padding: 0;
position: relative;
z-index: 2;
-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
-webkit-transition-duration: 1.2s;
transition-duration: 1.2s;
}
@media screen and (min-width: 640px) {
.hero-container {
height: 100%;
}
}
.hero-container p {
margin: 0 0 12.5%;
/*
color: white;
font-family: "Roboto Condensed", sans-serif;
font-size: 13px;
font-weight: bold;
letter-spacing: 6px;
opacity: 1;
text-transform: uppercase;
text-align: left;
*/
/*
}
*/

/*
.hero-container h1.c_000 {
color: #000;
}

.hero-button {
background: rgba(255, 255, 255, 0.8);
color: #44575b;
font-size: 24px;
float: left;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 30px;
padding: 20px 90px;
text-decoration: none;
}

.hero-title {
color: white;
font-family: "Playfair Display", serif;
font-size: 17vw;
font-weight: 500;
letter-spacing: 1px;
line-height: 1.1;
margin: 5px 0;
text-align: left;
width: 85%;
}
*/
/*
@media screen and (min-width: 640px) {
.hero-title {
font-size: 10vw;
}
}

.main-content {
height: auto;
padding: 30px 50px;
position: relative;
width: 60%;
}

.main-content p {
color: #25373D;
font-family: "Playfair Display", serif;
font-size: 18px;
line-height: 1.5;
}
*/
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}

@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
/*transform: translate3d(0, 50px, 10px);*/
/*transform: perspective(500px) translateZ(100px);*/
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}


@keyframes fadeOut {
from {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
/*transform: translate3d(0, 50px, 10px);*/
/*transform: perspective(500px) translateZ(100px);*/
}
to {
opacity: 0.3;
-webkit-transform: none;
transform: none;
}
}



.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}

.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}

.animate {
-webkit-animation-duration: 5s;
animation-duration: 5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.animate2 {
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.animate3 {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
animation-timing-function: cubic-bezier(0.2, 0.3, 0.25, 0.9);
}

.delay {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}

.delay-400 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;
}

.delay-500 {
-webkit-animation-delay: 0.5s;
animation-delay: 0.5s;
}

.delay-600 {
-webkit-animation-delay: 0.6s;
animation-delay: 0.6s;
}

.delay-700 {
-webkit-animation-delay: 0.7s;
animation-delay: 0.7s;
}

.delay-800 {
-webkit-animation-delay: 0.8s;
animation-delay: 0.8s;
}

.delay-1000 {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}

.delay-1200 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s;
}

.delay-1400 {
-webkit-animation-delay: 1.4s;
animation-delay: 1.4s;
}

.delay-1500 {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}

.delay-1600 {
-webkit-animation-delay: 1.6s;
animation-delay: 1.6s;
}

.delay-1700 {
-webkit-animation-delay: 1.7s;
animation-delay: 1.7s;
}

.delay-1800 {
-webkit-animation-delay: 1.8s;
animation-delay: 1.8s;
}

.delay-2000 {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}


.delay-2200 {
-webkit-animation-delay: 2.2s;
animation-delay: 2.2s;
}

.delay-2400 {
-webkit-animation-delay: 2.4s;
animation-delay: 2.4s;
}

.delay-2500 {
-webkit-animation-delay: 2.5s;
animation-delay: 2.5s;
}

.delay-2600 {
-webkit-animation-delay: 2.6s;
animation-delay: 2.6s;
}

.delay-2700 {
-webkit-animation-delay: 2.7s;
animation-delay: 2.7s;
}

.delay-2800 {
-webkit-animation-delay: 2.8s;
animation-delay: 2.8s;
}

.delay-3000 {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}



/***

トップアニメーション内キャプション用

***/
.cap01.left01.pa01.movsp01{
	position: absolute;
	bottom: 19.5%;
	left: 0.5em;
}




