@charset "utf-8";

section:first-of-type {
  padding-top: 155px;
}

section:not(:first-of-type) {
  padding-top: 50px;
}

.soldOutText {
  color: #C72700;
  font-weight: 600;
  text-align: center;
  border: 2px solid #C72700;
  padding: 10px;
  display: block;
  line-height: 1.4;
  margin-top: 15px;
}

.itemWrap > li {
  grid-row: span 4;
}

.moreBtn {
  line-height: 1.4;
}

/****************************************
期間限定
****************************************/
h2 {
  font-weight: 600;
  font-size: 2.8rem;
  border-bottom: 2px solid #370000;
  line-height: 1.4;
  padding-bottom: 15px;
  margin-bottom: 15px;

  & + p {
    font-size: 2rem;
    font-weight: 600;
    color: #370000;
    line-height: 1.6;
      
      
      & span{
          display: block;
          font-size: 1.6rem;
          margin-top: 5px;
          font-weight: 500;
      }
  }
}

h2 img {
  position: absolute;
  top: -10px;
  right: 0;
  width: 220px;
  border-radius: 10px;
  object-fit: cover;
  aspect-ratio: 4/3;
}

h3 {
  color: #370000;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 20px;
  border-bottom: 1px dotted #370000;
  padding-bottom: 5px;
}

h3:not(:first-of-type) {
  margin-top: 40px;
}

.genaralCts {
  line-height: 1.6;
}

.genaralCts dt {
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #370000;
  position: relative;
  line-height: 1.4;
  padding-left: 35px;
  margin-bottom: 5px;
}

.genaralCts dt span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #370000;
  border-radius: 50%;
  color: #FFF;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 1.8rem;
}

.genaralCts dt span:not(:first-child) {
  font-size: 1.6rem;
  font-weight: 400;
}

.genaralCts dd {
  margin-bottom: 30px;
    & p{
        margin-left: 35px;
    }

  & table {

    & th,
    td {
      padding-top: 10px;
      vertical-align: top;
    }

    & th {
      white-space: nowrap;
      width: 10px;
      font-weight: 500;

      &:before {
        content: "■";
        color: #370000;
      }
    }

    & td {
      padding-left: 15px;
    }
  }
}

.genaralCts dd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.genaralCts dd ul li {
  width: 31%;
  margin-top: 15px;
}

.genaralCts dd ul li img {
  border-radius: 5px;
}

.genaralCts dd ul li .linkBtn {
  margin: 10px auto 15px;
}

.branchShopCts {
  line-height: 1.6;
}

.branchShopCts dt {
  margin-top: 15px;
  color: #370000;
  font-weight: 600;
}

.branchShopCts dd p {
  margin-top: 5px;
  text-indent: -2rem;
  margin-left: 2rem;
}

.branchShopCts dd p:before {
  content: "・";
  color: #370000;
}

.priceCts {
  border-top: 1px dotted #370000;
  padding-top: 25px;
  margin-bottom: 20px;
  line-height: 1.6;

  & dt {
    font-size: 2rem;
    font-weight: 600;
    color: #370000;
  }

  & dd {
    & table {

      & th,
      td {
        line-height: 1.6;
        padding-top: 10px;
        vertical-align: top;
      }

      & th {
        white-space: nowrap;
        width: 10px;
        font-weight: 500;

        &:before {
          content: "■";
          color: #370000;
        }
      }

      & td {
        padding-left: 15px;

        & span {
          &:first-child {
            font-size: 1.8rem;
            font-weight: 600;
          }

          &:last-child {
            font-size: 1.4rem;
          }
        }
      }
    }
  }

  & + p {
    line-height: 1.6;
  }
}

.linkBtn {
  display: block;
  background-color: #ECE7C3;
  border: 1px solid #D0C06A;
  color: #370000;
  width: fit-content;
  line-height: 1.2;
  padding: 15px 25px;
  border-radius: 50px;
  text-align: center;
  font-weight: 600;
  margin-top: 15px;
}

.linkBtn i {
  margin-left: 5px;
}

@media only screen and (max-width: 768px) {
  section:first-of-type {
    padding-top: 125px;
  }

  h2 {
    border: none;
    margin-bottom: 0;
  }

  h2 img {
    position: static;
    width: 100%;
    border-radius: 0;
    margin-top: 15px;
    border-top: 2px solid #370000;
    padding-top: 15px;
  }

  .genaralCts dt {
    font-size: 2rem;
  }

  .genaralCts dt span:not(:first-child) {
    display: block;
  }

  .genaralCts dd {
    & table {

      & th,
      td {
        display: block;
        padding-top: 0;
      }

      & th {
        font-weight: 600;
        color: #370000;
      }

      & td {
        padding-left: 1.5em;
      }
    }
  }

  .genaralCts dd ul li {
    width: 100%;
    margin-top: 15px;
  }

  .genaralCts dd ul li img {
    border-radius: 10px;
  }

  .priceCts {
    & dd {
      margin-top: 15px;

      & table {

        & th,
        td {
          display: block;
          padding-top: 0;
        }

        & th {
          font-weight: 600;
          color: #370000;
        }

        & td {
          padding-left: 1.5em;
        }
      }
    }
  }

  .linkBtn {
    font-size: 1.4rem;
  }
}
