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

#main .slide_main {
  position: relative;
  top: 25px;
  opacity: 0;
  -webkit-filter: blur(25px);
  filter: blur(25px);
  -webkit-transition: opacity 1.0s, top 1.2s, filter 1s;
  -moz-transition: opacity 1.0s, top 1.2s, filter 1s;
  -ms-transition: opacity 1.0s, top 1.2s, filter 1s;
  -o-transition: opacity 1.0s, top 1.2s, filter 1s;
  transition: opacity 1.0s, top 1.2s, filter 1s;
  transition-delay: 0s;
}

#main .slide_main.on {
  -webkit-filter: blur(0);
  filter: blur(0);
  top: 0;
  opacity: 1;
}

#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 .photo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .sec01 .photo2 {
  background: #0d0e0f;
}

#main .sec01 .photo3 {
  background: url(/img/attention/bg.png);
  background-size: cover;
}

#main .sec01 .photo4 {
  background-color: #fff;
}

#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;
}

.slide_main .slick-dots {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin: 25px 0 0 0;
}

.slide_main .slick-dots li {
  margin: 0 10px;
}

.slide_main .slick-dots li button {
  text-indent: -9999px;
  border: none;
  background: #e5e5e5;
  border-radius: 8px;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.30s;
  -moz-transition: 0.30s;
  -ms-transition: 0.30s;
  -o-transition: 0.30s;
  transition: 0.30s;
  padding: 0;
}

.slide_main .slick-dots li.slick-active button {
  background: #0d0e0f;
}




_: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: 49.5%;
  overflow: hidden;
  position: relative;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
}

#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" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  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.alphaone .bg {
  background-image: url(../img/index/photo96.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/glowpackclx.jpg);
}

#main .photoUl01 li.bijoum .bg {
  background-image: url(../img/index/bijoum.jpg);
}

#main .photoUl01 li.slimeley .bg {
  background-image: url(../img/index/slimeley.jpg);
}
#main .photoUl01 li.select .bg {
  background-image: url(../img/index/select.jpg);
}
#main .photoUl01 li.online .bg {
  background-image: url(../img/index/online.jpg);
}

#main .photoUl01 li.kyashamie .bg {
  background-image: url(../img/index/kyashamie.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,
#main .sec06 .comBtn a {
  color: #932335;
  background: #fff url(../img/index/arrow.jpg) no-repeat right 5px center;
  background-size: 6px auto;
}

#main .sec06 .comBtn {
  margin: 70px auto 0;
  width: 240px;
}

#main .sec06 .comBtn a {
  color: #BC1E35;
  border: 1px solid #BC1E35;
}

#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 .topBnner {
	margin: 0 20px 100px;
	text-align: center;
}
#main .topBnner a:hover {
	opacity: 0.7;
}

#main .topics {
  margin: 0 0 140px 0;
}

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

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

@media screen and (min-width: 1500px) {
  #main .topics .slide {
    margin-left: 10.5%;
  }
}

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

#main .topics .slide .slick-slide {
  width: 447px;
  margin: 0 30px;
}

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

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

#main .topics .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 .topics .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 .topics .slide .arrowUl li.next {
  left: auto;
  right: 30px;
}

#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: 69px;
  padding-bottom: 89px;
  border-bottom: 1px solid #808080;
}

#main .information {
  /*margin-bottom: 104px;*/
  padding-bottom: 66px;
  /*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: 560px;
}

#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: 454px;
  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: 120px;
  height: 606px;
  position: absolute;
  left: 0;
  top: 62px;
  background: url("../img/index/station_bg03.png") no-repeat left top / 100% 100%;
  content: '';
}

#main .station::after {
  width: 120px;
  height: 789px;
  position: absolute;
  right: 0;
  top: 62px;
  background: url("../img/index/station_bg04.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 75px;
  width: 752px;
  text-align: center;
  position: relative;
  z-index: 2;
}

#main .station .map .img02 {
  width: 500px;
  margin: 0 0 50px 0px;
  /*display:block;*/
}

#main .station .map .slide2 {
  position: absolute;
  top: -30px;
  right: 0;
  width: 250px;
}

#main .station .map .slide2 .photo {
  width: 90%;
  margin: 0 auto 10px auto
}

#main .station .map .slide2 h3.headLine02 {
  margin: 0 0 25px 0;
}

#main .station .map .slide2 h3.headLine02 span {
  font-size: 20px;
  width: 100%;
}

#main .station .slideBox {
  margin: 0 auto;
  width: 750px;
  position: relative;
}

#main .station .headLine02 {
  margin-bottom: 50px;
}

#main .station .slideUl {
  /*margin: 0 -15px;
	    width: 230px;*/
  margin: 0 auto 20px;
}

#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 p {
  font-size: 12px;
}

#main .station .slideUl li .photo {
  margin-bottom: 21px;
}

#main .station .comBtn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 680px;
  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;
  width: 180px;
}

#main .station .slide {
  width: 490px;
  margin: 0 auto 64px;
}

#main .station .slideUl li a:hover {
  opacity: 0.7;
}

#main .station .slideUl2 {
  margin: 0 -15px;
  width: 752px;
  margin: 0 auto 30px auto;
}

#main .station .slide2 .slick-arrow {
  position: absolute;
  top: 38%;
  text-indent: -9999px;
  border: none;
  width: 18px;
  height: 35px;
  z-index: 10;
}

#main .station .slide2 .slick-arrow.slick-prev {
  left: -30px;
  background: url(../img/index/slide2_left.png) no-repeat center center;
  background-size: cover;
}

#main .station .slide2 .slick-arrow.slick-next {
  right: -30px;
  background: url(../img/index/slide2_right.png) no-repeat center center;
  background-size: cover;
}

#main .station .slideUl2 li {
  width: 230px;
  padding: 0 16px;
  box-sizing: border-box;
}

#main .station .slideUl2 li h3 {
  display: block;
  font-size: 17px;
  letter-spacing: 0.28em;
  font-size: bold;
  margin: 18px 0 8px 0;
}

#main .station .slideUl2 li p {
  font-size: 13px;
  line-height: (23/13);
  letter-spacing: 0.28em;
}


@media only screen and (max-width: 750px) {
  #main .station .slide {
    margin-bottom: 64px;
    width: 100%;
  }

  #main .station .slideUl2 {
    margin: 0 -15px;
    width: 100%;
    margin:0 auto 10% 10%;
  }

  #main .station .slide2 .slick-arrow {
    top: 28.866vw;
    width: 3.73333vw;
    height: 7.73333vw;
  }

  #main .station .slide2 .slick-arrow.slick-prev {
    left: 10vw;
  }

  #main .station .slide2 .slick-arrow.slick-next {
    right: 10vw;
  }

  #main .station .slideUl2 li {
    width: 100%;
    padding: 0 2.25vw;
  }

  #main .station .slideUl2 li img {
    margin: 0 0 2.2vw 0;
  }

  #main .station .slideUl2 li img:last-child {
    margin: 0;
  }

  #main .station .slideUl2 li h3 {
    font-size: 3.2vw;
    margin: 2.4vw 0 1.6vw 0;
  }

  #main .station .slideUl2 li p {
    font-size: 2.6vw;
    line-height: 1.8;
    letter-spacing: 0.12em;
  }

  #main .station .comBtn {
    display: block;
    width: 320px;
  }

  #main .station .comBtn a {
    width: 280px;
    margin: 24px 0 0 0;
  }
#main .station .map .slide2 {
  position: static;
  right: 0;
  width: 250px;
}
#main .photoUl01 li{
    border-left: none;
}
}

#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/glowpackclx_sp.jpg);
  }
    #main .photoUl01 li.select .bg {
  background-image: url(../img/index/select.jpg);
    }
#main .photoUl01 li.online .bg {
  background-image: url(../img/index/online.jpg);
    }
#main .photoUl01 li.kyashamie .bg {
  background-image: url(../img/index/kyashamie.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,
  #main .sec06 .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 .topics h2 {
    margin-bottom: 12px;
  }

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

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

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

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

  #main .topBnner {
	margin-bottom: 50px;
  }

  #main .topics {
    margin: 0 0 30px 0;
  }

  #main .topics .slide .slick-slide {
    width: 100vw;
    margin: 0;
    padding: 0 10vw;
    box-sizing: border-box;
  }

  #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;
  }
#main .photoUl01 li {
    border-bottom: 4px solid #fff;
}
}

@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 {
    display: none;
    /* height: 13.7%;
		width: 65%;
		left: 0;
		top: 6%; */
  }

  #main .station::after {
    background: url("../img/index/station_bg_sp.png") no-repeat left top / 100% 100%;
    width: 14vw;
    height: 176.86vw;
    top: 30vw;
  }

  #main .station .map {
    width: 78vw;
    margin: 0 0 12vw 0;
  }

  #main .station .map img {
    width: 100%;
  }

  #main .station .slideBox {
    width: auto;
  }

  #main .station .slideUl {
    margin: 0;
    width: 100%;
  }

  #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 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  width: 100%;
  margin: 98px auto 50px auto;
}

#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 {
  /*width: 100%;
  max-width: 924px;*/

  margin: 0 auto 30px auto;
}

#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{
  background: #fbcccc !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;
}

#top_textbox .textBox2 {
  /* margin: 0 0 0 30px; */
  width: 447px;
  height: 225px;
}


@media screen and (max-width: 767px) {
  #top_textbox {
    display: block;
    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 {
    margin: 0;
  }

  #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: 80vw;
    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 10vw 0;
  }

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

  #top_textbox .textBox2 {
    margin: 20px auto 0;
    width: 100%;
    height: auto;
  }
}



.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;
}

#cookie_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}

#cookie_box.ope {
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

#cookie_box div.cookie_bg {
  background: #000;
  width: 650px;
padding: 30px 0;
}

#cookie_box div.cookie_bg strong {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 20px;
  margin: 0 0 20px 0;
}

#cookie_box div.cookie_bg p {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.72917;
  width: 72%;
  margin: 0 auto;
}

#cookie_box div.cookie_bg p span {
  display: block;
    font-size: 0.65rem;
  margin: 0 0 10px 0;
}

#cookie_box div.cookie_bg p em {
  display: block;
  font-style: normal;
  text-align: center;
  margin: 0 0 12px 0;
font-size: 0.8rem;
}

#cookie_box div.cookie_bg .cookie_btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

#cookie_box div.cookie_bg p.link {
  width: auto;
  margin: 0 20px;
}

#cookie_box div.cookie_bg p.link a {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid #FFFFFF 1px;
  color: #FFFFFF;
  width: 150px;
  height: 34px;
  text-decoration: none;
  margin: 0 auto;
}

#cookie_box div.cookie_bg p.link a:hover {
  opacity: 0.7;
}
#cookie_box div.cookie_bg span a{
	color:#fff;
	text-decoration: underline;
	font-size: 0.65rem;
}
#cookie_box div.cookie_bg p.link2 a:hover {
  opacity: 0.7;
}


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

  #cookie_box div.cookie_bg {
    padding: 8vw 8vw;
  }

  #cookie_box div.cookie_bg strong {
    font-size: 3.5vw;
    margin: 0 0 10px 0;
  }

  #cookie_box div.cookie_bg p {
    font-size: 3.33333vw;
    width: 100%;
  }

  #cookie_box div.cookie_bg p span {
    margin: 0 0 5px 0;
  }

  #cookie_box div.cookie_bg p em {
    margin: 0 0 12px 0;
  }

  #cookie_box div.cookie_bg p.link {
    margin: 0 3.33333vw;
  }

  #cookie_box div.cookie_bg p.link a {
    width: 40vw;
    /*height: 12vw;*/
  }

  #cookie_box div.cookie_bg p.link a:hover {
    opacity: 1.0;
  }
}


/* 0925 */
#main .sec06 {
  margin-bottom: 90px;
}

#main .column {
  margin-bottom: 142px;
  padding-bottom: 0;
  border-bottom: none;
}

#main .column h2 {
  margin-bottom: 17px;
}

#main .column .slide .photoUl li {
  margin: 0 7px;
  width: 238px !important;
}

#main .column .slide .photoUl a {
  color: #170000;
  font-weight: bold;
}

#main .column .slide .photoUl li p {
  color: #170000;
  font-size: 14.45px;
}

#main .column .slide .photoUl li .time {
  color: #878787;
  letter-spacing: 0;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {

  #main .column .slide .arrowUl li span,
  #main .column .slide .arrowUl li.next span {
    width: 20px;
    height: 20px;
  }

  #main .column .slide .arrowUl .prev {
    left: -30px;
  }

  #main .column .slide .arrowUl .next {
    right: -30px;
  }

  #main .column .slide .arrowUl {
    margin-top: -25px;
  }

  #main .column .slide {
    margin-left: 7.2%;
  }
}

@media screen and (max-width: 767px) {
  #main .column .slide {
    margin-left: 9.8%;
  }

  #main .column .slide .photoUl li {
    margin: 0 3px;
    /* width: 127px !important; */
  }

  #main .column .slide .photoUl li p {
    font-size: 3.2vw;
    line-height: 1.21;
  }

  #main .column .slide .photoUl li .time {
    margin-bottom: 1px;
    font-size: 2.8vw;
  }

  #main .column .slide .photoUl li .photo {
    margin-bottom: 5px;
  }

  #main .column .slide .arrowUl {
    margin-top: -22px;
  }

  #main .column .slide .arrowUl li.prev {
    left: -19px;
  }

  #main .column .slide .arrowUl li.next {
    right: 20px;
  }

  #main .column .slide .arrowUl li span {
    width: 10px !important;
    height: 10px !important;
  }

  #main .column {
    margin-bottom: 47px;
  }
}

#box {
  width: 100%;
  max-width: 1400px;
  display: flex;
}

#box .gpo {
  margin-left: 28px;
}

@media screen and (max-width: 767px) {
  #box {
    display: block;
  }

  #box .gpo {
    margin: 0;
  }
