@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/


.iframeWrapper {
　position: relative;
　padding-top: 56.25%;
}

iframe {
　position: absolute;
　top: 0;
　left: 0;
　width: 100%;
　height: 100%;
}


/*フォント*/
body {
    font-family: Hiragino Sans, Arial, sans-serif !important;
	font-weight: 600;
}

/*シェアーボタン消す*/
.sns-btn .sns-btn__title {
	display: none;
}

#footer-menu {
	background-color: #212736 !important;
}

#footer-menu a {
	color: #fff!important;
	opacity: .8;
}

.copyright {
	color: #fff!important;
	font-size: 12px;
}

/*文字の点滅*/
.link{
  margin:10px 0;
}

.text{
  animation: flash 1s linear infinite;
  margin:20px;
  font-size:30px;
  font-weight: bold;
}

@keyframes flash {
  0%,35%,60%,100%{
	opacity: 0;
  }

  25%{
	opacity: 1;
	color:#7fff00;
  }
  
  50%{
	opacity: 1;
	color:#0091EA;
  }
  
  75%{
	opacity: 1;
	color:#ff1493;
  }
  
}


/*文字の横位置*/
.al-l{ text-align: left!important; }
.al-r{ text-align: right!important;
line-height: 90%
}
.al-c{ text-align: center; }

.al-r{
  display: block;
text-align: right!important;
}

.has-text-align-center{ text-align: center!important; }
.has-text-align-right{ text-align: right!important; }


.box28 .box-content {
	border: solid 1px #62c1ce!important;
}


.boldd {
font-weight: 800;
}

.red {
color: #ea3323;
font-weight: 800;
}

.blue {
color: #0000f5;
font-weight: 800;
}

.pink{
color: #ff0098;
font-weight: 800;
}

.gray{
color: #999999;
font-size: 8pt;
text-align: right!important;
    transform: scale(.8);

}

.gray2{
font-size: 8px;
text-align: right!important;
    transform: scale(.8);

}

.brown{
 color: rgb(178, 107, 0);
font-weight: bold;
}


.line-yellow {
background: linear-gradient(transparent 50%, #fff499 50%);
	font-weight: bold;
}

.line-pink {
background: linear-gradient(transparent 50%, #ffcdd2 50%);
	font-weight: bold;
}

.line-black {
background: linear-gradient(transparent 0%, #000000 0%);
}

.f12px{ font-size: 12px!important; }
.f13px{ font-size: 13px!important; }
.f14px{ font-size: 14px!important; }
.f15px{ font-size: 15px!important; }
.f16px{ font-size: 16px!important; }
.f17px{ font-size: 17px!important; }
.f18px{ font-size: 18px!important; }
.f19px{ font-size: 19px!important; }
.f20px{ font-size: 20px!important; }
.f21px{ font-size: 21px!important; }
.f22px{ font-size: 22px!important; }
.f23px{ font-size: 23px!important; }
.f24px{ font-size: 24px!important; }
.f25px{ font-size: 25px!important; }
.f26px{ font-size: 26px!important; }
.f27px{ font-size: 27px!important; }
.f28px{ font-size: 28px!important; }


.entry-content h2 {
	text-align: center;
	margin-top: 40px;
	font-size: 21px;
	font-weight: bold;
	position: relative;
	padding: 1rem 2rem calc(1rem + 10px);
	background: #fff100;
}

.entry-content h2:before {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 100%;
	height: 100%;
	content: '';
	border: 4px solid #000;
}


.title {
  background: #c2edff;
  padding: 0.5em;
  font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	margin: 1.5em 0em 0.5em 0em;
}



/* 文字点滅 */
/* 点滅 */
@keyframes blinking {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
.blink {
	animation: blinking 1s ease-in-out infinite alternate;
}

.text-background {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4em;
}
.text-background > span {
  position: relative;
  display: inline-block;
}
.text-background > span::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: -5px;
  top: -5px;
  right: -5px;
  background-color: #fecd2f;
  z-index: -1;
}


/*吹き出し*/
.balloon5 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
}

.balloon5 .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says p {
  margin: 0;
  padding: 0;
}



/*動く矢印*/

.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}
.cp_arrows {
	position: relative;
	display: flex;
	height: 300px;/*画面いっぱいにする場合100vh*/
	margin: 2em auto;
	justify-content: center;
	align-items: center;
}
.cp_arrows .cp_arrow {
	position: absolute;
	top: 50%;/*着地点（サンプルは[class:cp_arrows]height300pxの50%）*/
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);
	-webkit-transform-origin: 50% 50%;
			transform-origin: 50% 50%;
	opacity: 0;
}
.cp_arrows .cp_arrowfirst {
	-webkit-animation: arrow-move08 2s ease-in-out infinite;
			animation: arrow-move08 2s ease-in-out infinite;
}
.cp_arrows .cp_arrowsecond {
	-webkit-animation: arrow-move08 2s 1s ease-in-out infinite;
			animation: arrow-move08 2s 1s ease-in-out infinite;
}
.cp_arrows .cp_arrow:before, .cp_arrows .cp_arrow:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 30px;
	height: 3px;
	content: '';
	background: #E91E63;
}
.cp_arrows .cp_arrow:before {
	-webkit-transform: rotate(30deg) translateX(-39%);
			transform: rotate(30deg) translateX(-39%);
	-webkit-transform-origin: top left;
			transform-origin: top left;
}
.cp_arrows .cp_arrow:after {
	-webkit-transform: rotate(-30deg) translateX(39%);
			transform: rotate(-30deg) translateX(39%);
	-webkit-transform-origin: top right;
			transform-origin: top right;
}
@-webkit-keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes arrow-move08 {
	0% {
		top: 40%;/*スタート地点（サンプルは[class:cp_arrows]height300pxの35%）*/
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*チェックボックス*/
.ECM_CheckboxInput {
padding: 12px 8px;
display: flex;
align-items: center;
cursor: pointer;
}
.ECM_CheckboxInput-Input {
margin: 0;
width: 0;
opacity: 0;
}
.ECM_CheckboxInput:hover{
background: rgba(0,0,0,.05) !important;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
border: dashed 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
background: #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 40%;
height: 4px;
border-radius: 2px;
transform: translate(-6px, 5px) rotateZ(-135deg);
transform-origin: 2px 2px;
background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 76%;
height: 4px;
border-radius: 2px;
transform: translate(-6px, 5px) rotateZ(-45deg);
transform-origin: 2px 2px;
background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
position: relative;
top: 0;
left: 0;
display: block;
width: 32px;
height: 32px;
border: solid 2px transparent;
background: rgba(0,0,0, .1);
border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
margin-left: 12px;
display: block;
font-size: 16px;
font-weight: bold;
}


/*--------------------------------------
画像プルプル
--------------------------------------*/
.buruburu {
    display: inline-block;
    animation: hurueru .1s infinite;
}

/*--------------------------------------
  ビデオ
--------------------------------------*/

.ql-video {
		top:0;
		width: 100%;
		height: 100%;
		background: #000;/*背景を黒で表示*/
	 }


/*動くボタン*/
.cv_btn {
  margin: 0 auto;
}
.cv_btn img {
  animation: anime1 0.5s ease 0s infinite alternate;
  transform-origin:center;
}
@keyframes anime1 {
  from {
	transform: scale(0.9,0.9);
  }
  to {
	transform: scale(1,1);
  }
}


/*--------------------------------------
  口コミボックス
--------------------------------------*/
.good, .ungood {/*ボックス共通部分*/
	border: 2px solid #eb1461;/*枠線*/
	padding: 1.5em 1em;/*内側余白*/
	margin: 2em 0;/*外側余白*/
	 background: #ffebf2;
}
.good .box-title, .ungood .box-title {/*タイトル部分*/
	display: flex;/*配置しやすい種類に変更*/
	align-items: center;/*縦方向を真ん中に*/
	line-height: 1;/*行の高さ*/
	margin-bottom: 5px;/*外側　下の余白*/
}
.good .box-title, .good .box-title:before {/*タイトルとアイコンの色*/
color: #eb1461;
}
.ungood .box-title, .ungood .box-title:before {/*タイトルとアイコンの色*/
	color: #4cb1bf;/*文字色*/
}
.good .box-title:before ,.ungood .box-title:before {/*アイコン*/
	font-family: "font awesome 5 free";/*種類*/
	margin-right: 5px;/*外側　右余白*/
	font-size: 1.7em;/*文字の大きさ*/
}
.good .box-title:before {/*メリットのアイコン*/
	content: "\f599";/*アイコンの種類*/
}
.ungood .box-title:before {/*デメリットのアイコン*/
	content: "\f5c8";/*アイコンの種類*/
}


/*--------------------------------------
  アンケートダミーチェックボックス
--------------------------------------*/
.ECM_CheckboxInput {
padding: 12px 8px;
display: flex;
align-items: center;
cursor: pointer;
}
.ECM_CheckboxInput-Input {
margin: 0;
width: 0;
opacity: 0;
}
.ECM_CheckboxInput:hover{
background: rgba(0,0,0,.05) !important;
}
.ECM_CheckboxInput-Input:focus + .ECM_CheckboxInput-DummyInput{
border: dashed 2px #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
background: #333333;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 40%;
height: 4px;
border-radius: 2px;
transform: translate(-6px, 5px) rotateZ(-135deg);
transform-origin: 2px 2px;
background: #FFFFFF;
}
.ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
width: 76%;
height: 4px;
border-radius: 2px;
transform: translate(-6px, 5px) rotateZ(-45deg);
transform-origin: 2px 2px;
background: #FFFFFF;
}
.ECM_CheckboxInput-DummyInput {
position: relative;
top: 0;
left: 0;
display: block;
width: 32px;
height: 32px;
border: solid 2px transparent;
background: rgba(0,0,0, .1);
border-radius: 4px;
}
.ECM_CheckboxInput-LabelText {
margin-left: 12px;
display: block;
font-size: 16px;
font-weight: bold;
}

/*--------------------------------------
アンケートヘッダー
--------------------------------------*/

.l-lead {
	background: url(https://nemashi.xsrv.jp/wp-content/uploads/2023/04/lead_bg.webp) no-repeat center/cover;
	padding: 70px 0;
}

@media screen and (max-width: 767px) {
	.l-lead {
		background:url(https://nemashi.xsrv.jp/wp-content/uploads/2023/04/lead_bg.webp) no-repeat center/cover;
		padding: 10.66667vw 0
	}
}

.l-lead .l-lead-txt {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -110px;
	margin-bottom: -110px;
}

@media screen and (max-width: 767px) {
	.l-lead .l-lead-txt {
		width:86.66667vw;
		top: -16vw;
		margin-bottom: -16vw
	}
}


.l-qa .l-qa-ttl {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #d20351;
	padding: 15px;
	line-height: 1
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-ttl {
		font-size:5.33333vw;
		padding: 2.66667vw
	}
}

























@media screen and (max-width: 767px) {
	.l-qa {
		width:100%
	}
}

.l-qa .l-qa-item {
	transition: 1s opacity
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-item {
	}
}

.l-qa .l-qa-item.fade-out {
	opacity: 0;
	visibility: hidden;
	display: none
}

.l-qa .l-qa-item.fade-in {
	opacity: 1;
	visibility: visible;
	display: block
}

.l-qa .l-qa-ttl {
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
	background-color: #d20351;
	padding: 15px;
	line-height: 1
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-ttl {
		font-size:5.33333vw;
		padding: 2.66667vw
	}
}

.l-qa .l-qa-num-list {
	width: 500px;
	margin: 50px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-num-list {
		width:73.33333vw;
		margin: 8vw auto 0
	}
}

.l-qa .l-qa-num-item {
	position: relative
}

.l-qa .l-qa-num-item:not(:first-child)::before {
	content: '';
	display: block;
	width: 140px;
	height: 5px;
	background-color: #d9d9d9;
	position: absolute;
	top: 12px;
	left: -140px;
	z-index: 1
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-num-item:not(:first-child)::before {
		width:21.33333vw;
		height: 1.06667vw;
		top: 2.26667vw;
		left: -20vw
	}
}

.l-qa .l-qa-num-item__arrow {
	width: 26px;
	height: 26px;
	display: block;
	border-radius: 50%;
	background-color: #d9d9d9;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-num-item__arrow {
		width:5.33333vw;
		height: 5.33333vw
	}
}

.l-qa .l-qa-num-item__txt {
	color: #d9d9d9;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0;
	font-size: 20px;
	margin-top: 10px
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-num-item__txt {
		font-size:4vw;
		margin-top: 2vw
	}
}

.l-qa .l-qa-num-item.active::before {
	background-color: #d20351
}

.l-qa .l-qa-num-item.active .l-qa-num-item__arrow {
	background-color: #d20351
}

.l-qa .l-qa-num-item.active .l-qa-num-item__txt {
	color: #d20351
}

.l-qa .l-qa-num-item.anin .l-qa-num-item__arrow {
	-webkit-animation: anime2 0.5s ease 0s infinite alternate;
	animation: anime2 0.5s ease 0s infinite alternate
}





.entry-content ol {
	list-style-type: none;
}

.entry-content ol, .entry-content ul {
	margin-bottom: none!important;
	padding: none!important;
	border: none!important;
	border-radius: none!important;
}

.entry-content ol, .entry-content ul {
	margin-bottom: 0em;
	padding: 0em 0em 0em 0em;
	border: solid 2px #e8e8e8;
	border-radius: 0px;
}


.article-header {
	margin-bottom: none!important;
}


@media only screen and (min-width: 1030px) {
.article-header {
	margin: 0px 40px 0px;
}}

.entry-content {
	padding: 0px 15px 0;
}

.article-header {
	margin-bottom: 0px;
}

.l-qa .l-qa-head {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-head {
		margin-top:5.33333vw
	}
}

.l-qa .l-qa-head-txt {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.4
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-head-txt {
		width:100%;
		font-size: 5.33333vw;
	}
}


.l-qa .l-qa-img {
	width: 100%;
	margin-top: 20px;
margin-bottom: 15px;
		
}

.l-qa .l-qa-img img {
	width: 100%;
}

.l-qa .l-qa-img video {
	width: 100%;
	pointer-events: none;
}

@media screen and (max-width: 767px) {
	.l-qa .l-qa-img {
		margin-top:5.33333vw;
	margin-bottom:4.33333vw;
	}
}

.l-increase .l-increase-head {
	background-color: #d20351;
	text-align: center;
	padding: 40px 0 70px;
	font-weight: bold;
	line-height: 1.8;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 2
}

@media screen and (max-width: 767px) {
	.l-increase .l-increase-head {
		padding:8vw 0 10.66667vw
	}
}

.l-increase .l-increase-txt01 {
	color: #fff;
	font-size: 33px
}

@media screen and (max-width: 767px) {
	.l-increase .l-increase-txt01 {
		font-size:5.6vw
	}
}

.l-increase .l-increase-txt02 {
	width: 600px;
	height: 90px;
	background-color: #ffff00;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -40px;
	margin: auto
}

@media screen and (max-width: 767px) {
	.l-increase .l-increase-txt02 {
		width:73.33333vw;
		height: 13.33333vw;
		font-size: 5.33333vw;
		bottom: -6.66667vw
	}
}

.l-increase .l-increase-offer {
	width: 100%;
	height: 0%;
	padding-top: 162.883845126835781%;
	background: url(https://nemashi.xsrv.jp/wp-content/uploads/2023/01/atmain.webp) no-repeat center/cover;
	position: relative;
}

.l-increase .l-increase-btn {
	width: 700px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	margin: auto;
	-webkit-animation: anime1 0.7s ease 0s infinite alternate;
	animation: anime1 0.7s ease 0s infinite alternate
}

@media screen and (max-width: 767px) {
	.l-increase .l-increase-btn {
		width:86.66667vw;
	bottom: 2vw;
	}
}

.l-qa .l-qa-head-txt-sub {
	font-size: 16px;
	color: #ff1226
}
@media screen and (max-width: 767px) {
	.l-qa .l-qa-head-txt-sub {
		font-size: 3.73333vw
	}
}




  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
margin-bottom: 20px; 
  }
  .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }






/******************************
うごく矢印
******************************/

#sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb .downArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb .downArrow>span {
  /* 矢印の大きさの設定 */
  width: 100px;
  height: 65px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb .downArrow>span::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50%;
  height: 40%;
  /* 矢印の色の設定 */
  background: #d096bb;
}

#sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb .downArrow>span::after {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  /* 矢印の色の設定 */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top left/50% 100% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(49%, transparent), color-stop(50%, #d096bb)) top right/50% 100% no-repeat;
  background: linear-gradient(to top right, transparent 49%, #d096bb 50%) top left/50% 100% no-repeat, linear-gradient(to top left, transparent 49%, #d096bb 50%) top right/50% 100% no-repeat;
}

#sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb

/*動きの速さを変更する場合は、複数あるanimation-durationの1.5s(=1.5秒)の時間を変更
動きの回数を変更する場合は、複数あるanimation-iteration-countのinfinite（=無限, #sb-part-2568.sb-custom-part-lnis1sa20o06h3p5rbbb            3=3回など）を変更*/
.movebtn {
  -webkit-animation-name: btnAnime02;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: btnAnime02;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  align-items: flex-start;
  justify-content: center;
}

@-webkit-keyframes btnAnime02 {

  /*初期位置*/
  0% {
    /*1番目の値はX方向, 2番目の値はY方向*/
    -webkit-transform: translate(0, 0);
  }

  /*animation-durationで設定した値の半分の時間（50%）の時の位置*/
  50% {
    -webkit-transform: translate(0, -8px);
  }

  /*animation-durationで設定した値になった（100%）時の位置*/
  100% {
    -webkit-transform: translate(0, 0);
  }
}

/*上記の「@-webkit-keyframes btnAnime02」と同様の値にしてください*/
@-moz-keyframes btnAnime02 {
  0% {
    -moz-transform: translate(0, 0);
  }

  50% {
    -moz-transform: translate(0, -8px);
  }

  100% {
    -moz-transform: translate(0, 0);
  }
}



/******************************
** フローティングメニュー１
******************************/

#footer-sliderx {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 10;
}

.sliderx-wrapper {
    width: 100%;
    position: relative;
}

.sliderx{
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    position: absolute;
    display: table;
}

.sliderx p{
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
 
#slider1 {
    background-color: rgba(66, 66, 66, 0.8);
    color: white;
    animation: slider1 18s infinite;
}

#slider2 {
    background-color: rgba(66, 66, 66, 0.8);
    color: white;
    animation: slider2 18s infinite;
}

#slider3 {
    background-color: rgba(66, 66, 66, 0.8);
    color: white;
    animation: slider3 18s infinite;
}

#slider4 {
    background-color: rgba(66, 66, 66, 0.8);
    color: white;
    animation: slider4 18s infinite;
}

.blink {
    animation-name: flash;
    animation-duration: 2s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
}

.up-down {
    animation-name: updown;
    animation-duration: 3s;
    animation-delay: 2.5s;
    animation-iteration-count: infinite;
}

@keyframes slider1 {
  0% { top: 0px; }
  23% { top: 0px;}
  33% { top: -50px;}
  56%  {top: -50px;}
  66% {top: -50px;}
  90% { top: -50px;}
  100% { top: -50px;}
}

@keyframes slider2 {
  0% { top: 50px; }
  23% { top: 50px;}
  33% { top: 0px;}
  56%  {top: 0px;}
  66% {top: -50px}
  90% { top: -50px;}
  100% { top: -50px; }
}

@keyframes slider3 {
  0% { top: 50px; }
  33% { top: 50px;}
  56% {top: 50px}
  66% {top: 0px}
  90% { top: 0px;}
  100% { top: -50px; }
}

@keyframes slider4 {
  0% { top: 50px; }
  33% { top: 50px;}
  66% {top: 50px}
  90% { top: 50px;}
  100% { top: 0px; }
}

@keyframes flash {
  0% { opacity: 1; }
  25% { opacity: 0;}
  50% {opacity: 1;}
  75% { opacity: 0;}
  100% { opacity: 1; }
}

@keyframes updown {
  0% { transform: translateY(0); }
  20% { transform: translateY(0);}
  40% { transform: translateY(-12px);}
  50% { transform: translateY(0);}
  60% { transform: translateY(-12px);}
  30% { transform: translateY(0);}
  100% { transform: translateY(0);}
}

/******************************
** フローティングメニュー
******************************/
.floating {
  position: fixed;
  right: 8px;
  bottom: 8px;
  display: none;
}

.floating a {
  display: block;
  color: #fff;
  background: #000;
  padding: 8px;
  text-decoration: none;
  opacity: 0.6;
}

.floating a:hover {
  opacity: 1;
}

#footer-banner{
    width: 100%;
    height: 500px;
    position: fixed;
    bottom: 50px;
    display: none;
}
    
#footer-banner-inner{
    position: relative;
    width: 100%;
    height: 100%;
}
    
.fa-window-close{
    color: #ff0000;
    position: absolute;
    top: 10px;
    right: 10px;
}
    
#anim-obj1{
    width: 65%;
    height: auto;
    position: absolute;
    z-index: 6;
    animation-name: anim1;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
    
#anim-obj2{
    width: 18%;
    height: auto;
    position: absolute;
    z-index: 0;
}
    
#anim-obj3{
    width: 60%;
    height: auto;
    position: absolute;
    z-index: 3;
}

#anim-obj4{
    width: 65%;
    height: auto;
    position: absolute;
    animation-name: anim3;
    animation-duration: 0.8s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 4;
}


#anim-obj5{
    width: 12%;
    height: auto;
    position: absolute;
    animation-name: anim2;
    animation-duration: 0.4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    z-index: 5;
}
 
#anim-obj6{
    width: 15%;
    height: auto;
    position: absolute;
}

@keyframes anim1 {
 0% {transform: rotate(5deg);}
 100% {transform: rotate(-5deg);} 
}

@keyframes anim2 {
 0% {transform: translateX(5%);}
 100% {transform: translateX(-5%);} 
}

@keyframes anim3 {
 0% {transform: scale(1);}
 100% {transform: scale(1.05);} 
}

@media screen and (max-width:1000px){ 
    #footer-banner{
        height: 430px;
    }
} 

@media screen and (max-width:900px){ 
    #footer-banner{
        height: 370px;
    }
}
@media screen and (max-width:800px){ 
    #footer-banner{
        height: 320px;
    }
}
@media screen and (max-width:700px){ 
    #footer-banner{
        height: 310px;
    }
    #anim-obj3{
        width: 70%;
    }
}
@media screen and (max-width:600px){ 
    #footer-banner{
        height: 280px;
    }
    #anim-obj3{
        width: 75%;
    }
}
@media screen and (max-width:500px){ 
    #footer-banner{
        height: 240px;
    }
}
@media screen and (max-width:500px){ 
    #footer-banner{
        height: 220px;
    }
}
@media screen and (max-width:400px){ 
    #footer-banner{
        height: 200px;
    }
}
#post-content,
.post-content {
    display:none;
}

