body {
	line-height: 1.5;
}

/*
共通スタイル
------------------------------------*/

.is-sp {
	display: none;
}

.s-text {
	font-size: 14px;
}

.title {
	font-size: 2.6rem;
	font-weight: bold;
	text-align: center;
}

.allWidth {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.mt40 {
	margin-top: 40px;
}

.text-white {
	color: #fff;
}

/*
.inner
------------------------------------*/

.inner {
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	padding-left: 15px;
	padding-right: 15px;
	width: 82%;
}

/*
.m-inner
------------------------------------*/

.m-inner {
	margin: 0 auto;
	max-width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	width: 1000px;
}

/*
.btn-round
------------------------------------*/

.btn-round {
	border-radius: 60px;
	display: inline-block;
	font-size: 16px;
	max-width: 100%;
	min-width: 300px;
	margin-bottom: 15px;
	padding: 16px 40px;
	text-align: center;
}

.unpub-slide-comment__btn .btn-round {
	min-width: 220px;
	padding: 16px 25px;
}

.btn-round span {
	white-space: nowrap;
}

.btn-round--skyblue {
	background-color: #0097b2;
	color: #fff !important;
}

.btn-round--orange {
	background-color: #D04C00;
	color: #fff !important;
}

/*
.btn-close
------------------------------------*/

.btn-close {
	cursor: pointer;
	height: 28px;
	width: 28px;
}

.btn-close__modal-position {
	position: absolute;
	right: 6px;
	top: 16px;
}

.btn-close__line {
	background-color: #555555;
	display: block;
	height: 4px;
	width: 100%;
}

.btn-close__line1 {
	transform: translateY(4px) rotate(45deg);
}

.btn-close__line2 {
	transform: rotate(-45deg);
}

/*
.unpub-sec
------------------------------------*/

.unpub-sec {
	padding-bottom: 80px;
	padding-top: 80px;
}

/*
.unpub-info-card
------------------------------------*/

.unpub-info-card {
	background-color: #fff;
	border-radius: 12px;
	cursor: pointer;
	display: block;
	display: block;
	min-height: 430px;
	padding: 24px;
	position: relative;
	width: 100%;
}

.unpub-info-card:hover .unpub-info-card__img::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.unpub-info-card__img {
	border-radius: 12px;
	height: 0;
	overflow: hidden;
	padding-top: 50%;
	position: relative;
	width: 100%;
}

.unpub-info-card__img::after {
	background-color: transparent;
	border-radius: 12px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.unpub-info-card__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.unpub-info-card__body {
	margin-top: 24px;
	text-align: center;
}

.unpub-info-card__title {
	font-size: 20px;
	font-weight: bold;
}

.unpub-info-card__price {
	align-items: flex-end;
	display: flex;
	font-size: 36px;
	justify-content: center;
	margin-top: 16px;
	white-space: nowrap;
}

.unpub-info-card__price .s-text {
	padding-bottom: 4px;
}

.unpub-info-card__price span {
	font-weight: bold;
	line-height: 1;
}

.unpub-info-card__detail {
	margin-top: 16px;
}

.unpub-info-card__dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

.unpub-info-card__dt {
	flex-shrink: 0;
}

.unpub-info-card__dd {
	flex-shrink: 0;
	margin-left: 8px;
}

.unpub-info-card__others {
	display: flex;
	justify-content: center;
}

.unpub-info-card__other:not(:first-child)::before {
	content: "/";
	margin-left: 4px;
	margin-right: 4px;
}

.unpub-info-card__arrow {
	bottom: 16px;
	left: 50%;
	margin-top: 16px;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
}

.unpub-info-card__arrow span {
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	display: inline-block;
	height: 12px;
	transform: rotate(-45deg);
	width: 12px;
}

/*
#unpub
------------------------------------*/

#unpub {
	padding-top: 24px;
	width: 100%;
}

/*
.unpub-fv
------------------------------------*/

.unpub-fv {
	height: 600px;
	position: relative;
}

.unpub-fv__img {
	height: inherit;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.unpub-fv__img img {
	-o-object-fit: cover;
	-o-object-position: 50% bottom;
	height: 100%;
	object-fit: cover;
	object-position: 50% bottom;
	width: 100%;
}

.unpub-fv__title {
	position: absolute;
	top: 24%;
}

.search-entry .unpub-fv__title-main {
	-moz-text-align-last: left;
	font-family: "Roboto Regular";
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin-bottom: 0;
	text-align-last: left;
}

.unpub-fv__title-sub {
	font-size: 24px;
	margin-top: 8px;
}

.unpub-fv__btn {
	margin-top: 32px;
}

/*
.unpub-message
------------------------------------*/

.unpub-message {
	padding-bottom: 40px;
	padding-top: 40px;
}

.unpub-message__logo {
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}

.unpub-message__logo img {
	-o-object-fit:contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.unpub-message__text {
	font-size: 18px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	margin-top: 24px;
	text-align: center;
}

/*
.unpub-info
------------------------------------*/

.unpub-info__top {
	background-color: #D04C00;
	padding-bottom: 80px;
	padding-top: 80px;
}

.unpub-info__title {
	color: #fff;
	font-size: 36px;
	text-align: center;
}

.unpub-info__update {
	color: #fff;
	font-size: 14px;
	margin-top: 8px;
	text-align: center;
}

/*
.unpub-slide
------------------------------------*/

.unpub-slide {
	background-color: #FAEFE0;
}

.unpub-slide__bg-white {
	background-color: #fff;
	padding-top: 100px;
}

.unpub-slide__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	width: 1100px;
}

.unpub-slide__swipe-icon {
	display: none;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}

.unpub-slide__swipe-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.unpub-slide__title span {
	font-size: 56px;
	font-weight: bold;
}

.unpub-slide__top {
	display: flex;
	justify-content: space-between;
}

.unpub-slide__visual {
	width: 48%;
}

.unpub-slide__comment {
	padding-top: 60px;
	width: 46%;
}

.unpub-slide__comment--sp {
	display: none;
}

.unpub-slide__detail {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.unpub-slide__detail-left {
	width: 50%;
}

.unpub-slide__dl {
	display: flex;
	white-space: nowrap;
}

.unpub-slide__dl dd {
	margin-left: 4px;
}

.unpub-slide__detail-right {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
}

.unpub-slide__detail-map-icon {
	display: block;
	height: 40px;
	width: 60px;
}

.unpub-slide__detail-map-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.unpub-slide__others {
	display: flex;
}

.unpub-slide__other:not(:first-child)::before {
	content: "|";
	margin-left: 2px;
}

.unpub-slide__thumb {
	margin-left: 20px;
	margin-top: 24px;
}

.unpub-slide__info {
	margin-left: auto;
	margin-top: 60px;
	max-width: 1000px;
	padding-bottom: 30px;
	width: 80%;
}

/*
.unpub-slide-comment
------------------------------------*/

.unpub-slide-comment {
	padding-bottom: 36px;
}

.unpub-slide-comment__title {
	font-size: 20px;
	font-weight: bold;
}

.unpub-slide-comment__text {
	margin-top: 36px;
}

.unpub-slide-comment__btn {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-top: 36px;
}

/*
.unpub-slide-info
------------------------------------*/

.unpub-slide-info__title {
	background-color: #000;
	border-radius: 60px 0 0 60px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding: 18px 32px;
}

.unpub-slide-info__contents {
	padding: 32px;
}

.unpub-slide-info__dl {
	display: flex;
	font-size: 20px;
	padding: 0;
}

.unpub-slide-info__dl:not(:first-child) {
	margin-top: 24px;
}

.unpub-slide-info__dt {
	display: block;
	font-weight: bold;
	min-width: 100px;
	position: relative;
}

.unpub-slide-info__dt::after {
	content: "：";
	position: absolute;
	right: 0;
}

.unpub-slide-info__dd {
	margin-left: 30px;
}

.unpub-slide-info__dd span {
	display: block;
}

/*
.unpub-case
------------------------------------*/

.unpub-case {
	background-color: #FAEFE0;
}

.unpub-case__lead {
	color: #D04C00;
	font-size: 24px;
	padding-top: 60px;
}

.unpub-case__title {
	font-size: 32px;
	font-weight: bold;
}

.unpub-case__navs {
	display: flex;
	padding-bottom: 80px;
	padding-top: 40px;
}

.unpub-case__nav {
	width: 32%;
}

.unpub-case__nav:not(:first-child) {
	margin-left: 2%;
}

/*
.unpub-case-nav
------------------------------------*/

.unpub-case-nav {
	border: 4px solid #000;
	display: block;
	width: 100%;
}

.unpub-case-nav:hover .unpub-case-nav__img::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.unpub-case-nav__top {
	border-bottom: 4px solid #000;
	font-weight: bold;
	padding: 20px 16px;
}

.unpub-case-nav__img {
	padding-top: 50%;
	position: relative;
	width: 100%;
}

.unpub-case-nav__img::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	padding-top: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.unpub-case-nav__img img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.unpub-case-nav__body {
	border-top: 4px solid #000;
	padding: 24px 16px;
}

.unpub-case-nav__title span {
	font-size: 32px;
	font-weight: bold;
}

.unpub-case-nav__dl {
	display: flex;
}

/*.unpub-case-nav__dd::before {
	content: "/";
	margin-left: 2px;
	margin-right: 2px;
}*/

/*
.unpub-case-item
------------------------------------*/

.unpub-case-item {
	border-top: 4px solid #D04C00;
	padding-bottom: 60px;
	padding-top: 60px;
	position: relative;
}

.unpub-case-item__inner {
	display: flex;
	justify-content: space-between;
}

.unpub-case-item__visuals {
	width: 56%;
}

.unpub-case-item__contents {
	padding: 16px 16px 0 16px;
	width: 40%;
}

/*
.unpub-case-item__contents内
------------------------------------*/

.unpub-case-item__top {
	font-weight: bold;
}

.unpub-case-item__title {
	font-size: 28px;
	font-weight: bold;
}

.unpub-case-item__dl {
	display: flex;
	margin-top: 8px;
}

.unpub-case-item__dt {
	margin-right: 2px;
}

/*.unpub-case-item__dd::before {
	content: "/";
	margin-left: 2px;
}*/

.unpub-case-item__design {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

/*.unpub-case-item__design span::before {
	content: "●";
}*/

.unpub-case-item__text {
	font-size: 12px;
	margin-top: 40px;
}

#s_works li a {
	background-color: #fff;
}

.unpub-case-item__text p:not(:first-child) {
	margin-top: 16px;
}

.unpub-case-item__btn {
	margin-top: 32px;
}

.unpub-case-item__btn .btn-round {
	cursor: pointer;
}

/*
.unpub-case-modal
------------------------------------*/

.unpub-case-modal {
	background-color: #fff;
	box-shadow: 0 3px 50px rgba(0, 0, 0, 0.36);
	display: none;
	left: 50%;
	max-height: 80%;
	min-height: 400px;
	padding: 32px 24px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	z-index: 100;
}

.unpub-case-modal.is-active {
	display: block;
}

.unpub-case-modal__detail {
	margin-top: 24px;
}

.unpub-case-modal__bg {
	background-color: rgba(0, 0, 0, 0.6);
	display: block;
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 50;
}

/*
.unpub-bar
------------------------------------*/

.unpub-bar {
	background-color: #D04C00;
	padding-bottom: 32px;
	padding-top: 24px;
}

.unpub-container {
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
}

.unpub-bar__inner {
	align-items: center;
	display: flex;
	padding-bottom: 24px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 24px;
}

.unpub-bar__btn {
	background-color: #ff914d;
	border-radius: 8px;
	color: #fff !important;
	font-size: 24px;
	font-weight: bold;
	padding: 8px 16px;
}

.unpub-bar__insta {
	align-items: flex-end;
	color: #fff;
	display: flex;
	font-size: 20px;
	font-weight: bold;
	margin-left: 18px;
}

.unpub-bar__insta-icon {
	height: 40px;
	margin-left: 4px;
	width: 40px;
}

.unpub-bar__insta-icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*
.unpub-support
------------------------------------*/

.unpub-support {
	background-color: #D9D9D9;
	padding-bottom: 60px;
	padding-top: 60px;
}

.unpub-support__lead {
	margin-top: 32px;
	text-align: center;
}

.unpub-support__ul {
	display: flex;
	justify-content: center;
	list-style: none;
	margin: 0;
	margin-top: 32px;
	padding: 0;
}

.unpub-support__li {
	width: 260px;
}

.unpub-support__li:not(:first-child) {
	margin-left: 3%;
}

/*
.unpub-support-card
------------------------------------*/

.unpub-support-card {
	background-color: #fff;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	height: 260px;
	justify-content: flex-end;
	padding: 8px 16px 8px;
	width: 100%;
}

.unpub-support-card__img {
	height: 180px;
	width: 100%;
}

.unpub-support-card__img img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.unpub-support-card__text {
	text-align: center;
}

.unpub-support-card__arrow {
	text-align: center;
}

.unpub-support-card__arrow span {
	border-bottom: 2px solid #000;
	border-left: 2px solid #000;
	display: inline-block;
	height: 8px;
	transform: rotate(-45deg);
	width: 8px;
}

/*
.visual-slider
------------------------------------*/

.visual-slider__main .swiper-slide {
	border-radius: 16px;
	overflow: hidden;
	padding-top: 50%;
	position: relative;
	width: 100%;
}

.visual-slider__main .swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.visual-slider__main .swiper-slide.swiper-slide-active img {
	opacity: 1;
}

.visual-slider__main .swiper-slide.swiper-slide-active img:hover {
	opacity: 0.7;
}

.visual-slider__main .swiper-slide a:hover {
	background: #fff;
}

.visual-slider__thumb .swiper-slide {
	cursor: pointer;
	height: 200px;
	padding-top: 16px;
	width: 100%;
}

.visual-slider__thumb .swiper-slide:hover .swiper-slide__wrap::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.visual-slider__thumb .swiper-slide .swiper-slide__wrap {
	height: 100%;
	position: relative;
	width: 100%;
}

.visual-slider__thumb .swiper-slide .swiper-slide__wrap::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	padding-top: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.visual-slider__thumb .swiper-slide .swiper-slide__wrap img {
	-o-object-fit: cover;
	-o-object-position: 50% 50%;
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	width: 100%;
}

.visual-slider__thumb .swiper-slide-thumb-active {
	position: relative;
}

.visual-slider__thumb .swiper-slide-thumb-active::before {
	background-color: #D04C00;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
}

/*
.card-slider
------------------------------------*/

.card-slider__main {
	background-color: #fff;
}

.card-slider__thumb {
	margin-top: 40px;
}

.card-slider__thumb .swiper-wrapper {
	flex-wrap: wrap;
	margin-left: 3%;
}

.card-slider__thumb .swiper-wrapper .swiper-slide {
	margin-right: 3%;
	width: 30% !important;
}

.card-slider__thumb .swiper-wrapper .swiper-slide:nth-child(n+4) {
	margin-top: 40px;
}

/*
.case-slider
------------------------------------*/

.case-slider__main .swiper-slide {
	padding-top: 60%;
	position: relative;
	width: 100%;
}

.case-slider__main .swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.case-slider__thumb {
	margin-top: 16px;
}

.case-slider__thumb .swiper-slide {
	cursor: pointer;
	opacity: 0.7;
	padding-top: 20%;
	position: relative;
	width: 100%;
}

.case-slider__thumb .swiper-slide:hover::after {
	background-color: rgba(0, 0, 0, 0.3);
}

.case-slider__thumb .swiper-slide::after {
	background-color: transparent;
	content: "";
	height: 100%;
	left: 0;
	padding-top: 16px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}

.case-slider__thumb .swiper-slide img {
	-o-object-fit: cover;
	-o-object-position: center;
	height: 100%;
	left: 50%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.case-slider__thumb .swiper-slide-thumb-active {
	opacity: 1;
}

/*
.swiper-button
------------------------------------*/

.swiper-button-prev {
	background-color: #ccc;
	border-radius: 50%;
	height: 64px;
	left: calc((100vw - 1280px) / 2);
	position: absolute;
	top: 380px;
	width: 64px;
}

.swiper-button-prev:hover {
	opacity: 0.7;
}

.swiper-button-prev::after {
	border-bottom: 4px solid #fff;
	border-left: 4px solid #fff;
	content: "";
	height: 22px;
	left: 40%;
	position: absolute;
	top: 57%;
	transform: rotate(45deg) translate(-50%, -50%);
	width: 22px;
}

.swiper-button-next {
	background-color: #ccc;
	border-radius: 50%;
	height: 64px;
	position: absolute;
	right: calc((100vw - 1280px) / 2);
	top: 380px;
	width: 64px;
}

.swiper-button-next:hover {
	opacity: 0.7;
}

.swiper-button-next::after {
	border-bottom: 4px solid #fff;
	border-right: 4px solid #fff;
	content: "";
	height: 22px;
	left: 50%;
	position: absolute;
	top: 36%;
	transform: rotate(-45deg) translate(-50%, -50%);
	width: 22px;
}

/*
lightbox の調整スタイル
------------------------------------*/

.lb-outerContainer {
	height: 0 !important;
	max-width: 100% !important;
	overflow: hidden;
	padding-top: 40%;
	position: relative;
	width: 800px !important;
}

.lb-outerContainer .lb-container {
	height: 100%;
	width: 100%;
}

.lb-outerContainer .lb-container img {
	-o-object-fit: cover;
	height: 100% !important;
	left: 50%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100% !important;
}

@media screen and (max-width: 1440px) {

.inner {
	width: 90%;
}

.visual-slider__thumb .swiper-slide {
	height: 140px;
}

.swiper-button-prev {
	left: 8px;
}

.swiper-button-next {
	right: 8px;
}

}

@media screen and (max-width: 1121px) {

.inner {
	width: 100%;
}

.btn-round {
	min-width: 260px;
}

.search-entry .unpub-fv__title-main {
	font-size: 72px;
}

.unpub-bar__inner {
	padding-right: 40px;
}

.lb-outerContainer {
	max-width: 90% !important;
}

}

@media screen and (max-width: 768px) {

.is-pc {
	display: none;
}

.is-sp {
	display: inline-block;
}

.btn-round {
	min-width: auto;
	margin-bottom: 15px;
	padding: 16px 30px;
	width: 100%;
}

.unpub-info-card {
	display: flex;
	justify-content: space-between;
	min-height: auto;
	padding: 24px 16px 40px;
}

.unpub-info-card__img {
	width: 48%;
}

.unpub-info-card__body {
	text-align: left;
}

.unpub-info-card__price {
	flex-wrap: wrap;
	font-size: 24px;
	justify-content: flex-start;
	margin-top: 8px;
}

.unpub-info-card__detail {
	margin-top: 8px;
}

.unpub-info-card__dl {
	justify-content: start;
}

.unpub-info-card__dt span {
	display: block;
}

.unpub-info-card__estate-line {
	font-size: 12px;
	font-weight: bold;
}

#unpub {
	padding-top: 0;
}

.unpub-fv {
	height: 400px;
}

.search-entry .unpub-fv__title-main {
	font-size: 36px;
}

.unpub-fv__title-sub {
	font-size: 20px;
}

.unpub-message__text {
	font-size: 16px;
}

.unpub-info__top {
	padding-bottom: 60px;
	padding-top: 60px;
}

.unpub-info__title {
	font-size: 24px;
}

.unpub-slide__bg-white {
	padding-bottom: 40px;
	padding-top: 40px;
}

.unpub-slide__swipe-icon {
	display: block;
	margin-bottom: 24px;
}

.unpub-slide__title span {
	font-size: 36px;
}

.unpub-slide__top {
	align-items: flex-start;
	flex-direction: column;
}

.unpub-slide__visual {
	width: 100%;
}

.unpub-slide__comment {
	display: none;
	padding-top: 0;
}

.unpub-slide__comment--sp {
	display: block;
	margin-top: 24px;
	width: 100%;
}

.unpub-slide__detail {
	flex-direction: column;
}

.unpub-slide__detail-left {
	width: 100%;
}

.unpub-slide__info {
	margin-top: 40px;
	width: 90%;
}

.unpub-slide-comment__title {
	font-size: 18px;
}

.unpub-slide-comment__text {
	margin-top: 24px;
}

.unpub-slide-info__title {
	font-size: 20px;
}

.unpub-slide-info__dl {
	font-size: 16px;
}

.unpub-slide-info__dl:not(:first-child) {
	margin-top: 8px;
}

.unpub-slide-info__dt {
	min-width: 80px;
}

.unpub-slide-info__dd {
	font-size: 14px;
	margin-left: 16px;
}

.unpub-case__lead {
	font-size: 20px;
}

.unpub-case__title {
	font-size: 28px;
}

.unpub-case__navs {
	flex-direction: column;
	padding-bottom: 50px;
	padding-top: 30px;
}

.unpub-case__nav:not(:first-child) {
	margin-left: 0;
}

.unpub-case__nav {
	width: 100%;
}

.unpub-case__nav:not(:first-child) {
	margin-top: 16px;
}

.unpub-case-nav__top {
	padding: 16px 8px;
}

.unpub-case-nav__body {
	padding: 16px 8px;
}

.unpub-case-nav__title span {
	font-size: 28px;
	line-height: 1.2;
}

.unpub-case-item {
	padding-bottom: 40px;
	padding-top: 40px;
}

.unpub-case-item__inner {
	flex-direction: column;
}

.unpub-case-item__visuals {
	width: 100%;
}

.unpub-case-item__contents {
	width: 100%;
}

.unpub-case-item__text {
	margin-top: 24px;
}

.unpub-case-modal {
	top: 16px;
}

.unpub-bar {
	padding-bottom: 24px;
	padding-top: 16px;
}

.unpub-bar__inner {
	justify-content: center;
	padding-bottom: 16px;
	padding-left: 0;
	padding-top: 16px;
}

.unpub-bar__btn {
	font-size: 20px;
}

.unpub-bar__insta-icon {
	height: 60px;
	margin-left: 8px;
	width: 60px;
}

.unpub-support__ul {
	align-items: center;
	flex-direction: column;
}

.unpub-support__li {
	max-width: 100%;
	width: 360px;
}

.unpub-support__li:not(:first-child) {
	margin-top: 24px;
}

.unpub-support__li:not(:first-child) {
	margin-left: 0;
}

.unpub-support-card {
	height: auto;
	padding: 8px 12px 8px;
}

.unpub-support-card__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.unpub-support-card__img {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
}

.unpub-support-card__text {
	font-size: 14px;
	width: 54%;
}

.visual-slider__thumb .swiper-slide {
	height: 120px;
}

.card-slider__thumb .swiper-wrapper {
	margin-left: 0;
}

.card-slider__thumb .swiper-wrapper .swiper-slide:nth-child(n+4) {
	margin-top: 0;
}

.card-slider__thumb .swiper-wrapper .swiper-slide {
	margin-right: 0;
	width: 100% !important;
}

.card-slider__thumb .swiper-wrapper .swiper-slide:not(:first-child) {
	margin-top: 24px;
}

.swiper-button-prev {
	display: none;
}

.swiper-button-next {
	display: none;
}

.lb-outerContainer {
	padding-top: 60%;
}

}

@media screen and (max-width: 768px) and (max-width: 768px) {

.unpub-info-card__body {
	margin-top: 0;
	width: 48%;
}

}

