@charset "UTF-8";
/*ブレークポイント*/
/* Fonts
------------------------------------------------------------*/
/* html {
  font-size: 62.5%;
}

body {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  line-break: strict;
} */

.dh_lp_wrapper{
  padding-top: 20px;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper{
    padding-top: 0;
  }
}

.dh_lp_wrapper #wrapper {
  overflow: hidden;
  margin: 0px auto;
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper #wrapper {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper #wrapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.dh_lp_wrapper #wrapper .hand {
  font-family: "Mansalva", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.dh_lp_wrapper #main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.dh_lp_wrapper #main h1 {
  letter-spacing: 0;
  font-weight: normal;
  margin: 0;
}
.dh_lp_wrapper #main a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dh_lp_wrapper #main a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dh_lp_wrapper #main .main_img {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .dh_lp_wrapper #main {
    margin: 0 auto 0;
  }
}
/*
タイトル
ーーーーーーーーーーー*/
.dh_lp_wrapper #ttl {
  position: relative;
  text-align: center;
}
.dh_lp_wrapper #ttl .catch {
  font-size: 6rem;
  font-weight: normal;
  text-shadow: 0px 0px 5px #87c3eb;
  line-height: 1em;
  position: absolute;
  width: 50vw;
  height: 100%;
  letter-spacing: 0em;
  align-content: center;
  z-index: 2;
  color: #fff;
}
.dh_lp_wrapper #ttl .catch .red {
  color: rgb(213, 65, 73);
}
.dh_lp_wrapper #ttl .catch .navy {
  color: rgb(74, 92, 142);
}
.dh_lp_wrapper #ttl .catch .date {
  font-size: 0.5em;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper #ttl .catch {
    font-size: 5vw;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper #ttl .catch {
    width: 100%;
    height: 46%;
    font-size: 10vw;
    text-align: center;
  }
}

/*
コンテンツ
ーーーーーーーーーーー*/
.dh_lp_wrapper main#content {
  width: 100%;
  margin: 0 auto;
  line-height: 1.8;
}
.dh_lp_wrapper main#content .inr {
  padding: 2vw;
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .dh_lp_wrapper main#content .inr {
    padding: 50px;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content .inr {
    padding: 0 6vw;
  }
}

.dh_lp_wrapper main#content section.copy {
  text-align: center;
  padding-bottom: 3em;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.copy {
    text-align: left;
    text-align: justify;
    text-justify: inter-ideograph;
    line-break: strict;
    word-break: break-word;
    word-break: break-word;
    word-wrap: break-word;
  }
}
.dh_lp_wrapper main#content section.copy h1 {
  font-family: "EB Garamond", "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: normal;
  font-size: 1.8rem;
  color: rgb(213, 65, 73);
  padding-bottom: 1em;
  line-height: 1.8;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.copy h1 {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.copy h1 {
    font-size: 1.4rem;
  }
}
.dh_lp_wrapper main#content section.unit {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10em;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.unit {
    padding-bottom: 6em;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit {
    flex-direction: column;
    padding-bottom: 5em;
  }
}
.dh_lp_wrapper main#content section.unit > div {
  display: flex;
}
.dh_lp_wrapper main#content section.unit .txt_wrap {
  width: 43%;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 8rem;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.unit .txt_wrap {
    background-size: auto 6rem;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit .txt_wrap {
    width: 100%;
    justify-content: center;
    padding-bottom: 0.5em;
    background-repeat: repeat-x;
  }
}
.dh_lp_wrapper main#content section.unit .txt_wrap .txt {
  max-width: 80%;
  width: 24em;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit .txt_wrap .txt {
    max-width: 90%;
    width: 88vw;
  }
}
.dh_lp_wrapper main#content section.unit .txt_wrap h1 {
  font-size: 3.8rem;
  padding: 3em 0 0.5em;
  line-height: 1.2em;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.unit .txt_wrap h1 {
    font-size: 2.8rem;
    padding: 3.3em 0 0.8em;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit .txt_wrap h1 {
    padding-bottom: 0.3em;
    padding-top: 2.8em;
  }
}
.dh_lp_wrapper main#content section.unit .txt_wrap .cap {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
  padding-bottom: 1em;
}
.dh_lp_wrapper main#content section.unit .txt_wrap .spec a {
  border-bottom: 1px solid #555;
  line-height: 1em;
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
  display: inline-block;
  margin-right: 1em;
}
.dh_lp_wrapper main#content section.unit .txt_wrap .spec a:hover {
  border-bottom: 1px solid #fff;
  color: #000;
}
.dh_lp_wrapper main#content section.unit .txt_wrap .spec span {
  padding-right: 1em;
}
.dh_lp_wrapper main#content section.unit .txt_wrap .spec span.later {
  font-size: 0.9em;
}
.dh_lp_wrapper main#content section.unit:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.dh_lp_wrapper main#content section.unit:nth-of-type(2n+1) .txt_wrap {
  background-position: top right;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit:nth-of-type(2n+1) .txt_wrap {
    justify-content: center;
  }
}
.dh_lp_wrapper main#content section.unit.beige .txt_wrap {
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/ama-20260415/images/check_b.webp);
}
.dh_lp_wrapper main#content section.unit.beige h1 {
  color: rgb(183, 169, 127);
}
.dh_lp_wrapper main#content section.unit.red .txt_wrap {
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/ama-20260415/images/check_r.webp);
}
.dh_lp_wrapper main#content section.unit.red h1 {
  color: rgb(213, 65, 73);
}
.dh_lp_wrapper main#content section.unit.navy .txt_wrap {
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/ama-20260415/images/check_n.webp);
}
.dh_lp_wrapper main#content section.unit.navy h1 {
  color: rgb(74, 92, 142);
}
.dh_lp_wrapper main#content section.unit .img {
  width: 54%;
  justify-content: center;
}
.dh_lp_wrapper main#content section.unit .img img {
  width: 98%;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.unit .img {
    width: 100%;
  }
}
.dh_lp_wrapper main#content section.unit.large .img img {
  width: 100%;
}
.dh_lp_wrapper main#content section.unit.small .img img {
  width: 95%;
}
.dh_lp_wrapper main#content section.present {
  background-repeat: repeat-x;
  background-image: url(https://image.store.sanyo-shokai.co.jp/contents/special/ama-20260415/images/check_r.webp);
  background-position: top center;
  background-size: auto 8rem;
  padding-bottom: 3em;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.present {
    background-size: auto 6rem;
  }
}
.dh_lp_wrapper main#content section.present h1 {
  color: rgb(213, 65, 73);
  background: #fff;
  font-size: 3rem;
  width: 14em;
  margin: 0 auto;
  text-align: center;
  line-height: 8rem;
  height: 8rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 1025px) {
  .dh_lp_wrapper main#content section.present h1 {
    font-size: 2.4rem;
    width: 13em;
    line-height: 6rem;
    height: 6rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.present h1 {
    font-size: 2.2rem;
    width: 11.5em;
    letter-spacing: -0.02em;
  }
}
.dh_lp_wrapper main#content section.present .inr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.present .inr {
    flex-direction: column;
  }
}
.dh_lp_wrapper main#content section.present .img {
  width: 30%;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.present .img {
    width: 60%;
    padding-bottom: 2em;
  }
}
.dh_lp_wrapper main#content section.present .txt_wrap {
  width: 65%;
}
.dh_lp_wrapper main#content section.present .txt_wrap .txt {
  padding-bottom: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  word-break: break-word;
  word-break: break-word;
  word-wrap: break-word;
}
.dh_lp_wrapper main#content section.present .txt_wrap a {
  border-bottom: 1px solid #555;
  line-height: 1em;
  padding-bottom: 0.2em;
  margin-bottom: 0.7em;
  display: inline-block;
  margin-right: 1em;
}
.dh_lp_wrapper main#content section.present .txt_wrap a:hover {
  border-bottom: 1px solid #fff;
  color: #000;
}
@media screen and (max-width: 750px) {
  .dh_lp_wrapper main#content section.present .txt_wrap {
    width: 100%;
  }
}

.dh_lp_wrapper .linktop a {
  padding: 25% 0;
}

.dh_lp_wrapper .linktop img {
  vertical-align: baseline;
}