@charset "UTF-8";

/* ===============================================
breakpoint
=============================================== */

/* ===============================================
common / production list component
=============================================== */
.cmp-production {
  margin: 0 auto;
}

@media (min-width: 801px) {
  .cmp-production {
    width: 1200px;
  }
}

@media (max-width: 800px) {
  .cmp-production {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cmp-production {
    width: auto;
  }
}

@media (max-width: 480px) {
  .cmp-productionSlide {
    overflow-y: hidden;
  }
}

.cmp-productionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (min-width: 801px) {
  .cmp-productionList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 800px) {
  .cmp-productionList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .cmp-productionList {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 39px;
    padding-top: 10px;
    white-space: nowrap;
  }

  .cmp-productionList::-webkit-scrollbar {
    -webkit-appearance: none;
    display: none;
  }
}

.cmp-productionItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (min-width: 801px) {
  .cmp-productionItem {
    width: 25%;
  }

  .cmp-productionItem:nth-child(4n+1) {
    border-left: 1px solid #dcdcdc;
  }
}

@media (max-width: 800px) {
  .cmp-productionItem {
    width: 50%;
  }

  .cmp-productionItem:nth-child(2n+1) {
    border-left: 1px solid #dcdcdc;
  }
}

@media (max-width: 480px) {
  .cmp-productionItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    min-height: 498px;
    white-space: normal;
    width: 300px;
  }

  .cmp-productionItem:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 339px;
    flex: 0 0 339px;
    padding-right: 39px;
    width: 339px;
  }
}

.cmp-productionItem__inner {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
}

.cmp-productionItem__thumbnail {
  position: relative;
}

.cmp-productionItem__thumbnail > img {
  display: block;
  width: 100%;
}

.cmp-productionContents {
  background-color: #fff;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  font-size: 14px;
  height: 100%;
  justify-content: space-between;
  min-height: 180px;
  padding: 24px 32px 18px;
}

.cmp-productionContents__lead {
  margin-bottom: 17px;
}

.cmp-productionContents__leadLink {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.cmp-productionContents__leadText {
  display: block;
}

.cmp-productionContents__leadText--link {
  font-weight: bold;
  margin-bottom: 20px;
}

.cmp-productionLink {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cmp-productionLink__item {
  color: #0093d0;
  display: block;
  padding-left: 25px;
  position: relative;
}

.cmp-productionLink__item:not(:last-child) {
  margin-bottom: 9px;
}

.cmp-productionLink__item::before {
  background-color: #0093d0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.cmp-productionLink__item::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 5px;
  left: 5px;
  position: absolute;
  top: 7px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

/* ===============================================
common / module
=============================================== */
.m-scaleInner {
  margin: 0 auto;
  padding-top: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 1200px;
}

@media (max-width: 800px) {
  .m-scaleInner {
    width: auto;
  }
}

/* ===============================================
common / movie component
=============================================== */
.cmp-movieWrap {
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  visibility: hidden;
}

.cmp-movieWrap.is-display {
  opacity: 1;
  visibility: visible;
}

.cmp-movie {
  margin: 0 auto;
}

@media (min-width: 801px) {
  .cmp-movie {
    max-width: 1200px;
  }
}

@media (max-width: 800px) {
  .cmp-movie {
    max-width: 727px;
  }
}

@media (max-width: 480px) {
  .cmp-movie {
    max-width: 430px;
    min-width: 340px;
  }
}

.cmp-movieHeading {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-align: center;
}

.cmp-slider {
  overflow: hidden;
  position: relative;
}

.cmp-movieList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp-movieColumnImg__link,
.cmp-movieColumnDesc__link {
  cursor: pointer;
  display: block;
}

@media (max-width: 480px) {
  .cmp-movieColumnImg__link,
  .cmp-movieColumnDesc__link {
    font-size: 15px;
  }
}

.cmp-movieList .swiper-slide {
  height: auto;
}

.cmp-movieList__item {
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cmp-movieColumn {
  border: 1px solid #dcdcdc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
}

@media (max-width: 480px) {
  .cmp-movieColumn {
    width: 100%;
  }
}

.cmp-movieColumnImg__item {
  width: 100%;
}

.cmp-movieColumnDesc {
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  padding: 10px;
}

.cmp-movie .swiper-button-next,
.cmp-movie .swiper-button-prev {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: none;
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.cmp-movie .swiper-button-next::before,
.cmp-movie .swiper-button-prev::before {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  display: inline-block;
  height: 8px;
  width: 8px;
}

.cmp-movie .swiper-button-next:hover,
.cmp-movie .swiper-button-prev:hover {
  opacity: 0.8;
}

@media (max-width: 480px) {
  .cmp-movie .swiper-button-next,
  .cmp-movie .swiper-button-prev {
    display: none;
  }
}

.cmp-movie .swiper-button-next::before {
  -webkit-transform: translateX(-25%) rotate(45deg);
  transform: translateX(-25%) rotate(45deg);
}

.cmp-movie .swiper-button-prev::before {
  -webkit-transform: translateX(25%) rotate(-135deg);
  transform: translateX(25%) rotate(-135deg);
}

.cmp-movie .swiper-button-next.swiper-button-disabled,
.cmp-movie .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.cmp-movie .swiper-container-autoheight,
.cmp-movie .swiper-container-autoheight .swiper-slide {
  height: 100%;
}

.cmp-movie .swiper-button-next,
.cmp-movie .swiper-container-rtl .swiper-button-prev {
  right: 5px;
}

/* ===============================================
common / overwrite component
※ 既存上書きのCSS
=============================================== */
.strWrapper {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.disney-heroPanel {
  margin: -20px calc(50% - 50vw) 0;
}

@media (max-width: 800px) {
  .disney-heroPanel {
    margin-top: -10px;
  }
}

.disney-heroPanel .disney-heroPanel__inner {
  margin: 0 auto;
  max-width: 1290px;
  overflow: hidden;
  padding-bottom: 50px;
  padding-top: 20px;
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderItem {
  background-color: #fff;
  -webkit-box-shadow: 0 0 8px -3px #000;
  box-shadow: 0 0 8px -3px #000;
  line-height: 1.5;
  max-width: 600px;
  min-height: 470px;
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderItem__link {
  display: inline-block;
  height: 100%;
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderMain,
.disney-heroPanel .disney-heroPanelSliderMain_img {
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderInfo {
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.5;
  margin-bottom: 0;
  min-height: 110px;
  overflow: hidden;
  padding: 15px 20px;
}

.disney-heroPanel .disney-heroPanelSliderInfo__img {
  height: 100%;
  margin-right: 18px;
  position: relative;
  text-align: center;
  width: 130px;
}

.disney-heroPanel .disney-heroPanelSliderThumb {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.disney-heroPanel .disney-heroPanelSliderInfo__text {
  width: calc(100% - 148px);
}

.disney-heroPanel .disney-heroPanelSliderInfo__text p {
  margin-bottom: auto;
}

.disney-heroPanel .disney-heroPanelSliderInfo__text p:not(:last-child) {
  margin-bottom: 10px;
}

.disney-heroPanel .disney-heroPanelSliderInfoTitle {
  font-size: 17px;
  font-weight: 600;
}

.disney-heroPanel .disney-heroPanelSliderInfoText {
  font-size: 14px;
}

@media (max-width: 800px) {
  .disney-heroPanel .disney-heroPanel {
    max-width: auto;
  }

  .disney-heroPanel .disney-heroPanelSliderItem {
    background-color: #fff;
    height: auto;
    min-height: 344px;
    min-width: 320px;
    width: 96%;
  }

  .disney-heroPanel .disney-heroPanelSliderInfo__img {
    width: 98px;
  }

  .disney-heroPanel .disney-heroPanelSliderInfo__text {
    width: calc(100% - 118px);
  }

  .disney-heroPanel .disney-heroPanelSliderInfo {
    height: auto;
    min-height: 152px;
  }
}

.disney-heroPanel .swiper-container-3d .swiper-slide-shadow-left,
.disney-heroPanel .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(white));
  background-image: linear-gradient(to left, white, white);
}

@media (max-width: 800px) {
  .disney-heroPanel .swiper-container-3d .swiper-slide-shadow-left,
  .disney-heroPanel .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.6)));
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6));
  }
}

.disney-heroPanel .swiper-slide-active {
  z-index: 10 !important;
}

.disney-heroPanel .swiper-slide-next {
  z-index: 5 !important;
}

/* ===============================================
disney / floating menu component
=============================================== */
.disney-floatingMenu {
  display: none;
}

@media (max-width: 800px) {
  .disney-floatingMenu {
    display: block;
  }
}

.disney-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 5;
}

.disney-floatingIcon {
  display: inline-block;
  width: 22px;
}

.disney-floatingIcon__item {
  background-color: #fff;
  display: block;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.disney-floatingIcon__item + .disney-floatingIcon__item {
  margin-top: 5px;
}

.disney-floatingButton {
  background-color: #1865be;
  bottom: 21px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 0;
  height: 50px;
  padding: 9px 6px;
  position: fixed;
  right: 21px;
  text-align: center;
  width: 50px;
  z-index: 15;
}

.disney-floatingButton::after {
  content: 'MENU';
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 9px;
  line-height: 1.3;
  margin-top: 6px;
  width: 100%;
}

.disney-floatingButton.is-active .disney-floatingIcon__item:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.disney-floatingButton.is-active .disney-floatingIcon__item:nth-child(2) {
  opacity: 0;
}

.disney-floatingButton.is-active .disney-floatingIcon__item:nth-child(3) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.disney-floatingButton.is-active::after {
  content: 'CLOSE';
}

.disney-floatingModal {
  bottom: 11px;
  display: none;
  left: 0;
  opacity: 0;
  padding-left: 13px;
  padding-right: 13px;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}

.disney-floatingModal__inner {
  background-color: #fff;
  padding: 26px 9px 71px;
}

.disney-floatingTitle {
  color: #383838;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.disney-floatingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 7px -4px 0;
}

.disney-floatingList__Item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  padding: 7px 4px 8px;
  text-align: center;
  width: 25%;
}

.disney-floatingLink {
  display: block;
  font-size: 10px;
  letter-spacing: -1px;
  line-height: 0.9;
  text-decoration: none;
  width: 100%;
}

.disney-floatingLink::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 48px;
  width: 100%;
}

/*
* modifier 
* 使用箇所: メニューモーダルの各リンクアイコン
*/
.disney-floatingLink--home {
  color: #1865be;
}

.disney-floatingLink--home::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_home.svg);
}

.disney-floatingLink--shopping {
  color: #f75d39;
}

.disney-floatingLink--shopping::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_shopping.svg);
}

.disney-floatingLink--movie {
  color: #4cb965;
}

.disney-floatingLink--movie::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_movie.svg);
}

.disney-floatingLink--tv {
  color: #e3bb49;
}

.disney-floatingLink--tv::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_tv.svg);
}

.disney-floatingLink--music {
  color: #55b9a6;
}

.disney-floatingLink--music::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_music.svg);
}

.disney-floatingLink--park {
  color: #3b52af;
}

.disney-floatingLink--park::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_park.svg);
}

.disney-floatingLink--event {
  color: #ef60b2;
}

.disney-floatingLink--event::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_event.svg);
}

.disney-floatingLink--mobile {
  color: #6db5c6;
}

.disney-floatingLink--mobile::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_mobile.svg);
}

.disney-floatingLink--game {
  color: #e88716;
}

.disney-floatingLink--game::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_game.svg);
}

.disney-floatingLink--member {
  color: #9553aa;
}

.disney-floatingLink--member::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_membership.svg);
}

.disney-floatingLink--kids {
  color: #ef6949;
}

.disney-floatingLink--kids::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_kids.svg);
}

.disney-floatingCategoryModal {
  display: none;
  left: 50%;
  opacity: 0;
  padding-left: 13px;
  padding-right: 13px;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 25;
}

@media (max-width: 800px) {
  .disney-floatingCategoryModal.is-show {
    display: block;
    opacity: 1;
  }
}

.disney-floatingCategory {
  background-color: #fff;
  border: 2px solid #e3bb49;
  display: none;
  padding: 18px 14px;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
}

.disney-floatingCategory__heading {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 19px;
  padding-left: 38px;
  position: relative;
}

.disney-floatingCategory__heading::before {
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -16px;
  width: 56px;
}

.disney-floatingCategoryList {
  max-height: 254px;
  overflow-y: scroll;
  text-align: left;
}

.disney-floatingCategoryList__item {
  position: relative;
}

.disney-floatingCategoryList__item > a {
  display: block;
}

.disney-floatingCategoryList__item {
  padding-left: 28px;
}

.disney-floatingCategoryList__item > a:hover {
  text-decoration: none;
}

.disney-floatingCategoryList__item > a:hover .disney-floatingCategoryList__title {
  text-decoration: underline;
}

.disney-floatingCategoryList__item::before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-floatingCategoryList__item::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-floatingCategoryList__title {
  font-size: 15px;
  font-weight: bold;
}

.disney-floatingCategoryList__item:not(:last-child) {
  margin-bottom: 21px;
}

.disney-floatingCategoryList__detail {
  color: #1d1d1d;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0;
}

/*
* modifier 
* 使用箇所: 各カテゴリーモーダルのスタイル調整
*/
.disney-floatingCategory--shopping {
  border-color: #f75d39;
  color: #f75d39;
}

.disney-floatingCategory--shopping .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_shopping.svg) no-repeat;
}

.disney-floatingCategory--shopping .disney-floatingCategoryList__item::before {
  background-color: #f75d39;
}

.disney-floatingCategory--shopping .disney-floatingCategoryList__item > a {
  color: #f75d39;
}

.disney-floatingCategory--movie {
  border-color: #4cb965;
  color: #4cb965;
}

.disney-floatingCategory--movie .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_movie.svg) no-repeat;
}

.disney-floatingCategory--movie .disney-floatingCategoryList__item::before {
  background-color: #4cb965;
}

.disney-floatingCategory--movie .disney-floatingCategoryList__item > a {
  color: #4cb965;
}

.disney-floatingCategory--tv {
  border-color: #e3bb49;
  color: #e3bb49;
}

.disney-floatingCategory--tv .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_tv.svg) no-repeat;
}

.disney-floatingCategory--tv .disney-floatingCategoryList__item::before {
  background-color: #e3bb49;
}

.disney-floatingCategory--tv .disney-floatingCategoryList__item > a {
  color: #e3bb49;
}

.disney-floatingCategory--park {
  border-color: #3b52af;
  color: #3b52af;
}

.disney-floatingCategory--park .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_park.svg) no-repeat;
}

.disney-floatingCategory--park .disney-floatingCategoryList__item::before {
  background-color: #3b52af;
}

.disney-floatingCategory--park .disney-floatingCategoryList__item > a {
  color: #3b52af;
}

.disney-floatingCategory--mobile {
  border-color: #6db5c6;
  color: #6db5c6;
}

.disney-floatingCategory--mobile .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_mobile.svg) no-repeat;
}

.disney-floatingCategory--mobile .disney-floatingCategoryList__item::before {
  background-color: #6db5c6;
}

.disney-floatingCategory--mobile .disney-floatingCategoryList__item > a {
  color: #6db5c6;
}

.disney-floatingCategory--member {
  border-color: #9553aa;
  color: #9553aa;
}

.disney-floatingCategory--member .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_membership.svg) no-repeat;
}

.disney-floatingCategory--member .disney-floatingCategoryList__item::before {
  background-color: #9553aa;
}

.disney-floatingCategory--member .disney-floatingCategoryList__item > a {
  color: #9553aa;
}

@media (max-width: 800px) {
  .is-show {
    display: block;
    opacity: 1;
  }
}

/* ===============================================
color
=============================================== */

/* ===============================================
disney / header component
=============================================== */

/* -----------------------------------------------
global navigation
----------------------------------------------- */
.disney-header {
  background-color: #fff;
}

@media (max-width: 800px) {
  .disney-header {
    padding-bottom: 10px;
    padding-top: 70px;
  }
}

.disney-header .strHeader {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.disney-header .strHeader > .headerInner > .headerMyDisney {
  margin-right: 40px;
}

@media (max-width: 800px) {
  .disney-header .strHeader > .headerInner > .headerMyDisney {
    margin-right: 20px;
  }
}

.disney-globalNavigation {
  background-color: #fff;
  border-top: 10px solid #1865be;
  padding-bottom: 8px;
  padding-top: 12px;
}

@media (min-width: 801px) {
  .disney-globalNavigation {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigation {
    border-top: 6px solid #1865be;
    padding-bottom: 0;
    padding-top: 5px;
    position: fixed;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    z-index: 2;
  }

  .disney-globalNavigation.is-hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

.disney-globalNavigationSlide {
  margin: 0 auto;
}

@media (min-width: 801px) {
  .disney-globalNavigationSlide {
    max-width: 1280px;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigationSlide {
    height: 59px;
    overflow-y: hidden;
  }

  .disney-globalNavigationSlide::-webkit-scrollbar {
    display: none;
    height: 0 !important;
  }
}

@media (max-width: 800px) {
  .is-overflow {
    overflow-x: scroll !important;
  }
}

.disney-globalNavigationInner {
  margin: 0 auto;
}

@media (max-width: 800px) {
  .disney-globalNavigationInner {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 13px;
    white-space: nowrap;
    width: 100%;
  }
}

.disney-globalNavigationList {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .disney-globalNavigationList {
    display: table;
    width: 756px;
  }
}

.disney-globalNavigationItem {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 801px) {
  .disney-globalNavigationItem {
    min-width: 76px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigationItem {
    display: table-cell;
  }
}

.disney-globalNavigationItem__inner {
  border-bottom: 3px solid transparent;
  display: block;
  height: 100%;
  padding: 2px 15px 5px;
  position: relative;
}

.disney-globalNavigationItem__inner:hover {
  text-decoration: none;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__inner {
    padding: 0 7px;
  }
}

.disney-globalNavigationItem--home.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #1865be !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--home.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #1865be !important;
  }
}

.disney-globalNavigationItem--home .disney-globalNavigationItem__label {
  color: #1865be;
}

.disney-globalNavigationItem--home.is-active {
  background: #c9d8ea;
  border-radius: 3px;
}

.disney-globalNavigationItem--shopping.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #f75d39 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--shopping.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #f75d39 !important;
  }
}

.disney-globalNavigationItem--shopping .disney-globalNavigationItem__label {
  color: #f75d39;
}

.disney-globalNavigationItem--shopping.is-active {
  background: #efd1ca;
  border-radius: 3px;
}

.disney-globalNavigationItem--shopping .balloon {
  background-color: #fff;
  border: 2px solid #f75d39;
}

.disney-globalNavigationItem--shopping .balloon__heading {
  color: #f75d39;
}

.disney-globalNavigationItem--shopping .balloon__heading::before {
  background: url(../image/disney/icon_navigation_shopping.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--shopping .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--shopping .balloonListItem::before {
  background-color: #f75d39;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--shopping .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--shopping .balloonListItem__title {
  color: #f75d39;
}

.disney-globalNavigationItem--movie.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #4cb965 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--movie.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #4cb965 !important;
  }
}

.disney-globalNavigationItem--movie .disney-globalNavigationItem__label {
  color: #4cb965;
}

.disney-globalNavigationItem--movie.is-active {
  background: #c8e5ce;
  border-radius: 3px;
}

.disney-globalNavigationItem--movie .balloon {
  background-color: #fff;
  border: 2px solid #4cb965;
}

.disney-globalNavigationItem--movie .balloon__heading {
  color: #4cb965;
}

.disney-globalNavigationItem--movie .balloon__heading::before {
  background: url(../image/disney/icon_navigation_movie.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--movie .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--movie .balloonListItem::before {
  background-color: #4cb965;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--movie .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--movie .balloonListItem__title {
  color: #4cb965;
}

.disney-globalNavigationItem--tv.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #e3bb49 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--tv.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #e3bb49 !important;
  }
}

.disney-globalNavigationItem--tv .disney-globalNavigationItem__label {
  color: #e3bb49;
}

.disney-globalNavigationItem--tv.is-active {
  background: #f4e9cc;
  border-radius: 3px;
}

.disney-globalNavigationItem--tv .balloon {
  background-color: #fff;
  border: 2px solid #e3bb49;
}

.disney-globalNavigationItem--tv .balloon__heading {
  color: #e3bb49;
}

.disney-globalNavigationItem--tv .balloon__heading::before {
  background: url(../image/disney/icon_navigation_tv.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--tv .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--tv .balloonListItem::before {
  background-color: #e3bb49;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--tv .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--tv .balloonListItem__title {
  color: #e3bb49;
}

.disney-globalNavigationItem--park.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #3b52af !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--park.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #3b52af !important;
  }
}

.disney-globalNavigationItem--park .disney-globalNavigationItem__label {
  color: #3b52af;
}

.disney-globalNavigationItem--park.is-active {
  background: #d8ddf0;
  border-radius: 3px;
}

.disney-globalNavigationItem--park .balloon {
  background-color: #fff;
  border: 2px solid #3b52af;
}

.disney-globalNavigationItem--park .balloon__heading {
  color: #3b52af;
}

.disney-globalNavigationItem--park .balloon__heading::before {
  background: url(../image/disney/icon_navigation_park.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--park .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--park .balloonListItem::before {
  background-color: #3b52af;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--park .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--park .balloonListItem__title {
  color: #3b52af;
}

.disney-globalNavigationItem--mobile.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #6db5c6 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--mobile.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #6db5c6 !important;
  }
}

.disney-globalNavigationItem--mobile .disney-globalNavigationItem__label {
  color: #6db5c6;
}

.disney-globalNavigationItem--mobile.is-active {
  background: #c4e4eb;
  border-radius: 3px;
}

.disney-globalNavigationItem--mobile .balloon {
  background-color: #fff;
  border: 2px solid #6db5c6;
}

.disney-globalNavigationItem--mobile .balloon__heading {
  color: #6db5c6;
}

.disney-globalNavigationItem--mobile .balloon__heading::before {
  background: url(../image/disney/icon_navigation_mobile.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--mobile .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--mobile .balloonListItem::before {
  background-color: #6db5c6;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--mobile .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--mobile .balloonListItem__title {
  color: #6db5c6;
}

.disney-globalNavigationItem--music.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #55b9a6 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--music.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #55b9a6 !important;
  }
}

.disney-globalNavigationItem--music .disney-globalNavigationItem__label {
  color: #55b9a6;
}

.disney-globalNavigationItem--music.is-active {
  background: #c2e0da;
  border-radius: 3px;
}

.disney-globalNavigationItem--event.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #ef60b2 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--event.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #ef60b2 !important;
  }
}

.disney-globalNavigationItem--event .disney-globalNavigationItem__label {
  color: #ef60b2;
}

.disney-globalNavigationItem--event.is-active {
  background: #f0d3e4;
  border-radius: 3px;
}

.disney-globalNavigationItem--game.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #e88716 !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--game.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #e88716 !important;
  }
}

.disney-globalNavigationItem--game .disney-globalNavigationItem__label {
  color: #e88716;
}

.disney-globalNavigationItem--game.is-active {
  background: #f0dcc5;
  border-radius: 3px;
}

.disney-globalNavigationItem--membership.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #9553aa !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--membership.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #9553aa !important;
  }
}

.disney-globalNavigationItem--membership .disney-globalNavigationItem__label {
  color: #9553aa;
}

.disney-globalNavigationItem--membership.is-active {
  background: #ddcde2;
  border-radius: 3px;
}

.disney-globalNavigationItem--membership .balloon {
  background-color: #fff;
  border: 2px solid #9553aa;
}

.disney-globalNavigationItem--membership .balloon__heading {
  color: #9553aa;
}

.disney-globalNavigationItem--membership .balloon__heading::before {
  background: url(../image/disney/icon_navigation_membership.svg) no-repeat;
  background-size: 44px;
  content: "";
  display: block;
  height: 56px;
  left: -18px;
  position: absolute;
  top: -11px;
  width: 56px;
}

.disney-globalNavigationItem--membership .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--membership .balloonListItem::before {
  background-color: #9553aa;
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 2px;
  width: 20px;
}

.disney-globalNavigationItem--membership .balloonListItem::after {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  height: 5px;
  left: 3px;
  left: 6px;
  position: absolute;
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.disney-globalNavigationItem--membership .balloonListItem__title {
  color: #9553aa;
}

.disney-globalNavigationItem--kids.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #f08d4f !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--kids.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #f08d4f !important;
  }
}

.disney-globalNavigationItem--kids .disney-globalNavigationItem__label {
  color: #f08d4f;
}

.disney-globalNavigationItem--kids.is-active {
  background: #f8d1c7;
  border-radius: 3px;
}

.disney-globalNavigationItem__image {
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__image {
    width: 38px;
  }
}

.disney-globalNavigationItem__label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__label {
    font-size: 10px;
  }
}

/* -----------------------------------------------
balloon
----------------------------------------------- */
.balloon {
  display: none;
  left: 55%;
  margin-left: -167px;
  padding: 18px 14px 4px;
  position: absolute;
  right: 0;
  top: 93px;
  width: 334px;
  z-index: 25;
}

@media (max-width: 800px) {
  .balloon {
    left: 0;
    margin: auto 13px;
    position: fixed;
    right: 0;
    top: 79px;
    width: auto;
  }
}

.is-active .balloon {
  display: block;
  overflow: visible;
}

.balloon__heading {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 19px;
  padding-left: 28px;
  position: relative;
}

.balloonList {
  text-align: left;
}

.balloonListItem {
  margin-bottom: 21px;
  position: relative;
}

.balloonListItem__anchor {
  display: block;
}

.balloonListItem__anchor:hover {
  text-decoration: none;
}

.balloonListItem__anchor:hover .balloonListItem__title {
  text-decoration: underline;
}

.balloonListItem__title {
  font-size: 15px;
  font-weight: bold;
}

.balloonListItem__detail {
  color: #1d1d1d;
  font-size: 11px;
  line-height: 1;
  margin-bottom: 0;
}

/* -----------------------------------------------
logo
----------------------------------------------- */
.disney-headerLogo {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (max-width: 480px) {
  .disney-headerLogo {
    padding-top: 5px;
  }
}

@media (max-width: 800px) {
  .disney-headerLogo__image {
    width: 77px;
  }
}

/* -----------------------------------------------
search
----------------------------------------------- */
.disney-header .headerSearch {
  margin-left: 40px;
  margin-top: 13px;
}

.disney-header .headerSearch > form > div:before {
  background: url(../image/disney/icon_search.svg) no-repeat;
  content: '';
  display: block;
  height: 25px;
  left: 11px;
  margin-top: -10px;
  position: absolute;
  top: 44%;
  width: 25px;
}

.disney-header .headerSearch > form > div > input.inputSearch {
  -webkit-appearance: none;
  border: 1px solid #ccc;
  font-size: 12px;
  height: 36px;
  padding-left: 37px;
  width: 266px;
}

.disney-header .strHeader > .headerInner .headerSearch > form > div > input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #c4c4c4;
}

.disney-header .strHeader > .headerInner .headerSearch > form > div > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #c4c4c4;
}

.disney-header .strHeader > .headerInner .headerSearch > form > div > input::-moz-placeholder {
  /* Others */
  color: #c4c4c4;
}

.disney-header .strHeader > .headerInner .headerSearch > form > div > input::-ms-input-placeholder {
  /* Others */
  color: #c4c4c4;
}

.disney-header .strHeader > .headerInner .headerSearch > form > div > input::placeholder {
  /* Others */
  color: #c4c4c4;
}

@media (max-width: 800px) {
  .disney-header .headerSearch {
    display: block !important;
    margin-left: 20px;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .disney-header .strHeader > .headerInner .headerSearch > form > div > input.inputSearch {
    display: block;
    padding-left: 10px;
    width: 100% !important;
  }

  .disney-header .headerSearch {
    background: #e9edee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important;
    left: auto;
    margin-top: 0;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 13px;
    position: absolute;
    right: 110%;
    right: calc(100%+10px);
    top: 0;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    width: 100%;
  }

  .disney-header .headerSearch > form {
    padding-left: 3%;
    padding-right: 14%;
  }

  .disney-header .headerSearch > form > div:before {
    display: none;
  }

  .disney-header .headerSearch > form > div > input.inputSearch {
    border: none;
    padding-left: 13px !important;
  }

  .disney-header .headerSearch > form > div > input.inputSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #959595;
  }

  .disney-header .headerSearch > form > div > input.inputSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #959595;
  }

  .disney-header .headerSearch > form > div > input.inputSearch::-moz-placeholder {
    /* Others */
    color: #959595;
  }

  .disney-header .headerSearch > form > div > input.inputSearch::-ms-input-placeholder {
    /* Others */
    color: #959595;
  }

  .disney-header .headerSearch > form > div > input.inputSearch::placeholder {
    /* Others */
    color: #959595;
  }

  .disney-header #headerSearchControl:checked + .headerSearch {
    left: auto;
    right: -10px;
  }

  .disney-header .strHeader > .headerInner > .headerSearchSwitch {
    bottom: 0;
    display: block;
    height: 24px;
    left: 22px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 7px;
    width: 24px;
  }

  .disney-header .strHeader > .headerInner > #headerSearchControl:checked + .headerSearch + .headerSearchSwitch {
    height: 21px;
    left: auto;
    right: 16px;
    top: 7px;
    width: 21px;
  }

  .disney-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label {
    height: 21px;
    width: 21px;
  }

  .disney-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label:before {
    background: url(../image/disney/icon_search_close.svg) no-repeat;
    background-position: 2px 2px;
    content: '';
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  .disney-header .headerSearchSwitch > label {
    display: block;
    height: 24px;
    overflow: hidden;
  }

  .disney-header .headerSearchSwitch > label:before {
    background: url(../image/disney/icon_search.svg) no-repeat;
    content: '';
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* -----------------------------------------------
fixed余白調整
----------------------------------------------- */
.disney-adjustMargin {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .disney-adjustMargin {
    margin-top: 10px;
  }
}

/* ===============================================
marvelStarwars / hero panel component
=============================================== */

/* -----------------------------------------------
hero panel
----------------------------------------------- */
.marvelStarwars-heroPanel {
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
  padding-bottom: 24px;
  position: relative;
}

.marvelStarwars-heroPanelSlider {
  margin-bottom: 11px;
  position: relative;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelSlider {
    margin-bottom: 9px;
  }
}

.marvelStarwars-heroPanelItem {
  background-color: #151515;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.marvelStarwars-heroPanelItem:hover {
  text-decoration: none;
}

.marvelStarwars-heroPanelItem {
  position: relative;
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelItem__image {
    display: block;
    left: 0;
    min-width: 801px;
    top: 0;
    width: 100%;
  }
}

.marvelStarwars-heroPanelItem__image > img {
  width: 100%;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelItem__image--pc {
    display: none;
  }
}

.marvelStarwars-heroPanelItem__image--sp {
  display: none;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelItem__image--sp {
    display: block;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain {
    left: 6.7%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain {
    background-color: #151515;
    min-height: 145px;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__logo {
    margin-bottom: 8px;
    text-align: center;
    width: 28%;
  }
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain__title {
    margin-top: 69px;
  }
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain__logo + .marvelStarwars-heroPanelMain__title {
    margin-top: 28px;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__logo + .marvelStarwars-heroPanelMain__title {
    margin-left: 17px;
  }
}

.marvelStarwars-heroPanelMain__heading {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.3;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__heading {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    font-size: 18px;
    padding: 13px 5px 8px 20px;
  }
}

.marvelStarwars-heroPanelMain__lead {
  color: #fff;
  font-size: 13px;
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain__lead {
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__lead {
    font-size: 14px;
    padding: 0 21px 12px;
  }
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain--center {
    left: 50%;
    min-width: 504px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__logo {
    text-align: center;
  }

  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__title {
    text-align: center;
  }

  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__lead {
    margin-bottom: 0;
    text-align: center;
  }

  .marvelStarwars-heroPanelMain--right {
    right: 6.7%;
  }

  .marvelStarwars-heroPanelMain--right .marvelStarwars-heroPanelMain__logo {
    text-align: right;
  }

  .marvelStarwars-heroPanelMain--right .marvelStarwars-heroPanelMain__title {
    text-align: right;
  }

  .marvelStarwars-heroPanelMain--right .marvelStarwars-heroPanelMain__lead {
    margin-bottom: 0;
    text-align: right;
    width: auto;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__image {
    min-width: auto;
  }
}

.marvelStarwars-heroPanel .marvelStarwars-heroPanelPagination {
  bottom: 0;
  line-height: 1;
}

.marvelStarwars-heroPanel .marvelStarwars-heroPanelPagination > span {
  background-color: #c6c6c6;
  border-radius: 0 !important;
  display: inline-block;
  height: 3px;
  margin: 0;
  width: 30px;
}

.marvelStarwars-heroPanel .marvelStarwars-heroPanelPagination > span.swiper-pagination-bullet:not(:last-child) {
  margin: 0 5px 0 0;
}

.marvelStarwars-heroPanel .marvelStarwars-heroPanelPagination > span.swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanel .marvelStarwars-heroPanelPagination > span {
    display: inline-block;
  }
}

@media (min-width: 801px) {
  .is-displayPC {
    display: block;
  }
}

@media (max-width: 800px) {
  .is-displayPC {
    display: none;
  }
}

@media (min-width: 801px) {
  .is-displaySP {
    display: none;
  }
}

@media (max-width: 480px) {
  .is-displaySP {
    display: block;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanel .swiper-slide {
    height: auto;
  }
}

.marvelStarwars-heroPanel--starwarsMargin {
  margin-top: -20px;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanel--starwarsMargin {
    margin-top: -10px;
  }
}

.marvelStarwars-heroPanel--marvelMargin {
  margin-top: -20px;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanel--marvelMargin {
    margin-top: -10px;
  }
}

/* ===============================================
disney / floating menu component
=============================================== */
.marvel-floatingMenu {
  display: none;
}

@media (max-width: 800px) {
  .marvel-floatingMenu {
    display: block;
  }
}

.marvel-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 5;
}

.marvel-floatingIcon {
  display: inline-block;
  width: 22px;
}

.marvel-floatingIcon__item {
  background-color: #fff;
  display: block;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.marvel-floatingIcon__item + .marvel-floatingIcon__item {
  margin-top: 4px;
}

.marvel-floatingButton {
  background-color: #000;
  border-radius: 2px;
  bottom: 21px;
  -webkit-box-shadow: 0 1px 4px -2px #000;
  box-shadow: 0 1px 4px -2px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 0;
  height: 50px;
  padding: 12px 6px 9px;
  position: fixed;
  right: 21px;
  text-align: center;
  width: 50px;
  z-index: 15;
}

.marvel-floatingButton::after {
  content: 'MENU';
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 10px;
  line-height: 1.2;
  margin-top: 4px;
  width: 100%;
}

.marvel-floatingButton.is-active {
  background-color: #707070;
}

.marvel-floatingButton.is-active .marvel-floatingIcon__item:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.marvel-floatingButton.is-active .marvel-floatingIcon__item:nth-child(2) {
  opacity: 0;
}

.marvel-floatingButton.is-active .marvel-floatingIcon__item:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.marvel-floatingButton.is-active::after {
  content: 'CLOSE';
}

.marvel-floatingModal {
  bottom: 11px;
  display: none;
  left: 0;
  opacity: 0;
  padding-left: 13px;
  padding-right: 13px;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}

.marvel-floatingModal__inner {
  background-color: #222;
  padding: 21px 0 65px;
}

.marvel-floatingTitle {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.marvel-floatingList {
  margin-top: 23px;
}

.marvel-floatingList__item {
  border-top: 1px solid #434343;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.marvel-floatingList__item:last-child {
  border-bottom: 1px solid #434343;
}

.marvel-floatingLink {
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  padding: 21px 32px 20px;
  text-decoration: none;
  width: 100%;
}

.marvel-floatingLink:hover {
  text-decoration: none;
}

@media (max-width: 800px) {
  .is-show {
    display: block;
    opacity: 1;
  }
}

/* ===============================================
disney / header component
=============================================== */

/* -----------------------------------------------
logo
----------------------------------------------- */
.marvel-headerLogo {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 801px) {
  .marvel-headerLogo__title {
    padding-bottom: 14px;
    padding-top: 23px;
  }
}

@media (max-width: 800px) {
  .marvel-headerLogo__title {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

@media (max-width: 480px) {
  .marvel-headerLogo__title {
    padding-top: 9px;
  }
}

@media (max-width: 800px) {
  .marvel-headerLogo__image {
    width: 94px;
  }
}

/* -----------------------------------------------
search
----------------------------------------------- */
.marvel-header .strHeader {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.marvel-header .strHeader > .headerInner {
  margin-bottom: 22px;
  min-height: auto;
  padding-top: 0;
}

@media (max-width: 800px) {
  .marvel-header .strHeader > .headerInner {
    min-height: 66px;
  }
}

.marvel-header .headerSearch {
  margin-left: 34px;
  margin-top: 34px;
}

.marvel-header .headerSearch > form > div:before {
  background: url(../image/marvel/icon_search.svg) no-repeat;
  content: '';
  display: block;
  height: 25px;
  left: 11px;
  margin-top: -10px;
  position: absolute;
  top: 44%;
  width: 25px;
}

.marvel-header .strHeader .headerSearch > form > div > input.inputSearch {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #707070;
  font-size: 12px;
  height: 36px;
  padding-left: 37px;
  width: 266px;
}

.marvel-header .strHeader > .headerInner .headerSearch > form > div > input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #707070;
}

.marvel-header .strHeader > .headerInner .headerSearch > form > div > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.marvel-header .strHeader > .headerInner .headerSearch > form > div > input::-moz-placeholder {
  /* Others */
  color: #707070;
}

.marvel-header .strHeader > .headerInner .headerSearch > form > div > input::-ms-input-placeholder {
  /* Others */
  color: #707070;
}

.marvel-header .strHeader > .headerInner .headerSearch > form > div > input::placeholder {
  /* Others */
  color: #707070;
}

@media (max-width: 800px) {
  .marvel-header .strHeader > .headerInner {
    margin-bottom: 0;
  }

  .marvel-header .headerSearch {
    display: block !important;
    margin-left: 10px;
    margin-top: 12px;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .marvel-header .strHeader > .headerInner {
    min-height: 66px;
    padding-top: 7px;
  }

  .marvel-header .headerSearch {
    background: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important;
    left: auto;
    margin-top: 0;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 13px;
    position: absolute;
    right: 110%;
    right: calc(100%+10px);
    top: 0;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    width: 100%;
  }

  .marvel-header .headerSearch > form {
    padding-left: 3%;
    padding-right: 14%;
  }

  .marvel-header .headerSearch > form > div:before {
    display: none;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch {
    background-color: #fff;
    border: none;
    display: block;
    padding-left: 13px !important;
    padding-left: 10px;
    width: 100% !important;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #959595;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #959595;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch::-moz-placeholder {
    /* Others */
    color: #959595;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch::-ms-input-placeholder {
    /* Others */
    color: #959595;
  }

  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch::placeholder {
    /* Others */
    color: #959595;
  }

  .marvel-header #headerSearchControl:checked + .headerSearch {
    left: auto;
    right: -10px;
  }

  .marvel-header .strHeader > .headerInner > .headerSearchSwitch {
    bottom: 0;
    display: block;
    height: 24px;
    left: 21px;
    margin: auto;
    position: absolute;
    right: auto;
    top: 9px;
    width: 24px;
  }

  .marvel-header .strHeader > .headerInner > #headerSearchControl:checked + .headerSearch + .headerSearchSwitch {
    height: 21px;
    left: auto;
    right: 16px;
    top: -1px;
    width: 21px;
  }

  .marvel-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label {
    height: 21px;
    width: 21px;
  }

  .marvel-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label:before {
    background: url(../image/marvel/icon_search_close.svg) no-repeat;
    background-position: 2px 2px;
    content: '';
  }

  .marvel-header .headerSearchSwitch > label {
    display: block;
    height: 24px;
    overflow: hidden;
  }

  .marvel-header .headerSearchSwitch > label:before {
    background: url(../image/marvel/icon_search.svg) no-repeat;
    content: '';
  }
}

/* -----------------------------------------------
global navigation
----------------------------------------------- */
.marvel-header {
  background-color: #000;
  top: 0%;
  -webkit-transition: top .3s;
  transition: top .3s;
  width: 100%;
  z-index: 2;
}

@media (max-width: 800px) {
  .marvel-header {
    position: fixed;
  }
}

.marvel-globalNavigation {
  background-color: #000;
}

@media (min-width: 801px) {
  .marvel-globalNavigation {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .marvel-globalNavigation {
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .is-overflow {
    overflow-x: scroll !important;
  }
}

.marvel-globalNavigationList {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .marvel-globalNavigationList {
    max-width: 780px;
  }
}

@media (max-width: 800px) {
  .marvel-globalNavigationList {
    display: table;
    height: 34px;
    width: 100%;
  }
}

.marvel-globalNavigationItem {
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 20%;
}

@media (min-width: 801px) {
  .marvel-globalNavigationItem {
    min-width: 72px;
    position: relative;
    width: 100%;
  }
}

@media (max-width: 800px) {
  .marvel-globalNavigationItem {
    display: table-cell;
  }
}

.marvel-globalNavigationItem__link {
  color: #707070;
  display: block;
  height: 100%;
  position: relative;
}

.marvel-globalNavigationItem__link:hover {
  color: #fff;
  text-decoration: none;
}

@media (min-width: 801px) {
  .marvel-globalNavigationItem__link:hover {
    padding: 18px 7px;
  }

  .marvel-globalNavigationItem__link:hover::after {
    background-color: #dc000c;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .marvel-globalNavigationItem__link {
    padding: 18px 7px;
  }
}

@media (max-width: 800px) {
  .marvel-globalNavigationItem__link {
    padding: 11px 1px;
  }
}

.marvel-globalNavigationItem--current {
  position: relative;
}

.marvel-globalNavigationItem--current .marvel-globalNavigationItem__link {
  color: #fff;
}

.marvel-globalNavigationItem--current::after {
  background-color: #dc000c;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}

.marvel-globalNavigationItem__label {
  display: block;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  width: 100%;
}

@media (min-width: 801px) {
  .marvel-globalNavigationItem__label {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .marvel-globalNavigationItem__label {
    font-size: 11.5px;
  }
}

/* -----------------------------------------------
fixed余白調整
----------------------------------------------- */
.marvel-adjustMargin {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .marvel-adjustMargin {
    margin-top: 110px;
  }
}

/* ===============================================
disney / floating menu component
=============================================== */
.starwars-floatingMenu {
  display: none;
}

@media (max-width: 800px) {
  .starwars-floatingMenu {
    display: block;
  }
}

.starwars-overlay {
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  z-index: 5;
}

.starwars-floatingIcon {
  display: inline-block;
  width: 22px;
}

.starwars-floatingIcon__item {
  background-color: #fff;
  display: block;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.starwars-floatingIcon__item + .starwars-floatingIcon__item {
  margin-top: 4px;
}

.starwars-floatingButton {
  background-color: #000;
  border-radius: 2px;
  bottom: 22px;
  -webkit-box-shadow: 0 1px 4px -2px #000;
  box-shadow: 0 1px 4px -2px #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 0;
  height: 50px;
  padding: 12px 6px 9px;
  position: fixed;
  right: 21px;
  text-align: center;
  width: 50px;
  z-index: 15;
}

.starwars-floatingButton::after {
  content: 'MENU';
  display: inline-block;
  font-family: 'Helvetica Neue';
  font-size: 9px;
  line-height: 1.2;
  margin-top: 4px;
  width: 100%;
}

.starwars-floatingButton.is-active {
  background-color: #707070;
}

.starwars-floatingButton.is-active .starwars-floatingIcon__item:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}

.starwars-floatingButton.is-active .starwars-floatingIcon__item:nth-child(2) {
  opacity: 0;
}

.starwars-floatingButton.is-active .starwars-floatingIcon__item:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}

.starwars-floatingButton.is-active::after {
  content: 'CLOSE';
}

.starwars-floatingModal {
  bottom: 11px;
  display: none;
  left: 0;
  opacity: 0;
  padding-left: 13px;
  padding-right: 13px;
  position: fixed;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 10;
}

.starwars-floatingModal__inner {
  background-color: #222;
  padding: 23px 0 51px;
}

.starwars-floatingTitle {
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 23px;
  text-align: center;
  width: 100%;
}

.starwars-floatingList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 4px;
}

.starwars-floatingList__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 600;
  margin-bottom: 26px;
  padding: 0 4px;
  text-align: center;
  width: 25%;
}

.starwars-floatingLink {
  color: #fff;
  display: block;
  font-size: 10px;
  letter-spacing: -1px;
  line-height: 0.9;
  text-decoration: none;
  width: 100%;
}

.starwars-floatingLink:hover {
  text-decoration: none;
}

.starwars-floatingLink__image {
  display: inline-block;
  height: 40px;
  margin-bottom: 2px;
  width: 40px;
}

.starwars-floatingLink__text {
  display: block;
}

@media (max-width: 800px) {
  .is-show {
    display: block;
    opacity: 1;
  }
}

/* ===============================================
disney / header component
=============================================== */

/* -----------------------------------------------
logo
----------------------------------------------- */
.starwars-headerLogo {
  position: absolute;
  text-align: center;
  width: 100%;
}

@media (min-width: 801px) {
  .starwars-headerLogo__title {
    padding-bottom: 22px;
    padding-top: 19px;
  }
}

@media (max-width: 800px) {
  .starwars-headerLogo__title {
    padding-bottom: 15px;
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .starwars-headerLogo__titleLink {
    margin-left: 16px;
  }
}

@media (max-width: 800px) {
  .starwars-headerLogo__image {
    width: 210px;
  }
}

/* -----------------------------------------------
search
----------------------------------------------- */
.starwars-header .strHeader {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
}

.starwars-header .strHeader > .headerInner {
  margin-bottom: 22px;
  min-height: 55px;
  padding-top: 0;
}

.starwars-header .headerSearch {
  margin-left: 34px;
  margin-top: 18px;
}

.starwars-header .headerSearch > form > div:before {
  background: url(../image/starwars/icon_search.svg) no-repeat;
  content: '';
  display: block;
  height: 25px;
  left: 11px;
  margin-top: -10px;
  position: absolute;
  top: 44%;
  width: 25px;
}

.starwars-header .strHeader .headerSearch > form > div > input.inputSearch {
  -webkit-appearance: none;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  color: #707070;
  font-size: 12px;
  height: 36px;
  padding-left: 37px;
  width: 266px;
}

.starwars-header .strHeader > .headerInner .headerSearch > form > div > input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #707070;
}

.starwars-header .strHeader > .headerInner .headerSearch > form > div > input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #707070;
}

.starwars-header .strHeader > .headerInner .headerSearch > form > div > input::-moz-placeholder {
  /* Others */
  color: #707070;
}

.starwars-header .strHeader > .headerInner .headerSearch > form > div > input::-ms-input-placeholder {
  /* Others */
  color: #707070;
}

.starwars-header .strHeader > .headerInner .headerSearch > form > div > input::placeholder {
  /* Others */
  color: #707070;
}

@media (max-width: 800px) {
  .starwars-header .strHeader > .headerInner {
    margin-bottom: 0;
  }

  .starwars-header .headerSearch {
    display: block !important;
    margin-left: 10px;
    margin-top: 10px;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch {
    width: auto !important;
  }
}

@media (max-width: 480px) {
  .starwars-header .strHeader > .headerInner {
    min-height: 54px;
  }

  .starwars-header .headerSearch {
    background: #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block !important;
    left: auto;
    margin-top: 0;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 9px;
    position: absolute;
    right: 110%;
    right: calc(100%+10px);
    top: 0;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
    width: 100%;
  }

  .starwars-header .headerSearch > form {
    padding-left: 3%;
    padding-right: 14%;
  }

  .starwars-header .headerSearch > form > div:before {
    display: none;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch {
    background-color: #fff;
    border: none;
    display: block;
    padding-left: 13px !important;
    padding-left: 10px;
    width: 100% !important;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #959595;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #959595;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch::-moz-placeholder {
    /* Others */
    color: #959595;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch::-ms-input-placeholder {
    /* Others */
    color: #959595;
  }

  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch::placeholder {
    /* Others */
    color: #959595;
  }

  .starwars-header #headerSearchControl:checked + .headerSearch {
    left: auto;
    right: -10px;
  }

  .starwars-header .strHeader > .headerInner > .headerSearchSwitch {
    bottom: 0;
    display: block;
    height: 24px;
    left: 20px;
    margin: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 24px;
  }

  .starwars-header .strHeader > .headerInner > #headerSearchControl:checked + .headerSearch + .headerSearchSwitch {
    height: 21px;
    left: auto;
    right: 16px;
    top: 0;
    width: 21px;
  }

  .starwars-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label {
    height: 21px;
    width: 21px;
  }

  .starwars-header #headerSearchControl:checked + .headerSearch + .headerSearchSwitch > label:before {
    background: url(../image/starwars/icon_search_close.svg) no-repeat;
    background-position: 2px 2px;
    content: '';
  }

  .starwars-header .headerSearchSwitch > label {
    display: block;
    height: 24px;
    overflow: hidden;
  }

  .starwars-header .headerSearchSwitch > label:before {
    background: url(../image/starwars/icon_search.svg) no-repeat;
    content: '';
  }
}

/* -----------------------------------------------
global navigation
----------------------------------------------- */
.starwars-header {
  background-color: #000;
  -webkit-box-shadow: 0 5px 10px -10px #000;
  box-shadow: 0 5px 10px -10px #000;
  width: 100%;
}

@media (max-width: 800px) {
  .starwars-header {
    position: fixed;
    top: 0;
    -webkit-transition: top .3s;
    transition: top .3s;
    z-index: 2;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationSlide {
    overflow-y: hidden;
  }

  .starwars-globalNavigationSlide::-webkit-scrollbar {
    display: none;
    height: 0 !important;
  }
}

.starwars-globalNavigationInner::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

@media (min-width: 801px) {
  .starwars-globalNavigationInner {
    margin: 0 auto;
    max-width: 900px;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationInner {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow-x: scroll;
    scrollbar-width: none;
    white-space: nowrap;
    width: 100%;
  }
}

.starwars-globalNavigationList {
  align-items: center;
  -webkit-box-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
}

.starwars-globalNavigationList::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}

@media (max-width: 800px) {
  .starwars-globalNavigationList {
    display: table;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    width: 396px;
  }
}

.starwars-globalNavigationItem {
  border-right: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media (min-width: 801px) {
  .starwars-globalNavigationItem {
    height: 64px;
    min-width: 150px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem {
    display: table-cell;
    height: 36px;
    min-width: 67px;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem--game .starwars-globalNavigationItem__link {
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem--character .starwars-globalNavigationItem__link {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.starwars-globalNavigationItem__link {
  display: block;
  height: 100%;
  padding: 0 15px;
  position: relative;
}

.starwars-globalNavigationItem__link:hover {
  text-decoration: none;
}

@media (min-width: 801px) {
  .starwars-globalNavigationItem__link:hover::after {
    background-color: #2c68bd;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

.starwars-globalNavigationItem__link:hover .starwars-globalNavigationItem__label {
  color: #fff;
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem__link {
    align-items: center;
    -webkit-box-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    padding: 0 7px;
  }
}

.starwars-globalNavigationItem--current .starwars-globalNavigationItem__link::after {
  background-color: #2c68bd;
  bottom: 0;
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 801px) {
  .starwars-globalNavigationItem--current .starwars-globalNavigationItem__link::after {
    height: 3px;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem--current .starwars-globalNavigationItem__link::after {
    height: 2px;
  }
}

.starwars-globalNavigationItem--current .starwars-globalNavigationItem__label {
  color: #fff;
}

.starwars-globalNavigationItem__image {
  display: block;
  height: auto;
  margin: 0 auto;
  text-align: center;
  width: 40px;
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem__image {
    display: none;
  }
}

.starwars-globalNavigationItem__label {
  color: #7e7f7e;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem__label {
    font-size: 10px;
    letter-spacing: -0.1em;
  }
}

/* -----------------------------------------------
fixed余白調整
----------------------------------------------- */
.starwars-adjustMargin {
  margin-top: 20px;
}

@media (max-width: 800px) {
  .starwars-adjustMargin {
    margin-top: 100px;
  }
}
