@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
*/

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

header#header,
footer#footer,
.date-tags,
.widget-area {display:none;}
ul.mobile-footer-menu-buttons.mobile-menu-buttons {
	/*モバイルフッター*/
    display: none;
}

.content,
.entry-content,
.entry-title,
.archive-title {
    margin: 0;
    padding: 0;
}

.entry-title {
	height: 0;
	font-size: 0;
}

main#main {
	padding: 0;
	font-size: 16px;
}

img {
    display: block;
    width: 100%;
	height: auto;
}

.lp_main_area {
    width: 500px;
    margin: 0 auto;
}

.first_text {
	height: 0;
	font-size: 0;
}

.btn_area {
    padding: 10px;
}
.btn_area a img {
	width: 95%;
	margin: 0 auto;
	animation-duration: 0.8s;
	animation-name: move_btn;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-play-state: running;
}

.btn_on_img {
	position: relative;
}
.btn_on_img .btn_area {
	position: absolute;
	bottom: 10%;
	left: 0;
    right: 0;
    margin: auto;
}
.btn_on_img .btn_area a img {
	width: 85%;
}


@keyframes move_btn {
  0% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1.0, 1.0);
  }
}

.br-sp {
	display: none;
}

@media screen and (max-width: 768px) {
	.lp_main_area {
		width: 100%;
	}
}
@media screen and (max-width: 470px) {
	.br-sp {
		display: block;
	}
}



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

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

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