@charset "UTF-8";
/*---------------------------------------

responsive

---------------------------------------*/
.sponly {
  display: block;
}
@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}
@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}
@media (min-width: 1024px) {
  .lgless {
    display: none;
  }
}

.xlless {
  display: block;
}
@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}
@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}
@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}
@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}
@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}
@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}
@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

.pink {
  color: #cb1b45;
}

/*---------------------------------------

all

---------------------------------------*/
img {
  width: 100%;
  height: auto;
}

body {
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    "ＭＳ Ｐゴシック", sans-serif;
  width: 100%;
}

hr {
  border: 0;
  border-top: 4px solid #cb1b45;
  margin: 16px 0 10px;
}

.sm {
  font-size: 85%;
}

.xl {
  font-size: 125%;
}

.xxl {
  font-size: 150%;
}

.ul {
  border-bottom: 1px solid;
}

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.color {
  background: linear-gradient(
    to bottom,
    transparent 60%,
    rgba(203, 27, 69, 0.5) 60%
  );
}

.-mtno {
  margin-top: 10px;
}

/*---------------------------------------

header

---------------------------------------*/
.header {
  background: #fff;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 16px;
  text-align: center;
}
@media (min-width: 1024px) {
  .header__inner {
    padding: 20px;
  }
}
.header__logo {
  width: 120px;
}
@media (min-width: 600px) {
  .header__logo {
    width: 160px;
  }
}

/*---------------------------------------

mainview

---------------------------------------*/
.wrap_mainview {
  overflow: hidden;
}

.mainview {
  width: 100%;
  position: relative;
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 8s ease infinite;
  padding-bottom: 2vh;
}

.mainview__inner {
  padding: 0px 0px;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .mainview__inner {
    padding: 0px 30%;
  }
}
@media (min-width: 1024px) {
  .mainview__inner {
    padding: 0px 25%;
  }
}

.mainview__top-copy {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
  position: relative;
  padding-bottom: 1em;
}
@media (min-width: 1024px) {
  .mainview__top-copy {
    font-size: 24px;
  }
}
.mainview__top-copy::after {
  position: absolute;
  content: "";
  width: 80px;
  height: 2px;
  background: #fff;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.mainview__image {
  max-width: 1500px;
}
@media (min-width: 1024px) {
  .mainview__image {
    margin: 0 auto;
  }
}

@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.mainview-ribbon {
  position: relative;
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 8s ease infinite;
  padding: 10px 0;
  overflow: visible;
  z-index: 1;
}
@media (min-width: 768px) {
  .mainview-ribbon {
    padding: 25px 0;
  }
}
@media (min-width: 1024px) {
  .mainview-ribbon {
    padding: 30px 0;
  }
}
.mainview-ribbon::before,
.mainview-ribbon::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #eabf90;
  left: 0;
  z-index: 0;
}
.mainview-ribbon::before {
  top: 3px;
}
.mainview-ribbon::after {
  bottom: 3px;
}
.mainview-ribbon__inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 5px;
  text-align: center;
  font-family: "Shippori Mincho", serif;
}
@media (min-width: 768px) {
  .mainview-ribbon__inner {
    max-width: 670px;
  }
}
@media (min-width: 1024px) {
  .mainview-ribbon__inner {
    max-width: 1000px;
  }
}

.ribbon-line2-img {
  display: block;
  margin: 6px auto 8px;
  max-width: 93%;
  height: auto;
  transform: none;
}
@media (min-width: 768px) {
  .ribbon-line2-img {
    max-width: 80%;
  }
}
@media (min-width: 1024px) {
  .ribbon-line2-img {
    width: 70%;
    max-width: 1000px;
    margin: -8px auto 0px;
  }
}

/*---------------------------------------

top-cta

---------------------------------------*/
.top-cta {
  padding: 60px 30px 70px;
}
@media (min-width: 1024px) {
  .top-cta {
    padding: 90px 0;
  }
}
.top-cta__button {
  max-width: 516px;
  margin: 0 auto;
}
.top-cta__button--link {
  background: #90000a;
  padding: 1.5em 0 1.5em;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  transform: skew(-10deg);
  box-shadow: 10px 10px 0 #cb1b45;
  transition: 0.225s ease-in-out;
}
.top-cta__button--link:hover {
  box-shadow: none;
}
.top-cta__button--link::after {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #ffffff;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.top-cta__button--img {
  max-width: 345px;
  width: 70%;
  position: relative;
  z-index: 1;
  transform: skew(10deg);
}

.top-cta-send {
  padding: 60px 30px 70px;
}
@media (min-width: 1024px) {
  .top-cta-send {
    padding: 90px 0;
  }
}
.top-cta-send__button {
  max-width: 516px;
  margin: 0 auto;
}
.top-cta-send__button--link {
  background: #90000a;
  padding: 1.5em 0 1.5em;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  transform: skew(-10deg);
  box-shadow: 10px 10px 0 #cb1b45;
  transition: 0.225s ease-in-out;
}
.top-cta-send__button--link:hover {
  box-shadow: none;
}
.top-cta-send__button--link::after {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #ffffff;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.top-cta-send__button--img {
  max-width: 345px;
  width: 35%;
  position: relative;
  z-index: 1;
  transform: skew(10deg);
}

.top-cta_topnone {
  padding: 20px 30px 70px;
}
@media (min-width: 1024px) {
  .top-cta_topnone {
    padding: 90px 0;
  }
}

/*---------------------------------------

title

---------------------------------------*/
.title {
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 15s ease infinite;
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .title {
    height: 180px;
  }
}
.title__main {
  display: block;
  margin: 0 auto;
}
.title__main--about {
  width: 218px;
}
@media (min-width: 600px) {
  .title__main--about {
    width: 327px;
  }
}
.title__main--artist {
  width: 187px;
}
@media (min-width: 600px) {
  .title__main--artist {
    width: 280px;
  }
}
.title__main--reason {
  width: 184px;
}
@media (min-width: 600px) {
  .title__main--reason {
    width: 278px;
  }
}
.title__main--recruit {
  width: 151px;
}
@media (min-width: 600px) {
  .title__main--recruit {
    width: 227px;
  }
}
.title__main--step {
  width: 117px;
}
@media (min-width: 600px) {
  .title__main--step {
    width: 174px;
  }
}
.title__en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-25%);
}
@media (min-width: 600px) {
  .title__en {
    transform: translateX(-50%);
  }
}
.title__en--about {
  width: 240px;
}
@media (min-width: 600px) {
  .title__en--about {
    width: 480px;
  }
}
.title__en--artist {
  width: 240px;
}
@media (min-width: 600px) {
  .title__en--artist {
    width: 480px;
  }
}
.title__en--reason {
  width: 240px;
}
@media (min-width: 600px) {
  .title__en--reason {
    width: 480px;
    transform: translateX(-60%);
  }
}
.title__en--recruit {
  width: 240px;
}
@media (min-width: 600px) {
  .title__en--recruit {
    width: 480px;
  }
}
.title__en--step {
  width: 120px;
  transform: translateX(-70%);
}
@media (min-width: 600px) {
  .title__en--step {
    width: 240px;
  }
}

/*---------------------------------------

artist

---------------------------------------*/
.artist {
  padding: 40px 0;
}
@media (min-width: 600px) {
  .artist {
    padding: 60px 0;
  }
}
.artist__main {
  max-width: 900px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (min-width: 600px) {
  .artist__main {
    margin-top: 60px;
  }
}
.artist__lecturer {
  max-width: 900px;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 768px) {
  .artist__lecturer {
    flex-direction: row;
  }
}
.artist__lecturer:nth-child(even) {
  flex-direction: column;
}
@media (min-width: 768px) {
  .artist__lecturer:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.artist__lecturer-image {
  width: 160px;
}
@media (min-width: 768px) {
  .artist__lecturer-image {
    width: 200px;
  }
}
.artist__lecturer-text-box {
  max-width: 300px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .artist__lecturer-text-box {
    flex: 1;
    max-width: 640px;
    margin-bottom: 0;
  }
}
.artist__lecturer-name {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.08em;
  padding-left: 3em;
  position: relative;
  padding-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .artist__lecturer-name {
    padding-left: 2em;
    font-size: 24px;
  }
}
.artist__lecturer-name span {
  color: #c61940;
  font-size: 14px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: block;
}
@media (min-width: 768px) {
  .artist__lecturer-name span {
    font-size: 18px;
    padding-left: 1em;
    display: inline-block;
  }
}
.artist__lecturer-name::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(45deg, #90000a, #cb1b45);
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: left bottom;
}
.artist__lecturer-text {
  color: #333333;
  letter-spacing: 0.08em;
  line-height: 1.75;
  font-size: 14px;
}
@media (min-width: 768px) {
  .artist__lecturer-text {
    padding-left: 1em;
    font-size: 16px;
  }
}

/*---------------------------------------

reason

---------------------------------------*/
.reason__wrapper {
  padding: 10px 10px 40px;
}
@media (min-width: 600px) {
  .reason__wrapper {
    padding-bottom: 60px;
  }
}
.reason__contents {
  background: #ffedf1;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  padding: 20px;
}
@media (min-width: 1024px) {
  .reason__contents {
    padding: 40px 0px 10px 40px;
  }
}
.reason__number {
  position: absolute;
  width: 88px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, -25%);
}
@media (min-width: 600px) {
  .reason__number {
    right: auto;
    left: 0;
    transform: translate(-25%, -15%);
  }
}
.reason__title {
  margin-top: 80px;
}
@media (min-width: 600px) {
  .reason__title {
    margin-top: 0;
    margin-left: 50px;
  }
}
.reason__title.-r01 {
  max-width: 278px;
}
.reason__title.-r02 {
  max-width: 312px;
}
.reason__title.-r03 {
  max-width: 382px;
}
.reason__text {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (min-width: 1024px) {
  .reason__text {
    font-size: 18px;
    margin: 25px 0 0 25px;
  }
}
.reason__text p {
  margin: 1em 0;
  line-height: 1.5;
}

/*---------------------------------------

recruit

---------------------------------------*/
.recruit__top {
  background: url(../img/recruit_bg.jpg);
  height: 240px;
  background-position: 50% 75%;
  background-size: cover;
  position: relative;
  display: flex;
  padding: 0 10px;
}
@media (min-width: 768px) {
  .recruit__top {
    padding: 0;
    height: 320px;
  }
}
.recruit__top::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(255, 255, 255, 0.5);
  z-index: 1;
  top: 0;
  left: 0;
}
.recruit__top img {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  filter: drop-shadow(0 2px 4px rgba(255, 255, 255, 0.5));
}
.recruit__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 10px 10px;
}
.recruit__contents {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 10px;
  flex-direction: column;
}
@media (min-width: 600px) {
  .recruit__contents {
    flex-direction: row;
    margin-top: 20px;
  }
}
.recruit__contents__note {
  display: flex;
  font-family: "M PLUS Rounded 1c", sans-serif;
  margin-top: 10px;
  flex-direction: column;
  font-size: 80%;
}
@media (min-width: 600px) {
  .recruit__contents__note {
    flex-direction: row;
    margin-top: 20px;
  }
}
.recruit__contents--position {
  width: 100%;
  background: #90000a;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
@media (min-width: 600px) {
  .recruit__contents--position {
    padding: 0;
    width: 160px;
  }
}
@media (min-width: 1024px) {
  .recruit__contents--position {
    font-size: 20px;
  }
}
.recruit__contents--text {
  flex: 1;
  line-height: 1.5;
  padding: 10px 0 20px;
}
@media (min-width: 600px) {
  .recruit__contents--text {
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 1024px) {
  .recruit__contents--text {
    font-size: 18px;
  }
}
.recruit__contents--text__note {
  flex: 1;
  line-height: 1.5;
  padding: 0px 0 20px;
}
@media (min-width: 600px) {
  .recruit__contents--text__note {
    padding: 10px 0 10px 0px;
  }
}
@media (min-width: 1024px) {
  .recruit__contents--text__note {
    /* font-size: 18px; */
  }
}
.recruit__other {
  margin-top: 20px;
  border: 1px solid #333333;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 10px 10px 0;
}
.recruit__other--flex {
  display: flex;
  padding-bottom: 10px;
}
.recruit__other--text {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
}
@media (min-width: 1024px) {
  .recruit__other--text {
    font-size: 18px;
  }
}
.recruit__other--text2 {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
  font-size: 12px;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .recruit__other--text2 {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  .recruit__other--text2 {
    font-size: 18px;
  }
}

/*---------------------------------------

company-overview

---------------------------------------*/
/*---------------------------------------

entry

---------------------------------------*/
.entry {
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 15s ease infinite;
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .entry {
    height: 180px;
  }
}
.entry__main {
  display: block;
  margin: 0 auto;
  width: 200px;
}
@media (min-width: 600px) {
  .entry__main {
    width: 240px;
  }
}
.entry__en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-25%);
  width: 240px;
}
@media (min-width: 600px) {
  .entry__en {
    width: 480px;
    transform: translateX(-50%);
  }
}

/*---------------------------------------

thanks

---------------------------------------*/
.thanks__main {
  max-width: 400px;
  margin: 0 auto;
}
.thanks__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
}
.thanks__inner {
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #333333;
  text-align: center;
}
.thanks__inner p {
  margin: 1em 0;
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .thanks__inner p {
    font-size: 18px;
  }
}

/*---------------------------------------

footer

---------------------------------------*/
.footer {
  background: #5a5f56;
  padding: 1em 2em 12em;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  gap: 1em;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer {
    flex-direction: row;
  }
}
.footer__pp--img {
  width: 40px;
  height: auto;
}

/*---------------------------------------

message

---------------------------------------*/
@media (min-width: 600px) {
  .message {
    padding-bottom: 16px;
  }
}
.message__wrapper {
  margin: 24px 25px;
  padding: 0;
}
@media (min-width: 768px) {
  .message__wrapper {
    max-width: 1280px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}

.message_pict {
  margin: 0;
  padding: 20px 0 5px 0;
}
@media (min-width: 768px) {
  .message_pict {
    width: 48%;
  }
}

.message_pict img {
  width: 100%;
}

@media (min-width: 768px) {
  .order_01 {
    order: 1;
  }
}

@media (min-width: 768px) {
  .order_02 {
    order: 2;
  }
}

.message__txt {
  margin: 0;
}
@media (min-width: 768px) {
  .message__txt {
    padding: 20px 0 0 0;
    width: 48%;
  }
}
.message__txt h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 16px;
  color: #333333;
}
@media (min-width: 768px) {
  .message__txt h3 {
    font-size: 24px;
    line-height: 160%;
    margin-bottom: 16px;
  }
}
.message__txt p {
  font-size: 14px;
  line-height: 180%;
  color: #333333;
}
@media (min-width: 768px) {
  .message__txt p {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

/*---------------------------------------

title

---------------------------------------*/
.messege__title {
  background-size: 200% 200%;
  animation: bggradient 15s ease infinite;
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .messege__title {
    height: 180px;
  }
}
.messege__title img {
  max-width: 280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .messege__title img {
    max-width: 800px;
  }
}

/*---------------------------------------
vi
worrk

---------------------------------------*/
@media (min-width: 600px) {
  .work {
    padding-bottom: 60px;
  }
}
.work__wrapper {
  padding: 0;
  margin: 28px 25px;
}
@media (min-width: 768px) {
  .work__wrapper {
    margin: 60px 25px;
  }
}
.work__contents {
  max-width: 960px;
  margin: 0 auto;
}
.work__item {
  margin: 16px 0;
}
.work__sub {
  max-width: 240px;
  margin: 0 auto;
  margin-top: 20px;
}
@media (min-width: 600px) {
  .work__sub {
    max-width: 440px;
    margin-top: 20px;
  }
}

.schedule {
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .schedule {
    display: flex;
  }
}

.schedule-heading {
  position: relative;
  top: -30px;
  text-align: center;
  z-index: 1;
}

.schedule-links {
  display: inline-block;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .schedule-links {
    width: 50%;
    background-position: center center;
  }
}
.schedule-links img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .schedule-links img {
    height: 700px;
  }
}

.schedule-body {
  display: inline-block;
}
@media (min-width: 768px) {
  .schedule-body {
    width: 50%;
  }
}

.schedule-body-inner {
  padding: 40px 0 0px 32px;
}
@media (min-width: 768px) {
  .schedule-body-inner {
    max-width: 483px;
    margin: 0 auto;
    padding: 110px 0 26px;
  }
}

.single-interview-body ol li time {
  font-family: "AzoSans-Bold";
  font-size: 15px;
  letter-spacing: 0.1em;
  color: #333;
}

.single-interview-body .single-interview-body-parallel div {
  top: -10px;
  color: #333;
}

.single-interview-body ol li:last-of-type div {
  border: 0;
}

.single-interview-body ol li div:before {
  content: "";
  position: absolute;
  top: -3px;
  left: -5px;
  background: linear-gradient(45deg, #90000a, #cb1b45);
  border-radius: 100%;
  width: 9px;
  height: 9px;
}

.single-interview-body ol li strong {
  position: relative;
  font-size: 15px;
}

.single-interview-body .single-interview-body-parallel p {
  position: relative;
  top: -28px;
}

.single-interview-body ol li div {
  position: relative;
  top: -6px;
  border-left: 1px solid #dfdfdf;
  margin-left: 83px;
  padding: 14px 0 14px 43px;
}

.single-interview-body .single-interview-body-parallel strong {
  top: -22px;
}

.time {
  color: #333333;
  font-weight: bold;
}

/*---------------------------------------

voice

---------------------------------------*/
.voice {
  padding-bottom: 20px;
}
.voice__wrapper {
  padding: 0;
  margin: 28px 25px;
}
@media (min-width: 768px) {
  .voice__wrapper {
    margin: 60px 25px;
  }
}

.c-contents {
  position: relative;
  width: 100%;
}

.c-container {
  position: relative;
}

.c-container.-center {
  margin-right: auto;
  margin-left: auto;
}

.c-container.-left {
  margin-left: auto;
}

.c-container.-right {
  margin-left: auto;
}

.c-container.-spMax {
  width: 100%;
}

.c-container.-spMin {
  width: 84vw;
}

.c-onlyPC {
  display: none;
}

.c-onlySP {
  display: block;
}

.c-pager.-archive .pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}

.c-pager.-archive .pagination .current,
.c-pager.-archive .pagination .first,
.c-pager.-archive .pagination .last,
.c-pager.-archive .pagination .page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.c-pager.-archive .pagination .first,
.c-pager.-archive .pagination .last,
.c-pager.-archive .pagination .nextpostslink,
.c-pager.-archive .pagination .page,
.c-pager.-archive .pagination .previouspostslink {
  color: #c3c3c3;
}

.c-pager.-archive .pagination .current {
  color: #000;
}

.c-pager.-archive .pagination .current,
.c-pager.-archive .pagination .page {
  font-size: 3.4666666667vw;
}

.c-pager.-archive .pagination .page {
  display: none;
}

.c-pager.-archive .pagination .current {
  display: none;
}

.c-pager.-archive .pagination .nextpostslink,
.c-pager.-archive .pagination .previouspostslink {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 4.8vw;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.075em;
}

.c-pager.-archive .pagination .previouspostslink {
  left: 0;
}

.c-pager.-archive .pagination .nextpostslink {
  right: 0;
}

.c-pager.-archive .pagination .first,
.c-pager.-archive .pagination .last {
  width: 5em;
  font-size: 1.1rem;
}

.c-pager.-archive .pagination .first {
  margin: 0 2em 0 0;
}

.c-pager.-archive .pagination .last {
  margin: 0 0 0 2em;
}

.c-pager.-archive .pagination .page_num {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-size: 3.7333333333vw;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.c-pager.-single .pagination {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pager.-single .pagination .page {
  display: block;
  position: relative;
}

.voice {
  background-color: #eeeeee;
}

.voice__inner {
  padding: 0 0 26.6666666667vw;
}

.voice__head {
  text-align: center;
}

.voice__title {
  position: relative;
  top: -0.5em;
  font-size: 24px;
  color: #333333;
}

.voice__list {
  margin: 18.6666666667vw 0 0;
}

.voice__item {
  display: flex;
  flex-direction: column;
}

.voice__item + .voice__item {
  margin: 21.3333333333vw 0 0;
}

.voice__thum {
  flex: 0 0 100%;
}

.voice__text {
  flex: 0 0 100%;
  margin: 0;
}

.voice__text.is-active .voice__text--num::before {
  transform: scaleX(1);
}

.voice__text--num {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-weight: 300;
  font-size: 3.2vw;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.voice__text--num::before {
  -webkit-transform: scaleX(0);
  -webkit-transform-origin: left;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  background-color: #000;
  content: "";
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.voice__text--title {
  margin: 8vw 0 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.08em;
  padding-left: 3em;
  position: relative;
  padding-top: 1em;
}
.voice__text--title::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(45deg, #90000a, #cb1b45);
  bottom: 0;
  left: 0;
  transform: rotate(45deg);
  transform-origin: left bottom;
}

.voice__text--position {
  font-weight: 400;
  font-weight: 300;
  font-size: 3.7333333333vw;
  line-height: 2;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.voice__text--name {
  margin: 0.5rem 0 0;
  font-size: 5.8666666667vw;
  letter-spacing: 0.025em;
}

.voice__text--lead {
  position: relative;
  padding-top: 8vw;
}

.voice__text--lead::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: #000;
  content: "";
}

.voice__text--copy,
.voice__text--lead {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.voice__text--lead {
  font-weight: 500;
  font-size: 4vw;
}

.voice__text--copy {
  margin: 1em 0 0;
  font-weight: 300;
  font-size: 3.4666666667vw;
  line-height: 2;
}

.voice__accordion {
  position: relative;
}

.voice__accordion--head {
  padding: 1.5em 0;
  cursor: pointer;
}

.voice__accordion--item {
  border-bottom: 1px solid #c3c3c3;
}

.voice__accordion--item:first-of-type .js-accordionContent {
  display: block;
}

.voice__accordion--item:-of-type .js-accordionContent {
  display: block;
}

.voice__text--q-copy {
  padding: 0 2em 0 0;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  color: #333333;
}

.voice__accordion--body {
  padding: 0 0 1.5em;
}

.voice__text--a-copy {
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #333333;
  margin-bottom: 4px;
}

.p-loading-done .p-hair-menu__block {
  transform: translateY(0);
  opacity: 1;
}

.p-hair-menu__block {
  -webkit-transform: translateY(15px);
  -webkit-transition:
    opacity 0.6s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  position: relative;
  margin: 10.6666666667vw 0 0;
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.6s;
  will-change: transform, opacity;
}

.p-hair-menu__block:first-child {
  margin: 8vw 0 0;
}

.p-hair-menu__block:nth-child(n + 2) {
  padding: 10.6666666667vw 0 0;
  border-top: 1px solid #ddd;
}

.p-hair-menu__block:nth-child(3) {
  padding: 10.6666666667vw 0 8vw;
  border-bottom: 1px solid #ddd;
}

.p-hair-menu__body--inner {
  width: 100vw;
}

.p-hair-menu__body--inner.-col1 {
  width: 100%;
}

.p-hair-menu__category--list {
  display: flex;
  width: 100%;
}

.p-hair-menu__head {
  position: relative;
}

.p-hair-menu__head--title {
  position: absolute;
  top: 0;
  left: 0;
}

.p-hair-menu__head--term--item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: flex;
  align-items: center;
  height: 21.3333333333vw;
  padding: 8vw 0 0;
  border-top: 1px solid #ddd;
  font-size: 3.4666666667vw;
}

.p-hair-menu__head--term--item + .p-hair-menu__head--term--item {
  margin: 8vw 0 0;
}

.p-hair-menu__body {
  position: relative;
  padding: 8vw 0 0;
}

.p-hair-menu__head--term--copy {
  font-weight: 500;
}

.p-hair-menu__dd--copy,
.p-hair-menu__head--term--copy {
  line-height: 1.5;
}

.p-hair-menu__dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-direction: row;
  align-items: center;
  margin: 0 0 0 8vw;
  padding: 0;
}

.p-hair-menu__dl:first-child {
  margin: 4vw 0 0;
}

.p-hair-menu__dl:last-child {
  padding-bottom: 0 !important;
}

.p-hair-menu__dt {
  flex: 0 0 40%;
}

.p-hair-menu__dt--copy {
  font-weight: 500;
  line-height: 1;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.075em;
}

.p-hair-menu__dd {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 60%;
  -ms-flex: 0 0 60%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  flex: 0 0 60%;
  justify-content: flex-end;
}

.p-hair-menu__dd--copy {
  flex: 0;
  margin-left: 0;
  font-weight: 400;
  font-weight: 300;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
}

.p-hair-menu__dd--copy + .p-hair-menu__dd--copy {
  flex: 0;
  margin-left: 0;
}

.p-hair-menu__category {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
}

.p-hair-menu__category--item {
  width: 100%;
  margin-left: 0;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.p-hair-menu__category--item:nth-child(n + 2) {
  margin-left: 1.3333333333vw;
}

.p-hair-menu__category--copy {
  padding: 0.65em 0;
  font-weight: 400;
  font-weight: 300;
  font-size: 2.9333333333vw;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.p-hair-menu__note {
  margin: 8vw 0 0;
  font-weight: 300;
}

.p-hair-menu-point {
  margin: 24vw 0 0;
  background-color: #f3f3f3;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-hair-menu-point__inner {
  padding: 16vw 0 21.3333333333vw;
}

.p-hair-menu-point__head {
  text-align: center;
}

.p-hair-menu-point__title {
  font-weight: 500;
  font-size: 4.2666666667vw;
}

.p-hair-menu-point__lead {
  margin: 2.6666666667vw 0 0;
  font-weight: 500;
  font-size: 4vw;
}

.p-hair-menu-point__block {
  margin: 8vw 0 0;
  font-size: 3.2vw;
}

.p-hair-menu-point__detail {
  font-weight: 500;
}

.p-hair-menu-point__item {
  position: relative;
  font-weight: 300;
}

.p-hair-menu-point__item::before {
  padding-right: 0.5em;
  content: "・";
  font-size: inherit;
}

.p-loading-done .p-product {
  transform: translateY(0);
  opacity: 1;
}

.p-product {
  -webkit-transform: translateY(15px);
  -webkit-transition:
    opacity 0.6s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  overflow: hidden;
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.6s;
  will-change: transform, opacity;
}

.p-product .swiper-button-next,
.p-product .swiper-button-prev {
  width: 10.6666666667vw;
  height: 10.6666666667vw;
  border-radius: 50%;
  border-color: #40434b;
  background-color: #40434b;
}

.p-product .swiper-button-next {
  right: -2.6666666667vw;
}

.p-product .swiper-button-prev {
  left: -2.6666666667vw;
}

.p-product .swiper-button-next:after,
.p-product .swiper-button-prev:after {
  color: #fff;
  font-size: 3.7333333333vw;
}

.p-product__inner {
  width: 100%;
  margin: 13.3333333333vw 0 0;
  padding: 21.3333333333vw 0 26.6666666667vw;
}

.p-product__inner::before {
  -webkit-transform: translateX(-50%);
  z-index: 10;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translateX(-50%);
  background-color: #ddd;
  content: "";
}

.p-product-item {
  margin: 0;
}

.p-product-item + .p-product-item {
  padding: 32vw 0 0;
}

.p-product-item__inner {
  display: block;
}

.p-product-item__head {
  display: flex;
  z-index: 10;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}

.p-product-item__title {
  font-size: 4.8vw;
}

.p-product-item__tag {
  display: flex;
  margin: 5.5555555556vw 0 0 0;
}

.p-product-item__tag--item {
  padding: 0.5em 1em;
  border-radius: 9999px;
  background-color: #edeae6;
}

.p-product-item__tag--item:nth-child(2) {
  margin: 0 0 0 1.3888888889vw;
}

.p-product-item__tag--copy {
  font-weight: 400;
  font-size: 2.9333333333vw;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.p-product-item__body {
  position: relative;
  width: 100%;
  margin: 10.6666666667vw 0 0;
}

.p-product-item__body::before {
  position: absolute;
  bottom: -6.9444444444vw;
  left: 0;
  width: 100vw;
  height: 26.6666666667vw;
  background-color: #f3f3f3;
  content: "";
}

.p-product-item__swipe {
  overflow: visible;
}

.p-product-item__swipe--wrap {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-transition-timing-function: ease-in-out;
  align-items: flex-end;
  transition-timing-function: ease-in-out;
}

.p-product-item__swipe--slide {
  width: 34.6666666667vw;
  margin: 0 0 0 5.3333333333vw;
}

.p-product-item__swipe--copy,
.p-product-item__swipe--thum {
  width: 100%;
  text-align: center;
}

.p-product-item__swipe--copy {
  margin: 4vw 0 0;
  font-weight: 400;
  font-weight: 500;
  font-size: 2.6666666667vw;
  line-height: 1.5;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.025em;
}

.p-loading-done .p-company-info__body {
  transform: translateY(0);
  opacity: 1;
}

.p-company-info__body {
  -webkit-transform: translateY(15px);
  -webkit-transition:
    opacity 0.6s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.6s;
  will-change: transform, opacity;
}

.p-company-info__btn {
  width: 24vw;
  margin: 1em 0 0;
}

.p-company-info__btn--link {
  width: inherit;
}

.p-company-info__btn.c-btn.-rounded.-primary .c-btn__link::after {
  background-color: #fff;
}

.p-company-representation {
  margin: 32vw 0 0;
  background-color: #f3f3f3;
}

.p-company-representation__inner {
  padding: 18.6666666667vw 0 16vw;
}

.p-company-representation__title {
  font-weight: 500;
  font-size: 4.8vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-company-representation__profile {
  display: flex;
  flex-direction: column;
  margin: 10.6666666667vw 0 0;
}

.p-company-representation__thum {
  width: 49.3333333333vw;
}

.p-company-representation__text {
  margin: 8vw 0 0;
}

.p-company-representation__name {
  font-weight: 500;
  font-size: 4.2666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-company-representation__com {
  position: relative;
  margin: 1em 0 0;
  padding-bottom: 8vw;
  font-weight: 400;
  font-size: 3.4666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-company-representation__com::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.2rem;
  height: 1px;
  background-color: #ddd;
  content: "";
}

.p-company-representation__copy {
  padding-top: 8vw;
  font-weight: 400;
  font-size: 3.4666666667vw;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

.p-company-representation__career {
  margin: 13.3333333333vw 0 0;
}

.p-company-representation__career--dl.c-definition__list {
  margin: 0;
  border-top: none;
}

.p-company-representation__career--dl.c-definition__list:first-child {
  margin: 0;
  border-top: 1px solid #ddd;
}

.p-company-representation__career--dl.c-definition__list:last-child {
  border-bottom: none;
}

.p-company-representation__career--dl.c-definition__list + .c-definition__list {
  margin: 0;
}

.p-loading-done .p-notFound {
  transform: translateY(0);
  opacity: 1;
}

.p-notFound {
  -webkit-transform: translateY(15px);
  -webkit-transition:
    opacity 0.6s,
    -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  padding: 48vw 0 0;
  transform: translateY(15px);
  opacity: 0;
  transition:
    transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.6s;
  will-change: transform, opacity;
}

.p-notFound__inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 26.6666666667vw;
  text-align: center;
}

.p-notFound__title {
  font-weight: 500;
  line-height: 1;
  font-family: Poppins, sans-serif;
  letter-spacing: 0.075em;
}

.p-notFound__title--num {
  display: block;
  font-size: 8vw;
  letter-spacing: 0.1em;
}

.p-notFound__title--text {
  display: block;
  font-size: 3.4666666667vw;
}

.p-notFound__copy {
  margin: 8vw 0 0;
  font-weight: 300;
  font-size: 3.4666666667vw;
  line-height: 2;
}

.p-notFound__btn {
  margin: 8vw 0 0;
}

.js-anim-fadeTitle {
  overflow: hidden;
}

.js-anim-fadeTitle span {
  display: inline-block;
  will-change: transform, opacity;
}

.js-anim-pallax {
  overflow: hidden;
}

.js-anim-pallax img {
  will-change: transform, opacity;
}

.js-accordionTrigger {
  position: relative;
  cursor: pointer;
}

.js-accordionTrigger::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000;
  content: "";
}

.js-accordionTrigger::before {
  left: -32px;
  width: 28px;
  height: 1px;
}

.js-accordionTrigger::after {
  right: 7px;
  width: 1px;
  height: 15px;
}

.js-accordionTrigger.is-active::after {
  visibility: hidden;
  opacity: 0;
}

.js-accordionContent {
  display: none;
}

.js-accordionContent * {
  transform: translateY(5px);
  opacity: 0;
  transition:
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s,
    transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.js-accordionContent.is-show * {
  transform: translateY(0);
  opacity: 1;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-objectfit {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.u-oh {
  overflow: hidden;
}

.u-underLine {
  text-decoration: underline;
}

.u-fw-bold {
  font-weight: 700;
}

.u-fs-italic {
  font-style: italic;
}

@media (orientation: landscape) {
  .modal-video-inner {
    box-sizing: border-box;
    padding: 10px 60px;
  }
  .modal-video-close-btn {
    top: 0;
    right: -45px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-cursor__circle {
    -webkit-transition:
      opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    width: 40px;
    height: 40px;
    margin-top: -50%;
    margin-left: -50%;
    border: solid 1px rgba(227, 222, 193, 0.64);
    border-radius: 50%;
    transition:
      opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      background-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      border-color 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      width 0.3s cubic-bezier(0.25, 1, 0.5, 1),
      height 0.3s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.btn .l-cursor__circle {
    width: 120px;
    height: 120px;
    border-color: #40434b;
    background-color: #40434b;
  }
  #cursor.mini .l-cursor__circle {
    width: 15px;
    height: 15px;
    border-color: #eee;
    background-color: #eee;
  }
  #cursor.arrow-next .l-cursor__circle,
  #cursor.arrow-prev .l-cursor__circle {
    width: 120px;
    height: 120px;
    border-color: #787970;
    background-color: #787970;
  }
  #cursor.arrow-next::after {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: url(../image/common/arrow-next.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
  #cursor.arrow-prev::after {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 100%;
    height: 100%;
    background-image: url(../image/common/arrow-prev.svg);
    background-position: center;
    background-repeat: no-repeat;
    content: "";
  }
}
@media (hover: hover) {
  .js-anim-RollingText {
    display: inline-block;
    height: 1.4rem;
    overflow: hidden;
    font-size: 1.4rem;
  }
  .js-anim-RollingText.play .letter,
  .js-anim-RollingText:hover .letter {
    transform: translateY(-100%);
  }
  .js-anim-RollingText .letter {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
    display: inline-block;
    text-transform: uppercase;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
  }
  .letter:nth-child(1) {
    transition-delay: 0s;
  }
  .letter:nth-child(2) {
    transition-delay: 15ms;
  }
  .letter:nth-child(3) {
    transition-delay: 30ms;
  }
  .letter:nth-child(4) {
    transition-delay: 45ms;
  }
  .letter:nth-child(5) {
    transition-delay: 60ms;
  }
  .letter:nth-child(6) {
    transition-delay: 75ms;
  }
  .letter:nth-child(7) {
    transition-delay: 90ms;
  }
  .letter:nth-child(8) {
    transition-delay: 105ms;
  }
  .letter:nth-child(9) {
    transition-delay: 0.12s;
  }
  .letter:nth-child(10) {
    transition-delay: 135ms;
  }
  .letter:nth-child(11) {
    transition-delay: 0.15s;
  }
  .letter:nth-child(12) {
    transition-delay: 165ms;
  }
  .letter:nth-child(13) {
    transition-delay: 0.18s;
  }
  .letter:nth-child(14) {
    transition-delay: 195ms;
  }
  .letter:nth-child(15) {
    transition-delay: 0.21s;
  }
  .letter:nth-child(16) {
    transition-delay: 225ms;
  }
  .letter:nth-child(17) {
    transition-delay: 0.24s;
  }
  .letter:nth-child(18) {
    transition-delay: 255ms;
  }
  .letter:nth-child(19) {
    transition-delay: 0.27s;
  }
  .letter:nth-child(20) {
    transition-delay: 285ms;
  }
  .letter:nth-child(21) {
    transition-delay: 0.3s;
  }
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
  .c-btn.-box.-full .c-btn__link {
    padding: 1.5em 0;
  }
  .c-btn.-box.-full .c-btn__link .c-btn__copy {
    font-size: 1.6rem;
  }
  .c-btn.-box.-xl {
    width: max(400px, 27.7777777778vw);
  }
  .c-btn.-box.-xl .c-btn__link {
    padding: 2.8em 0;
  }
  .c-btn.-box.-xl .c-btn__link .c-btn__copy {
    font-size: 2.4rem;
  }
  .c-btn.-box.-l {
    width: max(300px, 20.8333333333vw);
  }
  .c-btn.-box.-l .c-btn__link {
    padding: 2.15em 0;
  }
  .c-btn.-box.-l .c-btn__link .c-btn__copy {
    font-size: 1.6rem;
  }
  .c-btn.-box.-m {
    width: max(250px, 17.3611111111vw);
  }
  .c-btn.-box.-m .c-btn__link {
    padding: 2.875em 0 2.6875em;
  }
  .c-btn.-box.-m .c-btn__link .c-btn__copy {
    font-size: 1.6rem;
  }
  .c-btn.-box.-s {
    width: max(220px, 15.2777777778vw);
  }
  .c-btn.-box.-s .c-btn__link {
    padding: 2.1em 0;
  }
  .c-btn.-box.-s .c-btn__link .c-btn__copy {
    font-size: 1.6rem;
  }
  .c-btn.-rounded .c-btn__link {
    padding: 0.45em 1.1em 0.55em;
  }
  .c-btn.-rounded .c-btn__link .c-btn__copy {
    font-size: 1.2rem;
  }
  .c-btn.-arrow .c-btn__link {
    padding: 0 0 0 3.2em;
  }
  .c-btn.-arrow .c-btn__link::before {
    width: 4rem;
  }
  .c-btn.-arrow .c-btn__link .c-btn__copy {
    font-size: 1.4rem;
  }
  .c-icon-line::before {
    width: 2.83rem;
    height: 2.7rem;
  }
  .c-icon.-circle .c-icon__link {
    padding: 0.4em;
  }
  .c-icon.-circle.-m {
    width: 4rem;
    height: 4rem;
  }
  .c-icon.-circle.-m .c-icon__link {
    padding: 0.7em;
  }
  .c-icon.-circle.-m .c-icon__link .c-icon__size {
    font-size: 2rem;
  }
  .c-icon .c-icon__size.-s {
    font-size: 1.5rem;
  }
  .c-icon .c-icon__size.-m {
    font-size: 2.5rem;
  }
  .c-title__main {
    font-size: 3rem;
  }
  .c-title__sub {
    font-size: 2.4rem;
  }
  .c-title__main-ja {
    font-size: 2rem;
  }
  .c-container.-xs {
    width: 55.5555555556%;
  }
  .c-container.-s {
    width: 66.6666666667%;
  }
  .c-container.-m {
    width: 77.7777777778%;
  }
  .c-container.-l {
    width: 88.8888888889%;
  }
  .c-container.-xl {
    width: 94.4444444444%;
  }
  .c-container.-full {
    width: 100%;
  }
  .c-onlyPC {
    display: block;
  }
  .c-onlySP {
    display: none;
  }
  .c-pager.-archive .pagination .current,
  .c-pager.-archive .pagination .first,
  .c-pager.-archive .pagination .last,
  .c-pager.-archive .pagination .page {
    margin: 0 2rem;
  }
  .c-pager.-archive .pagination .current,
  .c-pager.-archive .pagination .page {
    font-size: 2.4rem;
  }
  .c-pager.-archive .pagination .page {
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
    display: flex;
    position: relative;
    transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .c-pager.-archive .pagination .page::before {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    background-color: #000;
    content: "";
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .c-pager.-archive .pagination .current {
    display: flex;
    position: relative;
  }
  .c-pager.-archive .pagination .current::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    content: "";
  }
  .c-pager.-archive .pagination .nextpostslink,
  .c-pager.-archive .pagination .previouspostslink {
    font-size: 1.8rem;
  }
  .c-pager.-archive .pagination .nextpostslink::before,
  .c-pager.-archive .pagination .previouspostslink::before {
    -webkit-transform: scale(0, 1);
    -webkit-transform-origin: right top;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: right top;
    background-color: #000;
    content: "";
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  }
  .c-pager.-archive .pagination .first,
  .c-pager.-archive .pagination .last {
    font-size: 1.2rem;
  }
  .c-pager.-archive .pagination .first {
    margin: 0 10px;
  }
  .c-pager.-archive .pagination .last {
    margin: 0 10px;
  }
  .c-pager.-archive .pagination .page_num {
    display: none;
  }
  .c-pager.-single .pagination .page.previouspostslink {
    padding: 1.2em;
  }
  .c-pager.-single .pagination .page.nextpostslink {
    padding: 1.2em;
  }
  .c-pager.-single .pagination .page.backList {
    margin: 0.28em 60px 0;
  }
  .c-modal__close {
    top: 0;
    right: 0;
    width: 15rem;
    height: 15rem;
  }
  .c-modal__close::after,
  .c-modal__close::before {
    top: 7rem;
    right: 4rem;
    width: 7.5rem;
  }
  .c-modal-video::after {
    width: 80px;
    height: 80px;
  }
  .modal-video-body {
    width: 66.6666666667vw;
    min-width: 960px;
  }
  .c-definition__block {
    margin: 10rem 0 0;
  }
  .c-definition__list {
    flex-direction: row;
    padding: 4rem 0 0;
    font-size: 1.5rem;
  }
  .c-definition__list + .c-definition__list {
    margin: 4rem 0 0;
  }
  .c-definition__list:last-child {
    padding-bottom: 4rem;
  }
  .c-definition__list:first-child {
    margin: 3rem 0 0;
  }
  .c-definition__term {
    flex: 0 0 30.4166666667%;
  }
  .c-definition__desc {
    flex: 0 0 65.2083333333%;
    margin-left: 4.375%;
  }
  .c-definition__desc.-flex {
    display: flex;
  }
  .c-definition__desc--note {
    font-size: 1.2rem;
  }
  .l-header {
    position: absolute;
    top: 0;
    height: 8rem;
  }
  .l-header.is-fixed .l-header__logo.-l {
    top: 3rem;
    width: 3.8888888889%;
    min-width: 56px;
  }
  .l-header.is-fixed .l-header__logo.-s {
    top: 3rem;
    width: 3.8888888889%;
    min-width: 56px;
  }
  .l-header.is-fixed .l-header__nav--copy {
    height: 1.3rem;
    font-size: 1.3rem;
  }
  .l-header__inner {
    padding-right: 2.7777777778%;
    padding-left: 5.5555555556%;
  }
  .l-header__logo.-l {
    top: 0;
    width: 6.25%;
    min-width: 90px;
  }
  .l-header__logo.-s {
    top: 3.6rem;
    width: 5.0694444444%;
    min-width: 73px;
  }
  .l-header__nav {
    -webkit-transform: translateY(-50%);
    display: block;
    z-index: 100;
    position: absolute;
    top: 50%;
    right: 2.7777777778%;
    margin-left: auto;
    transform: translateY(-50%);
    color: #fff;
    mix-blend-mode: difference;
  }
  .l-header__nav--list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
  }
  .l-header__nav--item {
    margin: 0 0.8em;
  }
  .l-header__nav--item:last-child {
    margin: 0 0 0 0.8em;
    padding: 0 0 0 1.6em;
  }
  .l-header__nav--item:last-child::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #ddd;
    content: "";
  }
  .l-header__nav--copy {
    height: 1.5rem;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.075em;
  }
  .l-header__btn {
    right: 1.3888888889%;
    bottom: 1.3888888889%;
    width: max(120px, 8.3333333333%);
  }
  .l-header__btn.c-btn.-rounded.-primary .c-btn__link {
    padding: 0.85em 2em 0.95em;
  }
  .l-header__btn.c-btn.-rounded.-primary .c-btn__link::after {
    -webkit-box-shadow:
      0 0 0.3px rgba(0, 0, 0, 0.281),
      0 0 0.7px rgba(0, 0, 0, 0.404),
      0 0 1.3px rgba(0, 0, 0, 0.5),
      0 0 2.2px rgba(0, 0, 0, 0.596),
      0 0 4.2px rgba(0, 0, 0, 0.719),
      0 0 10px #000;
    background-color: #fff;
    box-shadow:
      0 0 0.3px rgba(0, 0, 0, 0.281),
      0 0 0.7px rgba(0, 0, 0, 0.404),
      0 0 1.3px rgba(0, 0, 0, 0.5),
      0 0 2.2px rgba(0, 0, 0, 0.596),
      0 0 4.2px rgba(0, 0, 0, 0.719),
      0 0 10px #000;
  }
  .l-header__btn.c-btn.-rounded.-primary .c-btn__link .c-btn__copy {
    font-size: 1.2rem;
  }
  .l-second-header {
    padding: 6.25vw 0 0;
  }
  .l-second-header__inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding-top: 0;
  }
  .l-second-header__nav {
    width: auto;
    margin: 0;
  }
  .l-second-header__nav.-s {
    width: 36.4583333333%;
    margin: 0;
  }
  .l-second-header__nav.-s .l-second-header__nav--item {
    margin: 0em 0 0 1.5em;
  }
  .l-second-header__nav.-s .l-second-header__nav--copy {
    height: 1.4rem;
    font-size: 1.4rem;
  }
  .l-second-header__nav--list {
    -webkit-overflow-scrolling: unset;
    margin: 0;
    padding: 0;
    overflow-x: unset;
    white-space: unset;
  }
  .l-second-header__nav--item {
    margin: 0;
  }
  .l-second-header__nav--item + .l-second-header__nav--item {
    margin: 0 0 0 1.5em;
  }
  .l-second-header__nav--copy {
    height: 1.8rem;
    font-size: 1.8rem;
  }
  .l-footer__inner {
    padding: 3.90625% 0 0;
  }
  .l-footer__head {
    flex-direction: row;
  }
  .l-footer__btns,
  .l-footer__contents,
  .l-footer__logo {
    flex: 0 0 17.5%;
  }
  .l-footer__salon {
    flex: 0 0 38.125%;
  }
  .l-footer__btns,
  .l-footer__contents,
  .l-footer__salon {
    margin: 0 0 0 3.125%;
  }
  .l-footer__title {
    font-size: 1.3rem;
  }
  .l-footer__nav {
    margin: 1.7em 0 0;
  }
  .l-footer__logo {
    -webkit-align-self: end;
    -ms-flex-item-align: end;
    -ms-grid-row-align: end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    align-self: end;
    order: 1;
    margin: 1.7em 0 0;
    margin: 0;
  }
  .l-footer__logo--link {
    width: 23.2142857143%;
  }
  .l-footer__contents {
    order: 2;
  }
  .l-footer__contents--nav {
    margin: 0.9em 0 0;
  }
  .l-footer__contents--nav--list {
    display: block;
    margin: 0;
  }
  .l-footer__contents--nav--item {
    display: block;
  }
  .l-footer__contents--nav--copy {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .l-footer__salon {
    order: 3;
  }
  .l-footer__salon--nav--list {
    display: block;
  }
  .l-footer__salon--nav--item {
    -webkit-box-pack: normal;
    -webkit-justify-content: normal;
    -ms-flex-pack: normal;
    flex: 0 0 calc(50% - 4vw);
    justify-content: normal;
  }
  .l-footer__salon--nav--item + .l-footer__salon--nav--item {
    margin: 3em 0 0;
  }
  .l-footer__salon--nav--salonname {
    flex: 0 0 29.1666666667%;
  }
  .l-footer__salon--nav--salonname--copy {
    height: 1.5rem;
    font-size: 1.5rem;
  }
  .l-footer__salon--nav--info {
    margin: 0 0 0 12.5%;
  }
  .l-footer__salon--nav--info--item {
    font-size: 1.3rem;
  }
  .l-footer__btns {
    order: 5;
  }
  .l-footer__reserve--btn {
    margin: 1.5em 0 0;
  }
  .l-footer__sns {
    margin: 2.25em 0 0;
  }
  .l-footer__sns--item:nth-child(n + 2) {
    margin-left: 1.8em;
  }
  .l-footer__pageTop--trigger {
    width: 4rem;
    height: 4rem;
  }
  .l-footer__pageTop--icon {
    font-size: 1.8rem;
  }
  .l-footer__body {
    margin: 5rem 0 0;
    padding: 3rem 0;
  }
  .l-footer__sub-contents--item + .l-footer__sub-contents--item {
    margin: 0 0 0 2.4rem;
  }
  .l-footer__sub-contents--copy {
    height: 1.2rem;
    font-size: 1.2rem;
  }
  .l-footer__copyright {
    font-size: 1.2rem;
  }
  .l-main {
    padding-top: 8rem;
  }
  .l-reserve__inner {
    padding: 14rem 7.5rem;
  }
  .l-reserve__header {
    padding: 0 0 6rem;
  }
  .l-reserve__header::before {
    width: 8rem;
  }
  .l-reserve__lead {
    margin: 2em 0 0;
    font-size: 1.6rem;
  }
  .l-reserve__content {
    margin: 10rem 0 0;
  }
  .l-reserve__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }
  .l-reserve__item + .l-reserve__item {
    margin: 0 0 0 3.0927835052%;
  }
  .l-globalNav__btns,
  .l-globalNav__contents,
  .l-globalNav__logo {
    flex: 0 0 17.5%;
  }
  .l-globalNav__salon {
    flex: 0 0 38.125%;
  }
  .l-loading__text,
  .p-loading__text {
    font-size: 1.6rem;
  }
  .l-loading__logo {
    width: 3.8888888889%;
  }
  .p-top-mv__image {
    height: calc(100vh - 8rem);
    min-height: calc(768px - 8rem);
  }
  .p-top-mv__btn {
    bottom: -2rem;
  }
  .p-top-mv__title {
    -webkit-transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    left: 3.4rem;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
  .p-top-news .swiper-horizontal > .swiper-scrollbar,
  .p-top-news .swiper-scrollbar.swiper-scrollbar-horizontal {
    bottom: -80px;
    height: 2px;
    margin: 80px 0 0;
  }
  .p-top-news .swiper-button-next,
  .p-top-news .swiper-button-prev {
    top: 0;
    width: 7.2727272727%;
    height: 100%;
    border-color: unset;
    background-color: unset;
  }
  .p-top-news .swiper-button-next {
    right: -7.2727272727%;
  }
  .p-top-news .swiper-button-prev {
    left: -7.2727272727%;
  }
  .p-top-news .swiper-button-next:after,
  .p-top-news .swiper-button-prev:after {
    color: unset;
    font-size: 0;
  }
  .p-top-news::before {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 28.4722222222vw;
    height: 100%;
    background-color: #fff;
    content: "";
  }
  .p-top-news__inner {
    flex-direction: row;
    padding: 16rem 0 24rem;
  }
  .p-top-news__head {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    flex-direction: column;
    justify-content: unset;
    width: 22.3214285714%;
  }
  .p-top-news__btn {
    margin: 15.9722222222vw 0 0;
  }
  .p-top-news__body {
    width: 73.6607142857%;
    margin: 0 0 0 4.0178571429%;
  }
  .p-top-news__article {
    width: 28.4848484848%;
    margin: 0 7.2727272727% 0 0;
  }
  .p-top-news__article + .p-top-news__article {
    margin: 0 7.2727272727% 0 0;
  }
  .p-top-news__article--text-detail {
    margin: 2em 0 0;
  }
  .p-top-news__article--category,
  .p-top-news__article--date {
    font-size: 1.3rem;
  }
  .p-top-news__article--title {
    margin: 1.3rem 0 0;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
  .p-top-season-theme__inner {
    flex-direction: row;
  }
  .p-top-season-theme__left {
    width: 51.3888888889%;
  }
  .p-top-season-theme__right {
    width: 48.6111111111%;
    margin: 3.4722222222% 0 0;
    padding: 5rem;
  }
  .p-top-season-theme__right::before {
    top: 5rem;
    left: 5rem;
    width: calc(100% - 10rem);
  }
  .p-top-season-theme__right--title {
    margin: 4rem 0 0;
    font-size: 1.6rem;
  }
  .p-top-season-theme__swipe.-s {
    width: 55%;
    margin: 11.5rem auto 0;
  }
  .p-top-season-theme__year {
    right: 16.6666666667%;
    bottom: -2.5rem;
    width: 24rem;
  }
  .p-top-season-theme__year--swipe--copy {
    font-size: 4.8rem;
  }
  .p-top-season-theme__btn {
    margin: 12rem 0 0 0;
  }
  .p-top-designer::before {
    top: 37.3rem;
    width: 94.4444444444%;
    height: calc(100% - 30rem);
  }
  .p-top-designer__inner {
    flex-direction: row;
    padding: 24rem 0 0;
  }
  .p-top-designer__head {
    flex: 0 0 22.3214285714%;
  }
  .p-top-designer__nav {
    position: sticky;
    top: 20rem;
    width: 100%;
    margin: 10rem 0 0;
  }
  .p-top-designer__nav--list {
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .p-top-designer__nav--item {
    margin: 0;
  }
  .p-top-designer__nav--item + .p-top-designer__nav--item {
    margin: 1.8em 0 0;
  }
  .p-top-designer__nav--item.is-current
    .p-top-designer__nav--link
    .p-top-designer__nav--copy::before {
    bottom: 0;
  }
  .p-top-designer__nav--copy {
    height: 2rem;
    font-size: 2rem;
  }
  .p-top-designer__body {
    flex: 0 0 74.1071428571%;
    margin: 0 0 0 3.5714285714%;
  }
  .p-top-designer__member--item {
    flex: 0 0 27.7108433735%;
    margin-left: 8.4337349398%;
  }
  .p-top-designer__member--item:nth-child(2n + 1) {
    margin-left: 8.4337349398%;
  }
  .p-top-designer__member--item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .p-top-designer__member--item:nth-child(n + 3) {
    margin-top: 0;
  }
  .p-top-designer__member--item:nth-child(n + 4) {
    margin-top: 10rem;
  }
  .p-top-designer__member--item:nth-child(even) {
    margin-top: 10rem;
  }
  .p-top-designer__member--item:nth-child(2) {
    margin-top: 4rem;
  }
  .p-top-designer__member--item:nth-child(11),
  .p-top-designer__member--item:nth-child(14),
  .p-top-designer__member--item:nth-child(5),
  .p-top-designer__member--item:nth-child(8) {
    margin-top: 14rem;
  }
  .p-top-designer__member--salon {
    font-size: 1.4rem;
  }
  .p-top-designer__member--position {
    font-size: 1.3rem;
    line-height: 1.8461538462;
  }
  .p-top-designer__member--name {
    font-size: 2rem;
    line-height: 1.2;
  }
  .p-top-designer__member--sns + .p-top-designer__member--reserve {
    margin: 0 0 0 1.5em;
  }
  .p-top-salon-info__inner {
    padding: 16rem 0 0;
  }
  .p-top-salon-info__body {
    margin: 8rem 0 0;
  }
  .p-top-salon-info__list {
    flex-direction: row;
  }
  .p-top-salon-info__item {
    width: 25%;
    height: 50vw;
  }
  .p-top-salon-info__item.is-none .p-top-salon-info__text {
    opacity: 0;
  }
  .p-top-salon-info__item.is-current
    .p-top-salon-info__text
    .p-top-salon-info__text--title {
    font-size: 2.4rem;
  }
  .p-top-salon-info__item.is-current
    .p-top-salon-info__text
    .p-top-salon-info__text--viewmore {
    font-size: 1.4rem;
  }
  .p-top-salon-info__text--title {
    font-size: 2rem;
  }
  .p-top-salon-info__text--viewmore {
    margin: 0.6em 0 0;
    font-size: 1.3rem;
  }
  .p-top-salon-info__fullImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p-top-salon-info__fullImage--item {
    -webkit-transition:
      opacity 0.6s,
      -webkit-transform 60s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition:
      transform 60s cubic-bezier(0.165, 0.84, 0.44, 1),
      opacity 0.6s;
  }
  .p-top-salon-info__fullImage--item.is-show {
    -webkit-transform: scale(1.5);
    z-index: 20;
    transform: scale(1.5);
    opacity: 1;
  }
  .p-top-hair-gallery__inner {
    padding: 25rem 0 0;
  }
  .p-top-hair-gallery__head {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .p-top-hair-gallery__btn {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4.4117647059%;
    transform: translateY(-50%);
  }
  .p-top-hair-gallery__btn--copy {
    margin-right: 0.5em;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.075em;
  }
  .p-top-hair-gallery__btn--icon {
    font-size: 2.5rem;
  }
  .p-top-hair-gallery__body {
    margin: 8rem 0 0;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .p-top-hair-gallery__body #sb_instagram #sbi_images .sbi_item {
    height: 23.6111111111vw;
  }
  _::-webkit-full-page-media,
  _:future,
  :root
    .p-top-hair-gallery__body
    #sb_instagram
    #sbi_images
    .sbi_item:nth-child(10n + 1),
  :root
    .p-top-hair-gallery__body
    #sb_instagram
    #sbi_images
    .sbi_item:nth-child(10n + 10) {
    height: 47.2222222222vw;
  }
  .p-top-hair-gallery__body #sb_instagram #sbi_images .sbi_item:nth-child(9) {
    -ms-grid-column: 2;
    grid-row: unset;
    grid-column: 2;
  }
  .p-top-hair-gallery__item:nth-child(9) {
    display: block;
  }
  .p-designer-profile {
    margin: 8rem 0 0;
  }
  .p-designer-profile__inner {
    flex-direction: row;
    padding: 0 0 16rem;
  }
  .p-designer-profile__thum {
    flex: 0 0 50%;
  }
  .p-designer-profile__salon {
    font-size: 1.6rem;
  }
  .p-designer-profile__text {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex: 0 0 50%;
    align-items: flex-start;
    justify-content: center;
    height: 34.375vw;
    min-height: 495px;
    margin: 0;
    padding: 6rem 12rem;
  }
  .p-designer-profile__position {
    font-size: 1.6rem;
  }
  .p-designer-profile__name {
    margin: 0.7em 0 0;
    padding-bottom: 5rem;
    font-size: 3rem;
  }
  .p-designer-profile__name::before {
    -webkit-transform: translateX(0);
    left: 0;
    width: 4rem;
    transform: translateX(0);
  }
  .p-designer-profile__sns--list {
    margin: 4rem 0 0;
  }
  .p-designer-profile__reserve--btn {
    margin: 4rem auto 0;
  }
  .p-designer-profile__reserve--btn + p {
    font-size: 1.3rem;
  }
  .p-designer-profile__reserve--btn + p a:hover {
    opacity: 0.6;
  }
  .p-designer-schedule .wpsbc-calendars {
    display: flex;
  }
  .p-designer-schedule .wpsbc-calendar + .wpsbc-calendar {
    margin-left: 50px !important;
  }
  .p-designer-schedule__inner {
    flex-direction: row;
    padding: 0 0 16rem;
  }
  .p-designer-schedule__head {
    width: 30.4166666667%;
  }
  .p-designer-schedule__holiday--list {
    margin: 4rem 0 0;
  }
  .p-designer-schedule__holiday--block {
    width: 1.5rem;
    height: 1.5rem;
  }
  .p-designer-schedule__holiday--block.-half {
    border-top: 0.75rem solid #ebebeb;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid transparent;
    border-left: 0.75rem solid #ebebeb;
  }
  .p-designer-schedule__holiday--copy {
    font-size: 1.3rem;
  }
  .p-designer-schedule__body {
    width: 65.2083333333%;
    margin: 0 0 0 4.375%;
  }
  .p-designer-info {
    margin: 0 0 16rem;
  }
  .p-designer-info__inner {
    display: flex;
    padding: 4em;
  }
  .p-designer-info__head {
    width: 27.0833333333%;
  }
  .p-designer-info__body {
    width: 54.1666666667%;
    margin: -0.5em 0 0;
    margin-left: 6.25%;
  }
  .p-designer-info__item + .p-designer-info__item {
    margin: 2em 0 0;
  }
  .p-designer-info__item--title {
    font-size: 1.6rem;
  }
  .p-designer-info__item--copy {
    font-size: 1.3rem;
  }
  .p-designer-memberNav__wrap {
    top: 7rem;
  }
  .p-designer-memberNav__inner {
    padding: 4rem 0 6rem;
  }
  .p-designer-memberNav__list {
    height: auto;
    overflow-y: unset;
  }
  .p-designer-memberNav__item {
    flex: 0 0 21.875%;
    margin-left: 4.1666666667%;
  }
  .p-designer-memberNav__item:nth-child(even) {
    margin-left: 4.1666666667%;
  }
  .p-designer-memberNav__item:nth-child(n + 3) {
    margin-top: 0;
  }
  .p-designer-memberNav__item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .p-designer-memberNav__item:nth-child(n + 5) {
    margin-top: 6rem;
  }
  .p-designer-memberNav__salon {
    font-size: 1.3rem;
  }
  .p-designer-memberNav__position {
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }
  .p-designer-memberNav__name {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
  .p-designer-gallery__head {
    justify-content: center;
    width: 100%;
    text-align: center;
  }
  .p-designer-gallery__btn {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 4.4117647059%;
    transform: translateY(-50%);
  }
  .p-designer-gallery__btn--copy {
    margin-right: 0.5em;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.075em;
  }
  .p-designer-gallery__btn--icon {
    font-size: 2.5rem;
  }
  .p-designer-gallery__body {
    margin: 8rem 0 0;
  }
  .p-designer-gallery__body #sb_instagram #sbi_images {
    grid-template-columns: repeat(4, 1fr);
  }
  _::-webkit-full-page-media,
  _:future,
  :root .p-designer-gallery__body #sb_instagram #sbi_images .sbi_item {
    height: 23.6111111111vw;
  }
  _::-webkit-full-page-media,
  _:future,
  :root
    .p-designer-gallery__body
    #sb_instagram
    #sbi_images
    .sbi_item:nth-child(10n + 1),
  :root
    .p-designer-gallery__body
    #sb_instagram
    #sbi_images
    .sbi_item:nth-child(10n + 10) {
    height: 47.2222222222vw;
  }
  .p-designer-gallery__body #sb_instagram #sbi_images .sbi_item:nth-child(9) {
    -ms-grid-column: 2;
    grid-row: unset;
    grid-column: 2;
  }
  .p-designer-gallery__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .p-designer-gallery__item:nth-child(9) {
    display: block;
  }
  .p-season-theme-archive__inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-wrap: wrap;
    padding: 14rem 0 16rem;
  }
  .p-season-theme-archive__item {
    flex: 0 0 41.6666666667%;
    width: auto;
  }
  .p-season-theme-archive__item:nth-child(n + 2) {
    margin: 0;
  }
  .p-season-theme-archive__item:nth-child(even) {
    margin-left: 16.6666666667%;
  }
  .p-season-theme-archive__item:nth-child(n + 3) {
    margin-top: 12rem;
  }
  .p-season-theme-archive__thum {
    aspect-ratio: unset;
    height: 37.8472222222vw;
  }
  .p-season-theme-archive__year {
    font-size: 4.2rem;
  }
  .p-season-theme-single__inner {
    padding: 5.4rem 0 15rem;
  }
  .p-season-theme-single__main-title.-archive {
    margin: 11rem 0 0;
    font-size: 2.4rem;
  }
  .p-season-theme-single__main-image.-w1000 {
    width: 78.125%;
    height: 55.5555555556vw;
  }
  .p-season-theme-single__main-image.-w610 {
    width: 46.875%;
    height: 55.5555555556vw;
  }
  .p-season-theme-single .wp-block-gallery {
    flex-direction: row;
  }
  .p-season-theme-single .wp-block-gallery {
    margin: 20rem 0 0;
  }
  .p-season-theme-single .wp-block-gallery:first-child {
    margin: 10rem 0 0;
  }
  .p-season-theme-single .wp-block-gallery > .wp-block-image {
    width: 47.65625% !important;
  }
  .p-season-theme-single .wp-block-gallery > .wp-block-image + .wp-block-image {
    margin: 0 0 0 auto !important;
  }
  .wp-block-image {
    width: 78.125% !important;
    margin: 20rem auto 0;
  }
  .p-season-theme-single__block {
    margin: 20rem 0 0;
  }
  .p-season-theme-single__block:first-child {
    margin: 10rem 0 0;
  }
  .p-season-theme-single__block.-col1 .p-season-theme-single__block--image {
    flex: 0 0 78.125%;
  }
  .p-season-theme-single__block.-col2 {
    flex-direction: row;
  }
  .p-season-theme-single__block.-col2 .p-season-theme-single__block--image {
    flex: 0 0 47.65625%;
  }
  .p-season-theme-single__block.-col2
    .p-season-theme-single__block--image
    + .p-season-theme-single__block--image {
    margin: 0 0 0 auto;
  }
  .p-season-theme-single__block--image.-s {
    height: 33.3333333333vw;
  }
  .p-season-theme-single__block--image.-m {
    height: 55.5555555556vw;
  }
  .p-season-theme-single__block--image.-l {
    height: 55.5555555556vw;
  }
  .p-season-theme-single__bact-to-archives {
    margin: 15rem auto 0;
  }
  .p-news-archive__inner {
    padding: 10rem 0 14rem;
  }
  .p-news-archive__tag {
    font-size: 1.5rem;
  }
  .p-news-archive__article {
    width: 20.9821428571%;
    margin-left: 5.3571428571%;
  }
  .p-news-archive__article:nth-child(2n + 1) {
    margin-left: 5.3571428571%;
  }
  .p-news-archive__article:nth-child(n + 3) {
    margin-top: 0;
  }
  .p-news-archive__article:nth-child(4n + 1) {
    margin-left: 0;
  }
  .p-news-archive__article:nth-child(n + 5) {
    margin-top: 8rem;
  }
  .p-news-archive__article--text-detail {
    margin: 2em 0 0;
  }
  .p-news-archive__article--category,
  .p-news-archive__article--date {
    font-size: 1.3rem;
  }
  .p-news-archive__article--title {
    margin: 1.3rem 0 0;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
  .p-news-pager .pagination {
    margin-bottom: 16rem;
  }
  .p-news-single__inner {
    padding: 14rem 0 17rem;
  }
  .p-news-single__head {
    flex-direction: row;
  }
  .p-news-single__main-image {
    flex: 0 0 50%;
  }
  .p-news-single__main-text {
    flex: 0 0 41.6666666667%;
    margin-left: 8.3333333333%;
    text-align: left;
  }
  .p-news-single__main-text-detail {
    justify-content: flex-start;
    margin: 0;
  }
  .p-news-single__main-text--category,
  .p-news-single__main-text--date {
    font-size: 2rem;
  }
  .p-news-single__main-text--title {
    margin: 1.2em 0 0;
    font-size: 3rem;
    line-height: 1.6666666667;
  }
  .p-news-single__contents {
    margin: 12rem 0 0;
  }
  .p-news-single__contents p {
    margin: 8rem 0 0;
    font-size: 1.5rem;
  }
  .p-news-single__contents .wp-block-button {
    width: max(300px, 20.8333333333vw);
    margin: 8rem auto 0;
  }
  .p-news-single__contents .wp-block-button .wp-block-button__link {
    padding: 2.15em 0;
    font-size: 1.6rem;
  }
  .p-news-single__contents .wp-block-image {
    margin: 8rem 0 0;
  }
  .p-news-single__contents .wp-block-image.size-large.is-resized {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
  }
  .p-news-single__contents .wp-block-gallery {
    display: flex;
    margin: 0 -10%;
  }
  .p-news-single__contents .wp-block-gallery .wp-block-image {
    width: calc(50% - 2.0833333333vw) !important;
    margin: 8rem 0 0 !important;
  }
  .p-news-single__contents .wp-block-gallery .wp-block-image:nth-child(2) {
    margin: 8rem 0 0 auto !important;
  }
  .p-news-single__contents .wp-block-embed {
    margin: 8rem 0 0;
  }
  .p-news-single__contents .wp-block-quote {
    margin: 8rem 0 0;
    padding: 6rem;
    font-size: 1.5rem;
  }
  .p-news-single__detail {
    flex-direction: row;
    margin: 8rem 0 0;
  }
  .p-news-single__detail:nth-child(n + 2) {
    margin: 6rem 0 0;
  }
  .p-news-single__credit {
    padding: 5rem 0 0;
  }
  .p-news-single__credit .p-news-single__detail--head {
    flex: 0 0 17.5%;
  }
  .p-news-single__detail--head {
    flex: 0 0 17.5%;
  }
  .p-news-single__detail--title {
    font-size: 1.5rem;
  }
  .p-news-single__detail--body {
    flex: 0 0 75%;
    margin-left: 7.5%;
  }
  .p-news-single__credit--item {
    padding: 5rem 0 4rem;
  }
  .p-news-single__credit--item:first-child {
    padding: 0 0 4rem;
  }
  .p-news-single__credit--thum {
    flex: 0 0 25%;
  }
  .p-news-single__credit--profile {
    margin-left: 5%;
  }
  .p-news-single__credit--position {
    font-size: 1.3rem;
  }
  .p-news-single__credit--name {
    margin: 0.75em 0 0;
    font-size: 2rem;
  }
  .p-news-single__credit--salon {
    margin: 2.35em 0 0;
    font-size: 1.3rem;
  }
  .p-news-single__credit__btn {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    position: static;
    align-self: flex-end;
    margin-left: auto;
  }
  .p-news-single__credit__btn--copy {
    font-size: 1.4rem;
  }
  .p-news-single__tags--list {
    margin: 0;
  }
  .p-news-single__tags--item {
    margin: 0 0.5em;
  }
  .p-news-single__tags--item:first-child {
    margin: 0;
  }
  .p-news-single__tags--item a {
    padding: 0.45em 1.1em 0.55em;
    font-size: 1.3rem;
  }
  .p-news-single__share--item {
    width: 5rem;
    height: 5rem;
  }
  .p-news-single__share--link {
    padding: 0.8em !important;
  }
  .p-news-single__share--icon {
    font-size: 1.8rem;
  }
  .p-news-single__bact-to-list {
    margin: 12rem auto 0;
  }
  .p-salon-info-mv {
    margin: 5.4rem 0 0;
  }
  .p-salon-info-mv__image {
    min-height: 660px;
  }
  .p-salon-info-mv__image img {
    height: auto;
  }
  .p-salon-info__inner {
    padding: 12rem 0;
  }
  .p-salon-info__title {
    font-size: 3rem;
  }
  .p-salon-info__dt--copy {
    font-size: 1.6rem;
  }
  .p-salon-info__dd {
    margin-top: 0;
  }
  .p-salon-info__dd--copy {
    font-size: 1.3rem;
  }
  .p-salon-info__map {
    height: 24.4444444444vw;
    margin: 3rem 0 0;
  }
  .p-salon-info__map--iframe {
    height: 45.8333333333vw;
    margin: -15rem 0 0;
  }
  .p-salon-info-mv__btn {
    margin: 8rem auto 0;
  }
  .p-recruit-info__inner {
    padding: 0 0 16rem;
  }
  .p-recruit-info__btn {
    margin: 8rem auto 0;
  }
  .p-recruit-meesage__inner {
    padding: 0 0 13rem;
  }
  .p-recruit-meesage__title {
    margin-bottom: calc(6rem - 0.5em);
  }
  .p-recruit-meesage__lead {
    padding: 4rem 0 0;
  }
  .p-recruit-meesage__lead--copy {
    font-size: 2.2rem;
  }
  .p-recruit-meesage__lead--representative {
    font-size: 1.8rem;
  }
  .p-recruit-meesage__text {
    margin: 6rem 0 0;
  }
  .p-recruit-meesage__text--copy {
    font-size: 1.5rem;
  }
  .p-recruit-meesage__accordion {
    padding: 6rem 0 0;
  }
  .p-recruit-meesage__text--q-copy {
    padding: 0 4em 0 0;
    font-size: 1.4rem;
  }
  .p-recruit-meesage__text--a-copy {
    font-size: 1.3rem;
  }
  .p-recruit-meesage__image {
    flex-direction: row;
    margin: 10rem 0 0;
  }
  .p-recruit-meesage__image--item {
    width: 46.875%;
  }
  .p-recruit-meesage__image--item + .p-recruit-meesage__thum {
    margin: 0 0 0 6.25%;
  }
  .p-recruit-meesage__thum--cap p {
    font-size: 1.5rem;
  }
  .p-recruit-meesage__thum--cap p + p {
    font-size: 1.3rem;
  }
  .voice__inner {
    padding: 0 0 14rem;
  }
  .voice__list {
    margin: 3rem 0 0;
  }
  .voice__item {
    flex-direction: row;
    align-items: center;
  }
  .voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .voice__item:nth-child(even) .voice__text {
    margin-right: 8.9285714286%;
    margin-left: 0;
  }
  .voice__item + .voice__item {
    margin: 12rem 0 0;
  }
  .voice__thum {
    flex: 0 0 42.8571428571%;
  }
  .voice__text {
    flex: 0 0 48.2142857143%;
    margin: 0 0 0 8.9285714286%;
  }
  .voice__text--num {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .voice__text--title {
    margin: 0;
    padding-bottom: 6rem;
    padding-bottom: 0;
  }
  .voice__text--position {
    font-size: 1.6rem;
  }
  .voice__text--lead {
    padding-top: 6rem;
  }
  .voice__text--lead {
    font-size: 2.2rem;
  }
  .voice__text--copy {
    font-size: 1.5rem;
  }
  .voice__accordion {
    padding-top: 0;
  }
  .voice__text--q-copy {
    padding: 0 4em 0 0;
    font-size: 1.4rem;
  }
  .voice__text--a-copy {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.75;
    margin-bottom: 4px;
  }
  .p-notFound__copy {
    margin: 8rem 0 0;
    font-size: 1.5rem;
  }
  .p-notFound__btn {
    margin: 8rem 0 0;
  }
  .js-accordionTrigger::before {
    left: -32px;
  }
}
@media screen and (min-width: 768px) and (hover: hover) {
  .c-pager.-archive .pagination .page:hover {
    color: #000;
  }
  .c-pager.-archive .pagination .page:hover::before {
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .c-pager.-archive .pagination .nextpostslink:hover,
  .c-pager.-archive .pagination .previouspostslink:hover {
    color: #000;
  }
  .c-pager.-archive .pagination .nextpostslink:hover::before,
  .c-pager.-archive .pagination .previouspostslink:hover::before {
    -webkit-transform-origin: left top;
    transform: scale(1, 1);
    transform-origin: left top;
  }
  .l-header__btn.c-btn.-rounded.-primary .c-btn__link:hover .c-btn__copy {
    color: #000;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 75%;
  }
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes modal-video {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes modal-video-inner {
  from {
    transform: translate(0, 100px);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
@keyframes headerFixed {
  from {
    opacity: 0;
  }
  to {
    mix-blend-mode: difference;
    opacity: 1;
  }
}
@keyframes tabshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*---------------------------------------

title

---------------------------------------*/
.job__title {
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 15s ease infinite;
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .job__title {
    height: 180px;
  }
}
.job__main {
  display: block;
  margin: 0 auto;
}
.job__main--about {
  width: 218px;
}
@media (min-width: 600px) {
  .job__main--about {
    width: 327px;
  }
}
.job__main--artist {
  width: 187px;
}
@media (min-width: 600px) {
  .job__main--artist {
    width: 280px;
  }
}
.job__main--reason {
  width: 184px;
}
@media (min-width: 600px) {
  .job__main--reason {
    width: 278px;
  }
}
.job__main--recruit {
  width: 151px;
}
@media (min-width: 600px) {
  .job__main--recruit {
    width: 227px;
  }
}
.job__main--step {
  width: 117px;
}
@media (min-width: 600px) {
  .job__main--step {
    width: 174px;
  }
}
.job__en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: translateX(-25%);
}
@media (min-width: 600px) {
  .job__en {
    transform: translateX(-50%);
  }
}
.job__en--about {
  width: 240px;
}
@media (min-width: 600px) {
  .job__en--about {
    width: 480px;
  }
}
.job__en--artist {
  width: 240px;
}
@media (min-width: 600px) {
  .job__en--artist {
    width: 480px;
  }
}
.job__en--reason {
  width: 240px;
}
@media (min-width: 600px) {
  .job__en--reason {
    width: 480px;
    transform: translateX(-60%);
  }
}
.job__en--recruit {
  width: 240px;
}
@media (min-width: 600px) {
  .job__en--recruit {
    width: 360px;
  }
}
.job__en--step {
  width: 120px;
  transform: translateX(-70%);
}
@media (min-width: 600px) {
  .job__en--step {
    width: 240px;
  }
}

/*---------------------------------------

recruit

---------------------------------------*/
.recruit__title {
  background: linear-gradient(-45deg, #90000a, #cb1b45, #90000a, #cb1b45);
  background-size: 200% 200%;
  animation: bggradient 15s ease infinite;
  position: relative;
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 600px) {
  .recruit__title {
    height: 180px;
  }
}

/*---------------------------------------

thx

---------------------------------------*/
.thx_top {
  margin: 40px 0;
  padding: 10px 0;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.thx_frame {
  margin: 0;
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.thx_frame p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01;
  color: #ffffff;
}
@media (min-width: 768px) {
  .thx_frame p {
    font-size: 32px;
  }
}
.thx_frame p span {
  font-size: 120%;
}
@media (min-width: 768px) {
  .thx_frame p span {
    font-size: 130%;
  }
}

/*---------------------------------------

title_form

---------------------------------------*/
.title_form_top {
  margin: 0px 0;
  padding: 10px 0;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.title_form_frame {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.title_form_frame p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01;
  color: #ffffff;
}
@media (min-width: 768px) {
  .title_form_frame p {
    font-size: 32px;
  }
}
.title_form_frame p span {
  font-size: 120%;
}
@media (min-width: 768px) {
  .title_form_frame p span {
    font-size: 130%;
  }
}

/*---------------------------------------

model

---------------------------------------*/
.model_top {
  margin: 0;
  padding: 10px 0;
  background: linear-gradient(to right, #92010c, #c5193f);
}

.model_frame {
  margin: 0;
  padding: 16px 0;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.model_frame p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.01;
  color: #ffffff;
}
@media (min-width: 768px) {
  .model_frame p {
    font-size: 32px;
  }
}
.model_frame p span {
  font-size: 120%;
}
@media (min-width: 768px) {
  .model_frame p span {
    font-size: 130%;
  }
}

.reco_model img {
  width: 100%;
}

/*---------------------------------------

top-cta2

---------------------------------------*/
.top-cta2 {
  padding: 20px 30px 40px;
}
@media (min-width: 1024px) {
  .top-cta2 {
    padding-top: 40px;
  }
}
.top-cta2__button {
  max-width: 516px;
  margin: 0 auto;
}
.top-cta2__button--link {
  background: linear-gradient(45deg, #90000a, #cb1b45);
  padding: 1.5em 0 1.5em;
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  transform: skew(-10deg);
  box-shadow: 10px 10px 0 #90000a;
  transition: 0.225s ease-in-out;
}
.top-cta2__button--link:hover {
  box-shadow: none;
}
.top-cta2__button--link::after {
  position: absolute;
  content: "";
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  background: #ffffff;
  top: 8px;
  left: 8px;
  z-index: 0;
}
.top-cta2__button--img {
  max-width: 345px;
  width: 50%;
  position: relative;
  z-index: 1;
  transform: skew(10deg);
}

.top-cta2__wrapper {
  margin-top: 24px;
}

.top-cta2 {
  padding: 20px 30px 40px;
}

/*---------------------------------------

form

---------------------------------------*/
/* floating③ */
.floating {
  display: block;
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  margin: 0;
  padding: 16px 0;
  background: rgba(0, 0, 0, 0.3);
}

.floating__btn {
  margin: 0;
  padding: 0;
  text-align: center;
}

.floating__btn a:link {
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.floating__btn a:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 0.3s ease-in-out;
}

.floating__btn a:visited {
  color: #000;
  text-decoration: none;
}

.btn1 {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  text-align: center;
  /* ボタンの色変更 */
  background: #f6b403;
  margin: 20px 0;
  max-width: 680px;
}

.size {
  width: 95%;
  margin: 0 auto 0 auto;
  padding: 20px 0;
  font-size: 110%;
  border-radius: 40px;
  box-shadow: 0 0 10px rgba(246, 180, 3, 0.8);
}

@media screen and (min-width: 769px) {
  .floating {
    padding: 24px 0;
  }
  .btn1 {
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-align: center;
    /* ボタンの色変更 */
    background: #f6b403;
    margin: 40px 0;
  }
  .size {
    width: 90%;
    margin: 0 auto 0 auto;
    padding: 20px 0;
    font-size: 24px;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(246, 180, 3, 0.8);
  }
}
/* floating③end */
.max-width {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .max-width {
    max-width: 560px;
  }
} /*# sourceMappingURL=style.css.map */

/*---------------------------------------

FAQ アコーディオン

---------------------------------------*/
.qa {
  margin: 0px auto 30px;
}
@media screen and (min-width: 769px) {
  .qa {
    margin: 30px auto;
  }
}
.qa__title {
  font-size: 1.5em;
  font-weight: bold;
  margin: 30px 0 10px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .qa__title {
    font-size: 2em;
  }
}
.qa .cp_actab input[type="checkbox"] {
  display: none;
}
.qa .cp_actab {
  padding: 4px 0;
  border-bottom: 1px dotted #cccccc;
}
@media screen and (min-width: 769px) {
  .qa .cp_actab {
    padding: 12px 0;
  }
}
/*質問テキスト*/
.qa label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 100%;
  width: calc(100% - 50px);
  margin: 0 0 0 40px;
  padding: 10px;
  cursor: pointer;
  /* color: #c61940; */
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .qa label {
    font-size: 120%;
  }
}
/*＋アイコン*/
.qa label::before {
  position: absolute;
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 160%;
  font-weight: bold;
  margin-left: -40px;
  padding: 0 0 6px 0;
  transition: 0.4s ease;
  color: #c61940;
}
@media screen and (min-width: 769px) {
  .qa label::before {
    padding: 0 0 8px 0;
  }
}

.qa .cp_actab input[type="checkbox"]:checked ~ label::before {
  transform: rotate(45deg);
}
/*答えテキスト*/
.qa .cp_actab-content {
  font-size: 0.8em;
  position: relative;
  overflow: hidden;
  height: 0;
  margin: 0 10px;
  padding: 0 14px;
  transition: 0.4s ease;
  opacity: 0;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .qa .cp_actab-content {
    margin: 0 40px;
  }
}

.qa .cp_actab input[type="checkbox"]:checked ~ .cp_actab-content {
  height: auto;
  padding: 14px;
  opacity: 1;
}
