@charset "UTF-8";

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

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

          General Setting

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

.info_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;
}

.info_slide p span:first-child {
  animation: catch_anime 1.4s forwards 1s;　
}
.info_slide p span:nth-child(2) {
  animation: catch_anime 1.4s forwards 2s;
}
.info_slide p span:nth-child(3) {
  animation: catch_anime 1.4s forwards 3s;
}
.info_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);
  }
}

.info_thumbnail {
	float: left;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
}

.info_bbox01 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
}

.info_sbox01 {
	float: left;
	width: calc(100% - 120px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.info_img {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding: 0px;
}

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

.info_text_box {
	width: calc(90% - 0px);
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
	padding: 0px;
	text-align: center;
}

.info_text {
	display: inline-block;
	max-width: 100%;
	text-align: left;
	line-height: 2;
}




@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
}





@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.info_slide {
	float: left;
	width: calc(100% - 0px);
	height: 250px;
	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/bn01.jpg") ;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #fff;
}
	
.info_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;
}
	
.info_thumbnail {
	float: left;
	width: 100px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
	
}