@charset "UTF-8";

body,
html {
	width:100%;
  height: 100%;
  margin: 0 auto;
  letter-spacing: 2px;
  min-height: 100%; /* 最小の高さ */

}


html {
  font-size:62.5%;

}
body {
  background:#fff;
}
.wrap {
	animation: fadein 2.8s forwards;
}

@keyframes fadein {
	0% {opacity: 0}
	100% {opacity: 1}
}

*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}


hr {
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}
.hr1 {
	margin: auto;
	width: 50%;
	border-top: 2px solid #dec690;
	background-color: #dec690;
}
@media screen and (max-width: 800px) {
	.hr1 {width: 90%;}
}

/* 画像の親要素のスタイル */
.box {
	cursor: pointer;
	height: 85px;
	margin-inline: auto;
	margin-top: 10px;
	position: relative;
	width: 300px;
  }
  /* 画像 */
  .box img {
	height: auto;
	left: 0;
	position: absolute;
	width: 100%;
  }
  /* 2枚目の画像 */
  .box img:last-of-type {
	opacity: 0;
	transition: opacity .7s;
  }
  /* hover*/
  .box:hover img {
	opacity: 1;
  }

.openbtn {display: none;}
@media screen and (max-width: 800px) {
	.lineimg img{width: 100%;}
}

.pcbr {display: block;}
.mbr {display: none;}
@media screen and (max-width: 1100px) {
	.menu {display: none;}
	.openbtn {display: block;}
	.pcbr {display: none;}
	.mbr {display: block;}
}

/*===============
トップページ
=============*/
/*font-family: "Kiwi Maru", serif;
font-family: "Hina Mincho", serif;*/

#content_top {
	position: relative;
	/*font-family: "Hina Mincho", serif;*/
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
#particles-js {
	background-image: url('../img/bg/bg01.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	/*background-color: bisque;*/
	width: 100%;
	position: relative;
	height: 100%;
}
.lineimg {
	text-align: center;
}

.top_area {
	background-color: #000000;
	width: 100%;
}
.top_text img{
	width: 750px;
	position: absolute;
	top:80px;
	right:120px;
}
.top_mmv {display: none;}
@media screen and (max-width: 1200px) {
	.top_text img{
		width: 450px;
		position: absolute;
		top:30px;
		right:120px;
	}
}
@media screen and (max-width: 1100px) {
	.top_text img{
		width: 450px;
		position: absolute;
		top:60px;
		right:60px;
	}
}
@media screen and (max-width: 800px) {
	#particles-js {
		display: none;
	}
	.top_mmv {display: block;}
	.top_mmv img{width: 100%;}
}

/*=====メニュー======*/
.menu ul{
	position: fixed;
	right:0;
	top:50px;
	list-style: none;
	/*display: flex;
	justify-content:space-around;
	align-items: center;
	background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(0,0,0,1) 35%, rgba(114,114,114,1) 100%);	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
	border-bottom: #ffcf31 1px solid;*/
	z-index: 999;

}
.menu ul li{
	font-weight: bold;
	font-size: 28px;
	color:#dec690;
	width:230px;
	height: 69px;
}
.menu img {
	width:230px;
	height: 69px;
}
.ac {
	color:#fff;
	text-shadow: -1px 1px 5px #7c18ff, 1px -1px 5px #9000ff;
}
.menu_link a{
	display: inline-block;
	color:#7c18ff;
	text-decoration:none;
	transition: 0.5s;
	
}
.menu_link a:hover{
	color: #fff;
	text-shadow: -1px 1px 5px #7c18ff, 1px -1px 5px #9000ff;
}
.fontzikan {letter-spacing: 0px;}


.box_menu {
	cursor: pointer;
	margin-inline: auto;
	margin-top: 2px;
	position: relative;
	width:230px;
	height: 69px;
  }
  /* 画像 */
  .box_menu img {
	height: auto;
	left: 0;
	position: absolute;
	width:230px;
	height: 69px;
  }
  /* 2枚目の画像 */
  .box_menu img:last-of-type {
	opacity: 0;
	transition: opacity .7s;
  }
  /* hover*/
  .box_menu:hover img {
	opacity: 1;
  }



/*==================*/
/*=====TOP　MVより下======*/
.topcontents {
	background-image: url('../img/bg/bg_p01.jpg');
}
.contents_title {
	font-size: 22px;
	color:#727272;
	text-align: center;
	margin: auto;
	padding-top: 30px;
}

.daiya {
	background-image: url('../img/bg/d_01.png'),url('../img/bg/d_02.png'),url('../img/bg/d_03.png');
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: top left,85% 50%, 10% 10%;
}

@media screen and (max-width: 600px) {
	.daiya {
		/*background-image: url('../img/bg/d_01.png'),url('../img/bg/d_02.png'),url('../img/bg/d_03.png');
		background-repeat: no-repeat,no-repeat,no-repeat;
		background-position: top left,100% 10%, 10% 10%;*/
		background-image: none;
	}
}

/*==================*/
/*=====バナーエリア======*/
.bnrarea {
	width: 800px;
	margin: auto;
}
.bnr01 img {
	width: 390px;
}
.bnr01 {
	display: flex;
	justify-content: space-between;
}
.bnr00 img{
	width: 800px;
}
.pickpc {display: block;}
.pickm {display: none;}

@media screen and (max-width: 800px) {
	.bnrarea {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.bnr01 {
		display: block;
	}
	.bnr01 img {
		width: 90%;
	}
	.bnr00 img{
		width: 90%;
	}
	.pickpc {display: none;}
	.pickm {
		display: block;
		margin: auto;
		text-align: center;
	}
}


/*==================*/
/*=====ニュース======*/
.news {
	width: 800px;
	margin: auto;
}
.news_box {
	text-align: center;
	margin: auto;
	width:800px;
	height:200px;
	font-size: 14px;
	overflow-y: scroll;
	background-color: rgba(255,255,255,0.8);
}
.news_box dl {
	display: flex;
	align-items: center;
	justify-content:space-around;
	flex-wrap: wrap;
	width: 100%;
}
.news_box dt {
	width: 30%;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #dec690;
	border-bottom: #ffcf31 1px solid;
 }
  
.news_box dd {
	width: 70%;
	margin-bottom: 10px;
	padding: 10px 0 10px 30px;
	border-bottom: #ffcf31 1px solid;
	text-align: left;
}
@media screen and (max-width: 800px) {
	.news {width: 100%;}
	.news_box {
		width:100%;
		height:200px;
		overflow-y: scroll;
		font-size: 14px;
		padding: 10px;
		background-color: rgba(255,255,255,0.8);
	}
	.news_box dl {
		display: block;
	}
	.news_box dt {
		width: 30%;
		margin-bottom: 0px;
		background-color: #dec690;
		padding: 5px 2px;
		border-bottom: none;
	 }
	.news_box dd {
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
		border-bottom: #ffcf31 1px solid;
	}
}

/*==================*/
/*=====Twitter======*/
.twibox {
	width:800px;
	margin:auto;
}
.toptwitter {
	width:800px;
	height:485px;
	margin:auto;
	text-align:center;
 	color: #000000;
}
@media screen and (max-width: 800px) {
	.twibox {
		width:100%;
	}
	.toptwitter {
		width:100%;
	}
}

/*==================*/
/*=====スタッフ======*/
.staff_box {
	width: 800px;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items: end;
	flex-wrap: wrap;
}
.staff_area {
	padding-right: 20px;
	width: 32%;
	text-align: center;
}
.staff_area2 {
	padding-right: 40px;
	padding-top: 20px;
	text-align: center;
}
.staff_s {
	font-size: 14px;
	margin-bottom: 10px;
	color: #d7af2b;
	font-weight: bold;
	/*background-color: #DADADA;*/
}  
.staff_name {
	font-size: 28px;
	/*background-color: #F3F3F3;*/
	margin-bottom: 10px;
	color: #727272;
}
@media screen and (max-width: 800px) {
	.staff_box {width:100%;}
	.staff_area {
		padding: 10px;
		width: 100%;
	}
	.staff_area2 {
		padding: 10px;
		width: 100%;
	}
	.staff_s {
		background-color: #dec690;
		color:#fff;
		padding: 5px;
		width:100%;
	}
}
/*==================*/
/*=====プロダクト（トップ製品情報）======*/
.product_box {
	width: 800px;
	margin: auto;
	font-size: 14px;
	display: flex;
}
.product_box dl {
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
	width: 100%;
}
.product_box dt {
	width: 30%;
	margin-bottom: 10px;
	color: #d7af2b;
	padding: 15px 3px;
	font-weight: bold;
 }
.product_box dd {
	width: 70%;
	margin-bottom: 10px;
	letter-spacing: 2px;
	padding: 15px 3px;
}
@media screen and (max-width: 800px) {
	.product_box {
		width: 100%;
		display: block;
		padding: 10px;
	}
	.product_box dl {
		display: block;
	}
	.product_box dt {
		width: 100%;
		background-color: #dec690;
		color:#fff;
		padding: 5px;
		text-align: center;
	}
	.product_box dd {
		width: 100%;
	}	
}

/*==================*/
/*=====ストーリー======*/
.storycontents {
	width: 100%;
	background-image: url('../img/bg/bg_story.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}
.kyotyou {
	font-weight: bold;
}
/*.text02,.text03 rt{color: #ffceef;}*/
.story_box {
	width: 980px;
	margin: auto;
	text-align: center;
	padding-bottom: 50px;
}
.text01 {margin-bottom: 100px;}
.text02 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 38px;
	padding-top: 20px;
	color: #ffffff;
}
.text02 a,.text03 a {color: #ffe054;}
.text03 {
	font-size: 18px;
	letter-spacing: 2px;
	line-height: 38px;
	padding-top: 50px;
	color: #ffffff;
	text-shadow: 0 0 10px #c831ff,
    0 0 20px #c831ff,
    0 0 30px #c831ff,
    0 0 40px #c831ff,
    0 0 50px #c831ff;
}

@media screen and (max-width: 980px) {
	.story_box {
		width: 100%;
		margin: auto;
		text-align: center;
		padding-bottom: 50px;
	}
	.text01 img{width: 100%;}
	.text02,.text03 {
		font-size: 16px;
		text-align: left;
		padding: 5px 15px;
	}
	.text04 img {width: 100%;}

}

/*用語集*/
.worldcontents {
	width: 100%;
	background-image: url('../img/bg/00.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	border-top: #d7af2b 1px solid;
}
.world_box {
	width: 980px;
	margin: auto;
}
.ward01 {
	width:850px;
	/*background-color: rgba(255,255,255,0.8);*/
	padding: 15px;
	margin:15px auto;
	color: #fff;
}
.ward_title {
	font-size: 24px;
	border-bottom: #d7af2b solid 2px;
	position: relative;
}
.ward_title img {
	width: 20px;
}
.ward_title rt {font-size: 10px;}
.note {
	background-image: linear-gradient(180deg, #c0c0c0 1px, transparent 1px); /* 罫線の色と太さ */
	background-size: 100% 2.5em; /* 行の高さ */
	line-height: 2.5em; /* 文字の高さ */
	padding-bottom: 1px; /* 最終行の下にも罫線を引く */
}
.ward_text {
	font-size: 14px;
	padding: 10px 8px;
}

@media screen and (max-width: 980px) {
	.world_box {
		width: 100%;
		margin: auto;
	}
	.ward01 {
		width:100%;
	}
	.ward_title {
		font-size: 20px;
	}
}

/*==================*/
/*=====スペックページ======*/
.spheader {
	width: 100%;
	height:100px;
	background-image: url('../img/bg/specbg.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}
.specimg {
	text-align: center;
	margin-top: 20px;
}

/*==================*/
/*=====キャラページ======*/
.characontents {
	width: 100%;
	background-image: url('../img/bg/bg_chara.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.chara_box {
	width: 980px;
	margin: auto;
	position: relative;
	/*background: #d7af2b;*/
}
.chara_list ul{
	list-style: none;
	display: flex;
	justify-content:center;
}
.chara_list img{width: 120px;}

/*追加サブキャラ*/
.chara_list2 ul{
	list-style: none;
	display: flex;
	justify-content:center;
}
.chara_list2 img{width: 100px;}

/*幅広キャラ用*/
.chara_box2 {
	width: 1200px;
	margin: auto;
	position: relative;
	/*background: #d7af2b;*/
}

/*左*/
.chara_lefttbox {
	position: relative;
}
.isyo_box {
	position: absolute;
	top:50px;
	left:30px;
	width: 120px;
}
.isyo_box img{width: 120px;}
.isyo_box2 {
	position: absolute;
	top:50px;
	left:80px;
	width: 120px;
}
.isyo_box2 img{width: 120px;}

/*右*/
rt {
	font-size: 0.7em;
  }
.chara_rightbox {
	width:500px;
	position: absolute;
	top: 10px;
	right:20px;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 28px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
/*幅広キャラ用*/
.chara_rightbox2 {
	width:500px;
	position: absolute;
	top: 10px;
	right:120px;
	font-size: 16px;
	letter-spacing: 3px;
	line-height: 28px;
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

.ch_g {
	width: 200px;
	text-align: right;
	margin: auto;
}
.ch_g a img{
	position:relative;
	top:0;
}
.ch_g a img:hover{
	top:-10px;
	transition:0.6s;
}

.chara_text {
	padding: 10px 20px 20px 20px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.5);
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.chara_text a {
	font-weight: bold;
	color:#7c18ff;
}

/*幅広キャラ用*/
.chara_text2 {
	padding: 20px;
	border-radius: 3px;
	background-color: rgba(255,255,255,0.8);
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 1200px) {
	.chara_box2 {width: 100%;}
	.chara_rightbox2 {
		width:100%;
		height: 100%;
		position: relative;
		top: 0px;
		right:0px;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 28px;
	}
}

@media screen and (max-width: 900px) {
	.chara_box {width: 100%;}

	.chara_image {
		margin: auto;
		text-align: center;
	}
	.chara_rightbox {
		width:100%;
		height: 100%;
		position: relative;
		top: 0px;
		right:0px;
		font-size: 14px;
		letter-spacing: 3px;
		line-height: 28px;
	}
	.chara_name {
		margin: auto;
		text-align: center;
	}
	.chara_text {
		padding: 20px;
		border-radius: 3px;
		background-color:none;
		box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0);
	}
}
@media screen and (max-width: 800px) {
	.chara_list ul,.chara_list2 ul{
		list-style: none;
		display: flex;
		justify-content:center;
		flex-wrap: wrap;
	}
	.chara_list img{
		width:100px;
	}
	.chara_name img{
		width: 100%;
	}
	.chara_image img {width: 100%;}
	.isyo_box {
		width: 100px;
		top:20px;
		left:1px;
	}
	.isyo_box2 {
		width: 100px;
		top:20px;
		left:auto;
		right:20px;
	}
}

/*==================*/
/*=====ギャラリーページ======*/
.gallerycontents {
	width: 100%;
	background-image: url('../img/bg/bg_gallery.jpg');
	background-attachment: fixed;
	background-attachment: local;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
}

.gallery_box {
	width: 950px;
	margin: auto;
	position: relative;
	/*background: #d7af2b;*/
	margin-bottom: 20px;
}
.gallery_box img {
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
	margin-top: 15px;
}

.g01 a img{
	position:relative;
	top:0;
}
.g01 a img:hover{
	top:-10px;
	transition:0.6s;
}
ul.gallery_list {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (max-width: 950px) {
	.gallery_box {
		width:100%;
		margin: auto;
		position: relative;
		/*background: #d7af2b;*/
	}
	ul.gallery_list {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}


/*==================*/
/*=====スペシャルページ======*/
.specialcontents {
	width: 100%;
	background-image: url('../img/bg/bg_p01.jpg');
}
.sptitle {
	width: 980px;
	font-size: 24px;
	border-bottom: #d7af2b solid 2px;
	position: relative;
	margin: 20px auto;
}
.spmenu ul{
	list-style: none;
	margin: auto;
	text-align: center;
	display: flex;
	justify-content: center;
	font-size: 14px;
	flex-wrap: wrap;
	width: 700px;
	
}
.spmenunew{
    position: relative;
}
.spmenu_newicon {
	font-size: 8px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	padding: 0 2px;
	color: #d72323;
	border: 1px solid #d72323;
	background-color: #fff6d7;
	position: absolute;
	top:-12px;
	left:-3px;
	border-radius: 5px;
}
.spmenunew2{
    position: relative;
}
.spmenu_newicon2 {
	font-size: 10px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	padding: 0 2px;
	color: #ffffdf;
	border: 1px solid #d72323;
	background-color: #d72323;
	position: absolute;
	top:-12px;
	left:-7px;
	border-radius: 5px;
}
.spmenu_newicon3 {
	font-size: 10px;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: bold;
	padding: 0 2px;
	color: #ffffdf;
	border: 1px solid #d72323;
	background-color: #d72323;
	position: absolute;
	top:-22px;
	left:-7px;
	border-radius: 5px;
}

.sptitle img {
	width: 20px;
}
.tyui {
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 700px) {
	.spmenu ul{
		width: 98%;
		line-height: 28px;
	}
	.spmenunew{
		position: relative;
		display: inline;
	}
	.spmenu_newicon{
		position: static;
	}
	.spmenu_newicon2 {
		left:2px;
	}
}


/*豪華版特典*/
.gouka_box {
	width: 800px;
	margin: auto;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 28px;
}
.gouka_right {
	padding-left: 30px;
	text-align: left;
}
.gouka_box img{
	width:300px;
	margin: auto;
}
.gouka_text01 {
	color: #d7af2b;
	font-weight: bold;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
	.gouka_box {
		width: 100%;
		padding: 10px;
		display: block;
	}
	.gouka_right {padding-left: 0px;}
}

/*PK・レーベル画像*/
.pkbox {
	max-width: auto;
	text-align: center;
}
.pkbox img{
	width: 600px;
}
.pkboxlr {
	display: flex;
	justify-content:center
}
.pkboxlr img {width: 300px;}

@media screen and (max-width: 800px) {
	.pkbox img{
		width: 99%;
	}
	.pkboxlr {
		display: block;
		margin: auto;
		text-align: center;
	}
}

iframe#cframe {
	border: none;
}
.voicebox {
	position:relative;
	width:100%;
	/*height:0;*/
	padding-top:90px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px #fff solid ;
}
.voicebox iframe {
	position:absolute;
	top:0;
	left:50%;
	transform: translateX(-50%);

	width:100%;
	height:100%;
	text-align: center;
 }
 @media screen and (max-width: 500px) {
	.voicebox {
		padding-top:140px;
	}
 }

/*予約特典・フライヤー*/
.yoyaku_box {
	width: 980px;
	margin: auto;
	font-size: 14px;
	text-align: center;
	letter-spacing: 3px;
	line-height: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 28px;
}
.ybox_right {padding-left: 30px;}
.yoyaku_box img{
	width:300px;
	box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.3);
}
.ybox_text01 {
	color: #d7af2b;
	font-weight: bold;
	font-size: 18px;
}
.tokuten_story {
	width: 750px;
	text-align: left;
	border-top: 2px solid #7700a5;
	border-bottom: 2px solid #7700a5;
	padding: 20px;
	background-color: #e9e9e972;
	margin: auto;
}
.tstory_title {
	font-size: 18px;
	padding: 10px 0 20px 0;
	color: #7700a5;
	font-weight: bold;
}
.tstory_text {
	font-size: 14px;
}

.ybox_left_flyer img{
	width: 400px;
}

@media screen and (max-width: 800px) {
	.yoyaku_box {
		width: 100%;
		padding: 10px;
		display: block;
	}
	.ybox_right {padding-left: 0px;}
	.yoyaku_box img{
		width:100%;
	}
	.tokuten_story {
		width: 100%;
	}
	.ybox_left_flyer img{
		width: 90%;
	}
}





/*店舗様特典*/
.shop_box {
	width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 0;
}

.shop01 {
	width:320px;
	background-color: rgba(255,255,255,0.5);
	padding: 15px;
	margin:15px auto;
	border: #d7af2b solid 2px;
}
.shop_title {
	font-size: 24px;
	border-bottom: #d7af2b solid 2px;
	position: relative;
	margin-bottom: 10px;
	color: #c300ff;
	font-weight: bold;
	height: 40px;
}

.shop_title img {
	width: 20px;
}

.shop01{
	text-align: center;
	margin: auto;
}
.shop_image img {
	text-align: center;
	margin: auto;
	width: 290px;
	border: #c8c8c8 2px solid;
}
.shop_text {
	font-size: 14px;
	padding: 10px 8px;
	margin: auto;
	text-align: left;
}

.shop_box2 {
	width: 980px;
	margin: auto;
	background-color: rgba(255,255,255,0.5);
	padding: 15px 25px;
	margin:15px auto;
	border: #d7af2b solid 2px;
}
.spbox2_title {
	font-size: 24px;
	color: #c300ff;
	font-weight: bold;
	border-bottom: #d7af2b solid 2px;
}
.shop_text2 {
	font-size: 14px;
	padding: 10px;
}
.shop_text3 {
	font-size: 14px;
	border-top: 2px solid #7700a5;
	border-bottom: 2px solid #7700a5;
	padding: 20px;
	background-color: #e9e9e972;
}

.st_br {font-size: 20px;}

/*ショップ特典追加分*/
.shop_boxadd {
	width: 980px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	/*gap: 20px 0;*/
}
.shop_boxadd::after{
	content:"";
	display: block;
	width:490px;/*左寄せ用*/
}
.shop01add {
	width:485px;
	background-color: rgba(255,255,255,0.5);
	padding: 15px;
	margin:10px auto;
	border: #d7af2b solid 2px;
}
.shop_imageadd img {
	text-align: center;
	margin: auto;
	width: 450px;
	border: #c8c8c8 2px solid;
}

@media screen and (max-width: 980px) {
	.sptitle {
		width: 100%;
	}
	.shop_box {
		width: 100%;
	}
	.sptitle {
		padding: 0 10px;
	}
	.shop01 {
		width:95%;
	}
	.shop_box2 {
		width:95%;
		padding: 15px 15px;
	}
	.shop_text2 {
		padding: 0;
	}
	.shop_text3 {
		padding: 3px;
	}

	.shop_boxadd {
		width: 100%;
	}
	.shop01add {
		width:95%;
	}
	.shop_imageadd img {
		width: 320px;
	}
	

}

.ofbnr {
	margin: auto;
	text-align: center;
}
.ofbnr img{
	width: 400px;
}
@media screen and (max-width: 980px) {
	.ofbnr img{
		width:100%;
	}
}
/*================*/
/*========動画=ムービー=======*/
.moviepage {
	width: 100%;
	height: 100svh;
	background-color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.demo_box {
	max-width: 640px;
	margin: auto;
}
.movie_info {
	background-color: #000000;
	padding: 5px 0;
	font-weight: bold;
	color: #d7af2b;
	font-size: 22px;
}

.movie_info_bottom {
	font-size: 18px;
	text-align: center;
	line-height: 40px;
}
video {
	width: 100%; /* 動画をレスポンシブ化 */
	max-width: 640px; /* 動画の最大幅 */
	height: auto;
 }
 .songname {color: #d7af2b; font-weight: bold;}

 /*ムービーダウンロード*/
.movie_download {
	border: #d7af2b 2px solid;
	padding: 10px;
}
.dtitle {
	text-align: center;
	font-size: 18px;
	color: #d7af2b;
}
.downbox {
	display: flex;
	justify-content: center;
	font-size: 16px;
	margin: 15px 0;
	border: 1px solid #d7af2b;
	padding: 10px 0;
	background-color: rgba(237, 237, 237, 0.8);
}
.downtitle {
	width: 400px;
	text-align: left;
}
.download_btn a{
	width: 200px;
	background-image: linear-gradient(180deg, rgba(10, 0, 150, 1), rgba(142, 84, 219, 1));
	color: #ffe054;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
}
.download_btn a:hover{
	width: 200px;
	background-image: linear-gradient(180deg, rgba(34, 0, 106, 1), rgba(255, 55, 173, 1));
	color: #ffe054;
	text-align: center;
	padding: 5px 10px;
	text-decoration: none;
}
@media screen and (max-width: 980px) {
	.demo_box {
		max-width: 96%;
	}
	.downbox {
		display: block;
	}
	.downtitle {
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.download_btn {
		text-align: center;
		margin-bottom: 5px;
	}
}


/*================*/
/*========体験版=======*/
.trial_ss {text-align: center;}

@media screen and (max-width: 980px) {
	.trial_ss img{width:98%;}
}

#wrap2 {
	width: 600px;
	margin: auto;
	padding-top: 30px;
	font-size: 12px;
}
#wrap2 img {width: 100%;}
@media screen and (max-width: 600px) {
	#wrap2 {
		width: 100%;
		padding: 30px;
	}
}

/*================*/
/*========修正パッチ=======*/
.patch_info {
	width: 550px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	padding: 10px 0 50px 0;
	line-height: 28px;
}
.pinfo_title {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #d7af2b;
}
@media screen and (max-width: 600px) {
	.patch_info {
		width: 95%;
	}
}

/*==================*/
/*footer*/
footer {
	text-align:center;
	font-size:10px;
	color:#fff;
	background:#ffffff;
	padding:20px 0;
	border-top: 2px solid #dec690;
}
.f_link {
	justify-content: center;
	padding-bottom: 20px;
}
.f_link a{color: #c5c5c5;}
@media screen and (max-width: 1000px) {
	footer {
		text-align:center;
		font-size:0.9em;
		color:#fff;
		background:#ffffff;
		padding:20px 0;
	}
	footer img {width: 120px;}
	.start {display: none;}
	.start img {width: 100%;}
	.start p {
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		display: none;
		z-index: 9999;
		width: 100%;
	}

}

/*☆*/
.start {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 9000;
}
.start p {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
	width: 800px;
}
.start img {width: 800px;}
.star {
	animation: flashing 5s infinite;
	position: absolute;
	top:38px;
	left:350px;
}
.star2 {
	animation: flashing 10s infinite;
	position: absolute;
	bottom:140px;
	left:90px;
}
.star2 img{width:48px;}
.star3 {
	animation: flashing 6s infinite;
	position: absolute;
	top:80px;
	right:30px;
}
.star3 img{width:48px;}
.star4 {
	animation: flashing 6s infinite;
	position: absolute;
	top:120px;
	left:270px;
}
.star4 img{width:70px;}
.star5 {
	animation: flashing 3s infinite;
	position: absolute;
	top:120px;
	right:270px;
}
.star5 img{width:70px;}

@keyframes flashing {
	0% {
		opacity: 1;
	}
	90% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}


@media screen and (max-width: 710px) {
	.star {left:20px;}
	.star4 {left:40px;}
	.star5 {right:50px;}
}