@charset "UTF-8";
html {
  font-size: clamp(13px, 1.2vw + 0.6rem, 16px);
}

/*
$sizeXSS:min(10px,3vw);
$sizeXS:min(12px,3.2vw);
$sizeSS:min(13px,3.3vw);
$sizeS:min(14px,3.4vw);
$sizeNS:min(15px,3.5vw);
$sizeN:min(16px,3.6vw);
$sizeM:min(18px,3.8vw);
$sizeL:min(20px,4.0vw);
$sizeH:min(24px,5.0vw);
$sizeB:min(28px,6vw);
*/
.sizeXSS {
  font-size: calc(10 / 16 * 1rem);
}

.sizeXS {
  font-size: calc(12 / 16 * 1rem);
}

.sizeS {
  font-size: calc(14 / 16 * 1rem);
}

.sizeN {
  font-size: calc(16 / 16 * 1rem);
}

.sizeM {
  font-size: calc(18 / 16 * 1rem);
}

.sizeL {
  font-size: calc(20 / 16 * 1rem);
}

.sizeH {
  font-size: calc(24 / 16 * 1rem);
}

.sizeB {
  font-size: calc(28 / 16 * 1rem);
}

/*-------------------------------------------------
	++ BASE REWITE
-------------------------------------------------*/
*, *::before, *::after {
  line-height: inherit;
}

body {
  color: #333;
  font-feature-settings: normal;
  font-weight: 300;
}
body.fixed {
  position: fixed !important;
}

.main {
  padding-top: 0;
}

.wrap {
  padding-left: 0;
  overflow: visible;
}

.section {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1380px) {
  .section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .section {
    padding: 10vw 0;
  }
}

.inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (max-width: 750px) {
  .inner {
    padding: 0 5vw;
  }
}

.section-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.en {
  font-family: "Oswald", sans-serif;
}

.center-head {
  margin: 0 auto min(30px, 5vw) auto;
  text-align: center;
}

.head-A {
  font-size: clamp(34px, 34px + (48 - 34) * (100vw - 375px) / 905, 48px);
}

.head-E {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 905, 24px);
}

.tit-E {
  font-size: clamp(18px, 18px + (24 - 18) * (100vw - 375px) / 905, 24px);
}

.en {
  font-weight: 400;
  letter-spacing: inherit;
}

.button-A > a {
  font-size: calc(14 / 16 * 1rem);
  line-height: 2.4;
}

.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 > .arw {
  position: relative;
}
.link-A > .arw::after {
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 12px;
  background: url(../../img/common/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: calc(13 / 16 * 1rem);
  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;
  }
}

.list-B {
  width: 100%;
  gap: 50px;
  margin: 0;
}
.list-B > .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  width: calc((100% - 150px) / 4);
}
.list-B > .item .date-B {
  margin-bottom: clamp(17px, 2rem, 20px);
}
.list-B > .item .thumb-D,
.list-B > .item .thumb-E,
.list-B > .item .thumb {
  width: 100%;
  overflow: hidden;
}
.list-B > .item .thumb-D img,
.list-B > .item .thumb-E img,
.list-B > .item .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list-B > .item .tit-A {
  line-height: 1.4;
  font-size: calc(14 / 16 * 1rem);
  font-weight: 400;
}
.list-B > .item .txt {
  font-size: calc(12 / 16 * 1rem);
}
.list-B > .item .link-A {
  margin-top: auto;
  margin-bottom: min(10px, 3vw);
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .list-B {
    gap: 3vw;
  }
  .list-B > .item {
    width: calc((100% - 6vw) / 3);
  }
  .home-color .list-B > .item {
    width: calc((100% - 9vw) / 4);
  }
  .list-B > .item .date-B {
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 750px) {
  .list-B {
    gap: 5vw;
  }
  .list-B > .item {
    width: calc((100% - 5vw) / 2);
  }
  .list-B > .item .date-B {
    margin-bottom: 3vw;
  }
}

.pankuzu {
  padding-top: 10px;
}
@media screen and (max-width: 1000px) {
  .pankuzu {
    display: none;
  }
}

.slideHandle {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 1rem;
  padding-right: min(56px, 5vw);
  text-align: right;
  gap: 1rem;
}
@media screen and (max-width: 1000px) {
  .slideHandle {
    margin-top: 2vw;
    gap: 1vw;
  }
}
@media screen and (max-width: 750px) {
  .slideHandle {
    margin-top: 3vw;
    gap: 2vw;
  }
}
.slideHandle > .item {
  position: relative;
  margin: 0;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.slideHandle > .item > a {
  background-color: #FFF;
}

@media screen and (max-width: 750px) {
  .spMore {
    display: flex;
    justify-content: flex-end;
  }
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
.header {
  position: sticky;
  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: 50;
  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 (min-width: 751px) and (max-height: 700px) {
  .header {
    height: 60px;
  }
}
@media screen and (max-width: 750px) {
  .header {
    padding: 3vw 16vw 3vw 3vw;
    height: 14vw;
  }
  .header #logo {
    width: 50%;
  }
}

.headerInfo {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.headerInfo .telLink a {
  display: block;
}
@media screen and (min-width: 751px) {
  .headerInfo .telLink a {
    border: 1px solid #333;
    color: #333;
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: calc(16 / 16 * 1rem);
  }
}
.headerInfo .telLink a img {
  display: block;
}
.headerInfo .mapLink a {
  display: block;
}
.headerInfo .translateList {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: min(10px, 4vw);
  font-size: calc(16 / 16 * 1rem);
}
.headerInfo .translateList li {
  position: relative;
}
.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%);
}

#menu {
  z-index: 9999;
  margin-top: 0;
  padding: 0;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
#menu.current #menuBtn span:nth-of-type(1) {
  display: none;
}
#menu.current #menuBtn span:nth-of-type(2) {
  transform: rotate(30deg);
  margin-top: 0;
  background-color: white;
}
#menu.current #menuBtn span:nth-of-type(3) {
  transform: rotate(-30deg);
  margin-top: 0;
  background-color: white;
}
#menu.current #menuBtn span:nth-of-type(4) {
  display: none;
}
#menu.current .menuContents {
  display: block;
}
#menu #menuBtn {
  display: block;
  width: 80px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 99;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #menu #menuBtn {
    width: 60px;
  }
}
#menu #menuBtn span {
  display: inline-block;
  position: absolute;
  right: 25%;
  top: 50%;
  width: 50%;
  height: 2px;
  background-color: black;
  transition: all 0.2s ease-in;
}
#menu #menuBtn span:nth-of-type(1) {
  margin-top: -10px;
}
#menu #menuBtn span:nth-of-type(2) {
  background-color: black;
}
#menu #menuBtn span:nth-of-type(3) {
  background-color: black;
}
#menu #menuBtn span:nth-of-type(4) {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  #menu #menuBtn {
    width: 14vw;
  }
  #menu #menuBtn span:nth-of-type(1) {
    margin-top: -1.5vw;
  }
  #menu #menuBtn span:nth-of-type(4) {
    margin-top: 1.5vw;
  }
}
#menu .menuContents {
  display: none;
  background-color: rgba(120, 129, 114, 0.95);
  color: #FFF;
  width: 100%;
  height: 100vh;
}
#menu .menuContents .menuContentsInner {
  padding: calc(80 / 16 * 1rem);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 1000px) {
  #menu .menuContents .menuContentsInner {
    padding: 10vw;
  }
}
#menu .menuContents .list-G {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  #menu .menuContents .list-G {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #menu .menuContents .list-G {
    width: 100%;
    gap: 5%;
  }
}
#menu .menuContents .list-G > .item {
  width: 100%;
  margin-bottom: 0;
}
#menu .menuContents .list-G > .item a {
  padding-top: calc(10 / 16 * 1rem);
  padding-bottom: calc(10 / 16 * 1rem);
  margin: 0;
}
#menu .menuContents .list-G > .item a .en {
  font-size: calc(36 / 16 * 1rem);
  font-weight: 400;
}
@media screen and (max-width: 1000px) {
  #menu .menuContents .list-G > .item a .en {
    font-size: calc(20 / 16 * 1rem);
  }
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #menu .menuContents .list-G > .item {
    width: 30%;
  }
  #menu .menuContents .list-G > .item a .en {
    font-size: calc(20 / 16 * 1rem);
  }
}
#menu .menuContents .list-F {
  width: 50%;
  margin: clamp(12px, 1.6rem, 16px) auto 0 auto;
  flex-direction: column;
  gap: clamp(12px, 1.6rem, 16px);
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #menu .menuContents .list-F {
    width: 100%;
    gap: 5%;
    flex-direction: row;
  }
}
#menu .menuContents .list-F .item {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-height: 700px) {
  #menu .menuContents .list-F .item {
    width: 47.5%;
  }
}
@media screen and (max-width: 1000px) {
  #menu .menuContents .list-F {
    width: 100%;
    gap: 5%;
    flex-direction: row;
  }
  #menu .menuContents .list-F .item {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  #menu .menuContents .list-F {
    width: 100%;
    gap: 5%;
    flex-direction: column;
  }
  #menu .menuContents .list-F .item {
    width: 100%;
  }
}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
@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: 4/6;
  }
}
#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;
  bottom: 35px;
  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 {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5vw;
    gap: 0;
  }
}
#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: calc(16 / 16 * 1rem);
  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%;
  }
}

.section-media {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  padding-bottom: clamp(68px, 8rem, 80px);
  padding-top: clamp(127.5px, 15rem, 150px);
  position: relative;
}
.section-media .inner {
  max-width: none;
}
@media screen and (max-width: 750px) {
  .section-media {
    padding: 10vw 0;
    overflow: hidden;
  }
  .section-media .section-flex {
    gap: 5vw;
  }
}
@media screen and (min-width: 751px) {
  .section-media .section-flex {
    justify-content: flex-end;
  }
}
.section-media .section-media-title {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 751px) {
  .section-media .section-media-title {
    height: 100%;
    flex-direction: column;
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    transform: translateX(-640px);
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) and (max-width: 1280px) {
  .section-media .section-media-title {
    left: 0px;
    transform: translateX(0);
  }
}
@media screen and (max-width: 750px) {
  .section-media .section-media-title {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
}
.section-media .section-media-title .staffThumb {
  width: 80px;
  margin-bottom: auto;
}
.section-media .section-media-title .staffThumb img {
  clip-path: circle(30% at 50% 35%);
}
.section-media .section-left {
  width: 23%;
  position: relative;
  z-index: 2;
}
.section-media .section-right {
  position: relative;
  width: 77%;
  max-width: 1280px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section-media .section-right {
    width: 100%;
  }
}
.section-media .section-right::after {
  content: "";
  background-color: rgba(120, 129, 114, 0.1);
  height: 250px;
  width: calc(100% + 5rem);
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  .section-media .section-right::after {
    width: 100vw;
    height: 50vw;
    right: -5vw;
  }
}
.section-media .section-right .sliderWrap {
  width: 100%;
  padding: 15px 0 3rem 15px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section-media .section-right .sliderWrap {
    padding: 0 0 0 15px;
  }
}

.swiper-media-new.swiper {
  overflow: visible;
}
.swiper-media-new.swiper .swiper-slide.item {
  height: auto;
}
@media screen and (min-width: 751px) {
  .swiper-media-new.swiper .swiper-slide.item {
    width: 270px !important;
    padding-right: 1.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .swiper-media-new.swiper .swiper-slide.item {
    padding-right: 1rem;
  }
}

.slide-panel {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
  width: 100%;
  height: 100%;
}
.slide-panel .slide-panel-thumb {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  position: relative;
}
.slide-panel .slide-panel-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease-in;
}
.slide-panel .slide-panel-detail {
  padding: clamp(8.5px, 1rem, 10px);
  font-size: calc(14 / 16 * 1rem);
}
.slide-panel .slide-panel-date {
  position: absolute;
  top: 0;
  left: 100%;
  transform: translateY(-100%) rotate(90deg);
  transform-origin: left bottom;
  margin-left: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .slide-panel .slide-panel-date {
    margin-left: 0;
  }
}
.slide-panel a:hover .slide-panel-thumb img {
  transform: scale(1.05);
}

.section-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: clamp(68px, 8rem, 80px);
  padding-top: clamp(85px, 10rem, 100px);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .section-about {
    padding: 10vw 0 12vw 0;
    width: 100%;
  }
  .section-about .section-flex {
    gap: 5vw;
  }
}
.section-about::after {
  content: "";
  background-color: rgba(120, 129, 114, 0.1);
  height: 70%;
  width: 80%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.section-about .section-left {
  width: 26%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .section-about .section-left {
    width: 45%;
  }
}
@media screen and (max-width: 750px) {
  .section-about .section-left {
    width: 100%;
    gap: 3vw;
  }
}
.section-about .section-right {
  position: relative;
  width: 69%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .section-about .section-right {
    width: 50%;
  }
}
@media screen and (max-width: 750px) {
  .section-about .section-right {
    width: 100%;
  }
}
.section-about .section-right .sliderWrap {
  width: 100%;
}
.section-about .section-right .sliderWrap .swiper {
  overflow: visible;
}
.section-about .section-right .sliderWrap .swiper .swiper-slide {
  aspect-ratio: 6/4;
}
.section-about .section-right .sliderWrap .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}
.section-about .section-right .slideHandle {
  position: absolute;
  top: 100%;
  right: 0;
}
@media screen and (max-width: 750px) {
  .section-about .section-right .slideHandle {
    padding: 0;
  }
}
.section-about .section-right .slideHandle > .item {
  position: relative;
  margin: 0;
}
.section-about .section-right .slideHandle > .item > a {
  background-color: #FFF;
}
.section-about .aboutBox .copy {
  font-size: calc(20 / 16 * 1rem);
  font-family: serif;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: min(30px, 3vw);
}
@media screen and (max-width: 1000px) {
  .section-about .aboutBox .copy {
    font-size: calc(18 / 16 * 1rem);
  }
}
.section-about .aboutBox .text {
  font-size: calc(15 / 16 * 1rem);
}
.section-about .aboutBox .text p {
  line-height: 1.8;
}
.section-about .aboutBox .text p + p {
  margin-top: 1em;
}
.section-about .aboutBox .link-A {
  margin-top: min(30px, 3vw);
}

@media screen and (min-width: 751px) {
  .section-news {
    padding-top: min(150px, 7vw);
    padding-bottom: min(150px, 7vw);
  }
}
@media screen and (max-width: 750px) {
  .section-news .section-flex {
    gap: 5vw;
  }
}
.section-news .section-left {
  width: 26%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .section-news .section-left {
    width: 100%;
    flex-direction: row;
    align-items: flex-end;
  }
}
.section-news .section-right {
  position: relative;
  width: 69%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .section-news .section-right {
    width: 100%;
  }
}
.section-news .list-E {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 1px solid #e5e5e5;
}
.section-news .list-E > .item {
  margin-bottom: 0;
}
.section-news .list-E > .item > .item-inner {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: calc(24 / 16 * 1rem) 0;
}
@media screen and (max-width: 750px) {
  .section-news .list-E > .item > .item-inner {
    padding: 3vw 0;
  }
}
.section-news .list-E > .item > .item-inner:hover {
  background: rgba(120, 129, 114, 0.05);
}
.section-news .list-E > .item > .item-inner > .txt {
  font-size: calc(16 / 16 * 1rem);
}
@media screen and (max-width: 750px) {
  .section-news .list-E > .item > .item-inner > .txt {
    font-size: calc(14 / 16 * 1rem);
    width: calc(100% - 20vw);
  }
}
.section-news .list-E > .item > .item-inner > .date-B {
  text-align: right;
  font-size: calc(16 / 16 * 1rem);
  color: #666;
}
@media screen and (max-width: 750px) {
  .section-news .list-E > .item > .item-inner > .date-B {
    font-size: calc(14 / 16 * 1rem);
    width: 20vw;
  }
}

.section-salon {
  position: relative;
  padding-top: min(60px, 10vw);
}
@media screen and (max-width: 750px) {
  .section-salon {
    padding: 10vw 0;
  }
  .section-salon .section-flex {
    gap: 5vw;
  }
}
.section-salon::before {
  content: "";
  background: url(../img/salon_bg.jpg);
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section-salon .section-inner {
  position: relative;
}
.section-salon .brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: min(50px, 5vw);
}
@media screen and (max-width: 1000px) {
  .section-salon .brand-list {
    gap: 2vw;
  }
}
@media screen and (max-width: 750px) {
  .section-salon .brand-list {
    gap: 3vw;
  }
}
.section-salon .brand-list li {
  width: calc((100% - 90px) / 4);
  background-color: #FFF;
  position: relative;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}
.section-salon .brand-list li:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1000px) {
  .section-salon .brand-list li {
    width: calc((100% - 6vw) / 4);
  }
}
@media screen and (max-width: 750px) {
  .section-salon .brand-list li {
    width: calc((100% - 3vw) / 2);
    gap: 1vw;
  }
}
.section-salon .brand-list li a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.section-salon .brand-list li a:hover .img img {
  transform: scale(1.05);
}
.section-salon .brand-list li .img {
  width: 100%;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.section-salon .brand-list li .img img {
  transition: all 0.3s ease-in;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-salon .brand-list li .detail {
  padding: 15px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  flex: 1;
  justify-content: space-between;
}
.section-salon .brand-list li .detail .logo img {
  display: block;
}
.section-salon .brand-list li .detail .logo-text {
  font-family: serif;
  min-height: 25px;
  line-height: 1;
  font-size: calc(20 / 16 * 1rem);
}
.section-salon .brand-list li .detail .link-A {
  display: none;
}
@media screen and (max-width: 1000px) {
  .section-salon .brand-list li .detail {
    padding: 1vw;
    gap: 1vw;
  }
  .section-salon .brand-list li .detail .logo-text {
    font-size: calc(13 / 16 * 1rem);
  }
  .section-salon .brand-list li .detail .textJa {
    font-size: calc(10 / 16 * 1rem);
  }
}
@media screen and (max-width: 750px) {
  .section-salon .brand-list li .detail {
    padding: 2vw;
    gap: 2vw;
  }
  .section-salon .brand-list li .detail .logo {
    width: 80%;
  }
  .section-salon .brand-list li .detail .textJa {
    font-size: calc(10 / 16 * 1rem);
  }
}
@media screen and (min-width: 751px) {
  .section-salon.is-home .brand-list li {
    width: calc((100% - 4rem) / 3);
  }
}
@media screen and (min-width: 751px) and (max-width: 1000px) {
  .section-salon.is-home .brand-list li {
    width: calc((100% - 4vw) / 3);
  }
}
@media screen and (min-width: 751px) {
  .section-salon.is-home .brand-list li .detail .link-A {
    display: inline-block;
  }
  .section-salon.is-home .brand-list li.type-shop {
    width: 100%;
    background-color: transparent;
  }
  .section-salon.is-home .brand-list li.type-shop a {
    flex-direction: row-reverse;
  }
  .section-salon.is-home .brand-list li.type-shop::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(166, 183, 189, 0.75);
    mix-blend-mode: color-burn;
    z-index: 0;
  }
  .section-salon.is-home .brand-list li.type-shop .img {
    width: 50%;
    position: relative;
    aspect-ratio: 120/41;
  }
  .section-salon.is-home .brand-list li.type-shop .detail {
    width: 50%;
    position: relative;
  }
  .section-salon.is-home .brand-list li.type-shop .detail .logo-text {
    color: #FFF;
    font-family: serif;
    font-size: min(44px, 4.4vw);
  }
  .section-salon.is-home .brand-list li.type-shop .detail .textJa {
    color: #FFF;
  }
  .section-salon.is-home .brand-list li.type-shop .detail .link-A {
    border-color: #FFF;
  }
  .section-salon.is-home .brand-list li.type-shop .detail .link-A .arw {
    color: #FFF;
  }
  .section-salon.is-home .brand-list li.type-shop .detail .link-A .arw::after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg  xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12.71 5.71' preserveAspectRatio='none'%3E%3Cg%3E%3Crect fill='%23FFFFFF' y='2.35' width='12' height='1' /%3E%3Cpolygon fill='%23FFFFFF' points='9.85 5.71 9.15 5 11.29 2.85 9.15 .71 9.85 0 12.71 2.85 9.85 5.71' /%3E%3C/g%3E%3C/svg%3E");
  }
}

/*-------------------------------------------------
	++ STAFF
-------------------------------------------------*/
.staffList {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}
@media screen and (max-width: 750px) {
  .staffList {
    gap: 0 5vw;
  }
}
.staffList .staffItem {
  width: calc((100% - 120px) / 4);
  padding-right: 50px;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .staffList .staffItem {
    width: calc((100% - 80px) / 3);
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .staffList .staffItem {
    width: calc((100% - 5vw) / 2);
    padding-right: 5vw;
  }
}
.staffList .staffItem .staffDetail {
  background-color: #FFF;
  display: flex;
  flex-direction: column;
  transform: translateY(-60px) translateX(50px);
  box-shadow: 10px -10px 15px rgba(120, 129, 114, 0.1);
  gap: 15px;
  padding: min(15px, 3vw);
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .staffList .staffItem .staffDetail {
    transform: translateY(-60px) translateX(30px);
  }
}
@media screen and (max-width: 750px) {
  .staffList .staffItem .staffDetail {
    transform: translateY(-8vw) translateX(5vw);
    box-shadow: 10px -10px 15px rgba(120, 129, 114, 0.05);
    gap: 1.5vw;
  }
}
.staffList .staffItem .staffDetail .name-A {
  font-size: calc(13 / 16 * 1rem);
}
.staffList .staffItem .staffDetail .name-B {
  font-size: calc(18 / 16 * 1rem);
}
.staffList .staffItem .staffDetail .tit-A {
  font-size: calc(14 / 16 * 1rem);
}
.staffList .staffItem .staffDetail .staffLink {
  display: flex;
  justify-content: flex-end;
}

.staffSingle {
  padding-top: clamp(102px, 12rem, 120px);
  padding-bottom: clamp(51px, 6rem, 60px);
  position: relative;
}
@media screen and (max-width: 750px) {
  .staffSingle {
    padding: 10vw 0;
  }
}
.staffSingle__profile {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 3%;
}
@media screen and (max-width: 750px) {
  .staffSingle__profile {
    flex-direction: column;
    gap: 5vw;
    padding: 0;
    align-items: center;
    margin-top: 5vw;
  }
}
.staffSingle__profile .staffFace {
  position: relative;
  width: 30%;
}
.staffSingle__profile .staffFace img {
  position: relative;
  box-shadow: -20px -20px 30px rgba(120, 129, 114, 0.1);
}
.staffSingle__profile .staffFace::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(120, 129, 114, 0.15);
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: 0;
}
@media screen and (min-width: 751px) and (max-width: 1280px) {
  .staffSingle__profile .staffFace::before {
    top: -30px;
    left: -30px;
  }
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffFace {
    width: 60%;
  }
  .staffSingle__profile .staffFace::before {
    top: -5vw;
    left: -5vw;
  }
}
.staffSingle__profile .staffDetail {
  width: 67%;
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail {
    width: 100%;
  }
}
.staffSingle__profile .staffDetail .staffDev .en {
  color: #221714;
  font-size: calc(20 / 16 * 1rem);
  font-weight: 500;
}
.staffSingle__profile .staffDetail .staffDev .tit-A {
  font-size: calc(12 / 16 * 1rem);
}
.staffSingle__profile .staffDetail .staffDev p + p {
  margin-top: clamp(8.5px, 1rem, 10px);
}
.staffSingle__profile .staffDetail .staffName {
  margin-top: clamp(17px, 2rem, 20px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #333;
  line-height: 1;
  align-items: center;
  padding-bottom: clamp(8.5px, 1rem, 10px);
}
.staffSingle__profile .staffDetail .staffName .ja {
  font-size: calc(28 / 16 * 1rem);
}
.staffSingle__profile .staffDetail .staffName .name-C .en {
  font-size: min(36px, 6vw);
  color: rgba(120, 129, 114, 0.25);
}
.staffSingle__profile .staffDetail .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: clamp(29.75px, 3.5rem, 35px);
  align-items: flex-start;
}
.staffSingle__profile .staffDetail .officeList {
  padding-top: clamp(8.5px, 1rem, 10px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail .officeList {
    gap: 2vw;
    width: 40%;
  }
}
.staffSingle__profile .staffDetail .snsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: clamp(8.5px, 1rem, 10px);
  gap: clamp(4.25px, 0.5rem, 5px);
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail .snsList li {
    width: 6vw;
  }
}
.staffSingle__profile .staffDetail .staffText {
  font-size: calc(15 / 16 * 1rem);
  letter-spacing: 0.1em;
}
.staffSingle__profile .staffDetail .staffText p {
  line-height: 1.8;
}
.staffSingle__profile .staffDetail .staffText p + p {
  margin-top: clamp(12.75px, 1.5rem, 15px);
}
.staffSingle__profile .staffDetail .salonMessage {
  background-color: rgba(120, 129, 114, 0.15);
  position: relative;
  padding: 40px 15px 15px 15px;
  letter-spacing: 0.1em;
  margin-top: clamp(34px, 4rem, 40px);
  font-size: calc(15 / 16 * 1rem);
}
.staffSingle__profile .staffDetail .salonMessage .messageTitle {
  background-color: #788172;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 10px;
  font-size: calc(16 / 16 * 1rem);
  font-weight: 400;
}
.staffSingle__profile .staffDetail .salonMessage p {
  line-height: 1.6;
}
.staffSingle__profile .staffDetail .salonMessage p + p {
  margin-top: clamp(12.75px, 1.5rem, 15px);
}
.staffSingle__profile .staffDetail .staffQA {
  margin-top: clamp(42.5px, 5rem, 50px);
  position: relative;
  letter-spacing: 0.1em;
}
.staffSingle__profile .staffDetail .staffQA .qaTitle {
  color: #FFF;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  padding: clamp(4.25px, 0.5rem, 5px);
  font-size: calc(14 / 16 * 1rem);
}
.staffSingle__profile .staffDetail .staffQA dl {
  display: flex;
  flex-wrap: wrap;
  font-size: calc(14 / 16 * 1rem);
}
.staffSingle__profile .staffDetail .staffQA dl + dl {
  margin-top: clamp(8.5px, 1rem, 10px);
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail .staffQA dl {
    flex-direction: column;
    gap: 2vw;
  }
}
.staffSingle__profile .staffDetail .staffQA dl dt {
  width: 12rem;
  font-weight: 500;
  text-align: right;
  border-bottom: 3px solid rgba(120, 129, 114, 0.5);
  padding-right: clamp(8.5px, 1rem, 10px);
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail .staffQA dl dt {
    width: 100%;
    text-align: left;
    font-size: calc(14 / 16 * 1rem);
    border-bottom: 0;
    padding-right: 0;
  }
}
.staffSingle__profile .staffDetail .staffQA dl dd {
  width: calc(100% - 13rem);
  border-bottom: 1px solid rgba(120, 129, 114, 0.5);
  padding-bottom: clamp(8.5px, 1rem, 10px);
  padding-left: clamp(8.5px, 1rem, 10px);
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .staffSingle__profile .staffDetail .staffQA dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.staffSingle .pageLink {
  width: 100%;
  margin-top: clamp(51px, 6rem, 60px);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .staffSingle .pageLink {
    gap: 5vw;
  }
}
.staffSingle .pageLink .link-A.black > a {
  font-size: calc(18 / 16 * 1rem);
  min-width: clamp(212.5px, 25rem, 250px);
  text-align: center;
}

.calendarBox {
  width: 100%;
  margin-top: clamp(51px, 6rem, 60px);
}
.calendarBox iframe {
  width: 100%;
}

/*-------------------------------------------------
	++ SALON
-------------------------------------------------*/
.section.salon {
  overflow: hidden;
}

.salonBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: clamp(68px, 8rem, 80px);
  padding-top: clamp(85px, 10rem, 100px);
  position: relative;
  padding-right: 0;
}
@media screen and (max-width: 750px) {
  .salonBox {
    gap: 5vw;
    padding-top: 5vw;
  }
}
.salonBox::after {
  content: "";
  background-color: rgba(120, 129, 114, 0.1);
  height: 70%;
  width: 80vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(640px - 25%);
}
@media screen and (max-width: 1000px) {
  .salonBox::after {
    left: 20%;
  }
}
@media screen and (max-width: 750px) {
  .salonBox::after {
    width: 100%;
    height: auto;
    aspect-ratio: 32/21;
    bottom: auto;
    top: 0;
    right: 20vw;
    left: auto;
  }
}
.salonBox .salonDetail {
  width: 28%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  font-size: calc(14 / 16 * 1rem);
}
@media screen and (max-width: 1000px) {
  .salonBox .salonDetail {
    width: 40%;
  }
}
.salonBox .salonDetail h2 {
  width: 80%;
}
.salonBox .salonDetail h2 img {
  width: 100%;
  max-width: 280px;
  height: auto;
}
.salonBox .salonDetail .table-unit {
  padding: 10px 0;
  gap: 10px;
  border-bottom: 1px solid rgba(120, 129, 114, 0.25);
}
@media screen and (max-width: 1000px) {
  .salonBox .salonDetail .table-unit {
    flex-direction: column;
    font-size: calc(13 / 16 * 1rem);
    gap: 5px;
  }
}
.salonBox .salonDetail .table-unit dt {
  width: clamp(51px, 6rem, 60px);
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .salonBox .salonDetail .table-unit dt {
    width: 100%;
    font-weight: 500;
  }
}
.salonBox .salonDetail .table-unit dd {
  flex: 1;
  line-height: 1.6;
}
@media screen and (max-width: 1000px) {
  .salonBox .salonDetail .table-unit dd {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .salonBox .salonDetail {
    width: 100%;
    gap: 3vw;
    font-size: calc(15 / 16 * 1rem);
  }
  .salonBox .salonDetail h2 {
    width: 60%;
  }
  .salonBox .salonDetail .table-unit dt {
    width: clamp(59.5px, 7rem, 70px);
  }
  .salonBox .salonDetail .linkBox {
    display: flex;
    justify-content: flex-end;
  }
}
.salonBox .salonDetail .link-A {
  margin-top: clamp(25.5px, 3rem, 30px);
}
.salonBox .salonImg {
  position: relative;
  width: 69%;
  position: relative;
  z-index: 1;
  overflow: visible;
}
@media screen and (max-width: 1000px) {
  .salonBox .salonImg {
    width: 58%;
  }
}
@media screen and (max-width: 750px) {
  .salonBox .salonImg {
    width: 100%;
  }
}
.salonBox .salonImg .img {
  aspect-ratio: 6/4;
}
.salonBox .salonImg .img img {
  width: 100%;
  height: auto;
  box-shadow: -20px -20px 30px rgba(120, 129, 114, 0.1);
}
@media screen and (min-width: 751px) {
  .salonBox:nth-of-type(odd)::after {
    left: auto;
    right: calc(640px - 25%);
  }
  .salonBox:nth-of-type(odd) .salonDetail {
    order: 1;
  }
  .salonBox:nth-of-type(odd) .salonImg {
    order: 2;
  }
  .salonBox:nth-of-type(odd) .salonImg .img img {
    box-shadow: 20px -20px 30px rgba(120, 129, 114, 0.1);
  }
}
@media screen and (max-width: 1000px) {
  .salonBox:nth-of-type(odd)::after {
    left: auto;
    right: 20%;
  }
}
.salonBox.salonBoxSingle {
  align-items: flex-end;
}
.salonBox.salonBoxSingle::after {
  display: none;
}
.salonBox.salonBoxSingle .salonImg {
  width: 75%;
}
@media screen and (max-width: 750px) {
  .salonBox.salonBoxSingle .salonImg {
    width: 100%;
  }
}
.salonBox.salonBoxSingle .salonDetail {
  width: 20%;
  gap: clamp(170px, 20rem, 200px);
}
@media screen and (max-width: 750px) {
  .salonBox.salonBoxSingle .salonDetail {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .salonBox.salonBoxSingle {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .salonBox.salonBoxSingle .salonDetailBox {
    width: 200%;
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: clamp(34px, 4rem, 40px);
    padding-right: clamp(34px, 4rem, 40px);
  }
}
.salonBox.salonBoxSingle .salonDetailBox .txt {
  text-align: left;
  font-size: calc(15 / 16 * 1rem);
}
.salonBox.salonBoxSingle .salonDetailBox .txt > p {
  line-height: 2;
}
.salonBox.salonBoxSingle .salonDetailBox .txt > p + p {
  margin-top: clamp(12.75px, 1.5rem, 15px);
}

.salon-detail .salon-buttons {
  margin-top: clamp(51px, 6rem, 60px);
  margin-bottom: clamp(51px, 6rem, 60px);
}
.salon-detail .salon-buttons .button-B > a {
  font-size: calc(16 / 16 * 1rem);
}
.salon-detail .table-A > .table-unit {
  font-size: calc(15 / 16 * 1rem);
}

/*-------------------------------------------------
	++ MEDIA (REWRITE)
-------------------------------------------------*/
.entry-detail {
  max-width: 750px;
  margin: 0 auto;
}
.entry-detail .entry-meta {
  margin-bottom: clamp(34px, 4rem, 40px);
}
.entry-detail .entry-meta .tit-E {
  font-weight: 500;
}
.entry-detail .entry-meta .date-C {
  font-size: calc(14 / 16 * 1rem);
  margin-bottom: clamp(11.9px, 1.4rem, 14px);
}
.entry-detail > .thumb-C {
  margin-bottom: clamp(30px, 4rem, 40px);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  max-width: 420px;
}
.entry-detail .txt {
  font-size: calc(16 / 16 * 1rem);
  line-height: 1.8;
}
.entry-detail .txt a {
  text-decoration: underline;
}

/*-------------------------------------------------
	++ MENU (REWRITE)
-------------------------------------------------*/
.menu-detail {
  position: relative;
}
.menu-detail .menu-head {
  background-color: rgba(255, 255, 255, 0.9);
  position: sticky;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(47.6px, 5.6rem, 56px);
}
@media screen and (max-width: 1000px) {
  .menu-detail .menu-head {
    gap: 3vw;
    margin-bottom: clamp(17px, 2rem, 20px);
  }
  .menu-detail .menu-head .anchor-link {
    flex: 1;
    gap: 2vw;
    justify-content: flex-end;
  }
  .menu-detail .menu-head .anchor-link .item {
    margin: 0;
    padding: 0 2vw 0 0;
  }
  .menu-detail .menu-head .anchor-link .item a {
    font-size: calc(15 / 16 * 1rem);
  }
}
.menu-detail .menu-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 3%;
}
.menu-detail .menu-box + .menu-box {
  margin-top: clamp(68px, 8rem, 80px);
}
@media screen and (max-width: 750px) {
  .menu-detail .menu-box {
    flex-direction: column-reverse;
  }
}
.menu-detail .menu-side {
  position: sticky;
  width: 30%;
}
@media screen and (max-width: 750px) {
  .menu-detail .menu-side {
    width: 100%;
    position: static;
    top: 0;
  }
}
.menu-detail .menu-side .staff-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 3%;
}
.menu-detail .menu-side .staff-list > .tit-C {
  letter-spacing: 0.05em;
  margin-right: 0;
}
.menu-detail .menu-side .staff-list .name-A > *.ja {
  font-weight: 400;
}
.menu-detail .menu-side .staff-list .name-A > *.en {
  font-size: calc(12 / 16 * 1rem);
  margin-bottom: clamp(4.25px, 0.5rem, 5px);
}
.menu-detail .menu-side .staff-list .list-J {
  flex: 1;
}
.menu-detail .menu-side .staff-list .list-J > .item > .item-inner {
  padding-left: 10px;
}
.menu-detail .menu-side .staff-list .list-J > .item .faceBadge {
  width: 65px;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.menu-detail .menu-side .staff-list .list-J > .item .faceBadge .face {
  display: block;
}
.menu-detail .menu-side .staff-list .list-J > .item .faceBadge img {
  clip-path: circle(30% at 50% 35%);
}
.menu-detail .menu-main {
  width: 67%;
  padding-top: clamp(17px, 2rem, 20px);
}
@media screen and (max-width: 750px) {
  .menu-detail .menu-main {
    width: 100%;
    padding-top: 0;
  }
  .menu-detail .menu-main .head-A {
    position: sticky;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: min(30px, 6vw);
    color: #999;
  }
}
.menu-detail .menu-main .menu-image {
  position: relative;
}
.menu-detail .menu-main .head-E {
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 751px) {
  .menu-detail .menu-main .head-E {
    background-color: rgba(255, 255, 255, 0.95);
    margin-top: -80px;
    width: fit-content;
    max-width: 85%;
    padding: 20px 20px 20px 0;
  }
  .menu-detail .menu-main .head-E .en {
    display: block;
    font-size: calc(16 / 16 * 1rem);
    font-weight: 500;
    color: #999;
  }
}
@media screen and (max-width: 750px) {
  .menu-detail .menu-main .head-E {
    margin-top: 5vw;
  }
}
.menu-detail .menu-main .txt-box-A {
  margin-top: clamp(25.5px, 3rem, 30px);
  font-size: calc(15 / 16 * 1rem);
  line-height: 1.8;
}
.menu-detail .menu-main .menu-item .price-area {
  margin-top: clamp(42.5px, 5rem, 50px);
  /*
  max-width: inherit;
  width:100%;
  display:flex;
  flex-wrap: wrap;
  gap:20px;
  .unit {
  	width:calc((100% - 20px) / 2);
  }
  */
}
.menu-detail .menu-main .menu-item .price-area .unit {
  font-size: calc(14 / 16 * 1rem);
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
.footer {
  background-color: #F2F3F1;
  color: #333;
  padding: 0;
  padding-top: clamp(51px, 6rem, 60px);
}
@media screen and (max-width: 750px) {
  .footer {
    padding-top: 10vw;
  }
}
.footer .inner {
  padding-bottom: clamp(25.5px, 3rem, 30px);
  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(34px, 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%;
}
.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 .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 .title {
  width: 140px;
  font-size: calc(18 / 16 * 1rem);
}
@media screen and (max-width: 750px) {
  .footer__info__list .title {
    width: 100%;
  }
}
.footer__info__list .detail {
  width: calc(100% - 2rem - 280px);
  padding: 0;
  font-size: calc(14 / 16 * 1rem);
}
@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%;
  }
}
.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(8.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__copy {
  background-color: #788172;
  color: #FFF;
  padding: clamp(25.5px, 3rem, 30px);
}
.footer__copy .section-flex {
  flex-direction: row-reverse;
}
@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 .map-A > iframe {
  height: clamp(240px, 60rem, 400px);
  width: 100%;
}

/*-------------------------------------------------
	++ 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: calc(16 / 16 * 1rem);
  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: calc(14 / 16 * 1rem);
  }
}
.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: calc(20 / 16 * 1rem);
  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: calc(14 / 16 * 1rem);
}
.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: calc(14 / 16 * 1rem);
  }
  .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: all 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.up.upstyle {
  transform: translateY(0);
  opacity: 1;
}

.calendar-legend {
  display: flex;
  justify-content: flex-start;
  gap: 1.5em;
  margin-top: 1em;
  font-size: calc(12 / 16 * 1rem);
}
.calendar-legend span {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
}
.calendar-legend .booked {
  background-color: #999999;
}

.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-1 div:first-of-type {
  background-color: #f7f7f7 !important;
}
.wpsbc-container.wpsbc-calendar-1 .wpsbc-legend-item-icon-2 div:first-of-type {
  background-color: #999999 !important;
  color: #FFF;
}

.wpsbc-container .wpsbc-calendars .wpsbc-calendar .wpsbc-calendar-header {
  background-color: transparent !important;
}