@charset "UTF-8";
@import url("https://use.typekit.net/dmx1bfm.css");
@import url("https://unpkg.com/swiper@8/swiper-bundle.min.css");
/* ------------------------------------------------------------------------------------------------------------------------ */
html,
body {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  html,
  body {
    overflow-x: unset;
  }
}

html {
  font-size: 70.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    height: -webkit-fill-available;
  }
}

body {
  font-size: 14px;
  color: #111;
  line-height: 1.5rem;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
@media screen and (max-width: 768px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

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

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

/* ---------------------------------------------------------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.complete {
  opacity: 0;
  pointer-events: none;
}
#loader .load .muse_logo {
  width: 200px;
}
@media screen and (max-width: 768px) {
  #loader .load .muse_logo {
    width: 150px;
    margin-top: 50px;
  }
}
#loader .load div:nth-of-type(2) {
  font-family: "larken", sans-serif;
  padding-top: 30px;
  color: #111;
  animation: flash 1s linear infinite;
  text-align: center;
  width: 30%;
  max-width: 170px;
  margin-inline: auto;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
main {
  width: 100%;
  margin: 0 auto 0;
  position: relative;
  box-sizing: border-box;
}
main h1 {
  margin: 5% auto;
}
main h1 .d-demo__wrap {
  display: flex;
  overflow: hidden;
}
main h1 .d-demo__list {
  display: flex;
  list-style: none;
}
main h1 .d-demo__list--left {
  animation: infinity-scroll-left 65s infinite linear 0.5s both;
}
main h1 .d-demo__item {
  width: 40vw;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  main h1 .d-demo__item {
    width: 60vw;
  }
}
main h1 .d-demo__item > img {
  width: 100%;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
main .credit_wrap {
  width: 100%;
  margin-inline: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 0;
}
main .credit_wrap .credit {
  display: flex;
  width: 100%;
  font-weight: 400;
  font-family: "larken", sans-serif;
}
main .credit_wrap .credit span {
  padding-right: 10px;
}
main .credit_wrap .credit span.name {
  font-weight: 700;
}
main .credit_wrap .credit span.price::before {
  content: "¥";
}
main .credit_wrap .credit .btn_box .item-d-none {
  display: none;
}
main .credit_wrap .credit .btn_box .btn {
  font-style: italic;
  text-decoration: underline;
  color: #111;
}
main #container {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  border-top: 1px solid;
  border-left: 1px solid;
}
@media screen and (max-width: 768px) {
  main #container {
    width: 96%;
  }
}
main section.thumbs {
  display: flex;
  flex-wrap: wrap;
}
main section.thumbs .thumb {
  width: 33.333333333%;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid;
  border-bottom: 1px solid;
  padding: 2%;
}
@media screen and (max-width: 768px) {
  main section.thumbs .thumb {
    width: 50%;
    padding: 3%;
  }
}
main section.thumbs .thumb:nth-of-type(2) span {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  main section.thumbs .thumb:nth-of-type(5) span {
    border-radius: 50%;
    overflow: hidden;
    display: block;
  }
}
main section.thumbs .thumb:nth-of-type(4) span {
  border-radius: 50%;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 768px) {
  main section.thumbs .thumb:nth-of-type(4) span {
    border-radius: unset;
    overflow: hidden;
    display: block;
  }
}
main section.thumbs .thumb h2 {
  font-family: "larken", sans-serif;
  margin-top: 20px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  main section.thumbs .thumb h2 {
    font-size: 1.4em;
  }
}
main section.thumbs .thumb h3 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 0.95em;
  margin: 10px auto;
}
main section.thumbs .thumb h6 {
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-size: 0.95em;
  display: inline-block;
  border: 1px solid;
  padding: 2px 10px;
  border-radius: 49%;
  background-color: #f6ee11;
}
@media screen and (max-width: 768px) {
  main section.thumbs .thumb h6 {
    margin-bottom: 10px;
  }
}
main section a.js-modal-open {
  cursor: pointer;
}
main section.modalWrap {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  main section.modalWrap {
    width: 100%;
  }
}
main section.modalWrap .modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  margin: 0 0 0 0px;
  z-index: 299;
}
main section.modalWrap .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
main section.modalWrap .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  main section.modalWrap .modal-content {
    position: absolute;
    top: 0vw;
    padding: 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 100vh;
    width: 100%;
    height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    max-width: 100%;
  }
}
main section.modalWrap .modal-content h2 {
  position: sticky;
  font-family: "larken", sans-serif;
  top: 2%;
  left: 0px;
  width: 94%;
  font-size: 1.3em;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  main section.modalWrap .modal-content h2 {
    top: 50px;
  }
}
main section.modalWrap .modal-content h2 span:first-of-type {
  font-family: "larken", sans-serif;
  font-style: italic;
  display: block;
  font-size: 0.7em;
}
main section.modalWrap .modal-content .look {
  margin-bottom: 100px;
  width: 90%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
main section.modalWrap .modal-content .look:first-of-type {
  margin-top: 50px;
}
main section.modalWrap .modal-content .look .img {
  border: 1px solid;
  width: 50%;
  display: block;
}
@media screen and (max-width: 768px) {
  main section.modalWrap .modal-content .look .img {
    width: 100%;
  }
}
main section.modalWrap .modal-content .look .text {
  margin-top: 30px;
  width: 40%;
}
@media screen and (max-width: 768px) {
  main section.modalWrap .modal-content .look .text {
    width: 100%;
  }
}
main section.modalWrap a.js-modal-close {
  width: 50px;
  height: 50px;
  position: fixed;
  top: 50px;
  right: 50px;
  z-index: 999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section.modalWrap a.js-modal-close {
    right: 10px;
  }
}
main section.modalWrap a.js-modal-close::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #111;
  transform: rotate(-45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
main section.modalWrap a.js-modal-close::after {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #111;
  transform: rotate(45deg);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: all 0.5s 0s ease;
}
main section #modal06 .text {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}
main section #modal06 .text h5 {
  font-family: "larken", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 1.3em;
  color: #f6ee11;
  text-shadow: 0.5px 0.5px 0 #111, -0.5px -0.5px 0 #111, -0.5px 0.5px 0 #111, 0.5px -0.5px 0 #111, 0px 0.5px 0 #111, -0.5px 0 #111, -0.5px 0 0 #111, 0.5px 0 0 #111;
}
main section #modal06 .text p {
  margin-top: 10px;
}
main section #modal06 .slider {
  max-width: 1000px;
  width: 100%;
  margin-inline: auto;
}

footer {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  z-index: 1;
  position: relative;
  padding: 50px 0;
  font-family: "larken", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 60px 0 60px 0;
    width: 96%;
  }
}
footer .inner {
  border: 1px solid #111;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
footer .inner ul {
  width: 60%;
  gap: 15px 0;
  box-sizing: border-box;
  border-right: 1px solid;
  padding: 5% 5% 5% 5%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  footer .inner ul {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid;
    gap: 10px 0;
  }
}
footer .inner ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: underline;
  text-underline-offset: 2px;
  color: #111;
}
footer .inner ul li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .inner p.copy {
  width: 40%;
  box-sizing: border-box;
  padding: 0% 5% 3% 0%;
  margin-bottom: 12%;
  border-bottom: 1px solid;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  footer .inner p.copy {
    width: 100%;
  }
}
footer .inner .pgtop {
  position: absolute;
  right: 40px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  footer .inner .pgtop {
    right: 20px;
    bottom: 0px;
  }
}
footer .inner .pgtop a {
  display: inline-block;
  vertical-align: middle;
  color: #111;
  line-height: 1;
  position: relative;
  width: 0.1em;
  height: 3em;
  background: currentColor;
}
footer .inner .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 .inner .pgtop a:hover {
  opacity: 0.7;
}

.swiper .swiper-pagination-bullet {
  background-color: transparent;
}
.swiper .swiper-pagination {
  text-align: right;
}
.swiper .swiper-horizontal > .swiper-pagination-bullets,
.swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper .swiper-pagination-custom,
.swiper .swiper-pagination-fraction {
  left: unset;
  right: 20px;
}
.swiper span.img {
  border: 1px solid;
  width: 100% !important;
}
.swiper .no {
  font-family: "larken", sans-serif;
  text-align: right;
  margin-bottom: 6px;
}
.swiper .no span {
  font-size: 1.3em;
  padding-right: 4px;
}/*# sourceMappingURL=style.css.map */