@charset "UTF-8";
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #0B0A08;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

img:not([alt]) {
  filter: blur(10px);
}

input,
button,
select,
textarea {
  font: inherit;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  background-image: url(../images/bg-img.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.flex {
  display: flex;
}

a {
  color: #0B0A08;
}

.header__underline {
  width: 87.5%;
  border-bottom: 1px solid #0B0A08;
  margin-inline: auto;
  position: fixed;
  top: 110px;
  left: 6.2%;
  opacity: 1;
  transition: 0.5s;
}

.header {
  width: 87.5%;
  height: 110px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 6.2%;
  transition: 0.5s;
  opacity: 1;
  z-index: 9999;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 110px;
  width: 110px;
}

.openbtn {
  cursor: pointer;
  display: inline-block;
  width: 50px;
  height: 25px;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 1000;
}

.openbtn span {
  background-color: #0B0A08;
  display: block;
  height: 1px;
  width: 100%;
  margin: 6px auto;
  transition: all 0.3s;
}

.g-navi {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: white;
  background-image: url(../images/bg-img.png);
  z-index: 999;
  opacity: 0;
  transition: all 0.5s ease;
  pointer-events: none;
}

.hamburger_logo {
  width: 110px;
  height: 110px;
  margin-left: 90px;
}

.nav {
  display: flex;
}

.g-navi.active {
  opacity: 1;
  pointer-events: auto;
}

.menu-list {
  list-style: none;
  padding: 0;
  margin: 180px 0 0 200px;
}

.menu-item {
  margin-bottom: 30px;
}

.menu-item a {
  color: #0B0A08;
  font-size: 48px;
}

.menu-item a:hover {
  color: #99A9B0;
  transition: all 0.3s ease;
}

.menu__link {
  margin-left: 270px;
  margin-top: 380px;
}

.hamburger_link {
  width: 280px;
  border-bottom: 1px solid #99A9B0;
}

.hamburger_link p {
  font-size: 48px;
}

.hamburger_link a {
  padding: 0 7px 7px 7px;
}

.hamburger_link a img {
  width: 26px;
  height: 40px;
}

.service-link {
  margin-top: 70px;
  width: 280px;
  height: 85px;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.openbtn.active span:nth-child(1) {
  transform: rotate(45deg) translate(2.5px, 2.5px);
}

.openbtn.active span:nth-child(2) {
  transform: rotate(-45deg) translate(2.5px, -2.5px);
}

.fv {
  position: relative;
}

.fv::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 19vw;
  height: 100%;
  z-index: -1;
  border-radius: 270px 0px 0px 0px;
  background: var(--grade, linear-gradient(0deg, rgba(255, 255, 255, 0) 3.6%, #E9CACC 17.33%, #D39499 27.2%, #C6767C 37.36%, #B54C55 60.17%));
}

.fv__inner {
  width: 87.5%;
  margin-inline: auto;
  padding-bottom: 260px;
  justify-content: space-between;
  position: relative;
}

.fv__catchcopy {
  margin-top: 430px;
  position: relative;
}

.fv__catchcopy::after {
  position: absolute;
  content: "美しさの新しい形を創る";
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  bottom: 135px;
  left: 415px;
  z-index: 1;
  color: #B54C55;
}

.cc__text-big {
  font-size: 150px;
  color: #B54C55;
  font-family: "Playfair Display", serif;
  line-height: 0.9;
  letter-spacing: 2.65px;
}

.cc__text {
  font-size: 85px;
  color: #B54C55;
  font-family: "Playfair Display", serif;
  line-height: 0.9;
  letter-spacing: 2.65px;
}

.menu {
  padding-top: 180px;
}

.menu__list {
  text-align: right;
}

.menu__list-link {
  font-size: 17px;
}

.menu__list li a {
  color: #fff;
  font-family: "Shippori Mincho", serif;
}

.menu__list li:not(:first-child) {
  margin-top: 25px;
}

.scroll_down {
  position: absolute;
  bottom: 280px;
  right: 0;
}

.scroll__text {
  font-size: 14px;
  color: #fff;
  font-family: "EB Garamond", serif;
  writing-mode: vertical-rl;
}

.scroll_down::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2.5px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, circlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: -15px;
  }
  100% {
    bottom: -180px;
  }
}
@keyframes circlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: -170px;
  left: 7px;
  width: 2px;
  height: 160px;
  background: #fff;
}

.mission__inner {
  margin-top: 170px;
  margin-bottom: 170px;
  width: 605px;
  margin-inline: auto;
}

.mission__txt {
  font-size: 24px;
  line-height: 2;
  letter-spacing: 1.2px;
  font-family: "Shippori Mincho", serif;
  font-weight: 300;
}

.second, .third {
  margin-top: 70px;
}

.service {
  position: relative;
}

.service::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 12vw;
  height: 100%;
  z-index: -1;
  border-radius: 0px 270px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.service::after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0;
  width: 60vw;
  height: 100%;
  z-index: -1;
  border-radius: 270px 0px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.service__inner {
  padding-top: 220px;
  max-width: 87.5%;
  margin-inline: auto;
}

.service__txt-title {
  font-family: "Shippori Mincho", serif;
  font-size: 104px;
  line-height: 1.1;
  margin-top: -50px;
}

.service__link {
  padding-top: 220px;
  width: 285px;
  border-bottom: 1px solid #99A9B0;
}

.link a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px 5px;
  border-bottom: 1px solid #0B0A08;
}

.link:hover {
  opacity: 0.7;
  transition: all 0.3s ease;
}

.service__link img {
  width: 26px;
  height: 40px;
}

.service__link span {
  font-size: 24px;
  font-family: "EB Garamond", serif;
}

.service__topic {
  margin-left: 155px;
  gap: 70px;
}

.service__topic-item {
  text-align: right;
}

.service__topic-item p {
  margin-top: 5px;
  position: relative;
  margin-right: 7px;
}

.service__topic-item p::after {
  content: "";
  position: absolute;
  background-image: url(../images/service-arrow.svg);
  background-repeat: no-repeat;
  top: 0;
  width: 10px;
  height: 100%;
}

.cc {
  margin-top: 150px;
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.cc p {
  font-family: "Shippori Mincho", serif;
  font-size: 96px;
  color: #B54C55;
  display: inline-block;
  animation: scroll 20s linear 0s infinite;
  padding-left: 50px;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.news__inner {
  margin-top: 150px;
  width: 87.5%;
  margin-inline: auto;
  margin-bottom: 100px;
}

.news__inner h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 64px;
  line-height: 0.875;
  text-align: center;
}

.news__header {
  display: flex;
  margin-top: 100px;
  padding-bottom: 15px;
  border-bottom: 1px solid #99A9B0;
}

.news__header-date {
  margin-left: 40px;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  color: #9C9898;
  line-height: 1.03;
}

.news__header-title {
  margin-left: 224px;
  font-size: 16px;
  font-family: "EB Garamond", serif;
  line-height: 1.3;
}

.news__list li a:hover {
  color: #99A9B0;
  transition: all 0.3s ease;
}

.news__item {
  padding: 45px 40px 45px 40px;
  border-bottom: 1px solid #99A9B0;
  align-items: center;
}

.news__item-date {
  font-size: 16px;
  color: #9C9898;
  font-family: "EB Garamond", serif;
  line-height: 1.27;
}

.news__item-title {
  line-height: 1.3;
  margin-left: 185px;
}

.news__item img {
  width: 5px;
  height: 10px;
  margin-left: auto;
}

.news__more-link {
  margin-top: 105px;
  margin-left: auto;
  width: 285px;
  border-bottom: 1px solid #99A9B0;
}

.news__more-link p {
  font-family: "EB Garamond", serif;
  font-size: 24px;
}

.news__more-link img {
  width: 26px;
  height: 40px;
}

.company {
  position: relative;
}

.company__inner {
  margin-top: 200px;
  width: 87.5%;
  margin-inline: auto;
  padding-bottom: 180px;
}

.txt__box-title {
  font-family: "Shippori Mincho", serif;
  font-size: 90px;
  color: #B54C55;
}

.txt__topic {
  margin-top: 110px;
  width: 700px;
  margin-inline: auto;
}

.company-info__item {
  padding: 25px 0 25px 10px;
  border-bottom: 1px solid #99A9B0;
}

.company-info__term {
  width: 80px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  line-height: 1.03;
}

.company-info__description {
  margin-left: 80px;
  font-family: "Shippori Mincho", serif;
  line-height: 1.03;
}

.company-info__address {
  margin-top: 15px;
}

.company::before {
  content: "";
  position: absolute;
  top: -70px;
  left: 0;
  width: 12vw;
  height: 100%;
  z-index: -1;
  border-radius: 0px 270px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.company::after {
  content: "";
  position: absolute;
  top: -70px;
  right: 0;
  width: 60vw;
  height: 100%;
  z-index: -1;
  border-radius: 270px 0px 0px 0px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(220, 218, 213, 0.5) 100%);
}

.footer {
  background-image: linear-gradient(0deg, rgba(156, 152, 152, 0.8), rgba(255, 255, 255, 0.1));
  position: relative;
}

.footer::before {
  content: "";
  position: absolute;
  left: 6%;
  top: 0;
  border-top: 0.3px solid #9C9898;
  width: 87.5%;
  margin-inline: auto;
}

.footer__inner {
  padding-top: 200px;
  max-width: 650px;
  margin-left: 50%;
}

.logo-box {
  width: 130px;
}

.footer__logo {
  width: 110px;
  height: 110px;
  margin-left: 15px;
}

.link__box {
  margin-top: 75px;
  padding-bottom: 60px;
  border-bottom: 1px solid #99A9B0;
}

.link__box-top a:not(:last-child),
.link__box-bottom a:not(:last-child) {
  margin-left: 25px;
}

.link__box-top a:not(:first-child) {
  margin-left: 100px;
}

.link__box-bottom a:not(:first-child) {
  margin-left: 125px;
}

.link__box-top a,
.link__box-bottom a {
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
}

.link__box-top a:hover,
.link__box-bottom a:hover {
  color: #99A9B0;
  transition: all 0.3s ease;
}

.link__box-bottom {
  margin-top: 40px;
}

.footer__service-link {
  margin-top: 80px;
}

.contact__link {
  margin-top: 54px;
  width: 245px;
}

.contact__link p {
  font-size: 36px;
  font-family: "Shippori Mincho", serif;
  line-height: 0.8;
}

.contact__link img {
  width: 26px;
  height: 40px;
}

.servicelink {
  width: 320px;
  height: 100px;
  background-color: #fff;
  margin-left: 45px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__copyright {
  text-align: center;
  margin-top: 150px;
  padding-bottom: 10px;
  font-size: 12px;
}

.hidden {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .header__underline {
    top: 50px;
  }
  .fv__bg {
    display: none;
  }
  .fv__bg-sp {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .header {
    height: 50px;
  }
  .header__logo {
    width: 50px;
    height: 50px;
  }
  .header__menu-btn {
    display: block;
  }
  .header__menu-btn span {
    display: block;
    width: 25px;
    height: 1.5px;
    background: #0B0A08;
  }
  .header__menu-btn span:not(:first-child) {
    margin-top: 10px;
  }
  .fv__inner {
    padding-bottom: 130px;
  }
  .fv__catchcopy {
    margin-top: 275px;
  }
  .cc__text-big {
    font-size: 66px;
    letter-spacing: 0;
  }
  .cc__text {
    font-size: 47px;
    letter-spacing: 0;
  }
  .fv__catchcopy::after {
    font-size: 12px;
    bottom: -30px;
    right: 0;
    left: 0;
  }
  .menu {
    display: none;
  }
  .openbtn {
    width: 25px;
    height: 10px;
    top: 15px;
  }
  .hamburger_logo {
    width: 50px;
    height: 50px;
    margin-left: 23px;
  }
  .g-navi {
    overflow-y: auto;
    max-height: 100vh;
  }
  .nav {
    flex-direction: column;
  }
  .menu-list {
    margin: 100px 0 0 25px;
  }
  .menu-item a {
    font-size: 32px;
  }
  .menu-item {
    margin-bottom: 20px;
  }
  .menu__link {
    margin-left: 25px;
    margin-top: 50px;
  }
  .hamburger_link {
    width: 170px;
  }
  .hamburger_link p {
    font-size: 32px;
    line-height: 0.8;
  }
  .hamburger_link a img {
    width: 13px;
    height: 20px;
  }
  .service-link {
    margin-top: 40px;
    width: 300px;
    height: 100px;
    margin-bottom: 10px;
    margin-left: 12.5px;
  }
  .scroll__text {
    color: #99A9B0;
    writing-mode: horizontal-tb;
    opacity: 0.8;
  }
  .scroll_down {
    bottom: 10%;
    right: 37%;
  }
  .scroll_down:before {
    background: #99A9B0;
    left: 35.5%;
    opacity: 0.8;
  }
  .scroll_down:after {
    background: #99A9B0;
    bottom: -110px;
    left: 43.5%;
    height: 100px;
    opacity: 0.8;
  }
  @keyframes circlemove {
    0% {
      bottom: -15px;
    }
    100% {
      bottom: -115px;
    }
  }
  .mission__inner {
    margin-top: 130px;
    width: 303px;
  }
  .mission__txt {
    font-size: 12px;
    letter-spacing: 0.6px;
    line-height: 2.5;
  }
  .second, .third {
    margin-top: 30px;
  }
  .service__inner {
    padding-top: 50px;
    display: block;
  }
  .service__txt-title {
    font-size: 56px;
    margin-top: 0;
  }
  .service__link {
    position: absolute;
    bottom: -90px;
    right: 33px;
    width: 130px;
    padding-top: 0;
  }
  .arrow-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    margin-top: 50px;
    margin-right: 9px;
  }
  .next-arrow {
    display: block;
    width: 30px;
    height: 19.5px;
    background: url(../images/arrow.svg) no-repeat center center/contain;
  }
  .prev-arrow {
    display: block;
    width: 30px;
    height: 19.5px;
    background: url(../images/arrow.svg) no-repeat center center/contain;
    transform: rotate(180deg);
    margin-right: 50px;
  }
  .service__link span {
    font-size: 16px;
  }
  .link a {
    padding: 0 7px 7px 7px;
  }
  .service__topic {
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }
  .service__topic .slick-slide {
    margin: 0 10px;
  }
  .slider-container {
    margin: 0; /* 余計なマージンがないか確認 */
    padding: 0; /* 余計なパディングがないか確認 */
  }
  .service__link img {
    width: 13px;
    height: 10px;
  }
  .cc {
    margin-top: 130px;
  }
  .cc p {
    font-size: 56px;
  }
  .news__inner {
    margin-top: 50px;
    width: 91%;
  }
  .news__inner h2 {
    font-size: 48px;
  }
  .news__header-date {
    display: none;
  }
  .news__header-title {
    display: none;
  }
  .news__item {
    flex-direction: column;
    padding: 20px 25px;
    align-items: start;
    position: relative;
  }
  .news__item-title {
    margin-top: 10px;
    margin-left: 0;
  }
  .news__item-link {
    position: absolute;
    right: 25px;
    top: 50%;
  }
  .news__more-link {
    margin-top: 50px;
    width: 130px;
  }
  .news__more-link p {
    font-size: 16px;
  }
  .news__more-link img {
    width: 13px;
    height: 20px;
  }
  .truncate {
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .company__inner {
    margin-top: 100px;
    width: 91%;
  }
  .txt__box-title {
    font-size: 56px;
  }
  .txt__topic {
    margin-left: 0;
    margin-top: 50px;
    width: auto;
  }
  .company-info__item {
    flex-direction: column;
  }
  .company-info__description {
    margin-left: 0;
    margin-top: 20px;
  }
  .company-info__address {
    margin-top: 5px;
  }
  .company::before {
    top: -50px;
    width: 15vw;
  }
  .company::after {
    top: -50px;
    width: 15vw;
  }
  .footer__inner {
    padding-top: 100px;
    width: 91%;
    margin-right: 0;
    margin-left: 0;
    margin-inline: auto;
  }
  .logo-box {
    width: 60px;
  }
  .footer__logo {
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .link__box {
    margin-top: 50px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .link__box-bottom {
    margin-top: 20px;
  }
  .link__box-top a,
  .link__box-bottom a {
    display: block;
  }
  .link__box-top a:not(:last-child),
  .link__box-bottom a:not(:last-child) {
    margin-left: 0;
  }
  .link__box-top a:not(:first-child),
  .link__box-bottom a:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
  .footer__service-link {
    flex-direction: column;
    margin-top: 50px;
  }
  .contact__link {
    margin-top: 0;
  }
  .servicelink {
    margin-left: 0;
    margin-top: 50px;
    margin-inline: auto;
  }
  .footer__copyright {
    margin-top: 50px;
  }
}