@charset "utf-8";
body, div, ul, li, p, a {
	padding: 0;
	margin: 0;
}
/*ページ遷移アニメーション*/
.move .animation-bg {
  background: #ffffff;
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.ltr .animation-bg {
  animation-name: PageAnime-ltr;
}
@keyframes PageAnime-ltr {
  0% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
/*ヘッダー*/
.c-header {
    position: fixed;
    align-items: center;
    background-color: #FFFFFF; /* PCヘッダー色 */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-top: 0px;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 0px;
    width: 100%;
    height: 80px;
    z-index: 100;
    margin-top: 0px;
    margin-bottom: 0px;

}
.c-header__logo img {
    text-align: left;
    display: flex;
    width: 80%;
}
.c-header__logo2 img{
	vertical-align: baseline;
	margin-left: 0px;
	padding-left: 0px;
}
.c-header__list {
    box-sizing: border-box;
    display: flex;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}
.c-header__list-item {
    list-style: none;
    text-decoration: none;
    background-color: #FFFFFF;
}
.c-header__list-link {
	color: #000000; /* ヘッダーメニュー文字色 */
	display: block;
	margin-right: 20px; /* ヘッダーメニュー文字幅 */
	text-decoration: none;
	padding: 10px 0px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: calc(0.7vw + 0.6rem);
}
.c-header__list-link:hover {
	filter: opacity(0.6);
	color: #0207F8;
}
.c-hamburger-menu {
  position: relative;
}
.c-header.c-hamburger-menu {
  position: fixed;
}
@media screen and (max-width: 480px){
.c-header {
	position: fixed;
	align-items: center;
	background: #ffffff; /* PCヘッダー色 */
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	padding-top: 0px;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 0rem;
	width: 100%;
	height: 70px;
	z-index: 100
}
.c-header__logo img {
	text-align: left;
	display: flex;
	width: 60%;
	height: auto;
}
.c-header__logo2 img{
	vertical-align: baseline;
	margin-left: 0px;
	padding-left: 0px;
}	
}


@media screen and (max-width: 750px) {
  .c-hamburger-menu__list {
    background: #ffffff;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    left: 0;
    padding: 2rem; 
    position: absolute;
    transform: translateX(-100%);
    transition: 0.3s; 
    top: 100%;
    width: 100%;
  }

  #hamburger:checked ~ .c-hamburger-menu__list {
    transform: translateX(0%);
    transition: 0.3s;
  }
}
.c-hamburger-menu__input {
  display: none;
}
.c-hamburger-menu__bg { /*メニュー上段*/
  background: rgba(255, 255, 255, .6);
  cursor: pointer;
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0.4; 
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#hamburger:checked ~ .c-hamburger-menu__bg {
  display: block;
}
.c-hamburger-menu__button {
  display: none;
}
@media screen and (max-width: 750px) {
  .c-hamburger-menu__button {
    align-items: center;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 5px; 
    height: 32px;
    justify-content: center;
    width: 32px; 
  }
.c-hamburger-menu__button-mark {
  background-color: #000000; 
  display: block;
  height: 1px; 
  transition: 0.3s; 
  width: 20px;
}
}

@media screen and (max-width: 750px) {
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(1) {
    transform: translate(2px, 1px) rotate(45deg); 
    transform-origin: 0%; 
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(2) {
    opacity: 0;
  }
  #hamburger:checked ~ .c-hamburger-menu__button .c-hamburger-menu__button-mark:nth-of-type(3) {
    transform: translate(2px, 3px) rotate(-45deg); 
    transform-origin: 0%; 
  }
	.c-header__list-item {
	width:100%;
	border-bottom: solid #FB0004 1px;
}
}
@media screen and (min-width: 750px) {
	.r-img{
		display: none;
	}
}

/*----------------------------------------*/

/*初期画像*/
.layer-bg {
    display: flex;
    justify-content: start;
    align-items: start;
    text-align: left;
    margin-top: 0px;
    margin-right: auto;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 80px;
}
@media screen and (max-width: 480px){
	.layer-bg {
	padding-top: 70px;	
	}
}
.layer-bg img{
	object-fit: cover;
	width: 100%;
	height:auto;
}
@media screen and (max-width: 959px) {
.layer-bg img{
	object-fit: cover;
	width: 100%;
	height: 600px;
}
}

.txt{
	width: 100%;
	position: absolute;
	padding-left: 5vw;
    padding-top: 200px;
	box-sizing: border-box;
}
.s01 {
    text-anchor: start;
    dominant-baseline: hanging;
	color: #000000;
	font-weight: bold;
	letter-spacing: .06em;
	margin: 0;
	font-size: 260%;

}
.s01.active {
    stroke-dasharray: 500;
    stroke: #333;
    animation-name: kf_s01;
    animation-duration: 3s;
    animation-fill-mode: forwards;
	font-family: 'Noto Serif JP', sans-serif;
	
}
@media screen and (min-width: 600px) and (max-width: 896px) {
	.s01 {
	font-size: 400%;
	}
}
@media screen and (max-width: 600px) {
	.s01 {
	font-size: 400%;
	}
}
@keyframes kf_s01 {
    0% {
        stroke-dashoffset: 500;
        stroke-width: 2px;
        fill: transparent;
    }
    40% {
        fill: transparent;
    }
    60% {
        stroke-width: 2px;
    }
    90% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-width: 0px;
        fill: #333;
    }
}

/*--------------------------------------------*/
.txt1{
	width: 60%;
	height: auto;
	color: #000000;
	font-family: "Righteous", sans-serif;
	font-weight: bold;
	font-size: calc(3vw + 1.2rem);
	display: block;
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
	position: absolute;
    top: 50%;
	left:5%;
    transform: translateY(-50%);
}
.txt1 span{
  color: #000000;
  align-items: center; /* 縦中心 */
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
  font-size: calc(0.5vw + 1.0rem);
  width:30vw;
  height: 5vw;
  padding: 0 10px;
  white-space:nowrap;
}
.txt1 span::before,.txt1 span::after {
  content: '';
  background-color: #000000;
  height: 0.5px; 
  width:10px;
  display: inline-block;
  vertical-align: middle;
  
}/*横線終わり*/
/*内容*/
.box1{
	background-color: #333333;
	border: solid 2px #d7043f;
	border-radius: 10px;
}
h1 {/*カナヱ標準色で・・・*/
	font-family: 'Noto Serif JP', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: calc(0.8vw + 1.0rem);
	color: #333333;
	
}
.color_text1 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(0.2vw + 0.8rem);
    display: flex;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    margin-right: 4vw;
    margin-left: 4vw;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.color_text2{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(0.2vw + 0.8rem);
    display: flex;
    /*justify-content: center;*/
    padding-left: 20px;
    padding-right: 20px;
    color: #333333;
    margin-right: 4vw;
    margin-left: 4vw;
    box-sizing: border-box;
    font-weight: bold;
}
@media screen and (min-width: 600px) {
.sp{
	display:none;
}
}
.flex-parent {
  width:90%;
  display:flex;
  flex-wrap:wrap; /*折り返し*/
  justify-content:space-between;/*両端揃え*/
  padding-left:5%;
  padding-right:5%;
  
}
.flex-child {
  width:20%;
  display:flex;
  flex-direction:column;
  border:1px solid #ccc;
  box-sizing:border-box;
  margin:0px auto 50px;
  font-size:0;
}
.flex-grandchild-img_u_1 {
    width: 100%;
    position: relative;
    background-color: #B7B5B0;
}
.flex-grandchild-img_u_1::after {
    display: block;
    content: '';
    width: 100%;
    height: 0;
    padding-top: 64%;
}
.flex-grandchild-inner_u_1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
	text-align: center;
    background-color: #B7B5B0;
	
}
.flex-grandchild-img_u_2 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #894942;
}
.flex-grandchild-img_u_2::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_u_2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
	text-align: center;
    background-color: #894942;	
}
.flex-grandchild-img_1 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFFFFC;
}
.flex-grandchild-img_1::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_1{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
	text-align: center;
    background-color: #FFFFFC;	
}
.flex-grandchild-img_2 {
    width: 100%;
    height: auto;
    position: relative;
	background-color: #B7B5B0;
}
.flex-grandchild-img_2::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_2{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
	text-align: center;
    background-color: #B7B5B0;	
}
.flex-grandchild-img_3 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #89898A;
}
.flex-grandchild-img_3::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_3{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
	text-align: center;
    background-color: #89898A;	
}
.flex-grandchild-img_4 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #202020;
}
.flex-grandchild-img_4::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_4{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #202020;
    color: #FDFDFD;
}
.flex-grandchild-img_5 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0099CC;
}
.flex-grandchild-img_5::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_5{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #0099CC;
    color: #333333;
}
.flex-grandchild-img_6 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #AFEBAF;
}
.flex-grandchild-img_6::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_6{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #AFEBAF;
    color: #333333;
}
.flex-grandchild-img_7 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #FFCC33;
}
.flex-grandchild-img_7::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_7{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #ffcc33;
    color: #333333;
}
.flex-grandchild-img_8 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #07243B;
}
.flex-grandchild-img_8::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_8{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #07243B;
    color: #FCFCFC;
}
.flex-grandchild-img_9 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #0B5512;
}
.flex-grandchild-img_9::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_9{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #0B5512;
    color: #FCFCFC;
}
.flex-grandchild-img_10 {
    width: 100%;
    height: auto;
    position: relative;
    background-color: #002F15;
}
.flex-grandchild-img_10::after {
  display:block;
  content:'';
  width:100%;
  height:0;
  padding-top:64%;
}
.flex-grandchild-inner_10{
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(1vw + 0.2rem);
    text-align: center;
    background-color: #002F15;
    color: #FCFCFC;
}
/*.flex-grandchild-img_1 img {
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;left:0;
}*/
.flex-grandchild-inner {
  display:flex;
  flex-direction:column;
  flex-grow:1;
  width:100%;
}
.flex-grandchild-inner h3 {
  display:flex;
  align-items:center;
  color:#333333;
  font-size:calc(0.5vw + 0.8rem);
  /*line-height:1.6;*/
  margin:0 auto;
  box-sizing:border-box;
  /*border-bottom:1px solid #ccc;*/
}
/*.flex-grandchild-inner h3 img {
  display:block;
  width:12.5%;height:auto;
  margin-right:8px;
}*/
.flex-grandchild-innerText {
  flex-grow:1;
  padding:5px 10px;
  box-sizing:border-box;
  text-align: center;
}
.flex-grandchild-innerLink {
  width:100%;
  height:auto;
}
.flex-grandchild-innerLink a {
  width:90%;
  height:30px;
  margin:10px auto 20px auto;
  display:flex;
  justify-content:center;
  align-items:center;
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  background:#333;
}
@media screen and (max-width: 1360px) {
  .flex-parent {
    width:90%;
    max-width:initial;
    height:auto;
    margin:0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .flex-child {
    width:24%;
    display:flex;
    flex-direction:column;
    border:1px solid #ccc;
    box-sizing:border-box;
	margin-bottom: 50px;
  }
 /* .flex-child:nth-of-type(n+3) {
    margin-top:40px;
  }*/
}
@media screen and (max-width: 896px) {
  .flex-child {
    width:100%;
	max-height: 150px;
    display:flex;
    flex-direction:row;
    border:1px solid #ccc;
    box-sizing:border-box;
  }
  /*.flex-child:nth-of-type(n+2) {
    margin-top:40px;
  }*/
 /* .flex-grandchild-img img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    top:0;left:0;
  }*/
  .flex-grandchild-inner_u_1 h3 {
    padding:0 20px 0;
	white-space: nowrap;
	}
  .flex-grandchild-inner_u_2 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
  .flex-grandchild-inner_1 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
  .flex-grandchild-inner_2 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
   .flex-grandchild-inner_3 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_4 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
  .flex-grandchild-inner_5 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_6 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_7 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_8 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_9 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
	.flex-grandchild-inner_10 h3 {
	padding:0 20px 0;
	white-space: nowrap;
  }
  .flex-grandchild-innerText {
    min-height:20px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:4;/* 4行以上は省略 */
  }
}
@media screen and (max-width: 786px) {
  .flex-parent {
    width:90%;
    margin:0 auto;
  }
  .flex-child {
	width:30%;
  max-height:100%;
  display:flex;
  flex-direction:column;
  border:1px solid #ccc;
  box-sizing:border-box;
  }
}
@media screen and (max-width: 480px) {
  .flex-parent {
    width:90%;/*全体の幅を90%に*/
  }
}
.at{
    display: block;
    width: 50%;
    height: auto;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(0.2vw + 0.8rem);
    margin: 0 auto;
    text-indent: -1em;
    padding-left: 1em;
    color: #CF0407;
    font-weight: bold;
	overflow-wrap: break-word;
}


/*フッターサイトマップ*/	
#footer {
  position: relative;
  margin-top: 40px;
  color: #333;
}
#footer a {
  text-decoration: none;
  color: #333;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
}
#footer .primary .flex {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
}
#footer .primary .flex .left{
  width: 100%;
}
#footer .primary .flex .left .logo{
	width: 100%;
    font-size: 1.4em;  
}
#footer .primary .flex .left .address{
    font-size: calc(0.2vw + 0.8rem);	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: start;
}
@media screen and (max-width: 896px) {
#footer .primary .flex .left{
  width: 450px;
}
#footer .primary .flex .left .logo{
    font-size: 18px;  
}
#footer .primary .flex .left .address{
    font-size: 12px;	
}
#footer .primary .flex .right{
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-size: 12px;
}
}
@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
  }
  #footer .primary .flex {
    display: block;
  }
  #footer .primary .flex .left{
    width: 100%;
  }
  #footer .primary .flex .right{
    width: 100%;
    display: block;
  }
}
/* logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */

.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-section {
  display: flex;
  flex-direction: column;
  width: 25%;
  margin-left: 20px;
  font-size:calc(0.5vw + 0.5rem);
}
#footer .parent {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: bold;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  margin: 8px 0 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .navi-section {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
#footer .parent {
  font-size: 12px;
  margin: 0 0 10px;
}
  #footer .navi {
    font-size: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
  }
  #footer .navi li {
    border-top: 1px solid #000000;
    padding-top: 10px;
    margin-top: 10px;
    font-size: 12px;
  }
}

/* sns-navi */

#footer .sns-navi {
  margin: 20px 0 0;
  padding: 0;
}
#footer .sns-navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 20px;
}
#footer .sns-navi li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #footer .sns-navi {
    margin: 20px 0 0;
    padding: 0;
  }
  #footer .sns-navi li {
    margin: 0 20px 0 0;
    padding: 0;
    font-size: 18px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

body {
    font-family: Lato, sans-serif;
    background-repeat: no-repeat;
}

footer {
	width: 100%;
	bottom: 0px;
	background-color: #FAF7D4;
}
footer div {
  margin: -5px 0px 0px 0px;
  padding:0px;
  color: #333;
  text-align:center;
}
svg {
  width:100%;
}



.wave {
  animation: wave 3s linear;
  animation-iteration-count:infinite;
  fill: #f9c202;
}
.drop {
  fill: transparent;
  animation: drop 5s ease infinite normal;
  stroke: #f9c202;
  stroke-width:0.5;
  opacity:.6; 
  transform: translateY(80%);
}
.drop1 {
  transform-origin: 20px 3px;
}
.drop2 {
  animation-delay: 3s;
  animation-duration:3s;
  transform-origin: 25px 3px;
}
.drop3 {
  animation-delay: -2s;
  animation-duration:3.4s;
  transform-origin: 16px 3px;
}
.gooeff {
    filter: url(#goo);
}
#wave2 {
  animation-duration:5s;
  animation-direction: reverse;
  opacity: .6
}
#wave3 {
  animation-duration: 7s;
  opacity:.3;
}
@keyframes drop {
  0% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  80% {
    transform: translateY(80%); 
    opacity:.6; 
  }
  90% { 
    transform: translateY(10%) ; 
    opacity:.6; 
  }
  100% { 
    transform: translateY(0%) scale(1.5);  
    stroke-width:0.2;
    opacity:0; 
  }
}
@keyframes wave {
  to {transform: translateX(-100%);}
}
@keyframes ball {
  to {transform: translateY(20%);}
}
.copyright{
    color: #333333;
    text-align: center;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: calc(0.5vw + 0.5rem);
    background-color: #FAF7D4;
}
