@charset "utf-8";
/* CSS Document */

/*ヘッダーメニュー*/

.p-head-wrap {
	width:1100px;
	margin:0 auto;
	height:110px;
	position: relative;
}

.p-toplink {
	height:25px;
	display: flex;
	justify-content:flex-end;
	width:1100px;
	gap:0 20px;
	margin-bottom:15px;
}

.p-toplink a {
	display: block;
	width:120px;
	height:25px;
	transition: all 0.3s;
}

.p-toplink a:hover {
	opacity: 0.6;
}

.p-tl-home {
	background:url("../img/brandtop.png") left top no-repeat;
}

.p-tl-twit {
	background:url("../img/twitter.png") left top no-repeat;
}

.p-bottomlink ul {
	width:1100px;
	height:50px;
	position: relative;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.p-bottomlink ul li {
	width:12.5%;
	display: block;
	border-left:1px solid #fff;
	box-sizing: border-box;
}

.p-bottomlink ul li:last-child {
	border-right:1px solid #fff;
}

.p-bottomlink ul li a {
	display: block;
	position: relative;
	height:50px;
	transition: all 0.3s;
}

.p-bottomlink ul li span {
	display: block;
	position: relative;
	height:50px;
}

.p-bottomlink ul li a:hover {
	opacity: 0.6;
}

.p-bottomlink ul li a:after {
	content: "";
	width:0;
	height:3px;
	background-color: #fff;
	position: absolute;
	left:50%;
	bottom:-10px;
	transition: all 0.3s;
}

.p-bottomlink ul li a:hover:after {
	content: "";
	width:100%;
	height:3px;
	background-color: #fff;
	position: absolute;
	bottom:-10px;
	left:0;
	opacity: 1;
}

.p-menu01 a, .p-menu01 span {background: url("../img/menu01.png") center center no-repeat;}
.p-menu02 a, .p-menu02 span {background: url("../img/menu02.png") center center no-repeat;}
.p-menu03 a, .p-menu03 span {background: url("../img/menu03.png") center center no-repeat;}
.p-menu04 a, .p-menu04 span {background: url("../img/menu04.png") center center no-repeat;}
.p-menu05 a, .p-menu05 span {background: url("../img/menu05.png") center center no-repeat;}
.p-menu06 a, .p-menu06 span {background: url("../img/menu06.png") center center no-repeat;}
.p-menu07 a, .p-menu07 span {background: url("../img/menu07.png") center center no-repeat;}
.p-menu08 a, .p-menu08 span {background: url("../img/menu08.png") center center no-repeat;}

/*メインビジュアル*/

.p-mv {
	background:url("../img/mv01.jpg") center top no-repeat;
	width:1100px;
	height:1300px;
	margin:0 auto;
	display: block;
	position: relative;
}

.p-mv:after {
	content: "";
	background:url("../img/mv02.jpg") center top no-repeat;
	width:1100px;
	height:1300px;
	margin:0 auto;
	display: block;
	position: absolute;
	left:0;
	top:0;
	transition: all 0.3s;
	opacity: 0;
}

.p-mv:hover:after {
	opacity: 1;
}

.p-masterup-bt {
	position: absolute;
	left:50%;
	margin-left:-119px;
	top:580px;
	z-index:50;
}

.p-masterup-bt a img {
	transition: all 0.3s;
}

.p-masterup-bt a:hover img {
	transform:translateY(-10px);
}

/*タイトル*/

h3 {
	width:800px;
	height:100px;
	margin:0 auto;
	display: block;
	position: relative;
	overflow: hidden;
	text-indent: -9999px;
}

h3#p-Head-product-info {	background:url("../img/head_productinfo.png") left top no-repeat;}
h3#p-Head-highlight {	background:url("../img/head_highlight.png") left top no-repeat;}
h3#p-Head-story {	background:url("../img/head_story.png") left top no-repeat;}
h3#p-Head-character {	background:url("../img/head_character.png") left top no-repeat;}
h3#p-Head-gallery {	background:url("../img/head_gallery.png") left top no-repeat;}
h3#p-Head-campaign {	background:url("../img/head_campaign.png") left top no-repeat;}
h3#p-Head-shopinfo {	background:url("../img/head_shopinfo.png") left top no-repeat;}
h3#p-Head-official {	background:url("../img/head_official.png") left top no-repeat;}

h3#p-Head-retweetcampaign {	background:url("../img/head_retweetcampaign.png") left top no-repeat;}
h3#p-Head-trialver {	background:url("../img/head_trial_version.png") left top no-repeat;}
h3#p-Head-demomovie {	background:url("../img/head_demomovie.png") left top no-repeat;}
h3#p-Head-trialmovie {	background:url("../img/head_trialmovie.png") left top no-repeat;}

h3#p-Head-shoplist {	background:url("../img/head_shoplist.png") left top no-repeat;}
h3#p-Head-steam {	background:url("../img/head_steam.png") left top no-repeat;}
h3#p-Head-dlcard {	background:url("../img/head_dlcard.png") left top no-repeat;}

/*ログエリア*/

.p-log-left {
	background:url("../img/twitter_bg.jpg") left top no-repeat;
	width:540px;
	height:480px;
	display: block;
	padding:70px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.p-log-right {
	background:url("../img/information_bg.jpg") left top no-repeat;
	width:540px;
	height:480px;
	display: block;
	padding:70px 30px 30px;
	box-sizing: border-box;
	box-shadow: 0 0 10px rgba(0,0,0,0.6);
}

.p-logbox {
	width:480px;
	height:380px;
	overflow:scroll;
	margin:0 auto;
}

.p-logbox dl {
	width:480px;
	color:#fff;
	display: flex;
	margin:0 auto;
	border-bottom:1px solid #615454;
	padding:10px 0;
}


.p-logbox dl dt {
	width:110px;
	line-height: 1.8;
	display: block;
	font-size:1.6rem;
	text-align: center;
	color:#ff9000;
}

.p-logbox dl dd {
	width:330px;
	padding-left:10px;
	line-height: 1.8;
	font-size:1.6rem;
	text-align: left;
}

.p-logbox a {
	transition: all 0.3s;
	text-decoration: none;
	color:rgba(99,174,255,1.00);
	font-weight: bold;
}

.p-logbox a:hover {
	text-decoration: underline;
}

/*プロダクトインフォ*/

.p-info-wrap {
	width:1100px;
	display: flex;
	justify-content: space-between;
	margin:0 auto;
}

.p-info-group {
	width:540px;
	position: relative;
	color:#fff;
	font-size: 1.6rem;
}

.p-info-group h4 {
	background-color:#ff9000;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0;
	margin-bottom:32px;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	color:#000;
	font-size: 2.2rem;
}

.p-info-group dl {
	display: flex;
	justify-content: space-between;
	line-height: 1.5;
}

.p-info-group dl dt {
	width:130px;
	text-align: right;
	box-sizing: border-box;
	padding:8px 0;
	color:#ff9000;
}

.p-info-group dl dd {
	width:410px;
	text-align: left;
	box-sizing: border-box;
	padding:8px 0;
}

.p-info-group dl dd a {
	color:#ff9000;
	text-decoration: underline;
	font-weight: bold;
}

.p-info-group dl dd a:hover {
	color:#e50057;
	text-decoration: none;
}

/*ファンサイト*/

.p-fansite-banner {
	background:url("../img/fansite.jpg") left top no-repeat;
	width:800px;
	height:300px;
	margin:0 auto 40px;
}

.p-links {
	width:800px;
	margin:0 auto 0;
	display: flex;
	justify-content: center;
	position: relative;
	gap:30px;
}

.p-links a {
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	display: block;
	text-decoration: none;
	color:#000;
	width:30%;
	box-sizing: border-box;
	padding:12px;
	font-size: 2.6rem;
	position: relative;
	opacity: 1;
	transition: all 0.3s;
	background-color:#ff9000;
	clip-path: polygon(95% 0, 100% 50%, 95% 100%, 0% 100%, 5% 50%, 0% 0%);
}

.p-links a:hover {
	opacity: 1;
	background-color:#FFF;
	color:#000;
	text-decoration: none;
}

/*フッター*/

.p-foot-logo {
	width:300px;
	height:61px;
	margin:0 auto 16px;
}

.p-foot-logo a {
	background:url("../img/foot_logo.png") left top no-repeat;
	width:300px;
	height:61px;
	display: block;
	transition: all 0.3s;
}

.p-foot-logo a:hover {
	opacity: 0.6;
}

.p-copyright {
	color:#fff;
	font-size: 1.5rem;
}

/*サブページ*/

.p-sub-padding {
	padding-top:180px;
}

/*ハイライト*/

.p-highlight-body {
	background:url("../img/body_highlight.jpg") center top no-repeat;
	width:100%;
	height:1500px;
}

/*ストーリー*/

.p-story-body {
	background:url("../img/story_body.png") center top no-repeat;
	width:100%;
	height:1000px;
}

/*キャラ*/

#p-Chara01 {
	background:url("../img/chara/chara01_body.jpg") center top no-repeat;
	width:100%;
	height:900px;
	margin:0 auto;
	position: relative;
}

#p-Chara02 {
	background:url("../img/chara/chara02_body.jpg") center top no-repeat;
	width:100%;
	height:900px;
	margin:0 auto;
	position: relative;
}

.swiper1, .swiper2 {
	width:470px;
	height:900px;
	display: block;
	position: absolute;
	left:50%;
	margin-left:130px;
	top:0;
}

.swiper-slide {
	width:470px;
	height:900px;
	display: block;
}

#p-Chara01 .stand01 {	background: url("../img/chara/c01_stand_01.jpg") right top no-repeat;height:900px;}
#p-Chara01 .stand02 {	background: url("../img/chara/c01_stand_02.jpg") right top no-repeat;height:900px;}
#p-Chara01 .stand03 {	background: url("../img/chara/c01_stand_03.jpg") right top no-repeat;height:900px;}

#p-Chara02 .stand01 {	background: url("../img/chara/c02_stand_01.jpg") right top no-repeat;height:900px;}
#p-Chara02 .stand02 {	background: url("../img/chara/c02_stand_02.jpg") right top no-repeat;height:900px;}
#p-Chara02 .stand03 {	background: url("../img/chara/c02_stand_03.jpg") right top no-repeat;height:900px;}

.pagenation {
	width:100px;
	height:330px;
	position: absolute;
	z-index: 150;
	left:50%;
	margin-left:460px;
	bottom:40px;
}

.swiper-pagination-bullets {
  position: static;
  margin-top: 16px;
} 

#p-Chara01 .swiper-pagination-bullet {
	width: 100px !important;
	height: 100px !important;
	margin: 10px 0 0 0 !important;
	border-radius: 0!important;
	display: block!important;
}

#p-Chara01 .swiper-pagination-bullet:nth-child(1) {
	background:url("../img/chara/c01_select01.jpg") left top no-repeat;
}
#p-Chara01 .swiper-pagination-bullet:nth-child(2) {
	background:url("../img/chara/c01_select02.jpg") left top no-repeat;
}
#p-Chara01 .swiper-pagination-bullet:nth-child(3) {
	background:url("../img/chara/c01_select03.jpg") left top no-repeat;
}

#p-Chara02 .swiper-pagination-bullet {
	width: 100px !important;
	height: 100px !important;
	margin: 10px 0 0 0 !important;
	border-radius: 0!important;
	display: block!important;
}

#p-Chara02 .swiper-pagination-bullet:nth-child(1) {
	background:url("../img/chara/c02_select01.jpg") left top no-repeat;
}
#p-Chara02 .swiper-pagination-bullet:nth-child(2) {
	background:url("../img/chara/c02_select02.jpg") left top no-repeat;
}
#p-Chara02 .swiper-pagination-bullet:nth-child(3) {
	background:url("../img/chara/c02_select03.jpg") left top no-repeat;
}

.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

.chara-voice {
	position: absolute;
	left:50%;
	margin-left:-450px;
	bottom:25px;
	z-index: 160;
	display: flex;
	justify-content: flex-start;
	gap:12px;
}

.p-samplevoice {
	display: block;
	line-height:50px;
	width:200px;
	color:#fff;
	font-size: 1.8rem;
	position: relative;
}

#p-Chara01 .p-samplevoice {background:#ff9000;}
#p-Chara02 .p-samplevoice {background:#ff9000;}

.chara-voice ul {
	display: flex;
	justify-content: flex-start;
	gap:12px;
}

.chara-voice ul li {
	background-color:#000;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}

.chara-voice ul li a {
	display: block;
	width:50px;
	height:50px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	transition: all 0.3s;
}

#p-Chara01 .chara-voice ul li a {background:#ff9000;}
#p-Chara02 .chara-voice ul li a {background:#ff9000;}

.chara-voice ul li a:hover {
	opacity: 0.6;
}

.chara-voice ul li a:after {
	display: block;
	content: "";
	position: absolute;
	left:15px;
	top:15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent #ffffff;
}

/*ギャラリー*/

.p-gallery {
	width:1100px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:24px 0;
}

ul.p-gallery-movie {
	width:1100px;
	display: flex;
	justify-content: center;
	gap:24px;
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
}

ul.p-gallery-movie li {
	overflow: hidden;
	width:calc((100% - 24px) /2);
	position: relative;
	box-sizing: border-box;
}

ul.p-gallery-movie li video {
	width:100%;
}

/*特典*/

h4.p-hash {
	width:1100px;
	box-sizing: border-box;
	padding:12px 0;
	color:#ff9000;
	margin:0 auto 60px;
	font-size: 2rem;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	transform: rotate(0.03deg);
	line-height: 1.2;
	border-bottom:1px solid #ff9000;
	position: relative;
}

h4.p-hash:before {
	content: "";
	position: absolute;
	left:5px;
	bottom:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #ff9000 transparent transparent transparent ;
	transform: rotate(-90deg);
}

h4.p-hash:after {
	content: "";
	position: absolute;
	right:5px;
	bottom:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 20px 20px;
	border-color: transparent transparent #ff9000 transparent;
}

h4.p-hash strong {
	font-size: 3.6rem;
	font-weight: 700;
}

.p-bonusbody-l {
	width:1100px;
	padding-top:550px;
	margin:0 auto 86px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.p-bonusbody-l a, .p-bonusbody-s a {
	text-indent: 42px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 2rem;
	background: #ff9000;
	width:100%;
	height:50px;
	box-sizing: border-box;
	color:#fff;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(0.03deg);
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
	border:1px solid #ff9000;
	text-align: left;
}

.p-bonusbody-l a:before, .p-bonusbody-s a:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 15px;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top:15px;
	left:10px;
	transition: all 0.3s;
}

.p-bonusbody-l a:hover, .p-bonusbody-s a:hover {
	color:#fff;
	background: #000;
	border:1px solid #ff9000;
	text-decoration: none;
	text-indent: 52px;
}

.p-bonusbody-l a:hover:before, .p-bonusbody-s a:hover:before {
	border-color: transparent transparent transparent #fff;
	transform:translateX(10px);
}

.p-bonus-limited {background:url("../img/bonus/b_limited.jpg") left top no-repeat;}
.p-bonus-preorder {background:url("../img/bonus/b_preorder.jpg") left top no-repeat;}
.p-bonus-official {background:url("../img/bonus/b_official.jpg") left top no-repeat;}


.p-bonus-wrap {
	width:1100px;
	display: flex;
	justify-content: space-between;
	gap:40px 20px;
	margin:0 auto 120px;
	flex-wrap: wrap;
}

.p-bonusbody-s {
	width:540px;
	padding-top:730px;
	display: block;
	position: relative;
}


.p-bonus-dlsite {background:url("../img/bonus/b_dlsite.jpg") left top no-repeat;}
.p-bonus-sofmap {background:url("../img/bonus/b_sofmap.jpg") left top no-repeat;}
.p-bonus-getchu {background:url("../img/bonus/b_getchu.jpg") left top no-repeat;}
.p-bonus-amazon {background:url("../img/bonus/b_amazon.jpg") left top no-repeat;}

/*通販*/

.p-official-wrap {
	position: relative;
	width:100%;
}

.p-order-menu {
	position: sticky;
	top:120px;
	width:1200px;
	margin:0 auto 72px;
	background-color:rgba(0,0,0,0.5);
	z-index:50;
	box-sizing: border-box;
	padding:8px;
}

.p-order-menu ul {
	display: flex;
	justify-content: center;
	gap:2px;
}

.p-order-menu ul li a {
	display:flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	text-decoration: none;
	box-sizing: border-box;
	padding:0 0 8px;
	font-size: 1.5rem;
	border:1px solid #000;
	position: relative;
}

.p-order-menu ul li a:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 4px 0 4px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	left:50%;
	margin-left:-4px;
	bottom:0;
}

.p-order-menu ul.p-omenu01 li a {width:300px;height: 40px; margin-bottom:8px; background-color:#9225ec;}
.p-order-menu ul.p-omenu02 li a {width:260px;height: 60px;background-color:#ff9000;}

.p-official-head {
	background:url("../img/order/header.jpg") center top no-repeat;
	width:1200px;
	height:400px;
	margin:0 auto;
}

.p-official-bonus {
	background:url("../img/bonus/b_official.jpg") center top no-repeat;
	margin:0 auto;
}

.p-pillow01 {
	background:url("../img/order/pillow01.jpg") center top no-repeat;
	width:1100px;
	height:998px;
	margin:0 auto;
}

.p-pillow02 {
	background:url("../img/order/pillow02.jpg") center top no-repeat;
	width:1100px;
	height:998px;
	margin:0 auto;
}


.p-itembox {
	width:1100px;
	height:500px;
	margin:0 auto;
	position: relative;
	box-sizing: border-box;
}

#Item01 {background:url("../img/order/item01.jpg") center top no-repeat;}
#Item02 {background:url("../img/order/item02.jpg") center top no-repeat;}
#Item03 {background:url("../img/order/item03.jpg") center top no-repeat;}
#Item04 {background:url("../img/order/item04.jpg") center top no-repeat;}
#Item05 {background:url("../img/order/item05.jpg") center top no-repeat;}
#Item06 {background:url("../img/order/item06.jpg") center top no-repeat;}
#Item07 {background:url("../img/order/item07.jpg") center top no-repeat;}

.p-itembox a {
	display: block;
	width:480px;
	height:80px;
	position: absolute;
	right:20px;
	bottom:20px;
	background-color:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.p-kanbaibox {
	display: block;
	width:480px;
	height:80px;
	position: absolute;
	right:20px;
	bottom:20px;
	background:url("../img/order/yoyaku_mada.jpg") left top no-repeat;
	transition: all 0.3s;
	z-index:10;
}

.p-itembox a:hover {
	opacity: 0.3;
}

/*ダウンロード*/

.p-trial-body {
	width:1024px;
	height:850px;
	margin:0 auto 60px;
	position: relative;
	background:url("../img/trial_body.jpg") center top no-repeat;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.p-trial-body a {
	display: block;
	position: absolute;
	top:694px;
	left:50%;
	margin-left:-325px;
	width:650px;
	height:80px;
	background-color:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.p-trial-body a:hover {
	opacity: 0.5
}

.p-movie-body {
	width:1024px;
	height:850px;
	margin:0 auto 60px;
	position: relative;
	background:url("../img/movie-body.jpg") center top no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.p-movie-box {
	position: absolute;
	width:690px;
	height:390px;
	left:50%;
	margin-left:-344px;
	bottom:68px;
	border-radius: 5px;
}

.p-movie-box video {
	width:690px;
	height:390px;
}


.p-movie-link {
	widht:100%;
	max-width:1100px;
	margin:0 auto 0;
	background-color:rgba(255,255,255,0.3);
	padding:50px;
}

.p-movie-link dl {
	line-height: 48px;
	color:#fff;
	display: flex;
	justify-content: space-between;
	border-bottom:1px dotted #fff;
}

.p-movie-link dl a {
	color:#fff;
	text-decoration: none;
}

.p-movie-link dl a:hover {
	text-decoration: underline;
}

.p-movie-link dl dt {
	width:450px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

.p-movie-link dl dd {
	width:350px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

/*リツイートキャンペーン*/

.p-retweet-wrap {
	width:100%;
	margin:60px auto 120px;
}

.p-retweet01 {
	background:url("../img/retweet01.jpg") center top no-repeat;
	width:1100px;
	height:619px;
	background-size: cover;
	margin:0 auto 60px;
}

.p-retweet-howto h5 {
	width:600px;
	box-sizing: border-box;
	padding:12px;
	background:#ff6905;
	color:#fff;
	font-size:2.4rem;
	font-weight: bold;
	margin:0 auto 48px;
	border-radius: 5px;
}

.p-retweet-howto p {
	width:1000px;
	margin:0 auto 48px;
	color:#fff;
	font-size: 1.8rem;
}

.p-retweet-howto p a {
	color:deepskyblue;
	text-decoration: none;
}

.p-retweet-howto p a:hover {
	text-decoration: underline;
}

.p-retweet-howto p strong {
	font-weight: bold;
	font-size:120%;
}

.p-follow-bt {
	margin:0 auto 48px;
}

.p-tweet-box {
	margin:0 auto 48px;
}

/*購入についてページ*/

a.link01 {
	background:url("../img/buynow/cart_bg.png") left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:1100px;
	height: 80px;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a.link02 {
	background:url("../img/buynow/cart-bg.png") left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:540px;
	height: 80px;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover.link01, a:hover.link02 {
	opacity: 0.6;
	text-decoration: none;
}

.dlcard-wrap {
	width:1000px;
	box-sizing: border-box;
	border-radius: 20px;
	padding:36px;
	background:#323232;
	margin:0 auto 72px;
	font-size:1.6rem;
	text-align: left;
	line-height: 1.8;
}

.dlcard-wrap p {
	color:#ffffff;
	margin-bottom:36px;
}

.dlcard-wrap p strong {
	font-size:150%;
	font-weight: bold;
	color:#ff6905;
}

.dlcard-wrap p a {
	color:deepskyblue;
	text-decoration: none;
}

.dlcard-wrap p a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.dlcard-wrap ul {
	color:#ffffff;
	margin-bottom:36px;
}

.dlc-howto {
	font-size:100%;
	list-style: disc;
	margin-left:36px;
}

ul.dlc-howto li {
	margin-bottom:36px;
}

a.dlc-link {
	width:70%;
	background:#ff6905;
	border:1px solid #ff6905;
	box-shadow: 0 0 15px rgba(255,105,5,0.5);
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	line-height: 100px;
	display: block;
	text-decoration: none;
	font-size:200%;
	margin:0 auto 36px;
	transition:all 0.3s;
}

a:hover.dlc-link {
	opacity: 0.6;
	box-shadow: 0 0 15px #ff6905;
}

p.dlc-check-title {
	width:100%;
	background:#ff6905;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	line-height: 48px;
	display: block;
}

.dlc-check {
	font-size:90%;
	list-style: disc;
	margin-left:24px;
}

.dlc-check a {
	color:deepskyblue;
	text-decoration: none;
}

.dlc-check a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.package-box {
	background-color:#000;
	border-radius: 15px;
	padding:24px;
	box-sizing: border-box;
	margin-bottom:32px;
	position: relative;
}

.package-img {
	margin-bottom:12px;
}

.package-img img {
	width:100%;
}

.package-box ul {
	display: flex;
	gap:12px;
	flex-direction: column;
}

.package-box ul li {
	color:#fff;
	font-size: 2rem;
	border-bottom: 2px solid #ff6905;
	padding-bottom:8px;
	display: flex;
	align-items: center;
}

.package-box span {
	font-size: 1.8rem;
	color:#fff;
}

.package-box span strong {
	background-color:yellow;
	color:#000;
}

.shoplist-head {
	background:url("../img/buynow/buynow.jpg") center top no-repeat;
	width:1100px;
	height:619px;
	margin:0 auto 12px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.capsule {
	background-size: cover;
	display: inline-block;
	width:230px;
	height:108px;
}

.capsule00 {background:url("../img/buynow/capsule00.png") center top no-repeat;background-size: cover;}
.capsule01 {background:url("../img/buynow/capsule01.png") center top no-repeat;background-size: cover;}
.capsule02 {background:url("../img/buynow/capsule02.png") center top no-repeat;background-size: cover;}
.capsule03 {background:url("../img/buynow/capsule03.png") center top no-repeat;background-size: cover;}
.capsule04 {background:url("../img/buynow/capsule04.png") center top no-repeat;background-size: cover;}
.capsule05 {background:url("../img/buynow/capsule05.png") center top no-repeat;background-size: cover;}

/*リツイートキャンペーン*/

.p_retweet_wrap {
	width:100%;
	margin:60px auto 120px;
}

.p_retweet01 {
	background:url("../img/retweet01.jpg") center top no-repeat;
	width:1100px;
	height:619px;
	background-size: cover;
	margin:0 auto 60px;
}

.p_retweet_howto h5 {
	width:600px;
	box-sizing: border-box;
	padding:12px;
	background:#ff6905;
	color:#fff;
	font-size:2.4rem;
	font-weight: bold;
	margin:0 auto 48px;
	border-radius: 5px;
}

.p_retweet_howto p {
	width:1000px;
	margin:0 auto 48px;
	color:#fff;
	font-size: 1.8rem;
}

.p_retweet_howto p a {
	color:deepskyblue;
	text-decoration: none;
}

.p_retweet_howto p a:hover {
	text-decoration: underline;
}

.p_retweet_howto p strong {
	font-weight: bold;
	font-size:120%;
}

.p_follow_bt {
	margin:0 auto 48px;
}

.p_tweet_box {
	margin:0 auto 48px;
}

/*ダウンロード*/

.p_trial_body {
	width:1024px;
	height:850px;
	margin:0 auto 60px;
	position: relative;
	background:url("../img/trial_body.jpg") center top no-repeat;
	box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.p_trial_body a {
	display: block;
	position: absolute;
	top:694px;
	left:50%;
	margin-left:-325px;
	width:650px;
	height:80px;
	background-color:#fff;
	opacity: 0;
	transition: all 0.3s;
}

.p_trial_body a:hover {
	opacity: 0.5
}

.p_movie_body {
	width:1024px;
	height:850px;
	margin:0 auto 60px;
	position: relative;
	background:url("../img/movie_body.jpg") center top no-repeat;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.p_movie_box {
	position: absolute;
	width:690px;
	height:390px;
	left:50%;
	margin-left:-344px;
	bottom:68px;
	border-radius: 5px;
}

.p_movie_box video {
	width:690px;
	height:390px;
}


.p_movie_link {
	widht:100%;
	max-width:1100px;
	margin:0 auto 0;
	background-color:rgba(255,255,255,0.3);
	padding:50px;
}

.p_movie_link dl {
	line-height: 48px;
	color:#fff;
	display: flex;
	justify-content: space-between;
	border-bottom:1px dotted #fff;
}

.p_movie_link dl a {
	color:#fff;
	text-decoration: none;
}

.p_movie_link dl a:hover {
	text-decoration: underline;
}

.p_movie_link dl dt {
	width:450px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

.p_movie_link dl dd {
	width:350px;
	display: block;
	text-align: center;
	font-size:1.8rem;
}

/*購入についてページ*/

a.link01 {
	background:url("../img/buynow/cart_bg.png") left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:1100px;
	height: 80px;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a.link02 {
	background:url("../img/buynow/cart_bg.png") left center no-repeat;
	color:#fff;
	font-size: 2rem;
	font-weight: bold;
	display:  flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width:540px;
	height: 80px;
	box-sizing: border-box;
	padding:12px 12px 12px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

a:hover.link01, a:hover.link02 {
	opacity: 0.6;
	text-decoration: none;
}

.dlcard_wrap {
	width:1000px;
	box-sizing: border-box;
	border-radius: 20px;
	padding:36px;
	background:#323232;
	margin:0 auto 72px;
	font-size:1.6rem;
	text-align: left;
	line-height: 1.8;
}

.dlcard_wrap p {
	color:#ffffff;
	margin-bottom:36px;
}

.dlcard_wrap p strong {
	font-size:150%;
	font-weight: bold;
	color:#ff6905;
}

.dlcard_wrap p a {
	color:deepskyblue;
	text-decoration: none;
}

.dlcard_wrap p a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.dlcard_wrap ul {
	color:#ffffff;
	margin-bottom:36px;
}

.dlc_howto {
	font-size:100%;
	list-style: disc;
	margin-left:36px;
}

ul.dlc_howto li {
	margin-bottom:36px;
}

a.dlc_link {
	width:70%;
	background:#ff6905;
	border:1px solid #ff6905;
	box-shadow: 0 0 15px rgba(255,105,5,0.5);
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 15px;
	line-height: 100px;
	display: block;
	text-decoration: none;
	font-size:200%;
	margin:0 auto 36px;
	transition:all 0.3s;
}

a:hover.dlc_link {
	opacity: 0.6;
	box-shadow: 0 0 15px #ff6905;
}

p.dlc_check_title {
	width:100%;
	background:#ff6905;
	color:#fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
	line-height: 48px;
	display: block;
}

.dlc_check {
	font-size:90%;
	list-style: disc;
	margin-left:24px;
}

.dlc_check a {
	color:deepskyblue;
	text-decoration: none;
}

.dlc_check a:hover {
	color:deepskyblue;
	text-decoration: underline;
}

.package_box {
	background-color:#000;
	border-radius: 15px;
	padding:24px;
	box-sizing: border-box;
	margin-bottom:32px;
	position: relative;
}

.package_img {
	margin-bottom:12px;
}

.package_img img {
	width:100%;
}

.package_box ul {
	display: flex;
	gap:12px;
	flex-direction: column;
}

.package_box ul li {
	color:#fff;
	font-size: 2rem;
	border-bottom: 2px solid #ff6905;
	padding-bottom:8px;
	display: flex;
	align-items: center;
}

.package_box span {
	font-size: 1.8rem;
	color:#fff;
}

.package_box span strong {
	background-color:yellow;
	color:#000;
}

.shoplist_head {
	background:url("../img/buynow/buynow.jpg") center top no-repeat;
	width:1100px;
	height:619px;
	margin:0 auto 12px;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
}

.capsule {
	background-size: cover;
	display: inline-block;
	width:230px;
	height:108px;
}

.capsule00 {background:url("../img/buynow/capsule00.png") center top no-repeat;background-size: cover;}
.capsule01 {background:url("../img/buynow/capsule01.png") center top no-repeat;background-size: cover;}
.capsule02 {background:url("../img/buynow/capsule02.png") center top no-repeat;background-size: cover;}
.capsule03 {background:url("../img/buynow/capsule03.png") center top no-repeat;background-size: cover;}
.capsule04 {background:url("../img/buynow/capsule04.png") center top no-repeat;background-size: cover;}
.capsule05 {background:url("../img/buynow/capsule05.png") center top no-repeat;background-size: cover;}