#grandy_egyjuju25  {
  position: relative;
  min-height: 100vh;
  .spacer {
    height: calc(100vh + 191px);
  }

  .mv-wrap {
    padding-top: 191px;
    position: absolute;
    top: -191px;
    width: 100vw;
  }

  #mv {
    position: relative;
    z-index: 2;
    width: 100%;
    /*min-width: 1400px;*/
    height: calc(100vh - 191px);
    background: url(/img/brand/event/gyjujuts/2506/mainvisual-pc_2507.jpg) right center / cover no-repeat;
    font-size: 0;
    /*filter: grayscale(100%);*/
    transition: filter 0.5s ease;

    @media (max-width: 768px) {
      position: relative;
      min-width: 100vw;
      height: calc(100svh - 169px);
      background: url(/img/brand/event/gyjujuts/2506/mainvisual-sp_2507.jpg) center / cover no-repeat;
    }

    /*&.color {
      filter: grayscale(0%);
    }*/

    .copy {
      display: none;

      @media (max-width: 768px) {
        position: absolute;
        bottom: 5px;
        right: 5px;
        display: block;
        font-size: 10px;
        font-weight: 200;
        color: #FFFFFF;
      }
    }

    &::before {
      content: '';
      display: none;

      @media (max-width: 768px) {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
        width: 90vw;
        height: auto;
        aspect-ratio: 2486 / 548;
        background: url(/img/brand/event/gyjujuts/2506/logo-sp.png) center / 100% no-repeat;
      }
    }
  }

  .content-wrap {
    position: relative;
  }
  .content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-height: 100vh;
    padding: 120px 0;
    transition: margin-top 0.5s ease;
    background: url(/img/brand/event/gyjujuts/2506/bg-pc.jpg) center center / cover no-repeat;

    .content-bg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      background: url(/img/brand/event/gyjujuts/2506/bg-pc.jpg) center center / cover no-repeat;
      z-index: -2;

      @media (max-width: 768px) {
        background: url(/img/brand/event/gyjujuts/2506/bg-sp.jpg) center center / cover no-repeat;
      }
    }

    canvas {
      opacity: 0.4;
    }

    @media (max-width: 768px) {
      padding: 50px 0 80px;
      background: url(/img/brand/event/gyjujuts/2506/bg-sp.jpg) center center / cover no-repeat;
    }

    .content-inner {
      position: relative;
      z-index: 20;
      transition: margin-top 0.3s ease;
    }

    .lead {
      margin-bottom: 100px;
      text-align: center;

      @media (max-width: 768px) {
        padding: 35px;
        margin-bottom: 60px;
      }

      h3 {
        margin-bottom: 60px;
        opacity: 0;
        transition: opacity 1s ease-in;

        @media (max-width: 768px) {
          margin-bottom: 40px;
        }
      }

      p, a {
        opacity: 0;
        transition: opacity 3s ease-in;
      }
      &.show {
        h3, p, a {
          opacity: 1;
        }
      }

      p {
        margin-bottom: 40px;
        color: #fff;
        font-size: 13px;
        font-weight: 500;
        line-height: 30px;
        letter-spacing: 1.04px;

        @media (max-width: 768px) {
          margin-bottom: 0;
          text-align: left;
          letter-spacing: 0.39px;
        }

        &:nth-child(2) {
          margin-bottom: 60px;
          
          @media (max-width: 768px) {
            margin-bottom: 50px;
          }
        }
      }
      .open-modal {
        text-align: center;
      }
      a {
        display: inline-block;
        width: 346px;
        max-width: 100%;
        margin: 0 auto;
        padding: 21.5px 0;
        border: 1px solid #fff;
        color: #fff;
        font-size: 11px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: 0.44px;

        span {
          display: inline-block;
          margin-right: 10px;

          img {
          width: auto;
          height: 11px;
          }
        }
      }
    }
    .look {
      margin-bottom: 100px;

      .look-slider {
        li {
          height: 400px;
          margin: 0 5px;

          @media (max-width: 768px) {
            height: 160px;
            margin: 0 2.5px;
          }

          img {
            width: auto;
            height: 100%;
          }
        }
      }
    }
    .stores {
      max-width: 995px;
      margin: 0 auto;
      padding: 60px 100px;
      background-color: #141823;
      color: #fff;
      font-weight: 500;

      @media (max-width: 768px) {
        margin: 0 20px;
        padding: 30px 20px;
      }

      h4 {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 30px;
        letter-spacing: 0.03em;

        @media (max-width: 768px) {
          margin-bottom: 40px;
          color: #F9F9F9;
          font-size: 14px;
          line-height: 26px;
          letter-spacing: 0.04em;
          text-align: center;
        }
      }
      p {
        margin-bottom: 50px;
        font-size: 13px;
        line-height: 24.70px;
        letter-spacing: 0.03em;

        @media (max-width: 768px) {
          margin-bottom: 60px;
          font-size: 12px;
          line-height: 26px;
          letter-spacing: 0.04em;
        }

        strong {
          display: block;
          margin-bottom: 50px;
          font-size: 22px;
          font-weight: 500;
          line-height: 36px;
          letter-spacing: 0.1em;
          
          @media (max-width: 768px) {
            margin-bottom: 40px;
            color: #F9F9F9;
            font-size: 19px;
            line-height: 25px;
            text-align: center;
          }

          br {
            display: none;

            @media (max-width: 768px) {
              display: block;
            }
          }
        }

        small {
          display: block;
          padding-top: 35px;
          font-size: 11px;
          font-weight: 500;
          line-height: 20px;
          letter-spacing: 0.04em;

          @media (max-width: 768px) {
            padding-top: 40px;
            font-size: 10px;
            line-height: 2em;
          }
        }
      }

      .stores-list {
        display: flex;
        flex-wrap:wrap;
        align-items: center;
        gap: 3px;

        li {
          flex: 1;
          text-align: center;

          @media (max-width: 768px) {
            flex: auto;
            width: calc( (100% - 3px) / 2 );
          }

          a {
            display: block;
            padding: 23px 0;
            background-color: #303237;
            color: #fff;
            font-size: 12px;
            font-weight: 400;

            &:hover {
              opacity: 1;
              background-color: #fff;
              color: #303237;
            }
          }
        }
      }


    }
  }

  &.fixed {
    #mv {
      position: fixed;
      top: 0;
      left: 0;
    }
    .wrap {
      margin-top: 0;

    }
  }
}
.stores-modal {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .6s ease;
          transition: opacity .6s ease;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(0, 0, 0, .9);

  &.is_active {
    pointer-events: all;
    opacity: 1;
  }

  .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            box-sizing: border-box;
    width: 580px;
    padding: 50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-align: left;
    background-color: #fff;

    @media (max-width: 768px) {
      width: calc(100% - 40px);
      padding: 30px 25px;
    }

    .wrap {
      display: none;

      h3 {
        font-size: 18px;
        line-height: 1;
        margin-bottom: 50px;
        letter-spacing: .05em;
        color: #000;

        @media (max-width: 768px) {
          font-size: 18px;
          margin-bottom: 30px;
        }
      }

      dl {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        width: 300px;
        margin-bottom: 30px;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;

        @media (max-width: 768px) {
          display: block;
          width: 100%;
          margin-bottom: 20px;
        }

        &:last-of-type {
          margin-bottom: 0;
        }

        dt {
          font-size: 14px;
          font-weight: 600;
          line-height: 1.6;
          width: 100px;
          letter-spacing: .05em;
          color: #6f6f6f;

          @media (max-width: 768px) {
            font-size: 14px;
            font-weight: 400;
            width: auto;
            margin-bottom: 5px;
          }
        }

        dd {
          font-size: 14px;
          line-height: 1.6;
          width: 200px;
          color: #6f6f6f;

          @media (max-width: 768px) {
            font-size: 13px;
            line-height: 1.4;
            width: auto;
          }
        }
      }

      .pin {
        position: absolute;
        top: 115px;
        right: 160px;
        display: block;

        @media (max-width: 768px) {
          top: 115px;
          right: 30px;

          img {
            width: 26px;
            height: 26px;
          }
        }
      }
    }

    .close {
      position: absolute;
      top: 0;
      right: -35px;
      width: 20px;
      height: 20px;
      cursor: pointer;

      @media (max-width: 768px) {
        top: -40px;
        right: 0;
        width: 20px;
        height: 20px;
      }

      img {
          width: 100%;
          height: auto;
          -webkit-transition: -webkit-transform .8s ease;
                  transition: -webkit-transform .8s ease;
                  transition:         transform .8s ease;
                  transition:         transform .8s ease, -webkit-transform .8s ease;
      }

      &:hover img {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
      }  
    }
  }
}

.mov_modal {
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;

  .mov {
    position: absolute;
    z-index: 501;
    top: 50%;
    left: 50%;
    width: 50vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    @media (max-width: 768px) {
      width: 100vw;

      .cri-liveact-player {
        cursor: pointer !important;
      }
    }
    
    .close_modal {
      position: absolute;
      top: -10px;
      right: -70px;
      width: 20px;
      height: 20px;
      padding: 10px;
      cursor: pointer;

      @media (max-width: 768px) {
        top: -50px;
        right: 10px;
      }

      &:hover {
        -webkit-transition: all .6s ease;
                transition: all .6s ease;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }

      img {
        width: 100%;
        height: auto;
      }
    }
    .youtube {
      position: relative;
      width: 100%;

      @media (max-width: 768px) {
        height: 0;
        padding-bottom: 50%;
      }

      &::before {
        display: block;
        padding-top: 56.25%;
        content: '';
      }

      iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
      }

}
  }
  .overlay {
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-color: rgba(0, 0, 0, .9);
}

}


.container_,
.recommend_container {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.recommend_container {
  margin-top: 0 !important;
  padding: 150px 0 180px;
}

#footer {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  .products_ {
    position: relative;
    z-index: 2;
    background-color: #fff;

    &:has(.search_tag) {
      margin-top: 0;
      padding-top: 24px;
    }
  }
}
