@charset "UTF-8";
:root {
  --noto-serif-txt: "Noto Serif JP", sans-serif;
  --main-color: #76161b;
  --sub-color: #d6cba4;
  --en-color: #d9200d;
}

.container {
  margin-left: 1rem;
  margin-right: 1rem;
}

.pane-main {
  padding-top: 0;
}

/*==== mv ==== */
#mv {
  width: 100%;
  height: 28.7rem;
  background-image: url("../../img/usr/first/230801/sp/mv.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#mv .img_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  line-height: 1;
}

#mv .img_group img {
  width: 20.3rem;
  height: auto;
  margin-left: 2.5rem;
}

#nav {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#nav ul li:nth-of-type(n + 3) {
  margin-top: 1.1rem;
}

#nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.2rem;
  height: 4rem;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: -0.1rem;
}

#nav ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1rem;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../../img/usr/first/230801/sp/arrow_nav_b.png");
  background-repeat: no-repeat;
  background-size: contain;
}

#sec01,
#sec_second #sec02,
#sec_second #sec03,
#sec04 .container {
  padding-top: 6.9rem;
  margin-top: -6.9rem;
}

#sec01 #content_group1-1 {
  height: 181.1rem;
  padding-top: 4rem;
  background-image: url("../../img/usr/first/230801/sp/cg1-1_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#sec01 #content_group1-1 .content_inner {
  padding: 4.2rem 1.5rem 4rem;
  background: #fff;
  -webkit-box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 3rem rgba(0, 0, 0, 0.2);
}

#sec01 #content_group1-1 h2 {
  margin-bottom: 2.2rem;
  padding: 0;
  border-bottom: 0;
  font-size: 2.6rem;
  font-family: var(--noto-serif-txt);
  line-height: 1;
  text-align: center;
  color: var(--main-color);
  font-weight: 600;
}

#sec01 #content_group1-1 .content_group1__mv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23.1rem;
  margin-bottom: 3rem;
  background-image: url("../../img/usr/first/230801/sp/cg1-1_mv.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}

#sec01 #content_group1-1 .content_group1__mv p {
  font-family: var(--noto-serif-txt);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

#sec01 #content_group1-1 .description {
  margin-bottom: 2.3rem;
  font-family: var(--noto-serif-txt);
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.1;
}

#sec01 #content_group1-1 .content__item1 {
  margin-bottom: 4.1rem;
}

#sec01 #content_group1-1 .content__item1 figure {
  margin-bottom: 3.1rem;
}

#sec01 #content_group1-1 .content__item1 img {
  width: 100%;
  height: auto;
}

#sec01 #content_group1-1 .content .content_detail .copy {
  font-family: var(--noto-serif-txt);
  font-size: 2rem;
  font-weight: 600;
  color: var(--main-color);
  line-height: 1.6;
}

#sec01 #content_group1-1 .content__item1 .content_detail .copy {
  margin-bottom: 2.5rem;
}

#sec01 #content_group1-1 .content__item1 .content_detail ul {
  position: relative;
  padding: 2.1rem 1.5rem 0.7rem;
  border: 1px solid var(--sub-color);
}

#sec01 #content_group1-1 .content__item1 .content_detail ul::before {
  content: "こんな実績が！";
  position: absolute;
  top: -1.3rem;
  left: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.3rem;
  height: 2.6rem;
  border-radius: 2.2rem;
  background: var(--sub-color);
  color: var(--main-color);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}

#sec01 #content_group1-1 .content__item1 .content_detail ul li {
  font-size: 1.4rem;
  line-height: 2.1;
  font-family: var(--noto-serif-txt);
}

#sec01 #content_group1-1 .content__item1 .content_detail ul li span {
  color: var(--main-color);
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, var(--sub-color)));
  background: -webkit-linear-gradient(transparent 60%, var(--sub-color) 40%);
  background: linear-gradient(transparent 60%, var(--sub-color) 40%);
}

#sec01 #content_group1-1 .content__item1 .content_detail .block-btn {
  margin-top: 2rem;
}

#sec01 #content_group1-1 .content__item1 .content_detail .block-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 28.5rem;
  height: 5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.5rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: var(--main-color);
  text-decoration: none;
}

#sec01 #content_group1-1 .content__item1 .content_detail .block-btn > div + div {
  margin-top: 1rem;
}

#sec01 #content_group1-1 .content__item2 .content_detail .copy {
  margin-bottom: 1.1rem;
}

#sec01 #content_group1-1 .content__item2 .content_detail .text {
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  line-height: 1.7;
}

#sec01 #content_group1-1 .content__item2 .content_detail .text span {
  color: var(--main-color);
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, var(--sub-color)));
  background: -webkit-linear-gradient(transparent 60%, var(--sub-color) 40%);
  background: linear-gradient(transparent 60%, var(--sub-color) 40%);
}

#sec01 #content_group1-1 .content__item2 figure img {
  width: 100%;
  height: auto;
}

#sec01 #content_group1-2 {
  padding-top: 4.2rem;
  padding-bottom: 4rem;
  background: #f7f7f7;
}

#sec01 #content_group1-2 h3 {
  margin-bottom: 1.7rem;
  padding: 0;
  border-left: 0;
  text-align: center;
}

#sec01 #content_group1-2 h3 img {
  width: 27.4rem;
  height: auto;
}

#sec01 #content_group1-2 .description {
  margin-bottom: 4.2rem;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.7;
}

#sec01 #content_group1-2 .content__list {
  position: relative;
  margin-bottom: 4rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#sec01 #content_group1-2 .content__list::before,
#sec01 #content_group1-2 .content__list::after {
  content: "";
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
}

#sec01 #content_group1-2 .content__list::before {
  top: -2.4rem;
  left: -1.4rem;
  width: 8.5rem;
  height: 8.2rem;
  background-image: url("../../img/usr/first/230801/sp/img_flower1.png");
}

#sec01 #content_group1-2 .content__list::after {
  bottom: -2rem;
  right: -2.3rem;
  width: 13.5rem;
  height: 8.2rem;
  background-image: url("../../img/usr/first/230801/sp/img_flower2.png");
}

#sec01 #content_group1-2 .content__list ul li {
  padding: 2.5rem 1.5rem 1.5rem;
  border: 2px solid #e0858b;
  border-radius: 10px;
  background: #fff;
}

#sec01 #content_group1-2 .content__list ul li + li {
  margin-top: 1.5rem;
}

#sec01 #content_group1-2 .content__list ul li .staff_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.4rem;
}

#sec01 #content_group1-2 .content__list ul li .staff_info figure {
  width: 8rem;
  min-width: 8rem;
  margin-right: 2rem;
}

#sec01 #content_group1-2 .content__list ul li .staff_info figure img {
  width: 100%;
  height: auto;
}

#sec01 #content_group1-2 .content__list ul li .staff_info .staff_name {
  margin-bottom: 0.3rem;
  font-size: 1.4rem;
}

#sec01 #content_group1-2 .content__list ul li .staff_info .staff_name span {
  display: block;
  margin-bottom: 1.6rem;
  font-family: var(--noto-serif-txt);
  font-size: 2.5rem;
  line-height: 1.3;
}

#sec01 #content_group1-2 .content__list ul li .staff_info .staff_detail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#sec01 #content_group1-2 .content__list ul li .staff_info .staff_detail dt,
#sec01 #content_group1-2 .content__list ul li .staff_info .staff_detail dd {
  font-size: 1.4rem;
  line-height: 1.6;
}

#sec01 #content_group1-2 .content__list ul li .staff_comment {
  margin-top: auto;
  padding: 1.5rem 1.5rem 1.6rem;
  background: #faebec;
  border-radius: 0.5rem;
  font-size: 1.4rem;
}

#sec01 #content_group1-2 .content__link a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.7rem 2rem 0.8rem 0.7rem;
  border: 0.2rem solid #d6cba4;
  text-decoration: none;
}

#sec01 #content_group1-2 .content__link a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/usr/first/230801/sp/arrow_r.png");
}

#sec01 #content_group1-2 .content__link a figure {
  width: 14rem;
  margin-right: 2rem;
}

#sec01 #content_group1-2 .content__link a figure img {
  width: 100%;
  height: auto;
}

#sec01 #content_group1-2 .content__link a .text .head {
  margin-bottom: 0.3rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.1;
  color: var(--main-color);
  font-family: var(--noto-serif-txt);
}

#sec01 #content_group1-2 .content__link a .text .sub_txt {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.4;
}

#sec_second .container {
  margin-left: 0;
  margin-right: 0;
  padding-top: 4.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
  background: #f5f2e6;
}

#sec_second #sec02 {
  margin-bottom: 2.5rem;
  background-image: url("../../img/usr/first/230801/sp/cg2_bg.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 5.1rem;
}

#sec_second #sec02 h2 {
  margin: 0;
  margin-bottom: 2.8rem;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: var(--noto-serif-txt);
  font-size: 2.8rem;
  font-weight: 600;
}

#sec_second #sec02 h2::after {
  display: block;
  content: attr(data-sub-title);
  margin-top: 1.1rem;
  font-size: 1.4rem;
  font-weight: normal;
  font-family: inherit;
}

#sec_second #sec02 .content_group2__mv img {
  width: 100%;
  height: auto;
}

#sec_second #sec02 .content_group2__mv_detail {
  position: relative;
  padding: 1.7rem 2.7rem 1.7rem;
  background: #fff;
}

#sec_second #sec02 .content_group2__mv_detail::before {
  content: "";
  position: absolute;
  top: -5.7rem;
  left: 0;
  width: 13.7rem;
  height: 7.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/usr/first/230801/sp/balloon.png");
}

#sec_second #sec02 .content_group2__mv_detail .name {
  margin-bottom: 0.9rem;
  font-size: 1.7rem;
  font-weight: bold;
}

#sec_second #sec02 .content_group2__mv_detail .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#sec_second #sec02 .content_group2__mv_detail .bottom .text {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.3;
}

#sec_second #sec02 .content_group2__mv_detail .bottom .postage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 4rem;
  height: 4rem;
  background: var(--en-color);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
}

#sec_second #sec02 .content_group2__mv_detail .bottom .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 3rem;
  font-weight: bold;
  color: var(--main-color);
  letter-spacing: -0.05em;
  margin-bottom: -0.5rem;
}

#sec_second #sec02 .content_group2__mv_detail .bottom .price span {
  padding-bottom: 0.6rem;
  font-size: 1.2rem;
  font-weight: normal;
}

#sec_second #sec02 .content__item1 .content_body {
  padding: 1.5rem 1.5rem 2.3rem;
  background: #ead7ac;
}

#sec_second #sec02 .content__item1 figure {
  margin-bottom: 1.8rem;
}

#sec_second #sec02 .content__item1 figure img {
  width: 100%;
  height: auto;
}

#sec_second #sec02 .content__item1 .set_content .title {
  margin-bottom: 1.6rem;
  padding-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(68, 68, 68, 0.4);
}

#sec_second #sec02 .content__item1 .set_content li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1;
}

#sec_second #sec02 .content__item1 .set_content li + li {
  margin-top: 1rem;
}

#sec_second #sec02 .content__item1 .set_content li span {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
}

#sec_second #sec02 .content__item1 .set_content .staff_word {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.6rem;
  padding: 1.5rem;
  background: #fff;
}

#sec_second #sec02 .content__item1 .set_content .staff_word figure {
  width: 5rem;
  min-width: 5rem;
  margin-right: 1.5rem;
}

#sec_second #sec02 .content__item1 .set_content .staff_word figure img {
  width: 100%;
  height: auto;
}

#sec_second #sec02 .content__item1 .set_content .staff_word .detail .head {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: bold;
}

#sec_second #sec02 .content__item1 .set_content .staff_word .detail .text {
  font-size: 1.4rem;
}

#sec_second #sec02 .content__item2 {
  padding: 2.8rem 1.5rem 3.3rem;
  background: #fff;
}

#sec_second #sec02 .content__item2 p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: bold;
  color: var(--en-color);
  line-height: 1.4;
  text-align: center;
}

#sec_second #sec02 .content__item2 p::before,
#sec_second #sec02 .content__item2 p::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../img/usr/first/230801/sp/slant.png);
}

#sec_second #sec02 .content__item2 p::before {
  margin-right: 0.3rem;
}

#sec_second #sec02 .content__item2 p::after {
  margin-left: 0.3rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

#sec_second #sec02 .content__item2 .block-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.5rem;
  background: var(--main-color);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#sec_second #sec02 .content__item2 .block-btn a::before {
  content: "";
  display: inline-block;
  width: 2.4rem;
  height: 1.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/usr/first/230801/sp/icon_cart.png");
}

#sec_second #sec02 .content__item2 .block-btn a::after {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  background-image: url("../../img/usr/first/230801/sp/arrow_w.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_second #sec03 .description {
  margin-bottom: 2.7rem;
  font-size: 1.8rem;
  font-family: var(--noto-serif-txt);
  font-weight: 600;
  text-align: center;
}

#sec_second #sec03 .content__item1 {
  margin-bottom: 3rem;
}

#sec_second #sec03 .content__item1 ul li {
  padding: 1.7rem 1.5rem 1.6rem;
  background: #fff;
  border-radius: 1.5rem;
}

#sec_second #sec03 .content__item1 ul li + li {
  margin-top: 1.5rem;
}

#sec_second #sec03 .content__item1 ul li .title {
  margin-bottom: 1.6rem;
  font-family: var(--noto-serif-txt);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--main-color);
  text-align: center;
}

#sec_second #sec03 .content__item1 ul li figure {
  width: 100%;
  height: 19.6rem;
  margin-bottom: 1.6rem;
}

#sec_second #sec03 .content__item1 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#sec_second #sec03 .content__item1 ul li .name {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
}

#sec_second #sec03 .content__item1 ul li .note {
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
}

#sec_second #sec03 .content__item1 ul li .block-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

#sec_second #sec03 .content__item1 ul li .block-price .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 2.8rem;
  font-weight: bold;
}

#sec_second #sec03 .content__item1 ul li .block-price .price span {
  padding-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: normal;
}

#sec_second #sec03 .content__item1 ul li .block-price .postage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 6.6rem;
  height: 2.4rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--en-color);
}

#sec_second #sec03 .content__item1 ul li .block-price .coupon {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--en-color);
}

#sec_second #sec03 .content__item1 ul li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  background: var(--main-color);
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

#sec_second #sec03 .content__item1 ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../../img/usr/first/230801/sp/arrow_w.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#sec_second #sec03 .content__item2 a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--main-color);
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: none;
  background: #fff;
}

#sec_second #sec03 .content__item2 a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/usr/first/230801/sp/arrow_r_8x14.png");
}

#sec04 {
  background: #ead7ac;
  padding-top: 4.1rem;
  padding-bottom: 4rem;
}

#sec04 h2 {
  margin-bottom: 2.9rem;
  font-family: var(--noto-serif-txt);
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
  color: var(--main-color);
  border-bottom: 0;
}

#sec04 h2::before {
  content: "お客様からのリピートが熱い！";
  display: block;
  width: 21.6rem;
  height: 4rem;
  margin-bottom: 0.6rem;
  margin-left: auto;
  margin-right: auto;
  background-size: 100% auto;
  background-position: center bottom;
  background-image: url("../../img/usr/first/230801/sp/title_balloon.png");
  background-repeat: no-repeat;
  font-size: 1.6rem;
  color: #444444;
  letter-spacing: -0.1em;
}

#sec04 .content + .content {
  margin-top: 1.5rem;
}

#sec04 .content .content_body {
  background: #fff;
  border-radius: 1.5rem;
}

#sec04 .content figure img {
  width: 100%;
  height: auto;
}

#sec04 .content .content_body .content_info {
  padding: 2.2rem 1.5rem 2rem;
}

#sec04 .content .content_info .title {
  margin-bottom: 1.8rem;
  font-family: var(--noto-serif-txt);
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--main-color);
}

#sec04 .content .content_info .content_detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.4rem;
}

#sec04 .content .content_info .content_detail > figure {
  height: 1.6rem;
  margin-right: 0.5rem;
}

#sec04 .content .content_info .content_detail > figure img {
  width: auto;
  height: 100%;
}

#sec04 .content .content_info .content_detail > p {
  font-size: 1.4rem;
}

#sec04 .content .content_info .staff_point {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.6rem;
  padding-bottom: 1.7rem;
  border-top: 1px dotted #dadada;
  border-bottom: 1px dotted #dadada;
}

#sec04 .content .content_info .staff_point > figure {
  width: 6rem;
  min-width: 6rem;
  margin-right: 1.5rem;
}

#sec04 .content .content_info .staff_point > .detail .head {
  margin-bottom: 0.7rem;
  font-size: 1.4rem;
  font-weight: bold;
}

#sec04 .content .content_info .staff_point > .detail .text {
  font-size: 1.4rem;
  line-height: 1.6;
}

#sec04 .content .content_info .bottom {
  margin-top: 1.6rem;
}

#sec04 .content .content_info .block-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

#sec04 .content .content_info .block-price .price {
  font-size: 2.8rem;
  font-weight: bold;
}

#sec04 .content .content_info .block-price .price span {
  font-size: 1.2rem;
  padding-bottom: 0.6rem;
}

#sec04 .content .content_info .block-price .postage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 6.6rem;
  height: 2.4rem;
  margin-bottom: 0.6rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  background: var(--en-color);
}

#sec04 .content .content_info .block-price .coupon {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  color: var(--en-color);
}

#sec04 .content .content_info .bottom a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 5rem;
  background: var(--main-color);
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  border-radius: 0.5rem;
}

#sec04 .content .content_info .bottom a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2rem;
  display: block;
  width: 2.4rem;
  height: 1.8rem;
  margin-top: auto;
  margin-bottom: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../../img/usr/first/230801/sp/icon_cart.png");
}

#sec04 .content .content_info .bottom a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.1rem;
  display: block;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: auto;
  margin-bottom: auto;
  background-image: url("../../img/usr/first/230801/sp/arrow_w.png");
  background-size: contain;
  background-repeat: no-repeat;
}

#content_footer {
  padding-top: 3.5rem;
  padding-bottom: 6.1rem;
}

#content_footer .footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 3.6rem;
  padding: 2.5rem 1rem;
  background: #f5f2e6;
}

#content_footer .footer_nav::after {
  content: "";
  display: block;
  width: 17.2rem;
  height: 0;
}

#content_footer .footer_nav li {
  width: 17.2rem;
}

#content_footer .footer_nav li:nth-of-type(n + 3) {
  margin-top: 1rem;
}

#content_footer .footer_nav li a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 4rem;
  font-size: 1.2rem;
  color: var(--main-color);
  font-weight: bold;
  text-decoration: none;
  border: 1px solid var(--main-color);
  background: #fff;
  letter-spacing: -0.1em;
}

#content_footer .footer_nav li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1rem;
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 1.4rem;
  margin-top: auto;
  margin-bottom: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/usr/first/230801/sp/arrow_r_8x14.png");
}

#content_footer .footer_link .title {
  margin-bottom: 2.2rem;
  font-size: 2.2rem;
  font-weight: 600;
  font-family: var(--noto-serif-txt);
  text-align: center;
  color: var(--main-color);
}

#content_footer .footer_link ul li {
  border-bottom: 1px solid #dadada;
}

#content_footer .footer_link ul li:first-of-type {
  border-top: 1px solid #dadada;
}

#content_footer .footer_link ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2rem;
  padding-bottom: 1.7rem;
  padding-right: 1.7rem;
  font-size: 1.4rem;
  text-decoration: none;
  color: #333333;
}

#content_footer .footer_link ul li a::after {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../../img/usr/first/230801/sp/arrow_r.png");
}

/*=================================
追加 202501
===================================*/
#sec01 #content_group1-1-2 {
  padding: 28px 0 40px 0;
  background-color: #f5f2e6;
}
#sec01 #content_group1-1-2 .ttl-campaign {
  margin: 0 auto;
  padding: 0;
  border: none;
  max-width: 355px;
}
#sec01 #content_group1-1-2 .campaign_list {
  margin-top: 28px;
}
#sec01 #content_group1-1-2 .campaign_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#sec01 #content_group1-1-2 .campaign_list ul li {
  background-color: #fff;
  padding: 12px 15px 20px 20px;
  position: relative;
}
#sec01 #content_group1-1-2 .campaign_list ul li .icon {
  padding-bottom: 8px;
}
#sec01 #content_group1-1-2 .campaign_list ul li .icon img {
  width: auto;
  height: 28px;
  display: block;
}
#sec01 #content_group1-1-2 .campaign_list ul li .txt .requirement {
  display: block;
  font-size: 14px;
  line-height: 1.71428571;
  margin-top: 8px;
  padding-right: 100px;
}
#sec01 #content_group1-1-2 .campaign_list ul li .txt .ttl {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  line-height: 1.36363636;
  font-size: 25px;
  color: #76161b;
  margin-top: 5px;
  letter-spacing: 0;
}
#sec01 #content_group1-1-2 .campaign_list ul li .txt .ttl span {
  font-size: 14px;
  vertical-align: top;
}
#sec01 #content_group1-1-2 .campaign_list ul li .txt .note {
  margin-top: 10px;
  font-size: 14px;
}
#sec01 #content_group1-1-2 .campaign_list ul li .img {
  aspect-ratio: 32/25;
  overflow: hidden;
  max-width: 96px;
  position: absolute;
  top: 7px;
  right: 20px;
}
#sec01 #content_group1-1-2 .campaign_list ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sec01 #content_group1-1-2 .campaign_list ul li.campaign_6th .txt .ttl {
  color: #bf9913;
}
#sec01 #content_group1-1-2 .campaign_note {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.69230769;
}
#sec01 #content_group1-1-2 .campaign_note strong {
  color: #333333;
  font-weight: normal;
  text-decoration: underline;
}
#sec01 #content_group1-1-2 .campaign_banner_line {
  display: block;
  margin: 18px auto 0;
}
#sec01 #content_group1-1-2 .campaign_banner_line img {
  -webkit-filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.16));
}/*# sourceMappingURL=first230801_sp.css.map */