@charset "UTF-8";

@font-face{ 
	font-family: 'futura'; /* ?¨?D?≪?E??‘O?E?μ?U?μ?a?? */
	src: url('/wf/futura.eot'); /* IE9?E?a?p */
	src: url('/wf/futura.eot?#iefix') format('embedded-opentype'), /* IE8?E‘O?p */
		url('/wf/futura.woff') format('woff'), /* ???_?“?u?‰?E?U?p */
		url('/wf/futura.ttf') format('truetype'); /* iOS, Android?p */
	font-weight: normal; /* ”O?I?×?w’e?μ?A?¨?≪?U?・ */
	font-style: normal;
}
@font-face{ 
	font-family: 'notoserifjp'; /* ?¨?D?≪?E??‘O?E?μ?U?μ?a?? */
	src: url('/wf/notoserifjp-bold.eot'); /* IE9?E?a?p */
	src: url('/wf/notoserifjp-bold.eot?#iefix') format('embedded-opentype'), /* IE8?E‘O?p */
		url('/wf/notoserifjp-bold.woff') format('woff'), /* ???_?“?u?‰?E?U?p */
		url('/wf/notoserifjp-bold.ttf') format('truetype'); /* iOS, Android?p */
	font-weight: normal; /* ”O?I?×?w’e?μ?A?¨?≪?U?・ */
	font-style: normal;
}

#moviebn {
  position: fixed;
  right: 0;
  bottom: 0;
  padding-right: 20px;
  padding-bottom: 20px;
  z-index: 10;
  display: none;
}
#moviebn img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}

.fix-top {
    margin-top: 0!important;
}

.anc {
    margin-top: -60px;
    padding-top: 60px;
    display: table;
}


/* fadein
---------------------------------------------------- */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 500ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}


/* details_ttl
---------------------------------------------------- */
.details_ttl {
	margin-bottom: 15px;
}
.details_ttl img {
	height: 36px;
}
.details_ttl .name {
	font-weight: bold;
	font-size: 18px;
}


/* details_header
---------------------------------------------------- */
.details_header {
	padding: 15px 0;
	z-index: 10;
	min-width: 1064px;
	background-color: rgba(40,69,84,0.6);
}
.details_header .logo {
	display: none;
}
.details_header ul {
	text-align: center;
}
.details_header ul li {
	display: inline-block;
	margin: 0 20px;
}
.details_header ul li a {
	color: #FFF;
	font-size: 14px;
}


/* ttl
---------------------------------------------------- */
.ttlh2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.15em;
	line-height: 80px;
	color: #fefefe;
	padding: 25px 0 10px;
}
.ttlh2 img {
	display: none;
}
.ttlh2 span {
	display: block;
	font-family: 'futura';
	font-size: 86px;
	letter-spacing: 0.3em;
	color: #abaaaa;
	position: relative;
	background: -webkit-linear-gradient(90deg, #abaaaa, #FFF);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: scale(1, 1.1);
}
.ttlh2 span::before {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 350px;
	height: 3px;
	background: -webkit-linear-gradient(left, transparent, #FFF 50%, transparent);
	background: -o-linear-gradient(left, transparent, #FFF 50%, transparent);
	background: linear-gradient(to right, transparent, #FFF 50%, transparent);
}

.ttlh3 {
	font-weight: normal;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 80px;
	margin-bottom: 68px;
	font-family: 'futura';
	font-size: 68px;
	color: #3bc5de;
	position: relative;
	background: -webkit-linear-gradient(90deg, #292e34, #3bc5de);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transform: scale(1, 1.1);
}
.ttlh3 img {
	display: none;
}
.ttlh3::before,
.ttlh3::after {
	position: absolute;
	bottom: -15px;
	margin: auto 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 25%;
	height: 2px;
	background-color: #365fc1;
}
.ttlh3::before {
	left: 0;
}
.ttlh3::after {
	right: 0;
}

@media all and (-ms-high-contrast: none){

.ttlh2 img {
	display: block;
	margin: 0 auto;
}
.ttlh2 span {
  	display: none;
}

.ttlh3 img {
	display: block;
	margin: 0 auto;
}
.ttlh3 span {
  	display: none;
}

}


/* main
---------------------------------------------------- */
.main {
	min-width: 1064px;
	background-color: #000;
	position: relative;
}
.main .mv {
	height: auto;
	min-width: 1064px;
	margin: 0 auto;
	text-align: center;
}
.main .mv img {
	max-width: 100%;
}
.main .brandlogo {
	position: absolute;
	top: 80px;
	right: 20px;
}
.main .news {
}
.main .news .ttlh2 {
	background-color: #365fc1;
}
.main .news .inner {
	padding: 50px 0 100px;
	background-color: rgba(4,11,46,0.8);
}
.main .news .inner ul {
	width: 800px;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
}
.main .news .inner ul li {
	margin-top: 20px;
}
.main .news .inner ul li .date {
	float: left;
}
.main .news .inner ul li .txt {
	padding-left: 130px;
}


/* download
---------------------------------------------------- */
.download {
	background-color: #000; 
	background-image: url(../images/details/seigino/download.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 1064px;
	background-attachment: fixed;
	padding: 100px 0 70px;
}
.download .btn3 {
	margin-left: -1%;
	padding-bottom: 100px;
}
.download .btn3 li {
	float: left;
	width: 32.3%;
	margin-left: 1%;
}
.download .btn3 li a {
	width: 100%;
	display: block;
	font-size: 18px;
	line-height: 22px;
	position: relative;
	color: #FFF;
	text-align: center;
	padding: 0 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background: -moz-linear-gradient(top, #22a3ed, #49c8f5);
	background: -webkit-linear-gradient(top, #22a3ed, #49c8f5);
	background: linear-gradient(to bottom, #22a3ed, #49c8f5);
}
.download .btn3 li a:hover {
	background: #9fa6aa;
}
.download .btn3 li a p {
	background-position: left center, right center;
	background-repeat: no-repeat;
	padding: 22px 42px;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
	font-family: 'notoserifjp';
}
.download .btn3 li a p.ico01 {
	background-image: url(../images/details/seigino/ico_btn01.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a p.ico02 {
	background-image: url(../images/details/seigino/ico_btn02.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a p.ico03 {
	background-image: url(../images/details/seigino/ico_btn03.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a:hover p.ico01 {
	background-image: url(../images/details/seigino/ico_btn01_on.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a:hover p.ico02 {
	background-image: url(../images/details/seigino/ico_btn02_on.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a:hover p.ico03 {
	background-image: url(../images/details/seigino/ico_btn03_on.png), url(../images/details/seigino/btn_arr.png);
}
.download .btn3 li a span {
	display: block;
	font-size: 16px;
}
.download .btn3 li a span span {
	display: inline;
	font-size: 10px;
}
.download .data {
	background-color: rgba(255,255,255,0.9);
	padding: 50px 0;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.download .data .data_twitter {
	position: absolute;
	top: 10px;
	right: -50px;
	width: 22%;
	z-index: 1;
}
.download .data .data_twitter img {
	width: 100%;
}
.download .data figure {
	float: left;
	width: 15%;
}
.download .data figure img {
	width: 100%;
}
.download .data .info {
	padding-left: 17%;
}
.download .data .info .ttl {
	font-size: 27px;
	font-family: 'notoserifjp';
	margin-bottom: 10px;
}
.download .data .info .ttl span {
	font-size: 14px;
	margin-left: 10px;
}
.download .data .info .ico {
	display: inline-block;
}
.download .data .info .ico li {
	float: left;
	margin-right: 5px;
}
.download .data .info .ico li p {
	display: block;
	font-size: 11px;
	line-height: 20px;
	padding: 0 5px;
	color: #26292e;
	border: 1px solid #cacaca;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.download .data .info .ico li a {
	color: #5c5f62;
}
.download .data .info .ico li i {
	line-height: 20px;
	margin: 0 0 0 10px;
	display: block;
}
.download .data .info .worksdata table {
	width: 50%;
	float: left;
	font-size: 13px;
	border-collapse: collapse;
}
.download .data .info .worksdata table th,
.download .data .info .worksdata table td {
	font-weight: normal;
	text-align: left;
	padding: 3px 0;
	border-bottom: 1px solid #e2e2e2;
}
.download .data .info .worksdata table th {
	max-width: 60px;
	color: #497180;
	font-weight: bold;
}
.download .data .info .worksdata table td a {
    background-image: url(../images/store/details/table_link.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-right: 8px;
}


/* introduction
---------------------------------------------------- */
.introduction {
	background-color: #000; 
	background-image: url(../images/details/seigino/introduction.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 1064px;
	background-attachment: fixed;
	padding: 60px 0 0;
}
.introduction .catch {
	text-align: center;
	color: #FFF;
	font-size: 84px;
	line-height: 110px;
    font-family: 'notoserifjp';
	padding: 170px 0 300px;
}
.introduction ul li {
	margin-bottom: 200px;
}
.introduction ul li .imgarea {
	font-family: 'notoserifjp';
	font-size: 280px;
	background-position: center center;
	background-size: cover;
	margin-bottom: 50px;
	color: #FFF;
	text-align: center;
	line-height: 200px;
    padding-top: 100px;
	text-shadow:0px 0px 6px rgba(0,0,0,0.5);
}
.introduction ul li:nth-child(1) .imgarea {
	background-image: url(../images/details/seigino/introduction01.jpg);
}
.introduction ul li:nth-child(2) .imgarea {
	background-image: url(../images/details/seigino/introduction02.jpg);
}
.introduction ul li:nth-child(3) .imgarea {
	background-image: url(../images/details/seigino/introduction03.jpg);
}
.introduction ul li .imgarea span {
	display: block;
	font-size: 40px;
}
.introduction ul li .imgarea span br {
	display: none;
}
.introduction ul li .txtarea {
	text-align: center;
	font-size: 18px;
	line-height: 48px;
	padding: 80px 0;
	background-color: rgba(255,255,255,0.7);
}
.introduction ul li ul {
	width: 78%;
	min-width: 1064px;
	margin: 0 auto;
}
.introduction ul li ul li {
	margin-bottom: 0;
	float: left;
	width: 22%;
	margin-left: 4%;
	background-color: #FFF;
}
.introduction ul li ul li:first-child {
	margin-left: 0;
}
.introduction ul li ul li img {
	width: 100%;
}
.introduction ul li ul li .inner {
	padding: 15px 10px;
}
.introduction ul li ul li .inner .sttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.introduction ul li ul li .inner p {
	font-size: 14px;
	line-height: 20px;
}


/* story
---------------------------------------------------- */
.story {
	background-color: #000; 
	background-image: url(../images/details/seigino/story.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	min-width: 1064px;
	background-attachment: fixed;
	padding: 60px 0 0;
}
.story .catch {
	text-align: center;
	color: #FFF;
	font-size: 84px;
	line-height: 110px;
    font-family: 'notoserifjp';
	padding: 170px 0 300px;
}
.story ul li {
	background-color: rgba(255,255,255,0.85);
	padding: 90px 0 40px;
	line-height: 44px;
}
.story ul li .inner {
	width: 1064px;
	margin: 0 auto;
}
.story ul li .inner img {
	float: left;
	width: 50%;
	margin-top: -180px;
}
.story ul li .inner p {
	width: 50%;
	margin-left: 50%;
	margin-bottom: 50px;
}
.story ul li .inner_c {
	width: 1064px;
	margin: 0 auto;
}
.story ul li .inner_c p {
	text-align: center;
	margin-bottom: 50px;
}
.story ul.story2 {
	padding-top: 480px;
	background-image: url(../images/details/seigino/story2.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.story ul.story2 li .inner img {
	float: right;
}
.story ul.story2 li .inner p {
	margin-left: 0;
	margin-right: 50%;
}
.story ul.story3 {
	padding-top: 480px;
	background-image: url(../images/details/seigino/story3.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.story ul.story3 li:nth-child(2) {
	margin-top: 160px;
}
.story ul.story3 li:last-child {
	margin-bottom: 0;
	background-color: transparent;
	padding: 90px 0 0;
	text-align: center;
	position: relative;
}
.story ul.story3 li:last-child .catch {
	padding: 0;
}
.story ul.story3 li:last-child img {
	margin-top: -30px;
	z-index: 1;
	position: relative;
}

.story ul.story3 li:last-child .prologue_btn {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 1;
	background: -moz-linear-gradient(top, transparent, #FFF);
    background: -webkit-linear-gradient(top, transparent, #FFF);
    background: linear-gradient(to bottom, transparent, #FFF);
}


/* prologue
---------------------------------------------------- */
.prologue_btn a {
	display: block;
    width: 240px;
    height: 42px;
	font-size: 24px;
    margin: 50px auto;
    line-height: 42px;
	color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background-color: #5EC4FF;
}
#inline-wrap {
	position: relative;
	margin:10px auto;
	max-width: 800px;
	padding: 20px;
}
#inline-wrap p {
	color: #FFF;
	margin-bottom: 25px;
}
#inline-wrap p.prologue_ttl {
	font-size: 44px;
	text-align: center;
	margin: 50px 0;
}
#inline-wrap img {
	width: 100%;
	margin-bottom: 25px;
}
#inline-wrap .popup-modal-dismiss a {
	display: block;
    width: 200px;
    height: 36px;
    margin: 50px auto 0;
    line-height: 36px;
	color: #FFF;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
    background-color: #5EC4FF;
}


/* keywords
---------------------------------------------------- */
.keywords {
	padding: 80px 0;
	background-color: #FFF;
}
.keywords .keywords_box {
	width: 80%;
	margin: 0 auto;
	border: 1px solid #e9e9e9;
    background-color: #f6f6f6;
    padding: 2% 2% 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.keywords .keywords_box ul {
	margin: 0 auto 0;
	z-index: 1;
    position: relative;
	width: 94%;
}
.keywords .keywords_box ul li {
	float: left;
	margin: 0 0 1% 1%;
}
.keywords .keywords_box ul li a {
	padding: 0 30px;
	text-align: center;
	border: 1px solid #bababa;
	background-color: rgba(255,255,255,0.7);
	font-size: 14px;
	font-weight: bold;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.keywords .keywords_box ul li a:hover {
	border: 1px solid #e70012;
}


/* character
---------------------------------------------------- */
.character {
	position: relative;
	min-width: 1064px;
	background-color: #000; 
	background-image: url(../images/details/seigino/character.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.character .character_ttl {
	padding: 100px 0 90px;
}
.swiper-container {
	background-color: rgba(255,255,255,0.9);
	padding: 50px 0 100px;
}
.character .swiper-slide {
	min-height: 860px;
}
.character .swiper-slide .characterslide {
	float: right;
	width: 700px;
	overflow: hidden;
	position: absolute;
    right: 0;
}
.character .swiper-slide .characterslide img {
	max-width: 100%;
    max-height: 860px;
    width: auto;
	float: right;
}
.character .swiper-slide .swiper-character-nav {
	display: inline-block;
	margin-bottom: 10px;
}
.character .swiper-slide .swiper-character-pagination {
	float: left;
}
.character .swiper-slide .swiper-character-pagination .swiper-pagination-bullet {
    background: #a6a6a6;
	margin: 0 5px;
}
.character .swiper-slide .swiper-character-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}
.character .swiper-slide .swiper-character-prev,
.character .swiper-slide .swiper-character-next {
    width: 22px;
    height: 42px;
	float: left;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 22px auto;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    background-position: center;
    background-repeat: no-repeat;
}
.character .swiper-slide .swiper-character-next,
.character .swiper-slide .swiper-container-rtl .swiper-character-prev {
    background-image: url(../images/categorytop/next.png);
}
.character .swiper-slide .swiper-character-prev,
.character .swiper-slide .swiper-container-rtl .swiper-character-next {
    background-image: url(../images/categorytop/prev.png);
}
.character .character_details {
    float: left;
    width: 100%;
    margin-right: -320px;
    padding-right: 320px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.character .swiper-slide .name {
	font-size: 80px;
	line-height: 100px;
	font-weight: bold;
	padding-top: 100px;
}
.character .swiper-slide .kana {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.character .swiper-slide .cv {
	font-size: 32px;
	font-weight: bold;
}
.character .swiper-slide .cvkana {
	font-size: 12px;
	line-height: 30px;
	margin-bottom: 15px;
}
.character .swiper-slide .serif {
	margin-bottom: 10px;
	margin-left: -5px;
}
.character .swiper-slide .name + .serif {
	margin-top: 30px;
}

.character .swiper-slide .txt {
	font-size: 13px;
	line-height: 23px;
	margin-bottom: 15px;
	padding: 10px 0;
	display: table;
}
.character .swiper-slide .samplevoice {
	margin-top: 20px;
}
.character .swiper-slide .samplevoice li {
	float: left;
	font-size: 12px;
	font-weight: bold;
	margin-right: 20px;
	letter-spacing: 0.05em;
	font-family: 'Montserrat', sans-serif;
}
.character .swiper-slide .samplevoice li i {
	margin-right: 3px;
	color: #bbbbbb;
}
.character .swiper-slide .samplevoice li a:hover i {
	color: inherit;
}
.character .swiper-slide-next .characterslide {
    position: absolute;
	left: 0;
	top: 10%;
}
.character .swiper-slide-prev .characterslide {
    position: absolute;
	right: 0;
	top: 10%;
}
.character .swiper-slide-next .characterslide img,
.character .swiper-slide-prev .characterslide img {
    -webkit-filter: grayscale(1);
	filter: gray;
	filter: grayscale(1);
	height: 600px;
    width: auto;
	opacity: 0.3;
}
.character .swiper-slide-next .characterslide img {
	float: left;
}
.character .swiper-slide-next .swiper-character-nav,
.character .swiper-slide-prev .swiper-character-nav {
	display: none;
}
.character .swiper-slide-next .name,
.character .swiper-slide-prev .name {
	font-size: 16px;
	line-height: inherit;
	padding-top: 50%;
	color: #929496;
	position: relative;
	z-index: 1;
	display: none;
}
.character .swiper-slide-next .kana,
.character .swiper-slide-prev .kana {
	font-size: 12px;
	line-height: inherit;
	padding-top: 0;
	color: #929496;
	position: relative;
	z-index: 1;
	display: none;
}
.character .swiper-slide-next .cv,
.character .swiper-slide-prev .cv {
	display: none;
}
.character .swiper-slide-next .cvkana,
.character .swiper-slide-prev .cvkana {
	display: none;
}
.character .swiper-slide-next .serif,
.character .swiper-slide-prev .serif {
	display: none;
}
.character .swiper-slide-next .txt,
.character .swiper-slide-prev .txt {
	display: none;
}
.character .swiper-slide-next .samplevoice,
.character .swiper-slide-prev .samplevoice {
	display: none;
}

.character .swiper-button-next,
.character .swiper-button-prev {
	top: 750px;
}
.character .swiper-button-next,
.character .swiper-container-rtl .swiper-button-prev {
    right: 20px;
}
.character .swiper-button-prev,
.character .swiper-container-rtl .swiper-button-next {
    left: 20px;
}
.character .storybox {
	margin-top: 15px;
}
.character .storybox .moretrigger {
	display: none;
}



.character .swiper-slide .characterslide img,
.character .swiper-slide .characterslide img {
	visibility: hidden;
	pointer-events: none;
}
.character .swiper-slide .characterslide .swiper-slide-active img,
.character .swiper-slide .characterslide .swiper-slide-active img{
	visibility: visible;
	pointer-events: none;
}
.character .swiper-slide .characterslide{
	overflow: visible;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active{
	position: relative;
}

.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img {
	position: absolute;
	height: 1000px;
	max-width: inherit;
	top:0;
	right: -10%;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.small{
	position: relative;
	height: auto;
	max-width: inhserit;
	top:0;
	right: -50%;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.small2{
	position: relative;
	height: 900px;
	max-width: inhserit;
	top:0;
	right: -30%;
}

.character .swiper-slide.swiper-slide-prev,
.character .swiper-slide.swiper-slide-next{
	pointer-events: none;
}








/* caststaff
---------------------------------------------------- */
.caststaff {
	position: relative;
	min-width: 1064px;
	background-color: #000; 
	background-image: url(../images/details/seigino/caststaff.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.caststaff .caststaff_ttl {
	padding: 100px 0 90px;
}
.caststaff .caststaff_box {
	background-color: rgba(255,255,255,0.9);
	padding: 60px 0 60px;
}
.caststaff ul.cast li {
	float: left;
	width: 50%;
}
.caststaff ul.cast li table {
	width: 100%;
	font-size: 13px;
	line-height: 20px;
	color: #26292e;
	border-collapse: collapse;
}
.caststaff ul.cast li table tr th {
	width: 60px;
	padding: 5px 0;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
.caststaff ul.cast li table tr td {
	padding: 5px 20px;
}
.caststaff ul.cast li table tr td.line {
	border-left: 1px solid #878382;
	width:120px;
}
.caststaff ul.cast li table tr td.line_b {
	border-left: 2px solid #26292e;
}
.caststaff ul.cast li table tr td a {
    background-image: url(../images/details/seigino/table_link.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-right: 8px;
	color: #26292e;
}
.caststaff ul.cast li table tr td a:hover {
	color: #e70012;
}


/* gallery
---------------------------------------------------- */
.gallery {
	margin-left: -2%;
	padding-top: 90px;
	padding-bottom: 100px;
	position: relative;
    min-width: 1064px;
	background-color: #000; 
    background-image: url(../images/details/seigino/caststaff.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.gallery .gallery_ttl{
	padding-bottom: 20px;
}
.gallery li {
	float: left;
	width: 23%;
	margin: 0 0 2% 2%;
	position: relative;
}
.gallery li .diff {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.gallery li:hover {
	background-color: #FFF;
}
.gallery li .sample-box{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 100% 0 0;
}
.gallery li .sample-box .sample-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gallery li .sample-box .sample-inner img {
    object-fit: cover;
	width: 100%;
    height: 100%;
}
.object-fit-img {
  object-fit: covern;
  font-family: 'object-fit: cover;'
}


/* special
---------------------------------------------------- */
.special {
	position: relative;
	min-width: 1064px;
	padding-bottom: 160px;
	background-color: #000; 
	background-image: url(../images/details/seigino/special.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.special .setblc {
	position: relative;
}
.special .special_ttl {
	padding: 100px 0 30px;
}
.special ul.itemlist {
	margin: -3% 0 0 0;
	text-align: center;
	font-size: 0;
}
.special ul.itemlist li {
	display: inline-block;
	width: 24%;
	margin: 3% 0.5% 0 0.5%;
	vertical-align: top;
	color: #FFF;
}
.special ul.itemlist li img {
	width: 100%;
}
.special ul.itemlist li p.sttl {
	margin: 0 0 5px;
	font-size: 22px;
	text-align: center;
}
.special ul.itemlist li p.sttl span {
	display: block;
	font-size: 14px;
}
.special ul.itemlist li p.txt {
	font-size: 11px;
	margin-bottom: 5px;
}
.special ul.itemlist li a.btn {
	display: block;
	color: #FFF;
	font-size: 16px;
	width: 250px;
	max-width: 100%;
	margin: 15px auto 0;
	padding: 12px 0;
	background-color: #365fc1;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.special ul.itemlist li a.btn:hover {
	opacity: 0.7;
}
.special ul#tab-button {
	text-align: center;
	margin-bottom: 30px;
}
.special ul#tab-button li {
	display: inline-block;
	margin: 0 10px;
	font-size: 18px;
	cursor: pointer;
}
.special ul#tab-button li a {
	color: #FFF;
}
.special ul#tab-button li.is-active a,
.special ul#tab-button li:hover {
	color: #e70012;
}
.tab-select-outer {
    display: none;
}

/* salelist - test
---------------------------------------------------- */
.salelist {
/*
	margin-bottom: 100px;
*/
	position: relative;
}
.salelist ul li {
	position: relative;
	color: #FFF;
	text-align: center;
}
.salelist ul li img {
	width: 100%;
}
.salelist ul li a:hover img {
	opacity: 0.7;
}


.salelist ul li p.sttl {
	margin: 0 0 5px;
	font-size: 22px;
	text-align: center;
}
.salelist ul li p.sttl span {
	display: block;
	font-size: 14px;
}
.salelist ul li p.txt {
	font-size: 15px;
	margin-bottom: 5px;
}
.salelist ul li a.btn {
	display: block;
	color: #FFF;
	font-size: 16px;
	width: 250px;
	max-width: 100%;
	margin: 15px auto 0;
	padding: 12px 0;
	background-color: #365fc1;
	border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}
.salelist ul li a.btn:hover {
	opacity: 0.7;
}

.salelist ul li a.btn_so {
	background-color: #666666;
}
.salelist ul li a.btn_so:hover {
	opacity: 1;
}


.salelist ul {
	width: auto;
}
.salelist ul li {
/*
	width: 23%;
*/
	width: 33%;
	float: left;
}
.salelist ul.salelistblc {
	margin: 0 0 0 -2%;
}
.salelist ul.salelistblc li {
	margin: 2% 0 0 2%;
}
.salelist ul li figure {
	position: relative;
	overflow: hidden;
}
.salelist ul li figcaption {
	position: absolute;
	bottom: -200px;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 200px;
	background: rgba(255,255,255,0.7);
	-webkit-transition: .3s;
	transition: .3s;
}
.salelist ul li figure:hover img {
	opacity: 0.6;
}
.salelist ul li figure:hover figcaption {
	bottom: 0;
}
.salelist .swiper-wrapper .swiper-slide {
    flex-shrink: 0;
    position: relative;
	display: block;
}

.salelist ul li .itemttl {
	text-align:center;
}

.salelist ul li strong {
    margin: 30px 0 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}


/* swiper-salelist */
.swiper-salelist {
	position: relative;
	overflow: hidden;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-salelist-prev,
.swiper-salelist-next {
	position: absolute;
	top: 55%;
	width: 50px;
	height: 50px;
	margin-top: -10px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 50px auto;
	-webkit-background-size: 50px auto;
	background-size: 50px auto;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-salelist-prev {
	background-image: url(../images/store/next.png);
	left: -50px;
	right: auto;
}
.swiper-salelist-next {
	background-image: url(../images/store/next.png);
	right: -50px;
	left: auto;
}
.swiper-button-disabled {
	display: none;
}
.swiper-salelist-pagination {
	text-align: center;
}
.swiper-salelist-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
	margin: 0 5px;
	background: #d3d3d3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.swiper-salelist-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}


/* spec
---------------------------------------------------- */
.disnon {
	display: none;
}
.spec {
	min-width: 1064px;
	padding: 100px 0 20px;
}
.spec .ttl {
	font-size: 96px;
	line-height: 100px;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	background-image: url(../images/details/ttl_bg.jpg);
    -webkit-background-clip: text; 
    color: transparent;
	margin: 0 0 40px;
}
.spec ul li.speclist {
	float: left;
	width: 50%;
}
.spec ul li.speclist .sttl {
	float: left;
	font-weight: bold;
	font-size: 13px;
}
.spec ul li.speclist table {
	margin-left: 80px;
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 20px;
	border-left: 1px solid #878382;
	position: relative;
}
.spec ul li.speclist table::before {
	position: absolute;
	content: "";
	width: 2px;
	height: 30px;
	top: 0px;
    left: -1px;
	background-color: #000;
}
.spec ul li.speclist table tr td {
	padding: 0 20px 10px;
	vertical-align: top;
}
.spec ul li.speclist table tr td:first-child {
	width: 30%;
}
.spec ul li.speclist table tr td a {
    background-image: url(../images/details/table_link2.png);
    background-position: right 4px;
    background-repeat: no-repeat;
    background-size: 4px auto;
    padding-right: 8px;
}
.spec ul li.speclist table tr td .tag li {
	float: left;
	margin: 5px 5px 0 0;
}
.spec ul li.speclist table tr td .tag li a {
	padding: 0 5px;
	font-size: 11px;
	color: #858789;
	border: 1px solid #858789;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	background-image: none;
}
.spec ul li.speclist table tr td .tag li a:hover {
	color: #e70012;
	border: 1px solid #e70012;
}
.spec ul li.speclist table tr td .tab02 li {
	float: left;
	padding: 0 5px;
	font-size: 11px;
	color: #adafb0;
	border: 1px solid #adafb0;
	margin-right: 5px;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	cursor: pointer;
}
.spec ul li.speclist table tr td .tab02 li.select,
.spec ul li.speclist table tr td .tab02 li:hover {
	color: #e70012;
	border: 1px solid #e70012;
}
.spec ul li.speclist table tr td strong {
	color: #6f7174;
}
.spec ul li.speclist table tr td .indent {
	font-size: 11px;
	line-height: 16px;
}


@media only screen and (max-width: 960px) {


/* index
---------------------------------------------------- */

}



@media only screen and (max-width: 640px) {


#moviebn {
    display: none!important;
}

.fix-top {
    margin-top: 50px!important;
}
.fixed-header {
    z-index: 10;
}

.anc {
    margin-top: -50px;
    padding-top: 50px;
    display: table;
}


/* details_ttl
---------------------------------------------------- */
.details_ttl {
	display: none;
}


/* details_header
---------------------------------------------------- */
.details_header {
	padding: 0;
	min-width: inherit;
	background-color: rgba(255,255,255,0.9);
}
.details_header .setblc {
	padding: 8px 0;
}
.details_header .logo {
	position: relative;
	display: block;
}
.details_header .logo p {
	font-weight: bold;
	font-size: 20px;
	padding: 5px 0;
}
.details_header .logo::after {
	position: absolute;
	top: 10px;
    right: 0;
    content: "";
    vertical-align: middle;
	box-sizing: border-box;
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-left: 12px solid #000;
	-moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.details_header .logo.open::after {
	top: 0;
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.details_header .logo img {
	height: 30px;
}
.details_header ul {
	display: none;
	text-align: left;
}
.details_header ul li {
    float: none;
    margin: 10px 0 5px 0;
	display: block;
}
.details_header ul li a {
	color: #333;
}


/* ttl
---------------------------------------------------- */
.ttlh2 {
	font-size: 18px;
	line-height: 60px;
	padding: 15px 0 5px;
}
.ttlh2 span {
	font-size: 38px;
	letter-spacing: 0.2em;
}
.ttlh2 span::before {
	bottom: -5px;
	width: 80%;
}

.ttlh3 {
	line-height: 40px;
	margin-bottom: 20px;
	font-size: 30px;
}
.ttlh3::before,
.ttlh3::after {
	width: 20%;
}


/* main
---------------------------------------------------- */
.main {
	min-width: 100%;
}
.main .mv {
	min-width: 100%;
}
.main .mv img {
	width: 100%;
}
.main .brandlogo {
    top: 10px;
    right: 10px;
}
.main .brandlogo img {
    width: 50px;
    height: auto;
}
.main .news .inner {
	padding: 15px 0 30px;
}
.main .news .inner ul {
	width: 90%;
	margin: 0 auto;
}
.main .news .inner ul li .txt {
	padding-left: 120px;
}


/* download
---------------------------------------------------- */
.download {
	min-width: 100%;
	padding: 30px 0 10px;
	background-size: 250% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.download .setblc {
    margin: 0;
}
.download .btn3 {
	margin: 0 10px 0;
	padding-bottom: 20px;
}
.download .btn3 li {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
}

.download .data {
    padding: 10px 20px;
	margin: 0 10px 40px;
	background-color: rgba(255,255,255,0.95);
}
.download .data .data_twitter {
	position: initial;	
}
.download .data figure {
	float: none;
	width: 70%;
	margin: 20px auto;
}
.download .data figure img {
	width: 100%;
}
.download .data .info {
	padding-left: 0;
	margin-bottom: 15px;
}
.download .data .info .worksdata table {
	width: 100%;
	float: none;
}
.download .data .info .worksdata table th {
	max-width: inherit;
	width: 100px;
	padding-right: 10px;
}



/* introduction
---------------------------------------------------- */
.introduction {
	min-width: 100%;
	padding: 30px 0 0;
	background-size: 250% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.introduction .catch {
	font-size: 28px;
	line-height: 40px;
	padding: 50px 0 100px;
}
.introduction ul li {
	margin-bottom: 60px;
}
.introduction ul li .imgarea {
	font-size: 80px;
	margin-bottom: 0;
	line-height: 140px;
    padding: 0px 0 30px;
}
.introduction ul li .imgarea span {
	font-size: 20px;
	line-height: 34px;
}
.introduction ul li .imgarea span br {
	display: block;
}
.introduction ul li .txtarea {
	font-size: 16px;
	line-height: 34px;
	padding: 20px;
}
.introduction ul li ul {
	width: 94%;
	min-width: inherit;
}
.introduction ul li ul li {
	margin-bottom: 0;
	width: 48%;
	margin: 1%;
}
.introduction ul li ul li:first-child {
	margin: 1%;
}
.introduction ul li ul li img {
	width: 100%;
}
.introduction ul li ul li .inner {
	padding: 10px 5px;
}
.introduction ul li ul li .inner .sttl {
	font-size: 16px;
	margin-bottom: 10px;
}


.prologue_btn a {
    width: 200px;
    height: 36px;
	font-size: 20px;
    line-height: 36px;
}


/* story
---------------------------------------------------- */
.story {
	min-width: 100%;
	padding: 30px 0 0;
	background-size: 250% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.story .catch {
	font-size: 28px;
	line-height: 40px;
	padding: 50px 0 100px;
}
.story ul li {
	background-color: rgba(255,255,255,0.85);
	padding: 150px 0 10px;
	line-height: 34px;
}
.story ul li .inner {
	width: 100%;
}
.story ul li .inner img {
	float: none;
	width: 80%;
	margin: -180px auto 0;
	display: block;
}
.story ul li .inner p {
	width: 90%;
	margin: 10px auto 10px;
}
.story ul li .inner p br {
	display: none;
}
.story ul li .inner_c {
	width: 100%;
}
.story ul li .inner_c p {
	text-align: center;
	margin-bottom: 10px;
}
.story ul.story2 {
	padding: 220px 0 0;
	background-size: 160% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.story ul.story2 li .inner img {
	float: none;
}
.story ul.story2 li .inner p {
	margin: 10px auto 10px;
}
.story ul.story3 {
	padding-top: 220px;
	background-image: url(../images/details/seigino/story3.jpg), url(../images/details/seigino/story3_sp.jpg);
	background-position: top center, center bottom;
	background-size: 160% auto, 300% auto;
	background-repeat: no-repeat, repeat-y;
	background-attachment: scroll;
}
.story ul.story3 li:nth-child(2) {
    padding: 10px 0 10px;
	margin-top: 80px;
}
.story ul.story3 li:last-child {
    padding: 40px 0 0;
}
.story ul.story3 li:last-child img {
	width: 90%;
	margin-top: -10px;
}


/* prologue
---------------------------------------------------- */
.prologue_btn a {
	margin: 20px auto;
}
#inline-wrap {
	max-width: inherit;
}
#inline-wrap p.prologue_ttl {
	font-size: 30px;
}


/* keywords
---------------------------------------------------- */
.keywords {
    padding: 30px 0;
}
.keywords .keywords_box {
	width: 100%;
    margin-bottom: 0;
}
.keywords .keywords_box ul li a {
	padding: 0 15px;
}


/* character
---------------------------------------------------- */
.character {
	min-width: inherit;
	width: 100%;
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.character .character_ttl {
	padding: 10px 0;
}
.swiper-container {
    padding: 15px 0 25px;
	background-color: rgba(255,255,255,0.95);
}
.character .swiper-slide {
	min-height: auto;
}
.character .swiper-slide .characterslide {
	width: 100%;
	height: 460px;
	float: none;
	position: inherit;
	text-align: center;
}
.character .swiper-slide .characterslide img {
    max-width: 2000px;
    width: auto;
    height: 460px;
	float: none;
}
.character .swiper-slide .swiper-character-nav {
	display: table;
	margin: 0 auto 10px;
}
.character .swiper-slide .swiper-character-pagination {
	float: left;
}
.character .swiper-slide .swiper-character-pagination .swiper-pagination-bullet {
    background: #a6a6a6;
	margin: 0 5px;
}
.character .swiper-slide .swiper-character-pagination .swiper-pagination-bullet-active {
    background: #e70012;
}
.character .swiper-slide .swiper-character-prev,
.character .swiper-slide .swiper-character-next {
    width: 16px;
    height: 35px;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.character .character_details {
    float: none;
    margin-right: 0;
    padding-right: 0;
}
.character .swiper-slide .name {
	font-size: 26px;
	line-height: 40px;
	padding-top: 0;
	text-align: center;
}
.character .swiper-slide .kana {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.character .swiper-slide .cv {
	font-size: 20px;
}
.character .swiper-slide .cvkana {
	line-height: 20px;
}
.character .swiper-slide-next .characterslide {
    position: absolute;
	left: 0;
	top: 38%;
}
.character .swiper-slide-prev .characterslide {
    position: absolute;
	right: 0;
	top: 38%;
	text-align: right;
}
.character .swiper-slide-next .swiper-character-nav,
.character .swiper-slide-prev .swiper-character-nav {
	display: none;
}
.character .swiper-slide-next .morebtn,
.character .swiper-slide-prev .morebtn {
	display: none;
}
.character .swiper-slide-next .name,
.character .swiper-slide-prev .name {
	font-size: 16px;
	line-height: inherit;
	padding-top: 50%;
	color: #929496;
	position: relative;
	z-index: 1;
	display: none;
}
.character .swiper-slide-next .kana,
.character .swiper-slide-prev .kana {
	font-size: 12px;
	line-height: inherit;
	padding-top: 0;
	color: #929496;
	position: relative;
	z-index: 1;
	display: none;
}
.character .swiper-slide-next label,
.character .swiper-slide-prev label {
	display: none;
}

.swiper-button-prev, .swiper-button-next {
    top: 42%!important;
}
.character .storybox {
	position: relative;
}
.character .storybox + .story .storybox {
	margin-top: 40px;
}
.character .storybox .morebtn {
	z-index: 2;
	position: absolute;
	right: 0;
	bottom: -20px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #d2d2d2;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.character .storybox .morebtn:hover {
	background: #3bcbff;
}
.character .storybox .morebtn span {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.character .storybox .morebtn span::before {
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.character .storybox .moreitem {
	position: relative;
	overflow: hidden;
	height: 90px;
	font-size: 15px;
	line-height: 27px;
}
.character .storybox .moretrigger {
	display: none;
}
.character .storybox .moretrigger:checked + .morebtn {
	display: none;
}
.character .storybox .moretrigger:checked ~ .moreitem {
	height: auto;
}
.character .storybox .moretrigger:checked ~ .moreitem::before {
	display: none;
}

.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img {
    position: relative;
    height: 460px;
    max-height: 460px;
    max-width: 2000px;
    width: auto;
    top: 0;
    right: 0;
    left: 0;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.small{
	left: -100px;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.small2{
	position: relative;
	height: 460px;
	max-width: inherit;
	top:0;
	left: -50px;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.l10 {
	position: relative;
	height: auto;
	max-width: inherit;
	top:0;
	right: 0;
	left: -100px;
}
.character .swiper-slide.swiper-slide-active .characterslide .swiper-slide-active img.l20 {
	position: relative;
	height: auto;
	max-width: inherit;
	top:0;
	right: 0;
	left: -230px;
}
.character .swiper-slide.swiper-slide-prev .characterslide .swiper-slide-active img,
.character .swiper-slide.swiper-slide-next .characterslide .swiper-slide-active img{
	visibility: hidden;
	pointer-events: none;
}



/* gallery
---------------------------------------------------- */
.gallery {
	background-image: none;
	min-width: inherit;
	width: 100%;
	padding: 0 0 40px;
	margin-bottom: 0!important;
}
.gallery .setblc {
	margin: 0;
}
.gallery .ttl {
	font-size: 50px;
	line-height: 50px;
	margin: 0 10px 20px;
}
.gallery {
	margin-left: 0;
}
.gallery li {
	width: 33.33333333%;
	margin: 0;
}
.gallery li .diff {
	width: 20px;
}


/* caststaff
---------------------------------------------------- */
.caststaff {
	min-width: inherit;
	width: 100%;
	background-size: 250% auto;
	background-repeat: repeat-y;
	background-attachment: scroll;
}
.caststaff .caststaff_ttl {
	padding: 10px 0;
}
.caststaff .caststaff_box {
    padding: 30px 0 30px;
}
.caststaff ul.cast li {
	float: none;
	width: 100%;
}
.caststaff ul.cast li table tr.trline {
	height: 10px;
    display: block;
}
.caststaff ul.cast li table tr th {
	display: block;
	width: 100%;
}
.caststaff ul.cast li table tr td {
	display: block;
	width: 100%;
	padding: 0;
}
.caststaff ul.cast li table tr td.line {
	border-left: none;
	color: #9a9a9a;
}
.caststaff ul.cast li table tr td.line_b {
	border-left: none;
	color: #9a9a9a;
}
.caststaff ul.cast li table tr th.line_b {
	border-left: 2px solid #26292e;
	padding-left: 5px;
}

.caststaff .wrap {
	padding: 20px 10px;
	background-color: rgba(255,255,255,0.9);
}


/* tab
---------------------------------------------------- */
.tab01 {
	border-bottom: 1px solid #26292e;
	color:#26292e;
	font-size:12px;
}
.tab01 li {
	display: inline-block;
    width: 20%;
	padding: 0 20px;
	margin-left: 15px;
	position: relative;
    font-size: 14px;
    line-height: 40px;
	cursor: pointer;
    border-top: 1px solid #26292e;
	border-left: 1px solid #26292e;
	border-right: 1px solid #26292e;
}
.tab01 li::after {
	position: absolute;
	content: "＋";
	right: 10px;
	top: 0;
	font-size: 20px;
}
.tab01 li.select::after {
	content: "\02212";
}
.tab-inner01 {
	padding-top: 20px;
}
.tab-inner01 table {
	float: left;
	position: relative;
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	border-collapse: collapse;
	color:#26292e;
}
.tab-inner01 table::after {
    content: "";
    width: 2px;
    height: 20px;
    background-color: #26292e;
    position: absolute;
    top: 0;
    left: 100px;
}
.tab-inner01 table th {
	width: 100px;
	text-align: left;
	vertical-align: top;
	padding: 0 0 6px;
}
.tab-inner01 table th p::before {
	content: "－";
	color: #26292e;
}
.tab-inner01 table td {
	border-left: 1px solid #cacaca;
	padding: 0 30px 6px 10px;
}
.tab-inner01 table td a {
	background-image: url(../images/store/details/table_link.png);
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 4px auto;
	padding-right: 8px;
	color:#26292e;
}
.disnon {
	display: none;
}

.tab01 li {
	width: 31%!important;
	padding: 0 10px;
	margin-left: 1%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.tab-inner01 {
	padding-top: 20px;
}
.tab-inner01 table {
	float: none;
	table-layout: fixed;
	max-width: 100%;
	width: 100%;
}
.tab-inner01 table::after {
	display: none;
}
.tab-inner01 table th {
	width: 100%;
	display: block;
	padding: 0;
	font-weight: normal;
	color: #9a9a9a;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.tab-inner01 table td {
	border-left: none;
	width: 100%;
	display: block;
	padding: 0 0 10px 1em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.none {
	border:none!important;
	background:none!important;
}
.dummy {
	min-height:160px;
}

.vies { display:inline-block!important; }


/* -- morebtn3 -- */
.morebtn3 {
	z-index: 10;
	position: absolute;
	left: 0;
	bottom: 225px;
	width: 50%;
	height: 140px;
	text-align: center;
	cursor: pointer;
/* old
	background: -webkit-linear-gradient(transparent, #FFF);
	background: -o-linear-gradient(transparent, #FFF);
	background: linear-gradient(transparent, #FFF);
*/
	background: -webkit-linear-gradient(rgba(255,255,255,0), #FFF);
	background: -o-linear-gradient(rgba(255,255,255,0), #FFF);
	background: linear-gradient(rgba(255,255,255,0), #FFF);
}
.morebtn3 span {
	position: relative;
    display: block;
    padding-top: 100px;
	font-size: 18px;
}
.morebtn3 span::before {
	position: absolute;
	bottom: -12px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	width: 15px;
	height: 15px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.moreitem_c {
	position: relative;
	overflow: hidden;
	height: 160px;
	font-size: 15px;
	line-height: 27px;
}
.moretrigger_c {
	display: none;
}
.moretrigger_c:checked + .morebtn3 {
	display: none;
}
.moretrigger_c:checked ~ .moreitem_c {
	height: auto;
}
.moretrigger_c:checked ~ .moreitem_c::before {
	display: none;
}

.a_center {
	text-align:center;
}


/* special
---------------------------------------------------- */
.special {
	min-width: inherit;
	width: 100%;
	padding-bottom: 50px;
	background-size: 250% auto;
    background-repeat: repeat-y;
    background-attachment: scroll;
}
.special .special_ttl {
    padding: 10px 0 30px;
}
.special .ttl span {
	font-size: 18px;
	margin-left: 0;
}
.special ul.itemlist {
	margin: 0 0 0 0;
}
.special ul.itemlist li {
	display: block;
	width: 100%;
	margin: 0 0 30px 0;
}
.special ul.itemlist li img {
	width: 80%;
}

.tab-select-outer {
    display: block;
}
.tab-select-outer #tab-select {
    padding: 10px 0;
	margin-bottom: 20px;
	width: 100%;
}
.tab-button-outer {
  display: none;
}

.salelist ul li p.sttl {
    font-size: 18px;
}
.salelist ul li p.sttl span {
    font-size: 12px;
}
.salelist ul li p.txt {
    font-size: 10px;
	line-height: 16px;
}

.swiper-salelist-prev,
.swiper-salelist-next {
	top: 46%;
}
.swiper-salelist-next {
    right: -10px;
}
.swiper-salelist-prev {
    left: -10px;
}


/* spec
---------------------------------------------------- */
.spec {
	min-width: inherit;
	width: 100%;
	padding: 30px 0 20px;
}
.spec ul li.speclist {
	float: none;
	width: 100%;
}
.spec ul li.speclist .sttl {
	float: none;
	border-left: 2px solid #000;
    padding: 0 20px 0 5px;
	margin-bottom: 2px;
	position: relative;
	display: inline-block;
}
.spec ul li.speclist .sttl::after {
	position: absolute;
	display: block;
	top: 0px;
	right: 5px;
	font-size: 15px;
}
.spec ul li.speclist .sttl.open::after {
	content: "\02212";
}
.spec ul li.speclist .acc {
	display: none;
}
.spec ul li.speclist .acc_open {
	display: block;
}
.spec ul li.speclist table {
	margin: 0 0;
	border-left: none;
}
.spec ul li.speclist table::before {
    display: none;
}
.spec ul li.speclist table tr.trline {
	height: 10px;
    display: block;
}
.spec ul li.speclist table tr {
	padding: 5px 0 5px;
	display: block;
}
.spec ul li.speclist table tr th {
	display: block;
	width: 100%;
}
.spec ul li.speclist table tr td {
	display: block;
	width: 100%;
	padding: 0;
}
.spec ul li.speclist table tr td:first-child {
    width: 100%;
	color: #9a9a9a;
}

.spec ul li.speclist table tr th.line_b {
    height: auto;
    margin-bottom: 0px;
}
.spec ul li.speclist .sttl {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 33px;
    padding-left: 8px;
    padding-right: 0;
    position: relative;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.spec ul li.speclist .sttl::after {
    display: block;
    position: absolute;
    content: "＋";
    right: 5px;
    top: 0;
    font-size: 20px;
}
.spec ul li.speclist p {
    font-size: 15px;
}
.spec ul li.speclist .trline {
	display: none;
	height: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	box-sizing: border-box;
}



}


@media only screen and (max-width: 320px) {


/* index
---------------------------------------------------- */

}




/*add0422*/
.main .news {
    display: none;
}
.download .ttlh3{
	display: none;
}
.introduction ul li ul {
    min-width: 964px;
}
.introduction ul li ul li {
    margin-bottom: 0;
    float: left;
    width: 48%;
    margin-left: 4%;
    background-color: #FFF;
}
.introduction ul li ul li:nth-child(2){
    margin-bottom:4%;
}
.introduction ul li ul li:nth-child(3){
    margin-left: 0;
}
.download .data {
    margin: 0 50px;
}
.prologue_btn a {
    margin: 0 auto 50px;
}
.character .swiper-slide {
    min-height: 1000px;
}
.character .swiper-slide .characterslide img {
    max-height: 1000px;
}
@media only screen and (max-width: 1300px) {
	.character .swiper-slide {
	    min-height: 860px;
	}
	.character .swiper-slide .characterslide img {
	    max-height: 860px;
	}
}
.salelist ul li img {
    width: auto;
    max-width: 100%;
    padding-top: 20px;
}
.setblc {
    min-width: initial;
}
.movie{
    padding: 0px 0 100px;
    background: #000 url(../images/details/seigino/movie_bg.jpg) no-repeat center / cover;
}
.movie .movie_ttl {
    padding: 100px 0 30px;
}
.movie .thumb {
    text-align: center;
}
.movie .thumb img{
	width: auto;
	max-width: 100%;
}
.main .bn03{
	position: absolute;
	right: 50px;
	top:170px;
}
.main .bn03 li{
	margin-bottom: 10px;
}
.main .bn03 li img{
	width: 300px;
}
@media only screen and (max-width: 640px) {
	.main .bn03{
		position: relative;
		right: 0;
		top:0;
		padding:10px; 
	}
	.main .bn03 li img{
		width: 100%;
	}
}


.main .mv img {
    margin-top: 60px;
}
.main .brandlogo {
    position: absolute;
    top: 80px;
    right: 70px;
	text-align: right;
	z-index: 8;
}
.main .brandlogo img{
	width: 60px;
}
@media only screen and (max-width: 640px) {
	.main .brandlogo {
		top: 10px;
		right: 10px;
	}
	.main .brandlogo img {
		width: 50px;
	}
}



.mfp-close-btn-in .mfp-close {
    z-index: 1047;
    position: fixed;
    top: 28px;
    right: 28px;
    width: 30px;
    height: 30px;
    background-image: url(../images/details/seigino/close_icon.svg);
    background-position: right top;
    background-repeat: no-repeat;
    font-size: 0;
}






@media only screen and (max-width: 640px) {

	.download {
	    padding: 20px 0 10px;
	}
	.download .bnn{
		font-size: 0;
		box-sizing: border-box;
		padding: 0 10px 10px;
		overflow: hidden;
	}
	.download .bnn a{
		font-size: 0;
		width: 49%;
		margin-right: 2%;
		display: block;
		float: left;
		margin-bottom: 10px;
		box-sizing: border-box;
	}
	.download .bnn li:nth-child(2n) a{
		width: 49%;
		margin-right: 0;
	}	
	.download .bnn img{
		width: 100%;
	}



	.main .bn03 {
	    position: absolute;
	    right: 0;
	    left: 0;
	    top: auto;
	    bottom: -180px;
	    padding: 10px;
	}
	.main .mv img {
	    margin-top: 0px;
	}
	.details_header ul li:first-child {
	    padding-top: 20px;
	}
	.download .data {
	    margin: 0 10px;
	}

	.introduction ul li ul {
		width: 97%;
	    min-width: 0;
	    text-align: center;
	}
	.introduction ul li ul li {
		width: 47%;
	    margin-bottom: 0;
	    margin: 0 5px 25px!important;
	}
	.introduction ul li ul li .inner {
	    padding: 10px;
	}
	.character .swiper-slide {
	    min-height: auto;
	}
	.character .swiper-slide .characterslide img {
	    min-height: auto;
	    max-height: 400px;
	}
	.character .swiper-slide .serif{
		margin-left: 0;
	}
	.character .swiper-slide .serif img{
		width: 100%;
	}
	.movie .movie_ttl {
	    padding: 10px 0 10px;
	}
	.movie {
	    padding: 0px 0 50px;
	    background: #000 url(../images/details/seigino/movie_bg.jpg) no-repeat center / cover;
	}
	.special .special_ttl {
	    padding: 10px 0 10px;
	}
	.salelist ul li p.sttl {
	    font-size: 16px;
	}
	.download .data figure {
	    display: none;
	}
	.download .data .info .ttl {
	    font-size: 27px;
	    font-family: 'notoserifjp';
	    margin-bottom: 10px;
	    line-height: 32px;
	    margin-top: 10px;
	}
	.download .data {
	    background-color: rgba(255,255,255,0.8);
	}
	.story ul li .inner img {
	    float: none;
	    width: 80%;
	    margin: -180px auto 0;
	    display: none;
	}
	.story ul li {
	    padding: 20px 0 20px;
	    line-height: 34px;
	}
	.story ul.story3 li:nth-child(2) {
	    padding: 20px 0;
	    margin-top: 80px;
	}
	.prologue_btn a {
	    margin: 10px auto 10px;
	}
	.character .characterslide,
	.character .characterslide .swiper-slide,
	.character .characterslide .swiper-slide img{
		pointer-events: none;
	}
	.spec ul li.speclist .sttl{
	    display: block;
	}
	.gallery{
		background-image: url(../images/details/seigino/caststaff.jpg);
	    min-width: inherit;
	    width: 100%;
	    background-size: 250% auto;
	    background-repeat: repeat-y;
	    background-attachment: scroll;
	}
	.gallery .gallery_ttl {
	    padding-bottom: 0px;
	}
	.salelist ul li p.txt {
	    font-size: 13px;
	    line-height: 20px;
	}
	.special .setblc{
		pointer-events: none;
	}
}
/**/
header.header {
    height: 60px;
}
.details_ttl img {
    height: 38px;
}
.details_ttl {
    margin: 5px 0 17px;
}

@media only screen and (max-width: 640px) {
header.header {
    height: 50px;
}
.details_header {
    padding: 0;
}
.details_header ul li a{
    display: block;
}
.details_header .logo::after {
    position: absolute;
    bottom: 8px;
    content: "";
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: solid 0px transparent;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 5px;
    transform: rotate(45deg);
}
.details_header .logo::after {
    position: absolute;
    bottom: 10px;
    content: "";
    cursor: pointer;
    width: 12px;
    height: 12px;
    border: solid 0px transparent;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    right: 5px;
    transform: rotate(45deg);
}
.details_header .logo.open::after {
    transform: rotate(-135deg);
    bottom: 0px;
    margin-top: 13px;
}
.anc{
	position: relative;
	top:40px;
}

}

.wm110 { width:110px; }

