@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
/* wrap */
/* adjust anchor */
.anc {
  margin-top: -0px;
  padding-top: 0px; }
  @media screen and (max-width: 768px) {
    .anc {
      margin-top: -0px;
      padding-top: 0px; } }

/* figure */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

/*	clearfix
---------------------------------*/
.cl:before, .cl:after {
  content: " ";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  *zoom: 1;
  display: block; }

.block_p {
  display: block; }
  @media screen and (max-width: 768px) {
    .block_p {
      display: none; } }

.block_s {
  display: none; }
  @media screen and (max-width: 768px) {
    .block_s {
      display: block; } }

.inline_p {
  display: inline; }
  @media screen and (max-width: 768px) {
    .inline_p {
      display: none; } }

.inline_s {
  display: none; }
  @media screen and (max-width: 768px) {
    .inline_s {
      display: inline; } }

.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }

.between {
  -webkit-justify-content: space-between;
  /* Safari etc. */
  -ms-justify-content: space-between;
  /* IE10        */
  justify-content: space-between; }

/* fadein */
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s; }

.inner {
  max-width: 1130px;
  margin: auto;
  position: relative;
  padding: 0 15px; }

.innerS {
  max-width: 1030px;
  margin: auto;
  position: relative;
  padding: 0 15px; }

.pan {
  max-width: 1030px;
  margin: auto;
  position: relative;
  padding: 0 15px;
  margin-top: 10px; }
  .pan__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
  .pan__li {
    box-sizing: border-box;
    color: #323232 !important;
    font-weight: 600 !important;
    font-size: 13px;
    position: relative;
    padding-right: 20px; }
    @media screen and (max-width: 768px) {
      .pan__li {
        font-size: 12px; } }
    .pan__li:before {
      content: ">";
      position: absolute;
      right: 5px;
      top: -2px; }
    .pan__li:last-of-type {
      padding-right: 0; }
      .pan__li:last-of-type:before {
        content: none; }
  .pan__link {
    color: #323232 !important; }

.disney {
  font-family: "Zen Kaku Gothic New";
  font-weight: 400;
  font-style: normal; }
  .disney .mv {
    margin-top: 61px; }
    @media screen and (max-width: 768px) {
      .disney .mv {
        margin-top: 0; } }
  .disney .disneyLead {
    margin: 50px 0 80px; }
    @media screen and (max-width: 768px) {
      .disney .disneyLead {
        margin: 30px 0 70px; } }
    .disney .disneyLead__inner {
      max-width: 1130px;
      margin: auto;
      position: relative;
      padding: 0 15px; }
    .disney .disneyLead__ttl {
      color: #004BCD;
      font-family: "Zen Old Mincho";
      font-size: 32px; }
      @media screen and (max-width: 768px) {
        .disney .disneyLead__ttl {
          font-size: 28px; } }
    .disney .disneyLead__txt {
      color: #001E70;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.8;
      margin: 30px 0 40px; }
      @media screen and (max-width: 768px) {
        .disney .disneyLead__txt {
          margin: 20px 0 30px;
          font-size: 15px;
          letter-spacing: 0;
          text-align: center; } }
    .disney .disneyLead__btnWrap {
      text-align: center; }
    @media screen and (max-width: 768px) {
      .disney .disneyLead__panel {
        margin-bottom: 20px; } }
    .disney .disneyLead__btn {
      font-weight: 600;
      color: #FFF;
      font-family: "Zen Old Mincho";
      font-size: 20px;
      background: #D4AA2A;
      max-width: 400px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 3px;
      margin: auto;
      height: 57px;
      align-items: center;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media screen and (max-width: 768px) {
        .disney .disneyLead__btn {
          font-size: 16px;
          letter-spacing: 0;
          height: 50px; } }
    .disney .disneyLead__btnInner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      background: #D4AA2A;
      box-shadow: inset 0 0 11px rgba(172, 130, 0, 0.5);
      height: 100%;
      position: relative;
      box-sizing: border-box;
      padding: 5px 40px 5px 15px; }
      @media screen and (max-width: 768px) {
        .disney .disneyLead__btnInner {
          justify-content: center; } }
    .disney .disneyLead__btnIcon {
      position: absolute;
      right: 20px;
      top: calc(50% - 4px); }
      .disney .disneyLead__btnIcon::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        width: 14px;
        height: 14px;
        border-left: 3px solid white;
        border-bottom: 3px solid white;
        transform: translate(-50%, -50%) rotate(-45deg); }
        @media screen and (max-width: 768px) {
          .disney .disneyLead__btnIcon::before {
            width: 10px;
            height: 10px;
            border-left: 2px solid white;
            border-bottom: 2px solid white; } }
  .disney .disneyMain {
    position: relative;
    background: url("../image/common/bg.png") center top no-repeat #134DC1;
    background-size: 1366px;
    padding-top: 150px; }
    @media screen and (min-width: 1366px) {
      .disney .disneyMain {
        background-size: cover; } }
    @media screen and (max-width: 768px) {
      .disney .disneyMain {
        /*background:url("../image/common/bg_sp.png") center top no-repeat #134DC1;*/
        background: transparent linear-gradient(180deg, #fff 0%, #004ED6 1%, #52BEF4 25%, #0F4AC0 37%, #009EF3 55%, #134DC1 100%) 0% 0% no-repeat padding-box;
        background-size: cover;
        padding-top: 80px; } }
    .disney .disneyMain:before, .disney .disneyMain:after {
      content: "";
      background: url("../image/common/bg_bubble_l.png") no-repeat;
      background-size: 333px;
      width: 333px;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }
      @media screen and (max-width: 768px) {
        .disney .disneyMain:before, .disney .disneyMain:after {
          background: url("../image/common/bg_bubble_l_sp.png") no-repeat;
          background-size: 73px;
          width: 73px;
          height: 100%; } }
    .disney .disneyMain:after {
      background: url("../image/common/bg_bubble_r.png") no-repeat;
      background-size: 333px;
      right: 0;
      left: auto;
      top: 0; }
      @media screen and (max-width: 768px) {
        .disney .disneyMain:after {
          background: url("../image/common/bg_bubble_r_sp.png") no-repeat;
          background-size: 73px;
          width: 73px;
          height: 100%; } }
  .disney .disneyMainCont {
    position: relative;
    z-index: 1; }
  .disney .disneyNo1__subTtl {
    color: #FFF !important;
    font-family: "Zen Old Mincho" !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important; }
    @media screen and (max-width: 900px) {
      .disney .disneyNo1__subTtl {
        font-size: 5.5vw !important; } }
  .disney .disneyNo1__ttl {
    max-width: 766.74px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .disney .disneyNo1__ttl {
        margin: 0 auto 15px; } }
  .disney .disneyNo1__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    /* Safari etc. */
    -ms-justify-content: space-between;
    /* IE10        */
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .disney .disneyNo1__wrap {
        display: block; } }
  .disney .disneyNo1__box {
    width: calc(100%/3 - 10px);
    position: relative; }
    @media screen and (max-width: 768px) {
      .disney .disneyNo1__box {
        width: 100%;
        margin-bottom: 20px; } }
  .disney .disneyNo1__boxInner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .disney .disneyReason {
    margin-top: 150px; }
    @media screen and (max-width: 768px) {
      .disney .disneyReason {
        margin-top: 70px; } }
    .disney .disneyReason__ttl {
      max-width: 766.74px;
      margin: 0 auto 20px; }
    .disney .disneyReason__cont {
      margin-bottom: 20px; }
    .disney .disneyReason__contInner {
      padding: 0 19px;
      margin: 5px auto; }
      @media screen and (max-width: 1030px) {
        .disney .disneyReason__contInner {
          padding: 0 1.88vw; } }
    .disney .disneyReason__wrap {
      background: #FFF;
      padding: 30px 30px 50px 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__wrap {
          padding: 30px 20px; } }
    .disney .disneyReason__detail {
      width: calc(100%/2 - 20px); }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__detail {
          width: 100%; } }
    .disney .disneyReason__subTtl {
      font-family: "Zen Old Mincho";
      color: #B99218;
      text-align: left;
      font-size: 24px;
      margin: 0; }
      @media screen and (max-width: 970px) {
        .disney .disneyReason__subTtl {
          display: block;
          width: 100%; } }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__subTtl {
          text-align: center;
          letter-spacing: 2px; } }
    .disney .disneyReason__subTtlInner {
      font-size: 32px;
      margin: 0;
      padding: 0; }
    .disney .disneyReason__ttls {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      margin: 0 0 10px; }
    .disney .disneyReason__number {
      position: relative;
      width: 127px;
      margin: 0 20px 0 0; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__number {
          margin: 0 auto 10px; } }
    .disney .disneyReason__pic {
      width: calc(100%/2);
      padding-left: 20px;
      box-sizing: border-box; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__pic {
          width: 100%;
          padding-top: 20px;
          padding-left: 0; } }
    .disney .disneyReason__txt {
      color: #001E70;
      font-size: 16px; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__txt {
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          .disney .disneyReason__txt::after {
            display: none; } }
    @media screen and (max-width: 768px) {
      .disney .disneyReason__txt.open {
        display: block; } }
    .disney .disneyReason__kazari {
      max-width: 250px;
      margin: auto; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason__kazari {
          max-width: 132px; } }
    .disney .disneyReason .moreBtn {
      display: none;
      color: #001E70;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      margin-top: 10px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .disney .disneyReason .moreBtn {
          display: block;
          width: 100%; } }
      .disney .disneyReason .moreBtn:before {
        content: "";
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        top: -30px;
        background: #ffffff;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
      .disney .disneyReason .moreBtn__inner {
        display: inline-block;
        position: relative;
        box-sizing: border-box;
        padding-right: 25px; }
        .disney .disneyReason .moreBtn__inner:before {
          content: '';
          position: absolute;
          right: 0;
          top: calc(50% - 2px );
          width: 10px;
          height: 10px;
          border-left: 2px solid #001E70;
          border-bottom: 2px solid #001E70;
          transform: translate(-50%, -50%) rotate(-45deg); }
    .disney .disneyReason .moreBtn.open:before {
      content: none; }
    .disney .disneyReason .moreBtn.open .moreBtn__inner:before {
      content: '';
      position: absolute;
      right: 0;
      top: calc(50% + 2px );
      width: 10px;
      height: 10px;
      border-left: 2px solid #001E70;
      border-bottom: 2px solid #001E70;
      transform: translate(-50%, -50%) rotate(-225deg); }
  .disney .disneyPoints {
    margin-top: 100px; }
    .disney .disneyPoints__ttl {
      max-width: 766.74px;
      margin: 0 auto 30px; }
      @media screen and (max-width: 768px) {
        .disney .disneyPoints__ttl {
          margin-bottom: 10px; } }
    .disney .disneyPoints__pic {
      display: block;
      margin: 0 0 30px; }
    .disney .disneyPoints__wrap {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      /* Safari etc. */
      -ms-justify-content: space-between;
      /* IE10        */
      justify-content: space-between; }
    .disney .disneyPoints__box {
      width: calc(100% / 2 - 10px); }
      @media screen and (max-width: 768px) {
        .disney .disneyPoints__box {
          width: 100%; } }
  .disney .disneyPointPic {
    position: relative;
    z-index: 1;
    display: block;
    background: transparent linear-gradient(0deg, #D0F3FF00 0%, #D0F3FF 10%, #D0F3FF 90%, #D0F3FF00 100%) 0% 0% no-repeat padding-box;
    padding: 10rem 0 6rem; }
    @media screen and (max-width: 768px) {
      .disney .disneyPointPic {
        padding: 0;
        background: none; } }
    .disney .disneyPointPic img {
      display: block;
      margin: auto;
      max-width: 1000px; }
  .disney .disneyRanking {
    position: relative;
    z-index: 1; }
    .disney .disneyRanking__ttl {
      max-width: 766.74px;
      margin: 0 auto 0px; }
      @media screen and (max-width: 768px) {
        .disney .disneyRanking__ttl {
          margin: 0 auto -40px; } }
    .disney .disneyRanking__li {
      background: #FFF; }
    .disney .disneyRanking__link {
      padding-bottom: 30px; }
    @media screen and (max-width: 768px) {
      .disney .disneyRanking .ranking__box .product__box__info {
        padding: 15px 15px 0; } }
  .disney .lineUp {
    background-image: url("../image/common/bg_bubble2_left.png"), url("../image/common/bg_bubble2_right.png");
    background-size: 404px, 404px;
    background-position: left bottom, right bottom;
    background-repeat: no-repeat;
    background-color: #D1F3FF;
    padding-top: 0; }
    @media screen and (max-width: 768px) {
      .disney .lineUp {
        background: url("../image/common/bg_bubble2_left_sp.png") center top 80px no-repeat #D1F3FF;
        background-size: 100vw; } }
    .disney .lineUp__ttl {
      color: #004BCD;
      font-family: "Zen Old Mincho";
      font-size: 20px;
      margin-bottom: 40px; }
      @media screen and (max-width: 768px) {
        .disney .lineUp__ttl {
          font-size: 16px; } }
    .disney .lineUp__ttlInner {
      display: block;
      text-align: center;
      font-size: 45px;
      margin: 20px 0 0 0; }
      @media screen and (max-width: 768px) {
        .disney .lineUp__ttlInner {
          font-size: 28px;
          line-height: 1.2;
          margin-top: 0;
          position: relative; } }
      @media screen and (max-width: 768px) {
        .disney .lineUp__ttlInner:before, .disney .lineUp__ttlInner:after {
          content: "";
          position: absolute;
          width: 111.28px;
          height: 137.69px;
          left: -59px;
          top: -60px;
          background: url(../image/common/bg_kira_l.png) no-repeat;
          background-size: 111.28px; } }
      @media screen and (max-width: 768px) {
        .disney .lineUp__ttlInner:after {
          left: auto;
          right: -59px;
          background: url(../image/common/bg_kira_r.png) no-repeat;
          background-size: 111.28px; } }
    .disney .lineUp__ttlIcon {
      width: 250.21px;
      margin: 70px auto 20px;
      display: block; }
      @media screen and (max-width: 768px) {
        .disney .lineUp__ttlIcon {
          width: 132.4px; } }
  .disney .disneySearch__ttl {
    color: #004BCD;
    font-family: "Zen Old Mincho";
    font-size: 45px;
    letter-spacing: 1px;
    margin-bottom: 10px; }
    @media screen and (max-width: 900px) {
      .disney .disneySearch__ttl {
        font-size: 35px;
        letter-spacing: 0; } }
    @media screen and (max-width: 768px) {
      .disney .disneySearch__ttl {
        font-size: 28px; } }
  .disney .disneySearch__ttlIcon {
    width: 250.21px;
    margin: 0px auto 20px;
    display: block; }
    @media screen and (max-width: 768px) {
      .disney .disneySearch__ttlIcon {
        width: 132.4px; } }
  .disney .disneySearch__lead {
    text-align: center;
    color: #004BCD;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .disney .disneySearch__lead {
        margin-bottom: 30px; } }
  .disney .disneySearch__ttlInner {
    position: relative; }
    .disney .disneySearch__ttlInner:before, .disney .disneySearch__ttlInner:after {
      content: "";
      position: absolute;
      width: 111.28px;
      height: 137.69px;
      left: -110px;
      top: -25px;
      background: url("../image/common/bg_kira_l.png") no-repeat;
      background-size: 111.28px; }
      @media screen and (max-width: 768px) {
        .disney .disneySearch__ttlInner:before, .disney .disneySearch__ttlInner:after {
          top: -45px;
          left: -95px; } }
    .disney .disneySearch__ttlInner:after {
      left: auto;
      right: -110px;
      background: url("../image/common/bg_kira_r.png") no-repeat;
      background-size: 111.28px; }
      @media screen and (max-width: 768px) {
        .disney .disneySearch__ttlInner:after {
          left: auto;
          right: -135px; } }
  .disney .disneyMitsumori {
    margin-bottom: 0;
    background-image: url("../image/common/bg_kira2_l.png"), url("../image/common/bg_kira2_r.png");
    background-size: 152px, 180px;
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
    background-color: #D1F3FF; }
    @media screen and (max-width: 768px) {
      .disney .disneyMitsumori {
        padding-top: 30px;
        background-size: 80px, 80px; } }
    .disney .disneyMitsumori__bnr {
      display: block;
      max-width: 920px;
      margin: 0 auto 0; }
      @media screen and (max-width: 768px) {
        .disney .disneyMitsumori__bnr {
          margin: 0 -10px 0; } }
    @media screen and (max-width: 768px) {
      .disney .disneyMitsumori .disneySearch__ttl:before {
        left: -120px; } }
@media screen and (max-width: 768px) and (max-width: 768px) {
  .disney .disneyMitsumori .disneySearch__ttl:after {
    right: -175px; } }

  .disney .footer-pc p > a {
    color: #7E432C; }

main
.disneySearch.search_wrapper .container {
  padding-top: 0; }
  @media screen and (max-width: 768px) {
    main
    .disneySearch.search_wrapper .container {
      padding-top: 30px; } }

/* -------------------------------------------
  レビュー星ブロック追加
  -------------------------------------------*/
.itemReview {
  display: flex;
  align-items: center;
  margin: 5px 0 10px; }

.itemReview__stars {
  display: flex; }

.itemReview__star {
  display: block;
  width: 15.28px;
  height: 14.82px;
  background-image: url("/user_data/packages/default/img/common/star-off.svg");
  /* 非アクティブ用 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: 3px; }

.itemReview__star:last-child {
  margin-right: 0; }

.itemReview__star--active {
  background-image: url("/user_data/packages/default/img/common/star-on.svg");
  /* アクティブ用 */ }

.itemReview__star--half {
  background-image: url("/user_data/packages/default/img/common/star-on-half.svg");
  /* アクティブ用 */ }

.itemReview__count {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400 !important; }
