@charset "UTF-8";

/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */

*, :before, :after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  height: 0;
  overflow: visible
}

main {
  display: block
}

nav ol, nav ul {
  list-style: none
}

pre {
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-size: 1em
}

small {
  font-size: 80%
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}

audio, video {
  display: inline-block
}

audio:not([controls]) {
  display: none;
  height: 0
}

img {
  border-style: none
}

svg:not([fill]) {
  fill: currentColor
}

svg:not(:root) {
  overflow: hidden
}

table {
  border-collapse: collapse
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input, select {
  margin: 0
}

button {
  overflow: visible;
  text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

fieldset {
  padding: .35em .75em .625em
}

input {
  overflow: visible
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  text-transform: none
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical
}

[type=checkbox], [type=radio] {
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

details {
  display: block
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

dialog:not([open]) {
  display: none
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

[hidden] {
  display: none
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}

html {
  font-size: 62.5%;
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  width: 100%;
}
body::before {
    background:url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
}
html, body {
  min-width: 100%;
  height: 100%
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dd, small, a {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: .07em;
  color: #000;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro', -apple-system, BlinkMacSystemFont, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  list-style-type: none;
  word-break: normal;
  position: relative;
  font-weight: 400;
  z-index: 2
}

a:hover {
  opacity: .7;
}
a:hover .btn{
  opacity: .7;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

.spOnly{
    display: none;
}
.hide{
  opacity: 0;
}
.btn{
    margin-top: 20px;
}
.bg {
  background-size: cover;
  background-position: top center;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.bg-1-haramaki {
  position: absolute;
  left: 6%;
  top: 22.2%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bg .logo {
  position: absolute;
  right: 13.8%;
  top: 8.8%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bg-1-start {
  position: absolute;
  left: 5.9%;
  top: 29.4%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

@-webkit-keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

.fade {
  opacity: 0;
  -webkit-transform: translate(-50%, -48%)!important;
          transform: translate(-50%, -48%)!important;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out
}

.fade.active {
  -webkit-transform: translate(-50%, -50%)!important;
          transform: translate(-50%, -50%)!important;
  opacity: 1
}

.info {
  padding: 0 0 59px;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}

.info__ttl {
  margin-bottom: 60px;
  background-color: #000;
  line-height: 56px;
  height: 60px;
}

.txt {
  width: 95%;
  max-width: 400px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.products {
  position: absolute;
  right: 6.8%;
  top: 97px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 300px;
  text-align: center;
}

.products.left{
    right: auto;
    left: 17%;
    top: 109px;
}
.products.top{
    top: 115px;
}

.products__item a {
  display: block;
  text-align: center
}

.products__item a img {
  width: 100%;
  display: block;
  margin: 0 auto 20px
}

.bg-1 {
  background-image: url(../img/lookbook/bg_1.jpg)
}

.bg-2 {
  background-image: url(../img/lookbook/bg_2.jpg)
}

.bg-3 {
  background-image: url(../img/lookbook/bg_3.jpg)
}

.bg-4 {
  background-image: url(../img/lookbook/bg_4.jpg)
}

.bg-5 {
  background-image: url(../img/lookbook/bg_5.jpg)
}

.bg-6 {
  background-image: url(../img/lookbook/bg_6.jpg)
}

.bg-7 {
  background-image: url(../img/lookbook/bg_7.jpg)
}

.bg-8 {
  background-image: url(../img/lookbook/bg_8.jpg)
}

.bg-9 {
  background-image: url(../img/lookbook/bg_9.jpg)
}

.bg-10 {
  background-image: url(../img/lookbook/bg_10.jpg)
}

.arrow {
  display: block;
  position: fixed;
  right: 15%;
  bottom: 30px;
  z-index: 1000
}

footer {
  background-color: #fff;
  padding: 20px 0 35px
}

footer .share__ttl {
    text-align: center;
    margin-bottom: 22px;
}

footer .share {
  width: 95%;
  max-width: 250px;
  margin: 0 auto 27px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between
}

footer .footer__btn{
    border-top: 1px solid;
    text-align: center;
    padding-top: 28px;
}

footer .footer__btn div{
    margin-bottom: 28px;
}

footer .footer__links-store {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-bottom: 23px
}

footer .footer__links-store a {
  text-decoration: none;
  font-size: 1.2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  color: #000
}

footer .footer__links-store a:after {
  content: "／";
  display: inline;
  font-size: 1.3rem
}

footer .footer__links-store li:last-child a:after {
  content: none
}

footer small {
  display: block;
  text-align: center
}

@media(max-width:768px) {
    body::before {
        background:url(../img/bg_sp.jpg) no-repeat top center;
        background-size: cover;
    }
  .pcOnly{
      display: none;
  }
  .spOnly{
      display: block;
  }
  .bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .bg-1-haramaki {
    position: absolute;
    left: 37.5%;
    top: 15vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 48vw
  }
  .bg-1-haramaki img,
  .bg-1-start img,
  .bg .logo img{
      width: 100%;
  }
  .bg .logo {
    position: absolute;
    right: 3%;
    top: 65vw;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 13.33vw
  }
  .bg-1-start {
    position: absolute;
    left: 37%;
    top: 24vw;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 48vw
  }
  .txt {
    width: 95%;
    max-width: 95%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%)
  }
  .txt.staff{
    width: 87%;
  }
  .txt img{
      width: 100%;
  }
  .products {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 100vh;
    max-height: calc(var(--vh, 1vh) * 100);
    max-width: 100%;
    position: relative;
  }
  .products a{
      display: block;
  }
  .products.left{
      top: 50%;
      left: 50%;
  }
  .products.top {
    top: 50%;
  }
  .bg-1 {
    background-image: url(../img/lookbook/bg_1_sp.jpg)
  }
  .bg-1 .products .name{
    position: absolute;
    top: 20px;
    right: 5vw;
  }
  .bg-1 .products .btn{
    position: absolute;
    top: -3px;
    left: 5vw;
  }
  .bg-2 {
    background-image: url(../img/lookbook/bg_2_sp.jpg)
  }
  .bg-2 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-2 .products .btn{
    position: absolute;
    top: -3px;
    right: 5vw;
  }
  .bg-3 {
    background-image: url(../img/lookbook/bg_3_sp.jpg)
  }
  .bg-3 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-3 .products .btn{
    position: absolute;
    top: 56vw;
    right: 5vw;
  }
  .bg-4 {
    background-image: url(../img/lookbook/bg_4_sp.jpg)
  }
  .bg-4 .products .name{
    position: absolute;
    top: 20px;
    right: 5vw;
  }
  .bg-4 .products .btn{
    position: absolute;
    top: 80vw;
    left: 5vw;
  }
  .bg-5 {
    background-image: url(../img/lookbook/bg_5_sp.jpg)
  }
  .bg-5 .products .name{
    position: absolute;
    top: 5px;
    left: 5vw;
  }
  .bg-5 .products .btn{
    position: absolute;
    top: 80vw;
    right: 5vw;
  }  
  .bg-6 {
    background-image: url(../img/lookbook/bg_6_sp.jpg)
  }
  .bg-6 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-6 .products .btn{
    position: absolute;
    right: 5vw;
  }  
  .bg-7 {
    background-image: url(../img/lookbook/bg_7_sp.jpg)
  }
  .bg-7 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-7 .products .btn{
    position: absolute;
    right: 5vw;
  }
  .bg-8 {
    background-image: url(../img/lookbook/bg_8_sp.jpg)
  }
  .bg-8 .products .name{
    position: absolute;
    top: 20px;
    right: 5vw;
  }
  .bg-8 .products .btn{
    position: absolute;
    top: 88vh;
    top: calc(var(--vh, 1vh) * 88);
    left: 5vw;
  }
  .bg-9 {
    background-image: url(../img/lookbook/bg_9_sp.jpg)
  }
  .bg-9 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-9 .products .btn{
    position: absolute;
    right: 5vw;
  }
  .bg-10 .products .name{
    position: absolute;
    top: 20px;
    left: 5vw;
  }
  .bg-10 .products .btn{
    position: absolute;
    top: 88vh;
    top: calc(var(--vh, 1vh) * 88);
    left: 5vw;
  }  
  .bg-10 {
    background-image: url(../img/lookbook/bg_10_sp.jpg)
  }
  .arrow {
    display: block;
    position: fixed;
    right: 8%;
    bottom: 17px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1000;
    width: 30px
  }
  .arrow img{
      width: 100%;
  }
  .btn img{
      width: 115px;
  }
  footer {
    border-top: 1px solid #000;
    padding: 8px 0 35px
  }
  footer .share {
    width: 50%;
    max-width: 85%;
    margin: 0 auto 18px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between
  }
  footer .share__ttl img{
    width: 22%;
  }
  footer .share__item {
    width: 40px
  }
  footer .share__item img {
    width: 40px;
  }
  footer .share__ttl{
    margin-bottom: 15px;
  }
  footer .footer__btn{
    padding-top: 18px;
  }
  footer .footer__btn img{
      width: 50%;
      margin: 0 auto;
  }
  footer .footer__btn div {
    margin-bottom: 20px;
  }
  footer .footer__links-store {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 14px;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center
  }
  footer .footer__links-store a {
    text-decoration: none;
    font-size: 1.2rem;
    color: #000
  }
  footer .footer__links-store li{
    line-height: 1;

  }
  footer .footer__links-store a:after {
    content: "";
    display: inline;
    font-size: 1.3rem
  }
  footer .footer__links-store li:last-child a:after {
    content: none
  }
  footer small {
    display: block;
    text-align: center
  }
  footer small img {
    height: 11px;
    width: auto
  }
  .info {
    padding: 0 0 42px;
  }
  .info__ttl {
    margin-bottom: 40px;
    line-height: 41px;
    height: 45px;
  }
  .info__ttl img {
    height: 15px;
    width: auto
  }
  .info div img{
      width: 77%;
      margin: 0 auto;
  }
}