@charset "UTF-8";

/* common */
/* ============================================ */
body {
  font-feature-settings: "palt";
}

.pc {
  display: block;
  @media (max-width: 1279px) {
    display: none;
  }
}
.sp {
  display: none;
  @media (max-width: 1279px) {
    display: block;
  }
}
.c-btn {
  width: 720px;
  height: 120px;
  margin: 0 auto;
  background: url("../img/btn.webp") no-repeat 50% 50% / cover;
  border-radius: 60px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.04em;
  transition: 0.25s;
  @media (max-width: 1279px) {
    width: auto;
    height: 56px;
    font-size: 14px;
    margin-right: 24px;
    margin-left: 24px;
  }
  &:hover {
    opacity: 0.5;
  }
  a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
}

/* adjustment */
/* ============================================ */
.bg-accent-red_light {
  background-color: #c6000b;
}
.text-accent-red_light {
  color: #c6000b;
}
.footer__left {
  width: 586px;
}
.footer__ttl {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 100px 0 50px;
  max-width: 1200px;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 46px;
  text-align: center;
  white-space: nowrap;
}
.footer__tel {
  @media (max-width: 1279px) {
    color: #c6000b;
  }
}
.btnContact {
  @media (max-width: 1279px) {
    transform: scale(0.7);
    transform-origin: 50% 0;
  }
}

/* wrap */
/* ============================================ */
.wrapImage {
  position: relative;
  overflow: hidden;
  img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wrapFlex {
  display: flex;
}
.wrapInner {
  box-sizing: content-box;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1000px;
  @media (max-width: 1279px) {
    box-sizing: border-box;
    padding: 0 24px;
  }
}

/* fv */
/* ============================================ */
.fv {
  text-align: center;
}
.fv__img {
  position: relative;
  z-index: 1;
  max-width: 1920px;
  margin: 0 auto;
  img {
    width: 100%;
  }
}
.fv__coupon {
  max-width: 60%;
  margin: -50px auto 80px;
  @media (max-width: 1279px) {
    margin: 30px auto 50px;
    max-width: 80%;
  }
}
.fv__coupon img{
  width: 100%;
}

.fv__btn {
  @media (max-width: 1279px) {
    margin-top: 30px;
  }
}

/* osechi */
/* ============================================ */
.osechi {
  margin-top: -80px;
  padding-top: 224px;
  background: url("../img/osechi_bg.webp") no-repeat 50% 0 / 1920px auto;
  @media (max-width: 1279px) {
    background: none;
    margin-top: 48px;
    padding-top: 0;
  }
}
.osechi__ttl {
  display: flex;
  justify-content: center;
  @media (max-width: 1279px) {
    display: block;
    img {
      width: 100%;
    }
  }
}
.osechi_img{
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0 0;
}
.osechi_img img{
  width: 100%;
  margin-left: -3%;
}
.osechi__list {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
  @media (max-width: 1279px) {
      display: block;
      width: 100%;
  }
  li {
    width: 32%;
    @media (max-width: 1279px) {
      width: 100%;
      .sp{
        margin-left: 5px;
      }
    }
    p {
      margin-top: 8px;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 29px;
      text-align: center;
      @media (max-width: 1279px) {
        font-size: 18px;
        line-height: 24px;
      }
    }
  }
}
@media (max-width: 1279px) {
      .osechi__list li{
        width: 80%;
        min-width: 375px;
        margin: 0 auto;
      }
      .osechi__list li img{
        width: 100%;
      }
  }

/* about */
/* ============================================ */
.about {
  width: 1000px;
  margin: 0 auto;
  padding: 128px 0 104px;
  @media (max-width: 1279px) {
    width: auto;
    margin: 0 24px;
    padding: 104px 0 32px;
  }
}
.about__ttl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 67px;
  background: url("../img/about_ttl.webp") no-repeat 50% 50% / cover;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 31px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-align: center;
  @media (max-width: 1279px) {
    height: auto;
    padding: 10px;
    font-size: 15.5px;
  }
  &.about__ttl--01 {
    &::before {
      position: absolute;
      top: -200px;
      left: -260px;
      z-index: -1;
      width: 336px;
      height: 332px;
      background: url("../img/cloud_l.svg") no-repeat 50% 50% / cover;
      content: "";
    }
    @media (max-width: 1279px) {
      &::before {
        top: -111px;
        left: -18px;
        width: 117px;
        height: 115px;
        background-image: url("../img/cloud_l.svg_sp.webp");
      }
    }
  }
  &.about__ttl--02 {
    margin-top: 80px;
    @media (max-width: 1279px) {
      margin-top: 40px;
      margin-bottom: 70px;
    }
    &::before {
      position: absolute;
      top: 80px;
      right: -120px;
      width: 331px;
      height: 282px;
      background: url("../img/cloud_r.svg") no-repeat 50% 50% / cover;
      content: "";
    }
    @media (max-width: 1279px) {
      &::before {
        top: -32px;
        right: 0px;
        z-index: -1;
        width: 119px;
        height: 142px;
        background-image: url("../img/cloud_r.svg");
      }
    }
  }
}
.about__wrap {
  display: flex;
  gap: 50px;
  margin-top: 30px;
  @media (max-width: 1279px) {
    flex-direction: column;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
  }
}
.about__wrap:nth-of-type(2) {
  @media (max-width: 1279px) {
    .about__txt {
      order: 2;
    }
    .about__img {
      order: 1;
    }
  }
}
.about__txt {
  flex: 1;
  font-size: 16px;
  line-height: 27px;
  @media (max-width: 1279px) {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  strong {
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 42px;
    @media (max-width: 1279px) {
      font-size: 16px;
      line-height: 26px;
    }
  }
  small {
    display: block;
    margin-top: 30px;
    font-family: "dnp-shuei-mincho-pr6n", sans-serif;
    font-size: 18px;
    font-weight: 600;
    @media (max-width: 1279px) {
      margin-top: 10px;
      font-size: 10px;
      line-height: normal;
    }
  }
}
.about__img {
  @media (max-width: 1279px) {
    max-width: calc(100% - 88px);
  }
  img {
    @media (max-width: 1279px) {
      width: 100%;
    }
  }
}
.about__btn {
  margin-top: 140px;
  @media (max-width: 1279px) {
    margin-top: 30px;
  }
}

.anniv{
  background: url("../img/logo_25th.svg") top center no-repeat;
  background-size: 200px 200px;
  margin: 30px 0 120px;
  @media (max-width: 1279px) {
    margin: 30px 0 80px;
  }
}
.anniv p{
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
  text-shadow:
  1px 1px 2px #fff,
  0 0 1em #fff,
  0 0 0.2em #fff;
  padding: 80px 0 0;
  @media (max-width: 1279px) {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -.05em;
  }
}

/* detail */
/* ============================================ */
.detail {
  padding: 104px 0 88px;
  background: url("../img/detail_bg_01.webp") repeat-x 50% 0 / 1920px auto, url("../img/detail_bg_02.webp") repeat-x 50% 100% / 1920px auto;
  background-color: #F6F6F3;
  @media (max-width: 1279px) {
    padding: 32px 0;
    background-size: contain;
  }
}
.detail__ttl {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: center;
  @media (max-width: 1279px) {
    font-size: 16px;
  }
}
.detail__inner {
  width: 1200px;
  margin: 48px auto 0;
  padding: 90px 100px 96px 100px;
  background: #fff;
  @media (max-width: 1279px) {
    width: auto;
    margin: 24px 24px 0;
    padding: 27px 16px 16px 16px;
  }
}
.detail__ttl-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 63px;
  padding: 12px;
  background: #c6000b;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  text-align: center;
  @media (max-width: 1279px) {
    min-height: 35px;
    padding: 8px 0;
    font-size: 13px;
  }
}
.detail__box {
  margin-top: 24px;
  display: flex;
  gap: 20px;
  @media (max-width: 1279px) {
    flex-direction: column;
  }
  &.detail__box--01 {
    margin-top: 56px;
    margin-bottom: 72px;
    @media (max-width: 1279px) {
      margin-top: 24px;
      margin-bottom: 40px;
    }
  }
  &.detail__box--02 {
    margin-bottom: 85px;
    @media (max-width: 1279px) {
      margin-bottom: 45px;
    }
  }
  &.detail__box--03 {
    margin-bottom: 100px;
    @media (max-width: 1279px) {
      margin-bottom: 50px;
    }
  }
  &.detail__box--04 {
    @media (max-width: 1279px) {
      margin-top: 8px;
    }
  }
}
.detail__item {
  width: 320px;
  @media (max-width: 1279px) {
    width: auto;
  }
}
.detail__img {
  position: relative;
  .ico {
    width: 84px;
    position: absolute;
    right: 5px;
    bottom: -40px;
  }
  img {
    @media (max-width: 1279px) {
      width: 100%;
    }
  }
}
.detail__img-sub {
  position: absolute;
  right: 0;
  bottom: 0;
  @media (max-width: 1279px) {
    width: 116px;
  }
}
.detail__txt {
  position: relative;
  flex: 1;
  .tag {
    display: flex;
    align-items: center;
    .tag__date {
      background: #cca42c;
      padding: 0 10px;
      color: #fff;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-size: 33px;
      line-height: 40px;
      height: 40px;
      @media (max-width: 1279px) {
        padding: 2px;
        font-size: 16px;
        line-height: 1;
        height: auto;
        white-space: nowrap;
      }
      span {
        font-size: 18px;
        @media (max-width: 1279px) {
          font-size: 8px;
        }
      }
    }
    .tag__txt {
      margin-left: 16px;
      font-size: 14px;
      line-height: 21px;
      @media (max-width: 1279px) {
        margin-left: 8px;
        font-size: 8px;
        line-height: 10px;
      }
    }
    .tag__gold {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 135px;
      height: 26px;
      margin-left: 12px;
      border-radius: 13px;
      background: url(../img/detail_tag_gold.webp) no-repeat 50% 50% / cover;
      color: #c6000b;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-size: 18px;
      text-align: center;
      line-height: 26px;
      @media (max-width: 1279px) {
        width: 74px;
        height: 16px;
        font-size: 10px;
        margin-left: 6px;
        line-height: 1;
      }
    }
    .tag__white {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 135px;
      height: 26px;
      margin-left: 12px;
      border-radius: 13px;
      border: 1px solid #000;
      font-family: "dnp-shuei-mincho-pr6n", sans-serif;
      font-size: 18px;
      text-align: center;
      line-height: 26px;
      @media (max-width: 1279px) {
        width: 74px;
        height: 16px;
        font-size: 10px;
        margin-left: 6px;
        line-height: 1;
      }
    }
  }
  .name {
    margin-top: 20px;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    @media (max-width: 1279px) {
      margin-top: 12px;
      line-height: 27px;
    }
    small {
      font-size: 15px;
      @media (max-width: 1279px) {
        font-size: 12px;
      }
    }
  }
  .for {
    margin-top: 15px;
    font-size: 14px;
    @media (max-width: 1279px) {
      margin-top: 10px;
      font-size: 8px;
    }
  }
  .price {
    font-size: 30px;
    font-weight: bold;
    color: #c6000b;
    @media (max-width: 1279px) {
      font-size: 22px;
    }
    span {
      font-size: 18px;
      @media (max-width: 1279px) {
        font-size: 12px;
      }
    }
  }
  .conts {
    font-size: 14px;
    line-height: 20px;
    @media (max-width: 1279px) {
      font-size: 8px;
      line-height: 10px;
    }
  }
  .notes {
    margin-top: 20px;
    font-size: 14px;
    @media (max-width: 1279px) {
      font-size: 8px;
      margin-top: 2px;
    }
  }
  .notes-small {
    margin-top: 10px;
    font-size: 11px;
    @media (max-width: 1279px) {
      margin-top: 4px;
      font-size: 8px;
    }
  }
  .txt {
    font-size: 15px;
    margin: 10px 0;
    @media (max-width: 1279px) {
      font-size: 8px;
      margin: 4px 0;
    }
  }
  .txt-ju {
    @media (max-width: 1279px) {
      position: absolute;
      left: 196px;
      top: 32px;
    }
  }
  .red {
    margin-top: 15px;
    border: 1px solid #c6000b;
    color: #c6000b;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding: 8px;
    @media (max-width: 1279px) {
      font-size: 14px;
      line-height: 19px;
    }
  }
}
.detail__btn {
  margin-top: 64px;
  @media (max-width: 1279px) {
    margin-top: 24px;
  }
}
.page_top {
  width: 60px !important;
  @media (max-width: 1279px) {
    width: 48px !important;
  }
}

.newset{
  padding: 0 0 80px;
  position: relative;
  @media (max-width: 1279px) {
    padding: 0 0 30px;
  }
}
.newset::before{
  content: url(../img/shimenawa.webp);
  display: block;
  position: absolute;
  @media (max-width: 1279px) {
    display: none;
  }
}
.newset::after{
  content: "";
  background: url(../img/soba.webp) center center no-repeat;
  background-size: contain;
  display: block;
  width: 380px;
  height: 408px;
  position: absolute;
  bottom: 420px;
  right: -80px;
  @media (max-width: 1279px) {
    width: 150px;
    height: 148px;
    bottom: 200px;
    right: -30px;
  }
}
.newset h2{
  width: 1000px;
  margin: 0 auto;
  img{
    width: 100%;
  }
  @media (max-width: 1279px) {
    width: 100%;
    img{
      width: 100%;
    }
  }
}
.newset_detail{
  width: 1000px;
  margin: -80px auto;
  display: flex;
  justify-content: space-between;
  @media (max-width: 1279px) {
    display: none;
  }
}
.newset_img{
  margin: -40px 0 0 -50px;
  position: relative;
  z-index: 2;
}
.newset .detail__inner{
  width: 1000px;
  margin: 9px auto 50px;
  position: relative;
  z-index: 0;
  @media (max-width: 1279px) {
    width: 90%;
    margin: -3px auto 30px;
    padding: 50px 0 80px;
  }
}
.newset .detail__inner:before{
  position: absolute;
  content: "";
  background: url(../img/flower_01.svg) no-repeat;
  display: block;
  width: 506px;
  height: 180px;
  right: -340px;
  @media (max-width: 1279px) {
    width: 253px;
    height: 90px;
    right: -170px;
    top: 0;
  }
}
.newset .detail__inner:after{
  position: absolute;
  content: "";
  background: url(../img/flower_02.svg) no-repeat;
  display: block;
  width: 490px;
  height: 328px;
  left: -400px;
  bottom: 0;
  @media (max-width: 1279px) {
    background: url(../img/flower_02_sp.svg) no-repeat;
    width: 245px;
    height: 164px;
    left: -6%;
    bottom: -32px;
  }
}
.newset .detail__inner p{
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 60px;
  @media (max-width: 1279px) {
    font-size: 16px;
    letter-spacing: -.05em;
    line-height: 36px;
  }
}
.newset>p {
  text-align: center;
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin: 0 0 30px;
}
.newset .c-btn{
  margin: 0 auto;
  @media (max-width: 1279px) {
    margin: 0 48px 30px;
  }
}