@charset "UTF-8";

/* ======================================================
 * footer
====================================================== */

#footer {
	text-align: left!important;
}

#footer * {
	box-sizing: border-box;
}

#footer a {
	color: #333;
}

.footer-pagetop a {
	z-index: 9996;
	position: fixed;
	overflow: hidden;
	border-radius: 99px;
	background-color: rgb(11 28 50 / 80%);
	font-size: 0;
	text-indent: -9999;
}

.footer-pagetop a::before {
	transform: rotate(45deg);
	position: absolute;
	top: 49%;
	left: 50%;
	transform: rotate(45deg);
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	content: '';
	box-sizing: border-box;
}

.footer-sitemap__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-sitemap [class*='footer-sitemap__title'],
.footer-sitemap [class*='footer-sitemap__type'] {
	display: inline-block;
	position: relative;
}

.footer-utility01 {
	display: flex;
}

.footer-utility01__mark02 img,
.footer-utility01__mark02>table {
	width: 100% !important;
}

.footer-utility01__mark02 a {
	display: inline-block;
}

.footer-sns__list {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-sns__list>li:first-child {
	margin-left: 0;
}

.footer-sns [class*='footer-sns__type'] {
	display: inline-block;
}

.footer-link-list {
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-link-list__type {
	display: inline-block;
}

.cookie-contents {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgb(11 28 50 / 80%);
}

.cookie-contents__text {
	color: #fff;
}

.cookie-contents__detail {
	display: flex;
}

.cookie-contents__item:first-child {
	margin-left: 0;
}

.cookie-contents__item>a {
	display: inline-block;
	width: 100%;
	border-radius: 99px;
	box-shadow: 0 3px 0 rgb(0 0 0 / 10%);
	color: #fff;
	text-align: center;
}

.cookie-contents__agree {
	background-color: #fa6400;
}

.cookie-contents__link {
	border: 1px solid #fff;
}

#footer img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.footer-sitemap__title--blank::after {
	display: inline-block;
	position: relative;
	overflow: hidden;
	background-position: 50% !important;
	background-size: contain !important;
	color: transparent;
	text-indent: -9999px;
	vertical-align: middle;
	white-space: nowrap;
	background: url(/app-files/img/sprite/icon.svg#blank-usage) no-repeat 0 0;
	content: "別ウィンドウで開く";
	top: -2px;
	margin-left: 10px;
	width: 14px;
	height: 14px;
}


/* pc */
@media print,
screen and (min-width: 768px) {
	[data-footer-col-pc]:not([data-footer-col-pc='1']) {
		display: flex;
		flex-flow: row wrap;
		width: 100%;
	}

	[data-footer-col-pc]>* {
		margin-top: 26px;
		margin-left: 36px;
	}

	[data-footer-col-pc='1']> :nth-child(-n+1) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='1']> :nth-child(1n+1) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='1']>* {
		width: 100%;
	}

	[data-footer-col-pc='2']> :nth-child(-n+2) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='2']> :nth-child(odd) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='2']>* {
		width: calc((100% - 36px) / 2 - 0.1px);
	}

	[data-footer-col-pc='3']> :nth-child(-n+3) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='3']> :nth-child(3n+1) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='3']>* {
		width: calc((100% - 72px) / 3 - 0.1px);
	}

	[data-footer-col-pc='4']> :nth-child(-n+4) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='4']> :nth-child(4n+1) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='4']>* {
		width: calc((100% - 108px) / 4 - 0.1px);
	}

	[data-footer-col-pc='5']> :nth-child(-n+5) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='5']> :nth-child(5n+1) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='5']>* {
		width: calc((100% - 144px) / 5 - 0.1px);
	}

	[data-footer-col-pc='6']> :nth-child(-n+6) {
		margin-top: 0 !important;
	}

	[data-footer-col-pc='6']> :nth-child(6n+1) {
		margin-left: 0 !important;
	}

	[data-footer-col-pc='6']>* {
		width: calc((100% - 180px) / 6 - 0.1px);
	}

	#footer {
		width: 100%;
		text-align: left;
		font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.6;
		background-color: #f1f3f5!important;
	}

	.Footer__inner {
		width: 100%;
		max-width: 1878px;
		margin: 0 auto;
		padding: 56px 32px 0;
	}

	.Footer__foot__inner {
		display: flex;
		flex-flow: column;
		align-items: center;
		height: 230px;
	}

	.footer-pagetop a {
		right: 19px;
		bottom: 90px;
		width: 50px;
		height: 50px;
	}

	.footer-pagetop a:hover {
		opacity: 0.7;
	}

	.footer-pagetop a::before {
		width: 14px;
		height: 14px;
		margin: -3px 0 0 -7px;
	}

	.Footer__body {
		padding-bottom: 54px;
	}

	.Footer__body+.Footer__foot {
		border-top: 1px solid #ddd;
	}

	.footer-sitemap [class*='footer-sitemap__title'] {
		font-size: 18px;
		font-weight: 700;
	}

	.footer-sitemap [class*='footer-sitemap__title']:hover {
		text-decoration: underline;
	}

	.footer-sitemap__list--nest {
		margin: 19px 0 0;
		padding: 0;
		list-style: none;
	}

	.footer-sitemap__list--nest>li {
		margin-top: 11px;
	}

	.footer-sitemap__list--nest>li:first-child {
		margin-top: 0;
	}

	.footer-sitemap [class*='footer-sitemap__type'] {
		font-size: 15px;
	}

	.footer-sitemap [class*='footer-sitemap__type']:hover {
		text-decoration: underline;
	}

	.footer-utility01 {
		align-items: center;
		margin-top: 34px;
	}

	.footer-utility01__mark01 {
		width: 71px;
		margin-right: 10px;
		margin-left: 22px;
	}

	.footer-utility01__mark02 {
		width: 100px;
	}

	.footer-utility02 {
		padding: 22px 0 0;
	}

	.footer-sns__title {
		margin-bottom: 9px;
		font-size: 14px;
		text-align: center;
	}

	.footer-sns__list>li {
		margin-left: 15px;
	}

	.footer-sns [class*='footer-sns__type']:hover {
		opacity: 0.7;
	}

	.footer-sns__type--fb,
	.footer-sns__type--twitter {
		width: 35px;
	}

	.footer-sns__type--yt {
		width: 39px;
	}

	.footer-link-list>li {
		margin-left: 28px;
	}

	.footer-link-list>li:first-child {
		margin-left: 10px;
	}

	.footer-link-list__type {
		font-size: 14px;
	}

	.footer-link-list__type:hover {
		text-decoration: underline;
	}

	.footer-copyright {
		margin-top: 15px;
		text-align: center;
	}

	.footer-copyright__label {
		font-size: 14px;
	}

	.cookie-contents__inner {
		display: flex;
		align-items: center;
		width: 1200px;
		margin: 0 auto;
		padding: 22px 0 24px;
	}

	.cookie-contents__text {
		width: calc(100% - 350px);
		margin: 0 28px 0 0;
		font-size: 14px;
	}

	.cookie-contents__item {
		width: 165px;
		margin-left: 20px;
	}

	.cookie-contents__item>a {
		padding: 8px 0 5px;
	}

	.cookie-contents__agree:hover {
		background-color: #fc934d;
	}

	.cookie-contents__link:hover {
		border: 1px solid #7796c7;
		background-color: #7796c7;
	}

	.Footer__body+.Footer__foot {
		border-top: 1px solid #ddd;
	}
}

@media print,
screen and (min-width: 768px) and (max-width: 1316px) {

	.footer-utility02 {
		padding: 35px 0 0;
	}
}

/* sp */
@media only screen and (max-width: 767.98px) {
	body #footer {
		padding-bottom: 60px;
		font-family: ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
		text-align: left;
		line-height: 1.6;
		font-size: 14px;
		margin-top: -1px!important;
		background-color: #f1f3f5 !important;
		position: relative;
	}


	.footer-pagetop a {
		right: 14px;
		bottom: 90px;
		width: 30px;
		height: 30px;
	}

	.footer-pagetop a::before {
		width: 10px;
		height: 10px;
		margin: -3px 0 0 -6px;
	}

	.footer-sitemap__list {
		display: flex;
		flex-flow: row wrap;
		border-bottom: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li {
		width: 50%;
		border-top: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='1'] {
		order: 1;
	}

	.footer-sitemap__list>li[data-footer-order-sp='2'] {
		order: 2;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='3'] {
		order: 3;
	}

	.footer-sitemap__list>li[data-footer-order-sp='4'] {
		order: 4;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='5'] {
		order: 5;
	}

	.footer-sitemap__list>li[data-footer-order-sp='6'] {
		order: 6;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='7'] {
		order: 7;
	}

	.footer-sitemap__list>li[data-footer-order-sp='8'] {
		order: 8;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='9'] {
		order: 9;
	}

	.footer-sitemap__list>li[data-footer-order-sp='10'] {
		order: 10;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='11'] {
		order: 11;
	}

	.footer-sitemap__list>li[data-footer-order-sp='12'] {
		order: 12;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='13'] {
		order: 13;
	}

	.footer-sitemap__list>li[data-footer-order-sp='14'] {
		order: 14;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='15'] {
		order: 15;
	}

	.footer-sitemap__list>li[data-footer-order-sp='16'] {
		order: 16;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='17'] {
		order: 17;
	}

	.footer-sitemap__list>li[data-footer-order-sp='18'] {
		order: 18;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap__list>li[data-footer-order-sp='19'] {
		order: 19;
	}

	.footer-sitemap__list>li[data-footer-order-sp='20'] {
		order: 20;
		border-left: 1px solid #e1e3e6;
	}

	.footer-sitemap [class*='footer-sitemap__title'] {
		width: 100%;
		padding: 12px 15px 10px;
	}

	.footer-sitemap__list--nest {
		display: none;
	}

	.footer-utility01 {
		padding: 0 15px;
	}

	.footer-utility01__mark01 {
		width: 14.26vw;
		margin-top: 21px;
		margin-right: 14px;
		margin-left: 24px;
	}

	.footer-utility01__mark02 {
		width: 20vw;
		margin-top: 28px;
	}

	.footer-utility01__sns {
		width: 50%;
		margin-top: 34px;
	}

	.footer-utility02 {
		padding: 17px 15px 32px;
	}

	.footer-sns {
		display: flex;
		align-items: center;
	}

	.footer-sns__title {
		width: 9em;
		font-size: 12px;
	}

	.footer-sns__list>li {
		margin-left: 12px;
	}

	.footer-sns__type--fb,
	.footer-sns__type--twitter {
		width: 7.46vw;
	}

	.footer-sns__type--yt {
		width: 8.26vw;
	}

	.footer-link-list>li {
		width: 50%;
		padding-bottom: 8px;
	}

	.footer-link-list>li:nth-child(odd) {
		padding-right: 15px;
	}

	.footer-link-list>li:nth-child(2n) {
		padding-left: 7px;
	}

	.footer-link-list__type {
		font-size: 12px;
	}

	.footer-copyright {
		margin-top: 6px;
	}

	.footer-copyright__label {
		font-size: 12px;
	}

	.cookie-contents__inner {
		padding: 17px 15px;
	}

	.cookie-contents__text {
		margin: 0;
		font-size: 12px;
	}

	.cookie-contents__detail {
		padding-top: 15px;
	}

	.cookie-contents__item {
		width: calc((100% - 14px) / 2);
		margin-left: 14px;
	}

	.cookie-contents__item>a {
		padding: 5px 0 3px;
	}

}

