@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  position: relative;
  margin: 0;
  font-family: "Kiwi Maru", serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  margin: 0;
  position: relative;
  z-index: 10;
}
h1 a {
  display: block;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a.en {
  font-family: "M PLUS 1p", sans-serif;
}
a.blackLink {
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #000;
  position: relative;
  width: 100%;
  height: 100%;
}
a.blackLink span {
  position: relative;
  z-index: 1;
}
a.blackLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
a.blackLink:hover span {
  color: #fff;
}
a.blackLink:hover::before {
  height: 100%;
}
a.transLink {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #FFF;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}
a.transLink span {
  position: relative;
  z-index: 1;
}
a.transLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
a.transLink:hover span {
  color: #000;
}
a.transLink:hover::before {
  height: 100%;
}
a.lineLink {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #FFF;
  position: relative;
  width: 100%;
  height: 100%;
  color: #FFF;
}
a.lineLink img {
  position: relative;
  z-index: 1;
  margin-right: 4px;
}
a.lineLink span {
  position: relative;
  z-index: 1;
}
a.lineLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #46B86A;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
a.lineLink:hover::before {
  height: 100%;
}
a.lineLink-f {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #000;
  position: relative;
  width: 100%;
  height: 100%;
  color: #000;
}
a.lineLink-f img {
  position: relative;
  z-index: 1;
  margin-right: 4px;
}
a.lineLink-f span {
  position: relative;
  z-index: 1;
}
a.lineLink-f::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: #46B86A;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  z-index: 1;
}
a.lineLink-f:hover {
  color: #FFF;
}
a.lineLink-f:hover img {
  filter: invert(100%);
}
a.lineLink-f:hover::before {
  height: 100%;
}

ul {
  list-style: none;
  padding-left: 0;
}

button {
  border: none;
  background: none;
}

.photolist {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.showSP {
  display: none;
}

.subnav {
  width: 50%;
  margin: 0;
  padding: 22px 20px;
}
.subnav ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 9px;
  width: 100%;
}
.subnav ul li {
  flex: 1;
  position: relative;
  width: 188px;
  height: 98px;
  background: #f5f5f5;
}
.subnav ul li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.snsLink {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin: 0 20px 0 0;
}
.snsLink li a {
  position: relative;
}
.snsLink li a img {
  width: 18px;
}
.snsLink li .instagram::after {
  font-size: 1rem;
  position: absolute;
  width: 4em;
  bottom: -2em;
  left: -0.8em;
  letter-spacing: -0.1em;
}
.snsLink li:nth-of-type(1) .instagram::after {
  content: "おしゃれ";
}
.snsLink li:nth-of-type(2) .instagram::after {
  content: "スポーツ";
}

.headFixed-hamburger {
  height: 64px;
}

main {
  margin-top: -124px;
  width: 100%;
}

.footLink {
  background: #fff;
  padding: 120px 0;
}
.footLink .subnav {
  max-width: 1120px;
  width: 100%;
  margin: auto;
}
.footLink .subnav ul li {
  width: auto;
}

.scroll {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  bottom: 48px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.35em;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  gap: 16px;
}
.scroll img {
  width: 19px;
}

@media screen and (max-width: 767px) {
  .showSP {
    display: block;
  }
  .subnav {
    width: 100%;
    padding: 10px 15px 0;
  }
  .subnav ul li {
    background: linear-gradient(transparent 35%, #f5f5f5 100%);
    width: 84px;
    height: 130px;
  }
  main {
    margin-top: -82px;
  }
  main #mv #menuandnews .subnav {
    padding: 10px 15px 0;
    margin-top: -40px;
  }
  .scroll {
    left: auto;
    right: 15px;
    bottom: 96px;
  }
  .footLink {
    padding: 40px 0;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  padding: 24px 28px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header.isScroll {
  background: #FFF;
}
header.isScroll #scrollNav {
  visibility: visible;
}
header #scrollNav {
  visibility: hidden;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: fixed;
  right: 24px;
}
header #scrollNav #hamburger {
  width: 72px;
  height: 72px;
  background: #000;
  border-radius: 50%;
  display: grid;
  place-content: center;
}
header #scrollNav #hamburger .hamburgerBtn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 40px;
  height: 33px;
  padding: 0;
}
header #scrollNav #hamburger .hamburgerBtn span:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
header #scrollNav #hamburger .hamburgerBtn span:nth-of-type(2) {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
}
header #scrollNav #hamburger .hamburgerBtn span:nth-of-type(3) {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  width: 100%;
  color: #fff;
  letter-spacing: 0.25em;
}

.close {
  display: none;
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 400;
}
.close::before, .close::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

#navTop {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 0 0 auto;
  padding: 24px 28px 24px;
  position: relative;
  z-index: 200;
}
#navTop #menuRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
#navTop #menuRight #headMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  margin: 0;
}
#navTop #menuRight #headMenu li a {
  font-size: 1.6rem;
}
#navTop #menuRight #hamburgerMenu {
  position: relative;
  z-index: 10;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  width: 40px;
  height: 33px;
  padding: 0;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn span {
  transition: 0.3s;
  color: #000;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn span:nth-of-type(1) {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn span:nth-of-type(2) {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn span:nth-of-type(3) {
  text-align: center;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  display: block;
  width: 100%;
  letter-spacing: 0.25em;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn.show {
  justify-content: space-between;
  height: 29px;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn.show span:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: left top;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn.show span:nth-of-type(2) {
  transform: rotate(-45deg);
  transform-origin: left bottom;
}
#navTop #menuRight #hamburgerMenu .hamburgerBtn.show span:nth-of-type(3) {
  display: none;
}

#navBottom {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 22px;
  padding: 0 28px 0;
  height: 42px;
  position: relative;
  z-index: 50;
}
#navBottom #socialMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 14px;
}
#navBottom #formMenu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
#navBottom #formMenu li {
  width: 176px;
  height: 42px;
}

#menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background: #fff;
  z-index: 100;
}
#menu #menuScroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#menu #menuScroll::-webkit-scrollbar {
  display: none;
}
#menu #menuScroll #menuWrap {
  background: linear-gradient(90deg, #f7f0f0 0%, #f7f0f0 50%, #e9f0f2 50%, #e9f0f2 100%);
  flex: 1;
  display: grid;
  place-content: center;
  padding-top: 80px;
}
#menu #menuScroll #menuWrap #menuWidth {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px;
}
#menu #menuScroll #menuWrap #menuWidth dl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  padding: 0 84px;
  gap: 32px;
}
#menu #menuScroll #menuWrap #menuWidth dl:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
#menu #menuScroll #menuWrap #menuWidth dl:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
#menu #menuScroll #menuWrap #menuWidth dl dt {
  font-size: 1.8rem;
  grid-area: 1/1/2/4;
  text-align: center;
  font-weight: 500;
}
#menu #menuScroll #menuWrap #menuWidth dl dd {
  font-size: 1.6rem;
}
#menu #menuScroll #menuWrap #menuWidth ul#linkMenu-sub {
  grid-area: 2/1/3/3;
  display: flex;
  justify-content: center;
  gap: 32px;
  margin: 120px 0 40px;
}
#menu #menuScroll #menuWrap #menuWidth ul#linkMenu-sub li a {
  font-size: 1.6rem;
}
#menu #menuScroll #menuWrap #menuWidth ul#formMenu-sub {
  grid-area: 3/1/4/3;
  display: flex;
  justify-content: center;
  gap: 8px;
}
#menu #menuScroll #menuWrap #menuWidth ul#formMenu-sub li a {
  width: 176px;
  height: 42px;
}
#menu #menuScroll .subnav {
  max-width: 815px;
  margin: 0 auto;
  padding: 22px 20px;
  position: relative;
  top: -10px;
}
#menu #menuScroll .subnav ul {
  display: flex;
  gap: 9px;
  width: 100%;
}
#menu #menuScroll .subnav ul li {
  flex: 1;
  position: relative;
  width: 188px;
  height: 98px;
  background: #f5f5f5;
}
#menu #menuScroll .subnav ul li a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
#menu #menuScroll .snsLink {
  margin: 40px 0;
}
#menu #menuScroll small {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 24px;
}
#menu.show {
  display: block;
}

@media screen and (max-width: 1200px) {
  header.isScroll #scrollNav .snsLink {
    display: none;
  }
  #navTop #menuRight #headMenu {
    display: none;
  }
  #navBottom {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    padding: 8px 15px;
  }
  header #scrollNav {
    position: static;
    width: auto;
    display: inline-block;
  }
  header #scrollNav .snsLink {
    display: none;
  }
  #navTop {
    padding: 16px 15px 0;
  }
  #menu {
    background: #fff;
  }
  #menu #menuScroll #menuWrap {
    padding-top: 40px;
    background: #f7f0f0;
    display: block;
    flex: none;
  }
  #menu #menuScroll #menuWrap #menuWidth {
    display: flex;
    flex-direction: column;
  }
  #menu #menuScroll #menuWrap #menuWidth dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 32px 32px;
  }
  #menu #menuScroll #menuWrap #menuWidth dl dt {
    width: 100%;
    text-align: center;
  }
  #menu #menuScroll #menuWrap #menuWidth dl:nth-of-type(2) {
    background: #e9f0f2;
  }
  #menu #menuScroll #menuWrap #menuWidth ul#linkMenu-sub {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin: 0;
    padding: 32px 32px 24px;
  }
  #menu #menuScroll #menuWrap #menuWidth ul#linkMenu-sub li:not(:last-of-type)::after {
    content: "|";
    display: inline-block;
    padding-left: 8px;
  }
  #menu #menuScroll #menuWrap #menuWidth ul#formMenu-sub {
    background: #fff;
    gap: 15px;
    margin: 0;
  }
  #menu #menuScroll #menuWrap #menuWidth ul#formMenu-sub li a {
    width: 136px;
  }
  #menu #menuScroll .snsLink {
    margin: 18px 0 24px;
  }
  #menu #menuScroll .subnav {
    top: 0;
    background: #fff;
    margin-top: 24px;
  }
  #menu #menuScroll #socialMenu-sub {
    background: #fff;
    margin: 0;
  }
  #menu #menuScroll small {
    margin-bottom: 14px;
  }
}
footer {
  padding: 80px 160px 40px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  background: #fff;
  border-top: solid 1px #e3e3e3;
}
footer #corp figure {
  margin-bottom: 24px;
  text-align: center;
}
footer .snsLink {
  margin-bottom: 48px;
}
footer small {
  font-size: 1.2rem;
}
footer #footNavi #footNaviTop {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
footer #footNavi #footNaviTop dl {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 8px 40px;
}
footer #footNavi #footNaviTop dl dt {
  grid-area: 1/1/2/4;
  font-size: 1.8rem;
}
footer #footNavi #footNaviTop dl dd {
  font-size: 1.6rem;
}
footer #footNavi #footNaviTop dl dd:nth-of-type(1) {
  grid-area: 2/1/3/2;
}
footer #footNavi #footNaviTop dl dd:nth-of-type(2) {
  grid-area: 2/2/3/3;
}
footer #footNavi #footNaviTop dl dd:nth-of-type(3) {
  grid-area: 2/3/3/4;
}
footer #footNavi #footNaviBottom {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
footer #footNavi #footNaviBottom ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 4px 40px;
}
footer #footNavi #footNaviBottom ul li:nth-of-type(5) {
  grid-area: 2/2/3/4;
}
footer #footNavi #footNaviBottom ul li a {
  font-size: 1.4rem;
}
footer #footNavi #footNaviBottom .linkBtn {
  display: flex;
  gap: 8px;
}
footer #footNavi #footNaviBottom .linkBtn a {
  width: 176px;
  height: 42px;
}

@media screen and (max-width: 1200px) {
  footer {
    flex-direction: column;
  }
  footer #corp {
    margin-bottom: 80px;
  }
  footer #corp figure img {
    margin: auto;
  }
  footer #corp .snsLink {
    display: none;
  }
  footer #corp small {
    display: none;
  }
  footer #footNavi #footNaviBottom {
    margin-bottom: 80px;
  }
  footer #footNavi #footNaviBottom ul {
    gap: 4px 20px;
  }
  footer #footNavi .showSP {
    display: block;
  }
  footer #footNavi .showSP .snsLink {
    justify-content: center;
    margin: 18px 0 24px;
  }
  footer #footNavi .showSP small {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1480px) {
  footer {
    flex-direction: column;
  }
  footer #corp .snsLink {
    display: none;
  }
  footer #corp small {
    display: none;
  }
  footer #footNavi .showSP {
    display: block;
    margin-top: 45px;
  }
  footer #footNavi .showSP .footSns {
    justify-content: center;
    margin: 18px 0 24px;
  }
  footer #footNavi .showSP small {
    text-align: center;
    display: block;
  }
}
@media screen and (max-width: 1280px) {
  footer {
    padding: 80px 0 16px;
    flex-direction: column;
  }
  footer #corp figure img {
    margin: auto;
  }
  footer #footNavi #footNaviTop {
    flex-direction: column;
    gap: 64px;
    margin-bottom: 64px;
  }
  footer #footNavi #footNaviTop dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  footer #footNavi #footNaviTop dl dt {
    width: 100%;
    text-align: center;
  }
  footer #footNavi #footNaviBottom {
    flex-direction: column;
  }
  footer #footNavi #footNaviBottom ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 20px;
  }
  footer #footNavi #footNaviBottom .linkBtn {
    justify-content: center;
    margin-bottom: 40px;
  }
  footer #footNavi #footNaviBottom .linkBtn a {
    width: 136px;
  }
  footer #footNavi #footNaviBottom .linkBtn .lineLink-f {
    display: none;
  }
}
#opening {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 500;
  display: grid;
  place-content: center;
}
#opening figure {
  opacity: 0;
  text-align: center;
}
#opening figure:nth-of-type(1) img {
  width: 120px;
}
#opening figure:nth-of-type(2) {
  width: 148px;
  margin-top: 20px;
}

main #mv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main #mv #mvwrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  flex: 1;
}
main #mv #mvwrap section {
  flex: 1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  place-content: center;
  padding-top: 146px;
}
main #mv #mvwrap section#hamanail {
  background: #f7f0f0;
}
main #mv #mvwrap section#hamanail figure.nameLogo {
  max-width: 194px;
}
main #mv #mvwrap section#hamanail-sports {
  background: #e9f0f2;
}
main #mv #mvwrap section#hamanail-sports figure.nameLogo {
  max-width: 345px;
}
main #mv #mvwrap section figure {
  margin-bottom: 16px;
  max-width: 647px;
}
main #mv #mvwrap section h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
main #mv #mvwrap section .viewmore {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 46px;
}
main #mv #mvwrap section .viewmore a {
  width: 176px;
  height: 42px;
}
main #mv #menuandnews {
  height: 142px;
  display: flex;
}
main #mv #menuandnews #notice {
  width: 50%;
  padding: 45px 54px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0 8px;
}
main #mv #menuandnews #notice h3 {
  grid-area: 1/1/2/2;
  font-size: 1.7rem;
  font-weight: 400;
}
main #mv #menuandnews #notice h3::after {
  content: "|";
  display: inline-block;
  margin: 0 1em;
}
main #mv #menuandnews #notice time {
  grid-area: 1/2/2/3;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
}
main #mv #menuandnews #notice h4 {
  grid-area: 2/1/3/3;
  font-size: 1.6rem;
  font-weight: 400;
}
main #mv #menuandnews #notice #newslist {
  grid-area: 1/3/3/4;
  display: grid;
  place-content: center;
}
main #mv #menuandnews #notice #newslist .blackLink {
  width: 176px;
  height: 42px;
}
main #introduction {
  width: 100%;
  height: 100vh;
  display: grid;
  place-content: center;
}
main #introduction p {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 48px;
}
main #introduction p span {
  display: inline-block;
}
main #introduction figure {
  max-width: 1140px;
}
main .wrap {
  max-width: 1142px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px 0;
  position: relative;
}
main .wrap h2 {
  position: relative;
}
main .wrap h2 b {
  font-size: 3.2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
main .wrap h2 span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  color: #907070;
  line-height: 1;
  margin: 10px 0 10px;
  position: relative;
  z-index: 1;
}
main .wrap p {
  position: relative;
}
main .wrap p.title {
  font-size: 2.4rem;
  padding-left: 110px;
  margin-bottom: 64px;
}
main .wrap p.body {
  font-size: 1.6rem;
  margin-bottom: 40px;
}
main .wrap .viewmore a {
  width: 176px;
  height: 42px;
}
main section {
  position: relative;
}
main section#trouble {
  background: linear-gradient(#fdfafa 70%, transparent 0);
  padding-top: 124px;
  padding-bottom: 117px;
}
main section#trouble .bg {
  background: linear-gradient(to right, #f7f0f0 92%, transparent 0);
  position: relative;
}
main section#trouble .bg .floatIMage {
  width: 379px;
  height: 480px;
  position: absolute;
  right: 9%;
  top: 40px;
}
main section#trouble .bg .wrap {
  padding-top: 80px;
  padding-bottom: 200px;
}
main section#trouble h2::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: #fff;
  position: absolute;
  left: -100px;
  top: -46px;
}
main section#trouble .photolist {
  position: relative;
  bottom: -130px;
}
main section#works {
  margin-top: 20px;
  padding-top: 180px;
  padding-bottom: 216px;
}
main section#works .bg .floatIMage {
  width: 284px;
  height: 303px;
  position: absolute;
  right: 5%;
  top: 10px;
}
main section#works .bg .wrap .floatIMage {
  width: 315px;
  height: 446px;
  position: absolute;
  left: 9%;
  top: 4px;
}
main section#works .bg .wrap h2 {
  margin-bottom: 40px;
  padding-left: 475px;
}
main section#works .bg .wrap p.title {
  padding-left: 475px;
}
main section#works .bg .wrap p.body {
  padding-left: 475px;
}
main section#works .bg .wrap .photolist {
  margin-bottom: 40px;
  position: relative;
  z-index: 10;
}
main section#works .bg .wrap .viewmore a {
  margin: auto;
}
main section#voice {
  background: #f7f0f0;
  padding-top: 273px;
}
main section#voice .floatIMage {
  width: 282px;
  height: 558px;
  position: absolute;
  right: 17%;
  top: -270px;
}
main section#voice .bg {
  position: relative;
  padding-bottom: 235px;
}
main section#voice .bg::after {
  content: "";
  display: block;
  width: 80%;
  height: 335px;
  background: #fdfafa;
  position: absolute;
  left: 0;
  top: 260px;
}
main section#voice .bg .wrap {
  padding-left: 380px;
  z-index: 1;
}
main section#voice .bg .wrap .floatIMage {
  width: 530px;
  height: 464px;
  position: absolute;
  left: -130px;
  top: auto;
  bottom: -60px;
}
main section#voice .bg .wrap h2::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: #fff;
  position: absolute;
  left: -100px;
  top: -60px;
}
main section#profile {
  background: #61626c;
  padding-top: 216px;
  padding-bottom: 156px;
}
main section#profile .floatIMage {
  width: 31.737vw;
  height: 21.3vw;
  aspect-ratio: 705/470;
  position: absolute;
  right: 40px;
  top: -10.4vw;
}
main section#profile .wrap {
  padding-left: 470px;
}
main section#profile .wrap .floatIMage {
  width: 455px;
  height: 580px;
  position: absolute;
  left: -100px;
  top: auto;
  bottom: -10px;
}
main section#profile .wrap h2 {
  color: #fff;
}
main section#profile .wrap h2 span {
  color: #fff;
}
main section#profile .wrap h2::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  background: #6e7081;
  position: absolute;
  left: -100px;
  top: -60px;
}
main section#profile .wrap p {
  color: #fff;
}
main section#blog {
  padding-top: 180px;
  padding-bottom: 180px;
}
main section#blog .wrap {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 0 156px;
}
main section#blog .wrap p.title {
  margin-top: 40px;
  padding-left: 0;
}
main section#blog .wrap .viewmore a {
  margin: 0 0 0 auto;
}
main section#blog .blogUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
  max-width: 665px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
}
main section#blog .blogUl li a {
  margin: 0;
  display: block;
}
main section#blog .blogUl li a img {
  aspect-ratio: 200/120;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main section#blog .blogUl li time {
  font-size: 1.2rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 5px;
}
main section#blog .blogUl li h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
main section#blog .blogUl li .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
main section#blog .blogUl li .tags li {
  border: solid 1px #000;
  padding: 3px 6px;
}
main #naviLink {
  padding: 120px 0;
  background: #FDFAFA;
}
main #naviLink ul {
  max-width: 1110px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
main #naviLink ul li {
  position: relative;
  aspect-ratio: 370/312;
  width: 100%;
}
main #naviLink ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main #naviLink ul li a {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  font-size: 2.6rem;
  top: 0;
  left: 0;
}
main #naviLink ul li a span {
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.4rem;
  color: #907070;
  display: block;
  margin-top: 8px;
  line-height: 1;
}
main #connection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
main #connection section {
  width: 100%;
  height: 100%;
  aspect-ratio: 600/509;
  display: grid;
  place-content: center;
}
main #connection section#reservation {
  background: url(../img/bg_Reservation.jpg);
  background-size: cover;
}
main #connection section#contact {
  background: url(../img/bg_Contact.jpg);
  background-size: cover;
}
main #connection .connWrap {
  display: block;
}
main #connection .connWrap h2 {
  color: #fff;
}
main #connection .connWrap h2 b {
  font-size: 3.2rem;
  font-weight: 500;
}
main #connection .connWrap h2 span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  margin-top: 8px;
  line-height: 1;
}
main #connection .connWrap p {
  font-size: 2.4rem;
  color: #fff;
  margin: 40px 0;
}
main #connection .connWrap .linkBtn {
  display: flex;
  gap: 16px;
}
main #connection .connWrap .linkBtn a {
  width: 176px;
  height: 42px;
}

@media screen and (max-width: 1200px) {
  main #mv {
    height: auto;
  }
  main #mv #menuandnews {
    flex-direction: column;
    align-items: center;
    height: auto;
  }
  main #mv #menuandnews #notice {
    width: 100%;
  }
  main #mv #menuandnews .subnav {
    max-width: 780px;
    padding: 22px 20px 0;
  }
  main #introduction {
    height: auto;
    padding: 80px 0;
  }
  main section#trouble .bg .wrap h2 {
    padding-left: 40px;
  }
  main section#trouble .bg .wrap h2::before {
    left: 0;
  }
  main section#trouble .bg .wrap p {
    padding-left: 11.7%;
    padding-right: 30%;
  }
  main section#trouble .bg .wrap .viewmore {
    padding-left: 11.7%;
  }
  main section#trouble .bg .floatIMage {
    width: 259px;
    height: 328px;
    top: 154px;
  }
  main section#works {
    padding-bottom: 300px;
  }
  main section#works .bg .floatIMage {
    width: 227px;
    height: 242px;
    right: 0;
  }
  main section#works .bg .wrap .floatIMage {
    width: 252px;
    height: 357px;
    top: 86px;
    left: 0;
  }
  main section#works .bg .wrap h2 {
    padding-left: 260px;
  }
  main section#works .bg .wrap p {
    padding-right: 10%;
  }
  main section#works .bg .wrap p.title {
    padding-left: 260px;
  }
  main section#works .bg .wrap p.body {
    padding-left: 260px;
  }
  main section#voice {
    margin-bottom: 0;
    padding-bottom: 220px;
  }
  main section#voice .floatIMage {
    width: 225px;
    height: 447px;
  }
  main section#voice .bg:after {
    top: 258px;
  }
  main section#voice .bg .wrap {
    padding-left: 400px;
  }
  main section#voice .bg .wrap .floatIMage {
    width: 368px;
    height: 322px;
    right: auto;
    left: 1%;
    top: auto;
    bottom: 76px;
  }
  main section#profile .bg .wrap {
    padding-left: 497px;
  }
  main section#profile .bg .wrap h2 {
    margin-bottom: 52px;
  }
  main section#profile .bg .wrap p.title {
    padding-left: 0;
  }
  main section#profile .bg .wrap .floatIMage {
    width: 303px;
    height: 386px;
    left: 120px;
    bottom: 60px;
  }
  main section#blog .wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media screen and (max-width: 1000px) {
  main section#trouble .bg .floatIMage {
    width: 207px;
    height: 262px;
    right: 0;
  }
}
@media screen and (max-width: 860px) {
  main section#blog {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  main section#blog .blogUl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  main #mv #mvwrap {
    grid-template-columns: 1fr;
  }
  main #mv #mvwrap section {
    padding-top: 0;
    padding-bottom: 24px;
  }
  main #mv #mvwrap section figure {
    padding: 35px 28px 21px;
  }
  main #mv #mvwrap section .h2wrap {
    display: flex;
    padding: 0 15px;
  }
  main #mv #mvwrap section h2 p {
    font-size: 1.4rem;
    text-align: center;
    margin: 0;
  }
  main #mv #mvwrap section h2 figure {
    margin: 0;
    padding: 0;
  }
  main #mv #mvwrap section .viewmore {
    margin: 0;
  }
  main #mv #mvwrap section .viewmore a {
    width: 142px;
  }
  main #mv #mvwrap section#hamanail {
    margin-top: 30px;
    padding-top: 56px;
  }
  main #mv #mvwrap section#hamanail h2 figure {
    width: 105px;
  }
  main #mv #mvwrap section#hamanail-sports h2 figure {
    width: 195px;
  }
  main #mv #menuandnews #notice {
    width: 100%;
    grid-template-columns: auto 1fr;
    padding: 32px 15px;
  }
  main #mv #menuandnews #notice #newslist {
    grid-area: 3/1/4/3;
    margin-top: 24px;
  }
  main #mv #menuandnews #notice #newslist .blackLink {
    width: 148px;
  }
  main #introduction {
    margin-bottom: 40px;
  }
  main #introduction p {
    font-size: 2rem;
    line-height: 2;
    margin: 0 16px 48px;
  }
  main .wrap {
    width: 100%;
  }
  main .wrap h2 {
    margin-bottom: 46px;
  }
  main .wrap h2 b {
    font-size: 2.4rem;
  }
  main .wrap p.title {
    font-size: 2rem;
    padding-left: 0;
    margin-bottom: 24px;
  }
  main .wrap p.body {
    margin-bottom: 32px;
  }
  main section#trouble {
    padding-top: 80px;
    padding-bottom: 0;
  }
  main section#trouble .bg {
    background: linear-gradient(to right, #f7f0f0 80%, transparent 0);
    padding-bottom: 140px;
  }
  main section#trouble .bg .floatIMage {
    display: none;
  }
  main section#trouble .bg .wrap {
    padding-bottom: 0;
  }
  main section#trouble .bg .wrap p {
    padding-left: 0;
    padding-right: 0;
  }
  main section#trouble .bg .wrap .viewmore {
    padding-left: 0;
  }
  main section#trouble h2::before {
    width: 105px;
    height: 105px;
    left: 0px;
    top: -26px;
  }
  main section#trouble .showSP {
    width: 240px;
    margin: 46px auto 20px;
  }
  main section#trouble .viewmore a {
    width: 142px;
  }
  main section#trouble .photolist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    position: static;
  }
  main section#works {
    margin-top: -130px;
    padding-top: 240px;
    padding-bottom: 0;
  }
  main section#works .bg .floatIMage {
    width: 196px;
    height: 209px;
    top: 30px;
  }
  main section#works .bg::after {
    background-size: cover;
    width: 196px;
    height: 209px;
    right: 0;
  }
  main section#works .bg .wrap .floatIMage {
    width: 208px;
    height: 294px;
    position: relative;
    z-index: 1;
    top: 40px;
    margin: auto;
  }
  main section#works .bg .wrap h2 {
    padding-left: 0;
  }
  main section#works .bg .wrap p.title {
    padding-left: 0;
    padding-right: 0;
  }
  main section#works .bg .wrap p.body {
    margin: 0 0 20px;
    padding-left: 0;
    padding-right: 0;
  }
  main section#works .bg .wrap .viewmore a {
    width: 142px;
  }
  main section#works .bg .wrap .showSP {
    width: 220px;
    position: relative;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main section#works .photolist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  main section#voice {
    margin-bottom: 0;
    padding-top: 130px;
    padding-bottom: 270px;
  }
  main section#voice .floatIMage {
    display: none;
  }
  main section#voice::after {
    width: 210px;
    height: 416px;
    background-size: cover;
    right: 0;
    left: 0;
    top: -208px;
    margin: auto;
  }
  main section#voice .bg::after {
    top: 184px;
    height: 860px;
  }
  main section#voice .bg .wrap {
    padding: 0 16px 0;
  }
  main section#voice .bg .wrap .floatIMage {
    width: 366px;
    height: 320px;
    left: -10px;
    bottom: -370px;
    display: block;
  }
  main section#voice .bg .wrap::after {
    content: none;
  }
  main section#voice .bg .wrap h2::before {
    width: 105px;
    height: 105px;
    left: 0px;
    top: -26px;
  }
  main section#voice .bg .wrap h2 b {
    padding-left: 40px;
  }
  main section#voice .bg .wrap h2 span {
    padding-left: 40px;
  }
  main section#voice .bg .wrap .viewmore a {
    width: 142px;
  }
  main section#voice .bg .wrap .showSP {
    margin-top: 60px;
  }
  main section#profile {
    padding-top: 140px;
    padding-bottom: 120px;
  }
  main section#profile .floatIMage {
    width: 57.365vw;
    height: 38.5vw;
    top: -20vw;
    right: 0;
  }
  main section#profile::after {
    width: 300px;
    height: 450px;
    right: 0;
    top: -370px;
  }
  main section#profile .bg .wrap {
    padding: 0 16px 0;
  }
  main section#profile .bg .wrap .floatIMage {
    width: 265px;
    height: 338px;
    left: 0;
    right: 0;
    top: 46px;
    bottom: auto;
    margin: auto;
    position: relative;
  }
  main section#profile .bg .wrap::after {
    content: none;
  }
  main section#profile .bg .wrap h2::before {
    width: 105px;
    height: 105px;
    left: 0px;
    top: -26px;
  }
  main section#profile .bg .wrap h2 b {
    padding-left: 40px;
  }
  main section#profile .bg .wrap h2 span {
    padding-left: 40px;
  }
  main section#profile .bg .wrap p.title {
    padding-left: 55px;
    width: 295px;
  }
  main section#profile .bg .wrap .viewmore a {
    width: 142px;
  }
  main section#profile .showSP {
    width: 265px;
    margin: 45px auto 0;
  }
  main #naviLink ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  main #naviLink ul li {
    aspect-ratio: 345/120;
  }
  main #naviLink ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  main #connection {
    grid-template-columns: 1fr;
  }
  main #connection #reservation .connWrap {
    padding: 40px 15px;
  }
  main #connection #contact .connWrap {
    padding: 40px 15px;
  }
  main #connection .connWrap h2 b {
    font-size: 2.4rem;
  }
  main #connection .connWrap p {
    font-size: 2rem;
  }
  main #connection .connWrap .linkBtn a {
    width: 165px;
  }
}
.hmn .fixed {
  background: #f7f0f0;
}
.hmn .desc {
  background: #fdfafa;
}
.hmn .ctgList {
  background: #FDFAFA;
}

.spt .fixed {
  background: #e9f0f2;
}
.spt .desc {
  background: #fafcfd;
}
.spt .desc.white {
  background: #fff;
}
.spt .ctgList {
  background: #FAFCFD;
}

.prf .fixed {
  background: #61626c;
}
.prf .desc {
  background: #fdfafa;
}
.prf .desc.white {
  background: #fff;
}

.pages .fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
.pages .fixed .fixedWrap {
  width: 43%;
  height: 100%;
  display: grid;
  place-content: center;
  padding: 0 96px;
}
.pages .fixed .fixedWrap section h2 {
  text-align: center;
}
.pages .fixed .fixedWrap section h2 p {
  margin: 0;
}
.pages .fixed .fixedWrap section figure:nth-of-type(1) {
  margin-bottom: 54px;
}
.pages .fixed .fixedWrap section figure img {
  margin: auto;
  width: auto;
  height: auto;
}
.pages .fixed .fixedWrap section#hamanail h2 figure img {
  max-width: 194px;
}
.pages .fixed .fixedWrap section#hamanail-sports h2 figure img {
  max-width: 345px;
}
.pages .fixed .fixedWrap #trouble figure {
  max-width: 380px;
}
.pages .fixed .fixedWrap #works figure {
  max-width: 284px;
}
.pages .fixed .fixedWrap #voice figure {
  max-width: 530px;
}
.pages .fixed .fixedWrap #profile figure {
  max-width: 325px;
}
.pages .fixed .fixedWrap.all {
  padding: 0;
  display: block;
}
.pages .fixed .fixedWrap.all figure {
  height: 100%;
}
.pages .fixed .fixedWrap.all figure img {
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .layout {
  width: 57%;
  background: #fff;
  margin: -124px 0 0 auto;
  padding: 177px 0 0;
}
.pages .layout section {
  padding: 0 15px 0;
}
.pages .layout h2 {
  margin-bottom: 33px;
  padding-left: 205px;
}
.pages .layout h2 b {
  font-size: 2.6rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.pages .layout h2 span {
  display: block;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #907070;
  line-height: 1;
  margin: 10px 0 10px;
  position: relative;
  z-index: 1;
}
.pages .layout p.title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
  padding-left: 205px;
}
.pages .layout p.body {
  font-size: 1.6rem;
  margin-bottom: 40px;
  padding-left: 205px;
}
.pages .layout figure {
  margin-bottom: 49px;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.pages .layout figure img {
  margin: auto;
}
.pages .layout .viewmore {
  margin-bottom: 56px;
  padding-left: 205px;
}
.pages .layout .viewmore a {
  width: 176px;
  height: 42px;
}
.pages .layout .linkBtn {
  padding-left: 205px;
}
.pages .layout .linkBtn.infoLB {
  padding-left: 0;
}
.pages .layout #intro {
  padding-bottom: 48px;
  position: relative;
  height: calc(100vh - 177px);
  display: grid;
  place-content: center;
}
.pages .layout #intro h2 {
  text-align: center;
  padding: 0;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.pages .layout #intro h2 b {
  font-size: 4.2rem;
}
.pages .layout #intro p {
  text-align: center;
  padding: 0;
}
.pages .layout #intro p span {
  display: inline-block;
}
.pages .layout #intro p.title {
  font-size: 2.6rem;
  margin-bottom: 8px;
}
.pages .layout #intro p.body {
  font-size: 2rem;
}
.pages .layout #intro .under-pageImage {
  display: none;
}
.pages .layout .photolist {
  width: -moz-fit-content;
  width: fit-content;
  gap: 18px;
  margin: auto;
}
.pages .layout #fashionableNails {
  background: #fdfafa;
  padding-top: 160px;
  padding-bottom: 160px;
}
.pages .layout #athleteNails {
  background: #fafcfd;
  padding-top: 160px;
  padding-bottom: 160px;
}
.pages .layout #menuPrice {
  padding-top: 160px;
  padding-bottom: 160px;
}
.pages .layout #school {
  padding-top: 160px;
  padding-bottom: 160px;
  background: #61626c;
  color: #fff;
}
.pages .layout #school h2 span {
  color: #fff;
}
.pages .layout .desc {
  padding: 165px 125px;
}
.pages .layout .desc.an01 {
  padding: 165px 125px 40px;
}
.pages .layout .desc.an02 {
  padding: 60px 125px 165px;
}
.pages .layout .desc.cs01 {
  padding: 60px 125px 165px;
}
.pages .layout .case {
  padding: 165px 125px 40px;
  background: #fafcfd;
}
.pages .layout .case h5 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.pages .layout .case figure {
  margin-bottom: 24px;
  text-align: left;
}
.pages .layout .case figure img {
  margin: 0;
  height: auto;
}
.pages .layout .ctgList {
  padding: 165px 125px;
}
.pages .layout .ctgList h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 46px;
}
.pages .layout .ctgList a {
  font-size: 1.2rem;
}
.pages .layout .box {
  margin-bottom: 64px;
}
.pages .layout .box h4 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 24px;
}
.pages .layout .box h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.pages .layout .box p {
  font-size: 1.6rem;
  margin-bottom: 2em;
  font-weight: 200;
}
.pages .layout .box p b {
  display: block;
  margin-bottom: 3px;
  font-weight: 700;
  font-weight: 500;
}
.pages .layout .box p a {
  color: #00a7ff;
  text-decoration: underline;
}
.pages .layout .box ul {
  margin-bottom: 2em;
}
.pages .layout .box ul li {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.pages .layout .box ul li a {
  color: #00a7ff;
  text-decoration: underline;
}
.pages .layout .box ul.sidenote li {
  font-size: 1.2rem;
  font-weight: 300;
  padding-left: 1rem;
}
.pages .layout .box ul.sidenote li::before {
  content: "※";
  margin-left: -1rem;
}
.pages .layout .box .prodList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.pages .layout .voiceList {
  padding: 160px 125px;
}
.pages .layout .voiceList .voiceUl.voicehide {
  display: none;
}
.pages .layout .voiceList .moreVoice button {
  width: 176px;
  height: 42px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #000;
  margin: auto;
}
.pages .layout .voiceList .closeVoice {
  display: none;
}
.pages .layout .voiceList .closeVoice button {
  width: 176px;
  height: 42px;
  color: #000;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 1.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: solid 1px #000;
  margin: auto;
}
.pages .layout .voiceList .balloon {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 30px;
  margin-bottom: 40px;
}
.pages .layout .voiceList .balloon .icon {
  grid-area: 1/1/3/2;
  width: 95px;
}
.pages .layout .voiceList .balloon .icon figure {
  margin: 0;
  width: 100%;
}
.pages .layout .voiceList .balloon p {
  grid-area: 1/2/2/3;
  color: #000;
  background-color: #fff;
  font-size: 1.6rem;
  border: solid 2px #000;
  border-radius: 20px;
  padding: 8px 12px;
  position: relative;
}
.pages .layout .voiceList .balloon p::before {
  content: "";
  position: absolute;
  background: url(../img/Voice/tip.png);
  display: block;
  width: 26px;
  height: 17px;
  left: -25px;
  top: 12px;
}
.pages .layout .voiceList .balloon .prof {
  grid-area: 2/2/3/3;
}
.pages .layout .voiceList .balloon .prof h4 {
  font-size: 1.8rem;
  font-weight: 500;
}
.pages .layout .voiceList .balloon .prof dl {
  margin-bottom: 8px;
}
.pages .layout .voiceList .balloon .prof dl dt {
  font-size: 1.6rem;
  font-weight: 500;
}
.pages .layout .voiceList .balloon .prof dl dd {
  font-size: 1.6rem;
}
.pages .layout .trouble-top {
  background: #fdfafa;
  padding: 160px 125px 20px;
}
.pages .layout .trouble-top h4 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.pages .layout .trouble-top h5 {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.pages .layout .trouble-top h5 span {
  font-size: 1.8rem;
  font-weight: 500;
}
.pages .layout .trouble-top h5:after {
  content: "";
  display: block;
  background: #c4c4c4;
  width: 100%;
  height: 1px;
  flex: 1;
}
.pages .layout .trouble-top h6 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.pages .layout .trouble-top .box {
  margin-bottom: 80px;
}
.pages .layout .trouble-top .box .col2 {
  display: flex;
  justify-content: flex-start;
}
.pages .layout .trouble-top .box .col2 figure {
  flex: 1;
}
.pages .layout .trouble-top .box .col3 {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
}
.pages .layout .trouble-top .box figure {
  text-align: left;
  width: auto;
  margin: 0 0 32px;
}
.pages .layout .trouble-top .box figure figcaption {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.pages .layout .trouble-top .box p.caption {
  font-size: 1.6rem;
  font-weight: 200;
}
.pages .layout .trouble-sec {
  padding: 60px 125px 160px;
}
.pages .layout .trouble-sec h4 {
  font-size: 2.4rem;
  margin-bottom: 24px;
}
.pages .layout .trouble-sec .box {
  margin-bottom: 58px;
}
.pages .layout .trouble-sec .box p {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
.pages .layout .profileWrap h4 {
  font-size: 2.4rem;
  font-weight: 400;
  margin-bottom: 40px;
}
.pages .layout .profileWrap h4 small {
  font-size: 1.8rem;
  font-weight: 400;
  display: block;
}
.pages .layout .profileWrap h5 {
  font-weight: 400;
}
.pages .layout .profileWrap dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 16px;
  font-size: 1.6rem;
}
.pages .pageSubmenu {
  background: #61626c;
  color: #fff;
}
.pages .pageSubmenu.viewmore {
  margin-bottom: 0;
  padding: 56px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.pages #nailcareMovie {
  display: none;
}
.pages .contactBox {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 80px;
  margin-top: 40px;
}
.pages .contactBox dl:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
.pages .contactBox dl:nth-of-type(2) {
  grid-area: 2/1/3/2;
}
.pages .contactBox dl:nth-of-type(3) {
  grid-area: 1/2/3/3;
}
.pages .contactBox dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.pages .contactBox dl dd {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.pages .contactBox dl dd .qr {
  width: 170px;
}
.pages .reserve .contactBox dl {
  grid-area: auto;
}
.pages .reserve .contactBox .linkBtn {
  display: grid;
  place-content: center;
  padding: 0;
}
.pages .reserve #shopionfo {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 24px;
}
.pages .reserve #shopionfo dl {
  margin-bottom: 32px;
}
.pages .reserve #shopionfo dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 8px;
}
.pages .reserve #shopionfo dl dd {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.pages .reserve #shopionfo dl dd .qr {
  width: 170px;
}
.pages #map {
  aspect-ratio: 650/406;
  width: 100%;
  height: 100%;
}
.pages #map iframe {
  width: 100%;
  height: 100%;
}
.pages .blogList {
  background: #fdfafa;
}
.pages .blogList .blogUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
  max-width: 665px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 160px;
}
.pages .blogList .blogUl li a {
  margin: 0;
  display: block;
}
.pages .blogList .blogUl li a img {
  aspect-ratio: 200/120;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .blogList .blogUl li time {
  font-size: 1.2rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 5px;
}
.pages .blogList .blogUl li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.pages .blogList .inlineHTML {
  display: none;
}
.pages .blogList #pagenation {
  padding-bottom: 160px;
}
.pages .blogList #pagenation .page-numbers {
  display: flex;
  justify-content: center;
}
.pages .blogList #pagenation .page-numbers li span {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .blogList #pagenation .page-numbers li span.current {
  border: solid 1px #000;
  border-radius: 50%;
}
.pages .blogList #pagenation .page-numbers li a {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .blogList #pagenation .page-numbers li a.prev {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.pages .blogList #pagenation .page-numbers li a.prev img {
  margin-right: 8px;
}
.pages .blogList #pagenation .page-numbers li a.next {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.pages .blogList #pagenation .page-numbers li a.next img {
  transform: rotate(180deg);
  margin-left: 8px;
}
.pages .blog-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px;
}
.pages .blog-tags li {
  border: solid 1px #000;
  padding: 3px 6px;
}
.pages .worksList {
  background: #fdfafa;
}
.pages .worksList .worksUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
  max-width: 665px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 160px;
}
.pages .worksList .worksUl li a {
  margin: 0;
  display: block;
}
.pages .worksList .worksUl li a img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .worksList .worksUl li time {
  font-size: 1.2rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 5px;
}
.pages .worksList .worksUl li h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 12px;
}
.pages .worksList .worksUl li .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pages .worksList .worksUl li .tags li {
  border: solid 1px #000;
  padding: 3px 6px;
}
.pages .worksList .inlineHTML {
  display: none;
  width: 920px;
}
.pages .worksList #pagenation {
  padding-bottom: 160px;
}
.pages .worksList #pagenation .page-numbers {
  display: flex;
  justify-content: center;
}
.pages .worksList #pagenation .page-numbers li span {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .worksList #pagenation .page-numbers li span.current {
  border: solid 1px #000;
  border-radius: 50%;
}
.pages .worksList #pagenation .page-numbers li a {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .worksList #pagenation .page-numbers li a.prev {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.pages .worksList #pagenation .page-numbers li a.prev img {
  margin-right: 8px;
}
.pages .worksList #pagenation .page-numbers li a.next {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.pages .worksList #pagenation .page-numbers li a.next img {
  transform: rotate(180deg);
  margin-left: 8px;
}
.pages .newsList {
  background: #fdfafa;
}
.pages .newsList .newsUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 25px;
  max-width: 665px;
  width: 100%;
  margin: auto;
  margin-bottom: 80px;
  padding-top: 160px;
}
.pages .newsList .newsUl li a {
  margin: 0;
  display: block;
}
.pages .newsList .newsUl li a img {
  aspect-ratio: 200/120;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pages .newsList .newsUl li time {
  font-size: 1.2rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 5px;
}
.pages .newsList .newsUl li h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.pages .newsList .inlineHTML {
  display: none;
}
.pages .newsList #pagenation {
  padding-bottom: 160px;
}
.pages .newsList #pagenation .page-numbers {
  display: flex;
  justify-content: center;
}
.pages .newsList #pagenation .page-numbers li span {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .newsList #pagenation .page-numbers li span.current {
  border: solid 1px #000;
  border-radius: 50%;
}
.pages .newsList #pagenation .page-numbers li a {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
  width: 40px;
  height: 40px;
  display: grid;
  place-content: center;
}
.pages .newsList #pagenation .page-numbers li a.prev {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.pages .newsList #pagenation .page-numbers li a.prev img {
  margin-right: 8px;
}
.pages .newsList #pagenation .page-numbers li a.next {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
.pages .newsList #pagenation .page-numbers li a.next img {
  transform: rotate(180deg);
  margin-left: 8px;
}
.pages .linkBtn {
  display: flex;
  gap: 16px;
}
.pages .linkBtn a {
  width: 176px;
  height: 42px;
}
.pages .recruit .box p.about {
  font-weight: 500;
}
.pages .recruit ul {
  font-weight: 200;
}
.pages .recruit ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.pages .recruit #recDl dt {
  font-size: 1.8rem;
  font-weight: 500;
}
.pages .recruit #recDl dd {
  font-size: 1.6rem;
  font-weight: 200;
  margin-bottom: 24px;
}
.pages .recruit #recDl dd > dl dd {
  padding-left: 1.5em;
}
.pages .recruit .linkBtn {
  padding: 0;
  justify-content: center;
  margin-top: 74px;
}
.pages .recruit .linkBtn a {
  letter-spacing: -0.1em;
}
.pages .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.pages .tags li {
  border: solid 1px #000;
  padding: 3px 6px;
}

.wshowWrap {
  display: flex;
  gap: 30px;
}
.wshowWrap figure {
  width: 540px;
}
.wshowWrap figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wshowWrap .wshowBox {
  flex: 1;
  max-width: 350px;
  color: #fff;
}
.wshowWrap .wshowBox time {
  font-size: 1.2rem;
  font-family: "M PLUS 1p", sans-serif;
  margin-bottom: 5px;
  display: block;
}
.wshowWrap .wshowBox h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 12px;
}
.wshowWrap .wshowBox .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 19px;
}
.wshowWrap .wshowBox .tags li {
  font-size: 1.2rem;
  border: solid 1px #fff;
  padding: 3px 6px;
}
.wshowWrap .wshowBox .body p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}

#cboxOverlay::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/close_circle.svg);
  position: fixed;
  top: 40px;
  right: 40px;
}

#cboxContent {
  background: transparent;
}

#cboxLoadedContent {
  border: none;
  background: transparent;
}
#cboxLoadedContent::-webkit-scrollbar {
  width: 2px;
  border-radius: 2px;
}
#cboxLoadedContent::-webkit-scrollbar-track {
  background-color: #4b4b4b;
}
#cboxLoadedContent::-webkit-scrollbar-thumb {
  background-color: #dbdbdb;
}

#video01 video,
#video02 video,
#video03 video,
#video04 video {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .pages .layout h2 {
    padding-left: 0;
  }
  .pages .layout p.title {
    padding-left: 0;
  }
  .pages .layout p.body {
    padding-left: 0;
  }
  .pages .layout .pageSubmenu.viewmore {
    flex-direction: column;
  }
  .pages .layout .desc {
    padding: 165px 74px;
  }
  .pages .layout .linkBtn.sptLB {
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .wshowWrap figure {
    width: 350px;
  }
}
@media screen and (max-width: 860px) {
  .pages .layout .desc {
    padding: 165px 40px;
  }
  .pages .layout .ctgList {
    padding: 165px 40px;
  }
  .pages .newsList .newsUl {
    grid-template-columns: repeat(2, 1fr);
  }
  .pages .blogList .blogUl {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .pages.under-page .fixed {
    display: none;
  }
  .pages.under-page .layout #intro {
    min-height: 540px;
    padding-top: 100px;
  }
  .pages.under-page .layout #intro .under-pageImage {
    display: block;
    width: 200px;
    margin: 0 auto 54px;
  }
  .pages .fixed {
    position: static;
    height: auto;
    margin-top: -82px;
  }
  .pages .fixed .fixedWrap {
    width: 100%;
    padding: 110px 15px 20px;
  }
  .pages .fixed .fixedWrap section#hamanail h2 figure img {
    width: 106px;
  }
  .pages .fixed .fixedWrap section#hamanail-sports h2 figure img {
    width: 230px;
  }
  .pages .layout {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .pages .layout h2 {
    padding-left: 0;
  }
  .pages .layout p.title {
    font-size: 2rem;
    margin-bottom: 24px;
    padding-left: 0;
  }
  .pages .layout p.body {
    padding-left: 0;
  }
  .pages .layout .viewmore {
    padding-left: 0;
  }
  .pages .layout .linkBtn {
    padding-left: 0;
  }
  .pages .layout .photolist {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .pages .layout #intro {
    height: 100%;
    padding-top: 46px;
  }
  .pages .layout #intro h2 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
  .pages .layout #intro h2 span {
    margin: 0 0 10px;
  }
  .pages .layout #intro h2 b {
    font-size: 2.4rem;
  }
  .pages .layout #intro p.title {
    font-size: 2rem;
    margin-bottom: 14px;
  }
  .pages .layout #intro p.body {
    font-size: 1.8rem;
  }
  .pages .layout #intro figure {
    width: 65%;
    margin: auto;
  }
  .pages .layout #intro figure img {
    height: auto;
  }
  .pages .layout #intro .scroll {
    left: 0;
    right: 0;
    bottom: 12px;
  }
  .pages .layout #fashionableNails {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pages .layout #menuPrice {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pages .layout #school {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .pages .layout .desc {
    padding: 80px 15px;
  }
  .pages .layout .desc.an01 {
    padding: 80px 15px 40px;
  }
  .pages .layout .desc.an02 {
    padding: 60px 15px 80px;
  }
  .pages .layout .desc.cs01 {
    padding: 60px 15px 60px;
  }
  .pages .layout .desc figure img {
    height: auto;
  }
  .pages .layout .ctgList {
    padding: 80px 15px;
  }
  .pages .layout .case {
    padding: 80px 15px 10px;
  }
  .pages .layout .box .prodList {
    grid-template-columns: repeat(2, 1fr);
  }
  .pages .layout .box h4 {
    font-size: 2rem;
  }
  .pages .layout .voiceList {
    padding: 40px 15px 40px;
  }
  .pages .layout .voiceList .balloon .icon {
    width: auto;
  }
  .pages .layout .voiceList .balloon .icon figure {
    width: 56px;
    height: 56px;
  }
  .pages .layout .voiceList .balloon .icon figure img {
    height: auto;
  }
  .pages .layout .worksList .worksUl {
    grid-template-columns: repeat(2, 1fr);
  }
  .pages .layout #pagenation {
    padding-bottom: 80px;
  }
  .pages .layout #pagenation #desktop {
    display: none;
  }
  .pages .layout #pagenation #sp {
    display: flex;
    justify-content: center;
  }
  .pages .layout #pagenation #sp > button {
    font-size: 2rem;
  }
  .pages .layout #pagenation #sp > button.prev {
    display: flex;
    align-items: center;
    margin-right: 32px;
  }
  .pages .layout #pagenation #sp > button.prev img {
    margin-right: 8px;
  }
  .pages .layout #pagenation #sp > button.next {
    display: flex;
    align-items: center;
    margin-left: 32px;
  }
  .pages .layout #pagenation #sp > button.next img {
    transform: rotate(180deg);
    margin-left: 8px;
  }
  .pages .layout #pagenation #sp > button.num {
    margin-left: 8px;
  }
  .pages .layout .trouble-top {
    padding: 80px 15px 10px;
  }
  .pages .layout .trouble-sec {
    padding: 60px 15px 80px;
  }
  .pages .contactBox {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .pages .reserve .contactBox dl dt {
    text-align: center;
  }
  .pages .reserve .contactBox dl dd {
    text-align: center;
  }
  .pages .pageSubmenu.viewmore {
    flex-direction: column;
    gap: 16px;
    padding: 24px 0 90px;
  }
  .wshowWrap {
    flex-direction: column;
  }
  .wshowWrap figure {
    width: 320px;
  }
  .wshowWrap .wshowBox {
    max-width: 320px;
  }
  .wshowWrap .wshowBox time {
    font-size: 1.2rem;
  }
  .wshowWrap .wshowBox h3 {
    font-size: 1.4rem;
  }
  .wshowWrap .wshowBox .tags li {
    font-size: 1.2rem;
  }
  .wshowWrap .wshowBox .body p {
    font-size: 1.5rem;
  }
  #cboxOverlay::after {
    top: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 580px) {
  .pages .pageSubmenu.viewmore {
    padding: 24px 0;
  }
}
.pages .layout section.single {
  padding: 165px 125px;
}
.pages .layout section.single figure {
  width: 100%;
}
.pages .layout section.single #content {
  margin-bottom: 80px;
}
.pages .layout section.single #content p {
  font-size: 1.6rem;
  margin-bottom: 2em;
}
.pages .layout section.single #pagenation {
  max-width: 460px;
  width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.pages .layout section.single #pagenation a {
  font-size: 1.6rem;
  font-family: "M PLUS 1p", sans-serif;
}
.pages .layout section.single #pagenation .back {
  grid-area: 1/2/2/3;
}
.pages .layout section.single #pagenation .back a {
  text-align: center;
}
.pages .layout section.single #pagenation .prev {
  display: flex;
  align-items: center;
  margin-right: 32px;
  grid-area: 1/1/2/2;
}
.pages .layout section.single #pagenation .prev a {
  text-align: left;
}
.pages .layout section.single #pagenation .prev img {
  margin-right: 8px;
}
.pages .layout section.single #pagenation .next {
  display: flex;
  align-items: center;
  margin-left: 32px;
  grid-area: 1/3/2/4;
}
.pages .layout section.single #pagenation .next a {
  text-align: right;
}
.pages .layout section.single #pagenation .next img {
  transform: rotate(180deg);
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .pages .layout section.single {
    padding: 80px 15px;
  }
  .pages .layout section.single p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */