﻿@charset "utf-8";

/*簡易スムーススクロール*/
html {scroll-behavior: smooth;}

.fvArea {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	transition: 1s;
}
.fvArea.hide {display: none;}
.fvArea .shardWrap {	
	box-sizing: border-box;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fvArea .shardWrap .pt {position: absolute;top: 0;height: 100%;}

.fvArea .shardWrap .pt.pt1, .fvArea .shardWrap .pt.pt3 {
	-webkit-animation: shadowslide_Left 1s cubic-bezier(0.32, 0, 0.67, 0) both;
	animation: shadowslide_Left 1s cubic-bezier(0.32, 0, 0.67, 0) both;
}

.fvArea .shardWrap .pt.pt2, .fvArea .shardWrap .pt.pt4 {
	-webkit-animation: shadowslide_Right 1s cubic-bezier(0.32, 0, 0.67, 0) both;
	animation: shadowslide_Right 1s cubic-bezier(0.32, 0, 0.67, 0) both;
}

.fvArea .shardWrap .pt.pt1 {
	background: url(../images/pt1.png) no-repeat 0 0 / 100% 100%;
	width: 113%;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	z-index: 1;
	right: -3%;
}

.fvArea .shardWrap .pt.pt2 {
	background: url(../images/pt2.png) no-repeat 0 0 / 100% 100%;
	width: 124%;
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
	z-index: 2;
	left: -3%;
}

.fvArea .shardWrap .pt.pt3 {
	background: url(../images/pt3.png) no-repeat 0 0 / 100% 100%;
	width: 63%;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	z-index: 3;
	left: 0;
}

.fvArea .shardWrap .pt.pt4 {
	background: url(../images/pt4.png) no-repeat 0 0 / 100% 100%;
	width: 70%;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
	z-index: 4;
	right: 0;
}

body::before{
	content: "";
	background: #000000;
	z-index: 100;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

body.active::before{
	content: none;
}

.sp_br{
	display: none;
}

.flex-box{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

main{
	background: #1f2123;
	background-position: center top;
	background-size: 100%;
	background-repeat: no-repeat;
}

.official_button{
	max-width: calc(384px - 2px * 2);
	width: 100%;
	margin: 0 auto;
	border: 2px solid #aa803a;
	box-sizing: border-box;
	position: relative;
	transition: all .4s;
}
.official_button::before ,
.official_button::after{
	content: "";
	width: 11px;
	height: 11px;
	outline: 2px solid #aa803a;
	position: absolute;
	top: 0;
	transition: all .4s;
}
.official_button::before{left: 0;}
.official_button::after{right: 0;}

.official_button__inner::before ,
.official_button__inner::after{
	content: "";
	width: 11px;
	height: 11px;
	outline: 2px solid #aa803a;
	position: absolute;
	bottom: 0;
	transition: all .4s;
}
.official_button__inner::before{left: 0;}
.official_button__inner::after{right: 0;}

.official_button a{
	padding: 1.25rem 0 1.4375rem;
	box-sizing: border-box;
	display:block;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #aa803a;
	position: relative;
	transition: all .4s;
}
.official_button a::after{
	content: "";
	background: url('../images/arrow.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 2.75rem;
	height: .625rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 2rem;
	transform: translateY(-50%);
}


.official_button a:hover::after{
	filter: brightness(255);
	transition: filter .4s;
}

.official_button:hover a{
	color: #ffffff;
	text-decoration: none;
}
.official_button a:hover::after{
	-webkit-animation: arrow-right 1.75s ease infinite forwards;
	animation: arrow-right 1.75s ease infinite forwards;
	/* animation-delay: .75s; */
}
/* .official_button:hover::before{transform: translateX(calc(348px - 2px - 11px));}
.official_button:hover::after{transform: translateY(510%);}
.official_button:hover .official_button__inner::before{transform: translateY(-510%);}
.official_button:hover .official_button__inner::after{
	transform: translateX(calc((348px - 2px - 11px) * -1));
} */

.official_button:hover{
	background: #aa803a;
	border: 2px solid #ffffff;
}

.official_button:hover::before ,
.official_button:hover::after , 
.official_button:hover .official_button__inner::before ,
.official_button:hover .official_button__inner::after{
	outline: 2px solid #ffffff;
}

/* #goodsContents , 
#bdContents , 
#cdContents{
	margin-top: -3rem!important;
	padding-top: 3rem!important;
} */


/* ハンバーガーメニュー
-------------------------------------*/

.p-header__nav{
	display: none;
}


@media only screen and (max-width: 767px) {/* 375まで */

	.menu{
		position: fixed;
		width: 20%;
		bottom: 5px;
		right:5px;
		z-index: 100;
	}
	
	.p-header__nav{
		display: none;
	}

	.p-header__nav.is-active {
		display: block;
		position: fixed;
		background-color: #000000;
		opacity: .9;
		height: 100vh;
		width: 100vw;
		z-index: 90;
	}
	
	.p-nav__list{
		text-align: center;
	}

	.p-nav__logo{
		margin: 5rem auto 3rem;
		width: 60%;
	}

	.p-nav__inner{
		margin: 0 4rem;
	}

	.p-nav__introduction,
	.p-nav__cast,
	.p-nav__goods{
		margin: 2rem auto 0;
	}

	.p-nav__bulray{
		margin: 2rem auto 0;
		width: 64%;
	}

	.p-nav__dramacd{
		margin: 2rem auto 0;
		width: 62%;
	}
	.p-nav__movie{
		margin: 2rem auto 0;
		width: 36%;
	}

	.p-nav__item{
		margin: .8rem 0;
	}

	.p-nav__item a{
		color: #fff!important;
		font-size: 1.2rem;
	}

}













/* MV
-------------------------------------*/

#mainimage {
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	border-bottom: #aa803a 4px solid;
}

#mainimage::after{
	content: '';
	background: url('../images/mv_illust.png') no-repeat;
	background-position: center;
	background-size: 100%;
	display: block;
	width: 50px;
	height: auto;
	z-index: 1000;
}

#mainimage .mv{
	/* max-width: 1070px; */
	width: 100%;
	margin: 0 auto;
	position: relative;
}
#mainimage .mv_img{
	width: 100%;
	margin: 0 auto;
	background: #050d18;
	box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.35);
}

#mainimage .mv_logo{
	max-width: 46rem;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 1.25rem;
	left: 0;
	right: 0;
	margin: auto;
}


/* ナビ
-------------------------------------*/
nav{
  padding-top: 5.5rem;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
nav ul{
  list-style: none;
  padding: 0 10%;
  margin: 0;
}
nav ul li{
  width: 32%;
  margin-right: 2%;
  position: relative;
  display: block;
}
nav ul li:last-child{
  margin-right: 0;
}
nav ul li::after{
  content: "";
  display: inline-block;
  position: absolute;
  right: 10%;
  top: 42%;
  width: 8px;
  height: 8px;
  border-top: 1px solid #1f2123;
  border-right: 1px solid #1f2123;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
nav ul li a{
  padding: 1rem;
  display: block;
  color: #1f2123;
  font-size: 1.2rem;
  font-family: 'Noto Serif JP', sans-serif;
  font-weight: bold;
  line-height: 1.2;
  background: #aa803a;
  border-radius: 3px;
  border: 1px solid transparent;
  outline: 1px solid;
  outline-color: #aa803a;
  outline-offset: 0;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
}
nav ul li a:hover {
  color: #1f2123;
  text-decoration: none;
  border-color: transparent;
  box-shadow: inset 0 0 20px
  rgba(255, 255, 255, 0.5), 0 0 20px
  rgba(255, 255, 255, 0.2);
  outline-color: transparent;
  outline-offset: 12px;
  text-shadow: 2px 2px 3px #aa803a;
}

/* .nav_sticky{
	position: sticky;
    top: -80px;
    z-index: 100;
  } */

/*---------------------------------------------------------------------   content02	----*/
#content02{
	padding-top: 8rem;
	/* padding-bottom: 6.8125rem; */
	box-sizing: border-box;
	text-align: center;
}

.intro_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 2.375rem;
	box-sizing: border-box;
	margin: 0 auto calc(2.75rem + 12px);
	position: relative;
}
.intro_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}
.intro_subttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	margin: 0 auto 2.5rem;
}
.intro_txt{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	margin: 0 auto;
}


.cast_contents{
	max-width: 1112px;
	width: 100%;
	margin: 8rem auto 4.5rem;
}
.cast_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 2.375rem;
	box-sizing: border-box;
	margin: 0 auto calc(2.75rem + 12px);
	position: relative;
}
.cast_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}

.cast_list{
	margin: 0;
	padding: 0;
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	list-style: none;
}
.cast_listitem{
	max-width: calc((100% - (27px * 4 - 4px * 4)) / 5);
	width: 100%;
	list-style: none;
}
.chara_img img{
	width: 100%;
	transition: all .4s;
}
.chara_img:hover img{
	transform: scale(1.02);
}
.chara_name{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	margin-bottom: .75rem;
}
.chara_voice{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
}
.chara_voice span{
	font-size: 75%;
}

#detail{
	margin-bottom: 5rem;
}

.detail_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 3.0625rem;
	box-sizing: border-box;
	margin: 8rem auto calc(3.75rem + 12px);
	position: relative;
}

.goods_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 3.0625rem;
	box-sizing: border-box;
	margin: 8rem auto calc(3.75rem + 12px);
	position: relative;
}

.bluray_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 3.0625rem;
	box-sizing: border-box;
	margin: 8rem auto calc(3.75rem + 12px);
	position: relative;
}

.drama_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 3.0625rem;
	box-sizing: border-box;
	margin: 8rem auto calc(3.75rem + 12px);
	position: relative;
}

.movie_ttl{
	max-width: 430px;
	width: 100%;
	padding-bottom: 3.0625rem;
	box-sizing: border-box;
	margin: 8rem auto calc(3.75rem + 12px);
	position: relative;
}


.detail_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}

.goods_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}

.bluray_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}

.drama_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}

.movie_ttl::after{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	bottom: -.75rem;
	left: 0;
	right: 0;
	margin: auto;
}
.detail_day__inner{
	width: 100%;
	margin-bottom: 3.125rem;
}
.detail_day{
	font-size: 1.75rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((180 / 1000) * 1em);
	text-align: center;
	color : #aa803a;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding-bottom: .825rem;
}
.detail_day small{
	font-size: 71.42%;
}
.detail_day::after{
	content : "";
	position: absolute;
	bottom: 0;
	left: -.5rem;
	width : calc(100% + 1rem);
	height: 1px;
	background: #aa803a;
	display: block;
	box-shadow: 0 0 26px #ffffff;
}

.detailtxt{
	display: inline-block;
	max-width: 820px;
	width : 100%;
	margin: 0;
	border-radius: 6px;
	border: 1px solid #aa803a;
	box-sizing: content-box;
	overflow: hidden;
}
.detailtxt h4{
	width: 100%;
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #1f2123;
	padding: .86rem 1.875rem 1rem;
	box-sizing: border-box;
	background: #aa803a;
	display: block;
	margin-bottom: 0;
	cursor: pointer;
	position: relative;
}
.detailtxt h4::after{
	content: "";
	background: url('../images/acc_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: .8125rem;
	height: .4375rem;
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%) scale(1, -1);
	transition: all .4s;
}

.detailtxt ul , .detailtxt li{list-style: none;}
.detailtxt ul{
	width: 100%;
	padding: 0 1.875rem;
	margin: 0;
	box-sizing: border-box;
	transition: all .4s;
	background: #1f2123;
}
.detailtxt li{
	font-size: 1rem;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	width : 100%;
	text-indent: -1rem;
	padding-left: 1rem;
	height: 0;
	opacity: 0;
	transition: opacity .2s , all .4s;
}
.detailtxt li::before{
	content: "\02022";
	padding-right: .5rem;
}
.color-ffff00{color: #ffff00;}
.color-4160ff{color: #4160ff;}


.detailtxt h4.acc_open::after{
	transform: translateY(-50%);
}
.detailtxt h4.acc_open + ul{
	padding: 1.5rem 1.875rem;
}
.detailtxt h4.acc_open + ul > li{
	line-height: 1.6875;
	height: auto;
	opacity: 1;
}

.info_dayarea{
	max-width: 820px;
	width: 100%;
	margin: 0 auto 5rem;
}
.info_txtbox:not(:last-child){
	margin-bottom: 4.5rem;
}
.intro_dayttl{
	font-size: 1.375rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color :#1f2123;
	display: block;
	padding: .7rem 0 .85rem;
	box-sizing: border-box;
	margin-bottom: 1.25rem;
}
.info_txtbox:nth-child(1) .intro_dayttl{background: #aa803a;}
.info_txtbox:nth-child(2) .intro_dayttl{background: #aa803a;}
.info_txtbox:nth-child(3) .intro_dayttl{background: #aa803a;}

.intro_day{
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #fff;
	display: inline-block;
	margin: 0 auto;
	position: relative;
}

.intro_day span{
	font-size: 57%;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: calc((80 / 1000) * 1em);
	text-align: center;
	color : #fff;
	display: block;
	margin: .875rem auto 0;
}

.intro_day span.txt-small{
	font-size: 71%;
	display: inline-block;
	margin: 0;
	transform: translateY(-15%);
}

.intro_special{
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.info_new_txt{
	font-size: 1.5rem;
	font-weight: 500;
	color: #aa803a;
}

.info_new_logo{
	margin-bottom: 4rem;
	width: 100%;
}


/*---------------------------------------------------------------------   content03	----*/

#content03{
	max-width: 100%;
	overflow: hidden;
	padding-bottom: 5rem;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}


main > *[id] .container{
	position: relative;
	z-index: 3;
	padding-left: 0;
	padding-right: 0;
}
main > *[id] .container h2{
	margin-top: 3rem;
	margin-bottom: 3.5625rem;
	position: relative;
}
main > *[id] .container h2 > span{
	max-width: calc(230px + 2.625rem * 2 + 2.625rem * 2);
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	line-height: 1;
	font-size: 0;
}
main > *[id] .container h2 > span::before ,
main > *[id] .container h2 > span::after{
	content: "";
	background: url('../images/line.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 2.625rem;
	height: .25rem;
	display: inline-block;
	transform: translateY(50%);
}
main > *[id] .container h2 > span::before{
	margin-right: 2.625rem;
}
main > *[id] .container h2 > span::after{
	margin-left: 2.625rem;
}

.bg_showdown{
	background-image: url(../images/bk_2nd.jpg);
	background-position: center;
	background-size: 100%;	
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin-bottom: 7rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}

.bg_others{	
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin-bottom: 7rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 1400px;
}

.bg_2nd{
	background-image: url(../images/bk_2nd.jpg);
	background-position: center;
	background-size: 100%;	
	padding-top: 5rem;
	padding-bottom: 2rem;
	margin-bottom: 5rem;
}

.lpbnr{
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
	margin-bottom: 4rem;
}

.boder{
	border: #aa803a 1px solid;
}

.ver_logo_ttl{
	margin-bottom: 3rem;
}

.others_logo_ttl{
	margin-bottom: 3rem;
}



/*---------------------------------------------------------------------   content03_cd	----*/

.cd_link{
	max-width: 960px;
	margin: auto;
}

.cd_content{
	margin-bottom: 7.25rem;
}

.cd_content .cd_ttl{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((50 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	font-feature-settings: "palt" 1;
	display: inline-block;
	padding: .1875rem .8125rem .3125rem;
	box-sizing: border-box;
	/* background: #aa803a; */
	margin-bottom: 2.75rem;
}
.cd_content .cd_content__inner{
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.cd_content .carousel{
	max-width: 28.75rem;
	width: 100%;
	position: relative;
}
.cd_content .carousel::after{
	content: "";
	background: url('../images/cd_img_shadow.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	height: 28.75rem;
	position: absolute;
	left: 0;
	top: 0;
	transform: translateY(100%);
}
.cd_content.CD2 .carousel::after{
	background: url('../images/cd_img02_shadow.png') center / 100% no-repeat;
}
.cd_content.BD .carousel::after{
	background: url('../images/dvd_img_shadow.png') center / 100% no-repeat;
	height: 8.6875rem;
	transform: translateY(40.625rem);
}
.cd_content .carousel-indicators{
	display: none;
}
.cd_content .carousel .img-thumbnail{
	background-color: transparent;
	padding: 0;
}
.cd_content .cd_txtBox{
	max-width: calc(100% - 28.75rem - 3.75rem);
	width: 100%;
}
.cd_content .cd_name{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: 1.875rem;
}
.cd_content .cd_track{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: 1.875rem;
}
.cd_content .cd_number{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: 1.875rem;
}
.cd_content .cd_benefits{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: 1.875rem;
}
.cd_content .cd_maker{
	font-size: .9375rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: 0;
}
.cd_content .formbox{
	margin-top: 2.8125rem;
	color: #ffffff;
}
.cd_content .formbox div.flex-box{
	color: #ffffff;
	margin-bottom: 2.375rem;
}
.cd_content .formbox > .flex-box span[class^="form__"]{
	color: #ffffff;
}
.cd_content .formbox .form__btn button{
	max-width: 100%;
	background: #aa803a;
	line-height: 2;
	border-radius: 3px;
}
.cd_content .formbox .form__btn .soldout{
	max-width: 100%;
	line-height: 2;
	border-radius: 3px;
	background: gray;
	color: #fff;
}
.cd_content .item__price{
	margin: 0 1rem 0 0;
}

.bd_txtBox__sec:not(:last-child){
	margin-bottom: 2.25rem;
}

.bd_txtBox__sec__ttl{
	max-width: 100%;
	width: 100%;
	margin-bottom: .9375rem;
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__sec__ttl{
	font-size: .935rem;
	font-weight: 400;
	line-height: 2;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
	border: 1px solid #aa803b;
	position: relative;
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__sec__ttl::after{
	content: "";
	background: url('../images/acc_icon.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: calc(.8125rem * .75);
	height: calc(.4375rem * .75);
	display: block;
	position: absolute;
	top: 50%;
	right: 1.875rem;
	transform: translateY(-50%) scale(1, -1);
	transition: all .4s;
	filter: brightness(255);
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__sec__ttl.js__active::after{
	transform: translateY(-50%);
}

.bd_txtBox__secBox__ttl{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: .5rem;
}

.bd_txtBox__secBox__ttl{
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	margin-bottom: .5rem;
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__secBox{
	height: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .4s;
}

.bd_txtBox__sec:nth-child(n + 3) .js__active + .bd_txtBox__secBox{
	height: auto;
	opacity: 1;
	visibility: visible;
}




.bd_txtBox__secBox__txt{
	font-size: .935rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #d5b57f;
	margin-bottom: 0;
}

.bd_txtBox__secBox__txt span{
	text-indent: 5em;
	/* padding-left: 5em; */
	display: inline-block;
}

.bd_txtBox__secBox__contents{
	margin-top: 1.5rem;
}

.bd_txtBox__secBox__img{
	justify-content: space-between;
}

.bd_txtBox__secBox__contents .bd_txtBox__secBox__txt{
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	margin-bottom: .5rem;
}

.bd_txtBox__secBox__contents .bd_txtBox__secBox__txt__span{
	text-indent: 0;
	margin-top: 1rem;
	display: inline-block;
}



.bd_txtBox__secBox__contents .bd_txtBox__secBox__txt__sub{
	font-size: .935rem;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #d5b57f;
	margin-bottom: 1rem;
}

.bd_txtBox__secBox__img div{
	max-width: calc((100% - (2rem * 2)) / 3);
}

.bd_txtBox__secBox__img img{
	width: 100%;
}

.bd_txtBox__sec:nth-child(n + 2) .bd_txtBox__secBox__img div{
	max-width: 100%;
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__secBox__ttl{
	font-size: .935rem;
	font-weight: 400;
	color : #d5b57f;
}

.bd_txtBox__sec:nth-child(n + 3) .bd_txtBox__secBox__txt{
	color : #ffffff;
}

.bd_content__form{
	max-width: 1020px;
	width: 100%;
	margin: 3.25rem auto 0;
}

.bd_content__form__txt{
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : orangered;
	margin-bottom: 2rem;
}

.bd_content__form__list{
	max-width: 100%;
	width: 100%;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bd_content__form__list__group{
	max-width: calc((100% - 1.25rem) / 2);
	width: 100%;
	padding: 1.25rem;
	box-sizing: border-box;
	background: #e1e5e61A;
	position: relative;
}

.bd_content__form__list__group:nth-child(n + 3){
	margin-top: 1.25rem;
}

.bd_content__form__list__group::after{
	content: "";
	background: #1f212399;
	width: 6.625rem;
	height: 6.625rem;
	display: block;
	clip-path: polygon(100% 0, 0 0, 0 100%);
	position: absolute;
	top: 0;
	left: 0;
}

.bd_content__form__list__group > *{
	position: relative;
	z-index: 1;
}

.bd_content__form__list__descriptionBox{
	margin-bottom: 1.25rem;
}

.bd_content__form__list__ttl{
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #ffffff;
	padding-bottom: .75rem;
	border-bottom: 1px solid #aa803b;
	box-sizing: border-box;
	margin-bottom: .65rem;
}

.bd_content__form__list__ttl span{
	padding-left: .45em;
	margin-right: 1.875rem;
	display: inline-block;
}

.bd_content__form__list__description__txt{
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: left;
	color : #c9c9c9;
	margin-bottom: 0;
}

.bd_content__form__list__description__txt span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 0.25rem;
	transform: translateY(-5%);
}

.bd_content__form__list__description__txt:not(:last-child){
	margin-bottom: .5rem;
}

.bd_content__form__list__button{
	max-width: 100%;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.bd_content__form__list__button__form{
	max-width: calc((100% - .625rem) / 2);
	width: 100%;
}

.bd_content__form .formbox{
	width: 100%;
	margin-top: 0;
}

.bd_content__form button{
	max-width: 100%;
	background: #aa803a;
	line-height: 1.6;
	border-radius: 3px;
	padding: 1em;
	box-sizing: border-box;
}

.bd_content__form__list__button__txt{
	font-size: .9375rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((40 / 1000) * 1em);
	text-align: center;
	color : #ffffff;
}

.bd_content__form i{
	margin-right: .75rem;
}

.bd_content__form .formbox > .form__tokuten span.form__tokuten_txt{
	font-size: .75rem;
	line-height: 1.5;
}

.bd_content__form .formbox > .form__tokuten select{
	width: 100%;
	font-size: .75rem;
	height: 26px;
}

.bd_content__form .formbox > .form__tokuten span.form__tokuten_txt + span{
	width: 100%;
}















.movie_content{
	margin-bottom: 0;
}
.movie_content h2{
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: calc((140 / 1000) * 1em);
	text-align: center;
	color : #aa803a;
	font-feature-settings: "palt" 1;
	margin-bottom: 3.5625rem;
	position: relative;
}
.movie_content h2::after{
	content: "";
	background: url('../images/movie_ttl_bkg.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 23.125rem;
	height: 4.375rem;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
}
.movie_content .youtube{
	max-width: 920px;
	width: 100%;
	margin: 0 auto;
}



/*---------------------------------------------------------------------   content03_item	----*/

#itemlist .carousel-control-prev-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	transform: scale(-1, 1);
	background-size: contain;
	background-position: center;
}
#itemlist .carousel-control-next-icon {
	background: url('../images/sliderarrow.svg') no-repeat;
	/* max-width : 33px; */
	background-size: contain;
	background-position: center;
}
/* 
#itemlist .col-12:not(:nth-of-type(n + 6)) .carousel-control-prev-icon ,
#itemlist .col-12:not(:nth-of-type(n + 6)) .carousel-control-next-icon{
	background: url('../images/sliderarrow.png') no-repeat;
	background-size: contain;
	background-position: center;
} */
#itemlist .carousel-control-next ,
#itemlist .carousel-control-prev{
	width: 12%;
}

.carousel-inner{
	/* box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); */
}
.carousel-inner .img-thumbnail {border: none;border-radius: 0;background: none;}
.carousel-item{overflow: hidden;}
.carousel-indicators{bottom: -2rem;}


#itemlist .item_ttl{
	margin-bottom: 3.5625rem;
	position: relative;
}
#itemlist .item_ttl span{
	max-width: calc(154px + 2.625rem * 2 + 2.625rem * 2);
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	line-height: 1;
	font-size: 0;
}
#itemlist .item_ttl span::before ,
#itemlist .item_ttl span::after{
	content: "";
	background: url('../images/line.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 2.625rem;
	height: .25rem;
	display: inline-block;
	transform: translateY(50%);
}

#itemlist > .row{
	-ms-align-items: inherit;
	-webkit-align-items: inherit;
	align-items: inherit;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
	padding: 0 10px;
	box-sizing: border-box;
}

#itemlist > .row > div{
	/* background: #ffffff; */
	border-radius: 10px;
	padding: 0 0 1.25rem;
	box-sizing: border-box;
	max-width: calc((100% - 1.825rem) / 2);
	overflow: hidden;
}
#itemlist .carousel{
	padding: 0 1rem;
	box-sizing: border-box;
}
#itemlist .item__ttl{
	text-align: left;
	margin-bottom: 0;
	margin-top: 2rem;
}
#itemlist .item__ttl span{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1em);
	color: #fff;
	margin-top: 1.5rem;
	margin-bottom: 1.85rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1rem;
	box-sizing: border-box;
	font-feature-settings: "palt" 1;
	display: inline-block;
}


#itemlist .item__size{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((50 / 1000) * 1em);
	color: #ffffff;
	/* margin-bottom: 1.85rem; */
	text-align: left;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}
/* #itemlist .item__size span::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
} */
#itemlist .item__txt{
	font-size: 1rem;
	font-weight:400;
	line-height: 1.5;
	letter-spacing: calc((40 / 1000) * 1em);
	color: #ffffff;
	margin-bottom: 1.85rem;
	text-align: left;
	padding-left: 1rem;
	padding-right: 1em;
	box-sizing: border-box;
}

#content03 .item__price{
	font-size: 2.4rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((40 / 1000) * 1em);
	color: #ffffff;
	text-align: right;
	margin: 0 0 1.5rem 0;
}
#content03 .item__price span{
	font-size: 80%;
	margin-right: .3125rem;
}

#content03 .cd_content .item__price{
	margin: 0 1rem 0 0;
}

.formbox div.flex-box{
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25rem;
}

.formwname +  input::placeholder{
	color : #000000;
}
.formbox > .flex-box [class^="form__"]{
	margin: 0;
}
.formbox > .flex-box span[class^="form__"]{
	font-size: 1rem;
	font-weight:400;
	line-height: 1;
	letter-spacing: calc((130 / 1000) * 1rem);
	color: #fff;
	text-align: left;
}
.formbox > .flex-box span[class^="form__"]::after{
	content: "\03A";
	display: inline-block;
	margin: 0 .25rem;
}
.formbox > .flex-box .form__quantity span{
	color: #fff;
}

.formbox div.flex-box .form__select{
	margin: 0;
	margin-right: 1.5625rem;
}
.formbox div.flex-box .form__select select{
	width: 11.4375rem;
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	margin: 0 auto;
}
.formbox div.flex-box .form__quantity input{
	max-width: 3.9375rem;
	width: 100%;
	border : 1px solid #cccccc;
	padding: .15rem 9px;
	box-sizing: border-box;
	outline: none;
	color : #000000;
	height: 30px;
}

.formbox > .form__tokuten {
	margin-bottom: 1.25rem;
}
.formbox > .form__tokuten span.form__tokuten_txt{
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: .5rem;
}
.formbox > .form__tokuten span.form__tokuten_txt::after{
	content: none;
}
.formbox > .form__tokuten select{
	width: 11.4375rem;
	/* appearance: none; */
	border : 1px solid #cccccc;
	padding: .15rem 9px .15rem 0;
	box-sizing: border-box;
	outline: none;
	background: #ffffff;
	font-size: .9375rem;
	color : #000000;
	height: 30px;
}

.formbox .form__btn{
	margin-bottom: 0;
}

.formbox .form__btn button{
	max-width: 405px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background: #aa803b;
	font-size: 1rem;
	font-weight:400;
	line-height: 1.6;
	letter-spacing: calc((40 / 1000) * 1rem);
	color: #ffffff;
	padding: .5rem 0;
}

.formbox .form__btn button i{
	line-height: .5;
	padding-right: 4px;
}

#itemlist .row:not(:last-child) {
	/* margin-bottom: 4.5rem; */
}



.official_link{
	max-width: calc(384px * 1 + 1.875rem);
	width: 100%;
	padding-top: 12px;
	box-sizing: border-box;
	margin: 0 auto;
	/* padding-top: calc(4.9375rem + 12px); */
	/* padding-bottom: 7.5rem; */
	position: relative;
	/* -ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between; */
}

.official_link > div:not([class]){
	max-width: calc(384px - 2px * 2);
	width: 100%;
}

.cast_contents + .official_link{
	max-width: calc(384px * 1 + 1.875rem);
}

.cast_contents + .official_link .official_button:nth-child(n + 2){
	margin-top: 2.75rem;
}

.official_link > div:not([class]) .official_button:nth-child(n + 2){
	margin-top: 1rem;
}

/* .official_link::before{
	content: "";
	background: url('../images/diamond.png') no-repeat;
	background-position: center;
	background-size: 100%;
	width: 5.875rem;
	height: .75rem;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
} */

.bottom_link{
	padding-bottom: 8rem;
}

.bd_content__form__list{
	align-items: flex-start;
}








@media only screen and (max-width: 1140px) {/*768まで*/
	html{font-size: 70%;}
	.img-thumbnail {width: 100%;}
	main > [id] .container{max-width: 100%;}
	#content02{padding-left: 1rem;padding-right: 1rem; }
	#content02 .cast_listitem {
		max-width: calc((100% - (1rem * 4 - 4px * 4)) / 5);
	}
	.cd_content{padding-left: 1rem;padding-right: 1rem; }
	.movie_content{padding-left: 1rem;padding-right: 1rem; }

	.official_link , 
	.cast_contents + .official_link{
		max-width: 100%;
	}

	.official_button{
		max-width: 46vw;
	}

	.official_button:nth-child(n + 3){
		margin-top: 2.75rem;
	}

	.cast_contents + .official_link .official_button:nth-child(n + 2){
		margin-top: 0;
	}

	.bd_txtBox__sec__ttl img{
		width: 100%;
	}
}



@media only screen and (max-width: 767px) {/* 375まで */
	html{font-size: 100%;}
	.sp_br{display: block;}
	.pc_br{display: none;}

	/* MV	-------------------------------------*/

	#mainimage{
		border-bottom: #aa803a 2px solid;
	}

	#mainimage .mv_logo{
		max-width: 70vw;
		bottom: 1.375rem;
	}
  
  nav{
    padding: 3rem 0 1rem;
  }
  nav ul {
    padding: 0;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  nav ul li{
  }
  nav ul li a{
    font-size: 0.8rem;
  }
  nav ul li:first-child a {
    padding: 1.5rem 1rem;
  }
  nav ul li::after{
    top: auto;
    bottom: 10%;
    right: 48%;
  }

  /* .nav_sticky{
	position: sticky;
    top: -40px;
    z-index: 100;
  } */
  
	#content02 {
		padding-top: 2rem;
		overflow-x: hidden;
	}

	#content02 .intro_ttl {
		width: 80%;
		margin: 0 auto 1rem;
	}
	#content02 .intro_ttl::after{
		bottom: 0;
	}
	#content02 .intro_subttl{
		font-size: 1.25rem;
		margin-bottom: 1rem;
	}
	#content02 .intro_txt {
		font-size: .75rem;
	}
	#content02 .cast_contents{
		margin: 3.25rem auto 1.5rem;
	}
	#content02 .cast_ttl{
		width: 80%;
		margin: 0 auto calc(1.75rem + 12px);
	}
	#content02 .cast_ttl::after{
		bottom: 0;
	}
	#content02 .cast_listitem {
		max-width: calc((100% - 1.25rem) / 2);
	}
	#content02 .chara_name{
		font-size: .75rem;
		margin-bottom: .5rem;
	}
	#content02 .chara_voice{
		font-size: 1rem;
	}

	.official_button a{
		padding: 1.25rem 0 1.375rem;
		font-size: 1.25rem;
	}
	.official_button a::after{
		width: calc(2.75rem * .75);
		height: calc(.625rem * .75);
	}

	.detail_ttl {
		width: 80%;
		margin: 0 auto 2.25rem;
		padding-bottom: 2.375rem;
	}
	.goods_ttl {
		width: 80%;
		margin: 0 auto 2.25rem;
		padding-bottom: 2.375rem;
	}
	.bluray_ttl {
		width: 50%;
		margin: 0 auto 2.25rem;
		padding-bottom: 2.375rem;
	}
	.drama_ttl {
		width: 50%;
		margin: 0 auto 2.25rem;
		padding-bottom: 2.375rem;
	}
	.movie_ttl {
		width: 30%;
		margin: 0 auto 2.25rem;
		padding-bottom: 2.375rem;
	}
	.detail_ttl::after{
		bottom: 0;
	}
	.goods_ttl::after{
		bottom: 0;
	}
	.bluray_ttl::after{
		bottom: 0;
	}
	.drama_ttl::after{
		bottom: 0;
	}
	.movie_ttl::after{
		bottom: 0;
	}

	/* #content02 .intro_day {
		font-size: 1.25rem;
		line-height: 1.35;
		padding-bottom: .825rem;
	}
	#content02 .intro_day span {
    font-size: 1.725rem;
		margin-bottom: 1rem;
	}

	#content02 .intro_day::after {
		left: 0;
		width: 100%;
	}
	#content02 .detail_day__inner {
		margin-bottom: 1.525rem;
	} */

	.intro_day {
		font-size: 1rem;
		line-height: 1.35;
	}
	.intro_day span{
		font-size: 72%;
		line-height: 1.5;
	}
	.info_dayarea{
		margin-bottom: 2rem;
	}

	.info_txtbox:not(:last-child){
		margin-bottom: 2.5rem;
	}

	.intro_dayttl{
		font-size: 1rem;
		padding: 0.5rem 0;
		line-height: 1.5;
	}

	.intro_special{
		margin-bottom: 0;
	}

	.info_new_txt{
		font-size: 1.2rem;
	}
	
	.info_new_logo{
		margin: 0 auto 2.5rem;
		width: 60%;
	}

	#detail {
		margin-top: 3.25rem;
		width: 90%;
	}
	.detailtxt h4{
		font-size: 1.125rem;
		padding: .86rem 1rem 1rem;
	}
	.detailtxt h4::after {
		right: 1rem;
	}
	.detailtxt ul{
		padding: 0 1rem;
	}
	.detailtxt li {
		font-size: .75rem;
	}

	.detailtxt h4.acc_open + ul{
		padding: 1rem;
	}

	.bg_2nd{
		background-size: 300%;
		padding-top: 3rem;
		padding-bottom: 0;
		margin-bottom: 2.5rem;
	}


	.sp_d-none{
		display: none;
	}
	.cd_content .cd_ttl{
		width: 100%;
		font-size: 1.25rem;
		line-height: 1.45;
		margin-bottom: 2.5rem;
	}
	.cd_content .carousel{
		max-width: 100%;
		margin-bottom: 5rem;
	}
	.cd_content .carousel::after{
		height: calc(100vw - 1rem * 2);
	}
	.cd_content .cd_txtBox{
		max-width: 100%;
	}
	.cd_content .cd_name{
		font-size: .75rem;
		margin-bottom: 1rem;
	}
	.cd_content .cd_track{
		font-size: .75rem;
		margin-bottom: 1rem;
	}
	.cd_content .cd_number{
		font-size: .75rem;
		margin-bottom: 1rem;
	}
	.cd_content .cd_benefits{
		font-size: .75rem;
		margin-bottom: 1rem;
	}
	.cd_content .cd_maker{
		font-size: .75rem;
	}
	.cd_content .formbox{
		margin-top: 1.8125rem;
	}
	.cd_content .formbox div.flex-box{
		margin-bottom: 1.75rem;
	}
	.cd_content {
		margin-bottom: 4rem;
	}
	

	.movie_content h2{
		font-size: 1.5rem;
	}
	.movie_content h2::after{
		width: calc(23.125rem * .85);
		height: calc(4.375rem * .85);
	}
	.movie_content .youtube iframe{
		height: 52vw;
	}

	.movie_content {
		margin-bottom: 2.75rem;
	}


	main > *[id] .container h2 > span::before ,
	main > *[id] .container h2 > span::after{
		transform: translateY(-100%);
	}



	/* #content03 .panel_connect > div {
		margin: 0 auto 1.5rem;
	}

	#content03 .panel_connect .panel_connect_catch {
		font-size: 1rem;
		padding: .5rem 0 .65rem;
		margin-bottom: .875rem;
	display: block;
	}

	#content03 .panel_connect_caution {
		font-size: .875rem;
	}

		#content03 .panel_connect {
		margin-bottom: 2.625rem;
	} */

	#content03 {
		padding-top: 3.25rem;
		padding-bottom: 0;
	}

	.bg_showdown{
		width: 90%;
		background-size: 300%;
		padding-top: 0;
		padding-bottom: 0;
		margin-bottom: 4rem;
	}

	.bg_others{
		width: 90%;
		padding-top: 2.25rem;
		padding-bottom: 0;
		margin-bottom: 2rem;
	}

	.lpbnr{
		width: 90%;
		margin-bottom: 2rem;
	}



	main > [id] .container h2 {
		margin-bottom: 2.75rem;
	}
	main > *[id] .container h2 > span {
    font-size: 1.825rem;
	}
	main > [id] .container .container {
	padding-left: 0;
	padding-right: 0;
	}

	#itemlist > .row{
		padding-left: 1rem;
		padding-right: 1rem;
	}
	#itemlist > .row > div {
		max-width: 100%;
		border-radius: 0;
	}
	#itemlist .carousel{
		padding-left: 0;
		padding-right: 0;
	}
	#itemlist .item__ttl {
		margin-top: 1rem;
	}
	#itemlist .item__ttl span{
		font-size: 1.25rem;
		margin-top: 1.75rem;
		margin-bottom: 1.25rem;
		margin-left: 0;
		margin-right: 0;
		padding-left: 0rem;
		padding-right: .5rem;
	}
	#itemlist .item__size{
		font-size: .935rem;
		padding: 0;
		margin-bottom: 1.25rem;
	}
	#itemlist .item__txt{
		font-size: .935rem;
		padding: 0;
	}
	#content03 .item__price{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.formbox > .flex-box span[class^="form__"] {
		font-size: .935rem;
	}
	.formbox div.flex-box .form__select{
		margin-right: 0;
		margin-bottom: 1rem;
		width: 100%;
	}
	.formbox .form__btn button{
		max-width: 100%;
	}

	.official_link{
		max-width: 100%;
		/* padding-top: calc(2rem + 12px); */
		/* padding-bottom: 5.5rem; */
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.official_link .official_button:last-child{
		margin-top: 1rem;
	}

	.official_button{
		max-width: 100%;
	}
	

	.official_button:nth-child(n + 2) , 
	.cast_contents + .official_link .official_button:nth-child(n + 2){
		margin-top: 1.5rem;
	}

	.cd_content.BD .carousel::after{
		transform: translateY(124.5vw);
	}

	.bd_txtBox__secBox__txt span{
		text-indent: 0;
	}

	.bd_content__form__list__group{
		max-width: 100%;
	}

	.bd_content__form__list__ttl{
		font-size: 1.25rem;
	}

	.bd_content__form__list__description__txt{
		font-size: .875rem;
		line-height: 1.3;
		/* text-align: center; */
	}

	.bd_content__form__list__description__txt span{
		display: block;
	}
	.bd_content__form .formbox{
		margin-top: 0;
	}

	.bd_content__form .formbox , 
	.bd_content__form__list__button__form{
		max-width: 100%;
	}

	.bd_content__form__list__button__form:not(:last-child){
		margin-bottom: 1rem;
	}

	.bd_content__form__list__group:nth-child(n + 2) {
		margin-top: 1.25rem;
	}

	.bd_content__form button {
		padding: .5em;
	}


	.bd_txtBox__secBox__img div{
		max-width: calc((100% - 1rem) / 2);
		margin-bottom: 1rem;
	}

	/* .bd_txtBox__secBox__img div:nth-child(n + 2){
		margin-top: 1.5rem;
	} */

	#content03 .cd_content .item__price{
		margin: 0 1rem 0 0;
	}

	.ver_logo_ttl{
		margin-bottom: 1.5rem;
		width: 50%;
	}

	.others_logo_ttl{
		margin-top: 1rem;
		margin-bottom: 1.5rem;
		width: 35%;
	}

	.bd_txtBox__secBox__contents{
		margin-top: .3rem;
	}

	.bd_txtBox__secBox__contents:first-of-type{
		margin-top: 1.5rem;
	}

	
}









@media only screen and (max-width: 450px) {
	#content02 .intro_ttl img{
		width: 100%;
	}
}
