@charset "UTF-8";
.thumbnail-area {
  z-index: -1;
  width: 874px;
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 184px 42px 32px; }
  @media all and (min-width: 1121px) and (max-width: 1600px) {
    .thumbnail-area {
      padding: 2.98% 13.77% 3.91% 2.98%;
      width: 81.3%; } }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .thumbnail-area {
      padding: 2.98% 13.77% 3.91% 2.98%;
      width: 81.3%; } }
  @media screen and (max-width: 749px) {
    .thumbnail-area {
      width: 100%;
      border-radius: 10px;
      padding: 7% 2%;
      margin-top: -10px; } }
  #kitty .thumbnail-area {
    box-shadow: 0px 5px 4px 0px rgba(219, 97, 97, 0.5); }
  #melody .thumbnail-area {
    box-shadow: 0px 5px 4px 0px rgba(160, 132, 143, 0.5); }
  #kuromi .thumbnail-area {
    box-shadow: 0px 5px 4px 0px rgba(146, 132, 160, 0.5); }

.thumbnail-box {
  position: relative; }

.thumbnail-slider {
  z-idex: 3;
  /* 非アクティブなサムネイルのスタイル */
  /* アクティブなサムネイルのスタイル */ }
  @media screen and (max-width: 749px) {
    .thumbnail-slider {
      margin: 0 -0.5%; } }
  .thumbnail-slider li {
    box-sizing: border-box;
    width: 25% !important;
    padding-right: 8px; }
    @media screen and (max-width: 749px) {
      .thumbnail-slider li {
        padding: 0 0.5%; } }
    .thumbnail-slider li img {
      border-radius: 20px; }
      @media all and (min-width: 1121px) and (max-width: 1600px) {
        .thumbnail-slider li img {
          width: 100%;
          margin: 0 auto; } }
      @media all and (min-width: 750px) and (max-width: 1120px) {
        .thumbnail-slider li img {
          border-radius: 10px; } }
      @media screen and (max-width: 749px) {
        .thumbnail-slider li img {
          border-radius: 8px; } }
  .thumbnail-slider .slick-track {
    transform: unset !important;
    width: 100% !important; }
  .thumbnail-slider .slick-slider div {
    transition: none; }
  .thumbnail-slider .slick-slide {
    cursor: pointer; }
  .thumbnail-slider .slick-slide img {
    opacity: 1;
    transition: opacity 0.3s ease; }
  .thumbnail-slider .slick-slide.slick-current img {
    opacity: 0.5; }

.box {
  position: relative;
  width: 1075px; }
  @media all and (min-width: 1121px) and (max-width: 1600px) {
    .box {
      width: 67.19%; } }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    .box {
      width: 90%; } }
  @media screen and (max-width: 749px) {
    .box {
      width: 96%;
      margin: 0 auto;
      box-sizing: border-box; } }
  .box .main-slider {
    width: 350px;
    height: 350px;
    position: absolute;
    left: 690px;
    bottom: -10px; }
    @media all and (min-width: 1121px) and (max-width: 1600px) {
      .box .main-slider {
        width: 32.56%;
        height: auto;
        left: 46vw;
        bottom: 3%; } }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      .box .main-slider {
        width: 32.56%;
        height: auto;
        left: 61vw;
        bottom: 3%; } }
    @media screen and (max-width: 749px) {
      .box .main-slider {
        width: 75.6%;
        height: auto;
        margin: 0 auto;
        position: static; } }
    .box .main-slider li {
      padding: 6px; }
      .box .main-slider li img {
        border: 6px solid #fff;
        border-radius: 24px; }
        #kitty .box .main-slider li img {
          filter: drop-shadow(0px 5px 4px rgba(219, 97, 97, 0.5)); }
        #melody .box .main-slider li img {
          filter: drop-shadow(0px 5px 4px rgba(160, 132, 143, 0.5)); }
        #kuromi .box .main-slider li img {
          filter: drop-shadow(0px 5px 4px rgba(146, 132, 160, 0.5)); }

.dots-wrap {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.dots-box {
  position: absolute;
  bottom: -40px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media screen and (max-width: 749px) {
    .dots-box {
      bottom: -30px; } }

.dots-box li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

#kitty .dots-box li.slick-active
button::before {
  color: #ea6da4; }
#melody .dots-box li.slick-active
button::before {
  color: #ea6d8d; }
#kuromi .dots-box li.slick-active
button::before {
  color: #8560a5; }

.dots-box li button {
  background: transparent;
  border: 0;
  font-size: 0pt; }

.dots-box li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  text-align: center; }
  #kitty .dots-box li button::before {
    color: #f4b6d1; }
  #melody .dots-box li button::before {
    color: #f4b6c6; }
  #kuromi .dots-box li button::before {
    color: #c2afd2; }
  @media screen and (max-width: 749px) {
    .dots-box li button::before {
      font-size: 6px; } }

.slick-dotted.slick-slider {
  margin-bottom: 0; }
