.un_top {
  background-color: #133157;
}
.un_top_mv {
  position: relative;
}
.un_top_mv .cap {
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1;
}
@media screen and (max-width: 920px) {
  .un_top_mv .static {
    opacity: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_top_mv .slick-current.slick-active .static {
    opacity: 0;
    animation: staticslide 4s linear alternate;
    -webkit-animation: staticslide 4s linear alternate;
  }
}
@keyframes staticslide {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_top_mv .sliding {
    height: 100%;
    width: 218.75%;
    opacity: 0;
  }
}
@media screen and (max-width: 920px) {
  .un_top_mv .slick-current.slick-active .sliding {
    height: 100%;
    opacity: 0;
    width: 218.75%;
    animation: scrollslide 8s linear alternate;
    -webkit-animation: scrollslide 8s linear alternate;
  }
}
@keyframes scrollslide {
  0% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  90% {
    opacity: 1;
    transform: translateX(-52%);
    -webkit-transform: translateX(-52%);
  }
  100% {
    opacity: 0;
    transform: translateX(-55%);
    -webkit-transform: translateX(-55%);
  }
}
.un_top_mv .movie_liveactPC {
  display: block;
}
@media screen and (max-width: 920px) {
  .un_top_mv .movie_liveactPC {
    display: none;
  }
}
.un_top_mv .movie_liveactSP {
  display: none;
}
@media screen and (max-width: 920px) {
  .un_top_mv .movie_liveactSP {
    display: block;
  }
}
.un_top_mv .desktop_replay {
  display: block;
}
@media screen and (max-width: 920px) {
  .un_top_mv .desktop_replay {
    display: none;
  }
}
.un_top_mv .mobile_replay {
  display: none;
}
@media screen and (max-width: 920px) {
  .un_top_mv .mobile_replay {
    display: block;
  }
}
.un_top_mv button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #000;
  border: 1px solid #222;
  color: #fff;
  cursor: pointer;
  font-family: "Marcellus", serif;
  font-size: 1rem;
  letter-spacing: 0.2em;
  padding: 0.25em 2em;
  position: absolute;
  bottom: 0.5em;
  left: 0.5em;
}
.un_top_mv .portal_icon {
  max-width: 440px;
  width: 90%;
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 3;
}
@media screen and (max-width: 920px) {
  .un_top_mv .portal_icon {
    display: none;
  }
}
.un_top_mv .sold_icon {
  max-width: 192px;
  width: 90%;
  position: absolute;
  top: 122px;
  left: 32px;
  z-index: 3;
}
@media screen and (920px <= width < 1400px) {
  .un_top_mv .sold_icon {
    max-width: 144px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_mv .sold_icon {
    display: none;
  }
}
.un_top_info {
  text-align: center;
  position: relative;
  z-index: 2;
}
.un_top_info .portal_icon {
  display: none;
}
@media screen and (max-width: 920px) {
  .un_top_info .portal_icon {
    background-color: #fff;
    display: block;
    padding: 24px 0;
  }
}
@media screen and (max-width: 920px) {
  .un_top_info .portal_icon figure {
    margin: auto;
    max-width: 440px;
    width: 90%;
  }
}
.un_top_info .ttl {
  max-width: 1200px;
  margin: 32px auto 0;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media screen and (max-width: 920px) {
  .un_top_info .ttl {
    font-size: 4vw;
    margin: 24px auto 0;
  }
}
@media screen and (max-width: 450px) {
  .un_top_info .ttl {
    font-size: 5vw;
  }
}
.un_top_info .ttl.is_action {
  opacity: 1;
}
.un_top_info .actionArea_logo {
  padding-top: 15px;
  padding-bottom: 20px;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea_logo {
    padding: 2% 3%;
  }
}
.un_top_info .actionArea_logo img {
  width: 100%;
  max-width: 500px;
}
.un_top_info .actionArea_box {
  display: flex;
  flex-flow: column wrap;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea_box {
    flex-wrap: wrap;
  }
}
.un_top_info .actionArea_box div {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea_box div {
    flex-flow: column wrap;
    font-size: 3vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_info .actionArea_box div {
    font-size: 4vw;
  }
}
.un_top_info .actionArea_box div p {
  padding: 24px 8px;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea_box div p {
    width: 100%;
  }
}
.un_top_info .actionArea_box div p:first-child::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 100%;
  width: 2px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea_box div p:first-child::after {
    height: 1px;
    width: 100%;
    top: auto;
    bottom: 0;
  }
}
.un_top_info .actionArea_box div span {
  padding: 0 2px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
}
.un_top_info .actionArea_box div .txt_col {
  font-size: 1em;
  color: #c00;
}
.un_top_info .actionArea_box div .txt_col span {
  color: #c00;
}
.un_top_info .actionArea_box .primary {
  background-color: #0c1f3a;
}
@media screen and (max-width: 450px) {
  .un_top_info .actionArea_box .primary {
    line-height: 1.4;
  }
}
.un_top_info .actionArea_box .primary .ilb {
  display: none;
}
@media screen and (min-width: 921px) and (max-width: 1320px) {
  .un_top_info .actionArea_box .primary .ilb {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  .un_top_info .actionArea_box .primary .ilb {
    display: block;
  }
}
.un_top_info .actionArea_box .secondary {
  background-color: #a9894b;
}
.un_top_info .actionArea .txt {
  margin-top: 5px;
  font-size: 18px;
}
@media screen and (max-width: 920px) {
  .un_top_info .actionArea .txt {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_info .actionArea .txt {
    font-size: 3vw;
  }
}
.un_top_info .info_contents {
  margin-top: 40px;
  border-bottom: 1px solid #a9894b;
  opacity: 0;
  transition: opacity 1s ease-in;
}
.un_top_info .info_contents.is_action {
  opacity: 1;
}
.un_top_info .info_contents_inner {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  line-height: 1;
}
@media screen and (max-width: 920px) {
  .un_top_info .info_contents_inner {
    flex-direction: column;
    gap: 8px;
  }
}
.un_top_info .info_contents_inner .hdg {
  color: #a9894b;
  font-size: 16px;
}
.un_top_info .info_contents_slide {
  height: 14px;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .un_top_info .info_contents_slide {
    height: 5em;
  }
}
.un_top_info .info_contents_list .swiper-slide {
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .un_top_info .info_contents_list .swiper-slide {
    line-height: 1.4;
  }
}
@media screen and (max-width: 450px) {
  .un_top_info .info_contents_list .swiper-slide {
    font-size: 4vw;
  }
}
.un_top_info .info_contents_list .swiper-slide time,
.un_top_info .info_contents_list .swiper-slide a {
  color: #a9894b;
}
.un_top_info .info_contents_list .swiper-slide time {
  display: inline-block;
  margin-right: 16px;
}
.un_top_info .info_contents_list .swiper-slide a {
  transition: 0.3s ease;
}
.un_top_info .info_contents_list .swiper-slide a:hover {
  opacity: 0.6;
}
.un_top_4ldkBnr {
  width: 90%;
  max-width: 960px;
  margin: 120px auto 0;
}
@media screen and (max-width: 450px) {
  .un_top_4ldkBnr {
    margin-top: 40px;
  }
}
.un_top_4ldkBnr a {
  display: inline-block;
  transition: opacity 0.5s ease-in;
}
.un_top_4ldkBnr a:hover {
  opacity: 0.5;
}
.un_top_entryArea {
  max-width: 1400px;
  margin: 50px auto 0;
  padding: 50px 125px;
  background-color: #0c1f3a;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media screen and (max-width: 1100px) {
  .un_top_entryArea {
    padding: 50px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea {
    padding: 30px 5%;
  }
}
.un_top_entryArea.is_action {
  opacity: 1;
}
.un_top_entryArea .sub {
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .sub {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .sub {
    font-size: 3.5vw;
  }
}
.un_top_entryArea .hdg {
  position: relative;
  z-index: 1;
}
.un_top_entryArea .hdg span {
  display: inline-block;
  padding: 0 20px;
  line-height: 1.5;
  background-color: #0c1f3a;
  color: #a9894b;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .hdg span {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .hdg span {
    font-size: 4.5vw;
  }
}
.un_top_entryArea .hdg::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.un_top_entryArea .txt {
  margin-top: 30px;
  font-size: 20px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .txt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .txt {
    margin-top: 15px;
    font-size: 3.5vw;
  }
}
.un_top_entryArea .list {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .list {
    width: 90%;
    margin: 25px auto 0;
  }
}
.un_top_entryArea .list li {
  flex: 1;
  padding: 30px 10px;
  background: #fff;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .list li {
    flex: auto;
    width: 100%;
  }
}
.un_top_entryArea .list li .step {
  position: relative;
}
.un_top_entryArea .list li .step::after {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  margin: 20px auto;
  background-color: #0c1f3a;
}
.un_top_entryArea .list li .txt {
  color: #000;
}
.un_top_entryArea .btnArea {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .btnArea {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.un_top_entryArea .btnArea .btn {
  flex: 1;
  margin-top: 0;
  opacity: 1;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .btnArea .btn {
    flex: auto;
    width: 100%;
  }
}
.un_top_entryArea .btnArea .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 160px;
  font-size: 24px;
  position: relative;
  transition: opacity 0.3s ease-in;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .btnArea .btn a {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .btnArea .btn a {
    height: 100%;
    padding: 20px;
    font-size: 4vw;
  }
}
.un_top_entryArea .btnArea .btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .btnArea .btn a::after {
    width: 20px;
    height: 20px;
    right: 20px;
  }
}
.un_top_entryArea .btnArea .btn a:hover {
  opacity: 0.7;
}
.un_top_entryArea .btnArea .btn a em {
  display: block;
  font-style: normal;
}
.un_top_entryArea .btnArea .btn a span {
  display: block;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .btnArea .btn a span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .btnArea .btn a span {
    font-size: 2.5vw;
  }
}
.un_top_entryArea .btnArea .btn.btn_login a {
  background-color: #214372;
}
.un_top_entryArea .btnArea .btn.btn_entry a {
  background-color: #a9894b;
}
.un_top_entryArea .entry_merit {
  background-color: #74674f;
  margin-top: 40px;
  padding: 40px;
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .entry_merit {
    margin-top: 24px;
    padding: 24px;
  }
}
.un_top_entryArea .entry_merit figure {
  position: relative;
}
.un_top_entryArea .entry_merit figure figcaption {
  font-size: 12px;
  position: absolute;
  right: 20px;
  bottom: 8px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .entry_merit figure figcaption {
    font-size: 10px;
  }
}
.un_top_entryArea .entry_merit h4 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .entry_merit h4 {
    font-size: 3.478vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .entry_merit h4 {
    font-size: 5.333vw;
  }
}
.un_top_entryArea .entry_merit dl {
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: 32px;
  padding: 1em;
  position: relative;
}
.un_top_entryArea .entry_merit dl::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .entry_merit dl::before {
    display: none;
  }
}
.un_top_entryArea .entry_merit dt {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .entry_merit dt {
    font-size: 2.608vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .entry_merit dt {
    font-size: 5.333vw;
  }
}
.un_top_entryArea .entry_merit dd {
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_top_entryArea .entry_merit dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_entryArea .entry_merit dd {
    font-size: 12px;
  }
}
.un_top_concept {
  margin-top: 50px;
}
.un_top_concept .hdg {
  text-align: center;
  letter-spacing: 0.08em;
  color: #a9894b;
  font-family: "Marcellus", serif;
  font-size: 40px;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media screen and (max-width: 920px) {
  .un_top_concept .hdg {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_concept .hdg {
    font-size: 7vw;
  }
}
.un_top_concept_inner {
  position: relative;
}
.un_top_concept_inner .hdg {
  width: 85%;
  max-width: 1200px;
  margin: 50px auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .hdg {
    width: 90%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .hdg img {
    width: 100%;
  }
}
.un_top_concept_inner .bg {
  margin-top: 50px;
  opacity: 0;
  transition: opacity 1.2s ease-in 0.5s;
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .bg {
    margin-top: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_top_concept_inner .bg {
    margin-top: 20px;
  }
}
.un_top_concept_inner .bg img {
  width: 100%;
}
.un_top_concept_inner .box {
  width: 90%;
  max-width: 1200px;
  margin: 70px auto -540px;
  position: relative;
  opacity: 0;
  transition: opacity 0.7s ease-in 0.8s;
  left: -40px;
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .box {
    width: 80%;
    margin: 30px auto 0;
    left: 0;
  }
}
.un_top_concept_inner .box .ttl {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 55px;
  font-weight: 600;
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .box .ttl {
    font-size: 8vw;
  }
}
.un_top_concept_inner .box .txt {
  margin-top: 40px;
  line-height: 2.5;
  font-size: 14px;
}
@media screen and (max-width: 920px) {
  .un_top_concept_inner .box .txt {
    margin-top: 20px;
    font-size: 2.5vw;
  }
}
.un_top_concept.is_action .hdg,
.un_top_concept.is_action .bg,
.un_top_concept.is_action .box {
  opacity: 1;
}
.un_top_concept .movieArea {
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 450px) {
  .un_top_concept .movieArea {
    margin-bottom: 32px;
  }
}
.un_top_concept .movieArea .ttl {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 490px) {
  .un_top_concept .movieArea .ttl {
    font-size: 7vw;
  }
}
.un_top_concept .movieArea .movie {
  margin: 40px auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 490px) {
  .un_top_concept .movieArea .movie {
    margin: 32px auto;
  }
}
.un_top_concept .movieArea .btn_full {
  background-color: #a9894b;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 48px;
  margin: auto;
  text-align: center;
  width: 14em;
}
@media screen and (max-width: 640px) {
  .un_top_concept .movieArea .btn_full {
    display: none;
  }
}
.un_top_concept .movieArea .notetxt {
  font-size: 12px;
  margin-top: 1em;
}
.un_top_contents {
  width: 95%;
  max-width: 1200px;
  margin: 120px auto;
}
@media screen and (max-width: 920px) {
  .un_top_contents {
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents {
    margin: 64px auto;
  }
}
.un_top_contents .hdg {
  text-align: center;
  letter-spacing: 0.08em;
  color: #a9894b;
  font-family: "Marcellus", serif;
  font-size: 40px;
  opacity: 0;
  transition: opacity 1s ease-in;
}
@media screen and (max-width: 920px) {
  .un_top_contents .hdg {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents .hdg {
    font-size: 7vw;
  }
}
.un_top_contents .hdg.is_action {
  opacity: 1;
}
.un_top_contents_list li a {
  display: block;
  position: relative;
  overflow: hidden;
  transition: opacity 0.7s ease-in;
}
.un_top_contents_list li a:hover {
  opacity: 0.5;
}
.un_top_contents_list li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #133157;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a::after {
    z-index: 3;
  }
}
.un_top_contents_list li a .ttl {
  line-height: 1;
  position: absolute;
  right: 2%;
  z-index: 9;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .ttl {
    right: auto;
    left: 5%;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .ttl {
    left: 7%;
  }
}
.un_top_contents_list li a .ttl span {
  letter-spacing: 0.08em;
  font-family: "Marcellus", serif;
  font-size: 80px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .ttl span {
    font-size: 8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .ttl span {
    font-size: 12vw;
  }
}
.un_top_contents_list li a .ttl em {
  display: block;
  font-size: 32px;
  font-style: normal;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .ttl em {
    font-size: 4vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .ttl em {
    font-size: 6vw;
  }
}
.un_top_contents_list li a .ttl em.tr {
  text-align: right;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .ttl em.tr {
    text-align: left;
  }
}
.un_top_contents_list li a .bg {
  width: 100%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .bg {
    position: relative;
  }
}
.un_top_contents_list li a .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.un_top_contents_list li a .bg figcaption {
  display: none;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .bg figcaption {
    display: inline-block;
    padding: 3px;
    line-height: 1;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-feature-settings: "palt" 1;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .bg figcaption {
    font-size: 10px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .box {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .box {
    justify-content: space-between;
    padding-left: 3%;
  }
}
.un_top_contents_list li a .box .txt {
  line-height: 2.2;
  font-size: 18px;
  position: absolute;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .box .txt {
    font-size: 1.8vw;
    position: static;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .box .txt {
    font-size: 2.7vw;
  }
}
.un_top_contents_list li a .box .txt_access {
  top: 16px;
}
.un_top_contents_list li a .box .txt_location {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px -1px 1px rgba(0, 0, 0, 0.7);
  top: 240px;
  left: 12%;
}
.un_top_contents_list li a .box .txt_design {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px -1px 1px rgba(0, 0, 0, 0.7);
  top: 72px;
  left: 5%;
}
.un_top_contents_list li a .box .txt_design + .btn {
  bottom: 70px;
}
.un_top_contents_list li a .box .txt_common_ss {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7), -1px -1px 1px rgba(0, 0, 0, 0.7);
  top: 160px;
  left: 3%;
}
.un_top_contents_list li a .box .txt_plan {
  top: 80px;
  left: 1%;
}
.un_top_contents_list li a .box .txt_quality {
  top: 150px;
  left: 12%;
}
.un_top_contents_list li a .box .txt_brand {
  bottom: 96px;
  right: 12%;
}
.un_top_contents_list li a .box .btn {
  position: absolute;
  bottom: 20px;
  left: 40%;
  transform: translateX(-50%);
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .box .btn {
    position: static;
    transform: translateX(-10%);
  }
}
.un_top_contents_list li a .box .btn span {
  display: inline-block;
  padding-right: 45px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Marcellus", serif;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .box .btn span {
    padding-right: 30px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li a .box .btn span {
    font-size: 3.4vw;
  }
}
.un_top_contents_list li a .box .btn span::before, .un_top_contents_list li a .box .btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.un_top_contents_list li a .box .btn span::after {
  width: 30px;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(20deg);
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li a .box .btn span::after {
    width: 20px;
  }
}
.un_top_contents_list li .ugoclo {
  margin-top: 32px;
  text-align: center;
}
.un_top_contents_list li .ugoclo a {
  display: inline-block;
  margin: auto;
  max-width: 720px;
  width: 94%;
}
.un_top_contents_list li .ugoclo a img {
  width: 100%;
}
.un_top_contents_list li:nth-child(even) .ttl {
  right: auto;
  left: 1%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li:nth-child(even) .ttl {
    left: 5%;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li:nth-child(even) .ttl {
    left: 7%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li:nth-child(even) .box {
    flex-direction: row-reverse;
  }
}
.un_top_contents_list li:nth-child(even) .box .btn {
  right: 2%;
  left: auto;
  transform: translateX(0);
}
.un_top_contents_list li:nth-child(even).is_action a::after {
  animation-name: moji-anime-re;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.25s;
}
@keyframes moji-anime-re {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access {
    margin-top: 20px;
  }
}
.un_top_contents_list li.access .ttl {
  top: 22%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access .ttl {
    top: 3%;
  }
}
.un_top_contents_list li.access .bg {
  height: 355px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access .bg {
    height: 100%;
    padding-top: 17%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access .box {
    background: url(../images/top/sp_access02.png) no-repeat;
    background-position: right 23% bottom 60%;
    background-size: 30%;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li.access .box {
    background-position: right 5% bottom 60%;
    background-size: 40%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access .box .btn span {
    color: #32323a;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.access .box .btn span::before, .un_top_contents_list li.access .box .btn span::after {
    background-color: #32323a;
  }
}
.un_top_contents_list li.location {
  margin-top: 20px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.location {
    margin-top: 80px;
  }
}
.un_top_contents_list li.location .ttl {
  top: 28%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.location .ttl {
    top: 5%;
  }
}
.un_top_contents_list li.location .bg {
  height: 370px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.location .bg {
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.location .box {
    background: url(../images/top/sp_location02.png) no-repeat;
    background-position: left 23% bottom 60%;
    background-size: 30%;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li.location .box {
    background-position: left 5% bottom 60%;
    background-size: 40%;
  }
}
.un_top_contents_list li.design {
  margin-top: 10px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.design {
    margin-top: 40px;
  }
}
.un_top_contents_list li.design .ttl {
  top: 34%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.design .ttl {
    top: 5%;
  }
}
.un_top_contents_list li.design .bg {
  height: 420px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.design .bg {
    height: 100%;
    margin-top: 44px;
    margin-bottom: -63%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.design .box {
    background: url(../images/top/sp_design02.png) no-repeat;
    background-position: right 23% bottom 60%;
    background-size: 30%;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li.design .box {
    background-position: right 5% bottom 60%;
    background-size: 40%;
  }
}
.un_top_contents_list li.common_ss {
  margin-top: 50px;
}
.un_top_contents_list li.common_ss .ttl {
  width: 100%;
  top: 12%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.common_ss .ttl {
    top: 5%;
  }
}
.un_top_contents_list li.common_ss .bg {
  height: 300px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.common_ss .bg {
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.common_ss .box {
    padding-right: 3%;
    background: url(../images/top/sp_common_ss02.png) no-repeat;
    background-position: left 23% bottom 60%;
    background-size: 30%;
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li.common_ss .box {
    background-position: left 5% bottom 60%;
    background-size: 40%;
  }
}
.un_top_contents_list li.plan {
  margin-top: 80px;
}
.un_top_contents_list li.plan .ttl {
  top: 12%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.plan .ttl {
    top: 5%;
  }
}
.un_top_contents_list li.plan .bg {
  height: 300px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.plan .bg {
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.plan .box {
    margin-top: -10%;
    background: url(../images/top/sp_plan02.png) no-repeat;
    background-position: left 23% bottom 60%;
    background-size: 30%;
    position: relative;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents_list li.plan .box {
    background-position: left 5% bottom 60%;
    background-size: 40%;
  }
}
.un_top_contents_list li.quality {
  margin-top: 50px;
}
.un_top_contents_list li.quality .ttl {
  width: 100%;
  top: 12%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.quality .ttl {
    top: 5%;
  }
}
.un_top_contents_list li.quality .bg {
  height: 300px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.quality .bg {
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.quality .box {
    margin-top: 10px;
    padding-right: 3%;
    position: relative;
  }
}
.un_top_contents_list li.brand {
  margin-top: 30px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.brand {
    margin-top: 60px;
  }
}
.un_top_contents_list li.brand .ttl {
  top: 34%;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.brand .ttl {
    color: #a9894b;
    top: 0;
  }
}
.un_top_contents_list li.brand .bg {
  height: 428px;
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.brand .bg {
    height: 100%;
  }
}
@media screen and (max-width: 920px) {
  .un_top_contents_list li.brand .box {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30%;
    background: url(../images/top/sp_brand02.png) no-repeat;
    background-position: bottom left;
    background-size: 100%;
  }
}
.un_top_contents_list li.is_action a::after {
  animation-name: moji-anime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  animation-delay: 0.25s;
}
@keyframes moji-anime {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.un_top_contents .el_btn01 {
  margin-top: 100px;
  max-width: 640px;
  opacity: 0;
  transition: opacity 0.7s ease-in;
  width: 90%;
}
@media screen and (max-width: 920px) {
  .un_top_contents .el_btn01 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents .el_btn01 {
    margin-top: 25px;
  }
}
.un_top_contents .el_btn01 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 920px) {
  .un_top_contents .el_btn01 span {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_contents .el_btn01 span {
    font-size: 12px;
  }
}
.un_top_contents .el_btn01.is_action {
  opacity: 1;
}
.un_top_actionWrap {
  margin: 0 auto 32px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap {
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap {
    margin: 0 auto 16px;
  }
}
.un_top_actionWrap .action__inner {
  margin: auto;
  max-width: 1200px;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner {
    width: 100%;
  }
}
.un_top_actionWrap .action__inner .pagefooter {
  margin-top: 4em;
}
.un_top_actionWrap .action__inner_sold {
  margin-top: 48px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner_sold {
    margin-top: 0;
  }
}
.un_top_actionWrap .action__inner_sold .summary {
  background-color: #a9894b;
  margin: 0 auto 32px;
  padding: 0.5em 0;
}
.un_top_actionWrap .action__inner_sold figure {
  margin: 2em auto 0;
  max-width: 620px;
  padding-bottom: 1em;
  width: 90%;
}
.un_top_actionWrap .action__inner_sold figure.full {
  margin: 2em auto;
  max-width: 1200px;
  width: 100%;
}
.un_top_actionWrap .action__inner h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner h3 {
    font-size: 2.6086956522vw;
    margin: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner h3 {
    font-size: 3.25vw;
  }
}
.un_top_actionWrap .action__inner h3 .visible_md {
  display: none;
}
@media screen and (max-width: 1200px) {
  .un_top_actionWrap .action__inner h3 .visible_md {
    display: block;
  }
}
.un_top_actionWrap .action__inner h3 span {
  background-color: transparent;
  display: inline-block;
  padding: 0.25em 1em 0;
}
@media screen and (max-width: 1200px) {
  .un_top_actionWrap .action__inner h3 span {
    background-color: transparent;
    padding: 0.25em 0.5em 0;
  }
}
.un_top_actionWrap .action__inner h3 em {
  font-size: 38px;
  font-style: normal;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner h3 em {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner h3 em {
    font-size: 5.4vw;
  }
}
.un_top_actionWrap .action__inner h3 em > span {
  background-color: transparent;
  color: #c00;
  padding: 0;
}
.un_top_actionWrap .action__inner a {
  display: block;
  transition: 0.3s;
}
.un_top_actionWrap .action__inner a:hover {
  opacity: 0.7;
}
.un_top_actionWrap .action__inner .txt {
  margin-top: 10px;
  text-align: left;
  font-size: 20px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .txt {
    width: 70%;
    max-width: 100%;
    margin-inline: auto;
    font-size: 28px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .txt {
    width: 100%;
    font-size: 4vw;
  }
}
.un_top_actionWrap .action__inner .pricebox {
  margin: 2em auto 4em;
  max-width: 920px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .pricebox {
    width: 90%;
  }
}
.un_top_actionWrap .action__inner .cpbnr {
  margin: 4em auto 0;
  max-width: 1200px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .cpbnr {
    width: 90%;
  }
}
.un_top_actionWrap .action__inner .price_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid {
    width: 100%;
  }
}
.un_top_actionWrap .action__inner .price_grid .item {
  display: flex;
  align-items: center;
  gap: 5%;
  position: relative;
}
.un_top_actionWrap .action__inner .price_grid .item:nth-child(even) {
  padding-left: 4%;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid .item:nth-child(even) {
    padding-left: 0;
  }
}
.un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::before, .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: #fff;
  position: absolute;
  left: -2.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::before, .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::after {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::before, .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::after {
    left: -0.5vw;
  }
}
.un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::after {
  left: -1%;
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid .item:nth-child(even)::after {
    left: -2vw;
  }
}
.un_top_actionWrap .action__inner .price_grid .item > p {
  letter-spacing: 0.05em;
}
.un_top_actionWrap .action__inner .price_grid .item em {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 600;
}
.un_top_actionWrap .action__inner .price_grid .item .left {
  width: 30%;
  font-size: 1.7vw;
}
@media screen and (min-width: 1600px) {
  .un_top_actionWrap .action__inner .price_grid .item .left {
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid .item .left {
    font-size: 2.85vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid .item .left {
    font-size: 4.1vw;
  }
}
.un_top_actionWrap .action__inner .price_grid .item .left span {
  display: block;
  text-align: left;
  line-height: 1.1;
}
.un_top_actionWrap .action__inner .price_grid .item .left span.s {
  font-size: 1.2vw;
}
@media screen and (min-width: 1600px) {
  .un_top_actionWrap .action__inner .price_grid .item .left span.s {
    font-size: 20px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid .item .left span.s {
    font-size: 2.05vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid .item .left span.s {
    font-size: 2.9vw;
  }
}
.un_top_actionWrap .action__inner .price_grid .item .right {
  width: 70%;
  text-align: left;
  font-size: 2.7vw;
}
@media screen and (min-width: 1600px) {
  .un_top_actionWrap .action__inner .price_grid .item .right {
    font-size: 42px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner .price_grid .item .right {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .price_grid .item .right {
    font-size: 5.4vw;
  }
}
.un_top_actionWrap .action__inner .price_grid .item .right .pr {
  background: linear-gradient(to right, #d4af37, #ffd700, #ffec8b, #d4af37);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.un_top_actionWrap .action__inner p {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner p {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner p {
    font-size: 20px;
  }
}
.un_top_actionWrap .action__inner p.tx_primary {
  background-color: #a9894b;
  border-bottom: none;
  color: #fff;
  cursor: pointer;
  font-size: 32px;
  line-height: 48px;
  margin: 0.5em auto 0;
  padding-bottom: 0;
  width: 16em;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner p.tx_primary {
    font-size: 24px;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner p.tx_primary {
    font-size: 4.4444444444vw;
  }
}
.un_top_actionWrap .action__inner p.tx_primary::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 0.25em solid transparent;
  border-bottom: 0.25em solid transparent;
  border-left: 0.75em solid #fff;
  border-right: 0;
  margin-left: 0.5em;
  position: relative;
  top: -0.25em;
}
@media screen and (max-width: 920px) {
  .un_top_actionWrap .action__inner p.tx_primary::after {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 24px solid #fff;
    top: 0;
  }
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner p.tx_primary::after {
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 14px solid #fff;
    top: -2px;
  }
}
.un_top_actionWrap .action__inner p.tx_primary.reserve {
  background-color: #740125;
}
.un_top_actionWrap .action__inner .list {
  max-width: 520px;
  margin: 20px auto 0;
  text-align: left;
}
.un_top_actionWrap .action__inner .list li {
  padding-left: 1em;
  position: relative;
}
.un_top_actionWrap .action__inner .list li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.un_top_actionWrap .action__inner .list li .notes {
  display: block;
  font-size: 12px;
}
.un_top_actionWrap .action__inner .list li + li {
  margin-top: 12px;
}
.un_top_actionWrap .action__inner .notes {
  width: 90%;
  margin: 15px auto 0;
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .un_top_actionWrap .action__inner .notes {
    font-size: 3vw;
  }
}
.un_top_workoutWrap {
  background-color: rgba(0, 0, 0, 0.2);
  margin: 2em auto;
  max-width: 1200px;
  padding: 32px 30px;
  width: 90%;
}
@media screen and (max-width: 450px) {
  .un_top_workoutWrap {
    padding: 16px 24px;
  }
}
.un_top_workoutWrap dt {
  font-size: 20px;
}
@media screen and (max-width: 450px) {
  .un_top_workoutWrap dt {
    font-size: 16px;
  }
}
.un_top_workoutWrap dd {
  font-size: 16px;
}
@media screen and (max-width: 450px) {
  .un_top_workoutWrap dd {
    font-size: 12px;
  }
}
.un_top_workoutWrap dd em {
  color: #a9894b;
  display: block;
  font-size: 24px;
  font-style: normal;
}
@media screen and (max-width: 450px) {
  .un_top_workoutWrap dd em {
    font-size: 18px;
  }
}
.un_top_workoutWrap dd span {
  font-size: 14px;
}
@media screen and (max-width: 450px) {
  .un_top_workoutWrap dd span {
    font-size: 10px;
  }
}
.un_top_sakurai {
  margin: 2em auto;
  max-width: 960px;
  width: 90%;
}
.un_top_100life {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 450px) {
  .un_top_100life {
    margin-top: 30px;
  }
}
.un_top_100life a {
  display: block;
  padding: 150px 70px;
  background: url(../images/100life/mv.jpg) no-repeat center bottom/cover;
  transition: opacity 0.5s ease-in;
}
@media screen and (max-width: 450px) {
  .un_top_100life a {
    padding: 24vw 4%;
  }
}
.un_top_100life a:hover {
  opacity: 0.5;
}
.un_top_100life .btn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.un_top_100life .btn span {
  display: inline-block;
  padding-right: 45px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-family: "Marcellus", serif;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 920px) {
  .un_top_100life .btn span {
    padding-right: 30px;
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_100life .btn span {
    font-size: 3.4vw;
  }
}
.un_top_100life .btn span::before, .un_top_100life .btn span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.un_top_100life .btn span::after {
  width: 30px;
  right: 0;
  transform-origin: right bottom;
  transform: rotate(20deg);
}
@media screen and (max-width: 920px) {
  .un_top_100life .btn span::after {
    width: 20px;
  }
}
.un_top_100life .hdg {
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Marcellus", serif;
  font-size: 100px;
}
@media screen and (max-width: 1080px) {
  .un_top_100life .hdg {
    font-size: 80px;
  }
}
@media screen and (max-width: 920px) {
  .un_top_100life .hdg {
    font-size: 8vw;
  }
}
@media screen and (max-width: 450px) {
  .un_top_100life .hdg {
    font-size: 8.5vw;
  }
}
.un_top_100life .hdg span {
  padding: 0 2%;
  position: relative;
  z-index: 1;
}
.un_top_100life .hdg span::after {
  content: "";
  display: block;
  width: 100%;
  height: 50%;
  background-color: #a9894b;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.un_top_100life .cap {
  position: absolute;
  bottom: 0;
  right: 0.5em;
}
@media screen and (max-width: 450px) {
  .un_top_100life .cap {
    font-size: 0.85em;
  }
}
.un_top .biz_closed {
  border: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 100%;
  margin: 3em auto 0;
  max-width: 720px;
  padding: 2em;
  text-align: center;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .un_top .biz_closed {
    padding: 1em;
  }
}
.un_top .biz_closed h3 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 450px) {
  .un_top .biz_closed h3 {
    font-size: 5.333vw;
  }
}
.un_top .biz_closed dt {
  font-size: 100%;
}
.un_top .biz_closed dd {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0.5em;
}
@media screen and (max-width: 450px) {
  .un_top .biz_closed dd {
    font-size: 4.144vw;
  }
}
.un_top .biz_closed dd em {
  color: #ffd700;
  font-style: normal;
}
.un_top .biz_closed dd span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}
.un_top .biz_closed dd small {
  font-size: 12px;
}/*# sourceMappingURL=top.css.map */