@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 16px;
  position: relative;
  background-color: #fff;
  transition: background-color 0.8s ease; /* 色が変わる時間と速度を設定 */
    min-width: 900px;
}
img {
  width: 100%;
}
.LC_Page_User #main-content {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  color: inherit;
}
p {
  line-height: 165%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000;
  margin: 0;
  padding: 0;
    text-align: center;
    font-size: 0.8em;
}
body img {
  width: 100%;
}


.top{
    width: 83%;
    margin: 0 auto;
    padding: 1.6em 0 0.6em 0;
    position: relative;
    z-index: 3;
}

.maincont{
    display: flex;
     justify-content: center; 
    align-items: center;
    height: auto;
    position: relative;
}

.mainlogo{
    position: relative;
    z-index: 2;
}

.main02{
 width: 45%;
    max-width: 500px;
    padding: 0 0.5em 1em 0;
    justify-content: center;
    position: relative;
}


.th {
    width: 55%;
    position: absolute;
    top: -50%;
    left: -30%;
    z-index:1;
    border-radius: 50%; 
    animation: rotate-animation 15s linear infinite; 
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0deg); /* 初期位置 */
    }
    100% {
        transform: rotate(-360deg); /* 反時計回りに1回転 */
    }
}

.title{
    font-size: 1.4em;
    padding: 0.5em 0;
    font-weight: 600;
}

.titletxt{
  line-height: 190%;
    font-size: 0.8em;
}

.collection01b{
    padding-bottom: 2em;
  transition: background-color 0.5s ease, color 0.5s ease; /* 背景色と文字色の変更を0.5秒でスムーズに */
}

.dear{
    display: block;
    padding: 4em 0 3em 0;
    max-width: 900px;
    margin: 0 auto;
}

.dear02{
    display: block;
    padding-top: 0.5em;
    max-width: 950px;
    margin: 0 auto;
}

.palette{
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    width: 95%;
    padding: 2em 0;
}

.diamond{
    max-width: 950px;
    width: 93%;
    margin: 0 auto;
    padding-top: 2em;
}

.pannier{
    width: 90%;
    margin: 0 auto;
    max-width: 900px;
    padding-top: 2em;
}

.flex01{
    display: flex;
    align-items: flex-end;
    padding-top: 1em;
}

.flex03-1{
    display: flex;
    align-items: flex-end;
}

.flexnone{
    flex-flow: column;
}
.collection01b.dark-mode {
  background-color: black;
  color: white;
}

.collection03{
    padding-bottom: 3em;
}

.collection04{
    padding: 1.5em 0 3em 0;
}

.box{
    width: 83%;
    position: relative;
    margin: 2em auto 1em auto;
    max-width: 850px;
}

.archbox{
    position: absolute;
    top: -1.8%;
    right: 8%;
    width: 35%;
}

.titlebox{
    width: 58%;
    position: absolute;
     top: 13%;
    right: -4%;
}

.txt01{
    font-size: 0.85em;
    color: #a49468;
    line-height: 160%;
}

.txt01-1{
width: 31em;
padding: 0 20px;
}

.txt02{
       font-size: 0.75em;
    line-height: 160%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -0.04em;
}

.txt03{
       font-size: 0.75em;
    line-height: 160%;
    width: 85%;
    margin: 0 auto;
    text-align: left;
    letter-spacing: -0.03em;
    color: #d0cab5;
}

.price{
    font-size: 0.7em;
    margin: 1.5em 0 0 0;
    text-align: left;
}

.price a{
    line-height: 0;
     transition: color 0.3s ease; /* 色が変わる時間を設定 */
}

.price a:hover{
    line-height: 0;
    color: #a49468;
}

.material-symbols-outlined{
color: inherit;
    opacity: 0.5;
    font-size: 1.5em;
    vertical-align: text-bottom;
  font-variation-settings:
  'FILL' 0,
  'wght' 200,
  'GRAD' -25,
  'opsz' 24;

}

.model01{
    position: relative; 
    width: 100%;
    margin: 0 auto;
    display: flex;
}

.model02{
    margin: 2em 0 1em 0;
}

.model03{
    line-height: 0;
    width: 100%;  
}

 .model03 p{
       width: 350px; 
    }

.model04{
    width: 100%;
    line-height: 0;
    position: relative;
}

.diatit{
   position: absolute;
    width: 100%;
    left: -22%;
    top: 25%;
}
a.model05{
    margin-top: 1em;
    width: 100%;
    margin-left: auto;
    line-height: 0;
}


.arch01{
    width: 14%;
    margin: 0 auto;
    max-width: 6em;
}

.arch03{
    width: 12%;
    margin: 0 auto;
    max-width: 7em;
}

.arch04{
    width:30%;
    margin: 0 auto;
    min-width: 6.5em;
}

/* 最初のスタイル */
.title01 {
    width: 23%;
    margin: 0 auto;
    margin-bottom: 0.7em;
    max-width: 11em;
}


.title03{
    width:35%;
    margin: 0 auto;
    margin-bottom: 0.7em;
    margin-top: 0.3em;
    max-width: 21em;
    padding-bottom: 1em;
}

.title04{
    width:22%;
    margin: 0 auto;
    margin-bottom: 0.7em;
    margin-top: 0.4em;
    padding-right: 1%;
    padding-bottom: 0.5em;
    margin-top: 1em;
    max-width: 14.5em;
}

.title05{
    width: 47%;
    margin: 0 auto;
    margin-bottom: 0.3em;
    margin-top: 0.4em;
    padding-right: 2.5%;
    padding-bottom:1em;
    min-width: 10em;
}


.item01{
    width: 95%;
    margin: 1em auto 0 auto;
    padding: 0 0 0 2%;;
    position: relative;
    line-height: 0;
}

.item02{
    width: 94%;
    padding-left: 3%;
  margin: 0 auto;
    position: relative; 
    line-height: 0;
}


.item03{
flex-direction: column;
    margin-left: auto;
    width: 48%;
    margin-top: 1.5em;
    align-content: flex-end;
    align-items: flex-end;
    padding-right: 2%;
    line-height: 0;
}

.item03-2{
display: flex;
    padding-top: 3em;
    justify-content: center;
    align-items: flex-end;
    width: 98%;
    margin: 0 auto;
    max-width: 1050px;
}

.item03-a{
    position: relative;
    width: 70%;
    padding-bottom: 5px;
}

.item03-b{
    position: relative;
    width: 100%;
    justify-content: flex-end;
}
.item03-c{
    position: relative;
    width: 100%;
    justify-content: flex-end;
    line-height: 0;
}

.item03-d{
    position: relative;
    width: 4.3%;
    padding-left: 3px;
}

.item05{
    position: relative;
    width: 100%;
    line-height: 0;
}



.item04{
display: flex;
margin: 0 auto;
    line-height: 0;
    margin-left: -3%;
    width: 100%;
}

.item04-2{
display: flex;
    align-items: flex-end;
     margin-left: auto;
    width: 100%;
    padding-top: 2em;
}

.item04-a{
    position: relative;
    width: 100%;
    justify-content: flex-end;
    height: 100%; /* 親要素の高さに合わせる */
    line-height: 0;
}

.item04-b{
    position: relative;
    width: 4.7%;
    padding-right: 2px;
}


.item04-c{
    position: relative;
    width: 6.5%;
    padding-right: 2px;
}

.item04-d{
    position: relative;
    width: 100%;
    justify-content: flex-end;
    line-height: 0;
}

.recommend {
  padding-top: 5em;
   max-width: 1100px;
    margin: 0 auto;
    padding-bottom: 5em;
}
.recommend p {
   font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4em;
  color: #a49468 !important;
  opacity: 0.8;
  padding-bottom: 0.6em;
  letter-spacing: 0.02em;
}
.botoom {}
.btn {
  padding: 5em 0 5em 0;
  margin: 0em auto;
  text-align: center;
    display: flex;
    justify-content: center;
    gap: 5%; /* ボタンの間に1emの隙間を設定 */
}
.btn p {
   font-family: "Poiret One", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  font-size: 1.1em;
  margin: 1.8em auto;
  border: 1px solid #a49468;
  width: 260px;
  height: 30px;
  padding: 0.5em 0.2em;
  color: #a49468;
  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(255, 255, 255, 0.52);
  color: #fff !important;
}
.btn p {
  transition: border 0.3s ease, color 0.3s ease; /* ふわっとした効果を追加 */
}
.icon {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10em;
}
.icon img {
  width: 3em;
  padding: 0 1rem;
}

.retitle{
    width: 40%;
    margin: 0 auto;
    padding-bottom: 1em;
}
/* フッターのスタイル */
.footer {
  font-family: 'Noto Serif JP', serif;
  position: relative;
  bottom: 0;
  text-align: center;
  width: 100%;
  padding: 1px 0;  /* 上下にスペースを追加 */
}

.footer a {
  text-decoration: none;
  color: inherit;  /* リンクの色を親要素に合わせる */
}

.footer p {
  padding: 0;
  margin: 0;
  color: #a49468;
  font-size: 0.7em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;  /* 行間を調整 */
}

.footer .back-to-top p {
  text-align: right;
  margin-right: 3%;
  margin-bottom: 0;  /* 下の余白をなくす */
}

.footer-logo {
  width: 45%;
  max-width: 200px;  /* ロゴの最大幅を制限 */
  line-height: 0;
    padding: 0;
}

.footer-divider {
  border: none;
  border-top: 1px solid rgba(171, 156, 100, 1);
  opacity: 0.5;
  margin: 2px 0;
}

.footer-copyright {
  font-size: 0.75em;
  color: #a49468;
  padding-bottom: 2px;
}

@media screen and (min-width:1000px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 18px;
  }
}

@media screen and (min-width:1500px) {
  /*　画面サイズが1500pxからはここを読み込む　*/
  body {
    font-size: 19px !important;
  }
}

