@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
.pagelinks_d {
  gap: 70px;
}
.pagelinks_d a {
  border-bottom: #212121 solid 1px;
}
.pagelinks_d a > .flex {
  gap: 20px;
  margin-bottom: 4px;
}
.pagelinks_d a > .flex .moreicon {
  width: 22px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #994E2F;
  transition: transform 0.25s ease;
}
.pagelinks_d a > .flex .moreicon i {
  color: #fff;
  font-size: 10px;
  transition: ease 0.3s;
}
.pagelinks_d a:hover > .flex .moreicon {
  transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  /* ---------- pagelinks_d ---------- */
  .pagelinks_d {
    gap: 50px;
  }
  .pagelinks_d a > .flex {
    gap: 15px;
  }
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  /* ---------- pagelinks_d ---------- */
  .pagelinks_d {
    gap: 30px;
  }
  .pagelinks_d a > .flex {
    gap: 10px;
  }
  .pagelinks_d a > .flex .moreicon {
    width: 18px;
  }
  .pagelinks_d a > .flex .moreicon i {
    font-size: 8px;
  }
  .pagelinks_d a p {
    font-size: 16px;
  }
}
.section09 {
  position: relative;
}
.section09::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #d8d2cb;
}
.section09 .boxwrap1 .rightbox .imgboxwrap {
  display: flex;
  gap: 10px;
  width: 100%;
}
.section09 .boxwrap1 .rightbox .imgboxwrap .imgbox {
  width: calc(50% - 5px);
  border-radius: 10px;
  overflow: hidden;
}
.section09 .boxwrap1 .rightbox .imgbox img, .section09 .boxwrap1 .rightbox .imgboxwrap .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
}
.section09 .boxwrap1 .rightbox > .imgbox {
  width: 100%;
  height: auto;
  aspect-ratio: 59/44;
  border-radius: 10px;
}
.section09 .boxwrap1 .rightbox .imgboxwrap .imgbox {
  aspect-ratio: 1.18 / 1;
}
.section09 .boxwrap1 .leftbox .imgbox {
  max-width: 280px;
  margin: auto;
  margin-bottom: 30px;
}
.section09 .boxwrap1 .leftbox .txtbox h3 {
  margin-bottom: 6px;
}
.contact_row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.contact_row .tel {
  color: #8a6b45;
  letter-spacing: .08em;
}
.contact_row .tel span {
  margin-right: 10px;
  font-size: 0.6em;
}
.main-wrap {
  overflow: hidden;
}
/* ===== menu card scope ===== */
.menu_cardwrap, .menu_card {
  gap: clamp(20px, 4vw, 60px);
}
.menu_card {
  width: 100%;
  max-width: 1280px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.menu_card .menu_card_inner > h3 {
  margin-bottom: -30px;
}
/* カード本体 */
.menu_card .menu_card_inner {
  width: 100%;
  border-radius: 10px;
  padding: clamp(30px, 5vw, 50px) clamp(20px, 5vw, 50px);
  gap: clamp(10px, 6vw, 50px);
  align-items: flex-start;
  margin: 0 auto;
  background: #fff;
}
.menu_card .imgbox {
  flex: 0 0 420px;
  border-radius: 10px;
  overflow: hidden;
}
.menu_card .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.menu_card .menu_card_body {
  flex: 1;
  min-width: 0;
}
/* タイトル行 */
.menu_card .menu_card_head {
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 14px;
}
/* pの初期余白を制御（このカード内だけ） */
.menu_card p {
  margin: 0;
}
/* 説明文 */
.menu_card .menu_card_desc_wrap {
  margin-bottom: 18px;
}
/* 料金 */
.menu_card .menu_card_price_wrap {
  margin-bottom: 18px;
  align-items: baseline;
  justify-content: flex-start;
  font-family: "Zen Old Mincho", serif;
}
.menu_card .menu_card_price_wrap:last-child {
  margin-bottom: 0;
}
.menu_card .menu_card_btn {
  width: 100%;
  height: 54px;
  background: #3b3f42;
  color: #fff;
  text-decoration: none;
  padding: 0 20px;
  gap: 30px;
}
.menu_card .menu_card_btn_txt {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
}
.menu_card .menu_card_btn .icon img {
  width: 16px;
  height: auto;
  display: block;
}
/* レスポンシブ */
@media (max-width: 1080px) {
  .menu_card .menu_card_inner {
    flex-direction: column;
  }
  .menu_card .imgbox, .menu_card .menu_card_body {
    flex: 0 0 auto;
    width: 100%;
  }
}
.circlebox1 {
  gap: clamp(20px, 4vw, 90px);
  flex-wrap: nowrap;
  max-width: 1280px;
}
.circlebox1 .leftbox {
  flex: 1;
}
.circlebox1 .leftbox h2 {
  font-weight: 400;
}
.circlebox1 .rightbox {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.circlebox1 .morebox {
  justify-content: flex-start;
}
.circlebox1 .imgbox {
  width: 100%;
  min-width: 200px;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}
.circlebox1 .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.title1 {
  align-items: center;
  gap: 14px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.title1 .num {
  position: relative;
  padding-right: 16px;
  margin: 0;
}
.title1 .num::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
  background: #333;
}
@media (max-width: 768px) {
  .circlebox1 {
    flex-direction: column;
  }
  .circlebox1 h2 {
    font-size: clamp(18px, 2vw, 24px);
  }
  .circlebox1 .leftbox {
    max-width: 500px;
  }
}
.concept_intro {}
.concept_intro .inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.concept_intro .bg_word_wrap {
  text-align: center;
  margin-bottom: -34px;
  position: relative;
  z-index: 0;
}
.concept_intro .bg_word {
  margin: 0;
  font-size: clamp(50px, 10vw, 120px);
  line-height: 1;
  letter-spacing: 0.18em;
  color: rgba(76, 72, 68, 0.05);
  white-space: nowrap;
  display: inline-block;
}
.concept_intro .txtbox {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #4c4844;
}
.concept_intro .txtbox .title {}
@media (max-width: 1080px) {
  .concept_intro .txtbox p {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .concept_intro .bg_word_wrap {
    top: -12px;
  }
  .concept_intro .bg_word {
    letter-spacing: 0.12em;
  }
  .concept_intro .txtbox .title {
    margin-bottom: 24px;
    line-height: 1.7;
  }
}
.beforedot {
  position: relative;
  padding-left: 18px;
}
.beforedot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3f3a36;
  transform: translateY(-50%);
}
.column3_b {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.pagetitle {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: 320px;
  max-height: 640px;
  aspect-ratio: 2.25 / 1;
  display: flex;
  align-items: center;
  padding: clamp(30px, 6vw, 80px);
  overflow: hidden;
  color: #333;
}
.pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(77, 63, 54, 0.4);
  z-index: 0;
  pointer-events: none;
}
body.gjs-dashed .pagetitle::after {
  display: none;
}
.pagetitle .titlebox1 {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.pagetitle .titlebox1 p, .pagetitle .titlebox1 .en {
  color: #fff;
}
.pagetitle .titlebox1 .en, .pagetitle .titlebox1 p {
  opacity: 0;
}
body.gjs-dashed .pagetitle .titlebox1 .title, body.gjs-dashed .pagetitle .titlebox1 p {
  opacity: 1;
}
.pagetitle .titlebox1 .title {
  animation-name: pagetitle2;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 1.0s;
}
.pagetitle .titlebox1 .en {
  animation-name: pagetitle1;
  animation-duration: 1.8s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
@keyframes pagetitle1 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.2rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.1rem;
  }
}
@keyframes pagetitle2 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    letter-spacing: -0.1rem;
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    letter-spacing: 0.3rem;
  }
}
@keyframes pagetitle3 {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
    transform: translateX(0px);
  }
}
.boxwrap1 {
  gap: clamp(20px, 4vw, 90px);
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}
.boxwrap1 .rightbox {
  flex: 0 0 50%;
  gap: 10px;
}
.boxwrap1 .imgbox img {
  border-radius: 10px;
}
.boxwrap1 .leftbox {
  flex: 1;
}
.boxwrap1 .morebox {
  justify-content: flex-start;
}
.boxwrap1 .txtbox .box {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .boxwrap1 {
    flex-direction: column;
  }
  .boxwrap1 .rightbox, .boxwrap1 .leftbox {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .txt-center {
    text-align: left;
  }
}
.catename {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 999px;
  background: #EAE6E4;
  color: #957C5B;
  letter-spacing: .08em;
  font-family: "Lato", "Noto Sans JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  margin-bottom: 10px;
}
.line1 {
  position: relative;
  display: inline-block;
  padding-bottom: 22px;
}
.line1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 14px;
  background: #4C4844;
}
.right {
  display: flex;
  justify-content: flex-end;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 10px 20px;
  border-radius: 999px;
  border: 1px solid #4C4844;
  text-decoration: none;
  transition: .3s ease;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #4C4844;
}
.more a p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.15em;
  color: #4C4844;
  white-space: nowrap;
}
.more.more2 a {
  background: #994E2F;
  border: none;
}
.more.more2 p {
  color: #fff;
}
.more.more3 a {
  border: 1px solid #fff;
}
.more.more3 p {
  color: #fff;
}
.snsbox a i {
  font-size: 30px;
  color: #fff;
  transition: .3s;
}
.snsbox a .fa-line {
  font-size: 35px;
}
.snsbox a:hover {
  opacity: .7;
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 18px clamp(20px, 3vw, 30px);
  justify-content: space-between;
  z-index: 99;
  flex-wrap: nowrap;
  isolation: isolate;
}
.header_n.main-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(95, 80, 69, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.header_n.no-bg::before {
  content: "";
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}
.header_n .logo {
  width: clamp(160px, 18vw, 200px);
}
.header_n .head_nav {
  justify-content: space-between;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a p, .header_n .morebox p {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 400;
  letter-spacing: 0.1rem;
}
.header_n .head_nav .more a {
  padding-top: 13px;
}
.header_n .menu-bt {
  text-align: center;
  cursor: pointer;
  position: relative;
}
.header_n .menu-bt p {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: ease 0.3s;
  pointer-events: none;
}
.header_n .menu-bt p.close_txt {
  opacity: 0;
}
.header_n .menu-bt .active p.open_txt {
  opacity: 0;
}
.header_n .menu-bt .active p.close_txt {
  opacity: 1;
}
.header_n .menu-bt .line {
  position: relative;
  width: 30px;
  height: 24px;
}
.header_n .menu-bt .line div {
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background-color: #fff;
  transition: ease 0.3s;
}
.header_n .menu-bt .line div:nth-of-type(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .menu-bt .line div:nth-of-type(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(1) {
  width: 90%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  opacity: 0;
}
.header_n .menu-bt.active .line div:nth-of-type(3) {
  width: 90%;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg);
}
.header_n .head_nav .head_menu {
  display: block;
}
.header_n .head_nav .head_menu .ul {
  gap: clamp(10px, 3vw, 30px);
  flex-wrap: nowrap;
}
/* ナビリンク */
.header_n .head_nav .head_menu .ul .li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  text-decoration: none;
  flex-wrap: nowrap;
}
.header_n .head_nav .head_menu .ul .li a p.en {
  letter-spacing: 0.18em;
  line-height: 1;
  white-space: nowrap;
  transition: .3s;
  color: #fff;
}
.header_n .head_nav .head_menu .ul .li a:hover p.en {
  transform: translateY(-3px);
  opacity: .85;
}
/* 下ライン */
.header_n .head_nav .head_menu .ul .li a::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  transform: translateX(-50%);
  transition: .3s;
}
/* hoverライン */
.header_n .head_nav .head_menu .ul .li a:hover::after {
  width: 70%;
}
.morebox {
  gap: clamp(16px, 4vw, 20px);
}
.header_n .rightbox {
  flex-wrap: nowrap;
  gap: clamp(20px, 2.5vw, 50px);
}
.header_n .menu-bt p {
  color: #333;
}
.header_n .morebox .more a {
  border: 1px solid #333;
}
.header_n .morebox .more:last-child a {
  background: #333;
  border-color: #333;
}
.header_n .morebox .more:last-child p {
  color: #fff;
}
.menu-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(157, 141, 130, 0.80);
  z-index: 98;
}
.menu-wrap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 100px 20px 50px;
}
.menu-wrap .menuwarap_box {
  gap: 60px;
  width: 90%;
  max-width: 1000px;
}
.menu-wrap .ul {
  justify-content: center;
  align-items: stretch;
  gap: 30px 10px;
}
.menu-wrap .ul .li {
  width: calc(100% / 3 - 20px / 3);
}
.menu-wrap .ul .li a {
  position: relative;
  display: block;
  padding: 10px 30px;
  background-color: rgba(0, 0, 0, 0.45);
}
.menu-wrap .ul .li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: ease 0.3s;
  width: 8px;
  height: 10px;
  background-image: url("https://kokua-totalcare.com/system_panel/uploads/images/arrow1.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 2;
}
.menu-wrap .ul .li a:hover::after {
  transform: translateY(-50%) translateX(3px);
}
.menu-wrap .ul .li p {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  text-align: center;
}
.menu-wrap .ul .li p.en {
  font-size: clamp(16px, 2.0vw, 20px);
}
.menu-wrap .ul .li p.jp {
  font-size: clamp(12px, 1.2vw, 14px);
}
.menu-wrap .morebox {
  gap: 20px 30px;
}
.menu-wrap .morebox .more a {
  border: 1px solid #fff;
}
.menu-wrap .morebox .more a p {
  color: #fff;
}
.menu-wrap .morebox a {
  width: 280px;
}
.menu-wrap .snsbox {
  gap: 20px 30px;
}
@media screen and (max-width: 1080px) {
  .header_n .head_nav .head_menu {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .header_n .rightbox .morebox {
    display: none !important;
  }
  .menu-wrap .ul .li {
    width: calc(100% / 2 - 10px / 2);
  }
  .menu-wrap .ul {
    gap: 20px 10px;
  }
  .header_n .more2 {
    display: none;
  }
  .header_n .menu-bt {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .header_n .logo {
    padding-bottom: 0px;
  }
  .header_n {
    padding: 15px 20px;
  }
  .header_n .head_nav .more {
    display: none;
  }
  .menu-wrap > div {
    padding: 80px 20px 30px;
  }
  .menu-wrap .menuwarap_box {
    gap: 30px;
    width: 100%;
    padding: 0px;
  }
  .menu-wrap .ul .li a {
    padding: 6px 10px;
    padding-left: 15px;
  }
  .menu-wrap .ul .li a::after {
    right: 10px;
    width: 6px;
    height: 8px;
  }
  .menu-wrap .ul .li p {
    text-align: left;
  }
  .menu-wrap .morebox {
    gap: 10px 20px;
  }
  .menu-wrap .morebox a {
    width: 240px;
  }
  .menu-wrap .snsbox {
    gap: 20px 30px;
  }
}
.footer-bottom_b {
  background: #2F2B28;
  color: #999;
  margin-left: auto;
  margin-right: 0;
}
.footer_b {
  align-items: flex-start;
  background: #2F2B28;
  padding-top: 120px;
  padding-bottom: 50px;
  border-top: 1px solid #957C5B;
}
.footer_b .width-1280-max {
  align-items: flex-start;
}
.footer_b .leftbox .snsbox {
  justify-content: flex-start;
}
.footer_b .leftbox .snsbox a i {
  color: #fff;
  font-size: 30px;
}
.footer_b .rightbox {
  align-items: flex-start;
}
.footer_b .rightbox .item p {
  color: #957C5B;
}
.footer_b .rightbox .li p {
  color: #E9E6E4;
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.1rem;
}
.footer_b .rightbox .li:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width:1080px) {
  .footer_b {
    align-items: center;
    flex-direction: column;
    gap: 60px;
  }
  .footer_b .rightbox {
    display: flex;
  }
}
@media screen and (max-width:768px) {
  .footer_b .leftbox .snsbox {
    justify-content: center;
  }
  .footer_b .rightbox {
    display: none;
  }
  .footer_b .leftbox {
    margin: auto;
  }
}
.color1 {
  color: #957C5B;
}
.color2 {
  color: #B4B4B4;
}
.color3 {
  color: ;
}
.bg1 {
  background: #FDF9F0;
}
.bg2 {
  background: #DDF3F9;
}
.bg3 {
  background: #4F97C8;
}
.fontlato {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fonteb {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.entitle0 {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 72px);
  letter-spacing: 0.2rem;
}
.entitle1 {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 3vw, 52px);
  letter-spacing: 0.2rem;
}
.entitle2 {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(24px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle3 {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Lato", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(16px, 3vw, 18px);
  letter-spacing: 0.1rem;
}
.ennum {
  font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
  color: #D1CCC9;
  font-size: clamp(80px, 12vw, 170px);
}
.lineheight2 {
  line-height: 2;
}
.default_title1 {
  font-size: clamp(30px, 5vw, 50px);
  letter-spacing: 0.02em;
  line-height: 2;
}
.default_title2 {
  font-size: clamp(26px, 3.0vw, 32px);
  letter-spacing: 0.02em;
}
.default_title3 {
  font-size: clamp(22px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(14px, 1.2vw, 15px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FFFFFE;
  color: #4C4844;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #4C4844;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}