@charset "utf-8";

html{
	font-size: 62.5%;
}
html, body, h1, h2, h3, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	vertical-align:baseline;
	list-style: none;
}
body {
	position: relative;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 2;
	font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic', sans-serif;
	font-size: 1.6rem;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img{
	width: 100%;
	height: auto;
	vertical-align: middle;
	object-fit: contain;
}
a{
	color:#fff;
	text-decoration: none;
	transition: 0.4s;
}
a:hover{
	opacity: .8;
}
#wapper{
	position: relative;
	z-index: 2;
}
/*------------------------------
	background
------------------------------ */
body{
	font-family: 'M PLUS 1p', sans-serif;
}
#bg {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
	/*background: url(../images/bg.gif);*/
	background-size: 500px 500px;
	z-index: -1;
	background-color: #000;
}
.bg_image_loop_box{
	height: 100vh;
	overflow: hidden;
}
.bg_image_loop_box:before{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    z-index: 2;
    height: 100%;
    width: 100%;
	opacity: .6;
	background-color: #150701;
}
.bg_image_loop_box:after{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
	z-index: 1;
    height: 100%;
    width: 100%;
    background: url(../images/bg_dot.png) no-repeat 50%;
    background-size: cover;
}
.bg_image_loop_L {
	width: 100%;
	height: 204px; /* 画像の高さを指定 */
	position: relative;
	background-size: auto 100%;
	animation: bg-slider_L 60s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
	margin: 0;
	padding: 0;
}
.bg_image_loop_R {
	width: 100%;
	height: 204px; /* 画像の高さを指定 */
	position: relative;
	background-size: auto 100%;
	animation: bg-slider_R 60s linear infinite; /* 23sの部分背景画像の約数だとスムーズ */
	margin: 0;
	padding: 0;
}
.loop_01{background: url("../images/top_01_black.jpg") repeat-x 0 0;}
.loop_02{background: url("../images/top_02_black.jpg") repeat-x 0 0;}
.loop_03{background: url("../images/top_03_black.jpg") repeat-x 0 0;}
.loop_04{background: url("../images/top_04_black.jpg") repeat-x 0 0;}
@keyframes bg-slider_L {
	from { background-position: 0 0; }
    to { background-position: -1980px 0; } /* 1518pxとは使用した背景画像の長さ */
}
@keyframes bg-slider_R {
	from { background-position: 0 0; }
    to { background-position: 1980px 0; } /* 1518pxとは使用した背景画像の長さ */
}
/*------------------------------
	header
------------------------------ */
header{
	margin: 0;
	padding: 0;
	position: relative;
	height: 100vh;
}
header h1{
	position: absolute;
	z-index: 3;
	top: 40%;
    left: 50%;
    transform: translate(-50%, -45%);
    -webkit-transform: translate(-50%, -45%);
    -ms-transform: translate(-50%, -45%);
	width: 85%;
}
/* TOPTwitterリンク */
.top_twitter{
    background-color: #37b3ff;
    border-radius: 50px;
    padding: 1rem;
    display: block;
    text-align: center;
    border: 4px solid #ffffff4d;
    width: 80%;
    margin: 3rem auto 0;
    line-height: 1;
    font-size: 1.8rem;
}
.top_twIcon{
	position: absolute;
	right: 1rem;
	bottom: 14.5rem;
	max-width: 200px;
}
.cpTw-btn {
  padding: 1rem 25px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
	width: 100%;
}
.btn-1 {
  border: 2px solid #1da1f2;
	color:#1da1f2;
	text-align: center;
}
.btn-1:hover {
  background: #1da1f2;
  color: #fff;
}
.btn-1:active {
  top: 2px;
}
.btn-2 {
  border: 2px solid #01b900;
	color:#01b900;
	text-align: center;
}
.btn-2:hover {
  background: #01b900;
  color: #fff;
}
.btn-2:active {
  top: 2px;
}
.btn-3 {
  border: 2px solid #d29229;
	color:#d29229;
	text-align: center;
}
.btn-3:hover {
  background: #d29229;
  color: #fff;
}
.btn-3:active {
  top: 2px;
}
/*------------------------------
	各カテゴリ
------------------------------ */
section{
	position: relative;
	padding: 5rem 0;
	color: #fff;
}
/*------------------------------
	メッセージ
------------------------------ */
.message-contents{
	/*background-color: #d29229;*/
	padding: 8rem 0;
	background: radial-gradient(circle at top, #eaaa41 0%, #d29229 60%);
}
.message-contents:before{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url("../images/bg_line_01.png");
    background-size: 28px 28px;
}
.message-contents_inner{
	text-align: center;
}
.message-contents_inner .topimg{
	width: 30%;
	max-width: 120px;
	margin: 0 auto 3rem;
}
.message-contents .btmimg{
	margin: 3rem 1rem 0;
	
}
.message-contents_inner h1.title{
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 3rem;
	line-height: 1.4;
}
.message-contents_inner .txt span{
	font-weight: 500;
    font-size: 2.4rem;
}


/*------------------------------
	youtube
------------------------------ */
.youtube-contents{
	padding: 0 0 15rem;
}
.youtube-contents_inner{
	background-image: url("../images/bg_yellow.gif");
	background-position: top center;
	background-repeat: repeat-x;
	background-size:100% 100px;
}
.youtube-contents_box_L{
	background-color: #000;
	width: 85%;
	padding: 3rem 2rem 3rem 2rem;
}
.youtube-contents_box_L article h1.title{
	font-size: 3rem;
	font-weight: 800;
	margin-bottom: 3rem;
	line-height: 1.4;
	color: #d29229;
}
.youtube-contents_box_L .txt{
	text-align: justify;
}
.youtube-contents_box_R{
	width: 90%;
	margin: 2rem auto;
	padding: 1rem;
	background-color: rgba(255,255,255,.6);
	vertical-align: top;
}
.youtube-PV{
	position: relative;
	padding-bottom: 56.25%; 
	height: 0;
	overflow: hidden;
}
.youtube-PV iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube_live_link{
	display: flex;
	justify-content: space-between;
	margin-top: 1rem;
}
.youtube_live_link li{
	width: 48%;
	border: 1px solid #272727;
	border-radius: 4px;
	padding: 0.5rem;
	background-color: #fff;
}
.bg_cast_01{
	position: absolute;
    left: 15%;
    /* margin: auto; */
    bottom: 0;
    max-width: 250px;
}

/*------------------------------
	キャンペーン
------------------------------ */
.campaign-contents{
	background-color: #d29229;
}
.campaign-contents:before{
	/*position: absolute;
    left: 0;
    top: 0;
    content: "";
	z-index: 1;
    height: 100%;
    width: 100%;
    background: url(../images/bg_dot_2.png) repeat 50%;
    background-size:40px 40px;*/
}
.campaign-contents .topimg{
	width: 30%;
	max-width: 120px;
	margin: 0 auto 1rem;
}
.campaign-contents h1.title{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 3rem;
}
.campaign-contents_inner{
	position: relative;
	margin:0 auto 5rem;
	width: 100%;
	max-width: 1980px;
}
.campaign-contents_inner .text{
	color: #707070;
	font-size: 1.4rem;
}
.campaign-contents_inner .text a{
	text-decoration: underline;
	color:#d29229 ;
}
.campaing-contents_box{
	position: relative;
	background-color: #fff;	
	width: 80%;
	padding: 1rem;
	clear: both;
	min-height: 120px;
	z-index: 1;
}
.campaing-contents_box h2{
	color: #d29229;
	font-size: 3rem;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.cam01_box{
	margin:0 0 1rem 0; 
}
/***** ナンバー *****/
.campaign_num_R{
	width: 100px;
	position: absolute;
	top: 0;
	right:0;
}
.campaign_num_L{
	width: 100px;
	position: absolute;
	top: 0;
	left: 0;
}
.campaign_item_R{
	width: 100px;
    position: absolute;
    top: 13rem;
    right: 0;
}
.campaign_item_L{
	width: 100px;
    position: absolute;
    top: 13rem;
    left: -2rem;
}
.cambox-right{margin-left:20%;}

/*------------------------------
	SNS
------------------------------ */
.sns-contents{
	background-color: rgba(0,0,0,.7);
	padding: 0 0 3rem 0;
}
.share{
	margin: 0 auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.share li{
	max-width: 45px;
	margin: 0 1rem;
	width: 30%;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
}
/*------------------------------
	bfxリンク
------------------------------ */
header .bfx_wap{
	position: absolute;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 0;
	bottom: 0;
}
.bfx_wap{
display: block;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto 3rem;
}
/*------------------------------
	footer
------------------------------ */
footer {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,1);	
}
.footer_inner {
	margin: 0 auto;
    padding: 5rem 0 3rem;	
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
.footer_brave-nav{
	margin: 0 auto;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	max-width: 700px;
	width: 100%;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.footer_brave-nav li{
	width: 45%;
	max-width: 250px;
	margin: 0 .5rem 1rem;
}
.footer_grobal-nav{
	margin: 0 auto;
	padding: 0;
	font-size: calc(1.2rem + ((1vw - 3.2px) * 0.1266));
}
.footer_grobal-nav li{
	display: inline-block;
	margin: 0 auto;
	padding: 2% 3%;
}
.footer_grobal-nav li:nth-child(even) {
    border-left: none;
}
.footer_grobal-nav li a{
	color:#fff;
	text-decoration: none;
}
.footer_grobal-nav li a:hover{
	opacity: .8;
	transition: 0.4s;
	text-decoration: none;
}
.footer_grobal-nav li a::before{
    content: '';
	width: 4px;
	height: 1.2rem;
    margin-right: 0.6rem;
	display: inline-block;
	background: url(../images/navi-icon.png) 0 60% no-repeat;
	background-size: 4px 6px;
}
#copylight{
	margin: 0 auto 3rem;
}
#copylight a{
	margin: 0 auto .5rem;
	display: block;
	max-width: 50px;
}
#copylight small{
	margin: 0 auto;
	display: block;
	font-size: 1rem;
}
.page-top {
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom:  0;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform:translate(-50%, 0%);
	-ms-transform:translate(-50%, 0%);
	display: block;
    background: url(../images/top_button.png) center 0 no-repeat;
    width: 100%;
    max-width: 51px;
    height: 25px;
	background-size: 50px 25px;
	font-size: calc(1.2rem + ((1vw - 3.2px) * 0.3797));
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
}

@media screen and (min-width:480px) {
.sp_br{
    display: none;
}
	}
@media screen and (max-width:768px) {
.pc_br{
    display: none;
	}
}
/*------------------------------  スマートフォン横 ------------------------------ */
@media screen and (min-width: 481px) { } 
/*------------------------------ タブレット縦以上 ------------------------------ */
@media screen and (min-width: 768px) {
/*------------------------------
	background
------------------------------ */
.bg_image_loop_box{
	height: 100vh;
	width: 130%;
	margin-left: -5%;
	overflow: hidden;
}
	.bg_image_loop_L {
	width: 100%;
	height: 204px; /* 画像の高さを指定 */
	position: relative;
	background-size: auto 100%;
	animation: bg-slider_L 60s linear infinite; 
	margin: 0;
	padding: 0;
	transform: rotate(-5deg);
}
.bg_image_loop_R {
	width: 100%;
	height: 204px; /* 画像の高さを指定 */
	position: relative;
	background-size: auto 100%;
	animation: bg-slider_R 60s linear infinite;
	margin: 0;
	padding: 0;
	transform: rotate(-5deg);
}
/*------------------------------
	header 768px
------------------------------ */
header{
	margin: 0;
	padding: 0;
	position: relative;
	height: 800px;
}
header h1{
	top: 55%;
    left: 50%;
    transform: translate(-50%, -55%);
    -webkit-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
	max-width: 440px;
}
/* TOPTwitterリンク */
.top_twIcon{
	position: absolute;
	right: 3rem;
	bottom: 2rem;
	max-width: 300px;
}

/*------------------------------
	各カテゴリ 768px
------------------------------ */
section{
	padding: 7rem 0;
}
/*------------------------------
	メッセージ 768px
------------------------------ */
	.message-contents{
		padding: 7rem 0 0;
	}
.message-contents_inner{
	width: 90%;
		max-width: 960px;
		margin: 0 auto;
	background-color: rgba(255,255,255,.1);
	padding: 3rem;
	border: 1px solid #daa44c;
	}
.message-contents_inner .topimg{
	width: 30%;
	max-width: 200px;
	margin: 0 auto 3rem;
}
	.message-contents .btmimg{
		max-width: 1350px;
		margin:  0 auto;
	}
.message-contents_inner h1.title{
	font-size: 3rem;
	font-weight: 800;
	margin:0 auto 3rem;
	line-height: 1.4;
	max-width: 750px;
}
	.message-contents_inner .txt{
		font-size: 2rem;
	}
/*------------------------------
	youtube
------------------------------ */
.youtube-contents{
		padding: 0 0 8rem;
	}
.youtube-contents_inner{
		display: flex;
	align-items: flex-start;
}
.youtube-contents_box_L{
	background-color: #000;
	padding: 3rem 3rem 3rem 2rem;
	margin-right: 2rem;
	overflow: hidden;
}
	.youtube-contents_box_L article{
	max-width: 500px;
		float: right;
}
	.youtube-contents_box_L article h1.title{
	font-size: 4rem;
    font-weight: 800;
    margin-bottom: 3rem;
    line-height: 1.4;
	}

.youtube-contents_box_R{
	margin: 30rem auto 0;
	padding: 1rem;
	background-color: rgba(255,255,255,.6);
}
.bg_cast_01{
	position: absolute;
	left: auto;
	top:16rem;
	right: 5%;
	margin: auto;
	bottom: 0;
	max-width: 250px;
	z-index: -1;
}
/*------------------------------
	キャンペーン 768px
------------------------------ */
.campaign-contents h1.title{
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 5rem;
}
.campaing-contents_box h2{
	color: #d29229;
	font-size: 4rem;
	font-weight: 100;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.campaign_num_R{
	width: 200px;
	position: absolute;
	top: 0;
	right:0;
	z-index: 1;
}
.campaign_num_L{
	width: 200px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.campaign_item_R{
	width: 200px;
    position: absolute;
    top: 20rem;
    right: 0;
	
}
.campaign_item_L{
	width: 200px;
    position: absolute;
	top: auto;
    bottom:0 ;
    left:-3rem;
}
.campaing-contents_box{
		overflow: hidden;
	z-index: 2;
	}
.campaing-contents_box article{
	}
.campaing-contents_box dl{
	
}
.campaing-contents_box dl dt{	
	padding-bottom:0;
	display:table-cell;
	width: 65%;
}
	.campaing-contents_box dl dt img{
		min-width: 300px;
	}
	.campaing-contents_box dl dd{
		display:table-cell;
		vertical-align: top;
		padding-left: 2rem;
	}	
	
.campaing-contents_box dl dd p{
	
}
/*------------------------------
	footer 768px
------------------------------ */
.sns-contents{
	background-color: rgba(0,0,0,.7);
	padding: 7rem 0 7rem 0;
}
/****** bfxリンク768 *********/
header .bfx_wap{
	position: absolute;
	width: 100%;
	max-width: 350px;
	margin: 0 auto 0;
	bottom: 2rem;
	left: 2rem;
}
.bfx_wap {
    margin: 0 auto 7rem;
}
.share li{
	max-width: 60px;
	margin: 0 2rem;
	width: 30%;
	display: inline-block;
	border-radius: 4px;
	overflow: hidden;
}
.page-top {
    max-width: 102px;
    height: 50px;
	font-size: 1.8rem;
	background-size: auto;
}
}
@media screen and (min-width: 800px) {

}
/*------------------------------ タブレット縦以上 ------------------------------ */
@media screen and (min-width: 1200px) {
	body{
		font-size: 1.8rem;
	}
/*------------------------------
	youtube
------------------------------ */
.youtube-contents_box_L {
    background-color: #000;
    width:60%;
    margin-right: 2rem;
}
.youtube-contents_box_L article h1.title{
	font-size: 5rem;
    font-weight: 800;
    margin-bottom: 3rem;
    line-height: 1.4;
	}
.youtube-contents_box_R{
	width: 40%;
	margin: 30rem 10% 0 0;
	padding: 2rem;
	background-color: rgba(255,255,255,.6);
}
.bg_cast_01{
	position: absolute;
	left: auto;
	top:17rem;
	right: 10%;
	margin: auto;
	bottom: 0;
	max-width: 250px;
	z-index: -1;
}
/*------------------------------
	キャンペーン
------------------------------ */
.campaing-contents_box {
    background-color: #fff;
    width: 70%;
    padding: 4rem;
    min-height: 300px;
	overflow: hidden;
}
	.cambox-left{}
	.cambox-right{margin-left: 30%;}
	
	.cambox-left article{
		width: 80%;
		margin-left: 20%;
	}
	.cambox-right article{
		width: 80%;
		margin-right: 20%;
	}
.campaign_num_R{
	width: 270px;
	position: absolute;
	top: 0;
	left:66%;
}
.campaign_num_L{
	width: 270px;
	position: absolute;
	top: 0;
	right:66%;
	left: auto;
}
.campaign_item_R{
	width: 200px;
    position: absolute;
    top:25rem;
    right: 0;
	left:75%;
	
}
.campaign_item_L{
	width: 200px;
    position: absolute;
    top:auto;
	bottom: 0;
	right:75%;
    left: auto;
}
}

