@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: WAKOROMAN;
  src: url(/itembox/item/disney100/WAKOROMAN.woff);
}
/* -----------------------------------------------------------------------------
GLOBAL
----------------------------------------------------------------------------- */
.fs-l-page {
  padding-top: 53px;
}
@media screen and (min-width: 991px) {
  .fs-l-page {
    padding-top: 120px;
  }
}

.fs-body-category-disney100 .fs-l-main {
  margin: 0 auto;
}
.fs-body-category-disney100 .fs-c-productList {
  display: none;
}
.fs-body-category-disney100 .fs-c-breadcrumb {
  display: none;
}
@media screen and (min-width: 991px) {
  .fs-body-category-disney100 .fs-c-breadcrumb {
    display: block;
  }
}

/* -----------------------------------------------------------------------------
COMMON
----------------------------------------------------------------------------- */
.linkbtn {
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 991px) {
  .linkbtn {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
.linkbtn a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  font-size: 14px;
  line-height: 36px;
}
@media screen and (min-width: 991px) {
  .linkbtn a {
    font-size: 16px;
    line-height: 80px;
  }
}

/* ==============================================
 ###　各メディア限定コンテンツメディアクエリ
=================================================*/
@media screen and (min-width: 991px) {
  .sp-only {
    display: none !important;
  }
}

.tab-only {
  display: none !important;
}
@media screen and (min-width: 991px) and (max-width: 1068px) {
  .tab-only {
    display: block !important;
  }
}

@media screen and (max-width: 1068px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (max-width: 990px) {
  .tab-desktop {
    display: none !important;
  }
}

.hide-content {
  display: none !important;
}

/* -----------------------------------------------------------------------------
HEADER
----------------------------------------------------------------------------- */
.l-header {
  height: 53px;
  border-bottom: none;
}
@media screen and (min-width: 991px) {
  .l-header {
    height: 120px;
    box-shadow: 0px 4px 8px 0px rgba(64, 64, 64, 0.1490196078);
  }
}

.l-header__inner {
  padding-top: 15px;
  height: 53px;
  box-sizing: border-box;
}
@media screen and (min-width: 991px) {
  .l-header__inner {
    height: 120px;
    padding-top: 40px;
    height: 120px;
  }
}

.p-hnav-btn--inner {
  top: 0;
}

.l-header__hnav {
  background: linear-gradient(180deg, #B6A0C3 0%, #C6A7B6 100%);
}

.l-header__logo {
  width: 33.8%;
}
@media screen and (min-width: 991px) {
  .l-header__logo {
    width: 360px;
    top: 41px;
  }
}

.gnavOnsp .p-hnav-btn--inner::before, .gnavOnsp .p-hnav-btn--inner::after {
  background-color: #000;
}

.headerOverlay {
  background-color: transparent;
}

/* -----------------------------------------------------------------------------
 SP DRAWER MENU
----------------------------------------------------------------------------- */
.nav_menu {
  padding: 80px 6% 0;
}
.nav_menu .link_all {
  padding-left: 10px;
  margin-bottom: 30px;
}
.nav_menu .link_all a {
  color: #fff;
  font-size: 12px;
}

.nav_menu_ttl {
  width: 42.6%;
  margin-bottom: 20px;
}

.nav_menu_list {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 30px 10px;
  margin-bottom: 20px;
}
.nav_menu_list li {
  margin-bottom: 24px;
}
.nav_menu_list li:last-of-type {
  margin-bottom: 0;
}
.nav_menu_list li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.c-navlink {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 8px 11px;
  background-color: #fff;
  border: 1px solid #555;
}

.c-navlink__en {
  font-family: WAKOROMAN, serif;
  font-size: 14px;
}

.c-navlink__en,
.c-navlink__ja {
  display: block;
  line-height: 1;
  text-align: center;
  color: #555;
}

.c-navlink__ja {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 500;
  font-family: Noto Serif JP, "游明朝", Yu Mincho, YuMincho, Hiragino Mincho ProN, serif;
}

/* -----------------------------------------------------------------------------
 mv
----------------------------------------------------------------------------- */
.mv_section {
  margin-bottom: 25px;
}
@media screen and (min-width: 991px) {
  .mv_section {
    margin-bottom: 157px;
  }
}
.mv_section .mv_img {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .mv_section .mv_img {
    margin-bottom: 80px;
  }
}
.mv_section .mv_info {
  padding: 0 5%;
}
@media screen and (min-width: 991px) {
  .mv_section .mv_info {
    padding: 0;
  }
}
.mv_section .mv_info .text {
  font-size: 12px;
}
@media screen and (min-width: 991px) {
  .mv_section .mv_info .text {
    font-size: 16px;
    text-align: center;
  }
}

/* -----------------------------------------------------------------------------
CATEGORY
----------------------------------------------------------------------------- */
.categroy_menu_section {
  margin: 0 5% 35px;
}
@media screen and (min-width: 991px) {
  .categroy_menu_section {
    margin: 0 0 150px;
  }
}
.categroy_menu_section .linkTx a {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  align-items: center;
  font-size: 10px;
}
@media screen and (min-width: 991px) {
  .categroy_menu_section .linkTx a {
    font-size: 14px;
  }
}
.categroy_menu_section .linkTx a::after {
  content: "";
  width: 10px;
  height: 8px;
  background-image: url(https://wako.itembox.design/item/disney100/img/icon/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
@media screen and (min-width: 991px) {
  .categroy_menu_section .linkTx a::after {
    width: 14px;
    height: 12px;
  }
}

.categroy_menu_ttl {
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
  margin-bottom: 30px;
}
@media screen and (min-width: 991px) {
  .categroy_menu_ttl {
    padding-bottom: 24px;
  }
}
.categroy_menu_ttl img {
  width: 28%;
}
@media screen and (min-width: 991px) {
  .categroy_menu_ttl img {
    width: 147px;
  }
}

.categroy_menu_list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
}
.categroy_menu_list li {
  width: 33%;
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .categroy_menu_list li {
    width: 16.6666666667%;
    font-size: 14px;
  }
}
.categroy_menu_list li a {
  display: block;
  position: relative;
}
.categroy_menu_list li span {
  display: block;
}
.categroy_menu_list li span.image {
  margin-bottom: 3px;
}
@media screen and (min-width: 991px) {
  .categroy_menu_list li span.image {
    margin-bottom: 5px;
  }
}
.categroy_menu_list li img {
  width: 60%;
}
.categroy_menu_list li.menu_Jewelry {
  position: relative;
}
.categroy_menu_list li.menu_Jewelry span {
  opacity: 0.3;
}
.categroy_menu_list li.menu_Jewelry span.releaseTx {
  opacity: 1;
  position: absolute;
  color: #F10909;
  top: 50%;
  left: 0;
  width: 100%;
  letter-spacing: normal;
}

/* -----------------------------------------------------------------------------
LINEUP
----------------------------------------------------------------------------- */
.lineup-section {
  margin-bottom: 60px;
  margin-top: 50px;
  padding-top: -50px;
}
@media screen and (min-width: 991px) {
  .lineup-section {
    margin-bottom: 130px;
    margin-top: 120px;
    padding-top: -120px;
  }
}
.lineup-section .lineup-section_image {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .lineup-section .lineup-section_image {
    margin-bottom: 66px;
  }
}
.lineup-section .section_ttl {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) {
  .lineup-section .section_ttl {
    margin-bottom: 92px;
  }
}
.lineup-section .product_item_list {
  margin-bottom: 55px;
  margin-left: 5%;
  margin-right: 5%;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
  }
}
.lineup-section .product_item_list .item {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item {
    margin-bottom: 110px;
    align-items: center;
  }
}
.lineup-section .product_item_list .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.lineup-section .product_item_list .item:last-of-type {
  margin-bottom: 0;
}
.lineup-section .product_item_list .item .image {
  width: 46%;
  margin-bottom: 0;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .image {
    width: 410px;
  }
}
.lineup-section .product_item_list .item .txBlock {
  width: 46%;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .txBlock {
    width: 475px;
  }
}
.lineup-section .product_item_list .item .productName {
  font-size: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .productName {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .productName_limited {
    font-size: 20px;
  }
}
.lineup-section .product_item_list .item .productPrice {
  font-size: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .productPrice {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.lineup-section .product_item_list .item .porductInfo {
  font-size: 10px;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .porductInfo {
    font-size: 14px;
  }
}
.lineup-section .product_item_list .item .porductInfo_tx {
  position: relative;
  height: auto;
  max-height: 50px;
  overflow: hidden;
  transition: max-height 1s;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .porductInfo_tx {
    max-height: -moz-max-content;
    max-height: max-content;
    overflow: auto;
  }
}
.lineup-section .product_item_list .item .porductInfo_tx::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .porductInfo_tx::after {
    display: none;
  }
}
.lineup-section .product_item_list .item .porductInfo_tx.open:after {
  z-index: -1;
  opacity: 0;
}
.lineup-section .product_item_list .item .porductInfo_more {
  text-decoration: underline;
  display: block;
  border: 0;
  cursor: pointer;
}
@media screen and (min-width: 991px) {
  .lineup-section .product_item_list .item .porductInfo_more {
    display: none;
  }
}
.lineup-section#clock-tower .section_ttl {
  width: 56.15%;
}
@media screen and (min-width: 991px) {
  .lineup-section#clock-tower .section_ttl {
    width: 581px;
  }
}
.lineup-section#fashion .section_ttl {
  width: 20.2%;
}
@media screen and (min-width: 991px) {
  .lineup-section#fashion .section_ttl {
    width: 210px;
  }
}
.lineup-section#interior .section_ttl {
  width: 20.76%;
}
@media screen and (min-width: 991px) {
  .lineup-section#interior .section_ttl {
    width: 210px;
  }
}

/* -----------------------------------------------------------------------------
Campaign EVENT
----------------------------------------------------------------------------- */
.content-section {
  margin-bottom: 60px;
  margin-top: 50px;
  padding-top: -50px;
}
@media screen and (min-width: 991px) {
  .content-section {
    margin-bottom: 150px;
    margin-top: 120px;
    padding-top: -120px;
  }
}
.content-section .section_ttl {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 991px) {
  .content-section .section_ttl {
    margin-bottom: 30px;
  }
}
.content-section .copy {
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}
.content-section .image {
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .content-section .image {
    margin-bottom: 66px;
  }
}
.content-section .text {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  font-size: 11px;
}
@media screen and (min-width: 991px) {
  .content-section .text {
    font-size: 16px;
    margin-bottom: 70px;
  }
}
.content-section#campaign .section_ttl {
  width: 28%;
}
@media screen and (min-width: 991px) {
  .content-section#campaign .section_ttl {
    width: 269px;
  }
}
@media screen and (min-width: 991px) {
  .content-section#campaign .image {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 991px) {
  .content-section#event {
    margin-bottom: 235px;
  }
}
.content-section#event .section_ttl {
  width: 18%;
}
@media screen and (min-width: 991px) {
  .content-section#event .section_ttl {
    width: 150px;
  }
}
.content-section .event-info {
  background: #ECECEC;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 35px;
  box-sizing: border-box;
  padding: 13px;
}
@media screen and (min-width: 991px) {
  .content-section .event-info {
    width: 805px;
    margin-bottom: 60px;
    padding: 45px 105px;
  }
}
.content-section .event-info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 991px) {
  .content-section .event-info dl:first-child {
    margin-bottom: 20px;
  }
}
.content-section .event-info dl dt {
  width: 3em;
  font-size: 11px;
}
@media screen and (min-width: 991px) {
  .content-section .event-info dl dt {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.content-section .event-info dl dd {
  font-size: 11px;
  text-align: center;
}
@media screen and (min-width: 991px) {
  .content-section .event-info dl dd {
    font-size: 16px;
  }
}
.content-section .event-info dl dd span {
  font-size: 10px;
  display: block;
}
@media screen and (min-width: 991px) {
  .content-section .event-info dl dd span {
    font-size: 14px;
  }
}

.element {
  opacity: 0;
  transform: translate(0, 100px);
  transition: opacity 1s, visibility 1s, transform 1s;
}

.element.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
}

.pagetop {
  position: fixed;
  bottom: 120px;
  right: 40px;
  width: 40px;
  height: auto;
}
.fs-body-category-disney100 .pagetop {
  bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .pagetop {
    right: 60px;
    bottom: 20px;
    width: 52px;
    height: 52px;
  }
}

/* -----------------------------------------------------------------------------
23-09 SP　固定フッタ
----------------------------------------------------------------------------- */
.disney_fixed_categroy_menu {
  background-color: #fff;
  display: block;
  transition: all 1s ease-out;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .disney_fixed_categroy_menu {
    display: none;
  }
}
.disney_fixed_categroy_menu .categroy_menu_list {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-bottom: 0;
  border-top: 1px solid #000;
  border-bottom: none;
}
.disney_fixed_categroy_menu .categroy_menu_list li {
  width: 25%;
}
.disney_fixed_categroy_menu .categroy_menu_list li a {
  display: block;
  padding: 5px;
}/*# sourceMappingURL=style.css.map */