@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

.mobile-menu-buttons {
	background-color: #897E54; /* 背景色 */
}
a.go-to-top-common.top-menu-a{
  background: linear-gradient(135deg,#111,#2b2b2b) !important;
  border: 1px solid rgba(255,215,0,.55) !important;
  border-radius: 16px !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.35) !important;
}

a.go-to-top-common.top-menu-a .top-menu-caption,
a.go-to-top-common.top-menu-a .menu-caption{
  color: #ffd54a !important;
  font-weight: 800 !important;
  letter-spacing: .02em;
}

a.go-to-top-common.top-menu-a .login-emoji{
  filter: drop-shadow(0 2px 2px rgba(0,0,0,.35));
}

@keyframes floatyLogin {
  0%   { transform: translateY(0); }
  50%  { transform: translateY(-3px); }
  100% { transform: translateY(0); }
}

a.go-to-top-common.top-menu-a{
  animation: floatyLogin 2.6s ease-in-out infinite;
}