@charset "UTF-8";

/*
	Theme Name: kobayashi-dw
	Theme URI: http://kobayashi-dw.com
	Author: kobayashi-dw
	Author URI: http://kobayashi-dw.com
*/

/****************************************

          General Setting

*****************************************/
.member_slide {
	float: left;
	width: calc(100% - 0px);
	height: 400px;
	margin: 0px;
	margin-bottom: 80px;
	padding: 0px;
	position: relative;
	z-index: 0;
	background-image: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/member_slide.jpg") ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
}

.member_slide p span {
	width: calc(100% - 160px);
	position: absolute;
	bottom: 50px;
	left: 70px;
	color: #fff;
	font-size: 50px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}

.member_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.member_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.member_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.member_slide p span:nth-child(4) {
  animation: catch_anime 1.4s forwards 4s;
}

@keyframes catch_anime {
  0% {
    transform: translateY(20px);
  }
   100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.dot-overlay {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 70px 0px;
	background-size: cover;
	animation-delay  : 0s;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#000 0%, transparent 35%), radial-gradient(#000 0%, transparent 35%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.dot-overlay:before {
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.member_sbox01{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	padding: 0px;
	padding-bottom: 10px;
	line-height: 160%;
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 500;
	border-bottom: solid 1px #ccc;
}

.member_sbox02{
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: 160%;
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 500;
}

ul.member {
	float: left;
	width: calc(100% - 200px);
	text-align: left;
	margin-bottom: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
 
ul.member li {
	width: calc(100%  / 5 - 20px);
	min-width: 200px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	background: #00aaa8;
}

.member_title01{
	float: left;
	width: 200px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 20px;
	line-height: 160%;
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 500;
}






@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
.member_slide p span {
	width: calc(100% - 160px);
	position: absolute;
	bottom: 50px;
	left: 30px;
	color: #fff;
	font-size: 50px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
  opacity: 0;
  transform: translateY(20px);
  display: block;
}
	
ul.member li {
	width: calc(100%  / 3 - 20px);
	min-width: 100px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	background: #00aaa8;
}
	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
.member_slide {
	float: left;
	width: calc(100% - 0px);
	height: 200px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	position: relative;
	z-index: 0;
	background-image: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/member_slide.jpg") ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
}
	
.member_slide p span {
	width: calc(100% - 20px);
	position: absolute;
	bottom: 20px;
	left: 20px;
	color: #fff;
	font-size: 30px;
	line-height: 150%;
	font-variant-ligatures: none;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	z-index: 1;
	text-decoration:underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 2px;
	text-underline-offset: 15px;
	text-shadow: 2px 3px 3px rgba(82, 110, 125, 0.4);
	box-shadow: none;
	transition: 1s;
	opacity: 0;
	transform: translateY(20px);
	display: block;
}
	
ul.member {
	float: left;
	width: calc(100% - 0px);
	text-align: left;
	margin-bottom: 0px;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
	
.member_title01{
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-size: 20px;
	line-height: 160%;
	color: #555;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	transform: rotate(.03deg);
	font-weight: 500;
}
	
ul.member li {
	width: calc(100%  / 2 - 20px);
	min-width: 100px;
	padding: 5px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-size: 20px;
	color: #fff;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: bottom;
	text-align: center;
	background: #00aaa8;
}
	
}