@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap');

html{
  scroll-behavior: smooth;
}
#fp-wrap{
  background: #fff;
  font-family: "Noto Sans JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  letter-spacing: 0.15em;
  color: #000;
  line-height: 1.8;
  font-size: 20px;
  overflow: hidden;
}
.l-mainvisual{
}
.mainvisual{
  width: 100%;
}
.mainvisual img{
  width: 100%;
}
.content-head{
  width: 100%;
  background: url("../img/title-bg.jpg") no-repeat center center;
}
.content-head .content-head-logo{
  width: 1200px;
  margin: 0 auto;
}

.italic{ font-style: italic;}
.center{ text-align: center;}
.left{ text-align: left;}
.right{ text-align: right;}

.l-menu {
  background: #331917;
  position: relative;
}
.l-menu .menu {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.l-menu .menu li {
	box-sizing: border-box;
	width: 33.3333%;
	float: left;
	padding: 6px 50px;
	border-right: 1px dotted #e0cb65;
}
.l-menu .menu li:first-child {
	border-left: 1px dotted #e0cb65;
}
.content{
  background: none;
  margin-top: 0px;
}
.content2 {
	background: #f1e7e5;
}
.content-inner {
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	padding: 0 70px;
	margin: 0 auto;
}
.bsd-chu {
	font-size: 18px;
}
.txt {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	max-width: 520px;
}
.intro-photo {
	max-width: 800px;
	margin: 0 auto;
}
.story-photo {
	max-width: 800px;
	margin: 0 auto;
}
.content-title {
	width: 360px;
	margin: 0 auto;
}
.btn {
	width: 300px;
	margin: 0 auto;
}
.readText {
	font-size: 22px;
	font-weight: 600;
}
.nameText {
	font-size: 30px;
	font-weight: 600;
	color: #331917;
}
.nameText span {
	font-size: 24px;
}
p {
	font-size: 18px;
	text-align: justify;
}
.content-inner {
	overflow: hidden;
	position: relative;
}
.content-inner .contents2BoxInner {
	width: 50%;
	float: left;
}
.cast-area {
	position: relative;
}
.cast-area li {
	box-sizing: border-box;
	width: 100%;
	padding-left: 260px;
	position: relative;
	min-height: 200px;
}
.cast-area li .cast-photo {
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.cast-area li.cast1 .cast-photo {
	background: url("../img/cast-photo1.png?ver1.0") no-repeat center center / cover;
}
.cast-area li.cast2 .cast-photo {
	background: url("../img/cast-photo2.png?ver1.0") no-repeat center center / cover;
}
.cast-area li.cast3 .cast-photo {
	background: url("../img/cast-photo3.png?ver1.1") no-repeat center center / cover;
}
.bnr {
	margin: 0 auto;
	width: 600px;
}

@media screen and (max-width: 768px) {
	.fpWidth, .fpWidth #cx_spContentsMain{
		width: 100% !important;
	}
	.content-head{
		background: none;
	}
	.content-head img{
		width: 100vw;
	}

	#fp-wrap{
		background: #fff;
		overflow: hidden;
	}  
	.l-menu .menu {
		width: 100%;
		padding: 0 0;
		border-top: 1px solid #e0cb65;
	}
	.l-menu .menu li {
		width: 50%;
		padding: 3vw 0;
		border-right: none;
		text-align: center;
		border-bottom: 1px solid #e0cb65;
		line-height: 0px;
	}
	.l-menu .menu li:first-child {
		width: 100%;
		border-left: none;
	}
	.l-menu .menu li:nth-child(3) {
		border-left: 1px solid #e0cb65;
	}
	.l-menu .menu li img {
		width: 30vw;
	}
	.content{
	  background: none;
	  margin-top: 0px;
	}
	.content2 {
		background: #f1e7e5;
	}
	.content-inner {
		padding: 0 6vw;
	}
	.txt {
		max-width: 75vw;
	}
	.bsd-chu {
		font-size: 2.5vw;
	}
	.content-title {
		max-width: 50vw;
	}
	.btn {
		width: 50vw;
		margin: 0 auto;
	}
	.readText {
		font-size: 3.2vw;
		line-height: 1.8em;
	}
	.nameText {
		font-size: 4.2vw;
		text-align: center;
	}
	.nameText span {
		font-size: 3.8vw;
	}
	p {
		font-size: 2.8vw;
	}
	.content-inner .contents2BoxInner {
		width: 100%;
		float: none;
	}
	.inner1 {
		padding-bottom: 10vw;
	}
	
	.cast-area li {
		padding-left: 0;
		padding-top: 32vw;
		min-height: 0px;
	}
	.cast-area li .cast-photo {
		width: 30vw;
		height: 30vw;
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: -15vw;
	}
	.cast-area li.cast1 .cast-photo {
		background: url("../img/cast-photo1.png?ver1.0") no-repeat center center / cover;
	}
	.cast-area li.cast2 .cast-photo {
		background: url("../img/cast-photo2.png?ver1.0") no-repeat center center / cover;
	}
	.cast-area li.cast3 .cast-photo {
		background: url("../img/cast-photo3.png?ver1.1") no-repeat center center / cover;
	}
	.bnr {
		margin: 0 auto;
		width: 80%;
	}
}

@media print {
	 .l-main,img {display: none;}
}