@charset "UTF-8";
/*----------------------------------------------------------------------------------------------------------------------------------
　 　mv
----------------------------------------------------------------------------------------------------------------------------------*/

.mv_outline{
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -1;
	background-color: #fff;
}
.before_water{
	width: auto;
	height: 110%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: OpShow;
  animation-name: OpShow;
	z-index: -1;
}
.after_water{
	width: 100%;
	position: absolute;
	top: 10%;
	left: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: OpShow;
  animation-name: OpShow;
	z-index: 3;
}
.before_water img{
	width: auto;
	height: 110vh;
	object-fit: cover;
  -webkit-animation: UpDown 3s infinite ease-in-out alternate;
  animation:UpDown 3s infinite ease-in-out alternate; 
}
.after_water img{
	width: auto;
	height: 100vh;
	object-fit: cover;
  -webkit-animation: UpDown2 3s infinite ease-in-out alternate;
  animation:UpDown2 3s infinite ease-in-out alternate; }
.mv_slider{
  -webkit-animation: UpDown3 4s infinite ease-in-out alternate;
  animation:UpDown3 4s infinite ease-in-out alternate; }

@keyframes UpDown{
  0%{transform: translateY(0);}
  100%{transform: translateY(-2%);}
}
@keyframes UpDown2{
  0%{transform: translateY(0);}
  100%{transform: translateY(2%);}
}
@keyframes UpDown3{
  0%{transform: translateY(0);}
  100%{transform: translateY(2%);}
}

.mv_slider_outline{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: OpShow;
  animation-name: OpShow;
	z-index: 2;
	
}
.mv_slider{
	width: 50vw;
	height: 50vw;
	max-width: 900px;
	max-height: 900px;
}
.flow_text_outline{
	position: absolute;
	top: 0;
	left: 0;
    width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: OpShow;
  animation-name: OpShow;
z-index:1;
}
.flow_text {
    width: 100%;
    align-items: center;
    justify-content: space-between;
	flex-wrap: nowrap;
    color: transparent;
    white-space: nowrap;
    line-height: 100%;
	animation: flowing_l 20s linear infinite;
	font-size: 10vw;
}
.flow_item{
	margin:0 2vw;
	background: url("../img/logo.png")no-repeat;
	background-position: center;
	background-size: contain;
}
@keyframes flowing_l{
  0% { transform:translateX(0%); }
  100% { transform:translateX(-100%); }
}


.scale{
  -webkit-animation-name: InScale;
  animation-name: InScale;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
}

.before_water.scale{
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.mv_slider_outline.scale{
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.after_water.scale{
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.flow_text_outline.scale{
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration:1s;
  animation-duration: 1s;
}

@keyframes  OpShow {
  0% {opacity: 0;}
}
@keyframes InScale {
  0% {
	  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
  }

  100% {
  -webkit-filter: blur(0px);
  filter: blur(0px);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@media print, screen and (max-width:600px) {
.mv_slider{
	width: 75vw;
	height: 75vw;
}
}

@media print, screen and (max-width:450px) {
	.mv_outline{
		height: 60vh;
	}
}

/*----------------------------------------------------------------------------------------------------------------------------------
　 　contents・共通
----------------------------------------------------------------------------------------------------------------------------------*/
.contents{
	padding-top: 100vh;
	z-index: 10;
}

.btn {
	width: 90%;
	max-width: 300px;
	border-radius: 3px;
	color: #eacb48;
	margin: auto;
	display: inline-block;
	background-color: #25367c;
	padding: 20px;
	font-weight: 600;
}

.color_link {
    width: 90%;
    max-width: 300px;
	background-color: rgba(255, 255, 255, .6);
    display: inline-block;
    border: #25367c 1px solid;
    padding: 20px 10px;
    font-size: 14px;
    text-align: center;
    margin: 50px auto 50px;
    transition: all .4s;
}

@media print, screen and (min-width:1000px) {
	.color_link:hover {
		background-color: #eacb48;
    	border: #eacb48 1px solid;
		color: #25367c;
	}
}

.h2{font-size: 4.5vw;}
@media print, screen and (max-width:999px) {

}
@media print, screen and (max-width:800px) {
	.h2 {font-size: 8vw;}
	.color_link {
		padding: 10px;
		margin: 30px auto 30px;
	}
}
@media print, screen and (max-width:450px) {
.contents { padding-top: 60vh;}
.h2 {font-size: 250%;}
}

/*----------------------------------------------------
　 　about
-----------------------------------------------------*/
.about_outline{
	width: 100%;
	min-height: 14vw;
	background: rgba(255,255,255,.9);
	justify-content: space-between;
	padding-top: calc(2.5vw + 2px);
    color: #25367c;
}
.about_outline::before,
.about_outline::after{
	content: "";
    width: 100%;
    height: 2.5vw;
    background: #eacb48;
    border-top: solid 1px #25367c;
    border-bottom: solid 1px #25367c;
    position: absolute;
    left: 0;
	z-index: 2;
}
.about_outline::before{
    top: 0;
}
.about_outline::after{
    bottom: 0;
}
.about_left{
	width: 35vw;
}
.about_left img{
	padding:0;
	filter: drop-shadow(-5.1vw 0px 2px rgba(0,0,0,.4));
	transform: translateZ(0);  
}
.about_title{
    height: 78%;
    padding: 0.4em 0px;
    border-left: solid 1px #25367c;
    position: absolute;
    top: 0;
    right: 0;
    -ms-writing-mode: tb-lr;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    white-space: pre;
    transform: rotateZ(180deg);
	text-align: right;
}
.about_right{
	width: 63vw;
	padding:3% 5% 6%;
	justify-content: center;
	align-items: flex-start;
	background: url("../img/about_leaf_a.png")no-repeat;
	background-size:28%;
	background-position: bottom right;
    flex-direction: column;
	text-align: left;
}
.about_right p{
    line-height: 170%;
    letter-spacing: .15em;
    font-size: 1.1vw;
    margin-bottom: 1.2em;
}
.sp550 {
	display: none;
}
.about_right a{
	width: 2.5vw;
	height:2.5vw;
	display: inline-block;
}

.about_right strong {
	font-size: 125%;
	font-weight: bold;
	background-color: #eadfac;
	padding: 5px 10px;
}

.about_sub_title {
	font-size: 2.2vw;
	margin-bottom: 40px;
	letter-spacing: 0.12em;
	line-height: 2em;
	padding: 0.1em;
	border-bottom: solid 1px #25367c;
	font-feature-settings: "palt";
}

@media print, screen and (max-width:1100px) {
	.about_right p{font-size: 1.4vw;}
	.about_left{
		width: 280px;
		overflow: hidden;
	}
	.about_right{
		width: calc(100% - 280px);
		background-size:20%;
		padding: 40px 10% 40px 4%;
	}

	.about_title{height: 100%;}
	.about_right a{
		width: 25px;
		height:25px;
	}
	.about_sub_title {
		font-size: 3vw;
		margin-bottom: 30px;
	}
}
@media print, screen and (max-width:800px) {
	.about_outline{flex-direction: column;}
	.about_left,
	.about_right{width: 100%;}
	.about_left{
		padding-top: 30%;
	}
	.about_left img{
	position: absolute;
    top: 125%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	font-family:"object-fit:cover;";
	}
	.about_right{
	text-align: center;
	padding:40px 0;
    align-items: center;
	background: url("../img/about_leaf_a.png")no-repeat,url("../img/about_leaf2_a.png")no-repeat;
    background-size: 120px;
    background-position: 110% bottom,-10% bottom;
	}
	.about_sub_title {
		font-size: 3.8vw;
	}
	.about_right p{
		font-size: 2vw;
	}
	.about_title{
	width: 100%;
    height: 100%;
    border-top: solid 1px #25367c;
    border-left: none;
    top: inherit;
    bottom: 0;
    text-align: center;
    padding: 0;
    padding: 10px;

	}
}
@media print, screen and (max-width:550px) {
	.about_right{background-position: bottom -10%, bottom -10%;}
	.about_right p{
		font-size: 2.4vw;
		line-height: 180%;
		text-shadow: 0 0 5px #fff;
	}
	.sp550 {
		display: inline-block;
	}
	.about_sub_title {
		font-size: 6vw;
		margin-bottom: 30px;
	}
}
@media print, screen and (max-width:450px) {
	.about_left img {top: 120%;}
	.about_right{background-position: bottom -20%, bottom -20%; background-size: 105px;}
	.about_right p{ font-size: 2.5vw;}
	.about_left {padding: 150px 0 0 0;}
}
/*----------------------------------------------------
　 　product
-----------------------------------------------------*/

.product_outline{
	background: #25367c;
	padding: 9% 0 5%;
}
.product_title{
	width: 100%;
	color:  #eacb48;
	border-bottom: solid 1px #eacb48;
	padding-bottom: 0.2em;
	margin-bottom: 1em;
}
.p_item_outline{width: 100%;}
.p_item_outline + .product_sub_title {
	margin-top: 50px;

}
.product_sub_title {
	width: 96%;
	margin: 0 auto -0.5em;
	font-size: 600%;
	background-color: transparent;
	text-align: left;
	position: relative;
	color: transparent;
	-webkit-text-stroke: 0.02em #eacb48;
    text-stroke: 0.02em #eacb48;
	z-index: 10;
}
.p_item_box{
	width: 100%;
	
}
.p_item_box{
	color: #fff;
	padding: 7vw 18vw;
	overflow: hidden;
}
.item_text_box{
	font-size: 2.5vw;
    line-height: 130%;
    letter-spacing: .05em;
	padding: 20px 0;
	z-index: 3;
}
.p_item_box .item_text_box span{font-size:80%;}
.p_item_box .item_text_box .item_text{margin-bottom: 1em;}

strike {
	opacity: 0.5;
	font-size: 88%;
}
.p_item_box .item_bk_img_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all .4s;
}

.p_item_box .item_img{
	width: 45%;
	position: absolute;
	top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
	z-index: 2;
}
.p_item_box .item_img img{
    -webkit-transform: scale3d(1.2,1.2,2);
    -ms-transform: scale3d(1.2,1.2,2);
    transform: scale3d(1.2,1.2,2);
    transition: all .3s;
}

.p_item_outline .p_item_box:nth-child(even) {justify-content: flex-end;}
.p_item_outline .p_item_box:nth-child(odd){justify-content: flex-start;}

.p_item_outline .p_item_box:nth-child(even) .item_img {left: 5%;}
.p_item_outline .p_item_box:nth-child(odd) .item_img {right: 5%;}

.p_item_outline .p_item_box:nth-child(1).lineup_item_box {
	min-height: 600px;
	background: url("../img/water02.jpg") no-repeat center center;
	background-size: cover;
}

.p_item_outline .p_item_box:nth-child(1).lineup_item_box {text-shadow: 0 0 15px #894c03;}
.p_item_outline .p_item_box:nth-child(1).lineup_item_box .item_img{filter: drop-shadow(0 0 10px rgba(123,80,2 ,1));}

.p_item_outline .p_item_box:nth-child(2).lineup_item_box {
	min-height: 600px;
	background: url("../img/water01.jpg") no-repeat center center;
	background-size: cover;
}

.p_item_outline .p_item_box:nth-child(2).lineup_item_box {text-shadow: 0 0 15px #002c72;}
.p_item_outline .p_item_box:nth-child(2).lineup_item_box .item_img{filter: drop-shadow(0 7px 10px rgba(0,23,87,.5));}

@media print, screen and (min-width:1000px) {
.p_item_box:hover .item_bk_img_box,
.p_item_box:hover .item_img img{
    -webkit-transform: scale3d(1,1,1);
    -ms-transform:scale3d(1,1,1);
    transform:scale3d(1,1,1);
	}
}
@media print, screen and (max-width:1100px) {

.p_item_outline .p_item_box:nth-child(1).lineup_item_box,
.p_item_outline .p_item_box:nth-child(2).lineup_item_box {
	min-height: 400px;
}
}
@media print, screen and (max-width:800px) {
	.item_text_box {font-size: 125%;}
	.product_sub_title {
		margin: 0 auto -0.2em;
		font-size: 400%;
	}
	.p_item_box { 
		padding: 0 10vw;
    min-height: 250px;
    align-items: center;
	}
	.p_item_outline .p_item_box:nth-child(1).lineup_item_box,
	.p_item_outline .p_item_box:nth-child(2).lineup_item_box {
		min-height: 280px;
	}
}
@media print, screen and (max-width:650px) {
	.item_text_box {font-size: 113%;}
	.product_sub_title {
		margin: 0 auto -0.2em;
		font-size: 300%;
	}
	.p_item_box .item_img img {
     -webkit-transform: scale3d(1,1,1); 
    -ms-transform: scale3d(1,1,1); 
		transform: scale3d(1,1,1); 
	}
	.p_item_outline .p_item_box:nth-child(odd) .item_img {right: 0%;}
	.p_item_outline .p_item_box:nth-child(even) .item_img{left: 0%;}
	.p_item_box {
    padding: 0 8vw;
    min-height: 180px;
	}
	.p_item_outline .p_item_box:nth-child(1).lineup_item_box,
	.p_item_outline .p_item_box:nth-child(2).lineup_item_box {
		min-height: 240px;
	}

}
@media print, screen and (max-width:450px) {
	.item_text_box {font-size: 100%;}

	.p_item_box {
		padding: 0 4vw;
		min-height: 160px;
	}
	.p_item_outline .p_item_box:nth-child(1).lineup_item_box,
	.p_item_outline .p_item_box:nth-child(2).lineup_item_box {
		min-height: 160px;
	}

}

/*----------------------------------------------------
　 　online
-----------------------------------------------------*/

.online_outline {
	background-color: #fff;
}

.online_box {
	justify-content: space-between;
	min-height: 540px;
	overflow: hidden;
	margin-top: 60px;
}

.online_l,
.online_r { width: 35%; opacity: 0.6;}
.online_l {
	background:url(../img/wm_bnr01.jpg) no-repeat;
	background-size: cover;
}

.online_r {
	background:url(../img/wm_bnr02.jpg) no-repeat;
	background-size: cover;
}

.online_c {
	flex: 1;
	background:url(../img/bg_y.jpg) no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 2;
}

.online_c_inner {
	width: 85%;
	padding: 30px 0;
}

.online_title {
	padding-top: 70px;
}

.online_btn {
	padding: 20px;
	border-radius: 10px;
	background: url("../img/bg_w.jpg") repeat;
	margin-top: 10px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    transition: all .4s;
}

.online_btn br {
	display: none;
}

@media print, screen and (min-width:1000px) {
	.online_box:hover .online_btn{
    	transform: scale3d(1.1, 1.1, 1);
	}
}

@media print, screen and (max-width:1100px) {
	
	.online_l,
	.online_r { flex: 1;}

	.online_c {
		width: 50%;
		min-width: 450px;
	}
	
	.online_c_inner img {
		width: 70%;
	}
	.online_box {
		min-height: 400px;
	}
}

@media print, screen and (max-width:800px) {

	.online_c {
		width: 40%;
		min-width: 300px;
	}
	
	.online_c_inner {
		width: 90%;
		padding: 0 0 20px;
	}
	
	.online_c_inner img {
		width: 100%;
	}

	.online_box { 
    	min-height: 250px;
	}

	.online_btn br {
		display: inline;
	}
	
	.online_btn {
		padding: 8px;
		font-size: 88%;
		margin-top: 10px;
	}

}

@media print, screen and (max-width:450px) {
	
	.online_title {
		padding-top: 30px;
		margin-bottom: 0.5em;
	}
	
	.online_c_inner {
		padding: 0 0 15px;
	}

	.online_c {
        min-width: 190px;
    }
	
	.online_box {
        min-height: 180px;
		margin-top: 0;
    }
	
	.online_btn {
        padding: 8px;
        font-size: 66%;
        margin-top: 0;
    }

}


/*----------------------------------------------------
　 　contact
-----------------------------------------------------*/

.contact_outline{
	background: rgba(255, 255, 255, .6);
    z-index: 1;
	padding: 6% 0;
}

.contact_inner {
	width: 90%;
	max-width: 900px;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 30px;
	padding: 50px;
	margin: auto;
}

.contact_title {
	width: 100%;
    color: #25367c;
    padding-bottom: 0.2em;
}

.contact_tbl {
	margin: auto;
}

.contact_tbl th,
.contact_tbl td {
	width: 100%;
	display: block;
	padding: 10px;
}

.contact_tbl th {
	color: #25367c;
	padding-bottom: 0;
}

.contact_btn {
	background-color: #25367c;
	border: none;
	color: #EACB48;
	font-weight: 600;
	height: 60px;
	margin-top: 20px;
    transition: all .4s;
}

.re_txt {
    font-size: 77%;
    margin-top: 10px;
    opacity: 0.7;
}

.grecaptcha-badge { visibility: hidden; }

@media print, screen and (min-width:1000px) {
	
	.contact_btn:hover {
		background-color: #EACB48;
		color: #25367c;
	}

}

@media print, screen and (max-width:800px) {
	
	.contact_outline{
		padding: 5% 0 5%;
	}

	.contact_inner {
		padding: 30px;
	}

	.contact_tbl th {
		font-size: 88%;
	}

	.contact_tbl td {
		padding-top: 5px;
	}
	
	.contact_btn {
		height: 50px;
		font-size: 88%;
		margin-top: 15px;
	}

}

@media print, screen and (max-width:450px) {

	.contact_inner {
		padding: 20px 10px;
	}

}

/*----------------------------------------------------
　 　page共通
-----------------------------------------------------*/

.wrapper_add {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.page_bg {
	background: #fff url(../img/bg.jpg) no-repeat fixed!important;
	background-size: cover;
}

.main {
	width: 100%;
	max-width: 960px;
	min-height: calc(100vh - 90px);
	margin: auto;
	background: rgba(255, 255, 255, .9);
	padding: 30px 50px 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.h2_page {
	color: #25367c;
	margin-bottom: 50px;
}

.h3_page {
	color: #25367c;
	font-size: 125%;
	font-weight: 600;
	margin-top: 40px;
	margin-bottom: 15px;
}

.simple_list {
	margin-top: 10px;
}
.simple_list li {
	line-height: 1.6em;

}

.indent {
  	padding-left:1em;
	text-indent:-1em;
}

@media print, screen and (max-width:800px) {

	.main {
		padding: 30px 40px 40px;
	}

	.h3_page {
		font-size: 113%;
		margin-top: 30px;
		margin-bottom: 10px;
	}

}

@media print, screen and (max-width:450px) {
	
	.main {
		padding: 30px 20px;
	}

}

/*----------------------------------------------------
　 　company
-----------------------------------------------------*/

.com_tbl {
	width: 100%;
	line-height: 1.8em;
}

.com_tbl th,
.com_tbl td {
	padding: 20px;
    vertical-align: top;
	border-bottom: #c4c4c4 1px solid;
}

.com_tbl th {
    width: 250px;
    border-bottom: #25367c 1px solid;
	color: #eacb48;
	font-size: 88%;
	font-weight: 400;
	line-height: 1.6em;
}

.com_tbl th .font_min {
	font-size: 150%;
	font-weight: 600;
	color: #25367c;
}

@media print, screen and (max-width: 800px) {

	.com_tbl th {
		width: 150px;
		padding: 20px 0;
	}
	
	.com_tbl th .font_min {
		font-size: 133%;
	}

}

@media print, screen and (max-width: 450px) {
	
	.com_tbl th {
		width: 120px;
	}
	
	.com_tbl th .font_min {
		font-size: 113%;
	}

}