@charset "utf-8";
/* CSS Document */

/* font-size調整 */

html {
	font-size: 11px;
}

@media screen and (min-width:640px) {
html {
	font-size: 12px;
}
}

@media screen and (min-width:700px) {
html {
	font-size: 13px;
}
}

@media screen and (min-width:760px) {
html {
	font-size: 14px;
}
}

@media screen and (min-width:800px) {
html {
	font-size: 14.5px;
}
}

@media screen and (min-width:850px) {
html {
	font-size: 15px;
}
}

@media screen and (min-width:900px) {
html {
	font-size: 15.5px;
}
}

@media screen and (min-width:960px) {
html {
	font-size: 16px;
}
}
/***********************************************************************
 SP
***********************************************************************/
/* 共通 */
body {
	font-family: "Microsoft YaHei", "微?雅黑", 'SimSun', sans-serif;
}
.sp-logo {
	opacity: 0;
	height: 2.4rem;
}
h4 span {
	font-family: "Microsoft YaHei", "微?雅黑", 'SimSun', sans-serif !important;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
header.sp-header {
	background-color: #0a0a0a;
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	width: 100%;
}
.pc-header {
	display: none;
}
header.sp-header h1 {
	width: 61%;
}
header.sp-header.sp-header_fixed {
	position: fixed;
	top: 0;
	z-index: 500;
}
#header__nav-btn {
	background-color: #0a0a0a;
	position: fixed;
	top: 0;
	right: 0;
	padding: .5rem 1rem;
	z-index: 510;
}
.sp-header_fixed #header__nav-btn {
	padding: 1rem 1rem 0;
}
#header__nav-btn-inner {
	width: 2.5rem;
	display: flex;
	position: relative;
	min-height: 3rem;
}
#header__nav-btn > div span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #be1e2d;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#header__nav-btn-inner > p:last-child {
	position: absolute;
	bottom: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1;
	color: #be1e2d;
}
#header__nav-btn div span:nth-child(1) {
	top: 0;
}
#header__nav-btn div span:nth-child(2) {
	top: 8px;
}
#header__nav-btn div span:nth-child(3) {
	top: 16px;
}
/* #nav-toggle 切り替えアニメーション */
.open #header__nav-btn div span:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
	transform-origin: center center;
}
.open #header__nav-btn div span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #header__nav-btn div span:nth-child(3) {
	top: 8px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
	transform-origin: center center;
}
.sp_header__nav-list {
	display: none;
	position: fixed;
	top: 3.5rem;
	width: 100%;
	z-index: 200;
}
/*.sp_header__nav-list{
  position: fixed;
  z-index: 200;
  width: 100%;
  left: 100%;
  transition: all .3s ease-in;
}*/
/*.open .sp_header__nav-list{
  left: 0;
  transition: all .3s ease-in;
}*/
.sp_header__nav-list > ul li, .sp-sub-navi > li {
	border-bottom: 1px solid #df8f96;
}
.sp_header__nav-list > ul > li:first-of-type {
	border-top: 10px solid #be1e2d;
}
.sp_header__nav-list > ul > li a {
	font-size: 1.166rem;
	color: #fff;
	display: block;
	background-color: #be1e2d;
	line-height: 4rem;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 2.5rem;
}
.sp_header__nav-list > ul > li a::before {
	content: "";
	display: block;
	width: .75rem;
	height: .75rem;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: calc(50% - 0.325rem);
	left: 1.166rem;
}
.sp_header__nav-list > ul > li a.sp-sub-navi-open::before {
	transform: rotate(135deg);
}
.sp_header__nav-list .sp-sub-navi {
	display: none;
}
.sp_header__nav-list .sp-sub-navi li a {
	background-color: #cb4b57;
}
.kv {
	background: url(../images/sp/manhunt__kv-main_img.png);
	background-size: cover;
	padding-top: 121.875%;
	margin-bottom: 2.333rem;
}
.introduction {
	background-image: url(../images/sp/locationmap__bg-img.png);
	background-size: contain;
	background-color: #b2b2b4;
	background-position: 0 5rem;
	background-repeat: no-repeat;
	margin-bottom: 4rem;
}
.introduction h3, .character h3 {
	border-bottom: 4px solid #be1e2d;
	margin-bottom: 1.333rem;
	padding-bottom: .5rem;
}
.introduction h3 img, .character h3 img {
	height: 2rem;
}
.story {
	margin: 2rem 4% 4rem;
}
.character {
	margin: 2rem 4% 0;
	padding-bottom: 4rem;
}
.character__list {
	display: flex;
	flex-direction: column;
}
.character__list li {
	display: flex;
	background-color: #000000;
	margin-bottom: .9rem;
}
.character__list li > p:first-child img {
	width: 100%;
}
.character__list li:nth-of-type(1) > p:first-child, .character__list li:nth-of-type(2) > p:first-child {
	/*flex-basis: 70%;*/
	border: 1px solid #000;
	width: 35%;
}
.character__list li:nth-of-type(3) > p:first-child, .character__list li:nth-of-type(4) > p:first-child, .character__list li:nth-of-type(5) > p:first-child {
	/*flex-basis: 70%;*/
	border: 1px solid #000;
	width: 35%;
}
.character__list li > div {
	/*flex-basis: 100%;*/
	padding: .9rem;
	width: 65%;
}
.character__list li div h4 {
	color: #c30d23;
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.character__list li div h4 span {
	color: #ffffff;
	font: 1.333rem normal;
	display: block;
	line-height: 1.2;
	margin-top: .5rem;
}
.character__list li div p {
	color: #ffffff;
}
.story p, .character__list li div p {
	font-size: 1.2rem;
	line-height: 1.666;
}
.trailer {
	background-color: #be1e2d;
	padding-top: 1.83rem;
	overflow: hidden;
}
.trailer h3 {
	font-size: 2.25rem;
	border-bottom: 4px solid #fff;
	font-style: italic;
	font-weight: 900;
	line-height: 1.2;
	margin-bottom: 1.333rem;
	color: #fff;
	margin: 0 4% 1.333rem;
}
.trailer__movie-area {
	/*width: 78.13%;*/
	margin: 0 4% 2rem;
}
.trailer__movie-area img {
	width: 100%;
}
.introduction h2, .location h2 {
	margin-bottom: 2rem;
}
.introduction h2 img, .location h2 img {
	width: 54%;
	margin: 10px auto;
}
.introduction-inner-bg {
	background-image: url(../images/sp/locationmap__bg-img.png);
	/* background-color: #b2b2b4;*/
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-top: 2rem;
}
.location h3 {
	font-style: italic;
	font-weight: 900;
	margin: 0 4% 0;
	display: flex;
	align-items: flex-end;
}
.location h3 img {
	height: 2.1rem;
	margin-right: .5rem;
}
.location h4 {
	font-size: 1.5rem;
	color: #be1e2d;
	line-height: 1;
	padding: 0;
	margin: 0 4% 1rem;
	font-weight: 900;
}
.location h5 {
	font-size: 1.3rem;
	background-color: #be1e2d;
	color: #fff;
	padding: 8px 4%;
}
.location h3 span {
	font-size: 1.5rem;
	color: #000;
	line-height: 1;
	display: block;
}
.location__caption {
	width: 89%;
	margin: 0 auto 3rem;
}
.location__osaka {
	margin-bottom: 8rem;
}
.location__osaka-map-area {
	margin-bottom: 3rem;
	position: relative;
}
.osaka-modoru-btn {
	width: 56.8%;
	margin: 0 auto;
}
.location__osaka__joutouku {
	margin-bottom: 3rem;
}
.location__nara {
	margin-bottom: 8rem;
}
.location__nara-map {
	position: relative;
	margin-bottom: 2rem;
}
.location__nara-map_l, .location__nara-map_r {
	position: relative;
	width: 100%;
}
.location__nara-map p.locationmap__nara-map-img {
	width: 100%;
}
.nara-modoru-btn {
	width: 54%;
	margin: 0 auto;
}
.nara__country {
	margin-bottom: 3rem;
}
.location__okayama {
	margin-bottom: 8rem;
}
.location__okayama-map-area {
	margin-bottom: 3rem;
	position: relative;
}
.okayama__hiruzen {
	margin-bottom: 3rem;
}
.okayama-modoru-btn {
	width: 65.33%;
	margin: 0 auto;
}
.gaga_img {
	background-image: url(../images/sp/footer__gaga-icon.png);
	background-repeat: no-repeat;
	background-size: auto 60%;
	background-position: 3.5em 11%;
}
footer {
	border-top: 2px solid #000;
}
.footer-inner {
	/*width: 92%;*/
	margin: 0 auto 5rem;
	padding-top: 2.5rem;
}
.footer__kintetsu-logo {
	text-align: center;
	margin-bottom: 1.33rem;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
}
.footer__kintetsu-logo img {
	width: 48.28%;
}
.footer-inner dl {
	line-height: 1.5;
	word-break: keep-all;
	width: 92%;
	margin: 0 auto 2.5rem;
}
.footer-inner dl dt {
	width: 5em;
	text-align: right;
	padding-bottom: 5px;
	float: left;
	font-weight: 600;
}
.footer-inner dl dd {
	padding-bottom: 5px;
	overflow: hidden;
	word-wrap: break-word;
}
footer small {
	background-color: #000;
	text-align: center;
	color: #ffffff;
	display: block;
	line-height: 2;
}
.location__nara-map div.location__nara-map_l {
	margin-right: .5rem;
}
.location__osaka__tennouzi, .location__osaka__nakanoshima {
	margin-bottom: 3rem;
}
.location__osaka-map p img, .location__nara-map p img, .location__okayama-map p img {
	width: 100%;
}
.location__osaka ul + p a, .location__nara ul + p a, .location__okayama ul + p a {
	color: #be1e2c;
	padding-bottom: 5px;
	display: inline-block;
	font-size: .8em;
}
.location__osaka ul + p a:hover, .location__nara ul + p a:hover, .location__okayama ul + p a:hover {
	color: #ea4755;
}
.location__osaka ul + p, .location__nara ul + p, .location__okayama ul + p {
	background: url(../images/sp/locationmap__caption-bg-img.png) 0 0 no-repeat;
	background-size: cover;
	background-repeat: repeat-y;
	padding: 1.5rem 1.5rem 3.333rem;
	font-size: 1.2rem;
	line-height: 1.666rem;
}
.location__osaka ul, .location__nara ul, .location__okayama ul {
	background-color: #000;
}
.location__osaka ul, .location__nara ul, .location__okayama ul {
	background-color: #000;
	padding: 1.5rem 0;
}
.location__osaka ul li, .location__nara ul li, .location__okayama ul li {
	overflow: hidden;
	text-align: center;
}
.location__osaka ul li a, .location__nara ul li a, .location__okayama ul li a {
	outline: none;
}
.location__osaka ul li img, .location__nara ul li img, .location__okayama ul li img {
	width: 95%;
	display: block;
	margin: 0 auto;
	outline: none;
}
.osaka__tennouzi__tenshiba ul li img, .nara__houzanzi ul li img {
	width: 75%;
}
.location .slick-prev {
	left: 1rem;
}
.location .slick-next {
	right: 1rem;
}
.location .slick-prev, .location .slick-next {
	position: absolute;
	z-index: 50;
	display: block;
	height: 4rem;
	width: 4rem;
	cursor: pointer;
	top: 50%;
	padding: 0;
	background: url(../images/sp/slick-prev-btn.png) 0 0 no-repeat;
}
.location .slick-prev:before, .location .slick-next:before {
	font-family: "slick";
	background: url(../images/sp/slick-prev-btn.png) 0 0 no-repeat;
	font-size: 0;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.location .slick-prev, .location .slick-prev:hover {
	background: url(../images/sp/slick-prev-btn.png) 0 0 no-repeat;
	background-size: cover;
	opacity: 1 !important;
}
.location .slick-next, .location .slick-next:hover {
	background: url(../images/sp/slick-next-btn.png) 0 0 no-repeat;
	background-size: cover;
	opacity: 1 !important;
}
h2 {
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	font-size: 2.666rem;
	font-style: italic;
	line-height: 1.312;
	font-weight: 900;
}
.footer__bnr-area {
	width: 76.56%;
	margin: 0 auto;
}
.footer__bnr-area ul {
	display: flex;
	flex-wrap: wrap;
}
.footer__bnr-area ul li {
	width: calc((100% - 1rem) /2);
	margin-bottom: 1rem;
}
.footer__bnr-area ul li:nth-child(odd) {
	margin-right: 1rem;
}
.footer__bnr-area ul li img {
	width: 100%;
}
#page-top {
	position: fixed;
	right: 2.666%;
	bottom: 3rem;
	z-index: 100;
	display: none;
	width: 11%;
}
.pc, .pc-in, .pc-inbl, .tabpc-inbl {
	display: none;
}
.sp {
	display: block;
}
.sp-in {
	display: inline;
}
.sp-inbl {
	display: inline-block;
}
.slick-slide {
	min-height: inherit !important;
}
.mfp-iframe-holder .mfp-content {
	width: 80%;
}

/***********************************************************************  
 SP__END
***********************************************************************/
/* 共通 */


/***********************************************************************
 TABLET
***********************************************************************/
@media screen and (min-width:640px) {
/*  .character__list{
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .character__list li:nth-of-type(1){
    margin-right: 10px;
  }
  .character__list li:nth-of-type(1) ,
  .character__list li:nth-of-type(2){
    width:calc(50% - 7.5px) ;
  }
  .character__list li:nth-of-type(3) ,
  .character__list li:nth-of-type(4) ,
  .character__list li:nth-of-type(5)
  {
    width:calc( (100% - 30px) / 3) ;
  }*/
.location .slick-prev {
	left: 26%;
}
.location .slick-next {
	right: 26%;
}
.location h3 img {
	height: auto;
}
#page-top {
	width: auto;
}
/* 単指示 tablet */
.pc {
	display: block;
}
.pc-in {
	display: inline;
}
.pc-inbl, .tabpc-inbl {
	display: inline-block;
}
.sp, .sp-in, .sp-inbl {
	display: none;
}
}/* TAB_END */

/***********************************************************************
 PC
***********************************************************************/
@media screen and (min-width:960px) {
.pc-header {
	display: block;
}
header.sp-header {
	display: none;
}
header.pc-header {
	position: fixed;
	padding: 20px 60px;
	width: 100%;
	z-index: 100;
}
header.pc-header.pc-header-switch {
	background-color: rgba(0,0,0,0.7);
}
header.pc-header ul {
	display: flex;
	justify-content: flex-end;
}
header.pc-header > ul > li {
	margin-left: 2em;
}
header.pc-header ul li a {
	color: #fff;
	font-weight: 600;
	text-decoration: none;
	font-size: 20px;
}
header.pc-header ul.pc-sub-navi {
	background-color: rgba(0,0,0,0.8);
	flex-direction: column;
	padding: 15px;
	position: absolute;
	top: 23px;
	z-index: 50;
	width: 100%;
	display: none;
}
.pc-sub-navi_parent {
	position: relative;
  padding-bottom: 7px;
  cursor: pointer;
}
.pc-sub-navi_parent > a:first-child {
	position: relative;
	z-index: 100;
}
.pc-sub-navi > li:not(:last-of-type) {
	margin-bottom: 12px;
}
.pc-sub-navi > li a {
	position: relative;
}
.pc-sub-navi > li a::after {
	content: "";
	display: block;
	transition: width .3s linear;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	background-color: #fff;
	height: 2px;
}
.pc-sub-navi > li a:hover::after {
	width: 100%;
}
.kv {
	background-image: url(../images/manhunt__kv-main_img.png);
	padding-top: 51.42%;
	margin-bottom: 60px;
}
.introduction {
	background-image: url(../images/locationmap__bg-img.png);
	background-size: contain;
}
.introduction h2 img, .location h2 img {
	width: auto;
}
.introduction-inner-bg {
	background-image: url(../images/locationmap__bg-img.png);
	background-size: cover;
	background-position: center 10%;
}
.character__list {
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.character__list li {
	margin-bottom: 0;
}
.character__list li:nth-of-type(1) {
	margin-right: 10px;
}
.character__list li:nth-of-type(1), .character__list li:nth-of-type(2) {
	width: calc(50% - 5px);
}
.character__list li:nth-of-type(1) div h4 {
	font-size: 32px;
	letter-spacing: -2px;
	white-space: nowrap;
}
.character__list li:nth-of-type(1) > p:first-child, .character__list li:nth-of-type(2) > p:first-child {
	width: 56%;
}
.character__list li:nth-of-type(2) div h4 {
	font-size: 32px;
	white-space: nowrap;
}
.character__list li:nth-of-type(1) div h4 span, .character__list li:nth-of-type(2) div h4 span {
	font-size: 21px;
	white-space: nowrap;
}
.character__list li:nth-of-type(3), .character__list li:nth-of-type(4), .character__list li:nth-of-type(5) {
	width: calc( (100% - 20px) / 3);
}
.character__list li:nth-of-type(3) div h4, .character__list li:nth-of-type(4) div h4, .character__list li:nth-of-type(5) div h4 {
	font-size: 24px;
	white-space: nowrap;
}
.character__list li:nth-of-type(3) div h4 span, .character__list li:nth-of-type(4) div h4 span, .character__list li:nth-of-type(5) div h4 span {
	font-size: 18px;
	white-space: nowrap;
}
.character__list li > div:last-child > p:last-child {
	font-size: 15px;
	line-height: 1.5;
}
.character__list li:nth-of-type(3) > p:first-child, .character__list li:nth-of-type(4) > p:first-child, .character__list li:nth-of-type(5) > p:first-child {
	width: 34%;
}
.character__list li div h4 span {
	margin-top: 3px;
}
.character__list li div h4 {
	margin-bottom: 3px;
}
.character__list li > div {
	padding: 10px;
	width: 66%;
}
.location .slick-prev {
	left: 28%;
}
.location .slick-next {
	right: 28%;
}
.location__osaka-map-area {
	background: url(../images/locationmap__osaka-map-bg-img.png) 0 0 no-repeat;
	background-size: cover;
	padding: 50px 0;
}
.location__osaka-map, .location__okayama-map {
	max-width: 720px;
	margin: 0 auto;
	border: 10px solid #fff;
	position: relative;
}
.location__nara-map-area {
	overflow: hidden;
	background: url(../images/locationmap__nara-map-bg-img.png) 0 0 no-repeat;
	background-size: cover;
}
.location__nara-map {
	margin: 50px 4%;
	border: 10px solid #fff;
}
.location__nara-map p.locationmap__nara-map-img {
	max-width: 980px;
}
.location__nara-map .location__nara-map_l, .location__nara-map .location__nara-map_r {
	width: 100%;
	border: 10px solid #fff;
}
.location__nara-map div.location__nara-map_l {
	margin-right: 20px;
}
.location__okayama-map-area {
	overflow: hidden;
	background: url(../images/locationmap__okayama-map-bg-img.png) 0 0 no-repeat;
	background-size: cover;
	padding: 50px 0;
	margin: 0;
}
.location__osaka ul + p span, .location__nara ul + p span, .location__okayama ul + p span {
	display: block;
	margin: 0 4%;
	max-width: 1000px;
}
.location h4 {
	font-size: 36px;
	max-width: 1000px;
	margin: 0 4% 20px;
}
.location h5 {
	font-size: 24px;
	padding: 15px 0;
}
.location h5 span {
	display: block;
	max-width: 1000px;
	margin: 0 4%;
}
.osaka-modoru-btn, .nara-modoru-btn, .okayama-modoru-btn {
	width: auto;
	text-align: center;
}
.osaka-modoru-btn a, .nara-modoru-btn a, .okayama-modoru-btn a {
}
.location__osaka ul li, .location__nara ul li, .location__okayama ul li {
	padding: 30px 20px;
}
.location__osaka ul li img, .location__nara ul li img, .location__okayama ul li img {
	width: 100%;
}
.osaka__tennouzi__tenshiba ul li img, .nara__houzanzi ul li img {
	width: 38%;
}
h2 {
	text-align: left;
}
h2 span {
	display: block;
	max-width: 1000px;
	margin: 0 4%;
}
footer {
	border-top: none;
}
.footer-inner {
	max-width: 1000px;
	margin: 0 4%;
	border-top: 2px solid #000;
	padding: 60px 0 0;
	margin-bottom: 60px;
}
.footer__kintetsu-logo {
	margin-bottom: 25px;
}
.footer__kintetsu-logo img {
	width: auto;
}
.footer-inner dl {
	margin-bottom: 60px;
}
.footer-inner dl dt {
	padding-bottom: 10px;
}
.footer-inner dl dd {
	padding-bottom: 10px;
	overflow: hidden;
}
.footer__bnr-area {
	width: 100%;
}
.footer__bnr-area ul {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.footer__bnr-area ul li {
	margin-right: 0;
}
.footer__bnr-area ul li {
	margin-right: 0;
}
/*.footer__bnr-area ul li:not(:first-of-type) {
	margin-left: 22px;
}*/
.footer__bnr-area ul li {
	width: auto;
}
  .footer__bnr-area ul li:nth-child(odd){
    margin-right: 0;
  }
.footer__bnr-area a {
	display: block;
	width: 100%;
}
.footer__bnr-area a img {
	display: block;
	width: 100%;
}
.footer__bnr-area a:hover img {
	opacity: 0.8;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
}/* PC_END */

/***********************************************************************
 横幅1000px以上
***********************************************************************/

@media screen and (min-width:1000px) {
h2 span {
	margin: 0 auto;
}
.story {
	max-width: 1000px;
	margin: 40px auto 50px;
}
.character {
	max-width: 1000px;
	margin: 0 auto 0;
	padding-bottom: 60px;
}
.character__list li:nth-of-type(1) {
	margin-right: 25px;
}
.character__list li:nth-of-type(1), .character__list li:nth-of-type(2) {
	width: calc(50% - 12.5px);
	margin-bottom: 25px;
}
.character__list li:nth-of-type(3), .character__list li:nth-of-type(4), .character__list li:nth-of-type(5) {
	width: calc( (100% - 50px) / 3);
}
.trailer h3 {
	max-width: 1000px;
	margin: 40px auto 30px;
}
.trailer__movie-area {
	width: 1000px;
	margin: 0 auto 40px;
}
.introduction {
	margin-bottom: 60px;
}
.location__caption {
	max-width: 1000px;
	margin: 0 auto 50px;
}
.location__osaka ul + p span, .location__nara ul + p span, .location__okayama ul + p span {
	margin: 0 auto;
}
.location__nara-map {
	margin: 50px auto;
	max-width: 1000px;
}
.location__nara-map div.location__nara-map_l {
	width: 100%;
	border: 10px solid #fff;
}
.location__nara-map div.location__nara-map_l {
	margin-right: 40px;
}
.location h3 {
	max-width: 1000px;
	margin: 0 auto 0;
}
.location h4 {
	margin: 0 auto 20px;
}
.location h5 span {
	margin: 0 auto;
}
.footer-inner {
	margin: 0 auto 60px;
}
}

/***********************************************************************
 調整
***********************************************************************/

/******　iphone5系以下　***********/
@media screen and (max-height:569px) {
.sp_header__nav-list > ul > li a {
	line-height: 3.5rem;
}
}
