@charset "UTF-8";
/*******************
** Color
*******************/
/*******************
** Fonts
*******************/
/*******************
** トップページ
*******************/
.home .l-contents__inner {
  padding-top: 0;
  padding-bottom: 0;
}

/**********************
** Breakpoint
**********************/
/*******************
** Component
*******************/
/* 見出し
------------------*/
/** セクションタイトル **/
.smb-section__title:not(:root) {
  position: relative;
  padding-bottom: 50px;
  color: var(--accent-color);
  text-align: center;
  letter-spacing: 0.15em;
  font-family: "Cormorant", serif;
}
.smb-section__title:not(:root):after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 1px;
  height: 40px;
  background-color: var(--accent-color);
  content: "";
  transform: translate(-50%) rotate(30deg);
}

.smb-section__subtitle {
  position: absolute;
  top: -4rem;
  left: 50%;
  color: var(--accent-color);
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 4rem;
  font-family: "Cormorant", serif;
  opacity: 0.1;
  transform: translateX(-50%);
}
@media screen and (min-width: 1024px) {
  .smb-section__subtitle {
    top: -6.4rem;
    font-size: 6rem;
  }
}

/** セクションh3,h4 **/
.smb-section__body h3, .smb-section__body h4 {
  font-family: "Cormorant", serif;
}
.smb-section__body .section__title--h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.smb-section__body .section__title--h3:before, .smb-section__body .section__title--h3:after {
  content: "／";
}
.smb-section__body .section__title--h3:before {
  margin-right: 1.4rem;
}
.smb-section__body .section__title--h3:after {
  margin-left: 1.4rem;
}

/*******************
** Header
*******************/
/** ナビ **/
.l-header, .p-drop-nav {
  background-color: #662B4C;
  color: #fff;
}
.l-header .menu-item, .p-drop-nav .menu-item {
  font-family: "Cormorant", serif;
}
.l-header .menu-item a:after, .p-drop-nav .menu-item a:after {
  width: 0;
  height: 1px;
  background-color: #fff;
  content: "";
  opacity: 0;
  transition: 0.3s;
}
.l-header .menu-item a:hover:after, .p-drop-nav .menu-item a:hover:after {
  width: 20px;
  opacity: 1;
}

.l-header .c-hamburger-btn__bar {
  background-color: #fff;
}

/*******************
** トップページ
*******************/
/* MainView
------------------*/
.section__topMv {
  font-family: "Cormorant", serif;
}
.section__topMv .smb-section__title {
  color: #fff;
}

/* Support
------------------*/
.section__topSupport .smb-panels__item__body h3 {
  border-bottom: 1px solid var(--accent-color);
}
.section__topSupport .support__innerPanel .smb-panels__item {
  background-color: #eae7dc;
}

/* Service
------------------*/
.section__topService .smb-items__item .smb-items__item__figure {
  overflow: hidden;
}
.section__topService .smb-items__item .smb-items__item__figure img {
  transition: 0.3s;
}
.section__topService .smb-items__item:hover .smb-items__item__figure img {
  transform: scale(1.1);
}
.section__topService .smb-items__item__title {
  font-family: "Cormorant", serif;
}

/*******************
** Footer
*******************/
.l-footer {
  border: none;
}

/** ナビ **/
.p-footer-sub-nav {
  background-color: var(--_color-black, #111);
}
.p-footer-sub-nav .menu-item {
  color: #fff;
}

/*# sourceMappingURL=style.css.map */
