@charset "UTF-8";
/* 2, Contents */
/* 基本 */
.l-container {
  width: 1340px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}

/* 小さい幅 */
.l-container-small {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1090px) {
  .l-container-small {
    width: 100%;
    padding: 0 20px;
  }
}

/* ヘッダー用 */
.l-container-header {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* SP&paddingなし */
@media screen and (max-width: 767px) {
  .l-container-sp-padding {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

/* 下層ページ */
.l-container-page {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-page {
    width: 100%;
    padding: 0 20px;
  }
}

/* 投稿ページ */
.l-container-post {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 50px 0 50px;
}
@media screen and (max-width: 1090px) {
  .l-container-post {
    width: 100%;
    padding: 50px 20px 0 20px;
  }
}

/* Header */
header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px;
  height: 255px;
  margin: auto;
  padding: 0px;
  z-index: 777;
  transition: 0.3s;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  header {
    height: 136px;
  }
}

/* IE 用 */
@media all and (-ms-high-contrast: none) {
  header {
    position: relative;
  }
}
.l-header__area1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  gap: 20px;
}
.l-header__left {
  display: flex;
  width: fit-content;
  margin: 0px;
}
.l-header__right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  top: 0;
  right: 20px;
  width: fit-content;
  padding: 40px 25px 0 0;
}
@media screen and (max-width: 767px) {
  .l-header__right {
    right: 12px;
    padding: 18px 0px 0 0;
  }
}

.l-header-branding {
  margin: 46px 0px 0 127px;
  padding: 0px 0;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .l-header-branding {
    margin: 46px 0px 0 7vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header-branding {
    width: 76px;
    margin: 30px 0px 0 0px;
  }
}
.l-header-branding > a:hover {
  opacity: 1;
}

.l-header-banner__contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 50px;
  margin: 0 20px 0 0;
  padding: 13px 5px 13px;
  border-radius: 25px;
  background-color: #fad678;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #645a42;
  transition: 0.3s;
}
.l-header-banner__contact a:hover {
  opacity: 1;
  background-color: #645a42;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-header-banner {
    display: none;
  }
}

.l-header-home {
  margin-right: 45px;
}
@media screen and (max-width: 767px) {
  .l-header-home {
    margin-right: 10px;
  }
  .l-header-home img {
    width: 28px;
  }
}

/* --------------------------
ブログ 全体
--------------------------- */
.l-single-content {
  width: min(840px, 100%);
  margin: auto;
  padding: 50px 0 70px;
}
.l-single-content p {
  margin-bottom: 2em;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.73;
}
@media screen and (max-width: 767px) {
  .l-single-content p {
    font-size: 14px;
  }
}
.l-single-content mark {
  font-weight: 700;
  color: #645a42;
  background-color: transparent;
  background: linear-gradient(transparent 70%, pink 70%);
  padding: 0;
}
.l-single-content img {
  margin: 4em 0 2em 0;
}
.l-single-content ul,
.l-single-content ol {
  margin-bottom: 2em;
  line-height: 1.5;
}
.l-single-content h1 {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.53;
}
@media screen and (max-width: 767px) {
  .l-single-content h1 {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.l-single-content h2 {
  position: relative;
  margin: 3em 0 1.2em 0;
  padding: 0px 0 2px 30px;
  background: url("../img/icon-list-style01.png") no-repeat 0% 50%;
  background-size: 10px auto;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-single-content h2 {
    padding: 0px 0 2px 25px;
    font-size: 20px;
    background-size: 8px auto;
  }
}
.l-single-content h3 {
  margin: 3em 0 1.2em 0;
  padding: 0 0 8px 30px;
  border-bottom: 1px solid #645a42;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-single-content h3 {
    padding: 0 0 8px 25px;
    font-size: 18px;
  }
}
.l-single-content h4 {
  margin: 3em 0 1.2em 0;
  padding: 5px 0 5px 30px;
  background-color: #e5e1d6;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-single-content h4 {
    padding: 5px 0 5px 25px;
    font-size: 16px;
  }
}
.l-single-content h5 {
  margin: 2em 0 1em 0;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-single-content h5 {
    font-size: 14px;
  }
}

/* ブログ 記事一覧
--------------------------- */
.blog {
  background-color: #f4f1e9;
}

.l-blog-head {
  position: relative;
}
.l-blog-head .breadcrumbs {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: min(220px, 30%);
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-blog-head .breadcrumbs {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
  }
}
.l-blog-head__title {
  width: fit-content;
  margin: -4px auto 56px;
}
@media screen and (max-width: 767px) {
  .l-blog-head__title {
    margin: 0px auto 30px;
  }
}
.l-blog-head__jp {
  margin-bottom: 2px;
  font-size: 44px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  line-height: 1.64;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-blog-head__jp {
    font-size: 24px;
  }
}
.l-blog-head__en {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-blog-head__en {
    font-size: 14px;
  }
}

.works-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 1200px) {
  .works-list {
    gap: 30px 30px;
  }
}
@media screen and (max-width: 1090px) {
  .works-list {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  .works-list {
    grid-template-columns: 1fr;
  }
}
.works-list__item {
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
.works-list__link:hover .works-list__thumbnail img {
  scale: 1.1;
}
.works-list__thumbnail {
  overflow: hidden;
}
.works-list__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 4/3;
  transition: 0.3s;
}
.works-list__content {
  padding: 23px 35px 25px;
}
@media screen and (max-width: 767px) {
  .works-list__content {
    padding: 20px 25px 25px;
  }
}
.works-list__title {
  position: relative;
  margin-bottom: 8px;
  font-size: 19px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .works-list__title {
    font-size: 16px;
  }
}
.works-list__title::before {
  content: "";
  position: absolute;
  top: 8.5px;
  left: -14px;
  width: 4px;
  height: 12px;
  background: url("../img/icon-list-style01.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .works-list__title::before {
    top: 7px;
    left: -12px;
  }
}
.works-list__excerpt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.57;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* リストのリンク */
.l-blog-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: fit-content;
  margin: 110px auto 250px;
  padding: 20px 170px;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation {
    width: 100%;
    margin: 50px auto 60px;
    padding: 20px 0px;
  }
}
.l-blog-pagenation .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  padding-top: 12px;
  border-radius: 100px;
  background-color: #645a42;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers {
    width: 25px;
    height: 25px;
    padding-top: 5px;
    font-size: 14px;
  }
}
.l-blog-pagenation .page-numbers.current {
  background-color: transparent;
  color: #645a42;
}
.l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
  width: 70px;
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
  color: #645a42;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev, .l-blog-pagenation .page-numbers.next {
    width: 51px;
    font-size: 12px;
  }
}
.l-blog-pagenation .page-numbers.prev {
  position: absolute;
  top: 20px;
  left: 50px;
  padding-left: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev {
    left: 0px;
  }
}
.l-blog-pagenation .page-numbers.prev::after {
  content: "";
  position: absolute;
  top: 46%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #645a42;
  border-right: 1px solid #645a42;
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.prev::after {
    top: 37%;
  }
}
.l-blog-pagenation .page-numbers.next {
  position: absolute;
  top: 20px;
  right: 50px;
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next {
    right: 0px;
  }
}
.l-blog-pagenation .page-numbers.next::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #645a42;
  border-right: 1px solid #645a42;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-blog-pagenation .page-numbers.next::after {
    top: 37%;
  }
}

/* ブログ 個別記事
--------------------------- */
.l-single-head {
  position: relative;
}
.l-single-head .breadcrumbs {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: min(315px, 28%);
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .l-single-head .breadcrumbs {
    bottom: -13px;
    width: min(315px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .l-single-head .breadcrumbs {
    position: relative;
    padding-top: 30px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 13px;
  }
}
.l-single-head__title {
  width: fit-content;
  margin: -25px auto 32px;
  padding: 0px 66px 0;
  background: url("../img/front/charm-illust01.png") no-repeat 0% 50%, url("../img/front/charm-illust02.png") no-repeat 100% 50%;
  background-size: 26px auto, 26px auto;
}
@media screen and (max-width: 1090px) {
  .l-single-head__title {
    margin: 0px auto 32px;
    padding: 0px 40px 0;
    background-size: 20px auto, 20px auto;
  }
}
@media screen and (max-width: 767px) {
  .l-single-head__title {
    margin: 35px auto 32px;
  }
}
.l-single-head__en {
  padding: 18px 0 25px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: 0.05em;
  text-align: center;
  background: url("../img/front/circle01.png") no-repeat 50% 50%;
  background-size: 138px auto;
}
@media screen and (max-width: 767px) {
  .l-single-head__en {
    padding: 18px 0 20px;
    font-size: 26px;
    background-size: 85px auto;
  }
}

.works-imgs .slick-prev:before,
.works-imgs .slick-next:before {
  color: #000;
}

.works-imgs-main {
  margin-bottom: 30px;
}
.works-imgs-main__item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 110/66;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.works-imgs-thumb {
  margin: 0 -10px;
}
@media screen and (max-width: 1200px) {
  .works-imgs-thumb {
    margin: 0 28px;
  }
}
.works-imgs-thumb__item {
  padding: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 1090px) {
  .works-imgs-thumb__item {
    padding: 0 5px;
  }
}
.works-imgs-thumb__item img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  aspect-ratio: 3/2;
}
.works-imgs-thumb .slick-prev:before {
  display: block;
  content: "";
  top: calc(50% - 6px);
  left: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}
.works-imgs-thumb .slick-next:before {
  display: block;
  content: "";
  top: calc(50% - 6px);
  right: 0px;
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}

.l-single-pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-top: 1px solid #3ba3d5;
  border-bottom: 1px solid #3ba3d5;
  margin: 110px 0 250px 0;
  padding: 0px 0px;
  text-align: center;
  line-height: 1;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .l-single-pagenation {
    font-size: 14px;
  }
}
.l-single-pagenation__prev, .l-single-pagenation__next {
  width: 33.3%;
}
.l-single-pagenation__prev > a, .l-single-pagenation__next > a {
  display: inline-block;
  position: relative;
}
.l-single-pagenation__prev a {
  padding-left: 35px;
}
.l-single-pagenation__prev a::after {
  content: "";
  position: absolute;
  top: 44%;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-135deg);
}
.l-single-pagenation__next a {
  padding-right: 35px;
}
.l-single-pagenation__next a::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 0px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.l-single-pagenation__center {
  width: 33.3%;
}
.l-single-pagenation__center a {
  display: inline-block;
  width: 280px;
  height: 100%;
  padding: 20px 0;
  background-color: rgba(106, 75, 75, 0.03);
}
@media screen and (max-width: 767px) {
  .l-single-pagenation__center a {
    width: 100%;
  }
}

.works-data {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .works-data {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.works-data__img {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .works-data__img {
    max-width: 100%;
    margin-inline: auto;
  }
}
.works-data__content {
  width: 380px;
}
@media screen and (max-width: 767px) {
  .works-data__content {
    max-width: 100%;
    margin-inline: auto;
    padding-left: 12px;
  }
}
.works-data__title {
  position: relative;
  margin-bottom: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.works-data__title::before {
  content: "";
  position: absolute;
  top: 3.5px;
  left: -15px;
  width: 5px;
  height: 16px;
  background: url("../img/icon-list-style01.png") no-repeat 50% 50%;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .works-data__title::before {
    top: 2px;
    left: -12px;
  }
}
.works-data__list-title {
  width: 280px;
  margin-bottom: 7px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #707070;
}

.works-data-list {
  width: 280px;
}
.works-data-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 13px;
}
.works-data-list dt {
  width: 100px;
}
.works-data-list dd {
  width: fit-content;
}

.works-btn {
  margin: 70px 0 120px;
  text-align: center;
}
.works-btn a {
  width: 270px;
  margin: auto;
}

/* page */
/* 今回はブログ記事も同じ設定にする */
.melancholia .l-page__content-outer {
  margin-bottom: 0px;
}

footer {
  background-color: #f7f3e9;
}

.l-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 70px 0 80px;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    justify-content: center;
    gap: 30px;
  }
}
.l-footer__left {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 0 80px;
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.l-footer__info {
  width: fit-content;
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    padding-top: 0;
  }
}
.l-footer__name {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__name {
    font-size: 16px;
  }
}
.l-footer__company {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    font-size: 14px;
  }
}

.l-footer__company > a {
  font-size: 14px;
  font-weight: 500;
  display: block;
    margin-top: 6px;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .l-footer__company > a {
    font-size: 12px;
  }
}

.l-footer__address {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    font-size: 12px;
  }
}
.l-footer__right {
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
  }
}
.l-footer__menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 47px;
  margin-top: 28px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__menu {
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
.l-footer__menu > .menu-item {
  position: relative;
  margin: 0px 0 0px 0;
  padding: 0 0 0 15px;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  background: url("../img/icon-list-style01.png") no-repeat 0 7.5px;
  background-size: 5px auto;
}
@media screen and (max-width: 767px) {
  .l-footer__menu > .menu-item {
    width: 100%;
  }
}
.l-footer__menu > .menu-item:first-of-type {
  margin: 0px 0 0px 0;
}
.l-footer__menu .menu-item-has-children .sub-menu {
  list-style: none;
  margin: 0px 0 0 -15px;
  padding: 0;
  line-height: 1.5;
}
.l-footer__menu .menu-item-has-children .sub-menu li a {
  font-size: 13px;
  font-weight: 600;
}
