/*-------------------------------

PC・SP両方の商品詳細テンプレCSSに入れてください

-------------------------------*/

.input-prepend.input-append input {
  font-size: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
  width: 100px;
  text-align: right;
}
a {
  color: inherit;
}
.osechi section + section {
  border-top: 1px solid #ccc;
}
.osechi section {
  padding: 3em 0;
}
.osechi section a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.osechi .lead {
  padding-top: 0;
}
.osechi .lead .heading {
  font-size: 125%;
  font-weight: bold;
  color: #d80c18;
}
.osechi .lead .caution {
  background: #ffff00;
  color: #ff0000;
  font-weight: bold;
  display: inline-block;
  margin-top: 1em;
  font-size: 120%;
}
.osechi .lead .item-wrap {
  margin-top: 2em;
}
.osechi .lead .item__ttl {
  font-weight: bold;
}
.osechi .lead .item-wrap > * + * {
  margin-top: 2em;
}
.osechi .lead .txt {
  margin-top: 2em;
}
.osechi .lead .subitem-wrap {
  margin-top: 1em;
  margin-bottom: 2em;
}
.osechi .lead .subitem-wrap > * + * {
  margin-top: 1em;
}
.osechi .lead .subitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.osechi .lead .subitem__img {
  width: 100px;
}
.osechi .lead .subitem__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.osechi .lead .subitem__txt-wrap {
  flex: 1;
}
.osechi .lead .subitem__ttl {
  font-weight: bold;
}
.osechi .lead .subitem__ttl + .subitem__txt {
  margin-top: 0.5em;
}
.osechi .ship .heading {
  font-size: 110%;
  font-weight: bold;
}
.osechi .online .heading {
  font-size: 135%;
  color: #ff0000;
  font-weight: bold;
}
.osechi .online .ttl {
  font-size: 120%;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 1em;
}
.osechi .online .txt {
  font-weight: bold;
}
.osechi .cash .heading {
  font-weight: bold;
  font-size: 110%;
}
.osechi .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d80c18;
  color: #fff;
  border-radius: 100vmax;
  padding: 10px 20px;
  text-decoration: none;
  width: fit-content;
  height: fit-content;
}
.osechi .other .heading {
  font-weight: bold;
  font-size: 150%;
  color: #d80c18;
}
.osechi .other .txt {
  font-weight: bold;
  margin-top: 1em;
}
.osechi .other .anchor {
  /* display: grid;
  grid-template-columns: repeat(3, 100px); */
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 2em;
}
.osechi .other .anchor__ttl {
  text-align: center;
  margin-top: 1em;
}
.osechi .other .anchor__img img {
  object-fit: contain;
  /* width: 100%;
  height: 100%; */
  height: 100px;
}
.osechi .other .block {
  margin-top: 5em;
}
.osechi .other .block__heading {
  font-weight: bold;
  font-size: 150%;
  color: #d80c18;
}
.osechi .other .block__txt {
  margin-top: 1em;
}
.osechi .other .block__ttl {
  font-weight: bold;
  margin-top: 3em;
  font-size: 120%;
}
.osechi .other .item-wrap {
  margin-top: 2em;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
.osechi .other .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1em;
}
.osechi .other .item__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.osechi .other .item__ttl {
  text-align: center;
  font-weight: bold;
}
.osechi .other .item__ttl + .item__txt {
  margin-top: 0.5em;
}
.osechi .other .item__txt {
  text-align: center;
}
.osechi .other .subitem-wrap {
  margin-top: 2em;
}
.osechi .other .subitem-wrap > * + * {
  margin-top: 1em;
}
.osechi .other .subitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.osechi .other .subitem__img {
  width: 100px;
}
.osechi .other .subitem__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.osechi .other .subitem__txt-wrap {
  flex: 1;
}
.osechi .other .subitem__ttl {
  font-weight: bold;
}
.osechi .other .subitem__ttl + .subitem__txt {
  margin-top: 0.5em;
}
.osechi .other .block__heading + .block__img {
  margin-top: 1em;
}
.osechi .other :is(.block--soba, .block--omochi) .block__img {
  width: 250px;
}
.osechi .other :is(.block--soba, .block--omochi) .block__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.osechi .other :is(.block--soba, .block--omochi) .block__txt {
  line-height: 2;
}

@media (max-width: 768px) {
  .osechi .lead .subitem__img {
    width: 60px;
  }
  .osechi .lead .subitem {
    gap: 10px;
  }
  .osechi .other .anchor {
    display: block;
  }
  .osechi .other .anchor > * + * {
    margin-top: 2em;
  }
  .osechi .other .anchor__ttl {
    text-align: left;
  }
  .osechi .other .subitem__img {
    width: 60px;
  }
  .osechi .other .subitem {
    gap: 10px;
  }
  .osechi .other .item-wrap {
    display: block;
  }
  .osechi .other .item-wrap > * + * {
    margin-top: 30px;
  }
  .osechi .other .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    max-width: unset;
    justify-content: flex-start;
  }
  .osechi .other .item__img {
    width: 100px;
  }
  .osechi .other .item__ttl {
    flex: 1;
    text-align: unset;
  }
  .osechi .other .anchor__img {
    width: 200px;
  }
  .osechi .other .anchor__img img {
    width: 100%;
    height: 100%;
  }
  .osechi .other .anchor__ttl {
    margin-top: 0.5em;
  }
}
