@charset "utf-8";
/*------------------------------------------------------------
	default style
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	font-smooth: antialiased;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Serif JP', serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
}
a,
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	background-color: #FFF;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}


@media all and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}

@media all and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 1.2rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 50px 3.7%;
	position: fixed;
	left: 0;
	top:0px;
	width: 100%;
	box-sizing: border-box;
	mix-blend-mode: difference;
	z-index: 99;
transition: top .3s;
}

#gHeader.sc{
top:0px;
}
#gHeader.index{
	top: -80px;
	opacity: 0;
	transition:top .8s,opacity .8s;
}

#gHeader.index.sc {
	top: 0px;
	opacity:1;
}
#gHeader .hBox h1 {
	float: left;
	width: 234px;
	transition: .3s;
	transform: translateY(-100px);
}
#gHeader.top .hBox h1 {
transform: translateY(0px);
}
#gHeader.on_m .hBox h1 {
transform: translateY(0px);
}

.menu {
	mix-blend-mode: difference;
}


@media all and (min-width: 1025px) {

	.menuBox {
		display: none !important;
	}
}
#gHeader.on_m .hBox h1 {
transform: translateY(-100px);
}

.menu {
	display: block;
	position: fixed;
	right: 3.7%;
	top: 52px;
	width: 25px;

	transition:top .3s;
	z-index: 10000;
}
 .menu.sc {
	    top: 52px;
}
.menu img{
	opacity: 0;
}
.menu::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	top: 0px;
	right: 6.9%;
	background: #FFF;
	transition: .3s;
}
.menu::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	top: 10px;
	right: 6.9%;
	background: #FFF;
	transition: .3s;
}
.menu.on::before{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	top: 7px;
	transform: rotate(-45deg);
	right: 6.9%;
	background: #FFF;
}
.menu.on::after{
	content: "";
	position: absolute;
	width: 25px;
	height: 2px;
	top: 7px;
	transform: rotate(45deg);
	right: 6.9%;
	background: #FFF;
}
.menu.top {
	top: -20px !important;
z-index: 100
}


@media all and (max-width: 1024px) {
	#gHeader {
		padding: 50px 6.7%;
	}
	#gHeader .hBox h1 {
		float: none;

	}
	.menu {
		display: block;
		position: fixed;
		right: 6.9%;
		top: 55px;
		width: 25px;
		transition:top .3s;
		z-index: 10000;
	}
	.menu.top{
		top: 55px !important;
	}

	 .menu.sc {
		top: -45px;
	}
	.menu img{
		opacity: 0;
	}
	.menu::before{
		content: "";
		position: absolute;
		width: 25px;
		height: 2px;
		top: 0px;
		right: 6.9%;
		background: #FFF;
		transition: .3s;
	}
	.menu::after{
		content: "";
		position: absolute;
		width: 25px;
		height: 2px;
		top: 10px;
		right: 6.9%;
		background: #FFF;
		transition: .3s;
	}
	.menu.on::before{
		content: "";
		position: absolute;
		width: 25px;
		height: 2px;
		top: 7px;
		transform: rotate(-45deg);
		right: 6.9%;
		background: #FFF;
	}
	.menu.on::after{
		content: "";
		position: absolute;
		width: 25px;
		height: 2px;
		top: 7px;
		transform: rotate(45deg);
		right: 6.9%;
		background: #FFF;
	}


	.menuBox {
		display: none;
		padding: 50px 6.7%;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #000;
		z-index: 99;
		box-sizing: border-box;
	}
	.menuBox .menuLogo {
		width: 234px;
		margin-bottom: 104px;
	}
	.menuBox .close {
		position: absolute;
		right: 6.7%;
		top: 50px;
		width: 20px;
		display: none;
	}
	.menuBox .menuLink {
		display: block;
		margin-top: -400px;
		padding-top: 50vh;
	}
	.menuBox .menuLink a {
		font-size: 1.7rem;
		color: #f0f0f0;
		padding-bottom: 4px;
		font-weight: 500;
		font-family: 'Roboto';
	}
	.menuBox .menuLink li:not(:last-child) {
		margin-bottom: 28px;
	}

	.menuBox .menuLink li.on a {
		border-bottom: 2px solid #fff;
	}
	.menuBox .menuList{
		position: fixed;
		bottom:  50px;
		left: 6.7%;
		white-space: nowrap;
	}
	.menuBox .menuList li {
		margin: 0 6px 0 0;
		white-space: nowrap;
		display: inline-block;
		letter-spacing: 0.5px;
	}
	.menuBox .menuList li a {
		color: #666;
		font-size: 1.5rem;
		font-weight: 500;
		font-family: 'Roboto'
	}
	.menuBox .menuList li.on a {
		color: #f0f0f0;
	}
	.menuBox.on {
		display: block !important;
	}


}
@media all and (max-height: 430px) {
	.menuBox .menuLink {
		display: block;
		margin-top: -240px;
	}
.menuBox .menuLink li:not(:last-child) {
	margin-bottom: 18px;
}
}
@media all and (max-width: 767px) {
	#gHeader {
		padding: 50px 6.7%;
	}
	#gHeader.sc{
	top:-70px;
	}
	#gHeader .hBox h1 {
		float: none;
		width: 234px;
	}
	.menuBox .menuLink {
		display: block;
		margin-top: -300px;
		padding-top: 50vh;
	}





	#gHeader .menu {
		display: block;
		position: absolute;
		right: 6.9%;
		top: 55px;
		width: 25px;

	}

	.menu.top{
		top: 32px !important;
	}

	#gHeader {
		padding: 30px 27px;
	}
	#gHeader .hBox h1 {
		width: 171px;
	}
	.menu {
		right: 28px;
		top: 32px;
	}
	.menuBox .menuLogo {
		width: 171px;
		margin-bottom: 104px;
	}
	.menuBox {
		display: none;
		padding: 30px 27px 40px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background-color: #000;
		z-index: 99;
		box-sizing: border-box;
	}
	.menuBox .close {
		position: absolute;
		right: 27px;
		top: 30px;
		width: 20px;
	}
	.menuBox .menuList{
		position: fixed;
		bottom: 30px;
		left: 27px;
	}

}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: -3px;
	float: right;
	width: 360px;
	margin-right: 80px;
	text-align: right;
	pointer-events: none;
	opacity: 0;
	transition: .3s;
}
#gNavi.on{
	opacity: 1;
	pointer-events: auto;
}
.top #gNavi{
	margin-right: 0px;
	opacity: 1;
	pointer-events: auto;
}
#gNavi li {
	display: inline-block;
}
#gNavi li:not(:first-child) {
	margin-left: 42px;
}
#gNavi li a {

	position: relative;
	font-size: 1.6rem;
	font-family: 'Roboto';
	font-weight: 500;
	letter-spacing: 0.8px;
	transition: all .3s ease;
	color: #f0f0f0;
}


@media all and (max-width: 1024px) {
	#gNavi {
		display: none;
	}

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
    padding: 88px 3.7% 65px;
    font-family: 'Roboto';
}


#gFooter .fBox {
    margin-bottom: 63px;
}
#gFooter .fBox .link {
    width: 17%;
    float: left;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.7px;
}
#gFooter .fBox .link a:hover {
    opacity: 0.7;
}
#gFooter .fBox .textUl {
    margin-top: 2px;
    width: 83%;
    float: right;
}
#gFooter .fBox .textUl li {
    width: 23.9%;
    float: left;
}
#gFooter .fBox .textUl li p {
    font-size: 1.4rem;
    line-height: 1.57;
    color: #676767;
    letter-spacing: 1px;
}
#gFooter .fBox .textUl li .ttl {
    margin-bottom: 18px;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
}
#gFooter .fBox .textUl li a {
    color: #676767;
}
#gFooter .fBox .textUl li a:hover {
    text-decoration: underline;
}
#gFooter .fBox .textUl li:nth-child(2) {
    width: 25.7%;
		word-break: break-word;
}
#gFooter .fNavi {
    margin-bottom: 42px;
    text-align: right;

		white-space: nowrap;
}
#gFooter .fNavi li:not(:first-child) {
    margin-left: 41px;
}
#gFooter .fNavi li {
    display: inline-block;
}
#gFooter .fNavi li a {
    font-size: 1.4rem;
    font-weight: 500;
    color: #000;
		position: relative;
    letter-spacing: 1px;
}
#gFooter .fNavi li a:hover {
}
#gFooter .fInner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#gFooter .fInner ul {
    padding: 0 2px;
    width: 50%;
    text-align: left;
    box-sizing: border-box;
}
#gFooter .fInner ul li {
    margin-right: 6px;
    display: inline-block;
    letter-spacing: 0.5px;
}
#gFooter .fInner ul li a {
    color: #BABABA;
    font-size: 1.4rem;
    font-weight: 500;
}
#gFooter .fInner ul li a:hover {
    opacity: 0.7;
}
#gFooter .fNavi,
#gFooter .fBox{
	transition: .8s;
	transform: translateY(40px);
	opacity: 0;
}
#gFooter.on .fNavi,
#gFooter.on .fBox{
	transform: translateY(0px);
	opacity: 1;
}


#gFooter .fInner p {
    margin-top: 1px;
    width: 50%;
    font-size: 1.3rem;
    text-align: right;
    letter-spacing: 0.5px;
}
#gFooter .fInner ul li.on a {
    color: #000;
}
@media all and (max-width: 1400px) {
	#gFooter .fBox .textUl {
		width: 79%;
	}
	#gFooter .fBox .textUl li {
		width: 25%;
		box-sizing: border-box;
		padding-right: 10px;
	}
	#gFooter .fBox .textUl li:nth-child(2) {
		width: 25%;
	}
}


.f_language {
    display: block;
		position: fixed;
		bottom: 66px;
		left: 70px;
		mix-blend-mode: difference;
		transition: opacity .3s;
}
/*
.f_language.on{
	opacity: 0;
}
*/
.f_language ul {
    padding: 0 2px;
		font-family: "Roboto";
        width: 150px;
    text-align: left;
    box-sizing: border-box;
}
.f_language ul li {
    margin-right: 6px;
    display: inline-block;
    letter-spacing: 0.5px;
}
.f_language ul li a {
    color: #555;
    font-size: 1.4rem;
    font-weight: 500;
}
.f_language ul li a:hover {
    opacity: 0.7;
}
.f_language ul li.on a {
	color: #f0f0f0;
}
@media all and (max-width: 1024px) {
	#gFooter {
		padding: 0 6.7% 65px;
	}
	#gFooter .fBox .link {
		margin-bottom: 60px;
		float: none;
		width: auto;
	}
	#gFooter .fBox .textUl {
		float: none;
		width: auto;
	}
}
@media all and (max-width: 767px) {
    #gFooter {
        padding: 0 27px 40px;
    }
    #gFooter .fBox {
        margin-bottom: 75px;
				transform: translateY(0px) !important;
opacity: 1 !important;
    }
    #gFooter .fBox .link {
        margin-bottom: 73px;
        width: auto;
        float: none;
        font-size: 1.8rem;
    }
    #gFooter .fBox .textUl {
        margin-top: 2px;
        width: auto;
        float: none;
    }
    #gFooter .fBox .textUl li {
        margin-bottom: 32px;
        width: 100% !important;
        float: none;
    }
    #gFooter .fBox .textUl li:last-child {
        margin-bottom: 0;
    }
    #gFooter .fBox .textUl li p {
        font-size: 1.2rem;
        line-height: 1.83;
        letter-spacing: 1px;
    }
    #gFooter .fBox .textUl li .ttl {
        margin-bottom: 11px;
        font-size: 1.2rem;
    }
    #gFooter .fNavi {
        margin-bottom: 26px;
        text-align: center;
				transform: translateY(0px) !important;
opacity: 1 !important;
    }
    #gFooter .fNavi li:not(:first-child) {
        margin-left: 0;
    }
    #gFooter .fNavi li {
        margin: 0 4.3vw 0 4.3vw;
    }
    #gFooter .fNavi li a {
        font-size: 1.2rem;
    }
    #gFooter .fInner {
        display: block;
    }
    #gFooter .fInner ul {
        margin-bottom: 51px;
        width: auto;
        text-align: center;
    }
    #gFooter .fInner ul li {
        margin: 0 3px;
    }
    #gFooter .fInner ul li a {
        font-size: 1.3rem;
    }
    #gFooter .fInner p {
        width: auto;
        font-size: 1.1rem;
        text-align: center;
    }
		.f_language {
		    display: none !important;
		}
}

@media all and (max-width: 375px) {
	#gFooter .fNavi li {
		margin: 0 10px;
	}
}
@media all and (max-width: 320px) {
	#gFooter .fNavi li {
		margin: 0 5px;
	}
	#gFooter .fNavi li a{
		letter-spacing: 0.01em;
	}
}
