@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  letter-spacing: 0.2px;
  font-size: 11px;
  transition: all 1.6s ease 0s;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #1E442C;
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  body {
    margin: 0 auto !important;
  }
}

img {
  display: block;
  width: 100%;
}

a:hover {
  opacity: 0.6;
  transition: 0.6s;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

#bg-loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100dvh;
  background: #fff;
  z-index: 99;
  transition: opacity 0.3s ease-out 0.1s;
}

#bg-loading.hide {
  opacity: 0;
  pointer-events: none;
}

.slide img {
  width: 100%;
}

@media screen and (min-width: 769px) {
  #main {
    display: flex;
    flex-direction: column-reverse;
    width: 71.5277777778vw;
    margin: 0 auto;
  }
}
#main h1 {
  text-align: center;
  width: 74.1333333333vw;
  margin: 30px auto -20px;
  position: relative;
  z-index: 98;
}
@media screen and (min-width: 769px) {
  #main h1 {
    width: 55vw;
    margin: 15px auto 0;
  }
}
#main h1 span {
  font-size: 5.6vw;
}

.k_sec h2 {
  font-size: 11.7333333333vw;
  margin: 80px 0 25px 30px;
  line-height: 0.6;
}
@media screen and (min-width: 769px) {
  .k_sec h2 {
    font-size: 4.0972222222vw;
    margin: 17vw 0 -14vw 20vw;
    position: relative;
    line-height: 0.7;
  }
}
.k_sec h2 span {
  font-size: 5.8666666667vw;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 769px) {
  .k_sec h2 span {
    font-size: 2.2916666667vw;
  }
}
.k_sec h2 span::after {
  content: "";
  height: 1px;
  background-color: #1E442C;
  width: 38vw;
  display: block;
  margin-left: -30px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .k_sec h2 span::after {
    width: 16vw;
    margin-left: -3.5vw;
  }
}
.k_sec .line {
  text-decoration: line-through;
}
.k_sec .red {
  color: #FF6767;
  text-decoration: underline;
}
.k_sec .item_cre {
  text-align: right;
  margin: 5px 5px;
  font-size: 2.5333333333vw;
}
@media screen and (min-width: 769px) {
  .k_sec .item_cre {
    font-size: 0.9722222222vw;
    width: 66.0416666667vw;
    text-align: right;
    margin: 7px auto 43px;
  }
}
.k_sec .f_8 {
  font-size: 2.2666666667vw !important;
}
@media screen and (min-width: 769px) {
  .k_sec .f_8 {
    font-size: 0.9722222222vw !important;
  }
}
.k_sec .sale_list {
  background-color: #0C1F40;
  padding: 53px 0;
}
@media screen and (min-width: 769px) {
  .k_sec .sale_list {
    padding: 100px 0;
  }
}
.k_sec .sale_title {
  font-size: 8.8vw;
  color: #fff;
  line-height: 0.6;
  margin: 0 0 40px 25px;
}
@media screen and (min-width: 769px) {
  .k_sec .sale_title {
    width: 66.0416666667vw;
    margin: 0 auto 45px;
    font-size: 3.5416666667vw;
    line-height: 0.8;
  }
}
.k_sec .sale_title span {
  font-size: 4.8vw;
  font-family: "garamond-premier-pro-display", serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .k_sec .sale_title span {
    font-size: 2.0833333333vw;
  }
}
.k_sec .sale_title span::after {
  content: "";
  height: 1px;
  background-color: #fff;
  width: 38vw;
  display: block;
  margin-left: -30px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .k_sec .sale_title span::after {
    width: 20vw;
    margin-left: 0px;
  }
}
.k_sec ul {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .k_sec ul {
    margin: 20px auto;
  }
}
@media screen and (max-width: 768px) {
  .k_sec ul {
    margin: 10px auto 20px;
  }
}
.k_sec ul a::after {
  content: "BUY";
  color: #fff;
  display: block;
  width: 48%;
  margin: 15px 0 30px;
  line-height: 1;
  transition: 1s;
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .k_sec ul a::after {
    padding: 5px 0;
  }
}
@media screen and (min-width: 769px) {
  .k_sec ul a::after {
    width: 22%;
    padding: 6px 4px 3px;
    margin: 10px 0 50px;
    font-size: 15px;
    border: 1px solid;
  }
}
.k_sec ul p {
  font-size: 11px;
  margin: 9px 0;
  line-height: 1.1;
}
@media screen and (min-width: 769px) {
  .k_sec ul p {
    font-size: 15px;
    margin: 2px 0;
    line-height: 0.8;
  }
}
.k_sec ul div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.k_sec .category {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  justify-content: space-between;
  gap: 3%;
  width: 87%;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .k_sec .category {
    width: 66.0416666667vw;
  }
}
.k_sec .category div {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .k_sec .category div {
    width: 46%;
    margin-bottom: 15px;
  }
}
.k_sec .category div a::after {
  content: "BUY";
  color: #fff;
  display: block;
  width: 43%;
  margin: 10px 0 20px;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-size: 13px;
  border: 1px solid;
}
@media screen and (max-width: 768px) {
  .k_sec .category div a::after {
    padding: 6px 0 3px;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .category div a::after {
    width: 30%;
  }
}
.k_sec .fuwat {
  width: 48%;
}
.k_sec .salecolor {
  float: left;
}
.k_sec .label {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .k_sec .category li {
    width: 15vw;
  }
}
.k_sec .category li a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 769px) {
  .k_sec .textOverflow p {
    font-size: 15px;
    letter-spacing: 0.6px;
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .k_sec .item_img {
    width: 66.0416666667vw;
    margin: 0 auto;
  }
}

.all_btn {
  font-size: 4vw;
  text-align: center;
  padding: 15px 0 13px 0;
  border: 1px solid #fff;
  color: #fff;
  width: 65%;
  margin: 30px auto;
}
@media screen and (min-width: 769px) {
  .all_btn {
    padding: 14px 0 12px 0;
    width: 30%;
    font-size: 1.3194444444vw;
  }
}

#k_02 h2, #k_04 h2 {
  text-align: right;
  padding: 0 30px 0 0;
}
@media screen and (min-width: 769px) {
  #k_02 h2, #k_04 h2 {
    margin: 17vw 18vw -14vw 20vw;
  }
}
#k_02 .sale_title, #k_04 .sale_title {
  text-align: right;
  padding: 0 25px 0 0;
  margin: 0 0 25px 8vw;
}
@media screen and (min-width: 769px) {
  #k_02 .sale_title, #k_04 .sale_title {
    padding: 0;
    margin: 0 auto 45px;
  }
}
#k_02 .sale_title span::after, #k_04 .sale_title span::after {
  margin-left: 47vw;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #k_02 .sale_title span::after, #k_04 .sale_title span::after {
    width: 45vw;
  }
}

#k_02 h2 span::after {
  margin-left: 50vw;
  margin-top: 10px;
  width: 42vw;
}
@media screen and (min-width: 769px) {
  #k_02 h2 span::after {
    margin-left: 38.5vw;
    margin-top: 10px;
    width: 24vw;
  }
}

#k_03 h2 span::after {
  width: 55vw;
}
@media screen and (min-width: 769px) {
  #k_03 h2 span::after {
    width: 25vw;
  }
}

#k_04 h2 span::after {
  margin-left: 50vw;
  margin-top: 10px;
  width: 42vw;
}
@media screen and (min-width: 769px) {
  #k_04 h2 span::after {
    margin-left: 43.5vw;
    margin-top: 10px;
    width: 19vw;
  }
}

@media screen and (min-width: 769px) {
  #k_05 h2 span::after {
    width: 19vw;
  }
}

footer {
  padding: 115px 0 10px;
}
@media screen and (min-width: 769px) {
  footer {
    padding: 200px 0 20px;
  }
}
footer .all_btn {
  border: 1px solid #1E442C;
  color: #1E442C;
  margin: 15px auto;
}
footer .logo {
  width: 100px;
  margin: 100px auto 20px;
}
footer .copy {
  text-align: center;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh; /*ナビの高さ*/
  background: #fff;
  transition: all 0.8s;
}
@media screen and (min-width: 769px) {
  #g-nav {
    width: 30%;
  }
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
  right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; /*表示する高さ*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  #g-nav.panelactive #g-nav-list {
    width: 30%;
  }
}

/*ナビゲーション*/
#g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/
#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #1E442C;
  text-decoration: none;
  padding: 13px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  display: flex;
  margin-left: 9%;
  font-size: 15px;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#g-nav p {
  text-align: center;
}

.g_title {
  font-size: 38px;
  white-space: nowrap;
  line-height: 1.7;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  font-style: normal;
}

.g_title2 {
  font-family: "shippori-mincho", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 30px;
}

.v_w {
  width: 10px;
  margin-right: 20px;
}

.mail {
  width: 90%;
  background: #1E442C;
  /* color: #fff; */
  padding: 13px;
  margin: 15px auto;
}
.mail p {
  color: #fff !important;
  font-size: 13px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn {
  position: fixed;
  z-index: 9999; /*ボタンを最前面に*/
  top: 20px;
  right: 20px;
  cursor: pointer;
  mix-blend-mode: difference;
}
@media screen and (min-width: 769px) {
  .openbtn {
    top: 40px;
    right: 40px;
  }
}

/*×に変化*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 1px;
  border-radius: 2px;
  width: 60%;
}

.openbtn {
  transition: 0.2s;
  opacity: 99999;
  opacity: 0;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

#nav_1 {
  margin: 0px auto;
  background: #F4F5F5;
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #nav_1 {
    margin: 0px auto;
  }
}
@media screen and (min-width: 769px) {
  #nav_1 {
    padding-bottom: 100px;
  }
}
#nav_1 .nav_text {
  padding: 80px 0px 3px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  #nav_1 .nav_text {
    padding: 120px 0px 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .pt_10 {
    padding: 25px 0px 3px !important;
  }
}
@media screen and (min-width: 769px) {
  .pt_10 {
    padding: 25px 0px 15px !important;
  }
}

.nav {
  display: flex;
  width: 48%;
  padding: 3% 0 3% 0;
  margin: 1% 1%;
  font-size: 14px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .nav {
    display: flex;
    width: 22%;
    padding: 15px 0px 15px 9px;
    margin: 1% 5px;
  }
}
.nav p {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  white-space: nowrap;
  padding-right: 21px;
}
.nav svg {
  width: 10px;
}
.nav a {
  display: flex;
  width: 67%;
  justify-content: space-between;
  margin-left: 5%;
}
.nav a:hover {
  opacity: 0.6;
}
.nav img {
  margin-right: 15px;
  width: 9px;
}

.under {
  text-decoration: underline !important;
}/*# sourceMappingURL=style.css.map */