@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/

:root {
    --main-color: #2D0889;
    --sub-color: #fff;
}

html,
button,
input,
select,
textarea {
    font-family: "heisei-kaku-gothic-std", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.en,
.-en,
[class$="-en"],
[class$="_en"] {
    font-family: "futura-pt", sans-serif;
    font-weight: 500;
    font-style: normal;
}

body {
    color: #333333;
    font-size: 16px;
    line-height: 1.7;
    padding-top: 160px;
    font-feature-settings: "palt";
    min-width: 1440px
}

.wrap {
    width: 1140px;
    margin: 0 auto;
}

.wrap.mid {
    width: 1240px;
}

.wrap.lr {
    width: 1340px;
}

/* PC固定ページ 共通設定 */
.common_page_wrap {
    padding: 100px 0 200px;
}

.not_found .text {
    text-align: center;
}

.reserve_text {
    text-align: center;
    font-size: 30px;
}

/* パンくず */
.breadcrumb {
    font-size: 12px;
    color: #3E3E3E;
    letter-spacing: .08em;
}

.breadcrumb a {
    text-decoration: none;
    color: #3E3E3E;
}

/* PC固定ページ お問い合わせ */
.contact_form_disc {
    color: #3E3E3E;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    margin-block: 0 3.8em;
}

.contact_form_disc .text {
    font-size: 16px;
    margin-block: 0 1em;
}

.contact_form_disc .caution {
    font-size: 14px;
}

.common_contact_form .form_box {
    margin-block: 0 50px;
}

.common_contact_form .form_box dl {
    display: grid;
    grid-template-columns: 26.5% 1fr;
    align-items: center;
    gap: 80px;
}

.common_contact_form .form_box dl.start {
    align-items: flex-start;
}

.common_contact_form .form_box dl+dl {
    margin-block: 1.6em 0;
}

.common_contact_form .form_box dl dt {
    display: flex;
    align-items: center;
    gap: 1.3em;
    font-size: 16px;
    letter-spacing: .08em;
    font-weight: 700;
    padding-inline: 0 0.5em;
    position: relative;
}

.common_contact_form .form_box dl dt .label {
    flex-shrink: 0;
    color: #3E3E3E;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: 700;
    border-radius: 100vmax;
    padding: 0.2em 0.9em;
}

.common_contact_form .form_box dl dt .label.hissu {
    background: #C70000;
    color: #fff;
}

.common_contact_form .form_box dl dt .label.ninni {
    background: #E0E0E0;
}

.common_contact_form .form_box dl dt::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #AAA;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.common_contact_form input[type="text"],
.common_contact_form input[type="email"],
.common_contact_form #zip {
    width: 100%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    padding: 0.8em 1em;
}

.common_contact_form textarea {
    width: 100%;
    height: 180px;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1em;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
}

.common_contact_form input::placeholder,
.common_contact_form textarea::placeholder {
    color: #C7C4C4;
}

.common_contact_form select {
    width: 47.5%;
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: .08em;
    padding: 1.1em 1em;
}

.common_contact_form select.empty {
    color: #C7C4C4;
}

.page_contact #btn_wrap {
    justify-content: center;
    text-align: right;
    width: 74%;
    margin: auto;
}

.page_contact #btn_wrap button {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 310px;
    line-height: 60px;
    font-size: 18px;
    font-weight: 900;
    transition: .3s;
    text-align: center;
    letter-spacing: .08em;
    margin: auto;
}

.page_contact #btn_wrap button[name="submitBack"] {
    background: #333;
    margin-top: 20px;
}

.page_contact #btn_wrap button:hover {
    opacity: .8;
}

.privacy_term_outer .privacy_term_inner {
    height: 138px;
    margin: auto;
    overflow: auto;
}

.privacy_term_outer .privacy_term_inner .privacy_index {
    font-size: 14px;
}

.privacy_term_outer .privacy_term_inner .main_text {
    font-size: 13px;
    margin-bottom: 25px;
}

.privacy_term_outer .privacy_term_inner dl dt {
    font-size: 13px;
    border-left: solid 3px #ccc;
    padding-left: 1em;
    margin-bottom: 5px;
}

.privacy_term_outer .privacy_term_inner dl dd {
    font-size: 13px;
}

.privacy_term_outer .privacy_term_inner dl+dl {
    margin-top: 30px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar {
    width: 8px;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-track {
    background: transparent;
}

.privacy_term_outer .privacy_term_inner::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 10px;
}

.privacy_term_outer {
    border-top: solid 1px #e3e3e3;
    padding: 30px 0;
    border-bottom: solid 1px #e3e3e3;
    width: 60%;
    margin: 0 auto 50px;
}

.privacy_check_list .mwform-checkbox-field-text {
    padding-right: 0;
}

.privacy_check_list .error {
    font-size: 12px;
}

.privacy_term_detail {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    position: relative;
    font-weight: 600;
}

.privacy_term_detail::after {
    content: "";
    margin: 5px auto 0;
    border: solid #333;
    border-width: 2px 2px 0 0;
    width: 10px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    rotate: 135deg;
    display: block;
}

.mw_wp_form_confirm .privacy_check_list,
.mw_wp_form_confirm .privacy_term_detail {
    display: none;
}

/* ラジオボタン デザイン */
.radio_btns,
.checkboxes {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em 1.5em;
    padding: .5em 0;
}

/* ラジオボタンを隠す */
.radio_btns input[type=radio].radio_btns__item {
    display: none;
}

.radio_btns label {
    display: inline-block;
    cursor: pointer;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio_btns .radio_btns__item+span {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    padding-left: 2em;
    display: inline-block;
    position: relative;
}

/* 各パーツを作成 */
.radio_btns .radio_btns__item+span::before,
.radio_btns .radio_btns__item+span::after {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #E6E6E6;
    background: #F8F8F8;
    border-radius: 50%;
    width: 20px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

/* after上書き */
.radio_btns .radio_btns__item+span::after {
    width: 10px;
    aspect-ratio: 1;
    min-width: 0;
    top: 0px;
    left: 5px;
    border: none;
    background: #5A5A5A;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all .3s;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio_btns .radio_btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
.page_contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field label {
    cursor: pointer;
}

.mwform-checkbox-field-text {
    color: #3E3E3E;
    font-size: 15px;
    letter-spacing: .08em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    padding: 0 0 0 30px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #F8F8F8;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    width: 20px;
    aspect-ratio: 1 / 1;
    min-width: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #333 #333;
    border-style: solid;
    width: 20px;
    aspect-ratio: 2/1;
    min-width: 0;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

.mw_wp_form .horizontal-item {
    display: inline-block;
}

.mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important;
}

/* サンクスページ */

.page_contact .thanks_textArea .name {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    margin-bottom: 20px;
}

.page_contact .thanks_textArea .contact_text {
    margin: 0 auto 50px;
    width: 62%;
}

.page_contact .thanks_textArea .ichiran_link {
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: .08em;
    text-align: center;
}

.page_contact .thanks_textArea .ichiran_link:hover {
    opacity: .8;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
}

.page_contact .thanks_textArea .contact_text .space {
    display: block;
    margin-top: 10px;
}

/* ステップバー デザイン */
.page_contact .progressbar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.6em;
    margin-block: 0 3em;
}

.page_contact .progressbar .item {
    color: #3E3E3E;
    font-size: 14px;
    letter-spacing: .08em;
    font-weight: 400;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.page_contact .progressbar .item+.item::before {
    content: "";
    width: 50px;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    top: 64%;
    left: -5em;
}

.page_contact .progressbar .item .mark {
    width: 36px;
    aspect-ratio: 1;
    background: #fff;
    border: 1px solid #AFAFAF;
    border-radius: 50%;
    display: block;
    margin: 0 auto 0.5em;
    position: relative;
}

.page_contact .progressbar .item .mark::before {
    content: "";
    width: 41%;
    aspect-ratio: 1;
    background: #5A5A5A;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    opacity: 0;
}

.page_contact .progressbar .item.active .mark::before {
    opacity: 1;
}

.page_contact .progressbar .item .en {
    display: block;
    color: #A7A7A7;
    letter-spacing: 0;
    font-family: 'Helvetica', 'Arial', sans-serif;
}

.privacy_check_list {
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.privacy_check_list .hissu {
    background: #c70200;
    color: #fff;
    padding: 2px 15px;
    font-size: 10px;
    letter-spacing: .08em;
    border-radius: 30px;
    font-weight: 600;
}

.mw_wp_form .privacy_check_list .horizontal-item {
    margin: 0;
}

/* PC固定ページ 404ページ */
#page_404 {
    text-align: center;
}

#page_404 .num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#page_404 .text {
    margin-bottom: 1em;
    font-size: 16px;
}

/* PC固定ページ アーカイブページ */
/* 投稿リスト表示 */
.archive_page_list>article {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px dashed #eee;
    padding-right: 30px;
}

.archive_page_list>article:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    right: 5px;
    bottom: 0;
    margin: auto;
    border: solid #ccc;
    border-width: 2px 2px 0 0;
    transform: rotate(45deg);
}

.archive_page_list>article .date {
    font-weight: bold;
    font-size: 80%;
    width: 100px;
}

.archive_page_list>article .content_area {
    width: calc(100% - 100px);
}

.archive_page_list>article .content_area .ttl {
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.archive_page_list>article .content_area .content {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* wp-pagenavi base */
.wp-pagenavi {
    text-align: center;
    margin-top: 50px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    display: inline-block;
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 8px 15px;
    margin: 0 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.wp-pagenavi .current {
    color: #FFF;
    background-color: var(--main-color);
    border-color: var(--main-color);
    font-weight: bold;
}

header.header {
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    height: 160px;
    top: 0;
    left: 0;
}

.header__inner {
    padding: 0 100px;
}

.header__top {
    padding: 13px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__top .header__logo a {
    display: block;
    width: 150px;
}

.header__top .header__logo a img {
    width: 100%;
}

li.header__actions-item {
    width: 170px;
}

li.header__actions-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #121212;
    color: #fff;
    border: 1px solid #121212;
    transition: .2s;
}

li.header__actions-item span.header__icon {
    line-height: 0;
    position: relative;
    margin-right: 10px;
}

li.header__actions-item span.header__icon img {
    transition: .2s;
}

li.header__actions-item span.header__icon img.hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

li.header__actions-item:nth-child(1) a {
    background: #fff;
    color: #121212;
}

li.header__actions-item+li.header__actions-item {
    margin-left: 10px;
}

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

li.header__menu-item a {
    color: #333333;
    font-weight: 700;
    transition: .2s;
}

p.header__menu-parent {
    position: relative;
    padding-right: 30px;
    font-weight: 700;
    transition: .2s;
}

p.header__menu-parent:before,
p.header__menu-parent:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 1px;
    background: #333333;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .2s;
}

li.header__menu-item--has-children {
    position: relative;
}

ul.header__submenu {
    position: absolute;
    border: 5px solid #4632AD;
    background: #fff;
    top: 0;
    width: 200px;
    padding: 34px 22px 0;
    left: 50px;
    transform: translateX(-50%);
    transition: .2s;
    z-index: -1;
    opacity: 0;
    height: 48px;
    overflow: hidden;
}

li.header__submenu-item+li.header__submenu-item {
    margin-top: 30px;
}

li.header__submenu-item a {
    display: block;
    position: relative;
}

li.header__submenu-item a:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border: solid #4632AD;
    border-width: 1px 1px 0 0;
    transform: rotate(45deg);
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

p.header__menu-parent:after {
    transform: rotate(90deg);
}

li.header__menu-item {
    padding-bottom: 20px;
}

section.top-fv {
    padding: 40px 0 20px;
    background-image: url('image/fv_image.webp');
    background-size: cover;
    background-position: center;
}

.top-fv__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-fv__map-search-btn {
    position: absolute;
    width: 120px;
}

.top-fv__map-search-btn a {
    border: 1px solid #fff;
    background: #fff;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    background-image: url(image/icon-pin-black.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 12px;
    transition: .2s;
    box-shadow: 0 2px 0px #501BD3;
}



.top-fv__map-search-btn.-kyoto {
    top: 90px;
    left: 210px;
}

.top-fv__map-search-btn.-hyogo {
    top: 160px;
    left: 60px;
}

.top-fv__map-search-btn.-osaka {
    top: 270px;
    left: 170px;
}

.top-fv__map-search-btn.-nara {
    top: 355px;
    left: 275px;
}

.top-fv__map-search-image path {
    transition: .2s;
}

.top-fv__content {
    width: 430px;
    color: #fff;
}

.top-fv__title-wrap {
    text-align: center;
    border: 1px solid;
    transform: skew(-20deg, 0deg);
    padding: 2px 0;
    margin-bottom: 20px;
}

h1.top-fv__title {
    transform: skew(20deg, 0deg);
}

p.top-fv__subtitle {
    text-align: center;
    font-size: 28px;
    border-bottom: 1px solid #484848;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.top-fv__keyword-label {
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
}

.top-fv__keyword-form form {
    display: flex;
    justify-content: space-between;
}

.top-fv__keyword-form form input[type=text] {
    background: #fff;
    width: 336px;
    height: 54px;
    padding: 0 1em;
    border: 1px solid #B7B7B7;
    color: #333;
}

.top-fv__keyword-form form input[type=text]::placeholder {
    color: #6C6B6B;
    font-size: 13px;
}

.top-fv__keyword-form form button[type=submit] {
    background: #121212;
    transition: .2s;
    width: 80px;
    height: 54px;
    text-align: center;
    padding-left: 18px;
    background-image: url(image/icon-search-white.svg);
    background-repeat: no-repeat;
    background-position: left 16px center;
    border: 1px solid #fff;
    margin-right: 10px;
    font-size: 13px;
}

.top-fv__search-btns {
    padding: 20px 0 0;
}

li.top-fv__search-btns-item {
    width: 205px;
    text-align: center;
}

li.top-fv__search-btns-item a {
    display: block;
    height: 170px;
    border: 1px solid;
    color: #fff;
    padding-top: 30px;
    position: relative;
    transition: .2s;
}

.top-fv__search-btns-icon {
    margin-bottom: 30px;
}

.top-fv__search-btns-text {
    font-size: 18px;
    font-weight: 700;
}

li.top-fv__search-btns-item a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-top: 0;
    transform: rotate(135deg);
    right: 10px;
    bottom: 10px;
}

.section-title__en {
    font-size: 72px;
    font-style: italic;
    color: #121212;
    line-height: 1.2;
}

section.top-newarrival {
    padding: 100px 0 250px;
    position: relative;
    overflow: hidden;
}

h2.section-title__jp {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.top-newarrival__section-title {
    margin-bottom: 50px;
}

.top-newarrival__object01 {
    position: absolute;
    top: -70px;
    right: -200px;
}

.top-newarrival__object02 {
    position: absolute;
    right: -240px;
    bottom: -250px;
}

section.top-newarrival:before {
    content: "";
    width: 1400px;
    height: 100%;
    position: absolute;
    background: #E9E9F7;
    background: linear-gradient(0deg, rgba(233, 233, 247, 1) 0%, rgba(252, 252, 252, 1) 100%);
    transform: skew(-20deg, 0deg);
    left: calc(50vw - 570px);
    top: 0;
    transform-origin: left bottom;
}

.common-item {
    width: 360px;
    margin-right: 30px;
}

ul.top-newarrival__items.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.top-newarrival__list .slick-list,
.top-ma__list .slick-list {
    overflow: inherit;
}

a.common-item-link {
    background: #fff;
    transition: .2s;
    display: block;
    position: relative;
}

.top-newarrival__item-badge {
    position: absolute;
    top: -32px;
    color: #501BD3;
    padding-left: 32px;
    font-size: 20px;
}

.top-newarrival__item-badge:before, .top-newarrival__item-badge:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #5C5C5C;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-newarrival__item-badge:before {
    width: 6px;
    left: 0;
}

.top-newarrival__item-badge:after {
    width: 14px;
    left: 8px;
}

.common-item-img {
    overflow: hidden;
}

.common-item-img img {
    transition: .2s;
}

.top-newarrival__item-img.common-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top-newarrival__item-img.common-item-img {
    position: relative;
    height: 180px;
}

.top-newarrival__item-cate {
    position: absolute;
    min-width: 90px;
    right: 0;
    bottom: 0;
    background: #121212;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 2px 10px 2px 17px;
    clip-path: polygon(10px 0px, 100% 0, 100% 100%, 0 100%);
}

.common-item-content {
    padding: 20px;
    border: solid #DDDDDD;
    border-width: 0 1px 1px;
}

.common-item-title {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #484848;
    transition: .2s;
    margin-bottom: 10px;
}

.common-item-table table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px 10px;
}

.common-item-table table th {
    color: #333333;
    text-align: center;
    font-size: 14px;
    background: #EBE9F7;
    width: 90px;
    vertical-align: middle;
    height: 30px;
}

.common-item-table table td {
    font-size: 14px;
    color: #484848;
    padding-left: 1em;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 700;
    height: 30px;
}

.common-item-table table td p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top-newarrival__list .slick-dots {
    top: -100px;
    right: 170px;
    left: auto;
    width: 400px;
    bottom: auto;
    display: flex;
}

.top-ma__list .slick-dots {
    top: -108px;
    right: 470px;
    left: auto;
    width: 300px;
    bottom: auto;
    display: flex;
}

.top-newarrival__list .slick-dots li,
.top-ma__list .slick-dots li {
    flex: 1;
    margin: 0;
    width: auto;
    height: auto;
}

.top-newarrival__list .slick-dots li button,
.top-ma__list .slick-dots li button {
    padding: 0;
    width: 100%;
    height: 1px;
}

.top-newarrival__list .slick-dots li button:before,
.top-ma__list .slick-dots li button:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #707070;
}

.top-newarrival__list .slick-dots li.slick-active button:before,
.top-newarrival__list .slick-dots li button:hover:before,
.top-ma__list .slick-dots li.slick-active button:before,
.top-ma__list .slick-dots li button:hover:before {
    background: #4632AD;
    height: 2px;
    opacity: 1;
}

.common-item-tags {
    flex-wrap: nowrap;
    padding-top: 5px;
}

.common-item-tags-label {
    font-size: 13px;
    font-weight: 700;
    background: #2D0889;
    color: #fff;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 30px;
    height: 120px;
    line-height: 30px;
    letter-spacing: 0.3em;
}

.common-item-tags-content {
    width: 280px;
    margin-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 120px;
    overflow: hidden;
}

.common-item-tags-content span {
    color: #484848;
    border: 1px solid #D5D5D5;
    background: #F7F7F7;
    height: 25px;
    font-size: 13px;
    display: flex;
    align-items: center;
    padding: 0 7px;
    margin-right: 8px;
    margin-bottom: 6px;
}

.top-newarrival__list .slick-prev,
.top-newarrival__list .slick-next {
    width: 70px;
    height: 70px;
    background-color: #fff;
    top: -135px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgb(145 140 157 / 16%);
    background-image: url(image/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: inherit;
    transition: .2s;
}

.top-ma__list .slick-prev,
.top-ma__list .slick-next {
    width: 70px;
    height: 70px;
    background-color: #fff;
    top: -140px;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgb(145 140 157 / 16%);
    background-image: url(image/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: inherit;
    transition: .2s;
}

.top-newarrival__list .slick-prev {
    right: 80px;
    left: auto;
}

.top-newarrival__list .slick-next {
    right: 0;
    transform: rotate(180deg);
}

.top-ma__list .slick-prev {
    right: 390px;
    left: auto;
}

.top-ma__list .slick-next {
    right: 310px;
    transform: rotate(180deg);
}

section.top-ma {
    padding: 40px 0 100px;
    transform: translateY(-100px);
    overflow: hidden;
}

.top-ma__section-title {
    margin-bottom: 40px;
    position: relative;
}

.top-ma__section-title:before {
    content: "";
    width: 300px;
    height: 100px;
    top: -30px;
    left: -30px;
    background: #fff;
    position: absolute;
    transform: skew(20deg, 0deg);
    z-index: -1;
}

section.top-ma {
    padding: 40px 0 100px;
    transform: translateY(-100px);
}

.top-ma__section-title {
    margin-bottom: 40px;
    position: relative;
}

.top-ma__section-title:before {
    content: "";
    width: 300px;
    height: 100px;
    top: -30px;
    left: -30px;
    background: #fff;
    position: absolute;
    transform: skew(20deg, 0deg);
    z-index: -1;
}

a.site-common-btn {
    background: #fff;
    border: 1px solid #DBDAE2;
    width: 280px;
    height: 60px;
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: #121212;
    position: relative;
    transition: .2s;
}

a.site-common-btn.-en {
    font-size: 18px;
}

a.site-common-btn:before, a.site-common-btn:after {
    content: "";
    position: absolute;
    transition: .2s;
}

a.site-common-btn:before {
    width: 2px;
    height: 30px;
    background: #4632AD;
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
}

a.site-common-btn:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #121212;
    border-right: 0;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.top-ma__item-more {
    position: absolute;
    right: 0;
    top: 30px;
}

.top-ma__list .slick-dotted.slick-slider {
    margin: 0;
}

.top-offer__object {
    position: absolute;
    width: 300px;
    left: -230px;
    bottom: -150px;
    z-index: -1;
}

section.top-offer {
    position: relative;
    padding-bottom: 75px;
    overflow: hidden;
}

section.top-offer:before {
    content: "";
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    bottom: 0;
    background: #F5F5F5;
    background: linear-gradient(0deg, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.top-offer__bg {
    position: absolute;
    width: 1110px;
    bottom: -75px;
}

.top-offer__bg.-left {
    left: -930px;
}

.top-offer__bg.-right {
    right: -1070px;
}

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

.top-offer__image {
    width: 606px;
    margin-left: -50px;
    position: relative;
}

.top-offer__content {
    width: 558px;
}

.top-offer__sub-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
}

.top-offer__main-title {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
}

.top-offer__title {
    margin-top: 100px;
    position: relative;
    border-bottom: 1px solid #707070;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

.top-offer__title:before {
    content: "";
    width: 66px;
    height: 2px;
    background: #4632AD;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.top-offer__text {
    font-size: 15px;
    margin-bottom: 60px;
}

.top-offer__text p+p {
    margin-top: 1em;
}

section.top-works {
    padding: 180px 0 300px;
}

.top-works__section-title {
    margin-bottom: 30px;
}

li.top-works__item {
    width: 360px;
    margin-right: 30px;
    position: relative;
}

ul.top-works__list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

li.top-works__item:nth-child(3n) {
    margin-right: 0;
    margin-top: 60px;
}

li.top-works__item:nth-child(3n+2) {
    margin-top: 20px;
}

li.works-item a {
    background: #fff;
    display: block;
    box-shadow: 0 0 2px rgb(142 133 165 / 26%);
    color: #333;
}

.works-item-number {
    padding: 10px 30px;
    line-height: 1;
    font-size: 14px;
    display: flex;
}

.works__item-num {
    color: #4632AD;
}

.works__item-type {
    margin-left: 10px;
    border-left: 1px solid #121212;
    padding-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.works-item-image img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.works-item-image .overlay {
    background: rgb(145 144 155 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    color: #fff;
    transition: .2s;
    opacity: 0;
}

.works-item-image {
    position: relative;
}

.top-works__item-overlay-en {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.top-works__item-overlay-en:after {
    content: "";
    width: 50px;
    height: 1px;
    background: #fff;
    margin-left: 10px;
}

.works-item-content {
    padding: 20px 30px 30px;
    font-weight: 700;
}

.works-item-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: .2s;
}

.top-works__bg {
    position: absolute;
    width: 667px;
    height: 520px;
    background: #F7F7F8;
    transform: skew(-20deg, 0deg);
    left: 220px;
    z-index: -1;
    transform-origin: left bottom;
}

.top-works__bg:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #E9E9F0;
    position: absolute;
    left: 150px;
    top: 75px;
}

.top-works__item-more {
    position: absolute;
    top: 45px;
    right: 0;
}

.works-item-arrow {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #27177C;
    border-radius: 25px;
    right: 10px;
    bottom: -25px;
    background-image: url(image/works-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    border: 5px solid #4632AD;
    transform: rotate(-20deg);
    transition: .2s;
}

section.footer__contact {
    padding: 70px 0;
    background-image: url(image/ft-contact-bg-image.webp);
    background-position: center;
    background-size: cover;
    z-index: 101;
}

.footer__contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F5F5F5;
    transition: .2s;
}

.footer__contact-wrap {
    position: relative;
    justify-content: space-between;
    align-items: center;
}

.footer__contact-title-en {
    font-size: 90px;
    font-style: italic;
    line-height: 1.2;
    font-weight: 700;
}

.footer__contact-title-text {
    font-size: 15px;
}

.footer__contact-btn {
    display: flex;
    position: relative;
    align-items: center;
    width: 570px;
    height: 140px;
    z-index: 1;
    color: #fff;
    justify-content: space-between;
    padding: 0 95px 0 35px;
}

.footer__contact-btn:before {
    content: "";
    background: #0E0634;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transform: skew(-20deg, 0deg);
    transform-origin: top right;
    top: 0;
    right: 0;
    transition: .2s;
}

.footer__contact-btn-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.footer__contact-btn-text-sub {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1em;
}

.footer__contact-btn-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #27177C;
    box-shadow: 0 0 0 5px inset #4632AD;
    transition: .2s;
}

.footer__contact-title {
    transition: .2s;
}

a.footer__contact-btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
}

footer.footer {
    padding: 90px 0 60px;
    background-image: url(image/footer-bg.webp);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 101;
}

.footer__logo-side {
    padding: 20px 0 0;
    width: 200px;
}

.footer__logo-side img {
    filter: brightness(10);
}

.footer__menu a {
    color: #fff;
}

li.footer__menu-item a {
    font-weight: 700;
    transition: .2s;
}

li.footer__menu-item.footer__menu-item--child a {
    font-weight: 500;
    font-size: 14px;
}

li.footer__menu-item {
    margin-top: 15px;
}

li.footer__menu-item:first-child {
    margin-top: 0;
}

li.footer__menu-item.footer__menu-item--child {
    margin-top: 0;
}

ul.footer__menu-list+ul.footer__menu-list {
    margin-left: 70px;
}

.footer__main {
    margin-bottom: 40px;
}

li.footer__btns-item a {
    display: flex;
    width: 170px;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    height: 60px;
    background: #121212;
    transition: .2s;
}

.footer__btns-icon {
    position: relative;
    line-height: 0;
    margin-right: 10px;
}

.footer__btns-icon img {
    transition: .2s;
}

.footer__btns-icon .hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.footer__btns-text {
    font-weight: 700;
}

li.footer__btns-item+li.footer__btns-item {
    margin-left: 10px;
}

li.footer__btns-item:nth-child(1) a {
    background: #fff;
    color: #333333;
}

ul.footer__under-submenu-list {
    justify-content: flex-end;
}

li.footer__under-submenu-item+li.footer__under-submenu-item {
    margin-left: 40px;
}

li.footer__under-submenu-item a {
    font-size: 14px;
    color: #fff;
}

.footer__copyright {
    color: #fff;
}

.footer__copyright small {
    font-size: 12px;
}

div#fixed-banner {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    display: none;
}

button#close-fixed-banner {
    position: absolute;
    right: -10px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: solid 1px #4632AD;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    border-radius: 50%;
    cursor: pointer;
}

.common-page-main {
    background-image: url(image/page-title-bg.webp);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 0 10px;
    color: #fff;
}

.common-page-main:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #262626;
    mix-blend-mode: multiply;
}

.common-page-main__title-box {
    position: relative;
}

.common-page-main__title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 50px;
}

.common-page-main__breadcrumb {
    width: 1140px;
    max-width: 90%;
    margin: auto;
    position: relative;
    font-size: 15px;
    color: #C1C1C1;
}

.common-page-main__breadcrumb a {
    color: #C1C1C1;
}

.common-page-main__breadcrumb-list>span {
    margin: 0 5px;
}

.common-page-main__breadcrumb-list>span:first-child {
    margin-left: 0;
}

.common-page-main__breadcrumb-list>span:last-child {
    color: #fff;
}

.page_faq .common_page_wrap {
    padding: 100px 0 150px;
}

.service_cont_sec .cont .item .text_box .subtitle {
    margin-bottom: 1em;
    font-size: 20px;
    font-weight: 700;
}

.service_cont_sec .cont .item .text_box .text+.text {
    margin-top: 1em;
}

section.service_top {
    text-align: center;
}

section.service_top h2 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 40px;
    position: relative;
}

section.service_top h2:after {
    content: "";
    position: absolute;
    width: 120px;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
    background: #4632AD;
}

section.service_top .catch {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: .5em;
}

section.service_top {
    margin-bottom: 100px;
}

section.service_top .text+.text {
    margin-top: 1em;
}

.works-content__images {
    width: 50%;
    padding-right: 50px;
}

.works-content__table {
    width: 50%;
}

td.works-content__info-label, td.works-content__info-value {
    padding: 0.5em 1em;
    border-bottom: 1px solid #ccc;
}

td.works-content__info-label {
    background: #f2f2f2;
    font-weight: 700;
}

.works-content__images-item img {
    width: 100%;
    height: 350px;
    object-fit: contain;
    background: #eee;
}

.works-content__images-pager {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0 0;
}

.works-content__images-pager button.works-content__images-thumb {
    width: 104px;
    height: 60px;
}

.works-content__images-pager button.works-content__images-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    border: 5px solid #fff;
    transition: .2s;
}

.property-title {
    font-size: 26px;
    font-weight: 700;
    border-left: 1px solid #4632AD;
    padding-left: 0.8em;
    line-height: 1.2;
    margin-bottom: 40px;
}

.property-subtitle {
    font-size: 20px;
    font-weight: 700;
    color: #484848;
    margin-bottom: 0.8em;
}

.property-head-content {
    padding: 50px;
    background: #F3F2F5;
    justify-content: space-between;
}

.property-head__left {
    width: 480px;
}

.property-head__right {
    width: 510px;
}

li.property-head__images-item img {
    width: 100%;
    height: 320px;
    object-fit: contain;
    background: #fff;
    border: 10px solid #fff;
}

ul.property-head__images-list {
    box-shadow: 0 1px 2px rgb(124 124 124 / 16%);
    margin-bottom: 20px;
}

.property-head__images-pager {
    padding-top: 5px;
    border-top: 2px solid #4632AD;
}

.property-head__images-thumb {
    width: 92px;
    margin: 0 3px;
}

.property-head__images-thumb img {
    width: 100%;
    height: 60px;
    object-fit: cover;
}

ul.property-head__images-list .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 1px 2px rgb(145 140 157 / 16%);
    border-radius: 50%;
    z-index: 10;
    background-image: url(image/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: inherit;
    margin-top: -20px;
}

ul.property-head__images-list .slick-prev {
    left: -20px;
}

ul.property-head__images-list .slick-next {
    right: -20px;
    transform: rotate(180deg);
}

ul.property-head__images-list .slick-arrow::before {
    display: none;
}

.property-dates .label {
    width: 68px;
    text-align: center;
    height: 26px;
    border: 1px solid #4632AD;
    color: #4632AD;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 1em;
}

.property-dates>.flex+.flex .label {
    background: #4632AD;
    color: #fff;
}

.property-dates>.flex+.flex {
    margin-left: 20px;
}

.property-dates>.flex {
    align-items: center;
}

.property-dates {
    margin-bottom: 10px;
    font-size: 14px;
}

.property-comment {
    background: #FFFFFF;
    height: 370px;
    box-shadow: 0 1px 2px rgb(124 124 124 / 16%);
    padding: 30px;
    overflow-y: scroll;
    font-size: 14px;
    font-weight: 700;
    color: #484848;
}

h2.property-content__title {
    margin-top: 80px;
    background: #2D2750;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-left: 1em;
    height: 50px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
}

h2.property-content__title:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 26px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.property-content__table-box {
    justify-content: space-between;
}

.property-content__table-box dl {
    width: 550px;
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #DEDEDE;
}

.property-content__table-box dl dt {
    width: 145px;
    border-right: 1px solid #B0AEDE;
}

.property-content__table-box dl dd {
    width: calc(100% - 145px);
    padding-left: 30px;
    font-size: 15px;
}

section.property-content {
    margin-bottom: 80px;
}

section.property-form {
    padding: 100px 0 0;
}

.property-form__title {
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    height: 100px;
    margin-bottom: 10px;
}

.property-form__title:before,
.property-form__title:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 100px 15px 0px 0px;
    top: 0;
}

.property-form__title:before {
    left: 0;
}

.property-form__title:after {
    right: 0;
    transform: rotate(180deg);
}

h2.property-form__title-text {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.1em;
}

p.property-form__title-en {
    position: absolute;
    font-size: 60px;
    font-style: italic;
    opacity: 0.15;
}

.property-form__steps {
    margin-bottom: 60px;
}

li.property-form__step {
    width: 380px;
    position: relative;
    color: #727272;
    padding: 30px 0 30px 30px;
    font-weight: 700;
}

li.property-form__step:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 64px;
    background: #B4B4B4;
    margin: auto;
}

li.property-form__step:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #D8D8D8;
}

li.property-form__step.property-form__step--active {
    color: #333333;
}

li.property-form__step.property-form__step--active .en {
    color: #4632AD;
}

li.property-form__step.property-form__step--active:after {
    background: #4632AD;
}

.property-form__text {
    font-size: 14px;
    color: #C72F2F;
    margin-bottom: 10px;
}

.property-form__box {
    padding: 70px 80px 80px;
    background: #F4F5F7;
}

th.form-table__header {
    width: 270px;
    vertical-align: middle;
    font-size: 18px;
}

th.form-table__header p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

td.form-table__cell {
    padding: 10px 0 10px 30px;
}

td.form-table__cell input[type=text],
td.form-table__cell input[type=email],
td.form-table__cell input[type=tel] {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    height: 50px;
    padding: 0 20px;
}

table.form-table {
    width: 100%;
}

td.form-table__cell select {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    height: 50px;
    width: 320px;
    padding: 0 20px;
}

td.form-table__cell textarea {
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    width: 100%;
    padding: 20px;
}

span.form-table__label--required {
    width: 45px;
    text-align: center;
    background: #AD1515;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
}

span.form-table__label--optional {
    font-size: 14px;
    background: #727272;
    color: #fff;
    width: 45px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
}

.form-table__submit {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.form-table__submit [type=submit] {
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    width: 280px;
    height: 60px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    font-weight: 700;
}

td.form-table__cell span[data-name=open-year] {
    margin-right: 7px;
}

.form-table__submit .wpcf7-spinner {
    margin: 20px auto 0;
    display: block;
}

.form-table__submit [type=submit]:before,
.form-table__submit [type=submit]:after {
    content: "";
    position: absolute;
}

.form-table__submit [type=submit]:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 5px 0px 5px 10px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
}

.form-table__submit [type=submit]:after {
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 30px;
    background: #fff;
    margin: auto;
}

span.wpcf7-not-valid-tip {
    position: absolute;
    top: -30px;
    left: 10px;
    background: #dc3232;
    color: #fff;
    font-size: 80%;
    padding: 0 1em;
    border-radius: 50px;
    white-space: nowrap;
}

.form-table__submit-btn input[type=button] {
    width: 100px;
    text-align: center;
    height: 60px;
    background: #ccc;
    font-weight: 700;
    margin-right: 20px;
}

.form-table__property-info {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2em;
}

section.search-section {
    padding: 100px 0;
}

.search-section__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.search-section__left {
    width: 540px;
    position: relative;
}

.search-section__prefecture h2 {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    font-weight: 700;
    border-left: 2px solid #4632AD;
    padding-left: 0.7em;
    background: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 16%);
    padding-right: 1em;
}

.search-section__prefecture-group {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    width: 120px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 2px 0px #501BD3;
}

.search-section__prefecture-group-title {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15px;
    background-image: url(image/icon-pin-black.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 12px;
    transition: .2s;
    width: 100%;
}

.search-section__prefecture-group.-osaka {
    top: 230px;
    left: 190px;
}

.search-section__prefecture-group label {
    width: 50%;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 2px;
    cursor: pointer;
}

.search-section__prefecture-group label input {
    display: none;
}

.search-section__prefecture-group label div {
    text-align: center;
    font-weight: 700;
    background: #eee;
    border-radius: 50px;
    font-size: 13px;
}

.search-section__prefecture-group label+label {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
}

.search-section__prefecture-group label input:checked~div {
    background: #4632AD;
    color: #fff;
}

.search-section__prefecture-group.-kyoto {
    top: 90px;
    left: 210px;
}

.search-section__prefecture-group.-hyogo {
    top: 150px;
    left: 50px;
}

.search-section__prefecture-group.-nara {
    top: 330px;
    left: 250px;
}

.search-section__map-image.kyoto path#パス_203-2 {
    fill: url(#linear-gradient-hover);
}

.search-section__map-image.hyogo path#パス_97-2 {
    fill: url(#linear-gradient-hover);
}

.search-section__map-image.hyogo path#パス_105-2 {
    fill: url(#linear-gradient-hover);
}

.search-section__map-image.osaka path#パス_95-2 {
    fill: url(#linear-gradient-hover);
}

.search-section__map-image.nara path#パス_93-2 {
    fill: url(#linear-gradient-hover);
}

.search-section__right {
    width: 570px;
}

.search-section__taxonomy-title {
    background: #2D2750;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    cursor: pointer;
    display: flex;
    position: relative;
    height: 50px;
    align-items: center;
    padding: 0 1em;
    justify-content: space-between;
}

span.search-section__taxonomy-title-toggle-icon {
    width: 10px;
    height: 2px;
    background: #fff;
    position: relative;
}

span.search-section__taxonomy-title-toggle-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: rotate(90deg);
    transition: .2s;
}

.opend span.search-section__taxonomy-title-toggle-icon:after {
    opacity: 0;
}

h3.search-section__taxonomy-title:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #fff;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.search-section__taxonomy-content {
    background: #F3F2F5;
    padding: 15px 30px 20px;
}

.search-section__taxonomy-content-inner {
    display: flex;
    flex-wrap: wrap;
}

.search-section__taxonomy-content-inner>button {
    width: 49%;
    text-align: center;
    background: #333;
    border-radius: 10px;
    cursor: pointer;
    color: #fff;
    margin-bottom: 15px;
}

.search-section__taxonomy-content-inner>button+button {
    margin-left: auto;
}

.search-section__taxonomy-content-inner label {
    width: 123px;
    margin: 0 5px 5px 0;
}

.search-section__taxonomy-content-inner label:nth-child(4n+2) {
    margin-right: 0;
}

.search-section__taxonomy-content-inner label input {
    display: none;
}

.search-section__taxonomy-term {
    border: 1px solid #DEDEDE;
    padding: 5px 5px 5px 30px;
    font-size: 14px;
    border-radius: 4px;
    background: #fff;
    position: relative;
    transition: .2s;
}

.search-section__taxonomy-term:before, .search-section__taxonomy-term:after {
    content: "";
    position: absolute;
}

.search-section__taxonomy-term:before {
    left: 10px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #DEDEDE;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 3px;
}

.search-section__taxonomy-term:after {
    width: 12px;
    height: 8px;
    border: solid #FF5722;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    top: 0;
    bottom: 7px;
    margin: auto;
    left: 11px;
    opacity: 0;
    transition: .2s;
}

input:checked~.search-section__taxonomy-term:after {
    opacity: 1;
}

input:checked~.search-section__taxonomy-term {
    background: #eee;
}

.search-section__taxonomy+.search-section__taxonomy {
    margin-top: 10px;
}

.search-section__taxonomy-content-inner label.taxonomy-term-fts {
    width: 166px;
}

.search-section__taxonomy-content-inner label.taxonomy-term-fts:nth-child(4n+2) {
    margin-right: 5px;
}

.search-section__taxonomy-content-inner label.taxonomy-term-fts:nth-child(3n+2) {
    margin-right: 0;
}

.taxonomy-term-prc .search-section__taxonomy-term {
    font-size: 12px;
    padding-right: 0;
    padding-left: 27px;
}

.search-section__submit button {
    background: #4632AD;
    color: #fff;
    width: 320px;
    height: 60px;
    font-weight: 700;
}

.search-section__submit {
    background: #ededed;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.7em 1.5em;
    margin-block: 2.5em 0;
}

.wp-pagenavi .pages {
    display: none;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #3E3E3E;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 22px;
    letter-spacing: .08em;
    font-weight: 400;
    line-height: 1;
    font-family: 'Helvetica', 'Arial', sans-serif;
    position: relative;
}

.wp-pagenavi .current {
    color: #3E3E3E;
    background: transparent;
    border: 1px solid #707070;
    padding: 0.33em 0.5em;
    font-weight: 400;
}

.wp-pagenavi a:hover {
    color: #3E3E3E;
    background: transparent;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
    font-size: 15px;
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
}

.wp-pagenavi .previouspostslink::before,
.wp-pagenavi .nextpostslink::before {
    content: "";
    width: 60%;
    height: 1px;
    background: currentColor;
    border-radius: 100vmax;
    position: absolute;
    bottom: -0.3em;
    left: 0;
    pointer-events: none;
}

.wp-pagenavi .previouspostslink .arrow,
.wp-pagenavi .nextpostslink .arrow {
    width: 16px;
    aspect-ratio: 1/1;
    background: #4B4B4B;
    border-radius: 50%;
    flex-shrink: 0;
    display: grid;
    place-content: center;
}

.wp-pagenavi .previouspostslink .arrow::before,
.wp-pagenavi .nextpostslink .arrow::before {
    content: "";
    mask-image: url(image/icon_arrow_pagenavi.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    background: #fff;
    width: 4px;
    aspect-ratio: 1/2;
    display: block;
}

.wp-pagenavi .previouspostslink {
    flex-direction: row-reverse;
}

.wp-pagenavi .previouspostslink::before {
    left: auto;
    right: 0;
}

.wp-pagenavi .previouspostslink .arrow::before {
    transform: rotateY(180deg);
}

section.property-archive__content {
    margin-bottom: 200px;
}

.property-archive__content-wrap {
    display: flex;
    justify-content: space-between;
}

.property-archive__content-side {
    width: 330px;
}

.property-archive__content-result {
    width: 760px;
}

.property-archive__content-side-title {
    text-align: center;
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 70px;
    position: relative;
    margin-bottom: 30px;
}

.property-archive__content-side-title:before,
.property-archive__content-side-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #ffffff transparent transparent transparent;
    border-width: 80px 10px 0px 0px;
    position: absolute;
}

.property-archive__content-side-title:before {
    left: 0;
}

.property-archive__content-side-title:after {
    right: 0;
    transform: rotate(180deg);
}

a.property-archive__content-side-link {
    padding: 15px 0;
    display: block;
    color: #333333;
    font-weight: 700;
    position: relative;
}

.property-archive__content-side-link-box {
    border-bottom: 1px solid #D8D8E6;
}

a.property-archive__content-side-link:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #F6F5F8;
    border-radius: 50%;
    box-shadow: 0 1px 2px rgb(145 140 157 / 16%);
    width: 30px;
    height: 30px;
    background-image: url(image/slider-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    transform: rotate(180deg);
}

.property-card__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.property-card__image {
    width: 240px;
}

.property-card__info {
    width: 490px;
}

a.property-card__link {
    color: #333333;
    transition: .2s;
}

.property-card__title {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 15px;
    border-left: 3px solid #2D2750;
    padding-left: 1em;
    line-height: 1;
}

.property-card__comment {
    background: #F6F5F8;
    padding: 1em;
    height: 90px;
    overflow-y: scroll;
    font-size: 14px;
    margin-bottom: 10px;
}

table.property-card__table {
    width: 100%;
    font-size: 14px;
}

.property-card+.property-card {
    margin-top: 40px;
}

table.property-card__table th {
    width: 120px;
    background: #F6F5F8;
}

table.property-card__table th,
table.property-card__table td {
    border: 1px solid #D8D8E6;
    padding: 0.3em 0.6em;
}

.property-card__image img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

table.property-card__table td .small {
    font-size: 80%;
}

.property-archive__content-side-term input {
    display: none;
}

.property-archive__content-side-term-name {
    padding: 3px 10px 3px 30px;
    position: relative;
}

.property-archive__content-side-term-name:before, .property-archive__content-side-term-name:after {
    content: "";
    position: absolute;
}

.property-archive__content-side-term-name:before {
    border: 1px solid #eee;
    width: 12px;
    height: 12px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.property-archive__content-side-term-name:after {
    width: 12px;
    height: 8px;
    border: solid #FF5722;
    border-width: 0 0 3px 3px;
    transform: rotate(-45deg);
    top: 0;
    bottom: 7px;
    margin: auto;
    left: 1px;
    opacity: 0;
    transition: .2s;
}

input:checked~.property-archive__content-side-term-name:after {
    opacity: 1;
}

.property-archive__content-term-count {
    font-size: 70%;
}

.property-archive__content-side-term.-zero {
    pointer-events: none;
    opacity: 0.5;
}

.property-archive__content-side-submit {
    margin-top: 30px;
    text-align: center;
    width: 100%;
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    line-height: 50px;
    transition: .2s;
    margin-bottom: 60px;
}

.no-results {
    text-align: center;
}

.property-archive__content-result-count {
    background: #2D2750;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    width: 200px;
    margin-left: auto;
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 5px;
}

#wpmem_login,
#wpmem_reg {
    margin: 0 auto;
}

#wpmem_login .button_div input[type="submit"],
#wpmem_reg .button_div input[type="submit"] {
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    color: #fff;
    width: 200px;
    text-align: center;
    height: 50px;
    font-size: 20px;
}

#wpmem_login legend,
#wpmem_reg legend {
    border-left: 3px solid #2D2750;
    padding-left: 0.5em;
    margin-bottom: 2em;
}

.property-content__table-box dl dd .number {
    font-size: 160%;
    line-height: 1;
}

.search-section__taxonomy-content-inner label.taxonomy-term-cty:nth-child(4n+2) {
    margin-right: 5px;
}

.search-section__taxonomy-content-inner label.taxonomy-term-cty:nth-child(3n+2) {
    margin-right: 0;
}

.search-section__taxonomy-content-inner label.taxonomy-term-cty {
    width: 156px;
}

.property-archive__content-side-subtitle {
    margin: 2em 0 0.5em;
    font-weight: 700;
    padding-left: 30px;
    font-size: 18px;
    position: relative;
}

.property-archive__content-side-subtitle:after {
    content: "";
    width: 20px;
    height: 3px;
    background: #2D2750;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.members-only {
    display: flex;
    align-items: center;
    background: #17004E;
    background: linear-gradient(0deg, rgba(23, 0, 78, 1) 0%, rgba(34, 4, 111, 1) 100%);
    color: #fff;
    justify-content: center;
    height: 100%;
    font-weight: 700;
}

.members-only .lock-icon {
    width: 40px;
    margin: 0 10px 20px;
}

.members-only .lock-icon img {
    height: auto;
    opacity: 0.7;
}

.top-ma__item-img.common-item-img {
    height: 180px;
    position: relative;
}

.top-ma__item-img.common-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.search-section__keyword {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: space-between;
}

.search-section__keyword input[type=text] {
    background: #fff;
    width: 426px;
    height: 54px;
    padding: 0 1em;
    border: 1px solid #B7B7B7;
    color: #333;
}

.search-section__keyword label {
    font-weight: 700;
    font-size: 18px;
}

li.header__actions-item.-status-login a {
    font-size: 12px;
    line-height: 1.3;
}

li.header__actions-item.-status-login {
    width: 230px;
}

.top-ma__item-table.common-item-table table th {
    background: #F2F6FF;
}

.top-ma__item-tags-label.common-item-tags-label {
    background: #2C387E;
}

.top-ma__item-img .members-only {
    background: #0B0B3E;
    background: linear-gradient(0deg, rgba(11, 11, 62, 1) 0%, rgba(35, 35, 98, 1) 100%);
}

input::placeholder,
textarea::placeholder {
    color: #b7b7b7;
}

#wpmem_login .button_div, #wpmem_reg .button_div {
    text-align: center;
    margin-top: 2em;
}

#wpmem_reg .req-text {
    text-align: center;
}

#wpmem_login label:after {
    content: "";
    display: block;
    height: 1em;
}

.common-item-table table td .number {
    font-size: 150%;
}

#wpmem_msg, .wpmem_msg {
    margin: 0 auto;
}

.page-reset ul {
    margin-top: 50px;
}

.page-reset ul li {
    font-size: medium;
    text-indent: 0;
    padding: 0 0 12px 0px;
    margin: 10px 0 0 0;
    list-style-type: none;
}

.page-reset ul li a {
    color: #333;
    font-weight: bold;
    background: #f8f8f8;
    padding: 0 25px;
    line-height: 32px;
    display: block;
    border: solid 1px #333;
    margin-bottom: 15px;
}

@media (hover: hover) and (pointer: fine) {

    li.header__actions-item a:hover {
        background: #fff;
        color: #121212;
        border-color: #121212;
    }

    li.header__actions-item:nth-child(1) a:hover {
        background: #121212;
        color: #fff;
        border-color: #121212;
    }

    li.header__actions-item span.header__icon img {
        opacity: 1;
    }

    li.header__actions-item a:hover span.header__icon img {
        opacity: 0;
    }

    li.header__actions-item a:hover span.header__icon img.hover {
        opacity: 1;
    }

    li.header__menu-item--has-children:hover ul.header__submenu {
        opacity: 1;
        top: 100%;
        height: 182px;
        padding: 44px 22px;
    }

    li.header__menu-item--has-children:hover p.header__menu-parent:after {
        opacity: 0;
    }

    li.header__menu-item--has-children:hover p.header__menu-parent {
        color: #4632AD;
    }

    li.header__menu-item a:hover {
        color: #4632AD;
    }

    .top-fv__map-search-btn a:hover {
        background-color: #1C1C1C;
        background-image: url(image/icon-pin-white.svg);
        color: #fff;
        box-shadow: 0 2px 0px #fff;
    }

    .top-fv__map-search-btn.-kyoto:hover~.top-fv__map-search-image path#パス_203-2 {
        fill: url(#linear-gradient-hover);
    }

    .top-fv__map-search-btn.-hyogo:hover~.top-fv__map-search-image path#パス_97-2 {
        fill: url(#linear-gradient-hover);
    }

    .top-fv__map-search-btn.-hyogo:hover~.top-fv__map-search-image path#パス_105-2 {
        fill: url(#linear-gradient-hover);
    }

    .top-fv__map-search-btn.-osaka:hover~.top-fv__map-search-image path#パス_95-2 {
        fill: url(#linear-gradient-hover);
    }

    .top-fv__map-search-btn.-nara:hover~.top-fv__map-search-image path#パス_93-2 {
        fill: url(#linear-gradient-hover);
    }

    li.top-fv__search-btns-item a:hover {
        background: rgb(255 255 255 / 20%);
    }

    a.common-item-link:hover {
        box-shadow: 0 3px 6px rgb(80 27 211 / 16%);
        transform: translateY(-20px);
    }

    a.site-common-btn:hover {
        background: #EAE6FF;
        background: linear-gradient(90deg, rgba(234, 230, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
        border-color: #4632AD;
    }

    li.works-item a:hover .works-item-image .overlay {
        opacity: 1;
    }

    section.footer__contact:hover .footer__contact-bg {
        background: rgb(189 177 255 / 68%);
        mix-blend-mode: multiply;
    }

    section.footer__contact:hover .footer__contact-title {
        color: #fff;
    }

    section.footer__contact:hover .footer__contact-btn:before {
        background: #2B1F64;
    }

    section.footer__contact:hover .footer__contact-btn-icon {
        background: #513EB5;
        box-shadow: 0 0 0 5px inset #27177C;
    }

    li.footer__menu-item a:hover {
        opacity: 0.7;
        text-decoration: underline;
    }

    li.footer__btns-item a:hover {
        background: #fff;
        color: #333333;
    }

    li.footer__btns-item:nth-child(1) a:hover {
        background: #121212;
        color: #ffffff;
    }

    li.footer__btns-item a:hover .footer__btns-icon img.defo {
        opacity: 0;
    }

    li.footer__btns-item a:hover .footer__btns-icon img.hover {
        opacity: 1;
    }

    li.footer__under-submenu-item a:hover {
        text-decoration: underline;
    }

    a.property-archive__content-side-link:hover {
        color: #4632AD;
    }

    a.property-card__link:hover {
        opacity: 0.7;
    }

    .property-archive__content-side-submit:hover {
        opacity: 0.7;
    }

    a.common-item-link:hover .common-item-title {
        color: #501BD3;
        text-decoration: underline;
    }

    a.common-item-link:hover .top-ma__item-title.common-item-title {
        color: #2C387E;
        text-decoration: underline;
    }

    a.common-item-link:hover .common-item-img img {
        transform: scale(1.2);
    }

    .top-newarrival__list .slick-prev:hover {
        transform: translateX(-5px);
    }

    .top-newarrival__list .slick-next:hover {
        transform: translateX(5px) rotate(180deg);
    }

    .top-ma__list .slick-prev:hover {
        transform: translateX(-5px);
    }

    .top-ma__list .slick-next:hover {
        transform: translateX(5px) rotate(180deg);
    }

    a.top-works__item-link:hover .works-item-title {
        color: #4632AD;
    }

    a.top-works__item-link:hover .works-item-arrow {
        background-color: #4632AD;
        border-color: #27177C;
    }

}



@media (max-width: 750px) {

    .wrap {
        max-width: 90%;
    }

    a[href $='.pdf']::before {
        width: 7vw;
        height: 8vw;
        margin-right: 2.5vw;
    }

    a[href $='.pdf']:hover {
        text-decoration: underline;
    }

    body {
        font-size: 13px;
        padding-top: 55px;
        min-width: auto;
        overflow: hidden;
    }

    /* SPヘッダー */
    #sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 60px;
        box-shadow: 0 2px 2px rgb(51 51 51 / 16%);
    }

    #sp_header .logo {
        position: absolute;
        left: 18px;
        top: 18px;
        line-height: 0;
    }

    #sp_header .logo img {
        height: 24px;
    }

    button.hamburger {
        width: 60px;
        height: 60px;
        right: 0;
        top: 0;
        background: #121212;
    }

    button.hamburger span {
        background: #fff;
        width: 22px;
        left: 19px;
        height: 1px;
    }

    button.hamburger span:nth-child(1) {
        top: 22px;
    }

    button.hamburger span:nth-child(2) {
        top: 29px;
    }

    button.hamburger span:nth-child(3) {
        top: 36px;
    }

    button.hamburger.active span:nth-child(1) {
        left: 19px;
        top: 30px;
    }

    button.hamburger.active span:nth-child(2),
    button.hamburger.active span:nth-child(3) {
        left: 19px;
        top: 30px;
    }

    .sp_header__btn.logout {
        position: absolute;
        right: 75px;
        text-align: right;
        font-size: 11px;
        line-height: 1.2;
        top: 16px;
    }

    .sp_header__btn.logout a {
        color: #333;
        font-weight: 700;
    }

    .sp_header__btn.register_login .btn {
        position: absolute;
        top: 10px;
        color: #555555;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        width: 80px;
    }

    .sp_header__btn.register_login .btn.login {
        right: 65px;
    }

    .sp_header__btn.register_login .btn.register {
        right: 148px;
        border-right: 1px solid #D8D8D8;
    }

    /* SP固定ページ 共通設定 */
    .common_page_main {
        padding-block: 20vw;
    }

    .common_page_main .title_box .title {
        font-size: 5.6vw;
    }

    .common_page_wrap {
        padding: 15vw 0 20vw;
    }

    .reserve_text {
        font-size: 6vw;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 3vw;
    }

    /* SP固定ページ お問い合わせ */
    .contact_form_disc {
        margin-block: 0 2em;
    }

    .contact_form_disc .text {
        font-size: 3.6vw;
        margin-block: 0 0.8em;
    }

    .contact_form_disc .caution {
        font-size: 3.1vw;
        letter-spacing: .06em;
    }

    .common_contact_form .form_box {
        margin-block: 0 10vw;
    }

    .common_contact_form .form_box dl {
        grid-template-columns: 1fr;
        gap: 0.6em;
    }

    .common_contact_form .form_box dl+dl {
        margin-block: 1.3em 0;
    }

    .common_contact_form .form_box dl dt {
        flex-direction: row-reverse;
        justify-content: space-between;
        font-size: 4.1vw;
        padding-inline: 0;
    }

    .common_contact_form .form_box dl dt .label {
        font-size: 3.1vw;
    }

    .common_contact_form .form_box dl dt::after {
        content: none;
    }

    .common_contact_form input[type="text"],
    .common_contact_form input[type="email"],
    .common_contact_form #zip {
        font-size: 3.6vw;
    }

    .common_contact_form select {
        width: 100%;
        font-size: 3.6vw;
    }

    .common_contact_form textarea {
        height: 33vw;
        font-size: 3.6vw;
    }

    .radio_btns,
    .checkboxes {
        gap: 0.5em 2.5em;
    }

    .page_contact #btn_wrap button {
        width: 83%;
        line-height: 15.5vw;
        font-size: 4.6vw;
    }

    .page_contact #btn_wrap button[name="submitBack"] {
        margin-top: 4vw;
    }

    .mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .page_contact #btn_wrap {
        width: 100%;
        text-align: center;
    }

    .privacy_check_list .mwform-checkbox-field-text {
        font-size: 3.8vw;
        padding-left: 11vw;
    }

    .mw_wp_form .privacy_check_list .horizontal-item {
        margin-right: 4vw;
    }

    .privacy_check_list .hissu {
        padding: 0.3vw 4vw;
    }

    .privacy_check_list {
        margin-bottom: 6vw;
    }

    .privacy_term_detail {
        font-size: 3.4vw;
        margin: 5vw 0;
    }

    .privacy_term_outer {
        width: 96%;
        padding: 5vw 0;
    }

    .privacy_term_outer .privacy_term_inner .main_text {
        font-size: 3.4vw;
        line-height: 1.6;
        margin-bottom: 5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dt {
        font-size: 3.5vw;
        margin-bottom: 1.5vw;
    }

    .privacy_term_outer .privacy_term_inner dl dd {
        font-size: 3.5vw;
        line-height: 1.6;
    }

    .privacy_term_outer .privacy_term_inner dl+dl {
        margin-top: 7vw;
    }

    .privacy_term_detail::after {
        width: 2.5vw;
        margin: 1.5vw auto 0;
    }

    /* サンクスページ */
    .page_contact .thanks_textArea .name {
        font-size: 4vw;
        margin-bottom: 3vw;
    }

    .page_contact .thanks_textArea .contact_text {
        font-size: 3.5vw;
        margin-bottom: 2em;
        width: 100%;
    }

    .page_contact .thanks_textArea .ichiran_link {
        width: 80%;
        line-height: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    .page_contact .progressbar {
        gap: 4.5em;
        margin-block: 0 2.5em;
    }

    .page_contact .progressbar .item {
        font-size: 3.1vw;
    }

    .page_contact .progressbar .item+.item::before {
        width: 5.7vw;
        top: 63%;
        left: -3.3em;
    }

    .page_contact .progressbar .item .mark {
        width: 7.7vw;
        margin: 0 auto 0.4em;
    }

    /* SP固定ページ 404ページ */
    #page_404 .num {
        font-size: 20vw;
        line-height: 1.5;
    }

    #page_404 .text {
        font-size: 3.5vw;
    }

    /* SP投稿ページ アーカイブページ */
    .archive_page_list>article {
        padding-right: 20px;
    }

    .archive_page_list>article .date {
        width: 80px;
    }

    .archive_page_list>article .content_area {
        width: calc(100% - 80px);
    }

    .archive_page_list>article:after {
        width: 7px;
        height: 7px;
    }

    /* SP固定ページ サイトマップ */
    ul#sitemap_list li {
        margin: 0;
    }

    body #sitemap_list li a {
        font-size: 4vw;
        padding: 1vw 2vw;
        line-height: 9vw;
        margin-bottom: 1vw;
    }

    body #sitemap_list li.home-item {
        margin-bottom: 4vw;
    }

    body #sitemap_list {
        padding: 0;
    }


    .wp-pagenavi {
        margin-block: 2.2em 0;
    }

    .wp-pagenavi a,
    .wp-pagenavi span {
        font-size: 5.2vw;
    }

    .wp-pagenavi .previouspostslink,
    .wp-pagenavi .nextpostslink {
        font-size: 3.8vw;
    }

    .wp-pagenavi .previouspostslink .arrow,
    .wp-pagenavi .nextpostslink .arrow {
        width: 4.1vw;
    }

    .wp-pagenavi .previouspostslink .arrow::before,
    .wp-pagenavi .nextpostslink .arrow::before {
        width: 1.1vw;
    }

    section#top-fv {
        background-image: url(image/fv_image_sp.webp);
        padding: 55vw 0 5vw;
        position: relative;
        background-size: 100%;
        background-position: center top;
        background-repeat: no-repeat;
        background-color: #0F0F0F;
    }

    section#top-fv:before {
        content: "";
        position: absolute;
        background: #0F0F0F;
        background: linear-gradient(0deg, rgba(15, 15, 15, 1) 0%, rgba(15, 15, 15, 0) 100%);
        height: 25vw;
        width: 100%;
        top: 37vw;
    }

    .top-fv__content {
        width: 100%;
    }

    .top-fv__title-wrap {
        font-size: 4vw;
        margin-bottom: 3vw;
        padding: 1vw 0;
    }

    p.top-fv__subtitle {
        font-size: 6vw;
        padding-bottom: 4vw;
        margin-bottom: 4vw;
    }

    .top-fv__area-search-sp-title {
        text-align: center;
        font-size: 4vw;
        width: 100%;
        margin-bottom: 2vw;
        letter-spacing: 0.15em;
    }

    .top-fv__area-search-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 5vw;
    }

    .top-fv__area-search-sp-btn {
        width: 44vw;
        margin-bottom: 2vw;
    }

    .top-fv__area-search-sp-btn a {
        background: #fff;
        display: flex;
        justify-content: center;
        font-size: 5vw;
        font-weight: 700;
        align-items: center;
        height: 12vw;
        padding-left: 4vw;
        background-image: url(image/icon-pin-blue.svg);
        background-repeat: no-repeat;
        background-position: center left 10vw;
        background-size: 4vw;
        color: #333333;
    }

    .top-fv__keyword-label {
        font-size: 4vw;
        margin-bottom: 2vw;
        letter-spacing: 0.15em;
    }

    .top-fv__keyword-form form input[type=text] {
        width: 73vw;
        height: 14vw;
    }

    .top-fv__keyword-form form button[type=submit] {
        padding: 5vw 0 0 0;
        background-size: 4vw;
        background-position: center top 2vw;
        width: 12vw;
        height: 14vw;
        font-size: 3vw;
    }

    .top-fv__search-btns {
        padding: 5vw 0 0;
    }

    li.top-fv__search-btns-item {
        width: 44vw;
    }

    li.top-fv__search-btns-item a {
        height: 30vw;
        padding-top: 5vw;
    }

    .top-fv__search-btns-icon {
        margin-bottom: 3vw;
    }

    .top-fv__search-btns-text {
        font-size: 4vw;
    }

    .top-fv__search-btns-icon img {
        width: 9vw;
    }

    li.top-fv__search-btns-item a:after {
        right: -1px;
        bottom: 4px;
    }

    section.top-newarrival {
        padding: 30vw 0 40vw;
    }

    .section-title__en {
        font-size: 11vw;
    }

    h2.section-title__jp {
        font-size: 5vw;
    }

    .top-newarrival__section-title {
        margin-bottom: 30vw;
    }

    .top-newarrival__list .slick-dots {
        top: -20vw;
        right: auto;
        left: 0;
        width: 40vw;
    }

    .top-newarrival__list .slick-prev,
    .top-newarrival__list .slick-next {
        width: 14vw;
        height: 14vw;
        top: -27vw;
    }

    .top-newarrival__list .slick-prev {
        right: 16vw;
    }

    .top-newarrival__object01 {
        width: 80vw;
        top: -30vw;
        right: -32vw;
    }

    .common-item {
        width: 80vw;
        margin-right: 3vw;
    }

    .top-newarrival__item-img.common-item-img {
        height: 38vw;
    }

    .common-item-content {
        padding: 4vw;
    }

    .common-item-title {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .common-item-table table th,
    .common-item-table table td {
        font-size: 13px;
    }

    .common-item-tags {
        flex-wrap: wrap;
    }

    .common-item-tags-label {
        width: 100%;
        writing-mode: horizontal-tb;
        height: auto;
        margin-bottom: 2vw;
    }

    .common-item-tags-content {
        margin: 0;
        width: 100%;
    }

    .common-item-tags-content span {
        font-size: 12px;
        margin: 0 4px 4px 0;
    }

    .top-ma__item-img.common-item-img {
        height: 38vw;
    }

    .common-item-table table th, .common-item-table table td {
        font-size: 13px;
    }

    .common-item-tags {
        flex-wrap: wrap;
    }

    .common-item-tags-label {
        width: 100%;
        writing-mode: horizontal-tb;
        height: auto;
        margin-bottom: 2vw;
    }

    .common-item-tags-content {
        margin: 0;
        width: 100%;
    }

    .common-item-tags-content span {
        font-size: 12px;
        margin: 0 4px 4px 0;
    }

    .top-ma__item-img.common-item-img {
        height: 38vw;
    }

    .top-ma__item-more {
        position: static;
        margin-top: 10vw;
    }

    .top-ma__section-title:before {
        width: 80vw;
        left: -20vw;
        top: -7vw;
    }

    .top-ma__section-title {
        margin-bottom: 25vw;
    }

    .top-ma__list .slick-prev,
    .top-ma__list .slick-next {
        width: 14vw;
        height: 14vw;
        top: -23vw;
    }

    .top-ma__list .slick-next {
        right: 0;
    }

    .top-ma__list .slick-prev {
        right: 16vw;
    }

    .top-ma__list .slick-dots {
        top: -15vw;
        right: auto;
        left: 0;
        width: 40vw;
    }

    .top-ma__item-more a.site-common-btn {
        margin: 0 auto;
    }

    section#top-ma {
        padding: 10vw 0;
        transform: translateY(-20vw);
    }

    .top-offer__object {
        width: 40vw;
        left: -50px;
        bottom: -10vw;
    }

    .top-offer__wrap {
        flex-wrap: wrap;
    }

    .top-offer__image {
        width: 100%;
        margin: 0 0 0vw;
    }

    .top-offer__content {
        width: 100%;
        margin-top: -10vw;
    }

    .top-offer__title {
        margin: 0 0 5vw;
        padding-bottom: 5vw;
    }

    .top-offer__text {
        font-size: 3.8vw;
        letter-spacing: 0.04em;
        margin-bottom: 2em;
    }

    section.top-offer {
        padding-bottom: 70vw;
    }

    .top-offer__bg {
        width: 80vw;
    }

    .top-offer__bg.-left {
        left: -120px;
        bottom: -50vw;
    }

    section.top-offer:before {
        bottom: 40vw;
    }

    .top-offer__bg.-right {
        right: -26vw;
        bottom: -57vw;
    }

    section.top-works {
        padding: 10vw 0 20vw;
        overflow: hidden;
    }

    .common-item-table table th,
    .common-item-table table td {
        font-size: 13px;
    }

    .common-item-tags {
        flex-wrap: wrap;
    }

    .common-item-tags-label {
        width: 100%;
        writing-mode: horizontal-tb;
        height: auto;
        margin-bottom: 2vw;
    }

    .common-item-tags-content {
        margin: 0;
        width: 100%;
    }

    .common-item-tags-content span {
        font-size: 12px;
        margin: 0 4px 4px 0;
    }

    .top-ma__item-img.common-item-img {
        height: 38vw;
    }

    .top-ma__item-more {
        position: static;
        margin-top: 10vw;
    }

    .top-ma__section-title:before {
        width: 80vw;
        left: -20vw;
        top: -7vw;
    }

    .top-ma__section-title {
        margin-bottom: 25vw;
    }

    .top-ma__list .slick-prev, .top-ma__list .slick-next {
        width: 14vw;
        height: 14vw;
        top: -23vw;
    }

    .top-ma__list .slick-next {
        right: 0;
    }

    .top-ma__list .slick-prev {
        right: 16vw;
    }

    .top-ma__list .slick-dots {
        top: -15vw;
        right: auto;
        left: 0;
        width: 40vw;
    }

    .top-ma__item-more a.site-common-btn {
        margin: 0 auto;
    }

    section#top-ma {
        padding: 10vw 0;
        transform: translateY(-20vw);
    }

    .top-offer__object {
        width: 40vw;
        left: -50px;
        bottom: -10vw;
    }

    .top-offer__wrap {
        flex-wrap: wrap;
    }

    .top-offer__image {
        width: 100%;
        margin: 0 0 0vw;
    }

    .top-offer__title {
        margin: 0 0 5vw;
        padding-bottom: 5vw;
    }

    .top-offer__sub-title {
        font-size: 4.5vw;
        margin-bottom: 2vw;
        letter-spacing: 0.2em;
    }

    .top-offer__main-title {
        font-size: 7vw;
        letter-spacing: 0.16em;
        line-height: 1.3;
    }

    .top-offer__text {
        font-size: 3.8vw;
        letter-spacing: 0.04em;
        margin-bottom: 2em;
    }

    section.top-works {
        padding: 10vw 0 20vw;
    }

    .top-works__item-more {
        position: static;
        margin-top: 5vw;
        display: flex;
        justify-content: center;
    }

    li.works-item a {
        position: relative;
        display: flex;
    }

    .works-item-number {
        position: absolute;
        top: 5vw;
        left: 40vw;
        padding: 0 0 0 5vw;
        font-size: 12px;
    }

    .works-item-image {
        width: 40vw;
    }

    .works-item-content {
        width: 50vw;
        padding: 12vw 5vw 5vw;
    }

    .works-item-image img {
        height: 40vw;
    }

    li.top-works__item {
        width: 100%;
        margin: 0 0 10vw;
    }

    .works-item-title {
        -webkit-line-clamp: 3;
    }

    .top-works__bg {
        width: 130vw;
        left: -10vw;
        height: calc(185vw + 30px);
    }

    ul.top-works__list {
        margin-bottom: 15vw;
    }

    .top-works__bg:after {
        left: 15vw;
        top: 10vw;
    }

    .footer__contact-bg {
        background: #BDB1FF;
    }

    .footer__contact-bg {
        mix-blend-mode: multiply;
    }

    section.footer__contact {
        padding: 10vw 0;
    }

    .footer__contact-title {
        text-align: center;
        color: #fff;
        margin-bottom: 5vw;
        width: 100%;
    }

    .footer__contact-title-en {
        font-size: 13vw;
    }

    .footer__contact-title-text {
        font-size: 3.5vw;
    }

    .footer__contact-btn {
        margin: 0;
        width: 80vw;
        margin-left: 10vw;
        padding: 0 9vw 0 4vw;
        height: 20vw;
    }

    .footer__contact-btn:before {
        transform: skew(-14deg, 0deg);
    }

    .footer__contact-btn-text {
        font-size: 4.5vw;
    }

    .footer__contact-btn-icon {
        width: 12vw;
        height: 12vw;
    }

    .footer__contact-btn-icon img {
        width: 35%;
    }

    .footer__contact-btn-text-sub {
        font-size: 60%;
    }

    footer.footer {
        padding: 15vw 0 5vw;
    }

    .footer__main {
        margin-bottom: 0;
    }

    .footer__logo-side {
        padding: 0;
        margin: 0 auto 8vw;
        width: 30vw;
    }

    .footer__menu {
        display: none;
    }

    .footer__under-submenu {
        width: 100%;
    }

    ul.footer__under-submenu-list {
        justify-content: center;
    }

    .footer__copyright {
        text-align: center;
    }

    .footer__copyright small {
        font-size: 10px;
    }

    li.footer__under-submenu-item+li.footer__under-submenu-item {
        border-left: 1px solid #fff;
        padding-left: 20px;
        margin-left: 20px;
    }

    ul.footer__under-submenu-list {
        line-height: 1;
        margin-bottom: 5vw;
    }


    .footer__main {
        margin-bottom: 0;
    }

    .footer__btns-list {
        justify-content: center;
    }

    li.footer__btns-item a {
        width: 70vw;
        justify-content: space-between;
        padding: 0 5vw;
        background: #fff;
        color: #121212;
    }

    li.footer__btns-item+li.footer__btns-item {
        margin: 2vw 0 0;
    }

    .footer__btns {
        margin-bottom: 12vw;
    }

    .footer__btns-text {
        width: 50vw;
        text-align: center;
        font-size: 4vw;
        padding-right: 6vw;
    }

    .footer__btns-icon .hover {
        opacity: 1;
    }

    li.footer__btns-item+li.footer__btns-item a {
        background: #121212;
        color: #fff;
    }

    .footer__btns-item+.footer__btns-item .footer__btns-icon .hover {
        opacity: 0;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li>a {
        text-align: left;
        font-weight: 700;
        position: relative;
        color: #333333;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li>a:after {
        content: "";
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        right: 0;
        border-radius: 50%;
        box-shadow: 0 -2px 4px rgb(145 140 157 / 20%);
        top: 0;
        bottom: 0;
        margin: auto;
        background-image: url(image/slider-arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 12px;
        transform: rotate(180deg);
    }

    nav.globalMenuSp ul.globalMenuSp__list>li {
        border-bottom: 1px solid #D8D8E6;
        padding: 0.5em 0;
    }

    nav.globalMenuSp ul.globalMenuSp__list {
        border-top: 1px solid #D8D8E6;
        margin-bottom: 12vw;
        position: relative;
        z-index: 10;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li>ul {
        padding: 0 5vw 2vw 5vw;
        display: none;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li>ul>li {
        text-align: left;
        border-bottom: 1px dotted #BEBEBE;
        margin-bottom: 1em;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li>ul>li a {
        padding: 0;
        color: #333333;
        font-size: 90%;
    }

    nav.globalMenuSp ul.globalMenuSp__list>li .parent {
        text-align: left;
        font-weight: 700;
        padding: 1em 0;
        color: #333;
    }

    .globalMenuSp__list-parent {
        position: relative;
    }

    .globalMenuSp__list-parent .mark {
        position: absolute;
        width: 30px;
        height: 30px;
        background: #fff;
        right: 0;
        border-radius: 50%;
        box-shadow: 0 2px 4px rgb(145 140 157 / 20%);
        top: 7px;
    }

    .globalMenuSp__list-parent .mark:before,
    .globalMenuSp__list-parent .mark:after {
        content: "";
        position: absolute;
        width: 30%;
        height: 1px;
        background: #333;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }

    .globalMenuSp__list-parent .mark:after {
        transform: rotate(90deg);
        transition: .2s;
    }

    .globalMenuSp__list-parent.open .mark:after {
        opacity: 0;
    }

    nav.globalMenuSp .inner {
        padding: 90px 5vw 10vw;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .globalMenuSp__object {
        position: absolute;
        width: 50vw;
        right: -20vw;
        bottom: 30vw;
    }

    nav.globalMenuSp ul.globalMenuSp__under-submenu-list {
        justify-content: center;
        margin-bottom: 5vw;
    }

    nav.globalMenuSp ul li.globalMenuSp__under-submenu-item {
        width: auto;
        border: none;
    }

    nav.globalMenuSp ul li.globalMenuSp__under-submenu-item+li.globalMenuSp__under-submenu-item {
        margin-left: 20px;
        padding-left: 20px;
        border-left: 1px solid #484848;
    }

    nav.globalMenuSp ul li.globalMenuSp__under-submenu-item a {
        padding: 0;
        line-height: 1.2;
        color: #484848;
    }


    nav.globalMenuSp ul li.globalMenuSp__btns-item {
        width: 70vw;
        margin: 0 auto;
    }

    nav.globalMenuSp ul li.globalMenuSp__btns-item a {
        background: #fff;
        display: flex;
        justify-content: space-between;
        padding: 0 5vw;
        color: #121212;
        border: 1px solid #121212;
        height: 60px;
        align-items: center;
    }

    nav.globalMenuSp ul.globalMenuSp__btns-list {
        position: relative;
        z-index: 10;
        margin-bottom: 16vw;
    }

    .globalMenuSp__btns-text {
        width: 50vw;
        text-align: center;
        font-size: 4vw;
        padding-right: 6vw;
        font-weight: 700;
    }

    nav.globalMenuSp ul li.globalMenuSp__btns-item+li.globalMenuSp__btns-item {
        margin-top: 10px;
    }

    nav.globalMenuSp ul li.globalMenuSp__btns-item+li.globalMenuSp__btns-item a {
        background: #121212;
        color: #fff;
    }


    .common-page-main {
        padding: 10vw 0;
    }

    .common-page-main__title {
        font-size: 6vw;
        margin-bottom: 0vw;
        padding: 0 5vw;
    }

    .common-page-main__breadcrumb {
        font-size: 12px;
        max-width: 100%;
        color: #333;
        padding-top: 3vw;
    }

    .common-page-main__breadcrumb a {
        color: #333;
    }

    .common-page-main__breadcrumb-list>span:last-child {
        color: #333;
    }

    #wpmem_login, #wpmem_reg {
        width: 100%;
    }

    #wpmem_login legend, #wpmem_reg legend {
        font-size: 20px;
        margin-bottom: 0.7em;
    }

    #wpmem_login .button_div input[type="submit"], #wpmem_reg .button_div input[type="submit"] {
        font-size: 16px;
    }

    .search-section__prefecture h2 {
        font-size: 5vw;
    }

    .search-section__left {
        width: 100%;
    }

    .search-section__map {
        width: 95vw;
        overflow: hidden;
        margin-bottom: -25vw;
    }

    .search-section__left svg {
        width: 120%;
        height: auto;
    }

    .search-section__inner {
        flex-wrap: wrap;
        display: block;
    }

    .search-section__prefecture-group-title {
        font-size: 4vw;
        background-size: 3vw;
        padding-left: 1vw;
        background-position: left 3vw center;
        height: 7vw;
    }

    .search-section__prefecture-group label {
        padding-left: 1vw;
        padding-bottom: 1vw;
        padding-right: 0.5vw;
    }

    .search-section__prefecture-group label div {
        font-size: 4vw;
    }

    .search-section__prefecture-group label+label {
        padding-right: 1vw;
        padding-bottom: 1vw;
        padding-left: 0.5vw;
    }

    .search-section__prefecture-group {
        width: 36vw;
    }

    .search-section__prefecture-group.-osaka {
        left: 35vw;
        top: 46vw;
    }

    .search-section__prefecture-group.-kyoto {
        left: 42vw;
        top: 27vw;
    }

    .search-section__prefecture-group.-hyogo {
        left: 3vw;
        top: 29vw;
    }

    .search-section__prefecture-group.-nara {
        top: 65vw;
        left: 49vw;
    }

    .search-section__keyword {
        flex-wrap: wrap;
    }

    .search-section__keyword label {
        font-size: 4vw;
    }

    .search-section__keyword input[type=text] {
        width: 100%;
    }

    .search-section__taxonomy-title {
        font-size: 4vw;
        height: 11vw;
    }

    .search-section__taxonomy-content {
        padding: 3vw;
        font-size: 3vw;
    }

    .search-section__taxonomy-term {
        font-size: 3vw;
        padding: 1vw 1vw 1vw 6vw;
    }

    .search-section__taxonomy-content-inner label {
        width: 27vw;
        margin: 0 1vw 1vw 0;
    }

    .search-section__taxonomy-term:before {
        left: 1vw;
    }

    .search-section__taxonomy-content-inner label:nth-child(4n+2) {
        margin-right: 1vw;
    }

    .search-section__taxonomy-content-inner label.taxonomy-term-fts {
        width: 41vw;
    }

    .search-section__taxonomy-content-inner label.taxonomy-term-prc {
        font-size: 2;
    }

    .taxonomy-term-prc .search-section__taxonomy-term {
        font-size: 2.8vw;
        padding-left: 4.5vw;
    }

    .search-section__taxonomy-term:after {
        left: 1vw;
    }

    section.search-section {
        padding: 15vw 0 10vw;
    }

    section.property-archive__content {
        padding: 10vw 0;
        margin-bottom: 10vw;
    }

    .property-archive__content-wrap {
        flex-wrap: wrap;
    }

    .property-archive__content-side {
        order: 1;
        padding-top: 20vw;
        width: 100%;
    }

    .property-archive__content-result {
        width: 100%;
    }

    .property-archive__content-result-count {
        font-size: 12px;
    }

    .property-card__image {
        width: 100%;
        height: 40vw;
        margin-bottom: 2vw;
    }

    .property-card__info {
        width: 100%;
    }

    table.property-card__table th {
        width: 80px;
    }

    table.property-card__table th, table.property-card__table td {
        font-size: 12px;
    }

    .property-card__comment {
        height: 120px;
    }

    .property-card__image img {
        height: 100%;
    }

    .property-card__title {
        font-size: 16px;
    }

    .property-archive__content-side-title {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin-bottom: 10px;
    }

    .search-section__submit button {
        width: 100%;
    }

    .property-title {
        font-size: 5vw;
        margin-bottom: 8vw;
    }

    .property-subtitle {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .property-head-content {
        padding: 3vw;
    }

    .property-head__left {
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-bottom: 5vw;
    }

    li.property-head__images-item img {
        background: no-repeat;
        border: none;
        height: 60vw;
    }

    ul.property-head__images-list {
        box-shadow: none;
    }

    .property-head__images-thumb {
        width: 18vw;
        margin: 0 1vw;
    }

    .property-head__images-thumb img {
        height: 12vw;
    }

    .property-title {
        font-size: 5vw;
        margin-bottom: 8vw;
    }

    .property-subtitle {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .property-head-content {
        padding: 3vw;
    }

    .property-head__left {
        width: 100%;
        background: #fff;
        padding: 10px;
        margin-bottom: 5vw;
    }

    li.property-head__images-item img {
        background: no-repeat;
        border: none;
        height: 60vw;
    }

    ul.property-head__images-list {
        box-shadow: none;
    }

    .property-head__images-thumb {
        width: 18vw;
        margin: 0 1vw;
    }

    .property-head__images-thumb img {
        height: 12vw;
    }

    .property-head__right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .property-dates {
        order: 1;
        margin-top: 5vw;
        font-size: 12px;
    }

    .property-comment {
        padding: 5vw;
        font-size: 13px;
        height: 60vw;
    }

    .property-dates .label {
        font-size: 12px;
        width: 54px;
    }

    .property-dates>.flex+.flex {
        margin-left: 15px;
    }

    h2.property-content__title {
        margin: 15vw 0 3vw;
        font-size: 18px;
    }

    .property-content__table-box dl {
        width: 100%;
        padding: 15px 0;
    }

    .property-content__table-box dl dt {
        font-size: 12px;
        width: 90px;
    }

    .property-content__table-box dl dd {
        width: calc(100% - 90px);
        font-size: 13px;
    }

    section.property-content {
        margin-bottom: 15vw;
    }

    section.property-form {
        padding: 10vw 0 20vw;
    }

    h2.property-form__title-text {
        font-size: 18px;
    }

    p.property-form__title-en {
        font-size: 40px;
    }

    .property-form__title {
        height: 70px;
    }

    li.property-form__step {
        width: 33%;
        padding: 10px 0 10px 10px;
    }

    .property-form__steps {
        margin-bottom: 5vw;
    }

    .property-form__text {
        font-size: 11px;
    }

    .property-form__box {
        padding: 5vw;
    }

    th.form-table__header, td.form-table__cell {
        display: block;
        width: 100%;
    }

    table.form-table, table.form-table tbody, table.form-table tr {
        display: block;
    }

    th.form-table__header {
        font-size: 14px;
    }

    span.form-table__label--required {
        font-size: 11px;
    }

    td.form-table__cell {
        padding: 20px 0 20px;
    }

    td.form-table__cell select {
        width: 45%;
    }

    .form-table__submit {
        margin-top: 5vw;
    }

    .search-section__right {
        width: 100%;
        margin-top: 10px;
        position: relative;
    }

    .search-section__taxonomy-content-inner label.taxonomy-term-cty {
        width: 27vw;
    }

    .search-section__taxonomy-content-inner label.taxonomy-term-cty:nth-child(4n+2) {
        margin-right: 1vw;
    }

    .search-section__taxonomy-content-inner label.taxonomy-term-cty:nth-child(3n+2) {
        margin-right: 0;
    }

    label.taxonomy-term-cty .search-section__taxonomy-term {
        font-size: 2.6vw;
        padding-left: 5vw;
    }

    section.service_top h2 {
        font-size: 16px;
    }

    section.service_top .catch {
        font-size: 26px;
        line-height: 1.4;
    }

    section.service_top {
        margin-bottom: 15vw;
        text-align: left;
    }

    .service_cont_sec .cont .item .img {
        margin-bottom: 5vw;
    }

    li.top-works__item:nth-child(3n) {
        margin-top: 0;
    }

    li.top-works__item:nth-child(3n+2) {
        margin-top: 0;
    }

    .works-content__images {
        width: 100%;
        padding: 0;
        margin-bottom: 5vw;
    }

    .works-content__images-item img {
        height: 60vw;
    }

    .works-content__images-pager button.works-content__images-thumb {
        width: 25%;
        height: 13vw;
    }

    .works-content__table {
        width: 100%;
    }

    div#fixed-banner-sp {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: none;
        z-index: 100;
    }

    .fixed-banner__head {
        background: #121212;
        text-align: center;
        color: #fff;
        font-size: 13px;
        font-weight: 700;
        line-height: 2;
    }

    .fixed-banner__head .yellow {
        color: #E0FF34;
    }

    .fixed-banner__body {
        background: #4632AD;
        color: #fff;
        text-align: center;
        padding: 12px 0 5px;
    }

    p.fixed-banner__text.-main {
        font-size: 22px;
        letter-spacing: 0.15em;
    }

    p.fixed-banner__text {
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.04em;
    }

    p.fixed-banner__text .dot {
        display: inline-block;
        position: relative;
    }

    p.fixed-banner__text .dot:after {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #fff;
        border-radius: 4px;
        left: 0;
        right: 0;
        margin: auto;
        top: -3px;
    }

    body.home {
        padding-bottom: 100px;
    }

    section.top-newarrival:before {
        left: 0vw;
        transform: skew(-10deg, 0deg);
    }

    .top-newarrival__object-sp {
        position: absolute;
        width: 50vw;
        right: -14vw;
        top: -16vw;
    }

    #wpmem_login fieldset, #wpmem_reg fieldset {
        margin-top: 0;
    }

}