	/****************************
	* レイアウト・全体
	****************************/
	html,
	body {
		font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
		"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
		font-weight:400;
		font-size: 20px;
		line-height: 170%;
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
		letter-spacing: 1px;
		color: #333;
		background: #fff;
	}
	a:link {
		transition: 0.5s;
	}
	.pc_only {
		display: block;
	}
	.sp_only {
		display: none;
	}
	aside {
		margin:20px auto 20px;
		background:#f1f1f1;
		padding:15px 20px;
		border-radius:5px;
	}
	aside p
	{
		font-size: 0.9rem;
		color: #000;
		line-height: 1.5!important;
		margin-bottom:0.3em!important;
		display:flex;
		word-break: break-all;
		overflow-wrap : break-word;
	}
	aside p:before
	{
		content:"※";
		margin-right:0.3em;
		display: block;
	}
	figure
	{
		margin:0;
		padding:0;
	}
	img
	{
		width:100%;
		height:auto;
		margin:0;
		padding:0;
	}

	.wrap {
		position: relative;
		width: 850px;
		margin: 0px auto 80px;
		text-align: center;
	}

	/****************************
	* ヘッダー
	****************************/
	header
	{
		margin-top: 0 !important;
		background-color: #fff;
		padding: 0 0px 0 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-flow: row nowrap;
	}

	header > div
	{
		text-align:center;
		margin:60px auto 60px;
		max-width:980px;

	}
	header nav
	{
		display:block;
		position: fixed;
		top:0;
		width:100%;
		z-index:100;
	}

	/*メニューボタンのエフェクト*/
	.nav-button,
	.nav-button span {
		display: inline-block;
		transition: all 0.4s;
		box-sizing: border-box;
	}
	.nav-button {
		z-index:110;
		position: absolute;
		top:20px;
		right:20px;
		width: 80px;
		height: 54px;
		padding:5px;
		border-radius: 4px;
	}
	.nav-button span {
		position: absolute;
		left: 10%;
		width: 80%;
		height: 3px;
		background-color: #000;
		border-radius: 4px;
		z-index: 9999;
	}
	.nav-button span:nth-of-type(1) {
		top: 5px;
	}
	.nav-button span:nth-of-type(2) {
		top: 26px;
	}
	.nav-button span:nth-of-type(3) {
		bottom: 5px;
	}
	.nav-button.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-45deg);
		transform: translateY(20px) rotate(-45deg);
	}
	.nav-button.active span:nth-of-type(2) {
		opacity: 0;
	}
	.nav-button.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(45deg);
		transform: translateY(-20px) rotate(45deg);
	}
	.nav-wrap
	{
		width:100%;
	}
	.nav-wrap.open
	{
		left:0;
	}
	.nav-wrap.close
	{
		left:100%;
	}
	.nav-wrap
	{
		display: block;
		position:absolute;
		left:100%;
		top:0px;
		z-index:10;
		background-color: rgba(255, 255, 255, 0.97);
		width: 100%;
		height:100vh;
		text-align:left;
		padding-bottom:30px;
		transition-duration:0.5s;
	}

	.nav-wrap ul
	{
		width:80%;
		margin:1px auto 30px;
		padding-top:20px;
		border-bottom: 1px solid #eee;
		list-style: none;
		display:block;
		font-size:1.2rem;
	}
	.nav-wrap ul li a
	{
		border-top: 1px solid #eee;
		padding: 20px 10px;
		position: relative;
		display: block;
		color: #111;
		text-decoration:none;
	}
	.nav-wrap ul li a:after
	{
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #ccc;
		border-right: 2px solid #ccc;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	header h1
	{
		font-size:2rem;
		font-weight: 900;
		text-align:center;
		margin:50px auto 50px;
	}
	header h1 img
	{
		max-width:700px;
		width:80%;
		margin:0.5em auto;
	}
	header h1 span
	{
		font-size:1.0rem;
		display:block;
		margin-bottom:0.5em;
		font-family: 'BIZ UDPGothic', sans-serif;
		font-weight: 700;
	}
	header h1 span i
	{
		font-family: 'Josefin Sans', sans-serif;
	}

	/****************************
	* フッター
	****************************/
	footer {
		font-size: 0.8rem;
		position: relative;
		z-index: 1;
		height: 50px;
		padding: 5px 0;
		text-align: center;
		color: #fff;
		background: #000;
	}
	/****************************
	* main
	****************************/
	main {
		display: block;
	}
	#read,
	#benefit,
	#campaign,
	#movie
	{
		padding:30px 0 50px;
		color: #000;
		margin-top:-30px;
	}

	/* #read
	{
		margin-top:100px;
	} */
	h1
	{
		font-size:3.5rem;
		font-weight:700;
		text-align:center;
		margin:0px auto 100px;
		letter-spacing: 5px;
	}
	h1 img
	{
		max-width:700px;
		width:80%;
		margin:0 auto;
	}
	h1 span
	{
		font-weight:500;
		font-size:2rem;
		display:block;
		margin-bottom:1em;
		letter-spacing: 3px;
		color:#231f20;
	}
	#read .wrap p
	{
		line-height:1.8;
		margin-bottom: 1em;
		text-align: justify;
		font-weight: 700;
	}
	.wrap p
	{
		line-height:1.8;
		margin-bottom: 1em;
		text-align: justify;
		font-weight: 400;
	}
	div.bookinfo
	{
		width:100%;
		margin:50px auto 30px;
		padding: 1em;
		text-align: center;
		color: #333;
		background: #fff;
	}
	div.bookinfo figure
	{
		width:50%;
		padding:30px 30px 20px 30px;
		margin:auto;
	}
	div.bookinfo figure img
	{
		width:100%;
		height: auto;
		margin:auto;
		box-shadow: 3px 3px 5px #ccc;
	}
	div.bookinfo > div
	{

		padding-bottom:1em;
		font-size:1rem;
		display:inline-block;
		margin:0px auto;
	}
	div.bookinfo > div dl
	{
		display:flex;
		align-items: center;
		justify-content: center;
		margin:0 auto 0px;
		width:400px;
	}
	div.bookinfo > div dl dt,
	div.bookinfo > div dl dd
	{
		font-size:0.9rem;
		display:inline-block;
		font-weight:normal;
		white-space: nowrap;
	}
	div.bookinfo > div dl dt
	{
		width:30%;
		text-align:right;
	}
	div.bookinfo > div dl dt:nth-child(7)
	{
		letter-spacing: 0.15em;
	}

	div.bookinfo > div dl dd
	{
		width:70%;
		text-align:left;
	}

	h2
	{
		text-align:left;
		font-size:2.1rem;
		font-weight: 700;
		margin:0px auto 50px;
		letter-spacing: 0em;
		font-family: 'Noto Sans JP', sans-serif;
	}
	.container
	{
		text-align:left;
		margin:0px auto 80px;
		padding:0;
	}
	.container.shop
	{
		border:10px solid;
		padding:80px 30px 30px 30px;
		position: relative;
	}
	.container.shop.fan{border-color:#ff9700;}
	.container.shop.wani{border-color:#e90813;}
	.container.shop.tower{border-image: linear-gradient(to right, #de1957,#fecf00,#28619a) 1;}
	.container.shop.amazon{border-image: linear-gradient(to right, #ff9900,#bf0500) 1;}
	.container.shop.poster{border-color:#799ff0;}

	.container h3
	{
		font-weight:bold;
		margin:0px auto 30px;
		font-size:1.1rem;
		color:#fff;
		background:#000;
		padding:10px 10px;
	}
	.container.shop h3
	{
		width:100%;
		position: absolute;
		top:0;
		left:0;
		padding-bottom:10px;
	}
	.container.shop.fan h3{background:#ff9700;}
	.container.shop.wani h3{background:#e90813;}
	.container.shop.tower h3{background: linear-gradient(to right, #de1957,#fecf00,#28619a);}
	.container.shop.amazon h3{background:linear-gradient(to right, #ff9900,#bf0500);}
	.container.shop.poster h3{background:#799ff0;}

	.container.shop h3 span
	{
		font-size:0.7rem;
	}
	.container h4
	{
		font-weight:normal;
		font-size:1.6rem;
		margin:0px auto 50px;
		line-height:1.3;
		font-weight:900;
		padding:30px 20px;
		width:98%;
		position: relative;
		text-align: center;
	}
	.container h4:before,
	.container h4:after
	{
		position: absolute;
		content: '';
	}
	.container h4:after
	{
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		border-top: 2px solid #000;
		border-left: 2px solid #000;
	}
	.container h4:before
	{
		right: 0;
		bottom: 0;
		width: 50px;
		height: 50px;
		border-right: 2px solid #000;
		border-bottom: 2px solid #000;
	}


	.container h5
	{
		text-align: center;
		margin:  0;
		padding-bottom:  5px;
		margin:30px 0 10px;
		position:  relative;
		font-weight: bold;
		font-size:1.3rem
	}
	.container.shop h5
	{
		width:70%;
		max-width: 700px;
		padding:5px 30px;
		border: solid 3px #000;
		border-radius: 25px;
		margin:30px auto 30px;
	}
	.container ul
	{
		margin:30px auto 20px;
		padding:0 0em;
		display:flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.container ul li
	{
		margin-bottom:15px;
		font-weight: bold;
		font-size:1rem;
		display:flex;
		gap:10px;
		align-items: center;
		white-space: nowrap;
		margin-left:auto;
		margin-right:auto;
		width:80%;
	}
	.container ul li strong
	{
		display:inline-block;
		width:2.5em;
		font-weight: normal;
		font-size:1.3rem;
		white-space: nowrap;
		text-align: left;
		/* text-align-last: justify; */
	}
	.container ul li span
	{
		font-size:0.8em;
	}

	ul.shoplist
	{
		margin-bottom:0px;
	}

	figure.item {
		display: flex;
		flex-flow: column;
		padding: 5px;
		max-width: 600px;
		width:100%;
		margin:30px auto;
	}

	figure.item img {
		max-width: 600px;
	}

	figure.item figcaption {
		background-color: #000;
		color: #fff;
		font: italic smaller sans-serif;
		padding: 3px 3px 4px 3px;
		text-align: center;
	}
	.container .chance
	{
		margin:50px auto 0;
		font-weight: bold;
	}
	.container .chance strong
	{
		font-size:1.6rem;
		display:block;
		position: relative;
		overflow: hidden;
		padding: 10px 2rem 10px 65px;
		border: 3px solid #000;
		border-radius: 100vh;
		margin-bottom:20px;
	}
	.container .chance strong span {
		font-size: 2rem;
		line-height: 50px;
		text-align:center;
		position: absolute;
		top: calc(50% - 22.5px);
		left: 10px;
		display: block;
		width: 45px;
		height: 45px;
		/* line-height:45px; */
		color: #fff;
		border-radius: 50%;
		background: #000;
	}

	div.othercover
	{
		width:100%;
		margin:0px auto 50px;
		padding:0 1em;
		text-align: center;
		color: #333;
		background: #fff;
	}
	div.othercover figure
	{
		width:50%;
		padding:0px 30px 20px 30px;
		margin:auto;
	}
	div.othercover figure img
	{
		width:80%;
		height: auto;
		margin:auto;
		box-shadow: 3px 3px 5px #ccc;
	}
	.container.shop.poster
	{
		padding-top:120px;
	}
	div.photo2l
	{
		width:100%;
		height:100%;
		margin:0px auto 30px;
		padding:0 1em;
		text-align: center;
		color: #333;
		background: #fff;
	}
	div.photo2l figure.vertical
	{
		width:500px;
		height:auto;
		padding:0px 0px 20px 0px;
		margin:auto;
	}
	div.photo2l figure.vertical
	{
		margin:auto;
		margin-bottom:-40px;
	}
	div.photo2l figure.horizontal
	{
		width:auto;
		height:500px;
		padding:0px 0px 20px 0px;
		margin:auto;
	}
	div.photo2l figure img
	{
		width:100%;
		height:100%;
		margin:auto;
		object-fit: contain;
	}

	.btn_area
	{
		text-align: center;
	}
	.btn_area.link
	{
		display:flex;
	}
	.buynow
	{
		font-size: 1.1rem;
		font-weight: 400;
		line-height: 1.5;
		position: relative;
		display: inline-block;
		padding: 0.5rem 2.5rem;
		margin:10px auto 50px;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #fff;
		border-radius: 0.5rem;
		font-family: 'Noto Sans JP', sans-serif;
		border: 3px solid #000;
		border-radius: 0;
		background: #000;
	}

	.btn_area.link .buynow
	{
		font-size: 1rem;
		padding: 0.5rem 1rem;
		background: #fff;
		color:#000;
	}
	.buynow:hover
	{
		color: #000;
		background: #fff;
		text-decoration: none;
		border: 3px solid #000;
	}
	.btn_area.link .buynow:hover
	{
		background: #000;
		color:#fff;
	}

	.shoplist li
	{
		display:flex;
		align-items: center;
	}
	.shoplist li span
	{
		width:5em;
	}
	.shoplist li p
	{
		margin:0;
		line-height: 1.5;
	}
	.container ul.movielist
	{
		display: flex;
		flex-wrap: wrap;
		justify-content:flex-start;
	}
	.container ul.movielist li
	{
		width:calc( ( 100% - 40px ) / 3 );
		margin-right:20px;
		margin-left:0;
		margin-bottom:20px;
		font-weight: normal;
	}
	.container ul.movielist li:nth-child(3n)
	{
		margin-right:0px;
	}
	.container ul.movielist li span
	{
		width:100%;
		height:170px;
		background:#ddd;
		color:#000;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.container ul.movielist li iframe
	{
		width:100%;
		height:170px;
	}
