/*
Theme Name: kawaiimiraie
Version: 1.0
Author: kawaiimiraie
*/
body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

html {
  color: #000;
  font-family: "Figtree", "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 2;
}

body.unscroll {
  overflow: hidden;
}

main {
  margin-top: -48px;
  overflow: hidden;
}

img {
  width: 100%;
}

a {
  color: #000;
}

.fade {
  opacity: 0;
  transform: translateY(-40px);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}

.fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fluff {
  transform: scale(1.1, 1.1);
}

.flash {
  opacity: 0;
}

.fv.flash.fluff {
  animation: fluff 5s ease-out forwards, flash 0.9s ease-out forwards;
}

@keyframes fluff {
  0% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes flash {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-news {
  background-color: #000;
  height: 28px;
  position: relative;
  z-index: 1;
}
.top-news a {
  color: #fff;
  display: block;
  line-height: 28px;
  font-size: 10px;
  padding: 0 40px;
}
.top-news a::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 16px;
  transform: rotate(-45deg);
  height: 8px;
  width: 8px;
}
.top-news-date {
  margin-right: 24px;
}

.header {
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
  height: 48px;
  width: 100%;
  z-index: 10;
  position: relative;
}
.header::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
  z-index: 9;
}
.header.is-solid {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 12;
}
.header.is-solid::before {
  opacity: 1;
}
.header.is-solid .header-logo {
  display: block;
  margin-left: 16px;
  width: 64px;
  z-index: 13;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: none;
}
.header-nav {
  margin-right: 16px;
  margin-left: auto;
}

.header.is-solid + main {
  margin-top: 0;
}

.menu {
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100svh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  opacity: 0;
  transition: all 0.1s linear;
  visibility: hidden;
  width: 100vw;
}
.menu-inner {
  max-width: 400px;
  padding: 0 24px;
  width: 100%;
}
.menu-nav-sp-logo {
  margin: 0 auto 48px;
  width: 80px;
}
.menu-nav-sp nav ul {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-bottom: 40px;
}
.menu-nav-sp nav ul li {
  margin-bottom: 24px;
}
.menu-nav-sp nav ul li a {
  color: #fff;
  padding: 12px 8px;
}
.menu.is-active {
  opacity: 1;
  visibility: visible;
}
.menu-icon {
  height: 16px;
  margin-right: 16px;
  width: 16px;
}
.menu-icon a img {
  display: block;
}
.menu-head {
  display: flex;
  align-items: center;
}
.menu-button {
  z-index: 21;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  position: relative;
  transition: all 0.3s ease;
}
.menu-button span.menubar {
  background-color: #000;
  height: 1px;
  position: absolute;
  transition: all 0.3s linear;
  width: 24px;
}
.menu-button span.menubar::before {
  content: "";
  background-color: #000;
  height: 1px;
  width: 24px;
  position: absolute;
  top: -8px;
  transition: all 0.3s linear;
  width: 24px;
}
.menu-button span.menubar::after {
  content: "";
  background-color: #000;
  height: 1px;
  width: 24px;
  position: absolute;
  top: 8px;
  transition: all 0.3s linear;
  width: 24px;
}
.menu-button.is-close span.menubar {
  background-color: transparent;
}
.menu-button.is-close span.menubar::before {
  background-color: #fff;
  top: 0px;
  transform: rotate(-45deg);
  width: 32px;
}
.menu-button.is-close span.menubar::after {
  background-color: #fff;
  top: 0px;
  transform: rotate(45deg);
  width: 32px;
}
.menu-button.is-close span.menulabel-menu {
  display: none;
}
.menu-button.is-close span.menulabel-close {
  display: block;
}
.menu-button span.menulabel {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 28px 0 0 8px;
  transition: all 0.3s ease;
}
.menu-button span.menulabel-close {
  display: none;
}

.inner {
  padding: 80px 40px;
}

.fv {
  background-image: url("images/mv.webp");
  background-size: cover;
  background-position: 52% 0%;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100svh;
  width: 100%;
  z-index: -1;
}

.mv {
  height: calc(100svh - 28px);
  padding-top: 40px;
}
.mv-logo {
  margin: 0 auto 196px;
  width: 112px;
}
.mv-text {
  color: #fff;
  font-size: 10px;
  margin-bottom: 8px;
  text-align: center;
}
.mv-image {
  margin-inline: auto;
  width: 186px;
}

.main-title {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 80px;
  text-align: center;
}

.nose {
  font-size: 24px;
}

.wr {
  display: block;
}

.concept {
  background-color: #fff;
}
.concept-title {
  margin: 0 auto 40px;
  width: 186px;
}
.concept-text {
  font-size: 10px;
  margin-bottom: 40px;
  text-align: center;
}
.concept-text span {
  display: block;
}
.concept-image {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 56px;
  max-width: 312px;
}
.concept-image > div {
  flex-shrink: 0;
  width: 136px;
}
.concept-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.concept-link-home {
  width: 24px;
}
.concept-link-x {
  width: 20px;
}
.concept-link-instagram {
  width: 20px;
}
.concept-link-tiktok {
  width: 18px;
}

.philosophy {
  position: relative;
  overflow: hidden;
  color: #fff;
}
.philosophy .inner {
  padding-bottom: 104px;
  position: relative;
  z-index: 1;
}
.philosophy-text {
  margin-bottom: 88px;
}
.philosophy-text:last-child {
  margin-bottom: 0;
}
.philosophy-caption {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 28px;
}
.philosophy-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 24px;
  margin-left: -8px;
}
.philosophy-title::before {
  background-image: url("images/double-quotation.svg");
  background-size: cover;
  content: "";
  display: block;
  margin-left: 8px;
  margin-bottom: 12px;
  height: 5px;
  width: 8px;
}
.philosophy-description {
  font-size: 10px;
}
.philosophy-description span {
  display: block;
}
.philosophy-subtitle {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.08rem;
  margin-bottom: 16px;
}

.philosophy-parallax-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #00a0e9;
  background-image: url("images/philosophy-bg.svg");
  background-size: 137%;
  background-position: 24% 43%;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  will-change: background-position, opacity;
}

.philosophy-parallax-bg.is-active {
  opacity: 1;
}

.footer {
  background-color: #000;
  color: #fff;
  padding: 224px 0 48px;
}
.footer-logo {
  margin: 0 auto 48px;
  width: 80px;
}
.footer-link {
  font-size: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.footer-link a {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
}

.company {
  background-color: #ff0000;
  color: #fff;
  font-size: 10px;
}
.company dl div {
  margin-bottom: 16px;
}
.company dl div dt {
  font-weight: bold;
}
.company dl div dd a {
  color: #fff;
}

.news-list {
  margin-bottom: 80px;
}
.news-list li {
  border-bottom: 1px solid #000;
  margin-bottom: 56px;
}
.news-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
}
.news-list li a::after {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  flex-shrink: 0;
  transform: rotate(-45deg);
  margin-right: 4px;
  margin-left: 16px;
  height: 8px;
  width: 8px;
}
.news-date {
  font-size: 12px;
  font-weight: bold;
}
.news .pagination {
  text-align: center;
}
.news .pagination .page-numbers {
  margin: 0 8px 8px;
  padding: 8px;
}
.news .pagination .current {
  border-bottom: 1px solid #000;
}

.news-post-date {
  font-size: 12px;
  font-weight: bold;
}
.news-post-title {
  margin-bottom: 40px;
}
.news-post-content figure {
  margin-bottom: 40px;
}
.news-post-content h3, .news-post-content h4, .news-post-content h5 {
  font-weight: bold;
  margin-bottom: 8px;
}
.news-post-content p {
  margin-bottom: 40px;
}
.news-post-link a {
  display: flex;
  align-items: center;
  font-size: 12px;
  padding: 8px 2px 4px;
  width: -moz-max-content;
  width: max-content;
}
.news-post-link a::before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin-right: 8px;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
}

.privacy h3 {
  margin-top: 40px;
  margin-bottom: 16px;
}
.privacy ul {
  list-style: decimal;
  padding-left: 40px;
}
.privacy-date {
  margin-top: 40px;
  text-align: right;
}
.privacy .ta-c {
  text-align: center;
}
.privacy .fw-b {
  font-weight: bold;
}
.privacy .mb-24 {
  margin-bottom: 24px;
}
.privacy table {
  border-collapse: collapse;
  margin: 16px 0 40px;
  width: 100%;
}
.privacy table th, .privacy table td {
  border: 1px solid #d0d0d0;
  padding: 8px;
  text-align: left;
  vertical-align: middle;
}
.privacy table th {
  font-weight: bold;
}

.error-message {
  margin-bottom: 40px;
  text-align: center;
}
.error-link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  padding: 8px 2px 4px;
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}
.error-link a::before {
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  content: "";
  display: block;
  margin-right: 8px;
  transform: rotate(45deg);
  height: 7px;
  width: 7px;
}

@media (min-width: 768px) {
  .top-news {
    height: 72px;
  }
  .top-news a {
    height: 72px;
    line-height: 72px;
    font-size: 13px;
    padding: 0 72px;
  }
  .top-news a::after {
    top: 28px;
    right: 64px;
    height: 12px;
    width: 12px;
  }
  .header {
    height: 80px;
  }
  .header::before {
    height: 80px;
  }
  .header.is-solid .header-logo {
    margin-left: 64px;
    width: 112px;
  }
  .header-nav {
    margin-right: 64px;
  }
  .menu-head {
    height: 80px;
  }
  .menu-button span.menubar {
    width: 40px;
  }
  .menu-button span.menubar::before {
    top: -10px;
    width: 40px;
  }
  .menu-button span.menubar::after {
    top: 10px;
    width: 40px;
  }
  .menu-nav-sp-logo {
    margin-bottom: 72px;
    width: 156px;
  }
  .menu-nav-sp nav ul li {
    margin-bottom: 32px;
  }
  .menu-nav-sp nav ul li a {
    font-size: 18px;
  }
  main {
    margin-top: -80px;
  }
  .fv {
    background-position: 0% 27%;
  }
  .mv {
    height: calc(100svh - 72px);
    padding-top: 24px;
    position: relative;
  }
  .mv-logo {
    margin-bottom: 0;
    margin-left: 64px;
    width: 144px;
  }
  .mv-body {
    position: absolute;
    right: 0;
    bottom: 112px;
    left: 0;
    margin-inline: auto;
  }
  .mv-text {
    font-size: 13px;
  }
  .mv-image {
    width: 278px;
  }
  .inner {
    padding: 144px 152px;
  }
  .main-title {
    font-size: 14px;
    margin-bottom: 144px;
  }
  .concept-title {
    margin-bottom: 88px;
    width: 428px;
  }
  .concept-text {
    font-size: 18px;
    line-height: 2.6;
    margin-bottom: 104px;
  }
  .concept-image {
    margin-bottom: 104px;
    max-width: 456px;
  }
  .concept-image > div {
    width: 208px;
  }
  .concept-link {
    gap: 56px;
  }
  .concept-link-home {
    width: 48px;
  }
  .concept-link-x {
    width: 40px;
  }
  .concept-link-instagram {
    width: 40px;
  }
  .concept-link-tiktok {
    width: 32px;
  }
  .philosophy .inner {
    padding: 144px 64px 300px;
  }
  .philosophy-title {
    margin-left: -16px;
  }
  .philosophy-title::before {
    margin-left: 16px;
  }
  .philosophy-text {
    margin-bottom: 104px;
  }
  .philosophy-caption {
    font-size: 48px;
    margin-bottom: 56px;
    line-height: 1.3;
  }
  .philosophy-title {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .philosophy-title::before {
    margin-bottom: 8px;
    height: 8px;
    width: 13px;
  }
  .philosophy-description {
    font-size: 14px;
  }
  .company {
    font-size: 14px;
  }
  .company dl div {
    margin-bottom: 32px;
  }
  .footer-logo {
    margin-bottom: 88px;
    width: 156px;
  }
  .footer-link {
    font-size: 12px;
  }
  .footer .copyright {
    font-size: 12px;
  }
  .news-list {
    margin-bottom: 104px;
  }
  .news-list li {
    margin-bottom: 56px;
  }
  .news-date {
    font-size: 14px;
  }
  .news-title {
    font-size: 18px;
  }
  .news-post-date {
    font-size: 14px;
  }
  .news-post-title {
    font-size: 18px;
  }
  .news-post-content {
    font-size: 18px;
  }
  .news-post-content h3, .news-post-content h4, .news-post-content h5, .news-post-content h6 {
    margin-bottom: 16px;
  }
  .news-post-link {
    margin-top: 80px;
  }
  .privacy {
    font-size: 14px;
  }
}
@media (min-width: 1080px) {
  a {
    transition: all 0.2s ease-in-out;
  }
  .top-news-title {
    position: relative;
  }
  .top-news-title::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.2s ease-in-out;
    height: 1px;
    width: 0;
  }
  .top-news a:hover .top-news-title::after {
    width: 100%;
  }
  .menu-nav-sp nav ul li a span {
    position: relative;
  }
  .menu-nav-sp nav ul li a span::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -4px;
    left: 0;
    transition: all 0.2s ease-in-out;
    height: 1px;
    width: 0;
  }
  .menu-nav-sp nav ul li a span:hover::after {
    width: 100%;
  }
  .inner {
    margin-inline: auto;
    padding: 144px 0 !important;
    width: 768px;
  }
  .concept-image {
    max-width: 696px;
  }
  .concept-image > div {
    width: 296px;
  }
  .concept-link a:hover {
    opacity: 0.4;
  }
  .company dl div dd a:hover {
    opacity: 0.7;
  }
  .footer-link a:hover {
    opacity: 0.4;
  }
  .privacy-wrap a:hover {
    opacity: 0.4;
  }
  .news-list li a {
    position: relative;
  }
  .news-list li a .news-title::after {
    background-color: #fff;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: all 0.2s ease-in-out;
    height: 1px;
    width: 0;
  }
  .news-list li a:hover .news-title::after {
    width: 100%;
  }
  .news .pagination a:hover {
    opacity: 0.4;
  }
  .news-post-link a {
    position: relative;
  }
  .news-post-link a::after {
    background-color: #000;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: all 0.2s ease-in-out;
    height: 1px;
    width: 0;
  }
  .news-post-link a:hover::after {
    width: 100%;
  }
  .error-link a {
    position: relative;
  }
  .error-link a::after {
    background-color: #000;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 4px;
    left: 0;
    transition: all 0.2s ease-in-out;
    height: 1px;
    width: 0;
  }
  .error-link a:hover::after {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */