@charset "UTF-8";
img {
  width: 100%;
  vertical-align: top; }

body {
  animation: loading 3s; }

@keyframes loading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.pc {
  display: none; }
  @media only screen and (min-width: 670px) {
    .pc {
      display: block; } }

.sp {
  display: block; }
  @media only screen and (min-width: 670px) {
    .sp {
      display: none; } }

.p-mv {
  position: relative;
  height: 95vh;
  background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/mv.jpg");
  background-size: cover;
  background-position: center; }
  @media only screen and (min-width: 414px) {
    .p-mv {
      background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/mv_b.jpg");
      background-position: bottom; } }
  @media only screen and (min-width: 670px) {
    .p-mv {
      height: 100vh;
      background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/mv_pc.jpg");
      background-position: center; } }
  .p-mv .p-mv_logo {
    position: absolute;
    width: 90%;
    left: 5%;
    bottom: 27%;
    animation-name: fadeInOnly;
    animation-duration: 1.8s;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
    animation-delay: 1.8s;
    /* ← 1秒後に発火 */
    opacity: 0;
    /* 初期状態で透明に */ }
    @media only screen and (min-width: 390px) {
      .p-mv .p-mv_logo {
        bottom: 31%; } }
    @media only screen and (min-width: 670px) {
      .p-mv .p-mv_logo {
        width: 40%;
        left: auto;
        right: 6%;
        bottom: 41%; } }

@keyframes fadeInOnly {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.full-image {
  width: 100vw;
  object-fit: cover;
  display: block; }

.c-txt {
  text-align: center; }
  @media only screen and (min-width: 670px) {
    .c-txt {
      font-size: 14px; } }

.u-uppercase {
  text-transform: uppercase; }

.c-credit {
  margin-top: 10px;
  font-family: "miller-banner", serif;
  margin-bottom: 70px; }
  @media only screen and (min-width: 670px) {
    .c-credit {
      font-size: 14px;
      margin-bottom: 100px; } }
  .c-credit div {
    margin-top: 5px; }
    @media only screen and (min-width: 670px) {
      .c-credit div {
        margin-top: 15px; } }
  .c-credit span {
    margin-left: 10px;
    border-bottom: 1px solid; }

.c-center {
  width: 80%;
  margin: 50px auto 0; }
  @media only screen and (min-width: 670px) {
    .c-center {
      margin-top: 80px; } }

.c-center2 {
  width: 90%;
  margin: 50px auto 0; }
  @media only screen and (min-width: 670px) {
    .c-center2 {
      margin-top: 80px; } }

.c-full {
  margin: 50px auto 0; }
  @media only screen and (min-width: 670px) {
    .c-full {
      margin-top: 80px; } }
  .c-full .c-credit {
    margin-left: 10px; }

.c-left {
  width: 90%;
  margin: 50px 10% 0 0; }
  @media only screen and (min-width: 670px) {
    .c-left {
      margin-top: 80px; } }
  .c-left .c-credit {
    margin-left: 10px; }

.c-right {
  width: 90%;
  margin: 50px 0 0 10%; }
  @media only screen and (min-width: 670px) {
    .c-right {
      margin-top: 80px; } }

.c-imgBox {
  height: 200vh;
  position: relative;
  margin: auto; }
  .c-imgBox .c-imgBox_inner {
    position: sticky;
    top: 0px;
    height: 100vh;
    width: 100%; }
    .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
      .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-imgBox_inner__inner-child___num {
        top: 0px;
        left: 20px;
        font-size: 42px;
        position: absolute;
        font-family: "miller-banner", serif; }
        @media only screen and (min-width: 670px) {
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-imgBox_inner__inner-child___num {
            top: 8px;
            left: 30px; } }
        .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-imgBox_inner__inner-child___num small {
          font-size: 19px; }
      .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-imgBox_inner__inner-child___img img {
        vertical-align: bottom; }
      .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .full-image {
        width: 100vw;
        height: 100vh;
        object-fit: cover; }
      .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea {
        position: absolute;
        padding: 0 5%;
        align-items: center;
        z-index: 3;
        top: 0px;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
        background-color: rgba(255, 255, 255, 0.6);
        opacity: 0;
        /* 初期は透明 */
        transition: opacity 0.5s ease;
        /* フェード効果 */
        pointer-events: auto;
        /* リンクを有効化 */
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex; }
        .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt {
          text-align: center;
          margin: auto;
          /* 通常時 */
          /* PC：hover時にアニメーション */
          /* SP：JSで追加する .active クラス時にもアニメーションさせる */ }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__name {
            font-size: 18px;
            color: #333 !important;
            font-family: "miller-banner", serif;
            margin-bottom: 5px;
            text-transform: uppercase; }
            @media only screen and (min-width: 670px) {
              .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__name {
                font-size: 22px; } }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__info {
            line-height: 1.8;
            margin-bottom: 30px;
            color: #333 !important; }
            .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__info a {
              text-decoration: underline;
              text-underline-offset: 3px; }
            @media only screen and (min-width: 670px) {
              .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__info {
                font-size: 14px; } }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__credit {
            font-family: "miller-banner", serif;
            margin-bottom: 25px; }
            @media only screen and (min-width: 670px) {
              .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__credit {
                font-size: 14px; } }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn {
            display: inline-block; }
            .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn span {
              font-family: "miller-banner", serif;
              font-size: 16px; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner {
            position: relative;
            display: inline-block;
            width: 150px;
            height: 40px;
            border: 1px solid;
            line-height: 35px;
            text-decoration: none;
            overflow: auto;
            cursor: pointer; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner____txt {
            position: absolute;
            left: 0;
            display: block;
            height: 100%;
            width: 100%;
            font-size: 16px;
            font-weight: bold;
            text-align: center;
            transition: top .8s;
            font-family: "miller-banner", serif; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner____txt:nth-child(1) {
            top: 0; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner____txt:nth-child(2) {
            top: -100%; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner:hover .c-txtArea_txt__btn___inner____txt:nth-child(1) {
            top: 100%; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner:hover .c-txtArea_txt__btn___inner____txt:nth-child(2) {
            top: 0; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner.active .c-txtArea_txt__btn___inner____txt:nth-child(1) {
            top: 100%; }
          .c-imgBox .c-imgBox_inner .c-imgBox_inner__inner-child .c-txtArea .c-txtArea_txt .c-txtArea_txt__btn___inner.active .c-txtArea_txt__btn___inner____txt:nth-child(2) {
            top: 0; }

.p-intro {
  margin: 50px auto 130px; }
  @media only screen and (min-width: 670px) {
    .p-intro {
      margin-bottom: 150px; } }
  .p-intro .p-intro_lineUp__ttl {
    font-family: "miller-banner", serif;
    font-size: 24px;
    text-align: center;
    margin: 70px auto 20px; }

.p-intro, .p-wrapper {
  max-width: 750px; }

.p-wrapper {
  margin: auto; }

.p-item1 {
  margin-bottom: 130px; }
  .p-item1 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item1_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item1 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item1_main_pc.jpg"); } }
  .p-item1 .p-item1_imgArea1 {
    margin: 50px auto; }
    @media only screen and (min-width: 670px) {
      .p-item1 .p-item1_imgArea1 {
        margin: 80px auto; } }
    .p-item1 .p-item1_imgArea1 .p-item1_imgArea1__img1 {
      width: 70%;
      margin-left: 5%;
      margin-bottom: 50px; }
      @media only screen and (min-width: 670px) {
        .p-item1 .p-item1_imgArea1 .p-item1_imgArea1__img1 {
          margin-bottom: 80px; } }
    .p-item1 .p-item1_imgArea1 .p-item1_imgArea1__img2 {
      width: 70%;
      margin-left: auto;
      margin-right: 5%; }
  .p-item1 .p-item1_imgArea2 .p-item1_imgArea2_container {
    display: flex;
    width: 90%;
    margin: 70px auto 50px; }
    @media only screen and (min-width: 670px) {
      .p-item1 .p-item1_imgArea2 .p-item1_imgArea2_container {
        margin: 100px auto 80px; } }
  .p-item1 .p-item1_imgArea2 .p-item1_imgArea1__img3 {
    width: 75%;
    margin-left: auto;
    margin-bottom: 50px; }
    @media only screen and (min-width: 670px) {
      .p-item1 .p-item1_imgArea2 .p-item1_imgArea1__img3 {
        margin-bottom: 80px; } }
  .p-item1 .p-item1_imgArea3 .p-item1_imgArea3__img1 {
    width: 75%;
    margin: 0 7% 40px auto; }
    @media only screen and (min-width: 670px) {
      .p-item1 .p-item1_imgArea3 .p-item1_imgArea3__img1 {
        margin-bottom: 80px; } }
  .p-item1 .p-item1_imgArea3 .p-item1_imgArea3__img2 {
    width: 75%; }
  .p-item1 .c-center2 {
    width: 85%; }

.p-item2 {
  margin-bottom: 130px; }
  @media only screen and (min-width: 670px) {
    .p-item2 {
      margin-bottom: 150px; } }
  .p-item2 .c-imgBox_inner__inner-child___num {
    color: #fff; }
  .p-item2 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item2_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item2 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item2_main_pc.jpg"); } }
  .p-item2 .p-item2_imgArea1 {
    margin-top: 50px; }
    @media only screen and (min-width: 670px) {
      .p-item2 .p-item2_imgArea1 {
        margin-top: 80px; } }
    .p-item2 .p-item2_imgArea1 .p-item2_imgArea1__img1 {
      width: 72%;
      margin: 0 9% 50px auto; }
      @media only screen and (min-width: 670px) {
        .p-item2 .p-item2_imgArea1 .p-item2_imgArea1__img1 {
          margin-bottom: 80px; } }
    .p-item2 .p-item2_imgArea1 .p-item2_imgArea1_container {
      width: 80%; }
  .p-item2 .p-item2_imgArea2 .p-item2_imgArea2__img1 {
    width: 60%;
    z-index: 2; }
  .p-item2 .p-item2_imgArea2 .p-item2_imgArea2__img2 {
    width: 60%;
    margin: -60px 0 0 auto; }

.p-item3 {
  margin-bottom: 130px; }
  @media only screen and (min-width: 670px) {
    .p-item3 {
      margin-bottom: 150px; } }
  .p-item3 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item3_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item3 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item3_main_pc.jpg"); } }
  .p-item3 .p-item3_imgArea1 {
    margin-top: 50px; }
    @media only screen and (min-width: 670px) {
      .p-item3 .p-item3_imgArea1 {
        margin-top: 80px; } }
    .p-item3 .p-item3_imgArea1 .p-item3_imgArea1__img1 {
      width: 55%;
      margin: 0 6% 40px auto; }
      @media only screen and (min-width: 670px) {
        .p-item3 .p-item3_imgArea1 .p-item3_imgArea1__img1 {
          margin-bottom: 60px; } }
    .p-item3 .p-item3_imgArea1 .p-item3_imgArea1__img2 {
      width: 75%; }
  .p-item3 .p-item3_imgArea2 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item3 .p-item3_imgArea2 {
        margin-top: 100px; } }
    .p-item3 .p-item3_imgArea2 .p-item3_imgArea2__img1 {
      width: 80%;
      margin: 0 auto 50px; }
      @media only screen and (min-width: 670px) {
        .p-item3 .p-item3_imgArea2 .p-item3_imgArea2__img1 {
          margin-bottom: 80px; } }
    .p-item3 .p-item3_imgArea2 .p-item3_imgArea2__img2 {
      width: 80%;
      margin-left: auto; }
  .p-item3 .p-item3_imgArea3 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item3 .p-item3_imgArea3 {
        margin-bottom: 100px; } }
    .p-item3 .p-item3_imgArea3 .p-item3_imgArea3_container {
      display: flex;
      flex-direction: column;
      width: 90%;
      margin: 0 auto 50px; }
      @media only screen and (min-width: 670px) {
        .p-item3 .p-item3_imgArea3 .p-item3_imgArea3_container {
          margin-bottom: 80px; } }
      .p-item3 .p-item3_imgArea3 .p-item3_imgArea3_container .p-item3_imgArea3_container__img1 {
        margin-bottom: 10px; }
    .p-item3 .p-item3_imgArea3 .p-item3_imgArea2__img3 {
      width: 55%;
      margin-left: auto; }
  .p-item3 .c-left {
    width: 85%; }

.p-item4 {
  margin-bottom: 130px; }
  @media only screen and (min-width: 670px) {
    .p-item4 {
      margin-bottom: 150px; } }
  .p-item4 .c-imgBox_inner__inner-child___num {
    color: #fff; }
  .p-item4 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item4_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item4 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item4_main_pc.jpg"); } }
  .p-item4 .p-item4_imgArea1 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item4 .p-item4_imgArea1 {
        margin-top: 100px; } }
    .p-item4 .p-item4_imgArea1 .p-item4_imgArea1__img1 {
      width: 55%;
      margin-bottom: 30px; }
      @media only screen and (min-width: 670px) {
        .p-item4 .p-item4_imgArea1 .p-item4_imgArea1__img1 {
          margin-bottom: 50px; } }
    .p-item4 .p-item4_imgArea1 .p-item4_imgArea1__img2 {
      width: 55%;
      margin-left: auto; }
  .p-item4 .p-item4_imgArea2 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item4 .p-item4_imgArea2 {
        margin-top: 100px; } }
    .p-item4 .p-item4_imgArea2 .p-item4_imgArea2_container {
      display: flex;
      margin-bottom: 50px; }
      @media only screen and (min-width: 670px) {
        .p-item4 .p-item4_imgArea2 .p-item4_imgArea2_container {
          margin-bottom: 80px; } }
    .p-item4 .p-item4_imgArea2 .p-item4_imgArea2__img3 {
      width: 85%;
      margin: 0 auto 50px; }
      @media only screen and (min-width: 670px) {
        .p-item4 .p-item4_imgArea2 .p-item4_imgArea2__img3 {
          margin-bottom: 80px; } }
  .p-item4 .p-item4_imgArea3 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item4 .p-item4_imgArea3 {
        margin-top: 80px; } }
    .p-item4 .p-item4_imgArea3 .p-item4_imgArea3__img1 {
      width: 60%;
      margin-left: auto;
      z-index: 2;
      position: relative; }
    .p-item4 .p-item4_imgArea3 .p-item4_imgArea3__img2 {
      width: 60%;
      margin-top: -25px; }
      @media only screen and (min-width: 670px) {
        .p-item4 .p-item4_imgArea3 .p-item4_imgArea3__img2 {
          margin-top: -45px; } }
    .p-item4 .p-item4_imgArea3 .p-item4_imgArea3__img3 {
      width: 70%;
      margin: 50px auto 0; }
      @media only screen and (min-width: 670px) {
        .p-item4 .p-item4_imgArea3 .p-item4_imgArea3__img3 {
          margin-top: 80px; } }

.p-item5 {
  margin-bottom: 130px; }
  @media only screen and (min-width: 670px) {
    .p-item5 {
      margin-bottom: 150px; } }
  .p-item5 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item5_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item5 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item5_main_pc.jpg"); } }
  .p-item5 .p-item5_imgArea1 {
    margin-top: 50px; }
    @media only screen and (min-width: 670px) {
      .p-item5 .p-item5_imgArea1 {
        margin-top: 80px; } }
    .p-item5 .p-item5_imgArea1 .p-item5_imgArea1__img1 {
      width: 70%;
      margin-bottom: 20px; }
      @media only screen and (min-width: 670px) {
        .p-item5 .p-item5_imgArea1 .p-item5_imgArea1__img1 {
          margin-bottom: 40px; } }
    .p-item5 .p-item5_imgArea1 .p-item5_imgArea1__img2 {
      width: 70%;
      margin-left: auto; }
  .p-item5 .p-item5_imgArea2 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item5 .p-item5_imgArea2 {
        margin-top: 100px; } }
    .p-item5 .p-item5_imgArea2 .p-item5_imgArea2__img1 {
      width: 65%;
      margin: 0 5% 50px auto; }
      @media only screen and (min-width: 670px) {
        .p-item5 .p-item5_imgArea2 .p-item5_imgArea2__img1 {
          margin-bottom: 80px; } }
    .p-item5 .p-item5_imgArea2 .p-item5_imgArea2__img2 {
      width: 60%; }
  .p-item5 .p-item5_imgArea3 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item5 .p-item5_imgArea3 {
        margin-top: 100px; } }
    .p-item5 .p-item5_imgArea3 .p-item5_imgArea3__img1 {
      width: 65%;
      margin: 0 0 50px auto; }
      @media only screen and (min-width: 670px) {
        .p-item5 .p-item5_imgArea3 .p-item5_imgArea3__img1 {
          margin-bottom: 80px; } }
    .p-item5 .p-item5_imgArea3 .p-item5_imgArea3__img2 {
      width: 78%;
      margin: 0 auto 50px 5%; }
      @media only screen and (min-width: 670px) {
        .p-item5 .p-item5_imgArea3 .p-item5_imgArea3__img2 {
          margin-bottom: 80px; } }
    .p-item5 .p-item5_imgArea3 .p-item5_imgArea3__img3 {
      width: 75%;
      margin: 0 auto; }

.p-item6 {
  margin-bottom: 100px; }
  @media only screen and (min-width: 670px) {
    .p-item6 {
      margin-bottom: 120px; } }
  .p-item6 .c-imgBox_inner__inner-child___num {
    color: #fff; }
  .p-item6 .c-imgBox_inner__inner-child {
    background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item6_main.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
    max-width: 750px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (min-width: 670px) {
      .p-item6 .c-imgBox_inner__inner-child {
        background-image: url("https://img.ur-s.me/commerce/project/yuki/25aw/item6_main_pc.jpg"); } }
  .p-item6 .p-item6_imgArea1 {
    margin-top: 50px; }
    @media only screen and (min-width: 670px) {
      .p-item6 .p-item6_imgArea1 {
        margin-top: 80px; } }
    .p-item6 .p-item6_imgArea1 .p-item6_imgArea1__img1 {
      width: 75%;
      margin: 0 0 50px auto; }
      @media only screen and (min-width: 670px) {
        .p-item6 .p-item6_imgArea1 .p-item6_imgArea1__img1 {
          margin-bottom: 80px; } }
    .p-item6 .p-item6_imgArea1 .p-item6_imgArea1__img2 {
      width: 75%; }
  .p-item6 .p-item6_imgArea2 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item6 .p-item6_imgArea2 {
        margin-top: 100px; } }
    .p-item6 .p-item6_imgArea2 .p-item6_imgArea2_container {
      display: flex;
      margin-bottom: 50px; }
      @media only screen and (min-width: 670px) {
        .p-item6 .p-item6_imgArea2 .p-item6_imgArea2_container {
          margin-bottom: 80px; } }
    .p-item6 .p-item6_imgArea2 .p-item6_imgArea2__img3 {
      width: 70%;
      margin: 0 auto; }
  .p-item6 .p-item6_imgArea3 {
    margin-top: 70px; }
    @media only screen and (min-width: 670px) {
      .p-item6 .p-item6_imgArea3 {
        margin-top: 100px; } }
    .p-item6 .p-item6_imgArea3 .p-item6_imgArea3_container {
      display: flex;
      margin-top: 70px; }
      @media only screen and (min-width: 670px) {
        .p-item6 .p-item6_imgArea3 .p-item6_imgArea3_container {
          margin-top: 100px; } }
    .p-item6 .p-item6_imgArea3 .p-item6_imgArea3__img1 {
      width: 60%;
      margin: 50px auto 0; }
      @media only screen and (min-width: 670px) {
        .p-item6 .p-item6_imgArea3 .p-item6_imgArea3__img1 {
          margin-top: 80px; } }

.p-prof {
  height: 300vh;
  position: relative; }
  .p-prof .p-prof_bg {
    position: sticky;
    top: 0; }
    .p-prof .p-prof_bg .p-prof_bg__inner {
      height: 100vh; }
      .p-prof .p-prof_bg .p-prof_bg__inner img {
        height: 100%;
        object-fit: cover; }
  .p-prof .p-prof_inner {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    padding-top: 35vh; }
    @media only screen and (min-width: 390px) {
      .p-prof .p-prof_inner {
        padding-top: 45vh; } }
    @media only screen and (min-width: 670px) {
      .p-prof .p-prof_inner {
        padding-top: 50vh; } }
  .p-prof .p-prof_area {
    width: 80%;
    max-width: 500px;
    margin: 0 auto 2rem;
    text-align: center;
    color: #fff; }
    @media only screen and (min-width: 390px) {
      .p-prof .p-prof_area {
        width: 83%;
        margin: 0 auto 100px; } }
    .p-prof .p-prof_area .p-prof_area__name {
      font-family: "miller-banner", serif;
      font-size: 36px; }
      @media only screen and (min-width: 390px) {
        .p-prof .p-prof_area .p-prof_area__name {
          font-size: 46px; } }
    .p-prof .p-prof_area .p-prof_area__txt {
      margin-top: 20px; }
      @media only screen and (min-width: 390px) {
        .p-prof .p-prof_area .p-prof_area__txt {
          font-size: 14px; } }
    .p-prof .p-prof_area a {
      color: #fff; }

.l-end {
  text-align: center;
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  font-family: "miller-banner", serif;
  color: #fff;
  margin-top: 70px; }
  .l-end a {
    color: #fff; }
  .l-end .p-brandLogo {
    width: 65px;
    margin: 0 auto 10px; }
    @media only screen and (min-width: 390px) {
      .l-end .p-brandLogo {
        width: 80px;
        margin: 15px auto; } }
  .l-end .l-end_follow {
    font-size: 11px; }
    @media only screen and (min-width: 390px) {
      .l-end .l-end_follow {
        font-size: 14px; } }
  .l-end .l-end_container {
    display: flex;
    justify-content: center;
    font-size: 16px; }
    @media only screen and (min-width: 390px) {
      .l-end .l-end_container {
        margin-top: 5px; } }
    .l-end .l-end_container div {
      margin: 0 7px; }
  .l-end .l-end_copyright {
    font-family: "miller-banner", serif;
    font-size: 12px;
    margin: 10px auto 0; }
    @media only screen and (min-width: 390px) {
      .l-end .l-end_copyright {
        margin: 10px auto 0; } }

.js-animate {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform; }

.js-animate.animated {
  opacity: 1;
  transform: translate(0, 0);
  /* 最終状態 */ }

/* js-fadeIn：縦方向にずらす */
.js-fadeIn {
  transform: translateY(20px); }

/* js-fadeLeft：横方向にずらす */
.js-fadeLeft {
  transform: translateX(-5%); }

.js-fadeRight {
  transform: translateX(5%);
  position: relative; }

/* これを animated が付いたときに打ち消す */
.js-animate.animated.js-fadeIn,
.js-animate.animated.js-fadeLeft,
.js-animate.animated.js-fadeRight {
  transform: translate(0, 0); }

.js-fadeUp {
  opacity: 0; }

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 0; }

.delay-time {
  animation-delay: 0.4s; }

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
