@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
  cursor: pointer;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

@media (max-width: 560px) {
  .pc_none {
    display: block;
  }

  .sp_none {
    display: none;
  }
}

@media (max-width: 960px) {
  .hidden-tab {
    display: none;
  }
}

@font-face {
  font-family: "Notera_PersonalUseOnly";
  src: url("../font/Notera_PersonalUseOnly.woff") format("woff"),
    url("../font/Notera_PersonalUseOnly.ttf") format("truetype");
}

@font-face {
  font-family: "ACaslonPro-Regular";
  src: url("../font/ACaslonPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "garamondpremrpro";
  src: url("../font/garamondpremrpro.otf") format("opentype");
}

@font-face {
  font-family: "AGaramondPro-Regular";
  src: url("../font/AGaramondPro-Regular.otf") format("opentype");
}

@font-face {
  font-family: "MADECanvasBlackPERSONALUSE";
  src: url("../font/MADECanvasBlackPERSONALUSE.ttf") format("truetype");
}

@font-face {
  font-family: "MADECanvas";
  src: url("../font/MADECanvasRegularPERSONALUSE.otf") format("opentype");
}

@font-face {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  src: url("../font/MADE Evolve Sans Regular (PERSONAL USE).otf")
    format("opentype");
}

@font-face {
  font-family: "MADE_Evolve_Sans_Light__PERSONAL_USE";
  src: url("../font/MADE_Evolve_Sans_Light__PERSONAL_USE_.woff") format("woff"),
    url("../font/MADE_Evolve_Sans_Light__PERSONAL_USE_.ttf") format("truetype");
}

@font-face {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  src: url("../font/MADE_Evolve_Sans_Medium__PERSONAL_USE_.woff") format("woff"),
    url("../font/MADE_Evolve_Sans_Medium__PERSONAL_USE_.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.3em;
  color: #616161;
}

a {
  color: #616161;
}

a:hover {
  color: #b3ad8c;
}

.container {
  width: 95%;
  max-width: 1080px;
  margin: auto;
}

@media (max-width: 560px) {
  .container {
    width: 90%;
  }
}

.hidden {
  display: none !important;
}

.appear {
  display: block !important;
}

#video {
  width: 100%;
  position: fixed;
  z-index: -1;
}

@media (max-width: 1400px) {
  #video {
    width: 1600px;
  }
}

@media (max-width: 1200px) {
  #video {
    width: 1400px;
  }
}

@media (max-width: 960px) {
  #video {
    width: 1352px;
    height: 762px;
  }
}

@media (max-width: 560px) {
  #video {
    display: none;
  }
}

#video-sp {
  width: 100%;
  position: fixed;
  z-index: -1;
  background: #000;
  display: none;
}

@media (max-width: 560px) {
  #video-sp {
    display: block;
  }
}

@media (max-width: 375px) {
  #video-sp {
    height: 550px;
  }
}

#keyV {
  width: 100%;
  position: fixed;
  z-index: -1;
  /*
  background-image: url(../img/keyV.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  background-size: cover;
*/
}

@media (max-width: 1400px) {
  #keyV {
    width: 1600px;
  }
}

@media (max-width: 1200px) {
  #keyV {
    width: 1400px;
  }
}

@media (max-width: 960px) {
  #keyV {
    width: 1352px;
    height: 762px;
  }
}

@media (max-width: 560px) {
  #keyV {
    display: none;
  }
}

#keyV img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

#keyV-sp {
  width: 100%;
  position: fixed;
  z-index: -1;
  background: #000;
  display: none;
}

@media (max-width: 560px) {
  #keyV-sp {
    display: block;
    height: 90%;
  }

  #keyV-sp img {
    display: block;
    width: 100%;
    height: 65%;
    object-fit: cover;
    object-position: left;
  }
}

@media (max-width: 375px) {
  #keyV-sp {
    width: 100%;
    height: 90%;
    object-fit: cover;
    margin-top: 48px;
  }

  /*
    #keyV-sp_ex {
    width: 100%;
    height: 62%;
    object-fit: cover;
    background-image: url(../img/keyV.jpg);
    background-position: left;
    background-size: cover;
    }
*/
}

header {
  background: #fff;
}

@media (max-width: 960px) {
  header {
    background: #fff;
  }
}

@media (min-width: 961px) {
  header.headerFixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(206, 206, 206, 0.8);
    -moz-box-shadow: 0px 3px 5px -1px rgba(206, 206, 206, 0.8);
    box-shadow: 0px 3px 5px -1px rgba(206, 206, 206, 0.8);
  }

  header.headerFixed .header {
    padding: 0;
  }

  header.headerFixed .headerLogo,
  header.headerFixed .headerSubMenu .niawase_wrap {
    display: none;
  }
}

.headerBg {
  background: rgba(179, 173, 140, 0.2);
}

.header {
  width: 95%;
  max-width: 1280px;
  margin: auto;
  padding: 45px 0 0;
  position: relative;
}

@media (max-width: 960px) {
  .header {
    width: 100%;
    padding-top: 30px;
  }
}

@media (max-width: 560px) {
  .header {
    padding-top: 15px;
  }
}

.headerLogo {
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .headerLogo {
    margin-bottom: 15px;
  }
}

.headerLogo__name {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #676565;
  position: relative;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .headerLogo__name {
    font-size: 2.8735rem;
  }
}

.headerLogo__name:after {
  content: "HAIR / NAIL / EYE";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  font-family: "garamondpremrpro";
  font-size: 1.236rem;
  letter-spacing: 0.7px;
}

@media (max-width: 560px) {
  .headerLogo__name:after {
    font-size: 0.8335rem;
  }
}

.headerSubMenu_wrap {
  align-items: baseline;
  position: absolute;
  top: 62px;
  right: 0;
  padding-top: 5px;
}

.headerSubMenu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: baseline;
}

.pageHeader .headerSubMenu {
  width: 300px;
  align-items: baseline;
  margin-left: auto;
}

@media (max-width: 960px) {
  .headerSubMenu_wrap {
    position: static;
  }

  .headerSubMenu {
    background: rgba(179, 173, 140, 0.2);
  }

  .pageHeader .headerSubMenu {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .headerSubMenu li {
    border-right: 1px solid #bec5bd;
  }
}

.headerSubMenu__item {
  font-family: "garamondpremrpro";
}

@media (max-width: 960px) {
  .headerSubMenu__item {
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-left: 0;
    padding-bottom: 17px;
    box-sizing: border-box;
  }
}

@media (max-width: 560px) {
  .headerSubMenu__item {
    font-size: 0.972rem;
    padding-bottom: 5px;
    height: 40px;
  }
}

.headerSubMenu__item img {
  margin-right: 7px;
}

@media (max-width: 960px) {
  .headerSubMenu__item img {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.headerSubMenu__item--hair {
  width: 18px;
  height: 18px;
}

@media (max-width: 560px) {
  .headerSubMenu__item--hair {
    width: 9px;
    height: 9px;
  }
}

.headerSubMenu__item--eye {
  width: 17px;
  height: 9px;
}

@media (max-width: 560px) {
  .headerSubMenu__item--eye {
    width: 10px;
    height: 5.28px;
  }
}

.headerSubMenu__item--nail {
  width: 12px;
  height: 15px;
}

@media (max-width: 560px) {
  .headerSubMenu__item--nail {
    width: 7px;
    height: 8.73px;
  }
}

.headerSubMenu__item--reserve {
  width: 16px;
  height: 16px;
}

@media (max-width: 560px) {
  .headerSubMenu__item--reserve {
    width: 10px;
    height: 10px;
  }
}

.headerMenu {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 25px 0;
}

@media (max-width: 960px) {
  .headerMenu {
    display: none;
  }
}

.headerMenu__item {
  font-family: "garamondpremrpro";
  font-size: 1.667rem;
  color: #848484;
  letter-spacing: 1px;
}

.headerMenu__item--logo {
  font-family: "garamondpremrpro";
  font-size: 3.4rem;
  font-weight: normal;
  color: #676565;
  position: relative;
  letter-spacing: 2px;
  text-align: center;
  display: none;
}

.headerMenu__item--logo:hover:after {
  color: #616161;
}

.headerMenu__item--logo:after {
  content: "HAIR / NAIL / EYE";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  font-family: "garamondpremrpro";
  font-size: 1.236rem;
  letter-spacing: 0.7px;
}

/*niawase_btn*/

.niawase_wrap {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

.niawase_tb_wrap {
  display: none;
}

.niawase_list {
  position: relative;
  border: 1px solid #848484;
  width: 300px;
  padding: 10px 0;
  align-items: center;
  display: inline-block;
  background-color: rgba(179, 173, 140, 0.2);
}

.niawase_list:hover {
  opacity: 0.7;
}

.niawase_list_link {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.niawase_logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.niawase_text01,
.niawase_text02 {
  color: #848484;
  letter-spacing: 2px;
  text-align: center;
}

.niawase_text01 {
  font-size: 12px;
}
.niawase_list_item {
  display: flex;
  flex-direction: column;
}
.niawase_list_item:last-of-type:after {
  content: ">";
  position: absolute;
  margin-left: 5px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.headerLogo__name {
  margin-bottom: 55px;
}

@media (max-width: 960px) {
  .niawase_wrap {
    display: none;
  }

  .niawase_tb_wrap {
    display: block;
    width: 38%;
    max-width: 1280px;
    padding-top: 13px;
    top: 4px;
    right: 0px;
    position: fixed;
    z-index: 1000;
  }

  .niawase_list {
    display: none;
  }

  .niawase_list_link {
    gap: 10px;
  }

  .niawase_logo {
    width: 30px;
    height: 30px;
  }

  .niawase_text01,
  .niawase_text02 {
    font-size: 10px;
  }

  .headerLogo__name {
    margin-bottom: 20px;
  }

  .niawase_tb_wrap {
    display: none;
  }
}

@media (max-width: 768px) {
  .headerLogo__name {
    /*		margin-bottom: 55px;*/
    margin-bottom: 15px;
  }
}

.topMain {
  background: #fff;
}

.searchIcon {
  position: fixed;
  top: 30px;
  left: 30px;
  z-index: 999;
  display: none;
}

@media (max-width: 960px) {
  .searchIcon {
    display: block;
  }
}

@media (max-width: 560px) {
  .searchIcon {
    top: 22px;
    left: 15px;
  }
}

@media (max-width: 560px) {
  .searchIcon img {
    width: 25px;
  }
}

.menu-trigger-box {
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 9999;
  display: none;
}

@media (max-width: 960px) {
  .menu-trigger-box {
    display: block;
  }
}

@media (max-width: 560px) {
  .menu-trigger-box {
    top: 22px;
    right: 15px;
  }
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 38px;
}

@media (max-width: 560px) {
  .menu-trigger {
    width: 30px;
    height: 24px;
  }
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #616161;
  border-radius: 4px;
}

.menu-trigger.active span {
  background-color: #fff;
}

@media (max-width: 560px) {
  .menu-trigger span {
    height: 2px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 17px;
}

@media (max-width: 560px) {
  .menu-trigger span:nth-of-type(2) {
    top: 11px;
  }
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger {
  -webkit-animation: menu-close 0.6s;
  animation: menu-close 0.6s;
}

.menu-trigger.active {
  -webkit-animation: menu-open 0.6s;
  animation: menu-open 0.6s;
}

@-webkit-keyframes menu-close {
  30% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes menu-close {
  30% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes menu-open {
  30% {
    -webkit-transform: scale(0);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes menu-open {
  30% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}

@media (max-width: 560px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-45deg);
    transform: translateY(11px) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

@media (max-width: 560px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(45deg);
    transform: translateY(-11px) rotate(45deg);
  }
}

.hamburgerMenuBg {
  display: none;
  padding: 90px 70px;
  overflow-x: hidden;
  background: rgba(179, 173, 140, 1);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
}

.hamburgerMenuBg__title {
  position: absolute;
  top: 400px;
  right: -400px;
  font-size: 26.7rem;
  transform: rotate(-90deg);
  z-index: 9999;
  font-family: "garamondpremrpro";
  color: #bbb594;
}

.hamburgerMenu {
  position: relative;
  z-index: 100000;
}

.hamburgerMenu__item--link {
  display: inline-block;
  color: #fff;
  font-size: 5rem;
  font-family: "garamondpremrpro";
  padding: 15px 0;
  letter-spacing: 2px;
}

.hamburgerMenu__item--link:hover {
  color: #fff;
  opacity: 0.6;
}

.hamburgerMenu__small {
  position: relative;
  padding: 40px 0;
  margin: 30px 0;
}

.hamburgerMenu__small:before {
  width: 60px;
  height: 7px;
  border-top: 7px solid #cdbc60;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.hamburgerMenu__small:after {
  width: 60px;
  height: 7px;
  border-top: 7px solid #cdbc60;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
}

.hamburgerMenu__smallItem--link {
  display: inline-block;
  color: #fff;
  font-size: 2.2rem;
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  padding: 12px 0;
  letter-spacing: 1px;
}

.hamburgerMenu__smallItem--link:hover {
  color: #fff;
  opacity: 0.6;
}

.hamburgerMenu__snsTitle {
  color: #fff;
  font-size: 2.2rem;
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  padding: 12px 0;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.hamburgerMenu__sns {
  display: flex;
}

.hamburgerMenu__sns--link {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hamburgerMenu__sns--link:hover {
  opacity: 0.6;
}

.hamburgerMenu__sns--link img {
  width: 25px;
  height: auto;
}

.hamburgerMenu__sns--facebook {
  height: 25px !important;
  width: auto !important;
}

@media (max-width: 560px) {
  .hamburgerMenuBg {
    padding: 45px 35px;
  }

  .hamburgerMenuBg__title {
    position: absolute;
    top: 200px;
    right: -200px;
    font-size: 13.3rem;
  }

  .hamburgerMenu__item--link {
    font-size: 2.5rem;
    padding: 7px 0;
  }

  .hamburgerMenu__small {
    position: relative;
    padding: 20px 0;
    margin: 15px 0;
  }

  .hamburgerMenu__small:before {
    width: 30px;
    height: 3.5px;
    border-top: 3.5px solid #cdbc60;
  }

  .hamburgerMenu__small:after {
    width: 30px;
    height: 3.5px;
    border-top: 3.5px solid #cdbc60;
  }

  .hamburgerMenu__smallItem--link {
    font-size: 1.4rem;
    padding: 6px 0;
  }

  .hamburgerMenu__snsTitle {
    font-size: 1.4rem;
    padding: 6px 0;
    margin-bottom: 5px;
  }

  .hamburgerMenu__sns--link {
    width: 28px;
    height: 28px;
    margin-right: 13px;
  }

  .hamburgerMenu__sns--link img {
    width: 14px;
  }

  .hamburgerMenu__sns--facebook {
    height: 14px !important;
  }
}

.mainView {
  height: 580px;
}

@media (max-width: 560px) {
  .mainView {
    height: 371px;
    background-position: 41%;
  }

  /*
      .mainView_ex {
      height: 371px;
      background-image: url(../img/keyV.jpg);
      background-position: left;
      background-size: cover;
      }
*/
}

.mainViewText {
  height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 560px) {
  .mainViewText {
    height: 350px;
  }

  .vegas-content-scrollable {
    height: 350px !important;
  }
}

/*
    .mainViewText__big {
      font-family: "MADECanvasBlackPERSONALUSE";
      font-size: 12.239rem;
      color: #fff;
      line-height: .9; }

*/
.mainViewText__big {
  font-family: "MADECanvasBlackPERSONALUSE";
  font-size: 12.239rem;
  color: #fff;
  color: #b3ad8c;
  text-align: right;
  line-height: 0.9;
}

@media (max-width: 560px) {
  .mainViewText__big,
  .mainViewText__big_ex {
    font-size: 6.1195rem;
  }
}

/*
    .mainViewText__small {
      font-family: "ACaslonPro-Regular";
      font-size: 2.181rem;
      color: #fff;
      letter-spacing: 2px;
      margin: 15px 0 0 10px; }
*/

.mainViewText__small {
  font-family: "ACaslonPro-Regular";
  font-size: 2.181rem;
  color: #fff;
  color: #b3ad8c;
  text-align: right;
  letter-spacing: 2px;
  margin: 15px 0 0 10px;
}

@media (max-width: 560px) {
  .mainViewText__small {
    font-size: 1.111rem;
  }
}

/*
    .mainViewText__sub {
      font-family: "Notera_PersonalUseOnly";
      font-size: 12.5rem;
      color: #e57179;
      position: absolute;
      transform: rotate(-6deg);
      bottom: 110px;
      left: 224px;
*/
/*  left消去    right: 0;*/
/*      letter-spacing: -9px; }*/

.mainViewText__sub {
  font-family: "Notera_PersonalUseOnly";
  font-size: 12.5rem;
  color: #e57179;
  position: absolute;
  transform: rotate(-6deg);
  bottom: 110px;
  right: 0;
  letter-spacing: -9px;
}

@media (max-width: 560px) {
  /*
        .mainViewText__sub {
          font-size: 6.25rem;
          bottom: 60px;
          left: 109px;
          letter-spacing: -4px; }
*/

  .mainViewText__sub {
    font-size: 6.25rem;
    bottom: 60px;
    left: 109px;
    letter-spacing: -4px;
  }
}

.infoSection {
  background: #fff;
}

.rightArrow {
  width: 30px;
  height: 8px;
  border-bottom: 1px solid #616161;
  border-right: 1px solid #616161;
  transform: skew(45deg);
}

@media (max-width: 560px) {
  .rightArrow {
    width: 20px;
    height: 5px;
  }
}

.topContents {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 95%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 80px 0 24px;
}

.topContents__link {
  width: calc(100% / 3 - 20px);
}

.topContents__link__photo {
  width: 100%;
}

@media (max-width: 560px) {
  .topContents {
    flex-direction: column;
    gap: 20px;
    padding: 40px 0;
  }

  .topContents__link {
    width: 100%;
  }
}

.topInfo {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1080px;
  margin: auto;
  padding-bottom: 100px;
}

@media (max-width: 960px) {
  .topInfo {
    width: 100%;
    padding-top: 0;
  }
}

@media (max-width: 560px) {
  .topInfo {
    padding: 0;
  }
}

/*--------------------
   コロナ対策
   ----------------------*/
.topInfoTop {
  margin-bottom: 4em;
  letter-spacing: 0.07em;
}

.topInfoTop__item {
  display: flex;
  align-items: baseline;
}

.topInfoTop__title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

.topInfoTop--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  margin-left: 15px;
}

.topInfoTop--image {
  text-align: center;
  margin: 2em 0;
}

.topInfoTop--image img {
  width: 60%;
}

.topInfoTop__text__wrap {
  margin: 16px 0;
}

@media (max-width: 560px) {
  .topInfoTop__text__wrap {
    margin: 0;
  }
}

/*
   アコーディオン
   -----------*/
.acd-check {
  display: none;
}

.topInfoTop__text__title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding: 10px 18px;
  border-left: 5px solid rgba(179, 173, 140, 0.5);
  background: rgba(179, 173, 140, 0.2);
}

.topInfoTop__text__title::before,
.topInfoTop__text__title::after {
  content: "";
  width: 20px;
  height: 3px;
  background: rgba(179, 173, 140, 1);
  position: absolute;
  top: 50%;
  right: 2%;
  transform: translateY(-50%);
}

.topInfoTop__text__title::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

.acd-check:checked + .topInfoTop__text__title::after {
  transform: translateY(-50%) rotate(0);
}

.topInfoTop__text__list {
  padding: 1rem 2rem;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: 0.5s;
  visibility: hidden;
}

.acd-check:checked + .topInfoTop__text__title + .topInfoTop__text__list {
  /*    height: 500px;*/
  display: inline-block;
  opacity: 1;
  padding: 20px 0;
  visibility: visible;
}

.topInfoTop__text__list__sub {
  font-size: 15px;
  padding: 1px 2rem;
  margin-bottom: 4px;
  border-left: 4px solid rgba(179, 173, 140, 0.2);
}

.topInfoTop__text__list dd {
  margin-left: 24px;
}

@media (max-width: 960px) {
  .topInfoTop {
    width: 95%;
    margin: 2em auto;
  }
}

@media (max-width: 560px) {
  .topInfoTop--image img {
    width: 100%;
  }

  .topInfoTop {
    padding: 0 20px;
  }

  .topInfoTop__item {
    display: block;
    margin: 0 0 20px 0;
  }

  .topInfoTop__title {
    font-size: 2.5rem;
  }

  .topInfoTop--sub {
    margin-left: 0;
  }

  .topInfoTop--image {
    margin: 2em 0;
  }

  .topInfoTop__text {
    padding: 0;
  }

  .topInfoTop__text__list {
    padding: 0;
  }

  .topInfoTop__text__wrap {
    margin-bottom: 1em;
  }

  .acd-check:checked + .topInfoTop__text__title:not(:first-child) {
    margin: 20px 0;
  }

  .acd-check:checked + .topInfoTop__text__title + .topInfoTop__text__list {
    padding: 8px 0;
  }

  .topInfoTop__text__title::before,
  .topInfoTop__text__title::after {
    width: 15px;
    height: 2px;
    right: 4%;
  }
}

.topInfoLeft {
  width: 45%;
}

@media (max-width: 960px) {
  .topInfoLeft {
    width: 100%;
  }

  .topInfoLeft__news {
    padding: 0 20px;
  }
}

.topInfoLeft__newsTitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.topInfoLeft__newsTitleLeft {
  display: flex;
  align-items: baseline;
}

.topInfoLeft__newsTitleLeft--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

.topInfoLeft__newsTitleLeft--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  margin-left: 15px;
}

.topInfoLeft__newsTitleRight {
  display: flex;
  align-items: baseline;
}

.topInfoLeft__newsTitleRight:hover > .rightArrow {
  border-color: #b3ad8c;
}

.topInfoLeft__newsList {
  margin-bottom: 80px;
}

@media (max-width: 560px) {
  .topInfoLeft__newsList {
    margin-bottom: 40px;
  }

  .topInfoLeft__newsTitleLeft--title {
    font-size: 2.5rem;
  }

  .topInfoLeft__newsTitleLeft--sub {
    font-size: 1.111rem;
  }

  .topInfoLeft__newsTitleRight {
    font-size: 1.111rem;
  }
}

.topInfoLeft__newsListItem {
  border-bottom: 1px solid #bec5bd;
  white-space: nowrap;
  overflow: hidden;
}

.topInfoLeft__newsListItemLink {
  display: block;
  padding: 13px 3px;
}

.topInfoLeft__newsListItemLink--cat {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.389rem;
  background: rgba(179, 173, 140, 0.5);
  padding: 5px 15px;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .topInfoLeft__newsListItemLink--cat {
    font-size: 0.6945rem;
  }
}

.topInfoLeft__newsListItemLink--time {
  font-size: 1.458rem;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .topInfoLeft__newsListItemLink--time {
    font-size: 1.111rem;
  }
}

.topInfoLeft__newsListItemLink--title {
  font-size: 1.458rem;
}

@media (max-width: 560px) {
  .topInfoLeft__newsListItemLink--title {
    font-size: 1.111rem;
  }
}

@media (max-width: 960px) {
  .topInfoLeft__search {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}

@media (max-width: 960px) and (max-width: 560px) {
  .topInfoLeft__search {
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
  }
}

.topInfoLeft__searchTitle {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 10px;
}

.topInfoLeft__searchTitleLeft {
  display: flex;
  align-items: baseline;
}

.topInfoLeft__searchTitleLeft--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topInfoLeft__searchTitleLeft--title {
    font-size: 2.5rem;
  }
}

.topInfoLeft__searchTitleLeft--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topInfoLeft__searchTitleLeft--sub {
    font-size: 1.111rem;
  }
}

.topInfoLeft__searchTitleRight {
  display: flex;
  align-items: baseline;
}

@media (max-width: 560px) {
  .topInfoLeft__searchTitleRight {
    font-size: 1.111rem;
  }
}

.topInfoLeft__searchTitleRight:hover > .rightArrow {
  border-color: #b3ad8c;
}

.topInfoLeft__searchBox {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .topInfoLeft__searchBox {
    justify-content: space-around;
  }
}

@media (max-width: 560px) {
  .topInfoLeft__searchBox {
    justify-content: space-between;
  }
}

.topInfoLeft__searchBoxItem {
  width: 22%;
  height: 110px;
  background: #f0efe8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .topInfoLeft__searchBoxItem {
    width: 110px;
  }
}

@media (max-width: 560px) {
  .topInfoLeft__searchBoxItem {
    width: 80px;
    height: 80px;
  }
}

.topInfoLeft__searchBoxItem--area {
  font-size: 1.718rem;
  letter-spacing: 3px;
}

@media (max-width: 560px) {
  .topInfoLeft__searchBoxItem--area {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.topInfoLeft__searchBoxItem--text {
  font-size: 1.3rem;
  color: #939393;
}

@media (max-width: 560px) {
  .topInfoLeft__searchBoxItem--text {
    font-size: 0.87rem;
  }
}

.topInfoRight {
  width: 47%;
  position: relative;
}
.topInfoRight__Btn-conecpt {
  position: absolute;
  width: 50%;
  top: 60%;
  right: 0;
  background-color: rgba(179, 173, 140, 0.5);
  padding: 24px 40px;
  border-radius: 7px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}
.topInfoRight__Btn_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: MADE Evolve Sans Regular (PERSONAL USE);
  font-size: 1.5rem;
  font-weight: 100;
  letter-spacing: 2px;
}
.topInfoRight__Btn_link .right-arrow {
  display: block;
}
@media (max-width: 960px) {
  .topInfoRight {
    width: 100%;
    padding-bottom: 73%;
  }
  .topInfoRight__Btn-conecpt {
    width: 35%;
    top: 100%;
    right: 3%;
    padding: 16px 40px;
  }
  .topInfoRight__Btn_link {
    font-size: 1.5rem;
  }
}
@media (max-width: 560px) {
  .topInfoRight {
    padding-bottom: 100%;
  }
  .topInfoRight__Btn-conecpt {
    top: 85%;
    right: 5%;
  }
  .topInfoRight__Btn_link {
    font-size: 1.25rem;
  }
}

.topInfoRight__bg {
  width: 434px;
  height: 350px;
  background: rgba(179, 173, 140, 0.2);
  position: absolute;
  right: 0;
  top: 110px;
}

@media (min-width: 1295px) {
  .topInfoRight__bg {
    width: 534px;
    right: -100px;
  }
}

@media (max-width: 960px) {
  .topInfoRight__bg {
    width: 71%;
    height: 65%;
  }
}

@media (max-width: 560px) {
  .topInfoRight__bg {
    width: 75%;
    height: 50%;
    top: 21%;
  }
}

.topInfoRight__image1 {
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 960px) {
  .topInfoRight__image1 {
    width: 44%;
    left: 40%;
  }
}

@media (max-width: 560px) {
  .topInfoRight__image1 {
    width: 50%;
  }
}

.topInfoRight__image1 img {
  width: 100%;
  height: auto;
  display: block;
}

.topInfoRight__image1Flex {
  position: relative;
}

.topInfoRight__image1Flex--text {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.1rem;
  writing-mode: vertical-rl;
  color: #8a8a8a;
  letter-spacing: 0.5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

@media (max-width: 560px) {
  .topInfoRight__image1Flex--text {
    font-size: 0.7rem;
  }
}

.topInfoRight__image2 {
  width: 53%;
  position: absolute;
  top: 280px;
  left: -20px;
}

@media (max-width: 960px) {
  .topInfoRight__image2 {
    width: 35%;
    left: 11%;
  }
}

@media (max-width: 560px) {
  .topInfoRight__image2 {
    width: 43%;
    top: 41%;
    left: 8%;
  }
}

.topInfoRight__image2 img {
  width: 100%;
  height: auto;
  display: block;
}

.topInfoRight__image2Flex {
  position: relative;
}

.topInfoRight__image2Flex--text {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.1rem;
  writing-mode: vertical-rl;
  color: #8a8a8a;
  letter-spacing: 0.5px;
  position: absolute;
  top: 10px;
  left: -15px;
}

@media (max-width: 560px) {
  .topInfoRight__image2Flex--text {
    font-size: 0.7rem;
  }
}

.topInfoRight__text {
  font-family: "Notera_PersonalUseOnly";
  font-size: 12.5rem;
  color: #b3ad8c;
  position: absolute;
  top: 405px;
  right: 0;
  transform: rotate(-5deg);
  letter-spacing: -1px;
}

@media (max-width: 960px) {
  .topInfoRight__text {
    top: 71%;
    right: 21%;
  }
}

@media (max-width: 560px) {
  .topInfoRight__text {
    font-size: 7.1845rem;
    top: 62%;
    right: 13%;
  }
}

.featureSection {
  background: rgba(179, 173, 140, 0.2);
}

.topFeature {
  padding: 85px 0;
}

@media (max-width: 560px) {
  .topFeature {
    padding: 45px 0 50px;
  }
}

.topFeature__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .topFeature__top {
    margin-bottom: 30px;
  }
}

.topFeature__topLeft {
  display: flex;
  align-items: baseline;
}

.topFeature__topLeft--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topFeature__topLeft--title {
    font-size: 2.5rem;
  }
}

.topFeature__topLeft--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topFeature__topLeft--sub {
    font-size: 1.111rem;
    margin-left: 0;
  }
}

.topFeature__topRight {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.5rem;
  letter-spacing: 3px;
  display: flex;
  align-items: baseline;
}

@media (max-width: 560px) {
  .topFeature__topRight {
    font-size: 1.111rem;
    letter-spacing: 1px;
  }
}

.topFeature__topRight:hover > .rightArrow {
  border-color: #b3ad8c;
}

.topFeature__contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.topFeature__contentsLeft {
  width: 36%;
}

@media (max-width: 960px) {
  .topFeature__contentsLeft {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .topFeature__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 560px) {
  .topFeature__contents {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .topFeature__contentsLeft {
    margin-bottom: 20px;
  }
}

.topFeature__contentsLeft:hover {
  color: #616161;
}

.topFeature__contentsLeft:hover img {
  transform: scale(1.05);
}

.topFeature__contentsLeft img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}

@media (max-width: 960px) {
  .topFeature__contentsLeft img {
    height: auto;
  }
}

.topFeature__contentsLeft--text {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media (max-width: 560px) {
  .topFeature__contentsLeft--text {
    font-size: 1.25rem;
  }
}

.topFeature__contentsLeft--imagesp {
  display: none !important;
}

@media (max-width: 960px) {
  .topFeature__contentsLeft--imagesp {
    display: block !important;
  }

  .topFeature__contentsLeft--imagepc {
    display: none !important;
  }
}

.topFeature__contentsRight {
  width: 62%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topFeature__contentsRight--new {
  position: relative;
}

.topFeature__contentsRight--newText {
  background-color: #b5002b;
  color: white;
  font-weight: bold;
  padding: 3px 15px;
  margin-right: 8px;
  letter-spacing: 0.1em;
}

@media (max-width: 960px) {
  .topFeature__contentsRight {
    width: 100%;
  }
}

/*
      .topFeature__contentsRight--item {
        width: 49%; }
*/
.topFeature__contentsRight--item:hover {
  color: #616161;
}

.topFeature__contentsRight--item:hover img {
  transform: scale(1.1);
}

.topFeature__contentsRight--item:nth-of-type(-n + 6) {
  margin-bottom: 5%;
}

@media (max-width: 560px) {
  .topFeature__contentsRight--item:nth-of-type(n + 3) {
    margin-bottom: 5%;
  }
}

.topFeature__contentsRight--item img {
  width: 100%;
  height: auto;
  display: block;
  transition: 0.5s;
}

.topFeature__contentsRight--itemText {
  font-size: 1.5rem;
  letter-spacing: 1px;
  margin-top: 5px;
}

@media (max-width: 560px) {
  .topFeature__contentsRight--itemText {
    font-size: 1.25rem;
  }

  /*
            .topFeature__contentsRight--itemText:nth-child(n+3) {
              margin-bottom: 4%;
*/
}

.firstView {
  width: 100%;
  height: 510px;
  /*  background-image: url("../img/2022aw/01.jpg")!important;*/
  background-image: url("../img/mainv/01.jpg") !important;
  /*  background-position: center;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 560px) {
  .firstView {
    display: none;
    height: 240px;
    background-attachment: scroll;
  }
}

.hairSection {
  background: #fff;
}

.topHair {
  padding: 90px 0 80px;
}

@media (max-width: 560px) {
  .topHair {
    padding: 35px 0;
  }
}

.topHair__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .topHair__top {
    margin-bottom: 30px;
  }
}

.topHair__topLeft {
  width: 55%;
  display: flex;
  align-items: baseline;
}

@media (max-width: 960px) {
  .topHair__topLeft {
    width: 100%;
  }
}

.topHair__topLeft--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topHair__topLeft--title {
    font-size: 2.5rem;
  }
}

.topHair__topLeft--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topHair__topLeft--sub {
    font-size: 1.111rem;
  }
}

.topHair__topRight {
  width: 45%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .topHair__topRight {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .topHair__topRight {
    font-size: 1.25rem;
  }
}

.topHair__style {
  display: flex;
  flex-wrap: wrap;
}

.topHair__styleItem {
  width: calc((100% - 100px) / 6);
  margin-bottom: 40px;
  margin-right: 20px;
  transition: all 0.4s ease 0s;
  display: block;
}

.topHair__styleItem:hover {
  color: #616161;
}

.topHair__styleItem:hover img {
  transform: scale(1.1);
}

@media (min-width: 961px) {
  .topHair__styleItem:nth-of-type(6n) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .topHair__styleItem {
    width: calc((100% - 40px) / 3);
  }

  .topHair__styleItem:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .topHair__styleItem {
    margin-bottom: 20px;
  }
}

.topHair__styleItem.is-hidden {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.topHair__styleItem.is-hidden img {
  height: 0;
}

.topHair__styleItem--title {
  font-family: "AGaramondPro-Regular";
  font-size: 1.8rem;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .topHair__styleItem--title {
    font-size: 1.389rem;
    margin-bottom: 2px;
  }
}

.topHair__styleItem--image {
  width: 160px;
  height: 220px;
  border-radius: 15px;
  background-position: top center;
  background-size: cover;
  display: block;
  margin: auto;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .topHair__styleItem--image {
    width: 90px;
    height: 120px;
  }
}

.topHair__more {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 960px) {
  .topHair__more {
    margin: 0 0 15px;
  }
}

@media (max-width: 560px) {
  .topHair__more {
    font-size: 1.3rem;
  }
}

.topHair__more--triangle {
  font-size: 1rem;
}

.topHair__moreBorder {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #bec5bd;
  cursor: pointer;
}

@media (max-width: 560px) {
  .topHair__moreBorder {
    padding: 10px 20px;
  }
}

.topHair__moreBorder:hover {
  color: #b3ad8c;
}

.topHair__keyword {
  background: #f0efe8;
  padding: 35px 35px 35px 45px;
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #bec5bd;
}

@media (max-width: 560px) {
  .topHair__keyword {
    padding: 35px 30px;
  }
}

.topHair__keywordLeft {
  border-right: 1px solid #bbbaba;
  width: 200px;
}

@media (max-width: 960px) {
  .topHair__keywordLeft {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #bbbaba;
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
  }
}

@media (max-width: 560px) {
  .topHair__keywordLeft {
    margin-bottom: 15px;
  }
}

.topHair__keywordLeft--title {
  font-family: "garamondpremrpro";
  font-size: 3rem;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 960px) {
  .topHair__keywordLeft--title {
    margin-right: 10px;
  }
}

@media (max-width: 560px) {
  .topHair__keywordLeft--title {
    font-size: 2.0835rem;
  }
}

.topHair__keywordLeft--sub {
  font-size: 1.5rem;
  color: #8f8f8f;
}

@media (max-width: 560px) {
  .topHair__keywordLeft--sub {
    font-size: 1.1rem;
  }
}

.topHair__keywordRight {
  flex: 1;
  margin-left: 35px;
}

@media (max-width: 960px) {
  .topHair__keywordRight {
    width: 100%;
    margin-left: 0;
  }
}

.topHair__keywordRight--word {
  font-size: 1.5rem;
  margin-right: 25px;
}

@media (max-width: 560px) {
  .topHair__keywordRight--word {
    font-size: 1.25rem;
    margin-right: 10px;
  }
}

.secondView {
  width: 100%;
  height: 510px;
  background-image: url("../img/mainv/04.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

@media (max-width: 560px) {
  .secondView {
    height: 240px;
    background-image: url("../img/mainv/sp/04.jpg") !important;
    background-position: top;
    background-attachment: scroll;
  }
}

.beautySection {
  position: relative;
  background: #fff;
}

.beautySection__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 35%;
  background: rgba(179, 173, 140, 0.2);
}

@media (max-width: 560px) {
  .beautySection__bg {
    display: none;
  }
}

.topBeauty {
  padding: 75px 0 20px;
  position: relative;
  z-index: 3;
}

@media (max-width: 560px) {
  .topBeauty {
    padding-top: 40px;
  }
}

.topBeauty__top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.topBeauty__topLeft {
  display: flex;
  align-items: baseline;
}

.topBeauty__topLeft--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topBeauty__topLeft--title {
    font-size: 2.5rem;
  }
}

.topBeauty__topLeft--sub {
  font-size: 1.2rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topBeauty__topLeft--sub {
    font-size: 1.111rem;
  }
}

.topBeauty__topRight {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  display: none;
}

@media (max-width: 960px) {
  .topBeauty__topRight {
    display: flex;
  }
}

@media (max-width: 560px) {
  .topBeauty__topRight {
    font-size: 1.111rem;
  }
}

.topBeauty__topRight:hover > .rightArrow {
  border-color: #b3ad8c;
}

.topBeauty__topText {
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .topBeauty__topText {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

.topBeauty__search {
  font-size: 1.458rem;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 560px) {
  .topBeauty__search {
    font-size: 1.25rem;
  }
}

.topBeauty__search img {
  width: 13px;
  margin-right: 10px;
}

.topBeauty__searchTab {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.topBeauty__searchTabLeft {
  display: flex;
  flex-wrap: wrap;
}

.topBeauty__searchTabLeft--item {
  font-size: 1.2rem;
  background-color: #ffffff;
  padding: 5px 15px;
  cursor: pointer;
  border: 1px solid #bbbaba;
  border-radius: 15px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}

.topBeauty__searchTabLeft--item.active {
  color: #a2a2a2;
}

@media (max-width: 560px) {
  .topBeauty__searchTabLeft--item {
    font-size: 1.25rem;
  }
}

.topBeauty__searchTabRight {
  font-size: 1.5rem;
  display: flex;
  align-items: baseline;
}

@media (max-width: 960px) {
  .topBeauty__searchTabRight {
    display: none;
  }
}

.topBeauty__searchTabRight:hover > .rightArrow {
  border-color: #b3ad8c;
}

.topBeauty__article {
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
}

.topBeauty__article.show {
  display: flex;
}

.topBeauty__article:before,
.topBeauty__article:after {
  content: "";
  display: block;
  width: 21%;
  height: 0;
}

.topBeauty__article:before {
  order: 1;
}

.topBeauty__articleItem {
  width: 21%;
  margin-bottom: 50px;
}

@media (max-width: 960px) {
  .topBeauty__articleItem {
    width: 47%;
  }
}

@media (max-width: 560px) {
  .topBeauty__articleItem {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}

.topBeauty__articleItem.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
}

.topBeauty__articleItem:hover {
  color: #616161;
}

.topBeauty__articleItem:hover img {
  transform: scale(1.1);
}

.topBeauty__articleItem--image {
  overflow: hidden;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--image {
    margin-right: 20px;
  }
}

.topBeauty__articleItem--image img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--image img {
    width: 120px;
    height: 120px;
  }
}

.topBeauty__articleItem--flex {
  width: 225px;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--flex {
    flex: 1;
  }
}

.topBeauty__articleItem--info {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--info {
    margin-top: 0;
  }
}

.topBeauty__articleItem--infoCategory,
.topBeauty__articleItem--infoDate {
  font-size: 1.4rem;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--infoCategory,
  .topBeauty__articleItem--infoDate {
    font-size: 1.2rem;
  }
}

.topBeauty__articleItem--title {
  font-size: 1.5rem;
  font-weight: 700;
}

@media (max-width: 560px) {
  .topBeauty__articleItem--title {
    font-size: 1.389rem;
  }
}

.snsSection {
  width: 100%;
  height: 510px;
  background-image: url("../img/mainv/03.jpg") !important;
  /*  background-image: url("../img/2022aw/03.jpg")!important;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-attachment: fixed;
}

@media (max-width: 560px) {
  .snsSection {
    height: 255px;
    background-attachment: scroll;
  }
}

.topSns {
  max-width: 574px;
  background: #fff;
  padding: 40px 60px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 560px) {
  .topSns {
    width: 90%;
    padding: 25px 10px;
  }
}

.topSns__title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  letter-spacing: 3px;
}

@media (max-width: 560px) {
  .topSns__title {
    font-size: 2.542rem;
  }
}

.topSns__sub {
  font-size: 1.5rem;
  color: #8f8f8f;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .topSns__sub {
    font-size: 0.8945rem;
    margin-bottom: 5px;
  }
}

.topSns__text {
  font-size: 1.389rem;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .topSns__text {
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}

.topSns__icon {
  display: flex;
  justify-content: center;
}

.topSns__icon--insta,
.topSns__icon--facebook {
  margin-right: 16px;
}

.topSns__icon--facebook {
  margin-right: 24px;
}

@media (max-width: 560px) {
  .topSns__icon--insta img,
  .topSns__icon--youtube img {
    width: 45px;
  }
}

@media (max-width: 560px) {
  .topSns__icon--facebook img {
    width: 33px;
  }
}

.topSns__follow {
  font-family: "Notera_PersonalUseOnly";
  font-size: 6.934rem;
  color: #b3ad8c;
  line-height: 0.5;
  text-align: right;
  position: absolute;
  left: 30px;
  bottom: 30px;
  transform: rotate(-10deg);
}

@media (max-width: 560px) {
  .topSns__follow {
    font-size: 4rem;
    left: 15px;
  }
}

.recruitSection {
  background: #fff;
}

.topRecruit {
  padding: 75px 0;
}

@media (max-width: 560px) {
  .topRecruit {
    padding: 35px 0;
  }
}

.topRecruit__top {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.topRecruit__top--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topRecruit__top--title {
    font-size: 2.5rem;
  }
}

.topRecruit__top--sub {
  font-size: 1.5rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topRecruit__top--sub {
    font-size: 1.3rem;
  }
}

.topRecruit__info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .topRecruit__info {
    display: none;
  }
}

.topRecruit__info:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.topRecruit__infoItem {
  width: 30%;
}

.topRecruit__infoItem:hover {
  color: #616161;
}

.topRecruit__infoItem:hover img {
  transform: scale(1.1);
}

@media (max-width: 960px) {
  .topRecruit__infoItem {
    width: 47%;
  }
}

.topRecruit__infoItem--image img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.topRecruit__infoItem--title {
  font-size: 1.4rem;
  text-align: center;
  margin: 5px 0 30px;
}

@media (max-width: 560px) {
  .topRecruit__infoItem--title {
    font-size: 1.1rem;
    text-align: left;
  }
}

@media (min-width: 961px) {
  .slider {
    display: none !important;
  }
}

.sliderItem {
  text-align: center;
}

.sliderItem:hover img {
  transform: scale(1.1);
}

.sliderItem img {
  width: 85%;
  transition: 0.5s;
}

@media (max-width: 560px) {
  /*
      .sliderItem {
      width: 100%!important;
      }
      .sliderItem iframe {
      width: 100%!important;
      }
*/
  .sliderItem__image {
    padding: 8px;
  }

  .sliderItem img {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .sliderItem .topRecruit__infoItem--title {
    margin-left: 5%;
  }
}

.slick-next {
  position: absolute;
  right: 5px;
  bottom: 47%;
}

@media (max-width: 560px) {
  .slick-next {
    right: -5px;
    bottom: 42%;
  }
}

.slick-next img {
  width: 15px;
}

@media (max-width: 560px) {
  .slick-next img {
    width: 10px;
  }
}

.slick-prev {
  position: absolute;
  left: 5px;
  bottom: 47%;
  z-index: 10;
}

@media (max-width: 560px) {
  .slick-prev {
    left: -5px;
    bottom: 42%;
  }
}

.slick-prev img {
  width: 15px;
}

@media (max-width: 560px) {
  .slick-prev img {
    width: 10px;
  }
}

.brandSection {
  background: rgba(179, 173, 140, 0.2);
}

.topBrand {
  padding: 60px 0;
}

@media (max-width: 560px) {
  .topBrand {
    padding: 30px 0;
  }
}

.topBrand__top {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.topBrand__top--title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .topBrand__top--title {
    font-size: 2.5rem;
  }
}

.topBrand__top--sub {
  font-size: 1.5rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .topBrand__top--sub {
    font-size: 1.3rem;
  }
}

.topBrand__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 560px) {
  .topBrand__box {
    padding: 0 10px;
  }
}

.topBrand__box:before,
.topBrand__box:after {
  content: "";
  display: block;
  width: 21%;
  height: 0;
}

.topBrand__box:before {
  order: 1;
}

.topBrand__boxItem {
  width: 21%;
}

@media (max-width: 960px) {
  .topBrand__boxItem {
    width: 47%;
  }
}

.topBrand__boxItem:hover {
  color: #616161;
}

.topBrand__boxItem:hover img {
  transform: scale(1.1);
}

.topBrand__boxItem--image img {
  width: 100%;
  transition: 0.5s;
}

.topBrand__boxItem--text {
  font-size: 1.4rem;
  text-align: center;
  margin: 20px 0 30px;
}

@media (max-width: 560px) {
  .topBrand__boxItem--text {
    font-size: 1.1rem;
    margin: 8px 0 20px;
  }
}

footer {
  background: #353535;
  color: #fff;
  position: relative;
  z-index: 100;
  padding-bottom: 60px;
}

@media (max-width: 560px) {
  footer {
    padding-bottom: 25px;
  }
}

.footer {
  padding: 65px 0 80px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 560px) {
  .footer {
    padding: 40px 0 35px;
  }
}

.footer__box--left {
  /*width: 55%;*/
  width: 80%;
}

@media (max-width: 560px) {
  .footer__box--left {
    display: none;
  }
}

.footer__box--middle {
  width: 20%;
}

@media (max-width: 560px) {
  .footer__box--middle {
    width: 100%;
  }
}

.footer__box--right {
  width: 20%;
}

@media (max-width: 560px) {
  .footer__box--right {
    display: none;
  }
}

.footer__box--title {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .footer__box--title {
    display: none;
  }
}

.footer__boxFlex {
  display: flex;
  flex-wrap: wrap;
}

.footer__boxList--left {
  margin-bottom: 23px;
  /*width: 33%;*/
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.footer__boxList--item {
  font-size: 1.2rem;
  margin-bottom: 6px;
}

.footer__boxList--left .footer__boxList--item {
  width: calc(100% / 3);
}

.footer__boxList--item.corona {
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 560px) {
  .footer__boxList--item {
    font-size: 1.1805rem;
    margin-bottom: 0;
    border-bottom: 1px solid #7b7b7b;
  }

  .footer__boxList--left .footer__boxList--item {
    width: 100%;
  }

  .footer__boxList--item:first-child {
    border-top: 1px solid #7b7b7b;
  }
  .footer__boxList--item.corona {
    margin-top: 0;
  }
}

.footer__boxList--item a {
  color: #fff;
}

.footer__boxList--item a:hover {
  color: #b3ad8c;
}

@media (max-width: 560px) {
  .footer__boxList--item a {
    display: block;
    line-height: 40px;
    padding-left: 20px;
  }
}

.accordion {
  display: none;
  position: relative;
}

.accordion:after {
  content: "＋";
  position: absolute;
  top: 13px;
  right: 10px;
  color: #fff;
  transition: 0.5s;
}

.accordion.active:after {
  transform: rotate(45deg);
}

@media (max-width: 560px) {
  .accordion {
    display: block;
  }
}

.accordion__list {
  display: none;
}

.accordion__list--item {
  font-size: 1.1805rem;
  border-bottom: 1px solid #a0a0a0;
}

.accordion__list--item a {
  color: #fff;
  display: block;
  line-height: 40px;
  padding-left: 20px;
  position: relative;
}

.accordion__list--item a:before {
  content: "∟";
  position: absolute;
  top: -2px;
  left: 20px;
}

.accordion__list--item a:hover {
  color: #b3ad8c;
}

.footerSns {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 560px) {
  .footerSns {
    justify-content: center;
  }
}

.footerSns__item {
  margin-right: 35px;
}

@media (max-width: 560px) {
  .footerSns__item {
    margin-right: 20px;
  }
}

.footerSns__item--instagram {
  width: 27px;
  transition: 0.5s;
}

.footerSns__item--instagram:hover {
  transform: scale(1.2, 1.2);
}

@media (max-width: 560px) {
  .footerSns__item--instagram {
    width: 18px;
  }
}

.footerSns__item--facebook {
  width: 12px;
  transition: 0.5s;
}

.footerSns__item--facebook:hover {
  transform: scale(1.2, 1.2);
}

@media (max-width: 560px) {
  .footerSns__item--facebook {
    width: 8px;
  }
}

.footerSns__item--twitter {
  width: 29px;
  transition: 0.5s;
}

.footerSns__item--twitter:hover {
  transform: scale(1.2, 1.2);
}

@media (max-width: 560px) {
  .footerSns__item--twitter {
    width: 21px;
  }
}

.footerSns__item--youtube {
  width: 29px;
  transition: 0.5s;
}

.footerSns__item--youtube:hover {
  transform: scale(1.2, 1.2);
}

@media (max-width: 560px) {
  .footerSns__item--youtube {
    width: 20px;
  }
}

.footerSns__item--line {
  width: 28px;
  transition: 0.5s;
}

.footerSns__item--line:hover {
  transform: scale(1.2, 1.2);
}

@media (max-width: 560px) {
  .footerSns__item--line {
    width: 20px;
  }
}

.copyright__text {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.2rem;
  letter-spacing: 2px;
  display: block;
}

@media (max-width: 560px) {
  .copyright__text {
    font-size: 1.1rem;
    letter-spacing: 1px;
    text-align: center;
  }
}

.pageHeader {
  background: #fff;
}

@media (max-width: 960px) {
  .pageHeader .headerSubMenu_wrap {
    display: none;
  }
}

.breadcrumb {
  text-align: right;
  margin-top: 10px;
}

@media (max-width: 560px) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}

.breadcrumb__home {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.667rem;
  color: #cdcdcd;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .breadcrumb__home {
    font-size: 1.25rem;
  }
}

.breadcrumb__separate {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  color: #cdcdcd;
}

.breadcrumb__page {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.667rem;
  color: #b3ad8c;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .breadcrumb__page {
    font-size: 1.25rem;
  }
}

.pageTitle {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .pageTitle {
    margin-bottom: 20px;
  }
}

.pageTitle__title {
  font-family: "garamondpremrpro";
  font-size: 3.262rem;
  font-weight: normal;
  color: #b3ad8c;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .pageTitle__title {
    font-size: 2.5rem;
  }
}

.pageTitle__sub {
  font-size: 1.3rem;
  color: #8f8f8f;
  letter-spacing: 1px;
  margin-left: 15px;
}

@media (max-width: 560px) {
  .pageTitle__sub {
    font-size: 1.111rem;
  }
}

.bgLinkTop {
  display: flex;
}

.bgLinkTop__title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}

@media (max-width: 560px) {
  .bgLinkTop__title {
    font-size: 2.5rem;
  }
}

.bgLinkTop__sub {
  font-size: 1.7rem;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 560px) {
  .bgLinkTop__sub {
    font-size: 0.92rem;
  }
}

.bgLinkTop__item {
  width: 33.3%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

@media (max-width: 560px) {
  .bgLinkTop__item {
    height: 201px;
  }
}

.bgLinkTop__item:hover:after {
  transform: scale(1.2);
}

.bgLinkTop__left:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bl-1.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.bgLinkTop__center:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bl-2.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.bgLinkTop__right:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/bl-3.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.bgLinkBottom {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

@media (max-width: 560px) {
  .bgLinkBottom {
    height: 170px;
  }
}

.bgLinkBottom:hover:after {
  transform: scale(1.1);
}

.bgLinkBottom:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-image: url(../img/top-main.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}

.bgLinkBottom__title {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
  z-index: 3;
}

@media (max-width: 560px) {
  .bgLinkBottom__title {
    font-size: 2.5rem;
  }
}

.bgLinkBottom__sub {
  font-size: 1.7rem;
  color: #fff;
  position: relative;
  z-index: 3;
}

@media (max-width: 560px) {
  .bgLinkBottom__sub {
    font-size: 0.92rem;
  }
}

.searchSalon {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

@media (max-width: 560px) {
  .searchSalon {
    margin-bottom: 40px;
  }
}

.searchSalon__left {
  width: 47%;
  margin-right: 80px;
}

@media (max-width: 960px) {
  .searchSalon__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media (max-width: 560px) {
  .searchSalon__left {
    margin-bottom: 20px;
  }
}

.searchSalon__leftText {
  display: flex;
  align-items: center;
  font-size: 1.906rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 560px) {
  .searchSalon__leftText {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.searchSalon__leftText img {
  width: 18px;
  height: auto;
  margin-right: 15px;
}

@media (max-width: 560px) {
  .searchSalon__leftText img {
    width: 12px;
    margin-right: 10px;
  }
}

.searchSalon__leftBox {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 960px) {
  .searchSalon__leftBox {
    justify-content: space-around;
  }
}

@media (max-width: 560px) {
  .searchSalon__leftBox {
    justify-content: space-between;
  }
}

.searchSalon__leftBoxItem {
  width: 22%;
  height: 110px;
  background: #f0efe8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .searchSalon__leftBoxItem {
    width: 110px;
  }
}

@media (max-width: 560px) {
  .searchSalon__leftBoxItem {
    width: 80px;
    height: 80px;
  }
}

.searchSalon__leftBoxItem--area {
  font-size: 1.718rem;
  letter-spacing: 3px;
}

@media (max-width: 560px) {
  .searchSalon__leftBoxItem--area {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.searchSalon__leftBoxItem--text {
  font-size: 1.3rem;
  color: #939393;
}

@media (max-width: 560px) {
  .searchSalon__leftBoxItem--text {
    font-size: 0.87rem;
  }
}

.searchSalon__rightText {
  display: flex;
  align-items: center;
  font-size: 1.906rem;
  font-weight: 600;
  /* margin-bottom: 30px; */
  margin: 30px 0 15px;
}

@media (max-width: 560px) {
  .searchSalon__rightText {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}

.searchSalon__rightText img {
  width: 18px;
  height: auto;
  margin-right: 15px;
}

@media (max-width: 560px) {
  .searchSalon__rightText img {
    width: 12px;
    margin-right: 10px;
  }
}

/* .searchSalon__rightBox {
  padding-left: 20px;
} */

@media (max-width: 560px) {
  .searchSalon__rightBox {
    padding-left: 0;
  }
}

.searchSalon__rightBox--word {
  font-size: 1.3rem;
  letter-spacing: 1px;
  padding: 4px 12px;
  cursor: pointer;
  border: 1px solid #bbbaba;
  border-radius: 15px;
  margin-right: 2px;
  margin-bottom: 10px;
  display: inline-block;
}

@media (max-width: 560px) {
  .searchSalon__rightBox--word {
    font-size: 1.25rem;
  }
}

.searchSalon__rightBox--separate {
  color: #bbbaba;
  margin: 0 1px;
}

@media (max-width: 560px) {
  .searchSalon__rightBox--separate {
    font-size: 1.25rem;
  }
}

.areaSalon__area {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
}

@media (max-width: 560px) {
  .areaSalon__area {
    padding: 12px 0;
  }
}

.areaSalon__areaBg {
  background: #f0efe8;
}

.areaSalon__area--title {
  font-size: 2.284rem;
  color: #b3ad8c;
  letter-spacing: 2px;
  padding-left: 20px;
}

@media (max-width: 560px) {
  .areaSalon__area--title {
    font-size: 1.6665rem;
    padding-left: 0;
  }
}

.areaSalon__area--sub {
  font-size: 1.713rem;
  margin-left: 10px;
}

@media (max-width: 560px) {
  .areaSalon__area--sub {
    font-size: 1.25rem;
    margin-left: 7px;
  }
}

.areaSalon__areaBox {
  padding: 60px 0 10px;
  box-sizing: border-box;
}

@media (max-width: 560px) {
  .areaSalon__areaBox {
    padding-top: 15px;
  }
}

@media (max-width: 560px) {
  .areaSalon__areaBox.container {
    width: 100%;
  }
}

.areaSalon__areaBoxItem {
  border-bottom: 1px solid #bbbaba;
  margin-bottom: 30px;
  position: relative;
  display: block;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItem {
    padding: 0 15px;
  }
}

.areaSalon__areaBoxItem:hover {
  color: #616161;
}

.areaSalon__areaBoxItem:hover .areaSalon__areaBoxItemShopLeft img {
  transform: scale(1.1);
}

.areaSalon__areaBoxItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.areaSalon__areaBoxItem--brand {
  font-family: "garamondpremrpro";
  font-size: 2.572rem;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItem--brand {
    font-size: 2.0835rem;
  }
}

.areaSalon__areaBoxItemShop {
  display: flex;
  padding: 10px 0 30px;
}

.areaSalon__areaBoxItemShopLeft {
  margin-right: 85px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 960px) {
  .areaSalon__areaBoxItemShopLeft {
    margin-right: 50px;
  }
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopLeft {
    margin-right: 20px;
  }
}

.areaSalon__areaBoxItemShopLeft img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopLeft img {
    width: 130px;
    height: 130px;
  }
}

.areaSalon__areaBoxItemShopRight {
  flex: 1;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight {
    letter-spacing: 1px;
  }
}

.areaSalon__areaBoxItemShopRight--title {
  font-size: 2.2rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--title {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

.areaSalon__areaBoxItemShopRight--titleInsta {
  margin-left: 10px;
  display: inline-flex;
  width: 24px;
  height: 24px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--titleInsta {
    position: absolute;
    top: 0;
    right: 10px;
    width: 19px;
    height: 19px;
  }
}

.areaSalon__areaBoxItemShopRight--titleInsta img {
  width: 100%;
  height: auto;
  transition: 0.5s;
}

.areaSalon__areaBoxItemShopRight--titleInsta img:hover {
  transform: scale(1.2, 1.2);
}

.areaSalon__areaBoxItemShopRight--extra {
  font-size: 1.389rem;
  color: #757575;
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--extra {
    font-size: 1.0415rem;
  }
}

.areaSalon__areaBoxItemShopRight--address {
  font-size: 1.667rem;
  color: #757575;
  margin-bottom: 5px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--address {
    font-size: 1.1rem;
  }
}

.areaSalon__areaBoxItemShopRight--addressMap {
  margin-left: 10px;
  display: inline-flex;
  width: 10px;
  height: 14px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--addressMap {
    width: 8px;
    height: 11.5px;
  }
}

.areaSalon__areaBoxItemShopRight--addressMap img {
  width: 100%;
  height: auto;
}

.areaSalon__areaBoxItemShopRight--category {
  font-size: 1.389rem;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: rgba(179, 173, 140, 0.8);
  padding: 3px 15px;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--category {
    font-size: 1.0415rem;
  }
}

.areaSalon__areaBoxItemShopRight--tel {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 2.083rem;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--tel {
    font-size: 1.45rem;
  }
}

.areaSalon__areaBoxItemShopRight--btnlink {
  margin-top: 15px;
}
@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--btnlink {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.areaSalon__areaBoxItemShopRight--btnlink a {
  color: #fff;
  display: inline-block;
  padding: 5px 1em;
  height: 35px;
  line-height: 35px;
  max-width: 150px;
  width: 100%;
  text-align: center;
}
@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--btnlink a {
    font-size: 12px;
    padding: 0px 5px;
    margin-bottom: 3px;
    box-sizing: border-box;
    width: 49%;
    text-align: center;
  }
}
.areaSalon__areaBoxItemShopRight--btnlink img {
  width: 30px;
  vertical-align: middle;
}
@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopRight--btnlink img {
    width: 18px;
  }
}
.areaSalon__areaBoxItemShopRight--btnlink .btnlink--reserve {
  background: #e57179;
}
.areaSalon__areaBoxItemShopRight--btnlink .btnlink--line {
  background: #06c755;
}
.areaSalon__areaBoxItemShopRight--btnlink .btnlink--tel {
  background: #e57179;
}

.areaSalon__areaBoxItemShopLink {
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (max-width: 560px) {
  .areaSalon__areaBoxItemShopLink img {
    width: 12px;
    height: auto;
  }
}

.salon__title {
  font-family: "garamondpremrpro";
  font-weight: normal;
  font-size: 2.93rem;
  text-align: center;
  letter-spacing: 1.5px;
  margin-top: 75px;
}

@media (max-width: 560px) {
  .salon__title {
    font-size: 2.0835rem;
    margin-top: 30px;
  }
}

.salon__sub {
  font-size: 1.758rem;
  text-align: center;
  color: #828282;
  display: block;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .salon__sub {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
}

.salon__image {
  width: 100%;
  height: 550px;
  background-image: url(../img/salon-sample-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 560px) {
  .salon__image {
    height: 205px;
  }
}

.salon__info {
  background: #f0efe8;
  padding: 30px 0 60px;
}

.salon__info .container img {
  width: 100%;
  object-fit: cover;
  height: auto;
  margin: 8px auto;
}

@media (max-width: 560px) {
  .salon__info {
    padding: 15px 0 30px;
  }
}

.salon__info--catch {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

@media (max-width: 560px) {
  .salon__info--catch {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}

.salon__info--text {
  text-align: center;
}

@media (max-width: 960px) {
  .salon__info--text {
    text-align: left;
  }
}

@media (max-width: 560px) {
  .salon__info--text {
    font-size: 1.25rem;
  }
}

.salon__info--container {
  padding: 60px 100px 0;
}

@media (max-width: 960px) {
  .salon__info--container {
    padding: 60px 0 0;
  }
}

@media (max-width: 560px) {
  .salon__info--container {
    padding-top: 25px;
  }
}

.salon__info--title {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 1.667rem;
  color: #b3ad8c;
  letter-spacing: 1px;
  margin-bottom: 45px;
}

@media (max-width: 560px) {
  .salon__info--title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.salon__infoItem {
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  letter-spacing: 1.75px;
}

@media (max-width: 560px) {
  .salon__infoItem {
    font-size: 1.1rem;
    margin-bottom: 15px;
  }
}

.salon__infoItem:last-child {
  margin-bottom: 0;
}

.salon__infoItem--left {
  width: 170px;
}

@media (max-width: 560px) {
  .salon__infoItem--left {
    width: 85px;
  }
}

.salon__infoItem--right {
  flex: 1;
  line-height: 2;
}

.salon__infoItem--rightTel {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 2.5rem;
}

@media (max-width: 560px) {
  .salon__infoItem--rightTel {
    font-size: 1.389rem;
  }
}

.reserveBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 0 85px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .reserveBox {
    flex-direction: column-reverse;
  }
}

@media (max-width: 560px) {
  .reserveBox {
    padding: 20px 0 35px;
  }
}

.reserveBox__uketori {
  color: #fff;
}

.reserveBox__left,
.reserveBox__uketori {
  width: 48%;
  background: #9b9678;
  background: #e57179;
  font-size: 1.944rem;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
}

.reserveBox__left:hover,
.reserveBox__uketori:hover,
.reserveBox__line:hover,
.reserveBox__teen:hover {
  opacity: 0.7;
  color: #fff;
}

.reserveBox__line {
  background: #06c755;
  color: #fff;
  width: 48%;
  font-size: 1.944rem;
  letter-spacing: 2px;
  text-align: center;
  align-items: center;
  padding: 20px 0;
}
.reserveBox__line img {
  width: 30px;
  vertical-align: middle;
}

.reserveBox__teen {
  background: cadetblue;
  width: 48%;
  font-size: 1.944rem;
  letter-spacing: 2px;
  text-align: center;
  align-items: center;
  padding: 6px 0 16px;
  margin: 1px 0;
}

.reserveBox__caution {
  font-size: 12px;
  color: #fff;
}

@media (max-width: 960px) {
  .reserveBox__left,
  .reserveBox__uketori,
  .reserveBox__line,
  .reserveBox__teen {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .reserveBox__left,
  .reserveBox__uketori,
  .reserveBox__line,
  .reserveBox__teen {
    font-size: 1.389rem;
    padding: 15px 0;
    margin-bottom: 10px;
  }
}

.reserveBox__left--hour {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  background: #fff;
  color: #9b9678;
  color: #e57179;
  border-radius: 10px;
  padding: 1px 3px;
  margin-right: 10px;
}

.reserveBox__left--text {
  color: #fff;
}

.reserveBox__right {
  width: 48%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}

@media (max-width: 960px) {
  .reserveBox__right {
    width: 100%;
    justify-content: center;
    margin-bottom: 45px;
  }
}

@media (max-width: 560px) {
  .reserveBox__right {
    margin-bottom: 25px;
  }
}

@media (max-width: 560px) {
  .reserveBox__right--image img {
    width: 67px;
  }
}

.reserveBox__right--link {
  display: flex;
  align-items: center;
  font-size: 2rem;
}

@media (max-width: 960px) {
  .reserveBox__right--link {
    margin-left: 20px;
  }
}

@media (max-width: 560px) {
  .reserveBox__right--link {
    font-size: 1.25rem;
  }
}

.reserveBox__right--linkIcon {
  width: 18px;
  height: 18px;
  font-size: 1.3rem;
  background: #af2d5c;
  border-radius: 50%;
  color: #fff;
  padding: 0.5px 2px;
  box-sizing: border-box;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .reserveBox__right--linkIcon {
    width: 14px;
    height: 14px;
    font-size: 1rem;
    padding: 0 2px;
  }
}

.access__map {
  width: 100%;
  height: 490px;
  margin-bottom: 50px;
}

@media (max-width: 560px) {
  .access__map {
    height: 200px;
    margin-bottom: 20px;
  }
}

.access__map--text {
  font-size: 1.389rem;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  .access__map--text {
    font-size: 1.1rem;
    margin-bottom: 45px;
  }
}

.salonStaffBox {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 560px) {
  .salonStaffBox {
    padding: 0 20px 20px;
  }
}

.salonStaffBox__item {
  width: 45%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

@media (max-width: 960px) {
  .salonStaffBox__item {
    width: 100%;
    border-bottom: 1px solid #979797;
    margin-bottom: 0;
    padding: 20px 0;
  }
}

@media (max-width: 560px) {
  .salonStaffBox__item {
    padding: 10px 0;
  }
}

.salonStaffBox__item.is-hidden {
  display: none;
  opacity: 0;
  height: 0;
}

.salonStaffBox__item:hover {
  color: #616161;
}

.salonStaffBox__item--image:hover img {
  transform: scale(1.1);
}

.salonStaffBox__item--image {
  width: 170px;
  height: 170px;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
  margin-right: 40px;
}

@media (max-width: 960px) {
  .salonStaffBox__item--image {
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 560px) {
  .salonStaffBox__item--image {
    width: 92.5px;
    height: 92.5px;
    margin-right: 20px;
  }
}

.salonStaffBox__item--image img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transition: 0.5s;
}

.salonStaffBox__item--text {
  flex: 1;
}

.salonStaffBox__item--textPosition {
  font-size: 1.667rem;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .salonStaffBox__item--textPosition {
    font-size: 1.1rem;
  }
}

.salonStaffBox__item--textName {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .salonStaffBox__item--textName {
    font-size: 1.666rem;
  }
}

.salonStaffBox__item--textInstagram {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.667rem;
  color: #979797;
  display: flex;
  align-items: center;
}

@media (max-width: 560px) {
  .salonStaffBox__item--textInstagram {
    font-size: 1.1rem;
  }
}

.salonStaffBox__item--textInstagram:hover img {
  transform: scale(1.2, 1.2);
}

.salonStaffBox__item--textInstagram img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .salonStaffBox__item--textInstagram img {
    width: 10px;
    height: 10px;
  }
}

.salonStaffBox__item--arrow {
  display: none;
  width: 30px;
}

@media (max-width: 960px) {
  .salonStaffBox__item--arrow {
    display: block;
  }
}

@media (max-width: 560px) {
  .salonStaffBox__item--arrow {
    width: 12px;
  }
}

@media (max-width: 560px) {
  .salonStaffBox__item--arrow img {
    width: 12px;
  }
}

.salonStaff__more {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 960px) {
  .salonStaff__more {
    margin: 0 0 15px;
  }
}

@media (max-width: 560px) {
  .salonStaff__more {
    font-size: 1.3rem;
  }
}

.salonStaff__more--triangle {
  font-size: 1rem;
}

.salonStaff__moreBorder {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #bec5bd;
  cursor: pointer;
}

@media (max-width: 560px) {
  .salonStaff__moreBorder {
    padding: 10px 20px;
  }
}

.salonStaff__moreBorder:hover {
  color: #b3ad8c;
}

.salonBeauty__title {
  margin-bottom: 40px;
}

@media (max-width: 560px) {
  .salonBeauty__title {
    margin-bottom: 20px;
  }
}

.salonBeauty__more {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

@media (max-width: 960px) {
  .salonBeauty__more {
    margin: 0 0 15px;
  }
}

@media (max-width: 560px) {
  .salonBeauty__more {
    font-size: 1.3rem;
  }
}

.salonBeauty__more--triangle {
  font-size: 1rem;
}

.salonBeauty__moreBorder {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #bec5bd;
  cursor: pointer;
}

@media (max-width: 560px) {
  .salonBeauty__moreBorder {
    padding: 10px 20px;
  }
}

.salonBeauty__moreBorder:hover {
  color: #b3ad8c;
}

.staffAll {
  padding-bottom: 100px;
}

@media (max-width: 560px) {
  .staffAll {
    padding-bottom: 35px;
  }
}

.staffAllList {
  width: 95%;
  max-width: 1080px;
  margin: auto;
}

@media (max-width: 560px) {
  .staffAllList {
    width: 100%;
  }
}

.staffAllList__salon {
  border-bottom: 1px solid #979797;
  padding: 20px;
  letter-spacing: 1.5px;
}

@media (max-width: 560px) {
  .staffAllList__salon {
    padding: 15px;
  }
}

.staffAllList__salon:first-child {
  border-top: 1px solid #979797;
}

.staffAllList__salon.salonAccordion {
  position: relative;
  cursor: pointer;
}

.staffAllList__salon.salonAccordion:before {
  width: 20px;
  height: 3px;
  border-bottom: 3px solid #616161;
  content: "";
  position: absolute;
  top: 44px;
  right: 50px;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .staffAllList__salon.salonAccordion:before {
    width: 15px;
    height: 2px;
    border-width: 2px;
    top: 33px;
    right: 20px;
  }
}

.staffAllList__salon.salonAccordion:after {
  width: 3px;
  height: 20px;
  border-right: 3px solid #616161;
  content: "";
  position: absolute;
  top: 39px;
  right: 59px;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .staffAllList__salon.salonAccordion:after {
    width: 2px;
    height: 15px;
    border-width: 2px;
    top: 29px;
    right: 27px;
  }
}

.staffAllList__salon.salonAccordion.active:before {
  opacity: 0;
}

.staffAllList__salon.salonAccordion.active:after {
  transform: rotate(90deg);
}

.staffAllList__salon--title {
  font-family: "garamondpremrpro";
  font-size: 2.5rem;
}

@media (max-width: 560px) {
  .staffAllList__salon--title {
    font-size: 1.6665rem;
  }
}

.staffAllList__salon--sub {
  font-size: 1.528rem;
}

@media (max-width: 560px) {
  .staffAllList__salon--sub {
    font-size: 1.1rem;
  }
}

.staffTable {
  display: none;
  padding: 50px 20px;
  border-bottom: 1px solid #979797;
}

@media (max-width: 560px) {
  .staffTable {
    padding: 17.5px 17.5px 0;
  }
}

.staffTableBox {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .staffTableBox {
    justify-content: space-between;
  }

  .staffTableBox:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
  }
}

.staffTableBox__item {
  width: calc(calc(100% - 140px) / 5);
  text-align: center;
  margin-bottom: 30px;
  margin-right: 35px;
}

@media (max-width: 960px) {
  .staffTableBox__item {
    width: 180px;
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .staffTableBox__item {
    width: 110px;
    margin-bottom: 20px;
  }
}

.staffTableBox__item:nth-of-type(5n) {
  margin-right: 0;
}

.staffTableBox__item:hover {
  color: #616161;
}

.staffTableBox__item:hover img {
  transform: scale(1.1);
}

.staffTableBox__item--image {
  width: 180px;
  height: 180px;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
  transition: 0.5s;
}

@media (max-width: 560px) {
  .staffTableBox__item--image {
    width: 100px;
    height: 100px;
  }
}

.staffTableBox__item--position {
  font-size: 1.389rem;
  color: #9f9f9f;
  margin: 10px 0 5px;
}

@media (max-width: 560px) {
  .staffTableBox__item--position {
    font-size: 1.1rem;
    margin: 5px 0 0;
  }
}

.staffTableBox__item--name {
  font-size: 1.944rem;
}

@media (max-width: 560px) {
  .staffTableBox__item--name {
    font-size: 1.389rem;
  }
}

.staffTableBox__salonLink {
  text-align: center;
}

.staffTableBox__salonLink--text {
  width: 100%;
  max-width: 300px;
  border: 1px solid #979797;
  display: inline-block;
  padding: 10px;
}

@media (max-width: 560px) {
  .staffTableBox__salonLink--text {
    font-size: 13.89px;
    max-width: 200px;
    padding: 7px;
    margin: 20px 0 30px;
  }
}

.staffDetail {
  margin-bottom: 45px;
}

.staffDetail__spPosition {
  font-size: 2.2rem;
  text-align: center;
  display: none;
  margin-top: 50px;
}

@media (max-width: 960px) {
  .staffDetail__spPosition {
    display: block;
  }
}

@media (max-width: 560px) {
  .staffDetail__spPosition {
    font-size: 1.1rem;
    margin-top: 25px;
  }
}

.staffDetail__spName {
  display: none;
  align-items: baseline;
  margin-bottom: 30px;
  justify-content: center;
}

@media (max-width: 960px) {
  .staffDetail__spName {
    display: flex;
  }
}

.staffDetail__spName--ja {
  font-size: 3.33rem;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .staffDetail__spName--ja {
    font-size: 2.0835rem;
  }
}

.staffDetail__spName--en {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.667rem;
  color: #989898;
  letter-spacing: 1.5px;
}

@media (max-width: 560px) {
  .staffDetail__spName--en {
    font-size: 1.25rem;
  }
}

.staffDetail__spName--instagram {
  position: absolute;
  right: 0;
  bottom: 0;
}

.staffDetail__spName--instagram img {
  width: 30px;
  transition: 0.5s;
}

.staffDetail__spName--instagram img:hover {
  transform: scale(1.2);
}

.staffDetail__spName--spInstagram {
  width: 30px;
  margin-left: auto;
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 960px) {
  .staffDetail__spName--spInstagram {
    display: block;
  }
}

.staffDetail__spName--spInstagram img {
  width: 30px;
  transition: 0.5s;
}

.staffDetail__spName--spInstagram img:hover {
  transform: scale(1.2);
}

.staffDetail__box {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #979797;
  padding-bottom: 70px;
}

@media (max-width: 560px) {
  .staffDetail__box {
    padding-bottom: 30px;
  }
}

.staffDetail__box--image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 960px) {
  .staffDetail__box--image {
    width: 100%;
  }
}

.staffDetail__box--imageBg {
  width: 300px;
  height: 300px;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
}

@media (max-width: 560px) {
  .staffDetail__box--imageBg {
    width: 250px;
    height: 250px;
  }
}

.staffDetail__boxInfo {
  width: 50%;
}

@media (max-width: 960px) {
  .staffDetail__boxInfo {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .staffDetail__boxInfo--position {
    display: none;
  }
}

.staffDetail__boxInfoName {
  display: flex;
  align-items: baseline;
  margin: 15px 0 30px;
  position: relative;
}

@media (max-width: 960px) {
  .staffDetail__boxInfoName {
    display: none;
  }
}

.staffDetail__boxInfoName--ja {
  font-size: 3.33rem;
  margin-right: 10px;
}

.staffDetail__boxInfoName--en {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.667rem;
  color: #989898;
  letter-spacing: 1.5px;
}

.staffDetail__boxInfoName--instagram {
  position: absolute;
  right: 0;
  bottom: 0;
}

.staffDetail__boxInfoName--instagram img {
  width: 30px;
  transition: 0.5s;
}

.staffDetail__boxInfoName--instagram img:hover {
  transform: scale(1.2);
}

.staffDetail__boxInfoName--spInstagram {
  width: 30px;
  margin-left: auto;
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 960px) {
  .staffDetail__boxInfoName--spInstagram {
    display: block;
  }
}

@media (max-width: 560px) {
  .staffDetail__boxInfoName--spInstagram {
    width: 25px;
    margin-bottom: 10px;
  }
}

.staffDetail__boxInfoName--spInstagram img {
  width: 100%;
  transition: 0.5s;
}

.staffDetail__boxInfoName--spInstagram img:hover {
  transform: scale(1.2);
}

.staffDetail__boxInfo--text {
  font-size: 1.389rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .staffDetail__boxInfo--text {
    font-size: 1.25rem;
  }
}

.staffDetail__boxInfoLink {
  width: 100%;
  background: #9b9678;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}

.staffDetail__boxInfoLink:hover {
  opacity: 0.7;
}

@media (max-width: 560px) {
  .staffDetail__boxInfoLink {
    font-size: 1.389rem;
  }
}

.staffDetail__boxInfoLink--hour {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  background: #fff;
  color: #9b9678;
  border-radius: 10px;
  padding: 1px 3px;
  margin-right: 10px;
}

.staffDetail__boxInfoLink--text {
  color: #fff;
}

.myMovie {
  margin-bottom: 45px;
}

.myMovie__box {
  padding-bottom: 30px;
  border-bottom: 1px solid #979797;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 560px) {
  .myMovie__box {
    padding-bottom: 10px;
  }
}

.myMovie__box:after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}

.myMovie__boxItem {
  width: 30%;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .myMovie__boxItem {
    width: 48%;
  }
}

@media (max-width: 560px) {
  .myMovie__boxItem {
    margin-bottom: 20px;
  }
}

.myMovie__boxItem img {
  width: 100%;
  height: auto;
}

.myStyle {
  margin-bottom: 50px;
}

.myStyle__box {
  display: flex;
  flex-wrap: wrap;
}

.myStyle__boxItem {
  width: calc((100% - 40px) / 5);
  margin-bottom: 20px;
  margin-right: 10px;
  display: block;
}

@media (min-width: 961px) {
  .myStyle__boxItem:nth-of-type(5n) {
    margin-right: 0;
  }
}

@media (max-width: 960px) {
  .myStyle__boxItem {
    width: calc((100% - 20px) / 3);
  }

  .myStyle__boxItem:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media (max-width: 560px) {
  .myStyle__boxItem {
    margin-bottom: 10px;
  }
}

.myStyle__boxItem.is-hidden {
  opacity: 0;
  height: 0;
  margin-bottom: 0;
}

.myStyle__boxItem.is-hidden img {
  height: 0;
}

.myStyle__boxItem--title {
  font-family: "AGaramondPro-Regular";
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8px;
}

@media (max-width: 560px) {
  .myStyle__boxItem--title {
    font-size: 1.389rem;
    margin-bottom: 2px;
  }
}

.myStyle__boxItem--image {
  width: 160px;
  height: 220px;
  background-position: top center;
  background-size: cover;
  display: block;
  margin: auto;
  transition: 0.5s;
}

.myStyle__boxItem--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 560px) {
  .myStyle__boxItem--image {
    width: 90px;
    height: 120px;
  }
}

.myStyle__more {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 1px;
  text-align: center;
  margin: 30px auto 50px;
  position: relative;
  z-index: 10;
}

@media (max-width: 560px) {
  .myStyle__more {
    font-size: 1.3rem;
  }
}

.myStyle__more--triangle {
  font-size: 1rem;
}

.myStyle__moreBorder {
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #bec5bd;
  cursor: pointer;
}

@media (max-width: 560px) {
  .myStyle__moreBorder {
    padding: 10px 20px;
  }
}

.myStyle__moreBorder:hover {
  color: #b3ad8c;
}

.hairTab {
  border-bottom: 1px solid #979797;
  margin-bottom: 45px;
}

@media (max-width: 560px) {
  .hairTab {
    width: 90%;
    margin: 0 auto 20px;
  }
}

.hairTab__box {
  display: none;
  margin-bottom: -3px;
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hairTab__box::-webkit-scrollbar {
  display: none;
}

.hairTab__box--item {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.6rem;
  letter-spacing: 2px;
  padding: 15px;
  display: inline-block;
  cursor: pointer;
  margin-right: 15px;
}

@media (max-width: 560px) {
  .hairTab__box--item {
    font-size: 1.389rem;
    padding: 0 10px 15px;
    margin-right: 5px;
  }
}

.hairTab__box--item:hover {
  color: #b3ad8c;
}

.hairTab__box--item.active {
  color: #a2a2a2;
  position: relative;
}

.hairTab__box--item.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #b3ad8c;
}

@media (max-width: 560px) {
  .hairTab__box--item.active:after {
    height: 4px;
    border-width: 4px;
  }
}

@media (max-width: 560px) {
  .hairTab__box.container {
    width: 100%;
  }
}

.hair--myStyle .myStyle__box {
  display: none;
}

.hair--myStyle .myStyle__box.show {
  display: flex;
}

.hair--myStyle .myStyle__boxItem--image {
  position: relative;
}

.hair--myStyle .myStyle__boxItem--image:hover:after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(179, 173, 140, 0.8);
}

.hair--myStyle .myStyle__boxItem--image:hover .myStyle__boxItem--hoverName {
  display: block;
}

.hair--myStyle .myStyle__boxItem--image:hover .myStyle__boxItem--hoverCategory {
  display: block;
}

.hair--myStyle .myStyle__boxItem--hoverName {
  font-size: 1.63rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
  display: none;
}

@media (max-width: 560px) {
  .hair--myStyle .myStyle__boxItem--hoverName {
    font-size: 1.2rem;
  }
}

.hair--myStyle .myStyle__boxItem--hoverCategory {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.528rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 59%;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}

@media (max-width: 560px) {
  .hair--myStyle .myStyle__boxItem--hoverCategory {
    font-size: 1rem;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.pagination__left {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .pagination__left {
    font-size: 1.25rem;
  }
}

.pagination__left--triangle {
  font-size: 1.2rem;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .pagination__left--triangle {
    font-size: 1rem;
    margin-right: 5px;
  }
}

.pagination__center {
  margin: 0 20px;
}

@media (max-width: 560px) {
  .pagination__center {
    margin: 0 15px;
  }
}

.pagination__center--number {
  padding: 5px;
}

@media (max-width: 560px) {
  .pagination__center--number {
    font-size: 1.389rem;
  }
}

.pagination__right {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  display: flex;
  align-items: center;
  letter-spacing: 2px;
}

@media (max-width: 560px) {
  .pagination__right {
    font-size: 1.25rem;
  }
}

.pagination__right--triangle {
  font-size: 1.2rem;
  margin-left: 10px;
}

@media (max-width: 560px) {
  .pagination__right--triangle {
    font-size: 1rem;
    margin-left: 5px;
  }
}

.hairStyle {
  padding-bottom: 75px;
}

@media (max-width: 560px) {
  .hairStyle {
    padding-bottom: 55px;
  }
}

.hairStyle__top--title {
  font-size: 2.2rem;
}

@media (max-width: 560px) {
  .hairStyle__top--title {
    font-size: 1.528rem;
  }
}

.hairStyle__top--sub {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.667rem;
  margin: 10px 0 20px;
  color: #989898;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .hairStyle__top--sub {
    font-size: 1.1rem;
  }
}

.hairStyle__bottom--text {
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1.75;
  margin-bottom: 45px;
}

@media (max-width: 560px) {
  .hairStyle__bottom--text {
    font-size: 1.25rem;
    margin-bottom: 25px;
  }
}

.hairStyle__bottom--tag {
  font-size: 1.392rem;
  border: 1px solid #979797;
  padding: 3px 15px;
  display: inline-block;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  .hairStyle__bottom--tag {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.swiper-container {
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-bottom: 45px !important;
  margin-bottom: 50px !important;
}

@media (max-width: 560px) {
  .swiper-container {
    padding-bottom: 35px !important;
    margin-bottom: 15px !important;
  }
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  .swiper-slide img {
    height: 400px;
  }
}

@media (max-width: 560px) {
  .swiper-slide img {
    height: 260px;
  }
}

.swiper-pagination-bullet {
  width: 50px !important;
  height: 4px !important;
  background: #dedede !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: #b3ad8c !important;
}

.salon-swiper-container {
  max-width: none !important;
  background: rgba(179, 173, 140, 0.2) !important;
  margin-bottom: 0 !important;
}

.hairStyleStaff {
  background: rgba(179, 173, 140, 0.2);
  padding: 80px 0 60px;
}

.hairStyleStaff__box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
}

@media (max-width: 560px) {
  .hairStyleStaff__box {
    padding-bottom: 0;
  }
}

.hairStyleStaff__box--image {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 960px) {
  .hairStyleStaff__box--image {
    margin-bottom: 10px;
    width: 100%;
  }
}

.hairStyleStaff__box--imageBg {
  width: 300px;
  height: 300px;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
}

@media (max-width: 560px) {
  .hairStyleStaff__box--imageBg {
    width: 250px;
    height: 250px;
  }
}

.hairStyleStaff__boxInfo {
  width: 50%;
}

@media (max-width: 960px) {
  .hairStyleStaff__boxInfo {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfo--position {
    font-size: 1.1rem;
  }
}

.hairStyleStaff__boxInfoName {
  display: flex;
  align-items: baseline;
  margin: 15px 0 30px;
  position: relative;
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfoName {
    margin: 10px 0 15px;
  }
}

.hairStyleStaff__boxInfoName--ja {
  font-size: 3.33rem;
  margin-right: 10px;
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfoName--ja {
    font-size: 1.9445rem;
  }
}

.hairStyleStaff__boxInfoName--en {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.667rem;
  color: #989898;
  letter-spacing: 1.5px;
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfoName--en {
    font-size: 1.25rem;
  }
}

.hairStyleStaff__boxInfoName--instagram {
  position: absolute;
  right: 0;
  bottom: 0;
}

.hairStyleStaff__boxInfoName--instagram img {
  width: 30px;
  transition: 0.5s;
}

.hairStyleStaff__boxInfoName--instagram img:hover {
  transform: scale(1.2);
}

.hairStyleStaff__boxInfo--text {
  font-size: 1.389rem;
  line-height: 2;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfo--text {
    font-size: 1.25rem;
  }
}

.hairStyleStaff__boxInfoLink,
.articleSalon__boxInfoLink {
  width: 100%;
  background: #9b9678;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 0;
}
.articleSalon__boxInfoLink {
  margin-bottom: 40px;
}

.hairStyleStaff__boxInfoLink:hover,
.articleSalon__boxInfoLink:hover {
  opacity: 0.7;
}

@media (max-width: 560px) {
  .hairStyleStaff__boxInfoLink,
  .articleSalon__boxInfoLink {
    font-size: 1.389rem;
  }
}

.hairStyleStaff__boxInfoLink--hour {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  background: #fff;
  color: #9b9678;
  border-radius: 10px;
  padding: 1px 3px;
  margin-right: 10px;
}

.hairStyleStaff__boxInfoLink--text {
  color: #fff;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.wp-pagenavi {
  /* margin: 20px auto;
      display: inline-flex; */
  align-items: baseline;
  text-align: center;
  width: 95%;
  max-width: 1080px;
  margin: auto;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 2em;
  position: relative;
  /* 	transform: translateX(70px); */
}

.wp-pagenavi .current,
.wp-pagenavi .page,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .extend {
  width: 1.5em;
  text-align: center;
  font-size: 16px;
  font-family: MADE Evolve Sans Regular, sans-serif;
  margin: 0 7px;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  width: 8em;
}

.pagination__right {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  width: 40px;
  margin-left: 22vw;
  display: block;
  position: absolute;
  top: -2px;
  right: 0;
}

.pagination__left {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  display: flex;
  align-items: center;
  letter-spacing: 2px;
  width: 40px;
  margin-left: 22vw;
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
}

.pagination__right span,
.pagination__left span {
  margin-top: 13px;
}

@media (max-width: 560px) {
  .pagination__right,
  .pagination__left {
    top: -1px;
  }
}

a.anchor {
  display: block;
  margin-top: -30vh;
  padding-top: 30vh;
  pointer-events: none;
}

/*リクルートトップページ*/
@font-face {
  font-family: "Romate_Hood_OTF";
  src: url("../font/Romate_Hood_OTF.ttf") format("truetype");
}

.recruit__mainView {
  width: 100%;
  height: 450px;
  background-image: url("../img/top-main.jpg");
  background-position: center;
  background-size: cover;
}

.recruit__mainView--cover {
  width: 100%;
  height: 100%;
  background: rgba(179, 173, 140, 0.3);
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}

.recruit__mainViewPoint {
  position: absolute;
  right: 2%;
  bottom: 10%;
  width: 186px;
  height: 186px;
}

.recruit__mainViewPoint img {
  width: 100%;
  height: auto;
}

.recruit__mainViewText {
  width: 90%;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.recruit__mainViewText--top {
  font-family: "Hiragino Mincho ProN";
  font-size: 2.9rem;
  letter-spacing: 1px;
}

.recruit__mainViewText--middle {
  font-family: "Hiragino Mincho ProN";
  font-size: 5.7rem;
  letter-spacing: 2px;
}

.recruit__mainViewText--bottom {
  font-family: "Romate_Hood_OTF";
  font-size: 5.5rem;
}

@media (max-width: 560px) {
  .recruit__mainView {
    height: 250px;
    background-position: 50%;
  }

  .recruit__mainView--cover {
    padding: 10px;
  }

  .recruit__breadcrumb {
    display: none;
  }

  .recruit__mainViewPoint {
    right: 5%;
    top: 64%;
    width: 77px;
    height: 77px;
  }

  .recruit__mainViewText--top {
    font-size: 1.45rem;
  }

  .recruit__mainViewText--middle {
    font-size: 2.46rem;
  }

  .recruit__mainViewText--bottom {
    font-size: 2.73rem;
  }
}

/*リクルートメニュー*/
.recruit__nav {
  background: #f0efe8;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 69px;
}

.recruit__navList {
  white-space: nowrap;
  overflow-y: auto;
  text-align: center;
}

.recruit__navItem {
  display: inline-block;
}

.recruit__navItem--link {
  font-size: 1.67rem;
  color: #b3ad8c;
  text-align: center;
  display: inline-block;
  padding: 22px 27px;
}

@media (max-width: 560px) {
  .recruit__nav {
    height: 49px;
  }

  .recruit__navItem--link {
    font-size: 1.1rem;
    padding: 16px 10px;
  }
}

/*リクルート背景メニュー*/
.recruit__menuList {
  display: flex;
  flex-wrap: wrap;
}

.recruit__menuListItem {
  width: 33.3%;
  height: 230px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.recruit__menuListItem:first-child {
  width: 100%;
}

.recruit__menuListItem:after {
  position: absolute;
  content: "";
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../recruit/img/about-us-1.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
  z-index: 20;
}

.recruit__menuListItem2:after {
  background-image: url("../recruit/img/about-us-2.jpg");
}

.recruit__menuListItem3:after {
  background-image: url("../recruit/img/about-us-3.jpg");
}

.recruit__menuListItem4:after {
  background-image: url("../recruit/img/about-us-7.jpg");
}

.recruit__menuListItem5:after {
  background-image: url("../recruit/img/about-us-5.jpg");
}

.recruit__menuListItem6:after {
  background-image: url("../recruit/img/about-us-6.jpg");
}

.recruit__menuListItem7:after {
  background-image: url("../recruit/img/about-us-8.jpg");
}

.recruit__menuListItem:hover:after {
  transform: scale(1.2);
}

.recruit__menuListItem--title {
  font-family: "garamondpremrpro";
  font-size: 3.3rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 30;
  letter-spacing: 1px;
}

.recruit__menuListItem--sub {
  font-size: 1.67rem;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}

@media (max-width: 560px) {
  .recruit__menuListItem {
    width: 50%;
    height: 100px;
  }

  .recruit__menuListItem--title {
    font-size: 1.8rem;
  }

  .recruit__menuListItem--sub {
    font-size: 1.2rem;
    z-index: 30;
  }
}

/*リクルートTOP 上部のYouTube埋め込み*/
.recruit__movieBox {
  width: 90%;
  max-width: 1080px;
  margin: 5% auto;
}
.recruit__movieBox_item {
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
}
.recruit__movieBox_item iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 560px) {
  .recruit__movieBox {
    margin: 10% auto;
  }
  .recruit__movieBox_item {
    padding-top: 60%;
  }
}

/*リクルートテキストエリア*/
.recruit__textArea {
  margin: 50px auto 90px;
}

.recruit__textArea--sub {
  font-family: "Hiragino Mincho ProN";
  font-size: 1.944rem;
  color: #b3ad8c;
}

.recruit__textArea--title {
  font-family: "Hiragino Mincho ProN";
  font-size: 3.33rem;
  color: #b3ad8c;
  margin: 10px 0 20px;
}

.recruit__textArea--text {
  font-size: 1.528rem;
  color: #616161;
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .recruit__textArea {
    margin: 25px auto 40px;
  }

  .recruit__textArea--sub {
    font-size: 1.25rem;
  }

  .recruit__textArea--title {
    font-size: 2.1rem;
    margin: 5px 0 10px;
  }

  .recruit__textArea--text {
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}

/*リクルートビデオ*/
.recruit_video {
  margin: 0 auto 120px;
}

.recruit_video_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}

.recruit_video_wrap_item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.recruit_video_wrap_item .text {
  font-size: 1.25rem;
  text-align: right;
}

.recruit_video_wrap_item .youtube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .recruit_video_wrap {
    gap: 80px 40px;
  }
}

@media (max-width: 560px) {
  .recruit_video_wrap {
    display: block;
  }

  .recruit_video_wrap_item:nth-child(n + 2) {
    margin-top: 80px;
  }
}

/*パーソナルデザインプログラム*/
.recruit__personal {
  margin: 80px auto;
  text-align: center;
}

.recruit__personal img {
  width: 100%;
}

.recruit__personal img:last-child {
  margin-top: 80px;
}

@media (max-width: 560px) {
  .recruit__personal {
    margin: 40px auto;
  }

  .recruit__personal img:last-child {
    margin-top: 40px;
  }
}

/*会社説明会*/
.orientationSection {
  background: rgba(179, 173, 140, 0.2);
  padding: 100px 0;
}

.orientationheader {
  width: 100%;
  background: #b3ad8c;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 10px 20px;
  color: #fff;
  box-sizing: border-box;
}

.orientationheader__title {
  font-size: 1.944rem;
  font-weight: bold;
  letter-spacing: 1px;
}

.orientationheader__date {
  font-size: 1.25rem;
  letter-spacing: 1px;
}

.orientationBody {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-bottom: 35px;
}

.orientationBody__left {
  width: 50%;
}

.orientationBody__right {
  width: 50%;
  border-right: 1px solid #b3ad8c;
  box-sizing: border-box;
}

.orientationBody__item {
  display: flex;
  border-left: 1px solid #b3ad8c;
  border-bottom: 1px solid #b3ad8c;
  min-height: 43px;
}

.orientationBody__item--left {
  font-size: 1.528rem;
  font-weight: bold;
  width: 110px;
  padding: 10px 30px;
  box-sizing: border-box;
  text-align: center;
}

.orientationBody__item--right {
  font-size: 1.528rem;
  flex: 1;
  padding: 10px 30px;
  border-left: 1px solid #b3ad8c;
}

.orientationInfo {
  display: flex;
  flex-wrap: wrap;
}

.orientationInfo__left {
  width: 50%;
}

.orientationInfo__right {
  width: 50%;
}

.orientationInfo__right iframe {
  width: 100%;
  height: 220px;
}

.orientationInfo__title {
  font-size: 1.67rem;
  font-weight: bold;
  color: #b3ad8c;
  margin-bottom: 10px;
}

.orientationInfo__text {
  font-size: 1.528rem;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .orientationSection {
    padding: 40px 0;
  }

  .orientationheader {
    padding: 7px 5px;
  }

  .orientationheader__title {
    font-size: 1.389rem;
  }

  .orientationheader__date {
    font-size: 0.9rem;
  }

  .orientationBody {
    margin-bottom: 20px;
  }

  .orientationBody__left {
    width: 100%;
    border-right: 1px solid #b3ad8c;
  }

  .orientationBody__right {
    width: 100%;
  }

  .orientationBody__item {
    min-height: 33px;
  }

  .orientationBody__item--left {
    font-size: 1.14rem;
    width: 80px;
    padding: 8px 15px;
  }

  .orientationBody__item--right {
    font-size: 1.14rem;
    padding: 8px 15px;
  }

  .orientationInfo__left {
    width: 100%;
  }

  .orientationInfo__right {
    width: 100%;
  }

  .orientationInfo__right iframe {
    height: 180px;
  }

  .orientationInfo__title {
    font-size: 1.33rem;
    margin-bottom: 10px;
  }

  .orientationInfo__text {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
}

/*特徴*/
.feature {
  display: flex;
  flex-wrap: wrap;
}

.feature__image {
  width: 50%;
  height: 450px;
  background-image: url("../recruit/img/top-main-1.jpg");
  background-position: center;
  background-size: cover;
}

.feature__text {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}

.feature__textTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.feature__textTop--title {
  font-family: "Hiragino Mincho ProN";
  font-size: 2.5rem;
  color: #b3ad8c;
  letter-spacing: 1.5px;
}

.feature__textTop--number {
  font-family: "MADECanvasBlackPERSONALUSE";
  font-size: 8.6rem;
  color: #beb11c;
}

.feature__text--text {
  font-size: 1.528rem;
  line-height: 1.75;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.feature2__textTop {
  justify-content: flex-start;
}

.feature2__textTop--number {
  margin-right: 30px;
}

.feature2__image {
  background-image: url("../recruit/img/top-main-2.jpg");
}

.feature3__image {
  background-image: url("../recruit/img/top-main-3.jpg");
}

.featureflex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}

.featureflex__item {
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.featureflex__itemTop {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.featureflex__itemTop--number {
  font-family: "MADECanvasBlackPERSONALUSE";
  font-size: 8.6rem;
  color: #beb11c;
}

.featureflex__itemTop--image img {
  width: 130px;
  height: 130px;
}

.featureflex__itemTop--imageGraph {
  margin-top: -52px;
  width: 90%;
  max-width: 345px;
}

.featureflex__itemTop--imageGraph img {
  width: 100%;
  height: auto;
}

.featureflex__item--title {
  font-family: "Hiragino Mincho ProN";
  font-size: 2.5rem;
  color: #b3ad8c;
  letter-spacing: 1.5px;
  position: relative;
  margin-bottom: 30px;
}

.featureflex__item--title:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 60%;
  height: 13px;
  border-top: 13px solid #f2f2f2;
  z-index: -1;
}

.featureflex__item--text {
  font-size: 1.528rem;
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .feature__image {
    width: 100%;
  }

  .feature__text {
    width: 100%;
  }

  .feature2 {
    flex-direction: column-reverse;
  }

  .feature2__textTop {
    justify-content: space-between;
    flex-direction: row-reverse;
  }

  .feature2__textTop--number {
    margin-right: 0;
  }

  .featureflex__item {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .feature__image {
    height: 225px;
  }

  .feature__text {
    padding: 15px;
  }

  .feature__textTop--title {
    font-size: 1.665rem;
  }

  .feature__textTop--number {
    font-size: 7.1rem;
  }

  .feature__text--text {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .featureflex {
    margin: 0;
  }

  .featureflex__item {
    padding: 15px;
  }

  .featureflex__itemTop {
    margin-bottom: 20px;
  }

  .featureflex__itemTop--number {
    font-size: 7.1rem;
  }

  .featureflex__itemTop--image img {
    width: 100px;
    height: 100px;
  }

  .featureflex__itemTop--imageGraph {
    margin-top: 0;
    max-width: 210px;
  }

  .featureflex__itemTop--imageGraph img {
    width: 100%;
    height: auto;
  }

  .featureflex__item--title {
    font-size: 1.665rem;
    margin-bottom: 20px;
  }

  .featureflex__item--title:before {
    top: 16px;
    width: 60%;
    height: 9px;
    border-top: 9px solid #f2f2f2;
  }

  .featureflex__item--text {
    font-size: 1.25rem;
  }
}

/*理由*/
.recruit__reasonSection {
  background: rgba(179, 173, 140, 0.2);
  padding: 65px 0;
}

.reason__sub {
  font-family: "Hiragino Mincho ProN";
  font-size: 1.94rem;
  color: #b3ad8c;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.reason__title {
  font-family: "Hiragino Mincho ProN";
  font-size: 5rem;
  color: #b3ad8c;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 15px;
}

.reason__text {
  font-size: 1.528rem;
  letter-spacing: 1px;
  padding: 0 50px;
}

.reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 80px;
}

.reasonItem {
  width: 33.3%;
  padding: 0 20px;
  box-sizing: border-box;
}

.reasonItem + .reasonItem {
  border-left: 1px solid #999;
}

.reasonItem__image {
  width: 230px;
  height: 230px;
  background-image: url("../recruit/img/top-staff-4.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.reasonItem__image2 {
  width: 230px;
  height: 230px;
  background-image: url("../recruit/img/top-staff-2.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.reasonItem__image3 {
  width: 230px;
  height: 230px;
  background-image: url("../recruit/img/top-staff-5.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  margin: 0 auto 20px;
}

.reasonItem__title {
  font-size: 1.94rem;
  color: #b3ad8c;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.reasonItem__text {
  font-size: 1.528rem;
  letter-spacing: 1px;
  line-height: 1.75;
}

.recruit__reasonSection .video {
  width: 80%;
  height: fit-content;
}

.recruit__reasonSection .video_item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

.recruit__reasonSection .video_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recruit__reasonSection .video .text {
  font-size: 1.25rem;
  text-align: right;
}

@media (max-width: 560px) {
  .recruit__reasonSection .video {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .reasonItem {
    width: 100%;
    margin-bottom: 30px;
  }

  .reasonItem + .reasonItem {
    border-left: none;
  }
}

.recruit__reasonSection .wrap {
  max-width: 600px;
  margin: 40px auto;
  display: flex;
  justify-content: space-around;
}

.recruit__reasonSection .wrap .contact_link {
  transform: none;
}

.contact_link {
  text-align: center;
  position: fixed;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
}

.contact_link.sp_none {
  position: static;
}

.contact_link.movie {
  bottom: 12%;
  left: 48%;
}

.contact_link a {
  width: 100%;
  background-color: #e57179;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  /*margin-left: -30px;
  margin-right: auto;*/
  padding: 15px 20px;
  border-radius: 7px;
  font-size: 14px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
.contact_link a.contact_link_yoyaku,
.contact_link a.contact_link_line {
  width: 48%;
}
.contact_link a.contact_link_line {
  background: #06c755;
}
.contact_link a.contact_link_line img {
  width: 20px;
  vertical-align: middle;
}

.contact_link.movie a {
  background-color: cadetblue;
}

.sns_wrap {
  background-color: rgba(179, 173, 140, 0.6);
  top: 18%;
  right: 0%;
  position: fixed;
  z-index: 10;
  padding: 10px;
  width: 30px;
  height: 140px;
  text-align: center;

  /*
	background-color: rgba(179,173,140,0.6);
    top: 16%;
    right: 0%;
    position: fixed;
    z-index: 9;
    padding: 10px;
    width: 30px;
    height: 155px;
*/
}

.sns_link {
  z-index: 10;
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  /*
	text-align: right;
    position: fixed;
    z-index: 10;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
*/
}

.insta_link {
  /*
	top: 18%;
    right: 2%;
*/
}

.facebook_link {
  /*
	top: 26%;
    right: 2%;
*/
}

.youyube_link {
  /*
	top: 34%;
    right: 2%;
*/
}

.sns_img {
  width: 14px;
  height: 14px;
  /*
    border: 1px solid #fff;
*/
  object-fit: contain;
  padding: 10px;
  /*
	width: 14px;
    height: 14px;
    object-fit: contain;
*/
}

.sponly {
  display: none;
}

@media (max-width: 960px) {
  .sponly {
    display: block;
  }
}

@media (max-width: 560px) {
  .recruit__reasonSection {
    padding: 25px 0;
  }

  .reason__sub {
    font-size: 1.15rem;
    margin-bottom: 5px;
  }

  .reason__title {
    font-size: 2.97rem;
    margin-bottom: 10px;
  }

  .reason__text {
    font-size: 1.25rem;
    padding: 0;
  }

  .reasonBox {
    margin-bottom: 40px;
  }

  .reasonItem__image {
    margin-bottom: 10px;
  }

  .reasonItem__title {
    font-size: 1.665rem;
    margin-bottom: 15px;
  }

  .reasonItem__text {
    font-size: 1.1rem;
  }

  .recruit__reasonSection .video {
    display: block;
  }
}

.recruit__insta--title {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 2.5rem;
  color: #b3ad8c;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.recruit__insta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recruit__insta--item {
  width: 17%;
  height: auto;
  background: #b3ad8c;
  margin-bottom: 30px;
}

@media (max-width: 560px) {
  .recruit__insta--title {
    font-size: 2rem;
    margin-bottom: 15px;
  }

  .recruit__insta--item {
    width: 30%;
  }
}

/*sp固定ボタン20221214*/

.contact_link_position {
  width: 90%;
  /* bottom: 14%; */
  left: 50%;
  /*    bottom: 25px;*/
  bottom: 10px;
}

.contact_link_position a {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.contact_link_list {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  /*    bottom: 3%;*/
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  /*	bottom: 95px;*/
  bottom: 70px;
}

.contact_link_item {
  width: 50%;
  background-color: cadetblue;
  padding: 8px;
  border-radius: 7px;
  letter-spacing: 1px;
  font-weight: bold;
  color: #fff;
}

.contact_link_item a {
  color: #fff;
}

.uketori {
  font-size: 11px;
  background-color: #818989;
  padding: 11px 5px;
}

@media (max-width: 480px) {
  .contact_link_width {
    width: 70%;
  }
}

/*カリキュラムページ*/
.curriculum__mainView1 {
  background-image: url("../img/recruit-curriculum1.jpg");
}

.curriculum__mainView2 {
  background-image: url("../img/recruit-curriculum2.jpg");
}

.curriculum__mainView3 {
  background-image: url("../img/recruit-curriculum6.jpg");
  background-position-y: 10%;
}

.curriculum__mainView4 {
  background-image: url("../img/recruit_curriculum_main.jpg");
}

.curriculum__mainView5 {
  background-image: url("../img/recruit-curriculum5.jpg");
}

.curriculum__mainView7 {
  /*パート募集ページ*/
  background-image: url("../img/recruit-curriculum7.jpg");
}

.curriculum__textArea {
  text-align: center;
}

/*スクロールタブ*/
.curriculum__tab {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}

.curriculum__tab--item {
  border: 1px solid #b3ad8c;
  color: #b3ad8c;
  width: 210px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 5px;
}

.curriculum__tab--ja {
  font-size: 1.667rem;
  letter-spacing: 1px;
}

.curriculum__tab--en {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
  font-size: 1.1rem;
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .curriculum__tab {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .curriculum__tab--item {
    width: 48%;
    margin: 0 0 10px;
  }
}

@media (max-width: 560px) {
  .curriculum__tab {
    margin-top: 20px;
  }

  .curriculum__tab--item {
    margin-bottom: 7px;
    height: 45px;
  }

  .curriculum__tab--ja {
    font-size: 1.15rem;
  }

  .curriculum__tab--en {
    font-size: 0.8rem;
  }
}

/*カリキュラム*/
.curriculumSection {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  margin-bottom: 170px;
}

.curriculum__titleArea {
  display: flex;
  position: relative;
  margin-bottom: 130px;
}

.curriculum__titleAreaImage {
  width: 60%;
  height: 377px;
  background-image: url("../recruit/img/curriculum/top-main-1.jpg");
  background-position: center;
  background-size: cover;
}

.curriculum__titleAreaImage2 {
  width: 60%;
  height: 377px;
  background-image: none;
  background-position: center;
  background-size: cover;
}

.curriculum__titleAreaImage3 {
  width: 60%;
  height: 377px;
  background-image: url("../recruit/img/curriculum/top-main-3.jpg");
  background-position: center;
  background-size: cover;
}

.curriculum__titleAreaImage4 {
  width: 60%;
  height: 377px;
  /*  background-image: url("../recruit/img/curriculum/top-main-4.jpg");*/
  background-image: none;
  background-position: center;
  background-size: cover;
}

.curriculum__titleAreaText {
  position: absolute;
  top: 130px;
  left: 45%;
  background: #b3ad8c;
  width: 50%;
  min-height: 350px;
  padding: 50px;
  box-sizing: border-box;
  color: #fff;
}

.curriculum__titleAreaText--en {
  font-family: "garamondpremrpro";
  font-size: 4.262rem;
  text-align: center;
  letter-spacing: 1.5px;
  line-height: 1;
}

.curriculum__titleAreaText--ja {
  font-size: 1.667rem;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.curriculum__titleAreaText--text {
  font-size: 1.528rem;
  line-height: 1.75;
}

.curriculum__imageArea {
  margin-bottom: 70px;
}

.curriculum__imageArea--title {
  font-family: "MADE Evolve Sans Regular (PERSONAL USE)";
}

.curriculum__imageArea--image {
  white-space: nowrap;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 20px 0;
}

.curriculum__imageArea--image::-webkit-scrollbar {
  display: none;
}

.curriculum__imageArea--text {
  font-size: 1.528rem;
  line-height: 1.75;
}

.curriculum__subAreaBox {
  position: relative;
  width: 51%;
}

.curriculum__subAreaBox--title {
  color: #fff;
  background: #80b7c2;
  line-height: 40px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.curriculum__subAreaBox--title:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100px;
  background: #80b7c2;
  height: 41px;
  width: 100px;
  z-index: -1;
}

.curriculum__subAreaBox--titleNail,
.curriculum__subAreaBox--titleNail:before {
  background: #c26f8a;
}

.curriculum__subAreaBox--en {
  font-family: "MADE_Evolve_Sans_Medium__PERSONAL_USE";
  font-size: 2.2rem;
  letter-spacing: 1px;
  margin-right: 20px;
}

.curriculum__subAreaBox--ja {
  font-size: 1.667rem;
  letter-spacing: 1px;
}

.curriculum__subAreaBox--image {
  position: absolute;
  top: 0;
  right: -450px;
}

.curriculum__subAreaBox--image img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.curriculum__subAreaBox--text {
  font-size: 1.528rem;
  line-height: 1.75;
}

@media (max-width: 960px) {
  .curriculum__titleArea {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .curriculum__titleAreaImage {
    width: 100%;
  }

  .curriculum__titleAreaText {
    position: static;
    width: 100%;
  }

  .curriculum__subAreaBox {
    width: 100%;
  }

  .curriculum__subAreaBox--title {
    display: inline-block;
    padding-right: 30px;
  }

  .curriculum__subAreaBox--image {
    position: static;
    margin-bottom: 10px;
  }
}

@media (max-width: 560px) {
  .curriculumSection {
    margin-bottom: 85px;
  }

  .curriculum__titleArea {
    margin-bottom: 25px;
  }

  .curriculum__titleAreaImage {
    height: 200px;
  }

  .curriculum__titleAreaText {
    min-height: inherit;
    padding: 25px;
  }

  .curriculum__titleAreaText--en {
    font-size: 2.5rem;
  }

  .curriculum__titleAreaText--ja {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .curriculum__titleAreaText--text {
    font-size: 1.1rem;
  }

  .curriculum__imageArea {
    margin-bottom: 50px;
  }

  .curriculum__imageArea--title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }

  .curriculum__imageArea--image {
    margin: 10px 0;
  }

  .curriculum__imageArea--text {
    font-size: 1rem;
  }

  .curriculum__subAreaBox--title {
    line-height: 27px;
    background: none;
  }

  .curriculum__subAreaBox--title:before {
    height: 28px;
    width: 100%;
    left: -75px;
  }

  .curriculum__subAreaBox--en {
    font-size: 1.45rem;
    margin-right: 15px;
  }

  .curriculum__subAreaBox--ja {
    font-size: 1.1rem;
  }

  .curriculum__subAreaBox--image {
    display: flex;
    justify-content: space-around;
  }

  .curriculum__subAreaBox--image img {
    width: 140px;
    height: 140px;
  }

  .curriculum__subAreaBox--text {
    font-size: 1rem;
  }

  .curriculum__titleAreaImage2,
  .curriculum__titleAreaImage4 {
    height: 0;
  }
}

.slick-slide {
  height: auto !important;
}
