@charset "utf-8";

@media all {
/*
	.g-header__logo img {
		display: none;
	}
	
	.g-header__logo .is-homeLogo {
		display: inline-block;
	}
*/
	
	.g-wrapper {
		padding-bottom: 0;
	}
	
	.g-main {
		padding-bottom: 0;
	}
	
	.u-contents {
		margin-top: 60px;
	}
	
	.c-kv {
		margin-top: 80px;
		margin-bottom: 0;
	}
	
	.c-kv__title {
		min-width: 1160px;
		display: block;
		position: absolute;
		top: calc(50% - 1.25em);
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 10;
	}
	
	.u-title__page--catch {
		font-size: 2.8rem;
	}
	
	.u-title__page--catch i {
		color: #294197;
		font-weight: 500;
	}
	
	.u-title__page--catch strong {
		font-size: 5.6rem;
		font-weight: 300;
		letter-spacing: .1em;
		margin: 0 .25em -.1em;
		display: inline-block;
		position: relative;
	}
	
	.u-title__page--catch strong:after {
		content: attr(data-ruby)'';
		font-size: 1rem;
		letter-spacing: 0;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%,-100%);
	}
	
	.u-title__page--name {
		color: #000;
		font-size: 1.4rem;
		font-weight: 300;
		letter-spacing: .05em;
		margin: 20px 0 0;
	}
	
	.c-pickup {
		margin-top: 40px;
	}
	
	.c-pickup__title {
		color: #000;
		font-size: 1.8rem;
		font-weight: 400;
		text-align: center;
		letter-spacing: .1em;
	}
	
	.g-pickupBanner__items {
		margin-top: 10px;
		margin-right: -6px;
		margin-left: -6px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.g-pickupBanner__item {
		width: calc(100% / 4);
		padding-right: 6px;
		padding-left: 6px;
	}
	
	.u-tab__panelGroup {
		padding-bottom: 140px;
		background: #f5f6f9;
	}
	
	.u-tabButton__items {
		margin: 0 -5px;
	}
	
	.u-tabButton__item {
		padding: 0 5px;
	}
	
	.u-tabButton__item span {
		min-height: 60px;
		background: #cbcfd5;
		position: relative;
		display: block;
		cursor: pointer;
		transition: .3s cubic-bezier(.75, 0, .35, 1);
		overflow: hidden;
	}
	
	.u-tabButton__item span:hover {
		background: #294197;
	}
	
	.u-tabButton__item span:after {
		content: '';
		width: 100%;
		height: 5px;
		display: block;
		background: #294197;
		position: absolute;
		top: 0;
		left: 0;
		transform: translate(0,-100%);
	}
	
	.u-tabButton__item em {
		color: #fff;
		text-align: center;
		width: 100%;
		display: block;
		position: absolute;
		top: calc(50% + 1px);
		left: 50%;
		transform: translate(-50%,-50%);
		cursor: pointer;
	}
	
	.u-tabButton__item.is-active span {
		background: #f5f6f9;
	}
	
	.u-tabButton__item.is-active span:after {
		transform: translate(0,0);
	}
	
	.u-tabButton__item.is-active em {
		color: #294197;
		font-weight: 500;
	}
	
	.u-tabContents__title {
		color: #000;
		font-size: 2.4rem;
		font-weight: 400;
		letter-spacing: .1em;
		text-align: center;
		padding: 60px 0 0;
	}
	
	.u-tabContents .u-buttonList {
		padding: 60px 0 0;
	}
	
	.u-tabContents .u-buttonList__item {
		margin-top: 10px;
		padding-left: 5px !important;
		padding-right: 5px !important;
	}
	
	.u-tabContents .u-buttonList__item a {
		color: #333;
		height: 80px;
		border: 0;
	}
	
	.u-tabContents__title {
		font-size: 2rem;
	}
	
	
	
}/* END Media all */
