@charset "UTF-8";
* {
  box-sizing: border-box;
}

img {
  width: 100%;
}

p {
  letter-spacing: 0.08rem;
  line-height: 1.5;
}

.livecook__display-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .livecook__display-sp {
    display: block;
  }
}

.livecook__content-inner {
  width: 1024px;
  margin-inline: auto;
  padding: 40px 20px;
}
@media screen and (max-width: 639px) {
  .livecook__content-inner {
    width: 100%;
  }
}

.livecook__bg {
  background: #008843;
}

.livecook__bg-illust {
  position: relative;
}

.livecook__bg-illust:before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/bg-vegetable.webp);
  background-size: contain;
  top: 33%;
  left: 3%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .livecook__bg-illust::before {
    top: 2%;
    left: 50%;
    width: 80px;
    height: 80px;
    transform: translateX(-50%);
  }
}

.livecook__bg-illust--fish::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/bg-fish.webp);
  background-size: contain;
  top: 0;
  left: 80%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .livecook__bg-illust--fish::before {
    top: 3%;
    left: 73%;
    width: 80px;
    height: 80px;
  }
}

.livecook__bg-illust--meat::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/bg-meat.webp);
  background-size: contain;
  top: 5%;
  left: 80%;
  width: 200px;
  height: 200px;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .livecook__bg-illust--meat::before {
    top: 4%;
    left: 85%;
    width: 75px;
    height: 75px;
  }
}
.livecook__bg-illust--fruit::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/bg-fruit.webp);
  background-size: contain;
  top: 80%;
  left: 3%;
  width: 200px;
  height: 200px;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .livecook__bg-illust--fruit::before {
    top: 8%;
    left: 80%;
    width: 80px;
    height: 80px;
  }
}

.livecook__hero {
  position: relative;
  width: 100%;
  height: 600px;
  background: no-repeat url(/images/livecook/hero.webp);
  background-position: top center;
  background-size: cover;
  margin-top: 165px;
}
@media screen and (max-width: 639px) {
  .livecook__hero {
    margin-top: 80px;
    height: 480px;
  }
}

.livecook__hero-textarea {
  position: absolute;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 10%;
}
@media screen and (max-width: 639px) {
  .livecook__hero-textarea {
    flex-direction: column;
    padding: 10px;
    top: 0;
  }
}

@media screen and (max-width: 639px) {
  .livecook__hero-text {
    bottom: 30%;
  }
}

.livecook__hero-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "MS PMincho", serif;
  font-size: 60px;
}
@media screen and (max-width: 639px) {
  .livecook__hero-title {
    text-align: center;
    font-size: 2rem;
  }
}

.livecook__hero-catch {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "游ゴシック体", "Yu Gothic",YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
  display: inline-block;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 0.875rem;
}

.livecook__info {
  background: #008843;
  margin: 30px;
  padding: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 639px) {
  .livecook__info {
    margin: 20px 0;
    padding: 20px 16px;
  }
}

.livecook__info--title {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .livecook__info--title {
    font-size: 1.2rem;
  }
}

.livecook__info-date {
  font-size: 2rem;
}
@media screen and (max-width: 639px) {
  .livecook__info-date {
    font-size: 1.4rem;
  }
}

.livecook__info-weekday {
  display: inline-block;
  background: #fff;
  color: #008843;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 10px 0 5px;
  vertical-align: middle;
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .livecook__info-weekday {
    width: 22px;
    height: 22px;
    font-size: 0.8rem;
  }
}

.livecook__info--place {
  position: relative;
  display: block;
  background: #fff;
  color: #008843;
  padding: 8px;
  margin: 13px 0 0 0;
}

.livecook__info--place:before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/icon-place.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 19%;
  left: 27%;
}
@media screen and (max-width: 639px) {
  .livecook__info--place:before {
    left: 6%;
  }
}

.livecook__info--note {
  color: #ffd700;
  font-size: 0.875rem;
}

.livecook__heading {
  position: relative;
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "MS PMincho", serif;
  color: #008843;
  font-size: 2.4rem;
}
@media screen and (max-width: 639px) {
  .livecook__heading {
    font-size: 1.6rem;
  }
}

.livecook__heading--profile::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/icon-chef.svg);
  background-size: contain;
  width: 50px;
  height: 50px;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 639px) {
  .livecook__heading--profile::before {
    width: 38px;
    height: 38px;
  }
}
.livecook__heading--schedule::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/icon-schedule.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  bottom: 0%;
  left: 0;
}
@media screen and (max-width: 639px) {
  .livecook__heading--schedule::before {
    width: 30px;
    height: 30px;
  }
}
.livecook__heading--join::before {
  position: absolute;
  content: "";
  background: no-repeat url(/images/livecook/icon-cook.svg);
  background-size: contain;
  width: 40px;
  height: 40px;
  bottom: 0%;
  left: 0;
}

@media screen and (max-width: 639px) {
  .livecook__heading--join::before {
    width: 30px;
    height: 30px;
  }
}
.livecook__heading--profile,
.livecook__heading--join {
  padding-left: 40px;
}

.livecook__heading--schedule {
  color: #fff;
  padding-left: 55px;
}
@media screen and (max-width: 639px) {
  .livecook__heading--schedule {
    padding-left: 40px;
  }
}

.livecook__heading--catch {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 639px) {
  .livecook__heading--catch {
    margin-top: 84px;
  }
}

.livecook__heading--catch::before,
.livecook__heading--catch::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #008843;
}
@media screen and (max-width: 639px) {
  .livecook__heading--catch::before,
  .livecook__heading--catch::after {
    width: 20px;
  }
}
.livecook__heading--catch::before {
  margin-right: 0.5rem;
}
.livecook__heading--catch::after {
  margin-left: 0.5rem;
}

.livecook__intro {
  color: #008843;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .livecook__intro {
    text-align: left;
  }
}

.livecook__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
  margin: 36px 0;
  z-index: 1;
}
@media screen and (max-width: 639px) {
  .livecook__list {
    grid-template-columns: 1fr;
  }
}

.livecook__list::before {
  content: "";
  position: absolute;
  top: auto;
  height: 152px;
  bottom: -38px;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #008843;
  z-index: -1;
}
@media screen and (max-width: 639px) {
  .livecook__list::before {
    display: none;
  }
}

.livecook__list li {
  background: #fff;
  border: 1px solid #008843;
  z-index: 1;
}

.livecook__list-textarea {
  padding: 12px 12px 20px;
}

.livecook__list-title {
  font-family: "Yu Mincho", "游明朝", "YuMincho", "Hiragino Mincho ProN",
    "Hiragino Mincho Pro", "MS PMincho", serif;
  text-align: center;
  margin: 10px;
  font-size: 1.25rem;
}

.livecook__list p {
  font-size: 0.875rem;
}

.livecook__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 639px) {
  .livecook__flex {
    flex-direction: column;
  }
}
.livecook__flex--align-items {
  align-items: center;
}

.livecook__profile-photo {
  box-shadow: 11px 11px #008843;
  width: 32%;
}
@media screen and (max-width: 639px) {
  .livecook__profile-photo {
    width: 90%;
  }
}
.livecook__profile-textarea {
  width: 62%;
}
@media screen and (max-width: 639px) {
  .livecook__profile-textarea {
    width: 100%;
    margin: 30px 0 0;
  }
}

.livecook__profile-name {
  font-weight: bold;
  font-size: 1.25rem;
}
.livecook__profile-name span {
  font-size: 0.875rem;
}
.livecook__schedule {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #fff;
  color: #008843;
  width: 520px;
  margin: 5px auto;
  padding: 20px 30px;
  line-height: 1.8;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 639px) {
  .livecook__schedule {
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 639px) {
  .livecook__schedule-list {
    text-align: center;
    padding: 15px 0;
  }
}

.livecook__schedule-date {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .livecook__schedule-date {
    width: 100%;
    text-align: center;
    padding: 10px;
    background: rgb(255, 247, 141);
  }
}

.livecook__text {
  line-height: 1.8em;
  padding: 10px 0;
  font-size: 1rem;
}
@media screen and (max-width: 639px) {
  .livecook__text {
    font-size: 0.875rem;
  }
}

.livecook__join-textarea {
  font-weight: bold;
  width: 60%;
}
@media screen and (max-width: 639px) {
  .livecook__join-textarea {
    width: 100%;
  }
}

.livecook__join-illust {
  width: 30%;
}
@media screen and (max-width: 639px) {
  .livecook__join-illust {
    width: 70%;
    margin: 30px auto 0 auto;
  }
}

