@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("https://basefile.akamaized.net/erol-base-shop/68a67772852bf/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;
}
}

/*----------------------------------------------------------------------------------------------------------------------------------
　 　contents・共通
----------------------------------------------------------------------------------------------------------------------------------*/
.contents{
	padding-top: 100vh;
	z-index: 10;
}

.h2{font-size: 4.5vw;}
@media print, screen and (max-width:999px) {

}
@media print, screen and (max-width:800px) {
.h2 {font-size: 8vw;}
}
@media print, screen and (max-width:450px) {

.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;
	/* padding:0 4% 0 8%; */
	/* overflow: hidden; */
}
.about_left img{
	/* padding:0 4% 0 8%; */
	padding:0;
	filter: drop-shadow(-5.1vw 0px 2px rgba(0,0,0,.4));
	transform: translateZ(0);  
	/* position: sticky;
	top: 0;
	z-index: 1; */
}

/* .about_color {
	width: 100%;
	height: 5vw;
	position: absolute;
	z-index: 0;
	background-color: #8cc5d8;
	position: sticky;
	bottom: 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("https://basefile.akamaized.net/erol-base-shop/6858dfc7a8940/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_sub_title {
	font-size: 2.2vw;
	margin-bottom: 40px;
	letter-spacing: 0.12em;
	padding: 0.1em;
	border-bottom: solid 1px #25367c;
}

.about_sub_title br {
	display: none;
}

@media print, screen and (max-width:1100px) {
.about_right p{font-size: 1.4vw;}
.about_left{
	width: 280px;
	/* padding:30% 0 0 0; */
	overflow: hidden;
	
}
/* .about_left img{
	position: absolute;
    top: 50%;
    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{
	width: calc(100% - 280px);
	background-size:20%;
    padding: 40px 10% 40px 4%;
    /* background-size: contain; */
}

.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("https://basefile.akamaized.net/erol-base-shop/6858dfc7a8940/about_leaf_a.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/6858dfedb50d8/about_leaf2_a.png")no-repeat;
    background-size: 120px;
	/* background-attachment: fixed; */
    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:700px) {
	.about_right{ background-position: 112% center,-12% center;}
} */
@media print, screen and (max-width:550px) {
	.about_right{background-position: bottom -10%, bottom -10%;}
	/* .about_right{
		background: none;
	} */
	.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: 4vw;
		margin-bottom: 30px;
	}
}
@media print, screen and (max-width:450px) {
	.about_left img {top: 120%;}
	/* .about_right{background-position: 140% bottom,-40% bottom; background-size: 120px;} */
	.about_right{background-position: bottom -20%, bottom -20%; background-size: 105px;}
	/* .about_right p{font-size: 88%;} */
	.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 #fff;
    text-stroke: 0.02em #fff;
	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;}
.item_txtbox {
	display: inline-block;
	background-color: #c31023;
	/* border: #eacb48 2px solid; */
	padding: 10px;
	font-size: 0.9vw;
	line-height: 1.8em;
	color: #fff;
	text-shadow: none;
	margin-top: 15px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.item_txtbox strong {
	display: block;
	font-size: 1.55vw;
	font-weight: bold;
}
.campaign01 {
	line-height: 1.4em;
    background-color: #e22b77;
    font-size: 0.7vw;
}
.campaign01 strong {
	margin-top: 5px;
}
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(1){background: #e9d366;}
.p_item_outline .p_item_box:nth-child(2){background: #b7d7e2;}
.p_item_outline .p_item_box:nth-child(3){background: #e9d366;}
.p_item_outline .p_item_box:nth-child(4){background: #f1ded7;}
.p_item_outline .p_item_box:nth-child(5){background: #e9d366;}
.p_item_outline .p_item_box:nth-child(6){background: #b7d7e2;}
.p_item_outline .p_item_box:nth-child(7){background: #e9d366;}

.p_item_outline .p_item_box:nth-child(1){text-shadow: 0 0 15px #894c03;}
.p_item_outline .p_item_box:nth-child(2){text-shadow: 0 0 15px #002c72;}
.p_item_outline .p_item_box:nth-child(3){text-shadow: 0 0 15px #894c03;}
.p_item_outline .p_item_box:nth-child(4){text-shadow: 0 0 15px #591212;}
.p_item_outline .p_item_box:nth-child(5){text-shadow: 0 0 15px #894c03;}
.p_item_outline .p_item_box:nth-child(6){text-shadow: 0 0 15px #002c72;}
.p_item_outline .p_item_box:nth-child(7){text-shadow: 0 0 15px #894c03;}

.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) .item_img{filter: drop-shadow(0 0 10px rgba(123,80,2 ,1));}
.p_item_outline .p_item_box:nth-child(2) .item_img{filter: drop-shadow(0 7px 10px rgba(0,23,87,.5));}
.p_item_outline .p_item_box:nth-child(3) .item_img{filter: drop-shadow(0 0 10px rgba(123,80,2 ,1));}
.p_item_outline .p_item_box:nth-child(4) .item_img{filter: drop-shadow(0 0 10px rgba(157,100,100,.6));}
.p_item_outline .p_item_box:nth-child(5) .item_img{filter: drop-shadow(0 0 10px rgba(123,80,2 ,1));}
.p_item_outline .p_item_box:nth-child(6) .item_img{filter: drop-shadow(0 7px 10px rgba(0,23,87,.5));}
.p_item_outline .p_item_box:nth-child(7) .item_img{filter: drop-shadow(0 0 10px rgba(123,80,2 ,1));}



.p_item_outline .p_item_box:nth-child(2) .item_bk_img{
	width: 100%;
	height: 100%;
	background: url("https://basefile.akamaized.net/erol-base-shop/65cf21ae879e0/itembk03_1.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/65cf21c178a7d/itembk03_2.png")no-repeat;
	background-size:contain;
	background-position: top center,bottom center;
}
.p_item_outline .p_item_box:nth-child(1) .item_bk_img,
.p_item_outline .p_item_box:nth-child(3) .item_bk_img {
	width: 100%;
	height: 100%;
	background: url("https://basefile.akamaized.net/erol-base-shop/664c614374af5/itembk04_1.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/664c61538e254/itembk04_2.png")no-repeat;
    background-size: 30%, 55%;
    background-position: bottom left, top right;
}
.p_item_outline .p_item_box:nth-child(4) .item_bk_img,
.p_item_outline .p_item_box:nth-child(6) .item_bk_img{
	width: 100%;
	height: 100%;
	background: url("https://basefile.akamaized.net/erol-base-shop/65cf21523f3a1/itembk01_1.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/65cf217470096/itembk01_2.png")no-repeat;
	background-size:45%,28%;
	background-position: top left,bottom right;
}

.p_item_outline .p_item_box:nth-child(5) .item_bk_img,
.p_item_outline .p_item_box:nth-child(7) .item_bk_img{
	width: 100%;
	height: 100%;
	background: url("https://basefile.akamaized.net/erol-base-shop/65cf21803002e/itembk02_1.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/65cf218e32f9e/itembk02_2.png")no-repeat;
	background-size:cover;
	background-position: top center,bottom center;
}

.p_item_outline .p_item_box:nth-child(1).lineup_item_box {
	min-height: 600px;
	background: url("https://basefile.akamaized.net/erol-base-shop/68171ff5ae5c7/water01.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 #002c72;}
.p_item_outline .p_item_box:nth-child(1).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) {
.item_txtbox {
	padding: 8px;
	font-size: 1.2vw;
	line-height: 1.8em;
	margin-top: 15px;
}
.item_txtbox strong { font-size: 2vw;}

.p_item_outline .p_item_box:nth-child(1).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 {
		min-height: 280px;
	}
}
@media print, screen and (max-width:650px) {
	.item_text_box {font-size: 113%;}
	.item_txtbox {
		padding: 6px;
		font-size: 1.5vw;
		margin-top: 10px;
	}
	.item_txtbox strong { font-size: 2.4vw;}
	.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 {
		min-height: 240px;
	}


}
@media print, screen and (max-width:450px) {
	.item_text_box {font-size: 100%;}
	.item_txtbox {
		padding: 5px;
		font-size: 2vw;
	}
	.item_txtbox strong { font-size: 3.4vw;}

	.p_item_box {
		padding: 0 4vw;
		min-height: 160px;
	}
	.p_item_outline .p_item_box:nth-child(1).lineup_item_box {
		min-height: 160px;
	}

}
/*----------------------------------------------------
　 　cbd
-----------------------------------------------------*/
.cbd_outline{
	padding-top: calc(1.5vw + 2px);
	background: rgba(255,255,255,.9);
	z-index: 1;
}
.cbd_outline::before{
	content: "";
    width: 100%;
    height: 1.5vw;
    background: #eacb48;
    border-top: solid 1px #25367c;
    border-bottom: solid 1px #25367c;
    position: absolute;
    top: 0;
    left: 0;
	z-index: 2;
}
.cbd_box{
	width: 100%;
	background: url("https://basefile.akamaized.net/erol-base-shop/65cf21d098bd4/foot_bk01.png")no-repeat,url("https://basefile.akamaized.net/erol-base-shop/65cf21daebc0f/foot_bk02.png")no-repeat;
	background-size:30%,20%;
	background-position: top right,bottom left;
	z-index: 3;
	justify-content: flex-start;

}
.cbd_img{width: 30%;}
.cbd_text_box{
	width: 70%;
	color: #25367c;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
	padding:5vw 0 0 5vw;
}
.cbd_title{
	width: 7em;
	border-bottom: solid 1px #25367c;
	margin-bottom: .5em;
	padding: .1em
}
.cbd_text{
    width: 70%;
    font-size: 1.4vw;
    line-height: 220%;
	
}
@media print, screen and (max-width:1100px) {
	.cbd_box {background-size: 25%,15%;}
.cbd_text{
	width: 80%;
	font-size: 100%;
	}
	
.cbd_img{width: 20%;}
.cbd_text_box {
    width: 80%;
    padding: 60px;
}
}
@media print, screen and (max-width:800px) {
.cbd_box {
    justify-content: center;
    flex-direction: column;
	align-items: center;
}
.cbd_title{
	width: 100%;
	text-align: center;
	}
	.cbd_text {width: 100%;}
	.cbd_text_box {
    width: 70%;
    padding: 0 0 20vw;
}
.cbd_box {background-size: 30%,20%;}
	
	.cbd_img {margin-right: 13%;}
}
@media print, screen and (max-width:600px) {
	.cbd_text_box {width: 80%;}

}
@media print, screen and (max-width:450px) {
	.cbd_text{font-size: 88%;}
	.cbd_text_box {width: 85%;}
	.cbd_img {
		width: 25%;
		margin-right: 16%;
	}

}