@charset "UTF-8";
html:not(.responsive) {
  min-width: 1000px;
  /* viewport */
}
* {
  box-sizing: border-box;
}
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.09em;
  background: url("../img/shared/bg.jpg");
  min-width: inherit;
  min-height: inherit;
  max-height: 100%;
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 36px;
    text-align: left;
    min-width: 1000px;
    /* viewport */
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --app-height: 100%;
  }
  html.open, body.menu-open {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
  }
}
/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/
.fnt-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*=============================================
 * .fnt - customs
 *=============================================*/
/* taviraj-200 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/taviraj-v13-latin-200.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* taviraj-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Taviraj';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/taviraj-v13-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.fnt-taviraj {
  font-family: 'Taviraj';
  font-weight: 200;
}
/*=============================================
 * <main>
 *=============================================*/
main {
  clear: both;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.wrap {
  width: 1000px;
}
a:hover {
  text-decoration: none;
}
a, img {
  transition: 0.3s all ease-in-out;
}
.lts0 {
  letter-spacing: 0;
}
.lts60 {
  letter-spacing: 0.06em;
}
.lts120 {
  letter-spacing: 0.12em;
}
.fz30 {
  font-size: 6.8vw;
}
.fz25 {
  font-size: 5.34vw;
}
.fz43 {
  font-size: 8vw;
}
.fz50 {
  font-size: 9.33334vw;
}
.fz60 {
  font-size: 11vw;
}
.fz77 {
  font-size: 14.4vw;
}
.fz78 {
  font-size: 14.53334vw;
}
.fz102 {
  font-size: 19vw;
}
.btn-link a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.12em;
  border: 1px solid #fff;
  padding: 19px 15px 19px 0;
  text-align: center;
  position: relative;
}
.btn-link a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: calc(50% - 80px);
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.btn-link.white a {
  border-color: #000;
  color: #000;
}
.btn-link.white a:after {
  border-color: #000;
}
.btn-link.cart a:before {
  content: '';
  width: 20px;
  background-image: url("../img/shared/icon_cart_white.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(50% - 85px);
  transition: 0.3s all ease-in-out;
}
.btn-link.cart a:after {
  display: none;
}
.btn-link.cart.white a:before {
  background-image: url("../img/shared/icon_cart.png");
}
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  line-height: 0;
}
.slick-dots li button {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li + li {
  margin: 0 10px;
}
.slick-dots li.slick-active button {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .fz25 {
    font-size: 25px;
  }
  .fz30 {
    font-size: 30px;
  }
  .fz43 {
    font-size: 43px;
  }
  .fz50 {
    font-size: 50px;
  }
  .fz60 {
    font-size: 60px;
  }
  .fz77 {
    font-size: 77px;
  }
  .fz78 {
    font-size: 78px;
  }
  .fz102 {
    font-size: 102px;
  }
  .btn-link {
    width: 340px;
  }
  .btn-link a {
    font-size: 18px;
    line-height: 30px;
    padding: 19px 42px 17px 0;
  }
  .btn-link a:after {
    right: calc(50% - 86px);
    transition: 0.3s all ease;
  }
  .btn-link a:hover {
    background: #fff;
    color: #fff;
  }
  .btn-link.white a:hover {
    background: #000;
    color: #fff;
  }
  .btn-link.white a:hover:after {
    border-color: #fff;
  }
  .btn-link.cart a {
    padding-right: 49px;
  }
  .btn-link.cart a:before {
    width: 23px;
    right: calc(50% - 97px);
  }
  .btn-link.cart a:hover:before {
    background-image: url("../img/shared/icon_cart.png");
  }
  .btn-link.cart.white a:hover:before {
    background-image: url("../img/shared/icon_cart_white.png");
  }
}
.boxArea {
  position: relative;
}
.boxArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0fa317;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  z-index: 2;
  -webkit-transition: 0.6s 0.9s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  -o-transition: 0.6s 0.9s cubic-bezier(0.47, 0.04, 0.35, 0.98);
  transition: 0.6s 0.9s cubic-bezier(0.47, 0.04, 0.35, 0.98);
}
.boxArea.is-show:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.photoArea {
  position: relative;
  overflow: hidden;
}
.photoArea:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: #0fa317;
}
.photoArea img {
  width: 100%;
  height: 110%;
  object-fit: cover;
  object-position: 50%;
  opacity: 0;
  transform: scale(1.1);
}
.photoArea.is-show:before {
  animation: barAnime forwards 1.5s 1 ease 0.1s normal;
}
.photoArea.is-show img {
  animation: photoAnime forwards 1.5s 1 ease 0.5s normal;
}
@keyframes barAnime {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  68% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes photoAnime {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  50% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*=============================================
 * <header>
 *=============================================*/
body.nav--opened, body.nav--opened *, body.nav--opened *:hover, body.nav--opened *:focus, body.nav--opened *:active {
  /*    cursor: none !important;*/
  touch-action: none !important;
  pointer-events: none !important;
}
body.nav--opened .hamburger, body.nav--opened #menu-toggle, body.nav--opened #menu-toggle *, body.nav--opened #ft-fixed, body.nav--opened #ft-fixed * {
  touch-action: auto !important;
  pointer-events: visible !important;
}
.nav--opened {
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  touch-action: none !important;
  pointer-events: none !important;
}
.nav--opened #menu-toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  overflow: auto;
}
.nav--opened #pagetop {
  opacity: 0;
  visibility: hidden;
}
header {
  padding-top: 100px;
  position: relative;
  z-index: 2;
}
header h1 {
  font-size: 10px;
  line-height: 25px;
  letter-spacing: 0;
  color: #989898;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 1;
  padding: 0 5%;
}
header .logo {
  width: 160px;
  margin: 0 auto 19px;
}
@media only screen and (min-width: 768px) {
  header {
    padding-top: 0px;
  }
  .has-nav    header .hamburger  {
    opacity: 1;
    visibility: visible;
  }
  header .hamburger {
          z-index: 89999;
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    top: 0;
    background-color: #000000;
    padding: 14px 0 0 22px;
    opacity: 0;
    visibility: hidden;
  }
  header .hamburger:hover {
    opacity: 0.8;
  }
  .hamburger:after {
    display: none;
  }
  .hamburger-box {
    width: 46px;
  }
  .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 46px;
    height: 1px;
  }
  .hamburger-inner {
    top: 20px;
    margin: 0;
  }
  .is-active .hamburger-inner
  {
    top: 27px;
  }
  .hamburger-inner:after {
    bottom: -16px;
  }
  .hamburger-inner:before {
    opacity: 0;
  }
  header h1 {
    font-size: 13px;
    letter-spacing: 0.06em;
    left: 460px;
    top: 762px;
    padding: 0 20px 0 0;
    text-align: right;
  }
  header .logo {
       width: 220px;
    margin: 0;
    position: absolute;
    top: 118px;
    right: calc(50% - 650px);
    z-index: 1;
  }
  header .tel {
    position: absolute;
    left: 30px;
    top: 692px;
    z-index: 1;
  }
  header .tel span {
    font-size: 30px;
    margin: -4px 0 -6px;
  }
  header .tel span small {
    font-size: 20px;
    letter-spacing: 0.05em;
    margin-right: 5px;
  }
  header .tel small.db {
    font-size: 13px;
  }
  header .sns_icon {
    position: absolute;
    left: 20px;
    top: 642px;
    z-index: 1;
    display: flex;
  }
  header .navi-pc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.12em;
    max-width: 1200px;
    margin: 0 auto;
    padding: 52px 0px 30px;
    display: flex;
    justify-content: space-between;
  } header .navi-pc a
  {
    border-bottom: 1px solid transparent;
  }
  header .navi-pc a:hover,  header .navi-pc a.active {
    
        border-bottom: 1px solid #fff;
    color: #fff !important;
    
  }
  header .navi-pc .main-nav {
    display: flex;
    gap: 40px;
  }
  header .navi-pc .main-nav  > li:first-child {
    position: relative;
    
    
  }  header .navi-pc .main-nav  > li:first-child:before {
    
       content: '';
    position: absolute;
    top: -1px;
    right: -20px;
    height: 24px;
    border-left: 1px solid #fff;
  }
  header .navi-pc .main-nav li.sub.ext1 {
    padding-right: 21px;
    position: relative;
    
  }  header .navi-pc .main-nav li.sub.ext1:before
  {
    
       content: '';
    position: absolute;
    top: -1px;
    right: -12px;
    bottom: 7px;
    border-left: 1px solid #fff;
  }
  header .navi-pc .main-nav li.sub a {
    font-size: 15px;
    color: #828282;
  }
  header .navi-pc .main-nav li.sub ul {
    padding: 13px 0 0;
    line-height: 28px;
  }
  header .navi-pc .access {
    gap: 10px;
    display: flex;
    gap:23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1350px) {
  
  header .logo {
    right: 20px;
  }
  header .navi-pc {
    max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  header .navi-pc .access {
    padding-right: 80px;
  }
  
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  header .navi-pc {
      display: block;
  }
  header .navi-pc .access {
    padding-top: 20px;
  }

  header .logo {
    top: 170px;
  }
}
.nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  transition: 0.3s all ease-in-out;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
@media only screen and (min-width: 768px) {
  .nav-fixed {
    height: 90px;
    background: #000;
  }
  .nav-fixed .wrap {
    max-width: 1300px;
    width: 94%;
  }
  .nav-fixed .navi-pc {
    float: left;
    padding: 16px 0 0 0;
    font-size: 16px;
    line-height: 18px;
  }
  .nav-fixed .navi-pc ul {
    margin-bottom: 21px;
  }
  .nav-fixed .navi-pc ul li + li {
    margin-left: 40px;
  }
  .nav-fixed .navi-pc ul .ttl {
    padding: 0 28px 0 17px;
  }
  .nav-fixed .navi-pc ul + ul {
    margin-bottom: 0;
  }
  .nav-fixed .btn {
    width: 190px;
    float: right;
    margin-top: 22px;
  }
  .nav-fixed .btn a {
    display: block;
    border: 1px solid #fff;
    letter-spacing: 0.12em;
    padding: 5px 0 2px 30px;
    position: relative;
  }
  .nav-fixed .btn a:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    top: 17px;
    transition: 0.3s all ease-in-out;
  }
  .nav-fixed .btn a:hover {
    background: #fff;
    color: #000;
  }
  .nav-fixed .btn a:hover:after {
    border-color: #000;
  }
}
.nav-fixed.fixed {
  opacity: 1;
  visibility: visible;
}
.has-nav #ft-fixed {
  opacity: 1;
  visibility: visible;
}
.menu-toggle {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 100%;
  right: 0;
  bottom: 0px;
  top: 0;
  padding: 50px 5% 122px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  z-index: 9;
  background-image: url("../img/shared/bg.jpg");
  font-size: 16px;
  line-height: 45px;
  letter-spacing: 0.12em;
  color: #828282;
}
.menu-toggle nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .menu-toggle nav > ul >  li:nth-child(1) {
    
    display: none;
  }
}

.menu-toggle nav li.shop {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 25px;
}
.menu-toggle nav li.access {
  border-bottom: 1px solid;
  padding: 20px 0;
}
.menu-toggle nav li.access a {
  color: #fff;
  margin-right: 12px;
  white-space: nowrap;
}
.menu-toggle nav li.access a:last-child {
  margin-right: 0;
}
.menu-toggle nav li.sub {
  position: relative;
  padding: 5px 0 0 160px;
  max-width: 250px;
}
.menu-toggle nav li.sub .tt {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.menu-toggle nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
.menu-toggle nav .active,.menu-toggle nav a:hover {
  border-color: #fff;
  color: #fff !important;
}
.menu-toggle nav .ttl {
  margin-bottom: 20px;
}
.menu-toggle nav ul + ul {
  padding-right: 10px;
}
.menu-toggle .btn {
  width: 90%;
  margin: 35px auto 0;
}
.menu-toggle .btn a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.12em;
  padding: 6px 20px 7px 0;
  position: relative;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
}
.menu-toggle .btn a:after {
  content: '';
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  right: calc(50% - 67px);
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}


@media screen and (min-width: 768px) {
  #menu-toggle {
     width: 640px;
    background: #fff !important;
    padding: 47px 0 0 109px;
  }
    #menu-toggle .inner
  {
       padding-bottom: 120px ;
  }
  .menu-toggle nav    {
    color: #5c5c5c;
 
    
  }
  .menu-toggle nav  a {
    font-size: 20px;
  }
  .menu-toggle nav li.sub {
    padding: 0 0 27px;
  }
  .menu-toggle nav li.sub li {
    padding-bottom: 0;
    line-height: 34px;
  }
  .menu-toggle nav li {
    padding-bottom: 25px;
  }
  .menu-toggle nav li.shop {
        margin: 0;
    padding-top: 25px;
    width: 195px;
  }
  .menu-toggle nav li.sub .tt {
     color: #000;
    position: static;
    font-size: 25px;
    letter-spacing: 0.12em;
    padding-bottom: 9px;
    display: inline-block;
  }
  .menu-toggle nav li.shop {
    border-top: 1px solid #d9d9d9;
  }
  .menu-toggle nav .active, .menu-toggle nav a:hover {
    
    color: #000 !important;
    border-color: #000 ;
  }  .menu-toggle nav li.access 
  {
    padding: 19px 0 23px;
    border: none;
  }
  .menu-toggle nav li.access a {
    color: #000;
    margin-right: 30px;
  }
  .menu-toggle nav li.access a:first-child {
    display: none;
  }
  .menu-toggle .btn  {
    width: 190px;
    margin: 0;
  }
  .menu-toggle .btn a:after {
        border-top: 1px solid ;
    border-right: 1px solid ;
  }
  .menu-toggle .btn a {
    color: #000;
    border: 1px solid;
    line-height: 44px;
    padding: 0 20px 0 0px;
  }
  .menu-toggle .btn a:after {
    right: 35px;
  }
  
}
/*=============================================
 * key
 *=============================================*/
#key {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 81.334vw;
  position: relative;
}
@media only screen and (min-width: 768px) {
  #key {
    height: 612px;
  }
}
/*=============================================
 * <section>
 *=============================================*/
.bg-para {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bg-para .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.bg-para .img-parallax img {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
.txt-ani span {
  display: inline-block;
  color: #000;
  transition: 0.2 all ease;
  transition-delay: 0.5s;
  opacity: 0;
  transform: translate(80px, 0);
}
.txt-ani span:nth-child(1) {
  transition-duration: 0.5s;
}
.txt-ani span:nth-child(2) {
  transition-duration: 1s;
}
.txt-ani span:nth-child(3) {
  transition-duration: 1.5s;
}
.txt-ani span:nth-child(4) {
  transition-duration: 2s;
}
.txt-ani span:nth-child(5) {
  transition-duration: 2.3s;
}
.txt-ani span:nth-child(6) {
  transition-duration: 2.5s;
}
.txt-ani span:nth-child(7) {
  transition-duration: 2.7s;
}
.txt-ani span:nth-child(8) {
  transition-duration: 2.9s;
}
.txt-ani span:nth-child(9), .txt-ani span:nth-child(10), .txt-ani span:nth-child(11) {
  transition-duration: 2.9s;
}
.txt-ani.txt-latin span {
  transform: translate(0, 80px);
}
.txt-ani.txt-latin.animated span, .txt-ani.animated span {
  opacity: 1;
  transform: translate(0, 0);
}
/*=============================================
 * <footer>
 *=============================================*/
footer {
  padding: 60px 0 90px;
  background-image: url("../img/shared/footer_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  font-size: 14px;
  letter-spacing: 0.12em;
}

footer  nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 36px;
}
footer nav li.shop {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin-top: 25px;
}
footer nav li.access {
  border-bottom: 1px solid;
  padding: 20px 0 30px;
}
footer nav li.access a {
  color: #fff;
  margin-right: 16px;
}
footer nav li.access a:last-child {
  margin-right: 0;
}
footer  nav li.sub {
  position: relative;
  padding: 5px 0 0 160px;
  max-width: 250px;
}
footer  nav li.sub a{
  color: #828282;font-size: 16px;
}
footer  nav li.sub .tt {
  position: absolute;
  top: 5px;
  left: 5px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
footer  nav a {
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
footer  nav .active,footer  nav a:hover {
  border-color: #fff;color: #fff !important;
}
footer  nav .ttl {
  margin-bottom: 20px;
}
footer nav ul + ul {
  padding-right: 10px;
}



footer .ft-bot {
 

  padding-top: 35px;
  line-height: 23px;
}
footer .ft-bot .copy {
  width: 277px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
footer .ft-bot .copy:after {
  content: '';
  width: 15px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/shared/icon_link1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 13px;
  position: relative;
  top: 2px;
}
footer .ft-bot .copy.copied {
  pointer-events: none;
}
footer .ft-bot .cookies-link {
  display: table;
  margin: 23px auto 0;
  position: relative;
}
footer .ft-bot .cookies-link:after {
  content: '';
  width: 17px;
  height: 17px;
  display: inline-block;
  background-image: url("../img/shared/icon_link2.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
footer .ft-bot #socialbuttons {
  text-align: center;
  margin: 45px 0 50px;
}
footer .ft-bot address {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  footer {
    padding: 124px 0 118px;
    background-image: url("../img/shared/footer_bg.jpg");
    font-size: 16px;
  }
  footer .wrap {
    width: 100%;
    max-width: 1200px;
  }
  
  footer nav {
         float: right;
    width: 544px;
    margin-right: 55px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    position: relative;
    padding: 0px 0 0 204px;
  }
  footer nav > ul {
     border-left: 1px solid #fff;
    padding: 0 0 0 52px;
  }
  footer nav li.sub
  {
        position: relative;
    padding: 0px 0 13px 156px;
     max-width: 100%; 
    line-height: 31px;
     margin:  0 0; 
  }footer nav li.sub a {
    font-size: 16px;
    white-space: nowrap;
    
  }
  

  
  footer nav li.sub .tt {

    top: -3px;
    left: 0px;
 
    font-size: 16px;

  }
  footer nav li.access {
    
         border: none;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    left: 51px;
    top: -3px;
    width: 130px;
    padding: 0;
    border: none !important;


  }
  footer nav .access a {
    margin: 0 0px 20px 0;
  }
  footer nav li.shop {
    
        margin: 10px 0 0;
    padding-top: 7px;
    width: 250px;
  }
  footer nav li.shop .tt {
    top: 7px;
  }
  footer .ft-bot {
   position: absolute;
    left: 0;
    bottom: 0;z-index: 1;
    border-top: none;
    margin-top: 0;
    padding: 0 0 0 6px;
    line-height: 26px;
  }
  footer .ft-bot .copy {
    width: 100%;
    margin: 0;
    letter-spacing: 0.15em;
    transition: 0.3s all ease-in-out;
  }
  footer .ft-bot .copy:after {
    width: 16px;
    height: 22px;
    margin-left: 14px;
  }
  footer .ft-bot .copy:hover {
    opacity: 0.8;
  }
  footer .ft-bot .cookies-link {
    display: block;
    margin: 5px 0 0;
    letter-spacing: 0.15em;
  }
  footer .ft-bot .cookies-link:after {
    width: 19px;
    height: 19px;
    margin-left: 14px;
  }
  footer .ft-bot .cookies-link a:hover {
    text-decoration: underline;
  }
  footer .ft-bot #socialbuttons {
    text-align: left;
    margin: 19px 0 36px;
  }
  footer .ft-bot address {
    text-align: right;
    font-size: 14px;
  }
}
#ft-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
  background: #000;
  height: 70px;
}
#ft-fixed .tel {
  height: 70px;
  width: calc(100% - 70px);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 26px;
  padding-top: 9px;
}
#ft-fixed .tel span {
  font-size: 24px;
}
#ft-fixed .tel span small {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  #pagetop {
    width: 40px;
    bottom: 80px;
  }
}
/*=============================================
 * .socialbuttons
 *=============================================*/
/*=============================================
 * copyright
 *=============================================*/
.fwm {
  font-weight: 500;
}
.fwb {
  font-weight: bold;
}
.tac {
  text-align: center;
}
.taj {
  text-align: justify;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.db {
  display: block;
}
.df {
  display: flex;
}
.jcfs {
  justify-content: flex-start;
}
.jcc {
  justify-content: center;
}
.jcsb {
  justify-content: space-between;
}
.jcfe {
  justify-content: flex-end;
}
.aifs {
  align-items: flex-start;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media only screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .df-pc {
    display: flex;
  }
}
/* --------------------------------------------------------------------- */
/* ef */
/* --------------------------------------------------------------------- */
@-webkit-keyframes photo-blur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes photo-blur {
  0% {
    filter: blur(10px);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  to {
    filter: blur(0);
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.photo-blur {
  -webkit-animation-name: photo-blur;
  animation-name: photo-blur;
  animation-duration: 2s;
}
@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3 / 1), only screen and (min-device-pixel-ratio: 3), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer {
    padding-bottom: calc(env(safe-area-inset-bottom) + 90px);
  }
  #ft-fixed:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #000;
    z-index: -1;
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 80px);
  }
}
@media only screen and (min-width: 768px) {
  .nav--opened footer:after, footer:after {
    display: none;
  }
}
:root {
  --color-kitashinchi: #360451;
  --color-tenma: #458cf7;
}