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 .red_font {
  color: #899CBC;
}

.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;
    /*非表示*/
  }
}

/* 下部アイテムリスト用 */

#floting-bt {
  position: absolute;
  top: auto;
  bottom: -42px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}


/* 右下固定 */
#floting-bt.floting-bt-right {
  position: fixed;
  top: auto;
  left: auto;
  transform: none;
  right: 20px;
  bottom: 20px;
}

#floting-bt a {
  display: block;
  width: 140px;
  color: #fff;
  font-size: 11px;
  line-height: 1.625;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.3s ease;
}

#floting-bt a img {
  border-radius: 15px;
  box-shadow: 0 15px 46px rgba(0, 0, 0, .16);
}

@media screen and (min-width: 768px) {

  #floting-bt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    top: auto;
    bottom: -67px;
  }

  #floting-bt.floting-bt-right {
    position: fixed;
    top: auto;
    left: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }

  #floting-bt a {
    width: 229px;
  }

  #floting-bt a img {
    border-radius: 20px;
  }

}

.temp-all-area .inner {
  margin: 0 auto 80px;
  position: relative;
}

.temp-all-area .red_font {
  color: #899CBC;
}


.temp-all-area .head .icon_1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  color: #333;
  text-align: center;
  position: relative;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.temp-all-area .head .icon_2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  margin: 0 0 40px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@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;
  }
}

.top_area {
  position: relative;
}

.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: #899CBC;
  line-height: 1;
  width: 40px;
  height: 4px;
  background: #899CBC;
  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 .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;
  padding: 0 0 50px;
}

.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 {
  padding: 20px 20px;
  position: relative;
}

.set_area .set_title_box::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translate(-54%, 0);
  background-color: #899CBC;
}

.set_area .title {
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.set_area .title .price {
  font-size: 32px;
}

.set_area .title .tax {
  font-size: 14px;
}

.set_area .text {
  text-align: center;
  font-size: 14px;
  margin: 5px 0;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 1px;
}



.set_area .conts {
  padding: 20px 20px 40px;
}

.set_area .set_box:nth-child(3) figure {
  padding: 0 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: #899CBC;
}

.set_area .plus {
  display: inline-block;
  vertical-align: middle;
  color: #899CBC;
  line-height: 1;
  width: 40px;
  height: 4px;
  background: #899CBC;
  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 .set_wrap {
    padding: 0 0 100px;
  }

  .set_area .set_box {
    max-width: 1000px;
    margin: 0 auto;
  }

  .set_area .set_title_box {
    padding: 30px 0 20px;
  }

  .set_area .title {
    font-size: 25px;
    line-height: 1.4;
  }

  .set_area .conts {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 5%;
    max-width: 840px;
    padding: 40px 80px;
  }

  .set_area .text {
    font-size: 16px;
    margin: 0 0 5px;
    letter-spacing: 1px;
  }

  .set_area .set_box:nth-child(3) .text {
    margin: 5px 0 5px;
  }

  .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: 0 66px 40px;
  }
}

.line_area .inner {
  overflow: hidden;
}

.line_area .line_box:nth-child(1) .color_bk {
  background-color: #7DA1C5;
  color: #fff;
  padding: 0 5px;
}

.line_area .line_box:nth-child(2) .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: 13px;
  text-align: center;
  margin: 20px 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.cloud/item/season/happybag/img/2606/sp-happybag-03-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.cloud/item/season/happybag/img/2606/sp-happybag-03-2-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 25px;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.line_area .line_box:nth-child(1) .line_set h5 span {
  font-size: 16px;
  color: #fff;
  background-color: #A2CCD2;
  padding: 5px 20px;
  border-radius: 38px;
}

.line_area .line_box:nth-child(2) .line_set h5 span {
  font-size: 16px;
  color: #fff;
  background-color: #E59CBC;
  padding: 5px 20px;
  border-radius: 38px;
}



.line_area .line_box .line_set h4 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 13px;
}




.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 .price_box figure img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
  border-radius: 18px;
}

@media screen and (min-width: 768px) {
  .line_area .line_wrap {
    max-width: 1000px;
    margin: 0 auto;
    gap: 100px 0;
  }

  .line_area .line_box:nth-child(odd) {
    display: flex;
    gap: 0 50px;
    align-items: center;
    flex-direction: row-reverse;
  }

  .line_area .line_box:nth-child(even) {
    display: flex;
    align-items: center;
    gap: 0 50px;
  }

  .line_area .line_box:nth-child(3) .conts {
    margin: 22px 0 0;
  }

  .line_area .line_img {
    width: 54%;
  }

  .line_area .conts {
    flex: 1;
  }

  .line_area .font_img {
    text-align: left;
    margin: 46px 0 0;
  }


  .line_area .font_img img {
    height: 93px;
  }

  .line_area .line_title p {
    text-align: left;
    font-size: 16px;
    padding: 0;
  }

  .line_area .line_conts {
    padding: 0;
  }


  .line_area .line_box:nth-child(1) .line_conts::before {
    content: none;
  }

  .line_area .line_box:nth-child(2) .line_conts::before {
    content: none;
  }


  .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;
}

.last_area_3 {
  max-width: 1366px;

}
