@charset "UTF-8";
/* ==========================================================
 mixin 
========================================================== */
@font-face {
  font-family: "this";
  src: url(../../../font/Baskerville.ttc);
}

svg {
  width: 80%;
  z-index: 1;
}
@media (max-width: 1079px) {
  svg {
    width: 70%;
  }
}
@media (max-width: 767px) {
  svg {
    width: 90%;
  }
}
svg path {
  fill: url(#gradient);
}
svg #stop1 {
  animation: step1 2s ease-in-out infinite alternate;
}
svg #stop2 {
  animation: step2 2s ease-in-out infinite alternate;
}
@keyframes step1 {
  0% {
    stop-color: #BE7F02;
  }
  100% {
    stop-color: #fff6d3;
  }
}
@keyframes step2 {
  0% {
    stop-color: #fff9e0;
  }
  100% {
    stop-color: #BE7F02;
  }
}

/* ==========================================================
    rwd switch
========================================================== */
.u-darw {
  pointer-events: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);
  transition: 0.3s;
  pointer-events: none;
}

.u-darw.darw-close {
  transform: translateY(0%) rotate(315deg);
}

.u--link {
  cursor: pointer;
}

.u-anno {
  font-size: 10px!important;
  line-height: 1.5;
}

.u-paddn {
  padding: 0!important;
}

.u-font-b {
  font-family: "source-han-sans-japanese", sans-serif !important;
  font-weight: 700;
}

.u-font-semi {
  font-weight: 600;
}

.u-font-med {
  font-weight: 500;
}

.u-siz-eng {
  font-size: 1.06em;
}

@font-face {
  font-family: "this";
  src: url("../../font/Baskerville.ttc");
}
img {
  height: auto;
  width: 100%;
}

.slide-arrow {
  z-index: 2;
}

:root {
  --TDH_primary: linear-gradient(#FFF, #F1EFE4);
  --TDH_secondary: #5F7492;
  --TDH_smallg: #ae7c0f;
  --TDH_color_main: #1A3863;
  --TDH_paper: linear-gradient(#fff,#D9D9DE);

  --TDH_color_main: #000000;
  --TDH_color_sub: #7E7E7E;
  --TDH_color_gold: #AA8944;
}

/* ==========================================================
    base
========================================================== */
main {
  overflow: unset;
}
html {
  overflow-y: inherit;
}
html.is-locked {
  overflow-y: hidden;
}

.contents-wrap {
  font-family: "this";
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: var(--TDH_color_main);
  font-size: min(1.5vw, 20px);
  font-weight: 500;
}
@media (min-width: 768px) {
  .contents-wrap {
    min-width: 1140px;
  }
}
@media (max-width: 1080px) {
  .contents-wrap {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .contents-wrap {
    min-width: 0;
    font-size: 13px;
  }
}
.contents-wrap .contents {
  overflow-x: hidden;
}
.contents-wrap .inner {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .contents-wrap .inner {
    width: 90%;
  }
}
.contents-wrap i {
  font-style: normal;
}
.contents-wrap sup {
  font-size: 10px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .contents-wrap .onlyPc {
    display: none;
  }
}
.contents-wrap .onlySp {
  display: none;
}
@media (max-width: 767px) {
  .contents-wrap .onlySp {
    display: block;
  }
}
@media (max-width: 600px) {
  .contents-wrap .notSp {
    display: none;
  }
}
.contents-wrap .hide {
  visibility: hidden;
}
.contents-wrap .inline {
  display: inline-block;
}
.contents-wrap picture {
  position: relative;
  display: block;
}

/* ==========================================================
    mv
========================================================== */
.contents-wrap .mv {
  width: 100%;
  position: relative;
}
.contents-wrap .mv::after {
  content: "";
  position: absolute;
  height: 20%;
  width: 100%;
  bottom: 0;
  display: inline-block;
  background: linear-gradient(0deg, #1A3863, transparent);
  mix-blend-mode: multiply;
}
.contents-wrap .mv span {
  width: 100%;
  color: #fff;
  text-align: center;
  line-height: 2;
  font-size: 1.1em;
  text-shadow: 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000, 0 0 15px #000;
}
@media (max-width: 1080px) {
  .contents-wrap .mv span {
    line-height: 1.6;
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .contents-wrap .mv span {
    bottom: 5%;
  }
}
.contents-wrap .mv img {
  z-index: 0;
}

.contents-wrap .titleWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  width: 100%;
  top: 50%;
  transform: translate(0, -35%);
  position: absolute;
  padding: 2rem 0;
}
@media (max-width: 600px) {
  .contents-wrap .titleWrap {
    bottom: 8%;
    top: unset;
    transform: unset;
  }
}
.contents-wrap .titleWrap__img {
  filter: drop-shadow(0px 0px 5px #333) drop-shadow(0px 0px 10px #333) drop-shadow(0px 0px 10px #333) drop-shadow(0px 0px 10px #333);
}
.contents-wrap svg {
  width: 57.29%;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents-wrap svg {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .contents-wrap svg {
    width: 90%;
  }
}
.contents-wrap svg path {
  fill: url(#gradient);
}
.contents-wrap svg #stop1 {
  animation: step1 2s ease-in-out infinite alternate;
}
.contents-wrap svg #stop2 {
  animation: step2 2s ease-in-out infinite alternate;
}
@keyframes step1 {
  0% {
    stop-color: #BE7F02;
  }
  100% {
    stop-color: #fff6d3;
  }
}
@keyframes step2 {
  0% {
    stop-color: #fff9e0;
  }
  100% {
    stop-color: #BE7F02;
  }
}

.contents-wrap .mv__anno {
  position: absolute;
  bottom: 1em;
  right: 1.5em;
  z-index: 10;
}
.contents-wrap .mv__anno p {
  color: #fff;
  font-weight: 300;
}

.contents-wrap section {
  position: relative;
}

.contents-wrap .box_noise::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C!--svg:firstlayer--%3E%0A%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%0A  %3Cfilter id='noiseFilter'%3E%0A%3CfeTurbulence %0Atype='fractalNoise' %0AbaseFrequency='0.65' %0AnumOctaves='3' %0AstitchTiles='stitch'/%3E%0A%3C/filter%3E%0A%0A  %3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%0A%3C/svg%3E");
  background-size: 180px 180px;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: 0;
}

/* 追従ボタン */
.contents-wrap .mainBtn {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  z-index: 2;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contents-wrap .mainBtn {
    font-size: 14px;
  }
}
.contents-wrap .mainBtn a {
  position: relative;
  padding: 1.3rem;
  display: block;
  width: 33.3333333333%;
  background: var(--TDH_color_sub);
  color: #fff;
  text-align: center;
  border-right: #c3c0bc solid 1px;
  box-sizing: border-box;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .contents-wrap .mainBtn a {
    padding: 1rem;
  }
}
@media (max-width: 600px) {
  .contents-wrap .mainBtn a {
    display: block;
    font-size: 12px;
    padding: 0.5rem 0.5rem 1.7rem;
  }
}
.contents-wrap .mainBtn a::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  margin: 0.3rem 0.5rem;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media (max-width: 600px) {
  .contents-wrap .mainBtn a::after {
    display: block;
    width: 7px;
    height: 7px;
    left: calc(50% - 10px);
    position: absolute;
  }
}
.contents-wrap .mainBtn a:hover {
  background: var(--TDH_color_main);
  transition: 0.3s;
}
.contents-wrap .mainBtn a:hover::after {
  animation-name: bounce;
}
@media (max-width: 600px) {
  .contents-wrap .mainBtn a:hover::after {
    animation-name: none;
  }
}
.contents-wrap .mainBtn .black {
  background-color: var(--TDH_color_main);
  transition: 0.3s;
}
.contents-wrap .mainBtn .black:hover {
  background: #fff;
  color: var(--TDH_color_main);
}
.contents-wrap .mainBtn .black:hover::after {
  border-top: 1px solid var(--TDH_color_main);
  border-right: 1px solid var(--TDH_color_main);
}
.contents-wrap .mainBtn .gold {
  background-color: var(--TDH_color_gold);
  transition: 0.3s;
}
.contents-wrap .mainBtn .gold:hover {
  background: #fff;
  color: var(--TDH_color_gold);
}
.contents-wrap .mainBtn .gold:hover::after {
  border-top: 1px solid var(--TDH_color_gold);
  border-right: 1px solid var(--TDH_color_gold);
}
@keyframes bounce {
  0% {
    transform: translate(0, 0) rotate(135deg);
  }
  50% {
    transform: translate(0, 7px) rotate(135deg);
  }
  100% {
    transform: translate(0, 0) rotate(135deg);
  }
}

/* ==========================================================
    concept section
========================================================== */
.contents-wrap .lpMain {
  position: relative;
  display: flex;
  justify-content: center;
}
.contents-wrap .lpMain .lpMain__bk {
  background: linear-gradient(#FFFFFF, #F1EFE4);
  width: 100%;
  height: 100%;
}
.contents-wrap .firstcv {
  position: relative;
  padding: clamp(2rem / 3 * 2, 7vw / 3 * 2, 9rem / 3 * 2) 0 0;
  z-index: 1;
  > a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 545px;
    height: 94px;
    border-radius: 5px;
    margin: 0 auto;
    background: var(--TDH_color_gold);
    text-decoration: none;
    transition: 0.3s;
    body.pc &:hover {
      background: var(--TDH_color_main);
    }
    &::after {
      content: '';
      display: block;
      position: absolute;
      right: 1rem;
      top: 50%;
      width: 10px;
      height: 10px;
      border: 2px solid #fff;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-50%) rotate(45deg);
      transition: 0.3s;
      pointer-events: none;
    }
    span {
      display: block;
      color: #fff;
      font-size: 23px;
      line-height: 1.5;
      text-align: center;
    }
  }
}
.contents-wrap .lpMain .conceptWrap {
  padding-top: clamp(2rem, 7vw, 9rem);
  padding-bottom: min(7vw, 9rem);
}
.contents-wrap .lpMain .conceptWrap__imgblock {
  max-width: 960px;
  margin-top: clamp(4.5rem ,7vw , 6rem);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.contents-wrap .lpMain picture:nth-child(1) {
  width: 62.5%;
}
.contents-wrap .lpMain picture:nth-child(2) {
  width: 36.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contents-wrap .firstcv {
    width: 90%;
    margin: 0 auto;
    padding: clamp(2rem * 1.1, 7vw * 1.1, 9rem * 1.1) 0 0;
    > a {
      width: 100%;
      height: auto;
      padding: 0.9rem 0;
      span {
        font-size: 1.4rem;
        text-align: left;
      }
    }
  }
  .contents-wrap .lpMain .conceptWrap {
    margin-bottom: 0;
  }
  .contents-wrap .lpMain .conceptWrap__imgblock {
    flex-direction: column;
  }
  .contents-wrap .lpMain picture:nth-child(1) {
    width: 100%;
  }
  .contents-wrap .lpMain picture:nth-child(2) {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .contents-wrap .lpMain picture:nth-child(2) img {
    width: calc(50% - .5rem);
  }
}
@media (max-width: 600px) {
  .contents-wrap .firstcv {
    > a {
      padding: 0.8rem 0;
      span {
        font-size: 1.6rem;
      }
    }
  }
}

.contents-wrap .btnTitle {
  text-align: center;
}
@media (max-width: 767px) {
  .contents-wrap .btnTitle {
    padding-bottom: 2rem;
  }
}
.contents-wrap .btnTitle h2 {
  border-bottom: 1.5px solid #BE7F02;
  -o-border-image: linear-gradient(to right, #BE7F02 0%, #FFDC50 50%, #BE7F02 100%);
     border-image: linear-gradient(to right, #BE7F02 0%, #FFDC50 50%, #BE7F02 100%);
  border-image-slice: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5rem 1rem;
  font-size: clamp(14px, 3vw, 24px);
  font-weight: 600;
  line-height: 1.6;
}
.contents-wrap .btnTitle h2 em {
  font-size: 1.5em;
  letter-spacing: normal;
  font-style: normal;
}
.contents-wrap .conceptWrap__txtblock {
  font-size: clamp(12px, 4vw, 24px);
}
.contents-wrap .btnTitle p {
  padding: 0 0.5rem;
  font-size: 1em;
}
.contents-wrap .btnTitle p:not(.conceptWrap__txt) {
  padding-top: min(5.5vw ,3.5rem);
  padding-bottom: min(8.5vw ,5rem);
}

.contents-wrap .btnTitle p em {
  display: inline-block;
  color: #ac8329;
  font-weight: 700;
  position: relative;
  text-underline-offset: 8px;
  text-decoration-line: underline;
}
.contents-wrap .conceptWrap {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--TDH_color_main);
}
.contents-wrap .conceptWrap__ttl--con {
  padding-top: unset;
}
.contents-wrap .btnTitle p.conceptWrap__txt {
  font-size: 0.8em;
}

.contents-wrap .fullWrap:nth-of-type(2) {
  background: #E6E5E4;
}
.contents-wrap .fullWrap:nth-of-type(3) {
  position: relative;
}
.contents-wrap .fullWrap:nth-of-type(3)::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3C!--svg:firstlayer--%3E%0A%3Csvg viewBox='0 0 250 250' xmlns='http://www.w3.org/2000/svg'%3E%0A  %3Cfilter id='noiseFilter'%3E%0A%3CfeTurbulence %0Atype='fractalNoise' %0AbaseFrequency='0.65' %0AnumOctaves='3' %0AstitchTiles='stitch'/%3E%0A%3C/filter%3E%0A%0A  %3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%0A%3C/svg%3E");
  background-size: 180px 180px;
  background-repeat: repeat;
  opacity: 0.5;
  z-index: 0;
}
.contents-wrap .fullWrap:nth-of-type(4) {
  background: #EFF4F7;
}
.contents-wrap .fullWrap:nth-of-type(5) {
  background: #2F2F2F
}

.contents-wrap .fullWrap--no {
  background: unset !important;
}
.contents-wrap .tokucho .strength {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .contents-wrap .tokucho .strength {
    padding: 2rem 0 3.5rem;
  }
}

/* ==========================================================
    tokucho section
========================================================== */
.contents-wrap .features__block {
  display: flex;
  width: calc(75% + (100% - 75%) / 2);
  max-width: calc(1080px + (100% - 1080px) / 2);
  gap: 4rem;
  justify-content: space-between;
  align-items: stretch;
}
.contents-wrap .features__block--left {
  margin-left: auto;
}
.contents-wrap .features__block--right {
  flex-flow: row-reverse;
  margin-right: auto;
}
.contents-wrap .features__block .artWrap {
  width: calc(100% - (100vw * 0.55));
  max-width: 36rem;
}
.contents-wrap .features__block .artWrap .info {
  margin: 4.5rem 0 5.0rem;
}
.contents-wrap .features__block picture,
.contents-wrap .features__block .picture {
  overflow: hidden;
  width: calc(100vw * 0.55);
  position: relative;
}

.contents-wrap .fullWrap:nth-of-type(4) .features__block picture {
  max-height: 80rem;
}
.contents-wrap .features__block picture img,
.contents-wrap .features__block .picture img {
  height: 100%;
  object-fit: cover;
}
.contents-wrap .features__block picture img.right,
.contents-wrap .features__block .picture img.right {
  object-position: right;
}
.contents-wrap .features__block picture img.left,
.contents-wrap .features__block .picture img.left {
  object-position: left;
}
.contents-wrap .features__block picture img.center,
.contents-wrap .features__block .picture img.center {
  object-position: center;
}
.contents-wrap .features__block .design-essence__txt {
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
@media (max-width: 1080px) {
  .contents-wrap .features__block {
    width: calc(90% + (100% - 90%) / 2);
  }
  .contents-wrap .features__block .artWrap {
    width: 37%;
  }
  .contents-wrap .features__block picture,
  .contents-wrap .features__block .picture {
    width: 63%;
  }
}
@media (max-width: 767px) {
  .contents-wrap .features__block {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  .contents-wrap .features__block .artWrap {
    width: 100%;
    padding: 0 1.5rem;
  }
  .contents-wrap .features__block .artWrap .info {
    margin: 0;
    text-align: center;
  }
  .contents-wrap .features__block picture,
  .contents-wrap .features__block .picture {
    width: 100%;
  }
  .contents-wrap .fullWrap:nth-of-type(3) .features__block picture {
    width: 80%;
    visibility: hidden;
  }

  .contents-wrap .features__block .infoTxt {
    padding: 0 1.5rem;
    margin-top: 2.5rem;
  }
  .contents-wrap .features__block .infoTxt p:not(.u-anno) {
    text-align: center;
  }
}

.contents-wrap .features__detail {
  margin-top: 9rem;
  padding-bottom: 3rem;
}
.sliderNomal{
  display: none;
}
.sliderNomal.slick-initialized{
  display: block;
}
.sliderNomal .sliderNomal_inner {
  display: flex;
  gap: 50px;
}
.sliderNomal .sliderNomal_contents {
  display: block;
  width: 43%;
}
.sliderNomal .sliderNomal_contents .head {
  font-size: clamp(15px, 4vw , 22px);
  font-weight: 600;
  margin-bottom: 27px;
}
.sliderNomal .sliderNomal_contents .txt {
  font-size: clamp(14px, 1.3vw , 16px);
}
.sliderNomal .sliderNomal_pic {
  display: flex;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  width: 49.5%;
}
.sliderNomal .sliderNomal_pic img {
  width: auto;
  height: 205px;
}
@media (max-width: 767px) {
  .contents-wrap .features__detail {
    margin-top: 2.8rem;
    padding-bottom: 0;
  }
  .sliderNomal .sliderNomal_inner {
    flex-direction: column-reverse;
    gap: 17.5px;
  }
  .sliderNomal .sliderNomal_contents {
    width: 100%;
  }
  .sliderNomal .sliderNomal_contents .head{
    margin-bottom: 15px;
  }
  .sliderNomal .sliderNomal_contents .head,
  .sliderNomal .sliderNomal_contents .txt {
    text-align: center;
  }
  .sliderNomal .sliderNomal_pic {
    grid-template-columns: 1fr;
    width: 100%;
    flex-flow: column;
  }
  .sliderNomal .sliderNomal_pic img {
    width: 100%;
    height: auto;
  }
}


.contents-wrap .tokucho .strength .artWrap .info h3 {
  color: var(--TDH_color_gold);
  font-size: clamp(20px, 4vw, 34px);
  line-height: 1.2;
  letter-spacing: normal;
  font-weight: 600;
}
.contents-wrap .tokucho .strength .artWrap .info h3 em {
  font-size: 1.45em;
}
@media (max-width: 767px) {
  .contents-wrap .tokucho .strength .artWrap .info h3 {
    line-height: 1;
  }
}
.contents-wrap .tokucho .strength .artWrap .info span {
  margin: min(6vw, 7rem) 0 min(6vw, 3rem);
  display: block;
  font-size: clamp(15px, 4vw, 22px);
  font-weight: 600;
  position: relative;
}
.contents-wrap .tokucho .strength .artWrap .info span > small {
  position: absolute;
  font-size: 0.7em;
  top: 2.5em;
  left: 5em;
}
@media (max-width: 767px) {
  .contents-wrap .tokucho .strength .artWrap .info span > small {
    font-size: 0.8em;
    top: 2em;
    left: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .contents-wrap .tokucho .strength .artWrap .info span {
    font-size: clamp(14px, 3.5vw, 22px);
  }
}
.contents-wrap .tokucho .strength .u--white {
  color: #FFF
}
.contents-wrap .tokucho .strength .infoTxt p:not(.u-anno) {
  font-size: clamp(13px ,3vw, 16px);
}
.contents-wrap .tokucho .strength .infoTxt p.u-anno {
  margin-top: clamp(1.5rem, 4.6vw, 7rem);
}
.contents-wrap .tokucho .strength .infoTxt p.u-anno + p.u-anno {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .contents-wrap .tokucho .strength .artWrap .info span {
    margin: max(3vw, 1.3rem) 0 max(4vw, 1rem);
  }
}

.contents-wrap .indexWrap {
  padding: 4.8% 0;
  position: relative;
}
@media (max-width: 767px) {
  .contents-wrap .indexWrap {
    padding: 4.7rem 0 2.7rem;
  }
}
.contents-wrap .tokuchoIndex {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  padding: 0 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .contents-wrap .tokuchoIndex {
    width: 100%;
  }
}
.contents-wrap .tokuchoIndex ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents-wrap .tokuchoIndex ul li {
  width: calc((100% / 2) - 2.8rem);
  margin: 0 1.4rem;
  position: relative;
}
.contents-wrap .tokuchoIndex ul li:nth-of-type(1)::after,
.contents-wrap .tokuchoIndex ul li:nth-of-type(2)::after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #BE7F02 0%, #FFDC50 50%, #BE7F02 100%);
  display: block;
  position: absolute;
  transform: translateY(-50%);
  bottom: 0;
}
.contents-wrap .tokuchoIndex ul li:nth-of-type(1)::after {
  left: 0;
}
.contents-wrap .tokuchoIndex ul li:nth-of-type(2)::after {
  right: 0;
}
.contents-wrap .tokuchoIndex ul li:nth-of-type(2n) .dexwrap::after {
  display: none;
}
@media (max-width: 1080px) {
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2n) .dexwrap::after {
    display: unset;
  }
  .contents-wrap .tokuchoIndex ul li:nth-of-type(1)::after,
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2)::after {
    width: calc(100% - 1.4rem);
  }
}
@media (max-width: 1080px) {
  .contents-wrap .tokuchoIndex ul li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .contents-wrap .tokuchoIndex ul li {
    width: calc(50% - 1rem);
  }
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2n-1) {
    margin-left: unset;
  }
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2n) {
    margin-right: unset;
  }
  .contents-wrap .tokuchoIndex ul li:nth-of-type(1)::after,
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2)::after {
      width: calc(100% - 0.9rem);
  }
}
@media (max-width: 1080px) {
  .contents-wrap .tokuchoIndex ul li:nth-of-type(2n) .dexwrap::after {
    display: none;
  }
}
.contents-wrap .tokuchoIndex ul a {
  color: var(--TDH_color_gold);
}
.contents-wrap .tokuchoIndex ul a:hover .arrow {
  animation-name: ounce;
}
@media (max-width: 767px) {
  .contents-wrap .tokuchoIndex ul a:nth-of-type(1) li::after {
    height: 8rem;
  }
}
@media (max-width: 600px) {
  .contents-wrap .tokuchoIndex ul a:nth-of-type(1) li::after {
    height: 8rem;
  }
}
.contents-wrap .tokuchoIndex ul .dexwrap {
  padding: 3rem 0rem 2.5rem;
  text-align: center;
  position: relative;
  letter-spacing: normal;
  font-size: clamp(10px, 3vw, 20px);
}
@media (max-width: 767px) {
  .contents-wrap .tokuchoIndex ul .dexwrap {
    padding: 2.5rem 0;
  }
}
@media (max-width: 600px) {
  .contents-wrap .tokuchoIndex ul .dexwrap {
    padding: 10px 0;
    font-size: clamp(10px, 2.5vw, 20px);
  }
}
.contents-wrap .tokuchoIndex ul .dexwrap::after {
  content: "";
  height: 85%;
  width: 1px;
  background: linear-gradient(to bottom, #BE7F02 0%, #FFDC50 50%, #BE7F02 100%);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.4rem;
}
@media (max-width: 767px) {
  .contents-wrap .tokuchoIndex ul .dexwrap::after {
    height: 8.5rem;
    right: 0;
  }
}
@media (max-width: 600px) {
  .contents-wrap .tokuchoIndex ul .dexwrap::after {
    height: 6.5rem;
    right: -0.5rem;
  }
}
@media (max-width: 1080px) {
  .contents-wrap .tokuchoIndex ul .dexwrap::after {
    right: 0;
  }
}
.contents-wrap .tokuchoIndex ul .dexwrap em {
  font-size: 1.3em;
}

.contents-wrap .tokuchoIndex ul .dexwrap span {
  color: var(--TDH_color_main);
  font-size: clamp(11px, 3.5vw, 18px);
  letter-spacing: normal;
  display: block;
  line-height: 2;
}
@media (max-width: 600px) {
  .contents-wrap .tokuchoIndex ul .dexwrap span {
    margin: 1rem 0 0.5rem;
    font-size: clamp(11px, 3.5vw, 12px);
  }
}
.contents-wrap .tokuchoIndex .annoTxt {
  margin-top: 3rem;
}
@keyframes ounce {
  0% {
    transform: translateY(0) rotate(135deg);
  }
  50% {
    transform: translate(0, 10px) rotate(135deg);
  }
  100% {
    transform: translateY(0) rotate(135deg);
  }
}
.contents-wrap .line {
  width: 44.11%;
  height: 1px;
  background-color: var(--TDH_color_main);
  margin: 0.3rem auto;
}
@media (max-width: 600px) {
  .contents-wrap .line {
    width: 4rem;
  }
}
.contents-wrap .arrow {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid var(--TDH_color_main);
  border-right: 1px solid var(--TDH_color_main);
  transform: rotate(135deg);
  margin: 0.5rem auto;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@media (max-width: 600px) {
  .contents-wrap .arrow {
    width: 7px;
    height: 7px;
  }
}

/* ==========================================================
    MODEL PLAN section
========================================================== */
.contents-wrap .process {
  padding-bottom: 5rem;
}
.contents-wrap .process .obi {
  background: var(--TDH_color_sub);
  padding: 4rem 0;
  text-align: center;
  color: #fff;
}
.contents-wrap .process .obi h2 {
  font-size: 1.5em;
}
@media (max-width: 600px) {
  .contents-wrap .process .obi {
    padding: 2rem 0;
  }
}
.contents-wrap .process .obi h2 em {
  font-size: 1.2em;
}
.contents-wrap .process .plan__tit {
  padding: 8rem 0 4rem;
  text-align: center;
}
.contents-wrap .process .plan__tit h3 {
  font-size: clamp(15px, 4vw, 30px);
}
.contents-wrap .process .plan__tit h3 > em {
  font-size: 1.1em;
}
.contents-wrap .process .plan__tit p {
  font-size: clamp(14px, 3.8vw, 18px);
  line-height: 1;
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
.contents-wrap .process .plan__tit p > i {
  width: 1.5em;
  display: flex;
}
.contents-wrap .process .house {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.contents-wrap .process .house .house__block {
  width: 46%;
}
@media (max-width: 767px) {
  .contents-wrap .process .house {
    flex-flow: column;
    row-gap: 5rem;
    margin-bottom: 3rem;
  }
  .contents-wrap .process .house .house__block {
    width: 100%;
  }
  .contents-wrap .process .plan__tit {
    padding: 2.5rem 0 2rem;
  }
  .contents-wrap .process .plan__tit p {
    margin-top: 1.5rem;
  }
}

.contents-wrap .process .house .house__block > h4 {
  color: var(--TDH_color_gold);
  font-size: min(5.5vw, 35px);
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
.contents-wrap .process .house .house__block > h4 > em{
  font-size: 1.4em;
}
.contents-wrap .process .house .layout {
  position: relative;
  margin-top: 3rem;
}
.contents-wrap .process .house .house__block:first-child .layout::after {
  content: "";
  background-image: url(../../img/designersheim-kodate/compass.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 7%;
  height: auto;
  aspect-ratio: 268 / 331;
  position: absolute;
  bottom: 0;
  right: -1.5vw;
}
@media (max-width: 767px) {
  .contents-wrap .process .house .layout {
    margin-top: 2rem;
  }
}
.contents-wrap .process .house .layout > button {
  position: absolute;
  width: 7%;
  height: auto;
  display: flex;
  cursor: pointer;
}
.contents-wrap .process .house .layout > button > img {
  position: relative;
  z-index: 2;
}
.contents-wrap .process .house .layout > button::after {
  content: "";
  background-color: var(--TDH_color_gold);
  width: 110%;
  height: 110%;
  display: inline-block;
  position: absolute;
  filter: blur(5px);
  z-index: 1;
  animation:circleanime1 4s linear infinite;
}
.contents-wrap .process .house .layout > button.a {
  bottom: 20%;
  left: 8%;
}
.contents-wrap .process .house .layout > button.b {
  top: 20%;
  left: 39%;
}
.contents-wrap .process .house .layout > button.c {
  top: 44%;
  left: 50%;
}
.contents-wrap .process .house .layout > button.d {
  top: 7%;
  left: 66%;
}
.contents-wrap .process .house .layout > button.e {
  bottom: 18%;
  left: 28%;
}
.contents-wrap .process .house .layout > button.f {
  top: 18%;
  left: 58%;
}
@keyframes circleanime1{
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  80% {
    transform: scale(1.5);
    opacity: 1;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}

.contents-wrap .process .brandBook {
  background-color: #fff;
  padding: 5rem;
  z-index: 1;
  position: relative;
}
@media (max-width: 767px) {
  .contents-wrap .process .brandBook {
    padding: 3rem 1.5rem;
    margin-top: 6rem;
  }
}
.contents-wrap .process .brandBook span {
  text-align: center;
  display: block;
  font-size: min(1.7vw, 24px);
  margin-bottom: 3rem;
}
@media (max-width: 1080px) {
  .contents-wrap .process .brandBook span {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .contents-wrap .process .brandBook span {
    font-size: 16px;
  }
}
.contents-wrap .process .brandBook span em {
  color: var(--TDH_smallg);
}
.contents-wrap .process .brandBook .catalog {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4rem;
  row-gap: 1.5rem;
  margin-top: 2.1rem;
}
.contents-wrap .process .brandBook .catalog-block {
  display: flex;
  align-items: flex-end;
  position: relative;
  justify-content: space-between;
}
.contents-wrap .process .brandBook .catalog__img picture {
  box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
  margin: 0 auto 1.5rem;
}
.contents-wrap .process .brandBook .catalog__text {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.contents-wrap .process .brandBook .catalog__paper-block {
  background-color: #F1EFE4;
  padding: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 68.7%;
  position: relative;
}
.contents-wrap .process .brandBook .catalog__paper-block::after {
  content: "";
  width: 4rem;
  height: .5rem;;
  background-color: #AA8944;
  position: absolute;
  top: 50%;
  transform: translate(35%, -50%);
  right: -8%;
}
.contents-wrap .process .brandBook .catalog__paper-block::before {
  content: "";
  height: 4rem;
  width: .5rem;
  background-color: #AA8944;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  right: -8%;
}
.contents-wrap .process .brandBook .catalog__paper-block .catalog__img:first-child {
  width: 24.5%;
}
.contents-wrap .process .brandBook .catalog__paper-block .catalog__img:nth-child(2),
.contents-wrap .process .brandBook .catalog__paper-block .catalog__img:nth-child(3) {
  width: 32%;
}
.contents-wrap .process .brandBook .catalog__digital-block {
  width: 18%;
  margin-right: 4.5%;
  position: relative;
}
.contents-wrap .process .brandBook .catalog__digital-block .catalog__img picture {
  width: 91.5%;
}
.contents-wrap .process .brandBook .catalog__digital-block .benefits__badge {
  position: absolute;
  border: 1px solid #AA8944;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #AA8944;
  font-size: 1rem;;
  font-size: 10px;
  right: -4rem;
  top: -7rem;
  z-index: 1;
}
.contents-wrap .process .brandBook .catalog__digital-block .benefits__badge span {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  .contents-wrap .process .brandBook .catalog-block {
    flex-flow: column;
    align-items: center;
  }
  .contents-wrap .process .brandBook .catalog__img picture {
    margin: 0 auto 1rem;
  }
  .contents-wrap .process .brandBook .catalog__paper-block {
    width: 100%;
    padding: 2.5rem;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 9rem;
  }
  .contents-wrap .process .brandBook .catalog__paper-block::before {
    height: 3rem;
    width: .25rem;
    top: calc(100% + 4.5rem);
    left: 50%;
  }
  .contents-wrap .process .brandBook .catalog__paper-block::after {
    width: 3rem;
    top: auto;
    height: .25rem;
    bottom: -4.5rem;
    transform: translate(50%, 50%);
    right: 50%;
  }
  .contents-wrap .process .brandBook .catalog__paper-block .catalog__img:first-child {
    width: 100%;
    margin-bottom: 2rem;
  }
  .contents-wrap .process .brandBook .catalog__paper-block .catalog__img:first-child picture {
    width: 37%;
  }
  .contents-wrap .process .brandBook .catalog__paper-block .catalog__img:nth-child(2), .contents-wrap .process .brandBook .catalog__paper-block .catalog__img:nth-child(3) {
    width: 42%;
  }
  .contents-wrap .process .brandBook .catalog__text {
    font-size: 1rem;
  }
  .contents-wrap .process .brandBook .catalog__digital-block {
    width: 32%;
    margin-right: 0;
  }
  .contents-wrap .process .brandBook .catalog__digital-block .catalog__img picture {
    width: 100%;
  }
  .contents-wrap .process .brandBook .catalog__digital-block .benefits__badge {
    font-size: .8rem;
    width: 7rem;
    height: 7rem;
    left: -5rem;
    top: -6rem;
  }
  .contents-wrap .process .brandBook .catalog__digital-block .benefits__badge span {
    font-size: 1.1rem;
  }
}


.contents-wrap .process .brandBook .slide-wrap {
  margin: 3rem 0;
}
.contents-wrap .slide-arrow {
  width: min(10vw, 50px);
  height: min(10vw, 50px);
  background: transparent;
  padding: 10px;
  position: absolute;
  bottom: max(-4vw, -40px);
  transform: rotate(unset);
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border-radius: 50%;
  cursor: pointer;
}
.contents-wrap .sliderNomal .slide-arrow {
  bottom: calc(((min(10vw, 50px) + 60px) / 2) - ((min(10vw, 50px) / 2)));
}
@media (max-width: 767px) {
  .contents-wrap .slide-arrow {
    bottom: max(-3vw, -20px);
  }
  .contents-wrap .sliderNomal .slide-arrow {
    bottom: 0;
  }
}
.contents-wrap .slide-arrow::before {
  position: absolute;
  content: "";
  width: 30%;
  height: 30%;
  border-top: 1px solid var(--TDH_color_gold);
  border-right: 1px solid var(--TDH_color_gold);
  z-index: 1;
}
.contents-wrap .slide-arrow::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--TDH_color_gold);
}
.contents-wrap .prev-arrow {
  left: 10%;
}
.contents-wrap .prev-arrow::before {
  transform: rotate(225deg);
  left: 10px;
}
.contents-wrap .next-arrow {
  right: 10%;
}
.contents-wrap .next-arrow::before {
  transform: rotate(45deg);
  right: 10px;
}
@media (min-width: 768px) {
  .contents-wrap .slide-arrow:hover {
    background: var(--TDH_color_gold);
  }
  .contents-wrap .slide-arrow:hover::before {
    border-color: #fff;
  }
  .contents-wrap .slide-arrow:hover::after {
    background: #fff;
  }
}
@media (max-width: 767px) {
  .contents-wrap .slide-arrow:active {
    background: var(--TDH_color_gold);
  }
  .contents-wrap .slide-arrow:active::before {
    border-color: #fff!important;
  }
  .contents-wrap .slide-arrow:active::after {
    background: #fff!important;
  }
}


.contents-wrap .leaf-half {
  margin: 0 1.4rem;
  max-width: 400px;
  width: 30vw;
}
.contents-wrap .leaf {
  max-width: 800px;
  width: 60vw;
  margin-right: 1.4rem;
}
.contents-wrap .leaf-last {
  margin-right: unset;
  max-width: 800px;
  width: 60vw;
}
.contents-wrap .process {
  position: relative;
  z-index: 1;
}

.sliderNomal.slick-dotted.slick-slider {
  padding-bottom: calc(min(10vw, 50px) + 60px);
  margin-bottom: 0;
  position: relative;
}
.slick-dots {
  padding: 0;
  bottom: max(-2vw, -25px);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.sliderNomal .slick-dots {
  bottom: calc(((min(10vw, 50px) + 60px) / 2) - ((min(10vw, 50px) / 10)));
}
@media (max-width: 767px) {
  .sliderNomal.slick-dotted.slick-slider {
    padding-bottom: calc(min(10vw, 50px) + 20px);
  }
  .slick-dots {
    bottom: 0vw;
  }
  .sliderNomal .slick-dots {
    bottom: calc(((min(10vw, 50px) + 20px) / 2) - ((min(10vw, 50px) / 3)));
  }
}
@media (max-width: 600px) {
  .slick-dots {
    bottom: 5px;
  }
}
.slick-dots li {
  margin: 0 0.5rem;
  width: 10px;
  height: 10px;
}
@media (max-width: 600px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
  }
}
.slick-dots li button {
  width: 10px;
  height: 10px;
}
@media (max-width: 600px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
  }
}
.slick-dots li button::before {
  font-size: 10px;
  top: 0;
  width: 10px;
  height: 10px;
  line-height: 10px;
  color: #333;
}
@media (max-width: 600px) {
  .slick-dots li button::before {
    font-size: 7px;
    width: 7px;
    height: 7px;
  }
}
.slick-dots li.slick-active button::before {
  color: var(--TDH_color_gold);
  font-size: 12px;
}
.slick-dots li button::before {
  color: #000000;
  opacity: 0.25;
}

.p-conver {
  position: relative;
  z-index: 1;
}
@media (max-width: 600px) {
  .p-conver {
    padding-top: 3rem;
  }
}
.p-conver a {
  font-size: min(1.7vw, 24px);
  margin: 2rem auto;
  display: block;
  text-align: center;
  padding: 0.7rem 4rem;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.p-conver a span {
  display: inline-block;
  position: absolute;
  margin: 0 1rem;
  content: "";
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  top: calc(50% - 5px);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: 0.3s;
}
@media (max-width: 600px) {
  .p-conver a span {
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1080px) {
  .p-conver a {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .p-conver a {
    padding: 0.3rem 0;
    margin: 0 auto 1rem;
  }
  .p-conver a span {
    margin: 0 0.2rem;
  }
}
.p-conver .conversion {
  background: var(--TDH_color_gold);
  color: #fff;
  transition: 0.3s;
  text-align: left;
}
.p-conver .conversion .u-darw {
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff;
}
.p-conver .conversion:hover {
  background: var(--TDH_color_main);
}
.p-conver .conversion:hover span {
  transform: translate(10px, -8px);
}
.p-conver .conversion .p-tdhfloat__txt {
  margin-left: 0;
}
@media (max-width: 767px) {
  .p-conver .conversion {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .p-conver .conversion {
    width: 90%;
  }
}

.p-smimg {
  position: absolute;
  width: 30rem;
  left: 1rem;
  top: 1rem;
}
@media (max-width: 767px) {
  .p-smimg {
    width: 12rem;
  }
}

.p-smchu {
  width: 53%;
  line-height: 1.5;
  font-size: 10px;
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  text-shadow: 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 5px #fff, 1px 1px 3px #fff;
}
@media (max-width: 767px) {
  .p-smchu {
    width: 95%;
  }
}

.p-cont-flex {
  display: grid;
  grid-template-columns: 19% 77%;
  gap: 4%;
  align-items: center;
  border: 1px solid;
  background: #fff;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .p-cont-flex {
    margin-bottom: 2rem;
  }
}
@media (max-width: 600px) {
  .p-cont-flex {
    grid-template-columns: 29% 68%;
  }
}
.p-cont-flex img {
  width: 100% !important;
}
.p-cont-flex p {
  font-size: min(1.5vw, 16px);
}
@media (max-width: 600px) {
  .p-cont-flex p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.p-cont-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10rem;
  padding: 0 0 4rem;
}
@media (max-width: 767px) {
  .p-cont-wrap {
    gap: 2rem;
    padding: unset;
  }
}
@media (max-width: 600px) {
  .p-cont-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-cont-wrap__txt {
  padding: unset !important;
  text-align: left;
  font-size: min(1.5vw, 16px) !important;
  padding-top: 4rem !important;
}
@media (max-width: 767px) {
  .p-cont-wrap__txt {
    font-size: 0.7rem !important;
    padding-top: 1.5rem !important;
  }
}
@media (max-width: 600px) {
  .p-cont-wrap__txt {
    text-align: center;
    padding-top: unset !important;
    font-size: 13px !important;
  }
}

@media (max-width: 600px) {
  .p-graph h4 {
    text-align: center;
  }
}
.p-graph picture img {
  width: 100% !important;
}

.p-chu {
  font-size: 10px !important;
  line-height: 1.5;
  display: block !important;
}

.u-m2 {
  margin: 2rem 0 !important;
}
@media (max-width: 767px) {
  .u-m2 {
    margin-top: unset !important;
  }
}
.u-m2--t {
  margin: 2rem auto !important;
}

.u-nop {
  padding: unset !important;
}

.u-top {
  height: 100%;
}
.u-top-cent {
  padding-top: 16rem !important;
}
@media (max-width: 767px) {
  .u-top-cent {
    padding-top: unset !important;
  }
}

.u-jp {
  line-height: 1.5 !important;
}

.ttl-sub {
  font-size: min(2vw, 1.1em) !important;
}
@media (max-width: 600px) {
  .ttl-sub {
    font-size: 1.5rem !important;
  }
}

.p-premi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 8rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .p-premi {
    gap: 1rem 2rem;
    padding-bottom: unset;
  }
}
@media (max-width: 600px) {
  .p-premi {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-premi img {
  width: 100% !important;
}
.p-premi h4 {
  padding: 1rem 0;
  text-align: center;
}
.p-premi ul {
  display: flex;
  gap: 2rem;
  border-top: 2px dotted currentColor;
}
@media (max-width: 767px) {
  .p-premi ul {
    gap: 0rem;
  }
}
@media (max-width: 600px) {
  .p-premi ul {
    gap: 2rem;
  }
}

.p-last {
  border: 1px solid currentColor;
}
.p-last__wrap {
  padding: 1rem 2rem 2rem;
}
@media (max-width: 767px) {
  .p-last__wrap {
    padding: 0.5rem 1rem 1rem;
  }
}
.p-last h5 {
  font-size: min(1.7vw, 18px);
  font-weight: 500;
  text-align: center;
  color: var(--TDH_color_gold);
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .p-last h5 {
    font-size: 15px;
  }
}
.p-last p {
  font-size: 0.8em;
}

.p-coming {
  height: 40rem;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .p-coming {
    height: 20rem;
  }
}
.p-coming .line {
  width: 10%;
  margin: unset;
}
.p-coming h4 {
  width: 30%;
  text-align: center;
}

.last-sec {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 1080px) {
  .last-sec {
    width: 90%;
  }
}
@media (max-width: 600px) {
  .last-sec {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .u-single {
    grid-template-columns: unset !important;
  }
}

.p-othertdht6 {
  padding: 4rem 0 5rem;
}

.p-tdhfloat {
  position: fixed;
  bottom: 0rem;
  width: 100%;
  z-index: 4;
  font-size: 26px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .p-tdhfloat {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .p-tdhfloat {
    font-size: 13px;
    font-weight: 700;
  }
}
.p-tdhfloat a {
  position: relative;
  display: flex;
  background-color: var(--TDH_color_gold);
  align-items: center;
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  border-bottom: 6px solid #987935;
  border-right: 3px solid #987935;
  transition: 0.3s;
  box-sizing: border-box;
}
.p-tdhfloat a .u-darw {
  transform: translateY(-50%) rotate(45deg);
  border-color: #fff;
}
@media (max-width: 1080px) {
  .p-tdhfloat a {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .p-tdhfloat a {
    width: 100%;
    border-right: unset;
  }
}
@media (max-width: 600px) {
  .p-tdhfloat a {
    background-color: var(--TDH_color_gold);
    border-bottom: unset;
    border-right: unset;
    color: #d3d3d3;
  }
  .p-tdhfloat a em {
    color: #fff;
  }
  .p-tdhfloat a .u-darw {
    color: #fff !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-tdhfloat a:hover {
    background-color: #fff;
    border-bottom: unset;
    border-right: unset;
  }
  .p-tdhfloat a:hover em {
    color: var(--TDH_smallg);
  }
  .p-tdhfloat a:hover .p-tdhfloat__txt {
    color: var(--TDH_smallg);
  }
  .p-tdhfloat a:hover .p-tdhfloat__txtwrap {
    padding: 0.5rem 0;
  }
  .p-tdhfloat a:hover .u-darw {
    border-color: var(--TDH_smallg);
  }
}
.p-tdhfloat__txtwrap {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 0 0.1rem;
  font-size: 2.3rem;
}
@media (max-width: 767px) {
  .p-tdhfloat__txtwrap {
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
}
@media (max-width: 600px) {
  .p-tdhfloat__txtwrap {
    padding: 0.5rem 0;
    font-size: 1.6rem;
  }
}
.p-tdhfloat__txt {
  line-height: 1.5;
  color: #fff;
}
.p-tdhfloat__txt em {
  transition: 0.3s;
}

.p-plan {
  position: relative;
  max-width: 1416px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-tdhfloat__txt {
    margin-left: 5rem;
  }
  .p-plan {
    padding: 1rem 0 !important;
  }
}
.p-plan__img img {
  padding: 4rem 0 1rem;
  padding-left: 12%;
}
@media (max-width: 767px) {
  .p-plan__img img {
    padding: 0 4rem;
  }
}
.p-plan__txt h4 {
  margin-top: 2rem;
  font-size: min(2.3vw, 33px);
}
.p-plan__txt h4 em {
  font-size: 1.1em;
}
@media (max-width: 767px) {
  .p-plan__txt h4 {
    font-size: 1.1rem;
  }
}
@media (max-width: 600px) {
  .p-plan__txt h4 {
    font-size: 1.5rem;
  }
}
.p-plan__btn {
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .p-plan__btn {
    padding: unset;
  }
}
.p-plan__btn .more {
  bottom: 8rem;
}
.p-plan__other {
  display: grid;
  grid-template-columns: 58% 34%;
  gap: 7rem;
  align-items: center;
  max-width: 1080px;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (max-width: 1080px) {
  .p-plan__other {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .p-plan__other {
    grid-template-columns: repeat(1, 1fr);
    grid-template-areas: "ii" "ro";
    gap: 0rem;
  }
}
@media (max-width: 600px) {
  .p-plan__other {
    width: 100%;
  }
}
.p-plan__other-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid;
}
@media (max-width: 767px) {
  .p-plan__other-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    grid-area: ii;
    padding: 1rem 3rem;
    margin-top: 2rem;
  }
}
.p-plan__other-img img {
  width: 100% !important;
}
@media (max-width: 767px) {
  .p-plan__other-img {
    grid-area: ro;
  }
}
.p-plan__other .p-plan__other-txt {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .plan__other--anno {
    padding: 0 1.5rem;
  }
}

.p-planD {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 8rem;
}
@media (max-width: 767px) {
  .p-planD {
    gap: 2rem 4rem;
  }
}
@media (max-width: 600px) {
  .p-planD {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
}
.p-planD__sec__ttl {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.p-planD__sec__ttl picture {
  display: flex;
  width: 6rem;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .p-planD__sec__ttl picture {
    width: 1rem;
  }
}
@media (max-width: 600px) {
  .p-planD__sec__ttl picture {
    width: 20px;
  }
}
.p-planD__sec__txt sup {
  display: inline-block;
  line-height: 1.5;
  font-size: 10px;
}/*# sourceMappingURL=style-share.css.map */



.modelPlan .modelPlan__visual {
  aspect-ratio: 135 / 76;
  width: auto;
  height: 100%;
}
.modelPlan picture img {
  width: 100%;
  object-fit: cover;
}
.modelPlan .modelPlan__block {
  display: flex;
  column-gap: 3.5rem;
}
.modelPlan .modelPlan__block:first-of-type {
  margin: 1.5rem 0;
  align-items: center;
}
.modelPlan .modelPlan__block .modelPlan__block--first {
  width: 30%;
  max-width: 6rem;
}
.modelPlan .modelPlan__block h4 {
  font-size: min(2.5vw, 25px);
}
.modelPlan .modelPlan__block p:not(.num) {
  font-size: min(1.5vw, 16px);
}
.modelPlan .modelPlan__block p.num {
  color: var(--TDH_color_gold);
  font-size: min(5.5vw, 35px);
  text-align: center;
  line-height: 1;
  font-weight: 400;
}
.modelPlan .modelPlan__block p.num > em {
  font-size: 1.4em;
}
.modelPlan .modelPlan__block p.u-anno {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .modelPlan .modelPlan__block {
    column-gap: 1.25rem;
  }
  .modelPlan .modelPlan__block:first-of-type {
    margin: 1rem 0 0.5rem;
  }
  .modelPlan .modelPlan__block .modelPlan__block--first {
    width: 10%;
  }
  .modelPlan .modelPlan__block h4 {
    font-size: min(4vw, 25px);
  }
  .modelPlan .modelPlan__block p:not(.num) {
    font-size: min(3vw, 16px);
  }
  .modelPlan .modelPlan__block p.num {
    margin-top: 0.25em;
  }
}

/* モーダル */
.modal {
  position: fixed;
  top: -100vh;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0.5);
}
.modal.is-active {
  visibility: visible;
  opacity: 1;
  top: 0;
  transition: opacity 0.3s, visibility 0s 0s;
}
.modal .modal_close {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #000000;
  z-index: 2000;
  border-radius: 50%;
  top: -20px;
  right: -20px;
}
.modal .modal_close::before,
.modal .modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 60%; /* 棒の高さ */
  background: #fff;
}
.modal .modal_close::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.modal .modal_close::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}

.modal .slide-wrap {
  background-color: #fff;
  padding: 50px;
  max-width: 1080px;
  height: fit-content;
  width: 75%;

  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.modal .slider {
  width: 100%;
  height: 100%;
  padding-bottom: 4rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .modal {
    padding: 0;
  }
  .modal .slide-wrap {
    width: 100%;
    max-width: 670px;
    height: fit-content;
    padding: 25px 20px;
    aspect-ratio: auto;
  }
  .modal .modal_close {
    width: 30px;
    height: 30px;
    right: 10px;
  }
}