@charset "UTF-8";

.wrap {
  overflow-x: hidden;
}
@media screen and (min-width: 801px) {
  .wrap {
    padding-top: 135px;
  }
}

/* ============================================ */
/* ヘッダー */
/* ============================================ */
.header_content {
  margin: 10px auto 0;
  overflow: hidden;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.header_top_wrap {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.header_top_wrap_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.header_logo_wrap {
  flex: 0 0 240px;
  max-width: 240px;
}
.logo_content {
  transition: .3s opacity ease-out;
}
.logo_content:hover {
  opacity: .7;
}
.header_nav_top_list {
  display: flex;
  justify-content: flex-end;
}
.header_nav_top_list_item:not(:last-child) {
  margin-right: 11px;
}
.header_nav_top_list_item .round_button {
  border: 1px solid #000;
  transition: .3s ease-out;
  transition-property: background, color, border-color;
}
.header_nav_top_list_item .round_button span {
  background: center left no-repeat;
  background-size: contain;
  letter-spacing: .04em;
  display: inline-block;
  line-height: 1.1;
}
.header_nav_top_list_item .round_button .icon-shop {
  padding-left: 34px;
  background-image: url(../img/cmn/icon-shop.svg);
}
.header_nav_top_list_item .round_button .icon-mail {
  padding-left: 26px;
  background-image: url(../img/cmn/icon-mail.svg);
}
.header_nav_bottom {
  margin-top: 21px;
}
.header_nav_bottom_list {
  display: flex;
  justify-content: flex-end;
  flex-flow: row wrap;
}
.header_nav_bottom_list_item {
  font-size: 1.3rem;
  letter-spacing: .1em;
  font-weight: bold;
  padding-left: 18px;
  margin-bottom:8px;
}
.header_nav_bottom_list_item a, .header_nav_bottom_list_item button {
  display: inline-block;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  line-height: 1.4;
}
.header_nav_bottom_list_item a::before, .header_nav_bottom_list_item button::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #6ca0a4;
  position: absolute;
  bottom: 100%;
  opacity: 0;
  transition: .3s ease-out;
  transition-property: bottom, opacity;
}
.header_nav_bottom_list_item a:hover::before, .header_nav_bottom_list_item button:hover::before {
  bottom: 0;
  opacity: 1;
}
.header_nav_bottom_list_item:not(:first-child) {
  margin-left: 18px;
  border-left: 1px solid #ccc;
}
.js-change_nav-plan .header_nav_bottom_list_item {
  padding-left: 13px;
}
.js-change_nav-plan .header_nav_bottom_list_item:not(:first-child) {
  margin-left: 12px;
}
.change_nav_link {
  letter-spacing: .1em;
}
.header_content-black .change_nav_link {
  color: #fff;
}
@media screen and (min-width: 801px) {
  .header_content.fixed:not(.header_content_top) {
    border-bottom: 1px solid #b2b2b2;
  }
  .header_top_wrap_inner {
    -webkit-clip-path: polygon(50px 0, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
    clip-path: polygon(50px 0, 100% 0%, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::before, .header_top_wrap_inner::after {
    content: "";
    position: absolute;
    display:block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
  }
  .header_top_wrap_inner {
    padding: 25px 51px 10px 42px;
    border: 1px solid #b2b2b2;
  }
  .header_top_wrap_inner::before {
    top: -1px;
    left: -22px;
    transform: rotate(-45deg);
    transform-origin: top right;
  }
  .header_top_wrap_inner::after {
    bottom: -1px;
    right: -21px;
    transform: rotate(-45deg);
    transform-origin: bottom left;
  }

  /* header切り替え */
  .header_content-black .header_top_wrap_inner {
    /* background: #666; */
    background-image: linear-gradient(0deg, rgba(55, 55, 55, 1), rgba(110, 110, 110, 1));
  }
  .header_content-black .logo_content {
    background-image: url(../img/cmn/icon-shop-b.svg);
  }
  .header_content-black .header_logo_wrap {
    background-image: url(../img/cmn/logo_close.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .header_content-black img.logo {
    display: none;
  }
  .header_content-black .round_button, .header_nav_top_list_item .round_button:hover {
    background: #fff;
    color: #000;
  }
  .header_content-black .header_nav_top_list_item .round_button {
    border: 1px solid #666;
  }

  .header_content-black .round_button:hover {
    background: #666;
    color: #fff;
    border-color: #fff;
  }
  .header_content-black .round_button .icon-shop, .header_nav_top_list_item .round_button:hover .icon-shop {
    background-image: url(../img/cmn/icon-shop-b.svg);
  }
  .header_content-black .round_button .icon-mail, .header_nav_top_list_item .round_button:hover .icon-mail {
    background-image: url(../img/cmn/icon-mail-b.svg);
  }
  .header_content-black .round_button:hover .icon-shop {
    background-image: url(../img/cmn/icon-shop.svg);
  }
  .header_content-black .round_button:hover .icon-mail {
    background-image: url(../img/cmn/icon-mail.svg);
  }
  .header_content-black .header_link_text {
    color: #fff;
  }

  .change_menu_button {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    bottom: 0;
    right: 0;
    z-index: 3;
  }
  .change_menu_button span{
    position: absolute;
    top: 100%;
  }
  .change_menu_button::before, .change_menu_button[data-type="plan"]::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    z-index: 3;
    transition: .3s transform ease-out;
  }
  .change_menu_button:hover::before, .change_menu_button[data-type="plan"]:hover::after {
    transform: rotate(360deg);
  }
  .change_menu_button::before {
    bottom: 10px;
    right: 10px;
    border-left: 9px solid transparent;
    border-bottom: 9px solid #666;
  }
  .change_menu_button[data-type="plan"]::after {
    bottom: 10px;
    right: 10px;
    border-right: 9px solid transparent;
    border-top: 9px solid #666;
  }
  .header_nav_top_list_item .round_button {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1150px) and (min-width: 801px) {
  .header_top_wrap_inner {
    padding: 10px 51px 5px 42px;
  }
  .header_logo_wrap {
    flex: 0 0 200px;
  }
  .header_nav_top_list_item .round_button {
    font-size: 1.2rem;
    padding: 4px 16px;
  }
  .header_nav_bottom {
    margin-top: 13px;
  }
}
@media screen and (max-width: 800px) {
  .header_top_wrap {
    margin: 0;
    width: 100%;
  }
  .header_content {
    width: 100%;
    margin: 0;
  }
  .header_logo_wrap {
    flex: 0 0 140px;
    padding: 8px 10px;
    max-width: 140px;
  }
  .header_nav_wrap {
    flex: 1 1 auto;
    display: flex;
    max-width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
  .header_nav_top_list_item .round_button .icon-shop {
    padding-left: 14px;
    background-size: 12px auto;
  }
  .header_nav_top_list_item .round_button .icon-mail {
    padding-left: 13px;
    background-size: 10px auto;
  }
  .header_nav_top {
    padding: 9px 1px 9px 0;
  }
  .header_nav_top_list_item .round_button span {
    letter-spacing: -.07em;
  }
  .header_nav_top_list_item:not(:last-child) {
    margin-right: 6px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: none;
  }
}

/* ハンバーガーメニュー */
/* -------------------------------------------- */
.hamburger_nav {
  display: none;
}
.hamburger_nav.is-open {
  display: block;
  position: relative;
  z-index: 20;
}
.hamburger_nav_overlay {
  display: none;
}
.hamburger_nav_container {
  background-color: #fff;
  height: 100%;
  width: 100%;
  overflow-y: auto;
}
.hamburger_close {
  background: transparent;
  border: 0;
}
.hamburger_content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 58px;
}
.hamburger_content .inner {
  padding: 0;
}
@media screen and (max-width: 800px) {
  .hamburger_content {
    padding: 0 15px;
    margin-top: 38px;
  }
  .hamburger_nav_overlay {
    align-items: center;
    background: rgba(0,0,0,.6);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    outline: none;
  }
  .hamburger_nav_container {
    background-color: #000;
  }
  .hamburger_list {
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
  .hamburger_link {
    position: relative;
    display: block;
    padding: 13px 13px 13px 23px;
    border-bottom: 1px solid #fff;
  }
  .hamburger_accordion_link::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    left: 1px;
    top: 12px;
    background-image: url(../img/cmn/icon_arrow_open.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamburger_accordion_link {
    position: relative;
    display: block;
    padding: 7px 0 0 12px;
  }
  .hamburger_accordion_item {
    position: relative;
    padding: 0 0 15px;
    width: 49%;
  }
  .hamburger_link::before {
    position: absolute;
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    left: 10px;
    top: 18px;
    background-image: url(../img/cmn/icon_arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  .hamburger_link.is_open::before {
    background-image: url(../img/cmn/icon_arrow_open.svg);
  }
  .accordion_button::marker {
    -webkit-appearance: none;
    display: none;
  }
  .hamburger_inner_list {
    background-color: #fff;
    color: #000;
  }
  .hamburger_item {
    width: 50%;
  }
  .hamburger_item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
  .hamburger_photo_plan_img {
    display: block;
    width: 100%;
  }
  .hamburger_nav_top_list {
    padding: 9px 49px 9px 0;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
  .hamburger_nav_top_list_item:not(:last-of-type) {
    margin: 0 6px 0 0;
  }
  .hamburger_nav_top .round_button {
    display: inline-block;
    background-color: #fff;
    color: #000;
    letter-spacing: -.07em;
  }
  .hamburger_nav_top .icon-shop {
    display: inline-block;
    line-height: 0.8;
    padding-left: 14px;
    background-size: 12px auto;
    background: url(../img/cmn/icon-shop_hamburger.svg) center left no-repeat;
  }
  .icon-mail {
    display: inline-block;
    line-height: 0.7;
    padding-left: 13px;
    background-size: 10px auto;
    background: url(../img/cmn/icon-mail_hamburger.svg) center left no-repeat;
  }
  .hamburger_accordion {
    padding: 30px 13px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    color: #000;
  }
}
@media screen and (max-width: 420px) {
  .hamburger_content {
    margin-top: 18px;
  }
  .hamburger_nav_top .round_button {
    font-size: 1rem;
  }
  .hamburger_list {
    letter-spacing: 0.7px;
    font-size: 1rem;
  }
  .hamburger_accordion_link {
    padding: 6.5px 0 0 12px;
  }
  .hamburger_accordion_link::before {
    width: 4px;
    top: 9px;
  }
  .hamburger_link::before {
    width: 4px;
    top: 16.3px;
  }
}

/* ハンバーガーメニュー　アニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.hamburger_nav[aria-hidden="false"] .hamburger_nav_overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.hamburger_nav[aria-hidden="false"] .hamburger_nav_container {
  animation: mmfadeIn .3s cubic-bezier(0, 0, .2, 1);
}

.hamburger_nav[aria-hidden="true"] .hamburger_nav_overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.hamburger_nav[aria-hidden="true"] .hamburger_nav_container {
  animation: mmfadeOut .3s cubic-bezier(0, 0, .2, 1);
}

.hamburger_nav .hamburger_nav_container,
.hamburger_nav .hamburger_nav_overlay {
  will-change: transform;
}
.nav_wrap {
  margin-bottom: 0;
}

/* ハンバーガーメニュー　ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 25px;
  height: 1px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -8px;
}
.hamburger_btn span::after {
  bottom: -8px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 20px;
    left: 11px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 25px;
  }
}


/* ============================================ */
/* メイン */
/* ============================================ */
.main_content_wrap {
  position: relative;
  z-index: 1;
}
.inner {
  margin: auto;
  padding: 0 15px;
  max-width: 1030px;
}
/* .page .main_content > .inner {
max-width: 948px;
} */
@media screen and (max-width: 800px) {
  .main_content_wrap {
    padding-top: 20px;
  }
}

/* ============================================ */
/* ページタイトル */
/* ============================================ */
.page_ttl {
  height: 280px;
  background: linear-gradient(to bottom, rgb(175 158 106 / 30%), #fff 50%);
  position: relative;
  margin-bottom: 40px;
}
.page_ttl::before, .page_ttl-page .page_ttl_text_wrap::after, .page_ttl_content::before {
  content:"";
  position: absolute;
  display: block;
}
.page_ttl::before {
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  border-top: 1px solid rgb(0 0 0 / 10%);
  border-bottom: 1px solid rgb(255 255 255 / 60%);
}
.page_ttl-page .page_ttl_text_wrap::after {
  left: 57%;
  top: 56%;
  width: 800px;
  height: 372px;
  background: url(../img/about_us/about_title_text.png) center center no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}
.page_ttl-plan {
  height: 425px;
}
.page_ttl_content {
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding-top: 40px;
  position: relative;
}
.page_ttl_content::before {
  right: 0;
  bottom: 0;
  width: 720px;
  height: 239px;
  background: url(../img/about_us/about_title_img.jpg) center center no-repeat;
}
.page_ttl-plan .page_ttl_content::before {
  width: 70%;
  height: 350px;
  bottom: 32px;
  background-size: cover;
}
.page_ttl_text_wrap {
  max-width: calc(100% - 720px);
  padding-left: 15px;
  height: 100%;
  position: relative;
}
.page_ttl-plan .page_ttl_text_wrap {
  max-width: 100%;
}
.page_ttl_inner {
  width: calc(100vw - (100vw - 1030px)/2);
  max-width: 100%;
  height: 100%;
  padding-left: calc((100vw - 1030px)/2);
  display: flex;
  align-items: center;
  position: absolute;
}
.page_ttl-plan .page_ttl_inner {
  width: 100%;
  padding: 0;
  position: relative;
}
.page_ttl_text {
  position: relative;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.5rem;
  line-height: 32px;
  letter-spacing: .3rem;
  z-index: 1;
  flex: 1 1 100%;
  position: relative;
}
.page_ttl-plan .page_ttl_text {
  height: 100%;
  display: flex;
  align-items: center;
}
.page_ttl-plan .page_title_text_jp {
  flex: 1 1 100%;
  text-align: center;
  padding-top: 79px;
  background: url(../img/plan/omiyamairi/title_icon.svg) top center no-repeat;
  background-size: auto 63px;
  font-size: 3.5rem;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.45em;
  margin-right: -0.45em;
  margin-top: -27px;
  margin: -27px -0.4em 0 0;
  max-width: 350px;
}
.page_ttl_text .page_title_text_en {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: .5em;
  display: block;
}
.page_ttl-plan .page_title_text_en {
  position: absolute;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  font-weight: bold;
  font-size: 8.5rem;
  font-family: Times;
  color: #000;
  letter-spacing: .07em;
  line-height: 1;
  margin-bottom: -13px;
  padding-right: calc((100% - 1030px)/2);
  text-align: right;
}
@media screen and (min-width: 1201px){
  .page_ttl::after {
    left: auto;
    right: 50%;
  }
  .page_ttl_inner {
    padding-left: 85px;
    width: 100%;
  }
  .page_ttl-plan .page_title_text_jp {
    max-width: 29%;
    display: block;
  }
}
@media screen and (max-width: 1050px) and (min-width: 801px) {
  .page_ttl_content::before {
    max-width: 75%;
    background-size: cover;
  }
  .page_ttl_text_wrap {
    max-width: 25%;
  }
}
@media screen and (min-width: 801px) {
  .page_ttl-plan .page_title_text_jp {
    background-size: auto 63px;
    font-size: 3.5rem;
    letter-spacing: 0.45em;
    padding-left: 0.45em;
  }
}
@media screen and (max-width: 800px) {
  .page_title_wrap {
    display: flex;
    flex-flow: column;
	  margin-top: 50px;
  }
  .page_ttl {
    height: 32.5vw;
    margin-bottom: 6px;
  }
  .page_ttl-plan {
    height: 200px;
  }
  .page_ttl_content {
    padding-top: 46px;
  }
  .page_ttl-plan .page_ttl_content {
    padding-top: 50px;
  }
  .page_ttl_content::before {
    max-width: 62.5%;
    height: 27.5vw;
    z-index: 1;
    background-size: cover;
  }
  .page_ttl-plan .page_ttl_content::before {
    width: 67.5%;
    height: 180px;
    bottom: 0;
  }
  .page_ttl_text_wrap {
    max-width: 100%;
    padding-left: 10px;
  }
  .page_ttl-page .page_ttl_text_wrap::after {
    width: 59vw;
    height: calc(100% + 60px);
    transform: translateY(-50%) rotate(-6deg);
    left: -4%;
    top: 37%;
    background-position: center left;
  }
  .page_ttl_inner {
    width: 100%;
    position: relative;
  }
  .page_ttl::after {
    right: auto;
    left: 30px;
    bottom: 10%;
    top: auto;
    max-height: 32vw;
    background-size: contain;
  }
  .page_ttl_text {
    font-size: 1.3rem;
    line-height: 21px;
    letter-spacing: 2px;
  }
  .page_ttl-plan .page_ttl_text {
    align-items: flex-start;
  }
  .page_ttl-plan .page_title_text_jp {
    margin-top: 0;
    background-size: 15px auto;
    font-size: 1.6rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: center;
    position: absolute;
    left: 13%;
    padding-top: 33px;
    line-height: 30px;
    letter-spacing: .1em;
  }
  .page_ttl_text .page_title_text_en {
    font-size: 1rem;
    transform: scale(0.5);
    transform-origin: top left;
  }
  .page_ttl-plan .page_ttl_text .page_title_text_en {
    font-size: 2.3rem;
    right: auto;
    bottom: auto;
    top: calc(100% - 2.3rem);
    margin-bottom: 0;
    line-height: 1;
    transform: none;
    padding-left: 0;
    text-align: left;
  }
}

/* ============================================ */
/* パンくずリスト */
/* ============================================ */
.breadcrumb_wrap {
  max-width: 1030px;
  line-height: 1.5;
  margin: 23px auto 5px;
  position: relative;
  z-index: 1;
}
.breadcrumb_item {
  display: inline-block;
  letter-spacing: -.06em;
  line-height: 1;
}
.breadcrumb_item:not(:last-child) {
  padding-right: 10px;
  position: relative;
}
.breadcrumb_item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 5%;
  background: #000;
  width: 1px;
  height: 90%;
}
.breadcrumb_item a {
  text-decoration: underline;
  transition: .3s ease-out;
  transition-property: background, color;
}
.breadcrumb_item a:hover{
  background: #000;
  color: #fff;
}
@media screen and (max-width: 800px) {
  .breadcrumb_wrap {
    order: 1;
    text-align: right;
    margin: 0 0 22px auto;
  }
}


/* メインコンテンツ、サイドバーレイアウト */
/* -------------------------------------------- */

.main_column {
  min-width: 0;
  min-height: 0;
}

@media screen and (min-width: 801px) {
  .main_column {
    flex: 1 1;
    padding-right: 20px;
  }
  .side_column {
    flex: 0 0 200px;
  }
  .side_wrap {
    margin-top: 15px;
    padding: 0 0 25px;
    border: 1px solid #cccccc;
    position: relative;
  }
  .side_wrap::before, .side_wrap::after {
    position: absolute;
    content: "";
  }
  .side_box {
    position: relative;
  }
  .side_box::before {
    position: absolute;
    content: "";
    display: block;
    background: #fff;
    box-shadow: 0 1px #fff;
    bottom: -25px;
    right: -8px;
    width: calc(100% - 175px);
    height: 15px;
  }
  .side_box::after {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    bottom: -20px;
    right: 0px;
    width: 22px;
    height: 11px;
    transform: rotate( 135deg);
    display: block;
    background: #fff;
  }
  .side_ttl {
    padding: 0 0 15px;
    text-align: center;
  }
  .all_link_button {
    padding: 0 15px;
    margin: 15px 0 20px;
  }
  .all_link {
    font-size: 1.4rem;
    display: block;
    color: #fff;
    background: #999999;
    padding: 10px 5px;
    position: relative;
  }
  .all_link::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: solid 5px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #fff;
    transform: rotate( 45deg);
  }
  .sidebar_link_wrp{
    padding: 0 15px;
  }
  .accordion_button {
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px solid #cccccc;
    cursor: pointer;
    position: relative;
  }
  .sidebar_link_box:not([open]) .accordion_button::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 5px;
    border: solid 3px transparent;
    border-bottom: none;
    border-top: solid 7px #70a4a8;
    transition: .1s top ease-out;
  }
  .sidebar_link_box:not([open]):hover .accordion_button::after {
    top: 10px;
  }
  .sidebar_link_wrp .sidebar_link_box:not(:first-child) {
    margin-top: 15px;
  }
  .accordion_inner {
    margin-top: 2px;
  }
  .accordion_inner .accordion_box:not(:last-child) {
    margin-bottom: 2px;
  }
  .accordion_box_link {
    font-size: 1.4rem;
    display: block;
    padding: 10px 5px;
    background: #f0f0f0;
    position: relative;
    transition: .3s background ease-out;
  }
  .accordion_box_link:hover {
    background: #999;
    color: #fff;
  }
  .accordion_box_link::before {
    position: absolute;
    content: "";
    bottom: 3px;
    right: 3px;
    border-top: solid 5px transparent;
    border-right: solid 3px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #000;
    transform: rotate( 45deg);
  }
  .accordion_box_link:hover::before {
    border-left-color: #fff;;
  }

  /* summaryの矢印を消す Chrome、Safari以外 */
  .side_column summary {
    display: block;
  }

  /* summaryの矢印を消す Chrome、Safari */
  .side_column summary::-webkit-details-marker {
    display: none;
  }

  /* サイドメニュー オープン時にアニメーションを設定 */
  details[open] .accordion_inner {
    animation: fadeIn 0.5s ease;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0; /* 透明 */
      transform: translateY(-10px); /* 上から表示 */
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }
}
@media screen and (max-width: 800px) {
  .side_column {
    width: 100%;
  }
}

/* ============================================ */
/* Footer */
/* ============================================ */
footer {
  margin-top: 70px;
}
.footer_gallery_wrap {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
}
.footer_gallery_wrap::before {
  content: "";
  position: absolute;
  display: block;
  width: 823px;
  height: 375px;
  top: -60px;
  left: 73px;
  right: 0;
  margin: auto;
  background: url(../img/cmn/gallery_text.png) center no-repeat;
}
.footer_costume_content {
  background: #df8179;
}
.footer_photograph_content {
  background: #70a4a8;
}
.footer_gallery_content_inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.footer_gallery_header_wrap {
  padding: 70px 0 41px;
}
.footer_gallery_title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.3;
}
.footer_gallery_title span {
  font-family: 'Noto Serif JP', serif;
  font-size: .9rem;
  display: block;
}
.footer_gallery_search_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.footer_gallery_search_select_wrap {
  flex: 1 1 48.5%;
  max-width: 48.5%;
}
.footer_gallery_img_list {
  display: grid;
  gap: 0px 0px;
  background: #fff;
}
.footer_gallery_img_item a {
  display: block;
  position: relative;
}
.footer_gallery_img_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.photo_img {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
}
.costume_img {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_list_btn {
  max-width: 190px;
  display: block;
  margin: auto;
}
@media screen and (min-width: 801px) {

  .footer_costume_content .footer_gallery_header_wrap {
    padding-left: 98px;
    padding-right: 31px;
  }
  .footer_photograph_content .footer_gallery_header_wrap {
    padding-right: 98px;
    padding-left: 31px;
  }
  .footer_gallery_img_list-costume {
    grid-template-columns: 1.5fr 1.5fr 2fr;
    grid-template-rows: 3fr 1fr 2fr;
    grid-template-areas:
    "one one two"
    "one one five"
    "three four five";
  }
  .footer_gallery_img_one-costume { grid-area: one; }
  .footer_gallery_img_two-costume { grid-area: two; }
  .footer_gallery_img_three-costume { grid-area: three; }
  .footer_gallery_img_four-costume { grid-area: four; }
  .footer_gallery_img_five-costume { grid-area: five; }

  .footer_gallery_img_one-costume a, .footer_gallery_img_three-costume a, .footer_gallery_img_four-costume a {
    padding-bottom: 138.9%;
  }
  .footer_gallery_img_two-costume a, .footer_gallery_img_five-costume a {
    padding-bottom: 156.3%;
  }

  .footer_gallery_img_list-photograph {
    grid-template-columns: 2fr 1fr 1fr .5fr 1.5fr;
    grid-template-rows: 1.25fr .94fr 1.56fr;
    grid-template-areas:
    "one two two three three"
    "four four five five six"
    "four four seven seven seven";
  }
  .footer_gallery_img_one-photograph { grid-area: one; }
  .footer_gallery_img_two-photograph { grid-area: two; }
  .footer_gallery_img_three-photograph { grid-area: three; }
  .footer_gallery_img_four-photograph { grid-area: four; }
  .footer_gallery_img_five-photograph { grid-area: five; }
  .footer_gallery_img_six-photograph { grid-area: six; }
  .footer_gallery_img_seven-photograph { grid-area: seven; }

  .footer_gallery_img_one-photograph a, .footer_gallery_img_two-photograph a, .footer_gallery_img_three-photograph a {
    padding-bottom: 125%;
  }
  .footer_gallery_img_four-photograph a {
    padding-bottom: 166.7%;
  }
  .footer_gallery_img_five-photograph a, .footer_gallery_img_six-photograph a {
    padding-bottom: 125.3%;
  }
  .footer_gallery_img_seven-photograph a {
    padding-bottom: 104%;
  }
  .footer_gallery_footer_wrap {
    padding: 16px 0 55px;
  }
}
@media screen and (max-width: 1100px) {
  .photo_img {
    display: none;
  }
  .costume_img {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  footer {
    margin-top: 40px;
  }
  .footer_gallery_wrap::before {
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    padding-bottom: 45.5%;
    background-size: contain;
    transform: translate(-50%, -50%);
  }
  .footer_gallery_wrap {
    display:block;
  }
  .footer_gallery_content_inner {
    padding: 15px 15px 20px;
  }
  .footer_gallery_header_wrap {
    padding: 10px 0;
  }
  .footer_gallery_title {
    font-size: 1.5rem;
  }
  .footer_gallery_title span {
    transform: scale(.8);
  }
  .footer_gallery_search_wrap {
    margin: 16px auto 0;
    max-width: 88%;
  }
  .footer_gallery_img_wrap {
    margin-top: 5px;
  }
  .footer_gallery_img_list {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .footer_gallery_img_item a {
    padding-bottom: 97.3%;
  }
  .footer_gallery_footer_wrap {
    margin-top: 15px;
  }
  .footer_gallery_footer_wrap .footer_list_btn {
    width: 130px;
    display: inline-block;
  }
}

/* フッター　黒部分 */
.footer_bottom {
  position: relative;
  background: #fff;
}
#pagetop {
  position: absolute;
  right: 56px;
  top: -23px;
  width: 42px;
  background: #000;
  box-shadow: -1px 1px #fff, 1px -1px #fff;
  z-index: 2;
  transition: .3s transform ease-out;
}
#pagetop:hover {
  transform: translateY(-5px);
}
#pagetop .corner_button_first_decoration::before,
#pagetop .corner_button_first_decoration::after,
#pagetop .corner_button_last_decoration::before,
#pagetop .corner_button_last_decoration::after{
  background-color: #000;
}
#pagetop .corner_button_first_decoration::after,
#pagetop .corner_button_last_decoration::after {
  border-color: #fff;
}
#pagetop .corner_button_first_decoration::before {
  box-shadow: 1px -1px #fff;
}
#pagetop .corner_button_last_decoration::before {
  box-shadow: -1px 1px #fff;
}
#pagetop .tex_none {
  display: inline-block;
  position: relative;
  width: 100%;
}
#pagetop::after {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translate(-50%, -50%) scale(1, 1.3) rotate(45deg);
}
.footer_bottom .inner {
  max-width: 990px;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
  justify-content: space-between;
  padding: 40px 15px;
}
.copyright {
  font-size: .9rem;
  color: #000;
  letter-spacing: .1em;
}
@media screen and (min-width: 801px) {
  .footer_bottom_link:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer_bottom {
    margin-top: 27px;
  }
  #pagetop {
    right: 27px;
    top: -13px;
    width: 29px;
    padding: 1px 3px;
  }
  .footer_bottom .inner {
    justify-content: center;
  }
  .copyright {
    transform: scale(.8);
  }
}

/* 店舗一覧 共通*/
/* -------------------------------------------- */
.store .layout_postlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_shop {
  width: 48.3%;
  background-color: #F4F4EF;
  display: flex;
  flex-direction: column;
  margin: 0 0 20px;
}
.store .section_shop:nth-child(2n) {
  transition-delay: .1s;
}
.shop_wrp .section_shop:nth-child(n+7), .layout_postlist .section_shop:last-child {
  margin: 0;
}
.shop_wrp .section_shop h2.shop_title, .layout_postlist .section_shop h2.shop_title {
  line-height: 1.2;
  flex: 1;
  font-size: 2.1rem;
}
.shop_inner {
  width: 100%;
  padding: 0 20px;
  order: 2;
}
.shop_title {
  margin: 0 0 4px;
  color: #B1A06A;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 1.5px;
}
.shop_info {
  margin: 9px 0 18px;
}
.shop_snslist {
  display: flex;
}
.shop_sns_wrp {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.shop_sns_img {
  width: 30px;
  height: 30px;
  float: right;
  order: 1;
}
.shop_address {
  height: 75px;
  margin: 5px 0 5px;
  order: 3;
  line-height: 25px;
}
.shop_text_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.shop_sns_img:not(:last-of-type) {
  margin-right: 5px;
}
.shop_costume_title {
  color: #70A4A8;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: 1px dashed #b2b2b2;
  padding: 0 0 9px;
  margin: 0 0 14px;
  letter-spacing: 0.5px;
}
.shop_costume_taglist {
  display: flex;
  flex-wrap: wrap;
}
.costume_tag {
  display: block;
  background-color: #70A4A8;
  border-radius: 100px;
  padding: 2px 13px;
  font-size: 1.2rem;
  color: #fff;
  margin: 0 5px 6px 0;
}
.shop_tel {
  text-align: center;
  display: block;
  border: 1px solid #b2b2b2;
  border-radius: 100px;
  background-color: #fff;
  padding: 5px;
  margin: 15px 0 16px;
}
.shop_tel_bold {
  font-weight: bold;
}
.shop_img {
  display: block;
  width: 100%;
  height: 92%;
  order: 1;
}

@media screen and (max-width:800px) {
  .section_shop {
    width: 48.5%;
    margin: 0 0 13px;
  }
  .shop_inner {
    padding: 0 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .shop_title {
    font-size: 1.2rem;
    margin: 0;
    letter-spacing: 1px;
    line-height: 26px;
  }
  .shop_costume_title {
    font-size: 1.1rem;
    padding: 0 0 5px;
    margin: auto 0 8px;
  }
  .costume_tag {
    border-radius: 7px;
    padding: 1px 8px;
    font-size: 1rem;
    margin: 0 2px 4px 0;
  }
  .shop_tel {
    padding: 4px 0;
    margin: auto 0 10px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0px;
  }
  .shop_info {
    margin: 9px 0;
  }
  .shop_text_wrap {
    /* display: block; */
    margin-bottom: 10px;
  }
  .shop_sns_wrp {
    margin: 0 0 0 5px;
    justify-content: normal;
  }
  .shop_sns_img {
    width: 22px;
    height: 22px;
  }
  .shop_address {
    font-size: 1rem;
    line-height: 16px;
    height: auto;
  }
  .shop_wrp .section_shop:nth-child(n+7) {
    margin-bottom: 10px;
  }
  .shop_wrp .section_shop:last-child {
    margin-bottom: 0;
  }
  .shop_wrp .section_shop h2.shop_title, .layout_postlist .section_shop h2.shop_title {
    line-height: 14px;
    font-size: 1.2rem;
  }
  .shop_img {
    height: auto;
  }
  .shop_costume_taglist {
    padding: 0 0 5px;
  }
}


/* プルミエールについて */
/* -------------------------------------------- */

.about_us_image_content {
  padding: 0 0 19px 0;
}

.about_us_inner {
  display: flex;
  position: relative;
}

.about_us_text_wrap {
  order: 20;
  position: absolute;
  top: 5%;
  left: 48%;
}

.about_us_image_content_text {
  font-size: 1.4rem;
  max-width: 431px;
  line-height: 2;
}

.about_us_image_content_text_02 {
  font-size: 1.4rem;
  max-width: 392px;
  line-height: 2;
}

.about_us_img_wrap {
  order: 10;
}

.about_us_image_content_02 {
  padding: 0 0 101px 0;
}

.about_us_inner_02 {
  display: flex;
  position: relative;
}

.about_us_text_wrap_02 {
  margin-top: 55px;
}

@media screen and (max-width:800px) {
  .about_us_image_content {
    padding: 0 0 19px 0;
    margin: 0% 0 26% 0%;
  }

  .about_us_text_wrap {
    top: 75%;
    right: 0;
  }

  .about_us_image_content_text {
    font-size: 1rem;
    max-width: 630px;
  }

  .about_us_img_wrap {
    text-align: left;
    width: 100%;
  }

  .about_us_img_wrap img {
    width: 70%;
    max-width: 490px;
  }

  .about_us_image_content_02 {
    padding: 0;
    margin: 0;
  }

  .about_us_inner_02 {
    position: relative;
    flex-direction: column-reverse;
  }

  .about_us_text_wrap_02 {
    position: absolute;
    margin-top: 36%;
  }

  .about_us_image_content_text_02 {
    font-size: 1rem;
    max-width: 283px;
  }

  .about_us_img_wrap_02 {
    text-align: right;
  }

  .about_us_img_wrap_02 img {
    width: 70%;
    max-width: 490px;
  }

}

@media screen and (max-width:500px) {
  .about_us_image_content {
    padding: 0;
    margin: 0;
  }

  .about_us_text_wrap {
    left: 16%;
  }

  .about_us_image_content_02 {
    padding: 0 0 55px 0;
    margin: 0;
  }

}


/* ボタン部分共通？ */
/* ============================================ */
.button_normal {
  color: #fff;
  padding: 13px;
  display: block;
  margin: 40px auto 0;
  font-size: 1.4rem;
  letter-spacing: 1.3px;
  background-image: url(../img/shop_content/button_black.png);
  background-repeat: no-repeat;
  background-size: 260px 50px;
  width: 260px;
  height: 50px;
  text-align: center;
  max-width: 100%;
  max-height: 50px;
}
.button_contact,
.button_reserve {
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .button_normal {
    font-size: 1.2rem;
    padding: 9px;
    margin: 18px auto 0;
    background-image: url(../img/shop_content/button_black_sp.png);
    background-size: contain;
    width: 173px;
    height: 40px;
  }
  .button_contact,
  .button_reserve {
    background-image: url(../img/shop_content/button_black.png);
    width: 187px;
    height: 36px;
    padding: 7px;
    margin: 10px auto 0;
  }
}


/* レンタル・撮影プラン　ナビ追加 2022/3/10 */
/* ============================================ */
.top_section_wrp.nav {
  position: relative;
  background: #f4f4ef;
  padding: 30px 15px 0;
  margin-top: 100px;
}
.header_top_nav {
  background-color: #fff;
  border: 1px solid #b2b2b2;
  margin: 20px auto 0;
  padding: 20px 0;
  max-width: 1180px;
}
.header_top_nav .header_nav_bottom {
  margin: 0;
}
.header_top_nav .header_nav_bottom_list {
  justify-content: center;
}
.header_top_nav .header_nav_bottom_list_item {
  margin: 0;
  padding: 0;
}
.header_top_nav .header_link_text {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding: 10px 21px;
  transition: 0.2s all ease-out;
  transition-property: background;
}
.header_top_nav .header_link_text:hover {
  background-color: #f3f3eb;
}
.header_top_nav img {
  margin: 0 9px;
}
.header_top_nav .header_link_text::before {
  display: none;
}
@media screen and (min-width: 1200px) {
  .top_section_wrp.nav {

  }
}

@media screen and (max-width: 1183px) {
  .header_top_nav .header_link_text {
    font-size: 1.1rem;
    padding: 10px 14px;
  }
}
@media screen and (max-width: 1020px) {
  .header_top_nav .header_link_text {
    padding: 10px 9px;
  }
}
@media screen and (max-width: 940px) {
  .header_top_nav .header_link_text {
    padding: 10px 6px;
  }
}
@media screen and (max-width: 900px) {
  .header_top_nav .header_link_text {
    font-size: 1rem;
    padding: 10px 2px;
  }
}

/* 2309追従メニュー */
.btmFix {
  display: none;
}
@media screen and (max-width: 768px) {
  footer {
    /* padding: 35px 0 75px 0; */
  }
  .btmFix {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 -3px 6px rgba(0,0,0,0.16);
    box-sizing: border-box;
    z-index: 9998;
    height: 75px;
  }
  .btmFix > * > a {
    display: grid;
    place-items: center;
    height: 100%;
  }
  .btmFix .btm_contact {
    width: auto;
    flex: 1;
    background: #CB746D;
  }

  .btmFix .btm_contact a {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  }

  .btmFix .btm_reserve {
  width: 50vw;
  background: #659396;
  border-left: 1px solid rgba(255,255,255,0.7);
  }

  .btmFix .btm_reserve a {
  color: #fff;
  font-size: 4vw;
  text-align: center;
  background-size: 5.3846vw auto;
  }

  .btmFix .btmPagetop {
  width: 12vw;
  box-sizing: border-box;
  border-left: 1px solid rgba(255,255,255,0.7);
  background: #438ca4dd;
  }

  .btmFix .btmPagetop a {
  color: #fff;
  line-height: 1.167;
  text-align: center;
  padding-top: 10px;
  }
  .arrow-top {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin: 0 10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
  }
}
@media screen and (max-width: 500px) {
  footer {
    /* padding: 35px 0 55px 0; */
  }
  .btmFix {
    height: 55px;
  }
}
/* プラグインページtop非表示 */
#wpfront-scroll-top-container {
  display: none !important;
}
/* ページトップ修正 */
#pagetop {
  position: fixed;
  right: 20px;
  top: auto;
  bottom: 0%;
  width: 60px;
  height: 60px;
  clip-path: polygon(20% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 20%);
  background: #262626;
}
#pagetop::after {
  width: 10px;
  height: 10px;
  top: 55%;
}
@media screen and (max-width: 800px) {
  #pagetop {
    bottom: 10%;
  }
  footer {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  footer {
    padding-bottom: 25px;
  }
}

/* btn-new */
.btn-new,.footer_gallery_footer_wrap .footer_list_btn.btn-new {
  background: url(../img/top/btn_bg.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  min-width: 40%;
  height: 70px;
  display: grid !important;
  place-items: center;
  color: #fff;
  letter-spacing: .1em;
  font-family: 'Noto Sans JP', sans-serif;
  max-width: calc(100vw - 50px);
  margin: auto;
}
.btn-new.--btn_w {
  background: url(../img/top/btn_bg_w.png) no-repeat center center;
  background-size: contain;
  color: #333;
}
.btn-new.--long {
  background: url(../img/top/btn_bg_1.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 800px) {
  .btn-new {
    font-size: 14px;
  }
}
  .btn_flex {
    display: flex;
    justify-content: center;
    gap: 1em;
    flex-wrap: wrap;
  }
  .btn_flex > *{
    width: 40%;
    max-width: 300px;
    min-width: 300px;
  }


@media screen and (max-width: 590px) {
  .btn-new.__sp_long,
  .plan_furisode .btn-new {
    background: url(../img/top/btn_bg_1.png) no-repeat center center;
    background-size: contain;
    font-size: 16px;
    width: 100%;
  }
  .btn_flex > *{
    width: 100%;
    max-width: 100%;
  }

}

/* ヘッダー 追加*/
/* ============================================ */
/* ヘッダーコンテンツ */
/* ============================================ */
@media screen and (min-width: 801px) {
  .wrap {
    padding-top: 0 !important;
  }
  .header_top_wrap {
    width: 100%;
    max-width: 100%;
  }
  .header_top_wrap_inner{
    border-bottom: transparent;
    clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 50px);
  }
  .header_top_wrap_inner::after {
    content: none;
  }
  .change_menu_button {
    display: none;
  }
  .header_top_nav {
    clip-path: polygon(100% 0, 100% 50px, calc(100% - 50px) 100%, 0 100%, 0 0);
    position: relative;
    padding: 20px 0 20px;
    max-width: 100%;
  }
  .top_section_wrp.nav {
    padding: 0;
    background: #f4f4ef;
  }
  .header_top_nav::after {
    content: "";
    position: absolute;
    display: block;
    width: 70px;
    height: 1px;
    background: #b2b2b2;
    z-index: 2;
    bottom: -1px;
    right: -20px;
    transform: rotate(-42deg);
    transform-origin: bottom left;
  }
}
@media screen and (min-width: 1200px) {
  .top_section_wrp.nav {
  }
}

.shop_sns_menu a:first-child {
  display: none;
}
@media screen and (max-width: 800px) {
  .header_top_wrap_inner {
    height: 75px;
  }
  .header_logo_wrap {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
    margin-left: 20px;
    display: grid;
    align-content: center;
  }
  .header_logo_wrap img {
    max-height: 60px;
    object-fit: contain;
  }
  .header_nav_top_list_item .round_button {
    display: none;
  }
  .header_nav_top {
    padding: 0;
  }
  .header_nav_wrap {
    gap: 8%;
  }
  .shop_sns_img {
    width: 44px;
    height: 45px;
  }
}
@media screen and (max-width: 390px) {
  .header_nav_top {
    display: block;
  }
}

/* ハンバーガーメニュー ボタン周り */
.hamburger_btn {
  position: relative;
  width: 48px;
  height: 50px;
  right: 0;
  top: 0;
  display: flex;
  align-items: end;
  justify-content: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 14px;
}
.hamburger_btn span, .hamburger_btn span::before, .hamburger_btn span::after {
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
}
.hamburger_btn span {
  top: 27px;
  left: 10px;
}
.hamburger_btn span::before, .hamburger_btn span::after {
  content: "";
  left: 0;
}
.hamburger_btn span::before {
  top: -10px;
}
.hamburger_btn span::after {
  bottom: -10px;
}
.hamburger_close{
  position: fixed;
  color: #fff;
  top: 15px;
}
.hamburger_close span{
  background: transparent;
}
.hamburger_close span::before, .hamburger_close span::after {
  top: 0;
}
.hamburger_close span::before {
  transform: rotate(-45deg);
}
.hamburger_close span::after {
  transform: rotate(45deg);
}
@media screen and (max-width: 800px) {
  .hamburger_btn {
    right: 20px;
    top: 5px;
  }
  .hamburger_nav.is-open .hamburger_close span::before,
  .hamburger_nav.is-open .hamburger_close span::after {
    background-color: #fff;
  }
  .hamburger_btn span {
    top: 10px;
    left: 3px;
  }
  .hamburger_btn span,
  .hamburger_btn span::before,
  .hamburger_btn span::after {
    width: 40px;
  }
  .hamburger_nav_top_list_item {
    display: none;
  }
  .hamburger_nav_top_list {
    padding: 19px 70px 9px 0;
  }
  .hamburger_close{
    top: 15px;
  }
}
/* ホバーアニメーション */
.hover_light {
  transition: all 0.3s ease-in-out;
}
.hover_light:hover {
  filter: opacity(.8);
}

.anker_link{
  max-width: 1200px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 0;
}
.btn_flex.anker_link > *{
  width: 17%;
}
@media screen and (max-width: 550px) {
  .anker_link{
    margin-top: 0;
    row-gap: 1%;
}
.anker_link .btn-new{
  height: 60px;
}
}