@charset "UTF-8";
/*--------------------- .mb ---------------------*/
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}


/*--------------------- .common ---------------------*/
.text-align-right {
  text-align: right;
}


/*--------------------- .inner ---------------------*/
.inner {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 1200px;
}
.inner_s {
  margin: 0 auto;
  padding-bottom: 70px;
  width: 960px;
}


/*--------------------- .ttl ---------------------*/
.num_ttl {
  color: #e73918;
  font-size: 24px;
  font-weight: lighter;
  margin-bottom: 30px;
  text-align: left;
}
.num_ttl span {
  background-color: #e73918;
  color: #fff;
  display: inline-block;
  margin-right: 20px;
  padding: 10px;
}
.storyBox .md {
	text-align: center;
	position: relative;
	font-size: 17px;
	max-width: 1080px;
	margin: 0 auto 30px auto;
}
.storyBox .md::before {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #DAD3BC;
}
.storyBox .md span {
	background-color: #fff;
	display: inline-block;
	padding: 4px 50px;
	position: relative;
	font-size: 22px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: #e73918;
	letter-spacing: 0.08em;
}


/*--------------------- .flex_box ---------------------*/
.flex_box {
  display: flex;
  justify-content: space-between;
}
.flex_box .flex_txt, .flex_box .flex_img {
  width: 48%;
}
.flex_box + .flex_box {
  margin-top: 40px;
}
.flex_box .flex_img .info {
  line-height: 1.7;
}


/*--------------------- .image_acr_box ---------------------*/
.image_acr_box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.image_acr_box .image_acr {
  margin-bottom: 20px;
  padding: 0 10px;
}
.image_acr_box .image_acr a {
  display: block;
}
.image_acr_box .image_acr a:hover {
  opacity: 0.5;
}
.image_acr_box.clm2 .image_acr {
  width: 50%;
}
.image_acr_box.clm3 .image_acr {
  width: 33.333%;
}
.image_acr_box.clm4 .image_acr {
  width: 25%;
}
.image_acr_box.clm5 .image_acr {
  width: 20%;
}


/*--------------------- .img ---------------------*/
.img {
  border: none;
  line-height: 0;
}
.img img {
  width: 100%;
}
img.img {
  width: 100%;
}

/*--------------------- TOP slider ---------------------*/
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: auto;
}
.carousel-cell {
  width: 66%;
  height: 405px;
  margin-right: 10px;
  opacity: 1;
  border: solid 1px #fff;
	background-color: #000;
}
.carousel-cell:hover {
	 border: 1px solid #fff;
}
.carousel-cell.more:hover {
	 border: 1px solid #E73918;
}
.carousel-cell a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding: 30px;
	pointer-events: none;
}
.carousel-cell.more a {
	pointer-events: auto;
}
.carousel-cell.more a:hover {
	opacity: 0.5;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.carousel-cell a:hover {
	opacity: 1;
}
.carousel-cell#epi01 a {
  background: url("../img/mainEpi01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi02 a {
  background: url("../img/mainEpi02.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi03 a {
  background: url("../img/mainEpi03.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi04 a {
  background: url("../img/mainEpi04.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi05 a {
  background: url("../img/mainEpi05.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi06 a {
  background: url("../img/mainEpi06.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi07 a {
  background: url("../img/mainEpi07.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi08 a {
  background: url("../img/mainEpi08.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi09 a {
  background: url("../img/mainEpi09.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi10 a {
  background: url("../img/mainEpi10.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.carousel-cell#epi11 a {
  background: url("../img/mainEpi11.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.epi-title {
  width: 600px;
  height: auto;
  background: rgba(255, 255, 255, 0.85);
  padding: 20px;
  text-align: left;
  font-size: 24px;
	position: relative;
}
.carousel-cell.more a .epi-title::before {
	position: absolute;
	content: '− 詳しく見る';
	display: block;
	bottom: 7px;
	right: 10px;
	color: #000;
	font-size: 0.6em;
	line-height: 1;
}
.epi-title-orange {
  color: #de5a24;
}
.flickity-page-dots {
  display: none;
}
.flickity-button {
  opacity: 0.75;
}
.flickity-button:hover {
  opacity: 1;
}
.flickity-button svg {
  display: none;
}
.flickity-prev-next-button {
  width: 50px;
  height: 90px;
	border-radius: none;
	top: auto;
	bottom: 50%;
	transform: translateY(50%);
}
.flickity-button.previous {
  background: url("../img/prev-previous.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.flickity-button.next {
  background: url("../img/prev-next.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.flickity-prev-next-button.previous {
  left: 30px;
}
.flickity-prev-next-button.next {
  right: 30px;
}
@media screen and (max-width:1080px){
  .carousel-cell a {
    padding-top: 291px;
		padding-left: 0;
		padding-right: 0;
  }
  .epi-title {
    width: 100%;
  }
}
@media screen and (max-width:800px){
	.flickity-viewport {
		height: auto !important;
		padding-bottom: calc(37.5% + 85px);
	}
	.carousel-cell#epi01 a,
	.carousel-cell#epi02 a,
	.carousel-cell#epi03 a,
	.carousel-cell#epi04 a,
	.carousel-cell#epi05 a,
	.carousel-cell#epi06 a,
	.carousel-cell#epi07 a {
		background-size: contain;
		background-position: top left;
	}
  .epi-title {
		background: #f0f0f0;
    padding: 15px 38px;
    font-size: 18px;
		height: 85px;
		position: absolute;
		bottom: 0;
		left: 0;
  }
	.carousel-cell.more a .epi-title {
		padding: 15px 120px 15px 38px;
	}
	.carousel-cell.more a .epi-title::before {
		bottom: 20px;
		right: 40px;
	}
	.carousel-cell {
		left: 0;
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	.carousel-cell a {
		padding-top: 0;
    padding-bottom: calc(37.5% + 85px);
		position: relative;
  }
	.flickity-slider {
		transform: translateX(0%);
	}
  .flickity-prev-next-button {
		width: 20px;
    height: 35px;
		bottom: 40px;
  }
  .flickity-prev-next-button.previous {
		background: url("../img/prev-previous_sp.png") no-repeat;
		background-size: contain;
		background-position: center;
		left: 10px;
  }
.flickity-prev-next-button.next {
	background: url("../img/prev-next_sp.png") no-repeat;
	background-size: contain;
		background-position: center;
	right: 10px;
  }
}
@media screen and (max-width:580px){
	.flickity-viewport, .carousel-cell a {
		padding-bottom: calc(37.5% + 75px);
	}
  .epi-title {
    padding: 5px 35px;
    font-size: 14px;
		height: 75px;
  }
	.carousel-cell.more a .epi-title {
		padding: 5px 100px 5px 35px;
	}
	.carousel-cell.more a .epi-title::before {
		font-size: 0.7em;
		bottom: 10px;
		right: 33px;
	}
}
/*--------------------- .storyLink ---------------------*/
.storyLink{
  padding-top: 10px;
	padding-bottom: 30px;
  display: block;
  width: 1150px;
	margin: 0 auto;
}
.storyLink ul{
  display: flex;
  flex-wrap: wrap;
}
.storyLink li{
  list-style: none;
  margin-bottom: 20px;
  width: 20%;
  text-align: center;
}
.storyLink li:last-child{
  margin-right: 0;
}
.storyLink li a:before{
  content: "■ ";
  color: #000;
}
.storyLink li a {
  padding-bottom: 2px;
  font-size: 17px;
}
.storyLink li a:hover{
  color: #e73918;
  transition: color 0.5s;
  transition: border 1s;
}
.linkHead {
  border-bottom: 1px solid #dad3bc;
  font-size: 22px;
  font-weight: 600;
  font-family: 'Fira Sans Condensed', sans-serif;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.storyLink li.choice {
  pointer-events: none;
}
.storyLink li.choice a:before {
  color: #e73918;
}
.clear {
  clear: both;
}

@media only screen and (max-width: 1199px) {
  .storyLink {
    width: 100%;
  }
  .storyLink li{
    width: 33%;
    text-align: center;
		margin-right: 0;
  }
}

@media only screen and (max-width: 800px) {
  /*--------------------- .storyLink ---------------------*/
  .storyLink ul{
    justify-content: flex-start;
		flex-wrap: wrap;
  }
  .storyLink li{
    width: 50%;
    text-align: center;
		margin-right: 0;
  }
}

/*--------------------- .projectMemList ---------------------*/
.projectMemInr {
  display: inline;
  width: 1000px;
  margin-bottom: 50px;
  text-align: center;
}
/*--------------------- .projectMemList ---------------------*/
.projectMemList {
  background-color: #f1f1f1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}
.projectMemList p {
  text-align: left;
}
.projectMemList .memList ul {
  display: inline-block;
}
.projectMemList .memList li {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
.projectMemList .memList img {
  max-width: 150px;
}
.projectMemList .memList .memTxt {
  text-align: center;
}
.projectMemList .memList .memTxt p {
  font-size: 16px;
  margin: 10px auto 0;
}
.projectMemList .memList .memTxt p span{
  font-size: 12px;
}
.projectMemList .memHead {
  text-align: left;
  font-size: 22px;
  color: #e73918;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.projectMemList .memHead span {
  color: #AAA;
  display: inline;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 0;
}
/*--------------------- .First ---------------------*/
.projectMemList .memList img.imgFirst {
  max-width: 200px;
}
.projectMemList .memList .memTxt p.txtFirst {
  font-size: 20px;
  margin: 10px auto 0;
}
.projectMemList .memList .memTxt p.txtFirst span{
  font-size: 16px;
}

.txtColor01 {
  color: #e73918;
}


/*--------------------- .episode02 ---------------------*/
.episode02 {
  width: 100%;
  max-width: 1480px;
  min-width: 1000px;
  margin: 0 auto;
}
.episode02 .box {
  overflow: hidden;
  margin-bottom: 20px;
}
.episode02 .box .pic {
  background-size: cover;
  background-position: center center;
  width: 50%;
  height: 400px;
  float: right;
}
.episode02 .box .txt {
  float: left;
  width: 47%;
}
.episode02 .box .txt .title {
  font-size: 27px;
  color: #e73918;
  font-weight: lighter;
  margin: 40px 0 20px 0;
}
.episode02 .box .txt p {
  line-height: 180%;
}
.episode02 .even .pic {
  float: left;
}
.episode02 .even .txt {
  float: right;
}
.episode02 .epi01 .pic{
  background: url(../img/epi02_pic01.jpg) center / contain no-repeat;
  border: 1px solid #000;
}
.episode02 .epi02 .pic{
  background-image: url(../img/epi02_pic02.jpg);
}
.episode02 .epi03 .pic{
  background-image: url(../img/epi02_pic03.jpg);
}
.episode02 .epi04 .pic{
  background-image: url(../img/epi02_pic04.jpg);
}
.episode02 .epi05 .pic{
  background-image: url(../img/epi02_pic05.jpg);
}
.episode02 .epi06 .pic{
  background-image: url(../img/epi02_pic06.jpg);
}


@media only screen and (max-width: 1080px) {
  /*--------------------- .inner ---------------------*/
  .inner {
    padding: 0 10px 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  /*--------------------- .inner ---------------------*/
  .inner_s {
    padding: 0 10px 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 800px) {
  /*--------------------- .image_acr_box ---------------------*/
  .image_acr_box.clm3 .image_acr, .image_acr_box.clm4 .image_acr, .image_acr_box.clm5 .image_acr {
    width: 50%;
  }
  
  /*--------------------- .flex_box ---------------------*/
  .flex_box {
    flex-wrap: wrap;
  }
  .flex_box .flex_txt p {
    margin: 0;
  }
  .flex_box .flex_txt, .flex_box .flex_img {
    width: 100%;
  }
  .flex_img + .flex_img, .flex_txt + .flex_img {
    margin-top: 15px;
  }
  .flex_img + .flex_txt, .flex_txt + .flex_img {
    margin-bottom: 30px;
  }
  .flex_box + .flex_box {
    margin-top: 30px;
  }

  /*--------------------- .episode02 ---------------------*/
  .episode02 {
    max-width: 100%;
    min-width: 100%;
  }
  .episode02 .box .pic {
    width: 100%;
    height: 220px;
    float: none;
  }
  .episode02 .box .txt {
    float: none;
    width: 100%;
  }
  .episode02 .box .txt .title {
    font-size: 18px;
    margin: 20px 0 10px 0;
  }
  .episode02 .box .txt p {
    line-height: 160%;
    font-size: 14px;
  }

  /*--------------------- .episode02 ---------------------*/
  .projectMemList {

  }
  .projectMemList .memHead {
    text-align: center;
  }
  .projectMemList .memHead span {
    text-align: center;
  }
  .projectMemList .memList ul {
    display: block;
  }
  .projectMemList .memList li {
    display: inline-block;
    float: none;
    margin: 0 0 20px 0;
    text-align: center;
    width: 48%;
  }
  .projectMemList .memList img {
    max-width: 100%;
  }

  /*--------------------- .First ---------------------*/
  .projectMemList .memList img.imgFirst {
    max-width: 80%;
  }
  .projectMemList .memList li.listFirst {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 0 20px 0;
  }
}





