@charset "utf-8";

html {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	background: #fff;
	font-size: 62.5%;
}
body {
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;
	font-size: 1.8rem;
	line-height: 1.6;
	font-weight: 400;
	word-break: break-word;
	-webkit-text-size-adjust: 100%;
}

a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

/*** ソーシャルボタン ***/
#sns-block {
	width: 100%;
	background: #fff;
	padding-bottom: .75em;
}
.sns {
	width: 96%;
	padding-top: .75em;
	margin: 0 auto;
	text-align: center;
}
.ttl-sns {
	display: inline-block;
	vertical-align: top;
	margin-right: 1em;
	color: #000;
	font-size: .9em;
}
.ttl-sns i {
	padding-right: .1em;
}
.sns-list {
	display: inline-block;
}
.sns-list li {
	display: inline-block;
	position: relative;
}
.sns-list li img {
	width: 42px;
	height: auto;
	vertical-align: middle;
}
@media screen and (min-width: 40em) {
	.sns {
		width: 960px;
	}
	.sns-list li img {
		width: 26px;
		height: auto;
		vertical-align: middle;
	}
}
@media screen and (min-width: 64em) {
}

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	visibility: hidden;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/** common style **/
ul {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility : hidden;
}

*, *:before, *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.hide {
	display: none;
	overflow: hidden;
	height: 0;
}

#home #note-box #guest-list li h3 {
	color: #feff69;
}
#home #note-box #guest-list li p {
	color: #fff;
}
#home #note-box #guest-list li a,
#home #note-box #guest-list li a:link,
#home #note-box #guest-list li a:visited,
#home #note-box #guest-list li a:active,
#home #note-box #guest-list li a:hover,
#home #note-box #guest-list li a:focus {
	color: #fff;
}


/** base **/
@media only screen and (max-width: 640px) {
	#home #global-nav:nth-of-type(1) {
		display: none;
	}
	
	body {
		font-size: 5.0vw; /* 32px */
	}
	
	#home #container {
		width: 100%;
	}
	#home #container-inner {
	}
	
	#home #content {
		width: 100%;
		padding: 0 0 24%;
	}
	#home #content-inner {
	}
	
	.sp-hide {
		display: none;
	}

	/* SNS reset */
	.ttl-sns {
		font-size: 1.4rem;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat 0 0;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		width: 92px;
		height: 92px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}

@media print, screen and (min-width: 641px) {
	body {
		min-width: 980px;
	}
	
	#home #container {
		width: 100%;
	}
	#home #container-inner {
	}
	
	#home #content {
		width: 100%;
	}
	#home #content-inner {
	}
	
	.pc-hide {
		display: none;
	}

	a {
		-webkit-transition: 0.3s;
		transition: 0.3s;
		backface-visibility: hidden; 
		-webkit-backface-visibility: hidden;
	}
	a:hover {
		opacity: 0.7;
	}

	/* pageup */
	.pageup {
	}
	.pageup a {
		display: block;
		background: url(../images/btn-pageup.png) no-repeat 0 0;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
		width: 106px;
		height: 106px;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		position: fixed;
		right: 20px;
		bottom: 20px;
	}
}


@media screen and (max-width: 640px) {
	#home #catch-box {
		display: block;
		background: url(../images/catch-sp.png) no-repeat center top;
		padding: 198.75% 0 0;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		margin: 0 auto;
		position: relative;
	}
	#home #catch-box .inner {
	}
	#home #catch-box .movie-box {
		width: 87.5%;
		position: absolute;
		top: 60.9277%;
		left: 6.25%;
	}
	#home #catch-box .movie-box-inner {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	#home #catch-box .movie-box iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}


	#home #note-group {
		background: url(../images/video-fr-head-sp.png) no-repeat center top,url(../images/video-fr-bg-sp.png) repeat-y center top;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}
	#home #note-group .inner {
		background: url(../images/video-fr-foot-sp.png) no-repeat center bottom;
		padding: 0 0 32%;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
	}

	#home #note-box {
		width: 100%;
		position: relative;
	}
	#home #note-box #dot-line {
		background: url(../images/dot-line.png) repeat-y center top;
		width: 0.9375vw;
		height: calc(100% - 61.8vw);
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		position: absolute;
		top: 53vw;
		left: 0.9375%;
	}

	#home #note-box #guest-list {
		overflow: hidden;
		position: relative;
		zoom: 1;
		width: 93.75%;
		padding: 62.6% 0 0;
		margin: 0 auto;
	}
	#home #note-box #guest-list li {
		width: 48%;
		margin: 0 0 2.0em;
	}
	#home #note-box #guest-list li a {
		text-decoration: none;
	}
	#home #note-box #guest-list li a:hover {
		text-decoration: underline;
	}
	#home #note-box #guest-list li:nth-child(odd) {
		float: left;
	}
	#home #note-box #guest-list li:nth-child(even) {
		float: right;
	}

	#home #note-box #guest-list li img {
		margin: 0 0 6px;
	}
	#home #note-box #guest-list li h3 {
		font-size: 4.0625vw;
	}
	#home #note-box #guest-list li p {
		font-size: 3.4375vw;
	}
	#home #note-box #guest-list li h3,
	#home #note-box #guest-list li p {
		margin-left: 2px;
	}


	#home #foot-box {
	}
	#home #foot-box h3 {
		display: block;
		background: url(../images/foot-sp.png) no-repeat center top;
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		padding: 68.125% 0 0;
		background-size: contain;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		margin: 0 auto;
	}

	#home #foot-box #entry-box {
		width: 75%;
		margin: 0 auto 1.2em;
	}

	#home #foot-box dl {
		width: 75%;
		font-size: 3.75vw;
		line-height: 1.8;
		margin: 0 auto;
	}
	#home #foot-box dl dt {
		float: left;
		width: 1.2em;
	}
	#home #foot-box dl dd {
		margin: 0 0 0 1.2em;
	}
	#home #foot-box dl dt,
	#home #foot-box dl dd {
		margin-bottom: 0.6em;
	}
}

@media screen and (min-width: 641px) {
	#home #catch-box {
		display: block;
		background: url(../images/catch-pc.png) no-repeat center top;
		width: 100%;
		height: 1407px;
		margin: 0 auto;
	}
	#home #catch-box .inner {
		padding: 900px 0 0;
	}
	#home #catch-box .movie-box {
		width: 760px;
		margin: 0 auto;
	}
	#home #catch-box .movie-box iframe {
		width: 760px !important;
		height: 428px !important;
	}


	#home #note-group {
		background: url(../images/video-fr-bg-pc.png) repeat-y center top;
	}
	#home #note-group .inner {
		background: url(../images/video-fr-head-pc.png) no-repeat center top, url(../images/video-fr-foot-pc.png) no-repeat center bottom;
		padding: 0 0 300px;
	}

	#home #note-box {
		width: 980px;
		margin: 0 auto;
		position: relative;
	}
	#home #note-box #dot-line {
		background: url(../images/dot-line.png) repeat-y center top;
		width: 10px;
		height: calc(100% - 258px);
		position: absolute;
		top: 255px;
		left: 28px;
	}

	#home #note-box #guest-list {
		overflow: hidden;
		position: relative;
		zoom: 1;
		width: 760px;
		padding: 256px 0 0;
		margin: 0 auto;
	}
	#home #note-box #guest-list li {
		width: 360px;
		margin: -10px 0 32px;
	}
	#home #note-box #guest-list li a {
		text-decoration: none;
	}
	#home #note-box #guest-list li a:hover {
		text-decoration: underline;
	}
	#home #note-box #guest-list li:nth-child(odd) {
		float: left;
	}
	#home #note-box #guest-list li:nth-child(even) {
		float: right;
	}

	#home #note-box #guest-list li img {
		margin: 0 0 6px;
	}
	#home #note-box #guest-list li h3 {
		font-size: 2.4rem;
	}
	#home #note-box #guest-list li p {
		font-size: 2.0rem;
	}
	#home #note-box #guest-list li h3,
	#home #note-box #guest-list li p {
		margin-left: 2px;
	}


	#home #foot-box {
		display: block;
		background: url(../images/foot-pc.png) no-repeat center top;
		width: 100%;
		height: 1065px;
		margin: 0 auto;
	}
	#home #foot-box h3 {
		display: none;
		overflow: hidden;
		height: 0;
	}

	#home #foot-box #entry-box {
		width: 460px;
		padding: 548px 0 0;
		margin: 0 auto 14px;
	}

	#home #foot-box dl {
		width: 460px;
		font-size: 1.4rem;
		line-height: 2.8;
		margin: 0 auto;
	}
	#home #foot-box dl dt {
		float: left;
		width: 1.6em;
	}
	#home #foot-box dl dd {
		margin: 0 0 0 1.6em;
	}
	#home #foot-box dl dt,
	#home #foot-box dl dd {
		margin-bottom: 0.2em;
	}
}
