@charset "UTF-8";
#header::before {
  content: "";
  position: absolute;
  background: url("../img/shared/bg01.png") repeat center top/100px auto #191002;
  inset: 0 0 auto;
  height: 13vw;
  z-index: 1;
}

#header h1 {
  position: absolute;
  z-index: 2;
  inset: 139vw 7% auto;
  color: #d2d2d2;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.1em;
}

#header .hamburger {
  position: fixed;
  top: 9px;
  right: 0;
  z-index: 1000;
}

#header .hd-top {
  position: absolute;
  z-index: 2;
  inset: 2vw 0 auto;
}

#header .hd-top .logo {
  margin: 0 30% 0;
}

#header #key {
  padding-top: 13vw;
  position: relative;
}

#header #key:after {
  content: "";
  position: absolute;
  background: url("../img/shared/line.jpg") repeat-x;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -5px;
  z-index: 1;
}

#header #key .slick-dots {
  position: absolute;
  inset: auto 0 3.5vw;
}

#header #rss {
  background: url("../img/shared/bg02.jpg") repeat center top;
  padding: 30.5vw 0 17.5vw;
  color: #fff;
  position: relative;
}

#header #rss #feed {
  text-align: center;
  font-weight: normal;
  margin-top: 9vw;
}

#header #rss #feed dl * {
  letter-spacing: 0.1em;
}

#header #rss #feed dl dd {
  margin-top: 4.5vw;
}

#header #rss .more {
  margin: 8.5vw 11% 0;
}

#header #rss .more a {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  position: relative;
  border: 1px solid #fff;
  padding: 4.5vw 0 4.5vw 10%;
  line-height: 1;
  font-weight: 600;
  font-size: 4.8vw;
  letter-spacing: 0.2em;
}

#header #rss .more a::before {
  content: "";
  position: absolute;
  background: url("../img/shared/icon_arrow.png") no-repeat;
  background-size: 100%;
  width: 7vw;
  height: 7vw;
  top: 50%;
  right: 12%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header #rss .more a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1000px) {
  #header::before {
    background-size: auto;
    height: 100px;
  }

  #header h1 {
    inset: auto 21px 111px auto;
    font-size: 13px;
  }

  #header .hd-top {
    top: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1040px;
    padding: 0 20px 0;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #header .hd-top .tel {
    margin-top: 34px;
  }

  #header .hd-top .tel span {
    display: block;
    line-height: 21px;
  }

  #header .hd-top .tel span.t1 {
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.08em;
  }

  #header .hd-top .tel span.t1 img {
    width: 15px;
    margin: -7px 3px 0 9px;
  }

  #header .hd-top .tel span.t1 i {
    font-size: 26px;
    letter-spacing: -0.015em;
  }

  #header .hd-top .tel span.t2 {
    color: #bbb;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.03em;
  }

  #header .hd-top .logo {
    margin: 16px -6px 0 -21px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  #header .hd-top .logo img {
    width: 100%;
  }

  #header .hd-top .nav ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #header .hd-top .nav ul li {
    line-height: 1;
  }

  #header .hd-top .nav ul li a {
    position: relative;
    color: #c6bbab;
    letter-spacing: -0.05em;
  }

  #header .hd-top .nav ul li a::before {
    content: "";
    position: absolute;
    background: #fff;
    -webkit-clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    clip-path: polygon(50% 0%, 0 100%, 100% 100%);
    width: 12px;
    height: 6px;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
  }

  #header .hd-top .nav ul li a img {
    margin: -4px 4px 0 0;
    width: 15px;
  }

  #header .hd-top .nav ul li a:hover,
  #header .hd-top .nav ul li a.active {
    color: #fff !important;
  }

  #header .hd-top .nav ul li a:hover::before,
  #header .hd-top .nav ul li a.active::before {
    opacity: 1;
  }

  #header .hd-top .nav ul:nth-child(1) {
    margin-top: 19px;
  }

  #header .hd-top .nav ul:nth-child(1) li+li {
    margin-left: 21px;
  }

  #header .hd-top .nav ul:nth-child(2) {
    margin-top: 21px;
  }

  #header .hd-top .nav ul:nth-child(2) li {
    padding: 11px 0 8px;
  }

  #header .hd-top .nav ul:nth-child(2) li a {
    font-size: 14px;
  }

  #header .hd-top .nav ul:nth-child(2) li:nth-child(2) {
    border-right: 1px solid #d9b685;
    padding-right: 34px;
    margin-left: 25px;
  }

  #header .hd-top .nav ul:nth-child(2) li:nth-child(n+3) {
    margin-left: 32px;
  }

  #header .hd-top .nav ul:nth-child(2) li:nth-child(n+3) a{
    color: #d9b685;
  }

  #header #key {
    padding-top: 0;
  }

  #header #key:after {
    height: 10px;
    bottom: 0;
  }

  #header #key .slick-slide .sl {
    height: 1136px;
  }

  #header #key .slick-slide .sl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #header #key .slick-dots {
    inset: auto auto 28px 15px;
  }

  #header #rss {
    background: none;
    padding: 0;
    position: absolute;
    inset: auto 24px 31px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #header #rss #feed {
    text-align: left;
    margin: 0 30px -3px 22px;
  }

  #header #rss #feed dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  #header #rss #feed dl dd {
    margin: 0 0 0 13px;
  }

  #header #rss .more {
    margin: 0 0 -3px 0;
  }

  #header #rss .more a {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: unset;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 0;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  #header #rss .more a::before {
    display: none;
  }

  #header #rss .more a:hover {
    opacity: 1;
    border-color: transparent;
  }
}