@charset "UTF-8";
html {
  font-size: 62.5%;
}
@media (min-width: 751px) {
  html {
    font-size: 85%;
  }
}

#contents {
  margin: auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.8 !important;
  text-align: center;
  color: #3c3c3c;
  overflow: hidden;
}
#contents img {
  width: 100%;
}

/* ---------------------------------------*/
/* wrapper */
/* ---------------------------------------*/
.wrapper, .wrapper--ig {
  padding: 0 25px;
}
@media (min-width: 751px) {
  .wrapper, .wrapper--ig {
    max-width: 830px;
    padding: 0 40px;
  }
}

/* ---------------------------------------*/
/* common */
/* ---------------------------------------*/
.common-recipe {
  display: block;
  width: 15.6%;
  position: absolute;
  top: 25px;
  left: 5.3%;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.button-01 {
  display: block;
  width: 76%;
  padding: 7px 0;
  margin: 0 auto;
  border: solid 1px #3c3c3c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  position: relative;
}
.button-01::before {
  display: block;
  content: "";
  width: 19px;
  height: 16px;
  background: url(../img/250808/icon_cart.webp) no-repeat center/cover;
  position: absolute;
  left: 12px;
  top: calc(50% - 8px);
}
.button-01::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/250808/icon_arrow.webp) no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.button-02 {
  display: block;
  width: 76%;
  padding: 7px 0;
  margin: 0 auto;
  border: solid 1px #3c3c3c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  position: relative;
}
.button-02::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/250808/icon_arrow.webp) no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.button-03 {
  display: block;
  width: 90%;
  padding: 7px 0;
  margin: 0 auto;
  border: solid 1px #3c3c3c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  position: relative;
}
.button-03::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/250808/icon_arrow.webp) no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.button-04 {
  display: block;
  width: 90%;
  padding: 7px 0;
  margin: 0 auto;
  border: solid 1px #3c3c3c;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #3c3c3c;
  position: relative;
}
.button-04::before {
  display: block;
  content: "";
  width: 25px;
  height: 24px;
  background: url(../img/250808/icon_line.webp) no-repeat center/cover;
  position: absolute;
  left: 15px;
  top: calc(50% - 12px);
}
.button-04::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/250808/icon_arrow.webp) no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.button-05 {
  display: block;
  width: 76%;
  padding: 7px 0;
  margin: 0 auto;
  border: solid 1px #6e78d2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #6e78d2;
  position: relative;
}
.button-05::after {
  display: block;
  content: "";
  width: 9px;
  height: 9px;
  background: url(../img/250808/icon_arrow-02.webp) no-repeat center/cover;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

/* ---------------------------------------*/
/* keyvisual */
/* ---------------------------------------*/
#keyvisual {
  aspect-ratio: 750/1150;
  background: url(../img/250808/keyvisual_bg.webp) no-repeat bottom/cover;
  position: relative;
}

.keyvisual-subtitle {
  display: block;
  width: 17.4%;
  position: absolute;
  top: 2.6%;
  left: 4%;
}

.keyvisual-maintitle {
  width: 81.6%;
  position: absolute;
  top: 7.8%;
  left: 0;
  right: 0;
  margin: auto;
}

.keyvisual-lead {
  width: 9%;
  position: absolute;
  top: 12.1%;
  right: 8%;
}

.keyvisual-term {
  width: 56%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 4%;
  margin: auto;
}

/* ---------------------------------------*/
/* lead */
/* ---------------------------------------*/
#lead {
  padding: 40px 0 75px;
}

.sns-heading {
  width: 47.7%;
  margin: 0 auto 6px;
}

.lead-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.25rem;
  line-height: 2.36;
}

.lead-illust {
  width: 51.3%;
  margin: 0 12% 0 auto;
}

/* ---------------------------------------*/
/* sns */
/* ---------------------------------------*/
#sns {
  margin-bottom: 90px;
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13%;
}

.sns-icon--ig {
  width: 41px !important;
  margin: 0 auto 10px;
}

.sns-icon--ln {
  width: 44px !important;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* index */
/* ---------------------------------------*/
#index {
  margin-bottom: 100px;
}

.index-list__item {
  margin-bottom: 30px;
}
.index-list__item:last-child {
  margin: 0;
}

/* ---------------------------------------*/
/* no1 / no2 */
/* ---------------------------------------*/
#no1,
#no2 {
  margin-bottom: 100px;
}

.no1-lead,
.no2-lead {
  padding: 30px 12% 25%;
  position: relative;
  position: relative;
}
.no1-lead::after,
.no2-lead::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 752/87;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.no1-lead {
  background: #eae9e4;
  color: #597adc;
}
.no1-lead::after {
  background: url(../img/250808/no1_lead_after.webp) no-repeat center/cover;
}

.no2-lead {
  background: url(../img/250808/no2_lead_bg.webp);
  background-size: 31px;
  color: #fff;
}
.no2-lead::after {
  background: url(../img/250808/no2_lead_after.webp) no-repeat center/cover;
}

.no1-ection-heading,
.no2-ection-heading {
  margin: 0 0 20px;
}

.no1-lead-image,
.no2-lead-image {
  width: 80%;
  margin: 0 auto 18px;
  position: relative;
}
.no1-lead-image::before, .no1-lead-image::after,
.no2-lead-image::before,
.no2-lead-image::after {
  display: block;
  content: "";
  position: absolute;
}

.no1-lead-image::after {
  width: 47.3%;
  aspect-ratio: 468/638;
  background: url(../img/250808/no1_lead_image_decor.webp) no-repeat center/cover;
  position: absolute;
  top: -2.6%;
  right: -16.5%;
}

.no2-lead-image::before {
  width: 55.5%;
  aspect-ratio: 549/180;
  background: url(../img/250808/no2_lead_image_decor-01.webp) no-repeat center/cover;
  position: absolute;
  top: -0.4%;
  left: -18.2%;
}
.no2-lead-image::after {
  width: 33%;
  aspect-ratio: 327/380;
  background: url(../img/250808/no2_lead_image_decor-02.webp) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  right: -12.1%;
}

.no1-lead-desc,
.no2-lead-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 2em;
}

.no1-lead-recommend,
.no2-lead-recommend {
  padding: 10px 15px 20px;
}

.no1-lead-recommend {
  border-top: solid 1px #597adc;
  border-bottom: solid 1px #597adc;
}

.no2-lead-recommend {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.no1-lead-recommend-heading,
.no2-lead-recommend-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: left;
  margin-bottom: 10px;
}

.no1-lead-recommend-list,
.no2-lead-recommend-list {
  text-align: left;
}

.no1-lead-recommend-list__item,
.no2-lead-recommend-list__item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1;
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
}
.no1-lead-recommend-list__item::before,
.no2-lead-recommend-list__item::before {
  display: block;
  content: "";
  width: 18px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.no1-lead-recommend-list__item:last-child,
.no2-lead-recommend-list__item:last-child {
  margin-bottom: 0;
}

.no1-lead-recommend-list__item::before {
  background: url(../img/250808/icon_check.webp) no-repeat center/cover;
}

.no2-lead-recommend-list__item::before {
  background: url(../img/250808/icon_check-02.webp) no-repeat center/cover;
}

.no1-list,
.no2-list {
  margin-top: 35px;
}

.no1-list__item,
.no2-list__item {
  margin-bottom: 65px;
  padding-top: 50px;
  position: relative;
}
.no1-list__item::before,
.no2-list__item::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1216/56;
  position: absolute;
  top: 0;
  left: 0;
}
.no1-list__item:first-child,
.no2-list__item:first-child {
  padding-top: 0;
}
.no1-list__item:first-child::before,
.no2-list__item:first-child::before {
  display: none;
}
@media (min-width: 751px) {
  .no1-list__item,
  .no2-list__item {
    padding-top: 150px;
  }
}

.no1-list__item::before {
  background: url(../img/250808/no1_list_decor.webp) no-repeat center/cover;
}

.no2-list__item::before {
  background: url(../img/250808/no2_list_decor.webp) no-repeat center/cover;
}

.no1-list-lead,
.no2-list-lead {
  margin: 0 25px 15px;
}

.no1-list-lead {
  color: #597adc;
}

.no1-list-lead-desc,
.no2-list-lead-desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  margin: 0 auto 25px;
}
.no1-list-lead-desc span,
.no2-list-lead-desc span {
  display: block;
}
.no1-list-lead-desc.narrow,
.no2-list-lead-desc.narrow {
  width: 83.8%;
}
.no1-list-lead-desc.mid,
.no2-list-lead-desc.mid {
  width: 93.3%;
}
.no1-list-lead-desc.full,
.no2-list-lead-desc.full {
  width: 100%;
}

.no1-list-lead-desc {
  color: #597adc;
}
.no1-list-lead-desc span {
  border-bottom: solid 1.5px #fcf1a1;
}

.no2-list-lead-desc {
  color: #b42d1e;
}
.no2-list-lead-desc span {
  border-bottom: solid 1.5px #d8d9ff;
}

.no1-list-image,
.no2-list-image {
  position: relative;
  margin: 0 auto 20px;
}
.no1-list-image.small,
.no2-list-image.small {
  width: 80%;
}

.no1_image-01-01-decor {
  width: 43.9% !important;
  position: absolute;
  top: -8%;
  right: -9.5%;
}

.no1_image-03-01-decor {
  width: 47% !important;
  position: absolute;
  top: -18.6%;
  right: -19.6%;
}

.no1_image-04-01-decor {
  width: 25.5% !important;
  position: absolute;
  top: -9%;
  right: -6.3%;
}

.no2-image-04-02-decor {
  width: 20% !important;
  position: absolute;
  top: -18%;
  right: -5%;
}

p.no1-list-desc,
p.no2-list-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
  color: #3c3c3c;
  margin-bottom: 1em;
  padding: 0 20px;
}
p.no1-list-desc small,
p.no2-list-desc small {
  display: block;
  font-size: 1rem;
}

.no1-list-name,
.no2-list-name {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  text-align: justify;
  color: #3c3c3c;
  padding: 0 20px;
}

.no1-shop,
.no2-shop {
  position: relative;
  margin: 20px 20px 0;
  padding: 10px 15px;
  border: 1px solid transparent;
}
.no1-shop::before, .no1-shop::after,
.no2-shop::before,
.no2-shop::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #3c3c3c;
  pointer-events: none;
}
.no1-shop::before,
.no2-shop::before {
  top: 0;
  left: 0;
  border-top: 1px solid #3c3c3c;
  border-bottom: 1px solid #3c3c3c;
  border-left: none;
  border-right: none;
  width: calc(100% - 10px);
  left: 5px;
}
.no1-shop::after,
.no2-shop::after {
  top: 0;
  left: 0;
  border-left: 1px solid #3c3c3c;
  border-right: 1px solid #3c3c3c;
  border-top: none;
  border-bottom: none;
  height: calc(100% - 10px);
  top: 5px;
}

.no1-shop-name,
.no2-shop-name {
  font-size: 1.1rem;
  font-weight: bolder;
  text-align: left;
  letter-spacing: 0.06em;
  color: #3c3c3c;
}

.no1_shop-list__item,
.no2_shop-list__item {
  font-size: 1.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  color: #3c3c3c;
}

.no2-list-desc-em {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.6;
  text-align: justify;
  letter-spacing: -0.01em;
  color: #597adc;
  margin-bottom: 1em;
  padding: 0 20px;
}

.no2-list-image--yamamoto {
  padding: 0 20px;
  margin-bottom: 25px;
  text-align: left;
}
.no2-list-image--yamamoto img {
  width: 50% !important;
}

.no1-clip_list {
  padding: 0 20px;
}

.no1-clip_list__item {
  padding: 0 6% 10%;
  border: solid 1px #597adc;
  background: #fff;
  position: relative;
  margin: 0 0 45px;
}
.no1-clip_list__item:last-child {
  margin: 0;
}
.no1-clip_list__item::before {
  display: block;
  content: "";
  width: 36px;
  height: 58px;
  background: url(../img/250808/image_clip.webp) no-repeat center/cover;
  position: absolute;
  top: -7px;
  right: 10px;
}
.no1-clip_list__item::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #597adc;
  background: #f3f0f7;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.no1-clip-heading {
  margin: -4% 0 5.7%;
}

.no1-clip-heading-02 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.42;
  color: #597adc;
  margin-bottom: 13px;
}

.no1-clip-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  text-align: justify;
  letter-spacing: 0.1em;
  color: #597adc;
}
.no1-clip-desc small {
  font-size: 80%;
}

.no1-clip-image {
  padding: 0 7%;
  position: relative;
}
.no1-clip-image::after {
  display: block;
  content: "";
  width: 22%;
  aspect-ratio: 1/1;
  position: absolute;
  top: -5%;
  right: 0;
}

.no1-clip_list__item:nth-child(2) .no1-clip-image::after {
  background: url(../img/250808/no1_cllip_icon-01.webp) no-repeat center/cover;
}
.no1-clip_list__item:nth-child(3) .no1-clip-image::after {
  background: url(../img/250808/no1_cllip_icon-02.webp) no-repeat center/cover;
}

.no1-clip-note {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
  color: #597adc;
  margin-top: 5px;
}

.no2_bnr_present {
  margin: 20px 20px 0;
}

/* ---------------------------------------*/
/* no3 */
/* ---------------------------------------*/
#no3 {
  padding: 50px 0 100px;
  margin-bottom: 35px;
  background: #425099;
}

.no3-section-heading {
  width: 66.1%;
  margin: 0 auto 45px;
}

.no3-list {
  width: 90%;
}

.no3-list__item {
  padding: 35px 30px 30px;
  background: #fff;
  margin-bottom: 15px;
  position: relative;
  z-index: 0;
}
.no3-list__item::after {
  display: block;
  content: "";
  width: 5.8%;
  position: absolute;
  top: 9.2%;
  right: -4.1%;
}
.no3-list__item:first-child::after {
  aspect-ratio: 96/694;
  background: url(../img/250808/no3_list_tab-01.webp) no-repeat center/cover;
}
.no3-list__item:nth-child(2)::after {
  aspect-ratio: 96/694;
  background: url(../img/250808/no3_list_tab-02.webp) no-repeat center/cover;
}
.no3-list__item:nth-child(3)::after {
  aspect-ratio: 96/993;
  background: url(../img/250808/no3_list_tab-03.webp) no-repeat center/cover;
}
.no3-list__item:nth-child(4)::after {
  aspect-ratio: 96/694;
  background: url(../img/250808/no3_list_tab-04.webp) no-repeat center/cover;
}
.no3-list__item:last-child {
  margin: 0;
}
.no3-list__item:last-child::after {
  aspect-ratio: 96/812;
  background: url(../img/250808/no3_list_tab-05.webp) no-repeat center/cover;
}
@media (min-width: 751px) {
  .no3-list__item:last-child {
    min-height: 330px;
  }
}

.no3-list-heading {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.1em;
  color: #425099;
  padding: 0.5em 0;
  border-top: solid 1px #425099;
  border-bottom: solid 1px #425099;
  margin-bottom: 20px;
}
.no3-list-heading span {
  display: inline-block;
  background: #ffd6b1;
  border-left: solid 5px #ffd6b1;
  border-right: solid 5px #ffd6b1;
}

.no3-01-image-01 {
  width: 95%;
  margin: 0 auto 20px;
  position: relative;
}

.no3-02-image-01 {
  margin: 0 auto 20px;
}

.no3-03-image-01 {
  width: 95%;
  margin: 0 auto 20px;
  position: relative;
}

.no3-desc {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 0.5em;
  text-align: justify;
  letter-spacing: 0.1em;
}

.no3-note {
  display: block;
  font-size: 1.1rem;
  line-height: 1.36;
  text-align: justify;
  text-indent: -1em;
  padding-left: 1em;
}

.no3-03-present {
  padding: 0 6% 6%;
  margin: 25px 0 30px;
  border: solid 1px #597adc;
  background: #fff;
  position: relative;
}
.no3-03-present::before {
  display: block;
  content: "";
  width: 36px;
  height: 58px;
  background: url(../img/250808/image_clip.webp) no-repeat center/cover;
  position: absolute;
  top: -7px;
  right: 10px;
}
.no3-03-present::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: solid 1px #597adc;
  background: #f3f0f7;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: -1;
}

.no3-03-present-heading {
  margin: -3.5% 0 15px;
}

.no3-list-image {
  position: relative;
}

.no3-03-image-02 {
  margin-bottom: 15px;
}

.no3-03-present-desc {
  font-size: 1.1rem;
  line-height: 1.6;
  text-align: justify;
  color: #597adc;
}

.no3_04_bnr-01 {
  margin-bottom: 30px;
}

.no3-01-image-01-decor {
  width: 50%;
  position: absolute;
  top: -17%;
  right: -15.6%;
}
@media (min-width: 751px) {
  .no3-01-image-01-decor {
    width: 40%;
    top: -11%;
    right: -12%;
  }
}

.no3-01-image-01-decor-02 {
  width: 50%;
  position: absolute;
  bottom: 21%;
  right: -5%;
}

.no3-02-image-01-decor {
  width: 42.3%;
  position: absolute;
  top: -60%;
  right: -5%;
}
@media (min-width: 751px) {
  .no3-02-image-01-decor {
    width: 30%;
    top: -40%;
    right: 2%;
  }
}

.no3-list__item-decor {
  width: 37%;
  position: absolute;
  top: 0.5%;
  right: 5%;
}

/* ---------------------------------------*/
/* footnav */
/* ---------------------------------------*/
#foot_nav {
  margin-bottom: 50px;
}

.foot_nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foot_nav-list__item {
  width: 31.7%;
}

/* ---------------------------------------*/
/* top */
/* ---------------------------------------*/
#top {
  margin-bottom: 75px;
}

.top_logo {
  width: 43% !important;
  margin: 0 auto 20px;
}

/* ---------------------------------------*/
/* link */
/* ---------------------------------------*/
#link {
  margin-bottom: 75px;
}

.link-note {
  display: block;
  margin-top: 5px;
  font-size: 1rem;
  text-align: left;
}

/* ---------------------------------------*/
/* ig */
/* ---------------------------------------*/
.wrapper--ig {
  padding: 0 50px;
  margin: 0 0 100px;
}

.ig-heading {
  margin: 0 0 14px;
}

.ig-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30%;
}
@media (min-width: 751px) {
  .ig-list {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.ig-list__item {
  display: inline-block;
}

.ig-list__heading {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 15px;
}

.campaign-icon--ig {
  width: 41px !important;
  margin: 0 auto;
}

/* ---------------------------------------*/
/* notes */
/* ---------------------------------------*/
#notes {
  padding: 0 0 20px;
}

.notes-list_item {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  padding: 0 0 0 1em;
  position: relative;
}
.notes-list_item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}