@charset "utf-8";

/*==========================================
■大枠（右）
===========================================*/
.all_right2 {
	width:800px;
	/*background-color: aliceblue;*/
	padding: 52px 0 0 39px;
}
.allright_w2 {width: 768px;}

/*----1010以下（1008px）----*/
@media only screen and (max-width: 1008px) {
	.all_right2 {
		width:100%;
		padding: 20px 10px;
		box-sizing:border-box;
	}
	.allright_w2 {width: 100%;}
}
/*==========================================
■明朝フォント
===========================================*/
.page_title,.page_title2,.gamelist_right,.twinmodal_box_p,.twinmodal_box_m,.support_box,.info_brandbox,.info_youserbox,.goods_box,.remodal,.info_kiyakubox,.supotitle,.supo_irosupobox,.supobottom  {font-family: "Sawarabi Mincho";}

/*==========================================
■ダウンロードボタン
===========================================*/
.downloadrink{
	margin: 10px 15px;
	text-align: center;
}
.downloadrink a {
	display: block;
	width:100px;
	padding: 5px 10px;
	background: #3446b4;
	color: #f3d24f;
}
.downloadrink a:hover {
	display: block;
	width:100px;
	padding: 5px 10px;
	background: #ca3a3a;
	color: #f3d24f;
	text-decoration: none;
}
/*==========================================
■カスタムボーダー
===========================================*/
.lineborder {
	display: block;
	border-bottom: 3px dashed #f3d24f;
	width:100%;
	margin-bottom: 20px;
}
/*==========================================
■ページタイトル
===========================================*/
.page_title {
	background-color: #f3d24f;
	font-size:14px;
	padding: 8px 0 8px 12px;
	border-radius:4px;
	letter-spacing: 3px;
	font-weight: bold;
	line-height: 20px;
}
.page_title2 {
	background-color: #f3d24f;
	font-size:14px;
	padding: 8px 0 8px 12px;
	border-radius:4px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 20px;
}
@media only screen and (max-width: 500px) {
.page_title2 {
	background-color: #f3d24f;
	font-size:14px;
	padding: 8px 0 8px 12px;
	border-radius:4px;
	letter-spacing: 0px;
	font-weight: bold;
	line-height: 20px;
}
}
/*==========================================
==========================================

　■■ニュース詳細

==========================================
===========================================*/
.newspage_box {
	margin: 15px 0;
	padding: 10px 0 15px 0;
	border-bottom: #b79257 dotted 3px;
}
.news_wrap {
	display: flex;
	width: 100%;
}
.news_icon {width:8%;}
.news_right {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	-webkit-justify-content: space-between;
	padding: 0 20px;
}
.newsright_text {
	font-size: 14px;
	line-height: 20px;
}
.newsright_bottom {
	padding: 12px 0 3px 10px;
}
.newsright_cate,.newsright_day {
	font-size:11px;
}
.newsright_cate {
	color: #fff;
	border-radius: 2px;
	padding: 1px 4px;
}
/*----1010以下（1008px）----*/
@media only screen and (max-width: 1008px) {
	.news_right {
		padding: 0 0 0 15px;
	}
}
@media only screen and (max-width: 500px) {
	.news_right {
		padding: 0 0 0 15px;
	}

}
/*----800以下（800px）----*/
@media only screen and (max-width: 800px) {
	.news_wrap {
		display: flex;
		width: 100%;
		height:100%;
	}


	.news_icon {		
		/*flex-basis: 20%;*/
		width:72px;
	}
	.newsright_text {
		/*flex-basis:70%;*/
		max-width:300px;
		font-size: 14px;
		line-height: 20px;
		padding: 0 0 20px 0;
		flex-direction: column;
		align-items: center;
	}
}
/*----800以下（800px）-
@media only screen and (max-width: 500px) {
	.newsright_text {
		width:400px;
	}
}---*/

/*==========================================
==========================================

　■ゲーム一覧

==========================================
===========================================*/
.gamelist_box {
	/*background-color: aquamarine;*/
	border-bottom: #000 3px solid;
}
.gamelist {
	/*background-color: bisque;*/
	display: flex;
	padding: 10px 10px 0 10px;
}
/*ゲームリスト左-画像*/
.gamelist_left {position: relative;}
.glist_l {padding: 5px;}
.glist_r {
	position: absolute;
	top:-5px;
	right:-15px;
}
/*ゲームリスト右-テキスト、情報*/
.gamelist_right {
	width:100%;
	margin-left: 28px;
}
.gmelist_title{	
	font-size:14px;
	font-weight: bold;
	border-bottom: 2px #f3d24f dashed;
	padding: 4px 3px;
}
.gamelist_text{
	font-size:11px;
	padding: 10px 3px;
	letter-spacing: 2px;
}
.gamelist_text dl a{
	color:#3446b4;
	text-decoration: underline;
}
.gamelist_text dl {line-height: 15px;}
.gamelist_text dt {
	float: left;
	clear: left;
	border-right:1px solid #000;
	width:100px;
	margin: 2px 0;
}
.gamelist_text dd {
	float: left;
	margin-left: 1em;
	padding: 2px 0;
}
.gamelist_bottom {
	font-size:14px;
	letter-spacing: 1px;
}
.gamelist_bottom a {
	color:#000;
	margin-right: 5px;
}
.gamelist_bottom a:hover {text-decoration: none;}

@media only screen and (max-width: 500px) {
	.gamelist {
		display: flex;

		padding: 10px 10px 0 10px;
	}
	/*ゲームリスト左-画像*/
	.gamelist_left {
		position: relative;
	}
	.glist_l {padding: 20px 0 0 0;}
	.glist_r {
		position: absolute;
		top:0px;
		left:-15px;
	}
	/*ゲームリスト右-テキスト、情報*/
	.gamelist_right {
		margin-left: 10px;
	}
	.gamelist_text dt {
		clear:both;
		border:none;
		width:60px;
		margin: 2px 0;
		background-color: #f3d24f;
		padding: 2px 5px;
		text-align: center;
	}
	.gamelist_text dd {
		clear:both;
		margin-left: 1em;
		padding: 2px 0;
	}
	.glist_r {
		position: absolute;
		top:-5px;
		right:-10px;
	}
	.glist_r img {width:40px;}
	.gamelist_bottom {
		text-align: right;
		display: block;
		width: 100%;
		font-size: 10px;
	}
	.gamelist_bottom img {width:10px;}
	.gamelist_bottom a {
		color:#000;
		margin-right: 0px;
	}
}

/*モーダル部分*/
.twinmodal_box_m {display: none;}
.twinmodal_box_p {
	display: flex;
	justify-content:center;
	padding: 25px 10px;
	margin: auto;
}
.twinmodal_box_p  a{
	color:#3446b4;
	text-decoration: underline;
}
.twinmodal_left {
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 22px;
}
/*モーダル部分-910px以下*/
@media only screen and (max-width: 910px) {
	.twinmodal_box_p img {width:100%;}
}
/*モーダル部分-800px以下*/
@media only screen and (max-width: 800px) {
	.twinmodal_box_p {display: none;}
	.twinmodal_box_m img {max-width:100%;}
	.twinmodal_box_m {
		display: block;
		padding: 20px 10px;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 22px;
	}
	.twinmodal_box_m a{
		color:#3446b4;
		text-decoration: underline;
	}
}

/*==========================================
==========================================

　■グッズ一覧

==========================================
===========================================*/
.category-item a {text-decoration: none; }
.goods_contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 80px;
} 
.shopbnr {
	margin-bottom: 100px;
	text-align: center;
}
.shopbnr img{
	max-width: 768px;
}
.shopbnr_p{display: block;}
.shopbnr_m{display: none;}
/*モーダル部分-800px以下*/
@media only screen and (max-width: 800px) {
	.shopbnr_m{display: block;}
	.shopbnr_m img {max-width: 100%;}
	.shopbnr_p{display: none;}
}

/*グッズボックス*/
.goods_box{
	background-color: #f3d24f;
	width:375px;
	height:160px;
	display: flex;
	box-shadow: 5px 6px 0px 1px #c2c2c2;
	border-radius: 0px;
	margin-bottom: 15px;
}
/*グッズボックス-左*/
.goodsbox_left {padding: 2px;}
/*グッズボックス-右*/
.goodsbox_right{
	padding: 8px;

	/*goodsbox_infoの下揃え用*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.goodsbox_title {
	line-height: 20px;
	font-weight: bold;
}
.goodsbox_title1{font-size: 14px;}
.goodsbox_title2{font-size: 11px;}
.goodsbox_info {
	font-size: 11px;
	line-height: 15px;
	/*下揃え用*/
	display: block;
	margin-top: auto;
}
/*リンク時の色*/
a>.goods_box {color:#000;}
a:hover>.goods_box{
	background-color: #000;
	text-decoration: none;
	color:#f3d24f;
}

/*モーダル部分-800px以下*/
@media only screen and (max-width: 800px) {
	.category-item {width:100%;}
	.goods_box{
		box-shadow: 3px 4px 0px 1px #c2c2c2;
		width:100%;
	}
}
/*370px*/
@media only screen and (max-width: 370px) {

}

/*ソート*/
.category-btn {
	margin: 10px 0;
	display: flex;
	justify-content:space-between;
}
.category-btn li {list-style: none;}
.catebtn_m {display: none;}
.lineyellow {display: none;}
/*ソート-800px以下*/
@media only screen and (max-width: 500px) {
	.category-btn {
		margin: 10px auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;

	}
}
/*500px*/
@media only screen and (max-width: 500px) {
	.catebtn_pc {display: none;}
	.catebtn_m {
		display: flex;
		flex-wrap:wrap;
		width:100%;
		justify-content: center;
		align-items: center;
	}
	.lineyellow {
		display: block;
		border-bottom: 3px dashed #f3d24f;
		width:100%;
		margin: 3px 0 20px 0;
	}
	.catebtn_m li{
		background-color: #0000ff;
		padding: 15px 2px;
		width:20%;
		margin: 10px;
		font-size:12px;
	}

	.category-btn{
		width: 100%;
	}

	.catebtn_m {
		/*margin: 0 0 35px;*/
		margin: auto;
		padding: 10px 0;
		list-style-type: none;
	}
	.catebtn_m li {
		width: 28.5%;
		margin:10px 3px 10px 1px;
		background: #3a50ca;
		color: #fff;
		font-weight: bold;
		position: relative;
		padding: 24px 6px 24px;
		cursor: pointer;
		text-align: center;
		line-height: 1;
		border-radius: 10px;
	}
	.catebtn_m li:first-child {
		margin-left: 0;
	}

	.catebtn_m li.active, .catebtn_m li:hover {
		background: #ca3a3a;
		color: #fff;
		font-weight: bold;
	}
	.catebtn_m li.active:after, .catebtn_m li:hover:after {
		display: block;
	}
	.catebtn_m::after{
		content:"";
		display: block;
		width:32%;
	}
	.catebtn_m a {
		text-decoration: none;
		color:#fff;
		display: block;
		width: 100%;
		height: 100%;
	}

}


/*グッズ用モーダル一覧*/
/*ドラマCD・音楽_贄の町Stay vol.１-#modal_01*/
.goodscd_01p {
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 22px 18px 5px 18px;
}
.goodscd_01p_left {
	width:480px;
}
.goodscd_01p_left img {
	display: grid;
	place-items: center;
}
.gcd_01p_14 {
	font-size: 14px;
	line-height: 22px;
}
.gcd_01p_11 {
	font-size: 11px;
	line-height: 18px;
	margin-top: 15px;
}
.goodscd_01p_left img {margin:auto;}
.goodscd_01p_right {
	width:473px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
}
.goodscd_01p_right_bottom{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
.goodscd_01p_bottom {
	padding: 10px 18px 22px 18px;
}
.goodscd_01p_bottom_title {
	background-color: #f3d24f;
	padding: 10px 0;
	font-size:18px;
	font-weight: bold;
}
/*ドラマCD部分*/
/*800px以下*/
@media only screen and (max-width: 800px) {
	.goodscd_01p {
		display: block;
		text-align: left;
		padding: 22px 10px 5px 10px;
	}
	.goodscd_01p_left {width:100%;}
	.goodscd_01p_left img {padding: 20px 0;}
	.goodscd_01p_right {
		width:100%;
		font-size: 14px;
		text-align: left;
		line-height: 18px;
	}
	.goodscd_01p_right_bottom{
		display: block;
		justify-content: space-between;
		align-items:flex-end;
	}
	.goodscd_01p_right_bottom_right  {
		text-align: right;
		padding: 10px 0;
	}
}
/*サウンドタイトル*/
.goodscd_01p_bottom_title2 {
	background-color: #f3d24f;
	padding: 10px 0;
	font-size:18px;
	font-weight: bold;
	position: relative;
	letter-spacing: 2px;
}
.soundtitle_right {
	font-size: 14px;
	position: absolute;
	bottom:4px;
	right:4px;
}

.goodscd_01p_bottom_fbox {
	position: relative;
	display: flex;
}
.goodscd_01p_bottom_left{
	width:420px;
	position: relative;
}
.goodscd_01p_bottom_left img {
	position: absolute;
	top:-25px;
	left:170px;
}
.goodscd_01p_bottom_right{
	font-size: 14px;
	text-align: left;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: 22px;
}
.goodscd_01p_bottom_right a {
	color: #0000ff;
	text-decoration: underline;
}

/*動画埋め込み*/
/*800px以下*/
@media only screen and (max-width: 800px) {
	.movie_umekomi {
		width: 100%;
		aspect-ratio: 16 / 9;
	}
	.movie_umekomi iframe {
		width: 100%;
		height: 100%;
	}
}

/*歌詞部分*/
.kasirink {
	text-align: center;
	text-decoration: underline;
}
.kasirink a {
	text-decoration: underline;
	color: #0000ff;
}
.goodscd_sound_text {
	line-height: 25px;
	padding: 22px;
}

/*ドラマCD特典部分*/
/*800px以下*/
@media only screen and (max-width: 800px) {
	.goodscd_01p_bottom_fbox {
		position: block;
		display: block;
	}
	.goodscd_01p_bottom_left{
		width:100%;
		position: relative;
	}
	.goodscd_01p_bottom_left img {
		position: relative;
		top:0;
		left:0;
		padding-top: 18px;
	}
}

/*缶バッジ-#modal_06*/
.goodsbadge_01p {
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 22px 18px 5px 18px;
}
.badge01box {
	position: relative;
}
.badge01box img{
	text-align: center;
	max-width: 909px;
}
/*アクリルキーホルダー*/
.goodsacrylic_01p {
	display: flex;
	justify-content: center;
	text-align: left;
	padding: 22px 18px 5px 18px;
}

/*画像個別調整*/
img.tatari_akuposi {margin-top: -60px;}
img.iccard_posi {margin-top: -70px;}
img.mochi_posi {margin-top: -70px;}


/*特典シール*/
.tokuten_c {
	font-size:14px;
	text-align: left;
	line-height: 22px;
	padding: 0 10px;
}

/*商品画像のPCモバイル切り替え*/
.goodsimg_p {display: block;}
.goodsimg_m {display: none;}

/*800px以下*/
@media only screen and (max-width: 800px) {
	/*商品画像のPCモバイル切り替え*/
	.goodsimg_p {display: none;}
	.goodsimg_m {display: block;}

	/**/
	.goodsbadge_01p {
		display: flex;
		justify-content: center;
		text-align: left;
		padding: 22px 8px 5px 8px;
	}
	img.goodsimg_m {width:100%;}
	
	/*特典シール*/
	.tokuten_c {
		padding: 0 5px;
	}
}

/*==========================================
==========================================

　■ユーザーサポート

==========================================
===========================================*/
.support_box {
	padding: 25px 25px 50px 25px;
}
.support_box a{
	color:#0000ff;
	text-decoration: underline;
}
.support_mokuzi {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 28px;
}
.support_kome {
	font-size: 14px;
	text-align: right;
	padding-top: 10px;
}
.supportbox_t {
	background: linear-gradient(transparent 80%, #f3d24f 80%);
	width:auto;
}
.supobottom {
	font-size: 14px;
	text-align: center;
	padding-bottom: 100px;
	letter-spacing: -1px;
	line-height: 28px;
}
.supobottom a{
	color:#0000ff;
	text-decoration: underline;
}
/*モーダル部分-800px以下*/
@media only screen and (max-width: 800px) {
	.support_box {padding: 10px;}
}
/*アコーディオン部分*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 1em 0;
	display: block;
	color: #000;
	background:none;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	padding-left:15px;
	text-indent:-15px;
	border-top: #f3d24f dotted 3px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	padding:0 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:10px 0;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

/*旧ページ改装*/
.supotitle {
	font-size:14px;
	text-align: center;
	font-weight: bold;
}
.supo_irosupobox {
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 5px 19px 20px 19px;
	box-sizing: border-box;
}
.supo_irosupobox img {
	max-width: 500px;
	border: 1px solid #000;
}

.supotitle_01 {
	border: 3px solid #f3d24f;
	border-radius: 5px;
	padding: 5px 0px 5px 15px;
	margin-bottom: 10px;
}
.supotitle_02 {
	width: 90%;

 	border-bottom: 3px solid #f3d24f;
	padding: -2px 2px;
	font-weight: bold;
}
.supotuikabox {
	padding: 0 15px;
}

.s_sstext {font-size: 12px;}
/*800px以下*/
@media only screen and (max-width: 800px) {
	.supo_irosupobox img {max-width: 100%;}
}
/*==========================================
==========================================

　■ご案内

==========================================
===========================================*/
.info_tabmenu {
	padding: 15px 0;
	display: flex;
	justify-content:space-between;
}
.info_tabmenu li{list-style: none;}
/*上部メニュー部分-800px以下*/
@media only screen and (max-width: 800px) {
	.info_tabmenu {
		padding: 15px;
		display: flex;
		flex-wrap:wrap;
	}
	/*左寄席の疑似要素↓*/
	.info_tabmenu::after{
		content:"";
		display: block;
		width:33%;
	  }
	.info_tabmenu li {width:33%;}
	.info_tabmenu li img{width:100%;}
}

/*==========================================
　□ブランド,規約
===========================================*/
.info_brandbox {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 45px 0 0 0;
	height: 60vh;
	box-sizing: border-box;
}
.info_kiyakubox {
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 45px 19px 45px 19px;
	box-sizing: border-box;
}
/*上部メニュー部分-800px以下*/
@media only screen and (max-width: 800px) {
	.info_brandbox {
		height: 100%;
		padding: 45px 0 70px 0;
	}
}
/*==========================================
　□ユーザー登録/お問い合わせ/お手紙の送り先
===========================================*/
.info_mailsend {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 45px 0 0 0;
	height: auto;
	box-sizing: border-box;
}
.info_mailsend a {
	color:#0000ff;
	text-decoration: underline;
}

.mail_panda {
	margin: auto;

}

.info_youserbox {
	font-size: 14px;
	text-align: center;
	letter-spacing: 1px;
	line-height: 28px;
	padding: 45px 0 0 0;
	height: 60vh;
	box-sizing: border-box;
}
.info_youserbox a{
	color:#0000ff;
	text-decoration: underline;
}
.youser_att{font-size:24px;}
/*上部メニュー部分-800px以下*/
@media only screen and (max-width: 800px) {
	.info_youserbox {
		height: 100%;
		padding: 45px 0 70px 0;
	}
}
/*==========================================
　□よくある質問
===========================================*/
.qanda_indent {
	padding-left:14px;
	text-indent:-14px;
}