@charset "UTF-8";

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

*, :before, :after {
  background-repeat: no-repeat;
  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] {
  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%;
  font-family: 'Shuei MaruGo B',sans-serif;
  color: #000;
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
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;
}
body.main-bg2::before{
  background:url(../img/bg2.jpg) no-repeat top center;
  background-size: cover;
}
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;
  list-style-type: none;
  word-break: normal;
  position: relative;
  font-weight: 400;
  z-index: 2
}

a{
  text-decoration: none;
}

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

.spOnly{
    display: none;
}
.hide{
  opacity: 0;
}
.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 {
  border: solid 7px #ffffff;
  border-radius: 28px;
  padding: 35px 43px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bg-1-start {
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  text-align: center;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.scroll {
  position: absolute;
  bottom: 30px;
  right: 0;
  left: 0;
  text-align: center;
  -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;
  transform: translate(-50%, -50%)!important;
  transition: all .5s ease-out
}

.fade2 {
  transition: all 1.2s ease-out .8s;
}

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

.info {
  padding: 0 0 59px;
  color: #ffffff;
  background-color: rgba(0,0,0,.5);
}

.info__ttl {
  margin-bottom: 60px;
  background-color: rgba(0, 0, 0, .55);
  line-height: 56px;
  height: 60px;
  font-size: 2.1rem;
  letter-spacing: .15em;
  text-align: center;
}
.info > div{
  font-size: 1.8rem;
  letter-spacing: .075em;
  line-height: 3.27;
  width: 26em;
  margin: 0 auto;
}
.txt {
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: .05em;
  color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 30px;
  padding: 30px 25px;
}
.txt a{
  color: #fff01e;
}
.products {
  font-family: 'Shuei MaruGo L',sans-serif;
  position: absolute;
  transform: translate(-50%, -50%);
}

.name{
  font-size: 1.92rem;
  font-feature-settings: "palt";
}
.name span{
  font-size: 1.68rem;
  letter-spacing: .025em;
  font-feature-settings: "palt";
}
.products a{
  color: #000;
}
.btn{
  font-size: 1.56rem;
  line-height: 1;
  font-feature-settings: "palt";
  border-radius: 18px;
  border: 1px solid;
  padding: .2em 1em;
  padding: .5em 1em;
  display: inline-block;
}

.bg-1 {
  background-image: url(../img/lookbook/bg_1.jpg)
}
.bg-1 .products{
  top: 42.4%;
  right: 19.7%;
}
.bg-2 {
  background-image: url(../img/lookbook/bg_2.jpg)
}
.bg-2 .products{
  top: 50%;
  margin-top: -21.5vh;
  left: 30%;
}
.bg-3 {
  background-image: url(../img/lookbook/bg_3.jpg)
}
.bg-3 .products{
  top: 50%;
  padding-top: 16vh;
  left: 16.5%;
}
.bg-3 .products .name{
  padding-left: 105px;
}
.bg-4 {
  background-image: url(../img/lookbook/bg_4.jpg)
}
.bg-4 .products{
  top: 50%;
  padding-top: 7vh;
  left: 13.5%;
}
.bg-5 {
  background-image: url(../img/lookbook/bg_5.jpg)
}
.bg-5 .products{
  top: 50%;
  padding-top: 44vh;
  right: 20%;
}
.bg-6 {
  background-image: url(../img/lookbook/bg_6.jpg)
}
.bg-6 .products{
  top: 14%;
  left: 37%;
}
.bg-7 {
  background-image: url(../img/lookbook/bg_7.jpg)
}
.bg-7 .products{
  top: 45.5%;
  left: 10.65%;
}
.bg-8 {
  background-image: url(../img/lookbook/bg_8.jpg)
}
.bg-8 .products{
  top: 50%;
  padding-top: 26vh;
  left: 22.4%;
}
.bg-9 {
  background-image: url(../img/lookbook/bg_9.jpg)
}
.bg-9 .products{
  top: 42.8%;
  left: 28.9%;
}
.bg-10 {
  background-image: url(../img/lookbook/bg_10.jpg)
}
.bg-10 .products{
  top: 8%;
  left: 30.8%;
}
.txt.staff{
  background: none;
  left: 65px;
  transform: translate(0, -50%)!important;
  padding: 0;
}
.txt.staff > div{
  border: 3.5px solid #ffffff;
  border-radius: 30px;
  padding: 25px 22px;
}
.txt.staff img{
  display: block;
  margin: 0 auto;
}
.txt.staff img:last-of-type{
  padding: 15px 0 20px;
}
.txt.staff div.inner{
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: .075em;
  width: 17em;
  margin: 0 auto;
}
footer {
  background-color: #fff;
  padding: 20px 0 35px
}

footer .share__ttl {
    text-align: center;
    margin-bottom: 22px;
    font-size: 2.1rem;
    letter-spacing: .15em;
}

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

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

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

footer .footer__links-store {
  display: flex;
  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;
  }
  body.main-bg2::before{
    background:url(../img/bg2_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 {
    border: solid 3.5px #ffffff;
    position: absolute;
    width: 93.333%;
    margin-top: 17vw;
    padding: 18px 21px;
  }
  .bg-1-haramaki img,
  .bg-1-start img,
  .bg .scroll img{
      width: 100%;
  }
  .bg-1-start {
    position: absolute;
    top: 5.33vw;
    width: 93.333%;
    margin: 0 auto;
  }
  .scroll{
    width: 16%;
    margin: 0 auto;
  }
  .txt {
    max-width: 350px;
    width: 93.333%;
    font-size: 1.35rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
    padding: 20px 5px 20px 15px;
  }
  .txt a{
    font-size: 1.35rem;
  }
  .txt.staff{
    width: 70%;
    left: 0;
    top: 50%;
    padding-top: 40vh;
  }
  .txt.staff > div{
    border: 2.6px solid #ffffff;
    padding: 13px 15px;
  }
  .txt.staff div.inner{
    font-size: 1.05rem;
  }
  .txt img{
      width: 100%;
  }
  .txt img:last-of-type{
    width: 49.333%;
  }
  .products{
    transform: translate(0, -50%)!important;
  }
  .fade.active {
    transform: translate(0, -50%)!important;
    opacity: 1;
  }
  .fade {
    opacity: 0;
    transform: translate(0, -50%)!important;
    transition: all .5s ease-out;
  }
  .fade2 {
    transition: all 1s ease-out .5s;
  }
  .bg-1 {
    background-image: url(../img/lookbook/bg_1_sp.jpg)
  }
  .bg-2 {
    background-image: url(../img/lookbook/bg_2_sp.jpg)
  }
  .bg-2 .products {
    top: 17%;
    left: 7.5vw;
    margin-top: 0;
  }
  .bg-3 {
    background-image: url(../img/lookbook/bg_3_sp.jpg)
  }
  .bg-4 {
    background-image: url(../img/lookbook/bg_4_sp.jpg)
  }
  .bg-4 .products {
    top: 37%;
    padding-top: 0;
    left: 10vw;
  }
  .bg-5 {
    background-image: url(../img/lookbook/bg_5_sp.jpg)
  }
  .bg-6 {
    background-image: url(../img/lookbook/bg_6_sp.jpg)
  }
  .bg-6 .products {
    top: 17vh;
    top: calc(var(--vh, 1vh) * 17);
    left: 50%;
    transform: translate(-50%, -50%)!important;
  }
  .bg-7 {
    background-image: url(../img/lookbook/bg_7_sp.jpg)
  }
  .bg-8 {
    background-image: url(../img/lookbook/bg_8_sp.jpg)
  }
  .bg-8 .products {
    top: 45%;
    padding-top: 0;
    left: 50%;
    transform: translate(-50%, -50%)!important;
  }
  .bg-9 {
    background-image: url(../img/lookbook/bg_9_sp.jpg)
  }
  .bg-10 {
    background-image: url(../img/lookbook/bg_10_sp.jpg)
  }
  .bg-10 .products {
    top: 10%;
    left: 7.7vw;
  }
  .name{
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
  }
  .name span {
    font-size: 1.4rem;
  }
  .btn{
    font-size: 1.3rem;
  }
  .btn img{
    width: 100%;
  }
  .bg-1 .btn,.bg-4 .btn,.bg-9 .btn,.bg-10 .btn
  {
    margin: 0 auto;
    padding-top: 5px;
  }
  .info > div{
    width: 21em;
    font-size: 1.35rem;
    line-height: 2;
  }
  footer {
    padding: 8px 0 35px
  }
  footer .share {
    width: 50%;
    max-width: 85%;
    margin: 0 auto 18px;
    display: flex;
    justify-content: space-between
  }
  footer .share__ttl img{
    width: 22%;
  }
  footer .share__item {
    width: 40px
  }
  footer .share__item img {
    width: 40px;
  }
  footer .share__ttl{
    font-size: 1.575rem;
    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: flex;
    justify-content: center;
    margin-bottom: 14px;
    flex-direction: column;
    align-items: center
  }
  footer .footer__links-store a {
    text-decoration: none;
    font-size: 1rem;
    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 {
    font-size: 1.575rem;
    margin-bottom: 40px;
    line-height: 41px;
    height: 45px;
  }
  .info__ttl img {
    height: 15px;
    width: auto
  }
  .info div img{
      width: 77%;
      margin: 0 auto;
  }
}
@media (max-width: 320px){
  .txt {
    font-size: 1.2rem;
    padding: 20px 10px;
  }
  .info > div {
    font-size: 1.2rem;
  }
}