.header-drawer__title {
	justify-content: center;
}

.header-nav__items {
	display: grid;
	justify-content: center;
}

.header-nav__item + .header-nav__item {
	margin-top: 1.125rem;
}

.header-nav__item a span {
	font-weight: 700;
}

.header-nav__item + .header__drawer-item {
	margin-top: 1.5rem;
}

.header-nav__item a {
	color: #fff;
}

.header-nav__item:hover {
	opacity: 0.5;
}

.header-nav__item a {
	display: inline-block;
	display: inline-block;
	font-weight: 700;
	width: 100%;
}

.header-nav__item a span {
	display: inline-block;
}

.header-nav.is-active {
	display: flex;
	flex-direction: column;
}

.header {
	background-color: #061C42;
	height: 3.375rem;
	position: fixed;
	top: 0;
	transition: top 0.3s;
	width: 100%;
	z-index: 9999;
}

.hidden {
	top: -100%;
}

.header__inner {
	height: inherit;
	padding: 0.3125rem 0.5rem;
}

.header__logo {
	height: 100%;
	margin-right: 0.25rem;
	max-width: 5.5rem;
	width: 100%;
}

.header__logo img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.header__left {
	display: none;
}

.header__subscription.btn {
	font-size: 0.625rem;
	max-width: 7.8125rem;
	width: auto;
}

.header__content {
	margin-left: auto;
}

.header__title {
	color: #fff;
	font-size: 0.6875rem;
}

.header__subTitle {
	color: #fff;
	font-size: 1rem;
}

.header__menu {
	-webkit-overflow-scrolling: touch;
	background-color: #EBEBEB;
	display: none;
	width: 100%;
}

.header__menu--fixed {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__items {
	align-items: center;
	display: flex;
	height: inherit;
	height: 1.875rem;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.header__item {
	padding: 10px;
	white-space: nowrap;
}

.header__menu--narrow {
	padding-left: min(50.25vw, 50rem);
}

.header__item a {
	-webkit-text-decoration: none;
	color: #000;
	display: inline-block;
	font-size: 0.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	text-decoration: none;
}

.header__item a::after {
	background-color: #000;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	transform: translateX(0);
	transition: all 0.3s ease;
	width: 0;
	z-index: 99;
}

.header__item a:hover::after {
	border: 1px solid;
	width: 100%;
}

.header__item a span {
	font-size: 0.625rem;
	text-align: center;
}

.header__drawer > .header__drawer-item {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.header__drawer-background {
	transition: 0.3s;
}

.header__drawer-background.is-active {
	background-color: #061C42;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header__content {
	grid-row-gap: 40px;
	grid-column-gap: 1rem;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 0.625rem;
	left: 0;
	margin-top: 1.5rem;
	opacity: 0;
	position: absolute;
	top: 6.5rem;
	visibility: hidden;
	z-index: 999;
}

.header__content.is-active {
	grid-template-rows: 15.125rem 15.625rem 0;
	height: 100vh;
	opacity: 1;
	overflow: scroll;
	padding-bottom: 7.5rem;
	visibility: visible;
	width: 100%;
}

.header__titleArea {
	line-height: 1.1;
}

.header__wrapperLeft {
	align-items: center;
	display: flex;
}

.header__wrapperLeft--hidden {
	display: none;
}

.header__wrapperRight {
	display: none;
}

.header__btnArea {
	text-align: center;
}

.header__btn.btn {
	max-width: 12.5rem;
	position: relative;
	font-size:1.066rem;
}

.header__btn:before {
	background-image: url("../images/common/pc-img/drawer/drawer__menu.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.5625rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2.0625rem;
}
.snsArea{
    display:flex;
    justify-content: center;
}
.snsArea__snsItem:nth-of-type(2){
    margin:0 1.5rem;
}
@media screen and (min-width: 768px) {

	/* .header-nav__items {
		grid-row-gap: 2.25rem;
	} */
	.header {
		height: 6.25rem;
		position: relative;
	}
	
	.header__inner {
		margin: auto;
		padding: 0rem min(10.2vw, 8.2rem) 0 min(9.2vw, 8.1rem);
	}
	
	.header__logo {
		margin-right: 1.75rem;
		max-width: 12.5rem;
	}
	
	.header__subscription.btn {
		display: block;
		font-size: 1.5rem;
		max-width: 100%;
		width: 100%;
	}
	
	.header__container {
		padding-top: 0.375rem;
	}
	
	.header__title {
		align-items: center;
		display: flex;
		font-size: 0.75rem;
		font-size: 1.25rem;
		font-weight: bold;
	}
	
	.header__subTitle {
		font-size: 2rem;
		font-weight: bold;
	}
	
	.header__menu {
		display: block;
	}
	
	.header__items {
		height: 3.125rem;
	}
	
	.header__item a {
		font-size: 1rem;
		padding-bottom: 0.625rem;
		padding-left: min(3.48vw, 3.5rem);
		padding-right: min(3.48vw, 3.5rem);
		padding-top: 0.625rem;
	}
	
	.header__content {
		grid-template-columns: repeat(4, 1fr);
	}
	
	.header__wrapper {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	
	.header__titleArea {
		display: flex;
		flex-direction: column;
	}
	
	.header__wrapperLeft {
		justify-content: initial;
	}
	
	.header__wrapperRight {
		display: block;
	}
}