/*----------------------------------------
** one piece stampede
** 2019.8.9
** style
----------------------------------------*/


/*--------------------------------------*/
#wrapper {
	width: 100%;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

section {
	width: 100%;
	position: relative;
}
.__inner {
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	position: relative;
}

/*.__sidebar {
	width: 180px;
	height: 100vh;
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
}*/

/* main contents
-----------------------------------------*/
.__contents {
	/*padding-left: 180px;*/
	min-width: 1280px;
}
.__main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: row-reverse;
}
.__main-key {
	width: calc(100% - 180px);
}
.__main-key > img {
	max-width: inherit;
	width: 100%;
	height: auto;
}

.__main-info {
	width: 240px;
	padding: 20px;
	background: #1e0c00 url(../img/v4/bg-fire.jpg) center center no-repeat;
	background-size: cover;
	position: relative;
}
.__main-info #particle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*background: none;*/
}
.__main-info .__vid {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	/*background: none;*/
}
.__main-info .__vid video {
	position: relative;
	width: auto;
	height: 100%;
	bottom: 0;
	right: 50%;
	/*transform: translateX(50%);*/
}
.__main-info > div {
	position: relative;
	z-index: 2;
}
@media screen and (max-width:768px) {
	.__contents {
		padding-left: 0;
		min-width: 100%;
		padding-top: 70px;
	}
	.__main {
		width: 100%;
		min-height: 100vh;
		display: block;
	}
	.__main-key {
		width: 100%;
	}
	.__main-info {
		width: 100%;
		padding: 30px;
		background: #1e0c00 url(../img/v4/bg-fire.jpg) center center no-repeat;
		background-size: cover;
	}
}
/*---------------------------------------*/
.__movie {
	border: 1px solid #ff7431;
	margin-bottom: 30px;
}
.__movie a {
	display: block;
	position: relative;
}
.__movie a::after {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.45) url(../img/thumb/ic-mov-play.png) center center no-repeat;
	background-size: 20px auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: 0.3s all;
}
.__movie a:hover::after {
	background: rgba(0,0,0,0.0) url(../img/thumb/ic-mov-play.png) center center no-repeat;
	background-size: 25px auto;
}
@media screen and (max-width:768px) {}
/*---------------------------------------*/
.__campaign {
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.__campaign > div {
	margin-bottom: 10px;
}
.__campaign > div:last-child {
	margin-bottom: 0;
}
.__campaign > div a {
	display: block;
}
@media screen and (max-width:768px) {}




/* NEWS
-----------------------------------------*/
.__news-wrap {
	margin-bottom: 30px;
}
.__news-wrap h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ff7431;
}
.__news-wrap dl,.__news-wrap dt, .__news-wrap dd {
	margin: 0;
	padding: 0;
}
.__news-wrap dt {
	font-size: 0.8rem;
	font-weight: 500;
	color: #ff7431;
	margin-bottom: 7px;
}
.__news-wrap dd {
	font-size: 0.8rem;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #fff;
}
.__news-wrap dd:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.__news-wrap dd a,.__news-wrap dd a:visited,.__news-wrap dd a:active {
	color: #fff;
	text-decoration: none;
}
.__news-wrap dd a:hover {
	color: #fff;
	text-decoration: underline;
}
.__news-wrap .__read-more {
	width: 100%;
	display: block;
	padding: ;
}
@media screen and (max-width:768px) {}

/* Twitter Timeline
-----------------------------------------*/
.__tw-timeline {
	margin-bottom: 30px;
}
.__tw-timeline h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-style: italic;
	font-weight: 700;
	font-size: 1rem;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ff7431;
}
.timeline-Header {
	display: none;
}
.timeline-Header-title {
	font-size: 12px !important;
	font-weight: 300;
	line-height: 24px;
	color: #292F33;
}
@media screen and (max-width:768px) {
	.__widget {
		width: 90%;
		margin: 0 auto;
		text-align: center;
	}
	/*.__widget iframe {
		width: 100% !important;
	}*/
	.__widget iframe .timeline-Widget {
		max-width: inherit !important;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) and (min-width: 480px) {
	iframe .twitter-timeline-rendered{
		width: 490px !important;
	}
}

@media screen and (max-width: 480px) {
	iframe.twitter-timeline-rendered {
		width: 450px !important;
		margin:0 auto;/*これを入れないとめっちゃ細く200pxくらいで表示されます。以下イメージあり！*/
	}
}

.timeline-Widget {
	max-width: 300px!important;
	width:200px !important; }
/*サイドウィジットへのtwetter埋め込み修正終わり*/

/* banner, billing
-----------------------------------------*/
.__banners {
	display: flex;
	max-width: 900px;
	padding-top: 25px;
	margin: 0 auto 25px;
}
.__banners a {
	display: block;
}
.__banners > div {
	width: calc(100% / 2);
	padding: 0 10px;
}
.__billing {
	color: #fff;
	max-width: 580px;
	margin: 0 auto;
	padding-bottom: 40px;
}
@media screen and (max-width:768px) {
	.__banners {
		display: flex;
		max-width: 90%;
		padding-top: 25px;
		margin: 0 auto 25px;
		flex-wrap: wrap;
	}
	.__banners > div {
		width: 100%;
		padding: 0 0;
		margin-bottom: 15px;
	}
	.__billing {
		color: #fff;
		max-width: 90%;
		margin: 0 auto;
		padding-bottom: 40px;
	}
}

/*---------------------------------------*/
.__tieup {
	display: block;
	position: relative;
	max-width: 900px;
	padding-top: 25px;
	margin: 0 auto 50px;
}
.__tieup ul {
	list-style: none;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
	letter-spacing: -.4em;
	text-align: center;
}
.__tieup ul li {
	display: inline-block;
	letter-spacing: normal;
	width: 200px;
	margin: 0 5px 10px;
}
.__tieup ul li:last-child {
	margin-bottom: 0;
}
.__tieup ul li a {
	display: block;
}
@media screen and (max-width:768px) {
	.__tieup {
		width: 90%;
		margin: 0 auto 50px;
	}
	.__tieup ul {
		list-style: none;
		margin: 0 -5px 30px;
		padding: 0;
		letter-spacing: -.4em;
		text-align: left;
	}
	.__tieup ul li {
		margin: 0 0 10px;
		display: inline-block;
		letter-spacing: normal;
		padding: 0 5px;
		width: 50%;
	}
}

/* UD-CAST
-----------------------------------------*/
.__udcast {
	display: flex;
	justify-content: center;
	max-width: 900px;
	padding-top: 0;
	margin: 0 auto 50px;
}
.__udcast a {
	display: block;
}
.__udcast > div {
	width: 250px;
	padding: 0 10px;
}
@media screen and (max-width:768px) {
	.__udcast {
		display: flex;
		max-width: 90%;
		padding-top: 25px;
		margin: 0 auto 25px;
		flex-wrap: wrap;
	}
	.__udcast > div {
		width: 50%;
		padding: 0 10px;
		margin-bottom: 0;
	}
}



/*---------------------------------------*/

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

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






















