@CHARSET "UTF-8";
/*
===================
共通スタイル
===================
*/
body {
	overflow-x: hidden;
}
.site-width {
	position: relative;
	margin: 0px 10px;
}
/*
===================
ページトップ
===================
*/
#section01 {
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.sec01 {
	margin-top: 36%;
}
#section01 .logo {
}
.logo img {
	width: 100%;
}
.sp-title img {
	width: 100%;
}
#section01 .item01 {
	margin-top: 15px;
}
#section01 .item01 img {
	width: 100%;
}
#section01 .twitter {
	margin-top: 10px;
}
#section01 .twitter iframe {
	width: 100% !important;
	box-sizing: border-box;
}
#section01 .item02 {
	margin-bottom: 10px;
}
#section01 .form-box {
}
#section01 .form-box img {
	width: 100%;
}
#section01 .form-box .box-table {
	width: 100%;
	margin: 10px 0px;
}
#section01 .form-box .box-left {
	padding-right: 5px;
}
#section01 .form-box .box-right {
	padding-left: 5px;
}
.app-btn{
	margin: 0 auto;
    display: flex;
    width: 100%;
    max-width: 320px;
    justify-content: center;
}
.app-btn a{
	width: 50%;
	margin: 5px;
}
/*
===================
section02 世界No1 三国志ゲーム日本急襲
===================
*/
#section02 {
	position: relative;
	padding: 10px 0px;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 10;
	overflow: hidden;
}
/***パーティクル****/
#section02-bg-fire{
	position: absolute;
	bottom:0;
	left: 0;
	z-index: -1;

}

.sec02 {
}
.sec02 img {
	width: 100%;
}
.sec02 h3 img {
	width: 70%;
}
.sec02 h3 {
	margin-bottom: 5px;
	display: block;
}
#section02 h1 {
	text-align: center;
	margin-top: 30px;
	display: block;
}
.sec02-bg {
	width: 100%;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -850px;
	z-index: 10;
	display: none;
}
.sec02items01 {
	color: #ffffff;
	margin-top: 30px;
	z-index: 15;
}
.sec02item01 {
}
.sec02items01 .text01 {
/* 	width: 411px; */
	color: #ffeebb;
	font-size: 18px;
	line-height: 1.6;
	margin-top: 10px;
}
.sec02items01 span {
	font-size: 14px;
/* 	display: block; */
}
.sec02items02 {
	position: relative;
	width: 100%;
	max-width: 340px;
	text-align: center;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	z-index: 20;
}
.sec02items02 h2 {
	margin-bottom: 10px;
	display: block;
}
.sec02items02 .item01 {
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sec02items02 .graph-line {
	position: absolute;
    top: 0;
    left: 10%;
    width: 100%;
    height: 100px;
    z-index: 10;
    overflow: hidden;
}
.sec02items02 .graph-line img {
	position: absolute;
	top: 0;
	left: -10%;
	z-index: 10;
}
.sec02items02 .item02 {
	margin-bottom: 50px;
}
/*追記*/
.twitter{
	display: flex;
	flex-wrap: wrap-reverse;
}
.twitter-tl{
	border-top: 3px solid #C1A337;
	border-bottom: 3px solid #C1A337;
	margin: 0 auto;
	height: 500px;
	overflow-y: hidden;
}
.twitter-bnr{
	overflow: hidden;
}
.slider-tw{
	width: 100%;
	overflow: hidden;
}
.slider-tw .slick-track,
.slider-tw .slick-slide{
	height: auto;
}
.slider-tw .slick-slide img{
	margin: 0 auto;
	width: 100%;
}
.slider-tw .slick-prev{
	left: 0;
	top:50%;
	transform: translateY(-55%);
}
.slider-tw .slick-next{
	right: -8px;
	top:50%;
	transform: translateY(-55%);
}
.popup-youtube{
	width: 100%;
	display: block;
	margin: 30px auto;
	text-align: center;
}
.popup-youtube img{
	width: 100%;
}
.particles-js-canvas-el{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}





/*
===================
事前登録キャンペーン
===================
*/
#section0304 {
	position: relative;
	background-image: url(../img/sec03-bg-2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	z-index: 19;
}
.subsection01 {
	padding-top: 50px;
	padding-bottom: 50px;
	background-image: url(../img/sec03-bg-2.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
	background-color: #ffffff;
}
.subsection02 {
	background-image: url(../img/sec04-bg-2.png);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: cover;
}
#section0304 .title-box01 {
	position: relative;
	margin-bottom: 50px;
	text-align: center;
	z-index: 21;
}
#section0304 .title-box01 h1 img {
	width: 100%;
	max-width: 320px;
}
#section0304 .title-box01 h3 {
/* 	width: 500px; */
	text-align: center;
	margin-top: 10px;
/* 	padding: 20px 0px; */
	display: block;
}
#section0304 .title-box01 h3 img {
	width: 100%;
}
.sec03-bg {
	width: 100%;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -750px;
	z-index: 10;
	display: none;
}
.sec03 {
}
.sec03-items {
/* 	position: absolute; */
	top: 140px;
	left: 0;
	right: 0;
	margin: 0px auto;
	z-index: 30;
	text-align: center;
}
.sec03-items img {
	width: 100%;
}
.sec03-items .box-table {
	width: 100%;
	margin-bottom: 5px;
}
.sec03-items .box-center {
	padding: 0px 2px;
}
.sec03-items .box-left {
	vertical-align: top;
	padding: 0px 2px;
}
.sec03-items .box-right {
	vertical-align: top;
	padding: 0px 2px;
}
.sec03-items .item01 {
	position: relative;
	margin-bottom: 5px;
	padding: 0px 2px;
	z0index: 25;
}
.twite {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 283px;
    height: 150px;
    margin-top: -103px;
    margin-left: -142px;
    overflow: scroll;
}
.modal-item {
    position: absolute;
	top: 125px;
    margin-left: 15px;
}
.modaal-container button {
	display: none !important;
}
.modaal-container img {
	width: 100%;
	max-width: 511px;
}
/*
===================
フォローキャンペーン
===================
*/
.sec04 {
	padding: 50px 0px;
}
.sec04-bg3 {
	width: 100%;
	position: absolute;
	text-align: center;
	/* 	top: 4946px; */
	bottom: -1px;
	z-index: 20;
/* 	display: none; */
}
.sec04-bg3 img {
	width: 100%;
}
.sec04-bg {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -1500px;
	z-index: 10;
	display: none;
}
.sec04-bg img {
	width: 2200px;
}
#section0304 .title-box02 {
/* 	position: absolute; */
	text-align: center;
	display: block;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 20;
}
#section0304 .title-box02 h1 img {
	width: 100%;
	max-width: 320px;
}
#section0304 .title-box02 p img {
	width: 100%;
	max-width: 320px;
}
#section0304 .title-box02 p {
	color: #ffffff;
	font-size: 16px;
	text-shadow: 0px 0px 5px #000000;
}
.sec04-items {
}
.sec04-items .box-table {
	width: 100%;
	max-width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sec04-items .box-left {
	position: relative;
	display: block;
}
.sec04-items .box-right {
	position: relative;
	display: block;
}
.sec04-items .sec04-item01 {
	height: 300px;
    background-image: url(../img/sec04-img04.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-size: contain;
}
.sec04-items .sec04-item02 {
/* 	width: 510px; */
	height: 300px;
	background-image: url(../img/sec04-img05.png);
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    background-size: contain;
}
.btn-link {
	position: absolute;
	bottom: 25px;
	text-align: center;
	display: block;
}
.btn-link img {
	width: 90%;
}
.sec04-items02 {
	width: 100%;
	max-width: 320px;
	color: #ffffff;
/* 	position: absolute; */
	margin-left: auto;
	margin-right: auto;
	z-index: 30;
}
.sec04-items02 ul {
	font-size: 16px;
	list-style-type: none;
}
/*
===================
ゲーム紹介
===================
*/
#section05 {
	position: relative;
	padding: 50px 0px;
	background-image: url(../img/sec05-bg-2.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	z-index: 10;
}
.sec05-bg1 {
	width: 100%;
/* 	position: absolute; */
	text-align: center;
	top: 0;
	left: 100px;
	z-index: 19;
	display: none;
}
#section05 h1 {
/* 	position: absolute; */
	text-align: center;
	display: block;
	top: 150px;
	left: 0;
	right: 0;
	z-index: 20;
}
.slider01 {
	width: 100%;
    max-width: 320px;
    margin-top: 30px;
    margin-left: auto;
    z-index: 20;
    margin-right: auto;
}
.slider01 ul {
    left: 50%;
    margin-left: -171px;
}
.slider01 li {
	margin: 0px 10px;
}
.bx-controls-direction {
	display: none;
}
/*
===================
武将紹介
===================
*/
#section06 {
	height: 845px;
	position: relative;
	background-color: rgba(255, 255, 255, 0.7);
	overflow: hidden;
	z-index: 10;
}
#section06 .black-bk {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
#section06 h1 {
	position: absolute;
	text-align: center;
	display: block;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 20;
}
.sec06-bg1 {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 20;
}
.sec06-bg1 img {
	width: 100%;
}
.sec06-bg2 {
	position: absolute;
	left: 500px;
}
.slide-top {
	position: absolute;
	z-index: 11;
}
.slide-bg {
	position: absolute;
	z-index: 10;
}
.slider02 {
	position: absolute;
	width: 100%;
	top: 230px;
	/* 	left: 0; */
	z-index: 20;
}
.slider02 ul {
	left: 50%;
	margin-left: -230px;
}
.slider02 li {
	width: 100%;
	height: 100%;
}
.slider-box {
	position: relative;
}
.slider-box li {
	position: relative;
	height: 845px;
/* 	margin: 0px 50px; */
	overflow: hidden;
}
.slick-track {
	height: 841px;
}
.slick-list  {
	padding: 0 !important;
}
/*左右の矢印の位置を変える*/
.slick-next {
	width: 50px;
	height: 100px;
	text-indent: -99999px;
	position: absolute;
	top: 40%;
	right: 10%;
	z-index: 100;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/arrow-r.png);
	background-repeat: no-repeat;
	outline: none;
}
.slick-prev {
	width: 50px;
	height: 100px;
	text-indent: -99999px;
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 100;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../img/arrow-l.png);
	background-repeat: no-repeat;
	outline: none;
}
.slick-item {
	position: relative;
	top: 50%;
	left: 00%;
	margin-top: -200px;
	margin-left: -50px;
	text-align: center;
	z-index: 11;
}
.slick-bg {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px !important;
	z-index: 10;
	opacity: 0;
	/* 	display: none; */
}
.slick-text {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 50px;
	margin-left: -150px;
	z-index: 12;
	opacity: 0;
}
.slick-dots {
    position: absolute;
    bottom: 41px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 30;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px !important;
    height: 20px;
    margin: 0 15px;
    padding: 0;
    left: 0 !important;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 3px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 15px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '●';
    text-align: center;
    opacity: 1;
    color: #a59c90;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots .slick-active button:before {
    opacity: 1;
    color: #ffffff;
}
/*
===================
ページトップ
===================
*/
#section07 {
	background-image: url(../img/repeat-bg.png);
/* 	overflow: hidden; */
	z-index: 10;
}
#section07 img {
	width: 100%;
}
.sec07-bg {
	padding: 50px 0px;
	background-image: url(../img/repeat-bg.png);
}
.sec07-items {
	text-align: center;
}
.sec07-item {
	margin-bottom: 20px;
}
.sec07-items img {
	max-width: 320px;
}
.sec07-items .box-table {
	width: 100%;
	max-width: 320px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
.sec07-items .box-left {
	padding-right: 10px;
}
.sec07-items .box-right {
/* 	padding-right: 10px; */
}
/*
===================
フォーム
===================
*/
#form-bg {
	padding: 0px 10px;
	background-image: none;
	background-color: #ffffff;
/* 	background-size: 100%; */
	/* 	overflow: hidden; */
}
#form {
	width: 100%;
	max-width: 320px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.85);
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
#form h3 {
	color: #ffffff;
	font-size: 27px;
	text-align: center;
	padding: 8px;
	display: block;
	border-radius: 8px 8px 0px 0px;
	background-color: #909090;
}
.sub-form {
	padding: 25px;
}
.sub-form .title {
	color: #747474;
	font-size: 21px;
	text-align: center;
	margin-top: 30px;
	display: block;
}
.sub-form .input-text {
	margin-top: 5px;
}
.sub-form .input-text input {
	width: 100%;
	font-size: 21px;
	padding: 10px;
	box-sizing: border-box;
}
.err {
	font-size: 14px;
	color: #FF5252;
}
.sub-form .box-table {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.sub-form .box-left {
	display: block;
}
.sub-form .box-right {
	display: block;
}
.sub-form .text01 {
	color: #747474;
	font-size: 14px;
	letter-spacing: 0px;
	margin-top: 20px;
	display: block;
}
.sub-form .check-btn {
	margin-top: 20px;
}
.sub-form .check-btn input {
	width: 100%;
	font-size: 17px;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 10px;
	border: none;
	background-color: #FF8F2F;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}
.input-text02 {
	color: #1580CE;
	font-size: 21px;
	text-align: center;
	word-break: break-all
}
.text02 {
	color: #1580CE;
	font-size: 21px;
	letter-spacing: 0px;
	text-align: center;
	display: block;
}
.text03 {
	font-size: 14px;
	color: #747474;
	letter-spacing: 0px;
	margin-top: 20px;
	display: block;
}
.text04 {
	font-size: 14px;
	color: #FF5252;
	letter-spacing: 0px;
	display: block;
}
.sub-form .send-btn {
	width: 100%;
	font-size: 21px;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	margin-top: 20px;
	padding: 10px;
	border: none;
	background-color: #909090;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
	cursor: pointer;
}
.sub-form .send-btn:hover {
	width: 100%;
	font-size: 21px;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 10px;
	border: none;
	background-color: #FF8F2F;
}
.sub-form .thanks-btn {
	width: 200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sub-form .thanks-btn input {
	width: 100%;
	font-size: 21px;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 10px;
	border: none;
	background-color: #FF8F2F;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}
.sub-form .twitter-btn {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
.sub-form .twitter-btn input {
	width: 100%;
	font-size: 21px;
	color: #ffffff;
	box-sizing: border-box;
	border-radius: 30px;
	padding: 10px;
	border: none;
	background-color: #FF8F2F;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
}
.sub-form .mtop {
	margin-top: 20px;
}
.radio02-input {
	display: none;
}
.radio02-input+label {
	color: #ffffff;
/* 	width: 100%; */
margin-top: 20px;
	padding: 10px 10px 10px 30px;
	position: relative;
	/*   margin-right: 20px; */
	border-radius: 20px;
	background-color: #D0A83C;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.16);
	display: block;
}
.radio02-input+label::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 10px;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	background-color: #ffffff;
	border-radius: 50%;
}
.radio02-input:checked+label {
}
.radio02-input:checked+label::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 13px;
	width: 11px;
	height: 11px;
	background: #FF8F2F;
	border-radius: 50%;
}
.contact-bg {
	background-color: rgba(0, 0, 0, 0) !important;
	opacity: 1 !important;
}
#subcontent-bg {
	background-image: url(../img/lowerpage-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: contain;
}
#subcontent-bg #contents {
	padding: 0px 10px;
}
.sub-content {
/* 	width: 100%; */
/* 	max-width: 767px; */
/* 	height: 700px; */
	color: #ffffff;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
	background-color: rgba(0,0,0,0.7);
/* 	overflow-y: scroll; */
}
.sub-content h2 {
	color: #ffffff;
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px;
}
.sub-content strong {
	font-size: 18px;
	margin-top: 20px;
	display: block;
}
.sub-content p {
	font-size: 14px;
	line-height: 1.6;
	font-weight: normal;
}
.sub-content ol {
	margin-left: 20px;
}
.sub-content ul {
	list-style-type: none;
}
.sub-content a {
	color: #ffffff;
}
.sub-content a:hover {
	color: #fff000;
}
