/*
Theme Name: ラボラトリエ
*/

body {
  margin: 0;
  padding: 0;
  background-color: #f3cdd1;
  font-family: 'BIZ UDPGothic', sans-serif;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 40px;
}

.image-area {
  position: relative;
  width: 360px;
  height: 480px;
  border-radius: 40% / 20%;
  overflow: hidden;
  margin: 20px;
}

.beef-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40% / 20%;
}

.label-top, .label-bottom {
  position: absolute;
  background-color: #c9a263;
  color: #fff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.label-top {
  top: -20px;
  left: -20px;
}

.label-bottom {
  bottom: -20px;
  left: -20px;
}

.text-area {
  max-width: 500px;
  color: #2f3b4c;
  margin: 20px;
}

.text-area h1 {
  font-size: 48px;
  color: #ff3c3c;
  font-family: 'Anton', sans-serif;
  margin-bottom: 24px;
}

.main-message {
  font-size: 32px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.sub-box {
  padding: 20px;
  background-color: #f3cdd1;
  border: 1px solid #fdf3e9;
  font-size: 20px;
  line-height: 1.8;
}
