@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600&subset=japanese");

@charset "UTF-8";
.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #eb6002;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
  pointer-events: all;
}
.loading-overlay.hide {
  opacity: 0;
  pointer-events: none;
}
.loader {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 4px;
  border-color: #ffffff #ffffff30 #ffffff30;
  animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.wrapper {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  /*font-size: 62.5%;*/
  font-size: 0.66667vw;
  line-height: 1;
  font-weight: 600;
  overflow: visible
}
.wrapper * {
  font-weight: inherit;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
html, body {
  overscroll-behavior: none;
}
}
body {
  touch-action: manipulation;
  overflow-y: auto;
}
.wrapper a {
  outline: none;
  color: inherit;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
.wrapper a:hover {
  opacity: 0.7;
}
}
.wrapper a * {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/*a:focus,
*:focus {
  outline: none;
}*/
.wrapper a:focus-visible,
.menu_btn:focus-visible,
.anchor_list_btn:focus-visible,
.slick-next:focus-visible {
  outline: 2px solid #000 !important;
  transition: none !important;
}
.kv_btn a:focus-visible::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #000;
  pointer-events: none;
}
.kv_btn a {
  position: relative;
}

.movie_making_img a:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}

.movie_making_img a:focus-visible::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #000;
  pointer-events: none;
}
.movie_making_img a {
  position: relative;
  display: inline-block;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.flex_box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}

.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}

/*PC蜈ｱ騾�
-----------------------------------------------------------------------------*/
@media screen and (min-width: 1500px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  html {
    font-size: 0.66667vw;
  }
}
/*--------------------------endPC--------------------------------*/

/*SP蜈ｱ騾�
-----------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html {
    font-size: 2vw;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
/*--------------------------endSP--------------------------------*/


body.teaser .menu_inner {
  display: none;
}
body.teaser .content {
  height: auto;
  max-height: calc(100vh - 92px);
  margin-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .menu {
    display: none;
  }
  body.teaser .content {
    height: 100%;
    max-height: 100%;
    padding-bottom: 0;
  }
}
/* --------------------------------------------
band
-------------------------------------------- */
.band {
  display: block;
  z-index: 2;
  position: relative;
  width: 100%;
  height: 24px;
}
.band img {
  -o-object-fit: cover;
  width: auto;
  height: 24px;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .band {
    height: 24px;
  }
  .band img {
    height: 24px;
  }
}
/* --------------------------------------------
keyframe
-------------------------------------------- */
@-webkit-keyframes txtSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes txtSlide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes gearRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gearRotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
@keyframes swing {
  0% {
    -webkit-transform: rotate(-18deg);
    transform: rotate(-18deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}
/* --------------------------------------------
wrapper
-------------------------------------------- */
.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  overflow: clip;
  background: #eb6002;
}

/* --------------------------------------------
header
-------------------------------------------- */
.header {
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
.header_inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-transition-duration: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0.8rem;
  transition-duration: 0.3s;
}
.header_inner img {
  width: 108px;
  height: 46px;
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
    top: 0;
    height: 15vw;
    padding: 0;
    border-bottom: 0;
  }
  .header_inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header_inner .logo {
    width: 25vw;
  }
  .header_inner img {
    width: 25vw;
    height: auto;
  }
}

/* --------------------------------------------
glovalNav
-------------------------------------------- */
.glovalNav {
  z-index: 100;
  width: 100%;
  height: 60px;
  background-color: #fff;
  position: fixed;
  top: -60px;
  left: 0;
  transition: all ease 0.5s;
}
.glovalNav.is-active {
  top: 0;
}
.glovalNav_inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-transition-duration: 0.3s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
  transition-duration: 0.3s;
}
.glovalNav_logo {
  width: 19vw;
}
.glovalNav_btn {
  width: 10vw;
  z-index: 200;
}
.glovalNav_btn a:hover {
  opacity: 1;
}
.glovalNav_menu {
  width: 100%;
  height: calc(100vh - 60px);
  position: absolute;
  top: calc(-100vh - 60px);
  left: 0;
  opacity: 0;
  background: #005eae;
  transition: all ease 0.5s;
}
.glovalNav_menu.is-active {
  top: 60px;
  opacity: 1;
}
.glovalNav_anchor {
  position: relative;
  width: 100%;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.glovalNav_anchor_main {
  z-index: 1;
  position: relative;
  margin-top: -48px;
}
.glovalNav_anchor_main_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  padding-right: 2.8rem;
}
.glovalNav_anchor_main_title img {
  width: 100%;
  max-width: 80.96%;
}
.glovalNav_anchor_list {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 4rem 0 0;
  text-align: center;
}
.glovalNav_anchor_list_item {
  display: block;
  position: absolute;
  width: 100%;
}
.glovalNav_anchor_list_item.item1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 2rem;
  left: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20.8%;
}
.glovalNav_anchor_list_item.item1 img {
  width: 100%;
  margin-top: 0.6rem;
  padding-left: 0.2rem;
}
.glovalNav_anchor_list_item.item1 .glovalNav_anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.glovalNav_anchor_list_item.item1 .glovalNav_anchor_list_item_chips.chips1 {
  width: 49%;
}
.glovalNav_anchor_list_item.item1 .glovalNav_anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.glovalNav_anchor_list_item.item1 .glovalNav_anchor_list_item_chips.chips2 {
  width: 34%;
}
.glovalNav_anchor_list_item.item1 .glovalNav_anchor_list_item_chips.chips2 img {
  margin-top: 1.5rem;
}
.glovalNav_anchor_list_item.item2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 2rem;
  left: 1.46rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 25.3%;
}
.glovalNav_anchor_list_item.item2 img {
  width: 100%;
  margin-top: 0.4rem;
}
.glovalNav_anchor_list_item.item2 .glovalNav_anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.glovalNav_anchor_list_item.item2 .glovalNav_anchor_list_item_chips.chips1 {
  width: 35.4%;
  margin-left: 0.3rem;
}
.glovalNav_anchor_list_item.item2 .glovalNav_anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.glovalNav_anchor_list_item.item3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 2rem;
  right: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 21.2%;
}
.glovalNav_anchor_list_item.item3 img {
  width: 100%;
}
.glovalNav_anchor_list_item.item3 .glovalNav_anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.glovalNav_anchor_list_item.item3 .glovalNav_anchor_list_item_chips.chips1 {
  width: 36%;
  margin-top: 0.6rem;
  margin-right: 1.5rem;
}
.glovalNav_anchor_list_item.item3 .glovalNav_anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.glovalNav_anchor_list_item.item4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 1rem;
  bottom: 2.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 25%;
}
.glovalNav_anchor_list_item.item4 img {
  width: 100%;
  margin-top: 0.6rem;
  padding-left: 0.2rem;
}
.glovalNav_anchor_list_item.item4 .glovalNav_anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.glovalNav_anchor_list_item.item4 .glovalNav_anchor_list_item_chips.chips1 {
  width: 30.4%;
}
.glovalNav_anchor_list_item.item4 .glovalNav_anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.glovalNav_anchor_list_item.item4 .glovalNav_anchor_list_item_chips.chips2 {
  width: 36.8%;
}
.glovalNav_anchor_list_item.item4 .glovalNav_anchor_list_item_chips.chips2 img {
  margin-top: 1.5rem;
}
.glovalNav_anchor_list p {
  width: 100%;
}
.glovalNav_anchor_list span {
  display: inline-block;
}
.glovalNav_anchor_list_btn {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 51.65%;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .glovalNav_anchor_list_btn {
    pointer-events: auto;
  }
}
.glovalNav_anchor_list_btn:nth-child(odd) {
  margin-right: 3rem;
}
.glovalNav_anchor_list_btn:nth-child(even) {
  margin-left: 3rem;
}
.glovalNav_anchor_wave {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.glovalNav_anchor_cap {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 1.4rem;
  padding-bottom: 4rem;
  color: #fff;
  font-size: clamp(10px, 1rem, 12px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.glovalNav_menu .band_bottom {
  bottom: 48px;
}

@media screen and (max-width: 767px) {
  .glovalNav {
    height: 15vw;
    top: -15vw;
  }
  .glovalNav_menu {
    height: calc(100vh - 15vw);
    top: calc(-100vh - 15vw);
  }
  .glovalNav_menu.is-active {
    top: 15vw;
  }
  .glovalNav_anchor {
    height: calc(100vh - 15vw);
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  .glovalNav {
    height: 7vw;
    top: -7vw;
  }
  .glovalNav_menu {
    top: -75rem;
    height: 100vh;
  }
  .glovalNav_menu.is-active {
    top: 7vw;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100vw;
  }
  .glovalNav_anchor {
    height: 75rem;
  }
  .glovalNav_logo {
    width: 8vw;
  }
  .glovalNav_btn {
    width: 5vw;
  }
  .glovalNav_inner {
    padding: 0.4rem 0.4rem 0.4rem .5rem;
}
}

/* --------------------------------------------
main
-------------------------------------------- */
.main {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* height: calc(calc(100vh - 6.2rem - 7.78rem)); */
  overflow: clip;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main .crisp_imgs {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.main .crisp_img {
  display: inline-block;
  position: absolute;
}
.main .crisp_img1 {
  top: calc(2px + 0.57rem);
  left: -6.643rem;
  width: 27.8rem;
  height: 27.8rem;
}
.main .crisp_img2 {
  bottom: -13.6rem;
  left: -17.5rem;
  width: 48.4rem;
  height: 50.4rem;
}
.main .crisp_img3 {
  top: 17.6rem;
  left: 44.4rem;
  width: 18.6rem;
  height: 18.6rem;
}
.main .crisp_img4 {
  right: 36.3rem;
  bottom: 30.5rem;
  width: 19.3rem;
  height: 19.3rem;
}
.main .crisp_img5 {
  top: calc(2px + 0.57rem);
  right: -5.4rem;
  width: 33.4rem;
  height: 33.4rem;
}
.main .crisp_img6 {
  right: 0.8rem;
  bottom: 3.1rem;
  width: 27.8rem;
  height: 27.8rem;
}

@media screen and (max-width: 767px) {
  .main {
    height: auto;
    padding-bottom: 0 !important;
  }
  .main .crisp_img {
    display: none;
  }
}
/* --------------------------------------------
pagelogo
-------------------------------------------- */
.pagelogo {
  z-index: 1;
  /* position: relative; */
  width: calc(50% - 200px);
  text-align: center;
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.pagelogo img {
  width: 27.3rem;
  height: 13.9rem;
}

@media screen and (max-width: 767px) {
  .pagelogo {
    -webkit-transform: translate(-50, -50%);
    -ms-transform: translate(-50, -50%);
    top: 50%;
    left: 50%;
    width: 1px;
    height: 1px;
    transform: translate(-50, -50%);
    opacity: 0;
  }
}
/* --------------------------------------------
menu
-------------------------------------------- */
.menu {
  z-index: 1;
  /* position: relative; */
  width: calc(50% - 200px);
  text-align: center;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.menu_inner {
  width: 100%;
  max-width: 24rem;
  height: 32rem;
  margin: 0 auto 1.84rem;
  padding: 3rem 2rem;
  background: url(../img/cmn/menu-bg.svg) no-repeat;
  background-size: 100%;
}
.menu_title {
  width: 100%;
  max-width: 8.563rem;
  margin: 0 auto;
}
.menu_title img {
  width: 100%;
  height: auto;
}
.menu ul {
  margin: 1.8rem 0 0 0;
}
.menu ul li {
  position: relative;
}
.menu ul li:before {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5em;
  background: #231815;
  content: "";
}
.menu ul li a {
  display: block;
  position: relative;
  padding: 1.7rem 2.817rem 1.7rem 0.8rem;
  text-align: left;
}
.menu ul li a:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 1.817rem;
  height: 1.817rem;
  transform: translate(0, -50%);
  background: url(../img/cmn/ico-menu-anchor.svg) no-repeat;
  background-size: 100%;
  content: "";
}
.menu ul li a img {
  display: inline-block;
  vertical-align: middle;
}
.menu ul li a img.menu_whatsup {
  width: 14.605rem;
}
.menu ul li a img.menu_history {
  width: 13.582rem;
}
.menu ul li a img.menu_factory {
  width: 14.645rem;
}
.menu ul li a img.menu_movie {
  width: 6.128rem;
}
.menu_btn {
  display: block;
  width: 24rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .menu {
    z-index: 1;
    position: relative;
    width: calc(50% - 200px);
    text-align: center;
  }
  .menu_inner {
    width: 100%;
    max-width: 24rem;
    height: 32rem;
    margin: 0 auto 1.84rem;
    padding: 3rem 2rem;
    background: url(../img/cmn/menu-bg.svg) no-repeat;
    background-size: 100%;
  }
  .menu_title {
    width: 100%;
    max-width: 8.563rem;
    margin: 0 auto;
  }
  .menu_title img {
    width: 100%;
    height: auto;
  }
  .menu ul {
    margin: 1.8rem 0 0 0;
  }
  .menu ul li {
    position: relative;
  }
  .menu ul li:before {
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 5em;
    background: #231815;
    content: "";
  }
  .menu ul li a {
    display: block;
    position: relative;
    padding: 1.6rem 2.817rem 1.6rem 0.8rem;
    text-align: left;
  }
  .menu ul li a:after {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    width: 1.817rem;
    height: 1.817rem;
    transform: translate(0, -50%);
    background: url(../img/cmn/ico-menu-anchor.svg) no-repeat;
    background-size: 100%;
    content: "";
  }
  .menu ul li a img {
    display: inline-block;
  }
  .menu ul li a img.menu_whatsup {
    width: 14.605rem;
  }
  .menu ul li a img.menu_history {
    width: 13.582rem;
  }
  .menu ul li a img.menu_factory {
    width: 14.645rem;
  }
  .menu ul li a img.menu_movie {
    width: 6.128rem;
  }
  .menu_btn {
    width: 100vw;
    background: #FFFBC4;
  }
}
/* --------------------------------------------
content
-------------------------------------------- */
.content {
  z-index: 1;
  position: relative;
  width: 400px;
  /* height: 100%;
  max-height: 100vh;
  overflow: auto; */
}
.content::-webkit-scrollbar {
  display: none;
}
.content_wrap {
  width: 100%;
  overflow: clip;
  border: 3px solid #000000;
  /*margin: 40px 0;*/
  background: #005eae;
}

@media screen and (max-width: 767px) {
  .content {
    position: static;
    width: 100%;
    height: 100%;
    max-height: 100%;
    margin-top: -1px;
    padding-bottom: 0;
  }
  .content_wrap {
    margin: 0;
    border: none;
  }
}
/* --------------------------------------------
kv
-------------------------------------------- */
.kv {
  position: relative;
}
.kv_band {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
}
.kv_band img {
  -o-object-fit: cover;
  width: auto;
  height: 2.4rem;
  object-fit: cover;
}
.kv_img {
  width: 100%;
  max-width: 93.33%;
  margin: 2rem auto 0.25rem;
}
.kv_btn {
  width: 100%;
}
.kv_btn img {
  display: block;
  width: 100%;
  max-width: 80.53%;
  margin: 0 auto;
}
.kv_bnr {
  width: 100%;
  max-width: 88.6%;
  margin: 2rem auto 0.75rem;
}

@media screen and (min-width: 768px) {
  .kv_band img {
    height: 24px;
  }
  .kv_img {
    max-width: 93.75%;
  }
  .kv_btn img {
    max-width: 82%;
  }
}
/* --------------------------------------------
anchor
-------------------------------------------- */
.anchor {
  position: relative;
  width: 100%;
  margin-top: -1.6rem;
}
.anchor_main {
  z-index: 1;
  position: relative;
}
.anchor_main_chips {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding-top: 1.5rem;
}

.anchor_main_chips_img {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 20rem;
  padding-right: 0.3rem;
  background: url("../img/top/anchor-main-chips-img-bg.webp") no-repeat center
    right 0.3rem;
  background-size: auto 100%;
}
.js-anchor-chips {
  position: absolute;
}

.js-anchor-chips.left {
  top: 5.9rem;
  right: 16.5%;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
  width: 7.75rem;
  height: 9.6rem;
}

.js-anchor-chips.right {
  top: 4.8rem;
  right: 9.4%;
  filter: drop-shadow(4px 4px 0 rgba(0, 0, 0, 0.3));
  width: 8.8rem;
  height: 9.5rem;
}

.anchor_main_chips_img figcaption {
  position: absolute;
  top: -1.2rem;
  left: 20.8%;
  width: 100%;
}

.anchor_main_chips_img figcaption img {
  width: 100%;
  min-width: 48%;
  max-width: 48%;
}
.anchor_main_title {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  position: relative;
  justify-content: flex-end;
  width: 100%;
  margin-top: -5.5rem;
  padding-right: 2.8rem;
  margin-bottom: 0;
}
.anchor_main_title img {
  width: 100%;
  max-width: 80.96%;
}
.anchor_main_title_cap {
  display: block;
  position: absolute;
  top: -0.2rem;
  left: 5.17%;
  width: 100%;
}
.anchor_main_title_cap img {
  display: block;
  width: 100%;
  max-width: 24.27%;
}
.anchor_list {
  z-index: 1;
  position: relative;
  width: 100%;
  padding: 4rem 0 0;
  text-align: center;
}
.anchor_list p {
  width: 100%;
}
.anchor_list span {
  display: inline-block;
}
.anchor_list_item {
  display: block;
  position: absolute;
  width: 100%;
}
.anchor_list_item.item1 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 2rem;
  left: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20.8%;
}
.anchor_list_item.item1 img {
  width: 100%;
  margin-top: 0.6rem;
  padding-left: 0.2rem;
}
.anchor_list_item.item1 .anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.anchor_list_item.item1 .anchor_list_item_chips.chips1 {
  width: 49%;
}
.anchor_list_item.item1 .anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.anchor_list_item.item1 .anchor_list_item_chips.chips2 {
  width: 34%;
}
.anchor_list_item.item1 .anchor_list_item_chips.chips2 img {
  margin-top: 1.5rem;
}
.anchor_list_item.item2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  bottom: 2rem;
  left: 1.46rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 25.3%;
}
.anchor_list_item.item2 img {
  width: 100%;
  margin-top: 0.4rem;
}
.anchor_list_item.item2 .anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.anchor_list_item.item2 .anchor_list_item_chips.chips1 {
  width: 35.4%;
  margin-left: 0.3rem;
}
.anchor_list_item.item2 .anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.anchor_list_item.item3 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 2rem;
  right: 1.5rem;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 21.2%;
}
.anchor_list_item.item3 img {
  width: 100%;
}
.anchor_list_item.item3 .anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.anchor_list_item.item3 .anchor_list_item_chips.chips1 {
  width: 36%;
  margin-top: 0.6rem;
  margin-right: 1.5rem;
}
.anchor_list_item.item3 .anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.anchor_list_item.item4 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  right: 1rem;
  bottom: 2.5rem;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 25%;
}
.anchor_list_item.item4 img {
  width: 100%;
  margin-top: 0.6rem;
  padding-left: 0.2rem;
}
.anchor_list_item.item4 .anchor_list_item_chips span {
  display: block;
  width: 100%;
}
.anchor_list_item.item4 .anchor_list_item_chips.chips1 {
  width: 30.4%;
}
.anchor_list_item.item4 .anchor_list_item_chips.chips1 img {
  margin-top: 0;
}
.anchor_list_item.item4 .anchor_list_item_chips.chips2 {
  width: 36.8%;
}
.anchor_list_item.item4 .anchor_list_item_chips.chips2 img {
  margin-top: 1.5rem;
}
.anchor_list_btn {
  display: inline-block;
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: 51.65%;
  margin-top: 1rem;
}
.anchor_list_btn:nth-child(odd) {
  margin-right: 3rem;
}
.anchor_list_btn:nth-child(even) {
  margin-left: 3rem;
}
@media screen and (min-width: 768px) {
.anchor_list_btn:hover {
  opacity: .7 !important;
}
}
.anchor_wave {
  display: block;
  position: absolute;
  bottom: 24px;
  left: 0;
  width: 100%;
}
.anchor_cap {
  display: block;
  z-index: 1;
  position: relative;
  margin-top: 1.4rem;
  padding-bottom: 4rem;
  color: #fff;
  font-size: clamp(10px, 1rem, 12px);
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .anchor {
    margin-top: -16px;
  }
  .anchor_main_chips_img {
    padding-right: 14.5px;
    height: 160px;
  }
  .anchor_main_chips_img img {
    max-width: 132px;
  }
  .js-anchor-chips.left {
    top: 47px;
    right: 16.5%;
    width: 60px;
    height: 75px;
  }
  .js-anchor-chips.right {
    top: 38px;
    right: 9.8%;
    width: 69px;
    height: 74px;
  }
  .anchor_main_chips_img figcaption {
    position: absolute;
    top: -10px;
    right: 132px;
  }
  .anchor_main_chips_img figcaption img {
    min-width: 180px;
    max-width: 180px;
  }
  .anchor_main_title {
    margin-top: -58px;
    padding-right: 3.12rem;
  }
  .anchor_main_title img {
    width: 100%;
    max-width: 308px;
  }
  .anchor_main_title_cap img {
    display: block;
    position: absolute;
    top: .6rem;
    left: -1rem;
    width: 100%;
    max-width: 91px;
  }
  .anchor_list {
    padding: 40px 0 0;
  }
  .anchor_list_item.item1 {
    top: 2rem;
    left: 1rem;
    width: 76px;
  }
  .anchor_list_item.item1 img {
    margin-top: .6rem;
    padding-left: .2rem;
  }
  .anchor_list_item.item1 .anchor_list_item_chips.chips1 {
    width: 33px;
  }
  .anchor_list_item.item1 .anchor_list_item_chips.chips2 {
    width: 26px;
  }
  .anchor_list_item.item1 .anchor_list_item_chips.chips2 img {
    margin-top: 1.5rem;
  }
  .anchor_list_item.item2 {
    bottom: 2rem;
    left: 1.46rem;
    width: 93px;
  }
  .anchor_list_item.item2 img {
    margin-top: .4rem;
  }
  .anchor_list_item.item2 .anchor_list_item_chips.chips1 {
    width: 34px;
    margin-left: .3rem;
  }
  .anchor_list_item.item3 {
    top: 2rem;
    right: 1.5rem;
    width: 78px;
  }
  .anchor_list_item.item3 .anchor_list_item_chips.chips1 {
    width: 32px;
    margin-top: .6rem;
    margin-right: 1.5rem;
  }
  .anchor_list_item.item4 {
    right: 1rem;
    bottom: 2.5rem;
    width: 93px;
  }
  .anchor_list_item.item4 img {
    margin-top: .6rem;
    padding-left: .2rem;
  }
  .anchor_list_item.item4 .anchor_list_item_chips.chips1 {
    width: 26px;
  }
  .anchor_list_item.item4 .anchor_list_item_chips.chips2 {
    width: 33px;
  }
  .anchor_list_item.item4 .anchor_list_item_chips.chips2 img {
    margin-top: 1.5rem;
  }
  .anchor_list_btn {
    max-width: 48.25%;
    margin-top: 1rem;
  }
  .anchor_list_btn:nth-child(odd) {
    margin-right: 3rem;
  }
  .anchor_list_btn:nth-child(even) {
    margin-left: 3rem;
  }
  .anchor_wave {
    bottom: 2.4rem;
  }
  .anchor_band img {
    height: 24px;
  }
  .anchor_cap {
    margin-top: 1.4rem;
    padding-bottom: 4rem;
  }
}
/* --------------------------------------------
whatup
-------------------------------------------- */
.whatup {
  position: relative;
  width: 100%;
}
.whatup_title {
  width: 100%;
  padding-top: 3.4rem;
}
.whatup_title img {
  display: block;
  max-width: 71.5%;
  margin: auto;
}
.whatup_lead {
  width: 100%;
  padding-top: 1.8rem;
}
.whatup_lead img {
  display: block;
  max-width: 86%;
  margin: auto;
}
.whatup_item {
  position: relative;
  width: 100%;
  margin-top: 1rem;
}
.whatup_item_bg {
  display: block;
  position: relative;
  width: 100%;
}
.whatup_item_bg .bg-anm {
  display: block;
  max-width: 69%;
  margin: auto;
}
.whatup_item_chips {
  display: block;
  position: absolute;
  top: 9rem;
  left: -22.8%;
  width: 100%;
}
.whatup_item_chips img {
  display: block;
}
.whatup_item_chips .after-anm {
  width: 45%;
  top: -1.4rem;
  left: 41.1%;
}

@media screen and (min-width: 768px) {
  .whatup_title {
    padding-top: 32px;
  }
  .whatup_title img {
    max-width: 272px;
  }
  .whatup_lead {
    padding-top: 13px;
  }
  .whatup_lead img {
    max-width: 328px;
  }
  .whatup_item {
    margin-top: 10px;
  }
  .whatup_item_bg img {
    max-width: 260px;
  }
  .whatup_item_chips {
    top: 5.5rem !important;
    left: 0% !important;
  }
  .after-anm {
    top: -1.4rem !important;
    left: 37% !important;
    transform: rotate(-6deg) translateX(9px) !important;
    transform-origin: bottom;
  }
  .whatup.show .after-anm.animate {
    transform: rotate(20deg) translateX(10px) !important;
  }
  .whatup_item_chips img {
    max-width: 350px;
  }
}
/* --------------------------------------------
lineup
-------------------------------------------- */
.lineup {
  position: relative;
  width: 100%;
  padding-bottom: 4rem;
}
.lineup_title {
  width: 100%;
  margin-top: 1.56rem;
}
.lineup_title img {
  display: block;
  max-width: 88.8%;
  margin: auto;
}
.lineup_slider {
  width: 100%;
  height: 39.5rem;
  margin-top: 1.5rem;
}
.lineup_slider .slick-track {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.lineup_slider .slick-next {
  z-index: 1;
  top: 34%;
  right: 3rem;
  width: 6.66rem;
  height: 6.66rem;
}
.lineup_slider .slick-next:before {
  display: inline-block;
  width: 6.66rem;
  height: 6.66rem;
  background: url(../img/top/slider-next.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}
.lineup_slider .slick-prev {
  z-index: 1;
  top: 34%;
  left: 3rem;
  width: 6.66rem;
  height: 6.66rem;
}
.lineup_slider .slick-prev:before {
  display: inline-block;
  width: 6.66rem;
  height: 6.66rem;
  background: url(../img/top/slider-prev.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}
.lineup_slider_list {
  position: relative;
}
.lineup_slider_list img {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  max-width: 60%;
  margin: 0 auto;
  will-change: max-width;
}
.lineup_slider_list.slick-current img {
  max-width: 100%;
  margin: 0 auto;
}
.lineup_slider_list .lineup_slider_list_star {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  z-index: -1;
}
.lineup_slider_list.slick-current .lineup_slider_list_star {
  -webkit-animation: gearRotate 10s linear infinite;
  animation: gearRotate 10s linear infinite;
}
.lineup_slider_list.slick-current .lineup_slider_btn img {
  max-width: 100%;
}
.lineup_slider_list .lineup_slider_btn {
  max-width: 60%;
}
.lineup_slider_btn {
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}
.lineup_slider .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.lineup_slider .slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.lineup-ex-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
.lineup-ex-text {
  font-size: 2.5vw;
}
}
.slick-prev,.slick-next {
  transition: .3s;
}
@media screen and (min-width: 768px) {
.slick-prev:hover,
.slick-next:hover {
  opacity: .7;
}
}
@media screen and (min-width: 768px) {
  .lineup {
    padding-bottom: 40px;
  }
  .lineup_title {
    width: 100%;
    margin-top: 15.6px;
  }
  .lineup_title img {
    max-width: 333.5px;
  }
  .lineup_slider {
    height: 298px;
    margin-top: 15px;
  }
  .lineup_slider_list img {
    max-width: 120px;
  }
  .lineup_slider_list.slick-active img {
    max-width: 100%;
  }
  .lineup_slider_list.slick-active .lineup_slider_btn img {
    max-width: 100%;
  }
  .lineup_slider_list .lineup_slider_btn img {
    max-width: 60%;
  }
  .lineup_slider_btn {
    margin-top: 10px;
  }
}
/* --------------------------------------------
crispy
-------------------------------------------- */
.crispy {
  z-index: 4;
  position: relative;
  margin-bottom: -3rem;
}
.crispy_bg {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  background: #eb6001 url(../img/top/crispy-bg.webp) no-repeat;
  background-attachment: scroll;
  background-position: bottom;
  background-size: contain;
  background-attachment: fixed;
    background-position: center center;
}
.crispy_title {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.crispy_title img {
  display: block;
  max-width: 68.27%;
  margin: 0 auto;
}
.crispy.anime {
  overflow: hidden;
  background: #fed300;
}
.crispy.anime .band {
  background: #fed300;
}
.crispy.anime .crispy_bg {
  z-index: 2;
  background: transparent;
}

.crispy_bg2 {
  position: relative;
  width: 100%;
  padding: 8rem 0;
  overflow: hidden;
}
.anm-chips {
  position: absolute;
  width: 31.328%;
  height: 11.748rem;
  opacity: 0;
  transform: scale(1);
  transition: opacity 0.2s ease-out, transform 0.4s ease-out;
  z-index: 3;
}

.crispy_chips1 {
  top: -3.5rem;
  right: -3.5rem;
  width: 18.7rem;
}
.crispy_chips2 {
  bottom: 0.5rem;
  left: 6rem;
  width: 14.4rem;
}
.crispy_chips3 {
  top: 0;
  left: 1rem;
  width: 11.2rem;
}
.crispy_chips4 {
  top: 4.2rem;
  right: 4.2rem;
  width: 24.1rem;
}
.crispy_chips5 {
  top: -6rem;
  left: -5rem;
  width: 14.4rem;
}
.crispy_chips6 {
  bottom: 3rem;
  right: 12rem;
  width: 26.6rem;
}
  .crispy.anime .crispy_chips1 .chips-left {
    top: 3.7rem;
  }
  .crispy.anime .crispy_chips1 .chips-right {
    top: 3.2rem;
  }
  .crispy.anime .crispy_chips2 .chips-left {
    top: 2.8rem;
  }
  .crispy.anime .crispy_chips2 .chips-right {
    top: 2.5rem;
  }
  .crispy.anime .crispy_chips3 .chips-left {
    top: 2.3rem;
  }
  .crispy.anime .crispy_chips3 .chips-right {
    top: 2.0rem;
  }
  .crispy.anime .crispy_chips4 .chips-left {
    top: 4.8rem;
  }
  .crispy.anime .crispy_chips4 .chips-right {
    top: 4.3rem;
  }
  .crispy.anime .crispy_chips5 .chips-left {
    top: 2.8rem;
  }
  .crispy.anime .crispy_chips5 .chips-right {
    top: 2.3rem;
  }
  .crispy.anime .crispy_chips6 .chips-left {
    top: 2.3rem;
  }
  .crispy.anime .crispy_chips6 .chips-right {
    top: 2.0rem;
  }

.chips-bg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
}

.chips-left,
.chips-right {
  position: absolute;
  height: auto;
  top: 0;
  transition: transform 0.4s ease-out;
  z-index: 2;
}

.chips-left {
  left: 17.5%;
  top: 4.5rem;
  transform-origin: right bottom;
  width: 50.5% !important;
}
.chips-right {
  right: 14%;
  top: 4.25rem;
  transform-origin: left bottom;
  width: 57.5% !important;
}

.anm-chips.show {
  opacity: 1;
  transform: scale(1);
}

.anm-chips.animate {
  transform: scale(1.2);
}

.anm-chips.animate .chips-left {
  transform: rotate(-10deg);
}

.anm-chips.animate .chips-right {
  transform: rotate(10deg);
}

.anm-chips.disappear {
  opacity: 0;
  transform: scale(1.5);
}
@media screen and (max-width: 767px) {
  .crispy.fiexd {
    position: relative;
    height: calc(28rem + 24px);
    overflow: hidden;
  }

  .crispy.fiexd .band {
    position: absolute;
    bottom: 0;
    background: #005eae;
  }

  .crispy.fiexd .crispy_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .crispy_bg {
    position: absolute;
    top: 0; /* 閭梧勹繧剃ｸ翫↓蟆代＠縺壹ｉ縺� */
    left: 0;
    width: 100%;
    height: 28rem;
    background-image: url(../img/top/crispy-bg.webp);
    background-size: 200%;
    background-position: center center;
    background-repeat: no-repeat;
    transition: transform 0.1s ease-out; /* 豁｣縺励＞繧ｿ繧､繝昴↓菫ｮ豁｣ */
    transform: translate(0, 0%);
    background-attachment: scroll;
  }
}

@media screen and (min-width: 768px) {
  .crispy_bg:after {
    display: none;
  }
  .crispy_fixed {
    display: none;
  }
  .crispy_title img {
    max-width: 253px;
  }
  .crispy.anime .crispy_chips1 {
    width: 187px;
  }
  .crispy.anime .crispy_chips2 {
    width: 144px;
  }
  .crispy.anime .crispy_chips3 {
    width: 112px;
  }
  .crispy.anime .crispy_chips4 {
    width: 241px;
  }
  .crispy.anime .crispy_chips5 {
    width: 144px;
  }
  .crispy.anime .crispy_chips6 {
    width: 266px;
  }
  .crispy.anime .crispy_chips1 .chips-left {
    top: 37px;
  }
  .crispy.anime .crispy_chips1 .chips-right {
    top: 32px;
  }
  .crispy.anime .crispy_chips2 .chips-left {
    top: 28px;
  }
  .crispy.anime .crispy_chips2 .chips-right {
    top: 25px;
  }
  .crispy.anime .crispy_chips3 .chips-left {
    top: 23px;
  }
  .crispy.anime .crispy_chips3 .chips-right {
    top: 20px;
  }
  .crispy.anime .crispy_chips4 .chips-left {
    top: 48px;
  }
  .crispy.anime .crispy_chips4 .chips-right {
    top: 43px;
  }
  .crispy.anime .crispy_chips5 .chips-left {
    top: 28px;
  }
  .crispy.anime .crispy_chips5 .chips-right {
    top: 23px;
  }
  .crispy.anime .crispy_chips6 .chips-left {
    top: 23px;
  }
  .crispy.anime .crispy_chips6 .chips-right {
    top: 20px;
  }
  .chips-left {
    left: 17.5%;
    width: 50.5% !important;
  }
  .chips-right {
    right: 14%;
    width: 57.5% !important;
  }
}

.crispy.anime .band_top {
    z-index: 5;
    position: absolute;
  top: 0;
  left: 0;
}
.crispy.anime .band_bottom {
    z-index: 5;
    position: absolute;
  bottom: 0;
  left: 0;
}
.anm-chips {
    position: absolute;
    z-index: 7; /* .band 繧医ｊ謇句燕縺ｫ */
}

.crispy_title {
    z-index: 9; /* 荳逡ｪ謇句燕 */
    position: relative;
}
/* --------------------------------------------
history
-------------------------------------------- */
.history {
  position: relative;
  width: 100%;
  min-height: 1245px;
}
@media screen and (max-width: 767px) {
.history {
  min-height: 152.5rem;
}
}
.history_title {
  display: block;
  z-index: 1;
  position: relative;
  width: 100%;
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
.history_title {
  padding-top: 10rem;
}
}
.history_title img {
  display: block;
  max-width: 71.05%;
  margin: 0 auto;
}
.history_list {
  z-index: 1;
  position: relative;
  width: 100%;
  margin-top: 3.5rem;
  padding-bottom: 26rem;
}
.history_list:after {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 2.8%;
  height: 112%;
  transform: translate(-50%, 0);
  background: url(../img/top/history-border.svg) no-repeat;
  background-size: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .history_list:after {
    width: 2.96%;
  }
}
.history_list_wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  margin-top: 6rem;
  padding: 0 2rem;
}
.history_list_wrap:first-of-type {
  margin-top: 0;
}
.history_list_wrap.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.history_list_wrap.reverse .history_list_text {
  padding-top: 0;
  padding-right: 2rem;
  padding-left: 0;
}
.history_list_wrap.reverse .history_list_text h3 {
  width: 100%;
}
.history_list_wrap.reverse .history_list_text h3 img {
  max-width: 88.26%;
}
.history_list_wrap.reverse .history_list_item_img {
  padding-right: 0;
  padding-left: 1.6rem;
}
.history_list_wrap.reverse .history_list_item_year {
  margin-right: 0;
  margin-left: -1.1rem;
}
.history_list_item {
  width: 50%;
}
.history_list_item_img {
  margin-top: 2rem;
  padding-right: 1.6rem;
}
.history_list_item_year {
  display: block;
  z-index: 1;
  position: relative;
  margin-right: -1rem;
}
.history_list_text {
  width: 50%;
  padding-top: 1.3rem;
  padding-left: 2rem;
}
.history_list_text h3 {
  width: 100%;
}
.history_list_text h3 img {
  max-width: 73.86%;
}
.history_list_text p {
  margin-top: 1.5rem;
  font-size: clamp(13px, 2rem, 20px);
  font-weight: 400;
  line-height: 1.615;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .history_list_text p {
    font-size: clamp(13px, 1.3rem, 16px);
  }
}
.history_chips1 {
  display: block;
  position: absolute;
  top: -3rem;
  left: -4.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
.history_chips1 {
  top: -18rem;
}
}
.history_chips1 img {
  max-width: 29.87%;
}
.history_chips2 {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 24%;
  left: calc(100% - 7rem);
  width: 100%;
  transform: translate(0, -50%);
}
.history_chips2 img {
  max-width: 31.84%;
}
.history_chips3 {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 61rem;
  left: 57%;
  width: 100%;
  transform: translate(-50%, 0);
  text-align: center;
}
.history_chips3 img {
  max-width: 23.84%;
}

.history_list_wrap-2025 .history_list_text h3 img {
  max-width: 100%;
}
.history_list_wrap-2025 .history_list_item_img {
  width: calc(100% + 2rem);
  position: relative;
  left: -2rem;
}

@media screen and (min-width: 767px) {
  .history_title {
    padding-top: 80px;
  }
  .history_title img {
    max-width: 71%;
  }
  .history_list {
    margin-top: 45px;
    padding-bottom: 180px;
  }
  .history_list:after {
    width: 3%;
    height: 100%;
  }
  .history_list_wrap {
    margin-top: 60px;
    padding: 0 20px;
  }
  .history_list_wrap.reverse .history_list_text {
    padding-right: 20px;
  }
  .history_list_wrap.reverse .history_list_text h3 img {
    max-width: 100%;
  }
  .history_list_wrap.reverse .history_list_item_img {
    padding-right: 0;
    padding-left: 15px;
  }
  .history_list_wrap.reverse .history_list_item_year {
    margin-right: 0;
    margin-left: -8px;
  }
  .history_list_item_img {
    margin-top: 20px;
    padding-right: 15px;
  }
  .history_list_item_year {
    margin-right: -8px;
  }
  .history_list_text {
    padding-top: 13px;
    padding-left: 20px;
  }
  .history_list_text h3 {
    width: 100%;
  }
  .history_list_text h3 img {
    max-width: 81.4%;
  }
  .history_list_text p {
    margin-top: 15px;
    font-size: clamp(13px, 1.3rem, 13px);
  }
  .history_chips1 {
    top: -154px;
    left: -40px;
  }
  .history_chips1 img {
    max-width: 112px;
  }
  .history_chips2 {
    top: 270px;
    right: -320px;
    left: auto;
  }
  .history_chips2 img {
    max-width: 118px;
  }
  .history_chips3 {
    bottom: 470px;
  }
  .history_chips3 img {
    max-width: 88px;
  }
  .history_item_chips {
    top: -200px;
  }
  .history_item_package {
    right: -10px;
    bottom: -470px;
    width: 100%;
  }
  
  .history_list_wrap-2025 .history_list_text h3 img {
    max-width: 100%;
  }
  .history_list_wrap-2025 .history_list_item_img {
    width: calc(100% + 20px);
    position: relative;
    left: -20px;
  }
}
/* --------------------------------------------
factory
-------------------------------------------- */
.factory {
  z-index: 4;
  position: relative;
  width: 100%;
  background: #eb6001;
}
.factory_title {
  display: block;
  width: 100%;
}
.factory_title img {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: absolute;
  top: 2rem;
  left: 50%;
  max-width: 88%;
  margin: 0 auto;
  transform: translate(-50%, 0);
}
.factory_slider {
  width: 100%;
  padding: 22rem 0 5.2rem;
}
.factory_slider_list {
  position: relative;
  overflow: hidden;
}
.factory_slider_list figure {
  position: relative;
}
.factory_slider_list figure.first .gear1 {
  bottom: 2.1rem;
  left: 21.6rem;
}
.factory_slider_list figure.first .gear2 {
  bottom: 2.1rem;
  left: 29.4rem;
}
.factory_slider_list figure.first .gear3 {
  right: 9rem;
  bottom: 2.1rem;
  left: unset;
}
.factory_slider_list figure.first .gear4 {
  right: 1.2rem;
  bottom: 2.1rem;
}
.factory_slider_list figure .gear1 {
  bottom: 2.1rem;
  left: 2.6rem;
}
.factory_slider_list figure .gear2 {
  bottom: 2.1rem;
  left: 10.3rem;
}
.factory_slider_list figure .gear3 {
  bottom: 2.1rem;
  left: 18.1rem;
}
.factory_slider_list figure .gear4 {
  right: 20.1rem;
  bottom: 2.1rem;
}
.factory_slider_list figure .gear5 {
  right: 12.3rem;
  bottom: 2.1rem;
}
.factory_slider_list figure .gear6 {
  right: 4.6rem;
  bottom: 2.1rem;
}
.factory_slider_list figure.gear_all .gear1 {
  bottom: 2.1rem;
  left: -0.1rem;
}
.factory_slider_list figure.gear_all .gear2 {
  bottom: 2.1rem;
  left: 7.5rem;
}
.factory_slider_list figure.gear_all .gear3 {
  bottom: 2.1rem;
  left: 15.3rem;
}
.factory_slider_list figure.gear_all .gear4 {
  right: 22.8rem;
  bottom: 2.1rem;
}
.factory_slider_list figure.gear_all .gear5 {
  right: 15.1rem;
  bottom: 2.1rem;
}
.factory_slider_list figure.gear_all .gear6 {
  right: 7.4rem;
  bottom: 2.1rem;
}
.factory_slider_list figure.gear_all .gear7 {
  right: -0.3rem;
  bottom: 2.1rem;
}
.factory_slider_list figure.last .gear1 {
  bottom: 2.3rem;
  left: 1.4rem;
}
.factory_slider_list figure.last .gear2 {
  bottom: 3.8rem;
  left: 9.5rem;
}
.factory_slider_list figure.last .gear3 {
  bottom: 5.2rem;
  left: 17.7rem;
}
.factory_slider_list figure.last .gear4 {
  right: 20.1rem;
  bottom: 6.7rem;
}
.factory_slider_list_gear {
  -webkit-animation: gearRotate 10s linear infinite;
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 3.3rem;
  height: 3.3rem;
  animation: gearRotate 10s linear infinite;
}
.factory_slider_list_parts {
  -webkit-animation: swing 1s ease-in-out infinite alternate;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 9.4rem;
  height: 6.6rem;
  transform-origin: top center;
  animation: swing 1s ease-in-out infinite alternate;
}
.factory_slider_list_parts.parts1 {
  top: 42.7%;
  left: 5rem;
}
.factory_slider_list_parts.parts2 {
  top: 42.7%;
  left: 39.2%;
}
.factory_slider_list_parts.parts3 {
  top: 42.7%;
  right: 6.2rem;
}
.factory_slider .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
  top: calc(50% + 14.33rem);
  right: 0.8rem;
  width: 6.66rem;
  height: 6.66rem;
  transform: translate(0, -50%);
}
.factory_slider .slick-next:before {
  display: inline-block;
  width: 6.66rem;
  height: 6.66rem;
  background: url(../img/top/slider-next.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}
.factory_slider .slick-next.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.factory_slider .slick-prev {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
  top: calc(50% + 14.33rem);
  left: 0.8rem;
  width: 6.66rem;
  height: 6.66rem;
  transform: translate(0, -50%);
}
.factory_slider .slick-prev:before {
  display: inline-block;
  width: 6.66rem;
  height: 6.66rem;
  background: url(../img/top/slider-prev.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}
.factory_slider .slick-prev.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.factory_slider .slick-dots {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  bottom: 1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.factory_slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 2.5px;
  padding: 0;
}
.factory_slider .slick-dots li button {
  -webkit-box-shadow: 2px 2px 1px #000;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 2px 1px #000;
}
.factory_slider .slick-dots li button:before {
  display: none;
}
.factory_slider .slick-dots li.slick-active button {
  background: #fed300;
}
.factory_slider_cap {
  position: absolute;
  right: 0.8rem;
  bottom: 3.2rem;
  width: 100%;
  text-align: right;
}
.factory_slider_cap img {
  max-width: 22.63%;
}
.factory_slider_txt {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
}
.factory_slider_txt span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 15px;
  -webkit-animation: txtSlide 20s linear infinite;
  animation: txtSlide 20s linear infinite;
}
.factory_slider_txt span img {
  flex-shrink: 0;
  width: auto;
  min-width: 1035px;
}
.factory .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .factory_title img {
    top: 20px;
    max-width: 325px;
  }
  .factory_slider {
    padding: 170px 0 52px;
  }
  .factory_slider_list {
    position: relative;
  }
  .factory_slider_list figure {
    position: relative;
  }
  .factory_slider_list figure.first .gear1 {
    bottom: 16.5px;
    left: 172px;
  }
  .factory_slider_list figure.first .gear2 {
    bottom: 16.5px;
    left: 234.5px;
  }
  .factory_slider_list figure.first .gear3 {
    right: 71.5px;
    bottom: 16.5px;
    left: unset;
  }
  .factory_slider_list figure.first .gear4 {
    right: 9.5px;
    bottom: 16.5px;
  }
  .factory_slider_list figure .gear1 {
    bottom: 16.5px;
    left: 21px;
  }
  .factory_slider_list figure .gear2 {
    bottom: 16.5px;
    left: 82px;
  }
  .factory_slider_list figure .gear3 {
    bottom: 16.5px;
    left: 145px;
  }
  .factory_slider_list figure .gear4 {
    right: 161px;
    bottom: 16.5px;
  }
  .factory_slider_list figure .gear5 {
    right: 99px;
    bottom: 16.5px;
  }
  .factory_slider_list figure .gear6 {
    right: 37px;
    bottom: 16.5px;
  }
  .factory_slider_list figure.gear_all .gear1 {
    bottom: 16.5px;
    left: -1px;
  }
  .factory_slider_list figure.gear_all .gear2 {
    bottom: 16.5px;
    left: 61px;
  }
  .factory_slider_list figure.gear_all .gear3 {
    bottom: 16.5px;
    left: 123px;
  }
  .factory_slider_list figure.gear_all .gear4 {
    right: 183px;
    bottom: 16.5px;
  }
  .factory_slider_list figure.gear_all .gear5 {
    right: 121px;
    bottom: 16.5px;
  }
  .factory_slider_list figure.gear_all .gear6 {
    right: 59px;
    bottom: 16.5px;
  }
  .factory_slider_list figure.gear_all .gear7 {
    right: -3px;
    bottom: 16.5px;
  }
  .factory_slider_list figure.last .gear1 {
    bottom: 19px;
    left: 12px;
  }
  .factory_slider_list figure.last .gear2 {
    bottom: 30.5px;
    left: 77px;
  }
  .factory_slider_list figure.last .gear3 {
    bottom: 42px;
    left: 142px;
  }
  .factory_slider_list figure.last .gear4 {
    bottom: 53.5px;
    left: 207.5px;
  }
  .factory_slider_list_gear {
    width: 26px;
    height: 26px;
  }
  .factory_slider_list_parts {
    width: 70px;
    height: 50px;
  }
  .factory_slider_list_parts.parts1 {
    top: 177px;
    left: 42px;
  }
  .factory_slider_list_parts.parts2 {
    top: 177px;
    left: 158px;
  }
  .factory_slider_list_parts.parts3 {
    top: 177px;
    right: 51px;
  }
  .factory_slider .slick-next {
    top: calc(50% + 110px);
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .factory_slider .slick-next:before {
    width: 50px;
    height: 50px;
  }
  .factory_slider .slick-prev {
    top: calc(50% + 110px);
    left: 8px;
    width: 50px;
    height: 50px;
  }
  .factory_slider .slick-prev:before {
    width: 50px;
    height: 50px;
  }
  .factory_slider .slick-dots {
    bottom: 10px;
  }
  .factory_slider_cap {
    right: 8px;
    bottom: 32px;
  }
  .factory_slider_cap img {
    max-width: 80px;
  }
}
/* --------------------------------------------
movie
-------------------------------------------- */
.movie {
  position: relative;
  width: 100%;
}
.movie_title {
  width: 100%;
  padding-top: 5rem;
  margin-bottom: 0.5em;
}
.movie_title img {
  display: block;
  max-width: 51.2%;
  margin: 0 auto;
}
.movie_subtitle {
  width: 100%;
  padding-top: 11.3rem;
}
.movie_subtitle img {
  display: block;
  max-width: 40.8%;
  margin: 0 auto;
}
.movie_tv {
  position: relative;
  margin-top: 1.2rem;
  padding-top: 12rem;
}
@media print, screen and (max-width: 767px) {
.movie_tv {
  padding-top: 11.5rem;
}
}
.movie_tv .movie_subtitle {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  position: absolute;
  top: 3rem;
  left: 50%;
  padding-top: 0;
  transform: translate(-50%, 0);
}
.movie_category_title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: -2rem;
}
@media print, screen and (min-width: 768px) {
  .movie_category_title {
    margin-top: 0;
  }
}
.movie_tv .movie_category_title2 {
  margin-top: 18rem;
}
@media print, screen and (min-width: 768px) {
  .movie_tv .movie_category_title2 {
    margin-top: max(10rem, 110px);
  }
}
.movie_category_title img {
  height: 6.5rem;
  width: auto;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .movie_category_title img {
    height: max(5rem, 40px);
  }
}

.movie_tv_slider {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
.movie_tv_slider {
  padding: 0 30px;
}
}
@media print, screen and (max-width: 767px) {
.movie_tv_slider {
  padding: 0 3rem;
}
}
.movie_tv_slider:before {
  -webkit-transform: translate(-50%, -12rem);
  -ms-transform: translate(-50%, -12rem);
  z-index: 1;
  position: absolute;
  left: 50%;
  aspect-ratio: 4/5;
  background: url(../img/top/bg-tv.svg) no-repeat center;
  background-size: contain;
  content: "";
  pointer-events: none;
}
@media print, screen and (min-width: 768px) {
.movie_tv_slider:before {
  -webkit-transform: translate(-50%, -88px);
  -ms-transform: translate(-50%, -88px);
  width: 325px;
  transform: translate(-50%, -88px);
}
}
@media print, screen and (max-width: 767px) {
.movie_tv_slider:before {
  -webkit-transform: translate(-50%, -12rem);
  -ms-transform: translate(-50%, -12rem);
  width: 82.525%;
  transform: translate(-50%, -12rem);
}
}
.movie_tv_slider_list {
  -webkit-clip-path: inset(6% 6% 0 6%);
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  clip-path: inset(6% 6% 0 6%);
  padding: 50px 26px 32px;
}
@media print, screen and (max-width: 767px) {
.movie_tv_slider_list {
  padding: 5.6rem 4.1rem 1rem;
}
}
.movie_tv_slider_list img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie_tv_slider2 .slick-dots{
  display: none;
}

.movie_web {
  position: relative;
}

@media screen and (min-width: 768px) {
  .movie_web .movie_subtitle {
    padding-top: 60px;
  }
}

.movie_web .movie_category_title {
  margin-bottom: -1rem;
  margin-top: 3rem;
}
.movie_web .movie_category_title2 {
  margin-top: 11rem;
}
@media print, screen and (min-width: 768px) {
  .movie_web .movie_category_title2 {
    margin-top: max(8rem, 70px);
  }
}

.movie_web_slider {
  position: relative;
  width: 100%;
  margin-top: 2rem;
  padding: 0 3rem;
}
.movie .movie_web_slider .slick-dots {
  bottom: -6.3rem;
}
.movie_web_slider:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 84.045%;
  aspect-ratio: 317/219;
  transform: translate(-50%, 0);
  background: url(../img/top/bg-web.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.movie_web_slider_list {
  -webkit-clip-path: inset(5% 9% 6% 9.75%);
  display: block;
  position: relative;
  overflow: hidden;
  clip-path: inset(5% 9% 6% 9.75%);
  padding: 3.2rem 3.1rem 3.4rem;
}
@media print, screen and (max-width: 767px) {
.movie_web_slider_list {
  padding: 3.9rem 4.7rem 1.4rem;
}
}
.movie_web_slider_list img {
  -o-object-fit: cover;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.movie_web_slider2 .slick-dots {
  display: none;
}

.movie_making {
  width: 100%;
  padding: 20px 0 70px;
}
@media print, screen and (max-width: 767px) {
.movie_making {
  padding: 2rem 0 10rem;
}
}
.movie_making .movie_subtitle {
  /*padding-top: 6rem; WebCM蜈ｬ髢区凾縺ｫ謌ｻ縺�*/
  /* padding-top: 11.3rem; */
  padding-top: 6rem;
}
.movie_making_wrap {
  position: relative;
  width: 100%;
  height: 257px;
  margin-top: 20px;
  padding: 0 30px;
}
@media print, screen and (max-width: 767px) {
.movie_making_wrap {
  position: relative;
  height: 25.7rem;
  margin-top: 2rem;
  padding: 0 3rem;
}
}
.movie_making_wrap:before {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  display: inline-block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  width: 95.2%;
  aspect-ratio: 360/217;
  transform: translate(-50%, 0);
  background: url(../img/top/bg-making.svg) no-repeat center;
  background-size: contain;
  content: "";
}
.movie_making_img {
  display: block;
  position: relative;
  max-width: 84.3%;
  margin: 0 auto;
  padding-top: 2.4rem;
  overflow: hidden;
}
@media print, screen and (max-width: 767px) {
.movie_making_img {
  max-width: 82%;
  margin: 0 8.5% 0 9.5%;
  padding-top: 3rem;
}
}
.movie_making_img a {
  display: block;
  position: relative;
  cursor: pointer;
}
.movie_making_img a:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 41px;
  height: 40px;
  transform: translate(-50%, -50%);
  background: url(../img/top/ico-play.svg) no-repeat;
  background-size: 100%;
  content: "";
  cursor: pointer;
}
.movie .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
  top: 130px;
  right: 8px;
  transform: translate(0, -50%);
}
.movie .slick-next:before {
  display: inline-block;
  background: url(../img/top/slider-next.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}
.movie .slick-prev {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 1;
  top: 130px;
  left: 8px;
  transform: translate(0, -50%);
}
.movie .slick-prev:before {
  display: inline-block;
  background: url(../img/top/slider-prev.svg) no-repeat;
  background-size: 100%;
  content: "";
  opacity: 1;
}

@media screen and (min-width: 768px) {
.movie .slick-next {
  top: 55%;
  right: 0.8rem;
  width: 6.66rem;
  height: 6.66rem;
}
.movie .slick-next:before {
  width: 6.66rem;
  height: 6.66rem;
}
.movie .slick-prev {
  top: 55%;
  left: 0.8rem;
  width: 6.66rem;
  height: 6.66rem;
}
.movie .slick-prev:before {
  width: 6.66rem;
  height: 6.66rem;
}
}
@media screen and (max-width: 767px) {
.movie .slick-next {
  top: 58%;
  width: 11.2vw;
  height: 11.2vw;
}
.movie .slick-next:before {
  width: 11.2vw;
  height: 11.2vw;
}
.movie .slick-prev {
  top: 58%;
  width: 11.2vw;
  height: 11.2vw;
}
.movie .slick-prev:before {
  width: 11.2vw;
  height: 11.2vw;
}
}
.movie .slick-dots {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 2;
  bottom: -10.3rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.movie .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 2.5px;
  padding: 0;
}
.movie .slick-dots li button {
  -webkit-box-shadow: 2px 2px 1px #000;
  width: 12px;
  height: 12px;
  margin: 0;
  padding: 0;
  border: 2px solid #000;
  border-radius: 50%;
  background: #fff;
  box-shadow: 2px 2px 1px #000;
}
.movie .slick-dots li button:before {
  display: none;
}
.movie .slick-dots li.slick-active button {
  background: #fed300;
}

@media screen and (min-width: 768px) {
  .movie .slick-next {
    right: 8px;
    width: 50px;
    height: 50px;
  }
  .movie .slick-next:before {
    width: 50px;
    height: 50px;
  }
  .movie .slick-prev {
    left: 8px;
    width: 50px;
    height: 50px;
  }
  .movie .slick-prev:before {
    width: 50px;
    height: 50px;
  }
  .movie_tv {
    padding-top: max(12rem, 100px);
  }
  .movie_tv .movie_subtitle {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    position: absolute;
    top: 3rem;
    left: 50%;
    padding-top: 0;
    transform: translate(-50%, 0);
  }
  .movie_tv_slider .slick-dots {
    bottom: -62px;
  }
  .movie_subtitle {
    padding-top: 83px;
  }
  .movie_making .movie_subtitle {
    /* padding-top: 64px; */
    padding-top: 30px;
  }
  .movie .movie_web_slider .slick-dots {
    bottom: -32px;
  }
}

.secret {
  width: 89.333%;
  margin: 2rem auto 6rem;
}

section:not(.crispy) {
  transform: translateZ(0);
}
.kv, .anchor, .whatup {
  will-change: transform;
  transform: translateZ(0);
}
.anchor, .whatup {
  contain: layout paint;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0); /* スクロールレイヤーを独立化 */
}
.js-anchor-chips,
.main-anm,
.after-anm {
  will-change: transform;
}
.fade-in,
.fade-in-up,
.fade-in-left,
.fade-in-right,
.slide-in,
.slide-in-up,
.slide-in-left,
.slide-in-right,
.zoom-in {
  will-change: opacity, transform;
}