@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	width: 100%;
	height: 100%;
}
body {
	position:relative;
	background:#00a7ac;
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:16px;
	line-height:120%;
	width: 100%;
	min-height: 100%;
	font-family: Inter, "Noto Sans JP", serif;
	-webkit-font-smoothing: antialiased;
	font-weight:400;
	font-optical-sizing: auto;
	font-feature-settings: "palt";
}
div,ul,p,ul,ol,li,dl,dt,dd,h1,h2,img {
	margin:0;
	padding:0;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
a {
	text-decoration:none;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
@media screen and (max-width:480px) {
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}

}

.blockclear:after{
	content: "";
	clear:both;
	height: 0;
	display: block;
	visibility: hidden;
}
img{
	max-width:100%;
}

header {
	z-index:100;
	position:fixed;
	top:0;
	left:0;
}
header.width-height-max {
	width:100%;
	height:100%;
}
header.width-max {
	width:100%;
}
header.height-max {
	height:100%;
}

header .head-panel{
	width:380px;
	height:100%;
  display: grid;
  place-items: center;
}
header .head-panel .head-title{
	text-align:center;
}
header .head-panel .head-title .text-you{
	width:266px;
	margin:0 auto;
}
h1{
	width:266px;
}
header .head-panel .head-title .text-you img{
	width:100%;
}
header .head-panel .head-title .text-phrase{
	font-size:18px;
	font-weight:bold;
	line-height:120%;
	margin-top:30px;
	margin-bottom:30px;
	letter-spacing: 0.15em;
}
header .head-panel .head-title .text-link{
	width:267px;
	background:#ffffff;
}
header .head-panel .head-title .text-link a{
	font-size:14px;
	font-weight:400;
	line-height:34px;
	color:#00A7AC;
	width:100%;
	display:block;
	text-align:center;
	font-weight: bold;
	padding:0 0 0 10px;
}
header .head-panel .head-title .text-link a:after {
	content: "";
	background: url(../img/icon_link_b.svg) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: top;
	margin: 11px 0 0 18px;
}
header .head-panel .head-title .text-link:hover{
	animation: link_btn_fade 0.3s ease-out 1 forwards;
}

header .head-panel .head-title .list-switch-title{
	margin:0 auto;
	width:252px;
}
header .head-panel .head-title .list-switch-title ul{
	display:block;
}
header .head-panel .head-title .list-switch-title ul li{
	font-size:16px;
	font-weight:bold;
	width:252px;
	height:30px;
	text-align:left;
	line-height:30px;
	padding:0 0 0 5px;
	margin-bottom:10px;
}
header .head-panel .head-title .list-switch-title ul li.on{
	background:#ffffff;
}
header .head-panel .head-title .list-switch-title ul li.on a{
	display:block;
	color:#00a7ac;
}
header .head-panel .head-title .list-switch-title ul li.off{
	background:transparent;
}
header .head-panel .head-title .list-switch-title ul li.off a{
	display:block;
	color:#ffffff;
}
@media screen and (max-width:780px) {

	header.height-max {
		width:100%;
		height:56px;
	}
	header .head-panel{
		width:100%;
		height:56px;
	  display: block;
		background:#00a7ac;
	}
	header .head-panel .head-title{
		display:none;
	}

}

#background-area {
  width: 100%;
  height: 100svh;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -4;
}
 
#background-area iframe {
  position: absolute;
  top: calc(50% - 40px);
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: calc(177.77777778vh + 142px);
  height: 56.25vw;
  min-height: calc(100% + 80px);
  min-width: 100%;
  z-index: -3;
}

#background-area .cover_on_video {
  position: absolute;
	top 0;
	left: 0;
	width:100%;
  height: 100vh;
	background:#00a7ac;
	opacity:0.87;
  z-index: -2;
}

#background-area #cover-you {
	width:100%;
  height: 100vh;
  z-index: -1;
	opacity:0;
}
#background-area #cover-you .img-you {
	width:100%;
  height: 100vh;
}
#background-area #cover-you .img-you img{
	width:100%;
  height: 100vh;
}
#background-area #cover-you.youintro {
	opacity:0;
	animation: efanim_youintro 2.0s ease-out 1 forwards;
}
@keyframes efanim_youintro {
  0% {
		opacity:0;
  }
  100% {
		opacity:1;
  }
}

#background-area #cover-you.youfix {
	opacity:1;
	animation: efanim_youfix 1.0s ease-out 1 forwards;
}
@keyframes efanim_youfix {
  0% {
		opacity:1;
  }
  100% {
		opacity:0.26;
  }
}


header .logo{
	position:absolute;
	top:30px;
	left:30px;
}

@media screen and (max-width:780px) {

	header .logo{
		position:absolute;
		top:18px;
		left:24px;
	}

}

header .btn-close{
	position:absolute;
	top:30px;
	right:30px;
}

header .list-switch-head{
	position:absolute;
	top:30px;
	right:100px;
}
header .list-switch-head ul{
	display:flex;
}
header .list-switch-head ul li{
	font-size:16px;
	font-weight:bold;
	width:136px;
	height:30px;
	text-align:center;
	line-height:30px;
}
header .list-switch-head ul li.on{
	background:#ffffff;
}
header .list-switch-head ul li.on a{
	display:block;
	color:#00a7ac;
}
header .list-switch-head ul li.off{
	background:transparent;
}
header .list-switch-head ul li.off a{
	display:block;
	color:#ffffff;
}

header .hamburger_btn {
  cursor: pointer;
	position:absolute;
	top:30px;
	left:320px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  z-index: 3;
}
header .hamburger_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  border-radius: 4px;
  background-color: #ffffff;
  transition: all .5s;
}

header .hamburger_btn span:nth-child(1) {top: 4px;}
header .hamburger_btn span:nth-child(2) {top: 14px;}
header .hamburger_btn span:nth-child(3) {bottom: 4px;}

header .hamburger_btn.open span:nth-child(1) {
	-webkit-transform: translateY(10px) rotate(-315deg);
	transform: translateY(10px) rotate(-315deg);
}
header .hamburger_btn.open span:nth-child(2) {
	opacity: 0;
}
header .hamburger_btn.open span:nth-child(3) {
	-webkit-transform: translateY(-10px) rotate(315deg);
	transform: translateY(-10px) rotate(315deg);
}

@media screen and (max-width:780px) {
	header .hamburger_btn {
		position:absolute;
		top:12px;
		right:18px;
		left:auto;
	}
}

main {
	z-index:0;
	position:relative;
	width: 100%;
	min-height: 100%;
	display:block;
	position:absolute;
	top:0px;
	left:0px;
}
section {
	position:relative;
}
section#opening {
	width:100%;
	min-height:100vh;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
}
#canvas_opening {
	position:absolute;
	left:0;
	top:0;
	width:calc(100% + 100px);
	min-width:1200px;
}

#canvas_opening.fade_out {
	animation: opening_fade_out 1.0s ease 3.0s 1 forwards;
}

@keyframes opening_fade_out {
  0% {
		opacity:1;
  }
  100% {
		opacity:0;
  }
}


section#intro {
	width: 100vw;
	height:100vh;
  display: grid;
  place-items: center;
	overflow:hidden;
}
section#intro .text-intro {
	width:160%;
	color:#ffffff;
	font-size:80px;
	font-weight:bold;
	line-height:130%;
	text-align:center;
	position:absolute;
	top:-20px;
	left:-200px;
}
@media screen and (max-width:540px) {
	section#intro .text-intro {
		font-size:36px;
		line-height:140%;
	}
}

section#phrase {
	width: 100vw;
	height:100vh;
  display: grid;
  place-items: center;
}
section#phrase .text-phrase {
	color:#ffffff;
	font-size:62px;
	font-weight:bold;
	line-height:144%;
	animation: top_phrase_in 1.0s ease-out 1 forwards;
	letter-spacing: 0.15em;
}

@keyframes top_phrase_in {
  0% {
		opacity:0;
  }
  100% {
		opacity:1;
  }
}
section#phrase .text-phrase .sml{
	display:none;
}

@media screen and (max-width:1000px) {
	section#phrase .text-phrase .sml{
		display:block;
	}
}
@media screen and (max-width:540px) {
	section#phrase .text-phrase {
		font-size:36px;
		line-height:144%;
	}
}


section#slogan-list {
	padding:0 0 0 380px;
}

section#slogan-list .head-message {
  width: 100%;
  min-height: 100vh;
  display: grid;
	align-items: center;
	padding:60px 20px 0 20px;
	box-sizing: border-box;
}

section#slogan-list .head-message .text-top{
	color:#ffffff;
	font-size:42px;
	font-weight:bold;
	line-height:144%;
	margin-bottom:30px;
	letter-spacing: 0.15em;
}

section#slogan-list .head-message .text-top .sml{
	display:none;
}
@media screen and (max-width:1280px) {
	section#slogan-list .head-message .text-top .sml{
		display:block;
	}
}

section#slogan-list .head-message .text-exp{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:200%;
	margin-bottom:25px;
}
section#slogan-list .head-message .text-exp .sml{
	display:block;
}
@media screen and (max-width:930px) {
	section#slogan-list .head-message .text-exp .sml{
		display:none;
	}
}


section#slogan-list .head-message .text-last{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:250%;
	margin-bottom:60px;
}
section#slogan-list .head-message .text-last .sml{
	display:none;
}
@media screen and (max-width:940px) {
	section#slogan-list .head-message .text-last .sml{
		display:block;
	}
}

section#slogan-list .head-message .text-you{
	width:266px;
	margin:0 auto;
	display:none;
	opacity:0;
}
section#slogan-list .head-message .text-you img{
	width:100%;
}
section#slogan-list .head-message .text-phrase{
	color:#ffffff;
	font-size:18px;
	font-weight:bold;
	line-height:133%;
	margin-top:20px;
	margin-bottom:30px;
	text-align:center;
	display:none;
	opacity:0;
}
section#slogan-list .head-message .text-link{
	margin:0 auto 60px auto;
	width:267px;
	background:#ffffff;
	display:none;
	opacity:0;
}
section#slogan-list .head-message .text-link a{
	font-size:14px;
	font-weight:400;
	line-height:34px;
	color:#00A7AC;
	width:100%;
	display:block;
	text-align:center;
	font-weight: bold;
	padding:0 0 0 10px;
}
section#slogan-list .head-message .text-link a:after {
	content: "";
	background: url(../img/icon_link_b.svg) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: top;
	margin: 11px 0 0 18px;
}


section#slogan-list .head-message .text-top span{
	opacity:0;
}
section#slogan-list .head-message .text-exp span{
	opacity:0;
}
section#slogan-list .head-message .text-last span{
	opacity:0;
}
section#slogan-list .head-message .text-top span:nth-of-type(1){
	animation: str_fade_in 0.5s ease 1 forwards;
}
section#slogan-list .head-message .text-top span:nth-of-type(2){
	animation: str_fade_in 0.5s ease 0.2s 1 forwards;
}
section#slogan-list .head-message .text-top span:nth-of-type(3){
	animation: str_fade_in 0.5s ease 0.4s 1 forwards;
}

section#slogan-list .head-message .text-exp span:nth-of-type(1){
	animation: str_fade_in 0.5s ease 0.5s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(2){
	animation: str_fade_in 0.5s ease 0.5s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(3){
	animation: str_fade_in 0.5s ease 0.5s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(4){
	animation: str_fade_in 0.5s ease 0.6s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(5){
	animation: str_fade_in 0.5s ease 0.6s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(6){
	animation: str_fade_in 0.5s ease 0.6s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(7){
	animation: str_fade_in 0.5s ease 0.7s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(8){
	animation: str_fade_in 0.5s ease 0.7s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(9){
	animation: str_fade_in 0.5s ease 0.7s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(10){
	animation: str_fade_in 0.5s ease 0.8s 1 forwards;
}
section#slogan-list .head-message .text-exp span:nth-of-type(11){
	animation: str_fade_in 0.5s ease 0.8s 1 forwards;
}

section#slogan-list .head-message .text-last span:nth-of-type(1){
	animation: str_fade_in 0.5s ease 1.0s 1 forwards;
}
section#slogan-list .head-message .text-last span:nth-of-type(2){
	animation: str_fade_in 0.5s ease 1.1s 1 forwards;
}
section#slogan-list .head-message .text-last span:nth-of-type(3){
	animation: str_fade_in 0.5s ease 1.2s 1 forwards;
}

section#slogan-list .head-message .text-you{
	animation: str_fade_in 0.5s ease 1.6s 1 forwards;
}
section#slogan-list .head-message .text-phrase{
	animation: str_fade_in 0.5s ease 1.8s 1 forwards;
}
section#slogan-list .head-message .text-link{
	animation: str_fade_in 0.5s ease 2.0s 1 forwards;
}

@keyframes str_fade_in {
  0% {
		opacity:0;
  }
  100% {
		opacity:1;
  }
}


@media screen and (max-width:780px) {
	section#slogan-list {
		padding:0 0 100px 0;
	}

	section#slogan-list .head-message {
	  width: 100%;
		height:auto;
		display:block;
		padding:80px 20px 0 20px;
		box-sizing: border-box;
		text-align:left;
	}
	section#slogan-list .head-message .text-last .sml{
		display:none;
	}
	section#slogan-list .head-message .text-you{
		display:block;
	}
	section#slogan-list .head-message .text-phrase{
		display:block;
	}
	section#slogan-list .head-message .text-link{
		display:block;
	}

}
@media screen and (max-width:580px) {
	section#slogan-list .head-message .text-last .sml{
		display:block;
	}
}

@media screen and (max-width:480px) {

	section#slogan-list .head-message .text-top{
		font-size:36px;
		font-weight:bold;
		line-height:144%;
		margin-bottom:20px;
	}
	section#slogan-list .head-message .text-exp{
		font-size:14px;
		font-weight:bold;
		line-height:200%;
		margin-bottom:10px;
	}
	section#slogan-list .head-message .text-last{
		font-size:18px;
		font-weight:bold;
		line-height:250%;
		margin-bottom:40px;
	}

}

section#slogan-list .list-block ul{
	width:100%;
	display:flex;
	gap:10px 10px;
	flex-wrap:wrap;
}
section#slogan-list .list-block ul li{
	width: calc(100% / 3 - 10px);
	margin-bottom: 20px;
	position:relative;
	opacity:0;
}

section#slogan-list .list-block ul li a.link-card{
	width:100%;
	height:100%;
	display:block;
	padding:20px 20px 40px 20px;
	box-sizing: border-box;
	transition: background-color 0.5s ease;
}
@media screen and (max-width:1280px) {
	section#slogan-list .list-block ul li{
		width: calc(100% / 2 - 10px);
	}
}
@media screen and (max-width:1080px) {
	section#slogan-list .list-block ul li{
		width: calc(100% - 10px);
	}
}


section#slogan-list .list-block ul li .text{
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
	line-height:133%;
	margin-bottom:15px;
}
section#slogan-list .list-block ul li .dept{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:133%;
	margin-bottom:2px;
}
section#slogan-list .list-block ul li .name{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:133%;
}
section#slogan-list .list-block ul li .nice{
	text-align:right;
	display:block;
	position:absolute;
	bottom:0px;
	right:0px;
}
section#slogan-list .list-block ul li .nice a{
	color:#ffffff;
	font-size:10px;
	font-weight:bold;
	line-height:100%;
	padding:0px;
}
section#slogan-list .list-block ul li .nice a:after {

content: "";
background: url(../img/icon_nice.svg) no-repeat;
background-size: 100% 100%;
display: inline-block;
width: 40px;
height: 36px;
vertical-align: middle;
margin: 0 0 10px 2px;
}

section#slogan-list .list-block ul li a.link-card:hover{
	background-color: rgba(255,255,255,0.2);
}
section#slogan-list .list-block ul li .nice a:hover:after {
	opacity:1.0;
	animation: nice_btn_anim 0.5s linear 1 alternate;
}
section#slogan-list .list-block ul li.card_in{
	animation: list_card_in 0.5s ease-out 1 forwards;
}
@keyframes list_card_in {
  0% {
		opacity:0;
  }
  100% {
		opacity:1;
  }
}
@media screen and (max-width:780px) {
	section#slogan-list .list-block ul li a.link-card{
		pointer-events: none;
	}
}

section#skip {
	position:fixed;
	right:30px;
	bottom:30px;
	background:#00a7ac;
}

section#slogan-single {
	width: 100%;
	overflow:hidden;
	position:relative;
}

section#slogan-single .list-scroll-area {
	width:10px;
	height:10px;
}

section#slogan-single .list-block ul li{
	width: 100vw;
	height:100vh;
  display: grid;
	align-items: center;
	padding:40px;
	box-sizing:border-box;
	position:fixed;
	top:0;
	left:-9999;
}
section#slogan-single .list-block ul li.right_to_c{
	animation: card_right_to_c 0.3s ease-out 1;
}
@keyframes card_right_to_c {
  0% {
    transform:translate(1000px, 0);
		opacity:0;
  }
  100% {
    transform:translate(0, 0);
		opacity:1;
  }
}
section#slogan-single .list-block ul li.left_to_c{
	animation: card_left_to_c 0.3s ease-out 1;
}
@keyframes card_left_to_c {
  0% {
    transform:translate(-1000px, 0);
		opacity:0;
  }
  100% {
    transform:translate(0, 0);
		opacity:1;
  }
}
section#slogan-single .list-block ul li.c_to_left{
	animation: card_c_to_left 0.3s ease-out 1 forwards;
}
@keyframes card_c_to_left {
  0% {
    transform:translate(0, 0);
		opacity:1;
  }
  100% {
    transform:translate(-1000px, 0);
		opacity:0;
  }
}
section#slogan-single .list-block ul li.c_to_right{
	animation: card_c_to_right 0.3s ease-out 1 forwards;
}
@keyframes card_c_to_right {
  0% {
    transform:translate(0, 0);
		opacity:1;
  }
  100% {
    transform:translate(1000px, 0);
		opacity:0;
  }
}


section#slogan-single .list-block ul li .text{
	color:#ffffff;
	font-size:80px;
	font-weight:bold;
	line-height:133%;
	margin-bottom:2%;
}
section#slogan-single .list-block ul li .dept{
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	line-height:133%;
	margin-bottom:0.5%;
}
section#slogan-single .list-block ul li .name{
	color:#ffffff;
	font-size:32px;
	font-weight:bold;
	line-height:133%;
}
section#slogan-single .list-block ul li .nice{
	text-align:right;
	display:block;
	position:absolute;
	bottom:10%;
	right:40px;
}
section#slogan-single .list-block ul li .nice a{
	color:#ffffff;
	font-size:21px;
	font-weight:bold;
	line-height:100%;
	padding:0px;
}
section#slogan-single .list-block ul li .nice a:after {
	content: "";
	background: url(../img/icon_nice.svg) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 60px;
	height: 54px;
	vertical-align: middle;
	margin: 0 0 10px 10px;
}
section#slogan-single .list-block ul li .nice a:hover:after {
	opacity:1.0;
	animation: nice_btn_anim 1.0s linear 1;
}
@media screen and (max-width:980px) {
	section#slogan-single .list-block ul li .text{
		font-size:40px;
		font-weight:bold;
		line-height:133%;
	}
	section#slogan-single .list-block ul li .dept,
	section#slogan-single .list-block ul li .name{
		font-size:16px;
		font-weight:bold;
		line-height:133%;
	}

}

nav#gnav-menu {
  position: fixed;
  top:0;
  left:380px;
  width: 100%;
  height: 100vh;
	z-index:99;
  display: none;
}
nav#gnav-menu div{
	background:#00a7ac;
  width: 100%;
	height:100%;
  display: grid;
	align-items: center;
	padding:0 0 0 224px;
	box-sizing:border-box;
}
@media screen and (max-width:1000px) {
	nav#gnav-menu div{
		padding:0 0 0 40px;
	}
}
@media screen and (max-width:780px) {
	nav#gnav-menu {
	  left:0px;
	}
}
nav#gnav-menu div ul li{
	margin-bottom:30px;
	display:block;
	width:300px;
}
nav#gnav-menu div ul li a{
	color:#ffffff;
}
nav#gnav-menu div ul li a .en{
	font-size:24px;
	font-weight:bold;
	line-height:180%;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
}
nav#gnav-menu div ul li a .jp{
	font-size:14px;
	font-weight:400;
	line-height:142%;
}
nav#gnav-menu div ul li a .jp:after {
	content: "";
	background: url(../img/icon_link.svg) no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	width: 11px;
	height: 11px;
	vertical-align: top;
	margin: 5px 0 0 5px;
}
nav#gnav-menu div ul li a:hover{
	animation: link_btn_fade 0.3s ease-out 1 forwards;
}
@keyframes link_btn_fade {
  0% {
		opacity:1;
  }
  100% {
		opacity:0.7;
  }
}

nav#gnav-menu.move_in {
	display:block;
	animation: nav_menu_in 0.5s ease-in 1 forwards;
}
@keyframes nav_menu_in {
  0% {
		display:block;
    transform:translate(1500px, 0);
  }
  1% {
		display:block;
    transform:translate(1500px, 0);
  }
  100% {
		display:block;
    transform:translate(0, 0);
  }
}

nav#gnav-menu.move_out {
	animation: nav_menu_out 0.5s ease-out 1 forwards;
}
@keyframes nav_menu_out {
  0% {
		display:block;
    transform:translate(0, 0);
  }
  99% {
		display:block;
    transform:translate(1500px, 0);
  }
  100% {
		display:none;
    transform:translate(1500px, 0);
  }
}


footer {
	z-index:30;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
}
footer .btn-scroll {
	position:absolute;
	bottom:30px;
	left:30px;
}
footer .btn-scroll a{
	pointer-events: none;
}
footer .btn-totop {
	position:absolute;
	bottom:30px;
	right:32px;
	opacity:0;
}
footer .btn-totop img{
	width:60px;
}

footer .btn-scroll {
	animation: scroll_btn_anim 3.0s ease-in-out infinite alternate;
}

@keyframes scroll_btn_anim {
  0% {
    transform:translate(0, 0);
  }
  50% {
    transform:translate(0, -10px);
  }
  100% {
    transform:translate(0, 0);
  }
}

footer .btn-totop.fade_in {
	animation: totop_fade_in 0.3s ease-out 1 forwards;
}
@keyframes totop_fade_in {
  0% {
    transform:translate(0, 20px);
		opacity:0;
  }
  100% {
    transform:translate(0, 0);
		opacity:1;
  }
}
footer .btn-totop.fade_out {
	animation: totop_fade_out 0.3s ease-out 1 forwards;
}
@keyframes totop_fade_out {
  0% {
    transform:translate(0, 0);
		opacity:1;
  }
  100% {
    transform:translate(0, 20px);
		opacity:0;
  }
}

.copyright {
	margin:100px 20px 30px 20px;
	font-size:14px;
	font-weight:400;
	line-height:133%;
	font-family: "Inter", sans-serif;
}

@media screen and (max-width:780px) {
	footer .btn-scroll {
		bottom:26px;
		right:20px;
		left:auto;
	}
	footer .btn-totop {
		bottom:26px;
		right:20px;
	}
	footer .btn-scroll img{
		width:80px;
	}

	.copyright {
		font-size:12px;
		line-height:133%;
	}

}

@keyframes nice_btn_anim {
	0% {
		transform: translateY(0px);
		animation-timing-function: ease-out;
	}
	20% {
		transform: translateY(-20px);
		animation-timing-function: ease-in;
	}
	40% {
		transform: translateY(0px);
		animation-timing-function: ease-out;
	}
	60% {
		transform: translateY(-10px);
		animation-timing-function: ease-in;
	}
	80% {
		transform: translateY(0px);
		animation-timing-function: ease-out;
	}
	90% {
		transform: translateY(-2px);
		animation-timing-function: ease-in;
	}
	100% {
		transform: translateY(0px);
	}
}

header .head-panel.off {
	display:none;
}
header .logo.off {
	display:none;
}
header .hamburger_btn.off {
	display:none;
}
header .list-switch-head.off {
	display:none;
}
header .btn-close.off {
	display:none;
}
section#intro.off {
	display:none;
}
section#opening.off {
	display:none;
}
section#phrase.off {
	display:none;
}
section#top-you.off {
	display:none;
}
section#site-title.off {
	display:none;
}
section#slogan-list.off {
	display:none;
}
section#slogan-single.off {
	display:none;
}
section#skip.off {
	display:none;
}
footer.off{
	display:none;
}



