@charset "UTF-8";

/* 
 base
========================================================= */
body {
	overflow-x: hidden;
	color: #1a1a1a;
	letter-spacing: 0.05em;
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-size: 16px;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
	}
}

body.fixed {
	position: fixed;
	width: 100%;
}

* {
	box-sizing: border-box;
	font-weight: normal;
}

address {
	font-style: normal;
}

b {
	font-weight: bold;
}

pre {
	white-space: -moz-pre-wrap;
	/* Mozilla */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	white-space: pre-wrap;
	/* CSS3 */
	word-wrap: break-word;
	/* IE 5.5+ */
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 767px) {
	.pc {
		display: none;
	}
}

@media screen and (min-width: 767px) {
	.sp {
		display: none;
	}
}

@media screen and (min-width: 767px) {
	a[href^="tel:"] {
		pointer-events: none;
		color: inherit;
		text-decoration: none;
	}
}

.wrapType01 {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.wrapType01 {
		width: 100%;
		padding: 0 16px;
	}

	.wrapType01.spRightMgFree {
		padding: 0 0 0 16px;
	}

	.wrapType01.spMgFree {
		padding: 0;
	}
}

.wrapType02 {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 80px;
}

@media screen and (max-width: 767px) {
	.wrapType02 {
		width: 100%;
		padding: 0 16px;
	}

	.wrapType02.spRightMgFree {
		padding: 0 0 0 16px;
	}

	.wrapType02.spMgFree {
		padding: 0;
	}
}

p {
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	a:hover {
		opacity: 0.8;
	}
}

.mincho {
	font-family: YuMincho, "Yu Mincho", serif;
}

@media screen and (max-width: 767px) {
	.youtubeWrap {
		position: relative;
		padding-bottom: 56.25%;
	}

	.youtubeWrap iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
	}
}

/* 
 .globalwrap
========================================================= */

@media screen and (min-width: 767px) {
	#front .globalwrap {
		padding: 40px 0 0;
	}

	.subpage .globalwrap {
		padding: 130px 0 0;
	}
}

@media screen and (max-width: 767px) {
	.globalwrap {
		padding: 90px 0 0;
	}
}

/* 
 #globalHeader
========================================================= */
#globalHeader {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
}

@media screen and (max-width: 767px) {
	#globalHeader {
		position: fixed;
		top: 0;
		left: 0;
		background-color: #fff;
	}
}

/* 
 .headerInfo
========================================================= */
.headerInfo {
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 8px 20px;
	color: #fff;
	background-color: #767676;
}
@media screen and (max-width: 767px) {
	.headerInfo {
		align-items: center;
		height: 40px;
		padding: 0 16px;
	}
}

.headerInfo a {
	color: #fff;
	text-decoration: none;
}

.headerInfo .status {
	padding: 0 0 0 1px;
}

.headerInfo .status * {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.headerInfo .status * {
		font-size: 14px;
	}
	:lang(en) .headerInfo .status * {
		font-size: 11px;
	}
}

.headerInfo .headerNav {
	margin-right: 80px;
}
@media screen and (max-width: 767px) {
	.headerInfo .headerNav {
		display: none;
	}
}

.headerInfo .headerNav ul {
	display: flex;
}

.headerInfo .headerNav ul li {
	padding: 0 0 0 24px;
	cursor: pointer;
}

.headerInfo .headerNav ul li,
.headerInfo .headerNav ul li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
}

.headerInfo .headerNav ul li .icon {
	padding: 0 8px 0 0;
}

.headerInfo .headerNav .googleSearch {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	max-width: 190px;
	width: 50%;
	height: 100%;
	pointer-events: none;
	background-color: #767676;
	opacity: 0;
	transition: 360ms ease-in-out;
}

.headerInfo .headerNav .googleSearch.is-show {
	max-width: 440px;
	width: 100%;
	pointer-events: inherit;
	opacity: 1;
}

.headerInfo .headerNav .googleSearch form {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.headerInfo .headerNav .googleSearch form .btn {
	position: absolute;
	top: 9px;
	left: 9px;
}

.headerInfo .headerNav .googleSearch form .textInput {
	display: flex;
	flex: 1;
	align-items: center;
	padding: 0 16px 0 0;
}

.headerInfo .headerNav .googleSearch form input[type="text"] {
	display: inline-block;
	width: 100%;
	padding: 0.5em 40px;
	border-radius: 0;
	color: #fff;
	text-decoration: none;
	border: none;
	background-color: #949494;
	background-image: none;
	cursor: pointer;

	-webkit-appearance: none;
}

.headerInfo .headerNav .googleSearch .closeBtn {
	position: absolute;
	top: calc(50% - 2px);
	right: 20px;
	z-index: 100;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.headerInfo .headerNav .googleSearch .closeBtn span {
	position: relative;
	width: 100%;
	height: 100%;
}

.headerInfo .headerNav .googleSearch .closeBtn span::before,
.headerInfo .headerNav .googleSearch .closeBtn span::after {
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 100;
	display: block;
	width: 20px;
	height: 2px;
	content: "";
	background-color: #fff;
}

.headerInfo .headerNav .googleSearch .closeBtn span::before {
	transform: rotate(-45deg);
}

.headerInfo .headerNav .googleSearch .closeBtn span::after {
	transform: rotate(45deg);
}

/* 
 .headerMain
========================================================= */
.headerMain {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.headerMain {
		height: 50px;
	}
}

@media screen and (min-width: 767px) {
	.subpage .headerMain {
		align-items: center;
		height: 90px;
		background-color: #fff;
	}
}

.headerMain .logo img {
	vertical-align: bottom;
}

@media screen and (min-width: 767px) {
	#front .headerMainWrap .headerMain .logo {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 160px;
		height: 160px;
		background-color: #fff;
	}

	.subpage .headerMain .logo {
		padding: 4px 0 0 20px;
	}
}

@media screen and (max-width: 767px) {
	.headerMain .logo {
		display: block;
		width: 86px;
		height: auto;
		padding: 10px 0 0 16px;
		background-color: #fff;
	}
}

/* 
 gNavi
========================================================= */

@media screen and (min-width: 767px) {
	.gNaviPanel {
		display: flex;
		width: 100%;
	}

	.gNaviPanel .gNavi {
		display: flex;
	}

	#front .headerMainWrap .gNaviPanel .gNavi {
		padding: 38px 0 0;
	}

	.gNaviPanel .gNavi li {
		display: flex;
		flex: auto;
		padding: 0 24px;
	}

	.gNaviPanel .gNavi li a {
		position: relative;
		display: block;
		width: 100%;
		padding: 4px 0;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		font-size: 18px;
	}

	.gNaviPanel .gNavi li a:hover {
		opacity: 1;
	}

	#front .headerMainWrap .gNaviPanel .gNavi li a {
		color: #fff;
	}

	.subpage .gNaviPanel .gNavi li a {
		color: #1a1a1a;
	}

	.gNaviPanel .gNavi li a::after {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0%;
		height: 3px;
		content: "";
		background-color: #eeed3c;
		transition: 200ms ease-in-out;
		transform: translate(-50%, 0);
	}

	.gNaviPanel .gNavi li.active a::after,
	.gNaviPanel .gNavi li a:hover::after {
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	.gNaviWrap {
		position: relative;
		z-index: 100;
	}

	.gNaviBtn {
		top: 16px;
		right: 16px;
		z-index: 100;
		cursor: pointer;
	}

	.gNaviBtnInner {
		display: block;
		width: 50px;
		height: 50px;
		padding: 11px 12px 8px;
	}

	.is-open .gNaviBtnInner {
		background-color: transparent;
	}

	.gNaviBtn .line {
		position: relative;
		display: block;
		height: 60%;
	}

	.gNaviBtn .line > span {
		position: absolute;
		display: block;
		width: 100%;
		height: 3px;
		background-color: #333333;
	}

	.gNaviBtn .line > span:nth-of-type(1) {
		top: 0;
		left: 0;
	}

	.gNaviBtn .line > span:nth-of-type(2) {
		top: calc(50% - 1px);
		left: 0;
		transform: translate(0, 0);
	}

	.gNaviBtn .line > span:nth-of-type(3) {
		bottom: 0;
		left: 0;
	}

	.is-open .gNaviBtn .line > span:nth-of-type(1) {
		top: 9px;
		left: 0;
		transform: rotate(45deg);
	}

	.is-open .gNaviBtn .line > span:nth-of-type(2) {
		display: none;
	}

	.is-open .gNaviBtn .line > span:nth-of-type(3) {
		bottom: 7px;
		left: 0;
		transform: rotate(-45deg);
	}

	.gNaviBtn .text {
		position: absolute;
		left: 0;
		display: block;
		width: 100%;
		padding: 4px 0 0;
		color: #333333;
		text-align: center;
		font-size: 10px;
		transform: scale(0.8);
	}

	.gNaviPanel {
		position: fixed;
		top: 90px;
		right: 0;
		z-index: 99;
		width: 100%;
		height: calc(100% - 90px);
		overflow: scroll;
		pointer-events: none;
		background-color: #e8e8e8;
		opacity: 0;
	}

	.is-open .gNaviPanel {
		pointer-events: auto;
		opacity: 1;
	}

	.gNaviPanel .gNavi {
		display: flex;
		flex-direction: column;
		width: 100%;
		padding: 0;
	}

	.gNaviPanel .gNavi li {
		display: block;
	}

	.gNaviPanel .gNavi > li > a {
		display: block;
		padding: 16px 24px;
		color: #1a1a1a;
		text-decoration: none;
		font-weight: bold;
		background-image: url("../img/common/arrow01_black.svg");
		background-position: calc(100% - 16px) 50%;
		background-size: 20px auto;
		background-repeat: no-repeat;
	}

	.gNaviPanel .gNavi li.home > a {
		background-color: #fcfb37;
	}

	.gNaviPanel .gNavi > li > a + ul {
		margin: 0 32px 1em;
	}

	.gNaviPanel .gNavi > li > a + ul > li > a {
		display: inline-block;
		padding: 0.2em 0;
		color: #666666;
		text-decoration: none;
		font-weight: bold;
	}

	.gNaviPanel .gNavi > li > a + ul > li::before {
		content: "- ";
	}

	.gNaviPanel .googleSearch {
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 100%;
		padding: 16px;
		background-color: #767676;
		transition: 300ms;
	}

	.gNaviPanel .googleSearch form {
		display: flex;
		justify-content: flex-end;
		width: 100%;
	}

	.gNaviPanel .googleSearch form .btn {
		display: flex;
		align-items: center;
		pointer-events: none;
	}

	.gNaviPanel .googleSearch form .btn input {
		width: 20px;
	}

	.gNaviPanel .googleSearch form .textInput {
		display: flex;
		flex: 1;
		align-items: center;
		padding: 0 0 0 12px;
	}

	.gNaviPanel .googleSearch form input[type="text"] {
		display: inline-block;
		width: 100%;
		padding: 0.5em;
		border-radius: 0;
		color: #fff;
		text-decoration: none;
		font-size: 16px;
		border: none;
		background-color: #949494;
		background-image: none;
		cursor: pointer;

		-webkit-appearance: none;
	}

	.gNaviPanel .googleSearch form input[type="text"]::placeholder {
		color: #fff;
		font-weight: bold;
		background-color: #949494;
	}
}

@media screen and (max-width: 767px) {
	.gNaviPanel .subNavi ul {
		display: flex;
		padding: 24px 24px;
	}

	.gNaviPanel .subNavi ul li {
		display: flex;
		align-items: center;
		margin: 0 2em 0 0;
	}

	.gNaviPanel .subNavi ul li a {
		display: flex;
		align-items: center;
		color: #666666;
		text-decoration: none;
		font-weight: bold;
		line-height: 1;
	}

	.gNaviPanel .subNavi ul li a .icon {
		padding: 0 0.4em 0 0;
	}
}

@media screen and (max-width: 767px) {
	.gNaviPanel .sns {
		padding: 24px 24px;
		background-color: #fcfb37;
	}

	.gNaviPanel .sns .heading {
		font-weight: bold;
	}

	.gNaviPanel .sns .heading {
		font-weight: normal;
	}

	.gNaviPanel .sns ul {
		display: flex;
		align-items: center;
		padding: 32px 0 0;
	}

	.gNaviPanel .sns ul {
		display: flex;
		align-items: center;
		padding: 16px 0 0;
	}

	.gNaviPanel .sns ul li {
		margin: 0 32px 0 0;
	}
}

/* 
 #scrollNavi
========================================================= */
#scrollNavi {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	transition: 200ms;
	transform: translate(0, -100%);
}

#scrollNavi.is-show {
	transform: translate(0%, 0);
}

@media screen and (max-width: 767px) {
	#scrollNavi {
		display: none;
	}
}

/* 
 #contents
========================================================= */
#front #contents {
	background-color: #f7f4f4;
}

.subpage #contents {
	background-color: #fff;
}

/* 
 #globalFooter
========================================================= */

#globalFooter a {
	color: inherit;
	text-decoration: none;
}

/* 
 #globalFooter .footerNavi01 
========================================================= */
#globalFooter .footerNavi01 {
	padding: 72px 0 30px;
	background-color: #f7f4f4;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerNavi01 {
		display: none;
	}
}

.subpage #globalFooter .footerNavi01 {
	background-color: #fff;
}

#globalFooter .footerNavi01 .navi {
	display: flex;
}

#globalFooter .footerNavi01 .navi li {
	padding: 0 72px 0 0;
}

#globalFooter .footerNavi01 .navi li a {
	display: flex;
	align-items: center;
	font-weight: bold;
	line-height: 1;
}

#globalFooter .footerNavi01 .navi li a .icon {
	padding: 0 12px 0 0;
}

.pagetop_sp {
	display: block;
}

.pagetop_sp .text {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: center;
	height: 47px;
	font-size: 18px;
	background-color: #ccc;
	background-image: url("../img/common/footer/pagetop_sp_arrow.png");
	background-position: 100% 0;
	background-size: contain;
	background-repeat: no-repeat;
}

/* 
 #globalFooter .footerNavi02
========================================================= */
@media screen and (min-width: 767px) {
	#globalFooter .footerNavi02 {
		padding: 60px 0;
		border-bottom: 1px solid #949494;
		background-color: #fcfb37;
	}

	#globalFooter .footerNavi02 .inner {
		display: flex;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner {
		width: 25%;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a {
		display: block;
		font-weight: bold;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + a {
		padding: 4em 0 0;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + ul li {
		padding: 1.2em 0 0;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + ul li::before {
		content: "- ";
	}
}

@media screen and (max-width: 767px) {
	#globalFooter .footerNavi02 {
		padding: 8px 0 32px;
		background-color: #333333;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a {
		display: block;
		margin: 8px 0 0;
		padding: 8px 0;
		color: #fff;
		font-weight: bold;
		background-image: url("../img/common/arrow01_white.svg");
		background-position: 100% 50%;
		background-size: 20px auto;
		background-repeat: no-repeat;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + ul {
		margin: -0.5em 0 1em 1em;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + ul li {
		padding: 0.5em 0 0;
		color: #ccc;
	}

	#globalFooter .footerNavi02 .inner .footerNaviInner > a + ul li::before {
		content: "- ";
	}

	#globalFooter .footerSpNaviInner {
		display: flex;
		flex-wrap: wrap;
		margin: 24px 0 0;
		padding: 24px 0 0;
		border-top: 1px solid #949494;
	}

	#globalFooter .footerSpNaviInner .navBtn {
		display: flex;
		align-items: center;
		margin: 0 32px 16px 0;
		color: #fff;
		font-weight: bold;
		font-size: 18px;
	}

	@media screen and (max-width: 767px) {
		#globalFooter .footerSpNaviInner .navBtn {
			font-size: 16px;
		}
	}

	#globalFooter .footerSpNaviInner li {
		position: relative;
		align-items: center;
	}

	#globalFooter .footerSpNaviInner .navBtn .icon {
		height: 100%;
		padding: 0 0.5em 0 0;
		opacity: 0.7;
	}

	#globalFooter .footerSpNaviInner li:nth-of-type(2) .icon {
		width: 24px;
	}

	#globalFooter .footerSpNaviInner li:nth-of-type(3) {
		width: 100%;
	}

	#globalFooter .footerSpNaviInner li:nth-of-type(3) .icon {
		padding: 5px 9px 0 0;
	}

	#globalFooter .footerSpNaviInner li .googleSearch {
		position: absolute;
		top: 1px;
		width: 100%;
		pointer-events: none;
		opacity: 0;
		transition: 200ms;
	}

	#globalFooter .footerSpNaviInner li .googleSearch.is-show {
		pointer-events: all;
		opacity: 1;
	}

	#globalFooter .footerSpNaviInner li .googleSearch form {
		display: flex;
	}

	#globalFooter .footerSpNaviInner li .googleSearch form .btn {
		padding: 4px 9px 0 0;
		opacity: 0.7;
	}

	#globalFooter .footerSpNaviInner li .googleSearch form .textInput {
		flex: 1;
	}

	#globalFooter .footerSpNaviInner li .googleSearch form .textInput input {
		width: 100%;
		padding: 4px;
		font-size: 16px;
	}
}

/* 
 #globalFooter .footerInfo
========================================================= */
#globalFooter .footerInfo {
	padding: 60px 0;
	background-color: #fcfb37;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo {
		padding: 40px 0;
	}
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .logo {
		display: block;
		padding: 0 0 24px;
	}
}

#globalFooter .footerInfo .heading {
	font-weight: bold;
	font-size: 18px;
}

#globalFooter .footerInfo .infoInner {
	display: flex;
	padding: 24px 0 0;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .infoInner {
		display: block;
		padding: 24px 0 0;
	}
}

#globalFooter .footerInfo .infoInner .info01 {
	display: flex;
	flex-direction: column;
	width: 50%;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .infoInner .info01 {
		width: 100%;
	}
}

#globalFooter .footerInfo .infoInner .info01 .address .gMap {
	display: flex;
	align-items: center;
	margin: 0.5em 0 0;
}

#globalFooter .footerInfo .infoInner .info01 .address .gMap .icon {
	padding: 0 4px 0 0;
}

#globalFooter .footerInfo .infoInner .info01 .address .gMap a {
	text-decoration: underline;
}

#globalFooter .footerInfo .infoInner .info01 .open {
	padding: 24px 0 0;
	line-height: 1.8;
}

#globalFooter .footerInfo .infoInner .info02 {
	width: 50%;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .infoInner .info02 {
		width: 100%;
		padding: 24px 0 0;
	}

	#globalFooter .footerInfo .infoInner .info02 b {
		display: inline-block;
		width: 3em;
		font-weight: normal;
	}
}

#globalFooter .footerInfo .infoInner .info02 .text {
	line-height: 1.8;
}

#globalFooter .footerInfo .infoInner .info02 .sns {
	padding: 24px 0 0;
}

#globalFooter .footerInfo .infoInner .info02 .sns .heading {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .infoInner .info02 .sns .heading {
		font-weight: normal;
	}
}

#globalFooter .footerInfo .infoInner .info02 .sns ul {
	display: flex;
	align-items: center;
	padding: 32px 0 0;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerInfo .infoInner .info02 .sns ul {
		display: flex;
		align-items: center;
		padding: 16px 0 0;
	}
}

#globalFooter .footerInfo .infoInner .info02 .sns ul li {
	margin: 0 32px 0 0;
}

/* 
 #globalFooter .fotterMailNews
========================================================= */
#globalFooter .fotterMailNews {
	padding: 48px 0;
	background-color: rgba(226, 225, 71, 0.9);
}

#globalFooter .fotterMailNews .fotterMailNewsInner {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 767px) {
	#globalFooter .fotterMailNews .fotterMailNewsInner {
		display: block;
	}
}

#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-textWrap,
#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-btn {
	width: 50%;
}

@media screen and (max-width: 767px) {
	#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-textWrap,
	#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-btn {
		width: 100%;
	}
}

#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-textWrap h3 {
	padding: 0 0 0 32px;
	font-weight: bold;
	font-size: 16px;
	background-image: url("../img/common/footer/icon_mail.svg");
	background-position: 0 50%;
	background-repeat: no-repeat;
}

#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-textWrap p {
	padding: 0.8em 0 0;
	font-size: 15px;
}

#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-btn a {
	padding: 20px 40px;
	border-radius: 4px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-color: #333;
}

@media screen and (max-width: 767px) {
	#globalFooter .fotterMailNews .fotterMailNewsInner .fotterMailNews-btn a {
		display: block;
		margin: 16px 0 0;
		padding: 16px 40px;
	}
}

/* 
 #globalFooter .footerLogo
========================================================= */
#globalFooter .footerLogo {
	position: relative;
	height: 421px;
}

#globalFooter .footerLogo .logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
	#globalFooter .footerLogo {
		position: relative;
		height: 50vw;
	}

	#globalFooter .footerLogo .logo {
		display: none;
	}
}

/* 
 #globalFooter .footerLogo .pagetop
========================================================= */
#globalFooter .footerLogo .pagetop {
	position: fixed;
	right: 8px;
	bottom: 8px;
	z-index: 999;
	opacity: 0;
	transition: 200ms;
}

#globalFooter .footerLogo .pagetop.is-show {
	opacity: 1;
}

@media screen and (max-width: 767px) {
	#globalFooter .footerLogo .pagetop {
		display: none;
	}
}

/* 
 .fixedBg
========================================================= */
#globalFooter .fixedBg {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	background-image: url("../img/common/footer/fixed_bg@2x.jpg");
	background-position: 50% 100%;
	background-size: cover;
	background-repeat: no-repeat;
}

#globalFooter .fixedBg::before {
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.35);
}

/* 
 .copyright
========================================================= */
.copyright {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	text-align: center;
	font-size: 14px;
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	.copyright {
		height: auto;
		padding: 16px 0;
		text-align: center;
	}
}
