@charset "UTF-8";
/* ==============================================================
*  base
* ============================================================ */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: inherit;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  word-wrap: break-word;
}

section, main {
  display: block;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

i, em {
  font-style: normal;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  line-height: 0;
}

* {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* ==============================================================
*  contents
* ============================================================ */
/* common.scss
============================== */
html,
body {
  min-height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
  height: 100vh;
  height: 100svh;
  overflow-x: hidden;
  z-index: 1;
  font-family: ivymode, "游明朝体", "Yu Mincho", YuMincho, yu-mincho-pr6n, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
  background: rgba(75, 42, 103, 0.01);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: repeat top left url(/static/tomohisayamashita/common/bg/noiz.webp);
  background-size: 250px;
  z-index: 2;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.1;
}

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

img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  line-height: 0;
  pointer-events: none;
  vertical-align: bottom;
}

.month-tab-wrap {
  position: relative;
  overflow: hidden;
}
.month-tab-wrap::before, .month-tab-wrap::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 30px;
  height: 45px;
  margin: 0 calc(50% - 50vw);
}
.month-tab-wrap::before {
  left: -2px;
  background: linear-gradient(to right, #f1f1f1 0%, #f1f1f1 30%, rgba(241, 241, 241, 0) 100%);
}
.month-tab-wrap::after {
  right: -2px;
  background: linear-gradient(to left, #f1f1f1 0%, #f1f1f1 30%, rgba(241, 241, 241, 0) 100%);
}

.block--month {
  text-align: center;
  padding: min(15vw, 7rem) 0 min(8vw, 6rem) 0;
}
.block--month .block--tab {
  display: flex;
  gap: 0 1rem;
  font-size: clamp(16px, 2vw, 20px);
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-top: min(15vw, 7rem);
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.block--month .block--tab::-webkit-scrollbar {
  display: none;
}
.block--month .block--tab:has(.no-data) {
  display: none;
}
.block--month .block--tab .tab-month {
  border: 1px solid;
  border-radius: 5px;
}
.block--month .block--tab .tab-month a {
  white-space: nowrap;
  padding: 0.4em 0.6em;
  display: block;
}
.block--month .block--tab .current {
  background: #121212;
  color: #fff;
  border: 1px solid #121212;
}
.block--month .tit {
  font-size: 1.6rem;
  line-height: 1.2;
}
.block--month .tit .month {
  font-size: 4rem;
}

.section--list {
  max-width: 80rem;
  box-sizing: border-box;
  padding-bottom: 10rem;
}

.page--calendar .calendar {
  display: table;
  width: 100%;
}
.page--calendar .calendar tr {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  width: 100%;
  gap: 0 10px;
}
.page--calendar .calendar tbody tr {
  margin-top: 10px;
}
.page--calendar .calendar .calendar__week {
  font-size: clamp(12px, 1.6vw, 18px);
}
.page--calendar .calendar .calendar__week th {
  font-weight: 400;
}
.page--calendar .calendar .calendar__week .sat {
  color: #333388;
}
.page--calendar .calendar .calendar__week .sun {
  color: #773333;
}
.page--calendar .calendar .calendar__day {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.page--calendar .calendar .calendar__day:has(img) {
  cursor: pointer;
}
.page--calendar .calendar .calendar__day:not(.no-data) .date {
  color: #fff;
}
.page--calendar .calendar .calendar__day .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: clamp(14px, 2vw, 20px);
  pointer-events: none;
}
.page--calendar .calendar .calendar__day img {
  border-radius: 50%;
  filter: brightness(0.7);
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.page--calendar .calendar .calendar__day .popup-target {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
}

#popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 999999;
}
#popup.show {
  display: block;
}
#popup .popup-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 1000000;
}
#popup #popup-img {
  all: unset;
  display: block;
  max-width: 70vw;
  max-height: 70vh;
  width: auto;
  height: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: none;
  aspect-ratio: 1/1;
}
#popup .close {
  position: absolute;
  top: -6.5rem;
  right: -0.5rem;
  color: #fff;
  font-size: 8rem;
  line-height: 1;
  cursor: pointer;
  z-index: 1000001;
}

.section--about {
  text-align: center;
  padding: 0 6%;
}
.section--about .txt {
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.6;
  padding: 6px 0;
}
.section--about .txt:nth-of-type(1) {
  margin: clamp(40px, 8vw, 80px) auto 0 auto;
}
.section--about .txt:nth-of-type(6) {
  margin: 0 auto clamp(40px, 8vw, 80px) auto;
}
.section--about .block--price {
  font-size: 32px;
  max-width: 35rem;
  margin: 0 auto;
}
.section--about .block--price p .small {
  font-size: 14px;
}
.section--about .block--price p.tit {
  background: #121212;
  color: #fff;
  padding: 15px 0;
  font-size: 20px;
  line-height: 1.2;
}
.section--about .block--price p.price {
  border: 1px solid;
  font-size: clamp(27px, 3vw, 32px);
  padding: 10px;
}
.section--about .block--price p.price .small:nth-child(1) {
  font-size: 18px;
  margin-right: 16px;
}
.section--about .block--btn {
  margin: clamp(40px, 6vw, 60px) auto 0 auto;
  font-size: clamp(14px, 1.5vw, 16px);
}
.section--about .block--btn li:not(:last-child) {
  padding-bottom: 20px;
}
.section--about .block--btn li.no-data {
  text-align: center;
}
.section--about .block--btn li.no-data .btn--main {
  background: rgba(18, 18, 18, 0.5);
}
.section--about .block--btn .btn--main {
  line-height: 1.4 !important;
  height: 7rem !important;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.section--about .block--btn .btn--main span {
  font-size: 12px;
}

.section--widget {
  font-size: clamp(14px, 1.5vw, 16px);
  max-width: 980px;
  margin: clamp(8rem, 11vw, 12rem) auto 0 auto;
  padding-bottom: clamp(11rem, 14vw, 15rem);
}
.section--widget .section--inner .section-tit {
  color: #121212;
  font-size: clamp(20px, 2.2vw, 24px);
  text-align: center;
  padding-bottom: 20px;
}
.section--widget .section--inner .model {
  font-size: 16px;
  width: 100%;
  padding: 4px 10px;
  margin-top: 16px;
  background: #121212;
  color: #fff;
  text-align: center;
}
.section--widget .section--inner .pc, .section--widget .section--inner .sp {
  padding-top: 10px;
}
.section--widget .section--inner .pc img, .section--widget .section--inner .sp img {
  padding-bottom: 10px;
}
.section--widget .section--inner .block--model:nth-of-type(1) {
  padding-bottom: 20px;
}
.section--widget .section--inner .block--model:nth-of-type(2) {
  padding-top: 24px;
}
.section--widget .section--inner .pc .fa {
  position: absolute;
  top: 39%;
  right: -15%;
  font-size: 2rem;
  color: #121212;
}
.section--widget .section--inner .tit {
  margin-bottom: 15px;
}
.section--widget .section--inner .txt {
  border-bottom: none;
}
.section--widget .section--inner .methodList .txt, .section--widget .section--inner .adjustList .txt {
  line-height: 1.75;
  padding-bottom: initial;
  border-bottom: none;
}
.section--widget .section--inner .methodList {
  display: flex;
  margin-bottom: 20px;
}
.section--widget .section--inner .methodList .methodList-item {
  width: 21.25%;
  margin-right: 5%;
  position: relative;
}
.section--widget .section--inner .methodList .methodList-item:last-of-type {
  margin-right: 0;
}
.section--widget .section--inner .methodList .methodList-item.last {
  display: inline-block;
  vertical-align: middle;
  margin-top: auto;
  margin-bottom: auto;
}
.section--widget .section--inner .adjust {
  margin-top: 100px;
  border-bottom: 1px solid #C0C0C0;
  padding-bottom: 100px;
}
.section--widget .section--inner .adjust .adjustList {
  display: flex;
}
.section--widget .section--inner .adjust .adjustList .adjustList-item {
  width: 32%;
  margin-right: 2%;
}
.section--widget .section--inner .adjust .adjustList .adjustList-item:last-of-type {
  margin-right: 0;
}
.section--widget .section--inner .adjust .adjustList .adjustList-item img {
  margin-bottom: 3px;
}
.section--widget .section--inner .adjust .adjustList .adjustList-item .tit {
  font-size: min(1.6vw, 1.1rem);
  text-align: center;
  margin-bottom: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
}
.section--widget .swiper-initialized .swiper-pagination-bullet {
  border: 1px solid #121212;
  border-radius: 999px;
}
.section--widget .swiper-initialized .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #121212;
}

.block--app {
  margin-top: 40px;
}
.block--app p {
  text-align: center;
  margin-bottom: 20px;
  font-size: clamp(20px, 2.2vw, 24px);
}
.block--app .list--store {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.block--app .list--store li a {
  display: block;
}
.block--app .list--store li a img {
  height: 70px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

footer {
  padding: 4vw 0;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
  top: 100svh;
}
footer .copyright {
  font-size: 13px;
  text-align: center;
}

@media screen and (min-width: 961px) {
  .sp {
    display: none !important;
  }
  .wovn-languages {
    top: 2vw;
    right: 4%;
  }
  .section--mv {
    position: relative;
  }
  .section--mv .scroll {
    position: absolute;
    right: 50%;
    bottom: 180px;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #4b2a67;
  }
  .section--mv .scroll::before {
    animation: scroll 2s infinite;
    background-color: #4b2a67;
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 2;
  }
  .section--mv .scroll::after {
    background-color: rgba(75, 42, 103, 0.3);
    bottom: -115px;
    content: "";
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
  }
  @keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }
  .month-tab-wrap::before, .month-tab-wrap::after {
    bottom: -3px;
    width: 25px;
    margin: 0;
  }
  .month-tab-wrap::before {
    left: 0;
  }
  .month-tab-wrap::after {
    right: 0;
  }
  .block--month .block--tab {
    padding: min(15vw, 7rem) 20px 0 20px;
  }
  .block--month .block--tab .tab-month:not(.current) a {
    transition: 0.3s ease;
  }
  .block--month .block--tab .tab-month:not(.current) a:hover {
    background: #121212;
    border-radius: 3px !important;
    color: #fff;
  }
  .block--month .block--tab .tab-month.current {
    pointer-events: none;
  }
  td.calendar__day {
    transition: 0.3s ease;
  }
  td.calendar__day:has(img):hover {
    opacity: 0.7;
  }
  #popup .close, .block--app a {
    transition: 0.3s ease;
  }
  #popup .close:hover, .block--app a:hover {
    opacity: 0.7;
  }
  .block--btn .no-data {
    pointer-events: none;
  }
  .section--about .block--btn .btn--main {
    max-width: 350px;
  }
  .section--about .txt:nth-of-type(1) {
    line-height: 2.3;
    margin-bottom: -6px;
  }
  .block--app {
    margin-top: 100px;
  }
}
@media screen and (min-width: 1100px) {
  .section--mv {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100svh;
    overflow: hidden;
  }
  .section--mv img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1px) and (max-width: 960px) {
  .pc {
    display: none !important;
  }
  .wovn-languages {
    top: 2vw;
    right: 6%;
  }
  .section--list {
    padding: 0 0 10rem 0;
  }
  .page--calendar .calendar thead, .page--calendar .calendar tbody {
    padding: 0 6%;
    display: block;
  }
  .block--month .block--tab {
    width: 100%;
    margin: 0;
    padding: min(15vw, 7rem) 6% 0 6%;
  }
  .section--widget {
    overflow-x: hidden;
  }
  .section--widget .section--inner {
    padding: 0 6%;
  }
  .block--app .list--store {
    flex-direction: column;
  }
}
@media screen and (min-width: 458px) and (max-width: 961px) {
  .wovn-languages {
    font-size: 17px;
    top: 2vw;
  }
}
@media screen and (min-width: 900px) and (max-width: 961px) {
  .page--calendar .calendar {
    padding: 0;
  }
  .block--month .block--tab {
    padding: min(15vw, 7rem) 0 0 0;
  }
}
@media screen and (min-width: 961px) and (max-width: 1100px) {
  .section--widget {
    padding: 0 6% clamp(11rem, 14vw, 15rem) 6%;
  }
}