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

p, a, span, dt, dd, h3, h4, h5, em {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
	transform: rotate(0.03deg);
}

/*ティザー*/

.p-teaser-wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	background-color: #000;
	z-index: 1;
	box-shadow: 0 0 15px rgba(0,0,0,0.5);
	padding: 0 0 0;
	box-sizing: border-box;
}

/*ヘッダ*/

.p-head {
	width: 100%;
	margin:0 auto 60px;
}

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-header-inner {
		background: url("../img/menu_bg.png") left top repeat;
		width:100%;
		height: 110px;
	}
	.nav{
		width:100%;
		max-width: 1100px;
		margin:0 auto;
		display: block!important;
	}
	.nav ul {
		display: flex;
		justify-content: space-between;
	}
	.p-upperlink {
		width: 100%;
		height: 30px;
		display: flex;
		justify-content: space-between;
		border-bottom:1px solid #fff;
		background-color:#000;
	}
	.p-upperlink ul{
		display: flex;
		justify-content: flex-end;
	}
	.p-upperlink ul li {
		min-width: 40px;
		height: 30px;
		box-sizing: border-box;
		position: relative;
		border-left:1px solid #fff;
	}
	.p-upperlink ul li:last-child {
		border-right:1px solid #fff;
	}
	.p-upperlink ul li a {
		min-width: 40px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 1.3rem;
		transition: all 0.3s;
		padding:0 12px;
		font-family: "Noto Serif JP", serif;
		font-weight: 700;
		font-style: normal;
		transform: rotate(0.03deg);
	}
	.p-upperlink ul li a:hover {
		text-decoration: none;
		background-color: #ffffff;
		color: #7d1800;
	}
	.p-bottomlink ul li {
		width: calc(100% / 6);
		box-sizing: border-box;
		border-left:1px solid #ffffff;
		position: relative;
		
	}
	.p-bottomlink ul li:last-child {
		border-right:1px solid #ffffff;
	}
	.p-bottomlink ul li a, .p-bottomlink ul li span {
		width:100%;
		height: 80px;
		overflow: hidden;
		position: relative;
		margin:0 auto;
		color:#fff;
		display: flex;
		justify-content: center;
		align-items: center;
		
	}
	.p-bottomlink ul li a p, .p-bottomlink ul li span p {
		font-size: 2rem;
		line-height: 1.2;
		font-weight: 900;
	}
	.p-bottomlink ul li span p {
		color: rgba(169,169,169,1.00);
	}
	.p-bottomlink ul li a p em, .p-bottomlink ul li span p em {
		font-size: 75%;
	}
	.p-bottomlink ul li a {
		text-decoration: none;
	}
	.p-bottomlink ul li a:after {
		content: "";
		display: block;
		width:0;
		position: absolute;
		left:50%;
		bottom:0px;
		height: 4px;
		background-color:#ffffff;
		transition: all 0.3s;
	}
	.p-bottomlink ul li a:hover:after {
		width:100%;
		left:0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	
/*外側クローズ用*/
	.p-main{
	}
	.p-main-cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-main-cover.active{
		height:100%;
		visibility: visible;
		background:rgba(255,255,255,0.65);
		z-index:1000;
	}

	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:#7d1800;
	}
	.p-header-wrap{
		position:relative;
		width: 100%;
		height: 60px;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		z-index: 950;
		padding:60px 24px 24px;
		background: #7d1800;
	}
	.p-upperlink {
		width: 100%;
	}
	.p-upperlink ul{
		display: flex;
		justify-content: center;
		gap:20px;
	}
	.p-upperlink ul li {
		width: 120px;
		box-sizing: border-box;
		position: relative;
		
	}
	.p-upperlink ul li a {
		width: 120px;
		line-height: 25px;
		font-weight: 700;
		text-align: center;
		display: flex;
		justify-content: center;
		color: #fff;
		font-size: 1.3rem;
		transition: all 0.3s;
		border:1px solid #fff;
	}
	.p-bottomlink li{
		background: #7d1800;
		border-bottom: 1px solid #DFEEFF;
		text-align: left;
		text-indent: 12px;
	}
	.p-bottomlink li br {
		display: none;
	}
	.p-bottomlink a, .p-bottomlink span{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		font-weight: 700!important;
	}
	.p-bottomlink ul li span p {
		color: rgba(169,169,169,1.00);
	}
	.p-bottomlink li em {
		margin-left:8px;
		font-size: 75%;
		
	}
	.nav a:hover{
		text-decoration: none;
	}
	/*ナビボタン*/
	.p-header-sp-nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin:auto;
		cursor: pointer;
		z-index: 1000;
		background:#7d1800;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#7d1800;
		z-index: -1;
		position: absolute;
		right:-10px;
		top:-17px;
	}
	.p-header-sp-nav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-header-sp-nav span:first-of-type {
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.p-header-sp-nav span:nth-of-type(2) {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.p-header-sp-nav span:last-of-type {
		bottom: 0;
		top: auto;
	}
	.p-header-sp-nav.active{
	}
	.p-header-sp-nav.active span:nth-of-type(2) {
		right: -60px;
		opacity: 0;
		visibility: hidden;
	}
	.p-header-sp-nav.active span:first-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(45deg);
	}
	.p-header-sp-nav.active span:last-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(-45deg);
	}
	
}

/* 全ページ共通 */

.p-hash {
	width: 100%;
	max-width:540px;
	background-color:#7d1800;
	color: #ffffff;
	margin: 0 auto 48px;
	box-sizing: border-box;
	padding:4px;
	border-radius:5px;
	font-size:2rem;
}

/* ハイライト */

.p-select ul {
	display:flex;
	justify-content:center;
	gap:24px;
	flex-wrap:wrap;
}

.p-select ul li {
	max-width:550px;
	border:4px solid #7d1800;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color:#fff;
}

.p-bonus {
	max-width:960px;
	border:4px solid #7d1800;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color:#fff;
	margin:0 auto;
}


/*ギャラリー*/

.p-gallery-wrap {
	min-height: 65vh;
}

ul.p-gallery {
	width:100%;
	margin:0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:24px 24px;
}

ul.p-gallery li {
	width: calc((100% - 48px) / 3);
	background-size: cover;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
}

ul.p-gallery-movie {
	width:100%;
	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% - 48px) / 3);
	position: relative;
	box-sizing: border-box;
	border:4px solid #7d1800;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color: #fff;
}

@media screen and (min-width:961px) { /*PC*/
	ul.p-gallery li {
		width: calc((100% - 48px) / 3);
	}
	ul.p-gallery-movie li {
		width:calc((100% - 48px) / 3);
	}
}
@media screen and (max-width:960px) { /*MB*/
	ul.p-gallery li {
		width: 100%;
	}
	ul.p-gallery-movie li {
		width:100%;
	}
}

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

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

ul.p-gallery-voice li {
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	border:4px solid #7d1800;
	box-shadow: 0 0 10px rgba(50,102,141,0.30);
	background-color: #fff;
}

@media screen and (min-width:961px) { /*PC*/
	ul.p-gallery-voice li {
		width:calc((100% - 24px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	ul.p-gallery-voice li {
		width:100%;
	}
}

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


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

.p-product-wrap {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin:0 auto;
	gap:32px;
	background-color: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 24px;
	backdrop-filter: blur(10px);
	border:1px solid #7d1800;
}

.p-product-group {
	position: relative;
	color:#ffffff;
	font-size: 1.6rem;
}

@media screen and (min-width:961px) { /*PC*/
	.p-product-group {
		width:calc((100% - 32px) / 2);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-product-group {
		width:100%;
	}
}

.p-product-group h4 {
	background-color:#7d1800;
	width:100%;
	display: block;
	box-sizing: border-box;
	padding:8px 0;
	margin-bottom:32px;
	font-weight: 700;
	color:#ffffff;
	font-size: 1.8rem;
}

.p-product-group dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.4;
}

.p-product-group dl dt {
	box-sizing: border-box;
	color:#7d1800;
}

.p-product-group dl dd {
	text-align: left;
	box-sizing: border-box;
	font-weight: 600;
}

@media screen and (min-width:961px) { /*PC*/
	.p-product-group dl dt {
		text-align: right;
		width:25%;
		padding:8px 0;
	}
	.p-product-group dl dd {
		width:75%;
		padding:8px 0;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-product-group dl dt {
		text-align: left;
		width:100%;
		padding:4px 0;
	}
	.p-product-group dl dd {
		width:100%;
		padding:4px 0;
	}
}

.p-product-group dl dd a {
	color:#00b6d8;
	text-decoration: underline;
	font-weight: bold;
}

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

/*ファンサイト*/

.p-fansite-link {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
}

/*フッター*/

.p-foot-logo {
	width: 100%;
	max-width: 300px;
	margin: 0 auto 24px;
}

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

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

.p-dl-link {
	display: flex;
	flex-direction: column;
	gap:32px;
	width:100%;
	box-sizing: border-box;
	border-radius: 5px;
	padding:24px;
	background:#41050a;
	margin:0 auto 0;
}

.p-dl-link ul {
	display: flex;
	flex-wrap: wrap;
	gap:12px;
	justify-content:center;
	position:relative;
	width:100%;
}

.p-dl-link ul li {
	width:100%;
	max-width:500px;
	position:relative;
}

a.link01 {
	background:url("../img/buynow/cart_bg.webp") #7d1800 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:100%;
	max-width:500px;
	height: 80px;
	box-sizing: border-box;
	padding:8px 8px 8px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

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

a.link02 {
	background:url("../img/buynow/cart_bg2.png") #7d1800 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:100%;
	max-width:500px;
	height: 80px;
	box-sizing: border-box;
	padding:8px 8px 8px 100px;
	text-decoration: none;
	transition: all 0.3s;
}

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

.p-trial-wrap {
	display:flex;
	gap:16px;
	flex-wrap:wrap;
}



.p-dlbt {
	width:calc(50% - 16px);
	box-sizing:border-box;
	background-color:#222222;
	padding:25px;
	position:relative;
}

@media screen and (min-width:961px) { /*PC*/
	.p-dlimg {
		width:50%;
	}
	.p-dlbt {
		width:calc(50% - 16px);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-dlimg {
		width:100%;
	}
	.p-dlbt {
	width:calc(100%);
	}
}

.p-dlbt a {
	display:block;
	width:100%;
	background-color:#7d1800;
	color:#fff;
	padding:12px;
	text-align:left;
	font-size:1.6rem;
	font-weight:700;
	margin-bottom:12px;
}

.p-dlbt a:hover {
	text-decoration:none;
}

/*リポストキャンペーン*/

.p-repost-howto {
	background-color: #2e0000;
	box-sizing: border-box;
	padding: 24px;
}

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

.p-repost-howto p {
	width:100%;
	line-height: 1.6;
	margin:0 auto 48px;
	font-size: 1.8rem;
	color:#fff;
}

.p-repost-howto p a {
	color:#ff4b4b;
	text-decoration: none;
}

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

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

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

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

.p-movie {
	width:100%;
	box-sizing:border-box;
	padding:25px;
	background-color:#222222;
	position:relative;
}

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

/*トピックス*/

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

.p-topics-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:24px;
}

.p-topics-wrap ul li {
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	background-color: #fff;
}

@media screen and (min-width:961px) { /*PC*/
	.p-topics-wrap ul li {
		width:calc((100% - 24px) / 2);
	}
	.topics-large {
		width: 720px!important;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-topics-wrap ul li {
		width:100%;
	}
}

.p-download-link {
	background: rgba(58,58,58,1.00);
	padding:12px 24px 24px;
	box-sizing: border-box;
}

.p-download-link dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 12px 0;
	border-bottom: 1px solid #fff;
}



.p-download-link dl dt {
	width: calc(100% - 360px);
	text-align: left;
	font-size: 2rem;
	color: #fff;
	box-sizing: border-box;
	padding-top: 8px;
}

.p-download-link dl dd {
	width: 360px;
	position: relative;
}

.p-download-link dl dd a {
	display: flex;
	width: 100%;
	justify-content: center;
	font-size: 2rem;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 700;
	font-style: normal;
	transform: rotate(0.03deg);
	box-sizing: border-box;
	padding: 8px;
	border-radius: 8px;
	background-color: #7d1800;
	color: #fff;
	transition: all 0.3s;
}

.p-download-link dl dd a:hover {
	color: deepskyblue;
	background-color: #fff;
	text-decoration: none;
	
}

.p-download-link dl dd a span {
	font-size: 2.3rem!important;
}

@media screen and (min-width:961px) { /*PC*/
}
@media screen and (max-width:960px) { /*MB*/
	.p-download-link dl {
		flex-direction: column;
	}
	.p-download-link dl dt {
		margin-bottom: 8px;
		width: 100%;
	}
	.p-download-link dl dd {
		width: 100%;
	}
}