@charset "UTF-8";
/**
 * ラッパー
**/
#wrapper {
  overflow: hidden;
}
/**
 * ヘッダー
 * NOTE: --header-logo-widthの定義はヘッダーの別の部品で参照しているので編集に注意してください。
**/
#header {
  --header-logo-width: 208px;
  border-bottom: 2px solid var(--main_c);
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  #header {
    --header-logo-width: 208px;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 5px;
    padding: 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  #header {
    --header-logo-width: 120px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    padding: .8rem 1rem;
    gap: 8px 5px;
  }
}
@media (max-width: 560px) {
  #header {
    --header-logo-width: 33.33vw;
    align-content: center;
    align-items: center;
  }
}
.header_logo {
  width: var(--header-logo-width);
}
@media (min-width: 768px) {
  .header_logo {
    padding-left: inherit;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
.header_logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.header_logo a:hover {
  opacity: unset;
}
@media (max-width: 767px) {
  .header_logo a {
    height: 100%;
    align-items: center;
  }
  .header_logo_copy {
    display: none
  }
}
/* NOTE: .header_logo_copyは画像に含ませるようになりました。 */
.header_logo_copy {
  display: flex;
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -.5px;
  white-space: nowrap;
}
.header_logo_copy em {
  color: var(--main_c)
}
.header_logo img {
  margin: 0 auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
}
/**
 * ヘッダー 検索窓（ヘッダーのみ）
**/
.header-search {
  min-width: 630px;
  max-width: calc(850px + 2vw);
  padding-left: calc(var(--header-logo-width) + 10px);
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .header-search {
    max-width: calc(750px + 2vw);
  }
}
@media (max-width: 959px) {
  .header-search {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
}
@media (max-width: 767px) {
  .header-search {
    padding: 0;
    order: 4
  }
}
.header-search-form form {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
}
.header-search-form__input {
  width: calc(100% - 80px);
}
.header-search-form__input input {
  width: 100%;
  height: 30px;
  padding: 0 1rem;
  border: 2px solid var(--sub_c);
  border-radius: 8px 0 0 8px;
  font-size: 1.4rem;
  letter-spacing: -.5px;
}
.header-search-form__btn {
  width: 80px;
}
.header-search-form__btn button {
  width: 100%;
  height: 30px;
  background-color: var(--sub_c);
  border: none;
  border-radius: 0 8px 8px 0;
  color: #fff;
}
.header-search-keyword {
  width: 100%;
  margin-top: .5rem;
  padding: .5rem 1vw;
  background: #f6f4f3;
  border: .2px solid var(--sub_c);
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
#home .header-search-keyword {
  display: flex;
}
.header-search-keyword__ttl {
  font-size: 1rem;
  font-weight: 700;
}
.header-search-keyword__list {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px 5px;
}
.header-search-keyword__list a {
  height: 20px;
  padding: 0 1rem;
  background-color: #e4d8d2;
  border: none;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header-search-form {
    font-size: 1.2rem
  }
  .header-search-form__input {
    width: calc(100% - 60px);
  }
  .header-search-form__input input {
    padding: 0 .5rem;
    font-size: 1.3rem;
  }
  .header-search-form__btn {
    width: 60px
  }
  .header-search-keyword--sp {
    padding: calc(5px + var(--site-header-height)) 0 8px;
  }
  #home .header-search-keyword--sp {
    background: #f6f4f3
  }
  .header-search-keyword {
    padding: .5rem 1rem;
  }
  #home .header-search-keyword {
    background: #fff
  }
  .header-search-keyword__list {
    font-size: 1.1rem
  }
  .header-search-keyword__list li:nth-child(n+4) {
    display: none
  }
}
/**
 * ヘッダー 検索窓（一部コンテンツ部分でも共有）
**/
.word_search_wrap {
  width: 100%;
}
@media (max-width: 767px) {
  .word_search_wrap {
    width: 100%;
    overflow: hidden;
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  #header .word_search_wrap {
    margin-top: 8px;
  }
}
.word_search {
  width: 300px;
}
header .word_search {
  display: none !important;
}
@media (max-width: 1300px) {
  .word_search {
    width: 256px;
  }
}
@media (max-width: 959px) {
  .word_search {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .word_search {
    width: 100%;
  }
}
.word_search .search-field[type=search], .word_search .search-field {
  margin: 0;
  padding: 0 8px;
  width: 100%;
  font-size: 1.4rem;
  background: #fff;
  border: 2px solid var(--sub_c);
  border-radius: 6px 0 0 6px;
  line-height: 1;
  height: 40px;
}
@media (max-width: 959px) {
  .word_search .search-field[type=search], .word_search .search-field {}
}
@media (max-width: 767px) {
  .word_search .search-field[type=search], .word_search .search-field {
    height: 40px;
  }
}
.word_search .search-field::placeholder {
  color: #555;
}
.word_search .search-submit {
  width: 40px;
  height: 40px;
  padding-right: 2px;
  float: right;
  font-size: 1.2rem;
  color: #fff;
  background: #3e3e3e;
  border: 2px solid #3e3e3e;
  line-height: 1;
  border-radius: 0;
}
@media (max-width: 959px) {
  .word_search .search-submit {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .word_search .search-submit {
    width: 40px;
    height: 40px;
  }
}
.word_search .search-submit i {
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 959px) {
  .word_search .search-submit i {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .word_search .search-submit i {
    font-size: 2rem;
  }
}
/**
 * ヘッダー メニュー
**/
.header-menu {
  padding-left: calc(var(--header-logo-width) + 10px);
}
@media (min-width: 768px) {
  .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 1vw;
  }
}
@media (max-width: 959px) {
  .header-menu {
    justify-content: flex-end;
  }
}
.header-menu_link {
  width: 100%;
  max-width: 700px;
  position: relative;
}
.header-menu_link > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2px;
}
.header-menu_link > ul > li {
  min-width: 50px;
}
.header-menu_link > ul > li a {
  width: 100%;
  height: 30px;
  padding: 0 .5rem;
  background-color: var(--sub_c);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.25;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu_link > ul > li a br {
  display: none
}
@media (min-width: 1350px) {
  .header-menu_link > ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .header-menu_link > ul > li {
    min-width: 65px;
  }
  .header-menu_link > ul > li a {
    height: 64px;
    font-size: 1.3rem;
  }
  .header-menu_link > ul > li a br {
    display: inline-block
  }
}
@media (max-width: 1200px) {
  .header-menu_link {
    font-size: 1.2rem;
  }
}
@media (max-width: 959px) {
  .header-menu_link {
    display: none
  }
}
/**
 * ヘッダー ログインボタン
**/
.header-btn {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 5px
}
.header-btn_reg, .header-btn_login {
  transition: background-color 0.2s ease 0.3s;
}
.header-bell {
  width: 38px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative
}
@media (min-width: 768px) {
  .header-bell {
    position: absolute;
    right: 17px;
    top: 50px;
  }
}
.header-bell img {
  width: 25px;
}
.header-bell__badge {
  position: absolute;
  top: 0px;
  right: 6px;
  width: 8px;
  height: 8px;
  background-color: var(--main_c);
  border-radius: 50%;
}
@media (max-width: 1300px) {
  .header-btn_reg, .header-btn_login {}
}
@media (max-width: 959px) {
  .header-btn_reg, .header-btn_login {}
}
@media (max-width: 767px) {
  .header-btn {
    flex-direction: unset;
  }
  .header-btn_reg, .header-btn_login {}
}
@media (max-width: 375px) {
  .header-btn_reg, .header-btn_login {
    font-size: 3.33vw;
  }
}
.header-btn_reg {}
.header-btn_reg > *, .header-btn_login > * {
  width: 120px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--main_c);
  border-radius: 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.header-btn_reg > * {
  background: #313131;
}
.header-btn_reg a::before {
  width: 18px;
  height: 18px;
  content: '';
  background-image: url(/common/images/icon-reg.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .3rem
}
.header-btn_login a::before {
  width: 15px;
  height: 15px;
  content: '';
  background-image: url(/common/images/icon-login.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: .5rem
}
@media (max-width: 1300px) {
  .header-btn_reg > *, .header-btn_login > * {
    width: 100px;
  }
}
@media (max-width: 959px) {
  .header-btn_reg > *, .header-btn_login > * {}
}
@media (max-width: 767px) {
  .header-btn_reg > *, .header-btn_login > * {
    width: 64px;
    height: 42px;
    padding: 5px 2px;
    border-radius: 4px;
    flex-wrap: wrap;
    font-size: 1rem;
  }
  .header-btn_reg span, .header-btn_login span {
    width: 100%;
    display: block
  }
  .header-btn_reg a::before {
    width: 16px;
    height: 16px;
    margin: 0;
  }
  .header-btn_login a::before {
    width: 13px;
    height: 14px;
    margin: 0;
  }
}
@media (max-width: 360px) {
  .header-btn_reg > *, .header-btn_login > * {
    font-size: 1em;
    padding: 0 0.5em;
  }
}
/**
 * ヘッダー 通知（ログイン後）
**/
.headerNotice-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.headerNotice-wrap input {
  display: none;
}
.headerNotice-open-label {
  cursor: pointer;
}
.headerNotice-open-label {
  color: #4f96f6;
  font-size: .95em;
}
.headerNotice-open-label:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #c7511f;
}
.headerNotice-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.headerNotice-open-input:checked + label + input + .headerNotice-modal {
  display: block;
  animation: headerNotice-modal-animation .6s;
}
.headerNotice-content-wrap {
  width: 100%;
  max-width: 400px;
  position: absolute;
  right: 10px;
  top: 80px;
  background-color: #fff;
  z-index: 2;
  box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .headerNotice-content-wrap {
    width: calc(100% - 20px);
    right: 10px;
    top: 45px;
  }
}
.headerNotice-content {
  max-height: 85vh;
  overflow-y: auto;
}
.headerNotice-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .15);
  z-index: 1;
}
@keyframes headerNotice-modal-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.headerNotice__btn {
  width: 100%;
  padding: 1rem
}
.headerNotice__btn a {
  width: 120px;
  height: 34px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--sub_c);
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.headerNotice__item {
  padding: 1rem;
  border-top: 1px solid var(--sub_c);
  display: flex;
  align-items: center;
  gap: 10px;
}
.headerNotice__item.item--no_item {
  justify-content: center;
  color: #999;
  text-align: center;
}
.headerNotice__img {
  width: 90px;
  position: relative;
}
.headerNotice__img img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: cover;
  aspect-ratio: 3 / 2;
}
.headerNotice-txtWrap {
  width: calc(100% - 90px);
}
.headerNotice-txt__company {
  display: block;
  color: #a09a93;
  font-size: 10px;
  font-weight: bold;
}
.headerNotice-txt__ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
}
/**
 * ヘッダー ハンバーガーメニュー
**/
.ham_navi {
  padding: 0 .5rem;
}
@media (max-width: 767px) {
  .ham_navi {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 360px) {
  .ham_navi {
    font-size: 3.33vw;
  }
}
.ham_navi_menu {
  list-style: none;
  position: absolute;
  width: 100%;
  max-width: 400px;
  height: auto;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 60px 0 10px 0;
  clear: both;
  background: #fff;
  box-shadow: 0px 0px 8px 5px rgb(0 0 0 / 10%);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  z-index: 1;
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.ham_navi_menu li {}
@media (min-width: 1200px) {
  .ham_navi_menu li.ham_sp_disp, .ham_sp_disp {
    display: none;
  }
}
.ham_navi_menu a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid #e4d8d2;
  height: 55px;
  padding: 0 3rem 0 2rem;
  font-weight: 500;
  position: relative;
  opacity: 0;
  transition: 0.5s;
}
.ham_navi_menu li:first-child a {
  border-top: 1px solid #e4d8d2
}
.ham_navi_menu a::before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  font-size: 2rem;
  font-weight: 900;
  color: var(--sub_c);
  display: block;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu a, .ham_navi_menu-btn:checked ~ .ham_navi_menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}
.ham_navi_menu-btn {
  display: none;
}
.ham_navi_menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 17px 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 10;
}
.navicon {
  background: var(--sub_c);
  display: block;
  height: 1px;
  width: 28px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before, .navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: var(--sub_c);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navicon:before {
  top: 7px;
}
.navicon:after {
  bottom: 7px;
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu-icon .navicon:before {
  transform: rotate(-45deg);
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu-icon .navicon:after {
  transform: rotate(45deg);
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}
.ham_navi_menu-btn:checked ~ .ham_navi_menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: var(--sub_c);
  letter-spacing: 4px;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .ham_navi_menu {
    overflow-y: scroll;
    max-width: unset;
    height: calc(100vh - 105px);
    padding: 0;
    top: 55px;
    box-shadow: none
  }
  .ham_navi_menu a {
    height: 42px;
    font-size: 1.4rem;
  }
  .ham_navi_menu a::before {
    font-size: 1em;
  }
}
/**
 * パンくず
**/
.bc_nav--head {
  margin-top: var(--site-header-height)
}
.bc_nav {
  background: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.2rem 0;
  border-bottom: 1px solid #efeae0;
  border-top: 1px solid #efeae0;
}
@media (max-width: 767px) {
  .bc_nav--head {
    margin-top: 0
  }
  .bc_nav {
    padding: .65rem 0;
    position: relative;
  }
}
.bc_nav ol, .bc_nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .bc_nav ol, .bc_nav ul {
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.bc_nav li {
  display: inline-block;
}
@media (max-width: 767px) {
  .bc_nav li {
    color: var(--font_c);
    display: inline;
    line-height: 14px;
  }
}
.bc_nav li + li::before {
  content: "\f125";
  color: #a09a93;
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  margin-right: 8px;
}
.bc_nav li, .bc_nav li a {
  color: #a09a93;
}
@media (max-width: 767px) {
  [id="mv_sub"] + .bc_nav {
    padding: 8px 0;
  }
}
[id="mv_sub"] {
  width: 100%;
  height: auto;
  background: url("../images/mv_01.png") no-repeat center top;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  [id="mv_sub"] {
    background-size: cover;
    background-position: left 40% top 50%;
    padding: 64px 0;
  }
}
[id="mv_sub"] h2 {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 8px;
  text-align: right;
}
@media (max-width: 767px) {
  [id="mv_sub"] h2 {
    font-size: 2.4rem;
  }
}
[id="mv_sub"] h2 em {
  color: var(--main_c);
}
/**
 * コンテンツ
**/
#home #content {
  background-color: var(--bg_c);
}
.bc_nav + #content {
  padding-top: 4rem
}
/* @media (max-width: 959px) {
  .bc_nav+#content {
    padding-top: 0;
  }
} */
@media (max-width: 959px) {
  .bc_nav + #content {
    padding-top: 0;
  }
}
#content > .base_wrap {
  padding-bottom: 5rem;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  #content > .base_wrap {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
/**
 * #main, [id="side"]
**/
#main {
  padding: 0 0 25px;
  width: 75%;
}
@media (max-width: 767px) {
  #main {
    padding: 16px 0 0;
    width: 100%;
  }
}
#main:only-child {
  margin-left: auto;
  margin-right: auto;
}
[id="side"] {
  width: 25%;
  max-width: 300px;
}
@media (max-width: 959px) {
  [id="side"] {
    padding: 16px 0;
    width: 100%;
    max-width: none
  }
}
/**
 * フッター
**/
#footer {
  width: 100%;
  text-align: left;
  background: #fff;
  border-top: 1px solid #efeae0
}
@media (max-width: 959px) {
  #footer {
    font-size: 13px;
  }
}
#footer .wrap {
  width: 100%;
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959px) {
  #footer .wrap {}
}
@media (max-width: 767px) {
  #footer .wrap {
    flex-wrap: wrap
  }
}
#footer_logo {}
#footer_logo img {
  width: 180px;
  height: auto;
}
#footer_navi {
  width: calc(100% - 200px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px 50px;
}
@media (max-width: 959px) {
  #footer_navi {}
}
@media (max-width: 767px) {
  #footer_logo {
    width: 40%;
    margin: 0 auto 4rem;
  }
  #footer_navi {
    width: 100%;
    gap: 20px
  }
}
.footer_navi__ttl {
  font-size: 1.5rem;
  color: var(--main_c)
}
#footer .link_box {
  margin-top: 1rem;
}
@media (max-width: 959px) {
  .footer_navi__list {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer_navi__list {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
  }
}
#footer .link_box li {
  margin-bottom: 5px
}
#footer .link_box li:last-child {
  margin-bottom: 0;
}
@media (max-width: 959px) {
  #footer .link_box li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #footer .link_box li {
    margin-bottom: 0;
  }
}
#footer .link_box li a {
  font-size: 1.4rem;
  color: #a09a93;
  transition: .1s;
}
@media (max-width: 767px) {
  #footer .link_box li a {
    padding: 8px 5px;
    display: block;
    border-bottom: 1px dashed;
  }
  #footer .link_box li:first-child a {
    border-top: 1px dashed;
  }
}
@media (max-width: 767px) {
  #footer .link_box li a br {
    display: none;
  }
}
#footer_contact {
  width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
}
@media (max-width: 959px) {
  #footer_contact {
    margin: 25px auto 0;
  }
}
@media (max-width: 767px) {
  #footer_contact {
    margin: 0 auto 17.5px;
    order: 1;
  }
}
#footer_contact p {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 13px;
}
#footer_contact p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon_hatena.png") center center/100% no-repeat;
  display: inline-block;
  position: relative;
  top: 0;
  right: 3.125px;
}
#footer_contact .box_more {
  width: 100%;
}
#footer_contact .box_more a {
  color: #393939;
  background: #eee;
  border: none;
}
#footer_contact .box_more a::after {
  background-image: url(../images/arrow_10.png);
}
#footer_bottom {
  padding: 3rem 0;
  background: var(--main_c)
}
#copyright {
  color: #fff;
  font-size: 1.2rem;
}
#page_top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 64px;
  height: 64px;
  background: url("../images/pagetop.png") center center no-repeat;
  background-size: contain;
  z-index: 2000;
}
@media (min-width: 768px) {
  #page_top {
    display: none
  }
}
@media (max-width: 767px) {
  #page_top {
    bottom: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }
  #page_top:focus, #page_top:hover {
    bottom: 8px;
  }
  #page_top:nth-of-type(2) {
    display: none;
  }
  #page_top.fm-on {
    bottom: 80px;
  }
  #page_top.bbb-on {
    bottom: 110px;
  }
}
.btn_password_wrap.btn.formset__btn {
  border: hidden;
  background-color: transparent;
}
.btn_password {
  width: 100%;
  height: 100%;
  background-color: var(--main_c);
  border: hidden;
  color: #fff;
  cursor: pointer;
  border-radius: 8px;
}
.formset.password {
  margin: 4rem 0;
}
.password .formset__item {
  margin: 2rem 0;
}
.password .formset__input input:hover {
  opacity: 1;
}
/************************ home_footNavi ************************/
@media only screen and (max-width: 767px) {
  #home #footer, .footNavi #footer {
    padding-bottom: 50px
  }
  #home #page_top {
    bottom: 58px;
  }
}
.home_footNavi {
  width: 100%;
  background-color: var(--sub_c);
  box-shadow: 0px -2px 5px rgba(0, 0, 0, 30%);
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 9999;
}
.home_footNavi li {
  width: calc(100% / 5);
}
.home_footNavi li a {
  height: 50px;
  border-left: 1px solid #e4d8d2;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home_footNavi li:first-child a {
  border: none
}