#header {
  position: relative;
  padding: 10vw 0 0;
}
#header::before {
  content: "";
  background: url(../img/shared/hd_deco_sp.png) no-repeat 0 0/100% auto;
  position: absolute;
  top: 0;
  left: 8.4%;
  width: 60%;
  z-index: 1;
  bottom: 0;
}
#header .logo {
  width: 47.6%;
  margin: 0 auto 9vw;
}
#header h1 {
  font-size: 11px;
  font-weight: 200;
  letter-spacing: 0;
  line-height: 22px;
  color: #fff;
  position: absolute;
  left: 5%;
  bottom: 3px;
  right: 5%;
  z-index: 2;
}
#header #belt .group .logo-fix {
  width: 59%;
  margin: 0 auto 44px;
}
#header #belt .group .inner .left .item1 {
  margin-bottom: -10px;
  display: flex;
  justify-content: center;
}
#header #belt .group .inner .left .item1 li:not(:last-child) {
  margin-right: 13px;
}
@media screen and (max-width: 767.98px) {
  #header #belt .group .inner .left .item1 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 #belt .group .inner .left .item1 li a {
  display: inline-block;
  letter-spacing: 0.2em;
  line-height: 32px;
  padding: 17px 0 50px;
  font-size: 15px;
}
#header #belt .group .inner .left .item1 li a.active {
  background: url(../img/shared/nav_on_sp.png) no-repeat center top/100% 100%;
}
#header #belt .group .inner .left .item2 .nav-sub {
  display: flex;
  justify-content: center;
}
#header #belt .group .inner .left .item2 .nav-sub li:not(:last-child) {
  padding-right: 13px;
  margin-right: 13px;
  position: relative;
}
#header #belt .group .inner .left .item2 .nav-sub li:not(:last-child)::before {
  content: "";
  border-left: 1px solid #000;
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 7px;
  transform: rotate(18deg);
}
#header #belt .group .inner .left .item2 .nav-sub li:not(:last-child) a {
  letter-spacing: 0.2em;
  font-size: 15px;
}
#header #belt .group .inner .left .item2 .sns {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#header #belt .group .inner .left .item2 .sns li:not(:last-child) {
  margin-right: 19px;
}
#header #belt .group .inner .left .item2 .sns li img {
  height: 29px;
  width: auto;
}
#header #belt .group .inner .right {
  text-align: center;
  padding-top: 17px;
  margin-top: 28px;
  border-top: 1px solid #98948f;
}
#header #belt .group .inner .right .btn-web {
  width: 81%;
}
#footer {
  background: #251206;
  color: #fff;
  padding: 12vw 0 120px;
}
#footer .content {
  padding: 0 5%;
}
#footer .content .left {
  text-align: center;
}
#footer .content .left .logo img {
  width: 52%;
}
#footer .content .left .tel {
  margin: 7vw 0 0;
}
#footer .content .left .tel dt {
  margin-bottom: -3px;
}
#footer .content .right {
  margin-top: 8.5vw;
  padding-top: 7vw;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .content .right .set1 {
  padding-bottom: 17px;
}
#footer .content .right .set1 .col-l p {
  text-align: center;
  line-height: 25px;
}
#footer .content .right .set1 .col-l p:not(:last-child) {
  margin-bottom: 25px;
}
#footer .content .right .set1 .col-l p.mb0 {
  margin-bottom: 0;
}
#footer .content .right .set1 .col-l p .map-link {
  display: inline-block;
  position: relative;
}
#footer .content .right .set1 .col-l p .map-link::before {
  content: "";
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#footer .content .right .set1 .col-r {
  margin-top: 33px;
  padding-top: 38px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .content .right .set1 .col-r .btn-copy {
  margin-top: 17px;
  font-size: 13px;
  text-align: center;
}
#footer .content .right .set1 .col-r .btn-copy a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-left: 20px;
}
#footer .content .right .set1 .col-r .btn-copy a::before {
  content: "";
  background: url(../img/shared/icon_coppy.png) no-repeat 0 0/100% auto;
  width: 14px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 0;
}
#footer .content .right .set2 .info {
  font-size: 13px;
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .content .right .set2 .info .cookies_link {
  margin-bottom: 13px;
}
#footer .content .right .set2 .info .cookies_link a {
  letter-spacing: 0.15em;
  display: inline-block;
  position: relative;
}
#footer .content .right .set2 .info .cookies_link a::before {
  content: "";
  border-top: 1px solid #aaa7a5;
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
}
#footer .content .right .set2 .info address {
  letter-spacing: 0.2em;
}
#footer .content .right .set2 #pagetop {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 9%;
  margin: 21px auto 0;
}
.bnr-shared .gr-bnr .bnr a {
  display: block;
  position: relative;
}
.bnr-shared .gr-bnr .bnr a::before {
  content: "";
  background: url(../img/index/bnr2_arr.png) no-repeat 0 0/100% auto;
  width: 8.5vw;
  height: 8.5vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16vw;
  z-index: 1;
}
.bnr-shared .gr-bnr .bnr a .tit {
  position: absolute;
  top: 28vw;
  left: 5%;
  right: 5%;
  text-align: center;
  color: #fff;
}
.bnr-shared .gr-bnr .bnr a .tit span {
  font-size: 6.8vw;
  letter-spacing: 0.2em;
  padding-bottom: 3px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  #header {
    padding: 58px 0 0;
  }
  #header::before {
    background: url(../img/shared/hd_deco.png) no-repeat;
    height: 622px;
    left: auto;
    right: 0;
    width: 486px;
    bottom: auto;
  }
  #header .logo {
    width: 265px;
    margin: 0;
    position: absolute;
    top: 157px;
    right: 98px;
  }
  #header .logo img {
    width: 100%;
    height: auto;
  }
  #header h1 {
    font-size: 13px;
    color: rgba(34, 34, 34, 0.7);
    top: 14px;
    left: 50px;
    bottom: auto;
    right: auto;
    line-height: 42px;
  }
  #header #key {
    margin: 0 450px 0 50px;
    height: 900px !important;
  }
  #header #key .sl {
    height: 900px;
  }
  #header .hd-right {
    position: absolute;
    top: 332px;
    right: 78px;
    width: 300px;
    text-align: center;
    z-index: 2;
  }
  #header .hd-right .btn-web {
    margin: 24px auto 0;
  }
  #header .hd-right .nav {
    display: flex;
    justify-content: center;
    text-align: left;
    margin: 70px 0 -3px;
  }
  #header .hd-right .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-right .nav li:not(:last-child) {
    margin-right: 8px;
  }
  #header .hd-right .nav li a {
    line-height: 32px;
    display: inline-block;
    padding: 19px 0 47px;
    letter-spacing: 0.2em;
  }
  #header .hd-right .nav li a.active,
  #header .hd-right .nav li a:hover {
    background: url(../img/shared/ft_nav_bg.png) no-repeat center top/100% 100%;
    color: #222;
  }
  #header .hd-right .nav-sub {
    display: flex;
    justify-content: center;
  }
  #header .hd-right .nav-sub li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  #header .hd-right .nav-sub li:not(:last-child)::before {
    content: "";
    border-left: 1px solid #222;
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 10px;
    transform: rotate(18deg);
  }
  #header .hd-right .nav-sub li a {
    letter-spacing: 0.2em;
  }
  #header .hd-right .nav-sub li a:hover {
    opacity: 0.8;
  }
  #header .hd-right .sns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #header .hd-right .sns li:not(:last-child) {
    margin-right: 19px;
  }
  #header .hd-right .sns li img {
    height: 31px;
    width: auto;
  }
  #header #belt .group .inner {
    display: flex;
    justify-content: space-between;
  }
  #header #belt .group .inner .left {
    padding: 13px 0 9px 96px;
  }
  #header #belt .group .inner .left .item1 {
    margin-bottom: -6px;
    justify-content: flex-start;
  }
  #header #belt .group .inner .left .item1 li:not(:last-child) {
    margin-right: 36px;
  }
  #header #belt .group .inner .left .item1 li a {
    padding: 0;
    font-size: 17px;
    position: relative;
  }
  #header #belt .group .inner .left .item1 li a::before {
    content: "";
    border-top: 1px solid #222;
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #header #belt .group .inner .left .item1 li a.active {
    background: none;
  }
  #header #belt .group .inner .left .item1 li a:hover::before,
  #header #belt .group .inner .left .item1 li a.active::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group .inner .left .item2 {
    display: flex;
  }
  #header #belt .group .inner .left .item2 .nav-sub {
    justify-content: flex-start;
  }
  #header #belt .group .inner .left .item2 .nav-sub li a {
    font-size: 16px;
    position: relative;
  }
  #header #belt .group .inner .left .item2 .nav-sub li a::before {
    content: "";
    border-top: 1px solid #222;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
  }
  #header #belt .group .inner .left .item2 .nav-sub li a:hover::before,
  #header #belt .group .inner .left .item2 .nav-sub li a.active::before {
    opacity: 1;
    visibility: visible;
  }
  #header #belt .group .inner .left .item2 .nav-sub li:not(:last-child) {
    padding-right: 11px;
    margin-right: 11px;
  }
  #header
    #belt
    .group
    .inner
    .left
    .item2
    .nav-sub
    li:not(:last-child)::before {
    top: 14px;
    bottom: 11px;
  }
  #header #belt .group .inner .left .item2 .sns {
    justify-content: flex-start;
    margin: -1px 0 0 34px;
  }
  #header #belt .group .inner .left .item2 .sns li:not(:last-child) {
    margin-right: 21px;
  }
  #header #belt .group .inner .left .item2 .sns li img {
    height: 31px;
  }
  #header #belt .group .inner .right {
    display: flex;
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
  }
  #header #belt .group .inner .right .tel {
    width: 220px;
    background: #3b5242;
    color: #fff;
    line-height: 30px;
    padding: 17px 10px;
  }
  #header #belt .group .inner .right .tel dt {
    font-size: 12px;
  }
  #header #belt .group .inner .right .tel dd span {
    font-size: 28px;
  }
  #header #belt .group .inner .right .btn-web {
    width: 220px;
    margin: 0;
    border-left: 1px solid #fff;
  }
  #header #belt .group .inner .right .btn-web a {
    font-size: 15px;
    padding: 25px 10px 11px;
    letter-spacing: 0.2em;
  }
  #header #belt .group .inner .right .btn-web a::after {
    content: none;
  }
  #header #belt .group .inner .right .btn-web a img {
    display: block;
    margin: 0 auto 0;
    width: 22px;
    top: auto;
    left: auto;
  }
  #footer {
    padding: 0;
  }
  #footer .content {
    padding: 0;
    display: flex;
  }
  #footer .content .left {
    background: url(../img/shared/bg1.jpg);
    width: 398px;
    padding: 70px 49px 30px;
  }
  #footer .content .left .logo img {
    width: 260px;
    height: auto;
  }
  #footer .content .left .tel {
    margin: 46px 0 0;
    color: #222;
  }
  #footer .content .left .tel dt {
    margin-bottom: 1px;
  }
  #footer .content .right {
    flex: 1;
    margin-top: 0;
    padding: 0 48px 27px;
    border-top: 0;
  }
  #footer .content .right .set1 {
    padding-bottom: 21px;
    margin-bottom: 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: space-between;
  }
  #footer .content .right .set1 .col-l {
    width: 475px;
    margin-top: 72px;
  }
  #footer .content .right .set1 .col-l p {
    text-align: left;
    line-height: 32px;
  }
  #footer .content .right .set1 .col-l p .pc {
    display: inline !important;
  }
  #footer .content .right .set1 .col-l p:not(:last-child) {
    margin-bottom: 0;
  }
  #footer .content .right .set1 .col-l p.mb0 {
    margin-bottom: 0;
  }
  #footer .content .right .set1 .col-l p .map-link::before {
    bottom: 0;
  }
  #footer .content .right .set1 .col-l p .map-link:hover::before {
    content: none;
  }
  #footer .content .right .set1 .col-r {
    width: 283px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  #footer .content .right .set1 .col-r .item1 {
    display: flex;
    margin-bottom: -15px;
  }
  #footer .content .right .set1 .col-r .item1 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;
  }
  #footer .content .right .set1 .col-r .item1 li:not(:last-child) {
    margin-right: 8px;
  }
  #footer .content .right .set1 .col-r .item1 li a {
    line-height: 32px;
    display: inline-block;
    padding: 19px 0 47px;
    letter-spacing: 0.2em;
  }
  #footer .content .right .set1 .col-r .item1 li a.active,
  #footer .content .right .set1 .col-r .item1 li a:hover {
    background: url(../img/shared/ft_nav_bg.png) no-repeat center top/100% 100%;
    color: #222;
  }
  #footer .content .right .set1 .col-r .item2 {
    margin-bottom: 41px;
  }
  #footer .content .right .set1 .col-r .item2 .nav-sub {
    display: flex;
    justify-content: center;
  }
  #footer .content .right .set1 .col-r .item2 .nav-sub li:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
  }
  #footer
    .content
    .right
    .set1
    .col-r
    .item2
    .nav-sub
    li:not(:last-child)::before {
    content: "";
    border-left: 1px solid #fff;
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 10px;
    transform: rotate(18deg);
  }
  #footer .content .right .set1 .col-r .item2 .nav-sub li a {
    letter-spacing: 0.2em;
  }
  #footer .content .right .set1 .col-r .item2 .nav-sub li a:hover {
    opacity: 0.8;
  }
  #footer .content .right .set1 .col-r .item2 .sns {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  #footer .content .right .set1 .col-r .item2 .sns li:not(:last-child) {
    margin-right: 19px;
  }
  #footer .content .right .set1 .col-r .item2 .sns li img {
    height: 31px;
    width: auto;
  }
  #footer .content .right .set1 .col-r .item2 .sns li:not(.line) img {
    filter: invert(1) brightness(2);
  }
  #footer .content .right .set2 {
    display: flex;
    justify-content: space-between;
  }
  #footer .content .right .set2 .info {
    font-size: 12px;
    text-align: left;
    padding-bottom: 0;
    border-bottom: 0;
    line-height: 30px;
  }
  #footer .content .right .set2 .info .cookies_link {
    margin-bottom: 3px;
  }
  #footer .content .right .set2 .info .cookies_link a {
    padding-right: 19px;
  }
  #footer .content .right .set2 .info .cookies_link a::before {
    right: 19px;
  }
  #footer .content .right .set2 .info .cookies_link a::after {
    content: "";
    background: url(../img/shared/icon_cookie.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 10px;
    right: 0;
  }
  #footer .content .right .set2 .info .cookies_link a:hover::before {
    content: none;
  }
  #footer .content .right .set2 #pagetop {
    width: 66px;
    margin: 7px 0 0;
  }
  .bnr-shared .gr-bnr {
    display: flex;
  }
  .bnr-shared .gr-bnr .bnr {
    width: 50%;
  }
  .bnr-shared .gr-bnr .bnr a {
    overflow: hidden;
  }
  .bnr-shared .gr-bnr .bnr a:hover .photo img {
    transform: scale(1.1);
  }
  .bnr-shared .gr-bnr .bnr a:hover::before {
    left: calc(50% + 10px);
  }
  .bnr-shared .gr-bnr .bnr a::before {
    width: 40px;
    height: 40px;
    bottom: 165px;
    transition: all 0.5s;
  }
  .bnr-shared .gr-bnr .bnr a .photo img {
    transition: all 0.5s;
    height: 550px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .bnr-shared .gr-bnr .bnr a .tit {
    top: 247px;
  }
  .bnr-shared .gr-bnr .bnr a .tit span {
    font-size: 32px;
  }
}
@media screen and (max-width: 1370px) and (min-width: 768px) {
  #header #belt .group .inner .left {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1299px) and (min-width: 768px) {
  #header #belt .group .inner .left .item1 li:not(:last-child) {
    margin-right: 30px;
  }
  #footer .content .right {
    padding: 0 23px 27px;
  }
  #footer .content .left {
    padding: 70px 20px 30px;
    width: 350px;
  }
}
@media screen and (max-width: 1250px) and (min-width: 768px) {
  #header #belt .group .inner .left .item1 li:not(:last-child) {
    margin-right: 20px;
  }
  #header #belt .group .inner .right .tel {
    width: 200px;
  }
  #header #belt .group .inner .right .tel dd span {
    font-size: 25px;
  }
  #header #belt .group .inner .right .btn-web {
    width: 200px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  #header #belt .group .inner .right .btn-web {
    width: 180px;
  }
  #footer .content .right .set1 .col-l {
    font-size: 14px;
    width: 60%;
  }
}
@media screen and (max-width: 1160px) and (min-width: 768px) {
  #header #belt .group .inner .left .item1 li:not(:last-child) {
    margin-right: 14px;
  }
  #header #belt .group .inner .right .tel {
    width: 180px;
  }
  #header #belt .group .inner .right .tel dd span {
    font-size: 22px;
  }
  #footer .content .right .set1 .col-r .item1 li:not(:last-child) {
    margin-right: 4px;
  }
  #footer .content .right .set1 .col-r .item1 {
    justify-content: flex-end;
  }
  #footer .content .right .set1 .col-l {
    font-size: 13px;
  }
  #footer .content .right {
    padding: 0 15px 27px;
  }
}
