@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*base*/
body {
  background: #0D0D0D;
  color: #fff;
}
header {
  align-items: center;
  margin: auto;
}
#head_nav {
  font-size: 20px;
	letter-spacing: 2px;
  background: #000;
  height: 120px;
  position: relative;
}
#head_nav ul {
  position: absolute;
  top: 40%;
}
#head_nav li {
  letter-spacing: 1px;
  display: inline;
  color: #fff;
  padding-left: 55px;
  font-weight: 500;
}
header .fa-solid {
  font-size: 25px;
  color: #C1C1C1;
  padding-left: 55px;
}
.fa-cart-shopping {
  margin-left: 600px;
}
.fa-solid:hover {
  color: #CEB7AE;
	
}

h2 {
  text-align: center;
  font-family: "Georgia";
  padding: 90px 0 50px 0;
  font-size: 32px;
  letter-spacing: 3px;
}
footer {
  background: url("../img/footer.png") no-repeat;
  height: 290px;
  display: flex;
}
footer nav {
  margin: auto;
}
footer nav li {
  padding-bottom: 10px;
  letter-spacing: 2px;
}
footer nav li:hover {
  color: #CEB7AE;
}
.foot_logo {
  width: 172px;
  margin: auto;
}
#sns_logo {
  font-size: 35px;
  margin: auto;
}
.fa-pinterest, .fa-x-twitter, .fa-instagram {
  padding: 15px;
}.fade_up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.8s ease;
}

.fade_up.show {
  opacity: 1;
  transform: translateY(0);
}

/*index*/

.slide_show {
  position: relative;
  width: 100%;
  height: 680px;
  overflow: hidden;
}

.slide_show div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.slide_show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slide_show div {
  animation: zoomFade 6s ease-in-out;
}

@keyframes zoomFade {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  20% {
    opacity: 1;
    transform: scale(1);
  }
  80% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}
#gender_nav {
  padding-top: 170px;
}
#ladies {
  float: left;
  padding-left: 50px;
  text-align: center;
  font-family: "Cardo";
}
#mens {
  float: left;
  padding-left: 50px;
  text-align: center;
  font-family: "Cardo";
}
.mens_img:hover {
  opacity: 0.5;
}
#ladies_cl {
  clear: both;
}
.ladies_img, .mens_cl_img, .mens_img, .fa-solid, .footer nav li {
  cursor: pointer;
  transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.ladies_img:hover {
  opacity: 0.5;
}
.logo {
  padding-left: 250px;
}
#gender_nav {
  margin: 0;
  display: flex;
  justify-content: center;
  letter-spacing: 4px;
  font-weight: lighter;
}
#gender_nav figcaption {
  padding-top: 25px;
  text-align: left;
}
a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
a:hover {
  color: #CEB7AE;
}
h4 {
  padding-top: 90px;
  padding-left: 90px;
  letter-spacing: 1px;
}
.ladies_pr {
  height: 800px;
  background: url("../img/ladies.png") no-repeat;
}
.ladies_pr p, .mens_pr p {
  font-family: "Gloock", serif;
  letter-spacing: 10px;
  font-weight: 500;
  font-size: 96px;
  padding: 90px 90px;
  text-align: right;
  color: #000;
}
.mens_pr {
  background: url("../img/mens.png") no-repeat;
  height: 800px;
}
#cloting_1, #cloting_2 {
  height: 730px;
}
.mn_cl_list {
  padding-right: 90px;
  display: flex;
  justify-content: right;
}
.mn_cl_list li {
  display: inline-block;
  padding-left: 30px;
}
.mn_cl_list p {
  font-size: 15px;
  padding-top: 10px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.mn_cl_list span {
  font-family: "Alike Angular";
  font-size: 19px;
  letter-spacing: 1.5px;
}
.mn_cl_list .fa-solid {
  font-size: 22px;
  float: right;
  padding-right: 10px;
  color: #C1C1C1;
}
.mn_cl_list .fa-solid:hover {
  color: #CEB7AE;
}
.mens_cl_img:hover {
  opacity: 0.5;
}
.shop_nav span {
  display: block;
  font-family: "Gloock";
  font-size: 64px;
  letter-spacing: 10px;
}
.shop_nav {
  padding: 80px 0 0 90px;
  letter-spacing: 3px;
}
/*about*/
#body_about header nav li:nth-child(4) a {
  color: #CEB7AE;
}
.about_head {
  padding-bottom: 30px;
}
.ab_h2 {
  letter-spacing: 1px;
}
#br_tx {
  width: 45%;
  text-align: center;
  margin: auto;
  font-size: 24px;
  line-height: 4.0;
}
.br_jp_tx {
  font-family: "Hina Mincho";
  padding-bottom: 90px;
}
.br_jp_tx span {
  color: #CEB7AE;
}
.br_en_tx {
  font-family: "Cardo";
  padding-bottom: 90px;
  letter-spacing: 1px;
}