@charset "utf-8";

/* 共通部分
-------------------------------------------------- */
/* reset */
p {
	margin-bottom: 0;
}
ul {
	margin: 0;
}
@media screen and (min-width: 960px) {
	.tellLink {
		text-decoration: none;
		pointer-events: none;
		cursor: default;
	}
	.breadcrumb__listItems {
		font-size: 14px;
	}
	.breadcrumb--typeWhite .breadcrumb__listItems {
		color: #fff;
	}
}
@media screen and (max-width: 959px) {
	.breadcrumb__link {
		font-size: 10px;
	}
}
.leadTxt {
	margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
	.leadTxt {
		margin: 20px 0 30px;
	}
}
/* title */
.title--huge {
	text-align: center;
	font-family: 'Hannari';
	line-height: 1.33;
	color: #000;
}
.title--huge--red {
	text-align: center;
	font-family: 'Hannari';
	line-height: 1.33;
	color: #c3303c;
}
.title--large {
	text-align: center;
	line-height: 1.5;
	color: #000;
}
.title--large__head {
	padding-bottom: 15px;
	font-weight: bold;
}
.title--medium {
	text-align: center;
	font-weight: bold;
	line-height: 1.5;
	color: #000;
}
.title--small {
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #000;
}
.title--circle {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	background-color: #bbb00d;
	padding: 10px 26px;
	border-radius: 20px;
	margin: 0 0 15px;
	display: inline-block;
	line-height: 1;
	height: 36px;
}
.title--block {
	display: block;
}

/* contactBlock__detail*/
@media screen and (max-width: 959px) {
    .contactBlock_btn__cv_typeblack a {
	    padding: 11px 0;
	    font-size: 1.4rem;
    }
}
@media screen and (min-width: 960px) {
	.contactBlock__detail__title {
		width: 60%;
	}
	.contactBlock__detail_content {
		width: 40%;
	}
}

@media screen and (min-width: 960px){
	.title--huge {
		margin: 88px 0 80px;
		font-size: 52px;
	}
	.title--huge--red {
		margin: 88px 0 80px;
		font-size: 52px;
	}
	.title--large {
		font-size: 34px;
	}
	.title--large__head {
		font-size: 24px;
	}
	.title--medium {
		font-size: 24px;
	}
	.title--small {
		font-size: 20px;
	}
}
@media screen and (max-width: 959px) {
	.title--huge {
		font-size: 26px;
	}
	.title--huge--red {
		font-size: 26px;
	}
	.title--large {
		font-size: 19px;
	}
	.title--medium  {
		font-size: 14px;
	}
	.title--small {
		font-size: 14px;
	}
	.title--circle {
		font-size: 14px;
		padding: 5px 20px;
		margin: 0 0 10px;
		height: 22px;
	}
}
/* text */
.text--indent {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}
.text--red {
	color:#c3303c;
}

/* relationLink */
.relationLink {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	padding: 0;
}
.relationLink__inner {
	display: inline-block;
	padding-left: 1em;
	text-indent: -1em;
}
.relationLink__inner:before {
	content: '';
	width: 12px;
	height: 12px;
	margin: 0 6px 0 0;
	overflow: hidden;
	background: url(/element_2017/images/arrow_middle_right_btn2.png) left top no-repeat;
	display: inline-block;
}
.relationLink__inner:hover:before {
	background-position: left bottom;
}
@media screen and (max-width: 959px) {
	.relationLink {
		padding: 0;
	}
	.relationLink__inner {
		font-size: 12px;
	}
	.relationLink__inner:before {
		width: 6px;
		height: 9px;
		background-size: 90%;
	}
}
/* block */
.block {
	padding: 40px 45px;
	border-radius: 4px;
}
.block--col2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.block--col2__box {
	width: 480px;
	padding: 35px 45px;
	border-radius: 4px;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.block--col2__box--small {
	width: 470px;
	padding: 50px 40px 35px;
	border-radius: 4px;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 330px;
}
.block--col2__box--small:nth-child( n+3 ) {
	margin-top: 60px;
}
.block--col2__box .box__inner{
	padding: 20px 30px;
	margin-top: 30px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.block--col2__box--small .box__inner{
	padding: 45px 30px 20px;
	margin-top: 30px;
	border-radius: 4px;
	background-color: #fff;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.block--gray {
	background-color: #eee;
}
.block--white {
	padding: 32px;
	border: 1px solid #ccc;
}
@media screen and (max-width: 959px) {
	.block--col2__box--small {
		width: 100%;
		padding: 20px 10px 10px;
		min-height: unset;
	}
	.block--col2__box--small + .block--col2__box--small {
		margin-top: 10px;
	}
	.block--col2__box--small .box__inner {
		padding: 20px 10px 14px;
		margin-top: 20px;
	}
}
/* card */
.card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	flex-wrap: wrap;
}
.card--specialOffer {
	margin-top: 50px;
}
.card__items {
	width: 280px;
	padding: 40px 25px;
	background-color: #fff;
	border-radius: 4px;
}
.card__title {
	margin-bottom: 30px;
}
.card__text + .card__text--notes {
	margin-top: 30px;
}
.card__items > .card__text--notes {
	font-size: 1.4rem;
}
@media screen and (max-width: 959px) {
	.card--specialOffer {
		margin-top: 27px;
		margin-bottom: 26px;
	}
	.card__items {
		width: 100%;
		padding: 20px;
	}
	.card__items + .card__items {
		margin-top: 10px;
	}
	.card__title {
		margin-bottom: 12px;
	}
	.card__text + .card__text--notes {
		margin-top: 20px;
	}
	.card__items > .card__text--notes {
		font-size: 1.0rem;
}
}
/* keyVisual */
.keyvisual {
	background-image: url(/fanclub/shared/images/kv_pc.jpg);
}
.keyvisual__title {
	color: #fff;
}
.keyvisual__title-sub {
	font-size: 36px;
}
@media screen and (max-width: 959px) {
	.keyvisual__title-sub {
		font-size: 17px;
	}
}
/* tabBlock */
.tabBlock {
	margin-top: 0;
}
.tabBlock__link__title .title__ico {
	display: flex;
	justify-content: center;
	align-items: center;
}
[id='new'] .title__ico::before {
	content: "";
	width: 18px;
	height: 24px;
	margin-right: 16px;
	background-size: contain;
	background-image: url(/fanclub/shared/images/ico_nav_new_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
[id='members'] .title__ico::before {
	content: "";
	width: 22px;
	height: 24px;
	margin-right: 16px;
	background-size: contain;
	background-image: url(/fanclub/shared/images/ico_nav_members_pc.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}
@media screen and (max-width: 959px) {
	[id='new'] .title__ico::before {
		width: 9px;
		height: 12px;
		margin-right: .8em;
	}
	[id='members'] .title__ico::before {
		width: 11px;
		height: 12px;
		margin-right: .8em;
	}
}
/* descBlock */
.descBox {
	margin-bottom: 80px;
	padding: 40px 53px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.descBox__unit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}
.descBox__imgBlock {
	width: 154px;
	flex-basis: 154px;
}
.descBox__textBlock {
	margin-top: 15px;
	flex-basis: calc(100% - 154px);
}
.descBox__logo {
	margin-right: 45px;
}
.descBox__logo--id {
	width: 111px;
	height: 112px;
	margin-left: 6px;
}
.descBox__logo--shiki-members {
	width: 84px;
	height: 98px;
	margin-left: 9px;
}
.descBox .btn__list {
	margin-bottom: 0;
}
.descBox .btn__cv--small {
	width: 390px;
}
@media screen and (max-width: 959px) {
	.descBox {
		margin-bottom: 0px;
		padding: 19px 15px;
	}
	.descBox__unit {
		flex-direction: column;
		margin-top: 18px;
		margin-bottom: 15px;
	}
	.descBox .btn__cv--small {
		width: 90%;
		margin: 0 auto;
	}
	.descBox__imgBlock {
		width: 40px;
		flex-basis: auto;
	}
	.descBox__logo {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
}
/* guidance
-------------------------------------------------- */
.guidance .block {
	padding: 40px 53px;
	margin-bottom: 80px;
}
.guidance > .title--huge {
	margin-bottom: 78px;
}
.guidance .title--huge .title__ico {
	display: flex;
	align-items: center;
	justify-content: center;
}
.guidance .title--huge .title__ico::before {
	content: "";
	width: 37px;
	height: 54px;
	margin-right: 20px;
	background-size: contain;
	background-image: url(/fanclub/shared/images/ico_new.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 15px;
}
.guidance > .title--large {
	margin-bottom: 48px;
}
.guidance .title--large__head {
	padding: 0px 40px 15px;
}
.guidance .textBlock {
	margin-top: 40px;
}
.guidance .descBox__logo {
	width: 111px;
	height: auto;
}
.forMembers .descBox .btn--typeDefault li {
	width: 280px;
	margin-top: 20px;
}
.forMembers .descBox .btn--wide li {
	width: 400px;
	margin-top: 15px;
}
.forMembers .descBox .btn__list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
@media screen and (max-width: 959px) {
	.guidance .title--huge .title__ico::before {
		width: 18px;
		height: 26px;
		margin-right: 10px;
		margin-top: 0;
	}
	.guidance > .title--huge {
		margin: 40px 0 35px;
	}
	.guidance .block {
		padding: 30px 10px;
		margin-bottom: 40px;
	}
	.guidance .title--large__head {
		font-size: 1.4rem;
		padding: 0px 20px 10px;
	}
	.guidance .textBlock {
		margin-top: 15px;
		padding: 0;
		text-align: left;
	}
	.guidance .descBox__logo {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
}
/* membership-fee
-------------------------------------------------- */
.membership-fee > .title--huge {
	margin: 100px 0 20px;
}
@media screen and (max-width: 959px) {
	.membership-fee > .title--huge {
		margin: 60px 0 0;
	}
}
/* table */
.tableWrapper {
	padding-top: 60px;
}
.table--fee {
	font-size: 16px;
	table-layout: fixed;
	border-collapse: separate;
	margin-bottom: 25px;
}
.table_header-row,
.table_header-col,
.table_data {
	text-align: center;
}
.table_header-row {
	color: #fff;
	background-color: #bbb00d;
	border-bottom: 1px solid #d3cd7a;
	width: 140px;
	height: 70px;
}
.table__body .table_header-row,
.table__foot .table_header-row {
	font-weight: bold;
}
.table_header-col {
	color: #776f00;
	background-color: #eeecd6;
	line-height: 1.5;
}
.table_header-col--small {
		font-size: 12px;
}
.table__head .table_header-col {
	border-top: 1px solid #bbb00d;
	border-right: 1px solid #bbb00d;
	border-bottom: 1px solid #bbb00d;
	position: relative;
}
.table__head .table_header-col:nth-child(3) {
	width: 200px;
}
.table__head .table_header-col:nth-child(4) {
	width: 200px;
}
.table__head .table_header-col:nth-child(5) {
	width: 200px;
}
.table__head .table_header-row:first-child {
	border-top-left-radius: 4px;
}
.table__head .table_header-col:last-child {
	border-top-right-radius: 4px;
}
.table__foot .table_header-row:first-child {
	border-bottom-left-radius: 4px;
}
.table__row--last .table_data:last-child {
	border-bottom-right-radius: 4px;
}
.table_data {
	height: 70px;
	padding: 18px 10px;
	border-bottom: 1px solid #bbb00d;
	border-right: 1px solid #bbb00d;
}
.table_data--bold {
	font-weight: bold;
}
.table_data--course {
	text-align: left;
	padding: 18px 20px;
}
.table__price--large {
	font-size: 20px;
	font-weight: bold;
}
.table__price--small {
	font-size: 16px;
}
.table_header-col .balloon {
	top: -50px;
	left: 0;
	right: 0;
	margin: auto;
}
.table_data--small {
	font-size: 14px;
}
@media screen and (max-width: 959px) {
	.tableWrapper {
		padding-top: 20px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.table--fee {
		width: 100%;
		font-size: 12px;
	}
	.table_data {
		height: 40px;
		padding: 10px 14px;
	}
	.table_header-row {
		width: 105px;
		height: 40px;
	}
	.table__head .table_header-col {
		width: 160px;
	}
	.table__head .table_header-col:nth-child(3) {
	width: 170px;
	}
	.table__head .table_header-col:nth-child(4) {
	width: 170px;
	}
	.table__head .table_header-col:nth-child(5) {
	width: 170px;
	}
	.table__price--small {
		font-size: 14px;
	}
	.table_header-col .balloon {
		top: -40px;
	}
	.table_header-col .balloon--small {
		width: 60px;
		height: 40px;
	}
	.table_header-col .balloon__text {
		font-size: 12px;
	}
	.table_header-col .balloon__text--l {
		font-size: 12px;
	}
	.table_header-col .balloon--red:before {
		border-top: 16px solid #a42520;
	}
	.table_data--small {
		font-size: 10px;
	}
}
/* notes */
.notes__items {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 959px) {
	.notes__items {
		font-size: 12px;
	}
}
/* baloon */
.balloon {
	position: absolute;
	top: 0;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.balloon:before{
	content: '';
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
}
.balloon--small {
	width: 90px;
	height: 60px;
}
.balloon--medium {
	width: 200px;
	height: 60px;
}
.balloon--large {
	width: 160px;
	height: 106px;
}
.balloon--large:before{
	top: 90%;
}
.balloon--red {
	background-color: #a42520;
}
.balloon--red:before{
	border-top: 24px solid #a42520;
}
.balloon--yellow {
	background-color: #bbb00d;
}
.balloon--yellow:before{
	border-top: 24px solid #bbb00d;
}
.balloon__text {
	font-size: 16px;
}
.balloon__text--l {
	font-size: 20px;
}
.balloon__text--price {
	font-size: 16px;
}
.balloon--large .balloon__text {
	line-height: 1.6;
}
.balloon--medium .balloon__text {
	font-size: 14px;
	line-height: 1.4;
}
.balloon--medium .balloon__text--l {
	font-size: 18px;
}
/* benefits
-------------------------------------------------- */
.benefits .block {
	padding: 65px 40px 40px;
	background-image: url(/fanclub/shared/images/ico_reduction.png);
	background-repeat: no-repeat;
	background-size: 150px auto;
	background-position: right 50px top 30px;
}
.benefits .title--large {
	margin-bottom: 50px;
}
.case__title {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.case__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 4px;
	padding: 41px 32px;
}
.case__container + .case__container {
	margin-top: 40px;
}
.case__container__items {
	height: 161px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.case__container__items:nth-child(1){
	width: 160px;
	margin-right: 20px;
}
.case__container__items:nth-child(2) {
	width: 190px;
	margin-right: 40px;
}
.case__container__items:nth-child(2)::after {
	content: '×';
	position: absolute;
	top: 55px;
	right: -34px;
	font-size: 24px;
}
.case__container__items:nth-child(3) {
	width: 190px;
	margin-right: 50px;
}
.case__container__items:nth-child(3)::after {
	content: '=';
	position: absolute;
	top: 55px;
	right: -38px;
	font-size: 24px;
}
.case__container__items:nth-child(4) {
	width: 210px;
}
.case__container__items .balloon--large{
	top: -65px;
	left: 0;
	right: 0;
	margin: auto;
}
.case__container__items .balloon--medium,
.case__container__items .balloon--small{
	top: -30px;
	left: 0;
	right: 0;
	margin: auto;
}
.case__container__items--frame {
	border: 4px solid #eeecd6;
	border-radius: 10px;
}
.case__times {
	font-size: 24px;
	font-weight: bold;
}
.case__number {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 10px;
	text-align: center;
}
.case__number--logo {
	display: block;
}
.case__price--label {
	font-size: 14px;
	color: #a42520;
	border: 1px solid #a42520;
	border-radius: 14px;
	line-height: 1;
	margin-bottom: 15px;
	padding: 5px 20px;
}
.case__seat {
	padding: 0;
}
.case__seatPrice {
    text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
.case__seatPrice--small {
	font-size: 14px;
}
.case__seatPrice .case__price {
	font-size: 24px;
}
.seatPrice--label {
	font-size: 14px;
}
@media screen and (max-width: 959px) {
	.benefits .title--huge {
		margin-top: 60px;
		margin-bottom: 40px;
	}
	.benefits .title--large {
		text-align: left;
		margin-bottom: 20px;
	}
	.benefits .title--large__head {
		font-weight: bold;
		margin: 0;
		text-align: left;
		padding: 0 0 5px;
	}
	.benefits .block {
		padding: 25px 10px 20px;
		background-size: 22% auto;
		background-position: right 10px top 10px;
	}
	.benefits .title--large__head::before,
	.benefits .title--large__head::after {
		display: none;
	}
	.case__title {
		font-size: 12px;
		margin-bottom: 10px;
	}
	.case__container {
		padding: 25px 10px 50px;
		flex-wrap: wrap;
	}
	.case__container + .case__container {
		margin-top: 10px;
	}
	.case__container__items {
		/*justify-content: flex-start;*/
		height: 140px;
	}
	.case__container__items--frame {
		border: 2px solid #eeecd6;
	}
	.case__container__items:nth-child(1) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		height: auto;
	}
	.case__container__items:nth-child(2) {
		width: 20%;
		margin-right: 5%;
	}
	.case__container__items:nth-child(2)::after {
		right: -15%;
		font-size: 10px;
		top: 45px;
		margin: auto;
	}
	.case__container__items:nth-child(3) {
		width: 20%;
		margin-right: 5%;
	}
	.case__container__items:nth-child(3)::after {
		right: -15%;
		font-size: 10px;
		top: 45px;
		margin: auto;
	}
	.case__container__items:nth-child(3) .balloon--medium {
		right: -20%;
		left: -20%;
		margin: auto;
	}
	.case__container__items:nth-child(4) {
		width: 22%;
		display: flex;
		justify-content: center;
	}
	.case__container__items:nth-child(4) .balloon--medium {
		right: -20%;
		left: -20%;
		margin: auto;
	}
	.case__container__items .balloon--large {
		position: static;
		background-color: #fff;
		width: 100%;
		height: auto;
		margin: 0;
	}
	.case__container__items .balloon--large .balloon__text {
		font-size: 14px;
		line-height: 1;
		position: relative;
		padding: 0 20px;
	}
	.case__container__items .balloon--large::before {
		display: none;
	}
	.case__container__items .balloon--large .balloon__text::before {
		content: '';
		display: block;
		position: absolute;
		background: url(/fanclub/shared/images/bg_btn_shoulder_yellow_1.png) 0 0 no-repeat;
		left: 0;
		top: 0;
		width: 11px;
		height: 18px;
		background-size: 11px 18px;
	}
	.case__container__items .balloon--large .balloon__text::after {
		content: '';
		display: block;
		position: absolute;
		background: url(/fanclub/shared/images/bg_btn_shoulder_yellow_2.png) 0 0 no-repeat;
		right: 0;
		top: 0;
		width: 11px;
		height: 18px;
		background-size: 11px 18px;
	}
	.case__container__items .balloon--medium {
		top: unset;
		left: 0;
		right: 0;
		margin: 0;
		bottom: -40px;
		width: 100px;
		height: 55px;
		border-radius: 6px;
	}
	.case__container__items .balloon--medium::before {
		content: '';
		position: absolute;
		top: unset;
		left: 50%;
		margin-left: -10px;
		border: 10px solid transparent;
		bottom: 85%;
	}
	.case__container__items .balloon--medium .balloon__text--l {
		font-size: 10px;
	}
	.case__container__items .balloon--medium .balloon__text {
		font-size: 10px;
	}
	.case__container__items .balloon__text--price {
		font-size: 10px;
	}
	.case__container__items .balloon--red:before {
		border-bottom: 18px solid #a42520;
	}
	.case__container__items .balloon--yellow {
		color: #bbb00d;
	}
	.case__times {
		font-size: 19px;
		line-height: 1;
		margin-top: 15px;
	}
	.case__number {
		font-size: 10px;
		padding-top: 12px;
		padding-bottom: 8px;
	}
	.case__number--logo {
		width: 38px;
		height: auto;
	}
	.case__seatPrice {
		font-size: 10px;
		text-align: center;
		line-height: 1.8;
	}
	.case__seatPrice--small {
		font-size: 10px;
		text-align: center;
		line-height: 1.5;
		margin-top: 5px;
		position: relative;
	}
	.case__seatPrice--small::before {
		content: '';
    background: url(/fanclub/shared/images/ico_brackets-left.png) no-repeat center/auto;
    width: 5px;
    height: 28px;
    display: block;
    position: absolute;
    left: -7px;
    top: 50%;
    bottom: 50%;
    margin: auto;
	}
	.case__seatPrice--small::after {
		content: '';
    background: url(/fanclub/shared/images/ico_brackets-right.png) no-repeat center/auto;
    width: 5px;
    height: 28px;
    display: block;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 50%;
    margin: auto;
	}
	.case__seat {
		padding-right: 0;
	}
	.case__seatPrice .case__price {
		font-size: 15px;
		line-height: 1;
	}
	.case__price--label {
		font-size: 10px;
		border: 1px solid #a42520;
		border-radius: 10px;
		margin-top: 8px;
		padding: 3px 8px;
		margin-bottom: 7px;
	}
}
/* flow
-------------------------------------------------- */
.flow .title--huge {
	margin-top: 100px;
}
.block--col2__box .flow__list__items {
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.flow__list__items > .number {
	padding-right: 0.5em;
}
.flow__list__items__link {
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 959px) {
	.flow .title--huge {
		margin: 45px 0 30px;
	}
	.flow .block--col2__box {
		width: 100%;
		padding: 25px 10px 10px;
	}
	.flow .block--col2__box + .block--col2__box {
		margin-top: 10px;
	}
	.flow .block--col2__box .box__inner {
		padding: 20px 10px;
		margin-top: 20px;
	}
	.flow .block--col2__box .flow__list__items {
		font-size: 12px;
	}
}
/* join
-------------------------------------------------- */
.join .title--huge {
	margin-bottom: 0;
}
.join .title__logo {
	display: block;
	width: 62px;
	height: auto;
	margin: 38px auto 30px;
}
@media screen and (max-width: 959px) {
	.join .title--huge {
		margin: 45px 0 20px;
	}
	.join .title__logo {
		width: 56px;
		margin: 15px auto 0;
	}
}
/* question
-------------------------------------------------- */
.question .title--huge {
	margin-bottom: 60px;
}
.question__list__items + .question__list__items {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ccc;
}
.question__list__items:last-of-type {
	margin-bottom: 25px;
}
.question__list__items > .items__text--question,
.question__list__items > .items__text--answer {
	padding-left: 90px;
	padding-right: 40px;
	background-size: 40px auto;
	background-repeat: no-repeat;
	background-position: left 30px center;
}
.question__list__items > .items__text--question {
	font-size: 20px;
	font-weight: bold;
	background-image: url(/fanclub/shared/images/ico_q.png);
}
.question__list__items > .items__text--answer {
	font-size: 16px;
	background-image: url(/fanclub/shared/images/ico_a.png);
	margin-top: 10px;
	min-height: 64px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.question__list .btn__list {
	margin-bottom: 0;
}
@media screen and (max-width: 959px) {
	.question .title--huge {
		margin-bottom: 40px;
		margin-top: 30px;
	}
	.question__list__items + .question__list__items {
		padding-top: 20px;
		margin-top: 20px;
	}
	.question__list__items:last-of-type {
		margin-bottom: 15px;
	}
	.question__list__items > .items__text--question, .question__list__items > .items__text--answer {
		font-size: 12px;
		padding-left: 55px;
		padding-right: 20px;
		background-size: 30px auto;
		background-position: left 10px center;
	}
	.question__list__items > .items__text--question {
		padding-top: 4px;
		padding-bottom: 4px;
	}
	.question__list__items > .items__text--answer {
		margin-top: 15px;
	}
}
/* forMembers
-------------------------------------------------- */
.forMembers .title--huge .title__ico {
	display: flex;
	align-items: center;
	justify-content: center;
}
.forMembers .title--huge .title__ico::before {
	content: "";
	width: 47px;
	height: 55px;
	margin-right: 20px;
	background-size: contain;
	background-image: url(/fanclub/shared/images/ico_members.png);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	margin-top: 15px;
}
.forMembers .frameRedBlock {
	border-radius: 4px;
}
.forMembers .frameRedBlock .btn--typeDefault li {
	width: 307px;
	padding: 0;
	margin-top: 37px;
}
.forMembers .frameRedBlock .btn__list {
	margin-bottom: 0;
}
.forMembers .frameRedBlock .btn__list__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.forMembers .btnBlock .btn__list {
	margin-top: 27px;
}
.forMembers .btn__cv__linkIco--member-pass .btn__list__inner:before {
	margin-right: 20px;
	background-image: url(/fanclub/shared/images/ico_member-pass_pc.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 40px 54px;
	width: 40px;
	height: 27px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 2px;
}
@media screen and (max-width: 959px) {
	.forMembers .title--huge {
		margin: 40px 0 35px;
	}
	.forMembers .title--huge .title__ico::before {
		width: 19px;
		height: 22px;
		margin-right: 10px;
		margin-top: 0;
	}
	.forMembers .frameRedBlock__title--information {
		text-align: center;
		padding-bottom: 10px;
	}
	.forMembers .frameRedBlock__title--information:before {
		display: none;
	}
	.forMembers .frameRedBlock__title__inner {
		padding-left: 2em;
		background-image: url(/element_2017/images/ico_information_sp_1.png);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center left;
	}
	.forMembers .frameRedBlock .btn--typeDefault li {
		width: 100%;
		margin-top: 14px;
		margin-bottom: 0;
	}
	.forMembers .btn__cv__linkIco--member-pass .btn__cv--large a {
		padding: 13px;
	}
	.forMembers .btn__cv__linkIco--member-pass .btn__list__inner:before {
		margin-right: 10px;
		width: 27px;
		height: 19px;
		overflow: hidden;
		background-size: cover;
		margin-bottom: 0;
	}
	.forMembers .btnBlock .btn__list {
		width: 85%;
		margin: 10px auto;
	}
	.forMembers .descBox + .descBox {
		margin-top: 40px;
	}
	.forMembers .descBox__unit {
		margin-bottom: 0;
	}
	.forMembers .descBox__imgBlock {
		width: 20%;
		height: auto;
		margin: 0 auto;
	}
	.forMembers .descBox__logo--id {
		width: 57px;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.forMembers .descBox__logo--shiki-members {
		width: 55px;
		height: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.forMembers .descBox__textBlock {
		width: 100%;
	}
	.forMembers .descBox .btn--typeDefault li {
		width: 100%;
		margin-bottom: 0;
	}
	.forMembers .descBox .btn--wide li {
		width: 100%;
	}
}
/* modification
-------------------------------------------------- */
.modification {
	margin-top: 140px;
	margin-bottom: 110px;
}
.modification__lead {
	margin: 30px 0;
}
.modification .box__inner__lead {
	margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
	.modification {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.modification__lead {
		margin: 16px 0 20px;
	}
}
/* other */
.other .title--medium {
	margin-top: 110px;
	margin-bottom: 30px;
}
.otherBlock__list + .otherBlock__list {
	margin-top: 25px;
}
.otherBlock__list__head {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.otherBlock__list__data {
	font-size: 16px;
}
.otherBlock__list__data .textIndent {
	display: inline-block;
	padding-right: 1.8em;
	padding-left: 1.8em;
}
@media screen and (max-width: 959px) {
	.other .title--medium {
		margin: 50px 0 20px;
	}
	.otherBlock__list__head {
		font-size: 12px;
	}
	.otherBlock__list__data {
		font-size: 12px;
	}
	.otherBlock__list + .otherBlock__list {
		margin-top: 20px;
	}
}
/* contactBlockWrap
-------------------------------------------------- */
.contactBlockWrap{
	margin-top: 120px;
}
@media screen and (max-width: 959px) {
	.contactBlockWrap {
		margin-top: 50px;
	}
}
/* snsList
-------------------------------------------------- */
.snsList {
	margin: 100px 0 93px;
	text-align: center;
}
.snsList > li {
	margin: 0 30px;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
}
.snsList > li .iconSns {
	margin: 0 auto 12px;
}
.snsList > li a {
	display: inline-block;
}
.snsList > li a:hover {
	text-decoration: none;
}
.snsList > li.instagram {
	width: 100%;
	margin: 0;
	text-align: center;
	display: block;
}
.snsList > li.instagram .iconSns {
	margin: 0 auto 16px;
}
@media screen and (max-width: 959px) {
	.snsList {
		margin: 50px 0 37px;
	}
	.snsList > li {
		margin: 0 17.5px;
		font-size: 10px;
		font-size: 1.0rem;
	}
	.snsList > li .iconSns {
		margin: 0 auto 7px;
	}
	.snsList > li.instagram .iconSns {
		margin: 0 auto 6px;
	}
}
/* generalTable */
.generalTable__link {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.generalTable__link__inner {
	text-align: left;
}
.generalTable__link__inner:before {
	content: '';
	width: 12px;
	height: 12px;
	margin: 0;
	overflow: hidden;
	background: url(/element_2017/images/arrow_middle_right_btn2.png) left top no-repeat;
	display: inline-block;
}
.generalTable__link__inner:hover:before {
	background-position: left bottom;
}
@media screen and (max-width: 959px) {
	.generalTable__link {
		font-size: 12px;
	}
}
/* iconSns
-------------------------------------------------- */
.iconSns {
	width: 64px;
	height: 64px;
	background: url(/toppage/images/sns_icon.png) no-repeat;
	display: block;
	overflow: hidden;
}
.iconSns.instagram {
	background-position: 0 0;
}
.iconSns.twitter {
	background-position: 0 -402px;
}
.iconSns.line {
	background-position: 0 -268px;
}
.iconSns.youtube {
	background-position: 0 -134px;
}
.iconSns.facebook {
	background: url(/toppage/images/ico_sns_facebook.png) no-repeat;
}
a:hover .iconSns.instagram {
	background-position: 0 -536px;
}
a:hover .iconSns.twitter {
	background-position: 0 -938px;
}
a:hover .iconSns.line {
	background-position: 0 -804px;
}
a:hover .iconSns.youtube {
	background-position: 0 -670px;
}
a:hover .iconSns.facebook {
	opacity: 0.6;
}
@media screen and (max-width: 959px) {
	.iconSns {
		width: 32px;
		height: 32px;
		background: url(/toppage/images/sns_icon.png) no-repeat;
		background-size: 32px auto;
	}
	.iconSns.instagram,
	a:hover .iconSns.instagram {
		background-position: 0 0;
	}
	.iconSns.twitter,
	a:hover .iconSns.twitter {
		background-position: 0 -201px;
	}
	.iconSns.line,
	a:hover .iconSns.line {
		background-position: 0 -134px;
	}
	.iconSns.youtube,
	a:hover .iconSns.youtube {
		background-position: 0 -67px;
	}
	.iconSns.facebook {
		background: url(/toppage/images/ico_sns_facebook.png) center / 32px auto no-repeat;
	}
}
