/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */

*,
:before,
:after {
	background-repeat: no-repeat;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

:before,
:after {
	text-decoration: inherit;
	vertical-align: inherit;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: default;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

body {
	margin: 0;
}

h1 {
	font-size: 2em;
	margin: .67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

nav ol,
nav ul {
	list-style: none;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

::-moz-selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc;
	color: #000;
	text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}

audio,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg {
	fill: currentColor;
}

svg:not(:root) {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input,
select,
textarea {
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
	resize: vertical;
}

[type=checkbox],
[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

[hidden] {
	display: none;
}

[aria-busy=true] {
	cursor: progress;
}

[aria-controls] {
	cursor: pointer;
}

[aria-hidden=false][hidden]:not(:focus) {
	clip: rect(0, 0, 0, 0);
	display: inherit;
	position: absolute;
}

[aria-disabled] {
	cursor: default;
}


@-webkit-keyframes active-menu-bar01 {
	  0% {
		-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0);
	  }
	  50% {
		-webkit-transform:translateY(5px) rotate(0);transform:translateY(5px) rotate(0);
	  }
	  100% {
		-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg);
	  }
	}
	
	@keyframes active-menu-bar01 {
	  0% {
		-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)
	  }
	  50% {
		-webkit-transform:translateY(5px) rotate(0);transform:translateY(5px) rotate(0)
	  }
	  100% {
		-webkit-transform:translateY(5px) rotate(45deg);transform:translateY(5px) rotate(45deg)
	  }
	}

	@-webkit-keyframes active-menu-bar03 {
	  0% {
		-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)
	  }
	  50% {
		-webkit-transform:translateY(-5px) rotate(0);transform:translateY(-5px) rotate(0)
	  }
	  100% {
		-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)
	  }
	}

	@keyframes active-menu-bar03 {
	  0% {
		-webkit-transform:translateY(0) rotate(0);transform:translateY(0) rotate(0)
	  }
	  50% {
		-webkit-transform:translateY(-5px) rotate(0);transform:translateY(-5px) rotate(0)
	  }
	  100% {
		-webkit-transform:translateY(-5px) rotate(-45deg);transform:translateY(-5px) rotate(-45deg)
	  }
	}

html {
	font-size: 62.5%;
}

body {
	font-size: 1.6rem;
	line-height: 1;
	margin: 0;
	padding: 0;
	font-family: "Rounded Mplus 1c", -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic ProN, Meiryo, 'Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª', sans-serif;
	background-color: #ee447e;
	color: #333;
	text-align: center;
}

ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl,
dt,
dd {
	margin: 0;
}

img {
	width: 100%;
	height: auto;
}

p {
	margin: 0;
	line-height: 1.75;
}

.sengoku-footer {
	width: 100%;
	margin: 0 auto;
	padding: 25px 0;
	background-color: #ee447e;
	text-align: center;
}

.sengoku-footer__copyright {
	font-size: 1.4rem;
	color: #fff;
}

.sengoku-main {
	background-color: #fbe7ee;
	min-width: 1000px;
}

.sengoku-main__section {
	padding: 30px 0 40px;
}

.sengoku-main__section__title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	color: #ee447e;
}

.sengoku-main__section__title__sub {
	display: block;
	margin-top: 12px;
	font-size: 2.4rem;
	font-weight: 400;
}

.sengoku-main__section__title__sub:before,
.sengoku-main__section__title__sub:after {
	content: '-';
}

.sengoku-main__section__content__description {
	font-size: 1.8rem;
}

.sengoku-main__section__content__description:not(:first-child) {
	margin-top: 20px;
}

.sengoku-main__section__content__images {
	margin: 40px auto;
}

.sengoku-main__section__content__images img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 340px;
	height: 260px;
	border: 8px solid #fff;
	margin: 0 15px;
	-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .3);
	box-shadow: 0 0 5px rgba(192, 32, 0, .3);
}

.catchphrase {
	width: 100%;
	min-width: 1000px;
	padding: 40px 0;
	background-color: #fff;
}

.catchphrase__primary {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
}

.catchphrase__primary__heart {
	color: #ee447e;
}

.catchphrase__primary__stage {
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.5;
    color: #ee447e;
}

.catchphrase__secondly {
	margin-top: 20px;
	font-size: 1.8rem;
	line-height: 1.5;
}

table.catchphrase__secondly__stage {
	margin: 0 auto;
	width: 1000px;
	border: none;
	border-top: solid 1px #666;
	border-bottom: solid 1px #666;
	border-collapse: separate;
	border-spacing: 0 10px;
}

table.catchphrase__secondly__stage th {
	padding: 0 30px;
	color: #ee447e;
	vertical-align: middle;
	height: 53px;
	width: 200px;
	border-right: solid 1px #666;
	margin: 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

table.catchphrase__secondly__stage td {
	padding: 0 0 0 30px;
	margin: 0;
	height: 53px;
	width: 100px;
	border: none;
	color: #666;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
}

table.catchphrase__secondly__stage td:fst-child {
	padding: 0 0 0 10px;
	vertical-align: middle;
}

table.catchphrase__secondly__stage td.bar {
	height: 1px;
	width: 100%;
	border-top: solid 1px #ccc;
}

.introduction {
	padding: 30px 0 0;
}

.introduction__title {
	font-size: 4rem;
	font-weight: 400;
	line-height: 1;
	color: #ee447e;
}

.introduction__title__sub {
	display: block;
	margin-top: 12px;
	font-size: 2.4rem;
	font-weight: 400;
}

.introduction__title__sub:before,
.introduction__title__sub:after {
	content: '-';
}

.introduction__content__description {
	font-size: 1.8rem;
}

.introduction__content__description:not(:first-child) {
	margin-top: 20px;
}

.introduction__content__images {
	margin: 40px auto;
}

.introduction__content__images img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 340px;
	height: 260px;
	border: 8px solid #fff;
	margin: 0 15px;
	-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .3);
	box-shadow: 0 0 5px rgba(192, 32, 0, .3);
}

.introduction__banner {
	padding: 40px 0;
	background-color: #ddd;
}

.introduction__banner img {
	width: 300px;
	margin: auto;
}

.characters {
	position: relative;
	width: 930px;
	margin: auto;
	background: url(../img/characters/map.png) no-repeat right 40px;
	background-size: 64%;
}

.characters__category {
	display: none;
}

.characters__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.characters__list--minakami {
	max-width: 600px;
}

.characters__list--sangoku {
	margin-top: 20px;
	max-width: 300px;
}

.characters__list--tuki {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 600px;
	height: 142px;
}

.characters__list__item {
	position: relative;
	width: 142px;
	height: 142px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.characters__list__item img {
	position: absolute;
	width: 142px;
	height: 142px;
	top: 0;
	left: 0;
	border-radius: 100px;
	border: 4px solid #fff;
	-webkit-box-shadow: 0 0 3px rgba(192, 32, 0, .3);
	box-shadow: 0 0 3px rgba(192, 32, 0, .3);
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
}

.characters__list__item a {
	display: block;
	width: 142px;
	height: 142px;
}

.characters__list__item a img {
	-webkit-filter: none;
	filter: none;
	opacity: 1;
}

.characters__list__item a img:hover {
	width: 162px;
	height: 162px;
	top: -10px;
	left: -10px;
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .5);
	box-shadow: 0 0 5px rgba(192, 32, 0, .5);
}

.character-detail {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

.character-detail__back {
	text-align: left;
}

.character-detail__image {
	position: absolute;
	width: 560px;
	height: auto;
	top: 0;
	right: -20px;
}

.character-detail__info {
	width: 500px;
	margin: 0 auto 0 0;
	text-align: left;
}

.character-detail__info__name {
	position: relative;
	display: inline-block;
	font-size: 6rem;
	font-weight: 400;
	color: #ee447e;
	line-height: 1;
	padding-bottom: 25px;
	margin-top: 40px;
	margin-bottom: 0;
}

.character-detail__info__name__ruby {
	position: absolute;
	display: block;
	font-size: 2rem;
	bottom: 0;
	right: 0;
}

.character-detail__info__catchphrase {
	margin-top: 20px;
	font-size: 2.8rem;
	line-height: 1.75;
}

.character-detail__info__catchphrase span {
	color: #ee447e;
}

.character-detail__info__list {
	margin-top: 20px;
	font-size: 1.4rem;
}

.character-detail__info__list li {
	line-height: 1.75;
}

.character-detail__info__description {
	margin-top: 10px;
	font-size: 1.4rem;
	line-height: 1.75;
}

.character-detail__thumb-list {
	width: 1000px;
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.character-detail__thumb-list__item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
	text-align: center;
	color: #ee447e;
	font-size: 1.2rem;
}

.character-detail__thumb-list__item img {
	width: 100%;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .3);
	box-shadow: 0 0 5px rgba(192, 32, 0, .3);
	margin-bottom: 10px;
}

.character-detail__thumb-list__item:not(:first-child) {
	margin-left: 10px;
}

.character-voice {
	background-color: #fff;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
}

.character-voice__title {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1;
	color: #ee447e;
}

.character-voice__title--sub {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #fbe7ee;
}

.character-voice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 12px;
	margin-bottom: -10px;
	margin-right: -15px;
}

.character-voice__list__item {
	margin-bottom: 10px;
	margin-right: 8px;
}

.character-voice__list__item a {
	position: relative;
	display: inline-block;
	height: 28px;
	font-size: 1.4rem;
	line-height: 28px;
	text-indent: 32px;
	padding-right: 8px;
	color: #ee447e;
	text-decoration: none;
	border-radius: 4px;
	background-color: rgba(255, 255, 255, .8);
}

.character-voice__list__item a:before {
	position: absolute;
	display: block;
	content: '';
	width: 28px;
	height: 28px;
	top: 0;
	left: 0;
	border-radius: 20px;
	border: 2px solid #ee447e;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.character-voice__list__item a:after {
	position: absolute;
	display: block;
	content: '';
	width: 0;
	height: 0;
	top: 0;
	bottom: 0;
	left: 11px;
	margin: auto;
	border-top: 6px solid transparent;
	border-left: 8px solid #ee447e;
	border-bottom: 6px solid transparent;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.character-voice__list__item a:hover:before {
	background-color: #ee447e;
}

.character-voice__list__item a:hover:after {
	border-left-color: #fff;
}

.character-back {
	display: inline-block;
	border-radius: 20px;
	border: 2px solid #ee447e;
	padding: 10px 20px;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	color: #ee447e;
	text-decoration: none;
}

.character-back--top {
	margin-top: 20px;
}

.character-back--bottom {
	margin-top: 50px;
}

.character-back:hover {
	color: #fff;
	border-color: #ee447e;
	background-color: #ee447e;
}

.character-detail__poschange {
	display: flex;
	align-items: flex-end;
	width: 800px;
	margin-right: -200px;
}
.character-detail__info__cv {
	font-size: 1.8rem;
	line-height: 1;
	margin: 40px auto 0 10px;
	padding-bottom: 28px;
	font-weight: 400;
	color: #ee447e;
}

.character-detail__info__cv span {
	display: block;
	margin-top: 10px;
}

.character-voice__list__item {
	cursor: pointer;
}

@media screen and (min-width: 769px) {
	.sengoku-navigation {
		position: fixed;
		height: 56px;
		width: 100%;
		margin: 0 auto;
		top: 0;
		left: 0;
		background-color: #fff;
		-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .5);
		box-shadow: 0 0 5px rgba(192, 32, 0, .5);
		z-index: 10000;
	}

	.sengoku-navigation__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 56px;
		width: 1000px;
		margin: 0 auto;
	}

	.sengoku-navigation__list__item {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 100%;
		flex: 1 1 100%;
		position: relative;
	}

	.sengoku-navigation__list__item:first-child:before {
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 16px;
		top: 20px;
		left: 0;
		border-right: 1px solid #ccc;
	}

	.sengoku-navigation__list__item:after {
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 16px;
		top: 20px;
		right: 0;
		border-right: 1px solid #ccc;
	}

	.sengoku-navigation__list__item__link {
		position: relative;
		display: block;
		height: 56px;
		color: #333;
		text-decoration: none;
		line-height: 56px;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		z-index: 10;
	}

	.sengoku-navigation__list__item__link:hover {
		color: #fff;
	}

	.sengoku-navigation__list__item__link:after {
		position: absolute;
		display: block;
		content: '';
		width: 90%;
		height: 56px;
		left: 5%;
		top: 0;
		border-bottom: 4px solid #fbe7ee;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		z-index: -1;
	}

	.sengoku-navigation__list__item__link:hover:after {
		border-bottom: 56px solid #ee447e;
	}

	.sengoku-navigation__list__item--active .sengoku-navigation__list__item__link:after {
		position: absolute;
		display: block;
		content: '';
		width: 90%;
		height: 56px;
		left: 5%;
		top: 0;
		border-bottom: 4px solid #ee447e;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		z-index: -1;
	}

	.sengoku-navigation__list__item--active .sengoku-navigation__list__item__link:hover:after {
		border-bottom: 56px solid #ee447e;
	}

	.sengoku-header {
		position: relative;
		width: 100%;
		margin-top: 56px;
		height: 300px;/*before160px*/
		background: url(../img/common/sub_visual.jpg?0409) center center no-repeat;
		background-size: cover;
	}
	
	.sengoku-header__btn {
		display: none;
	}

	.sengoku-header .sengoku-header__title {
		position: absolute;
		width: 240px;
		height: auto;
		left: 0;
		right: 0;
		bottom: 20px;
		margin: auto;
	}

	.sengoku-header--index {
		height: 1000px;
		text-align: center;
		background: url(../img/index/main_visual.jpg) center center no-repeat;
		background-size: cover;
	}

	.sengoku-header--index .sengoku-header__title {
		position: absolute;
		display: none;
		width: 30%;
		height: auto;
		left: 0;
		right: 0;
		bottom: 50px;
		margin: auto;
	}
}

@media screen and (max-width: 768px) {
	.sengoku-header {
		position: fixed;
		width: 100%;
		height: 60px;
		top: 0;
		left: 0;
		background-color: #fff;
		box-shadow: 0 2px 5px rgba(32, 32, 32, .2);
		text-align: center;
		z-index: 10000;
	}
	
	.sengoku-main{
		margin-top: 60px;
	}
	
	.sengoku-main.sengoku-main--index::before {
		display: block;
		content: "";
		width: 100%;
		height: 320px;
		background: url(../img/common/sp_visual.png?0601) center center no-repeat;
		background-size: cover;
	}
	
	@media screen and (max-width: 450px) {
		
	}
	
	.sengoku-main__section {
		padding: 20px 10px;
		font-size: 1.6rem;
	}
	.sengoku-main__section__title {
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.sengoku-main__section__title__sub {
		font-size: 1.6rem;
	}
		
	.sengoku-header__btn {
		position: absolute;
		display: inline-block;
		position: absolute;
		top: 17px;
		left: 17px;
		width: 26px;
		height: 26px;
		border: 2px solid #ee447e;
		cursor: pointer;
		z-index: 999;
	}
	.sengoku-header__btn span {
		display: inline-block;
		position: absolute;
		left: 50%;
		width: 14px;
		height: 2px;
		margin-left: -7px;
		background-color: #ee447e;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	
	.sengoku-header__btn span:nth-child(1) {
		top: 5px;
		-webkit-animation: menu-bar01 .75s forwards;
		animation: menu-bar01 .75s forwards;
	}
	
	.sengoku-header__btn span:nth-child(2) {
		top: 10px;
		opacity: 1;
		-webkit-transition: all .25s .25s;
		transition: all .25s .25s;
	}
	
	.sengoku-header__btn span:nth-child(3) {
		bottom: 5px;
		-webkit-animation: menu-bar02 .75s forwards;
		animation: menu-bar02 .75s forwards;
	}
	
	.sengoku-header__btn[data-is-menu-closed=false] span:nth-of-type(1) {
		-webkit-animation: active-menu-bar01 .75s forwards;
		animation: active-menu-bar01 .75s forwards;
	}

	.sengoku-header__btn[data-is-menu-closed=false] span:nth-of-type(2) {
    	opacity: 0;
	}

	.sengoku-header__btn[data-is-menu-closed=false] span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03 .75s forwards;
		animation: active-menu-bar03 .75s forwards;
	}

	.sengoku-header .sengoku-header__title {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100px;
		height: 60px;
		margin: auto;
	}
	
	.sengoku-header .sengoku-header__title img {
		max-width: 100%;
	}
	
	.sengoku-footer__copyright {
		font-size: 1rem;
	}
	
	.sengoku-navigation {
		display: none;
		position: absolute;
		border-top: 1px solid #ee447e;
		top: 60px;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.sengoku-navigation[data-is-closed=false] {
		display: block;
	}
	
	.sengoku-navigation__list {
		text-align: left;
		box-shadow: 0 2px 3px rgba(128, 32, 32, .15);
	}
	
	.sengoku-navigation__list__item {
	}
	
	.sengoku-navigation__list__item__link {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: center;
		background-color: #fff;
		color: #333;
		height: 50px;
		padding: 010px;
		text-align: center;
		text-decoration: none;
		border-bottom: 1px solid #fbe7ee;
	}
	
	.body {
		min-width: 0;
	}
	
	.sengoku-main {
		min-width: 0;
	}
	
	.catchphrase {
		min-width: 0;
		padding: 15px 0;
	}
	
	.catchphrase__primary__stage {
		font-size: 2rem;
	}
	
	table.catchphrase__secondly__stage {
		display: block;
		width: 100%;
		border: none;
	}
	table.catchphrase__secondly__stage th {
		height: auto;
		line-height: 1;
		display: block;
		width: 100%;
		white-space: normal;
		color: #ee447e;
		background-color: #fbe7ee;
		border: none;
		padding: 10px 15px;
		margin: auto;
	}
	
	table.catchphrase__secondly__stage tr {
		display: block;
		height: auto;
	}
	
	table.catchphrase__secondly__stage td.bar {
		display: none;
		border: none;
	}
	
	table.catchphrase__secondly__stage td {
		display: block;
		width: 100%;
		white-space: normal;
		border: none;
		padding: 10px 15px;
		margin: auto;
		overflow: visible;
		height: auto;
	}
	
	.introduction {
	}
	
	.introduction__title {
		font-size: 2.8rem;
		margin: 0 auto;
	}
	
	.catchphrase__primary {
		font-size: 2rem;
		margin: 0 auto;
	}
	.catchphrase__secondly {
		font-size: 1.6rem;
		text-align: left;
		padding: 5px 15px;
	}
	
	.introduction__content__description {
		font-size: 1.4rem;
		text-align: left;
		padding: 5px 15px;
	}
	
	.introduction__content__description:not(:first-child) {
		margin-top: 10px;
	}
	
	.introduction__content__images {
		display: flex;
		box-sizing: border-box;
		padding: 5px 15px;
		margin: 10px auto;
		width: 100%;
	}
	
	.introduction__content__images img {
		width: 48%;
		height: 32%;
		border: none;
		margin: 0 1% 5px;
	}
	
	.characters {
    position: relative;
    width: 100%;
    margin: 20px auto;
    background: none;
	}

	.characters__category {
		display: block;
		font-size: 1.6rem;
		color: #ee447e;
		margin: 2em auto .5em;
	}
	
	.characters__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: center;
	}

	.characters__list--minakami {
		max-width: 100%;
	}

	.characters__list--sangoku {
		max-width: 100%;
		margin-top: auto;
	}

	.characters__list--tuki {
		position: relative;
		max-width: 100%;
		margin-top: auto;
		height: auto;
	}

	.characters__list__item {
		position: relative;
		width: 100px;
		height: 100px;
		margin: 5px;
}

	.characters__list__item img {
		position: absolute;
		width: 100px;
		height: 100px;
		top: 0;
		left: 0;
		border-radius: 100px;
		border: 3px solid #fff;
		-webkit-box-shadow: 0 0 3px rgba(192, 32, 0, .3);
		box-shadow: 0 0 3px rgba(192, 32, 0, .3);
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
		-webkit-filter: grayscale(1);
		filter: grayscale(1);
		opacity: .5;
	}

	.characters__list__item a {
		display: block;
		width: 100px;
		height: 100px;
	}

	.characters__list__item a img {
		-webkit-filter: none;
		filter: none;
		opacity: 1;
	}

	.characters__list__item a img:hover {
		width: 100px;
		height: 100px;
		top: -0;
		left: -0;
		border: 3px solid #fff;
		-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .5);
		box-shadow: 0 0 5px rgba(192, 32, 0, .5);
	}

	.character-detail {
		position: relative;
		width: 100%;
		margin: 0 auto 20px;
		text-align: left;
	}

	.character-detail__back {
		text-align: left;
	}

	.character-detail__image {
		position: relative;
		width: 120% !important;
		height: auto !important;;
		margin: auto -10%;
		top: 0;
		right: 0;
		padding: 10px;
		overflow: hidden;
	}

	.character-detail__info {
		width: 100%;
		margin: 10px auto;
		text-align: left;
	}

	.character-detail__info__name {
		position: relative;
		display: block;
		font-size: 3rem;
		font-weight: 400;
		color: #ee447e;
		line-height: 1.5;
		padding-bottom: 0;
		margin-top: 10px;
		margin-bottom: 3rem;
	}

	.character-detail__info__name__ruby {
		position: absolute;
		display: block;
		font-size: 1.6rem;
		bottom: -2rem;
		right: auto;
		left: 0;
	}

	.character-detail__info__catchphrase {
		margin-top: 10px;
		font-size: 2rem;
		line-height: 1.75;
	}

	.character-detail__info__catchphrase span {
		color: #ee447e;
	}

	.character-detail__info__list {
		margin-top: 10px;
		font-size: 1.2rem;
	}

	.character-detail__info__list li {
		line-height: 1.75;
	}

	.character-detail__info__description {
		margin-top: 10px;
		font-size: 1.2rem;
		line-height: 1.75;
	}

	.character-detail__thumb-list {
		width: 100%;
		margin-top: 10px;
		font-size: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.character-detail__thumb-list__item {
		-webkit-box-flex: auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		text-align: center;
		color: #ee447e;
		font-size: 1.2rem;
		width: 50%;
	}

	.character-detail__thumb-list__item img {
		width: 98%;
		border: 3px solid #fff;
		-webkit-box-shadow: 0 0 5px rgba(192, 32, 0, .3);
		box-shadow: 0 0 5px rgba(192, 32, 0, .3);
		margin-bottom: 10px;
	}

	.character-detail__thumb-list__item:not(:first-child) {
		margin-left: 0;
	}

	.character-voice {
		background-color: #fff;
		border-radius: 4px;
		padding: 20px;
		margin-top: 10px;
	}

	.character-voice__title {
		margin: 0;
		font-size: 1.4rem;
		font-weight: 400;
		line-height: 1;
		color: #ee447e;
	}

	.character-voice__title--sub {
		margin-top: 10px;
		padding-top: 10px;
		border-top: 1px solid #fbe7ee;
	}

	.character-voice__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 12px;
		margin-bottom: -10px;
		margin-right: -15px;
	}

	.character-voice__list__item {
		margin-bottom: 10px;
		margin-right: 8px;
	}

	.character-voice__list__item a {
		position: relative;
		display: inline-block;
		height: 20px;
		font-size: 1.2rem;
		line-height: 20px;
		text-indent: 22px;
		padding-right: 8px;
		color: #ee447e;
		text-decoration: none;
		border-radius: 4px;
		background-color: rgba(255, 255, 255, .8);
	}

	.character-voice__list__item a:before {
		position: absolute;
		display: block;
		content: '';
		width: 20px;
		height: 20px;
		top: 0;
		left: 0;
		border-radius: 16px;
		border: 1px solid #ee447e;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.character-voice__list__item a:after {
		position: absolute;
		display: block;
		content: '';
		width: 0;
		height: 0;
		top: 0;
		bottom: 0;
		left: 8px;
		margin: auto;
		border-top: 4px solid transparent;
		border-left: 6px solid #ee447e;
		border-bottom: 4px solid transparent;
		-webkit-transition: all .15s ease-in-out;
		transition: all .15s ease-in-out;
	}

	.character-voice__list__item a:hover:before {
		background-color: #ee447e;
	}

	.character-voice__list__item a:hover:after {
		border-left-color: #fff;
	}

	.character-back {
		display: block;
		border-radius:0;
		border-top: 1px solid #ee447e;
		border-bottom: 1px solid #ee447e;
		border-left: none;
		border-right: none;
		padding: 15px 10px;
		margin: auto -10px;
		font-size: 1.2rem;
		color: #ee447e;
		text-decoration: none;
	}

	.character-back--top {
		margin-top: -20px;
		border-top: none;
	}

	.character-back--bottom {
		margin-top: 20px;
	}

	.character-back:hover {
		color: #fff;
		border-color: #ee447e;
		background-color: #ee447e;
	}
	
	.character-detail__poschange {
		display: block;
		align-items: flex-end;
		width: 100%;
		margin-right: auto;
	}
	.character-detail__info__cv {
		display: block;
		font-size: 1.4rem;
		line-height: 1;
		margin: 10px auto 0;
		padding-bottom: 0;
		font-weight: 400;
		color: #ee447e;
	}
	
	.character-detail__info__cv span {
		display: block;
		margin-top: 10px;
	}
	
	.character-voice__list__item {
		cursor: pointer;
	}
}

@media screen and (max-width: 600px) {
	.sengoku-main.sengoku-main--index::before {
		height: 600px;
	}
}
@media screen and (max-width: 450px) {
	.sengoku-main.sengoku-main--index::before {
		height: 450px;
	}
}

@media screen and (max-width: 375px) {
	.sengoku-main.sengoku-main--index::before {
		height: 375px;
	}
}
@media screen and (max-width: 320px) {
	.sengoku-main.sengoku-main--index::before {
		height: 320px;
	}
}


