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 h2,
h3,
h4,
h5,
p,
ul,
figure {
  margin: 0;
  padding: 0;
}

.temp-all-area a {
  text-decoration: none;
  color: #3c3c3c;
}

.temp-all-area li {
  list-style: none;
}

.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: .875rem;
  }

}

/* 共通 */

.temp-all-area .red_font {
  color: #A92828;
}

.temp-all-area .kin_font {
  color: #9D891A;
}

.temp-all-area .inner {
  margin: 0 auto 80px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
}

.temp-all-area .head h2 {
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 30px;
  font-weight: 400;
  position: relative;
  font-size: 22px;
  line-height: 1.8;
}

.temp-all-area .head h2::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #C4A96B;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (min-width: 768px) {
  .temp-all-area p {
    font-size: 16px;
  }
}

.second_area .inner {
  max-width: 533px;
  padding: 0 20px;
}

.second_area p {
  text-align: center;
  margin: 20px 0 0;
}

.pre_area {
  background-color: #F7F4FB;
}

.pre_area .inner {
  padding: 50px 20px;
  max-width: 901px;
}

.pre_area .head {
  margin: 0 0 50px;
}

.pre_area .head .icon_1 {
  display: block;
  font-size: 17px;
  text-align: center;
  margin: 0;
}

.pre_area .head .icon_1 .big {
  font-size: 40px;
  letter-spacing: 3px;
  font-weight: 300;
}

.pre_area .head .icon_2 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #A92828;
  position: relative;
  margin: 0 0 20px;
}

.pre_area .head .icon_2 .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #F7F4FB;
  padding: 0 20px;
  letter-spacing: 1px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.pre_area .head .icon_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #A92828;
}

.pre_area .head .icon_3 {
  display: block;
  text-align: center;
  font-size: 14px;
}


.pre_area .pre_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

@media screen and (min-width: 768px) {
  .pre_area .head .icon_1 {
    margin: 0 0 30px;
  }

  .pre_area .head .icon_2 {
    margin: 0 0 30px;
    font-size: 24px;
  }

  .pre_area .pre_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    gap: 50px 50px;
  }
}

.oubo_area .inner {
  max-width: 901px;
}

.oubo_area .head {
  margin: 0 0 50px;
  padding: 0 20px;
}

.oubo_area .head .icon_1 {
  display: block;
  font-size: 17px;
  text-align: center;
  margin: 0 0 10px;
}

.oubo_area .head .icon_1 .big {
  font-size: 60px;
  letter-spacing: 3px;
}

.oubo_area .head .icon_2 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #A92828;
  position: relative;
  margin: 0 0 20px;
}

.oubo_area .head .icon_2 .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 0 20px;
  letter-spacing: 1px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.oubo_area .head .icon_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #A92828;
}

.oubo_area .head .icon_3 {
  display: block;
  text-align: center;
  font-size: 14px;
}

.oubo_area .oubo_title {
  margin: 0 0 30px;
}

.oubo_area .oubo_title .title {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #9D891A;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}


.oubo_area .oubo_title .title .en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
  letter-spacing: 2px;
}

.oubo_area .oubo_title .text {
  text-align: center;
  margin: 10px 0 0;
  font-size: 16px;
}


.oubo_area .conts {
  padding: 50px 40px;
  background-color: #F7F4FB;
}

.oubo_area .oubo_box_1 .conts .title {
  font-size: 18px;
  text-align: center;
  margin: 0 0 10px;
}

.oubo_area .oubo_box_1 .conts .text {
  display: flex;
  align-items: center;
  gap: 0 1%;
  text-align: center;
  justify-content: center;
  background-color: #fff;
}

.oubo_area .oubo_box_1 .conts .text .kikan {
  font-size: 17px;
  letter-spacing: 1px;
}

.oubo_area .oubo_box_1 .conts .text .yazirusi {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #333333;
  border-right: 0;
}


.move_box {
  text-align: center;
  padding: 30px 0;
}

.move {
  position: relative;
  display: inline-block;
}

.move::before,
.move::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2px);
  width: 2px;
  height: 20px;
  border-radius: 9999px;
  background-color: #949494;
  transform-origin: 50% 100%;
}

.move::before {
  transform: rotate(45deg);
}

.move::after {
  transform: rotate(-45deg);
}

.oubo_area .oubo_box_2 .conts {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.oubo_area .oubo_box_2 .conts .red_box {
  margin: 10px 0 5px;
}

.oubo_area .oubo_box_2 .conts .red_box span {
  display: inline-block;
  background-color: #9D891A;
  color: #fff;
  padding: 0 20px;
}

.oubo_area .oubo_box_2 .conts figure {
  padding: 0 20px;
}


.oubo_area .oubo_title .text .tax {
  font-size: 11px;
}


.oubo_area .oubo_box_3 .conts figure {
  width: 30%;
  margin: 20px auto 0;
}

.oubo_area .oubo_box_4 .conts .figure_1 {
  width: 80%;
  margin: 20px auto 20px;
}

.oubo_area .oubo_box_4 .conts .figure_2 img {
  box-shadow: rgb(50 50 93 / 20%) 0px 13px 27px -5px, rgb(0 0 0 / 20%) 0px 8px 16px -8px;
}

.oubo_area .oubo_box_5 .conts .figure_1 {
  width: 80%;
  margin: 20px auto 20px;
}

.oubo_area .oubo_box_6 .conts .figure_1 {
  width: 25%;
  margin: 20px auto 20px;
}

@media screen and (min-width: 768px) {

  .oubo_area .head .icon_1 {
    margin: 0 0 30px;
    font-size: 20px;
  }

  .oubo_area .head .icon_2 {
    font-size: 24px;
    margin: 0 0 30px;
  }

  .oubo_area .oubo_title {
    display: flex;
    gap: 0 2%;
    align-items: center;
    justify-content: center;
  }

  .oubo_area .oubo_title .title {
    margin: 0;
  }

  .oubo_area .oubo_title .text {
    font-size: 20px;
    margin: 0;
  }

  .oubo_area .oubo_box_1 .conts .text {
    gap: 0 4%;
    margin: 0 10%;
  }

  .oubo_area .oubo_box_1 .conts .text .kikan {
    font-size: 20px;
  }

  .oubo_area .oubo_box_2 .conts {
    flex-direction: initial;
    align-items: center;
    gap: 0 5%;
  }

  .oubo_area .oubo_box_3 .conts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
  }

  .oubo_area .oubo_box_3 .conts figure {
    width: 20%;
    margin: 0;
  }

  .oubo_area .oubo_box_4 .conts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
  }

  .oubo_area .oubo_box_4 .conts .figure_2 {
    margin: 30px 0 0;
    width: 90%;
  }

  .oubo_area .oubo_box_4 .conts .figure_1 {
    width: 58%;
    margin: 0;
  }

  .oubo_area .oubo_box_5 .conts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
  }

  .oubo_area .oubo_box_5 .conts .figure_1 {
    width: 70%;
    margin: 0;
  }

  .oubo_area .oubo_box_6 .conts {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5%;
  }

  .oubo_area .oubo_box_6 .conts .figure_1 {
    width: 13%;
    margin: 0;
  }
}

.notice_area {
  background-color: #FAFAEC;
}

.notice_area .inner {
  padding: 70px 20px;
  max-width: 901px;
}

.notice_area .head {
  margin: 0 0 30px;
}

.notice_area .head .icon_2 {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #A92828;
  position: relative;
  margin: 0 0 30px;
}

.notice_area .head .icon_2 .title {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #FAFAEC;
  padding: 0 20px;
  letter-spacing: 1px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.notice_area .head .icon_2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1px;
  background-color: #A92828;
}

.notice_area .head .icon_3 {
  display: block;
  text-align: center;
  font-size: 14px;
}

.notice_area li {
  position: relative;
  padding: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.8;
}

.notice_area li span {
  position: absolute;
  left: 0;
}

@media screen and (min-width: 768px) {
  .notice_area .inner {
    max-width: 901px;
  }

  .notice_area .head .icon_1 {
    font-size: 20px;
  }

  .notice_area .head .icon_2 {
    font-size: 24px;
  }

  .notice_area li {
    font-size: 16px;
  }
}
