@charset "UTF-8";
/*
Theme Name: GRACE-Yokohama
Author: 川元綾子(Designer) / 田中勇輔(Developer)
Description:
Version: 0.01 (2026/01/19)
*/
/***************************************************************
 *
 * sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css
 *
***************************************************************/
pre, textarea {
  overflow: auto;
}

[hidden], audio:not([controls]), template {
  display: none;
}

details, main, summary {
  display: block;
}

input[type=number] {
  width: auto;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  appearance: none;
  -webkit-appearance: none;
}

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

textarea {
  resize: verticlp_specialal;
}

[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

*, ::after, ::before {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}

* {
  position: relative;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}

:root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 20px/1.5 sans-seri f;
  text-rendering: optimizeLegibility;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

ol, ul {
  list-style: none;
}

select {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

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

select::-ms-value {
  color: currentColor;
}

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

::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/***************************************************************
 *
 * layout and etc...
 *
***************************************************************/
img {
  max-width: 100%;
  height: auto;
}

body {
  margin: 0;
  overflow: hidden;
}

/*
			inview (ScrollTrigger)
*********************************************/
.inview {
  transition: all 1s ease;
}

.ivo {
  opacity: 0;
  filter: blur(12px);
}
.ivo.in-view {
  opacity: 1;
  filter: blur(0);
}

/*
			Draggable
*********************************************/
.draggable_wrap,
.draggable_snap_wrap {
  overflow: hidden;
}
.draggable_wrap::after,
.draggable_snap_wrap::after {
  z-index: 1;
  transition: 1s all ease;
  opacity: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 4em;
  top: 55%;
  left: 0;
  right: 0;
  margin: auto;
  background: url("img/084.png") no-repeat center center/auto 60% rgba(0, 0, 0, 0.6);
  border-radius: 1.5em;
}
.draggable_wrap.dragg::after,
.draggable_snap_wrap.dragg::after {
  z-index: 10000;
  opacity: 1;
}

/*
			PC通話発信無効化
*********************************************/
@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/***************************************************************
 *
 * sass media query
 *
***************************************************************/
/***************************************************************
 *
 * Stylesheet for LP
 *
***************************************************************/
/*
			Font
*********************************************/
body {
  font-size: 20px;
  line-height: 1.4em;
  color: #000;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック", "YuGothic", "open sans", "Noto Sans Japanese", "メイリオ", "Meiryo", system-ui, sans-serif;
  background: #fff;
}

body a {
  color: #000;
  text-decoration: none;
}

body a:hover {
  color: #000;
  text-decoration: none;
}

.font_a {
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "HGS明朝E", "メイリオ", "Meiryo", serif;
}

.font_g {
  font-family: "Gilda Display", serif;
}

/*
			Responsive
*********************************************/
.md_show,
.md_showin {
  display: none;
}

@media screen and (max-width: 1300px) {
  body {
    font-size: 20px;
    font-size: 1.5384615385vw;
    font-size: 1.5384615385dvw;
    line-height: 1.4em;
  }
  .lg_hide {
    display: none;
  }
  .lg_show {
    display: block;
  }
  .lg_showin {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .md_hide {
    display: none;
  }
  .md_show {
    display: block;
  }
  .md_showin {
    display: inline;
  }
  body {
    font-size: 20px;
    font-size: 2.6041666667vw;
    line-height: 1.4em;
    overflow: auto;
    height: auto;
  }
}
/***************************************************************
 *
 * 				 GRACE Top page
 *
***************************************************************/
#hnav {
  max-width: 1500px;
  margin: 0 auto;
  padding: 4em 0 3em;
  display: grid;
  grid-template-columns: 1fr 12.8em 1fr;
}
@media (max-width: 1500px) {
  #hnav {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  #hnav {
    font-size: 2.6041666667vw;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 12.8em;
    padding: 3em 0 4em;
  }
  #hnav.pg {
    position: relative;
  }
}
#hnav > ul {
  display: flex;
  justify-content: end;
  padding: 1.2em 1.5em 0 0;
}
@media screen and (max-width: 768px) {
  #hnav > ul {
    display: none;
  }
}
#hnav > ul > li {
  padding: 0 1em;
}
#hnav > ul > li > a {
  display: block;
}
#hnav > ul > li:nth-child(1) > a {
  width: 4.625em;
}
#hnav > ul > li:nth-child(2) > a {
  width: 8.975em;
}
#hnav > ul > li:nth-child(3) > a {
  width: 8.775em;
}
#hnav > ul:nth-child(3) {
  justify-content: start;
  padding: 1.2em 0 0 1.5em;
}
#hnav > ul:nth-child(3) > li:nth-child(1) > a {
  width: 6.325em;
}
#hnav > ul:nth-child(3) > li:nth-child(2) > a {
  width: 5.9em;
}
#hnav > ul:nth-child(3) > li:nth-child(3) > a {
  width: 5.975em;
}

#tph_wrap {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}
#tph_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 94.5vw;
  height: calc(100% - 50vh);
  top: 0;
  left: 0;
  background: url(img/024.png) repeat;
  border-radius: 0 0 5vw 0;
}
@media screen and (max-width: 768px) {
  #tph_wrap::before {
    width: 100%;
    border-radius: 0 0 5em 0;
  }
}

#tpfv_wrap {
  overflow: hidden;
}

#tpfv {
  z-index: 1;
  max-width: 1330px;
  margin: 0 auto;
  max-height: 100dvh;
  padding-bottom: 5em;
}
@media (max-width: 1330px) {
  #tpfv {
    font-size: 1.5037593985vw;
  }
}
@media screen and (max-width: 768px) {
  #tpfv {
    font-size: 2.6041666667vw;
    max-height: none;
  }
}
#tpfv > h2 {
  z-index: 10;
  position: absolute;
  top: 4em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #tpfv > h2 {
    width: 34.075em;
    margin: 0 auto;
    top: 20%;
    right: 0;
  }
}
#tpfv > h2 > img {
  width: 100%;
}
#tpfv > ul {
  position: absolute;
  top: 8.5em;
  display: flex;
}
@media screen and (max-width: 768px) {
  #tpfv > ul {
    padding-left: 1em;
    top: 30%;
  }
}
#tpfv > ul > li:nth-child(1) {
  z-index: 13;
  width: 11.85em;
}
@media screen and (max-width: 768px) {
  #tpfv > ul > li:nth-child(1) {
    width: 6.5175em;
  }
}
#tpfv > ul > li:nth-child(2) {
  z-index: 11;
  width: 14.525em;
}
@media screen and (max-width: 768px) {
  #tpfv > ul > li:nth-child(2) {
    width: 7.98875em;
  }
}
#tpfv > ul > li:nth-child(3) {
  z-index: 9;
  width: 15.6em;
}
@media screen and (max-width: 768px) {
  #tpfv > ul > li:nth-child(3) {
    width: 8.58em;
  }
}
#tpfv > ul > li:nth-child(4) {
  z-index: 13;
  width: 10.525em;
}
@media screen and (max-width: 768px) {
  #tpfv > ul > li:nth-child(4) {
    width: 5.7888em;
  }
}
#tpfv > ul > li:nth-child(5) {
  z-index: 9;
  width: 12.025em;
}
@media screen and (max-width: 768px) {
  #tpfv > ul > li:nth-child(5) {
    width: 6.61375em;
    margin-left: 1em;
  }
}
#tpfv > ol {
  z-index: 12;
  height: 100lvh;
  display: grid;
  grid-template-columns: 49.85% 50.15%;
}
@media screen and (max-width: 768px) {
  #tpfv > ol {
    display: block;
  }
}
#tpfv > ol > li:first-child {
  padding-top: 10vh;
}
@media screen and (max-width: 768px) {
  #tpfv > ol > li:first-child {
    position: absolute;
    left: 18em;
    width: 13.3em;
    top: 10%;
  }
}
#tpfv > ol > li:first-child > img {
  display: block;
  width: 13.3em;
  margin: 0 auto;
}
#tpfv > ol > li:last-child {
  padding-top: 10vh;
}
@media screen and (max-width: 768px) {
  #tpfv > ol > li:last-child {
    position: absolute;
    bottom: 0;
    left: 2em;
    padding-top: 14em;
    left: 4em;
  }
}
#tpfv > ol > li:last-child > img {
  max-height: 95dvh;
}
@media screen and (max-width: 768px) {
  #tpfv > ol > li:last-child > img {
    max-height: none;
  }
}
#tpfv > p {
  z-index: 14;
  position: absolute;
  width: 18em;
  height: 18em;
  top: 22em;
  right: -3em;
}
@media screen and (max-width: 768px) {
  #tpfv > p {
    top: auto;
    bottom: 15em;
  }
}
#tpfv > p > a {
  position: absolute;
  width: 13.825em;
  height: 13.825em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#tpfv > p > img {
  animation: rotation 30s linear infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}

#tpfv_insta {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 5.5vw;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #tpfv_insta {
    display: none;
  }
}
#tpfv_insta > p {
  position: sticky;
  top: calc((100dvh - 17em) / 2);
  width: 2.45em;
  height: 17em;
  margin-bottom: calc((100dvh - 17em) / 2);
}
#tpfv_insta > p > a {
  display: block;
  height: 8em;
  margin-bottom: 1em;
  top: 0;
}
#tpfv_insta > p > strong {
  width: 1px;
  height: 8em;
  border-left: 1px solid #000;
  position: absolute;
  bottom: 0;
  left: 0.6em;
  margin: auto;
}
#tpfv_insta > p > strong::after {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  top: 0;
  left: -0.2em;
  right: 0;
  margin: auto;
  background: #000;
  animation: dropDot 5s cubic-bezier(0.7, 0, 0.2, 1) infinite;
}

@keyframes dropDot {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
#tpfv_con {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 5.5vw;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #tpfv_con {
    display: none;
  }
}
#tpfv_con > a {
  display: block;
  position: sticky;
  width: 0.975em;
  height: 6.5em;
  top: calc((100dvh - 6.5em) / 2);
  margin-bottom: calc((100dvh - 6.5em) / 2);
}

#tp_feature {
  top: -50vh;
  margin-bottom: -50vh;
  padding-bottom: 8em;
}
#tp_feature > h3 {
  max-width: 1300px;
  padding: 0 1em;
  margin: 0 auto 8em;
}
#tp_feature > h3 > span {
  display: block;
  font-size: 2em;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #tp_feature > h3 > span {
    font-size: 1.6em;
    line-height: 2em;
  }
}
#tp_feature > h3 > strong {
  font-size: 2.4em;
}
@media screen and (max-width: 768px) {
  #tp_feature > h3 > strong {
    font-size: 1.8em;
    line-height: 2em;
  }
}
#tp_feature > h2 {
  width: 44em;
  margin: 0 auto 7em;
}
@media screen and (max-width: 768px) {
  #tp_feature > h2 {
    width: 90%;
    margin: 0 0 7em 1em;
  }
}
#tp_feature > div > ul {
  position: absolute;
  width: calc(325px + 50vw - 650px);
  height: 40em;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #tp_feature > div > ul {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  #tp_feature > div > ul {
    position: relative;
    width: 90vw;
    height: 90vw;
    margin: 0 auto;
  }
}
#tp_feature > div > ul > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#tp_feature > div > ul > li:first-child {
  display: block;
}
#tp_feature > div > ul > li > span {
  display: flex;
  align-items: start;
  justify-content: end;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#tp_feature > div > div {
  margin-left: calc(325px + 50vw - 650px);
  padding-right: 5.5vw;
  padding-left: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 1300px) {
  #tp_feature > div > div {
    margin-left: 25%;
  }
}
@media screen and (max-width: 768px) {
  #tp_feature > div > div {
    margin: 0 auto;
    padding: 6em 1em 3em;
  }
}
#tp_feature > div > div > h3 {
  display: flex;
  align-items: end;
  margin-bottom: 4em;
}
#tp_feature > div > div > h3 > span {
  display: block;
  width: 10.35em;
  margin-right: 3em;
}
#tp_feature > div > div > h3 > strong {
  display: block;
  width: 15.625em;
}
#tp_feature > div > div > ul {
  padding-right: 3vw;
}
#tp_feature > div > div > ul > li {
  padding: 1.6em 0;
  border-bottom: 1px solid #000;
}
#tp_feature > div > div > ul > li:last-child {
  border: none;
}
#tp_feature > div > div > ul > li > h3 {
  display: grid;
  grid-template-columns: 3em 1fr 3em;
  align-items: center;
  cursor: pointer;
}
#tp_feature > div > div > ul > li > h3 > span {
  display: block;
  font-size: 1.3em;
  text-align: center;
  font-weight: 400;
}
#tp_feature > div > div > ul > li > h3 > strong {
  display: block;
  padding: 0 1em;
}
#tp_feature > div > div > ul > li > h3 > strong > span {
  font-size: 1.4em;
  line-height: 1.4em;
}
#tp_feature > div > div > ul > li > h3 > img {
  width: 0.85em;
  height: 1.1em;
  transition: all ease 0.8s;
  justify-self: center;
}
#tp_feature > div > div > ul > li > p {
  padding: 1.5em 4em 1em;
  display: none;
}
@media screen and (max-width: 768px) {
  #tp_feature > div > div > ul > li > p > span {
    font-size: 1.2em;
    line-height: 1.6em;
  }
}
#tp_feature > div > div > ul > li.open > h3 > img {
  transform: rotate(90deg);
}

#tp_salon {
  padding: 13em 2.5vw 20em;
}
#tp_salon > div {
  display: grid;
  padding-bottom: 4em;
  grid-template-columns: 20.425em 1fr;
  grid-template-rows: 1fr 3em;
  gap: 0 5em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
}
#tp_salon > div > h2 {
  grid-row: span 2;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > h2 {
    grid-row: auto;
  }
}
#tp_salon > div > h2 > span {
  display: block;
  width: 6.25em;
  margin: 0 0 1.5em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > h2 > strong {
    display: block;
    width: 60%;
  }
}
#tp_salon > div > a,
#tp_salon > div > span {
  align-self: end;
  justify-self: end;
  display: block;
  width: 13.8em;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > a,
  #tp_salon > div > span {
    order: 3;
    justify-self: start;
  }
}
#tp_salon > div > p {
  align-self: end;
  justify-self: end;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #tp_salon > div > p {
    padding: 1em 0 2em;
  }
}
#tp_salon > div > p > span {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: left_scroll 32s linear infinite;
}
@keyframes left_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#tp_salon > div > p > span > span {
  margin-right: 4em;
}
#tp_salon > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #tp_salon > ul {
    grid-template-columns: 1fr 1fr;
  }
}
#tp_salon > ul > li:nth-child(3n-2),
#tp_salon > ul > li:nth-child(3n-1) {
  border-right: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #tp_salon > ul > li:nth-child(3n-2),
  #tp_salon > ul > li:nth-child(3n-1) {
    border-right: none;
  }
}
@media screen and (max-width: 768px) {
  #tp_salon > ul > li:nth-child(2n-1) {
    border-right: 1px solid #000;
  }
}
#tp_salon > ul > li {
  border-bottom: 1px solid #000;
  overflow: hidden;
}
#tp_salon > ul > li > a {
  display: block;
  padding: 5em 5vw 5vw 5vw;
}
@media screen and (max-width: 768px) {
  #tp_salon > ul > li > a {
    padding: 5vw 5vw 5vw 5vw;
  }
}
#tp_salon > ul > li > a > h3 {
  margin-bottom: 1em;
}
#tp_salon > ul > li > a > h3 > span {
  font-size: 1.45em;
  line-height: 1.4em;
}
#tp_salon > ul > li > a > h4 {
  width: 8.75em;
  height: 3em;
  margin-bottom: 20em;
}
@media screen and (max-width: 768px) {
  #tp_salon > ul > li > a > h4 {
    margin-bottom: 16em;
  }
}
#tp_salon > ul > li > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  clip-path: inset(12em 5vw 5vw);
  transition: 0.8s all ease;
}
@media screen and (max-width: 768px) {
  #tp_salon > ul > li > a > img {
    clip-path: inset(8em 5vw 5vw);
  }
}
#tp_salon > ul > li:hover > a > img {
  clip-path: inset(0);
}

#tp_footwrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 94.5vw;
  margin-left: 5.5vw;
  height: 100%;
  top: 0;
  left: 0;
  background: url(img/024.png) repeat;
  border-radius: 5vw 0 0 5vw;
}
@media screen and (max-width: 768px) {
  #tp_footwrap::before {
    width: 97%;
    margin-left: 3%;
    border-radius: 5em 0 0 5em;
  }
}

#tp_message {
  max-width: 1300px;
  margin: 0 auto 8em;
  padding: 5.5em 0;
  display: grid;
  grid-template-columns: 45% 55%;
}
@media screen and (max-width: 768px) {
  #tp_message {
    display: block;
    padding: 6em 2em;
  }
}
#tp_message > img {
  position: absolute;
  width: 28.175em;
  top: -6em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #tp_message > img {
    left: 3em;
  }
}
#tp_message > a {
  display: block;
  width: 13.8em;
  height: 2.55em;
  order: 1;
}
@media screen and (max-width: 768px) {
  #tp_message > a {
    margin-left: 2em;
    margin-bottom: 3em;
  }
}
#tp_message > span {
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  height: 40em;
  order: 3;
}
@media screen and (max-width: 768px) {
  #tp_message > span {
    margin: 0 2em 2em;
    height: 42em;
  }
}
#tp_message > div {
  padding-left: 3em;
  grid-row: span 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  #tp_message > div {
    padding: 0;
  }
}
#tp_message > div > p {
  font-size: 1.3em;
  line-height: 2.2em;
  margin-bottom: 2em;
}
#tp_message > div > p:last-child {
  font-weight: 800;
}

#tp_smile {
  width: 41.15em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #tp_smile {
    width: 60%;
  }
}

#tp_slide {
  padding: 10em 0;
  width: 100vw;
  overflow: hidden;
}
#tp_slide > ul {
  width: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: left_scroll_photo 60s linear infinite;
}
@keyframes left_scroll_photo {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
#tp_slide > ul > li {
  width: 20em;
  height: 20em;
  margin-right: 1em;
}

#tp_frec {
  max-width: 1300px;
  margin: 0 auto -6em;
  top: -18em;
}
@media screen and (max-width: 768px) {
  #tp_frec {
    padding-bottom: 10em;
  }
}
#tp_frec > span {
  display: block;
  width: 16em;
  height: 51.3em;
  margin: 0 auto;
}
#tp_frec > ul {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
#tp_frec > ul > li:nth-child(1) {
  position: absolute;
  width: 73.3em;
  height: 16.35em;
  top: 25em;
  left: -4.15em;
}
@media screen and (max-width: 768px) {
  #tp_frec > ul > li:nth-child(1) {
    width: 92%;
    height: auto;
    left: 4%;
    top: 32em;
  }
}
#tp_frec > ul > li:nth-child(2) {
  position: absolute;
  width: 47.525em;
  height: 15.35em;
  top: 14em;
  left: 3em;
}
@media screen and (max-width: 768px) {
  #tp_frec > ul > li:nth-child(2) {
    width: 96%;
    left: 4%;
    height: auto;
  }
}
#tp_frec > ul > li:nth-child(3) {
  position: absolute;
  width: 34.55em;
  height: 12.1em;
  top: 25em;
  right: 5.5em;
}
@media screen and (max-width: 768px) {
  #tp_frec > ul > li:nth-child(3) {
    width: 69%;
  }
}
#tp_frec > p {
  z-index: 2;
  position: absolute;
  width: 18em;
  height: 18em;
  bottom: -1em;
  left: -3em;
}
#tp_frec > p > a {
  position: absolute;
  width: 13.825em;
  height: 13.825em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#tp_frec > p > img {
  animation: rotation 30s linear infinite;
}

#tp_frect {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  #tp_frect {
    display: block;
  }
}
#tp_frect > h2 {
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  #tp_frect > h2 {
    padding: 0 0 0 3em;
  }
}
#tp_frect > h2 > span {
  display: block;
  font-size: 1.6em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #tp_frect > h2 > span {
    font-size: 3em;
    line-height: 2.2em;
  }
}
#tp_frect > h2 > strong {
  display: block;
  font-size: 2em;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  #tp_frect > h2 > strong {
    font-size: 3.4em;
    line-height: 1.4em;
  }
}
#tp_frect > a {
  display: block;
  width: 13.8em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #tp_frect > a {
    display: none;
  }
}

#tpf {
  overflow: hidden;
  top: -3em;
}
@media screen and (max-width: 768px) {
  #tpf {
    padding-bottom: 10em;
  }
}
#tpf > img {
  position: absolute;
  width: 40.575em;
  height: 72.775em;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  transform: translateX(25em);
}
@media screen and (max-width: 768px) {
  #tpf > img {
    width: 90%;
    height: auto;
    transform: none;
  }
}
#tpf > h2 {
  max-width: 1300px;
  margin: 0 auto;
  padding: 6.5em 0 6.5em 3em;
}
@media screen and (max-width: 768px) {
  #tpf > h2 {
    padding: 12em 1em 10em 0;
    text-align: right;
  }
}
#tpf > h2 > span {
  font-size: 2.3em;
  line-height: 2em;
  font-weight: 400;
}
#tpf > div {
  margin-right: calc(8em + 50vw - 650px);
  border-radius: 0 10em 10em 0;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  #tpf > div {
    margin-right: 8em;
  }
}
@media screen and (max-width: 768px) {
  #tpf > div {
    margin-right: 2em;
  }
}
#tpf > div > ul {
  width: 100%;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: left_scroll_photo 120s linear infinite;
}
#tpf > div > ul > li {
  width: 20em;
  border-right: 0.2em solid #000;
}
#tpf > ul {
  width: 15em;
  margin: 0 auto;
  top: -2em;
  transform: translateX(30em);
}
@media (max-width: 1500px) {
  #tpf > ul {
    top: 0;
    padding-top: 2em;
    transform: translateX(23em);
  }
}
@media screen and (max-width: 768px) {
  #tpf > ul {
    display: none;
  }
}
#tpf > ul > li {
  margin-bottom: 2em;
}
#tpf > ul > li:nth-child(1) {
  width: 6.225em;
}
#tpf > ul > li:nth-child(2) {
  width: 9.125em;
}
#tpf > ul > li:nth-child(3) {
  width: 6.45em;
}
#tpf > ul > li:nth-child(4) {
  width: 8.25em;
}
#tpf > ul > li:nth-child(5) {
  width: 14.05em;
}
#tpf > ul > li:nth-child(6) {
  width: 9.7em;
}
#tpf > p {
  width: 1em;
  height: 13.225em;
  position: absolute;
  left: 2em;
  bottom: 8.5em;
}
@media screen and (max-width: 768px) {
  #tpf > p {
    position: relative;
    bottom: 0;
    margin-top: 5em;
  }
}
#tpf > h1 {
  width: 12.8em;
  margin: auto;
  transform: translateX(-25em);
}
@media screen and (max-width: 768px) {
  #tpf > h1 {
    position: absolute;
    transform: none;
    left: 0;
    right: 0;
    bottom: 8em;
  }
}

/*			Loading
**********************************************/
#tpload {
  position: fixed;
  pointer-events: none;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: url(img/024.png) repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tpload > h1 {
  width: 90%;
  opacity: 0;
}

/***************************************************************
 *
 * 				 下層
 *
***************************************************************/
#pgh_sticky {
  position: relative;
}

#pgh_wrap {
  padding: 0 0 3em;
  margin-bottom: 3em;
}
#pgh_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 94.5vw;
  height: 100%;
  top: 0;
  left: 0;
  background: url(img/024.png) repeat;
  border-radius: 0 0 5vw 0;
}
@media screen and (max-width: 768px) {
  #pgh_wrap::before {
    width: 100%;
    border-radius: 0 0 5em 0;
  }
}
#pgh_wrap > h1 {
  padding: 5em 0 0;
  margin: 0 auto;
}

/*		下層タイトル		*/
#pgh_wrap > h1.pg_com_title {
  width: 17.425em;
  padding-bottom: 6em;
}

#pgh_wrap > h1.pg_news_title {
  width: 21.95em;
  padding-bottom: 6em;
}

#pgh_wrap > h1.pg_salon_title {
  width: 20.7em;
}

/* COMPANY */
#pcom_policy {
  max-width: 1300px;
  margin: 0 auto 14em;
  padding: 6em 5.5vw 0;
}
#pcom_policy > div {
  display: flex;
  justify-content: space-between;
}
#pcom_policy > div > h2 > span {
  display: block;
  width: 27.425em;
  margin-bottom: 1.5em;
}
#pcom_policy > div > h2 > strong {
  font-size: 1.6em;
  font-weight: 400;
}
#pcom_policy > div > h3 {
  width: 7.675em;
}
#pcom_policy > span {
  display: block;
  width: 54.2em;
  margin: 0 auto -8em;
  top: -8em;
}
@media screen and (max-width: 768px) {
  #pcom_policy {
    margin: 0 auto 8em;
    padding: 0 1.5em 8em;
  }
  #pcom_policy > div {
    display: block;
  }
  #pcom_policy > div > h2 > span {
    width: 100%;
    margin: 0 auto 1em;
  }
  #pcom_policy > div > h2 > strong {
    display: block;
    font-size: 1.3em;
  }
  #pcom_policy > div > h3 {
    width: 9em;
    margin: 0.5em auto;
    padding-top: 4em;
  }
  #pcom_policy > span {
    width: 100%;
    margin: 2em auto 0;
    top: 0;
  }
}

#pcom_info {
  padding: 0 5.5vw 20em;
}
#pcom_info > div {
  z-index: 2;
  background: #f2f1ed;
  border-radius: 2em;
  padding: 0 1em;
}
#pcom_info > div > h2 {
  width: 25.125em;
  margin: 0 auto;
  top: -4em;
}
#pcom_info > div > h2 > strong {
  display: block;
}
#pcom_info > div > h2 > span {
  display: block;
  width: 21.125em;
  position: absolute;
  bottom: -4.6em;
  right: -3.5em;
}
#pcom_info > div > ul {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 2px solid #000;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5em;
  padding: 1.5em 1.5em 5em;
}
#pcom_info > div > ul > li {
  border-bottom: 1px dotted #000;
  padding: 0 0.5em 1.5em;
}
#pcom_info > div > ul > li > h3 {
  padding-left: 1.5em;
  margin-bottom: 1em;
}
#pcom_info > div > ul > li > h3::before {
  display: block;
  content: "";
  position: absolute;
  width: 0.2em;
  height: 0.2em;
  border-radius: 0.2em;
  top: 0;
  bottom: 0;
  left: 0.5em;
  margin: auto;
  background: #000;
}
#pcom_info > span {
  z-index: 1;
  display: flex;
  align-items: center;
  position: absolute;
  width: 100vw;
  height: 40em;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#pcom_info > span > img {
  height: 150%;
  width: auto;
}
@media screen and (max-width: 768px) {
  #pcom_info {
    padding: 0 1.5em 14em;
  }
  #pcom_info > div > ul {
    grid-template-columns: 1fr;
    font-size: 1.2em;
  }
}

#pcom_hist {
  display: grid;
  grid-template-columns: 3fr 7fr;
}
#pcom_hist > div:first-child {
  background: #212020;
  padding: 3.5em 0 0;
}
#pcom_hist > div:first-child > h2 {
  width: 18.45em;
  margin: 0 auto 5em;
}
@media screen and (max-width: 768px) {
  #pcom_hist > div:first-child > h2 {
    width: 90%;
  }
}
#pcom_hist > div:first-child > h3 {
  width: 1.25em;
  margin-left: 0.5em;
}
#pcom_hist > div:nth-child(2) {
  width: 100%;
  overflow: hidden;
}
#pcom_hist > div:nth-child(2) > div.draggable_snap_wrap {
  border-top: 1px solid #212020;
  border-bottom: 1px solid #212020;
  border-right: 1px solid #212020;
}
#pcom_hist > div:nth-child(2) > div.draggable_snap_wrap > div ul {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
#pcom_hist > div:nth-child(2) > div.draggable_snap_wrap > div ul > li {
  border-right: 1px solid #212020;
}
#pcom_hist > div:nth-child(2) > div.draggable_snap_wrap > div ul > li > img {
  max-width: 17em;
  max-height: 95vh;
  width: auto;
}
#pcom_hist > nav:last-child {
  position: absolute;
  z-index: 2;
  bottom: -5em;
  right: 2em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  width: 8em;
  height: 3.1em;
}
#pcom_hist > nav:last-child > span {
  display: block;
  width: 3.075em;
  height: 3.075em;
  cursor: pointer;
}

/*			NEWS　
**********************************************/
#pnews_nav {
  max-width: 1500px;
  margin: 0 auto 6em;
  padding: 6em 0 5.5vw;
  display: grid;
  grid-template-columns: 7.7em 1fr 3.85em 4.6em 5.925em;
  gap: 2em;
  align-items: center;
}
#pnews_nav > span {
  display: block;
  border-top: 1px solid #000;
}

#pnews_title {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5.5vw;
  top: -2em;
  text-align: right;
}

#pnews_wrap {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 5.5vw;
}
#pnews_wrap > article.post_wrap > a {
  border: 1px solid #000;
  background-color: #f8f6f6;
  margin-bottom: 5em;
  padding: 2em;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-template-rows: auto auto 1fr auto;
  gap: 1em 5em;
}
#pnews_wrap > article.post_wrap > a > strong {
  color: #fc598b;
}
@media screen and (max-width: 768px) {
  #pnews_wrap > article.post_wrap > a {
    grid-template-columns: auto;
    grid-template-rows: repeat(5, auto);
  }
  #pnews_wrap > article.post_wrap > a > p {
    order: 1;
  }
  #pnews_wrap > article.post_wrap > a > h3 {
    order: 2;
  }
  #pnews_wrap > article.post_wrap > a > h3 > span {
    font-size: 1.6em;
    line-height: 1.4em;
  }
  #pnews_wrap > article.post_wrap > a > span {
    order: 3;
  }
  #pnews_wrap > article.post_wrap > a > div {
    order: 4;
  }
  #pnews_wrap > article.post_wrap > a > strong {
    order: 5;
  }
}
#pnews_wrap > article.post_wrap > a > span {
  grid-row: span 4;
}

/*			NEWS　single
**********************************************/
#pnews_single {
  width: 50em;
  margin: 0 auto 5em;
  border: 1px solid #000;
  background-color: #f8f6f6;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  #pnews_single {
    width: 95%;
  }
}
#pnews_single > div:first-child {
  border-bottom: 1px dashed #000;
  padding-bottom: 1em;
}
#pnews_single > div:first-child > p {
  color: #fc598b;
  margin-bottom: 1em;
}
#pnews_single > div:first-child > h3 {
  margin-bottom: 2em;
  font-size: 1.5em;
  line-height: 1.6em;
}
#pnews_single > div:first-child > h3 > span {
  font-size: 1.4em;
  line-height: 1.4em;
}
#pnews_single > div:first-child > strong {
  display: block;
  font-weight: 400;
}
#pnews_single > div:last-child {
  padding: 2em;
}
@media screen and (max-width: 768px) {
  #pnews_single > div:last-child {
    padding: 2em 1em;
  }
}

#pnews_pager.single {
  display: block;
  text-align: center;
}
#pnews_pager {
  display: flex;
  justify-content: space-between;
}
#pnews_pager > a {
  font-size: 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #000;
}

/*			salon
**********************************************/
#psln_list {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5em 0 0;
}
#psln_list > h2 {
  width: 6.25em;
  margin: 0 0 1em;
}
#psln_list > ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #psln_list > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
  }
}
#psln_list > ul > li {
  border-bottom: 1px solid #000;
}
#psln_list > ul > li:nth-child(-n+3) {
  border-top: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #psln_list > ul > li:nth-child(-n+3) {
    border-top: none;
  }
  #psln_list > ul > li:nth-child(-n+2) {
    border-top: 1px solid #000;
  }
}
#psln_list > ul > li::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 50%;
  border-right: 1px solid #000;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
#psln_list > ul > li:nth-child(3n)::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #psln_list > ul > li:nth-child(3n)::after {
    display: block;
  }
  #psln_list > ul > li:nth-child(2n)::after {
    display: none;
  }
}
#psln_list > ul > li > a {
  display: block;
  padding: 1.5em 1.5em 1.5em 2.5em;
  position: relative;
  transition: background-color 1s ease;
}
#psln_list > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(img/065.png) no-repeat 1em center/0.5em auto;
  opacity: 0;
  transition: opacity 1s ease;
  pointer-events: none;
}
#psln_list > ul > li > a.now, #psln_list > ul > li > a:hover {
  background-color: #f7f7f7;
}
#psln_list > ul > li > a.now::before, #psln_list > ul > li > a:hover::before {
  opacity: 1;
}

#psln_info {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #psln_info {
    display: block;
  }
}
#psln_info > div {
  width: 50%;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  #psln_info > div {
    width: 100%;
    padding: 0 1em 5em;
  }
}
#psln_info > div > div#psln_info_title > h3 {
  margin-bottom: 1.5em;
}
#psln_info > div > div#psln_info_title > h3 > span {
  font-size: 1.1em;
  color: #c03230;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_title > h3 > span {
    font-size: 1.4em;
  }
}
#psln_info > div > div#psln_info_title > h2 {
  margin-bottom: 4em;
}
#psln_info > div > div#psln_info_title > h2 > span {
  display: block;
  font-size: 1.1em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_title > h2 > span {
    font-size: 1.4em;
  }
}
#psln_info > div > div#psln_info_title > h2 > strong {
  display: block;
  font-size: 1.5em;
  line-height: 1.6em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_title > h2 > strong {
    font-size: 2em;
  }
}
#psln_info > div > div#psln_info_title > h1 {
  margin-bottom: 4em;
}
#psln_info > div > div#psln_info_title > h1 > span {
  font-size: 1.8em;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_title > h1 > span {
    font-size: 2.2em;
  }
}
#psln_info > div > div#psln_info_title > p {
  margin-bottom: 3em;
}
#psln_info > div > div#psln_info_title > p > span {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_title > p > span {
    font-size: 1.3em;
  }
}
#psln_info > div > div#psln_info_feature > h3 {
  width: 5.3em;
  margin-bottom: 1em;
}
#psln_info > div > div#psln_info_feature > ul {
  font-size: 0;
}
#psln_info > div > div#psln_info_feature > ul > li {
  font-size: 1rem;
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
#psln_info > div > div#psln_info_feature > ul > li > img {
  height: 2.7em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_feature > ul > li > img {
    height: 1.8em;
  }
}
#psln_info > div > div#psln_info_aces {
  margin-bottom: 2em;
}
#psln_info > div > div#psln_info_aces > h3 {
  width: 4.225em;
  margin-bottom: 1.5em;
}
#psln_info > div > div#psln_info_aces > p {
  margin-bottom: 1em;
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_aces > p {
    padding-left: 0;
  }
  #psln_info > div > div#psln_info_aces > p > span {
    font-size: 1.2em;
  }
}
#psln_info > div > div#psln_info_aces > div {
  padding-left: 2em;
  height: 7em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_aces > div {
    padding-left: 0;
    height: 14em;
  }
}
#psln_info > div > div#psln_info_aces > div iframe {
  width: 100%;
  height: 100%;
  border-radius: 1em;
}
#psln_info > div > div#psln_info_aces > a {
  display: block;
  width: 8.2em;
  margin: 0 0 0 auto;
}
#psln_info > div > div#psln_info_info > h3 {
  width: 7.7em;
}
#psln_info > div > div#psln_info_info > ul {
  padding-left: 2em;
  padding-top: 0.5em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_info > ul {
    padding-left: 0;
  }
}
#psln_info > div > div#psln_info_info > ul > li {
  padding: 1.5em 0;
  display: grid;
  grid-template-columns: 4fr 6fr;
  border-bottom: 1px dashed #000;
}
#psln_info > div > div#psln_info_info > ul > li > h4 {
  padding-left: 2em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_info > ul > li > h4 {
    font-size: 1.4em;
  }
}
#psln_info > div > div#psln_info_info > ul > li > h4::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.4em;
  height: 0.4em;
  border-radius: 0.4em;
  background: #000;
  left: 1em;
  top: 0.5em;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_info > ul > li > p {
    font-size: 1.4em;
  }
}
#psln_info > div > div#psln_info_info > ul > li > ul > li {
  display: grid;
  gap: 1em;
  grid-template-columns: 5fr 2fr;
}
@media screen and (max-width: 768px) {
  #psln_info > div > div#psln_info_info > ul > li > ul > li {
    font-size: 1.4em;
  }
}

#psln_for > span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50em;
  overflow: hidden;
}
#psln_for > span > img {
  height: 150%;
  width: auto;
  max-width: none;
}
#psln_for > div {
  margin: 0 5.5vw;
  top: -12em;
  background: #f2f1ed;
  border-radius: 2em;
  padding: 0 2em 4em;
}
#psln_for > div > h3 {
  width: 23.025em;
  margin: 0 auto;
  top: -2.5em;
}
#psln_for > div > h2 {
  text-align: center;
  margin-bottom: 2em;
}
#psln_for > div > h2 > span {
  font-size: 1.6em;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #psln_for > div > h2 > span {
    font-size: 2em;
    line-height: 1.6em;
  }
}
#psln_for > div > p {
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #psln_for > div > p {
    text-align: left;
  }
}
#psln_for > div > p > span {
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #psln_for > div > p > span {
    font-size: 1.4em;
    line-height: 1.5em;
  }
}
#psln_for > div > ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  #psln_for > div > ul {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 2em;
  }
}
#psln_for > div > div {
  width: 46em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #psln_for > div > div {
    width: 100%;
  }
}

#psln_menu {
  border-top: 1px solid #000;
}
#psln_menu > div {
  border-bottom: 1px solid #000;
}
#psln_menu > div > div {
  margin-left: calc((100vw - 1300px) * 0.4 + 1em);
  margin-right: calc((100vw - 1300px) * 0.4 + 1em);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-bottom: 1px;
}
@media screen and (max-width: 1300px) {
  #psln_menu > div > div {
    margin-left: 1em;
    margin-right: 1em;
  }
}
#psln_menu > div > div > h2 {
  padding: 3em 5em;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > h2 {
    padding: 3em 4em;
  }
}
#psln_menu > div > div > h2 > strong {
  display: block;
  width: 18.3em;
}
#psln_menu > div > div > h2 > span {
  display: block;
  width: 8.775em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > h2 > span {
    display: none;
  }
}
#psln_menu > div > div > ul > li {
  border-top: 1px solid #000;
  display: grid;
  grid-template-columns: 5em auto 27em;
  grid-template-rows: auto 1fr;
  height: 27em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    height: auto;
    padding: 0 2em;
  }
}
#psln_menu > div > div > ul > li > h5 {
  grid-row: span 2;
  padding-top: 3em;
  width: 1.75em;
  justify-self: center;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li > h5 {
    justify-self: auto;
  }
}
#psln_menu > div > div > ul > li > h3 {
  padding-top: 3em;
  padding-bottom: 2em;
  width: 26.6em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li > h3 {
    margin-bottom: 2em;
  }
}
#psln_menu > div > div > ul > li > h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 4em;
  height: 0;
  border-top: 1px solid #000;
  bottom: 0;
  left: 0;
}
#psln_menu > div > div > ul > li > span {
  grid-row: span 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27em;
  height: 27em;
  overflow: hidden;
  border-left: 1px solid #000;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li > span {
    order: 4;
    border: 1px solid #000;
    margin: 0 auto 4em;
  }
}
#psln_menu > div > div > ul > li > span > img {
  height: 150%;
  width: auto;
  max-width: none;
}
#psln_menu > div > div > ul > li > p {
  align-self: center;
  padding-right: 5em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li > p {
    order: 3;
    padding-right: 0;
    margin-bottom: 2em;
  }
}
#psln_menu > div > div > ul > li > p > span {
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > ul > li > p > span {
    font-size: 1.2em;
  }
}
#psln_menu > div > div > div {
  padding: 5em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > div {
    padding: 2em;
  }
}
#psln_menu > div > div > div > h3 {
  width: 6.55em;
  margin-bottom: 3em;
}
#psln_menu > div > div > div > h3:nth-child(3) {
  margin-top: 5em;
}
#psln_menu > div > div > div > ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > div > ul {
    display: block;
  }
}
#psln_menu > div > div > div > ul > li {
  display: grid;
  gap: 1em;
  grid-template-columns: 5fr 3fr;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > div > ul > li {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-bottom: 1em;
  }
}
#psln_menu > div > div > div > ul > li > strong {
  font-weight: 400;
}
#psln_menu > div > div > span {
  display: flex;
  overflow: hidden;
  height: 21em;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > span {
    height: 10em;
  }
}
#psln_menu > div > div > span > img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  #psln_menu > div > div > span > img {
    height: auto;
    max-width: 100%;
  }
}

#psln_staff {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  border-bottom: 1px solid #000;
  height: 60vw;
}
@media screen and (max-width: 768px) {
  #psln_staff {
    height: 100vh;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 3fr 7fr;
  }
}
#psln_staff > div:first-child {
  background-color: #212020;
  padding: 5em 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
@media screen and (max-width: 768px) {
  #psln_staff > div:first-child {
    grid-column: span 2;
    grid-template-rows: repeat(2, auto);
  }
}
#psln_staff > div:first-child > h2 {
  width: 20.325em;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #psln_staff > div:first-child > h2 {
    width: 60%;
    margin: 0 auto 4em;
  }
}
#psln_staff > div:first-child > h3 {
  width: 0.975em;
  margin: 0 0 0 3em;
  align-self: center;
}
@media screen and (max-width: 768px) {
  #psln_staff > div:first-child > h3 {
    display: none;
  }
}
#psln_staff > div:first-child > p {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #psln_staff > div:first-child > p {
    padding: 0 1em;
  }
}
#psln_staff > div:first-child > p > span {
  color: #FFF;
  font-size: 1.1em;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #psln_staff > div:first-child > p > span {
    font-size: 1.2em;
    line-height: 1.7em;
  }
}
#psln_staff .psln_staff_col {
  overflow: hidden;
  border-right: 1px solid #000;
}
#psln_staff .psln_staff_view {
  overflow: hidden;
  height: 100%;
  position: relative;
  cursor: grab;
}
#psln_staff .psln_staff_view.dragging {
  cursor: grabbing;
}
#psln_staff .psln_staff_view > ul {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
#psln_staff .psln_staff_view > ul > li {
  padding: 1.5vw;
  border-bottom: 1px solid #000;
}
#psln_staff .psln_staff_view > ul > li > h3 {
  margin-bottom: 1vw;
}
#psln_staff .psln_staff_view > ul > li > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68%;
  height: 20vw;
  margin: 0 auto 1vw;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #psln_staff .psln_staff_view > ul > li > span {
    height: 40vw;
  }
}
#psln_staff .psln_staff_view > ul > li > span > img {
  max-height: 100%;
  max-width: none;
  aspect-ratio: 1/1;
}
#psln_staff .psln_staff_view > ul > li > h4 {
  display: flex;
  justify-content: space-between;
}
#psln_staff .psln_staff_col_up .psln_staff_view > ul {
  top: 0;
  bottom: auto;
}

/***************************************************************
 *
 * 				 ドロワーメニュー
 *
***************************************************************/
#drawer_btn,
#drawer_nav {
  display: none;
}

@media screen and (max-width: 768px) {
  p#drawer_btn {
    transition: 1s ease all;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 103;
    top: 3em;
    right: 3em;
    width: 3em;
    height: 3em;
    cursor: pointer;
  }
  p#drawer_btn > span {
    transition: 1s ease all;
    position: relative;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    text-align: center;
    cursor: pointer;
  }
  p#drawer_btn > span::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    top: -0.5em;
    left: 0;
    transition: 1s ease all;
  }
  p#drawer_btn > span::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #3c537d;
    top: 0.5em;
    left: 0;
    transition: 1s ease all;
  }
  body.drawer_open p#drawer_btn > span {
    background-color: transparent;
  }
  body.drawer_open p#drawer_btn > span::before {
    top: 0;
    transform: rotate(-405deg);
  }
  body.drawer_open p#drawer_btn > span::after {
    top: 0;
    transform: rotate(405deg);
  }
  nav#drawer_nav {
    transition: 1s ease all;
    opacity: 0;
    filter: blur(12px);
    z-index: -10;
  }
  body.drawer_open nav#drawer_nav {
    opacity: 1;
    filter: blur(0);
    z-index: 100;
  }
  nav#drawer_nav {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 2em;
  }
  nav#drawer_nav::before {
    position: fixed;
    width: 100vw;
    height: 100vh;
    content: "";
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
  }
  nav#drawer_nav > div {
    background: #FFF;
    border-radius: 3em 0 0 0;
    padding: 6em 3em;
    overflow: auto;
  }
  nav#drawer_nav > div > h1 {
    width: 70%;
    margin: 0 auto 3em;
  }
  nav#drawer_nav > div > ul > li {
    margin-bottom: 1.4em;
  }
  nav#drawer_nav > div > ul > li > a {
    display: block;
  }
  nav#drawer_nav > div > ul > li > a > span {
    font-size: 1.6em;
    vertical-align: text-top;
    top: -0.6em;
    margin-right: 1em;
  }
  nav#drawer_nav > div > ul > li > a > strong {
    font-size: 2.4em;
    line-height: 2em;
  }
}
/* totop ボタン
-----------------------*/
#totop {
  position: fixed;
  bottom: 3em;
  right: 3em;
  width: 5em;
  height: 5em;
}
#totop > a {
  display: block;
  opacity: 0.7;
  transition: all 0.5s ease;
  transform: translateY(8em);
}
#totop > a.show {
  transform: none;
}
#totop > a.show:hover {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */