@charset "UTF-8";
@import url("https://use.typekit.net/ccx2eyc.css");
@keyframes arrow {
  0% {
    top: calc(50% - 175px);
  }
  25% {
    top: calc(50% - 175px);
  }
  50% {
    top: calc(50% - 125px);
  }
  75% {
    top: calc(50% - 125px);
  }
  100% {
    top: calc(50% - 175px);
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 70.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  height: 100%;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #999;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
i {
  font-style: normal;
}
form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}
*{
  margin: 0;
  padding: 0;
}
br.brsp {
  display: none;
}
.sp { display: none;}
.pc { display: block;}
.font_jp {
  font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;  
}
.font_thick {
  font-weight: 600;
}
/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: all 1s ease-in-out 0.5s;
}
#loader .load .muse_logo {
  width: 200px;
}
#loader .load div:nth-of-type(2) {
  padding-top: 30px;
  color: #000;
  animation: flash 1s linear infinite;
  text-align: center;
}
@keyframes flash {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
#loader.complete {
  opacity: 0;
  pointer-events: none;
}
#visual {
  width: 100%;
  height: 90vh;
  background-image: url(../images/kv_pc.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -1;
  transition: opacity 0.1s ease-in;
}
#visual ul.kv {
  position: relative;
  overflow: hidden;
  height: 90vh;
}
#visual ul.kv li:nth-of-type(1) {
  position: absolute;
  top: 8%;
  left: 13%;
  width: 19%;
}
#visual ul.kv li:nth-of-type(2) {
  position: absolute;
  top: 55%;
  left: 10%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#visual ul.kv li:nth-of-type(2) svg {
  width: 32%;
}
#visual ul.kv li:nth-of-type(3) {
  position: absolute;
  bottom: 10%;
  left: 13%;
  width: 16%;
}
#visual ul.kv li:nth-of-type(4) {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 13px;
}
#visual ul.kv li:nth-of-type(4) span {
  position: relative;
  top: -70px;
}
#visual ul.kv li:nth-of-type(4)::after{
  content: "";
  position: absolute;
  top: 0;
  left: 5px;
  width: 2px;
  height: 100px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60px;
    opacity: 1;
  }
  100%{
    height:0;
    top:100px;
    opacity: 0;
  }
}
@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  -webkit-animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
          animation: animate-svg-fill-1 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both;
}
@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  -webkit-animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
          animation: animate-svg-fill-2 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.7s both;
}
@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  -webkit-animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-fill-3 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}
@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  -webkit-animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-fill-4 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}
@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-5 {
  -webkit-animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-fill-5 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}
@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-6 {
  -webkit-animation: animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-fill-6 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}
@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  -webkit-animation: animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-fill-7 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}
@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  -webkit-animation: animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-fill-8 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}
@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-9 {
  -webkit-animation: animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
          animation: animate-svg-fill-9 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4s both;
}
@-webkit-keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-10 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-10 {
  -webkit-animation: animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-fill-10 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}
@-webkit-keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-11 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-11 {
  -webkit-animation: animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-fill-11 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@-webkit-keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-12 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-12 {
  -webkit-animation: animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
          animation: animate-svg-fill-12 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.7000000000000002s both;
}
@-webkit-keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-13 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-13 {
  -webkit-animation: animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8000000000000003s both;
          animation: animate-svg-fill-13 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8000000000000003s both;
}
@-webkit-keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-14 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-14 {
  -webkit-animation: animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
          animation: animate-svg-fill-14 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@-webkit-keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-15 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-15 {
  -webkit-animation: animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
          animation: animate-svg-fill-15 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@-webkit-keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-16 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-16 {
  -webkit-animation: animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
          animation: animate-svg-fill-16 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@-webkit-keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-17 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-17 {
  -webkit-animation: animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
          animation: animate-svg-fill-17 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@-webkit-keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-18 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-18 {
  -webkit-animation: animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s both;
          animation: animate-svg-fill-18 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3000000000000003s both;
}
@-webkit-keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-19 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-19 {
  -webkit-animation: animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
          animation: animate-svg-fill-19 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@-webkit-keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-20 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-20 {
  -webkit-animation: animate-svg-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
          animation: animate-svg-fill-20 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}
@-webkit-keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-21 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-21 {
  -webkit-animation: animate-svg-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
          animation: animate-svg-fill-21 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both;
}
@-webkit-keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-22 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-22 {
  -webkit-animation: animate-svg-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
          animation: animate-svg-fill-22 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7s both;
}
@-webkit-keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-23 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-23 {
  -webkit-animation: animate-svg-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s both;
          animation: animate-svg-fill-23 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8000000000000003s both;
}
@-webkit-keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-24 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-24 {
  -webkit-animation: animate-svg-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
          animation: animate-svg-fill-24 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9000000000000004s both;
}
@-webkit-keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
@keyframes animate-svg-fill-25 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-25 {
  -webkit-animation: animate-svg-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0000000000000004s both;
          animation: animate-svg-fill-25 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0000000000000004s both;
}
main {
  width: 100%;
  margin: 90vh auto 0;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 80px;
  border-bottom: 1px solid;
}
main section {
  max-width: 1200px;
  width: 90%;
  margin: auto;
  z-index: 1;
  position: relative;
}
main section .looks {
  padding-top: 100px;
}
main section h4 {
  width: 21%;
  position: -webkit-sticky;
  position: sticky;
  top: calc(50vh - 400px);
  left: 0px;
  height: 0;
  z-index: 10;
  margin-bottom: 110px;
  pointer-events: none;
  padding-left: 10px;
}
main section .look {
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
}
main section .look h5 {
  position: absolute;
  top: -30px;
  right: 0;
  font-size: 1.4em;
}
main section .look h5 span {
  font-size: 1.5em;
}
main section .look ul.l_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main section .look ul.l_img li {
  width: 49.5%;
}
main section .look .credits {
  width: 50%;
  padding: 15px 12px;
  box-sizing: border-box;
}
main section .look:nth-of-type(2n) .credits {
  margin-right: 0;
  margin-left: auto;
}
main section .credits .creditBox {
  display: flex;
  margin-bottom: 6px;
}
main section .credits .creditBox .items__name {
  padding-right: 30px;
}
main section .credits .creditBox .items__name span::after {
  content: "/";
  padding: 0 8px;
}
main section .credits .creditBox .items__price::after,
main section .l1 .credits .creditBox:nth-of-type(4) span:nth-of-type(2)::after,
main section .l20 .credits .creditBox:nth-of-type(1) span:nth-of-type(2)::after {
  content: "" !important;
  padding: 0 !important;
}
main section .credits .creditBox .credit {
  text-decoration: underline;
  text-underline-offset: 3px;
}
main section .credits .creditBox .disable {
  display: none;
}

.around_sth h5 {
  font-size: 38px;
  line-height: 1;
  padding-top: 100px;
}
.around_sth p {
  line-height: 1.7em;
}
.around_sth p span {
  display: block;
}
.around_sth .text {
  padding: 15px 12px;
  box-sizing: border-box;
}

.bx-wrapper { 
  margin-bottom: 0 !important;
  -moz-box-shadow: unset !important;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  border: unset !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  width: 6px;
  height: 6px;
  background: #fff;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  bottom: -18px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bxslider {
  position: relative;
  left: 30vw;
  overflow: visible !important;
}
.bxslider_wrap { 
  overflow: hidden;
}
.bxslider_wrap li { 
  width: 30vw !important;
  padding: 20px;
  box-sizing: border-box;
}

#looks .look .set .text .credits .creditBox {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
#looks .look .set .text .credits .creditBox .items__name {
  text-align: left;
}
#looks .look .set .text .credits .credit dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
}
#looks .look .set .text .credits .items__price, #looks .look .set .text .credits .items__name span {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  padding: 0px;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
#looks .look .set .text .credits .items__name span:not(:first-child) {
  margin-left: 0.2rem;
}
#looks .look .set .text .credits .items__name span:not(:first-child)::before{
  content: " / ";
}
#looks .look .set .text .credits .credit dl dd a,
#looks .look .set .text .creditBox .items__snap a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-decoration: none;
  transition: all 0.25s ease-in 0s;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) {
  text-decoration: underline;
}
#looks .look .set .text .credits .credit dl dd a:not([href]) + span {
  display: inline-block;
}
#looks .look .set .text .credits .credit dl dd a + span {
  display: none;
}
#looks .look .set .text .credits .credit .disable dl dd span{
  display: inline-block;
}
#looks .look .set .text .credits .disable a {
  cursor: auto;
}
#looks .look .set .text .credits .disable a span {
  text-decoration: unset;
  pointer-events: none;
  cursor: text;
}

.staff {
  padding: 100px 0;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-size: 13px;
}
footer {
  width: 100%;
  margin: auto;
  padding: 100px 0;
  z-index: 1;
  position: relative;
  background: #fff;
}
footer .inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
footer .inner .blog {
  width: 44%;
  background: #000;
  margin-bottom: 60px;
  position: relative;
  padding: 5% 6% 2%;
}
footer .inner .blog .blog_btn {
  position: absolute;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: 9%;
  animation: flash 1.4s linear infinite;
}
footer .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 30px;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
footer .inner p.copy {
  color: #000;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: right;
}
footer .pgtop {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
footer .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .pgtop a::before {
  content: '';
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  transform-origin: top right;
  position: absolute;
  top: -0.05em;
  right: 50%;
  box-sizing: border-box;
}
footer .pgtop a:hover {
  opacity: 0.7;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .sp { display: block;}
  .pc { display: none;}
  br.brsp {
    display: block;
  }
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #loader .load .muse_logo {
    width: 150px;
    margin-top: 50px;
  }
  #loader.complete {
    opacity: 0;
  }
  #visual {
    width: 100%;
    height: 90vh;
    background-image: url(../images/kv_sp.jpg);
  }
  #visual ul.kv li:nth-of-type(1) {
    width: 49%;
  }
  #visual ul.kv li:nth-of-type(2) {
    width: 100%;
  }
  #visual ul.kv li:nth-of-type(2) svg {
    width: 72%;
  }
  #visual ul.kv li:nth-of-type(3) {
    width: 43%;
  }
  #visual ul.kv li:nth-of-type(4) {
    width: 11px;
    bottom: 5%;
  }
  #visual ul.kv li:nth-of-type(4) span {
    top: -60px;
  }
  main {
    padding-bottom: 50px;
  }
  main section .looks {
    padding-top: 40px;
  }
  main section h4 {
    width: 50%;
    top: calc(50vh - 290px);
    margin-bottom: 60px;
  }
  main section .look ul.l_img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  main section .look ul.l_img li {
    margin-top: 12px;
    width: 100%;
  }
  main section .look:nth-of-type(2n) .credits {
    margin-right: auto;
  }
  main section .look .credits {
    width: 90%;
    margin: auto;
  }
  .around_sth h5 {
    padding-top: 20px;
  }
  .bx-wrapper .bx-viewport { 
    height: auto !important;
  }
  .bx-wrapper {
    margin-bottom: 0;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    border: unset;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 6px;
    height: 6px;
    background: #aaaaaa;
  }
  .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -18px;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #fff;
  }
  .bxslider {
    position: relative;
    left: 0vw;
    overflow: visible !important;
  }
  .bxslider_wrap li {
    width: 72vw !important;
    padding: 10px;
  }
  .staff {
    padding: 60px 0;
  }
  footer {
    padding: 60px 0 60px 0;
  }
  footer .inner .blog {
    width: 100%;
    padding: 15% 10% 6%;
    background: #000;
    margin-bottom: 50px;
  }
  footer .inner .blog .blog_btn {
    width: 80px;
    top: 9.5%;
  }
  footer .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  footer .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  footer .inner ul li a {
    color: #000;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner ul li a:hover {
    text-decoration: underline;
    opacity: 1;
  }
  footer .inner p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .pgtop {
    position: absolute;
    right: 20px;
    bottom: 0px;
  }
  footer .pgtop a {
  }
  footer .pgtop a:hover {
    opacity: 0.7;
  }
}
