@charset "UTF-8";
.stylesnap-lp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-size: calc(24 / 770 * 100vw);
  line-height: 1.6;
}

@media screen and (min-width: 787px) {
    .stylesnap-lp * {
        font-size: calc(15 / 1770 * 100vw);
    }
}

@media screen and (min-width: 1770px) {
    .stylesnap-lp * {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
  }

body {
    font-family: "Noto Sans JP", "Work Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.pc {
    display: none !important;
  }

  @media screen and (min-width: 787px) {
    .pc {
      display: block !important;
    }
  }

.sp {
    display: block !important;
}

  @media screen and (min-width: 787px) {
    .sp {
      display: none !important;
    }
  }

.stylesnap-lp {
    position: relative;
    width: 100%;
    color: #1A1A1A;
    padding-top: 8vw;
}
@media screen and (min-width: 787px) {
    .stylesnap-lp {
	    padding-top: 55px;
    }
}

.stylesnap-intro {
    margin: 0 1.2em 2em;
    text-align: center;
}

.stylesnap-intro h1 {
    margin-top: 0;
    margin-bottom: 40px;
}
.stylesnap-intro h1 svg {
    width: 90%;
    max-width: 518px;
    height: auto;
}

.stylesnap-intro p {
    font-size: 1.964285em;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 787px) {
    .stylesnap-intro {
        margin-bottom: 60px;
    }

    .stylesnap-intro h1 {
        margin-bottom: 30px;
    }

    .stylesnap-intro h1 svg {
        width: 372px;
    }

    .stylesnap-intro p {
        font-size: 3.31875em;
    }
}

.stylesnap-container {
    width: 100%;
    background-color: #F1F3F2;
    padding: 5vw 4%;
}
@media screen and (min-width: 787px) {
    .stylesnap-container {
        padding: 35px 0;
    }
}

.stylesnap-index-cols {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
    max-width: 650px;
}

.stylesnap-col {
    width: 50%;
    margin: 7.5px 0;
    padding: 0 7.5px;
    text-align: left;
    position: relative;
    max-width: 325px;
}

.stylesnap-col__img {
    display: block;
    position: relative;
    margin: 0 auto 0.7em;
    width: 100%;
    height: auto;
    max-width: 100%;
}
.stylesnap-col__preheader {
    font-family: "Noto Sans JP", "Work Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    font-size: 0.6072em;
    margin-bottom: 0.529em;
}

.stylesnap-col__header {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 0.25em;
    line-height: 1.1;
    font-size: 1.22768em;
    color: #1A1A1A;
}
@media screen and (min-width: 787px) {
    .stylesnap-index-cols {
        max-width: calc(850px + 30px);
    }
    .stylesnap-col {
        width: 25%;
        margin: 15px 0;
        padding: 0 15px;
        text-align: center;
        max-width: none;
    }
    .stylesnap-col__img {
        display: block;
        margin: 0;
    }
    .stylesnap-col__header {
        font-size: 1.659378em;
        color: #FFF;
    }
    .stylesnap-col__preheader {
        font-size: 1.10625em;
    }

}
@media screen and (min-width: 1000px) {
    .stylesnap-col__header {
        font-size: 1rem;
    }
    .stylesnap-col__preheader {
        font-size: 0.75rem;
    }
}

.stylesnap-col .dataarea {
    position: relative;
    background-color: transparent;
    color: #1A1A1A;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    display: block;
    margin-bottom: 1.5em;
    opacity: 1;
}
.stylesnap-col__link:hover .dataarea {
    opacity: 1;
}
@media screen and (min-width: 787px) {
    .stylesnap-col .dataarea {
        position: absolute;
        background-color: rgba(26, 26, 26, 0.5);
        color: #FFF;
        width: calc(100% - 30px);
        height: 100%;
        left: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        opacity: 0;
    }
}
.stylesnap-col__link {
    text-decoration: none;
    line-height: 1.15;
}
.coming_soon a.stylesnap-col__link {
    pointer-events: none;
}
.coming_soon a.stylesnap-col__link img {
    opacity: 1;
}
.coming_soon a.stylesnap-col__link .stylesnap-col__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.7);
}
.coming_soon a.stylesnap-col__link .stylesnap-col__img span {
    font-size: 1.4em;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #1A1A1A;
    text-align: center;
    font-size: 1.4em;
    font-weight: 400;
    width: 100%;
    display: block;
    z-index: 3;
}
@media screen and (min-width: 787px) {
    .coming_soon a.stylesnap-col__link .stylesnap-col__img span {
        font-size: 20px;
    }
}

h1, h2, h3, h4, h5 {
    font-family: "Noto Sans JP", "Work Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.stylesnap-single-conatiner-cols {
    position: relative;
    width: 86.67vw;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 13vw;
}
.col-mv {
    width: 100%;
    position: relative;
    margin-bottom: 2em;
}
.col-mv img {
    border-right: 6px solid #1A1A1A;
    width: 100%;
}
.col-mv .mv-code {
    position: absolute;
    font-family: "Work Sans", sans-serif;
    top: 0;
    left: 93.2vw;
    transform: rotate(90deg);
    transform-origin: left top;
    width: inherit;
    font-size: 1.58306em;
    font-weight: 600;
    letter-spacing: 0.2em;
}
.col-mv .mv-code .code-num {
    font-size: 1em;
    font-weight: 400;
}
.col-mv .mv-code .code-num span {
    font-size: 0.8em;
}
.col-contents {
    letter-spacing: 0.125em;
}
.col-contents p {
    line-height: 1.75em;
}
.col-contents .prehead {
    font-size: 0.833333em;
    margin-bottom: 0.75em;
    line-height: 1.25em;
}
.col-contents h2 {
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 0.25em;
    margin-bottom: 1.25em;
}
.col-contents h3 {
    font-size: 1.5em;
    letter-spacing: 0;
    font-weight: 600;
    line-height: 1.75em;
    margin-bottom: 0.5em;
}
.col-contents .sub-cols {
    display: flex;
    flex-wrap: nowrap;
    margin-right: -6.665vw;
    margin-top: 3em;
    justify-content: space-between;
}
.col-contents .prd-info {
    margin-top: 5em;
    width: 48vw;
}
.col-contents .prd-info .prd-category {
    font-size: 1.02122em;
    font-family: "Work Sans", sans-serif;
    line-height: 1.75em;
}
.col-contents .prd-info .prd-name {
    font-size: 1.10632em;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 0.75em;
}
.col-contents .prd-info .prd-txt {
    line-height: 2em;
    width: 41vw;
}
.col-contents .prd-info .prd-txt .color {
    line-height: 1.5;
    font-size: 0.916666em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    white-space: nowrap;
}
.col-contents .prd-info .prd-txt .price {
    margin-bottom: 0.5em;
    font-size: 0.916666em;
}
.col-contents .prd-info .prd-txt .price span {
    font-size: 0.727275em;
}
.col-contents .prd-info .prd-txt a {
    font-size: 0.916666em;
    text-decoration: underline;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
}
.subV {
    width: 40vw;
}
.prdV {
    width: 80vw;
    margin: 11vw auto 0 -6.665vw;
}

@media screen and (min-width: 787px) {
    .stylesnap-single-conatiner-cols {
        width: 95vw;
        max-width: 1000px;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10vw;
    }
    .col-mv {
        max-width: 500px;
        width: 47.5vw;
        position: relative;
        margin-bottom: 0;
    }
    .col-mv img {
        max-width: 400px;
        width: 40vw;
    }
    .col-mv .mv-code {
        left: calc(40vw + 10px + 1em);
        transform-origin: left top;
        font-size: 1.25rem;
    }
    .col-mv .mv-code .code-num {
        font-size: 1.25rem;
    }
    .col-mv .mv-code .code-num span {
        font-size: 1rem;
    }
    .col-contents {
        max-width: 500px;
        width: 47.5vw;
    }
    .col-contents p {
        font-size: 0.875rem;
    }
    .col-contents .prehead {
        font-size: 0.75rem;
        margin-bottom: 1em;
        line-height: 1.25em;
    }
    .col-contents h2 {
        font-size: 1.25rem;
        letter-spacing: 0.25em;
        margin-bottom: 1em;
    }
    .col-contents h3 {
        font-size: 1.5rem;
        letter-spacing: 0.1em;
        font-weight: 500;
        line-height: 1.25em;
        margin-bottom: 0.5em;
    }
    .col-contents .sub-cols {
        display: block;
        margin-right: inherit;
        margin-top: 0;
    }
    .col-contents .prd-info {
        margin-top: 50px;
    }
    .col-contents .prd-info .prd-category {
        font-size: 1rem;
        line-height: 1.75em;
    }
    .col-contents .prd-info .prd-name {
        font-size: 1rem;
        line-height: 1.4em;
        margin-bottom: 0.75em;
    }
    .col-contents .prd-info .prd-txt {
        display: block;
        width: 25vw;
        max-width: 250px;
        line-height: 2em;
    }
    .col-contents .prd-info .prd-txt .color {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        margin-top: 1em;
        margin-bottom: 0.5em;
        white-space: normal;
    }
    .col-contents .prd-info .prd-txt .price {
        font-size: 0.875rem;
        letter-spacing: 0.05em;
        margin-bottom: 1em;
    }
    .col-contents .prd-info .prd-txt .price span {
        font-size: 0.6rem;
    }
    .col-contents .prd-info .prd-txt a {
        font-size: 0.875rem;
    }
    .subV {
        position: absolute;
        right: 0;
        width: 20vw;
        top: 45vw;
    }
    .prdV {
        max-width: 400px;
        width: 40vw;
        margin: 9vw auto 0;
    }
    .prdV a img {
        transition: all 0.3s;
    }
    .prdV a:hover img {
        opacity: 0.7;
    }

}
@media screen and (min-width: 1000px) {
    .stylesnap-single-conatiner-cols {
        margin-bottom: 100px;
    }
    .col-mv .mv-code {
        left: calc(400px + 10px + 1em);
    }
    .subV {
        width: 200px;
        top: 441px;
    }

}
.stylesnap-single-foot {
    width: 83vw;
    margin: 0 auto 40px;
    border-top: 1px solid #1A1A1A;
    padding-top: 2em;
}
.stylesnap-single-foot h2 {
    text-align: center;
    font-weight: 500;
    font-size: 0.916666em;
    letter-spacing: 0.125em;
    margin-bottom: 1em;
    font-family: "Work Sans", sans-serif;
}
.stylesnap-single-foot p {
    font-size: 0.833333em;
    line-height: 2em;
    display: block;
    margin: 0 auto;
}
.stylesnap-single-foot .footnavi {
    display: flex;
    justify-content: space-between;
    margin-top: 10.6vw;
}
.stylesnap-single-foot .footnavi a {
    font-size: 1em;
    display: inline-block;
    text-decoration: underline;
}
@media screen and (min-width: 787px) {
    .stylesnap-single-foot {
        max-width: 850px;
        width: 85vw;
        margin: 0 auto 40px;
        padding: 4em;
    }
    .stylesnap-single-foot h2 {
        font-size: .875rem;
    }
    .stylesnap-single-foot p {
        font-size: 0.75rem;
        max-width: 550px;
        margin: 0 auto;
    }
    .stylesnap-single-foot .footnavi {
        justify-content: center;
        margin-top: 100px;
    }
    .stylesnap-single-foot .footnavi a {
        font-size: .875rem;
        margin: 0 2em;
    }

}
