@charset "UTF-8";
@media screen and (max-width: 960px) {
  html {
    overflow-x: hidden;
  }
  body{
    overflow: visible !important;
  }
  img{
    max-width: 100%;
  }
  .pc{
    display: none !important;
  }
  .sp{
    display: block !important;
  }
  .pc_none{
    display: block !important;
  }
  .sp_none{
    display: none !important;
  }
  .sp_center{
    text-align: center!important;
  }
  .content{
    font-size:3.46666667vw;
    line-height: 1.8461538462;
    background: #fff;
    color:#666;
  }

  .int {
    padding-bottom: 0;
  }

  .lead.sp {
    margin-top: 0;
  }

  .story-stage {
    display: flex;
    flex-direction: column;
    gap: 0;
    position: relative;
    z-index: 1;
  }

  .story-track {
    position: relative;
    min-height: 100vh;
  }

  .story-pin {
    position: sticky;
    top: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    z-index: 1;
  }

  .story-hero {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .story-hero .mv {
    text-align: center;
    margin: 0;
    max-width: 100%;
  }

  .story-hero .mv img {
    height: auto;
    display: inline-block;
    max-width: 100%;
  }

  .story-text {
    position: relative;
    width: 100%;
    text-align: center;
    min-height: 0;
    margin: 0 auto;
    z-index: 1;
  }

  .story-text .story-block {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    line-height: 1.8;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.5s ease;
    text-align: center;
  }

  .story-text .story-block.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .story-details {
    text-align: center;
    letter-spacing: .08em;
    background: #F7E7E8;
    width: 100%;
    max-width: 100%;
    color: #3a2327;
    overflow: hidden;
    box-sizing: border-box;
  }

  .story-details--pinned {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    min-height: clamp(12rem, 35vh, 24rem);
    box-sizing: border-box;
  }

  .feature {
    width: 100%;
    max-width: 100%;
    overflow: visible;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }

  .feature .chocolat {
    position: relative;
    z-index: 11;
  }

  .feature .chocolat img {
    position: relative;
    z-index: 11;
    margin-top: -80px;
  }

  .feature .inner {
    padding: 0 15px;
    box-sizing: border-box;
    overflow: visible;
  }

  .feature .comment img {
    max-width: 100%;
    height: auto;
  }


  .feature .txt{
    border-bottom: 0;
  }
  .feature .comment{
    padding-top: 0;
  }

  .product .items{
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .product .item{
    margin-top: 40px;
  }
.product .store{
  font-size: 12px;
}
.product .chocolatier{
  flex-direction: column;
}
}