@charset "utf-8";

/* sake__description */

.description__title {
  color: var(--accent-color, #504736);
  font-family: "Noto Serif JP";
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 34px;
}
.description__item {
  display: flex;
  gap: 0 2.1%;
  margin-bottom: 46px;
}
.description__image {
  flex: 1;
}
.description__txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
}
.description__paragraph {
  text-align: justify;
  font-family: "Noto Serif JP";
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
.sake__rank{
  color: var(--primary-white, #FDFDFD);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.75;
  background-color: var(--primary-navy, #37373F);
}

@media screen and (min-width:769px) {
  .main {
    padding: 0 6%;
  }
  .topic--sake {
    margin-bottom: 64px;
  }
  .section__lead{
    display: block;
    width: 47%;
    margin: 0 auto 76px;
  }
  .sake__flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    justify-content: center;
    align-items: center;
    margin-bottom: 48px;
  }
  .sake__description {
    width: 34.2%;
    margin-bottom: 0;
  }
  .description__title {
    margin-bottom: 24px;
  }
  .description__item {
    margin-bottom: 0;
  }
  
}