@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
:root {
  --ff-zen: "Zen Kaku Gothic New", sans-serif;
  --color-primary: #EDA977;
  --bg-primary: #FFEFE4;
}

body {
  font-family: var(--ff-zen);
  font-size: 16px;
  color: #222;
}

main {
  background: #fff;
}

.kurashi-splash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background: radial-gradient(106.02% 76.15% at 50% 50%, #FFF 46.12%, #FFEFE4 100%);
  transition: opacity 1.2s ease;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 767.9px) {
  .kurashi-splash {
    height: 100dvh;
  }
}
.kurashi-splash.-fadeout {
  opacity: 0;
  pointer-events: none;
}
.kurashi-splash__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  animation: fadeIn 2.5s ease forwards;
}
@media screen and (max-width: 767.9px) {
  .kurashi-splash__body {
    gap: 15px;
  }
}
.kurashi-splash__text-01 img, .kurashi-splash__text-02 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 767.9px) {
  .kurashi-splash__text-01 img {
    width: 200px;
  }
}
@media screen and (max-width: 767.9px) {
  .kurashi-splash__text-02 img {
    width: 232px;
  }
}

.kurashi-mv {
  position: relative;
}
@media screen and (max-width: 1500px) {
  .kurashi-mv {
    height: 780px;
  }
}
@media screen and (max-width: 1200px) {
  .kurashi-mv {
    height: 640px;
  }
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv {
    height: 740px;
  }
  .kurashi-mv::before {
    content: "";
    display: block;
    width: 100%;
    height: 170px;
    background: linear-gradient(180deg, rgba(22, 9, 9, 0.15) 0%, rgba(22, 9, 9, 0) 100%);
    background-blend-mode: multiply;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.kurashi-mv__cover {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .kurashi-mv__cover {
    height: 100%;
  }
}
.kurashi-mv__cover img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .kurashi-mv__cover img {
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__cover img {
    object-position: 37% 50%;
  }
}
.kurashi-mv__copy {
  position: absolute;
  top: 6.4102564103%;
  left: 21.4666666667%;
}
@media screen and (max-width: 1500px) {
  .kurashi-mv__copy {
    left: auto;
    right: 50%;
    transform: translateX(-344px);
  }
}
@media screen and (max-width: 1200px) {
  .kurashi-mv__copy {
    transform: translateX(-240px);
  }
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__copy {
    top: 160px;
    transform: translateX(150px);
  }
}
.kurashi-mv__copy img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 84px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__copy img {
    width: 52px;
  }
}
.kurashi-mv__header {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__header {
    align-items: center;
    gap: 15px;
    top: 30px;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: none;
    margin: 0;
    padding: 0 32px 32px;
  }
}
.kurashi-mv__header-text-01 {
  margin-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__header-text-01 {
    margin-right: 0;
  }
}
.kurashi-mv__header-text-01 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__header-text-01 img {
    width: 201px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  }
}
.kurashi-mv__header-text-02 img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
}
@media screen and (max-width: 767.9px) {
  .kurashi-mv__header-text-02 img {
    width: 232px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.4));
  }
}

.kurashi-movie {
  margin-top: 140px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie {
    margin-top: 60px;
  }
}
.kurashi-movie__inner {
  padding-top: 150px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie__inner {
    padding-top: 105px;
  }
}
.kurashi-movie__header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie__header {
    left: 50%;
    transform: translateX(-50%);
  }
}
.kurashi-movie__header img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie__header img {
    width: 140px;
  }
}
.kurashi-movie__body {
  width: 83%;
  margin-left: auto;
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie__body {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
}
.kurashi-movie__link {
  transition: opacity 0.3s;
}
.kurashi-movie__link:hover {
  opacity: 0.7;
}
.kurashi-movie__link img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.9px) {
  .kurashi-movie__link img {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
}

.kurashi-gallery {
  margin-top: 200px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-gallery {
    margin-top: 100px;
  }
}
.kurashi-gallery__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.kurashi-gallery__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: var(--color-primary);
  text-align: center;
  width: 325px;
  height: 325px;
  border-radius: 50%;
  background-color: #fae6d6;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-gallery__header {
    gap: 5px;
    width: 170px;
    height: 170px;
    margin-bottom: 50px;
  }
}
.kurashi-gallery__header-jp {
  font-size: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 767.9px) {
  .kurashi-gallery__header-jp {
    font-size: 14px;
  }
}
.kurashi-gallery__header-en {
  font-size: 46px;
  line-height: 1.1;
}
@media screen and (max-width: 767.9px) {
  .kurashi-gallery__header-en {
    font-size: 24px;
  }
}
.kurashi-gallery__image {
  text-align: center;
}
.kurashi-gallery__image img {
  max-width: 100%;
  height: auto;
  box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.9px) {
  .kurashi-gallery__image img {
    max-width: 85%;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  }
}
.kurashi-gallery__link {
  transition: opacity 0.3s;
}
.kurashi-gallery__link:hover {
  opacity: 0.7;
}

.kurashi-profile {
  margin-top: 170px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-profile {
    margin-top: 90px;
  }
}
.kurashi-profile__inner {
  display: grid;
  grid-template-columns: 25% 64%;
  justify-content: space-between;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.9px) {
  .kurashi-profile__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.kurashi-profile__image {
  text-align: center;
}
.kurashi-profile__image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-profile__image img {
    width: 100%;
    max-width: 280px;
  }
}
.kurashi-profile__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-profile__name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.kurashi-profile__description {
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767.9px) {
  .kurashi-profile__description {
    font-size: 14px;
  }
}

.kurashi-cat {
  margin-top: 125px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat {
    margin-top: 80px;
  }
}
.kurashi-cat__inner {
  max-width: 960px;
  border-radius: 20px;
  border: 2px solid var(--color-primary);
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat__inner {
    padding: 20px;
  }
}
.kurashi-cat__title {
  color: var(--color-primary);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat__title {
    font-size: 24px;
  }
}
.kurashi-cat__contents {
  display: grid;
  grid-template-columns: 26% 65.5%;
  justify-content: space-between;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat__contents {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.kurashi-cat__image {
  text-align: center;
}
.kurashi-cat__image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}
.kurashi-cat__name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat__name {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.kurashi-cat__description {
  font-size: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-cat__description {
    font-size: 14px;
  }
}

.kurashi-button {
  margin-top: 90px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-button {
    margin-top: 50px;
  }
}
.kurashi-button__inner {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.kurashi-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 420px;
  border-radius: 10px;
  border: 2px solid var(--color-primary);
  background-color: #fff;
  color: var(--color-primary);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767.9px) {
  .kurashi-button__link {
    box-sizing: border-box;
    border-width: 1px;
  }
}
.kurashi-button__link:hover {
  opacity: 0.7;
}

.kurashi-brand {
  margin-top: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-brand {
    margin-top: 40px;
  }
}
.kurashi-brand__inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.kurashi-brand__link {
  transition: opacity 0.3s;
}
.kurashi-brand__link:hover {
  opacity: 0.7;
}
.kurashi-brand__link img {
  max-width: 100%;
  height: auto;
}

.kurashi-banner {
  margin-top: 80px;
  padding: 0 20px;
}
@media screen and (max-width: 767.9px) {
  .kurashi-banner {
    margin-top: 40px;
    padding: 0;
  }
}
.kurashi-banner__inner {
  display: block;
  max-width: 1080px;
  margin: 0 auto;
  transition: opacity 0.3s ease;
}
.kurashi-banner__inner picture {
  vertical-align: top;
}
.kurashi-banner__inner picture img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  12% {
    opacity: 0;
  }
  58% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.height__movie {
  position: relative;
  aspect-ratio: 16/9;
  height: auto;
  width: 960px;
  max-width: calc(100vw - 90px);
  margin: auto;
}

@media screen and (max-width: 767.9px) {
  .height__movie {
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
.modaal-inner-wrapper {
  padding-bottom: 0;
}

.height__photo {
  position: relative;
  aspect-ratio: 597/844;
  height: calc(100vh - 160px);
  width: auto;
  margin: auto;
  text-align: center;
}
.height__photo img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767.9px) {
  .height__photo {
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
