@charset "UTF-8";
/* -- メイン外の設定 -- */
/* 全画面表示させたい要素に下記を適用 */
body {
  overflow-x: hidden;
}

.dh_lp_wrapper {
  margin-top: 150px;
}
@media (max-width: 1025px) {
  .dh_lp_wrapper {
    margin-top: 83px;
  }
}
.dh_lp_wrapper #lpCnt {
  position: relative;
  left: -50vw;
  margin-left: 50%;
  width: 100vw;
  font-family: "Meiryo UI", Meiryo, メイリオ, s sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #050000;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt {
    font-size: 14px;
    padding-bottom: 0;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- reset -- */
}
.dh_lp_wrapper #lpCnt::before, .dh_lp_wrapper #lpCnt::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
.dh_lp_wrapper #lpCnt p,
.dh_lp_wrapper #lpCnt table,
.dh_lp_wrapper #lpCnt blockquote,
.dh_lp_wrapper #lpCnt address,
.dh_lp_wrapper #lpCnt pre,
.dh_lp_wrapper #lpCnt iframe,
.dh_lp_wrapper #lpCnt form,
.dh_lp_wrapper #lpCnt figure,
.dh_lp_wrapper #lpCnt dl,
.dh_lp_wrapper #lpCnt h1,
.dh_lp_wrapper #lpCnt h2,
.dh_lp_wrapper #lpCnt h3,
.dh_lp_wrapper #lpCnt h4,
.dh_lp_wrapper #lpCnt h5,
.dh_lp_wrapper #lpCnt h6 {
  margin: 0;
  box-sizing: border-box;
}
.dh_lp_wrapper #lpCnt ul,
.dh_lp_wrapper #lpCnt ol,
.dh_lp_wrapper #lpCnt dd {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}
.dh_lp_wrapper #lpCnt img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
.dh_lp_wrapper #lpCnt video {
  width: 100%;
}
.dh_lp_wrapper #lpCnt {
  /* -- inner -- */
}
.dh_lp_wrapper #lpCnt .inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1024px;
}
@media screen and (max-width: 1054px) {
  .dh_lp_wrapper #lpCnt .inner {
    margin: 0 15px;
    width: auto;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- tag -- */
}
.dh_lp_wrapper #lpCnt a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.6s;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt a:hover {
    opacity: 0.6;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- common -- */
  /* -- hide -- */
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .pc_hide {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .sp_hide {
    display: none;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- contents -- */
  /* -- tabBox -- */
}
.dh_lp_wrapper #lpCnt .tabBox h2 {
  font-family: "finalsix", sans-serif;
  font-size: 28px;
  text-align: center;
}
.dh_lp_wrapper #lpCnt .tabBox .tit {
  font-family: "finalsix", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tit {
    font-size: 17px;
    margin-top: 10px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox {
  /* - tabBox_btn01 - */
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 {
  font-family: "finalsix", sans-serif;
  font-size: 28px;
  line-height: 1;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 > * {
  transition: opacity 0.6s;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 > *:not(:last-child)::after {
  margin: 0 20px;
  content: " / ";
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 > *:not(:last-child)::after {
    margin: 0 20px 0 13px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 > * {
  /* act */
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 > *:not(.act) {
  opacity: 0.3;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_btn01 {
    font-size: 26px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox {
  /* - tabBox_cnt - */
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt {
  margin-top: 60px;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt > :not(:first-child) {
  display: none;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt {
    margin-top: 40px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox > * {
  margin-bottom: 30px;
}
@media screen and (min-width: 901px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox > * {
    width: calc((100% - 60px) / 3);
  }
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox > *:not(:nth-child(3n)) {
    margin-right: 30px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox {
  /* -- pulldown --*/
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .pulldown dt a {
  display: block;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .pulldown dd {
  font-size: 12px;
  line-height: 1.66;
  letter-spacing: 0.05em;
  display: none;
  padding: 6px 0 0;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .pulldown dd {
    font-size: 10px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .pulldown dd .txt {
  margin-top: 3px;
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox {
    margin-bottom: -15px;
  }
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox > * {
    margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
  }
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order1,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order3,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order5,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order7,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order9,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order11,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order13,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order15,
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_cnt .itemBox .order17 {
    margin-right: 15px;
  }
}
.dh_lp_wrapper #lpCnt .tabBox {
  /* - tabBox_btn02 - */
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn02 {
  font-family: "finalsix", sans-serif;
  font-size: 18px;
  line-height: 1;
  text-align: right;
  margin-top: 60px;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn02 > *.act {
  display: none;
}
.dh_lp_wrapper #lpCnt .tabBox .tabBox_btn02 a::after {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 7px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #050000;
  border-right: 2px solid #050000;
  content: "";
  transform: rotate(45deg);
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_btn02 a::after {
    top: -1px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 900px) {
  .dh_lp_wrapper #lpCnt .tabBox .tabBox_btn02 {
    font-size: 16px;
    margin-top: 40px;
  }
}
.dh_lp_wrapper #lpCnt {
  /* -- 'inview' フェードプラグイン -- */
  /* フェードアップ */
}
.dh_lp_wrapper #lpCnt .fade {
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
}
.dh_lp_wrapper #lpCnt .on.fade {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=style.css.map */