body {
  font-weight: 400;
}

.temp-all-area {
  font-family: Lato, "Noto Sans JP", "Hiragino Kaku Gothic Pro",
    "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-weight: 400;
}


.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area img {
  width: 100%;
}

.temp-all-area h2,
h3,
h4,
p,
figure,
ul,
li {
  margin: 0;
  padding: 0;
}

/* フォント選択 */

.Nserif {
  font-family: "Noto Serif JP", serif;
}

.Tenor {
  font-family: "Tenor Sans", sans-serif;
}

.Mincho {
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.Gothic {
  font-family: 游ゴシック, YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    游ゴシック, "Yu Gothic", sans-serif;
}


@media screen and (max-width: 767px) {
  /*767px以下で非表示*/

  .pc-hide {
    display: none;
    /*非表示*/
  }

  /* 独自コメント1と11 */
  .product_comment-1,
  .product_comment-2 {
    display: block;
  }


}

@media screen and (min-width: 768px) {
  /*768px以上で非表示*/

  .sp-hide {
    display: none;
    /*非表示*/
  }
}

.temp-all-area .inner {
  margin: 0 auto 80px;
  position: relative;
}

.temp-all-area .red_font {
  color: #BE3844;
}


.temp-all-area .head .icon_1 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4px;
  color: #BE3844;
  text-align: center;
  margin: 0 0 15px;
  padding: 0 0 15px;
  position: relative;
}

.temp-all-area .head .icon_1::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translate(-54%, 0);
  background-color: #BE3844;
}

.temp-all-area .head .icon_2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 40px;
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 100px;
    position: relative;
  }

  .temp-all-area .head .icon_1 {
    font-size: 38px;
  }

  .temp-all-area .head .icon_2 {
    font-size: 15px;
    margin: 0 0 60px;
  }
}

.second_area .inner {
  max-width: 669px;
}

.second_area .text {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}


.second_area .red_font {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
  line-height: 1;
  margin: 10px 0 0;
}

.second_area .red_font span {
  font-size: 40px;
}

.second_area .second_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin: 30px 0 0;
}

.second_area figure {
  margin: 0 20px;
}

.second_area .second_box img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.second_area .plus {
  display: inline-block;
  vertical-align: middle;
  color: #BE3844;
  line-height: 1;
  width: 40px;
  height: 4px;
  background: #BE3844;
  border-radius: 0.1em;
  position: relative;
  margin: 0 auto;
}

.second_area .plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


@media screen and (min-width: 768px) {
  .second_area .text {
    font-size: 25px;
  }

  .second_area .red_font {
    font-size: 25px;
  }

  .second_area .second_wrap {
    flex-direction: initial;
    justify-content: center;
    align-items: center;
    gap: 0 20px;
    margin: 40px 0 0;
  }

  .second_area .plus {
    margin: 0;
  }

}




.set_area .inner {
  padding: 50px 0;
}

.set_area .set_bk {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
}

.set_area .set_bk img {
  height: 100%;
  object-fit: cover;
}

.set_area .set_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
  margin: 20px 0 0;
}

.set_area .set_box {
  background-color: #fff;
  margin: 0 5%;
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}

.set_area .set_title_box {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(249, 239, 235, 1) 100%);
  padding: 20px 20px;
}

.set_area .title {
  text-align: center;
  font-size: 19px;
  color: #BE3844;
  letter-spacing: 1px;
  font-weight: 500;
}

.set_area .title .price {
  font-size: 32px;
}

.set_area .title .tax {
  font-size: 14px;
}

.set_area .text {
  text-align: center;
  font-size: 14px;
  margin: 10px 0;
  font-weight: 500;
}

.set_area .conts {
  padding: 20px 20px 40px;
}

.set_area .set_box:nth-child(3) figure {
  padding: 20px 20px 40px;
}

.set_area ul {
  margin: 20px 0 0;

}

.set_area li {
  padding: 0 0 0 20px;
  font-size: 14px;
  position: relative;
}

.set_area li span {
  position: absolute;
  left: 0;
  color: #BE3844;
}

.set_area .plus {
  display: inline-block;
  vertical-align: middle;
  color: #BE3844;
  line-height: 1;
  width: 40px;
  height: 4px;
  background: #BE3844;
  border-radius: 0.1em;
  position: relative;
  margin: 0 auto;
}

.set_area .plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


@media screen and (min-width: 768px) {
  .set_area .inner {
    padding: 100px 0;
  }

  .set_area .set_box {
    max-width: 1000px;
    margin: 0 auto;
  }

  .set_area .title {
    font-size: 25px;
  }

  .set_area .conts {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5%;
    max-width: 840px;
    padding: 40px 80px;
  }

  .set_area .text {
    margin: 20px 0 0;
  }

  .set_area .conts figure {
    width: 50%;
  }

  .set_area .conts ul {
    flex: 1;
  }

  .set_area .set_box:nth-child(3) figure {
    max-width: 867px;
    margin: 0 auto;
    padding: 50px 66px 50px;
  }
}

.line_area .inner {
  overflow: hidden;
}

.line_area .line_box:nth-child(1) .color_bk {
  background-color: #7EA562;
  color: #fff;
  padding: 0 5px;
}

.line_area .line_box:nth-child(2) .color_bk {
  background-color: #7DA1C5;
  color: #fff;
  padding: 0 5px;
}

.line_area .line_box:nth-child(3) .color_bk {
  background-color: #988C41;
  color: #fff;
  padding: 0 5px;
}

.line_area .line_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.line_area .font_img {
  text-align: center;
}

.line_area .font_img img {
  height: 70px;
  width: auto;
}

.line_area .line_title p {
  font-size: 14px;
  text-align: center;
  margin: 30px 0 30px;
  line-height: 1.8;
  padding: 0 4%;
}


.line_area .line_conts {
  position: relative;
  padding: 40px 5%;
}

.line_area .line_box .line_conts::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 1000px;
}

.line_area .line_box:nth-child(1) .line_conts::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/sp-happybag-04-1-0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.line_area .line_box:nth-child(2) .line_conts::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/sp-happybag-04-2-0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.line_area .line_box:nth-child(3) .line_conts::before {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/sp-happybag-04-3-0.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.line_area .line_box .line_set h5 {
  text-align: center;
  margin: 0 0 30px;
}

.line_area .line_box:nth-child(1) .line_set h5 span {
  font-size: 16px;
  color: #7EA562;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 38px;
  box-shadow: #7EA562 0px 0px 10px 0px;
}

.line_area .line_box:nth-child(2) .line_set h5 span {
  font-size: 16px;
  color: #7DA1C5;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 38px;
  box-shadow: #7DA1C5 0px 0px 10px 0px;
}

.line_area .line_box:nth-child(3) .line_set h5 span {
  font-size: 16px;
  color: #988C41;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 38px;
  box-shadow: #988C41 0px 0px 10px 0px;
}


.line_area .line_box .line_set h4 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.5;
  font-size: 15px;
}




.line_area .line_box .line_set p {
  font-size: 14px;
  letter-spacing: 1px;
  margin: 20px 0 20px;
  line-height: 1.6;
  padding: 0;
}


.line_area .price_box figure {
  margin: 20px 0 0;
}

.line_area .line_img img {
  box-shadow: #fff 0px 0px 10px 3px;
}


@media screen and (min-width: 768px) {
  .line_area .line_wrap {
    max-width: 951px;
    margin: 0 auto;
    gap: 100px 0;
  }

  .line_area .line_box:nth-child(odd) {
    display: flex;
    gap: 0 34px;
    align-items: center;
  }

  .line_area .line_box:nth-child(even) {
    display: flex;
    align-items: center;
    gap: 0 34px;
    flex-direction: row-reverse;
  }

  .line_area .line_box:nth-child(3) .conts {
    margin: 22px 0 0;
  }

  .line_area .line_img {
    width: 48%;
    padding: 0;
    margin: 0 0 20px;
  }

  .line_area .conts {
    flex: 1;
  }

  .line_area .font_img {
    text-align: left;
  }

  .line_area .line_box:nth-child(even) .font_img {
    text-align: right;
  }

  .line_area .font_img img {
    height: 50px;
  }

  .line_area .line_title p {
    text-align: left;
    font-size: 16px;
    padding: 0;
  }

  .line_area .line_conts {
    padding: 30px 0 40px 50px;
  }

  .line_area .line_box:nth-child(even) .line_conts {
    padding: 30px 50px 40px 0;
  }

  .line_area .line_box:nth-child(1) .line_conts::before {
    width: 100vw;
    background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/pc-happybag-04-1-0.webp);
  }

  .line_area .line_box:nth-child(2) .line_conts::before {
    width: 100vw;
    background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/pc-happybag-04-2-0.webp);
  }

  .line_area .line_box:nth-child(3) .line_conts::before {
    width: 100vw;
    background-image: url(https://mmoon.itembox.design/item/season/happybag/img/2512_2/pc-happybag-04-3-0.webp);
  }

  .line_area .line_box .line_set h5 {
    text-align: left;
    font-size: 18px;
  }

  .line_area .line_box:nth-child(even) .line_conts::before {
    left: auto;
    right: 0;

  }

  .line_area .line_box .line_set h4 {
    text-align: left;
    font-size: 16px;
  }
}


.last_area .inner {
  max-width: 1366px;
}


.last_area_2 .inner {
  padding: 0 20px;
  max-width: 500px;
}
