@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

#gHeader {
	margin-bottom: 34px;
	height: 71px;
	position: relative;
	z-index: 100;
	background-color: #FFF;
}

#main .sec01 {
	margin-bottom: 71px;
	position: relative;
}

#main .sec01 .photo {
	overflow: hidden;
	position: relative;
	z-index: 0;
	height: 540px;
	background: #e1f5fc;
}
#main .sec01 .photoCover {
	position: relative;
	max-width: 1200px;
	margin: auto;
	height: 100%;
}
#main .sec01 .logoBox {
	position: absolute;
  top: 0;
	left: 0;
	z-index: 4;
}
#logo_enisie .cls-1 {
	fill:#c61e35;
}
#logo_enisie_mask {
  display: block;
	max-width: 570px;
	max-height: 180px; 
  width: 100%;
  height: auto;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, #logo_enisie_mask {
  zoom: 162%;
}

#logo_enisie_mask .cls-1 {
	fill:none;
	stroke:#fff;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-width:5px;
	stroke-dasharray: 1500;
	stroke-dashoffset:1500;
}
#main .sec01 .logoBox .text {
	position: relative;
	overflow: hidden;
	height: 243px;
	margin-left: 100px;
}
#main .sec01 .logoBox .text_image {
	position: relative;
}
#main .sec01 .person {
	position: absolute;
	right: 165px;
	z-index: 1;
	opacity: 0;
}
#main .sec01 .lattice {
	position: absolute;
	/*opacity: 0;*/
}
#main .sec01 .lattice__top {
	top: 0;
	right: 310px;
	z-index: 0;
}
#main .sec01 .lattice__bottom {
	bottom: 0;
	right: 0;
	z-index: 2;
	mask-image: linear-gradient(0, white, transparent 0%);
	-webkit-mask-image: linear-gradient(0, white, transparent 0%);
	/*animation: maskBottomGra ease-in 4.5s;*/
}

@keyframes maskBottomGra {
	0% {
		mask-image: linear-gradient(0, white, transparent 0%);
		-webkit-mask-image: linear-gradient(0, white, transparent 0%);
	}
	100% {
		mask-image: linear-gradient(0, white, transparent 100%);
		-webkit-mask-image: linear-gradient(0, white, transparent 100%);
	}
}
/*#main .sec01 .videoBox video {
	width: 100%;
}*/
#main .topInner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	margin: 0 auto 100px;
	align-items: flex-end;
}
#main .topInner .moreBtn a {
	position: relative;
	right: 0;
	-webkit-transition: right .3s;
	-o-transition: right .3s;
	transition: right .3s;
}
#main .topInner .moreBtn a .arrow {
	margin-top: -4px;
}
#main .topInner .moreBtn a:hover {
	right: -10px;
}
#main .topInner .productBox {
	position: relative;
	margin-top: -190px;
	padding-left: 35px;
}
#main .topInner .productBox .product_item {
	position: relative;
	overflow: hidden;
	z-index: 1;
	width: 365px;
}
#main .topInner .productBox .product_image_bg {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	transform-origin: right bottom;
}
#main .topInner .productBox .product_image {
	position: relative;
	opacity: 0;
}
#main .topInner .productBox .product_shadow {
	position: relative;
	z-index: 0;
	margin-top: -70px;
}
#main .topInner .productBox .moreBtn {
	position: absolute;
	z-index: 2;
	right: 40px;
	top: 270px;
}
#main .topInner .textBox {
	position: relative;
	max-width: 365px;
    width: 365px;
	padding-top: 0;
	padding-left: 42px;
}
#main .topInner p {
	margin-bottom: 30px;
	font-size: 15px;
	font-weight: bold;
	line-height: 2.22;
	letter-spacing: 2px;
	font-weight: normal;
}

#main .topInner p span {
	display: block;
	font-size: 11px;
	font-weight: normal;
}

#main .topInner .ttl {
	margin-bottom: 16px;
	font-size: 17px;
	font-weight: 600;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .topInner .moreBtn a {
	font-weight: bold;
	letter-spacing: .24em;
}
#main .topInner .moreBtn a .arrow {
	display: inline-block;
	vertical-align: middle;
}

#main .topInner .comBtn {
	margin: 0 auto;
	width: 170px;
}

#main .topInner .comBtn a {
	color: #000;
	font-size: 10px;
	font-weight: bold;
	/*background: #fff url(../img/common/arrow01.png) no-repeat right 4px center;*/
	/*border: 1px solid #000;*/
	/*background-size: 6px auto;*/
}
#main .topInner .rBox {
	padding-left: 0;
	margin: 0;
	width: 430px;
}
#main .topInner .rBox .product_item {
	width: 430px;
}

#main .topInner .rBox .moreBtn {
	top: 300px;
	right: -50px;
}
#main .topInner .rBox .product_shadow {
	/*width: 556px;*/
}
#main .sec01 .inner {
	position: absolute;
	width: 100%;
	bottom: 14%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

/*
#main .sec01 .textImg {
	margin-bottom: 88px;
}

#main .sec01 .comBtn {
	margin: 0 auto;
	width: 183px;
}

#main .sec01 .comBtn a {
	padding: 6px 18px 5px;
	color: #fff;
	border: 1px solid #fff;
	background: url(../img/common/arrow03.png) no-repeat right 9px center;
	background-size: 6px auto;
}
*/

#main .blackTxt {
	color: #000;
	text-shadow: 1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF !important;
}

#main .photoUl01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

#main .photoUl01 li {
	width: 50%;
	overflow: hidden;
	position: relative;
}

#main .photoUl01 li:lnth-child(2n) {
}

#main .photoUl01 li a {
	display: block;
}

#main .photoUl01 li img {
	width: 100%;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	animation-name: img_scale_out;
	-webkit-animation-name: img_scale_out;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	visibility: visible !important;
}

#main .photoUl01 li p {
	line-height: 1;
	margin-top: 13px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family : Times New Roman;
	font-size : 29px;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	text-align: center;
	display: inline-block;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#main .photoUl01 li .bg,
#main .photoUl02 li .bg {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

#main .photoUl01 li p.on {
	display: none;
	font-size: 23px;
}

#main .photoUl01 li a {
	display: block;
}

#main .photoUl01 li a:hover .bg,
#main .photoUl02 li a:hover .bg  {
	transform: scale(1.15);
}

#main .photoUl02 li {
	float: left;
	width: 33.33333%;
	overflow: hidden;
	position: relative;
}

#main .photoUl02 li p {
	margin-top: -5px;
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	font-family : Times New Roman;
	font-size : 29px;
	color: #fff;
	line-height: 1;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.5);
	text-align: center;
	display: inline-block;
	transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}

#main .photoUl01 li p.colo01 {
  color: #000;
  text-shadow: 1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF;
}

#main .photoUl01 li p.colo02 {
	color: #fff;
	text-shadow: none;
}

#main .photoUl01 li p span {
  margin: -60px 0 10px 0;
  display: block;
}

#main .photoUl01 li p span img {
  width: 198px;
}

#main .photoUl02 li a:hover img {
	transform: scale(1.3);
}

#main .photoUl02 .arrow span {
	padding-right: 40px;
	display: inline-block;
	background: url(../img/common/arrow03.png) no-repeat right center;
	background-size: 12px auto;
}

#main .photoUl02 .arrow:hover p {
	display: block !important;
}

#main .sec02 {
	height: 100vh;
}

#main .photoUl01 li .bg {
	height: 50vh;
	background: transparent no-repeat center center;
	background-size: cover;
}

#main .photoUl01 li.glowpack .bg {
	background-image: url(../img/index/photo01.jpg);
}
#main .photoUl01 li.lufelcream .bg {
	background-image: url(../img/index/photo02.jpg);
}
#main .photoUl01 li.enisie .bg {
	background-image: url(../img/index/photo03.jpg);
}
#main .photoUl01 li.prepmist .bg {
	background-image: url(../img/index/photo04.jpg);
}
#main .photoUl01 li.uv_serenity .bg {
	background-image: url(../img/index/photo27.jpg);
}
#main .photoUl01 li.serum .bg {
	background-image: url(../img/index/photo32.jpg);
}
#main .photoUl01 li.mask .bg {
	background-image: url(../img/index/photo47.jpg);
}
#main .photoUl01 li.airfluid .bg {
	background-image: url(../img/index/airfluid.jpg);
}
#main .photoUl01 li.ultransformer .bg {
	background-image: url(../img/index/photo34.jpg);
}
#main .photoUl01 li.eien .bg {
	background-image: url(../img/index/photo11.jpg);
}
#main .photoUl01 li.bodyoh .bg {
	background-image: url(../img/index/photo12.jpg);
}
#main .photoUl01 li.bustoh .bg {
 	background-image: url(../img/index/bustoh.jpg);
}
#main .photoUl01 li.contirol .bg {
	background-image: url(../img/index/contirol.jpg);
}
#main .photoUl01 li.showmy .bg {
	background-image: url(../img/index/photo33.jpg);
}
#main .photoUl01 li.deli .bg {
	background-image: url(../img/index/photo10.jpg);
}
#main .photoUl01 li.qunt .bg {
	background-image: url(../img/index/photo09.jpg);
}
#main .photoUl01 li.shape .bg {
	background-image: url(../img/index/photo28.jpg);
}
#main .photoUl01 li.pants .bg {
	background-image: url(../img/index/photo14.jpg);
}
#main .photoUl01 li.body .bg {
	background-image: url(../img/index/photo08.jpg);
}
#main .photoUl01 li.lift-aid .bg {
	background-image: url(../img/index/photo15.jpg);
}
#main .photoUl01 li.pack .bg {
	background-image: url(../img/index/photo05.jpg);
}
#main .photoUl01 li.glowpack_cl .bg {
	background-image: url(../img/index/glowpackcl.jpg);
}
#main .photoUl01 li.bijoum .bg {
	background-image: url(../img/index/bijoum.jpg);
}
#main .photoUl01 li.alphaone .bg {
    background-image: url(../img/index/photo96.jpg);
  }
#main .photoUl01 li.cream .bg {
	background: #000;
	/*background-image: url(../img/index/photo06.jpg);*/
}
#main .sec03 {
	height: 40vh;
	/*height: 100vh;*/
}

#main .sec03 li p {
	color: #000;
	text-shadow: 1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF;
}

/*#main .sec03 .pack .bg {
	background: url(../img/index/photo05.jpg) no-repeat center center;
}*/

/* #main .sec05 .photoUl01 li p {
	color: #000;
	text-shadow: none;
} */

#main .sec05 .photoUl01 li .bg {
	height: 60vh;
}
/* 
#main .sec05 .photoUl01 .bodyoh p {
	text-shadow: 1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF !important;
}

#main .sec05 .shinpi .bg {
	background-image: url(../img/index/photo13.jpg);
}

#main .sec05 .photoUl02 li .bg {
	padding-bottom: 40vh;
	background-size: cover;
} */

#main .sec05 .photoUl02 li:nth-child(1) p,
#main .sec05 .photoUl02 li:nth-child(3) p {
	color: #000;
	text-shadow: none;
}

#main .sec05 .photoUl02 li.arrow .bg {
	background: none;
	background-color: #000;
}


#main .concept {
	padding-top: 177px;
	position: relative;
	min-height: 734px;
	box-sizing: border-box;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .concept .slideTxt {
	position: absolute;
	left: 0;
	top: -3px;
}

#main .concept .slideTxt.right {
	left: auto;
	right: 0;
	top: 0;
}

#main .concept h2 {
	margin-bottom: 15px;
	font-size: 40px;
	text-align: center;
	letter-spacing: -2px;
}

#main .concept h2 span {
	margin-bottom: 12px;
	color : #890000;
	letter-spacing : 1.92px;
	font-size: 23px;
	display: block;
}

#main .concept .txt {
	margin-bottom: 45px;
	 font-size : 14px;
	 text-align: center;
	 line-height: 2.1;
}

#main .concept .comBtn {
	margin: 0 auto;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border: 1px solid #932335;
}

#main .concept .comBtn a {
	color : #932335;
	background: #fff url(../img/index/arrow.jpg) no-repeat right 5px center;
	background-size: 6px auto;
}

#main .linkUl {
	margin-bottom: 78px;
}

#main .linkUl li {
	padding: 90px 120px 88px;
	width: 49.6%;
	color: #fff;
	float: left;
	box-sizing: border-box;
	background-color: #8A0000;
}

#main .linkUl li:last-child {
	float: right;
}

#main .linkUl li h2 {
	margin-bottom: 12px;
	padding-top: 56px;
	background: url(../img/index/icon01.jpg) no-repeat top center;
}

#main .linkUl li h2 span {
	margin-bottom: 5px;
}

#main .linkUl li p {
	margin-bottom: 56px;
	font-size: 13px;
	line-height: 2;
}

#main .linkUl li:last-child h2 {
	background-image: url(../img/index/icon02.jpg);
}


#main .linkUl li .comBtn {
	margin: 0 auto;
	width: 183px;
}

#main .linkUl li .comBtn a {
	padding: 6px 18px 7px;
	color: #fff;
	border: 1px solid  #fff;
	background: #8A0000 url(../img/common/arrow03.png) no-repeat right 5px center;
	background-size: 6px auto;
}

#main .news h2 {
	margin-bottom: 18px;
	font-size : 32px;
	font-weight: normal;
	font-family : Times New Roman;
	text-align: center;
}

#main .news .slide {
	position: relative;
	margin-left: 10.5%;
}

#main .news .slide .arrowUl {
	margin-top: -60px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
}

#main .news .slide .arrowUl li {
	position: absolute;
	top: 0;
	left: -30px;
	cursor: pointer;
}

#main .news .slide .arrowUl li span {
    display: inline-block;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    cursor: pointer;
	border-right: none;
	border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main .news .slide .arrowUl li.next span {
    display: inline-block;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    cursor: pointer;
	border-left: none;
	border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main .news .slide .arrowUl li.next {
	left: auto;
	right: 30px;
}

#main .news .slide .photoUl li {
	margin: 0 14px;
	width: 127px !important;
	vertical-align: top;
	display: inline-block;
}

#main .news .slide .photoUl li a {
	display: block;
}

#main .news .slide .photoUl li a:hover {
	opacity: 0.7;
}

#main .news .slide .photoUl li p {
	color : #858585;
	font-size : 12px;
	line-height: 1.4875;
}

#main .news .slide .photoUl li .time {
	margin-bottom: 4px;
	color : #000000;
	font-size : 13px;
	letter-spacing: -0.8px;
	line-height: 1.2;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .news .slide .photoUl li .photo {
	margin-bottom: 11px;
}

#main .news .slide .photoUl li .photo img {
	width: 100%;
}

#main .news {
	margin-bottom: 78px;
	padding-bottom: 89px;
	border-bottom: 1px solid #808080;
}

#main .information {
	padding-bottom: 77px;
	border-bottom: 1px solid #808080;
}

#main .information h2 {
	margin-bottom: 12px;
	font-size: 30px;
	text-align: center;
	font-size : 30px;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#main .information .textDl {
	margin: 0 auto;
	width: 414px;
}

#main .information .textDl dt {
	width: 106px;
	float: left;
	color : #890000;
	font-weight: 600;
	letter-spacing: 1px;
}

#main .information .textDl dd {
	padding: 0 0 10px 112px;
}

#main .information .textDl dd a {
	color: #000;
}

#main .information .textDl dd a:hover {
	text-decoration: underline;
}
.pcon{
	display:block;
}
.spon{
	display: none;
}
/* 
#main .sec06 li p {
	color: #000;
	text-shadow: 1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF,1px 1px 10px #FFF,-1px 1px 10px #FFF,-1px -1px 10px #FFF,-1px -1px 10px #FFF;
}

#main .sec06 li p span {
	margin-bottom: 10px;
	display: block;
}

#main .sec06 li p img {
	width: 198px;
} */


#main .bnr .photo{
	width: 424px;
	margin: 120px auto;
}
@media screen and (max-width: 640px) {
  #main .bnr .photo {
    width: 100%;
    margin: 10% auto;
  }
}  

#main .station {
	margin: -5px 0 80px;
	position: relative;
}
#main .station::before {
	width: 808px;
	height: 582px;
	position: absolute;
	left: -279px;
	top: -38px;
	background: url("../img/index/station_bg01.png") no-repeat left top / 100% 100%;
	content: '';
}
#main .station::after {
	width: 691px;
	height: 1026px;
	position: absolute;
	right: -94px;
	top: -42px;
	background: url("../img/index/station_bg02.png") no-repeat left top / 100% 100%;
	content: '';
}
#main .station .h2Ttl {
	margin: -5px 0 63px;
	font-size: 33px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	letter-spacing: 0.1em;
}
#main .station .h2Ttl span {
	margin-bottom: 40px;
	padding-bottom: 1px;
	color: #BF1E35;
	display: block;
	font-size: 25px;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border-bottom: 1px solid #BF1E35;
}
#main .station .map {
	margin: 0 auto 31px;
	width: 838px;
	position: relative;
	z-index: 2;
}
#main .station .slideBox {
	margin: 0 auto;
	width: 750px;
	position: relative;
}
#main .station .headLine02 {
	margin-bottom: 50px;
}
#main .station .slideUl {
	margin: 0 -15px;
}
#main .station .slideUl .slick-slide > div,
#main .station .slideUl li {
	margin: 0 15px;
	width: 230px;
	float: left;
}
#main .station .slideUl li {
	margin: 0;
}
#main .station .slideUl li a {
	display: block;
	font-size: 13px;
	line-height: 1.74;
	letter-spacing: 0.15em;
}
#main .station .slideUl li h3 {
	margin-bottom: 6px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.25em;
}
#main .station .slideUl li .photo {
	margin-bottom: 21px;
}
#main .station .comBtn {
	margin: 0 auto;
	width: 240px;
	background: #fff;
}
#main .station .comBtn a {
		color : #932335;
	background: #fff url(../img/index/arrow.jpg) no-repeat right 5px center;
	background-size: 6px auto;
	border: 1px solid #932335;
}
#main .station .slide {
	margin-bottom: 64px;
}
#main .station .slideUl li a:hover {
	opacity: 0.7;
}
#main .station .slide .arrowUl {
	margin-top: -60px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 20;
}

#main .station .slide .arrowUl li {
	position: absolute;
	top: 0;
	left: -30px;
	cursor: pointer;
}
#main .station .slide .arrowUl li:hover {
	opacity: 0.7;
}

#main .station .slide .arrowUl li span {
    display: inline-block;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    cursor: pointer;
	border-right: none;
	border-top: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main .station .slide .arrowUl li.next span {
    display: inline-block;
    border: 2px solid #000;
    width: 15px;
    height: 15px;
    cursor: pointer;
	border-left: none;
	border-bottom: none;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

#main .station .slide .arrowUl li.next {
	left: auto;
	right: -30px;
}



@media screen and (max-width: 767px) {

	#gHeader {
		margin-bottom: 0;
		/*display: none;*/
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: auto;
		z-index: 200;
		background-color: #FFF;
	}

	#main .sec01 img {
		height: auto;
	}
	#main .sec01 .photo {
		z-index: 0;
		height: auto;
		/*height: 418px;*/
		margin-top: 60px;
		background: none;
	/*
		height: auto;
		margin-top: -100px;
	*/
	}

	#main .sec01 .logoBox {
		position: absolute;
		left: 0;
		z-index: 4;
	}
	#logo_enisie_mask {
		max-width: 320px;
		margin-left: -30px;
		max-height: 150px;
    width: 100%;
	}
  _:lang(x)::-internal-media-controls-overlay-cast-button, #logo_enisie_mask {
    zoom: 100%;
  }
	#main .sec01 .logoBox .logo {
		z-index: 0;
		margin-top: 0;
	}
	#main .sec01 .logoBox .person {
	}
	#main .sec01 .logoBox .text {
		z-index: 2;
		height: 22vh;
		/*height: 243px;*/
		margin-top: 40px;
		margin-left: 20px;
		margin-right: 20px;
	}
	#main .sec01 .logoBox .text_image {
		position: relative;
	}
	#main .sec01 .person {
		position: absolute;
		right: 50% !important;
		z-index: 1;
		opacity: 0;
		width: 263px;
		margin-right: -131px;
	}
	#main .sec01 .lattice {
		position: absolute;
		opacity: 0;
	}
	#main .sec01 .lattice__top {
		top: 0;
		right: 30px;
		width: 171px;
	}
	#main .sec01 .lattice__bottom {
		bottom: 0;
		right: 0;
		z-index: 2;
		width: 192px;
	}

	/*#main .sec01 .videoBox video {
		width: 100%;
	}*/
	#main .topInner {
		display: block;
		position: relative;
		margin-bottom: 60px;
	}
	#main .topInner .moreBtn a {
		position: relative;
		right: 0;
		-webkit-transition: right .3s;
		-o-transition: right .3s;
		transition: right .3s;
	}
	#main .topInner .moreBtn a .arrow {
		margin-top: -4px;
	}
	#main .topInner .moreBtn a:hover {
		right: -10px;
	}
	#main .topInner .productBox {
		position: relative;
		margin-top: -50px;
		padding-left: 0;
	}
	#main .topInner .productBox .product_item {
		position: relative;
		overflow: hidden;
		z-index: 1;
		width: 270px;
		margin: auto;
	}
	#main .topInner .productBox .product_image_bg {
		position: absolute;
		z-index: 2;
		width: 100%;
		height: 100%;
		background-color: #ccc;
		transform-origin: right bottom;
	}
	#main .topInner .productBox .product_image {
	}
	#main .topInner .productBox .product_image img {
		margin: auto;
	}
	#main .topInner .productBox .product_shadow {
		margin-top: -60px;
	}
	#main .topInner .productBox .moreBtn {
		right: 45px;
		top: 160px;
	}
	#main .topInner .textBox {
		margin: 0 15px;
		max-width: none;
		text-align: center;
		padding-top: 0px;
		padding-left: 0;
        width: auto;
	}
	#main .topInner p {
		margin-bottom: 30px;
		font-size: 15px;
		font-weight: bold;
		line-height: 2.22;
		letter-spacing: 2px;
		font-weight: normal;
	}

	#main .topInner p span {
		display: block;
		font-size: 11px;
		font-weight: normal;
	}

	#main .topInner .ttl {
		margin-bottom: 16px;
		font-size: 17px;
		font-weight: 600;
		font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
	}

	#main .topInner .moreBtn a {
		font-weight: bold;
		letter-spacing: .24em;
	}
	#main .topInner .moreBtn a .arrow {
		display: inline-block;
		vertical-align: middle;
	}
	#main .topInner .rBox {
		margin: 0 0 19.8%;
		width: auto;
	}
	#main .topInner .rBox .product_item {
		margin: 0 auto;
		max-width: 590px;
		width: auto;
	}
	#main .topInner .rBox .product_shadow {
		display: none;
	}
	#main .topInner .rBox .moreBtn {
		top: 105%;
		right: 50%;
		margin-right: -102px;
	}
	
	#main .topInner .rBox .product_image img {
		width: 100%;
	}

	#main .sec01 .photo .videoBox {
		position: relative;
		margin-bottom: -5px;
		width: 100%;
		height: auto;
		z-index: 100;
	}

	#main .sec01 .photo .videoBox a {
	 margin-left: -13px;
    position: absolute;
    left: 50%;
    bottom: 21px;
    width: 35px;
    z-index: 98;
	}

	#main .sec01 .photo .videoBox a img {
		width: 100px;
	}

	#main .sec01 .photo .videoBox video {
		position: static;
		left: 0;
		width: 100%;
		top: 0;
		min-width: inherit;
		min-height: inherit;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	#main .sec01 .textImg {
		margin-bottom: 22%;
		text-align: center;
	}

	#main .sec01 .textImg img.sp {
		margin: 0 auto;
		width: 100%;
		max-width: 223px;
	}

	#main .sec01 .comBtn a {
		padding: 13px 18px 13px;
	}

	#main .sec01 .comBtn {
		width: 170px;
	}

	#main .sec01 .inner {
		z-index: 10;
		bottom: 14%;
		box-sizing: border-box;
		padding-right: 7px;
	}

	#main .photoUl01 li,
	#main .photoUl02 li {
		width: 100%;
		float: none !important;
	}


	#main .photoUl01 li a:hover p,
	#main .photoUl02 li a:hover p {
		display: block;
	}

	#main .photoUl01 li a:hover p.on,
	#main .photoUl02 li a:hover p.on {
		display: none;
	}

	#main .photoUl01 li p,
	#main .photoUl02 li p {
		margin-top: -2px;
		font-size: 20px;
	}

	#main .photoUl02 .arrow span {
		padding-right: 16px;
		background-position: right top 12px;
		background-size: 6px auto;
	}

	#main .photoUl01 li .bg,
	#main .photoUl02 li .bg {
		padding-bottom: 56.2%;
	}

	#main .photoUl01 li a:hover .bg,
	#main .photoUl02 li a:hover .bg {
		transform: scale(1);
	}
  

  #main .sec02,
  #main .sec05 {
    height: auto;
  }
  #main .photoUl01 li .bg {
    height: auto !important;
    background: transparent no-repeat center center;
    background-size: cover;
  }

  #main .photoUl01 li.glowpack .bg {
    background-image: url(../img/index/sp_photo01.jpg);
  }
  #main .photoUl01 li.lufelcream .bg {
    background-image: url(../img/index/sp_photo02.jpg);
  }
  #main .photoUl01 li.enisie .bg {
    background-image: url(../img/index/sp_photo03.jpg);
  }
  #main .photoUl01 li.prepmist .bg {
    background-image: url(../img/index/sp_photo04.jpg);
  }
  #main .photoUl01 li.uv_serenity .bg {
    background-image: url(../img/index/sp_photo16.jpg);
  }
  #main .photoUl01 li.serum .bg {
    background-image: url(../img/index/sp_photo18.jpg);
  }
  #main .photoUl01 li.mask .bg {
    background-image: url(../img/index/sp_photo21.jpg);
  }
  #main .photoUl01 li.airfluid .bg {
    background-image: url(../img/index/airfluid_sp.jpg);
  }
  #main .photoUl01 li.ultransformer .bg {
    background-image: url(../img/index/sp_photo20.jpg);
  }
  #main .photoUl01 li.eien .bg {
    background-image: url(../img/index/sp_photo11.jpg);
  }
  #main .photoUl01 li.bodyoh .bg {
    background-image: url(../img/index/sp_photo12.jpg);
  }
  #main .photoUl01 li.bustoh .bg {
    background-image: url(../img/index/bustoh_sp.jpg);
  }
  #main .photoUl01 li.contirol .bg {
    background-image: url(../img/index/contirol_sp.jpg);
  }
  #main .photoUl01 li.showmy .bg {
    background-image: url(../img/index/sp_photo19.jpg);
  }
  #main .photoUl01 li.deli .bg {
    background-image: url(../img/index/sp_photo10.jpg);
  }
  #main .photoUl01 li.qunt .bg {
    background-image: url(../img/index/sp_photo09.jpg);
  }
  #main .photoUl01 li.shape .bg {
    background-image: url(../img/index/sp_photo17.jpg);
  }
  #main .photoUl01 li.body .bg {
  	background-image: url(../img/index/sp_photo08.jpg);
  }
  #main .photoUl01 li.lift-aid .bg {
    background-image: url(../img/index/sp_photo15.jpg);
  }
  #main .photoUl01 li.pack .bg {
    background-image: url(../img/index/sp_photo05.jpg);
  }
  #main .photoUl01 li.glowpack_cl .bg {
	background-image: url(../img/index/glowpackcl_sp.jpg);
}
  #main .photoUl01 li.glowpack_cl .bg {
	background-image: url(../img/index/glowpackcl_sp.jpg);
}
  #main .photoUl01 li.cream .bg {
  	background: #000;
  	/*background-image: url(../img/index/sp_photo06.jpg);*/
  }

  #main .sec05 .photoUl01 .bodyoh p {
    text-shadow: 1px 1px 3px #FFF,-1px 1px 3px #FFF,-1px -1px 3px #FFF,-1px -1px 3px #FFF,1px 1px 3px #FFF,-1px 1px 3px #FFF,-1px -1px 3px #FFF,-1px -1px 3px #FFF !important;
  }

  #main .sec03 li p {
    text-shadow: 1px 1px 3px #FFF,-1px 1px 3px #FFF,-1px -1px 3px #FFF,-1px -1px 3px #FFF,1px 1px 3px #FFF,-1px 1px 3px #FFF,-1px -1px 3px #FFF,-1px -1px 3px #FFF;
  }

  #main .concept .slideTxt.right {
    width: 61px;
    top: 5px;
    right: 2px;
  }

  #main .concept .slideTxt.right img {
    width: 100%;
  }

  #main .concept {
    padding: 49px 74px 50px;
    min-height: 549px;
  }

  #main .concept h2 span {
    margin-bottom: 18px;
    font-size: 15px;
    color: #000;
  }

  #main .concept h2 {
    margin-bottom: 37px;
    line-height: 1.29;
    font-size: 22px;
  }

  #main .concept .txt {
    margin-bottom: 41px;
    font-size: 13px;
    color : #858585;
  }

  #main .concept .content {
    padding: 0;
  }

  #main .concept .comBtn a {
    padding: 14px 18px 13px;
    background-size: 7px auto;
    background-position: right 8px center;
  }

  #main .linkUl {
    margin-bottom: 32px;
  }

  #main .linkUl li {
    margin-bottom: 9px;
    padding: 49px 20px 52px;
    width: 100%;
    float: none;
  }

  #main .linkUl li h2 {
    margin-bottom: 17px;
    padding-top: 36px;
    font-size: 10px;
    background: url(../img/index/icon02.jpg) no-repeat top center;
    background-size: 30px auto;
  }

  #main .linkUl li h2 span {
    font-size: 20px;
  }

  #main .linkUl li:last-child {
    margin-bottom: 0;
    float: none;
  }

  #main .linkUl li:last-child h2 {
    background-image: url(../img/index/icon01.jpg);
  }

  #main .linkUl li p {
    margin-bottom: 17px;
    font-size: 12.5px;
    line-height: 1.8;
  }

  #main .linkUl li .comBtn {
    width: 170px;
  }

  #main .linkUl li .comBtn a {
    padding: 13px 18px 14px;
    background-size: 7px auto;
    background-position: right 9px auto;
  }

  #main .news h2 {
    margin-bottom: 12px;
  }

  #main .news .slide .photoUl li {
    margin: 0 16px;
  }

  #main .news .slide {
    margin-left: 0px;
  }

  #main .news .slide .photoUl li p {
    font-size: 12.5px;
    line-height: 1.8;
  }

  #main .news .slide .arrowUl li {
    left: 30px;
  }

  #main .news {
    margin-bottom: 40px;
    padding-bottom: 23px;
  }

  #main .information h2 {
    margin-bottom: 30px;
    font-size: 28px;
  }

  #main .information .textDl {
    width: auto;
    letter-spacing: 1px;
  }

  #main .information .textDl dt {
    width: auto;
    float: none;
  }

  #main .information .textDl dd {
    margin-bottom: 19px;
    padding: 0;
  }

  #main .information .textDl dd a {
    color: #858585;
  }

  #main .information .textDl dd a:hover {
    text-decoration: none;
  }

  #main .information .textDl dd:last-child {
    margin-bottom: 0;
  }

  #main .information {
    padding-bottom: 48px;
  }

  #main .photoUl02 .arrow span {
    background-position: top 8px right;
    background-size: 5px auto;
  }
  .pcon{
  display: none;
  }
  .spon{
    display: block;
  }

  #main .sec06 li p span {
    display: none;
  }

  #main .sec06 li .img {
    position: absolute;
    width: 121px;
    left: 12px;
    top: 15px;
    z-index: 10;
    display: block;
  }

  #main .sec06 li p {
    margin-top: 6px;
  }

	#main .topInner p {
		letter-spacing: -0.5px;
		    font-weight: normal;
	}
}

@media screen and (max-width: 376px) {
}

/*===========================
iframe
============================*/
.top-page .iframe .left {
  float: left;
  margin: 0 40px 0 0;
}
.top-page .iframe .mds {
  font-size: 120%;
  line-height: 1.5;
}
.top-page .iframe .mds span {
  font-size: 90%;
}
.top-page .iframe .txt {
  line-height: 1.8;
}
@media screen and (max-width: 640px) {
  .top-page .iframe .mds {
    font-size: 100%;
  }
  .top-page .iframe .mds span {
    font-size: 70%;
  }
}
@media screen and (max-width: 640px) and (max-width: 320px) {
  .top-page .iframe .left img {
    width: 70%;
    margin: 0 40px;
  }
}
@media screen and (max-width: 640px) and (min-width: 321px) {
  .top-page .iframe .left img {
    display: block;
    text-align: center;
    float: none;
  }
}


#main .topInner .textBox .noteBox {
	margin-bottom: 60px;
	padding: 25px 10px 27px;
	text-align: center;
	background-color: #EDEDED;
}

#main .topInner .textBox .noteBox .icon {
	margin-bottom: 11px;
}

#main .topInner .textBox .noteBox .icon img {
	width: 46px;
}

#main .topInner .textBox .noteBox .ttl {
    margin-bottom: 0;
	color : #BA1E32;
	font-size: 15px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}

#main .topInner .textBox .noteBox p {
	font-size : 11px;
	line-height: 2.31;
	letter-spacing: 2px;
}

#main .topInner .textBox .noteBox p:last-child {
    margin-bottom: 0;
}


@media screen and (max-width: 767px) {

    #main .topInner .textBox .noteBox {
        margin: 0 auto 13px;
		padding: 48px 49px 43px;
		max-width: 590px;
		box-sizing: border-box;
	}
	
	#main .topInner .textBox .noteBox .icon {
		margin-bottom: 24px;
		text-align: center;
	}
	
	#main .topInner .textBox .noteBox p {
		font-size: 13.5px;
		line-height: 2;
		text-align: justify;
		letter-spacing: 0.5px;
	}
    #main .topInner .textBox .noteBox .ttl {
        font-size: 18px;
        line-height: 1.38;
        margin-bottom: 10px;
        text-align: center;
    }
		
}
@media screen and (max-width: 767px) {
	#main .station .slideUl li .photo img {
		width: 100%;
	}
	#main .station .h2Ttl {
		font-size: 22px;
		letter-spacing: 0;
		    position: inherit;
	}
	#main .station .h2Ttl span {
		margin-bottom: 8px;
		font-size: 18px;
	}
	#main .station::before {
		height: 13.7%;
		width: 65%;
		left: 0;
		top: 6%;
	}
	#main .station::after {
		width: 50%;
		height: 11%;
		right: -7%;
		top: 12%;
	}
	#main .station .map {
		width: auto;
	}
	#main .station .map img {
		width: 100%;
	}
	#main .station .slideBox {
		width: auto;
	}
	#main .station .slideUl {
		margin: 0;
	}

	#main .station .headLine02 {
		margin-bottom: 30px;
	}
	#main .station .slideUl .slick-slide > div, #main .station .slideUl li {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		margin: 0;
	}
	#main .station .slideUl li {
		padding: 0;
		width: auto;
	}
	#main .station .slide .arrowUl {
		margin-top: -87px;
	}
	#main .station .slide .arrowUl li:hover {
		opacity: 1;
	}
	#main .station .slide .arrowUl li {
		left: -10px;
	}
	#main .station .slide .arrowUl li.next {
		right: -10px;
	}
}

@media all and (-ms-high-contrast:none){
	#main .station .comBtn a {
		padding: 9px 18px 5px;
	}
}


#top_textbox {
  margin: 119px 0 140px 0;
}

#top_textbox .title {
  padding: 119px 0 50px 0;
}

#top_textbox .title h3 {
  font-size: 32px;
	font-family:"Times New Roman", Times, serif;
  text-align: center;
  letter-spacing: 0.16em;
    font-weight: normal;
}
#top_textbox .title p {
  text-align: center;
  font-size: 12px;
  margin: -3px 0 0 0;
}

#top_textbox .text_link {
  margin: 0 0 130px 0;
}

#top_textbox .text_link p {
  text-align: center;
  color: #b81e32;
  font-size: 20px;
  margin: 0 0 21px 0;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
}

#top_textbox .text_link p em {
  display: inline-block;
  font-style: normal;
  letter-spacing: 0.4em;
  border-bottom: 2px solid #b81e32;
}
#top_textbox .text_link strong {
  display: block;
  font-size: 25px;
  text-align: center;
  line-height: 1.92;
  letter-spacing: 0.4em;
	font-family: "游明朝","YuMincho","Hiragino Mincho Pro","MS PMincho","ＭＳ Ｐ明朝","ヒラギノ明朝 Pro W6",serif;
  margin: 0 0 47px 0;
    font-weight: normal;
}
#top_textbox .text_link a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(../img/index/arrow.jpg) no-repeat right 5px center;
  background-size: 6px auto;
  border: 1px solid #b81e32;
  letter-spacing: 0.26em;
  color: #bf1e35;
  font-size: 11px;
  width: 240px;
  height: 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
#top_textbox .textBox {
  
}
#top_textbox .textBox a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #e5e5e5;
  width: 447px;
  height: 225px;
  margin: 0 auto;
  padding: 6px 0 0 0;
  box-sizing: border-box;
}
#top_textbox .textBox a.red{
	display: block;
  background: #f00 !important;
}
#top_textbox .textBox a span {
  display: block;
  width: 46px;
  margin: 0 0 18px 0;
}
#top_textbox .textBox a strong {
  text-align: center;
  font-size: 14px;
  color: #bf1e35;
  letter-spacing: 0.26em;
  margin: 0 0 6px 0;
  
}
#top_textbox .textBox a em {
  display: block;
  font-style: normal;
  font-size: 12px;
  text-align: center;
  line-height: 2.1;
}


@media screen and (max-width: 767px) {
#top_textbox { margin: 18.26667vw 0 18.66667vw 0; }

#top_textbox .title { padding: 18.26667vw 0 11.73333vw 0; }

#top_textbox .title h3 { font-size: 7.6vw; }

#top_textbox .title p { font-size: 2.4vw; letter-spacing: 0.2em; margin: -0.8vw 0 0 0; }

#top_textbox .text_link { margin: 0 0 21.33333vw 0; }

#top_textbox .text_link p { font-size: 3.33333vw; margin: 0 0 3.6vw 0; }

#top_textbox .text_link p em { padding: 0 0 0.26667vw 0; }

#top_textbox .text_link strong { font-size: 4.66667vw; line-height: 1.92; letter-spacing: 0.3em; margin: 0 0 19.33333vw 0; }

#top_textbox .text_link a { font-size: 2.93333vw; width: 56.13333vw; height: 10.8vw; }

#top_textbox .textBox a { width: 92.66667vw; height: 66.13333vw; padding: 0.8vw 0 0 0; }

#top_textbox .textBox a span { width: 11.33333vw; margin: 0 0 5.6vw 0; }

#top_textbox .textBox a span img { width: 100%; height: auto; }

#top_textbox .textBox a strong { font-size: 4.26667vw; margin: 0 0 2vw 0; }

#top_textbox .textBox a em { font-size: 3.33333vw; text-align: left; width: 70vw; margin: 0 auto; }

#top_textbox .textBox div a { flex-direction: row; background: none; font-weight: bold; font-size: 3.2vw; letter-spacing: 0.2em; width: auto; height: auto; margin: 4.26667vw 0 0 0; }

#top_textbox .textBox div a img { width: 27.2vw; margin: 0 0 0 1.86667vw; }

}


.photoCover .img {
  position: relative; top: 25px; 
  opacity: 0;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  -webkit-transition: opacity 1.0s,top 1.0s,filter 1.0s;
  -moz-transition: opacity 1.0s,top 1.0s,filter 1.0s;
  -ms-transition: opacity 1.0s,top 1.0s,filter 1.0s;
  -o-transition: opacity 1.0s,top 1.0s,filter 1.0s;
  transition: opacity 1.0s,top 1.0s,filter 1.0s;
  transition-delay: 1.0s;
}
.photoCover .img.show {
  -webkit-filter: blur(0); filter: blur(0); top: 0; opacity: 1;
}