@charset "utf-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html.burger_menu {
	overflow: hidden;
}
body {
	line-height: 1.7777;
	font-family: Optima,serif;
	width: 100%;
	font-size: 16px;
}
p {
	color: #555;
	text-align: justify;
}
a {
	text-decoration: none;
	transition: .2s;
	color: #555;
}
a:hover {
	color: #0071bc;
	transition: .2s;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table, td, th {
	border: 1px solid #595959;
	border-collapse: collapse;
}
img {
	width: 100%;
	font-size: 0;
	object-fit: cover;
	-webkit-backface-visibility: hidden;
}
figure {
	font-size: 0;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

/*ETC*/
.clear {    clear: both;}
.fl-right { float: right; }
.fl-left { float: left; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.bold { font-weight: bold; }

/*margin*/
.mt-10  { margin-top: 10px; }
.mt-15  { margin-top: 15px; }
.mt-20  { margin-top: 20px; }
.mt-25  { margin-top: 25px; }
.mt-30  { margin-top: 30px; }
.mt-35  { margin-top: 35px; }
.mt-40  { margin-top: 40px; }
.mt-45  { margin-top: 45px; }
.mt-50  { margin-top: 50px; }
.mt-80  { margin-top: 80px; }
.mt-100 { margin-top: 100px; }

.mr-10  { margin-right: 10px; }
.mr-15  { margin-right: 15px; }
.mr-20  { margin-right: 20px; }
.mr-25  { margin-right: 25px; }
.mr-30  { margin-right: 30px; }
.mr-35  { margin-right: 35px; }
.mr-40  { margin-right: 40px; }
.mr-45  { margin-right: 45px; }
.mr-50  { margin-right: 50px; }

.ml-5   { margin-left: 5px; }
.ml-10  { margin-left: 10px; }
.ml-15  { margin-left: 15px; }
.ml-20  { margin-left: 20px; }
.ml-25  { margin-left: 25px; }
.ml-30  { margin-left: 30px; }
.ml-35  { margin-left: 35px; }
.ml-40  { margin-left: 40px; }
.ml-45  { margin-left: 45px; }
.ml-50  { margin-left: 50px; }
.ml-60  { margin-left: 60px; }
.ml-70  { margin-left: 70px; }
.ml-80  { margin-left: 80px; }

.mb-10  { margin-bottom: 10px; }
.mb-15  { margin-bottom: 15px; }
.mb-20  { margin-bottom: 20px; }
.mb-25  { margin-bottom: 25px; }
.mb-30  { margin-bottom: 30px; }
.mb-35  { margin-bottom: 35px; }
.mb-40  { margin-bottom: 40px; }
.mb-45  { margin-bottom: 45px; }
.mb-50  { margin-bottom: 50px; }
.mb-55  { margin-bottom: 55px; }
.mb-60  { margin-bottom: 60px; }
.mb-80  { margin-bottom: 80px; }
.mb-100 { margin-bottom: 100px; }

/*padding*/
.pt-10  { padding-top: 10px; }
.pt-15  { padding-top: 15px; }
.pt-20  { padding-top: 20px; }
.pt-25  { padding-top: 25px; }
.pt-30  { padding-top: 30px; }
.pt-35  { padding-top: 35px; }
.pt-40  { padding-top: 40px; }
.pt-45  { padding-top: 45px; }
.pt-50  { padding-top: 50px; }
.pt-100 { padding-top: 100px; }

.pr-10  { padding-right: 10px; }
.pr-15  { padding-right: 15px; }
.pr-20  { padding-right: 20px; }
.pr-25  { padding-right: 25px; }
.pr-30  { padding-right: 30px; }
.pr-35  { padding-right: 35px; }
.pr-40  { padding-right: 40px; }
.pr-45  { padding-right: 45px; }
.pr-50  { padding-right: 50px; }

.pl-10  { padding-left: 10px; }
.pl-15  { padding-left: 15px; }
.pl-20  { padding-left: 20px; }
.pl-25  { padding-left: 25px; }
.pl-30  { padding-left: 30px; }
.pl-35  { padding-left: 35px; }
.pl-40  { padding-left: 40px; }
.pl-45  { padding-left: 45px; }
.pl-50  { padding-left: 50px; }

.pb-10  { padding-bottom: 10px; }
.pb-15  { padding-bottom: 15px; }
.pb-20  { padding-bottom: 20px; }
.pb-25  { padding-bottom: 25px; }
.pb-30  { padding-bottom: 30px; }
.pb-35  { padding-bottom: 35px; }
.pb-40  { padding-bottom: 40px; }
.pb-45  { padding-bottom: 45px; }
.pb-50  { padding-bottom: 50px; }

.w70 {width: 70px}
.w155 {width: 155px}
.w300 {width: 300px}
.w420 {width: 420px}


.bold   { font-weight: bold;}
.black  { color: #555;}
.pc_only,
.pc_tb,
.pc_sp {
	display: block;
}
.sp_only,
.tb_only,
.sp_tb {
	display: none!important;
}
.flex_box {
	display: flex;
}
.reverse {
	flex-direction: row-reverse;
}
.cf {
   content: "";
   display: block;
   clear: both;
}

h3.ttl_ja {
	font-size: 36px;
	position: relative;
	text-align: center;
}
h3.ttl_ja:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #DAA420;
	height: 2px;
	width: 55px;
}


@media screen and (max-width:1600px) { 

}

@media screen and (max-width:1440px) { 

}

@media screen and (max-width:1300px) {

}

@media screen and (max-width:1200px) {
	#wrapper {
		overflow: hidden;
	}
	.tb_only,
	.sp_tb {
		display: block!important;
	}
	.pc_only,
	.pc_sp {
		display: none!important;
	}
}

@media screen and (max-width:890px) { 
	.pc_only {
		display: none!important;
	}
	.pc_tb {
		display: block!important;
	}
	.sp_only {
		display: none!important;
	}
	.sp_tb {
		display: block!important;
	}
	.sp_none {
		display: none;
	}
}

@media screen and (max-width:599px) {
	.pc_only,
	.pc_tb {
		display: none!important;
	}
	.sp_only,
	.tb_only,
	.sp_tb,
	.pc_sp {
		display: block!important;
	}
	h3.ttl_ja {
	    font-size: 28px;
	}
}



/*== header ==*/
.header {
	position: relative;
    width: 100%;
	background-color: #fff;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	height: 90px;
	background-color: #333;
	z-index: 99;
}
.h_ttl {
	position: absolute;
	top: 15px;
	left: 15px;
	max-width: 250px;
	width: 100%;
	z-index: 99;
}
.h_ttl a {
	display: flex;
	align-items: center;
	/*width: 100%;*/
}
.h_ttl a span {
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}
.h_ttl a img {
	width: 60px;
}
/*.h_lower h1.h_ttl {
	max-width: 90px;
	top: 10px;
	left: 10px;
}*/


@media screen and (max-width:1600px) { 
	
}

@media screen and (max-width:1440px) { 
	
}

@media screen and (max-width:1300px) { 
	.header {
	}
	.h_ttl {
	}
	.global_nav ul li a {
		font-size: 16px;
	}
	.global_nav ul li + li {
		margin-left: 30px;
	}
	.header.change {
		padding-left: 2.5%;
		padding-right: 2.5%;
	}
}

@media screen and (max-width:1200px) { 
	.header {
		height: 70px!important;
		position: absolute;
		width: 100%;
		z-index: 999;
	}
	.h_ttl {
		max-width: 230px;
		top: 10px;
		left: 10px;
	}
	.h_ttl a img {
		width: 50px;
	}
	.h_ttl a span {
		font-size: 18px;
	}
}

@media screen and (max-width:599px) {
	.header {
		height: 60px!important;
	}
	.h_ttl {
		top: 9px;
	}

	.h_ttl a img {
		width: 40px;
	}
	.h_ttl a span {
		font-size: 16px;
	}
	
}

/*ハンバーガーボタン*/
.burger-btn {
	display: block;
	width: 220px;
	height: 70px;
	position: fixed;
	z-index: 999999;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: .3s;
	background-color: #333;
	border-radius: 90px;
}
.burger-btn.close {
	background: transparent;
}
.burger-btn:hover {
	transition: .3s;
}
.burger-btn p {
	position: relative;
}
.burger-btn p:before {
	content: "MENU";
	position: absolute;
	top: 16px;
    left: 40px;
	font-size: 24px;
	color: #fff;
}
.burger-btn.close p:before {
	content: "CLOSE";
}
.bar_box {
	position: absolute;
    width: 40px;
    height: 40px;
    top: 15px;
    right: 40px;
}
.bar {
	width: 40px;
	height: 1px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	transition: .3s;
}    
.bar_top {
	top: 5px;
}
.bar_mid {
	top: 49%;
	transform: translate(-50%,-50%);
}
.bar_bottom {
	bottom: 5px;
}
.burger-btn.close .bar_top {
	transform: translate(-50%,15px) rotate(45deg);
	transition: transform .3s;
}
.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity .3s;
}
.burger-btn.close .bar_bottom {
	transform: translate(-50%,-14px) rotate(-45deg);
	transition: transform .3s;
}
#sp_nav {
	transform: translateX(200%);
	transition: .5s;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99999;
	padding-bottom: 50px;
	transition: .2s;
	width: 30%;
	height: 100%;
	background-color: #333;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

#sp_nav.slide-in{
  transform: translateX(0);
  transition: .5s;
}
#sp_nav .inner {
	max-width: 1024px;
	width: 100%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 150px;
}
#sp_nav ul {
	/*padding: 30px 0 0 50px;*/
	padding-top: 250px;
	text-align: center;
}
#sp_nav ul li {
	line-height: 1;
}
#sp_nav ul li+li {}
#sp_nav ul li a {
	color: #fff;
	font-size: 24px;
	display: inline-block;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
#sp_nav ul li a:hover {
	text-decoration: underline;
}



@media screen and (max-width:1440px) {
	.burger-btn {
	}
	#sp_nav {
	}
	#sp_nav .inner {
		margin-top: 180px;
		margin-bottom: 100px;
	}
}

@media screen and (max-width:1200px) {
	.burger-btn {
		top: 5px;
		right: 5px;
		width: 185px;
		height: 60px;
	}
	.burger-btn p:before {
		top: 16px;
		left: 30px;
		font-size: 18px;
	}
	#sp_nav {
		top: 0;
		width: 100%;
		height: 100%;
	}
	#sp_nav ul {
		padding: 0;
		text-align: center;
		padding-top: 100px;
	}
	.bar_box {
		top: 10px;
		right: 30px;
	}
}

@media screen and (max-width:599px) { 
	.burger-btn {
		width: 140px;
		height: 55px;
	}
	.bar_box {
		width: 25px;
		height: 25px;
		right: 20px;
		top: 14px;
	}
	.bar {
		width: 25px;
	}
	.burger-btn p:before {
		top: 13px;
		left: 20px;
		font-size: 18px;
	}
	.burger-btn.close .bar_bottom {
		transform: translate(-50%, -6px) rotate(-45deg);
	}
	.burger-btn.close .bar_top {
		transform: translate(-50%, 8px) rotate(45deg);
	}
	#sp_nav {
		top: 0;
		left: 0;
	}
}


/*== footer ==*/
.footer {
	background-color: #333;
}
.footer .inner {
	justify-content: space-between;
	padding-top: 40px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 70px;
}
.footer h2 {
	color: #999;
}
.footer h2 a {
	display: flex;
	align-items: center;
	color: #fff;
}
.footer h2 a:hover {
	opacity: 0.8;
}
.footer h2 a img {
	width: 38px;
}
.footer h2 a span {
	margin-left: 10px;
}
.footer .f_menu {
}
.footer .f_menu li {
}
.footer .f_menu li + li {
	margin-left: 30px;
}
.footer .f_menu li a {
	color: #999;
}

.copyright {
	color: #999;
	font-size: 12px;
	padding-right: 60px;
	padding-bottom: 30px;
	text-align: right;
}


@media screen and (max-width:1440px) {
	
	
}

@media screen and (max-width:1300px) {
	
}

@media screen and (max-width:1200px) {
	.footer .f_menu {
		justify-content: center;
	}
}
	/*最新のsafari用*/
	_::-webkit-full-page-media, _:future, :root .tel a:before {
		bottom: 5px;
	}
	/*古いsafari用*/
	@media screen and (-webkit-min-device-pixel-ratio:0) {
		::i-block-chrome, .tel a:before {
			bottom: 5px;
		}
	}

@media screen and (max-width:599px) {
	.footer .inner {
		display: block;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer h2 {
	    padding-bottom: 10px;
	}
	.copyright {
		text-align: center;
		padding-right: 0;
		padding-bottom: 20px;
	}
}


/*== その他・アクション系 ==*/
/*PAGE TOP*/
.page_top {
	z-index: 98;
}
.page_top a {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #ff0000;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
	transition: .2s;
}

.page_top a .arrow_up {
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

.page_top a:hover {
	opacity: .6;
	transition: .2s;
}

@media screen and (max-width:1024px) {
	.page_top a {
		bottom: 70px;
		right: 15px;
	}
}



/*fade-in*/
.fi {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 100px);
}
.fi_01 {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(0, 150px);
}
.fi_02 {
	opacity: 0;
	transition-duration: 1400ms;
	transition-property: opacity, transform;
	transform: translate(0, 160px);
}
.fi_03 {
	opacity: 0;
	transition-duration: 1800ms;
	transition-property: opacity, transform;
	transform: translate(0, 180px);
}
.fi_04 {
	opacity: 0;
	transition-duration: 2200ms;
	transition-property: opacity, transform;
	transform: translate(0, 150px);
}
.fi_05 {
	opacity: 0;
	transition-duration: 2400ms;
	transition-property: opacity, transform;
	transform: translate(0, 180px);
}
.fi_left {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(-100px, 0);
}
.fi_right {
	opacity: 0;
	transition-duration: 1000ms;
	transition-property: opacity, transform;
	transform: translate(150px, 0);
}
.scroll-in {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width:1024px) { 
	.fi,
	.fi_01,
	.fi_02,
	.fi_03,
	.fi_04,
	.fi_05 {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 50px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}

/*@media screen and (max-width:599px) { 
	.fi {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_left {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.fi_right {
		transition-duration: 1000ms;
		transform: translate(0, 30px);
	}
	.scroll-in {
		transform: translate(0, 0);
	}
}*/

/* 電話番号リンクをスマホのみ有効にする方法 */
@media (min-width: 1024px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}



/*===========
.loop-
===========*/
.loop-wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
	height: 186px;
	padding-bottom: 10px;
}
.loop-area {
	background: url(../images/top/pc/txt.svg) repeat-x;
	width: 100%;
	height: 186px;
	animation: loop-slide 50s infinite linear;
}
.loop-area.blue {
	background: url(../images/top/pc/txt.svg) repeat-x;
}
@keyframes loop-slide {
  from {
	background-position: 0 0;
  }
  to {
	background-position: -6505px 0;
  }
}


@media screen and (max-width:1200px) { 
	.loop-wrap {
		height: 150px;
	}
	.loop-area {
		background: url(../images/top/sp/txt.svg) repeat-x;
		width: 100%;
		animation: loop-slide 50s infinite linear;
		height: 150px;
	}
}


.grd {
	width: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 0, 0.3), rgba(255, 255, 255, 0.1) 70%),
	linear-gradient(225deg, rgba(0, 255, 255, 0.3), rgba(255, 255, 255, 0.2) 70%),
	linear-gradient(315deg, rgba(255, 0, 255, 0.3), rgba(255, 255, 255, 0.2) 70%),
	linear-gradient(45deg, rgba(128, 128, 128, 0.3), rgba(255, 255, 255, 0.1) 70%),
	linear-gradient(0deg, rgba(255, 0, 0, 0.3), rgba(255, 255, 255, 0.1) 70%);
	animation-name: grd;
	animation-duration: 10.0s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
	background-size: 150% 150%;/*サイズを大きくひきのばす*/
}
@media screen and (max-width:599px) { 
	.grd {
		background-size: 120% 120%;/*サイズを大きくひきのばす*/
	}
}

@keyframes grd{
	0% {
		background-position: 0% 50%;
	}
	25% {
		background-position: 100% 50%;
	}
	50% {
		background-position: 50% 100%;
	}
	75% {
		background-position: 25% 100%;
	}
	100% {
		background-position: 0% 50%;
	}
}