@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

ol {
  display: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
picture,
figure,
figcaption,
img {
  display: block;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

body {
  color: #000000;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  background: url(../img/pc/bg.webp) no-repeat center center/cover;
  font-size: max(12px, 1.1111111111vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  body {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 13.3333333333vw;
  }
}
@media (max-width: 599px) {
  body {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0em;
    padding-bottom: 13.3333333333vw;
  }
}

.over {
  overflow: hidden;
}

.swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

[id] {
  scroll-margin-top: 9.7222222222vw; /* ヘッダー高さ分 */
}
@media (min-width: 600px) and (max-width: 767px) {
  [id] {
    scroll-margin-top: 21.3333333333vw; /* ヘッダー高さ分 */
  }
}
@media (max-width: 599px) {
  [id] {
    scroll-margin-top: 21.3333333333vw; /* ヘッダー高さ分 */
  }
}

.fz96 {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: 0.0104166667em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz96 {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz96 {
    font-size: min(80px, 10.6666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.025em;
  }
}

.fz64 {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.015625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz64 {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125em;
  }
}
@media (max-width: 599px) {
  .fz64 {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03125em;
  }
}

.fz48 {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0208333333em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz48 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .fz48 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}

.fz40 {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz40 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}
@media (max-width: 599px) {
  .fz40 {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1.6666666667;
    letter-spacing: 0.0416666667em;
  }
}

.fz36 {
  font-size: max(12px, 2.5vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
.fz36 span {
  color: #912121;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz36 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz36 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.fz32 {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.03125em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz32 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .fz32 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.fz28 {
  font-size: max(12px, 1.9444444444vw);
  font-weight: 500;
  line-height: 1.2857142857;
  letter-spacing: 0.0357142857em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}
@media (max-width: 599px) {
  .fz28 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

.fz25 {
  font-size: max(12px, 1.7361111111vw);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz25 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}
@media (max-width: 599px) {
  .fz25 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
  }
}

.fz24 {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz24 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .fz24 {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.fz20 {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.11em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz20 {
    font-size: min(36px, 4.8vw);
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}
@media (max-width: 599px) {
  .fz20 {
    font-size: min(36px, 4.8vw);
    font-weight: 700;
    line-height: 1.1111111111;
    letter-spacing: 0.0555555556em;
  }
}

.jc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fz18 {
  font-size: max(12px, 1.25vw);
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.0555555556em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz18 {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}
@media (max-width: 599px) {
  .fz18 {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
}

.fz16 {
  font-size: max(12px, 1.1111111111vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.0625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fz16 {
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0666666667em;
  }
}
@media (max-width: 599px) {
  .fz16 {
    font-size: min(30px, 4vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0.0666666667em;
  }
}

.be-none::before {
  display: none;
}

.af-none::after {
  display: none;
}

.bd-none {
  border-bottom: none !important;
}

.row-revers {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 600px) and (max-width: 767px) {
  .row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .row-revers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cw {
  color: white !important;
}

.cb {
  color: #e0d4af !important;
}

.cm {
  color: #912121 !important;
}

.w100 {
  width: 100% !important;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.ml70 {
  margin-left: 4.8611111111vw !important;
}

.pt0 {
  padding-top: 0 !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pt0 {
    padding-top: 0 !important;
  }
}
@media (max-width: 599px) {
  .pt0 {
    padding-top: 0 !important;
  }
}

.pt60 {
  padding-top: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pt60 {
    padding-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .pt60 {
    padding-top: 8.5333333333vw;
  }
}

.pl60 {
  padding-left: 4.1666666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl60 {
    padding-left: 6.4vw;
  }
}
@media (max-width: 599px) {
  .pl60 {
    padding-left: 6.4vw;
  }
}

.pl40 {
  padding-left: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl40 {
    padding-left: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .pl40 {
    padding-left: 5.3333333333vw;
  }
}

.pl20 {
  padding-left: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .pl20 {
    padding-left: 3.2vw;
  }
}
@media (max-width: 599px) {
  .pl20 {
    padding-left: 3.2vw;
  }
}

.mt300 {
  margin-top: 20.8333333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt300 {
    margin-top: 32vw !important;
  }
}
@media (max-width: 599px) {
  .mt300 {
    margin-top: 32vw !important;
  }
}

.mt240 {
  margin-top: 16.6666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt240 {
    margin-top: 32vw !important;
  }
}
@media (max-width: 599px) {
  .mt240 {
    margin-top: 32vw !important;
  }
}

.mt180 {
  margin-top: 12.5vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt180 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt180 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt160 {
  margin-top: 11.1111111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt160 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt160 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt140 {
  margin-top: 9.7222222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt140 {
    margin-top: 21.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt140 {
    margin-top: 21.3333333333vw !important;
  }
}

.mt120 {
  margin-top: 8.3333333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt120 {
    margin-top: 17.0666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt120 {
    margin-top: 17.0666666667vw !important;
  }
}

.mt100 {
  margin-top: 6.9444444444vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt100 {
    margin-top: 12.8vw !important;
  }
}
@media (max-width: 599px) {
  .mt100 {
    margin-top: 12.8vw !important;
  }
}

.mt90 {
  margin-top: 6.25vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt90 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt90 {
    margin-top: 10.6666666667vw !important;
  }
}

.mt80 {
  margin-top: 5.5555555556vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt80 {
    margin-top: 10.6666666667vw !important;
  }
}

.mt70 {
  margin-top: 4.8611111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt70 {
    margin-top: 10.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt70 {
    margin-top: 10.6666666667vw !important;
  }
}

.mt60 {
  margin-top: 4.1666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}
@media (max-width: 599px) {
  .mt60 {
    margin-top: 8vw !important;
  }
}

.mt50 {
  margin-top: 3.4722222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt50 {
    margin-top: 6.4vw !important;
  }
}
@media (max-width: 599px) {
  .mt50 {
    margin-top: 6.4vw !important;
  }
}

.mt40 {
  margin-top: 2.7777777778vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt40 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt40 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt32 {
  margin-top: 2.2222222222vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt32 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt32 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt30 {
  margin-top: 2.0833333333vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt30 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt30 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt24 {
  margin-top: 1.6666666667vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt24 {
    margin-top: 4.2666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt24 {
    margin-top: 4.2666666667vw !important;
  }
}

.mt20 {
  margin-top: 1.3888888889vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}
@media (max-width: 599px) {
  .mt20 {
    margin-top: 2.6666666667vw !important;
  }
}

.mt16 {
  margin-top: 1.1111111111vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt16 {
    margin-top: 2.1333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt16 {
    margin-top: 2.1333333333vw !important;
  }
}

.mt10 {
  margin-top: 0.6944444444vw !important;
}
@media (min-width: 600px) and (max-width: 767px) {
  .mt10 {
    margin-top: 2.1333333333vw !important;
  }
}
@media (max-width: 599px) {
  .mt10 {
    margin-top: 2.1333333333vw !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

.bgm {
  background: #912121 !important;
}

.bg-bule {
  background: #d5ecfb !important;
}

.c-wf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.wf {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 600px) and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-pc {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .u-sp {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 999px) {
  .u-sp {
    display: none;
  }
}

@media (min-width: 1201px) {
  .u-tab {
    display: none;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .u-tab {
    display: none;
  }
}
@media (max-width: 599px) {
  .u-tab {
    display: none;
  }
}

/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_left.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}

.scroll_right.on {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*------------------------*/
.inner {
  padding-left: 5.5555555556vw !important;
  padding-right: 5.5555555556vw !important;
  padding-top: 4.1666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.1666666667vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .inner {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
}
@media (max-width: 599px) {
  .inner {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw !important;
    padding-right: 5.3333333333vw !important;
  }
}

.l-drawer__icon {
  width: 8.5333333333vw;
  height: 8.5333333333vw;
  cursor: pointer;
  position: relative;
  z-index: 400;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer__icon.is-active .p-drawer__icon--bar1 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 8px;
}
.l-drawer__icon.is-active .p-drawer__icon--bar2 {
  display: none;
}
.l-drawer__icon.is-active .p-drawer__icon--bar3 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 8px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.l-drawer__icon--bar {
  width: 6.4vw;
  height: 6.4vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 1.6vw;
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2,
.p-drawer__icon--bar3 {
  position: absolute;
  width: 6.4vw;
  height: 3px;
  background: #912121;
  top: 0;
  left: 0;
}

.p-drawer__icon--bar1 {
  top: 0;
}

.p-drawer__icon--bar2 {
  top: 2.1333333333vw;
}

.p-drawer__icon--bar3 {
  top: 4.2666666667vw;
}

.p-drawer__icon--tx {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.6vw;
  font-size: min(22px, 2.9333333333vw);
  font-weight: 700;
  line-height: 1.8181818182;
  letter-spacing: 0em;
  font-family: "EB Garamond", serif;
  color: white;
}

.l-drawer {
  overflow: scroll;
  padding-top: 53.3333333333vw;
  padding-bottom: 26.6666666667vw;
  width: 100%;
  height: 100%;
  position: fixed;
  background: white;
  right: 0;
  bottom: 0;
  z-index: 299;
  -webkit-transform: translateX(105%);
          transform: translateX(105%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.l-drawer.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.8666666667vw;
}

.p-drawer__item {
  font-size: min(40px, 5.3333333333vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
}

.fixed {
  overflow: hidden;
  height: 100%;
}

.to-top {
  position: fixed;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  bottom: 5.5555555556vw;
  right: 5.5555555556vw;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 300;
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 600px) and (max-width: 767px) {
  .to-top {
    width: 12.8vw;
    height: 12.8vw;
    bottom: 15.2vw;
    right: 3.2vw;
  }
  .to-top.is-active {
    display: none;
  }
}
@media (max-width: 599px) {
  .to-top {
    width: 12.8vw;
    height: 12.8vw;
    bottom: 15.2vw;
    right: 3.2vw;
  }
  .to-top.is-active {
    display: none;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 300;
}

.l-header__inner {
  background: white;
  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;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__inner {
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-header__inner {
    padding-right: 3.2vw;
  }
}

.l-header__logo {
  width: 23.5416666667vw;
  height: 6.5972222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__logo {
    width: 52.2666666667vw;
    height: 14.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-header__logo {
    width: 52.2666666667vw;
    height: 14.6666666667vw;
  }
}

.l-header__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-header__items {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-header__items {
    display: none;
  }
}

.l-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25vw;
  position: absolute;
  top: 8.6111111111vw;
  right: 5.1388888889vw;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-tel {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 300;
    top: auto;
    gap: 0;
  }
  .l-tel a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 599px) {
  .l-tel {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 300;
    top: auto;
    gap: 0;
  }
  .l-tel a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-tel {
  color: white;
  text-align: center;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0em;
}
.c-tel span {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding-left: 1.6666666667vw;
  position: relative;
  font-family: "EB Garamond", serif;
  z-index: 1;
}
.c-tel span::after {
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/pc/tel.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-tel {
    background: #912121;
    padding-top: 1.8666666667vw;
    padding-left: 0vw;
    padding-bottom: 1.8666666667vw;
    padding-right: 0vw;
    font-size: min(28px, 3.7333333333vw);
    font-weight: 600;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
  .c-tel span {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
    padding-left: 5.3333333333vw;
  }
  .c-tel span::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
@media (max-width: 599px) {
  .c-tel {
    background: #912121;
    padding-top: 1.8666666667vw;
    padding-left: 0vw;
    padding-bottom: 1.8666666667vw;
    padding-right: 0vw;
    font-size: min(28px, 3.7333333333vw);
    font-weight: 600;
    line-height: 1.4285714286;
    letter-spacing: 0em;
  }
  .c-tel span {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0em;
    padding-left: 5.3333333333vw;
  }
  .c-tel span::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  .c-tel02 {
    background: #c30d23;
  }
}
@media (max-width: 599px) {
  .c-tel02 {
    background: #c30d23;
  }
}

/* ============================================
fv
============================================ */
.l-fv {
  position: relative;
}

.l-fv__ttl {
  position: absolute;
  bottom: 1.875vw;
  right: 1.5277777778vw;
  z-index: 10;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-fv__ttl {
    right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-fv__ttl {
    right: 0vw;
  }
}

.p-fv__ttl01 {
  position: relative;
  right: 18.125vw;
  font-size: max(12px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.0208333333em;
}
.p-fv__ttl01 span {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl01 {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0208333333em;
    right: 0;
    padding-left: 3.2vw;
  }
  .p-fv__ttl01 span {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.003125em;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl01 {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0208333333em;
    right: 0;
    padding-left: 3.2vw;
  }
  .p-fv__ttl01 span {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.003125em;
  }
}

.p-fv__ttl02 {
  font-size: max(12px, 8.8888888889vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015625em;
}
.p-fv__ttl02 span {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015625em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-fv__ttl02 {
    font-size: min(92px, 12.2666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0217391304em;
    padding-left: 3.2vw;
  }
  .p-fv__ttl02 span {
    font-size: min(60px, 8vw);
    font-weight: 700;
    line-height: 1.0666666667;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-fv__ttl02 {
    font-size: min(92px, 12.2666666667vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.0217391304em;
    padding-left: 3.2vw;
  }
  .p-fv__ttl02 span {
    font-size: min(60px, 8vw);
    font-weight: 700;
    line-height: 1.0666666667;
    letter-spacing: 0em;
  }
}

.l-news {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  padding-top: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news {
    padding-top: 10.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-news {
    padding-top: 10.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}

.l-news__inner {
  background: url(../img/pc/news-bg.webp) no-repeat center center/cover;
  padding-top: 4.7222222222vw;
  padding-left: 8.3333333333vw;
  padding-bottom: 4.7222222222vw;
  padding-right: 8.3333333333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8611111111vw;
  position: relative;
  z-index: 1;
}
.l-news__inner::before, .l-news__inner::after {
  position: absolute;
  width: 0.9027777778vw;
  height: 100%;
  top: 0vw;
  background: url(../img/pc/news-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.l-news__inner::before {
  left: 0.6944444444vw;
}
.l-news__inner::after {
  right: 0.6944444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__inner {
    padding-top: 10.6666666667vw;
    padding-left: 11.4666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 11.4666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5333333333vw;
  }
  .l-news__inner::before, .l-news__inner::after {
    width: 3.4666666667vw;
  }
}
@media (max-width: 599px) {
  .l-news__inner {
    padding-top: 10.6666666667vw;
    padding-left: 11.4666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 11.4666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5333333333vw;
  }
  .l-news__inner::before, .l-news__inner::after {
    width: 3.4666666667vw;
  }
}

.p-news__ttl {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "EB Garamond", serif;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-news__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .p-news__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    text-align: center;
  }
}

.l-news__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.7361111111vw;
  height: 18.0555555556vw;
  overflow-y: scroll;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-news__items {
    gap: 6.4vw;
    height: 53.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}
@media (max-width: 599px) {
  .l-news__items {
    gap: 6.4vw;
    height: 53.3333333333vw;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
}

/* ============================================
inst
============================================ */
.l-inst {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  padding-top: 4.5138888889vw;
  padding-left: 21.5277777778vw;
  padding-bottom: 0vw;
  padding-right: 21.5277777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-inst {
    padding-top: 6.4vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-inst {
    padding-top: 6.4vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}

.l-inst__inner {
  background: #fff6e4;
  text-align: center;
  padding-top: 2.7777777778vw;
  padding-left: 9.0277777778vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 9.0277777778vw;
  outline: 1px solid #912121;
  outline-offset: -7px;
  position: relative;
  z-index: 1;
}
.l-inst__inner::before {
  position: absolute;
  width: 22.1527777778vw;
  height: 12.7777777778vw;
  top: 3.8888888889vw;
  left: 0vw;
  background: url(../img/pc/inst-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.l-inst__inner::after {
  position: absolute;
  width: 27.3611111111vw;
  height: 100%;
  top: 0vw;
  right: 0;
  background: url(../img/pc/inst-bg.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-inst__inner {
    padding-top: 6.9333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 3.2vw;
  }
  .l-inst__inner::before {
    width: 48.8vw;
    height: 28.2666666667vw;
    top: auto;
    bottom: 0;
  }
  .l-inst__inner::after {
    width: 33.0666666667vw;
    background: url(../img/sp/inst-bg.webp) no-repeat center center/cover;
  }
}
@media (max-width: 599px) {
  .l-inst__inner {
    padding-top: 6.9333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 8.5333333333vw;
    padding-right: 3.2vw;
  }
  .l-inst__inner::before {
    width: 48.8vw;
    height: 28.2666666667vw;
    top: auto;
    bottom: 0;
  }
  .l-inst__inner::after {
    width: 33.0666666667vw;
    background: url(../img/sp/inst-bg.webp) no-repeat center center/cover;
  }
}

.p-inst__ttl {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #912121;
}
.p-inst__ttl span {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-inst__ttl span {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-inst__ttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .p-inst__ttl span {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-inst__subttl {
  color: #912121;
  margin-top: 1.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-inst__subttl {
    margin-top: 5.8666666667vw;
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-inst__subttl {
    margin-top: 5.8666666667vw;
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.l-inst__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5555555556vw;
  margin-top: 1.3888888889vw;
}
.l-inst__links a {
  padding-top: 0.6944444444vw;
  padding-left: 3.8194444444vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 3.8194444444vw;
  background: #912121;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-inst__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9333333333vw;
    margin-top: 4.8vw;
  }
  .l-inst__links a {
    padding-top: 2.6666666667vw;
    padding-left: 14.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 14.6666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .l-inst__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.9333333333vw;
    margin-top: 4.8vw;
  }
  .l-inst__links a {
    padding-top: 2.6666666667vw;
    padding-left: 14.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 14.6666666667vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.l-about {
  position: relative;
  z-index: 1;
}

.l-about01 {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  color: white;
  padding-top: 8.75vw;
  padding-left: 0vw;
  padding-bottom: 0vw;
  padding-right: 4.7222222222vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 999px) {
  .l-about01 {
    padding-bottom: 6.9444444444vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about01 {
    padding-top: 17.8666666667vw;
    padding-left: 0vw;
    padding-bottom: 101.8666666667vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-about01 {
    padding-top: 17.8666666667vw;
    padding-left: 0vw;
    padding-bottom: 101.8666666667vw;
    padding-right: 0vw;
  }
}

.p-about01__ttl {
  color: #c30d23;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
.p-about01__ttl span {
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed; /* 文字の向きを自動調整 */
  text-align: left;
}
.p-about01__ttl {
  position: absolute;
  top: 0vw;
  left: 22.7083333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-about01__ttl {
    top: 8.8vw;
    left: 44vw;
  }
}
@media (max-width: 599px) {
  .p-about01__ttl {
    top: 8.8vw;
    left: 44vw;
  }
}

.c-ttl {
  font-size: max(12px, 8.8888888889vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.l-about01__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.6388888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}
@media (max-width: 599px) {
  .l-about01__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}

.l-about01__le {
  width: 56.3888888889vw;
  height: 37.5694444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about01__le {
    width: 88.5333333333vw;
    height: 58.9333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about01__le {
    width: 88.5333333333vw;
    height: 58.9333333333vw;
  }
}

.l-about01__ri {
  width: calc(100% - 59.0277777778vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about01__ri {
    width: 93.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 30.9333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about01__ri {
    width: 93.6vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
    bottom: 30.9333333333vw;
  }
}

.l-about02 {
  padding-top: 25.2777777778vw;
  padding-left: 0vw;
  padding-bottom: 6.7361111111vw;
  padding-right: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
.l-about02::after {
  position: absolute;
  width: 45.9722222222vw;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../img/pc/about-bg.webp) no-repeat center center/cover;
  content: "";
  z-index: -2;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about02 {
    padding-top: 32.8vw;
    padding-left: 0vw;
    padding-bottom: 20.5333333333vw;
    padding-right: 0vw;
  }
  .l-about02::after {
    width: 91.4666666667vw;
  }
}
@media (max-width: 599px) {
  .l-about02 {
    padding-top: 32.8vw;
    padding-left: 0vw;
    padding-bottom: 20.5333333333vw;
    padding-right: 0vw;
  }
  .l-about02::after {
    width: 91.4666666667vw;
  }
}

.p-about__img {
  width: 59.7916666667vw;
  height: 35.1388888889vw;
  position: absolute;
  right: 0;
  top: -10.2777777778vw;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-about__img {
    width: 72vw;
    height: 42.1333333333vw;
    top: -28vw;
  }
}
@media (max-width: 599px) {
  .p-about__img {
    width: 72vw;
    height: 42.1333333333vw;
    top: -28vw;
  }
}

.p-about02__ttl {
  position: absolute;
  color: #c30d23;
  top: 16.25vw;
  left: 5.7638888889vw;
}
.p-about02__ttl span {
  color: white;
}

.l-about02__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3611111111vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media (max-width: 599px) {
  .l-about02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

.l-about02__le {
  width: 51.8055555556vw;
  height: 34.5833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about02__le {
    width: 88.5333333333vw;
    height: 58.9333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about02__le {
    width: 88.5333333333vw;
    height: 58.9333333333vw;
  }
}

.l-about02__ri {
  width: calc(100% - 54.1666666667vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about02__ri {
    width: 100%;
    padding-top: 0vw;
    padding-left: 3.7333333333vw;
    padding-bottom: 0vw;
    padding-right: 3.7333333333vw;
  }
}
@media (max-width: 599px) {
  .l-about02__ri {
    width: 100%;
    padding-top: 0vw;
    padding-left: 3.7333333333vw;
    padding-bottom: 0vw;
    padding-right: 3.7333333333vw;
  }
}

.l-about__btnbox {
  margin-top: 2.2916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-about__btnbox {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-about__btnbox {
    margin-top: 6.4vw;
  }
}

.c-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #912121;
  padding-top: 0.9722222222vw;
  padding-left: 5.7638888889vw;
  padding-bottom: 0.9722222222vw;
  padding-right: 7.2916666667vw;
  color: white;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.c-btn::before {
  position: absolute;
  width: 0.1388888889vw;
  height: 100%;
  top: 0vw;
  right: -0.2777777778vw;
  background: #912121;
  content: "";
}
.c-btn::after {
  position: absolute;
  width: 3.0555555556vw;
  height: 0.5902777778vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2.2222222222vw;
  background: url(../img/pc/arrow.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-btn {
    padding-top: 4.8vw;
    padding-left: 22.4vw;
    padding-bottom: 4.8vw;
    padding-right: 22.4vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin: 0 auto;
  }
  .c-btn::after {
    width: 8.5333333333vw;
    height: 1.6vw;
    right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .c-btn {
    padding-top: 4.8vw;
    padding-left: 22.4vw;
    padding-bottom: 4.8vw;
    padding-right: 22.4vw;
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
    margin: 0 auto;
  }
  .c-btn::after {
    width: 8.5333333333vw;
    height: 1.6vw;
    right: 3.2vw;
  }
}

/* ============================================
menu
============================================ */
.l-menu {
  background-color: #2d150b;
  padding-left: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-menu {
    padding-left: 0;
  }
}
@media (max-width: 599px) {
  .l-menu {
    padding-left: 0;
  }
}

.l-menu__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.0555555556vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.l-menu__fx::after {
  position: absolute;
  width: 15.4166666667vw;
  height: 8.8888888889vw;
  bottom: 0.625vw;
  left: -6.25vw;
  background: url(../img/pc/menu-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-menu__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}
@media (max-width: 599px) {
  .l-menu__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0vw;
  }
}

.l-menu__le {
  width: calc(100% - 58.5416666667vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-menu__le {
    width: 100%;
    padding-top: 8.5333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 11.7333333333vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-menu__le {
    width: 100%;
    padding-top: 8.5333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 11.7333333333vw;
    padding-right: 3.2vw;
  }
}

.p-menu__ttl {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  color: #2d150b;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-menu__ttl {
    text-align: center;
  }
}
@media (max-width: 599px) {
  .p-menu__ttl {
    text-align: center;
  }
}

.p-menu__tx {
  margin-top: 2.0833333333vw;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-menu__tx {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-menu__tx {
    margin-top: 6.4vw;
  }
}

.l-menu__btnbox {
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-menu__btnbox {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-menu__btnbox {
    margin-top: 6.4vw;
  }
}

.l-menu__ri {
  width: 55.4861111111vw;
  height: 41.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-menu__ri {
    width: 100%;
    height: 51.4666666667vw;
  }
}
@media (max-width: 599px) {
  .l-menu__ri {
    width: 100%;
    height: 51.4666666667vw;
  }
}

/* ============================================
recruit
============================================ */
.l-recruit {
  padding-top: 6.9444444444vw;
  position: relative;
  z-index: 1;
}
.l-recruit::after {
  position: absolute;
  width: 38.6805555556vw;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/pc/recruit-bg.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-recruit {
    padding-top: 17.0666666667vw;
  }
  .l-recruit::after {
    background: url(../img/sp/recruit-bg.webp) no-repeat center center/cover;
    width: 82.9333333333vw;
  }
}
@media (max-width: 599px) {
  .l-recruit {
    padding-top: 17.0666666667vw;
  }
  .l-recruit::after {
    background: url(../img/sp/recruit-bg.webp) no-repeat center center/cover;
    width: 82.9333333333vw;
  }
}

.l-recruit__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8.75vw;
  margin-top: 5.4861111111vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-recruit__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8.5333333333vw;
    margin-top: 6.4vw;
    padding-top: 0vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-recruit__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 8.5333333333vw;
    margin-top: 6.4vw;
    padding-top: 0vw;
    padding-left: 3.2vw;
    padding-bottom: 0vw;
    padding-right: 3.2vw;
  }
}

.l-recruit__le {
  width: 32.3611111111vw;
  height: 40.625vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-recruit__le {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-recruit__le {
    width: 100%;
    height: auto;
  }
}

.l-recruit__ri {
  width: calc(100% - 41.1111111111vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-recruit__ri {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-recruit__ri {
    width: 100%;
  }
}

.p-recruit__ttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  color: #912121;
  font-family: "EB Garamond", serif;
  border-bottom: 1px solid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-recruit__ttl {
    font-size: min(72px, 9.6vw);
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-recruit__ttl {
    font-size: min(72px, 9.6vw);
    font-weight: 500;
    line-height: 1.7777777778;
    letter-spacing: 0em;
  }
}

.p-recruit__subttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-recruit__subttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 0;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-recruit__subttl {
    font-size: min(64px, 8.5333333333vw);
    font-weight: 0;
    line-height: 1.25;
    letter-spacing: 0em;
  }
}

.p-recruit__tx {
  margin-top: 2.5694444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-recruit__tx {
    margin-top: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-recruit__tx {
    margin-top: 2.1333333333vw;
  }
}

.l-recruit__btnbox {
  margin-top: 2.5694444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-recruit__btnbox {
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-recruit__btnbox {
    margin-top: 8.5333333333vw;
  }
}

/* ============================================
franchise
============================================ */
.l-franchise,
.l-Fran09 {
  background-color: #2d150b;
  color: white;
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 7.8472222222vw;
  padding-right: 5.5555555556vw;
}
.l-franchise::before, .l-franchise::after,
.l-Fran09::before,
.l-Fran09::after {
  position: absolute;
  width: 0.9027777778vw;
  height: 100%;
  top: 0vw;
  background: url(../img/pc/franchise-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.l-franchise::before,
.l-Fran09::before {
  left: 0.6944444444vw;
}
.l-franchise::after,
.l-Fran09::after {
  right: 0.6944444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-franchise,
  .l-Fran09 {
    padding-top: 16vw;
    padding-left: 3.2vw;
    padding-bottom: 16vw;
    padding-right: 3.2vw;
  }
  .l-franchise::before, .l-franchise::after,
  .l-Fran09::before,
  .l-Fran09::after {
    height: 2.9333333333vw;
    width: 100%;
    left: 0;
    background: url(../img/sp/franchise-asi.webp) no-repeat center center/cover;
  }
  .l-franchise::before,
  .l-Fran09::before {
    top: 2.9333333333vw;
  }
  .l-franchise::after,
  .l-Fran09::after {
    bottom: 2.9333333333vw;
    top: auto;
  }
}
@media (max-width: 599px) {
  .l-franchise,
  .l-Fran09 {
    padding-top: 16vw;
    padding-left: 3.2vw;
    padding-bottom: 16vw;
    padding-right: 3.2vw;
  }
  .l-franchise::before, .l-franchise::after,
  .l-Fran09::before,
  .l-Fran09::after {
    height: 2.9333333333vw;
    width: 100%;
    left: 0;
    background: url(../img/sp/franchise-asi.webp) no-repeat center center/cover;
  }
  .l-franchise::before,
  .l-Fran09::before {
    top: 2.9333333333vw;
  }
  .l-franchise::after,
  .l-Fran09::after {
    bottom: 2.9333333333vw;
    top: auto;
  }
}

.p-franchise__ttl {
  color: #3c1e12;
  position: absolute;
  bottom: 0;
  right: 2.2916666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-franchise__ttl {
    font-size: min(128px, 17.0666666667vw);
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-franchise__ttl {
    font-size: min(128px, 17.0666666667vw);
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0em;
  }
}

.p-franchise__subttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.p-franchise__subttl::after {
  position: absolute;
  width: 8.1944444444vw;
  height: 4.7222222222vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/pc/menu-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-franchise__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-franchise__subttl::after {
    width: 31.4666666667vw;
    height: 18.1333333333vw;
  }
}
@media (max-width: 599px) {
  .p-franchise__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
  .p-franchise__subttl::after {
    width: 31.4666666667vw;
    height: 18.1333333333vw;
  }
}

.p-franchise__tx {
  margin-top: 1.4583333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-franchise__tx {
    margin-top: 6.4vw;
    text-align: left;
  }
}
@media (max-width: 599px) {
  .p-franchise__tx {
    margin-top: 6.4vw;
    text-align: left;
  }
}

/* ============================================
info
============================================ */
.l-info {
  padding-top: 6.9444444444vw;
  padding-left: 15.5555555556vw;
  padding-bottom: 9.0277777778vw;
  padding-right: 15.5555555556vw;
  position: relative;
  z-index: 1;
}
.l-info::after {
  position: absolute;
  width: 22.1527777778vw;
  height: 12.7777777778vw;
  top: 1.4583333333vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/pc/inst-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info {
    padding-top: 13.3333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 19.4666666667vw;
    padding-right: 3.2vw;
  }
  .l-info::after {
    top: 10.6666666667vw;
    width: 31.4666666667vw;
    height: 18.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-info {
    padding-top: 13.3333333333vw;
    padding-left: 3.2vw;
    padding-bottom: 19.4666666667vw;
    padding-right: 3.2vw;
  }
  .l-info::after {
    top: 10.6666666667vw;
    width: 31.4666666667vw;
    height: 18.1333333333vw;
  }
}

.p-info__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
  font-family: "EB Garamond", serif;
  color: #912121;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-info__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-info__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.l-info__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6666666667vw 4.8611111111vw;
  margin-top: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info__items {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 8.5333333333vw;
  }
}
@media (max-width: 599px) {
  .l-info__items {
    grid-template-columns: 1fr;
    gap: 10.6666666667vw;
    margin-top: 8.5333333333vw;
  }
}

.l-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.l-info__boxs {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-info__box {
  padding-top: 1.1111111111vw;
  padding-left: 0vw;
  padding-bottom: 1.1111111111vw;
  padding-right: 0vw;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info__box {
    padding-top: 4.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 0vw;
  }
}
@media (max-width: 599px) {
  .l-info__box {
    padding-top: 4.2666666667vw;
    padding-left: 0vw;
    padding-bottom: 4.2666666667vw;
    padding-right: 0vw;
  }
}

.p-info__box--ttl {
  width: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-info__box--ttl {
    width: 20.8vw;
  }
}
@media (max-width: 599px) {
  .p-info__box--ttl {
    width: 20.8vw;
  }
}

.p-info__box--tx {
  width: calc(100% - 8.3333333333vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-info__box--tx {
    width: calc(100% - 20.8vw);
  }
}
@media (max-width: 599px) {
  .p-info__box--tx {
    width: calc(100% - 20.8vw);
  }
}

.p-info__tel {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #912121;
  border: 1px solid;
  padding-top: 0.6944444444vw;
  padding-left: 3.2638888889vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 0.6944444444vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "EB Garamond", serif;
  margin-top: 0.8333333333vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-info__tel::after {
  position: absolute;
  width: 1.875vw;
  height: 1.8055555556vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.6944444444vw;
  background: url(../img/pc/tel-red.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-info__tel {
    padding-top: 2.6666666667vw;
    padding-left: 12.5333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: min(64px, 8.5333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 5.8666666667vw;
  }
  .p-info__tel::after {
    width: 7.2vw;
    height: 6.9333333333vw;
    left: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-info__tel {
    padding-top: 2.6666666667vw;
    padding-left: 12.5333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
    font-size: min(64px, 8.5333333333vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    margin-top: 5.8666666667vw;
  }
  .p-info__tel::after {
    width: 7.2vw;
    height: 6.9333333333vw;
    left: 2.6666666667vw;
  }
}

.p-info__img {
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-info__img {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-info__img {
    margin-top: 6.4vw;
  }
}

.l-map {
  margin-top: 1.6666666667vw;
  width: 100%;
  height: 19.5833333333vw;
}
.l-map iframe {
  width: 100%;
  height: 19.5833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-map {
    margin-top: 6.4vw;
    height: 75.2vw;
  }
  .l-map iframe {
    height: 75.2vw;
  }
}
@media (max-width: 599px) {
  .l-map {
    margin-top: 6.4vw;
    height: 75.2vw;
  }
  .l-map iframe {
    height: 75.2vw;
  }
}

.l-info__btnbox {
  margin-top: 3.75vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-info__btnbox {
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-info__btnbox {
    margin-top: 10.6666666667vw;
  }
}

/* ============================================
footer
============================================ */
.l-footer__inner {
  background: white;
  padding-top: 5.5555555556vw;
  padding-left: 0vw;
  padding-bottom: 2.5vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__inner {
    padding-top: 10.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .l-footer__inner {
    padding-top: 10.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 5.3333333333vw;
    padding-right: 3.2vw;
  }
}

.l-footer__logo {
  width: 23.8194444444vw;
  height: 6.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__logo {
    width: 68.8vw;
    height: 19.2vw;
  }
}
@media (max-width: 599px) {
  .l-footer__logo {
    width: 68.8vw;
    height: 19.2vw;
  }
}

.l-footer__items {
  margin-top: 2.4305555556vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.0833333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__items {
    margin-top: 6.4vw;
    gap: 8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 599px) {
  .l-footer__items {
    margin-top: 6.4vw;
    gap: 8vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.l-footer__copy {
  margin-top: 8.6805555556vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-footer__copy {
    margin-top: 17.6vw;
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .l-footer__copy {
    margin-top: 17.6vw;
    font-size: min(24px, 3.2vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.c-fv {
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv {
    height: 80vw;
  }
}
@media (max-width: 599px) {
  .c-fv {
    height: 80vw;
  }
}

.c-fv__ttl {
  position: absolute;
  right: 6.9444444444vw;
  bottom: 3.6111111111vw;
  color: white;
  z-index: 10;
  font-size: max(12px, 2.5vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-fv__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    bottom: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .c-fv__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    bottom: 10.6666666667vw;
  }
}

/* ============================================
About
============================================ */
.l-About01 {
  padding-top: 14.0972222222vw;
  padding-left: 0vw;
  padding-bottom: 12.1527777778vw;
  padding-right: 4.4444444444vw;
  position: relative;
  z-index: 1;
}
.l-About01::after {
  position: absolute;
  width: 0.9027777778vw;
  height: 100%;
  top: 0;
  right: 2.2916666667vw;
  background: url(../img/pc/about01-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About01 .l-about01__ri {
    position: relative;
    bottom: 0;
  }
}
@media (max-width: 599px) {
  .l-About01 .l-about01__ri {
    position: relative;
    bottom: 0;
  }
}

.p-About01__ttl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 10.9722222222vw;
  top: 6.25vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About01__ttl {
    left: 26.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-About01__ttl {
    left: 26.6666666667vw;
  }
}

.l-About02__le {
  width: calc(100% - 50.7638888889vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About02__le {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-About02__le {
    width: 100%;
  }
}

.l-About02__ri {
  width: 47.9861111111vw;
  height: 41.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About02__ri {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-About02__ri {
    width: 100%;
    height: auto;
  }
}

.l-About03__items {
  padding-top: 15.2777777778vw;
  padding-left: 0vw;
  padding-bottom: 15.2777777778vw;
  padding-right: 0vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.8333333333vw;
  position: relative;
  z-index: 1;
}
.l-About03__items::before {
  position: absolute;
  width: 22.1527777778vw;
  height: 12.7777777778vw;
  right: 2.0833333333vw;
  bottom: 1.3888888889vw;
  background: url(../img/pc/inst-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
.l-About03__items::after {
  position: absolute;
  width: 103.75vw;
  height: 100%;
  top: 0vw;
  left: 25.2083333333vw;
  background: url(../img/pc/about03-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -2;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About03__items {
    gap: 16vw;
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 0vw;
  }
  .l-About03__items::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-About03__items {
    gap: 16vw;
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 0vw;
  }
  .l-About03__items::after {
    display: none;
  }
}

.l-About03__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.1666666667vw;
  padding-right: 5.5555555556vw;
}
.l-About03__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About03__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
  .l-About03__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .l-About03__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
  .l-About03__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-About03__img {
  width: 49.3055555556vw;
  height: 33.6111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About03__img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .p-About03__img {
    width: 100%;
    height: auto;
  }
}

.l-About03__txbox {
  width: calc(100% - 53.4722222222vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-About03__txbox {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-About03__txbox {
    width: 100%;
  }
}

.p-About03__ttl {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: #c30d23;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About03__ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-About03__ttl {
    font-size: min(96px, 12.8vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-About03__subttl,
.p-Fran04__ttl,
.p-Fran04__subttl {
  font-size: max(12px, 3.8194444444vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  color: white;
  background: #000000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1.3888888889vw;
  padding-left: 0.6944444444vw;
  padding-bottom: 1.3888888889vw;
  padding-right: 0.6944444444vw;
  position: relative;
  z-index: 1;
}
.p-About03__subttl::before,
.p-Fran04__ttl::before,
.p-Fran04__subttl::before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0vw;
  left: -0.3472222222vw;
  background: #000000;
  content: "";
  z-index: -1;
}
.p-About03__subttl::after,
.p-Fran04__ttl::after,
.p-Fran04__subttl::after {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0vw;
  right: -0.3472222222vw;
  background: #000000;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-About03__subttl,
  .p-Fran04__ttl,
  .p-Fran04__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .p-About03__subttl,
  .p-Fran04__ttl,
  .p-Fran04__subttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

/* ============================================
Store
============================================ */
.l-Store01 {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  color: white;
  padding-top: 6.6666666667vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 5.5555555556vw;
  position: relative;
  z-index: 1;
}
.l-Store01::after {
  position: absolute;
  width: 0.9027777778vw;
  height: 100%;
  top: 0;
  left: 2.2916666667vw;
  background: url(../img/pc/about01-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Store01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
  .l-Store01::after {
    display: none;
  }
}
@media (max-width: 599px) {
  .l-Store01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
  .l-Store01::after {
    display: none;
  }
}

.p-Store01__ttl {
  font-size: max(12px, 4.4444444444vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Store01__ttl {
    font-size: min(44px, 5.8666666667vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Store01__ttl {
    font-size: min(44px, 5.8666666667vw);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.p-Store01__img {
  width: 35.5555555556vw;
  height: 24.0972222222vw;
  margin-left: auto;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Store01__img {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-Store01__img {
    width: 100%;
    height: auto;
    margin-top: 6.4vw;
  }
}

.p-Store01__subttl {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff;
  color: #2d150b;
  position: absolute;
  bottom: 0vw;
  left: 20.625vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Store01__subttl {
    left: 8vw;
  }
}
@media (max-width: 599px) {
  .p-Store01__subttl {
    left: 8vw;
  }
}

/* ============================================
Menu
============================================ */
.c-main__ttlbox {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 6.9444444444vw;
  text-align: center;
  position: relative;
  z-index: 1;
}
.c-main__ttlbox::after {
  position: absolute;
  width: 22.1527777778vw;
  height: 12.7777777778vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/pc/inst-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttlbox {
    margin-top: 13.3333333333vw;
  }
  .c-main__ttlbox::after {
    width: 42.4vw;
    height: 24.5333333333vw;
  }
}
@media (max-width: 599px) {
  .c-main__ttlbox {
    margin-top: 13.3333333333vw;
  }
  .c-main__ttlbox::after {
    width: 42.4vw;
    height: 24.5333333333vw;
  }
}

.c-main__ttl {
  color: #912121;
  font-size: max(12px, 3.3333333333vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-main__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.c-main__subttl {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .c-main__subttl {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .c-main__subttl {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}

.dg2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.2222222222vw 2.7777777778vw;
  margin-top: 4.6527777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
    margin-top: 8vw;
  }
}
@media (max-width: 599px) {
  .dg2 {
    grid-template-columns: 1fr;
    gap: 8.5333333333vw;
    margin-top: 8vw;
  }
}

.l-Menu__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Menu__fx {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Menu__fx {
    gap: 5.3333333333vw;
  }
}

.p-Menu__item--ttl,
.p-Menu__item--tx {
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Menu__item--ttl,
  .p-Menu__item--tx {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Menu__item--ttl,
  .p-Menu__item--tx {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0em;
  }
}

.dg1 {
  padding-top: 5.8333333333vw;
  padding-left: 22.2222222222vw;
  padding-bottom: 0vw;
  padding-right: 22.2222222222vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5972222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .dg1 {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 0vw;
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .dg1 {
    padding-top: 8vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 0vw;
    gap: 4.2666666667vw;
  }
}

/* ============================================
Fran
============================================ */
.l-Fran01 {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  padding-top: 9.375vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 4.8611111111vw;
  padding-right: 5.5555555556vw;
  color: white;
  position: relative;
  z-index: 1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran01 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.cl {
  color: #c30d23;
}

.p-Fran01__img {
  width: 52.0833333333vw;
  height: 35.3472222222vw;
  position: absolute;
  top: 7.9166666667vw;
  right: 0;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran01__img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .p-Fran01__img {
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
  }
}

.l-Fran02,
.l-Recruit01 {
  background-color: #2d150b;
  position: relative;
  z-index: 1;
}
.l-Fran02::after,
.l-Recruit01::after {
  position: absolute;
  width: 15.4166666667vw;
  height: 8.8888888889vw;
  bottom: 0vw;
  right: 6.9444444444vw;
  background: url(../img/pc/menu-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}

.l-Fran02__fx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-right: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .l-Fran02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-Fran03,
.l-Fran07 {
  background: url(../img/pc/fran7-bg.webp) no-repeat center center/cover;
  padding-top: 8.5416666667vw;
  padding-left: 0vw;
  padding-bottom: 7.5vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran03,
  .l-Fran07 {
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran03,
  .l-Fran07 {
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 16vw;
    padding-right: 5.3333333333vw;
  }
}

.fc32 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.2222222222vw;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: 4.6527777778vw;
}
.fc32 li {
  font-size: max(12px, 2.2222222222vw);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0em;
  padding-left: 4.4444444444vw;
  position: relative;
  z-index: 1;
}
.fc32 li::after {
  position: absolute;
  width: 2.9861111111vw;
  height: 1.7361111111vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url(../img/pc/fran03-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .fc32 {
    margin-top: 10.6666666667vw;
    gap: 6.4vw;
  }
  .fc32 li {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-left: 8.5333333333vw;
  }
  .fc32 li::after {
    width: 5.8666666667vw;
    height: 3.2vw;
  }
}
@media (max-width: 599px) {
  .fc32 {
    margin-top: 10.6666666667vw;
    gap: 6.4vw;
  }
  .fc32 li {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-left: 8.5333333333vw;
  }
  .fc32 li::after {
    width: 5.8666666667vw;
    height: 3.2vw;
  }
}

.l-Fran04 {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  padding-top: 15vw;
  padding-left: 0vw;
  padding-bottom: 8.6805555556vw;
  padding-right: 0vw;
  color: white;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran04 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran04 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.p-Fran04__main--ttl {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl; /* 縦書き・右から左 */
  position: absolute;
  top: 2.0833333333vw;
  left: 5.5555555556vw;
  z-index: 10;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran04__main--ttl {
    font-size: min(72px, 9.6vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Fran04__main--ttl {
    font-size: min(72px, 9.6vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.l-Fran04__fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.8888888889vw;
  position: relative;
  z-index: 1;
}
.l-Fran04__fx::after {
  position: absolute;
  width: 28.3333333333vw;
  height: 16.3194444444vw;
  bottom: -2.7777777778vw;
  right: 0;
  background: url(../img/pc/menu-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran04__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-Fran04__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6.4vw;
  }
}

.l-Fran04__le {
  width: 50.4166666667vw;
  height: 33.6111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran04__le {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 599px) {
  .l-Fran04__le {
    width: 100%;
    height: auto;
  }
}

.l-Fran04__ri {
  width: calc(100% - 54.3055555556vw);
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran04__ri {
    width: 100%;
  }
}
@media (max-width: 599px) {
  .l-Fran04__ri {
    width: 100%;
  }
}

.p-Fran04__ttl,
.p-Fran04__subttl {
  background: white;
  color: #000000;
}
.p-Fran04__ttl::before, .p-Fran04__ttl::after,
.p-Fran04__subttl::before,
.p-Fran04__subttl::after {
  background: white;
}

.l-Fran04__items {
  padding-top: 6.9444444444vw;
  padding-left: 6.9444444444vw;
  padding-bottom: 0vw;
  padding-right: 6.9444444444vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6527777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran04__items {
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 0vw;
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }
}
@media (max-width: 599px) {
  .l-Fran04__items {
    padding-top: 10.6666666667vw;
    padding-left: 0vw;
    padding-bottom: 0vw;
    padding-right: 0vw;
    grid-template-columns: 1fr;
    gap: 12.8vw;
  }
}

.l-Fran04__item {
  position: relative;
}

.p-Fran04__subttl {
  font-size: max(12px, 2.7777777778vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  position: absolute;
  top: -4.1666666667vw;
  left: -1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran04__subttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Fran04__subttl {
    font-size: min(40px, 5.3333333333vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.l-Fran05__items {
  margin-top: 7.6388888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.7638888889vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran05__items {
    margin-top: 16vw;
    gap: 16vw;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran05__items {
    margin-top: 16vw;
    gap: 16vw;
    padding-top: 0vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-Fran05__item,
.l-Fran07__item {
  position: relative;
  z-index: 1;
}

.p-Fran05__number,
.p-Fran07__number {
  font-size: max(12px, 6.6666666667vw);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  font-family: "EB Garamond", serif;
  color: rgba(224, 212, 175, 0.86);
  font-style: italic;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -4.1666666667vw;
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran05__number,
  .p-Fran07__number {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: -8vw;
  }
}
@media (max-width: 599px) {
  .p-Fran05__number,
  .p-Fran07__number {
    font-size: min(96px, 12.8vw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    top: -8vw;
  }
}

.l-Fran06__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9722222222vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.3888888889vw;
  padding-left: 22.2222222222vw;
  padding-bottom: 0vw;
  padding-right: 22.2222222222vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran06__item {
    padding-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran06__item {
    padding-top: 2.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.p-Fran06__line {
  border-top: 1px solid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.l-Fran07__items {
  margin-top: 4.1666666667vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 11.1111111111vw;
  text-align: center;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran07__items {
    margin-top: 16vw;
    gap: 21.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran07__items {
    margin-top: 16vw;
    gap: 21.3333333333vw;
  }
}

.l-Fran07__item::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5.5555555556vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 2.0833333333vw solid transparent;
  border-left: 2.0833333333vw solid transparent;
  border-top: 2.6388888889vw solid rgba(201, 189, 152, 0.86);
  border-bottom: 0;
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran07__item::after {
    bottom: -8vw;
  }
}
@media (max-width: 599px) {
  .l-Fran07__item::after {
    bottom: -8vw;
  }
}

.p-Fran07__number {
  color: #c9bd98;
}

.l-qa__items {
  padding-top: 2.7777777778vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 0vw;
  padding-right: 5.5555555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__items {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-qa__items {
    padding-top: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.l-qa__item {
  margin-top: 2.7777777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__item {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .l-qa__item {
    margin-top: 6.4vw;
  }
}

.l-qa__box {
  position: relative;
}
.l-qa__box::after {
  position: absolute;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  top: 1.8055555556vw;
  right: 1.1111111111vw;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  content: "";
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-qa__box::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 4.2666666667vw;
    right: 2.1333333333vw;
  }
}
@media (max-width: 599px) {
  .l-qa__box::after {
    width: 3.2vw;
    height: 3.2vw;
    top: 4.2666666667vw;
    right: 2.1333333333vw;
  }
}

.is-open::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-qa__q {
  background: #e0d4af;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.0416666667em;
  padding-top: 0.6944444444vw;
  padding-left: 1.3888888889vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 1.3888888889vw;
  cursor: pointer;
  position: relative;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__q {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .p-qa__q {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 700;
    line-height: 1.4375;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 3.2vw;
  }
}

.p-qa__a {
  padding-top: 0.6944444444vw;
  padding-left: 1.3888888889vw;
  padding-bottom: 0.6944444444vw;
  padding-right: 1.3888888889vw;
  background: white;
  font-size: max(12px, 1.3888888889vw);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  display: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-qa__a {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .p-qa__a {
    font-size: min(30px, 4vw);
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: 0em;
    padding-top: 2.6666666667vw;
    padding-left: 3.2vw;
    padding-bottom: 2.6666666667vw;
    padding-right: 3.2vw;
  }
}

.l-Fran09 {
  background: url(../img/pc/bg01.webp) no-repeat center center/cover;
  padding-top: 5.5555555556vw;
  padding-left: 5.5555555556vw;
  padding-bottom: 5.5555555556vw;
  padding-right: 5.5555555556vw;
  color: white;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Fran09 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Fran09 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.p-Fran09__ttl {
  font-size: max(12px, 3.3333333333vw);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.p-Fran09__ttl::after {
  position: absolute;
  width: 8.1944444444vw;
  height: 4.7222222222vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/pc/menu-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran09__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Fran09__ttl {
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.p-Fran09__tel {
  background: white;
  margin-top: 2.9166666667vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Fran09__tel {
    margin-top: 6.4vw;
  }
}
@media (max-width: 599px) {
  .p-Fran09__tel {
    margin-top: 6.4vw;
  }
}

/* ============================================
Recruit
============================================ */
.l-Recruit {
  background: white;
}

.l-Recruit01::after {
  bottom: 9.3055555556vw;
}

.l-Recruit01__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5972222222vw;
  margin-top: 3.1944444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit01__btn {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit01__btn {
    margin-top: 6.4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.2666666667vw;
  }
}

.l-Recruit02 {
  background-color: #2d150b;
  padding-top: 5.8333333333vw;
  padding-left: 6.0416666667vw;
  padding-bottom: 7.7083333333vw;
  padding-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit02 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit02 {
    padding-top: 10.6666666667vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 10.6666666667vw;
    padding-right: 5.3333333333vw;
  }
}

.l-Recruit02__fx {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.l-Recruit02__fx::after {
  display: none;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 599px) {
  .l-Recruit02__fx {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-Recruit03,
.l-Recruit04 {
  padding-top: 11.8055555556vw;
  padding-left: 11.8055555556vw;
  padding-bottom: 0vw;
  padding-right: 11.8055555556vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit03,
  .l-Recruit04 {
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit03,
  .l-Recruit04 {
    padding-top: 16vw;
    padding-left: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-right: 5.3333333333vw;
  }
}

.p-Recruit__ttl {
  text-align: center;
  font-size: max(12px, 1.6666666667vw);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  position: relative;
  z-index: 1;
}
.p-Recruit__ttl::after {
  position: absolute;
  width: 22.1527777778vw;
  height: 12.7777777778vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  background: url(../img/pc/inst-logo.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Recruit__ttl {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-Recruit__ttl {
    font-size: min(36px, 4.8vw);
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
}

.l-Recruit__table {
  border-collapse: collapse;
  table-layout: fixed;
  margin-top: 6.9444444444vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit__table {
    margin-top: 10.6666666667vw;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
}
@media (max-width: 599px) {
  .l-Recruit__table {
    margin-top: 10.6666666667vw;
    overflow-x: scroll;
    display: block;
    white-space: nowrap;
  }
}

.p-Recruit__table--tx,
.p-Recruit__table--ttl {
  font-size: max(12px, 1.3888888889vw);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  vertical-align: middle;
  border: 1px solid #c9bd98;
  padding-top: 2.0833333333vw;
  padding-left: 1.3888888889vw;
  padding-bottom: 2.0833333333vw;
  padding-right: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-Recruit__table--tx,
  .p-Recruit__table--ttl {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 3.2vw;
    padding-left: 3.2vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
}
@media (max-width: 599px) {
  .p-Recruit__table--tx,
  .p-Recruit__table--ttl {
    font-size: min(32px, 4.2666666667vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0em;
    padding-top: 3.2vw;
    padding-left: 3.2vw;
    padding-bottom: 3.2vw;
    padding-right: 3.2vw;
  }
}

.p-Recruit__table--ttl {
  background-color: #e0d4af;
  width: 17.5694444444vw;
  text-align: center;
}

.p-Recruit__table--tx {
  width: 56.9444444444vw;
  background-color: #fff6e4;
}

.l-Recruit__copy {
  background: url(../img/pc/recruit-copy.webp) no-repeat center center/cover;
  margin-top: 5.5555555556vw;
  margin-left: 5.5555555556vw;
  margin-bottom: 0vw;
  margin-right: 5.5555555556vw;
  padding-top: 9.0277777778vw;
  padding-left: 0vw;
  padding-bottom: 6.9444444444vw;
  padding-right: 0vw;
  position: relative;
  z-index: 1;
}
.l-Recruit__copy::before, .l-Recruit__copy::after {
  position: absolute;
  width: 1.3888888889vw;
  height: 100%;
  top: 0vw;
  background: url(../img/pc/franchise-asi.webp) no-repeat center center/cover;
  content: "";
  z-index: -1;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit__copy::before, .l-Recruit__copy::after {
    width: 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit__copy::before, .l-Recruit__copy::after {
    width: 2.6666666667vw;
  }
}
.l-Recruit__copy::before {
  left: 0vw;
}
.l-Recruit__copy::after {
  right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit__copy {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-right: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit__copy {
    margin-top: 10.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 0vw;
    margin-right: 5.3333333333vw;
  }
}

.l-Recruit__copy--items {
  margin-top: 5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.6527777778vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-Recruit__copy--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
    margin-top: 10.6666666667vw;
  }
}
@media (max-width: 599px) {
  .l-Recruit__copy--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.5333333333vw;
    margin-top: 10.6666666667vw;
  }
}

.l-Recruit__copy--item {
  text-align: center;
}

.breadcrumb,
.l-archive,
.l-single {
  padding-top: 5.5555555556vw;
  padding-left: 11.1111111111vw;
  padding-bottom: 0vw;
  padding-right: 11.1111111111vw;
}
@media (min-width: 768px) and (max-width: 999px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 0vw;
    padding-left: 5.5555555556vw;
    padding-bottom: 0vw;
    padding-right: 5.5555555556vw;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 0vw;
    padding-left: 5.5555555556vw;
    padding-bottom: 0vw;
    padding-right: 5.5555555556vw;
  }
}
@media (min-width: 600px) and (max-width: 767px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}
@media (max-width: 599px) {
  .breadcrumb,
  .l-archive,
  .l-single {
    padding-top: 6.4vw;
    padding-left: 4.2666666667vw;
    padding-bottom: 6.4vw;
    padding-right: 4.2666666667vw;
  }
}

.l-archive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.6666666667vw;
  margin-bottom: 11.1111111111vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}
@media (max-width: 599px) {
  .l-archive {
    grid-template-columns: 1fr;
    gap: 4.2666666667vw;
    margin-bottom: 21.3333333333vw;
  }
}

.l-archive__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6666666667vw;
}

.l-single {
  padding-bottom: 8.3333333333vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .l-single {
    padding-bottom: 16vw;
  }
}
@media (max-width: 599px) {
  .l-single {
    padding-bottom: 16vw;
  }
}

.p-single__ttl {
  margin-top: 1.1111111111vw;
  font-size: max(12px, 2.2222222222vw);
  font-weight: 700;
  line-height: 1.5625;
  letter-spacing: 0em;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}
@media (max-width: 599px) {
  .p-single__ttl {
    margin-top: 3.2vw;
    font-size: min(48px, 6.4vw);
    font-weight: 700;
    line-height: 1.4166666667;
    letter-spacing: 0em;
  }
}

.p-single__tx {
  margin-top: 1.1111111111vw;
  margin-left: 0vw;
  margin-bottom: 5.5555555556vw;
  margin-right: 0vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}
@media (max-width: 599px) {
  .p-single__tx {
    margin-top: 3.2vw;
    margin-left: 0vw;
    margin-bottom: 10.6666666667vw;
    margin-right: 0vw;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3888888889vw;
}
@media (min-width: 600px) and (max-width: 767px) {
  .page-numbers {
    gap: 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .page-numbers {
    gap: 5.3333333333vw;
  }
}