.main_visual.lower_page .main_visual-fg-title {
  top: 50% !important;
  bottom: auto !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.main_visual.lower_page .main_visual-fg-title img {
  width: min(45vw, 600px);
}
@media screen and (max-width: 768px) {
  .main_visual.lower_page .main_visual-fg-title img {
    width: min(52vw, 500px);
  }
}
.main_visual.lower_page .main_visual-fg-lead {
  position: absolute;
  right: 20px;
  top: min(9vw, 130px);
  color: #fff;
  font-size: clamp(16px, 1.441vw, 24px);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .main_visual.lower_page .main_visual-fg-lead {
    top: min(20vw, 240px);
    font-size: clamp(15.2px, 5.067vw, 22.8px);
  }
}

figure {
  position: relative;
}
figure figcaption {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .l-inner--pc {
    padding-left: 0;
    padding-right: 0;
  }
}
.cont {
  background: url(../../asset/img/premium/cont_bg.jpg) no-repeat center top/cover;
  padding: 100px 0;
  color: #534741;
}
@media screen and (max-width: 768px) {
  .cont {
    padding: 60px 0;
  }
}
.cont h2 {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  text-align: center;
  margin-bottom: clamp(28px, 2.522vw, 42px);
  color: #534741;
}
.cont h2 small {
  margin-top: clamp(16px, 1.441vw, 24px);
  display: block;
  text-align: center;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(128, 115, 57)), to(rgb(71, 55, 9)));
  background-image: linear-gradient(0deg, rgb(128, 115, 57) 0%, rgb(71, 55, 9) 100%);
  font-weight: 600;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .cont h2 {
    font-size: clamp(13.6px, 4.533vw, 20.4px);
    margin-bottom: clamp(19.2px, 6.4vw, 28.8px);
  }
  .cont h2 img {
    width: auto;
    height: 25px;
  }
  .cont h2 small {
    margin-top: 1rem;
  }
}
.cont_lead {
  color: #534741;
  text-align: center;
  font-size: clamp(16px, 1.441vw, 24px);
}
@media screen and (max-width: 768px) {
  .cont_lead {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.cont._dk {
  background: url(../../asset/img/premium/cont_bg_dk.jpg) no-repeat center top/100%;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .cont._dk {
    background: url(../../asset/img/premium/cont_bg_dk.jpg) no-repeat center top/cover;
  }
}
.cont._dk h2 small {
  background: #CBB898;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(203, 184, 152)), to(rgb(193, 176, 131)));
  background: linear-gradient(0deg, rgb(203, 184, 152) 0%, rgb(193, 176, 131) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
.cont._dk .cont_lead {
  color: #fff !important;
}
.cont._first {
  padding: 40px 0;
}
.cont._first h2 {
  letter-spacing: -0.05rem;
}
.cont .pickup ul {
  max-width: 960px;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 28px 1fr 28px 1fr 28px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-gap: 20px 28px;
}
.cont .pickup ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont .pickup ul li a {
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(4%, rgba(79, 64, 47, 0.2)), color-stop(30%, rgba(121, 98, 80, 0.2)), color-stop(50%, rgba(156, 125, 103, 0.2)), color-stop(66%, rgba(121, 98, 80, 0.2)), to(rgba(79, 64, 47, 0.2))), url(../../asset/img/premium/anchor_bg.png) no-repeat center top/cover;
  background: linear-gradient(270deg, rgba(79, 64, 47, 0.2) 4%, rgba(121, 98, 80, 0.2) 30%, rgba(156, 125, 103, 0.2) 50%, rgba(121, 98, 80, 0.2) 66%, rgba(79, 64, 47, 0.2) 100%), url(../../asset/img/premium/anchor_bg.png) no-repeat center top/cover;
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2) inset;
  color: #e1d7bd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  line-height: 1.4;
  border-width: 2px;
  border-style: solid;
  border-image-source: linear-gradient(270deg, rgb(103, 84, 54) 4%, rgb(179, 145, 123) 30%, rgb(206, 200, 172) 50%, rgb(186, 158, 135) 66%, rgb(103, 84, 54) 100%);
  border-image-slice: 1;
}
.cont .pickup ul li a small {
  display: block;
}
@media screen and (max-width: 768px) {
  .cont .pickup ul {
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 1fr;
    grid-gap: 14px 12px;
  }
  .cont .pickup ul a {
    padding: 6px 0;
    font-size: clamp(12px, 1.081vw, 18px);
  }
}
.cont .c-tab {
  margin: 50px auto 0;
}
@media screen and (max-width: 768px) {
  .cont .c-tab {
    margin: 30px auto 0;
  }
}
.cont .c-tab__wrap {
  max-width: 480px;
  margin-inline: auto;
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .cont .c-tab__wrap {
    max-width: 100%;
  }
}
.cont .c-tab__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .cont .c-tab__list {
    padding: 0;
    width: auto;
  }
}
.cont .c-tab__list::before {
  background: none;
}
.cont .c-tab__item {
  border: none;
  padding: 18px 34px;
  background: #808063;
  background: -webkit-gradient(linear, left top, right top, from(rgba(128, 128, 99, 0.3)), to(rgba(71, 63, 40, 0.3)));
  background: linear-gradient(90deg, rgba(128, 128, 99, 0.3) 0%, rgba(71, 63, 40, 0.3) 100%);
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .cont .c-tab__item {
    min-width: 30px;
    width: auto;
    padding: 14px 24px;
  }
  .cont .c-tab__item img {
    width: 48px;
  }
}
.cont .c-tab__item.is-current, .cont .c-tab__item:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgb(128, 128, 99)), to(rgb(71, 63, 40)));
  background: linear-gradient(90deg, rgb(128, 128, 99) 0%, rgb(71, 63, 40) 100%);
}
.cont .c-tab__item span {
  width: auto;
}
@media screen and (max-width: 768px) {
  .cont .c-tab__item span {
    width: 15vw;
  }
}
.cont .c-tab__item span img {
  width: 100%;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.cont .c-tab__item::before {
  background: none;
}
.cont .c-tab__panel__item {
  padding-bottom: 0;
}
.cont .item_plan__summary {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 250px 20px auto;
  grid-template-columns: 250px auto;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .cont .item_plan__summary {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.cont .item_plan__summary-ttl {
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.cont .item_plan__summary-ttl h3 {
  width: 120px;
}
.cont .item_plan__summary-ttl p {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  line-height: 1;
}
.cont .item_plan__summary-ttl p span {
  font-size: clamp(22.4px, 2.017vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .cont .item_plan__summary-ttl h3 {
    width: 30%;
  }
  .cont .item_plan__summary-ttl p {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
  .cont .item_plan__summary-ttl p span {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
  }
}
.cont .item_plan__summary-size {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 20px;
}
.cont .item_plan__summary-size::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #534741;
}
.cont .item_plan__summary-size p {
  font-size: 1.3rem;
  line-height: 1;
}
.cont .item_plan__summary-size p + p {
  margin-top: 5px;
}
.cont .item_plan__summary-size p + dl {
  margin-top: 5px;
}
.cont .item_plan__summary-size p strong {
  margin-left: 2rem;
  font-size: 3.4rem;
  font-weight: 400;
}
.cont .item_plan__summary-size p span {
  font-size: 2.5rem;
}
.cont .item_plan__summary-size p small {
  font-size: 1.1rem;
}
.cont .item_plan__summary-size dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;*/
}
.cont .item_plan__summary-size dl dt,
.cont .item_plan__summary-size dl dd {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .cont .item_plan__summary-size {
    margin: auto;
    padding: 18px 0 0;
  }
  .cont .item_plan__summary-size::after {
    width: 100%;
    height: 1px;
  }
  .cont .item_plan__summary-size p + p {
    margin-top: 8px;
  }
  .cont .item_plan__summary-size p + dl {
    margin-top: 8px;
  }
}
.cont .item_plan__merit {
  margin-top: 58px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 30px;
}
.cont .item_plan__merit > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.cont .item_plan__merit > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.cont .item_plan__merit > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.cont .item_plan__merit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  color: #fff;
  background: #ACA192;
  background: -webkit-gradient(linear, left top, right top, from(rgb(172, 161, 146)), to(rgb(109, 102, 80)));
  background: linear-gradient(90deg, rgb(172, 161, 146) 0%, rgb(109, 102, 80) 100%);
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .cont .item_plan__merit li {
    min-height: 104px;
  }
}
@media screen and (max-width: 768px) {
  .cont .item_plan__merit {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 14px;
  }
  .cont .item_plan__merit li {
    padding: 12px 10px;
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.cont .item_plan__madori {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .cont .item_plan__madori {
    margin-top: 30px;
  }
}
.cont .item_plan__hanrei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
  text-align: left;
  font-size: clamp(8.8px, 0.793vw, 13.2px);
}
@media screen and (max-width: 768px) {
  .cont .item_plan__hanrei {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.cont .item_plan__hanrei img {
  max-width: 240px;
}
.cont .design_b01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .cont .design_b01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 30px;
  }
}
.cont .design_b01 > div {
  position: relative;
}
.cont .design_b01 > div > p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .cont .design_b01 > div > p {
    bottom: auto;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cont .design_b01 > div > p {
    bottom: 10px;
    top: auto;
  }
}
.cont .design_b01 > div figure figcaption {
  right: 10px;
  bottom: 10px;
  color: #ccc;
  text-align: right;
  line-height: 1.4;
}
.cont .design_b01__l > p img {
  width: 130px;
}
.cont .design_b01__r > p img {
  width: 140px;
}
@media screen and (max-width: 768px) {
  .cont .design_b01__r {
    padding: 0 clamp(19.2px, 6.4vw, 28.8px);
  }
  .cont .design_b01__r > p {
    left: clamp(30.4px, 10.133vw, 45.6px) !important;
  }
}
.cont .eq_box {
  margin-top: 50px;
}
.cont .eq_box figure{
  position: relative;
}
.cont .eq_box figure picture{
  position: relative;
  width: 100%;
  aspect-ratio: 41 /36;
}
.cont .eq_box figure figcaption{
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 768px) {
  .cont .eq_box {
    margin-top: 38px;
  }
}
.cont .eq_box h3 {
  padding: 10px;
  letter-spacing: 1rem;
  color: #fff;
  font-size: clamp(15.2px, 1.369vw, 22.8px);
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(109, 102, 80)), to(rgb(172, 161, 146)));
  background: linear-gradient(90deg, rgb(109, 102, 80) 0%, rgb(172, 161, 146) 100%);
  margin-bottom: 32px;
}
.cont .eq_box h4 {
  padding: 10px;
  letter-spacing: 1rem;
  color: rgb(109, 102, 80);
  font-size: clamp(15.2px, 1.369vw, 22.8px);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 12px;
  border-bottom: solid thin rgb(109, 102, 80);
}
@media screen and (max-width: 768px) {
  .cont .eq_box h3 {
    padding: 8px 10px;
    letter-spacing: 0.8rem;
    font-size: clamp(13.6px, 4.533vw, 20.4px);
    margin-bottom: 20px;
  }
  .cont .eq_box h4{
    padding: 8px 10px;
    letter-spacing: 0.8rem;
    font-size: clamp(13.6px, 4.533vw, 20.4px);
    margin-bottom: 8px;
  }
}
.cont .eq_box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cont .eq_box ul li {
  /*display: -ms-grid;
  display: grid;*/
  justify-items: center;
  grid-gap: 10px;
}
.cont .eq_box ul li p {
  margin-top: 10px;
  font-size: clamp(13.6px, 1.225vw, 20.4px);
  line-height: 1.3;
  text-align: center;
}
.cont .eq_box ul li p small {
  font-size: clamp(11.2px, 1.009vw, 16.8px);
  display: block;
}

@media screen and (max-width: 768px) {
  .cont .eq_box ul li p {
    font-size: clamp(11.2px, 3.25vw, 16.8px);
  }
  .cont .eq_box ul li p small {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.cont .eq_box__clm2 {
  gap: 30px;
}
.cont .eq_box__clm2 li {
  width: calc(50% - 30px);
}
.cont .eq_box__clm3 {
  gap: 30px;
}
.cont .eq_box__clm3 li {
  width: calc(33% - 18px);
}
.cont .eq_box__clm3 li.maker-in{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(33% - 18px);
  padding: 15px 15px 25px;
  border: solid thin #534741;
}
.cont .eq_box__clm3 li.maker-in .eq_image{
  width: 100%;
  margin: 0 auto 15px;
}
.cont .eq_box__clm3 li.maker-in .maker{
  width: 100%;
  text-align: center;
}
.cont .eq_box__clm3 li.maker-in .maker img{
  width: 70%;
  max-width: 200px;
  margin:0 auto 20px;
  object-fit: contain;
}
.cont .eq_box__clm3 li.maker-in .maker .maker-txt{
  text-align: left;
}
.cont .eq_box__clm4 {
  gap: 20px;
}
.cont .eq_box__clm4 li {
  width: calc(25% - 15px);
  margin-bottom: 30px;
}
.cont .eq_box__clm4._lav li p{
  width: 100%;
}
.cont .eq_box__clm4._lav li p img{
  width: 100%;
  max-width: 200px;
  aspect-ratio: unset;
}

@media screen and (max-width: 768px) {
  .cont .eq_box__clm2 {
    gap: 18px 12px;
  }
  .cont .eq_box__clm2 li {
    width: 100%;
  }
  .cont .eq_box__clm2 li img {
    width: 100%;
    aspect-ratio: 20/9;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cont .eq_box__clm3 {
    gap: 18px 12px;
  }
  .cont .eq_box__clm3 li {
    width: calc(50% - 6px);
  }
  .cont .eq_box__clm3 li.maker-in{
    width: 100% !important;
    padding: 12px 12px 20px;
  }
  .cont .eq_box__clm3 li.maker-in .eq_image{
    width: calc(50% - 6px);
    margin: 0;
  }
  .cont .eq_box__clm3 li.maker-in .maker{
    width: calc(50% - 6px);
  }
  .cont .eq_box__clm3 li.maker-in .maker img{
    width: 80%;
    margin:0 auto 15px;
    aspect-ratio: unset;
  }
  .cont .eq_box__clm3 li img {
    width: 100%;
    aspect-ratio: 20/15;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cont .eq_box__clm4 {
    gap: 18px 12px;
  }
  .cont .eq_box__clm4 li {
    width: calc(50% - 6px);
    margin-bottom: 15px;
  }
  .cont .eq_box__clm4._lav li {
    /*width: calc(50% - 6px);*/
    width: 100%;
    margin-bottom: 15px;
  }
  .cont .eq_box__clm4 li img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cont .eq_box__clm4._lav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 12px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto 0 auto 0 auto 0 auto;
    grid-template-rows: repeat(4, auto);
    grid-gap: 0 12px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}


.cont .oth_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: 1fr;
}
@media screen and (max-width: 768px) {
  .cont .oth_box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.cont .oth_box li {
  background: #A2846D;
  background: -webkit-gradient(linear, left top, right top, from(rgb(162, 132, 109)), to(rgb(109, 97, 50)));
  background: linear-gradient(90deg, rgb(162, 132, 109) 0%, rgb(109, 97, 50) 100%);
  -webkit-box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2) inset;
          box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2) inset;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
}
.cont .oth_box li figure figcaption {
  right: 10px;
  bottom: 5px;
}
.cont .oth_box li h3 {
  font-size: clamp(14.4px, 1.297vw, 21.6px);
  text-align: center;
  padding: 10px;
  line-height: 1.4;
}
.cont .oth_box li h3 small {
  font-size: 1.1rem;
  display: block;
}
.cont .oth_box li h3 .s-size {
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .cont .oth_box li {
    padding: 1px;
  }
  .cont .oth_box li h3 {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    text-align: center;
    padding: 8px 8px 10px;
  }
  .cont .oth_box li h3 small {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
    display: block;
  }
  .cont .oth_box li h3 .s-size {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.cont._height {
  position: relative;
}
.cont._height figure {
  margin-top: 50px;
  display: -ms-grid;
  display: grid;
  justify-items: center;
}
.cont._height .fs-caption {
  position: absolute;
  right: 28px;
  bottom: 20px;
  line-height: 1.3;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .cont._height {
    padding-bottom: 100px;
  }
  .cont._height figure {
    margin-top: 20px;
  }
  .cont._height .fs-caption {
    position: absolute;
    bottom: 40px;
  }
}





/* ==============================

view

============================== */
.view {
    position: relative;
    width: 100%;
    margin: 0;
    padding-top: min( calc( 85 * 100vw / var( --dw ) ), calc( 85px * 1.38 ) );
    padding-bottom: min( calc( 85 * 100vw / var( --dw ) ), calc( 85px * 1.38 ) );
}
.view h2 {
  font-size: clamp(19.2px, 1.729vw, 28.8px);
  text-align: center;
  margin-bottom: clamp(28px, 2.522vw, 42px);
  color: #534741;
}
.view .view-title {
    position: relative;
    margin: 0 auto min( calc( 40 * 100vw / var( --dw ) ), calc( 40px * 1.38 ) );
    padding: 0;
}
@media screen and ( max-width: 768px ) {
    .view {
        padding-top: calc( 45 * 100vw / var( --dw ) );
        padding-bottom: calc( 45 * 100vw / var( --dw ) );
    }
    .view .view-title {
        margin: 0 auto calc( 30 * 100vw / var( --dw ) );
    }
}



.view .view-content {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
@media screen and ( max-width: 768px ) {
    .view .view-content {
    }
}



.view .view-content-tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 min( calc( 10 * 100vw / var( --dw ) ), calc( 10px * 1.38 ) );
    width: 100%;
    margin: 0 0 min( calc( 20 * 100vw / var( --dw ) ), calc( 20px * 1.38 ) );
    padding: 0;
    font-size: 0;
}
.view .view-content-tab__button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: min( calc( 160 * 100vw / var( --dw ) ), calc( 160px * 1.38 ) );
    height: min( calc( 46 * 100vw / var( --dw ) ), calc( 46px * 1.38 ) );
    color: #A59B54;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    background-color: #efefef;
}
.view .view-content-tab__button.is_active {
    color: #fff;
    background-color: #A59B54;
}
@media screen and ( max-width: 768px ) {
    .view .view-content-tab {
        flex-wrap: wrap;
        gap: calc( 10 * 100vw / var( --dw ) );
        margin: 0 0 calc( 20 * 100vw / var( --dw ) );
    }
    .view .view-content-tab__button {
        width: calc( 50% - calc( calc( 10 * 100vw / var( --dw ) ) / 2 ) );
        height: calc( 46 * 100vw / var( --dw ) );
    }
    .view .view-content-tab__button.is_active {
    }
}



.view .view-content-tab_content {
    position: relative;
    /*width: 100%;*/
    aspect-ratio: 88 / 35;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.view .view-content-tab_content .content_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}
.view .view-content-tab_content .content_item.is_active {
    visibility: visible;
    opacity: 1;
}
.view .view-content-tab_content .content_item figure {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.view .view-content-tab_content .content_item picture {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 0;
}
.view .view-content-tab_content .content_item picture img {
    /*width: 100%;*/
}
.view .view-content-tab_content .content_item figure figcaption {
    position: absolute;
    /*bottom: 0;*/
    bottom:-2em;
    right: 0;
    display: inline-block;
    margin: 0;
    padding: 0 1em;
    /*color: #fff;*/
    color: #000;
    /*background-color: rgba(0, 0, 0, 0.4);*/
    opacity: 1;
}
.view .view-content-tab_content p.fs-caption{
  position: absolute;
  bottom: -2em;
  left: 1em;
}
@media screen and ( max-width: 768px ) {
    .view .view-content-tab_content {
        aspect-ratio: 375 / 375;
        /*aspect-ratio: 375 / 210;*/
    }
    .view .view-content-tab_content .content_item figure figcaption {
        bottom:-3em;
        line-height: 1.2;
    }

    .view .view-content-tab_content p.fs-caption{
        position: absolute;
        bottom: -1em;
    }

    .t-access__tab__image img{
        max-height: min(100vw, 500px)
    }
}






.c-tab__item::before {
  content: none;
}
.c-tab__item.is-current::before {
  content: "";
}
.c-tab [data-tabpos=bottom] {
  padding-top: 1px;
}
.c-tab [data-tabpos=bottom] .c-tab__list::before {
  bottom: auto;
  top: 0;
}
.c-tab [data-tabpos=bottom] .c-tab__item.is-current {
  border-top: none;
  border-bottom: 1px solid;
}
.c-tab [data-tabpos=bottom] .c-tab__item.is-current::before {
  bottom: auto;
  top: 0;
}
/*# sourceMappingURL=premium.css.map */