@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

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

a:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	body,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	address,
	time,
	ul,
	ol,
	li,
	dl,
	dt,
	dd,
	table,
	th,
	td,
	img,
	figure,
	figcaption,
	form,
	input,
	button,
	textarea,
	select {
		font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
	}
	img {
		width: 100%;
	}
}


/* responsive
--------------------------------*/

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

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


/* base
--------------------------------*/

body {
	color: #000000;
	font-size: 1.0rem;
	text-align: left;
	min-width: 1200px;
	overflow-x: hidden;
	overflow-y: auto;
}

main {
	display: block;
	padding-top: 80px;
}

section {
	position: relative;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

p,
th,
td,
dt,
dd,
li,
form {
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.fade {
	transition: opacity 0.3s ease;
}

.fade:hover {
	opacity: 0.7;
	cursor: pointer;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold {
	font-weight: bold;
}

.link_txt {
	text-decoration: underline;
}

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

.ofi {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}


/*font*/

.koburina {
	/* font-family: 'Koburina Gothic W6 JIS2004'; */
}
.koburina.normal{
	/* font-family: 'Koburina Gothic W3 JIS2004'; */
}
.en {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}

@media screen and (max-width: 768px) {
	body {
		min-width: inherit;
	}
	main {
		padding-top: 50px;
	}
	.wrap {
		width: 84%;
	}
	p,
	th,
	td,
	dt,
	dd,
	li,
	form {
		font-size: 3.2vw;
	}
	.sp_block {
		display: block;
	}
}


/* ---------------------------------------
  scroll-animation
-----------------------------------------*/

.fadeup {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1s, transform 1s;
}

.fadein {
	opacity: 0;
	transition: opacity 1s;
}

@media screen and (min-width: 769px) {
	.fadein-pc {
		opacity: 0;
		transition: opacity 1s;
	}
	.is-show .fadein-pc {
		opacity: 1;
	}
}

.scroll.is-show.fadeup,
.scroll.is-show .fadeup {
	opacity: 1;
	transform: translate(0, 0);
}

.onload.is-show .fadein,
.scroll.is-show.fadein,
.scroll.is-show .fadein {
	opacity: 1;
}

.delay1 {
	transition-delay: .5s !important;
}

.delay2 {
	transition-delay: 1s !important;
}

.delay3 {
	transition-delay: 1.5s !important;
}

.delay4 {
	transition-delay: 2s !important;
}

.delay5 {
	transition-delay: 2.5s !important;
}

.delay6 {
	transition-delay: 3s !important;
}

.delay7 {
	transition-delay: 3.5s !important;
}

.delay8 {
	transition-delay: 4s !important;
}

.delay9 {
	transition-delay: 4.5s !important;
}

.delay10 {
	transition-delay: 5s !important;
}

.delay12 {
	transition-delay: 6s !important;
}

.delay14 {
	transition-delay: 7s !important;
}


/* common
--------------------------------*/

.anime_rotate {
	position: relative;
}

.anime_rotate::before {
	content: "";
	width: 0;
	height: 100%;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 0;
	transition: width .3s ease, transform .3s ease .3s;
	z-index: -1;
}

*.delay1 .anime_rotate::before,
*.delay1.anime_rotate::before {
	transition: width .3s ease 1s, transform .3s ease 1.3s;
}

*.delay2 .anime_rotate::before,
*.delay2.anime_rotate::before {
	transition: width .3s ease 1.9s, transform .3s ease 2.2s;
}

*.delay3 .anime_rotate::before,
*.delay3.anime_rotate::before {
	transition: width .3s ease 2.8s, transform .3s ease 3.1s;
}

*.delay4 .anime_rotate::before,
*.delay4.anime_rotate::before {
	transition: width .3s ease 3.7s, transform .3s ease 4.0s;
}

*.delay5 .anime_rotate::before,
*.delay5.anime_rotate::before {
	transition: width .3s ease 4.6s, transform .3s ease 4.9s;
}

*.delay6 .anime_rotate::before,
*.delay6.anime_rotate::before {
	transition: width .3s ease 5.5s, transform .3s ease 5.8s;
}

*.delay7 .anime_rotate::before,
*.delay7.anime_rotate::before {
	transition: width .3s ease 6.4s, transform .3s ease 6.7s;
}

*.delay8 .anime_rotate::before,
*.delay8.anime_rotate::before {
	transition: width .3s ease 7.3s, transform .3s ease 7.6s;
}

*.delay9 .anime_rotate::before,
*.delay9.anime_rotate::before {
	transition: width .3s ease 8.2s, transform .3s ease 8.5s;
}

*.delay10 .anime_rotate::before,
*.delay10.anime_rotate::before {
	transition: width .3s ease 9.1s, transform .3s ease 9.4s;
}

*.delay11 .anime_rotate::before,
*.delay11.anime_rotate::before {
	transition: width .3s ease 10.0s, transform .3s ease 10.3s;
}

*.delay12 .anime_rotate::before,
*.delay12.anime_rotate::before {
	transition: width .3s ease 10.9s, transform .3s ease 11.2s;
}

*.delay13 .anime_rotate::before,
*.delay13.anime_rotate::before {
	transition: width .3s ease 11.8s, transform .3s ease 12.1s;
}

*.delay14 .anime_rotate::before,
*.delay14.anime_rotate::before {
	transition: width .3s ease 12.7s, transform .3s ease 13s;
}

*.delay15 .anime_rotate::before,
*.delay15.anime_rotate::before {
	transition: width .3s ease 13.6s, transform .3s ease 13.9s;
}

*.delay16 .anime_rotate::before,
*.delay16.anime_rotate::before {
	transition: width .3s ease 14.5s, transform .3s ease 14.8s;
}

.is-show .anime_rotate::before {
	width: 100%;
	transform: rotate(5deg);
}

.anime_rotate>.img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.anime_rotate>* {
	position: relative;
	opacity: 0;
	transition: opacity .3s ease .9s;
}

*.delay1 .anime_rotate>*,
*.delay1.anime_rotate>* ,
*.delay1 .anime_rotate + .ttl.fadein {
	transition-delay: 1.6s;
}

*.delay2 .anime_rotate>*,
*.delay2.anime_rotate>* ,
*.delay2 .anime_rotate + .ttl.fadein {
	transition-delay: 2.5s;
}

*.delay3 .anime_rotate>*,
*.delay3.anime_rotate>* ,
*.delay3 .anime_rotate + .ttl.fadein {
	transition-delay: 3.4s;
}

*.delay4 .anime_rotate>*,
*.delay4.anime_rotate>* ,
*.delay4 .anime_rotate + .ttl.fadein {
	transition-delay: 4.3s;
}

*.delay5 .anime_rotate>*,
*.delay5.anime_rotate>* ,
*.delay5 .anime_rotate + .ttl.fadein {
	transition-delay: 5.2s;
}

*.delay6 .anime_rotate>*,
*.delay6.anime_rotate>* ,
*.delay6 .anime_rotate + .ttl.fadein {
	transition-delay: 6.1s;
}

*.delay7 .anime_rotate>*,
*.delay7.anime_rotate>* ,
*.delay7 .anime_rotate + .ttl.fadein {
	transition-delay: 7.0s;
}

*.delay8 .anime_rotate>*,
*.delay8.anime_rotate>* ,
*.delay8 .anime_rotate + .ttl.fadein {
	transition-delay: 7.9s;
}

*.delay9 .anime_rotate>*,
*.delay9.anime_rotate>* ,
*.delay9 .anime_rotate + .ttl.fadein {
	transition-delay: 8.8s;
}

*.delay10 .anime_rotate>*,
*.delay10.anime_rotate>* ,
*.delay10 .anime_rotate + .ttl.fadein {
	transition-delay: 9.7s;
}

*.delay11 .anime_rotate>*,
*.delay11.anime_rotate>* ,
*.delay11 .anime_rotate + .ttl.fadein {
	transition-delay: 10.6s;
}

*.delay12 .anime_rotate>*,
*.delay12.anime_rotate>* ,
*.delay12 .anime_rotate + .ttl.fadein {
	transition-delay: 11.5s;
}

*.delay13 .anime_rotate>*,
*.delay13.anime_rotate>* ,
*.delay13 .anime_rotate + .ttl.fadein {
	transition-delay: 12.4s;
}

*.delay14 .anime_rotate>*,
*.delay14.anime_rotate>* ,
*.delay14 .anime_rotate + .ttl.fadein {
	transition-delay: 13.3s;
}

*.delay15 .anime_rotate>*,
*.delay15.anime_rotate>* ,
*.delay15 .anime_rotate + .ttl.fadein {
	transition-delay: 14.2s;
}

*.delay16 .anime_rotate>*,
*.delay16.anime_rotate>* ,
*.delay16 .anime_rotate + .ttl.fadein {
	transition-delay: 15.1s;
}

.is-show .anime_rotate>* {
	opacity: 1;
}


/* ---------------------------------------
  ヘッダー
-----------------------------------------*/

header {
	background-color: rgba(255, 255, 255, .8);
	width: 100%;
	height: 80px;
	z-index: 100;
	position: fixed;
	left: 0;
	top: 0;
}

header .wrap {
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

header .menuwrap {
	height: 100%;
	display: flex;
}

header .menuwrap ul {
	display: flex;
	align-items: center;
}

header .menuwrap .gnavi li {
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
	font-size: 1.5rem;
}

header .menuwrap .gnavi li+li {
	margin-left: 40px;
}

header .menuwrap .gnavi li a {
	display: block;
	transition: .3s ease;
}

header .menuwrap .sns {
	margin-left: 40px;
}

@media screen and (min-width: 769px) {
	header .menuwrap .gnavi li a:hover {
		color: #7F7F7F;
	}
	header .menuwrap .gnavi li a span {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	header {
		background-color: rgba(255, 255, 255, 1);
		height: 50px;
		position: fixed;
		top: 0;
		right: 0;
	}
	header .wrap {
		width: 100%;
		height: 100%;
		padding: 0;
		align-items: center;
	}
	header .logo {
		width: 108px;
		line-height: 1;
		margin-left: 4vw
	}
	#header .menu-trigger {
		display: block;
		width: 50px;
		height: 50px;
		z-index: 999;
		text-align: center;
		position: relative;
	}
	#header .menu-trigger span {
		display: inline-block;
		transition: all .4s;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 27px;
		height: 3px;
		background-color: #fff;
	}
	#header .menu-trigger span:nth-of-type(1) {
		background-color: #ec7993;
		top: 15px;
	}
	#header .menu-trigger span:nth-of-type(2) {
		background-color: #fbc600;
		top: 24px;
	}
	#header .menu-trigger span:nth-of-type(3) {
		background-color: #00b7de;
		top: 33px;
	}
	#header.navOpen .menu-trigger span:nth-of-type(1) {
		top: 24px;
		transform: rotate(-45deg);
	}
	#header.navOpen .menu-trigger span:nth-of-type(2) {
		opacity: 0;
	}
	#header.navOpen .menu-trigger span:nth-of-type(3) {
		top: 24px;
		transform: rotate(45deg);
	}
	#header #menu {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 990;
		text-align: center;
		overflow-y: scroll;
		width: 100%;
		max-height: 100%;
		background-color: #fff;
		padding: 0;
		-webkit-overflow-scrolling: touch;
	}
	header .menuwrap {
		background: #fff url(../img/common/header_menu_bg.png) no-repeat center top/ 100%;
		height: auto;
		display: block;
		padding: calc(50px + 6vw) 6vw 13vw;
	}
	header .menuwrap .logo {
		width: 193px;
		margin: 0 auto 19vw;
	}
	header .menuwrap ul {
		display: block;
	}
	header .menuwrap .gnavi li {
		font-size: 3.73vw;
		line-height: 1.4;
	}
	header .menuwrap .gnavi li+li {
		margin-left: 0;
		margin-top: 2.5em;
	}
	header .menuwrap .gnavi li a {
		display: block;
		transition: .3s ease;
	}
	header .menuwrap .gnavi li a span {
		display: block;
		font-size: 5.33vw;
	}
	header .menuwrap .sns {
		width: 11.47vw;
		margin: 9vw auto 0;
	}
	/*closebtn*/
	#header .closebtn {
		display: block;
		text-align: center;
		background-color: #fbc600;
		width: 33.6vw;
		height: 8.3vw;
		line-height: 8.3vw;
		border-radius: 4.15vw;
		font-size: 3.73vw;
		letter-spacing: 0.05em;
		margin: 10vw auto 0;
		position: relative;
	}
	#header .closebtn::before {
		content: "";
		width: 1.73vw;
		height: 1.73vw;
		background: url(../img/common/ico_close.svg) no-repeat center / contain;
		position: absolute;
		left: 4.5vw;
		top: 50%;
		transform: translateY(-50%);
	}
}


/* ---------------------------------------
  parts
-----------------------------------------*/


/* hover
----------------*/
@media screen and (min-width: 769px) {
	a .scaleimg img{
		transform: scale(1);
		transition: .3s ease;
	}
	a:hover .scaleimg img{
		transform: scale(1.1);
	}
}

/* btn
----------------*/

.btn a {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	height: 44px;
	background-color: #fbc600;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	padding: 0 4em 0 3em;
	border-radius: 22px;
	transition: .3s ease;
}

.btn.en a {
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	padding: 0 2.5em;
}

.btn a::before {
	content: "";
	width: 7px;
	height: 12px;
	background: url(../img/common/arw_btn.svg) no-repeat center / contain;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	transition: .3s ease;
}

@media screen and (min-width: 769px) {
	.btn a:hover::before {
		transform: translateX(5px);
	}
}

@media screen and (max-width: 768px) {
	.btn a {
		min-width: 180px;
		height: 8.8vw;
		font-size: 3.2vw;
		padding: 0 4em 0 3em;
		border-radius: 4.4vw;
	}
	.btn.en a {
		font-size: 3.6vw;
	}
	.btn a::before {
		width: 1.33vw;
		height: 2.27vw;
		right: 4.3vw;
		margin-top: -1.1vw;
	}
}


/* pagettl
----------------*/

#pagettl {
	position: relative;
}

#pagettl::before {
	content: "";
	width: calc(50% + 410px);
	height: 64px;
	border-radius: 0 5px 5px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: skewX(30deg);
	transform-origin: right bottom;
	z-index: -1;
}

#pagettl::after {
	content: "";
	width: 345px;
	height: 122px;
	position: absolute;
	right: calc(50% - 704px);
	bottom: 10px;
	z-index: -1;
}

#pagettl .wrap {
	height: 130px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

#pagettl .ttlwrap {
	text-align: center;
	margin-bottom: 10px;
}

#pagettl .ttl {
	font-size: 4.8rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

#pagettl .ttl_ja {
	font-size: 1.8rem;
	letter-spacing: 0.06em;
	margin-top: 2px;
}

@media screen and (max-width: 768px) {
	#pagettl {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}
	#pagettl::before,
	#pagettl::after {
		content: none;
	}
	#pagettl .wrap {
		height: 28vw;
	}
	#pagettl .ttlwrap {
		margin-bottom: 2vw;
	}
	#pagettl .ttl {
		font-size: 8.53vw;
	}
	#pagettl .ttl_ja {
		font-size: 4.27vw;
		margin-top: 1vw;
	}
}


/* breadcrumb
----------------*/

.breadcrumb {
	position: relative;
	width: 100%;
	padding: 11px 0 8px;
	background-color: #00b7de;
}

.breadcrumb::before {
	content: "";
	width: calc(50% + 600px);
	height: 100%;
	background-color: #fbc600;
	border-radius: 0 20px 20px 0;
	position: absolute;
	left: 0;
	top: 0;
}

.breadcrumb .list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb .list li {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.12em;
	margin-right: 2.5em;
	position: relative;
}

.breadcrumb .list li:last-child {
	margin-right: 0;
}

.breadcrumb .list li::before,
.breadcrumb .list li::after {
	content: "";
	position: absolute;
}

.breadcrumb .list li::before {
	width: 13px;
	height: 13px;
	background-color: #fff;
	border-radius: 50%;
	right: -1.6em;
	top: .2em;
	transform: rotate(-45deg);
}

.breadcrumb .list li::after {
	width: 4px;
	height: 4px;
	border-right: 1px solid #7f7f7f;
	border-bottom: 1px solid #7f7f7f;
	right: -1.25em;
	top: .55em;
	transform: rotate(-45deg);
}

.breadcrumb .list li:last-child::before,
.breadcrumb .list li:last-child::after {
	display: none;
}

.breadcrumb .list li a {
	color: #7f7f7f;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		padding: 1.2vw 0;
	}
	.breadcrumb::before {
		width: 97%;
		border-radius: 0 20px 20px 0;
	}
	.breadcrumb .list {
		width: 90%;
	}
	.breadcrumb .list li {
		font-size: 2.93vw;
		margin-right: 2.5em;
	}
	.breadcrumb .list li::before {
		width: 2.8vw;
		height: 2.8vw;
		right: -1.6em;
		top: .2em;
	}
	.breadcrumb .list li::after {
		width: .93vw;
		height: .93vw;
		right: -1.25em;
		top: .55em;
	}
}


/* pagetop
----------------*/

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 100;
}

#pagetop a {
	display: block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #000;
	position: relative;
	z-index: 1;
}

#pagetop a::before {
	content: "";
	width: 12px;
	height: 12px;
	background: url(../img/common/arw_pagetop.svg) no-repeat center / contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#pagetop a::after {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/common/pagetop.svg) no-repeat 12px 12px / 55px auto;
	position: absolute;
	left: 0;
	top: 0;
	transition: .3s ease;
}

#pagetop a.rotate::after {
	animation: .5s anime-pagetop infinite;
}

@keyframes anime-pagetop {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@media screen and (max-width: 768px) {
	#pagetop {
		bottom: 90px;
		right: 2vw;
	}
	#pagetop a {
		width: 16vw;
		height: 16vw;
	}
	#pagetop a::before {
		width: 2.4vw;
		height: 2.4vw;
	}
	#pagetop a::after {
		background: url(../img/common/pagetop.svg) no-repeat 2.5vw 2.5vw / 11vw auto;
	}
}


/* ---------------------------------------
  フッター
-----------------------------------------*/

footer {
	position: relative;
	padding-top: 124px;
}

footer .seesaw {
	width: calc(50% - 240px);
	height: 87px;
	background-color: #fbc600;
	border-radius: 50px 0px 0px 0px;
	margin-left: auto;
	position: relative;
}

footer .seesaw .illustwrap {
	width: 282px;
	height: 78px;
	position: absolute;
	bottom: 100%;
	left: 130px;
}

footer .seesaw .illust01 {
	width: 282px;
	position: absolute;
	top: 0;
	left: 0;
	animation: seesaw 2s infinite linear;
}

footer .seesaw .illust02 {
	width: 35px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

@keyframes seesaw {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(12deg);
	}
	50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(-12deg);
	}
	100% {
		transform: rotate(0deg);
	}
}

footer .f_top {
	position: relative;
}

footer .f_top::before {
	content: "";
	width: 50%;
	height: 100%;
	background-color: #00b7de;
	position: absolute;
	right: 0;
	bottom: 0;
}

footer .f_top .wrap {
	height: 87px;
	align-items: flex-start;
}

footer .f_top .logo {
	width: 318px;
	margin-top: -10px;
}

footer .f_top .logo img {
	width: 100%;
}

footer .f_top .menuwrap {
	width: 600px;
	height: 100%;
	padding-left: 8px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
}

footer .f_top .menuwrap::before {
	content: "";
	width: 189px;
	height: 87px;
	background: url(../img/common/footer_menu_bg.png) no-repeat right bottom / 100% auto;
	position: absolute;
	right: 100%;
	bottom: 0;
	margin-right: -6px;
}

footer .f_top .menuwrap .fnavi {
	/*flex: 1 1 auto;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
  gap: 0 45px;
}

footer .f_top .menuwrap .fnavi li {
	font-family: 'Koburina Gothic W6 JIS2004', sans-serif;
	font-size: 1.5rem;
}

footer .f_top .menuwrap .fnavi li a {
	display: block;
	transition: .3s ease;
}
footer .f_top .menuwrap .fnavi li a:hover {
	color: #7F7F7F;
}

footer .f_top .menuwrap .sns {
	margin-left: 40px;
}

footer .f_bottom {
	padding: 34px 0;
	background-color: #ec7993;
}

footer .f_bottom .wrap {
	align-items: center;
}

footer .f_bottom .contact {
	width: 575px;
	align-items: center;
  flex-wrap: nowrap;
}
@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (orientation:landscape) {
  footer .f_bottom .contact {
    width: 620px;
  }
}
@media only screen and (min-device-width:768px) and (max-device-width:1366px) and (orientation:portrait) {
  footer .f_bottom .contact {
    width: 660px;
  }
}


footer .f_bottom .contact .txt {
	font-weight: bold;
	line-height: 1;
}

footer .f_bottom .contact .txt span {
	display: block;
	font-weight: normal;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 12px;
}

footer .f_bottom .copyright {
	font-size: 1.4rem;
	line-height: 1;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) {
	.bnr-footer-fixed {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	footer {
		padding-top: 6vw;
	}
	footer .seesaw {
		width: 62vw;
		height: 8.67vw;
		border-radius: 6.67vw 0px 0px 0px;
	}
	footer .seesaw .illustwrap {
		width: 37.33vw;
		height: 10.4vw;
		left: auto;
		right: 0;
	}
	footer .seesaw .illust01 {
		width: 100%;
	}
	footer .seesaw .illust02 {
		width: 4.53vw;
	}
	footer .f_top::before {
		content: none;
	}
	footer .f_top .wrap {
		width: 100%;
		height: auto;
	}
	footer .f_top .logo {
		width: 60vw;
		margin: 0 auto 17vw;
	}
	footer .f_top .logo img {
		width: 100%;
	}
	footer .f_top .menuwrap {
		width: 96%;
		height: 21.7vw;
		padding-left: 25vw;
		padding-right: 8vw;
		margin-left: auto;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	footer .f_top .menuwrap::before {
		width: 62vw;
		height: 100%;
		background-size: auto 100%;
		background-position: left top;
		right: auto;
		left: 0;
		bottom: 0;
		margin-right: 0;
		z-index: -1;
	}
	footer .f_top .menuwrap::after {
		content: "";
		width: 60vw;
		height: 100%;
		background-color: #00b7de;
		position: absolute;
		right: 0;
		bottom: 0;
		z-index: -1;
	}
	footer .f_top .menuwrap .fnavi {
		width: 47vw;
		flex-wrap: wrap;
		justify-content: flex-end;
    gap: 0;
    flex: 1 1 auto;
	}
	footer .f_top .menuwrap .fnavi li {
		font-size: 3.2vw;
		min-width: 5em;
		letter-spacing: 0;
	}
	footer .f_top .menuwrap .fnavi li:nth-child(even) {
		margin-left: 6vw;
	}
	footer .f_top .menuwrap .sns {
		width: 10vw;
		margin-left: 0;
		margin-top: 2vw;
	}
	footer .f_bottom {
		padding: 0px 0 20vw;
	}
	footer .f_bottom .wrap {
		align-items: center;
	}
	footer .f_bottom .contact {
		padding: 8vw 0 12vw;
		width: 100%;
		display: block;
	}
	footer .f_bottom .contact .txt {
		text-align: center;
		margin-bottom: 4vw;
	}
	footer .f_bottom .contact .txt span {
		font-size: 3.2vw;
		margin-bottom: 2vw;
	}
	footer .f_bottom .contact .btn {
		text-align: center;
	}
	footer .f_bottom .copyright {
		text-align: center;
		padding: 1em;
		font-size: 2.93vw;
	}

	.bnr-footer-fixed {
		position: fixed;
		left: 0;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #ec7993;
		width: 100%;
		height: 75px;
		padding-left: 2.7vw;
		padding-right: 2.7vw;
		z-index: 800;
	}

	.bnr-footer-fixed .icon {
		display: flex;
		align-items: center;
		color: #fff;
		line-height: 1.5;
		font-weight: bold;
	}

	.bnr-footer-fixed .icon img {
		width: 44px;
		height: 44px;
		margin-right: 1.5vw;
	}

	.bnr-footer-fixed .icon span {
		line-height: 1.3;
		font-size: 1.3rem;
		letter-spacing: .26em;
	}

	.bnr-footer-fixed ul {
		display: flex;
		gap: 5px;
	}

	.bnr-footer-fixed ul li img {
		height: 35px;
		width: auto;
	}
}

@media screen and (min-width: 769px) {
	.sp_tel {
		pointer-events: none;
	}
}

/* ---------------------------------------
  clearfix
-----------------------------------------*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hides from IE Mac */

* html .cf {
	height: 1%;
}

.cf {
	display: block;
}


/* End Hack */
