/*HOME
-----------------------------*/
#mv {
    position: relative;
    width: 100%;
  	height: 100vh;
}
#mv .pagedown {
	position: absolute;
    right: 5%;
	bottom: 0;
}
#mv .pagedown a {
	display: inline-block;
	position: absolute;
	right: 40px;
	bottom: 0;
	z-index: 2;
	padding: 10px 10px 90px;
	overflow: hidden;
	color: #fff;
	font-family: "Sawarabi Mincho";
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-decoration: none;
	writing-mode: vertical-lr;
}
#mv .pagedown a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 1px;
	height: 80px;
	background: #fff;
	animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/*タイトル*/
.top_ttl {
	margin-bottom: 30px;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.top_ttl span {
    display: inline-block;
	margin-right: 15px;
    font-size: 3.5rem;
}

.massage h3 {
	margin-bottom: 20px;
	font-size: 2rem;
    font-weight: bold;
    letter-spacing: 2px;
	text-align: center;
}
.massagebox {
	border: 1px solid #000;
	padding: 20px;
}
.massagebox .blk {
	border-bottom: 1px solid #000;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.massagebox .blk dl dt {
	margin-bottom: 10px;
	font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 2px;
}
.massagebox .blk dl dd {
	padding-left: 1em;
	margin-bottom: 5px;
	position: relative;
}
.massagebox .blk dl dd:last-child {
	margin-bottom: 0;
}
.massagebox .blk dl dd:before {
	content: "・";
  	display: block;
  	position: absolute;
  	top: 0;
  	left: 0;
}
.section_movie .container  {
	width: 700px;
	margin: 0 auto;
}