body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

img,
picture {
  max-width: 100%;
  display: block;
}


:root{
  --view-size: 1440;
}

.sp_only{
  display: none;
}

body{
  font-size: calc(14/var(--view-size)*100vw);
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #111;
  background: #f6f2ec;
  letter-spacing: 0.08em;
}

header{
  position: absolute;
  top: 0;
  left: 0;
  width: calc(360/var(--view-size)*100vw);
}
.header_logo_wrapper{
  width: calc(173/var(--view-size)*100vw);
  margin: calc(71/var(--view-size)*100vw) auto 0;
}
.header_logo_wrapper img{
  width: 100%;
}
.header_shopname_wrapper{
  text-align: center;
  margin-top: calc(26/var(--view-size)*100vw);
  font-weight: 400;
}
.header_shopname{
  font-size: calc(24/var(--view-size)*100vw);
}
.header_shopname_furigana{
  font-size: calc(12/var(--view-size)*100vw);
  margin-top: calc(3/var(--view-size)*100vw);
}
.header_menu{
  font-size: calc(18/var(--view-size)*100vw);
  margin-top: calc(150/var(--view-size)*100vw);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.header_menu li{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: calc(40/var(--view-size)*100vw);
  line-height: 1;
}
.header_menu li:last-child{
  margin-right: 0;
}
.header_menu li a{
  position: relative;
  transition: .3s;
  display: block;
}
.header_menu li a:hover{
  color: #c28635;
}
.header_menu li a::before{
  content: "";
  width: 1px;
  height: calc(50/var(--view-size)*100vw);
  background: #d7c9b5;
  position: absolute;
  top: calc(-65/var(--view-size)*100vw);
  left: 50%;
  transform: translateX(-50%);
}
.header_menu li a::after{
  content: "";
  width: 1px;
  height: 0;
  background: #C28635;
  position: absolute;
  top: calc(-65/var(--view-size)*100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
.header_menu li a:hover::after{
  height: calc(50/var(--view-size)*100vw);
}
.header_spmenu_wrapper{
  display: none;
}



footer{
  padding-left: calc(360/var(--view-size)*100vw);
  padding-right: calc(360 / var(--view-size)* 100vw);
  padding-top: calc(70 / var(--view-size)* 100vw);
  padding-bottom: calc(75 / var(--view-size)* 100vw);
}
.footer_wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer_logo{
 width: calc(162/var(--view-size)*100vw); 
}
.footer_shopname_wrapper{
  text-align: center;
  margin-top: calc(27/var(--view-size)*100vw);
}
.footer_shopname{
  font-size: calc(24/var(--view-size)*100vw);
}
.footer_shopname_frigana{
  margin-top: calc(3/var(--view-size)*100vw);
  font-size: calc(12/var(--view-size)*100vw);
}
.footer_list{
  font-size: calc(18 / var(--view-size)* 100vw);
  margin-top: calc(56 / var(--view-size)* 100vw);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.footer_list li{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-right: calc(40 / var(--view-size)* 100vw);
  line-height: 1;
}
.footer_list li a{
  position: relative;
  transition: .3s;
  display: block;
}
.footer_list li:last-child{
  margin-right: 0;
}
.footer_list li a:hover{
  color: #c28635;
}
.footer_list li a::before{
  content: "";
  width: 1px;
  height: calc(50/var(--view-size)*100vw);
  background: #d7c9b5;
  position: absolute;
  top: calc(-65/var(--view-size)*100vw);
  left: 50%;
  transform: translateX(-50%);
}
.footer_list li a::after{
  content: "";
  width: 1px;
  height: 0;
  background: #C28635;
  position: absolute;
  top: calc(-65/var(--view-size)*100vw);
  left: 50%;
  transform: translateX(-50%);
  transition: .3s;
}
.footer_list li a:hover::after{
  height: calc(50/var(--view-size)*100vw);
}
.footer_copyright{
 margin-top: calc(110 / var(--view-size)* 100vw); 
 font-size: calc(10 / var(--view-size)* 100vw);
 color: #a3a3a3;
 text-align: right;
}

@media(max-width: 768px){

  :root{
    --view-size: 375;
  }

  .pc_only{
    display: none;
  }
  .sp_only{
    display: block;
  }

  header{
    width: 100%;
    position: static;
  }
  .header_logo_wrapper{
    width: calc(126 / var(--view-size)* 100vw);
    margin: calc(25 / var(--view-size)* 100vw) auto 0 calc(15 / var(--view-size)* 100vw);
  }
  .header_shopname_wrapper{
    margin: calc(20 / var(--view-size)* 100vw) auto 0 0;
    /* width: calc(126 / var(--view-size)* 100vw); */
  }
  .header_shopname{
    font-size: calc(18 / var(--view-size)* 100vw);
  }
  .header_shopname_furigana{
    font-size: calc(10 / var(--view-size)* 100vw);
  }
  .header_menu{
    display: none;
  }
  .header_spmenu_wrapper{
    display: block;
  }
  .header_spmenu_bar{
    transition: 0.3s;
    position: fixed;
    top: calc(25 / var(--view-size)* 100vw);
    right: calc(20 / var(--view-size)* 100vw);
    width: calc(60 / var(--view-size)* 100vw);
    height: calc(60 / var(--view-size)* 100vw);
    cursor: pointer;
    z-index: 10001;
    border: 1px solid #c28635;
    border-radius: 50%;
  }
  .header_spmenu_bar::before,
  .header_spmenu_bar::after{
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: #c28635;
    transition: .5s;
    width: calc(25 / var(--view-size)* 100vw);
  }
  .header_spmenu_bar::before{
    top: calc(27 / var(--view-size)* 100vw);
  }
  .header_spmenu_bar::after{
    bottom: calc(28 / var(--view-size)* 100vw);
  }
  .header_spmenu_bar.close::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: 0.3s;
  }
  .header_spmenu_bar.close::after{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: 0.3s;
  }
  .header_spmenu_modal{
    display: none;
    background: #f6f2ec;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .header_menu.header_spmenu{
    display: flex;
  }
  .header_menu_reserve_wrapper{
    padding-top: calc(30 / var(--view-size)* 100vw);
    padding-bottom: calc(30 / var(--view-size)* 100vw);
    background: #87755a;
    color: #fff;
    margin-top: calc(116 / var(--view-size)* 100vw);
    text-align: center;
    position: relative;
  }
  .header_menu_reserve_en{
    font-size: calc(12 / var(--view-size)* 100vw);
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  .header_menu_reserve_ja{
    font-size: calc(20 / var(--view-size)* 100vw);
  }
  .header_menu_reserve_midashi{
    position: relative;
    z-index: 2;
  }
  .header_menu_reserve_tel_wrapper{
    width: calc(315 / var(--view-size)* 100vw);
    margin: calc(20 / var(--view-size)* 100vw) auto 0;
    padding-top: calc(15 / var(--view-size)* 100vw);
    padding-bottom: calc(20 / var(--view-size)* 100vw);
    background: rgba(255, 255, 255, 0.14);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 2;
  }
  .header_menu_reserve_tel_midashi{
    font-size: calc(15 / var(--view-size)* 100vw);
    margin-bottom: calc(3 / var(--view-size)* 100vw);
  }
  .header_menu_reserve_tel a{
    font-size: calc(40 / var(--view-size)* 100vw);
    font-family: "Philosopher", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
  }
  .header_menu_reserve_tel_midashi{
    font-size: calc(12 / var(--view-size)* 100vw);
    margin-top: calc(3 / var(--view-size)* 100vw);
  }
  .header_menu_reserve_wrapper::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/PC/noise.png);
    background-size: 100% calc(242 / var(--view-size)* 100vw);
    background-repeat: repeat;
    opacity: .08;
  }



  footer{
    padding-left: 0;
    padding-right: 0;
    padding-top: calc(100 / var(--view-size)* 100vw);
    padding-bottom: calc(25 / var(--view-size)* 100vw);
  }
  .footer_wrapper{
    display: block;
  }
  .footer_logo{
    margin: 0 auto;
  }
  .footer_list{
    margin-top: calc(122 / var(--view-size)* 100vw);
  }
  .footer_copyright{
    text-align: center;
    margin-top: calc(126 / var(--view-size)* 100vw);
  }

}




.fadeUpScrollTrigger,
.backtopTrigger{
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.3s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.backtopFade{
  animation-name: fadeAnime;
  animation-duration: 1.3s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.Loading{
  animation-name: LoadingAnime;
  animation-duration: .8s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes LoadingAnime {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}

.LoadingOut{
  animation-name: LoadingOutAnime;
  animation-duration: .8s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards; 
}
@keyframes LoadingOutAnime {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}