@charset "UTF-8";

/*--------------------- .episode08 ---------------------*/
.text-keep {
  text-align: justify;
	text-justify: inter-ideograph;
}
img {
	width: 100%;
	height: auto;
}
.episode08 {
  width: 100%;
  max-width: 1480px;
  min-width: 1000px;
  margin: 0 auto;
}
.episode08 .box{
  overflow: hidden;
  margin-bottom: 20px;
}
.episode08 .box .pic{
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 300px;
  float: right;
}
.episode08 .box .txt{
  float: left;
  width: 47%;
}
.episode08 .box .txt .title{
  font-size: 27px;
  color: #e73918;
  font-weight: lighter;
  margin: 40px 0 20px 0;
}
.episode08 .box .txt p{
  line-height: 180%;
  padding-top: 100px;
}
.episode08 .even .pic {
  float: left;
}
.episode08 .even .txt {
  float: right;
}
.episode08 .num_ttl {
  text-align: center;
}
.episode08 .link-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.episode08 .link-area .btns {
  width: 50%;
}
.episode08 .link-area .btns-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.episode08 .link-area .btn-img {
	display: block;
	width: 72%;
}
.episode08 .link-area .btn-img.door-img {
  display: block;
  width: 24%;
}
.episode08 .link-area .btn-img:last-child {
  margin-right: 0;
  filter: drop-shadow(1px 1.5px 1px rgba(0,0,0,0.5));
}
.episode08 .onoff-text {
	width: 74%;
}
.episode08 .link-area .imgs {
  width: 40%;
}
.episode08 .link-area .imgs img {
  width: 100%;
}
.episode08 .link-area .btn-img.door-img img {
  height: 100%;
  width: auto;
}
.small-text {
  font-size: 90%;
  text-align: center;
  margin-top: 10px;
	margin-bottom: 0;
}
.img-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_box {
	display: flex;
	justify-content: space-between;
}
.flex_box .img-area {
	width: 48%;
}
.flex_box .text-area {
	width: 48%;
}
.flex_box .text-area.re-width01 {
	width: 48.5%;
}
.flex_box .text-area.re-width02 {
	width: 50%;
	margin-right: -15px;
}
.flex_box .text-area.re-width03 {
	width: 49%;
}
.title {
	color: #e61f19;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 30px;
	padding-left: 1.2em;
	text-indent: -1.4em;
}
.title::before {
	content: "■";
	font-size: 30px;
}
.link-block {
	font-size: 20px;
	text-align: center;
}
.link-block a {
	padding: 13px 35px;
	background: #e73918;
	border: solid 2px #e73918;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
}
.link-block a:hover {
	background: #fff;
	color: #e73918;
}
.link-block .small-text {
	font-size: 0.85em;
}
.color-star {
	color: #fff000;
}
.epi07_under-img_body {
	position: relative;
}
.epi07_under-img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.flex_box.img-edit-ep08_01 .text-area {
  width: auto;
}
.flex_box.img-edit-ep08_01 .img-area {
  margin-left: 50px;
  width: 250px;
  min-width: 250px;
}
.flex_box.img-edit-ep08_02 .text-area {
  width: auto;
}
.flex_box.img-edit-ep08_02 .img-area {
  margin-left: 50px;
  width: 400px;
  min-width: 400px;
}

@media only screen and (max-width: 1080px) {
  .episode08 {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .episode08 .box .txt p {
    padding-top: 95px;
  }
  .episode08 .link-area {
    width: 100%;
    flex-flow: column;
  }
  .episode08 .link-area .btns-flex {
    flex-flow: column;
  }
  .episode08 .link-area .btn-img {
    margin-right: 0;
		margin-bottom: 30px;
    width: 100%;
  }
  .episode08 .link-area .btn-img:last-child {
    margin-bottom: 0;
  }
  .episode08 .link-area .btns {
    width: 70%;
    margin-bottom: 40px;
  }
  .small-text {
    font-size: 100%;
  }
	.episode08 .onoff-text {
		width: 100%;
	}
	.episode08 .link-area .btn-img.door-img {
		width: 50%;
		padding-top: 26%;
	}
	.epi07_under-img {
		position: relative;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 800px) {
  .episode08 .box .pic {
    width: 100%;
    height: 220px;
    float: none;
  }
  .img-flex {
    display: block;
  }
}


@media screen and (max-width:1080px){
  .storyBox {
    width: 100%;
		width: auto;
  }
  .flex_box.img-edit-ep08_01 .img-area,
  .flex_box.img-edit-ep08_02 .img-area {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
.storyTitle {
  margin-bottom: 30px;
}
.member-wrapper {
  margin-top: 30px;
  padding: 30px 50px;;
  background: #f0f0f0;
}
.flont-img img, .member-wrapper img {
  width: 100%;
}
.member-title {
  text-align: center;
  margin-bottom: 30px;
}
.member-title span {
  font-size: 24px;
  color: #e60012;
}
.member-flex {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
	max-width: 480px;
	margin: 0 auto;
}
.member-flex .member {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 0;
  width: 190px;
}
.member-flex .member span {
  display: block;
  padding: 7px 0 5px;
  margin-bottom: 5px;
  border-bottom: solid 1px #000;
}
.member-flex .text {
  width: 35%;
}
.flow-imgArea {
	background: url("../img/epi05_pic03.jpg") no-repeat;
	background-size: contain;
	background-position: center;
	height: 170px;
	width: 100%;
}
@media screen and (max-width:800px){
	.pc {
		display: none;
	}
  .member-flex {
    flex-wrap: wrap;
  }
	.member-flex .member {
		flex-wrap: wrap;
		justify-content: space-between;
	}
  .member-flex .member, .member-flex .text {
    width: 100%;
  }
  .member-flex .member {
    margin-bottom: 20px;
  }
	.member-flex .photo {
		width: 47%;
		margin-top: 0;
	}
	.member-flex .photo:last-child {
		margin: 15px auto 0 auto;
	}
	.flex_box .img-area {
		width: 100%;
	}
  .img-area + .img-area {
		margin-top: 30px;
	}
	.flex_box .text-area {
		width: 100%;
		margin-top: 15px;
	}
	.flex_box .text-area.re-width01 {
		width: 100%;
		margin-top: 15px;
	}
	.flex_box .text-area.re-width02 {
		width: 100%;
		margin-top: 15px;
		margin-right: 0;
	}
	.flex_box .text-area.re-width03 {
		width: 100%;
	}
	.title {
		font-size: 17px;
		margin-bottom: 10px;
		padding-left: 1em;
		text-indent: -1.2em;
	}
	.title::before {
		font-size: 20px;
	}
	.link-block {
		font-size: 17px;
	}
  .member-wrapper {
    padding: 20px;
  }
}



