@charset "UTF-8";
body.ramen {
  color: #1a1a1a;
}
body.postid-1693 .ramen {
  background-color: #FDF9F3;
  font-family: "Shippori Mincho", serif;
}
body.ramen .footer {
  position: relative;
  margin-top: 100px;
}

/*////////////////////////

 user common css

////////////////////////*/
/*////////////////////////

fonts

////////////////////////*/
.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.noto {
  font-family: "Noto Serif JP", serif;
}

.shippori {
  font-family: "Shippori Mincho", serif;
}

.eb-garamond {
  font-family: "EB Garamond", serif;
}

/***************************

style/effects.scss

***************************/
/***************************

object/ramen.scss

***************************/
.ramen-hero {
  position: relative;
  width: 100%;
  /* height: 90vh; */
  /* background: #eee; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ramen-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ramen-intro {
  padding: 100px 20px 45px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
.ramen-intro p {
  margin-bottom: 50px;
  font-size: 1.2375rem;
}
@media screen and (min-width: 1101px) {
  .ramen-intro p {
    font-size: 1.375rem;
  }
}
.ramen-intro p {
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ramen-intro p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 1101px) {
  .ramen-intro p {
    font-size: 1.25rem;
  }
}
.ramen-lineup {
  padding: 45px 0 150px;
  text-align: center;
  width: 100%;
}
.ramen-lineup-title {
  font-size: 2.25rem;
}
@media screen and (min-width: 1101px) {
  .ramen-lineup-title {
    font-size: 2.5rem;
  }
}
.ramen-lineup-title {
  margin-bottom: 80px;
  letter-spacing: 0.04em;
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ramen-lineup-title {
    font-size: 1.96875rem;
  }
}
@media screen and (max-width: 768px) and (min-width: 1101px) {
  .ramen-lineup-title {
    font-size: 2.1875rem;
  }
}
.ramen-lineup-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 120px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1100px) {
  .ramen-lineup-flex {
    flex-direction: column;
    gap: 100px;
    align-items: center;
  }
}
.ramen-card {
  width: 380px; /* カードの幅をデザインに固定 */
  flex: 0 0 380px; /* 勝手に広がらないように固定 */
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .ramen-card {
    width: 100%;
    max-width: 380px;
    flex: none;
  }
}
.ramen-card-name {
  font-size: 1.4625rem;
}
@media screen and (min-width: 1101px) {
  .ramen-card-name {
    font-size: 1.625rem;
  }
}
.ramen-card-name {
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: 0.08em;
  text-align: center;
  display: block;
}
.ramen-pkg-wrap {
  width: 100%;
  position: relative;
}
.ramen-pkg-wrap img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.ramen-desc-box {
  text-align: center;
  margin-top: 50px;
  width: 100%;
}
.ramen-icon {
  width: 35px;
  height: auto;
  margin: 0 auto 20px;
  display: block;
}
.ramen-text {
  font-size: 1.0125rem;
}
@media screen and (min-width: 1101px) {
  .ramen-text {
    font-size: 1.125rem;
  }
}
.ramen-text {
  font-weight: 600;
  line-height: 2;
  text-align: justify;
}
.ramen-release {
  padding: 70px 20px 0;
  text-align: center;
  width: 100%;
  background-color: #fff;
}
.ramen-date {
  font-size: 4.33125rem;
}
@media screen and (min-width: 1101px) {
  .ramen-date {
    font-size: 4.8125rem;
  }
}
.ramen-date {
  font-weight: 700;
  margin-top: 130px;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  display: block;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .ramen-date {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1101px) {
  .ramen-date {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .ramen-date {
    margin-top: 60px;
  }
}
.ramen-date span {
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 7.875rem;
}
@media screen and (min-width: 1101px) {
  .ramen-date span {
    font-size: 8.75rem;
  }
}
.ramen-date span {
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .ramen-date span {
    font-size: 5.0625rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1101px) {
  .ramen-date span {
    font-size: 5.625rem;
  }
}
.ramen-date span:first-child {
  font-size: 5.625rem;
}
@media screen and (min-width: 1101px) {
  .ramen-date span:first-child {
    font-size: 6.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .ramen-date span:first-child {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1101px) {
  .ramen-date span:first-child {
    font-size: 3.75rem;
  }
}
.ramen-btn {
  display: inline-block;
  padding: 22px 70px;
  border: 1.5px solid #000;
  border-radius: 60px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-size: 1.1rem;
  transition: 0.3s;
  margin: 0 auto;
}
.ramen-btn:hover {
  background: #000;
  color: #fff;
}

.lineup-top-icon {
  width: 18px;
  margin: 0 auto 20px;
  display: block;
}

.noodle-point {
  position: absolute;
  width: 160px;
  top: 40%;
  z-index: 20;
}
@media screen and (max-width: 1100px) {
  .noodle-point {
    position: static;
    margin: 20px auto;
    width: 100%;
    text-align: center !important;
  }
}
.noodle-point.left {
  left: -120px;
  text-align: right;
}
.noodle-point.right {
  right: -120px;
  text-align: left;
}

.point-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #f0f0f0;
  overflow: hidden;
  margin-bottom: 10px;
  display: inline-block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.point-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-label {
  font-size: 0.85rem;
  line-height: 1.5;
  display: block;
  font-weight: bold;
}
.point-label.red {
  color: #D32F2F;
}
.point-label.yellow {
  color: #C1A500;
}/*# sourceMappingURL=style_ramen.css.map */