@charset "UTF-8";
/* CSS Document */
#top_main_area {
  position: relative;
  width: 100%;
  min-height: 130vw;
  margin: 0;
  overflow: hidden;
	animation: moviefadeout 16s linear 6s 1;
  -webkit-animation: moviefadeout 16s linear 6s 1;
}

#topics_area {
	padding: 10px 0;
	background: #7E7E7E;
	color: white;
}

.topics_list {
	width: 100%;
	height: 1.5em;
        padding: 0 10px;
	position:relative;
	margin: 0 auto;
	text-align: center;
}

.topics_list li {
	position: absolute;
	color: #fff;
}

#concept {
  background: url(../images/bg_concept.gif);
  padding: 100px 0 45px;
}
.concept_in {
  position: relative;
  margin: 0 auto;
}
.concept_in .roseimg {
	position:absolute;
	top: -7%;
	left: 6%;
	z-index: 999;
	width: 30%;
}
#concept li {
  font-size: 16px;
  text-align: center;
  margin: 0 0 40px;
}
#concept p {
  font-size: 16px;
}
.concept_cmnt {
  margin: 0 auto;
  padding: 0 10%;
  background: url(../images/bg_spconcept_cmnt.png) no-repeat left top;
  background-size: 100%;
  text-align: left;
  height: 86vw;
}
.concept_cmnt dt {
	margin: 0 0 3%;
	padding: 10% 0 0;
	color: #8e8055;
	font-size: 16px;
	text-align: center;
	font-family: 'EB Garamond', serif;
}

.concept_cmnt dd {
	font-size: 10px;
	line-height: 1.5;
}

#index_slide {
  padding: 10px;
}
.top_main_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 90%;
  margin: auto;
  padding: 40px 0;
  text-align: center;
  z-index: 4;
}
#top_main_area:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 130vw;
  background: url("../images/bg_dot.png") repeat;
  z-index: 2;
  opacity: 0.7;
}
.top_movie {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  -webkit-mask-image: url("../images/bg_mv.svg");
  mask-image: url("../images/bg_mv.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center 47%;
  mask-position: center 47%;
  -webkit-mask-size: auto 100px;
  mask-size: auto 100px;
  mix-blend-mode: multiply;
  min-width: 100%;
  min-height: 100%;
}
.top_movie video {
  width: 100%;
  min-height: 130vw;
  object-fit: cover;
  object-position: 50% 50%;
}
.top_movie2 {
  position: absolute;
  top: 0;
  left: 0;
}
.top_movie2 video {
  width: 100%;
  min-height: 130vw;
  object-fit: cover;
  object-position: 50% 50%;
}
@-webkit-keyframes moviefadeout {
  100% { opacity: 0.09 }
  99% { opacity: 0.1 }
  98% { opacity: 0.11 }
  97% { opacity: 0.12 }
  96% { opacity: 0.13 }
  95% { opacity: 0.14 }
  94% { opacity: 0.15 }
  93% { opacity: 0.16 }
  92% { opacity: 0.17 }
  91% { opacity: 0.18 }
  90% { opacity: 0.19 }
  89% { opacity: 0.2 }
  88% { opacity: 0.21 }
  87% { opacity: 0.22 }
  86% { opacity: 0.23 }
  85% { opacity: 0.24 }
  84% { opacity: 0.25 }
  83% { opacity: 0.26 }
  82% { opacity: 0.27 }
  81% { opacity: 0.28 }
  80% { opacity: 0.29 }
  79% { opacity: 0.3 }
  78% { opacity: 0.31 }
  77% { opacity: 0.32 }
  76% { opacity: 0.33 }
  75% { opacity: 0.34 }
  74% { opacity: 0.35 }
  73% { opacity: 0.36 }
  72% { opacity: 0.37 }
  71% { opacity: 0.38 }
  70% { opacity: 0.39 }
  69% { opacity: 0.3 }
  50% { opacity: 1 }
}
@keyframes cssAnimation {
    to {
        width:0;
        height:0;
        min-height:0;
        overflow:hidden;
    }
}
@-webkit-keyframes cssAnimation {
    to {
        width:0;
        height:0;
        min-height:0;
        visibility:hidden;
    }
}
#topslide {
	visibility: hidden;
	height:0;
	-moz-animation: cssSlide 0s linear 10.3s forwards;
	-webkit-animation: cssSlide 0s linear 10.3s forwards;
	-o-animation: cssSlide 0s linear 10.3s forwards;
	animation: cssSlide 0s linear 10.3s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.swiper-area {
	width: 100%;
}
.swiper-container {
	text-align: center;
}
.swiper-container .swiper-slide img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
}
.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
}
.swiper-pagination-bullet-active {
	background: #f55586;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 6px;	
}
@keyframes cssSlide {
    to {
        width:100%;
        height:100%;
        visibility:visible;
    }
}
@-webkit-keyframes cssSlide {
    to {
        width:100%;
        height:100%;
        visibility:visible;
    }
}
@-webkit-keyframes Slidefadein {
  0% { 
opacity: 0;
height: 0;
}
  100% {
opacity: 1,
height: 100%;
}
}
/* concept */
#concept {
  background: url(../images/bg_concept.gif);
  background-size: 25%;
  padding: 11% 2% 8%;
  text-align: center;
}
#concept li {
  font-size: 12px;
  text-align: center;
  margin: 0 0 25px;
}
#concept li span {
  font-weight: bold;
}
#concept p {
  text-align: center;
  font-size: 12px;
}

/* today */
#today {
	background: url(../images/bg_today.jpg) no-repeat center top;	
	background-size: 200%;
	padding: 8% 0;
    min-height: 400px;
    background-attachment: fixed;
}
#today .roseimg {
	position: absolute;
	top: -8.5%;
	right: 0%;
	z-index: 999;
	width: 30%;
}
#today h2.title > span {
	width: 268px;
}
.twitter_box{
margin-top: 7%;
}