#fruit {
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
    "Yu Gothic", "Meiryo", sans-serif;
  color: #333;
  margin-bottom: 3rem;
}
.pc {
  display: block;
}
.smt {
  display: none;
}
/* a:link, a:visited {
  color: inherit;
} */
#head-area .mv {
  width: 100%;
  height: 297px;
  display: block;
}

#head-area .mv img {
  width: 100%;
  height: auto;
}

.fruit-intro {
  padding-left: 345px;
  padding-top: 70px;
  background-image: url(/ringbell/contents/fruits_cg/images/intro-img.png),
    url(/ringbell/contents/fruits_cg/images/intro-bg.png);
  background-position: left top 40px, right top;
  background-size: 325px auto, contain;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.fruit-intro .inner > p {
  line-height: 2.2em;
  margin-bottom: 2em;
}

.ins-Coursebox {
  box-sizing: border-box;
  padding: 20px 22px 18px 22px;
  background-color: #ebd7ae;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}
.ins-Coursebox a {
  width: 250px;
  height: 50px;
  background-color: #917d55;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background-image: url(/ringbell/contents/fruits_cg/images/btn-icon.png);
  background-position: right 18px center;
  background-size: 14px auto;
  background-repeat: no-repeat;
}

.fruit_contents .headline-02 {
  font-family: 游明朝, YuMincho, ヒラギノ明朝 pron w3, hiragino mincho pron,
    hg明朝e, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.fruit_contents .headline-03 {
  font-size: 23px;
  text-align: center;
  position: relative;
  width: 600px;
  margin: 0 auto 20px;
  font-weight: bold;
}
.fruit_contents .headline-03 span {
  background-color: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 0.03em;
  position: relative;
}
.fruit_contents .headline-03::before {
  content: "";
  width: 100%;
  border-top: 4px #dadada double;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.fruit_contents_inner > p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
.fruit_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.fruit_list li {
  width: 24.5%;
  display: block;
}
.fruit_list li img {
  width: 100%;
  height: auto;
}
.fruit_list li span {
  background-color: #f3e7ce;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}
.ins-wrappingbnr {
  margin-bottom: 100px;
}

.catlist_wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.catlist_subBlock {
  width: 240px;
  margin: 0 10px;
  border: 1px #dadada solid;
  display: inline-block;
  position: relative;
}
.catlist_subBlock a {
  display: block;
  box-sizing: border-box;
  padding: 30px 30px 30px 27px;
}
.catlist_subBlock::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 22px 22px;
  border-color: transparent transparent #917d55 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.catlist_subBlock .img {
  text-align: center;
  margin-bottom: 14px;
}
.catlist_subBlock .img img {
  border: 1px solid #ddd;
  box-sizing: border-box;
  width: 183px;
  height: auto;
}
.catlist_subBlock .name {
  color: #0654ba;
  font-weight: 700;
  text-decoration: none;
}
.catlist_subBlock p {
  margin: 0;
  text-align: left;
}
.catlist_subBlock .price {
  color: #b30000;
}
.catlist_subBlock .tax {
  font-size: 0.9em;
  color: #666;
}

#ins-catlist {
  padding-top: 100px;
  margin-top: -100px;
}

@media only screen and (max-width: 599.9px) {
  .smt {
    display: block;
  }
  .pc {
    display: none !important;
  }

  div,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  blockquote,
  pre,
  address,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  th,
  td,
  form,
  fieldset,
  section,
  nav,
  article,
  aside,
  hgroup,
  header,
  footer,
  figure,
  figcaption,
  summary {
    font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic",
      "Yu Gothic", "Meiryo", sans-serif;
  }
  /* a:link, a:visited {
    color: inherit;
  } */
  #head-area .mv {
    width: 100%;
    height: auto;
  }

  .fruit-intro {
    padding: 10vw 7vw 10vw;
    background-image: none;
    margin-bottom: 18vw;
    background-image: url(/ringbell/contents/fruits_cg/images/intro-bg_sp.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .fruit-intro .inner > p {
    line-height: 1.8em;
    margin-bottom: 2em;
    font-size: 3.6vw;
  }
  .ins-Coursebox {
    box-sizing: border-box;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7vw;
  }
  .ins-Coursebox a {
    width: 86vw;
    height: 14vw;
    background-color: #917d55;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 4vw;
    background-image: url(/ringbell/contents/fruits_cg/images/btn-icon.png);
    background-position: right 5vw center;
    background-size: 4vw auto;
    background-repeat: no-repeat;
  }

  .fruit-intro figure img {
    width: 100%;
    height: auto;
  }
  .fruit_contents .headline-02 {
    font-family: 游明朝, YuMincho, ヒラギノ明朝 pron w3, hiragino mincho pron,
      hg明朝e, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
    font-size: 6vw;
    font-weight: 400;
    text-align: center;
    line-height: 1;
    margin-bottom: 6vw;
  }
  .fruit_contents .headline-03 {
    font-size: 4.4vw;
    text-align: center;
    position: relative;
    width: calc(100% - 10vw);
    margin: 0 auto 5vw;
    font-weight: bold;
  }
  .fruit_contents_inner > p {
    text-align: left;
    font-size: 3.4vw;
    margin-bottom: 8vw;
    padding: 0 5vw;
    line-height: 1.8em;
  }
  .fruit_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15vw;
    flex-wrap: wrap;
    padding: 0 5vw;
  }
  .fruit_list li {
    width: 49%;
    margin-top: 2%;
  }
  .fruit_list li span {
    background-color: #f3e7ce;
    height: 14vw;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.4vw;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
  }
  .ins-wrappingbnr {
    margin: 0 5vw 18vw;
  }
  .ins-wrappingbnr img {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }

  .catlist_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5vw;
  }
  .catlist_subBlock {
    width: 100%;
    margin: 0 auto 6vw;
    border: 1px #dadada solid;
    display: block;
    position: relative;
  }
  .catlist_subBlock a {
    display: flex;
    box-sizing: border-box;
    padding: 5vw;
    align-items: center;
  }
  .catlist_subBlock .img {
    text-align: center;
    margin-bottom: 0;
    width: 42vw;
    margin-right: 4vw;
  }
  .catlist_subBlock .img img {
    width: 100%;
    height: auto;
  }
  .catlist_subBlock p {
    margin: 0;
    text-align: left;
    font-size: 3.7vw;
    line-height: 1.8em;
  }
  .catlist_subBlock::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8vw 8vw;
    border-color: transparent transparent #917d55 transparent;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  #ins-topicPath {
    display: none;
  }

  #ins-catlist {
    padding-top: 36vw;
    margin-top: -36vw;
  }
}

.rb2019---gift-service {
  margin-top: 100px;
}
@media only screen and (max-width: 599.9px) {
  .rb2019---gift-service {
    margin-top: 4rem;
  }
}

/* 逆順対応 */
@media only screen and (max-width: 599.9px) {
  .catlist_wrap {
    flex-direction: column-reverse;
  }
}
