/* -HEADER
--------------------------------------------------------------------------------------------- */
#headertop {
  z-index: 55555;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: auto;
  transition: .6s;
}
#headertop.fixed {
  transform: translateY(0%);
  transition: .3s;
}
#header {
  height: 60px;
  /*  transition: .6s;*/
  /*  background-color: #FCF9F4;*/
}
#headertop #header.view {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  background-color: #FCF9F4;
}
#headertop.fixed #header.view {
  transform: translateY(0%);
  transition: .3s;
  background-color: #fff;
}
.scroll_logo {
  position: relative;
  top: 21px;
  left: 7%;
  margin-bottom: 0;
  line-height: 1;
  display: block;
  width: 170px;
  transition: 0.6s ease-in-out;
}
#header.view .scroll_logo {
  top: 16px;
}
.scroll_logo::before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/logo_black.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: 0.6s ease-in-out;
}
#header.view .scroll_logo::before {
  opacity: 1;
}
.scroll_logo a {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}
.scroll_logo a:hover {
  text-decoration: none;
}
.scroll_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#header.view .scroll_logo a img {
  opacity: 0;
  transition: .6s;
}
@media screen and (min-width: 768px) {
  .scroll_logo {
    width: 180px;
    top: 18px;
    left: 2%;
  }
  #header.view .scroll_logo {
    top: 18px;
  }
  #header {
    height: 90px;
  }
  #header.view {
    height: 90px;
  }
}
@media screen and (min-width: 992px) {
  #header {
    height: 110px;
  }
  #header.view {
    height: 110px;
  }
  .scroll_logo {
    width: 220px;
    top: 26px;
    left: 5%;
  }
  #header.view .scroll_logo {
    top: 26px;
  }
}
@media screen and (min-width: 1200px) {
  #header {
    height: 125px;
  }
  #header.view {
    height: 125px
  }
  .scroll_logo {
    width: 290px;
    left: 7.2%;
    top: 33px;
  }
  #header.view .scroll_logo {
    top: 33px;
  }
}
@media screen and (min-width: 1500px) {
  .scroll_logo {
    width: 290px;
  }
}
/*||トップページ以外-ロゴ||*/
.header_page .scroll_logo a img {
  opacity: 0;
}
.header_page .scroll_logo::before {
  opacity: 1;
}
/* -Toggle
--------------------------------------------------------------------------------------------- */
/*Toggle*/
.Toggle {
  display: block;
  cursor: pointer;
  z-index: 6666;
  transition: 0.6s ease-in-out;
  width: 46px;
  height: 46px;
  position: absolute;
  top: 15px;
  right: 4.5%;
}
#header.view .Toggle {
  top: 7px;
}
.header_page .Toggle {
  top: 7px;
}
.Toggle span {
  display: block;
  position: absolute;
  border-bottom: solid 1px #fff;
  transition: .3s ease-in-out;
  width: 30px;
  left: 50%;
  transform: translateX(-50%);
}
#header.view .Toggle span {
  border-bottom: solid 1px #000;
}
.header_page .Toggle span {
  border-bottom: solid 1px #000;
}
.Toggle span:nth-child(1) {
  top: 19px;
}
.Toggle span:nth-child(2) {
  top: 27px;
}
/*Toggle.tgl-active*/
.Toggle.tgl-active {
  position: absolute;
  top: 3px;
}
.Toggle.tgl-active span {
  border-bottom: solid 1px #000;
  transition: 0.3s ease-in-out;
}
.Toggle.tgl-active span:nth-child(1) {
  -webkit-transform: rotate(143deg);
  transform: rotate(143deg);
  left: 18%;
  top: 24px;
}
.Toggle.tgl-active span:nth-child(2) {
  -webkit-transform: rotate(-143deg);
  transform: rotate(-143deg);
  left: 18%;
  top: 24px;
}
@media screen and (min-width: 768px) {
  .Toggle {
    display: none;
  }
}
/* -NAVI
--------------------------------------------------------------------------------------------- */
.pc_navi_center {
  display: none;
}
@media screen and (min-width:768px) {
  .pc_navi_center {
    display: block;
    position: absolute;
    width: 100%;
    top: 64px;
    z-index: 55556;
  }
  .pc_navi_center .navi {
    display: flex;
    align-items: center;
    width: auto;
    justify-content: flex-end;
    padding-right: 2%;
  }
  .pc_navi_center .navi > li {
    padding-right: 10px;
  }
  .pc_navi_center .navi > li:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .pc_navi_center .navi a {
    color: #fff;
    font-size: 0.8rem;
    position: relative;
  }
  #header.view .pc_navi_center .navi a {
    color: #000;
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .pc_navi_center {
    top: 64px;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_center {
    top: 74px;
  }
  .pc_navi_center .navi {
    padding-right: 7.2%;
  }
  .pc_navi_center .navi > li {
    padding-right: 11px;
  }
  .pc_navi_center .navi a {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 1500px) {
  .pc_navi_center .navi > li {
    padding-right: 20px;
  }
  .pc_navi_center .navi a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1800px) {
  .pc_navi_center .navi > li {
    /*margin-right: 23px;*/
    padding-right: 23px;
  }
}
/*||トップページ以外-ヘッダーナビ||*/
.header_page .pc_navi_center .navi a.header_navi_txt {
  color: #000;
}
/* -MEANNAV
--------------------------------------------------------------------------------------------- */
/*  #gNav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }*/
.pc_navi_right {
  display: none;
}
@media screen and (min-width: 768px) {
  /*pc_navi_right*/
  .pc_navi_right {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 15px;
    right: 2%;
    transition: .6s;
    width: auto;
  }
  #header.view .pc_navi_right {
    transition: .6s;
    transition: 0.6s ease-in-out;
  }
  .pc_navi_right .navi {
    display: flex;
    align-items: center;
  }
  .pc_navi_right .navi > li {
    margin-right: 18px;
  }
  .pc_navi_right .navi > li:nth-child(3) {
    margin-right: 0;
  }
  .pc_navi_right .navi > li:last-child {
    margin-left: 2rem;
    margin-right: 0;
  }
  #header.view .pc_navi_right .navi > li:last-child {
    margin-left: 2rem;
  }
  /*トップページ以外*/
  .header_page .pc_navi_right .navi > li:last-child {
    margin-left: 2rem;
  }
  .navi_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .navi_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .navi_icon01 {
    width: 21px;
    height: 21px;
  }
  .navi_icon01::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/instagram_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.6s ease-in-out;
  }
  #header.view .navi_icon01::before {
    background-image: url("../images/instagram_black.svg");
    transition: 0.6s ease-in-out;
  }
  .navi_icon02 {
    width: 21px;
    height: 21px;
  }
  .navi_icon02::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/pinterest_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.6s ease-in-out;
  }
  #header.view .navi_icon02::before {
    background-image: url("../images/pinterest_black.svg");
    transition: 0.6s ease-in-out;
  }
  .navi_icon03 {
    width: 29px;
    height: 21px;
  }
  .navi_icon03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/youtube_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.6s ease-in-out;
  }
  #header.view .navi_icon03::before {
    background-image: url("../images/youtube_black.svg");
    transition: 0.6s ease-in-out;
  }
  /*トップページ以外*/
  .header_page .navi_icon01::before {
    background-image: url("../images/instagram_black.svg");
  }
  .header_page .navi_icon02::before {
    background-image: url("../images/pinterest_black.svg");
  }
  .header_page .navi_icon03::before {
    background-image: url("../images/youtube_black.svg");
  }
  .navi_contact_btnbox > ul {
    display: flex;
    align-items: flex-end;
  }
  .navi_contact_btnbox > ul > li {
    width: 120px;
    margin-right: 10px;
  }
  .navi_contact_btnbox > ul > li:last-child {
    margin-right: 0;
  }
  .navi_contact_btn {
    font-size: 0.875rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34.5px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 0;
    transition: all 0.5s;
    overflow: hidden;
  }
  .navi_contact_btn:hover {
    color: #000;
    background-color: #fff;
    transition: all 0.5s;
  }
  #header.view .navi_contact_btn {
    color: #000;
    border: 1px solid rgba(82, 75, 64, 0.3);
    background-color: #fff;
    transition: all 0.5s;
  }
  #header.view .navi_contact_btn:hover {
    background-color: #f7f7f7;
    color: #000;
    transition: all 0.5s;
  }
  /*トップページ以外*/
  .header_page .navi_contact_btn {
    color: #000;
    border: 1px solid rgba(82, 75, 64, 0.3);
    background-color: #fff;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 992px) {
  .pc_navi_right {
    top: 21px;
    right: 2%;
  }
}
@media screen and (min-width: 1200px) {
  .pc_navi_right {
    top: 27px;
    right: 7.2%;
  }
  .pc_navi_right .navi > li {
    margin-right: 21px;
  }
  .pc_navi_right .navi > li:last-child {
    margin-left: 1.9rem;
  }
  .navi_contact_btnbox > ul > li {
    width: 168px;
    margin-right: 11px;
  }
  .navi_contact_btn {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1500px) {
  .pc_navi_right {
    top: 27px;
    right: 7.2%;
  }
}
/* -toggle
--------------------------------------------------------------------------------------------- */
/*body.fixed*/
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
/***************************************
toggle
***************************************/
.scroll_tgl_wrap {
  display: block;
  /*
  position: fixed;
  right: 0;
  top: 0;
*/
  width: 100%;
  z-index: 999999;
}
.togglewrap {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1111;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: 0.4s ease-in-out;
  padding: 0;
  overflow: hidden;
  background-color: #f9f8f6;
  padding-bottom: 11rem;
}
/*togglewrap.active*/
.togglewrap.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  overflow-y: scroll;
}
.toggle_container {
  padding: 0.7rem 0 0;
  background-color: #f9f8f6;
  font-weight: 500;
}
.toggle_container_inner {
  width: 87%;
  margin: 0 auto;
}
.toggle_block {
  margin-bottom: 2.6rem;
}
.toggle_unit01 {
  width: 86%;
  margin-bottom: 2.2rem;
}
.toggle_3btn_list {
  margin-bottom: 2.2rem;
}
.toggle_3btn_list > ul {
  display: flex;
 /* justify-content: space-between;*/
    gap:3%
}
.toggle_3btn_list > ul > li {
/*  width: 32.5%;*/
      width: calc((100% - 6%) / 3);
}
.toggle_3btn_item {
  font-size: 0.785rem;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  color: #000;
  border: 1px solid rgba(140, 140, 140, 0.25);
}
.toggle_logo {
  display: inline-block;
  width: 170px;
}
.toggle_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*toggle_unit02*/
.toggle_list > ul > li {
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
}
.toggle_list_title {
  font-size: 1.21rem;
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  display: block;
  padding: 15px 0px 15px 0px;
}
.toggle_list_arrow {
  position: relative;
}
.toggle_list_arrow::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 48%;
  right: 8px;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.toggle_address {
  font-size: 1.07rem;
  letter-spacing: 0;
  line-height: 1.66;
  margin-bottom: 2.8rem;
}
.toggle_tel {
  font-size: 1.85rem;
  letter-spacing: 0.08em !important;
  line-height: 1;
  margin-bottom: 6px;
}
.toggle_tel a {
  color: #000;
}
.toggle_time {
  font-size: 0.928rem;
  color: #727272;
  margin-bottom: 2.7rem;
}
.toggle_policy {
  margin-bottom: 4.1rem;
}
.toggle_policy a {
  font-size: 0.928rem;
  color: #a7a7a7;
  text-decoration: underline;
}
.toggle_sns_block {
  margin-bottom: 4rem;
}
.toggle_sns_block > ul {
  display: flex;
}
.toggle_sns_block > ul > li {
  margin-right: 0.8rem;
}
.toggle_sns_block > ul > li:last-child {
  margin-right: 0;
}
.toggle_sns_item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #000;
}
.toggle_sns_item01 img {
  width: 20px;
  height: 20px;
}
.toggle_sns_item02 img {
  width: 20px;
  height: 20px;
}
.toggle_sns_item03 img {
  width: 20px;
  height: 14px;
}
.toggle_sns_item img {
  object-fit: contain;
}
.toggle_copy {
  letter-spacing: 0.08em !important;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .toggle_container {
    padding: 2rem 0;
  }
  .toggle_unit01 {
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .toggle_container {
    padding: 8.7rem 0 5rem;
  }
  .toggle_container_inner {
    width: 82%;
  }
  .toggle_block {
    margin-bottom: 4rem;
  }
  .toggle_unit01 {
    width: 35%;
    margin-bottom: 0;
  }
  .toggle_logo {
    width: 260px;
    margin-bottom: 3.5rem;
  }
  .toggle_unit02 {
    width: 65%;
  }
  /*copy*/
  .toggle_copy {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1800px) {
  .toggle_unit01 {
    width: 36.5%;
  }
  .toggle_unit02 {
    width: 63.5%;
  }
}
/*+++++++++++++++++
accordion
******************/
.accordion {
  position: relative;
}
.accordion-title {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0;
}
.accordion-title::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 53%;
  right: 12px;
  transform: translate(0%, -50%);
  opacity: 1;
}
.accordion-title.open::before {
  opacity: 0;
}
.accordion-title::after {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  top: 52%;
  right: 6px;
  transform: translate(0%, -50%);
  opacity: 1;
}
.accordion-content {
  display: none;
  padding-top: 11px;
  padding-bottom: 1.9rem;
}
.toggle_list_col > ul {
  position: relative;
  margin-top: -9px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.toggle_list_col > ul > li {
  width: 48%;
  margin-bottom: 1rem;
}
.toggle_list_col > ul > li:last-child {
  margin-bottom: 0;
}
.toggle_list_col_top {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(140, 140, 140, 0.25);
  margin-bottom: 1.5rem;
  margin-top: -0.4rem;
}
.toggle_list_col_inner_head {
  color: #000;
  font-size: 0.928rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 1.4rem;
  margin-bottom: 1.6rem;
}
.toggle_list_col_inner_head::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
}
.toggle_list_col_inner_title {
  font-size: 1.214rem;
  margin-bottom: 1.8rem;
}
.toggle_list_inner {
  display: block;
}
.toggle_list_inner_img {
  margin-bottom: 10px;
}
.toggle_list_inner_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.toggle_list_inner_title {
  font-size: 0.928rem;
  font-family: "Shippori Mincho", serif;
  color: #727272;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .accordion-title {
    font-size: 1.1rem;
  }
  .toggle_list_inner {
    font-size: 1.1rem;
  }
}
/*+++++++++++++++++
accordion-end
******************/
/**************************
SUB MENU
**************************/
.navi_list_dwon:hover .header__sub-menu {
  opacity: 1;
  visibility: visible;
  transition: all 0.1s;
}
.navi_list_dwon_heding {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.1rem;
  color: #000;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  cursor: pointer;
  z-index: 100;
}
.header__sub-menu {
  position: absolute;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  width: 100vw;
  padding: 6.3rem 0 6rem;
  display: flex;
  justify-content: center;
  left: 0; /* 画面の左端に合わせる */
  transform: translateX(0); /* 横方向の変位を削除 */
  background-color: #fff;
  overflow-y: scroll;
  overflow-y: visible; /* スクロールを無効にして、全て表示 */
  overflow-x: hidden; /* 横方向のオーバーフローを隠す */
  transition: all 0.5s;
  z-index: 2;
}
.header__sub-menu::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(140, 140, 140, 0.25);
  position: absolute;
  top: 27px;
  right: 0;
}
.header__sub-menu02 {
  overflow-y: scroll;
  height: 100vh;
}
.header__sub-menu_inner02 {
  height: 100vh;
}
.header__sub-menu_inner {
  width: 86%;
  margin: 0 auto;
  max-height: none; /* 内側のコンテンツがすべて表示されるように設定 */
  overflow: visible; /* スクロールバーを無効にして全て表示 */
}
.header__sub-menu_head {
  font-size: 1.5rem;
  margin-bottom: 2.1rem;
}
.header__sub-menu_list > ul {
  display: flex;
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.header__sub-menu_list > ul > li {
  width: 20%;
}
.header__sub-menu_item {
  transition: all 0.5s;
  position: relative;
  display: block;
  width: 93%;
  margin: 0 auto;
}
.header__sub-menu_img {
  margin-bottom: 1.3rem;
}
.header__sub-menu_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.header__sub-menu_title span {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #898989;
}
.header__sub-menu_title {
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .header__sub-menu {
    top: 51px;
    top: 21px;
  }
  .header__sub-menu_title span {
    font-size: 0.9rem;
  }
  .header__sub-menu_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .header__sub-menu::after {
    top: 29px;
  }
  .header__sub-menu_title span {
    font-size: 1rem;
  }
  .header__sub-menu_title {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .header__sub-menu_title {
    font-size: 1.5rem;
  }
}
/**************************
navi-hover
**************************/
.navi_active {
  position: relative;
  z-index: 0;
}
.navi_active::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.navi_active #header {
  background-color: #fff;
  transition: initial;
}
.navi_active .scroll_logo a img {
  opacity: 0;
}
.navi_active .scroll_logo::before {
  opacity: 1;
}
.navi_active .navi_icon01::before {
  background-image: url("../images/instagram_black.svg");
  transition: 0.6s ease-in-out;
}
.navi_active .navi_icon02::before {
  background-image: url("../images/pinterest_black.svg");
  transition: 0.6s ease-in-out;
}
.navi_active .navi_icon03::before {
  background-image: url("../images/youtube_black.svg");
  transition: 0.6s ease-in-out;
}
.navi_active .navi_contact_btn {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.navi_active .pc_navi_center .navi a {
  color: #000;
  position: relative;
}
.navi_active .pc_navi_center .navi a::after {
  position: absolute;
  left: 50%;
  content: '';
  width: 100%;
  height: 2px;
  background-color: rgba(60, 60, 60, 1);
  bottom: -27px;
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s;
  transform: translateX(-50%) scale(0, 1);
  z-index: 55557;
}
.navi_active .pc_navi_center .navi a:hover::after {
  transition: transform 0.3s;
  transform: translateX(-50%) scale(1, 1);
}
.pc_navi_center .navi a.header__sub-menu_item::after {
  content: none;
}
/*header-ラインナップ*/
.header__sub-menu_list_downside {
  margin-top: 2.8rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(140, 140, 140, 0.25);
}
.pc_navi_center .navi a.header__sub-menu_linktxt {
  font-size: 0.9375rem;
  color: #000;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding-right: 1.7rem;
}
.pc_navi_center .navi a.header__sub-menu_linktxt::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.3s;
}
.pc_navi_center .navi a.header__sub-menu_linktxt:hover::before {
  right: -5px;
  transition: all 0.3s;
}
.pc_navi_center .navi a.header__sub-menu_linktxt::after {
  content: none;
}
@media screen and (min-width: 1500px) {
  .navi_active .pc_navi_center .navi a::after {
    bottom: -25px;
  }
}
/**************************
ページヘッダー
**************************/
.page-head_outer {
  margin-top: 60px;
  padding-top: 3.9rem;
  margin-bottom: 4rem;
  position: relative;
  z-index: 0;
}
.page-head {
  width: 89%;
  margin: 0 auto;
}
.page-head_inner {
  text-align: center;
  margin-bottom: 3.6rem;
}
.head-bfont {
  font-size: 1rem;
  color: #000;
  font-family: "Amiri", serif;
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 0.6rem;
}
.h-page-tit {
  color: #000;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 1.57rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .page-head_outer {
    margin-top: 90px;
    padding-top: 5rem;
  }
  .h-page-tit {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 992px) {
  .page-head_outer {
    margin-top: 110px;
    padding-top: 6rem;
  }
  .head-bfont {
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
  }
  .h-page-tit {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-head_outer {
    margin-top: 125px;
    padding-top: 8.5rem;
    margin-bottom: 7rem;
  }
  .page-head {
    width: 86%;
  }
  .page-head_inner {
    margin-bottom: 4.3rem;
  }
  .head-bfont {
    font-size: 1.125rem;
    margin-bottom: 1.1rem;
  }
  .h-page-tit {
    font-size: 2rem;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1500px) {
  .page-head_inner {
    margin-bottom: 1.3rem;
  }
}
/*||ヘッダータイトル無し||*/
@media screen and (min-width: 1200px) {
  .page-head_notitle {
    padding-top: 4.1rem;
    margin-bottom: 6rem;
  }
}