@charset "UTF-8";

body {
	font-family: "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", Osaka, '£Í£Ó £Ð¥´¥·¥Ã¥¯', 'MS PGothic', sans-serif;
}






#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.group-container {
	width: 100%;
	min-height: 100%;
	position: relative;
	z-index: 1;
}
.group-container.hook-01 {
	z-index: 999;
}

.group-bg {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%; height: 100vh;
	z-index: 1;
	opacity: 0;
	-webkit-transition: 1s;
	transition: 1s;
}
.group-bg-color,
.group-bg-image {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: 1s;
	transition: 1s;
}
.group-bg-image {
	z-index: 2;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: fixed;
}
.hook-01 .group-bg {
	opacity: 1;
}
.hook-02 .group-bg-image {
	opacity: 0.3;
}
.hook-03 .group-bg {
	opacity: 0;
}

.group {
	position: relative;
	width: 880px;
	margin: 0 auto;
	z-index: 3;
}






.conversation-group {
	padding: 0;
}

.blank-message {
	width: 100%;
	height: 84px;
}
.comment {
	width: 100%;
	padding: 8px 0;
}
.comment.ready {
}
.comment:after {
	content: " ";
	display: block;
	clear: both;
}

.comment-inner {
	margin: 0 70px 0 16px;
	display: table;
	float: left;

	/*opacity: 0;*/
	-webkit-transform: translateY(6px);
	transform: translateY(6px);
	-webkit-transition: .5s;
	transition: .5s;/*
	-webkit-transition-delay: .1s;
	transition-delay: .1s;*/
}
.comment.rtl .comment-inner {
	margin: 0 16px 0 70px;
	float: right
}
.comment.ready .comment-inner {
	opacity: 1;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.comment-icon,
.comment-body {
	display: table-cell;
	vertical-align: top;
}
.comment-body {
	position: relative;
}

.comment-icon {
	width: 54px;
	padding-top: 2px;
	padding-right: 14px;
}
.comment-icon img {
	width: 100%;
	height: auto;
}
.comment.rtl .comment-icon {
	padding-right: 0;
	padding-left: 14px;
}

.comment-name {
	color: #000;
	font-size: 11px; font-size: 1.1rem;
	line-height: 150%;
	padding: 4px 0;
}
.comment.rtl .comment-name {
	text-align: right;
}

.comment-balloon {
	position: relative;
	font-size: 16px; font-size: 1.6rem;
	line-height: 150%;
	padding: 10px 16px;
	border-radius: 22px;
	background-color: #85e249;
}
.comment-balloon-image {
	line-height: 100%;
	padding: 0;
	border-radius: 0;
	background-color: transparent;
	max-width: 320px;
}
.comment-balloon-image img {
	width: 100%;
	height: auto;
}

.comment-balloon-arrow {
	display: block;
	position: absolute;
	z-index: -1;
	top: 19px;
	left: -2px;
	width: 0px;
	height: 0px;
	border: solid 8px #fff;
	border-color: transparent transparent #85e249 #85e249;
	-webkit-transform: rotate(-36deg);
	transform: rotate(-36deg);
}
.comment.rtl .comment-balloon {
	background-color: #85e249;
}
.comment.rtl .comment-balloon-arrow {
	left: auto;
	right: -2px;
	border-color: transparent #85e249 #85e249 transparent;
	-webkit-transform: rotate(36deg);
	transform: rotate(36deg);
}





.group-container .hook {
	height: 1px;
}
/* ¡«¥Õ¥§©`¥É¥¤¥ó */
.group-container .hook-01 {
	margin-top: 768px;	margin-top: 100vh;
}
/* ¡«±³¾°Í¸ß^¡«¥³¥ó¥Æ¥ó¥Ä±íÊ¾ */
.group-container .hook-02 {
	margin-top: 768px; margin-top: 100vh;
	margin-bottom: 768px; margin-bottom: 100vh;
}
/* ¥³¥ó¥Æ¥ó¥Ä½KÁË¡«¥Õ¥§©`¥É¥¢¥¦¥È */
.group-container .hook-03 {
/*	margin-top: 640px; margin-top: 100vh;*/
	margin-bottom: 768px; margin-bottom: 100vh;
}















.telop-group {
	min-height: 768px; min-height: 100vh;
	position: relative;
	-webkit-transition: 1s;
	transition: 1s;
}
.telop-subtitles {
	width: 100%;
	min-height: 100%; min-height: 100vh;
	position: relative;
}
.telop-subtitle {
	width: 100%;
	height: 180%; height: 180vh;
	position: relative;
}
.telop-subtitle p {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: table;
	width: 100%;
	height: 100%; height: 100vh;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	z-index: 1;
}
.telop-subtitle.ready p {
	position: fixed;
	opacity: 1;
	z-index: 2;
}
.telop-subtitle p span {
	font-family: "heisei-maru-gothic-std";
	font-size: 24px; font-size: 2.4rem;
	line-height: 200%;
	letter-spacing: 2px;
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}


