@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, form, input, textarea, button, table, tr, th, td, article, aside, footer, header, hgroup, nav, section, a, span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: '';
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

html {
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	min-width: 1200px;
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url("/assets/img/body-bg.jpg");
	background-position: center top;
}

@media only screen and (max-width: 750px) {
	body {
		min-width: 320px;
		font-size: 12px;
		font-size: 3.2vw;
		background-image: url("/assets/img/body-bg_sp.jpg");
		background-size: 100%;
	}
}

input, textarea {
	font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
}

strong {
	font-weight: bold;
}

video {
	outline: none;
}

img {
	max-width: 100%;
}

a:focus {
	outline: none;
}

a {
	color: #333;
	text-decoration: none;
}

/*////////////////////////////////////////

padding, margin

////////////////////////////////////////*/
.padT0 {
	padding-top: 0 !important;
}

.padT1 {
	padding-top: 0.5em !important;
}

.padT2 {
	padding-top: 1em !important;
}

.padT3 {
	padding-top: 1.5em !important;
}

.padT4 {
	padding-top: 2em !important;
}

.padT5 {
	padding-top: 2.5em !important;
}

.padL0 {
	padding-left: 0 !important;
}

.padL1 {
	padding-left: 0.5em !important;
}

.padL2 {
	padding-left: 1em !important;
}

.padL3 {
	padding-left: 1.5em !important;
}

.padL4 {
	padding-left: 2em !important;
}

.padL5 {
	padding-left: 2.5em !important;
}

.padR0 {
	padding-right: 0 !important;
}

.padR1 {
	padding-right: 0.5em !important;
}

.padR2 {
	padding-right: 1em !important;
}

.padR3 {
	padding-right: 1.5em !important;
}

.padR4 {
	padding-right: 2em !important;
}

.padR5 {
	padding-right: 2.5em !important;
}

.padB0 {
	padding-bottom: 0 !important;
}

.padB1 {
	padding-bottom: 0.5em !important;
}

.padB2 {
	padding-bottom: 1em !important;
}

.padB3 {
	padding-bottom: 1.5em !important;
}

.padB4 {
	padding-bottom: 2em !important;
}

.padB5 {
	padding-bottom: 2.5em !important;
}

.marT0 {
	margin-top: 0 !important;
}

.marT1 {
	margin-top: 0.5em !important;
}

.marT2 {
	margin-top: 1em !important;
}

.marT3 {
	margin-top: 1.5em !important;
}

.marT4 {
	margin-top: 2em !important;
}

.marT5 {
	margin-top: 2.5em !important;
}

.marL0 {
	margin-left: 0 !important;
}

.marL1 {
	margin-left: 0.5em !important;
}

.marL2 {
	margin-left: 1em !important;
}

.marL3 {
	margin-left: 1.5em !important;
}

.marL4 {
	margin-left: 2em !important;
}

.marL5 {
	margin-left: 2.5em !important;
}

.marR0 {
	margin-right: 0 !important;
}

.marR1 {
	margin-right: 0.5em !important;
}

.marR2 {
	margin-right: 1em !important;
}

.marR3 {
	margin-right: 1.5em !important;
}

.marR4 {
	margin-right: 2em !important;
}

.marR5 {
	margin-right: 2.5em !important;
}

.marB0 {
	margin-bottom: 0 !important;
}

.marB1 {
	margin-bottom: 0.5em !important;
}

.marB2 {
	margin-bottom: 1em !important;
}

.marB3 {
	margin-bottom: 1.5em !important;
}

.marB4 {
	margin-bottom: 2em !important;
}

.marB5 {
	margin-bottom: 2.5em !important;
}

/*////////////////////////////////////////

汎用class

////////////////////////////////////////*/
@media screen and (min-width: 751px) {
	.SP {
		display: none !important;
	}
}

@media screen and (max-width: 750px) {
	.PC {
		display: none !important;
	}
}

/* g-header
-----------------------------*/
.g-header {
	width: 100%;
	position: relative;
	z-index: 50;
}

.g-header__top {
	height: 70px;
	padding: 0 25px;
	overflow: visible;
	background: #fff;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	z-index: 50;
}

@media only screen and (max-width: 750px) {
	.g-header__top {
		height: 10.66667vw;
		padding: 0 2.66667vw;
	}
}

.g-header__top::before {
	content: '';
	display: block;
	width: 946px;
	max-width: 946px;
	height: 100%;
	background-color: #f3f3f3;
	position: absolute;
	top: 0;
	left: 195px;
	transform: skew(-45deg);
}

@media only screen and (min-width: 750px) and (max-width: 1315px) {
	.g-header__top::before {
		width: 69.28571%;
	}
}

@media only screen and (max-width: 750px) {
	.g-header__top::before {
		left: 34vw;
	}
}

.g-header__logo {
	width: 144px;
}

@media only screen and (max-width: 750px) {
	.g-header__logo {
		width: 20vw;
	}
}

.g-header__logo a {
	display: block;
}

.g-header .g-hum-btn {
	width: 160px;
	height: 160px;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 51;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn {
		width: 29.06667vw;
		height: 29.06667vw;
		top: 10.66667vw;
	}
}

.g-header .g-hum-btn.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.g-header .g-hum-btn::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 160px 160px 0 0;
	border-color: #39323f transparent transparent transparent;
	z-index: 0;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn::before {
		border-width: 29.06667vw 29.06667vw 0 0;
	}
}

.g-header .g-hum-btn .inner {
	width: 48px;
	text-align: center;
	position: absolute;
	left: 24px;
	top: 24px;
	z-index: 1;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn .inner {
		width: 8.53333vw;
		left: 2.66667vw;
		top: 5.33333vw;
	}
}

.g-header .g-hum-btn .inner .txt {
	color: #fff;
	font-size: 14px;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	font-weight: 700;
	font-style: italic;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn .inner .txt {
		font-size: 10px;
		font-size: 2.66667vw;
	}
}

.g-header .g-hum-btn .inner .bar {
	margin-top: 2px;
	height: 14px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn .inner .bar {
		height: 2.26667vw;
	}
}

.g-header .g-hum-btn .inner span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
	position: absolute;
	left: 0;
	margin: auto;
}

@media only screen and (max-width: 750px) {
	.g-header .g-hum-btn .inner span {
		height: 2px;
	}
}

.g-header .g-hum-btn .inner span:nth-child(1) {
	top: 0;
}

.g-header .g-hum-btn .inner span:nth-child(2) {
	bottom: 0;
}

.g-header .g-nav {
	width: 1107px;
	padding: 95px 0 0 175px;
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	top: 70px;
	left: 0;
	z-index: 50;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav {
		width: 100%;
		padding: 28vw 0 0 7.6vw;
		background-image: url("/assets/common/img/gnav-bg_sp.png");
		background-size: 100%;
		top: 10.66667vw;
	}
}

.g-header .g-nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
}

.g-header .g-nav__list {
	width: 500px;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list {
		width: 100%;
	}
}

.g-header .g-nav__list li + li {
	margin-top: 30px;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li + li {
		margin-top: 6.66667vw;
	}
}

.g-header .g-nav__list li:last-child a .fz-s {
	margin-left: 25px;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li:last-child a .fz-s {
		margin-left: 4.66667vw;
	}
}

.g-header .g-nav__list li a {
	font-weight: 700;
	font-size: 22px;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
	position: relative;
	display: inline-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li a {
		font-size: 19px;
		font-size: 5.06667vw;
	}
}

.g-header .g-nav__list li a::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	box-sizing: border-box;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
	margin-right: 10px;
	transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li a::before {
		width: 2vw;
		height: 2vw;
		margin-right: 2vw;
		margin-top: -0.53333vw;
		border-width: 2px;
	}
}

.g-header .g-nav__list li a .fz-s {
	font-size: 16px;
	margin-left: 0.5em;
	display: inline-block;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li a .fz-s {
		font-size: 12px;
		font-size: 3.2vw;
		margin-top: 0.93333vw;
	}
}

.g-header .g-nav__list li a.blank::after {
	content: '';
	display: block;
	width: 17px;
	height: 17px;
	background-image: url("../../../assets/common/img/icon-blank_bk.png");
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 10px;
	margin-top: 2px;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li a.blank::after {
		width: 3.33333vw;
		height: 3.33333vw;
	}
}

.g-header .g-nav__list li:nth-child(5) a {
	font-size: 20px;
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav__list li:nth-child(5) a {
		font-size: 17px;
		font-size: 4.53333vw;
	}
}

.g-header .g-nav-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
}

.g-header .rang-nav {
	width: 150px;
	position: absolute;
	top: 0;
	right: 10px;
	z-index: 51;
	display: none;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav {
		width: 19.06667vw;
		right: 0;
	}
}

.g-header .rang-nav .head-block {
	width: 100%;
	height: 70px;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .head-block {
		height: 10.66667vw;
	}
}

.g-header .rang-nav .ttl {
	width: 50px;
	height: 70px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #999;
	font-size: 9px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .ttl {
		display: none;
	}
}

.g-header .rang-nav .selected {
	width: 100px;
	height: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 11px;
	color: #777;
	letter-spacing: 0.05em;
	cursor: pointer;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .selected {
		font-size: 8px;
		font-size: 2.13333vw;
	}
}

.g-header .rang-nav .selected span {
	margin-top: -3px;
	display: inline-block;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .selected span {
		margin-top: -0.66667vw;
	}
}

.g-header .rang-nav .selected span::before, .g-header .rang-nav .selected span::after {
	content: '';
	display: block;
	position: absolute;
}

.g-header .rang-nav .selected span::before {
	width: calc(100% - 10px);
	height: 2px;
	background-color: #333;
	bottom: -2px;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .selected span::before {
		width: calc(100% - 7px);
	}
}

.g-header .rang-nav .selected span::after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3.5px 0 3.5px;
	border-color: #000000 transparent transparent transparent;
	right: 0;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .selected span::after {
		border-width: 3px 2.5px 0 2.5px;
	}
}

.g-header .rang-nav .rang-list {
	width: 100px;
	padding: 15px 0;
	font-size: 11px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 70px;
	right: 0;
	display: none;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .rang-list {
		width: 100%;
		background-color: rgba(255, 255, 255, 0.9);
		top: 10.66667vw;
		font-size: 8px;
		font-size: 2.13333vw;
		padding: 2.66667vw 0;
	}
}

.g-header .rang-nav .rang-list li {
	width: 100%;
	height: 48px;
}

.g-header .rang-nav .rang-list li a {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 20px;
}

@media only screen and (max-width: 750px) {
	.g-header .rang-nav .rang-list li a {
		padding: 4vw;
	}
}

/* rang-nav hover
--------------------------------------------*/
.is-pc .rang-nav .head-block .ttl, .is-pc .rang-nav .head-block .selected {
	transition: color .5s;
}

.is-pc .rang-nav .head-block:hover .ttl, .is-pc .rang-nav .head-block:hover .selected {
	color: #000;
}

.is-pc .rang-nav .head-block:hover .selected span::before {
	transform-origin: 0 0;
	animation: bd_transition .3s linear;
}

.is-pc .rang-nav .rang-list a {
	transition: background .5s, color .5s;
}

.is-pc .rang-nav .rang-list a:hover {
	background-color: #000;
	color: #fff;
}

@keyframes bd_transition {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

/* g-nav is-open
--------------------------------------------*/
body.is-open {
	overflow: hidden;
	height: 100%;
}

#wrap.fixed {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.g-header .g-hum-btn .inner .txt {
	transition: opacity .5s;
}

.g-header .g-hum-btn .inner span {
	transition: transform .5s;
}

.g-header .g-nav {
	transform: translateX(-100%);
	transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (max-width: 750px) {
	.g-header .g-nav {
		transform: translateX(-120%);
	}
}

.g-header .g-nav__list li {
	transform: translateX(-20px);
	opacity: 0;
	transition: transform .3s, opacity .3s;
}

.g-header .g-nav-overlay {
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}

.g-header.hidden {
	position: fixed;
	left: 0;
	top: -70px;
}

@media only screen and (max-width: 750px) {
	.g-header.hidden {
		top: -10.66667vw;
	}
}

.g-header.is-open .g-hum-btn .inner .txt {
	opacity: 0;
}

.g-header.is-open .g-hum-btn .inner span:nth-child(1) {
	transform: rotate(135deg);
	bottom: 0;
}

.g-header.is-open .g-hum-btn .inner span:nth-child(2) {
	transform: rotate(-135deg);
	top: 0;
}

.g-header.is-open .g-nav {
	transform: translateX(0);
}

.g-header.is-open .g-nav__list li {
	transform: translateX(0);
	opacity: 1;
}

.g-header.is-open .g-nav__list li:nth-child(1) {
	transition: transform 0.7s 0.4s, opacity 0.7s 0.4s;
}

.g-header.is-open .g-nav__list li:nth-child(2) {
	transition: transform 0.7s 0.5s, opacity 0.7s 0.5s;
}

.g-header.is-open .g-nav__list li:nth-child(3) {
	transition: transform 0.7s 0.6s, opacity 0.7s 0.6s;
}

.g-header.is-open .g-nav__list li:nth-child(4) {
	transition: transform 0.7s 0.7s, opacity 0.7s 0.7s;
}

.g-header.is-open .g-nav__list li:nth-child(5) {
	transition: transform 0.7s 0.8s, opacity 0.7s 0.8s;
}

.g-header.is-open .g-nav__list li:nth-child(6) {
	transition: transform 0.7s 0.9s, opacity 0.7s 0.9s;
}

.g-header.is-open .g-nav-overlay {
	opacity: 1;
	pointer-events: auto;
}

/* main-content
-----------------------------*/
.main-content {
	width: 100%;
	overflow: hidden;
	position: relative;
}

@media only screen and (min-width: 751px) {
	.main-content {
		min-width: 1040px;
	}
}

/* g-topicpath
-----------------------------*/
.g-topicpath {
	width: 100%;
	padding-top: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

@media only screen and (max-width: 750px) {
	.g-topicpath {
		padding-top: 2vw;
	}
}

@media only screen and (max-width: 1360px) {
	.g-topicpath .tpl-inner-wrap {
		margin-left: 12.5%;
	}
}

@media only screen and (max-width: 750px) {
	.g-topicpath .tpl-inner-wrap {
		margin-left: 29.33333vw;
		padding: 0;
	}
}

.g-topicpath ul {
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-topicpath ul li {
	font-size: 13px;
}

@media only screen and (max-width: 750px) {
	.g-topicpath ul li {
		font-size: 9px;
		font-size: 2.4vw;
	}
}

.g-topicpath ul li:nth-last-child(n+2)::after {
	content: '＞';
	margin-right: 5px;
}

/* g-pagetop
-----------------------------*/
.g-pagetop {
	width: 100px;
	height: 100px;
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	opacity: 0;
	transition: opacity .3s;
}

@media only screen and (max-width: 750px) {
	.g-pagetop {
		width: 13.33333vw;
		height: 13.33333vw;
	}
}

.g-pagetop.active {
	opacity: 1;
}

.g-pagetop.absolute {
	position: absolute;
	top: -100px;
}

@media only screen and (max-width: 750px) {
	.g-pagetop.absolute {
		top: -13.33333vw;
	}
}

.g-pagetop a {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 20px;
}

@media only screen and (max-width: 750px) {
	.g-pagetop a {
		padding-top: 2.66667vw;
	}
}

.g-pagetop a::after {
	content: '';
	display: block;
	width: 34px;
	height: 34px;
	border-top: solid 3px #39323f;
	border-left: solid 3px #39323f;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.g-pagetop-white a::after {
	border-top: solid 3px #ffffff;
	border-left: solid 3px #ffffff;
}

@media only screen and (max-width: 750px) {
	.g-pagetop a::after {
		width: 4.53333vw;
		height: 4.53333vw;
		border-width: 2px;
	}
}

/* g-footer
-----------------------------*/
.g-footer {
	color: #fff;
	background-color: #39323f;
	position: relative;
}

.g-footer .footer-top {
	padding: 55px 0 40px;
	border-bottom: solid 1px #e5e4e6;
}

@media only screen and (max-width: 750px) {
	.g-footer .footer-top {
		padding: 6.66667vw 0;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .footer-middle {
		padding: 50px 0;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer .footer-middle {
		padding: 5.33333vw 0 9.33333vw;
	}
}

.g-footer .footer-notice {
	background-color: #39323f;
	color: #fff;
	padding: 10px 0;
	font-size: 14px;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.g-footer .footer-notice {
		font-size: 10px;
		font-size: 2.66667vw;
	}
}

.g-footer .footer-notice p {
	text-align: center;
}

.g-footer .footer-bottom {
	height: 70px;
	background-color: #fff;
	color: #333;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.g-footer .footer-bottom {
		height: 10vw;
		font-size: 10px;
		font-size: 2.66667vw;
	}
}

.g-footer__sns-list {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-footer__sns-list li + li {
	margin-left: 40px;
}

@media only screen and (max-width: 750px) {
	.g-footer__sns-list li + li {
		margin-left: 9.33333vw;
	}
}

.g-footer__sns-list li a {
	display: block;
}

.g-footer__sns-list li a svg {
	fill: #fff;
}

.g-footer__sns-list li .icon-line {
	width: 29px;
	height: 28px;
}

@media only screen and (max-width: 750px) {
	.g-footer__sns-list li .icon-line {
		width: 5.6vw;
		height: 5.46667vw;
	}
}

.g-footer__sns-list li .icon-facebook {
	width: 13px;
	height: 25px;
}

@media only screen and (max-width: 750px) {
	.g-footer__sns-list li .icon-facebook {
		width: 2.53333vw;
		height: 4.8vw;
	}
}

.g-footer__sns-list li .icon-twitter {
	width: 28px;
	height: 24px;
}

@media only screen and (max-width: 750px) {
	.g-footer__sns-list li .icon-twitter {
		width: 5.33333vw;
		height: 4.66667vw;
	}
}

.g-footer .logo-block {
	width: 186px;
	height: 80px;
}

@media only screen and (max-width: 750px) {
	.g-footer .logo-block {
		width: 100%;
		width: 53.33333vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.g-footer .logo-block .footer-logo {
	width: 186px;
	height: 80px;
	background-color: #fff;
}

@media only screen and (max-width: 750px) {
	.g-footer .logo-block .footer-logo {
		width: 53.33333vw;
		height: 22.93333vw;
		margin-left: auto;
		margin-right: auto;
	}
}

.g-footer .logo-block .footer-logo a {
	width: 100%;
	height: 100%;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-footer .logo-block .footer-logo a img {
	width: 160px;
}

@media only screen and (max-width: 750px) {
	.g-footer .logo-block .footer-logo a img {
		width: 46.66667vw;
	}
}

.g-footer .logo-block .note {
	margin-top: 5px;
	font-size: 10px;
	line-height: 1.3;
}

@media only screen and (max-width: 750px) {
	.g-footer .logo-block .note {
		font-size: 10px;
		font-size: 2.66667vw;
	}
}

.g-footer .other-nav {
	width: 650px;
	margin-left: 70px;
}

@media only screen and (max-width: 750px) {
	.g-footer .other-nav {
		width: 100%;
		margin-top: 13.33333vw;
		margin-left: 0;
		padding: 0 4vw;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .other-nav .nav-list {
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .other-nav .nav-list + .nav-list {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer .other-nav .nav-list {
		width: 50%;
		font-size: 11px;
		font-size: 2.93333vw;
	}
}

@media only screen and (max-width: 750px) {
	.g-footer .other-nav .nav-list li + li {
		margin-top: 2.66667vw;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .other-nav .nav-list li:nth-child(1) {
		width: 190px;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .other-nav .nav-list li:nth-child(2) {
		width: 260px;
	}
}

@media only screen and (min-width: 751px) {
	.g-footer .other-nav .nav-list li:nth-child(3) {
		width: 190px;
	}
}

.g-footer .other-nav .nav-list a {
	color: #fff;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.g-footer .other-nav .nav-list a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-right: 10px;
	transform: rotate(45deg);
}

@media only screen and (max-width: 750px) {
	.g-footer .other-nav .nav-list a::before {
		margin-right: 1.33333vw;
		width: 1.86667vw;
		height: 1.86667vw;
	}
}

.g-footer .other-nav .nav-list a:hover {
	text-decoration: underline;
}

.g-footer .copyright {
	font-size: 10px;
	text-align: right;
	width: 100%;
	font-family: "Lato", "Noto Sans Japanese", sans-serif;
}

/*# sourceMappingURL=common.css.map */
