@charset "UTF-8";


.commonheader-logoarea {
	background: #000;
	padding: 26px 35px;
}

.commonheader-logoarea-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 5px;
}

.commonheader-openmenu {display: none;}

.commonheader-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 35px;
	width: 235px;
}

.commonheader-logo a {transition: all .28s ease;}
.commonheader-logo a:hover {opacity: 0.7;}
.commonheader-logo-amd {position: relative;}

.commonheader-logo-amd::before {
	display: block;
	content: '';
	width: 1.5px;
	height: 80%;
	background: #fff;
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translate(0, -50%);
	opacity: 0.2;
}

.commonheader-logo-amd img {
	height: 34px; /* 2.125rem */
	width: 110px; /* 6.875rem */
}

.commonheader-logo-local img {
	height: 30px; /* 1.898rem */
	width: 110px; /* 6.875rem */
}

.commonheader-icon-nav {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.commonheader-icon-nav-item {
	position: relative;
}

.commonheader-icon-nav-btn {
	color: #fff;
	font-size: 20px; /* 1.27rem */
	font-size: 16px; /* 1rem */
	font-weight: 500;
	line-height: 27px; /* 1.7rem */
}

.commonheader-icon-nav-btn:hover {
	background-color: #27282b;
	border: none;
	border-radius: 5px;
	padding-bottom: 10px; /* .625rem */
	padding-top: 10px; /* .625rem */
	opacity: 1;
}

.commonheader-icon-nav-btn .commonheader-icon-nav-svg {
	text-rendering: auto;
	fill: #fff;
	display: inline-block;
	height: 1em;
	vertical-align: -.125em;
	width: 41px; /* 2.6rem */
}

.commonheader-icon-nav-dropdown {
	display: none;
	position: absolute;
	right: 0;
	top: 34px;
	z-index: 2999;
	min-width: 446px; /* 27.9rem */
	width: calc(100% - 25px);
}

.commonheader-icon-nav-dropdown.is-open {
	display: block;
}

.commonheader-icon-nav-pointer {
	border-bottom: 10px solid #1a1a1b; /* .625rem */
	border-left: 10px solid transparent; /* .625rem */
	border-right: 10px solid transparent; /* .625rem */
	height: 0;
	margin: auto;
	width: 0;
	margin-left: auto;
	margin-right: 10px;
}

.commonheader-icon-nav-search {
/*	min-width: 29.625rem;*/
/*	min-width: 474px;*/
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background: #636466;
	color: #fff;
	list-style-type: none;
	margin: 0;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .24);
	border-radius: 5px;
	overflow: hidden;
}

.commonheader-icon-nav-search .searchdrop-input {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.commonheader-icon-nav-search .searchdrop-input button {
	position: static;
	right: auto;
	top: auto;
	width: 70px;
	height: 40px;
	width: 48px; /* 3rem */
	height: auto;
	font-size: 14px;
	text-align: center;
	border: none;
	background: #636466;
	color: #fff;
	cursor: pointer;
}

.commonheader-icon-nav-search .searchdrop-input button span {
	display: inline-block;
	width: 16px; /* 1rem */
	height: 16px; /* 1rem */
}

.commonheader-icon-nav-search .searchdrop-input button svg {
	fill: #fff;
	width: 100%;
	max-height: 100%;
	aspect-ratio: 1 / 1;
	height: auto;
}

.commonheader-icon-nav-search .searchdrop-input input {
	width: calc(100% - 48px);
	width: 100%;
	background: #636466;
	height: 50px;
	font-size: 16px; /* 1rem */
	border: none;
	padding: 14px 16px; /* 0.875rem 1rem */
	caret-color: #fff;
	color: #fff;
}

.commonheader-icon-nav-search .searchdrop-input input:focus {
	outline: 0;
}

.commonheader-nav {
	background: #1A1A1B;
	padding: 26px 35px;
}

.commonheader-gnav {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 58px;
}

.commonheader-gnav-item{}
.commonheader-gnav-item.commonheader-gnav-item-onlyhamburger {display: none;}
.commonheader-gnav-item.commonheader-gnav-item-dropdown {position: relative;}

.commonheader-gnav-link {
	color: #fff;
	line-height: 1.2;
	position: relative;
	padding-bottom: 4px; /* .25rem */
}

.commonheader-gnav-link::after {
	border: 0;
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: scaleX(0) translate(-50%, 0);
	transition: transform .25s ease-in-out;
	width: 100%;
}

.commonheader-gnav-link:hover::after {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	outline: none;
	transform: scaleX(1);
}

.is-open.commonheader-gnav-link::after {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	outline: none;
	transform: scaleX(1);
}

.commonheader-gnav-link .caret {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	fill: #fff;
	content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23fff" viewBox="0 0 512 512"><path d="m256 429.3 22.6-22.6 192-192 22.7-22.7-45.3-45.3-22.6 22.6L256 338.7 86.6 169.4 64 146.7 18.7 192l22.6 22.6 192 192 22.7 22.7z"/></svg>');
	display: inline-block;
	height: 1em;
	transition: all .5s ease;
	vertical-align: -.125em;
	width: 34px; /* 2.125rem */
}

.commonheader-gnav-link:hover .caret {
	border-left: 0;
	border-right: 0;
	border-top: 0;
	outline: none;
	transform: scaleX(1);
}

.is-open.commonheader-gnav-link .caret {
	transform: rotate(180deg);
	transition: all .5s ease;
}

.commonheader-gnav-dropdown {
	display: none;
	background: transparent;
	top: 50px;
	background-clip: padding-box;
	display: none;
	font-size: 16px; /* 1rem */
	margin: 0;
	min-width: 160px; /* 10rem */
	position: absolute;
	text-align: left;
	z-index: 1000;
}

.is-open.commonheader-gnav-dropdown {
	display: block;
	border-radius: 0 0 10px 10px;
	box-shadow: 0 8px 28px 0 rgba(0, 0, 0, .24);
}

.commonheader-gnav-dropdown-list {
	align-self: stretch;
	color: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}

.commonheader-gnav-dropdown-list::after {
	-webkit-backdrop-filter: blur(30px);
	backdrop-filter: blur(30px);
	background-color: rgba(26, 26, 27, .63);
	border-radius: 0 0 10px 10px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.commonheader-gnav-link.dropdown-item {
	align-items: center;
	border-radius: 0;
	border-top: 1px solid #27282b;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-size: 16px; /* 1rem */
	font-weight: 500;
	justify-content: space-between;
	line-height: 24px; /* 1.5rem */
	padding: 10px 24px; /* .625rem 1.625rem */
	text-align: left;
	background-color: transparent;
	clear: both;
	white-space: nowrap;
	width: 100%;
}

.commonheader-gnav-link.dropdown-item::after {display: none;}

.commonheader-gnav-link.dropdown-item:hover {
	background-color: #fff;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, .24);
	color: #000;
	font-weight: 500;
}

.commonheader-gnav-dropdown-list li:first-of-type .commonheader-gnav-link.dropdown-item {border-top: 1px solid #27282b;}
.commonheader-gnav-dropdown-list li:last-of-type .commonheader-gnav-link.dropdown-item {border-radius: 0 0 10px 10px;}


/* footer */

.commonfooter {background: #000;}

.commonfooter-inner {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding: 26px 90px; /* 1.625rem 5.625rem */
	max-width: 1600px;
}

.commonfooter-logoarea {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
	padding-top: 26px; /* 1.625rem */
	padding-bottom: 26px; /* 1.625rem */
}

.commonfooter-logo {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 35px;
	width: 235px;
	margin-bottom: 16px; /* 1rem */
}

.commonfooter-logo a {transition: all .28s ease;}
.commonfooter-logo a:hover {opacity: 0.7;}
.commonfooter-logo-amd {position: relative;}

.commonfooter-logo-amd::before {
	display: block;
	content: '';
	width: 1px;
	height: 80%;
	background: #fff;
	position: absolute;
	right: -17px;
	top: 50%;
	transform: translate(0,-50%);
	opacity: 0.2;
}

.commonfooter-logo-amd img {
	height: 34px; /* 2.125rem */
	width: 100px; /* 6.875rem */
}

.commonfooter-logo-local img {
	height: 30px; /* 1.898rem */
	width: 100px; /* 6.875rem */
}

.commonfooter-logoarea-nav {flex: 1;}

.commonfooter-logoarea-nav-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px; /* 1.625rem */
}

.commonfooter-logoarea-nav-item {
	color: #fff;
	font-size: 20.32px; /* 1.27rem */
	font-weight: 500;
	line-height: 27.2px; /* 1.7rem */
}

.commonfooter-logoarea-nav-item:hover {
	background-color: #27282b;
	border: none;
	border-radius: 5px;
	padding-bottom: 4px; /* .25rem */
	padding-top: 4px; /* .25rem */
	opacity: 1;
}

.commonfooter-logoarea-nav-item svg {
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	fill: #fff;
	display: inline-block;
	height: 1em;
	vertical-align: -.125em;
	width: 34px; /* 2.265rem */
}

.visually-hidden {
	clip: rect(0, 0, 0, 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

.commonfooter-menu {
	padding-bottom: 16px !important; /* 1.625rem */
	padding-top: 16px !important; /* 1.625rem */
}

.commonfooter-menu-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 19px;
	margin-bottom: 16px; /* 1.625rem */
}

.commonfooter-menu-list a,.commonfooter-menu-list button {
	font-size: 12px; /* .75rem */
	line-height: 18px; /* 1.125rem */
	color: #9d9fa2;
	position: relative;
}

.commonfooter-menu-list a:hover,
.commonfooter-menu-list button:hover {
	color: #fff;
	text-decoration: underline;
}

.commonfooter-menu-list a::after,.commonfooter-menu-list button::after {
	display: block;
	content: '';
	width: 1px;
	height: 90%;
	background: #9d9fa2;
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translate(0, -50%);
}

.commonfooter-menu-list li:last-of-type *::after {display: none;}
.commonfooter-menu-copyright {text-align: center;}

.commonfooter-menu-copyright span {
	color: #9d9fa2;
	font-size: 12px; /* .75rem */
	line-height: 18px; /* 1.125rem */
}

/* footer ポップアップボタン */
.commonfooter-inner > #ot-sdk-btn {
	display: none !important;
}

.commonfooter-menu-list .ot-sdk-show-settings {
	cursor: pointer;
	background: none !important;
	border: none !important;
}

/* small pc */
@media screen and (max-width: 1199px){


	body.is-open {overflow: hidden;}

	/* header */

	.commonheader-openmenu {
		display: block;
		height: 16px; /* 1rem */
		position: relative;
		transform: rotate(0deg);
		transition: .5s ease-in-out;
		width: 22px; /* 1.4rem */
		border-radius: 4px; /* .25rem */
		font-size: 20px; /* 1.25rem */
		line-height: 1;
		background-color: #000;
		border: none;
		color: #fff;
		margin: 10px; /* .625rem */
		order: 1;
		padding: 0;
	}

	.commonheader-openmenu span {
		background: #fff;
		display: block;
		height: 2px;
		left: 0;
		opacity: 1;
		position: absolute;
		transform: rotate(0deg);
		transition: .25s ease-in-out;
		width: 100%;
	}

	.commonheader-openmenu span:nth-of-type(1) {
		left: 0;
		top: 0;
		transform: none;
		transform-origin: left center;
	}

	.commonheader-openmenu span:nth-of-type(2) {
		opacity: 1;
		top: 8px;
		transform-origin: left center;
		width: 100%;
	}

	.commonheader-openmenu span:nth-of-type(3) {
		left: 0;
		top: 16px;
		transform: none;
		transform-origin: left center;
	}

	.commonheader-openmenu.is-open span:nth-child(1) {
		left: 0;
		transform: rotate(45deg);
	}

	.commonheader-openmenu.is-open span:nth-child(2) {
		opacity: 0;
		width: 0;
	}

	.commonheader-openmenu.is-open span:nth-child(3) {
		left: 0;
		transform: rotate(-45deg);
	}

	.commonheader-logo {
		padding: 0 0 0 26px; /* 1.625rem */
		order: 2;
	}

	.commonheader-icon-nav {
		order: 4;
		flex-wrap: nowrap;
	}
	.commonheader-nav {padding: 0;}

	.commonheader-gnav-wrapper {
		flex-basis: 100%;
		flex-grow: 1;
		background-color: #1a1a1b;
		order: 3;
		overflow-x: hidden;
		overflow-y: scroll;
		position: fixed;
		right: 0;
		z-index: 3000;
		height: calc(100% - 88px);
		left: 0;
		top: 88px;
		width: 60%;
		display: none;
	}

	.commonheader-gnav {
		display: flex;
		flex-direction: column;
		list-style: none;
		margin-bottom: 0;
		padding-left: 0;
		gap:0;
	}
	.commonheader-gnav-item {width: 100%;}

	.commonheader-gnav-item.commonheader-gnav-item-onlyhamburger {display: block;}

	.commonheader-gnav-link {
		text-decoration: none;
		align-items: center;
		border-radius: 0;
		border-top: 1px solid #27282b;
		color: #fff;
		display: flex;
		flex-wrap: wrap;
		font-size: 16px; /* 1rem */
		font-weight: 500;
		justify-content: space-between;
		line-height: 24px; /* 1.5rem */
		margin: 0;
		padding: 10px 24px; /* .625rem 1.625rem */
		text-align: left;
	}

	.commonheader-gnav-link::after {display: none;}
	.commonheader-gnav-link:hover::after {display: none;}
	.commonheader-gnav-dropdown {position: static;}

	.commonheader-gnav-link.dropdown-item {
		padding: 10px 24px; /* .625rem 1.625rem */
		background-color: #27282b;
	}

	.commonheader-gnav-link.dropdown-item:hover {
		background-color: #27282b;
		box-shadow: unset;
		color: #fff;
	}

	/* footer */

	.commonfooter-inner {padding: 26px 90px;} /* 1.625rem 5.625rem */


	.commonfooter-logoarea {
		justify-content: center;
		gap: 0;
		padding-top: 30px; /* 1.9rem */
		padding-bottom: 30px; /* 1.9rem */
	}

	.commonfooter-logo,
	.commonfooter-logoarea-nav {
		width: 100%;
		flex: unset;
		justify-content: center;
	}

	.commonfooter-logo {margin-bottom: 56px;} /* 3.5rem */
	.commonfooter-logo-amd::before {height: 110%;}

	.commonfooter-logo-amd img {
		height: 25px; /* 1.563rem */
		width: 90px; /* 5.625rem */
	}

	.commonfooter-logo-biz img {
		height: 25px; /* 2.125rem */
		width: 90px; /* 5.625rem */
	}

	.commonfooter-logoarea-nav-list {
		justify-content: center;
		margin-bottom: 16px; /* 1.625rem */
	}

}

@media screen and (min-width: 769px) and (max-width: 991px){


	/* footer */

	.commonfooter-inner {padding: 26px;} /* 1.625rem */
	.commonfooter-logoarea-nav-list {gap: 16px;} /* 1rem */

}


/* sp */
@media screen and (max-width: 768px){


	/* footer */
	.commonfooter-logoarea-nav-list {gap: 6px;} /* .375rem */

	.commonfooter-menu-list {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 2px;
	}

	.commonfooter-menu-list li {
		width: 100%;
		text-align: center;
	}

	.commonfooter-menu-list li *::after {display: none;}

	.commonheader-gnav-link::after {display: none;}
}


/* small */
@media screen and (max-width: 575px){

	.commonheader-logoarea {
		background-color: #000;
		box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .24);
		color: #fff;
		padding: 10px; /* .625rem */
	}

	.commonheader-logoarea-inner {
		align-items: center;
		display: flex;
		flex-wrap: inherit;
		justify-content: space-between;
	}

	.commonheader-logo {
		padding: 0 0 0 10px; /* .625rem */
	}

	.commonheader-logo-amd img {
		height: 36px; /* 2.25rem */
		width: 85px; /* 5.3rem */
	}

	.commonheader-logo-local img {
		height: 23.456px; /* 1.466rem */
		width: 85px; /* 5.3rem */
	}

	.commonheader-icon-nav {
		gap: 0;
	}

	.commonheader-icon-nav-dropdown {
		display: none;
		position: absolute;
		right: 0;
		top: 34px;
		z-index: 2999;
		min-width: 90vw;
		width: calc(100% - 25px);
	}

	.commonheader-gnav-wrapper {
		box-shadow: 0 6px 16px 0 rgba(0, 0, 0, .24);
		height: calc(100% - 56px);
		right: auto;
		left: 0;
		top: 56px;
		width: 100%;
		z-index: 3000;
	}
}

