@charset "UTF-8";
.main .tab--01 .item .text .catch::before, .main .tab--01 .item .text p::before, .main .tab--01 .column .text p::before, .main .tab--02 .summary .list .item p::before, .main .tab--02 .lifeinfo .list .image figure figcaption::before, .main .tab--01 .item .text .catch::after, .main .tab--01 .item .text p::after, .main .tab--01 .column .text p::after, .main .tab--02 .summary .list .item p::after, .main .tab--02 .lifeinfo .list .image figure figcaption::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .tab--01 .item .text .catch::before, .main .tab--01 .item .text p::before, .main .tab--01 .column .text p::before, .main .tab--02 .summary .list .item p::before, .main .tab--02 .lifeinfo .list .image figure figcaption::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .tab--01 .item .text .catch::after, .main .tab--01 .item .text p::after, .main .tab--01 .column .text p::after, .main .tab--02 .summary .list .item p::after, .main .tab--02 .lifeinfo .list .image figure figcaption::after {
  margin-top: calc((1em - 1lh) / 2);
}

.gHeader {
  height: auto;
}

.main:has(.tabNav li:first-child input:checked) ~ .gFooter .note .tab--01 {
  display: block;
}
.main:has(.tabNav li:last-child input:checked) ~ .gFooter .note .tab--02 {
  display: block;
}
.main article {
  background: url(../../assets/imgs/bg.png) 50% 3rem/16rem auto no-repeat;
}
@media screen and (max-width: 640px) {
  .main article {
    background-image: url(../../assets/imgs/bg_sp.png);
    background-position: 50% 1.8rem;
    background-size: 100% auto;
  }
}
.main .pageTitle {
  background-image: url(../imgs/bg-ttl@2x.jpg);
}
.main .pageTitle .ttl {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .pageTitle .ttl {
    width: 4.39rem;
  }
}
.main .catch {
  padding: 0.5rem 0 0;
}
.main .catch .image {
  width: 7.07rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main .catch .image {
    width: 4.482rem;
  }
}
.main .tabNav {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .tabNav {
    gap: 0;
  }
}
.main .tabNav li {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .tabNav li {
    width: 50%;
  }
}
.main .tabNav li:first-child label {
  background-image: url(../imgs/tab01_r.svg);
  background-size: 0.85rem auto;
}
@media screen and (max-width: 640px) {
  .main .tabNav li:first-child label {
    background-size: 1.07rem auto;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .tabNav li:first-child label:hover {
    background-image: url(../imgs/tab01.svg);
  }
}
.main .tabNav li:first-child label:has(input:checked) {
  background-image: url(../imgs/tab01.svg);
}
.main .tabNav li:last-child label {
  background-image: url(../imgs/tab02_r.svg);
  background-size: 1.54rem auto;
}
@media screen and (max-width: 640px) {
  .main .tabNav li:last-child label {
    background-size: 1.92rem auto;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .tabNav li:last-child label:hover {
    background-image: url(../imgs/tab02.svg);
  }
}
.main .tabNav li:last-child label:has(input:checked) {
  background-image: url(../imgs/tab02.svg);
}
.main .tabNav label {
  display: block;
  box-sizing: border-box;
  height: 0.91rem;
  padding: 0.2rem 0 0;
  border-bottom: 0.03rem solid currentColor;
  position: relative;
  z-index: 1;
  background: 50% 0.51rem no-repeat;
  color: #909090;
  font-size: 0.24rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  transition: color 0.4s;
}
@media screen and (max-width: 640px) {
  .main .tabNav label {
    height: 1rem;
    padding: 0.18rem 0 0;
    border-bottom-width: 0.0175rem;
    background-position: 50% 0.56rem;
    font-size: 0.3rem;
  }
}
@media screen and (hover: hover) and (pointer: fine) {
  .main .tabNav label {
    cursor: pointer;
  }
  .main .tabNav label:hover {
    color: #aa8b44;
  }
}
.main .tabNav label::before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 4rem;
  height: 0.65rem;
  border: 1px solid currentColor;
  border-bottom: none;
  position: absolute;
  top: 0;
  left: calc(50% - 2rem);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .main .tabNav label::before {
    width: 2.98rem;
    height: 0.87rem;
    left: calc(50% - 1.46rem);
  }
}
.main .tabNav label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.main .tabNav label:has(input:checked) {
  color: #aa8b44;
}
.main .tabNav:has(li:first-child input:checked) ~ .tab--01 {
  display: block;
  -webkit-animation: bgFromLeft 0.8s forwards;
          animation: bgFromLeft 0.8s forwards;
}
.main .tabNav:has(li:last-child input:checked) ~ .tab--02 {
  display: block;
}
.main .tabNav:has(li:last-child input:checked) ~ .tab--02 .summary {
  -webkit-animation: bgFromLeft 0.8s forwards;
          animation: bgFromLeft 0.8s forwards;
}
.main .tabNav:has(li:last-child input:checked) ~ .tab--02 .lifeinfo {
  -webkit-animation: bgFromRight 0.8s forwards;
          animation: bgFromRight 0.8s forwards;
}
@-webkit-keyframes bgFromLeft {
  from {
    background-position: calc(-50vw - 4rem) 0;
    @media screen and (max-width: 640px) {
      .main .tabNav {
        background-position: calc(-50vw - 2.2rem) 0;
      }
    }
  }
  to {
    background-position: 0 0;
  }
}
@keyframes bgFromLeft {
  from {
    background-position: calc(-50vw - 4rem) 0;
    @media screen and (max-width: 640px) {
      .main .tabNav {
        background-position: calc(-50vw - 2.2rem) 0;
      }
    }
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes bgFromRight {
  from {
    background-position: calc(100vw + 4rem) 0;
    @media screen and (max-width: 640px) {
      .main .tabNav {
        background-position: calc(100vw + 2.2rem) 0;
      }
    }
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes bgFromRight {
  from {
    background-position: calc(100vw + 4rem) 0;
    @media screen and (max-width: 640px) {
      .main .tabNav {
        background-position: calc(100vw + 2.2rem) 0;
      }
    }
  }
  to {
    background-position: 100% 0;
  }
}
.main .tab {
  margin: 0.5rem 0 0;
  display: none;
}
.main .tab--01 {
  padding: 0.5rem 0;
  background-image: linear-gradient(rgba(160, 154, 31, 0.3), rgba(160, 154, 31, 0.3));
  background-size: calc(50% + 4rem) 100%;
  background-position: calc(-50vw - 4rem) 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .main .tab--01 {
    background-size: calc(50% + 2.2rem) 100%;
    background-position: calc(-50vw - 2.2rem) 0;
  }
}
.main .tab--01 .item {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .item {
    display: block;
  }
}
.main .tab--01 .item .text {
  width: 4.8rem;
  padding: 0.2rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .item .text {
    width: auto;
    padding: 0;
  }
}
.main .tab--01 .item .text .catch {
  padding: 0.2rem 0 0;
  font-size: 0.34rem;
  line-height: 1.2941176471;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .item .text .catch {
    font-size: 0.44rem;
    line-height: 1.3181818182;
  }
}
.main .tab--01 .item .text p {
  padding: 0.15rem 0 0;
  font-size: 0.16rem;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .item .text p {
    padding: 0.3rem 0 0;
    font-size: 0.28rem;
    line-height: 1.3571428571;
  }
}
.main .tab--01 .item .image {
  width: 4.8rem;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .item .image {
    width: auto;
    margin: 0.35rem 0 0;
  }
}
.main .tab--01 .item--01 .text .num {
  width: 0.47rem;
}
.main .tab--01 .item--02 .text .num {
  width: 0.65rem;
}
.main .tab--01 .column {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  margin: 0.5rem 0 0;
  border: 1px dashed currentColor;
  padding: calc(0.35rem - 1px) calc(0.3rem - 1px);
}
@media screen and (max-width: 640px) {
  .main .tab--01 .column {
    display: block;
    padding: calc(0.55rem - 1px) calc(0.5rem - 1px) calc(0.64rem - 1px);
  }
}
.main .tab--01 .column .text {
  width: 4.5rem;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .column .text {
    width: auto;
  }
}
.main .tab--01 .column .text .name {
  font-size: 0.24rem;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .column .text .name {
    font-size: 0.36rem;
  }
}
.main .tab--01 .column .text p {
  padding: 0.18rem 0 0;
  font-size: 0.16rem;
  line-height: 1.625;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .column .text p {
    padding: 0.3rem 0 0;
    font-size: 0.28rem;
    line-height: 1.3571428571;
  }
}
.main .tab--01 .column .image {
  width: 4.5rem;
}
@media screen and (max-width: 640px) {
  .main .tab--01 .column .image {
    width: auto;
    margin: 0.4rem 0 0;
  }
}
.main .tab--02 .summary,
.main .tab--02 .lifeinfo {
  padding: 0.5rem 0;
  background-image: linear-gradient(rgba(160, 154, 31, 0.3), rgba(160, 154, 31, 0.3));
  background-size: calc(50% + 4rem) 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary,
.main .tab--02 .lifeinfo {
    background-size: calc(50% + 2.2rem) 100%;
  }
}
.main .tab--02 .summary {
  background-position: calc(-50vw - 4rem) 0;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary {
    background-position: calc(-50vw - 2.2rem) 0;
  }
}
.main .tab--02 .summary .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .wrap {
    display: block;
  }
}
.main .tab--02 .summary .list {
  width: 2.5rem;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .list {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .list .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .main .tab--02 .summary .list .item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .list .item .name {
    width: 2.8rem;
  }
}
.main .tab--02 .summary .list .item p {
  padding: 0.08rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.14rem;
  line-height: 1.4285714286;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .list .item p {
    width: 2.8rem;
    padding: 0;
    font-size: 0.26rem;
    line-height: 1.3846153846;
  }
}
.main .tab--02 .summary .list .item + .item {
  margin: 0.28rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .list .item + .item {
    margin: 0.2rem 0 0;
  }
}
.main .tab--02 .summary .map {
  width: 7rem;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .summary .map {
    width: auto;
    margin: 0.2rem 0 0;
  }
}
.main .tab--02 .lifeinfo {
  margin: 0.5rem 0 0;
  background-position: calc(100vw + 4rem) 0;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo {
    background-position: calc(100vw + 2.2rem) 0;
  }
}
.main .tab--02 .lifeinfo .label {
  width: 2.78rem;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .label {
    width: 3.14rem;
  }
  .main .tab--02 .lifeinfo .label img {
    width: 100%;
  }
}
.main .tab--02 .lifeinfo .map {
  margin: 0.3rem 0 0;
}
.main .tab--02 .lifeinfo .list {
  display: flex;
  justify-content: space-between;
  margin: 0.5rem 0 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list {
    display: block;
  }
}
.main .tab--02 .lifeinfo .list .col {
  width: 4.9rem;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .col {
    width: auto;
  }
}
.main .tab--02 .lifeinfo .list .col--01 .group--01 .label {
  background: #004e80;
}
.main .tab--02 .lifeinfo .list .col--01 .group--02 .label {
  background: #7d8243;
}
.main .tab--02 .lifeinfo .list .col--01 .group--03 .label {
  background: #a96a08;
}
.main .tab--02 .lifeinfo .list .col--02 .group--01 .label {
  background: #806444;
}
.main .tab--02 .lifeinfo .list .col--02 .group--02 .label {
  background: #946272;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .group {
    margin: 0.4rem 0 0;
  }
}
.main .tab--02 .lifeinfo .list .group + .group {
  margin: 0.4rem 0 0;
}
.main .tab--02 .lifeinfo .list .label {
  width: auto;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.25rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .label {
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
}
.main .tab--02 .lifeinfo .list .list {
  display: block;
  margin: 0;
}
.main .tab--02 .lifeinfo .list .list li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.04rem 0 0;
  border-bottom: 1px solid currentColor;
  font-size: 0.14rem;
  line-height: 0.18rem;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .list li {
    padding: 0.06rem 0 0;
    font-size: 0.26rem;
    line-height: 0.34rem;
  }
}
.main .tab--02 .lifeinfo .list .image {
  display: flex;
  justify-content: space-between;
  margin: 0.12rem 0 0;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .image {
    margin: 0.2rem 0 0;
  }
}
.main .tab--02 .lifeinfo .list .image figure {
  width: 2.3rem;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .image figure {
    width: 2.8rem;
  }
}
.main .tab--02 .lifeinfo .list .image figure figcaption {
  padding: 0.05rem 0 0;
  font-size: 0.14rem;
  line-height: 1.1538461538;
}
@media screen and (max-width: 640px) {
  .main .tab--02 .lifeinfo .list .image figure figcaption {
    padding: 0.1rem 0 0;
    font-size: 0.26rem;
  }
}

.gFooter .note .tab {
  display: none;
}
/*# sourceMappingURL=unique.css.map */