@charset "UTF-8";
:root {
  /* --yugo-minus：line-heightズレ用 フォントファミリーが游ゴシックの場合 1px それ以外 0px*/
  --main_family-minus: 0px;
  --title_family-minus: 0px;
  --yugo-minus: 0px;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 54.69%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 15px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #3D3834;
  background: #fff;
  letter-spacing: 0.085em;
  line-height: 1.75;
}
@media (min-width: 768px) {
  body {
    font-size: 16px;
  }
  body:not(.wp-editor) {
    width: 100%;
    min-width: 1280px;
  }
}

p {
  color: var(--txt_main, #3D3834);
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
}
@media (max-width: 767px) {
  p {
    line-height: 180%;
    letter-spacing: 1.2px;
  }
}

a {
  color: #3D3834;
}

a:hover {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}

*:focus {
  outline: none;
}

.clearfix {
  overflow: hidden;
}
.clearfix:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .clearfix img {
    display: block;
    margin-inline: auto;
  }
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

img,
svg {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a[href^="tel:"] {
  color: #3D3834;
  text-decoration: none;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
input,
textarea,
select,
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0.35em 0.75em;
  width: auto;
}

input[type=submit],
button {
  background: #6E6565;
  border-color: #6E6565;
  color: #fff;
}
input[type=submit]:hover,
button:hover {
  opacity: 0.8;
}

.alignleft,
.alignright,
.aligncenter {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}

@media (min-width: 768px) {
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft {
    float: left;
    margin-right: 30px;
  }
  .alignright {
    float: right;
    margin-left: 30px;
  }
  .alignleft,
  .alignright {
    max-width: 34%;
  }
  .alignleft .w-per10,
  .alignright .w-per10 {
    max-width: 10%;
  }
  .alignleft .w-per12,
  .alignright .w-per12 {
    max-width: 12%;
  }
  .alignleft .w-per14,
  .alignright .w-per14 {
    max-width: 14%;
  }
  .alignleft .w-per16,
  .alignright .w-per16 {
    max-width: 16%;
  }
  .alignleft .w-per18,
  .alignright .w-per18 {
    max-width: 18%;
  }
  .alignleft .w-per20,
  .alignright .w-per20 {
    max-width: 20%;
  }
  .alignleft .w-per22,
  .alignright .w-per22 {
    max-width: 22%;
  }
  .alignleft .w-per24,
  .alignright .w-per24 {
    max-width: 24%;
  }
  .alignleft .w-per26,
  .alignright .w-per26 {
    max-width: 26%;
  }
  .alignleft .w-per28,
  .alignright .w-per28 {
    max-width: 28%;
  }
  .alignleft .w-per30,
  .alignright .w-per30 {
    max-width: 30%;
  }
  .alignleft .w-per32,
  .alignright .w-per32 {
    max-width: 32%;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
  .spbasic {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  br.sp,
  span.sp {
    display: inline !important;
  }
  span.br {
    display: inline-block !important;
  }
  span.spdb {
    display: inline-block;
  }
}
@media (min-width: 421px) {
  .spmin {
    display: none !important;
  }
}
@media (max-width: 420px) {
  .spbasic {
    display: none !important;
  }
}
.container,
.gutters,
.mce-content-body {
  max-width: calc(100% - 20px);
  margin-inline: auto;
  width: 1100px;
}
@media (min-width: 768px) {
  .container,
  .gutters,
  .mce-content-body {
    max-width: calc(100% - 20px);
  }
}

.home .mce-content-body {
  max-width: 100%;
  width: 100%;
}

.wrap {
  overflow: hidden;
}
.wrap::after {
  position: fixed;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: env(safe-area-inset-bottom);
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

body.archive .contents, body.single .contents {
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  body.archive .contents, body.single .contents {
    margin-inline: auto;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  body.contents-column-two .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.contents-column-two .contents #main {
    width: 72%;
  }
  body.contents-column-two .contents #aside {
    width: 23.5%;
  }
}

/* Light 300 */
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-Light.woff2") format("woff2"), url("../fonts/NyghtSerif-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-LightItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
/* Regular 400 */
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-Regular.woff2") format("woff2"), url("../fonts/NyghtSerif-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-RegularItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-RegularItalic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* Medium 500 */
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-Medium.woff2") format("woff2"), url("../fonts/NyghtSerif-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-MediumItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
/* Bold 700 */
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-Bold.woff2") format("woff2"), url("../fonts/NyghtSerif-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-BoldItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
/* Dark 900 */
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-Dark.woff2") format("woff2"), url("../fonts/NyghtSerif-Dark.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NyghtSerif";
  src: url("../fonts/NyghtSerif-DarkItalic.woff2") format("woff2"), url("../fonts/NyghtSerif-DarkItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
.page_title_wrap .page_title .sec_span {
  font-family: "NyghtSerif", serif;
  font-weight: 400;
  font-style: italic;
}

@media (max-width: 767px) {
  .row:not(:first-of-type) {
    margin-top: 5%;
  }
  .row:first-of-type {
    margin-top: 0;
  }
  .row .col_2:not(:first-of-type), .row .col_3:not(:first-of-type), .row .col_4:not(:first-of-type), .row .col_5:not(:first-of-type), .row .col_6:not(:first-of-type) {
    margin-top: 30px;
  }
  .row.sp_col_2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_2 .col_2, .row.sp_col_2 .col_3, .row.sp_col_2 .col_4, .row.sp_col_2 .col_5, .row.sp_col_2 .col_6 {
    width: 49%;
    margin-right: 2%;
  }
  .row.sp_col_2 .col_2:not(:first-child), .row.sp_col_2 .col_3:not(:first-child), .row.sp_col_2 .col_4:not(:first-child), .row.sp_col_2 .col_5:not(:first-child), .row.sp_col_2 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_2 .col_2:nth-child(2n), .row.sp_col_2 .col_3:nth-child(2n), .row.sp_col_2 .col_4:nth-child(2n), .row.sp_col_2 .col_5:nth-child(2n), .row.sp_col_2 .col_6:nth-child(2n) {
    margin-right: 0;
  }
  .row.sp_col_2 .col_2:nth-child(n+3), .row.sp_col_2 .col_3:nth-child(n+3), .row.sp_col_2 .col_4:nth-child(n+3), .row.sp_col_2 .col_5:nth-child(n+3), .row.sp_col_2 .col_6:nth-child(n+3) {
    margin-top: 2%;
  }
  .row.sp_col_2 .col_2:last-child, .row.sp_col_2 .col_3:last-child, .row.sp_col_2 .col_4:last-child, .row.sp_col_2 .col_5:last-child, .row.sp_col_2 .col_6:last-child {
    margin-right: 0;
  }
  .row.sp_col_3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row.sp_col_3 .col_2, .row.sp_col_3 .col_3, .row.sp_col_3 .col_4, .row.sp_col_3 .col_5, .row.sp_col_3 .col_6 {
    width: 32%;
    margin-right: 2%;
  }
  .row.sp_col_3 .col_2:not(:first-child), .row.sp_col_3 .col_3:not(:first-child), .row.sp_col_3 .col_4:not(:first-child), .row.sp_col_3 .col_5:not(:first-child), .row.sp_col_3 .col_6:not(:first-child) {
    margin-top: 0;
  }
  .row.sp_col_3 .col_2:nth-child(3n), .row.sp_col_3 .col_3:nth-child(3n), .row.sp_col_3 .col_4:nth-child(3n), .row.sp_col_3 .col_5:nth-child(3n), .row.sp_col_3 .col_6:nth-child(3n) {
    margin-right: 0;
  }
  .row.sp_col_3 .col_2:nth-child(n+4), .row.sp_col_3 .col_3:nth-child(n+4), .row.sp_col_3 .col_4:nth-child(n+4), .row.sp_col_3 .col_5:nth-child(n+4), .row.sp_col_3 .col_6:nth-child(n+4) {
    margin-top: 2%;
  }
  .row.sp_col_3 .col_2:last-child, .row.sp_col_3 .col_3:last-child, .row.sp_col_3 .col_4:last-child, .row.sp_col_3 .col_5:last-child, .row.sp_col_3 .col_6:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .row .col_1 {
    width: 100%;
  }
  .row .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row .col_2:nth-child(2n) {
    margin-right: 0;
  }
  .row .col_2:nth-child(n+3) {
    margin-top: 4%;
  }
  .row .col_2:last-child {
    margin-right: 0;
  }
  .row .col_3 {
    width: 32%;
    margin-right: 2%;
  }
  .row .col_3:nth-child(3n) {
    margin-right: 0;
  }
  .row .col_3:nth-child(n+4) {
    margin-top: 2%;
  }
  .row .col_3:last-child {
    margin-right: 0;
  }
  .row .col_4 {
    width: 23.5%;
    margin-right: 2%;
  }
  .row .col_4:nth-child(4n) {
    margin-right: 0;
  }
  .row .col_4:nth-child(n+5) {
    margin-top: 2%;
  }
  .row .col_4:last-child {
    margin-right: 0;
  }
  .row .col_5 {
    width: 18.4%;
    margin-right: 2%;
  }
  .row .col_5:nth-child(5n) {
    margin-right: 0;
  }
  .row .col_5:nth-child(n+6) {
    margin-top: 2%;
  }
  .row .col_5:last-child {
    margin-right: 0;
  }
  .row .col_6 {
    width: 15%;
    margin-right: 2%;
  }
  .row .col_6:nth-child(6n) {
    margin-right: 0;
  }
  .row .col_6:nth-child(n+7) {
    margin-top: 2%;
  }
  .row .col_6:last-child {
    margin-right: 0;
  }
  .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .row.reverse .col_2 {
    width: 48%;
    margin-right: 4%;
  }
  .row.reverse .col_2:first-child {
    margin-right: 0;
  }
  .row.gap_row {
    gap: 20px 2%;
  }
  .row.gap_row .col_2 {
    width: 49%;
  }
  .row.gap_row .col_2, .row.gap_row .col_3, .row.gap_row .col_4, .row.gap_row .col_5, .row.gap_row .col_6 {
    margin: 0;
  }
  .row.gap_row.reverse .col_2 {
    width: 49%;
  }
}
.row {
  margin-bottom: 60px;
}
.row:last-child {
  margin-bottom: 0;
}
.row.cols_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
}
.row.cols_center .btnstyle {
  width: 100%;
  max-width: 280px;
}
@media (max-width: 767px) {
  .row.cols_center .btnstyle {
    margin-left: auto;
    margin-right: auto;
  }
}
.row.cols_center > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
@media (min-width: 768px) {
  .row {
    margin-bottom: 80px;
  }
}

.box_border .row:last-child,
.box_bg .row:last-child {
  margin-bottom: 0;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

@media (max-width: 767px) {
  .sp-text-right {
    text-align: right !important;
  }
  .sp-text-center {
    text-align: center !important;
  }
  .sp-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc-text-right {
    text-align: right !important;
  }
  .pc-text-center {
    text-align: center !important;
  }
  .pc-text-left {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .pc_span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .sp_span {
    display: inline !important;
  }
}
.bold {
  font-weight: bold;
}

.text-red {
  color: #ff0000;
}

.mt-1 {
  margin-top: 1em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-1 {
  margin-bottom: 1em !important;
}

.mb-2 {
  margin-bottom: 2em !important;
}

.mb-3 {
  margin-bottom: 3em !important;
}

.mb-4 {
  margin-bottom: 4em !important;
}

.mb-5 {
  margin-bottom: 5em !important;
}

.mb-6 {
  margin-bottom: 6em !important;
}

.mb-7 {
  margin-bottom: 7em !important;
}

.mb-8 {
  margin-bottom: 8em !important;
}

.mb-9 {
  margin-bottom: 9em !important;
}

.mb-10 {
  margin-bottom: 10em !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.header {
  background: #fff;
  width: 100%;
}
.header .header_logo {
  line-height: 1;
}
@media (min-width: 768px) {
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .header_logo {
    margin-right: 40px;
  }
  .header .header_info {
    margin-left: auto;
  }
  .header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .header .row .header_list:not(:first-child) {
    margin-left: 20px;
  }
  .header .row .header_list > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .header .row .header_list > ul > li:not(:first-child) {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .pc_horizon {
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .pc_horizon .global_nav,
  .pc_horizon .header_menu {
    width: auto;
  }
  .pc_horizon .global_nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    position: initial;
  }
  .pc_horizon .global_nav .menu-item > .sub-menu_wrap {
    top: 87% !important;
  }
  .pc_horizon .header_menu.container {
    max-width: none;
    width: auto;
  }
  .pc_horizon .header_menu > li {
    width: auto;
  }
}
@media (max-width: 767px) {
  .sp_horizon {
    position: sticky;
    top: 0;
    z-index: 30;
  }
  .sp_horizon .container {
    max-width: 100%;
  }
  .sp_horizon .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp_horizon .header_logo {
    margin-left: 0;
  }
  .sp_horizon .sp_nav {
    position: inherit;
    width: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  .header_hover_item_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
  }
  .header_hover_item {
    margin-right: -220px;
    z-index: 30;
    -webkit-transition: margin-right 0.5s;
    transition: margin-right 0.5s;
  }
  .header_hover_item.active {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .overflow-y .header {
    background-color: rgba(89, 77, 64, 0.95);
  }
}

.header {
  position: fixed;
  margin: auto;
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  background: transparent;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.header.scrolled_class {
  background-color: rgba(89, 77, 64, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 767px) {
  .header {
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .header .header_inner {
    height: 60px;
    padding-top: 9px;
  }
  .header .header_logo {
    margin-left: 18px;
    width: 205px;
    height: 22.4px;
    margin-bottom: 9px;
  }
  .header .sp_toggle {
    opacity: 1 !important;
    margin-right: 15px;
    margin-bottom: 7px;
    display: block !important;
  }
  .header .sp_toggle .sp_nav_icon .sec_span {
    display: block;
    color: #FFF;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-size: 11px;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    padding-top: 18px;
    letter-spacing: 0;
  }
  .header .sp_toggle .sp_nav_icon .sec_span:before, .header .sp_toggle .sp_nav_icon .sec_span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 28px;
    height: 1px;
    background: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .header .sp_toggle .sp_nav_icon .sec_span:after {
    top: 10px;
  }
  .header .sp_toggle.open .sec_span:before, .header .sp_toggle.open .sec_span:after {
    top: 4px;
  }
  .header .sp_toggle.open .sec_span:before {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  .header .sp_toggle.open .sec_span:after {
    -webkit-transform: rotate(20deg);
            transform: rotate(20deg);
  }
}
@media (min-width: 768px) {
  .header {
    padding: 0;
    margin: auto;
    background: transparent;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    width: 100%;
    min-width: 1280px;
  }
  .header:hover {
    background-color: rgba(89, 77, 64, 0.95);
  }
  .header .header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    padding: 16px 39px 14px 23px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    z-index: 10;
  }
  .menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }
}
.sp_nav {
  background: transparent;
  position: sticky;
  top: 0;
  z-index: 20;
}
@media (min-width: 768px) {
  .sp_nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .sp_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0 24px;
  }
  .sp_nav > li:first-child {
    border-left: none;
    margin-bottom: 8px;
  }
}

.menu_bk {
  background: rgba(0, 0, 0, 0.5);
  display: none !important;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20;
}
@media (min-width: 768px) {
  .menu_bk {
    display: none !important;
  }
}

.global_nav {
  --nav-line-height: 1.5; /* ナビゲーション aタグ line-height */
  --submenu-icon-width: 6px; /* PC サブメガメニューのアイコン（ > ）回転前サイズ */
  /**/
  background: #fff;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
.global_nav a {
  display: block;
  line-height: var(--nav-line-height);
  position: relative;
  text-decoration: none;
}
.global_nav .menu {
  z-index: 20;
}
.global_nav .menu-item {
  position: relative;
}
@media (min-width: 768px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
  }
}
@media (max-width: 767px) {
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    display: none;
  }
}
@media (min-width: 768px) {
  .global_nav {
    background: transparent;
    position: sticky;
    top: 0;
    z-index: 20;
  }
  .global_nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .global_nav .menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .global_nav .menu-item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    color: #fff;
    height: 72px;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 17px;
    text-align: center;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    text-shadow: 0 0 8px rgba(112, 107, 105, 0.65);
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 1.7px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .global_nav .menu-item > a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%) translateY(-3px);
            transform: translateX(-50%) translateY(-3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .global_nav .menu-item:hover > a {
    opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .global_nav .menu-item:hover > a:after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
  .global_nav .menu-item.wide {
    position: static;
  }
  .global_nav .menu-item > .sub-menu,
  .global_nav .menu-item > .sub-menu_wrap {
    background: #6e6565;
    color: var(--txt_main, #3D3834);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
  }
  .global_nav .menu-item > .sub-menu a,
  .global_nav .menu-item > .sub-menu_wrap a {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: var(--txt_main, #3D3834);
  }
  .global_nav .menu-item > .sub-menu a:hover,
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #6E6565;
    background: #fff;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    right: 75px;
    left: auto;
    width: 993px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    overscroll-behavior-y: contain;
    overflow-y: auto;
    background: url("../img/common/nav_bg.jpg") no-repeat center/cover;
  }
  .global_nav .menu-item > .sub-menu_wrap .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 19px;
    width: 100%;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li {
    width: calc(33.3333333333% - 13px);
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:first-child {
    width: 100%;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 68px;
    padding: 12px 0 12px 6px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid var(--gray_02, #D4D2CF);
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title) a {
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.6px;
    position: relative;
    display: block;
    width: 100%;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title) a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 14px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 9px;
    background: url("../img/common/nav_arrow.svg") no-repeat center/cover;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title) a:hover {
    text-decoration: none;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title):hover {
    opacity: 0.6;
  }
  .global_nav .menu-item > .sub-menu_wrap .row li:not(.nav_title):hover a:after {
    right: 10px;
  }
  .global_nav .menu-item > .sub-menu_wrap .row.row_col2 li:not(.nav_title) {
    width: calc(50% - 13px);
  }
  .global_nav .menu-item:last-child .sub-menu_wrap {
    right: 0;
  }
  .global_nav .menu-item.active > .sub-menu {
    z-index: 20;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item.active > .sub-menu_wrap {
    opacity: 1;
    z-index: 100;
    pointer-events: all !important;
  }
  .global_nav .menu-item:not(.active) > .sub-menu_wrap {
    pointer-events: none;
  }
  .global_nav .menu-item:last-child > .sub-menu, .global_nav .menu-item.has_submenu_right > .sub-menu {
    left: auto;
    right: 0;
  }
  .global_nav .menu-item > .sub-menu {
    width: 200px;
  }
  .global_nav .menu-item > .sub-menu > li:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .global_nav .menu-item > .sub-menu a {
    display: block;
    padding: 0.75em 1em;
  }
  .global_nav .menu-item > .sub-menu_wrap {
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  .global_nav .menu-item > .sub-menu_wrap .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 12px 20px 4px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
    margin-bottom: 12px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-bottom: 1px solid var(--txt_main, #3D3834);
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a {
    color: var(--brown_01, #362E2A);
    pointer-events: none;
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 2.2px;
  }
  .global_nav .menu-item > .sub-menu_wrap .nav_title a::after {
    display: none;
  }
  .global_nav .menu-item > .sub-menu_wrap a:hover {
    text-decoration: underline;
    color: var(--txt_main, #3D3834);
    background: none;
  }
}
@media (min-width: 768px) {
  .global_nav .sp_toggle_close {
    display: none !important;
  }
}
.global_nav .sp_toggle_close:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .global_nav {
    display: none;
    height: 100%;
    left: 0;
    background: #ECECEC;
    padding: 29px 30px 50px;
    position: fixed;
    top: 61px;
    width: 100%;
    z-index: 30;
    overflow-y: auto;
    scrollbar-width: none;
  }
  .global_nav .row .col_2:not(:first-of-type), .global_nav .row .col_3:not(:first-of-type), .global_nav .row .col_4:not(:first-of-type), .global_nav .row .col_5:not(:first-of-type) {
    margin-top: 0 !important;
  }
  .global_nav .row .col_2:not(:first-of-type) li:first-child a, .global_nav .row .col_3:not(:first-of-type) li:first-child a, .global_nav .row .col_4:not(:first-of-type) li:first-child a, .global_nav .row .col_5:not(:first-of-type) li:first-child a {
    border-top: 1px solid #ddd;
  }
  .global_nav::-webkit-scrollbar {
    display: none;
  }
  .global_nav .container {
    width: 100%;
    max-width: none;
  }
  .global_nav .menu {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .global_nav .menu-item {
    border-bottom: 1px solid var(--gray_02, #D4D2CF);
  }
  .global_nav .menu-item:has(.onclick) {
    border-bottom: none;
  }
  .global_nav .menu-item .nav_title {
    display: none;
  }
  .global_nav .menu-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: var(--txt_main, #3D3834);
    -webkit-font-feature-settings: "palt" on;
            font-feature-settings: "palt" on;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    display: flex;
    padding: 20.5px 8px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.68px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .menu-item a:before, .global_nav .menu-item a:after {
    content: "";
    position: absolute;
    display: none;
    margin: auto;
    left: auto;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 2px;
    border: none;
    background: var(--brown_02, #6E6565);
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .menu-item a:after {
    opacity: 0.6;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .global_nav .menu-item a.onclick:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .global_nav .menu-item.menu-item-has-children > a:before, .global_nav .menu-item.menu-item-has-children > a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 12px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 2px;
    border: none;
    background: var(--brown_02, #6E6565);
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .menu-item.menu-item-has-children > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .global_nav .menu-item.menu-item-has-children > a.onclick:after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .global_nav .sub-menu {
    font-size: inherit;
    margin-bottom: 8px;
    margin-left: 20px;
  }
  .global_nav .sub-menu a {
    background: #D6D2CF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12.3px 0 12.3px 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    color: var(--txt_main, #3D3834);
    font-family: "Noto Sans JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    letter-spacing: 0.56px;
  }
  .global_nav .sub-menu a:before {
    display: none;
  }
  .global_nav .sub-menu a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 12px;
    height: 10px;
    border: none;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: url("../img/common/sp_nav_arrow.svg") no-repeat center/cover;
  }
  .global_nav .sub-menu li {
    margin: 0;
  }
  .global_nav .sub-menu li:not(:last-child) {
    margin-bottom: 8px;
  }
  .global_nav .sub-menu li:last-child a {
    border: none;
  }
  .global_nav .nav_title {
    display: none;
    font-weight: bold;
  }
  .global_nav .nav_title a {
    background: #362E2A;
    color: #fff;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .global_nav .nav_title a::after {
    display: none !important;
  }
  .global_nav .sp_toggle_close_top {
    position: fixed;
    top: 18px;
    right: 10px;
  }
  .global_nav .sp_toggle_close_top .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #6E6565;
    border-radius: 50%;
    height: 36px;
    width: 36px;
  }
  .global_nav .sp_toggle_close_top .icon svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .global_nav .sp_toggle_close_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #6E6565;
    color: #fff;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 15px;
    height: 2em;
    margin-inline: auto;
    margin-top: 20px;
    letter-spacing: 0.075em;
    line-height: 1;
    padding: 0.25em 0;
    width: 7.5em;
  }
  .global_nav .sp_toggle_close_bottom .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: 0.5em;
  }
  .global_nav .sp_toggle_close_bottom svg {
    display: block;
    fill: #fff;
    width: 13px;
    aspect-ratio: 1;
  }
}

@media (max-width: 767px) {
  .global_nav #menu-header_menu .custom_nav > a {
    display: none !important;
  }
  .global_nav #menu-header_menu .custom_nav .sub-menu_wrap {
    display: block !important;
  }
  .global_nav #menu-header_menu .custom_nav .nav_title {
    text-align: center;
    color: #fff;
    width: 100%;
    padding: 15px 10px;
    font-size: 18px;
    margin-bottom: 4%;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_box {
    padding: 20px;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    text-align: center !important;
    background: #fff;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2 a:hover::after {
    border-color: #fff !important;
  }
  .global_nav #menu-header_menu .custom_nav .row .col_2:nth-child(n+3) {
    margin-top: 2% !important;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 {
    background: #deebf7;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .nav_title {
    background: #6E6565;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a {
    border: 1px solid #6E6565;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a::after {
    border-color: #6E6565;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color01 .row .col_2 a:hover {
    background: #6E6565;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 {
    background: #e2f0d9;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .nav_title {
    background: #362E2A;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a {
    border: 1px solid #362E2A;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a::after {
    border-color: #362E2A;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color02 .row .col_2 a:hover {
    background: #362E2A;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 {
    background: #fff2cc;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .nav_title {
    background: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a {
    border: 1px solid #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a::after {
    border-color: #ff6600;
  }
  .global_nav #menu-header_menu .custom_nav .sp_nav_color03 .row .col_2 a:hover {
    background: #ff6600;
  }
}
@media screen and (max-width: 767px) and (max-width: 600px) {
  .global_nav #menu-header_menu .custom_nav .row .col_2 a {
    font-size: 2.5vw;
    padding: 10px 25px 10px 10px;
    height: 60px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 767px) {
  .global_nav .sp_btn_box {
    margin-top: 30px;
    margin-bottom: calc(30px + env(safe-area-inset-bottom));
  }
  .global_nav .sp_btn_box .btnstyle {
    margin-bottom: 8px;
  }
  .global_nav .sp_btn_box .btnstyle a {
    padding: 19px 38px 19px 30px;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    max-width: 400px;
    border-bottom: 1px solid #C7C5C3;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_span {
    padding-left: 28px;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_span:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_icon01:after {
    left: 98px;
    right: auto;
    width: 20px;
    height: 21px;
    background: url("../img/common/nav_btn_icon01.png") no-repeat center/cover;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_icon02:after {
    left: 99px;
    right: auto;
    width: 21px;
    height: 21px;
    background: url("../img/common/nav_btn_icon02.png") no-repeat center/cover;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_icon03 {
    letter-spacing: 1.28px;
  }
  .global_nav .sp_btn_box .btnstyle a .sec_icon03:after {
    left: 60px;
    right: auto;
    width: 20px;
    height: 20px;
    background: url("../img/common/nav_btn_icon03.png") no-repeat center/cover;
  }
  .global_nav .sp_btn_box .nav_box {
    margin-top: 18px;
    padding: 21px 20px 19px 20px;
    background: #D6D2CF;
  }
  .global_nav .sp_btn_box .nav_box .btnstyle {
    margin-bottom: 10px;
  }
  .global_nav .sp_btn_box .sec_title {
    color: var(--txt_main, #3D3834);
    text-align: center;
    -webkit-font-feature-settings: "palt" on, "pkna" on;
            font-feature-settings: "palt" on, "pkna" on;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 17px;
    margin-bottom: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.68px;
  }
  .global_nav .sp_btn_box .sec_time {
    color: var(--txt_main, #3D3834);
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.56px;
  }
}

.mainimage_wrap {
  overflow: hidden;
}
@media (max-width: 767px) {
  .mainimage_wrap {
    aspect-ratio: 780/1108;
  }
}
.mainimage_wrap::after {
  content: "";
  display: block;
  height: 0px;
}

.mainimage {
  position: relative;
}
.mainimage .splide__track,
.mainimage .splide__list,
.mainimage .splide__slide {
  height: 100%;
}
.mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 1.5s ease-in-out, -webkit-transform 11s ease-out;
  transition: opacity 1.5s ease-in-out, -webkit-transform 11s ease-out;
  transition: transform 11s ease-out, opacity 1.5s ease-in-out;
  transition: transform 11s ease-out, opacity 1.5s ease-in-out, -webkit-transform 11s ease-out;
}
@media (min-width: 768px) {
  .mainimage img {
    height: 100vh;
    min-height: 650px;
  }
}
.mainimage .splide__slide.is-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}
.mainimage .splide__slide.is-prev img,
.mainimage .splide__slide.is-next img {
  opacity: 0.5;
}
.mainimage .splide__pagination {
  top: auto !important;
  bottom: calc(clamp(55px, 14.1025641026vw, 108.1666666667px) * -1) !important;
  right: 0 !important;
  left: clamp(27px, 6.9230769231vw, 53.1px) !important;
  margin: auto !important;
  z-index: 10;
  max-width: 1444px;
  padding: 0 !important;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}
.mainimage .splide__pagination li {
  margin: 0 clamp(4px, 1.0256410256vw, 7.8666666667px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainimage .splide__pagination li button {
  background-color: var(--gray_02, #D4D2CF);
  width: clamp(8px, 2.0512820513vw, 15.7333333333px);
  height: clamp(8px, 2.0512820513vw, 15.7333333333px);
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mainimage .splide__pagination li button.is-active {
  width: clamp(12px, 3.0769230769vw, 23.6px);
  height: clamp(12px, 3.0769230769vw, 23.6px);
  background-color: var(--brown_01, #362E2A);
}
@media (min-width: 768px) {
  .mainimage .splide__pagination {
    top: auto !important;
    bottom: clamp(63.3333333333px, 4.9479166667vw, 95px) !important;
    right: 0 !important;
    left: 72px !important;
  }
  .mainimage .splide__pagination li {
    margin: 0 4px;
  }
  .mainimage .splide__pagination li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .mainimage .splide__pagination li button.is-active {
    width: 12px;
    height: 12px;
    background-color: #362E2A;
  }
}
@media screen and (min-width: 1560px) {
  .mainimage .splide__pagination {
    left: 1.2% !important;
  }
}

.mainimage_wrap {
  background: #E9E6E3;
  position: relative;
}
.mainimage_wrap:before, .mainimage_wrap:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  z-index: 1;
}
.mainimage_wrap:before {
  left: auto;
  right: 20px;
  top: auto;
  bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 42px;
  padding: clamp(8px, 2.0512820513vw, 15.7333333333px) 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(8px, 2.0512820513vw, 15.7333333333px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10.714px;
  border: 1px solid var(--txt_main, #3D3834);
  background: transparent;
}
.mainimage_wrap:after {
  left: auto;
  right: 25px;
  top: auto;
  bottom: 35px;
  width: 11px;
  height: 30px;
  background: url("../img/top/sp_main_arrow.svg") no-repeat center;
  -webkit-animation: arrowSlide 1.5s ease-out 1.5ms infinite;
          animation: arrowSlide 1.5s ease-out 1.5ms infinite;
  overflow: hidden;
}
@-webkit-keyframes arrowSlide {
  0% {
    opacity: 0.6;
    background-position: center -100%;
  }
  49% {
    opacity: 1;
    background-position: center 50%;
  }
  50% {
    opacity: 1;
    background-position: center 50%;
  }
  100% {
    opacity: 0.6;
    background-position: center 200%;
  }
}
@keyframes arrowSlide {
  0% {
    opacity: 0.6;
    background-position: center -100%;
  }
  49% {
    opacity: 1;
    background-position: center 50%;
  }
  50% {
    opacity: 1;
    background-position: center 50%;
  }
  100% {
    opacity: 0.6;
    background-position: center 200%;
  }
}
.mainimage_wrap .main_copy {
  position: absolute;
  margin: auto;
  top: auto;
  bottom: clamp(65px, 16.6666666667vw, 127.8333333333px);
  left: clamp(36px, 9.2307692308vw, 70.8px);
  right: auto;
  max-width: 1444px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.mainimage_wrap .main_copy .sec_copy01 {
  color: var(--brown_01, #362E2A);
  font-size: clamp(23px, 5.8974358974vw, 45.2333333333px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 3.91px;
  z-index: 1;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}
.mainimage_wrap .main_copy .sec_copy02 {
  color: var(--brown_01, #362E2A);
  font-family: "NyghtSerif", serif;
  font-size: clamp(10px, 2.5641025641vw, 19.6666666667px);
  font-style: italic;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.6px;
  margin-top: clamp(18px, 4.6153846154vw, 35.4px);
}
.mainimage_wrap .main_bnr_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(9.14px, 2.3435897436vw, 17.9753333333px);
  position: absolute;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  top: clamp(219px, 56.1538461538vw, 430.7px);
  bottom: 0;
  left: auto;
  right: clamp(15px, 3.8461538462vw, 29.5px);
}
.mainimage_wrap .main_bnr_box .main_bnr {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: clamp(117px, 30vw, 230.1px);
  height: clamp(117px, 30vw, 230.1px);
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(6px, 1.5384615385vw, 11.8px);
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: clamp(15px, 3.8461538462vw, 29.5px);
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.6px;
  border-radius: 50%;
  background-color: #817467;
  border: 1px solid #b0a69c;
  backdrop-filter: blur(12.5px);
}
.mainimage_wrap .main_bnr_box .main_bnr .sec_bo {
  border-bottom: 1px solid #fff;
  padding-bottom: clamp(3px, 0.7692307692vw, 5.9px);
}
.mainimage_wrap .main_bnr_box .main_bnr .bnr_small {
  font-size: clamp(15px, 3.8461538462vw, 29.5px);
  line-height: 100%;
  letter-spacing: 2.88px;
}
.mainimage_wrap .main_bnr_box .main_bnr .bnr_large {
  font-size: clamp(18px, 4.6153846154vw, 35.4px);
  line-height: 100%;
  letter-spacing: 3.84px;
}
.mainimage_wrap .main_bnr_box .main_bnr .sec_span2 {
  position: relative;
  top: 0;
}
.mainimage_wrap .main_bnr_box .main_bnr .sec_dos {
  position: relative;
}
.mainimage_wrap .main_bnr_box .main_bnr .sec_dos:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: calc(clamp(3px, 0.7692307692vw, 5.9px) * -1);
  right: 0;
  top: calc(clamp(2px, 0.5128205128vw, 3.9333333333px) * -1);
  bottom: auto;
  background: #D9D9D9;
  width: clamp(3.047px, 0.7812820513vw, 5.9924333333px);
  height: clamp(3.047px, 0.7812820513vw, 5.9924333333px);
  border-radius: 50%;
}
.mainimage_wrap .main_bnr_box .main_bnr:first-child .sec_span {
  margin-top: 0;
  margin-left: clamp(2px, 0.5128205128vw, 3.9333333333px);
}
.mainimage_wrap .main_bnr_box .main_bnr:nth-child(2) .sec_span {
  margin-top: calc(clamp(11px, 2.8205128205vw, 21.6333333333px) * -1);
  margin-left: clamp(2px, 0.5128205128vw, 3.9333333333px);
}
.mainimage_wrap .main_bnr_box .main_bnr:nth-child(2) .sec_span2 {
  top: clamp(5px, 1.2820512821vw, 9.8333333333px);
}
@media (max-width: 767px) {
  .mainimage_wrap .main_copy {
    display: none;
  }
  .mainimage_wrap .main_bnr_box .main_bnr:first-child {
    font-size: clamp(15px, 3.8461538462vw, 29.5px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr:last-child {
    display: none;
  }
}
@media (min-width: 768px) {
  .mainimage_wrap:before {
    right: auto;
    bottom: clamp(13.3333333333px, 1.0416666667vw, 20px);
    left: clamp(20.6666666667px, 1.6145833333vw, 31px);
    width: clamp(18.6666666667px, 1.4583333333vw, 28px);
    height: clamp(40px, 3.125vw, 60px);
    padding: clamp(6.6666666667px, 0.5208333333vw, 10px) 0;
    gap: clamp(6.6666666667px, 0.5208333333vw, 10px);
    border-radius: clamp(10px, 0.78125vw, 15px);
    border: 1px solid #FFF;
  }
  .mainimage_wrap:after {
    width: clamp(9.3333333333px, 0.7291666667vw, 14px);
    height: clamp(26.6666666667px, 2.0833333333vw, 40px);
    top: auto;
    left: clamp(25.3333333333px, 1.9791666667vw, 38px);
    right: auto;
    bottom: clamp(21.3333333333px, 1.6666666667vw, 32px);
    background: url("../img/top/main_arrow.svg") no-repeat center;
  }
  .mainimage_wrap .main_copy {
    top: 35.7%;
    bottom: 0;
    left: 80px;
    right: 0;
    max-width: 1444px;
  }
  .mainimage_wrap .main_copy .sec_copy01 {
    color: #FFF;
    font-size: clamp(32px, 2.5vw, 48px);
    line-height: 170%;
    letter-spacing: 8.16px;
    text-shadow: 0 0 10px rgba(88, 82, 82, 0.35);
  }
  .mainimage_wrap .main_copy .sec_copy02 {
    color: #FFF;
    font-size: clamp(9.3333333333px, 0.7291666667vw, 14px);
    line-height: 180%;
    letter-spacing: 2.24px;
    margin-top: clamp(12.6666666667px, 0.9895833333vw, 19px);
    text-shadow: 0 0 10px rgba(88, 82, 82, 0.35);
  }
  .mainimage_wrap .main_bnr_box {
    gap: clamp(10px, 0.78125vw, 15px);
    position: absolute;
    top: auto;
    bottom: 4.4%;
    left: auto;
    right: 65px;
  }
  .mainimage_wrap .main_bnr_box .main_bnr {
    margin: 0;
    width: clamp(113.3333333333px, 8.8541666667vw, 170px);
    height: clamp(113.3333333333px, 8.8541666667vw, 170px);
    padding: 0;
    gap: clamp(6.6666666667px, 0.5208333333vw, 10px);
    font-size: clamp(13.3333333333px, 1.0416666667vw, 20px);
    line-height: 170%;
    letter-spacing: 1.2px;
    border-radius: 50%;
    backdrop-filter: blur(12.5px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr .sec_bo {
    padding-bottom: clamp(2px, 0.15625vw, 3px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr .bnr_small {
    font-size: clamp(12px, 0.9375vw, 18px);
    line-height: 100%;
    letter-spacing: 2.88px;
  }
  .mainimage_wrap .main_bnr_box .main_bnr .bnr_large {
    font-size: clamp(16px, 1.25vw, 24px);
    line-height: 100%;
    letter-spacing: 3.84px;
  }
  .mainimage_wrap .main_bnr_box .main_bnr .sec_span2 {
    top: clamp(2.6666666667px, 0.2083333333vw, 4px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr .sec_dos:after {
    left: 0;
    right: 0;
    top: calc(clamp(2.6666666667px, 0.2083333333vw, 4px) * -1);
    bottom: auto;
    width: clamp(3.3333333333px, 0.2604166667vw, 5px);
    height: clamp(3.3333333333px, 0.2604166667vw, 5px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr:first-child .sec_span {
    margin-top: calc(clamp(2.6666666667px, 0.2083333333vw, 4px) * -1);
    margin-left: clamp(2px, 0.15625vw, 3px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr:nth-child(2) .sec_span {
    margin-top: calc(clamp(10px, 0.78125vw, 15px) * -1);
    margin-left: clamp(2.6666666667px, 0.2083333333vw, 4px);
  }
  .mainimage_wrap .main_bnr_box .main_bnr:nth-child(2) .sec_span2 {
    top: clamp(6px, 0.46875vw, 9px);
  }
}
@media screen and (min-width: 1500px) {
  .mainimage_wrap:before {
    bottom: clamp(31.3333333333px, 2.4479166667vw, 47px);
  }
  .mainimage_wrap:after {
    bottom: clamp(38px, 2.96875vw, 57px);
  }
}
@media screen and (min-width: 1560px) {
  .mainimage_wrap .main_copy {
    left: 2%;
  }
}

/* 初期状態 */
.opening-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #E9E6E3;
  z-index: 9999;
  pointer-events: none;
  opacity: 1;
  -webkit-transition: opacity 0.8s ease-out;
  transition: opacity 0.8s ease-out;
}

@media screen and (min-width: 768px) {
  .opening-bg {
    min-width: 100vw;
    width: 1280px;
    height: 100vh;
  }
}
/* コピー文字初期状態 */
.sec_copy01 span[class^=copy_animation] {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  display: inline-block;
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

/* コピー文字 active でフェードイン + 左にスライド */
.sec_copy01 span[class^=copy_animation].active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* サブコピー初期状態 */
.sec_copy02, .main_bnr_box {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* active でフェードイン */
.sec_copy02.active, .main_bnr_box.active {
  opacity: 1;
}

.side_bnr {
  position: fixed;
  z-index: 10;
}
.side_bnr a:not([class]) img, .side_bnr a.swipebox img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .side_bnr a:not([class]):hover img, .side_bnr a.swipebox:hover img {
    opacity: 0.8;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
    border-radius: 3px;
    overflow: hidden;
  }
  .side_bnr li:not(:last-child) a {
    min-width: 90px;
    background: var(--brown_01, #362E2A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 5px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.5px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    text-decoration: none;
    position: relative;
  }
  .side_bnr li:not(:last-child) a .sec_icon {
    display: block;
  }
  .side_bnr li:not(:last-child) a .sec_text {
    display: block;
    color: var(--white, #FFF);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.48px;
  }
  .side_bnr li:not(:last-child) a:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: auto;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 30px;
    background: #fff;
  }
  .side_bnr li:nth-child(3) a:after {
    display: none;
  }
  .side_bnr li:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }
  .side_bnr li:last-child a {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    padding: 21px 19px 13px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #877E79;
  }
}
@media screen and (max-width: 389px) {
  .side_bnr li {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  .side_bnr li:not(:last-child) a {
    width: 100%;
    min-width: initial;
    padding: 0px 5px 8px;
  }
  .side_bnr li:not(:last-child) a .sec_text {
    font-size: 12px;
  }
  .side_bnr li:not(:last-child) a:after {
    width: 1px;
    height: 30px;
  }
  .side_bnr li:last-child {
    width: 60px;
    -webkit-box-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
  }
  .side_bnr li:last-child a {
    width: 60px;
    padding: 21px 5px 13px;
  }
}
@media (min-width: 768px) {
  .side_bnr {
    right: 0;
    z-index: 9;
    top: auto;
    bottom: 220px;
    right: -152px;
    width: 212px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
  }
  .side_bnr:hover {
    right: 0;
  }
  .side_bnr li:not(:first-child) {
    margin-top: 8px;
  }
  .side_bnr li a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    background: var(--brown_01, #362E2A);
    border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .side_bnr li a:hover {
    background: #635D5A;
  }
  .side_bnr li a .sec_icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    padding: 9px 0 9px 2px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .side_bnr li a .sec_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 152px;
    height: 60px;
    padding: 9px 10px 9px 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: YakuHanMP, "Zen Old Mincho", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 1.26px;
  }
}
@media (max-width: 767px) {
  .side_bnr {
    left: 0;
    right: 0;
    bottom: calc(15px + env(safe-area-inset-bottom));
    margin: auto;
    width: calc(100% - 60px);
  }
  .side_bnr .side_bnr_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .side_bnr .side_bnr_block li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}

.totop {
  bottom: calc(17vw + env(safe-area-inset-bottom));
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  right: 10px;
  width: 50px;
  z-index: 10;
}
@media (min-width: 768px) {
  .totop:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.totop .totop_inner {
  background: #6E6565;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
}
.totop .totop_inner svg {
  width: 15px;
  fill: #fff;
}
@media (max-width: 767px) {
  .totop {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .totop {
    bottom: 10px;
    right: 18px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .totop .totop_inner {
    background: transparent;
    color: var(--brown_01, #362E2A);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0 6px 8px 6px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 32.143px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    position: relative;
    border-radius: 20px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    font-family: "Cormorant Garamond", serif;
    font-size: 14px;
    letter-spacing: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .totop .totop_inner:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 10px;
    bottom: auto;
    width: 10px;
    height: 12.143px;
    background: url("../img/common/top_arrow.svg") no-repeat center/cover;
  }
  .totop .totop_inner:hover {
    background: rgba(255, 255, 255, 0.7);
    padding-top: 37.143px;
  }
}

.mce-content-body p, .mce-content-body ul, .mce-content-body ol, .mce-content-body dl, .mce-content-body table {
  margin-top: 0;
  margin-bottom: 2.4rem;
}
.mce-content-body p:last-child, .mce-content-body ul:last-child, .mce-content-body ol:last-child, .mce-content-body dl:last-child, .mce-content-body table:last-child {
  margin-bottom: 0;
}
.mce-content-body .box_bg p:last-child, .mce-content-body .box_bg ul:last-child, .mce-content-body .box_bg ol:last-child, .mce-content-body .box_bg dl:last-child, .mce-content-body .box_bg table:last-child, .mce-content-body .box_border p:last-child, .mce-content-body .box_border ul:last-child, .mce-content-body .box_border ol:last-child, .mce-content-body .box_border dl:last-child, .mce-content-body .box_border table:last-child, .mce-content-body .box_flow p:last-child, .mce-content-body .box_flow ul:last-child, .mce-content-body .box_flow ol:last-child, .mce-content-body .box_flow dl:last-child, .mce-content-body .box_flow table:last-child {
  margin-bottom: 0;
}
.mce-content-body img {
  border-radius: 0;
}
.mce-content-body a {
  color: #6E6565;
  text-decoration: underline;
}
.mce-content-body a:hover {
  color: #6E6565;
  text-decoration: none;
}
.mce-content-body a:hover img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
@media (min-width: 768px) {
  .mce-content-body a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
    text-decoration: none;
  }
}
.mce-content-body hr {
  border: none;
  height: 0;
  margin: 0 auto 0;
  display: block;
  border-bottom: 1px solid #ddd;
}
.mce-content-body strong {
  font-weight: bold;
}
.mce-content-body sup {
  font-size: 10.4px;
  vertical-align: super;
}
.mce-content-body sub {
  font-size: 10.4px;
  vertical-align: sub;
}
.mce-content-body blockquote {
  border: 1px solid #ccc;
  margin-top: 24px;
  padding: 28.8px;
  position: relative;
}
.mce-content-body blockquote::before, .mce-content-body blockquote::after {
  display: block;
  position: absolute;
  content: "format_quote";
  width: 32px;
  height: 32px;
  font-family: "Material Icons";
  font-size: 32px;
  white-space: nowrap;
  word-wrap: normal;
  color: #ccc;
}
.mce-content-body blockquote::before {
  top: 16px;
  left: 12px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.mce-content-body blockquote::after {
  right: 12px;
  bottom: 16px;
}
.mce-content-body table {
  width: 100%;
}
.mce-content-body p.error404 {
  margin-bottom: 10rem;
  margin-top: 7.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .mce-content-body p.error404 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.btnstyle:not(:last-child) {
  margin-bottom: 2.4rem;
}
.btnstyle a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 260px;
  padding: 18px 38px 18px 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 32px;
  -webkit-box-shadow: 0 1px 0 #C7C5C3;
          box-shadow: 0 1px 0 #C7C5C3;
  background: rgba(255, 255, 255, 0.8);
  color: var(--brown_01, #362E2A);
  font-family: "Cormorant Garamond", YakuHanMP, "Zen Old Mincho", serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: 1.28px;
  color: #6E6565 !important;
  border-color: #6E6565;
}
@media (min-width: 768px) {
  .btnstyle a:hover {
    opacity: 0.7;
  }
}
.btnstyle a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  height: 6px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  width: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btnstyle a .sec_span:before {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: auto;
  right: 38px;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
  background: #D4D2CF;
}
.btnstyle a:after {
  width: 12px;
  height: 10px;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btnstyle a:after {
  background: url("../img/common/btn_arrow.svg") no-repeat center/cover;
}
@media (min-width: 768px) {
  .btnstyle a:hover {
    color: #fff !important;
    border-color: var(--brown_04, #605C5A);
    opacity: 1;
  }
  .btnstyle a:hover:after {
    background: url("../img/common/hov_btn_arrow.svg") no-repeat center/cover;
  }
}
.btnstyle__right a {
  margin-right: 0;
}
.btnstyle__left a {
  margin-left: 0;
}

.under_btn_col2 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .under_btn_col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px;
    margin-top: 31px;
  }
  .under_btn_col2 .btnstyle {
    max-width: 260px;
    width: 100%;
    margin-bottom: 0;
  }
}

/* ==========================================================
   追記：アニメーション付きボタン効果
   ========================================================== */
.btnstyle a {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: color 0.6s ease;
  transition: color 0.6s ease;
}
.btnstyle a .sec_span {
  z-index: 1;
}
.btnstyle a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--brown_04, #605C5A);
  -webkit-transform: translateX(-101%);
          transform: translateX(-101%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  z-index: 1;
}
.btnstyle a span, .btnstyle a > *:not(::before):not(::after) {
  position: relative;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 768px) {
  .btnstyle a:hover {
    color: #fff;
  }
  .btnstyle a:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .btnstyle a:not(:hover)::before {
    -webkit-transform: translateX(-101%);
            transform: translateX(-101%);
  }
  .btnstyle a::after {
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, background-image 0s linear 0.25s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, background-image 0s linear 0.25s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, background-image 0s linear 0.25s;
    transition: transform 0.3s ease, opacity 0.3s ease, background-image 0s linear 0.25s, -webkit-transform 0.3s ease;
  }
  @-webkit-keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveRight {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  @keyframes arrowMoveLeft {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
    35% {
      -webkit-transform: translateX(-10px);
              transform: translateX(-10px);
      opacity: 0;
    }
    65% {
      -webkit-transform: translateX(10px);
              transform: translateX(10px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      opacity: 1;
    }
  }
  .btnstyle a.arrow-right::after {
    -webkit-animation: arrowMoveRight 0.6s ease forwards;
            animation: arrowMoveRight 0.6s ease forwards;
  }
  .btnstyle a.arrow-left::after {
    -webkit-animation: arrowMoveLeft 0.6s ease forwards;
            animation: arrowMoveLeft 0.6s ease forwards;
  }
}

body:not(:first-child) .main_body .btnstyle a {
  font-size: 16px;
  padding: 18px 38px 18px 28px;
  letter-spacing: 0.5px;
  border: 1px solid #C7C5C3;
}
body:not(:first-child) .main_body .btnstyle a:after {
  right: 17px;
}
body:not(:first-child) .main_body .btnstyle a .sec_span:before {
  right: 41px;
  height: 17px;
}
body:not(:first-child) .main_body .btnstyle.btnstyle_color2 a {
  background: #EBEBEB;
}
@media (max-width: 767px) {
  body:not(:first-child) .main_body .btnstyle {
    margin-bottom: 18px;
  }
  body:not(:first-child) .main_body .btnstyle:last-child {
    margin-bottom: 0;
  }
  body:not(:first-child) .main_body .btnstyle a {
    max-width: 280px;
    padding: 18px 0 18px 28px;
    letter-spacing: 0.64px;
    margin: auto;
  }
}

.section {
  border-bottom: 1px solid var(--gray_02, #D4D2CF);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  padding-top: 56px;
  padding-bottom: 80px;
}
.section:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .section {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}

.pagetitle_img_box {
  background: var(--brown_02, #6E6565);
}

.pagetitle_img {
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.pagetitle_img.is-visible {
  opacity: 1;
}
@media (min-width: 768px) {
  .pagetitle_img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 768px) and (max-width: 1319px) {
  .section,
  .section_wide,
  .section_overwide {
    margin-left: calc(50% - 1319px / 2);
    margin-right: calc(50% - 1319px / 2);
  }
  .section {
    padding-left: calc(1319px / 2 - 50%);
    padding-right: calc(1319px / 2 - 50%);
  }
}
.section_wide {
  padding-left: 20px;
  padding-right: 20px;
}

.section_overwide {
  padding: 0;
}

.main_post_body,
.post_aside {
  margin-top: 28px;
}

.main_post_body {
  margin-bottom: 48px;
}

.wp-embedded-content {
  display: block;
  max-width: 100%;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
  opacity: 0;
  -webkit-transition: opacity 2s ease-out;
  transition: opacity 2s ease-out;
}
.breadcrumb.is-visible {
  opacity: 1;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.breadcrumb li {
  font-size: 12px;
  color: var(--white, #FFF);
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  line-height: 159%;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb a {
  color: var(--white, #FFF);
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb a:hover {
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .breadcrumb {
    padding: 20px 0 24px 0;
    gap: 12px;
  }
  .breadcrumb ol {
    gap: 13px;
  }
  .breadcrumb li {
    font-size: 14px;
    line-height: 159%;
    letter-spacing: 0.56px;
  }
}
.breadcrumb li:last-child a {
  pointer-events: none;
}
.breadcrumb .current a {
  color: var(--white, #FFF);
}

.btn-style {
  text-align: center;
}

.sitemap_box {
  margin-top: 28px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sitemap_box {
    margin-bottom: 56px;
  }
}
.sitemap_box .menu {
  border-top: 1px solid #ddd;
}
.sitemap_box .menu li {
  border-bottom: 1px solid #ddd;
}
.sitemap_box .menu a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #3D3834;
}
@media (max-width: 767px) {
  .sitemap_box .menu a {
    padding: 16px 32px 16px 16px;
  }
}
.sitemap_box .menu a:hover {
  color: #6E6565;
  background: #F3F2F1;
}
.sitemap_box .menu a::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 1px solid #6E6565;
  border-right: 1px solid #6E6565;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wpcf7 select, .wpcf7 input, .wpcf7 textarea {
  max-width: 100%;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=password],
.wpcf7 textarea,
.wpcf7 select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px 6px;
  width: 100%;
}
.wpcf7 textarea {
  width: 100%;
}
.wpcf7 select {
  background: url("../img/default/expand_more.svg") no-repeat right center;
  background-size: 20px;
  min-width: 40%;
  padding: 8px 24px 8px 6px;
  width: auto;
}
.wpcf7 input[type=submit] {
  background: #6E6565;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 2px solid #6E6565;
  border-radius: 5px;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: 700;
  letter-spacing: 0.075em;
  padding: 15px 20px;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 240px;
}
.wpcf7 input[type=submit]:not(:disabled):hover {
  background: #fff;
  color: #6E6565;
  cursor: pointer;
}
.wpcf7 input[type=submit]:disabled {
  background: #ccc;
  border: 2px solid #ccc;
}
.wpcf7 input[type=submit]:disabled:hover {
  pointer-events: none;
}
.wpcf7 .screen-reader-response {
  margin-bottom: 20px;
  padding: 10px;
  background: #FFFBD2;
}
.wpcf7 .screen-reader-response ul {
  display: none;
}
.wpcf7 .ajax-loader {
  position: absolute !important;
}

.wpcf7-spinner {
  position: absolute !important;
}

.wpcf7-not-valid {
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  color: #cc0000;
}

.wpcf7-response-output.wpcf7-validation-errors {
  margin-top: 20px;
  padding: 10px;
  background: #FFFBD2;
}

.wpcf7-not-valid-tip {
  font-size: 76%;
  color: #af2223;
}

.wpcf7-list-item {
  margin-left: 0;
  margin-right: 20px;
}
.wpcf7-list-item input {
  width: auto;
}

.box_form {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .box_form {
    margin-top: 20px;
    margin-bottom: 32px;
  }
}
.box_form dl {
  width: 100%;
  margin: 0 auto 20px;
  overflow: hidden;
  border-top: 1px dotted #ddd;
}
.box_form dt,
.box_form dd {
  padding: 1.5em 5px;
}
.box_form dt p,
.box_form dd p {
  margin-bottom: 0;
}
.box_form dt {
  clear: both;
  float: left;
  font-weight: bold;
  margin-bottom: 8px;
}
.box_form dd {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 0;
  padding-left: 14em;
}
.box_form dd > span + span {
  margin-left: 15px;
}
@media (min-width: 768px) {
  .box_form .input_wrap:not(:first-child) {
    margin-left: 20px;
  }
}
.box_form .mf {
  font-size: 80%;
  color: #EA0000;
  padding-left: 3px;
}
.box_form .ex,
.box_form .subtxt {
  font-size: 88%;
  color: #999;
  line-height: 1.4em;
  display: inline-block;
}
.box_form .requisite,
.box_form .attention {
  font-size: 78%;
  color: #f45000;
}
.box_form .attention {
  color: #cc0000;
  font-size: 12px;
}
.box_form .acceptance .attention {
  font-size: inherit;
}
.box_form .subtxt {
  color: #888;
  font-size: 12px;
  display: block;
}
.box_form .btnstyle {
  text-align: center;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .box_form .btnstyle {
    margin-top: 20px;
  }
}
.box_form .wpcf7-list-item {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.box_form .acceptance_wrap {
  background: #f1f1f1;
  padding: 1em 0.5em;
}
.box_form .acceptance_wrap > * {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box_form dt {
    float: none;
    padding-bottom: 0;
  }
  .box_form dd {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .box_form dd input, .box_form dd textarea {
    width: 100%;
    max-width: 750px;
  }
}

.post-password-form {
  margin-bottom: 4em;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .post_aside {
    padding-top: 16px;
  }
}

.entry_archive_wrap.blogsingleon .btnstyle {
  margin-top: 15px;
}
.entry_archive_wrap.blogsingleon .btnstyle a {
  min-width: 200px;
  padding: 0.8rem 1.5rem;
  font-size: 1.4rem;
}

.entry_title {
  color: #3D3834;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.35;
}
@media (min-width: 768px) {
  .entry_title {
    font-size: 32px;
  }
}
.blogsingleon .entry_archive .entry_title {
  font-size: 24px;
}
.entry_title a {
  color: #3D3834;
  text-decoration: none;
}
.entry_title a:hover {
  color: #6E6565;
}

.entry_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 6px;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  color: #666;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 36px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .entry_ex {
    margin-bottom: 24px;
    margin-top: 12px;
  }
}
.blogsingleon .entry_archive .entry_ex {
  margin-bottom: 24px;
  margin-top: 12px;
}
.entry_ex a {
  color: #6E6565;
  text-decoration: none;
}
.entry_ex a:hover {
  color: #3D3834;
}
.entry_ex .svg-icons {
  fill: #666;
  width: 18px;
  height: 18px;
  margin-left: -22px;
  margin-right: 5px;
  vertical-align: text-bottom;
}

.entry_date,
.entry_categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 22px;
}

.entry.mce-content-body {
  max-width: 100%;
}

.pagenav_single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-top: 1px solid #ddd;
  font-size: 14.08px;
  line-height: 1.5;
  margin-top: 64px !important;
  padding-top: 48px;
}
@media (max-width: 767px) {
  .pagenav_single {
    margin-top: 32px !important;
    padding-top: 28px;
  }
}
.pagenav_single li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}
.pagenav_single a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenav_single a:hover {
  opacity: 0.7;
}
.pagenav_single a .svg-icons {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 12px;
  height: 12px;
  margin-bottom: auto;
  margin-top: 0.25em;
}

.pagenav_single_previous a {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.entry_archive {
  border-bottom: 1px solid #ddd;
  margin-bottom: 48px;
  padding-bottom: 48px;
}
.entry_archive .archive {
  border-bottom: 1px solid #ddd;
  padding-bottom: 80px;
}

.pagenav_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14.08px;
  line-height: 20px;
  margin-top: 48px;
}
.pagenav_archive .page-numbers {
  border: 1px solid #aaa;
  color: #aaa;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 30px;
}
.pagenav_archive .page-numbers.current {
  background: #eee;
  border-color: #eee;
}
.pagenav_archive .page-numbers:hover {
  background: #6E6565;
  border: 1px solid #6E6565;
  color: #fff;
  cursor: pointer;
}

.post_aside .aside_title {
  border-bottom: 2px solid #3D3834;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 12px;
}
.post_aside .category_list {
  margin-top: 16px;
}
.post_aside .category_list li {
  border-bottom: 1px solid #ddd;
}
.post_aside .category_list li ul li {
  border-top: 1px solid #ddd;
  border-bottom: none;
}
.post_aside .category_list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #3D3834;
  line-height: 1.5;
  padding: 12px 8px;
  text-decoration: none;
}
.post_aside .category_list a:hover {
  color: #6E6565;
}
.post_aside .category_list a .material-icons {
  font-size: 16px;
}
.post_aside .latestpost_list {
  margin-top: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
}
.post_aside .latestpost_list a {
  color: #3D3834;
  display: table;
  line-height: 1.5;
  padding: 4px 8px 4px 24px;
  position: relative;
  text-decoration: none;
}
.post_aside .latestpost_list a::before {
  content: "・";
  left: 8px;
  padding-top: 4px;
  position: absolute;
  top: 0;
}
.post_aside .latestpost_list a:hover {
  color: #6E6565;
}
.post_aside .latestpost_list a:hover::before {
  color: #6E6565;
}

.blog_thumbnail_list_item a .title, .blog_thumbnail_list_item a .date, .blog_thumbnail_list_item a .post_term {
  color: inherit;
  text-decoration: none;
}
.blog_thumbnail_list_item .title {
  display: block;
}
.blog_thumbnail_list_item .btnstyle a {
  min-width: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .blog_thumbnail_list_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 23.5%;
        flex: 1 1 23.5%;
    margin-right: 2%;
    position: relative;
    padding-bottom: 5rem;
  }
  .blog_thumbnail_list_item:nth-child(4n) {
    margin-right: 0;
  }
  .blog_thumbnail_list_item .btnstyle {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

.slide_main {
  position: relative;
}
.slide_main .item {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.slide_main .item.active {
  opacity: 1;
  z-index: 1;
  position: inherit;
}
.slide_main .item:first-child .arrow-prev, .slide_main .item:last-child .arrow-next {
  display: none;
}
.slide_main .item .caption {
  background: rgba(0, 0, 0, 0.3);
  bottom: 0;
  color: #fff;
  font-size: 20px;
  left: 0;
  line-height: 1.6;
  padding: 13px 10px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.slide_main .item img {
  margin: 0;
}
.slide_main .arrow-prev,
.slide_main .arrow-next {
  height: 60px;
  width: 40px;
  position: absolute;
  top: 50%;
  display: block;
  z-index: 2;
  margin-top: -30px;
}
.slide_main .arrow-prev:hover,
.slide_main .arrow-next:hover {
  cursor: pointer;
}
.slide_main .arrow-prev::before,
.slide_main .arrow-next::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  background-image: url("../img/default/icon_slidearrow_01.svg");
}
.slide_main .arrow-prev {
  left: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-prev {
    left: 0px;
  }
}
.slide_main .arrow-next {
  right: 10px;
}
@media (max-width: 767px) {
  .slide_main .arrow-next {
    right: 0px;
  }
}
.slide_main .arrow-next::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
#tinymce .slide_main .item:first-child {
  opacity: 1;
  z-index: 1;
  position: inherit;
}

.slide_thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin-bottom: 30px;
}
.slide_thumb .item {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.slide_thumb .item:hover {
  cursor: pointer;
  opacity: 0.8;
}
.slide_thumb .item.thumbnail-current:hover {
  opacity: 1;
}
.slide_thumb .item.thumbnail-current::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #6E6565;
  border-radius: 0;
}
.slide_thumb .item img {
  margin: 0;
}

@media (min-width: 768px) {
  .slide_wrap_horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .slide_wrap_horizontal .slide_main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
  }
  .slide_wrap_horizontal .slide_thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22%;
            flex: 0 0 22%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 4%;
    margin-right: 4%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .slide_wrap_horizontal .slide_main {
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item {
    width: 15.8%;
    width: 15.8333333333%;
    max-width: 15.8333333333%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .slide_wrap_horizontal .slide_thumb .item:nth-child(6n) {
    margin-right: 0;
  }
}

.slide_wrap_vertical .slide_main {
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item {
  width: 15.8%;
  width: 15.8333333333%;
  max-width: 15.8333333333%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.slide_wrap_vertical .slide_thumb .item:nth-child(6n) {
  margin-right: 0;
}

.point_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 60px;
}
.columns .point_box:first-child {
  margin-top: 60px;
}
.point_box p {
  margin-bottom: 30px;
}
.point_box p.image {
  margin-top: auto;
  margin-bottom: 0;
}

h4.point_title {
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
h4.point_title .subtext {
  font-size: 2rem;
}

.notice_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.notice_box .notice_title {
  background: #fff;
  border-radius: 6px;
  padding: 25px 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .notice_box .notice_title {
    margin-right: 30px;
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
}
@media (max-width: 767px) {
  .notice_box .notice_title {
    margin-bottom: 20px;
  }
}
.notice_box .notice_title h4 {
  color: #6E6565;
  display: block;
  position: relative;
  text-align: center;
}
.notice_box .notice_title h4::before {
  position: absolute;
  content: "";
  background: #6E6565;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
}
@media (min-width: 768px) {
  .notice_box .notice_title h4 {
    margin-bottom: 0;
  }
}
.notice_box .notice_text ul, .notice_box .notice_text p {
  width: 100%;
}
.notice_box .notice_text ul:first-child, .notice_box .notice_text p:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .notice_box .notice_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 5;
        -ms-flex: 5;
            flex: 5;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.icon_tags {
  padding-top: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
}
.icon_tags a {
  background: #f1f1f1;
  border-radius: 3px;
  color: #6E6565;
  display: block;
  font-size: 92%;
  line-height: 1.25;
  padding: 0.5em 0.75em;
  text-decoration: none;
}
.icon_tags a:hover {
  background: #6E6565;
  color: #fff;
}

.entry_search_result_lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 88%;
  margin-bottom: 2em;
  margin-top: 2em;
}

.entry_search_result_wrap .entry_title {
  font-size: 20px;
  margin-bottom: 0.35em;
}
@media (min-width: 768px) {
  .entry_search_result_wrap .entry_title {
    font-size: 22px;
  }
}
.entry_search_result_wrap .entry_archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.entry_search_result_wrap .entry_archive .entry_content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.entry_search_result_wrap .entry_archive .entry_thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 min(20% , 140px);
          flex: 0 0 min(20% , 140px);
  width: min(20% , 140px);
}
.entry_search_result_wrap .entry_archive .entry_thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
  width: 100%;
  max-width: none;
  height: auto;
}
.entry_search_result_wrap .entry_archive .entry {
  font-size: 88%;
}
.entry_search_result_wrap .link {
  font-size: 92%;
}
.entry_search_result_wrap .link::before {
  content: "［ ";
}
.entry_search_result_wrap .link::after {
  content: " ］";
}

.entry_ex_sub {
  gap: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 82%;
  margin-top: 10px;
  margin-bottom: 0;
}
.entry_ex_sub .entry_date,
.entry_ex_sub .entry_categories {
  padding-left: 0;
}
.entry_ex_sub .entry_categories::before {
  content: "｜";
}

.splide__arrow {
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: auto;
  color: transparent;
  background: transparent;
  color: #e5eeee;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
}

.splide__arrow--prev {
  left: 10px;
}

.splide__arrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.splide__arrow svg {
  fill: currentColor;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-width: 8px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  opacity: 0.8;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  gap: 5px;
  margin: 0;
  pointer-events: none;
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #6E6565;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (prefers-reduced-motion: reduce) {
  .splide.splide--fade .splide__slide {
    -webkit-transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    transition: opacity 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
  }
  .splide.splide--loop .splide__list {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
}
.page_title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background: var(--brown_02, #817467);
  padding: 120px 20px 0 24px;
  gap: 37px;
}
@media (max-width: 767px) {
  .page_title_box .container {
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page_title_box {
    padding: 220px 0 0 0;
    gap: 57px;
  }
  .page_title_box .container {
    width: 1480px;
    margin: 0 60px;
  }
}
@media screen and (min-width: 1600px) {
  .page_title_box .container {
    margin: auto;
  }
}

.page_title_wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, -webkit-transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out;
  transition: opacity 2s ease-out, transform 2s ease-out, -webkit-transform 2s ease-out;
}
.page_title_wrap.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.page_title_wrap:before, .page_title_wrap:after {
  display: none;
}
.page_title_wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page_title_wrap .page_title {
  color: var(--white, #FFF);
  -webkit-font-feature-settings: "pkna" on;
          font-feature-settings: "pkna" on;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  letter-spacing: 2px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
}
.page_title_wrap .page_title .sec_span {
  font-family: "NyghtSerif";
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.48px;
}
@media (min-width: 768px) {
  .page_title_wrap .page_title {
    font-size: 32px;
    letter-spacing: 3.2px;
    gap: 17px;
    text-align: center;
  }
  .page_title_wrap .page_title .sec_span {
    font-size: 24px;
    letter-spacing: 0.9px;
  }
}

.mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body .text-large {
  font-weight: 500;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
}
.mce-content-body h2 {
  color: #6E6565;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 101px;
  text-align: center;
  padding-top: 31px;
  position: relative;
}
@media (min-width: 768px) {
  .mce-content-body h2 {
    font-size: 30px;
  }
}
.mce-content-body h2:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: auto;
  background: url("../img/common/h2.svg") no-repeat center/contain;
  width: 24px;
  height: 19px;
}
@media (max-width: 767px) {
  .mce-content-body h2 {
    padding-top: 43px;
    margin-bottom: 50px;
  }
}
.mce-content-body h3 {
  color: #6E6565;
  display: block;
  text-align: left;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: 0.88px;
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  padding: 5px 8px 21px 24px;
  border-bottom: 1px solid var(--brown_03, #958177);
  border-left: 1px solid var(--brown_03, #958177);
}
.mce-content-body h3:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .mce-content-body h3 {
    font-size: 22px;
  }
}
.mce-content-body h3.aside_title {
  color: #3D3834;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #333333;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 1.2rem;
}
.mce-content-body h3.aside_title:after, .mce-content-body h3.aside_title:before {
  display: none;
}
@media (max-width: 767px) {
  .mce-content-body h3 {
    padding: 0 8px 16px 20px;
    margin-bottom: 30px;
  }
}
.mce-content-body h4 {
  color: #3D3834;
  font-size: 16px;
  line-height: 160%;
  font-style: normal;
  margin-top: 41px;
  margin-bottom: 26px;
  position: relative;
  letter-spacing: 0.72px;
  border-bottom: 1px solid var(--brown_03, #958177);
  padding: 0 0 15px 2px;
}
.mce-content-body h4:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mce-content-body h4 {
    padding-bottom: 12px;
    margin-bottom: 26px;
  }
}
.mce-content-body h5 {
  color: #3D3834;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 40px;
  margin-bottom: 18px;
  border: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 12px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  color: var(--white, #FFF);
  -webkit-font-feature-settings: "palt" on, "pkna" on;
          font-feature-settings: "palt" on, "pkna" on;
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  background: var(--brown_04, #605C5A);
  letter-spacing: 0.72px;
}
.mce-content-body h5:before {
  display: none;
}
@media (min-width: 768px) {
  .mce-content-body h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .mce-content-body h5 {
    padding: 8px 16px 10px 16px;
    margin-bottom: 14px;
  }
}

.text-large {
  color: #3D3834;
  font-size: 17px;
  line-height: 150%;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.44px;
  position: relative;
  padding-left: 16px;
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}
.text-large:first-child {
  margin-top: 0 !important;
}
.text-large:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  background: #3D3834;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .text-large {
    font-size: 18px;
    margin-bottom: 18px !important;
  }
}

.under_border {
  color: var(--brown_03, #958177);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.28px;
  position: relative;
}
.under_border:after {
  content: "";
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: auto;
  top: auto;
  bottom: -3px;
  width: calc(100% - 12px);
  height: 1px;
  background: var(--brown_03, #958177);
}
@media (max-width: 767px) {
  .under_border {
    letter-spacing: 1.2px;
  }
  .under_border:after {
    width: calc(100% - 25px);
  }
}
/*# sourceMappingURL=base.css.map */