
/* ↓ 変な左右の空間確認用 */
/* *{
  outline: 2px red solid;
} */

html {
  font-size: 62.5%
}

body {
  background-color: #23270F;
  color: #fff;
  font-family: 'Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'MS PMincho', serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8
}

a {
  color: #231815;
  text-decoration: none
}

ul {
  list-style-type: none;
  padding-left: 0
}

img {
  height: auto;
  width: 100%
}

p {
  margin-bottom: 0
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0
}

.clearfix::after {
  clear: both;
  content: "";
  display: block
}

body.active {
  overflow: hidden
}







/* header ---------------*/

.header {
  -webkit-backdrop-filter: brightness(0.8);
  backdrop-filter: brightness(0.8);
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  width: 80px;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  border-left: 2px solid rgba(145, 140, 140, .1);
  z-index: 901
}
.header.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}
.header_inner {
  height: 100%;
  position: relative
}
#hum_button {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 3%;
  left: 50%;
  color: #fff;
}
.header_logo_box {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 10%;
  left: 50%;
  position: absolute;
}
.header_logo_box__link {
  display: block
}
.header_logo_box__img_logo {
  margin-bottom: 2.5rem;
  max-width: 22px
}
.header_logo_box__img_ssaw {
  max-width: 24px
}
.openbtn {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  position: relative;
  width: 60px;
  height: 60px;
  z-index: 900;
}
.openbtn span {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #fff;
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all .3s;
  width: 50%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 27px;
}
.openbtn span:nth-of-type(3) {
  top: 40px;
}
.openbtn.active span:nth-of-type(1) {
  -webkit-transform: translateY(6px) rotate(-45deg);
  -ms-transform: translateY(6px) rotate(-45deg);
  left: 18px;
  top: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0
}
.openbtn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  left: 18px;
  top: 30px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 20px;
  }
  .openbtn span:nth-of-type(3) {
    top: 32px;
  }
  .header {
    border-left: none;
    height: 60px;
    width: 60px
  }
  #hum_button {
    top: 1rem
  }
  .header_logo_box {
    display: none
  }

}



/* header nav ---------------*/

.nav {
  -webkit-backdrop-filter: brightness(0.3);
  backdrop-filter: brightness(0.3);
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);

  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  visibility: hidden;
  width: 100%;
  height: 100%;
  background-color: #140F0C;
  z-index: 900;
}
.nav.active {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  visibility: visible;
}
.nav_img_bg {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  height: 100%;
  position: relative
}
.nav_img_bg__item {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  background-size: cover;
  background-size: cover;
  height: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  visibility: hidden;
  width: 100%;
  width: 100%
}
.nav_img_bg__item.active {
  opacity: 1;
  visibility: visible
}

/* hover時に表示される画像 */
.nav_img_bg__item--1 {
  background-image: url(../images/menu_bg_1.jpg);
}
.nav_img_bg__item--2 {
  background-image: url(../images/menu_bg_2.jpg);
}
.nav_img_bg__item--3 {
  background-image: url(../images/menu_bg_3.jpg);
}
.nav_img_bg__item--4 {
  background-image: url(../images/menu_bg_4.jpg);
}
.nav_img_bg__item--5 {
  background-image: url(../images/menu_bg_5.jpg);
}
.nav_img_bg__item--6 {
  background-image: url(../images/menu_bg_6.jpg);
}
.nav_img_bg__item--7 {
  background-image: url(../images/menu_bg_7.jpg);
}

.nav_main {
  -ms-flex-preferred-size: 40%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-basis: 40%;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 4rem 13rem 6rem 4rem;
}
.nav_main_list {
  /* margin-bottom: 6rem; */
  width: 100%
}
a.nav_main_list__link {
  display: block;
  padding: 10px;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a.nav_main_list__link:hover {
  color: #B4A497;
}
.progress {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  position: fixed;
  transform: translateY(10px);
  transition: all .5s ease-in-out;
  visibility: hidden;
  z-index: 100
}
.progress.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
  visibility: visible
}
.progress_list {
  font-family: "Hind", sans-serif;
  font-size: 1.6rem
}
.progress_list__link {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  color: #fff;
  display: block;
  opacity: .2;
  transition: all .5s ease-in-out
}
.progress_list__link:not(last-child) {
  margin-bottom: 5px;
}
.progress_list__link.inview {
  -webkit-animation: EleAnime 1s ease-in;
  animation: EleAnime 1s ease-in;
  opacity: 1;
}
@-webkit-keyframes EleAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes EleAnime {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    opacity: 1;
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* ----------- */

@media screen and (max-width: 991px) {

  .nav_img_bg {
    display: none;
  }
  .nav_main {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 0;
    padding-left: 40px;
    padding-bottom: 45px;
  }
  
}



/* hero-slide ---------------*/

.slider {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.slide-track {
  display: flex;
  gap: 20px;
}
.slide-track div {
  flex: 0 0 auto;
}
.slide-track img {
  display: block;
  width: auto;
  height: 75vh;
  object-fit: cover;
}


/* hero ---------------*/

#hero {
  overflow: hidden;
  width: 100%
}
.hero_logo_box {
  margin: 0 auto;
  width: 260px;
}

/* ----------- */

@media screen and (max-width: 768px) {

  .hero_logo_box {
    margin: 0 auto;
    width: 200px;
  }
}


/* common ---------------*/

.appear {
  -webkit-transition: all .8s ease-in;
  -o-transition: all .8s ease-in;
  opacity: 0;
  transition: all .8s ease-in
}
.appear.inview {
  opacity: 1
}

.main_heading {
  font-size: 2.9rem;
  margin-bottom: 25px;
  text-align: center;
  letter-spacing: 2px;
}
.sub_heading {
  font-size: 1.6rem;
  text-align: center;
}

/* ----------- */

@media screen and (max-width: 991px) {
  
  .main_heading {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
  .sub_heading {
    font-size: 1.8rem;
  }

}

@media screen and (max-width: 767px) {
  
  .main_heading {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .sub_heading {
    font-size: 1.5rem;
  }

}


/* intro ---------------*/

#intro {
  color: #fff;
}
.intro_txt p {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 25px;
  line-height: 2.5;
  letter-spacing: 1.2px;
}

/* ----------- */

@media screen and (max-width: 991px) {
  
  .intro_txt p {
    font-size: 1.3rem;
    line-height: 2.3;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  
  .intro_txt p {
    /* text-align: left; */
    font-size: 1.2rem;
    line-height: 2;
  }
}


/* 新商品紹介 ---------------*/

.series_hero_box {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_small_heading {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
.sub_small_heading {
  font-size: 1.6rem;
  /* font-weight: 600; */
  text-align: center
}
.item_text p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2.4;
  margin-bottom: 20px;
}
.item_text_s p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2;
  margin-bottom: 20px;
}
.soon {
  font-size: 1.7rem;
  margin-top: 30px;
}

/* VIEW MOREボタン */
.link_btn00 {
  margin: 0 auto;
}
.series_link {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-top: 70px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.series_link:hover {
  background-color: #fff;
  color: #140F0C;
}
.mini_link_btn {
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 200px;
  margin: 50px auto 0;
  padding: 8px 50px;
  text-align: center;
  text-transform: uppercase;
}

.mini_link_btn:hover {
  background-color: #fff;
  color: #140F0C;
}

.contra_logo {
  display: block;
  margin: 0 auto;
  width: 420px;
  padding-top: 50px;
  padding-bottom: 90px;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .item_text p {
    text-align: center;
    font-size: 1.4rem;
    line-height: 2.4;
    margin-bottom: 20px;
  }

  .series_link {
    margin-top: 30px;
    padding: 5px 10px;
    font-size: 1.4rem;
  }
 
}

@media screen and (max-width: 767px) {

  .contra_logo {
    display: block;
    margin: 0 auto;
    width: 90%;
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .main_small_heading {
    font-size: 2.4rem;
  }
  .sub_small_heading {
    font-size: 1.5rem;
  }
  .item_text p {
    font-size: 1.3rem;
    line-height: 2;
  }
  .item_text_s p {
    font-size: 1.3rem;
    line-height: 2.2;
    margin-bottom: 20px;
  }

}


/* more link */
.more_link_area {
  overflow: hidden;
  position: relative
}
.more_link_area::after {
  -webkit-filter: brightness(50%);
  background-image: url(../images/other_link_bg.jpg);
  background-position: center center;
  background-size: cover;
  background-size: cover;
  bottom: 0;
  content: "";
  filter: brightness(50%);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}
.more_link_box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 500px;
  padding: 120px 15px
}
.more_link_box__heading {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 3rem;
  font-weight: 500;
  /* margin-bottom: 50px; */
  text-align: center;
  text-transform: uppercase;
  width: 100%
}
.more_link_box__link {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  background-color: #B4A497;

  color: #fff;
  display: block;
  font-family: "Hind", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s ease;
  width: 100%
}
.more_link_box__link:hover {
  background-color: #C0B3A8;
  color: #fff !important;
}

/* ----------- */

@media screen and (max-width: 991px) {

  .more_link_box {
    max-width: 400px;
    padding: 50px 30px 90px;
  }
  .more_link_box__heading {
    font-size: 2rem
  }

}



/* footer */
footer .footer_box {
  color: #fff;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 30px;
  text-align: center
}

footer .footer_box a {
  color: #fff
}



/* 追従マウスカーソル */
.g-ms {
  -webkit-transform: translate3d(50vw, 50vh, 0);
  -webkit-transition: all .1s ease-out;
  -o-transition: all .1s ease-out;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate3d(50vw, 50vh, 0);
  transition: all .1s ease-out;
  z-index: 9999
}
.g-ms_i {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  border: 2px solid rgba(255, 255, 255, .3);
  border-radius: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  opacity: 0;
  transition: all .3s ease;
  width: 30px
}
.g-ms.g-ms-active .g-ms_i {
  opacity: 1
}
.g-ms.g-ms-hover .g-ms_i {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  background-color: rgba(255, 255, 255, .1);
  border: none;
  transform: scale(1.2);
}










