* {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.pc {
	display: block;
}
.sp {
	display: none;
}

#wrapper {
	opacity: 0;
}

.btns {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: 15%;
	bottom: -70px;
	width: 130px;
}
.btns.multi { width: 308px; }
.btns a {
	transition: all .2s;
}
.btns a:hover {
	opacity: .9;
}
/* .btns a:first-of-type {
	margin-right: 31px;
} */
.btns-gtane { animation: shake1 3.2s linear infinite; width: 130px; }
.btns-yasaiisan { animation: shake2 3.2s linear infinite; width: 118px; }

@keyframes shake1 {
	0%, 6%, 10%, 14%, 18%, 22%, 62.5% { transform:translate(0); }
	8% { transform:translate(6px) rotate(10deg); }
	12% { transform:translate(-6px) rotate(-10deg); }
	16% { transform:translate(2px) rotate(5deg); }
	20% { transform:translate(-2px) rotate(-5deg); }
}

@keyframes shake2 {
	0%, 18%, 22%, 26%, 30%, 36%, 62.5% { transform:translate(0); }
	20% { transform:translate(6px) rotate(10deg); }
	24% { transform:translate(-6px) rotate(-10deg); }
	28% { transform:translate(2px) rotate(5deg); }
	32% { transform:translate(-2px) rotate(-5deg); }
}

.btn-1 { margin-top: 25px; }
.btn-1 > a { display: inline-block; position: relative; vertical-align: top; }
.btn-1 > a:before { content: ''; position: absolute; top: 0; right: 0; width: 50px; height: 50px; border: solid #e5004f 1px; border-radius: 50%; opacity: 0; }
.btn-1 > a:after { content: ''; display: inline-block; margin-left: 12px; width: 50px; height: 50px; background: url(../img/common/arrow1.png) no-repeat center center #009a72; background-size: 7px; border: solid #009a72 1px; border-radius: 50%; vertical-align: middle; }
.btn-1 > a .before,
.btn-1 > a .after { font-family: 'Lato', '游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif; font-size: 1.2rem; letter-spacing: .075em; line-height: 48px; color: #009a72; }

.btn-1 > a:hover { opacity: 1; }
.btn-1 > a:hover .before,
.btn-1 > a:hover .after { color: #e5004f; }
.btn-1 > a:hover:after { background-color: #e5004f; border-color: #e5004f; }
.btn-1 > a:hover:before { animation: ripple 2s linear infinite; }

@media screen and (max-width: 736px) {
	.btn-1 { text-align: center; }
	.btn-1 > a .after { display: none; }

	.btn-1 > a:hover .before { display: none; }
	.btn-1 > a:hover .after { display: inline-block; vertical-align: top; }
}

@media screen and (min-width: 737px) {
	.btn-1 { margin-top: 70px; }
	.btn-1 > a:before { width: 40px; height: 40px; }
	.btn-1 > a:after { margin-left: 16px; width: 40px; height: 40px; background-size: 6px; }
	.btn-1 > a .before,
	.btn-1 > a .after { transition: ease .4s; font-size: 1.2rem; line-height: 38px; }
	.btn-1 > a .after { position: absolute; top: 0; left: 0; width: calc(100% - 56px); opacity: 0; }

	.btn-1 > a:hover .before { opacity: 0; }
	.btn-1 > a:hover .after { opacity: 1; }
}

@keyframes ripple {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

/* moreボタン */
.more {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	width: 130px;
	margin: 9rem auto;
}
.more svg {
	display: inline-block;
}
path {}
.more:hover #seed path {
	fill: pink;
}
.st0{
	fill: #231815;
	/* #231815 */
}
#seed {
	fill : #231815;
}




/* ヘッダー */
#header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.global_nav nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto;
	padding-top: 5.3rem;
}

.global_nav .top_links {
	/* width: 622px; */
	/* width: 722px; */
}
.global_nav .other_links {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: -8px;
}
.global_nav .top_links a {
	margin-right: 2.5rem;
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	height: 50px;
	display: inline-block;
	font-weight: 600;
}
.global_nav .top_links a::after,
.global_nav .lang a::after
 {
	content: '';
	background-image: url(../img/index/tane_w.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	width: 10px;
	height: 12px;
	right: 0;
	left: 0;
	margin: auto;
	bottom: 0px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.global_nav .top_links a:hover::after,
.global_nav .lang a:hover::after
 {
	background-image: none;
}

.global_nav .top_links a.small_logo {
	width: 80px;
	background-image: none;
	height: auto;
	vertical-align: top;
	margin-right: 5rem
}
.small_logo::after {
	display: none;
}

.global_nav .top_links a:last-of-type {
	margin-right: 0;
}
.global_nav .lang {
	margin-right: 4rem;
}
.global_nav .lang a,
.global_nav .lang span {
	font-size: 1.3rem;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	font-weight: 600;
	height: 45px;
	display: inline-block;
}
.global_nav .lang span {
	margin: 0 5px;
}
.global_nav .sns {
	margin-top: -12px;
}
.global_nav .sns i {
	font-size: 3rem;
	color: #fff;
}
.global_nav .sns i:first-of-type {
	margin-right: 3px;
}

#fixed_header {
	position: fixed;
	top: -160px;
	z-index: 999;
	width: 100%;
	background-color: #fff;
}
#fixed_header nav {
	max-width: 1280px;
	padding: 3.5rem 2rem;
}
#fixed_header .top_links a {
	color: #000;
}
#fixed_header .logo {
	width: 256px;
}
#fixed_header .lang a,
#fixed_header .lang span {
	color: #000;
}

#fixed_header .sns i {
	color: #000;
}
#fixed_header .top_links a::after,
#fixed_header .lang a::after
 {
	background-image: url(../img/index/tane_b.png);
	bottom: 0px;
}
#fixed_header .top_links a:hover::after,
#fixed_header .lang a:hover::after
 {
	background-image: none;
}



/* フッター */
#footer {
	margin-top: 12rem;
	background-color: #EBEBE6;
	padding: 9.5rem 14rem;
	position: relative;
}
#footer .inner {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#footer p,
#footer dl dt,
#footer dl dd
 {
	font-size: 2rem;
	margin-bottom: 5px;
}

#footer dl {
	display: inline-block;
	width: 50%;
}
#footer dt,
#footer dd {
	display: inline-block;
}
#footer dt {
	margin-right: 1rem;
}
#footer dd {
}
#footer .sns {
	margin-top: 1rem;
}
#footer .sns a {
	margin-right: .5rem;
}
#footer .sns i {
	font-size: 4rem;
}
#footer .links dl {
	display: flex;
	width: 100%;
}
#footer .links dl dt,
#footer .links dl dd {
	margin: 0;
	font-size: 1.3rem;
	line-height: 2.30769230769;
}
#footer .links dl dt::after {
	content: '\FF5C';
}
#footer .links dl dd a {
	text-decoration: underline;
}
#footer .footer_logo {
	position: relative;
}
#footer .privacy.pc {
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: underline;
}
#footer small {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 9.5rem;
	display: block;
}
#footer .footer_logo {
	width: 380px;
}
#footer .footer_logo .logo { display: block; margin-left: auto; width: 251px; }

/* moreボタン */
.leef {
	fill: transparent;
	stroke: transparent;
	transition: fill .8s;
}
.st0{fill:#231815;stroke:transparent;stroke-miterlimit:10;}

.noscroll {
	overflow: hidden;
}

/*ハンバーガーメニュー*/
.triger_wrap {
	height: 24px;
	position: fixed;
	right: 25px;
	top: 18px;
	width: 30px;
	z-index: 10;
	cursor: pointer;
}
.triger_wrap.black span {
	background-color: #000;
}
.menu-trigger,
.menu-trigger span {
	display: block;
	transition: all .4s;
	box-sizing: border-box;
    z-index: 9;
}
.menu-trigger {
	position: relative;
	width: 100%;
	height: 100%;
}
.menu-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: #fff;
    z-index: 99999;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 11px;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger.active {
}
.triger_wrap {
	z-index: 99999;
}
.menu-trigger.active span {
	background-color: #000;
}
.mobilenav {
	font-family: inherit;
	top: 0px;
	left: 0;
	z-index: 999;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
}
.mobilenav nav {
	justify-content: column;
	width: 65%;
	margin: 0 auto;
}
.mobilenav h2 {
	width: 65%;
	margin: 0 auto;
	padding: 1.5rem 0px;
}
.mobilenav .top_links {
	padding-top: 2rem;
}
.mobilenav .top_links a {
	display: block;
	text-align: center;
	padding: 1rem 0;
	border-bottom: 1px solid #B3B3B3;
	font-size: 1.5rem;
	font-weight: bold;
}
.mobilenav .lang {
	font-size: 1.5rem;
	padding: 1rem 0;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #B3B3B3;
}
.mobilenav .lang a {
	padding: 0 13px;
}
.mobilenav .sns {
	text-align: center;
}
.mobilenav .sns i {
	font-size: 4rem;
	color: #000;
	margin: 1rem 1rem;
}

.movmobb2 .active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-315deg);
	transform: translateY(12px) rotate(-315deg);
}
.movmobb2 .active span:nth-of-type(2) {
	opacity: 0;
}
.movmobb2 .active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(315deg);
	transform: translateY(-9px) rotate(315deg);
}

.overlay {
	position: fixed;
	height: 100vh;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (min-width:736px) {
	#footer .links { margin-top: 38px; }
	#footer .links dl { justify-content: flex-end; }
}

@media screen and (min-width:736px) and ( max-width:1092px) {
	#fixed_header nav {
		padding: 3.5rem 0;
	}
	#fixed_header .logo {
		width: 180px;
	}
	.global_nav .top_links {
		width: auto;
	}
	.global_nav .top_links a {
		margin-right: 2rem;
	}
}

/*---------------------------------------------------------------*\
	$736px
\*---------------------------------------------------------------*/
@media screen and (max-width: 736px) {
	.pc {
		display: none!important;
	}
	.sp {
		display: block;
	}

	.btns {
		/* bottom: -10.5%; */
		right: 0;
		left: 0;
		margin: auto;
		width: 80px;
	}
	.btns.multi { width: 212px; }

	.btns-gtane { width: 80px; }
	.btns-yasaiisan { width: 70px; }

	.more {
		text-align: center;
		border: 1px solid #000;
		padding: 6px 29px;
		width: 160px;
		margin: 0 auto;
	}

	#fixed_header {

	}
	#fixed_header nav {
		padding: 0.5rem 0;
	}
	#fixed_header .logo {
    	width: 40%;
    	padding: 10px;
	}
	#fixed_header .triger_wrap {
		position: absolute;
	}
	#fixed_header .menu-trigger span {
		background-color: #000;
	}


	#footer {
		padding: 7rem 0 2rem;
		margin-top: 8rem;
	}
	#footer .inner {
		flex-direction: column;
		justify-content: center;
	}
	#footer .text {
		order: 1;
		padding-top: 6rem;
	}
	#footer .footer_logo {
		order: 0;
		margin: 0 auto;
	}
	#footer .footer_logo .logo { width: 30%; margin: 0 auto; }
	#footer p {
		margin-bottom: 10px;
	}
	#footer dl {
		margin: .5rem auto 0;
		display: block;
		width: 100%;
	}
	#footer dl dt {
		margin-right: 0;
	}
	#footer .text *{
		text-align: center;
		font-size: 1.3rem;
		/* transform: scale(.9); */
	}
	#footer .links { margin-top: 14px; }
	#footer .links dl { justify-content: center; margin: 0; }
	#footer .links dl { justify-content: center; margin: 0; }
	#footer .links dl dt,
	#footer .links dl dd { font-size: 1.1rem; line-height: 1.90909090909; }
	#footer .privacy {
		margin-top: 2.5rem;
	}
	#footer .privacy a {
		font-size: .8rem;
		text-decoration: underline;
	}
	#footer .text small {
		margin-top: 1rem;
		font-size: .9rem;
		letter-spacing: 0px;
	}
}
