@charset "UTF-8";

/* 基本設定 */
.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

html,
body {
  font-family: '小塚ゴシック Pro', 'Kozuka Gothic Pro', sans-serif;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify;
  position: relative;
  font-feature-settings: "palt";
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: .3s;
}

a:hover {
  opacity: 0.7;
}

.flx {
  display: flex;
}

/* fv */
#fv {
  background: #000;
}

#osechi {
  background: #000;
}

#osechi .content h1 {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 55px;
}

#osechi .content h1 img {
  width: 405px;
}

#osechi .content {
  padding: 0 20px;
}

.osechi-box {
  width: 1375px;
  margin: 0 auto;
  background: url('../images/osechi-bg.png') center center no-repeat;
  background-size: 100%;
  padding: 85px 145px;
  margin-bottom: 30px;
}

.main-img {
  width: 1112px;
  margin: 0 auto;
  margin-left: -30px;
}

.osechi-box .osechi-about {
  justify-content: space-between;
}

/* fv */
.fv {
  position: relative;
  z-index: 2;
}
.fv::after {
  display: block;
  content: "";
  position: absolute;
  left: 20px;
  bottom: -1.66666667rem;
  z-index: 1;
  width: 490px;
  width: clamp(12.5rem, 7.89rem + 20.21vw, 30.625rem);
  height: 410px;
  height: clamp(9.375rem, 5.242rem + 18.12vw, 25.625rem);
  background: url(../images/icon-yoyaku.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .fv::after {
    bottom: -1rem;
    left: 5px;
    width: 130px;
    height: 110px;
  }
}

/* time-sale */
.time-sale {
  position: relative;
  background-color: #6a0000;
}

/* .time-sale::after {
  display: block;
  content: "";
  position: absolute;
  left: 5px;
  bottom: 25px;
  z-index: 1;
  width: 490px;
  width: clamp(6.25rem, 1.198rem + 25.26vw, 24.563rem);
  height: 338px;
  height: clamp(5.375rem, 1.03rem + 21.72vw, 21.125rem);
  background: url(../images/icon-yoyaku.png) no-repeat center center / contain;
} */

@media screen and (max-width: 1479px) {
  .time-sale::after {
    bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .time-sale::after {
    bottom: 70px;
  }
}

.time-sale__inner {
  /* width: 950px; */
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .time-sale__inner {
    width: 640px;
  }
}

.time-sale__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .time-sale__wrap {
    flex-direction: column;
  }
}

.time-sale__title {
  /* width: calc(200 / 950 * 100%); */
  /* padding-right: calc(20 / 950 * 100%);
  padding-left: calc(80 / 950 * 100%); */
  width: 20%;
}

@media screen and (max-width: 768px) {
  .time-sale__title {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .time-sale__title img {
    display: inline-block;
    width: 60%;
    max-width: 100%;
  }
}

.time-sale__date {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: calc(300 / 950 * 100%); */
  width: 43%;
  padding: 6px 20px;
  background-color: #fff;
  line-height: 1;
}

@media screen and (max-width: 1439px) {
  .time-sale__date {
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .time-sale__date {
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}

.time-sale__date dt,
.time-sale__date dd {
  color: #be1a20;
  font-size: 28px;
  font-size: clamp(0.875rem, 0.634rem + 1.21vw, 1.75rem);
  font-weight: 900;

}

.time-sale__date dt {}

.time-sale__date dd {
  margin-left: 15px;
}

.time-sale__date dd span {
  color: #000;
  font-size: 30px;
  font-size: clamp(0.938rem, -0.074rem + 2.11vw, 1.875rem);
  font-weight: 900;
  letter-spacing: 0.04em;
}

.time-sale__date dd span:nth-child(n + 2) {
  display: inline-block;
  margin-left: 4px;
}

/* p-section */
.p-section {
  padding-top: 68px;
}

.p-section__inner {
  width: 1425px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-section__inner {
    width: 740px;
  }
}

.p-section__content {}

.p-section__title {
  text-align: center;
}

.p-section__title img {
  display: inline-block;
  width: 407px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-section__title img {
    width: 80%;
  }
}

.p-section__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 245px;
  row-gap: clamp(7.5rem, 4.659rem + 14.2vw, 15.313rem);
  margin-top: 25px;
  padding-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .p-section__blocks {
    row-gap: 80px;
    margin-top: 40px;
  }
}

.p-section__block {
  position: relative;
  padding-top: 55.5px;
  padding-bottom: 55.5px;
}
.p-section__block::before,
.p-section__block::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  height: 55.5px;
}
.p-section__block::before {
  top: 1px;
  background: url(../images/bg-top_pc.png) no-repeat center center / contain;
}
.p-section__block::after {
  bottom: 1px;
  background: url(../images/bg-bottom_pc.png) no-repeat center center / contain;
}
@media screen and (max-width: 768px) {
  .p-section__block {
    position: relative;
    padding-top: 35.5px;
    padding-top: clamp(2.219rem, 0.634rem + 7.92vw, 4.438rem);
    padding-bottom: 35.5px;
    padding-bottom: clamp(2.219rem, 0.634rem + 7.92vw, 4.438rem);
  }
  .p-section__block::before,
  .p-section__block::after {
    height: 35.5px;
    height: clamp(2.219rem, 0.634rem + 7.92vw, 4.438rem);
  }
  .p-section__block::before {
    top: 7px;
    background: url(../images/bg-top_sp.png) no-repeat center center / contain;
  }

  .p-section__block::after {
    bottom: 7px;
    background: url(../images/bg-bottom_sp.png) no-repeat center center / contain;
  }
}

.p-section__items {
  position: relative;
  padding-top: 35px;
  padding-right: 70px;
  padding-right: clamp(1.25rem, 0.114rem + 5.68vw, 4.375rem);
  padding-left: 70px;
  padding-left: clamp(1.25rem, 0.114rem + 5.68vw, 4.375rem);
  border-right: 5px solid #b9965f;
  border-left: 5px solid #b9965f;
}

.p-section__items::before,
.p-section__items::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #b9965f;
}
.p-section__items::before {
  left: -13px;
}
.p-section__items::after {
  right: -13px;
}

.p-section__item {
  width: 1235px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 145px;
}

@media screen and (max-width: 768px) {
  .p-section__item {
    width: 600px;
  }
}

.p-section__item:last-child {
  padding-bottom: 165px;
}

@media screen and (max-width: 768px) {
  .p-section__item {
    padding-bottom: 120px;
  }

  /* .p-section__block:nth-child(4) .p-section__item {
    padding-bottom: 0;
  } */

  .p-section__item:last-child {
    padding-bottom: 80px;
  }
}

.p-section__foot {
  position: relative;
  width: 1385px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  background: url('../images/bg-img.jpg') no-repeat center center / cover;
  border-right: 5px solid #b9965f;
  border-left: 5px solid #b9965f;
}
.p-section__foot::before,
.p-section__foot::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 2px;
  height: 100%;
  background-color: #b9965f;
}
.p-section__foot::before {
  left: -13px;
}
.p-section__foot::after {
  right: -13px;
}

.p-menu {
  color: #fff;
}

.p-menu__head {}

.p-menu__wrap {
  display: flex;
  position: relative;
}
.p-section__item.p-section__item--sold-out .p-menu__wrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 55%;
  height: 100%;
  background: url(../images/kanbai.png) no-repeat center center / contain;
}

@media screen and (max-width: 768px) {
  .p-menu__wrap {
    flex-direction: column;
  }
  .p-section__item.p-section__item--sold-out .p-menu__wrap::after {
    top: 63%;
    width: 100%;
  }
}

.p-menu__img {
  width: calc(660 / 1235 * 100%);
}

@media screen and (max-width: 768px) {
  .p-menu__img {
    width: 100%;
  }
}

.p-menu__box {
  width: calc(540 / 1235 * 100%);
  margin-left: calc(35 / 1235 * 100%);
}

@media screen and (max-width: 768px) {
  .p-menu__box {
    width: 100%;
    margin-left: 0;
  }
}

.p-menu__title {
  padding-top: 15px;
}

.p-menu__title img {
  display: inline;
  max-width: 100%;
}

.p-section__block:nth-child(1) .p-section__item:nth-child(1) .p-menu__title img {
  width: 357px;
  width: clamp(11.156rem, -0.877rem + 25.07vw, 22.313rem);
}

.p-section__block:nth-child(1) .p-section__item:nth-child(2) .p-menu__title img {
  width: 372px;
  width: clamp(11.625rem, -0.914rem + 26.12vw, 23.25rem);
}

.p-section__block:nth-child(2) .p-section__item:nth-child(1) .p-menu__title img {
  width: 441px;
  width: clamp(13.75rem, -1.149rem + 31.04vw, 27.563rem);
}

.p-section__block:nth-child(2) .p-section__item:nth-child(2) .p-menu__title img {
  width: 504px;
  width: clamp(15.75rem, -1.239rem + 35.39vw, 31.5rem);
}

.p-section__block:nth-child(3) .p-section__item:nth-child(1) .p-menu__title img {
  width: 380px;
  width: clamp(11.875rem, -0.934rem + 26.69vw, 23.75rem);
}

.p-section__block:nth-child(4) .p-section__item:nth-child(1) .p-menu__title img,
.p-section__block:nth-child(4) .p-section__item:nth-child(2) .p-menu__title img,
.p-section__block:nth-child(4) .p-section__item:nth-child(3) .p-menu__title img {
  width: 413px;
  width: clamp(12.906rem, -1.015rem + 29vw, 25.813rem);
}

.p-section__block:nth-child(5) .p-section__item:nth-child(1) .p-menu__title img {
  width: 242px;
  width: clamp(7.563rem, -0.595rem + 16.99vw, 15.125rem);
}

@media screen and (max-width: 768px) {
  .p-menu__title img {
    width: 80% !important;
  }

  /* .p-section__block:nth-child(4) .p-section__item:nth-child(1) .p-menu__title img {
    width: 40% !important;
  } */

  .p-section__block:nth-child(5) .p-section__item:nth-child(1) .p-menu__title img {
    width: 45% !important;
  }
}

.p-menu__row {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  margin-top: -20px;
}
.p-menu__row.p-menu__row--line3 {
  margin-top: -12px;
}
.p-menu__row.p-menu__row--line4 {
  align-items: flex-end;
  margin-top: -15px;
}
@media screen and (max-width: 1280px) {
  .p-menu__row,
  .p-menu__row.p-menu__row--line3,
  .p-menu__row.p-menu__row--line4 {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__row,
  .p-menu__row.p-menu__row--line4 {
    align-items: center;
    margin-top: 10px;
  }
  .p-menu__row.p-menu__row--line3 {
    align-items: center;
    margin-top: -5px;
  }
  /* .p-section__block:nth-child(4) .p-section__item:nth-child(1) .p-menu__row {
    margin-top: -15px;
  } */
  .p-section__block:nth-child(6) .p-section__item:nth-child(1) .p-menu__row {
    margin-top: 5px;
  }
}

.p-menu__description {
  width: calc(100% - 180px);
  width: calc(100% - clamp(6.25rem, 0.857rem + 11.24vw, 11.25rem));
  padding-bottom: 30px;
  padding-bottom: clamp(0rem, -2.022rem + 4.21vw, 1.875rem);
  padding-left: 2px;
  font-size: 22px;
  font-size: clamp(1rem, 0.596rem + 0.84vw, 1.375rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.p-menu__row.p-menu__row--line3 .p-menu__description {
  padding-bottom: 10px;
  padding-left: 10px;
  letter-spacing: 0.07em;
}
.p-menu__row.p-menu__row--line4 .p-menu__description {
  width: calc(100% - 180px);
  width: calc(100% - clamp(6.25rem, 0.857rem + 11.24vw, 11.25rem));
  padding-left: 1px;
  padding-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .p-menu__description,
  .p-menu__row.p-menu__row--line3 .p-menu__description,
  .p-menu__row.p-menu__row--line4 .p-menu__description {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-menu__description,
  .p-menu__row.p-menu__row--line3 .p-menu__description,
  .p-menu__row.p-menu__row--line4 .p-menu__description {
    width: calc(100% - 100px);
    width: calc(100% - clamp(6.25rem, 5.026rem + 6.12vw, 10.688rem));
    padding-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 12px;
    font-size: clamp(0.75rem, 0.304rem + 2.23vw, 1.375rem);
  }
}

.p-menu__icon {
  width: 186px;
  width: clamp(6.25rem, 0.452rem + 12.08vw, 11.625rem);
}
.p-menu__icon img {
  position: relative;
  right: 10px;
  right: clamp(0rem, -0.674rem + 1.4vw, 0.625rem);
}
@media screen and (max-width: 768px) {
  .p-menu__icon {
    width: 100px;
    width: clamp(6.25rem, 5.026rem + 6.12vw, 10.688rem);
  }
}

.p-menu__price {
  margin-top: 40px;
}

.p-menu__row.p-menu__row--line4+.p-menu__price {
  margin-top: 45px;
}

@media screen and (max-width: 1200px) {

  .p-menu__price,
  .p-menu__row.p-menu__row--line4+.p-menu__price {
    margin-top: 20px;
  }
}

.p-menu__body {
  margin-top: 25px;
}

.p-menu__text {
  width: 890px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.93333333;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-menu__text {
    text-align: left;
  }
}

.p-menu__foot {
  width: 870px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 90px;
}

.p-section__block:nth-child(3) .p-menu__foot {
  margin-top: 110px;
}

.p-section__block:nth-child(4) .p-menu__foot {
  margin-top: 60px;
}

.p-section__block:nth-child(5) .p-menu__foot,
.p-section__block:nth-child(6) .p-menu__foot {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .p-menu__foot {
    margin-top: 45px !important;
  }
}

.p-menu__recommendation {}

.p-card-list {}

.p-card-list__label {
  position: relative;
  text-align: center;
}

.p-card-list__label img {
  display: inline-block;
  width: 312px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p-card-list__label img {
    width: 80%;
  }
}

.p-card-list__label::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  /* bottom: 0; */
  transform: translateY(-20%);
  z-index: 1;
  width: 39.5px;
  height: 13.5px;
  background: url(../images/icon-scroll.png) no-repeat center center / contain;
}

.p-card-list.p-card-list--mini .p-card-list__label::after {
  display: none;
}

@media screen and (max-width: 768px) {

  .p-card-list__label::after,
  .p-card-list.p-card-list--mini .p-card-list__label::after {
    display: none;
  }
}

.p-card-list__box {
  height: 550px;
  padding: 40px 55px 0;
  border: 1px solid #dca335;
  overflow-y: scroll;
}

.p-card-list.p-card-list--mini .p-card-list__box {
  height: auto;
  padding-bottom: 55px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {

  .p-card-list__box,
  .p-card-list.p-card-list--mini .p-card-list__box {
    height: auto;
    padding: 40px 40px 20px;
    overflow-y: auto;
  }
}

.p-card-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: calc(60 / 758 * 100%);
}

@media screen and (max-width: 768px) {
  .p-card-list__items {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.p-card-list__item {}

.p-card-list__img {
  aspect-ratio: 210 / 120;
  aspect-ratio: 1 /1;
}

.p-card-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 768px) {}

.p-card-list__title {
  margin-top: 5px;
  font-size: 20px;
  font-size: clamp(1rem, 0.931rem + 0.34vw, 1.25rem);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-card-list__title {
    margin-top: 10px;
  }
}

.p-card-list__text {
  margin-top: 5px;
}

.p-card-list__visual {
  /* margin-top: -12px; */
}

@media screen and (max-width: 768px) {
  .p-card-list__visual {
    margin-top: 20px;
  }
}

.p-card-list__btn {
  margin-top: 55px;
  text-align: center;
}
.p-section__item.p-section__item--sold-out .p-card-list__btn {
  display: none;
}

.p-card-list__btn img {
  display: inline-block;
  width: 345px;
  max-width: 100%;
}

.p-shop {
  padding: 30px 20px 40px;
}

.p-shop__inner {
  width: 1080px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.p-shop__head {
  display: flex;
  align-items: flex-end;
}

.p-shop__head.p-shop__head--start {
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .p-shop__head {
    flex-direction: column;
  }
}

.p-shop__box {
  width: calc(800 / 1080 * 100%);
}

@media screen and (max-width: 1200px) {
  .p-shop__box {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .p-shop__box {
    width: 100%;
    padding-right: 0;
  }
}

.p-shop__logo {
  text-align: right;
  width: calc(280 / 1080 * 100%);
}

.p-shop__logo.p-shop__logo--left {
  padding-left: 40px;
  text-align: left;
}

.p-shop__logo.p-shop__logo--center {
  text-align: center;
}

.p-shop__logo img {
  display: inline-block;
  max-width: 100%;
}

.p-section__block:nth-child(1) .p-shop__logo img {
  width: 191px;
}

.p-section__block:nth-child(3) .p-shop__logo img {
  width: 105px;
}

.p-section__block:nth-child(5) .p-shop__logo img {
  width: 79px;
}

.p-section__block:nth-child(6) .p-shop__logo img {
  width: 211px;
}

@media screen and (max-width: 768px) {
  .p-shop__logo {
    display: none;
    width: 100%;
  }
}

.p-shop__title {
  font-size: 24px;
  font-size: clamp(1.125rem, 1.022rem + 0.52vw, 1.5rem);
  font-weight: bold;
  letter-spacing: 0.075em;
}

.p-shop__text {
  margin-top: 10px;
  line-height: 1.8;
}

.p-shop__lists {
  display: flex;
  column-gap: 10px;
  margin-top: 20px;
}

.p-shop__lists.p-shop__lists--col2 {
  justify-content: center;
}

.p-section__block:nth-child(2) .p-shop__lists,
.p-section__block:nth-child(3) .p-shop__lists {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {

  .p-section__block:nth-child(2) .p-shop__lists,
  .p-section__block:nth-child(3) .p-shop__lists {
    margin-top: 20px;
  }
}

.p-shop__list {
  width: calc(100 / 3 - 10px * 2 / 3);
  max-width: 353px;
}

/* other */
#other {
  margin-top: 105px;
}

#other .content {
  /* width: 1280px;
  margin: 0 auto; */
}

#other .content h2 {
  text-align: center;
  margin-bottom: 50px;
}

#other .content h2 img {
  width: 405px;
}

.other__items {
  display: grid;
  row-gap: 80px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .other__items {
    row-gap: 40px;
  }
}

.other__item {}

.other__label {
  width: 1480px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #e6e6e6;
  color: #c1272d;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.237rem + 0.69vw, 1.875rem);
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 1479px) {
  .other__label {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .other__label {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.other-box {
  width: 1280px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  flex-wrap: wrap;
  gap: 40px 60px;
}

@media screen and (max-width: 1279px) {
  .other-box {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.other-list {
  width: calc(100% / 3 - 60px * 2 / 3);
}

.other-list__box {
  position: relative;
  margin-top: 12px;
  padding-left: 17px;
}

.other-list__box::before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  width: 7px;
  height: calc(100% - 12px);
  background-color: #B9965F;
}

.other-list__text,
.other-list__title,
.other-list__price {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.4;
}

.other-list__text {}

.other-list__title {
  margin-top: 6px;
  font-size: 30px;
  font-size: clamp(1.375rem, 1.237rem + 0.69vw, 1.875rem);
  letter-spacing: -0.07em;
}

.other-list__price {
  margin-top: 0;
  font-size: 42px;
  font-size: clamp(1.5rem, 1.125rem + 1.88vw, 2.625rem);
  color: #c1272d;
}
.other-list__price small {
}

.online-btn a {
  display: block;
  width: 411px;
  margin: 140px auto 0;
}

@media screen and (max-width: 768px) {
  .online-btn a {
    margin-top: 60px;
  }
}

/* flow */
#flow .content {
  width: 800px;
  margin: 117px auto 0;
}

#flow .content h2 {
  text-align: center;
  margin-bottom: 80px;
}

#flow .content h2 img {
  width: 405px;
}

/* faq */
#faq {
  margin-bottom: 120px;
}

#faq .content {
  width: 800px;
  margin: 160px auto 0;
}

#faq .content h2 {
  text-align: center;
  margin-bottom: 50px;
}

#faq .content h2 img {
  width: 405px;
}

.faq-box {
  background: #F2F2F2;
  padding: 25px 70px;
  margin-bottom: 2px;
}

.q-txt {
  margin-bottom: 10px;
}

.q-txt img {
  height: 25px;
  width: auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  #osechi .content h1 {
    margin-bottom: 30px;
  }

  #other .content h2 img,
  #flow .content h2 img,
  #faq .content h2 img {
    width: 300px;
  }

  #other .content,
  #flow .content,
  #faq .content {
    width: 100%;
    padding: 0 15px;
  }

  .other-box {
    display: block;
  }

  .other-list {
    width: 100%;
    margin-bottom: 20px;
  }

  .other-list-txt {
    border-left: 3px solid #B9965F;
  }

  .online-btn a {
    width: 100%;
  }

  .faq-box {
    padding: 25px 20px;
  }

  .q-txt img {
    height: 21px;
  }

  #flow .content h2 {
    margin-bottom: 40px;
  }

  .flow-box img {
    width: 40%;
    margin: 0 auto;
  }

  .other-name-1line img {
    height: 25px;
  }

  .other-name-2line img {
    height: 53px;
  }

  .other-name-3line img {
    height: 84px;
  }
}


.p-section__block:nth-child(5) .p-section__item {
  padding-bottom: 50px;
}

.time-sale__lead {
  color: #ffff00;
  font-weight: 900;
  font-size: clamp(0.625rem, 0.292rem + 0.69vw, 1.125rem);
  padding: 0 10px;
}
.time-sale__lead span {
  font-size: 1.4em;
}
@media screen and (max-width: 768px) {
  .time-sale__lead {
    margin-top: 5px;
    font-size: 13px;
  }
}