@charset "utf-8";

/*
	/tv/osore/css/style.css
	-----------------------------------
	v1.0
	Last Updated: 2024-07-29
	Copyright: CBC TELEVISION CO.,LTD. All rights Reserved.
	-----------------------------------
	[Updated]
	v1.3		2024-08-20　gallery-boxの追加
	v1.2		2024-08-08　見逃し配信エリアの追加
	v1.1		2024-08-08　予告動画、音楽、各話情報を追加、あらすじのクラスをstoryからstory-lineに変更
	v1.0		2024-07-29
	-----------------------------------

リセットCSS
基本設定
menu-box-pc
bg-wrap
ヘッダー
フッター
メイン
コンテンツ
├見逃し配信
├予告動画
├ニュース
├イントロダクション＆原作
├あらすじ
├キャスト
├各話情報
├音楽
├スタッフ
├gallery-box

youtube設定
googlemap
マージンの設定
カラー設定
注釈リスト
動き data-delighter


*/

/* ***********************************************************

		リセットCSS

*********************************************************** */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,::before,::after{box-sizing:border-box;border-style:solid;border-width:0}html{line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}main{display:block}p,table,blockquote,address,pre,iframe,form,figure,dl{margin:0}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit;margin:0}ul,ol{margin:0;padding:0;list-style:none}dt{font-weight:700}dd{margin-left:0}hr{box-sizing:content-box;height:0;overflow:visible;border-top-width:1px;margin:0;clear:both;color:inherit}pre{font-family:monospace,monospace;font-size:inherit}address{font-style:inherit}a{background-color:transparent;text-decoration:none;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:inherit}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg,img,embed,object,iframe{vertical-align:bottom}button,input,optgroup,select,textarea{-webkit-appearance:none;appearance:none;vertical-align:middle;color:inherit;font:inherit;background:transparent;padding:0;margin:0;border-radius:0;text-align:inherit;text-transform:inherit}button,[type="button"],[type="reset"],[type="submit"]{cursor:pointer}button:disabled,[type="button"]:disabled,[type="reset"]:disabled,[type="submit"]:disabled{cursor:default}:-moz-focusring{outline:auto}select:disabled{opacity:inherit}option{padding:0}fieldset{margin:0;padding:0;min-width:0}legend{padding:0}progress{vertical-align:baseline}textarea{overflow:auto}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type="number"]{-moz-appearance:textfield}label[for]{cursor:pointer}details{display:block}summary{display:list-item}[contenteditable]:focus{outline:auto}table{border-color:inherit;border-collapse:collapse}caption{text-align:left}td,th{vertical-align:top;padding:0}th{text-align:left;font-weight:700}


/*Gナビの虫眼鏡のレイアウト崩れ対応用*/
svg{vertical-align:baseline}

/* ***********************************************************

		基本設定

*********************************************************** */
html {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
	font-size: 62.5%;
}
body {
	/*font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', Verdana, sans-serif;*/
	/*font-family: 'Noto Sans JP', sans-serif;
	/*-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;*/
}
@media only screen and (max-width: 640px) {
}
@media print, screen and (min-width: 641px) {
	body {
		min-width: 980px;
	}
}

.menu-box-pc,
.menu-box-sp,
.header,
.main,
.footer {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.century-gothic {
	/*font-family: "Century Gothic", serif;*/
	font-family: "century-gothic", sans-serif;
}


/*フォントの滲みの修正＠EdgeとFirefox*/
/*
.osore p,
.osore figcaption,
.osore li {
	transform: rotate(0.05deg);
}
.osore .pageup {
	transform: none;
}
*/



/*デフォルトリンクカラー*/
a, a:link {
	color: #0000DE;
}
a:visited {
	color: #941D55;
}
a:active,
a:hover {
	color: #CC0000;
}
a:focus {
	color: #CC0000;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* FireFox リンク選択時の点線を消す */
a:link,
a:visited,
a:active,
a:hover {
	overflow: hidden;
	outline: none;
}


/*画像の横幅*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/
}
.img-max {
	width: 100%;
	height: auto;
	vertical-align: middle;
	/*image-rendering: -webkit-optimize-contrast;*/

}
@media only screen and (max-width: 640px) {
	.img-max-sp {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

@media print, screen and (min-width: 641px) {
	.img-max-pc {
		width: 100%;
		height: auto;
		vertical-align: middle;
		/*image-rendering: -webkit-optimize-contrast;*/
	}
}

figure {
	padding: 0;
	margin: 0;
}

sup {
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
	position: relative;
	top: -0.5em
}


/* -----------------------------------------------------

	非表示設定

----------------------------------------------------- */
@media only screen and (max-width: 640px) {
	.hide-sp {
		display: none !important;
	}
	#global-nav:nth-of-type(1) {
		display: none;
	}
}

@media print, screen and (min-width: 641px) {
	.hide-pc {
		display: none !important;
	}
}
.hide-text {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}

/* ***********************************************************

	menu-box-pc,
	menu-box-sp

*********************************************************** */

.osore .menu-box-pc,
.osore .menu-box-sp {
	position: sticky;
	top: 0px;
	z-index: 1000;
}

/*page-menu*/
@media only screen and (max-width: 640px) {
	.osore .page-menu {
		background: #2f889a;
		width: 100%;
	}
	.osore .page-menu ul {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.osore .page-menu li {
		color: #fff;
		font-size: 1.3rem;
		line-height: 1.5rem;
		width: calc(100% / 3);
		border-top: 1px solid #165562;
		border-right: 1px solid #165562;
		box-sizing: border-box;
	}
	.osore .page-menu li:nth-of-type(3n) {
		border-right: none;
	}
	.osore .page-menu li:nth-of-type(1),
	.osore .page-menu li:nth-of-type(2),
	.osore .page-menu li:nth-of-type(3) {
		border-top: none;
	}
	.osore .page-menu li a {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		text-align: center;
		min-height: 40px;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .page-menu {
		background: #2f889a;
		width: 100%;
		min-width: 1280px;
	}
	.osore .page-menu ul {
		display: flex;
		align-items: center;
		justify-content: center;
		list-style: none;
		width: 1280px;
		margin: 0 auto;
		padding: 0;
	}
	.osore .page-menu li {
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 1.6rem;
		line-height: 1.5;
		text-decoration: none;
		height: 70px;
		margin: 0 0 0 48px;
		position: relative;
	}
	.osore .page-menu li::before {
		content: '';
		background: url(../images/page-menu_pc.png) no-repeat 0 0;
		width: 26px;
		height: 26px;
		position: absolute;
		top: 50%;
		left: -37px;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
	.osore .page-menu li:first-of-type {
		margin-left: 0;
	}
	.osore .page-menu li:first-of-type::before {
		content: none;
	}
	.osore .page-menu li a {
		color: #fff;
	}
	.osore .page-menu li a:hover {
		text-decoration: underline;
	}
}


/*p-link*/
.p-link::before {
	content: "";
	display: block;
	visibility: hidden;
	position: relative;
	z-index: -1;
}
@media only screen and (max-width: 640px) {
	.p-link::before {
		height: 120px;
		margin-top: -120px;
	}
}
@media print, screen and (min-width: 641px) {
	.p-link::before {
		height: 70px;
		margin-top: -70px;
	}
}


/* ***********************************************************

	bg-wrap

*********************************************************** */
.osore .bg-wrap {
}
@media only screen and (max-width: 640px) {
	.osore .bg-wrap {
	}
}
@media print, screen and (min-width: 641px) {
	.osore .bg-wrap {
		background: url(../images/bg.png) repeat-y center top;
	}
}




/* ***********************************************************

	ヘッダー

*********************************************************** */
@media only screen and (max-width: 640px) {
	.osore .header {
	}
	.osore .header-inner {
	}
	.osore .header img {
		width: 100%;
	}
	.osore .header .header-banner {
		background: #4d4182;
		padding: calc(30 / 750 * 100vw) 0;
	}
	.osore .header .header-banner ul {
		width: calc(690 / 750 * 100vw);
		margin: auto;
	}



}
@media print, screen and (min-width: 641px) {
	.osore .header {
		min-width: 1280px;
	}
	.osore .header-inner {
		position: relative;
	}
	.osore .header img {
		width: 100%;
	}
	.osore .header .header-banner {
		background: #4d4182;
		padding: 20px 0;
	}
	.osore .header .header-banner ul {
		width: 980px;
		margin: auto;
	}
	.osore .header .header-banner ul li {
		text-align: center;
	}
	.osore .header .header-banner img {
		width: auto;
	}





	.sns-menu-pc ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.sns-menu-pc ul li {
		width: 78px;
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 32px;
	}
	.sns-menu-pc ul li.sns-instagram {
		right: 381px;
	}
	.sns-menu-pc ul li.sns-x {
		right: 286px;
	}
	.sns-menu-pc ul li.sns-tiktok {
		right: 192px;
	}
	.sns-menu-pc ul li a {
		transition: 0.4s;
	}
	.sns-menu-pc ul li a:hover {
		opacity:0.7;
	}
}
@media print, screen and (min-width: 1366px) {
	.sns-menu-pc ul li {
		width: calc(78 / 1366 * 100vw);
		margin: 0;
		padding: 0;
	}
	.sns-menu-pc ul li.sns-instagram {
		right: calc(381 / 1366 * 100vw);
	}
	.sns-menu-pc ul li.sns-x {
		right: calc(286 / 1366 * 100vw);
	}
	.sns-menu-pc ul li.sns-tiktok {
		right: calc(192 / 1366 * 100vw);
	}
}

/*
.osore .header h1,
.osore .header p {
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	list-style-type: none;
	height: 0;
	overflow: hidden;
}
*/


/* ***********************************************************

	フッター

*********************************************************** */
/*フッター枠*/
.osore .footer {
	background: #000000;
}

@media only screen and (max-width: 640px) {
	.osore .footer {
		padding: 0;
	}
	.osore .footer-inner {
		padding: 50px 15px 80px;
	}
	.osore .footer-inner p {
		line-height:1.5;
		margin: 0;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .footer {
		margin: auto;
	}
	.osore .footer-inner {
		width: 980px;
		margin:auto;
		padding: 60px 0;
	}
	.osore .footer-inner p {
		line-height:1.5;
		text-align: center;
		margin: 0;
	}
}
.osore .footer-inner p {
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 500;
}
.osore .footer-inner p a,
.osore .footer-inner p a:link,
.osore .footer-inner p a:visited {
	color: #ffffff;
	text-decoration: none;
}
.osore .footer-inner p a:active,
.osore .footer-inner p a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.osore .footer-inner p a:focus {
	color: #ffffff;
}

/*ページアップ*/
.osore .pageup {
	margin: 0;
}
.osore .pageup a {
	display: block;
	background: url('../images/pageup.png') no-repeat 0 0 ;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 0px;
	line-height: 0px;
	text-indent: -9999px;
	text-decoration: none;
	position: fixed;
}
@media only screen and (max-width: 640px) {
	.osore .pageup a {
		width: 12vw;
		height: 12vw;
		right: 12px;
		bottom: 10px;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .pageup a {
		width: 64px;
		height: 64px;
		right: 20px;
		bottom: 30px;
		transition: 0.3s ease-in-out;
	}
	.osore .pageup a:hover {
		opacity: 0.7;
	}
}

/* ***********************************************************

	メイン

*********************************************************** */
.osore .main {

}
@media only screen and (max-width: 640px) {
	.osore .main {
	}
}
@media print, screen and (min-width: 641px) {
	.osore .main {
		display: flex;
		width: 1280px;
		margin: auto;
	}
}









/* ***********************************************************

	コンテンツ

*********************************************************** */
/*content-left*/
@media print, screen and (min-width: 641px) {
	.osore .content-left {
		width: 138px;
	}
	.osore .content-left p {
		margin: 0;
		padding: 110px 0 30px;
		position: sticky;
		top: 0;
		left: 0;
	}
}

/*
.osore .ningen {
  animation: blink-fast .3s linear infinite;
}

@keyframes blink-fast {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }
}
*/






.osore .content {
}
/*content*/
@media only screen and (max-width: 640px) {
	.osore .content {
		width: 100%;
		overflow: hidden;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .content {
		width: 1142px;
		padding: 0px 30px 0;
		box-sizing: border-box;
	}
}



/*sns-menu-sp*/
.sns-menu-sp {
}
.sns-menu-sp ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
}
.sns-menu-sp ul li {
	width: calc(100 / 750 *100vw);
	margin: calc(20 / 750 *100vw) calc(27 / 750 *100vw);
}




/*見逃し配信 minogashi-box*/
@media only screen and (max-width: 640px) {
	.osore .minogashi-box {
		margin: 0 0 calc(69 / 750 * 100vw);
	}
	.osore .minogashi-box-inner {
		display: flex;
		align-items: center;
		justify-content: space-around;
		background: url(../images/minogashi-box-bg.jpg) repeat 0 0;
		height: 92px;
	}
	.osore .minogashi-box1029 .minogashi-box-inner {
		height: auto;
		padding: calc((100vw - calc(690 / 750 * 100vw)) / 2) 0;
	}
	.osore .minogashi-title {
		text-align: center;
		width: 89px;
	}
	.osore .minogashi-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.osore .minogashi-box ul li {
		width: 240px;
	}
	.osore .minogashi-box1029 ul li {
		width: calc(690 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.osore .minogashi-box {
		width: 1042px;
		margin: 50px 0 74px;
	}
	.osore .minogashi-box-inner {
		display: flex;
		align-items: center;
		background: url(../images/minogashi-box-bg.jpg) repeat 0 0;
		height: 160px;
	}
	.osore .minogashi-box0816 .minogashi-box-inner {
		justify-content: space-between;
		padding: 0 200px;
		box-sizing: border-box;
	}
	.osore .minogashi-box1029 .minogashi-box-inner {
		display: block;
		height: auto;
		padding: 20px;
	}
	.osore .minogashi-box1029 .minogashi-box-inner img {
		width: 1002px;
	}
	.osore .minogashi-title {
		text-align: center;
		width: 315px;
	}
	.osore .minogashi-box0816 .minogashi-title {
		width: 211px;
	}
	.osore .minogashi-box ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.osore .minogashi-box.minogashi-box0816 ul {
		width: 320px;
	}
}


/*予告動画 movie-box*/
@media only screen and (max-width: 640px) {
	.osore .movie-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .movie-box-inner {
		background: url(../images/movie-box-bg_sp.png) no-repeat center top;
		background-size: 375px auto;
		padding: 18px 0 0;
	}
	.osore .movie-box .youtube-box {
		width: calc(690 / 750 * 100vw);
		margin: calc(-42 / 750 * 100vw) auto 0;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .movie-box {
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .movie-box-inner {
		background: url(../images/movie-box-bg_pc.png) no-repeat 0 0;
		width: 1082px;
		padding: 55px 0 0;
	}
	.osore .movie-box .youtube-box {
		width: 760px;
		margin: 47px auto 0;
	}
}











/*ニュース　news-box*/
@media only screen and (max-width: 640px) {
	.osore .news-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .news-box-inner {
		width: 100%;

	}
	.osore .news-list {
	}
	.osore .news-list div {
		margin: 0 calc(30 / 750 * 100vw);
		padding: 20px 0 1px;
		border-bottom: 1px solid #bfbfbf;
	}
	.osore .news-list div:first-of-type {
		border-top: 1px solid #bfbfbf;
	}
	.osore .news-old .news-list div:first-of-type {
		border-top: none;
	}
	.osore .news-list dt {
		color: #2f889a;
		font-family: "Roboto", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		margin: 0 0 5px;
		padding: 0 0 0 9px;
	}
	.osore .news-list dd {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.4rem;
		margin: 0 0 20px;
		padding: 0 0 0 9px;
	}
	.osore .news-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #2f889a;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		height: 45px;
		margin: 30px calc(30 / 750 * 100vw) 0;
		cursor: pointer;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .news-box {
		width: 1042px;
		margin: 0 0 145px;
	}
	.osore .news-list {
	}
	.osore .news-list div {
		display: flex;
		flex-wrap: wrap;
		padding: 40px 0 30px;
		border-bottom: 1px solid #bfbfbf;
	}
	.osore .news-list div:first-of-type {
		border-top: 1px solid #bfbfbf;
	}
	.osore .news-old .news-list div:first-of-type {
		border-top: none;
	}
	.osore .news-list dt {
		color: #2f889a;
		font-family: "Roboto", sans-serif;
		font-size: 1.6rem;
		font-weight: 500;
		width: 172px;
		margin: 0 0 10px;
		padding: 0 0 0 27px;
		box-sizing: border-box;
	}
	.osore .news-list dd {
		font-size: 1.6rem;
		font-weight: 500;
		width: 870px;
		margin: 0 0 10px;
	}
	.osore .news-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #2f889a;
		color: #fff;
		font-size: 1.6rem;
		font-weight: 500;
		height: 50px;
		margin: 40px 0 0;
		cursor: pointer;
	}
	.osore .news-btn:hover {
		opacity:0.7;
	}
}

.osore .news-old {
	display: none;
}



/*イントロダクション＆原作　intro-box*/
@media only screen and (max-width: 640px) {
	.osore .intro-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .intro-box-inner {
		width: 100%;

		position: relative;
	}
	.osore .intro-text1 {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		font-size: 1.7rem;
		line-height: 2.8rem;
		margin: 0 calc(30 / 750 * 100vw) 16px;
	}
	.osore .intro-text2 {
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 2.9rem;
		margin: 0 calc(30 / 750 * 100vw) calc(97 / 750 * 100vw) ;
	}
	.osore .intro-box figure {
		height: calc(525 / 750 * 100vw);
		position: relative;
	}

	.osore .intro-box figure img {
		width: calc(547 / 750 * 100vw);
		box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.6);
		position: absolute;
		top: 0;
		left: calc(50% - (547 / 750 * 100vw) / 2);
		/*left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);*/
		z-index: 1;
	}
	.osore .intro-box2 {
		background: #129baf url(../images/intro-box2_sp.png) no-repeat 0 0;
		background-size: 100% auto;
		padding: calc(304 / 750 * 100vw) 0 calc(74 / 750 * 100vw);
	}
	.osore .intro-text3 {
		text-align: center;
	}
	.osore .intro-text3 p {
		display: inline-block;
		color: #fff;
		font-size: 1.5rem;
		line-height: 3.4rem;
		text-align: center;
		margin: 0 auto 18px;
		padding: 0 6px 18px;
		border-bottom: 1px solid #fff;
	}
	.osore .intro-text3 p span {
		font-size: 2.6rem;
	}
	.osore .intro-text4 {
	}
	.osore .intro-text4 p {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.6rem;
		width: calc(690 / 750 * 100vw);
		margin: 0 auto;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .intro-box {
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .intro-box-inner {
		position: relative;
	}
	.osore .intro-box-inner2 {
		height: 500px;
	}
	.osore .intro-text1 {
		font-family: "Noto Sans JP", sans-serif;
		font-weight: 500;
		font-size: 2.6rem;
		line-height: 5.2rem;
		margin: 73px 0 20px;
	}
	.osore .intro-text2 {
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 4.0rem;
		width: 613px;
		margin: 0;
	}
	.osore .intro-box figure img {
		width: 392px;
		box-shadow: 0px 0px 26px -6px rgba(0,0,0,0.6);
		position: absolute;
		top: 178px;
		right: 40px;
		z-index: 1;
	}
	.osore .intro-box2 {
		background: url(../images/intro-box2_pc.png) no-repeat 0 0;
		width: 1082px;
		height: 200px;
		margin: 0 0 0;
		position: relative;
	}
	.osore .intro-text3 {
		display: flex;
		align-items: center;
		width: 218px;
		height: 114px;
		border-right: 1px solid #fff;
		position: absolute;
		top: 43px;
		left: 26px;
	}
	.osore .intro-text3 p {
		color: #fff;
		font-size: 1.4rem;
		line-height: 3.0rem;
		margin: 0;
	}
	.osore .intro-text3 p span {
		font-size: 2.4rem;
	}
	.osore .intro-text4 {
		display: flex;
		align-items: center;
		width: 800px;
		height: 114px;
		position: absolute;
		top: 43px;
		left: 272px;
	}
	.osore .intro-text4 p {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 3.0rem;
		margin: 0;
	}
}


/*あらすじ　story-line-box*/
@media only screen and (max-width: 640px) {
	.osore .story-line-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .story-line-box-inner {
		width: 100%;

	}
	.osore .story-line-box2 {
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(../images/story-line-box2.jpg) repeat 0 0;
		background-size: 100% auto;
		width: calc(690 / 750 * 100vw);
		/*height: calc(1558 / 750 * 100vw);*/
		margin: 0 auto;
		padding: 50px 0 ;
		box-sizing: border-box;
	}
	.osore .story-line-box2 p {
		font-size: 1.6rem;
		font-weight: 500;
		line-height: 2.9rem;
		width: calc(610 / 750 * 100vw);
		margin: 0;
	}
	.osore .story-line-photo-box {
		margin-top: calc(100 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.osore .story-line-box {
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .story-line-box2 {
		background: url(../images/story-line-box2.jpg) repeat 0 0;
		width: 1082px;
		/*height: 539px;*/
		margin: 55px 0 0;
		padding: 60px;
		box-sizing: border-box;
	}
	.osore .story-line-box2 p {
		font-size: 1.8rem;
		font-weight: 500;
		line-height: 4.0rem;
		margin: 0;
	}
	.osore .story-line-photo-box {
		margin-top: 100px;
	}
}

/*キャスト　cast-box*/
@media only screen and (max-width: 640px) {
	.osore .cast-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .cast-box-inner {
		width: 100%;
	}
	.osore .cast-irem {
		margin: 0 auto calc(55 / 750 * 100vw);
	}
	.osore .cast-irem:last-of-type {
		margin-bottom: 0;
	}
	.osore .cast-item-box figure {
		text-align: center;
	}
	.osore .cast-item-box figure img {
		width: calc(280 / 750 * 100vw);
		border-radius: calc(140 / 750 * 100vw);
	}
	.osore .cast-item-box figure figcaption {
		font-weight: 500;
		text-align: center;
		margin: 10px 0 0;
	}
	.osore .cast-item-box figure figcaption .cast-name1 {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.5;
		padding: 0 10px 5px;
		border-bottom: 1px solid #000;
	}
	.osore .cast-item-box figure figcaption .cast-name2 {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: 5px 0 0;
	}
	.osore .cast-photo-box {
		margin-top: calc(100 / 750 * 100vw);
	}
}
@media print, screen and (min-width: 641px) {
	.osore .cast-box {
		/*width: 1042px;*/
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .cast-item-box {
	margin: 40px 0 0;
	}
	.osore .cast-irem {
		width: 658px;
		margin: 0 auto 60px;
	}
	.osore .cast-irem:last-of-type {
		margin-bottom: 0;
	}
	.osore .cast-item-box figure {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.osore .cast-item-box figure img {
		width: 240px;
		border-radius: 120px;
	}
	.osore .cast-item-box figure figcaption {
		font-weight: 500;
		width: 395px;
		margin: 10px 0 0;
	}
	.osore .cast-item-box figure figcaption .cast-name1 {
		font-size: 2.8rem;
		line-height: 1.5;
		padding: 0 10px 5px;
		border-bottom: 1px solid #000;
	}
	.osore .cast-item-box figure figcaption .cast-name2 {
		display: inline-block;
		font-size: 2.2rem;
		line-height: 1.5;
		padding: 5px 10px 0;
	}
	.osore .cast-photo-box {
		margin-top: 100px;
	}
}


/*各話情報　story-box*/
@media only screen and (max-width: 640px) {
	.osore .story-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .story-nav {
		display: flex;
		width: calc(690 / 750 * 100vw);
		margin: 0 auto calc(24 / 750 * 100vw);
	}
	.osore .story-nav .story-nav-vol {
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-size: 1.0rem;
		width: calc(95 / 750 * 100vw);
		position: relative;
	}
	.osore .story-nav .story-nav-vol::before {
		content: '';
		background: url(../images/story-nav-vol.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 16px;
		height: 16px;
		position: absolute;
		top: 4px;
		left: 29px;
	}
	.osore .story-nav ul {
		flex: 1;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.osore .story-nav ul li a,
	.osore .story-nav ul li span {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #000;
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-size: 2.5rem;
		width: calc(100 / 750 * 100vw);
		height: calc(100 / 750 * 100vw);
		margin: 0 0 8px;
		border-radius: calc(50 / 750 * 100vw);;
		border: 1px solid #000;
	}
	.osore .story-nav ul li a {
		cursor: pointer;
	}
	.osore .story-nav ul li a:hover {
		opacity: 0.7;
	}
	.osore .story-nav ul li.active a {
		background: #2f889a;
		color: #fff;
		border: none;
	}
	.osore .story-nav ul li.no-link span {
		opacity: 0.3;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .story-box {
		/*width: 1042px;*/
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .story-nav {
		display: flex;
		margin: 55px 0 28px;
	}
	.osore .story-nav .story-nav-vol {
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-size: 2.9rem;
		width: 168px;
		padding: 0 0 0 10px;
		box-sizing: border-box;
		position: relative;
	}
	.osore .story-nav .story-nav-vol::before {
		content: '';
		background: url(../images/story-nav-vol.png) no-repeat 0 0;
		width: 45px;
		height: 45px;
		position: absolute;
		top: 16px;
		left: 87px;
	}
	.osore .story-nav ul {
		display: flex;
		justify-content: space-between;
		width: 914px;
	}
	.osore .story-nav ul li a,
	.osore .story-nav ul li span {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #000;
		font-family: "Oswald", sans-serif;
		font-weight: 600;
		font-size: 3.5rem;
		width: 72px;
		height: 72px;
		border-radius: 36px;
		border: 1px solid #000;
	}
	.osore .story-nav ul li a {
		cursor: pointer;
	}
	.osore .story-nav ul li a:hover {
		opacity: 0.7;
	}
	.osore .story-nav ul li.active a {
		background: #2f889a;
		color: #fff;
		border: none;
	}
	.osore .story-nav ul li.no-link span {
		opacity: 0.3;
	}
}

/*story-area*/
@media only screen and (max-width: 640px) {
	.osore .story-area {
		width: calc(690 / 750 * 100vw);
		margin: 0 auto;
	}
	.osore .story-title-box {
		display: flex;
		margin: 0 auto calc(39 / 750 * 100vw);
	}
	.osore .story-title-box-l {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #2f889a;
		width: 85px;
		min-height: 75px;
	}
	.osore .story-title-box-l p {
		color: #fff;
		font-size: 1.8rem;
	}
	.osore .story-title-box-r {
		flex: 1;
		display: flex;
		align-items: center;
		background: #000;
		min-height: 75px;
	}
	.osore .story-title-box-r-inner {
		padding: 10px 19px;
	}
	.osore .story-title {
		color: #fff;
		font-size: 2.4rem;
		font-weight: 400;
		margin: 0 0 8px;
	}
	.osore .story-date {
		color: #fff;
		font-size: 1.4rem;
		margin: 0;
	}
	.osore .story-sub-title {
		font-size: 2.4rem;
		margin: 0 0 20px;
		padding: 0 0 0 20px;
		position: relative;
	}
	.osore .story-sub-title::before {
		content: '';
		background: #2f889a;
		width: 15px;
		height: 1px;
		position: absolute;
		top: calc(50% - 0px);
		left: 0;
	}
	.osore .story-photo {
	}
	.osore .story-photo figure {
		margin: 0 0 calc(50 / 750 * 100vw);
	}
	.osore .story-text1 {
		font-size: 1.6rem;
		line-height: 2.9rem;
		margin: 0 0 calc(63 / 750 * 100vw);
	}
	.osore .correlation-diagram {
		background: url(../images/story-line-box2.jpg) repeat 0 0;
		background-size: 100% auto;
		padding: calc(70 / 750 * 100vw) calc(20 / 750 * 100vw);;
	}
	.osore .correlation-diagram figure  {
	}
}
@media print, screen and (min-width: 641px) {
	.osore .story-area {
	}
	.osore .story-title-box {
		display: flex;
		margin: 0 0 30px;
	}
	.osore .story-title-box-l {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #2f889a;
		width: 240px;
		min-height: 150px;
	}
	.osore .story-title-box-l p {
		color: #fff;
		font-size: 3.6rem;
	}
	.osore .story-title-box-r {
		display: flex;
		align-items: center;
		background: #000;
		width: 842px;
		min-height: 150px;
	}
	.osore .story-title-box-r-inner {
		padding: 10px 38px;
	}
	.osore .story-title {
		color: #fff;
		font-size: 4.8rem;
		font-weight: 400;
		margin: 0 0 10px;
	}
	.osore .story-date {
		color: #fff;
		font-size: 2.4rem;
		margin: 0;
	}
	.osore .story-sub-title {
		font-size: 2.4rem;
		margin: 0 0 20px;
		padding: 0 0 0 36px;
		position: relative;
	}
	.osore .story-sub-title::before {
		content: '';
		background: #2f889a;
		width: 25px;
		height: 2px;
		position: absolute;
		top: calc(50% - 0px);
		left: 5px;
	}
	.osore .story-photo {
		display: flex;
		justify-content: space-between;
	}
	.osore .story-photo figure {
		width: 520px;
		margin: 0 0 20px;
	}
	.osore .story-text1 {
		font-size: 1.7rem;
		line-height: 4.0rem;
		margin: 0 0 40px;
	}
	.osore .correlation-diagram {
		background: url(../images/story-line-box2.jpg) repeat 0 0;
		padding: 45px 0;
	}
	.osore .correlation-diagram figure  {
		width: 460px;
		margin: auto;
	}
}




.osore .story-area {
	display: none;
	animation: show 1s linear 0s;
}
.osore .story-area.active {
	display: block;
}
@keyframes show{
	from{
			opacity: 0;
	}
	to{
			opacity: 1;
	}
}


/*音楽 music-box*/
@media only screen and (max-width: 640px) {
	.osore .music-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .music-irem {
		width: calc(690 / 750 * 100vw);
		margin: 0 auto;
		position: relative;
	}
	.osore .music-op {
		margin-bottom: calc(56 / 750 * 100vw);
	}
	.osore .music-irem h3 {
		width: calc(224 / 750 * 100vw);
		margin: 0;
		position: absolute;
		top: calc(20 / 750 * 100vw);;
		left: 0;
	}
	.osore .music-irem figure {
		width: calc(436 / 750 * 100vw);
		margin: 0 0 calc(20 / 750 * 100vw) auto;
	}
	.osore .music-irem .music-text-box {
		width: calc(436 / 750 * 100vw);
		margin: 0 0 0 auto;
	}
	.osore .music-irem .music-text1 {
		font-size: 2.1rem;
		font-weight: 700;
		text-align: center;
		border-bottom: 1px solid #000;
		padding: 0 0 6px;
		margin: 0 0 6px;
	}
	.osore .music-irem .music-text2 {
		font-size: 1.7rem;
		font-weight: 500;
		text-align: center;
		margin: 0 0 10px;
	}
	.osore .music-irem .music-text2 .music-text2s {
		font-size: 1.3rem;
	}
	.osore .music-irem .music-text3 {
		font-size: 1.4rem;
		line-height: 2.1rem;
		margin: 0;
	}
	.osore .music-photo-box {
		margin-top: calc(100 / 750 * 100vw);
	}
	.osore .music-irem .more-btn li a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #348b9c;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		width: 182px;
		height: 38px;
		margin: 10px auto 0;
		border: 2px solid #2f889a;
		border-radius: 19px;
		box-sizing: border-box;
		box-shadow: 0px 5px 0px 0px rgba(216,230,233,0.6);
		position: relative;
	}
	.osore .music-irem .more-btn li a::after {
		content: '';
		background: url(../images/more-btn.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 8px;
		height: 9px;
		position: absolute;
		top: calc(50% - 4px);
		right: 34px;
	}
	.osore .music-irem .music-text4 {
		color: #348b9c;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.2rem;
		font-weight: 500;
		text-align: center;
		margin: 12px 0 0;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .music-box {
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .music-irem {
		display: flex;
	}
	.osore .music-op {
		margin: 0 0 73px;
	}
	.osore .music-op h3 {
		text-align: right;
		width: 420px;
		padding: 0 19px 0 0;
		box-sizing: border-box;
	}
	.osore .music-op figure {
		width: 320px;
	}
	.osore .music-op .music-text-box {
		width: 342px;
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}

	.osore .music-ed h3 {
		width: 242px;
		box-sizing: border-box;
	}
	.osore .music-ed figure {
		width: 400px;
	}
	.osore .music-ed .music-text-box {
		width: 440px;
		padding: 0 0 0 20px;
		box-sizing: border-box;
	}

	.osore .music-irem .music-text1 {
		font-size: 3.0rem;
		font-weight: 500;
		border-bottom: 1px solid #000;
		padding: 10px 7px 7px;
		margin: 0 0 10px;
	}
	.osore .music-irem .music-text2 {
		font-size: 2.4rem;
		font-weight: 500;
		padding: 0 7px;
		margin: 0 0 22px;
	}
	.osore .music-irem .music-text2 .music-text2s {
		font-size: 1.8rem;
	}
	.osore .music-irem .music-text3 {
		font-size: 1.6rem;
		line-height: 3.0rem;
		margin: 0;
	}
	.osore .music-photo-box {
		margin-top: 100px;
	}
	.osore .music-irem .more-btn li a {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #fff;
		color: #348b9c;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.6rem;
		font-weight: 500;
		width: 220px;
		height: 46px;
		margin: 10px auto 0;
		border: 2px solid #2f889a;
		border-radius: 23px;
		box-sizing: border-box;
		box-shadow: 0px 5px 0px 0px rgba(216,230,233,0.6);
		position: relative;
	}
	.osore .music-irem .more-btn li a::after {
		content: '';
		background: url(../images/more-btn.png) no-repeat 0 0;
		background-size: 100% auto;
		width: 9px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 40px;
	}
	.osore .music-irem .more-btn li a:hover {
		text-decoration: underline;
	}
	.osore .music-irem .music-text4 {
		color: #348b9c;
		font-family: "Noto Sans JP", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		text-align: center;
		margin: 12px 0 0;
	}
}

















/*スタッフ　staff-box*/
@media only screen and (max-width: 640px) {
	.osore .staff-box {
		margin: 0 0 calc(150 / 750 * 100vw);
	}
	.osore .staff-box-inner {
		width: 100%;

	}
	.osore .staff-box dl {
		margin: 0 0 0 calc(88 / 750 *100vw);
	}
	.osore .staff-box dt {
		color: #2f889a;
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 2.4rem;
		margin: 10px 0 0;
	}
	.osore .staff-box dd {
		font-weight: 500;
		font-size: 1.4rem;
		line-height: 2.4rem;
	}
	.osore .staff-box dd span {
		font-size: 1.2rem;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .staff-box {
		width: 1082px;
		margin: 0 0 145px;
	}
	.osore .staff-box dl {
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0 0;
	}
	.osore .staff-box dt {
		color: #2f889a;
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 4.0rem;
		text-align: right;
		width: 510px;
		padding: 0 30px 0 0;
		box-sizing: border-box;
	}
	.osore .staff-box dd {
		font-weight: 500;
		font-size: 1.6rem;
		line-height: 4.0rem;
		width: 572px;
	}
	.osore .staff-box dd span {
		font-size: 1.3rem;
	}
}





/*gallery-box*/
@media only screen and (max-width: 640px) {
	.osore .gallery-box {
		background: url(../images/gallery-box_sp.jpg) no-repeat 0 0;
		background-size: 100% auto;
		width: 100vw;
		height: calc(680 / 750 * 100vw);
		margin: calc(150 / 750 * 100vw) 0;
		padding: calc(160 / 750 * 100vw) 0 0 calc(30 / 750 * 100vw);
		position: relative;
	}
	.osore .slide-photo-image {
		width: calc(540 / 750 * 100vw);
		margin-right: calc(40 / 750 * 100vw);
	}
	.osore .slide-photo .arrow {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		width: calc(60 / 750 * 100vw);
		height: calc(60 / 750 * 100vw);
		position: absolute;
		top: calc(-105 / 750 * 100vw);
		z-index: 900;
		cursor : pointer;
	}
	.osore .slide-photo .arrow.prev {
		background: url(../images/prev.png) no-repeat 0 0;
		background-size: cover;
		right: calc(116 / 750 * 100vw);
	}
	.osore .slide-photo .arrow.next {
		background: url(../images/next.png) no-repeat 0 0;
		background-size: cover;
		right: calc(30 / 750 * 100vw);
	}


}
@media print, screen and (min-width: 641px) {
	.osore .gallery-box {
		background: url(../images/gallery-box_pc.jpg) no-repeat 0 0;
		width: 1082px;
		height: 530px;
		margin: 145px 0;
		padding: 130px 0 0 30px;
		position: relative;
	}
	.osore .slide-photo-image {
		width: 405px;
		margin-right: 30px;
	}
	.osore .slide-photo .arrow {
		font-size: 0;
		line-height: 0;
		text-indent: -9999px;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -70px;
		z-index: 900;
		cursor : pointer;
	}
	.osore .slide-photo .arrow.prev {
		background: url(../images/prev.png) no-repeat 0 0;
		background-size: cover;
		right: 142px;
	}
	.osore .slide-photo .arrow.next {
		background: url(../images/next.png) no-repeat 0 0;
		background-size: cover;
		right: 84px;
	}
	.osore .slide-photo .arrow:hover {
		opacity: 0.7;
	}
}







/*xxx*/
@media only screen and (max-width: 640px) {
	.osore .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.osore .xxx {
	}
}



/*hedding02*/
@media only screen and (max-width: 640px) {
	.osore .hedding02 {
		font-size: 2.1rem;
		font-weight: 600;
		line-height: 3.6rem;
		margin: 0 0 calc(60 / 750 *100vw) calc(30 / 750 *100vw);
	}
	.osore .hedding02 strong {
		color: #2f889a;
		font-family: "Oswald", sans-serif;
		font-weight: bold;
		font-size: 3.0rem;
	}
	.osore .hedding02 span {
		position: relative;
	}
	.osore .hedding02 span::after {
		content: '';
		background: #000;
		width: 39px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: -47px;
	}
}
@media print, screen and (min-width: 641px) {
	.osore .hedding02 {
		font-size: 4.2rem;
		font-weight: 600;
		line-height: 5.0rem;
		margin: 0 0 20px;
	}
	.osore .hedding02 strong {
		color: #2f889a;
		font-family: "Oswald", sans-serif;
		font-weight: bold;
		font-size: 6.0rem;
	}
	.osore .hedding02 span {
		position: relative;
	}
	.osore .hedding02 span::after {
		content: '';
		background: #000;
		width: 78px;
		height: 1px;
		position: absolute;
		top: 50%;
		right: -90px;
	}
}


/*xxx*/
@media only screen and (max-width: 640px) {
	.osore .xxx {
	}
}
@media print, screen and (min-width: 641px) {
	.osore .xxx {
	}
}


/* ***********************************************************

		youtube設定

*********************************************************** */


.osore .youtube-box .youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.osore .youtube-box .youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* ***********************************************************

		googlemap

*********************************************************** */
.ggmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* ***********************************************************

		マージンの設定

*********************************************************** */
.osore .last {
	margin-bottom: 40px;
}

/* ***********************************************************

		カラー設定

*********************************************************** */


.hashigojishi .cl-blue {
	color: #4ebbff;
}



/*
.hashigojishi .cl-red {
	color: #e50012;
}


.hashigojishi .cl-yellow-green {
	color: #1aff2d;
}
.hashigojishi .cl-yellow {
	color: #fffc01;
}
.hashigojishi .cl-magenta {
	color: #ff06f9;
}
.hashigojishi .cl-cyan {
	color: #00e1ff;
}
.hashigojishi .cl-pink {
	color: #dc557e;
}
.hashigojishi .cl-green {
	color: #03a08c;
}
.hashigojishi .cl-orange {
	color: #f68b00;
}
.hashigojishi .cl-light-blue {
	color: #008bda;
}
.hashigojishi .cl-purple {
	color: #865cdc;
}
*/




/*マーカー*/
/*
.maker-black {
	background:linear-gradient(#000 0%, #000 100%);
}
.maker-black2 {
	display: inline-block;
	background:linear-gradient(#000 0%, #000 100%);
	margin: 4px 0;
	padding: 0 10px;
}

@media print, screen and (min-width: 641px) {
	.maker-black2-l {
		padding-right: 0;
	}
	.maker-black2-r {
		padding-left: 0;
	}
}

/*
.maker-orange {
	background:linear-gradient(transparent 70%, #ffbb00 70%);
}
.maker-red {
	background:linear-gradient(transparent 70%, #fc8c8c 70%);
}
.maker-yellow {
	background:linear-gradient(transparent 70%, #ffff00 70%);
}

.maker-dark-red {
	background:linear-gradient(#e83401 0%, #e83401 100%);
}
*/


/* ***********************************************************

		注釈リスト

*********************************************************** */
/*
/*注釈リスト*/
.list-annotation {
	position: relative;
	margin: 0 0 1em;
	padding: 0;
}

.list-annotation li {
	list-style: none;
	list-style-position: outside;
	margin: 0;
	padding-left: 1.25em;
	transform: rotate(0.05deg);
}
.list-annotation li span {
	position: absolute;
	left: 0;
	margin: 0
}
@media only screen and (max-width: 640px) {
	.list-annotation li {
		font-size: 4.266666666666667vw;
		line-height: 1.5;
	}
}
@media print, screen and (min-width: 641px) {
	.list-annotation li {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}



/* ***********************************************************

		動き data-delighter

*********************************************************** */
/*右から左へ*/
.dl-left.delighter {
	transform: translate(30px);
	opacity: 0;
	transition: all .75s ease-out;
}
.dl-left.delighter.started {
	transform: none;
	opacity: 1;
}


/*オーバーラップ*/
.dl-or.delighter {
	opacity: 0;
	transition: all .75s ease-in;
}
.dl-or.delighter.started {
	transform: none;
	opacity: 1;
}

/*リスト*/
.dl-list50.delighter li {
	opacity: 0;
	transform: translatey(50px);
	transition: all .7s ease-out;
}
.dl-list50.delighter.started li {
	opacity: 1;
	transform: none;
}
.dl-list50.delighter.started li:nth-child(1) {
	transition: all .7s ease-out .1s;
}
.dl-list50.delighter.started li:nth-child(2) {
	transition: all .7s ease-out .2s;
}
.dl-list50.delighter.started li:nth-child(3) {
	transition: all .7s ease-out .3s;
}
.dl-list50.delighter.started li:nth-child(4) {
	transition: all .7s ease-out .4s;
}
.dl-list50.delighter.started li:nth-child(5) {
	transition: all .7s ease-out .5s;
}
.dl-list50.delighter.started li:nth-child(6) {
	transition: all .7s ease-out .6s;
}
.dl-list50.delighter.started li:nth-child(7) {
	transition: all .7s ease-out .7s;
}
.dl-list50.delighter.started li:nth-child(8) {
	transition: all .7s ease-out .8s;
}
.dl-list50.delighter.started li:nth-child(9) {
	transition: all .7s ease-out .9s;
}
.dl-list50.delighter.started li:nth-child(10) {
	transition: all .7s ease-out 1.0s;
}
