@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.2
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/*-----------------------------------------------------------------------------------------
	日本地図関連コード
*/-----------------------------------------------------------------------------------------

@charset "UTF-8";
/* CSS Document */

#japan-map img {
	vertical-align: bottom;
} 
#japan-map a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
#japan-map a {
	text-decoration: none;
	color: #ff0;
}

}
#japan-map a:hover {
	text-decoration: none;
	color: #f00;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/******* 地図成形 *******/
#japan-map div div.area div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
 	display: flex;
		display: -webkit-flex;
 	align-items: center; /* 縦方向中央揃え */
 		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
 		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	border-radius: 6px;
		-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.32), 0 0 0 4px rgba(0, 0, 0, 0.16);
	transition: 0.2s;

}
#japan-map div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#japan-map {
	display: block;
	width: 777px;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	font-size: 16px;
	line-height: 1.5em;
	color: #000000;
	background-color: #ffffff;
}
#japan-map p.area-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 638px;
}
#hokkaido-touhoku div.area div {
	background-color: #7478c2;
	color: #ffffff;
}

#hokkaido {	
	width: 133px;
	height: 70px;
}
#aomori {
	width: 93px;
	height: 43px;
	left: 21px;
	top: 96px;
}
#akita {
	width: 67px;
	height: 42px;
	left: 3px;
	top: 139px;

}
#iwate {
	width: 67px;
	height: 42px;
	left: 70px;
	top: 139px;
}
#yamagata {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 3px;
}
#miyagi {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 70px;
}
#fukushima {
	width: 67px;
	height: 42px;
	top: 223px;
	left: 70px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top: 265px;
	left: 623px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #31beca;
	color: #ffffff;
}
#ibaraki {
	width: 52px;
	height: 85px;
	top: 0px;
	left: 100px;
}
#tochigi {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 50px;
}
#gunma {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 100px;
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 52px;
	height: 84px;
	top: 85px;
	left: 100px;
}
#tokyo {
	width: 100px;
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 438px;
	top: 223px;
}
#tyubu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 85px;
	height: 42px;
	left: 185px;
}
#toyama {
	width: 67px;
	height: 42px;
	left: 118px;
}
#ishikawa {
	width: 50px;
	height: 57px;
	left: 68px;
}
#fukui {
	width: 68px;
	height: 42px;
	left: 0px;
	z-index: 2;
}
#nagano {
	width: 67px;
	height: 85px;
	left: 118px;
	top: 42px
}
#yamanashi {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 127px;
}
#gifu {
	width: 50px;
	height: 55px;
	left: 68px;
	top: 57px
}
#shizuoka {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 169px;
}
#aichi {
	width: 50px;
	height: 57px;
	top: 112px;
	left: 68px;
}

/* 近畿 */

#kinki {
	width: 186px;
	height: 211px;
	position: absolute;
	left: 320px;
	top: 223px;
}
#kinki div.area div {
	background-color: #b0b72f;
	color: #ffffff;
}

#kyoto {
	width: 67px;
	height: 84px;
	left: 51px;
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 118px;
}
#osaka {
	width: 67px;
	height: 85px;
	top: 84px;
	left: 51px;
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 118px;
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 152px;
}
#wakayama {
	width: 113px;
	height: 42px;
	top: 169px;
	left: 61px;
}
#hyougo {
	width: 51px;
	height: 98px;
	left: 0px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 169px;
	top: 223px;
}
#tyugoku div.area div {
	background-color: #ef9f27;
	color: #ffffff;
}
#tottori {
	width: 50px;
	height: 49px;
	left: 101px;
}
#okayama {
	width: 50px;
	height: 49px;
	top: 49px;
	left: 101px;
}
#shimane {
	width: 51px;
	height: 49px;
	left: 50px;
}
#hiroshima {
	width: 51px;
	height: 49px;
	top: 49px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 98px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
	height: 84px;
	position: absolute;
	left: 169px;
	top: 350px;
}
#shikoku div.area div {
	background-color: #d08f68;
	color: #ffffff;
}
#kagawa {
	width: 92px;
	height: 42px;
	right: 0px;
}
#ehime {
	width: 92px;
	height: 42px;
	left: 0px;
}
#tokushima {
	width: 92px;
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 92px;
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 235px;
}
#kyusyu div.area div {
	background-color: #ff7575;
	color: #ffffff;
}
#fukuoka {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}
#saga {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}
#nagasaki {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}
#kumamoto {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}
#miyazaki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}
#kagoshima {
	width: 68px;
	height: 49px;
	left: 83px;
	top: 150px;
}
#okinawa {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 197px;
}


/****************************************
	レスポンシブ

****************************************/
@media screen and (max-width: 776px) {
#japan-map {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
#japan-map p.area-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: block;
	position: static;
	margin: 0 1em 0 1em;
}
#japan-map div div.area {
	display: block;
	position: relative;
}

#hokkaido-touhoku {
	height: calc(265px + 4.5em);
}
#kantou {
	height: calc(174px + 4.5em);
}
#tyubu {
	height: calc(211px + 4.5em);
}
#kinki {
	height: calc(211px + 4.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}

} /* レスポンシブ max-776px */



@media screen and (max-width: 500px) {
#japan-map {
	display: block;
	width: 100%;
	height: auto;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}
#japan-map div div.area {
	font-size: 14px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.area a {
	height: auto;
	width: 25%;
}
#japan-map div div.area div {
 	display: block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 16px;
	width: 100%;
	padding: 0.5em 0.3em 0.5em 0.3em;
}


} /* レスポンシブ max-500px */








@charset "UTF-8";
/* CSS Document */

img {
	
	vertical-align: bottom;
} 
a:hover img {
	opacity: 0.7;
		-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity = 60);
		filter: alpha(opacity = 60);
	transition: all 0.4s;
}
a {
	text-decoration: none;
	color: #435ea9;
}
a:hover {
	text-decoration: none;
	color: #0E2D96;
	transition: 0.3s all;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/******* 地図成形 *******/
#japan-map div div.area div {
	border: 1px #ffffff solid;
	text-align: center;
	font-size: 14px;
 	display: flex;
		display: -webkit-flex;
 	align-items: center; /* 縦方向中央揃え */
 		-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 	justify-content: center; /* 横方向中央揃え */
 		-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	border-radius: 6px;
		-webkit-border-radius: 6px;
	position: absolute;
	box-sizing: border-box;
	transition: 0.2s;
}
#japan-map div div.area div:hover {
	opacity: 0.5;
	transition: 0.2s;
}

#japan-map {
	display: block;
	width: 777px;
	height: 482px;
	background-color: none;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#japan-map p.area-title {
	display: none;
}

/* 北海道・東北 */

#hokkaido-touhoku {
	width: 136px;
	display: block;
	height: 265px;
	position: absolute;
	left: 638px;
}
#hokkaido-touhoku div.area div {
	background-color: #7478c2;
	color: #ffffff;
}

#hokkaido {	
	width: 133px;
	height: 70px;
}
#aomori {
	width: 93px;
	height: 43px;
	left: 21px;
	top: 96px;
}
#akita {
	width: 67px;
	height: 42px;
	left: 3px;
	top: 139px;

}
#iwate {
	width: 67px;
	height: 42px;
	left: 70px;
	top: 139px;
}
#yamagata {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 3px;
}
#miyagi {
	width: 67px;
	height: 42px;
	top: 181px;
	left: 70px;
}
#fukushima {
	width: 67px;
	height: 42px;
	top: 223px;
	left: 70px;
}

/* 関東 */

#kantou {
	width: 158px;
	display: block;
	height: 174px;
	position: absolute;
	top: 265px;
	left: 623px;
	z-index: 2;
}
#kantou div.area div {
	background-color: #31beca;
	color: #ffffff;
}
#ibaraki {
	width: 52px;
	height: 85px;
	top: 0px;
	left: 100px;
}
#tochigi {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 50px;
}
#gunma {
	width: 50px;
	height: 42px;
	top: 0px;
	left: 0px;
}
#saitama {
	width: 100px;
	height: 43px;
	top: 42px;
	left: 0px;
}
#chiba {
	width: 52px;
	height: 84px;
	top: 85px;
	left: 100px;
}
#tokyo {
	width: 100px;
	height: 42px;
	top: 85px;
	left: 0px;
}
#kanagawa {
	width: 67px;
	height: 42px;
	top: 127px;
	left: 0px;
}

/* 中部 */

#tyubu {
	width: 270px;
	height: 211px;
	position: absolute;
	left: 438px;
	top: 223px;
}
#tyubu div.area div {
	background-color: #4ab969;
	color: #ffffff;
}

#nigata {
	width: 85px;
	height: 42px;
	left: 185px;
}
#toyama {
	width: 67px;
	height: 42px;
	left: 118px;
}
#ishikawa {
	width: 50px;
	height: 57px;
	left: 68px;
}
#fukui {
	width: 68px;
	height: 42px;
	left: 0px;
	z-index: 2;
}
#nagano {
	width: 67px;
	height: 85px;
	left: 118px;
	top: 42px
}
#yamanashi {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 127px;
}
#gifu {
	width: 50px;
	height: 55px;
	left: 68px;
	top: 57px
}
#shizuoka {
	width: 67px;
	height: 42px;
	left: 118px;
	top: 169px;
}
#aichi {
	width: 50px;
	height: 57px;
	top: 112px;
	left: 68px;
}

/* 近畿 */

#kinki {
	width: 186px;
	height: 211px;
	position: absolute;
	left: 320px;
	top: 223px;
}
#kinki div.area div {
	background-color: #b0b72f;
	color: #ffffff;
}

#kyoto {
	width: 67px;
	height: 84px;
	left: 51px;
}
#shiga {
	width: 68px;
	height: 42px;
	top: 42px;
	left: 118px;
}
#osaka {
	width: 67px;
	height: 85px;
	top: 84px;
	left: 51px;
}
#nara {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 118px;
}
#mie {
	width: 34px;
	height: 85px;
	top: 84px;
	left: 152px;
}
#wakayama {
	width: 113px;
	height: 42px;
	top: 169px;
	left: 61px;
}
#hyougo {
	width: 51px;
	height: 98px;
	left: 0px;
}

/* 中国 */

#tyugoku {
	width: 151px;
	height: 98px;
	position: absolute;
	left: 169px;
	top: 223px;
}
#tyugoku div.area div {
	background-color: #ef9f27;
	color: #ffffff;
}
#tottori {
	width: 50px;
	height: 49px;
	left: 101px;
}
#okayama {
	width: 50px;
	height: 49px;
	top: 49px;
	left: 101px;
}
#shimane {
	width: 51px;
	height: 49px;
	left: 50px;
}
#hiroshima {
	width: 51px;
	height: 49px;
	top: 49px;
	left: 50px;
}
#yamaguchi {
	width: 50px;
	height: 98px;
	left: 0px;
}

/* 四国 */

#shikoku {
	width: 184px;
	height: 84px;
	position: absolute;
	left: 169px;
	top: 350px;
}
#shikoku div.area div {
	background-color: #d08f68;
	color: #ffffff;
}
#kagawa {
	width: 92px;
	height: 42px;
	right: 0px;
}
#ehime {
	width: 92px;
	height: 42px;
	left: 0px;
}
#tokushima {
	width: 92px;
	height: 42px;
	right: 0px;
	top: 42px;
}
#kouchi {
	width: 92px;
	height: 42px;
	left: 0px;
	top: 42px;
}

/* 九州・沖縄 */

#kyusyu {
	width: 152px;
	height: 247px;
	position: absolute;
	left: 0px;
	top: 235px;
}
#kyusyu div.area div {
	background-color: #ff7575;
	color: #ffffff;
}
#fukuoka {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 0px;
}
#saga {
	width: 50px;
	height: 50px;
	left: 51px;
	top: 0px;
}
#nagasaki {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 0px;
}
#oita {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 50px;
}
#kumamoto {
	width: 50px;
	height: 100px;
	left: 51px;
	top: 50px;
}
#miyazaki {
	width: 50px;
	height: 50px;
	left: 101px;
	top: 100px;
}
#kagoshima {
	width: 68px;
	height: 49px;
	left: 83px;
	top: 150px;
}
#okinawa {
	width: 50px;
	height: 50px;
	left: 1px;
	top: 197px;
}


/****************************************
	レスポンシブ

****************************************/
@media screen and (max-width: 776px) {
#japan-map {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}
#japan-map p.area-title {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-align: center;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #000000;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: block;
	position: static;
	margin: 0 1em 0 1em;
}
#japan-map div div.area {
	display: block;
	position: relative;
}

#hokkaido-touhoku {
	height: calc(265px + 4.5em);
}
#kantou {
	height: calc(174px + 4.5em);
}
#tyubu {
	height: calc(211px + 4.5em);
}
#kinki {
	height: calc(211px + 4.5em);
}
#tyugoku {
	height: calc(98px + 4.5em);
}
#shikoku {
	height: calc(84px + 4.5em);
}
#kyusyu {
	height: calc(247px + 4.5em);
}

} /* レスポンシブ max-776px */



@media screen and (max-width: 500px) {
#japan-map {
	display: block;
	width: 100%;
	height: auto;
}
#hokkaido-touhoku, #kantou, #tyubu, #kinki, #tyugoku, #shikoku, #kyusyu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	position: static;
	margin-left: 0px;
	margin-right: 0px;
}
#japan-map div div.area {
	font-size: 18px;
 	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
#japan-map div div.area a {
	height: auto;
	width: 25%;
}
#japan-map div div.area div {
 	display: inline-block;
	border-radius: 0px;
	position: static;
	height: auto;
	font-size: 18px;
	width: 22%;
	padding: 0.7em 0.3em 0.5em 0.3em;
	margin: 4px;
 	box-shadow: 2px 2px 4px gray;
}

} /* レスポンシブ max-500px */


/*-----------------------------------------------------------------------------------------
	オリジナル設定
*/-----------------------------------------------------------------------------------------

/*#blur0 img, #blur img, #blur, #blur0 {
	-ms-filter: blur(0px); 
	filter: blur(0px);"	
}*/

#blur1, .blur1 {
	-ms-filter: blur(3px); 
	filter: blur(3px);"
	border: 1px solid #000; 
}

#blur2, .blur2 {
	-ms-filter: blur(5px); 
	filter: blur(5px);"
	border: 1px solid #000; 
}

#blur3, .blur3 {
	-ms-filter: blur(10px); 
	filter: blur(10px);"
	border: 1px solid #000; 
}

#blur4, .blur4 {
	-ms-filter: blur(15px); 
	filter: blur(15px);"
	border: 1px solid #000; 
}

#blur5, .blur5 {
	-ms-filter: blur(20px); 
	filter: blur(20px);"
	border: 1px solid #000; 
}

li img {
  margin-top: 1em;
  margin-bottom: 3em;
}


.bg-gold , #bg-gold {
	background-color: #ffff6f;
}

.bg-yellow , #bg-yellow {
	background-color: #ff0;
}

.bg-lime , #bg-lime {
	background-color: #0f0;	
}

.bg-yellow , #bg-yellow , .bg-lime , #bg-lime , .bg-gold , #bg-gold , .bg-yellow2 , #bg-yellow2 , .bg-lime2 , #bg-lime2 , .bg-gold2 , #bg-gold2 {
	width: 100%;
	padding: 0.125em 0.6em;
	margin: 1em 0;
	border-top: 2px double #fc0; 
	border-bottom: 2px double #fc0; 
	font-size: 1.20em;
	font-weight: bold;
	color: #00f;
	line-height: 1.5em;
}

.bg-yellow2 , #bg-yellow2 , .bg-lime2 , #bg-lime2 , .bg-gold2 , #bg-gold2 {
	text-align: center;
}

.bg-yellow:hover , #bg-yellow:hover , .bg-lime:hover , #bg-lime:hover {
	color: #f00;
}

.z-wrap00 , #z-wrap00 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: left;
  text-indent: 1em;
  font-weight: bold;
	font-size: 1.125em;
  display: inline-flex;
  color: rgb(192,192,192);
  padding: 1.5%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  border: 0px solid;
  border-color: #fff943 #fff9bd #c7b800 #fff943;
  box-shadow: 3px 3px 5.5px #111;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.84), rgba(0, 0, 0, 0.66));
  line-height: 1.5em;
}

.z-wrap1 , #z-wrap1 {
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: left;
  text-indent: 1em;
  font-weight: bold;
  display: inline-flex;
  color: #00f;
  padding: 1.5%;
  margin: 0;
  transition: all 0.3s ease-in-out;
  border: 3px solid;
  border-color: #fff943 #fff9bd #c7b800 #fff943;
  box-shadow: 3px 3px 5.5px #111;
  background: linear-gradient(to right, #d7bf00, #fff8a8);
  line-height: 1.5em;
}
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)); */

}

#z-wrap1-gradationmover , .z-wrap-gradationmover {
    background: linear-gradient(92deg, #585a1b, #faff0e);
    background-size: 400% 400%;

    -webkit-animation: z-wrap1,z-wrap1:hover 59s ease infinite;
    -moz-animation: z-wrap1,z-wrap1:hover 59s ease infinite;
    -o-animation: z-wrap1,z-wrap1:hover 59s ease infinite;
    animation: z-wrap1,z-wrap1:hover 59s ease infinite;
}
@-webkit-keyframes z-wrap1,z-wrap1:hover {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-moz-keyframes z-wrap1,z-wrap1:hover {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@-o-keyframes z-wrap1,z-wrap1:hover {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}
@keyframes z-wrap1,z-wrap1:hover {
    0%{background-position:0% 51%}
    50%{background-position:100% 50%}
    100%{background-position:0% 51%}
}


.z-wrap1 , #z-wrap1 , .z-wrap2 , #z-wrap2 , .y-wrap , #y-wrap , .w-wrap , #w-wrap , .v-wrap , #v-wrap {
	font-size: 1.1502em;
}

.z-wrap3 , #z-wrap3 {
	font-size: 1.1502em;
}

.z-wrap1:hover , #z-wrap1:hover {
  transform: scale(1.0500);
  color: #f00;	
  background: linear-gradient(to right, #fff8a8, #d7bf00);
  transition: all 0.3s ease-in-out;
  box-shadow: 6px 6px 8.5px #111;  
  border-color: #c7b800 #fff943 #fff943 #fff9bd;
}

.z-wrap1h , #z-wrap1h {
  width: 47.25%;
  margin: 0 10px 3% 0;
  height: 100%;
  text-decoration: none;
  text-align: left;
  text-indent: 1em;
  font-size: 0.8em;
  display: inline-flex;
  color: #00f;
  padding: 1.5%;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 5.5px #111;
  border: 3px solid;
  border-color: #fff943 #fff9bd #c7b800 #fff943;
  background: linear-gradient(to right, rgb(237, 216, 0), rgb(255, 249, 127));
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)); */
}
.z-wrap1h:hover , #z-wrap1h:hover {
  transform: scale(1.0500);
  background: linear-gradient(to right, rgb(255, 249, 127), rgb(237, 216, 0));
  transition: all 0.3s ease-in-out;
  border-color: #c7b800 #fff943 #fff943 #fff9bd;
  box-shadow: 6px 6px 8.5px #111;  
  color: #f00;
}

.z-wrap1m , #z-wrap1m {
  margin-right: 10px;
  height: 100%;
  background: linear-gradient(to right, rgb(237, 216, 0), rgb(255, 249, 127));
  text-decoration: none;
  text-align: left;
  text-indent: 0;
  font-size: 0.7em;
  display: inline-flex;
  color: #00f;
  padding: 3px;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
  border: 3px solid;
  border-color: #fff943 #fff9bd #c7b800 #fff943;
  box-shadow: 3px 3px 5.5px #111;
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)); */
}
.z-wrap1m:hover , #z-wrap1m:hover {
  transform: scale(1.0500);
  background: linear-gradient(to right, rgb(255, 249, 127), rgb(237, 216, 0));
  transition: all 0.3s ease-in-out;
  border-color: #c7b800 #fff943 #fff943 #fff9bd;
  box-shadow: 6px 6px 8.5px #111;  
  color: #f00;
}



.z-wrap2 , #z-wrap2 {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgb(211, 211, 211), rgb(255, 255, 255));
  text-decoration: none;
  text-align: left;
  text-indent: 1em;
  font-weight: bold;
  display: inline-flex;
  color: #00f;
  padding: 1.5%;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  border: 3px solid;
  border-color: #eee #cecece #b4b4b4 #eee;
  box-shadow: 3px 3px 5.5px #111;
  line-height: 1.5em;
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)); */
}
.z-wrap2:hover , #z-wrap2:hover {
  transform: scale(1.0500);
  background: linear-gradient(to right, rgb(255, 255, 255), rgb(182, 182, 140));
  transition: all 0.3s ease-in-out;
  border-color: #b4b4b4 #eee #eee #cecece;
  box-shadow: 6px 6px 8.5px #111;
  color: #f00;
}
/*
.article .a-wrap {
  float: none;
  width: 50%;
  height: 50%;
}
*/



.z-wrap3 , #z-wrap3 {
  width: 100%;
  height: 100%;
  font-weight: bold;
  padding: 1em;
  margin: 0 auto;
  background: linear-gradient(to left, rgb(255, 121, 142), rgb(255, 249, 249));
  border: 3px solid;
  border-color: #ffcbdf #ffe4f3 #ff17ae #ffb0d7;
  box-shadow: 3px 3px 5.5px #111;
  line-height: 1.5em;
  display: inline-flex;
/*background: linear-gradient(to right, #edd800, #fff97f);*/
/*border: 3px solid; border-color: #fff943 #fff9bd #c7b800 #fff943;*/
}

.z-wrap3h , #z-wrap3h {
  width: 47.25%;
  margin-right: 10px;
  height: 100%;
  text-decoration: none;
  text-align: left;
  text-indent: 1em;
  font-size: 1.25em;
  display: inline-flex;
  color: #00f;
  padding: 0;
  margin-bottom: 3%;
  transition: all 0.3s ease-in-out;
  box-shadow: 3px 3px 5.5px #111;
  background: linear-gradient(to left, rgb(255, 121, 142), rgb(255, 249, 249));
  border: 3px solid;
  border-color: #ffcbdf #ffe4f3 #ff17ae #ffb0d7;
/*background: linear-gradient(to right, rgb(237, 216, 0), rgb(255, 249, 127));
  border-color: #fff943 #fff9bd #c7b800 #fff943;*/
  /* filter: drop-shadow(0px 0px 8px rgba(0,0,0,1)); */
}
.z-wrap3:hover, #z-wrap3h:hover {
  transform: scale(1.0500);
  transition: all 0.3s ease-in-out;
  color: #f00;
  background: linear-gradient(to right, rgb(255, 121, 142), rgb(255, 249, 249));
  border: 3px solid;
  border-color:  #ff17ae #ffb0d7 #ffcbdf #ffe4f3;
  box-shadow: 6px 6px 8.5px #111;
/*background: linear-gradient(to right, rgb(255, 249, 127), rgb(237, 216, 0));
  border-color: #c7b800 #fff943 #fff943 #fff9bd;*/
}


.y-wrap , #y-wrap {
  margin-bottom: 1.0em;
  background: linear-gradient(to right, #ff3232, #ffe2e2);
  border-bottom: 9px double #ff0000;
  border-top: 9px double #ff0000;
  line-height: 1.25;
	font-size: 1.125em;
  font-weight: bold;
  padding: 12px 20px;
  color: #ffffff;
}

.x-wrap , #x-wrap {
   /* background-image: url("https://adarutobideo.xyz/wp-content/uploads/2021/10/backgroundimages-01.jpg");  
       background: linear-gradient(to right, #ff3232, #ffe2e2); */
    border-bottom: 9px double #790000;
    border-top: 9px double #790000;
    font-size: 1.50em;
    background-image: -webkit-linear-gradient(315deg,#704308 0%,#ffce08 40%,#e1ce08 60%,#704308 100%);
    background-image: linear-gradient(135deg,#700808 0%,#ff0000 45%,#ff0000 55%,#700808 100%);  
	line-height: 1.25;
  font-weight: bold;
  padding: 2em 0.75em;
  margin-bottom: 1.0em;
}

.w-wrap , #w-wrap {
  font-weight: bold;
  background-color: #ff0;
  padding: 1em;
  margin-bottom:-0.5em;
  margin-top:1em;
}

.v-wrap , #v-wrap {
	font-size: 1.125em;
  font-weight: bold;
  border-top: 3px double #f00;
  border-bottom: 3px double #f00;
}



.y-wrap:hover, .x-wrap:hover, .w-wrap:hover , #y-wrap:hover, #x-wrap:hover, #w-wrap:hover {  
transform: scale(1.0500);
}

#shortcodes-ultimate-3 {
  margin: 0;
}

.entry-card-tags-ex .tag-link{
  font-size: 0.65em;
}

.my-spoiler {
  color: #00aa00;
  font-size: 1.25em;
  line-height: 1.5em;
}

.search-results {
  color: #090;
  font-size: 1.125em;
  font-weight: bold;
/*  text-align: center;
border: 2px solid #0d0;*/
}

.content-top .search-results {
  display: none;
}

@media screen and (max-width: 480px) {
  .search-edit, input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea,
select {
  padding: 11px;
  border: 5px solid #f00;
  border-radius: 4px;
  font-size: 18px;
  width: 70%;
  }
}


.entry-card-tags-inside .tagcloud a {
  font-size: 0.8em;
  padding: 0.4em;
}

.h7 {
  width: 100%;
  font-size: 1.25em;
  font-weight: bold;
  padding: 1em;
  color: #fff;
  background: linear-gradient(to right, rgb(0, 0, 141), rgb(0, 165, 255));
}

table {
border: 3px double #ddd;
}

.samplepictures , #samplepictures {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(27, 255, 1, 0.35) 1px, rgba(27, 255, 1, 0.35) 4px );
	font-size: 1.20em;
}

.fc2samplepictures , #fc2samplepictures {
	width: 25%;
	height: 25%;
}

.videosample , #videosample {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(252, 220, 178, 1) 1px, rgba(252, 220, 178, 1) 4px );
	font-size: 1.20em;
}

.samplepictures-fanza , #samplepictures-fanza , .samplepictures-mgs , #samplepictures-mgs {
	margin: 0 9px;
	width: 21.75%; 
	-ms-filter: blur(2px); 
	filter: blur(2px);
}

.samplepictures-dmm , #samplepictures-dmm {
	margin: 0 9px;
	width: 23.0%; 
}

.jacketpictures-fanza , #jacketpictures-fanza {
	width: 150%;
	margin: 0 0 0 2px;
}

.jacketpictures-mgs , #jacketpictures-mgs ,  .jacketpictures-d2p , #jacketpictures-d2p {
	width: 750px;
	margin: 0 auto 36px auto;
}

.sampleintroduction , #sampleintroduction {
	background-size: auto auto;
	background-color: rgba(255, 255, 255, 1);
	background-image: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 238, 20, 0.45) 4px, rgba(255, 238, 20, 0.45) 4px );
	font-size: 1.20em;
}
.textintroduction , #textintroduction {
	font-size: 0.85em;
}
.genrepattern , #genrepattern {
	display: inline-block;
	font-weight: bold; 
	padding: 0 8px; 
	margin: 0 0 0.5em 0; 
	background: #91ff00;
	border: 1px solid #005e33;
	word-break: break-all;
	font-size: 1.00em;
}
.genrepattern:hover {
	color: #fff;
	background: #f00;
}

.mgssamplepicture , #mgssamplepicture {
	width: 175px; 
	height: auto;
	margin: 0 13px 25px 0;
}

.this-month-selection table td  {
	width: 50%;
	vertical-align: top;
	background-color: #fffffd;
}
.d2passlogo , d2passlogo {
	width: 90px;
	height: 60px;
	margin-right: 0.5em;	
}
.d2passlogo2 , #d2passlogo2 {
	width: 90px;
	height: 36px;
	margin-right: 0.5em;	
}

.fc2pictures , #fc2pictures {
	width: 175px; 
	flex: 0 0 175px; 
	margin-right: 5px;
}
.profile_area , #profile_area {
	background: #fff;
	padding: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	border: double 6px #000;
	font-size: 1.20em;
}
.profile-line , #profile-line {
	background: #ffc0cb; 
	font-size: 1.00em;
}
.sns_banner_01 , #sns_banner_01 {
	margin: -3px 0 0 auto; box-shadow: 5px 5px 7.5px #111;
}


/***************************/
/* 関連記事プラグイン補足 */
/***************************/

.relpost-block-container {
  display: inline-flex;
  flex-wrap: wrap;
}

.relpost-custom-block-single {
  width: 150px;
  margin-right: 10px;
}

.relpost-block-single {
  margin-top: 60px;	
}

.relpost-block-single-image a img {
  transition: transform  0.5s;
  margin: 15px 0;
}

.relpost-block-single-image a img:hover {
  transition: all 0.3s ease-in-out;
  transform: scale(1.0500);
  overflow: inherit;
  animation-name: smooth-fadein-out;
    animation-duration: 4.0s;
    animation-timing-function: ease;
    animation-delay: 2.0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.relpost-thumb-container {
	font-size: 1.5em;
	font-weight: bold;
}

.relpost-block-single-text {
  line-height: 20px;
}

.toc-content {
    font-size: 1.07em;
}

/*************************/
/* FANZAライブチャット */
/*************************/

.d-sect {
    display: inline-block;
    list-style: none;
    background: none;
    font-weight: bold;
/* margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
     padding-inline-start: 3em; */
}

.livechatbox {
    float: left;
    padding: 1em;
    margin-bottom: 1em;
    list-style: none;
    width: 360px;
    height: 580px;
    margin-right: 10px;
}

.livechatbox2 , #livechatbox2 {
    float: left;
    padding: 1em;
    margin-bottom: 1em;
    list-style: none;
    width: 175px;
    height: auto;
    margin-right: 5px;
}



.time {
    position: relative;
    display: block;
    line-height: 2em;
    margin-top: 3em;
    margin-bottom: 1px;
    padding: 0.75em 0;
    font-weight: bold;
    font-size:0.9em;
    vertical-align: bottom;
    width: 100%;
    text-indent: 1em;
    border-bottom: 4px double #c2c2c2;
    border-left: 4px double #c2c2c2;
    background: linear-gradient(to right, rgb(0, 0, 139), rgb(0, 128, 255));
    color: #fff;
}
	
.thum {
    display: block;
    margin-bottom: 8px;
    background-color: #fff;
}

.cast {
    position: relative;
    display: block;
    text-align: left;
    font-size: 1.25em;
}

.event2 {
    position: relative;
    float: left;
    padding: 0.25em 1em;
    margin-left: 0.5em;
    font-size: 1.2em;
    border: 1px solid #0c0;
    border-radius: 6px;
    background: #0f0;
	box-shadow: 5px 5px 7.5px #111;
}

.event2 :hover {
	background: #f00;
	color: #EEE8AA;
}

.edwlink {
    position: relative;
    float: left;
    margin-right: 1em;
    width: 90px;
    height: 90px;
}

.relpost-thumb-container {
    display: none;
}

.related-post {
	display: inline-flex;
}

.recommended-post img {
}

.imageWrap__item {
	display: inline-flex; 
	float: left; 
	width: 190px; 
	height: 90px;
	margin: 10px 5px 20px 0;
}

.textwidget li {
	list-style: none;
	margin-bottom: 0.25em;
}

.area-list table td  {
width: 50%;
vertical-align: top;
background: #fff;
}

a.recommended-post {
    margin: 0 8px 0 0;
    box-shadow: 5px 5px 7.5px #111;
}


/* FANZA新人紹介 */

.page-feature .area-actress .list-avactress {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.page-feature .area-actress .list-avactress .item-avactress {
    display: block;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    list-style-type: none;
    text-align: center;
    border-radius: 5px;
    border-radius: 6px;
    background: #fff;
    -webkit-filter: drop-shadow(1px 1px 5px rgba(116, 132, 149, .75));
    filter: drop-shadow(1px 1px 5px rgba(116, 132, 149, .75));
}
.page-feature .area-actress .list-avactress .item-avactress .box-avactress__detail .box-contents .box-contents__detail .box-contents__info {
    position: relative;
    z-index: 9998;
    width: 400px;
    margin: 0 0 100px 470px;
    padding: 35px;
    border-radius: 6px;
    background-color: rgba(255, 255, 255, .8);
}

/* 2023/01/01～　追加 */

/************************************
** クーポン
************************************/
.coupon-wrapper {
  display: block;
  position: relative;
  margin: 15px auto;
  padding: 20px 0;
  width: 350px;
  height: 100px;
  background: #f1f1f1;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  box-sizing: border-box;
  font-size: 2em;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  text-indent: 0.5em;
}
.coupon-content {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 89px;
  height: 91px;
  overflow: hidden;
  }
.coupon {
  display: inline-block;
  position: absolute;
  padding: 7px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: linear-gradient(to right, #4298fa 0%,#8fcdff 100%);
  color: #fff;
  text-shadow: 0 2px 2px #56a1f3;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-indent: 0em;
}
.coupon:before, .coupon:after {
  position: absolute;
  content: "";
  border-top: 4px solid #3672b6;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
.coupon:before {
  left: 14px;
}
.coupon:after {
  right: 18px;
}

.home .new-entry-cards.large_thumb .a-wrap,
.home .new-entry-cards.large-thumb-on .a-wrap {
  margin: 0 auto 20px;
  width: 400px;
  display: inline-block;

}

a img {
  box-shadow: 5px 5px 7.5px #111;
  margin: 0 0 2em -10px;
  animation-name: smooth-fadein-out;
    animation-duration: 4.0s;
    animation-timing-function: ease;
    animation-delay: 2.0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.actress-pics a img {
  margin: 0 0 2em 10px;
}

/* #custom_html-12 a img {
  width: 50%;
} */

.post-update {
/*  display: none; */
}

/* Advanced Random Posts Widget */

.arpw-title { display: flex; position: absolute; font-size: 0.79em; color: #00f; justify-content: center; align-content: stretch; flex-wrap: nowrap; flex-direction: column-reverse; align-items: baseline; max-width: 188px; line-height: 1.2; padding: 1em; background: rgba(255,255,255,0.5); }

li.arpw-li.arpw-clearfix { display: inline-flex; width: 190px; align-items: flex-end; }

img.arpw-thumbnail { border: 4px solid #b09400;
  width: 190px;
  height: auto;
  animation-name: smooth-fadein-out;
  animation-duration: 4.0s;
  animation-timing-function: ease;
  animation-delay: 2.0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes smooth-fadein-out {
  50% {opacity: 0.5;}
  75% {opacity: 0.75}
}
.article .a-wrap { 
width: 100%; /*height: auto;*/
}

/* img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 48%;
    margin-right: 2%;
} */

td.bd-b { 
width: 50%; 
vertical-align: top;
}
span.edwsearchtext {
    background: #0f0;
    margin-left: 1em;
}
.rank { 
font-size: 2.5em; margin: 0 0.25em 0 0; font-weight: bold; 
}
.actname { font-size: 2em; }
.facepic { }  
.edwpic { width: 90px; margin: 0 0 0 0.5em; }
.pics , .actress-pics { display: inline-flex; }
.fc2picture { margin: 0 0 0 0.5px;}

.ranking-caribcom-number , .ranking-caribprcom-number , .ranking-number
 { font-size: 1.5em; color: #fff; padding: 0 0.5em; margin: 0 0 0.5em 0; }
.ranking-number { font-size: 1.5em; background: #0f0; color: #080; padding: 0 0.5em; margin: 0 0 0.5em 0; }
.ranking-caribcom-number { background: #080; }
.ranking-caribprcom-number { background: #800; }
.media-thum { width: 160px; }
.media-thum2 { width: 256px; }
.media-thum3 { width: 300px; }
.meta-title { font-size: 1em; font-weight: bold; }
.meta-data { font-size: 0.75em; }
a.entry { display: flex; background: #fff; border: 1px solid #eee; }
.entry-meta { display: block; margin: 0 0 0 1em; }
.entry-ranking { display: inline-flex; vertical-align: top; }
.entry-media { display: inline-flex; margin: 0 1em 0 1em; }
/* img.media-image { width: 300px; margin: 0 0 0 1em;} */

.entry-1pondo { display: flex; border: 1px solid #0f0; }


.bag-section { display: inline-flex; flex-wrap: wrap; width: 375px; margin: 10px; }
.bag-price { color: #ff0000; font-size: 48px; font-weight: bold; }

.movie-permission1 { } /* { display: none; } */
.movie-permission2 { display: none; }
.movie-permission3 { display: none; }

.grid-item { display: inline-block; flex-wrap: wrap; margin: 0 5px 0 0; width: 100%; }
.grid-item-full { display: inline-flex; flex-wrap: wrap; margin: 0 5px 0 0; width: 800px; }
.grid-item-360 { display: inline-grid; flex-wrap: wrap; margin: 0 15px 0 0; width: 360px; }
.grid-item-390 { display: inline-grid; flex-wrap: wrap; margin: 0 10px 0 0; width: 390px; }
.grid-item3 { display: flex; margin: 0 1em 1em 0; width: 100%;     border: 1px solid #0f0; }

.fanza-recommend { border: 1px solid #eee; background:#fff; padding: 6px; vertical-align: top; width: 50%; }

img.media-image { width: 300px; margin: 0 0 0 1em;}

img.actjpgs { width: 160px; }
td.bd-b { background:#fff; }

.entry-card-meta .entry-card-categorys {
    display: block;
}

.entry-category {
	font-size: 0.9em;
}

.content { 
	padding: 0;
	margin-top: 1em;
}

.intro-bar1 {
  font-weight: bold;
  position: relative;
  padding: 6px;
  color: #fff;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(315deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
  background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
}
.intro-bar1 span {
  display: block;
  padding: 1rem 2rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, .2);
}

.prohibited, #prohibited {
	width: 100%;
	border: 5px double #f00;
	background: #650000;
	text-align: center;
}

.prohibited a, #prohibited a {
	color: #f00;
}

a.entry-card-wrap.a-wrap.border-element.cf {
    width: 100%;
    height: 100%;
	display: block;
}

.gt_container-swiyue .gt_switcher {
	width: 200px;
	border: 4px double #000;
}

.size-full {
	width: 98%;
	height: 98%;
  /* width: 800px;
  height: 450px; */
}
.size-x105 {
	width: 105%;
	height: 105%;
}
.size-050 {
  width: 50px;
  height: auto;
}
.size-90 {
  width: 90px;
  height: auto;
}
.size-100 {
  width: 100px;
  height: auto;
}
.size-125 {
  width: 125px;
  height: auto;
}
.size-150 {
  width: 150px;
  height: auto;
}
.size-175 {
  width: 175px;
  height: auto;
}
.size-190 {
  width: 190px;
  height: auto;
}
.size-200 {
  width: 200px;
  height: auto;
}
.size-240 {
  width: 240px;
  height: auto;
}
.size-300 {
  width: 300px;
  height: auto;
}
.size-360 {
  width: 360px;
  height: auto;
}
.size-375 {
  width: 375px;
  height: auto;
}
.size-390x130 {
  width: 390px;
  height: 128px;
}
.size-390 {
  width: 390px;
  height: auto;
}
.size-400 {
  width: 400px;
  height: auto;
}
.size-500{
  width: 500px;  
  height: auto;
}
.size-600, wp-image-7494 {
  width: 600px;
  height: auto;
}
.size-700 {
  width: 700px;
  height: auto;
}
.size-800 {
  width: 800px;
  height: auto;
}


.display-posts-listing.grid { display: inline-flex; flex-flow: wrap; grid-gap: 0px; overflow: hidden; justify-content: center; padding: 1em 0; }
.display-posts-listing.grid img { width: 188px; height: auto; margin: 0 6px 6px 0; padding: 0 0 4em 0; border: 3px solid #000; animation-name: smooth-fadein-out; animation-duration: 4.0s;   animation-timing-function: ease; animation-delay: 2.0s; animation-iteration-count: infinite; animation-direction: alternate; } 
.display-posts-listing.grid .listing-item { display: flex; width: max-content; align-items: start; } 
.display-posts-listing.grid .listing-item img { background: #2b2b2b; }
.display-posts-listing.grid .listing-item .title a:hover { transform: scale(1.07500); overflow: inherit; }
/* .display-posts-listing.grid .title { display: block; vertical-align: top; padding: 0 0 0 0.5em; } */
.display-posts-listing.grid .title { display: flex; position: absolute; font-size: 0.7em; color: #fffa21; justify-content: center; align-content: stretch; flex-wrap: nowrap; flex-direction: column-reverse;align-items: baseline; max-width: 188px; line-height: 1.2; padding: 110px 0.75em; 
/*background: rgba(255,255,255,0.5);*/ } 
.display-posts-listing.grid .title a:hover { color: #f00; } 
.caribprsale-area { margin: 0 0 0 20px; }

.flex-box : { display: inline-flex; flex-wrap: wrap; }
.nodisplay { display: none;}
.under-entry-content , #under-entry-content { display: none; }
.author-info , #author-info { display: none; }
.sns-share , #sns-share { display: none; }
.eye-catch .cat-label { display: none; }
.livechatbox2 img { margin-left: 1px; }
.post-date , #post-date { display: none; }
.sns-icon , #sns-icon { display: inline-block; margin: 0 0 -10px 10px; }
.sns-icon-img , #sns-icon-img { width: auto; height: auto; }
.profile-row , #profile-row { background: #ffc0cb; }
.face-pic { margin: 0 0 0 2px; }

.gtranslate_wrapper .gt_switcher .gt_selected a img , .gtranslate_wrapper .gt_switcher .gt_option a img { margin: 0 0.5em 0 0; }
.gtranslate_wrapper .gt_switcher .gt_selected { border: 2px solid #aaa; }

.new-entry-card-date { display: block; text-align: right; }
.widget-entry-card-post-date { display: none; }

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/

/*1280px以下*/
@media screen and (max-width: 1280px){
  /*必要ならばここにコードを書く*/  
entry-card-thumb {
    width: 98%;
}
.entry-card-content {
    margin-left: 0%;
}
}

/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  .blogcard-title {
  font-size: 1.17em;	
  }
  .entry-card-thumb {
    width: 98%; 
  }
  
  .widget-entry-cards .a-wrap {
    padding: 1px;
    margin-bottom: 5px;
    display: inline-flex; 
    height: 7em;
    width: 196px;
  }	
  .widget-entry-cards.card-large-image .a-wrap {
	width: 380px;
	height: auto;
  }
.widget-entry-cards .a-wrap {
	width: 175px;
	height: auto;
}
figure.popular-entry-card-thumb.widget-entry-card-thumb.card-thumb {
    width: 164px;
    /* margin-bottom: 0.5em; */
}

  .samplevideo {
    display: none;
  }
  .z-wrap2h {
  width: 98%;  
  }
  
h2.widget-content-top-title.main-widget-label {
    display: none;
}

}
.bg-yellow, #bg-yellow, .bg-lime, #bg-lime, .bg-gold, #bg-gold, .bg-yellow2, #bg-yellow2, .bg-lime2, #bg-lime2, .bg-gold2, #bg-gold2 {
	font-size: 0.98em;
}

h2.widget-content-top-title.main-widget-label {
    display: none;
}













/* カスタマイズ */

:root :where(a:where(:not(.wp-block-navigation))),
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none;
}

.content-top {
  padding: 0em;
	margin-left: 0;
}

.content-top-in {
	align-items: baseline;
	line-height: 4em;
}

#backBtn {
    position: fixed;
    bottom: 30px;
    right: 20px;
}

/*
@media screen and (max-width: 1080px){
.content-top-in {
	height: 60em;
	align-items: baseline;
}	
}
@media screen and (max-width: 720px){
.content-top-in {
	height: 70em;
	align-items: baseline;
}	
}
@media screen and (max-width: 480px){
.content-top-in {
	height: 120em;
	align-items: baseline;
}	
}
@media screen and (max-width: 400px){
.content-top-in {
	height: 165em;
	align-items: baseline;
}	
}
*/

.pt-cv-colsys .pt-cv-content-item {
	background: #eee;
	width: 388px;
	height: 12em; 
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #ccc;
}
.pt-cv-colsys {
	margin: 0;
}
.pt-cv-2-col .pt-cv-title {
	font-size: smaller;
}
.pt-cv-thumbnail {
	margin-top: 16px!important;
}

.d-zoomimg-sm img,.d-zoomimg-sm a img {
	width: 180px;
	height: 135px;
	margin: 5px;
}

#shortcodes-ultimate-3 {
  margin-left: 1em;
}

.search-edit {
	width: 50%;
}

table th {
	width: 0%;
}

.entry-card-meta .entry-card-categorys {
    display: block;
}

.flex-box : { display: inline-flex; flex-wrap: wrap; }

/*
.display-posts-listing.grid2 { display: inline-flex; flex-flow: wrap; }
.display-posts-listing.grid2 img { display: block; width: 390px; margin: 0 5px 0 0; height: auto; }
.display-posts-listing.grid2 .title { display: flex; position: absolute; font-size: .95em; color: #00f; justify-content: center; align-content: stretch; flex-wrap: nowrap; flex-direction: column-reverse; align-items: baseline; max-width: 391px;    line-height: 1.2; padding: 1em; }
*/

/* Grid style 
.display-posts-listing.grid { display: grid; grid-gap: 16px; }
.display-posts-listing.grid .title { display: block; }
.display-posts-listing.grid img { display: block; max-width: 100%;  height: auto; }
@media (min-width: 600px) { .display-posts-listing.grid { grid-template-columns: repeat( 2, 1fr ); } }
@media (min-width: 1024px) { .display-posts-listing.grid { grid-template-columns: repeat( 3, 1fr ); } }
*/

body {
	text-decoration: none; }

.su-spoiler-title {
	font-size:0.8em;
}

.content-top , .container , .content  {
  background-color: #000000;
  background-image: radial-gradient(circle, #dcaa0052 0.75px, transparent 0.75px);
  background-position: 0 0;
  background-size: 3px 3px;
}

.cat-label {
	background-color: rgba(51, 51, 51, .7);
}

div#afflivechatban300x100-1 {
    margin-left: 16px;
}

.A2O4W8X6IK {
	display: block;
}