@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp_sub_menu {
  display: none;
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: flex !important;
  }
}

.pc-only {
  display: block !important;
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Cormorant Garamond", "Noto Sans JP", serif, sans-serif;
}

h1 {
  font-size: clamp(32px, 5vw, 75px);
  transition: font-size 0.2s ease;
  font-weight: 900;
  line-height: 80px;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 767px) {
  h1 {
    font-size: clamp(44px, 5vw, 44px);
    line-height: 50px;
  }
}

h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 80px;
  line-height: 40px;
  color: #A3956D;
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
h2 .jp-title {
  font-size: 14px;
}

/*
h3 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 24px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}
h3 .jp-title {
  font-size: 12px;
}
*/

footer {
  background-color: #fff;
  color: #242424;
}

footer a:link, footer a:visited {
  color: #242424;
  text-decoration: none;
}

.btn-wrap {
  padding: 0 20px;
}

a.more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 300px;
  height: 50px;
  margin: 60px auto 0;
  background-color: #A3956D;
  border-radius: 50px;
  border: 1px solid #A3956D;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  text-decoration: none !important;
  font-weight: 600;
}
@media (max-width: 767px) {
  a.more-btn {
    max-width: 300px;
    margin-top: 40px;
    width: 100%;
  }
}
a.more-btn p {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1023px) {
  a.more-btn p {
    font-size: 20px;
  }
}
a.more-btn:hover {
  color: #A3956D;
  background-color: #fff;
  border: 1px solid #A3956D;
}

.pageTop a {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  background-color: #222;
  justify-content: center;
  border-radius: 100px;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 3px 6px #222;
  border: 1px solid #fff;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 8;
}
@media (max-width: 767px) {
  .pageTop a {
    right: 10px;
    bottom: 20px;
  }
}
.pageTop a img {
  width: 40px;
  height: 40px;
}
.pageTop a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}

header {
  background-color: #fff;
  color: #A3956D;
  width: 100%;
  padding-bottom: 0;
  position: fixed;
  padding: 0;
  height: 130px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header {
    background-color: #fff;
    position: fixed;
    z-index: 9;
    padding: 0;
    height: 80px;
    display: flex;
    align-items: center;
  }
}
header .inner {
  max-width: 1240px !important;
  margin: auto !important;
  width: 100%;
  display: flex;
  max-width: none;
  margin: 0;
  align-items: center;
  justify-content: space-between;
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media (max-width: 767px) {
  header .inner {
    padding: 0;
    width: 100%;
    margin: 0 10px;
  }
}
header .inner .header_main {
  margin-right: 0;
  padding-right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  header .inner .header_main {
    margin-right: auto;
    padding-left: 10px;
  }
}
header .inner .header_main .siteHeading {
  padding-right: 0;
}
@media (max-width: 767px) {
  header .inner .header_main .siteHeading {
    max-width: 200px;
  }
}
header .inner .header_main .siteHeading a {
  transition: 0.3s ease-in-out;
  text-align: center;
}
header .inner .header_main .siteHeading a:visited {
  color: #fff;
}
header .inner .header_main .siteHeading a:hover {
  opacity: 0.5;
}
header .inner .header_main .forSp {
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 390px) {
  header .inner .header_main .forSp {
    width: 200px;
  }
}
@media (max-width: 320px) {
  header .inner .header_main .forSp {
    width: 150px;
    display: flex;
    align-items: center;
  }
}
header .inner .header_main .forSp a {
  letter-spacing: 1px;
  display: flex;
}
header .inner .user-wrap {
  display: flex;
  gap: 10px;
  width: auto !important;
  background-color: transparent;
  margin-left: 10px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
header .inner .user-wrap p {
  margin-right: 10px !important;
  width: 120px;
  transition: 0.3s ease-in-out;
  height: 35px;
  box-sizing: border-box;
  border-radius: 50px;
  font-weight: 300;
}
@media (max-width: 390px) {
  header .inner .user-wrap p {
    width: 50px;
  }
}
header .inner .user-wrap p .login-btn {
  background-color: #fff;
  transition: 0.3s;
  font-weight: 300;
  color: #A3956D;
  border: 1px solid #A3956D;
}
header .inner .user-wrap p .login-btn:hover {
  background-color: #A3956D;
  color: #fff !important;
}
header .inner .user-wrap p .login-btn:visited {
  color: #A3956D;
}
header .inner .user-wrap p .join-btn {
  background-color: #A3956D;
  color: #fff;
  transition: 0.3s;
  font-weight: 300;
  border: 1px solid #A3956D;
}
header .inner .user-wrap p .join-btn:hover {
  background-color: #fff;
  color: #A3956D;
  border: 1px solid #A3956D;
}
header .inner .user-wrap p a {
  border-radius: 50px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}
@media (max-width: 767px) {
  header .inner .user-wrap p a {
    font-weight: 400;
    font-size: 10px;
  }
}

#mainNav {
  background-color: #fff;
  margin: auto;
  padding: 0;
  top: 60px;
  z-index: 2;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  width: -webkit-fill-available; /* Safari / Chrome */
  width: -moz-available; /* Firefox */
  width: stretch;
  margin-right: 0;
  margin-top: 5px;
}
#mainNav .inner {
  display: flex;
  max-width: 1240px;
  width: 100%;
  margin: auto;
  gap: 60px;
  display: flex;
  justify-content: right;
  flex-direction: row;
  justify-content: center;
}
#mainNav .inner li {
  margin-right: 0;
}
@media (max-width: 767px) {
  #mainNav .inner li {
    height: auto;
    overflow: visible;
    margin-left: 0;
  }
}
#mainNav .inner li a {
  color: #A3956D;
  font-size: 20px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
  font-size: 18px !important;
  font-weight: 400 !important;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1023px) {
  #mainNav .inner li a {
    padding: 10px 0;
  }
}
@media (max-width: 767px) {
  #mainNav .inner li a {
    border-top: unset;
    padding: 0;
  }
}
#mainNav .inner li a:hover {
  opacity: 0.5;
}
#mainNav .inner span {
  display: block;
  width: 1px;
  height: 20px;
  background-color: #222;
}

@media (max-width: 767px) {
  /* ハンバーガーの初期状態 */
  #navSwitcher {
    position: fixed;
    top: 24px;
    right: 10px;
    background-color: transparent;
    border-color: #242424;
    padding: 0;
  }
  #navSwitcher span {
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: #242424;
    height: 3px;
  }
  #navSwitcher a {
    border-color: #242424;
    border-width: 3px;
  }
  /* メニュー非表示時 */
  #mainNav {
    position: fixed;
    left: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    pointer-events: none;
    transform: translateY(10px);
    z-index: 11;
    top: 75px;
    padding: 0;
    flex-direction: column;
    height: 100%;
    padding: 20px 0;
    background-color: rgba(36, 36, 36, 0.95);
  }
  #mainNav .inner {
    gap: 10px;
    flex-direction: column;
  }
  #mainNav ul {
    width: 100vw !important;
    padding-top: 20px;
    position: static;
    margin: 0 !important;
  }
  #mainNav ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  #mainNav ul li a {
    width: -moz-fit-content;
    width: fit-content;
  }
  #mainNav .user-wrap {
    position: relative;
    margin: auto;
    margin-top: 20px;
    gap: 15px;
  }
  #mainNav .user-wrap p {
    width: 120px;
    height: 40px;
    margin-right: 0 !important;
  }
  #mainNav .user-wrap p a {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
  /* メニュー表示時 */
  .menuOpen #mainNav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    height: 100vh;
    transform: translateY(0px);
  }
  .menuOpen #mainNav ul {
    background-color: transparent;
  }
  .menuOpen #mainNav .inner span {
    display: none;
  }
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#wrapper .fv {
  height: 100vh;
  display: flex;
  overflow: hidden;
}
@media (max-width: 767px) {
  #wrapper .fv {
    height: 100vh;
  }
}
#wrapper .fv .fv-wrap {
  width: 1000px;
  margin: auto;
  height: 100vh;
  padding-top: 130px;
}
@media (max-width: 767px) {
  #wrapper .fv .fv-wrap {
    padding-top: 80px;
  }
}
#wrapper .fv .fv-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  width: 100%;
  height: 100%;
}
#wrapper .news {
  padding: 160px 10px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper .news {
    padding: 100px 10px;
  }
}
#wrapper .news .news-wrap {
  max-width: 1000px;
  margin: auto;
  padding: 0 100px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  #wrapper .news .news-wrap {
    padding: 0;
  }
}
#wrapper .news .news-wrap .container {
  display: flex;
  flex-direction: column;
}
#wrapper .news .news-wrap .container hr {
  border-top: 0.3px solid #EBEBEB;
  margin: 0;
}
#wrapper .news .news-wrap .container .news-item {
  display: flex;
  padding: 20px 0 20px 10px;
  flex-direction: row;
  gap: 30px;
  transition: 0.3s;
  text-decoration: none;
  color: #242424;
}
@media (max-width: 767px) {
  #wrapper .news .news-wrap .container .news-item {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }
}
#wrapper .news .news-wrap .container .news-item:active {
  color: unset;
}
#wrapper .news .news-wrap .container .news-item:hover {
  background-color: #EBEBEB;
  opacity: 0.7;
}
#wrapper .news .news-wrap .container .news-item .date {
  font-size: 16px;
  font-weight: 300;
  color: #A3956D;
}
#wrapper .news .news-wrap .container .news-item .article {
  font-size: 16px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #wrapper .news .news-wrap .container .news-item .article {
    font-size: 14px;
  }
}
#wrapper .contents {
  position: relative;
  padding: 160px 0;
  text-align: center;
  background-color: #242424;
}
@media (max-width: 767px) {
  #wrapper .contents {
    padding: 100px 10px;
  }
}
#wrapper .contents .contents-wrap {
  max-width: 1240px;
  width: 100%;
  margin: auto;
  border-radius: 50px;
}
#wrapper .contents .contents-wrap .item-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #wrapper .contents .contents-wrap .item-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    grid-template-rows: auto auto; /* 2行 */
    gap: 10px;
    justify-content: center;
  }
}
#wrapper .contents .contents-wrap .item-wrapper .item {
  background-color: #fff;
  width: 280px;
  height: 280px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin: auto;
  transition: 0.3s;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #wrapper .contents .contents-wrap .item-wrapper .item {
    width: 100%;
    height: 250px;
  }
}
#wrapper .contents .contents-wrap .item-wrapper .item:hover {
  background-color: #fff;
  color: #222;
  opacity: 0.7;
}
#wrapper .contents .contents-wrap .item-wrapper .item .wrap .img-wrap img {
  max-width: 100px;
  max-height: 100px;
}
#wrapper .contents .contents-wrap .item-wrapper .item .wrap hr {
  width: 90px;
  color: #A3956D;
  margin: 30px auto;
}
/*
#wrapper .contents .contents-wrap .item-wrapper .item .wrap h3 {
  font-size: 24px;
  color: #A3956D;
}*/

#wrapper .sns-sec {
  width: 100vw;
  background-color: #fff;
  margin: auto;
  padding: 100px 0;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 767px) {
  #wrapper .sns-sec {
    flex-direction: column;
  }
}
#wrapper .sns-sec .wrapper {
  display: flex;
  gap: 50px;
  width: -moz-fit-content;
  width: fit-content;
  justify-content: center;
}
@media (max-width: 767px) {
  #wrapper .sns-sec .wrapper {
    gap: 30px;
  }
}
#wrapper .sns-sec .wrapper a {
  padding: 1px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  transition: 0.3s;
  background-color: #A3956D;
}
@media (max-width: 767px) {
  #wrapper .sns-sec .wrapper a {
    width: 50px;
    height: 50px;
  }
}
#wrapper .sns-sec .wrapper a img {
  max-height: 40px;
  max-width: 40px;
}
@media (max-width: 767px) {
  #wrapper .sns-sec .wrapper a img {
    width: 25px;
    height: 25px;
  }
}
#wrapper .sns-sec .wrapper a:hover {
  transform: translateY(-5px);
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */