/*common*/
@font-face {
  font-family: Acumin Pro;
  src: url(../font/Acumin-BdPro.otf);
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-weight: normal;
  font-family: "Noto Serif JP", serif;
}
.literata {
  font-family: "Literata", serif;
}
.noto_jp {
  font-family: "Noto Serif JP", serif;
}
ul,
ol {
  list-style: none;
}
picture {
  max-width: 100%;
  width: 100%;
}
img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}
iframe {
  border: none;
}
a,
a:visited {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
a:hover {
  opacity: 0.7;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}
.sp,
.pad {
  display: none;
}
.omission {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner {
  width: 1000px;
  margin: 0 auto;
  max-width: calc(100% - 32px);
}
.inner.min {
  width: 720px;
}
.bg_sticky {
  position: sticky;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
}
.bg_sticky img {
  width: 100vw;
  max-width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: top center;
}
.title_orange {
  color: #e3800b;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Acumin Pro";
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
}
.sub_title_box {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.sub_title_box .sub_title {
  color: #fff;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 700;
  line-height: 200%;
}
.sub_title_box .line {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.sub_title_box .line span {
  display: block;
  background-color: #e3800b;
  height: 2px;
  width: 100%;
}

@media screen and (max-width: 931px) {
  .pad {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .layout {
    padding: 60px 0;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .title_orange {
    font-size: 48px;
  }
}

.comingsoon {
  color: #fff;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Acumin Pro";
  font-size: 100px;
  font-weight: 700;
  line-height: 100%; /* 100px */
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .comingsoon {
    font-size: 64px;
    padding: 64px 0;
  }
}

/* !header
---------------------------------------------------------- */
#giants_lp_header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 72px;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", serif;
  border-bottom: 2px solid #e3800b;
}
#giants_lp_header .headleft,
#giants_lp_header .headright {
  display: flex;
  align-items: center;
}
.giants_lp_btn_menu {
  cursor: pointer;
  position: relative;
  width: 72px;
  height: 72px;
  padding: 16px 0 15px;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
  text-align: center;
}
.giants_lp_btn_menu a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.giants_lp_btn_menu:after {
  content: "メニュー";
  display: block;
  font-size: 1rem;
  line-height: 1.5;
}
.giants_lp_btn_menu span {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 2.25px;
  margin: 0 auto;
  background-color: #fff;
}
.giants_lp_btn_menu span:first-child {
  top: 3.75px;
}
.giants_lp_btn_menu span:nth-child(2) {
  top: 10.88px;
}
.giants_lp_btn_menu span:last-child {
  bottom: 3.75px;
}
#giants_lp_navi {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  transform: scale(1.1, 1.1);
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}
#giants_lp_navi.open {
  opacity: 1;
  pointer-events: inherit;
  transform: scale(1, 1);
  overflow-y: scroll;
}
#giants_lp_navi .navTop {
  display: flex;
}
#giants_lp_navi .menuNav a {
  display: block;
  position: relative;
  padding: 22px 0 10px;
  width: 72px;
  height: 72px;
  text-align: center;
}
#giants_lp_navi .menuNav a:after {
  content: "閉じる";
  display: block;
  margin-top: 5px;
  font-size: 1rem;
}
#giants_lp_navi .menuNav span {
  display: block;
  margin: 3px auto;
  width: 18px;
  height: 2.25px;
  background-color: #fff;
}
#giants_lp_navi .menuNav span:first-child {
  top: 50%;
  transform: translateY(2.5px) rotate(45deg);
}
#giants_lp_navi .menuNav span:nth-child(2) {
  top: 50%;
  transform: translateY(-2.5px) rotate(-45deg);
}
#giants_lp_navi .menuSearch {
  padding-right: 7.2rem;
  width: 100%;
}
#giants_lp_navi .menuSearch .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
#giants_lp_navi .searchBox {
  max-width: 400px;
}
#giants_lp_navi .searchBox .yahoo {
  margin-bottom: 2px;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.05em;
}
#giants_lp_navi .searchBox .yahooSearch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 2px;
}
#giants_lp_navi .yahooSearch input {
  height: 35px;
  border: 0;
  font-family: "Noto Sans JP", sans-serif;
}
#giants_lp_navi .yahooSearch .icon {
  margin: 0 8px 0 4px;
  width: 20px;
  height: 20px;
}
#giants_lp_navi .yahooSearch .search {
  width: calc(100% - 94px);
}
#giants_lp_navi .yahooSearch .button {
  width: 62px;
  background-color: #000;
  border-radius: 2px;
  font-size: 15px;
  color: #fff;
}
#giants_lp_navi .bor {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_navi .inner {
  padding: 0 40px;
  margin: 0 auto;
  width: 1280px;
  height: auto;
  max-width: 100%;
}
#giants_lp_navi .menuColumn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#giants_lp_navi .menuColumn .column {
  position: relative;
  border-left: 1px solid #292929;
}
#giants_lp_navi .menuColumn .column:last-child {
  border-right: 1px solid #292929;
}
#giants_lp_navi .level1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 20px;
  position: relative;
  border-bottom: 1px solid #292929;
  font-weight: 700;
  font-size: 1.6rem;
}
#giants_lp_navi .level1 p {
  padding-right: 8px;
}
#giants_lp_navi .level2 {
  border-bottom: 1px solid #292929;
  font-size: 1.6rem;
}
#giants_lp_navi .level2 .tit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  font-weight: 700;
}
#giants_lp_navi .level2 ul {
  padding: 0 20px 15px;
}
#giants_lp_navi .level2 li {
  margin-bottom: 5px;
}
#giants_lp_navi .level2 li a {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 1.5rem;
}
#giants_lp_navi .level2 li a:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
#giants_lp_navi .menuLanguage ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 14px 3px 14px 0;
  position: relative;
}
#giants_lp_navi .menuLanguage li {
  position: relative;
  padding: 0 17px 0 16px;
}
#giants_lp_navi .menuLanguage li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #292929;
  top: 1px;
  right: 0;
  width: 1px;
  height: calc(100% - 3px);
}
#giants_lp_navi .menuLanguage li a {
  font-size: 1.5rem;
}
#giants_lp_navi .menuLanguage li a.on {
  pointer-events: none;
  font-weight: 700;
  color: #f59b00;
}
#giants_lp_headlogo {
  position: relative;
  margin-left: 48px;
  width: 116px;
}
#giants_lp_header .headlink {
  position: relative;
  z-index: 4;
  display: flex;
  background-color: #000;
  font-size: 15px;
}
#giants_lp_header .headlink li {
  flex: 1 0 auto;
  position: relative;
}
#giants_lp_header .headlink li:not(:first-child) {
  margin-left: 24px;
}
#giants_lp_header .headlink li a {
  display: flex;
  align-items: center;
}
#giants_lp_header .headlink .icon {
  width: 20px;
  height: 20px;
}
#giants_lp_header .headlink .text {
  margin-left: 8px;
  line-height: 1.5;
  font-size: 1.5rem;
}
#giants_lp_header .myCenter {
  margin-left: 48px;
}
#giants_lp_header .myCenter a {
  display: block;
  width: 72px;
  height: 72px;
  padding: 16px 0 14px;
  text-align: center;
  font-size: 1rem;
}
#giants_lp_header .myCenter .text {
  margin-top: 2px;
}
#giants_lp_header .tickets {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 16px;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
}
#giants_lp_header .tickets a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 408px;
  height: 48px;
  background: #f48700;
  border-radius: 6px;
  border: 1px solid #fff;
}
#giants_lp_header .tickets a:hover {
  opacity: 1;
  background: #0a0a0c;
  border-color: #0a0a0c;
  color: #f48700;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #giants_lp_wrapper {
    padding: 108px 0 0;
    min-width: inherit;
  }
  #giants_lp_header {
    display: block;
    height: auto;
    border-bottom: none;
  }
  #giants_lp_header .headleft {
    padding-right: 60px;
    width: 100%;
  }
  .giants_lp_btn_menu {
    padding: 12px 0 8px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_headlogo {
    margin: 0 auto;
  }
  #giants_lp_header .headlink {
    width: 100%;
    border-bottom: 2px solid #e3800b;
  }
  #giants_lp_header .headlink li:after {
    position: absolute;
    top: -1px;
    left: -1px;
    display: block;
    width: calc(100% - 1px);
    height: calc(100% - 1px);
    pointer-events: none;
    content: "";
    border: 1px solid #292929;
    border-radius: 0;
  }
  #giants_lp_header .headlink li:not(:first-child) {
    margin-left: 0;
  }
  #giants_lp_header .headlink li a {
    display: flex;
    justify-content: center;
    padding: 14px 0;
  }
  #giants_lp_header .headlink .icon {
    width: 16px;
  }
  #giants_lp_header .headlink .text {
    margin-left: 6px;
    font-size: 1.2rem;
  }
  #giants_lp_header .myCenter {
    position: absolute;
    right: 0;
    top: 0;
  }
  #giants_lp_header .myCenter a {
    width: 60px;
    height: 60px;
    padding: 12px 0 8px;
    font-size: 1rem;
  }

  #giants_lp_navi .navTop {
    display: block;
  }
  #giants_lp_navi .menuSearch .inner {
    display: block;
  }
  #giants_lp_navi .menuNav {
    border-bottom: 1px solid #292929;
  }
  #giants_lp_navi .menuNav a {
    display: block;
    position: relative;
    padding: 15px 0 10px;
    width: 60px;
    height: 60px;
  }
  #giants_lp_navi .menuSearch {
    padding: 16px;
  }
  #giants_lp_navi .inner {
    display: grid;
    grid-template-columns: 1fr 40px;
    padding: 0;
    width: auto;
  }
  #giants_lp_navi .scrollbar {
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 150px);
  }
  #giants_lp_navi .menuColumn {
    display: block;
  }
  #giants_lp_navi .level1 {
    font-size: 1.4rem;
  }
  #giants_lp_navi .level2 ul {
    display: none;
  }
  #giants_lp_navi .level2 .tit {
    background: url("../img/ico_plus.png") no-repeat right 20px center;
    font-size: 1.4rem;
  }
  #giants_lp_navi .level2 .tit.open {
    background: url("../img/ico_minus.png") no-repeat right 20px center;
  }
  #giants_lp_navi .menuLanguage {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 150px;
    bottom: 0;
    width: 40px;
  }
  #giants_lp_navi .menuLanguage ul {
    display: block;
    padding: 0;
  }
  #giants_lp_navi .menuLanguage li {
    position: relative;
    padding: 18px 0 19px;
    text-align: center;
  }
  #giants_lp_navi .menuLanguage li:not(:last-child):after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    transform: translateX(-50%);
  }
  #giants_lp_navi .menuColumn .column {
    border-right: 1px solid #292929;
  }
}

/*********** navigation ***********/
.navigation {
  position: fixed;
  width: 100%;
  height: 72px;
  bottom: 0;
  background-color: #000;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  z-index: 98;
  text-align: center;
  font-family: "Acumin Pro";
  font-size: 18x;
  font-weight: 700;
}
.navigation .menu {
  font-family: "Acumin Pro";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
.navigation .nav_item span {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Serif JP";
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.nav_list {
  display: flex;
  gap: 32px;
  justify-content: center;
  align-items: center;
}
.nav_list .nav_item a {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
  display: inline-block;
}
.nav_list .nav_item a:hover {
  color: #e3800b;
  opacity: 1;
}
.nav_list .nav_item a:hover span {
  color: #fff;
  opacity: 1;
}
.nav_list .nav_item:hover {
  color: var(--main-light-gold);
}
.navigation .pagetop {
  position: absolute;
  bottom: 27px;
  right: 27px;
}
.sp_navigation_btn {
  display: none;
}
.navigation .close_btn {
  display: none;
}
@media screen and (max-width: 931px) {
  .navigation {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: scroll;
    padding: 48px 24px 24px;
    color: #e3800b;
    font-family: "Acumin Pro";
  }
  .navigation .pagetop.sp {
    width: fit-content;
    display: flex;
    gap: 16px;
    align-items: center;
    position: fixed;
    left: 32px;
    bottom: 40px;
    color: #fff;
    font-family: "Noto Serif JP";
    font-size: 12px;
    font-weight: 700;
    line-height: 150%;
  }
  .navigation .pagetop.sp img {
    width: 12px;
  }
  .navigation ul {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .nav_list {
    gap: 10px;
  }
  .nav_list .nav_item a {
    color: #e3800b;
    flex-direction: row;
    gap: 0px;
    font-size: 24px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 100%;
  }
  .navigation .nav_item span {
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .nav_list .line {
    display: block;
    background-image: var(--gold03);
    max-width: 100%;
    height: 2px;
  }
  .navigation.open {
    opacity: 1;
    z-index: 120;
    pointer-events: auto;
  }
  .sp_navigation_btn {
    display: flex;
    position: fixed;
    bottom: 23px;
    right: 16px;
    z-index: 98;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-direction: column;
  }
  .sp_nav_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .sp_navigation_btn .pagetop.sp {
    width: 12px;
    display: block;
  }
  .sp_nav_container .pagetop {
    width: 12px;
  }
  .navigation .close_btn {
    position: fixed;
    bottom: 23px;
    right: 16px;
    width: 64px;
    display: block;
  }
  .navigation .pagetop.pc {
    display: none;
  }
  .nav_list span {
    width: 100%;
    display: block;
  }
}

/* 
-----------------------------------------------------------*/

main {
  position: relative;
}
.border_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  border-top: 2px solid #e3800b;
  z-index: 10;
}
.border_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100dvw;
  border-bottom: 2px solid #e3800b;
  z-index: 99;
}
.border_left,
.border_right {
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  background-color: #e3800b;
  z-index: 99;
}
.border_left {
  left: 0;
}
.border_right {
  right: 0;
}

/* kv
-----------------------------------------------------------*/
.kv {
  position: sticky;
  top: 0;
}
.kv img {
  width: 100vw;
  max-width: 100%;
  height: 100%;
  padding-top: 72px;
  object-fit: cover;
  object-position: top center;
}

@media screen and (max-width: 768px) {
  .kv img {
    padding-top: 108px;
  }
}

/* top
-----------------------------------------------------------*/
.top {
  background: rgba(0, 0, 0, 0.9);
  padding: 80px 0;
  position: relative;
}
.top .inner {
  width: 900px;
  max-width: calc(100% - 32px);
}
.top .inner .top_text {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.top h2 {
  color: #e3800b;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 24px;
}
.top .director {
  font-size: 20px;
}
.top .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 200%;
  font-size: 24px;
}
.top .column .ul_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.top .column .ul_box .flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.top .column .ul_box .item {
  font-size: 20px;
  line-height: 200%;
}

.barrierfree_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 54px auto 0;
  width: 750px;
  max-width: 100%;
}
.barrierfree_box .top_text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 200%;
  font-size: 24px;
}
.barrierfree_box img {
  width: 500px;
  max-width: 100%;
}
.barrierfree_box .bottom_text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 200%;
  font-size: 16px;
  margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
  .top h2 {
    font-size: 27px;
  }
  .top .column .ul_box {
    flex-direction: column;
    gap: 24px;
  }
  .top .column .ul_box .flex {
    gap: 24px;
  }
  .top .column .ul_box .item {
    font-size: 14px;
  }
  .top .director span {
    font-size: 18px;
  }

  .barrierfree_box {
    margin: 40px auto 0;
  }
  .barrierfree_box img {
    width: 270px;
  }
  .barrierfree_box .top_text {
    line-height: 150%;
    margin-bottom: 8px;
  }
  .barrierfree_box .bottom_text {
    font-size: 14px;
    margin: 8px 0 24px;
    text-align: center;
  }
  .barrierfree_box .btn_detail {
    width: 311px;
  }
}

/* introduction
-----------------------------------------------------------*/
.background {
  position: sticky;
  top: 0;
}
.background img {
  height: 100dvh;
  width: 100%;
  object-fit: cover;
}
#introduction .bg_gradient,
#trailer .bg_gradient {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.75) 0%,
    rgba(0, 0, 0, 0.1) 100%
  );
  top: 0;
  left: 0;
}
#introduction .deco {
  color: #e3800b;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Acumin Pro";
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
  transform: rotate(-90deg);
  position: absolute;
  top: 45%;
  left: -10%;
}
#introduction .inner {
  padding: 100px 0;
  position: relative;
  z-index: 10;
  padding-bottom: 200px;
  margin-top: -50dvh;
}
#introduction .text_wrapper {
  color: #fff;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 400;
  line-height: 250%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
#introduction .inner .big_text {
  font-weight: 700;
  font-size: 24px;
}
#introduction .inner span {
  color: #e3800b;
  font-weight: 700;
}
.haikei {
  width: 100%;
  position: relative;
  z-index: 30;
}

@media screen and (max-width: 768px) {
  #introduction .bg_gradient {
    background: linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.1) 100%
    );
  }
  #introduction .deco.sp {
    font-size: 42px;
    transform: rotate(0);
    position: unset;
    top: unset;
    left: unset;
  }
  #introduction .inner {
    padding: 64px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 250%;
    gap: 24px;
    padding-bottom: 80px;
    margin-top: -50dvh;
  }
  #introduction .inner .big_text {
    font-weight: 700;
    font-size: 20px;
  }
}

/* message
-----------------------------------------------------------*/
#message .bg_gradient {
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.4) 100%);
}
#message .inner {
  width: 1100px;
  position: relative;
  padding-bottom: 120px;
  margin-top: -50dvh;
}
#message .inner .text_wrapper {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0 0 0 auto;
}
#message .inner .text,
#message .inner .text_bottom {
  color: #fff;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
#message .inner .text {
  font-size: 20px;
  text-align: start;
}
#message .inner .text_bottom {
  font-size: 24px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #message .bg_gradient {
    background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.4) 100%);
  }
  #message .inner {
    padding: 64px 0;
    margin: -50dvh auto 0;
  }
  #message .inner .text {
    font-size: 16px;
  }
  #message .inner .text_bottom {
    font-size: 20px;
  }
}

/* trailer
-----------------------------------------------------------*/
#trailer {
  position: relative;
}
#trailer .bg_gradient {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}
#trailer .inner {
  width: 960px;
  position: relative;
  padding: 0 0 200px;
  z-index: 2;
  margin-top: -50dvh;
}
#trailer h2 {
  text-align: center;
}
#trailer .movie_box {
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  #trailer .inner {
    margin-top: -70dvh;
  }
}

/* narrator
-----------------------------------------------------------*/
.bottom {
  position: relative;
  margin-top: -0.5%;
}
.bottom .background .bg_gradient {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.3) 100%);
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}
#narrator .inner {
  position: relative;
  z-index: 2;
  padding-bottom: 200px;
  margin-top: -25%;
}
#narrator h2 {
  text-align: center;
  margin-bottom: 24px;
}
#narrator .flex {
  display: flex;
  justify-content: center;
  gap: 40px;
  width: 1000px;
  max-width: 100%;
}
#narrator .flex img {
  width: 39%;
}
#narrator .flex .flex_col {
  width: 57%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #fff;
  font-family: "Noto Serif JP";
}
#narrator .flex .flex_col .name {
  font-size: 24px;
  font-weight: 700;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  line-height: 200%;
}
#narrator .flex .flex_col .text,
#narrator .flex .flex_col .profile span {
  font-size: 16px;
  font-weight: 700;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  line-height: 200%;
}
#narrator .flex .flex_col .profile {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  #narrator .inner {
    margin-top: -50dvh;
  }
  #narrator .flex {
    flex-direction: column;
    gap: 24px;
  }
  #narrator .flex img,
  #narrator .flex .flex_col {
    width: 100%;
  }
}

/* slider
-----------------------------------------------------------*/
.scene_slider .item {
  width: 400px !important;
  max-width: 100%;
  height: 225px !important;
}
.slick-slide {
  height: 225px !important;
}
@media screen and (max-width: 768px) {
  .scene_slider .item {
    width: 284px !important;
  }
  .slick-slide {
    height: 161px !important;
  }
}

/* ticket
-----------------------------------------------------------*/
.ticket_present {
  position: relative;
}
.ticket_present .bg_gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, #000 100%);
  width: 100vw;
  height: 100dvh;
  position: sticky;
  top: 0;
  left: 0;
}
#ticket {
  margin-top: -60%;
}
#ticket .inner {
  position: relative;
  padding-top: 100px;
}

@media screen and (min-width: 1600px) {
  #ticket .inner {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1800px) {
  #ticket .inner {
    padding-top: 400px;
  }
}

#ticket .inner .title_orange,
#present .inner .title_orange,
#goods .inner .title_orange {
  text-align: center;
  margin-bottom: 24px;
}
#ticket .sub_title_box {
  margin-bottom: 24px;
}
.price_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
.price_box li {
  width: 240px;
  border: 1px solid #fff;
}
.price_box .white {
  width: 100%;
  height: 48px;
  flex-shrink: 0;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_box .black {
  width: 100%;
  height: 48px;
  background-color: #000;
  color: #fff;
  text-align: center;
  text-shadow: 2px 4px 10px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_box .black span {
  font-size: 16px;
}
#ticket .detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
}
#ticket .text_orange {
  color: #f59b00;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
#ticket .text_white {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
#ticket .text_white span {
  font-size: 14px;
}
#ticket .mvtk {
  width: fit-content;
  margin: 0 auto;
}
#ticket .mvtk.inner {
  padding-top: 0;
}
.btn_detail {
  color: #fff !important;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  border-radius: 10px;
  border: 1px solid #e3800b;
  width: 500px;
  max-width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-image: url(../img/icon/icon_arrow.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.btn_detail:hover {
  color: #000 !important;
  background-image: url(../img/icon/icon_arrow_blk.svg);
  background-color: #e3800b;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #ticket {
    margin-top: -100dvh;
  }
  #ticket .inner .title_orange,
  #present .inner .title_orange,
  #goods .inner .title_orange {
    margin-bottom: 16px;
  }
  .price_box {
    flex-direction: column;
    gap: 24px;
    width: 240px;
    margin: 0 auto 48px;
  }
  #ticket .text_white {
    font-size: 15px;
  }
}
/* present
-----------------------------------------------------------*/
#present .inner {
  position: relative;
  padding-top: 100px;
}
#present .sub_title_box {
  margin-bottom: 48px;
}
#present .detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
#present .detail {
  width: 720px;
  max-width: 100%;
}
#present .detail .text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}
#present .detail .note {
  display: flex;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}
#present .detail .note li {
  display: flex;
  gap: 2px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 768px) {
  #present .inner {
    padding-top: 72px;
  }
  #present .sub_title_box {
    margin-bottom: 24px;
  }
}

/* goods
-----------------------------------------------------------*/
#goods .inner {
  position: relative;
  padding: 100px 0;
}
#goods h2 {
  width: fit-content;
  margin: 0 auto;
}
#goods .sub_title_box {
  margin-bottom: 48px;
}
#goods .detail {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
  width: 720px;
  max-width: 100%;
  margin-bottom: 24px;
}

#goods .detail.bottom ul {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}

#goods .detail.bottom ul li {
  max-width: 100%;
  width: 344px;
}

#goods .detail.bottom ul .orange {
  border: #e3800b 1px solid;
}

#goods .detail.bottom ul .white {
  border: #ffffff 1px solid;
}

#goods .detail.bottom ul .title {
  height: 48px;
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#goods .detail.bottom ul .orange .title {
  background-color: #e3800b;
}

#goods .detail.bottom ul .white .title {
  background-color: #fff;
}

#goods .detail.bottom ul .des {
  height: 64px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#goods .detail ul .des span {
  font-size: 16px;
}

#goods .detail .text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
}
#goods .end_text {
  color: #e20000;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  padding-bottom: 24px;
  margin-top: 48px;
}

.sub_title_box.kitte {
  margin-top: 72px;
}

@media screen and (max-width: 768px) {
  #goods .inner {
    padding: 72px 0;
  }
  #goods .sub_title_box {
    margin-bottom: 24px;
  }
  #goods .end_text {
    font-size: 20px;
    padding-bottom: 14px;
  }

  #goods .detail ul {
    flex-direction: column;
    gap: 24px;
  }

  .sub_title_box.kitte {
    margin-top: 48px;
  }
}

/* news
-----------------------------------------------------------*/
.bottom_content {
  position: relative;
}
.bottom_content .background .bg_gradient {
  background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100vw;
  height: 100dvh;
  position: absolute;
  top: 0;
  left: 0;
}
#news {
  position: relative;
  margin-top: -50dvh;
}
#news .inner {
  padding: 100px 0;
  position: relative;
}
#news .title_orange {
  text-align: center;
  margin-bottom: 80px;
}
#news .news_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#news .news_list .item a {
  display: flex;
  gap: 40px;
  width: 1000px;
  max-width: 100%;
}
#news .news_list .item .flex {
  display: flex;
  gap: 40px;
  width: 86.3%;
}
#news .news_list .date {
  color: #f59b00;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  width: 7%;
  flex-shrink: 0;
}
#news .news_list a .title {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  width: 92.7%;
  transition: 0.5s ease;
}
#news .news_list a:hover {
  opacity: 1;
}
#news .news_list a:hover .title {
  text-decoration: underline;
}
#news .news_list .arrow {
  width: 23px !important;
  display: block;
}
#news .news_list .line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
}

@media screen and (max-width: 768px) {
  #news {
    margin-top: -100dvh;
  }
  #news .inner {
    padding: 72px 0;
  }
  #news .title_orange {
    margin-bottom: 40px;
  }
  #news .news_list .item a {
    flex-direction: column;
    gap: 16px;
  }
  #news .news_list .item .flex {
    gap: 16px;
    width: 100%;
  }
}

/* theater
-----------------------------------------------------------*/
#theater {
  position: relative;
}
#theater .inner {
  padding: 100px 0;
  position: relative;
}
#theater .title_orange {
  text-align: center;
  margin-bottom: 32px;
}
#theater .info_text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  margin-bottom: 48px;
}
#theater .info_text a {
  color: #fff;
  text-decoration: underline;
  transition: 0.5s ease;
}

/* ******* tab ******** */
.tab_container {
  width: auto;
  margin: 0 auto;
}
.tab-nav {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
  justify-content: center;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.tab-nav li {
  flex: 1;
}
.tab-nav label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  height: 48px;
  border: 1px solid #fff;
  cursor: pointer;
}
#tab1:checked ~ .tab-nav label[for="tab1"],
#tab2:checked ~ .tab-nav label[for="tab2"],
#tab3:checked ~ .tab-nav label[for="tab3"],
#tab4:checked ~ .tab-nav label[for="tab4"],
#tab5:checked ~ .tab-nav label[for="tab5"],
#tab6:checked ~ .tab-nav label[for="tab6"] {
  background-color: #e3800b;
  border: 1px solid #e3800b;
  color: #000;
}
.tab-content {
  padding: 20px 0 0;
}
.tab-content > div {
  display: none;
  padding: 0;
}
input[type="radio"] {
  display: none;
}
#tab1:checked ~ .tab-content .content1,
#tab2:checked ~ .tab-content .content2,
#tab3:checked ~ .tab-content .content3,
#tab4:checked ~ .tab-content .content4,
#tab5:checked ~ .tab-content .content5,
#tab6:checked ~ .tab-content .content6 {
  display: block;
  padding: 0;
}
.tab-content .theater_list {
  display: flex;
  flex-direction: column;
}
.tab-content .theater_list .item,
.tab-content .theater_list a {
  display: flex;
  justify-content: center;
  gap: 60px;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  height: 48px;
  align-items: center;
}
.tab-content .theater_list .item .prefectures {
  display: block;
  width: 56px;
  flex-shrink: 0;
  text-align: center;
}
.tab-content .theater_list .item .name {
  display: block;
  width: 600px;
}
.tab-content .theater_list .item .date {
  display: block;
  width: 70px;
  flex-shrink: 0;
  text-align: center;
}
.tab-content .theater_list a {
  background-image: url(../img/icon/icon_link_org.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
}
.tab-content .theater_list a:hover {
  color: #000;
  background-color: #e3800b;
  background-image: url(../img/icon/icon_link_blk.svg);
  opacity: 1;
}
.tab-content .theater_list .line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  display: block;
}

@media screen and (max-width: 768px) {
  .tab-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .tab-content .theater_list a {
    background-position: right center;
  }
  .tab-content .theater_list .item,
  .tab-content .theater_list a {
    gap: 16px;
    font-size: 12px;
    width: 736px;
    max-width: 100%;
    justify-content: start;
  }
  .tab-content .theater_list .item .prefectures {
    width: 14%;
  }
  .tab-content .theater_list .item .name {
    width: 50.7%;
  }
  .tab-content .theater_list .item .date {
    width: 17.5%;
  }
  #theater .title_orange {
    margin-bottom: 16px;
  }
  #news .title_orange {
    margin-bottom: 40px;
  }
  #theater .inner {
    padding: 64px 0;
  }
  #theater .info_text {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

/* sns
-----------------------------------------------------------*/
.sns_wrapper {
  position: relative;
  padding: 120px 0 200px;
}
.sns_wrapper p {
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.sns_wrapper .sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin: 24px 0 120px;
}
.sns_wrapper .sns_list .item {
  width: 40px;
  height: 40px;
}
.sns_wrapper .logo {
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sns_wrapper {
    padding: 64px 0 120px;
  }
  .sns_wrapper .sns_list {
    width: 208px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    margin: 24px auto 80px;
  }
}

/* footer
-----------------------------------------------------------*/
#giants_lp_footer {
  border-left: 2px solid #e3800b;
  border-right: 2px solid #e3800b;
}
#giants_lp_footer .pagetop {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  background-color: #f08200;
}
#giants_lp_footer .pagetop img {
  width: 24px;
}
#giants_lp_footer {
  background: #000;
  font-family: "Noto Sans JP", serif;
}
#giants_lp_footer .footIn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 40px 48px;
  max-width: 1280px;
  margin: 0 auto;
}
#giants_lp_footer .sns {
  display: flex;
}
#giants_lp_footer .sns li:not(:first-child) {
  margin-left: 16px;
}
#giants_lp_footer .sns li a {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
}
#giants_lp_footer .footLinks {
  border-top: 1px solid #292929;
  border-bottom: 1px solid #292929;
}
#giants_lp_footer .footLinks ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#giants_lp_footer .footLinks li {
  position: relative;
  width: 25%;
}
#giants_lp_footer .footLinks li:after {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  pointer-events: none;
  content: "";
  border: 1px solid #292929;
  border-radius: 0;
}
#giants_lp_footer .footLinks li a {
  display: block;
  position: relative;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
#giants_lp_footer .logos {
  max-width: 960px;
  margin: 0 auto;
}
#giants_lp_footer .logos ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1px;
  gap: 1px;
  padding: 24px 0;
}
#giants_lp_footer .logos li {
  background-color: #fff;
  position: relative;
}
#giants_lp_footer .logos li a:hover {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 0.4s;
  transition-property: opacity;
}
.giants_lp_copyright {
  padding: 16px 20px;
  border-top: 1px solid #292929;
  font-size: 11px;
  line-height: 1.55;
  color: hsla(0, 0%, 100%, 0.4);
  text-align: center;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #giants_lp_footer .footIn {
    display: block;
    padding: 80px 20px 32px;
  }
  #giants_lp_footer .sns {
    margin-top: 48px;
  }
  #giants_lp_footer .footLinks li {
    width: 50%;
  }
  #giants_lp_footer .logos ul {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 20px;
  }
}

/* top_container
-----------------------------------------------------------*/
.dvd_container {
  width: 920px;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px;
  background-color: rgba(27, 27, 27, 0.8);
  border: 1px solid #f59b00;
  margin-bottom: 48px;
}

.top_container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 32px;
  margin-bottom: 48px;
}

.slider_container {
  width: 42.8%;
  position: relative;
}

.swiper-pagination {
  margin: 12px auto 0;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  position: unset;
  top: unset;
  right: unset;
  width: fit-content;
}

.swiper-pagination-bullet {
  background: #d9d9d9 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e3800b !important;
}

.dvd_text_container {
  width: 53.3%;
}

.dvd_text {
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 200%;
  margin-bottom: 24px;
}

.dvd_text .giants_store {
  color: #e3800b;
  text-decoration: underline;
}

.dvd_text .btn_detail {
  width: 448px;
  max-width: 100%;
  margin: 48px auto 0;
}

@media screen and (max-width: 768px) {
  .dvd_container {
    padding: 40px 16px;
  }

  .top_container {
    flex-direction: column;
    align-items: center;
    max-width: 344px;
    margin: 0 auto;
    gap: 24px;
  }
  .slider_container {
    width: 100%;
  }
  .dvd_text_container {
    width: 100%;
    margin-bottom: 32px;
  }
  .dvd_text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .dvd_text .btn_detail {
    width: 311px;
    margin: 24px auto 0;
  }
}
