@charset "UTF-8";
/*------------------------------------------------------------
    Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  outline: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  color: #3f3b3a;
  overflow-x: hidden;
}
html.c-active {
  overflow-y: hidden;
}
body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
table,
input,
textarea,
select,
option {
  line-height: 1.1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
img {
  vertical-align: top;
}
a,
a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: block;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
  filter: alpha(opacity=80);
  opacity: 0.8;
}
img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header.c-header--child {
  padding-top: 191px;
}
@media only screen and (max-width: 1023px) {
  .c-header.c-header--child {
    padding-top: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header.c-header--child {
    padding-top: 68px;
  }
}
.c-header .c-header__fixed {
  position: fixed;
  z-index: 998;
  width: 100%;
  top: 0;
}
.c-header .c-header__fixed .c-header__wrapper {
  background-color: #f7eee7;
  padding-top: 28px;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-shadow: rgba(247, 247, 247, 0.4) 0 10px 10px -10px;
  box-shadow: rgba(247, 247, 247, 0.4) 0 10px 10px -10px;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__wrapper {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__wrapper {
    padding-top: 12px;
  }
}
.c-header .c-header__fixed .c-header__wrapper.c-active {
  padding-top: 16px;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__wrapper.c-active {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__wrapper.c-active {
    padding-top: 12px;
  }
}
.c-header .c-header__fixed .c-header__wrapper .c-header__snstop {
  position: absolute;
  width: 204px;
  right: 8.4%;
  top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 50;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__wrapper .c-header__snstop {
    top: 8px;
    display: none;
  }
}
.c-header .c-header__fixed .c-header__wrapper .c-header__snstop.c-active {
  display: none;
}
.c-header .c-header__fixed .c-header__wrapper .c-header__snstop a {
  width: 28px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header .c-header__fixed .c-header__wrapper .c-header__snstop a:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.c-header .c-header__fixed .c-header__logo {
  max-width: 90px;
  margin: 0 auto;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__logo {
    display: none;
  }
}
.c-header .c-header__fixed .c-header__logo.c-active {
  display: none;
}
.c-header .c-header__fixed .c-header__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 14px;
  padding: 14px 0.8% 35px 2%;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 3% 20px;
    gap: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__bottom {
    padding: 5px 3% 6px;
  }
}
.c-header .c-header__fixed .c-header__bottom .c-header__logo2 {
  width: 8%;
  position: absolute;
  left: 2%;
  top: 110%;
  min-width: 120px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__bottom .c-header__logo2 {
    position: unset;
    left: unset;
    bottom: unset;
    top: unset;
  }
}
.c-header .c-header__fixed .c-header__bottom .c-header__logo2.c-active {
  bottom: 10%;
  top: unset;
}
.c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 701px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav {
    margin-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav {
    display: none;
  }
}
.c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav a {
  font-size: 1.7rem;
  font-family: "source-han-sans-japanese", sans-serif;
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav a {
    font-size: 1.5rem;
  }
}
.c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 70%;
  background-color: #eb79ac;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  left: 50%;
  bottom: -3px;
  -webkit-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav a:hover::after, .c-header .c-header__fixed .c-header__bottom .c-headerbottom__nav a.c-active::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}
.c-header .c-header__fixed .c-header__bottom .c-menu__burger {
  position: absolute;
  right: 3%;
}
@media only screen and (max-width: 1023px) {
  .c-header .c-header__fixed .c-header__bottom .c-menu__burger {
    margin-top: 5px;
    position: unset;
  }
}
@media only screen and (max-width: 767px) {
  .c-header .c-header__fixed .c-header__bottom .c-menu__burger {
    margin-top: 7px;
  }
}
.c-header--top {
  position: relative;
}
.c-header--top .c-header__wrappertop {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  padding: 11px 43px 11px 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 1023px) {
  .c-header--top .c-header__wrappertop {
    padding: 12px;
    gap: 15px;
  }
}
.c-header--top .c-header__wrappertop .c-header__logotop {
  width: 12.1%;
}
@media only screen and (max-width: 875px) {
  .c-header--top .c-header__wrappertop .c-header__logotop {
    display: none;
  }
}
.c-header--top .c-header__wrappertop .c-header__navtop {
  max-width: 795px;
  width: 100%;
  height: -moz-fit-content;
  /* For Firefox */
  height: -webkit-fit-content;
  /* For Safari */
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 875px) {
  .c-header--top .c-header__wrappertop .c-header__navtop {
    display: none;
  }
}
.c-header--top .c-header__wrappertop .c-header__navtop .c-header__linktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-header--top .c-header__wrappertop .c-header__navtop .c-header__linktop:hover .c-span__jp {
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 8px #eb79ac, 0 0 10px #eb79ac, 0 0 15px #eb79ac;
}
.c-header--top .c-header__wrappertop .c-header__navtop .c-header__linktop:hover .c-span__en {
  text-shadow: 0 0 3px #fff, 0 0 5px #fff, 0 0 8px #eb79ac, 0 0 10px #eb79ac, 0 0 15px #eb79ac;
}
.c-header--top .c-header__wrappertop .c-header__navtop .c-header__linktop .c-span__jp {
  white-space: nowrap;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 2px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-header--top .c-header__wrappertop .c-header__navtop .c-header__linktop .c-span__en {
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-headertop__logorabit {
  position: fixed;
  z-index: 998;
  left: 2%;
  width: 8%;
  top: 25px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  min-width: 100px;
}
.c-headertop__logorabit.c-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.c-header--top .c-menu__burger {
  position: fixed;
  top: 30px;
  right: 3%;
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
.c-header--top .c-menu__burger.c-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}
.c-header--top .c-menu__burger.c-active:hover {
  opacity: 0.75;
}
.c-menu__modal {
  z-index: 999;
  height: 100%;
  width: 100%;
  position: fixed;
  background: #fbe0ec;
  background: -webkit-gradient(linear, left top, right top, from(#fbe0ec), to(#fffffb));
  background: -webkit-linear-gradient(left, #fbe0ec 0%, #fffffb 100%);
  background: linear-gradient(90deg, #fbe0ec 0%, #fffffb 100%);
  min-height: 100vh;
  overflow-y: auto;
  padding: 58px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  pointer-events: none;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .c-menu__modal {
    padding: 30px 5%;
  }
}
.c-menu__modal.c-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-menu__modal .c-modal__wrapper {
  max-width: 580px;
  margin: 0 auto;
}
.c-menu__modal .c-modal__logo {
  max-width: 150px;
  margin: 0 auto;
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__logo {
    max-width: 120px;
  }
}
.c-menu__modal .c-modal__inner {
  /* border-top: 1px dashed #3f3b3a; */
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .c-menu__modal .c-modal__inner {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__inner {
    margin-top: 15px;
  }
}
.c-menu__modal .c-modal__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 57px 0;
  padding: 0 12%;
  margin-top: 31px;
}
@media only screen and (max-width: 767px) {
  .c-menu__modal .c-modal__boxes {
    padding: 0 7%;
    margin-top: 20px;
    gap: 35px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__boxes {
    padding: 0 2%;
    gap: 20px 0;
  }
}
.c-menu__modal .c-modal__boxes .c-modal_box {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24.5px 0;
  position: relative;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 1px solid transparent;
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__boxes .c-modal_box {
    padding: 12px 0;
  }
}
.c-menu__modal .c-modal__boxes .c-modal_box:hover {
  border-color: #3f3b3a;
}
.c-menu__modal .c-modal__boxes .c-modal_box:nth-child(2n)::before {
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  left: calc(-4% - 2px);
  top: 0;
  border-left: 1px dashed #3f3b3a;
}
.c-menu__modal .c-modal__boxes .c-modal_box .c-box__en {
  font-size: 3.1rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__boxes .c-modal_box .c-box__en {
    font-size: 2.7rem;
  }
}
.c-menu__modal .c-modal__boxes .c-modal_box .c-box__jp {
  font-size: 1.6rem;
  color: #9fa0a0;
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__boxes .c-modal_box .c-box__jp {
    font-size: 1.4rem;
  }
}
.c-menu__modal .c-modal__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-top: 92px;
}
@media only screen and (max-width: 767px) {
  .c-menu__modal .c-modal__sns {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__modal .c-modal__sns {
    gap: 10px;
    margin-top: 35px;
  }
}
.c-menu__modal .c-modal__sns .c-sns__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  border: 2px solid #9fa0a0;
  background-color: #9fa0a0;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c-menu__modal .c-modal__sns .c-sns__btn {
    height: 46px;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 60%;
  }
}
.c-menu__modal .c-modal__sns .c-icon {
  width: 27px;
  height: 27px;
}
.c-menu__modal .c-modal__sns .c-txt {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 500;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.c-menu__modal .c-modal__sns .c-sns__line {
  background-color: #3db157;
  border-color: #3db157;
  gap: 15px;
}
.c-menu__modal .c-modal__sns .c-sns__line .c-txt {
  font-size: 1.8rem;
}
.c-menu__modal .c-modal__sns .c-sns__beauty {
  background-color: #8f2153;
  border-color: #8f2153;
  gap: 3px;
}
.c-menu__modal .c-modal__sns .c-sns__ig {
  background-color: #eb79ac;
  border-color: #eb79ac;
  gap: 15px;
}
.c-menu__modal .c-modal__sns .c-sns__ig .c-txt {
  font-size: 1.8rem;
}
.c-modal__close {
  position: absolute;
  top: 30px;
  right: 3%;
  width: 45px;
  cursor: pointer;
}
.c-modal__close:hover .c-modal__spans span {
  background-color: #3f3b3a;
}
.c-modal__close:hover .c-span__close {
  color: #eb79ac;
}
.c-modal__close .c-modal__spans {
  height: 28px;
}
.c-modal__close .c-modal__spans span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #eb79ac;
  -webkit-transform-origin: center;
  transform-origin: center;
  top: 12px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-modal__close .c-modal__spans span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-modal__close .c-modal__spans span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-modal__close .c-span__close {
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "source-han-sans-japanese", sans-serif;
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  background-color: #eb79ac;
  color: #fff;
  padding: 30px 0 14px;
  text-align: center;
}
.c-footer .l-container {
  max-width: 1040px;
}
.c-footer .c-footer__logo {
  font-family: "adorn-garland", sans-serif;
  font-size: 3.7rem;
  line-height: 1;
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-footer .c-footer__ig {
  margin: 65px auto 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__ig {
    margin-top: 40px;
  }
}
.c-footer .c-footer__ig i {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 2.8rem;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.c-footer .c-footer__ig:hover i {
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
.c-footer .c-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.c-footer .c-footer__row .c-footer__invi {
  font-family: "source-han-sans-japanese", sans-serif;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__row .c-footer__invi {
    display: none;
  }
}
.c-footer .c-footer__row .c-footer__copyright {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
}
.c-footer .c-footer__row .c-footer__privacy {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.2rem;
}
@media only screen and (max-width: 580px) {
  .c-footer .c-footer__row .c-footer__privacy {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "source-han-serif-japanese", serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}
.l-container {
  margin: 0 auto;
  max-width: 1330px;
  padding: 0 15px;
}
@media only screen and (max-width: 1023px) {
  .l-container {
    padding: 0 2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .l-container {
    padding: 0 3%;
  }
}
.l-container2 {
  margin: 0 auto;
  max-width: 1300px;
  padding: 0;
}
.c-page__introduce {
  padding: 54px 0 40px;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce {
    padding: 30px 2%;
  }
}
.c-page__introduce h1 {
  font-weight: 700;
  text-align: center;
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce h1 {
    font-size: 3rem;
  }
}
.c-backToTop__container {
  padding: 66px 0 47px;
}
@media only screen and (max-width: 767px) {
  .c-backToTop__container {
    padding: 20px 0;
  }
}
.c-backToTop__container .l-container {
  max-width: 1010px;
}
.c-backToTop__container .c-btn__toTop {
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  cursor: pointer;
}
.c-backToTop__container .c-btn__toTop:hover .c-arrow {
  background-color: #eb79ac;
}
.c-backToTop__container .c-btn__toTop .c-arrow {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3f3b3a;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-backToTop__container .c-btn__toTop .c-arrow i {
  font-size: 1rem;
  color: #fff;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.c-backToTop__container .c-btn__toTop .c-txt {
  font-size: 1.2rem;
}
@-webkit-keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    opacity: 0;
  }
  49.9% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transform: translateX(50%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    top: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
    top: calc(100% - 10px);
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-btn1:hover .c-btn1__icon {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.c-btn1 .c-btn1__txt {
  border-bottom: 1px solid #eb79ac;
  color: #eb79ac;
  font-size: 1.5rem;
  font-weight: 500;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  line-height: 1;
  padding: 0 14px 2px;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .c-btn1 .c-btn1__txt {
    font-size: 1.4rem;
  }
}
.c-btn1 .c-btn1__icon {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb79ac;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 73px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 73px;
}
@media only screen and (max-width: 767px) {
  .c-btn1 .c-btn1__icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-btn1 .c-btn1__icon {
    width: 40px;
    height: 40px;
  }
}
.c-btn1 .c-btn1__icon i {
  color: #fff;
  font-size: 2rem;
}
@media only screen and (max-width: 580px) {
  .c-btn1 .c-btn1__icon i {
    font-size: 1.7rem;
  }
}
.c-ig__btn {
  margin-left: auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 31px;
  position: relative;
}
.c-ig__btn::after, .c-ig__btn::before {
  background-color: #3f3b3a;
  content: "";
  height: 90%;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 1px;
}
.c-ig__btn::before {
  left: 5%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
}
.c-ig__btn::after {
  right: 3%;
  -webkit-transform: translateY(-50%) rotate(25deg);
  transform: translateY(-50%) rotate(25deg);
}
.c-ig__btn:hover::before {
  background-color: #eb79ac;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.c-ig__btn:hover::after {
  background-color: #eb79ac;
  right: 11.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
}
.c-ig__btn span {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 2px;
}
/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1__en {
  text-align: center;
}
.c-title1__en span {
  color: #eb79ac;
  font-family: "source-han-serif-japanese", serif;
  font-size: 2rem;
  position: relative;
}
.c-title1__en span::before {
  background-color: #eb79ac;
  bottom: -3px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 106%;
}
.c-title1__ja {
  color: #3f3b3a;
  font-family: "source-han-serif-japanese", serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 4px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-title1__ja {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-title1__ja {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-title1__ja {
    letter-spacing: 0.5px;
    font-size: 2.2rem;
  }
}
/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-menu__icon {
  cursor: pointer;
  height: 28px;
  width: 45px;
  z-index: 9999;
}
.c-menu__icon .line-1,
.c-menu__icon .line-2,
.c-menu__icon .line-3 {
  background-color: #eb79ac;
  height: 3px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  width: 100%;
}
.c-menu__icon .line-1 {
  -webkit-animation: animate-line-1-rev 0.7s ease-in-out;
  animation: animate-line-1-rev 0.7s ease-in-out;
}
.c-menu__icon .line-2 {
  -webkit-animation: animate-line-2-rev 0.7s ease-in-out;
  animation: animate-line-2-rev 0.7s ease-in-out;
  margin: 9.5px 0;
}
.c-menu__icon .line-3 {
  -webkit-animation: animate-line-3-rev 0.7s ease-in-out;
  animation: animate-line-3-rev 0.7s ease-in-out;
}
.c-menu__icon:hover .line-1,
.c-menu__icon:hover .line-2,
.c-menu__icon:hover .line-3 {
  background-color: #eb79ac;
}
.c-menu__icon.c-active .line-1,
.c-menu__icon.c-active .line-2,
.c-menu__icon.c-active .line-3 {
  background-color: #eb79ac;
}
.c-menu__icon.c-active .line-1 {
  -webkit-animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-1 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-2 {
  -webkit-animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-2 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.c-menu__icon.c-active .line-3 {
  -webkit-animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
  animation: animate-line-3 0.7s cubic-bezier(0.3, 1, 0.7, 1) forwards;
}
.no-animation {
  -webkit-animation: none !important;
  animation: none !important;
  animation: none !important;
}
@-webkit-keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(0);
    transform: translate3d(0, 12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(45deg);
    transform: translate3d(0, 12.5px, 0) rotate(45deg);
  }
}
@keyframes animate-line-1 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(0);
    transform: translate3d(0, 12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(45deg);
    transform: translate3d(0, 12.5px, 0) rotate(45deg);
  }
}
@-webkit-keyframes animate-line-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes animate-line-2 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(0);
    transform: translate3d(0, -12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(135deg);
    transform: translate3d(0, -12.5px, 0) rotate(135deg);
  }
}
@keyframes animate-line-3 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(0);
    transform: translate3d(0, -12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(135deg);
    transform: translate3d(0, -12.5px, 0) rotate(135deg);
  }
}
@-webkit-keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(45deg);
    transform: translate3d(0, 12.5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(0);
    transform: translate3d(0, 12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-1-rev {
  0% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(45deg);
    transform: translate3d(0, 12.5px, 0) rotate(45deg);
  }
  50% {
    -webkit-transform: translate3d(0, 12.5px, 0) rotate(0);
    transform: translate3d(0, 12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@-webkit-keyframes animate-line-2-rev {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animate-line-2-rev {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(135deg);
    transform: translate3d(0, -12.5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(0);
    transform: translate3d(0, -12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
@keyframes animate-line-3-rev {
  0% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(135deg);
    transform: translate3d(0, -12.5px, 0) rotate(135deg);
  }
  50% {
    -webkit-transform: translate3d(0, -12.5px, 0) rotate(0);
    transform: translate3d(0, -12.5px, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
}
.c-header__burger {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-header__burger {
    align-items: center;
    -webkit-box-align: center;
    display: box;
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
  }
}
.menu-toggle {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  cursor: pointer;
  display: box;
  display: flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  height: 22px;
  justify-content: space-between;
  transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -webkit-transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  width: 35px;
}
.menu-toggle span {
  background-color: #fff;
  height: 3px;
  -webkit-transition: width 200ms ease;
  transition: width 200ms ease;
  transition: width 200ms ease;
}
.menu-toggle span:nth-child(1) {
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
  width: 80%;
}
.menu-toggle span:nth-child(2) {
  width: 100%;
}
.menu-toggle span:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
  width: 60%;
}
.menu-toggle span:nth-child(4) {
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -6px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: height 400ms;
  transition: height 400ms;
  transition: height 400ms;
  width: 3px;
}
.menu-toggle.c-active {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  transition-delay: 400ms;
}
.menu-toggle.c-active span:nth-child(1) {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  width: 0;
}
.menu-toggle.c-active span:nth-child(3) {
  -webkit-transition: 200ms ease;
  transition: 200ms ease;
  transition: 200ms ease;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
  transition-delay: 150ms;
  width: 0;
}
.menu-toggle.c-active span:nth-child(4) {
  height: 35px;
  -webkit-transition: height 200ms ease;
  transition: height 200ms ease;
  transition: height 200ms ease;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
  transition-delay: 200ms;
}
/*------------------------------------------------------------
img
------------------------------------------------------------*/
.c-fixed__buttons {
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 998;
}
@media only screen and (max-width: 767px) {
  .c-fixed__buttons {
    bottom: unset;
    top: 15%;
  }
}
.c-fixed__buttons .c-fixed__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 14px 9px;
  min-width: 53px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
  -webkit-writing-mode: horizontal-tb;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-height: 1023px) {
  .c-fixed__buttons .c-fixed__button {
    padding: 8px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-fixed__buttons .c-fixed__button {
    min-width: 42px;
    padding: 5px;
  }
}
.c-fixed__buttons .c-fixed__button:hover {
  min-width: 62px;
  opacity: 1;
}
.c-fixed__buttons .c-fixed__button .c-fixed__icon {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-fixed__icon {
    height: 28px;
    width: 28px;
  }
}
.c-fixed__buttons .c-fixed__button .c-line__txt {
  font-size: 1.35rem;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.03;
  padding-bottom: 3px;
}
@media only screen and (max-height: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-line__txt {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-line__txt {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__buttons .c-fixed__button .c-line__txt {
    display: none;
  }
}
.c-fixed__buttons .c-fixed__button .c-fixed__beautytxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 3px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-fixed__beautytxt {
    margin-top: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__buttons .c-fixed__button .c-fixed__beautytxt {
    padding-bottom: 0;
  }
}
.c-fixed__buttons .c-fixed__button .c-fixed__beautytxt > span {
  font-size: 1.35rem;
  line-height: 1.03;
}
@media only screen and (max-height: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-fixed__beautytxt > span {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__buttons .c-fixed__button .c-fixed__beautytxt > span {
    display: none;
  }
}
.c-fixed__buttons .c-fixed__button .c-fixed__beautytxt > span span {
  display: block;
  height: 7px;
}
.c-fixed__buttons .c-fixed__button .c-fixed__beautytxt > span:nth-child(1) {
  -webkit-transform: translateY(23%);
  transform: translateY(23%);
}
.c-fixed__buttons .c-fixed__button .c-ig__txt {
  font-size: 1.35rem;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  line-height: 1.03;
  padding-bottom: 3px;
}
@media only screen and (max-height: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-ig__txt {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .c-fixed__buttons .c-fixed__button .c-ig__txt {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .c-fixed__buttons .c-fixed__button .c-ig__txt {
    display: none;
  }
}
.c-fixed__buttons .c-fixed__line {
  background-color: #3db157;
}
.c-fixed__buttons .c-fixed__beauty {
  background-color: #8f2153;
}
.c-fixed__buttons .c-fixed__ig {
  background-color: #f09ec2;
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-qa__list .c-qa__item + .c-qa__item {
  margin-top: 11px;
}
.c-qa__list .c-qa__item .c-q__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbe0ec;
  border-radius: 12px;
  cursor: pointer;
  padding: 8px 2.5%;
}
.c-qa__list .c-qa__item .c-q__item:hover {
  background-color: #ebc1d4;
}
.c-qa__list .c-qa__item .c-q__item .c-q__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  pointer-events: none;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-q__item .c-q__left {
    -ms-flex-item-align: baseline;
    align-self: baseline;
  }
}
.c-qa__list .c-qa__item .c-q__item .c-q__left .c-q__icon {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 6.5px;
  margin-right: 12px;
  margin-top: 2px;
  pointer-events: none;
  -webkit-transform-origin: center;
  transform-origin: center;
  width: 13px;
}
.c-qa__list .c-qa__item .c-q__item .c-q__left .c-q__icon.c-active {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.c-qa__list .c-qa__item .c-q__item .c-q__left .c-q__only {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-q__item .c-q__left .c-q__only {
    font-size: 1.7rem;
  }
}
.c-qa__list .c-qa__item .c-q__item .c-q__right {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  padding-left: 5.2%;
  pointer-events: none;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-q__item .c-q__right {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-qa__list .c-qa__item .c-q__item .c-q__right {
    font-size: 1.6rem;
  }
}
.c-qa__list .c-qa__item .c-a__item {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #f09ec2;
  border-radius: 12px;
  height: 0;
  margin-top: 2px;
  overflow: hidden;
}
.c-qa__list .c-qa__item .c-a__item.c-active {
  height: auto;
}
.c-qa__list .c-qa__item .c-a__item .c-a__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 7px 2.5% 10px;
}
.c-qa__list .c-qa__item .c-a__item .c-a__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.c-qa__list .c-qa__item .c-a__item .c-a__left .c-a__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 16px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  width: 13px;
}
.c-qa__list .c-qa__item .c-a__item .c-a__left .c-a__only {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  pointer-events: none;
}
.c-qa__list .c-qa__item .c-a__item .c-a__right {
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.875;
  padding-left: 5.2%;
  pointer-events: none;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-qa__list .c-qa__item .c-a__item .c-a__right {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-qa__list .c-qa__item .c-a__item .c-a__right {
    font-size: 1.5rem;
  }
}
.c-flow__list {
  background-image: url(./../img/line-dash.png);
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: 17% 100%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list {
    background: unset;
  }
}
.c-flow__list .c-flow__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 840px;
}
.c-flow__list .c-flow__item + .c-flow__item {
  margin-top: 94px;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item + .c-flow__item {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-flow__list .c-flow__item + .c-flow__item {
    margin-top: 35px;
  }
}
.c-flow__list .c-flow__item:nth-child(1) {
  margin-left: 13.8%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(1) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item:nth-child(2) {
  margin-left: 25%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(2) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item:nth-child(3) {
  margin-left: 15.3%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(3) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item:nth-child(4) {
  margin-left: 101.3;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(4) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item:nth-child(5) {
  margin-left: 10%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(5) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item:nth-child(6) {
  margin-left: 15%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item:nth-child(6) {
    margin-left: 0;
  }
}
.c-flow__list .c-flow__item .c-flow__img1 {
  width: 30.5%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__img1 {
    display: none;
  }
}
.c-flow__list .c-flow__item .c-flow__content {
  width: 67.1%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__content {
    width: 100%;
  }
}
.c-flow__list .c-flow__item .c-flow__content .c-flow__titlerow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__content .c-flow__titlerow {
    -webkit-transform: unset;
    transform: unset;
    margin-bottom: 10px;
  }
}
.c-flow__list .c-flow__item .c-flow__content .c-flow__titlerow .c-flow__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb79ac;
  border-radius: 50%;
  color: #fff;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 2px;
  width: 38px;
}
.c-flow__list .c-flow__item .c-flow__content .c-flow__titlerow .c-flow__title {
  font-size: 2.2rem;
  letter-spacing: 1px;
  padding-left: 1.25%;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__content .c-flow__titlerow .c-flow__title {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
.c-flow__list .c-flow__item .c-flow__content .c-flow__img2 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__content .c-flow__img2 {
    display: block;
  }
}
.c-flow__list .c-flow__item .c-flow__content .c-flow__desc {
  font-size: 1.8rem;
  line-height: 1.6388888889;
  padding-left: calc(38px + 1.25%);
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-flow__list .c-flow__item .c-flow__content .c-flow__desc {
    font-size: 1.6rem;
    padding-left: 0;
    margin-top: 6px;
  }
}
.c-voice__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 53px 6%;
}
@media only screen and (max-width: 767px) {
  .c-voice__list {
    gap: 50px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-voice__list {
    gap: 40px 0;
  }
}
.c-voice__list .c-voice__item {
  background-color: #fff;
  -webkit-box-shadow: 4.5px 4.5px 5px rgba(35, 25, 22, 0.25);
  box-shadow: 4.5px 4.5px 5px rgba(35, 25, 22, 0.25);
  padding: 34px 2.2% 58px 3.7%;
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__item {
    width: 100%;
    padding: 25px 4% 40px;
  }
}
.c-voice__list .c-voice__item > div .c-voice__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.c-voice__list .c-voice__item > div .c-voice__content > div {
  background-color: #f7f8f8;
  border-radius: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2.2rem;
  line-height: 1.6818181818;
  margin-right: 1.7%;
  padding: 6px 6% 34px;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 1023px) {
  .c-voice__list .c-voice__item > div .c-voice__content > div {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__item > div .c-voice__content > div {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-voice__list .c-voice__item > div .c-voice__content > div {
    font-size: 1.5rem;
    margin-right: 3%;
    padding: 12px 15px;
  }
}
.c-voice__list .c-voice__item > div .c-voice__content .c-voice__date {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.9rem;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
@media only screen and (max-width: 767px) {
  .c-voice__list .c-voice__item > div .c-voice__content .c-voice__date {
    font-size: 1.8rem;
  }
}
.c-case__list .c-case__item + .c-case__item {
  margin-top: 102px;
}
.c-case__list .c-case__item:nth-child(even) > div {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-case__list .c-case__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-case__list .c-case__item .c-case__img {
  width: 46.7%;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__img {
    width: 100%;
  }
}
.c-case__list .c-case__item .c-case__content {
  width: 48.3%;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__content {
    width: 100%;
    margin-top: 10px;
  }
}
.c-case__list .c-case__item .c-case__label {
  border: 1px solid #000;
  min-width: 168px;
  padding: 4px 10px 8px;
  text-align: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__label {
    min-width: 150px;
  }
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item .c-case__label {
    min-width: 120px;
    padding: 2px 10px 5px;
  }
}
.c-case__list .c-case__item .c-case__label span {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-case__list .c-case__item .c-case__label span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item .c-case__label span {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
.c-case__list .c-case__item .c-case__listchild {
  margin-top: 9px;
}
.c-case__list .c-case__item .c-case__listchild li + li {
  margin-top: 6px;
}
.c-case__list .c-case__item .c-case__listchild h5 {
  background-color: #a48b78;
  min-width: 168px;
  padding: 20px;
  padding: 6px 10px;
  text-align: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item .c-case__listchild h5 {
    min-width: 100px;
  }
}
.c-case__list .c-case__item .c-case__listchild h5 span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-case__list .c-case__item .c-case__listchild p {
  border: 1px solid #a48b78;
  font-size: 1.7rem;
  letter-spacing: 1.3px;
  line-height: 1.5147058824;
  padding: 5px 18px 11px;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-case__list .c-case__item .c-case__listchild p {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
    padding: 5px 8px 11px;
    line-height: 1.6;
  }
}
.c-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 73px 5.5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-menu__list {
    gap: 50px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__list {
    gap: 35px 0;
  }
}
.c-menu__list .c-menu__item {
  width: 44.5%;
}
@media only screen and (max-width: 767px) {
  .c-menu__list .c-menu__item {
    width: 48%;
  }
}
.c-menu__list .c-menu__item .c-menu__title {
  font-size: 2.5rem;
  letter-spacing: 4px;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c-menu__list .c-menu__item .c-menu__title {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 580px) {
  .c-menu__list .c-menu__item .c-menu__title {
    font-size: 1.8rem;
    letter-spacing: 0.5px;
  }
}
.c-menu__list .c-menu__item .c-menu__img img {
  aspect-ratio: 149/112;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-style__list .c-style__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-style__list .c-style__item:nth-child(odd) {
  padding: 0 3%;
}
.c-style__list .c-style__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.c-style__list .c-style__item:nth-child(even) .c-style__img {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item:nth-child(even) .c-style__img {
    width: 100%;
  }
}
.c-style__list .c-style__item:nth-child(even) .c-style__content {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item:nth-child(even) .c-style__content {
    width: 100%;
  }
}
.c-style__list .c-style__item:nth-child(even) .c-style__content .c-style__desc {
  letter-spacing: 2px;
}
.c-style__list .c-style__item + .c-style__item {
  margin-top: 58px;
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item + .c-style__item {
    margin-top: 60px;
    position: relative;
  }
  .c-style__list .c-style__item + .c-style__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #eb79ac;
    left: 0;
    top: -35px;
  }
}
.c-style__list .c-style__item .c-style__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item .c-style__img {
    width: 100%;
  }
}
.c-style__list .c-style__item .c-style__content {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item .c-style__content {
    width: 100%;
    margin-top: 10px;
  }
}
.c-style__list .c-style__item .c-style__content .c-style__title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 27px;
  text-align: center;
}
@media only screen and (max-width: 1023px) {
  .c-style__list .c-style__item .c-style__content .c-style__title {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-style__list .c-style__item .c-style__content .c-style__title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .c-style__list .c-style__item .c-style__content .c-style__title {
    margin-bottom: 5px;
  }
}
.c-style__list .c-style__item .c-style__content .c-style__desc {
  font-size: 1.7rem;
  letter-spacing: 1px;
  line-height: 2.3382352941;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .c-style__list .c-style__item .c-style__content .c-style__desc {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    padding: 0 3%;
  }
}
.c-stylist__members li {
  background-color: #faf7f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 57px 8.5% 74px;
  -webkit-box-shadow: 3px 3px 6px rgba(35, 25, 22, 0.75);
  box-shadow: 3px 3px 6px rgba(35, 25, 22, 0.75);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li {
    padding: 25px 7% 30px;
  }
}
@media only screen and (max-width: 580px) {
  .c-stylist__members li {
    padding: 20px 5% 30px;
  }
}
.c-stylist__members li + li {
  margin-top: 154px;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li + li {
    margin-top: 100px;
  }
}
.c-stylist__members li .c-stylist__img {
  width: 36%;
}
@media only screen and (max-width: 580px) {
  .c-stylist__members li .c-stylist__img {
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden;
    border-radius: 5px;
  }
}
.c-stylist__members li .c-stylist__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 239/309;
}
.c-stylist__members li .c-stylist__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6%;
}
@media only screen and (max-width: 580px) {
  .c-stylist__members li .c-stylist__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0 2%;
    width: 100%;
  }
}
.c-stylist__members li .c-stylist__right .c-stylist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-family: "source-han-sans-japanese", sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 3px;
  border-bottom: 1px solid #727171;
  padding-bottom: 12px;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li .c-stylist__right .c-stylist__row {
    gap: 7px;
    padding-bottom: 8px;
  }
}
.c-stylist__members li .c-stylist__right .c-stylist__row .c-stylist__name {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li .c-stylist__right .c-stylist__row .c-stylist__name {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-stylist__members li .c-stylist__right .c-stylist__row .c-stylist__name {
    font-size: 2.1rem;
  }
}
.c-stylist__members li .c-stylist__right .c-stylist__row .c-stylist__role {
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li .c-stylist__right .c-stylist__row .c-stylist__role {
    font-size: 1.7rem;
  }
}
.c-stylist__members li .c-stylist__right .c-stylist__desc {
  font-size: 1.7rem;
  line-height: 2.4117647059;
  text-align: justify;
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .c-stylist__members li .c-stylist__right .c-stylist__desc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mainvisual {
  position: relative;
}
.c-mainvisual .c-mainvisual__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  height: 100vh;
}
@media only screen and (max-width: 580px) {
  .c-mainvisual .c-mainvisual__img img {
    height: 80vh;
  }
}
.c-mainvisual::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10%;
}
.c-news__item {
  position: absolute;
  background-color: #fff;
  right: 5%;
  bottom: 13.1%;
  width: 100%;
  max-width: 397px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: -9px 7px 0 rgba(245, 189, 213, 0.7);
  box-shadow: -9px 7px 0 rgba(245, 189, 213, 0.7);
}
@media only screen and (max-width: 767px) {
  .c-news__item {
    width: 90%;
  }
}
.c-news__item .c-news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 20px 10px 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.25s ease;
}
.c-news__left:hover{
  background-color: #f7cbdf;
}
.c-news__item .c-news__left .c-newsleft__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-news__item .c-news__left .c-newsleft__left .c-news__date {
  font-size: 1.3rem;
}
.c-news__item .c-news__left .c-newsleft__left .c-news__cat {
  font-size: 1.1rem;
  color: #e4007f;
  font-family: "source-han-sans-japanese", sans-serif;
}
.c-news__item .c-news__left .c-news__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8%;
  font-size: 1.5rem;
  text-align: justify;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  letter-spacing: 0.4px;
}
@media only screen and (max-width: 580px) {
  .c-news__item .c-news__left .c-news__title {
    padding-left: 6%;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-news__item .c-news__right {
  background-color: #eb79ac;
  color: #fff;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 3px solid #eb79ac;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-news__item .c-news__right:hover {
  color: #eb79ac;
  background-color: #fff;
}
.c-news__item .c-news__right span:nth-child(1) {
  font-size: 1.7rem;
  font-weight: 700;
}
.c-news__item .c-news__right span:nth-child(2) {
  font-size: 1rem;
}
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
.c-openslider1__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.c-openslider1__container.c-openslider1__container2 {
  margin-top: 12px;
}
.c-openslider1__container .c-slider1__btn {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #eb79ac;
  cursor: pointer;
  font-size: 2.3rem;
}
.c-openslider1__container .c-slider1__btn:hover {
  color: #c5b502;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.c-openslider1__container .c-slider1__wrapper {
  max-width: 77.5%;
}
@media only screen and (max-width: 767px) {
  .c-openslider1__container .c-slider1__wrapper {
    max-width: 85%;
  }
}
.c-openslider1__container .c-slider1 {
  -webkit-box-shadow: 2.7px 2.7px 3px rgba(63, 59, 58, 0.75);
  box-shadow: 2.7px 2.7px 3px rgba(63, 59, 58, 0.75);
}
.c-slider2 {
  /* the parent */
}
.c-slider2 .slick-slide {
  margin: 0 6px;
}
.c-slider2 .slick-list {
  margin: 0 -6px;
}
.c-slider2 .c-slider2__item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.c-slider2 .c-slider2__item:hover::before {
  background-color: transparent;
}
.c-slider2 .c-slider2__item::before {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-mg--scroll1 {
  scroll-margin-top: 70px;
}
.u-mg--scroll2 {
  scroll-margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .u-mg--scroll2 {
    scroll-margin-top: 10px;
  }
}
.u-mg--scroll3 {
  scroll-margin-top: 90px;
}
@media only screen and (max-width: 767px) {
  .u-mg--scroll3 {
    scroll-margin-top: 10px;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top .c-open {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-open {
    padding: 30px 0 70px;
  }
}
.p-top .c-open__title {
  font-size: 2.5rem;
  letter-spacing: 2.5px;
  margin-bottom: 68px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-open__title {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-open__title {
    margin-bottom: 25px;
  }
}
.p-top .c-open .l-container {
  max-width: 806px;
}
.p-top .c-open .c-open__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  scroll-margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-open .c-open__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 2%;
  }
}
.p-top .c-open .c-open__row .c-open__left {
  width: 47%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-open .c-open__row .c-open__left {
    width: 100%;
  }
}
.p-top .c-open .c-open__row .c-open__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.7rem;
  letter-spacing: 0.5px;
  line-height: 2.5735294118;
  margin-top: 15px;
  padding-left: 4.5%;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-top .c-open .c-open__row .c-open__right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    padding: 0 2%;
    font-size: 1.6rem;
    width: 100%;
  }
  .p-top .c-open .c-open__row .c-open__right br:nth-child(2) {
    display: none;
  }
}
.p-top .c-introduce1 {
  background-image: url(./../img/introduce1_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 36px 0 60px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce1 {
    padding: 25px 0 40px;
  }
}
.p-top .c-introduce1 .l-container {
  max-width: 792px;
}
.p-top .c-introduce1 .c-introduce1__desc {
  font-size: 2rem;
  letter-spacing: 2.6px;
  line-height: 2.0875;
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce1 .c-introduce1__desc {
    margin-top: 12px;
    letter-spacing: 1px;
    font-size: 1.6rem;
  }
}
.p-top .c-introduce1 .c-introduce1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce1 .c-introduce1__row {
    margin-top: 15px;
  }
}
.p-top .c-introduce1 .c-introduce1__row .c-introduce1__desc2 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.7rem;
  line-height: 2.1029411765;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce1 .c-introduce1__row .c-introduce1__desc2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    font-size: 1.6rem;
  }
}
.p-top .c-introduce1 .c-introduce1__row .c-introduce1__img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 8.5%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce1 .c-introduce1__row .c-introduce1__img {
    padding: 0;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 6px;
  }
}
.p-top .c-navi__section {
  padding: 32px 0 109px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-navi__section {
    padding-bottom: 70px;
  }
}
.p-top .c-navi__section .l-container {
  max-width: 1030px;
}
.p-top .c-navi__section .c-navi__logo {
  margin: 55px auto 0;
  max-width: 282px;
  -webkit-transform: translateX(40px);
  transform: translateX(40px);
}
@media only screen and (max-width: 1023px) {
  .p-top .c-navi__section .c-navi__logo {
    margin-top: 25px;
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    max-width: 200px;
  }
}
.p-top .c-navi__section .c-navigation__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 38px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 52px;
  -webkit-transform: translateX(45px);
  transform: translateX(45px);
}
@media only screen and (max-width: 1023px) {
  .p-top .c-navi__section .c-navigation__link {
    margin-top: 35px;
    -webkit-transform: translateX(25px);
    transform: translateX(25px);
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-navi__section .c-navigation__link {
    gap: 25px 2%;
    margin-top: 25px;
    -webkit-transform: unset;
    transform: unset;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-navi__section .c-navigation__link {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 25px 0;
  }
}
.p-top .c-navi__section .c-navigation__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-navi__section .c-navigation__link a {
    width: 32%;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-navi__section .c-navigation__link a {
    width: 42%;
  }
}
.p-top .c-navi__section .c-navigation__link a .c-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5%;
  width: 20px;
}
.p-top .c-navi__section .c-navigation__link a .c-link__text {
  font-size: 2rem;
  white-space: nowrap;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-navi__section .c-navigation__link a .c-link__text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 875px) {
  .p-top .c-navi__section .c-navigation__link a .c-link__text {
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-navi__section .c-navigation__link a .c-link__text {
    white-space: unset;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-navi__section .c-navigation__link a .c-link__text {
    white-space: nowrap;
  }
}
.p-top .c-introduce {
  background-color: rgba(181, 182, 182, 0.1);
  padding: 40px 0 79px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-introduce {
    padding-bottom: 60px;
  }
}
.p-top .c-introduce .l-container {
  max-width: 970px;
}
.p-top .c-introduce__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce__row {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .c-introduce__row .c-introduce__img {
  width: 38%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce__row .c-introduce__img {
    width: 100%;
  }
}
.p-top .c-introduce__row .c-introduce__right {
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
  width: 56.5%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce__row .c-introduce__right {
    -webkit-transform: unset;
    transform: unset;
    margin-top: 10px;
    width: 100%;
  }
}
.p-top .c-introduce__row .c-introduce__right .c-introduce__desc {
  font-size: 1.7rem;
  letter-spacing: 1.5px;
  line-height: 3.1617647059;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .p-top .c-introduce__row .c-introduce__right .c-introduce__desc {
    white-space: unset;
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-introduce__row .c-introduce__right .c-introduce__desc {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-top .c-introduce__row .c-introduce__right .c-introduce__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 39px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-introduce__row .c-introduce__right .c-introduce__btns {
    gap: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .p-top .c-introduce__row .c-introduce__right .c-introduce__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
  }
}
.p-top .c-introduce__row .c-introduce__right .c-introduce__btns .c-btn1 {
  margin-left: unset;
}
.p-top .c-style {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-style {
    padding: 40px 0 70px;
  }
}
.p-top .c-style .l-container {
  max-width: 926px;
}
.p-top .c-style .c-style__list {
  margin-top: 81px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-style .c-style__list {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-style .c-style__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-style .c-style__list {
    margin-top: 25px;
  }
}
.p-top .c-menu {
  background-color: rgba(245, 189, 213, 0.3);
  padding: 52px 0 64px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-menu {
    padding: 35px 0 50px;
  }
}
.p-top .c-menu .l-container {
  max-width: 1034px;
}
.p-top .c-menu .c-menu__list {
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-menu .c-menu__list {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-menu .c-menu__list {
    margin-top: 25px;
  }
}
.p-top .c-menu .c-btn1 {
  margin-right: 51px;
  margin-top: 71px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-menu .c-btn1 {
    margin-right: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-menu .c-btn1 {
    margin-top: 25px;
  }
}
.p-top .c-cases {
  padding: 64px 0 60px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-cases {
    padding: 40px 0 60px;
  }
}
.c-case__list--reverse .c-case__item  > div{
  flex-direction: row-reverse;
}
.p-top .c-cases .l-container {
  max-width: 991px;
}
.p-top .c-cases .c-case__list {
  margin-top: 65px;
}
.p-top .c-cases .c-case__list + .c-case__list{
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-cases .c-case__list {
    margin-top: 35px;
  }
  .p-top .c-cases .c-case__list + .c-case__list {
    margin-top: 65px;
  }
}
.p-top .c-cases .c-btn1 {
  margin-right: 28px;
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-cases .c-btn1 {
    margin-right: 0;
    margin-top: 35px;
  }
}
.p-top .c-voice {
  background-color: #fffcd9;
  padding-bottom: 0;
  padding-top: 58px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-voice {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-voice {
    padding-top: 30px;
  }
}
.p-top .c-voice__desc {
  font-size: 2rem;
  letter-spacing: 2px;
  line-height: 2.0875;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-voice__desc {
    font-size: 1.5rem;
    letter-spacing: 0;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-voice__desc {
    font-size: 1.4rem;
  }
}
.p-top .c-voice .l-container {
  max-width: 1030px;
}
.p-top .c-voice__list {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-voice__list {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-voice__list {
    margin-top: 30px;
  }
}
.p-top .c-voice .c-btn1 {
  margin-right: 49px;
  margin-top: 48px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-voice .c-btn1 {
    margin-right: 0;
  }
}
.p-top .c-voice .c-ig__container {
  background-color: #fff;
  margin-top: 35px;
  position: relative;
  z-index: 3;
}
.p-top .c-voice .c-ig__container::before {
  background-color: #fffcd9;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top .c-voice .c-ig__container .l-container {
  max-width: 920px;
}
.p-top .c-voice .c-ig__container .c-ig {
}
.p-top .c-voice .c-ig__container .c-ig__btn {
  margin-top: 34px;
}
.p-top .c-stylist {
  background-image: url(./../img/stylist_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 115px 0 21px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-stylist {
    padding-top: 70px;
  }
}
.p-top .c-stylist .l-container {
  max-width: 1006px;
}
.p-top .c-stylist .c-stylist__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 17px;
}
.p-top .c-stylist .c-stylist__row .c-stylist__img {
  width: 33.8%;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__img {
    width: 30%;
  }
}
.p-top .c-stylist .c-stylist__row .c-stylist__right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 6%;
  padding-top: 64px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right {
    padding-top: 40px;
  }
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__role {
  font-size: 2.1rem;
  font-weight: 700;
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-weight: 700;
  gap: 10px;
  margin-top: 11px;
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__row2 .c-jameel__namejp {
  font-size: 2.5rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__row2 .c-jameel__namejp {
    font-size: 2rem;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__row2 .c-jameel__namejp {
    font-size: 1.8rem;
  }
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__row2 .c-jameel__nameen {
  font-size: 1.6rem;
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__comment {
  font-size: 2.1rem;
  margin-top: 56px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__comment {
    display: none;
  }
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__desc {
  font-size: 2rem;
  letter-spacing: 0.75px;
  line-height: 2.05;
  margin-top: 12px;
  text-align: justify;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right .c-stylist__desc {
    display: none;
  }
}
.p-top .c-stylist .c-stylist__row .c-stylist__right .c-btn1 {
  margin-right: 37px;
  margin-top: 84px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__row .c-stylist__right .c-btn1 {
    display: none;
  }
}
.p-top .c-stylist .c-stylist__rowsp {
  display: none;
  padding: 0 2%;
}
@media only screen and (max-width: 580px) {
  .p-top .c-stylist .c-stylist__rowsp {
    display: block;
  }
}
.p-top .c-stylist .c-stylist__rowsp .c-stylist__comment {
  font-size: 1.8rem;
  margin-left: 12px;
  font-weight: 700;
}
.p-top .c-stylist .c-stylist__rowsp .c-stylist__desc {
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 2.05;
  margin-top: 4px;
  text-align: justify;
}
.p-top .c-stylist .c-stylist__rowsp .c-btn1 {
  margin-right: 0;
  margin-top: 20px;
}
.p-top .c-flow1 {
  padding-bottom: 120px;
  padding-top: 58px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow1 {
    padding-bottom: 80px;
  }
}
.p-top .c-flow1 .l-container {
  max-width: 770px;
}
.p-top .c-flow1 .c-flow1__title {
  font-size: 1.8rem;
  margin-bottom: 21px;
  margin-top: 34px;
  text-align: center;
}
@media only screen and (max-width: 580px) {
  .p-top .c-flow1 .c-flow1__title {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}
.p-top .c-flow1 .c-flow1__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin: 0 auto;
  max-width: 365px;
  width: 80%;
}
@media only screen and (max-width: 580px) {
  .p-top .c-flow1 .c-flow1__btns {
    width: 90%;
  }
}
.p-top .c-flow1 .c-flow1__btns .c-flow1__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #3f3b3a;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12.5px 12px;
}
.p-top .c-flow1 .c-flow1__btns .c-flow1__btn:hover {
  background-color: #eb79ac;
  opacity: 1;
}
.p-top .c-flow1 .c-flow1__btns .c-flow1__btn .c-flow1__line {
  width: 23px;
}
.p-top .c-flow1 .c-flow1__btns .c-flow1__btn .c-flow1__txt {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.p-top .c-flow1 .c-flow1__title2 {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 3px;
  margin-top: 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow1 .c-flow1__title2 {
    margin-top: 40px;
    letter-spacing: 1.5px;
    font-size: 2rem;
  }
}
.p-top .c-flow1 .c-flow1__list {
  margin-top: 19px;
}
.p-top .c-flow1 .c-flow1__list li {
  background-color: #eb79ac;
  padding: 9px 10px 12px;
}
.p-top .c-flow1 .c-flow1__list li:nth-child(1) {
  background-color: #fce7f0;
}
.p-top .c-flow1 .c-flow1__list li:nth-child(2) {
  background-color: #fad9e8;
}
.p-top .c-flow1 .c-flow1__list li:nth-child(3) {
  background-color: #f7cbdf;
}
.p-top .c-flow1 .c-flow1__list li:nth-child(4) {
  background-color: #f5bdd5;
}
.p-top .c-flow1 .c-flow1__list li + li {
  margin-top: 55px;
  position: relative;
}
.p-top .c-flow1 .c-flow1__list li + li::before {
  background-image: url(./../img/flow_icon.svg);
  background-repeat: no-repeat;
  content: "";
  height: 13px;
  left: 50%;
  position: absolute;
  top: -31px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 23px;
}
.p-top .c-flow1 .c-flow1__list li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 6px;
  max-width: 310px;
  position: relative;
}
.p-top .c-flow1 .c-flow1__list li h5 .c-number {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  left: 0;
  position: absolute;
}
.p-top .c-flow1 .c-flow1__list li h5 .c-numbertitle {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 2.3rem;
  font-weight: 700;
  letter-spacing: 2.7px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow1 .c-flow1__list li h5 .c-numbertitle {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
}
.p-top .c-flow1 .c-flow1__list li .c-flow1__itemdesc {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.8rem;
  padding-top: 9px;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow1 .c-flow1__list li .c-flow1__itemdesc {
    font-size: 1.6rem;
  }
}
.p-top .c-flow1 .c-flow1__list li .c-flow1__itemdesc::before {
  background-color: #3f3b3a;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 79.5%;
}
.p-top .c-flow {
  background-color: rgba(201, 202, 202, 0.2);
  padding-bottom: 120px;
  padding-top: 61px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-flow {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow {
    padding-bottom: 70px;
  }
}
.p-top .c-flow .c-title1__ja {
  letter-spacing: 5px;
}
@media only screen and (max-width: 580px) {
  .p-top .c-flow .c-title1__ja {
    letter-spacing: 2px;
  }
}
.p-top .c-flow .l-container {
  max-width: 1154px;
}
.p-top .c-flow .c-flow__list {
  margin-top: 74px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-flow .c-flow__list {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__list {
    margin-top: 30px;
  }
}
.p-top .c-flow .c-flow__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20.6% auto 0;
  max-width: 976px;
  padding: 27px 2% 35px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__bottom {
    margin-top: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 70px;
  }
}
.p-top .c-flow .c-flow__bottom .c-flowbottom__item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__bottom .c-flowbottom__item {
    width: 100%;
  }
}
.p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__title {
  background-color: #eb79ac;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 5%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__title {
    font-size: 1.7rem;
  }
}
.p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__desc {
  font-size: 1.7rem;
  letter-spacing: 0.7px;
  line-height: 1.9852941176;
  margin-top: 26px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__desc {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__desc {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-space {
  display: block;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-flow .c-flow__bottom .c-flowbottom__item .c-space {
    padding-top: 15px;
  }
}
.p-top .c-qa__top {
  padding-top: 37px;
}
.p-top .c-qa__top .l-container {
  max-width: 851px;
}
.p-top .c-qa__top .c-qa__list {
  margin-top: 60px;
}
.p-top .c-access {
  padding-bottom: 60px;
  padding-top: 37px;
}
.p-top .c-access .l-container {
  max-width: 1230px;
}
.p-top .c-access__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 50px auto 0;
  max-width: 976px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-top .c-access__row .c-access__iframe {
  width: 50.6%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__iframe {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 10px;
  }
}
.p-top .c-access__row .c-access__iframe iframe {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__iframe iframe {
    height: 300px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-access__row .c-access__iframe iframe {
    height: 270px;
  }
}
.p-top .c-access__row .c-access__right {
  width: 46%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__right {
    width: 100%;
  }
}
.p-top .c-access__row .c-access__right .c-access__list {
  margin-top: 6px;
}
.p-top .c-access__row .c-access__right .c-access__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top .c-access__row .c-access__right .c-access__list li + li {
  margin-top: 33.5px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__right .c-access__list li + li {
    margin-top: 15px;
  }
}
.p-top .c-access__row .c-access__right .c-access__list li h6 {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.8rem;
  min-width: 72px;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__right .c-access__list li h6 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-access__row .c-access__right .c-access__list li h6 {
    min-width: 65px;
  }
}
.p-top .c-access__row .c-access__right .c-access__list li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.8rem;
  padding-left: 7.5%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access__row .c-access__right .c-access__list li p {
    font-size: 1.6rem;
  }
}
.p-top .c-access .c-access__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 116px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 1023px) {
  .p-top .c-access .c-access__imgs {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .p-top .c-access .c-access__imgs {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .p-top .c-access .c-access__imgs {
    margin-top: 30px;
  }
}
.p-top .c-access .c-access__imgs .c-access__img {
  width: 29%;
}
@media only screen and (max-width: 767px) {
  .p-top .c-access .c-access__imgs .c-access__img {
    width: 100%;
  }
}
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}
.p-stylist .c-page__container {
  padding-top: 20px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .p-stylist .c-page__container {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 580px) {
  .p-stylist .c-page__container {
    padding-bottom: 70px;
  }
}
.p-stylist .c-page__container .l-container {
  max-width: 830px;
}
.p-menu .c-page__container {
  padding-top: 18px;
  padding-bottom: 72px;
}
.p-menu .c-page__container .l-container {
  max-width: 1025px;
}
.p-menu .c-menu__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 35px;
}
@media only screen and (max-width: 767px) {
  .p-menu .c-menu__categories {
    gap: 20px;
  }
}
.p-menu .c-menu__categories .c-menu__catlink {
  border: 1px solid #3f3b3a;
  text-align: center;
  padding: 4px 13px 6px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.p-menu .c-menu__categories .c-menu__catlink span {
  font-size: 1.7rem;
}
.p-menu .c-menu__categories .c-menu__catlink:hover {
  background-color: #3f3b3a;
  color: #fff;
}
.p-menu .c-menu__notebottom {
  text-align: center;
  margin-top: 25px;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 580px) {
  .p-menu .c-menu__notebottom {
    font-size: 1.9rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 435px) {
  .p-menu .c-menu__notebottom {
    font-size: 1.7rem;
  }
}
.p-menu .c-flow {
  background-color: rgba(201, 202, 202, 0.2);
  padding-bottom: 63px;
  padding-top: 61px;
}
.p-menu .c-flow .c-title1__ja {
  letter-spacing: 5px;
}
.p-menu .c-flow .l-container {
  max-width: 1154px;
}
.p-menu .c-flow .c-flow__list {
  margin-top: 74px;
}
.p-menu .c-flow .c-flow__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10% auto 0;
  max-width: 976px;
  padding: 27px 2% 35px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-menu .c-flow .c-flow__bottom {
    gap: 30px;
    padding: 20px 4% 25px;
  }
}
.p-menu .c-flow .c-flow__bottom .c-flowbottom__item {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .p-menu .c-flow .c-flow__bottom .c-flowbottom__item {
    width: 100%;
  }
}
.p-menu .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__title {
  background-color: #eb79ac;
  border-radius: 4px;
  color: #fff;
  font-size: 1.8rem;
  margin: 0 auto;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 8px 5%;
  text-align: center;
}
.p-menu .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__desc {
  font-size: 1.7rem;
  letter-spacing: 0.7px;
  line-height: 1.9852941176;
  margin-top: 26px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .p-menu .c-flow .c-flow__bottom .c-flowbottom__item .c-flowbottom__desc {
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.p-menu .c-flow .c-flow__bottom .c-flowbottom__item .c-space {
  display: block;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .p-menu .c-flow .c-flow__bottom .c-flowbottom__item .c-space {
    padding-top: 10px;
  }
}
.c-menu__list2 {
  margin-top: 95px;
}
@media only screen and (max-width: 1023px) {
  .c-menu__list2 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 {
    margin-top: 30px;
  }
}
.c-menu__list2 .c-menu__item2 + .c-menu__item2 {
  margin-top: 85px;
}
.c-menu__list2 .c-menu__item2 .c-menu__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-menu__list2 .c-menu__item2 .c-menu__img2 {
  width: 27%;
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 .c-menu__item2 .c-menu__img2 {
    width: 100%;
  }
}
.c-menu__list2 .c-menu__item2 .c-menu__img2 img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 269 / 248;
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: "source-han-sans-japanese", sans-serif;
  border-bottom: 1px solid #a48b78;
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 .c-menu__item2 .c-menu__listchild2 {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .c-menu__list2 .c-menu__item2 .c-menu__img2 img {
  height: auto;
}
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li .c-bt--white {
  border-top: 1px solid #fff;
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li .c-bt--no {
  border-bottom: none;
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li h5 {
  padding: 12px 15px;
  background-color: #a48b78;
  border: 1px solid #a48b78;
  width: 26.5%;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 .c-menu__item2 .c-menu__listchild2 li h5 {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li p {
  padding: 12px 15px;
  border: 1px solid #a48b78;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 700;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 .c-menu__item2 .c-menu__listchild2 li p {
    padding: 10px;
    font-size: 1.5rem;
  }
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li p.c-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .c-menu__list2 .c-menu__item2 .c-menu__listchild2 li p.c-price {
    gap: 10px;
  }
}
.c-menu__list2 .c-menu__item2 .c-menu__listchild2 li p.c-fz--normal {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9;
  padding: 16px 15px;
}
.c-menu__list2 .c-menu__contact2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-right: 16px;
  margin-top: 8px;
}
.c-menu__list2 .c-menu__contact2 .c-book {
  font-size: 1.7rem;
  font-weight: 700;
  font-family: "source-han-sans-japanese", sans-serif;
  padding-right: 17px;
  letter-spacing: 1.8px;
  position: relative;
}
.c-menu__list2 .c-menu__contact2 .c-book::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #3f3b3a;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-menu__list2 .c-menu__contact2 .c-book__line {
  width: 30px;
}
.c-menu__list2 .c-menu__contact2 .c-book__b {
  width: 30px;
}
.c-menu__contactlabel {
  margin-top: 59px;
}
.c-menu__contactlabel h3 {
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
}
.c-menu__contactlabel h3 span {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 2px;
}
.c-menu__contactlabel h3 span::before, .c-menu__contactlabel h3 span::after {
  content: "";
  position: absolute;
  height: 120%;
  width: 1px;
  top: 50%;
  background-color: #3f3b3a;
}
.c-menu__contactlabel h3 span::before {
  left: -1%;
  -webkit-transform: rotate(-18deg) translateY(-50%);
  transform: rotate(-18deg) translateY(-50%);
}
.c-menu__contactlabel h3 span::after {
  right: -2%;
  -webkit-transform: rotate(18deg) translateY(-50%);
  transform: rotate(18deg) translateY(-50%);
}
.c-menucontact__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  margin: 31px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 580px) {
  .c-menucontact__btns {
    gap: 20px;
  }
}
.c-menucontact__btns .c-menu__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46.8%;
  border: 1px solid #3f3b3a;
  height: 50px;
  gap: 12px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-menucontact__btns .c-menu__btn {
    width: 100%;
  }
}
.c-menucontact__btns .c-menu__btn:hover {
  background-color: #cac9c9;
  opacity: 1;
}
.c-menucontact__btns .c-menu__btn .c-icon {
  width: 25px;
}
.c-menucontact__btns .c-menu__btn .c-txt {
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "source-han-sans-japanese", sans-serif;
  letter-spacing: 2px;
}
.p-voice {
  background-color: #f7f7ed;
}
.p-voice .c-page__container {
  padding-bottom: 55px;
}
.p-voice .c-page__container .l-container {
  max-width: 1030px;
}
.p-voice .c-page__container .c-voice__title {
  text-align: center;
  font-size: 2rem;
  line-height: 2.0875;
  margin-top: 30px;
  letter-spacing: 2px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-voice .c-page__container .c-voice__title {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 580px) {
  .p-voice .c-page__container .c-voice__title {
    font-size: 1.5rem;
  }
}
.p-recruit .c-page__container {
  margin-top: -59px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .p-recruit .c-page__container {
    margin-top: 0;
    padding-bottom: 50px;
  }
}
.p-recruit .c-recruit__mainvisual {
  text-align: center;
  position: relative;
}
.p-recruit .c-recruit__mainvisual img {
  -o-object-position: bottom;
  object-position: bottom;
}
.p-recruit .c-recruit__mainvisual .l-container {
  position: absolute;
}
.p-recruit h1 {
  font-size: 3.5rem;
  padding-left: 104px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-recruit h1 {
    font-size: 3rem;
    padding-left: 50px;
    font-weight: 700;
  }
}
.p-recruit h1::before {
  content: "";
  position: absolute;
  width: 90px;
  background-color: #3f3b3a;
  height: 1px;
  left: 0;
  top: 52%;
}
@media only screen and (max-width: 767px) {
  .p-recruit h1::before {
    width: 40px;
  }
}
.p-recruit .l-container {
  max-width: 1030px;
}
.c-recruit__title2 {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 1px;
  margin-top: 42px;
}
@media only screen and (max-width: 767px) {
  .c-recruit__title2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-recruit__title2 {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.c-recruit__title3 {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 100px;
}
@media only screen and (max-width: 580px) {
  .c-recruit__title3 {
    font-size: 1.4rem;
    margin-top: 35px;
  }
}
.c-information__title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-top: 91px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
  .c-information__title {
    font-size: 2rem;
    margin-top: 50px;
    margin-bottom: 12px;
  }
}
.c-information__table {
  max-width: 587px;
  margin: 0 auto;
}
.c-information__table li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #3f3b3a;
  padding: 30px 0 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-information__table li h6 {
  font-size: 1.7rem;
  width: 34.7%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .c-information__table li h6 {
    min-width: 140px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-information__table li h6 {
    font-weight: 700;
    font-size: 1.4rem;
  }
}
.c-information__table li p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.7rem;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-information__table li p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-information__table li p {
    font-size: 1.4rem;
  }
}
.p-privacy .c-page__container {
  padding-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .p-privacy .c-page__container {
    padding-bottom: 80px;
  }
}
.p-privacy .l-container {
  max-width: 845px;
}
.p-privacy .c-privacy__desc {
  font-size: 1.7rem;
  line-height: 2.1364705882;
  text-align: justify;
  margin-top: 68px;
}
@media only screen and (max-width: 1023px) {
  .p-privacy .c-privacy__desc {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .p-privacy .c-privacy__desc {
    margin-top: 0;
    font-size: 1.5rem;
  }
}
.p-privacy .c-privacy__desc strong span {
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 2px;
}
.p-cases .c-page__container {
  padding-top: 75px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1023px) {
  .p-cases .c-page__container {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .p-cases .c-page__container {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .p-cases .c-page__container {
    padding-top: 0;
  }
}
.p-cases .c-page__container .l-container {
  max-width: 997px;
}
.p-cases .c-page__container .c-cases__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}
@media only screen and (max-width: 767px) {
  .p-cases .c-page__container .c-cases__btns {
    gap: 20px;
  }
}
.p-cases .c-page__container .c-cases__btns .c-cases__btn {
  text-align: center;
  border: 1px solid #3f3b3a;
  padding: 3px 26px 7px;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.p-cases .c-page__container .c-cases__btns .c-cases__btn span {
  font-size: 2rem;
}
.p-cases .c-page__container .c-cases__btns .c-cases__btn:hover {
  background-color: #3f3b3a;
  color: #fff;
}
.c-cases__list1 .c-cases__item1 {
  padding: 90px 0;
}
.c-cases__list1 .c-cases__item1:nth-child(even) {
  position: relative;
}
.c-cases__list1 .c-cases__item1:nth-child(even)::before {
  content: "";
  background-color: rgba(181, 182, 182, 0.1);
  position: absolute;
  width: 1000vh;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-cases__list1 .c-cases__item1 .c-cases__title2 {
  padding-left: 59px;
  font-size: 2rem;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .c-cases__list1 .c-cases__item1 .c-cases__title2 {
    margin-bottom: 20px;
  }
}
.c-cases__list1 .c-cases__item1 .c-cases__title2::before {
  content: "";
  position: absolute;
  width: 46px;
  background-color: #3f3b3a;
  height: 1px;
  left: 0;
  top: 52%;
}
.c-case__list2 .c-case__item + .c-case__item {
  margin-top: 102px;
}
@media only screen and (max-width: 767px) {
  .c-case__list2 .c-case__item + .c-case__item {
    margin-top: 60px;
  }
}
.c-case__list2 .c-case__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-case__list2 .c-case__item .c-case__img {
  width: 46.7%;
}
@media only screen and (max-width: 767px) {
  .c-case__list2 .c-case__item .c-case__img {
    width: 100%;
  }
}
.c-case__list2 .c-case__item .c-case__content {
  width: 48.3%;
}
@media only screen and (max-width: 767px) {
  .c-case__list2 .c-case__item .c-case__content {
    width: 100%;
    margin-top: 15px;
  }
}
.c-case__list2 .c-case__item .c-case__listchild li + li {
  margin-top: 35px;
}
@media only screen and (max-width: 580px) {
  .c-case__list2 .c-case__item .c-case__listchild li + li {
    margin-top: 20px;
  }
}
.c-case__list2 .c-case__item .c-case__listchild h5 {
  background-color: #a48b78;
  min-width: 168px;
  padding: 20px;
  padding: 6px 10px;
  text-align: center;
  width: -webkit-fit-content;
  width: fit-content;
  width: -moz-fit-content;
}
@media only screen and (max-width: 580px) {
  .c-case__list2 .c-case__item .c-case__listchild h5 {
    min-width: 140px;
  }
}
.c-case__list2 .c-case__item .c-case__listchild h5 span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-case__list2 .c-case__item .c-case__listchild p {
  border: 1px solid #a48b78;
  font-size: 1.7rem;
  letter-spacing: 1.3px;
  line-height: 1.5147058824;
  padding: 5px 18px 11px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .c-case__list2 .c-case__item .c-case__listchild p {
    font-size: 1.4rem;
  }
}
.p-news .c-news__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 62px;
  padding-bottom: 54px;
  border-bottom: 1px solid #3f3b3a;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1100px) {
  .p-news .c-news__labels {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .p-news .c-news__labels {
    margin-top: 0;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .p-news .c-news__labels {
    gap: 15px;
  }
}
.p-news .c-news__labels .c-news__label {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  border: 1px solid #3f3b3a;
  padding: 0 25px 2px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .p-news .c-news__labels .c-news__label {
    padding: 0 12px 2px;
  }
}
.p-news .c-news__labels .c-news__label:hover, .p-news .c-news__labels .c-news__label.c-active {
  background-color: #3f3b3a;
  color: #fff;
}
.p-news .c-news__labels .c-news__label span {
  font-size: 1.7rem;
  pointer-events: none;
}
@media only screen and (max-width: 580px) {
  .p-news .c-news__labels .c-news__label span {
    font-size: 1.6rem;
  }
}
.p-news .c-page__container {
  padding: 40px 0 70px;
}
@media only screen and (max-width: 767px) {
  .p-news .c-page__container {
    padding-top: 0;
  }
}
.p-news .c-page__container .l-container {
  max-width: 1024px;
}
.p-news .c-page__container .c-news__tables {
  padding-top: 76px;
}
.c-news__tableitem {
  display: none;
}
.c-news__tableitem.c-active {
  display: block;
}
.c-news__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 140px 8.75%;
}
@media only screen and (max-width: 1023px) {
  .c-news__list1 {
    gap: 100px 3.5%;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__list1 {
    gap: 75px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 580px) {
  .c-news__list1 {
    gap: 50px 0;
  }
}
.c-news__list1 li {
  width: 27.5%;
}
@media only screen and (max-width: 1023px) {
  .c-news__list1 li {
    width: 31%;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__list1 li {
    width: 48%;
  }
}
.c-news__list1 li a {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
.c-news__list1 li a .c-news__img {
  overflow: hidden;
}
.c-news__list1 li a .c-news__img img {
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  aspect-ratio: 91 / 61;
  width: 100%;
  object-fit: cover;
}
.c-news__list1 li a:hover {
  opacity: 1;
}
.c-news__list1 li a:hover .c-news__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.c-news__list1 li a:hover .c-news__title {
  color: #eb79ac;
}
.c-news__list1 li a .c-news__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .c-news__list1 li a .c-news__row {
    margin-top: 5px;
  }
}
.c-news__list1 li a .c-news__row .c-news__date {
  font-size: 2rem;
  letter-spacing: 1.3px;
}
@media only screen and (max-width: 767px) {
  .c-news__list1 li a .c-news__row .c-news__date {
    font-size: 1.6rem;
    margin-top: 8px;
    letter-spacing: 0.5px;
  }
}
@media only screen and (max-width: 475px) {
  .c-news__list1 li a .c-news__row .c-news__date {
    font-size: 1.4rem;
    margin-top: 0;
    letter-spacing: 0.5px;
  }
}
.c-news__list1 li a .c-news__row .c-news__cat {
  font-size: 1.4rem;
  line-height: 1;
  text-wrap: nowrap;
  height: 23px;
  border: 1px solid #3f3b3a;
  font-family: "source-han-sans-japanese", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 137px;
  padding-bottom: 1px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 1023px) {
  .c-news__list1 li a .c-news__row .c-news__cat {
    min-width: 100px;
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 475px) {
  .c-news__list1 li a .c-news__row .c-news__cat {
        min-width: unset;
        font-size: 1.2rem;
        letter-spacing: 0;
        padding: 3px 7px;
  }
}
@media only screen and (max-width: 380px) {
  .c-news__list1 li a .c-news__row .c-news__cat {
        min-width: unset;
        font-size: 1.1rem;
        letter-spacing: 0;
        padding: 3px;
  }
}
.c-news__list1 li a .c-news__title {
  font-size: 2.3rem;
  text-align: justify;
  margin-top: 16px;
  letter-spacing: 1px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 1023px) {
  .c-news__list1 li a .c-news__title {
    margin-top: 8px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-news__list1 li a .c-news__title {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 475px) {
  .c-news__list1 li a .c-news__title {
    margin-top: 5px;
    font-size: 1.45rem;
  }
}
.c-single__container {
  padding-top: 50px;
}
@media only screen and (max-width: 580px) {
  .c-single__container {
    padding-top: 25px;
  }
}
.c-single__container .l-container {
  max-width: 1034px;
}
.c-single__container .c-single__date {
  font-size: 2rem;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__date {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}
.c-single__container .c-single__title {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-top: 5px;
}
@media only screen and (max-width: 1023px) {
  .c-single__container .c-single__title {
    font-size: 3rem;
    letter-spacing: 1px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-single__title {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__title {
    font-size: 2.4rem;
  }
}
.c-single__container .c-single__cat {
  font-family: "source-han-sans-japanese", sans-serif;
  border: 1px solid #3f3b3a;
  margin-top: 9px;
  display: inline-block;
  padding: 1px 15px 2px;
  letter-spacing: 1.5px;
}
.c-single__container .c-single__content {
  max-width: 558px;
  margin: 83px auto 0;
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-single__content {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__content {
    margin-top: 35px;
  }
}
.c-single__container .c-single__content .c-single__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-single__container .c-single__content .c-single__desc {
  font-size: 2rem;
  line-height: 2.275;
  margin-top: 40px;
  font-family: "source-han-sans-japanese", sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-single__container .c-single__content .c-single__desc {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__content .c-single__desc {
    margin-top: 12px;
    font-size: 1.5rem;
  }
}
.c-single__container .c-single__btn {
  max-width: 180px;
  margin: 45px auto 134px;
  height: 48px;
  border-radius: 22px;
  background-color: #eb79ac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__btn {
    max-width: 150px;
    margin-bottom: 100px;
  }
}
.c-single__container .c-single__btn span {
  font-size: 2rem;
  font-family: "source-han-sans-japanese", sans-serif;
  padding-right: 2px;
  padding-bottom: 2px;
  color: #fff;
}
@media only screen and (max-width: 580px) {
  .c-single__container .c-single__btn span {
    font-size: 1.8rem;
    padding-bottom: 1px;
  }
}
.c-other__container {
  border-top: 1px solid #3f3b3a;
  padding-bottom: 126px;
}
@media only screen and (max-width: 767px) {
  .c-other__container {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 580px) {
  .c-other__container {
    padding-bottom: 50px;
  }
}
.c-other__container .c-other__label {
  font-size: 2rem;
  position: relative;
  padding-left: 60px;
  margin-top: 90px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-other__container .c-other__label {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
.c-other__container .c-other__label::before {
  content: "";
  position: absolute;
  width: 48px;
  height: 1px;
  background-color: #3f3b3a;
  left: 0;
  top: 48%;
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


.c-pnav__news {
  margin-top: 100px;
  margin-bottom: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .c-pnav__news {
    margin-top: 30px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
  }
}
.c-pnav__news a {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  background-color: transparent;
  border: 1px solid transparent;
  text-align: center;
  color: #3f3b3a;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1.7rem;
  border-radius: 50%;
}
.c-pnav__news.c-pnav__news2 a {
  border: 1px solid #C5DFA3;
  color: #C5DFA3;
}

.c-pnav__news a:hover, .c-pnav__news a.current {
  background-color: #F09EC2;
  color: #fff;
  border-radius: 50%;

}
.c-pnav__news.c-pnav__news2 a:hover, .c-pnav__news.c-pnav__news2 a.current {
  background-color: #C5DFA3;
  color: #fff;
}

.c-pnav__news .prev.page-numbers, .c-pnav__news .next.page-numbers {
  background-color: transparent;
  border: none;
  color: #3f3b3a;
  font-size: 25px;
}

.c-pnav__news .prev.page-numbers:hover, .c-pnav__news .next.page-numbers:hover {
  background-color: transparent;
  border: none;
  color: #8f2153
}

.c-pnav__news .page-numbers.current {
  display: inline-block;
  width: 36px;
  line-height: 36px;
  border: none;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  background-color: #F09EC2;
  color: #fff;
  font-size: 1.7rem;
  border-radius: 50%;

}
.c-pnav__news.c-pnav__news2 .page-numbers.current {
  background-color: #c5dfa3;
}

.page-numbers.dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}




.c-top__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 160px;
  max-width: 868px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
}
.c-top__navs a {
  width: 24.2%;
  position: relative;
}
.c-top__navs a:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.c-top__navs a .c-navs__img {
  overflow: hidden;
}
.c-top__navs a .c-navs__img img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-top__navs a .c-navs__text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 47.5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2.8%;
}
.c-top__navs a .c-navs__text .c-text__jp {
  font-size: 1.2rem;
  font-weight: 500;
  color: #3f3b3a;
  margin-bottom: 6px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.c-top__navs a .c-navs__text .c-text__jp::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #3f3b3a;
  left: 0;
  bottom: -3px;
}
.c-top__navs a .c-navs__text .c-text__en {
  color: #f09ec2;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.c-modals__addes {
  margin-top: 30px;
}
.c-modaladd__nav a {
  padding: 30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3f3b3a;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-top__navs a {
  width: 48%;
  position: relative;
}
  .c-modaladd__nav a {
    padding: 15px 0;
  }
}
.c-modaladd__nav a:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.c-modaladd__nav a .c-a__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-modaladd__nav a .c-a__left .c-a__jp {
  font-size: 2.5rem;
  font-weight: 500;
  color: #3f3b3a;
}
@media only screen and (max-width: 767px) {
  .c-modaladd__nav a .c-a__left .c-a__jp {
    font-size: 2.2rem;
  }
}
.c-modaladd__nav a .c-a__left .c-a__en {
  color: #f09ec2;
  font-weight: 500;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .c-modaladd__nav a .c-a__left .c-a__en {
    font-size: 1.5rem;
  }
}
.c-modaladd__nav a i {
  color: #3f3b3a;
  font-size: 3rem;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 767px) {
  .c-modaladd__nav a i {
    font-size: 2.4rem;
  }
}



.c-page__introduce h3 {
  font-weight: 700;
  text-align: center;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .c-page__introduce h3 {
    font-size: 1.6rem;
  }
}
.c-hair1 {
  padding-top: 49px;
  padding-bottom: 69px;
}
@media only screen and (max-width: 767px) {
  .c-hair1 {
    padding-top: 0;
  }
}
.c-hair1 .l-container {
  max-width: 830px;
}
.c-hair1 .c-hair__banner {
  position: relative;
}
.c-hair1 .c-hair__banner .c-hair__balons {
  width: 64%;
  bottom: -13.3%;
  position: absolute;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8%;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair__banner .c-hair__balons {
    width: 100%;
    bottom: -16%;
  }
}
.c-hair1 .c-hair__banner .c-hair1__machine {
  position: absolute;
  width: 35.3%;
  bottom: -19.3%;
  right: -3.4%;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair__banner .c-hair1__machine {
    bottom: -130%;
    width: 50%;
    left: 50%;
    right: unset;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.c-hair1 .c-hair1__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 98px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair1__title {
    margin-top: 65%;
    font-size: 1.7rem;
  }
}
.c-hair1 .c-hair1__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 38px;
  margin-bottom: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair1__row {
    margin-top: 15px;
  }
}
.c-hair1 .c-hair1__row .c-hair1__desc {
  color: #3f3b3a;
  line-height: 1.875;
  text-align: justify;
  font-size: 1.6rem;
  width: 51%;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair1__row .c-hair1__desc {
    width: 100%;
    font-size: 1.45rem;
    margin-top: 5px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.c-hair1 .c-hair1__row .c-hair1__img {
  width: 46.1%;
}
@media only screen and (max-width: 767px) {
  .c-hair1 .c-hair1__row .c-hair1__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-hair2 {
  background: -webkit-linear-gradient(276deg, #008bc8 58%, #fae3e9 100%);
  background: linear-gradient(174deg, #008bc8 58%, #fae3e9 100%);
}
.c-hair2 .c-hair2__title {
  padding: 24px 0;
  background-image: url(./../img/hair/hair_bg_black.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-hair2 .c-hair2__title h2 {
  font-size: 3rem;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .c-hair2 .c-hair2__title h2 {
    font-size: 2.4rem;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 580px) {
  .c-hair2 .c-hair2__title h2 {
    font-size: 2.2rem;
  }
}
.c-hair2 .l-container {
  max-width: 730px;
}
.c-hair2 .c-hair2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 62px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-hair2 .c-hair2__row {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-hair2 .c-hair2__row .c-hair2__desc {
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.6956521739;
  text-align: justify;
  letter-spacing: 1.5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 580px) {
  .c-hair2 .c-hair2__row .c-hair2__desc {
    font-size: 2.1rem;
  }
}
@media only screen and (max-width: 374px) {
  .c-hair2 .c-hair2__row .c-hair2__desc {
    -ms-flex-negative: unset;
    flex-shrink: unset;
    font-size: 1.8rem;
  }
}
.c-hair2 .c-hair2__row .c-hair2__machine {
  width: 39.5%;
  position: relative;
  top: -57px;
  right: -1.3%;
}
@media only screen and (max-width: 767px) {
  .c-hair2 .c-hair2__row .c-hair2__machine {
    position: unset;
    margin-left: auto;
    width: 45%;
  }
}
.c-hair2__list {
  margin-top: -75px;
  position: relative;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__list {
    margin-top: 5px;
  }
}
.c-hair2__list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.c-hair2__list ul li + li {
  margin-top: 19.5px;
}
.c-hair2__list ul li > span {
  width: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.c-hair2__list ul li p {
  color: #fff;
  text-align: justify;
  margin-left: 7px;
  letter-spacing: 1px;
}
.c-hair2__list ul li p span {
  background-position: bottom;
  background-image: -webkit-linear-gradient(right, white 0%, white 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%), -webkit-linear-gradient(bottom, gray 0%, rgba(128, 128, 128, 0) 8%, rgba(128, 128, 128, 0) 100%);
  background-size: 3px 1px;
  background-repeat: repeat-x;
}
.c-hair2__list .c-girl__hair2 {
  position: absolute;
  width: 50%;
  right: 0;
  bottom: -48px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__list .c-girl__hair2 {
    position: relative;
    width: 100%;
    bottom: unset;
    right: unset;
    margin-top: 10px;
  }
}
.c-hair2__label {
  font-size: 2.3rem;
  color: #3f3b3a;
  padding-top: 5px;
  padding-bottom: 5px;
  letter-spacing: 3.5px;
  text-align: center;
  background-image: url(./../img/hair/hair_bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-hair2__label {
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
}
@media only screen and (max-width: 374px) {
  .c-hair2__label {
    font-size: 1.8rem;
  }
}
.c-hair2__banner {
  background-image: url(./../img/hair/hiar_bg.png);
  padding: 36px 4.5% 60px;
  color: #3f3b3a;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__banner {
    padding: 15px 5% 30px;
  }
}
.c-hair2__title2 {
  font-size: 2rem;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__title2 {
    font-size: 1.7rem;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.c-hair2__title3 {
  font-size: 1.7rem;
  text-align: justify;
  padding-left: 11px;
  position: relative;
}
.c-hair2__title3::before {
  content: "";
  position: absolute;
  background-color: #412210;
  width: 4px;
  height: 90%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hair2__title3::after {
  content: "";
  position: absolute;
  background-color: #412210;
  width: 2px;
  height: 90%;
  top: 50%;
  left: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-hair2__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__row2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-hair2__row2 .c-hair2row2__desc {
  line-height: 2;
  font-size: 1.4rem;
  text-align: justify;
  width: 64%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .c-hair2__row2 .c-hair2row2__desc {
    width: 100%;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}
.c-hair2__row2 .c-hair2__img {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  .c-hair2__row2 .c-hair2__img {
    width: 100%;
  }
}
.c-hair2__list2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 33px;
  gap: 52px 6.6%;
}
.c-hair2__list2 li {
  width: 46.7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-hair2__list2 li {
    width: 100%;
  }
}
.c-hair2__list2 li .c-hair2__img {
  width: 46.3%;
}
.c-hair2__list2 li .c-hair2__img + .c-hair2__img {
  position: relative;
}
.c-hair2__list2 li .c-hair2__img + .c-hair2__img::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 13px solid #3f3b3a;
  left: -18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .c-hair2__list2 li .c-hair2__img + .c-hair2__img::before {
    left: -25px;
  }
}
@media only screen and (max-width: 580px) {
  .c-hair2__list2 li .c-hair2__img + .c-hair2__img::before {
    left: -20px;
  }
}
@media only screen and (max-width: 374px) {
  .c-hair2__list2 li .c-hair2__img + .c-hair2__img::before {
    left: -15px;
  }
}
.c-hair2__list2 li .c-hair2__img img {
  aspect-ratio: 1/1;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.c-nail1 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c-nail1 {
    padding-bottom: 40px;
  }
}
.c-nail1 .l-container {
  max-width: 830px;
}
.c-nail2 {
  background-color: #f09ec2;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .c-nail2 {
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
.c-nail2 .l-container {
  max-width: 830px;
}
.c-nail2 .l-container > .c-nail2__desc {
  font-size: 1.4rem;
  line-height: 2.0357142857;
  text-align: center;
  letter-spacing: 0.7px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .c-nail2 .l-container > .c-nail2__desc {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 580px) {
  .c-nail2 .l-container > .c-nail2__desc {
    margin-top: 10px;
    letter-spacing: 0;
    font-size: 1.3rem;
  }
}
.c-nail2 .c-nail2__title1 {
  font-size: 1.5rem;
  text-align: center;
}
.c-nail2 .c-nail2__title2 {
  font-size: 2.2rem;
  text-align: center;
}
.c-nail2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 41px;
}
@media only screen and (max-width: 580px) {
  .c-nail2__list {
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
}
.c-nail2__list li {
  width: 28.8%;
  background-color: #fff;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
@media only screen and (max-width: 580px) {
  .c-nail2__list li {
    width: 60%;
  }
}
.c-nail2__list li .c-nail2__icon.c-nail2__icon1 {
  width: 74px;
}
.c-nail2__list li .c-nail2__icon.c-nail2__icon2 {
  width: 106px;
}
.c-nail2__list li .c-nail2__icon.c-nail2__icon3 {
  width: 113px;
}
.c-nail2__list li .c-nail2__desc {
  font-size: 1.37rem;
  line-height: 1.7503649635;
  text-align: center;
  color: #eb79ac;
  letter-spacing: 2px;
}
.c-nail3__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #3f3b3a;
  margin-bottom: 45px;
}
@media only screen and (max-width: 1023px) {
  .c-nail3__title {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-nail3__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
  }
}
.c-nail3__title2 {
  text-align: center;
  font-size: 1.5rem;
  color: #3f3b3a;
  letter-spacing: 1px;
}
.c-nail3__title2.c-nail3__title22 {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  .c-nail3__title2.c-nail3__title22 {
    margin-top: 75px;
  }
}
.c-nail3__title3 {
  color: #3f3b3a;
  text-align: center;
  font-size: 2.2rem;
}
.c-nail3 {
  padding-top: 70px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .c-nail3 {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 580px) {
  .c-nail3 {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
.c-nail3 .l-container {
  max-width: 830px;
}
.c-nail3 .l-container.l-container209 {
  max-width: 1122px;
}
.c-nail3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px 6.5%;
  margin-top: 53px;
}
@media only screen and (max-width: 767px) {
  .c-nail3__list {
    margin-top: 25px;
    gap: 20px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.c-nail3__list li {
  background-color: #f09ec2;
  width: 29%;
  padding: 42px 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-nail3__list li {
    width: 48%;
    padding: 25px 4%;
  }
}
.c-nail3__list li::before {
  position: absolute;
  content: "";
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-nail3__list li span {
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 414px) {
  .c-nail3__list li span {
    font-size: 1.7rem;
  }
}
.c-btn__209 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3f3b3a;
  border: 1px solid #3f3b3a;
  height: 29px;
  width: 196px;
  color: #fff;
  margin-left: auto;
  margin-top: 38px;
  position: relative;
}
@media only screen and (max-width: 414px) {
  .c-btn__209 {
    width: 180px;
  }
}
.c-btn__209::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12%;
  width: 0;
  height: 0;
  border-top: 5.5px solid transparent;
  border-bottom: 5.5px solid transparent;
  border-left: 6px solid #fff;
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
}
@media only screen and (max-width: 414px) {
  .c-btn__209::after {
    right: 6%;
  }
}
.c-btn__209:hover {
  color: #3f3b3a;
  background-color: #fff;
}
.c-btn__209:hover::after {
  border-left: 6px solid #3f3b3a;
}
.c-btn__209 span {
  font-weight: 500;
  letter-spacing: 2px;
}
.c-nail3__list2 {
  margin-top: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px 2.2666666667%;
}
@media only screen and (max-width: 767px) {
  .c-nail3__list2 {
    margin-top: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px 0;
  }
}
.c-nail3__list2 .c-nail3__item2 {
  width: 23.3%;
}
@media only screen and (max-width: 767px) {
  .c-nail3__list2 .c-nail3__item2 {
    width: 48%;
  }
}
@media only screen and (max-width: 580px) {
  .c-nail3__list2 .c-nail3__item2 {
    width: 100%;
  }
}
.c-nail3__list2 .c-nail3__item2 .c-nail3item2__img img {
  aspect-ratio: 127/115;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-nail3__list2 .c-nail3__item2 .c-nail3item2__desc {
  font-size: 1.3rem;
  margin-top: 3px;
  letter-spacing: 2px;
}
@media only screen and (max-width: 580px) {
  .c-nail3__list2 .c-nail3__item2 .c-nail3item2__desc {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
}
.c-nail4 {
  background-image: url(./../img/nail/nail_flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 580px) {
  .c-nail4 {
    padding: 35px 0 60px;
  }
}
.c-nail4 .l-container {
  max-width: 680px;
}
.c-nail4 .c-nail4__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 50px 0;
}
@media only screen and (max-width: 580px) {
  .c-nail4 .c-nail4__list {
    margin-top: 25px;
    gap: 25px 0;
  }
}
.c-nail4 .c-nail4__list li {
  width: 29%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-nail4 .c-nail4__list li {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .c-nail4 .c-nail4__list li:nth-child(even)::before {
    content: "";
    position: absolute;
    top: 25%;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #3f3b3a;
  }
  .c-nail4 .c-nail4__list li:nth-child(even)::before {
    left: -15%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .c-nail4 .c-nail4__list li:nth-child(even)::before {
    left: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .c-nail4 .c-nail4__list li:nth-child(5)::after, .c-nail4 .c-nail4__list li:nth-child(5)::before {
    display: none;
  }
}
.c-nail4 .c-nail4__list li:nth-child(2)::before, .c-nail4 .c-nail4__list li:nth-child(2)::after, .c-nail4 .c-nail4__list li:nth-child(5)::before, .c-nail4 .c-nail4__list li:nth-child(5)::after {
  content: "";
  position: absolute;
  top: 25%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 11px solid #3f3b3a;
}
.c-nail4 .c-nail4__list li:nth-child(2)::before, .c-nail4 .c-nail4__list li:nth-child(5)::before {
  left: -15%;
}
@media only screen and (max-width: 767px) {
  .c-nail4 .c-nail4__list li:nth-child(2)::before, .c-nail4 .c-nail4__list li:nth-child(5)::before {
    left: -15px;
  }
}
.c-nail4 .c-nail4__list li:nth-child(2)::after, .c-nail4 .c-nail4__list li:nth-child(5)::after {
  right: -15%;
}
.c-nail4 .c-nail4__list li .c-box {
  background-color: #d23e87;
  color: #fff;
  aspect-ratio: 1/0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}
.c-nail4 .c-nail4__list li .c-box .c-span__number {
  font-size: 2rem;
}
.c-nail4 .c-nail4__list li .c-box .c-span__title {
  font-size: 1.8rem;
  text-align: center;
}
.c-nail4 .c-nail4__list li .c-box__desc {
  font-size: 1.3rem;
  line-height: 1.3538461538;
  text-align: justify;
  margin-top: 19px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 580px) {
  .c-nail4 .c-nail4__list li .c-box__desc {
    margin-top: 6px;
    letter-spacing: 0;
  }
}
.c-facial1 {
  padding-bottom: 126px;
}
.c-facial1 .l-container {
  max-width: 830px;
}
.c-facial1__title {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-top: 44px;
  letter-spacing: 6px;
  margin-bottom: 83px;
}
@media only screen and (max-width: 767px) {
  .c-facial1__title {
    font-size: 2.5rem;
    margin-bottom: 45px;
    letter-spacing: 3px;
  }
}
.c-facial__list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 536px;
  margin: 34px auto 0;
  gap: 24px 5%;
}
@media only screen and (max-width: 580px) {
  .c-facial__list1 {
    gap: 20px 5%;
  }
}
.c-facial__list1 .c-facial__item {
  background-color: #f09ec2;
  width: 47.5%;
  height: 79px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 580px) {
  .c-facial__list1 .c-facial__item {
    height: 65px;
  }
}
.c-facial__list1 .c-facial__item::before {
  position: absolute;
  content: "";
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  top: 50%;
  left: 50%;
  border: 1px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.c-facial__list1 .c-facial__item .c-facial__box {
  font-size: 1.8rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .c-facial__list1 .c-facial__item .c-facial__box {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 414px) {
  .c-facial__list1 .c-facial__item .c-facial__box {
    font-size: 1.5rem;
  }
}
.c-facial2 {
  padding: 65px 0 91px;
  background-image: url(./../img/facial/facial_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .c-facial2 {
    padding: 45px 0 55px;
  }
}
@media only screen and (max-width: 580px) {
  .c-facial2 {
    padding: 30px 0 55px;
  }
}
.c-facial2 .l-container {
  max-width: 830px;
}
.c-facial3 {
  padding: 65px 0 70px;
}
.c-facial3 .l-container {
  max-width: 830px;
}
.c-facial4 {
  padding: 65px 0 70px;
  background-color: #ebe7ea;
  margin-bottom: 100px;
}
.c-facial4 .l-container {
  max-width: 830px;
}
.c-facial2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-facial2__row .c-facial2__img {
  width: 43.8%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row .c-facial2__img {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.c-facial2__row .c-facial2__img .c-machine {
  position: absolute;
  width: 73%;
  bottom: -13%;
  right: -16%;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row .c-facial2__img .c-machine {
    right: 5%;
    bottom: 5%;
    width: 60%;
  }
}
.c-facial2__row .c-facial2__content {
  width: 52%;
  padding-bottom: 61px;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row .c-facial2__content {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}
.c-facial2__row .c-facial2__content .c-facial2__title {
  font-size: 3rem;
  color: #3f3b3a;
  margin-bottom: 37px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row .c-facial2__content .c-facial2__title {
    margin-top: 5px;
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 580px) {
  .c-facial2__row .c-facial2__content .c-facial2__title {
    font-size: 2rem;
  }
}
.c-facial2__row .c-facial2__content .c-facial2__title::after {
  content: "";
  position: absolute;
  width: 65%;
  height: 1px;
  background-color: #3f3b3a;
  left: 0;
  bottom: -16px;
}
@media only screen and (max-width: 767px) {
  .c-facial2__row .c-facial2__content .c-facial2__title::after {
    bottom: -10px;
  }
}
.c-facial2__row .c-facial2__content .c-facial2__desc {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: justify;
  letter-spacing: 0.8px;
}
.c-facial5 {
  padding: 135px 0;
}
@media only screen and (max-width: 767px) {
  .c-facial5 {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 580px) {
  .c-facial5 {
    padding-top: 45px;
  }
}
.c-facial5 .l-container {
  max-width: 1046px;
}
.c-facial5__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .c-facial5__list {
    gap: 65px;
  }
}
.c-facial5__list .c-facial5__item {
  width: 49%;
  cursor: zoom-in;
}

@media only screen and (max-width: 767px) {
  .c-facial5__list .c-facial5__item {
    width: 100%;
  }
}
.c-facial5__list .c-facial5__item .c-facial5item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .c-facial5__list .c-facial5__item .c-facial5item__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 60px;
  }
}
.c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  .c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box {
    width: 100%;
  }
}
.c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box + .c-facial5item__box {
  position: relative;
}
.c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box + .c-facial5item__box::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left: 12px solid #d23e87;
  left: -17px;
}
@media only screen and (max-width: 767px) {
  .c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box + .c-facial5item__box::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -30px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 17px solid #d23e87;
  }
}
.c-facial5__list .c-facial5__item .c-facial5item__row .c-facial5item__box p {
  font-size: 1.6rem;
  font-weight: 700;
}
.c-facial5__list .c-facial5__item .c-facial5__desc {
  font-size: 1.5rem;
  text-align: justify;
  letter-spacing: 2.5px;
  margin-top: 8px;
}



.modal-content {
  margin: auto;
  display: block;
  max-width: 94%;
  animation: zoom 0.6s;
}

.modal .modal-content .c-facial5item__row {
  display: flex;
  justify-content: space-around;
}

.modal .modal-content .c-facial5item__box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal .modal-content .c-facial5__img img {
  max-width: 100%;
  height: auto;
  display: block;
}

#modalDescription {
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
}


#imageModal{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.7 );
    display: none; 
    overflow: auto;
    left: 0;
    top: 0;
}
#imageModal.show{
    display: flex;
    align-items: center;
    justify-content: center;
}
#nailModal {
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0,0,0,0.7 );
    display: none; 
    overflow: auto;
    left: 0;
    top: 0;
}
#nailModal .show{
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalBeforeAfter{
  display: flex;
  justify-content: space-between;
}
#modalBeforeAfter .c-facial5item__box{
  display: flex;
  width: 46%;
}
#modalBeforeAfter .c-facial5item__box p{
  text-align: left;
  color: #fff;
  font-size: 2.5rem;
  width: 100%;
}




.close{
  position: absolute;
  right: 4%;
  top: 5%;
  font-size: 4rem;
  color: #c20817;
  cursor: pointer;
  font-weight: 700;
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  padding-bottom: 4px;
  transition: all 0.25s ease-in;
}

.close:hover{
  background-color: #d1c4bb;
}

.c-facial5__img{
  width: 100%;
}

 .c-facial5item__box img{
  width: 100%;
  object-fit: cover;
  aspect-ratio: 118 / 107;
}
@media only screen and (max-width: 767px) {
  #modalBeforeAfter{
    flex-direction: column;
    gap: 20px;
    padding-top: 40px;
  }
  #modalBeforeAfter .c-facial5item__box{
    width: 100%;
  }
  .close{
  position: absolute;
  right: 3%;
  top: 2%;
  font-size: 2.5rem;
  color: #c20817;
  width: 40px;
  height: 40px;
  padding-bottom: 1px;
}
}