#header {
  position: relative;
  padding: 6vw 0 12vw;
}
#header::before {
  content: "";
  background: url(../img/shared/bg1.jpg);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 14%;
  height: 118vw;
  z-index: -1;
}
#header h1 {
  position: absolute;
  top: 12vw;
  left: 4%;
  font-family: "Shippori Mincho";
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #878787;
  z-index: 2;
}
#header .logo {
  position: absolute;
  top: 11vw;
  left: 50%;
  transform: translateX(-50%);
  width: 51%;
  z-index: 2;
}
#header #key {
  position: relative;
  margin: 0 3%;
  height: 130vw;
}
#header #belt .menu-content .item1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 20vw;
  margin-bottom: 14vw;
  border-bottom: 1px solid #d8d2ca;
}
#header #belt .menu-content .item1 .nav-sub {
  width: 29%;
  margin-bottom: 1vw;
}
#header #belt .menu-content .item1 .nav-sub li {
  text-align: center;
  position: relative;
}
#header #belt .menu-content .item1 .nav-sub li::before {
  content: "";
  border-left: 1px solid #878787;
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 4px;
}
#header #belt .menu-content .item1 .nav-sub li::after {
  content: "";
  border-left: 1px solid #878787;
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
}
#header #belt .menu-content .item1 .nav-sub li:not(:last-child) {
  margin-bottom: 6px;
}
#header #belt .menu-content .item1 .nav-sub li a {
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #878787;
}
#header #belt .menu-content .item1 .nav-main {
  width: 51%;
}
#header #belt .menu-content .item1 .nav-main li:not(:last-child) {
  margin-bottom: 23px;
}
#header #belt .menu-content .item1 .nav-main li a {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.25em;
  display: inline-block;
  position: relative;
  padding-bottom: 4px;
}
#header #belt .menu-content .item1 .nav-main li a.active::before,
#header #belt .menu-content .item1 .nav-main li a.active::after {
  opacity: 1;
  visibility: visible;
}
#header #belt .menu-content .item1 .nav-main li a::before {
  content: "";
  background: url(../img/shared/nav_on.png) no-repeat 0 0/100% auto;
  width: 15px;
  height: 15px;
  position: absolute;
  bottom: -6px;
  left: -25px;
  opacity: 0;
  visibility: hidden;
}
#header #belt .menu-content .item1 .nav-main li a::after {
  content: "";
  border-top: 1px solid #604a42;
  position: absolute;
  left: -12px;
  bottom: 0;
  right: -21px;
  opacity: 0;
  visibility: hidden;
}
#header #belt .menu-content .item2 .tel {
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
}
#header #belt .menu-content .item2 .tel dt {
  font-size: 13px;
  font-weight: 500;
  color: #391e15;
  letter-spacing: 0.1em;
}
#header #belt .menu-content .item2 .tel dt img {
  width: 29px;
  margin-right: 10px;
  position: relative;
  top: -8px;
}
#header #belt .menu-content .item2 .tel dt span {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#header #belt .menu-content .item2 .tel dd {
  font-size: 12px;
  letter-spacing: 0.075em;
  color: #333;
  line-height: 20px;
  margin-top: 4px;
}
#header #belt .menu-content .item2 .gr-btn {
  margin-top: 6vw;
}
#header #belt .menu-content .item2 .gr-btn .btn-web {
  margin-bottom: 12px;
}
#header .hd-bnr {
  margin: 13.5vw 3% 0;
}
#header .sns {
  display: flex;
  align-items: center;
  margin: 9.5vw 0 0 32%;
}
#header .sns h3 {
  font-size: 6.9vw;
  letter-spacing: 0.1em;
  color: #fff;
}
#header .sns ul {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 1vw 8vw;
  margin-left: 6.5vw;
}
#header .sns ul::before {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  width: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#header .sns ul::after {
  content: "";
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#header .sns ul li:not(:last-child) {
  margin-right: 5vw;
}
#header .sns ul li img {
  width: 29px;
}
#footer {
  background: url(../img/shared/ft_bg_sp.jpg) no-repeat center top/cover;
  color: #fff;
  padding: 13vw 0 30vw;
}
#footer .set1 {
  padding-bottom: 45vw;
}
#footer .set1 .right {
  color: #c9c9c9;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
#footer .set1 .right li a {
  position: relative;
  padding-left: 21px;
  display: inline-block;
}
#footer .set1 .right li a::before {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat left top/100% auto;
  width: 11px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
}
#footer .set1 .right li a::after {
  content: "";
  border-top: 1px solid #aba29b;
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
}
#footer .set1 .right .cookies_link {
  margin-top: 12px;
}
#footer .set1 .right .cookies_link a::before {
  background: url(../img/shared/icon_cookie.png) no-repeat left top/100% auto;
  top: 9px;
}
#footer .set2 .address {
  text-align: center;
}
#footer .set2 .address address {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
#footer .set2 #socialbuttons {
  margin: 15px 0 0;
}

#footer .set99 {
  padding-bottom: 10vw;
}
#footer .set99 .right {
  color: #c9c9c9;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
}
#footer .set99 .right li a {
  position: relative;
  padding-left: 21px;
  display: inline-block;
}
#footer .set99 .right li a::before {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat left top/100% auto;
  width: 11px;
  height: 23px;
  position: absolute;
  top: 5px;
  left: 0;
}
#footer .set99 .right li a::after {
  content: "";
  border-top: 1px solid #aba29b;
  position: absolute;
  right: 0;
  bottom: 1px;
  left: 0;
}
#footer .set99 .right .cookies_link {
  margin-top: 12px;
}
#footer .set99 .right .cookies_link a::before {
  background: url(../img/shared/icon_cookie.png) no-repeat left top/100% auto;
  top: 9px;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 0 0 88px;
  }
  #header::before {
    left: calc(50% - 92px);
    height: 445px;
    bottom: 63px;
  }
  #header h1 {
    top: 38px;
    left: 14px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  #header .logo {
    top: 38px;
    width: 275px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header #key {
    margin: 0 120px 0 0;
    height: 842px !important;
  }
  #header .hd-nav {
    position: absolute;
    top: 928px;
    left: calc(50% - 537px);
    display: flex;
    z-index: 2;
  }
  #header .hd-nav li {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
  }
  #header .hd-nav li:not(:last-child) {
    margin-right: 14px;
  }
  #header .hd-nav li a {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.4em;
    color: #333;
    position: relative;
  }
  #header .hd-nav li a::before {
    content: "";
    background: url(../img/shared/hd_nav_on.png) no-repeat;
    width: 19px;
    height: 227px;
    position: absolute;
    top: -47px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
  }
  #header .hd-nav li a.active::before,
  #header .hd-nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #header .hd-nav-sub {
    position: absolute;
    top: 31px;
    right: 150px;
    display: flex;
    z-index: 2;
  }
  #header .hd-nav-sub li {
    padding-right: 22px;
    position: relative;
  }
  #header .hd-nav-sub li::before {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 7px;
  }
  #header .hd-nav-sub li:not(:last-child) {
    margin-right: 25px;
  }
  #header .hd-nav-sub li:first-child {
    padding-left: 25px;
  }
  #header .hd-nav-sub li:first-child::after {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 7px;
  }
  #header .hd-nav-sub li a {
    font-size: 16px;
    letter-spacing: 0.15em;
    color: #878787;
  }
  #header .hd-nav-sub li a:hover {
    opacity: 0.7;
  }
  #header .hd-gr-btn {
    position: fixed;
    top: 110px;
    right: 39px;
    z-index: 99;
  }
  #header .hd-gr-btn li {
    width: 48px;
    margin: 0;
  }
  #header .hd-gr-btn li a {
    font-size: 13px;
    padding: 23px 6px;
    height: 219px;
  }
  #header .hd-gr-btn li a::before {
    background: url(../img/shared/icon_arr3.png) no-repeat 0 0/100% auto;
    width: 5px;
    height: 27px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
  }
  #header .hd-gr-btn .btn-web {
    margin: 11px 0 0;
  }
  #header .hd-tel {
    position: absolute;
    top: 219px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #391e15;
    font-weight: 500;
    line-height: 33px;
  }
  #header .hd-tel dt {
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 45px;
  }
  #header .hd-tel dd img {
    width: 36px;
    height: auto;
    margin-right: 10px;
    position: relative;
    top: -8px;
    left: 4px;
  }
  #header .hd-tel dd span {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  #header #belt .inner {
    position: relative;
  }
  #header #belt .inner .bg {
    background: url(../img/shared/nav_bg.jpg) no-repeat center center/cover;
    position: absolute;
    top: 0;
    width: 50%;
    bottom: 0;
    left: 0;
  }
  #header #belt .fix-logo {
    position: absolute;
    top: 38px;
    width: 275px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
  }
  #header #belt .fix-logo img {
    width: 100%;
    height: auto;
  }
  #header #belt .menu-content {
    width: 50%;
    padding: 266px 132px 100px;
    margin-left: 50%;
  }
  #header #belt .menu-content .item1 {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
  #header #belt .menu-content .item1 .nav-sub {
    width: auto;
    margin: 50px 0 0 -30px;
    display: flex;
  }
  #header #belt .menu-content .item1 .nav-sub li {
    text-align: left;
    padding-right: 22px;
  }
  #header #belt .menu-content .item1 .nav-sub li:not(:last-child) {
    margin: 0 25px 0 0;
  }
  #header #belt .menu-content .item1 .nav-sub li:first-child {
    padding-left: 25px;
  }
  #header #belt .menu-content .item1 .nav-sub li:first-child::before {
    content: "";
  }
  #header #belt .menu-content .item1 .nav-sub li::before {
    content: none;
    top: 8px;
    bottom: 7px;
  }
  #header #belt .menu-content .item1 .nav-sub li::after {
    top: 8px;
    bottom: 7px;
  }
  #header #belt .menu-content .item1 .nav-sub li a:hover {
    opacity: 0.7;
  }
  #header #belt .menu-content .item1 .nav-main {
    width: 100%;
  }
  #header #belt .menu-content .item1 .nav-main li:not(:last-child) {
    margin-bottom: 30px;
  }
  #header #belt .menu-content .item1 .nav-main li a {
    font-size: 25px;
    letter-spacing: 0.4em;
  }
  #header #belt .menu-content .item1 .nav-main li a:hover::before,
  #header #belt .menu-content .item1 .nav-main li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .menu-content .item1 .nav-main li a::before {
    width: 20px;
    height: 21px;
    bottom: -11px;
    left: -39px;
  }
  #header #belt .menu-content .item1 .nav-main li a::after {
    left: -19px;
  }
  #header #belt .menu-content .item2 .gr-btn {
    margin-top: 0;
  }
  #header #belt .menu-content .item2 .gr-btn .btn-web {
    margin-bottom: 0;
    position: fixed;
    top: 110px;
    right: 53px;
    width: 48px;
  }
  #header #belt .menu-content .item2 .gr-btn .btn-web a {
    font-size: 13px;
    padding: 33px 6px;
    height: 219px;
  }
  #header #belt .menu-content .item2 .gr-btn .btn-web a::before {
    background: url(../img/shared/icon_arr3.png) no-repeat 0 0/100% auto;
    width: 5px;
    height: 27px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
  }
  #header .hd-bnr {
    margin: -81px 203px 0 auto;
    width: 490px;
  }
  #header .sns {
    margin: 28px 38px 0 auto;
    justify-content: flex-end;
  }
  #header .sns h3 {
    font-size: 24px;
  }
  #header .sns ul {
    padding: 0px 26px;
    margin-left: 24px;
  }
  #header .sns ul li:not(:last-child) {
    margin-right: 20px;
  }
  #header .sns ul li img {
    width: 27px;
    height: auto;
  }
  #footer {
    background: url(../img/shared/ft_bg.jpg) no-repeat center top/cover;
    padding: 88px 0 34px;
  }
  #footer .wrap {
    max-width: 100%;
    padding: 0 40px 0 149px;
  }
  #footer .set1 {
    padding-bottom: 336px;
    display: flex;
    justify-content: space-between;
  }
  #footer .set1 .left .nav {
    display: flex;
  }
  #footer .set1 .left .nav li:not(:last-child) {
    margin-right: 21px;
  }
  #footer .set1 .left .nav li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3em;
    display: inline-block;
    position: relative;
  }
  #footer .set1 .left .nav li a::before {
    content: "";
    border-top: 1px solid #a5a7af;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #footer .set1 .left .nav li a.active::before,
  #footer .set1 .left .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #footer .set1 .left .nav-sub {
    display: flex;
    margin-top: 12px;
  }
  #footer .set1 .left .nav-sub li {
    padding-right: 22px;
    position: relative;
  }
  #footer .set1 .left .nav-sub li:not(:last-child) {
    margin-right: 25px;
  }
  #footer .set1 .left .nav-sub li:first-child {
    padding-left: 25px;
  }
  #footer .set1 .left .nav-sub li:first-child::after {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 7px;
  }
  #footer .set1 .left .nav-sub li::before {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 7px;
  }
  #footer .set1 .left .nav-sub li a {
    letter-spacing: 0.15em;
    color: #c8c8c8;
  }
  #footer .set1 .left .nav-sub li a:hover {
    opacity: 0.7;
  }
  #footer .set1 .right {
    font-size: 11px;
    text-align: left;
    display: flex;
  }
  #footer .set1 .right li a {
    padding-left: 21px;
  }
  #footer .set1 .right li a::before {
    top: 9px;
    left: 0;
  }
  #footer .set1 .right li a::after {
    opacity: 0;
    visibility: hidden;
    bottom: 7px;
  }
  #footer .set1 .right li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  #footer .set1 .right .cookies_link {
    margin: 0 0 0 24px;
  }
  #footer .set1 .right .cookies_link a::before {
    top: 13px;
  }
  #footer .set2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #footer .set2 .address {
    text-align: left;
  }
  #footer .set2 .address address {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
  }
  #footer .set2 #socialbuttons {
    margin: 0;
    text-align: left;
  }
  
  #footer .set99 {
    padding-bottom: 86px;
    display: flex;
    justify-content: space-between;
  }
  #footer .set99 .left .nav {
    display: flex;
  }
  #footer .set99 .left .nav li:not(:last-child) {
    margin-right: 21px;
  }
  #footer .set99 .left .nav li a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3em;
    display: inline-block;
    position: relative;
  }
  #footer .set99 .left .nav li a::before {
    content: "";
    border-top: 1px solid #a5a7af;
    position: absolute;
    right: 0;
    bottom: 2px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #footer .set99 .left .nav li a.active::before,
  #footer .set99 .left .nav li a:hover::before {
    opacity: 1;
    visibility: visible;
  }
  #footer .set99 .left .nav-sub {
    display: flex;
    margin-top: 12px;
  }
  #footer .set99 .left .nav-sub li {
    padding-right: 22px;
    position: relative;
  }
  #footer .set99 .left .nav-sub li:not(:last-child) {
    margin-right: 25px;
  }
  #footer .set99 .left .nav-sub li:first-child {
    padding-left: 25px;
  }
  #footer .set99 .left .nav-sub li:first-child::after {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    left: 0;
    bottom: 7px;
  }
  #footer .set99 .left .nav-sub li::before {
    content: "";
    border-left: 1px solid #878787;
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 7px;
  }
  #footer .set99 .left .nav-sub li a {
    letter-spacing: 0.15em;
    color: #c8c8c8;
  }
  #footer .set99 .left .nav-sub li a:hover {
    opacity: 0.7;
  }
  #footer .set99 .right {
    font-size: 11px;
    text-align: left;
    display: flex;
  }
  #footer .set99 .right li a {
    padding-left: 21px;
  }
  #footer .set99 .right li a::before {
    top: 9px;
    left: 0;
  }
  #footer .set99 .right li a::after {
    opacity: 0;
    visibility: hidden;
    bottom: 7px;
  }
  #footer .set99 .right li a:hover::after {
    opacity: 1;
    visibility: visible;
  }
  #footer .set99 .right .cookies_link {
    margin: 0 0 0 24px;
  }
  #footer .set99 .right .cookies_link a::before {
    top: 13px;
  }
}
@media screen and (max-width: 1499px) and (min-width: 768px) {
  #footer .wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #footer .set1 .left .nav li a {
    letter-spacing: 0.2em;
  }
  #footer .set99 .left .nav li a {
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #footer .set1 .right {
    display: block;
    text-align: right;
  }
  #footer .set99 .right {
    display: block;
    text-align: right;
  }
}
