@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px !important;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  overflow-x: hidden;
  overflow: visible;
  position: relative;
}
img {
  width: 100%;
}
.LC_Page_User #main-content {
  margin-bottom: 0;
}

a{
    text-decoration: none;
    color: inherit;
}

p {
  line-height: 180%;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0;
}
body img {
  width: 100%;
}
html {
  height: -webkit-fill-available;
}
.main {
  position: relative;
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/main.jpg");
  min-height: 600px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.pchead {
  width: 20em;
  top: 35%;
  right: 0;
  bottom: 0;
  left: -930px;
  margin: auto;
  position: fixed;
  z-index: 5;
}
.pchead p {
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2em;
  width: 100%;
  line-height: 220%;
  text-align: center;
  margin: 0 auto;
  color: #8F762B;
}
@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
.pchead p {
    font-size: 1.4em;
  }
}
.pcseason-tit {
  padding-bottom: 1em;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-left: 2%;
    position: relative;
}
.pcseason-tit img {
  width: 53%;
  margin-bottom: 1%;
}
.season-tit {
  position: absolute;
  bottom: 10%;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  line-height: 80%;
}
.cont {
  position: relative;
  top: 0;
  width: 100%;
  overflow-x: hidden;
  line-height: 0;
  border: 0;
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/back02.jpg");
  background-size: 100% auto;
  background-repeat: repeat;
    z-index: 10!important;
}
.cont img {
  vertical-align: middle;
}
.cont-text {
  position: absolute;
  top: 4.5%;
  left: 4%;
  font-size: 0.75em;
  letter-spacing: 0.03em;
  line-height: 200%;
  text-align: left;
  opacity: 0.75;
  width: 92%; /* 親要素の幅から4%ずつ左右のパディングを差し引いた幅に設定 */
  box-sizing: border-box; /* パディングを含む幅を設定 */
}
.cont-text img {
  width: 52%;
  margin-bottom: 5%;
}
.cont-text p {
  margin-top: 0.3em;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 2%;
  line-height: 210%;
  box-sizing: border-box; /* パディングを含む幅を設定 */
}
/* 必要に応じて親要素のスタイルも確認 */
.cont {
  overflow: hidden; /* 必要に応じて親要素のオーバーフローを非表示に設定 */
  width: 100%; /* 親要素の幅を設定 */
  position: relative; /* 絶対位置指定を正しく機能させるために追加 */
}
.concept {
  position: -webkit-sticky;
  position: sticky;
  position: relative;
padding: 0;
    margin: 0;
}
.charm {
  width: 100%;
  margin: 0 auto;
  background-color: #fafafa;
  padding-bottom: 5em;
  position: relative;
}
.charm-title {
  width: 75%;
  margin: 3.8em 0 1.0em 5%;
}
.earring {
  position: relative;
  padding-bottom: 0em;
  width: 100%;
  margin: 0 auto;
}
.earring-title {
  position: absolute;
  top: 3%;
  left: 7%;
  width: 38%;
}
.birth {
  padding: 2em 0 0 0;
}
.birth-title{
    width: 58%;
    margin: 2.5em auto 1.5em auto;
}
.opal {
  padding-left: 10%;
  box-sizing: border-box;
  margin-top: 4.2em;
    position: relative;
}
.opal-title {
  position: absolute;
  bottom: 21%;
  left: 16%;
  width: 25%;
}
.peri {
  padding-right: 7%;
    position: relative;
}
.peri-title {
  position: absolute;
  bottom: 0%;
  left: 5%;
  width: 28%;
}
.sapp-title {
  position: absolute;
  bottom: -8%;
  left: 20%;
  width: 32%;
}
.pierceitem {
  width: 95%;
  margin: 1.3em 0 0 auto;
}
.recommend {
  padding-top: 2em;
    margin-top: 7em;
}
.recommend p {
  font-family: "Poiret One", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  color: #8F762B !important;
  opacity: 0.8;
  padding-bottom: 0.6em;
  letter-spacing: 0.02em;
}
.botoom {
  background-color: rgba(209, 185, 149, 0.45);
  background-size: cover;
}
.btn {
  padding: 3em 0 5em 0;
  margin: 0em auto;
  text-align: center;
}
.btn p {
  font-family: "Poiret One", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  margin: 1.8em auto;
  border: 1px solid #a4924d;
  width: 260px;
  height: 30px;
  padding: 0.5em 0.2em;
  color: #8F762B;
  background-color: rgba(255, 255, 255, 0.30);
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn a{
  text-decoration: none;
  border: 0;
}
.btn p:hover, .btn p:active {
  border: 1px solid rgba(0,0,0,0.52);
  color: #000!important;
}
.icon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10em;
}
.icon img {
  width: 2.5em;
  padding: 0 0.7rem;
}
.footer {
  font-family: 'Noto Serif JP', serif;
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
}
.footer p {
  padding: 0;
  line-height: 180%;
  margin: 0;
  color: #000;
  font-size: 0.8em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width:800px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
}
@media screen and (min-width:1024px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
  .contpc {
    background-image: url("../img/back.jpg");
    background-attachment: fixed;
    background-size: cover;
  }
  .cont, .main {
    max-width: 720px;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.2);
  }
  .pchead {
    width: 10em;
    top: 38%;
    right: 0;
    bottom: 0;
    left: -20%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
}
@media screen and (min-width:1100px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 17px !important;
  }
  .pchead {
    width: 20em;
    top: 38%;
    right: 0;
    bottom: 0;
    left: -72%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
  .cont, .main {
    max-width: 500px;
  }
}
@media screen and (min-width:1200px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .season-tit {
    width: 80%;
  }
  #fixed-header {
    display: none !important;
  }
}
@media screen and (max-width:1170px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .pchead {
    display: none;
  }
}
@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 19px !important;
  }
  .pchead {
    left: -65%;
  }
  .cont, .main {
    max-width: 600px;
  }
}