@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Sen:wght@400..800&display=swap');
.flow_info {
  width: 100%;
  margin: 0 auto 0;
  background: #E1EAEB;
  border-radius: 5px;
  padding: clamp(34px, 5vw, 50px) clamp(34px, 6vw, 76px);
  box-sizing: border-box;
    max-width: 1280px;
}
.flow_info .titlebox1 {
  margin-bottom: clamp(28px, 3.4vw, 40px);
}
.flow_info .titlebox1 .en {
  line-height: 1;
  letter-spacing: .16em;
  margin-bottom: 8px;
}
.flow_info .titlebox1 .title {
  color: #6A513F;
  font-weight: 400;
  line-height: 1;
  letter-spacing: .08em;
}
.flow_info .info_wrap {
  --info-gap: clamp(32px, 5vw, 70px);
  justify-content: center;
  align-items: flex-start;
  gap: var(--info-gap);
}
.flow_info .info_item {
  width: calc((100% - var(--info-gap) * 2) / 3);
  align-items: center;
  gap: clamp(16px, 2vw, 22px);
  flex-wrap: nowrap;
}
.flow_info .iconbox {
  width: clamp(58px, 6vw, 72px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.flow_info .iconbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.flow_info .txtbox {
  flex: 1;
}
.flow_info .txtbox p {
  color: #6A513F;
  letter-spacing: .06em;
}
.flow_info .txtbox p:first-child {
  margin-bottom: clamp(6px, 1vw, 10px);
  font-weight: 400;
}
.flow_info .txtbox p:last-child {
  font-size: clamp(12px, 1vw, 14px);
}
@media screen and (max-width:900px) {
  .flow_info .info_wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .flow_info .info_item {
    width: calc((100% - var(--info-gap)) / 2);
  }
}
@media screen and (max-width:768px) {
  .flow_info {
    padding: clamp(32px, 7vw, 46px) clamp(22px, 5vw, 34px);
  }
  .flow_info .info_wrap {
    flex-direction: column;
    gap: clamp(24px, 5vw, 34px);
  }
  .flow_info .info_item {
    width: 100%;
  }
}
@media screen and (max-width:576px) {
  .flow_info .info_item {
    align-items: flex-start;
  }
  .flow_info .iconbox {
    width: 58px;
  }
}
.titlebox1 .en {
  margin-bottom: 8px;
  line-height: 1;
  letter-spacing: .34em;
}
.titlebox1 .title {
  color: #6A513F;
  font-weight: 400;
}
.titlebox1 .deco_line {
  width: clamp(70px, 7vw, 96px);
  margin: clamp(10px, 1vw, 14px) auto 0;
}
.titlebox1 .deco_line img {
  width: 100%;
  height: auto;
  display: block;
}
.pagetitle {
  position: relative;
  height: clamp(340px, 34vw, 520px);
  overflow: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-top: clamp(70px, 7vw, 100px);
  padding-bottom: clamp(40px, 5vw, 70px);
}
body:not(.gjs-dashed) .pagetitle::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(74, 71, 69, .38);
  mix-blend-mode: multiply;
}
.pagetitle > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.pagetitle .txtbox {
  position: absolute;
  left: clamp(30px, 6vw, 80px);
  bottom: clamp(36px, 5vw, 64px);
  z-index: 3;
  padding-top: 0;
}
.pagetitle h1 {
  line-height: 1;
  letter-spacing: .12em;
  color: #fff;
  margin-bottom: 14px;
}
.pagetitle p {
  letter-spacing: .12em;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .pagetitle {
    height: 240px;
  }
  .pagetitle .txtbox {
    left: 24px;
    bottom: 34px;
  }
}
.more_e3 {
  flex-shrink: 0;
}
.more_e3 p {
  position: relative;
  padding-right: clamp(24px, 2.5vw, 32px);
  color: #6A513F;
  font-size: clamp(14px, 1vw, 16px);
  line-height: 1;
  letter-spacing: .08em;
  transition: .3s;
}
.more_e3 p::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: clamp(16px, 1.6vw, 20px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #6fc1cf;
  transform: translateY(-50%);
  transition: .3s;
}
.more_e3 p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(6px, .65vw, 8px);
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: .3s;
}
a:hover .more_e3 p {
  transform: translateX(6px);
}
.more_btn {
  width: auto;
}
.more_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  max-width: 300px;
	min-width: 160px;
  height: clamp(42px, 4vw, 52px);
  padding: 8px 20px;
  background: #D0B92C;
  border-radius: 999px;
  transition: .3s;
}
.more_btn a:hover {
  background: #beaa27;
  transform: translateY(-2px);
}
.more_btn p {
  color: #fff;
  line-height: 1;
  letter-spacing: .12em;
}

.more_btn.more_btn2 a {
  background: #6fc1cf;
}
.more_btn.more_btn2 a:hover {
  background: #5cb3c2;
}
.footer_access {
  position: relative;
  overflow: hidden;
  background: #F2EEED;
}
.footer_access .inner {
  --footer-gap: clamp(54px, 7vw, 90px);
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  gap: var(--footer-gap);
  position: relative;
  z-index: 2;
}
.footer_access .photoarea {
  width: calc(48% - var(--footer-gap) / 2);
}
.footer_access .infoarea {
  width: calc(52% - var(--footer-gap) / 2);
}
.footer_access .photoarea .main_img {
  width: 100%;
  aspect-ratio: 560/340;
  overflow: hidden;
  border-radius: 5px;
}
.footer_access .sub_imgs {
  gap: 10px;
  margin-top: 10px;
}
.footer_access .sub_imgs .imgbox {
  width: calc((100% - 10px) / 2);
  aspect-ratio: 275/145;
  overflow: hidden;
  border-radius: 5px;
}
.footer_access .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.footer_access .logo {
  width: clamp(300px, 30vw, 380px);
  margin-bottom: clamp(30px, 4vw, 46px);
}
.footer_access .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer_access .info_item + .info_item {
  margin-top: clamp(22px, 3vw, 34px);
}
.footer_access .info_item .en {
  margin-bottom: clamp(8px, 1vw, 12px);
  line-height: 1;
  letter-spacing: .18em;
}
.footer_access .info_item .txt {
  color: #6A513F;
}
.footer_access .btbox {
  gap: clamp(12px, 2vw, 18px);
  margin-top: clamp(30px, 4vw, 44px);
}
.footer_access .btbox .more_btn, .footer_access .btbox .map_btn {
  width: calc((100% - clamp(12px, 2vw, 18px)) / 2);
}
.footer_access .btbox a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(44px, 4vw, 52px);
  border-radius: 999px;
  transition: .3s;
}
.footer_access .map_btn a {
  background: #6fc1cf;
}
.footer_access .map_btn a:hover {
  background: #5cb3c2;
  transform: translateY(-2px);
}
.footer_access .deco {
  position: absolute;
  right: clamp(54px, 8vw, 120px);
  top: clamp(50px, 7vw, 90px);
  width: clamp(100px, 10vw, 150px);
  pointer-events: none;
}
.footer_access .deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:900px) {
  .footer_access .inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer_access .photoarea, .footer_access .infoarea {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width:576px) {
.more_btn {
  width: auto;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
}
  .footer_access .sub_imgs {
    flex-direction: column;
  }
  .footer_access .sub_imgs .imgbox {
    width: 100%;
  }
  .footer_access .btbox {
    flex-direction: column;
  }
  .footer_access .btbox .more_btn, .footer_access .btbox .map_btn {
    width: 100%;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
  }
}
.footer_nav {
  position: relative;
  padding: clamp(70px, 8vw, 110px) clamp(20px, 6vw, 90px) clamp(44px, 5vw, 62px);
  border-top: 1px solid rgba(106, 81, 63, .18);
  border-bottom: 1px solid rgba(106, 81, 63, .18);
  background: #F2EEED;
}
.footer_nav .inner {
  --footer-nav-gap: clamp(60px, 9vw, 130px);
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--footer-nav-gap);
}
.footer_nav .logo {
  width: calc(28% - var(--footer-nav-gap) / 2);
  flex: 0 0 calc(28% - var(--footer-nav-gap) / 2);
}
.footer_nav .logo img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}
.footer_nav .navarea {
  width: calc(72% - var(--footer-nav-gap) / 2);
  flex: 0 0 calc(72% - var(--footer-nav-gap) / 2);
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(46px, 7vw, 96px);
}
.footer_nav .navbox {
  align-items: flex-start;
  justify-content: flex-end;
  gap: clamp(46px, 7vw, 96px);
}
.footer_nav .nav_col .li + .li {
  margin-top: clamp(20px, 2.5vw, 30px);
}
.footer_nav .nav_col a {
  display: block;
  color: #6A513F;
  transition: .3s;
}
.footer_nav .nav_col a:hover {
  opacity: .65;
}
.footer_nav .nav_col .jp {
  font-size: clamp(10px, .9vw, 12px);
  line-height: 1.2;
  letter-spacing: .06em;
}
.footer_nav .nav_col .en {
  margin-top: 4px;
  font-size: clamp(18px, 1.4vw, 20px);
  line-height: 1;
  letter-spacing: .16em;
  font-weight: 500;
}
.footer_nav .sns_col {
  min-width: 90px;
}
.footer_nav .sns_title {
  color: #6A513F;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 500;
  text-align: center;
}
.footer_nav .sns_links {
  margin-top: clamp(14px, 1.8vw, 20px);
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer_nav .sns_links a {
  width: clamp(20px, 2vw, 26px);
  height: clamp(20px, 2vw, 26px);
  display: block;
  transition: .3s;
}
.footer_nav .sns_links a:hover {
  opacity: .7;
  transform: translateY(-2px);
}
.footer_nav .sns_links img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.footer_nav .copy {
  position: absolute;
  right: clamp(60px, 8vw, 120px);
  bottom: clamp(42px, 5vw, 58px);
  color: #6A513F;
  font-size: clamp(10px, .9vw, 12px);
  line-height: 1;
  letter-spacing: .12em;
}
@media screen and (max-width:1280px) {
  .footer_nav .inner {
    --footer-nav-gap: clamp(40px, 6vw, 80px);
  }
  .footer_nav .logo {
    width: calc(26% - var(--footer-nav-gap) / 2);
    flex-basis: calc(26% - var(--footer-nav-gap) / 2);
  }
  .footer_nav .navarea {
    width: calc(74% - var(--footer-nav-gap) / 2);
    flex-basis: calc(74% - var(--footer-nav-gap) / 2);
    gap: clamp(28px, 4vw, 54px);
  }
  .footer_nav .navbox {
    gap: clamp(28px, 4vw, 54px);
  }
}
@media screen and (max-width:1080px) {
  .footer_nav .inner {
    --footer-nav-gap: clamp(32px, 5vw, 56px);
  }
  .footer_nav .logo {
    width: calc(30% - var(--footer-nav-gap) / 2);
    flex-basis: calc(30% - var(--footer-nav-gap) / 2);
  }
  .footer_nav .navarea {
    width: calc(70% - var(--footer-nav-gap) / 2);
    flex-basis: calc(70% - var(--footer-nav-gap) / 2);
    gap: clamp(22px, 3vw, 34px);
  }
  .footer_nav .navbox {
    gap: clamp(22px, 3vw, 34px);
  }
  .footer_nav .nav_col .en {
    font-size: clamp(16px, 1.7vw, 18px);
    letter-spacing: .12em;
  }
}
@media screen and (max-width:900px) {
  .footer_nav .inner {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(46px, 8vw, 64px);
  }
  .footer_nav .logo {
    width: clamp(150px, 28vw, 220px);
    flex-basis: auto;
    margin: 0 auto;
  }
  .footer_nav .navarea {
    width: 100%;
    flex-basis: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(30px, 5vw, 42px);
  }
  .footer_nav .navbox {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: clamp(28px, 5vw, 42px) clamp(70px, 12vw, 120px);
  }
  .footer_nav .nav_col {
    width: auto;
  }
  .footer_nav .nav_col .li + .li {
    margin-top: clamp(28px, 5vw, 38px);
  }
  .footer_nav .sns_col {
    width: min(100%, 520px);
    min-width: 0;
    margin: 0 auto;
  }
  .footer_nav .sns_title {
    text-align: left;
  }
  .footer_nav .sns_links {
    justify-content: flex-start;
  }
  .footer_nav .copy {
    position: static;
    width: 100%;
    margin-top: clamp(40px, 7vw, 58px);
    text-align: right;
  }
}
@media screen and (max-width:576px) {
  .footer_nav {
    padding: 60px 20px 42px;
  }
  .footer_nav .logo {
    width: 170px;
  }
  .footer_nav .navbox {
	  /*
    width: 100%;
    gap: 28px 34px;
    justify-content: center;
	  */
	  display: none;
  }
  .footer_nav .nav_col {
    width: auto;
  }
  .footer_nav .nav_col .li + .li {
    margin-top: 28px;
  }
}
.header_n {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 76px;
  padding: 0 0 0 clamp(10px, 3.2vw, 20px);
  background: #fff;
  border: none;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow: hidden;
  z-index: 99;
  box-sizing: border-box;
}
.header_n a {
  text-decoration: none;
  transition: .3s;
}
.header_n .logo {
  width: auto;
  height: 100%;
  margin-right: clamp(18px, 3vw, 44px);
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header_n .logo a {
  display: block;
  width: 100%;
}
.header_n .logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 68px;
  object-fit: contain;
}
.header_n .head_nav {
  flex: 1;
  min-width: 0;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(10px, 1.4vw, 24px);
  flex-wrap: nowrap;
}
.header_n .head_menu {
  height: 100%;
  min-width: 0;
}
.header_n .head_menu .ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: clamp(20px, 2.3vw, 40px);
}
.header_n .head_menu .ul .li {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_n .head_menu .ul .li a {
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3px;
  white-space: nowrap;
  padding: 20px 0;
  flex-direction: column;
}
.header_n .head_menu .ul .li a .en {
  line-height: 1;
  letter-spacing: .18em;
  font-weight: 600;
  color: #3f2a22;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.header_n .head_menu .ul .li a .jp {
  margin-top: 1px;
  font-size: clamp(12px, .66vw, 14px);
  line-height: 1;
  letter-spacing: .02em;
  color: #4f392f;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.header_n .head_menu .ul .li a:hover {
  opacity: .7;
}
.header_n .moreb {
  width: clamp(120px, 10.3vw, 136px);
  height: 76px;
  align-self: stretch;
  flex-shrink: 0;
}
.header_n .moreb a {
  width: 100%;
  height: 100%;
  padding: 9px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #c19686;
  text-align: center;
  box-sizing: border-box;
  transition: .3s;
}
.header_n .moreb a:hover {
  background: #b18475;
}
.header_n .moreb .imgbox {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_n .moreb .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header_n .moreb p {
  color: #fff;
  white-space: nowrap;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.header_n .moreb .en {
  font-size: 10px;
  line-height: 1;
  letter-spacing: .16em;
}
.header_n .moreb .jp {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: .06em;
}
.header_n .menu-bt {
  display: none;
  cursor: pointer;
  position: relative;
  width: clamp(56px, 7vw, 70px);
  height: 100%;
  background: #4c352b;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.header_n .menu-bt .line {
  position: relative;
  width: 24px;
  height: 18px;
}
.header_n .menu-bt .line div {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: .3s;
}
.header_n .menu-bt .line div:nth-child(1) {
  top: 0;
}
.header_n .menu-bt .line div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header_n .menu-bt .line div:nth-child(3) {
  bottom: 0;
}
.header_n .menu-bt.active .line div:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header_n .menu-bt.active .line div:nth-child(2) {
  opacity: 0;
  transform: translateY(-50%) translateX(10px);
}
.header_n .menu-bt.active .line div:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.menu-wrap {
  display: none;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 250, 247, .97);
  z-index: 98;
}
.menu-wrap > div {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: clamp(96px, 12vw, 130px) 20px clamp(34px, 5vw, 60px);
  box-sizing: border-box;
}
.menu-wrap .menuwarap_box {
  width: 90%;
  max-width: 960px;
  margin: auto;
}
.menu-wrap .ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: clamp(12px, 2vw, 18px);
  flex-wrap: wrap;
}
.menu-wrap .ul .li {
  width: calc(100% / 3 - clamp(12px, 2vw, 18px) * 2 / 3);
}
.menu-wrap .ul .li a {
  display: block;
  height: 100%;
  padding: clamp(16px, 2vw, 22px) clamp(14px, 2vw, 20px);
  border: 1px solid rgba(195, 151, 135, .35);
  text-align: center;
  transition: .3s;
  box-sizing: border-box;
}
.menu-wrap .ul .li a:hover {
  background: rgba(195, 151, 135, .12);
}
.menu-wrap .ul .li p {
  color: #4c352b;
  letter-spacing: .12em;
}
.menu-wrap .ul .li .en {
  line-height: 1.3;
  font-size: clamp(14px, 1.4vw, 17px);
}
.menu-wrap .ul .li .jp {
  margin-top: 8px;
  font-size: clamp(11px, 1vw, 13px);
  color: #73594d;
}
.fv {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 620px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 76px clamp(20px, 5vw, 70px) 0;
  background: #ede7df;
  box-sizing: border-box;
}

body.gjs-dashed .fv {
  height: auto;
  min-height: 500px;
  padding-top: 76px;
  overflow: visible;
}

.fv .swiper {
  position: absolute;
  inset: 76px 0 0;
  z-index: 1;
  width: 100%;
  height: calc(100% - 76px);
}

.fv .swiper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  background: rgba(0, 0, 0, 0.18);
  pointer-events: none;
}

.fv .swiper-wrapper,
.fv .swiper-slide {
  width: 100%;
  height: 100%;
}

.fv .swiper-img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}



.fv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fv .swiper-slide-active .swiper-img img,
.fv .swiper-slide-duplicate-active .swiper-img img,
.fv .swiper-slide-prev .swiper-img img {
  animation: fv_zoom 10s linear both;
}

@keyframes fv_zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.08);
  }
}

.fv .fv_txtbox {
  position: relative;
  z-index: 3;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 22px);
  color: #fff;
  text-align: center;
  margin-top: 76px;
}

body:not(.gjs-dashed) .fv .fv_txtbox {
  opacity: 0;
  filter: blur(6px);
  animation: blurin 1.2s ease forwards;
}

.fv .fv_logo {
  width: clamp(350px, 18vw, 450px);
}

.fv .fv_logo img {
  width: 100%;
  height: auto;
  display: block;
}

.fv .fv_copy {
  color: #fff;
  font-size: clamp(12px, 1.2vw, 15px);
  line-height: 1.8;
  letter-spacing: .12em;
  text-shadow: 0 1px 10px rgba(76, 53, 43, .2);
}

/* 管理画面編集時のみFVを編集しやすくする */
body.gjs-dashed .fv .swiper {
  position: relative;
  inset: auto;
  width: 100%;
  height: auto;
}

body.gjs-dashed .fv .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto;
}

body.gjs-dashed .fv .swiper-slide {
  width: 240px;
  height: auto;
}

body.gjs-dashed .fv .swiper-img {
  width: 240px;
  height: 150px;
}

body.gjs-dashed .fv .swiper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.gjs-dashed .fv .swiper::after,
body.gjs-dashed .fv .swiper-img::after {
  display: none;
}

body.gjs-dashed .fv .fv_txtbox {
  display: none;
}
@media screen and (max-width:1280px) {
  .header_n {
    padding-left: clamp(14px, 2vw, 28px);
  }
  .header_n .logo {
    margin-right: clamp(12px, 1.8vw, 24px);
  }
  .header_n .head_menu .ul {
    gap: clamp(14px, 1.7vw, 24px);
  }
  .header_n .head_menu .ul .li a .en {
    font-size: 14px;
    letter-spacing: .14em;
  }
  .header_n .head_menu .ul .li a .jp {
    font-size: 12px;
  }
}
@media screen and (max-width:1080px) {
  .header_n .head_nav {
    gap: 0;
  }
  .header_n .head_menu {
    display: none;
  }
  .header_n .menu-bt {
    display: flex;
  }
  .menu-wrap .ul .li {
    width: calc(100% / 2 - clamp(12px, 2vw, 18px) / 2);
  }
}
@media screen and (max-width:768px) {
  .header_n {
    height: 64px;
  }
  .header_n .head_nav {
    height: 64px;
  }
  .header_n .moreb {
    width: clamp(96px, 24vw, 112px);
    height: 64px;
  }
  .header_n .moreb .imgbox {
    width: 18px;
    height: 18px;
  }
  .header_n .moreb .en {}
  .header_n .moreb .jp {}
  .menu-wrap > div {
    padding: 90px 18px 30px;
  }
  .menu-wrap .ul {
    gap: 10px;
  }
  .menu-wrap .ul .li {
    width: 100%;
  }
  .menu-wrap .ul .li a {
    padding: 14px 16px;
  }
  .fv {
    min-height: 560px;
    padding: 64px 24px 0;
  }
  .fv .swiper {
    inset: 64px 0 0;
    height: calc(100% - 64px);
  }
  .fv .fv_txtbox {
    margin-top: 64px;
  }
}
@media screen and (max-width:576px) {
  .header_n {
    height: 60px;
    padding-left: 16px;
    overflow: visible;
  }
  .header_n .moreb {
    display: none;
  }
  .header_n .menu-bt {
    width: 60px;
  }
  .fv {
    height: 100svh;
    min-height: 520px;
    padding: 60px 20px 0;
  }
  .fv .swiper {
    inset: 60px 0 0;
    height: calc(100% - 60px);
  }
  .fv .fv_txtbox {
    margin-top: 60px;
  }
  .fv .fv_logo {
    width: clamp(150px, 42vw, 190px);
  }
  .fv .fv_copy {
    letter-spacing: .08em;
  }
}
.scroll_txt {
  position: absolute;
  right: clamp(16px, 2vw, 28px);
  bottom: 0;
  z-index: 5;
}
.scroll_txt p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
}
.scroll_txt p span {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  letter-spacing: .18em;
  writing-mode: vertical-rl;
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, sans-serif;
}
.scroll_txt p::after {
  content: "";
  display: block;
  width: 1px;
  height: clamp(60px, 7vw, 78px);
  margin-top: 12px;
  background: #fff;
}
@media screen and (max-width:576px) {
  .scroll_txt {
    right: 14px;
    bottom: 0;
  }
  .scroll_txt p::after {
    height: 58px;
  }
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #BE9282;
}
.color2 {
  color: #6FA37E;
}
.color3 {
  color: #D0B92C;
}
.bg1 {
  background: #EAE3DF;
}
.bg2 {
  background: #F2EEED;
}
.bg3 {
  background: #E5D9E4;
}
.bg4 {
  background:
    #E1EAEB;
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontsen {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.2em;
}
.entitle1 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.2rem;
  font-weight: 400;
}
.entitle2 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(32px, 5vw, 46px);
  letter-spacing: 0.1rem;
  font-weight: 400;
}
.entitle3 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.1rem;
}
.entitle4 {
  font-family: "Sen", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.1rem;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.55;
  letter-spacing: .08em;
}
.default_title2 {
  font-size: clamp(26px, 3vw, 32px);
  line-height: 1.7;
  letter-spacing: .1em;
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
  line-height: 1.7;
  letter-spacing: .08em;
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.65;
  letter-spacing: .06em;
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.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", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #FAF8F7;
  color: #6A513F;
}
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: #6A513F;
}
.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) {}