@charset "UTF-8";
/*
Theme Name: AgreeAble Ver.2
Version: 1.0
Author: m.y
*/
@import url("https://fonts.googleapis.com/css2?family=Tangerine:wght@400;700&display=swap");
/*========================================
Reset
========================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, mark, hr {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  font-size: 100%;
  font-style: normal;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  line-height: 1;
}

code {
  line-height: 1.2;
}

ol, ul, li {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

picture {
  line-height: 1;
}

img {
  border: none;
}

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

h1, h2, h3, h4, h5, h6, p, div {
  word-wrap: break-word;
}

button, input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0;
  margin: 0;
  border: none;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: transparent;
  display: block;
  outline: none;
  border-radius: 0px;
  font-weight: normal;
}

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-moz-focus-inner {
  border: 0px;
}

select::-ms-expand {
  display: none;
}

*:focus {
  outline: none;
}

/*========================================
Base
========================================*/
html {
  width: 100%;
  height: 100%;
  min-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  color: #DFDFDF;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scrollbar-width: thin;
}

body {
  width: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #1C0206;
  -webkit-txt-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  overflow-wrap: anywhere;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer {
  margin-top: auto;
}

input, textarea, select {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  font-size: 16px;
}

::-webkit-input-placeholder {
  font-size: 0.7rem;
}

::-moz-placeholder {
  font-size: 0.7rem;
}

:-ms-input-placeholder {
  font-size: 0.7rem;
}

::-ms-input-placeholder {
  font-size: 0.7rem;
}

::placeholder {
  font-size: 0.7rem;
}

@media screen and (min-width: 1025px) {
  html,
  input, button, textarea, select {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-size: 16px;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-user-drag: none;
  user-drag: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
      user-select: none;
}

video {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

a,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none !important;
  }
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1025px) {
  a:hover,
  input[type=button]:hover,
  input[type=submit]:hover,
  button {
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  a:hover:hover,
  input[type=button]:hover:hover,
  input[type=submit]:hover:hover,
  button:hover {
    opacity: 0.7;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
}
h1, h2, h3 {
  line-height: 1.3;
}

small {
  display: inline-block;
  font-size: 0.7rem;
  color: #888888;
  line-height: 1.5;
}

sup,
sub {
  font-size: 0.6em;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*==================================================
Layout
====================================================*/
@media screen and (min-width: 1025px) {
  .header {
    width: 280px;
  }
  .main, .footer {
    max-width: calc(100% - 280px);
    margin-left: auto;
  }
  .footer {
    width: 100%;
  }
}
/* -------------------- header -------------------- */
#menu-btn-check {
  display: none;
}

.header {
  position: fixed;
  z-index: 100;
  background: #230303;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
}
.header-logo {
  text-align: center;
}
.header-logo img {
  width: auto;
  height: 100%;
}

.menu-cate {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C42040;
  font-size: 0.7rem;
}
.menu-list li {
  width: 100%;
  margin-bottom: 0.8vh;
}
.menu-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-list li a:before {
  content: "";
  display: block;
  margin-right: 0.5em;
  width: 0.5em;
  height: 1px;
  background: #888888;
}
.menu-list + .menu-cate {
  margin-top: 2.5vh;
}
.menu-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-info {
  margin-top: auto;
  padding: 2.5vh 0;
  border-top: 1px solid #351111;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
}
.menu-tel {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C42040;
  font-size: 1.5rem;
  white-space: nowrap;
}
.menu-tel:before {
  content: "TEL";
  font-size: 0.7rem;
}
.menu-hours {
  font-size: 0.85rem;
  margin-bottom: -1.5em;
}
.menu-hours b {
  color: #C9A46A;
}

@media screen and (max-width: 1024px) {
  .header h1 {
    display: none;
  }
  .header {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-logo {
    position: absolute;
    background: #230303;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header-submenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-submenu > * {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 40px;
    height: 40px;
    border: 1px solid #633F06;
    font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
    font-size: 0.85rem;
    color: #C9A46A;
    line-height: 1.2;
    margin-left: 10px;
  }
  .btn-tel img {
    height: 14px;
    margin-bottom: 2px;
  }
  .header-logo {
    width: 112.5px;
    height: 112.5px;
    padding: 15px;
  }
  .header-menu {
    height: 100%;
  }
  .header #menu-btn-check:not(:checked) ~ .menu-content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s 0s ease;
    transition: all 0.6s 0s ease;
  }
  .header #menu-btn-check:checked ~ .menu-btn {
    display: block;
    width: 100%;
    height: 60px;
  }
  .header #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header #menu-btn-check:checked ~ .menu-content {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: all 0.6s 0s ease;
    transition: all 0.6s 0s ease;
    left: 0;
  }
  .header .menu-list a {
    padding: 0.2em;
  }
  .header .menu-btn {
    height: 100%;
    position: relative;
    cursor: pointer;
    z-index: 190;
  }
  .header .menu-btn > div {
    width: 60px;
    height: 100%;
    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;
  }
  .header .menu-btn span,
  .header .menu-btn span:before,
  .header .menu-btn span:after {
    content: "";
    display: block;
    height: 1px;
    width: 24px;
    background-color: #C9A46A;
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
    transition: all 0.3s cubic-bezier(0.3, 0, 0.3, 1);
  }
  .header .menu-btn span:before {
    bottom: 8px;
  }
  .header .menu-btn span:after {
    top: 8.5714285714px;
  }
  .header .menu-content {
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding: 0 20px 5vh;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.6s 0s ease;
    transition: all 0.6s 0s ease;
    width: 100%;
    height: 100vh;
    background: rgba(28, 2, 6, 0.9);
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 110;
    padding-top: 60px;
  }
  .header-submenu {
    margin-left: auto;
    padding-right: 10px;
  }
  .header-submenu li {
    margin-left: 10px;
  }
  .header-submenu li 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;
    border: 1px solid;
    width: 32px;
    height: 32px;
    padding: 8px;
    border-radius: 20px;
  }
  .js-header .header-logo {
    width: 90px;
    height: 90px;
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .header-submenu,
  .menu-btn {
    display: none;
  }
  .header {
    height: 100%;
    overflow-y: auto;
    scrollbar-gutter: stable;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header h1 {
    padding: 0.5em 0 0.3em;
    text-align: center;
    font-size: 0.7rem;
    background: -webkit-gradient(linear, left top, right top, from(rgba(71, 23, 23, 0)), color-stop(40%, #351111), color-stop(60%, #351111), to(rgba(71, 23, 23, 0)));
    background: linear-gradient(to right, rgba(71, 23, 23, 0) 0%, #351111 40%, #351111 60%, rgba(71, 23, 23, 0) 100%);
  }
  .header-logo {
    height: 20vh;
    min-height: 150px;
    max-height: 210px;
    padding: 1.5vh 40px 2.5vh;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .header-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2.5vh 40px 0;
    border-top: 1px solid #351111;
    -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
       border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
  }
  .menu-list li {
    font-size: 95%;
  }
}
/* -------------------- noticebar -------------------- */
.noticebar {
  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;
  background: #120104;
  width: 100%;
  height: 100%;
  max-width: 430px;
  overflow-y: auto;
  scrollbar-gutter: stable;
  padding: 30px 15px 20px 20px;
  -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) inset;
          box-shadow: 1px 0 3px rgba(0, 0, 0, 0.3) inset;
  position: fixed;
  top: 0px;
  right: -430px;
  z-index: 101;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}
@media screen and (min-width: 1025px) {
  .noticebar {
    padding: 40px 40px 20px;
  }
}
.noticebar-notice {
  margin: 3vh auto;
  font-size: 0.7rem;
}
.noticebar-today {
  width: 100%;
  margin-top: auto;
}
.noticebar-today a {
  display: block;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
  padding: 1em 0.5em;
  border: solid #000;
  border-width: 1px 0px;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
  background: -webkit-gradient(linear, left top, right top, from(#340909), color-stop(52.31%, #640c0c), to(#340909));
  background: linear-gradient(to right, #340909 0%, #640c0c 52.31%, #340909 100%);
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
  position: relative;
}
.noticebar-today a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 3em;
  height: 2.8em;
  background-image: url("images/img_butterfly.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: rotate(10deg) translateY(-50%);
          transform: rotate(10deg) translateY(-50%);
}
.noticebar .c-close {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

body.open-notice-sidebar .noticebar {
  right: 0;
  opacity: 1;
}

body.open-notice-sidebar .c-close {
  opacity: 1;
  pointer-events: auto;
}

.commentform {
  margin-bottom: 3vh;
}
.commentform-header {
  text-align: center;
  line-height: 1.3;
  margin-bottom: 1em;
}
.commentform-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C42040;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}
.commentform-ttl:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/icon_butterfly.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
}
.commentform-date span {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
}
.commentform .form-submit {
  text-align: center;
  margin-top: 30px;
}
.commentform .form-submit input[type=submit] {
  display: inline-block;
  width: 100%;
  max-width: 240px;
  background-color: rgba(201, 164, 106, 0.2);
  border: 1px solid;
  border-color: rgba(201, 164, 106, 0.5);
  color: #DFDFDF;
  font-size: 0.85rem;
  line-height: 1;
  padding: 0.7em 1.5em 0.6em;
}
.commentform .form-submit .comment-form-cookies-consent {
  margin-top: 1em;
  font-size: 0.7rem;
  line-height: 1.5;
  margin-bottom: -20px;
}

/* -------------------- js -------------------- */
.modaal-video-wrap {
  margin: auto !important;
}

.modaal-video-container {
  width: auto;
  height: 85vh !important;
  max-width: 90% !important;
  max-height: 100vh !important;
  padding-bottom: 0 !important;
  aspect-ratio: 9/16 !important;
}

/* -------------------- layout -------------------- */
.main {
  min-height: 50vh;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 60px;
  }
}
.l-container,
.l-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-scontainer {
  width: 100%;
  max-width: 1105px;
  margin-left: auto;
  margin-right: auto;
}

.l-container .l-wrap,
.l-scontainer .l-wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-third {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .l-third {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .l-third {
    -ms-grid-columns: minmax(0, 1fr) 80px minmax(0, 1fr) 80px minmax(0, 1fr);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 80px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .l-third {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 2vw;
  }
}

.l-quarter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-quarter > * {
  width: calc(25% - 13px);
}

@media screen and (max-width: 768px) {
  .l-quarter > * {
    width: calc(50% - 8px);
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .l-container, .l-scontainer, .l-wrap {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .l-container .l-scontainer,
  .l-container .l-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-wrap > * + * {
    margin-top: 30px;
  }
  .l-wrap ._ord1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .l-wrap ._ord2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .l-wrap ._ord3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1025px) {
  .l-container, .l-scontainer, .l-wrap {
    padding-left: 80px;
    padding-right: 145px;
  }
  .l-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-wrap > *:nth-child(even) {
    padding-left: clamp(10px, 3%, 40px);
  }
  .l-wrap > *:nth-child(odd) {
    padding-right: clamp(10px, 3%, 40px);
  }
  .l-wrap._items-c {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-lcol {
    width: 66.6%;
  }
  .l-mcol {
    width: 50%;
  }
  .l-scol {
    width: 33.3%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .l-container, .l-scontainer, .l-wrap {
    padding-right: 80px;
  }
  .l-scol:has(+ .l-lcol),
  .l-mcol,
  .l-lcol ~ .l-scol {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-top: 40px;
  }
  .l-lcol {
    width: 100%;
    padding-left: 0 !important;
  }
}
.l-btnwrap {
  margin-top: 30px;
  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;
  gap: 10px;
}
.l-btnwrap > *:nth-child(2) {
  margin-left: auto;
}

/* -------------------- page -------------------- */
.pagehead {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20vh;
  min-height: 160px;
  max-height: 280px;
  background-position: center 60%;
  background-size: cover;
  background-image: url(https://agreeable.bar/wp-content/uploads/2017/04/AI2I2390-1024x683.jpg);
  position: relative;
}
.pagehead:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(2.5px);
  pointer-events: none;
}
.pagehead:after {
  content: "";
  display: block;
  width: 100%;
  height: 20vh;
  position: absolute;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 2, 6, 0)), to(#1c0206));
  background: linear-gradient(rgba(28, 2, 6, 0), #1c0206);
  pointer-events: none;
}
.pagehead > * {
  position: relative;
  z-index: 10;
}

#archive-information .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2018/10/fa9fa4218b76b4ecf70bcec468d5f2f4-e1540893350791.png");
}

#page-ladies .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2017/04/AI2I2355-1024x683.jpg");
  background-position: center 30%;
}

#archive-topics .pagehead,
#single-topics .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2017/04/AI2I2380-1024x683.jpg");
}

#page-calendar .pagehead,
#archive-event .pagehead,
#single-event .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2017/04/AI2I2375-1024x683.jpg");
}

#page-blog .pagehead,
#single-post .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2017/04/AI2I2409-1024x683.jpg");
  background-position: center 70%;
}

#archive-column .pagehead,
#single-column .pagehead {
  background-image: url("https://agreeable.bar/wp-content/uploads/2017/04/AI2I2399-1024x683.jpg");
}

.pagettl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  margin-bottom: 1em;
}
.pagettl span {
  display: block;
  color: #C42040;
  font-size: 0.85rem;
  text-transform: uppercase;
}

.breadcrumb {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.7rem;
  color: #C42040;
  background: #230303;
}
.breadcrumb li {
  position: relative;
  line-height: 1.3;
  display: inline-block;
  max-width: 15em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li.active {
  max-width: 8em;
}
.breadcrumb li:not(.active) {
  color: #888888;
}
.breadcrumb li:not(:first-child) {
  padding-left: 1.5em;
}
.breadcrumb li:not(:first-child):before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.pagesubttl {
  margin-bottom: 1em;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  color: #C9A46A;
}
.pagesubttl:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(images/icon_butterfly.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
.pagesubttl span {
  font-size: 1rem;
}

@media screen and (max-width: 1024px) {
  .pagehead {
    margin-bottom: 60px;
  }
  .pagesubttl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .pagehead {
    height: 25vh;
    margin-bottom: 80px;
  }
  .pagettl {
    font-size: 2rem;
  }
  .pagesubttl {
    font-size: 1.25rem;
  }
}
.secttl {
  text-align: center;
  font-size: 1.25rem;
  color: #C42040;
}

.pagebody-foot {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .pagebody-foot {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pagebody-foot {
    padding-top: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .secttl {
    margin-bottom: 60px;
  }
  .pagebody-main ~ .pagebody-side {
    padding-top: 30px;
    border-top: 1px solid #3a2727;
  }
}
@media screen and (min-width: 1025px) {
  .pagebody-main ~ .pagebody-side {
    border-left: 1px solid #3a2727;
  }
  .secttl {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .pagebody-main ~ .pagebody-side {
    border-top: 1px solid #3a2727;
    border-left: none;
    padding-top: 30px;
  }
}
.pagefoot:before {
  content: "";
  display: block;
  border-top: 1px dotted #3a2727;
}
@media screen and (max-width: 1024px) {
  .pagefoot {
    margin-top: 30px;
  }
  .pagefoot:before {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .pagefoot {
    margin-top: 40px;
  }
  .pagefoot:before {
    margin-bottom: 40px;
  }
}

/* -------------------- footer -------------------- */
.footer {
  background: #120104;
  font-size: 0.85rem;
  padding: 60px 20px 30px;
  position: relative;
  overflow: hidden;
}
.footer:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 90%;
  max-height: 300px;
  aspect-ratio: 1/1;
  background: url("images/img_butterfly.svg") no-repeat;
  background-size: contain;
  right: 5%;
  bottom: 0;
  opacity: 0.1;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  pointer-events: none;
}
.footer-info aside {
  color: #888888;
  margin: 0.5em 0 3em;
}
@media screen and (max-width: 1024px) {
  .footer {
    margin-top: 60px;
  }
  .footer .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .footer .menu-list li {
    width: 50%;
  }
  .footer-info {
    margin: 60px 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .footer {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px 145px 40px 80px;
  }
  .footer-menuwrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-menuwrap > div:not(:last-child) {
    margin-right: 40px;
  }
  .footer-info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 0.7rem;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .footer-copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 2em;
    width: 100%;
  }
}

/*==================================================
component 
====================================================*/
@media screen and (max-width: 1024px) {
  br.pc {
    display: none;
  }
  .hide-sp {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  br.sp {
    display: none;
  }
  .hide-pc {
    display: none;
  }
}
/* -------------------- text -------------------- */
.c-ta-l {
  text-align: left !important;
}

.c-ta-c {
  text-align: center !important;
}

.c-ta-r {
  text-align: right !important;
}

.c-underline {
  text-decoration: underline;
}

.c-fc1 {
  color: #C42040;
}

.c-fc2 {
  color: #C9A46A;
}

.c-ff2 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/* -------------------- parts -------------------- */
.c-linkall {
  display: block;
  font-size: 0;
  width: 4.8rem;
  height: 1.5rem;
  background: url("images/more.svg") no-repeat center right;
  background-size: contain;
  margin-top: 10px;
  margin-left: auto;
}

.c-link {
  padding: 0.3em 0;
  line-height: 1.2;
  font-size: 0.85rem;
  color: #C42040;
  border-radius: 2em;
}

.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 3em;
  text-align: center;
  background-color: rgba(196, 32, 64, 0.2);
  border: 1px solid;
  border-color: rgba(196, 32, 64, 0.5);
  color: #DFDFDF;
  text-decoration: none !important;
  line-height: 1;
  padding: 0 0.5em;
  margin-top: 30px;
}

.c-btn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 3em;
  text-align: center;
  background-color: rgba(201, 164, 106, 0.2);
  border: 1px solid;
  border-color: rgba(201, 164, 106, 0.5);
  color: #DFDFDF;
  text-decoration: none !important;
  line-height: 1;
  padding: 0 0.5em;
  margin-top: 30px;
}

.c-sbtn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 3em;
  text-align: center;
  background-color: rgba(196, 32, 64, 0.2);
  border: 1px solid;
  border-color: rgba(196, 32, 64, 0.5);
  color: #DFDFDF;
  text-decoration: none !important;
  line-height: 1;
  padding: 0 0.5em;
  margin-top: 30px;
  width: auto;
  height: auto;
  min-width: 140px;
  font-size: 0.85rem;
  padding: 0.7em 1.5em 0.6em;
}

.c-sbtn2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 240px;
  height: 3em;
  text-align: center;
  background-color: rgba(201, 164, 106, 0.2);
  border: 1px solid;
  border-color: rgba(201, 164, 106, 0.5);
  color: #DFDFDF;
  text-decoration: none !important;
  line-height: 1;
  padding: 0 0.5em;
  margin-top: 30px;
  width: auto;
  height: auto;
  min-width: 140px;
  font-size: 0.85rem;
  padding: 0.7em 1.5em 0.6em;
}

.c-btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1025px) {
  .c-btnwrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .c-btnwrap > * {
    width: calc(50% - 5px);
  }
}

.c-panel {
  height: 100%;
  background-color: #230303;
  border-style: solid none solid none;
  border-width: 1px;
  border-color: #3a2727;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
  -webkit-box-shadow: 0 1.3rem 1rem -1rem rgba(0, 0, 0, 0.6);
          box-shadow: 0 1.3rem 1rem -1rem rgba(0, 0, 0, 0.6);
}

._cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.c-close {
  margin-top: 2em;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 0;
  color: #888888;
  letter-spacing: 0.1em;
  padding: 0.5em 1em;
  position: relative;
}
.c-close:before, .c-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 20px;
  background: #888888;
}
.c-close:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.c-close:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

input[type=submit] {
  border-radius: 2em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------- pager -------------------- */
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #C42040;
}
@media screen and (max-width: 1024px) {
  .c-pager {
    font-size: 0.85rem;
  }
}
.c-pager li {
  margin: 0 0.5em;
}
.c-pager li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2em;
  height: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid;
}
.c-pager-prev:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 0.3em;
}
.c-pager-next:before {
  content: "";
  display: block;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 0.3em;
}
.c-pager-current {
  pointer-events: none;
  background: #C42040;
  color: #1C0206;
  font-weight: 500;
}

/* -------------------- share -------------------- */
.sns-share {
  margin-top: 30px;
}

.sns-share ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sns-share ul li {
  width: 120px;
  margin: 0 0.5em;
}

.sns-share ul a {
  display: block;
  padding: 0.2em 0.2em 0;
  text-align: center;
  font-size: 0.85rem;
  color: #888888;
  border: 1px solid #888888;
  border-radius: 2px;
}

.sns-share .fab {
  margin-right: 0.3em;
}

.fa-hatena:before {
  content: "B!";
  font-family: Verdana;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .sns-share ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sns-share ul li {
    width: 24%;
    margin: 0;
  }
  .sns-share ul li a {
    padding: 0.2em 0 0;
  }
}
/* -------------------- hr -------------------- */
hr {
  width: 100%;
  border-top: 1px solid #351111;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
}

/* -------------------- js -------------------- */
.js-inview {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.js-show {
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.6s 0s ease;
  transition: all 0.6s 0s ease;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* -------------------- form -------------------- */
form textarea,
form input[type=text] {
  width: 100%;
  padding: 0.3em;
  color: #DFDFDF;
  background: #191919;
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.4);
  margin-top: 1em;
}
form input[type=checkbox] {
  display: none;
}
form input[type=checkbox] + label {
  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;
  cursor: pointer;
  padding: 0.5em 0.5em 0.5em 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  form input[type=checkbox] + label {
    padding: 1em 0 1em 2em;
  }
}
form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background: #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 2px 5px -4px rgba(0, 0, 0, 0.3);
}
form input[type=checkbox]:checked + label:before {
  background: #C9A46A;
}
form input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 0.5em;
  top: -0.4em;
  bottom: 0;
  margin: auto;
  display: block;
  width: 0.6em;
  height: 1em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha-text {
  display: block;
  margin-top: 1em;
}
.recaptcha-text a {
  text-decoration: underline;
}

/*======================================
	WP EDITOR
=======================================*/
.editor {
  overflow-wrap: break-word;
  line-height: 1.8;
}
.editor p {
  overflow-wrap: break-word;
}
.editor p + p {
  margin-top: 1.5em;
}
.editor a {
  text-decoration: underline;
}
.editor h1 {
  color: #C42040;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1em;
}
.editor h2 {
  color: #C42040;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .editor h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1025px) {
  .editor h2 {
    font-size: 1.5rem;
  }
}
.editor h3 {
  font-size: 1.4em;
  margin-bottom: 0.5em;
}
.editor h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5em;
}
.editor strong {
  font-weight: bold;
}
.editor em {
  font-style: italic;
}
.editor {
  /*	
  	table {
  	margin: 0.5em 0;
  	border: 1px solid #444;

  	th, td {
  	padding: 0.5em;
  	border: 1px solid #444;
  	}
  }
  */
}
.editor hr {
  background: none;
  border-bottom: 1px solid #3a2727;
  margin: 1.5em 0;
}
.editor iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  margin-bottom: 1.5em;
}

.editor a.btn {
  color: #FFF;
  text-decoration: none;
}

.editor > img,
.editor p img {
  margin-bottom: 1em;
  max-width: 100%;
  height: auto;
}

.editor ol,
.editor ul {
  padding-left: 0;
}

.editor ol li {
  margin-bottom: 15px;
}

.editor li {
  list-style-type: disc;
  list-style-position: inside;
}

.editor li > ul {
  margin-bottom: 20px;
}

.editor li > ul > li {
  list-style: outside circle;
}

.wp-caption {
  text-align: center;
  max-width: 100%;
}

@media (max-width: 767px) {
  .wp-caption {
    max-width: 100%;
  }
}
.wp-caption .wp-caption-text {
  font-size: 14px;
  padding-top: 5px;
  font-style: italic;
}

.editor .wp-caption img {
  margin-bottom: 10px;
}

/*Font ********************************/
.txt-12 {
  font-size: 12px;
}

.txt-14 {
  font-size: 14px;
}

.txt-16 {
  font-size: 16px;
}

.txt-18 {
  font-size: 18px;
}

.txt-20 {
  font-size: 20px;
}

.txt-22 {
  font-size: 22px;
}

.txt-24 {
  font-size: 24px;
}

.txt-30 {
  font-size: 30px;
}

.txt-35 {
  font-size: 35px;
}

.txt-42 {
  font-size: 42px;
}

/*Color ********************************/
.red {
  color: #C42040;
}

.blk {
  color: #000;
}

.gold {
  color: #C9A46A;
}

/*Padding ********************************/
.f-min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}

/*Padding ********************************/
.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

/*Margin ********************************/
.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-90 {
  margin-bottom: 90px;
}

/*Align ********************************/
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/*==================================================
Toppage
====================================================*/
.toppage {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .topsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .topsec {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .topsec section + section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .topsec section + section {
    margin-top: 80px;
  }
}
.topsec-ttl {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 2rem;
  white-space: nowrap;
  margin-bottom: 30px;
}
.topsec-ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #C42040;
  font-size: 0.85rem;
  text-transform: uppercase;
}
.topsec-ttl span:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/icon_butterfly.svg") no-repeat center;
  background-size: contain;
  margin-right: 0.3em;
}
.topsec-ttl.c-ta-c span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topsec-subttl {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C9A46A;
  text-align: center;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 1025px) {
  .topsec-subttl {
    font-size: 1.25rem;
  }
}
.topsec-catch {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C9A46A;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
.topsec-txt {
  margin-bottom: 20px;
}
.topsec-txt strong {
  color: #C9A46A;
  text-decoration: underline;
}
@media screen and (min-width: 1025px) {
  .topsec-ttl {
    font-size: 2.5cqw;
    margin-bottom: 40px;
  }
  .topsec-catch {
    margin-bottom: 20px;
  }
  .topsec-txt {
    margin-bottom: 26.6666666667px;
  }
}

.fv {
  height: 100svh;
  background: url("images/img_top.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px;
}
.fv-sub {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C42040;
  font-size: 0.85rem;
}
@media screen and (min-width: 1025px) {
  .fv-sub {
    font-size: 1.25rem;
  }
}
.fv-catch {
  color: #C9A46A;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: clamp(1.25rem, 12vw, 4rem);
  font-weight: 900;
  line-height: 1.1;
  font-style: italic;
}
.fv-txt {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  margin-top: 5em;
  /*
  &:before {
  content: "";
  display: block;
  width: 38.2%;
  height: 1px;
  background: linear-gradient(to right, rgba(212, 166, 92, 0.5) 0%, rgba(212, 166, 92, 0) 100%);
  margin-bottom: 2em;
  }
  */
}
.fv-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .fv {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .fv-txt {
    font-size: 0.85rem;
  }
  .fv-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv-btn a {
    width: 48%;
    max-width: none;
    margin-top: 4%;
  }
  .fv-btn a:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .fv {
    padding: 80px 80px;
  }
  .fv-catch {
    font-size: clamp(1.25rem, 7vw, 6rem);
  }
  .fv-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .fv-btn a {
    width: 100%;
    margin-right: 10px;
  }
  .fv-btn a:last-child {
    max-width: 140px;
  }
}

.foryou {
  text-align: center;
}
.foryou-ttl {
  color: #C9A46A;
  font-size: 2rem;
  font-family: "Tangerine", cursive;
}
.foryou-list li {
  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;
  padding: 2em 0 1em;
  background: radial-gradient(at 50% 120%, #230303 0, #1C0206 100%);
  border-bottom: 1px solid #3a2727;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
}
.foryou-list li:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/icon_butterfly2.svg") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .foryou-list p {
    font-size: 0.85rem;
  }
}
.foryou-list a {
  margin-left: 0;
}
.foryou-cate {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  color: #C9A46A;
  margin-bottom: 0.5em;
}

.today {
  position: relative;
  overflow: hidden;
}
.today:before {
  content: "Today's";
  font-family: "Tangerine", cursive;
  font-size: 50vw;
  color: #C9A46A;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: rotate(-10deg) translateX(-55%);
          transform: rotate(-10deg) translateX(-55%);
  opacity: 0.03;
}
@media screen and (min-width: 1025px) {
  .today:before {
    font-size: 20cqw;
  }
}
.today-notice {
  margin: 0 auto;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  text-align: center;
  line-height: 1;
  padding: 0 80px !important;
  position: relative;
}
.today-notice:before {
  content: "";
  display: block;
  width: 100%;
  height: 140%;
  position: absolute;
  z-index: -1;
  top: -20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("images/img_butterfly.svg") no-repeat center;
  background-size: contain;
  opacity: 0.15;
}
.today-date {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
.today-date span {
  font-size: 70%;
}
.today-num {
  color: #C9A46A;
}
.today-num span {
  display: block;
  font-size: 10em;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8D168), to(#C9A46A));
  background: linear-gradient(180deg, #F8D168 0%, #C9A46A 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.today-topics p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ladies-list {
  border-top: 1px solid #3a2727;
}
.ladies-list li {
  padding: 1em 0;
  border-bottom: 1px solid #3a2727;
  list-style-type: none !important;
  padding-left: 1.35em;
  text-indent: -1.35em;
}
.ladies-list li:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  vertical-align: middle;
  border-top: 2px solid #C42040;
  margin-right: 0.5em;
}
.ladies-panel {
  height: 100%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-image: url("images/img_mark.svg");
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: center;
  padding: 60px 0;
}
.ladies-ttl {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C42040;
  font-size: 1.25rem;
  line-height: 1;
}
.ladies-ttl strong {
  font-size: 650%;
  line-height: 1;
}
.ladies-ttl small {
  color: #C42040;
  margin-bottom: 30px;
}

.advantages-list {
  counter-reset: num;
}
.advantages-list dt {
  border-top: 1px solid #3a2727;
  margin-top: 1em;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  color: #C9A46A;
  padding-top: 1em;
  padding-left: 2.5em;
  position: relative;
}
.advantages-list dt:before {
  counter-increment: num 1;
  content: counter(num) ".";
  position: absolute;
  top: 0.2em;
  left: 0;
  font-size: 230%;
  font-style: italic;
  text-align: center;
  line-height: 1;
  opacity: 0.4;
}
.topconcept-point li {
  font-size: 0.85rem;
}
.topconcept-point li em {
  display: block;
  line-height: 1;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
  color: #C9A46A;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1024px) {
  .topconcept-point li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1em 0.5em;
    background-color: #230303;
    margin-bottom: 10px;
  }
  .topconcept-point li img {
    height: 1.5em;
    margin-right: 1em;
  }
}
@media screen and (min-width: 1025px) {
  .topconcept-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topconcept-point li {
    width: 30%;
    aspect-ratio: 1/1;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
  }
  .topconcept-point li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #230303;
    border-radius: 50%;
    z-index: -1;
  }
  .topconcept-point li em {
    margin: 1em 0;
  }
}
.topconcept-photolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.topconcept-photolist li {
  width: calc(50% - 10px);
  margin: 10px 0;
}
.topconcept-photolist img {
  aspect-ratio: 3/2;
}

.video-wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
}

.topsystem {
  position: relative;
}
.topsystem-list li {
  margin-top: 0.5em;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.topsystem-list li:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 0.2em;
  background: #C42040;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (max-width: 1024px) {
  .topsystem-img {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .topsystem-img {
    position: absolute;
    z-index: -1;
    top: -80px;
    right: 145px;
    width: 38.2%;
    aspect-ratio: 1/1;
  }
  .topsystem-img img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 70%);
            mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.5) 10%, rgba(0, 0, 0, 0) 70%);
  }
}
.topsystem-wrap {
  margin-top: 30px;
  padding: 2em 2vw 1em;
}
.topsystem-table {
  width: 100%;
}
.topsystem-table caption {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
}
.topsystem-table thead th {
  font-size: 0.85rem;
  color: #888888;
  text-align: right;
}
.topsystem-table thead tr,
.topsystem-table tbody tr {
  border-bottom: 1px solid #3a2727;
}
.topsystem-table tbody td {
  padding: 0.8em 0;
}
.topsystem-table td {
  text-align: right;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C9A46A;
}
.topsystem-table small {
  font-size: 0.7rem;
}
.topsystem-time {
  display: block;
  color: #C42040;
  font-size: 0.85rem;
}
.topsystem-price {
  font-size: 1.5rem;
}
.topsystem-weekend {
  line-height: 1;
}
.topsystem-weekend span {
  font-size: 0.7rem;
  margin-right: 0.5em;
}

.topevent-today .eventlist-img {
  padding: 2px 0;
}
@media screen and (max-width: 1024px) {
  .topevent-today {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .topevent-today > div {
    width: calc(50% - 8px);
    margin: 0;
  }
}

.weeklyslider li {
  padding: 0 7px;
}

.weekly-wrap {
  padding: 1em 2em;
}
.weekly-day {
  display: block;
  text-align: right;
}
.weekly-day span {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.25rem;
}
.weekly-event dt {
  display: inline-block;
  line-height: 1;
  font-size: 0.7rem;
  padding: 0.3em 0.5em 0.2em 0.5em;
  border: 1px solid;
}
.weekly-event dt:nth-of-type(1) {
  color: #C9A46A;
}
.weekly-event dt:nth-of-type(2) {
  color: #C42040;
}
.weekly-event dd {
  margin: 3px 0 1em;
}
.weekly-event dd a {
  display: block;
  height: 1.6em;
  font-size: 0.85rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topinfo .atoz-ttl:before {
  font-size: 0 !important;
  height: 1rem;
}

.topblog li {
  border-top: none;
}
.topblog-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.topblog-wrap img {
  max-width: 120px;
  width: 38.2%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.topblog-txt {
  padding-left: 1em;
}
.topblog-date {
  display: block;
  font-size: 0.7rem;
  color: #C9A46A;
}
.topblog-ttl {
  height: 5.5em;
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.topaccess-map {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  height: 100%;
  min-height: 400px;
}
@media screen and (max-width: 1024px) {
  .topaccess-map {
    margin-top: 30px;
  }
  .topaccess-map iframe {
    width: 100%;
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 1025px) {
  .topaccess-map iframe {
    width: 100%;
    height: 100%;
  }
}
.topaccess-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  border-top: 1px solid #3a2727;
}
.topaccess-info dt {
  color: #C9A46A;
  padding-top: 0.8em;
}
.topaccess-info dd {
  -ms-grid-column: 1;
  grid-column: 1;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #3a2727;
}
@media screen and (min-width: 1025px) {
  .topaccess-info {
    -ms-grid-columns: 8em 1fr;
    grid-template-columns: 8em 1fr;
  }
  .topaccess-info dt, .topaccess-info dd {
    padding: 1em 0;
    border-bottom: 1px solid #3a2727;
  }
  .topaccess-info dt {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .topaccess-info dd {
    -ms-grid-column: 2;
    grid-column: 2;
  }
}
.topaccess-tel {
  line-height: 1;
  color: #C42040;
  font-size: 1.5rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
@media (hover: hover) and (pointer: fine) {
  .topaccess-telbtn {
    display: none;
  }
}

/*==================================================
Postlist
====================================================*/
.postlist {
  border-top: 1px solid #3a2727;
}
.postlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #3a2727;
}
.postlist-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  aspect-ratio: 1/1;
  width: 80px;
}
@media screen and (min-width: 1025px) {
  .postlist-img {
    width: 120px;
  }
}
.postlist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.postlist-date {
  display: inline-block;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 0.85rem;
  color: #C9A46A;
  margin-right: 1em;
}
.postlist-cate {
  display: inline-block;
  font-size: 0.85rem;
  color: #888888;
}
.postlist-cate a {
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5em;
}
.postlist-cate a + a:before {
  content: "/";
  margin-right: 0.5em;
}
.postlist-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-left: 1em;
}
.postlist-ttl {
  line-height: 1.3;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5em;
}
.postlist-content {
  font-size: 0.85rem;
  color: #888888;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .postlist-content {
    display: none;
  }
}
.postlist-foot {
  font-size: 0.85rem;
}
@media screen and (min-width: 1025px) {
  .postlist-foot {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr 1fr;
    grid-template-columns: 1fr 2fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .postlist-foot > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .postlist-foot > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .postlist-foot > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 768px) {
  .postlist-postdata {
    margin-bottom: 1em;
    text-align: center;
  }
}

.categorys-wrap .toggle-input {
  display: none;
}

@media screen and (max-width: 1024px) {
  #page-blog .pagebody-main {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #page-blog .pagebody-side {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 30px;
    border-top: 0;
  }
  .pagebody-side .categorys-wrap:nth-child(2) {
    display: none;
  }
  .pagebody-foot .categorys-wrap {
    margin-top: 30px;
  }
  .categorys-wrap .toggle-label {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #846341;
    position: relative;
  }
  .categorys-wrap .toggle-label:after {
    content: "";
    display: block;
    width: 0.6em;
    height: 0.6em;
    border-top: 1px solid #846341;
    border-right: 1px solid #846341;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  .categorys-wrap .toggle-content {
    display: block grid;
    -webkit-transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s;
    transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr;
  }
  .categorys-wrap .toggle-content > * {
    overflow: hidden;
  }
  .categorys-wrap .toggle-input:checked + .toggle-label + .toggle-content {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .categorys-wrap .toggle-input:checked + .toggle-label::after {
    -webkit-transform: rotate(-45deg) !important;
    transform: rotate(-45deg) !important;
    top: 6%;
    bottom: 0;
  }
  .categorys-list li {
    padding: 0.5em 0;
  }
  .categorys-list li + li {
    border-top: 1px solid #3a2727;
  }
  .categorys-list li a {
    display: block;
    padding: 0.5em;
  }
}
@media screen and (min-width: 1025px) {
  .pagebody-foot .categorys-wrap {
    display: none;
  }
  .categorys-wrap {
    margin-bottom: 3em;
  }
  .categorys-wrap .toggle-label {
    display: block;
    width: 100%;
    margin-bottom: 1em;
  }
  .categorys-wrap .toggle-label:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #351111;
    -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
       border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
       border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .categorys-list li {
    margin-top: 0.8em;
    font-size: 0.85rem;
  }
  .categorys-list li:before {
    content: "";
    display: inline-block;
    width: 0.2em;
    height: 0.2em;
    background: #C42040;
    vertical-align: middle;
    margin-right: 0.5em;
  }
  .singel-categorys {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .singel-categorys .categorys-wrap {
    width: calc(50% - 20px);
  }
  .singel-categorys .categorys-wrap:nth-child(even) {
    margin-left: 40px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination li {
  margin: 0 2px;
}
.pagination li span, .pagination li a {
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2;
  border-radius: 2em;
  color: #846341;
  font-size: 0.85rem;
  text-align: center;
}

.page-numbers:not(.dots).current {
  font-weight: bold;
  border: 1px solid #846341;
}

/*==================================================
Ttllist 
====================================================*/
.otherpost:has(.ttllist) {
  text-align: center;
}

.ttllist {
  display: inline-block;
  text-align: left;
  border-top: 1px solid #3a2727;
}
.ttllist li {
  padding: 1em 0;
  border-bottom: 1px solid #3a2727;
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.ttllist li:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/icon_butterfly.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media screen and (min-width: 1025px) {
  .ttllist li {
    font-size: 1.25rem;
  }
}

/*==================================================
Eventlist 
====================================================*/
.eventlist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (min-width: 1025px) {
  .eventlist {
    -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1439px) {
  .eventlist {
    -ms-grid-columns: 1fr 2vw 1fr 2vw 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 2vw;
  }
}
.eventlist-img {
  position: relative;
  aspect-ratio: 4/5;
}
.eventlist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.eventlist-ttl {
  margin-top: 0.5em;
  font-size: 0.85rem;
  text-align: center;
}

/*==================================================
Photolist 
====================================================*/
.photolist-img {
  display: block;
  position: relative;
  aspect-ratio: 1/1;
}
.photolist-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .photolist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .photolist li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .photolist {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

/********************************
Information
********************************/
@media screen and (max-width: 1024px) {
  .atoz-head {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .atoz-head {
    margin-bottom: 80px;
  }
}
.atoz-head h2 {
  margin-bottom: 2em;
}
.atoz-list {
  counter-reset: num;
}
.atoz-list li {
  counter-increment: num;
  border-top: none;
  aspect-ratio: 4/3;
}
.atoz-list li img {
  width: 100%;
  height: 61.8%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.atoz-txt {
  height: 38.2%;
  margin-top: 0.6em;
  padding: 0 1em;
  text-align: left;
}
.atoz-ttl {
  font-size: 0.85rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.atoz-ttl:before {
  display: block;
  font-size: 0.7rem;
  color: #C9A46A;
  content: "Vol." counter(num);
}

/*==================================================
Single
====================================================*/
.single-head {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
.single-date {
  font-size: 0.85rem;
  color: #C9A46A;
  margin-right: 1em;
  float: left;
}
.single-cate {
  font-size: 0.85rem;
  color: #888888;
}
.single-cate a {
  text-decoration: none;
  display: inline-block;
  margin-right: 0.5em;
}
.single-cate a + a:before {
  content: "/";
  margin-right: 0.5em;
}
.single-ttl {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .single-ttl {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .single-ttl {
    font-size: 2rem;
  }
}
.single-ttl {
  color: #DFDFDF;
  overflow: hidden;
  width: 100%;
  margin-top: 0.3em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #3a2727;
}
.single-content {
  min-height: 20vh;
}
@media screen and (max-width: 1024px) {
  .single-foot {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .single-foot {
    margin-top: 40px;
  }
}

.writer {
  padding: 1em;
  background: #230303;
  overflow: hidden;
}
.writer-img {
  float: left;
  aspect-ratio: 1/1;
  width: 100px;
  margin-right: 1em;
}
.writer-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: middle;
}
.writer-ttl {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 0.7rem;
  color: #888888;
}
.writer-desc {
  font-size: 0.85rem;
}
@media screen and (min-width: 1025px) {
  .writer-img {
    width: 140px;
  }
}

.otherpost {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .otherpost .postlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .otherpost .postlist li {
    width: calc(50% - 32px);
    border: 0;
    padding-top: 0;
  }
}

/*==================================================
Page
====================================================*/
.section-page {
  padding: 4vh 0;
}

/*==================================================
Comment
====================================================*/
.comment-list li {
  margin-bottom: 1.5em;
}
.comment-list .parent {
  margin-bottom: 1em;
}
.comment-list .children {
  margin-left: 10%;
}
.comment-list .comment-author.vcard {
  float: left;
  font-size: 0.85rem;
  margin: 0 1em 0 0;
}
.comment-list .well {
  display: inline-block;
  font-size: 0.85rem;
  color: #17171B;
  text-align: left;
  line-height: 1.3;
  margin-top: 0.3em;
  min-height: 20px;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.comment-author > cite:after {
  content: " 様";
}

.comment-author-agreeable_owner cite:after {
  display: none;
}

.comment-meta a {
  font-size: 12px;
  color: #999;
}

.comment-author > .says {
  display: none;
}

.comment-body {
  position: relative;
}

.comment-body > .reply {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.5;
  font-size: 0.85rem;
}

.comment-body:hover > .reply {
  opacity: 1;
}

.comment-form-cookies-consent {
  font-size: 0.85rem;
}

.comment-awaiting-moderation {
  clear: both;
  display: block;
  font-size: 0.7rem;
  color: #888888;
}

.comment-awaiting-moderation ~ br {
  display: none;
}

.comment-awaiting-moderation ~ br ~ .commentmetadata ~ .well {
  opacity: 0.5;
}

.comment-body:has(.comment-awaiting-moderation) {
  font-size: 0;
}

/********************************
   System
 ********************************/
h3.system-title {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 337px;
}

h3.system-title:before {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #fbb03b;
  position: absolute;
  top: 40%;
  left: calc(-50vw - 20px);
}

h3.system-title:after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #fbb03b;
  position: absolute;
  top: 40%;
  right: calc(-50vw - 20px);
}

.title-wrapper {
  position: relative;
  overflow: hidden;
}

.system-table {
  width: 100%;
}

.system-table th, .system-table td {
  border: 1px solid #000;
  background: #fff;
}

.system-table td {
  height: 100px;
  color: #000;
  padding: 3px;
}

.system-table th {
  text-align: center;
  padding: 5px 3px;
}

.table-1 th {
  background: #4e5e68;
}

.table-2 th {
  background: #664a44;
}

.table-1 .td-1, .table-2 .td-1 {
  width: 15%;
}

.table-1 .td-2, .table-2 .td-2 {
  width: 17%;
}

.table-3 {
  border: 1px solid #fff;
  margin: 0 auto;
  border-collapse: separate;
  padding: 20px 30px;
}

.table-3 .td-1 {
  text-align: left;
  padding-right: 20px;
}

.table-3 .td-2 {
  text-align: right;
}

ul.rule {
  list-style-type: disc;
  padding-left: 15px;
}

ul.rule li {
  margin-bottom: 10px;
}

/********************************
 Information
********************************/
#single-information .single-ttl {
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  color: #C9A46A;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
}
#single-information .single-ttl:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("images/icon_butterfly.svg") no-repeat center;
  background-size: contain;
  margin: 0 auto 0.5em;
}

/********************************
 用語集
********************************/
#single-glossary_atoz .single-ttl {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-size: 1.5rem;
  color: #C9A46A;
  text-align: center;
  -o-border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(rgba(212, 166, 92, 0)), color-stop(50%, rgb(212, 166, 92)), to(rgba(212, 166, 92, 0))) 1;
     border-image: linear-gradient(to right, rgba(212, 166, 92, 0) 0%, rgb(212, 166, 92) 50%, rgba(212, 166, 92, 0) 100%) 1;
}

.glossary-wrap {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #3a2727;
}
.glossary-ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.glossary-list {
  margin-left: 0.2em;
}
.glossary-list li {
  margin-top: 0.5em;
  padding-left: 1.35em;
  text-indent: -1.35em;
}
.glossary-list li:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  vertical-align: middle;
  border-top: 2px solid #C42040;
  margin-right: 0.5em;
}
.glossary-furigana {
  display: block;
}

/********************************
 Link
********************************/
#page-link .link-list li {
  margin-bottom: 50px;
  list-style-type: none !important;
}

#page-link .link-list li a:hover {
  text-decoration: underline;
}

/****	****************************
 Recruit
********************************/
#page-recruit .recruit-h2 {
  font-size: 2rem !important;
  line-height: 1.4;
}

#page-recruit .recruit-table th, .recruit-table td {
  padding: 8px 10px !important;
}

/*==================================================
FAQ
====================================================*/
.faq dt {
  position: relative;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #C9A46A;
}
.faq dt:before {
  content: "Q.";
  line-height: 1;
  font-size: 2em;
  font-style: italic;
  margin-right: 10px;
}
.faq dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #3a2727;
}

/********************************
 System
********************************/
#page-#page-recruit .system-title {
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
  width: 70%;
  max-width: 337px;
}
#page-#page-recruit .system-title:before {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #fbb03b;
  position: absolute;
  top: 40%;
  left: calc(-50vw - 20px);
}
#page-#page-recruit .system-title:after {
  content: "";
  display: block;
  width: 50vw;
  height: 1px;
  background: #fbb03b;
  position: absolute;
  top: 40%;
  right: calc(-50vw - 20px);
}
#page-#page-recruit .title-wrapper {
  position: relative;
  overflow: hidden;
}
#page-#page-recruit .system-table {
  width: 100%;
}
#page-#page-recruit .system-table th, #page-#page-recruit .system-table td {
  border: 1px solid #000;
  background: #fff;
}
#page-#page-recruit .system-table td {
  height: 100px;
  color: #000;
  padding: 3px;
}
#page-#page-recruit .system-table th {
  text-align: center;
  padding: 5px 3px;
}
#page-#page-recruit .table-1 th {
  background: #4e5e68;
}
#page-#page-recruit .table-2 th {
  background: #664a44;
}
#page-#page-recruit .table-1 .td-1, #page-#page-recruit .table-2 .td-1 {
  width: 15%;
}
#page-#page-recruit .table-1 .td-2, #page-#page-recruit .table-2 .td-2 {
  width: 17%;
}
#page-#page-recruit .table-3 {
  border: 1px solid #fff;
  margin: 0 auto;
  border-collapse: separate;
  padding: 20px 30px;
}
#page-#page-recruit .table-3 .td-1 {
  text-align: left;
  padding-right: 20px;
}
#page-#page-recruit .table-3 .td-2 {
  text-align: right;
}
#page-#page-recruit ul.rule {
  list-style-type: disc;
  padding-left: 15px;
}
#page-#page-recruit ul.rule li {
  margin-bottom: 10px;
}