@charset "UTF-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanmp.css");
/* =================================================
   RESET
================================================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-variant: normal;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, main, hgroup, menu, nav, section, summary {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: 400;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q::before, q::after,
blockquote::before, blockquote::after {
  content: "";
  content: none;
}

fieldset, img {
  border: 0;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-size: 100%;
}

input, select {
  vertical-align: middle;
}

/* =================================================
   COMMON
================================================= */
html {
  width: 100%;
  height: auto;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  word-break: normal;
  word-wrap: break-word;
  color: #535D60;
  text-align: left;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
}

nav ul {
  list-style: none;
}

img {
  vertical-align: middle;
}

figcaption {
  display: block;
}

summary::-webkit-details-marker {
  display: none; /* delete arrow */
}

a, a:link {
  color: #535D60;
  text-decoration: none;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  background: transparent;
}

a:hover {
  color: hsl(0, 0%, 0%);
}

/* -------------------------------------
   font
------------------------------------- */
html,
body {
  line-height: 1.75;
}

/* 320 : iPhone , 360 : Android , 375 : iPhone6 , 414 : iPhone6 Plus */
@media screen and (min-width: 0px) and (max-width: 320px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 321px) and (max-width: 767px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    font-size: 2.6666666667vw; /* 10px:375 */
  }
}
@media screen and (min-width: 768px) {
  html,
  body {
    font-size: 62.5%; /* 10px */
    line-height: 1.75;
  }
}
body {
  font-family: "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", Meiryo, serif;
  font-weight: normal;
}

/*
@mixin linkarrow3($c:$monocolor){

    &:before,
    &:after{
        content: "";
        display: block;
        width: 1px;
        height: 0.6rem;
        background: $c;
        border: none;
        box-sizing: border-box;
        position: absolute;
        z-index: 9;
        top: 50%;
        left: size(20);
    }
    &:before{
        transform: translateY(-50%) rotate(45deg);
    }
    &:after{
        transform: translateY(-50%) rotate(-45deg);
    }
}
    */
/* =================================================
   Global layout
================================================= */
/* -----------------------------------------------
    common
----------------------------------------------- */
#container {
  /* -------------------------------------
      Effects
  */
}
#container .sp img {
  display: block;
  width: 100%;
  height: auto;
}
#container .pc {
  display: none !important;
}
#container [data-ruby] {
  display: inline-block;
  margin: 0.9rem 0 0;
  position: relative;
}
#container [data-ruby]:before {
  content: attr(data-ruby);
  display: block;
  white-space: nowrap;
  letter-spacing: 0.075em;
  text-align: center;
  font-size: 0.9rem;
  width: auto;
  margin: 0;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
}
#container .cover img,
#container .cover svg,
#container .cover video,
#container img.cover,
#container svg.cover,
#container video.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#container .fade_block {
  opacity: 0;
  transform: translateY(5.3333333333vw);
  transition: opacity 1.5s, transform 1s;
}
#container .fade_block.active {
  opacity: 1;
  transform: translateY(0);
}
#container .fixfigure_2 {
  display: flex;
  flex-direction: column;
  position: relative;
}
#container .fixfigure_2 figure {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#container .fixfigure_2 figure img {
  width: auto !important;
  height: 100% !important;
  position: relative;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
#container .fixfigure_3 {
  position: relative;
}
#container .fixfigure_3 figure {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#container .fixfigure_3 figure img {
  height: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* -------------------------------------
   Gloal Layout
------------------------------------- */
#container {
  display: grid;
  align-items: stretch;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "header" "main" "footer_group" "footer";
  font-size: 1.4rem;
  text-align: left;
  width: 100%;
  padding: 16vw 0 0;
  min-height: 100vh;
  min-height: 100dvh;
  box-sizing: border-box;
  overflow: hidden;
}
#container #py {
  width: 100%;
  height: 100vh;
  height: 100svh;
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#container .anchor {
  position: relative;
  z-index: 1;
}
#container .anchor a,
#container .anchor a:link {
  text-decoration: none;
  display: block !important;
  position: absolute !important;
  z-index: -1;
  top: -18.6666666667vw;
}
#container .anchor a#aform,
#container .anchor a:link#aform {
  top: -29.3333333333vw;
}
#container .anchor.nopos {
  position: static;
}
#container #header {
  grid-area: header;
}
#container #main {
  grid-area: main;
}
#container .footer_group {
  grid-area: footer_group;
}
#container #footer {
  grid-area: footer;
}
#container.page #py {
  height: 22.6666666667vw;
}
#container.page .footer_group {
  border-top: 1px solid #A8ADAF;
}

/* -------------------------------------
   header
------------------------------------- */
#container {
  /* -------------------------------------
     normal
  */
  /* -------------------------------------
     fixed
  */
}
#container #header {
  width: 100%;
  height: 16vw;
  position: fixed;
  z-index: 9999;
  top: 0;
  /* -------------------------------------
      b_open
  ------------------------------------- */
}
#container #header .content {
  /* -------------------------------
      main
  */
  /* -------------------------------
      menu
  */
}
#container #header .content.main {
  width: 100%;
  height: 16vw;
  background: hsl(0, 0%, 100%);
  position: relative;
  z-index: 9;
  top: 0;
  transition: 0.05s;
}
#container #header .content.main .site_title {
  width: 58.1333333333vw;
  height: 100%;
}
#container #header .content.main .site_title a,
#container #header .content.main .site_title a:link {
  text-decoration: none;
  display: block;
  width: 58.1333333333vw;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #header .content.main .site_title span {
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  color: hsl(0, 0%, 0%);
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s;
}
#container #header .content.main .site_title span.img {
  width: 47.4666666667vw;
}
#container #header .content.main .site_title span.img.top {
  opacity: 0;
}
#container #header .content.main #b_openmenu {
  display: block;
  width: 16vw;
  height: 16vw;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container #header .content.main #b_openmenu .icon {
  display: block;
  width: 10.6666666667vw;
  border-top: 2px solid #535D60;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 40%;
  right: 50%;
  transform: translate(50%, -50%);
  transition: opacity 0.2s, transform 0.1s;
}

/*Menu*/
#container #header .content.main #b_openmenu .open {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 80%;
  right: 50%;
    color:#535D60;
  transform: translate(50%, -50%);
  transition: all 0.3s ease-in-out;
  font-family: "Barlow Condensed", sans-serif;
  font-size: smaller;

}
#container #header .content.main #b_openmenu .close {
  display: block;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 80%;
  color:#535D60;
  right: 50%;
  transform: translate(50%, -50%);
  transition: all 0.3s ease-in-out;
  font-family: "Barlow Condensed", sans-serif;
  font-size: smaller;
}


@media screen and (min-width: 768px) {
    /*Menu*/
  #container #header .content.main #b_openmenu .open {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 65%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s ease-in-out;
    font-family: "Barlow Condensed", sans-serif;
  }
  #container #header .content.main #b_openmenu .close {
    display: block;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 65%;
    right: 50%;
    transform: translate(50%, -50%);
    transition: all 0.3s ease-in-out;
    font-family: "Barlow Condensed", sans-serif;
  }

}


#container #header .content.main #b_openmenu .icon:before, #container #header .content.main #b_openmenu .icon:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 2px solid #535D60;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  transition: 0.2s;
}
#container #header .content.main #b_openmenu .icon:before {
  bottom: -2.6666666667vw;
}
#container #header .content.main #b_openmenu .icon:after {
  bottom: 2.6666666667vw;
}
#container #header .content.menu nav {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
#container #header .content.menu nav ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
#container #header .content.menu nav ul li {
  display: block;
  position: relative;
}
#container #header .content.menu nav ul li a,
#container #header .content.menu nav ul li a:link {
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-sizing: border-box;
}


/*縦スクロール*/
/* #container #header .content.menu #menu_main.menu_1_copy {
  display: none;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 22.6666666667vw 0 0;
  background: hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: auto;




} */


#container #header .content.menu #menu_main.menu_1 {/*横スクロール*/

  position: fixed;   /* 画面全体に重ねる */
  top: 0;
  right: -100%;      /* 初期状態は画面の外（右側） */
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 22.6667vw 0 0;
  box-sizing: border-box;
  overflow: auto;
  transition: right 0.4s ease;  /* 横にアニメーション */
  z-index: 1;
}

#container #header .content.menu #menu_main.menu_1.open {/*横スクロール*/
  right: 0;  /* 表示状態 */
}



#container #header .content.menu #menu_main.menu_1 .tel {
  margin: 0 auto 5.3333333333vw;
}
#container #header .content.menu #menu_main.menu_1 .tel p {
  text-align: center;
  line-height: 1;
}
#container #header .content.menu #menu_main.menu_1 .tel p i {
  display: block;
  width: max-content;
  margin-right: 0.5em;
}
#container #header .content.menu #menu_main.menu_1 .tel p .tellink {
  font-size: 2.4rem;
}
#container #header .content.menu #menu_main.menu_1 .tel p .tellink a,
#container #header .content.menu #menu_main.menu_1 .tel p .tellink a:link {
  text-decoration: none;
}
#container #header .content.menu #menu_main.menu_1 .tel p:first-of-type {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  align-items: baseline;
  justify-content: center;
}
#container #header .content.menu #menu_main.menu_1 .tel p:nth-of-type(2) {
  font-size: 1.2rem;
  margin: 2.6666666667vw auto 0;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu {
  display: block;
  width: max-content;
  margin: 0 0 0 16vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li {
  line-height: 1;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li summary,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 1em;
  align-items: center;
  color: hsl(0, 0%, 0%);
  font-size: 1.4rem;
  padding: 2vw 0 2vw 4vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a::before,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link::before,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li summary::before,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt::before {
  /* content: "";
  display: block;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-top: 1px solid #A8ADAF;
  border-right: 1px solid #A8ADAF; */
  box-sizing: border-box;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a::before,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link::before,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt::before {
  transform: translateY(0.4vw) rotate(45deg);
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li summary::before {
  transform: translateY(0.4vw) rotate(135deg);
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li details[open] summary::before {
  transform: translateY(0.8vw) rotate(315deg);
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_1 a,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_1 a:link, #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a:link {
  padding: 2vw 0 2vw 8vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a,
#container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a:link {
  padding: 2vw 0 2vw 12vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.bnr {
  display: block;
  padding: 0 0 8vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.bnr li {
  line-height: 1;
  width: max-content;
  margin: 0 auto;
}
#container #header .content.menu #menu_main.menu_1 nav ul.bnr li a,
#container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  width: 100%;
  height: max-content;
  padding: 0.5em 2em;
  background: #535D60;
  border: 1px solid #535D60;
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:after,
#container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:link:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container #header .content.menu #menu_main.menu_1 nav ul.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8vw 0;
}
#container #header .content.menu #menu_main.menu_1 nav ul.sns li {
  line-height: 1;
  width: 6.4vw;
  margin: 0 4vw;
}
#container #header .content.menu #menu_main.menu_1 nav ul.sns li a,
#container #header .content.menu #menu_main.menu_1 nav ul.sns li a:link {
  width: 100%;
}
#container #header .content.menu #menu_main.menu_1 nav ol {
  padding-left: 5.3333333333vw;
}
#container #header.open {
  height: 100vh;
  height: 100dvh;
}
#container #header.open .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#container #header.open .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(83, 93, 96, 0);
}
#container #header.open .content.main #b_openmenu .icon:before, #container #header.open .content.main #b_openmenu .icon:after {
  bottom: 50%;
}
#container #header.open .content.main #b_openmenu .icon:before {
  transform: translateY(50%) rotate(140deg);
}
#container #header.open .content.main #b_openmenu .icon:after {
  transform: translateY(50%) rotate(-140deg);
}
#container.fixed #header .content.main {
  box-shadow: 0px 6px 3px -3px rgba(0, 0, 0, 0.1);
}
#container.header-fullimage, #container.header-fullimage.page {
  padding: 0;
}
#container.header-fullimage #header .content.main, #container.header-fullimage.page #header .content.main {
  background: rgba(255, 255, 255, 0);
}
#container.header-fullimage #header .content.main .site_title span.img.page, #container.header-fullimage.page #header .content.main .site_title span.img.page {
  opacity: 0;
}
#container.header-fullimage #header .content.main .site_title span.img.top, #container.header-fullimage.page #header .content.main .site_title span.img.top {
  display: block;
  opacity: 1;
}
#container.header-fullimage #header .content.main #b_openmenu .icon, #container.header-fullimage.page #header .content.main #b_openmenu .icon {
  border-top: 2px solid hsl(0, 0%, 100%);
}
#container.header-fullimage #header .content.main #b_openmenu .icon:before, #container.header-fullimage #header .content.main #b_openmenu .icon:after, #container.header-fullimage.page #header .content.main #b_openmenu .icon:before, #container.header-fullimage.page #header .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 100%);
}
#container.header-fullimage #header.open .content.main, #container.header-fullimage.page #header.open .content.main {
  background: white;
}
#container.header-fullimage #header.open .content.main .site_title span.img.page, #container.header-fullimage.page #header.open .content.main .site_title span.img.page {
  opacity: 1;
}
#container.header-fullimage #header.open .content.main .site_title span.img.top, #container.header-fullimage.page #header.open .content.main .site_title span.img.top {
  opacity: 0;
}
#container.header-fullimage #header.open .content.main #b_openmenu .icon, #container.header-fullimage.page #header.open .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(83, 93, 96, 0);
}
#container.header-fullimage #header.open .content.main #b_openmenu .icon:before, #container.header-fullimage #header.open .content.main #b_openmenu .icon:after, #container.header-fullimage.page #header.open .content.main #b_openmenu .icon:before, #container.header-fullimage.page #header.open .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 0%);
}

/*Menu*/

#container.header-fullimage.fixed #header .content.main #b_openmenu .close{
  color:hsl(0, 0%, 0%);
}

#container.header-fullimage #header.open .content.main #b_openmenu .close {
   opacity:0;
}
#container.header-fullimage #header.open .content.main #b_openmenu .open {
   opacity:1;
}

#container.header-fullimage #header .content.main #b_openmenu .open {
   opacity:0;
   
}
#container.header-fullimage #header .content.main #b_openmenu .close {
   opacity:1;
      color:white;

}

#container.header-fullimage #header.open .content.main #b_openmenu .close {
   opacity:0;
}
#container.header-fullimage #header.open .content.main #b_openmenu .open {
   opacity:1;
}

#container #header .content.main #b_openmenu .open {
   opacity:0;
}


#container #header .content.main #b_openmenu .close {
   opacity:1;
}

#container #header.open .content.main #b_openmenu .close {
   opacity:0;
}
#container #header.open .content.main #b_openmenu .open {
   opacity:1;
}

#container.header-fullimage.fixed #header .content.main, #container.header-fullimage.page.fixed #header .content.main {
  background: white;
}
#container.header-fullimage.fixed #header .content.main .site_title span.img.page, #container.header-fullimage.page.fixed #header .content.main .site_title span.img.page {
  opacity: 1;
}
#container.header-fullimage.fixed #header .content.main .site_title span.img.top, #container.header-fullimage.page.fixed #header .content.main .site_title span.img.top {
  opacity: 0;
}
#container.header-fullimage.fixed #header .content.main #b_openmenu .icon, #container.header-fullimage.page.fixed #header .content.main #b_openmenu .icon {
  border-top: 2px solid hsl(0, 0%, 0%);
}
#container.header-fullimage.fixed #header .content.main #b_openmenu .icon:before, #container.header-fullimage.fixed #header .content.main #b_openmenu .icon:after, #container.header-fullimage.page.fixed #header .content.main #b_openmenu .icon:before, #container.header-fullimage.page.fixed #header .content.main #b_openmenu .icon:after {
  border-top: 2px solid hsl(0, 0%, 0%);
}
#container.header-fullimage.fixed #header.open .content.main #b_openmenu .icon, #container.header-fullimage.page.fixed #header.open .content.main #b_openmenu .icon {
  border-top: 1px solid rgba(83, 93, 96, 0);
}

/* -------------------------------------
   Contents Common
------------------------------------- */
#container {
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container a,
#container a:link {
  display: block;
}
#container a.txtlink,
#container a:link.txtlink {
  display: inline-block;
  color: #535D60;
  text-decoration: underline;
}
#container a.txtlink:hover,
#container a:link.txtlink:hover {
  color: #b3c4de;
  text-decoration: none;
}
#container h2,
#container h3,
#container h4,
#container h5,
#container h6 {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  line-height: 1.5;
}
#container h2 span,
#container h3 span,
#container h4 span,
#container h5 span,
#container h6 span {
  display: block;
  letter-spacing: 0.1em;
}
#container h2 span {
  letter-spacing: 0.15em;
}
#container p {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 0.5em;
}
#container p:first-of-type {
  margin-top: 0;
}
#container p.ls {
  letter-spacing: 0.075em;
  line-height: 2;
}
#container ul li,
#container ol li {
  font-size: 1.2rem;
  line-height: 1.75;
}
#container table tr th,
#container table tr td {
  font-size: 1.2rem;
}
#container img,
#container svg {
  display: block;
  width: 100%;
  height: auto;
}
#container img.border,
#container svg.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container figure.border {
  border: 1px solid hsl(0, 0%, 80%);
  box-sizing: border-box;
}
#container .map iframe,
#container .matterport iframe {
  width: 100% !important;
  height: 100% !important;
}
#container .youtube {
  width: 100%;
  position: relative;
  z-index: 1;
}
#container .youtube .pc {
  width: 100%;
  height: 200px;
}
#container .youtube iframe,
#container .youtube video {
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
#container aside {
  width: 100%;
  /* -------------------------------------
     banner_1
  */
  /* -------------------------------------
     bnr_renova
  */
  /* -------------------------------------
     banner_2
  */
  /* -------------------------------------
     banner_3
  */
  /* -------------------------------------
     banner_4
  */
  /* -------------------------------------
     shoplist
  */
  /* -------------------------------------
     sns
  */
  /* -------------------------------------
     fmenu
  */
  /* -------------------------------------
     bnr_contact
  */
  /* -------------------------------------
     contact_txt_in
  */
}
#container aside h2.h2_1 {
  font-size: 1.4rem;
  line-height: 1;
  width: 89.3333333333vw;
  margin: 0 auto 2em;
}
#container aside h2.h2_1 span.txt {
  display: grid;
  align-items: center;
  letter-spacing: 0.075em;
  width: max-content;
  height: 6.9333333333vw;
  padding: 0 1em;
  margin-bottom: 1em;
    background: #000000;
    color: #ffffff;

}
#container aside h2.h2_1 span.txt_2 {
  font-size: 2.1rem;
}
#container aside h3.h3_1 {
  line-height: 1;
}
#container aside .link {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: "1.2rem";
  width: 100%;
  margin: 0 auto;
}
#container aside .link a,
#container aside .link a:link {
  width: max-content;
  margin: 0 auto;
}
#container aside .link span {
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  width: 48vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  background: #131313;
  border: 1px solid #131313;
  border-radius: 0.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#container aside .link span:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container aside .link span:hover {
  color: #535D60;
  background: hsl(0, 0%, 100%);
  opacity: 1;
}
#container aside .link span:hover:after {
  border-top: 2px solid #535D60;
  border-right: 2px solid #535D60;
}
#container aside .link:hover {
  opacity: 1;
}
#container aside.banner_1 {
  padding: 10.6666666667vw 0;
}
#container aside.banner_1 .inner .content {
  width: 89.3333333333vw;
  padding: 2.6666666667vw 2.6666666667vw 5.3333333333vw;
  margin: 0 auto;
  border: 1px solid #A8ADAF;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#container aside.banner_1 .inner .content figure {
  aspect-ratio: 3/2;
}
#container aside.banner_1 .inner .content h3.h3_1 {
  grid-row: 2;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 0.75em;
}
#container aside.banner_1 .inner .content h3.h3_1 span {
  line-height: 1;
}
#container aside.banner_1 .inner .content h3.h3_1 span.txt_2 {
  margin-top: 0.5em;
}
#container aside.banner_1 .inner .content h3.h3_1 span.txt_3 {
  margin-top: 0.5em;
}
#container aside.banner_1 .inner .content p {
  grid-row: 3;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 1em;
}
#container aside.banner_1 .inner .content .link {
  grid-row: 4;
  margin-top: 2.6666666667vw;
}
#container aside.banner_1 .inner .content .link span {
  width: 58.6666666667vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container aside.banner_1 .inner .content .item {
  display: grid;
  grid-template-rows: 1fr repeat(3, auto) 1fr;
  width: 100%;
  position: relative;
  z-index: 1;
}
#container aside.bnr_renova {
  padding: 10.6666666667vw 0;
}
#container aside.bnr_renova .inner .content {
  width: 84vw;
  margin: 0 auto;
  position: relative;
}
#container aside.bnr_renova .inner .content a,
#container aside.bnr_renova .inner .content a:link {
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  width: 100%;
}
#container aside.bnr_renova .inner .content figure {
  grid-row: 1;
  grid-column: 1;
  aspect-ratio: 3/2;
}
#container aside.bnr_renova .inner .content h2.h2_2 {
  grid-row: 1;
  grid-column: 1;
  align-self: center;
  justify-self: center;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  padding: 1em 0;
  background: rgba(255, 255, 255, 0.85);
  position: relative;
  z-index: 1;
}
#container aside.bnr_renova .inner .content h2.h2_2 span.txt_2 {
  font-size: 1.6rem;
}
#container aside.bnr_renova .inner .content h3.h3_1 {
  grid-row: 2;
  font-size: 1.6rem;
  margin-top: 1em;
}
#container aside.bnr_renova .inner .content h3.h3_1 span {
  line-height: 1.75;
}
#container aside.bnr_renova .inner .content h3.h3_1 span.txt_2 {
  margin-top: 0.5em;
}
#container aside.bnr_renova .inner .content h3.h3_1 span.txt_3 {
  margin-top: 0.5em;
}
#container aside.bnr_renova .inner .content p {
  grid-row: 3;
  margin-top: 1em;
}
#container aside.bnr_renova .inner .content .link {
  grid-row: 4;
  margin-top: 6.6666666667vw;
}
#container aside.bnr_renova .inner .content .link span {
  width: 69.3333333333vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#container aside.bnr_renova .inner .content .item {
  grid-row: 3;
  grid-column: 1;
  width: 100%;
}
#container aside.banner_2 {
  padding: 10.6666666667vw 0;
  background: #F8F6F1;
}
#container aside.banner_2 .inner .content {
  width: 89.3333333333vw;
  padding-top: 10.6666666667vw;
  margin: 0 auto;
  border-top: 1px solid #535D60;
}
#container aside.banner_2 .inner .content h3.h3_1 span {
  font-size: 1.6rem;
  line-height: 1.75;
}
#container aside.banner_2 .inner .content p.tel {
  letter-spacing: 0.075em;
  margin-top: 1.5em;
}
#container aside.banner_2 .inner .content p.tel span {
  display: block;
  text-align: center;
  line-height: 1;
}
#container aside.banner_2 .inner .content p.tel span.txt {
  font-size: 2.4rem;
}
#container aside.banner_2 .inner .content p.tel span.txt .tellink {
  font-size: 3.6rem;
}
#container aside.banner_2 .inner .content p.tel span.txt .tellink a,
#container aside.banner_2 .inner .content p.tel span.txt .tellink a:link {
  display: inline-block;
}
#container aside.banner_2 .inner .content p.tel span.txt_2 {
  margin-top: 0.75em;
}
#container aside.banner_2 .inner .content .item {
  width: 100%;
}
#container aside.banner_3 {
  padding-bottom: 5.3333333333vw;
  background: #F8F6F1;
}
#container aside.banner_3 .inner .content {
  width: 89.3333333333vw;
  padding-top: 10.6666666667vw;
  margin: 0 auto;
  border-top: 1px solid #535D60;
}
#container aside.banner_3 .inner .content h3.h3_1 span {
  font-size: 1.6rem;
  line-height: 1.75;
}
#container aside.banner_3 .inner .content ul {
  list-style: none;
  width: 80vw;
  margin: 0 auto;
}
#container aside.banner_3 .inner .content ul li {
  margin-bottom: 5.3333333333vw;
}
#container aside.banner_3 .inner .content ul li a,
#container aside.banner_3 .inner .content ul li a:link {
  display: grid;
  grid-template-columns: 32vw 1fr;
  column-gap: 5.3333333333vw;
  align-items: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
  line-height: 1.5;
  background: #535D60;
  position: relative;
  overflow: hidden;
}
#container aside.banner_3 .inner .content ul li a:after,
#container aside.banner_3 .inner .content ul li a:link:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container aside.banner_4 {
  padding-bottom: 10.6666666667vw;
  background: #F8F6F1;
}
#container aside.banner_4 .inner .content {
  width: 89.3333333333vw;
  padding: 5.3333333333vw;
  margin: 0 auto;
  background: hsl(0, 0%, 100%);
  border: 1px solid #535D60;
  box-sizing: border-box;
}
#container aside.banner_4 .inner .content figure {
  margin-top: 5.3333333333vw;
}
#container aside.banner_4 .inner .content h2.h2_2 {
  font-size: 2.1rem;
  line-height: 0.75;
  padding-bottom: 0.75em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #A8ADAF;
}
#container aside.banner_4 .inner .content h3 {
  font-size: 1.6rem;
  margin-bottom: 0.5em;
}
#container aside.banner_4 .inner .content p {
  font-size: 1.4rem;
}
#container aside.banner_4 .inner .content p small {
  font-size: 1.2rem;
  line-height: 1.5;
}
#container aside.shoplist {
  padding: 16vw 0;
}
#container aside.shoplist .inner {
  /* -------------------------------------
     content
  */
}
#container aside.shoplist .inner .content {
  width: 100%;
  margin: 0 auto;
}
#container aside.shoplist .inner .content figure {
  width: 100%;
}
#container aside.shoplist .inner .content h2.h2_1 {
  width: 80vw;
}
#container aside.shoplist .inner .content h3 {
  font-size: 1.6rem;
  margin: 0.75em auto;
}
#container aside.shoplist .inner .content h3 span {
  line-height: 1.5;
}
#container aside.shoplist .inner .content h3 span i {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
}
#container aside.shoplist .inner .content h3 span i b {
  color: #f00;
}
#container aside.shoplist .inner .content p {
  letter-spacing: 0.1em;
}
#container aside.shoplist .inner .content p.tel {
  margin-top: 0.5em;
}
#container aside.shoplist .inner .content p.tel span.txt .tellink a,
#container aside.shoplist .inner .content p.tel span.txt .tellink a:link {
  display: inline-block;
  text-decoration: none;
}
#container aside.shoplist .inner .content .link {
  margin-top: 4vw;
}
#container aside.shoplist .inner .content .link span {
  height: 8.5333333333vw;
  margin: 0;
}
#container aside.shoplist .inner .content .item {
  width: 80vw;
  padding-bottom: 10.6666666667vw;
  margin: 0 auto 10.6666666667vw;
  border-bottom: 1px solid #535D60;
}
#container aside.shoplist .inner .content .item a,
#container aside.shoplist .inner .content .item a:link {
  text-decoration: none;
  display: block;
}
#container aside.shoplist .inner .content .item:last-of-type {
  padding-bottom: 0;
  margin: 0 auto;
  border-bottom: none;
}
#container aside.bnr_sns {
  /* background: #000000; */
      border-bottom: 1px solid gray;
}
#container aside.bnr_sns .inner nav {
  margin: 0 auto 0;
}
#container aside.bnr_sns .inner nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  padding: 1em 0;
}
#container aside.bnr_sns .inner nav ul li {
  text-align: center;
  border-right: 1px solid #DCDEDF;
  box-sizing: border-box;
}
#container aside.bnr_sns .inner nav ul li a,
#container aside.bnr_sns .inner nav ul li a:link {
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  width: 100%;
}
#container aside.bnr_sns .inner nav ul li span {
  display: block;
  line-height: 1;
}
#container aside.bnr_sns .inner nav ul li span.img {
  justify-self: center;
  width: 10.6666666667vw;
}
#container aside.bnr_sns .inner nav ul li span.txt {
  margin-top: 0.5em;
}
#container aside.bnr_sns .inner nav ul li:last-of-type {
  border-right: 1px solid transparent;
}
#container aside.fmenu {
  padding: 10.6666666667vw 0;
  /* background: #F8F6F1; */
}
#container aside.fmenu .inner .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.3333333333vw;
  width: 89.3333333333vw;
  margin: 0 auto;
}
#container aside.fmenu .inner .content h2 {
  grid-column: 1/-1;
  margin-bottom: 1.3333333333vw;
}
#container aside.fmenu .inner .content h3 {
  font-size: 1.2rem;
  padding-top: 1em;
  position: relative;
  z-index: 1;
}
#container aside.fmenu .inner .content h3 span {
  text-align: center;
  line-height: 1.5;
}
#container aside.fmenu .inner .content h3::after {
  /* content: "";
  display: block;
  position: absolute;
  height: 5.3333333333vw;
  border-left: 1px solid #535D60;
  z-index: 1;
  top: -2.6666666667vw;
  left: 50%;
  transform: translateX(-50%); */
    content: "...家恋-karen-";
    display: block;
    position: absolute;
    /* width: 22.3333333333vw; */
    height: 18.3333333333vw;
    /* border: 1px solid #535D60; */
    border-radius: 50%;
    background-color: transparent;
    top: -5.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    color: #dadada;

}
#container aside.fmenu .inner .content figure {
  aspect-ratio: 16/9;
  overflow: hidden;
}
#container aside.bnr_contact .inner h2 {
  text-align: center;
  padding: 1em 0;
  background: #F8F6F1;
}
#container aside.bnr_contact .inner h2 span {
  font-size: 1.4rem;
  margin: 0 auto;
}
#container aside.bnr_contact .inner h2 span.txt {
  color: hsl(0, 0%, 100%);
  width: max-content;
  padding: 0.25em 1em;
  background: #535D60;
}
#container aside.bnr_contact .inner h2 span.txt_2 {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5em;
}
#container aside.bnr_contact .inner .content {
  width: 89.3333333333vw;
  padding: 8vw 0;
  margin: 0 auto;
}
#container aside.bnr_contact .inner .content h3 {
  text-align: center;
  padding-bottom: 2.6666666667vw;
  margin-bottom: 2.6666666667vw;
  border-bottom: 1px solid #A8ADAF;
}
#container aside.bnr_contact .inner .content h3 span {
  font-size: 1.4rem;
  line-height: 1.75;
}
#container aside.bnr_contact .inner .content h3 span.txt {
  font-size: 1.8rem;
  font-weight: 700;
}
#container aside.bnr_contact .inner .content h3 span.txt_2 {
  line-height: 1.5;
  margin-top: 0.5em;
}
#container aside.bnr_contact .inner .content h4 {
  text-align: center;
  padding: 0.25em 0;
  margin-bottom: 1em;
  background: #A8ADAF;
}
#container aside.bnr_contact .inner .content h4 span {
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
}
#container aside.bnr_contact .inner .content p {
  text-align: center;
}
#container aside.bnr_contact .inner .content p span {
  letter-spacing: 0.075em;
}
#container aside.bnr_contact .inner .content p.tel {
  margin-top: 0.5em;
}
#container aside.bnr_contact .inner .content p.tel span {
  display: block;
  line-height: 1;
}
#container aside.bnr_contact .inner .content p.tel span.txt {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  column-gap: 2.6666666667vw;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}
#container aside.bnr_contact .inner .content p.tel span.txt i {
  display: block;
  width: 5.3333333333vw;
}
#container aside.bnr_contact .inner .content p.tel span.txt .tellink {
  display: block;
  font-size: 3.2rem;
}
#container aside.bnr_contact .inner .content p.tel span.txt_2 {
  letter-spacing: 0.025em;
  font-size: 1rem;
  margin-top: 1em;
}
#container aside.bnr_contact .inner .content .link {
  margin-top: 5.3333333333vw;
}
#container aside.bnr_contact .inner .content .link span {
  width: 58.6666666667vw;
  height: 11.7333333333vw;
  border-radius: 5.8666666667vw;
}
#container aside.bnr_contact .inner .content .item {
  width: 100%;
  padding: 5.3333333333vw;
  border: 1px solid #535D60;
  box-sizing: border-box;
}
#container aside.bnr_contact .inner .content .item .float_l,
#container aside.bnr_contact .inner .content .item .float_r {
  margin-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
  background: #F8F6F1;
}
#container aside.contact_txt_in {
  margin: 8vw auto;
}
#container aside.contact_txt_in .content {
  width: 89.3333333333vw;
  margin: 0 auto;
}
#container aside.contact_txt_in .content h2 {
  letter-spacing: 0.05em;
  text-align: center;
  font-size: 1.2rem;
}
#container aside.contact_txt_in .content h3 {
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
#container aside.contact_txt_in .content p {
  display: grid;
  align-items: baseline;
  grid-template-columns: auto 1fr;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 1.2rem;
}
#container aside.contact_txt_in .content p i {
  display: block;
  margin-right: 0.5em;
}
#container aside.contact_txt_in .content p i img {
  width: 4vw;
}
#container aside.contact_txt_in .content p.tel {
  text-align: left;
  line-height: 1;
  margin-top: 0.5em;
}
#container aside.contact_txt_in .content p.tel strong {
  font-size: 2rem;
}
#container aside.contact_txt_in .content p.tel strong a,
#container aside.contact_txt_in .content p.tel strong a:link {
  text-decoration: none;
}
#container aside.contact_txt_in .content .item {
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 2.6666666667vw 0;
  margin: 0 auto;
  border: 1px solid #A8ADAF;
  box-sizing: border-box;
}
#container aside.contact_txt_in .content .item .float_l {
  width: 29.3333333333vw;
  border-right: 1px solid #A8ADAF;
}
#container aside.contact_txt_in .content .item .float_r {
  padding: 0 4vw;
}
#container section.underline {
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section .item.underline {
  padding: 0 0 2.5rem;
  border-bottom: 1px solid hsl(0, 0%, 80%);
}
#container section .item.framed {
  padding: 1em;
  border: 1px solid hsl(0, 0%, 80%);
}

/* -------------------------------------
   Contents.Page
------------------------------------- */
#container.page {
  /* -------------------------------------
     nav_pankuzu
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page .nav_txt {
  display: block;
  width: 100%;
  margin-bottom: 2.6666666667vw;
}
#container.page .nav_txt ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 92vw;
  padding: 0;
  margin: 0 auto;
}
#container.page .nav_txt ul li {
  display: flex;
  align-items: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 1em 0.5em 0 0;
}
#container.page .nav_txt ul li a,
#container.page .nav_txt ul li a:link {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 0%);
}
#container.page .nav_txt ul li:before {
  content: "＞ ";
  color: hsl(0, 0%, 80%);
  font-size: 1rem;
  line-height: 1;
  margin: 0 0.5em 0 0;
}
#container.page .nav_txt ul li:first-of-type:before {
  display: none;
}
#container.page #main {
  grid-row: 2;
  padding: 0 0 5.3333333333vw;
  margin: 0;
}
#container.page aside {
  width: 100%;
  overflow: hidden;
  /* -------------------------------------
     page_control
  ------------------------------------- */
}
#container.page aside.page_control {
  padding: 8vw 0;
}
#container.page aside.page_control .inner .b_backforw {
  width: 100%;
  /* -------------------------------------
     pager
  ------------------------------------- */
}
#container.page aside.page_control .inner .b_backforw .back,
#container.page aside.page_control .inner .b_backforw .forw {
  width: 35.9375%;
  margin: 0 auto;
}
#container.page aside.page_control .inner .b_backforw .back span.txt,
#container.page aside.page_control .inner .b_backforw .forw span.txt {
  width: 100%;
}
#container.page aside.page_control .inner .b_backforw .back a,
#container.page aside.page_control .inner .b_backforw .back a:link,
#container.page aside.page_control .inner .b_backforw .forw a,
#container.page aside.page_control .inner .b_backforw .forw a:link {
  display: block;
  text-decoration: none;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: hsl(0, 0%, 100%);
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  width: 100%;
  height: 2.6rem;
  padding: 0.8rem 0 0;
  background: #535D60;
  box-sizing: border-box;
  position: relative;
}
#container.page aside.page_control .inner .b_backforw .back a:before, #container.page aside.page_control .inner .b_backforw .back a:after,
#container.page aside.page_control .inner .b_backforw .back a:link:before,
#container.page aside.page_control .inner .b_backforw .back a:link:after,
#container.page aside.page_control .inner .b_backforw .forw a:before,
#container.page aside.page_control .inner .b_backforw .forw a:after,
#container.page aside.page_control .inner .b_backforw .forw a:link:before,
#container.page aside.page_control .inner .b_backforw .forw a:link:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1.3rem solid transparent;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 0;
}
#container.page aside.page_control .inner .b_backforw .back a:before,
#container.page aside.page_control .inner .b_backforw .back a:link:before {
  left: -2.6rem;
  border-right: 1.3rem solid #535D60;
}
#container.page aside.page_control .inner .b_backforw .back a:after,
#container.page aside.page_control .inner .b_backforw .back a:link:after {
  display: none;
}
#container.page aside.page_control .inner .b_backforw .forw a:before,
#container.page aside.page_control .inner .b_backforw .forw a:link:before {
  display: none;
}
#container.page aside.page_control .inner .b_backforw .forw a:after,
#container.page aside.page_control .inner .b_backforw .forw a:link:after {
  right: -2.6rem;
  border-left: 1.3rem solid #535D60;
}
#container.page aside.page_control .inner .b_backforw .pager {
  display: grid;
  width: 92vw;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
#container.page aside.page_control .inner .b_backforw .pager a,
#container.page aside.page_control .inner .b_backforw .pager a:link {
  text-decoration: none;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-size: 1rem;
  line-height: 1;
}
#container.page aside.page_control .inner .b_backforw .pager .parent {
  width: 28vw;
  margin: 0 2.6666666667vw;
}
#container.page aside.page_control .inner .b_backforw .pager .prev,
#container.page aside.page_control .inner .b_backforw .pager .next {
  width: 24vw;
}
#container.page aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page aside.page_control .inner .b_backforw .pager .prev a:link:after,
#container.page aside.page_control .inner .b_backforw .pager .next a:after,
#container.page aside.page_control .inner .b_backforw .pager .next a:link:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container.page aside.page_control .inner .b_backforw .pager .parent span.txt {
  width: 100%;
}
#container.page aside.page_control .inner .b_backforw .pager .prev a:before, #container.page aside.page_control .inner .b_backforw .pager .prev a:after,
#container.page aside.page_control .inner .b_backforw .pager .prev a:link:before,
#container.page aside.page_control .inner .b_backforw .pager .prev a:link:after {
  right: auto;
  left: -5.3333333333vw;
}
#container.page aside.page_control .inner .b_backforw .pager .prev a:before,
#container.page aside.page_control .inner .b_backforw .pager .prev a:link:before {
  transform-origin: left bottom;
  transform: translateY(-50%) rotate(-40deg);
}
#container.page aside.page_control .inner .b_backforw .pager.thumb {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 8vw;
  border: 1px solid #535D60;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb::after {
  content: "";
  display: block;
  height: 100%;
  border-left: 1px solid #F8F6F1;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container.page aside.page_control .inner .b_backforw .pager.thumb span {
  display: block;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb span.txt {
  font-size: 2.8rem;
  padding-top: 0.25em;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb span.txt_2 {
  color: #7D7F80;
  font-size: 1.2rem;
  padding: 0.25em 0 1em;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb a,
#container.page aside.page_control .inner .b_backforw .pager.thumb a:link {
  text-align: center;
  line-height: 1.25;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .parent {
  grid-row: 1;
  grid-column: 1/-1;
  width: 100%;
  margin: 0;
  background: #535D60;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .parent a,
#container.page aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
  color: hsl(0, 0%, 100%);
  width: 100%;
  height: 100%;
  padding: 0.5em 0;
  box-sizing: border-box;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .parent span.txt_2 {
  color: hsl(0, 0%, 100%);
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next {
  grid-row: 2;
  width: 100%;
  padding: 1.3333333333vw 0 5.3333333333vw;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  display: grid;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:before, #container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:after,
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link:before,
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link:after,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:before,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:after,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link:before,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link:after {
  display: none;
  border: none;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next figure {
  grid-row: 2;
  height: auto;
  aspect-ratio: 3/2;
  margin: 0;
  position: relative;
  z-index: 1;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev figcaption,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next figcaption {
  grid-row: 3;
  text-align: left;
  margin-top: 1em;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev .icon,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next .icon {
  grid-row: 1;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev {
  grid-column: 1;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a,
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
  padding-left: 5.3333333333vw;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #535D60;
  border-right: 2px solid #535D60;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure:after {
  right: auto;
  left: -3.3333333333vw;
  transform: translateY(-50%) rotate(-135deg);
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .next {
  grid-column: 2;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a,
#container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link {
  padding-right: 5.3333333333vw;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .next figure:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid #535D60;
  border-right: 2px solid #535D60;
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container.page aside.page_control .inner .b_backforw .pager.thumb .next figure:after {
  right: -3.3333333333vw;
}
#container.page section {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
}
#container.page section .inner .pager-infinite {
  padding: 5.3333333333vw 0;
}
#container.page section .inner .pager-infinite #more-button {
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.175em;
  color: hsl(0, 0%, 0%);
  font-size: 1rem;
  width: 44vw;
  height: 8vw;
  margin: 0 auto;
  background-color: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 0%);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#container.page section .inner .pager-infinite #more-button:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container.page section .inner .pager-infinite .scroller-status .infinite-scroll-request,
#container.page section .inner .pager-infinite .scroller-status .infinite-scroll-last,
#container.page section .inner .pager-infinite .scroller-status .infinite-scroll-error {
  display: none;
}
#container.page section .inner .content {
  width: 100%;
}
#container.page section .inner.form_inner .content h2.page_title, #container.page section .inner.section_inner .content h2.page_title {
  font-size: 1.4rem;
  width: 89.3333333333vw;
  margin: 0 auto 1em;
}
#container.page section .inner.form_inner .content h2.page_title span.txt, #container.page section .inner.section_inner .content h2.page_title span.txt {
  display: grid;
  align-items: center;
  letter-spacing: 0.075em;
  width: max-content;
  height: 6.9333333333vw;
  padding: 0 1em;
  margin-bottom: 0.5em;
    background: #191919;
    color: white;
}
#container.page section .inner.form_inner .content h2.page_title span.txt_2, #container.page section .inner.section_inner .content h2.page_title span.txt_2 {
  font-size: 2.1rem;
}
#container.page section .inner.form_inner .content h2.h2_1, #container.page section .inner.section_inner .content h2.h2_1 {
  /*
  font-size: 1.4rem;
  width: size(670);
  margin: 0 auto 1em;

  span{

      &.txt{
          display: grid;
          align-items: center;
          width: max-content;
          height: size(52);
          padding: 0 1em;
          margin-bottom: 0.5em;
          background: $basecolor2;
      }
      &.txt_2{
          font-size: 2.4rem;
      }
  }
  */
}
#container.page section .inner.form_inner .content h2.h2_1 span.txt, #container.page section .inner.section_inner .content h2.h2_1 span.txt {
  font-size: 1.8rem;
}
#container.page section .inner.form_inner .content h2.h2_2 span.txt, #container.page section .inner.section_inner .content h2.h2_2 span.txt {
  font-size: 1.6rem;
}
#container.page section .inner.section_inner .content {
  position: relative;
  z-index: 1;
  /* -------------------------------------
      title_page
  ------------------------------------- */
  /* -------------------------------------
     content_1
  */
  /* -------------------------------------
     lead
  */
  /* -------------------------------------
      link
  ------------------------------------- */
}
#container.page section .inner.section_inner .content.title_page {
  width: 100%;
  padding: 1em 0;
}
#container.page section .inner.section_inner .content.title_page h2.page_title {
  font-size: 1.4rem;
  width: 89.3333333333vw;
  margin: 0 auto 1em;
}
#container.page section .inner.section_inner .content.title_page h2.page_title span.txt {
  display: grid;
  align-items: center;
  letter-spacing: 0.075em;
  width: max-content;
  height: 6.9333333333vw;
  padding: 0 1em;
  margin-bottom: 0.5em;
background: #191919;
    color: #e0e0e0;
}
#container.page section .inner.section_inner .content.title_page h2.page_title span.txt_2 {
  font-size: 2.4rem;
}
#container.page section .inner.section_inner .content.title_page.imagefull {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
}
#container.page section .inner.section_inner .content.title_page.imagefull figure {
  grid-row: 1;
  grid-column: 1;
  aspect-ratio: 1/1;
  position: relative;
  z-index: 1;
}
#container.page section .inner.section_inner .content.title_page.imagefull figure::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, hsl(0, 0%, 0%) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0.7;
}
#container.page section .inner.section_inner .content.title_page.imagefull h2.page_title {
  grid-row: 1;
  grid-column: 1;
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: hsl(0, 0%, 100%);
  width: 100%;
  margin: 0;
  position: relative;
  z-index: 1;
}
#container.page section .inner.section_inner .content.title_page.imagefull h2.page_title span.txt {
  display: none;
}
#container.page section .inner.section_inner .content.title_page.imagefull h2.page_title span.txt_2 {
  font-size: 1.8rem;
  width: 89.3333333333vw;
}
#container.page section .inner.section_inner .content.title_page.imagefull .nav_txt {
  grid-row: 2;
  grid-column: 1;
}
#container.page section .inner.section_inner .content.lead .item figure {
  width: 100%;
  height: 56.2429696288vw;
  overflow: hidden;
}
#container.page section .inner.section_inner .content.lead .item .float_c {
  width: 84vw;
  padding: 10.6666666667vw 0;
  margin: 0 auto;
}
#container.page section .inner.section_inner .content .h4_1,
#container.page section .inner.section_inner .content .linitial_title {
  display: flex;
  align-items: center;
  margin: 0 0 0.25em;
}
#container.page section .inner.section_inner .content .h4_1 span.num,
#container.page section .inner.section_inner .content .linitial_title span.num {
  letter-spacing: -0.025em;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
  margin: 0 1em 0 0;
}
#container.page section .inner.section_inner .content .h4_1 span.num.circle,
#container.page section .inner.section_inner .content .linitial_title span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  background: #535D60;
  border-radius: 100%;
  box-sizing: border-box;
}
#container.page section .inner.section_inner .content .h4_1 span.txt,
#container.page section .inner.section_inner .content .linitial_title span.txt {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0.5em 0;
}
#container.page section .inner.section_inner .content .h4_1.underline,
#container.page section .inner.section_inner .content .linitial_title.underline {
  margin: 0 0 0.75em 0;
  border-bottom: 2px solid #535D60;
}
#container.page section .inner.section_inner .content .h4_1.underline span.num,
#container.page section .inner.section_inner .content .linitial_title.underline span.num {
  font-size: 5.5rem;
  margin: 0 1.4rem -0.17em 0;
}
#container.page section .inner.section_inner .content .h4_1.underline span.num.circle,
#container.page section .inner.section_inner .content .linitial_title.underline span.num.circle {
  color: hsl(0, 0%, 100%);
  font-size: 3rem;
  text-align: center;
  width: 4rem;
  height: 4rem;
  padding: 0.2em 0 0 0;
  margin: 0 1.4rem 0 0;
  background: #535D60;
  border-radius: 100%;
  box-sizing: border-box;
}
#container.page section .inner.section_inner .content ul {
  padding: 0 0 0 1.5em;
  margin: 0 0 0.5em;
}
#container.page section .inner.section_inner .content ul li {
  padding: 0 0 0.5em 0;
}
#container.page section .inner.section_inner .content ul.border {
  padding: 0.75em 0.5em 0.25em 2.2em;
  border: 1px solid #535D60;
}
#container.page section .inner.section_inner .content ul.nolist {
  list-style: none;
  padding: 0.75em 0.5em 0.25em 0.5em;
}
#container.page section .inner.section_inner .content ul.nolist li {
  text-indent: -1.25em;
  padding: 0 0 0.5em 1.5em;
}
#container.page section .inner.section_inner .content ul.nostyle {
  list-style: none;
  padding: 0;
  margin: 0;
}
#container.page section .inner.section_inner .content .item {
  margin: 0 auto;
  box-sizing: border-box;
}
#container.page section .inner.section_inner .content table.base {
  width: 89.3333333333vw;
  margin: 2.6666666667vw auto;
  border-top: 1px solid #DCDEDF;
  box-sizing: border-box;
}
#container.page section .inner.section_inner .content table.base th,
#container.page section .inner.section_inner .content table.base td {
  display: block;
  vertical-align: top;
  width: 100%;
  box-sizing: border-box;
}
#container.page section .inner.section_inner .content table.base th {
  letter-spacing: 0.2em;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  padding: 2.6666666667vw 4vw 0.6666666667vw;
}
#container.page section .inner.section_inner .content table.base td {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding: 0.6666666667vw 4vw 2.6666666667vw;
  border-bottom: 1px solid #DCDEDF;
}
#container.page section .inner.section_inner .content table.base td p {
  padding: 0 0 1em;
}
#container.page section .inner.section_inner .content table.base td ul {
  list-style: none;
  padding: 0 0 0 0;
}
#container.page section .inner.section_inner .content .link {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
  text-align: center;
  font-size: "1.2rem";
  width: 100%;
  margin: 0 auto;
}
#container.page section .inner.section_inner .content .link a,
#container.page section .inner.section_inner .content .link a:link {
  width: max-content;
  margin: 0 auto;
}
#container.page section .inner.section_inner .content .link span {
  display: grid;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  width: 48vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  background: #535D60;
  border: 1px solid #535D60;
  border-radius: 5.3333333333vw;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  transition: 0.3s;
}
#container.page section .inner.section_inner .content .link span:after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  z-index: 9;
  right: 4vw;
  transform-origin: center center;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
#container.page section .inner.section_inner .content .link span:hover {
  color: #535D60;
  background: hsl(0, 0%, 100%);
  opacity: 1;
}
#container.page section .inner.section_inner .content .link span:hover:after {
  border-top: 2px solid #535D60;
  border-right: 2px solid #535D60;
}
#container.page section .inner.section_inner .content .link:hover {
  opacity: 1;
}

/* -------------------------------------
   footer
------------------------------------- */
#footer {
  padding: 16vw 0 16vw;
  position: relative;
  /* -------------------------------------
     pagetop
  ------------------------------------- */
  /* -------------------------------------
     aside
  ------------------------------------- */
}
#footer #pagetop {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 5.3333333333vw;
}
#footer #pagetop .inner {
  width: 100%;
}
#footer #pagetop .inner a,
#footer #pagetop .inner a:link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  margin: 0 auto;
  border-radius: 50%;
  box-sizing: border-box;
}
#footer #pagetop .inner a:after,
#footer #pagetop .inner a:link:after {
  content: "";
  display: block;
  width: 3.2vw;
  height: 3.2vw;
  border-top: 1px solid #A8ADAF;
  border-right: 1px solid #A8ADAF;
  box-sizing: border-box;
  transform: translateY(0.8vw) rotate(-45deg);
}
#footer #pagetop .inner a span.txt,
#footer #pagetop .inner a:link span.txt {
  display: none;
}
#footer aside {
  /* -------------------------------------
     aside_1
  */
  /* -------------------------------------
     aside_2
  */
}
#footer aside.aside_1 {
  width: 100%;
  padding: 5vw 0 8vw;
}
#footer aside.aside_1 .inner .content.content_1 .site_title span {
  display: block;
}
#footer aside.aside_1 .inner .content.content_1 .site_title span.img {
  width: 53.3333333333vw;
  margin: 0 auto;
}
#footer aside.aside_1 .inner .content.content_1 nav {
  margin: 8vw auto;
}
#footer aside.aside_1 .inner .content.content_1 nav ul {
  display: grid;
  grid-template-columns: repeat(4, 8vw);
  column-gap: 4vw;
  justify-content: center;
}
#footer aside.aside_1 .inner .content.content_1 small {
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  margin: 0 auto;
}
#footer aside.aside_2 {
  width: 100%;
}
#footer aside.aside_2 .inner {
  padding: 0;
}
#footer aside.aside_2 .inner .content {
  /* -------------------------------------
     content_1
  */
}
#footer aside.aside_2 .inner .content.content_1 {
  width: 100%;
  position: relative;
  z-index: 9;
}
#footer aside.aside_2 .inner .content.content_1 nav {
  width: 100%;
  background: #272727;
}
#footer aside.aside_2 .inner .content.content_1 nav ul {
  list-style: none;
  display: flex;
  width: 100%;
}
#footer aside.aside_2 .inner .content.content_1 nav ul:after {
  content: "";
  display: block;
  width: 1px;
  height: 70%;
  background: hsl(0, 0%, 100%);
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.4;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li {
  width: 50vw;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li a,
#footer aside.aside_2 .inner .content.content_1 nav ul li a:link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3.4666666667vw 0;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li span {
  display: block;
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 1.4rem;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li:nth-of-type(1) img {
  /* width: 4.8vw; */
  width: 3.4666666667vw;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li:nth-of-type(2) img {
  width: 3.4666666667vw;
}
#footer aside.aside_2 .inner .content.content_1 nav ul li img {
  margin: 0 2vw 0 0;
}
#footer aside.aside_2 .inner .content.content_1 .banner_sp {
  width: 100%;
  background: hsl(0, 0%, 100%);
  position: fixed;
  z-index: 9;
  left: 0;
  bottom: 0;
}

/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#article section {
  /* -------------------------------------
     form
  */
}
#article section .inner.form_inner {
  /* -------------------------------------
      content
  ------------------------------------- */
}
#article section .inner.form_inner .content {
  /* -------------------------------------
      form_header
  */
  /* -------------------------------------
      form
  */
}
#article section .inner.form_inner .content.form_header {
  width: 84vw;
  margin: 10.6666666667vw auto 0;
}
#article section .inner.form_inner .content.form_header.border-top {
  padding: 10.6666666667vw 0 0;
  border-top: 1px solid hsl(0, 0%, 0%);
}
#article section .inner.form_inner .content.form_header h2.h2_2 {
  width: 84vw;
  margin: 0 auto 8vw;
}
#article section .inner.form_inner .content.form_header h2.h2_2 span {
  letter-spacing: 0.05em;
  line-height: 1.75;
}
#article section .inner.form_inner .content.form_header h2.h2_2 span.txt {
  font-size: 1.4rem;
}
#article section .inner.form_inner .content.form_header h2.h2_2 span.txt_2 {
  font-size: 1.8rem;
  margin: 1.3333333333vw auto 0;
}
#article section .inner.form_inner .content.form_header h3.h3_3 {
  margin: 0 auto 2.6666666667vw;
}
#article section .inner.form_inner .content.form_header h3.h3_3 span i {
  display: block;
  width: 4vw;
  margin: 0 2.6666666667vw 0 0;
}
#article section .inner.form_inner .content.form_header h3.h3_3 span.txt {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  height: 9.3333333333vw;
  background: #535D60;
  border-radius: 4.6666666667vw;
}
#article section .inner.form_inner .content.form_header h4.h4_2 span {
  white-space: nowrap;
  letter-spacing: 0.025em;
  line-height: 2;
}
#article section .inner.form_inner .content.form_header h4.h4_2 span.txt_2 {
  font-size: 1.6rem;
  transform: translateX(-0.75em);
  margin: 0.4vw auto 0;
}
#article section .inner.form_inner .content.form_header p {
  margin: 0.75em 0 0 0;
}
#article section .inner.form_inner .content.form_header p.lead {
  display: flex;
  justify-content: center;
}
#article section .inner.form_inner .content.form_header p.tel {
  display: flex;
  align-items: center;
  line-height: 1;
}
#article section .inner.form_inner .content.form_header p.tel i {
  display: block;
  width: 6.6666666667vw;
  margin: 0 2.6666666667vw 0 0;
}
#article section .inner.form_inner .content.form_header p.tel .tellink {
  font-size: 2.1rem;
}
#article section .inner.form_inner .content.form_header p.tel .tellink a,
#article section .inner.form_inner .content.form_header p.tel .tellink a:link {
  text-decoration: none;
  color: hsl(0, 0%, 0%);
}
#article section .inner.form_inner .content.form_header .item {
  width: 84vw;
  margin: 0 auto 10.6666666667vw;
}
#article section .inner.form_inner .content.form_header .item:nth-of-type(1) h3.h3_3 span.txt {
  width: 53.3333333333vw;
}
#article section .inner.form_inner .content.form_header .item:nth-of-type(2) {
  margin: 0 auto;
}
#article section .inner.form_inner .content.form_header .item:nth-of-type(2) h3.h3_3 span.txt {
  width: 70.6666666667vw;
}
#article section .inner.form_inner .content.form {
  width: 100%;
}
#article section .inner.form_inner .content.form h3.h3_1.wpcf7c-elm-step2 {
  text-align: center;
  font-weight: bold;
  padding: 1em 0;
}
#article section .inner.form_inner .content.form h3.h3_1 {
  text-align: center;
}
#article section .inner.form_inner .content.form h3.h3_1 span {
  display: inline-block;
}
#article section .inner.form_inner .content.form h3.h3_1 span.txt strong {
  font-size: 1.4rem;
}
#article section .inner.form_inner .content.form .item {
  padding: 1rem 0;
}
#article section .inner {
  /* -------------------------------------
     form
  */
}
#article section .inner .mw_wp_form .step2 {
  display: none;
}
#article section .inner .mw_wp_form .horizontal-item.mwform-checkbox-field {
  white-space: nowrap;
  margin: 0 1em 0 0;
}
#article section .inner .mw_wp_form.mw_wp_form_confirm .step2 {
  display: block;
}
#article section .inner .mw_wp_form.mw_wp_form_confirm .btn_reset,
#article section .inner .mw_wp_form.mw_wp_form_confirm input[type=reset] {
  display: none;
}
#article section .inner form {
  position: relative;
  z-index: 1;
  /* alert-text */
  /* alert-messege */
}
#article section .inner form.wpcf7-form {
  margin: 2.6666666667vw auto 0;
}
#article section .inner form.wpcf7-form .wpcf7c-cfm-tit {
  display: none !important;
}
#article section .inner form.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none;
}
#article section .inner form.wpcf7-form.init .thanks {
  display: none !important;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm {
  margin: 13.3333333333vw auto 0;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm.wpcf7cp-form-hide {
  visibility: visible !important;
  position: static;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm.wpcf7cp-form-hide::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: hsl(0, 0%, 100%);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
#article section .inner form.wpcf7-form.custom-wpcf7cp-confirm .wpcf7c-cfm-tit {
  display: block !important;
  font-weight: bold;
  width: 84vw;
  margin: 0;
  position: absolute;
  z-index: 1;
  top: -8vw;
  left: 50%;
  transform: translateX(-50%);
}
#article section .inner form.wpcf7-form.invalid {
  margin: 16vw auto 0;
}
#article section .inner form.wpcf7-form.invalid .wpcf7-not-valid-tip {
  display: block;
  color: #f00;
}
#article section .inner form.wpcf7-form.invalid .wpcf7-response-output {
  display: block !important;
}
#article section .inner form.wpcf7-form.sent .thanks {
  display: block !important;
}
#article section .inner form.wpcf7-form.sent .thanks .h2_1,
#article section .inner form.wpcf7-form.sent .thanks .txt,
#article section .inner form.wpcf7-form.sent .thanks p {
  display: block !important;
}
#article section .inner form.wpcf7-form .wpcf7-response-output {
  color: #f00;
  font-weight: bold;
  width: 84vw;
  padding: 0;
  margin: 0;
  border: none;
  position: absolute;
  z-index: 1;
  top: -13.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
}
#article section .inner form .h2_1 {
  margin: 0 auto 5.3333333333vw;
}
#article section .inner form .thanks {
  width: 84vw;
  margin: 0 auto;
}
#article section .inner form .imperative {
  display: inline-block;
  color: hsl(0, 0%, 100%);
  line-height: 1;
  background: #f00;
  padding: 0.35em 0.5em;
  margin: 0 0 0 0.5em;
}
#article section .inner form .arbitrarily {
  color: hsl(0, 0%, 80%);
}
#article section .inner form .confirm {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  width: 84vw;
  padding: 8vw 0;
  margin: 5.3333333333vw auto 8vw;
  background: hsl(0, 0%, 95%);
}
#article section .inner form .wpcf7-list-item {
  display: block;
  padding: 0;
  margin: 0 1em 0 0;
}
#article section .inner form .wpcf7-list-item-label {
  margin: 0 0 0 0.5em;
}
#article section .inner form table {
  color: hsl(0, 0%, 20%);
  width: 84vw;
  margin: 0 auto;
}
#article section .inner form table th,
#article section .inner form table td {
  display: block;
  font-size: 1.4rem;
  vertical-align: top;
  box-sizing: border-box;
}
#article section .inner form table th {
  letter-spacing: 0.125em;
  width: 100%;
  padding: 1.3333333333vw 0;
}
#article section .inner form table td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 1.3333333333vw 0;
  margin: 0 0 2.6666666667vw;
}
#article section .inner form table td .horizontal-item + .horizontal-item {
  margin-left: 4vw;
}
#article section .inner form table td .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
#article section .inner form table td .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
#article section .inner form table td .wpcf7-checkbox label,
#article section .inner form table td .wpcf7-radio label {
  cursor: pointer;
  position: relative;
}
#article section .inner form table td .wpcf7-checkbox label span,
#article section .inner form table td .wpcf7-radio label span {
  display: flex;
  align-items: center;
}
#article section .inner form table td .wpcf7-checkbox label span::before, #article section .inner form table td .wpcf7-checkbox label span::after,
#article section .inner form table td .wpcf7-radio label span::before,
#article section .inner form table td .wpcf7-radio label span::after {
  content: "";
  display: block;
  box-sizing: border-box;
}
#article section .inner form table td .wpcf7-checkbox label span::before,
#article section .inner form table td .wpcf7-radio label span::before {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin: 0 2vw 0 0;
  background: hsl(0, 0%, 100%);
  border: 2px solid hsl(0, 0%, 80%);
}
#article section .inner form table td .wpcf7-checkbox label span::after,
#article section .inner form table td .wpcf7-radio label span::after {
  position: absolute;
  opacity: 0;
}
#article section .inner form table td .wpcf7-checkbox label input[type=checkbox],
#article section .inner form table td .wpcf7-checkbox label input[type=radio],
#article section .inner form table td .wpcf7-radio label input[type=checkbox],
#article section .inner form table td .wpcf7-radio label input[type=radio] {
  margin: 0;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#article section .inner form table td .wpcf7-checkbox label input[type=checkbox]:checked + span::after,
#article section .inner form table td .wpcf7-checkbox label input[type=radio]:checked + span::after,
#article section .inner form table td .wpcf7-radio label input[type=checkbox]:checked + span::after,
#article section .inner form table td .wpcf7-radio label input[type=radio]:checked + span::after {
  opacity: 1;
}
#article section .inner form table td .wpcf7-checkbox label span::before {
  border-radius: 3px;
}
#article section .inner form table td .wpcf7-checkbox label span::after {
  width: 2.6666666667vw;
  height: 1.6vw;
  border-left: 2px solid hsl(0, 0%, 40%);
  border-bottom: 2px solid hsl(0, 0%, 40%);
  top: 2vw;
  left: 3.0666666667vw;
  transform: rotate(-45deg);
}
#article section .inner form table td .wpcf7-radio label span::before {
  border-radius: 50%;
}
#article section .inner form table td .wpcf7-radio label span::after {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: hsl(0, 0%, 40%);
  border-radius: 50%;
  top: 2vw;
  left: 3.0666666667vw;
}
#article section .inner form table td label {
  display: flex;
  align-items: baseline;
}
#article section .inner form table td .float {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*
  label{
      display: block;
      word-wrap: normal;
      text-align: center;
      width: 20%;
  }
  */
}
#article section .inner form table td .float .wpcf7-form-control-wrap {
  display: inline;
  width: auto;
}
#article section .inner form table td p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#article section .inner form table td ul {
  list-style: none;
  padding: 0 0 0 0;
}
#article section .inner form .button_area {
  margin: 3rem auto 0;
}
#article section .inner form .button_area label {
  display: flex;
  justify-content: center;
}
#article section .inner form .consent {
  text-align: center;
  margin: 2rem auto 0;
}
#article section .inner form .consent p.notice {
  margin: 0 auto 1rem;
}
#article section .inner form .consent .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: auto auto;
}
#article section .inner form .consent .wpcf7-acceptance label input[type=checkbox],
#article section .inner form .consent .wpcf7-acceptance label input[type=radio] {
  align-self: center;
  margin: 0;
}
#article section .inner form p.privacy {
  line-height: 1.5;
  padding: 1em;
  margin: 3rem auto 0;
}
#article section .inner form p.privacy strong {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 1rem;
}
#article section .inner form select,
#article section .inner form input[type=text],
#article section .inner form input[type=number],
#article section .inner form input[type=email],
#article section .inner form input[type=tel],
#article section .inner form input[type=date],
#article section .inner form textarea {
  width: 100%;
  padding: 1em;
  border: 2px solid hsl(0, 0%, 80%);
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  box-sizing: border-box;
}
#article section .inner form select.size80,
#article section .inner form input[type=text].size80,
#article section .inner form input[type=number].size80,
#article section .inner form input[type=email].size80,
#article section .inner form input[type=tel].size80,
#article section .inner form input[type=date].size80,
#article section .inner form textarea.size80 {
  width: 80vw;
}
#article section .inner form select.size70,
#article section .inner form input[type=text].size70,
#article section .inner form input[type=number].size70,
#article section .inner form input[type=email].size70,
#article section .inner form input[type=tel].size70,
#article section .inner form input[type=date].size70,
#article section .inner form textarea.size70 {
  width: 69.3333333333vw;
}
#article section .inner form select.size60,
#article section .inner form input[type=text].size60,
#article section .inner form input[type=number].size60,
#article section .inner form input[type=email].size60,
#article section .inner form input[type=tel].size60,
#article section .inner form input[type=date].size60,
#article section .inner form textarea.size60 {
  width: 60vw;
}
#article section .inner form select.size50,
#article section .inner form input[type=text].size50,
#article section .inner form input[type=number].size50,
#article section .inner form input[type=email].size50,
#article section .inner form input[type=tel].size50,
#article section .inner form input[type=date].size50,
#article section .inner form textarea.size50 {
  width: 56vw;
}
#article section .inner form select.size40,
#article section .inner form input[type=text].size40,
#article section .inner form input[type=number].size40,
#article section .inner form input[type=email].size40,
#article section .inner form input[type=tel].size40,
#article section .inner form input[type=date].size40,
#article section .inner form textarea.size40 {
  width: 40vw;
}
#article section .inner form select.size30,
#article section .inner form input[type=text].size30,
#article section .inner form input[type=number].size30,
#article section .inner form input[type=email].size30,
#article section .inner form input[type=tel].size30,
#article section .inner form input[type=date].size30,
#article section .inner form textarea.size30 {
  width: 33.3333333333vw;
}
#article section .inner form select.size20,
#article section .inner form input[type=text].size20,
#article section .inner form input[type=number].size20,
#article section .inner form input[type=email].size20,
#article section .inner form input[type=tel].size20,
#article section .inner form input[type=date].size20,
#article section .inner form textarea.size20 {
  width: 26.6666666667vw;
}
#article section .inner form select::placeholder,
#article section .inner form input[type=text]::placeholder,
#article section .inner form input[type=number]::placeholder,
#article section .inner form input[type=email]::placeholder,
#article section .inner form input[type=tel]::placeholder,
#article section .inner form input[type=date]::placeholder,
#article section .inner form textarea::placeholder {
  color: hsl(0, 0%, 80%);
}
#article section .inner form input[type=date] {
  padding: 0.86em;
}
#article section .inner form .wpcf7c-conf,
#article section .inner form input[type=text].wpcf7c-conf,
#article section .inner form input[type=number].wpcf7c-conf,
#article section .inner form input[type=tel].wpcf7c-conf,
#article section .inner form input[type=email].wpcf7c-conf,
#article section .inner form input[type=date].wpcf7c-conf,
#article section .inner form textarea.wpcf7c-conf {
  color: hsl(0, 0%, 60%);
  border: 2px solid hsl(0, 0%, 80%);
  background-color: hsl(0, 0%, 80%);
}
#article section .inner form input[type=text]:focus,
#article section .inner form input[type=number]:focus,
#article section .inner form input[type=email]:focus,
#article section .inner form input[type=tel]:focus,
#article section .inner form input[type=date]:focus,
#article section .inner form textarea:focus {
  border: solid 2px hsl(0, 0%, 60%);
}
#article section .inner form input[type=radio].wpcf7c-conf,
#article section .inner form input[type=checkbox].wpcf7c-conf {
  background-color: transparent;
}
#article section .inner form input[type=radio],
#article section .inner form input[type=checkbox] {
  margin-top: 0;
  margin-bottom: 0;
}
#article section .inner form #submit {
  -webkit-appearance: none;
  text-align: center;
  padding: 3em 0 0 0;
}
#article section .inner form .btn_reset,
#article section .inner form input[type=submit],
#article section .inner form input[type=reset],
#article section .inner form input[type=button],
#article section .inner form button[type=button] {
  display: block;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.2em;
  font-size: 1.2rem;
  line-height: 1;
  height: 10.6666666667vw;
  border: none;
  border-radius: 5.3333333333vw;
  cursor: pointer;
}
#article section .inner form input[type=submit] {
  width: 62.6666666667vw;
  margin: 5.3333333333vw auto 0;
  background: #535D60;
}
#article section .inner form .btn_reset,
#article section .inner form input[type=reset],
#article section .inner form input[type=button],
#article section .inner form input.b_back,
#article section .inner form button[type=button] {
  width: 40vw;
  margin: 0 auto;
  background-color: hsl(0, 0%, 80%);
}
#article section .inner form .wpcf7-not-valid-tip {
  padding: 0.5em 0 0 0;
}
#article section .inner form .wpcf7-validation-errors {
  color: #f00;
  border: none;
}
#article section .inner #wpcf7cpcnf table {
  color: hsl(0, 0%, 20%);
  width: 84vw;
  margin: 0 auto;
}
#article section .inner #wpcf7cpcnf table th,
#article section .inner #wpcf7cpcnf table td {
  display: block;
  font-size: 1.4rem;
  vertical-align: top;
  box-sizing: border-box;
}
#article section .inner #wpcf7cpcnf table th {
  letter-spacing: 0.125em;
  width: 100%;
  padding: 1.3333333333vw 0;
}
#article section .inner #wpcf7cpcnf table td {
  letter-spacing: 0.03em;
  width: 100%;
  padding: 1.3333333333vw 2.6666666667vw;
  margin: 0 0 2.6666666667vw;
  background: hsl(0, 0%, 95%);
  box-sizing: border-box;
}
#article section .inner #wpcf7cpcnf table td p {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns {
  -webkit-appearance: none;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  padding: 3em 0 0 0;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns button {
  display: block;
  -webkit-appearance: none;
  color: hsl(0, 0%, 100%);
  letter-spacing: 0.2em;
  line-height: 1;
  border: none;
  cursor: pointer;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn,
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 500;
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
  font-size: 1.8rem;
  width: 62.6666666667vw;
  padding: 1.5em 0;
  margin: 0 auto;
  background-color: hsl(0, 0%, 0%);
}
#article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
  font-size: 1.4rem;
  width: 40vw;
  padding: 1em 0;
  margin: 5.3333333333vw auto 0;
  background-color: hsl(0, 0%, 80%);
}

/* -------------------------------------
   ui-datepicker-div
------------------------------------- */
#ui-datepicker-div.ui-datepicker {
  font-size: 1.4rem;
  width: auto;
  padding: 0.8em 0.8em 0.4em;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header.ui-widget-header {
  background: hsl(0, 0%, 100%);
  border: none;
}
#ui-datepicker-div.ui-datepicker thead th.ui-datepicker-week-end span {
  color: #f00;
}
#ui-datepicker-div.ui-datepicker thead th.ui-datepicker-week-end:last-of-type span {
  color: #00f;
}
#ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default {
  padding: 0.2em 0.6em;
  background: hsl(0, 0%, 100%);
  border: 1px solid hsl(0, 0%, 90%);
  box-sizing: border-box;
}
#ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default:hover, #ui-datepicker-div.ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
  color: hsl(0, 0%, 100%);
  background: hsl(0, 0%, 80%);
  border: 1px solid hsl(0, 0%, 90%);
}
#ui-datepicker-div.ui-datepicker tbody tr td.ui-datepicker-days-cell-over .ui-state-default {
  /*
  color: $monocolor2;
  background: $monocolor5;
  border: 1px solid $monocolor4;
  */
}
@media screen and (min-width: 768px) {
  /* =================================================
     Global layout
  ================================================= */
  /* -------------------------------------
             animation
  */
  @keyframes motion-btn-updw {
    0% {
      transform: translateY(0px);
    }
    25% {
      transform: translateY(-10px);
    }
    50% {
      transform: translateY(0px);
    }
    75% {
      transform: translateY(-6px);
    }
    100% {
      transform: translateY(0px);
    }
  }
  /* -----------------------------------------------
      common
  ----------------------------------------------- */
  #container {
    /* -------------------------------------
    // Effects
    */
  }
  #container .sp {
    display: none !important;
  }
  #container .pc {
    display: block !important;
  }
  #container .fade_block {
    transform: translateY(48px);
  }
  #container .ahover {
    transition: 0.3s;
  }
  #container .ahover:hover {
    opacity: 0.6;
  }
  #container .pahover a,
  #container .pahover a:link {
    display: block;
    transition: 0.3s;
  }
  #container .pahover a:hover,
  #container .pahover a:link:hover {
    opacity: 0.6;
  }
  #container .transhover,
  #container .transhover:link,
  #container .transhover2,
  #container .transhover2:link,
  #container .transhover3,
  #container .transhover3:link {
    transition: 0.3s;
  }
  #container .transhover figure,
  #container .transhover:link figure,
  #container .transhover2 figure,
  #container .transhover2:link figure,
  #container .transhover3 figure,
  #container .transhover3:link figure {
    transition: 0.3s;
  }
  #container .transhover img,
  #container .transhover:link img,
  #container .transhover2 img,
  #container .transhover2:link img,
  #container .transhover3 img,
  #container .transhover3:link img {
    transition: 0.5s; 
  }
  #container .transhover:hover figure,
  #container .transhover2:hover figure {
    transform: scale(1.06) !important;
  }
  #container .transhover:hover figure img,
  #container .transhover2:hover figure img {
    transform: scale(1.1) !important;
  }
  #container .transhover:hover {
    opacity: 0.6;
  }
  #container .transhover:hover figure img {
    opacity: 0.6;
  }
  #container .transhover2:hover figure img {
    opacity: 1 !important;
  }
  #container .transhover3 {
    overflow: hidden;
  }
  #container .transhover3 figure {
    overflow: hidden;
  }
  #container .transhover3:hover {
    opacity: 0.6;
  }
  #container .transhover3:hover img {
    transform: scale(1.1) !important;
  }
  #container .fixfigure {
    position: relative;
  }
  #container .fixfigure figure {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
  }
  #container .fixfigure figure img {
    height: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
  /* -------------------------------------
     Gloal Layout
  ------------------------------------- */
  #container {
    grid-template-columns: 100%;
    padding: 0;
  }
  #container .anchor a,
  #container .anchor a:link {
    top: -156px;
  }
  #container .anchor a#aform,
  #container .anchor a:link#aform {
    top: -156px;
  }
  #container.page #py {
    height: 160px;
  }
  #container.page #main {
    padding-bottom: 64px;
  }
  /* -------------------------------------
     header
  ------------------------------------- */
  #container {
    /* -------------------------------------
       fixed
    */
  }
  #container #header {
    width: 100%;
    height: 116px;
    background: hsl(0, 0%, 100%);
    transition: background 0.3s, height 0.3s;
    display: grid;
    grid-template-columns: minmax(140px, 380px) 1fr 80px;
    width: 100%;
    height: auto;
    transition: 0.3s;
    /* -------------------------------------
        b_open
    ------------------------------------- */
  }
  #container #header .content {
    /* -------------------------------
        main
    */
    /* -------------------------------
        menu
    */
  }
  #container #header .content.main {
    grid-column: 1;
    justify-self: center;
    width: 100%;
    height: 116px;
    padding: 0 16px;
    margin: 0;
    background: transparent;
    box-sizing: border-box;
    position: static;
  }
  #container #header .content.main .site_title {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  #container #header .content.main .site_title a,
  #container #header .content.main .site_title a:link {
    width: 300px;
    padding: 0;
  }
  #container #header .content.main .site_title span.img {
    width: 300px;
  }
  #container #header .content.main #b_openmenu {
    width: 80px;
    height: 116px;
    cursor: pointer;
  }
  #container #header .content.main #b_openmenu .icon {
    width: 30px;
    border-top: 1px solid #535D60;
  }
  #container #header .content.main #b_openmenu .icon:before, #container #header .content.main #b_openmenu .icon:after {
    border-top: 1px solid #535D60;
  }
  #container #header .content.main #b_openmenu .icon:before {
    bottom: -10px;
  }
  #container #header .content.main #b_openmenu .icon:after {
    bottom: 10px;
  }
  #container #header .content.menu {
    grid-column: 2;
    width: 100%;
  }
  #container #header .content.menu #menu_main.menu_1 {
    padding: 96px 0 0;
  }
  #container #header .content.menu #menu_main.menu_1 .tel {
    margin: 0 auto 32px;
  }
  #container #header .content.menu #menu_main.menu_1 .tel p i {
    font-size: 2.1rem;
  }
  #container #header .content.menu #menu_main.menu_1 .tel p .tellink {
    font-size: 3.2rem;
  }
  #container #header .content.menu #menu_main.menu_1 .tel p:nth-of-type(2) {
    margin: 16px auto 0;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu {
    margin: 0 auto;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li {
    width: 350px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li summary,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt {
    white-space: nowrap;
    font-size: 1.6rem;
    padding: 16px 0 16px 32px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a::before,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link::before,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li summary::before,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt::before {
    width: 6px;
    height: 6px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a::before,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li a:link::before,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt::before {
    transform: translateY(3px) rotate(45deg);
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li summary,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li .txt {
    cursor: pointer;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li summary::before {
    transform: translateY(3px) rotate(135deg);
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li details[open] summary::before {
    transform: translateY(6px) rotate(315deg);
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_1 a,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_1 a:link, #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a:link {
    padding: 16px 0 16px 48px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a,
  #container #header .content.menu #menu_main.menu_1 nav ul.menu li.level_2 a:link {
    padding: 16px 0 16px 64px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.bnr {
    padding: 0 0 48px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.bnr li a,
  #container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:link {
    font-size: 2.4rem;
    border-radius: 40px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:after,
  #container #header .content.menu #menu_main.menu_1 nav ul.bnr li a:link:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.sns {
    padding: 48px 0;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.sns li {
    width: 48px;
    margin: 0 16px;
  }
  #container #header .content.menu #menu_main.menu_1 nav ul.sns li a:hover {
    animation: motion-btn-updw 1s ease-in-out 0s forwards;
  }
  #container #header .content.menu #menu_main.menu_1 nav ol {
    padding-left: 24px;
  }
  #container #header .content.menu .menu_2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
  }
  #container #header .content.menu .menu_2 nav {
    display: grid;
    justify-content: flex-end;
    width: 100%;
  }
  #container #header .content.menu .menu_2 nav ul {
    display: grid;
    grid-template-columns: minmax(180px, auto) minmax(180px, auto);
    column-gap: 16px;
    justify-content: flex-end;
    align-items: center;
    background: none;
    position: relative;
  }
  #container #header .content.menu .menu_2 nav ul > li {
    display: grid;
    align-items: center;
    width: 100%;
    height: 116px;
    background: inherit;
    position: relative;
    box-sizing: border-box;
  }
  #container #header .content.menu .menu_2 nav ul > li > a,
  #container #header .content.menu .menu_2 nav ul > li > a:link {
    display: grid;
    align-items: center;
    justify-content: center;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
    font-weight: bold;
    font-weight: 500;
    font-feature-settings: "palt";
    white-space: nowrap;
    letter-spacing: 0.15em;
    text-align: center;
    color: hsl(0, 0%, 100%);
    font-size: 1.2rem;
    line-height: 1;
    width: 100%;
    max-width: 180px;
    height: 40px;
    padding: 0 10px;
    background: #000000;
    border: 1px solid hsl(0, 0%, 0%);
    /* border-radius: 10px; */
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    transition: 0.3s;
  }
  #container #header .content.menu .menu_2 nav ul > li > a:after,
  #container #header .content.menu .menu_2 nav ul > li > a:link:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    /* border-top: 2px solid hsl(0, 0%, 100%);
    border-right: 2px solid hsl(0, 0%, 100%); */
        border-top: 2px solid hsl(0deg 0% 49.72%);
        border-right: 2px solid hsl(0deg 0% 49.72%);

    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
    z-index: 9;
    right: 4vw;
    transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #container #header .content.menu .menu_2 nav ul > li > a:after,
  #container #header .content.menu .menu_2 nav ul > li > a:link:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container #header .content.menu .menu_2 nav ul > li > a:hover,
  #container #header .content.menu .menu_2 nav ul > li > a:link:hover {
    color: #535D60;
    background: hsl(0, 0%, 100%);
  }
  #container #header .content.menu .menu_2 nav ul > li > a:hover:after,
  #container #header .content.menu .menu_2 nav ul > li > a:link:hover:after {
    border-top: 2px solid #535D60;
    border-right: 2px solid #535D60;
  }
  #container #header.open .content.main {
    box-shadow: none;
  }
  #container.fixed #header {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
  }
  #container.fixed #header .content {
    /* -------------------------------
        main
    */
  }
  #container.fixed #header .content.main {
    box-shadow: none;
  }
  #container.header-fullimage, #container.header-fullimage.page {
    position: relative;
    z-index: 1;
  }
  #container.header-fullimage #header, #container.header-fullimage.page #header {
    background: rgba(255, 255, 255, 0);
  }
  #container.header-fullimage #header .content.main, #container.header-fullimage.page #header .content.main {
    background: none;
  }
  #container.header-fullimage #header .content.main #b_openmenu .icon, #container.header-fullimage.page #header .content.main #b_openmenu .icon {
    border-top: 1px solid hsl(0, 0%, 100%);
  }
  
  #container.header-fullimage #header .content.main #b_openmenu .icon:before, #container.header-fullimage #header .content.main #b_openmenu .icon:after, #container.header-fullimage.page #header .content.main #b_openmenu .icon:before, #container.header-fullimage.page #header .content.main #b_openmenu .icon:after {
    border-top: 1px solid hsl(0, 0%, 100%);
  }
  #container.header-fullimage #header .content.menu .menu_2 nav ul > li > a,
  #container.header-fullimage #header .content.menu .menu_2 nav ul > li > a:link, #container.header-fullimage.page #header .content.menu .menu_2 nav ul > li > a,
  #container.header-fullimage.page #header .content.menu .menu_2 nav ul > li > a:link {
    /* color: #535D60;
    background: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 100%); */
color: #535D60;
        background: hsl(0deg 0% 100% / 58%);
        border: 1px solid hsl(0deg 0% 54.37%);

  }
  #container.header-fullimage #header .content.menu .menu_2 nav ul > li > a:hover,
  #container.header-fullimage #header .content.menu .menu_2 nav ul > li > a:link:hover, #container.header-fullimage.page #header .content.menu .menu_2 nav ul > li > a:hover,
  #container.header-fullimage.page #header .content.menu .menu_2 nav ul > li > a:link:hover {
    color: hsl(0, 0%, 100%);
    background: #242424;
    border: 1px solid #242424;
  }
  #container.header-fullimage #header.open .content.main, #container.header-fullimage.page #header.open .content.main {
    background: none;
  }
  #container.header-fullimage.fixed #header, #container.header-fullimage.page.fixed #header {
    background: white;
  }
  #container.header-fullimage.fixed #header .content.main, #container.header-fullimage.page.fixed #header .content.main {
    background: none;
  }
  #container.header-fullimage.fixed #header .content.menu .menu_2 nav ul > li > a,
  #container.header-fullimage.fixed #header .content.menu .menu_2 nav ul > li > a:link, #container.header-fullimage.page.fixed #header .content.menu .menu_2 nav ul > li > a,
  #container.header-fullimage.page.fixed #header .content.menu .menu_2 nav ul > li > a:link {
    color: hsl(0, 0%, 100%);
    background: #191919;
    border: 1px solid #535D60;
  }
  #container.header-fullimage.fixed #header .content.menu .menu_2 nav ul > li > a:hover,
  #container.header-fullimage.fixed #header .content.menu .menu_2 nav ul > li > a:link:hover, #container.header-fullimage.page.fixed #header .content.menu .menu_2 nav ul > li > a:hover,
  #container.header-fullimage.page.fixed #header .content.menu .menu_2 nav ul > li > a:link:hover {
    color: #535D60;
    background: hsl(0, 0%, 100%);
  }
  /* -------------------------------------
     Contents Common
  ------------------------------------- */
  #main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
  }
  #container {
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container p {
    font-size: 1.4rem;
  }
  #container p:first-of-type {
    margin-top: 0.5em;
  }
  #container aside {
    /* -------------------------------------
       banner_1
    */
    /* -------------------------------------
       bnr_renova
    */
    /* -------------------------------------
       banner_2
    */
    /* -------------------------------------
       banner_3
    */
    /* -------------------------------------
       banner_4
    */
    /* -------------------------------------
       shoplist
    */
    /* -------------------------------------
       sns
    */
    /* -------------------------------------
       fmenu
    */
    /* -------------------------------------
       bnr_contact
    */
    /* -------------------------------------
       contact_txt_in
    */
  }
  #container aside h2.h2_1 {
    font-size: 1.8rem;
    width: 100%;
  }
  #container aside h2.h2_1 span.txt {
    height: 34px;
  }
  #container aside h2.h2_1 span.txt_2 {
    font-size: 2.8rem;
            border-bottom: 1px solid gray;
        padding: 14px;
  }
  #container aside a,
  #container aside a:link {
    text-decoration: none;
    display: block;
  }
  #container aside .link {
    font-size: 1.4rem;
    margin: 48px auto 0;
    margin: 16px auto 0;
  }
  #container aside .link span {
    width: 180px;
    height: 32px;
    cursor: pointer;
  }
  #container aside .link span:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container aside.banner_1 {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container aside.banner_1 .inner .content {
    width: 100%;
    max-width: 1000px;
    padding: 10px;
  }
  #container aside.banner_1 .inner .content a,
  #container aside.banner_1 .inner .content a:link {
    display: grid;
    grid-template-rows: 60px 1fr 60px;
    grid-template-columns: 1fr 60px;
  }
  #container aside.banner_1 .inner .content figure {
    grid-row: 1/-1;
    grid-column: 1/-1;
    width: 100%;
    min-height: 420px;
    aspect-ratio: inherit;
  }
  #container aside.banner_1 .inner .content h3.h3_1 {
    margin-top: 0;
  }
  #container aside.banner_1 .inner .content h3.h3_1 span.txt_2 {
    margin-top: 1em;
  }
  #container aside.banner_1 .inner .content h3.h3_1 span.txt_3 {
    margin-top: 1em;
  }
  #container aside.banner_1 .inner .content p {
    margin-top: 2em;
  }
  #container aside.banner_1 .inner .content .link {
    margin-top: 16px;
  }
  #container aside.banner_1 .inner .content .link span {
    width: 288px;
    height: 40px;
  }
  #container aside.banner_1 .inner .content .item {
    grid-row: 2;
    grid-column: 1;
    justify-self: end;
    background: rgba(255, 255, 255, 0.9);
    align-items: center;
    width: 348px;
    box-sizing: border-box;
  }
  #container aside.bnr_renova {
    width: 100%;
    padding: 64px;
    box-sizing: border-box;
  }
  #container aside.bnr_renova .inner .content {
    width: 100%;
    max-width: 1000px;
    padding: 10px;
  }
  #container aside.bnr_renova .inner .content a,
  #container aside.bnr_renova .inner .content a:link {
    grid-template-rows: 1fr;
    grid-template-columns: auto 1fr;
    column-gap: 60px;
  }
  #container aside.bnr_renova .inner .content figure {
    grid-row: 1;
    grid-column: 1;
    width: 100%;
    max-width: 460px;
    min-height: 314px;
    aspect-ratio: inherit;
  }
  #container aside.bnr_renova .inner .content h2.h2_2 {
    font-size: 1.4rem;
  }
  #container aside.bnr_renova .inner .content h2.h2_2 span.txt_2 {
    font-size: 2.1rem;
  }
  #container aside.bnr_renova .inner .content h3.h3_1 {
    font-size: 2.4rem;
    padding-bottom: 1.5em;
    margin-top: 0;
    border-bottom: 1px solid #A8ADAF;
  }
  #container aside.bnr_renova .inner .content h3.h3_1 span.txt_2 {
    margin-top: 1em;
  }
  #container aside.bnr_renova .inner .content h3.h3_1 span.txt_3 {
    margin-top: 1em;
  }
  #container aside.bnr_renova .inner .content p {
    margin-top: 2em;
  }
  #container aside.bnr_renova .inner .content .link {
    margin-top: 48px;
  }
  #container aside.bnr_renova .inner .content .link span {
    width: 300px;
    height: 40px;
  }
  #container aside.bnr_renova .inner .content .item {
    grid-row: 1;
    grid-column: 2;
  }
  #container aside.banner_2 {
    padding: 64px 0 48px;
  }
  #container aside.banner_2 .inner .content {
    width: 100%;
    max-width: 1000px;
    padding-top: 48px;
  }
  #container aside.banner_2 .inner .content h2.h2_1 {
    grid-column: 2;
    width: 100%;
    max-width: 230px;
    margin-bottom: 0;
  }
  #container aside.banner_2 .inner .content h3.h3_1 {
    grid-column: 3;
    width: 100%;
  }
  #container aside.banner_2 .inner .content h3.h3_1 span {
    font-size: 1.6rem;
  }
  #container aside.banner_2 .inner .content p.tel {
    grid-column: 4;
    width: 100%;
    max-width: 320px;
    margin-top: 0;
  }
  #container aside.banner_2 .inner .content p.tel span.txt {
    font-size: 2.1rem;
  }
  #container aside.banner_2 .inner .content p.tel span.txt .tellink {
    font-size: 3.2rem;
  }
  #container aside.banner_2 .inner .content .item {
    display: grid;
    grid-template-columns: minmax(0, 50px) repeat(3, auto) minmax(0, 50px);
    align-items: center;
  }
  #container aside.banner_3 {
    width: 100%;
    padding: 0 48px 64px;
    box-sizing: border-box;
  }
  #container aside.banner_3 .inner .content {
    width: 100%;
    max-width: 1000px;
    padding-top: 64px;
  }
  #container aside.banner_3 .inner .content h3.h3_1 span {
    font-size: 1.6rem;
    line-height: 1.75;
  }
  #container aside.banner_3 .inner .content ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 24px;
    width: 100%;
  }
  #container aside.banner_3 .inner .content ul li {
    margin-bottom: 0;
  }
  #container aside.banner_3 .inner .content ul li a,
  #container aside.banner_3 .inner .content ul li a:link {
    grid-template-columns: minmax(60px, 120px) minmax(130px, 1fr);
    column-gap: 16px;
    height: 100%;
  }
  #container aside.banner_3 .inner .content ul li a:after,
  #container aside.banner_3 .inner .content ul li a:link:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container aside.banner_3 .inner .content ul li figure {
    height: 100%;
  }
  #container aside.banner_3 .inner .content ul li span {
    padding: 0.5em 0;
  }
  #container aside.banner_4 {
    width: 100%;
    padding: 0 48px 64px;
    box-sizing: border-box;
  }
  #container aside.banner_4 .inner .content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    align-items: center;
    width: 100%;
    max-width: 900px;
    padding: 32px;
  }
  #container aside.banner_4 .inner .content figure {
    margin-top: 0;
  }
  #container aside.banner_4 .inner .content h2.h2_2 {
    font-size: 2.4rem;
  }
  #container aside.shoplist {
    width: 100%;
    padding: 80px 48px;
    box-sizing: border-box;
  }
  #container aside.shoplist .inner {
    width: 100%;
    /* -------------------------------------
       content
    */
  }
  #container aside.shoplist .inner .content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    max-width: 1000px;
  }
  #container aside.shoplist .inner .content figure {
    overflow: hidden;
  }
  #container aside.shoplist .inner .content h2.h2_1 {
    grid-column: 1/-1;
    width: 100%;
  }
  #container aside.shoplist .inner .content h3 {
    margin: 1em auto 0.75em;
  }
  #container aside.shoplist .inner .content p {
    font-size: 1.2rem;
  }
  #container aside.shoplist .inner .content p.tel span.txt b,
  #container aside.shoplist .inner .content p.tel span.txt i {
    width: 28px;
    margin: 0 8px 0 0;
  }
  #container aside.shoplist .inner .content .link {
    margin-top: 16px;
  }
  #container aside.shoplist .inner .content .link span {
    height: 32px;
  }
  #container aside.shoplist .inner .content .item {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
  }
  #container aside.bnr_sns .inner nav ul {
    max-width: 600px;
    padding: 32px 0;
    margin: 0 auto;
  }
  #container aside.bnr_sns .inner nav ul li span.img {
    justify-self: center;
    width: 40px;
  }
  #container aside.bnr_sns .inner nav ul li a:hover .img {
    animation: motion-btn-updw 1s ease-in-out 0s forwards;
  }
  #container aside.fmenu {
    padding: 64px 64px;
    box-sizing: border-box;
  }
  #container aside.fmenu .inner .content {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 40px;
    column-gap: 60px;
    width: 100%;
    max-width: 1200px;
  }
  #container aside.fmenu .inner .content h2 {
    margin-bottom: 0;
  }
  #container aside.fmenu .inner .content h3 {
    font-size: 1.6rem;
    padding-top: 1.5em;
  }
  #container aside.fmenu .inner .content h3::after {
    /* height: 40px;
    top: -20px; */
        /* height: 40px; */
        top: -40px;
  }
  #container aside.fmenu .inner .content .item a,
  #container aside.fmenu .inner .content .item a:link {
    grid-template-rows: 1fr repeat(2, auto) 16px;
    row-gap: 16px;
  }
  #container aside.bnr_contact .inner h2 {
    padding: 0 2em 3em;
  }
  #container aside.bnr_contact .inner h2 span {
    font-size: 1.8rem;
    margin: 0 auto;
  }
  #container aside.bnr_contact .inner h2 span.txt {
    padding: 0.25em 1em;
  }
  #container aside.bnr_contact .inner h2 span.txt_2 {
    font-size: 4.4rem;
  }
  #container aside.bnr_contact .inner .content {
    width: 100%;
    max-width: 800px;
    padding: 80px 0;
  }
  #container aside.bnr_contact .inner .content h3 {
    grid-column: 1/-1;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  #container aside.bnr_contact .inner .content h3 span {
    font-size: 1.8rem;
  }
  #container aside.bnr_contact .inner .content h3 span.txt {
    font-size: 2.4rem;
  }
  #container aside.bnr_contact .inner .content h4 span {
    font-size: 1.6rem;
  }
  #container aside.bnr_contact .inner .content p.tel span.txt {
    column-gap: 16px;
    font-size: 1.2rem;
  }
  #container aside.bnr_contact .inner .content p.tel span.txt i {
    width: 20px;
  }
  #container aside.bnr_contact .inner .content p.tel span.txt .tellink {
    font-size: 3.8rem;
  }
  #container aside.bnr_contact .inner .content p.tel span.txt_2 {
    letter-spacing: 0.075em;
  }
  #container aside.bnr_contact .inner .content .link {
    grid-column: 1/-1;
    margin-top: 32px;
  }
  #container aside.bnr_contact .inner .content .link span {
    width: 400px;
    height: 44px;
  }
  #container aside.bnr_contact .inner .content .item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 32px;
    align-items: center;
    padding: 32px;
  }
  #container aside.bnr_contact .inner .content .item .float_l,
  #container aside.bnr_contact .inner .content .item .float_r {
    margin-top: 0;
    padding-bottom: 32px;
  }
  #container aside.bnr_contact .inner .content .item .float_l {
    grid-column: 1;
  }
  #container aside.bnr_contact .inner .content .item .float_r {
    grid-column: 2;
  }
  #container aside.contact_txt_in {
    margin: 32px auto 0;
  }
  #container aside.contact_txt_in .content {
    width: 100%;
    max-width: 1000px;
  }
  #container aside.contact_txt_in .content h2 {
    letter-spacing: 0.075em;
    font-size: 1.8rem;
  }
  #container aside.contact_txt_in .content h3 {
    font-size: 1.8rem;
    margin-bottom: 0.75em;
  }
  #container aside.contact_txt_in .content p {
    font-size: 1.8rem;
  }
  #container aside.contact_txt_in .content p i {
    margin-right: 0.5em;
  }
  #container aside.contact_txt_in .content p i img {
    width: 24px;
  }
  #container aside.contact_txt_in .content p.tel {
    line-height: 1;
  }
  #container aside.contact_txt_in .content p.tel strong {
    font-size: 2.4rem;
  }
  #container aside.contact_txt_in .content .item {
    width: 100%;
    padding: 32px 0;
  }
  #container aside.contact_txt_in .content .item .float_l {
    width: 208px;
  }
  #container aside.contact_txt_in .content .item .float_r {
    padding: 0 32px;
  }
  #container section .item {
    width: 100%;
    margin: 0 0 40px;
  }
  #container section .item.float {
    display: flex;
  }
  #container section .item.float.justify {
    justify-content: space-between;
  }
  #container section .item.float.wrap {
    flex-wrap: wrap;
  }
  #container section .item.float.reverse {
    flex-direction: row-reverse;
  }
  #container section .item.float .float_l {
    width: 340px;
  }
  #container section .item.float .float_r {
    width: 540px;
  }
  #container section .item.underline {
    padding: 0 0 40px;
  }
  #container section .item.framed {
    padding: 40px;
  }
  #container section .item.framed.float .float_l {
    width: 340px;
  }
  #container section .item.framed.float .float_r {
    width: 460px;
  }
  /* -------------------------------------
     Contents.Page
  ------------------------------------- */
  #container.page {
    padding: 116px 0 0;
    /* -------------------------------------
       nav_pankuzu
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page .nav_txt {
    width: 100%;
    padding: 0 1em;
    margin: 0 auto 32px;
    box-sizing: border-box;
  }
  #container.page .nav_txt ul {
    width: 100%;
    padding: 0 !important;
  }
  #container.page aside {
    width: 100%;
    /* -------------------------------------
       page_control
    ------------------------------------- */
  }
  #container.page aside.page_control {
    padding: 64px 0 0;
  }
  #container.page aside.page_control .inner .b_backforw {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page aside.page_control .inner .b_backforw .back,
  #container.page aside.page_control .inner .b_backforw .forw {
    width: 350px;
  }
  #container.page aside.page_control .inner .b_backforw .back a,
  #container.page aside.page_control .inner .b_backforw .back a:link,
  #container.page aside.page_control .inner .b_backforw .forw a,
  #container.page aside.page_control .inner .b_backforw .forw a:link {
    letter-spacing: 0.175em;
    font-size: 1.6rem;
    height: 40px;
    padding: 1.5rem 0 0;
  }
  #container.page aside.page_control .inner .b_backforw .back a:before, #container.page aside.page_control .inner .b_backforw .back a:after,
  #container.page aside.page_control .inner .b_backforw .back a:link:before,
  #container.page aside.page_control .inner .b_backforw .back a:link:after,
  #container.page aside.page_control .inner .b_backforw .forw a:before,
  #container.page aside.page_control .inner .b_backforw .forw a:after,
  #container.page aside.page_control .inner .b_backforw .forw a:link:before,
  #container.page aside.page_control .inner .b_backforw .forw a:link:after {
    border: 20px solid transparent;
  }
  #container.page aside.page_control .inner .b_backforw .back a:before,
  #container.page aside.page_control .inner .b_backforw .back a:link:before {
    left: -40px;
    border-right: 20px solid #535D60;
  }
  #container.page aside.page_control .inner .b_backforw .forw a:after,
  #container.page aside.page_control .inner .b_backforw .forw a:link:after {
    right: -40px;
    border-left: 20px solid #535D60;
  }
  #container.page aside.page_control .inner .b_backforw .pager {
    width: 100%;
    justify-content: center;
  }
  #container.page aside.page_control .inner .b_backforw .pager a,
  #container.page aside.page_control .inner .b_backforw .pager a:link {
    font-size: 1.4rem;
  }
  #container.page aside.page_control .inner .b_backforw .pager .parent {
    width: 240px;
  }
  #container.page aside.page_control .inner .b_backforw .pager .prev,
  #container.page aside.page_control .inner .b_backforw .pager .next {
    width: 144px;
  }
  #container.page aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page aside.page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page aside.page_control .inner .b_backforw .pager .next a:link:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid hsl(0, 0%, 100%);
    border-right: 2px solid hsl(0, 0%, 100%);
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
    z-index: 9;
    right: 4vw;
    transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #container.page aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page aside.page_control .inner .b_backforw .pager .prev a:link:after,
  #container.page aside.page_control .inner .b_backforw .pager .next a:after,
  #container.page aside.page_control .inner .b_backforw .pager .next a:link:after {
    width: 72px;
  }
  #container.page aside.page_control .inner .b_backforw .pager .parent {
    margin: 0 24px;
  }
  #container.page aside.page_control .inner .b_backforw .pager .prev a:before, #container.page aside.page_control .inner .b_backforw .pager .prev a:after,
  #container.page aside.page_control .inner .b_backforw .pager .prev a:link:before,
  #container.page aside.page_control .inner .b_backforw .pager .prev a:link:after {
    right: auto;
    left: -48px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 0;
    align-items: stretch;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb::after {
    display: none;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb span.txt {
    font-size: 2.6rem;
    padding-top: 0.5em;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb span.txt_2 {
    font-size: 1.4rem;
    padding: 0.5em 0 1em;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .parent {
    grid-row: 1;
    grid-column: 3;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .parent a,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .parent a:link {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .parent span.txt {
    grid-row: 1;
    align-self: end;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .parent span.txt_2 {
    grid-row: 2;
    align-self: start;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next {
    grid-row: 1;
    padding: 24px 0;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev a,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next a,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(2, auto);
    column-gap: 16px;
    align-items: center;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figure {
    grid-row: 1;
    position: static;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figcaption,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figcaption {
    grid-row: 2;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev .icon,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next .icon {
    grid-row: 1/-1;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev {
    grid-column: 1/3;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev a,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev a:link {
    padding: 0 20px 0 40px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure:after {
    left: 20px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figure {
    grid-column: 2;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev figcaption {
    grid-column: 2;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev span {
    text-align: left;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .prev .icon {
    grid-column: 1;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next {
    grid-column: 4/-1;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next a,
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next a:link {
    padding: 0 40px 0 20px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figure:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figure:after {
    right: 6px;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figure {
    grid-column: 1;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next figcaption {
    grid-column: 1;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next span {
    text-align: right;
  }
  #container.page aside.page_control .inner .b_backforw .pager.thumb .next .icon {
    grid-column: 2;
  }
  #container.page section {
    width: 100%;
    padding: 0 48px;
    box-sizing: border-box;
  }
  #container.page section .inner .pager-infinite {
    grid-column: 2/3;
    padding: 70px 0 30px;
  }
  #container.page section .inner .pager-infinite #more-button {
    font-size: 1.4rem;
    width: 288px;
    height: 48px;
    opacity: 1;
    transition: 0.5s;
  }
  #container.page section .inner .pager-infinite #more-button:after {
    content: "";
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border-top: 2px solid hsl(0, 0%, 100%);
    border-right: 2px solid hsl(0, 0%, 100%);
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: 50%;
    z-index: 9;
    right: 4vw;
    transform-origin: center center;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
  }
  #container.page section .inner .pager-infinite #more-button:hover {
    opacity: 0.6;
  }
  #container.page section .inner .content {
    width: 100%;
    max-width: 1000px;
  }
  #container.page section .inner.aside_inner aside,
  #container.page section .inner.aside_inner .content, #container.page section .inner.form_inner aside,
  #container.page section .inner.form_inner .content, #container.page section .inner.section_inner aside,
  #container.page section .inner.section_inner .content {
    grid-column: 2/3;
  }
  #container.page section .inner.form_inner .content h2.page_title, #container.page section .inner.section_inner .content h2.page_title {
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto 48px;
  }
  #container.page section .inner.form_inner .content h2.page_title span.txt, #container.page section .inner.section_inner .content h2.page_title span.txt {
    height: 34px;
  }
  #container.page section .inner.form_inner .content h2.page_title span.txt_2, #container.page section .inner.section_inner .content h2.page_title span.txt_2 {
    font-size: 3.2rem;
  }
  #container.page section .inner.form_inner .content h2.h2_1, #container.page section .inner.section_inner .content h2.h2_1 {
    /*
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto size_px(3);

    span{

        &.txt{
            height: 34px;
        }
        &.txt_2{
            font-size: 3.2rem;
        }
    }
    */
  }
  #container.page section .inner.form_inner .content h2.h2_1 span.txt, #container.page section .inner.section_inner .content h2.h2_1 span.txt {
    font-size: 2.8rem;
  }
  #container.page section .inner.form_inner .content h2.h2_2 span.txt, #container.page section .inner.section_inner .content h2.h2_2 span.txt {
    font-size: 2.4rem;
  }
  #container.page section .inner.section_inner .content {
    margin: 0;
    /* -------------------------------------
        main
    ------------------------------------- */
    /* -------------------------------------
       lead
    */
    /* -------------------------------------
        link
    ------------------------------------- */
  }
  #container.page section .inner.section_inner .content.title_page {
    max-width: none;
    padding: 48px 0 16px;
  }
  #container.page section .inner.section_inner .content.title_page h2.page_title {
    font-size: 1.8rem;
    width: 100%;
    margin: 0 auto 48px;
  }
  #container.page section .inner.section_inner .content.title_page h2.page_title span.txt {
    height: 34px;
  }
  #container.page section .inner.section_inner .content.title_page h2.page_title span.txt_2 {
    font-size: 3.2rem;
  }
  #container.page section .inner.section_inner .content.title_page.imagefull {
    font-size: 1.8rem;
    width: 100vw;
    width: 100dvw;
    width: calc(var(--vw) * 100);
    max-width: none;
    margin: 0 0 48px;
    position: relative;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    box-sizing: border-box;
  }
  #container.page section .inner.section_inner .content.title_page.imagefull figure {
    aspect-ratio: inherit;
  }
  #container.page section .inner.section_inner .content.title_page.imagefull h2.page_title {
    padding: 0 80px;
    box-sizing: border-box;
  }
  #container.page section .inner.section_inner .content.title_page.imagefull h2.page_title span.txt_2 {
    font-size: 3.2rem;
    width: 100%;
    max-width: 900px;
  }
  #container.page section .inner.section_inner .content.title_page.imagefull .nav_txt {
    grid-row: 2;
    grid-column: 1;
  }
  #container.page section .inner.section_inner .content.lead .item figure {
    height: 512px;
    padding: 0 0 32px;
  }
  #container.page section .inner.section_inner .content.lead .item p.lead {
    display: block;
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
    margin: 0 auto;
  }
  #container.page section .inner.section_inner .content.lead .item .float_c {
    width: 100%;
    padding: 16px 0 64px;
  }
  #container.page section .inner.section_inner .content .h4_1,
  #container.page section .inner.section_inner .content .linitial_title {
    width: 100%;
    margin: 0 0 10px 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.num,
  #container.page section .inner.section_inner .content .linitial_title span.num {
    font-size: 9rem;
    font-weight: 300;
    line-height: 1;
    margin: 0 16px 0 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.num.circle,
  #container.page section .inner.section_inner .content .linitial_title span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page section .inner.section_inner .content .h4_1 span.txt,
  #container.page section .inner.section_inner .content .linitial_title span.txt {
    font-size: 2.4rem;
    margin: 0.5em 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline,
  #container.page section .inner.section_inner .content .linitial_title.underline {
    margin: 0 0 30px 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline span.num,
  #container.page section .inner.section_inner .content .linitial_title.underline span.num {
    font-size: 9rem;
    margin: 0 2.5rem -0.15em 0;
  }
  #container.page section .inner.section_inner .content .h4_1.underline span.num.circle,
  #container.page section .inner.section_inner .content .linitial_title.underline span.num.circle {
    font-size: 5.5rem;
    width: 7rem;
    height: 7rem;
    padding: 0.15em 0 0 0;
  }
  #container.page section .inner.section_inner .content ul {
    margin: 0 0 1em;
  }
  #container.page section .inner.section_inner .content table.base {
    display: block;
    width: 100%;
    margin: 16px auto;
    border-left: 1px solid #DCDEDF;
    border-right: 1px solid #DCDEDF;
  }
  #container.page section .inner.section_inner .content table.base tbody {
    display: block;
    width: 100%;
  }
  #container.page section .inner.section_inner .content table.base tr {
    display: grid;
    grid-template-columns: 2.8fr 7.2fr;
    width: 100%;
  }
  #container.page section .inner.section_inner .content table.base th,
  #container.page section .inner.section_inner .content table.base td {
    border-bottom: 1px solid #DCDEDF;
  }
  #container.page section .inner.section_inner .content table.base th {
    padding: 1em 1.5em;
    background: #F8F6F1;
    border-right: 1px solid #DCDEDF;
  }
  #container.page section .inner.section_inner .content table.base td {
    padding: 1em 1.5em;
  }
  #container.page section .inner.section_inner .content table.base td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #container.page section .inner.section_inner .content .link {
    font-size: 1.4rem;
    margin: 48px auto 0;
    margin: 16px auto 0;
  }
  #container.page section .inner.section_inner .content .link span {
    width: 180px;
    height: 32px;
    cursor: pointer;
  }
  #container.page section .inner.section_inner .content .link span:after {
    width: 6px;
    height: 6px;
    right: 16px;
  }
  /* -------------------------------------
      footer
  ------------------------------------- */
  #footer {
    width: 100%;
    padding: 64px 0;
    /* -------------------------------------
       pagetop
    ------------------------------------- */
    /* -------------------------------------
       aside
    ------------------------------------- */
  }
  #footer #pagetop {
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 50px;
  }
  #footer #pagetop .inner {
    width: 100%;
  }
  #footer #pagetop .inner a,
  #footer #pagetop .inner a:link {
    width: 60px;
    height: 60px;
    margin: 0;
    box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 30px;
    bottom: 0;
  }
  #footer #pagetop .inner a:after,
  #footer #pagetop .inner a:link:after {
    width: 20px;
    height: 20px;
    border-top: 1px solid #535D60;
    border-right: 1px solid #535D60;
    transform: translateY(6px) rotate(-45deg);
  }
  #footer aside {
    /* -------------------------------------
       aside_1
    */
  }
  #footer aside.aside_1 {
    width: 100%;
    padding: 0;
  }
  #footer aside.aside_1 .inner {
    display: grid;
    grid-template-columns: 300px 1fr 680px;
    max-width: 1000px;
    margin: 0 auto;
  }
  #footer aside.aside_1 .inner .content.content_1 {
    grid-column: 1;
    padding-top: 32px;
  }
  #footer aside.aside_1 .inner .content.content_1 .site_title span.img {
    width: 200px;
    margin: 0;
  }
  #footer aside.aside_1 .inner .content.content_1 nav {
    width: 200px;
    margin: 30px 0;
  }
  #footer aside.aside_1 .inner .content.content_1 nav ul {
    display: grid;
    grid-template-columns: repeat(4, 30px);
    column-gap: 16px;
    justify-content: center;
  }
  #footer aside.aside_1 .inner .content.content_1 nav ul a:hover {
    animation: motion-btn-updw 1s ease-in-out 0s forwards;
  }
  #footer aside.aside_1 .inner .content.content_1 small {
    width: 200px;
    margin: 0;
  }
  #footer aside.aside_1 .inner .content.content_2 {
    grid-column: 3;
    margin: 0;
  }
  #footer aside.aside_1 .inner .content.content_2 nav {
    display: grid;
    grid-template-columns: repeat(3, auto);
    line-height: 1.2;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul {
    list-style: none;
    padding: 0;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li {
    white-space: nowrap;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:link,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li .txt {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    font-family: YakuHanMP, "Noto Serif JP", "Hiragino Mincho ProN", "BIZ UDMincho", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
    font-weight: bold;
    font-weight: 500;
    font-feature-settings: "palt";
    letter-spacing: 0.075em;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5em 0;
    position: relative;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:before,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:link:before,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li .txt:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    margin-right: 0.5em;
    /* border-top: 1px solid hsl(0, 0%, 0%);
    border-right: 1px solid hsl(0, 0%, 0%); */
    box-sizing: border-box;
    transform: translateY(0.05em) rotate(45deg);
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a.level_1,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:link.level_1,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li .txt.level_1 {
    padding-left: 1em;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a.level_1:before,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:link.level_1:before,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li .txt.level_1:before {
    width: 4px;
    height: 4px;
    background: #535D60;
    border: none;
    border-radius: 50%;
    transform: none;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a.level_2,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:link.level_2,
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li .txt.level_2 {
    padding-left: 2em;
  }
  #footer aside.aside_1 .inner .content.content_2 nav .item ul li a:hover {
    text-decoration: underline;
  }
}
@media screen and (min-width: 900px) {
  #container #header {
    grid-template-columns: minmax(140px, 380px) 1fr 150px;
  }
  #container #header .content.main #b_openmenu {
    width: 150px;
  }
  #container #header .content.main #b_openmenu .icon {
    width: 50px;
  }
  #container #header .content.menu .menu_2 nav ul {
    column-gap: 32px;
  }
  #container aside.banner_3 .inner .content ul {
    column-gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  #container.page section {
    padding: 0 112px;
  }
}
@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #article section .inner.form_inner {
    padding: 0 0 48px;
    /* -------------------------------------
        content
    ------------------------------------- */
  }
  #article section .inner.form_inner .content {
    /* -------------------------------------
        form_header
    */
    /* -------------------------------------
        form
    */
  }
  #article section .inner.form_inner .content.form_header {
    width: 100%;
    margin: 32px auto 0;
  }
  #article section .inner.form_inner .content.form_header.border-top {
    padding: 64px 0 0;
    margin: 64px auto 0;
  }
  #article section .inner.form_inner .content.form_header h2.h2_2 {
    width: 100%;
    margin: 0 auto 48px;
  }
  #article section .inner.form_inner .content.form_header h2.h2_2 span {
    letter-spacing: 0.2em;
  }
  #article section .inner.form_inner .content.form_header h2.h2_2 span.txt {
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form_header h2.h2_2 span.txt_2 {
    font-size: 3rem;
  }
  #article section .inner.form_inner .content.form_header h3.h3_3 {
    margin: 0 0 32px;
  }
  #article section .inner.form_inner .content.form_header h3.h3_3 span i {
    width: 20px;
    margin: 0 16px 0 0;
  }
  #article section .inner.form_inner .content.form_header h3.h3_3 span.txt {
    font-size: 1.8rem;
    height: 48px;
    border-radius: 24px;
  }
  #article section .inner.form_inner .content.form_header h4.h4_2 {
    padding: 0 16px;
  }
  #article section .inner.form_inner .content.form_header h4.h4_2 span {
    letter-spacing: 0.2em;
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form_header h4.h4_2 span.txt_2 {
    font-size: 2.4rem;
    margin: 4px auto 0;
  }
  #article section .inner.form_inner .content.form_header p {
    padding: 0 16px;
  }
  #article section .inner.form_inner .content.form_header p.lead {
    word-break: keep-all;
    font-size: 1.8rem;
    text-align: left;
    width: 100%;
  }
  #article section .inner.form_inner .content.form_header p.tel {
    margin: 16px 0 0;
  }
  #article section .inner.form_inner .content.form_header p.tel i {
    width: 28px;
    margin: 0 8px 0 0;
  }
  #article section .inner.form_inner .content.form_header p.tel .tellink {
    font-size: 2.4rem;
  }
  #article section .inner.form_inner .content.form_header .item {
    width: 100%;
    margin: 0 auto 48px;
  }
  #article section .inner.form_inner .content.form_header .item:nth-of-type(1) h3.h3_3 span.txt {
    width: 280px;
  }
  #article section .inner.form_inner .content.form_header .item:nth-of-type(2) h3.h3_3 span.txt {
    width: 340px;
  }
  #article section .inner.form_inner .content.form {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
  }
  #article section .inner.form_inner .content.form h3.h3_1.wpcf7c-elm-step2 {
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form h3.h3_1 {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  #article section .inner.form_inner .content.form h3.h3_1 span {
    display: inline-block;
  }
  #article section .inner.form_inner .content.form h3.h3_1 span.txt strong {
    font-size: 1.8rem;
  }
  #article section .inner.form_inner .content.form .item {
    display: flex;
    justify-content: center;
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #article section .inner {
    /* -------------------------------------
       form
    */
  }
  #article section .inner form {
    /* alert-text */
    /* alert-messege */
  }
  #article section .inner form.wpcf7-form {
    margin: 16px auto 0;
  }
  #article section .inner form.wpcf7-form.custom-wpcf7cp-confirm {
    margin: 80px auto 0;
  }
  #article section .inner form.wpcf7-form.custom-wpcf7cp-confirm .wpcf7c-cfm-tit {
    width: 100%;
    top: -40px;
  }
  #article section .inner form.wpcf7-form.invalid {
    margin: 64px auto 0;
  }
  #article section .inner form.wpcf7-form .wpcf7-response-output {
    width: 1000px;
    top: -40px;
  }
  #article section .inner form .h2_1 {
    margin: 0 auto 32px;
  }
  #article section .inner form .thanks {
    width: 100%;
  }
  #article section .inner form .imperative2 {
    line-height: 1.5;
    padding: 0 16px 0 0;
    margin: 8px 0 0;
  }
  #article section .inner form .confirm {
    width: 940px;
    padding: 12px 0 !important;
    margin: 32px auto 32px;
  }
  #article section .inner form .wpcf7-form-control-wrap {
    display: block;
  }
  #article section .inner form table {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner form table th,
  #article section .inner form table td {
    display: table-cell;
    font-size: 1.4rem;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    box-sizing: border-box;
  }
  #article section .inner form table th {
    font-weight: bold;
    width: 200px;
    padding: 30px 0 30px 1.5em;
  }
  #article section .inner form table td {
    vertical-align: middle;
    width: 800px;
    padding: 30px 30px;
    margin: 0;
    background: hsl(0, 0%, 95%);
    overflow: hidden;
  }
  #article section .inner form table td .horizontal-item + .horizontal-item {
    margin-left: 16px;
  }
  #article section .inner form table td .wpcf7-form-control-wrap {
    margin: 0 0.5rem 0;
  }
  #article section .inner form table td .wpcf7-list-item {
    width: 100%;
  }
  #article section .inner form table td .wpcf7-checkbox label span::before,
  #article section .inner form table td .wpcf7-radio label span::before {
    width: 20px;
    height: 20px;
    margin: 0 16px 0 0;
    border: 2px solid hsl(0, 0%, 80%);
  }
  #article section .inner form table td .wpcf7-checkbox label input[type=checkbox],
  #article section .inner form table td .wpcf7-checkbox label input[type=radio],
  #article section .inner form table td .wpcf7-radio label input[type=checkbox],
  #article section .inner form table td .wpcf7-radio label input[type=radio] {
    top: 10px;
    left: 13px;
  }
  #article section .inner form table td .wpcf7-checkbox label span::before {
    border-radius: 3px;
  }
  #article section .inner form table td .wpcf7-checkbox label span::after {
    width: 13px;
    height: 8px;
    border-left: 2px solid hsl(0, 0%, 40%);
    border-bottom: 2px solid hsl(0, 0%, 40%);
    top: 6px;
    left: 12px;
  }
  #article section .inner form table td .wpcf7-radio label span::after {
    width: 10px;
    height: 10px;
    top: 7px;
    left: 12px;
  }
  #article section .inner form table td .float p {
    width: 100%;
  }
  #article section .inner form table td .float .wpcf7-list-item {
    width: auto;
  }
  #article section .inner form table td .float select.size80, #article section .inner form table td .float select.size70, #article section .inner form table td .float select.size60, #article section .inner form table td .float select.size50, #article section .inner form table td .float select.size40, #article section .inner form table td .float select.size30, #article section .inner form table td .float select.size20,
  #article section .inner form table td .float input[type=text].size80,
  #article section .inner form table td .float input[type=text].size70,
  #article section .inner form table td .float input[type=text].size60,
  #article section .inner form table td .float input[type=text].size50,
  #article section .inner form table td .float input[type=text].size40,
  #article section .inner form table td .float input[type=text].size30,
  #article section .inner form table td .float input[type=text].size20,
  #article section .inner form table td .float input[type=number].size80,
  #article section .inner form table td .float input[type=number].size70,
  #article section .inner form table td .float input[type=number].size60,
  #article section .inner form table td .float input[type=number].size50,
  #article section .inner form table td .float input[type=number].size40,
  #article section .inner form table td .float input[type=number].size30,
  #article section .inner form table td .float input[type=number].size20,
  #article section .inner form table td .float input[type=email].size80,
  #article section .inner form table td .float input[type=email].size70,
  #article section .inner form table td .float input[type=email].size60,
  #article section .inner form table td .float input[type=email].size50,
  #article section .inner form table td .float input[type=email].size40,
  #article section .inner form table td .float input[type=email].size30,
  #article section .inner form table td .float input[type=email].size20,
  #article section .inner form table td .float input[type=tel].size80,
  #article section .inner form table td .float input[type=tel].size70,
  #article section .inner form table td .float input[type=tel].size60,
  #article section .inner form table td .float input[type=tel].size50,
  #article section .inner form table td .float input[type=tel].size40,
  #article section .inner form table td .float input[type=tel].size30,
  #article section .inner form table td .float input[type=tel].size20,
  #article section .inner form table td .float input[type=date].size80,
  #article section .inner form table td .float input[type=date].size70,
  #article section .inner form table td .float input[type=date].size60,
  #article section .inner form table td .float input[type=date].size50,
  #article section .inner form table td .float input[type=date].size40,
  #article section .inner form table td .float input[type=date].size30,
  #article section .inner form table td .float input[type=date].size20,
  #article section .inner form table td .float textarea.size80,
  #article section .inner form table td .float textarea.size70,
  #article section .inner form table td .float textarea.size60,
  #article section .inner form table td .float textarea.size50,
  #article section .inner form table td .float textarea.size40,
  #article section .inner form table td .float textarea.size30,
  #article section .inner form table td .float textarea.size20 {
    width: 100%;
  }
  #article section .inner form table td p {
    margin: 0;
  }
  #article section .inner form table td ul {
    padding: 0 3em 0 0;
    float: left;
  }
  #article section .inner form .button_area {
    padding: 40px 0 0 0;
    margin: 0 auto;
  }
  #article section .inner form .button_area p {
    padding: 0;
  }
  #article section .inner form .consent {
    margin: 0 auto;
  }
  #article section .inner form .consent p.notice {
    margin: 0 auto 10px;
  }
  #article section .inner form p.privacy {
    width: 780px;
    margin: 50px auto 0;
  }
  #article section .inner form p.privacy strong {
    margin: 0 0 10px;
  }
  #article section .inner form select,
  #article section .inner form input[type=text],
  #article section .inner form input[type=number],
  #article section .inner form input[type=email],
  #article section .inner form input[type=tel],
  #article section .inner form input[type=date],
  #article section .inner form textarea {
    padding: 0.75em 1em 0.5em 1em;
  }
  #article section .inner form select.size80,
  #article section .inner form input[type=text].size80,
  #article section .inner form input[type=number].size80,
  #article section .inner form input[type=email].size80,
  #article section .inner form input[type=tel].size80,
  #article section .inner form input[type=date].size80,
  #article section .inner form textarea.size80 {
    width: 80%;
  }
  #article section .inner form select.size70,
  #article section .inner form input[type=text].size70,
  #article section .inner form input[type=number].size70,
  #article section .inner form input[type=email].size70,
  #article section .inner form input[type=tel].size70,
  #article section .inner form input[type=date].size70,
  #article section .inner form textarea.size70 {
    width: 70%;
  }
  #article section .inner form select.size60,
  #article section .inner form input[type=text].size60,
  #article section .inner form input[type=number].size60,
  #article section .inner form input[type=email].size60,
  #article section .inner form input[type=tel].size60,
  #article section .inner form input[type=date].size60,
  #article section .inner form textarea.size60 {
    width: 60%;
  }
  #article section .inner form select.size50,
  #article section .inner form input[type=text].size50,
  #article section .inner form input[type=number].size50,
  #article section .inner form input[type=email].size50,
  #article section .inner form input[type=tel].size50,
  #article section .inner form input[type=date].size50,
  #article section .inner form textarea.size50 {
    width: 50%;
  }
  #article section .inner form select.size40,
  #article section .inner form input[type=text].size40,
  #article section .inner form input[type=number].size40,
  #article section .inner form input[type=email].size40,
  #article section .inner form input[type=tel].size40,
  #article section .inner form input[type=date].size40,
  #article section .inner form textarea.size40 {
    width: 40%;
  }
  #article section .inner form select.size30,
  #article section .inner form input[type=text].size30,
  #article section .inner form input[type=number].size30,
  #article section .inner form input[type=email].size30,
  #article section .inner form input[type=tel].size30,
  #article section .inner form input[type=date].size30,
  #article section .inner form textarea.size30 {
    width: 30%;
  }
  #article section .inner form select.size20,
  #article section .inner form input[type=text].size20,
  #article section .inner form input[type=number].size20,
  #article section .inner form input[type=email].size20,
  #article section .inner form input[type=tel].size20,
  #article section .inner form input[type=date].size20,
  #article section .inner form textarea.size20 {
    width: 20%;
  }
  #article section .inner form select {
    padding: 0.75em 1em 0.75em 1em;
  }
  #article section .inner form .btn_reset,
  #article section .inner form input[type=submit],
  #article section .inner form input[type=reset],
  #article section .inner form input[type=button],
  #article section .inner form button[type=button] {
    line-height: 1;
    height: 80px;
    border-radius: 40px;
    transition: 0.5s;
  }
  #article section .inner form .btn_reset:hover,
  #article section .inner form input[type=submit]:hover,
  #article section .inner form input[type=reset]:hover,
  #article section .inner form input[type=button]:hover,
  #article section .inner form button[type=button]:hover {
    opacity: 0.6;
  }
  #article section .inner form input[type=submit] {
    font-size: 1.8rem;
    width: 288px;
    margin: 20px auto 0;
  }
  #article section .inner form .btn_reset,
  #article section .inner form input[type=reset],
  #article section .inner form input[type=button],
  #article section .inner form input.b_back,
  #article section .inner form button[type=button] {
    font-size: 1.4rem;
    width: 200px;
    height: 60px;
    margin: 10px auto 0;
  }
  #article section .inner form .wpcf7-validation-errors {
    color: #f00;
    text-align: center;
    width: 790px;
    padding: 0;
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 0;
  }
  #article section .inner #wpcf7cpcnf table {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid hsl(0, 0%, 80%);
  }
  #article section .inner #wpcf7cpcnf table th,
  #article section .inner #wpcf7cpcnf table td {
    display: table-cell;
    font-size: 1.4rem;
    border-bottom: 1px solid hsl(0, 0%, 80%);
    box-sizing: border-box;
  }
  #article section .inner #wpcf7cpcnf table th {
    font-weight: bold;
    width: 200px;
    padding: 30px 0 30px 1.5em;
  }
  #article section .inner #wpcf7cpcnf table td {
    width: 800px;
    padding: 30px 30px;
    margin: 0;
    background: hsl(0, 0%, 95%);
    overflow: hidden;
  }
  #article section .inner #wpcf7cpcnf table td p {
    margin: 0;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns button {
    transition: 0.5s;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns button:hover {
    opacity: 0.6;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-submit-btn {
    width: 260px;
  }
  #article section .inner #wpcf7cpcnf .wpcf7cp-btns .wpcf7cp-cfm-edit-btn {
    width: 200px;
    margin: 40px auto 0;
  }



}



/*NEWアイコン、契約済みフラグ*/

.postimg {
  position: relative;
}
.postimg .soldout{
    position: absolute;
    color: rgb(255, 0, 0);
    top: 10vw;
    left: 16vw;
    font-size: xxx-large;
    border: 1px solid red;
    /* transform: rotate(-35deg) translate(-24px, 10px); */
    z-index: 999;
}
.postimg .newimg{
        position: absolute;
    color: rgb(255, 255, 255);
    top: 5%;
    border-radius: 4%;
    left: 3%;
    padding: 1% 3%;
    font-size: small;
    background-color: red;
    z-index: 999;
}
.example img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*footer*/
.footer {
  padding: 48px 28px 42px
}

@media (max-width: 767px) {
  .footer {
    padding: 60px 28px 22px
  }
}

.footer__btn {
  /* background: #e4dcd0; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 104px;
  margin: 0 auto;
  position: relative
}

@media (max-width: 767px) {
  .footer__btn {
    height: 74px
  }
}

.footer__btn::before {
  content: "";
  position: absolute;
  /* background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='24' viewBox='0 0 140 24'%3E%3Cg id='Group_2' data-name='Group 2' transform='translate(-77 -28.952)'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(77 28.952)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M195.663,30.138a.666.666,0,0,1,.237.041.612.612,0,0,1,.185.122.533.533,0,0,1,.156.389.612.612,0,0,1-.072.311.5.5,0,0,1-.244.2v0a.317.317,0,0,1,.132.069.279.279,0,0,1,.088.107.587.587,0,0,1,.053.144c.007.05.013.1.018.148,0,.035,0,.07.006.116l.009.125a1.372,1.372,0,0,0,.027.135.2.2,0,0,0,.046.1h-.441a.671.671,0,0,1-.049-.231c-.007-.087-.016-.174-.023-.251a.407.407,0,0,0-.095-.232.322.322,0,0,0-.237-.074h-.442v.788h-.442V30.138Zm-.169.91a.372.372,0,0,0,.234-.069.371.371,0,0,0,0-.431.372.372,0,0,0-.234-.067h-.477v.567Z' transform='translate(-57.418 -28.748)' fill='%23161619'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M193.566,31.266a1.91,1.91,0,1,0,1.906-1.915,1.91,1.91,0,0,0-1.906,1.915m.254,0a1.653,1.653,0,1,1,1.652,1.647,1.652,1.652,0,0,1-1.652-1.647' transform='translate(-57.592 -28.883)' fill='%23161619'/%3E%3Crect id='Rectangle_16651' data-name='Rectangle 16651' width='9.332' height='23.265' transform='translate(0 0.375)' fill='%23161619'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M86.608,40.91V35.446a18.378,18.378,0,0,1,8.959-2.157c3.175,0,5.523.681,7.024,2.032s2.265,3.439,2.265,6.232V51.605H95.534v-1.36A7.514,7.514,0,0,1,91,51.753a4.8,4.8,0,0,1-3.467-1.337A4.567,4.567,0,0,1,86.14,47a4.778,4.778,0,0,1,1.719-3.81,6.636,6.636,0,0,1,4.488-1.469,12.1,12.1,0,0,1,3.188.416,2.3,2.3,0,0,0-.978-1.973,4.487,4.487,0,0,0-2.7-.714,10.933,10.933,0,0,0-5.245,1.455m8.927,6.681V45.046a5.007,5.007,0,0,0-1.518-.27,1.988,1.988,0,0,0-1.36.428,1.432,1.432,0,0,0-.517,1.149,1.6,1.6,0,0,0,.551,1.238,2.046,2.046,0,0,0,1.4.5,2.2,2.2,0,0,0,1.443-.5' transform='translate(-75.425 -27.964)' fill='%23161619'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M129.991,31.412l-4.264,8.2a12.391,12.391,0,0,0-4.133-.65q-3.241,0-3.241,1.788a1.475,1.475,0,0,0,.9,1.331,5.73,5.73,0,0,0,2.587.48,8.613,8.613,0,0,0,3.886-.828l4.264,8.813a16.046,16.046,0,0,1-4.365,1.754,19.987,19.987,0,0,1-4.909.65,12.748,12.748,0,0,1-9.342-3.418,11.316,11.316,0,0,1-3.483-8.427,11.5,11.5,0,0,1,3.629-8.72,12.8,12.8,0,0,1,9.2-3.436,19.59,19.59,0,0,1,4.987.667,13.891,13.891,0,0,1,4.286,1.793' transform='translate(-71.885 -28.952)' fill='%23161619'/%3E%3Cpath id='Path_5' data-name='Path 5' d='M136.929,52.538h-10.2l8-23.265h14.526l8,23.265H147.068l-1.34-3.939h-7.473Zm3.181-9.421h3.77l-1.888-5.782Z' transform='translate(-68.791 -28.897)' fill='%23161619'/%3E%3Cpath id='Path_6' data-name='Path 6' d='M174.6,30.5l-2.536,7.341c-1.655-2.262-3.563-3.4-5.724-3.4-1.193,0-1.794.455-1.794,1.364a1.185,1.185,0,0,0,.573.874,15.59,15.59,0,0,0,2.959,1.383,29.154,29.154,0,0,1,4.072,1.915,5.82,5.82,0,0,1,2.137,2.191A6.7,6.7,0,0,1,175,45.293a6.542,6.542,0,0,1-2.811,5.712c-1.871,1.3-4.615,1.947-8.249,1.947a28.421,28.421,0,0,1-10.528-1.75l2.483-7.773a8.659,8.659,0,0,0,2.7,2.713,5.845,5.845,0,0,0,3.079,1.005,1.954,1.954,0,0,0,1.218-.383,1.161,1.161,0,0,0,.491-.932,1.385,1.385,0,0,0-.477-.991,9.822,9.822,0,0,0-2.512-1.309,25.367,25.367,0,0,1-3.042-1.447,6.774,6.774,0,0,1-2.1-2.027,5.771,5.771,0,0,1-.884-3.305,6.68,6.68,0,0,1,2.79-5.838q2.789-1.966,8.233-1.962A26.947,26.947,0,0,1,174.6,30.5' transform='translate(-64.345 -28.952)' fill='%23161619'/%3E%3Cpath id='Path_7' data-name='Path 7' d='M181.169,52.538H170.963l8-23.265h14.528l8,23.265H191.3L189.983,48.6H182.5Zm3.187-9.421h3.767l-1.881-5.782Z' transform='translate(-61.489 -28.897)' fill='%23161619'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") center/contain no-repeat; */
  width: 140px;
  height: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

@media (max-width: 767px) {
  .footer__btn::before {
    width: 100px;
    height: 17px
  }
}

/* .footer__btn::after {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml,%3Csvg id='Group_3' data-name='Group 3' xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_9' data-name='Path 9' d='M96,0V14.43h14.43V0Zm13.042,13.042H97.387V1.387h11.655Z' transform='translate(-92.67)'/%3E%3Cpath id='Path_10' data-name='Path 10' d='M1.387,109.042V96H0v14.43H14.43v-1.387H1.387Z' transform='translate(0 -92.67)'/%3E%3Cpath id='Path_11' data-name='Path 11' d='M205.512,133.145l4.088-4.088V132h1.387v-5.31h-5.31v1.387h2.941l-4.088,4.088Z' transform='translate(-197.436 -122.294)'/%3E%3C/svg%3E%0A") center/contain no-repeat;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 26px;
  transform: translateY(-50%)
} */

@media (max-width: 767px) {
  .footer__btn::after {
    width: 13px;
    height: 13px;
    right: 18px
  }
}

.footer__directory {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 25px 0 18px;
  max-width: 666px;
  margin: 0 auto;
  justify-content: space-between
}

@media (max-width: 767px) {
  .footer__directory {
    padding-top: 30px;
    flex-wrap: wrap;
    max-width: 450px
  }
}

.footer__directory li {
  display: flex;
  justify-content: center;
  width: 166px;
  position: relative
}

@media (max-width: 767px) {
  .footer__directory li {
    width: auto;
    padding: 0 12px;
    text-align: center;
    width: 100%;
    max-width: auto
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .footer__directory li {
    padding: 0 5px;
    text-align: center
  }
}

@media only screen and (max-width: 767px) {
  .footer__directory li {
    width: 25%;
    padding: 0 5px
  }
}

@media only screen and (max-width: 374px) {
  .footer__directory li {
    padding: 0 5px;
    font-size: 13px;
    width: 25%
  }
}

.footer__directory li:first-child {
  width: 100%;
  white-space: nowrap;
  text-align: center
}

@media (max-width: 767px) {
  .footer__directory li:first-child {
    width: 100%
  }
}

.footer__directory li:first-child::before {
  display: none
}

.footer__directory li:first-child a {
  white-space: nowrap;
  display: inline-block;
  width: 100%
}

@media (max-width: 767px) {
  .footer__directory li:first-child a {
    white-space: normal;
    text-align: center;
    margin-bottom: 22px
  }
}

.footer__directory li:first-child a .number {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 66px;
  letter-spacing: .05em;
  font-weight: bold;
  /* font-family: "Barlow Condensed", sans-serif */
}

@media (max-width: 767px) {
  .footer__directory li:first-child a .number {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 42px;
    width: 100%
  }
}

.footer__directory li:first-child a .number .lb {
  font-size: 19px;
font-size: 1.6rem;
    margin-right: 10px;
}

@media (max-width: 767px) {
  .footer__directory li:first-child a .number .lb {
    font-size: 17px;
    font-size: 1.7rem;
    margin-right: 2px
  }
}

.footer__directory li:first-child a .time {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 100;
  position: relative;
  top: -4px;
  padding-left: 7px
}

@media (max-width: 767px) {
  .footer__directory li:first-child a .time {
    left: -5px
  }
}

.footer__directory li:first-child a.footer__tel p {
  display: inline-block
}

/* .footer__directory li:last-child::after {
  content: "";
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 15px;
  top: 50%;
  right: 0;
  transform: translateY(-50%)
} */

.footer__directory li::before {
  content: "";
  position: absolute;
  background: currentColor;
  width: 2px;
  height: 15px;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.footer__directory li .link {
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.0625;
  letter-spacing: .005em;
  font-weight: 700;
  align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .footer__directory li .link {
    font-size: 1.7vw
  }
}

@media (max-width: 767px) {
  .footer__directory li .link {
    font-size: 11px;
    font-size: 1.1rem
  }
}

@media only screen and (max-width: 374px) {
  .footer__directory li .link {
    font-size: 2.2vw
  }
}

.footer__copyright {
  font-size: 10px;
  font-size: 1rem;
  line-height: 3.8;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center
}

/*吹き出し１開始（女性ピンク）*/
.fukidashi1 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.fukidashi1 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
    text-align: center; /* ← 中央寄せ */

}

.fukidashi1 .faceicon img{
  width: 100%;
  height: auto;
  /* border: solid 3px hwb(323 91% 0%); */
  border-radius: 50%;
}

.fukidashi1 .chatting {
  width: 100%;
}

.fukidashi1-says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: hwb(323 91% 0%);
}

.fukidashi1-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid hwb(323 91% 0%);
}

.fukidashi1-says p {
  margin: 0;
  padding: 0;
}

.fukidashi1 .faceicon .name {
  font-size: 0.8em;     /* 文字を少し小さく */
  margin-top: 5px;      /* 画像との間に少し余白 */
  color: #555;          /* 少し落ち着いた文字色 */
}
/*吹き出し１終了*/

/*吹き出し２開始（男性青）*/
.fukidashi2 {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.fukidashi2 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
    text-align: center; /* ← 中央寄せ */

}

.fukidashi2 .faceicon img{
  width: 100%;
  height: auto;
  /* border: solid 3px hwb(323 91% 0%); */
  border-radius: 50%;
}

.fukidashi2 .chatting {
  width: 100%;
}

.fukidashi2-says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: hwb(220.14deg 93.02% 0%);
}

.fukidashi2-says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid hwb(220.14deg 93.02% 0%);
}

.fukidashi2-says p {
  margin: 0;
  padding: 0;
}
.fukidashi2 .faceicon .name {
  font-size: 0.8em;     /* 文字を少し小さく */
  margin-top: 5px;      /* 画像との間に少し余白 */
  color: #555;          /* 少し落ち着いた文字色 */
}

/*吹き出し２終了*/

@media screen and (min-width: 768px) {


	/*NEWアイコン、契約済みフラグ*/

.postimg {
  position: relative;
}
.postimg .soldout{
    position: absolute;
    color: rgb(255, 0, 0);
    top: 5vw;
    left: 5vw;
    font-size: x-large;
    border: 1px solid red;
    /* transform: rotate(-35deg) translate(-24px, 10px); */
    z-index: 999;
}
}

@media screen and (min-width: 1024px)  {
.postimg {
  position: relative;
}
.postimg .soldout{
    position: absolute;
    color: rgb(255, 0, 0);
    top: 5vw;
    left: 7vw;
    font-size: xx-large;
    border: 1px solid red;
    /* transform: rotate(-35deg) translate(-24px, 10px); */
    z-index: 999;
}
}

@media screen and (min-width: 1290px)  {
.postimg {
  position: relative;
}
.postimg .soldout{
    position: absolute;
    color: rgb(255, 0, 0);
    top: 5vw;
    left: 7vw;
    font-size: xxx-large;
    border: 1px solid red;
    /* transform: rotate(-35deg) translate(-24px, 10px); */
    z-index: 999;
}
}

@media screen and (min-width: 1600px) {


	/*NEWアイコン、契約済みフラグ*/

.postimg {
  position: relative;
}
.postimg .soldout{
    position: absolute;
    color: rgb(255, 0, 0);
    top: 6vw;
    left: 8vw;
    font-size: xxx-large;
    border: 1px solid red;
    /* transform: rotate(-35deg) translate(-24px, 10px); */
    z-index: 999;
}
}