@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: 60px;
}
@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;
}
@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: #d3f0f8 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: #fff;
	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: #fff;
	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;
}
.card__items img {
	display: block;
	text-align: center;
	margin: 10px auto;
	
}
@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(/giftcard/shared/images/kv_pc.jpg);
}
.keyvisual h1 {
	margin-bottom: 1.6rem;
}
.keyvisual__title-sub {
	font-size: 36px;line-height: 1.3;
	text-align: center;
	font-family: 'Hannari';
}
@media screen and (max-width: 959px) {
	.keyvisual__title-sub {
		font-size: 17px;
	}
}

.leadTxt__sub {
	text-align: center;
}
@media screen and (max-width: 959px){
.keyvisual {
	background-image: url(/giftcard/shared/images/kv_sp.jpg);
    margin-bottom: 20px;
    padding: 34px 0 38px;
    min-height: 160px;
    background-position: center center;
    background-size: cover;
}
}

/* 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(/giftcard/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(/giftcard/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;
	}
}


/* cardBlock
-------------------------------------------------- */
.cardBlock {
	background-color: #eee;
	border-radius: 4px;
}
.cardBlock__body {
	background-color: #fff;
	border-radius: 4px;
}


@media screen and (max-width: 959px) {
	.cardBlock {
		margin: 0;
		padding: 10px 4% 20px;
	}
}
@media screen and (min-width: 960px) {
	.cardBlock {
		margin-bottom: 60px;
		padding: 35px 40px 40px 40px;
	}
	.cardBlock--hasComments {
		margin-bottom: 0;
	}
	.cardBlock__body {
		padding: 35px 4%;
	}
	.cardBlock__detail {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.cardBlock__detail__img {
		margin-bottom: 0;
		line-height: 33px;
		font-size: 2rem;
		vertical-align: middle;
		width: 40%;
	}
	.cardBlock__img__inner {
		padding-right: 50px;
	}

	.cardBlock__body + .cardBlock__body {
		margin-top: 40px;
	}
}
.cardBlock__attention {
	color: #c00;
}
@media screen and (max-width: 959px){
	.cardBlock__body {
    margin-bottom: 30px;
    padding: 16px 20px;
    border-radius: 2px;
}
	.cardBlock__detail__img {
	text-align: center;
	}
}

/* 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(/giftcard/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: 190px;
	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: 250px;
}
.table__head .table_header-col:nth-child(4) {
	width: 237px;
}
.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: 150px;
	}
	.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(/giftcard/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-right: 8px;
}
.case__seatPrice {
	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: 115px;
	}
	.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(/giftcard/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(/giftcard/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(/giftcard/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(/giftcard/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;
	}
}


/* 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;
	}
}

/* btn
-------------------------------------------------- */
@media screen and (min-width: 960px) {
  .btn__cv--small_max {
    width: 100%; }
    .btn__cv--small_max a {
      padding: 16px 0;
      font-size: 16px;
      font-size: 1.6rem; }
    .btn__cv--small_max .btn__list__inner:before {
      margin-right: 13px;
      background: url(/element_2017/images/arrow_middle_btn_1.png) no-repeat left top;
      width: 8px;
      height: 12px;
      overflow: hidden; } }

@media screen and (max-width: 959px) {
  .btn__cv--small_max a {
    padding: 11px;
    font-size: 12px;
    font-size: 1.2rem; }
  .btn__cv--small_max .btn__list__inner:before {
    margin-right: 10px;
    background: url(/element_2017/images/arrow_middle_btn_2.png) no-repeat left top/6px 10px;
    width: 6px;
    height: 10px;
    overflow: hidden; } }

.btn__list.btn--typeother {
  margin-top: 27px;
  margin-bottom: 0; }
  .btn__list.btn--typeother li {
    width: 100%; }

@media screen and (min-width: 960px){
.btn__list {
    margin-bottom: 10px;
    padding: 5px 0;
    display: flex;
    justify-content: center;
    text-align: center;
}
}

/* table
-------------------------------------------------- */
@media screen and (min-width: 960px) {
	.generalTable__body th,
	.generalTable--multicolumn__body th {
		width: 40%;
		padding: 22px 10px 22px 30px;
		border-bottom: 1px solid #eee;
	}
}

/* title
-------------------------------------------------- */
.title--gift {
	font-weight: normal;
}
@media screen and (min-width: 960px) {
  .title--l_shoulderTxt {
    font-size: 24px;
    font-size: 2.4rem; } 
}

@media screen and (max-width: 959px) {
  .title--l_shoulderTxt {
    font-size: 12px;
    font-size: 1.2rem; } 
}
@media screen and (min-width: 960px){
.title--xl {
    margin: 106px 0 60px;
    font-size: 5.2rem;
}
}
@media screen and (min-width: 960px){
.title--l {
    margin: 50px 0 45px;
    font-size: 3.4rem;
}
}
@media screen and (max-width: 959px){
.title--l {
    margin: 10px 0 17px;
    padding: 0 5px;
    font-size: 1.9rem;
}
}
@media screen and (max-width: 959px){
.title--xl {
    margin: 36px 0 10px;
    padding: 0 5px;
    font-size: 2.6rem;
}
}

/* giftcard-css
-------------------------------------------------- */
@media screen and (min-width: 960px){
.frameBlock {
    margin-bottom: 20px;
    padding: 33px 40px;
    border-radius: 4px;
}
}

@media screen and (min-width: 960px) {
	.btn--typeDefault li {
		margin: 0 19px;
		width: 50%;
	}
}
@media screen and (min-width: 960px){
.keyvisual {
    margin-bottom: 70px;
    padding: 65px 0 37px;
    height: 320px;
}
}
@media screen and (min-width: 960px){
.contactBlock_btn__cv_typeblack li {
		width: 530px;
		margin: 0 auto;
	}
}
.breadcrumb--typeWhite a {
    color: #000;
}
.breadcrumb--typeWhite .breadcrumb__listItems:first-child .breadcrumb__link::before {
	background-image: url(/element_2017/images/ico_breadcrumb_1.png);
}
.breadcrumb--typeWhite .breadcrumb__listItems + .breadcrumb__listItems::before {
	color: #000;
}
@media screen and (min-width: 960px) {

	.breadcrumb--typeWhite .breadcrumb__text {
		color: #000;
	}
}

.mgb_0 {
	margin-bottom: 0;
}
.mgb_20 {
	margin-bottom: 20px;
}
.mgb_50 {
	margin-bottom: 50px;
}
.boxbg_w {
	background-color:#fff;
	border: none;
	
}