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 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: absolute;
  top: auto;
  bottom: -37px;
  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: 150px;
  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: 22px;
  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: -50px;
  }

  #floting-bt.floting-bt-right {
    position: fixed;
    top: auto;
    left: auto;
    transform: none;
    right: 20px;
    bottom: 20px;
  }

  #floting-bt a {
    width: 246px;
  }

  #floting-bt a img {
    border-radius: 33px;
  }
}

.temp-all-area .inner {
  margin: 0 auto 70px;
  position: relative;
}

.temp-all-area p {
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 1px;
}


@media screen and (min-width: 768px) {
  .temp-all-area .inner {
    margin: 0 auto 150px;
  }

  .temp-all-area p {
    font-size: 16px;
  }
}

.top_area {
  position: relative;
}

.set_area .inner {
  margin: 0 auto 40px;
  max-width: 1090px;
}

/* one_area */


.one_area .head {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  margin: 0 0 30px;
}

.one_area .yon_img {
  margin: 0 0 50px;
  position: relative;
}


.one_area .one_flex .flex_img {
  padding: 0 30px;
}

.one_area .one_flex .flex_img img {
  border-radius: 20px;
}

.one_area .one_flex .conts h3 {
  font-size: 17px;
  color: #6C8FCC;
  margin: 20px 0 20px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}



.one_area .one_flex .conts .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}

.one_area .one_bk {
  position: absolute;
  width: 100%;
  height: 30%;
  z-index: -1;
  bottom: 140px;
}

.one_area .one_bk img {
  height: 100%;
}

@media screen and (min-width: 768px) {

  .one_area .head {
    font-size: 26px;
    margin: 0 0 40px;
  }

  .one_area .yon_img {
    max-width: 872px;
    margin: 0 auto 110px;
  }

  .one_area .one_flex {
    display: flex;
    gap: 0 5%;
    max-width: 900px;
    margin: 0 auto;
    align-items: center;
  }

  .one_area .one_flex::before {
    content: none;
  }

  .one_area .one_flex .flex_img {
    width: 52%;
    padding: 0;
  }

  .one_area .one_flex .conts {
    flex: 1;
  }

  .one_area .one_flex .conts h3 {
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 20px;
  }

  .one_area .one_flex .conts .text {
    text-align: left;
  }

  .one_area .one_bk {
    height: 100%;
    bottom: 0;
  }
}

/* second_area */
.second_area .inner {
  position: relative;
  margin: 0;
  padding: 0 0 70px;
}

.second_area .head {
  font-size: 18px;
  color: #6C8FCC;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
  margin: 0 0 40px;
  padding: 30px 0 0;
}

.second_area .second_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: 0;
}


.second_area .second_bk img {
  height: 100%;
}

.second_area .second_wrap {
  display: flex;
  flex-direction: column;
  gap: 50px 0;
}

.second_area .second_box .conts {
  text-align: center;
}

.second_area .second_box h4 {
  font-size: 17px;
  margin: 10px 0 5px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 2px;
}


@media screen and (min-width: 768px) {
  .second_area .inner {
    margin: 0 auto;
    padding: 0 0 100px;
  }

  .second_area .head {
    font-size: 28px;
    padding: 58px 0 0;
  }

  .second_area .second_wrap {
    margin: 0 auto;
  }

  .second_area .second_box {
    position: relative;
  }

  .second_area .second_box figure {
    width: 60%;
  }

  .second_area .second_box:nth-child(odd) figure {
    margin: 0 0 0 auto;
  }

  .second_area .second_box .conts {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    text-align: left;
  }

  .second_area .second_box:nth-child(even) .conts {
    left: 70%;
  }

  .second_area .second_box h4 {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 25px;
  }

  .second_area .second_box p {
    width: max-content;
  }

}

/* third_area */


/* line_area */

.line_area .line_inner {
  position: relative;
  margin: 0 0 50px;
}

.line_area .line_inner:last-child {
  margin: 0;
}

.line_area .line_bk {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -110px;
}

.line_area .line_bk img {
  height: 100%;
}


.line_area .head .icon_1 {
  font-size: 22px;
  text-align: center;
  color: #6C8FCC;
  letter-spacing: 5px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 20px;
}

.line_area .line_top {
  position: relative;
}

.line_area .line_top .line_img {
  padding: 0 20px;
}


.line_area .line_top h3 {
  font-size: 17px;
  margin: 10px 0 10px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 2px;
}

.line_area .line_top p {
  text-align: center;
  margin: 0 0 30px;
  padding: 0 20px;
}

.line_area .line_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}

.line_area .line_box figure {
  width: 70%;
  margin: 0 auto;
}

.line_area .line_box p {
  font-size: 12px;
  padding: 0 30px;
  margin: 10px 0 0;
}


@media screen and (min-width: 768px) {
  .line_area .inner {
    margin: 0 auto 50px;
  }

  .line_area .head .icon_1 {
    font-size: 38px;
    margin: 0 0 50px;
  }

  .line_area .line_inner {
    margin: 0 0 160px;
  }

  .line_area .line_bk {
    height: 90%;
    bottom: 0;
  }

  .line_area .line_wrap {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 10%;
  }

  .line_area .line_top .line_img {
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }

  .line_area .line_top h3 {
    font-size: 22px;
    margin: 20px 0 10px;
  }

  .line_area .line_top p {
    margin: 0 0 60px;
  }

  .line_area .line_box figure {
    width: auto;
  }

  .line_area .line_box p {
    font-size: 14px;
    padding: 0;
    margin: 25px 0 0;
  }
}


/* fourth_area */


@media screen and (min-width: 768px) {
  .fourth_area .inner {
    max-width: 1124px;
    margin: 0 auto 50px;
  }
}

.how_area .inner {
  margin: 0 0 30px;
}

.how_area .head {
  font-size: 24px;
  text-align: center;
  color: #6C8FCC;
  letter-spacing: 5px;
  font-weight: lighter;
  line-height: 1;
  margin: 0 0 35px;
}


.how_area .how_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5%;
  margin: 35px 0 0;
  padding: 0 3%;
}

.how_area .how_wrap .how_box p {
  font-size: 12px;
  margin: 10px 0 0;
}


@media screen and (min-width: 768px) {
  .how_area .inner {
    margin: 0 auto 110px;
  }

  .how_area .how_bk {
    position: absolute;
    width: 100%;
    height: 125%;
    z-index: -1;
    bottom: -153px;
  }

  .how_area .how_bk img {
    height: 100%;
  }

  .how_area .head {
    font-size: 38px;
  }

  .how_area .how_img {
    max-width: 657px;
    margin: 0 auto;
  }

  .how_area .how_wrap {
    max-width: 657px;
    margin: 47px auto 0;
  }

  .how_area .how_wrap .how_box img {
    border-radius: 20px;
  }

  .how_area .how_wrap .how_box p {
    font-size: 14px;
    margin: 20px 0 0;
  }
}

/* postage_area */

@media screen and (min-width: 768px) {
  .postage_area .inner {
    max-width: 521px;
    margin: 0 auto;
  }
}


/* gift_area */

.gift_area .head .icon_1 {
  font-size: 24px;
  text-align: center;
  color: #6C8FCC;
  letter-spacing: 5px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 35px;
}

.gift_area .head .icon_2 {
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 1px;
  margin: 0 0 20px;
}

.gift_area figure {
  padding: 0 20px;
}

.gift_area figure img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 768px) {
  .gift_area .inner {
    padding: 185px 0 0;
  }

  .gift_area figure {
    max-width: 900px;
    margin: 0 auto;
  }

  .gift_area .head .icon_1 {
    font-size: 38px;
    margin: 0 0 50px;
  }

  .gift_area .head .icon_2 {
    font-size: 20px;
    margin: 0 0 54px;
  }

  .gift_area .gift_bk {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: 0;
  }

  .gift_area .gift_bk img {
    height: 100%;
  }
}
