section:not(.master_head_wrapper):not(.main_visual):not(.first_section) {
  padding-top: 0.8rem;
  padding-bottom: 1.5rem;
}

.first_section{
  padding-top: 4.5rem;
  padding-bottom: 1.5rem;
}

.anchor {
  display: block;
  position: relative;
  height: 1px;
  visibility: hidden;
  width: 100%;
}


.swiper-container-fade .swiper-slide {
  opacity: 0 !important;
}

.swiper-container-fade .swiper-slide-active{
  opacity: 1 !important;
}

.swiper-pagination {
  position: static;
  text-align: left;
  display: flex;
  align-items: center;
  width: auto;
  vertical-align: middle;
}

.swiper-pagination-bullet {
  width: 4.6875rem;
  height: 0.875rem;
  margin-right: 2rem;
  background-color: #f8d6a6;
  opacity: 1;
  border-radius: 0.5rem;
}

.swiper-pagination-bullet-active {
  background-color: #ed8e0c;
}

.swiper-button-pause {
  display: inline-block;
  position: relative;
  font-size: 0;
  vertical-align: middle;
  height: 14px;
}

.swiper-button-pause:before,
.swiper-button-pause:after {
  content: '';
  width: 3px;
  height: 14px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #555;
}

.paused .swiper-button-pause:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #555;
  background-color: transparent;
  margin-top: 1px;
}

.paused .swiper-button-pause:after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: url('../images/icon/btn_left.svg');
  font-size: 0;
  width: 4.675rem;
  height: 3rem;
  display: inline-block;
  background-size: contain;
  position: static;
  margin-top: 0;
}

.swiper-button-next {
  transform: rotate(180deg);
}


.mainContent .modal_append_cont {
  display: none;
}

.modelopen {
  overflow: hidden;
}


.modal.modalopen {
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9900;
}

.modal_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 50vw;
  padding: 1rem;
  max-height: 80vh;
}

.modal_title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.modal_box .modal_big_content {
  max-height: calc(80vh - 3rem);
  overflow-y: auto;
  font-size: 1.3rem;
}

.modal_box .modal_content:focus {
  outline: none;
}

.modal_box .modal_big_content iframe {
  width: 100%;
  height: 100%;
}

.modal video {
  max-height: 50vh;
  max-width: 50vw;
  width: 100%;
}

.modal_box .close_wrapper {
  background-color: #fff;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.modal_box .close_wrapper a {
  display: inline-block;
  position: relative;
  font-size: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}

.modal_box .close_wrapper a:hover,
.modal_box .close_wrapper a:focus {
  color: #a1fba3;
}

.modal_box .close_wrapper a:before,
.modal_box .close_wrapper a:after {
  content: '';
  display: block;
  width: 80%;
  height: 2px;
  background-color: #000;
  top: 45%;
  position: absolute;
  left: 10%;
}

.modal_box .close_wrapper a:before {
  transform: rotate(45deg);
}

.modal_box .close_wrapper a:after {
  transform: rotate(-45deg);
}

.modal_box .dialog_label,
.dialog_desc {
  font-size: 0;
}

.video_modal .modal_box {}

.video_modal .modal_big_content {
  height: 28.1vw;
  overflow: hidden;
}

.video_modal .modal_title {
  display: none;
}


.video_modal .modal_content {
  height: 100%;
}


.video_modal .modal_content>div {
  height: 100%;
}

.activebody {
  overflow: hidden;
}

.introduction_wrap {
  background-color: #f2f2f2;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.intro_list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.intro_list li {
  display: flex;
}

.intro_list li>div:first-child {
  font-weight: bold;
  white-space: nowrap;
  margin-right: 1rem;
  width: 8%;
  min-width: 6rem;
}

.intro_list li>div:last-child {
  width: 92%;
}

.swiperbigcontainer {
  position: relative;
}

.video_btn {
  position: relative;
  display: block;
  color: #000;
}

.video_btn:before {
  content: '';
  display: inline-block;
  width: 30%;
  height: 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icon/btn_play.svg');
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video_btn img {
  width: 100%;
  display: block;
}

.trailer .swiper-slide>a>span {
  display: block;
}

.trailer .video_btn {
  color: #000;
  margin-bottom: 0.5rem;
}

.trailer .video_btn:hover,
.trailer .video_btn:focus {
  text-decoration: none !important;
}


.episode_recap .mainSlider {
  display: flex;
  flex-wrap: wrap;
}

.episode_recap .mainSlider .row>div:first-child {
  width: 75%;
  margin-right: 42px;
}

.episode_recap .mainSlider .row>div:last-child {
  width: calc(25% - 42px);
}

.episode_recap .mainSlider.video_desc .title {}

.episode_recap .swiperbigcontainer {
  width: 100%;
}

.scroll-wrapper {
  max-height: 459px;
}


.episode_recap_right {}


.episode_recap_right .scroll-content {
  padding-right: 35px;
}

.episode_recap_right .scroll-content>div {
  margin-bottom: 1.5rem;
}

.episode_recap_right .scroll-content>div>a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 0.85rem;
}

.episode_recap_right .scroll-content>div.active>a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #ed8e0c;
  z-index: 20;
}

.episode_recap_right .scroll-content>div>a .eps {
  position: absolute;
  left: 15%;
  bottom: 5%;
}

.episode_recap_right .scroll-content>div>a>span {
  display: inline-block;
}

.episode_recap_right .scroll-content>div>a>span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  z-index: 50;
}

.episode_recap_right .scroll-content>div>a>span:last-child:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3rem 0 0.3rem 0.6rem;
  border-color: transparent transparent transparent #e7242a;
}

.video_desc {
  margin-top: 1rem;
}

.video_desc .title {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.video_desc>*:last-child {
  margin-bottom: 0;
}

.stills .swiper-slide>div {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.stills .swiper-slide>div>div {
  width: 33.33333333333333%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 1.875rem;
  position: relative;
}


.stills .swiper-slide>div>div>a {
  display: block;
  width: 100%;
  position: relative;
}

.stills .swiper-slide>div>div>a:before {
  content: '';
  position: absolute;
  width: 10%;
  height: 10%;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url('../images/icon/btn_enlarge.svg');
  left: 0.4rem;
  top: 0.4rem;
  z-index: 10;
}

.bot_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.theme_song .content_wrap {
  width: 75%;
 /* margin-left: auto;*/
  margin-right: auto;
}

.theme_song .content_wrap>div {
  margin-top: 1rem;
}


.theme_song .content_wrap .title {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.theme_song .content_wrap .song_details table p{
  transition: max-height 0.4s ease-in-out;
  max-height: 13rem;
  overflow-y: hidden;
}

.theme_song .content_wrap.active .song_details  table p{
  max-height: 100rem;
}

.theme_song .content_wrap.active .dots_3{
  display: none;
}

.main_wrap {
  position: relative;
}

.main_visual {
  background-size: cover;
  background-image: url('../images/light_brown.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}


.master_head_wrapper {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('../images/background_pattern.svg');
  background-repeat: repeat;
  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
  clip-path: polygon(0 4%, 100% 0%, 100% 96%, 0% 100%);
  -webkit-transition: -webkit-clip-path .25s ease-in;
  transition: -webkit-clip-path .25s ease-in;
  transition: clip-path .25s ease-in;
  transition: clip-path .25s ease-in, -webkit-clip-path .25s ease-in;
}

.master_head_wrapper.last {
  -webkit-clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 4%, 100% 0%, 100% 100%, 0% 100%);
}

.main_visual {
  /*min-height: 410px;
  height: 27vw;*/
  /*height: 61vh;*/
  transform-origin: center top;
  height: 590px;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 99%, 100% 95%, 100% 0);
  clip-path: polygon(0 0, 0 99%, 100% 95%, 100% 0);
  -webkit-transition: -webkit-clip-path .25s ease-in;
  transition: -webkit-clip-path .25s ease-in;
  transition: clip-path .25s ease-in;
  transition: clip-path .25s ease-in, -webkit-clip-path .25s ease-in;
}

.hill {
  width: 100%;
  position: absolute;
  z-index: 20;
  bottom: 0;
}

.hill>div{
  background-image: url('../images/diecut.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 100%;
  height: 540px;
  width: 100%;
}

.four_characters {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

.four_characters img {
  width: 100%;
}

.element_wrap {
  position: relative;
  height: 100%;
  z-index: 60;
}

.element_0 {
  position: absolute;
  left: 0;
  bottom: 15%;
  z-index: 30;
}

.element_1 {
  position: absolute;
  right: -1%;
  bottom: 10%;
  z-index: 30;
}

.element_2 {
	position: absolute;left: 42%;bottom: 15%;z-index: 30;
}


.character_container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.character_container>div {
  width: 25%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.character_container>div ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.character_container>div ul>li {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}

.character_container>div ul>li:not(:last-child) {
  margin-bottom: 0.5rem;
}

.character_container>div ul>li>div:first-child {
  font-weight: bold;
  margin-right: 0.5rem;
  white-space: nowrap;
}

.character_container>div ul>li>div:last-child {
}

.character_container>div>div:not(:first-child) {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #a7acb0;
}

.character_container>div>div:last-child {
  font-size: 1.15rem;
  letter-spacing: 0.02em;
  border-bottom: 0;
  line-height: normal;
}

.character_container>div>div>p:last-child {
  margin-bottom: 0;
}

.character_container .character_imgwrap {
  border-top: 0.5rem solid #ed8e0c;
}

.character_container .character_imgwrap img{
  width: 100%;
}

.section_cont>p {
  margin-bottom: 1.7rem;
  line-height: normal;
}


.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #6a7177;
  width: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #ed8e0c;
  opacity: 1;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #e15917;
}

.img3{
  display: none;
}

.expand_btn a{
  display: inline-block;
  background-color: #ed8e0c;
  color: #000;
  text-align: center;
  padding: 0.5rem 1rem;
}

.video_desc p{
	    margin-bottom: 1rem;
	
}






.trailer_recap_right {}


.trailer_recap_right .scroll-content {
  padding-right: 35px;
}

.trailer_recap_right .scroll-content>div {
  margin-bottom: 1.5rem;
}

.trailer_recap_right .scroll-content>div>a {
  display: block;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 0.85rem;
}

.trailer_recap_right .scroll-content>div.active>a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #ed8e0c;
  z-index: 20;
}

.trailer_recap_right .scroll-content>div>a .eps {
  position: absolute;
  left: 15%;
  bottom: 5%;
}

.trailer_recap_right .scroll-content>div>a>span {
  display: inline-block;
}

.trailer_recap_right .scroll-content>div>a>span:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  position: absolute;
  left: -0.2rem;
  bottom: -0.2rem;
  z-index: 50;
}

.trailer_recap_right .scroll-content>div>a>span:last-child:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3rem 0 0.3rem 0.6rem;
  border-color: transparent transparent transparent #e7242a;
}


.trailer_recap .mainSlider {
  display: flex;
  flex-wrap: wrap;
}

.trailer_recap .mainSlider .row>div:first-child {
  width: 75%;
  margin-right: 42px;
}

.trailer_recap .mainSlider .row>div:last-child {
  width: calc(25% - 42px);
}

.trailer_recap .mainSlider.video_desc .title {}

.trailer_recap .swiperbigcontainer {
  width: 100%;
}

.trailer_recap_slider2 .swiper-slide>div{
  display: flex;
  flex-wrap: wrap;
      margin-left: -0.9375rem;
        margin-right: -0.9375rem;
}

.trailer_recap_slider2 .swiper-slide>div>div{
  width: 33.33333333333333%;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.875rem;
    position: relative;
}