@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200;300;400;500&family=Noto+Serif+JP&family=Montserrat&family=Shippori+Mincho+B1&family=Shippori+Mincho&family=DM+Sans:wght@700&display=swap");
@import url("https://maxst.icons8.com/vue-static/landings/line-awesome/line-awesome/1.3.0/css/line-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prata&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Prata&display=swap");
* {
  padding: 0;
  margin: 0;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-appearance: none;
  border-radius: 0; }

html,
body {
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 2.0em;
  background-color: #f0f0f0;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align: center; }

html {
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

ul {
  list-style: none;
  padding: 0; }

h1 {
  display: none; }

i {
  font-style: normal; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #303030;
  text-decoration: none; }

.douga .buy-btn, .item .item-buy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid #000;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #000;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal; }
  .douga .buy-btn:hover, .item .item-buy-btn:hover {
    background: #000;
    color: #fff; }

.video-wrap {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #FFF; }

/* 背景動画を全面にフィット */
.video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  display: block; }

/* 中央ロゴ */
.logo {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  top: -10%;
  pointer-events: none; }
  .logo img {
    width: min(28vw, 500px);
    height: auto;
    opacity: 0;
    animation: logoFade 1.2s ease-out .9s forwards;
    filter: drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45)); }
  @media (max-width: 768px) {
    .logo img {
      width: 50vw; } }

@keyframes logoFade {
  0% {
    opacity: 0;
    transform: translateY(8px) scale(0.98);
    filter: blur(2px) drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45)); }
  60% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0) drop-shadow(0 6px 24px rgba(0, 0, 0, 0.45)); }
  100% {
    opacity: 1;
    transform: none; } }
/* サブテキスト */
.subtext {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 1rem;
  letter-spacing: 0.08em;
  color: #fff;
  white-space: nowrap;
  opacity: 1;
  display: inline-block; }
  @media (max-width: 768px) {
    .subtext {
      top: 50%;
      font-size: 0.8rem; } }
  .subtext span {
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    opacity: 0;
    animation: fadeInLine 1.2s ease-out forwards; }
  .subtext span:nth-of-type(1) {
    animation-delay: 2.2s; }
  .subtext span:nth-of-type(2) {
    animation-delay: 2.7s; }
  .subtext span:nth-of-type(3) {
    animation-delay: 3.2s; }

@keyframes fadeInLine {
  from {
    opacity: 0;
    transform: translateY(3px);
    filter: blur(2px); }
  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); } }
.dogakabu-wrap {
  width: 66%;
  margin: 0 auto;
  padding-top: 110px;
  font-size: 1.1rem; }
  @media (max-width: 768px) {
    .dogakabu-wrap {
      width: 80%;
      padding-top: 80px; } }

.dogakabu {
  text-align: left;
  margin: 0 auto; }
  .dogakabu span {
    font-family: "游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif; }
  @media (max-width: 768px) {
    .dogakabu {
      font-size: 0.8rem;
      width: 100%; } }

.banner-wrap {
  width: 66%;
  margin: 0 auto;
  padding-top: 80px; }
  .banner-wrap p {
    text-align: left;
    line-height: 2.2rem; }
  .banner-wrap img {
    width: 100%;
    height: auto; }
  @media (max-width: 768px) {
    .banner-wrap {
      width: 80%;
      font-size: 0.7rem; }
      .banner-wrap p {
        text-align: left;
        line-height: 1.2rem; }
      .banner-wrap img {
        width: 100%;
        height: auto;
        object-fit: cover; } }

.douga-wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 110px; }

.douga {
  width: 46%;
  margin-bottom: 160px; }
  .douga video {
    width: 100%;
    height: auto;
    display: block; }
    @media (max-width: 768px) {
      .douga video {
        width: 100%;
        height: auto; } }
  .douga .info-list {
    margin-top: 14px; }
  .douga .info-row {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 6px; }
    .douga .info-row p {
      margin-right: 10px; }
    .douga .info-row a {
      text-decoration: none; }
  .douga .item-name {
    font-size: 13px;
    letter-spacing: 0.05em;
    margin: 0; }

.douga1,
.douga3 {
  margin-right: auto; }

.douga2 {
  margin-left: auto; }

.douga1 {
  margin-top: 0; }

.douga2 {
  margin-top: -600px; }

.douga3 {
  margin-top: -400px; }

/* スマホ用：縦並び */
@media (max-width: 768px) {
  .douga-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 60px 16px; }

  .douga {
    width: 100%;
    margin: 0 0 60px;
    position: static; }
    .douga.douga1, .douga.douga2, .douga.douga3 {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0; }
    .douga .info-row {
      flex-direction: column;
      align-items: flex-start;
      gap: 6px; } }
h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal; }

p {
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal; }

.item-list {
  margin: 0 auto;
  padding: 16px 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 25px;
  width: 80%;
  letter-spacing: normal; }

.item {
  text-align: left;
  padding: 20px 0 0 0;
  line-height: 1.6rem;
  /* ▼ ここからホバー拡大用 ▼ */
  /* ▲ ここまでホバー拡大用 ▲ */ }
  .item a {
    display: block;
    overflow: hidden; }
    .item a img {
      display: block;
      width: 100%;
      height: auto;
      transition: transform 0.4s ease;
      transform-origin: center center; }
    .item a:hover img {
      transform: scale(1.06); }
  .item .title {
    font-size: 16px;
    margin: 10px 0 4px; }
    @media (max-width: 768px) {
      .item .title {
        font-size: 14px; } }
  .item .desc {
    font-size: 12px;
    margin: 2px 0; }
  .item .item-buy-btn {
    margin-top: 8px; }

@media (max-width: 768px) {
  .item-list {
    width: 88%;
    /* 80% をやめる */
    max-width: 480px;
    /* 好きな値（なくてもOK） */
    margin: 0 auto;
    /* 中央寄せ */
    padding: 14px 16px;
    /* 左右に少し余白を足す */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 16px; }

  .title {
    font-size: 14px; }

  .desc {
    font-size: 11px; }

  .douga .buy-btn,
  .item .item-buy-btn {
    padding: 8px 18px; } }
.reveal-item {
  opacity: 1;
  transform: translateY(0);
  filter: none; }

.reveal-item.is-visible {
  animation: liftIn 0.6s ease-out forwards; }

@keyframes liftIn {
  from {
    transform: translateY(18px);
    filter: blur(1px); }
  to {
    transform: translateY(0);
    filter: blur(0); } }
.CONTENTS {
  position: relative;
  z-index: 10;
  padding: 0 0 80px;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 0;
  overflow: hidden; }
  @media (max-width: 768px) {
    .CONTENTS {
      max-width: 86%; } }

h2 {
  font-size: 3rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 auto;
  padding: 60px 0 0 0; }
  @media (max-width: 768px) {
    h2 {
      font-size: 2rem;
      margin: 20px auto;
      padding: 20px 0 0; } }

.CONTENTS2 {
  padding: 0 0 240px; }
  @media (max-width: 768px) {
    .CONTENTS2 {
      padding: 0 0 160px; } }

.menu-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0 auto;
  padding: 120px 0 120px;
  width: 75%; }
  @media (max-width: 768px) {
    .menu-grid {
      width: 95%;
      padding: 60px 0 60px;
      grid-template-columns: repeat(3, 1fr); } }
  .menu-grid .pc-off {
    display: none; }
    @media (max-width: 768px) {
      .menu-grid .pc-off {
        display: block; } }
  .menu-grid .sp-off {
    display: block; }
    @media (max-width: 768px) {
      .menu-grid .sp-off {
        display: none; } }

.menu-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  cursor: pointer;
  margin: 1px; }
  .menu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease, opacity .5s ease; }
  .menu-item:hover img {
    transform: scale(1.05);
    opacity: 0.8; }

/* テキスト＆アイコン */
.menu-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  transition: background 0.4s ease;
  background: rgba(0, 0, 0, 0.45);
  font-weight: 500;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  line-height: 1.2; }
  @media (max-width: 768px) {
    .menu-text {
      font-size: 1rem; } }
  .menu-text i {
    font-size: 1rem;
    margin-top: 2px;
    opacity: 0.9;
    transition: transform 0.3s ease; }

.menu-item:hover .menu-text {
  background: rgba(0, 0, 0, 0); }

.menu-item:hover .menu-text i {
  transform: translateY(3px); }

@media (max-width: 768px) {
  .buy-button {
    padding: 4px 0;
    font-size: 0.8rem; } }

header {
  display: block;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 24px 0;
  height: 1rem;
  background-color: #FAFAFA; }
  header #CROUKA-logo {
    width: 15%;
    max-width: 280px;
    margin: 0 auto;
    fill: #303030;
    z-index: 999999;
    animation-name: logo-animation;
    animation-duration: 0.3s;
    position: absolute;
    left: 42.5%; }
  header #LR-logo {
    width: 4%;
    max-width: 60px;
    margin: 0 auto;
    fill: #303030;
    z-index: 999999;
    animation-name: logo-animation;
    animation-duration: 0.3s;
    position: absolute;
    top: 10%;
    left: 48%; }
@keyframes logo-animation {
  0% {
    fill: transparent;
    filter: blur(5px); }
  100% {
    fill: #303030; } }
  header ul.HEADER-SNS {
    display: flex;
    text-align: right;
    position: absolute;
    right: 20px;
    top: 33%; }
    header ul.HEADER-SNS li {
      font-size: 1.6rem;
      width: 30px;
      padding: 0 10px 0 0; }
      header ul.HEADER-SNS li i a svg {
        max-width: 50px;
        width: 100%; }
  @media screen and (max-width: 1024px) {
    header {
      padding: 24px 0 16px; }
      header ul.HEADER-SNS {
        top: 12px;
        right: 5px; }
        header ul.HEADER-SNS li {
          font-size: 1.3rem;
          width: 20px;
          padding: 0 10px 0 0; }
          header ul.HEADER-SNS li i a svg {
            max-width: 30px;
            width: 100%; }
      header #CROUKA-logo {
        width: 33%;
        margin: 0 auto;
        left: 3%; }
      header #LR-logo {
        width: 10%;
        max-width: 120px;
        margin: 0 auto;
        padding: 5px 0 0 0;
        left: 3%; } }

header.CROUKA li a:hover {
  color: #ff6633; }

header.SHOPIFY li a:hover {
  color: #788588; }

header.LR li a:hover {
  color: #FDDA03; }

footer {
  background: #cccccc;
  padding: 40px;
  margin: 300px 0 0 0;
  font-size: 1.4rem; }
  footer #CROUKA-footerlogo,
  footer #LR-footerlogo {
    width: 120px;
    fill: #303030; }
  footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  footer li {
    margin: 0 10px 0 0; }
    footer li:first-child {
      margin: 0 auto 0 0; }
  footer li {
    font-size: 1.6rem; }
    footer li i a svg {
      max-width: 50px;
      width: 100%; }
  footer ul li.text a {
    font-family: "DM Sans";
    font-weight: 600;
    color: #303030;
    font-size: 0.8rem; }
  footer ul li.policy a {
    display: block;
    font-family: "DM Sans";
    font-weight: 600;
    color: #303030;
    font-size: 0.8rem; }
  @media screen and (max-width: 1024px) {
    footer {
      padding: 60px 0 40px;
      margin: 200px 0 0 0; }
      footer ul {
        width: 40%;
        margin: 0 auto;
        text-align: center; }
      footer li {
        width: 20%;
        margin: 5px 2.5%; }
        footer li:first-child {
          display: block;
          margin: auto;
          width: 80%; }
      footer a {
        font-family: "DM Sans";
        font-weight: 600;
        color: #303030; }
        footer a i {
          font-size: 1.6rem;
          margin: 0 0.25rem 0 0; }
      footer #CROUKA-footerlogo,
      footer #LR-footerlogo {
        width: 100%;
        fill: #303030;
        margin: 0 auto 14px;
        display: block; }
      footer ul li.policy {
        font-family: "DM Sans";
        font-weight: 600;
        display: block;
        width: 100%;
        font-size: 0.6rem; } }

footer.CROUKA li a:hover {
  color: #ff6633; }

footer.SHOPIFY li a:hover {
  color: #788588; }

footer.LR li a:hover {
  color: #FDDA03; }
