@charset "utf-8";

/*------------- 全ページ共通--------------- */

#wrapper {
  background-color: #f9f9f4;
}

body {
  font-family: Lato, "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  color: #002535;
  font-size: 14px;
  font-weight: normal;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #002535;
  text-decoration: none;
}

h2 {
  font-size: 36px;
  color: #4a606a;
  letter-spacing: 5px;
}

h3 {
  font-size: 24px;
  color: #4a606a;
  letter-spacing: 3px;
}

h4 {
  font-size: 18px;
  color: #4a606a;
  letter-spacing: 2px;
}

p {
  font-size: 14px;
}


/* view more */
.view-btn {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 57px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
  padding: 18px 20px 12px 20px;

}

.view-btn:hover {
  color: #e7e7dc;
  background-color: #002535;
}



/* -----------header(100%)----------- */

header .nav-box {
  width: 100%;
  display: flex;
  list-style-type: none;
  height: 100px;
  background-color: #e7e7dc;
  position: fixed;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;

}

/* ロゴ */
header .nav-box h1 {
  font-size: 24px;
  letter-spacing: 6px;
  font-weight: bold;

}

/* グローバルナビ */
header nav ul {
  display: flex;
  list-style: none;
  justify-content: flex-end;
  text-align: center;

}


header nav ul .nav01 {
  letter-spacing: 2px;
  margin-right: 60px;
}

header nav ul .nav02 {
  letter-spacing: 2px;
}


/* サブボタン */
header .subnav {
  display: flex;
  align-items: center;
  justify-content: space-between;


}

/* accessボタン */
header .btn01 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  letter-spacing: 1px;

}

header .btn01:hover {
  color: #e7e7dc;
  background-color: #002535;
}

/* ------キービジュアル---------- */

.main-visual {
  width: 100%;
  height: 100vh;
  background-image: url(../img/Toppage_main.png);
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;

}



.main-visual p {
  color: #deded2;
  font-size: 24px;
  text-shadow: 2px 2px 3px #878775;
  font-weight: 300;
  letter-spacing: 7px;


}


/* --------header(100%)---------- */

/* --------footer(100%)---------- */

footer {
  width: 100%;
  height: 600px;
  background-color: #e7e7dc;
  padding: 100px 50px;

}

footer .text-box {
  display: flex;
  justify-content: space-between;
}

footer .title {
  font-size: 13px;
  margin-bottom: 45px;
  letter-spacing: 3px;
}

footer p {
  line-height: 30px;
  font-size: 13px;
  letter-spacing: 2px;
}

.copyright {
  margin-top: 60px;
}

/* --------footer(100%)---------- */



/* reserveボタン */
header .btn02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border: 2px solid #002535;
  background-color: #002535;
  color: #e7e7dc;
  border-radius: 28px;
  text-decoration: none;
  letter-spacing: 1px;
  margin-left: 20px;
}

header .btn02:hover {
  color: #002535;
  background-color: #e7e7dc;
  border: 2px solid #002535;
}


/* --------Toppage(1200px)------- */

main {
  max-width: 1200px;
  margin: 0 auto;

}



/*----------about----------- */


.about {
  text-align: center;
  padding-top: 200px;
  margin-bottom: 200px;
}

.about h2 {
  margin-bottom: 60px;
}

.about h3 {
  margin-bottom: 60px;
}

.about h4 {
  letter-spacing: 4px;
  margin-bottom: 60px;
  line-height: 2;
}

.about p {
  margin-bottom: 60px;
  line-height: 4;
  letter-spacing: 1px;
}

/*----------material----------- */
.material {
  padding-top: 200px;
  text-align: center;
}

.material h2 {
  margin-bottom: 60px;
}

.material h3 {
  margin-bottom: 60px;
}

.material h4 {
  letter-spacing: 2px;
  margin-bottom: 60px;
  line-height: 2;
}

.material p {
  margin-bottom: 60px;
  line-height: 4;
  letter-spacing: 1px;
}


/*----------collection----------- */

.collection {
  padding-top: 200px;
  text-align: center;
}

.collection h2 {
  margin-bottom: 60px;
}

.collection p {
  font-size: 24px;
  color: #e7e7dc;
  font-weight: 300;
  text-shadow: 2px 1px 2px #878775;
  letter-spacing: 4px;
}

.collection .item-image {
  margin-bottom: 60px;
}


/* リングとビアスのボックス */
.collection .item-image .box01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

/* リング */
.collection .box01 .item01 {
  width: 570px;
  height: 470px;
  background-image: url(../img/Toppage_ring.png);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ピアス */
.collection .box01 .item02 {
  width: 570px;
  height: 470px;
  background-image: url(../img/Toppage_pierce.png);
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ネックレスとブレスレットのボックス */
.collection .item-image .box02 {
  display: flex;
  justify-content: space-between;

}

/* ネックレス */

.collection .box02 .item01 {
  width: 570px;
  height: 470px;
  background-image: url(../img/Toppage_neclace.png);
  display: flex;
  justify-content: center;
  align-items: center;

}


/* ブレスレット */
.collection .box02 .item02 {
  width: 570px;
  height: 470px;
  background-image: url(../img/Toppage_Bracelet.png);
  display: flex;
  justify-content: center;
  align-items: center;
}



/*----------bridal----------- */

.bridal {
  padding-top: 200px;
  text-align: center;
}

.bridal h2 {
  margin-bottom: 60px;
}

.bridal img {
  margin-bottom: 60px;
}

/*----------shop----------- */

.shop {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

.shop h2 {
  margin-bottom: 60px;
}

.shop h3 {
  margin-bottom: 60px;
}

.shop h4 {
  font-size: 14px;
  letter-spacing: 3px;
}

.shop p {
  line-height: 40px;
  margin-bottom: 20px;

}

.shop .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.shop .text-box {
  text-align: left;
}

/* -------------Toppage--------------- */
/* --------ここから下層ページ------------ */
/* ---------------About--------------- */

.about-page {
  text-align: center;

}

.about-page h4 {
  margin-bottom: 40px;

}

.about-page h3 {
  margin-bottom: 40px;
}

.about-page h2 {
  margin-bottom: 40px;
}

.about-page p {
  margin: 0;
  line-height: 40px;
}

.about-page .content {
  margin-bottom: 100px;
}

.about-page .main-image {
  margin-bottom: 100px;
}

.about-page .content01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}


.about-page .text01 {

  padding: 50px;

}


/* ---------------About--------------- */
/* ----------------------------------- */
/* ---------------Material------------ */

.material-page {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;

}

.material-page h4 {
  margin-bottom: 40px;

}

.material-page h3 {
  margin-bottom: 40px;

}

.material-page h2 {
  margin-bottom: 40px;

}

.material-page p {
  margin: 0;
  line-height: 40px;
}

.material-page .content {
  margin-bottom: 100px;
}

.material-page .main-image {
  margin-bottom: 100px;
}

.material-page .content01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}


.material-page .content02 {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.material-page .text01 {
  padding: 50px;

}



/* ---------------Material------------ */
/* ----------------------------------- */
/* --------------Collection----------- */

.collection-page {
  padding-top: 200px;
  margin-bottom: 200px;
  text-align: center;
}

.collection-page h2 {
  margin-bottom: 40px;
}

.collection-page .category {
  text-align: left;
  margin-left: 50px;
}

.collection-page .ring {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;

}



.collection-page h4 {
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.collection-page p {
  letter-spacing: 2px;
}

.collection-page .category p {
  margin-bottom: 20px;
}

.collection-page .box {
  margin: 50px;

}

.collection-page .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 57px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
  padding: 18px 20px 12px 20px;
}

.collection-page .btn:hover {
  color: #e7e7dc;
  background-color: #002535;
}

/* --------------Collection----------- */
/* ----------------------------------- */
/* ---------------Bridal-------------- */

.bridal-page {
  padding-top: 200px;
  text-align: center;
}

.bridal-page .content {
  margin-bottom: 100px;
}

.bridal-page .main-image {
  margin-bottom: 100px;
}

.bridal-page h4 {
  margin-bottom: 40px;
  line-height: 2;
}

.bridal-page h3 {
  margin-bottom: 30px;
}

.bridal-page h2 {
  margin-bottom: 40px;
}


.bridal-page p {
  line-height: 4;
}

.bridal-page .ring {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

.bridal-page .ring01 {
  margin-right: 50px;
}


.bridal-page .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 57px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
  padding: 18px 20px 12px 20px;

}

.bridal-page .btn:hover {
  color: #e7e7dc;
  background-color: #002535;
}

.bridal-page .box01 {

  margin-bottom: 100px;
}

.bridal-page .box01 .text {
  margin-bottom: 20px;
}

.bridal-page .box02 {

  margin-bottom: 200px;
}

/* ---------------Bridal-------------- */
/* ----------------------------------- */
/* ---------------Shop---------------- */
.shop-page {
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}

.shop-page .content01 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}

.shop-page .text-box {
  text-align: left;
  padding-right: 100px;
}


.shop-page h2 {
  margin-bottom: 100px;
}


.shop-page h3 {
  margin-bottom: 30px;
}

.shop-page h4 {
  font-size: 14px;
  letter-spacing: 3px;
}

.shop-page p {
  line-height: 30px;
  margin-bottom: 20px;
  letter-spacing: 3px;

}


.shop-page .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 57px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
  padding: 18px 20px 12px 20px;

}

.shop-page .btn:hover {
  color: #e7e7dc;
  background-color: #002535;
}


/* ---------------Shop---------------- */
/* ----------------------------------- */
/* ------------Contact---------------- */

.contact-page {
  padding: 200px 200px 100px 200px;


}

.contact-page h2 {
  margin-bottom: 40px;
  text-align: center;

}

.contact-page .text01 {
  margin-bottom: 40px;
}

.contact-page article{
  display:flex;

}
.contact-page article .sec1{
  margin-right:50px;
}
.contact-page article ul{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:37px;
  list-style-type:none;
  padding-top:0.5em;

}
.contact-page input{
  font-size:14px;
  border-radius:7px;
  outline:none;
  border:1px solid #002535;
  padding:0.5em;
  margin:0 30px 20px 0;
 
}
.contact-page input[type="mail"]{
  width:400px;
}
.contact-page textarea{
  font-size:14px;
  font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", sans-serif;
  resize:none;
  width:400px;
  height:200px;
  border-radius:7px;
  outline:none;
  border:1px solid #002535;
  padding:0.5em;
  margin-bottom:30px;
  
}

/* ------------Contact---------------- */
/* ----------------------------------- */
/* ------------privacypolicy---------- */

.privacypolicy {
  padding: 200px 200px 0 200px;
  text-align: center;
}

.privacypolicy .text {
  padding: 100px 200px;
  text-align: left;
}

.privacypolicy h2 {
  display: flex;
  justify-content: center;
}

.privacypolicy h3 {
  margin: 40px 0;
}

.privacypolicy p {
  line-height: 2;
  letter-spacing: 2px;

}

.privacypolicy ol {
  margin: 30px o;
}

.privacypolicy li {
  line-height: 2;
  letter-spacing: 2px;
  list-style: none;
  counter-increment: cnt;

}

.privacypolicy li::before {
  content: "(" counter(cnt) ") ";
}

.privacypolicy .text01 {
  margin-bottom: 30px;
}

/* ------------privacypolicy---------- */
/* ----------------------------------- */
/* --------------reserve-------------- */

.reserve-page {
  padding-top: 200px;
  text-align: center;
}

.reserve-page h2 {
  margin-bottom: 40px;
}

.reserve-page h4 {
  margin-bottom: 40px;
}

.reserve-page .content p {
  margin-bottom: 100px;
  line-height: 40px;
}

.reserve-page .main-image {
  margin-bottom: 100px;
}

.reserve-page .btn {
  display: block;
  margin: 0 auto;
  width: 175px;
  height: 57px;
  border: 2px solid #002535;
  border-radius: 28px;
  text-decoration: none;
  padding: 15px 20px;
  letter-spacing: 1px;
  padding: 18px 20px 12px 20px;

}

.reserve-page .btn:hover {
  color: #e7e7dc;
  background-color: #002535;
}

.reserve-page .text {
  margin-bottom: 40px;
}

.reserve-page .box01 {
  margin-bottom: 100px;
}


.reserve-page .box02 {
  margin-bottom: 200px;
}

.about.reserve-page .text h4 {
  margin-bottom: 0px;
}