body{
  font-family: "Shippori Mincho", sans-serif;
  color: #3E3E3E;
  background: #EBEBE1;
}
body.is_noscroll{
  overflow: hidden;
}
a img{
  transition: .3s opacity;
}
a:hover img{
  opacity: .7;
}



/*--------------------------------------------------
utility
--------------------------------------------------*/
.u_inner{
  max-width: 1128px;
  padding: 0 24px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
.u_inner._w920{
  max-width: 968px;
}
.u_inner._w700{
  max-width: 748px;
}
.u_inner._p40{
  @media (max-width: 1000px){
    padding: 0 40px;
  }
}

@media (max-width: 1000px){
  .u_pc{
    display: none !important;
  }
}
@media (min-width: 1001px){
  .u_sp{
    display: none !important;
  }
}



/*--------------------------------------------------
js
--------------------------------------------------*/
.js_scroll-item{
  transform: translateY(100px);
  opacity: 0;
  transition: .5s transform, .5s opacity;
}
.js_scroll-item.is_active{
  transform: translateY(0);
  opacity: 1;
}



/*--------------------------------------------------
logo
--------------------------------------------------*/
.logo{
  position: fixed;
  top: 40px;
  left: 50px;
  z-index: 97;
  width: 53px;
  @media (max-width: 1000px){
    top: 20px;
    left: 24px;
  }
}



/*--------------------------------------------------
reservation-button
--------------------------------------------------*/
.reservation-button{
  position: fixed;
  top: 80px;
  right: 80px;
  z-index: 97;
  width: 187px;
  height: 54px;
  border-radius: 27px;
  background: #412E2E;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  letter-spacing: 0.05em;
  @media (max-width: 1000px){
    top: auto;
    right: auto;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 204px;
    height: 58px;
    border-radius: 29px;
  }
}
.reservation-button::after{
  content: "";
  width: 6px;
  height: 6px;
  background: url(../img/arrow_A.png) center / contain no-repeat;
  transform: translate(0, 1px);
  transition: .3s transform;
}
.reservation-button:hover::after{
  transform: translate(2px, -1px);
}



/*--------------------------------------------------
hnav
--------------------------------------------------*/
.hnav{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
  background: #5D5952 url(../img/hnav-logo.png) right -14% bottom -10% / 44% auto no-repeat;
  color: #fff;
  overflow: auto;
}
.hnav__list{
  writing-mode: vertical-rl;
  font-size: 18px;
  letter-spacing: 0.1em;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hnav__list li{
  padding: 12px 7px 0;
  position: relative;
}
.hnav__list li::before{
  content: "";
  width: 1px;
  height: 6px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
}
.hnav__instagram{
  width: 96px;
  filter: brightness(0) invert(1);
  position: absolute;
  bottom: 140px;
  left: 40px;
}
.hnav__address{
  position: absolute;
  bottom: 60px;
  left: 40px;
  font-size: 13px;
}




/*--------------------------------------------------
hamburger
--------------------------------------------------*/
.hamburger{
  display: none;
  position: fixed;
  top: 30px;
  right: 0px;
  z-index: 99;
  width: 65px;
  height: 80px;
  @media (max-width: 1000px){
    display: block;
  }
}
.hamburger__line{
  width: 1px;
  background: #3E3E3E;
  position: absolute;
  top: 10px;
  transition: .3s transform, .3s background, .3s left, .3s height;
}
.hamburger__line:nth-of-type(1){
  height: 31px;
  left: 20px;
}
.hamburger__line:nth-of-type(2){
  height: 44px;
  left: 32px;
}
.hamburger__line:nth-of-type(3){
  height: 60px;
  left: 44px;
}
.hamburger.is_active .hamburger__line:nth-of-type(1){
  height: 60px;
  left: 32px;
  transform: rotate(20deg);
  background: #fff;
}
.hamburger.is_active .hamburger__line:nth-of-type(2){
  opacity: 0;
}
.hamburger.is_active .hamburger__line:nth-of-type(3){
  height: 60px;
  left: 32px;
  transform: rotate(-20deg);
  background: #fff;
}



/*--------------------------------------------------
top-title
--------------------------------------------------*/
.top-title{
  writing-mode: vertical-lr;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 0 0 40px;
  margin: 0 auto 60px;
  position: relative;
}
.top-title::before{
  content: "";
  width: 1px;
  height: 30px;
  background: #3E3E3E;
  position: absolute;
  bottom: 0;
  left: 50%;
}



/*--------------------------------------------------
top-smoke
--------------------------------------------------*/
@keyframes steam01 {
  0% {
    bottom: -600px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 1);
    opacity: 0
  }
  11% { opacity: 0.4 }
  33% {
    transform: rotateY(40deg);
    transform: scale(1, 1.4);
    opacity: 0.8
  }
  66% {
    transform: rotateY(10deg);
    transform: scaleY(1.8, 1);
    opacity: 0.9
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(60deg);
    transform: scaleY(2, 1.8);
    opacity: 0
  }
}
@keyframes steam02 {
  0% {
    bottom: -400px;
    filter: blur(16px);
    transform: rotateY(0deg);
    transform: scale(0.6, 0.6);
    opacity: 0
  }
  11% { opacity: 0.7 }
  33% {
    transform: rotateY(40deg);
    transform: scale(0.8, 1);
    opacity: 0.8
  }
  66% {
    transform: rotateY(2deg);
    transform: scaleY(1, 1.2)
  }
  100% {
    bottom: 0;
    filter: blur(20px);
    transform: rotateY(50deg);
    transform: scaleY(1.2, 1.4);
    opacity: 0
  }
}
.top-smoke{
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-smoke__steam-01 {
  position: absolute;
  right: 0;
  animation: steam01 10s infinite linear;
  animation-delay: -5s;
  opacity: 0;
  width: 60%;
  pointer-events: none;
}
.top-smoke__steam-02 {
  position: absolute;
  left: 0;
  animation: steam02 14s infinite linear;
  animation-delay: -5s;
  opacity: 0;
  width: 60%;
  pointer-events: none;
}
.top-smoke__steam-03 {
  position: absolute;
  left: 0;
  animation: steam01 18s infinite linear;
  animation-delay: -5s;
  opacity: 0;
  width: 60%;
  pointer-events: none;
}
@media (max-width: 1000px){
  .top-smoke__steam-01,
  .top-smoke__steam-02{
    width: 120%;
  }
  .top-smoke__steam-03{
    display: none;
  }
  @keyframes steam01 {
    0% {
      bottom: -600px;
      filter: blur(10px);
      transform: rotateY(0deg);
      transform: scale(0.6, 1);
      opacity: 0
    }
    11% { opacity: 0.4 }
    33% {
      transform: rotateY(40deg);
      transform: scale(1, 1.4);
      opacity: 0.8
    }
    66% {
      transform: rotateY(10deg);
      transform: scaleY(1.8, 1);
      opacity: 0.9
    }
    100% {
      bottom: 0;
      filter: blur(12px);
      transform: rotateY(60deg);
      transform: scaleY(2, 1.8);
      opacity: 0
    }
  }
  @keyframes steam02 {
    0% {
      bottom: -400px;
      filter: blur(10px);
      transform: rotateY(0deg);
      transform: scale(0.6, 0.6);
      opacity: 0
    }
    11% { opacity: 0.7 }
    33% {
      transform: rotateY(40deg);
      transform: scale(0.8, 1);
      opacity: 0.8
    }
    66% {
      transform: rotateY(2deg);
      transform: scaleY(1, 1.2)
    }
    100% {
      bottom: 0;
      filter: blur(12px);
      transform: rotateY(50deg);
      transform: scaleY(1.2, 1.4);
      opacity: 0
    }
  }  
}



/*--------------------------------------------------
top-mv
--------------------------------------------------*/
.top-mv{
  height: 100vh;
  position: relative;
  overflow: hidden;
  @media (max-width: 1000px){
    height: 137vh;
  }
}
.top-mv__copy{
  width: 131px;
  position: absolute;
  top: 70px;
  left: 80px;
  z-index: 1;
  @media (max-width: 1000px){
    top: 30px;
    left: 24px;
  }
}
.top-mv__logo{
  width: 126px;
  position: absolute;
  top: 50%;
  left: 11.9%;
  z-index: 2;
  transform: translateY(-50%);
  @media (max-width: 1000px){
    width: 117px;
    top: 25.1vh;
    left: 55%;
    transform: translateX(-50%);
  }
}
.top-mv__slide{
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 34.3vw;
  height: calc(100vh - 60px);
  pointer-events: none;
  @media (max-width: 1000px){
    bottom: auto;
    top: 53.4vh;
    transform: none;
    left: 24px;
    right: 24px;
    width: auto;
    height: 83.8vh;
  }
}
.top-mv__slide .slick-slide{
  overflow: hidden;
}
.top-mv__slide .slick-arrow{
  display: none !important;
}
.top-mv__slide .slick-dots{
  left: calc(100% + 30px);
  bottom: 50px;
  width: auto;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  @media (max-width: 1000px){
    left: 0;
    bottom: calc(100% + 15px);
    flex-direction: row;
    column-gap: 10px;
  }
}
.top-mv__slide .slick-dots li{
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #D8D8CD;
  margin: 0;
}
.top-mv__slide .slick-dots li.slick-active{
  background: #3E3E3E;
}
.top-mv__slide .slick-dots button{
  display: none;
}
.top-mv__slide img{
  width: 34.3vw;
  height: calc(100vh - 60px);
  object-fit: cover;
  transition: 6s transform linear;
  transform: scale(1);
  transition-delay: .1s;
  will-change: transform;
  @media (max-width: 1000px){
    width: 100%;
    height: 83.8vh;
  }
}
.slick-slide.slick-current img{
  transform: scale(1.1);
}
.top-mv__nav{
  position: absolute;
  top: 50%;
  right: 10%;
  z-index: 1;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 15px;
  @media (max-width: 1000px){
    display: none;
  }
}
.top-mv__nav li{
  padding: 12px 4px 0;
  position: relative;
}
.top-mv__nav li::before{
  content: "";
  width: 1px;
  height: 6px;
  background: #3E3E3E;
  position: absolute;
  top: 0;
  left: 50%;
}
.top-mv__instagram{
  width: 98px;
  position: absolute;
  bottom: 50px;
  left: 80px;
  z-index: 1;
  @media (max-width: 1000px){
    display: none;
  }
}
.top-mv__scroll{
  font-size: 14px;
  padding: 0 0 50px;
  writing-mode: vertical-lr;
  position: absolute;
  bottom: 0;
  right: 60px;
  z-index: 1;
  @media (max-width: 1000px){
    bottom: auto;
    top: 50vh;
    right: 30px;
    transform: translateY(-50%);
  }
}
.top-mv__scroll::before{
  content: "";
  width: 1px;
  height: 40px;
  background: #3E3E3E;
  position: absolute;
  bottom: 0;
  left: 50%;
}



/*--------------------------------------------------
top-about
--------------------------------------------------*/
.top-about{
  padding: 190px 0 0;
  @media (max-width: 1000px){
    padding: 100px 0 0;
  }
}
.top-about .u_inner{
  @media (max-width: 1000px){
    padding: 0 30px;
  }
}
.top-about__copy{
  font-size: 30px;
  font-weight: 600;
  max-width: 580px;
  letter-spacing: 0.1em;
  margin: 0 auto 50px;
  @media (max-width: 1000px){
    font-size: 20px;
  }
}
.top-about__text{
  letter-spacing: 0.1em;
  max-width: 580px;
  margin: 0 auto;
  line-height: 2.25;
  @media (max-width: 1000px){
    font-size: 15px;
  }
}



/*--------------------------------------------------
top-greet
--------------------------------------------------*/
.top-greet{
  padding: 150px 0 0;
  @media (max-width: 1000px){
    padding: 70px 0 0;
  }
}
.top-greet__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  @media (max-width: 1000px){
    display: block;
  }
}
.top-greet__image{
  width: 46.5%;
  position: relative;
  @media (max-width: 1000px){
    width: auto;
    margin: 0 0 50px -24px;
    padding: 10% 16px 0 0;
  }
}
.top-greet__profile{
  position: absolute;
  top: -20%;
  left: 50px;
  writing-mode: vertical-lr;
  @media (max-width: 767px){
    top: -14%;
  }
}
.top-greet__l{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: 0 5px 0 0;
}
.top-greet__s{
  font-size: 13px;
  letter-spacing: 0.3em;
}
.top-greet__text{
  width: 46.5%;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 2;
  @media (max-width: 1000px){
    width: auto;
  }
}



/*--------------------------------------------------
top-adaptation
--------------------------------------------------*/
.top-adaptation{
  padding: 120px 0 0;
  @media (max-width: 1000px){
    padding: 110px 0 0;
  }
}
.top-adaptation__read{
  font-size: 18px;
  letter-spacing: 0.25em;
  line-height: 2;
  text-align: center;
  margin: 0 0 60px;
}
.top-adaptation__list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 20px;
  max-width: 680px;
  margin: 0 auto;
  @media (max-width: 1000px){
    justify-content: center;
  }
}
.top-adaptation__item{
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  @media (max-width: 1000px){
    width: 150px;
    height: 150px;
  }
}
.top-adaptation__item:nth-of-type(odd){
  background: rgba(224, 221, 211, .7);
}
.top-adaptation__item:nth-of-type(even){
  background: rgba(226, 214, 204, .7);
}
.top-adaptation__number{
  font-size: 13px;
  margin: 0 0 10px;
  @media (max-width: 1000px){
    margin: 0 0 5px;
  }
}
.top-adaptation__title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 14px;
  @media (max-width: 1000px){
    font-size: 16px;
    margin: 0 0 5px;
  }
}
.top-adaptation__text{
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  @media (max-width: 1000px){
    line-height: 1.5;
  }
}



/*--------------------------------------------------
top-menu
--------------------------------------------------*/
.top-menu{
  padding: 120px 0 0;
  @media (max-width: 1000px){
    padding: 100px 0 0;
  }
}
.top-menu__item{
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media (max-width: 1000px){
    display: block;
  }
}
.top-menu__item:not(:last-of-type){
  margin: 0 0 120px;
  @media (max-width: 1000px){
    margin: 0 0 70px;
  }
}
.top-menu__head{
  width: 50%;
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
  @media (max-width: 1000px){
    width: auto;
    flex-direction: row-reverse;
    column-gap: 4%;
    margin: 0 0 50px;
  }
}
.top-menu__wrap{
  display: flex;
  flex-direction: row-reverse;
  @media (max-width: 1000px){
    flex: 1;
    justify-content: center;
  }
}
.top-menu__title{
  @media (max-width: 1000px){
    flex: 1;
    display: flex;
    align-items: center;
  }
}
.top-menu__ja{
  font-size: 32px;
  font-weight: 600;
  writing-mode: vertical-lr;
  letter-spacing: 0.1em;
  @media (max-width: 1000px){
    font-size: 23px;
  }
}
.top-menu__en{
  font-size: 17px;
  color: #C9AD9C;
  writing-mode: vertical-lr;
  letter-spacing: 0.15em;
  @media (max-width: 1000px){
    font-size: 13px;
  }
}
.top-menu__image{
  @media (max-width: 1000px){
    width: 57%;
  }
}
.top-menu__body{
  width: 48%;
  @media (max-width: 1000px){
    width: auto;
  }
}
.top-menu__inner{
  max-width: 310px;
  margin: 0 auto;
  @media (max-width: 1000px){
    max-width: none;
    padding: 0 16px;
  }
}
.top-menu__label{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin: 0 0 15px;
}
.top-menu__label span{
  font-size: 13px;
}
.top-menu__price{
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0 0 15px;
  line-height: 2;
}
.top-menu__text{
  font-size: 14px;
  line-height: 1.75;
}
.top-menu__border{
  border-top: 1px dashed #BFBFBF;
  margin: 20px 0;
}
.top-menu__small{
  font-size: 13px;
  margin: 10px 0 0;
}
.top-menu__attention{
  font-size: 13px;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 70px 0 0;
  @media (max-width: 1000px){
    margin: 60px 0 0;
  }
}



/*--------------------------------------------------
top-news
--------------------------------------------------*/
.top-news{
  padding: 120px 0 0;
  @media (max-width: 1000px){
    padding: 100px 0 0;
  }
}
.top-news__list{
  border-top: 1px dashed #BFBFBF;
}
.top-news__item{
  border-bottom: 1px dashed #BFBFBF;
}
.top-news__link{
  padding: 24px 18px;
  display: flex;
  align-items: center;
  column-gap: 40px;
  @media (max-width: 1000px){
    padding: 24px 0;
    column-gap: 20px;
    align-items: flex-start;
  }
}
.top-news__image{
  width: 80px;
}
.top-news__image img{
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
}
.top-news__body{
  flex: 1;
  display: flex;
  align-items: center;
  @media (max-width: 1000px){
    display: block;
  }
}
.top-news__info{
  display: flex;
  align-items: center;
  @media (max-width: 1000px){
    margin: 0 0 12px;
  }
}
.top-news__date{
  font-size: 13px;
  letter-spacing: 0.15em;
  margin: 0 30px 0 0;
  @media (max-width: 1000px){
    font-size: 12px;
    margin: 0 24px 0 0;
  }
}
.top-news__cat{
  width: 120px;
  @media (max-width: 1000px){
    width: auto;
  }
}
.top-news__cat div{
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 0 8px;
  height: 28px;
  border-radius: 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
  @media (max-width: 1000px){
    font-size: 12px;
    height: 25px;
    border-radius: 12.5px;
  }
}
.top-news__title{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  flex: 1;
}
.top-news__more{
  display: block;
  margin: 45px 0 0 auto;
  width: 116px;
  height: 31px;
  padding: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  @media (max-width: 1000px){
    margin: 40px 0 0 auto;
  }
}
.top-news__more::before{
  content: "";
  width: 24px;
  height: 4px;
  background: url(../img/arrow_B.png) center / contain no-repeat;
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  transition: .3s right;
}
.top-news__more:hover::before{
  right: 0;
}



/*--------------------------------------------------
top-instagram
--------------------------------------------------*/
.top-instagram{
  padding: 120px 0 140px;
  @media (max-width: 1000px){
    padding: 95px 0 120px;
  }
}
.top-instagram__flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 840px;
  margin: 0 0 0 auto;
  @media (max-width: 1000px){
    max-width: 340px;
    margin: 0 auto;
  }
}
.top-instagram__title{
  font-size: 18px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin: 0 0 55px;
  @media (max-width: 1000px){
    font-size: 16px;
    margin: 0 auto 30px;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.top-instagram__image img{
  width: 86px;
  @media (max-width: 1000px){
    width: 80px;
  }
}
.top-instagram__image{
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  letter-spacing: 0.05em;
}
.top-instagram__image::after{
  content: "";
  width: 6px;
  height: 6px;
  background: url(../img/arrow_C.png) center / contain no-repeat;
  transform: translate(0, 1px);
  transition: .3s transform;
}
.top-instagram__image:hover::after{
  transform: translate(2px, -1px);
}
.top-instagram__list{
  max-width: 540px;
  @media (max-width: 1000px){
    width: 215px;
  }
}



/*--------------------------------------------------
reserve
--------------------------------------------------*/
.reserve{
  background: #D9D5C7;
  padding: 130px 0 105px;
  position: relative;
  overflow: hidden;
  @media (max-width: 1000px){
    padding: 95px 0 80px;
  }
}
.reserve .u_inner{
  z-index: 1;
}
.reserve__text{
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  margin: 0 0 60px;
  @media (max-width: 1000px){
    margin: 0 0 50px;
  }
}
.reserve__button{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  column-gap: 10px;
  width: 280px;
  height: 78px;
  border-radius: 39px;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.05em;
  transition: .3s color, .3s background;
}
.reserve__button:hover{
  background: #412E2E;
  color: #fff;
}
.reserve__button::after{
  content: "";
  width: 7px;
  height: 7px;
  background: url(../img/arrow_D.png) center / contain no-repeat;
  transition: .3s transform;
}
.reserve__button:hover::after{
  transform: translate(2px, -2px);
  filter: invert(1);
}
.reserve__deco{
  font-size: 190px;
  letter-spacing: 0.16em;
  color: #D0CCBE;
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  text-align: center;
  @media (max-width: 1000px){
    font-size: 23vw;
    transform: translateX(-5%);
    top: 55px;
  }
}



/*--------------------------------------------------
footer
--------------------------------------------------*/
.footer{
  display: flex;
  background: #5D5952;
  color: #fff;
  @media (max-width: 1000px){
    flex-direction: column-reverse;
  }
}
.footer__map{
  width: 505px;
  height: 404px;
  @media (max-width: 1000px){
    width: auto;
    height: 200px;
  }
}
.footer__map iframe{
  width: 100%;
  height: 100%;
  display: block;
}
.footer__body{
  flex: 1;
  padding: 60px 60px 0 50px;
  @media (max-width: 1000px){
    padding: 60px 40px 35px;
  }
}
.footer__logo{
  width: 86px;
  margin: 0 0 0 auto;
}
.footer__logo img{
  filter: brightness(0) invert(1);
}
.footer__label{
  font-size: 23px;
  letter-spacing: 0.2em;
  margin: 0 0 15px;
  @media (max-width: 1000px){
    margin: -15px 0 15px;
  }
}
.footer__address{
  font-size: 13px;
  letter-spacing: 0.05em;
  margin: 0 0 10px; 
}
.footer__mapopen{
  font-size: 12px;
  letter-spacing: 0.05em;
  text-decoration: underline;
}
.footer__copyright{
  margin: -18px 0 0;
  text-align: right;
  font-size: 13px;
  letter-spacing: 0.05em;
}



/*--------------------------------------------------
news-archive
--------------------------------------------------*/
.news-archive{
  padding: 220px 0 140px;
  @media (max-width: 1000px){
    padding: 120px 0;
  }
}
.news-archive__nav{
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin: 0 0 80px;
  @media (max-width: 1000px){
    column-gap: 10px;
  }
}
.news-archive__link{
  height: 42px;
  border-radius: 21px;
  padding: 0 18px;
  background: #Fff;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  @media (max-width: 1000px){
    height: 40px;
    padding: 0 14px;
  }
}
.news-archive__link._current{
  background: #C9AD9C;
  color: #fff;
}



/*--------------------------------------------------
news-post
--------------------------------------------------*/
.news-post{
  padding: 220px 0 140px;
  @media (max-width: 1000px){
    padding: 180px 0 120px;
  }
}
.news-post__info{
  display: flex;
  align-items: center;
  column-gap: 30px;
  margin: 0 0 30px;
}
.news-post__date{
  font-size: 15px;
  letter-spacing: 0.15em;
}
.news-post__cat{
  display: flex;
  column-gap: 10px;
}
.news-post__cat div{
  display: inline-flex;
  align-items: center;
  background: #fff;
  padding: 0 8px;
  height: 28px;
  border-radius: 14px;
  font-size: 13px;
  letter-spacing: 0.05em;
  @media (max-width: 1000px){
    font-size: 12px;
    height: 25px;
    border-radius: 12.5px;
  }
}
.news-post__title{
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 60px;
  @media (max-width: 1000px){
    font-size: 22px;
  }
}
.news-post__thumbnail{
  margin: 0 0 60px;
}
.news-post__thumbnail img{
  border-radius: 10px;
}
.news-post__content{
  padding: 60px 0;
  margin: 0 0 60px;
  border-top: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}
.news-post__content h2{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px;
  @media (max-width: 1000px){
    font-size: 22px;
  }
}
.news-post__content h3{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px;
}
.news-post__content h4{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 30px;
  padding: 0 0 0 24px;
  position: relative;
}
.news-post__content h4::before{
  content: "";
  width: 9px;
  height: 1px;
  background: #3E3E3E;
  position: absolute;
  left: 0;
  top: 9px;
}
.news-post__content p{
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 30px;
}
.news-post__content a{
  text-decoration: underline;
}
.news-post__content li{
  font-size: 14px;
  padding: 0 0 0 14px;
  position: relative;
}
.news-post__content li::before{
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9AD9C;
  position: absolute;
  top: 8px;
  left: 0;
}
.news-post__content li:not(:last-of-type){
  margin: 0 0 8px;
}
.news-post__back{
  width: 125px;
  height: 30px;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-weight: 00;
  letter-spacing: 0.05em;
  margin: 0 auto;
}
.news-post__back::before{
  content: "";
  width: 24px;
  height: 4px;
  background: url(../img/arrow_E.png) center / contain no-repeat;
  transition: .3s transform;
}
.news-post__back:hover::before{
  transform: translateX(-4px);
}