body {
	font-size: 16px;
	font-family: klavika-web , "メイリオ", sans-serif ;
	/*background-color: rgba(0, 0, 0, 1);*/
	background: linear-gradient(70deg, #000, #351607);
	background-repeat: no-repeat;
	background-size: cover;
	color: #000;
	background-color: #000;
}

main {
	padding-bottom: 0px;
}

@media screen and (max-width: 768px) {

	body {
		background-size: auto 100%;
		background-attachment: fixed;
		background-position: 50% 0%;
	}

	main {
		padding-bottom: 60px;
	}

}



/* デフォルトの幅固定サイズ(1400px)を上書きするクラス ----------------------- */
.width-org {
    max-width: 1400px;
}



/* メインコンテンツ:スクロール背景とヘッダ下の位置調整 ----------------------- */
#all_bg {
	/*position: relative;*/
	top: 60px;
	/*background: linear-gradient(-20deg, #ffcf00 0%, #e94537 100%);*/
    /*background-attachment: fixed; /*--背景画像の固定--*/
    /*background-repeat: no-repeat; /*--背景画像の繰り返し--*/
    /*background-position: center center; /*--背景画像の位置--*/
	margin: 0 auto 0 auto;
	max-width: 1400px;
	background-color: #fff;
	filter: drop-shadow(0 0 3rem red);
	z-index: ;
}

@media screen and (max-width: 768px) {

	#all_bg {
		top: 120px; /*ヘッダー下タイトルなし*/
		/*background:url(https://amd-heroes.jp/img/bg-board.png) center -224px;*/
		/*background-color: #000000;*/
		/*top: 135px;*/ /*ヘッダー下タイトルあり*/
	}

}


/* メインビジュアルCSS ------------------------------------------ */

h1 {
	margin: 0 auto;
	padding: 0;
}

#mv-area {
	/*
	background-image: url(../images/heroimage_bg.jpg);
	background-position: 50% 50%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 30px 28px #000000;*/
}

.wrapper-mv {
    max-width: 1400px;
    margin: 0 auto;
}

.pc img{
	width: 100%;
}

/* LPごと */

#period-area {
	padding: 30px 0 30px 0;
	color: #000;
	background-image: url(../images/32301377_l.jpg);
	background-color:rgba(0,0,0,0.7);
	background-blend-mode: darken;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#period-area02 {
	padding: 30px 0 50px 0;
	color: #000;
}

/* 期間 */

#period-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 1% auto 3% auto;
}

.period-inrbox {
	width: 50%;
	border-right: 2px solid #000;
}

.period-inrbox:nth-child(2) {
	border-right: 0px solid #000;
	padding-left: 0px;
}

.period-txtbox {
	width: 100%;
	padding: 10px 0;
	text-align: center;
	font-weight: 600;
}

.period-txt_ttl {
	font-size: 1.7em;
	line-height: 1.75em;
	color: #000;
	font-family: メイリオ !important;
}

.period-txt_period_bk {
	color: #000;
	font-size: 1.2em;
	padding: 5px;
	font-family: メイリオ !important;
}

.period-entrylink {
	width: 40%;
	margin: 0% auto 0% auto;
	padding: 2% 0% 2% 0%;
}

@media screen and (max-width: 768px) {

	.period-inrbox {
		width: 100%;
		border-right: 0px solid #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
	}

	.period-inrbox:nth-child(2) {
		border-right: 0px solid #FFFFFF;
		border-bottom: 0px solid #FFFFFF;
		padding-left: 0px;
	}

	.period-txtbox {
		padding: 10px 0;
	}

	.period-entrylink {
		width: 80%;
		margin: 0% auto 0% auto;
		padding: 2% 0% 2% 0%;
	}

.wrapper-mv {
    max-width: 100%;
    margin: 0 auto;
}

}

#entry-bg {
	width: 100%;
	margin: 0;
	padding: 0;
}

#desc-area {
	width: 100%;
	padding: 50px 20px 50px 20px;
	background-color: rgba(255, 255, 255, 1);
	color: #000000;
}

#logos-area {
	padding: 50px 0 50px 0;
	background-color: #000000;
}

@media screen and (max-width: 768px) {

	#period-area {
		padding: 40px 0 40px 0;
	}

	#prodct-bg {
		padding: 100px 0 80px 0;
	}

	#entry-bg {
		padding:60px 0;
		text-align: center;
	}

	#logos-area {
		padding: 50px 0 50px 0;
	}

	#desc-area {
		padding:60px 0;
	}

}

.entry-link {
	display: inline-block;
	width: 100%;
	padding: 20px 0;
	border: 1px solid #ffffff;
	background-color: #f26522;
	box-shadow: 0px 0px 20px 8px #666666;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	color: #fff !important;
	transition: 0.5s;
}

@media screen and (max-width: 768px) {

	.entry-link {
		font-size: 1.5em;
	}
}

.entry-link:hover {
	box-shadow: 0px 0px 20px 8px red;
	color: #FFFFFF;
}


/* ダブルチャンス */

.wchance_total{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.wchance{
	width: 27.3%;
	margin: 3%;
}

.wchance img{
	width: 100%;
}

.wmaker{
	margin-bottom: 1%;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
}

.wtext{
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

.wname{
	width: 70%;
	padding: 3% 0;
	color: #000;
	font-weight: 700;
	text-align: center;
	background-color: #fff;
}


.wpeople{
	width: 30%;
	padding: 3% 0;
	color: #fff;
	font-weight: 700;
	text-align: center;
	background-color: #7b642d;
}

@media screen and (max-width: 768px) {

	.wchance{
		width: 100%;
		margin: 0% 0% 10% 0%;
	}
}


/* 対象製品 */

.under2{
	margin-bottom: 2%;
}

#product-area {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
	#product-area {
		width: 96%;
		margin: 0 2% 0 2%;
	}
}

#product-area02 {
	width: 1200px;
	margin: 3% auto 0 auto;
	display: flex;
	flex-wrap: wrap;
}


@media screen and (max-width: 768px) {
	#product-area02 {
		width: 96%;
		margin: 0 2% 0 2%;
	}
}

.bandle-biobnr {
	width: 90%;
	margin: 0 auto;
}

@media screen and (max-width: 768px) {

	.bandle-biobnr {
		width: 88%;
		margin: -100px auto 0 auto;
	}

}



/* エントリー説明エリア */

#anothercamp-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	width: 60%;
	margin: 0 auto 80px auto;
	padding: 20px;
	background-color: #ffffff;
	color: #000000;
}

#anothercamp-inrbox_txt {
	width: 66%;
}

#anothercamp-txt_01 {
	width: 30%;
	background-color: #000000;
	padding: 5px 10px;
	font-size: 2.0rem;
	font-weight: 600;
	color: #ffffff;
}

#anothercamp-txt_02 {
	width: 100%;
	margin-top: 5px;
	font-size: 1.6rem;
	text-align: left;
}

#anothercamp-txt_03 {
	width: 100%;
	margin-top: 8px;
	font-size: 2.4rem;
	font-weight: 600;
	text-align: left;
}

#anothercamp-txt_link {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	width: 30%;
	border: 1px solid #000000;
	padding: 5px;
}

#anothercamp-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5px;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2.0rem;
	font-weight: 600;
	line-height: 1.25;
	transition: 0.5s;
}

#anothercamp-link:hover {
	box-shadow: 0px 0px 15px 8px #ff8837;
}

@media screen and (max-width: 780px) {

	#anothercamp-box {
		width: 100%;
	}

	#anothercamp-txt_01 {
		margin: 0 auto;
		width: 45%;
		font-size: 2.0rem;
	}

	#anothercamp-txt_02 {
		font-size: 1.4rem;
	}

	#anothercamp-txt_03 {
		width: 100%;
		margin-top: 5px;
		font-size: 2.2rem;
		line-height: 1.1;
	}

	#anothercamp-inrbox_txt {
		width: 100%;
		margin-bottom: 20px;
	}

	#anothercamp-txt_link {
		width: 100%;
	}

}

#entry-ttl {
	width: 96%;
	font-size: 1.5em;
	text-align: center;
	margin:30px auto 20px auto;
	color: #fff;
	font-weight: 700;
	padding: 2%;
	background: linear-gradient(to right, #f26522 0%, red 100%);
}

.entry-ttl02 {
	width: 100%;
	font-size: 2em;
	text-align: center;
	margin:50px auto 50px auto;
	color: #000;
	font-weight: 700;
	padding: 2%;
	background: linear-gradient(-20deg, #7b642d 0%, #c5a04c 100%);
	border: #000 solid 2px;
}

.entry-ttl03 {
	width: 100%;
	font-size: 2em;
	text-align: center;
	margin: 2% auto;
	color: #e94537;
	font-weight: 700;
	line-height: 1.2em;
}

.entry-ttl04 {
	width: 100%;
	font-size: 1.2em;
	text-align: center;
	margin:10px auto 10px auto;
	color: #000;
	font-weight: 400;
	padding: 1%;
}

.gift{
	width: 100%;
}

.giftphoto{
	width: 85%;
	margin: 0 auto;
}

.gift img{
	width: 100%;
}

@media screen and (max-width: 780px) {
	.gift{
		width: 100%;
		margin: 0 auto;
	}

	.giftphoto{
	width: 100%;
	margin: 0 auto;
}

	.entry-ttl03 {
		width: 100%;
		font-size: 1em;
		text-align: center;
		margin: 2% auto;
		color: #e94537;
		font-weight: 700;
		line-height: 1.2em;
	}

	.entry-ttl02 {
		width: 100%;
		font-size: 1.5em;
		line-height: 1.2em;
		text-align: center;
		margin:50px auto 50px auto;
		color: #fff;
		font-weight: 700;
		padding: 2%;
		background: linear-gradient(-20deg, #7b642d 0%, #c5a04c 100%);
		border: #fff solid 2px;
	}
}

#entry-step_area {
	width: 96%;
	margin: 0% auto 3% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	background-color: #ffc8a3;
	padding: 2%;
}


.entry-step_box{
	float: left;
	width: 30%;
	height: 480px;
	padding: 2%;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}

.entry-step_allow{
	float: left;
	width: 5%;
	height: 480px;
    background:
      linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #FFFFFF 50%) no-repeat top left/100% 50%,
      linear-gradient(to top left, rgba(255,255,255,0) 50%, #FFFFFF 50%) no-repeat bottom right/100% 50%;
}

.entry-stepno {
	font-size: 3.6rem;
	font-weight: 600;
	margin-bottom: 5%;
}

.entry-txt{
	font-size: 1.7rem;
	margin-bottom: 3%;
	line-height: 1.2;
	text-align: left;
}


.entry-image {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    background-color: #FFFFFF;
	margin-bottom: 8%;
}

.entry-note {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 3%;
}

.entry-period{
	color: #FFFFFF;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 2%;
	background-color: #000000;
}

#entry-step02_period {
	margin-bottom: 32%;
}


.entry-code_box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 80px;
    font-size: 1.8rem;
    line-height: 1.2;
}

.entry-code_box_act {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 0px;
    font-size: 1.8rem;
    line-height: 1.2;
}


.entry-codeexp_title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	color: #666666;
	width: 30%;
	padding: 2%;
	border: 1px solid #262e38;
	background-color: #CCCCCC;
	font-weight: 600;
}

.entry-codeexp_desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
	color: #666666;
	width: 70%;
	padding: 0.5% 20px;
	border-top: 1px solid #262e38;
	border-right: 1px solid #262e38;
	border-bottom: 1px solid #262e38;
	background-color: #FFFFFF;
}

.entry-codeexp_activate {
	border-top: 0px solid #262e38;
}

.entry-all-note {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
	text-align: left;
	font-size: 1.4rem;
	color: #FFFFFF;
}

@media screen and (max-width: 780px) {

	#entry-ttl {
		font-size: 2.5rem;
		margin:50px auto 20px auto;
	}

	.entry-stepno {
		font-weight: 600;
		margin-top: 5%;
	}

	.entry-step_box{
		float: none;
		width: 100%;
		height: auto;
		padding: 4%;
		color: #666666;
		background-color: #FFFFFF;
		text-align: center;
	}



	.entry-step_allow{
		float: none;
		width: 100%;
		height: 50px;
	    background:
	      linear-gradient(to top right, rgba(255,255,255,0) 50%, #FFFFFF 50.5%) no-repeat top left/50% 100%,
	      linear-gradient(to top left, rgba(255,255,255,0) 50%, #FFFFFF 50.5%) no-repeat top right/50% 100%;
	}

	.entry-txt{
		margin-bottom: 4%;
	}

	.entry-image {
		width: 60%;
		margin: 0 auto 4% auto;
	}

	.entry-note {
		line-height: 1.1;
		margin-bottom: 4%;
	}

	#entry-step02_period {
		margin-bottom: 8%;
	}

	.entry-codeexp_title {
		width: 100%;
		border: 1px solid #262e38;
	}

	.entry-codeexp_desc {
		width: 100%;
		padding: 4%;
		border-top: 0px solid #262e38;
		border-right: 1px solid #262e38;
		border-bottom: 0px solid #262e38;
		border-left: 1px solid #262e38;
		background-color: #FFFFFF;
	}

}


/* Logos */

.logos-img_xgp {
	width: 33%;
	margin: 0 auto;
	text-align: center;
}

.logos-img_xgp img{
	width: 80%;
}

@media screen and (max-width: 768px) {

	.logos-img_xgp {
		width: 94%;
	}

}



/* ディスクレーマー */

#desc-area ul {
	font-size: 1.4rem;
}

#desc-area li {
	list-style-type: square;
	margin-left: 40px;
	line-height: 2.0;
}

@media screen and (max-width: 768px) {

	#desc-area ul {
		font-size: 1.2rem;
	}

	#desc-area li {
		margin-right: 10px;
		margin-bottom: 10px;
		margin-left: 20px;
		line-height: 1.5;
	}
}

#disti-area {
	width: 60%;
	margin: 5% auto;
	text-align: center;
}

#disti-area img{
	width: 100%;
}

@media screen and (max-width: 768px) {
	#disti-area {
		width: 95%;
		margin: 5% auto;
		text-align: center;
	}
}

/* 固定フッター */

.wrapper-footer {
	max-width: 1400px;
	margin: 0 auto;
}

#footer-bg {
    height: auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #000000;
}

#footer-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 80px;
}

#footer-bio {
	width: 50%;
}

#footer-bio_img {
	width: 100%;
}

#footer-bio_link {
	width: 50%;
	margin: 0 auto;
}

#footer-entry {
	width: 50%;
}

#footer-entry_box {
	width: 80%;
	margin: 0 auto;
}

#entry-link_btm {
	padding: 15px 0 10px 0;
	font-size: 2.4rem;
	color: #ffffff;
}

/* デフォルトフッター：下に固定のフッターを表示させる場合は、padding-bottomを調整すること */

#footer-area {
	padding-bottom: 30px;
}

@media screen and (max-width: 768px) {

	#footer-area {
		padding-bottom: 190px;
	}

	#footer-bio {
		width: 100%;
		padding: 10px 0;
	}

	#footer-entry {
		width: 100%;
		padding: 20px 0;
	}

	#entry-link_btm {
		padding: 15px 0 10px 0;
		font-size: 1.8rem;
	}
}

.gift_text{
	text-align: center;
	font-size: 1.5em;
	margin: 10px 0 100px 0;
	font-weight: 400;
	color: #000;
}

.movie_box{
	width: 40%;
	margin: 0% 30% 10% 30%;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.movie_box{
		width: 95%;
		margin: 0% 2.5% 10% 2.5%;
		text-align: center;
	}

	.gift_text{
		text-align: center;
		font-size: 0.9em;
		margin: 10px;
		font-weight: 700;
		line-height: 1.2em;
	
	}
}


#can_banner {
	width: 100%;
}

.link_banner{
	width: 70%;
	margin: 3% auto;
}

.link_banner:hover {
    transform: scale(.95);
	transition: 0.2s ;
}

.link_banner img {
	width: 100%;
}

@media screen and (max-width: 768px) {
	#can_banner {
		width: 100%;
	}
	
	.link_banner{
		width: 90%;
		margin: 3% auto;
	}
}

@media screen and (min-width: 768px){
	.br-sp {display: none; }
	}

@media screen and (max-width: 768px){
	.br-pc {display: none; }
	}

/*--追加--*/

.presant_title{
	width: 100%;
	margin-top: -12%;
}

.presant_title img{
	width:38% ;
}

.left{
	text-align: left;
}

.right{
	text-align: right;
}

.presant_item{
	width: 20%;
	margin: 0 0 2% 0 ;
}

.presant_item p {
	font-size: 1em;
	font-weight: 700;
	text-align: center;
	line-height: 1.2em;
}

.item_box{
	width: 100%;
	margin: ;
	padding: 2%;
	display: flex;
	flex-wrap: wrap;
}


/*--0228追加--*/

.subject_list{
	width: 90%;
	margin: 0 auto;
	border: #fff solid 2px;
}

.subject_cat{
	width: 100%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(207, 97, 23, 0.2) ;
}

.subject_cat02{
	width: 100%;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	background-color: rgba(197, 2, 25, 0.2) ;
}

.subject_series{
	width: 27%;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	background-color: #000;
	color: #fff;
	border-right: solid #fff 3px;
}
.subject_prod{
	width: 73%;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	background-color: #3b3b3b;
	color: #fff;
}

.subject_series02{
	width: 27%;
	margin: 0 0 0 0;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
	padding: 1% 1% 1% 2%;
	background-color: ;
	color: #000;
	border-right: solid 3px rgba(242, 101, 34, 1);
	border-bottom: solid 3px rgba(242, 101, 34, 1);
}

.subject_series03{
	width: 27%;
	margin: 0 0 0 0;
	font-size: 1.8em;
	font-weight: 700;
	text-align: left;
	padding: 1% 1% 1% 2%;
	background-color: ;
	color: #000;
	border-right: solid 3px rgba(197, 2, 25, 1);
	border-bottom: solid 3px rgba(197, 2, 25, 1);
}

.subject_prod02{
	width: 73%;
	border-bottom: solid 3px rgba(242, 101, 34, 1);
}

.subject_prod05{
	width: 73%;
	border-bottom: solid 3px rgba(197, 2, 25, 1);
}

.subject_prod03{
	width: 100%;
	margin: 0 0 0 0;
	padding: 1% 0 1% 3%;
	font-size: 1.8em;
	font-weight: 700;
	color: #000;
}

.subject_prod04{
	width: 100%;
	margin: 0 0 0 0;
	padding: 1% 0 1% 3%;
	font-size: 1.8em;
	font-weight: 700;
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
}

.one_pro{
	margin: ;
}

.two_pro{
	padding-top: 2.2%;
}

.tree_pro{
	padding-top: 3.8%;
}

.ookiku{
	font-size: 1.8em;
	color: red;
}

.space2{
	margin-top: 5%;
}

@media screen and (max-width: 768px) {

	.presant_item{
		width: 100%;
		margin: 0 0 2% 0 ;
	}

	.presant_item p {
		font-size: 1em;
		font-weight: 700;
		text-align: center;
		line-height: 1.2em;
	}

	.subject_series{
	width: 100%;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	background-color: #e94537;
	color: #fff;
	border-bottom: solid #fff 3px;
}
.subject_prod{
	width: 100%;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1%;
	background-color: #e94537;
	color: #fff;
}

.subject_series02{
	width: 100%;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1% 1% 1% 1%;
	background-color: ;
	color: #666666;
	border-right: solid 0px rgba(242, 101, 34, 1);
	border-bottom: solid 3px rgba(242, 101, 34, 1);
}

.subject_series03{
	width: 100%;
	margin: 0 0 0 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	padding: 1% 1% 1% 1%;
	background-color: ;
	color: #666666;
	border-right: solid 0px rgba(197, 2, 25, 1);
	border-bottom: solid 3px rgba(197, 2, 25, 1);
}

.subject_prod02{
	width: 100%;
	border-bottom: solid 3px rgba(242, 101, 34, 1);
}

.subject_prod05{
	width: 100%;
	border-bottom: solid 3px rgba(197, 2, 25, 1);
}

.subject_prod03{
	width: 100%;
	margin: 0 0 0 0;
	padding: 1% 0 1% 3%;
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
}

.subject_prod04{
	width: 100%;
	margin: 0 0 0 0;
	padding: 1% 0 1% 3%;
	font-size: 1.2em;
	font-weight: 700;
	color: #000;
	background-color: rgba(255, 255, 255, 0.5);
}

.one_pro{
	margin: ;
}

.two_pro{
	padding-top: 1%;
}

.tree_pro{
	padding-top: 1%;
}

.subject_list{
	width: 100%;
	margin: 0 auto;
	border: #fff solid 2px;
}

}