@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);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1 !important;
    visibility: visible;
  }
  100% {
    opacity: 0 !important;
    visibility: hidden;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
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;}
.jp {
  font-family: "游ゴシック体", YuGothic,"游ゴシック", "Yu Gothic", "メイリオ", sans-serif;  
}
.thick {
  font-weight: 600;
}
.posiR {
  position: relative;
}
.posiA {
  position: absolute;
}
/* ---------------------------------------------------------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: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 75%;
}
#visual ul.kv li:nth-of-type(3) {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 45px;
}
#visual ul.kv li:nth-of-type(3) span {
  position: relative;
  top: -70px;
}
#visual ul.kv li:nth-of-type(3)::after{
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  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;
  }
}
#visual ul.kv li.index {
  position: absolute;
    bottom: 5%;
} 
#visual ul.kv li.index div {
  margin-bottom: 17px;
}
#visual ul.kv li.index div a {
  background: #fff;
  padding: 3px 10px 5px 60px;
}
#visual ul.kv li.index div a span {
  font-style: italic;
}
main {
  width: 100%;
  margin: 90vh auto 0;
  background: #fff;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 80px;
  border-bottom: 1px solid;
  overflow: hidden;
}
main section {
  max-width: 800px;
  width: 90%;
  margin: 60px auto;
  z-index: 1;
  position: relative;
  padding-top: 60px;
}
main section h5 {
  background: #E0F020;
  display: inline;
  font-size: 1.3em;
  padding: 5px 5px 5px 60px;
  font-family: davis-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
main section h5 span {
  font-style: italic;
}
main section .looks {
  padding-top: 100px;
}
main section .look {
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
}

main #sec01 .inner {
  max-width: 600px;
  width: 90%;
  margin: 80px auto 0;
}
main #sec01 .inner:first-of-type {
  margin: 50px auto 0;
}
main #sec02 .inner {
  max-width: 600px;
  width: 90%;
  margin: 50px auto 0;
}
main #sec03 .inner {
  margin: 50px auto 0;
}
main #sec03 .inner .flex {
  display: flex;
  justify-content: space-between;
}
main #sec03 .inner .flex .img:last-of-type {
  transform: rotate(-3deg);
}
main #sec03 .inner .flex .img {
  width: 48%;
  display: block;
}
main #sec04 .pc .flex {
  display: flex;
  margin: 50px auto 0;
  justify-content: space-between;
}
main #sec04 .pc .flex .img {
  width: 49%;
}
main #sec05 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto 0;
}
main #sec05 {
  max-width: 1300px;
  width: 100%;
}
main #sec05 .w_inner {
  max-width: 800px;
  width: 90%;
}
main #sec05 .inner .shirt {
  width: 32%;
}
main #sec05 .inner .shirt .credits {
  width: 90%;
  margin: 10px auto 0;
}
main #sec06 .inner {
  margin: 50px auto 0;
  width: 100%;
}
main #sec06 .posiA {
  display: none;
}
main #sec06 .inner .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
main #sec06 .inner .flex .img {
  width: 37%;
}
main #sec06 .inner .flex .text {
  width: 57%;
}
main #sec07 .inner,
main #sec08 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #sec07 .inner .item,
main #sec08 .inner .item {
  width: 32%;
  margin-bottom: 40px;
}
main #sec07 .inner .item .credits,
main #sec08 .inner .item .credits,
main #sec05 .inner .shirt .credits {
  margin-top: 10px;
}
main section .text {
  width: 90%;
  margin: 20px auto;
}
main section .text .en {
  color: #666;
  margin-bottom: 10px;
  line-height: 1.5;
}
main section .text .jp {
  margin-bottom: 20px;
  line-height: 1.5;
}
main section .text .en span,
main section .text .jp span {
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
main section .text .jp span.thick {
  font-weight: 600;
  font-size: 14px;
}
main section .credits .creditBox {
  padding-left: 10px;
  border-left: 5px solid #E0F020;
}
main section .credits .creditBox .credit {
  font-size: 15px;
  line-height: 1.5;
}
main section .credits .creditBox .credit span {
  text-decoration: underline;
  text-underline-offset: 2px;
}
main section .credits .creditBox span:first-of-type {
  font-weight: 500;
}
main section .credits .creditBox .disable span {
  text-decoration: none;
}
main section .credits .creditBox .disable a:hover {
  color: #000;
  cursor: auto;
}
main section .credits .creditBox .credit span::after {
  content: " / ";
}
main section .credits .creditBox .credit span.items__price::after {
  content: "";
}

main section .credits .creditBox .credit,
main section .credits .creditBox .credit .items__credit,
main section .credits .creditBox .credit .items__buy,
main section .credits .creditBox .credit .items__a {
  display: inline;
}

.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;
}


#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(2) {
    position: absolute;
    top: 6%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 75%;
  }
  #visual ul.kv li:nth-of-type(3) {
    width: 40px;
    bottom: 5%;
    right: 2%;
  }
  #visual ul.kv li:nth-of-type(3) span {
    top: -60px;
  }
  main {
    padding-bottom: 0px;
  }
  main section {
    width: 100%;
    margin: 50px auto 20px;
    padding-top: 40px;
  }
  main section h5 {
    padding: 5px 5px 5px 30px;
    line-height: 2;
  }
  main section h5 span {
    padding-left: 60px;
  }
  main #sec01 .inner {
    margin: 40px auto 0;
  }
  main #sec04 .sp {
    margin-top: 50px;
}
  main #sec05 .inner .shirt {
    width: 90%;
    margin: 0 auto 40px;}
  main #sec05 .inner .shirt:last-of-type {
      margin: 0 auto 0px;
  }
  main #sec05 .w_inner {
    width: 100%;
  }
  main #sec06 .posiA {
    display: block;
    width: 35%;
    left: 10px;
    bottom: -90px;}
  main #sec06 .text {
    margin: 90px auto 0;
  }
  main #sec06 .inner .flex .text {
    width: 90%;}
  main #sec07 .inner .item, main #sec08 .inner .item {
    width: 49%;}
  main #sec07 .inner .item .credits, main #sec08 .inner .item .credits, main #sec05 .inner .shirt .credits {
      margin-top: 10px;
      margin-left: 10px;
      margin-right: 10px;
  }
  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;
  }
}
