@charset "utf-8";

.mv {
  margin-top: 48px;
  @media screen and (max-width: 600px) {
    margin-top: 28px;
  }
}

.mv-slide_item {
  margin-inline: 10px;
  img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

.about {
  margin-top: 80px;
  @media screen and (max-width: 600px) {
    margin-top: 60px;
  }
  .about-contents {
    --clip-p-top: 47px;
    --clip-p-inline: 52px;

    background-color: #fcf2f2;
    background-image: url(../img/common/icon_clip.svg),
      url(../img/common/icon_clip.svg), url(../img/common/icon_clip.svg),
      url(../img/common/icon_clip.svg);
    background-size: 15px;
    background-position: left var(--clip-p-inline) top var(--clip-p-top),
      right var(--clip-p-inline) top var(--clip-p-top),
      right var(--clip-p-inline) bottom var(--clip-p-top),
      left var(--clip-p-inline) bottom var(--clip-p-top);
    background-repeat: no-repeat;
    border-radius: 80px;
    padding: 50px;
    position: relative;
    z-index: 0;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;

    &::before {
      content: "";
      background: url(../img/top/bg-shimane.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 557px;
      height: 476px;
      position: absolute;
      inset: 0;
      margin: auto;
      z-index: -1;

      @media screen and (max-width: 800px) {
        background-position: center;
        width: 70%;
        height: auto;
      }
    }

    &::after {
      content: "";
      background: url(../img/common/illust3.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 103px;
      height: 146px;
      position: absolute;
      right: 50px;
      bottom: 30px;

      @media screen and (max-width: 1080px) {
        width: 93px;
        height: 130px;
        right: 30px;
        bottom: -40px;
      }
    }

    @media screen and (max-width: 900px) {
      margin-bottom: 60px;
      padding-inline: 90px;
    }
    @media screen and (max-width: 600px) {
      --clip-p-top: 27px;
      --clip-p-inline: 32px;
      padding-inline: 40px;
      padding-bottom: 70px;
      border-radius: 40px;
    }
  }

  .about-heading {
    max-width: 294px;
    width: 100%;
    margin-inline: auto;
    margin-bottom: 43px;

    @media screen and (max-width: 800px) {
      max-width: 100%;
      img {
        width: 240px;
      }
    }
    @media screen and (max-width: 600px) {
      margin-bottom: 30px;
      img {
        width: 200px;
      }
    }

    .title {
      font-size: 16px;
      font-weight: 500;
      font-family: var(--font-family-eg);
    }
  }
  .about-catchcopy {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 60px;

    @media screen and (max-width: 800px) {
      margin-bottom: 30px;
      font-size: 3rem;
    }
    @media screen and (max-width: 600px) {
      text-align: left;
      font-size: 2.6rem;
    }
  }

  p {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 0;

    @media screen and (max-width: 800px) {
      font-size: 18px;
    }
    @media screen and (max-width: 600px) {
      text-align: left;
    }
  }
}

.future {
  margin-top: 86px;

  @media screen and (max-width: 600px) {
    margin-top: 70px;
  }

  a {
    color: var(--color-text);

    &:hover {
      text-decoration: none;
    }
  }

  .future-list {
    display: flex;
    justify-content: center;
    gap: 33px;

    @media screen and (max-width: 800px) {
      max-width: 500px;
      margin-inline: auto;
      flex-wrap: wrap;
    }

    &:has(> :nth-child(-n + 3):last-child)&:not(:has(> .not-future-items)) {
      align-items: flex-end;
      @media screen and (max-width: 800px) {
        justify-content: flex-start;
        position: relative;
      }
      &::before {
        content: "";
        background: url(../img/common/illust6.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 88px;
        height: 120px;
        margin-right: 8%;

        @media screen and (max-width: 800px) {
          width: 68px;
          height: 95px;
          margin-right: 0;
          position: absolute;
          left: 0;
          top: -130px;
          display: block;
        }
      }
      &::after {
        content: "";
        background: url(../img/common/illust7.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 88px;
        height: 120px;
        margin-left: 8%;

        @media screen and (max-width: 800px) {
          width: 68px;
          height: 100px;
          margin-left: 0;
          position: absolute;
          right: 30px;
          bottom: 30px;
          display: block;
        }
      }
    }
    .not-future-items {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;

      @media screen and (max-width: 800px) {
        position: relative;
        display: block;
        padding-bottom: 100px;
      }
      &::before {
        content: "";
        background: url(../img/common/illust4.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 155px;
        height: 105px;
        margin-right: 10%;

        @media screen and (max-width: 800px) {
          width: 125px;
          height: 85px;
          margin-right: 0;
          display: block;
          position: absolute;
          bottom: 0;
          left: 0;
        }
      }
      &::after {
        content: "";
        background: url(../img/common/illust5.svg) 0 0 no-repeat;
        background-size: 100%;
        width: 158px;
        height: 100px;
        margin-left: 10%;

        @media screen and (max-width: 800px) {
          width: 128px;
          height: 80px;
          margin-left: 0;
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
        }
      }
      .not-text {
        text-align: center;
        font-weight: bold;
        color: var(--color-primary);
        letter-spacing: 0.1em;
        font-size: 3.6rem;
      }
    }
  }
  .future-list_item {
    width: calc((100% - (33px * 3)) / 4);

    @media screen and (max-width: 800px) {
      width: calc((100% - 33px) / 2);
    }
    .image {
      display: block;
      border-radius: 10px;
      margin-bottom: 20px;

      @media screen and (max-width: 800px) {
        margin-bottom: 10px;
      }
    }
    .future-title {
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0.1em;
      line-height: 1.6;
    }
  }
}

.information {
  margin-top: 98px;
  background: #F3EFE9 url(../img/common/bg_decoration.png) 0 0 repeat;
  background-size: auto;
  padding: 60px 0;

  @media screen and (max-width: 600px) {
    margin-top: 70px;
  }

  .page-title {
    margin-bottom: 55px;
  }

  .information-list {
    background-color: #fff;
    border-radius: 40px;
    padding: 60px 20px;
    position: relative;
    margin-bottom: 54px;
    display: flex;
    flex-direction: column;
    row-gap: 37px;

    @media screen and (max-width: 600px) {
      border-radius: 20px;
      padding: 40px 20px;
      row-gap: 20px;
    }

    &::before {
      content: "";
      background: url(../img/common/illust1.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 98px;
      height: 122px;
      position: absolute;
      left: 0;
      top: -65px;

      @media screen and (max-width: 800px) {
        width: 78px;
        height: 100px;
      }

      @media screen and (max-width: 600px) {
        width: 60px;
        height: 80px;
        top: -50px;
        left: 10px;
      }
    }
    &::after {
      content: "";
      background: url(../img/common/illust2.svg) 0 0 no-repeat;
      background-size: 100%;
      width: 97px;
      height: 132px;
      position: absolute;
      right: -20px;
      bottom: -100px;

      @media screen and (max-width: 800px) {
        width: 77px;
        height: 110px;
        right: 0px;
      }

      @media screen and (max-width: 600px) {
        width: 67px;
        height: 95px;
        right: 20px;
        bottom: auto;
        top: -50px;
      }
    }

    li {
      max-width: 872px;
      width: 100%;
      margin-inline: auto;
      border-bottom: 2px dotted #e1dcd7;
      padding-bottom: 20px;
      display: flex;
      column-gap: 54px;

      @media screen and (max-width: 600px) {
        flex-direction: column;
        padding-bottom: 15px;
      }

      time,
      a {
        display: block;
        font-size: 15px;
        letter-spacing: 0.1em;
        color: var(--color-text);
        &:hover {
          color: var(--color-secondary);
          opacity: 1;
        }
      }
      time {
        font-family: var(--font-family-eg);
        width: 11%;

        @media screen and (max-width: 600px) {
          width: 100%;
        }
      }
      a {
        flex: 1;
      }
    }
  }
}

.product-list {
  display: flex;
  justify-content: center;
  gap: 32px;

  @media screen and (max-width: 800px) {
   justify-content: flex-start;
   flex-wrap: wrap;
    max-width: 500px;
    margin-inline: auto;
  }

  .product-list_item {
    width: calc((100% - (32px * 3)) / 4);

    @media screen and (max-width: 800px) {
      width: calc((100% - 32px) / 2);
    }
  }

  a {
    color: var(--color-text);
    display: block;
    position: relative;
  }

  .image {
    display: block;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: 286 / 276;
  }
  .item-desc {
    margin-top: 20px;
    time {
      font-size: 14px;
      color: #c9c9c9;
      letter-spacing: 0.1em;
      font-family: var(--font-family-eg);
      margin-bottom: 8px;
      display: block;
    }
    .item-name {
      font-size: 16px;
      letter-spacing: 0.1em;
      font-weight: 400;
      line-height: 1.4;
    }
    .item-price {
      margin-top: 10px;
      font-size: 15px;
    }
  }
}

.newarrival {
  background-color: #fff;
  margin-top: 98px;

  @media screen and (max-width: 600px) {
    margin-top: 70px;
  }

  .page-contents {
    position: relative;
  }

  .link-btn {
    margin-top: 70px;
  }
}

.pickup {
  margin-top: 98px;
  background: #F3EFE9 url(../img/common/bg_decoration.png) 0 0 repeat;
  background-size: auto;
  border-radius: 85px 85px 0 0;
  padding: 80px 0;

  @media screen and (max-width: 600px) {
    margin-top: 70px;
    border-radius: 60px 60px 0 0;
    padding: 60px 0;
  }

  .page-contents {
    position: relative;
  }
}

.link-all {
  margin-top: 70px;

  @media screen and (max-width: 600px) {
    margin-top: 50px;
  }
}
