@import url(default.css);
@import url(module.css);

@charset "utf-8"

* {
    -webkit-user-select: none;
    -webkit-touch-callout: none
}

input,
textarea {
    -webkit-user-select: auto
}

* {
    transition: all 0.3s;
}

.slick-track,
.slick-slide {
    transition: auto;
}

.important_notice #menu>li ul.sub {
    transition: all 0s;
}

input#btnClick {
    position: absolute;
    bottom: 20px;
    left: 50%
}

#overlay {
    display: none !important;
    background-color: transparent;
}
.grecaptcha-badge { visibility: hidden; }
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #333;
    word-break: break-all;
    background: #eee;
    padding-top: env(safe-area-inset-top);
    padding-right: env(safe-area-inset-right);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-top: constant(safe-area-inset-top);
    padding-right: constant(safe-area-inset-right);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-left: constant(safe-area-inset-left);
}

body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}

#wrapper {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: 0 !important;
}

#wrap_contents>.wrapInner {
    width: 1000px;
    margin: 0 auto;
    position: relative
}

#side_contents {
    width: 30%;
    max-width: 260px;
    padding: 20px 30px 20px 20px;
    box-sizing: border-box;
}

#main_contents {
    width: 100%;
    margin: 93px auto 0;
    position: relative;
    overflow: hidden;
}

#foot_contents {
    clear: both;
    padding: 20px 0
}

.columnInner {
    width: 1000px;
    margin: 0 auto
}

.inner {
    margin: 0 auto;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.inner_s {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
    box-sizing: border-box;
}

.secBox {
    padding: 120px 3%;
    border-radius: 60px;
    margin: 0 2%;
}

.secBox:first-child {
    padding: 0 20px 120px;
}

.flexbox {
    display: flex;
}

#top #news {
    padding: 50px 3% 40px;
}

#news .flexbox {
    align-items: center;
    border: 3px solid #333;
    border-radius: 100px;
    padding: 15px 20px 15px;
    background: #fff;
}

.titlebox {
    width: auto;
    padding-right: 10px;
    border-right: 3px solid #333;
    line-height: 1;
    margin-right: 10px;
    position: relative;
}

#news .flexbox h2 {
    font-size: 24px;
    line-height: 1;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.9px;
    width: max-content;
}

.news_cnt {
    width: calc(100% - 135px);
    font-weight: 700;
}

.news_cnt .newsItem {
    font-weight: 700;
}

.news_cnt .newsItem dl {
    display: flex;
    gap: 10px;
    font-weight: 700 !important;
    align-items: center;
}

.news_cnt .newsItem dl dd.tit a,
.news_cnt .newsItem dl dd.date {
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
}

.news_cnt .newsItem dl:hover dd.tit a,
.news_cnt .newsItem dl:hover dd.date {
    opacity: 0.7;
}

#properties {
    background: #fff;
    padding-top: 0;
    border-radius: 60px 0 0 60px;
    position: relative;
    padding-bottom: 90px;
}

#properties .inner {
    width: 100%;
}

#properties h2 {
    position: relative;
    top: -20px;
    margin-bottom: 40px;
}

#properties::before {
    content: '';
    width: 110px;
    height: 100px;
    position: absolute;
    top: -80px;
    left: 560px;
    background: url('/wp/wp-content/themes/dspec/assets/img/top/property_head.png') no-repeat;
    background-size: cover;
    z-index: -1;
}

#properties::after {
    content: '';
    width: 2%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2%;
    background: #fff;
    z-index: -1;
}

#header .inner {
    width: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 21px;
}

#header {
    background: #eee;
    width: 100%;
    overflow: visible;
    position: fixed;
    z-index: 100;
    padding: 20px 0 0;
    top: 0;
    left: 0;
}

#header h1 {
    display: inline-block;
    color: #fff;
}

#header h1:hover {
    opacity: 0.7;
}

#header p.desc {
    color: #333;
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
}

#header .head_link {
    width: auto;
    position: absolute;
    top: 23px;
    right: 10px
}

#header .head_link ul {
    overflow: hidden
}

#header .head_link ul li {
    float: left;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    padding-bottom: 10px;
}

#header .head_link ul li a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
}

#header .head_link ul li div {
    transition: all 0.3s;
}

#header .head_link ul li a:hover,
#header .head_link ul li div:hover {
    opacity: 0.7;
}

#header .head_link ul li:first-child {
    margin-left: 0
}

#header .head_link ul li:last-child a {
    display: table-cell;
    vertical-align: middle;
    height: 26px
}

#header .head_link ul li img {
    width: 100%;
    height: auto
}

h2 {
    color: #333;
    font-weight: 700
}

h3 {
    color: #333;
    font-weight: 700
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover {
    color: #333;
    text-decoration: underline
}

h2.head {
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 50px;
    padding: 0;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: 2px;
}

#category h2.head {
    margin-bottom: 38px;
}

svg {
    shape-rendering: geometricPrecision;
}

span.sub_head {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    font-weight: bold;
    display: block;
    margin-top: 15px;
    letter-spacing: 0.9px;
}

#footer {
    font-size: 14px;
    clear: both;
    position: relative;
    padding: 80px 0 60px;
}

#footer .inner {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 0 5%;
    width: 100%;
}

#footer .inner h2 {
    color: #333;
    font-weight: 100;
    font-size: 12px
}

#footer #footNavi {
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    padding: 3.3% 0 3%;
    margin-bottom: 10px;
    position: relative;
    justify-content: space-around;
    gap: 3%;
}

#footer #footNavi dl,
#footer #footNavi .fl {
    line-height: 22px;
    display: -moz-inline-box;
    display: inline-block;
    * display: inline;
    * zoom: 1;
    width: calc(100% / 5);
}

#footer #footNavi .fl {
    width: 148px
}

#footer #footNavi dl.owner {}

#footer #footNavi dl.catalog {
    clear: both;
    float: none;
    margin-left: 0;
    margin-top: 20px
}

#footer #footNavi dl.sns dd {
    margin-bottom: 5px;
    padding-left: 30px;
    font-size: 12px
}

#footer #footNavi dl.sns dd.blog {
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/blog.png) no-repeat;
    background-size: 18px 18px
}

#footer #footNavi dl.sns dd.facebook {
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/facebook.png) no-repeat;
    background-size: 18px 18px
}

#footer #footNavi dl.sns dd.instagram {
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/instagram.png) no-repeat;
    background-size: 18px 18px
}

#footer #footNavi dl.sns dd.mail {
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/mail.png) no-repeat;
    background-size: 18px 18px
}

#footer #footNavi dl.sns:first-child {
    margin-left: 0
}

#footer #footNavi dl.sns:last-child {
    border-left: 1px solid #ddd;
    padding-left: 70px
}

#footer #footNavi dl a {
    color: #333
}

#footer #footNavi dl a:hover {
    text-decoration: none
}

#footer #footNavi *:first-child+*+*+*+*+* {
    padding-right: 0
}

#footer #footNavi dl dt {
    font-size: 18px;
    border-bottom: 2px solid #333;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

#footer #footNavi dl dd {
    font-size: 14px;
    line-height: 1.3em;
}

#footer #footNavi dl dt a {
    display: inline-block;
    font-weight: 700;
}

#footer #footNavi dl dd a {
    display: inline-block;
    line-height: 1.8;
    font-weight: 500;
}

#footer #footNavi dl dd a:hover {
    text-decoration: none;
    opacity: 0.7;
}

#copyright {
    color: #333;
    padding: 25px 0;
    font-size: 14px;
}

#pageTop {
    position: fixed;
    bottom: 35px;
    right: 20px;
    color: #333;
    z-index: 100;
    border-radius: 5px;
    text-orientation: sideways;
}

#pageTop a {
    color: #333;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    text-orientation: sideways;
}

#pageTop a span {
    writing-mode: vertical-rl;
    font-size: 12px;
    font-weight: 600;
    transform: rotate(180deg);
    letter-spacing: 2px;
    font-family: "Montserrat", sans-serif;
}

#pageTop a:before {
    content: '';
    width: 1.5px;
    height: 80px;
    background: #333;
    display: block;
    margin: 0 auto 10px;
}

#pageTop a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.menu_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: static;
    top: 0;
    width: 100%;
    padding: 20px 20px 6px;
    box-sizing: border-box;
}

.menu_head_logo {
    width: 263px;
}

#navi {
    width: auto;
    height: auto !important;
    left: 0;
    z-index: 100;
    margin-left: auto
}

#menu {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

#menu>li>a {
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 0 25px 11px 25px;
    display: inline-block;
    color: #333
}

#menu>li>a>span {
    display: block;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.4px;
    margin-top: 8px;
}

#menu>li:first-child>a {
    padding: 0 25px 11px 0
}

#menu>li {
    line-height: 22px;
    display: inline;
    zoom: 1;
    position: relative;
}

#menu>*:first-child+*+*+*+*+* {
    padding-right: 0
}

#menu>li ul.sub {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 48px;
    left: 0;
    border: 3px solid #333;
    border-radius: 20px;
    width: auto;
    min-width: 200px;
    padding: 30px 26px;
    background: #fff;
}

#menu>li ul.sub>li {
    background: rgba(255, 255, 255, .9);
    margin-top: 18px;
}

#menu>li ul.sub>li:first-child {
    margin-left: 0;
    border-top: 0;
    margin-top: 0;
}

#menu>li ul.sub>li>a {
    color: #333;
    font-size: 13px;
    width: auto;
    display: block;
    text-align: left;
    text-decoration: none;
    padding: 0;
    letter-spacing: -.1px;
    line-height: 1;
    font-weight: 600;
}

#menu>li ul.sub>li>a:hover {
    opacity: 0.7;
}

#toggle {
    display: none
}

#search {
    padding: 15px 20px;
    width: auto;
    overflow: hidden
}

#search .inner {
    width: auto;
    margin: 0
}

#pageInsearch {
    float: right;
    display: inline-block
}

#searchForm {
    position: relative;
    width: 100%;
    display: flex;
    gap: 20px;
}

#searchForm input[type='radio'] {
    position: absolute;
    z-index: 10;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    outline: 0;
    cursor: pointer
}

#searchForm input[type="radio"]+label {
    display: inline-block;
    position: relative;
    overflow: hidden;
    line-height: 20px;
    padding: 0 0 0 20px;
    outline: 0;
    cursor: pointer;
    margin-right: 15px;
    color: #333;
    font-size: 12px
}

#searchForm input {
    vertical-align: middle
}

#searchForm input[type='text'] {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    outline: 0;
    border: 0;
    border-radius: 14px;
    box-sizing: border-box;
    background-color: #fff;
    border: 3px solid #333;
}

#searchForm input[type='text']::-webkit-input-placeholder {
    color: #999
}

#searchForm input[type='text']:-ms-input-placeholder {
    color: #999
}

#searchForm input[type='text']::-moz-placeholder {
    color: #999
}

#searchForm input[type='image'] {
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
    width: 42px;
    height: 42px;
    border-radius: 5px 0 0 5px
}

#searchForm input[type='button'] {
    background: url(/wp/wp-content/themes/dspec/assets/img/top/icon_search.svg) center no-repeat;
    background-size: 36px 36px;
    background-color: #333;
    outline: 0;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    text-indent: -9999px;
}

#searchForm input[type='button']:hover {
    opacity: 0.9;
}

#btn li {
    display: block;
    background-position: 16px center;
    background-repeat: no-repeat;
    padding: 11px 0 0 50px;
    font-size: 12px;
    cursor: pointer;
    height: 42px;
    width: 100%;
    box-sizing: border-box
}

#btn li:first-child {
    background-image: url(/wp/wp-content/themes/dspec/assets/common/img/ico/checkbox_off.png);
    background-size: 18px
}

#btn li:last-child {
    background-image: url(/wp/wp-content/themes/dspec/assets/common/img/ico/checkbox_on.png);
    background-size: 18px
}

#btn li.active {
    display: none
}

#pankuzu {
    width: 100%;
    overflow: hidden;
    background-color: #823
}

#pankuzu .pkInner {
    width: 1000px;
    margin: 0 auto
}

#pankuzu ul li {
    float: left;
    line-height: 22px;
    padding-right: 1em;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 12px
}

#pankuzu li:before {
    content: " > ";
    color: #999;
    font-size: 14px;
    margin-right: 5px
}

#pankuzu li:first-child:before {
    display: none
}

#pankuzu ul li a {
    color: #3e99ff
}

#pankuzu ul li.current span {
    font-weight: 700;
    color: #fff
}

#contact_link {
    border-radius: 3px;
    text-align: center;
    width: 980px;
    margin: 30px auto
}

#contact_link a {
    padding: 20px 380px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/submit_arrow.png) 580px 50% no-repeat #555;
    background-size: 20px 20px;
    text-align: left
}

#pdf {
    border-radius: 3px;
    text-align: center;
    width: 350px;
    margin: 50px auto 0
}

#pdf a {
    padding: 15px;
    font-size: 16px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: #000;
    text-align: center
}

#pdf a:hover {
    background-color: #333
}

#container {
    position: relative;
    margin: -12px 0px 100px;
    width: calc(100% + 20px);
    box-sizing: border-box;
}

#more_disp,
#more_disp2,
#ajax-load-more {
    border-radius: 3px;
    width: 100%;
    text-align: center;
    justify-content: center;
}

#more_disp a,
#more_disp2 a {
    display: flex;
    width: 300px;
    padding: 14px 10px 17px 120px;
    align-items: center;
    gap: 10px;
    border-radius: 100px;
    background: #333 !important;
    justify-content: center;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold !important;
    box-sizing: border-box;
    color: #fff;
    margin: 0 auto;
    text-decoration: none;
}

#more_disp a span,
#more_disp2 a span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}

#more_disp2.faivorte_btn a {
    padding: 10px;
    max-width: 280px;
    width: max-content;
    justify-content: flex-start;
    padding-left: 50px;
    margin: 0;
    gap: 30px;
}

#more_disp2.faivorte_btn a:hover {
    opacity: 0.7;
}

#more_disp2.faivorte_btn a span:not(.arrowLink) {
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.08px;
}

.btn li.active {
    pointer-events: none
}

.disabledmark label {
    color: #999;
}

#main_contents div.section.post.item:not(.wanted) .post_cnt ul li.sub {
    color: #333
}

li.cat {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
}

li.cat span {
    display: inline-block;
    border: 2px solid #333;
    border-radius: 20px;
    font-size: 11px;
    padding: 0px 6px 1px;
    font-weight: 600;
}

@-webkit-keyframes show {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

@keyframes show {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)"
    }

    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
}

.banner ul {
    overflow: hidden;
    display: flex;
    gap: 16px;
}

.banner ul li {
    margin-top: 12px;
    border: 1px solid #999
}

.banner ul li a:hover {
    width: 100%;
    height: 100%;
    display: block
}

.banner ul li a:hover {
    opacity: .7
}

.banner ul li:first-child,
.banner ul li:nth-child(5) {
    margin-left: 0
}

.banner ul li:nth-child(1),
.banner ul li:nth-child(2),
.banner ul li:nth-child(3),
.banner ul li:nth-child(4),
.banner ul li:nth-child(5),
.banner ul li:nth-child(6) {
    margin-top: 0;
    flex: 1;
}

.banner ul li img {
    width: 100%;
    vertical-align: bottom
}

.bg_checkbox li {
    position: relative;
    display: inline-block;
    margin: 0 32px 0 0;
    padding: 0
}

#main_contents div.section {
    font-size: 12px;
    margin: 12px;
    background: #fff;
    position: relative;
    overflow: hidden;
    opacity: 1;
    float: left;
    -webkit-transition: width .4s, height .4s;
    -moz-transition: width .4s, height .4s;
    -o-transition: width .4s, height .4s;
    transition: width .4s, height .4s;
    border: 3px solid #333;
}

#main_contents div.section.wanted.active {
    display: none
}

#main_contents div.section.news {
    padding: 16px
}

#main_contents div.section.news .news_cnt {
    padding: 10px 0
}

#main_contents div.section.news .news_cnt dl {
    margin-top: 10px
}

#main_contents div.section.news .news_cnt dl:first-child {
    margin-top: 0
}

#main_contents div.section.news .news_cnt dl dd {
    display: inline
}

#main_contents div.section.news .news_cnt dl dd.date {
    font-weight: 700;
    display: block
}

#main_contents div.section.news .news_cnt dl dd.cate {
    margin-right: 0
}

#main_contents div.section.news .news_cnt dl dd.tit {
    font-size: 12px;
    letter-spacing: -.04em
}

#main_contents div.section.news .news_cnt dl dd.tit a {
    color: #333
}

#main_contents div.section.news .news_cnt dl dd.tit span {
    padding-right: 5px
}

#main_contents div.section.news .news_cnt dl dd.cate span.new {
    font-weight: 700;
    font-size: 10px;
    color: #C74242;
    margin-right: 5px
}

#main_contents div.section.news h3 {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 5px;
    line-height: 1
}

#main_contents div.section.news .link_button {
    position: absolute;
    top: 15px;
    right: 16px
}

#main_contents div.section.news .link_button a {
    color: #333
}

#main_contents div.section.post {
    width: calc((100% / 4) - (34px));
    border-radius: 20px;
}

#main_contents div.section.post {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

@media screen and (min-width:768px) {
    #main_contents div.section.post:hover {
        transform: translateY(-10px) scale(1.03);
    }
}

.double_cont #main_contents div.section.post {
    width: calc((100% / 3) - (34px));
    border-radius: 20px;
}

#main_contents div.section.post .post_cnt .img {
    width: auto;
    position: relative;
}

#main_contents div.section.post .post_cnt ul li.tit {
    font-weight: 700;
    font-size: 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

#main_contents div.section.post .post_cnt ul li.tit span {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    display: block;
}

#main_contents div.section.post .post_cnt ul li.tit span.cat_type {
    display: flex;
    margin-bottom: 0;
    align-items: flex-start;
    min-width: fit-content;
    font-size: 14px;
    align-items: center;
}

#main_contents div.section.post .post_cnt ul li.tit span.cat_type span {
    font-size: 14px;
    background: #555;
    padding: 4px 10px;
    border-radius: 2vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.84px;
    margin-top: 5px;
}

#main_contents div.section.post .post_cnt ul li.tit span.cat_type.buy span {
    background: #FA0E0E;
}

#main_contents div.section.post .post_cnt ul li.tit span.cat_type.rent span {
    background: #007AE5;
}

#main_contents div.section.post .post_cnt ul li.tit span.cat_type.stay span {}

#main_contents div.section.post .post_cnt ul li.cate {
    font-weight: 700;
    font-size: 13px;
}

#main_contents div.section.post .post_cnt ul li.tit span.title_box span {
    padding: 0.4vw 0;
}

#main_contents div.section.post .post_cnt ul li.sub {
    font-weight: 700;
    color: #EF0000;
    font-size: 13px;
}

#main_contents div.section.post .post_cnt ul li.cate span.new,
span.new {
    font-weight: 700;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 100px;
    background: #FFE100;
    box-shadow: 3px 3px 2px 0px rgba(0, 0, 0, 0.20);
    display: flex;
    width: 49px;
    height: 49px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    font-family: "Montserrat", sans-serif;
}

.information .left ul li span.new {
    font-weight: 700;
    color: #C74242;
    margin-left: 5px;
    border: none;
    position: static;
    border-radius: unset;
    box-shadow: none;
    background: transparent;
    width: auto;
    height: auto;
    aspect-ratio: unset;
    display: inline-block;
}

#news span.new {
    position: relative;
    background: none;
    border-radius: 0;
    box-shadow: none;
    width: auto;
    height: auto;
    display: block;
    top: 0;
    left: auto;
    aspect-ratio: auto;
    margin-right: 10px;
    color: #FA0E0E;
    font-family: Montserrat;
    font-size: 13px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.78px;
}

#news .news_slider span.new {
    display: inline-block;
    margin-right: 0;
}

.news_single #news span.new {
    top: 2px;
}

#main_contents div.section.bnr {
    width: 233px;
    border-radius: 10px
}

#main_contents div.section.bnr .bnr_cnt {
    position: relative;
    overflow: hidden;
    color: #fff
}

#main_contents div.section.bnr .bnr_cnt.home {
    background: #214d65
}

#main_contents div.section.bnr .bnr_cnt.design {
    background: #2c2d2f
}

#main_contents div.section.bnr .bnr_cnt.refurbishing {
    background: #f1bc18
}

#main_contents div.section.bnr .bnr_cnt.sea {
    background: #85c5bb
}

#main_contents div.section.bnr .bnr_cnt.pet {
    background: #3a6e68
}

#main_contents div.section.bnr .bnr_cnt.vintage {
    background: #78706a
}

#main_contents div.section.bnr .bnr_cnt.office {
    background: #aa9b7d
}

#main_contents div.section.bnr .bnr_cnt.note {
    background: #dd6a37
}

#main_contents div.section.bnr .bnr_cnt.leaving {
    background: #95aeb2
}

#main_contents div.section.bnr .bnr_cnt:hover figcaption {
    background: #78706a
}

#main_contents div.section.bnr .bnr_cnt .img {
    width: auto;
    padding: 20px 16.5px 0
}

#main_contents div.section.bnr .bnr_cnt .img img {
    width: 100%;
    vertical-align: bottom
}

#main_contents div.section .post_cnt .img img {
    width: 100%;
    vertical-align: bottom;
    height: auto;
    object-fit: contain;
}

#main_contents div.section .text {
    padding: 12px 16px
}

#main_contents div.section.bnr .text {
    padding: 0 16px 12px;
    margin-top: -6px
}

#main_contents div.section .text h3 {
    color: #000;
    font-size: 18px;
    font-weight: 100;
    text-align: center
}

#main_contents div.section .text h3 img {
    vertical-align: bottom
}

#main_contents div.section .text p {
    color: #fff;
    font-size: 12px;
    font-weight: 100;
    text-align: center
}

#main_contents div.section.media .text p {
    color: #000;
    text-align: left
}

#main_contents div.section.bnr figcaption p {
    color: #fff;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    padding: 0 16px 12px;
    margin-top: -6px
}

#main_contents div.section .content {
    margin: 7px 0 0;
    font-size: 13px;
}

#main_contents div.section .content li.add,
#main_contents div.section .content li.price,
#main_contents div.section .content li.land {
    font-weight: bold;
}


#main_contents div.section .content .description {
    margin: 20px 0 0
}

#main_contents div.section .content .desc {
    margin: 7px 0 0
}

#main_contents a.list_link {
    display: block;
    color: #333;
    text-decoration: none;
}

#main_contents .section>a.list_link:after {
    content: "";
    background: #78706a;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
}

#main_contents .section>a.list_link:hover:after {
    opacity: .3;
}

#main_contents .section.bnr>a.list_link:hover {
    background: #78706a;
    opacity: 0
}

.subtit {
    font-weight: 700;
    color: #C74242;
}

.pc {
    display: block !important;
}

.pc_f {
    display: flex !important;
}

.sp {
    display: none;
}

.sp_f {
    display: none !important;
}

.sp2 {
    display: none !important
}

#footer #footNavi.pc {
    display: flex !important;
}

.transform01 {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.transform02 {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.bnr_cnt .tetx:hover .transform01 {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.bnr_cnt .tetx:hover .transform02 {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1)
}

#main_contents div.section.bnr .bnr_cnt figcaption {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #78706a;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: 0
}

#main_contents div.section.bnr .bnr_cnt:hover figcaption {
    opacity: 1
}

#main_contents div.section.bnr .bnr_cnt figcaption .img,
#main_contents div.section.bnr .bnr_cnt figcaption p {
    position: absolute;
    left: -100%;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0
}

#main_contents div.section.bnr .bnr_cnt figcaption .img {
    top: 0
}

#main_contents div.section.bnr .bnr_cnt figcaption p {
    top: 164px;
    font-size: 12px
}

#infscr-loading {
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.important_notice #main_contents {
    margin: 0 auto
}

.important_notice #header h1.headLogo img {
    width: 263px;
    transition: all 0.3s;
}

.important_notice #header .head_link {
    width: auto;
    min-width: 90px;
    position: relative;
    top: auto;
    right: auto
}

.important_notice #header {
    padding: 20px 20px 6px;
    position: static;
    background: #eee;
    box-sizing: border-box;
}

#footer.test #footNavi dl.sns dd.instagram {
    background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/instagram_nav.png) no-repeat;
    background-size: 18px 18px
}

#important_notice {
    padding: 10px;
    box-sizing: border-box
}

#important_notice p {
    font-size: 12px;
    letter-spacing: -.65px
}

#important_notice p span.notice_text {
    color: #333;
    font-weight: 700
}

#important_notice a {
    color: #fff;
    font-weight: 700
}

.important_notice #menu {
    margin-left: 0;
    margin-right: auto
}

.important_notice #menu>li>a {
    text-decoration: none;
    font-size: 17px;
    padding: 10px 10px 10px 10px;
    padding: 0;
    display: inline-block;
    color: #333 !important;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.02px;
}

.important_notice #menu>li:hover>a {
    scale: 1.1;
}

.important_notice #menu>li ul.sub {
    top: 54px
}

.important_notice #menu>li:first-child>a {
    padding: 10px 20px 10px 0;
    padding: 0;
}

.important_notice #menu>li.subNavi>a {
    padding-right: 15px;
    position: relative;
}

.important_notice #menu>li.subNavi>a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 5px;
    right: 0;
    color: #333;
    line-height: 1;
    width: 0.35em;
    height: 0.35em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.important_notice #menu>li.subNavi:hover>a:after {
    transform: translateY(-25%) rotate(135deg);
}

.dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
}

.printBlock {
    display: none
}

#news h2.head {
    padding: 0;
}

.newsItem.slick-slide {
    padding: 2px 0;
}

.gridbox {
    display: grid;
    grid-template-columns: 2.6fr repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 1%;
    grid-row-gap: 0%;
    max-width: calc(1500px - 40px);
    max-width: fit-content;
    padding: 13px 0 5px;
    margin: 0 auto;
}

.gridbox .grid_item {
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.gridbox .grid_item:nth-of-type(1) {
    grid-area: 1 / 1 / 3 / 2;
    aspect-ratio: 76 / 59;
    position: relative;
}

.gridbox .grid_item:nth-of-type(2),
.gridbox .grid_item:nth-of-type(3),
.gridbox .grid_item:nth-of-type(4),
.gridbox .grid_item:nth-of-type(5) {
    position: relative;
}

.gridbox .grid_item:nth-of-type(2),
.gridbox .grid_item:nth-of-type(3) {
    padding: 0 0 0 5%;
}

.gridbox .grid_item:nth-of-type(4) {
    padding: 5% 0 0 5%;
}

.gridbox .grid_item:nth-of-type(4):before {
    content: '';
    display: block;
    background: url(/wp/wp-content/themes/dspec/assets/img/top/bunko.png) no-repeat;
    background-size: cover;
    width: 55%;
    height: auto;
    aspect-ratio: 30 / 7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gridbox .grid_item:nth-of-type(4):after {
    content: '';
    display: block;
    background: url(/wp/wp-content/themes/dspec/assets/img/top/syoukai.png) no-repeat;
    background-size: cover;
    width: 13%;
    height: auto;
    aspect-ratio: 19 / 69;
    position: absolute;
    left: 0;
    top: 6%;
    z-index: 0;
}

.gridbox .grid_item:nth-of-type(5) {
    padding: 5% 0 0 5%;
}

.gridbox .grid_item:nth-of-type(5):before {
    content: '';
    display: block;
    background: url(/wp/wp-content/themes/dspec/assets/img/top/fukidashi.png) no-repeat;
    background-size: cover;
    width: 55%;
    height: auto;
    aspect-ratio: 241 / 78;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.gridbox .grid_item a {
    display: block;
    transition: all 0.5s ease 0s;
    /* border-radius: 10px; */
    overflow: hidden;
    text-decoration: none;
}

.gridbox .grid_item a:hover {
    opacity: 1;
}

.gridbox .grid_item a:hover img {
    transform: scale(1.1);
}

.gridbox .grid_item.bunko_item .b_img {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 2 / 1.5;
}

.gridbox .grid_item.staff_item .b_img {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
    aspect-ratio: 3 / 2;
}

.gridbox .grid_item.staff_item .b_avatar {
    width: 20%;
    display: block;
    position: absolute;
    right: 2%;
    top: 2%;
    z-index: 2;
}

.gridbox .grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
    transition-duration: .3s;
}

.gridbox .grid_item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

.gridbox .grid_item .b_title {
    display: block;
    font-size: 1.2vw;
    font-weight: 600;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.gridbox .grid_item .b_desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 0.2vh;
    font-size: 1.1vw;
}

.gridbox .grid_item .b_img img {
    object-fit: cover;
}

.gridbox .grid_item.bunko_item .b_desc {
    line-height: 1.4;
}

.gridbox .grid_item.staff_item .b_desc {
    font-weight: 600;
    margin-top: 1vh;
}

.gridbox .grid_item .grid_wrap {
    border: 3px solid #333;
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #fff;
    position: relative;
}

.gridbox .grid_item:nth-child(1) .grid_wrap {
    aspect-ratio: 76 / 58.5;
}

.gridbox .grid_item:nth-child(4) .grid_wrap,
.gridbox .grid_item:nth-child(5) .grid_wrap {
    padding: 5%;
}

#category {
    width: 100%;
    padding: 40px 5% 150px;
    box-sizing: border-box;
}

#category ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2%;
}

#category ul li {
    width: calc((100% / 7) - 2%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#category ul li:hover {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    #category ul li {
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    #category ul li:hover {
        transform: translateY(-10px) scale(1.03);
    }

    #category ul li:hover figure .logo_img img {
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    }

    #menu>li.drawer-dropdown ul.sub:before {
        content: '';
        display: block;
        width: 100%;
        height: 30px;
        position: absolute;
        left: 0;
        top: -21px;
    }
}

#category ul li a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

#category ul li figure .logo_img {
    margin-bottom: 10px;
}

#category ul li figure .logo_img img {
    width: 100%;
    vertical-align: bottom;
}

#category ul li figure figcaption {
    text-align: center;
    flex-wrap: wrap;
    font-weight: bold;
    font-size: 1.2vw;
}

span.link_button a {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 5px;
    text-decoration: none;
}

span.link_button a:hover {
    color: #aaa;
}

.dli-arrow-right {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
    position: relative;
    width: 1em;
    height: 0.15em;
    background: currentColor;
}

.dli-arrow-right::before {
    content: '';
    width: 0.65em;
    height: 0.65em;
    border: 0.15em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -0.05em;
    box-sizing: border-box;
}

.arrowLink {
    background: #E5E5E5;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-left: auto;
    position: relative;
    aspect-ratio: 1/1;
}

.arrowLink:hover {
    opacity: 0.7;
    text-decoration: none;
}

.arrowLink i {
    color: #333;
    text-decoration: none;
}

.banner {
    width: 100%;
}

.footerLogo img {
    width: 318px;
}

.footerCatch {
    font-size: 22px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
}

.menu_cont .footerCatch {
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 2.6px;
    margin-bottom: 20px;
}

.footerLogo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footerLogo a:hover {
    opacity: 0.7;
}

.footerLogo ul {
    display: flex;
    gap: 10px;
}

.footerLogo ul li {
    width: 34px;
}

.footerLogo ul li img {
    width: 100%;
}

#doubleSection {
    width: 100%;
    padding: 100px 5% 100px;
    box-sizing: border-box;
}

#doubleSection .flex {
    display: flex;
    justify-content: space-between;
    gap: 1vw;
}

.listBox {
    display: flex;
}

.bookCard {
    border: 3px solid #333;
    border-radius: 20px;
    background: #fff;
    padding: 1.16vw;
    flex: 1;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bookCard:not(:first-child) {
    margin-left: -3px;
}

.bookCard a {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    row-gap: 20px;
    padding: 5%;
    height: 100%;
    box-sizing: border-box;
}

.bookCard:hover {
    text-decoration: none;
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bookCard a:hover {
    text-decoration: none;
}

.bookCard a span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-combine-upright: none;
    font-size: 1.6vw;
    font-weight: 700;
}

.bookCard a span.dli-arrow-right {
    font-size: 1vw;
}

.bookCard a span.title_box {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 18em;
}

.bookCard a span.cat_type {
    margin-top: auto;
}

.bookCard a span.cat_type span {
    font-size: 1.2vw;
    background: #ccc;
    padding: 10px 7px;
    border-radius: 2vw;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.84px;
    display: inline-block;
}

.bookCard a span.cat_type.rent span {
    background: #007AE5;
}

.bookCard a span.cat_type.buy span {
    background: #FA0E0E;
}

.bookCard a span.arrowLink {
    margin-left: initial;
    margin-top: 0;
    width: 26px;
    height: 26px;
    padding: 3px;
}

.bookCard a span.arrowLink i {
    font-size: 1.3vw;
}

.secCont {
    display: flex;
    flex-direction: column;
}

.secCont .listBox {
    flex: 1;
}

.secCont .staffBox {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.staffList {
    padding: 8% 0 7%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.staffBox {
    border: 3px solid #333;
    border-radius: 20px;
    background: #fff;
    padding: 2vw 0.5vw;
    width: 42.3vw;
    box-sizing: border-box;
}

.staffBox p {
    font-size: 1.6vw;
    font-weight: 700;
    text-align: center;
}

.staffBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1.2vw;
    row-gap: 1.4vw;
    margin: 0 auto;
    box-sizing: border-box;
    width: 87.5%;
}

.staffBox ul li {
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.staffBox ul li:hover {
    text-decoration: none;
    transform: translateY(-10px) scale(1.03);
}

.staffBox ul li:hover span.thumb img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
}

.staffBox ul li:hover a {
    text-decoration: none;
}

.staffBox ul li span.thumb {
    aspect-ratio: 1 / 1;
    width: 8vw;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}

.staffBox ul li span.thumb img {
    width: 100%;
}

.staffBox ul li span.staff_name {
    font-size: 1vw;
    font-weight: 700;
}

#tags {
    width: 100%;
    padding: 40px 0 50px;
    box-sizing: border-box;
}

#tags .inner {
    padding: 0 5%;
}

#tags .tagList {
    overflow: hidden;
    width: 100%;
}

#tags .tagList .slick-slider {
    margin: 1% 0;
    display: block;
    white-space: nowrap;
}

#tags .tagList .slick-slider .slick-track {
    display: flex !important;
    flex-wrap: nowrap !important;
}

#tags .tagList .slick-slider .slick-track　.slick-slide {
    direction: ltr;
}

#tags .tagList .tagsItem {
    width: auto !important;
    margin: 0 5px;
    display: inline-block;
    direction: ltr;
}

#tags .tagList .tagsItem a {
    padding: 6px 14px;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 30px;
}

#tags .tagList .tagsItem a:hover {
    color: #fff;
    background: #333;
    text-decoration: none;
}

#tags .tagList .tagsItem a span {}

.newsItem {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tags_01 .tagsItem,
.tags_02 .tagsItem,
.news_slider .slick-slide {
    height: auto !important;
}

#instagram {
    width: 100%;
    padding: 40px 5% 40px;
    box-sizing: border-box;
}

#instagram .insta_inner {
    padding: 60px 70px 70px;
    background: #fff;
    border-radius: 60px;
}

.sbi_item {
    border: 2px solid #333;
    border-radius: 20px;
}

#sbi_load,
.sbi_bio {
    display: none;
}

#favorite {
    margin-bottom: 20px;
    clear: both;
}

#favorite a {
    display: flex;
    align-items: center;
    width: max-content;
    border-radius: 5rem;
    background: #fff;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    margin: 25px auto 0;
    padding: 10px 15px 10px 25px;
    border: 2px solid #333;
}

#favorite a:hover,
#favorite a.active {
    background: #333;
    color: #fff;
}

#favorite a:after {
    content: '';
    background: url(/wp/wp-content/themes/dspec/assets/img/article/icon_favorite.svg) no-repeat;
    width: 13px;
    height: 15px;
    font-size: 20px;
    display: block;
    transition: all 0.5s ease 0s;
    margin-left: 10px;
    margin-top: 2px;
}

#favorite a.active:after {
    content: '';
    background: url(/wp/wp-content/themes/dspec/assets/img/article/icon_favorite_on.svg) no-repeat;
    width: 13px;
    height: 15px;
    font-size: 20px;
    display: block;
    transition: all 0.5s ease 0s;
    margin-left: 10px;
    margin-top: 2px;
}

.simplefavorite-button.active {
    opacity: 1;
}

.simplefavorite-button.active i,
.simplefavorite-button:hover i {
    color: #FFE100;
}

#favorite a span {
    font-size: 16px;
}

#sb-site {
    display: flex;
}

span.tag {
    border: 2px solid #333;
    border-radius: 30px;
    padding: 5px 10px;
    display: inline-block;
    background: #fff;
}

span.tag[data-id=rent],
span.tag[data-id=buy],
span.tag[data-id=stay] {
    background: #333;
    color: #fff;
}

span.clear-all-tags {
    display: flex;
    align-items: center;
    cursor: pointer !important;
    color: #999 !important;
    text-decoration: underline;
    transition: all 0.3s;
}

span.clear-all-tags:hover {
    color: #333;
}

.remove-tag {
    cursor: pointer;
    font-weight: bold;
}

.search_area {
    display: flex;
    justify-content: space-between;
}

#selected-tags {
    padding: 10px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: calc(100% - 177px);
    box-sizing: border-box;
    padding-right: 0;
}

#sort-select {
    padding: 10px 20px;
    margin-left: auto;
    margin-top: auto;
    position: relative;
}

.select-wrap {
    position: relative;
}

.select-wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    transform: translate(-50%, -50%) rotate(45deg);
}

#sort-order {
    padding: 5px 20px 5px 10px;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-radius: 5px;
    color: #333;
    position: relative;
}

label {
    cursor: pointer;
    display: block;
}

input[type="checkbox"].checkbox-input {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #C0C0C0;
    border-radius: 3px;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-color: #C0C0C0;
    margin-right: 0.5rem;
}

input[type="checkbox"].checkbox-input:checked {
    background-color: #333;
    border: 1px solid #333;
}

input[type="checkbox"].checkbox-input:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 4px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

#side_contents h2 {
    margin-bottom: 15px;
}

.filters {
    border-top: 1px solid #C0C0C0;
    padding: 15px 0;
}

.filters h3 {
    margin-bottom: 15px;
}

.filters label {
    font-size: 15px;
}

.filters ul li:not(:first-child) {
    margin-top: 10px;
}

.is-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    visibility: hidden !important;
}

#cat_des {
    padding: 10px 20px;
    display: flex;
    gap: 10px;
}

#cat_des .cat_img {
    max-width: 140px;
}

#cat_des .cat_img img {
    width: 100%;
    vertical-align: bottom;
}

#cat_des dl {
    padding: 20px;
}

#cat_des dl dt {
    font-size: 22px;
    font-weight: 600;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
    position: relative;
    width: 20px;
    height: 17px;
    cursor: pointer;
    aspect-ratio: 20/17;
}

.btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
    top: 0;
}

.btn-trigger span:nth-of-type(2) {
    top: 7.5px;
}

.btn-trigger span:nth-of-type(3) {
    bottom: 0;
}

.btn-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
}

.btn-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.btn-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.hamburger {
    background: #333;
    padding: 10px;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.hamburger.drawer-toggle.pnav {
    width: 20px;
    height: 20px;
    padding: 10px;
    margin-bottom: 10px;
}

.hamburger.sp {
    display: none !important;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 999;
}

#popup {
    display: block;
}

#closePopup {
    display: none;
}

#openPopup {
    background: #333;
    padding: 15px;
    border-radius: 100px;
    aspect-ratio: 1 / 1;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: none;
}

#openPopup img {
    width: 25px;
    height: 25px;
}

@media screen and (min-width:1200px) {
    .double_cont #main_contents div.section.post {
        width: calc((100% / 4) - (34px));
    }
}

@media screen and (max-width:1190px) {
    .important_notice #menu>li>a {
        padding: 10px 20px 10px 20px;
    }

    .important_notice #menu>li.subNavi>a {
        padding: 10px 20px 10px 20px;
    }
}

@media screen and (max-width:1174px) {
    #navi {
        display: none;
    }
}

@media screen and (max-width:740px) {
    #important_notice {
        padding: 10px 20px
    }
}

.masonry-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    visibility: hidden !important;
}

@media screen and (max-width:768px) {
    body {
        width: 100%;
        margin: 0 auto !important;
        min-width: initial;
        font-size: 12px;
        -webkit-text-size-adjust: 100%
    }
}

@media screen and (max-width:740px) {
    #popup {
        position: fixed;
        width: 95%;
        height: 70vh;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 100%);
        background: white;
        border-radius: 8px 8px 0 0;
        z-index: 1000;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        box-sizing: border-box;
        transition-duration: .3s;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }

    #popup.active {
        transform: translate(-50%, 0%);
    }

    .popup-content {
        flex: 1;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
        padding: 30px 30px 0;
        margin-bottom: 30px;
    }

    .popup-content-foot {
        padding: 0 30px 30px;
        box-sizing: border-box;
    }

    #openPopup {
        left: 20px;
        display: flex;
        position: fixed;
        bottom: 25px;
        z-index: 99;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
    }

    #closePopup {
        font-size: 16px;
        cursor: pointer;
        display: block;
        text-align: center;
        background: #333;
        color: #fff;
        border-radius: 40px;
        padding: 15px 5px;
        display: block;
        font-weight: bold;
    }

    #closePopup span.keyword {
        margin-right: 0;
    }
}

#foot_menu_card {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 10px 12px;
    background: #fff;
    border-radius: 50px;
    border: 3px solid #333;
    z-index: 3;
}

#foot_menu_card ul {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

#foot_menu_card ul li {}

#foot_menu_card ul li a {
    display: flex;
    align-items: center;
}

#foot_menu_card ul li a span {
    color: #fff;
    background: #333;
    padding: 8px 20px;
    border-radius: 41px;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    align-items: center;
}

#foot_menu_card ul li a:hover {
    opacity: 0.7;
}

#gnavi {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    background: rgba(238, 238, 238, 0.96);
    z-index: -1;
    overflow: auto;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-top: constant(safe-area-inset-top);
    padding-bottom: constant(safe-area-inset-bottom);
}

#gnavi.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10000;
}

#gnavi .menu_section {
    max-width: 1320px;
    margin: 38px auto 0;
    display: flex;
    height: calc(100% - 126px);
}

#gnavi .menu_section .menu_cont {
    display: flex;
}

.flex_item {
    width: 50%;
}

#gnavi .menu_section .info_img {
    order: 1;
    aspect-ratio: 16 / 10.5;
    border: 3px solid #333;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

#gnavi .menu_section .info_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#gnavi #gmenu {
    order: 2;
    max-width: 330px;
    margin: 0 auto;
}

#gnavi #gmenu>li {
    border-bottom: 1px solid #C6C6C6;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a {
    text-align: left;
    text-decoration: none;
    padding: 10px 0 13px 0;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.32px;
    display: block;
}

#gnavi #gmenu>li:first-child>a {
    margin-top: -10px;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a>span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.44px;
    margin-top: 6px;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a::after {
    background-color: #333;
    bottom: -1px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a:hover::after {
    transform: scale(1, 1);
}

#gnavi #gmenu>li>a {
    position: relative;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0%, -50%);
}

#gnavi #gmenu>li.sns_link {
    display: flex;
    gap: 10px;
    padding: 20px 0;
    border-bottom: 0;
}

#gnavi #gmenu>li.sns_link a {
    padding: 0;
    width: 47px;
}

#gnavi #gmenu>li.sns_link a:hover {
    opacity: 0.7;
}

#gnavi #gmenu>li.sns_link a img {
    width: 100%;
}

#search_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(238, 238, 238, 0.96);
    z-index: -1;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

#search_area.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10000;
}

#search_area #searchForm {
    flex-direction: column;
}

#search_area .search_inner {
    width: 100%;
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 900px;
}

#search_area .search_inner .search_head_text {
    font-size: 17px;
    line-height: 1.7;
    font-weight: 500;
    color: #333;
}

#search_area #searchForm input[type='submit'] {
    position: static;
    margin: 0 auto;
}

#search_area #searchForm input[type='text'] {
    padding: 10px 10px 9px 10px;
}

.hamburger.search-toggle {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 13px;
    width: 20px;
    height: 20px;
}

.hamburger.search-toggle:hover {
    opacity: 0.7;
}

.slick-track {}

.favorites-list {}

.favorites-list li {
    display: flex;
    gap: 20px;
    justify-content: start;
    align-items: center;
    padding: 20px 0;
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.favorites-list li p:first-of-type {
    display: none;
}

.favorites-list li a {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.54px;
}

.favorites-list .simplefavorite-button {
    color: #fff;
    background: #333;
    border-radius: 20px;
    cursor: pointer;
    text-decoration: none;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    display: flex;
    padding: 7px 10px 8px 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.favorites-list .simplefavorite-button:hover {
    opacity: 0.8;
}

.favorites-list .simplefavorite-button:before {
    content: '×';
}

.titleArea {
    padding: 20px 0;
    margin-bottom: 40px;
}

.titleArea h1 {
    font-size: 20px;
    font-weight: 600;
}

button.search_btn {
    background: #333;
    color: #fff;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    outline: none;
    border: none;
    padding: 18px 22px 18px;
    border-radius: 30px;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1;
}

button.search_btn:hover {
    opacity: 0.7;
}

#gnavi #gmenu>li.faivorte_btn {
    text-align: center;
    margin-top: 20px;
    border-bottom: 0;
}

.bg_pickup {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    position: absolute;
    z-index: 1;
    letter-spacing: 1.6px;
}

.pickup_01 {
    top: 43%;
    left: 1vw;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: left center;
}

.pickup_02 {
    top: 0.5vw;
    left: 50%;
    transform: translateX(-50%);
}

.pickup_03 {
    top: 44%;
    right: 1vw;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: right center;
}

.slick-invisible {
    visibility: hidden;
}

.dots-wrap {
    width: 15px;
    right: auto;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: 2.4vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    margin: 0 10px;
}

.dots-wrap li {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
    background: #333;
}

.dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.main_slider_caption .slick-track {
    display: block !important;
    transform: none !important;
}

.main_slider_caption .slick-slide {
    float: none !important;
    display: none;
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
}

.main_slider_caption .slick-slide.slick-current {
    display: block;
    position: relative;
    left: 0 !important;
}

.main_slider_image {
    padding: 2vw 2vw 0;
    margin-bottom: 0 !important;
    overflow: hidden;
}

.main_slider_image .slick-list {
    border-radius: 10px;
    overflow: hidden;
}

.main_slider_image .slide_img {
    aspect-ratio: 700 / 376;
}

.main_slider_image .slick-dots {
    width: 50px;
    right: auto;
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
}

.main_slider_caption {
    padding: 0 10px;
    margin-top: -4rem;
}

.main_slider_caption .slick-list {
    height: auto !important;
}

.main_slider_caption .caption_item {
    opacity: 0;
    transform: translateY(40px);
    box-sizing: border-box;
    width: 100% !important;
}

.main_slider_caption .caption_item.slick-slide.slick-current.slick-active {
    opacity: 1 !important;
    transition: opacity 1s ease, transform 1s ease;
    transform: translateY(0);
}

.main_slider_caption .caption_item .tit {
    font-size: 30px;
    font-size: 2.4vw;
    font-weight: 600;
    color: #333;
    background: #fff;
    border-radius: 30px;
    padding: 0.5% 3% 0.8%;
    border: 3px solid #333;
    width: max-content;
    line-height: 1;
}

.main_slider_caption .caption_item .subtit {
    width: fit-content;
    font-size: 22px;
    font-size: 2vw;
    font-weight: 600;
    color: #fff;
    background: #333;
    border-radius: 30px;
    padding: 0% 3% 0.7%;
}

.main_slider_caption .caption_item .des {
    color: #333;
    font-size: 16px;
    font-size: 1.4vw;
    padding: 0 2%;
    font-weight: 500;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-top: 2%;
    line-height: 1.6;
}

.main_slider_caption .caption_item .des br {
    display: none;
}

.slick-vertical .newsItem {
    border: 0;
    box-sizing: border-box;
    will-change: transform;
}

.taglist .slick-track {
    display: flex;
}

#staticmap-print {
    height: 100% !important;
    width: auto;
    display: none;
    object-fit: cover;
}

#loading-spinner {
    text-align: center;
    padding: 20px 0;
}

.linkbox {
    text-align: center;
}

.linkbox a {
    line-height: 1.8;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1.3vw;
    display: flex;
    width: max-content;
    margin: 0 auto;
    align-items: center;
    gap: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    position: relative;
}

.linkbox a::before {
    background-color: #333;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
    z-index: 1;
}

.linkbox a::after {
    background-color: #fff;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%;
    z-index: 1;
}

.linkbox a:hover::after {
    transform: scale(1, 1);
}

.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border: 4px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

#result-count {
    padding: 10px;
}

#more_disp2 a:hover .arrowLink {
    animation: fuwafuwa .5s linear infinite;
}

#gnavi #gmenu>li:not(.faivorte_btn)>a:hover i {
    animation: fuwafuwa2 .5s linear infinite;
}

#propertiy {
    margin: 0 20px 0 0;
}

.staff_section_archive {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    border: 3px solid #333;
    margin: 13px 26px 26px 13px;
}

.staff_section_archive .card_icon {
    max-width: 90px;
}

.staff_section_archive .card_icon img {
    width: 100%;
}

.staff_section_archive .card_head {
    display: flex;
    align-items: center;
    gap: 10px;
}

.staff_section_archive .card_desc {
    display: flex;
    flex-direction: column;
}

.staff_section_archive .card_desc span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.6;
}

.staff_section_archive .card_desc span.name {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
}

.staff_section_archive .card_cont {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 16px;
}

.staff_section_archive .card_foot {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 1em;
}

span.staff-name {
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}

@keyframes fuwafuwa {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-5px)
    }

    100% {
        transform: translateX(0)
    }
}

@keyframes fuwafuwa2 {
    0% {
        transform: translate(0, -50%)
    }

    50% {
        transform: translate(-5px, -50%)
    }

    100% {
        transform: translate(0, -50%)
    }
}
@media screen and (max-width:768px) {
    #gnavi .menu_section {
        padding: 0 20px
    }
}
@media screen and (max-width:740px) {
    .staff_section_archive {
        padding: 20px;
        margin: 2% 4%;
    }
    
    #propertiy {
        margin: 0 2%;
    }

    #relation {
        margin: 0 2%;
    }

    img.on {
        display: none !important;
    }

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .pc_f {
        display: none !important;
    }

    .sp_f {
        display: flex !important;
    }

    .hamburger.sp {
        display: flex !important;
        padding: 13px;
        justify-content: center;
    }

    .sp2 {
        display: inline-block !important
    }

    #access .g_link.pc {
        display: none !important;
    }

    .sb-active.sb-active-right {
        overflow: hidden;
        height: 100%
    }

    .sb-active.sb-active-right body {
        overflow: hidden
    }

    .sb-active.sb-active-right .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/wp/wp-content/themes/dspec/assets/common/img/ico/overlay-80.png);
        z-index: 10
    }

    body {
        width: 100%;
        min-width: 100%;
        margin: 0 auto !important;
        max-width: 100%;
        font-size: 12px;
        -webkit-text-size-adjust: 100%
    }

    #wrapper {
        width: 100%;
        margin: 0 auto;
        background-size: contain
    }

    img {
        width: 100%
    }

    .inner {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
        overflow: visible;
        box-sizing: border-box;
        padding: 0 15px;
    }

    #header {
        width: 100%;
        min-width: 100%;
        min-height: 65px;
        height: 65px;
        padding: 0;
        box-sizing: border-box;
        background: #231816
    }

    #header>.inner {
        padding: 10px;
    }

    #header h1 {
        display: block;
        padding: 0;
        box-sizing: border-box;
        width: 225px;
    }

    #header h1 a {
        display: block;
        padding: 5px 0;
    }

    #header h1 a img {
        display: block;
        height: 100%;
    }

    #wrap_contents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
        top: 0
    }

    #header .head_link2 {
        width: auto
    }

    #header .head_link2 {
        overflow: hidden;
        padding: 24px 0;
        float: right
    }

    #header .head_link2 li {
        float: left;
        width: 35px;
        height: 35px;
        margin-left: 20px
    }

    #header .head_link2 li a {
        width: 100%;
        height: 100%;
        display: block
    }

    #header .head_link2 li:first-child {
        margin-left: 0
    }

    #header .head_link2 li img {
        width: 100%;
        height: auto
    }

    #wrap_contents>.wrapInner {
        width: auto;
        margin: 0 auto;
        position: relative;
        padding: 0 5px
    }

    #sb-site {
        flex-direction: column;
    }

    #side_contents {
        width: 100%;
        float: none;
        margin-bottom: 0;
        padding: 0;
        bottom: 0;
        background: transparent;
    }

    #main_contents {
        width: auto;
        float: none;
        overflow: hidden;
        margin: 65px auto 20px
    }

    #container {
        max-width: calc(100% + 20px);
        margin: 0 -10px 40px;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 0 10px;
    }

    #navi {
        position: fixed;
        width: 100%;
        top: 65px;
        left: auto;
        right: -100%;
        z-index: 110;
        display: block;
        background: #eee;
        overflow: hidden;
        box-sizing: border-box
    }

    #menu-box {
        width: 100%;
        margin: 0 auto
    }

    #menu {
        display: block;
        float: none;
        z-index: 90;
        width: 100%;
        background: #eee;
        padding: 0 20px 100px;
        box-sizing: border-box;
        overflow: hidden
    }

    #menu li {
        width: 100%
    }

    #pageTop {
        position: fixed;
        bottom: 100px;
        right: 2px;
        color: #FFF;
        z-index: 90;
        margin-right: 0
    }

    #pageTop a {
        width: 24px;
        height: 24px;
        background-size: 10px auto
    }

    #menu-box .navInner {
        width: 100%;
        margin: 0 auto;
        max-width: 100%
    }

    #menu>li {
        line-height: 22px;
        display: -moz-inline-box;
        display: inline-block;
        padding-bottom: 0;
        border-bottom: 1px solid #CCC;
        background: #eee;
    }

    #menu>li:first-child {
        background: #eee;
    }

    #menu>li:last-child {
        border-bottom: 0
    }

    #menu>li>a {
        display: inline-block;
        padding: 20px 0 !important;
        text-align: left;
        text-decoration: none;
        font-size: 16px;
        width: 80%;
        box-sizing: border-box;
        color: #fff;
        float: left;
        font-weight: 100;
        background: none !important
    }

    #menu>li>a>span {
        display: block;
        font-size: 10px;
        line-height: 1.5
    }

    #menu>li>span {
        display: inline-block;
        text-align: center;
        padding: 39px 0;
        text-decoration: none;
        font-size: 16px;
        width: 20%;
        box-sizing: border-box;
        color: #fff;
        float: right;
        cursor: pointer;
        background: url(/wp/wp-content/themes/dspec/assets/common/img/sp/menu_arrow.png) 70% 50% no-repeat;
        background-size: 10px 6px
    }

    #menu>li.subNavi.open>span {
        background: url(/wp/wp-content/themes/dspec/assets/common/img/sp/menu_arrow2.png) 70% 50% no-repeat;
        background-size: 10px 6px
    }

    #menu>li:nth-child(3)>a,
    #menu>li:nth-child(4)>a,
    #menu>li:nth-child(5)>a,
    #menu>li:nth-child(6)>a {
        padding: 20px 0;
        background: 0
    }

    #menu>li:nth-child(3):hover>a,
    #menu>li:nth-child(4):hover>a,
    #menu>li:nth-child(5):hover>a,
    #menu>li:nth-child(6):hover>a {
        background: 0
    }

    #menu>li:first-child>a {
        padding: 20px 0
    }

    #menu #toggleBtn {
        background: #244d9d
    }

    #menu #toggleBtn a {
        padding: 12px 10px 12px;
        width: auto;
        color: #FFF;
        display: block;
        background-size: 10px 10px
    }

    #menu>li:before {
        content: none
    }

    #menu>li>div.subNavi {
        width: 100%;
        min-width: 100%;
        position: static;
        z-index: 100;
        background: 0
    }

    #menu>li ul.sub {
        display: none;
        overflow: hidden;
        margin: 0 auto;
        position: static;
        padding: 0 20px 10px;
        background: #eee;
        border: 0;
        box-shadow: none
    }

    #menu>li ul.sub>li {
        float: none;
        margin-left: 0;
        background: 0;
        padding-left: 0;
        border-top: 0
    }

    #menu>li ul.sub>li:first-child {
        margin-left: 0
    }

    #menu>li ul.sub>li>a {
        padding: 12px 0;
        text-align: left;
        color: #333;
        font-size: 14px;
        border-top: 0;
        background-size: 8px 12px
    }

    #footer {
        font-size: 14px;
        clear: both;
        position: relative;
        padding: 40px 0 77px;
    }

    #footer .inner {
        width: 100%;
        margin: 0 auto;
        overflow: hidden;
        position: relative
    }

    ul.sns {
        width: 138px;
        margin: 0 auto 5px;
        overflow: hidden
    }

    ul.sns li {
        float: left;
        margin: 0 10px;
        width: 26px
    }

    ul.sns li a {
        display: block
    }

    #copyright {
        color: #333;
        font-size: 14px;
        position: static;
        text-align: center;
        margin-top: 20px;
    }

    #pageInsearch2 {
        float: none;
    }

    #search {
        padding: 10px 20px;
        width: auto;
        overflow: hidden;
        margin-bottom: 0;
        box-sizing: border-box
    }

    #result-count {
        padding: 10px 20px;
    }

    #searchForm {
        position: relative;
        padding: 0 0 20px;
        width: auto;
        float: none
    }

    #searchForm input {
        vertical-align: middle
    }

    #searchForm input[type='text'] {
        font-family: 'Noto Sans JP', sans-serif;
        padding: 10px 10px 9px 50px;
        height: 40px;
        width: 100%;
        outline: 0;
        border: 0;
        font-size: 16px;
        border: 3px solid #333;
        border-radius: 30px;
    }

    #search_area #searchForm input[type='text'] {
        height: 50px;
        border-radius: 14px;
    }

    #searchForm input[type='image'] {
        position: absolute;
        top: 15px;
        left: 0;
        outline: 0;
        width: 40px;
        height: 40px
    }

    #searchForm input[type='button'] {
        position: absolute;
        top: 0px;
        left: 0;
        outline: 0;
        width: 40px;
        height: 40px;
        background-size: 40px 40px
    }

    #newcheck {
        float: none;
        width: 100%;
        font-family: 'Noto Sans JP', sans-serif;
        outline: 0;
        border: 0;
        border-radius: 5px;
        box-sizing: border-box;
        margin-left: 0;
        position: relative;
        padding-bottom: 20px;
    }

    .filters {
        padding: 20px 0;
        padding: 0;
    }

    .filters h3 {
        margin-bottom: 0;
        font-size: 16px;
    }

    .filters.aco ul {
        display: none;
    }

    .filters.aco.open ul {
        display: block;
    }

    .filters.aco>h3 {
        position: relative;
        cursor: pointer;
        padding-right: 25px;
        padding: 20px 0;
    }

    .filters>h3 {
        padding: 20px 0;
    }

    .filters.aco>h3:before {
        content: '';
        width: 26px;
        height: 26px;
        background: #C0C0C0;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .filters.aco>h3:after {
        content: '';
        width: 4px;
        height: 4px;
        border: 0;
        border-top: solid 2px #fff;
        border-right: solid 2px #fff;
        transform: rotate(135deg);
        position: absolute;
        top: -2px;
        right: 10px;
        left: auto;
        bottom: 0;
        margin: auto;
        transition-duration: .3s;
    }

    .filters.aco.open>h3::before {
        background: #333;
    }

    .filters.aco.open>h3::after {
        transform: rotate(-45deg);
        top: 2px;
    }

    #category-filters ul li {
        display: inline-block;
        margin-right: 1rem
    }

    .popup-inner {
        font-size: 15px;
    }

    #side_contents h2 {
        margin-bottom: 0px;
        font-size: 16px;
        padding: 0 0 20px;
    }

    #btn li:first-child {
        background-image: url(/wp/wp-content/themes/dspec/assets/common/img/ico/checkbox_off.png);
        background-size: 14px
    }

    #btn li:last-child {
        background-image: url(/wp/wp-content/themes/dspec/assets/common/img/ico/checkbox_on.png);
        background-size: 14px
    }

    #btn li {
        display: block;
        background-position: 14px center;
        background-repeat: no-repeat;
        padding: 8px 0 8px 50px;
        font-size: 16px;
        cursor: pointer;
        height: 40px;
        width: 100%;
        box-sizing: border-box
    }

    #main_contents div.section {
        font-size: 12px !important;
        margin: 3% !important;
        background: #FFF;
        position: relative;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        opacity: 1
    }

    #main_contents>div.section.news {
        width: 100%;
        font-size: 12px;
        border-radius: 0;
        margin: 0 !important;
        float: none;
        background: #f3f3f3;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0);
        position: relative;
        box-sizing: border-box;
        padding: 20px
    }

    #main_contents div.section.news h3 {
        font-size: 16px;
        font-weight: 700;
        border-bottom: 1px dashed #aaa;
        padding-bottom: 10px;
        line-height: 1
    }

    #main_contents div.section.news .news_cnt {
        padding: 10px 0
    }

    #main_contents div.section.news .link_button {
        position: absolute;
        top: 20px;
        right: 20px
    }

    #main_contents div.section.news .news_cnt dl {
        margin-top: 10px;
        border-top: 1px solid #b6b6b6;
        padding-top: 10px
    }

    #main_contents div.section.news .news_cnt dl:first-child {
        border-top: 0;
        padding-top: 0
    }

    #main_contents div.section .text {
        padding: 10px 10px
    }

    #main_contents #container div.section.news {
        width: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        display: none !important;
        float: none !important
    }

    #main_contents #container div.section.news h3,
    #main_contents #container div.section.news .news_cnt,
    #main_contents #container div.section.news .news_cnt dl dd,
    #main_contents #container div.section.news .link_button {
        display: none
    }

    #main_contents div.section.post {
        width: calc((100% / 2) - 36px) !important;
        margin: 10px !important;
    }

    #main_contents div.section.bnr {
        width: 44% !important
    }

    #main_contents div.section .text h3 {
        color: #333;
        font-size: 16px;
        font-weight: 100;
        text-align: center
    }

    #main_contents .section>a.list_link:hover {
        background: transparent;
        opacity: 1
    }

    #main_contents div.section.post .post_cnt ul li.tit {
        margin-bottom: 0;
        display: block;
    }

    #main_contents div.section.post .post_cnt ul li.tit span {
        font-size: 15px;
    }

    #main_contents div.section.post .post_cnt ul li.cate {
        font-size: 11px;
    }

    #main_contents div.section.post .post_cnt ul li.tit span.cat_type span {
        border-radius: 5vw;
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 5px;
    }

    li.cat span {
        font-size: 9px;
    }

    #main_contents div.section.post .post_cnt ul li.sub {
        font-size: 11px;
    }

    #main_contents div.section .content {
        font-size: 11px;
    }

    #infscr-loading img {
        width: 50px
    }

    li.cat {
        gap: 3.5px;
        margin-top: 8px;
    }

    .important_notice #main_contents #slider {
        height: 280px;
    }

    .important_notice #main_contents #slider ul li {
        width: 100%;
        height: 180px
    }

    #main_contents #slider .slide_wrap {
        height: 180px
    }

    .important_notice #header {
        padding: 0
    }

    .important_notice #main_contents {
        margin: 0 auto;
        width: 100%;
    }

    .important_notice #header {
        padding: 0;
        position: relative;
        background: #eee;
        z-index: 100;
    }

    .important_notice #menu>li>a {
        color: #333 !important;
        text-align: left
    }

    .important_notice #menu {
        margin-left: 0
    }

    .drawer-open .drawer-overlay {
        overflow: hidden;
        pointer-events: none
    }

    .gridbox {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto;
        gap: 20px 0px;
    }

    .gridbox .grid_item .grid_wrap {
        border: 3px solid #333;
    }

    .gridbox .grid_item:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 3;
    }

    .gridbox .grid_item:nth-of-type(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .gridbox .grid_item:nth-of-type(3) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .gridbox .grid_item:nth-of-type(4) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .gridbox .grid_item:nth-of-type(5) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .gridbox .grid_item:nth-of-type(2) {
        position: relative;
        left: -5%;
    }

    .gridbox .grid_item:nth-of-type(4) {
        position: relative;
        left: -5%;
        margin-top: -5%;
    }

    .gridbox .grid_item:nth-of-type(5) {
        position: relative;
        margin-top: -5%;
    }

    #instagram .insta_inner {
        padding: 30px 20px;
        background: #fff;
        border-radius: 20px;
    }

    #top #news {
        padding: 28px 4%;
        margin: 0;
    }

    h2.head {
        font-size: 32px;
        margin-bottom: 20px;
    }

    #properties h2 {
        top: 0;
        padding: 0 3%;
    }

    #category {
        padding: 20px 5% 50px;
    }

    #properties {
        background: transparent;
        padding-top: 0;
        border-radius: 0;
        position: relative;
        padding-bottom: 40px;
        padding-left: 0;
        padding-right: 0;
    }

    #doubleSection {
        padding: 40px 15px;
    }

    #doubleSection .flex {
        display: block;
    }

    #doubleSection .flex .secCont:last-child {
        margin-top: 80px;
    }

    .bookCard a span {
        font-size: 14px;
    }

    #tags {
        padding: 40px 0 0;
    }

    #category {
        padding: 60px 0 80px;
    }

    #category .head {
        padding: 0 5%;
    }

    #category ul {
        display: flex;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 20px;
        padding: 10px 5%;
        flex-wrap: nowrap;
    }

    #category ul li {
        flex: 0 0 auto;
        width: 135px;
        text-align: center;
    }

    #category ul li figure figcaption {
        font-size: 14px;
    }

    #news .flexbox {
        padding: 15px 17px;
        px; */
    }

    #news .flexbox h2 {
        font-size: 16px;
        padding: 1rem 0;
    }

    .titlebox {
        width: 65px;
        padding-right: 0;
    }

    .news_cnt .newsItem dl {
        display: flex;
        gap: 5px;
        flex-wrap: wrap;
        min-height: 60px;
    }

    .news_cnt .newsItem dl dd.date,
    .news_cnt .slick-slide dl dd.cate {
        order: 1;
    }

    .news_cnt .newsItem dl dd.cate {
        margin-left: 1em;
    }

    .news_cnt .newsItem dl dd.tit {
        width: 100%;
        order: 2;
    }

    .staffBox {
        width: 100%;
        padding: 20px;
    }

    .staffBox p {
        font-size: 14px;
    }

    .staffBox ul li span.thumb {
        width: 90%;
    }

    .staffBox ul li span.staff_name {
        font-size: 14px;
    }

    .staffList {
        padding: 5% 0 0;
        display: flex;
    }

    li.cat span {
        border: 1px solid #333;
    }

    #tags .tagList .slick-slider {
        margin: 10px 0;
    }

    .important_notice #menu>li .subNavi>a:after {
        content: none;
    }

    #properties::after {
        content: none;
    }

    #footer #footNavi.pc {
        display: none !important;
    }

    .footerLogo {
        display: flex;
        align-items: self-start;
        flex-direction: column;
        gap: 30px;
    }

    .footerCatch {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .bookCard a span.cat_type span {
        font-size: 13px;
        border-radius: 20px;
    }

    .filters>ul {
        display: flex;
        flex-wrap: wrap;
        gap: 5px 15px;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .titleArea {
        padding: 20px 5%;
        margin-bottom: 20px;
    }

    .linkbox {
        margin-top: 4%;
    }

    .linkbox a {
        font-size: 14px;
    }
}

@media screen and (max-width: 700px) {
    .pickup_01 {
        left: 2.3vw;
    }

    .pickup_02 {
        top: 0.5vw;
    }

    .pickup_03 {
        right: 2.3vw;
    }

    .dots-wrap {
        left: 5vw;
    }

    .news_cnt {
        width: calc(100% - 77px);
    }

    .news_cnt .newsItem dl dd.tit a {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .favorites-list li {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
    }

    .favorites-list li a {
        font-size: 14px;
    }
}

@media(min-width:568px) and (max-width:736px) {
    #main_contents div.section {
        margin: 1.7%
    }

    #main_contents div.section.post {
        width: 30%
    }

    #main_contents div.section.bnr {
        width: 30%
    }
}

@media screen and (max-width: 860px) {
    .main_slider_caption {
        padding: 0 10px;
        margin-top: -3rem;
    }
}

@media screen and (max-width: 740px) {
    .main_slider_image {
        padding: 5vw 5vw 0;
    }

    .main_slider_caption {
        padding: 0 3%;
        margin-top: -3rem;
    }

    .main_slider_caption .caption_item .tit {
        font-size: 3.8vw;
    }

    .main_slider_caption .caption_item .subtit {
        font-size: 3.4vw;
    }

    .main_slider_caption .caption_item .des {
        font-size: 16px;
        -webkit-line-clamp: 4;
        margin-top: 1%;
    }

    .pickup_02 {
        top: 1vw;
    }

    .gridbox .grid_item .b_title {
        font-size: 3vw;
        line-height: 1.3;
    }

    .gridbox .grid_item .b_desc {
        font-size: 2.4vw;
        line-height: 1.3;
        margin-top: 0.8vh;
    }

    .gridbox .grid_item.staff_item .b_desc {
        margin-top: 1vh;
    }
    .flex_item {
        width: 100%;
    }
    #gnavi .menu_section .menu_cont {
        margin: 0 auto;
        width: 100%;
        padding: 0 30px;
    }
    #gnavi .menu_section {
        padding: 30px 0 0;
        margin-top: 0;
        width: 100%;
    }
    #gnavi #gmenu {
        width: 100% !important;
        margin: 0;
        max-width: initial;
        padding: 0 30px;
    }
}

@media screen and (max-width: 540px) {
    #gnavi {
        flex-direction: column;
        justify-content: flex-start;
        overflow-y: auto;
    }
    #gnavi #gmenu {
        width: 100% !important;
        margin: 0;
        max-width: initial;
        padding: 0;
    }
    .menu_head {
        position: static;
        padding: 10px;
        height: 65px;
    }

    .menu_head_logo {
        position: relative;
        top: 2px;
    }

    .hamburger.drawer-toggle.pnav {
        width: 26px;
        height: 26px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        margin-bottom: 0;
    }

    .flex_item {
        width: 100%;
    }

    #gnavi #gmenu>li.faivorte_btn>a {
        margin: 0 auto;
    }

    #gnavi #gmenu>li.sns_link {
        justify-content: center;
    }

    #tags .inner {
        padding: 0 15px;
    }

    #container {
        max-width: calc(100% + 10px);
        margin: 0 -5px 40px;
    }

    #main_contents div.section.post {
        width: 45.3% !important;
        margin: 1% !important;
    }

    #main_contents #relation div.section.post {
        width: 43.9% !important;
        margin: 1% !important;
    }

    .main_slider_caption .caption_item .des {
        padding: 0;
        font-size: 14px;
        line-height: 1.4;
        font-weight: 600;
        margin-top: 7px;
    }

    .gridbox .grid_item .b_title {
        font-size: 13px;
        line-height: 1.3;
    }

    .gridbox .grid_item .b_desc {
        line-height: 1.3;
    }

    .gridbox .grid_item.bunko_item .b_title {
        margin-top: 0.3vh;
    }

    .gridbox .grid_item.bunko_item .b_desc {
        margin-top: 0.3vh;
    }

    .pickup_01 {
        left: 2.7vw;
        top: 46%;
    }

    .pickup_03 {
        right: 3.3vw;
        top: 46%;
    }

    .secBox:first-child {
        padding: 0 15px 120px;
    }

    .gridbox {
        padding-top: 5px;
        margin-top: -5px;
    }

    .gridbox .grid_item:nth-of-type(1) {
        aspect-ratio: 76 / 68;
        padding-top: 5px;
        border-radius: 20px;
        overflow: hidden;
    }

    .main_slider_image .slide_img {
        aspect-ratio: 700 / 415;
    }

    .gridbox .grid_item:nth-child(1) .grid_wrap {
        aspect-ratio: 76 / 68;
    }

    .gridbox .grid_item a {
        /* border-radius: 20px; */
    }

    .main_slider_caption .caption_item .tit {
        font-size: 3.8vw;
        padding: 2px 3%;
    }

    .main_slider_caption .caption_item .subtit {
        font-size: 3.4vw;
        padding: 1px 3% 3px;
    }

    span.sub_head {
        font-size: 14px;
    }

    #category .head {
        padding: 0 15px;
    }

    #category {
        padding: 42px 0 70px;
    }

    #category ul {
        padding: 0px 15px;
        flex-wrap: nowrap;
    }

    #category ul li {
        width: 120px;
    }

    #properties h2 {
        padding: 0 10px;
        letter-spacing: 1px;
    }

    #properties .inner {
        padding: 0;
    }

    #top #container {
        padding: 0 5px;
    }

    .bookCard a span.arrowLink i {
        font-size: 14px;
    }

    #instagram {
        padding: 40px 15px 40px;
    }

    #footer .inner {
        padding: 0 15px;
    }

    .footerLogo {
        flex-direction: row;
        gap: 30px;
        align-items: center;
    }

    .footerLogo>ul {
        justify-content: space-between;
    }

    .footerLogo img {
        width: 100%;
    }

    .banner ul {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 15px;
        row-gap: 8px;
    }

    .banner ul li {
        width: calc(50% - 10px);
        flex: none !important;
    }

    #copyright {
        text-align: left;
        margin-top: 0;
    }

    #search_area .search_inner {
        padding: 0 26px;
    }

    .bookCard {
        border-radius: 14px;
    }

    #main_contents div.section.post .post_cnt ul li.cate span.new,
    span.new {
        width: 32px;
        height: 32px;
        font-size: 9px;
        top: 5px;
        left: 5px;
    }

    #sb_instagram .sb_instagram_header,
    .sb_instagram_header {
        padding: 0;
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        padding-bottom: 0;
    }

    #sb_instagram.sbi_width_resp {
        padding-bottom: 0 !important;
    }

    .sbi_item {
        border-radius: 14px;
    }

    .staff_section_archive {
        padding: 20px;
        margin: 2% 3%;
    }


}

@media screen and (max-width: 450px) {
    #more_disp2 a {
        font-size: 16px;
        width: 220px;
        padding: 10px 10px 10px 78px;
    }
    .staffBox ul {
        width: auto;
        gap: 2.4vw; 
        row-gap: 3.4vw;
        justify-content: center;
    }   
    .staffBox ul li {   
        width: calc((100% /3) - (3.2vw / 2));   
    }
}

@media screen and (max-width: 393px) {
    .staffBox ul {
        width: 100%;    
        gap: 2.4vw; 
        row-gap: 3.4vw; 
    }
    #foot_menu_card {
        padding: 8px 10px;
    }

    #foot_menu_card ul {
        gap: 7px;
    }

    #foot_menu_card ul li a span {
        font-size: 13px;
    }

    #gnavi #gmenu>li>a {
        font-size: 22px;
    }

    #gnavi #gmenu>li.faivorte_btn>a {
        font-size: 18px;
    }

    .gridbox {
        gap: 15px 0;
    }
    #main_contents div.section.post {
        width: 45% !important;
        margin: 1% !important;
    }
}

@media screen and (max-width: 380px) {

    #container {
        max-width: calc(100% + 10px);
        margin: 0 -5px 40px;
    }

    #main_contents div.section.post {
        width: 43.5% !important;
        margin: 1.75% !important;
    }

    .main_slider_caption .caption_item .des {
        font-size: 12px;
        margin-top: 1vh;
    }

    .bg_pickup {
        font-size: 12px;
    }

    .pickup_01 {
        left: 2.5vw;
    }

    .pickup_02 {
        top: 0;
    }

    .pickup_03 {
        right: 2.5vw;
    }

    .gridbox .grid_item .b_title {
        font-size: 11px;
        margin-top: 0.3vh;
    }

    .gridbox .grid_item .b_desc {
        font-size: 10px;
        margin-top: 0.3vh;
    }

    #category ul li {
        width: 120px;
    }

    #main_contents #relation div.section.post {
        width: 42.8% !important;
        margin: 1.5% !important;
    }

}

@media screen and (min-width: 1200px) {
    .main_slider_caption .caption_item .des {
        -webkit-line-clamp: 3;
    }
}