@charset "UTF-8";
/* CSS Document */
/* CSS Document */
/*----- flexbox -----*/
/*----------------------------------------------------------------------
/////■■ utility ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ margin bottom ■■/////
----------------------*/
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .u-mb20 {
    margin-bottom: 10px;
  }
}

.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 15px;
  }
}

.u-mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .u-mb40 {
    margin-bottom: 20px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .u-mb50 {
    margin-bottom: 25px;
  }
}

.u-mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .u-mb60 {
    margin-bottom: 30px;
  }
}

.u-mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .u-mb70 {
    margin-bottom: 35px;
  }
}

.u-mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .u-mb80 {
    margin-bottom: 40px;
  }
}

.u-mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .u-mb90 {
    margin-bottom: 45px;
  }
}

.u-mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .u-mb100 {
    margin-bottom: 50px;
  }
}

.u-mb110 {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .u-mb110 {
    margin-bottom: 55px;
  }
}

.u-mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-mb120 {
    margin-bottom: 60px;
  }
}

.u-mb130 {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .u-mb130 {
    margin-bottom: 65px;
  }
}

.u-mb140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .u-mb140 {
    margin-bottom: 70px;
  }
}

.u-mb150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .u-mb150 {
    margin-bottom: 75px;
  }
}

/*----------------------
/////■■ margin position ■■/////
----------------------*/
.u-margin--left {
  margin-left: auto;
}

.u-margin--right {
  margin-right: auto;
}

.u-margin--auto {
  margin-left: auto;
  margin-right: auto;
}

/*----------------------
/////■■ text align ■■/////
----------------------*/
.u-text_align--left {
  text-align: left;
}

.u-text_align--right {
  text-align: right;
}

.u-text_align--center {
  text-align: center;
}

/*----------------------
/////■■ text color ■■/////
----------------------*/
.u-text_color--purple {
  color: #8578c1;
}

.u-text_color--right {
  text-align: right;
}

.u-text_color--center {
  text-align: center;
}

/*----------------------
/////■■ sp br ■■/////
----------------------*/
.u-sp_br--block {
  display: none;
}
@media screen and (max-width: 580px) {
  .u-sp_br--block {
    display: block;
  }
}

@media screen and (max-width: 580px) {
  .u-sp_br--none {
    display: none;
  }
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ component ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ wrapper ■■/////
----------------------*/
.c-wrapper--1440 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1440px;
}

.c-wrapper--1280 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1280px;
}

.c-wrapper--1200 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1200px;
}

.c-wrapper--1120 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1120px;
}

.c-wrapper--1040 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1040px;
}

.c-wrapper--1000 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 1000px;
}

.c-wrapper--960 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 960px;
}

.c-wrapper--900 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 900px;
}

.c-wrapper--880 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 880px;
}

.c-wrapper--800 {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  max-width: 800px;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ project ■■/////
----------------------------------------------------------------------*/
.p-title {
  font-size: var(--font_size_36);
  font-family: var(--serif);
  letter-spacing: 0.5rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  width: min(92%, 900px);
  margin-left: auto;
  margin-right: auto;
  padding-top: min(3vw, 3rem);
}
.p-title span {
  color: var(--purple);
}
.p-title::after {
  content: "";
  flex-grow: 0.15;
  height: 1.5px;
  background: var(--black);
  margin-left: min(3vw, 3rem);
}
@media screen and (max-width: 768px) {
  .p-title::after {
    height: 0.5px;
  }
}

.p-brand--melem {
  background: #fff;
  text-align: center;
  padding: min(5vw, 5rem) 0;
}
.p-brand--melem p {
  color: var(--black);
}
.p-brand--melem img {
  width: min(60%, 160px);
  margin-left: auto;
  margin-right: auto;
}
.p-brand--melem p > span {
  color: #de8282;
}

.p-brand--kirei {
  background: #fff;
  text-align: center;
  padding: min(5vw, 5rem) 0;
}
.p-brand--kirei p {
  color: var(--black);
}
.p-brand--kirei img {
  width: min(60%, 123px);
  margin-left: auto;
  margin-right: auto;
}
.p-brand--kirei p > span {
  color: #708adf;
}

/* CSS Document */
/*----------------------------------------------------------------------
/////■■ layout ■■/////
----------------------------------------------------------------------*/
/*----------------------
/////■■ header copie ■■/////
----------------------*/
.l-nav__menu {
  display: block;
  position: fixed;
  top: 0;
  left: -500px;
  bottom: 0;
  width: 500px;
  background: #fbfafa;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  z-index: 3;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__menu {
    left: -220px;
    width: 220px;
  }
}
.l-nav__menu__inner {
  padding: min(5vw, 5rem);
}
.l-nav__menu__inner ul {
  margin: 0 0 35px 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner ul {
    margin: 0 0 25px 0;
  }
}
.l-nav__menu__inner ul li {
  border-bottom: 1px dotted #a5a5a5;
  margin-bottom: 15px;
  padding-bottom: 5px;
  position: relative;
}
.l-nav__menu__inner ul li a {
  color: var(--purple);
  display: block;
  font-size: 1.6rem;
  transition-duration: 0.2s;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner ul li a {
    font-size: 1.4rem;
  }
}
.l-nav__menu__inner dl {
  border: 1px solid #555;
  padding: 8px 5px;
  text-align: center;
}
.l-nav__menu__inner dl dt {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner dl dt {
    font-size: 1.2rem;
  }
}
.l-nav__menu__inner dl dd a {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .l-nav__menu__inner dl dd a {
    font-size: 2rem;
  }
}
.l-nav__btn {
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 21px;
  right: 30px;
  width: clamp(50px, 7vw, 70px);
  height: clamp(50px, 7vw, 70px);
  display: block;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 3;
}
.l-nav__btn__inner span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 23px;
  height: 2.5px;
  background-color: var(--purple);
  transition: all 0.5s;
}
.l-nav__btn__inner span:nth-of-type(1) {
  top: 40%;
}
.l-nav__btn__inner span:nth-of-type(2) {
  top: 50%;
}
.l-nav__btn__inner span:nth-of-type(3) {
  top: 60%;
}
.l-nav__mask {
  display: none;
  transition: all 0.5s;
}

.open .l-nav__menu {
  left: 0;
  opacity: 1;
}
.open .l-nav__btn span {
  background-color: var(--purple);
}
.open .l-nav__btn span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(45deg);
}
.open .l-nav__btn span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.open .l-nav__btn span:nth-of-type(3) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0%) rotate(-45deg);
}
.open .l-nav__mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--purple);
  opacity: 0.5;
  z-index: 2;
  cursor: pointer;
}

.fixed {
  position: fixed;
}

/*----------------------
/////■■ footer ■■/////
----------------------*/
.l-footer {
  background: #f3f3f3;
  padding-top: min(8vw, 8rem);
  background: url(../images/index/footer_bg.jpg) no-repeat center/cover;
}
.l-footer__split {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  gap: 2%;
}
@media screen and (max-width: 580px) {
  .l-footer__split {
    flex-direction: column;
  }
}
@media screen and (max-width: 580px) {
  .l-footer__split__info {
    width: 100%;
    margin-bottom: min(2vw, 2rem);
  }
}
.l-footer__split__info img {
  width: min(80vw, 198px);
  margin-left: auto;
  margin-right: auto;
}
.l-footer__split__info p {
  color: #fefcfc;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  text-align: center;
  text-shadow: 1px 1px 10px rgba(133, 120, 193, 0.5), -1px 1px 10px rgba(133, 120, 193, 0.5), 1px -1px 10px rgba(133, 120, 193, 0.5), -1px -1px 10px rgba(133, 120, 193, 0.5);
}
.l-footer__split__menu {
  width: 60%;
}
@media screen and (max-width: 580px) {
  .l-footer__split__menu {
    width: 100%;
  }
}
.l-footer__split__menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .l-footer__split__menu ul {
    gap: 2%;
  }
}
@media screen and (max-width: 580px) {
  .l-footer__split__menu ul {
    justify-content: center;
  }
}
.l-footer__split__menu ul li a {
  color: #fff;
  text-shadow: 1px 1px 10px rgba(133, 120, 193, 0.3), -1px 1px 10px rgba(133, 120, 193, 0.3), 1px -1px 10px rgba(133, 120, 193, 0.3), -1px -1px 10px rgba(133, 120, 193, 0.3);
  font-family: var(--Montserrat);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  top: 0;
}
.l-footer__split__menu ul li a:hover {
  color: var(--purple);
}
.l-footer__split__menu__btn {
  display: flex;
  gap: 2%;
}
@media screen and (max-width: 580px) {
  .l-footer__split__menu__btn {
    justify-content: center;
    gap: 3%;
  }
}
.l-footer__split__menu__btn a {
  width: min(40%, 140px);
  filter: drop-shadow(2px 2px 16px rgba(202, 176, 204, 0.54));
  transition: 0.3s;
}
.l-footer__split__menu__btn a:hover {
  transform: scale(1.1);
}
.l-footer__copyright {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  background: rgba(254, 252, 252, 0.6);
  font-weight: 100;
  color: #888888;
  text-align: center;
  padding: min(1.5vw, 1.5rem) 0;
}

/*-------------------------------------------------------------------------------------
/////■■ index ■■/////
-------------------------------------------------------------------------------------*/
.l-index__fv {
  background: url(../images/index/fv_bg.jpg) no-repeat center/cover;
  position: relative;
  max-height: 960px;
}
.l-index__fv__main {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.l-index__fv__main img:first-child {
  width: clamp(330px, 68vw, 685px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: min(1vw, 1rem);
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(-50px);
  opacity: 0;
}
@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.l-index__fv__main img:last-child {
  width: clamp(250px, 46vw, 462px);
  margin: 0 auto;
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.l-index__fv .scroll_down {
  position: relative;
  width: 100%;
  height: 100vh;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-index__fv .scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
}
.l-index__fv .scroll_down a {
  position: absolute;
  right: 0;
  bottom: 10%;
  left: 0;
  z-index: 2;
  width: 13px;
  padding: 10px 10px 110px;
  writing-mode: vertical-lr;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}
.l-index__fv .scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.l-index__fv .scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: var(--purple);
}
.l-index__fv #type01 a:after {
  animation: scr 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes scr {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.l-index__about {
  margin: min(12vw, 12rem) 0;
  position: relative;
  padding-bottom: min(10vw, 10rem);
  animation-name: fadeIn1s;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}
@keyframes fadeIn1s {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.l-index__about::before {
  position: absolute;
  content: "";
  background: url(../images/index/about_bg.png) no-repeat center/cover;
  width: min(50vw, 800px);
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 580px) {
  .l-index__about::before {
    background: none;
  }
}
.l-index__about__inner {
  width: min(70vw, 700px);
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  padding: min(6vw, 6rem) min(5vw, 5rem);
}
.l-index__about__inner h3 {
  color: var(--purple);
  font-size: var(--font_size_26);
  letter-spacing: 0.3rem;
  font-weight: 400;
}
.l-index__about__inner p {
  line-height: 3;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 580px) {
  .l-index__about__inner {
    width: 85%;
    margin-top: min(7vw, 7rem);
  }
  .l-index__about__inner p {
    line-height: 2.7;
  }
}
.l-index__about__imgsp {
  display: none;
}
@media screen and (max-width: 580px) {
  .l-index__about__imgsp {
    display: block;
    width: min(80vw, 800px);
    padding-top: min(3vw, 3rem);
    margin-left: auto;
  }
}
.l-index__news {
  padding-bottom: min(15vw, 15rem);
}
.l-index__news__contents {
  display: flex;
  justify-content: space-between;
  gap: 1;
}
@media screen and (max-width: 580px) {
  .l-index__news__contents {
    flex-direction: column;
  }
}
.l-index__news__contents__item {
  width: min(31%, 250px);
}
@media screen and (max-width: 580px) {
  .l-index__news__contents__item {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.l-index__news__contents__item a > p {
  color: var(--black);
  padding: 0 1rem;
}
.l-index__news__contents__item a > p > time {
  color: var(--purple);
  letter-spacing: 0.2rem;
  font-weight: 500;
}
.l-index__news__contents__item a > img {
  margin-bottom: min(1vw, 1rem);
}
.l-index__news__btn {
  padding: min(1.6vw, 1.6rem) min(1vw, 1rem);
  border: 1px solid var(--purple);
  width: min(40%, 200px);
  margin-left: auto;
  position: relative;
  overflow: hidden;
  position: relative;
  transition-duration: 0.4s;
  z-index: 2;
}
.l-index__news__btn p {
  align-items: center;
  letter-spacing: 0.2rem;
  font-family: var(--Montserrat);
  text-align: center;
}
.l-index__news__btn::before {
  position: absolute;
  content: "";
  background: #cec8ec;
  height: 1px;
  width: 25%;
  top: 50%;
  right: 0;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform 0.4s;
}
.l-index__news__btn::after {
  background: var(--purple);
  content: "";
  display: block;
  margin: auto;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  height: 0;
  z-index: -1;
  transform: translateY(-50%) scale(0.1);
  transition: opacity 0.5s, transform 0s;
  transition-delay: 0s, 0.4s;
}
.l-index__news__btn:hover p button {
  color: #fff;
}
.l-index__news__btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) scale(1.1);
  transition-delay: 0s;
  transition: opacity 0.8s, transform 0.6s ease-in-out;
}
.l-index__news__btn:hover::before {
  transform-origin: right top;
  transform: scale(0, 1);
}
.l-index__brand {
  background: url(../images/index/brand_bg.jpg) no-repeat center/cover;
  padding: min(15vw, 15rem) 0 min(13vw, 13rem);
}
.l-index__brand p {
  line-height: 2;
  letter-spacing: 0.08rem;
  font-weight: 400;
}
.l-index__brand__split {
  display: flex;
  justify-content: space-around;
  gap: 5%;
}
@media screen and (max-width: 580px) {
  .l-index__brand__split {
    flex-direction: column;
  }
}
.l-index__brand__split__item {
  display: block;
  width: min(50%, 400px);
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 580px) {
  .l-index__brand__split__item {
    width: min(60%, 400px);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
}
.l-index__brand__split__item:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.l-index__company {
  padding: min(15vw, 15rem) 0;
}
.l-index__company__content {
  background: #fbfafa;
  display: flex;
  justify-content: space-between;
  padding: min(5vw, 5rem) min(10vw, 10rem);
}
@media screen and (max-width: 580px) {
  .l-index__company__content {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.l-index__company__content__map {
  width: 50%;
}
@media screen and (max-width: 580px) {
  .l-index__company__content__map {
    width: 100%;
  }
}
.l-index__company__content__map img {
  width: clamp(180px, 23vw, 233px);
  margin-left: auto;
  margin-right: auto;
}
.l-index__company__content__info {
  margin: min(3vw, 3rem) 0;
  margin-left: auto;
  margin-right: auto;
}
.l-index__company__content__info th {
  color: var(--purple);
}
.l-index__company__content__info td {
  padding-left: 3rem;
}/*# sourceMappingURL=style.css.map */