@charset "UTF-8";
/* CSS Document */

.pc{ display: none;}
.sp{ display: block;}

body{
font-family: source-han-sans-cjk-ja, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 13px;
line-height: 1.8em;
letter-spacing: .5px;
color: #fff;
}



#wrap{
width: 100%;
height: 100%;
padding: 50px 0 0;
}

#contentAll{
width: 100%;
padding: 0;
overflow-x: hidden;
}



#top,.linkLabel{
padding-top: 50px;
margin-top: -50px;
}

#topbtnLine{
background: url("../images/line_top.png") no-repeat left;
background-size: auto 8.5px;
width: 100%; height: 10px;
}

#btnTop{
background-color: #fff;
width: 100%;
font-family: sui-generis, sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 50px;
color: #BE0003;
text-align: center;
font-style: italic;
}

#btnTop a{
width: 100%; height: 100%;
display: block;
color: #BE0003;
text-decoration: none;
transition: all 0.3s ease;
}

.conBox{ width: 100%;}

#btnpagetop:hover{
opacity: 1;
cursor: pointer;
}

#introTitle{
background: url("../images/introduction/title.png") no-repeat center;
background-size: auto 100%;
width: 100%; height: 50px;
position: fixed;
top: 50px; left: 0;
z-index: 18;
text-indent: -99999px;
}


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

introduction

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

#aboutAll{
width: 100%;
padding: 70px 0 30px; 
}

#aboutAll:before {
background: #000 url("../images/introduction/bg01.jpg") no-repeat center;
background-size: cover;
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100vh;
}

.aboutBox{
width: 330px;
margin: 20px auto 50px;
}

.aboutM{
width: 100%;
font-size: 18px;
line-height: 40px;
border-top: 2px solid #c2000f;
border-bottom: 2px solid #c2000f;
font-weight: 900;
color: #e60012;
}

.aboutTxtAll,.aboutTxtAll2{
width: 100%;
}

.aboutTxt,.aboutTxt2{
width: 100%;
margin: 15px 0 10px 0;
text-align: justify;
}

.aboutImg{
width: 100%;
margin: 0 0 5px;
pointer-events: none;
}

.aboutImg2{
width: 100%;
margin: 5px 0 5px;
pointer-events: none;
}

.grad-wrap {
width: 100%;
padding: 0 0 20px;
position: relative;
}

.grad-wrap + .grad-wrap {
  margin-top: 100px;
}

.grad-btn {
font-family: sui-generis, sans-serif;
font-weight: 500;
z-index: 2;
position: absolute;
right: 0;
bottom: 0;
left: 0;
background: #000;
width: 330px; height: 35px;
line-height: 35px;
font-size: 14px;
color: #e60012;
text-align: center;
margin: 50px auto 0;
transition: all .5s;
cursor: pointer;
border: 1px solid #c2000f;
}
.grad-btn::after {
content: "つづきを読む"
}
.grad-btn:hover {
opacity: 1;
}
.grad-btn .fa {
margin-right: .5em;
}
.grad-item {
position: relative;
overflow: hidden;
height: 400px;
}
.grad-item p + p {
margin-top: 1em;
}
.grad-item::before {
display: block;
position: absolute;
bottom: 0;
left: 0;
content: "";
width: 100%;
height: 150px;
background: -webkit-linear-gradient(top, rgba(15,15,29,0) 0%,rgba(15,15,29,0) 0%,rgba(15,15,29,0) 50%, #000 100%);
background: linear-gradient(top, rgba(15,15,29,0) 0%,rgba(15,15,29,0) 0%,rgba(15,15,29,0) 50%, #000 100%);
}
.grad-trigger {
display: none;
}
.grad-trigger:checked ~ .grad-btn {
bottom: -30px;
}
.grad-trigger:checked ~ .grad-btn::after {
content: "CLOSE"
}
.grad-trigger:checked ~ .grad-btn .fa {
transform: rotate(180deg);
}
.grad-trigger:checked ~ .grad-item {
height: auto;
}
.grad-trigger:checked ~ .grad-item::before {
display: none;
}



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

mecha

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

#mechaAll{
background: url("../images/introduction/bg02.jpg") no-repeat center;
background-size: cover;
width: 100%;
padding: 0 0 20px;
position: relative;
overflow: hidden;
}

#mechaM{
width: 330px;
text-align: center;
padding: 25px 0 15px;
font-size: 18px;
font-weight: 900;
color: #fff;
letter-spacing: 0;
margin: 0 auto;
}

#mechaMe{
width: 100%;
text-align: center;
padding: 5px 0 20px;
font-family: sui-generis, sans-serif;
font-weight: 500;
font-size: 16px;
color: #fff;
}

#mechaMtxt{
width: 329px;
padding: 10px 23px;
font-size: 13px;
color: #fff;
margin: 0 auto 20px;
text-align: justify;
letter-spacing: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
box-sizing: content-box;
}


.swiper-container {
width: 100%; height: 100%;
}

.swiper-slide {
text-align: center;
font-size: 18px;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.swiper-button-next{
background: url("../images/introduction/mecha_btnnext_sp.png") no-repeat center;
background-size: 100% 100%;
width: 30px; height: 150px;
top: 90px;
right: -3px;
}

.swiper-button-prev{
background: url("../images/introduction/mecha_btnprev_sp.png") no-repeat center;
background-size: 100% 100%;
width: 30px; height: 150px;
top: 90px;
left: -3px;
}

#thum{ width: 360px; margin: 0 auto 5px;}

.swiper-slide img {
  max-width: 100%;
}
.thumbs-slider .swiper-slide-thumb-active img {
 /* border-bottom: 3px solid #BE0003;*/
}
.thumbs-slider .swiper-slide {
  opacity: 1;
}
.thumbs-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}



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

.mechaImg01{background: url("../images/introduction/mecha_img01.png") no-repeat center;}
.mechaImg02{background: url("../images/introduction/mecha_img02.png") no-repeat center;}
.mechaImg03{background: url("../images/introduction/mecha_img03.png") no-repeat center;}
.mechaImg04{background: url("../images/introduction/mecha_img04.png") no-repeat center;}
.mechaImg05{background: url("../images/introduction/mecha_img05.png") no-repeat center;}
.mechaImg06{background: url("../images/introduction/mecha_img06.png") no-repeat center;}

.mechaImg01,.mechaImg02,.mechaImg03,.mechaImg04,.mechaImg05,.mechaImg06{
background-size: cover;
width: 320px; height: 170px;
margin: 0 auto;
}

.mechaM{
width: 320px;
font-size: 20px;
line-height: 40px;
border-top: 2px solid #fff100;
border-bottom: 2px solid #fff100;
font-weight: 900;
color: #fff100;
text-align: center;
font-style: italic;
margin: 10px auto;
}

.mechaTxtAll{
/*background: url("../images/introduction/scroll.png") no-repeat center;
background-size: 100% auto;*/
width: 320px;
margin: 10px auto 0;
}

.mechaTxt{
width: 100%;
font-size: 13px;
line-height: 1.8em;
text-align: justify;
letter-spacing: .2px;
}


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

trivia

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

#triviaAll{
background: #fff url("../images/billing_bg.png") no-repeat left top;
background-size: 160px auto;
width: 100%;
padding: 0 0 40px;
}

#triviaM{
width: 330px;
text-align: center;
padding: 30px 0 5px;
font-size: 18px;
font-weight: 900;
color: #b50000;
letter-spacing: 0;
margin: 0 auto;
border-bottom: 1px solid #b50000;
}

#triviaMe{
width: 100%;
text-align: center;
padding: 5px 0 15px;
font-family: sui-generis, sans-serif;
font-weight: 500;
font-size: 16px;
color: #b50000;
}

#triviaMain{
width: 330px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

.triviaBox{
width: 100%;
margin: 0 0 10px;
}

.triviaNM{
background: #132c4a url("../images/about/sankaku2.png") no-repeat 300px; 
background-size: 32px auto;
width: 302px; line-height: 20px;
padding: 10px 5px;
font-size: 16px;
font-weight: 900;
color: #fff;
letter-spacing: 0;
position: relative;
text-indent: -23px;
padding-left: 23px;
}

.triviaNM:before {
height: 0;
display: block;
position: absolute;
right: -3px;
content: "";
border-top: solid 15px #fff;
border-left: solid 15px transparent;
top: -3px;
z-index: 2;
}

.triviaNM:after {
height: 0;
display: block;
position: absolute;
right: -2px;
content: "";
border-top: solid 15px transparent;
border-left: solid 15px transparent;
top: -2px;
}

.txtYellow{ color: #FFF200; margin-left: 5px;}

.triviaTxt{
width: 100%;
padding: 10px 0 15px;
color: #000;
text-align: justify;
display: none;
}


#triviawarning{
width: 100%;
color: #000;
font-size: 10px;
text-align: center;
letter-spacing: 0;
}


