@charset "UTF-8";
body {
  user-select: none;
  -webkit-user-select: none;
}
body.OB header, body.OS header, body.OL header {
  position: relative;
}

#wrap.offer {
  background: linear-gradient(180deg, #fefefe 2.67%, #fbf9ff 46.61%, #f1f7ff 90.54%);
}
#wrap.offer .ytp-box-ul {
  margin: 48px 0 0;
  gap: 48px 24px;
}
#wrap.offer .ytp-box-ul > .box {
  position: relative;
}
#wrap.offer .ytp-box-ul > .box.sBtnAsset .ybu-box {
  height: 296px;
}
#wrap.offer .ytp-box-ul li {
  margin: 0;
}
#wrap.offer .ytp-box-ul.hidden {
  display: none;
}
#wrap.offer .ytp-box-ul + .middle-banner {
  margin-top: 48px;
}

@keyframes pulse {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
.ybu-box {
  width: 344px;
  height: 310px;
}
.ybu-box .categoryWr {
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
}
.ybu-box .categoryWr .category,
.ybu-box .categoryWr .category02 {
  position: static;
  width: auto;
  min-width: 60px;
  padding: 0 8px;
}
.ybu-box .imgarea {
  transform: scale(1);
  background-size: cover !important;
}
.ybu-box .imgarea.loader {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100% !important;
  animation: pulse 1.5s infinite ease-in-out;
}
.ybu-box .logoarea {
  position: absolute;
  z-index: 1;
  width: 60px;
  height: 60px;
  bottom: -30px;
  left: 20px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.ybu-box .title-area {
  height: auto;
  background: transparent;
}
.ybu-box .title-area:before {
  content: normal;
}
.ybu-box .title-area .dae {
  padding: 24px 0 0;
  height: auto;
  line-height: 28px;
  font-size: 20px;
  font-weight: 700;
}
.ybu-box .title-area .txt01 {
  margin: 8px 0 0;
  line-height: 18px;
}
.ybu-box .title-area .txt02 {
  margin-top: 5px;
}
.ybu-box .title-area .txt02 span {
  line-height: 14.32px;
  font-size: 12px;
}
.ybu-box:focus .title-area .dae, .ybu-box:hover .title-area .dae {
  color: unset;
}
.ybu-box:focus .title-area .txt01, .ybu-box:hover .title-area .txt01 {
  color: var(--color-bdsplanet02);
}
.ybu-box:focus .title-area .txt02 span:before, .ybu-box:hover .title-area .txt02 span:before {
  background: #e1e1e1;
}
.ybu-box:focus .imgarea, .ybu-box:hover .imgarea {
  transform: scale(1);
}
.ybu-box.offerReg {
  height: 332px;
  padding: 24px 20px 0;
  background-color: #4d5358;
  border-radius: 12px;
}
.ybu-box.offerReg:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 8px;
  background-image: url("/images/offer/icons_offer.png?v=ubqck6f");
  background-position: -23px 0;
}
.ybu-box.offerReg .read-tit {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.ybu-box.offerReg p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
.ybu-box.none {
  height: 340px;
  border-radius: 12px;
}

.ytp-box-container {
  position: relative;
  margin: 20px 0 0;
}
.ytp-box-container.hidden {
  display: none;
}
.ytp-box-container.hidden + .ytp-box-ul {
  margin-top: 20px !important;
}
.ytp-box-container + .ytp-box-container {
  margin-top: 48px;
}
.ytp-box-container .ybu-box {
  height: 304px;
}
.ytp-box-container .ar.swiper .ytp-box-ul {
  flex-wrap: nowrap;
  gap: 0 !important;
  margin-top: 0 !important;
}
.ytp-box-container .utilBtn {
  position: absolute;
  z-index: 1;
  top: 79px;
  padding: 0;
}
.ytp-box-container .utilBtn.prev {
  left: -18px;
}
.ytp-box-container .utilBtn.next {
  right: -18px;
}
.ytp-box-container .utilBtn.swiper-button-disabled {
  display: none;
}

.soSlideBtn {
  width: 36px;
  height: 36px;
}
.soSlideBtn div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1607843137);
}
.soSlideBtn div:before {
  content: "";
  width: 7px;
  height: 12px;
  background-image: url("/images/offer/icons_offer.png?v=ubqck6f");
  background-position: -69px 0;
}
.soSlideBtn.prev div:before, .soSlideBtn.left div:before {
  transform: rotate(180deg);
}

.offer-main {
  line-height: 1;
}
.offer-main .om {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.offer-main .toparea {
  padding: 40px 0;
  text-align: center;
}
.offer-main .offername .tt {
  color: #000;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.offer-main .od {
  margin-top: 20px;
}
.offer-main .od .txt01 {
  font-size: 16px;
  color: #000000;
}
.offer-main .od .txt01 + .txt01:before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
}
.offer-main .util {
  position: absolute;
  top: 83px;
  right: 0px;
}
.offer-main .util .share {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 22px;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
}
.offer-main .util .share span {
  color: #222;
  font-size: 14px;
}
.offer-main .util .share:before {
  content: "";
  display: block;
  width: 16px;
  height: 20px;
  margin-right: 10px;
  background: url(/images/ui_ico.png) no-repeat -356px -59px;
}

.offer-menu {
  height: 60px;
  line-height: 1;
}
.offer-menu .om {
  display: flex;
  position: relative;
  width: 1080px;
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
}
.offer-menu .lm {
  display: flex;
  height: 100%;
}
.offer-menu .lm a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 0 25px;
}
.offer-menu .lm a:first-child {
  padding-left: 0;
}
.offer-menu .lm a span {
  color: #666;
  font-size: 16px;
}
.offer-menu .lm a.on span {
  color: #222;
}
.offer-menu .lm a.on:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 25px;
  width: calc(100% - 50px);
  height: 2px;
  background: #444;
}
.offer-menu .lm a.on:first-child:before {
  left: 0px;
  width: calc(100% - 25px);
}
.offer-menu .lm a:hover span {
  color: #222;
}
.offer-menu.fix .om {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.offer-menu.fix .oa {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.offer-menu .unit {
  position: absolute;
  top: 15px;
  right: 0px;
}
.offer-menu .unit.ui_cp_slip_check {
  width: 80px;
}
.offer-menu .unit.ui_cp_slip_check .one {
  border-radius: 20px;
}

.pa-offer-area {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pa-offer-area .util {
  display: flex;
  width: 84px;
  padding: 28px 0 0;
}
.pa-offer-area .btnAll {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.pa-offer-area .btnAll .ico {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.1s ease-out;
}
.pa-offer-area .btnAll .ico span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #393939;
}
.pa-offer-area .btnAll .ico span.se {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: top left;
  margin-left: 1px;
}
.pa-offer-area .btnAll .ico .ico__close {
  display: none;
}
.pa-offer-area:not(.close) .pa-offer-category ul {
  flex-wrap: wrap;
  margin-left: 0 !important;
  height: auto !important;
  transform: translate(0) !important;
}
.pa-offer-area:not(.close) .pa-offer-category li {
  width: 80px !important;
  margin-right: 44px !important;
}
.pa-offer-area:not(.close) .pa-offer-category li:nth-child(8n) {
  margin-right: 24px !important;
}
.pa-offer-area:not(.close) .pa-offer-category li:nth-child(n+9) {
  margin-top: 24px;
}
.pa-offer-area:not(.close) .pa-offer-category .btn {
  display: none !important;
}
.pa-offer-area:not(.close) .pa-offer-category .ca input:checked + label .imgarea {
  position: relative;
  border-color: transparent;
}
.pa-offer-area:not(.close) .pa-offer-category .ca input:checked + label .imgarea:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 100%;
  border: 2px solid var(--color-bdsplanet);
}
.pa-offer-area:not(.close) .pa-offer-category .ca input:checked + label .txt01 {
  color: var(--color-bdsplanet);
}
.pa-offer-area:not(.close) .pa-offer-category .ca input:checked + label .txt01:before {
  content: normal;
}
.pa-offer-area:not(.close) .btnAll .ico__squ {
  display: none;
}
.pa-offer-area:not(.close) .btnAll .ico__close {
  display: block;
}

.pa-offer-category {
  display: flex;
  position: relative;
  justify-content: center;
  width: calc(100% - 84px);
  user-select: none;
}
.pa-offer-category .uc {
  overflow-x: hidden;
  padding-left: 24px;
}
.pa-offer-category.notc {
  justify-content: normal;
}
.pa-offer-category ul {
  display: flex;
  max-width: 100%;
}
.pa-offer-category .btn {
  display: none;
  position: absolute;
  z-index: 100;
  top: 50%;
  margin-top: -18px;
}
.pa-offer-category .btn:not(.swiper-button-disabled) {
  display: block;
}
.pa-offer-category .btn:before {
  content: "";
  display: block;
  position: absolute;
  top: -39px;
  width: 40px;
  height: 116px;
}
.pa-offer-category .btn.left {
  left: 0px;
  margin-left: -18px;
}
.pa-offer-category .btn.right {
  right: 0px;
  margin-right: -18px;
}
.pa-offer-category .ca {
  position: relative;
  text-align: center;
  width: 80px;
}
.pa-offer-category .ca .imgarea {
  height: 80px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.pa-offer-category .ca .imgarea img {
  width: 100%;
  height: 100%;
}
.pa-offer-category .ca .txt01 {
  display: inline-block;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0px;
  left: 50%;
  padding-bottom: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 18px;
  letter-spacing: -0.5px;
  font-size: 14px;
  color: #222;
}
.pa-offer-category .ca label {
  display: block;
  padding-bottom: 36px;
  cursor: pointer;
}
.pa-offer-category .ca input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
}
.pa-offer-category .ca input:checked + label .txt01:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.btnAssetMore {
  display: flex;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.btnAssetMore .ico {
  width: 18px;
  height: 15px;
  margin: -1px 8px 0 0;
  background-image: url("/images/offer/icons_offer.png?v=ubqck6f");
}
.btnAssetMore .text {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.btnAssetMore.big {
  height: 44px;
}

.middle-banner {
  display: block;
}

.offer-list-type {
  display: flex;
  gap: 8px;
  margin: 36px 0 0;
}
.offer-list-type a {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  color: #4d5358;
  font-size: 14px;
}
.offer-list-type a.on {
  color: #fff;
  background-color: #343a3f;
}

.detimgarea {
  position: relative;
}
.detimgarea .more {
  display: inline-flex;
  flex-wrap: wrap;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 90px;
  height: 90px;
  justify-content: center;
  align-content: center;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s ease-out;
}
.detimgarea .more:hover {
  width: 110px;
  height: 110px;
  background: rgba(0, 0, 0, 0.8);
}
.detimgarea .more .ico {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
}
.detimgarea .more .ico:before, .detimgarea .more .ico:after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
}
.detimgarea .more .ico:before {
  top: 50%;
  left: 0px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
}
.detimgarea .more .ico:after {
  top: 0px;
  left: 50%;
  width: 2px;
  height: 30px;
  margin-left: -1px;
}
.detimgarea .more .txt {
  width: 100%;
  margin: 10px 0 0;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.detimgarea .imgwrap {
  display: flex;
}
.detimgarea .imgwrap a {
  display: block;
}
.detimgarea .left {
  flex: 3;
}
.detimgarea .right {
  flex: 1;
}
.detimgarea .ig-list {
  display: flex;
  flex-wrap: wrap;
}
.detimgarea .imgwrap a {
  overflow: hidden;
}
.detimgarea .imgwrap .imgmain {
  height: 609px;
}
.detimgarea .imgwrap .imgsub {
  width: 270px;
  height: 203px;
}
.detimgarea .imgwrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.2s ease-out;
}
.detimgarea .imgwrap .spc {
  transition: 0.2s ease-out;
}
.detimgarea .imgwrap .spc:hover {
  transform: scale(1.05);
}
.detimgarea .imgwrap a:hover img {
  transform: scale(1.05);
}

.offer-det-js-wrap {
  margin-top: 60px;
}
.offer-det-js-wrap .offer-det-box:first-child {
  margin-top: 0 !important;
}

.offer-det-box {
  margin: 80px 0 0;
  line-height: 1;
}
.offer-det-box:first-child {
  margin-top: 60px;
}
.offer-det-box .squ {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
.offer-det-box .titlearea {
  margin: 0 0 30px;
}
.offer-det-box .titlearea .title {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.offer-det-box .titlearea .title.ma {
  color: var(--color-bdsplanet02);
  font-size: 30px;
  font-weight: bold;
}
.offer-det-box .titlearea .title .bu02 {
  margin-left: 15px;
  font-size: 18px;
  font-weight: normal;
}
.offer-det-box .bdinf-main .box + .box {
  margin-top: 40px;
}
.offer-det-box .bdinf-main .box.mae {
  margin-top: 76px;
}
.offer-det-box .ainfo .ais + .ais {
  margin: 20px 0 0;
}
.offer-det-box .ainfo .toparea {
  display: flex;
  margin: 0 0 10px;
}
.offer-det-box .ainfo .title {
  color: #000;
  font-weight: bold;
  font-size: 20px;
}
.offer-det-box .ainfo .title + .ask-box01 {
  margin-left: 5px;
}
.offer-det-box .ainfo .sb-dl {
  width: 525px;
  padding: 18px 20px;
  background: #fafafa;
}
.offer-det-box .sinfo {
  margin-top: 18px;
  font-size: 0;
}
.offer-det-box .sinfo .txt {
  display: inline-block;
  position: relative;
  margin: 0 9px 0 0;
  padding: 0 12px 0 0;
  color: #222222;
  font-size: 16px;
}
.offer-det-box .sinfo .txt:before {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 1px;
  width: 1px;
  height: 14px;
  background: #dddddd;
}
.offer-det-box .sinfo .txt:last-child:before {
  content: normal;
}
.offer-det-box .box-category {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 0 -5px;
}
.offer-det-box .box-category span {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 15px;
  margin-left: 5px;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  color: #7790ad;
}
.offer-det-box .keypoint {
  margin: 40px 0 0;
}
.offer-det-box .keypoint .title {
  margin: 0 0 24px;
  color: var(--color-bdsplanet02);
  font-size: 24px;
  font-weight: bold;
}
.offer-det-box .oful li {
  position: relative;
  margin-top: 8px;
  padding-left: 11px;
  font-size: 16px;
  line-height: 23px;
}
.offer-det-box .oful li:first-child {
  margin-top: 0px;
}
.offer-det-box .oful li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-bdsplanet02);
}
.offer-det-box .realc {
  position: absolute;
  top: -32px;
  right: 0px;
  width: 360px;
  padding: 30px 24px;
  border: 1px solid #eeeeee;
  text-align: center;
}
.offer-det-box .realc .agent-info-pic {
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 100%;
  background: url(/images/img_none_gong.png) no-repeat 0 0;
}
.offer-det-box .realc .agent-info-pic img {
  width: 100%;
  height: 100%;
}
.offer-det-box .realc .agent-info-pic.nw {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.offer-det-box .realc .agent-info-pic.nw img {
  width: auto;
  height: auto;
}
.offer-det-box .realc .who {
  margin: 15px 0 0;
}
.offer-det-box .realc .agent-name {
  display: block;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  word-break: break-all;
  text-align: center;
}
.offer-det-box .realc .who span {
  color: #222222;
  font-size: 16px;
}
.offer-det-box .realc .info02 {
  padding: 16px 0 0;
  margin-top: 20px;
  border-top: 1px solid #eee;
  line-height: 22px;
}
.offer-det-box .realc .info02:empty, .offer-det-box .realc .info02.none {
  padding: 0;
}
.offer-det-box .realc .info02 .txt {
  color: #666666;
  font-size: 14px;
}
.offer-det-box .realc-btnarea {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 25px 0 0;
}
.offer-det-box .realc-btnarea a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  border-radius: 25px;
}
.offer-det-box .realc-btnarea a + a {
  margin-left: 4px;
}
.offer-det-box .realc-btnarea a span {
  color: #ffffff;
  font-size: 16px;
}
.offer-det-box .realc-btnarea a.doc {
  background: #129ded;
}
.offer-det-box .realc-btnarea a.doc:before {
  content: "";
  display: block;
  width: 14px;
  height: 18px;
  margin: 0 9px 0 0;
  background: url("/images/ui_ico.png") no-repeat -272px -142px;
}
.offer-det-box .realc-btnarea a.inq {
  background: var(--color-bdsplanet);
}
.offer-det-box .realc-btnarea a.inq:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 9px 0 0;
  background: url("/images/ui_ico.png") no-repeat -291px -142px;
}
.offer-det-box .bd-summary {
  padding: 21px 0 0;
  border-top: 1px solid #444;
}
.offer-det-box .bd-summary dl {
  display: flex;
  margin: 4px 0 0;
  line-height: 28px;
}
.offer-det-box .bd-summary dl:first-child {
  margin: 0;
}
.offer-det-box .bd-summary dt {
  position: relative;
  width: 142px;
  color: #666666;
  font-size: 16px;
}
.offer-det-box .bd-summary dd {
  font-size: 16px;
}
.offer-det-box .bd-summary dd .txt {
  position: relative;
}
.offer-det-box .bd-summary dd .txt.bold {
  color: #222;
  font-weight: bold;
}
.offer-det-box .bd-summary dd .txt + .txt {
  padding: 0 0 0 15px;
  margin-left: 14px;
}
.offer-det-box .bd-summary dd .txt + .txt:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  width: 1px;
  height: 14px;
  background: #ddd;
}
.offer-det-box .bdswrap {
  display: flex;
  flex-wrap: wrap;
}
.offer-det-box .bdswrap .bd-summary {
  flex: 1;
  margin-right: 30px;
}
.offer-det-box .bdswrap .bd-summary:nth-child(2n) {
  margin-right: 0;
}
.offer-det-box .infotable table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #444444;
}
.offer-det-box .infotable thead {
  border-bottom: 1px solid #eee;
}
.offer-det-box .infotable thead th {
  padding: 9px 0;
  background: #fafafa;
  color: #666666;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.offer-det-box .infotable thead th.spc01 {
  color: var(--color-bdsplanet02);
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
}
.offer-det-box .infotable thead th.spc01:last-child {
  border-right: 1px solid #eeeeee;
}
.offer-det-box .infotable tbody tr {
  border-top: 1px solid #eee;
}
.offer-det-box .infotable tbody td {
  padding: 10px 0 11px;
  border-right: 1px solid #eee;
  font-size: 16px;
  text-align: center;
  line-height: 22px;
}
.offer-det-box .infotable tbody td:last-child {
  border-right: 0;
}
.offer-det-box .infotable tbody td[rowspan] {
  border-left: 1px solid #eee;
}
.offer-det-box .infotable tbody td[rowspan]:first-child {
  border-left: 0px;
}
.offer-det-box .infotable tfoot {
  border: 1px solid #bdcfe6;
}
.offer-det-box .infotable tfoot td {
  padding: 20px 0;
  background: #f1faff;
  color: var(--color-bdsplanet02);
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 22px;
}
.offer-det-box .infotable tfoot td em {
  font-weight: inherit;
}
.offer-det-box .dan {
  color: #999;
  font-size: 13px;
}
.offer-det-box .si-read {
  padding: 17px 20px;
  background: #f0f6ff;
  border-radius: 5px;
}
.offer-det-box .si-read + .siinfo {
  margin: 15px 0 0;
}
.offer-det-box .si-read > span,
.offer-det-box .si-read .mm + .mm {
  margin-top: 9px;
}
.offer-det-box .si-read .mm > span,
.offer-det-box .si-read > span {
  position: relative;
}
.offer-det-box .si-read span {
  position: relative;
  padding: 0 14px 0 15px;
  color: var(--color-bdsplanet02);
  font-size: 16px;
}
.offer-det-box .si-read span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  display: block;
  width: 1px;
  height: 14px;
  background: #c8d4e9;
}
.offer-det-box .si-read span:first-child {
  padding-left: 0;
}
.offer-det-box .si-read span:first-child:before {
  content: normal;
}
.offer-det-box .siinfo {
  display: flex;
  justify-content: space-between;
}
.offer-det-box .siinfo .sibox {
  display: flex;
  border: 1px solid #eeeeee;
  border-radius: 6px;
  flex: 1;
}
.offer-det-box .siinfo .sibox:nth-child(2n) {
  margin-left: 30px;
}
.offer-det-box .siinfo .sibox .ls,
.offer-det-box .siinfo .sibox .rs {
  height: 100%;
  display: flex;
  align-items: center;
}
.offer-det-box .siinfo .sibox .ls {
  width: 150px;
  justify-content: center;
}
.offer-det-box .siinfo .sibox .rs {
  flex: 1;
  padding: 25px 30px;
  border-left: 1px solid #eeeeee;
}
.offer-det-box .sibox .det {
  height: 70px;
  text-align: center;
}
.offer-det-box .sibox .det .ico {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.offer-det-box .sibox .det .ico:before {
  content: "";
  display: block;
  background: url("/images/ui_ico.png") no-repeat;
}
.offer-det-box .sibox .det .ico.ki:before {
  width: 28px;
  height: 28px;
  background: url("/images/ui_ico.png") no-repeat -192px -208px;
}
.offer-det-box .sibox .det .ico.park:before {
  width: 35px;
  height: 26px;
  background-position: -272px -208px;
}
.offer-det-box .sibox .det .ico.toji:before {
  width: 28px;
  height: 28px;
  background: url("/images/ui_ico.png") no-repeat -256px -344px;
}
.offer-det-box .sibox .det .ico.build:before {
  width: 28px;
  height: 28px;
  background-position: -296px -344px;
}
.offer-det-box .sibox .det .txt {
  display: block;
  margin-top: 20px;
  color: var(--color-bdsplanet02);
  font-size: 20px;
  font-weight: 400;
}
.offer-det-box .sb-dl dl {
  display: flex;
  line-height: 23px;
}
.offer-det-box .sb-dl dl + dl {
  margin-top: 6px;
}
.offer-det-box .sb-dl dl dt {
  position: relative;
  width: 85px;
  padding-left: 10px;
  color: #666666;
  font-size: 16px;
}
.offer-det-box .sb-dl dl dt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: var(--color-bdsplanet02);
}
.offer-det-box .sb-dl dl dd {
  color: #222;
  font-size: 16px;
}
.offer-det-box .location-info {
  position: relative;
  height: 400px;
}
.offer-det-box.marketing-br {
  padding: 80px 0;
  margin-top: 0;
  background: #565f69;
}
.offer-det-box.marketing-br .squ {
  display: flex;
}
.offer-det-box.marketing-br .rb {
  margin-left: 100px;
}
.offer-det-box.marketing-br .titlearea .title {
  color: #fff;
}
.offer-det-box.marketing-br .util {
  width: 200px;
}
.offer-det-box.marketing-br .util a.br {
  position: relative;
  display: inline-flex;
  width: 100%;
  align-items: center;
  padding: 10px 36px 10px 20px;
  border: 1px solid #787f87;
  border-radius: 4px;
  line-height: 18px;
}
.offer-det-box.marketing-br .util a.size:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background: url("/images/ui_ico.png") no-repeat -315px -142px;
}
.offer-det-box.marketing-br .util a.download:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("/images/ui_ico.png") no-repeat -335px -142px;
}
.offer-det-box.marketing-br .util a.br.mt {
  margin-top: 10px;
}
.offer-det-box.marketing-br .util a.br span {
  color: #fff;
  font-size: 15px;
}
.offer-det-box .brslide {
  position: relative;
  width: 720px;
}
.offer-det-box .brslide .util {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 48px;
  height: 48px;
  margin-top: -24px;
  z-index: 1;
}
.offer-det-box .brslide .util a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.offer-det-box .brslide .util.prev {
  left: -60px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.offer-det-box .brslide .util.next {
  right: -60px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.offer-det-box .brslide .pager {
  margin-top: 26px;
  font-size: 13px;
  text-align: center;
  color: #bbbbbb;
  letter-spacing: 1px;
}
.offer-det-box .brslide .slide {
  box-shadow: 0px 7px 28px 1px rgba(0, 0, 0, 0.5);
}
.offer-det-box .brslide .slide li {
  background: blue;
}
.offer-det-box .etc-readme {
  margin: 20px 0 0;
  padding: 13px 20px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  color: #7790ad;
  line-height: 21px;
}
.offer-det-box .etc-readme li {
  padding-left: 14px;
  text-indent: -14px;
  font-size: 14px;
}
.offer-det-box .etc-readme li:before {
  content: "※";
  margin-right: 5px;
}

.marker-bd-loc {
  position: absolute;
  line-height: 1;
}
.marker-bd-loc .mbd {
  height: 44px;
  padding: 14px 20px 0 20px;
  background: var(--color-bdsplanet02);
  border-radius: 8px;
}
.marker-bd-loc .mbd:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid var(--color-bdsplanet02);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.marker-bd-loc .mbd .name {
  color: #fff;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.offer-util-nav {
  position: fixed;
  bottom: 150px;
  right: 50px;
  z-index: 100;
}
.offer-util-nav a {
  position: static !important;
}
.offer-util-nav a + a {
  margin-top: 5px;
}

.off-ad-area {
  height: 300px;
  margin-top: 0;
  background: #4d5358;
}
.off-ad-area .squ {
  overflow: hidden;
  height: 100%;
}
.off-ad-area .readme {
  padding: 25px 0 0;
}
.off-ad-area .readme:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 8px;
  background-image: url("/images/offer/icons_offer.png?v=ubqck6f");
  background-position: -23px 0;
}
.off-ad-area .readme p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.8);
  line-height: 24px;
  font-size: 16px;
  font-weight: 500;
}
.off-ad-area .title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 32px;
}
.off-ad-area .bg {
  position: absolute;
  right: 0;
  top: 0px;
  height: 100%;
}
.off-ad-area .bg .ph {
  position: absolute;
}
.off-ad-area .bg .img01 {
  right: 200px;
  bottom: -54px;
}
.off-ad-area .bg .img02 {
  right: 0px;
  top: -72px;
}
.off-ad-area .bg .img03 {
  right: 0px;
  bottom: -106px;
}
.off-ad-area .offreg-btna02 {
  left: 0;
  bottom: 35px;
  width: auto;
}
.off-ad-area .offreg-btna02 .btns.reg {
  width: 296px;
}

.offreg-btna {
  position: absolute;
  left: 0px;
  bottom: 70px;
  height: 40px;
  font-size: 0;
}
.offreg-btna .btns.reg {
  width: 150px;
  height: 100%;
  background: #ffca27;
  border-radius: 4px;
}
.offreg-btna .btns.reg span {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}
.offreg-btna .btns.info {
  width: 80px;
  height: 100%;
  border: 1px solid #667186;
  border-radius: 4px;
  margin: 0 0 0 5px;
}
.offreg-btna .btns.info span {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.offreg-btna02 {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  text-align: center;
}
.offreg-btna02 .btns.reg {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: #fff;
  border-radius: 8px;
}
.offreg-btna02 .btns.reg .ico {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 12px 0 0;
}
.offreg-btna02 .btns.reg .ico:before {
  content: "";
  width: 18px;
  height: 15px;
  background-image: url("/images/offer/icons_offer.png?v=ubqck6f");
  background-position: 0 -17px;
}
.offreg-btna02 .btns.reg .txt {
  width: 100%;
  color: #161616;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.offreg-btna02 .btns.reg:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  transform: rotate(-45deg);
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.offreg-btna02 .info {
  display: inline-block;
  margin: 12px 0 0;
  color: #fff;
  text-decoration: underline;
  line-height: 18px;
  letter-spacing: -0.5px;
  font-size: 14px;
  font-weight: 700;
}

.boxAdminCount {
  position: absolute;
  right: 0;
  top: 160px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  font-size: 12px;
}

.btnAdminModify {
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 5px;
  background-color: #ddd;
  border-radius: 8px;
}