@charset "UTF-8";
body {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 300;
}

.taC {
  text-align: center;
}

.center {
  margin-left: auto;
  margin-right: auto;
}

.txt-N {
  font-size: min(16px, 3.4vw);
  line-height: 1.75;
  font-weight: 300;
}

.arrows-A > .item {
  display: inline-block;
  height: clamp(35px, 5vw, 56px);
  margin-right: clamp(18px, 2.4rem, 24px);
  position: static;
  width: clamp(35px, 5vw, 56px);
}

.link-A {
  border: 1px solid #788172;
  width: fit-content;
  padding: 0;
}
.link-A.black {
  background-color: #000;
  border-color: #000;
}
.link-A.black > a {
  color: #FFF;
}
.link-A > a,
.link-A > .arw {
  position: relative;
}
.link-A > a::after,
.link-A > .arw::after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 12px;
  background: url(../img/arrow.svg) no-repeat center center/cover;
  bottom: 0;
  margin: auto 0;
  right: 0;
  top: 0;
}
.link-A > a,
.link-A > .arw {
  transition: all 0.3s ease-in;
  display: inline-block;
  font-size: min(13px, 3vw);
  position: relative;
  padding: 10px 28px 10px 14px;
  text-transform: uppercase;
  line-height: 1;
}
.link-A > a::after,
.link-A > .arw::after {
  right: 7px;
}
.link-A > a:hover,
.link-A > .arw:hover {
  background: rgba(120, 129, 114, 0.05);
}
@media screen and (max-width: 750px) {
  .link-A > a,
  .link-A > .arw {
    padding: 2vw 6.5vw 2vw 2vw;
  }
}

.titleBand {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding-right: clamp(7.5px, 1rem, 10px);
  padding-left: clamp(7.5px, 1rem, 10px);
  line-height: 1.6;
}

.wrap {
  overflow: visible;
}
@media screen and (max-width: 750px) {
  .wrap {
    padding-top: 14vw;
  }
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
.header {
  background: rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  transition: all 0.3s;
}
@media screen and (min-width: 751px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11.5px 80px 11.5px 40px;
    z-index: 10;
  }
}
.header.is-active {
  backdrop-filter: blur(10px) brightness(0.9);
  background: rgba(255, 255, 255, 0.75);
  border-bottom: 1px solid rgba(255, 255, 255, 0.85);
}
.header #logo a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .header {
    padding: 3vw;
    background: rgba(255, 255, 255, 0.75);
    border-bottom: 1px solid rgba(255, 255, 255, 0.85);
    top: 0;
  }
  .header .menu-button > a > span {
    background-color: #000;
  }
  .header > .inner {
    align-items: center;
  }
  .header .headerInfo {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
  }
  .header .headerInfo .telLink a {
    display: block;
  }
  .header .headerInfo .telLink a img {
    display: block;
  }
  .header .headerInfo .mapLink a {
    display: block;
  }
  .header .headerInfo .translateList {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: min(10px, 4vw);
    font-size: min(16px, 3.4vw);
  }
  .header .headerInfo .translateList li {
    position: relative;
  }
  .header .headerInfo .translateList li:nth-last-of-type(1)::before {
    content: "";
    width: 1px;
    height: 60%;
    background-color: #666;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 750px) {
  .g-navi > .list {
    width: 100%;
    padding: 5vw;
  }
  .g-navi > .list > .item {
    font-size: 5vw;
    margin-right: 0;
    margin-bottom: 5vw;
    text-align: center;
    color: #666;
  }
}

@media screen and (max-width: 750px) {
  #main {
    width: 100%;
    overflow: hidden;
  }
}
#main .mainWrap {
  width: 100%;
  position: relative;
}
#main .mainWrap .swiper-main-new {
  width: 100%;
  aspect-ratio: 3/2;
  position: relative;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #main .mainWrap .swiper-main-new {
    aspect-ratio: unset;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 750px) {
  #main .mainWrap .swiper-main-new {
    aspect-ratio: 1/1;
  }
}
#main .mainWrap .swiper-main-new .swiper-slide {
  opacity: 0;
  will-change: opacity, transform, filter;
  filter: brightness(0.8) blur(6px);
  transition: opacity 1.8s ease, transform 5s ease, filter 2.5s ease;
  position: relative;
}
#main .mainWrap .swiper-main-new .swiper-slide figure, #main .mainWrap .swiper-main-new .swiper-slide a, #main .mainWrap .swiper-main-new .swiper-slide picture {
  width: 100%;
  height: 100%;
  position: relative;
}
#main .mainWrap .swiper-main-new .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  transition: transform 5s ease;
}
#main .mainWrap .swiper-main-new .swiper-slide.zoom img {
  transform: scale(1);
  transition: transform 5s ease;
}
#main .mainWrap .swiper-main-new .swiper-slide-active {
  opacity: 1;
  filter: brightness(1) blur(0);
}
#main .mainWrap .titleArea {
  position: absolute;
  top: 225px;
  left: 50px;
  color: #FFF;
  mix-blend-mode: overlay;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  z-index: 3;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #main .mainWrap .titleArea {
    transform: scale(0.8);
    transform-origin: left bottom;
  }
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  #main .mainWrap .titleArea {
    bottom: 3vw;
    left: 3vw;
  }
}
@media screen and (max-width: 750px) {
  #main .mainWrap .titleArea {
    top: 53vw;
    left: 0;
    width: 55%;
    padding: 5vw;
    gap: 0;
    mix-blend-mode: normal;
  }
}
#main .mainWrap .titleArea .title_copy {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  #main .mainWrap .titleArea .title_copy {
    gap: 0;
  }
}
#main .mainWrap .titleArea .title_copy .title1 {
  font-size: min(30px, 4vw);
  display: block;
  line-height: 1.2;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  #main .mainWrap .titleArea .title_copy .title1 {
    font-size: 2.6vw;
  }
}
#main .mainWrap .titleArea .title_copy .title2 {
  display: block;
  font-size: min(104px, 14vw);
  line-height: 1;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  #main .mainWrap .titleArea .title_copy .title2 {
    font-size: 8vw;
  }
}
#main .mainWrap .titleArea .title_copy_ja {
  font-size: min(16px, 3.4vw);
  font-weight: 500;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  #main .mainWrap .titleArea .title_copy_ja {
    font-size: 1.6vw;
  }
}
#main .mainWrap .titleArea .title_copy_hand {
  position: absolute;
  top: 70px;
  left: 270px;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  #main .mainWrap .titleArea .title_copy_hand {
    top: 5vw;
    left: 21vw;
    width: 34%;
  }
}
@media screen and (max-width: 750px) {
  #main .mainWrap .titleArea .title_copy_hand {
    top: 10vw;
    left: 42vw;
    width: 34%;
  }
}

.head-A > .en {
  opacity: 0.2;
}
@media screen and (max-width: 750px) {
  .head-A > .en {
    font-size: 10vw;
  }
}
.head-A > .ja {
  font-size: min(16px, 3.4vw);
}

#about.intro {
  width: 100%;
  max-width: none;
  text-align: center;
  background: url(../img/intro_bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: clamp(105px, 14rem, 140px);
}
#about.intro .introLogo {
  margin-bottom: clamp(48.75px, 6.5rem, 65px);
}
#about.intro .text {
  font-size: min(16px, 3.4vw);
  text-align: center;
  line-height: 2;
}
#about.intro .text + .text {
  margin-top: clamp(22.5px, 3rem, 30px);
}
#about.intro .movie {
  max-width: 640px;
  margin: min(30px, 10vw) auto;
  text-align: center;
}
#about.intro .introText {
  margin-top: clamp(22.5px, 3rem, 30px);
}
@media screen and (max-width: 750px) {
  #about.intro {
    padding: 15vw 5vw;
  }
  #about.intro .introLogo {
    width: 60%;
    margin: 0 auto 7vw auto;
  }
  #about.intro .tit-A {
    font-size: 6vw;
    line-height: 1.8;
  }
}

#feature.feature .num-A {
  font-style: italic;
  font-size: min(120px, 14vw);
}
#feature.feature .tit-B,
#feature.feature .tit-C {
  display: inline-block;
  background-color: #000;
  color: #FFF;
  text-decoration: none;
  padding-right: clamp(7.5px, 1rem, 10px);
  padding-left: clamp(7.5px, 1rem, 10px);
  line-height: 1.6;
}
#feature.feature .box-A.box-A- {
  margin-bottom: clamp(135px, 18rem, 180px);
}
#feature.feature .text-box-A {
  position: relative;
  margin-top: auto;
}
#feature.feature .text-box-A .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: min(14px, 3.2vw);
}
#feature.feature .featureLeft {
  padding-right: clamp(24px, 3.2rem, 32px);
}
#feature.feature .featureLeft .inner-02 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
#feature.feature .featureLeft .head-B + .head-B {
  margin-bottom: clamp(30px, 4rem, 40px);
}
#feature.feature .featureRight .post-A {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  margin-bottom: clamp(11.25px, 1.5rem, 15px);
}
#feature.feature .featureRight .tit-E {
  position: relative;
  display: inline-block;
  padding-right: clamp(15px, 2rem, 20px);
  margin-bottom: 0;
  font-weight: 500;
}
#feature.feature .featureRight .tit-E::after {
  content: "";
  display: block;
  width: 13px;
  aspect-ratio: 1/1;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13' preserveAspectRatio='none'%3E%3Cg%3E%3Cpath fill='%23333333' d='M13,0H3v3H0v10h10v-3h3V0ZM9,12H1V4h2v6h6v2ZM12,9H4V1h8v8Z' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#feature.feature .list-B {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
#feature.feature .list-B > .item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
#feature.feature .list-B > .item > .inner {
  padding: 0;
  width: calc(100% - 260px);
}
@media screen and (max-width: 750px) {
  #feature.feature {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
  #feature.feature > .head-A {
    margin-bottom: 7vw;
  }
  #feature.feature .head-B .ja {
    letter-spacing: 0.1em;
  }
  #feature.feature .box-A .box-head {
    gap: 7vw;
    margin-bottom: 10vw;
  }
  #feature.feature .box-A.box-A- {
    margin-bottom: 15vw;
  }
  #feature.feature .box-A.pronum2 .box-head {
    flex-direction: column-reverse;
  }
  #feature.feature .text-box-A .text {
    font-size: min(16px, 3.4vw);
  }
  #feature.feature .featureLeft {
    margin: 0;
  }
  #feature.feature .featureLeft .head-B + .head-B {
    margin-bottom: 5vw;
  }
  #feature.feature .box-body {
    padding: 0 5vw;
  }
  #feature.feature .list-B {
    gap: 5vw;
  }
  #feature.feature .list-B > .item {
    gap: 5vw;
  }
  #feature.feature .list-B > .item .img {
    width: 50%;
  }
  #feature.feature .list-B > .item > .inner {
    width: calc(50% - 5vw);
  }
  #feature.feature .list-B > .item > .inner .tit-B {
    margin-bottom: 2vw;
  }
}

#menu.course {
  padding-left: 0;
  padding-right: 0;
}
#menu.course .box-B {
  max-width: 1280px;
}
#menu.course .box-E,
#menu.course .att-A {
  max-width: 800px;
}
@media screen and (max-width: 750px) {
  #menu.course {
    padding: 15vw 5vw;
  }
  #menu.course .box-E {
    padding: 5vw 3vw;
  }
  #menu.course .list-D > .item {
    padding-left: 0;
    padding-right: 0;
    flex-wrap: wrap;
    gap: 1vw;
    font-size: min(14px, 3.2vw);
  }
  #menu.course .list-D > .item .name {
    width: 100%;
  }
  #menu.course .list-D > .item .price {
    width: 100%;
    text-align: right;
  }
  #menu.course .box-E + .att-A {
    font-size: min(14px, 3.2vw);
  }
}

.courseBox {
  position: relative;
}
.courseBox:not(:last-child) {
  margin-bottom: clamp(90px, 12rem, 120px);
}
@media screen and (max-width: 750px) {
  .courseBox:not(:last-child) {
    margin-bottom: 20vw;
  }
}
@media screen and (min-width: 751px) {
  .courseBox .img {
    position: absolute;
    top: 0;
    width: 50%;
  }
}
.courseBox .detail {
  display: flex;
  margin-bottom: clamp(22.5px, 3rem, 30px);
}
@media screen and (min-width: 751px) {
  .courseBox:nth-of-type(even) .img {
    left: 0;
  }
  .courseBox:nth-of-type(even) .detail {
    justify-content: flex-end;
  }
  .courseBox:nth-of-type(even) .detailHead {
    padding-left: 23%;
  }
  .courseBox:nth-of-type(odd) .img {
    right: 0;
  }
  .courseBox:nth-of-type(odd) .detail {
    justify-content: flex-start;
  }
  .courseBox:nth-of-type(odd) .detailHead {
    padding-right: 23%;
  }
}
.courseBox__Detail {
  width: 100%;
  max-width: 780px;
  position: relative;
}
.courseBox__Detail .tit-A {
  font-size: min(32px, 4.6vw);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .courseBox__Detail .tit-A {
    margin-top: -4vw;
  }
}
.courseBox__Detail .textRead {
  margin-top: clamp(7.5px, 1rem, 10px);
  font-size: min(16px, 3.4vw);
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .courseBox__Detail .textRead {
    font-size: min(18px, 3.6vw);
  }
}
.courseBox__Panel {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: clamp(22.5px, 3rem, 30px);
  margin-top: clamp(11.25px, 1.5rem, 15px);
}
@media screen and (max-width: 750px) {
  .courseBox__Panel {
    padding: 0;
  }
}
.courseBox__Panel .tit-C {
  font-size: min(26px, 4.4vw);
}
@media screen and (max-width: 750px) {
  .courseBox__Panel .tit-C {
    margin-bottom: 3vw;
  }
}
.courseBox__Panel .read-A {
  font-size: min(16px, 3.4vw);
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .courseBox__Panel .read-A {
    font-size: min(18px, 3.6vw);
  }
}
.courseBox__Panel .list-C {
  margin-top: clamp(11.25px, 1.5rem, 15px);
  display: flex;
  flex-direction: column;
  gap: clamp(7.5px, 1rem, 10px);
}
@media screen and (max-width: 750px) {
  .courseBox__Panel .list-C {
    margin-top: 5vw;
  }
}
.courseBox__Panel .list-C > .item {
  font-size: min(15px, 3.3vw);
  font-weight: 500;
  margin: 0;
}
.courseBox__Panel .list-C > .item span {
  padding-bottom: 5px;
  border-bottom: 2px dotted #333;
  display: inline-block;
}

@media screen and (max-width: 750px) {
  .main .conversion {
    padding: 15vw 5vw;
  }
}

@media screen and (max-width: 750px) {
  #flow.flow {
    padding: 15vw 5vw;
  }
  #flow.flow .tit-C {
    margin-bottom: 3vw;
  }
}

#faq.faq {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}
#faq.faq > .head-A {
  text-align: center;
  width: 100%;
  margin-bottom: clamp(52.5px, 7rem, 70px);
}
#faq.faq > .inner {
  width: 100%;
}
#faq.faq .list-G .ques {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  padding-left: clamp(22.5px, 3rem, 30px);
  position: relative;
}
#faq.faq .list-G .ques::before {
  content: "Q.";
  position: absolute;
  left: 0;
  font-size: min(18px, 3.6vw);
  color: #666;
}
#faq.faq .list-G .ques .txt {
  display: block;
  font-size: min(18px, 3.6vw);
  font-weight: 500;
  padding-top: clamp(18px, 2.4rem, 24px);
  padding-bottom: clamp(18px, 2.4rem, 24px);
}
#faq.faq .list-G .ques .icon {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  background: #000;
  position: relative;
  transform: scale(1);
  transition: background-color 0.2s ease, transform 0.2s ease-out;
}
#faq.faq .list-G .ques .icon::before, #faq.faq .list-G .ques .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
#faq.faq .list-G .ques .icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq.faq .list-G .ques:hover .icon {
  transform: scale(0.9);
  background-color: #666;
}
#faq.faq .list-G .ques.current .icon::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#faq.faq .list-G .answ {
  display: none;
  position: relative;
  padding-left: clamp(22.5px, 3rem, 30px);
  font-size: min(16px, 3.4vw);
}
#faq.faq .list-G .answ::before {
  content: "A.";
  position: absolute;
  left: 0;
  top: 0.2em;
  font-size: min(18px, 3.6vw);
  color: #666;
}
@media screen and (max-width: 750px) {
  #faq.faq {
    padding: 15vw 5vw;
  }
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
.footer {
  background-color: #F2F3F1;
  color: #333;
  padding: 0;
  padding-top: clamp(45px, 6rem, 60px);
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 10vw;
  }
}
.footer .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .footer > .inner {
    padding-left: 5vw;
    padding-right: 5vw;
    padding-bottom: 5vw;
  }
}
.footer__logo {
  margin-bottom: clamp(30px, 4rem, 40px);
}
@media screen and (max-width: 750px) {
  .footer__logo {
    margin-bottom: 3vw;
  }
}
.footer__info__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
@media screen and (min-width: 751px) {
  .footer__info__wrap {
    padding-bottom: 50px;
  }
}
.footer__info__calendar {
  width: 28%;
}
@media screen and (max-width: 750px) {
  .footer__info__calendar {
    width: 100%;
  }
}
.footer__info__list {
  width: 70%;
}
@media screen and (max-width: 750px) {
  .footer__info__list {
    width: 100%;
  }
}
.footer__info__list .att-A {
  margin-top: min(10px, 3vw);
}
@media screen and (max-width: 750px) {
  .footer__info__list .att-A {
    font-size: min(14px, 3.2vw);
  }
}
.footer__info__list .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: min(30px, 3vw) 0;
}
.footer__info__list .listBox:not(:last-child) {
  border-bottom: 1px solid rgba(120, 129, 114, 0.25);
}
@media screen and (max-width: 750px) {
  .footer__info__list .listBox {
    padding: 3vw 0;
    gap: 3vw;
  }
}
.footer__info__list .listBox .list-F {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .footer__info__list .listBox .list-F {
    gap: 1.5vw;
  }
}
.footer__info__list .listBox .list-F > .item {
  margin: 0;
}
.footer__info__list .title {
  width: 140px;
  font-size: min(18px, 3.6vw);
  font-family: "Oswald", sans-serif !important;
  font-weight: 400;
}
@media screen and (min-width: 751px) {
  .footer__info__list .title {
    padding-top: 0.2em;
  }
}
@media screen and (max-width: 750px) {
  .footer__info__list .title {
    width: 100%;
    font-size: min(20px, 3.8vw);
  }
}
.footer__info__list .detail {
  width: calc(100% - 2rem - 280px);
  padding: 0;
  font-size: min(14px, 3.2vw);
}
@media screen and (max-width: 1000px) {
  .footer__info__list .detail {
    width: calc(100% - 1rem - 140px);
  }
}
@media screen and (max-width: 750px) {
  .footer__info__list .detail {
    width: 100%;
    font-size: min(16px, 3.4vw);
  }
}
.footer__info__list .detail p {
  line-height: 1.6;
}
.footer__info__list .detail p + p, .footer__info__list .detail p + dl {
  margin-top: 0.75rem;
}
.footer__info__list .detail dl dt, .footer__info__list .detail dl dd {
  line-height: 1.6;
}
.footer__info__list .detail dl dt {
  white-space: nowrap;
}
.footer__info__list .detail dl dd {
  padding-left: 0.5rem;
}
.footer__info__list .link {
  width: 140px;
}
@media screen and (max-width: 1000px) {
  .footer__info__list .link {
    margin-left: auto;
    width: auto;
  }
}
@media screen and (max-width: 750px) {
  .footer__info__list .link {
    width: 100%;
  }
}
.footer__info__list .link p + p {
  margin-top: clamp(7.5px, 1rem, 10px);
}
.footer__info__list .link .link-A {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .footer__info__list .link .link-A {
    width: auto;
    display: inline-block;
  }
}
.footer .map > iframe {
  height: clamp(300px, 40rem, 400px);
  width: 100%;
}
.footer__copy {
  background-color: #788172;
  color: #FFF;
  padding: clamp(22.5px, 3rem, 30px);
}
@media screen and (max-width: 750px) {
  .footer__copy {
    padding: 3vw 3vw 10vw 3vw;
  }
  .footer__copy .section-flex {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
  }
}
.footer__copy .list-N {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 750px) {
  .footer__copy .list-N {
    gap: 0;
    border-top: 0;
  }
}
.footer__copy .list-N > .item > a {
  font-size: min(14px, 3.2vw);
}
@media screen and (max-width: 750px) {
  .footer__copy .list-N > .item > a {
    padding: 2vw 0;
    border-bottom: 0;
  }
}
.footer__credit {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .footer__credit {
    flex-direction: column;
    align-items: center;
    gap: 3vw;
    margin-top: 5vw;
  }
}
.footer__credit p {
  font-size: min(13px, 3vw);
}
.footer__credit ul {
  gap: clamp(15px, 2rem, 20px);
}

/*-------------------------------------------------
	++ FLOATING
-------------------------------------------------*/
.sideBadge {
  position: fixed;
  right: 0;
  z-index: 10;
  top: calc(50% + 40px);
  transform: translateY(-50%);
}
.sideBadge .sideBadgeWrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: flex-end;
  gap: 1rem;
}
@media screen and (max-width: 750px) {
  .sideBadge .sideBadgeWrap {
    gap: 0.3vw;
    flex-direction: row;
    justify-content: flex-end;
  }
}
.sideBadge .floatingTab {
  writing-mode: vertical-rl;
}
@media screen and (max-width: 750px) {
  .sideBadge .floatingTab {
    writing-mode: inherit;
  }
}
.sideBadge .floatingTab a {
  padding: 15px 13px;
  display: block;
  color: #FFF;
  border-radius: 10px 0 0 10px;
  font-size: min(16px, 3.4vw);
  line-height: 1;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.sideBadge .floatingTab a span.ja::before {
  content: "／";
}
@media screen and (max-width: 750px) {
  .sideBadge .floatingTab a {
    width: fit-content;
    padding: 1vw 2vw;
    border-radius: 2vw 2vw 0 0;
    height: 8vw;
    font-size: min(14px, 3.2vw);
  }
}
.sideBadge .floatingTab.tab-salon a {
  background-color: #000;
  position: relative;
}
@media screen and (min-width: 751px) {
  .sideBadge .floatingTab.tab-salon a {
    padding-top: 35px;
  }
  .sideBadge .floatingTab.tab-salon a::before {
    content: "";
    background: url(../img/icon_calendar.svg) no-repeat center center;
    width: 20px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.sideBadge .floatingTab.tab-recruit a {
  background-color: #9b8450;
}
.sideBadge .snsBadge {
  width: 45px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sideBadge .snsBadge {
    width: 7vw;
  }
  .sideBadge .snsBadge img {
    display: block;
  }
}
.sideBadge .scrollTop {
  opacity: 0;
}
.sideBadge .scrollTop.show {
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .sideBadge .scrollTop {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.sideBadge .scrollTop a {
  width: 45px;
  display: block;
  writing-mode: vertical-rl;
  color: #000;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-size: min(20px, 3.8vw);
  padding: 50px 10px 10px 10px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .sideBadge .scrollTop a {
    width: fit-content;
    padding: 8vw 2vw 2vw 2vw;
  }
}
.sideBadge .scrollTop a::after {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 11/92;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 92'  preserveAspectRatio='none'%3E%3Cg%3E%3Cpolygon fill='%23000000' points='0 0 0 92 2 92 2 19 11 19 0 0' /%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: calc(50% + 3px);
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .sideBadge .scrollTop a::after {
    left: calc(50% + 1px);
    width: 1vw;
  }
}
.sideBadge .translateList {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-right: 15px;
}
.sideBadge .translateList li {
  font-weight: 400;
  color: #CCC;
}
.sideBadge .translateList li a {
  font-size: min(14px, 3.2vw);
}
.sideBadge .translateList li a[data-lang=ja] {
  color: #000;
}
html.translated-ltr .sideBadge .translateList li a[data-lang=en] {
  color: #000;
}
html.translated-ltr .sideBadge .translateList li a[data-lang=ja] {
  color: #CCC;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  .sideBadge .floatingTab a {
    padding: 15px 8px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.14em;
    width: auto;
  }
  .sideBadge .floatingTab a span.ja::before {
    display: none;
  }
  .sideBadge .floatingTab a span.en {
    font-size: min(14px, 3.2vw);
  }
  .sideBadge .scrollTop .nolsc {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sideBadge {
    width: 100%;
    bottom: 0;
    top: auto;
    transform: none;
    padding-right: 8vw;
  }
  .sideBadge .sideBadgeWrap {
    flex-direction: row;
    justify-content: flex-end;
  }
  .sideBadge .floatingTab {
    writing-mode: inherit;
  }
  .sideBadge .floatingTab a {
    width: fit-content;
    padding: 1vw 2vw;
    border-radius: 2vw 2vw 0 0;
    height: 8vw;
    display: flex;
    align-items: center;
  }
  .sideBadge .floatingTab a img {
    height: 5vw;
    width: auto;
  }
  html.translated-ltr .sideBadge .floatingTab.tab-salon span.ja {
    display: none;
  }
  .sideBadge .floatingTab.tab-recruit a span.en {
    margin: 0;
    padding: 0;
  }
  .sideBadge .floatingTab.tab-recruit a span.en::after {
    display: none;
  }
  .sideBadge .floatingTab.tab-recruit a span.ja {
    display: none;
  }
}

/*-------------------------------------------------
	++ PLUGIN
-------------------------------------------------*/
.up {
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up.upstyle {
  transform: translateY(0);
  opacity: 1;
}

.fade {
  opacity: 0;
  transition: opacity 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fade.fadein {
  opacity: 1;
}

.wpsbc-legend-item-icon-1 div:first-of-type,
.wpsbc-legend-item-1 {
  background-color: #f7f7f7 !important;
  color: inherit !important;
}

.wpsbc-legend-item-icon-2 div:first-of-type,
.wpsbc-legend-item-2 {
  background-color: #999999 !important;
  color: #ffffff !important;
}

.wpsbc-legend-item-icon-3 div:first-of-type,
.wpsbc-legend-item-icon-3 div:nth-of-type(2),
.wpsbc-legend-item-3 {
  background-color: #b7a477 !important;
  color: #ffffff !important;
}

.wpsbc-legend-item-icon-2 svg,
.wpsbc-legend-item-icon-3 svg {
  fill: #ffffff !important;
}

.wpsbc-legend-item-2 span,
.wpsbc-legend-item-3 span {
  color: #ffffff !important;
}

.calendar-legend {
  display: flex;
  justify-content: flex-start;
  gap: 1.5em;
  margin-top: 1em;
}
.calendar-legend span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.calendar-legend .booked {
  background-color: #999999;
}

.modal-wrap {
  z-index: 999;
}
.modal-wrap > .modal .post-A {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-size: min(14px, 3.2vw);
}
.modal-wrap > .modal .tit-E {
  font-size: min(20px, 3.8vw);
  margin-top: min(15px, 2vw);
  font-weight: 500;
}
.modal-wrap > .modal .tit-B {
  font-size: min(18px, 3.6vw);
}
.modal-wrap > .modal .txt-B {
  font-size: min(14px, 3.2vw);
}
@media screen and (max-width: 750px) {
  .modal-wrap > .modal {
    padding: 4vw;
  }
  .modal-wrap > .modal .txt-B {
    font-size: min(16px, 3.4vw);
  }
}