@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
}
img {
  width: 100%;
}
section {
  position: relative;
}
.LC_Page_User #main-content {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
/* 通常とvisitedは同じ */
.cont a:link, .cont a:visited {
  color: inherit !important; /* visitedの色を通常と同じにする */
  text-decoration: none !important;
}
/* スマホではhoverやactiveの残留を防止 */
@media (hover: none) {
  .cont a:hover, .cont a:active {
    color: inherit !important;
    background: none !important;
  }
}
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%;
}

.cont , .main{
	overflow-x: hidden;
}

.main {
  height: 100vh; /* 全画面表示 */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/main.jpg");
  min-height: 500px;
  top: 0;
  width: 100%;
  border: 0 !important;
  position: sticky !important;
  margin: 0 auto !important;
  background-color: #fff;
}
@media screen and (min-width:1200px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .main {
    background-image: url("../img/main.jpg");
    z-index: 10;
  }
}
.pchead {
  top: 35%;
  right: 0;
  bottom: 0;
  left: -600px;
  margin: auto;
  position: fixed;
  z-index: 5;
}
.pchead p {
  font-family: "Cormorant Infant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9em;
  line-height: 300%;
  text-align: center;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.90);
  letter-spacing: 0.13em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.30);
  padding-top: 0.8em;
  width: 59%;
}
.pchead p:hover {
  opacity: 0.3;
  transition: 0.5s;
}
@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .pchead p {
    font-size: 1.1em;
  }
}
.season-tit {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 85%;
  mix-blend-mode: overlay;
  will-change: opacity;
}
.mimititle {
  margin: 0 auto;
  text-align: center;
  font-family: "Cormorant Infant", serif;
  font-weight: 400;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 50%;
}
.mimititle span {
  font-size: 2.0em;
  line-height: 150%
}
.h1-a {
  font-size: 1.0em !important;
  line-height: 100% !important;
}
.plus {
  font-size: 1.2em !important;
  line-height: 130%;
}
.limited p {
  position: absolute;
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  font-size: 1.6em;
  letter-spacing: 0.06em;
  color: rgba(123, 102, 48, 1.0);
  line-height: 140%;
  position: absolute;
  top: 6%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.limited span {
  font-size: 1.5em;
}

.cont {
  top: 0;
  width: 100%;
  line-height: 0;
  border: 0;
  margin: 0 auto !important;
  text-align: center;
  z-index: 10;
  background-color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
  /*
  overflow-x: hidden;
    */
}
.g-concept {
  position: relative;
  z-index: 20 !important;
  border: none;
  border: 0;
}
.g-concept-img {
  display: block; /* inlineの隙間を消す */
  width: 100%; /* 親にフィット */
  position: relative;
  flex-wrap: wrap;
}
.cont-text {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  width: 100%;
  background-image: url("../img/limited-back.jpg");
  background-position: top center;
  background-size: 100% 100%!important;
	transform: translateZ(0); /* iOS再描画対策 */
  padding-bottom: 100px;
}
.cont-img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 2.5em;
}
.cont_text_p {
  line-height: 180%;
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
  text-align: center;
  font-size: 0.88em;
  font-weight: 300;
  width: 100%;
  color: rgba(68, 51, 18, 1.00);
	color:rgba(108,89,38,1.00);
padding: 3% 0;
}
@media screen and (min-width:1200px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .cont-text {
    font-size: 20px;
  }
}
.circle-wrap {
  padding-top: 3em;
  display: flex;
  justify-content: center;
  gap: 4%;
}
.circle {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  border: 1px solid #b7a26b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  font-family: "Cormorant Infant", serif;
	background: #ab9770;
}
/* 上の小さい文字 */
.circle-small {
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 120%;
  color: #7B662C;
	color: #fff;
}
/* 真ん中のメイン文字 */
.circle-main {
  font-size: 0.9em;
  margin: 4px 0 6px;
  line-height: 100%;
  color: #7B662C;
	color: #fff;
}
.circle-arrow {
  display: inline-block;
  font-size: 14px;
  color: #b7a26b;
  line-height: 120%;
  animation: flipArrow 2.5s linear infinite;
  transform-origin: center;
  backface-visibility: hidden;
	color: #fff;
}
/* 縦軸（Y軸）回転 */
@keyframes flipArrow {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.second-pierce {
  margin: 40px auto 70px auto;
	width: 91%;
  border: 2px solid #e6b3b3;
  border: 2px solid #b7a26b;
  position: relative;
  padding-bottom: 2em;
  border-radius: 40px;
}
.second-title {
  font-family: "Cormorant Infant", serif;
  font-weight: 300;
  text-align: center;
  font-size: 1.5em;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
  color: #7B662C;
	color: rgba(123, 102, 44, 1.0);
  display: inline-block;
  padding: 0 5px;
  background-color: #fff;
  position: absolute;
  display: block;
  white-space: nowrap;
  top: -3.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 200%;
}
.slideshow {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  margin: 1em auto 0 auto;
}
.second-pierce p {
  line-height: 190% !important;
  font-size: 0.95em;
}
.second-slide {
  position: absolute;
  inset: 0;
  width: 90%;
  margin: 0 auto;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1.2s ease;
  padding-top: 1em;
}
.second-slide.active {
  opacity: 1;
}
h3 {
  font-family: "Shippori Mincho B1", serif;
  font-size: 1em !important;
  text-align: left;
  color: #7B662C;
  font-weight: 400;
}
.title01 {
  width: 83%;
  margin: 0 auto;
  position: relative;
  font-family: "Shippori Mincho B1", serif;
	max-width: 380px!important;
}
.title01 img {
  opacity: 0.8;
}
.title01 p {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 1.0em;
  width: 100%;
  color: #8E7224;
	color: rgba(123, 102, 44, 1.0);
}

.point__image{
	width: 90%;
	margin-left: auto;
	box-shadow: 0.3em 0.7em 1em rgba(0,0,0,0.2);
	margin-top: 60px;
}

.point__title{
	background-image: url("../img/point-title.png");
	background-size: 100% 100%;
	line-height: 100%;
	background-repeat: no-repeat;
	margin: 30px 5% 10px 0;
	font-size: 1em;
	padding: 10px 0;
	font-family: "Shippori Mincho B1", serif;
	color: #fff;
}

.point__image2{
	width: 90%;
	box-shadow: 0.3em 0.7em 1em rgba(0,0,0,0.2);
	margin: 60px 0 0 0;
}

.point__title2{
	background-image: url("../img/point-title02.png");
	background-size: 100% 100%;
	line-height: 100%;
	background-repeat: no-repeat;
	margin: 30px 0 10px 5%;
	font-size: 1em;
	padding: 10px 0;
	font-family: "Shippori Mincho B1", serif;
	color: #fff;
}
.point__text{
	width: 88%;
	margin: 0 auto;
	padding-top: 10px
}
.point__text p{
	font-size: 0.85em;
	text-align: left;
	line-height: 150%;
	font-weight: 300;
	letter-spacing: -0.03em;
}

.nov{
	width: 70%;
	display: flex!important;
	justify-content: flex-start!important;
	margin: 50px 0 25px 0;
	padding-top: 20px
}

.nov-txt{
	  font-size: 0.82em;
  line-height: 1.8;
	text-align: left;
	letter-spacing: -0.01em;
	line-height: 170%;
	padding-top: 1.2em;
}

.sub{
	font-size: 0.72em;
	line-height: 150%;
	text-align: left;
	margin-top: 0.7em;
	letter-spacing: -0.01em;
}

.novimg{
	width: 87%;
	margin: 0 auto;
}


.simulator {
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
	font-family: "Cormorant Infant", serif;
}
.title02img{
	width: 7em;
	padding: 40px 0 0px 10px;
	margin-top: 20px;
}
.title02{
	position: relative;
}

.title02-h{
	 position: absolute;
    bottom: 32%;
    left: 12%;
	font-family: "Cormorant Infant", serif;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.1em;
	 color: #8E7224;
}
.arrange p{
	color: #8E7224;
	color: rgba(123, 102, 44, 1.0);
	width: 90%;
	margin: 0 auto;
	line-height: 150%;
	font-size: 0.88em;
	letter-spacing: -0.02em;
	text-align: left;
}
.arrange{
	padding-bottom: 1.5em;
}
.arrange-sub{
	font-size: 0.82em!important;
	padding-top: 0.8em;
}
.model-area {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 3;
}
.model-area img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.base { z-index: 1; }
.pierce { z-index: 2; } /* セカンドピアスは上 */
.charm { z-index: 1; }  /* チャームは下 */

.section-title {
    text-align: center;
    font-size: 1.3em;
    padding: 30px 0 20px;
    color: #978249;
}
.divider-text {
  display: flex;
  align-items: center;
  gap: 16px;
}

.divider-text::before,
.divider-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #000;
}

.divider-text span {
  font-size: 0.8em;
  letter-spacing: 0.1em;
  color: #000;
  white-space: nowrap;
}

/* slider */
.slider-wrap {
    position: relative;
    overflow: hidden;
    padding: 0 45px 0 15px;
}
.slider {
    display: flex;
    gap: 12px;
    transition: transform 0.8s ease;
}
.item {
    min-width: 120px;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    background: #fff;
    flex-shrink: 0;
    margin: 0 auto;
    text-align: center;
}
	.item p{
		border: 1px solid #b7a26b;
		border-radius: 50px;
		width: 90%;
		padding-left: 5%;
		margin: 3% auto;
		line-height: 130%;
		color:#978249!important; 
		font-family: "Cormorant Infant", serif;
		line-height: 150%;
	}
.item.active { border-color: #b7a26b; }

.item img.thumb {
    width: 140px;
    height: 140px;
    object-fit: cover;
    display: block;
	margin-bottom: 3px;
}

.item p {
    margin: 4px 0;
    font-size: 13px;
    color: #555;
	letter-spacing: -0.02em;
}
.item p:hover { text-decoration: underline; }

/* arrows */
.arrow {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    font-size: 4em;
    color: rgba(0,0,0,0.44);
    cursor: pointer;
    user-select: none;
}
.arrow-left { left: 10px; }
.arrow-right { right: 10px; }


.botoom {
  background-color: #ab9770;
	background-color: #beac96;
  background-size: cover;
  margin-top: 2em;
}
.btn {
  padding: 2.5em 0 3.5em 0;
  margin: 0em auto;
  text-align: center;
}
.btn p {
  font-family: "Cormorant Infant", serif;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 0.95em;
  margin: 1.5em auto;
  border: 1px solid rgba(0, 0, 0, 0.5);
  width: 260px;
  height: 30px;
  padding: 0.4em 0.2em;
  color: #000;
  background-size: 200% 200%;
  background-position: 0% 0%;
  animation: moveGradient 7s ease-in-out infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.8s ease, color 0.8s ease, border-color 0.8s ease;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.2);
}
.btn a {
  text-decoration: none;
  border: 0;
}
.btn p:hover, .btn p:active {
  transition: 0.5s;
  color: #fff !important; /* 文字色を金色系に */
  border: 1px solid #fff !important; /* 枠線も金色系に */
  background-color: rgba(112, 112, 112, 0.7);
  animation: none !important; /* グラデーションアニメーション停止 */
}
.icon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 11em;
  position: relative;
  opacity: 0.8;
}
.icon img {
  width: 2.3em;
  padding: 0 0.5rem;
}
.footer {
  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: "Cormorant Infant", serif;
  font-weight: 500;
  font-style: normal;
  font-weight: 300;
  font-style: normal;
}
@media screen and (min-width:800px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
}
@media screen and (min-width:500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 20px;
  }
  .contpc {
    /*
    background-image: url("../img/pc-back2.jpg");
    background-size: 100% 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: left center;
      */
  }
  .contpc-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	 background-color: #beac96; /* ベース色 */
  background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 0px,
    rgba(255, 255, 255, 0.1) 2px,
    transparent 3px,
    transparent 30px
  );
    background-size: 100% 100%;
    background-repeat: repeat;
    background-position: left center;
    z-index: 0;
    pointer-events: none;
  }
  .cont, .main {
    max-width: 500px;
    box-shadow: 0px 1px 15px rgba(100, 67, 58, 0.2);
  }
  .main {
    background-position: center center;
  }
  .pchead {
    width: 10em;
    top: 37%;
    right: 0;
    bottom: 0;
    left: -20%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
}
/* 縦長のとき（高さ > 幅） */
@media (max-aspect-ratio: 1/1) {
  .contpc {
    background-size: auto 100%;
  }
}
@media screen and (min-width:1100px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 19px;
  }
  .pchead {
    width: 22em;
    top: 39%;
    right: 0;
    bottom: 0;
    left: -68%;
    margin: auto;
    z-index: 5;
    position: fixed;
  }
  .cont, .main {
    max-width: 500px;
  }
}
@media screen and (min-width:1069px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  #fixed-header {
    display: none !important;
  }
}
@media screen and (max-width:1070px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  .pchead {
    display: none;
  }
  html, body {
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 17px !important;
  }
  .pchead {
    left: -65%;
  }
  .cont, .main {
    max-width: 500px;
  }
}
/* タブレット縦（iPad portrait）だけ */
@media screen and (min-width: 768px) and (max-width: 1366px) and (orientation: portrait) {
  .cont, .main {
    max-width: none;
  }
  body {
    font-size: 28px !important;
  }
  .cont-text {
    font-size: 25px;
  }
  .pu-content {
    font-size: 28px;
  }
  /* ここに縦タブレット専用CSS */
}
.itemimg {
  margin: 0;
  padding: 10% 0;
  position: relative;
}