@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-----------------------------------------
scssで制作してます。cssを変更しないでください。
-----------------------------------------*/
/*----------------------------------------
	top CSS

	- mv
	- obi
	- point
	- top_bg
	- top_inner
	- login_wrap

-----------------------------------------*/
/*-----------------------------------------
	共通
-----------------------------------------*/
.sttl_01 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05em;
  color: #dac182;
}
@media screen and (max-width: 768px) {
  .sttl_01 {
    font-size: 16px;
  }
}
.sttl_01.line {
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .sttl_01.line {
    margin-bottom: 60px;
  }
}
.sttl_01.line::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 10px);
  width: 1px;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sttl_01.line::after {
    height: 30px;
  }
}

.copy_f32 {
  font-size: 32px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .copy_f32 {
    font-size: 20px;
  }
}

.txt_f16 {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .txt_f16 {
    font-size: 14px;
  }
}

/*-----------------------------------------
	mv
-----------------------------------------*/
.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    padding-bottom: 30%;
  }
}
.mv .bg_img {
  width: 100%;
}
.mv .bg_img img {
  width: 100%;
}
.mv .copy_01 {
  opacity: 0;
  width: 70%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
  -webkit-animation: fade-in 1s ease-in-out 1s forwards;
          animation: fade-in 1s ease-in-out 1s forwards;
}
@media screen and (max-width: 768px) {
  .mv .copy_01 {
    width: 58%;
    top: inherit;
    bottom: 5.5%;
  }
}
.mv .copy_02 {
  opacity: 0;
  position: absolute;
  width: 13%;
  left: 45%;
  top: 60%;
  -webkit-animation: fade-in 1s ease-in-out 0.5s forwards;
          animation: fade-in 1s ease-in-out 0.5s forwards;
}
@media screen and (max-width: 768px) {
  .mv .copy_02 {
    left: 44%;
    top: 40%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-----------------------------------------
	obi_merit
-----------------------------------------*/
.obi_merit {
  width: 100%;
  background: #1a0b08;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .obi_merit {
    padding: 25px 0;
  }
}
.obi_merit .img_area {
  width: 90%;
  max-width: 1375px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .obi_merit .img_area {
    width: 100%;
  }
}

/*-----------------------------------------
	info_sec
-----------------------------------------*/
.info_sec {
  padding: 60px 0 110px;
}
@media screen and (max-width: 768px) {
  .info_sec {
    padding-bottom: 40px;
  }
}
.info_sec .sttl_01 {
  color: #b3996d;
}
.info_sec .teiki {
  margin-bottom: 25px;
  text-align: center;
  font-size: 50px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .info_sec .teiki {
    font-size: 24PX;
  }
}
.info_sec .btn_entry {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .info_sec .btn_entry {
    width: 80%;
  }
}
.info_sec .btn_entry a {
  display: inline-block;
  width: 100%;
  padding: 10px 0 12px;
  text-align: center;
  text-align: center;
  background: #b3996d;
  font-size: 28px;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .info_sec .btn_entry a {
    font-size: 18PX;
  }
}

/*-----------------------------------------
	concept_sec
-----------------------------------------*/
.concept_sec {
  padding: 90px 0 120px;
  background: url(../img/top/concept_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .concept_sec {
    padding: 40px 0 60px;
    background: url(../img/top/concept_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.concept_sec .sttl_01 {
  color: #908056;
}
.concept_sec .sttl_01.line::after {
  background: #000;
}
.concept_sec .copy_f32 {
  margin-bottom: 30px;
  color: #000;
  font-weight: 400;
}
.concept_sec .txt_f16 {
  margin-bottom: 80px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .concept_sec .txt_f16 {
    margin-bottom: 40px;
    font-size: 13px;
  }
}
.concept_sec .txt_f16 sup {
  position: relative;
  top: -0.5em;
  font-size: 0.6em;
}
@media screen and (max-width: 768px) {
  .concept_sec .img_area {
    width: 100%;
  }
}

/*-----------------------------------------
	scroll_area
-----------------------------------------*/
.scroll_area {
  position: relative;
}
.scroll_area::after {
  content: "";
  display: block;
  height: 100vh; /* または sticky 要素の高さ */
}
.scroll_area > section {
  width: 100%;
  height: calc(100vh - 70px);
  position: sticky;
  top: 70px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .scroll_area > section {
    top: 50px;
    height: calc(100vh - 50px);
  }
}
.scroll_area > section.active {
  visibility: visible;
  opacity: 1;
}
.scroll_area > section .bg_img {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .scroll_area > section .bg_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    z-index: 1;
  }
}
.scroll_area > section .bg_img img {
  width: 100%;
  height: calc(100vh - 70px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .scroll_area > section .bg_img img {
    height: calc(100vh - 50px);
  }
}
.scroll_area > section .txt_area {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10%;
}
@media screen and (max-width: 768px) {
  .scroll_area > section .txt_area {
    width: 80%;
    z-index: 3;
  }
}
.scroll_area > section .btn_detail {
  position: absolute;
  right: 3%;
  bottom: 7%;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .scroll_area > section .btn_detail {
    top: 60%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    right: inherit;
    bottom: inherit;
    z-index: 3;
  }
}
.scroll_area > section .btn_detail > a {
  width: 100%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 10px 0 12px;
}
@media screen and (max-width: 768px) {
  .scroll_area > section .btn_detail > a {
    font-size: 16px;
  }
}
.scroll_area > section .btn_detail.gray a {
  position: relative;
  pointer-events: none;
}
.scroll_area > section .btn_detail.gray a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.5;
}
.scroll_area > section .sec_cap {
  position: absolute;
  left: 15px;
  bottom: 10px;
  color: #fff;
  font-size: 12px;
}
.scroll_area > section.access_sec {
  opacity: 1;
  visibility: visible;
}
.scroll_area > section.access_sec .sttl_01 {
  color: #dac182;
}
.scroll_area > section.shop_sec .txt_area {
  top: 40%;
}
@media screen and (max-width: 768px) {
  .scroll_area > section.shop_sec .txt_area {
    top: 10%;
  }
}
.scroll_area > section.shop_sec .txt_area .sttl_01 {
  color: #908056;
}
@media screen and (max-width: 768px) {
  .scroll_area > section.shop_sec .txt_area .sttl_01 {
    color: #dac182;
  }
}
.scroll_area > section.culture_sec .txt_area {
  left: 20%;
}
@media screen and (max-width: 768px) {
  .scroll_area > section.culture_sec .txt_area {
    top: 10%;
    left: 50%;
  }
}

/*-----------------------------------------
	und_nav_sec
-----------------------------------------*/
.und_bg {
  background: url(../img/top/und_nav_bg.jpg) no-repeat;
  background-size: 80%;
  background-position: top right;
}

.und_nav_sec {
  position: relative;
  padding: 100px 0 110px;
}
@media screen and (max-width: 768px) {
  .und_nav_sec {
    padding: 80px 0 40px;
  }
}
.und_nav_sec .und_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 3.5%;
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list {
    gap: 20px;
  }
}
.und_nav_sec .und_nav_list > .item {
  width: 22.375%;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .und_nav_sec .und_nav_list > .item {
    width: 48.25%;
  }
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list > .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
.und_nav_sec .und_nav_list > .item.gray a {
  pointer-events: none;
}
.und_nav_sec .und_nav_list > .item.gray a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.7;
}
.und_nav_sec .und_nav_list > .item a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.und_nav_sec .und_nav_list > .item .txt_box {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.und_nav_sec .und_nav_list > .item .ttl_area {
  margin-bottom: 20px;
}
.und_nav_sec .und_nav_list > .item .ttl_area .en {
  position: relative;
  margin-bottom: 60px;
  font-size: 20px;
  letter-spacing: 0.02em;
  color: #dac182;
}
@media screen and (max-width: 1400px) {
  .und_nav_sec .und_nav_list > .item .ttl_area .en {
    font-size: clamp(14px, 1.4285714286vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list > .item .ttl_area .en {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.und_nav_sec .und_nav_list > .item .ttl_area .en::after {
  content: "";
  position: absolute;
  top: 1.8em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list > .item .ttl_area .en::after {
    height: 20px;
  }
}
.und_nav_sec .und_nav_list > .item .ttl_area .copy {
  font-size: 22px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .und_nav_sec .und_nav_list > .item .ttl_area .copy {
    font-size: clamp(16px, 1.5714285714vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list > .item .ttl_area .copy {
    font-size: 16px;
  }
}
.und_nav_sec .und_nav_list > .item .btn_area {
  width: 75%;
  margin: 0 auto;
  padding: 5px 0;
  font-size: 22px;
  color: #fff;
  background: #000;
  border: 1px solid #fff;
}
@media screen and (max-width: 1400px) {
  .und_nav_sec .und_nav_list > .item .btn_area {
    font-size: clamp(14px, 1.5714285714vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .und_nav_sec .und_nav_list > .item .btn_area {
    max-width: 140px;
    font-size: 14px;
  }
}

/*-----------------------------------------
	access_sec
-----------------------------------------*/
/*=======================================
	login_wrap
=======================================*/
#login_wrap .content {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0px 0 120px;
}

#login_wrap .content .title_area {
  text-align: center;
  color: var(--main_color);
  font-weight: 600;
  margin-bottom: 90px;
}

#login_wrap .content .title_area h3 {
  font-size: 48px;
}

#login_wrap .content .title_area span {
  font-size: 15px;
}

#login_wrap .content .login {
  background-color: #e5e5e9;
  opacity: 0.8;
  padding: 6% 0;
  position: relative;
}

#login_wrap .content .login > * {
  z-index: 1;
  position: relative;
}

#login_wrap .content .login::after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
}

#login_wrap .content .login::before {
  content: "";
  border: 1px solid #fff;
  position: absolute;
  top: 34px;
  bottom: 34px;
  right: 34px;
  left: 34px;
}

#login_wrap .content .login .box02 {
  color: var(--main_color);
  text-align: center;
}

#login_wrap .content .login .box02 p {
  text-align: center;
  margin-bottom: 25px;
}

#login_wrap .content .login .box02 p.wide {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}

.login_input {
  height: 40px;
  width: 280px;
  /* display: block; */
  margin: 0 15px 0 0;
  text-align: center;
  border: 1px solid #707070;
  background: #fff;
  font-size: 14px;
}

.login_btn {
  width: 160px;
  padding: 10px;
  background: #1e1e1e;
  color: #FFF;
  border: none;
  font-weight: bold;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px;
}

#login_wrap .content .login .box02 p.cap {
  margin: 12px auto 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  #login_wrap .content {
    padding: 40px 0 100px;
  }
  #login_wrap .content .title_area {
    margin-bottom: 40px;
  }
  #login_wrap .content .title_area h3 {
    font-size: 24px;
  }
  #login_wrap .content .login {
    padding: 30px 0;
  }
  #login_wrap .content .login .box02 p {
    margin-bottom: 18px;
  }
  #login_wrap .content .login .box02 p.wide {
    font-size: 18px;
    line-height: 1.6;
  }
  .login_input {
    margin: 0 auto 20px;
  }
  .login_btn {
    margin-bottom: 10px;
  }
  #login_wrap .content .login > * {
    z-index: 1;
    position: relative;
  }
  #login_wrap .content .login::after {
    content: "";
    border: 1px solid #FFF;
    position: absolute;
    top: 12px;
    bottom: 12px;
    right: 12px;
    left: 12px;
  }
  #login_wrap .content .login::before {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
  }
}/*# sourceMappingURL=top.css.map */