@charset "UTF-8";
/* CSS Document */
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
/*初期設定*/
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: clamp(0px, 0.9615384615vw, 10px);
}
@media screen and (max-width: 860px) {
  html {
    font-size: clamp(0px, 1.8vw, 8px);
  }
}

.sp-vis {
  display: none !important;
}

@media screen and (max-width: 860px) {
  .sp-vis {
    display: block !important;
  }
  .pc-vis {
    display: none !important;
  }
}
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  margin: 0 auto;
  color: #fff;
  /*border: 1px solid #000;*/
}
@media screen and (max-width: 860px) {
  body {
    font-size: clamp(12px, 2.32vw, 15px);
  }
}

/*floatクリア用*/
.clear {
  clear: both;
}

.en {
  font-family: "Idiqlat", serif;
}

.green {
  color: #34740B;
}

/*メインコンテンツブロック*/
.clearfix:after {
  content: " "; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  overflow: visible;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

a {
  text-decoration: none;
  color: #3E3A39;
  transition: 0.5s;
}
a:hover {
  color: #34740B;
}

a img {
  border: none;
  outline: none;
}

p {
  line-height: 1.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}

table img {
  display: block;
}

table td, table th {
  box-sizing: border-box;
}

.right {
  float: right;
}

.left {
  float: left;
}

.rela {
  position: relative;
}

.abso {
  position: absolute;
}

h1, h2, h3, h4 {
  text-align: center;
}

ul li {
  list-style: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input, button, select, textarea {
  -webkit-appearance: none;
}

input[type=checkbox] {
  all: revert;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  display: block;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex.flex-r {
  flex-direction: row-reverse;
}

/* 画面外にいる状態 */
.square::after, .square::before {
  opacity: 0;
  transition: all 2000ms;
}

/* 画面内に入った状態 */
.square.scrollin::after, .square.scrollin::before {
  opacity: 1;
}

.slick-track {
  display: flex !important;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 845px) {
  .slick-track {
    justify-content: space-between;
  }
}
.slick-slide {
  height: auto !important;
}

.slick-slide > * {
  height: 100% !important;
}

section {
  position: relative;
}

.cont_size_box {
  max-width: 1040px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  .cont_size_box {
    width: 90%;
  }
}

.soon {
  margin: 100px auto;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
select,
button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  color: inherit;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

.cont_ttl {
  margin-bottom: 4rem;
}
.cont_ttl .en {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 13.1rem;
  background: url(../images/en_ttl_bg.png) no-repeat center/contain;
  font-family: "Alegreya Sans", sans-serif;
  aspect-ratio: 262/64;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto;
}
.cont_ttl .en span {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fff 0%, #A9A9A9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.cont_ttl .en span::before {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  z-index: -1;
  color: rgba(0, 0, 0, 0.5);
  transform: translateY(1px);
  filter: blur(2px);
}
.cont_ttl .ja {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.cont_ttl .ja::before {
  content: "";
  height: 5px;
  width: 100%;
  background: linear-gradient(-50deg, #B07C2D, transparent);
}
.cont_ttl .ja::after {
  content: "";
  height: 5px;
  width: 100%;
  background: linear-gradient(50deg, #B07C2D, transparent);
}
.cont_ttl .ja span {
  position: relative;
  white-space: nowrap;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(to bottom, #fff 0%, #C9C9C9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 5.2rem;
  margin: 0 2rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
@media screen and (max-width: 860px) {
  .cont_ttl .ja span {
    font-size: 4rem;
  }
}
.cont_ttl small {
  display: block;
  background: linear-gradient(to bottom, #fff 0%, #C9C9C9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  margin-top: 1rem;
  font-size: 2rem;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.fadein, .fadein_auto {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease;
}

.fadein.active, .fadein.is-visible, .fadein_auto.active {
  opacity: 1;
  transform: translateY(0);
}

.fadein.delay1 {
  transition-delay: 0.1s;
}

.fadein.delay2 {
  transition-delay: 0.3s;
}

.fadein.delay3 {
  transition-delay: 0.5s;
}

.comingsoon {
  font-weight: 900;
  font-family: "Alegreya Sans", sans-serif;
  font-size: 4.6rem;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 3.2rem;
}

section {
  padding: 12rem 0;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  section {
    padding: 10rem 0;
  }
}/*# sourceMappingURL=base.css.map */