@charset "UTF-8";
/* CSS Document */
/*
2000px  1vw=20px
1100px  1vw=11px
767px   1vw=7.67px
479px   1vw=4.79px
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700;900&family=Noto+Serif+JP:wght@400;600&display=swap");
/* 全体 */
.lp_presiousContainer {
  width: 100%;
}
.lp_presiousContainer img {
  max-width: 100%;
}
.lp_presiousContainer a {
  text-decoration: none;
}

div, ul, li, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, section, table, hr {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

.couponBtn {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fdf3f1 0%, #ffd7cf 100%);
}
.couponBtn ul {
  width: 96%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 8% 0;
}
.couponBtn ul li {
  width: 32%;
}
@media screen and (max-width: 700px) {
  .couponBtn ul li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .couponBtn ul .max48off {
    display: none;
  }
}

.purchaseBtn {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #ffd7cf;
  padding: 0 0 8%;
}
@media screen and (max-width: 811px) {
  .purchaseBtn img {
    width: 80%;
  }
}

.lp_sceneContainer {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer {
    flex-wrap: wrap;
  }
}
.lp_sceneContainer img {
  max-width: 100%;
}
.lp_sceneContainer a {
  text-decoration: none;
}

.lp_sceneContainer .kv {
  font-family: "Noto Serif JP", serif;
  background-size: cover;
  background-position: center;
  position: sticky;
  top: 0;
  width: 45%;
  height: 100lvh;
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv {
    position: relative;
    width: 100%;
    height: 80lvh;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv {
    height: 70lvh;
  }
}
.lp_sceneContainer .kv .kv-logo img, .lp_sceneContainer .kv .kv-badge img, .lp_sceneContainer .kv .kv-txt img {
  width: 100%;
  height: auto;
}
.lp_sceneContainer .kv .kv-logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 3%;
  transform: translateX(-50%);
  width: 65%;
  max-width: 590px;
  min-width: 485px;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-logo {
    min-width: auto;
    width: 78%;
  }
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-logo {
    width: 70%;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv .kv-logo {
    width: 78%;
  }
}
.lp_sceneContainer .kv .kv-logo .logoimg {
  filter: drop-shadow(0px 0px 35px rgb(0, 0, 0));
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-logo .logoimg {
    filter: drop-shadow(0px 0px 15px rgb(0, 0, 0));
  }
}
.lp_sceneContainer .kv .kv-logo .kv_btn {
  font-size: 38px;
  font-weight: bold;
  margin: 0.8em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-logo .kv_btn {
    font-size: 1.6em;
    margin: 0.8em 0.6em;
  }
}
.lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn {
  position: relative;
  background: #24050D;
  background: linear-gradient(0deg, rgb(70, 44, 51) 0%, rgb(36, 5, 13) 100%);
  text-align: center;
  border-radius: 0.3em;
  padding: 0.1em 0.2em 0.5em 0.2em;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.35), inset 1px 1px 0 rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn {
    padding: 0.3em 0.2em 0.7em 0.2em;
  }
}
.lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn a {
  color: #fff;
  display: block;
  box-sizing: border-box;
}
.lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn a:hover {
  color: yellow;
}
.lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn span {
  display: block;
  font-size: 0.5em;
  color: #fff;
  line-height: 1;
}
.lp_sceneContainer .kv .kv-logo .kv_btn .mainbtn .salebadge {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 160px;
  max-height: 160px;
  width: 30%;
  margin: auto;
  transform: translate(50%, -50%);
}
.lp_sceneContainer .kv .kv-logo .kv_btn .subbtn {
  text-align: center;
}
.lp_sceneContainer .kv .kv-logo .kv_btn .subbtn a {
  display: inline-block;
  text-align: center;
  background: linear-gradient(0deg, #0095a1 0%, #0bb9c0 100%);
  border: solid 3px #0095a1;
  color: #fff;
  padding: 0.2em 1.5em;
  border-radius: 3em;
  font-size: 18px;
  margin: 0.5em 1em 0 1em;
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-logo .kv_btn .subbtn a {
    font-size: 0.6em;
  }
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-logo .kv_btn .subbtn a {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv .kv-logo .kv_btn .subbtn a {
    font-size: 0.6em;
  }
}
.lp_sceneContainer .kv .kv-badge {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 5%;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-badge {
    width: 65%;
  }
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-badge {
    width: 60%;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv .kv-badge {
    width: 65%;
  }
}
.lp_sceneContainer .kv .kv-txt {
  position: absolute;
  top: 2%;
  right: 0;
  margin-right: 3%;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .lp_sceneContainer .kv .kv-txt {
    width: 15%;
  }
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-txt {
    width: 13%;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv .kv-txt {
    width: 15%;
  }
}
.lp_sceneContainer .kv .kv-slider {
  position: relative;
}
.lp_sceneContainer .kv .kv-slider:before {
  position: absolute;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 2;
}
.lp_sceneContainer .kv .kv-slider div {
  height: 100lvh;
  overflow: hidden; /* はみ出し防止 */
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .kv .kv-slider div {
    height: 80lvh;
  }
}
@media screen and (max-width: 479px) {
  .lp_sceneContainer .kv .kv-slider div {
    height: 70lvh;
  }
}
.lp_sceneContainer .kv .kv-slider div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lp_sceneContainer .kv .kv-slider .add-animation {
  animation: zoomFade 9s linear infinite;
}

@keyframes zoomFade {
  0% {
    transform: scale(1); /* 開始時のサイズ（半分） */
  }
  100% {
    transform: scale(1.15); /* 100%（元のサイズ）まで拡大 */
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  } /* 徐々に拡大 */
}
.lp_sceneContainer .maincontents {
  width: 40%;
  padding: 0 30px;
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .maincontents {
    width: 100%;
    padding: 0;
  }
}

.lp_sceneContainer .pc-space {
  background: url("../img/cg_precious-bg_ptn_img.webp");
  position: sticky;
  top: 0;
  width: 15%;
  height: 100lvh;
  animation: slideBg 20s linear infinite; /* 20秒でループ */
}
@media screen and (max-width: 811px) {
  .lp_sceneContainer .pc-space {
    display: none;
  }
}

@keyframes slideBg {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  } /* 横にずらす */
}
.precious-hero {
  background: linear-gradient(90deg, rgb(254, 209, 188) 0%, rgb(255, 238, 229) 100%);
}
.precious-hero .inner {
  max-width: 960px;
  margin: auto;
}
.precious-hero h2 img {
  width: 100%;
}
.precious-hero .hero_btn {
  background: #442d2d;
}
.precious-hero .hero_btn .wrap {
  max-width: 960px;
  margin: auto;
  padding: 50px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 811px) {
  .precious-hero .hero_btn .wrap {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .hero_btn .wrap {
    padding: 20px 18px;
  }
}
.precious-hero .hero_btn .wrap .btnlogo {
  width: 50%;
}
@media screen and (max-width: 811px) {
  .precious-hero .hero_btn .wrap .btnlogo {
    width: 47%;
  }
}
.precious-hero .hero_btn .wrap .btnarea {
  width: 50%;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 1100px) {
  .precious-hero .hero_btn .wrap .btnarea {
    padding: 0 0 0 3em;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .hero_btn .wrap .btnarea {
    padding: 0 0 0 30px;
    width: 53%;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .hero_btn .wrap .btnarea {
    padding: 0 0 0 16px;
  }
}
.precious-hero .hero_btn .wrap .btnarea li a {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  background: linear-gradient(0deg, rgb(195, 13, 35) 0%, rgb(230, 0, 18) 100%);
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 0.8em 0em;
  text-align: center;
  border-radius: 0.3em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  border: solid 3px rgb(230, 0, 18);
}
@media screen and (max-width: 1100px) {
  .precious-hero .hero_btn .wrap .btnarea li a {
    font-size: 28px;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .hero_btn .wrap .btnarea li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .hero_btn .wrap .btnarea li a {
    font-size: 14px;
  }
}
.precious-hero .hero_btn .wrap .btnarea li .btn-sample {
  background: linear-gradient(0deg, rgb(0, 149, 161) 0%, rgb(11, 185, 192) 100%);
  border: solid 3px #0095a1;
  padding: 0.2em 0;
  border-radius: 3em;
  font-size: 22px;
  margin: 15px 1em 0 1em;
}
@media screen and (max-width: 1100px) {
  .precious-hero .hero_btn .wrap .btnarea li .btn-sample {
    font-size: 18px;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .hero_btn .wrap .btnarea li .btn-sample {
    font-size: 14px;
    margin: 10px 1em 0 1em;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .hero_btn .wrap .btnarea li .btn-sample {
    font-size: 11px;
    margin: 5px 10px 0 10px;
    line-height: 1.3;
    box-shadow: none;
    border: none;
  }
}
.precious-hero .bottom {
  background-color: #fff;
  background: linear-gradient(0deg, #fff 0%, #fff9f3 100%);
  margin-bottom: 3em;
}
.precious-hero .bottom .lineimg {
  background: url(../img/heroitemline.jpg);
  background-size: contain;
  height: 15vw;
}
@media screen and (max-width: 811px) {
  .precious-hero .bottom .lineimg {
    height: 20vw;
  }
}
.precious-hero .bottom .herointro {
  font-family: "Noto Serif JP", serif;
  max-width: 960px;
  margin: auto;
  transform: translateY(-2.2em);
}
@media screen and (max-width: 1100px) {
  .precious-hero .bottom .herointro {
    padding: 0 3em;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .bottom .herointro {
    padding: 0 3em;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .bottom .herointro {
    padding: 0 2em;
    transform: translateY(-1.1em);
  }
}
.precious-hero .bottom .herointro .mark {
  text-align: center;
}
.precious-hero .bottom .herointro .mark span {
  display: inline-block;
  background: linear-gradient(0deg, rgb(203, 149, 56) 0%, rgb(222, 180, 0) 100%);
  color: #fff;
  font-size: 24px;
  padding: 0.5em 1.5em;
  letter-spacing: 0.05em;
  margin: 0 0.2em;
  text-shadow: 1px 1px 3px rgb(165, 122, 49);
  border-radius: 0.2em;
}
@media screen and (max-width: 811px) {
  .precious-hero .bottom .herointro .mark span {
    font-size: 16px;
    padding: 0.5em 0.8em;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .bottom .herointro .mark span {
    font-size: 13px;
  }
}
.precious-hero .bottom .herointro h3 {
  text-align: center;
  margin: 3.5em 0;
}
@media screen and (max-width: 1100px) {
  .precious-hero .bottom .herointro h3 {
    margin: 3em 0;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .bottom .herointro h3 {
    margin: 2em 0;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .bottom .herointro h3 {
    margin: 1.7em 0;
  }
}
.precious-hero .bottom .herointro p {
  max-width: 760px;
  margin: auto;
  font-size: 23px;
  color: #3d3939;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1100px) {
  .precious-hero .bottom .herointro p {
    font-size: 18px;
  }
}
@media screen and (max-width: 811px) {
  .precious-hero .bottom .herointro p {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .precious-hero .bottom .herointro p {
    font-size: 14px;
  }
}

.hero_btn-fixed {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #442d2d;
  z-index: 10000;
}
.hero_btn-fixed .wrap {
  max-width: 700px;
  margin: auto;
  padding: 30px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1100px) {
  .hero_btn-fixed .wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 811px) {
  .hero_btn-fixed .wrap {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 479px) {
  .hero_btn-fixed .wrap {
    padding: 16px 18px;
  }
}
.hero_btn-fixed .wrap .btnlogo {
  width: 45%;
}
@media screen and (max-width: 811px) {
  .hero_btn-fixed .wrap .btnlogo {
    width: 45%;
  }
}
.hero_btn-fixed .wrap .btnarea {
  width: 50%;
  padding: 0 0 0 2em;
}
@media screen and (max-width: 1100px) {
  .hero_btn-fixed .wrap .btnarea {
    width: 55%;
    padding: 0 0 0 3em;
  }
}
@media screen and (max-width: 811px) {
  .hero_btn-fixed .wrap .btnarea {
    padding: 0 0 0 30px;
    width: 55%;
  }
}
@media screen and (max-width: 479px) {
  .hero_btn-fixed .wrap .btnarea {
    padding: 0 0 0 16px;
  }
}
.hero_btn-fixed .wrap .btnarea li a {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  background: linear-gradient(0deg, rgb(230, 0, 18) 0%, rgb(195, 13, 35) 100%);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  padding: 0.8em 0em;
  text-align: center;
  border-radius: 0.3em;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  border: solid 3px rgb(230, 0, 18);
}
@media screen and (max-width: 1100px) {
  .hero_btn-fixed .wrap .btnarea li a {
    font-size: 20px;
  }
}
@media screen and (max-width: 811px) {
  .hero_btn-fixed .wrap .btnarea li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .hero_btn-fixed .wrap .btnarea li a {
    font-size: 14px;
  }
}
.hero_btn-fixed .wrap .btnarea li .btn-sample {
  background: linear-gradient(0deg, rgb(0, 149, 161) 0%, rgb(11, 185, 192) 100%);
  border: solid 3px #0095a1;
  padding: 0.2em 0;
  border-radius: 3em;
  font-size: 18px;
  margin: 10px 1em 0 1em;
}
@media screen and (max-width: 1100px) {
  .hero_btn-fixed .wrap .btnarea li .btn-sample {
    font-size: 16px;
  }
}
@media screen and (max-width: 811px) {
  .hero_btn-fixed .wrap .btnarea li .btn-sample {
    font-size: 14px;
    margin: 10px 1em 0 1em;
  }
}
@media screen and (max-width: 479px) {
  .hero_btn-fixed .wrap .btnarea li .btn-sample {
    font-size: 11px;
    margin: 8px 10px 0 10px;
    line-height: 1.4;
    box-shadow: none;
    border: none;
  }
}

/*============================
フローティング共通ナビ
============================*/
#fnav {
  position: fixed;
  z-index: 1000;
  right: 0.8em;
  bottom: 200px;
}
@media screen and (max-width: 479px) {
  #fnav {
    bottom: 115px;
  }
}

#fnav li {
  position: relative;
}

#fnav a {
  display: block;
  height: 50px;
  width: 50px;
  text-indent: -9999px;
  background: #333;
  margin: 0px;
  padding: 0px;
  border-radius: 25px;
}

#fnav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(45deg) translate(1px, 1px);
}

.land .itemtype {
  padding: 0;
}

@media screen and (max-width: 1100px) {
  .land .itemtype {
    padding: 10px 10px 10px 10px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .land .itemtype {
    padding: 40px 10px 10px 10px;
    margin-bottom: 0;
  }
}
.land .section {
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 30px;
  background: #fdfdfc;
  background: rgba(255, 255, 255, 0.8);
  padding: 0px 0 5px 0;
  text-align: center;
}
.land .section img {
  max-width: 100%;
}

.land .itemgroup {
  padding: 0 0 1px 0;
}

.land .itemgroup h3 {
  border-top: double 4px #990000;
  border-bottom: double 4px #990000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 32px;
  color: #990000;
  text-align: center;
  padding: 13px;
  margin: 0 0 50px 0;
  letter-spacing: 0.2em;
  position: relative;
}

@media screen and (max-width: 767px) {
  .land .itemgroup h3 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 30px 0;
  }
}
.land .itemgroup h3 span {
  font-weight: normal;
  display: block;
  font-size: 13px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 767px) {
  .land .itemgroup h3 span {
    font-size: 11px;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 0.3em;
  }
}
.land .itemgroup h3.-purple {
  border-top: double 4px #953464;
  border-bottom: double 4px #953464;
  color: #953464;
}

.land .itemgroup .osusume .info .idesc {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .land .itemgroup .osusume .info .idesc {
    font-size: 12px;
  }
}
.land .itemgroup ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .land .itemgroup ul {
    margin-bottom: 20px;
    padding: 10px;
  }
}
.land .itemgroup ul.-r4 {
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .land .itemgroup ul.-r4 {
    justify-content: space-between;
  }
}
.land .itemgroup ul.-r4 li {
  width: 22%;
  margin: 0 1.5% 40px 1.5%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .land .itemgroup ul.-r4 li {
    width: 48%;
    margin: 0 0 20px 0;
  }
}
.land .itemgroup ul li {
  width: 30%;
  margin: 0px 1.55% 40px 1.55%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .land .itemgroup ul li {
    width: 47%;
    display: block;
    margin: 0 1.5% 1em 1.5%;
  }
}
.land .itemgroup ul li a {
  text-decoration: none;
}

.land .itemgroup ul li .img_c {
  margin-bottom: 15px;
  border-radius: 0.3em;
  background: #fff;
}

.land .itemgroup ul li .img_c img {
  width: 100%;
  height: auto;
}

.land .itemgroup ul li p {
  font-size: 15px;
  font-weight: normal;
}

.land .itemgroup ul li .idesc {
  border-top: dotted 1px #bbb;
  padding: 5px 0;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .land .itemgroup ul li .idesc {
    font-size: 11px;
    padding: 7px 0 0 0;
  }
}
.land .land-ranking .landlist.-r4,
.land .land-ranking .rankItem.-r4 {
  justify-content: left;
}

@media screen and (max-width: 767px) {
  .land .land-ranking .landlist.-r4,
  .land .land-ranking .rankItem.-r4 {
    justify-content: space-between;
  }
}
.land .land-ranking .landlist.-r4 li,
.land .land-ranking .rankItem.-r4 li {
  width: 22%;
  margin: 0 1.5% 40px 1.5%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .land .land-ranking .landlist.-r4 li,
  .land .land-ranking .rankItem.-r4 li {
    width: 48%;
    margin: 0 0 20px 0;
  }
}
.land .land-ranking .landlist li,
.land .land-ranking .rankItem li {
  width: 30%;
  margin: 0px 0 40px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .land .land-ranking .landlist li,
  .land .land-ranking .rankItem li {
    width: 32%;
    display: block;
    margin: 0 0 0 0;
  }
}
.land .land-ranking .landlist li a,
.land .land-ranking .rankItem li a {
  text-decoration: none;
}

.land .land-ranking .landlist li .img_c,
.land .land-ranking .rankItem li .img_c {
  border: solid 1px #ccc;
  padding: 5px;
  margin-bottom: 15px;
  border-radius: 0.3em;
  background: #fff;
}

.land .land-ranking .landlist li .img_c img,
.land .land-ranking .rankItem li .img_c img {
  width: 100%;
  height: auto;
}

/* 右端固定バナー */
.land .mc_rightBn {
  width: 100px;
  position: fixed;
  bottom: 70px;
  right: 0;
  display: none;
}

.land .mc_rightBn a {
  text-decoration: none;
}

.land .mc_rightBn img {
  max-width: 100%;
  padding-bottom: 10px;
}

@media screen and (max-width: 1100px) {
  .land .mc_rightBn {
    display: none;
    width: 70px;
    position: fixed;
    bottom: 60px;
    right: 0;
  }
}
@media screen and (max-width: 479px) {
  .land .mc_rightBn {
    visibility: visible;
    width: 60px;
  }
}
/* サービス */
.precious_service {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  background: #FFF;
  margin: 0 auto 0;
}
.precious_service .ServiceTitle {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 10% auto 4%;
  width: 100%;
}
@media screen and (max-width: 811px) {
  .precious_service .ServiceTitle {
    margin: 12% auto 3%;
  }
}
.precious_service .ServiceTitle .Logo {
  margin-bottom: 2%;
}
@media screen and (max-width: 811px) {
  .precious_service .ServiceTitle .Logo {
    width: 35%;
    margin-bottom: 1%;
  }
}
.precious_service .ServiceTitle .Txt {
  font-size: 5rem;
  line-height: 4rem;
  text-align: center;
  color: #776d3a;
}
@media screen and (max-width: 811px) {
  .precious_service .ServiceTitle .Txt {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 479px) {
  .precious_service .ServiceTitle .Txt {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.precious_service .ServiceTitle .Txt span {
  font-size: 1.5rem;
}
@media screen and (max-width: 811px) {
  .precious_service .ServiceTitle .Txt span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479px) {
  .precious_service .ServiceTitle .Txt span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 811px) {
  .precious_service .ServiceTitle {
    height: auto;
  }
  .precious_service .ServiceTitle img {
    width: 100%;
  }
}
.precious_service ul {
  width: 100rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1300px) {
  .precious_service ul {
    width: 90%;
  }
}
@media screen and (max-width: 1100px) {
  .precious_service ul {
    width: 96%;
  }
}
@media screen and (max-width: 811px) {
  .precious_service ul {
    width: 98%;
  }
}
.precious_service li {
  width: 30%;
  margin: 0 auto 5%;
}
@media screen and (max-width: 811px) {
  .precious_service li {
    width: 48%;
    margin: 0 auto 6%;
  }
}
.precious_service li a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
}
.precious_service li p {
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 0 2%;
}
@media screen and (max-width: 1300px) {
  .precious_service li p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 811px) {
  .precious_service li p {
    font-size: 1.1rem;
  }
}
.precious_service li p .ServiceName {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  padding: 1rem 0;
}
@media screen and (max-width: 1300px) {
  .precious_service li p .ServiceName {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .precious_service li p .ServiceName {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 479px) {
  .precious_service li p .ServiceName {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=scene.css.map */