@charset "UTF-8";
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	com-color
サイト内で主に使用する色の変数
------------------------------------ */
/*	使用フォント一覧
------------------------------------ */
@font-face {
  font-family: "Noto sansCJK Black";
  src: url(../fonts/NotoSansCJKjp-Black.otf);
}
@font-face {
  font-family: "Noto sansCJK Bold";
  src: url(../fonts/NotoSansCJKjp-Bold.otf);
}
@font-face {
  font-family: "Noto sansCJK DemiLight";
  src: url(../fonts/NotoSansCJKjp-DemiLight.otf);
}
@font-face {
  font-family: "Noto sansCJK Light";
  src: url(../fonts/NotoSansCJKjp-Light.otf);
}
@font-face {
  font-family: "Noto sansCJK Medium";
  src: url(../fonts/NotoSansCJKjp-Medium.otf);
}
@font-face {
  font-family: "Noto sansCJK Regular";
  src: url(../fonts/NotoSansCJKjp-Regular.otf);
}
@font-face {
  font-family: "Jost-Black";
  src: url(../fonts/Jost-Black.ttf);
}
@font-face {
  font-family: "Jost-Bold";
  src: url(../fonts/Jost-Bold.ttf);
}
@font-face {
  font-family: "Jost-ExtraBold";
  src: url(../fonts/Jost-ExtraBold.ttf);
}
@font-face {
  font-family: "Jost-ExtraLight";
  src: url(../fonts/Jost-ExtraLight.ttf);
}
@font-face {
  font-family: "Jost-Light";
  src: url(../fonts/Jost-Light.ttf);
}
@font-face {
  font-family: "Jost-Medium";
  src: url(../fonts/Jost-Medium.ttf);
}
@font-face {
  font-family: "Jost-Regular";
  src: url(../fonts/Jost-Regular.ttf);
}
@font-face {
  font-family: "Jost-SemiBold";
  src: url(../fonts/Jost-SemiBold.ttf);
}
@font-face {
  font-family: "Jost-Thin";
  src: url(../fonts/Jost-Thin.ttf);
}
/*	transition,hover
ホバー時のtransition秒数を統一、ホバーアクション
------------------------------------ */
/*	media-screen
画面サイズごとのcss設定に使用
------------------------------------ */
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*	layout
その他パーツ
------------------------------------ */
/*	font-size
スマホ時にフォントサイズを自動で変更
※13px以下は文字が読めないためPC/SP同じサイズ
------------------------------------ */
/* =========================================

    main layout  all
    <main></main>箇所のcss

========================================= */
/*	com parts  PC
全ページ共通で使用したいパーツ
------------------------------------ */
.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-main-inner {
  width: 100%;
  max-width: 1480px;
  margin: auto;
}

.com-sub-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 100px 0;
}

.com-tel {
  position: relative;
  padding-bottom: 15px;
  z-index: 1;
}
.com-tel-num {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  padding-left: 32px;
  color: #220d06;
  background: url(/img/all/tel-ico.png) no-repeat left 3px;
}
@media screen and (max-width: 767px) {
  .com-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.com-tel-svg {
  position: absolute;
  width: 250px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 0;
  z-index: -1;
}

.com-ttl01 {
  text-align: center;
}
.com-ttl01-sub {
  font-family: "Jost-ExtraBold", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-sub {
    font-size: 30px;
    font-size: 3rem;
  }
}
.com-ttl01-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .com-ttl01-main {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.com-ttl02 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .com-ttl02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.com-ttl03 {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-bottom: 15px;
  border-bottom: 2px dotted #ded6d0;
}
@media screen and (max-width: 767px) {
  .com-ttl03 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.com-ttl04 {
  font-family: "Jost-Black", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-ttl04 {
    font-size: 30px;
    font-size: 3rem;
  }
}

.com-btn01 {
  font-family: "Noto sansCJK Bold", sans-serif;
  padding: 7px 50px 7px 0;
  color: #220d06;
  position: relative;
}
.com-btn01::before {
  position: absolute;
  content: "";
}
.com-btn01::after {
  position: absolute;
  content: "";
}
.com-btn01::before {
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #220d06;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.com-btn01::after {
  width: 12px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background-color: #fff;
}
.com-btn01:hover::before {
  transform: translateY(-50%) rotate(90deg);
  border-radius: 0;
}

.com-txt p:nth-of-type(n + 2) {
  margin-top: 30px;
}

.com-table01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
}
.com-table01 th {
  white-space: pre-line;
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 170px;
  padding: 15px 15px 15px 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.com-table01 td {
  white-space: pre-line;
  vertical-align: middle;
  padding: 15px 15px 15px 20px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.com-table01 a {
  color: #fff;
}

.com-table02 tr:first-of-type th {
  border-radius: 10px 0 0 0;
}
.com-table02 tr:first-of-type td {
  color: #311a0f;
  background-color: #4b352a;
}
.com-table02 tr:first-of-type td:last-of-type {
  border-radius: 0 10px 0 0;
}
.com-table02 tr:last-of-type th {
  border-radius: 0 0 0 10px;
  border-bottom: none;
}
.com-table02 tr:last-of-type td {
  border-bottom: none;
}
.com-table02 tr:last-of-type td:last-of-type {
  border-radius: 0 0 0 10px;
}
.com-table02 th {
  width: 142px;
  text-align: center;
  padding: 10px 10px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #898989;
}
.com-table02 td {
  width: 142px;
  padding: 10px 10px;
  text-align: center;
  border-left: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

.com-no-post {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .com-no-post {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.com-no-img {
  width: 90% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
}
.com-no-img-bg {
  text-align: center;
  background-color: #ccc !important;
}

.com-main-color {
  color: #311a0f;
}

.com-sub-color {
  color: #fbf7f6;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 1; /* 行数指定 */
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 2; /* 行数指定 */
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box; /* -webkitを使用するために必要 */
  -webkit-box-orient: vertical; /* 3点リーダー */
  -webkit-line-clamp: 3; /* 行数指定 */
}

.com-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.com-tag-list-item {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #c9bbb1;
  padding-left: 10px;
  position: relative;
}
.com-tag-list-item::before {
  position: absolute;
  content: "";
}
.com-tag-list-item::before {
  content: "#";
  top: 0;
  left: 0;
}

.com-time {
  font-family: "Jost-ExtraBold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  flex-shrink: 0;
  padding-right: 8px;
  color: #a59892;
}
@media screen and (max-width: 767px) {
  .com-time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.com-svg-txt {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .com-svg-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.com-pre {
  white-space: pre-line;
}

/* =========================================
    top  PC
    top-ent
========================================= */
#top-ent .bg {
  padding: 0 10px;
  position: relative;
}
#top-ent .bg::before {
  position: absolute;
  content: "";
}
#top-ent .bg::before {
  width: 100%;
  height: 375px;
  top: 0;
  left: 0;
  background-color: #4b352a;
  z-index: -1;
}
#top-ent .inner {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 55px 80px 60px;
  background-color: #fbf7f6;
}
@media screen and (max-width: 1500px) {
  #top-ent .inner {
    max-width: 1180px;
    padding: 55px 10px 60px;
  }
}
#top-ent .txt {
  text-align: center;
}
#top-ent .container {
  gap: 40px;
  justify-content: center;
  margin-top: 43px;
}
@media screen and (max-width: 1500px) {
  #top-ent .container {
    gap: 20px;
  }
}
#top-ent .official {
  width: 640px;
}
@media screen and (max-width: 1500px) {
  #top-ent .official {
    width: 520px;
  }
}
#top-ent .official:hover .btn::before {
  transform: translateY(-50%) rotate(90deg);
  border-radius: 0;
}
#top-ent .official-img {
  width: 100%;
  height: 370px;
  background: url(/img/ent/ent-img01.jpeg) no-repeat left center/cover;
}
#top-ent .official-fle {
  padding: 32px 42px 32px 50px;
  background-color: #fff;
}
#top-ent .ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-ent .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-ent .link {
  width: 640px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  #top-ent .link {
    width: 520px;
  }
}
#top-ent .link:hover .link-btn::before {
  transform: translateY(-50%) rotate(90deg);
  border-radius: 0;
}
#top-ent .link-btn {
  display: flex;
  justify-content: end;
  margin-top: 45px;
}
@media screen and (max-width: 1500px) {
  #top-ent .link-btn {
    margin-top: 30px;
  }
}
#top-ent .img {
  flex-shrink: 0;
}
#top-ent .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-ent .box {
  width: 100%;
  padding: 35px 40px 0 50px;
}
@media screen and (max-width: 1500px) {
  #top-ent .box {
    padding: 20px 20px 0 25px;
  }
}
#top-ent .menu {
  width: 640px;
  padding: 20px 30px 25px;
  background-color: #fff;
}
@media screen and (max-width: 1500px) {
  #top-ent .menu {
    width: 520px;
  }
}
#top-ent .menu-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #top-ent .menu-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-ent .list {
  flex-wrap: wrap;
  gap: 15px 20px;
  margin-top: 15px;
}
#top-ent .list-link {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding-right: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #220d06;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-ent .list-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-ent .list-link::after {
  position: absolute;
  content: "";
}
#top-ent .list-link::after {
  width: 16px;
  height: 16px;
  right: 0;
  bottom: 8px;
  background: url(/img/all/link-ico-ent.png) no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
#top-ent .list-link:hover::after {
  transform: translate(-3px, 3px);
}
#top-ent .img {
  width: 210px;
  height: 223px;
}
#top-ent .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* =========================================
    top  PC
    top-news
========================================= */
#top-news .bg {
  background-color: #4b352a;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-news .bg::before {
  position: absolute;
  content: "";
}
#top-news .bg::after {
  position: absolute;
  content: "";
}
#top-news .bg::before {
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background-color: #40271b;
  z-index: -2;
}
#top-news .bg::after {
  width: 150%;
  height: 100%;
  top: 0;
  left: calc(50% - 640px);
  background-color: #fbf7f6;
  z-index: -1;
}
#top-news .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}
#top-news .container-box {
  width: 110px;
  flex-shrink: 0;
  position: relative;
}
#top-news .ttl {
  font-family: "Jost-ExtraBold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top-news .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-news .list {
  width: 100%;
  gap: 40px;
  margin-left: 70px;
}
#top-news .list-link {
  width: 260px;
  height: 100%;
  color: #220d06;
  background-color: #fff;
}
#top-news .list-link:hover .list-img img {
  transform: scale(1.05);
}
#top-news .list-img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
#top-news .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-news .list-img img {
  transition: all 0.5s ease;
}
#top-news .list-wrap {
  padding: 20px 24px;
  background-color: #fff;
}
#top-news .list-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  margin-top: 5px;
  margin-bottom: 10px;
}
#top-news .btn {
  display: block;
  width: 120px;
  margin-left: auto;
  margin-top: 50px;
  padding-right: 30px;
}
#top-news .btn::before {
  width: 20px;
  height: 20px;
}
#top-news .btn::after {
  width: 6px;
  height: 2px;
  right: 14px;
}

/* =========================================
    top  PC
    top-about
========================================= */
#top-about .bg {
  background-color: #40271b;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-about .bg::before {
  position: absolute;
  content: "";
}
#top-about .bg::before {
  width: 100%;
  height: 903px;
  bottom: 0;
  right: calc(50% - 520px);
  background-color: #4b352a;
  z-index: -1;
}
#top-about .ttl-main {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-about .ttl-main {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-about .container {
  padding: 0 10px;
}
#top-about .wrap {
  margin-right: 30px;
}
#top-about .ttl {
  text-align: left;
}
#top-about .ttl-sub {
  color: #fbf7f6;
}
#top-about .ttl-main {
  color: #fbf7f6;
}
#top-about .txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 65px;
  color: #decdc6;
}
@media screen and (max-width: 767px) {
  #top-about .txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#top-about .btn {
  margin-top: 40px;
  color: #fbf7f6;
}
#top-about .btn::before {
  background-color: #fbf7f6;
}
#top-about .btn::after {
  background-color: #220d06;
}
#top-about .img {
  width: 38.5vw;
  max-width: 770px;
  min-width: 470px;
  flex-shrink: 0;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
#top-about .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-about .img::before {
  position: absolute;
  content: "";
}
#top-about .img::before {
  width: 245px;
  height: 247px;
  top: -60px;
  right: -82px;
  background: url(/img/top/about-img-deco.png) no-repeat;
  background-size: 100%;
  z-index: -1;
}

/* =========================================
    top  PC
    top-reason
========================================= */
#top-reason .bg {
  background-color: #fbf7f6;
}
#top-reason .list {
  width: 100%;
  margin-top: 70px;
}
#top-reason .list-item {
  width: 100%;
}
#top-reason .list-item:nth-of-type(n + 2) {
  margin-top: 40px;
}
#top-reason .list-img {
  width: 50%;
}
#top-reason .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-reason .list-wrap {
  width: 50%;
  padding: 75px 4.16vw 80px;
  background-color: #fff;
}
#top-reason .list-top-txt {
  font-family: "Jost-Bold", sans-serif;
  letter-spacing: 0;
  margin-left: 20px;
  color: #c9bbb1;
  border-top: 2px solid #c9bbb1;
  border-bottom: 2px solid #c9bbb1;
}
#top-reason .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #top-reason .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-reason .list-txt {
  line-height: 1.76;
  margin-top: 30px;
  color: rgba(34, 13, 6, 0.7);
}
#top-reason .btn {
  display: block;
  width: 160px;
  margin-left: auto;
  margin-top: 20px;
}

/* =========================================
    top  PC
    top-gallery
========================================= */
#top-gallery .bg {
  background-color: #4b352a;
}
#top-gallery .ttl-sub {
  color: #fbf7f6;
}
#top-gallery .ttl-main {
  color: #fbf7f6;
}
#top-gallery .list {
  margin-top: 70px;
  gap: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  #top-gallery .list {
    width: 1080px;
    gap: 30px;
    margin: 70px auto 0;
  }
}
#top-gallery .list-item {
  width: 340px;
  height: 340px;
}
#top-gallery .list-link {
  width: 100%;
  height: 100%;
  position: relative;
}
#top-gallery .list-link:hover {
  opacity: 1;
}
#top-gallery .list-link:hover .list-ttl {
  opacity: 1;
}
#top-gallery .list-img {
  width: 100%;
  height: 100%;
}
#top-gallery .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-gallery .list-ttl {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 20px;
  letter-spacing: 0.08em;
  top: 0;
  left: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 767px) {
  #top-gallery .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-gallery .btn {
  display: block;
  width: 160px;
  margin: 50px auto 0;
  color: #fbf7f6;
}
#top-gallery .btn::before {
  background-color: #fbf7f6;
}
#top-gallery .btn::after {
  background-color: #220d06;
}

/* =========================================
    top  PC
    top-menu
========================================= */
#top-menu .bg {
  background-color: #40271b;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-menu .bg::before {
  position: absolute;
  content: "";
}
#top-menu .bg::before {
  width: 100%;
  height: 700px;
  bottom: 0;
  left: calc(50% - 740px);
  background-color: #4b352a;
  z-index: -1;
}
#top-menu .ttl {
  flex-shrink: 0;
  text-align: left;
}
#top-menu .ttl-main {
  color: #fff;
}
#top-menu .ttl-sub {
  color: #fff;
}
#top-menu .container {
  padding: 0 10px;
}
@media screen and (max-width: 1200px) {
  #top-menu .container {
    display: block;
  }
}
#top-menu .container-box {
  width: 100%;
  margin-top: 180px;
  margin-left: 55px;
}
@media screen and (max-width: 1200px) {
  #top-menu .container-box {
    margin-top: 80px;
    margin-left: 0;
  }
}
#top-menu .img {
  width: 420px;
  flex-shrink: 0;
}
#top-menu .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1350px) {
  #top-menu .img {
    width: 350px;
  }
}
#top-menu .list {
  width: 100%;
  padding: 48px 110px 80px;
  background-color: #fbf7f6;
}
@media screen and (max-width: 1500px) {
  #top-menu .list {
    padding: 48px 3.3vw 80px;
  }
}
#top-menu .list-item {
  padding-top: 15px;
  padding-bottom: 13px;
  border-bottom: 2px dotted #ded5cf;
}
#top-menu .list-type {
  font-family: "Jost-Bold", sans-serif;
  color: #c9bbb1;
}
#top-menu .list-menu {
  margin-top: 5px;
  padding: 0 22px;
}
#top-menu .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #top-menu .list-ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#top-menu .list-txt {
  font-family: "Jost-Bold", sans-serif;
  flex-shrink: 0;
  margin-left: 10px;
  padding-left: 30px;
  position: relative;
}
#top-menu .list-txt::before {
  position: absolute;
  content: "";
}
#top-menu .list-txt::before {
  width: 20px;
  height: 1px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  border-top: 4px dotted #c9bbb1;
}
#top-menu .btn {
  display: block;
  width: 160px;
  margin: 50px 0 0 auto;
  color: #fbf7f6;
}
#top-menu .btn::before {
  background-color: #fbf7f6;
}
#top-menu .btn::after {
  background-color: #220d06;
}

/* =========================================
    top  PC
    top-brand
========================================= */
#top-brand .bg {
  background-color: #fbf7f6;
}
#top-brand .wrap {
  width: 100%;
  gap: 39px;
  margin-top: 70px;
  padding: 80px 0;
  background-color: #fff;
}
#top-brand .link {
  width: 414px;
}
@media screen and (max-width: 1350px) {
  #top-brand .link {
    width: 330px;
  }
}
#top-brand .link:hover .link-ttl::before {
  transform: translateY(-50%) rotate(90deg);
  border-radius: 0;
}
#top-brand .link-img {
  width: 100%;
}
#top-brand .link-txt {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  padding-top: 10px;
  padding-left: 32px;
  color: #c9bbb1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-brand .link-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#top-brand .link-txt::before {
  position: absolute;
  content: "";
}
#top-brand .link-txt::before {
  width: 2px;
  height: 30px;
  top: 0;
  left: 20px;
  background-color: #c9bbb1;
}
#top-brand .link-ttl {
  font-family: "Jost-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #top-brand .link-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-brand .link-ttl::before {
  position: absolute;
  content: "";
}
#top-brand .link-ttl::after {
  position: absolute;
  content: "";
}
#top-brand .link-ttl::before {
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background-color: #220d06;
  border-radius: 50%;
  transition: all 0.3s ease;
}
#top-brand .link-ttl::after {
  width: 12px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  right: 25px;
  background-color: #fff;
}

/* =========================================
    top  PC
    top-salon
========================================= */
#top-salon .bg {
  padding: 0 10px;
  background-color: #40271b;
  position: relative;
  z-index: 1;
}
#top-salon .bg::before {
  position: absolute;
  content: "";
}
#top-salon .bg::before {
  width: 680px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #4b352a;
  z-index: -1;
}
#top-salon .ttl {
  text-align: left;
}
#top-salon .ttl-sub {
  color: #fbf7f6;
}
#top-salon .ttl-main {
  color: #fbf7f6;
}
#top-salon .container {
  margin-top: 70px;
}
#top-salon .map {
  width: 100%;
  height: 460px;
}
#top-salon .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}
#top-salon .list {
  flex-shrink: 0;
  margin-left: 6.25vw;
}
#top-salon .list-item:nth-of-type(n + 2) {
  margin-top: 35px;
}
#top-salon .list-link {
  font-family: "Jost-Bold", sans-serif;
  width: 260px;
  text-align: right;
  padding: 20px 50px 20px 0;
  color: #fbf7f6;
  border-bottom: 2px solid #63493d;
  position: relative;
}
#top-salon .list-link::before {
  position: absolute;
  content: "";
}
#top-salon .list-link::after {
  position: absolute;
  content: "";
}
#top-salon .list-link::before {
  background-color: #fbf7f6;
}
#top-salon .list-link::after {
  background-color: #220d06;
}
#top-salon .list-ttl {
  padding-left: 35px;
}
#top-salon .list-stylist {
  position: relative;
}
#top-salon .list-stylist::before {
  position: absolute;
  content: "";
}
#top-salon .list-stylist::before {
  width: 29px;
  height: 30px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/top/salon-ico01.png) no-repeat;
  background-size: 100%;
}
#top-salon .list-salon {
  position: relative;
}
#top-salon .list-salon::before {
  position: absolute;
  content: "";
}
#top-salon .list-salon::before {
  width: 30px;
  height: 25px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/top/salon-ico02.png) no-repeat;
  background-size: 100%;
}
#top-salon .list-access {
  position: relative;
}
#top-salon .list-access::before {
  position: absolute;
  content: "";
}
#top-salon .list-access::before {
  width: 26px;
  height: 36px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/top/salon-ico03.png) no-repeat;
  background-size: 100%;
}

/* =========================================
    top  PC
    top-recruit
========================================= */
#top-recruit .bg {
  padding: 0 10px;
  background-color: #fbf7f6;
}
#top-recruit .ttl {
  flex-shrink: 0;
  text-align: left;
  margin-right: 120px;
}
#top-recruit .wrap {
  margin-right: 50px;
}
@media screen and (max-width: 1450px) {
  #top-recruit .wrap {
    display: block;
  }
}
#top-recruit .box {
  width: 610px;
  margin-top: 10px;
}
@media screen and (max-width: 1450px) {
  #top-recruit .box {
    width: 100%;
    margin-top: 50px;
  }
}
#top-recruit .img {
  flex-shrink: 0;
}
#top-recruit .txt {
  line-height: 1.76;
  color: rgba(34, 13, 6, 0.7);
}
#top-recruit .btn {
  margin-top: 45px;
}

/* =========================================
    top  PC
    top-reservation
========================================= */
#top-reservation .bg {
  background-color: #4b352a;
  position: relative;
  z-index: 1;
}
#top-reservation .bg::before {
  position: absolute;
  content: "";
}
#top-reservation .bg::before {
  width: 100%;
  height: 373px;
  top: 0;
  left: 0;
  background-color: #311a0f;
  z-index: -1;
}
#top-reservation .inner {
  background-color: #40271b;
}
#top-reservation .ttl-sub {
  color: #fbf7f6;
}
#top-reservation .ttl-main {
  color: #fbf7f6;
}
#top-reservation .wrap {
  gap: 50px;
  margin-top: 70px;
}
#top-reservation .wrap-link {
  width: 330px;
  height: 330px;
  text-align: center;
  padding-top: 100px;
  background: url(/img/top/reservation-box.png) no-repeat center/100%;
}
#top-reservation .wrap-ttl {
  margin-top: 22px;
}
#top-reservation .wrap-calendar {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-right: 35px;
  background: url(/img/all/link-ico.png) no-repeat calc(50% + 59px) center;
}
@media screen and (max-width: 767px) {
  #top-reservation .wrap-calendar {
    font-size: 20px;
    font-size: 2rem;
  }
}
#top-reservation .wrap-tel {
  font-family: "Jost-Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #top-reservation .wrap-tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#top-reservation .wrap-svg {
  display: block;
  width: 220px;
  margin: 0 auto;
}

/* =========================================

    sub layout  PC
    下層ページのPC時css
		sub-pc

========================================= */
/* =========================================
    sub  PC
    sub-concept
========================================= */
#sub-concept .bg {
  background-color: #fbf7f6;
}
#sub-concept .inner {
  position: relative;
}
#sub-concept .inner::before {
  position: absolute;
  content: "";
}
#sub-concept .inner::after {
  position: absolute;
  content: "";
}
#sub-concept .inner::before {
  width: 244px;
  height: 110px;
  top: 0;
  right: -5.2vw;
  background: url(/img/concept/concept-top.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #sub-concept .inner::before {
    right: 0;
  }
}
#sub-concept .inner::after {
  width: 244px;
  height: 138px;
  bottom: 0;
  left: -5.2vw;
  background: url(/img/concept/concept-btm.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 1250px) {
  #sub-concept .inner::after {
    left: 0;
  }
}
#sub-concept .txt {
  line-height: 1.76;
  text-align: center;
  margin-top: 40px;
}

#sub-reason .bg {
  background-color: #4b352a;
}
#sub-reason .ttl {
  color: #fff;
}
#sub-reason .list {
  margin-top: 7px;
}
#sub-reason .list-container {
  padding-top: 58px;
}
#sub-reason .list-item {
  padding: 50px 60px 60px 57px;
  background-color: #40271b;
  position: relative;
}
#sub-reason .list-top {
  position: absolute;
  top: -19px;
  left: 60px;
}
#sub-reason .list-top-txt {
  font-family: "Jost-Bold", sans-serif;
  letter-spacing: 0;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
#sub-reason .list-num {
  flex-shrink: 0;
  margin-right: 18px;
}
#sub-reason .list-img {
  width: 340px;
  flex-shrink: 0;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
#sub-reason .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-reason .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  padding-left: 40px;
  padding-bottom: 13px;
  color: #fff;
  border-bottom: 2px dotted #b1a299;
}
@media screen and (max-width: 767px) {
  #sub-reason .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-reason .list-txt {
  line-height: 1.76;
  margin-top: 25px;
  padding-left: 40px;
  color: #fff;
}
#sub-reason .wrap {
  margin-top: 55px;
}
#sub-reason .wrap-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-reason .wrap-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-reason .wrap-ttl::before {
  position: absolute;
  content: "";
}
#sub-reason .wrap-ttl::after {
  position: absolute;
  content: "";
}
#sub-reason .wrap-ttl::before {
  width: 20px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  left: calc(50% - 128px);
  background: url(/img/concept/map-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#sub-reason .wrap-ttl::after {
  width: 20px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  right: calc(50% - 128px);
  background: url(/img/concept/map-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#sub-reason .map {
  width: 100%;
  height: 340px;
  margin-top: 30px;
}
#sub-reason .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-menu
========================================= */
#sub-flowchart .bg {
  background-color: #fbf7f6;
}
#sub-flowchart .txt {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 35px;
  color: rgba(34, 13, 6, 0.7);
}
#sub-flowchart .wrap {
  padding-top: 140px;
}
#sub-flowchart .wrap-top {
  padding: 20px 70px;
  background-color: #40271b;
  position: relative;
}
#sub-flowchart .wrap-question {
  position: absolute;
  font-family: "Jost-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  transform: translateY(-50%);
  top: 50%;
  left: 35px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .wrap-question {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flowchart .wrap-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .wrap-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flowchart .wrap-btm {
  padding: 40px 0;
  background-color: #4b352a;
}
#sub-flowchart .btn-list {
  gap: 25px;
  flex-wrap: wrap;
}
#sub-flowchart .btn {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  min-width: 310px;
  padding: 20px 50px 20px 10px;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flowchart .btn::before {
  right: 10px;
  background-color: #fff;
}
#sub-flowchart .btn::after {
  width: 10px;
  height: 4px;
  right: 36px;
  background-color: #4b352a;
}
#sub-flowchart .back-arw {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 148px;
  margin: 25px auto 0;
  padding-right: 30px;
  padding-bottom: 5px;
  color: #decdc6;
  background: url(/img/menu/back-arw.png) no-repeat right 5px;
  border-bottom: 1px solid #decdc6;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .back-arw {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flowchart .first-arw {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 110px;
  margin: 25px auto 0;
  padding-right: 25px;
  padding-bottom: 5px;
  background: url(/img/menu/back-arw-color.png) no-repeat right 5px;
  border-bottom: 1px solid #220d06;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .first-arw {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-flowchart .answer {
  padding-top: 140px;
}
#sub-flowchart .answer-wrap {
  width: 100%;
  padding: 45px 60px 50px;
  background-color: #fff;
  position: relative;
}
#sub-flowchart .answer-position {
  position: absolute;
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  width: 130px;
  height: 130px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  left: -20px;
  color: #fff;
  background-color: #40271b;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .answer-position {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-flowchart .answer-top {
  font-family: "Noto sansCJK Bold", sans-serif;
  text-align: center;
}
#sub-flowchart .answer-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 20px;
  padding: 15px 45px;
  border-top: 2px dotted #dfd6d0;
  border-bottom: 2px dotted #dfd6d0;
}
@media screen and (max-width: 767px) {
  #sub-flowchart .answer-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-flowchart .answer-txt {
  line-height: 1.76;
  margin-top: 20px;
  color: rgba(34, 13, 6, 0.7);
}
#sub-flowchart .answer-btn {
  font-family: "Noto sansCJK Black", sans-serif;
  width: 100%;
  height: 70px;
  margin-top: 35px;
  border-top: 2px solid #220d06;
  border-bottom: 2px solid #220d06;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sub-flowchart .answer-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(/img/menu/link-ico.png) no-repeat;
}

#sub-menu .bg {
  background-color: #4b352a;
}
#sub-menu .ttl {
  color: #fff;
}
#sub-menu .txt {
  text-align: center;
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.7);
}
#sub-menu .list {
  margin-top: 40px;
}
#sub-menu .list-item {
  width: 100%;
  height: 96px;
  padding: 0 30px 0 50px;
  background-color: #fff;
}
#sub-menu .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-menu .list-item:hover .btn::before {
  transform: translateY(-50%) rotate(90deg);
  border-radius: 0;
}
#sub-menu .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-menu .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

#sub-menu-detail .bg {
  background-color: #fbf7f6;
}
#sub-menu-detail .ttl {
  font-family: "Jost-Black", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-menu-detail .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-menu-detail .list {
  margin-top: 45px;
}
#sub-menu-detail .list-item {
  width: 100%;
  padding: 40px 50px 50px 60px;
  background-color: #fff;
}
#sub-menu-detail .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-menu-detail .list-fee {
  font-family: "Jost-Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #sub-menu-detail .list-fee {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-menu-detail .list-txt {
  line-height: 1.76;
  color: rgba(34, 13, 6, 0.7);
}
#sub-menu-detail .list-link {
  font-family: "Noto sansCJK Black", sans-serif;
  display: block;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: auto;
  padding-bottom: 10px;
  color: #220d06;
  border-bottom: 2px solid #220d06;
}
#sub-menu-detail .list-link::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(/img/menu/link-ico.png) no-repeat center/100%;
}

/* =========================================
    sub  PC
    sub-brand
========================================= */
#sub-btn-list .bg {
  background-color: #fbf7f6;
}
#sub-btn-list .container {
  gap: 40px;
}
#sub-btn-list .btn {
  font-family: "Jost-Black", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 260px;
  padding-top: 5px;
  padding-bottom: 18px;
  border-bottom: 2px solid #220d06;
}
@media screen and (max-width: 767px) {
  #sub-btn-list .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-btn-list .btn::before {
  transform: translate(0, 0);
  top: 0;
}
#sub-btn-list .btn::after {
  width: 4px;
  height: 10px;
  top: unset;
  bottom: 9px;
  right: 16px;
  background-color: #fbf7f6;
}
#sub-btn-list .btn:hover::before {
  transform: rotate(90deg);
}

#sub-aujua .bg,
#sub-jcprogram .bg {
  background-color: #4b352a;
}

#sub-casta .bg {
  background-color: #40271b;
}

#sub-aujua .ttl,
#sub-casta .ttl,
#sub-jcprogram .ttl {
  font-family: "Jost-Black", sans-serif;
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-aujua .ttl,
  #sub-casta .ttl,
  #sub-jcprogram .ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}
#sub-aujua .primary,
#sub-casta .primary,
#sub-jcprogram .primary {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-aujua .primary,
  #sub-casta .primary,
  #sub-jcprogram .primary {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-aujua .primary-deco,
#sub-casta .primary-deco,
#sub-jcprogram .primary-deco {
  padding: 0 40px;
  position: relative;
}
#sub-aujua .primary-deco::before,
#sub-casta .primary-deco::before,
#sub-jcprogram .primary-deco::before {
  position: absolute;
  content: "";
}
#sub-aujua .primary-deco::after,
#sub-casta .primary-deco::after,
#sub-jcprogram .primary-deco::after {
  position: absolute;
  content: "";
}
#sub-aujua .primary-deco::before,
#sub-casta .primary-deco::before,
#sub-jcprogram .primary-deco::before {
  width: 20px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  background: url(/img/concept/map-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#sub-aujua .primary-deco::after,
#sub-casta .primary-deco::after,
#sub-jcprogram .primary-deco::after {
  width: 20px;
  height: 4px;
  transform: translateY(-50%);
  top: 50%;
  right: 0;
  background: url(/img/concept/map-ttl-deco.png) no-repeat;
  background-size: 100%;
}
#sub-aujua .wrap,
#sub-casta .wrap,
#sub-jcprogram .wrap {
  width: 100%;
  margin-top: 150px;
  padding: 270px 15px 80px;
  background-color: #fff;
  position: relative;
}
#sub-aujua .img,
#sub-casta .img,
#sub-jcprogram .img {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: -120px;
}
#sub-aujua .txt,
#sub-casta .txt,
#sub-jcprogram .txt {
  line-height: 1.76;
  text-align: center;
}
#sub-aujua .list,
#sub-casta .list,
#sub-jcprogram .list {
  gap: 30px;
  margin-top: 30px;
}
#sub-aujua .list-txt,
#sub-casta .list-txt,
#sub-jcprogram .list-txt {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 10px;
}
#sub-aujua .list-txt-sm,
#sub-casta .list-txt-sm,
#sub-jcprogram .list-txt-sm {
  font-family: "Noto sansCJK Regular", sans-serif;
}
#sub-aujua .btn,
#sub-casta .btn,
#sub-jcprogram .btn {
  font-family: "Noto sansCJK Black", sans-serif;
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbf7f6;
}
#sub-aujua .btn::after,
#sub-casta .btn::after,
#sub-jcprogram .btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(/img/menu/link-ico.png) no-repeat center/100%;
}

/* =========================================
    sub  PC
    sub-gallery
========================================= */
#sub-gallery .bg {
  background-color: #fbf7f6;
}
#sub-gallery .list {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 80px;
}
#sub-gallery .list-item {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}
#sub-gallery .list-link {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#sub-gallery .list-link:hover .list-img img {
  transform: scale(1.05);
}
#sub-gallery .list-img {
  width: 100%;
  height: 340px;
  overflow: hidden;
}
#sub-gallery .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery .list-img img {
  transition: 0.5s all ease;
  -o-object-position: top;
     object-position: top;
}
#sub-gallery .list-wrap {
  padding: 20px 25px;
  background-color: #fff;
}
#sub-gallery .list-ttl {
  font-family: "Noto sansCJK Black", sans-serif;
  margin-top: 5px;
}

#sub-gallery-detail .bg {
  background-color: #fbf7f6;
}
#sub-gallery-detail .container {
  width: 100%;
  padding: 50px 50px 55px;
  background-color: #fff;
}
#sub-gallery-detail .img {
  width: 470px;
  height: 470px;
  flex-shrink: 0;
}
#sub-gallery-detail .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery-detail .img img {
  -o-object-position: top;
     object-position: top;
}
#sub-gallery-detail .wrap {
  margin-top: 25px;
  margin-left: 40px;
}
#sub-gallery-detail .com-tag-list-item {
  font-size: 17px;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  #sub-gallery-detail .com-tag-list-item {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-gallery-detail .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  #sub-gallery-detail .ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-gallery-detail .txt {
  line-height: 1.76;
  margin-top: 13px;
  color: rgba(34, 13, 6, 0.7);
}
#sub-gallery-detail .name {
  font-family: "Noto sansCJK Bold", sans-serif;
  margin-top: 20px;
}
#sub-gallery-detail .name-sm {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 20px;
  color: #c9bbb1;
  border-bottom: 2px solid #c9bbb1;
}
@media screen and (max-width: 767px) {
  #sub-gallery-detail .name-sm {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#sub-gallery-detail .list {
  margin-top: 50px;
  flex-wrap: wrap;
  gap: 35px;
}
#sub-gallery-detail .list-item {
  flex-basis: calc((100% - 70px) / 3);
  max-width: calc((100% - 70px) / 3);
  height: 15.78vw;
}
#sub-gallery-detail .list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-gallery-detail .list-item img {
  -o-object-position: top;
     object-position: top;
}

/* =========================================
    sub  PC
    sub-salon
========================================= */
#sub-stylist .bg {
  background-color: #4b352a;
}
#sub-stylist .list {
  margin-top: 45px;
}
#sub-stylist .list-item {
  width: 100%;
  padding: 50px 60px 60px;
  background-color: #fff;
}
#sub-stylist .list-item:nth-of-type(n + 2) {
  margin-top: 30px;
}
#sub-stylist .list-img {
  width: 270px;
  height: 270px;
  margin-top: 10px;
  flex-shrink: 0;
}
#sub-stylist .list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sub-stylist .list-wrap {
  width: 100%;
  margin-left: 40px;
}
#sub-stylist .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #sub-stylist .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-stylist .list-txt {
  line-height: 1.76;
  margin-top: 15px;
}
#sub-stylist .list-link {
  gap: 20px;
  margin-top: 25px;
}
#sub-stylist .list-link-btn {
  font-family: "Noto sansCJK Black", sans-serif;
  width: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 2px solid #220d06;
}
#sub-stylist .list-link-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: url(/img/menu/link-ico.png) no-repeat center/100%;
}

#sub-salon .bg {
  background-color: #40271b;
}
#sub-salon .table {
  margin-top: 20px;
}

#sub-access .bg {
  background-color: #4b352a;
}
#sub-access .map {
  width: 100%;
  height: 340px;
  margin-top: 40px;
}
#sub-access .map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none;
}

/* =========================================
    sub  PC
    sub-recruit
========================================= */
#sub-recruit .bg {
  background-color: #4b352a;
}
#sub-recruit .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-recruit .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruit .wrap {
  width: 100%;
  margin-top: 125px;
  padding: 70px 90px 80px;
  background-color: #fff;
  position: relative;
}
#sub-recruit .img {
  position: absolute;
  top: -76px;
  left: 80px;
}
#sub-recruit .txt {
  width: 100%;
  max-width: 450px;
  line-height: 1.76;
  margin-left: auto;
}
#sub-recruit .link {
  gap: 40px;
  margin-top: 100px;
}
#sub-recruit .btn {
  font-family: "Noto sansCJK Black", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 260px;
  padding-top: 5px;
  padding-bottom: 18px;
  border-bottom: 2px solid #220d06;
}
@media screen and (max-width: 767px) {
  #sub-recruit .btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-recruit .btn::before {
  transform: translate(0, 0);
  top: 0;
}
#sub-recruit .btn::after {
  width: 4px;
  height: 10px;
  top: unset;
  bottom: 9px;
  right: 16px;
  background-color: #fbf7f6;
}
#sub-recruit .btn:hover::before {
  transform: rotate(90deg);
}

#sub-charm .bg {
  background-color: #40271b;
}
#sub-charm .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-charm .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-charm .list {
  margin-top: 50px;
}
#sub-charm .list-item {
  width: 100%;
  padding: 50px 60px;
  justify-content: space-between;
  align-items: center;
  background-color: #4b352a;
}
#sub-charm .list-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-charm .list-img {
  flex-shrink: 0;
}
#sub-charm .list-wrap {
  width: 430px;
  text-align: center;
}
#sub-charm .list-ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  margin-top: 10px;
  color: #fff;
  padding-bottom: 15px;
  background: url(/img/concept/map-ttl-deco.png) no-repeat center bottom;
}
@media screen and (max-width: 767px) {
  #sub-charm .list-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
#sub-charm .list-txt {
  line-height: 1.76;
  text-align: left;
  margin-top: 20px;
  color: #fff;
}

#sub-recruitment .bg {
  background-color: #4b352a;
}
#sub-recruitment .ttl {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-recruitment .ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#sub-recruitment .table {
  margin-top: 25px;
}

/* =========================================
    sub  PC
    sub-contact  お問い合わせフォーム テンプレ
		他ページのtableなどデザインを併用する
========================================= */
#sub-contact .bg {
  background-color: #4b352a;
}
#sub-contact .contact-btn {
  font-family: "Noto sansCJK Bold", sans-serif;
  font-size: 17px;
  font-size: 1.7rem;
  width: 300px;
  height: 60px;
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0;
  transition: all 0.5s ease;
  color: #220d06;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #sub-contact .contact-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-contact .contact-btn::after {
  display: none;
}
#sub-contact .contact-btn:hover {
  transform: scale(0.95);
}

#contact-form .com-table01 {
  white-space: unset;
}
.contact-form-table {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1080px;
  table-layout: fixed;
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  white-space: unset;
}
.contact-form-table td {
  padding: 15px;
  white-space: unset;
}
.contact-form-table td input {
  height: 25px;
  line-height: 25px;
  border: none;
  background-color: #f5f5f5;
}
.contact-form-table td textarea {
  border: none;
  background-color: #f5f5f5;
  resize: none;
}
.contact-form-table .sp-sm {
  font-size: 16px;
}

.select {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  position: relative;
}
.select::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #eee;
  border-bottom: 0;
}
.select-list {
  width: 200px;
  padding: 11px 15px;
  border: none;
  cursor: pointer;
}

.privacy-check {
  font-size: 15px;
}

.required-mark {
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  color: #4aafa3;
  background-color: unset;
}

.contact-recaptcha-wrap {
  width: 304px;
  margin: 50px auto 0;
}

.contact-submits-wrap {
  margin-top: 25px;
}
.contact-submits-wrap .back-btn::before {
  display: none;
}

/*==================================================
 入力フィールド
================================================== */
select,
textarea,
input[type=tel],
input[type=text],
input[type=email],
input[type=url] {
  width: 100%;
  max-width: 100%;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(150, 150, 150, 0.1) inset;
  box-sizing: border-box;
}

select {
  padding: 7px 15px;
}

textarea {
  width: 100%;
  resize: vertical;
}

/* ボタン
-------------------------------------------------- */
input[type=button],
input[type=submit],
button {
  border: none;
  -webkit-appearance: none;
  transition: all 0.3s ease;
  /* Safariにのみ適用するスタイル */
}
@supports (-webkit-touch-callout: none) {
  input[type=button],
  input[type=submit],
  button {
    font-family: "Noto sansCJK Bold", sans-serif;
    border-radius: 0;
  }
}

input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.8;
  cursor: pointer;
}

input[type=button][disabled],
input[type=submit][disabled] {
  opacity: 0.4;
  pointer-events: none;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  line-height: 30px;
  cursor: pointer;
}

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

input[type=radio] + label,
input[type=checkbox] + label {
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #ff900e;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ff900e;
  border-bottom: 3px solid #ff900e;
  transform: rotate(-45deg);
}

input[type=checkbox] {
  display: none; /* デフォルトチェックボックスを完全に非表示 */
}

/*==================================================
	テーブル
================================================== */
/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .contact-form-table,
  .contact-form-table tbody,
  .contact-form-table tr,
  .contact-form-table th,
  .contact-form-table td {
    width: auto;
    display: block;
  }
}
/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 1.5em;
  margin-top: 50px;
  padding: 40px 10px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #ff900e;
}

.sec-error-link {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .sec-error-text {
    padding: 30px 10px;
    font-size: 4vw;
  }
  .sec-error-link {
    font-size: 5vw;
  }
}
/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 3px;
  padding: 2px 10px;
  color: #fff;
  float: right;
}
@media screen and (max-width: 767px) {
  .optional-mark,
  .required-mark {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.optional-mark {
  background: #3498db;
}

.required-mark {
  background: #ff900e;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #ff900e;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 16px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/*==================================================
	日付選択フォーム
================================================== */
.date-list {
  padding-left: inherit;
}

.date-list li {
  list-style: none;
  margin-bottom: 15px;
}

.date-list li p {
  margin-bottom: 5px;
}

/*==================================================
	画像アップロードフォーム
================================================== */
.upload-item-wrap {
  font-size: 13px;
  overflow: hidden;
}

.upload-item-wrap input[type=file] {
  display: none;
}

/* アップされた画像のサムネイル */
.upload-item-wrap .thumb {
  width: 220px;
  height: 220px;
  margin: 0 8px 0 0;
  position: relative;
  overflow: hidden;
  float: left;
}

.upload-item-wrap .thumb img {
  max-width: none;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*選択・削除ボタン  */
.upload-item-wrap .ancion-btn-wrap {
  margin-top: 10px;
  float: left;
}

.upload-item-wrap .ancion-btn {
  margin: 0 0 8px;
  width: 110px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: #e6e6e6;
  display: block;
}

.upload-item-wrap .select-file {
  background: #2ecc71;
}

.upload-item-wrap .deselect-file {
  background: #ff900e;
}

.upload-item-wrap .ancion-btn:hover {
  cursor: pointer;
}

/*添付ファイルの注意文  */
.upload-notice {
  margin-top: 10px;
  font-size: 0.8em;
}

/* =========================================
			top  PC
			top-privacy
========================================= */
.privacy-inner {
  padding-top: 30px;
}
.privacy-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #311a0f;
}
@media screen and (max-width: 767px) {
  .privacy-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}
.privacy .inline-privacy-policy-inner {
  margin-top: 14px;
  box-sizing: border-box;
  border: 1px solid #311a0f;
  background-color: #fff;
}
.privacy iframe {
  width: 100%;
  height: 265px;
}
.privacy-box {
  margin-top: 35px;
}
.privacy-box p:first-of-type {
  margin-top: 10px;
}
.privacy-box input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.privacy-box label {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .privacy-box label {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.privacy-box-img {
  margin-top: 15px;
}
.privacy-box-btn {
  font-size: 16px;
  font-size: 1.6rem;
  width: 250px;
  height: 60px;
  margin-top: 46px;
  line-height: 60px;
  letter-spacing: 0.2em;
  color: #4b352a;
  background-color: #fbf7f6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .privacy-box-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.privacy-box-btn::before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: 27px;
  right: 30px;
  transform: rotate(45deg);
  border-top: 1px solid #4b352a;
  border-right: 1px solid #4b352a;
}

.privacy-box .list-item {
  position: relative;
  padding-left: 15px;
}
.privacy-box .list-item::before {
  position: absolute;
  content: "・";
  left: 0;
}

/* =========================================
    sub  PC
    news テンプレ
========================================= */
#sub-news .bg {
  background-color: #4b352a;
}
#sub-news .tag-list {
  flex-wrap: wrap;
}
#sub-news .current {
  border-bottom: none;
}
#sub-news .container {
  margin-top: 50px;
}
#sub-news .com-news-post-item {
  background-color: #fbf7f6;
}
#sub-news .com-news-post-item:nth-of-type(n + 2) {
  margin-top: 50px;
}
#sub-news .com-news-post-link {
  display: block;
  padding: 50px 30px;
  color: #220d06;
}
#sub-news .com-news-post-con {
  width: 100%;
}
#sub-news .com-news-post-con-sm {
  max-width: 725px;
}
@media screen and (max-width: 767px) {
  #sub-news .com-news-post-link {
    padding: 5%;
  }
  #sub-news .com-news-post-img {
    width: 25%;
  }
  #sub-news .com-news-post-con-sm {
    width: 68%;
  }
}
#sub-news .detail .com-news-post-link {
  padding: 15px;
}
#sub-news .detail .com-news-post-img {
  margin: 0 auto 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sub-news .detail .com-news-post-img {
    width: 100%;
  }
}
#sub-news .news-post article:nth-of-type(n + 2) {
  border-top: 1px solid #f0f0f0;
}
#sub-news .news-post article:nth-of-type(n + 2) a {
  padding-top: 23px;
}
#sub-news .news-post-link {
  display: block;
  padding-bottom: 17px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  #sub-news .news-post-link:hover {
    left: 5px;
  }
}
#sub-news .news-post-txt {
  margin-top: 15px;
}
#sub-news .news-post-flex {
  margin-top: 15px;
}
#sub-news .news-post-time {
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-right: 5px;
  padding-top: 9px;
  color: #939393;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-time {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
#sub-news .news-post-tag {
  display: flex;
  margin-left: 30px;
  flex-wrap: wrap;
  align-items: flex-start;
  border-left: 1px solid #fbf7f6;
  line-height: 1.6;
}
#sub-news .news-post-tag-txt {
  padding: 0 15px;
  border-right: 1px solid #fbf7f6;
  text-align: center;
  color: #fbf7f6;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-tag-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#sub-news .news-post-ttl {
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #220d06;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-news .news-post-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* =========================================
    sub  PC
    detail
========================================= */
#news-detail .com-news-post-con {
  padding: 30px;
  background-color: #fbf7f6;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 50%;
  margin-right: auto;
  max-width: 540px;
  min-width: 300px;
  background: linear-gradient(to right, #ffffff calc(100% - 70px), #220d06 0);
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 28px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  pointer-events: none;
}
.tag-select-box #tag-select {
  font-family: "Noto sansCJK Bold", sans-serif;
  width: 100%;
  padding: 4% 20% 4% 30px;
  box-sizing: border-box;
  margin-left: auto;
  display: block;
  border: none;
  border: 2px solid #220d06;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #311a0f;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #000;
}

/* =========================================
  タグセレクト
	ボタンテンプレート
========================================= */
#tag-btn-list {
  margin-top: 35px;
  padding: 28px 30px;
  background-color: #fbf7f6;
  border-radius: 10px;
}
#tag-btn-list .tag-txt {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 40px;
  color: #220d06;
}
#tag-btn-list .tag-list {
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
#tag-btn-list .tag-list-link {
  min-width: 110px;
  text-align: center;
  padding: 5px 30px;
  color: #fff;
  background-color: #311a0f;
  border-radius: 10px;
}
#tag-btn-list .tag-current {
  color: #311a0f;
  background-color: #c9bbb1;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n + 2) {
  margin-left: 15px;
}
.pagenation a,
.pagenation span {
  display: block;
}
.pagenation a {
  color: #311a0f;
}
.pagenation .current-page {
  color: #fff;
  background: #311a0f;
  pointer-events: none;
}
.pagenation .next-li,
.pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow,
.pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #311a0f;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #311a0f transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a,
.data-nav .back a {
  background: none !important;
}

.to-works-btn {
  min-width: 120px;
  padding: 0 41px;
  background: #311a0f;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #311a0f;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/* =========================================
    sub  PC
    sub-site
========================================= */
#sub-site .ttl {
  color: #220d06;
}
#sub-site .list {
  width: 90%;
  margin: 50px auto 0;
}
#sub-site .list-link {
  font-family: "Jost-Bold", sans-serif;
  width: 100%;
  border-bottom: 1px solid #311a0f;
  color: #220d06;
  display: block;
  padding: 15px 30px;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link {
    padding: 12px 25px;
  }
}
#sub-site .list-link::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #311a0f;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  #sub-site .list-link::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #311a0f;
  }
}
@media screen and (min-width: 768px) {
  #sub-site .list-link:hover::before {
    left: 10px;
  }
}

/* =========================================
    sub  PC
    sub-complete
========================================= */
#sub-complete .bg {
  background-color: #fbf7f6;
}
#sub-complete .ttl {
  color: #220d06;
}
#sub-complete .container-box {
  text-align: center;
  margin-top: 50px;
}
#sub-complete .link {
  margin: 50px auto 0;
  border-bottom: 2px solid #220d06;
}

/* =========================================
    sub  PC
    sub-privacy
========================================= */
#sub-privacy .bg {
  background-color: #fbf7f6;
}
#sub-privacy .ttl {
  color: #220d06;
}

/* =========================================
    sub  PC
    404 error
========================================= */
#sub-error .ttl {
  text-align: center;
}
#sub-error .txt {
  width: 100%;
  text-align: center;
  margin: 50px auto 0;
}
#sub-error .link {
  text-decoration: underline;
  color: #311a0f;
}