@charset "utf-8";
.story .sec_contents {
    max-width:unset;
}
@media screen and (max-width:767px){
  .story .sec_contentsWrap,
  .story .sec_contents {
      padding-right: 0;
	  padding-left: 0;
	  padding-bottom: 0;
  }
  .storyhd{
	padding-top: calc(180 / var(--vw-min) * 100vw);
  }
}
.header__navBtn{
    background-color: var(--color-orange);
}
.ttl_jp {
    color: var(--color-orange);
}
.sub_siteTtl .siteTtl__img {
    background-color:var(--color-orange);
}
/*-----------------------------------------------
 * STORY
-------------------------------------------------*/

/* ------------- 
 PAGE TITLE
 ------------- */
.story__ttl{
	margin-bottom:min(calc(56 / var(--vw-min) * 100vw),56px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.story__ttl_en{
	display: block;
	background: url(../img/common/ttl/ttl_story_en.svg)no-repeat center center / contain;
	width: min(calc(300 / var(--vw-min) * 100vw),300px);
	height:min(calc(70 / var(--vw-min) * 100vw),70px);
	margin-bottom:min(calc(10 / var(--vw-min) * 100vw),10px);
}
.story__ttl_jp{
	display: block;
	background: url(../img/common/ttl/ttl_story_jp.svg)no-repeat center center / contain;
	width: min(calc(99 / var(--vw-min) * 100vw),99px);
	height:min(calc(28 / var(--vw-min) * 100vw),28px);
}
@media screen and (max-width:767px){ 
	.story__ttl{
		padding: 0 calc(30 / var(--vw-min) * 100vw);
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: calc(44 / var(--vw-min) * 100vw);;
	}
	.story__ttl_en{
		width: calc(294 / var(--vw-min) * 100vw);
		height: calc(96 / var(--vw-min) * 100vw);
		margin-bottom: calc(10 / var(--vw-min) * 100vw);
	}
	.story__ttl_jp{
		width: calc(122 / var(--vw-min) * 100vw);
		height: calc(42 / var(--vw-min) * 100vw);
	}
}

/* ------------- 
 PAGE CONTENTS
 ------------- */
.storyBox {
	opacity: 0;
	transition: .6s ease;
}
body.--storyLoaded .storyBox {
	opacity: 1;
}
@media screen and (max-width:767px) {
	.storyBox {
		padding: 0;
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
	.sub__cont{
		margin-top: 0;
	}
}


/**
* STORY LISTS
**/
.storyListsWrap{
	display: flex;
   justify-content: center;
    align-items: center;
    color: #1A1311;
    margin-bottom: min(calc(58 / var(--vw-min) * 100vw),58px);
    flex-direction: column;
}
.storyLists__ttl{
	font-size: min(calc(18 / var(--vw-min) * 100vw),18px);
	font-family: var(--font-en);
	font-weight: 900;
	color: var(--color-red);
	line-height: 1;
	margin-bottom:min(calc(15 / var(--vw-min) * 100vw),15px);
	text-align: center;
    display: block;
    width: 100%;
}
@media screen and (max-width: 767px){
	.storyListsWrap{
		padding: 0 calc(28 / var(--vw-min) * 100vw);
		align-items: flex-start;
		margin-bottom:0;
	}
	.storyLists_ttl{
		font-size: calc(24 / var(--vw-min) * 100vw);
		margin-right: calc(20 / var(--vw-min) * 100vw);
		height: calc(88 / var(--vw-min) * 100vw);
        display: flex;
        align-items: center;
		line-height: unset;
	}
}

.storyLists{
	width:  min(calc(880 / var(--vw-min) * 100vw),880px);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
  margin-bottom: min(calc(70 / var(--vw-min) * 100vw),70px);
}
.storyLists li{
	margin: 0 min(calc(5 / var(--vw-min) * 100vw),5px);
	display: flex;
	align-items: center;
    justify-content: center;
}
.storyLists li:first-child{
	margin-left: 0;
}
.storyLists li:last-child{
	margin-right: 0;
}
@media screen and (max-width: 767px){
	.storyLists{
		width: 100%;
		font-size: calc(32 / var(--vw-min) * 100vw);
		flex-wrap: wrap;
    padding: 0 calc(45 / var(--vw-min) * 100vw);
    margin-bottom: calc(45 / var(--vw-min) * 100vw);
	}
	.storyLists li{
		margin: 0 calc(18 / var(--vw-min) * 100vw) 0;
	}
	.storyLists li:last-child{
		margin-right: 0;
	}

}

.storyList__link{
	color: #000;
  font-size: min(calc(22 / var(--vw-min) * 100vw),22px);
	line-height: 1;
	text-align: center;
  transition: all .4s ease;
	text-decoration: none;
  border-radius: 50%;
  width: min(calc(50 / var(--vw-min) * 100vw),50px);
  height: min(calc(50 / var(--vw-min) * 100vw),50px);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:767px){
	.storyList__link{
		font-size: calc(40 / var(--vw-min) * 100vw);
    width:calc(85 / var(--vw-min) * 100vw);
    height: calc(85 / var(--vw-min) * 100vw);
	}
}
/* hover */
@media (hover: hover) and (pointer: fine){
	.storyList__link:hover{
        color: var(--color-red);
	}
	.storyList__link:hover::before{
		transform: scale(98%);
		opacity: 1;
	}
}

@media screen and (max-width:767px){
	.storyList{
		padding: 0;
	}
	.storyList__link{
	}
}


/* is-active */
.storyList__link.--is-active{
    color: #FFF;
}

.storyList__link.--is-active{
  background-color: var(--color-orange);
}


/**
* storyContent
**/
.storyContent{
	width: 100%;
}
.storyContentIn{
	width: 100%;
	position: relative;
}


/*
* Image
*/
.storyImageWrap{
	margin-bottom: min(calc(54 / var(--vw-min) * 100vw),54px);
	position: relative;
}

.storyImageList{
  width:calc(794 / var(--vw-min) * 100vw)!important;
	padding: 0 min(calc(8 / var(--vw-min) * 100vw),8px) min(calc(8 / var(--vw-min) * 100vw),8px) 0;
  position: relative;
}
.storyImageList__img{
	width:  calc(786 / var(--vw-min) * 100vw)!important;
  height: calc(450   / var(--vw-min) * 100vw);
	position: relative;
	border-radius: min(calc(20 / var(--vw-min) * 100vw),20px);
	overflow: hidden;
}
.storyImageList::after{
	background: var(--color-main);
    position: absolute;
    content: "";
    bottom: 0;
    right:0;
    margin: auto;
    width: calc(786 / var(--vw-min) * 100vw);
    height: calc(450   / var(--vw-min) * 100vw);
    display: block;
    z-index: -1;
    pointer-events: none;
    border-radius: min(calc(20 / var(--vw-min) * 100vw), 20px);
}
@media screen and (max-width:767px){
	.storyImageWrap{
		margin-bottom: 0;
	}
	.storyImageList{
    width:  calc(654 / var(--vw-min) * 100vw)!important;
    height: calc(379   / var(--vw-min) * 100vw);
    margin-bottom: calc(12 / var(--vw-min) * 100vw);
	}
  .storyImageList::after{
    width:  calc(645 / var(--vw-min) * 100vw)!important;
    height: calc(369   / var(--vw-min) * 100vw);
  }
	.storyImageList__img{
    width:  calc(645 / var(--vw-min) * 100vw)!important;
    height: calc(369   / var(--vw-min) * 100vw);
    
	}
}
.storyImageList__img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

/*
* THUMB
*/

.storyThumbBlock{
	width: min(calc(794 / var(--vw-min) * 100vw),794px);
	margin:  calc(10 / var(--vw-min) * 100vw) auto 0;
	position: relative;
	padding: 0;
}
@media screen and (max-width:767px){
	.storyThumbBlock{
		width: 100%;
		margin:  0 auto;
		position: relative;
		padding: 0 calc(40 / var(--vw-min) * 100vw);
	}
}

/* storyThumb */
.storyThumbWrap{
	display: flex;
	margin:0 auto;
}
.storyThumbList{
	width:  min(calc(124 / var(--vw-min) * 100vw),124px)!important;
  height: min(calc(77 / var(--vw-min) * 100vw),77px);
	position: relative;
	pointer-events: none;
  margin-right: min(calc(10 / var(--vw-min) * 100vw),10px);
}
.storyThumbList::after{
   background: var(--color-main);
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    margin: auto;
    width:min(calc(116 / var(--vw-min) * 100vw),116px);
    height: min(calc(67 / var(--vw-min) * 100vw),67px);
    display: block;
    z-index: -1;
    pointer-events: none;
    border-radius: min(calc(10 / var(--vw-min) * 100vw),10px);
}
@media screen and (max-width:767px){
	.storyThumbWrap{
		width: 100%!important;
	}
	.storyThumbList{
		width: calc(100% / 5);
	}
  .storyThumbList::after{
		border-radius: calc(20 / var(--vw-min) * 100vw);
    width: calc(202 / var(--vw-min) * 100vw);
    height: calc(115 / var(--vw-min) * 100vw);
  }
}
.storyThumbList__img{
	width:  min(calc(116 / var(--vw-min) * 100vw),116px);
  height: min(calc(67 / var(--vw-min) * 100vw),67px);
	position: relative;
	pointer-events: auto;
	cursor: pointer;
	overflow: hidden;
	border-radius:  min(calc(8 / var(--vw-min) * 100vw),8px);
}
.storyThumbList__imgIn{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.storyThumbList__img:after{
	  background: #FFF;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    pointer-events: none;
}
.storyThumbList__imgIn img{
	width: 100%;
	height: 100%;
  object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s ease;
}

@media screen and (max-width:767px){
	.storyThumbWrap{
		width: 100%;
	}
	.storyThumbList,
	.storyThumbList:nth-child(7n){
		width:calc(210 / var(--vw-min) * 100vw)!important;
		height:calc(124 / var(--vw-min) * 100vw)!important;
		margin-right: calc(10 / var(--vw-min) * 100vw);
		margin-bottom: calc(10 / var(--vw-min) * 100vw);
	}
	.storyThumbLists{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0 0;
		transform:none!important;
	}
	.storyThumbList__img{
		border-radius:  calc(20 / var(--vw-min) * 100vw);
    width:calc(202 / var(--vw-min) * 100vw);
    height:calc(115 / var(--vw-min) * 100vw);

	}
	.storyThumbList__img:after{
		border: calc(4 / var(--vw-min) * 100vw) solid var(--color-brown);
		border-radius: calc(12 / var(--vw-min) * 100vw);
	}
}

/* hover */
@media (hover: hover) and (pointer: fine){
	.storyThumbList__img:hover::after{
		opacity: 0;
	}
}


/* is-active */
.storyThumbList.swiper-slide-thumb-active .storyThumbList__img:after{
	opacity: 0;
}

.storyDetailBlock{
	width: min(calc(794 / var(--vw-min) * 100vw), 794px);
	margin: 0 auto;
  font-size: min(calc(18 / var(--vw-min) * 100vw),18px);
}

@media screen and (max-width:767px){
	.storyDetailBlock{
		width: 100%;
		padding: 0 calc(40 / var(--vw-min) * 100vw);
		margin-top: calc(54 / var(--vw-min) * 100vw);
	}
	.storyContent{
		margin-top: calc(6 /  var(--vw-min)  * 100vw);
		border-width: calc(10 / var(--vw-min) * 100vw);
	}
}
.storyDetail__ttl{
  font-weight: 700;
  color: var(--color-orange);
  margin-bottom:min(calc(12 / var(--vw-min) * 100vw),12px);
}
@media screen and (max-width:767px){
  .storyDetail__ttl{
    font-size:calc(24 / var(--vw-min) * 100vw);
    margin-bottom:calc(12 / var(--vw-min) * 100vw);
  }
}

/*
* TEXT
*/
.story_epTtl{
	font-size:min(calc(30 / var(--vw-min) * 100vw),30px);
	margin-bottom:min(calc(48 / var(--vw-min) * 100vw),48px);
	padding-bottom:min(calc(30 / var(--vw-min) * 100vw),30px);
  position: relative;
  text-align: center;
}
.story_epTtl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    height: min(calc(10 / var(--vw-min) * 100vw), 10px);
    width: min(calc(226 / var(--vw-min) * 100vw), 226px);
    -webkit-mask: url(../img/deco/line_dot.png) no-repeat center center / contain;
    mask: url(../img/deco/line_dot.png) no-repeat center center / contain;
    background-color: var(--color-orange);
}
@media screen and (max-width:767px){
	.story_epTtl{
		font-size:calc(38 / var(--vw-min) * 100vw);
		margin-bottom:calc(48/ var(--vw-min) * 100vw);
    padding-bottom:calc(34 / var(--vw-min) * 100vw);
	}
  .story_epTtl::after {
      height:calc(12 / var(--vw-min) * 100vw);
      width:calc(254 / var(--vw-min) * 100vw);
  }
}
.storyTextWrap{
	margin-bottom:min(calc(40 / var(--vw-min) * 100vw),40px);
}
.storyText{
	width: 100%;
	font-size: min(calc(15 / var(--vw-min) * 100vw),15px);
	letter-spacing: 0.04em;
	line-height: calc(31/15);
	font-weight: 500;
}

@media screen and (max-width:767px){
	.storyTextWrap{
		margin-bottom: calc(50 / var(--vw-min) * 100vw);
	}
	.storyText{
		line-height:2;
		font-size: calc(24 / var(--vw-min) * 100vw);
	}
}

/*
* storyDetaile
*/
.storyDetaile__inBlock{
    display: flex;
    justify-content: space-between;
  }
@media screen and (max-width:767px){
	.storyDetaile__inBlock{
		flex-direction: column;
	  }
}
/* STAFF */
.storyStaffLists__ttl{
	font-size:min(calc(24 / var(--vw-min) * 100vw),24px);
	margin-bottom: min(calc(10 / var(--vw-min) * 100vw),10px);
	line-height: calc(30/24);
	letter-spacing: 0.03em;
	font-family: var(--font-en);
	color: var(--color-red);
	font-weight: 600;
}

@media screen and (max-width:767px){
	.storyStaffLists__ttl{
		font-size: calc(40 / var(--vw-min)  * 100vw);
	}
}
.storyStaffListsWrap{
    display: flex;
	  flex-direction: column;
    margin-bottom:  min(calc(40 / var(--vw-min) * 100vw),40px);
}
.storyStaffList{
	display: flex;
	font-size: min(calc(15 / var(--vw-min) * 100vw),15px);
	letter-spacing: 0.03em;
	line-height: calc(31 / 15);
	padding-bottom: 4px;
	font-weight: 500;
}
@media screen and (max-width:767px){
	.storyStaffListsWrap{
		flex-direction: column;
	}
	.storyStaffList{
		font-size: calc(26/ var(--vw-min) * 100vw);
		line-height: calc(26 / 13);
		margin-left: 0;
	}
}

.storyStaffList > dt{
	color: var(--color-red);
	margin-right: min(calc(5 / var(--vw-min) * 100vw),5px);
	padding-right: min(calc(10 / var(--vw-min) * 100vw),10px);
  position: relative;
  display: inline-block;
}
.storyStaffList > dt::after{
	content: ":";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.storyStaffList > dd{
	flex: 1;
}

@media screen and (max-width:767px){
	.storyStaffList:not(:last-child){
		padding-bottom: calc(4 / var(--vw-min) * 100vw);
	}
}


/*
* Trailer
*/
.storyTrailerContWrap{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width:767px){
	.storyTrailerContWrap{
		margin-top: calc(30 / var(--vw-min) * 100vw);
	  }
}
/* MOVIE */

  .movieBoxWrap {
    display: block;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
  }
  .movieBox::before {
    background: #FFF;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 1;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    pointer-events: none;
  }
  .movieBoxWrap:hover .movieBox::before {
    opacity: 0;
  }
  .movieBoxWrap::after {
    background: var(--color-main);
    position: absolute;
    content: "";
    bottom: max(calc(-8 / var(--vw-min) * 100vw), -8px);
    right: max(calc(-8 / var(--vw-min) * 100vw), -8px);
    margin: auto;
    height: 100%;
    width: 100%;
    display: block;
    z-index: -1;
    pointer-events: none;
    border-radius: min(calc(20 / var(--vw-min) * 100vw),20px);
  }
  @media screen and (max-width: 767px) {
    .movieBoxWrap::after {
      bottom: calc(-12 / var(--vw-min) * 100vw);
      right: calc(-12 / var(--vw-min) * 100vw);
    }
  }
  .movieBox{
    border-radius: min(calc(20 / var(--vw-min) * 100vw),20px);
    overflow: hidden;
    /*border: 3px solid var(--color-pink);*/
  }
  .item_title {
    display: block;
    font-size: min(calc(20 / var(--vw-min) * 100vw), 20px);
    line-height: calc(38 / 20);
    letter-spacing: 0.01em;
    margin-top: min(calc(12 / var(--vw-min) * 100vw), 12px);
    text-align: center;
    font-weight: 700;
  }  
  .item_img {
    height: 100%;
    transition: 0.4s ease;
  }
  .item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  @media screen and (max-width: 767px) {
    .item_title {
      font-size: calc(34 / var(--vw-min) * 100vw);
      margin-top: calc(20 / var(--vw-min) * 100vw);
    }
  }
  .movieBox {
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  /* play icon */
  .play-icon {
    width: min(calc(101 / var(--vw-min) * 100vw), 101px);
    height: min(calc(101 / var(--vw-min) * 100vw), 101px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/common/icon/ic_movieplay.png) no-repeat center center/contain;
    transform: scale(1);
    transition: 0.4s ease;
    z-index: 2;
  }
  @media screen and (max-width: 767px) {
    .play-icon {
        width: calc(101 / var(--vw-min) * 100vw);
        height:calc(101 / var(--vw-min) * 100vw);
      }
  }
  .btn_moviePlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  /*hover*/
  .movieBoxWrap:hover .item_img {
    transform: scale(1.05);
  }
  .movieBoxWrap:hover .play-icon {
    opacity: 0;
  }
  .movieBox:hover {
    cursor: pointer;
  }


.storyThumbBlock{
	position: relative;
}
.controlBlock._story{
	position: absolute;
	bottom: min(calc(15 / var(--vw-min) * 100vw),15px);
	left: 0;
	right: 0;
	margin: auto;
	width: min(calc(880 / var(--vw-min) * 100vw),880px);
	height: min(calc(40 / var(--vw-min) * 100vw),40px);
}
.controlBlock._story .arrowBtn {
    background-color: var(--color-brown);
    margin: auto;
    top: 0;
    bottom: 0;
}
.controlBlock._story .arrowBtn span {
    background-color: #FFF;
}
  @media screen and (max-width:767px){
	.controlBlock._story{
		position: absolute;
		top: calc(148 / var(--vw-min) * 100vw);
		bottom: unset;
		width:calc(100% - calc(16 / var(--vw-min) * 100vw));
		height: calc(80 / var(--vw-min) * 100vw);
	}
}