@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
/* CSS Document */
/*===================================================
	共通CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	共通設定
///////////////////////////////////////////////////////////*/
/* --------------------------------------------------
	base
-------------------------------------------------- */
* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html,
body {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.5;
  color: #5f5f5f;
  font-size: 18px;
  letter-spacing: 0.05em;
  background: #ffffff;
  transition: 2s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

.txt {
  line-height: 2;
}

/*リンク */
a {
  color: #5f5f5f;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* 画像幅 */
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

/* clearfix */
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.spBreak {
  display: none;
}

@media (min-width: 1140px) {
  a {
    transition: 0.6s;
  }

  a:hover {
    opacity: 0.6;
  }
}
.fax a {
  pointer-events: none;
}

/* --------------------------------------------------
	header
-------------------------------------------------- */
.header .logoBox {
  position: fixed;
  top: 3vw;
  left: 5%;
  display: flex;
  align-items: center;
  line-height: 1;
  z-index: 998;
}
.header .logoBox .logo {
  width: 130px;
}
.header .logoBox .logo a {
  display: block;
}
.header .logoBox .headTtl {
  position: relative;
  top: 1px;
  margin: 0 0 0 25px;
  font-size: clamp(12px, 1vw, 18px);
  color: #ffffff;
}
@media (min-width: 1140px) {
  .header .hamburger {
    cursor: pointer;
    position: fixed;
    top: 3vw;
    right: 4%;
    width: 50px;
    height: 40px;
    z-index: 10000;
  }
  .header .hamburger span {
    background: #ffffff;
    position: absolute;
    left: 50%;
    width: 40px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .header .hamburger span:nth-of-type(1) {
    top: 7px;
  }
  .header .hamburger span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header .hamburger span:nth-of-type(3) {
    bottom: 7px;
  }
  .header .hamburger.is-open span {
    height: 2px;
    background: #5f5f5f;
  }
  .header .hamburger.is-open span:nth-of-type(1) {
    transform: translate(-50%, 12px) rotate(-35deg);
  }
  .header .hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .header .hamburger.is-open span:nth-of-type(3) {
    transform: translate(-50%, -12px) rotate(35deg);
  }
}
.header.topHeader .logoBox .logo.logoWhite {
  display: block;
}
.header.topHeader .logoBox .logo.logoBlack {
  display: none;
}
.header.pageHeader .logoBox .logo.logoWhite {
  display: none;
}
.header.pageHeader .logoBox .logo.logoBlack {
  display: block;
}
.header.pageHeader .logoBox .headTtl {
  color: #5f5f5f;
}
.header.pageHeader .hamburger span {
  background: #5f5f5f;
}

/* --------------------------------------------------
	nav
-------------------------------------------------- */
.navBox {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -100%;
  width: 40%;
  max-width: 655px;
  height: 100%;
  padding: 150px 20px 100px;
  z-index: 999;
  background: rgba(255, 237, 229, 0.75);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  transition: 0.6s;
}
.navBox.active {
  right: 0;
}
.navBox .navContainer {
  width: 80%;
  max-width: 420px;
  margin: 0 auto;
}
.navBox .navLogo {
  display: none;
}
.navBox .navList {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}
.navBox .navList ul {
  width: 45%;
}
.navBox .navList ul li + li {
  margin: 2vw 0 0;
}
.navBox .navList ul li a {
  display: inline-block;
  font-size: clamp(13px, 1vw, 20px);
}
.navBox .navItem {
  margin: 0 0 60px;
}
.navBox .navItem ul li + li {
  margin: 20px 0 0;
}
.navBox .navSns .insta {
  width: 60%;
  max-width: 250px;
  min-width: 180px;
}
.navBox .navSns .insta a {
  display: block;
}

@media (min-width: 1140px) {
  .fixedNavBox {
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 999;
  }
  .fixedNavBox ul li + li a {
    border-top: 1px solid #ffffff;
  }
  .fixedNavBox ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    max-height: 480px;
    width: 5vw;
    font-size: clamp(16px, 1vw, 20px);
    color: #ffffff;
    background: #393939;
  }
  .fixedNavBox ul li a > span {
    display: block;
    text-align: center;
    transform: rotate(-90deg);
  }
  .fixedNavBox ul li a > span span {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url("../image/common/fixed_nav_arrow_right.png") right center no-repeat;
    background-size: 9px auto;
  }
  .fixedNavBox ul li:nth-child(1) a {
    height: 20vh;
    border-radius: 30px 0 0 0;
  }
  .fixedNavBox ul li:nth-child(1) a > span {
    width: 18vh;
  }
  .fixedNavBox ul li:nth-child(2) a {
    height: 24vh;
    border-radius: 0 0 0 30px;
  }
  .fixedNavBox ul li:nth-child(2) a > span {
    width: 20vh;
  }
}
/* --------------------------------------------------
	main
-------------------------------------------------- */
main {
  overflow: hidden;
}

.secWrap {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap01 {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.secWrap02 {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

.mapBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 45%;
}
.mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.videoBox {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 30%;
}
.videoBox video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.btnMore a {
  display: block;
  padding: 25px 20px;
  font-size: clamp(15px, 1vw, 20px);
  text-align: center;
  background: #ffffff;
}
.btnMore a span {
  display: inline-block;
  padding: 0 30px 0 0;
  background: url("../image/common/btn_more_arrow.png") right center no-repeat;
  background-size: 9px auto;
}
@media (min-width: 1140px) {
  .btnMore a:hover {
    opacity: 0.6;
  }
}
.btnMore.btnOfficial a {
  background: #e1c5be;
}

/* --------------------------------------------------
	footer
-------------------------------------------------- */
.footer {
  padding: 140px 0;
  background: #c4a097;
}
.footer .footPanel {
  width: 85%;
  max-width: 1520px;
  margin: 0 auto;
}
.footer .footBox .txtBox .ttlHead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 0 50px;
}
.footer .footBox .txtBox .ttlHead .ttl {
  font-size: clamp(31px, 2vw, 40px);
  color: #ffffff;
  letter-spacing: 0;
}
.footer .footBox .txtBox .ttlHead .insta {
  width: 30px;
}
.footer .footBox .txtBox .ttlHead .insta a {
  display: block;
}
.footer .footBox .txtBox .navItem ul .btnMore.btnOfficial a {
  background: #ffede5;
}
@media (min-width: 1140px) {
  .footer .footBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }
  .footer .footBox .txtBox {
    width: 70%;
    max-width: 1000px;
  }
  .footer .footBox .txtBox .navItem ul {
    display: flex;
    justify-content: space-between;
  }
  .footer .footBox .txtBox .navItem ul li {
    width: calc(33.3333333333% - 1vw);
  }
  .footer .footBox .txtBox .navItem ul .btnMore a {
    font-size: clamp(15px, 1vw, 20px);
  }
  .footer .footBox .txtBox .navItem ul .insta {
    display: none;
  }
  .footer .footBox .logoBox {
    width: 20%;
  }
  .footer .footBox .logoBox .logo {
    max-width: 240px;
  }
}

/* --------------------------------------------------
	fadeAnimation
-------------------------------------------------- */
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* 背景カラー */
  z-index: 9999;
  /* 一番手前に */
  pointer-events: none;
  /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0;
  /* 初期値では非表示 */
  -webkit-transition: opacity 0.8s ease;
  /* アニメーション時間は 0.8秒 */
  -ms-transition: opacity 0.8s ease;
  -moz-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

/*body要素に.fadeoutセレクタがある場合には、レイヤーが表示されるようにopacityを１に設定します。*/
body.fadeout::after {
  opacity: 1;
}

/*お好みで、.fadeoutセレクタ以下の他の要素にもアニメーション用のCSSを定義します*/
/*DEMOではページ遷移時にarticle要素のスケールもアニメーションさせています*/
body.fadeout article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}