@charset "UTF-8";
@media (max-width: 768px) {
  /* --- 表示切り替え --- */
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /* --- 共通設定 --- */
  .wrapper {
    padding: 0 5vw;
    width: 100%;
    box-sizing: border-box;
  }
  .grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    -moz-column-gap: 8px;
         column-gap: 8px;
    row-gap: 0;
    max-width: none;
  }
  .credit {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
  }
  .credit .comment {
    line-height: 150%;
  }
  .credit .comment span {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 9px;
    font-weight: 400;
    font-style: normal;
    line-height: 100%;
    color: #333333;
    margin-top: 10px;
  }
  .credit p {
    display: block;
    margin-bottom: 5px;
  }
  .credit p a {
    border: #333 solid 1px;
    color: #333;
    padding: 2px 8px;
    margin-left: 8px;
    font-size: 10px;
  }
  .credit p .comingsoon {
    background: none;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #333;
    letter-spacing: 0.5px;
    line-height: 100%;
  }
  .num {
    grid-column: 1/6;
    grid-row: 1;
  }
  /* --- TOP (Main Visual) --- */
  #top {
    margin-bottom: 26.6vw; /* 100px相当 */
    /* ギャラリーリンク (LOOK 1-7) */
  }
  #top .mainvisual {
    position: relative;
    margin-bottom: 64px;
    color: #fff;
  }
  #top .mainvisual .main-ttl01 {
    position: absolute;
    left: 53.6vw;
    top: 6.13vw;
    z-index: 1;
    width: 42.6vw;
  }
  #top .mainvisual .main-ttl02 {
    position: absolute;
    left: 5vw;
    top: 84vw;
    z-index: 1;
    font-size: clamp(20px, 9.066vw, 38px);
    line-height: 100%;
    letter-spacing: 0.5px;
  }
  #top .mainvisual .main-ttl03 {
    position: absolute;
    right: 5vw;
    top: 113.6vw;
    z-index: 1;
    font-size: clamp(20px, 9.066vw, 38px);
    line-height: 100%;
    letter-spacing: 0.5px;
  }
  #top .read p {
    text-align: center;
    font-size: 15px;
    line-height: 220%;
    letter-spacing: 0.5px;
  }
  #top .contents {
    margin-top: 20vw;
    margin-bottom: 20vw;
  }
  #top .contents h2 {
    max-width: 100%;
    margin: 0 auto 48px auto;
    width: 100%;
  }
  #top .contents .gallery-list {
    max-width: 100%;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  #top .contents .gallery-list li {
    width: 100%;
  }
  /* --- Look 1 --- */
  #sec1 {
    margin-top: 0;
    overflow: hidden;
  }
  #sec1 .img01 {
    grid-column: 1/7;
    grid-row: 2;
    margin-top: 40px;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #sec1 .img01 .credit {
    margin-top: 24px;
    margin-left: 5vw;
  }
  #sec1 .img02 {
    grid-column: 3/7;
    grid-row: 3;
    margin-top: 60px;
    margin-right: -5vw;
  }
  #sec1 .img03 {
    grid-column: 1/7;
    grid-row: 4;
    width: calc(200% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
    margin-top: -40vw;
  }
  /* --- Look 2 --- */
  #sec2 {
    margin-top: 32vw;
    overflow: hidden;
  }
  #sec2 .img01 {
    grid-column: 1/7;
    grid-row: 2;
    margin-top: 40px;
    width: auto;
  }
  #sec2 .img01 .credit {
    margin-top: 24px;
  }
  #sec2 .img02 {
    grid-column: 1/7;
    grid-row: 4;
    width: calc(200% + 10vw);
    margin-left: -45vw;
    margin-top: -10vw;
  }
  /* --- Look 3 --- */
  #sec3 {
    overflow: hidden;
  }
  #sec3 .img01 {
    grid-column: 1/6;
    grid-row: 2;
    margin-top: 40px;
    margin-left: -5vw;
    width: auto;
  }
  #sec3 .img01 .credit {
    margin-top: 24px;
    margin-left: 5vw;
    align-self: flex-start;
  }
  #sec3 .img02 {
    grid-column: 2/6;
    grid-row: 3;
    margin-top: 60px;
  }
  /* --- Look 4 --- */
  #sec4 {
    margin-top: 32vw;
    overflow: hidden;
  }
  #sec4 .img01 {
    grid-column: 1/7;
    grid-row: 2;
    margin-top: 40px;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #sec4 .img01 .credit {
    margin-top: 24px;
    margin-left: 5vw;
  }
  #sec4 .img02 {
    grid-column: 1/7;
    grid-row: 3;
    margin-top: -30vw;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
  /* --- Look 5 --- */
  #sec5 {
    margin-top: 32vw;
    overflow: hidden;
  }
  #sec5 .img01 {
    /* メイン画像 */
    grid-column: 2/7;
    grid-row: 2;
    margin-top: 40px;
    margin-right: -5vw; /* 右端へ */
    width: auto;
  }
  #sec5 .img01 .credit {
    margin-top: 24px;
  }
  #sec5 .img02 {
    grid-column: 1/7;
    grid-row: 3;
    margin-top: 60px;
    width: 100%;
  }
  #sec5 .img02 ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
  }
  #sec5 .img02 ul li {
    width: 50%;
  }
  #sec5 .img02 ul li img {
    width: 100%;
    height: auto;
  }
  #sec5 .img03 {
    grid-column: 1/7;
    grid-row: 4;
    width: calc(200% + 10vw);
    margin-left: -45vw;
    margin-top: -65vw;
  }
  /* --- Look 6 --- */
  #sec6 {
    margin-top: 64px;
    overflow: hidden;
    /* 背景画像っぽいやつ */
    /* メイン画像（手前） */
  }
  #sec6 .img02 {
    grid-column: 1/7;
    grid-row: 3;
    margin-top: -30vw;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
  }
  #sec6 .img01 {
    grid-column: 2/6;
    grid-row: 2;
    margin-top: 40px;
  }
  #sec6 .img01 .credit {
    margin-top: 24px;
  }
  /* --- Look 7 --- */
  #sec7 {
    margin-top: 144px;
    overflow: hidden;
  }
  #sec7 .img01 {
    grid-column: 1/7;
    grid-row: 2;
    width: calc(100% + 10vw);
    margin-left: -5vw;
    margin-right: -5vw;
    margin-top: 40px;
  }
  #sec7 .img01 .credit {
    margin-top: 24px;
    margin-left: 5vw;
  }
  #sec7 .img02 {
    grid-column: 3/7;
    grid-row: 3;
    margin-top: 60px;
    margin-right: -5vw;
  }
  #sec7 .img03 {
    grid-column: 1/7;
    grid-row: 4;
    width: calc(200% + 10vw);
    margin-left: -45vw;
    margin-top: -65vw;
  }
  /* --- Wishlist --- */
  #wishlist {
    margin: 144px 0 20vw 0;
  }
  #wishlist h2 {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 100%;
    text-align: center;
    margin-bottom: 6vw;
    font-size: clamp(37px, 14.93vw, 56px);
  }
  #wishlist .wrap {
    max-width: 88.8%;
    margin: 0 auto;
    padding: 0 5vw;
  }
  #wishlist .flexbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  #wishlist .flexbox dl {
    border: #333 solid 0.5px;
  }
  #wishlist .flexbox dl dt {
    width: 100%;
  }
  #wishlist .flexbox dl dt picture {
    display: block;
    width: 100%;
  }
  #wishlist .flexbox dl dt picture img {
    width: 100%;
    height: auto;
    display: block;
  }
  #wishlist .flexbox dl dd {
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 100%;
    padding: 16px 8px;
    border-top: #333 solid 0.5px;
    text-align: center;
  }
  #wishlist .check {
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 10px;
    font-weight: 400;
    font-style: normal;
    line-height: 200%;
    letter-spacing: 0.5px;
    color: #333333;
    margin-top: 18px;
    text-align: center;
  }
  /* --- Staff --- */
  #staff {
    text-align: center;
    font-size: 12px;
    font-family: "helvetica-neue-lt-pro", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 180%;
    margin-top: 80px;
    padding-bottom: 160px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #staff ul {
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0 auto;
    padding: 0;
  }
  #staff ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  /* --- Buttons --- */
  .btn {
    margin: 96px auto 0 auto;
    width: 100%;
  }
  .btn ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
  }
  .btn ul li {
    width: 53.33vw;
  }
}/*# sourceMappingURL=sp.css.map */