/* ========================================
   tokimecoアプリ紹介
======================================== */
.tokimeco {
  padding: 100px 0;
  background-color: var(--color-background);
}

.tokimeco-header {
  text-align: center;
  margin-bottom: 40px;
}

.tokimeco-logo {
  height: 143px;
  width: auto;
  margin: 0 auto 30px;
}

.tokimeco-catchphrase {
  font-size: 32px;
  color: var(--color-secondary);
  font-weight: 500;
  margin-bottom: 20px;
  font-family: "Noto Sans", sans-serif;
}

.app-store-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.app-store-link img,
.google-play-link img {
  height: 48px;
  width: auto;
}

.feature-flow {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-bottom: 40px;
}

.feature-item {
  text-align: center;
}

.feature-box {
  width: 116px;
  height: 116px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-app {
  background-color: var(--color-secondary);
}

.feature-store {
  background-color: #af5f57;
}

.feature-tokimeco {
  background-color: var(--color-white);
  border: 2.5px solid var(--color-secondary);
}

.feature-label {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  font-size: 13px;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.feature-tokimeco .feature-label {
  color: var(--color-secondary);
}

.feature-icon {
  width: 54px;
  height: 54px;
  margin-top: 15px;
}

.feature-icon-tokimeco {
  width: 87px;
  height: 46px;
  margin-top: 10px;
}

.feature-item p {
  font-size: 13px;
  color: var(--color-secondary);
  line-height: 1.5;
  font-weight: 700;
  font-family: "Noto Sans", sans-serif;
}

.feature-arrow {
  margin-top: 45px;
}

.feature-arrow svg {
  display: block;
}

/* 登録基準 */
.registration-criteria {
  background-color: var(--color-white);
  border-radius: 8px;
  padding: 20px 50px 20px 50px;
  max-width: 650px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
}

.registration-criteria h3 {
  font-size: 20px;
  color: var(--color-secondary);
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}

.criteria-list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.criteria-list ul {
  list-style: none;
  flex: 1;
}

.criteria-list li {
  font-size: 16px;
  color: var(--color-black);
  line-height: 2.2;
}

/* ========================================
   カクテルパーティー
======================================== */
.cocktail-party {
  position: relative;
  padding: 0 0 100px;
  background-color: var(--color-background);
  overflow: hidden;
  min-width: 1200px;
}

.cocktail-party-container {
  background-color: var(--color-white);
  margin-left: 60px;
  border-radius: 30px 0 0 30px;
  background-image: url(../images/cocktail-party-bk-image.png);
  background-repeat: no-repeat;
  background-position: -30px -90px;
  background-size: 1180px 377px;
  padding-top: 100px;
}

/* 背景デザイン */
.cocktail-bg {
  position: absolute;
  z-index: 1;
}

.cocktail-bg-pc {
  top: 170px;
  left: 50%;
  transform: translateX(-50%);
  width: 186px;
  height: 124px;
}

.cocktail-bg-pc img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.cocktail-bg-sp {
  display: none;
}

/* メインコンテンツ */
.cocktail-party .container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  padding: 0 60px;
  margin: 0 auto;
}

.cocktail-title {
  font-size: 64px;
  color: var(--color-primary);
  margin-bottom: 50px;
  font-weight: 300;
  font-family: var(--font-primary);
  line-height: 1.5;
  text-align: center;
  position: relative;
  z-index: 2;
}

.cocktail-content {
  position: relative;
  z-index: 2;
  padding-top: 70px;
  display: flex;
  gap: 80px;
}

/* 左側のコンテンツ */
.cocktail-left {
  display: flex;
  gap: 160px;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 0;
  flex-direction: column;
}

.cocktail-left-content {
  flex: 1;
}

.cocktail-catchphrase {
  font-size: 24px;
  color: var(--color-primary);
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-primary);
  margin-bottom: 0;
}

/* 画像 */
.cocktail-images {
  position: relative;
  width: 443px;
  height: 363px;
  flex-shrink: 0;
}

.cocktail-image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 323px;
  height: 363px;
  object-fit: cover;
  z-index: 2;
}

.cocktail-image-2 {
  position: absolute;
  bottom: -130px;
  right: -23px;
  width: 366px;
  height: 150px;
  object-fit: cover;
  z-index: 1;
}

/* 白い情報ボックス */
.cocktail-info-wrapper {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1160px;
}

.cocktail-info-box {
  background-color: var(--color-white);
  border-radius: 8px;
  min-width: 518px;
  position: relative;
}

.cocktail-schedule {
  font-size: 34px;
  color: var(--color-primary);
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 300;
  font-family: var(--font-primary);
}

.cocktail-details {
  font-size: 14px;
  color: var(--color-black);
  line-height: 1.5;
  margin-bottom: 0;
  font-family: var(--font-primary);
  font-weight: 400;
}

.cocktail-button {
  display: inline-block;
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 11px 91px;
  border-radius: 32.5px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: var(--font-primary);
  position: absolute;
  line-height: 1.5;
  margin-top: 60px;
}

.cocktail-button:hover {
  background-color: #8b1a0e;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(174, 35, 23, 0.3);
}

/* ========================================
   レスポンシブデザイン
======================================== */
@media (max-width: 768px) {
  /* tokimeco */
  .tokimeco {
    padding: 60px 0;
  }

  .tokimeco-logo {
    height: 100px;
  }

  .tokimeco-catchphrase {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .app-store-links {
    gap: 10px;
  }

  .app-store-link img,
  .google-play-link img {
    height: 40px;
  }

  .feature-flow {
    gap: 10px;
    margin-bottom: 60px;
    width: 80%;
    margin: 0 auto 60px;
  }

  .feature-box {
    width: 85px;
    height: 85px;
    border-radius: 7px;
  }

  .feature-label {
    font-size: 10px;
    top: 12px;
  }

  .feature-icon {
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .feature-icon-tokimeco {
    width: 64px;
    height: 34px;
    margin-top: 8px;
  }

  .feature-item {
    width: 90px;
  }

  .feature-item p {
    font-size: 10px;
  }

  .feature-arrow {
    margin-top: 30px;
    min-width: 10px;
  }

  .registration-criteria {
    padding: 30px 20px;
    width: 90%;
  }

  .registration-criteria h3 {
    font-size: 16px;
  }

  .criteria-list {
    flex-direction: column;
    gap: 20px;
  }

  .criteria-list li {
    font-size: 14px;
    line-height: 2;
  }

  /* カクテルパーティー */
  .cocktail-party {
    padding: 40px 0;
    position: relative;
    min-width: auto;
  }
  .cocktail-party-container {
    margin-left: 0;
    border-radius: 0;
  }

  .cocktail-party .container {
    padding: 0 20px;
  }

  /* 背景デザイン */
  .cocktail-bg-pc {
    top: 40px;
    padding: 0;
  }

  .cocktail-bg-sp {
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 145px;
    overflow: hidden;
    z-index: 1;
  }

  .cocktail-bg-text {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    color: var(--color-secondary);
    opacity: 0.1;
    font-family: "Segoe Script", cursive;
    white-space: nowrap;
  }

  .cocktail-title {
    font-size: 32px;
    margin: 0;
    text-align: center;
  }

  .cocktail-content {
    flex-direction: column;
    padding-top: 0px;
    gap: 0px;
  }

  /* 左側のコンテンツ */
  .cocktail-left {
    order: 2;
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .cocktail-left-content {
    width: 100%;
  }

  .cocktail-catchphrase {
    font-size: 20px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    margin: 0 auto;
  }

  .cocktail-images {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .cocktail-image-1,
  .cocktail-image-2 {
    position: static;
    width: 100%;
    max-width: 350px;
    height: auto;
  }

  /* 白い情報ボックス */
  .cocktail-info-box {
    background-color: unset;
    width: 100%;
    min-width: auto;
    height: auto;
    padding: 30px 25px 60px;
    margin-right: 0;
    order: 1;
  }

  .cocktail-schedule {
    width: 100%;
    font-size: 24px;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
  }

  .cocktail-details {
    padding: 0;
    margin-bottom: 30px;
  }

  .cocktail-button {
    position: static;
    font-size: 14px;
    padding: 15px 60px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
  }
}
