* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #000;
  color: #fff;
  font-family: serif;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}
.inline {
  display: inline-block;
}
h1,
h2,
h3,
h4,
h5,
p {
  letter-spacing: 1.2px;
  line-height: 1.7;
}
a {
  letter-spacing: 1.2px;
}
.contain {
  object-fit: contain;
}

/*header*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #000;
}
.header-inner {
  height: 100px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-logo {
  display: flex;
  align-items: center;
}
.header-logo img {
  width: 200px;
}
.header-nav ul {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.header-nav li:not(:first-child) {
  margin-left: 1.5rem;
}
.dli-chevron-down {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.65rem;
  height: 0.65rem;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  margin-right: 0.5rem;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.parent-anc {
  position: relative;
}
.parent-anc .parent-anc-u {
  display: flex;
  align-items: center;
}
.child-div {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: 270px;
  z-index: 2;
  display: none;
}
.child-ul {
  display: flex;
  flex-direction: column;
}
.child-ul li {
  width: 100%;
  background-color: #fff;
  color: #000;
  margin-left: 0 !important;
  text-align: center;
}
.child-ul li:not(:first-child) {
  border-top: 1px solid #dcdcdc;
}
.child-ul li a {
  padding: 0.5rem;
  width: 100%;
  height: 100%;
  font-size: 1.1rem;
  display: block;
}
/*fv*/
.fv-wrap {
  width: 100%;
  height: 100vh;
}
.fv {
  width: 90%;
  height: 600px;
  max-width: 1100px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
}

.fv-textwrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2%;
  z-index: 20;
}
.fv-textwrap h1 {
  font-family: "Allura", cursive;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 8rem;
  line-height: 1;
}
/*==================================================
スライダーのためのcss
===================================*/
.fv-slider {
  position: relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 600px; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.fv-slider .slider-item01 {
  background: url(../img/fv-slide01.jpg);
}

.fv-slider .slider-item02 {
  background: url(../img/fv-slide02.jpg);
}

.fv-slider .slider-item03 {
  background: url(../img/fv-slide03.png);
}
.fv-slider .slider-item04 {
  background: url(../img/fv-05.jpg);
}

.fv-slider .slider-item {
  width: 100%; /*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
  height: 600px; /*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  background-repeat: no-repeat; /*背景画像をリピートしない*/
  background-position: center; /*背景画像の位置を中央に*/
  background-size: cover; /*背景画像が.slider-item全体を覆い表示*/
}

.fv-center01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  z-index: 3;
}
.fv-center02 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 400px;
  z-index: 3;
  animation: rote 15s linear normal infinite;
}

/*section*/
.section-title {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.section-title::before {
  content: attr(data-en);
  text-transform: capitalize;
  font-family: "Cloister Black", sans-serif;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
  background: -webkit-linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 1;
}
.section-title span {
  display: flex;
  align-items: center;
}
.section-title span::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-right: 1rem;
}
.section-title.right {
  text-align: right;
  align-items: flex-end;
}
/*more*/
.morewrap.center {
  text-align: center;
}
.more {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  color: #000;
}

/*背景*/
.more {
  background-image: linear-gradient(
    to right,
    #704308 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #704308 100%
  );
  background-position: 30% 50%;
  background-size: 200% auto;
  transition: background-position 0.2s ease;
}

.more:hover {
  background-position: 50% 50%;
}
section {
  padding: 5rem 0;
}
/*about*/
.about {
  display: flex;
}

.about-img {
  width: 40%;
  height: 800px;
  position: relative;
}

.about-img img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.about-contents {
  width: 60%;
  padding: 2rem 2rem 2rem 4rem;
}
.about-contents p {
  margin-top: 2rem;
  line-height: 2;
}

/*new-item*/

.new-item-wrap {
  margin-top: 2rem;
}
/*custom*/
/*==================================================
fvuスライダーのためのcss
===================================*/
.custom {
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  padding: 10rem 0;
  position: relative;
}
.custom::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/custom.jpg) no-repeat center / cover;
  opacity: 0.5;
  z-index: -1;
}
.fvu-slider {
  margin-top: 4rem;
}
.fvu-slider img {
  width: 100%; /*スライダー内の画像を横幅100%に*/
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.fvu-slider .slick-slide {
  margin: 0; /*スライド左右の余白調整*/
  height: 280px;
  border: 4px solid #fff;
}

.custom-contents p {
  width: 95%;
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0.5rem;
}

.morewrap.mt {
  margin-top: 1rem;
}

/*cta*/
.cta {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 100%;
  position: relative;
}
.cta::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cta-bg.png") no-repeat top / cover;
  filter: grayscale(1);
  background-attachment: fixed;
}
.cta-contents {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.cta p {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
}

/*footer*/

footer {
  margin: 6rem auto 0;
  padding-bottom: 2rem;
}
.footer-logo img {
  width: 200px;
}
.footer-inner {
  text-align: center;
}
.footer-inner p {
  margin-top: 0.5rem;
}
.footer-sns {
  margin-top: 1rem;
}
.footer-sns img {
  width: 35px;
  margin: 0.5rem;
}
.copy {
  text-align: center;
  margin-top: 2rem;
}
/*ここからunder*/

.u-inner {
  padding: 4rem 0;
}
.u-fv {
  height: 350px;
  background: url(../img/fv-slide01.jpg) no-repeat center / cover;
  margin-top: 100px;
}

.u-section-title {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.u-section-title::before {
  content: attr(data-en);
  text-transform: capitalize;
  font-family: "Cloister Black", sans-serif;
  display: inline-block;
  background: linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
  background: -webkit-linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  line-height: 1;
}
.u-section-title span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-section-title span::before {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin-right: 1rem;
}
.u-section-contents {
  margin-top: 4rem;
}

/*u-item-lists*/
.u-item-lists {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}

.u-item-lists li {
  width: calc((100% - 6rem) / 3);
  margin: 1rem;
}

.item-title {
  font-size: 1rem;
}

/*u-single*/
/*==================================================
スライダーのためのcss
===================================*/

/*画像の横幅を100%にしてレスポンシブ化*/
.gallery img {
  width: 100%;
  height: 350px;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
  object-fit: contain;
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 4rem auto;
  width: 95%;
  max-width: 500px;
}

.gallery li {
  list-style: none;
}
/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.gallery .slick-prev,
.gallery .slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #e5ad31; /*矢印の色*/
  border-right: 2px solid#E5AD31; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.gallery .slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.gallery .slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn {
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}
.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  list-style: none;
  height: 200px;
}

.choice-btn li img {
  opacity: 0.4; /*選択されていないものは透過40%*/
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

.single-des-table {
  width: 95%;
  max-width: 800px;
  margin: 4rem auto 1rem;
}
.single-des-table th {
  width: 150px;
  padding: 1rem;
  background-color: rgb(61, 61, 61);
}

.single-des-table td {
  width: calc(100% - 150px);
  padding: 1rem;
}

/*company*/
.company-table {
  width: 95%;
  max-width: 1000px;
  margin: 4rem auto 0;
  border-collapse: collapse;
}
.company-table tr {
  border-bottom: 1px solid #ffffff8e;
}
.company-table th {
  padding: 2rem 1rem;
  font-size: 1.1rem;
}

.company-table td {
  padding: 2rem 1rem;
}

/*qa*/
.qa-list {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #ddd;
}
.qa-list dl:first-child {
  margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: "";
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
.qa-list .open::after {
  transform: rotate(-45deg);
}
.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #fff;
  color: #000;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: "Q.";
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: "A.";
  font-weight: bold;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  color: #fff;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .qa-list dl {
    margin: 10px 0 0;
  }
  .qa-list dl:after {
    top: 20px;
    right: 20px;
    width: 7px;
    height: 7px;
  }
  .qa-list dl dt {
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dt::before {
    font-size: 14px;
    top: 20px;
    left: 20px;
  }
  .qa-list dl dd::before {
    font-size: 14px;
    left: 20px;
    margin-top: 5px;
  }
  .qa-list dl dd {
    margin: 0;
    padding: 16px 16px 16px 50px;
    font-size: 14px;
  }
  .qa-list dl dd p {
    margin: 30px 0 0;
  }
  .qa-list dl dd p:first-child {
    margin-top: 0;
  }
}

/*contact*/
.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {
  border-bottom: 1px solid #ddd;
}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  margin-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

/*オープニングアニメーション*/
#container {
  overflow: hidden;
}
/*オープニング*/
/*タイピングアニメーション*/

.typed::after {
  content: "|";
  animation: blink 0.7s infinite;
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}

/*オープニングアニメーション*/

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #000;
  text-align: center;
  color: #fff;
  top: 0;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 1.5rem;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

.opening-title {
  font-size: 4rem;
  font-family: "Cloister Black", sans-serif;
  width: 100%;
}
.opening-title span {
}

/*画面遷移アニメーション*/
.splashbg {
  display: none;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg {
  display: block;
  content: "";
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  transform: scaleX(0);
  background-color: #000; /*伸びる背景色の設定*/
  animation-name: PageAnime;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes PageAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes rote {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*u-custom*/
.custom-top {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.custom-title {
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-top {
  margin-top: 3rem;
  text-align: center;
}
.custom-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-title img {
  width: 60px;
}

.custom-top p {
  margin-top: 2rem;
}

.custom-flow {
  width: 90%;
  max-width: 1000px;
  margin: 6rem auto 0;
}

.custom-flow-item {
  display: flex;
  margin-top: 2rem;
  position: relative;
}
.custom-flow-item::after {
  content: "";
  width: 50px;
  height: 30px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
  background: -webkit-linear-gradient(
    90deg,
    #9c6624,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #9c6624
  );
}
.custom-flow-item.last::after {
  display: none;
}
.custom-flow-item + .custom-flow-item {
  margin-top: 5rem;
}

.custom-num {
  font-size: 1.5rem;
  width: 150px;
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #e5ad31 80%,
    #c8904a
  );
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.custom-num span {
  font-size: 3rem;
  line-height: 1;
}

.custom-flow-text {
  width: calc(100% - 150px);
  padding-left: 2rem;
}

.custom-flow-text h3 {
  background: linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  background: -webkit-linear-gradient(
    90deg,
    #c8904a,
    #e5ad31 30%,
    #f0e7b7 50%,
    #e5ad31 80%,
    #c8904a
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.7rem;
}

/*page-num*/
.page-num {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
.page-num a {
  margin: 0.2rem;
  border: 2px solid #fff;
  display: inline-block;
  padding: 0.3rem 0.5rem;
}

.page-num a.num-active {
  background-color: #fff;
  color: #000;
}

/*notes*/
.notes-contents {
  margin: 4rem auto 0;
  width: 95%;
  max-width: 1200px;
}
.notes-contents p {
  margin-top: 2rem;
}

.kobutu {
  display: flex;
  justify-items: center;
  width: 95%;
  max-width: 700px;
  margin: 0 auto;
}
.kobutu-img {
  padding: 2rem;
}
.kobutu-img.first {
  width: 50%;
  height: 300px;
}
.kobutu-img.second {
  width: 50%;
  height: 500px;
}
.kobutu-img img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/*news*/
.news-title {
  text-align: center;
  align-items: center;
}
.news-contents {
  width: 90%;
  max-width: 800px;
  margin: 3rem auto 0;
}

.news-list li {
  border-bottom: 1px solid #d8d8d8;
  padding: 0.5rem;
}

.date {
  margin-right: 1rem;
}
.sns-btn img {
  width: 70px;
  display: block;
  margin: 1rem auto 0;
}
.line {
  border: 10px solid #3acd01;
}
.insta {
  border: 10px solid #cc2c8c;
}
.facebook {
  border: 10px solid #485992;
}

/*sns*/
.sns {
  padding: 0;
}
.sns-contents {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.sns-btn {
  width: 33%;
  color: #000;
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 1rem;
  font-size: 1.2rem;
}

/*new-item*/

.new-item-contents {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 1rem auto 0;
}

.new-item {
  width: calc((100% - 3rem) / 3);
  margin: 1rem 0.5rem;
  padding: 0.75rem;
  background-color: #fff;
  color: #000;
  position: relative;
  overflow: hidden;
}
.sold-tag {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateZ(-10deg);
  background: #CF1819;
  width: 130%;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.item-value {
  margin-top: 0.5rem;
}
.new-item-img {
  background-color: #fff;
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-item-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 100%;
}

.new-item h3 {
  font-size: 1rem;
  margin-top: 1rem;
}
.more-wrap {
  margin-top: 1rem;
  text-align: center;
}

.rank-img {
  position: relative;
}
.rank-num {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
}

.rank-num-01 {
  background: #9f8836;
}

.rank-num-02 {
  background: #6f6f6f;
}
.rank-num-03 {
  background: #9c4d13;
}

h3.new-item-title {
  font-size: 0.9rem;
}

.morewrap p {
  margin: 1rem auto 0;
  font-size: 0.8rem;
  width: 95%;
}
.privacy {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.privacy br {
  margin: 0.5rem 0;
  display: block;
}
footer {
  position: relative;
}
footer::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../img/footer.jpg) no-repeat center / cover;
  opacity: 0.3;
  z-index: -1;
}
.footer-nav {
  margin-top: 1rem;
}

/* 送信ボタン */
.submit-btn {
  /* buttonタグのリセットCSS */
  background-color: transparent;
  border: none;
  outline: none;
  appearance: none;
  color: #fff;
  padding: 8px 24px;
  background-color: #3abec1;
  cursor: pointer;
}

.submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.bb {
  text-decoration: underline;
}

.check-area {
  margin-top: 2rem;
  text-align: center;
}

.u-section-contents form {
  color: #000;
}
#form_submit {
  text-align: center;
  display: flex;
  justify-content: center;
}
form#mail_form input[type="button"] {
  margin-left: 0;
}
form#mail_form dl dt {
  text-align: left;
}

.thnk-contents {
  text-align: center;
  font-size: 1.2rem;
  width: 90%;
  margin: 0 auto;
}

.page-numwrap {
  margin-top: 3rem;
  text-align: center;
}
.wp-pagenavi span.current {
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff !important;
}
.sns-small {
  font-size: 0.8rem;
}
.base-logo {
  display: flex;
  align-items: center;
}
.base-logo img {
  width: 100px;
  margin-left: 0.5rem;
}
.underline {
  text-decoration: underline;
}
.state-title {
  position: relative;
  cursor: pointer;
}
.state-title .dli-chevron-down {
  margin-left: 0.75rem;
}
.parent-anc-u {
  cursor: pointer;
}
.state-wrap {
  display: none;
  margin-top: 1rem;
}

.state-small {
  font-size: 0.9rem;
  margin-top: 0.5rem;
}

.slick-slider,
.gallery {
  -ms-touch-action: auto;
  touch-action: auto;
}
.mb0 {
  padding-bottom: 0 !important;
}
.ml5 {
  padding-left: 5% !important;
  font-size: 0.8rem;
}

.single-bottom-btnwrap {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.single-bottom-btnwrap .more {
  margin: 1rem;
}

.red {
  color: #e5ad31;
}

.float-nav {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 10;
}

.float-anc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid #000;
  border-right: none;
}
.float-anc img {
  display: block;
  width: 40px;
}

.float-anc + .float-anc {
  margin-top: 0.5rem;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
  /*ボタン内側の基点となるためrelativeを指定。
追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
  position: relative;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-color: #000;
  display: none !important;
}

/*ボタン内側*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s; /*アニメーションの設定*/
  position: absolute;
  left: 10px;
  height: 3px;
  background: #fff;
  width: 60%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 13px;
  transform: translateY(6px) rotate(-45deg);
  width: 45%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0; /*真ん中の線は透過*/
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 13px;
  transform: translateY(-6px) rotate(45deg);
  width: 45%;
}

.single-news-contents {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background-color: #fff;
  padding: 2rem;
  color: #000;
}
.single-textwrap {
  margin-top: 2rem;
}

.single-news-title {
  border-bottom: 1px solid #000;
  padding-bottom: 0.2rem;
}

.footer-tel{
margin-top:1rem;
display:block;
font-size:2rem;
}