@charset "utf-8";

/* ----------共通---------- */

/* * {
  border: 1px solid #ff0000;
} */
.inner {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #00ff0000;
}
body {
  overflow-y: scroll;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
img {
  vertical-align: middle;
}

html {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
}
nav {
  font-family: "Yuji Syuku", serif;
  font-weight: 600;
}
h2 {
  font-family: "Yuji Syuku", serif;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.1em;
}
h3 {
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.05em;
}
p {
  line-height: 1.6;
}
.mincho {
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
.mainp {
  line-height: 2;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.white {
  color: #fff;
}
.black {
  color: #000;
}

.btn {
  text-align: center;
  margin-top: 120px;
}
.wbtn a {
  font-family: "Yuji Syuku", serif;
  font-weight: 500;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 0.7em 4em 0.7em 2em;
  letter-spacing: 0.1em;
  position: relative;
}
.wbtn a::after {
  writing-mode: horizontal-tb;
  position: absolute;
  display: block;
  content: "＞";
  width: 12px;
  height: 12px;
  right: 26px;
  top: 0.7em;
}
.hbtn {
  font-size: 0;
}
.hbtn a {
  font-family: "Yuji Syuku", serif;
  font-weight: 500;
  font-size: 16px;
  writing-mode: vertical-rl;
  background: #000;
  border: 1px solid #fff;
  color: #fff;
  padding: 1.8em 0.7em 4em;
  letter-spacing: 0.1em;
  margin-top: 80px;
  white-space: nowrap;
  position: relative;
}
.hbtn a::after {
  writing-mode: horizontal-tb;
  position: absolute;
  display: block;
  content: "＞";
  width: 12px;
  height: 12px;
  bottom: 32px;
  left: 0.9em;
}

.pcnone {
  display: none;
}
.pcnone2 {
  display: none;
}

.scrollpcnav {
  display: none;
}

.hamburger {
  display: block;
  height: 100px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 100px;
  border: none;
  background-color: transparent;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
  background: #fff;
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
  background: #fff;
}
.hamburger.-active .hamburger__text::before {
  content: "close";
  color: #fff;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 43px;
  background-color: #000;
  transition: 0.4s;
}
.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #000;
  transition: inherit;
}
.hamburger__line:before {
  top: -12px;
}
.hamburger__line:after {
  top: 12px;
}
.hamburger__text {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.hamburger__text::before {
  content: "menu";
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 900;
}
.header {
  width: 300px;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background-color: #101010;
  transition: 0.4s;
  padding: 0 20%;
}
.header__nav-area.-active {
  left: 0;
  visibility: visible;
}
.header__nav-area nav ul {
  margin-left: auto;
  margin-right: auto;
}
.nav-wrapper {
  margin: auto;
}
.global-navigation {
  padding: 60px 0 0;
  margin: 0 20%;
  text-align: center;
  border-top: 1px solid #fff;
}
.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
.global-navigation__link:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}
.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.global-navigation__list img {
  width: 30px;
}
.global-navigation__list li {
  margin-left: 32px;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}
.accordion__list li {
  font-size: 0.75rem;
}
.accordion__list li + li {
  margin-top: 21px;
}
.accordion__link {
  color: #172e59;
}
.hummain {
  width: 150px;
  margin: 240px auto 0;
  padding-bottom: 60px;
}
.hummain img {
  width: 100%;
}
.res-inner {
  padding: 0 3%;
}

.slick-slider {
  overflow: hidden;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
.delay-time08 {
  animation-delay: 0.8s;
}

.fadeUpTrigger {
  opacity: 0;
}

/*リンクの形状*/
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  background: #000;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s;
}
#page-top a::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 3px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  margin-top: 5px;
}

#page-top a:hover {
  background: #777;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
  animation: LeftAnime 1s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove {
  animation: RightAnime 1s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}

/* ----------共通終わり---------- */

/* ----------TOP---------- */

header {
  display: flex;
  z-index: 999;
  justify-content: space-between;
  padding: 2% 4%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
h1 img {
  width: 80px;
}
nav ul {
  writing-mode: vertical-rl;
}
nav ul li {
  margin-left: 24px;
}
nav ul li:nth-child(4) {
  margin-left: 0;
}
.header__nav-area nav ul li:nth-child(4) {
  margin-left: 32px;
}
.header__nav-area nav ul li:nth-child(5) {
  margin-left: 0;
}
nav ul li a {
  letter-spacing: 0.15em;
}
header .sns {
  text-align: right;
  margin-top: 24px;
}
header .sns img {
  width: 40px;
}

main .fv {
  position: relative;
  z-index: 0;
  filter: drop-shadow(5px 5px 5px #00000070);
}
/* FVスライダー */
.slider {
  margin-inline: auto;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}
/* FVスライダー終わり */
main .fvlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10%;
  display: none;
}
main .fvlogo img {
  width: 100%;
}
.otonasama {
  background: url(../images/yakisugiback.jpg);
  background-color: #00000090;
  background-blend-mode: hard-light;
}
.otonasama .otonaflex {
  display: flex;
  justify-content: center;
  gap: 10%;
  padding: 180px 0;
  align-items: center;
}
.otonasama img {
  width: 44%;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.otonasama .otonacatch p span {
  font-size: 20px;
}
.otonasama .otonacatch .mincho {
  display: inline-block;
  font-size: 18px;
  margin-top: 40px;
}
.otonasama .otonacatch .lunchname {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.otonasama .otonacatch .mainp {
  margin-top: 40px;
}

.concept {
  background: url(../images/sikkuiback.jpg);
  padding: 210px 0 180px;
}
.concept-title {
  text-align: center;
}
.concept-title h2 {
  writing-mode: vertical-rl;
  display: inline-block;
  position: relative;
}
.concept-title h2::before {
  content: "concept";
  position: absolute;
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  top: -30px;
  left: 60px;
  border-left: 1px solid #000;
  padding-bottom: 140px;
}
.concept-text {
  display: flex;
  justify-content: center;
  gap: 5%;
  margin-top: 60px;
  padding: 0 10%;
  align-items: flex-end;
}
.concept-text .mainp {
  writing-mode: vertical-rl;
  height: 310px;
}

.cutin {
  width: 100%;
  height: 500px;
}

.menu-box {
  padding: 180px 4%;
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
}
.menu-box h2 {
  position: relative;
}
.menu-box h2::after {
  content: "menu";
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 60px;
  left: 0;
  border-top: 1px solid #fff;
  padding: 4px 10% 0 0;
}
.menu-flex {
  display: flex;
  margin-top: 100px;
  gap: 18px;
}
.menu-flex .menu {
  width: 100%;
}
.menu-flex .menu img {
  width: 100%;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.menu h3 {
  margin-top: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.menu h3 span {
  font-size: 14px;
}
.menu p {
  margin-top: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.induction {
  padding: 180px 4%;
  position: relative;
  background: url(../images/sikkuiback.jpg);
}
/* .induction::before {
  content: "";
  background: url(../images/wanami-l.png) no-repeat left top / 30%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.induction::after {
  content: "";
  background: url(../images/wanami-r.png) no-repeat right bottom / 30%;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
} */
.induction .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
.logo-box {
  text-align: center;
}
.logo-box img {
  width: 150px;
}

figure.my-stamp {
  position: relative;
  text-align: center;
}
.my-stamp img.stamp2 {
  /* スタンプアニメーションのための初期値 */
  visibility: hidden;
  animation: sample_anime02 2s paused both;
}
.my-stamp-on img.stamp2 {
  animation-play-state: running;
}

@keyframes sample_anime02 {
  0% {
    visibility: visible;
    opacity: 0;
    transform: rotate(-30deg) scale(2.5);
  }
  30% {
    visibility: visible;
    opacity: 0.8;
    transform: rotate(5deg) scale(1.04);
  }
  100% {
    visibility: visible;
    opacity: 1;
    transform: rotate(0deg);
  }
}

.induction-text {
  text-align: center;
}

.induction-text .hbtn a {
  margin-top: 0;
}
.induction-text h2 {
  font-size: 28px;
}
.induction-text p.od1 {
  font-size: 24px;
  display: inline-block;
  margin-top: 10px;
}
.induction-text p {
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
}
.induction-text .mainp {
  margin-top: 30px;
}
.induction-text .wbtn {
  margin-top: 48px;
}

.square {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding: 210px 3% 180px 0;
}
.square .inner {
  position: relative;
}
.square h2 {
  writing-mode: vertical-rl;
  position: absolute;
  top: 0;
  right: 0;
  padding-bottom: 62%;
}
.square h2::before {
  content: "introduction";
  position: absolute;
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  top: -30px;
  left: 60px;
  border-left: 1px solid #fff;
  padding-bottom: 10%;
}
.square .syoukai {
  width: 68%;
  margin-top: 100px;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.square .sigamap {
  width: clamp(21.25rem, 8.75rem + 15.63vw, 27.5rem);
  margin: -350px 0 0 62%;
}
.square .inner .btn {
  margin-top: 120px;
}

.support {
  background: url(../images/sikkuiback.jpg);
  padding: 180px 0;
}
.support-flex {
  display: flex;
  justify-content: end;
  gap: 80px;
}
.support-flex .support-text {
  width: 50%;
  text-align: left;
  padding-left: clamp(2.25rem, -27.958rem + 40.28vw, 20.375rem);
}
.support-text h2 {
  position: relative;
}
.support-text h2::after {
  content: "support";
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  position: absolute;
  top: 60px;
  left: 0;
  border-top: 1px solid #000;
  padding: 8px 20% 0 0;
}
.support-text p {
  margin-top: 90px;
}
.support-flex img {
  width: 50%;
  height: 100%;
  filter: drop-shadow(5px 5px 5px #00000070);
}

.access {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding: 180px 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.access-flex {
  display: flex;
  align-items: center;
}
.googlemap {
  width: 50%;
}
.access-text {
  width: 50%;
  padding-left: 5%;
}
.access-text img {
  width: 100px;
}
.access-text p {
  margin-top: 36px;
}
.access-text dl {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
}
.access-text dt {
  width: 30%;
  margin-top: 6px;
}
.access-text dd {
  width: 70%;
  margin-top: 6px;
}

footer {
  background: #000;
  padding: 90px 10%;
}
.foot-flex {
  display: flex;
  justify-content: space-between;
}
.left-flex {
  display: flex;
  align-items: flex-end;
  gap: 100%;
}
.left-flex .sns {
  width: 40px;
}
.left-flex h1 img {
  width: 100px;
}
small {
  display: block;
  line-height: 0;
  font-size: 16px;
  letter-spacing: 0.05em;
}
small:nth-child(2) {
  margin-top: 24px;
}
footer nav a {
  color: #fff;
  font-weight: 500;
}

.tbbr {
  display: none;
}
.pcbr {
  display: block;
}

.od0 {
  order: 0;
}
.od1 {
  order: 1;
}
.od2 {
  order: 2;
}

/* ----------TOPここまで---------- */

/* ----------黒壁亭について---------- */

/* .about-fv {
  padding-bottom: 100px;
} */
.about-fv {
  background: #000;
}
.fv2-img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.about-fv .fv2-text h2 {
  border-bottom: 1px solid #fff;
}
.fv2-text {
  text-align: center;
  padding: 70px 400px 140px;
}
.fv2-text h2 {
  position: relative;
  padding-bottom: 26px;
  width: 100%;
}
.fv2-text h2::after {
  top: 110px;
}
.about-fv .fv2-text h2::after {
  content: "ABOUT";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.about-con {
  background: url(../images/sikkuiback.jpg) no-repeat top left / cover;
  padding-bottom: 180px;
}
.concept-flex {
  display: flex;
}
.concept-flex picture {
  width: 70%;
}
.concept-flex h2 {
  writing-mode: vertical-rl;
  position: relative;
  margin: 7% 0 0 7%;
}
.concept-flex h2::before {
  content: "philosophy";
  position: absolute;
  font-family: "游明朝体", YuMincho, "游明朝体", "Yu Mincho", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
  top: -30px;
  left: 60px;
  border-left: 1px solid #000;
  padding-bottom: 140px;
}
.concept-flex img {
  width: 100%;
  margin-top: -100px;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.concept-flex2 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 100px;
  margin-top: 100px;
}
.concept-flex2 p {
  writing-mode: vertical-rl;
  word-break: break-word;
  height: 360px;
  line-height: 2.4;
}
.concept-flex2 img {
  width: 36%;
  filter: drop-shadow(5px 5px 5px #00000070);
}

.about-encount {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding: 180px 0 250px;
}
.encount-flex {
  text-align: center;
}
.encount-flex img {
  width: 80%;
  height: 100%;
  filter: drop-shadow(8px 8px 8px #000000);
}
.encount-flex h3 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 24px;
  text-align: left;
}
.encount-flex p {
  margin-top: 24px;
  word-break: break-word;
  text-align: left;
}

.about-streng {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding: 180px 0;
}
.about-streng .inner {
  text-align: center;
}
.about-streng img {
  max-width: 90%;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.streng-text {
  display: flex;
  justify-content: center;
  height: 285px;
  margin-top: 100px;
}
.streng-text h3 {
  font-size: 28px;
  writing-mode: vertical-rl;
  border-left: 1px solid #fff;
  padding-left: 24px;
  margin-left: 24px;
  text-align: left;
}
.streng-text p {
  writing-mode: vertical-rl;
  text-align: left;
}

.access2 {
  background: url(../images/sikkuiback.jpg);
}
.access-flex .access-img {
  width: 50%;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.access-text a {
  color: #808080;
}

/* ----------黒壁亭について終わり---------- */

/* ----------お品書き---------- */

.menu-fv {
  background: url(../images/sikkuiback.jpg) no-repeat left top / cover;
}
.menu-fv .fv2-text h2 {
  border-bottom: 1px solid #000;
}
.menu-fv .fv2-text h2::after {
  content: "MENU";
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.menu-catch {
  text-align: center;
}
.menu-catch img {
  width: 90%;
  filter: drop-shadow(5px 5px 5px #00000070);
}

.menu-catch-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
  padding: 120px 0 180px;
  text-align: left;
}
.menu-catch-text h2 {
  writing-mode: vertical-rl;
  text-align: left;
}
.menu-catch-text .mainp {
  writing-mode: vertical-rl;
  height: 250px;
  word-break: break-word;
  line-height: 2.4;
}

.menu-list {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding: 180px 0;
}
.menu-list-flex:first-child {
  margin-top: 0;
}
.menu-list-flex {
  display: flex;
  justify-content: center;
  margin: 140px 0 0;
}
.limit-box01,
.limit-box02,
.limit-box03,
.limit-box04 {
  width: 50%;
  text-align: center;
}
.menu-text {
  margin: auto auto 0;
  width: 34%;
}
.menu-text .limit {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  color: #000;
  padding: 0.4em;
  position: relative;
  z-index: 1;
}
.menu-list-flex picture {
  width: 50%;
  text-align: center;
}
.menu-list-flex img {
  width: 85%;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.menu-list-flex h3 {
  font-size: 24px;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  margin-top: 24px;
}
.menu-list-flex .mainp {
  margin-top: 30px;
}

/* ----------お品書き終わり---------- */

/* ----------女性独立支援---------- */

.support-fv {
  background: #000;
  padding-bottom: 100px;
}
.support-fv .fv2-text h2 {
  border-bottom: 1px solid #fff;
}
.support-fv .fv2-text h2::after {
  content: "SUPPORT";
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}
.support-pur {
  background: url(../images/yakisugiback.jpg) no-repeat top left / cover;
  background-color: #00000090;
  background-blend-mode: hard-light;
  padding-bottom: 180px;
}
.pur-flex {
  display: flex;
}
.pur-flex h2 {
  writing-mode: vertical-rl;
  position: relative;
  margin: 7% 0 0 7%;
}
.pur-flex picture {
  width: 70%;
  height: 100%;
}
.pur-flex img {
  width: 100%;
  height: 100%;
  margin-top: -100px;
  filter: drop-shadow(5px 5px 5px #00000070);
}
.pur-flex2 {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 150px;
  margin-top: 100px;
}
.pur-flex2 p {
  writing-mode: vertical-rl;
  word-break: break-word;
  height: 325px;
  line-height: 2.4;
}
.pur-flex2 img {
  width: 36%;
  filter: drop-shadow(5px 5px 5px #00000070);
}

.support-catch {
  padding: 180px 0;
  text-align: center;
  background: url(../images/sikkuiback.jpg);
}
.support-catch .inner {
  padding: 0 60px;
}
.support-catch .mainp {
  text-align: center;
  margin-top: 100px;
}
.support-catch .btn {
  margin-top: 100px;
}

.video-wrapper {
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 16 / 9;
  position: relative;
  margin: 0 auto;
  background: #000;
  cursor: pointer;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video-link-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* ----------レスポンシブ---------- */
/* ----------共通レスポンシブ---------- */

@media screen and (max-width: 834px) {
  .pcnav {
    display: none;
  }
  .spnav {
    display: block;
  }

  h2 {
    font-size: 28px;
  }
  .mainp {
    font-size: 14px;
  }
  .tbbr {
    display: block;
  }
  .pcbr {
    display: none;
  }

  main .fvlogo {
    width: 18%;
  }

  .hamburger {
    display: block;
    height: 60px;
    margin-left: auto;
    position: relative;
    z-index: 10;
    width: 60px;
    border: none;
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line {
    background-color: transparent;
  }
  .hamburger.-active .hamburger__line::before {
    top: 0;
    transform: rotate(45deg);
    background: #fff;
  }
  .hamburger.-active .hamburger__line::after {
    top: 0;
    transform: rotate(-45deg);
    background: #fff;
  }
  .hamburger.-active .hamburger__text::before {
    content: "close";
    color: #fff;
  }
  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    background-color: #000;
    transition: 0.4s;
  }
  .hamburger__line:before,
  .hamburger__line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #000;
    transition: inherit;
  }
  .hamburger__line:before {
    top: -9px;
  }
  .hamburger__line:after {
    top: 9px;
  }
  .hamburger__text {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .hamburger__text::before {
    content: "menu";
    text-align: center;
    color: #000;
    font-size: 10px;
    font-weight: 900;
  }

  .header__nav-area {
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    background-color: #101010;
    transition: 0.4s;
    padding: 0 7%;
  }
  .header__nav-area.-active {
    left: 0;
    visibility: visible;
  }
  .header__nav-area nav ul {
    margin-left: auto;
    margin-right: auto;
  }
  .global-navigation__list li {
    margin-left: 24px;
  }
  .header__nav-area nav ul li:nth-child(4) {
    margin-left: 24px;
  }
  .global-navigation {
    padding: 7vw 0 0;
    margin: 0 20%;
    text-align: center;
    border-top: 1px solid #fff;
  }
  .global-navigation__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 500;
    transition: color 0.4s;
    font-size: 16px;
  }
  .global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
  }
  .global-navigation__link.-accordion::after {
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .global-navigation__list img {
    width: 30px;
  }
  .accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
  }
  .accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
  }
  .accordion__list li {
    font-size: 0.75rem;
  }
  .accordion__list li + li {
    margin-top: 21px;
  }
  .accordion__link {
    color: #172e59;
  }
  .hummain {
    width: 150px;
    margin: 0 auto;
    padding: 20vw 0 7vw;
  }
  .hummain img {
    width: 100%;
  }
  .res-inner {
    padding: 0 3%;
  }

  /* ----------共通レスポンシブ終わり---------- */
  /* ----------TOPレスポンシブ---------- */

  .otonasama .otonacatch .mincho {
    font-size: 16px;
    margin-top: 24px;
  }
  .otonasama .otonacatch .lunchname {
    font-size: 24px;
  }
  .otonasama .otonacatch p span {
    font-size: 16px;
  }
  .otonasama .otonacatch .mainp {
    margin-top: 24px;
  }

  .concept {
    padding: 80px 3%;
  }
  .concept-text {
    gap: 10%;
    margin-top: 40px;
  }
  .concept-title h2::before {
    padding: 0 0 60px 4px;
    left: 46px;
  }

  .menu-box {
    padding: 110px 0;
  }
  .menu-box h2 {
    margin-left: 5%;
  }
  .menu-box h2::after {
    top: 50px;
  }
  .menu-box .btn {
    margin-top: 80px;
  }
  .menu-flex {
    display: block;
  }
  .menu p {
    font-size: 14px;
  }
  /* 中央以外のスライド */
  .slider2 {
    margin: 0 auto;
    max-width: 834px;
    width: 100%;
  }
  .slider-img img {
    height: auto;
    width: 100%;
  }
  .slider2 .slick-img img,
  .slider2 .slick-img h3,
  .slider2 .slick-img p {
    height: auto;
    opacity: 0.4;
    transform: scale(0.8);
    transition: opacity 0.5s, transform 0.5s;
  }
  /* 中央のスライド */
  .slider2 .slick-center img,
  .slider2 .slick-center h3,
  .slider2 .slick-center p {
    opacity: 1;
    transform: scale(1);
  }
  .slick-dotted.slick-slider {
    margin: 100px 0 0;
    padding-bottom: 60px;
  }
  .slick-dots {
    margin: 0 0 30px;
  }
  .slick-prev {
    left: 200px;
    top: 160px;
    z-index: 9;
  }
  .slick-next {
    right: 200px;
    top: 160px;
    z-index: 9;
  }

  .induction .inner {
    gap: 80px;
  }

  .square {
    padding: 110px 0;
  }
  .square h2 {
    margin-right: 8%;
  }
  .square h2::before {
    left: 44px;
  }
  .square .syoukai {
    width: 80%;
  }
  .square .sigamap {
    width: 33%;
    margin: -170px 0 0 65%;
  }
  .square .inner .btn {
    margin-top: 40px;
  }

  .support {
    padding: 100px 0;
  }
  .support .btn {
    margin-top: 90px;
  }
  .support-flex {
    align-items: center;
    gap: 50px;
  }
  .support-flex .support-text {
    padding-left: 3%;
  }
  .support-text h2::after {
    top: 50px;
    padding-top: 4px;
  }

  small {
    font-size: 10px;
    margin-top: 12px;
  }
  small:nth-child(2) {
    margin-top: 24px;
  }
  footer nav li {
    font-size: 14px;
  }

  /* ----------TOPレスポンシブ終わり---------- */
  /* ----------ABOUTレスポンシブ---------- */

  .about-fv {
    padding-bottom: 50px;
  }
  .fv2-text {
    padding: 70px 240px 110px;
  }
  .fv2-text h2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .fv2-text h2::after {
    top: 90px;
  }
  .concept-flex h2::before {
    padding: 0 0 78px 4px;
  }
  .concept-flex img {
    margin-top: -50px;
    height: 100%;
  }
  .concept-flex2 {
    gap: 36px;
    align-items: flex-start;
  }
  .concept-flex2 p {
    padding-left: 5%;
    writing-mode: horizontal-tb;
    line-height: 2;
  }
  .about-encount {
    padding: 100px 0 60px;
  }
  .encount-flex {
    gap: 24px;
    padding: 0 5%;
  }
  .encount-flex {
    display: block;
    text-align: center;
  }
  .encount-flex img {
    width: 60%;
  }
  .encount-flex h3 {
    font-size: 24px;
  }
  .encount-text {
    margin: 6% 0 0;
    text-align: left;
  }
  .encount-flex p {
    margin-top: 20px;
  }

  .streng-text h3 {
    font-size: 24px;
  }

  /* ----------ABOUTレスポンシブ終わり---------- */
  /* ----------MENUレスポンシブ---------- */

  /* ----------MENUレスポンシブ終わり---------- */
  /* ----------SUPPORTレスポンシブ---------- */

  .support-fv {
    padding-bottom: 50px;
  }
  .pur-flex img {
    margin-top: -50px;
    height: 100%;
  }
  .pur-flex2 {
    gap: clamp(1.25rem, -14.25rem + 33.33vw, 3.125rem);
  }

  /* ----------SUPPORTレスポンシブ終わり---------- */
}

@media screen and (max-width: 428px) {
  /* ----------共通レスポンシブ---------- */

  .wbtn a {
    font-size: 14px;
  }
  .hbtn a {
    font-size: 14px;
  }

  .spnone {
    display: none;
  }
  .pcnone {
    display: block;
  }
  .pcnone2 {
    display: inline;
  }

  .hummain {
    width: 36%;
  }

  /*リンクの形状*/
  #page-top a {
    width: 50px;
    height: 50px;
  }
  #page-top a::before {
    width: 10px;
    height: 10px;
  }
  #page-top {
    position: fixed;
    right: 15px;
    bottom: 15px;
  }

  .header__nav-area {
    padding: 0;
  }

  .hamburger__line {
    display: block;
    height: 2px;
    position: absolute;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 34px;
    background-color: #000;
    transition: 0.4s;
  }
  .hamburger__text {
    position: absolute;
    bottom: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }

  /* ----------共通レスポンシブ終わり---------- */
  /* ----------TOPレスポンシブ---------- */

  header {
    padding: 4% 4%;
  }

  main .fvlogo {
    width: 28%;
  }
  h1 img {
    width: 60px;
  }

  .slick-img img {
    height: 600px;
  }

  .otonasama .otonaflex {
    flex-direction: column;
    text-align: center;
    padding: 100px 0;
  }
  .otonacatch {
    margin-top: 40px;
    text-align: left;
  }
  .otonasama img {
    width: 60%;
    margin-top: 40px;
  }
  .otonasama .otonacatch .mincho {
    margin-top: 0;
  }

  .concept {
    padding: 130px 5% 100px;
  }
  .concept-text {
    align-items: flex-end;
    padding: 0;
  }
  .concept-text {
    display: block;
  }
  .concept-text .mainp {
    writing-mode: horizontal-tb;
    height: 100%;
  }
  .concept-text .wbtn {
    margin-top: 60px;
    text-align: center;
  }

  .menu-box {
    padding: 100px 0;
  }
  .menu-flex .menu {
    padding: 40px;
  }
  .menu-flex .menu img {
    width: 100%;
    margin: 0 auto;
  }
  .slick-dotted.slick-slider {
    margin: 60px 0;
  }
  .slick-dots {
    margin: 0 0 70px;
  }
  .menu-box .btn {
    margin-top: -40px;
  }
  .slick-prev {
    left: 3%;
    top: 240px;
  }
  .slick-next {
    right: 3%;
    top: 240px;
  }

  .induction {
    padding: 100px 5% 100px;
    overflow: hidden;
  }
  /* .induction::before {
    background: url(../images/wanami-l.png) no-repeat left top / 70%;
  }
  .induction::after {
    background: url(../images/wanami-r.png) no-repeat right bottom / 70%;
  } */
  .induction .inner {
    display: block;
  }
  .logo-box img {
    width: 120px;
  }
  .induction-text {
    margin-top: 80px;
    text-align: center;
  }
  .induction-text h2 {
    font-size: 24px;
  }
  .induction-text p.od1 {
    font-size: 18px;
  }

  .square {
    padding: 130px 0 100px;
  }
  .square h2 {
    margin-right: 12%;
    height: 520px;
  }
  .square .syoukai {
    margin-top: -30px;
    width: 70%;
  }
  .square .sigamap {
    width: 60%;
    margin: 40px 0 0 5%;
  }
  .square .inner .btn {
    margin: -34px 0 0 130px;
  }

  .support {
    padding: 100px 0;
  }
  .support-flex {
    flex-direction: column;
    gap: 0;
  }
  .support-flex .support-text {
    width: 100%;
    padding: 0 5%;
  }
  .support-flex img {
    width: 100%;
    margin-top: 30px;
  }
  .support .btn {
    margin-top: 60px;
  }

  .access {
    padding: 100px 0;
  }
  .access-flex {
    flex-direction: column;
  }
  .googlemap {
    width: 100%;
  }
  .access-text {
    width: 100%;
    text-align: center;
    padding: 0 5%;
    margin-top: 100px;
  }
  .access-text dt {
    text-align: left;
    width: 45%;
  }
  .access-text dd {
    text-align: left;
    width: 55%;
  }

  footer {
    padding: 100px 0;
  }
  .foot-flex {
    display: block;
    align-items: center;
  }
  .left-flex {
    flex-direction: column;
    align-items: center;
  }
  .left-flex p {
    margin-top: 40px;
  }
  footer nav {
    margin: 60px auto 0;
  }
  footer nav ul {
    margin: 0 auto;
  }
  footer .copy {
    text-align: center;
    margin-top: 60px;
  }

  /* ----------TOPレスポンシブ終わり---------- */
  /* ----------ABOUTレスポンシブ---------- */

  .fv2-img {
    height: 400px;
  }
  .fv2-text {
    padding: 70px 60px 110px;
  }
  .fv2-text h2 {
    width: 100%;
    padding-bottom: 20px;
  }
  .about-fv .fv2-text h2::after {
    top: 90px;
  }
  .about-fv {
    padding-bottom: 0;
  }
  .concept-flex {
    justify-content: space-between;
    padding-right: 12%;
  }
  .concept-flex picture {
    width: 80%;
  }
  .concept-flex img {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
  .concept-flex h2 {
    margin: 30px 0 0;
    display: block;
  }
  .concept-flex h2::before {
    left: 45px;
  }
  .concept-flex2 {
    margin-top: 40px;
    text-align: center;
  }
  .concept-flex2 p {
    padding: 0 5%;
    text-align: left;
    height: 100%;
  }

  .about-con {
    padding: 100px 0;
  }

  .about-encount {
    padding: 100px 0;
  }
  .encount-flex img {
    width: 100%;
  }
  .encount-flex p {
    margin-top: 24px;
  }
  .encount-text {
    margin-top: 40px;
  }

  .about-streng {
    padding: 100px 0;
  }
  .streng-text {
    display: block;
    padding: 0 5%;
    height: 100%;
  }
  .streng-text h3 {
    writing-mode: horizontal-tb;
    font-size: 24px;
    border-left: none;
    border-bottom: 1px solid #fff;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .streng-text p {
    writing-mode: horizontal-tb;
    height: 100%;
  }
  .streng-text {
    margin-top: 60px;
  }

  .access-flex .access-img {
    width: 100%;
  }

  /* ----------ABOUTレスポンシブ終わり---------- */
  /* ----------MENUレスポンシブ---------- */

  .menu-fv .fv2-text h2::after {
    top: 90px;
  }
  .menu-catch-text {
    display: block;
    padding: 60px 5% 100px;
  }
  .menu-catch-text h2 {
    writing-mode: horizontal-tb;
    margin-bottom: 20px;
  }
  .menu-catch-text .mainp {
    writing-mode: horizontal-tb;
    height: 100%;
  }
  .menu-list {
    padding: 100px 5%;
  }
  .menu-list-flex {
    display: block;
    margin-top: 80px;
  }
  .menu-list-flex img {
    width: 100%;
  }
  .limit-box01 {
    position: relative;
    width: 100%;
  }
  .limit-box01::before {
    content: "数量限定";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    color: #000;
    padding: 0.4em;
    z-index: 1;
  }
  .limit-box02 {
    position: relative;
    width: 100%;
  }
  .limit-box02::before {
    content: "夏季限定";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    color: #000;
    padding: 0.4em;
    z-index: 1;
  }
  .limit-box03 {
    position: relative;
    width: 100%;
  }
  .limit-box03::before {
    content: "冬季限定";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    color: #000;
    padding: 0.4em;
    z-index: 1;
  }
  .limit-box04 {
    position: relative;
    width: 100%;
  }
  .limit-box04::before {
    content: "週末限定";
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 18px;
    font-weight: 600;
    background: #fff;
    color: #000;
    padding: 0.4em;
    z-index: 1;
  }
  .menu-text {
    width: 100%;
  }
  .curry .menu-text {
    margin-top: 0;
  }
  .menu-list-flex h3 {
    padding-bottom: 20px;
    margin-top: 20px;
  }
  .menu-list-flex .mainp {
    margin-top: 20px;
  }

  /* ----------MENUレスポンシブ終わり---------- */
  /* ----------女性独立支援レスポンシブ---------- */

  .support-fv .fv2-text h2::after {
    top: 90px;
  }
  .support-fv {
    padding-bottom: 0;
  }

  .support-pur {
    padding: 100px 0;
  }
  .pur-flex {
    justify-content: space-between;
    padding-right: 4%;
  }
  .pur-flex picture {
    width: 100%;
    height: 100%;
  }
  .pur-flex img {
    margin-top: 0;
    width: 100%;
  }
  .pur-flex h2 {
    margin: 0 5% 0 30px;
  }
  .pur-flex2 {
    flex-direction: column;
    margin-top: 30px;
    padding: 0 5%;
  }
  .pur-flex2 p {
    height: 340px;
    writing-mode: horizontal-tb;
    height: 100%;
    line-height: 2;
  }

  .support-catch .inner {
    padding: 0 5%;
  }
  .support-catch {
    padding: 100px 0;
  }
  .support-catch .mainp {
    margin-top: 40px;
    text-align: left;
  }
  .support-catch .btn {
    margin-top: 40px;
  }
}
