@charset "UTF-8";

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif;
  color: #0b0b0b;
  font-size: 62.5%;
  line-height: 1;
  min-height: 100vh;
  position: relative;
  font-size: 1.5rem;
}

@font-face {
  font-family: housedo;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/housedo.ttf?i6efmn) format("truetype"), url(../fonts/housedo.woff?i6efmn) format("woff"), url(../fonts/housedo.svg?i6efmn#housedo) format("svg");
  font-display: block
}

a,
a:link {
  color: inherit;
  text-decoration: none;
}

[class*=" icon-"],
[class^=icon-] {
    font-family: housedo!important;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ohevent:before {
  content: ""
}

.img-center {
  position: relative;
  text-align: center;
  border: none;
}

.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.fit_banner {
    width: 100%;
    height: 100%;
}

.img {
  width: 100%;
    height: 100%;
}

.img-width {
  width: 100%;
  max-width: 100% !important;
}

.txt {
  line-height: 1.5;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}
.flex_wrap .in_flex{
    margin-top: 45px;
}

.site_wrap,
.top_site_wrap {
  max-width: 1200px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

/* .pager {
  flex: 0 1 100%;
} */

.pager nav {
  /* width: 15%; */
  margin: auto;
}

.recruit-list .pager nav {
  width: 7%;
  margin: auto;
}

.nav .site_wrap .nav_submit {
  background-color: unset;
  width: auto;
  margin-left: 0px;
}

.container {
  min-height: calc(100vh - 138px - 140px);
}

.content {
  padding-top: 40px;
  padding-bottom: 40px;
}

input[type="text"],
input[type="tel"],
input[type="mail"],
button[type="submit"],
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

.d-block {
  display: block;
}

.d-inline {
  display: inline;
}

a[disabled] {
  color: #B2B2B2;
  pointer-events: none;
}

/*==================================
  header
==================================*/

.header {
  background: #fff;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header_top {
  padding-top: 15px;
  /* padding-bottom: 10px; */
}

.header_top,
.header_right {
  display: flex;
  justify-content: space-between;
}

.header_right > * + * {
  margin-left: 15px;
}

.header .hamb_nv {
  flex-direction: column;
  justify-content: center;
  height: 120vh;
  width: 90%;
  position: absolute;
  left: 0;
  top: 0;
  background: #004680;
  transform: translate(110%, 0);
  transition: .3s;
  z-index: 4;
  opacity: inherit;
}

.header .hamb_nv.slideIn {
  transition: .3s;
  transform: translate(86%, 0);
}

.header .inmenu {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 73px 0;
  width: 175px;
  text-align: center;
}

.header .inmenu li + li {
  margin-top: 30px;
}

.header .inmenu li a {
  color: #fff;
}

.header .tel a {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #004680;
  text-decoration: none;
}

.header .tel a::before {
  content: "";
  background: url(../common_img/icon-tel-nv.png) no-repeat center left/contain;
  width: 19px;
  height: 25px;
  display: block;
  margin-right: 10px;
}

.header .hamb {
  cursor: pointer;
  width: 20px;
  z-index: 5;
}

.header .hamb.active {
  /* position: absolute;
  right: 15px; */
}

.header .hamb span {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  transition: .3s;
  transform-origin: left;
}

.header .hamb.active span {
  background: #fff;
}

.header .hamb span + span {
  margin-top: 5px;
}

.header .hamb.active span:nth-of-type(1) {
  transform: rotate(45deg);
}

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

.header .hamb.active span:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: left;
}

.header .social_link li {
  border-radius: 30px;
  background: #004680;
}

.header .social_link li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #fff;
}

.header .social_link li a img {
  width: 22px;
}

.header .change_la,
.header-menu-toggle .change_la {
  position: relative;
  z-index: 1;
  font-size: 2.0rem;
  /* transform: translate(86px, 0); */
  padding-top: 70px;
}

.header .change_la a,
.header-menu-toggle .change_la a {
  margin: 0 3px;
}

.header .change_la .select,
.header-menu-toggle .change_la .select {
  font-weight: bold;
  text-decoration: underline;
}

.header nav {
  background: #004680;
  font-weight: bold;
}

.header nav > div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header nav > div > div {
  background: #fff;
  text-align: center;
  border-radius: 10px;
  width: 266px;
  color: #afafaf;
}

.header nav > div > div + div {
  margin-left: 10px;
}

.header nav > div > div a {
  padding: 18px 0;
  display: block;
  height: 100%;
}

.header nav > div > div.nav_type {
  background-image: url(../common_img/icon-home.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 19px 19px ,10px 9px;
}

.header nav > div > div.nav_area {
  background-image: url(../common_img/icon-area.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 24px ,10px 9px;
}

.header nav > div > div.nav_price {
  background-image: url(../common_img/icon-price.png), url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-position: 13px, 90%;
  background-size: 14px ,10px 9px;
}

.nav_type .search-property,
.nav_area .search-area {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 190px;
  margin-left: 40px;
}

.nav_price .search-price {
  height: 15px;
}

.nav_type .txt-property,
.nav_area .txt-area {
  display: block !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 194px;
  margin-left: 40px;
  margin-top:3px;
}

.header nav > div .btn
{
  color: #fff;
  background: #C1134E url(../images/icon-search.png) no-repeat 10% center/20px;
  padding: 15px 30px 15px 40px;
  border-radius: 10px;
  height: 100%;
  margin-left: 10px;
  box-sizing: border-box;
}

.header nav > div .js-submit {
  cursor: pointer;
  font-weight: bold;
  font-size: 100%;
  line-height: 1;
}

.header nav > div .hover_item .hover-item-scroll {
  overflow-y: scroll;
  padding: 0px 17px;
}

.header nav > div .hover_item {
  position: absolute;
  font-weight: normal;
  top: 60px;
  background: #fff;
  border-radius: 10px;
  /* filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2)); */
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  z-index: 5;
  padding: 15px;
  font-size: 1.8rem;
  min-width: 300px;
  box-sizing: border-box;
  color: #000;
  display: none;
}

.header nav > div .hover_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 19px 16px;
  border-color: transparent transparent #fff transparent;
  left: 0;
  margin: auto;
  top: -15px;
  z-index: 5;
  position: absolute;
}

.header nav > div .hover_item .hover_item_inner {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-height: 270px;
}

.header nav > div .hover_item .inner-scroll {
  overflow-y: scroll;
}

.header nav > div .hover_item p {
  font-weight: bold;
  margin-bottom: 20px;
}

.header nav > div .hover_item label {
  margin-bottom: 15px;
  cursor: pointer;
}

.header nav > div .hover_item label input {
  cursor: pointer;
}

.header nav > div .hover_item input {
  margin-right: 5px;
}

.header nav > div .hover_item .cal {
  justify-content: space-between;
  width: 100%;
}

.header nav > div .hover_item .cal input {
  width: 45%;
  border-radius: 5px;
  background: #EFEFEF;
  border: 1px solid #B9B9B9;
  padding: 10px;
  margin: 0;
  box-sizing: border-box;
}

.header nav > div .hover_item .cal input ::placeholder {
  color: #707070;
  text-align: center;
}

.header nav > div .hover_item .cal_num {
  margin-top: 25px;
  height: 180px;
  font-size: 14px;
  margin-left: -15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.header nav > div .hover_item .cal_num li::before {
  content: "฿";
  font-size: 1.3rem;
  margin-right: 5px;
}

.header nav > div .hover_item .cal_num li:first-child::before,
.header nav > div .hover_item .cal_num li:nth-child(2)::before {
  display: none;
}

.header nav > div .hover_item .form_btn {
  background: #C1134E;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  padding: 5px 30px;
  margin: auto;
}

.header .header_logo img {
  width: 15.5vw;
  max-width: 100%;
}

.header-shop-font {
  font-size: 2.4rem;
  font-weight: bold;
  color: #004680;
}

.header-shop-title .shop-name {
  font-weight: bold;
  font-size: 20px;
}

.header-shop-title .company-name {
  font-size: 12px;
}

/*==================================
  TOP LIST　common
==================================*/

.sec {
  padding-top: 45px;
  padding-bottom: 45px;
}

.sec h2 {
  font-size: 3.0rem;
  margin-bottom: 40px;
  color: #004680;
}

.sec .box .box-type {
  background: #004680;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px;
  padding: 6px 15px;
  display: inline-block;
  margin-bottom: 5px;
}

.ml-15 {
  margin-left: 15px;
}
.ml-7 {
  margin-left: 7px;
}
.sec .box > div {
  margin-top: 8px;
  position: relative;
}

.sec .box .favorite {
  position: absolute;
  top: 0;
  right: 5px;
}

.sec .box .favorite img {
  width: 20px;
}

.sec .box_ttl {
  font-size: 1.5rem;
  height: 1.5rem;
}

.sec .box_price {
  font-size: 2.2rem;
}

.sec .box_price::before {
  content: "฿";
  font-size: 1.5rem;
}

.limit-text {
  word-break: break-word;
  line-height: 1.7rem;
  min-height: 2rem;
  padding-bottom: 1rem;
  font-weight: bold;
}
.sec .price_block .box_price {
    margin-top: 5px;
    font-size: 2rem;
}
.sec .price_block{
    padding-right: 5px;
}
.sec .box_first_price{
    text-decoration: line-through;
    font-size: 1.1rem !important;
}
.sec .box_first_price::before{
    font-size: 1.2rem !important;
}
.sec .off_price::before{
    font-size: 1.5rem !important;
}
.sec .off_price{
    font-size: 1.5rem !important;
    left: 7%;
    position: relative;
    font-weight: bold;
}
.price_col{
    display: flex;
    align-items: center;
    color: #C1134E;
    font-weight: bold;
}
.mt-2-7 {
  margin-top: 2.7rem;
}
.list-title {
  color: #004680;
  font-size: 3.0rem;
  padding-top: 25px;
}

.youtube-box,
.tiktok-box {
  float: right;
  margin-right: 7px;
}

.youtube-box img,
.tiktok-box img {
  width: 20px;
  height: 20px;
}

.channel-flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -170px;
}

/*==================================
  breadcrumb
==================================*/

.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  margin: 10px auto;
}

.breadcrumb li + li {
  margin-left: 30px;
  position: relative;
}

.breadcrumb li + li::before {
  content: ">";
  position: absolute;
  top: 0;
  left: -15px;
  font-size: 1.2rem;
  line-height: 0.7;
}

/*==================================
  footer
==================================*/

.footer {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#162634+0,2b4a67+100 */
  background: #004680;
  /* Old browsers */
  background: -moz-linear-gradient(top, #004680 0%, #004680 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #004680 0%, #004680 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #004680 0%, #004680 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004680', endColorstr='#004680',GradientType=0 );
  /* IE6-9 */
  color: #fff;
  padding: 30px 0 70px;
  transition: height .5s linear;
}

.footer .tel a {
  display: flex;
  align-items: center;
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}

.footer .tel a::before,
.appeal-tel::before {
  content: "";
  background: url(../common_img/icon-tel-wh.png) no-repeat center left/contain;
  width: 25px;
  height: 33px;
  display: block;
  margin-right: 10px;
}

.footer .social_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}

.footer .social_link li:first-child {
  width: 32px;
  height: 32px;
}

.footer .social_link li {
  border-radius: 20px;
}

.bg-w {
  background: #fff;
}

.footer .social_link li:first-child a img {
  width: 20px;
  height: 16px;
}

.footer .social_link li a img {
  width: 32px;
  height: 32px;
}

.footer .social_link li + li {
  margin-left: 10px;
}

.footer .social_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.footer_btm {
  font-size: 1.8rem;
  margin-top: 10px;
}

.footer_btm .copyright {
  font-size: 1.2rem;
}

.logo a div,
.header_top a div {
  display: flex;
  align-items: center;
}

.footer-shop-font {
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}

.footer-opening-hr {
  width: 48%;
  line-height: 1.8;
}

.footer-logo a div,
.footer-shop-font {
  display: flex;
  align-items: center;
}

/*==================================
  floating
==================================*/
.web_24 {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0px);
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  background: #F0F4F8;
  z-index: 1;
}

.floating-btn-wrap {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  left: 3%;
}

.floating-btn {
  background: #004680;
  padding: 25px 0 20px;
  width: 300px;
  border-radius: 10px 10px 0 0;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  position: relative;
  font-weight: bold;
}

#image_description_btn {
  background: #004680;
  padding: 15px 0;
  width: 400px;
  border-radius: 10px;
  border: 1px solid #004680;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative;
  font-weight: bold;
  cursor: pointer;
}

#image_description_btn.active {
  background: #fff;
  border: 1px solid #004680;
  color: #004680;
}

.floating-btn::after {
  content: "";
  background: url(../common_img/icon-arrow-wh.png) no-repeat center/10px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: .3s;
}

#image_description_btn::after {
  content: "";
  background: url(../common_img/icon-arrow-wh.png) no-repeat center/10px;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 40%;
  right: 25%;
  transition: .3s;
}

.floating-btn.active::after {
  background: url(../common_img/icon-arrow-wh.png) no-repeat center/10px;
  transform: rotate(180deg);
}

#image_description_btn.active::after {
  background: url(../common_img/icon-arrow-description.png) no-repeat center/10px;
  transform: rotate(180deg);
}

.floating .contact_agent {
  padding: 15px;
  position: relative;
  width: 1000px;
  display: block;
}

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

.floating .contact .tel {
  font-size: 3.2rem;
  font-weight: bold;
  color: #C1134E;
}

.floating .contact .tel span {
  /* display: block; */
  background: url(../detail/images/icon-tel.png) no-repeat left center/24px 26px;
  padding-left: 30px;
}

.floating .contact .tel + p {
  color: #444444;
  margin-top: 20px;
  font-size: 1.8rem;
}

.floating .contact .btn_cont {
  display: flex;
  align-items: end;
  justify-content: center;
}

.floating .contact .btn {
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  border-radius: 10px;
  width: 240px;
  padding: 0 10px;
  cursor: pointer;
  box-sizing: border-sizing;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.btn_vr,
.btn.btn_vr_btm {
  position: absolute;
  background: #f3e600;
  color: #004680;
  font-size: 1.2rem;
  top: 4px;
  left: 6px;
  padding: 8px;
  border-radius: 5px;
  opacity: .9;
  font-weight: bold;
}

.btn.btn_vr_btm {
  top: unset;
  left: 10px;
  bottom: 5px;
  font-size: 1.5rem;
  padding: 5px 8px 5px 8px;
  /* min-width: calc((100% / 3) - 10px); */
  border-radius: 10px;
  line-height: 2;
  vertical-align: middle;
  z-index: 5;
}

.btn.btn_vr_btm {
  letter-spacing: 0.4px;
}

.btn.btn_vr_btm::before {
  content: '';
  position: relative;
  top: 5px;
  display: inline-block;
  background: url(../detail/images/icon-3d.png) no-repeat no-repeat 10% center/20px;
  width: 25px;
  height: 20px;
}

.floating .contact .btn.re {
  background: #C1134E;
}

.floating .contact .btn.re::before {
  content: "";
  background: url(../common_img/icon-doc-wh.png) no-repeat center/contain;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

.floating .contact .btn.re01 {
  border: 2px solid #C1134E;
  height: 30px;
  width: 150px;
  font-size: 1rem;
  color: #C1134E;
  margin-left: 20px;
  background-color: #fff;

}

.floating .contact .btn.re01::before {
  content: "";
  background: url(../common_img/icon-doc-red.png) no-repeat center/contain;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

.floating .contact .btn.bl {
  background: #004680;
}

.floating .contact .btn.bl::before {
  content: "";
  background: url(../common_img/icon-doc-wh.png) no-repeat center/contain;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

.floating .contact .btn.bl01 {
  border: 2px solid #004680;
  height: 30px;
  width: 150px;
  font-size: 0.8rem;
  color: #004680;
  background-color: #fff;
}

.floating .contact .btn.bl01::before {
  content: "";
  background: url(../common_img/icon-doc-nv.png) no-repeat center/contain;
  width: 22px;
  height: 17px;
  display: inline-block;
  margin-right: 5px;
}

.floating-opening-hr {
  width: 100%;
}

.btn_subscribe_cont {
  display: flex;
}

.btn.unsubscribe,
.btn.unsubscribe-cancel {
  position: relative;
  background: #004680;
  color: #fff;
  font-weight: bold;
  font-size: 1.7rem;
  margin-right: 5%;
  width: 240px;
  padding: 15px;
  cursor: pointer;
  border: 1px solid #000;
  text-align: center;
}

.btn.unsubscribe-cancel {
  margin-right: 0;
  background: #FFF;
  color: #000;
}


@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

.spinner-border {
  position: absolute;
  left: 8%;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
  visibility: hidden;
  opacity: 0;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

.letest figure,
.price-reduction figure,
.similar figure,
.recommend figure,
.list figure {
    height: 200px;
}

.flash_message {
  background: lightcyan;
  padding: 5px;
}

.dash {
  color: #444444;
  background-color: #444444;
  display: inline-block;
  height: 1px;
  width: 7px;
  position: relative;
}

.d-none {
  display: none;
}

.rangesMin {
  text-align: left;
}

.rangesMax {
  text-align: right;
}

.divider {
  background-color: #e5e5e5;
  height: 1px;
  margin: 10.5px 0;
  padding: 0 !important;
  overflow: hidden;
}

.header nav > div .hover_item .cal_num li {
  display: block;
  padding: 8px 0px;
  color: #000;
  font-weight: 400;
  font-size: 14px;
}

.header nav > div .hover_item .cal_num li.disabled {
  pointer-events: none;
  cursor: default;
  color: #E5E4E2;
}

.header nav > div .hover_item .cal_num li:hover {
  background: #F0F4F8;
  cursor: pointer;
  text-decoration: none;
}

.paginate-pagination ul {
  margin: 0 !important;
}

.paginate-pagination ul > li {
  margin-right: 0 !important;
}

.paginate-pagination ul > li > a.page {
  height: 20px !important;
  width: 8px !important;
  margin-left: -1px;
  line-height: 1.3 !important;
  padding: 0.5rem 0.75rem;
}

.paginate-pagination ul > li:first-child a.page {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.paginate-pagination ul > li:last-child a.page {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.paginate-pagination ul > li > a.page.active {
  z-index: 1;
  opacity: 1 !important;
  color: #fff;
  background-color: #004680;
  border-color: #004680;
}

.paginate-pagination ul > li > a.page:hover {
  z-index: 2;
  opacity: 1 !important;
  color: #004680;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.paginate-pagination ul > li > a.page.active:hover {
  color: #fff;
  background-color: #004680;
  border-color: #004680;
}

.page.page-prev:before {
  content: '‹';
}

.page.page-next:after {
  content: '›';
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pos-relative {
  position: relative;
}

.common-color {
  color: #004680;
}

.search-result {
  position: absolute;
  right: 70px;
  bottom: 0;
}

.custom-sort-trigger,
.sort-input,
.sort-label {
  cursor: pointer;
}

.custom-sort-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  top: 30%;
  right: -15px;
  border-bottom: 2px solid #004680;
  border-right: 2px solid #004680;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
  cursor: pointer;
}

.custom-sort-trigger.special:after {
  transform: rotate(-135deg) translateY(-50%);
  margin-top: 4px;
  cursor: pointer;
}

.sort-column {
  position: absolute;
  border: .5px solid #54524F;
  right: -20px;
  top: 20px;
  z-index: 1;
  min-width: 200px;
  background: #fff;
  background-clip: padding-box;
  display: none;
}

.sort-column li {
  padding: 10px 0 10px 5px;
  font-size: 14px;
  cursor: pointer;
}

.sort-column li:hover {
  cursor: pointer;
  background-color: #f2f2f2;
}

.sort-input {
  margin-top: 0;
}

.pager-center {
  justify-content: center;
}

/* 公式チャンネル */
.mt-10 {
  margin-top: 10px;
}

.mt-13 {
  margin-top: 13px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mbm-10 {
  margin-bottom: -10px;
}

.mbm-20 {
  margin-bottom: -20px;
}

.official-channel-title {
  /* width: 105px; */
  color: #004680;
  cursor: pointer;
}

.header .tel {
  width: 247px;
  margin-left: 0;
}

.channel-content {
  display: inline-block;
  width: 135px;
}

.channel-content h4 {
  text-align: center;
}

.official-channel {
  position: absolute;
  font-weight: normal;
  top: 69px;
  background: #004680;
  border-radius: 10px;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 20%);
  z-index: 110;
  padding: 7px 15px 15px 15px;
  font-size: 1.8rem;
  min-width: 135px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: .9;
}

.official-channel::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: transparent transparent #004680 transparent;
  left: 40%;
  margin: auto;
  top: -15px;
  z-index: 5;
  position: absolute;
}

.youtube-channel,
.tiktok-channel {
  background: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.4px;
}

.youtube-channel {
  padding: 5px 15px 4px 3px;
}

.tiktok-channel {
  padding: 5px 21px 4px 4px;
}

.youtube-channel::before,
.tiktok-channel::before {
  content: '';
  position: relative;
  top: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
}

.youtube-channel::before {
  background: url(../common_img/icon-youtube.png) no-repeat no-repeat 10% center/20px;
}

.tiktok-channel::before {
  background: url(../common_img/icon-tiktok.png) no-repeat no-repeat 10% center/20px;
}

.youtube-channel span {
  padding-left: .5rem;
}

.tiktok-channel span {
  padding-left: 1.3rem;
}

.sns {
  position: absolute;
  left: 15%;
  padding: 120px 0px 0px 0px;
}

.sns-channel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 185px;
}

.sns-title {
  color: #fff;
  padding: 0 0px 30px 0;
  font-size: 18px;
}

.sns-channel a {
  margin-bottom: 25px;
}

.sns-channel a:nth-child(2),
.sns-channel a:nth-child(3),
.sns-channel a:nth-child(5),
.sns-channel a:nth-child(6) {
  margin-left: 25px;
}

.sns-channel a img {
  width: 45px;
  height: 45px;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
  display: inline-block;
}

.custom-select-trigger {
  position: relative;
  display: block;
  min-width: 100px;
  height: 20px;
  padding-top: 7px;
  color: #fff;
  cursor: pointer;
  border: 1px solid;
  font-size: 1.3rem;
  text-align: center;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  top: 45%;
  right: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  border-style: solid;
  border: 1px solid #fff;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
  border-top-style: none;
  visibility: hidden;
  text-align: center;
  font-weight: bold;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
  background: #004680;
  z-index: 1;
}

.custom-option {
  position: relative;
  display: block;
  font-size: 1.3rem;
  color: #fff;
  line-height: 27px;
  cursor: pointer;
}

.center {
  text-align: center;
  width: 180px;
}

#hamb_menu_toggle {
  display: block;
  position: absolute;
  right: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}

#hamb_menu_toggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  z-index: 100000;
  -webkit-touch-callout: none;
}

#hamb_menu_toggle .first-span,
#hamb_menu_toggle .sec-span,
#hamb_menu_toggle .third-span {
  display: block;
  width: 20px;
  height: 2px;
  margin-bottom: 5px;
  position: relative;
  background: #000;
  border-radius: 3px;
  z-index: 99999;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#hamb_menu_toggle span:first-child {
  transform-origin: 0% 0%;
}

#hamb_menu_toggle span:nth-last-child(2) {
  transform-origin: 0% 100%;
}

#main_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  /* padding: 90px 50px 0 50px; */
  left: 0;
  top: 0;
  text-align: center;
  background: #004680;
  color: #fff;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  /* transform: translate(100%, 0); */
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  display: none;
  z-index: 999999;
}

#menu_toggle {
  position: absolute;
  right: 6px;
  width: 47px;
  height: 30px;
}

#inner_menu li {
  padding: 30px 50px 0px 0px;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}

#inner_menu li a:hover {
  border-bottom: 1px solid;
}

.store-date {
  width: 100%;
  height: auto;
  background: #004680;
  text-align: center;
}

.store-date p {
  color: #fff;
  padding: 15px 0;
  font-size: 1.7rem;
}
.store-date span {
  font-size: 2rem;
  font-weight: bold;
}

.footer-logo-img {
  width: 300px;
}

.flow-accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  cursor: pointer;
  background: #004680;
  color: #fff;
}

.flow-accordion-content {
  display: none;
}

.flow-inner-content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.toggle-button {
  position: relative;
  padding: 13px 50px;
  margin: 0 15px;
  background-color: #004680;
  color: #fff;
  border: 1px solid #004680;
  cursor: pointer;
  border-radius: 5px;
  font-size: 100%;
  width: 170px;
}

.toggle-icon::after {
  content: '';
  position: absolute;
  background-image: url(../common_img/icon-arrow-wh.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s;
  width: 10px;
  height: 5px;
  top: 20px;
  right: 20px;
}

.toggle-icon.active::after {
  content: '';
  position: absolute;
  background-image: url(../common_img/icon-arrow-bt.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: transform 0.3s;
  transform: rotate(180deg);
  right: 20px;
  top: 18px;
  width: 10px;
  height: 10px;
}

.toggle-icon.active {
  background-color: #fff;
  color: #004680;
}

#toggleButton2 {
  padding: 13px 3px;
}

/* 【DS】物件取り扱い数のアピール表示 */
.appeal {
  background-color: #F0F4F8;
  margin-bottom: 45px;
}

.sec.appeal h2 {
  font-size: 3.2rem;
  font-weight: bold;
}

.sec.appeal h2.h2-th {
  font-size: 3.1rem;
}

.sec.appeal h2.h2-ja {
  font-size: 2.4rem;
}

.left-section {
  flex: 2.5;
  border-right: 1px solid #ddd;
}

.search-header {
  display: flex;
  gap: 10px;
}

.search-icon {
  width: 50px;
  height: 50px;
  margin-top: -15px;
}

.appeal-content {
  color: #004680;
  padding-left: 60px;
  font-size: 2rem;
  line-height: 1.6;
}

.appeal-content.th {
  font-size: 2.5rem;
}

.highlight-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  padding: 15px;
  border: 1px solid #fff;
  margin: 20px 30px;
  color: #004680;
}

.highlight-box .total-properties {
  font-size: 2rem;
}

.highlight-box .date-text {
  font-size: 1.6rem;
}

.property-count {
  font-size: 5rem;
  font-weight: bold;
  color: #C1134E;
}

.right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.appeal-content-height-th {
  height: 363px;
}

.appeal-content-height-ja {
  height: 396px;
}

.appeal-content-height-en {
  height: 412px;
}

.appeal-info-pc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}


.appeal-top-info-sp {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 0 !important;
}

.appeal_detail_info_sp {
  background-color: #fff;
  margin-bottom: 0;
}

.contact-button {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #004680;
  color: #fff !important;
  padding: 15px;
  margin-left: 25px;
  margin-right: 20px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 3px;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.5);
}

.contact-button img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.icon-work {
  font-size: 30px;
  margin-right: 10px;
}

.icon-work:before {
  content: ""
}

.sp-only {
  display: none;
}

/*==================================
  animation
==================================*/

@keyframes show {
  0% {
    opacity: 0.7;
  }

  100% {
    opacity: 1;
  }
}

@keyframes scroll {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, 5px);
  }
}

@media print, screen and (min-width: 769px) {
  #inner_menu {
    position: absolute;
    width: 230px;
    height: 120vh;
    margin: -100px 0 0 0;
    padding: 90px 50px 0 50px;
    right: -100px;
    text-align: center;
    background: #004680;
    color: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
    display: none;
    z-index: 9999;
  }
  #hamb_menu_toggle input:checked ~ ul {
    transform: none;
    display: block;
  }

  #hamb_menu_toggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(1px, 3px);
    background: #fff;
  }

  #hamb_menu_toggle input:checked ~ span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }

  #hamb_menu_toggle input:checked ~ span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, 0);
  }

  .xo {
    display: none;
  }

  .ox {
    display: block;
  }

  .fixed {
    padding-bottom: 10px;
  }

  .header-shop-title {
    color: #004680;
  }

  .header_top, .header_right {
    align-items: center;
  }

  .header .social_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header .social_link li {
    width: 40px;
    height: 40px;
    transition: .3s;
  }

  .header .social_link li + li {
    margin-left: 8px;
  }

  .header .social_link li:hover {
    opacity: .5;
  }

  .header nav > div > div {
    position: relative;
  }

  .header nav > div > div a {
    transition: .3s;
  }

  .header nav > div > div a:hover {
    opacity: .5;
  }

  .header nav > div .btn {
    transition: .3s;
  }

  .header nav > div .btn:hover,
  .nav_submit .btn:hover {
    opacity: .8;
  }

  .header nav > div .hover_item::before {
    right: 0;
  }

  .sec .box {
    width: calc((100% / 4) - 8px);
  }

  .sec .box + div,
  .sec .box + li {
    margin-left: 10px;
  }

  .footer_top,
  .footer_link,
  .footer_btm,
  .footer-logo a div,
  .footer-shop-font {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer .social_link li {
    transition: .3s;
  }

  .footer .social_link li:hover {
    opacity: .5;
  }

  .floating .contact_agent {
    margin: 0 auto;
  }

  .floating .contact .tel span + span {
    margin-top: 15px;
  }

  .floating .contact .btn {
    height: 50px;
    transition: .3s;
  }

  .floating .contact .btn:hover {
    opacity: .5;
  }

  .floating .contact .btn.re {
    margin-right: 20px;
  }
  .mb-45 {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #inner_menu {
    padding: 30px 50px 0 50px;
  }
  #inner_menu .change_la {
    margin-top: 40px;
  }
  .wrapper {
    overflow-x: hidden;
    position: relative;
  }

  .flex_wrap {
    flex-wrap: wrap;
  }

  .site_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .top_flex_wrap, .detail_flex_wrap {
    padding-bottom: 3px;
  }

  .xo {
    display: block;
  }

  .ox {
    display: none;
  }

  .nav .site_wrap {
    flex-wrap: wrap;
  }

  .nav .site_wrap .nav_submit {
    flex: 0 1 100% !important;
    margin-left: 0px;
    margin-top: 10px;
    background-color: unset;
  }

  .nav .site_wrap .nav_submit button {
    margin-left: 0px !important;
    width: 40%;
  }

  .header_top {
    padding: 16px;
  }

  .header-box { 
    width: 65%;
    margin: 0 auto 16px auto; 
  }

  .header-box i {
    float: left;
  }

  .header-shop-title [class^=icon-] {
    font-size: 3.4rem;
    vertical-align: middle;
    color: #2D4990;
  }

  .header-shop-title .shop-name {
    color: #2D4990;
  }
  
  .header-shop-title .company-name {
    color: #B2B2B2;
    margin-top: 7px;
  }

  .header.dnone {
    opacity: 0;
    visibility: hidden;
  }

  .header-menu-toggle {
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 99999;
    cursor: pointer;
    border-radius: 5px;
  }

  .header-menu {
    position: fixed;
    top: 20px;
    right: 20px;
    background:#666;
    z-index: 99999;
    cursor: pointer;
    width: 45px;
    height: 40px;
    border-radius: 5px;
    display: none;
  }

  .header-menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 9px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    width: 60%;
  }

  .header-menu span:nth-of-type(1) {
    top: 10px; 
  }

  .header-menu span:nth-of-type(2) {
    top: 19px;
  }

  .header-menu span:nth-of-type(3) {
    top: 28px;
  }

  #main_menu #menu_toggle span:nth-of-type(1) {
    top: 16px; 
  }

  #main_menu #menu_toggle span:nth-of-type(2) {
    top: 32px;
  }

  #main_menu #menu_toggle span:nth-of-type(3) {
    opacity: 0;
    top: 26px;
  }

  #main_menu #menu_toggle .first-span,
  #main_menu #menu_toggle .sec-span,
  #main_menu #menu_toggle .third-span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    right: 9px;
    height: 2px;
    border-radius: 2px;
    background-color: #fff;
    /* width: 5.5%; */
    width: 20px;
    z-index: 99999;
    transform-origin: 0px 2px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                opacity 0.55s ease;
    /* opacity: 0; */
  }

  #main_menu #menu_toggle span:first-child {
    transform: rotate(45deg) translate(0px, 2px);
    background: #fff;
  }

  #main_menu #menu_toggle span:nth-last-child(2) {
    /* opacity: 1; */
    transform: rotate(-45deg) translate(0, 0);
  }
  
  #main_menu #menu_toggle ~ span:nth-last-child(3) {
      /* opacity: 0; */
      transform: rotate(0deg) scale(0.2, 0.2);
  }

  .header .header_logo img {
    width: 35vw;
    /* max-width: max-content; */
  }

  .header .hamb {
    position: relative;
    right: 0;
  }

  .header .tel {
    width: 260px;
  }

  .header .hamb_nv {
    flex-direction: column;
    justify-content: center;
    height: 120vh;
    width: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background: #004680;
    transform: translate(110%, 0);
    transition: .3s;
    z-index: 4;
    opacity: inherit;
  }

  .header .hamb_nv.slideIn {
    transition: .3s;
    transform: translate(10%, 0);
  }
  
  .store-date p {
    font-size: 1.5rem;
  }

  #hamb_menu_toggle input {
    width: 25px;
  }

  #inner_menu {
    width: 760px;
    transform: none;
    display: none;
    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  #hamb_menu_toggle .first-span,
  #hamb_menu_toggle .sec-span,
  #hamb_menu_toggle .third-span {
    right: 5px;
  }

  .header .inmenu {
    display: flex;
    flex-direction: column;
    margin-top: 65px;
    width: 665px;
  }

  .header .inmenu li + li {
    margin-top: 30px;
  }

  .header .social_link {
    width: 100%;
  }

  .header .social_link li {
    width: 80%;
    margin: 20px auto;
  }

  .header .social_link li a {
    padding: 15px;
    position: relative;
  }

  .header .social_link li a img {
    margin-right: 5px;
    position: absolute;
    left: 15px;
  }

  .header nav > div {
    padding: 10px;
    font-size: 2.9326vw;
    position: relative;
  }

  .header nav > div > div + div {
    /* flex: 1 1 0; */
    width: 230px;
  }

  .header nav > div > div.nav_type {
    background-size: 12px ,8px 7px;
    background-position: 8px, 90%;
    /* flex: 1 1 15%; */
  }

  .header nav > div > div.nav_type .hover_item::before {
    left: 15vw;
  }

  .header nav > div > div.nav_area {
    background-size: 12px ,8px 7px;
    background-position: 8px, 90%;
  }

  .header nav > div > div.nav_area .hover_item::before {
    left: 52%;
  }

  .header nav > div > div.nav_price {
    background-size: 10px ,8px 7px;
    background-position: 8px, 90%;
  }

  .header nav > div > div.nav_price .hover_item::before {
    /* right: 45vw; */
    left: unset;
  }

  .header nav > div .hover_item.target_property {
    left: 1%;
  }

  .header nav > div .hover_item.target_area {
    left: 36%;
  }

  .header nav > div .hover_item {
    left: 58%;
    width: 40vw;
    top: 68px;
    transform: translate(1%, 0);
  }

  .header nav > div .hover_item::before {
    left: 12vw;
  }

  .header nav > div .hover_item .cal_num {
    height: 200px;
  }

  .similar figure,
  .recommend figure,
  .list figure {
    height: 350px;
  }

  .sml-recom-box figure {
    height: 250px;
  }

  .sec h2 {
    font-size: 2.5rem;
  }

  .sec > div.site_wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .sec .box + div {
    margin-top: 8vw;
  }

  .sec .box > div {
    margin-left: 10px;
  }

  .list.sec .box {
    width: 100%;
  }

  .footer {
    padding: 30px 0 40px;
  }

  .footer-logo {
    justify-content: center;
    display: flex;
  }

  .footer_top,
  .footer_link,
  .footer_btm {
    text-align: center;
  }

  .footer .tel a {
    justify-content: center;
    margin: 20px 0;
    font-size: 3.0rem;
  }

  .footer .tel a::before {
    width: 20px;
    height: 28px;
  }

  .appeal-tel::before {
    margin-right: 0;
  }

  .footer .social_link {
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 0;
    padding: 0 25%;
  }

  .footer .social_link li:first-child,
  .footer .social_link li:first-child a img {
    width: 40px;
    height: 40px;
  }

  .footer .social_link li:first-child a .social-micon {
    height: 23px;
    width: 30px;
  }

  .footer .social_link li a .social-icon {
    width: 40px;
    height: 40px;
  }

  .footer_btm {
    display: flex;
    flex-direction: column-reverse;
    line-height: 1.8;
  }

  .footer_btm .copyright {
    margin-top: 20px;
  }

  .footer-opening-hr {
    width: auto;
    text-align: center;
  }

  .floating-btn-wrap {
    left: 0;
  }

  .floating-btn {
    font-size: 1.4rem;
    padding: 10px 0px;
  }

  .floating-btn::after {
    width: 7px;
    height: 7px;
    right: 8px;
    top: 46%;
  }

  .floating .contact_agent {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }

  .floating .contact {
    flex-direction: column;
  }

  .floating .contact .tel {
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
    font-size: 4rem;
    text-align: center;
  }

  .floating .contact .tel span {
    background-size: 25px 30px;
  }

  .floating .contact .tel + p {
    margin-top: 5px;
    margin-bottom: 5px;
    /* font-size: 1.4rem; */
    line-height: 1.5;
    text-align: center;
  }

  /* .floating .contact .btn_cont {
    flex-direction: column;
  } */

  .floating .contact .btn {
    padding: 0;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
    height: 50px;
    transition: .3s;
    text-align: center;
  }

  .floating .contact .btn.bl01,
  .floating .contact .btn.re01 {
    width: 100%;
    font-size: 12px;
  }

  .floating .contact .btn.re01 {
    margin-left: 5px;
  }

  .floating .contact .btn.re {
    margin-right: 5px;
  }

  .floating-opening-hr {
    font-size: 1.2rem !important;
  }

  .web_24 {
    margin-bottom: 5px;
  }
  .btn.btn_vr_btm {
    font-size: 1.2rem;
    padding: 5px 6px 5px 6px;
  }

  .btn.btn_vr_btm::before {
    top: 4px;
    width: 22px;
    background: url(../detail/images/icon-3d.png) no-repeat no-repeat 10% center/18px;
    height: 18px;
  }

  .similar figure,
  .recommend figure,
  .list figure {
    height: 350px;
  }

  .box-width figure {
    height: 250px;
  }

  .sec h2 {
    margin-bottom: 0 !important;
  }

  .top-scroll {
    overflow-x: scroll;
  }

  ::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 2px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }

  .top_flex_wrap,
  .detail_flex_wrap {
    flex-wrap: unset !important;
    width: 984px;
    padding-left: 0;
  }

  .top_flex_wrap > div,
  .detail_flex_wrap > div {
    margin-top: 8vw;
  }

  .box-width,
  ul.spec-icon,
  ul.sml-recom-box_status {
    width: 233px;
  }

  .box-width {
    margin-right: 13px;
  }

  .search-result-count {
    position: relative;
    bottom: 15px;
  }

  .search-result {
    top: 40px;
    right: 30px;
    font-size: 14px;
  }

  .custom-sort-trigger:after  {
    top: 100%;
  }

  .list-title {
    font-size: 2.0rem;
    padding-top: 20px;
  }

  #inner_menu li {
    padding: 30px 90px 0px 0px;
  }

  .center {
    width: 670px;
  }

  .sns {
    padding: 25px 0px 0px 165px;
  }

  sns-title {
    padding: 0 60px 30px 0;
  }

  .custom-select-trigger {
    position: relative;
    display: block;
    color: #fff;
    cursor: pointer;
    border: 1px solid;
    font-size: 1.3rem;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
  }

  .custom-option {
    height: 40px;
    line-height: 40px;
  }

  .custom-select-trigger:after {
    right: 7px;
  }

  /* 【DS】物件取り扱い数のアピール表示 */
  .sec.appeal h2 {
    font-size: 3rem;
  }
  .appeal-content {
    padding-left: 0;
  }
  .l-height {
    line-height: 3rem;
  }
  .highlight-box {
    color: #004680;
  }
  .icon-section {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
  }
  .icon-section > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  .total-properties {
    font-size: 1.8rem;
  }
  .property-count {
    font-size: 40px;
    margin: 20px !important;
    padding: 0 20px;
    color: #C1134E;
    font-weight: bold;
  }
  .icon-section .icon-square {
    text-decoration: none;
    color: white;
    font-size: 18px;
    background: #004080;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .line-icon {
    width: 45px;
    height: 45px;
  }
  .form-icon {
    display: inline-block;
    width: 15px;
    height: 30px;
    font-size: 35px;
  }
  .tel-icon {
    width: 25px;
    height: 25px;
  }
  .icon-adjust {
    margin-left: 13px;
    margin-right: 20px;
  }
  .pc-only {
    display: none; /* Hide for SP */
  }
  .sp-only {
      display: block; /* Show for SP */
  }
  .search-icon {
    padding: 16px;
  }
}

/* 14 Pro Max */
@media only screen and (min-width: 426px) and (max-width: 430px) {
  #inner_menu {
    width: 420px;
  }

  .center {
    width: 330px;
  }

  .sns {
    padding: 25px 0px 0px 45px;
  }
}

@media only screen and (max-width: 582px) {
  .header-shop-title .shop-name {
    font-weight: bold;
    font-size: 14px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  #hamb_menu_toggle {
    right: 10px;
  }

  .header nav > div > div.nav_type,
  .header nav > div > div.nav_area {
    width: 48.5%;
    margin-bottom: 7px;
  }

  .header nav > div + div {
    width: 65%;
  }

  .header nav > div > div.nav_price {
    margin-left: 0;
  }

  .nav .site_wrap .nav_submit {
    flex: 0 1 30% !important;
    margin-left: 10px;
    background-color: unset;
  }

  .nav .site_wrap .nav_submit button {
    width: 100%;
  }
}

@media print, screen and (max-width: 640px) {

  .header-shop-font {
    font-size: 1.4rem;
  }

  .header .tel a {
    font-size: 1.3rem;
  }

  .header .tel a::before {
    width: 15px;
    height: 20px;
  }

  .footer-shop-font {
    font-size: 2.7rem;
  }
  .footer-logo-img {
    width: 180px;
  }
}

@media only screen and (max-width: 425px) {
  .sec h2 {
    margin-bottom: 0%;
  }

  .sec.appeal h2,
  .sec.appeal h2.h2-th {
    font-size: 2.8rem;
  }

  .sec.appeal h2.h2-ja {
    font-size: 2.2rem;
  }

  .appeal-content.th,
  .appeal-content.en {
    font-size: 1.8rem;
  }

  .appeal-content.ja {
    font-size: 1.6rem;
  }

  .footer-logo-img {
    width: 180px;
  }

  .footer-shop-font {
    font-size: 2.5rem;
  }

  .nav .site_wrap .nav_submit button {
    font-size: 1.2rem;
    background-size: 10px ,8px 7px;
    background-position: 8px, 90%;
    width: 100% !important;
  }

  .header nav > div > div.nav_type,
  .header nav > div > div.nav_area {
    width: 48.5%;
  }

  .header nav > div > div.nav_type {
    margin: 0 0px 7px 0px;
  }

  .header nav > div > div.nav_area {
    margin-bottom: 7px;
  }

  .header nav > div > div.nav_price {
    margin-left: 0;
  }

  .nav_type .search-property,
  .nav_area .search-area {
    width: 73%;
    margin-left: 27px;
  }

  .nav_type .txt-property,
  .nav_area .txt-area {
    width: 73%;
    margin-left: 22px;
  }

  .nav .site_wrap .nav_submit {
    flex: 0 1 30% !important;
    margin-left: 10px;
    margin-top: 0;
  }

  .header nav > div .hover_item.target_property {
    width: 70vw;
  }

  .header nav > div .hover_item.target_area {
    left: 16% !important;
  }

  .header nav > div .hover_item.target_price {
    left: 0 !important;
    width: 65vw;
  }

  .header nav > div .hover_item.target_property,
  .header nav > div .hover_item.target_area {
    top: 60px;
  }

  .header nav > div .hover_item.target_price {
    top: 115px;
  }

  .similar figure,
  .recommend figure,
  .list figure {
    height: 290px;
  }

  .sml-recom-box figure {
    height: 150px;
  }

  .box-width figure {
    height: 150px;
  }

  .btn.btn_vr_btm {
    left: 15px;
  }

  .top_flex_wrap,
  .detail_flex_wrap {
    width: 1055px;
    padding-bottom: 3px;
  }

  .top_flex_wrap > div,
  .detail_flex_wrap > div {
    margin-top: 8vw;
  }

  .channel-content {
    width: auto;
  }

  .header .inmenu {
    width: 345px;
  }

  .header .tel {
    width: 135px;
  }

  #hamb_menu_toggle input {
    left: 35px;
  }

  #hamb_menu_toggle .first-span,
  #hamb_menu_toggle .sec-span,
  #hamb_menu_toggle .third-span {
    left: 35px;
  }

  #inner_menu {
    width: 375px;
  }

  #inner_menu li {
    padding: 30px 50px 0px 0px;
  }

  .header .change_la,
  .header-menu-toggle .change_la {
    padding-top: 50px;
  }

  .center {
    width: 315px;
  }

  .sns {
    padding: 25px 0px 0px 50px;
  }

  .youtube-channel span {
    padding: 0px 17px 0 7px;
    color: #000;
  }

  .tiktok-channel span {
    padding: 0px 23px 0 15px;
    color: #000;
  }

  .box-width,
  ul.spec-icon,
  ul.sml-recom-box_status {
    width: 250px;
  }

  .channel-flex-wrap {
    display: inline;
    margin-top: 10px;
  }

  .channel-flex-wrap div:first-child {
    margin-bottom: 10px;
  }

  .channel-body div,
  .channel-body iframe:nth-child(2) {
    width: 100%;
  }

  .header-shop-title .shop-name {
    font-weight: bold;
    font-size: 14px;
  }

  .footer .social_link {
    padding: 0 23%;
  }
}

@media only screen and (max-width: 457px) {
  .footer .social_link li:nth-of-type(5),
  .footer .social_link li:nth-of-type(6),
  .footer .social_link li:nth-of-type(7) {
    margin-top: 10px;
  }
}

/* 12 Pro */
@media only screen and (max-width: 375px) {
  .nav_type .txt-property,
  .nav_area .txt-area {
    width: 125px;
  }

  .header nav > div .hover_item.target_area {
    left: 15% !important;
    width: 70vw;
  }

  .header nav div.nav_price {
    width: 65%;
  }

  .header nav > div .hover_item.target_price {
    left: 3% !important;
    width: 70vw;
  }

  .similar figure,
  .list figure {
    height: 280px;
  }

  .top_flex_wrap,
  .detail_flex_wrap {
    width: 1053px;
  }

  .box-width,
  ul.spec-icon,
  ul.sml-recom-box_status {
    min-width: 245px;
  }

  .header .inmenu {
    width: 300px;
  }

  #inner_menu {
    width: 325px;
  }

  .header .change_la,
  .header-menu-toggle .change_la {
    padding-top: 40px;
  }

  .center {
    width: 275px;
  }

  .sns {
    padding: 25px 0px 0px 30px;
  }

  .footer .social_link {
    padding: 0 20%;
  }

  .sec.appeal h2,
  .sec.appeal h2.h2-th {
    font-size: 2.6rem;
  }

  .sec.appeal h2.h2-ja {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 390px) and (min-width: 376px) {
  #inner_menu {
    padding: 32px 15px 0 15px;
  }

  #inner_menu li {
    padding: 30px 30px 0 0;
  }

  .center {
    width: 350px;
  }

  .sns {
    padding: 25px 0px 0px 50px;
  }
}

/* Galaxy */
@media only screen and (max-width: 352px) {
  .header nav > div.nav_type,
  .header nav > div.nav_area {
    width: 47.5% !important;
  }

  .header nav > div.nav_price {
    width: 60%;
  }

  .txt-sp {
    padding: 0 20px 0 20px;
  }

  .mv .hover_item.target_property {
    left: 71%;
  }

  .mv .hover_item.target_area {
    left: 70%;
  }

  .mv .hover_item {
    -webkit-transform: translate(-73%, 0);
    transform: translate(-73%, 0);
  }

  #inner_menu {
    width: 300px;
  }

  .center {
    width: 255px;
  }

  .sns {
    padding: 25px 0px 0px 25px;
  }
}

@media only screen and (max-width: 307px) {
  .header nav > div > div.nav_price {
    width: 54% !important;
  }
  .want p {
    font-size: 1.6rem;
  }
  .floating .contact .tel span {
    padding-left: 20px;
  }
  .floating .contact .btn {
    font-size: 12px;
  }
  .footer-shop-font {
    font-size: 1.8rem;
  }
  .recruit h2 {
    font-size: 2.7rem;
  }
  .recruit .btn {
    font-size: 1.4rem;
  }
  .footer_btm .copyright {
    font-size: .9rem;
  }
  .nav .site_wrap .nav_submit {
    flex: 0 1 37% !important;
  }
}

@media only screen and (max-width: 320px) {
  .nav_type .txt-property,
  .nav_area .txt-area {
    width: 100px !important;
  }

  .header .hamb {
    width: 22px;
  }

  .header nav > div > div {
    width: 175px !important;
  }

  .header nav > div > div.nav_type,
  .header nav > div > div.nav_area {
    width: 47.5% !important;
  }

  .header nav > div .hover_item.target_property,
  .header nav > div .hover_item.target_area {
    left: 2% !important;
    width: 80vw;
  }

  .header nav > div .hover_item.target_price {
    left: 2% !important;
    width: 70vw;
  }

  .top_flex_wrap,
  .detail_flex_wrap {
    width: 1053px;
  }

  .similar figure,
  .list figure {
    height: 230px;
  }

  .box-width,
  ul.spec-icon,
  ul.sml-recom-box_status {
    min-width: 233px;
  }

  .header .inmenu {
    width: 250px;
  }

  #inner_menu {
    width: 270px;
  }

  .center {
    width: 210px;
  }

  .sns {
    padding: 25px 0 0 13px;
  }

  .header .change_la,
  .header-menu-toggle .change_la {
    padding-top: 50px;
  }

  .sp-official-channel {
    margin-top: 70%;
  }

  .recruit .btn {
    font-size: 1.8rem;
  }

  .footer .social_link {
    padding: 0 13%;
  }

  .sec.appeal h2,
  .sec.appeal h2.h2-th {
    font-size: 2.2rem;
  }

  .sec.appeal h2.h2-ja {
    font-size: 1.8rem;
  }
}

@media print, screen and (max-width: 1034px) and (min-width: 769px) {
  .floating .contact .btn.bl {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) and (max-width: 1250px) {

  .floating .contact_agent {
    width: 100%;
    padding: 40px 20px;
  }

  .floating .contact .btn_cont {
    flex-wrap: wrap;
    padding-right: 40px;
  }

  .sec .box_first_price,
  .sec .box_first_price::before {
    font-size: .7rem !important;
  }

  .sec .price_col .box_price,
  .sec .price_col .box_price::before {
    font-size: 1rem;
  }

  .sec .off_price,
  .sec .off_price::before {
    font-size: .9rem !important;
  }

  .mt-22 {
    margin-top: 2.2rem !important;
  }
}

@media print, screen and (min-width: 1024px) and (max-width: 1250px) {
  .sec .box_first_price,
  .sec .box_first_price::before {
    font-size: 1.1rem !important;
  }

  .sec .price_col .box_price,
  .sec .price_col .box_price::before {
    font-size: 1.5rem;
  }

  .sec .off_price,
  .sec .off_price::before {
    font-size: 1.2rem !important;
  }

  .mt-2-7 {
    margin-top: 2.7rem !important;
  }

  .official-channel {
    top: 60px;
  }
}