@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: 'A1 Gothic L',sans-serif;
  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;
}
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 {
  position: absolute;
  left: 3.74%;
  top: 7.5%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bg .logo {
  position: absolute;
  right: 5%;
  bottom: 12.2%;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
          animation: fadeIn 2s ease 0s 1 normal;
}

.bg-1-start {
  position: absolute;
  right: 5%;
  top: 45.625%;
  -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;
  background-color: rgba(0, 145, 0, .75);
  text-align: center;
}

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

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

.prof{
  position: absolute;
  right: 0;
  border: 1px solid;
  border-radius: 20px;
  padding: 0 10px;
  margin-top: 30px;
  cursor: pointer;
  font-size: 1.56rem;
  letter-spacing: .075em;
  font-feature-settings: "palt";
}
.prof:hover{
  opacity: .7;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 80%;
  max-width: 600px;
  width: 93.333%;
  padding: 85px 100px;
  background-color: #fff;
  z-index: 2;
  font-size: 1.4rem;
}
.popup-inner h3{
  font-family: 'A1 Gothic M',sans-serif;
  font-size: 1.92rem;
  margin-bottom: 40px;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 20px;
  color: #333;
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,.8); */
  /* z-index: 1; */
  z-index: 2;
  cursor: pointer;
}
.products {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
}

.name{
  color: #eb0000;
  font-size: 1.92rem;
  font-feature-settings: "palt";
}
.name span{
  font-size: 1.68rem;
  letter-spacing: .025em;
  font-feature-settings: "palt";
}
.btn{
  width: 135.6px;
  margin: 0 auto;
}
.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-1 .products{
  top: 42.4%;
  right: 19.7%;
}
.bg-2 {
  background-image: url(../img/lookbook/bg_2.jpg)
}
.bg-2 .products{
  top: 50%;
  padding-top: 73vh;
  left: 34%;
}
.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: 45.5%;
  left: 50%;
}
.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: 11%;
  right: 19.1%;
}
.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: 14.5%;
  right: 20.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: 50%;
  padding-top: 50vh;
  right: 20.8%;
}
.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: 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;
    }
  .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: 7.33333%;
    top: 13vw;
    width: 40vw
  }
  .bg-1-haramaki img,
  .bg-1-start img,
  .bg .logo img{
      width: 100%;
  }
  .bg .logo {
    position: absolute;
    left: 7.33333%;
    bottom: 18vw;
    width: 40vw
  }
  .bg-1-start {
    position: absolute;
    left: 7.33333%;
    top: 46.5vh;
    top: calc(var(--vh, 1vh) * 46.5);
    width: 40vw;
  }
  .txt {
    width: 93.333%;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: 0 auto;
  }
  .txt.staff{
    width: 49.333%;
    top: 27vh;
    top: calc(var(--vh, 1vh) * 27);
    left: 4vw;
    right: auto;
  }
  .txt img{
      width: 100%;
  }
  .prof{
    right: auto;
    left: 0;
    margin-top: 20px;
    padding: 0 .7em;
    font-size: 1.3rem;
  }
  .popup-inner{
    padding: 50px 10px;
    font-size: 1.2rem;
    white-space: nowrap;
  }
  .popup-inner h3 {
    font-size: 1.44rem;
    margin-bottom: 20px;
  }

  /* .products {
    left: 50%;
    top: 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%;
  }
  .products a{
      display: block;
  } */
  .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-1 .products {
    top: 47vh;
    top: calc(var(--vh, 1vh) * 47);
    right: 8.5vw;
  }
  .bg-2 {
    background-image: url(../img/lookbook/bg_2_sp.jpg)
  }
  .bg-2 .products {
    padding-top: 75vh;
    padding-top: calc(var(--vh, 1vh) * 75);
    left: 28.5vw;
  }
  .bg-3 {
    background-image: url(../img/lookbook/bg_3_sp.jpg)
  }
  .bg-3 .products {
    top: 55%;
    padding-top: 74vh;
    padding-top: calc(var(--vh, 1vh) * 74);
    left: 0;
    right: 0;
  }
  .bg-3 .products .name{
    padding-left: 90px;
  }
  .bg-4 {
    background-image: url(../img/lookbook/bg_4_sp.jpg)
  }
  .bg-4 .products {
    top: 51%;
    left: 40vw;
  }
  .bg-5 {
    background-image: url(../img/lookbook/bg_5_sp.jpg)
  }
  .bg-5 .products {
    top: 50%;
    padding-top: 46vh;
    padding-top: calc(var(--vh, 1vh) * 46);
    right: auto;
    left: 10vw;
  }
  .bg-6 {
    background-image: url(../img/lookbook/bg_6_sp.jpg)
  }
  .bg-6 .products {
    top: 7.9vh;
    top: calc(var(--vh, 1vh) * 7.9);
    right: 4vw;
  }
  .bg-7 {
    background-image: url(../img/lookbook/bg_7_sp.jpg)
  }
  .bg-7 .products {
    top: 13.2vh;
    top: calc(var(--vh, 1vh) * 13.2);
    left: 7.2vw;
  }
  .bg-8 {
    background-image: url(../img/lookbook/bg_8_sp.jpg)
  }
  .bg-8 .products {
    top: 11vh;
    top: calc(var(--vh, 1vh) * 11);
    right: 7vw;
  }
  .bg-9 {
    background-image: url(../img/lookbook/bg_9_sp.jpg)
  }
  .bg-9 .products {
    top: 23.3vh;
    top: calc(var(--vh, 1vh) * 23.3);
    left: 4vw;
  }
  .bg-10 {
    background-image: url(../img/lookbook/bg_10_sp.jpg)
  }
  .bg-10 .products {
    top: 60%;
    padding-top: 34vh;
    padding-top: calc(var(--vh, 1vh) * 34);
    right: 11.7vw;
  }
  .arrow {
    display: block;
    position: fixed;
    right: 0;
    bottom: 17px;
    transform: translate(-50%, 0);
    z-index: 1000;
    width: 30px
  }
  .arrow img{
      width: 100%;
  }
  .name{
    font-size: 1.6rem;
    line-height: 1;
    white-space: nowrap;
  }
  .name span {
    font-size: 1.4rem;
  }
  .btn{
      width: 113px;
      margin-top: -2px;
  }
  .btn img{
    width: 100%;
  }
  .bg-1 .btn,.bg-4 .btn,.bg-9 .btn,.bg-10 .btn
  {
    margin: 0 auto;
    padding-top: 5px;
  }
  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{
    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: 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;
  }
}
@media (max-width: 320px){
  .popup-inner {
    white-space: normal;
  }
}