@charset "UTF-8";
/* ===============================================
breakpoint
=============================================== */
/* ===============================================
common / character component
=============================================== */
.cmp-character {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  min-height: 143px;
  position: relative;
}

@media (max-width: 800px) {
  .cmp-character {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .cmp-character {
    min-height: auto;
  }
}

.cmp-characterSlide {
  position: relative;
}

.cmp-characterSlide__inner {
  margin: 0 auto;
  max-width: 1080px;
  overflow: hidden;
  padding-top: 12px;
}

@media (max-width: 800px) {
  .cmp-characterSlide__inner {
    overflow-x: scroll;
    padding-top: 0;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .cmp-characterSlide__inner::-webkit-scrollbar {
    display: none;
    height: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
  }
}

.cmp-characterList {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 800px) {
  .cmp-characterList {
    display: table;
    padding-bottom: 20px;
  }
}

.cmp-characterListItem {
  width: 12.5%;
}

@media (max-width: 800px) {
  .cmp-characterListItem {
    width: 68px;
    padding: 0 4px;
    display: table-cell;
  }
  .cmp-slide .cmp-characterListItem {
    display: block;
  }
  .cmp-characterListItem:last-child {
    padding-right: 17px;
  }
}

@media (max-width: 480px) {
  .cmp-characterListItem {
    width: 3.33333%;
  }
}

.cmp-characterListItem__link {
  display: block;
  height: 100%;
  min-height: 142px;
  outline: none;
  text-align: center;
  padding: 0 8px;
  width: 100%;
}

.cmp-characterListItem__link:hover {
  text-decoration: none;
}

@media (min-width: 801px) {
  .cmp-characterListItem__link:hover {
    margin-top: -10px;
  }
  .cmp-characterListItem__link:hover .cmp-characterListItem__thumbnail {
    border-color: #e2e9ed;
    max-width: 128px;
  }
  .cmp-characterListItem__link:hover .cmp-characterListItem__label {
    font-size: 15px;
    color: #0093d0;
  }
}

@media (max-width: 800px) {
  .cmp-characterListItem__link {
    padding: 0;
    min-height: auto;
  }
}

.cmp-characterListItem__thumbnail {
  max-width: 110px;
  margin-bottom: 6px;
  display: inline-block;
  border: 8px solid #fff;
  border-radius: 100%;
}

@media (max-width: 800px) {
  .cmp-characterListItem__thumbnail {
    width: 68px;
    margin-bottom: 7px;
    border: none;
  }
}

.cmp-characterListItem__thumbnail > img {
  width: 100%;
  border-radius: 100%;
  border: 1px solid #e2e9ed;
  height: auto;
}

.cmp-characterListItem__label {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  color: #888;
}

@media (max-width: 800px) {
  .cmp-characterListItem__label {
    font-size: 10px;
    letter-spacing: -0.05em;
    width: 100%;
  }
}

.cmp-navCharacter {
  padding: 0 60px;
}

@media (max-width: 480px) {
  .cmp-navCharacter {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}

.cmp-navCharacter .cmp-slideWrap {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .cmp-navCharacter .cmp-slideWrap {
    overflow: auto;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cmp-navCharacter .cmp-slideWrap {
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    padding-bottom: 10px;
    height: 120px;
  }
}

.cmp-navCharacter .cmp-slide {
  line-height: 1.5;
  position: relative;
  left: 0;
  padding: 0;
  -webkit-transition: left .5s;
  transition: left .5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 800px) {
  .cmp-navCharacter .cmp-slide {
    padding-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .cmp-navCharacter .cmp-slide {
    width: auto;
  }
}

.cmp-navCharacter.slideNone .cmp-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 480px) {
  .cmp-navCharacter.slideNone .cmp-slide {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.cmp-navCharacter .cmp-characterListItem {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
  width: 12.5%;
}

@media (max-width: 800px) {
  .cmp-navCharacter .cmp-characterListItem {
    width: 25%;
  }
}

@media (max-width: 480px) {
  .cmp-navCharacter .cmp-characterListItem {
    float: none;
  }
}

.cmp-navCharacter .cmp-characterListItem__link {
  font-weight: bold;
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
}

.cmp-characterList,
.cmp-characterSlide__inner,
.cmp-slideWrap,
.cmp-slide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cmp-characterList::-webkit-scrollbar,
.cmp-characterSlide__inner::-webkit-scrollbar,
.cmp-slideWrap::-webkit-scrollbar,
.cmp-slide::-webkit-scrollbar {
  display: none;
  height: 0 !important;
  -webkit-appearance: none;
}

.cmp-navCharacter > .cmp-characterController {
  width: 100%;
}

@media (max-width: 480px) {
  .cmp-navCharacter > .cmp-characterController {
    display: none;
  }
}

.cmp-navCharacter > .cmp-characterController > li > a {
  border-radius: 60px;
  height: 60px;
  text-align: center;
  width: 60px;
}

.cmp-navCharacter > .cmp-characterController > li > a::before {
  background-image: url(../../../clientlibs/component/image/common/sprite.png);
}

@media (max-width: 800px) {
  .cmp-navCharacter > .cmp-characterController > li > a::before {
    background-size: 308px 296px;
  }
}

.cmp-navCharacter > .cmp-characterController > .cmp-characterController__item {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.cmp-characterController > .cmp-characterController__item--prev > a::before {
  background-position: -478px -551px;
}

@media (max-width: 800px) {
  .cmp-characterController > .cmp-characterController__item--prev > a::before {
    background-position: -254px -93px;
  }
}

@media (max-width: 800px) {
  .cmp-characterController > .cmp-characterController__item--next > a::before {
    background-position: -254px -75px;
  }
}

.cmp-navCharacter > .cmp-characterController > .cmp-characterController__item--next {
  right: 0;
}

.cmp-navCharacter > .cmp-characterController > .cmp-characterController__item--prev {
  left: 0;
}

.cmp-characterSlide > .cmp-navController__item {
  position: absolute;
  top: 0;
  left: 0;
}

.cmp-characterSlide > .cmp-navController__item.isInvalid {
  display: list-item;
  opacity: .3;
}

.cmp-navController__item.isInvalid a,
ul.navController1 > li.isInvalid a {
  cursor: default !important;
}

.cmp-characterSlide > .cmp-navController__item > a {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  text-align: center;
}

@media (max-width: 800px) {
  .cmp-navController__item--prev .cmp-navController__link:before {
    top: 50%;
    left: 25%;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    margin-left: -6px;
    background-position: -10px -8px;
    background-size: 19px 22px;
  }
}

.cmp-characterLink {
  text-align: right;
}

@media (min-width: 801px) {
  .cmp-characterLink {
    margin-right: 60px;
    margin-top: 44px;
  }
}

@media (max-width: 800px) {
  .cmp-characterLink {
    font-size: 11px;
    margin-right: 0;
    margin-top: 13px;
  }
}

.cmp-characterLink__item {
  display: inline-block;
  color: #0088ca;
  font-size: 14px;
}

.cmp-characterLink__item::before {
  content: '';
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../image/common/icon_arrow_blue.png);
  position: relative;
  top: 5px;
  right: 6px;
}

.cmp-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  padding: 20px 80px;
  background: url(../../../clientlibs/component/image/common/modal-bg.png) repeat center center;
}

@media (max-width: 800px) {
  .cmp-modal {
    padding: 10px;
  }
}

.cmp-modal__inner {
  background-color: #fff;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

#myStatus.is-showModal .cmp-modal {
  background: none;
  background-color: rgba(0, 0, 0, 0.5);
}

#myStatus.is-showModal .strWrapper {
  position: inherit;
}

.cmp-slideListWrap {
  overflow: hidden;
  width: 100%;
}

.cmp-slideList {
  position: relative;
  left: 0;
  width: 40000%;
  -webkit-transition: left .5s;
  transition: left .5s;
}

.cmp-slideList::before {
  content: '';
  display: table;
}

.cmp-slideList::after {
  clear: both;
  content: '';
  display: block;
}

.cmp-slideList__item {
  display: inline-block;
  float: left;
  height: 100%;
  position: relative;
  width: .25%;
}

.cmp-characterColumn.typeCol2.typeCharacter > .cmp-modalColumn {
  padding: 40px;
}

.cmp-characterColumn.typeCol2 > .cmp-modalColumn {
  width: 50%;
  padding: 0 20px;
}

@media (max-width: 800px) {
  .cmp-characterColumn.typeCol2 > .cmp-modalColumn {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
}

.cmp-modalColumnImg {
  margin-bottom: 0;
}

.cmp-imageCharacter {
  position: inherit;
}

.cmp-modalContents.is-opacity {
  opacity: 0;
  visibility: hidden;
}

.cmp-modalColumnHeadding > *:last-child,
.cmp-modalContents > *:last-child {
  margin-bottom: 0;
}

.cmp-modalColumn {
  width: 100%;
  margin-bottom: 30px;
}

.cmp-modalColumn::after {
  clear: both;
  content: '';
  display: block;
}

@media (max-width: 800px) {
  .cmp-modalColumn {
    margin-bottom: 0;
  }
}

.cmp-modalColumn.typeCol2 {
  width: 100%;
  margin-right: -20px;
  margin-left: -20px;
}

.cmp-modalColumn.typeCol2.typeCharacter {
  margin: 0;
}

.cmp-modalColumnHeadding {
  float: left;
  padding: 40px;
  width: 50%;
}

@media (max-width: 800px) {
  .cmp-modalColumnHeadding {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 40px;
  }
}

.cmp-modalColumnImg {
  float: left;
  margin: 0;
  padding: 0;
  width: 50%;
}

.cmp-modalColumnImg > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .cmp-modalColumnImg {
    float: none;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}

.cmp-modalColumn.typeCol2.typeCharacter > .cmp-modalColumn.cmp-modalColumnImg {
  padding: 0;
}

.cmp-modalColumnHeadding__title {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 18px;
}

.cmp-modalColumnHeadding__title:first-child {
  margin-top: 0;
}

@media (max-width: 800px) {
  .cmp-modalColumnHeadding__title {
    font-size: 2.2rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 800px) {
  .cmp-modalColumnHeadding__sub {
    font-size: 1.5rem;
  }
}

.cmp-modalColumnHeadding > *:last-child {
  margin-bottom: 0 !important;
}

.cmp-modalColumnImg_item {
  width: 100%;
  height: auto;
}

.cmp-navController {
  font-size: 1rem;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 100%;
}

.cmp-navController__item {
  display: inline-block;
  margin-left: 3px;
  position: relative;
}

.cmp-navController__item.isInvalid {
  display: none;
}

.cmp-navController__item--next {
  float: right;
  margin: 0 5px 0 0;
}

.cmp-navController__item--prev {
  float: left;
  margin: 0 0 0 5px;
}

.cmp-navController__item--prev a::before {
  top: 50%;
  left: 25%;
  width: 9px;
  height: 14px;
  margin-top: -7px;
  margin-left: -6px;
  background-position: -10px 0;
}

.cmp-navController .cmp-navController__link span {
  position: relative;
  z-index: -1;
  top: -2em;
}

.cmp-navController .cmp-navController__link::before {
  background-image: url(../../../clientlibs/component/image/common/carousel_sprite.png) !important;
  position: absolute;
  display: inline-block;
  content: '';
}

.cmp-navController .cmp-navController__link::after {
  position: absolute;
  right: 0;
  top: 25%;
  display: block;
  width: 50%;
  height: 50%;
  border-radius: 100%;
  background-color: #000;
  background-color: rgba(85, 85, 85, 0.7);
  content: '';
}

#myStatus.is-showModal .cmp-btnClose {
  position: absolute;
  top: 0;
  right: -60px;
  display: inline-block;
}

.cmp-btnClose > a {
  display: block;
  outline: none;
  overflow: hidden;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: #0093d0;
  position: relative;
}

.cmp-btnClose > a:before {
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  background-position: -593px -66px;
}

.cmp-btnClose > a > span {
  position: relative;
  z-index: -1;
}

.cmp-btnClose a:before {
  background-position: -593px -66px;
  background-image: url(../../../clientlibs/component/image/common/sprite.png);
  content: '';
  display: inline-block;
  left: 50%;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  position: absolute;
  top: 50%;
  width: 15px;
}

@media (max-width: 800px) {
  #myStatus.is-showModal .cmp-modal > .cmp-modal__inner > .cmp-btnClose {
    top: -40px;
    right: 0;
  }
  #myStatus.is-showModal .cmp-modal > .cmp-modal__inner > .cmp-btnClose > a {
    width: 40px;
    height: 40px;
  }
  #myStatus.is-showModal .cmp-modal > .cmp-modal__inner > .cmp-btnClose > a:before {
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -6px;
    background-position: -474px -53px;
    background-size: 492px 474px;
  }
  .cmp-modalColumn.typeCol2 {
    margin-right: 0;
    margin-left: 0;
  }
  .cmp-modalColumn.typeCol2 > .cmp-modalColumnHeadding *:last-child {
    margin-bottom: 0;
  }
}

/* ===============================================
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;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 39px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cmp-productionList::-webkit-scrollbar {
    display: none;
    -webkit-appearance: 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 {
    min-height: 498px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
    white-space: normal;
    width: 300px;
  }
  .cmp-productionItem:last-child {
    padding-right: 39px;
    width: 339px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 339px;
            flex: 0 0 339px;
  }
}

.cmp-productionItem__inner {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  background-color: #fff;
  position: relative;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cmp-productionItem__thumbnail {
  position: relative;
  min-height: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.cmp-productionItem__thumbnail > img {
  display: block;
  width: 100%;
}

.cmp-productionContents {
  padding: 24px 32px 18px;
  background-color: #fff;
  min-height: 180px;
  font-size: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cmp-productionLink__item {
  display: block;
  color: #0093d0;
  position: relative;
  padding-left: 25px;
}

.cmp-productionLink__item:not(:last-child) {
  margin-bottom: 9px;
}

.cmp-productionLink__item::before {
  content: '';
  width: 20px;
  height: 20px;
  display: block;
  background-color: #0093d0;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cmp-productionLink__item::after {
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: '';
  height: 5px;
  left: 5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
  top: 7px;
}

/* ===============================================
common / news top component
※ 800px横幅のデザインがないので、360px幅でのデザイン値に掛け算して算出
=============================================== */
.cmp-newsTop {
  width: 1200px;
  margin: 0 auto 60px;
  background-color: #fff;
}

@media (max-width: 800px) {
  .cmp-newsTop {
    width: 760px;
    margin: 0 auto calc((800/360) * 20px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTop {
    width: 460px;
    margin: 0 auto calc((480/360) * 20px);
  }
}

@media (min-width: 801px) {
  .cmp-newsTopList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7px;
  }
}

.cmp-newsTopItem {
  width: 590px;
  border: 1px solid #dcdcdc;
  margin-bottom: 16px;
  overflow-y: hidden;
}

@media (max-width: 800px) {
  .cmp-newsTopItem {
    width: 100%;
    height: calc((800/360) * 100px);
    margin-bottom: calc((800/360) * 4px);
  }
  .cmp-newsTopItem:last-child {
    margin-bottom: calc((800/360) * 14px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopItem {
    width: 100%;
    height: calc((480/360) * 100px);
    margin-bottom: calc((480/360) * 4px);
  }
  .cmp-newsTopItem:last-child {
    margin-bottom: calc((480/360) * 14px);
  }
}

.cmp-newsTopItem__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .cmp-newsTopItem__link {
    height: calc((800/360) * 100px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopItem__link {
    height: calc((480/360) * 100px);
  }
}

.cmp-newsTopItem__link:hover {
  text-decoration: none;
}

.cmp-newsTopThumbnail {
  position: relative;
  background-color: #fff;
  width: 210px;
  height: 140px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 800px) {
  .cmp-newsTopThumbnail {
    width: calc((800/360) * 150px);
    height: calc((800/360) * 100px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((800/360) * 150px);
            flex: 0 0 calc((800/360) * 150px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopThumbnail {
    width: calc((480/360) * 150px);
    height: calc((480/360) * 100px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((480/360) * 150px);
            flex: 0 0 calc((480/360) * 150px);
  }
}

.cmp-newsTopThumbnail__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cmp-newsTopMain {
  padding: 20px 20px 8px 24px;
  width: 100%;
}

@media (max-width: 800px) {
  .cmp-newsTopMain {
    padding: calc((800/360) * 9px) calc((800/360) * 10px) calc((800/360) * 7px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopMain {
    padding: calc((480/360) * 9px) calc((480/360) * 10px) calc((480/360) * 7px);
  }
}

.cmp-newsTopMain__lead {
  font-size: 18px;
  color: #383838;
  margin-bottom: 20px;
  height: 54px;
  overflow-y: hidden;
}

.cmp-newsTopMain__lead:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .cmp-newsTopMain__lead {
    font-size: calc((800/360) * 12px);
    line-height: 1.4;
    height: calc((800/360) * 48px);
    margin-bottom: calc((800/360) * 13px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopMain__lead {
    font-size: calc((480/360) * 12px);
    line-height: 1.4;
    height: calc((480/360) * 48px);
    margin-bottom: calc((480/360) * 13px);
  }
}

.cmp-newsTopSub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.cmp-newsTopSub__date {
  font-size: 15px;
  color: #7b7b7b;
}

@media (max-width: 800px) {
  .cmp-newsTopSub__date {
    font-size: calc((800/360) * 11px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopSub__date {
    font-size: calc((480/360) * 11px);
  }
}

.cmp-newsTopLink {
  text-align: right;
  padding-right: 5px;
}

@media (max-width: 800px) {
  .cmp-newsTopLink {
    padding-right: 0;
  }
}

.cmp-newsTopLink__text {
  color: #0088ca;
  text-align: right;
  position: relative;
  padding-left: 25px;
}

@media (max-width: 800px) {
  .cmp-newsTopLink__text {
    font-size: calc((800/360) * 11px);
    font-weight: bold;
    padding-left: calc((800/360) * 25px);
    padding-top: 4px;
  }
}

@media (max-width: 480px) {
  .cmp-newsTopLink__text {
    font-size: calc((480/360) * 11px);
    font-weight: bold;
    padding-left: calc((480/360) * 25px);
    padding-top: 4px;
  }
}

.cmp-newsTopLink__text::before {
  background-color: #0093d0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

@media (max-width: 800px) {
  .cmp-newsTopLink__text::before {
    height: calc((800/360) * 20px);
    width: calc((800/360) * 20px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopLink__text::before {
    height: calc((480/360) * 20px);
    width: calc((480/360) * 20px);
  }
}

.cmp-newsTopLink__text::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;
}

@media (max-width: 800px) {
  .cmp-newsTopLink__text::after {
    left: calc((800/360) * 6px);
    top: calc((800/360) * 7px);
    height: calc((800/360) * 5px);
    width: calc((800/360) * 5px);
  }
}

@media (max-width: 480px) {
  .cmp-newsTopLink__text::after {
    left: calc((480/360) * 6px);
    top: calc((480/360) * 7px);
    height: calc((480/360) * 5px);
    width: calc((480/360) * 5px);
  }
}

/* ===============================================
common / news list component（既存のCSSを活かしつつ調整）
=============================================== */
@media (max-width: 800px) {
  .cmp-newsList .navi_vertical_par {
    width: auto;
    padding-top: 1px;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .cmp-newsList .navi_vertical_par > .archive_news_list {
    width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .cmp-newsList .navi_vertical_par > .archive_news_list {
    width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .cmp-newsList .strMain .pagination + .cmpNews > .newsWrap {
    border: none;
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item {
  background-color: #fff;
}

@media (max-width: 800px) {
  .cmp-newsList .nCmpNews1 > .nNewsWrap2 {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .cmp-newsList .nCmpNews1 > .nNewsWrap2 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cmp-newsList .nCmpNews1 > .nNewsWrap2 {
    border: none;
  }
}

@media screen and (max-width: 600px) {
  .cmp-newsList .strMain .cmpNews > .newsWrap > ul.item > li:nth-of-type(1) > a {
    border: 1px solid #dcdcdc;
  }
}

@media (min-width: 801px) {
  .cmp-newsList .pagination_top {
    display: none;
  }
}

.cmp-newsList.strContents {
  border: none;
}

.cmp-newsList .navLocalSide {
  border: 1px solid gainsboro;
}

@media (min-width: 801px) {
  .cmp-newsList .navLocalSide {
    margin-right: 15px;
    width: 300px;
  }
}

.cmp-newsList .navLocalSide > ul > li:last-child {
  border-bottom: none;
}

.cmp-newsList.strContents > .strMain {
  border: none;
}

.cmp-newsList.strContents > .strNewsWrapper {
  padding: 0;
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li:not(:last-child) {
    margin-bottom: calc((800/360) * 4px);
  }
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li:not(:last-child) {
    margin-bottom: calc((480/360) * 4px);
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  text-decoration: none;
  height: auto;
  min-height: 142px;
  padding: 16px 25px 0 234px !important;
}

@media (max-width: 800px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a {
    padding: 0 calc((800/360) * 10px) 0 calc((800/360) * 160px) !important;
    min-height: calc((800/360) * 101px);
  }
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a {
    padding: 0 calc((480/360) * 10px) 0 calc((480/360) * 160px) !important;
    min-height: calc((480/360) * 101px);
  }
}

@media (min-width: 801px) {
  .cmp-newsList .strMain .cmpNews > .newsWrap > ul.item > li > a {
    margin-right: 0;
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .lead {
  min-height: 73px;
  font-size: 16px !important;
  line-height: 1.6;
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .lead {
    font-size: calc((800/360) * 12px) !important;
    min-height: calc((800/360) * 58px);
    padding-top: calc((800/360) * 9px);
    margin-bottom: calc((800/360) * 16px);
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .lead {
    font-size: calc((480/360) * 12px) !important;
    min-height: calc((480/360) * 58px);
    padding-top: calc((480/360) * 9px);
    margin-bottom: calc((480/360) * 16px);
    line-height: 1.4;
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .date {
  display: block !important;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 15px;
  color: #7b7b7b;
}

@media (max-width: 800px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .date {
    font-size: calc((800/360) * 11px);
    margin-bottom: calc((800/360) * 12px);
  }
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .date {
    font-size: calc((480/360) * 11px);
    margin-bottom: calc((480/360) * 12px);
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .date > span {
  color: #7b7b7b;
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .date > span {
    background-color: #fff;
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a:before {
  background-image: none !important;
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .thumb {
  position: absolute;
  top: 0;
  left: 0;
  height: 140px;
  width: 210px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 800px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .thumb {
    height: calc((800/360) * 100px - 1px);
    width: calc((800/360) * 150px);
  }
}

@media (max-width: 480px) {
  .cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .thumb {
    height: calc((480/360) * 100px - 1px);
    width: calc((480/360) * 150px);
  }
}

.cmp-newsList .cmpNews > .newsWrap > ul.item > li > a > .thumb img {
  margin-left: 0;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.cmp-newsList .strMain.nStrMain1 .pagination {
  padding: 28px 4px 20px 3px;
}

@media (max-width: 800px) {
  .cmp-newsList .strMain.nStrMain1 .pagination {
    padding: calc((800/360) * 18px) calc((800/360) * 3px) calc((800/360) * 19px) calc((800/360) * 3px);
  }
}

@media (max-width: 480px) {
  .cmp-newsList .strMain.nStrMain1 .pagination {
    padding: calc((480/360) * 18px) calc((480/360) * 3px) calc((480/360) * 19px) calc((480/360) * 3px);
    border: none;
  }
}

.cmp-newsList .pagination > ul > li.isInvalid span {
  color: #b2b2b2;
}

.cmp-newsList .pagination > ul > li.prev > a, .cmp-newsList .pagination > ul > li.next > a {
  color: #0088ca;
}

@media (max-width: 800px) {
  .cmp-newsList .pagination > ul > li.prev > a::before, .cmp-newsList .pagination > ul > li.next > a::before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-radius: 0;
    background-color: #0093d0;
  }
}

@media (max-width: 800px) {
  .cmp-newsList .pagination > ul > li.next > a {
    padding-right: 0;
  }
}

@media (max-width: 800px) {
  .cmp-newsList .strMain.nStrMain1 .pagination .is-pc {
    display: none;
  }
}

@media (max-width: 800px) {
  .cmp-newsList .pagination > ul > li {
    font-size: calc((800/360) * 16px) !important;
    line-height: 1;
  }
}

@media (max-width: 480px) {
  .cmp-newsList .pagination > ul > li {
    font-size: calc((480/360) * 16px) !important;
    line-height: 1;
  }
}

@media (min-width: 801px) {
  .cmp-newsList .strMain.nStrMain1 .pagination .is-sp {
    display: none;
  }
}

/* ===============================================
common / module
=============================================== */
.m-scaleInner {
  width: 1200px;
  padding-top: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .m-scaleInner {
    width: auto;
  }
}

/* ===============================================
common / movie component
=============================================== */
.cmp-movieWrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.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 {
  position: relative;
  overflow: hidden;
}

.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 10px 10px;
}

.cmp-movie .swiper-button-next,
.cmp-movie .swiper-button-prev {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  width: 30px;
}

.cmp-movie .swiper-button-next::before,
.cmp-movie .swiper-button-prev::before {
  border-top: 2px solid #fff;
  border-right: 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 {
  padding-top: 20px;
  padding-bottom: 50px;
  margin: 0 auto;
  max-width: 1292px;
  overflow: hidden;
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderItem {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px -3px #000;
          box-shadow: 0px 0px 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 110px;
  line-height: 1.5;
  margin-bottom: 0;
  overflow: hidden;
  padding: 15px 20px;
}

.disney-heroPanel .disney-heroPanelSliderInfo__img {
  margin-right: 18px;
  text-align: center;
  width: 130px;
}

.disney-heroPanel .disney-heroPanelSliderThumb {
  /*
    position: absolute;
    left: 50%;
    top: 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-heroPanelSliderInfo__text--full {
  width: 100%;
}

.disney-heroPanel .disney-heroPanelSliderInfo__text--full p {
  margin-bottom: 10px;
}

.disney-heroPanel .disney-heroPanelSliderInfo__text--full p:last-child {
  margin-bottom: 0;
}

.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-width: 320px;
    min-height: 344px;
    width: 96%;
  }
  .disney-heroPanel .disney-heroPanelSliderInfo__img {
    width: 98px;
  }
  .disney-heroPanel .disney-heroPanelSliderInfo__text {
    width: calc(100% - 118px);
  }
  .disney-heroPanel .disney-heroPanelSliderInfo__text--full {
    width: 100%;
  }
  .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 .disney-heroPanelSliderItem.swiper-slide-prev .swiper-slide-shadow-left,
.disney-heroPanel .disney-heroPanelSliderItem.swiper-slide-next .swiper-slide-shadow-right {
  opacity: 0.3 !important;
}

.disney-heroPanel .swiper-slide-active {
  z-index: 10 !important;
}

.disney-heroPanel .swiper-slide-next {
  z-index: 5 !important;
}

.disney-heroPanel .swiper-pagination {
  -webkit-transform: none;
          transform: none;
}

.disney-heroPanel .swiper-pagination-bullet {
  background: transparent;
  border: 4px solid rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.disney-heroPanel .swiper-pagination-bullet-active {
  border-color: #007aff;
}

/* ===============================================
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 {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.disney-floatingIcon__item + .disney-floatingIcon__item {
  margin-top: 5px;
}

.disney-floatingButton {
  background-color: #1865BE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 21px;
  color: #fff;
  font-size: 0;
  display: none;
  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-size: 9px;
  font-family: 'Helvetica Neue';
  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 {
  display: none;
  left: 0;
  bottom: 11px;
  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 {
  margin: 7px -4px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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--video {
  color: #5CB5DD;
}

.disney-floatingLink--video::before {
  background-image: url(../../../clientlibs/component/image/disney/icon_navigation_video.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-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  z-index: 25;
}

@media (max-width: 800px) {
  .disney-floatingCategoryModal.is-show {
    display: block;
    opacity: 1;
  }
}

.disney-floatingCategory {
  border: 2px solid #E3BB49;
  background-color: #fff;
  display: none;
  padding: 18px 14px 18px;
  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 {
  content: "";
  width: 56px;
  position: absolute;
  display: block;
  height: 56px;
  top: -16px;
  background-size: 44px;
  left: -18px;
}

.disney-floatingCategoryList {
  overflow-y: scroll;
  text-align: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.disney-floatingCategoryList::-webkit-scrollbar {
  display: none;
}

.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 {
  content: "";
  border-radius: 50%;
  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 {
  font-size: 11px;
  color: #1d1d1d;
  line-height: 1;
  margin-bottom: 0;
  white-space: normal;
}

/*
* 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--video {
  border-color: #5CB5DD;
  color: #5CB5DD;
}

.disney-floatingCategory--video .disney-floatingCategory__heading::before {
  background: url(../../../clientlibs/component/image/disney/icon_navigation_video.svg) no-repeat;
}

.disney-floatingCategory--video .disney-floatingCategoryList__item::before {
  background-color: #5CB5DD;
}

.disney-floatingCategory--video .disney-floatingCategoryList__item > a {
  color: #5CB5DD;
}

.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;
  }
}

.noScroll {
  overflow: hidden;
  height: 100%;
}

/* ===============================================
color
=============================================== */
/* ===============================================
disney / header component
=============================================== */
/* -----------------------------------------------
global navigation
----------------------------------------------- */
.disney-header {
  background-color: #fff;
}

@media (max-width: 800px) {
  .disney-header {
    padding-top: 70px;
    padding-bottom: 10px;
  }
}

.disney-header .strHeader {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.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-top: 12px;
  padding-bottom: 8px;
}

@media (min-width: 801px) {
  .disney-globalNavigation {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigation {
    border-top: 6px solid #1865be;
    padding-top: 5px;
    padding-bottom: 0;
    -webkit-transition: .3s;
    transition: .3s;
    width: 100%;
    position: fixed;
    z-index: 2;
    top: 0;
  }
  .disney-globalNavigation.is-hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.disney-globalNavigationSlide {
  margin: 0 auto;
}

@media (min-width: 801px) {
  .disney-globalNavigationSlide {
    max-width: 1336px;
  }
}

@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 {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 13px;
    width: 100%;
  }
}

.disney-globalNavigationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .disney-globalNavigationList {
    display: table;
    width: 756px;
  }
}

.disney-globalNavigationItem {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1336px) {
  .disney-globalNavigationItem {
    min-width: 76px;
  }
}

@media (min-width: 801px) {
  .disney-globalNavigationItem {
    -ms-flex-preferred-size: 117px;
        flex-basis: 117px;
    min-width: 57px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigationItem {
    display: table-cell;
  }
}

.disney-globalNavigationItem__inner {
  display: block;
  height: 100%;
  position: relative;
  padding: 2px 10px 5px;
  border-bottom: 3px solid transparent;
}

.disney-globalNavigationItem__inner:hover {
  text-decoration: none;
}

@media (max-width: 1336px) {
  .disney-globalNavigationItem__inner {
    padding: 2px 5px 5px;
  }
}

@media (max-width: 900px) {
  .disney-globalNavigationItem__inner {
    padding: 2px 0 5px;
  }
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__inner {
    padding: 0;
  }
}

.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:hover {
  background: #c9d8ea;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--home:hover {
    background: none;
    border-radius: 0;
  }
}

.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:hover {
  background: #efd1ca;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--shopping:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--shopping.is-active {
  background: #efd1ca;
  border-radius: 3px;
}

.disney-globalNavigationItem--shopping .balloon {
  border: 2px solid #F75D39;
  background-color: #fff;
}

.disney-globalNavigationItem--shopping .balloon__heading {
  color: #F75D39;
}

.disney-globalNavigationItem--shopping .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_shopping.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--shopping .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--shopping .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #F75D39;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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--video.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
  border-bottom: 3px solid #5CB5DD !important;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--video.disney-globalNavigationItem--current .disney-globalNavigationItem__inner {
    border-bottom: 2px solid #5CB5DD !important;
  }
}

.disney-globalNavigationItem--video .disney-globalNavigationItem__label {
  color: #5CB5DD;
}

.disney-globalNavigationItem--video:hover {
  background: #C1E0ED;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--video:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--video.is-active {
  background: #C1E0ED;
  border-radius: 3px;
}

.disney-globalNavigationItem--video .balloon {
  border: 2px solid #5CB5DD;
  background-color: #fff;
}

.disney-globalNavigationItem--video .balloon__heading {
  color: #5CB5DD;
}

.disney-globalNavigationItem--video .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_video.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--video .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--video .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #5CB5DD;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.disney-globalNavigationItem--video .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--video .balloonListItem__title {
  color: #5CB5DD;
}

.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:hover {
  background: #c8e5ce;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--movie:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--movie.is-active {
  background: #c8e5ce;
  border-radius: 3px;
}

.disney-globalNavigationItem--movie .balloon {
  border: 2px solid #4CB965;
  background-color: #fff;
}

.disney-globalNavigationItem--movie .balloon__heading {
  color: #4CB965;
}

.disney-globalNavigationItem--movie .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_movie.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--movie .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--movie .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #4CB965;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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:hover {
  background: #f4e9cc;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--tv:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--tv.is-active {
  background: #f4e9cc;
  border-radius: 3px;
}

.disney-globalNavigationItem--tv .balloon {
  border: 2px solid #E3BB49;
  background-color: #fff;
}

.disney-globalNavigationItem--tv .balloon__heading {
  color: #E3BB49;
}

.disney-globalNavigationItem--tv .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_tv.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--tv .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--tv .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #E3BB49;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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;
  letter-spacing: -0.1em;
}

.disney-globalNavigationItem--park:hover {
  background: #d8ddf0;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--park:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--park.is-active {
  background: #d8ddf0;
  border-radius: 3px;
}

.disney-globalNavigationItem--park .balloon {
  border: 2px solid #3B52AF;
  background-color: #fff;
}

.disney-globalNavigationItem--park .balloon__heading {
  color: #3B52AF;
}

.disney-globalNavigationItem--park .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_park.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--park .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--park .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #3B52AF;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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:hover {
  background: #c4e4eb;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--mobile:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--mobile.is-active {
  background: #c4e4eb;
  border-radius: 3px;
}

.disney-globalNavigationItem--mobile .balloon {
  border: 2px solid #6DB5C6;
  background-color: #fff;
}

.disney-globalNavigationItem--mobile .balloon__heading {
  color: #6DB5C6;
}

.disney-globalNavigationItem--mobile .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_mobile.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--mobile .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--mobile .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #6DB5C6;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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:hover {
  background: #c2e0da;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--music:hover {
    background: none;
    border-radius: 0;
  }
}

.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;
  letter-spacing: -0.1em;
}

.disney-globalNavigationItem--event:hover, .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:hover {
  background: #f0dcc5;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--game:hover {
    background: none;
    border-radius: 0;
  }
}

.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;
  letter-spacing: -0.1em;
}

.disney-globalNavigationItem--membership:hover {
  background: #ddcde2;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--membership:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--membership.is-active {
  background: #ddcde2;
  border-radius: 3px;
}

.disney-globalNavigationItem--membership .balloon {
  border: 2px solid #9553AA;
  background-color: #fff;
}

.disney-globalNavigationItem--membership .balloon__heading {
  color: #9553AA;
}

.disney-globalNavigationItem--membership .balloon__heading::before {
  content: "";
  width: 56px;
  position: absolute;
  background: url(../image/disney/icon_navigation_membership.svg) no-repeat;
  display: block;
  height: 56px;
  top: -11px;
  background-size: 44px;
  left: -18px;
}

.disney-globalNavigationItem--membership .balloonListItem {
  padding-left: 28px;
}

.disney-globalNavigationItem--membership .balloonListItem::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #9553AA;
  border-radius: 50%;
  display: block;
  left: 0;
  top: 2px;
}

.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:hover {
  background: #f8d1c7;
  border-radius: 3px;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem--kids:hover {
    background: none;
    border-radius: 0;
  }
}

.disney-globalNavigationItem--kids.is-active {
  background: #f8d1c7;
  border-radius: 3px;
}

.disney-globalNavigationItem__image {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__image {
    width: 38px;
  }
}

.disney-globalNavigationItem__label {
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: relative;
  width: 100%;
  line-height: 1;
  padding-bottom: 8px;
  word-break: break-all;
}

@media (max-width: 800px) {
  .disney-globalNavigationItem__label {
    font-size: 10px;
    width: 78px;
  }
}

/* -----------------------------------------------
balloon
----------------------------------------------- */
.balloon {
  display: none;
  position: absolute;
  top: 93px;
  width: 334px;
  padding: 18px 14px 4px;
  z-index: 25;
  left: 55%;
  right: 0;
  margin-left: -167px;
}

@media (max-width: 800px) {
  .balloon {
    left: 0;
    right: 0;
    margin: auto 13px;
    width: auto;
    top: 79px;
    position: fixed;
  }
}

.is-active .balloon {
  display: block;
  overflow: hidden;
}

.balloon__heading {
  font-size: 17px;
  margin-bottom: 19px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding-left: 28px;
}

.balloonList {
  text-align: left;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.balloonList::-webkit-scrollbar {
  display: none;
  height: 0;
  -webkit-appearance: none;
}

.balloonListItem {
  position: relative;
  margin-bottom: 21px;
}

.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;
  white-space: normal;
}

.balloonListItem__detail {
  font-size: 11px;
  color: #1d1d1d;
  line-height: 1;
  margin-bottom: 0;
  white-space: normal;
}

/* -----------------------------------------------
logo
----------------------------------------------- */
.disney-headerLogo {
  text-align: center;
  position: absolute;
  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-top: 13px;
  margin-left: 40px;
}

.disney-header .headerSearch > form > div:before {
  position: absolute;
  top: 44%;
  left: 11px;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  content: '';
  display: block;
  background: url(../image/disney/icon_search.svg) no-repeat;
}

.disney-header .headerSearch > form > div > input.inputSearch {
  height: 36px;
  font-size: 12px;
  border: 1px solid #ccc;
  padding-left: 37px;
  width: 266px;
  -webkit-appearance: none;
}

.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-top: 0;
    margin-left: 20px;
  }
}

@media (max-width: 480px) {
  .disney-header .strHeader > .headerInner .headerSearch > form > div > input.inputSearch {
    display: block;
    width: 100% !important;
    padding-left: 10px;
  }
  .disney-header .headerSearch {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    top: 0;
    left: auto;
    right: 110%;
    right: calc(100%+10px);
    display: block !important;
    width: 100%;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 10px;
    background: #e9edee;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }
  .disney-header .headerSearch > form {
    padding-right: 14%;
    padding-left: 3%;
  }
  .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 {
    right: -10px;
    left: auto;
  }
  .disney-header .strHeader > .headerInner > .headerSearchSwitch {
    position: absolute;
    top: 7px;
    bottom: 0;
    right: auto;
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    left: 22px;
  }
  .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;
    -webkit-transform: scale(1);
            transform: scale(1);
    content: '';
  }
  .disney-header .headerSearchSwitch > label {
    display: block;
    height: 24px;
    overflow: hidden;
  }
  .disney-header .headerSearchSwitch > label:before {
    background: url(../image/disney/icon_search.svg) no-repeat;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    content: '';
  }
}

/* -----------------------------------------------
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);
  padding-bottom: 24px;
  position: relative;
  overflow-x: hidden;
}

.marvelStarwars-heroPanelSlider {
  position: relative;
  margin-bottom: 11px;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelSlider {
    margin-bottom: 9px;
  }
}

.marvelStarwars-heroPanelItem {
  background-color: #151515;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.marvelStarwars-heroPanelItem:hover {
  text-decoration: none;
}

.marvelStarwars-heroPanelItem {
  position: relative;
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelItem__image {
    top: 0;
    left: 0;
    width: 100%;
    min-width: 801px;
    display: block;
  }
}

.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 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6.7%;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain {
    background-color: #151515;
    min-height: 145px;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__logo {
    width: 42%;
    margin-bottom: 8px;
    text-align: center;
  }
}

@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 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 1.3;
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 5px 8px 20px;
  }
}

.marvelStarwars-heroPanelMain__lead {
  color: #fff;
  font-size: 17px;
  margin-bottom: 0;
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain__lead {
    margin-top: 15px;
  }
}

@media (max-width: 800px) {
  .marvelStarwars-heroPanelMain__lead {
    font-size: 14px;
    padding: 0px 21px 12px;
  }
}

@media (min-width: 801px) {
  .marvelStarwars-heroPanelMain--center {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 504px;
  }
  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__logo {
    text-align: center;
  }
  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__title {
    text-align: center;
  }
  .marvelStarwars-heroPanelMain--center .marvelStarwars-heroPanelMain__lead {
    text-align: center;
    margin-bottom: 0;
  }
  .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 {
  border-radius: 0 !important;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #C6C6C6;
  margin: 0;
}

.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 {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.marvel-floatingIcon__item + .marvel-floatingIcon__item {
  margin-top: 4px;
}

.marvel-floatingButton {
  background-color: #000;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 4px -2px #000;
          box-shadow: 0px 1px 4px -2px #000;
  bottom: 21px;
  color: #fff;
  font-size: 0;
  display: none;
  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-size: 10px;
  font-family: 'Helvetica Neue';
  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 {
  display: none;
  left: 0;
  bottom: 11px;
  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 {
  text-align: center;
  position: absolute;
  width: 100%;
}

@media (min-width: 801px) {
  .marvel-headerLogo__title {
    padding-top: 23px;
    padding-bottom: 14px;
  }
}

@media (max-width: 800px) {
  .marvel-headerLogo__title {
    padding-top: 12px;
    padding-bottom: 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 {
  min-height: auto;
  padding-top: 0;
  margin-bottom: 22px;
}

@media (max-width: 800px) {
  .marvel-header .strHeader > .headerInner {
    min-height: 66px;
  }
}

.marvel-header .headerSearch {
  margin-top: 34px;
  margin-left: 34px;
}

.marvel-header .headerSearch > form > div:before {
  position: absolute;
  top: 44%;
  left: 11px;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  content: '';
  display: block;
  background: url(../image/marvel/icon_search.svg) no-repeat;
}

.marvel-header .strHeader .headerSearch > form > div > input.inputSearch {
  height: 36px;
  font-size: 12px;
  border: none;
  padding-left: 37px;
  width: 266px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #707070;
  -webkit-appearance: none;
}

.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-top: 12px;
    margin-left: 10px;
  }
  .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 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    top: 0;
    left: auto;
    right: 110%;
    right: calc(100%+10px);
    display: block !important;
    width: 100%;
    margin-top: 0;
    padding-top: 13px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 10px;
    background: #363636;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }
  .marvel-header .headerSearch > form {
    padding-right: 14%;
    padding-left: 3%;
  }
  .marvel-header .headerSearch > form > div:before {
    display: none;
  }
  .marvel-header .strHeader .headerSearch > form > div > input.inputSearch {
    border: none;
    padding-left: 13px !important;
    display: block;
    width: 100% !important;
    padding-left: 10px;
    background-color: #fff;
  }
  .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 {
    right: -10px;
    left: auto;
  }
  .marvel-header .strHeader > .headerInner > .headerSearchSwitch {
    position: absolute;
    top: 9px;
    bottom: 0;
    right: auto;
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    left: 21px;
  }
  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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 18px;
  }
  .marvel-globalNavigationItem__link:hover::after {
    background-color: #DC000C;
    content: '';
    display: inline-block;
    height: 3px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 801px) {
  .marvel-globalNavigationItem__link {
    padding: 18px 7px 18px;
  }
}

@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;
  content: '';
  display: inline-block;
  height: 3px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.marvel-globalNavigationItem__label {
  text-align: center;
  display: block;
  font-weight: bold;
  width: 100%;
  line-height: 1;
}

@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 {
  display: block;
  height: 2px;
  background-color: #fff;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.starwars-floatingIcon__item + .starwars-floatingIcon__item {
  margin-top: 4px;
}

.starwars-floatingButton {
  background-color: #000;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1px 4px -2px #000;
          box-shadow: 0px 1px 4px -2px #000;
  bottom: 22px;
  color: #fff;
  font-size: 0;
  display: none;
  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-size: 9px;
  font-family: 'Helvetica Neue';
  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 {
  display: none;
  left: 0;
  bottom: 11px;
  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 {
  margin: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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 {
  text-align: center;
  position: absolute;
  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 {
  min-height: 55px;
  padding-top: 0;
  margin-bottom: 22px;
}

.starwars-header .headerSearch {
  margin-top: 18px;
  margin-left: 34px;
}

.starwars-header .headerSearch > form > div:before {
  position: absolute;
  top: 44%;
  left: 11px;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  content: '';
  display: block;
  background: url(../image/starwars/icon_search.svg) no-repeat;
}

.starwars-header .strHeader .headerSearch > form > div > input.inputSearch {
  height: 36px;
  font-size: 12px;
  border: none;
  padding-left: 37px;
  width: 266px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #707070;
  -webkit-appearance: none;
}

.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-top: 10px;
    margin-left: 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 {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    top: 0;
    left: auto;
    right: 110%;
    right: calc(100%+10px);
    display: block !important;
    width: 100%;
    margin-top: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 10px;
    background: #363636;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: right .3s ease-out;
    transition: right .3s ease-out;
  }
  .starwars-header .headerSearch > form {
    padding-right: 14%;
    padding-left: 3%;
  }
  .starwars-header .headerSearch > form > div:before {
    display: none;
  }
  .starwars-header .strHeader .headerSearch > form > div > input.inputSearch {
    border: none;
    padding-left: 13px !important;
    display: block;
    width: 100% !important;
    padding-left: 10px;
    background-color: #fff;
  }
  .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 {
    right: -10px;
    left: auto;
  }
  .starwars-header .strHeader > .headerInner > .headerSearchSwitch {
    position: absolute;
    top: -1px;
    bottom: 0;
    right: auto;
    display: block;
    width: 24px;
    height: 24px;
    margin: auto;
    left: 20px;
  }
  .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;
  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 {
  display: none;
  -webkit-appearance: none;
}

@media (min-width: 801px) {
  .starwars-globalNavigationInner {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationInner {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
  }
}

.starwars-globalNavigationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.starwars-globalNavigationList::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

@media (max-width: 800px) {
  .starwars-globalNavigationList {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    display: table;
    scrollbar-width: none;
    width: 396px;
  }
}

.starwars-globalNavigationItem {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #000;
}

@media (min-width: 801px) {
  .starwars-globalNavigationItem {
    min-width: 150px;
    height: 64px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem {
    min-width: 67px;
    height: 36px;
    display: table-cell;
  }
}

@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%;
  position: relative;
  padding: 0 15px;
}

.starwars-globalNavigationItem__link:hover {
  text-decoration: none;
}

@media (min-width: 801px) {
  .starwars-globalNavigationItem__link:hover::after {
    background-color: #2c68bd;
    content: '';
    display: inline-block;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.starwars-globalNavigationItem__link:hover .starwars-globalNavigationItem__label {
  color: #fff;
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem__link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 7px 0 7px;
  }
}

.starwars-globalNavigationItem--current .starwars-globalNavigationItem__link::after {
  background-color: #2c68bd;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  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;
  text-align: center;
  margin: 0 auto;
  width: 40px;
}

@media (max-width: 800px) {
  .starwars-globalNavigationItem__image {
    display: none;
  }
}

.starwars-globalNavigationItem__label {
  color: #7E7F7E;
  text-align: center;
  font-size: 12px;
  display: block;
  font-weight: bold;
  position: relative;
  width: 100%;
  line-height: 1;
}

@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;
  }
}
