@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:500px;
	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:#EB3A00;
}

.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:#EB3A00;
	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:#EB3A00;
}

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

.p_info_group dl dd a {
	color:#EB3A00;
	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:#EB3A00;
	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.png") 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:#9422f3;}
#p_Chara02 .p_samplevoice {background:#e7600e;}

.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:#9422f3;}
#p_Chara02 .chara_voice ul li a {background:#e7600e;}

.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:20px;
	flex-wrap: wrap;
	margin:0 auto;
	position: relative;
}

ul.p_gallery_movie li {
	overflow: hidden;
	width:48%;
	position: relative;
}

ul.p_gallery_movie li video {
	width:100%;
}

/*特典*/

h4.p_hash {
	width:1100px;
	box-sizing: border-box;
	padding:12px 0;
	color:#775134;
	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:3px solid #775134;
	position: relative;
}

h4.p_hash:before {
	content: "";
	position: absolute;
	left:5px;
	top:5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 0;
	border-color: #775134 transparent transparent transparent;
}

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 #775134 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: #e56122;
	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 #e56122;
	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 #e56122;
	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:800px;
	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:154px;height: 72px;background-color:#e56122;}

.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/kanbai.jpg") left top no-repeat;
	transition: all 0.3s;
	z-index:50;
}

.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;}