@charset "UTF-8";

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

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

          General Setting

*****************************************/
.new_movie {
	float: left;
	width: calc(100vw  - 0px);
	height: calc(100vh  - 0px);
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0px;
	z-index: 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
	background: #000;
}
	
.new_movie::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#000 0%, transparent 30%), radial-gradient(#000 0%, transparent 30%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.new_movie .bgImg {
	position: fixed;
	top        : 0;
	left       : 0;
	bottom     : 0;
	right      : 0;
	opacity    : 0;
	animation  : bgAnime 32s infinite;   /* 4画像 × 各5s = 20s */
	z-index: 0;
}

@keyframes bgAnime {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.12);
  }
  100% {
    opacity: 0;
  }
	}

.example {
  position: relative;
  }

.new_movie p {
	position: absolute;
	width: 500px;
	top: 47%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}

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

.new_movie img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;

  /* 左右中央寄せ */
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;

  /* 上下中央寄せ */
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  }

.video_wrapper {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

video {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

.dot-overlay {
	background: rgba(0, 0, 0, 2.0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

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

ul.index_1column {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: circle;
}

ul.index_1column li {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 18px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}

ul.index_1column li2 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 15px;
	font-size: 16px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}

ul.index_2column {
	float: left;
	width: calc(100% - 0px);
	margin-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 14px;
	color: #555;
	border-bottom: solid 1px #bbb;
	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.index_2column li {
	float: left;
	width: calc(100% / 2 - 60px);
	margin-top: 0px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_2column li2 {
	float: left;
	width: calc(100% / 2 - 10px);
	margin: 0px 5px;
	padding: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_3column {
	float: left;
	width: calc(100% - 0px);
	margin-top: 70px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	padding: 0px;
	font-size: 14px;
	color: #555;
	border-bottom: solid 1px #bbb;
	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.index_3column li {
	float: left;
	width: calc(100% / 3 - 24px);
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_3column li2 {
	float: left;
	width: calc(100% / 2 - 10px);
	margin: 0px 5px;
	padding: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_6column {
	float: left;
	width: calc(100% - 0px);
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 14px;
	color: #555;
	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.index_6column li {
	float: left;
	width: calc(100% / 6 - 2px);
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

.index_bbox01 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 80px 0px;
	color: #fff;
	background: #111;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/bn01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.index_bbox02 {
	float: left;
	width: 100%;
	height: 720px;
	margin: 0px;
}

.index_bbox03 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 80px;
	padding: 80px 0px;
	color: #fff;
	background: #111;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/bn02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.index_bbox04 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 0px;
	padding: 80px 0px;
	color: #fff;
	background: #111;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/bn03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}

.index_bbox04 a {
	color: #fff;
}

.index_bbox04 a:hover {
	color: #fcff00;
}

.index_right01 {
	float: left;
	width: calc(70% - 80px);
	margin: 0px;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
}

.index_right02 {
	float: left;
	width: calc(100% - 280px);
	margin: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	padding: 0px;
}

.index_title01 {
	float: left;
	width: 100%;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.index_title01_2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.index_title01_3 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 64px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.index_title02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 100px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.0;
	letter-spacing: 0.1em;
}

.index_title03 {
	float: left;
	width: 100%;
	margin-top: 60px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.index_title04 {
	float: left;
	width: 100%;
	margin: 0px;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
	letter-spacing: 0.1em;
}

.index_title05 {
	float: left;
	width: 100%;
	margin: 0px;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 18px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
}

.index_title06 {
	float: left;
	width: 100%;
	margin: 0px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
}

.index_text_box {
	width: calc(100% - 0px);
	text-align: center;
	margin-bottom: 100px;
}

.index_text {
	display: inline-block;
	max-width: 930px;
	text-align: left;
	line-height: 2;
	padding: 0px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #aaa;
}

.index_text02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	padding-bottom: 10px;
	text-align: left;
	line-height: 2;
	border-bottom: dotted 1px #eee;
}

.index_img01 {
	float: left;
	width: 30%;
	height: 720px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/ohtani_kentaro.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.index_img02 {
	float: left;
	width: 250px;
	min-height: 250px;
	margin: 0px;
	padding: 0px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
}

.loke_img01 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img02 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img03 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img04 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke04.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img05 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke05.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img06 {
	float: left;
	width: 100%;
	height: 600px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.info_box {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
}

.index_map {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	padding: 0px;
	text-align: center;
}

.index_map_google {
	float: left;
	width: calc(100% - 200px);
	margin-top: 0px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 70px;
	padding: 0px;
	text-align: center;
}
















@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
	
.new_movie {
	float: left;
	width: calc(100%  - 0px);
	height: calc(100vh  - 150px);
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
}
	
.new_movie p {
	position: absolute;
	width: 500px;
	top: 50%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}
	
ul.index_1column li {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 16px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}

ul.index_1column li2 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	border-bottom: solid 1px #ddd;
}
	
ul.index_2column li {
	float: left;
	width: calc(100% / 2 - 30px);
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}

ul.index_3column li {
	float: left;
	width: calc(100% / 2 - 24px);
	margin-top: 0px;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 70px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
ul.index_6column li {
	float: left;
	width: calc(100% / 3 - 2px);
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
.index_title01 {
	float: left;
	width: 100%;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.index_title01_2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}
	
.index_title01_3 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}
	
.index_title02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.0;
	letter-spacing: 0.1em;
}
	
.index_title03 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
	letter-spacing: 0.1em;
}
	

	
}



@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	
.new_movie {
	float: left;
	width: calc(100%  - 0px);
	height: calc(100vh  - 0px);
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-size: cover;
}
	
.new_movie p {
	position: absolute;
	width: 300px;
	top: 45%;
	left: 50%;
	color: #000;
	line-height: 220%;
	letter-spacing: 0.5em;
	font-variant-ligatures: none;
	z-index: 1;
	transform: translate(-50%,-50%);
}
	
ul.index_6column li {
	float: left;
	width: calc(100% / 2 - 2px);
	margin-top: 0px;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
}
	
.index_bbox02 {
	float: left;
	width: 100%;
	height: auto;
	margin: 0px;
}
	
.index_right01 {
	float: left;
	width: calc(100% - 40px);
	margin: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
}
	
.index_right02 {
	float: left;
	width: calc(100% - 0px);
	margin: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 0px;
}
	
.index_title01 {
	float: left;
	width: 100%;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}

.index_title01_2 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 20px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}
	
.index_title01_3 {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	font-weight: 900;
	line-height: 1.3;
}
	
.index_title02 {
	float: left;
	width: 100%;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.0;
	letter-spacing: 0.0em;
}
	
.index_title03 {
	float: left;
	width: 100%;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
	letter-spacing: 0.1em;
}
	
.index_title04 {
	float: left;
	width: 100%;
	margin: 0px;
	margin: 0px;
	margin-bottom: 30px;
	padding: 0px;
	font-size: 26px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
	letter-spacing: 0.1em;
}
	
.index_title06 {
	float: left;
	width: 100%;
	margin: 0px;
	margin: 0px;
	margin-bottom: 50px;
	padding: 0px;
	font-size: 40px;
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
	transform: rotate(.03deg);
	line-height: 1.3;
}
	
.index_img01 {
	float: left;
	width: 100%;
	height: 500px;
	margin: 0px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/ohtani_kentaro.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
	
.index_img02 {
	float: left;
	width: 100%;
	min-height: 250px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	background: #000;
	border-radius: 10px;
	overflow: hidden;
}
	
.loke_img01 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke01.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img02 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke02.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img03 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke03.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img04 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke04.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img05 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke05.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.loke_img06 {
	float: left;
	width: 100%;
	height: 400px;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	display: inline-block;
    vertical-align: middle;
	background: url("https://bitotsuyama.com/mimasakanokuni-movie/wp-content/uploads/2025/05/roke06.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
	

	
}