
.slick_container{
	margin-top: 0;
}

#cover-wrapper {
	width:100vw;
	height: 100vh;
	margin-top: 0;
	margin-bottom: 30px;
	background-color: #000000;
}
#cover-wrapper-video {
	width:100vw;
	margin-bottom: 30px;
}
#cover-wrapper img{
	width:100vw;
	height: 100vh;
	filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#cover-wrapper-contents {
	width:100vw;
	margin-bottom: 30px;
	background-color: #000;
}
#cover-wrapper-contents img{
	width:100vw;
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.slick-slide div {
	vertical-align: bottom;
}
#video {
  width:100vw;
  background: url('../images/top04.jpg') no-repeat;
  filter:alpha(opacity=9);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.contents-title-area {
	width: 100%;
	text-align: center;
	margin-top: -30%;
	position: absolute;
}
.contents-title-area-n {
	width: 100%;
	text-align: center;
	margin-top: -20%;
	position: absolute;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
.contents-top-title {
	width: 100%;
	text-align: center;
	margin-top: -250px;
	position: absolute;	

}
.contents-title {
	font-size: 2.5em;
	font-weight: 700;
	letter-spacing: 3px;
}
.contents-title-m {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 3px;
	background-color: #FFF;
}
.contents-title-ms {
	font-size: 2em;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: #FFF;
}
.contents-title-s {
	font-size: 1.6em;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: #FFF;
}
.contents-title-ml {
	font-size: 1.8em;
	letter-spacing: 1px;
	background-color: #FFF;
	font-weight: 100;
}
.contents-title-sl {
	font-size: 1.6em;
	letter-spacing: 1px;
	background-color: #FFF;
	font-weight: 100;
}
.contents-text-ml {
	font-size: 1.6em;
	letter-spacing: 1px;
	background-color: #FFF;
	font-weight: 300;
	line-height: 1.4em;
}
.ojf {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.vv {
  position: absolute;
  bottom: 8%;
  left: 49%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-decoration: none;
}
.vv {
  padding-top: 60px;
}
.vv span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 25px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;

}
.vv a {
	color: #FFF;
	font-size: 10px;
}
.vv span::before {
  position: absolute;
  top: 8px;
  left: 50%;
  content: '';
  width: 5px;
  height: 5px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
.nav-logo {
	width: 100%;
	position: absolute;
	z-index: 1;
	text-align: center;
	padding-top: 25px;
}
.nav-logo img{
	width: 600px;
}
/* pop-up */
.pop-area{
	width: 160px;
	height: 160px;
	border-radius: 50%;
	position: absolute;
	top: 5%;
	color: #FFF;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));

	font-size: 1em;
	right: 10px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(132, 168, 212, 0.8);
}
.pop-area-w{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: rgba(104, 136, 176, 0.8);
	position: absolute;
	top: 25%;
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	text-shadow: 1px 1px 1px #666;
	font-size: 1em;
	right: 30px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pop-area-y{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background-color: rgba(128, 147, 172, 0.8);
	position: absolute;
	top: 40%;
	color: #fff;
	filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
	text-shadow: 1px 1px 1px #666;
	font-size: 1em;
	right: 30px;
	text-align: center;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.pop-area-in {
	margin-top: 20%;
}
.pop-area-in-w {
	margin-top: 35%;
	cursor: pointer;
}
.pop-area:hover {
	background-color: #84a9d5;
}
.pop-area-w:hover {
	background-color: #8094ac;
}
.pop-area-y:hover {
	background-color: #8094ac;
}
.pop-text {
	font-size: .9em;	
}
.pop-text-b {
	margin-top: 10px;	
	font-weight: bold;
	font-size: 1.3em;
	color: #FFF;
}
.pop-text-b a {
	color: #FFF;
}
.pop-btn {

	font-size: .7em;
	border-radius: 3px;
	margin-top: 5px;
}

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*----- logo -----*/
#title-area{
	width: 100%;

	text-align: center;
	z-index: 90;
	letter-spacing: 15px;
	color: #FFF;
	position: absolute;
	top: 35%;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
}
#title-area-contents{
	width: 100%;
	z-index: 90;
	letter-spacing: 15px;
	color: #FFF;
	position: absolute;
	-webkit-transform : translateY(-50%);
	transform : translateY(-50%);
	top: 35%;
}
.title-text-video {
	font-family: 'Noto Serif JP', serif;
	font-size: 1.5em;
	text-align: left;
	padding-left: 10%;
	letter-spacing: .5rem;
}
#title-area img{
	width: 60%;

	text-align: center;
	z-index: 90;
	letter-spacing: 15px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/* top-menu */
.top-menu{
	padding: 0;
}
.top-menu li{
	display: inline-block;
	border-bottom: 2px solid #FFF;
	padding-bottom: 3px;
	-webkit-transition: all 0.8s ease;
	transition: all 0.8s ease;
	margin-top: 30px;
	cursor: pointer;
	font-size: 1em;
}
.top-menu li:hover{
	border-bottom: 2px solid #aaa;
}
.top-menu li:first-child{
	margin-right: 20px;
}
.top-menu li a {
	color: #FFF;
	letter-spacing: 0.25em;
	font-weight: bold;
}
.top-menu li a:hover, .top-menu li:hover a{
	color: #aaa;
	text-decoration: none;
}
/*——dental ——*/

.dental-area {
	width: 100%;
	float: left;
	overflow: hidden;
}
.dental-area p {
	margin-top: 0;
}
.dental-area-block{

	margin-left: 1%;
	float: left;
	margin-right: 1%;
}
.dental-area-block img{
	width: 100%;
}
.dental-area-left {
	width: 55%;
	float: left;
}
.dental-area-right {
	width: 45%;
	float: right;
}
.dental-area-left70 {
	width: 60%;
	float: left;
}
.dental-area-right30 {
	width: 30%;
	float: left;
}
.dental-text-jp {
	font-size: 1em;
	line-height: 1.5em;
}
.main-img {
	width: 100%;
	z-index: -1;
}
.main-img-s {
	width: 80%;
	z-index: -1;
	margin: 10%;
}
.main-img-s img{
	width: 100%;
}
.sub-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: 60%;
}
.sub-right-img {
	width: 50%;
	z-index: 1;
	margin-top: -45%;
	margin-left: -10%;
}
.access-area {
	width: 100%;
	float: left;
	text-align: center;
}
.msg-area {
	width: 100%;
	float: left;	
}

/*----- line-area -----*/
.line-area {
	width: 25%;
	float: left;
	padding-top: 45px;
	color: #FFF;
}
.line-area-menu {
	width: 100%;
	float: left;
	color: #FFF;
	position: absolute;
	bottom: 30px;
	padding-left: 15%;
}

.line {
	width: 50%;
	float: left;
}
.line-qr {
	width: 50%;
	float: left;	
}
.line img, .line-qr img {
	width: 70%;
}
.line-area-menu .line, .line-area-menu .line-qr {
	width: 20%;
	float: left;
}
.line-area-menu .line img, .line-area-menu .line-qr img {
	width: 80%;
}
.line-title {
	margin-top: 10px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.line-text {
	font-size: .8em;
	font-weight: 100;
	padding-right: 10%;
}
.line-area-menu .line-text {
	width: 75%;
	font-size: .8em;
	line-height: 1.4em;
	float: left;
}
/*----- container -----*/
.top-text-area{
	width: 100%;
	max-width: 980px;
	margin: 15% auto 30px;
	float: left;
}
.top-pic-area{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.top-pic-area-left{
	width: 78%;
	margin: 30px auto;
	float: left;
}
.top-pic-area-right{
	width: 78%;
	margin: 30px auto;
	float: right;
}
.top-pic-left{
	width: 19%;
	margin: 30px auto;
	float: left;
}
.top-pic-right{
	width: 19%;
	margin: 30px auto;
	float: right;
}
.top-left-text{
	width: 46%;
	float: right;
	padding-right: 2%;
	font-size: 11px;

}
.top-right-text{
	width: 48%;
	float: left;
	padding-left: 2%;
	font-size: 12px;
	line-height: 18px;
	position: absolute;
	bottom: 0;
}
.top-text-en {
	font-size: 1.8em;
	line-height: 1.3em;
}
.news-text-jp {
	line-height: 2em;
	letter-spacing: 1px;
	font-size: 21px;
	margin-right: auto;
	margin-left: auto;
}
.news-area{
	text-align: left;
	margin-top: 5px;
	padding-bottom: 5px;
}
.title-news{
	font-size: 1em;
	margin-top: 3px;
	margin-bottom: 3px;
	text-decoration: none;
}

.title-news a, .title-news a:visited{
	text-decoration: none;
	color: #000;
}
.title-news a:hover, .title-news a:active{
	text-decoration: underline;
	color: #333;
}

.news-text{

	font-size: 11px;
	line-height: 16px;
	padding-right: 20px;
}
.text-title{
	width: 100%;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
.thumbnai{
	position: relative;
    width: 100%;
    height: 100%;
    padding: 70% 0 0;
    overflow: hidden;
}
.thumbnai img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	vertical-align: bottom;
}
.slide-list-title{
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 5px;
	float: left;
	width:60%;
	text-align: left;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	height: 1.5em;
}

.slide-text-top{
	float: left;
	width:99%;
	font-size: 10px;
	text-align: left;
}
.slide-text{
	float: left;
	width:100%;
	font-size: 0.7em;
	text-align: left;
	margin-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	height: 1.5em;
}
.slide-text-title{
	width:100%;
	font-size: 0.9em;
	float: left;
	text-align: left;
	margin-top: 10px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 5px;
	height: 1.8em;

}
.date-pink{
	font-size: 1em;
	float: right;
	margin-top: 15px;

}
#instafeed{
	width:100%;
	height: auto;
	overflow: auto;
	margin: 0;
	padding: 0;
	
	
	display: flex;
	flex-wrap: wrap;
}
ul#instafeed li{
	position: relative;
	width: 23%;
	margin: 1%;

}
ul#instafeed li:before{
	content: "";
	display: block;
	padding-top: 100%;

}
.insta-img img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	object-fit: cover;
}
.timetable{
	background-color: #FFF;
	text-align: center;
	width: 100%;
	margin-bottom: 10px;
	font-size: 1em;
}
.tr-long{
	background-color: #dfdfdf;

}
.tr-s{
	background-color: #e9e8ea;
}
.td-long{
	font-size: 1.2em;
}
.td-s{
	padding: 4px 2px;
	height: 30px;
		font-size: 1.1em;
}
.goods-pic {
	float: left;
	width: 100%;
	text-align: center;
}
.goods-pic img{
	width: 40%;
}
@media (max-width:960px) {
	.nav-logo img{
	width: 500px;
	}
}
@media (max-width:768px) {

	#title-area img{
	width: 70%;

	}
	#title-area-contents{
	top: 30%;
	}
	.title-text-video {
	font-size: 1.3em;
	letter-spacing: .4rem;
	}
	.top-left-text{
	width: 100%;
	float: left;
	padding: 0;
	margin-bottom: 50px;
	}
	.top-right-text{
	width: 90%;
	position: relative;
	float: right;
	padding-top: 0;
		padding-bottom: 0;
	right: 2%;
		padding-right: 10px;
	}
	.top-text-en {
		line-height: 1.5em;
	}
	.top-menu li{
		font-size: 0.9em;
	}
	.slide-list-title{
	font-size: 1.3em;
	}
	.date-pink{
	font-size: 0.9em;

	}
	.dental-area-left {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	}
	.dental-area-left p{
	padding-left: 4%;
	}
	.dental-area-right {
	width: 90%;
	float: left;
	padding-left: 1%;
	padding-right: 5%;
	}
	.dental-area-right img{
	width: 90%;
	float: left;
	padding-left: 6%;
	padding-right: 1%;
	}
	.main-img {
		margin-bottom: 30px;
	}
	.main-img-s {
		margin-bottom: 50px;
		float: left;
	}
	.nav-logo img{
	width: 450px;
	margin-left: -10%;
	}
	.contents-text-ml {
	font-size: 1.2em;
	letter-spacing: 1px;
	background-color: #FFF;
	font-weight: 300;
	line-height: 1.2em;
	}

}

@media (max-width:650px) {
	#title-area-contents{
	top: 25%;
	}
	.top—middle-img {
	width:100vw;
	height: 25vh;
	}
	.top—middle-img img{
    height: 100%;
    width: 100%;
	  object-fit: cover;
	}
	.contents-title-area-n {
	margin-top: -12.5vh;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;

	}
	.contents-title {
	font-size: 2.2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.8em;
	}
	.top-menu li{
		font-size: 0.8em;
	}
	.nav-logo img{
	width: 420px;
	margin-left: -5%;
	}
/*----- line-area -----*/
	.line-area {
	width: 80%;
	float: left;
	padding-top: 45px;
	color: #FFF;
	padding-left: 35px;
	}
}
@media (max-width:550px) {
	.nav-logo img{
	width: 75%;
	margin-left: 10%;
	}
}
@media (max-width:460px) {
	.nav-logo {
	z-index: 99;
	padding-top: 0;
	height: 75px;
	top: 65px;
	}
	#title-area-contents{
	top: 180px;
	}
	.title-text-video {
	font-size: 1em;
	letter-spacing: .3rem;
	line-height: 1.4em;
	}
	#title-area img{
		width: 85%;
	}
	.top-text-area{
	margin: 30% auto 30px;
	}
	.slide-text-title {
		margin-bottom: 20px;
	}
	.slide-text{
		display: none;
	}
	.top-pic-left, .top-pic-area-left, .top-pic-area-right {
		width: 100%;
	}

	.vv {

  	bottom: 8%;
  	left: 47%;
	}
	.contents-title {
	font-size: 2em;
	}
	.contents-title-m, .contents-title-ms {
	font-size: 1.5em;
	}
	ul#instafeed li{
	position: relative;
	width: 48%;
	margin: 1%;

	}
	.contents-top-title {
	margin-top: -230px;
	}
	.nav-logo img{
	margin-top: 8px;
	width: 270px;
	margin-left: 20%;
	}
.pop-area{
	width: 50%;
	height: 78px;
	top: 0;
	font-size: .9em;
	left: 0;
	border-radius: 0;
	position: fixed;
}
.pop-area-w{
	border-radius: 0;
	width: 25%;
	height: 78px;
	top: 0;
	font-size: .9em;
	right: 25%;
	position: fixed;
}
.pop-area-y{
	border-radius: 0;
	width: 25%;
	height: 78px;
	top: 0;
	font-size: .9em;
	right: 0;
	position: fixed;
}
.pop-area-in {
	margin-top: 5px;
}
.pop-area-in-w {
	margin-top: 22px;
	font-size: .9em;
}
.pop-text {
	font-size: .9em;	
}
.pop-text-b {
	margin-top: -5px;	
}
.pop-text-b a {
	color: #FFF;
}
.pop-btn {
	margin-top: 0;
	line-height: 12px;
}
.drawer-hamburger {
	margin-top: 63px;
}
/*----- line-area -----*/
	.line-area {
	width: 80%;
	float: left;
	padding-top: 45px;
	padding-left: 30px;
	color: #FFF;
	}
	.line-area-menu {
	padding-left: 10%;
	}
}
@media (max-width:360px) {
	#title-area-contents{
	top: 150px;
	}
	.line-area-menu {
	padding-left: 13%;
	}
	.nav-logo img{
	margin-top: 9px;
	width: 240px;
	margin-left: 18%;
	}
}
@media (max-width:320px) {
	.nav-logo img{
	margin-left: 25%;
	margin-top: 7px;
	width: 220px;
	}
}