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;
  text-align: justify;
}

.temp-all-area p li {
  font-weight: 400;
}

.temp-all-area ul,
p,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  font-weight: 400;
}

.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.temp-all-area figure {
  margin: 0;
}

.temp-all-area img {
  width: 100%;
}

/* フォント選択 */

.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: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

#floting-bt a {
  display: block;
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 11px;
  line-height: 1.625;
  text-align: center;
  background: #4c6f50;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
  transition: all 0.3s ease;
}

@media screen and (min-width: 768px) {
  #floting-bt {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 10;
  }

  #floting-bt a {
    width: 100px;
    height: 100px;
    font-size: 0.875rem;
  }
}

.temp-all-area .inner {
  margin: 0 auto 70px;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
}

.temp-all-area .inner-icon {
  font-size: 34px;
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: 7px;
  font-weight: lighter;
  line-height: 1;
}


.temp-all-area .inner-icon .icon_2 {
  color: #DE9CAC;
  padding-bottom: 20px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
  margin: 0 0 20px;
  letter-spacing: 2px;
  font-family: trajan-pro-3, serif;
}

.temp-all-area .inner-icon .icon_2::before {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  background-color: #DE9CAC;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 100px;
  }

  .temp-all-area p {
    font-size: 16px;
    line-height: 2.2;
  }
}


.lp_2022_02_area figure {
  max-width: 300px;
  width: 70%;
  margin: 0 auto;
}

.lp_2022_02_area h2 {
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
  line-height: 2;
  letter-spacing: 6px;
  font-weight: bold;
}

.lp_2022_02_area p {
  text-align: center;
  font-weight: 300;
}



.lp_2022_03_area .conts {
  background-color: #F9F1F1;
  padding: 50px 8%;
  margin: -50px 0;
  position: relative;
}


.lp_2022_03_area .conts h3 {
  text-align: center;
  color: #C25B6F;
  line-height: 2.2;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0 0 50px;
  font-size: 20px;
}

.lp_2022_03_area .conts img {
  border-radius: 15px;
}

@media screen and (min-width: 768px) {
  .lp_2022_03_area .inner {
    max-width: 1366px;
  }

  .lp_2022_03_area .conts {
    margin: -11% 0;
    padding: 0 8%;
  }

  .lp_2022_03_area .conts figure {
    max-width: 900px;
    margin: 0 auto;
  }
}

.baner_area .inner {
  max-width: 760px;
}

.baner_area h3 {
  color: #C25B6F;
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
}

.baner_area img {
  box-shadow: rgb(0 0 0 / 20%) 0px 18px 50px -10px;
}


/* search_area */
.search_area .inner {
  overflow: hidden;
}

.search_area .inner-icon figure {
  max-width: 100px;
  margin: 0 auto;
}

.btn-wrapper {
  max-width: 760px;
  margin: 20px auto 60px;
}

.search_area .serch_box h3 {
  text-align: center;
  position: relative;
  margin: 0 20px;
}

.search_area .serch_box h3 span {
  color: #C25B6F;
  letter-spacing: 3px;
  padding: 0 30px;
  background-color: #fff;
  position: relative;
  display: inline-block;
}

.search_area .serch_box h3::before {
  content: "";
  position: absolute;
  background-color: #C25B6F;
  height: 1px;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search_area .serch_box .serch_conts {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin: 30px 0;
}

.search_area .serch_box .serch_conts .btn {
  text-align: center;
  width: 80%;
  height: 50px;
  position: relative;
  margin: 0 auto;
  background-color: #F5F5F5;
  position: relative;
  cursor: pointer;
}

.search_area .serch_box .serch_conts .btn:hover {
  opacity: .7;
}

.search_area .serch_box .serch_conts .btn figure {
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translate(0, -50%);
  line-height: 1;
}

.search_area .serch_box .serch_conts .btn.active {
  background-color: #dfdada;
}

.search_area .serch_box .serch_conts .btn p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


@media screen and (min-width: 768px) {
  .search_area .btn-wrapper {
    margin: 50px auto 100px;
  }

  .search_area .serch_box .serch_conts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
  }

  .search_area .serch_box .serch_conts .btn {
    width: 100%;
  }
}


/* 250212 */
.select-pro table {
  display: none;
}

.search_area .item_wrap {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
}

.search_area .item_wrap .item_box {
  position: relative;
  padding: 0 0 50px;
}

.search_area .item_wrap .item_box::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 86%;
  background-color: #F9F1F1;
  z-index: -1;
}

.search_area .item_wrap .item_img {
  width: 55%;
  margin: 0 auto;
}

.search_area .item_wrap .item_img img {
  border-radius: 20px;
}

.search_area .item_wrap .conts {
  padding: 0 30px;
}

.search_area .item_wrap .conts h3 {
  font-weight: 400;
  line-height: 1.8;
  font-size: 18px;
  letter-spacing: 3px;
  color: #C25B6F;
  margin: 10px 0;
}

.search_area .item_wrap .conts .price p {
  font-size: 18px;
  margin: 0 0 10px;
}

.search_area .item_wrap .conts .price p span {
  font-size: 14px;
}

.search_area .item_wrap .conts .sup_box {
  margin: 0 0 20px;
}

.search_area .item_wrap .conts .sup {
  display: flex;
  gap: 10px 20px;
  margin: 0 0 10px;
  flex-wrap: wrap;
}

.search_area .item_wrap .conts .sup p {
  background-color: #FFF;
  border-radius: 3px;
  padding: 1px 15px;
  font-size: 13px;
}

.search_area .item_wrap .conts .sup_box .sup_text {
  font-size: 13px;
}

.search_area .goods_cart {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  margin: 0 0 20px;
}

.search_area .goods_cart form .cartBtn {
  width: 100%;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.16);
}

.search_area .text {
  font-weight: 300;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .search_area .item_wrap {
    max-width: 820px;
    margin: 0 auto;
    gap: 100px;
  }

  .search_area .item_wrap .item_box {
    display: flex;
    align-items: center;
    gap: 0 30px;
    padding: 50px 20px;
  }

  .search_area .item_wrap .item_box:nth-child(even) {
    flex-direction: row-reverse;
  }

  .search_area .item_wrap .active:nth-child(5) {
    flex-direction: row-reverse;
  }

  .search_area .item_wrap .conts {
    width: 50%;
    padding: 0;
  }

  .search_area .item_wrap .item_box::before {
    width: 100vw;
    height: 100%;
    left: 25%;
  }

  .search_area .item_wrap .item_box:nth-child(even)::before {
    right: 25%;
    left: auto;
  }

  .search_area .item_wrap .conts h3 {
    font-size: 19px;
    font-size: min(2.2vw, 19px);
    margin: 0 0 10px;
  }

  .search_area .goods_cart {
    width: 56%;
    display: flex;
    flex-direction: column;
  }

  .search_area .text {
    font-size: 14px;
  }
}



/* JavaScript */

.search_area .item_box.load {
  display: none;
}

.search_area .item_box.active.load {
  display: block;
}

@media screen and (min-width: 768px) {
  .search_area .item_box.load {
    display: none;
  }

  .search_area .item_box.active.load {
    display: flex;
  }
}
