@charset "shift_jis";
/* ===================================================================
CSS information

 file name  :  common.css
 style info :  スタイル指定
=================================================================== */
body:not(#topPage) .tokyuLinkWrap {
	display: none;
}
.objFit img {
	object-fit: cover;
	object-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
	width: 100%;
	height: 100%;
}
.abr {
	display: inline-block;
}
/*h1*/
.h1Wrap {
	position: absolute;
	bottom: 0;
	z-index: 999;
	display: block;
	background: #171616;
	text-align: center;
	width: 100%;
}
.h1Wrap h1 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	margin: auto;
	padding: 25px;
}
@media only screen and (max-width: 991px) {
	.h1Wrap {
		margin-bottom: 96px;
	}
	.h1Wrap h1 {
		font-size: 1.4rem;
		line-height: 1.6;
		padding: 20px 25px 28px;
	}
}
/*content*/
.contentsKvWrap {
	text-align: center;
	position: relative;
	overflow: hidden;
}
.contentsKvWrap figure {}
.contentsKvWrap figure span {}
.contentsKvWrap figure img {
	height: 410px;
}
.contentsKvWrap figure figcaption {
	position: absolute;
	bottom: 80px;
	right: 8px;
	color: #fff;
	font-size: 1.2rem;
	text-shadow: 0px 0px 5px #000000;
}
@media only screen and (max-width: 991px) {
	.contentsKvWrap figure img {
		height: 150px;
	}
}
#allWrap {
	padding-top: 120px;
}
.topPage #allWrap {
	padding-top: 0;
}
.popup #contentsWrapAll {
	padding-top: 20px;
}
.contentsWrap {
	max-width: 1080px;
	margin: auto;
}
.topPage .contentsWrap {
	max-width: 1600px;
	overflow: hidden;
}
.contentsWrap h2.ttl {
	font-size: 2.8rem;
	color: #94204d;
	letter-spacing: .15rem;
	margin: 60px 0 97px;
}
@media only screen and (max-width: 1100px) {
	.contentsWrap h2.ttl {
		padding: 0 15px;
	}
}
.lnavWrap {
	float: left;
	width: 180px;
	margin-right: 30px;
	margin-bottom: 40px;
}
.lnavWrap ul {
	word-spacing: -1em;
	display: table;
	display: block\9;
	width: 100%;
	margin: auto;
}
.lnavWrap ul > li {
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 100%;
	margin-bottom: 1px;
}
.lnavBnrWrap {
	word-spacing: -1em;
	display: table;
	display: block\9;
	width: 100%;
	margin: auto;
}
.lnavBnrWrap > div {
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-top: 5px;
}
.lnavBnrWrap > div:first-child {
	margin-top: 10px;
}
.content {
	float: left;
	max-width: 870px;
	margin: auto;
}
.noLnav .content {
	float: none;
}
.article {
	margin-bottom: 20px;
}
.article p {
	margin-bottom: 20px;
}
.article p.nomb {
	margin-bottom: 0;
}
.article .ListLinkText {
	margin-bottom: 15px;
}
.article .ListLinkText li {
	display: inline-block;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.article .ListLinkText li.first {
	margin-right: 15px;
}
/*topicPath*/
.topicPathWrap {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 32px 4.5% 18px;
	background: #fff;
	width: 85%;
	font-size: 1.1rem;
	font-weight: 500;
	display: block;
}
.topicPathWrap > .inner {
	min-width: 280px;
	max-width: 1100px;
	background: #fff;
}
.pageTitle + .topicPathWrap {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(1410px + 9%);
}
.pageTitle + .topicPathWrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: -45%;
    width: 50%;
    height: 72px;
    background: #fff;
}
.topicPathWrap > .inner {
	min-width: 280px;
	max-width: 1100px;
	background: #fff;
}
.lineupWrap .topicPathWrap, .rules .topicPathWrap, .members .topicPathWrap, .privilegeWrap .topicPathWrap {
	position: relative;
	padding: 20px 0;
	margin: auto;
	width: auto;
	bottom: inherit;
	right: inherit;
}
.lineupWrap .topicPathWrap > .inner, .rules .topicPathWrap > .inner, .members .topicPathWrap > .inner, .privilegeWrap .topicPathWrap > .inner {
	padding: 0 20px;
	margin: auto;
}
.topicPathWrap > .inner > ul {
	letter-spacing: -.4em;
	text-align: left;
}
.topicPathWrap > .inner > ul > li {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	vertical-align: top;
	font-size: 1.2em;
	line-height: 1.7;
	color: #000;
	font-weight: normal;
	/* font-family: Arial, Helvetica, YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
}
.topicPathWrap > .inner > ul > li:before {
	content: "　/　";
}
.topicPathWrap > .inner > ul > li:first-child:before {
	content: "";
}
/*pageTitle*/
h2.pageTitle {
	margin-bottom: 25px;
}
h2.pageTitle .onlyPC {
	display: block;
}
h2.pageTitle .onlySMP {
	display: none;
}
/*textHdd*/
h3.textHdd {
	display: block;
	text-align: left;
	border-bottom: #d1c6a5 solid 1px;
	padding-bottom: 1px;
	margin-bottom: 20px;
	font-size: 1.8em;
	font-weight: normal;
}
h3.textHdd > .textHddInner {
	position: relative;
	display: block;
	border-left: #a0194e solid 2px;
	background: #f7f5ef;
	padding: 4px 0 4px 10px;
}
h3.textHdd > .textHddInner small {
    font-size: .75em;
}
h3.textHdd em {
	display: block;
	text-align: right;
	font-style: normal;
	line-height: 1.5;
	font-size: 1.0em;
}
h3.textHdd .linkBtn {
	position: absolute;
	top: 4px;
	right: 4px;
	z-index: 10;
}
.page_top {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}
.page_top a {
	text-decoration: none;
	background: url(../../../img/pages/lineup/yet/pagetop.png) no-repeat right center;
	padding-right: 20px;
}
.clickArea {
	cursor: pointer;
}
/*customsearch*/
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
	border-color: #505050 !important;
	background-color: #505050 !important;
	background-image: none !important;
	filter: none !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
	width: 12px !important;
	height: 12px !important;
	padding: 6px 27px !important;
	min-width: 12px !important;
	margin-top: 0 !important;
}
.gsib_a {
	width: 100% !important;
	padding: 2px 0 0 !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
	padding-right: 0 !important;
}
.cse input.gsc-search-button, input.gsc-search-button {
	border-radius: 0 !important;
}
.gsc-input-box {
	height: 24px !important;
}
@media screen and (max-width: 1450px) {
    .pageTitle + .topicPathWrap {
        width: calc(100% + 1px);
        padding: 32px 0 18px 1px;
    }
}
@media screen and (max-width: 1100px) {
    .pageTitle + .topicPathWrap {
        width: calc(100% + 1px);
        padding: 32px 15px 18px;
    }
	.lnavWrap {
		float: none;
		padding: 0 20px;
		margin: 0 auto 20px;
		width: auto;
		max-width: 870px;
	}
	.lnavWrap ul > li {
		width: 20%;
	}
	.lnavBnrWrap > div {
		margin-top: 10px;
		padding: 0 5px;
	}
	.lnavBnrWrap > div:first-child {
		margin-top: 10px;
	}
	.content {
		float: none;
		padding: 0 15px;
	}
}
@media only screen and (max-width: 991px) {
	.topicPathWrap {
		position: relative;
		width: 100%;
		transform: translate(0);
		left: 0;
		padding: 32px 15px 18px;
	}
	.pageTitle +.topicPathWrap {
		transform: translate(0);
		left: 0;
	}
}
@media screen and (max-width:720px) {
	#allWrap {
		padding-top: 64px;
	}
	.topPage #allWrap {
		padding-top: 64px;
	}
}
@media screen and (max-width:640px) {
	.rwd-txt:after {
		content: attr(data-label);
	}
	.rwd-txt > img {
		display: none;
	}
	.lnavWrap ul > li {
		width: 33.333%;
	}
	.lnavBnrWrap > div {
		width: 33.333%;
		padding: 0;
	}
	.lnavBnrWrap > div img {
		margin: 0 5px;
	}
	h2.pageTitle .onlyPC {
		display: none;
	}
	h2.pageTitle .onlySMP {
		display: block;
	}
	h3.textHdd .linkBtn {
		display: block;
		position: static;
		top: auto;
		right: auto;
		margin-top: 5px;
	}
	h3.textHdd .linkBtn img {
		height: 18px;
		width: auto;
	}
}
@media screen and (max-width:767px) {
	#allWrap {
		padding-top: 60px;
	}
	.topPage #allWrap {
		padding-top: 60px;
	}
	.lnavWrap ul > li {
		width: 50%;
	}
	.lnavBnrWrap > div img {
		margin: 0;
	}
}
.mb20 {
	margin-bottom: 20px !important;
}
.lineupSMPnavAll {
	padding-bottom: 10px;
	display: none;
}
.lineupSMPnavAll br {
	display: none;
}
h3.lineupSMPnavHdd {
	cursor: pointer;
	text-align: center;
	display: block;
	padding: 10px;
	background: #94204d;
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
}
h3.lineupSMPnavHdd.lower {
	cursor: pointer;
	text-align: center;
	display: block;
	padding: 10px;
	background: #f6f4eb;
	color: #000;
	font-weight: bold;
	font-size: 1.6em;
}
.lineupSMPnavWrap {
	word-spacing: -1em;
	display: table;
	display: block\9;
	width: 100%;
	box-sizing: border-box;
	border-left: #999 solid 1px;
	text-align: left;
}
.lineupSMPnavWrap.lower {
	word-spacing: -1em;
	display: table;
	display: block\9;
	width: 100%;
	box-sizing: border-box;
	border-left: #ccc solid 1px;
	text-align: left;
}
.lineupSMPnavWrap.none {
	display: none;
}
.lineupSMPnavWrap > li, .lineupSMPnavWrap.lower > li {
	word-spacing: normal;
	display: inline-block;
	position: relative;
	width: 33.333%;
	text-align: center;
}
.lineupSMPnavWrap > li > a {
	display: table;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	border-right: #999 solid 1px;
	border-bottom: #999 solid 1px;
	background: #fff url(../../../img/arrow-black.png) 5% 50% no-repeat;
	height: 40px;
}
.lineupSMPnavWrap.lower > li > a {
	display: table;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-decoration: none;
	border-right: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	background: #fff url(../../../img/arrow-black.png) 5% 50% no-repeat;
	height: 40px;
}
.lineupSMPnavWrap > li > a:hover, .lineupSMPnavWrap.lower > li > a:hover {
	border-bottom: #94204d solid 3px;
}
.lineupSMPnavWrap > li.preBtn > a, .lineupSMPnavWrap.lower > li.preBtn > a {
	font-size: 1.3em;
}
.lineupSMPnavWrap > li > a > span, .lineupSMPnavWrap.lower > li > a > span {
	display: table-cell;
	vertical-align: middle;
}
@media screen and (max-width:1100px) {
	.lineupSMPnavAll {
		display: block;
	}
}
@media screen and (max-width:745px) {
	.lineupSMPnavWrap > li > a, .lineupSMPnavWrap.lower > li > a {
		height: 50px;
		font-size: 1.4em;
	}
}
@media screen and (min-width:641px) {
	.lineupSMPnavWrap > li.waku {
		display: none;
	}
}
@media screen and (max-width:640px) {
	.lineupSMPnavAll br {
		display: block;
	}
	.lineupSMPnavWrap > li {
		width: 50% !important;
	}
	.lineupSMPnavWrap > li.resizeBtn, .lineupSMPnavWrap.lower > li.resizeBtn {
		font-size: 0.84em;
	}
	.lineupSMPnavWrap > li.homegroundBtn {
		width: 100% !important;
	}
	.lineupSMPnavWrap > li.waku {
		box-sizing: border-box;
		width: 100%;
		height: 50px;
		padding: 10px;
		border-right: #999 solid 1px;
		border-bottom: #999 solid 1px;
		background-color: #fff;
	}
	.lineupSMPnavWrap > li > a .lineupSMPnavWrap.lower > li > a {
		height: 54px;
		background: #fff url(../../../img/arrow-black.png) 2% 50% no-repeat;
	}
}

/*---------------------
PC・SP表示非表示（共通）
-----------------------*/
/*480px 640px 745px */
@media screen and (min-width: 0px) and (max-width:745px) {
	.allonlySMP {
		display: block;
	}
	.allonlyPC {
		display: none;
	}
}
@media screen and (min-width: 745px) and (max-width:1100px), @media screen and (min-width: 1100px) {
	.allonlyPC {
		display: block;
	}
	.allonlySMP {
		display: none;
	}
}

/*---------------------
アンカーリンク位置調整
-----------------------*/
#homeground {
	display: block;
}
/*480px 640px 745px */
@media screen and (min-width: 0px) and (max-width:745px) {
	#areaSearch, #mapSearch /* lineup/index.html */ , #recommendSearch /* lineup/index.html */ , #purposeSearch /* lineup/index.html */ , #allListArea /* lineup/index.html */ , #homeground, #case1 /* lineup/homeground/index.html */ , #case2 /* lineup/homeground/index.html */ , #case3 /* lineup/homeground/index.html */ , #case4 /* lineup/homeground/index.html */ , #optionv, #optiont, #q5-3 {
		margin-top: -120px;
		padding-top: 120px;
		z-index: 1;
	}
}
@media screen and (min-width: 745px) and (max-width:1100px) {
	#areaSearch, #mapSearch /* lineup/index.html */ , #recommendSearch /* lineup/index.html */ , #purposeSearch /* lineup/index.html */ , #allListArea /* lineup/index.html */ , #homeground, #case1 /* lineup/homeground/index.html */ , #case2 /* lineup/homeground/index.html */ , #case3 /* lineup/homeground/index.html */ , #case4 /* lineup/homeground/index.html */ , #optionv, #optiont, #q5-3 {
		margin-top: -120px;
		padding-top: 120px;
	}
}
@media screen and (min-width: 1100px) {
	#areaSearch, #mapSearch /* lineup/index.html */ , #recommendSearch /* lineup/index.html */ , #purposeSearch /* lineup/index.html */ , #allListArea /* lineup/index.html */ , #homeground, #case1 /* lineup/homeground/index.html */ , #case2 /* lineup/homeground/index.html */ , #case3 /* lineup/homeground/index.html */ , #case4 /* lineup/homeground/index.html */ , #optionv, #optiont {
		margin-top: -120px;
		padding-top: 120px;
	}
	#q1, #q2, #q3, #q4, #q5, #q6, #q5-3 /* faq/index.html */ {
		margin-top: -120px;
		padding-top: 120px;
	}
}

/*---------------------
.bnr-linkArea
-----------------------*/
.bnr-linkArea {}
.bnr-linkArea {
	/* margin: 50px 0; */
	/* padding: 50px 80px; */
	/* border: 4px solid #CBBFA3; */
	/* background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 25%, rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%),url("../../../img/pages/lineup/index/recommend/bnr_homeground.jpg") no-repeat; */
	/* background-position:center right; */
}
.bnr-linkArea a {
	/* padding: 3.5%; */
	display: block;
	text-decoration: none;
	border: 4px solid #CBBFA3;
	display: flex;
	align-items: center;
}
.bnr-linkArea .textWrap {
	display: inline-block;
	vertical-align: middle;
	line-height: 1.6;
	padding: 3.6%;
	padding-right: 2%;
	z-index: 5;
}
.bnr-linkArea .imgWrap {
	display: inline-block;
}
.bnr-linkArea h4 {
	margin-bottom: 10px;
	font-size: 2.2rem;
	letter-spacing: .05em;
}
.bnr-linkArea h4 span {
	font-size: 1.6rem;
	color: #80214D;
	margin-left: 15px;
}
.bnr-linkArea p {
	font-size: 1.4rem;
}
.bnr-linkArea .arrow {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 1px;
	background: #666;
	margin-top: 20px;
}
.bnr-linkArea .arrow:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 5px;
	border-top: 1px solid #666;
	transform: rotate(45deg);
}
#eventArea > div {
	/* background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .1) 25%, rgba(255, 255, 255, .9) 40%, rgba(255, 255, 255, 1) 47%, rgba(255, 255, 255, 1) 100%), url("../../../img/pages/top/bnr_tokyoInfo.jpg") no-repeat; */
	/* background-position: center right; */
}
#eventArea .textWrap {
	width: 52%;
}
#eventArea .textWrap .new {
	margin-right: 40px;
}
#eventArea .textWrap .new + div {
	display:inline-block;
	vertical-align: middle;
}
#eventArea .imgWrap {
	position:relative;
	width: 48%;
}
#eventArea .imgWrap::after {
  position: absolute;
  top: 0;
  left: -38%;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(255,255,255,0) 0, rgba(255,255,255,.7) 30%, rgba(255,255,255,.9) 65%, rgba(255,255,255,1) 80%);
  transform:rotate(90deg);
}

@media only screen and (max-width: 1240px) {
	#eventArea .textWrap .new {
		margin-bottom: 10px;
	}

}

@media only screen and (max-width: 991px) {
	.bnr-linkArea > div {
		border: 6px solid #CBBFA3;
		background: url("../../../img/pages/top/bnr_tokyoInfo.jpg") no-repeat;
		background-position: center bottom;
		background-size: 706px;
		margin-bottom: 60px;
		text-align: center;
	}
	.bnr-linkArea > div a {
		padding: 40px 40px 205px;
	}
	.bnr-linkArea .new {
		width: 100%;
		display: inline-block;
		color: #fff;
		padding: 8px 20px;
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	.bnr-linkArea .textWrap {
		margin-left: 0;
		padding: 30px;
	}
	.bnr-linkArea h4 span {
		display: block;
		margin: 0 0 15px;
	}
	.bnr-linkArea p {
		text-align: left;
	}
	#eventArea > div {
		border: 6px solid #CBBFA3;
		/* background: url("../../../img/pages/top/bnr_tokyoInfo.jpg") no-repeat; */
		/* background-position: center bottom; */
		/* background-size: 706px; */
		/* margin-bottom: 60px; */
		text-align: center;
	}
	#eventArea > div a {
		/* padding: 40px 40px 205px; */
		display: block;
	}
	#eventArea .new {
		width: 100%;
		display: inline-block;
		color: #fff;
		padding: 8px 20px;
		margin-bottom: 15px;
		font-size: 1.8rem;
	}
	#eventArea .textWrap {
		margin-left: 0;
		width: 100%;
	}
	#eventArea h4 span {
		display: block;
		margin: 0 0 15px;
	}
	#eventArea p {
		text-align: left;
	}
	#eventArea .imgWrap {
		width: 100%;
	}
	#eventArea .imgWrap::after {
		display:none;
	}
}
@media only screen and (max-width: 767px) {
	.bnr-linkArea > div {
		background-size: 400px;
	}
	.bnr-linkArea > div a {
		padding: 18px 15px 117px;
	}
	.bnr-linkArea .textWrap {
		/* padding: 4%; */
		padding: 18px 20px 20px;
	}
	.bnr-linkArea h4 {
		font-size: 20px;
	}
	.bnr-linkArea h4 span {
		font-size: 1.4rem;
	}
	.bnr-linkArea p {
		text-align: left;
		font-size: 1.2rem;
	}
	#eventArea > div {
        border: 0;
		background-size: 400px;
	}
	#eventArea > div a {
		/* padding: 18px 15px 117px; */
	}
    #eventArea h3 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
	#eventArea h4 span {
		font-size: 1.4rem;
	}
	#eventArea p {
		text-align: center;
		font-size: 1.4rem;
	}
    #eventArea .new {
        font-size: 14px;
    }
    .h1Wrap h1 {
        font-size: 10px;
    }
}



